@charset "UTF-8";
:root {
  --breackpoint-md: 768px;
}

/*!
global > color
------------------------------
*/
/*!
global > font
------------------------------
*/
:root {
  --font-family-base: "Zen Maru Gothic", 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 "Zen Maru Gothic", sans-serif;
  font: 16px "Zen Maru Gothic", sans-serif;
  *font-size: small;
  *font: x-small;
  width: 100%;
  height: auto;
  color: #3E3E3E;
  -webkit-text-size-adjust: none;
  -webkit-font-feature-settings: "normal";
          font-feature-settings: "normal";
  -ms-font-feature-settings: "normal";
  font-weight: 500;
}

a {
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}

img {
  vertical-align: top;
}

select, input, button, textarea {
  font: 99% "Zen Maru Gothic", sans-serif;
  font-family: "Zen Maru Gothic", 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;
}

@media (any-hover: hover) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}
button {
  color: inherit;
  cursor: pointer;
}

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

html, body {
  font-family: "Zen Maru Gothic", 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.5rem, 1.6vw, 1.8rem);
  font-weight: 500;
  font-style: normal;
  letter-spacing: 0.05em;
  line-height: 1.75;
  color: #3E3E3E;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  background-color: #fff;
  overflow-wrap: anywhere; /* 収まらない場合に折り返す */
  word-break: normal; /* 単語の分割はデフォルトに依存 */
  line-break: strict; /* 禁則処理を厳格に適用 */
}
body.add_overray {
  overflow: hidden;
}

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 {
  width: 100%;
  overflow: clip;
  margin: 0 auto;
  position: relative;
}

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

.u-mb-2em {
  margin-bottom: 2em;
}

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

@media screen and (min-width: 769px) {
  .u-block-pc {
    display: block;
  }
}

.u-text-shadow {
  text-shadow: 0px 0px 10px rgb(0, 0, 0);
}

.u-font-75per {
  font-size: 75%;
}

