/*! destyle.css v2.0.2 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -webkit-tap-highlight-color: transparent; /* 3*/
}

/* Sections */
/* ============================================ */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings */
/* ============================================ */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  margin: 0;
}

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Lists (definition) */
/* ============================================ */
dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

address {
  font-style: inherit;
}

/* Text-level semantics */
/* ============================================ */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  text-decoration: underline; /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable
 */
button,
input,
optgroup,
select,
textarea {
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background-color: #fff;
  padding: 0;
  margin: 0;
  outline: 0;
  border-radius: 0;
  text-align: inherit;
}

/**
 * Reset radio and checkbox appearance to preserve their look in iOS.
 */
[type=checkbox] {
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
       appearance: checkbox;
}

[type=radio] {
  -webkit-appearance: radio;
  -moz-appearance: radio;
       appearance: radio;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}

button[disabled],
[type=button][disabled],
[type=reset][disabled],
[type=submit][disabled] {
  cursor: default;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Remove arrow in IE10 & IE11
 */
select::-ms-expand {
  display: none;
}

/**
 * Remove padding
 */
option {
  padding: 0;
}

/**
 * Reset to invisible
 */
fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the outline style in Safari.
 */
[type=search] {
  outline-offset: -2px; /* 1 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/**
 * Clickable labels
 */
label[for] {
  cursor: pointer;
}

/* Interactive */
/* ============================================ */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/*
 * Remove outline for editable content.
 */
[contenteditable] {
  outline: none;
}

/* Table */
/* ============================================ */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: bold;
}

/* Misc */
/* ============================================ */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

.u-pc {
  display: block;
}
@media screen and (max-width:900px) {
  .u-pc {
    display: none;
  }
}

.u-sp {
  display: none;
}
@media screen and (max-width:900px) {
  .u-sp {
    display: block;
  }
}

img {
  width: 100%;
}

body {
  font-family: "Noto Sans JP", sans-serif;
  font-feature-settings: "palt";
  color: var(--black);
}

/* ==============================================================
# fadeIn
============================================================== */
.fadeIn_up {
  opacity: 0;
  transform: translate(0, 50px);
  transition: 1s;
}

.fadeIn_up.is-show {
  opacity: 1;
  transform: translate(0, 0);
}

.fadeIn_up_repeat {
  opacity: 0;
  transform: translate(0, 50px);
  transition: 1s;
}

.fadeIn_up_repeat.is-show {
  opacity: 1;
  transform: translate(0, 0);
}

:root {
  --black:#000;
  --white:#fff;
  --mid-term-gradation:linear-gradient(131deg, #006BC9 4.55%, #009F77 101.18%);
  --headerheight:120px;
}
@media screen and (max-width:1280px) {
  :root {
    --headerheight:7.5vw;
  }
}
@media screen and (max-width:900px) {
  :root {
    --headerheight:21.3333333333vw;
  }
}

.c-heading01 {
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  padding-bottom: 40px;
  font-size: 44px;
  font-weight: 700;
  letter-spacing: 0.3em;
  background: var(--mid-term-gradation);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media screen and (max-width:900px) {
  .c-heading01 {
    padding-bottom: 5.3333333333vw;
    font-size: 6.4vw;
  }
}
.c-heading01:after {
  position: absolute;
  display: block;
  content: "";
  background: no-repeat center/contain;
  right: 0;
  left: 0;
  bottom: 0;
  margin: auto;
  width: 161px;
  height: 1px;
  background: var(--mid-term-gradation);
}
@media screen and (max-width:900px) {
  .c-heading01:after {
    width: 21.3333333333vw;
  }
}

.l-header__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.l-header {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 11;
  width: 100%;
  height: var(--headerheight);
  padding: 0 60px;
}
@media screen and (max-width:1280px) {
  .l-header {
    padding: 0 3.75vw;
  }
}
@media screen and (max-width:900px) {
  .l-header {
    padding: 0 5.3333333333vw;
  }
}

.l-header__container {
  display: flex;
  align-items: center;
  -moz-column-gap: 30px;
       column-gap: 30px;
  height: var(--headerheight);
}
@media screen and (max-width:1280px) {
  .l-header__container {
    -moz-column-gap: 1.875vw;
         column-gap: 1.875vw;
  }
}
@media screen and (max-width:900px) {
  .l-header__container {
    flex-direction: column;
    justify-content: center;
    align-items: normal;
    row-gap: 2.4vw;
  }
}

.l-header__logo {
  display: block;
  width: 180px;
  transition: opacity 0.3s;
}
.l-header__logo:hover {
  opacity: 0.8;
}
@media screen and (max-width:1280px) {
  .l-header__logo {
    width: 11.25vw;
  }
}
@media screen and (max-width:900px) {
  .l-header__logo {
    width: 24vw;
    line-height: 0.5;
  }
}
.l-header__logo img {
  vertical-align: middle;
}

.l-header__text {
  font-size: 19px;
  font-weight: 500;
  color: #0056A7;
}
@media screen and (max-width:1280px) {
  .l-header__text {
    font-size: 1.1875vw;
  }
}
@media screen and (max-width:900px) {
  .l-header__text {
    font-size: 2.9333333333vw;
  }
}

.l-header-engbtn {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 110px;
  height: 38px;
  padding: 13px 20px 13px 25px;
  border-radius: 126px;
  background-color: white;
}
@media screen and (max-width:1280px) {
  .l-header-engbtn {
    width: 6.875vw;
    height: 2.375vw;
    padding: 0.8125vw 1.25vw 0.8125vw 1.5625vw;
    border-radius: 7.875vw;
  }
}
@media screen and (max-width:900px) {
  .l-header-engbtn {
    width: 24.2666666667vw;
    height: 8.2666666667vw;
    padding: 2.6666666667vw 4vw 2.6666666667vw 5.3333333333vw;
    border-radius: 28vw;
  }
}
.l-header-engbtn:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 126px;
  border: 2px solid transparent;
  background: var(--mid-term-gradation) border-box border-box;
  -webkit-mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0) border-box;
  -webkit-mask-composite: destination-out;
  -webkit-mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0) border-box;
          mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0) border-box;
  -webkit-mask-composite: xor;
          mask-composite: exclude;
}
@media screen and (max-width:1280px) {
  .l-header-engbtn:before {
    border-radius: 7.875vw;
  }
}
@media screen and (max-width:900px) {
  .l-header-engbtn:before {
    border-radius: 28vw;
  }
}
.l-header-engbtn:after {
  position: absolute;
  display: block;
  content: "";
  background: no-repeat center/contain;
  left: 0;
  top: 0;
  width: 55%;
  height: 100%;
  border-radius: 126px;
  background: var(--mid-term-gradation);
  z-index: 1;
  transition: all 0.8s;
}
@media screen and (max-width:1280px) {
  .l-header-engbtn:after {
    border-radius: 7.875vw;
  }
}
@media screen and (max-width:900px) {
  .l-header-engbtn:after {
    border-radius: 28vw;
  }
}

