  @charset "UTF-8";
/* CSS Document */

/*--  共通  --*/
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    box-sizing: border-box;
  }
  * {
    margin: 0;
    padding: 0;
  }
  body {
    line-height: 2;
    font-size: 16px;
    color: #333;
    margin: auto;
    font-family: 'Noto Sans JP', '小塚ゴシック Pr6N R', 'ヒラギノ角ゴ Pro W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
    background-color: #fff;
  }
  @media screen and (max-width: 980px) {
    body {
      font-size: 14px;
    }
  }
  a {
    text-decoration: none;
    color: #333;
  }
  img {
    max-width: 100%;
    height: auto;
  }
  ul , ol {
    list-style: none;
  }

  .pc-only{
    display:block;
  }
  @media screen and (max-width: 980px) {
    .pc-only {
      display: none;
    }
  }
  .sp-only {
    display:none;
  }
  @media screen and (max-width: 980px) {
    .sp-only{
      display: initial;
    }
  }
  @media screen and (min-width: 981px) {
    .flex-box {
      display: flex;
      align-items: center;
    }
  }
  .cont-inner {
    width: 1200px;
    margin: 0 auto;
    padding: 100px 0;
  }
  @media screen and (max-width: 980px) {
    .cont-inner {
      padding: 10vw 5vw;
      width: calc(100% - 6vw);
    }
  }

  .hover-replace-icon .hover {
    display: none;
  }
  .hover-replace-icon:hover .default {
    display: none;
  }
  .hover-replace-icon:hover .hover {
    display: inline;
    z-index: 3;
  }
  @media screen and (min-width: 981px) {
    .w1344 {
      width: 1344px;
    }
  }
  .en {
    font-family: "Lato", sans-serif;
  }

  h2.bilingual {
    line-height: 1;
  }
  h2.bilingual .en {
    font-weight: 300;
    font-size: 64px;
    padding-bottom: 20px;
    display: inline-block;
  }
  @media screen and (max-width: 980px) {
    h2.bilingual .en {
      font-size: 40px;
      padding-bottom: 5px;
    }
  } 
  h2.bilingual.directory .en {
    font-size: 96px;
  }
  @media screen and (max-width: 980px) {
    h2.bilingual.directory .en {
      font-size: 50px;
    }
  }
  h2.bilingual .ja {
    font-weight: 500;
    font-size: 14px;
    position: relative;
    padding-left: 20px;
  }
  @media screen and (max-width: 980px) {
    h2.bilingual .ja {
      font-size: 12px;
    }
  }
  h2.bilingual.directory .ja {
    font-size: 24px;
  }
  @media screen and (max-width: 980px) {
    h2.bilingual.directory .ja {
      font-size: 18px;
    }
  }
  h2.bilingual .ja:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    display: inline-block;
    width: 14px;
    height: 1px;
  }

  h2.bilingual.WT {
    color: #fff;
  }
  h2.bilingual.WT .ja:before {
    background-color: #fff;
  }
  h2.bilingual.color .en {
    background: linear-gradient(92.28deg, #315FAC 0%, #11B395 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }
  h2.bilingual.color .ja {
    color: #333;
  }
  h2.bilingual.color .ja:before {
    background-color: #333;
  }

  .round-btn {
    display: flex;
    align-items: center;
    padding: 8px 20px;
    border: solid 1px;
    border-radius: 40px;
    width: 280px;
    justify-content: space-between;
    font-size: 18px;
    box-sizing: border-box;
  }
  @media screen and (max-width: 980px) {
    .round-btn {
      font-size: 16px;
      padding: 2px 20px;
      width: 220px;
    }
  }
  .round-btn img {
    width: 40px;
  }
  .round-btn.hoverWT {
    color: #fff;
  }
  .round-btn.hoverWT:hover {
    background-color: #fff;
    color: #00B7BD;
  }
  .round-btn.hoverBorder {
    border: 1px solid #E3E3E3;
    box-shadow: 0px 0px 30px 0px #0000000D;
    color: #00B7BD;
    position: relative;
    background-color: #fff;
  }
  .round-btn.hoverBorder:hover:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
    border-radius: 50px;
    background: linear-gradient(92.28deg, #60A2D8 0%, #5DD8DA 100%);
  }
  .round-btn.hoverBorder:hover:after {
    content: "";
    position: absolute;
    width: calc(100% - 4px);
    height: calc(100% - 4px);
    top: 2px;
    left: 2px;
    z-index: 2;
    border-radius: 50px;
    background: white;
  }
  .round-btn.hoverBorder:hover span {
    z-index: 3;
  }
  .round-btn.bg-gradation {
    background: linear-gradient(92.28deg, #60A2D8 0%, #5DD8DA 100%);
    color: #FFF;
  }
  .round-btn.bg-gradation:hover span {
    background: linear-gradient(92.28deg, #60A2D8 0%, #5DD8DA 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }
  .hover-op50:hover {
    opacity: 0.5;
  }
  .text-link {
    text-decoration: underline;
    color: #00B7BD;
  }
  .text-link:hover {
    text-decoration: none;
  }




/*--  header  --*/
  #header-content {
    background: #fff;
    position: fixed;
    top: 0;
    z-index: 2;
    width: 100%;
  }
  #header-content .header-content--inner {
    height: 86px;
    padding: 0 44px;
    justify-content: space-between;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.3;
  }
  @media screen and (max-width: 980px) {
    #header-content .header-content--inner {
      height: auto;
      padding: 10px;
    }
  }
  #header-content .header-content--inner .h-logo-box img {
    width: 165px;
  }
  @media screen and (max-width: 980px) {
    #header-content .header-content--inner .h-logo-box img {
      width: 100px;
    }
  }
  #header-content .header-content--inner .h-logo-box:hover img {
    opacity: .5;
  }
  #header-content .header-content--inner .menu {
    gap: 5px;
    padding-right: 40px;
  }
  #header-content .header-content--inner .menu > li {
    position: relative;
  }
  #header-content .header-content--inner .menu li:hover {
    background: linear-gradient(92.28deg, #60A2D8 0%, #5DD8DA 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }
  #header-content .header-content--inner .menu li:before {
    background: linear-gradient(92.28deg, #60A2D8 0%, #5DD8DA 100%);
    content: '';
    width: calc(100% - 40px);
    height: 2px;
    position: absolute;
    left: 20px;
    bottom: -10px;
    transition: transform .3s;
    transform: scaleX(0);
  }
  #header-content .header-content--inner .menu li:hover:before {
    transform: scaleX(1);
    transform-origin: center top;
  }
  #header-content .header-content--inner .menu > li a {
    padding: 20px;
  }
  #header-content .header-content--inner .btn a {
    width: 160px;
  }
  #header-content .header-content--inner .btn a img {
    width: 32px;
  }
  @media screen and (max-width: 980px) {
    #header-content .header-content--inner .hamburger {
      display : block;
      position: fixed;
      z-index : 3;
      right : 0;
      top   : 0;
      margin-top: calc(-5 *(100vw / 377));
      width : calc(50 *(100vw / 377));
      height: calc(60 *(100vw / 377));
      cursor: pointer;
      text-align: center;
      -webkit-transform: rotate(0deg);
      -ms-transform    : rotate(0deg);
      -o-transform     : rotate(0deg);
      transform        : rotate(0deg);
    }
    #header-content .header-content--inner .hamburger span {
      display : block;
      position: absolute;
      width   : calc(25 *(100vw /377));
      height  : calc(3 *(100vw / 377));
      left    : calc(6 *(100vw / 377));
      background : linear-gradient(92.28deg, #60A2D8 0%, #5DD8DA 100%);
      -webkit-transition: 0.3s ease-in-out;
      -moz-transition   : 0.3s ease-in-out;
      transition        : 0.3s ease-in-out;
    }
    #header-content .header-content--inner .hamburger span:nth-child(1) {
      top: calc(17 * (100vw / 377));
      left: calc(14 * (100vw / 377));
      border-radius: 10px;
    }
    #header-content .header-content--inner .hamburger span:nth-child(2) {
      top: calc(27 * (100vw / 377));
      left: calc(14 * (100vw / 377));
      border-radius: 10px;
    }
    #header-content .header-content--inner .hamburger span:nth-child(3) {
      top: calc(37 * (100vw / 377));
      left: calc(14 * (100vw / 377));
      border-radius: 10px;
    }
    #header-content .header-content--inner nav.globalMenuSp {
      position: fixed;
      z-index: 1;
      height: 100vh;
      top: 0;
      left: 0;
      color: #00B29E;
      background: #fff;
      text-align: center;
      width: 100%;
      opacity: 0;
      pointer-events: none;
      padding-top: calc(49 * (100vw / 377));
      -webkit-transition: opacity .6s ease, visibility .6s ease;
      transition: opacity .6s ease, visibility .6s ease;
    }
    #header-content .header-content--inner nav.globalMenuSp.active {
      opacity: 100;
      padding: calc(50 * (100vw / 377)) 0;
      pointer-events: auto;
      z-index: 2;
    }
    #header-content .header-content--inner .globalMenuSp p {
      text-align: left;
      padding: 0 0 calc(15 * (100vw / 377)) calc(25 * (100vw / 377));
      font-size: calc(20 * (100vw / 377));
    }
    #header-content .header-content--inner .globalMenuSp p.sub {
      font-size: calc(16 * (100vw / 377));
    }    
    #header-content .header-content--inner .globalMenuSp p a {
        font-weight: bold;
        background: linear-gradient(92.28deg, #60A2D8 0%, #5DD8DA 100%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
    }
  }

