@charset "UTF-8";
/*!
global > font
------------------------------
*/
@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@700&family=Noto+Sans+JP:wght@500;900&display=swap");
/*!
global > color
------------------------------
*/
:root {
  --font-family-base: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "Hiragino Kaku Gothic ProN", "Hiragino Sans", 'Noto Sans JP', "メイリオ", sans-serif;
}

/*!
foundation > reset
------------------------------
*/
/* 
html5doctor.com Reset Stylesheet v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com 
*/
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, main {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

/*!
foundation > base
------------------------------
*/
/* font reset
---------------------------------------------------------- */
body, html {
  font: 16px/1.231 "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Noto Sans JP", "メイリオ", sans-serif;
  font: 16px "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Noto Sans JP", "メイリオ", sans-serif;
  *font-size: small;
  *font: x-small;
  width: 100%;
  height: auto;
  color: #003a51;
  -webkit-text-size-adjust: none;
  -webkit-font-feature-settings: "normal";
          font-feature-settings: "normal";
  -ms-font-feature-settings: "normal";
  font-weight: 500;
}

#wrapper {
  width: 100%;
  overflow: clip;
}

a {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

img {
  vertical-align: top;
}

select, input, button, textarea {
  font: 99% "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Noto Sans JP", "メイリオ", sans-serif;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Noto Sans JP", "メイリオ", sans-serif;
}

table {
  font-size: inherit;
  font: 100%;
}

pre, code, kbd, samp, tt {
  font-family: monospace;
  *font-size: 108%;
  line-height: 100%;
}

#yui3-css-stamp.cssfonts {
  display: none;
}

/***************************************
 * clear fix
****************************************/
.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  visibility: hidden;
  clear: both;
}

.clearfix {
  display: inline-block;
  min-height: 1%; /* for IE 7 and MacIE5.5*/
}

/* Hides from IE-mac \*/
* html .clearfix {
  height: 1%;
}

.clearfix {
  display: block;
}

/***************************************
 共通css
****************************************/
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

a {
  color: inherit;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

@media screen and (min-width: 769px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}
button {
  color: inherit;
  cursor: pointer;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

img {
  max-width: 100%;
  width: 100%;
  height: auto;
}

html, body {
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Noto Sans JP", "メイリオ", sans-serif;
  font-size: 62.5%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

html:focus-within {
  scroll-behavior: smooth;
}

body {
  font-size: clamp(1.4rem, 2vw, 2rem);
  font-weight: 400;
  letter-spacing: 0.08em;
  line-height: 1.75;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  background-color: #fff;
}
body::before {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  background-color: #003a51;
  width: 100%;
  height: 100%;
  opacity: 0;
  z-index: -1;
  -webkit-transition: all 0.7s;
  transition: all 0.7s;
}
body.add_overray {
  overflow: hidden;
  position: relative;
}
body.add_overray::before {
  opacity: 0.4;
  z-index: 1000;
}

address {
  font-style: normal;
}

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

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

#wrapper {
  margin: 0 auto;
  position: relative;
}

/*!
utility > utility
------------------------------
*/
.u-mb-1em {
  margin-bottom: 1em;
}

.u-inlineBlock {
  display: inline-block;
}

.u-text-simple {
  line-height: 1.9;
}
@media screen and (min-width: 769px) {
  .u-text-simple {
    line-height: 2;
  }
}

.u-links-blank {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0.25em 1.5em;
  font-size: clamp(1.4rem, 1.8vw, 1.8rem);
  margin: 1.75em auto 2.5em;
}

.u-fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  width: 100%;
  max-width: 700px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  -webkit-column-gap: 4px;
     -moz-column-gap: 4px;
          column-gap: 4px;
  text-align: center;
  padding: 0 2px;
  z-index: 10001;
}
@media screen and (min-width: 769px) {
  .u-fixed-bottom {
    padding: 0 4px;
  }
}

.u-entry {
  color: #fff;
  background: repeating-linear-gradient(-45deg, #28bebf, #28bebf 1px, #00b2b3 0, #00b2b3 15px);
  padding: 45px 0 80px;
}
@media screen and (min-width: 769px) {
  .u-entry {
    padding: 100px 0 100px;
    background: repeating-linear-gradient(-45deg, #28bebf, #28bebf 1px, #00b2b3 0, #00b2b3 19px);
  }
}
.u-entry--inner {
  width: 80%;
  max-width: 1000px;
  display: grid;
  grid-template-columns: 1fr;
  gap: 30px;
  margin: 2em auto 0;
}
@media screen and (min-width: 860px) {
  .u-entry--inner {
    grid-template-columns: 1fr 1fr;
    -webkit-column-gap: 50px;
       -moz-column-gap: 50px;
            column-gap: 50px;
  }
}

.u-recruit {
  padding: 65px 0 50px;
}
@media screen and (min-width: 769px) {
  .u-recruit {
    padding: 120px 0 100px;
  }
}
.u-recruit--link {
  max-width: 480px;
  width: 84%;
  margin: 2em auto 0;
}

.u-faq {
  position: relative;
  background-color: #e4f0ee;
  padding-bottom: 2em;
}
@media screen and (min-width: 860px) {
  .u-faq {
    display: grid;
    grid-template-columns: 1fr 1fr;
    -webkit-column-gap: 5%;
       -moz-column-gap: 5%;
            column-gap: 5%;
    row-gap: 2em;
    padding-bottom: 0;
  }
}
@media screen and (min-width: 860px) {
  .u-faq--image {
    grid-column: 2/3;
    grid-row: 1/3;
  }
  .u-faq--image img {
    border-radius: 5px 0 0 50px;
  }
}
.u-faq--link {
  width: 84%;
  margin: -2.5em auto 0;
  position: relative;
}
@media screen and (min-width: 860px) {
  .u-faq--link {
    grid-column: 1/2;
    grid-row: 2/3;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin: 0 0 0 auto;
    padding-bottom: 1em;
    width: 90%;
    max-width: 620px;
  }
}
.u-faq--link a {
  max-width: 480px;
  margin: 0 auto;
}
.u-faq--text {
  width: 88%;
  margin: 1.1em auto 0;
  line-height: 1.9;
}
@media screen and (min-width: 769px) {
  .u-faq--text {
    line-height: 2;
  }
}
@media screen and (min-width: 860px) {
  .u-faq--text {
    grid-column: 1/2;
    grid-row: 1/2;
    align-self: flex-end;
    width: 90%;
    max-width: 620px;
    margin: 0 0 0 auto;
    padding-top: 1em;
  }
}

.u-page-lead {
  padding: 85px 0 0;
}
@media screen and (min-width: 769px) {
  .u-page-lead {
    padding: 180px 0 0;
  }
}
.u-page-lead--text {
  font-size: clamp(1.4rem, 1.9vw, 1.9rem);
  line-height: 2.28;
}

/*!
animation > fadein
------------------------------
*/
/* スクロールCSS */
.fadeIn {
  opacity: 0;
  -webkit-transition-duration: 1000ms;
          transition-duration: 1000ms;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: opacity, transform;
  transition-property: opacity, transform, -webkit-transform;
}

.fadeIn-up {
  -webkit-transform: translate(0, 50px);
          transform: translate(0, 50px);
}

.fadeIn-down {
  -webkit-transform: translate(0, -50px);
          transform: translate(0, -50px);
}

.fadeIn-left {
  -webkit-transform: translate(-50px, 0);
          transform: translate(-50px, 0);
}

.fadeIn-right {
  -webkit-transform: translate(50px, 0);
          transform: translate(50px, 0);
}

.fadeIn.scrollin {
  opacity: 1;
}

.fadeIn-up.scrollin, .fadeIn-down.scrollin, .fadeIn-left.scrollin, .fadeIn-right.scrollin {
  opacity: 1;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}

/*!
animation > loading
------------------------------
*/
/* ローディングアニメーション */
#js-loader {
  background: #00c9fa;
  background: -webkit-gradient(linear, left top, left bottom, from(#0084f8), to(#00c9fa));
  background: linear-gradient(#0084f8 0%, #00c9fa 100%);
  position: fixed;
  z-index: 99999;
  width: 100vw;
  height: 100vh !important;
  top: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.a-loading {
  margin: auto;
  width: 120px;
  height: 120px;
  position: absolute;
  top: calc(50% - 60px);
  left: calc(50% - 60px);
  text-align: center;
  background: url("../img/common/logo_white.svg") no-repeat center center;
  background-size: contain;
  -webkit-animation: sk-bounce 3s infinite ease-in-out;
          animation: sk-bounce 3s infinite ease-in-out;
}

@-webkit-keyframes sk-bounce {
  0%, 100% {
    transform: scale(0);
    -webkit-transform: scale(0);
  }
  50% {
    transform: scale(1);
    -webkit-transform: scale(1);
  }
}

@keyframes sk-bounce {
  0%, 100% {
    transform: scale(0);
    -webkit-transform: scale(0);
  }
  50% {
    transform: scale(1);
    -webkit-transform: scale(1);
  }
}
@-webkit-keyframes scroll-hint-appear {
  0% {
    -webkit-transform: translateX(40px);
            transform: translateX(40px);
    opacity: 0;
  }
  10% {
    opacity: 1;
  }
  50%, 100% {
    -webkit-transform: translateX(-40px);
            transform: translateX(-40px);
    opacity: 0;
  }
}
@keyframes scroll-hint-appear {
  0% {
    -webkit-transform: translateX(40px);
            transform: translateX(40px);
    opacity: 0;
  }
  10% {
    opacity: 1;
  }
  50%, 100% {
    -webkit-transform: translateX(-40px);
            transform: translateX(-40px);
    opacity: 0;
  }
}
.scroll-hint.is-right-scrollable {
  background: linear-gradient(270deg, rgba(0, 0, 0, 0.15) 0, rgba(0, 0, 0, 0) 16px, rgba(0, 0, 0, 0));
}

.scroll-hint.is-right-scrollable.is-left-scrollable {
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.15) 0, rgba(0, 0, 0, 0) 16px, rgba(0, 0, 0, 0)), linear-gradient(270deg, rgba(0, 0, 0, 0.15) 0, rgba(0, 0, 0, 0) 16px, rgba(0, 0, 0, 0));
}

.scroll-hint.is-left-scrollable {
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.15) 0, rgba(0, 0, 0, 0) 16px, rgba(0, 0, 0, 0));
}

.scroll-hint-icon {
  position: absolute;
  top: calc(50% - 25px);
  left: calc(50% - 60px);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 120px;
  height: 90px;
  border-radius: 5px;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  opacity: 0;
  background: rgba(0, 0, 0, 0.7);
  text-align: center;
  padding: 20px 10px 10px 10px;
}

.scroll-hint-icon-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  max-height: 100%;
  pointer-events: none;
}

.scroll-hint-text {
  font-size: 10px;
  color: #FFF;
  margin-top: 5px;
}

.scroll-hint-icon-wrap.is-active .scroll-hint-icon {
  opacity: 0.8;
}

.scroll-hint-icon:before {
  display: inline-block;
  width: 40px;
  height: 40px;
  color: #FFF;
  vertical-align: middle;
  text-align: center;
  content: "";
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNS43NyIgaGVpZ2h0PSIzMC41MiIgdmlld0JveD0iMCAwIDI1Ljc3IDMwLjUyIj48dGl0bGU+44Ki44K744OD44OIIDM8L3RpdGxlPjxnIGlkPSLjg6zjgqTjg6Tjg7xfMiIgZGF0YS1uYW1lPSLjg6zjgqTjg6Tjg7wgMiI+PGcgaWQ9IuODrOOCpOODpOODvF8xLTIiIGRhdGEtbmFtZT0i44Os44Kk44Ok44O8IDEiPjxwYXRoIGQ9Ik0yMS4zMywzMC41Mkg3Ljg1QTEuNTUsMS41NSwwLDAsMSw2LjMsMjlhMTIuNDYsMTIuNDYsMCwwLDAtLjYzLTQuNDIsMjUuMTYsMjUuMTYsMCwwLDAtNC4yNS01bC0uMDYtLjA2QTUsNSwwLDAsMSwwLDE1Ljg2YTMuNjQsMy42NCwwLDAsMSwxLjE3LTIuNjIsMy42MywzLjYzLDAsMCwxLDUuMTQuMDdWMy43N2EzLjc3LDMuNzcsMCwxLDEsNy41NCwwVjguMzNhMy4zNSwzLjM1LDAsMCwxLDEuMjYsMCwzLDMsMCwwLDEsMiwxLjIyLDMuNSwzLjUsMCwwLDEsMi0uMDYsMy4yMSwzLjIxLDAsMCwxLDIsMS41NCwzLjc0LDMuNzQsMCwwLDEsMywuNDdBNC4yMSw0LjIxLDAsMCwxLDI1Ljc0LDE1YzAsLjExLDAsLjI3LDAsLjQ2YTE5LjI2LDE5LjI2LDAsMCwxLS44NCw3Yy0uMTQuMzgtLjM2LjgxLS41NiwxLjIybC0uMTEuMjJjMCwuMDctLjA5LjE0LS4xNC4yMWE3LjEzLDcuMTMsMCwwLDAtMS4xNywyLjE3Yy0uMDYuNTYtLjA2LDIuMTUtLjA1LDIuNzFBMS41NSwxLjU1LDAsMCwxLDIxLjMzLDMwLjUyWk04LjYxLDI4LjIxaDEyYzAtLjcxLDAtMS43MS4wNy0yLjIzYTguNzQsOC43NCwwLDAsMSwxLjU5LTMuMjVsLjA2LS4xMmExMCwxMCwwLDAsMCwuNDYtMSwxNi44LDE2LjgsMCwwLDAsLjctNi4xMmMwLS4yMywwLS40MSwwLS41NGgwYTIsMiwwLDAsMC0uNjQtMS41MiwxLjMzLDEuMzMsMCwwLDAtMS41NS4wOCwxLjEzLDEuMTMsMCwwLDEtMS4xOC4yOCwxLjE1LDEuMTUsMCwwLDEtLjc4LS45NCwxLjI2LDEuMjYsMCwwLDAtLjc1LTEuMTEsMSwxLDAsMCwwLTEuMTEuMjhsLS4xLjFhMS4xNSwxLjE1LDAsMCwxLTEuMTkuMjksMS4xNiwxLjE2LDAsMCwxLS43OC0uOTVjLS4wOS0uNjgtLjIxLS43Ny0uNy0uODdhLjgyLjgyLDAsMCwwLTEsLjQ4LDEuMTYsMS4xNiwwLDAsMS0yLjE2LS41OFYzLjc3YTEuNDYsMS40NiwwLDEsMC0yLjkyLDB2Ny44NWwwLDQuMzNhMS4xNywxLjE3LDAsMCwxLS44MywxLjExLDEuMTUsMS4xNSwwLDAsMS0xLjItLjM1bC0xLS45MWMtLjQ3LS40Mi0uNzMtLjY2LS44NC0uNzdhMS4zNSwxLjM1LDAsMCwwLTItLjEyTDIuNywxNWExLjMyLDEuMzIsMCwwLDAtLjM5LDFBMi41NywyLjU3LDAsMCwwLDMsMTcuODVsMCwwYTI3LjI0LDI3LjI0LDAsMCwxLDQuNyw1LjYyQTEyLjYzLDEyLjYzLDAsMCwxLDguNjEsMjguMjFaTTIzLjIsMjMuMzVaTTYuNTEsMTYuNTlaIiBmaWxsPSIjZmZmIi8+PC9nPjwvZz48L3N2Zz4=);
}