.l-header-engbtn__jp {
  position: relative;
  font-size: 18px;
  padding-top: 0.2em;
  letter-spacing: 0.05em;
  color: white;
  z-index: 2;
  font-family: "Akshar", sans-serif;
}
@media screen and (max-width:1280px) {
  .l-header-engbtn__jp {
    font-size: 1.125vw;
  }
}
@media screen and (max-width:900px) {
  .l-header-engbtn__jp {
    font-size: 4vw;
  }
}

.l-header-engbtn__en {
  position: relative;
  font-size: 18px;
  padding-top: 0.2em;
  letter-spacing: 0.05em;
  z-index: 2;
  background: var(--mid-term-gradation);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-family: "Akshar", sans-serif;
}
@media screen and (max-width:1280px) {
  .l-header-engbtn__en {
    font-size: 1.125vw;
  }
}
@media screen and (max-width:900px) {
  .l-header-engbtn__en {
    font-size: 4vw;
  }
}

.l-header-engbtn.active:after {
  left: 45%;
}
.l-header-engbtn.active .l-header-engbtn__jp {
  background: var(--mid-term-gradation);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.l-header-engbtn.active .l-header-engbtn__en {
  -webkit-text-fill-color: white;
  color: white;
}

.l-footer {
  position: relative;
  height: 100px;
  background-color: white;
  z-index: 2;
}
@media screen and (max-width:1280px) {
  .l-footer {
    height: 6.25vw;
  }
}
@media screen and (max-width:900px) {
  .l-footer {
    height: auto;
    padding-bottom: 5.3333333333vw;
  }
}

.l-footer__container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100px;
  padding: 0 60px;
}
@media screen and (max-width:1280px) {
  .l-footer__container {
    height: 6.25vw;
    padding: 0 3.75vw;
  }
}
@media screen and (max-width:900px) {
  .l-footer__container {
    flex-direction: column;
    row-gap: 10.6666666667vw;
    height: auto;
    padding: 0;
    padding-top: 14.6666666667vw;
  }
}