/*--  mv  --*/

#mv-content .cont-inner {
    margin-top: 86px;
    height: 300px;
    display: flex;
    align-items: center;
}
@media screen and (max-width: 980px) {
  #mv-content .cont-inner {
    margin-top: 47px;
    padding: 30px 5vw;
    height: auto;
  }
}


/*--  career  --*/

#career {
  background: #F2FBFD;
}
#career .cont-inner {
  background: linear-gradient(92.28deg, #60A2D8 0%, #5DD8DA 100%);
  color: #fff;
  border-radius: 30px;
}
@media screen and (min-width: 981px) {
  #career .cont-inner {
    padding: 100px 0 60px;
  }
}
@media screen and (max-width: 980px) {
  #career .cont-inner {
    padding: 10vw 0;
  }
}
#career .cont-inner .flex-box {
  justify-content: space-between;
  align-items: flex-start;
}
@media screen and (min-width: 981px) {
  #career .cont-inner .flex-box {
    margin: 0 80px 60px;
  }
}
@media screen and (max-width: 980px) {
  #career .cont-inner .flex-box {
    margin: 0 5vw;
  }
}
#career .cont-inner dt {
  font-size: 40px;
  line-height: 1.5;
  margin-bottom: 40px;
}
@media screen and (max-width: 980px) {
  #career .cont-inner dt {
    margin: 30px 0 20px;
    font-size: 6vw;
  }
}
#career .cont-inner dd {
  margin-bottom: 40px;
}
@media screen and (max-width: 980px) {
  #career .cont-inner dd {
    margin-bottom: 20px;
  }
}
#career .cont-inner .slider img {
  margin-right: 40px;
}
@media screen and (max-width: 980px) {
  #career .cont-inner .slider img {
    margin: 40px 20px 0 0;
  }
}
#career .cont-inner .slider img:nth-child(2n) {
  margin-top: 40px;
}
@media screen and (max-width: 980px) {
  #career .cont-inner .slider img:nth-child(2n) {
    margin-top: 60px;
  }
}