.scroll-hint-icon:after {
  content: "";
  width: 34px;
  height: 14px;
  display: block;
  position: absolute;
  top: 10px;
  left: 50%;
  margin-left: -20px;
  background-repeat: no-repeat;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMy4yOSIgaGVpZ2h0PSIxMi4wMiIgdmlld0JveD0iMCAwIDMzLjI5IDEyLjAyIj48dGl0bGU+44Ki44K744OD44OIIDE8L3RpdGxlPjxnIGlkPSLjg6zjgqTjg6Tjg7xfMiIgZGF0YS1uYW1lPSLjg6zjgqTjg6Tjg7wgMiI+PGcgaWQ9IuODrOOCpOODpOODvF8xLTIiIGRhdGEtbmFtZT0i44Os44Kk44Ok44O8IDEiPjxsaW5lIHgxPSIxLjg1IiB5MT0iNi4wMSIgeDI9IjEwLjQiIHkyPSI2LjAxIiBmaWxsPSIjZmZmIi8+PHBhdGggZD0iTTEwLjQsNy4xN0gxLjg1YTEuMTYsMS4xNiwwLDEsMSwwLTIuMzFIMTAuNGExLjE2LDEuMTYsMCwxLDEsMCwyLjMxWiIgZmlsbD0iI2ZmZiIvPjxwYXRoIGQ9Ik03LjQsMTJhMS4xNSwxLjE1LDAsMCwxLS43Mi0uMjVsLTYuMjUtNUExLjIsMS4yLDAsMCwxLDAsNS44NywxLjE0LDEuMTQsMCwwLDEsLjQ2LDVMNi43LjIzQTEuMTYsMS4xNiwwLDAsMSw4LjEsMi4wOEwzLDUuOTEsOC4xMiwxMEExLjE2LDEuMTYsMCwwLDEsNy40LDEyWiIgZmlsbD0iI2ZmZiIvPjxsaW5lIHgxPSIzMS40NSIgeTE9IjYuMDEiIHgyPSIyMi44OSIgeTI9IjYuMDEiIGZpbGw9IiNmZmYiLz48cGF0aCBkPSJNMzEuNDUsNy4xN0gyMi44OWExLjE2LDEuMTYsMCwxLDEsMC0yLjMxaDguNTZhMS4xNiwxLjE2LDAsMCwxLDAsMi4zMVoiIGZpbGw9IiNmZmYiLz48cGF0aCBkPSJNMjUuOSwxMmExLjE4LDEuMTgsMCwwLDEtLjkxLS40M0ExLjE3LDEuMTcsMCwwLDEsMjUuMTcsMTBsNS4wOS00LjA1TDI1LjIsMi4wOEExLjE2LDEuMTYsMCwwLDEsMjYuNTkuMjNMMzIuODQsNWExLjE2LDEuMTYsMCwwLDEsLjQ1LjkxLDEuMTQsMS4xNCwwLDAsMS0uNDMuOTJsLTYuMjQsNUExLjE3LDEuMTcsMCwwLDEsMjUuOSwxMloiIGZpbGw9IiNmZmYiLz48L2c+PC9nPjwvc3ZnPg==);
  opacity: 0;
  -webkit-transition-delay: 2.4s;
          transition-delay: 2.4s;
}

.scroll-hint-icon-wrap.is-active .scroll-hint-icon:after {
  opacity: 1;
}

.scroll-hint-icon-wrap.is-active .scroll-hint-icon:before {
  -webkit-animation: scroll-hint-appear 1.2s linear;
          animation: scroll-hint-appear 1.2s linear;
  -webkit-animation-iteration-count: 2;
          animation-iteration-count: 2;
}

@-webkit-keyframes splide-loading {
  0% {
    -webkit-transform: rotateZ(0);
            transform: rotateZ(0);
  }
  100% {
    -webkit-transform: rotateZ(360deg);
            transform: rotateZ(360deg);
  }
}