.l-footer__left {
  display: flex;
  align-items: center;
  -moz-column-gap: 30px;
       column-gap: 30px;
}
@media screen and (max-width:1280px) {
  .l-footer__left {
    -moz-column-gap: 1.875vw;
         column-gap: 1.875vw;
  }
}
@media screen and (max-width:900px) {
  .l-footer__left {
    -moz-column-gap: 4.5333333333vw;
         column-gap: 4.5333333333vw;
  }
}

.l-footer__logo {
  display: block;
  width: 180px;
  transition: opacity 0.3s;
}
.l-footer__logo:hover {
  opacity: 0.8;
}
@media screen and (max-width:1280px) {
  .l-footer__logo {
    width: 11.25vw;
  }
}
@media screen and (max-width:900px) {
  .l-footer__logo {
    width: 24vw;
    line-height: 0.5;
  }
}
@media screen and (max-width:900px) {
  .l-footer__logo img {
    vertical-align: middle;
  }
}

.l-footer__text {
  font-size: 19px;
  font-weight: 500;
  color: #0056A7;
}
@media screen and (max-width:1280px) {
  .l-footer__text {
    font-size: 1.1875vw;
  }
}
@media screen and (max-width:900px) {
  .l-footer__text {
    font-size: 2.9333333333vw;
  }
}

.l-footer__list {
  display: flex;
  align-items: center;
  -moz-column-gap: 60px;
       column-gap: 60px;
}
@media screen and (max-width:1280px) {
  .l-footer__list {
    -moz-column-gap: 3.75vw;
         column-gap: 3.75vw;
  }
}
@media screen and (max-width:900px) {
  .l-footer__list {
    flex-wrap: wrap;
    justify-content: center;
    row-gap: 10.6666666667vw;
    -moz-column-gap: 16vw;
         column-gap: 16vw;
  }
}

.l-footer__listitem {
  display: flex;
}
.l-footer__listitem a {
  display: block;
  position: relative;
  font-size: 14px;
  /*&:before{
      @include iconSet();

      @include bgimg("footer-btnicon","svg");

      width:11px;
      height:11px;
      top:0;
      bottom:0;
      right:-15px;
      margin:auto;

      @include mq(pad){
          width:px2vw_pad(10);
          height:px2vw_pad(10);
          right:px2vw_pad(-15);
      }

      @include mq(sp){
          width:px2vw(10);
          height:px2vw(10);
          right:px2vw(-15);
      }
  }*/
}
@media screen and (max-width:1280px) {
  .l-footer__listitem a {
    font-size: 0.875vw;
  }
}
@media screen and (max-width:900px) {
  .l-footer__listitem a {
    font-size: 3.7333333333vw;
  }
}
.l-footer__listitem a:after {
  content: "";
  display: inline-block;
  position: absolute;
  bottom: -5px;
  right: 0;
  left: 0;
  margin: auto;
  width: 0;
  height: 1px;
  background-color: var(--black);
  transition: width 0.3s;
}
@media screen and (max-width:1280px) {
  .l-footer__listitem a:after {
    bottom: -0.3125vw;
  }
}
@media screen and (max-width:900px) {
  .l-footer__listitem a:after {
    bottom: -1.3333333333vw;
  }
}
.l-footer__listitem a:hover:after {
  width: 100%;
}

.l-footer__copy {
  width: 91px;
  line-height: 0.5;
}
@media screen and (max-width:900px) {
  .l-footer__copy {
    width: 20.2666666667vw;
  }
}/*# sourceMappingURL=style.css.map */