/*!
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.scrollin {
  opacity: 1;
}

.fadeIn-up {
  -webkit-transform: translate(0, 50px);
          transform: translate(0, 50px);
}
@media screen and (min-width: 769px) {
  .fadeIn-up {
    -webkit-transform: translate(0, 100px);
            transform: translate(0, 100px);
  }
}

.fadeIn-down {
  -webkit-transform: translate(0, -50px);
          transform: translate(0, -50px);
}
@media screen and (min-width: 769px) {
  .fadeIn-down {
    -webkit-transform: translate(0, -100px);
            transform: translate(0, -100px);
  }
}

.fadeIn-left {
  -webkit-transform: translate(-50px, 0);
          transform: translate(-50px, 0);
}
@media screen and (min-width: 769px) {
  .fadeIn-left {
    -webkit-transform: translate(-100px, 0);
            transform: translate(-100px, 0);
  }
}

.fadeIn-right {
  -webkit-transform: translate(50px, 0);
          transform: translate(50px, 0);
}
@media screen and (min-width: 769px) {
  .fadeIn-right {
    -webkit-transform: translate(100px, 0);
            transform: translate(100px, 0);
  }
}

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

/*!
animation > loading
------------------------------
*/
/* ローディングアニメーション */
.a-loading {
  background: #008264;
  position: fixed;
  z-index: 99999;
  width: 100vw;
  height: 100dvh !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-inner {
  margin: auto;
  width: 60px;
  height: 60px;
  position: absolute;
  top: calc(50% - 30px);
  left: calc(50% - 30px);
  text-align: center;
  -webkit-animation: sk-rotate 2s infinite linear;
  animation: sk-rotate 2s infinite linear;
}

.a-loading-dot {
  width: 60%;
  height: 60%;
  display: inline-block;
  position: absolute;
  top: 0;
  border-radius: 100%;
  -webkit-animation: sk-bounce 2s infinite ease-in-out;
          animation: sk-bounce 2s infinite ease-in-out;
  background-color: #fff;
}
.a-loading-dot:nth-child(2) {
  top: auto;
  bottom: 0;
  -webkit-animation-delay: -1s;
          animation-delay: -1s;
}

@-webkit-keyframes sk-rotate {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes sk-rotate {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@-webkit-keyframes sk-bounce {
  0%, 100% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  50% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@keyframes sk-bounce {
  0%, 100% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  50% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
/*!
animation > scroll_hint
------------------------------
*/
@-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-watch {
  color: #008264;
  background-color: #E8F47D;
  border: 1px solid currentColor;
  border-radius: 100vmax;
  font-weight: 700;
  display: inline-block;
  -webkit-transition: background-color 0.5s;
  transition: background-color 0.5s;
}
@media (any-hover: hover) {
  .c-btn-watch:hover {
    background-color: #D4E25B;
  }
}
.c-btn-watch:active {
  background-color: #D4E25B;
}
.c-btn-watch--inner {
  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;
  -webkit-column-gap: 0.6em;
     -moz-column-gap: 0.6em;
          column-gap: 0.6em;
}
.c-btn-watch--inner::before {
  content: "";
  width: 1.2em;
  height: 1.2em;
  background: url("../img/common/ico_search.svg") no-repeat center center;
  background-size: contain;
  display: inline-block;
}
.c-btn-watch--inner::after {
  content: "";
  width: 1.4em;
  height: 1.4em;
  background: url("../img/common/ico_arrow-01.svg") no-repeat center center;
  background-size: contain;
  display: inline-block;
}
.c-btn-watch--header {
  font-size: clamp(1.6rem, 1.6vw, 1.9rem);
  padding: 0.75em 4em;
}
@media screen and (max-width: 1279px) {
  .c-btn-watch--header {
    padding: 0.75em 2em;
  }
}
.c-btn-watch--nav {
  font-size: clamp(1.8rem, 1.8vw, 2.3rem);
  padding: 0.75em 2em;
  display: block;
}
.c-btn-watch--fv {
  display: block;
  font-size: clamp(1.8rem, 1.9vw, 2.9rem);
  padding: 0.75em 2em;
}
.c-btn-watch--main {
  display: block;
  font-size: clamp(1.8rem, 2vw, 2.7rem);
  padding: 0.75em 2em;
}
.c-btn-watch--footer {
  display: block;
  width: 100%;
  font-size: 1.6rem;
  padding: 0.5em 2em;
}

.c-btn-more {
  font-size: clamp(1.3rem, 2vw, 2.4rem);
  font-weight: 700;
  color: #008264;
  display: block;
  border: 1px solid currentColor;
  border-radius: 100vmax;
  background-color: #fff;
  padding: 1em;
  width: 87.7%;
  max-width: 798px;
  margin-inline: auto;
  text-align: center;
  -webkit-transition: background-color 0.5s;
  transition: background-color 0.5s;
}
.c-btn-more--inner {
  position: relative;
  padding-right: 1.5em;
  display: inline-block;
}
.c-btn-more--inner::after {
  content: "";
  width: 1em;
  height: 1em;
  background: url("../img/common/ico_arrow-02.svg") no-repeat center center;
  background-size: contain;
  position: absolute;
  right: 0;
  top: calc(50% - 0.5em);
  -webkit-transform: translateY(0.2em) rotate(180deg);
          transform: translateY(0.2em) rotate(180deg);
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
}
@media (any-hover: hover) {
  .c-btn-more:hover {
    background-color: #D9F0EF;
  }
}
.c-btn-more:active {
  background-color: #D9F0EF;
}
.c-btn-more.open .c-btn-more--inner::after {
  -webkit-transform: translateY(0) rotate(0deg);
          transform: translateY(0) rotate(0deg);
}

.c-btn-registration {
  text-align: center;
  font-size: clamp(1.5rem, 2vw, 2.4rem);
  padding: 1em 3em 1em 2em;
  color: #fff;
  background-color: #008264;
  display: inline-block;
  max-width: 90%;
  border-radius: 10px;
  margin-inline: auto;
  position: relative;
  line-height: 1.6;
}
@media screen and (max-width: 768px) {
  .c-btn-registration {
    border-radius: 4px;
    padding: 1em 2em 1em 2em;
  }
}
.c-btn-registration::before {
  content: "";
  width: 0.4em;
  height: 0.4em;
  position: absolute;
  right: 1.8em;
  top: calc(50% - 0.2em);
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
@media screen and (max-width: 768px) {
  .c-btn-registration::before {
    right: 1.5em;
    width: 0.5em;
    height: 0.5em;
  }
}

.c-btn-top {
  color: #fff;
  background-color: #008264;
  width: 50px;
  height: 50px;
  border: 1px solid #fff;
  border-radius: 50%;
  display: block;
  font-size: 1.1rem;
  text-align: center;
  padding-top: 1.9em;
  position: relative;
}
.c-btn-top::before {
  content: "";
  width: 5px;
  height: 5px;
  position: absolute;
  right: calc(50% - 3px);
  top: 1.4em;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

/*!
component > title
------------------------------
*/
.c-title-admin {
  color: #008264;
  text-align: center;
  font-size: clamp(1.9rem, 1.9vw, 3.4rem);
  font-weight: 700;
  letter-spacing: 0.1em;
  margin-bottom: 1em;
}

.c-title-main {
  text-align: center;
}
.c-title-main--en {
  color: #008264;
  font-family: "Khand", sans-serif;
  font-weight: 500;
  font-style: normal;
  letter-spacing: 0.02em;
  font-size: clamp(3.4rem, 5.2vw, 6.4rem);
}
.c-title-main--jp, .c-title-main--why {
  font-size: clamp(1.7rem, 2vw, 2.7rem);
  font-weight: 500;
  position: relative;
  line-height: 1.5;
}
.c-title-main--jp {
  display: inline-block;
  padding-bottom: 0.5em;
}
.c-title-main--jp::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background-color: #008264;
}
.c-title-main--why {
  max-width: 796px;
  width: 90%;
  margin-inline: auto;
  padding-bottom: 75px;
  margin-bottom: 1.5em;
  background: url("../img/top/bg_why-01.svg") no-repeat center bottom;
  background-size: contain;
}
@media screen and (max-width: 768px) {
  .c-title-main--why {
    padding-bottom: 40px;
  }
}

.c-title-job {
  color: #008264;
  font-size: clamp(1.7rem, 2vw, 2.2rem);
  font-weight: 500;
  background-color: #D9F0EF;
  padding: 0.5em;
  margin-bottom: 0.75em;
  border-radius: 6px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .c-title-job {
    border-radius: 4px;
  }
}

.c-title-why {
  color: #fff;
  background-color: #008264;
  border-radius: 6px;
  font-size: clamp(1.9rem, 3vw, 3.2rem);
  font-weight: 500;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  -webkit-column-gap: 0.6em;
     -moz-column-gap: 0.6em;
          column-gap: 0.6em;
  line-height: 1.3;
  padding: 0.4em 0.7em 0.3em;
  margin-bottom: 0.8em;
}
@media screen and (max-width: 768px) {
  .c-title-why {
    border-radius: 4px;
    padding: 0.4em 0.7em;
  }
}
.c-title-why--num {
  font-family: "Khand", sans-serif;
  font-weight: 500;
  font-style: normal;
  letter-spacing: 0.02em;
  font-size: clamp(2.5rem, 3.2vw, 3.7rem);
  width: 1.2em;
}

.c-title-system {
  color: #008264;
  border: 1px solid currentColor;
  border-radius: 100vmax;
  font-size: clamp(1.7rem, 2.1vw, 2.1rem);
  font-weight: 500;
  text-align: center;
  padding: 0.5em;
  margin-bottom: 1.75em;
}

.c-title-1year {
  font-size: 1.4rem;
  font-weight: 400;
  background-color: #D9F0EF;
  border-radius: 100vmax;
  padding: 0.5em 0.8em;
  margin: 2.5em auto 1.5em;
  text-align: center;
}
.c-title-1year::before {
  content: "※";
  color: #008264;
  margin-right: 0.5em;
}
@media screen and (max-width: 768px) {
  .c-title-1year::before {
    margin-right: 0;
  }
}
@media screen and (max-width: 768px) {
  .c-title-1year {
    display: grid;
    grid-template-columns: 1em 1fr;
    -webkit-column-gap: 0.5em;
       -moz-column-gap: 0.5em;
            column-gap: 0.5em;
    text-align: left;
    border-radius: 4px;
  }
}

.c-title-simple {
  color: #008264;
  font-size: clamp(1.9rem, 2.4vw, 3.3rem);
  font-weight: 500;
  margin-bottom: 0.8em;
  line-height: 1.7;
}
@media screen and (max-width: 399px) {
  .c-title-simple {
    letter-spacing: 0;
  }
}
@media screen and (min-width: 860px) {
  .c-title-simple--lline {
    position: relative;
  }
  .c-title-simple--lline::before {
    content: "";
    position: absolute;
    left: calc(-100% - 0.5em);
    top: 0.8em;
    width: 100%;
    height: 1px;
    background-color: #B1B1B1;
  }
}

.c-title-schedule {
  color: #008264;
  background-color: #fff;
  border: 1px solid currentColor;
  border-radius: 100vmax;
  font-size: clamp(1.5rem, 2vw, 2.5rem);
  font-weight: 500;
  text-align: center;
  padding: 0.8em;
  line-height: 1.4;
  margin-bottom: 1.8em;
}

/*!
component > checkbox
------------------------------
*/
.c-checkbox-item {
  color: #333;
  display: grid;
  grid-template-columns: 1.2em 1fr;
  -webkit-column-gap: 0.75em;
     -moz-column-gap: 0.75em;
          column-gap: 0.75em;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  line-height: 1.5;
  cursor: pointer;
  -webkit-transition: color 0.5s;
  transition: color 0.5s;
}
.c-checkbox-item:not(:last-child) {
  margin-bottom: 0.75em;
}
@media (any-hover: hover) {
  .c-checkbox-item:hover {
    color: rgb(0, 206, 158.4615384615);
  }
}
.c-checkbox-item:active {
  color: rgb(0, 206, 158.4615384615);
}

.c-checkbox {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  position: relative;
  width: 1.2em;
  height: 1.2em;
  border: 1px solid #008264;
  border-radius: 2px;
  background-color: #008264;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
  cursor: pointer;
}
.c-checkbox::after {
  content: "";
  position: absolute;
  inset: 0;
  margin: auto;
  width: 0.6em;
  height: 0.3em;
  border-bottom: 2px solid #ffffff;
  border-left: 2px solid #ffffff;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.c-checkbox:checked {
  background-color: #ffffff;
  /*&::after{
  	content: '';
  	position: absolute;
  	inset: 0;
  	margin: auto;
  	width: 0.6em;
  	height: 0.3em;
  	border-bottom: 2px solid #ffffff;
  	border-left: 2px solid #ffffff;
  	transform: rotate(-45deg);
  }*/
}

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

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

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

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

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

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

/*!
layout > header
------------------------------
*/
header {
  position: fixed;
  width: 100%;
  height: 100px;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background-color: #fff;
  padding-right: 126px;
  -webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.0823529412);
          box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.0823529412);
  z-index: 10000;
}
@media screen and (max-width: 991px) {
  header {
    padding-right: 100px;
  }
}
@media screen and (max-width: 768px) {
  header {
    height: 46px;
    padding-right: 0;
    -webkit-box-shadow: 0px 2px 5px rgba(113, 113, 113, 0.1215686275);
            box-shadow: 0px 2px 5px rgba(113, 113, 113, 0.1215686275);
  }
}
header::before {
  content: "";
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-color: #3E3E3E;
  position: fixed;
  top: 0;
  right: -100%;
  opacity: 0;
  z-index: -1;
  -webkit-transition: opacity 1s;
  transition: opacity 1s;
}
header.open::before {
  right: 0;
  opacity: 0.47;
  z-index: 9999;
}

.header-logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: 16px;
}
@media screen and (max-width: 768px) {
  .header-logo {
    margin-left: 1%;
  }
}
.header-logo--mark {
  width: 324px;
}
@media screen and (max-width: 768px) {
  .header-logo--mark {
    width: 180px;
  }
}
.header-logo--text {
  margin-left: 0.5em;
  line-height: 1.2;
  font-size: clamp(1.3rem, 1.3vw, 1.5rem);
  padding-top: 0.5em;
}
@media screen and (max-width: 859px) {
  .header-logo--text {
    display: none;
  }
}

.header-hamburger {
  color: #fff;
  position: fixed;
  width: 60px;
  height: 60px;
  top: 20px;
  right: 20px;
  cursor: pointer;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  border-radius: 50px;
  z-index: 10001;
}
@media screen and (max-width: 768px) {
  .header-hamburger {
    width: 44px;
    height: 44px;
    top: 10px;
    right: 15px;
  }
}
.header-hamburger::after {
  content: "Close";
  text-align: center;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  font-size: 1.3rem;
  letter-spacing: 0.03em;
  color: #008264;
  opacity: 0;
}
.header-hamburger span {
  display: inline-block;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  position: absolute;
  left: 4px;
  height: 2px;
  background-color: #008264;
  width: 52px;
}
@media screen and (max-width: 768px) {
  .header-hamburger span {
    height: 1px;
    width: 24px;
    left: 15px;
  }
}
.header-hamburger span:nth-of-type(1) {
  top: 20%;
}
@media screen and (max-width: 768px) {
  .header-hamburger span:nth-of-type(1) {
    top: 10%;
  }
}
.header-hamburger span:nth-of-type(2) {
  top: calc(50% - 1px);
}
@media screen and (max-width: 768px) {
  .header-hamburger span:nth-of-type(2) {
    top: 30%;
  }
}
.header-hamburger span:nth-of-type(3) {
  bottom: calc(20% - 1px);
}
@media screen and (max-width: 768px) {
  .header-hamburger span:nth-of-type(3) {
    bottom: 46%;
  }
}
@media (any-hover: hover) {
  .header-hamburger:hover span {
    background: #56B7A1;
  }
}
.header-hamburger:active span {
  background: #56B7A1;
}
.header-hamburger.open {
  background-color: #008264;
}
.header-hamburger.open::after {
  bottom: -2em;
  opacity: 1;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}
.header-hamburger.open span {
  background: #fff;
  width: 45%;
  left: 27.5%;
}
.header-hamburger.open span:nth-of-type(1) {
  top: calc(50% - 1px);
  rotate: -45deg;
}
.header-hamburger.open span:nth-of-type(2) {
  opacity: 0;
}
.header-hamburger.open span:nth-of-type(3) {
  bottom: auto;
  top: calc(50% - 1px);
  rotate: 45deg;
}
@media (any-hover: hover) {
  .header-hamburger.open:hover {
    background-color: rgba(0, 130, 100, 0.7);
    border-color: #fff;
  }
  .header-hamburger.open:hover span {
    background: currentColor;
  }
}
.header-hamburger.open:active {
  background-color: rgba(0, 130, 100, 0.7);
  border-color: #fff;
}
.header-hamburger.open:active span {
  background: currentColor;
}

.header-nav {
  position: fixed;
  top: 0;
  right: -100%;
  width: 100%;
  max-width: 654px;
  height: 100%;
  z-index: 10000;
  overflow: hidden;
  color: #008264;
  -webkit-transition: right 1s;
  transition: right 1s;
}
@media screen and (max-width: 768px) {
  .header-nav {
    bottom: 0;
  }
}
.header-nav::before {
  content: "";
  width: 100%;
  max-width: 654px;
  height: 100%;
  background: #D9F0EF;
  border-radius: 0 0 0 69px;
  display: block;
  position: fixed;
  right: -100%;
  top: 0;
  opacity: 0;
  overflow: hidden;
  -webkit-transition: right 1s, opacity 1s;
  transition: right 1s, opacity 1s;
}
@media screen and (max-width: 768px) {
  .header-nav::before {
    border-radius: 0;
  }
}
.header-nav.open {
  display: block;
  overflow-y: scroll;
  right: 0;
}
.header-nav.open::before {
  right: 0;
  opacity: 1;
  overflow: auto;
}
.header-nav--inner {
  position: relative;
  z-index: 1;
  width: 82%;
  margin: 100px auto 0;
  margin-inline: auto;
  line-height: 1.2;
  font-size: clamp(1.6rem, 2.1vw, 2.1rem);
}
@media screen and (max-width: 768px) {
  .header-nav--inner {
    margin: 93px auto 0;
  }
}
.header-nav--inner li {
  margin-bottom: 1em;
}
.header-nav--inner .header-nav-link {
  color: #3E3E3E;
  display: inline-block;
  padding: 0.5em 0 0.5em 1.2em;
  position: relative;
}
.header-nav--inner .header-nav-link::before {
  content: "";
  position: absolute;
  left: 0;
  top: calc(50% - 0.25em);
  width: 0.5em;
  height: 0.5em;
  background-color: #008264;
  border-radius: 2px;
  display: inline-block;
}
.header-nav--inner .header-nav-link::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  background-color: #008264;
  width: 0;
  height: 1px;
  opacity: 0;
  -webkit-transition: opacity 0.5s, width 0.5s;
  transition: opacity 0.5s, width 0.5s;
}
@media (any-hover: hover) {
  .header-nav--inner .header-nav-link:hover::after {
    width: 100%;
    opacity: 1;
  }
}
.header-nav--inner .header-nav-link:active::after {
  width: 100%;
  opacity: 1;
}
.header-nav--bottom {
  position: relative;
  z-index: 1;
  width: 82%;
  margin-inline: auto;
  margin-top: 50px;
  padding-bottom: 105px;
}
@media screen and (max-width: 768px) {
  .header-nav--bottom {
    padding-bottom: 50px;
  }
}

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

/*!
layout > footer
------------------------------
*/
footer {
  color: #fff;
  position: relative;
  background-color: #008264;
  width: 100%;
  margin: 0 auto;
  padding: 1em 0 1.5em;
}
@media screen and (max-width: 768px) {
  footer {
    padding: 1em 0 75px;
  }
}

.footer-copy {
  text-align: center;
  font-size: clamp(1.1rem, 1.4vw, 1.5rem);
  letter-spacing: 0;
}

.footer-fixed {
  display: grid;
  grid-template-columns: 1fr 50px;
  -webkit-column-gap: 10px;
     -moz-column-gap: 10px;
          column-gap: 10px;
  position: fixed;
  right: 10%;
  bottom: 5px;
  width: 80%;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  -webkit-transform: translateY(calc(100% + 12px));
          transform: translateY(calc(100% + 12px));
  -webkit-transition: opacity 0.35s ease, visibility 0.35s ease, -webkit-transform 0.35s ease;
  transition: opacity 0.35s ease, visibility 0.35s ease, -webkit-transform 0.35s ease;
  transition: opacity 0.35s ease, transform 0.35s ease, visibility 0.35s ease;
  transition: opacity 0.35s ease, transform 0.35s ease, visibility 0.35s ease, -webkit-transform 0.35s ease;
  z-index: 10;
}
.footer-fixed.open {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
@media screen and (max-width: 399px) {
  .footer-fixed {
    width: 92%;
    right: 4%;
  }
}
@media screen and (min-width: 769px) {
  .footer-fixed {
    display: none;
  }
}

/*!
page > top
------------------------------
*/
.top-fv {
  margin-top: 0;
  background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#D9F0EF));
  background: linear-gradient(#ffffff 0%, #D9F0EF 100%);
  position: relative;
  padding-bottom: 20px;
}
@media screen and (max-width: 991px) {
  .top-fv {
    padding-bottom: 50px;
  }
}
@media screen and (max-width: 768px) {
  .top-fv {
    padding-bottom: 20px;
  }
}
.top-fv--bg {
  width: 91.7%;
  margin-left: 4.8%;
}
@media screen and (max-width: 859px) {
  .top-fv--bg {
    margin-top: 40px;
  }
}
@media screen and (max-width: 768px) {
  .top-fv--bg {
    width: 100%;
    margin-left: 0;
    margin-top: 46px;
  }
}
.top-fv--text {
  position: absolute;
  left: 7.3%;
  top: 150px;
  width: 51%;
}
@media screen and (max-width: 859px) {
  .top-fv--text {
    top: 90px;
  }
}
@media screen and (max-width: 768px) {
  .top-fv--text {
    width: 92%;
    left: 4%;
    top: 10px;
  }
}
.top-fv .top-fv-link {
  width: 75%;
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  .top-fv .top-fv-link {
    width: 100%;
  }
}
.top-fv .top-fv-link--text {
  width: 41%;
  min-width: 170px;
  margin-inline: auto;
  margin-bottom: 14px;
}
@media screen and (max-width: 768px) {
  .top-fv .top-fv-link--text {
    width: 54%;
  }
}

.top-about {
  background-color: #D9F0EF;
  position: relative;
}
.top-about::after {
  content: "";
  width: 100%;
  height: 210px;
  background: url("../img/top/bg_top-pc.png") no-repeat top center;
  background-size: contain;
  position: absolute;
  left: 0;
  top: calc(100% - 1px);
}
.no-webp .top-about::after {
  background-image: url("../img/top/bg_top-pc.png");
}
@media screen and (max-width: 768px) {
  .no-webp .top-about::after {
    background-image: url("../img/top/bg_top-sp.png");
  }
}
.webp .top-about::after {
  background-image: url("../img/top/bg_top-pc.webp");
}
@media screen and (max-width: 768px) {
  .webp .top-about::after {
    background-image: url("../img/top/bg_top-sp.webp");
  }
}
@media screen and (min-width: 1920px) {
  .top-about::after {
    background-size: cover;
    background-position: bottom center;
    height: 50%;
  }
}
.top-about--inner {
  padding-bottom: 44px;
  display: grid;
  grid-template-columns: 1fr 48.1%;
  -webkit-column-gap: 5.6%;
     -moz-column-gap: 5.6%;
          column-gap: 5.6%;
}
@media screen and (max-width: 991px) {
  .top-about--inner {
    padding-bottom: 30px;
  }
}
@media screen and (max-width: 768px) {
  .top-about--inner {
    grid-template-columns: 1fr;
  }
}
.top-about .top-about-image {
  grid-row: 1/3;
}
@media screen and (max-width: 768px) {
  .top-about .top-about-image {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    grid-row: 3/4;
  }
}
.top-about .top-about-image img {
  border-radius: 10px;
}
@media screen and (max-width: 768px) {
  .top-about .top-about-image img {
    border-radius: 6px;
  }
}
.top-about .top-about-title {
  grid-row: 1/2;
  align-self: flex-end;
}
@media screen and (max-width: 768px) {
  .top-about .top-about-title {
    text-align: center;
  }
}
.top-about .top-about-title--en {
  color: #008264;
  font-family: "Khand", sans-serif;
  font-weight: 500;
  font-style: normal;
  letter-spacing: 0.02em;
  font-size: clamp(3.4rem, 5.2vw, 6.4rem);
  line-height: 1.5;
}
.top-about .top-about-title--jp {
  font-size: clamp(1.7rem, 2vw, 2.7rem);
  font-weight: 500;
  margin-bottom: 1.2em;
  position: relative;
}
.top-about .top-about-title--jp::after {
  content: "";
  width: calc(100% - 13.5em);
  height: 1px;
  background-color: #008264;
  position: absolute;
  right: 0;
  top: 50%;
}
@media screen and (max-width: 768px) {
  .top-about .top-about-title--jp {
    padding-bottom: 0.5em;
    display: inline-block;
  }
  .top-about .top-about-title--jp::after {
    position: absolute;
    top: auto;
    bottom: 0;
    width: 100%;
  }
}
.top-about .top-about-text {
  grid-row: 2/3;
  font-size: clamp(1.6rem, 1.6vw, 1.9rem);
  line-height: 2.3;
  text-align: justify;
}
@media screen and (max-width: 768px) {
  .top-about .top-about-text {
    margin-bottom: 1.8em;
    line-height: 1.8;
  }
}

.top-contents {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(217, 240, 239, 0.0431372549)), color-stop(50%, rgba(217, 240, 239, 0.4549019608)), to(rgba(217, 240, 239, 0.1098039216)));
  background-image: linear-gradient(rgba(217, 240, 239, 0.0431372549), rgba(217, 240, 239, 0.4549019608) 50%, rgba(217, 240, 239, 0.1098039216));
  padding-top: 210px;
}
@media screen and (min-width: 1920px) {
  .top-contents {
    padding-top: 250px;
  }
}
@media screen and (max-width: 768px) {
  .top-contents {
    padding-top: 180px;
  }
}
@media screen and (max-width: 399px) {
  .top-contents {
    padding-top: 100px;
  }
}

.top-admin {
  padding-top: 50px;
}
@media screen and (max-width: 1279px) {
  .top-admin {
    padding-top: 0;
  }
}
.top-admin--text {
  font-size: clamp(1.6rem, 1.6vw, 2rem);
  line-height: 1.95;
  text-align: justify;
}

.top-admin-rcs {
  border: 1px solid #008264;
  border-radius: 10px;
  display: grid;
  grid-template-columns: 15% 1fr;
  font-size: clamp(1.5rem, 1.8vw, 1.8rem);
  background-color: #fff;
}
@media screen and (max-width: 768px) {
  .top-admin-rcs {
    border-radius: 4px;
    grid-template-columns: 1fr;
  }
}
.top-admin-rcs--head {
  color: #008264;
  background-color: #D9F0EF;
  font-size: clamp(1.6rem, 2.7vw, 2.7rem);
  text-align: center;
  grid-column: 1/3;
  padding: 0.8em;
  border-radius: 10px 10px 0 0;
}
@media screen and (max-width: 768px) {
  .top-admin-rcs--head {
    border-radius: 4px 4px 0 0;
  }
}
.top-admin-rcs--image {
  grid-column: 1/2;
  align-self: flex-end;
  padding: 1em 0.2em 0 1.5em;
}
@media screen and (max-width: 768px) {
  .top-admin-rcs--image {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    grid-column: 1/3;
    width: 30%;
    padding: 0;
    margin: 0 1.5em 0 auto;
  }
}
.top-admin-rcs--text {
  grid-column: 2/3;
  line-height: 2;
  align-self: center;
  padding: 1.8em 1.5em;
  text-align: justify;
}
@media screen and (max-width: 768px) {
  .top-admin-rcs--text {
    grid-column: 1/3;
    padding: 1.8em 1.5em 0em;
  }
}

.top-job {
  padding: 90px 0 138px;
}
@media screen and (max-width: 768px) {
  .top-job {
    padding: 35px 0 25px;
  }
}

.top-job-sub {
  text-align: center;
  font-size: clamp(1.5rem, 2.2vw, 2.2rem);
  margin: 1.8em auto 2.5em;
}
.top-job-sub--inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 0 1.7em;
  position: relative;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  margin-inline: auto;
}
@media screen and (max-width: 768px) {
  .top-job-sub--inner {
    width: auto;
  }
}
.top-job-sub--inner::before {
  content: "";
  width: 1.4em;
  height: 1.4em;
  background: url("../img/top/bg_emphasis-l.svg") no-repeat center left;
  background-size: contain;
  display: inline-block;
  position: absolute;
  left: 0;
  bottom: 0;
}
.top-job-sub--inner::after {
  content: "";
  width: 1.4em;
  height: 1.4em;
  background: url("../img/top/bg_emphasis-r.svg") no-repeat center right;
  background-size: contain;
  display: inline-block;
  margin-left: 0.25em;
  position: absolute;
  right: 0;
  bottom: 0;
}
.top-job-sub--line {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(60%, #D9F0EF));
  background: linear-gradient(transparent 60%, #D9F0EF 60%);
}

.top-job-slide .splide__arrow {
  background: none;
  border: none;
  padding: 0;
  background: none;
  border: none;
  width: 50px;
  height: 50px;
  position: absolute;
  bottom: 5px;
  z-index: 2;
  -webkit-transition: opacity 0.35s;
  transition: opacity 0.35s;
}
.top-job-slide .splide__arrow--prev {
  left: -10px;
  top: 50%;
}
.top-job-slide .splide__arrow--next {
  right: -10px;
  top: 50%;
}
@media screen and (max-width: 399px) {
  .top-job-slide .splide__arrow {
    width: 30px;
    height: 30px;
  }
}
.top-job-slide .splide__arrow:disabled {
  opacity: 0;
  overflow: hidden;
}
@media screen and (min-width: 769px) {
  .top-job-slide {
    visibility: visible;
  }
  .top-job-slide .splide__container {
    height: auto !important;
  }
  .top-job-slide .splide__track {
    overflow: visible !important;
    height: auto !important;
  }
  .top-job-slide .splide__arrows {
    display: none;
  }
  .top-job-slide .splide__list {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    -webkit-column-gap: 3.8%;
       -moz-column-gap: 3.8%;
            column-gap: 3.8%;
    row-gap: 35px;
    height: auto !important;
    -webkit-transform: none !important;
            transform: none !important;
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }
  .top-job-slide .splide__slide {
    display: block !important;
    width: auto !important;
    min-width: auto !important;
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
    margin: 0 !important;
    opacity: 1 !important;
  }
}
.top-job-slide .splide__arrow {
  background: none;
  border: none;
  padding: 0;
  background: none;
  border: none;
  width: 50px;
  height: 50px;
  position: absolute;
  bottom: 5px;
  z-index: 2;
}
.top-job-slide .splide__arrow--prev {
  left: -10px;
  top: 50%;
}
.top-job-slide .splide__arrow--next {
  right: -10px;
  top: 50%;
}
@media screen and (max-width: 399px) {
  .top-job-slide .splide__arrow {
    width: 30px;
    height: 30px;
  }
}
.top-job-slide .splide__arrows--ltr {
  width: 100%;
  height: 100%;
  position: absolute;
}

.top-job-text {
  font-size: clamp(1.4rem, 1.7vw, 1.7rem);
  margin-top: 0.8em;
  letter-spacing: 0.02em;
  text-align: justify;
}

.top-career {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(217, 240, 239, 0.1098039216)), to(#ffffff));
  background-image: linear-gradient(rgba(217, 240, 239, 0.1098039216) 0%, #ffffff);
  padding: 100px 0 160px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .top-career {
    padding: 40px 0 45px;
  }
}
.top-career::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #D9F0EF;
  border-radius: 90px;
  display: block;
}
@media screen and (max-width: 768px) {
  .top-career::before {
    border-radius: 30px;
  }
}
.top-career--inner {
  position: relative;
}
.top-career--lead {
  font-size: clamp(1.5rem, 1.6vw, 1.8rem);
  line-height: 2;
  letter-spacing: 0;
  margin: 2em auto;
  text-align: justify;
}
@media screen and (max-width: 399px) {
  .top-career--lead {
    margin: 1.6em auto;
  }
}

.top-career-plan--scroll {
  overflow-x: scroll;
  margin-bottom: 85px;
}
@media screen and (max-width: 768px) {
  .top-career-plan--scroll {
    padding-bottom: 20px;
    margin-bottom: 30px;
  }
  .top-career-plan--scroll::-webkit-scrollbar {
    width: 4px;
    height: 4px;
    background-color: #fff;
    border-radius: 100vmax;
  }
  .top-career-plan--scroll::-webkit-scrollbar-thumb {
    width: 4px;
    height: 4px;
    border-radius: 100vmax;
    background-color: #0BAA7D;
  }
}
.top-career-plan--wrap {
  min-width: 650px;
  width: 100%;
}
.top-career-plan {
  display: grid;
  grid-template-columns: 28.8% 1fr;
  row-gap: 15px;
  margin-top: 30px;
}
@media screen and (max-width: 768px) {
  .top-career-plan {
    margin-top: 10px;
    grid-template-columns: 33% 1fr;
  }
}
.top-career-plan--first {
  grid-row: 1/3;
  position: relative;
  background-color: #fff;
  margin-right: 50px;
  text-align: center;
  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;
  font-size: clamp(1.8rem, 2vw, 2.6rem);
  border-radius: 3px;
  -webkit-box-shadow: 3px 3px 3px 0px rgba(180, 180, 180, 0.25);
          box-shadow: 3px 3px 3px 0px rgba(180, 180, 180, 0.25);
  position: relative;
}
@media screen and (max-width: 768px) {
  .top-career-plan--first {
    margin-right: 37px;
  }
}
.top-career-plan--first::before {
  content: "";
  width: 25px;
  height: 2px;
  background-color: #008264;
  position: absolute;
  right: -25px;
  top: 50%;
  display: block;
}
@media screen and (max-width: 768px) {
  .top-career-plan--first::before {
    width: 20px;
    right: -20px;
  }
}
.top-career-plan--first::after {
  content: "";
  width: 25px;
  height: 50%;
  border-top: 2px solid #008264;
  border-left: 2px solid #008264;
  border-bottom: 2px solid #008264;
  border-radius: 3px 0 0 3px;
  display: block;
  position: absolute;
  right: -50px;
  top: 25%;
}
@media screen and (max-width: 768px) {
  .top-career-plan--first::after {
    width: 17px;
    right: -37px;
  }
}
.top-career-plan--course {
  grid-column: 2/3;
  background-color: #fff;
  border-radius: 3px;
  -webkit-box-shadow: 3px 3px 3px 0px rgba(180, 180, 180, 0.25);
          box-shadow: 3px 3px 3px 0px rgba(180, 180, 180, 0.25);
  font-size: clamp(1.7rem, 2vw, 2.4rem);
  padding: 1em 1em 1em 1.5em;
  display: grid;
  grid-template-columns: 12em 1fr;
}
.top-career-plan--title {
  border-right: 2px solid #008264;
  font-weight: 500;
  -ms-flex-item-align: center;
      align-self: center;
}
.top-career-plan--title::before {
  content: "⚫︎";
  color: #008264;
  margin-right: 0.25em;
}
.top-career-plan--text {
  font-size: clamp(1.5rem, 1.6vw, 1.6rem);
  -ms-flex-item-align: center;
      align-self: center;
  padding-left: 1.5em;
}

.top-career-grade {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  text-align: center;
  background: url("../img/top/bg_grade.svg") no-repeat center center;
  background-size: contain;
  font-size: clamp(1.7rem, 2.4vw, 2.7rem);
  font-weight: 700;
  color: #fff;
  padding: 1em 0;
}

.top-why {
  padding: 120px 0 0;
}
@media screen and (max-width: 768px) {
  .top-why {
    padding: 40px 0 0;
  }
}

.top-why-text {
  line-height: 1.8;
  margin-bottom: 1.5em;
  text-align: justify;
}

.top-why-item:not(:last-child) {
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  .top-why-item:not(:last-child) {
    margin-bottom: 26px;
  }
}

.top-why-content1 {
  display: grid;
  grid-template-columns: 1fr 1fr 1.8fr;
  -webkit-column-gap: 24px;
     -moz-column-gap: 24px;
          column-gap: 24px;
}
@media screen and (max-width: 768px) {
  .top-why-content1 {
    -webkit-column-gap: 10px;
       -moz-column-gap: 10px;
            column-gap: 10px;
    row-gap: 15px;
    grid-template-columns: 1fr 1fr;
  }
}
.top-why-content1--dl {
  background-color: #D9F0EF;
  border-radius: 6px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  font-size: clamp(1.6rem, 2.3vw, 2.3rem);
  padding: 1em 0.5em;
  line-height: 1.2;
}
.top-why-content1--dl dd {
  color: #008264;
  font-size: clamp(4rem, 8vw, 8rem);
  font-weight: 700;
  line-height: 1;
}
.top-why-content1--dl dd span {
  font-size: 60%;
}
.top-why-content1--canter {
  color: #008264;
  background-color: #D9F0EF;
  border-radius: 6px;
  font-size: clamp(1.8rem, 3vw, 3.3rem);
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
  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;
}
.top-why-content1--image img {
  border-radius: 6px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 768px) {
  .top-why-content1--image {
    grid-column: 1/3;
  }
}

.top-why-content2 {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 20px;
}
@media screen and (max-width: 768px) {
  .top-why-content2 {
    grid-template-columns: 1fr 1fr;
    gap: 10px;
  }
}
.top-why-content2--dl {
  background-color: #D9F0EF;
  border-radius: 6px;
  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;
  -webkit-column-gap: 0.7em;
     -moz-column-gap: 0.7em;
          column-gap: 0.7em;
  text-align: center;
  font-size: clamp(1.6rem, 2vw, 2.1rem);
  padding: 0.8em 0.5em 1.2em;
  line-height: 1.2;
}
@media screen and (max-width: 768px) {
  .top-why-content2--dl {
    display: block;
  }
}
.top-why-content2--dl dt {
  line-height: 1.5;
  padding-top: 0.5em;
}
.top-why-content2--dl dt aside {
  color: #777;
  font-size: clamp(1rem, 1.3vw, 1.3rem);
}
.top-why-content2--dl dd {
  color: #008264;
  font-size: clamp(4rem, 6.8vw, 7.8rem);
  font-weight: 700;
  line-height: 1;
}
.top-why-content2--dl dd span {
  font-size: 40%;
}
.top-why-content2--dl dd .top-why-gender {
  font-size: clamp(2.8rem, 4vw, 4rem);
  text-align: left;
}
.top-why-content2--dl dd .top-why-gender--small {
  font-size: clamp(1.2rem, 1.5vw, 1.5rem);
  margin-right: 0.7em;
  padding-bottom: 0.2em;
  display: inline-block;
  margin-top: -0.2em;
}
@media screen and (max-width: 768px) {
  .top-why-content2--dl dd .top-why-gender {
    text-align: center;
  }
  .top-why-content2--dl dd .top-why-gender:first-child {
    margin-top: 0.1em;
  }
}

.top-system {
  padding: 0.25em 0 200px;
  background: url("../img/top/bg_line-01.png") no-repeat center bottom;
  background-size: contain;
  position: relative;
}
.no-webp .top-system {
  background-image: url("../img/top/bg_line-01.png");
}
.webp .top-system {
  background-image: url("../img/top/bg_line-01.webp");
}
@media screen and (max-width: 768px) {
  .top-system {
    padding: 0.25em 0 120px;
  }
}
@media screen and (max-width: 399px) {
  .top-system {
    padding: 0.25em 0 66px;
  }
}
.top-system .top-system-modal {
  --duration: 0.5s;
  --gutter: max(5vi, 20px);
  inline-size: min(100% - var(--gutter) * 2, 1000px);
  block-size: min(100svb - var(--gutter) * 2, 618px);
  padding: 0;
  margin: auto;
  -webkit-transition: opacity var(--duration), scale var(--duration);
  transition: opacity var(--duration), scale var(--duration);
  contain: strict;
  background-color: #fff;
  border: 2px solid #008264;
  border-radius: 10px;
  width: 90%;
  max-width: 1000px;
}
@media screen and (max-width: 768px) {
  .top-system .top-system-modal {
    border-radius: 6px;
    block-size: min(100svb - var(--gutter) * 2, 80%);
  }
}
@media screen and (min-width: 769px) {
  .top-system .top-system-modal {
    max-height: 462px;
  }
}
.top-system .top-system-modal:not([data-active=true]) {
  opacity: 0;
  scale: 0.95;
}
.top-system .top-system-modal::-ms-backdrop {
  background-color: #008264;
  opacity: 0.14;
  -ms-transition: opacity 0.5s;
  transition: opacity 0.5s;
}
.top-system .top-system-modal::backdrop {
  background-color: #008264;
  opacity: 0.14;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}
.top-system .top-system-modal:not([data-active=true])::-ms-backdrop {
  opacity: 0;
}
.top-system .top-system-modal:not([data-active=true])::backdrop {
  opacity: 0;
}
.top-system .top-system-modal:focus, .top-system .top-system-modal:focus-visible {
  outline: none;
}
@media screen and (min-width: 769px) {
  .top-system .top-system-modal--03 {
    block-size: min(100svb - var(--gutter) * 2, 720px);
    min-height: 618px;
    max-height: none;
  }
}
.top-system .top-system-modal--close {
  position: absolute;
  right: 23px;
  top: 23px;
  background-color: #008264;
  border: none;
  border-radius: 50%;
  display: block;
  width: 60px;
  height: 60px;
}
.top-system .top-system-modal--close::before {
  content: "";
  width: 14px;
  height: 2px;
  background-color: #fff;
  position: absolute;
  right: calc(50% - 7px);
  top: 29px;
  -webkit-transition: rotate 0.5s;
  transition: rotate 0.5s;
}
@media screen and (max-width: 991px) {
  .top-system .top-system-modal--close {
    width: 45px;
    height: 45px;
    top: auto;
    bottom: 12px;
    right: 12px;
  }
  .top-system .top-system-modal--close::before {
    top: 22px;
  }
}
@media (any-hover: hover) {
  .top-system .top-system-modal--close:hover::before {
    rotate: 360deg;
  }
}
.top-system .top-system-modal--close:active::before {
  rotate: 360deg;
}

.top-system-btn {
  background-color: #D9F0EF;
  border: none;
  border-radius: 6px;
  position: relative;
  font-size: clamp(1.5rem, 1.7vw, 1.7rem);
  padding: 1.5em 1em 2em;
  cursor: pointer;
  -webkit-transition: background-color 0.5s;
  transition: background-color 0.5s;
}
@media (any-hover: hover) {
  .top-system-btn:hover {
    background-color: rgba(217, 240, 239, 0.7);
  }
  .top-system-btn:hover .top-system-btn--plus {
    rotate: 360deg;
  }
}
.top-system-btn:active {
  background-color: rgba(217, 240, 239, 0.7);
}
.top-system-btn:active .top-system-btn--plus {
  rotate: 360deg;
}
.top-system-btn:first-child .top-system-btn--ico {
  padding-left: 0.2em;
}
@media screen and (max-width: 768px) {
  .top-system-btn:first-child .top-system-btn--ico {
    height: 64px;
  }
}
.top-system-btn:nth-child(4) .top-system-btn--ico {
  padding-right: 0.3em;
}
.top-system-btn--wrap {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
  margin-bottom: 85px;
}
@media screen and (max-width: 768px) {
  .top-system-btn--wrap {
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
    margin-bottom: 30px;
  }
}
.top-system-btn--plus {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: #008264;
  position: absolute;
  right: -6px;
  top: -6px;
  -webkit-transition: rotate 1s;
  transition: rotate 1s;
}
@media screen and (max-width: 768px) {
  .top-system-btn--plus {
    width: 31px;
    height: 31px;
    right: -3px;
    top: -3px;
  }
}
.top-system-btn--plus::before {
  content: "";
  width: 20px;
  height: 2px;
  position: absolute;
  top: 24px;
  right: 15px;
  background-color: #fff;
}
@media screen and (max-width: 768px) {
  .top-system-btn--plus::before {
    width: 13px;
    height: 1px;
    top: 15px;
    right: 8px;
  }
}
.top-system-btn--plus::after {
  content: "";
  width: 2px;
  height: 20px;
  position: absolute;
  top: 15px;
  right: 24px;
  background-color: #fff;
}
@media screen and (max-width: 768px) {
  .top-system-btn--plus::after {
    width: 1px;
    height: 13px;
    top: 9px;
    right: 14px;
  }
}
.top-system-btn--ico {
  width: 100%;
  height: 87px;
}
@media screen and (max-width: 768px) {
  .top-system-btn--ico {
    height: 58px;
  }
}
.top-system-btn--ico img {
  -o-object-fit: contain;
     object-fit: contain;
  height: 100%;
}
.top-system-btn--text {
  margin-bottom: 1em;
}

.top-system-content {
  block-size: 100%;
  padding: var(--gutter);
  overflow: auto;
  -ms-scroll-chaining: none;
      overscroll-behavior: contain;
  display: grid;
  grid-template-columns: 100px 1fr;
  -webkit-column-gap: 6%;
     -moz-column-gap: 6%;
          column-gap: 6%;
  outline: none;
}
@media screen and (min-width: 992px) {
  .top-system-content {
    padding-top: 85px;
  }
}
@media screen and (max-width: 768px) {
  .top-system-content {
    display: block;
  }
}
.top-system-content::-webkit-scrollbar {
  width: 8px;
  height: 8px;
  background-color: #E3E3E3;
  border-radius: 100vmax;
  border: 2px solid #fff;
}
.top-system-content::-webkit-scrollbar-thumb {
  width: 3px;
  height: 3px;
  border-radius: 100vmax;
  background-color: #56B7A1;
  border-left: 2px solid #fff;
  border-right: 2px solid #fff;
}
.top-system-content--title {
  color: #008264;
  font-size: clamp(1.7rem, 2vw, 2.5rem);
  font-weight: 500;
  text-align: center;
  -ms-flex-item-align: center;
      align-self: center;
}
@media screen and (max-width: 768px) {
  .top-system-content--title {
    border-bottom: 1px solid #008264;
    padding-bottom: 1em;
    margin-bottom: 1.5em;
  }
}
.top-system-content--text {
  font-weight: 500;
}
.top-system-content--ico {
  width: 100px;
  margin-top: 2em;
}
@media screen and (max-width: 768px) {
  .top-system-content--ico {
    height: 65px;
    margin-top: 1em;
    margin-inline: auto;
    display: block;
  }
  .top-system-content--ico img {
    -o-object-fit: contain;
       object-fit: contain;
    height: 100%;
  }
}
.top-system-content--detail {
  font-size: clamp(1.5rem, 1.8vw, 1.8rem);
  padding-left: 2.5em;
  border-left: 1px solid #008264;
}
@media screen and (max-width: 768px) {
  .top-system-content--detail {
    padding-left: 0;
    border-left: none;
    padding-bottom: 20px;
  }
}
.top-system-content--dl {
  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.8em;
}
@media screen and (max-width: 768px) {
  .top-system-content--dl {
    display: block;
  }
}
.top-system-content--dl dt {
  color: #008264;
}
@media screen and (max-width: 768px) {
  .top-system-content--dl dt {
    margin-bottom: 0.25em;
  }
}
.top-system-content--dl dt::before {
  content: "●";
  margin-right: 0.25em;
}
.top-system-content--dl dd {
  font-size: clamp(1.5rem, 1.6vw, 1.6rem);
  -ms-flex-item-align: baseline;
      align-self: baseline;
  text-align: justify;
}
@media screen and (max-width: 768px) {
  .top-system-content--dl dd {
    margin-bottom: 1em;
  }
}

.top-system-kurumin {
  color: #E4006F;
  display: grid;
  grid-template-columns: 1fr 2.2fr;
  gap: 1.5em;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1.5rem;
}
@media screen and (max-width: 768px) {
  .top-system-kurumin {
    grid-template-columns: 1fr;
    gap: 1em;
    padding-bottom: 30px;
  }
}
@media screen and (max-width: 768px) {
  .top-system-kurumin--image {
    width: 40%;
    margin-inline: auto;
  }
}
.top-system-kurumin--text {
  text-align: justify;
}

.top-interview {
  padding: 100px 0 160px;
}
@media screen and (max-width: 768px) {
  .top-interview {
    padding: 30px 0 40px;
  }
}
.top-interview--link {
  margin-top: 60px;
}
@media screen and (max-width: 768px) {
  .top-interview--link {
    margin-top: 30px;
  }
}

.top-interview-item {
  margin-top: 75px;
}
@media screen and (max-width: 768px) {
  .top-interview-item {
    margin-top: 40px;
  }
}
.top-interview-item:not(:last-of-type) {
  margin-bottom: 150px;
}
@media screen and (max-width: 768px) {
  .top-interview-item:not(:last-of-type) {
    margin-bottom: 45px;
  }
}

.top-interview-head {
  position: relative;
  width: 100%;
  margin-bottom: 150px;
}
@media screen and (max-width: 768px) {
  .top-interview-head {
    margin-bottom: 30px;
  }
}
.top-interview-head--image {
  position: relative;
}
.top-interview-head--cap {
  position: absolute;
  left: 0;
  bottom: -0.29em;
  color: #fff;
  font-family: "Khand", sans-serif;
  font-weight: 500;
  font-style: normal;
  letter-spacing: 0.02em;
  font-size: clamp(2.6rem, 5vw, 6.5rem);
  line-height: 1.16;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 0.25em;
     -moz-column-gap: 0.25em;
          column-gap: 0.25em;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.top-interview-head--cap--num {
  color: #008264;
  font-size: clamp(3.7rem, 7vw, 9.2rem);
  line-height: 1;
}
.top-interview-head--title {
  color: #008264;
  font-size: clamp(1.5rem, 2.8vw, 3.5rem);
  font-weight: 500;
  position: absolute;
  left: 52%;
  top: 20%;
  max-width: 670px;
  width: 48%;
  height: 80%;
  line-height: 1.8;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .top-interview-head--title {
    width: 55%;
    left: 45%;
    top: 10%;
    line-height: 2;
    letter-spacing: 0;
  }
}
.top-interview-head--title span {
  display: inline-block;
  line-height: 1.2;
  padding-bottom: 0.05em;
  position: relative;
}
@media screen and (max-width: 768px) {
  .top-interview-head--title span {
    padding: 0.2em 0;
  }
}
.top-interview-head--title span::before {
  content: "";
  width: calc(100% + 0.4em);
  height: 100%;
  background-color: #D9F0EF;
  position: absolute;
  left: -0.2em;
  top: 0;
  z-index: -1;
}
.top-interview-head--data {
  color: #fff;
  position: absolute;
  bottom: -50px;
  right: 0;
  width: 40%;
  min-width: 460px;
  padding: 2em 1em 2em 3em;
  font-size: clamp(1.3rem, 1.6vw, 2rem);
  line-height: 1.6;
  z-index: 2;
}
@media screen and (max-width: 859px) {
  .top-interview-head--data {
    min-width: 400px;
  }
}
@media screen and (max-width: 768px) {
  .top-interview-head--data {
    min-width: 0;
    width: 50%;
    padding: 1em 1em 1em 1.2em;
    letter-spacing: 0;
    bottom: -15px;
  }
}
.top-interview-head--data::before {
  content: "";
  background-color: #008264;
  opacity: 0.58;
  position: absolute;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.top-interview-content--talk {
  display: grid;
  grid-template-columns: 1fr 37%;
  -webkit-column-gap: 5%;
     -moz-column-gap: 5%;
          column-gap: 5%;
  font-size: clamp(1.5rem, 1.6vw, 1.7rem);
  margin-bottom: 60px;
}
@media screen and (max-width: 768px) {
  .top-interview-content--talk {
    margin-bottom: 20px;
    grid-template-columns: 1fr;
    row-gap: 0.2em;
  }
}
.top-interview-content--talk:nth-child(2n) {
  grid-template-columns: 1fr;
}
@media screen and (min-width: 769px) {
  .top-interview-content--talk:nth-child(2n) {
    grid-template-columns: 37% 1fr;
  }
  .top-interview-content--talk:nth-child(2n) .top-interview-content--image {
    grid-column: 1/2;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .top-interview-content--talk:nth-child(2n) .top-interview-content--text {
    grid-column: 2/3;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
.top-interview-content--talk p {
  margin-bottom: 1em;
  line-height: 2;
}
.top-interview-content--image img {
  border: 1px solid #008264;
  border-radius: 10px;
}
.top-interview-content--text {
  padding-top: 0.5em;
}
@media screen and (max-width: 399px) {
  .top-interview-content--text {
    letter-spacing: 0;
  }
}
.top-interview-content--text p {
  text-align: justify;
}

.top-schedule {
  background-color: #D9F0EF;
  padding: 70px 12% 120px;
  margin-bottom: 90px;
}
@media screen and (max-width: 991px) {
  .top-schedule {
    padding: 40px 6% 60px;
  }
}
@media screen and (max-width: 768px) {
  .top-schedule {
    padding: 20px 6% 25px;
    margin-top: 35px;
    margin-bottom: 30px;
  }
}
.top-schedule--content {
  display: grid;
  grid-template-columns: -webkit-max-content 1fr;
  grid-template-columns: max-content 1fr;
  -webkit-column-gap: 2em;
     -moz-column-gap: 2em;
          column-gap: 2em;
  font-size: clamp(1.3rem, 1.6vw, 1.7rem);
}
@media screen and (max-width: 768px) {
  .top-schedule--content {
    -webkit-column-gap: 1em;
       -moz-column-gap: 1em;
            column-gap: 1em;
  }
}
.top-schedule--content dt {
  color: #008264;
  font-family: "Khand", sans-serif;
  font-weight: 500;
  font-style: normal;
  letter-spacing: 0.02em;
  font-size: clamp(2.1rem, 3.6vw, 3.9rem);
  line-height: 1.2;
  padding-right: 1em;
  position: relative;
}
.top-schedule--content dt::before {
  content: "";
  width: 17px;
  height: 17px;
  background-color: #008264;
  border-radius: 50%;
  position: absolute;
  right: 0;
  top: 6px;
  display: block;
}
@media screen and (max-width: 768px) {
  .top-schedule--content dt::before {
    width: 9px;
    height: 9px;
  }
}
.top-schedule--content dt::after {
  content: "";
  width: 1px;
  height: 100%;
  background-color: #008264;
  position: absolute;
  right: 8px;
  top: 6px;
  display: block;
}
@media screen and (max-width: 768px) {
  .top-schedule--content dt::after {
    right: 4px;
  }
}
.top-schedule--content dd {
  text-align: justify;
}
.top-schedule--content dd:not(:last-child) {
  padding-bottom: 2.5em;
}
@media screen and (max-width: 768px) {
  .top-schedule--content dd:not(:last-child) {
    padding-bottom: 1.25em;
  }
}

.top-interview-more {
  position: relative;
  z-index: 2;
}
.top-interview-more::before {
  content: "";
  width: 100%;
  height: 200px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(#ffffff));
  background-image: linear-gradient(transparent 0%, #ffffff);
  position: absolute;
  left: 0;
  bottom: 100%;
  z-index: -1;
}
.top-interview-more.open::before {
  display: none;
}

.top-faq {
  background-color: #F0F0F0;
  border-radius: 110px;
  padding: 90px 0 170px;
}
@media screen and (max-width: 768px) {
  .top-faq {
    border-radius: 30px;
    padding: 30px 0 40px;
  }
}

.top-accordion {
  margin-top: 60px;
}
@media screen and (max-width: 768px) {
  .top-accordion {
    margin-top: 25px;
  }
}
.top-accordion summary {
  font-size: clamp(1.5rem, 1.9vw, 1.9rem);
  font-weight: 500;
  display: block;
  position: relative;
  cursor: pointer;
  -webkit-transition: background-color 0.5s;
  transition: background-color 0.5s;
}
.top-accordion summary::marker {
  content: "";
}
.top-accordion summary::-webkit-details-marker {
  display: none;
}
@media (any-hover: hover) {
  .top-accordion summary:hover {
    background-color: rgba(255, 255, 255, 0.2);
  }
}
.top-accordion summary:active {
  background-color: rgba(255, 255, 255, 0.2);
}
.top-accordion--item {
  font-size: clamp(1.4rem, 1.6vw, 1.7rem);
  margin-bottom: 1.2em;
}
.top-accordion--q {
  background-color: #fff;
  border-radius: 10px;
  padding: 1.2em 90px 1.2em 4%;
  display: grid;
  grid-template-columns: -webkit-max-content 1fr;
  grid-template-columns: max-content 1fr;
  -webkit-column-gap: 0.75em;
     -moz-column-gap: 0.75em;
          column-gap: 0.75em;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  line-height: 1.5;
  position: relative;
}
.top-accordion--q::before {
  content: "Q.";
  color: #008264;
  font-size: clamp(1.8rem, 2.4vw, 2.4rem);
  font-weight: 700;
}
.top-accordion--q::after {
  content: "";
  width: 80px;
  height: 100%;
  border-radius: 0 10px 10px 0;
  position: absolute;
  right: 0;
  top: 0;
  display: block;
  background-color: #008264;
}
@media screen and (max-width: 768px) {
  .top-accordion--q::after {
    width: 40px;
    border-radius: 0 6px 6px 0;
  }
}
@media screen and (max-width: 768px) {
  .top-accordion--q {
    border-radius: 6px;
    padding: 1em 45px 1em 4%;
  }
}
.top-accordion--a {
  display: grid;
  grid-template-columns: -webkit-max-content 1fr;
  grid-template-columns: max-content 1fr;
  -webkit-column-gap: 0.75em;
     -moz-column-gap: 0.75em;
          column-gap: 0.75em;
  padding: 1em 90px 1em 4%;
}
@media screen and (max-width: 768px) {
  .top-accordion--a {
    padding: 1em 1em 1em 4%;
  }
}
.top-accordion--a::before {
  content: "A.";
  line-height: 1;
  color: #008264;
  font-size: clamp(1.8rem, 2.4vw, 2.4rem);
  font-weight: 700;
  padding-top: 0.2em;
}
.top-accordion--content {
  font-size: clamp(1.3rem, 1.8vw, 1.8rem);
  line-height: 2;
}
@media screen and (max-width: 768px) {
  .top-accordion--content {
    line-height: 1.8;
    letter-spacing: 0.025em;
  }
}
.top-accordion--arrow::after {
  content: "";
  display: block;
  width: 0.4em;
  height: 0.4em;
  border-top: 1px solid currentColor;
  border-right: 1px solid currentColor;
  position: absolute;
  right: 1em;
  top: calc(50% - 0.2em);
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
}
.top-accordion--plus::after {
  content: "";
  width: 10px;
  height: 10px;
  display: block;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  position: absolute;
  right: 35px;
  top: calc(50% - 5px);
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
  -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) {
  .top-accordion--plus::after {
    width: 6px;
    height: 6px;
    top: calc(50% - 5px);
    right: 16px;
  }
}
.top-accordion--item .top-accordion--a {
  -webkit-transition: height 0.35s ease, opacity 0.35s ease;
  transition: height 0.35s ease, opacity 0.35s ease;
  will-change: height, opacity;
}
.top-accordion details[open] .top-accordion--arrow::after {
  -webkit-transform: rotate(315deg);
          transform: rotate(315deg);
}
.top-accordion details[open] .top-accordion--plus::after {
  -webkit-transform: rotate(315deg);
          transform: rotate(315deg);
}
.top-accordion details:not([open]) .top-accordion--a {
  height: 0;
  opacity: 0;
  overflow: hidden;
}

.top-area {
  padding: 110px 0 130px;
}
@media screen and (max-width: 768px) {
  .top-area {
    padding: 40px 0;
  }
}
.top-area--image {
  margin-top: 80px;
}
@media screen and (max-width: 768px) {
  .top-area--image {
    margin-top: 25px;
  }
}
.top-area--link {
  margin-top: 120px;
  margin-bottom: 90px;
}
@media screen and (max-width: 768px) {
  .top-area--link {
    margin-top: 30px;
    margin-bottom: 40px;
  }
}

.top-registration-comment {
  color: #008264;
  text-align: center;
  font-size: clamp(1.5rem, 2.2vw, 2.7rem);
  font-weight: 700;
  margin: 1.8em auto 1.5em;
  line-height: 1.9;
}
@media screen and (max-width: 768px) {
  .top-registration-comment {
    letter-spacing: 0;
  }
}
.top-registration-comment--inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 0 1.7em;
  position: relative;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  margin-inline: auto;
}
@media screen and (max-width: 768px) {
  .top-registration-comment--inner {
    width: auto;
  }
}
.top-registration-comment--inner::before {
  content: "";
  width: 2px;
  height: 1.5em;
  background-color: #008264;
  display: inline-block;
  position: absolute;
  left: 0;
  bottom: 0;
  -webkit-transform: rotate(-20deg);
          transform: rotate(-20deg);
}
.top-registration-comment--inner::after {
  content: "";
  width: 2px;
  height: 1.5em;
  background-color: #008264;
  display: inline-block;
  margin-left: 0.25em;
  position: absolute;
  right: 0;
  bottom: 0;
  -webkit-transform: rotate(20deg);
          transform: rotate(20deg);
}
.top-registration-comment--line {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(60%, #D9F0EF));
  background: linear-gradient(transparent 60%, #D9F0EF 60%);
  display: inline-block;
}

.top-registration {
  border: 1px solid #008264;
  border-radius: 10px;
  padding-bottom: 2em;
  font-size: clamp(1.5rem, 1.6vw, 1.7rem);
  position: relative;
}
.top-registration::before {
  content: "";
  position: absolute;
  right: 15px;
  bottom: 0;
  width: 15%;
  height: 100%;
  background: url("../img/top/img_career.png") no-repeat bottom right;
  background-size: contain;
}
@media screen and (max-width: 768px) {
  .top-registration::before {
    display: none;
  }
}
.no-webp .top-registration::before {
  background-image: url("../img/top/img_career.png");
}
.webp .top-registration::before {
  background-image: url("../img/top/img_career.webp");
}
.top-registration--title {
  color: #fff;
  background-color: #008264;
  text-align: center;
  font-size: clamp(1.9rem, 2.4vw, 2.9rem);
  font-weight: 700;
  line-height: 1.2;
  padding: 0.75em;
  border-radius: 10px 10px 0 0;
}
.top-registration--text {
  padding: 1.5em 2.5em;
  line-height: 2;
}
@media screen and (max-width: 768px) {
  .top-registration--text {
    padding: 1em 1.2em 1.2em;
    letter-spacing: 0;
  }
}
.top-registration--link {
  text-align: center;
}/*# sourceMappingURL=style.css.map */