@keyframes splide-loading {
  0% {
    -webkit-transform: rotateZ(0);
            transform: rotateZ(0);
  }
  100% {
    -webkit-transform: rotateZ(360deg);
            transform: rotateZ(360deg);
  }
}
.splide__track--draggable {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.splide__track--fade > .splide__list > .splide__slide {
  margin: 0 !important;
  opacity: 0;
  z-index: 0;
}
.splide__track--fade > .splide__list > .splide__slide.is-active {
  opacity: 1;
  z-index: 1;
}

.splide--rtl {
  direction: rtl;
}

.splide__track--ttb > .splide__list {
  display: block;
}

.splide__container {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
}

.splide__list {
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  margin: 0 !important;
  padding: 0 !important;
}
.splide.is-initialized:not(.is-active) .splide__list {
  display: block;
}

.splide__pagination {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0;
  pointer-events: none;
}
.splide__pagination li {
  display: inline-block;
  line-height: 1;
  list-style-type: none;
  margin: 0;
  pointer-events: auto;
}
.splide:not(.is-overflow) .splide__pagination {
  display: none;
}

.splide__progress__bar {
  width: 0;
}

.splide {
  position: relative;
  visibility: hidden;
}
.splide.is-initialized, .splide.is-rendered {
  visibility: visible;
}

.splide__slide {
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  list-style-type: none !important;
  margin: 0;
  position: relative;
}
.splide__slide img {
  vertical-align: bottom;
}

.splide__spinner {
  -webkit-animation: splide-loading 1s infinite linear;
          animation: splide-loading 1s infinite linear;
  border: 2px solid #999;
  border-left-color: transparent;
  border-radius: 50%;
  bottom: 0;
  contain: strict;
  display: inline-block;
  height: 20px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 20px;
}

.splide__sr {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.splide__toggle__pause {
  display: none;
}
.splide__toggle.is-active .splide__toggle__play {
  display: none;
}
.splide__toggle.is-active .splide__toggle__pause {
  display: inline;
}

.splide__track {
  overflow: hidden;
  position: relative;
  z-index: 0;
}

/*!
component > btn
------------------------------
*/
.c-btn-gnav {
  display: block;
  padding: 1em 1.5em;
  background: none;
  border: none;
  width: 100%;
  text-align: left;
  position: relative;
}
.c-btn-gnav::before {
  content: "";
  width: 1em;
  height: 1px;
  position: absolute;
  right: 1.5em;
  top: 50%;
  background-color: currentColor;
  opacity: 0;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}
.c-btn-gnav::after {
  content: "";
  width: 0.4em;
  height: 1px;
  position: absolute;
  right: 1.5em;
  top: 50%;
  background-color: currentColor;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transform-origin: right bottom;
          transform-origin: right bottom;
  opacity: 0;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}
@media (hover: hover) {
  .c-btn-gnav:hover::before, .c-btn-gnav:hover::after {
    opacity: 1;
  }
}
.c-btn-gnav:active::before, .c-btn-gnav:active::after {
  opacity: 1;
}
.c-btn-gnav--plus {
  padding: 0;
  display: block;
  background: none;
  border: none;
  width: 100%;
  text-align: left;
  position: relative;
}
.c-btn-gnav--plus span {
  display: block;
  width: 100%;
  padding: 1em 1.5em;
  position: relative;
}
.c-btn-gnav--plus span::before {
  content: "";
  width: 28px;
  height: 28px;
  border: 1px solid currentColor;
  position: absolute;
  right: calc(1.5em - 7px);
  top: calc(50% - 14px);
  border-radius: 50%;
}
.c-btn-gnav--plus::before {
  content: "";
  width: 15px;
  height: 1px;
  background-color: currentColor;
  position: absolute;
  right: 1.5em;
  top: 50%;
}
.c-btn-gnav--plus::after {
  content: "";
  width: 1px;
  height: 15px;
  background-color: currentColor;
  position: absolute;
  right: calc(1.5em + 7px);
  top: calc(50% - 7px);
  -webkit-transition: opacity 0.5s, -webkit-transform 0.5s;
  transition: opacity 0.5s, -webkit-transform 0.5s;
  transition: opacity 0.5s, transform 0.5s;
  transition: opacity 0.5s, transform 0.5s, -webkit-transform 0.5s;
}
@media (hover: hover) {
  .c-btn-gnav--plus:hover::after {
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    opacity: 0;
  }
}
.c-btn-gnav--plus:active::after {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  opacity: 0;
}
.c-btn-gnav--plus.is-open::after {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  opacity: 0;
}
.c-btn-gnav.c-btn-gnav-interview {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  -webkit-column-gap: 0.75em;
     -moz-column-gap: 0.75em;
          column-gap: 0.75em;
  padding: 1em 1.5em 1em 0;
}
@media screen and (max-width: 399px) {
  .c-btn-gnav.c-btn-gnav-interview {
    padding: 1em 0;
  }
}
@media screen and (hover: hover) and (max-width: 399px) {
  .c-btn-gnav.c-btn-gnav-interview:hover::before, .c-btn-gnav.c-btn-gnav-interview:hover::after {
    opacity: 0;
  }
}
@media screen and (max-width: 399px) {
  .c-btn-gnav.c-btn-gnav-interview:active::before, .c-btn-gnav.c-btn-gnav-interview:active::after {
    opacity: 0;
  }
}
.c-btn-gnav--tag {
  color: #003a51;
  font-size: clamp(1.1rem, 1.4vw, 1.4rem);
  font-family: "Josefin Sans", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0.05em;
  line-height: 1;
  padding: 0.5em 0.4em 0.4em 0.5em;
  background-color: rgb(255, 255, 25.5);
  border-radius: 2px 6px 2px 6px;
}
.c-btn-gnav--name {
  font-size: 90%;
  line-height: 1.5;
  font-size: clamp(1.3rem, 1.8vw, 1.8rem);
}

.c-btn-pc-gnav {
  padding: 0;
  display: inline-block;
  position: relative;
  line-height: 1.4;
}
.c-btn-pc-gnav::after {
  content: "";
  position: absolute;
  bottom: -6px;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #ffff00;
  opacity: 0;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}
@media (hover: hover) {
  .c-btn-pc-gnav:hover::after {
    opacity: 1;
  }
}
.c-btn-pc-gnav:active::after {
  opacity: 1;
}
.c-btn-pc-gnav--item {
  display: block;
  padding: 0.8em 1.4em;
  font-size: clamp(1.4rem, 1vw, 1.6rem);
  font-weight: 700;
  color: #fff;
  text-shadow: none;
}
.c-btn-pc-gnav--item:hover {
  color: #ffff00;
}
.c-btn-pc-gnav--item.c-btn-gnav-interview {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  -webkit-column-gap: 0.75em;
     -moz-column-gap: 0.75em;
          column-gap: 0.75em;
  padding: 1em 1.5em 1em 1em;
}
.c-btn-pc-gnav--item .c-btn-gnav--name {
  font-size: clamp(1.4rem, 1vw, 1.6rem);
  font-weight: 700;
}

.c-btn-fixed {
  color: #fff;
  background-color: #005bab;
  font-size: clamp(1.8rem, 2.4vw, 2.4rem);
  font-weight: 700;
  line-height: 1.2;
  padding: 0.9em 0.5em 0.8em;
  border-radius: 10px 10px 0 0;
}
@media screen and (min-width: 769px) {
  .c-btn-fixed {
    border-radius: 15px 15px 0 0;
  }
}
@media (hover: hover) {
  .c-btn-fixed:hover {
    background-color: rgb(0, 72.8, 136.8);
  }
}
.c-btn-fixed:active {
  background-color: rgb(0, 72.8, 136.8);
}
.c-btn-fixed--yellow {
  color: #005bab;
  position: relative;
  background: #f2c73d;
  background: -webkit-gradient(linear, left top, right top, from(#fff100), to(#f2c73d));
  background: linear-gradient(to right, #fff100 0%, #f2c73d 100%);
  z-index: 0;
}
.c-btn-fixed--yellow::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background: #f2c73d;
  background: -webkit-gradient(linear, left top, right top, from(#f2c73d), to(#fff100));
  background: linear-gradient(to right, #f2c73d 0%, #fff100 100%);
  opacity: 0;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
  border-radius: 10px 10px 0 0;
}
@media screen and (min-width: 769px) {
  .c-btn-fixed--yellow::before {
    border-radius: 15px 15px 0 0;
  }
}
@media (hover: hover) {
  .c-btn-fixed--yellow:hover::before {
    opacity: 1;
  }
}
.c-btn-fixed--yellow:active::before {
  opacity: 1;
}

.c-btn-blank1 {
  line-height: 1;
  padding: 0.1em 1.5em 0.1em 0;
  position: relative;
}
.c-btn-blank1::before {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 0.8em;
  height: 0.8em;
  border: 1px solid currentColor;
}
.c-btn-blank1::after {
  content: "";
  position: absolute;
  right: 0.3em;
  bottom: 0;
  width: 0.8em;
  height: 0.8em;
  border: 1px solid currentColor;
}
@media (hover: hover) {
  .c-btn-blank1:hover {
    opacity: 0.7;
  }
}
.c-btn-blank1:active {
  opacity: 0.7;
}

.c-btn-white {
  color: #00b2b3;
  background-color: #fff;
  display: block;
  padding: 0.8em 2.6em 0.8em 1.25em;
  font-size: clamp(2.2rem, 2.2vw, 2.6rem);
  line-height: 1.5;
  border-radius: 100px;
  position: relative;
}
@media screen and (min-width: 860px) {
  .c-btn-white {
    padding: 1em 2em 1em 1.5em;
  }
}
.c-btn-white::before {
  content: "";
  width: 1.6em;
  height: 1.6em;
  position: absolute;
  right: 1em;
  top: calc(50% - 0.8em);
  background: url("../img/common/ico_arrow-01.svg") no-repeat center right;
  -webkit-transition: right 0.5s;
  transition: right 0.5s;
}
.c-btn-white--blank::before {
  background-image: url("../img/common/ico_blank-01.svg");
  width: 1.3em;
  height: 1.3em;
  top: calc(50% - 0.65em);
}
@media (hover: hover) {
  .c-btn-white:hover {
    background-color: #ffffcc;
  }
  .c-btn-white:hover::before {
    right: 0.7em;
  }
}
.c-btn-white:active {
  background-color: #ffffcc;
}
.c-btn-white:active::before {
  right: 0.7em;
}

.c-btn-green {
  color: #fff;
  background: #00b2b3;
  background: -webkit-gradient(linear, left top, right top, from(#00b2b3), to(#1aab87));
  background: linear-gradient(to right, #00b2b3 0%, #1aab87 100%);
  display: block;
  padding: 0.8em 2.6em 0.8em 1.25em;
  font-size: clamp(2.2rem, 2.2vw, 2.6rem);
  line-height: 1.5;
  letter-spacing: 0;
  border-radius: 100px;
  position: relative;
}
@media screen and (min-width: 860px) {
  .c-btn-green {
    padding: 1em 2em 1em 1.5em;
  }
}
.c-btn-green::before {
  content: "";
  width: 1.6em;
  height: 1.6em;
  position: absolute;
  right: 1em;
  top: calc(50% - 0.8em);
  background: url("../img/common/ico_arrow-01.svg") no-repeat center right;
  z-index: 1;
  -webkit-transition: right 0.5s;
  transition: right 0.5s;
}
.c-btn-green--culture::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  display: block;
  background-image: url("../img/top/img_culture.png");
  background-position: right center;
  background-size: contain;
  background-repeat: no-repeat;
  border-radius: 100px;
}
@media (hover: hover) {
  .c-btn-green:hover::before {
    right: 0.7em;
  }
}
.c-btn-green:active::before {
  right: 0.7em;
}

.c-btn-interview {
  color: #fff;
  border-radius: 50px 5px 5px 5px;
  position: relative;
}
.c-btn-interview::before {
  content: "";
  width: 100%;
  height: 100%;
  background: #00c9fa;
  background: -webkit-gradient(linear, left bottom, right top, color-stop(1%, #0084f8), to(#00c9fa));
  background: linear-gradient(to top right, #0084f8 1%, #00c9fa 100%);
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 50px 5px 5px 5px;
  opacity: 0;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}
.c-btn-interview::after {
  content: "";
  width: 2.2em;
  height: 2.2em;
  background: url("../img/common/ico_arrow-01.svg") no-repeat right bottom;
  position: absolute;
  right: 10px;
  bottom: 10px;
  display: block;
}
.c-btn-interview img {
  border-radius: 50px 5px 5px 5px;
}
.c-btn-interview:nth-child(2n) {
  border-radius: 5px 50px 5px 5px;
}
.c-btn-interview:nth-child(2n)::before {
  border-radius: 5px 50px 5px 5px;
}
.c-btn-interview:nth-child(2n) img {
  border-radius: 5px 50px 5px 5px;
}
@media (hover: hover) {
  .c-btn-interview:hover::before {
    opacity: 0.3;
  }
}
.c-btn-interview:active::before {
  opacity: 0.3;
}
.c-btn-interview--text {
  width: 90%;
  text-shadow: 0px 0px 3px rgba(33, 86, 163, 0.9);
  position: absolute;
  left: 5%;
  bottom: 20px;
  letter-spacing: 0;
}
@media screen and (min-width: 860px) {
  .c-btn-interview--text {
    bottom: 25px;
    text-shadow: 0px 0px 5px rgba(33, 86, 163, 0.9);
  }
}
.c-btn-interview--title {
  font-size: clamp(2rem, 2.8vw, 3.2rem);
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.6;
  margin-bottom: 0.25em;
}
.c-btn-interview--name {
  letter-spacing: 0;
}

.c-btn-mynavi {
  background-color: #fff;
  border-radius: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 1.5em 1em;
  position: relative;
}
@media screen and (max-width: 859px) {
  .c-btn-mynavi {
    min-height: 160px;
  }
}
@media screen and (max-width: 399px) {
  .c-btn-mynavi {
    min-height: 120px;
  }
}
.c-btn-mynavi::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 10px;
  top: 10px;
  border: 1px solid #fff;
  border-radius: 5px;
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
}
@media screen and (min-width: 769px) {
  .c-btn-mynavi::before {
    border-width: 2px;
  }
}
@media (hover: hover) {
  .c-btn-mynavi:hover {
    -webkit-transform: translate(4px, 4px);
            transform: translate(4px, 4px);
  }
  .c-btn-mynavi:hover::before {
    -webkit-transform: translate(-4px, -4px);
            transform: translate(-4px, -4px);
  }
}
.c-btn-mynavi:active {
  -webkit-transform: translate(4px, 4px);
          transform: translate(4px, 4px);
}
.c-btn-mynavi:active::before {
  -webkit-transform: translate(-4px, -4px);
          transform: translate(-4px, -4px);
}
.c-btn-mynavi--logo {
  width: 86%;
}

.c-btn-direct {
  color: #005bab;
  background-color: #ffff00;
  border-radius: 5px;
  padding: 1.5em 1em;
  text-align: center;
  line-height: 1.2;
  letter-spacing: 0.06em;
  position: relative;
}
@media screen and (max-width: 859px) {
  .c-btn-direct {
    min-height: 160px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media screen and (max-width: 399px) {
  .c-btn-direct {
    min-height: 120px;
  }
}
.c-btn-direct::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 10px;
  top: 10px;
  border: 1px solid #ffff00;
  border-radius: 5px;
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
}
@media screen and (min-width: 769px) {
  .c-btn-direct::before {
    border-width: 2px;
  }
}
@media (hover: hover) {
  .c-btn-direct:hover {
    -webkit-transform: translate(4px, 4px);
            transform: translate(4px, 4px);
  }
  .c-btn-direct:hover::before {
    -webkit-transform: translate(-4px, -4px);
            transform: translate(-4px, -4px);
  }
}
.c-btn-direct:active {
  -webkit-transform: translate(4px, 4px);
          transform: translate(4px, 4px);
}
.c-btn-direct:active::before {
  -webkit-transform: translate(-4px, -4px);
          transform: translate(-4px, -4px);
}
.c-btn-direct--inner {
  width: 100%;
}
.c-btn-direct--logo {
  width: 55%;
  max-width: 200px;
  margin: 0 auto;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.c-btn-direct--head {
  font-size: clamp(2.2rem, 3.2vw, 3.2rem);
  font-weight: 700;
  margin-top: 0.2em;
}
.c-btn-direct--text {
  font-size: clamp(1.3rem, 1.6vw, 1.6rem);
  font-weight: 700;
  margin-top: 0.2em;
}

.c-btn-title {
  padding: 0 1.5em 0 0;
  display: inline-block;
  position: relative;
}
.c-btn-title::before {
  content: "";
  width: 1em;
  height: 1em;
  background: url("../img/common/ico_arrow-01.svg") no-repeat right center;
  position: absolute;
  right: 0;
  top: calc(50% - 0.5em);
  -webkit-transition: right 0.5s;
  transition: right 0.5s;
}
@media (hover: hover) {
  .c-btn-title:hover {
    color: #0084f8;
  }
  .c-btn-title:hover::before {
    right: -5px;
  }
}
.c-btn-title:active {
  color: #0084f8;
}
.c-btn-title:active::before {
  right: -5px;
}

/*!
component > title
------------------------------
*/
.c-title-twin--small {
  font-size: clamp(1.6rem, 2.4vw, 2.4rem);
  font-weight: 400;
  line-height: 1.5;
  margin-bottom: 0.5em;
}
.c-title-twin--big {
  font-size: clamp(3.2rem, 4.8vw, 4.8rem);
  font-weight: 700;
  line-height: 1.44;
  margin-bottom: 0.5em;
}

.c-title-page {
  font-size: clamp(1.3rem, 2vw, 2rem);
  line-height: 1.5;
}
.c-title-page--sub {
  font-weight: 400;
  letter-spacing: 0.06em;
  margin-bottom: 0.5em;
}
.c-title-page--main {
  font-size: clamp(2.8rem, 4.8vw, 4.8rem);
  font-weight: 700;
  letter-spacing: 0.1em;
  margin-bottom: 0.6em;
}

.c-title-green {
  font-size: clamp(1.7rem, 2.8vw, 2.8rem);
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.7;
  margin-bottom: 1em;
  position: relative;
  padding-left: 1.4em;
}
.c-title-green::before {
  content: "";
  display: inline-block;
  width: 1em;
  height: 1em;
  margin-left: -1.4em;
  margin-right: 0.4em;
  text-align: center;
}
.c-title-green::after {
  content: "";
  background-color: #00b2b3;
  border-radius: 50%;
  width: 1em;
  height: 1em;
  position: absolute;
  left: -0.1em;
  top: 0.35em;
  display: block;
}

.c-title-diamond {
  font-size: clamp(1.7rem, 2.8vw, 2.8rem);
  font-weight: 700;
  letter-spacing: 0.06em;
  line-height: 1.7;
  margin-bottom: 1em;
  position: relative;
  padding-left: 1.4em;
}
.c-title-diamond::before {
  content: "";
  display: inline-block;
  width: 1em;
  height: 1em;
  margin-left: -1.4em;
  margin-right: 0.4em;
  text-align: center;
}
.c-title-diamond::after {
  content: "";
  background: #0084f8;
  background: -webkit-gradient(linear, right top, left top, from(#0084f8), to(#00c9fa));
  background: linear-gradient(to left, #0084f8 0%, #00c9fa 100%);
  width: 0.8em;
  height: 0.8em;
  position: absolute;
  left: 0;
  top: 0.4em;
  display: block;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.c-title-blue {
  color: #0084f8;
  font-size: clamp(3.2rem, 4.8vw, 4.8rem);
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0.06em;
  margin-bottom: 0.6em;
  text-align: center;
}
.c-title-blue--small {
  color: #0084f8;
  font-size: clamp(1.7rem, 2.8vw, 2.8rem);
  font-weight: 700;
  letter-spacing: 0.06em;
  line-height: 1.5;
  margin-bottom: 0.5em;
}

.c-title-navy {
  font-size: clamp(1.7rem, 2.8vw, 2.8rem);
  font-weight: 700;
  letter-spacing: 0.06em;
  line-height: 1.7;
  margin-bottom: 1em;
  text-align: center;
}

/*!
layout > container
------------------------------
*/
.l-container-center, .l-container-s, .l-container-m, .l-container-l, .l-container {
  width: 88%;
  margin: auto;
}

.l-container-l {
  max-width: 1200px;
}

.l-container-m {
  max-width: 1000px;
}

.l-container-s {
  max-width: 830px;
}

.l-container-center {
  text-align: center;
}

.l-container-right {
  text-align: right;
  margin: auto 0 auto auto;
}

/*!
layout > header
------------------------------
*/
header {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 10000;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  top: 0;
  left: 0;
}

.header-logo {
  width: 170px;
  position: absolute;
  left: 20px;
  top: 15px;
}
@media screen and (min-width: 769px) {
  .header-logo {
    left: 30px;
    top: 30px;
    width: 240px;
  }
}
@media (hover: hover) {
  .header-logo a:hover {
    opacity: 0.7;
  }
}
.header-logo a:active {
  opacity: 0.7;
}

.header-hamburger {
  position: fixed;
  width: 73px;
  height: 73px;
  top: 0;
  right: 0;
  z-index: 10000;
  cursor: pointer;
  border-radius: 0 0 0 100%;
  background: #0084f8;
  background: -webkit-gradient(linear, left top, right top, from(#00a7e3), to(#0084f8));
  background: linear-gradient(to right, #00a7e3 0%, #0084f8 100%);
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}
@media screen and (min-width: 769px) {
  .header-hamburger {
    width: 150px;
    height: 130px;
  }
}
.header-hamburger span {
  display: inline-block;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  position: absolute;
  left: 33%;
  height: 1px;
  background-color: #fff;
  width: 40%;
}
@media screen and (min-width: 769px) {
  .header-hamburger span {
    height: 2px;
  }
}
.header-hamburger span:nth-of-type(1) {
  top: 18px;
}
@media screen and (min-width: 769px) {
  .header-hamburger span:nth-of-type(1) {
    top: 28px;
  }
}
.header-hamburger span:nth-of-type(2) {
  top: 26px;
}
@media screen and (min-width: 769px) {
  .header-hamburger span:nth-of-type(2) {
    top: 41px;
  }
}
.header-hamburger span:nth-of-type(3) {
  top: 34px;
}
@media screen and (min-width: 769px) {
  .header-hamburger span:nth-of-type(3) {
    top: 54px;
  }
}
.header-hamburger:hover {
  opacity: 0.7;
}
.header-hamburger.open {
  background: #fff;
  -webkit-transition: background-color 0.5s;
  transition: background-color 0.5s;
  opacity: 1;
}
.header-hamburger.open span {
  background: #0084f8;
  background: -webkit-gradient(linear, left top, right top, from(#00a7e3), to(#0084f8));
  background: linear-gradient(to right, #00a7e3 0%, #0084f8 100%);
  left: 35%;
  width: 35%;
}
.header-hamburger.open span:nth-of-type(1) {
  top: 30%;
  -webkit-transform: translateY(6px) rotate(-45deg);
          transform: translateY(6px) rotate(-45deg);
}
@media screen and (min-width: 769px) {
  .header-hamburger.open span:nth-of-type(1) {
    top: 30%;
  }
}
.header-hamburger.open span:nth-of-type(2) {
  opacity: 0;
}
.header-hamburger.open span:nth-of-type(3) {
  top: 45%;
  -webkit-transform: translateY(-6px) rotate(45deg);
          transform: translateY(-6px) rotate(45deg);
}
@media screen and (min-width: 769px) {
  .header-hamburger.open span:nth-of-type(3) {
    top: 39%;
  }
}
.header-hamburger.open:hover {
  background-color: rgba(255, 255, 255, 0.8);
}

.header-nav {
  position: fixed;
  overflow: hidden;
  display: block;
  top: 0;
  right: 0;
  width: 100%;
  max-width: 700px;
  height: 100%;
  z-index: 1000;
  color: #fff;
  background: #0084f8;
  background: -webkit-gradient(linear, left top, right top, from(#00a7e3), to(#0084f8));
  background: linear-gradient(to right, #00a7e3 0%, #0084f8 100%);
  -webkit-box-shadow: -4px 0px 10px 0px rgba(0, 0, 0, 0.1);
          box-shadow: -4px 0px 10px 0px rgba(0, 0, 0, 0.1);
  -webkit-transform: scale(0);
          transform: scale(0);
  -webkit-transform-origin: right top;
          transform-origin: right top;
  -webkit-transition: border-radius 0.7s, -webkit-transform 0.7s;
  transition: border-radius 0.7s, -webkit-transform 0.7s;
  transition: transform 0.7s, border-radius 0.7s;
  transition: transform 0.7s, border-radius 0.7s, -webkit-transform 0.7s;
  border-radius: 0 0 0 100%;
}
.header-nav.open {
  overflow: visible;
  overflow-y: scroll;
  -webkit-transform: scale(1);
          transform: scale(1);
  border-radius: 0;
}
.header-nav.open .header-nav--inner {
  opacity: 1;
}
.header-nav--inner {
  position: relative;
  width: 86%;
  max-width: 540px;
  margin: 0 auto;
  padding: 75px 0;
  font-size: clamp(1.8rem, 2vw, 2rem);
  opacity: 0;
  -webkit-transition: opacity 0.7s;
  transition: opacity 0.7s;
}
@media screen and (min-width: 769px) {
  .header-nav--inner {
    padding: 130px 0;
  }
}

.header-list {
  position: relative;
  margin: 0 auto;
  text-align: left;
  line-height: 1.2;
}
.header-list--item {
  border-bottom: 1px solid currentColor;
}
.header-list--acc {
  padding-left: 1em;
}
.header-list--acc li {
  border-top: 1px solid rgba(255, 255, 255, 0.7);
}

.header-nav-logo {
  width: 58%;
  min-width: 216px;
  margin: 0 auto;
  display: block;
}
@media (hover: hover) {
  .header-nav-logo:hover {
    opacity: 0.7;
  }
}
.header-nav-logo:active {
  opacity: 0.7;
}

.header-pc-nav {
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 1.2em;
     -moz-column-gap: 1.2em;
          column-gap: 1.2em;
  width: calc(100% - 470px);
  margin: 38px 180px 0 auto;
  font-size: clamp(1.5rem, 1.2vw, 2rem);
  font-weight: 700;
  text-shadow: 0px 0px 4px rgba(15, 120, 120, 0.8);
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}
@media screen and (max-width: 1279px) {
  .header-pc-nav {
    -webkit-column-gap: 0.7em;
       -moz-column-gap: 0.7em;
            column-gap: 0.7em;
    width: calc(100% - 470px);
    margin: 38px 170px 0 auto;
  }
}
@media screen and (max-width: 1199px) {
  .header-pc-nav {
    display: none;
  }
}
.header-pc-nav.add_overray {
  pointer-events: none;
  opacity: 0.7;
}
.header-pc-nav--black {
  color: #003a51;
  text-shadow: none;
}
.header-pc-nav--black .header-pc-nav--btn {
  text-shadow: none;
}
.header-pc-nav--black .c-btn-pc-gnav::after {
  background-color: #f2c73d;
}
.header-pc-nav--black .header-pc-nav--body {
  border-color: #f2c73d;
}
.header-pc-nav--black .header-pc-nav--body::after {
  background: #f2c73d;
}
.header-pc-nav--item {
  position: relative;
}
.header-pc-nav--body {
  position: absolute;
  top: calc(100% + 10px);
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-8px);
          transform: translateX(-50%) translateY(-8px);
  background: #0084f8;
  background: -webkit-gradient(linear, left bottom, right top, from(#00a7e3), to(#0084f8));
  background: linear-gradient(to top right, #00a7e3 0%, #0084f8 100%);
  backdrop-filter: blur(4px);
  border-radius: 0 0 6px 6px;
  border-top: 2px solid #ffff00;
  padding: 0;
  min-width: 180px;
  list-style: none;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.25s ease, visibility 0.25s, -webkit-transform 0.25s ease;
  transition: opacity 0.25s ease, visibility 0.25s, -webkit-transform 0.25s ease;
  transition: opacity 0.25s ease, transform 0.25s ease, visibility 0.25s;
  transition: opacity 0.25s ease, transform 0.25s ease, visibility 0.25s, -webkit-transform 0.25s ease;
  white-space: nowrap;
  z-index: 100;
}
.header-pc-nav--body::after {
  content: "";
  display: inline-block;
  width: 12px;
  height: 10px;
  background: #ffff00;
  clip-path: polygon(0 100%, 50% 0, 100% 100%);
  position: absolute;
  left: calc(50% - 4px);
  top: -10px;
}
.header-pc-nav--body.is-open {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateX(-50%) translateY(0);
          transform: translateX(-50%) translateY(0);
}
.header-pc-nav--body li:not(:last-child) {
  border-bottom: 1px solid #fff;
}
.header-pc-nav--btn {
  background: inherit;
  padding: 0;
  border: none;
  font-weight: 700;
  text-shadow: 0px 0px 4px rgba(15, 120, 120, 0.8);
  cursor: pointer;
  display: inline-block;
  position: relative;
  line-height: 1.4;
}

/*!
layout > footer
------------------------------
*/
footer {
  background-color: #fff;
  width: 100%;
  margin: 0 auto;
  padding: 50px 0 20px;
}
@media screen and (max-width: 859px) {
  footer {
    padding: 30px 0 0;
  }
}

.footer-inner {
  max-width: 600px;
  width: 88%;
  margin: 0 auto;
  padding: 0 0 50px;
}
@media screen and (max-width: 859px) {
  .footer-inner {
    padding: 0 0 40px;
  }
}
@media screen and (max-width: 768px) {
  .footer-inner {
    padding: 0 0 25px;
  }
}

.footer-list {
  position: relative;
  margin: 0 auto;
  text-align: left;
  line-height: 1.2;
}
.footer-list--item {
  border-bottom: 1px solid #ccc;
}
.footer-list--acc {
  padding-left: 1em;
}
.footer-list--acc li {
  border-top: 1px solid #eee;
}

.footer-copy {
  text-align: left;
  font-size: clamp(1rem, 1.4vw, 1.4rem);
  font-weight: 400;
  font-family: "Josefin Sans", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  padding: 20px 0 0 30px;
}
@media screen and (max-width: 859px) {
  .footer-copy {
    text-align: center;
    padding: 0 0 90px;
  }
}
@media screen and (max-width: 768px) {
  .footer-copy {
    padding: 0 0 70px;
  }
}

/*!
page > top
------------------------------
*/
.top-fv {
  background: #7fd0bc;
  background: -webkit-gradient(linear, left bottom, right top, from(#38ccce), to(#7fd0bc));
  background: linear-gradient(to top right, #38ccce 0%, #7fd0bc 100%);
  position: relative;
}
.top-fv::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-image: url("../img/top/bg_fv-sp.png");
  background-repeat: no-repeat;
  background-position: left bottom;
  background-size: cover;
}
@media screen and (min-width: 769px) {
  .top-fv::before {
    background-image: url("../img/top/bg_fv-pc.png");
  }
}
.top-fv::after {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  bottom: -1px;
  width: 100%;
  height: 80px;
  background-color: #0084f8;
  clip-path: polygon(100% 0%, 100% 100%, 0% 100%);
}
@media screen and (min-width: 769px) {
  .top-fv::after {
    height: 100px;
  }
}
@media screen and (min-width: 769px) {
  .top-fv--inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    max-width: 1280px;
    width: 90%;
    margin: 0 auto;
  }
}
@media screen and (max-width: 1199px) {
  .top-fv--inner {
    padding: 10px 0 0;
  }
}
@media screen and (max-width: 991px) {
  .top-fv--inner {
    padding: 30px 0 0;
  }
}
@media screen and (max-width: 768px) {
  .top-fv--inner {
    padding: 40px 0 0;
  }
}
.top-fv--inner .top-fv-text {
  width: 87%;
  position: absolute;
  left: 6.5%;
  bottom: -15px;
  z-index: 2;
}
@media screen and (min-width: 769px) {
  .top-fv--inner .top-fv-text {
    width: 76%;
    left: 7%;
    bottom: -40px;
    max-width: 1440px;
  }
}
.top-fv--inner .top-fv-text--inner {
  display: block;
  max-width: 900px;
  margin: 0 auto;
}

.top-lead {
  color: #fff;
  padding: 45px 0 40px;
  background: #00c9fa;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(1%, #0084f8), to(#00c9fa));
  background: linear-gradient(#0084f8 1%, #00c9fa 100%);
  font-size: clamp(1.6rem, 2.2vw, 2.2rem);
}
@media screen and (min-width: 769px) {
  .top-lead {
    padding: 100px 0;
  }
}
.top-lead--text {
  margin-bottom: 0.5em;
  line-height: 1.9;
}
@media screen and (min-width: 769px) {
  .top-lead--text {
    line-height: 2;
    margin-bottom: 1em;
  }
}
.top-lead--title {
  max-width: 830px;
  margin: 1em auto 0;
}
@media screen and (min-width: 769px) {
  .top-lead--title {
    margin: 80px auto 0;
  }
}

.top-info {
  color: #fff;
  background: #7fd0bc;
  background: -webkit-gradient(linear, left top, right top, from(#38ccce), to(#7fd0bc));
  background: linear-gradient(to right, #38ccce 0%, #7fd0bc 100%);
  padding: 30px 0;
}
@media screen and (min-width: 769px) {
  .top-info {
    padding: 70px 0;
  }
}
.top-info--link {
  color: #fff;
  display: block;
}
@media (hover: hover) {
  .top-info--link:hover {
    color: #ffff00;
  }
}
.top-info--link:active {
  color: #ffff00;
}
.top-info--head {
  font-size: clamp(1.5rem, 2.6vw, 2.6rem);
  font-family: "Josefin Sans", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 300;
}
.top-info--text {
  font-size: clamp(1.4rem, 2.2vw, 2.2rem);
}

.top-about {
  position: relative;
  padding: 60px 0 130px;
}
@media screen and (min-width: 992px) {
  .top-about {
    padding: 100px 0 180px;
  }
}
@media screen and (min-width: 769px) {
  .top-about {
    padding: 100px 0 200px;
  }
}
.top-about::before {
  content: "";
  background: url("../img/top/bg_about.png") no-repeat center bottom;
  background-size: cover;
  width: 100%;
  height: 35%;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -1;
}
@media screen and (min-width: 769px) {
  .top-about::before {
    width: 100%;
    height: 50%;
    background-size: contain;
  }
}

.top-company {
  color: #fff;
  background: url("../img/top/bg_company-sp.jpg") no-repeat center top;
  background-size: cover;
  padding: 50px 0 60px;
}
@media screen and (min-width: 400px) {
  .top-company {
    background-image: url("../img/top/bg_company-pc.jpg");
    background-position: center center;
  }
}
@media screen and (min-width: 992px) {
  .top-company {
    padding: 100px 0 120px;
  }
}
.top-company--inner {
  display: grid;
  grid-template-columns: 1fr;
  gap: 25px;
  max-width: 900px;
  width: 80%;
  margin: 0 auto;
}
@media screen and (min-width: 860px) {
  .top-company--inner {
    grid-template-columns: 1.2fr 1fr 1fr;
    width: 86%;
    margin: 40px auto 0;
  }
}

.top-interview {
  padding: 60px 0 55px;
}
@media screen and (min-width: 769px) {
  .top-interview {
    padding: 100px 0;
  }
}
.top-interview--inner {
  display: grid;
  grid-template-columns: 1fr;
  row-gap: 40px;
  margin: 35px auto 0;
  max-width: 1280px;
  width: 90%;
}
@media screen and (min-width: 769px) {
  .top-interview--inner {
    grid-template-columns: 1fr 1fr;
    -webkit-column-gap: 50px;
       -moz-column-gap: 50px;
            column-gap: 50px;
    row-gap: 50px;
    margin: 50px auto 0;
  }
}
.top-interview--pages {
  margin: 45px auto 0;
  display: grid;
  grid-template-columns: 1fr;
  gap: 25px;
  max-width: 900px;
  width: 84%;
}
@media screen and (min-width: 860px) {
  .top-interview--pages {
    grid-template-columns: 1fr 1fr;
    width: 86%;
    margin: 70px auto 0;
  }
}

.top-career {
  color: #fff;
  background: #00c9fa;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(1%, #0084f8), to(#00c9fa));
  background: linear-gradient(#0084f8 1%, #00c9fa 100%);
  padding: 60px 0 0;
  position: relative;
}
@media screen and (min-width: 860px) {
  .top-career {
    padding: 80px 0 0;
    display: grid;
    grid-template-columns: 1fr 1fr;
    -webkit-column-gap: 5%;
       -moz-column-gap: 5%;
            column-gap: 5%;
    row-gap: 2em;
  }
}
.top-career--text {
  width: 88%;
  margin: 0 auto 2.5em;
}
@media screen and (min-width: 860px) {
  .top-career--text {
    grid-column: 2/3;
    grid-row: 1/2;
    align-self: center;
    width: 90%;
    max-width: 620px;
    margin: 0 auto 0 0;
    padding-bottom: 1em;
  }
}
.top-career--image {
  width: 94.7%;
  margin: 0 auto 0 0;
}
.top-career--image img {
  border-radius: 5px 50px 50px 0;
}
@media screen and (min-width: 860px) {
  .top-career--image {
    width: 100%;
    grid-column: 1/2;
  }
}
.top-career--link {
  width: 84%;
  position: absolute;
  left: 10%;
  bottom: -30px;
}
@media screen and (min-width: 860px) {
  .top-career--link {
    left: 3%;
    bottom: -40px;
    grid-column: 2/3;
    max-width: 500px;
    margin: 0 auto;
  }
}

/*!
page > people
------------------------------
*/
.people-list {
  display: grid;
  grid-template-columns: 1fr;
  row-gap: 40px;
  margin: 35px auto 60px;
  max-width: 1280px;
  width: 90%;
}
@media screen and (min-width: 769px) {
  .people-list {
    grid-template-columns: 1fr 1fr;
    -webkit-column-gap: 50px;
       -moz-column-gap: 50px;
            column-gap: 50px;
    row-gap: 50px;
    margin: 100px auto;
  }
}

.people-message {
  color: #fff;
  background: #00c9fa;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(1%, #0084f8), to(#00c9fa));
  background: linear-gradient(#0084f8 1%, #00c9fa 100%);
  padding: 0;
  margin: 60px auto 20px;
  font-size: clamp(1.3rem, 1.6vw, 1.8rem);
  position: relative;
}
@media screen and (min-width: 860px) {
  .people-message {
    margin: 120px auto 20px;
    padding: 0;
    display: grid;
    grid-template-columns: 50% 1fr;
    -webkit-column-gap: 5%;
       -moz-column-gap: 5%;
            column-gap: 5%;
    row-gap: 2em;
  }
}
.people-message--image {
  width: 100%;
  margin: 0 auto 0 0;
}
@media screen and (min-width: 860px) {
  .people-message--image {
    grid-column: 1/2;
  }
  .people-message--image img {
    border-radius: 0 50px 50px 0;
  }
}
.people-message--link {
  width: 80%;
  position: absolute;
  left: 10%;
  bottom: -30px;
}
@media screen and (min-width: 860px) {
  .people-message--link {
    width: 84%;
    left: 3%;
    bottom: -40px;
    grid-column: 2/3;
    align-self: flex-end;
    max-width: 500px;
    margin: 0 auto;
  }
}
.people-message--text {
  display: none;
}
@media screen and (min-width: 860px) {
  .people-message--text {
    grid-column: 2/3;
    grid-row: 1/2;
    align-self: center;
    width: 90%;
    max-width: 620px;
    margin: 0 auto 0 0;
    padding: 1em 0 40px 0;
    display: block;
  }
}
.people-message--title {
  font-size: clamp(3.2rem, 4vw, 4.8rem);
  font-weight: 700;
  line-height: 1.44;
  margin-bottom: 0.5em;
}

.people-more {
  background-color: #e4f0ee;
  padding: 40px 0;
}
@media screen and (min-width: 769px) {
  .people-more {
    padding: 100px 0;
  }
}
.people-more--inner {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  -webkit-column-gap: 4%;
     -moz-column-gap: 4%;
          column-gap: 4%;
  row-gap: 20px;
  margin-top: 1.5em;
}
@media screen and (max-width: 768px) {
  .people-more--inner {
    grid-template-columns: 1fr;
  }
}

.people-more-btn {
  display: block;
  position: relative;
  color: #fff;
  border-radius: 50px 10px 50px 10px;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .people-more-btn {
    border-radius: 50px 5px 50px 5px;
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
}
.people-more-btn::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 200%;
  height: 100%;
  background: #00b0aa;
  background: -webkit-gradient(linear, left top, right top, from(#00b0aa), color-stop(50%, #1aab87), to(#00b0aa));
  background: linear-gradient(to right, #00b0aa 0%, #1aab87 50%, #00b0aa 100%);
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
}
@media screen and (max-width: 768px) {
  .people-more-btn::before {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .people-more-btn:nth-child(2n) {
    border-radius: 5px 50px 5px 50px;
  }
  .people-more-btn:nth-child(2n) .people-more-btn--contents {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .people-more-btn:nth-child(2n) .people-more-btn--image {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .people-more-btn:nth-child(2n) .people-more-btn--image img {
    border-radius: 5px 50px 5px 5px;
  }
}
@media (hover: hover) {
  .people-more-btn:hover::before {
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
@media screen and (hover: hover) and (max-width: 768px) {
  .people-more-btn:hover::before {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@media (hover: hover) {
  .people-more-btn:hover .people-more-btn--image::after {
    opacity: 1;
  }
}
.people-more-btn:active::before {
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (max-width: 768px) {
  .people-more-btn:active::before {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
.people-more-btn:active .people-more-btn--image::after {
  opacity: 1;
}
.people-more-btn--image {
  position: relative;
}
.people-more-btn--image img {
  border-radius: 50px 10px 10px 10px;
}
@media screen and (max-width: 768px) {
  .people-more-btn--image img {
    border-radius: 50px 5px 5px 5px;
  }
}
.people-more-btn--image::after {
  content: "";
  background: url("../img/common/bg_interview-fv.png") no-repeat right bottom;
  background-size: cover;
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  right: 0;
  bottom: 0;
  opacity: 0;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}
.people-more-btn--contents {
  position: relative;
  z-index: 2;
  padding: 30px 10%;
}
@media screen and (max-width: 768px) {
  .people-more-btn--contents {
    padding: 0 5% 0 12%;
    -ms-flex-item-align: center;
        align-self: center;
  }
}
.people-more-btn--head {
  font-size: clamp(1.8rem, 2.4vw, 2.4rem);
  font-weight: 700;
  line-height: 1.5;
}
@media screen and (max-width: 399px) {
  .people-more-btn--head {
    letter-spacing: 0;
    line-height: 1.2;
  }
}
.people-more-btn--text {
  font-size: clamp(1rem, 1.5vw, 1.5rem);
  margin-top: 0.8em;
}
@media screen and (max-width: 399px) {
  .people-more-btn--text {
    letter-spacing: 0;
    line-height: 1.5;
  }
}

/*!
page > interview
------------------------------
*/
.interview-fv {
  padding: 85px 0 0;
}
@media screen and (min-width: 769px) {
  .interview-fv {
    padding: 110px 0 0;
    display: grid;
    grid-template-columns: 1.1fr 1fr;
    grid-template-rows: 1fr -webkit-max-content;
    grid-template-rows: 1fr max-content;
  }
}
.interview-fv--title {
  width: 88%;
  margin: 0 auto 30px;
}
@media screen and (min-width: 769px) {
  .interview-fv--title {
    padding: 1.5em 5% 0 10%;
    -ms-flex-item-align: center;
        align-self: center;
    width: 100%;
    margin: 0 auto;
  }
}
.interview-fv--title--sub {
  font-weight: 400;
  letter-spacing: 0.06em;
  margin-bottom: 0.5em;
  max-width: 700px;
}
@media screen and (min-width: 769px) {
  .interview-fv--title--sub {
    margin: 0 0 0.5em auto;
  }
}
.interview-fv--title--main {
  font-size: clamp(2.8rem, 3.8vw, 4.6rem);
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1.65;
  margin-bottom: 0.6em;
  max-width: 700px;
}
@media screen and (min-width: 769px) {
  .interview-fv--title--main {
    margin: 0 0 0.6em auto;
  }
}
.interview-fv--image {
  border-radius: 50px 0 0 0;
  position: relative;
}
@media screen and (min-width: 769px) {
  .interview-fv--image {
    border-radius: 80px 0 0 0;
    grid-row: 1/3;
  }
}
.interview-fv--image::after {
  content: "";
  background: url("../img/common/bg_interview-fv.png") no-repeat right bottom;
  background-size: cover;
  width: 100%;
  height: 100%;
  border-radius: 50px 0 0 0;
  display: block;
  position: absolute;
  right: 0;
  bottom: 0;
}
@media screen and (min-width: 769px) {
  .interview-fv--image::after {
    border-radius: 80px 0 0 0;
  }
}
.interview-fv--image img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
  border-radius: 50px 0 0 0;
}
@media screen and (min-width: 769px) {
  .interview-fv--image img {
    border-radius: 80px 0 0 0;
  }
}
.interview-fv--text {
  color: #fff;
  background: -webkit-gradient(linear, right top, left top, color-stop(1%, #0084f8), to(#00c9fa));
  background: linear-gradient(to left, #0084f8 1%, #00c9fa 100%);
  padding: 1.8em 6%;
  border-bottom: 1px solid #b3b3b3;
}
@media screen and (min-width: 769px) {
  .interview-fv--text {
    grid-column: 1/2;
    grid-row: 2/3;
    align-self: flex-end;
    padding: 1.8em 5% 1.8em 10%;
  }
}
@media screen and (min-width: 769px) {
  .interview-fv--text--inner {
    max-width: 700px;
    margin: 0 0 0 auto;
  }
}
.interview-fv--name {
  font-size: clamp(1.5rem, 2.2vw, 2.2rem);
  margin-top: 0.5em;
}
.interview-fv--genus {
  font-size: clamp(1.3rem, 1.6vw, 1.6rem);
  margin-bottom: 0.5em;
}
.interview-fv--small {
  font-size: 74%;
}

.interview-article {
  margin: 100px auto 120px;
}
@media screen and (max-width: 768px) {
  .interview-article {
    margin: 40px auto 60px;
  }
}

.interview-sec {
  margin: 0 auto 70px;
  font-size: clamp(1.4rem, 1.8vw, 1.8rem);
  font-weight: 400;
  line-height: 1.85;
}
@media screen and (max-width: 768px) {
  .interview-sec {
    margin: 0 auto 40px;
  }
}
.interview-sec--text {
  margin-bottom: 1.5em;
}
.interview-sec h2 {
  font-size: clamp(1.7rem, 3.2vw, 3.2rem);
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.7;
  margin-bottom: 1em;
  position: relative;
  padding-left: 1.4em;
}
.interview-sec h2::before {
  content: "";
  display: inline-block;
  width: 1em;
  height: 1em;
  margin-left: -1.4em;
  margin-right: 0.4em;
  text-align: center;
}
.interview-sec h2::after {
  content: "";
  background: -webkit-gradient(linear, right top, left top, color-stop(1%, #0084f8), to(#00c9fa));
  background: linear-gradient(to left, #0084f8 1%, #00c9fa 100%);
  border-radius: 50%;
  width: 1em;
  height: 1em;
  position: absolute;
  left: -0.1em;
  top: 0.35em;
  display: block;
}
.interview-sec h3 {
  font-size: clamp(1.4rem, 2.4vw, 2.4rem);
  font-weight: 700;
  line-height: 1.7;
  margin-bottom: 0.5em;
}
.interview-sec--a2col {
  display: grid;
  grid-template-columns: 1fr 1.1fr;
  -webkit-column-gap: 5%;
     -moz-column-gap: 5%;
          column-gap: 5%;
}
@media screen and (max-width: 768px) {
  .interview-sec--a2col {
    display: block;
  }
  .interview-sec--a2col .interview-sec--image {
    margin-top: 2em;
  }
}
.interview-sec--a2col .interview-sec--image {
  grid-column: 1/2;
  grid-row: 1/2;
}
.interview-sec--a2col .interview-sec--contents {
  grid-column: 2/3;
  grid-row: 1/2;
}
.interview-sec--b2col {
  display: grid;
  grid-template-columns: 1.1fr 1fr;
  -webkit-column-gap: 5%;
     -moz-column-gap: 5%;
          column-gap: 5%;
}
@media screen and (max-width: 768px) {
  .interview-sec--b2col {
    display: block;
  }
  .interview-sec--b2col .interview-sec--image {
    margin-top: 2em;
  }
}
.interview-sec--contents {
  -ms-flex-item-align: center;
      align-self: center;
}
.interview-sec--image img {
  border-radius: 5px;
}
@media screen and (min-width: 769px) {
  .interview-sec--image img {
    border-radius: 10px;
  }
}

.interview-schedule {
  display: grid;
  grid-template-columns: -webkit-max-content 1fr;
  grid-template-columns: max-content 1fr;
  -webkit-column-gap: 1em;
     -moz-column-gap: 1em;
          column-gap: 1em;
  row-gap: 0.25em;
}

/*!
page > data
------------------------------
*/
.data-fv {
  padding: 85px 0 0;
}
@media screen and (min-width: 769px) {
  .data-fv {
    padding: 110px 0 0;
    display: grid;
    grid-template-columns: 1fr 1.1fr;
    -webkit-column-gap: 3%;
       -moz-column-gap: 3%;
            column-gap: 3%;
  }
}
.data-fv--text {
  width: 88%;
  margin: 0 auto 35px;
}
@media screen and (min-width: 769px) {
  .data-fv--text {
    width: 90%;
    max-width: 560px;
    margin: 0 0 0 auto;
    -ms-flex-item-align: center;
        align-self: center;
  }
}
.data-fv--image {
  border-radius: 50px 0 0 0;
  position: relative;
}
@media screen and (min-width: 769px) {
  .data-fv--image {
    border-radius: 80px 0 0 0;
  }
}
.data-fv--image img {
  border-radius: 50px 0 0 0;
}
@media screen and (min-width: 769px) {
  .data-fv--image img {
    border-radius: 80px 0 0 0;
  }
}

.data-block {
  color: #fff;
  position: relative;
  background: -webkit-gradient(linear, left top, left bottom, from(#0084f8), to(#00c9fa));
  background: linear-gradient(#0084f8 0%, #00c9fa 100%);
}
@media screen and (min-width: 992px) {
  .data-block {
    padding: 50px 0;
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
}

.data-item {
  width: 88%;
  position: relative;
  padding: 40px 0 50px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.data-item:not(:last-child) {
  border-bottom: 1px solid #fff;
}
@media screen and (min-width: 992px) {
  .data-item {
    width: 90%;
    max-width: 620px;
    margin: 0 5% 0 auto;
    padding: 50px 0 50px 0;
  }
  .data-item:nth-child(2n) {
    margin: 0 auto 0 5%;
    padding: 50px 0 50px 0;
  }
  .data-item:nth-last-child(-n+2) {
    border-bottom: none;
  }
}
.data-item--01 .data-item-image, .data-item--02 .data-item-image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-flex: 2;
      -ms-flex-positive: 2;
          flex-grow: 2;
}
.data-item--01 .data-item-text, .data-item--02 .data-item-text {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.data-item--03 .data-item-text, .data-item--04 .data-item-text {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -ms-flex-line-pack: end;
      align-content: flex-end;
}
.data-item--05 .data-item-image, .data-item--06 .data-item-image {
  -webkit-box-flex: 2;
      -ms-flex-positive: 2;
          flex-grow: 2;
  -ms-flex-line-pack: end;
      align-content: flex-end;
}
.data-item--05 .data-item-text, .data-item--06 .data-item-text {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -ms-flex-line-pack: end;
      align-content: flex-end;
}
.data-item--07 .data-item-image, .data-item--08 .data-item-image {
  mix-blend-mode: overlay;
  width: auto;
}
@media screen and (min-width: 992px) {
  .data-item--07 .data-item-image, .data-item--08 .data-item-image {
    height: 180px;
  }
}
.data-item--07 .data-item-image img, .data-item--08 .data-item-image img {
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
  height: 100%;
}
.data-item--09 .data-item-text, .data-item--10 .data-item-text {
  margin-top: 0;
}
.data-item--03 .data-item-inner {
  position: relative;
  -webkit-box-flex: 2;
      -ms-flex-positive: 2;
          flex-grow: 2;
}
.data-item--03 .data-item-inner::before {
  content: "";
  width: 110%;
  height: calc(100% + 40px);
  background: url("../img/data/bg_price-01.png") no-repeat left top;
  background-size: contain;
  display: block;
  position: absolute;
  left: -8%;
  top: -40px;
  mix-blend-mode: overlay;
}
@media screen and (min-width: 992px) {
  .data-item--03 .data-item-inner::before {
    top: -50px;
    left: 0;
    height: calc(100% + 50px);
  }
}
.data-item--03 .data-item-num {
  width: 48%;
  height: auto;
  padding-top: 10%;
  padding-bottom: 30px;
  margin: 0 auto 0 43%;
  line-height: 0;
}
@media screen and (min-width: 992px) {
  .data-item--03 .data-item-num {
    width: 42%;
    padding-top: 16%;
    padding-bottom: 0.1em;
    margin: 0 auto 0 45%;
  }
}
.data-item--04 .data-item-head {
  line-height: 1.5;
}
.data-item--04 .data-item-num {
  line-height: 0.75;
  -ms-flex-line-pack: center;
      align-content: center;
  text-align: right;
  padding-right: 0.2em;
  padding-top: 0.1em;
  position: relative;
  -webkit-box-flex: 2;
      -ms-flex-positive: 2;
          flex-grow: 2;
}
@media screen and (max-width: 991px) {
  .data-item--04 .data-item-num {
    max-width: 580px;
    width: 100%;
    margin: 0 auto;
  }
}
@media screen and (max-width: 768px) {
  .data-item--04 .data-item-num {
    max-width: 380px;
  }
}
@media screen and (max-width: 399px) {
  .data-item--04 .data-item-num {
    padding-right: 0;
  }
}
.data-item--04 .data-item-num::before {
  content: "";
  position: absolute;
  right: 50%;
  top: 0;
  width: 50%;
  height: 100%;
  background: url("../img/data/bg_notyet-01.svg") no-repeat right center;
  background-size: contain;
  mix-blend-mode: overlay;
}
@media screen and (max-width: 768px) {
  .data-item--04 .data-item-num::before {
    right: auto;
    left: 3%;
    background-position: left center;
  }
}
@media screen and (max-width: 991px) {
  .data-item--05 {
    text-align: left;
    padding-bottom: 70px;
  }
  .data-item--05 .data-item-head {
    text-align: left;
  }
  .data-item--05 .data-item-text {
    margin-top: 0;
    position: relative;
  }
}
.data-item--05 .data-item-image {
  width: 40%;
  margin: 0 auto;
  mix-blend-mode: overlay;
}
@media screen and (max-width: 991px) {
  .data-item--05 .data-item-image {
    position: absolute;
    right: 0;
    bottom: 15px;
    width: 39%;
    height: calc(100% - 1em);
    -o-object-fit: contain;
       object-fit: contain;
  }
  .data-item--05 .data-item-image img {
    -o-object-fit: contain;
       object-fit: contain;
    -o-object-position: bottom;
       object-position: bottom;
    height: 100%;
  }
}
.data-item--06 .data-item-image {
  width: 90%;
  margin: 0 auto;
}
@media screen and (max-width: 991px) {
  .data-item--07 {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
  .data-item--07 .data-item-image {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    width: 95%;
  }
  .data-item--07 .data-item-head {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    -ms-flex-item-align: center;
        align-self: center;
    margin-bottom: 0;
  }
  .data-item--07 .data-item-text {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    grid-column: 1/3;
  }
}
@media screen and (max-width: 991px) {
  .data-item--08 .data-item-head {
    margin-bottom: 0.2em;
  }
  .data-item--08 .data-item-image {
    width: 70%;
    margin: 0 auto;
  }
}

.data-item-head {
  font-size: clamp(2.8rem, 3.6vw, 3.6rem);
  font-weight: 700;
  line-height: 1.64;
  text-align: center;
  margin-bottom: 0.8em;
}
.data-item-head--big {
  font-size: 125%;
}
.data-item-head--num {
  font-size: 200%;
  font-weight: 700;
  font-family: "Josefin Sans", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  letter-spacing: 0;
  line-height: 0;
  vertical-align: middle;
}

.data-item-num {
  text-align: center;
  font-size: 20.5rem;
  font-weight: 700;
  font-family: "Josefin Sans", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  letter-spacing: 0;
  line-height: 1;
  position: relative;
}
@media screen and (max-width: 768px) {
  .data-item-num {
    font-size: 15.6rem;
  }
}
.data-item-num--inner {
  position: relative;
}
.data-item-num--m1 {
  font-size: 81%;
}
.data-item-num--s1 {
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Noto Sans JP", "メイリオ", sans-serif;
  font-size: 30.4%;
}
.data-item-num--s2 {
  font-size: 40.5%;
}
.data-item-num--01::before {
  content: "";
  width: 60%;
  height: 100%;
  position: absolute;
  right: 0;
  top: -0.1em;
  background: url("../img/data/bg_clock-01.svg") no-repeat right center;
  background-size: contain;
  mix-blend-mode: overlay;
}

.data-item-text {
  margin: 2em auto 0;
  line-height: 1.85;
}
@media screen and (min-width: 992px) {
  .data-item-text {
    width: 98%;
  }
}

.data-item-text-link {
  width: 90%;
  margin: 1.5em auto 0;
}

.data-link {
  width: 84%;
  max-width: 480px;
  margin: 100px auto 0;
}
@media screen and (max-width: 768px) {
  .data-link {
    margin: 40px auto 0;
  }
}

/*!
page > credo
------------------------------
*/
.credo-fv {
  padding: 85px 0 0;
  position: relative;
}
@media screen and (min-width: 769px) {
  .credo-fv {
    padding: 110px 0 0;
    display: grid;
    grid-template-columns: 1fr 1.1fr;
    -webkit-column-gap: 3%;
       -moz-column-gap: 3%;
            column-gap: 3%;
  }
}
.credo-fv::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 50%;
  background-color: #f6f7f8;
}
.credo-fv--head {
  width: 88%;
  margin: 0 auto 35px;
}
@media screen and (min-width: 769px) {
  .credo-fv--head {
    width: 90%;
    max-width: 560px;
    margin: 0 0 0 auto;
    grid-column: 1/2;
    align-self: center;
  }
}
.credo-fv--image {
  border-radius: 50px 0 0 0;
  position: relative;
}
@media screen and (min-width: 769px) {
  .credo-fv--image {
    border-radius: 80px 0 0 0;
    grid-column: 2/3;
    grid-row: 1/3;
  }
}
.credo-fv--image img {
  border-radius: 50px 0 0 0;
}
@media screen and (min-width: 769px) {
  .credo-fv--image img {
    border-radius: 80px 0 0 0;
    -o-object-fit: cover;
       object-fit: cover;
    height: 100%;
  }
}
.credo-fv .credo-fv-content {
  color: #fff;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 95%;
  margin-top: -40px;
  padding: 40px 5%;
}
@media screen and (min-width: 769px) {
  .credo-fv .credo-fv-content {
    grid-column: 1/2;
    padding: 40px 0;
    width: 100%;
    margin-top: 0;
  }
}
.credo-fv .credo-fv-content::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 115%;
  height: 100%;
  background: #0084f8;
  background: -webkit-gradient(linear, right top, left top, from(#0084f8), to(#00c9fa));
  background: linear-gradient(to left, #0084f8 0%, #00c9fa 100%);
  border-radius: 0 50px 0 0;
}
@media screen and (max-width: 768px) {
  .credo-fv .credo-fv-content::before {
    width: 100%;
  }
}
.credo-fv .credo-fv-content::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 115%;
  height: 100%;
  border-radius: 0 50px 0 0;
  background: url("../img/credo/bg_cred-fv.png") no-repeat right bottom;
  background-size: cover;
  mix-blend-mode: overlay;
}
@media screen and (max-width: 768px) {
  .credo-fv .credo-fv-content::after {
    width: 100%;
  }
}
.credo-fv .credo-fv-content--inner {
  position: relative;
  z-index: 2;
}
@media screen and (min-width: 769px) {
  .credo-fv .credo-fv-content--inner {
    width: 90%;
    max-width: 560px;
    margin: 0 0 0 auto;
  }
}
.credo-fv .credo-fv-content--title {
  font-size: clamp(4.8rem, 5vw, 7.8rem);
  font-weight: 400;
  font-family: "Josefin Sans", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: -0.01em;
}
.credo-fv .credo-fv-content--text {
  line-height: 1.857;
  margin-top: 1em;
}

.credo-lead {
  padding: 40px 0 0;
  font-size: clamp(1.4rem, 1.8vw, 1.8rem);
  letter-spacing: 0.04em;
  background-color: #f6f7f8;
}
@media screen and (min-width: 769px) {
  .credo-lead {
    padding: 100px 0 0;
    background: -webkit-gradient(linear, left top, left bottom, from(#f6f7f8), to(#fff));
    background: linear-gradient(#f6f7f8 0%, #fff 100%);
  }
}
.credo-lead--image {
  margin: 3em auto;
  max-width: 1000px;
  width: 100%;
}

.credo-block {
  margin: 40px auto;
}
@media screen and (min-width: 769px) {
  .credo-block {
    margin: 100px auto;
  }
}

.credo-block-list {
  list-style-type: decimal;
  padding-left: 1.8em;
}
.credo-block-list li:not(:last-child) {
  margin-bottom: 0.5em;
}

@media screen and (min-width: 769px) {
  .credo-bottom {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
}
.credo-bottom--image {
  width: 95%;
}
@media screen and (min-width: 769px) {
  .credo-bottom--image {
    width: 100%;
  }
}
.credo-bottom--image img {
  border-radius: 0 50px 0 0;
}
.credo-bottom--link {
  width: 84%;
  max-width: 500px;
  margin: 40px auto 0;
}
@media screen and (min-width: 769px) {
  .credo-bottom--link {
    -ms-flex-item-align: center;
        align-self: center;
    margin: 0 auto;
  }
}

/*!
page > message
------------------------------
*/
.message-fv {
  padding: 85px 0 0;
}
@media screen and (min-width: 769px) {
  .message-fv {
    padding: 110px 0 0;
    display: grid;
    grid-template-columns: 1.1fr 1fr;
    grid-template-rows: 1fr -webkit-max-content;
    grid-template-rows: 1fr max-content;
  }
}
.message-fv--title {
  width: 88%;
  margin: 0 auto 50px;
}
@media screen and (min-width: 769px) {
  .message-fv--title {
    padding: 1.5em 5% 0 10%;
    -ms-flex-item-align: center;
        align-self: center;
    width: 100%;
    margin: 0 auto;
  }
}
.message-fv--title--sub {
  font-weight: 400;
  letter-spacing: 0.06em;
  margin-bottom: 0.5em;
  max-width: 700px;
}
@media screen and (min-width: 769px) {
  .message-fv--title--sub {
    margin: 0 0 0.5em auto;
  }
}
.message-fv--title--main {
  font-size: clamp(2.8rem, 3.8vw, 4.6rem);
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1.65;
  margin-bottom: 0.6em;
  max-width: 700px;
}
@media screen and (min-width: 769px) {
  .message-fv--title--main {
    margin: 0 0 0.6em auto;
  }
}
.message-fv--image {
  border-radius: 50px 0 0 0;
  position: relative;
}
@media screen and (min-width: 769px) {
  .message-fv--image {
    border-radius: 80px 0 0 0;
    grid-row: 1/3;
  }
}
.message-fv--image::after {
  content: "";
  background: url("../img/message/bg_fv-message.png") no-repeat right bottom;
  background-size: cover;
  width: 100%;
  height: 100%;
  border-radius: 50px 0 0 0;
  display: block;
  position: absolute;
  right: 0;
  bottom: 0;
}
@media screen and (min-width: 769px) {
  .message-fv--image::after {
    border-radius: 80px 0 0 0;
  }
}
.message-fv--image img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
  border-radius: 50px 0 0 0;
}
@media screen and (min-width: 769px) {
  .message-fv--image img {
    border-radius: 80px 0 0 0;
  }
}
.message-fv--text {
  color: #fff;
  padding: 1.8em 6%;
  border-radius: 0 50px 0 0;
  width: 94.7%;
  margin-top: -66px;
  position: relative;
  z-index: 2;
}
@media screen and (min-width: 769px) {
  .message-fv--text {
    grid-column: 1/2;
    grid-row: 2/3;
    align-self: flex-end;
    padding: 1.8em 5% 50px 10%;
    width: 100%;
    margin-top: auto;
  }
}
@media screen and (max-width: 399px) {
  .message-fv--text {
    padding: 0.5em 6% 2em;
  }
}
.message-fv--text::before {
  content: "";
  width: 72%;
  height: 71px;
  background: #00c9fa;
  background: -webkit-gradient(linear, left top, right top, from(#00c9fa), to(#0097f9));
  background: linear-gradient(to right, #00c9fa 0%, #0097f9 100%);
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  z-index: -1;
}
@media screen and (max-width: 399px) {
  .message-fv--text::before {
    height: 26px;
  }
}
.message-fv--text::after {
  content: "";
  background: -webkit-gradient(linear, left top, right top, from(#00c9fa), color-stop(72%, #0097f9), to(#0084f8));
  background: linear-gradient(to right, #00c9fa 0%, #0097f9 72%, #0084f8 100%);
  width: 100%;
  height: calc(100% - 70px);
  border-radius: 0 50px 0 0;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -1;
}
@media screen and (max-width: 399px) {
  .message-fv--text::after {
    height: calc(100% - 25px);
  }
}
@media screen and (min-width: 769px) {
  .message-fv--text--inner {
    max-width: 700px;
    margin: 0 0 0 auto;
  }
}
.message-fv--head {
  font-size: clamp(2.2rem, 3.8vw, 3.8rem);
  margin-bottom: 0.5em;
}
.message-fv--lead {
  font-size: clamp(1.4rem, 1.8vw, 1.8rem);
  line-height: 1.857;
}
@media screen and (min-width: 769px) {
  .message-fv--lead {
    line-height: 2;
  }
}

.message-fv-name {
  font-size: clamp(1.8rem, 3vw, 3rem);
  font-weight: 700;
  margin-bottom: 1em;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .message-fv-name {
    margin-bottom: 1.5em;
  }
}
.message-fv-name--small {
  font-size: 66.7%;
  font-weight: 400;
  margin-right: 1em;
}

.message-people {
  color: #fff;
  background-color: #e4f0ee;
  padding: 40px 0;
  margin: 60px auto 20px;
  font-size: clamp(1.3rem, 1.6vw, 1.8rem);
  position: relative;
}
@media screen and (min-width: 769px) {
  .message-people {
    padding: 60px 0;
    margin: 120px auto 20px;
  }
}
.message-people--inner {
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr;
}
@media screen and (min-width: 769px) {
  .message-people--inner {
    grid-template-columns: 50% 1fr;
    -webkit-column-gap: 5%;
       -moz-column-gap: 5%;
            column-gap: 5%;
  }
}
.message-people--image {
  width: 100%;
  margin: 0 auto;
}
.message-people--image img {
  border-radius: 5px 50px 5px 5px;
}
.message-people--link {
  width: 80%;
  margin: -2em auto 0;
}
@media screen and (min-width: 769px) {
  .message-people--link {
    width: 100%;
    -ms-flex-item-align: center;
        align-self: center;
    margin: 0 auto;
  }
}
.message-people--text {
  display: none;
}
@media screen and (min-width: 860px) {
  .message-people--text {
    grid-column: 2/3;
    grid-row: 1/2;
    align-self: center;
    width: 90%;
    max-width: 620px;
    margin: 0 auto 0 0;
    padding: 1em 0 40px 0;
    display: block;
  }
}
.message-people--title {
  font-size: clamp(3.2rem, 4vw, 4.8rem);
  font-weight: 700;
  line-height: 1.44;
  margin-bottom: 0.5em;
}

/*!
page > future
------------------------------
*/
.future-fv {
  padding: 85px 0 0;
}
@media screen and (min-width: 769px) {
  .future-fv {
    padding: 110px 0 0;
    display: grid;
    grid-template-columns: 1fr 1.1fr;
    -webkit-column-gap: 3%;
       -moz-column-gap: 3%;
            column-gap: 3%;
  }
}
.future-fv--text {
  width: 88%;
  margin: 0 auto 35px;
  font-size: clamp(1.4rem, 1.8vw, 1.8rem);
}
@media screen and (min-width: 769px) {
  .future-fv--text {
    width: 90%;
    max-width: 560px;
    margin: 0 0 0 auto;
    padding-bottom: 50px;
    -ms-flex-item-align: center;
        align-self: center;
  }
}
@media screen and (min-width: 769px) {
  .future-fv--text--text {
    line-height: 2;
  }
}
.future-fv--image {
  border-radius: 50px 0 0 0;
  position: relative;
}
@media screen and (min-width: 769px) {
  .future-fv--image {
    border-radius: 80px 0 0 0;
  }
}
.future-fv--image img {
  border-radius: 50px 0 0 0;
}
@media screen and (min-width: 769px) {
  .future-fv--image img {
    border-radius: 80px 0 0 0;
  }
}

.future-fv-content {
  color: #fff;
  position: relative;
  width: 95%;
  margin-top: -40px;
  padding: 40px 5%;
}
@media screen and (min-width: 769px) {
  .future-fv-content {
    padding: 60px 0;
  }
}
.future-fv-content::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #0084f8;
  background: -webkit-gradient(linear, right top, left top, from(#0084f8), to(#00c9fa));
  background: linear-gradient(to left, #0084f8 0%, #00c9fa 100%);
  border-radius: 0 50px 0 0;
}
.future-fv-content::after {
  content: "";
  position: absolute;
  left: 0;
  top: 20px;
  width: 100%;
  height: calc(100% - 20px);
  border-radius: 0 50px 0 0;
  background: url("../img/future/txt_lets-abc.svg") no-repeat center top;
  background-size: contain;
  mix-blend-mode: overlay;
}
@media screen and (max-width: 768px) {
  .future-fv-content::after {
    width: 100%;
  }
}
.future-fv-content--wrap {
  background-color: #f6f7f8;
}
.future-fv-content--inner {
  position: relative;
  z-index: 2;
}
@media screen and (min-width: 769px) {
  .future-fv-content--inner {
    width: 90%;
    margin: 0 auto 0 5%;
  }
}
.future-fv-content--title {
  font-size: clamp(2.8rem, 4vw, 4rem);
  font-weight: 700;
  line-height: 1.2;
}
.future-fv-content--text {
  line-height: 1.857;
  margin-top: 1em;
}

.future-block {
  background-color: #f6f7f8;
  padding: 40px 0 0;
}
@media screen and (min-width: 769px) {
  .future-block {
    padding: 100px 0 0;
  }
}

.future-pass {
  display: grid;
  grid-template-columns: 1fr 1fr;
  -webkit-column-gap: 5%;
     -moz-column-gap: 5%;
          column-gap: 5%;
  row-gap: 25px;
}
@media screen and (max-width: 768px) {
  .future-pass {
    grid-template-columns: 1fr;
  }
}
.future-pass--text {
  -ms-flex-item-align: center;
      align-self: center;
}

.future-pass-table {
  max-width: 1400px;
  width: 100%;
  padding: 0 6% 10px;
  margin: 60px auto 0;
}
@media screen and (max-width: 768px) {
  .future-pass-table {
    margin: 30px auto 0;
  }
}
.future-pass-table table {
  width: 100%;
  min-width: 1000px;
  padding: 0 40px;
}
@media screen and (max-width: 768px) {
  .future-pass-table table {
    min-width: 800px;
  }
}
@media screen and (max-width: 399px) {
  .future-pass-table table {
    min-width: 760px;
  }
}
.future-pass-table th, .future-pass-table td {
  border: 1px solid #f6f7f8;
}
.future-pass-table th {
  width: 24%;
  color: #fff;
  text-align: center;
  background-color: #005bab;
  font-size: clamp(1.5rem, 1.8vw, 1.8rem);
  padding: 0.25em;
}
.future-pass-table th.future-pass-table-th {
  width: 28%;
}
.future-pass-table td {
  background-color: #fff;
  font-size: clamp(1.3rem, 1.6vw, 1.6rem);
  padding: 1em 2em 1.5em;
}
@media screen and (max-width: 768px) {
  .future-pass-table td {
    padding: 1em 0.5em;
  }
}

.future-pass-list li {
  padding-left: 1em;
}
.future-pass-list li::before {
  content: "";
  display: inline-block;
  width: 1em;
  height: 1em;
  margin-left: -1em;
  margin-right: 0;
  text-align: center;
}
.future-pass-list li::before {
  content: "・";
}
.future-pass-list li:not(:last-child) {
  margin-bottom: 0.2em;
}

.future-skills {
  max-width: 800px;
  margin: 1.75em auto;
}
.future-skills--block {
  color: #fff;
  background-color: #468fca;
  display: grid;
  grid-template-columns: 1fr 1fr;
  -webkit-column-gap: 5%;
     -moz-column-gap: 5%;
          column-gap: 5%;
  text-align: center;
  padding: 20px 3%;
}
@media screen and (min-width: 769px) {
  .future-skills--block {
    padding: 20px 10%;
  }
}
@media screen and (min-width: 992px) {
  .future-skills--block {
    padding: 20px 20%;
  }
}
.future-skills--block:nth-child(2) {
  background-color: #b0cd77;
}
.future-skills--block:nth-child(3) {
  background-color: #eeb967;
}
.future-skills--list {
  -ms-flex-item-align: center;
      align-self: center;
  text-align: left;
  font-size: clamp(1.2rem, 1.8vw, 1.8rem);
  line-height: 1.6;
}
.future-skills--list li {
  padding-left: 1em;
}
.future-skills--list li::before {
  content: "";
  display: inline-block;
  width: 1em;
  height: 1em;
  margin-left: -1em;
  margin-right: 0;
  text-align: center;
}
.future-skills--list li::before {
  content: "・";
}
.future-skills--list li:not(:last-child) {
  margin-bottom: 0.2em;
}

.future-skills-head--sub {
  font-size: clamp(1.4rem, 1.8vw, 1.8rem);
  font-weight: 300;
  font-family: "Josefin Sans", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  margin-bottom: 0.1em;
}
.future-skills-head--main {
  font-size: clamp(2.4rem, 3.8vw, 3.8rem);
  line-height: 1.2;
  letter-spacing: 0;
}

.future-skills-plando {
  font-size: clamp(1.7rem, 2.8vw, 2.8rem);
  font-weight: 700;
  text-align: center;
}
.future-skills-plando::after {
  content: "";
  display: block;
  width: 100px;
  height: 20px;
  background: #0084f8;
  clip-path: polygon(0 0, 100% 0%, 50% 100%);
  margin: 0.8em auto;
}

.future-skills-done {
  color: #0084f8;
  font-size: clamp(2.4rem, 4.2vw, 4.2rem);
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
  padding-bottom: 0.75em;
}

.future-support {
  color: #fff;
  position: relative;
  width: 100%;
  background: -webkit-gradient(linear, left top, left bottom, from(#0084f8), to(#00c9fa));
  background: linear-gradient(#0084f8 0%, #00c9fa 100%);
  padding: 90px 0 40px;
}
@media screen and (min-width: 769px) {
  .future-support {
    padding: 140px 0 80px;
  }
}
.future-support::before {
  content: "";
  display: block;
  width: 100%;
  height: 40px;
  background-color: #f6f7f8;
  clip-path: polygon(0 0, 100% 0%, 50% 100%);
  position: absolute;
  top: -1px;
  left: 0;
}
@media screen and (min-width: 769px) {
  .future-support::before {
    height: 60px;
  }
}
.future-support--head {
  color: #fff;
  text-align: left;
  font-size: clamp(2.8rem, 4vw, 4rem);
  font-weight: 700;
  margin-bottom: 0.75em;
}
@media screen and (min-width: 769px) {
  .future-support--head {
    text-align: center;
  }
}
.future-support--inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  row-gap: 1.5em;
}
@media screen and (max-width: 991px) {
  .future-support--inner {
    grid-template-columns: 1fr;
  }
}
@media screen and (max-width: 991px) {
  .future-support--image {
    width: 95%;
  }
}
.future-support--image img {
  border-radius: 0 50px 50px 0;
}
.future-support--text {
  -ms-flex-item-align: center;
      align-self: center;
  width: 80%;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .future-support--text {
    width: 88%;
  }
}

/*!
page > information
------------------------------
*/
.information-fv {
  padding: 85px 0 0;
}
@media screen and (min-width: 769px) {
  .information-fv {
    padding: 110px 0 0;
    display: grid;
    grid-template-columns: 1fr 1.1fr;
    -webkit-column-gap: 3%;
       -moz-column-gap: 3%;
            column-gap: 3%;
  }
}
.information-fv--text {
  width: 88%;
  margin: 0 auto 35px;
  font-size: clamp(1.4rem, 1.8vw, 1.8rem);
}
@media screen and (min-width: 769px) {
  .information-fv--text {
    width: 90%;
    max-width: 560px;
    margin: 0 0 0 auto;
    padding-bottom: 50px;
    -ms-flex-item-align: center;
        align-self: center;
  }
}
.information-fv--image {
  border-radius: 50px 0 0 0;
  position: relative;
}
@media screen and (min-width: 769px) {
  .information-fv--image {
    border-radius: 80px 0 0 0;
  }
}
.information-fv--image img {
  border-radius: 50px 0 0 0;
}
@media screen and (min-width: 769px) {
  .information-fv--image img {
    border-radius: 80px 0 0 0;
  }
}

.information-fv-nav {
  background-color: #f6f7f8;
  padding: 1em;
  font-size: clamp(1.6rem, 1.9vw, 2rem);
  font-weight: 700;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-column-gap: 1em;
     -moz-column-gap: 1em;
          column-gap: 1em;
}
@media screen and (max-width: 768px) {
  .information-fv-nav {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 114%;
    margin-left: -7%;
  }
}
.information-fv-nav--link {
  padding-bottom: 0.8em;
  position: relative;
}
.information-fv-nav--link::after {
  content: "";
  width: 0.8em;
  height: 0.8em;
  border-right: 1px solid #0084f8;
  border-bottom: 1px solid #0084f8;
  position: absolute;
  left: calc(50% - 0.4em);
  bottom: 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
@media (hover: hover) {
  .information-fv-nav--link:hover {
    color: #005bab;
  }
}
.information-fv-nav--link:active {
  color: #005bab;
}

.information-content {
  position: relative;
  margin-top: -40px;
  padding: 40px 0;
}
@media screen and (min-width: 769px) {
  .information-content {
    padding: 60px 0;
  }
}
.information-content::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 95%;
  height: 100%;
  background-color: #fff;
  border-radius: 0 50px 0 0;
}
.information-content--wrap {
  background: #0084f8;
  background: -webkit-gradient(linear, left top, left bottom, from(#0084f8), to(#00c9fa));
  background: linear-gradient(#0084f8 0%, #00c9fa 100%);
}
.information-content--inner {
  position: relative;
  z-index: 2;
  max-width: 1000px;
  width: 80%;
  margin: 0 auto 50px auto;
}
@media screen and (max-width: 1199px) {
  .information-content--inner {
    width: 82%;
    margin: 0 auto 50px 6%;
  }
}
@media screen and (max-width: 768px) {
  .information-content--inner {
    width: 82%;
    margin: 0 auto 1.5em 6%;
  }
}
.information-content--inner:not(:last-child) {
  padding-bottom: 50px;
  border-bottom: 1px solid #d8d8d8;
}
@media screen and (max-width: 768px) {
  .information-content--inner:not(:last-child) {
    padding-bottom: 1.5em;
  }
}
.information-content--head {
  font-size: clamp(2.8rem, 4vw, 4rem);
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 1em;
}
.information-content--text {
  line-height: 1.857;
  margin-top: 1em;
  font-size: clamp(1.4rem, 1.8vw, 1.8rem);
}

.information-facility {
  margin: 2em auto 0;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -webkit-column-gap: 20px;
     -moz-column-gap: 20px;
          column-gap: 20px;
  row-gap: 0.75em;
  font-size: clamp(1.3rem, 1.6vw, 1.6rem);
  letter-spacing: 0.04em;
}
@media screen and (max-width: 991px) {
  .information-facility {
    grid-template-columns: 1fr 1fr;
  }
}
@media screen and (max-width: 399px) {
  .information-facility {
    -webkit-column-gap: 9px;
       -moz-column-gap: 9px;
            column-gap: 9px;
  }
}
.information-facility figcaption {
  margin-top: 0.5em;
}

.information-process {
  position: relative;
}
@media screen and (max-width: 768px) {
  .information-process {
    padding-top: 40px;
  }
}

.information-process-head {
  display: grid;
  grid-template-columns: 1fr 1fr;
  -webkit-column-gap: 5%;
     -moz-column-gap: 5%;
          column-gap: 5%;
}
@media screen and (max-width: 768px) {
  .information-process-head {
    grid-template-columns: 1fr;
  }
}
.information-process-head--image img {
  border-radius: 0 50px 0 0;
}
@media screen and (max-width: 768px) {
  .information-process-head--image {
    width: 95%;
  }
}
.information-process-head--text {
  -ms-flex-item-align: center;
      align-self: center;
  width: 90%;
}
@media screen and (max-width: 768px) {
  .information-process-head--text {
    width: 88%;
    margin: 40px auto 1em;
  }
}

.information-step {
  position: relative;
  padding: 40px 0;
  max-width: 800px;
  margin: 50px auto;
}
@media screen and (max-width: 768px) {
  .information-step {
    margin: 0 auto;
    padding: 40px 0;
  }
}
.information-step--num {
  position: absolute;
  left: 5%;
  top: 40px;
  width: 100px;
}
@media screen and (max-width: 768px) {
  .information-step--num {
    width: 68px;
  }
}
.information-step--title {
  font-size: 1.7rem;
  font-weight: 700;
}
@media screen and (min-width: 769px) {
  .information-step--title {
    font-size: 2.8rem;
  }
}
.information-step--item {
  padding-top: 0.5em;
  padding-bottom: 0.5em;
  padding-left: calc(100px + 8%);
  font-size: 1.8rem;
}
@media screen and (max-width: 768px) {
  .information-step--item {
    padding-left: calc(90px + 8%);
    font-size: 1.3rem;
  }
}
.information-step--item:nth-child(2n-1) {
  background-color: #f6f7f8;
}
.information-step--item--01 {
  height: 75px;
}
@media screen and (min-width: 769px) {
  .information-step--item--01 {
    height: 85px;
  }
}
.information-step--item--02 {
  height: 135px;
  padding-top: 20px;
}
@media screen and (min-width: 769px) {
  .information-step--item--02 {
    height: 240px;
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
.information-step--item--03 {
  height: 135px;
  padding-top: 20px;
}
@media screen and (min-width: 769px) {
  .information-step--item--03 {
    height: 170px;
    padding-top: 40px;
  }
}
.information-step--item--04 {
  height: 100px;
  padding-top: 20px;
}
@media screen and (min-width: 769px) {
  .information-step--item--04 {
    height: 170px;
    padding-top: 40px;
  }
}
.information-step--item--05 {
  padding-top: 35px;
}
@media screen and (min-width: 769px) {
  .information-step--item--05 {
    padding-top: 40px;
  }
}
.information-step--last {
  color: #00c9fa;
  font-size: 2.7rem;
}
@media screen and (min-width: 769px) {
  .information-step--last {
    font-size: 3.8rem;
  }
}

.information-seminar--image {
  max-width: 1440px;
  margin: 0 0 0 auto;
  position: relative;
  z-index: -1;
}
.information-seminar--image img {
  border-radius: 50px 0 0 0;
}

.information-seminar-block {
  color: #fff;
  background: #0084f8;
  background: -webkit-gradient(linear, left top, left bottom, from(#0084f8), to(#00c9fa));
  background: linear-gradient(#0084f8 0%, #00c9fa 100%);
  border-radius: 0 50px 0 0;
  margin: -50px auto 0;
  padding: 45px 0 50px;
  position: relative;
}
@media screen and (min-width: 769px) {
  .information-seminar-block {
    padding: 80px 0 100px;
  }
}
.information-seminar-block::before {
  content: "";
  width: 100%;
  height: 100%;
  background: url("../img/information/bg_seminar.png") no-repeat right top;
  background-size: cover;
  position: absolute;
  right: 0;
  top: 0;
  border-radius: 0 50px 0 0;
  mix-blend-mode: overlay;
}
@media screen and (min-width: 992px) {
  .information-seminar-block::before {
    width: 60%;
  }
}

/*!
page > faq
------------------------------
*/
.faq-list {
  margin-top: 40px;
}
@media screen and (min-width: 769px) {
  .faq-list {
    margin-top: 80px;
  }
}

.faq-item {
  background-color: #f6f7f8;
  margin: 0 auto;
  border-radius: 0 50px 0 0;
}
.faq-item:not(:last-child) {
  margin: 0 auto 30px;
}
@media screen and (min-width: 769px) {
  .faq-item:not(:last-child) {
    margin: 0 auto 60px;
  }
}
.faq-item--btn {
  min-height: 95px;
  border-radius: 0 50px 0 0;
  color: #fff;
  background: #0084f8;
  background: -webkit-gradient(linear, left top, right top, from(#0084f8), to(#00c9fa));
  background: linear-gradient(to right, #0084f8 0%, #00c9fa 100%);
  padding: 1em 2em 1em 4.5%;
  font-size: clamp(1.7rem, 2.8vw, 2.8rem);
  font-weight: 700;
  line-height: 1.53;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 0.25em;
     -moz-column-gap: 0.25em;
          column-gap: 0.25em;
  position: relative;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .faq-item--btn {
    padding: 1em 2.5em 1em 4.5%;
  }
}
.faq-item--btn::before {
  content: "Q.";
  font-size: clamp(2.8rem, 3.8vw, 3.8rem);
  font-weight: 400;
  font-family: "Josefin Sans", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  line-height: 1;
  padding-top: 0.25em;
}
.faq-item--btn::after {
  content: "";
  width: 1.4em;
  height: 1.4em;
  background: url("../img/common/ico_arrow-02.svg") no-repeat right center;
  background-size: contain;
  position: absolute;
  right: 4.5%;
  top: calc(50% - 0.7em);
  display: block;
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
}
.faq-item--btn:hover::after {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.faq-item--btn.is-close::after {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.faq-item--btn span {
  -ms-flex-item-align: center;
      align-self: center;
}
.faq-item--body {
  padding: 1.8em 4.5%;
  font-size: clamp(1.4rem, 1.8vw, 1.8rem);
  -webkit-transition: padding 0.5s, opacity 0.5s;
  transition: padding 0.5s, opacity 0.5s;
}
@media screen and (max-width: 768px) {
  .faq-item--body {
    padding: 1.8em 5%;
  }
}
.faq-item--body.is-close {
  opacity: 0;
  padding: 0 4.5%;
}
@media screen and (max-width: 768px) {
  .faq-item--body.is-close {
    padding: 0 5%;
  }
}/*# sourceMappingURL=style.css.map */