/*--  bottom  --*/

#bottom {
  background: #F2FBFD;
}
#bottom .note {
  text-align: center;
  margin: 60px 0 40px;
}
@media screen and (max-width: 980px) {
  #bottom .note {
    margin: 0;
  }
}
#bottom .note img {
  width: 840px;
}
#bottom .flex-box {
  justify-content: space-around;
}
#bottom .flex-box a {
  flex-basis: 440px;
  background-color: #fff;
  box-shadow: 0px 0px 30px 0px #0000000D;
  display: flex;
  align-items: center;
  padding: 40px;
  justify-content: space-between;
  border-radius: 30px;
}
@media screen and (max-width: 980px) {
  #bottom .flex-box a {
    border-radius: 20px;
    margin: 0 10px 15px;
    padding: 10px 20px;
  }
}
#bottom .flex-box a img {
  width: 60px;
}
@media screen and (max-width: 980px) {
  #bottom .flex-box a img {
    width: 40px;
  }
}


/*--  footer  --*/
  footer {
    background: #00B7BD;
    border-radius: 30px 30px 0 0;
    color: #fff;
    padding: 20px 0;
  }
  @media screen and (max-width: 980px) {
    footer {
      padding: 0 20px 20px;
    }
  }
  footer a {
    color: #fff;
  }
  footer .cont-inner.flex-box {
    justify-content: space-between;
    align-items: flex-start;
  }
  footer .logo-block img {
    width: 180px;
  }
  @media screen and (max-width: 980px) {
    footer .logo-block img {
      width: 50%;
      padding-bottom: 30px;
    }
  }
  footer .navi {
    align-items: flex-start;
    gap: 120px;
    font-size: 18px;
  }
  @media screen and (max-width: 980px) {
    footer .navi .indent {
      padding-left: 10px;
    }
  }
  footer .policy {
    font-size: 14px;
    border-top: solid 1px;
    padding: 20px 0;
  }
  @media screen and (min-width: 981px) {
    footer .policy {
      gap: 40px;
      width: 85%;
      justify-content: center;
      margin: 0 auto;
    }
  }
  @media screen and (max-width: 980px) {
    footer .policy {
      margin: 0 20px 20px;
    }
  }
  footer .copy {
    text-align: center;
    font-size: 12px;
  }