@charset "UTF-8";
.kv {
  min-height: 130rem;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  padding: 6rem 1em 35rem;
  position: relative;
}
@media all and (max-width: 1023px) {
  .kv {
    min-height: auto;
    padding: calc(5rem + var(--header-height)) 1em 20rem;
  }
}
.kv > .wrapper {
  width: 100%;
  max-width: 123rem;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
.kv > .wrapper .content-flex {
  display: flex;
  justify-content: center;
  align-items: stretch;
}
@media all and (max-width: 1023px) {
  .kv > .wrapper .content-flex {
    flex-flow: column;
    gap: 4rem;
  }
}
.kv > .wrapper .content-flex .content-flex-col {
  width: 100%;
}
.kv > .wrapper .content-flex .content-flex-col.catch-wrap .catch-copy {
  justify-content: flex-end;
  gap: 1em;
}
@media all and (max-width: 1023px) {
  .kv > .wrapper .content-flex .content-flex-col.catch-wrap .catch-copy {
    flex-flow: column;
    justify-content: flex-start;
    gap: 0;
  }
}
.kv > .wrapper .content-flex .content-flex-col.catch-wrap .catch-copy p {
  font-size: 2.3rem;
  letter-spacing: 0.27em;
  color: var(--c_white);
}
@media all and (max-width: 1023px) {
  .kv > .wrapper .content-flex .content-flex-col.catch-wrap .catch-copy p {
    font-size: 1.7rem;
  }
}
.kv > .wrapper .content-flex .content-flex-col.catch-wrap .catch-copy p.bold {
  font-weight: 700;
}
.kv > .wrapper .content-flex .content-flex-col.catch-wrap .catch-copy p.light {
  font-weight: 300;
}
.kv > .wrapper .content-flex .content-flex-col.catch-wrap .kv-catch-txt {
  max-width: 47rem;
  margin-top: 3.5rem;
}
@media all and (max-width: 1023px) {
  .kv > .wrapper .content-flex .content-flex-col.catch-wrap .kv-catch-txt {
    width: 80%;
  }
}
.kv > .wrapper .content-flex .content-flex-col.catch-wrap .kv-catch-txt img {
  filter: drop-shadow(0 0 0.5em rgb(0, 0, 0));
}
.kv > .wrapper .content-flex .content-flex-col.catch-wrap .kv-lead-txt {
  max-width: 47rem;
  margin-top: 5rem;
  padding: 1lh;
  position: relative;
}
.kv > .wrapper .content-flex .content-flex-col.catch-wrap .kv-lead-txt::before {
  content: "";
  width: 100%;
  height: 100%;
  background: var(--c_white);
  opacity: 0.5;
  position: absolute;
  top: 0;
  left: 0;
}
@media all and (max-width: 1023px) {
  .kv > .wrapper .content-flex .content-flex-col.catch-wrap .kv-lead-txt {
    max-width: 100%;
  }
}
.kv > .wrapper .content-flex .content-flex-col.catch-wrap .kv-lead-txt p {
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0.1em;
  text-align: justify;
  position: relative;
}
.kv > .wrapper .content-flex .content-flex-col.catch-wrap .scroll-txt {
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  gap: 0;
  margin: 1em auto 0;
  filter: drop-shadow(0 0 0.5em rgb(0, 0, 0));
}
.kv > .wrapper .content-flex .content-flex-col.catch-wrap .scroll-txt p {
  font-family: var(--f_libreFranklin);
  font-size: 1.1rem;
  letter-spacing: 0.29em;
  color: var(--c_white);
}
.kv > .wrapper .content-flex .content-flex-col.catch-wrap .scroll-txt::after {
  content: "";
  width: 4rem;
  height: 4rem;
  border-right: 0.1rem solid var(--c_white);
  border-bottom: 0.1rem solid var(--c_white);
  display: block;
  rotate: 45deg;
  translate: 0 -25%;
  animation: amineBound 1s ease-in-out infinite;
}
.kv > .wrapper .content-flex .content-flex-col.open-info-wrap {
  display: flex;
  justify-content: stretch;
  align-items: flex-end;
}
.kv > .wrapper .content-flex .content-flex-col.open-info-wrap .table-wrap {
  max-width: 50rem;
  margin: 0 0 0 auto;
}
.kv .kv-bg-img-wrap {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.kv .kv-bg-img-wrap img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.kv .kv-bg-img-wrap::before {
  content: "";
  width: 80%;
  max-width: 75rem;
  height: auto;
  background: linear-gradient(0deg, #007474, #009242);
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  aspect-ratio: 1/1;
  clip-path: polygon(0 0, 100% 0, 0 100%);
}

.front-message {
  margin-top: -35rem;
  padding: 10rem 0 0;
  position: relative;
}
@media all and (max-width: 1023px) {
  .front-message {
    margin-top: -16rem;
    padding: 0;
  }
}
.front-message::before {
  content: "";
  width: 70%;
  max-width: 104rem;
  height: auto;
  background-image: linear-gradient(45deg, rgb(255, 255, 255) 70%, rgb(255, 255, 255) 70%, rgb(0, 116, 116) 70%, rgb(0, 146, 66));
  display: block;
  position: absolute;
  bottom: 0;
  right: 0;
  aspect-ratio: 1/1;
  clip-path: polygon(0 100%, 100% 0, 100% 100%);
  z-index: 1;
}
.front-message .sec-ttl-wrap {
  width: calc(100% - 2rem);
  max-width: 110rem;
  margin: auto;
  filter: drop-shadow(0 0 0.5em rgb(0, 0, 0));
}
.front-message > .wrapper {
  background: var(--c_white);
  margin: 5rem auto 0;
  padding: 8rem 0;
  position: relative;
}
@media all and (max-width: 1023px) {
  .front-message > .wrapper {
    padding-top: 4rem;
  }
}
.front-message > .wrapper .float-col2 {
  width: calc(100% - 2rem);
  max-width: 110rem;
  display: flow-root;
  margin: auto;
  position: relative;
  z-index: 1;
}
.front-message > .wrapper .float-col2 .img-wrap {
  max-width: 20rem;
  float: left;
  margin: 0 8rem 2.5rem 0;
}
@media all and (max-width: 1023px) {
  .front-message > .wrapper .float-col2 .img-wrap {
    float: none;
    margin: 0 auto 2.5rem;
  }
}
.front-message > .wrapper .flex-col2 {
  width: calc(100% - 2rem);
  max-width: 110rem;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 2.5rem 8rem;
  margin: auto;
  position: relative;
  z-index: 1;
}
@media all and (max-width: 1023px) {
  .front-message > .wrapper .flex-col2 {
    flex-flow: column;
    justify-content: center;
    margin: 5rem auto 0;
  }
}
.front-message > .wrapper .flex-col2 .img-wrap {
  max-width: 20rem;
  flex: none;
}
.front-message > .wrapper .message-wrap p {
  text-shadow: 1px 1px 3px rgba(255, 255, 255, 0.4), -1px -1px 3px rgba(255, 255, 255, 0.4), 1px -1px 3px rgba(255, 255, 255, 0.4), -1px 1px 3px rgba(255, 255, 255, 0.4), 0px 1px 3px rgba(255, 255, 255, 0.4), 0px -3px 3px rgba(255, 255, 255, 0.4), 1px 0px 3px rgba(255, 255, 255, 0.4), -1px 0px 3px rgba(255, 255, 255, 0.4);
}
.front-message > .wrapper .message-wrap p + p {
  margin-top: 1em;
}
.front-message > .wrapper .message-wrap p.catch {
  font-size: 2.3rem;
  letter-spacing: 0.16em;
  color: var(--c_primary);
}
@media all and (max-width: 1023px) {
  .front-message > .wrapper .message-wrap p.catch {
    font-size: 1.8rem;
  }
}
.front-message > .wrapper .message-wrap p.txt {
  font-size: 1.3rem;
  letter-spacing: 0.14em;
  line-height: 2;
  text-align: justify;
}
.front-message > .wrapper .message-wrap p.txt-right {
  font-size: 1.7rem;
}
.front-message > .wrapper .message-wrap p.txt-right + .txt-right {
  margin-top: 0;
}
.front-message > .wrapper .message-wrap p .sml {
  font-size: 1.4rem;
}
.front-message > .wrapper .img-wrap {
  width: 50%;
}

.front-voice {
  background: var(--bg_base);
  padding: 5rem 1rem;
}
.front-voice > .wrapper {
  max-width: 110rem;
  margin: auto;
}
.front-voice > .wrapper .grid-col2 {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(34rem, 1fr));
  justify-content: center;
  gap: 4rem;
  margin: 2em auto 0;
}
.front-voice > .wrapper .grid-col2 .grid-box {
  background: var(--c_white);
  padding: 3rlh;
  position: relative;
  overflow: hidden;
}
@media all and (max-width: 1023px) {
  .front-voice > .wrapper .grid-col2 .grid-box {
    padding: 1lh;
  }
}
.front-voice > .wrapper .grid-col2 .grid-box::before {
  content: "";
  width: 30%;
  height: auto;
  -webkit-mask: url(../img/dummy/common/logotype.svg) no-repeat center/contain;
          mask: url(../img/dummy/common/logotype.svg) no-repeat center/contain;
  background: var(--c_primary_pale);
  aspect-ratio: 1/1;
  position: absolute;
  top: -0.5em;
  left: -0.5em;
}
.front-voice > .wrapper .grid-col2 .grid-box .voice-ttl {
  font-size: 2.1rem;
  font-weight: 500;
  position: relative;
}
.front-voice > .wrapper .grid-col2 .grid-box .txt-wrap {
  margin-top: 1em;
  position: relative;
}
.front-voice > .wrapper .grid-col2 .grid-box .txt-wrap p {
  font-size: 1.3rem;
  line-height: 1.8;
}
.front-voice > .wrapper .grid-col2 .grid-box .txt-wrap p.voice-prof {
  font-size: 1.5rem;
  font-weight: 700;
}
.front-voice > .wrapper .grid-col2 .grid-box .txt-wrap p + p {
  margin-top: 1em;
}

.front-junior.guide-sec::before {
  background: linear-gradient(90deg, #6CCE30, #009291);
}
.front-junior.guide-sec > .wrapper > .inner .btn-wrap .btn.guide-def {
  color: #6CCE30;
  border-color: #6CCE30;
}
.front-junior.guide-sec > .wrapper > .inner .btn-wrap .btn.guide-def:not([href*=".pdf"])::after {
  border-color: #6CCE30;
}
.front-junior.guide-sec > .wrapper > .inner .btn-wrap .btn.guide-def[href*=".pdf"] {
  background: linear-gradient(90deg, #6CCE30, #009291);
}
.front-senior.guide-sec::before {
  background: linear-gradient(90deg, #0092AD, #007474);
}
.front-senior.guide-sec > .wrapper > .inner .btn-wrap .btn.guide-def {
  color: #0092AD;
  border-color: #0092AD;
}
.front-senior.guide-sec > .wrapper > .inner .btn-wrap .btn.guide-def:not([href*=".pdf"])::after {
  border-color: #0092AD;
}
.front-senior.guide-sec > .wrapper > .inner .btn-wrap .btn.guide-def[href*=".pdf"] {
  background: linear-gradient(90deg, #0092AD, #007474);
}
.guide-sec {
  padding: 10rem 0 15rem;
  position: relative;
  overflow: hidden;
}
@media all and (max-width: 1023px) {
  .guide-sec {
    padding: 10rem 0 0;
  }
}
.guide-sec::before {
  content: "";
  width: 50%;
  height: auto;
  background: linear-gradient(-90deg, #007474, #009242);
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  clip-path: polygon(0 0, 100% 0, 0 100%);
  aspect-ratio: 1/1;
}
.guide-sec .sec-ttl-wrap {
  position: relative;
}
.guide-sec > .wrapper {
  margin: 2em 0 0 auto;
  padding: 7rem 0;
  position: relative;
  z-index: 1;
}
@media all and (max-width: 1023px) {
  .guide-sec > .wrapper {
    margin: 2em auto 0;
    padding: 5rem 0;
  }
}
.guide-sec > .wrapper > .inner {
  max-width: 100rem;
  margin: 0 auto;
  padding-left: 5rem;
  position: relative;
}
@media all and (max-width: 1023px) {
  .guide-sec > .wrapper > .inner {
    padding: 0 1rem;
  }
}
.guide-sec > .wrapper > .inner::before {
  content: "";
  width: 200vw;
  height: calc(100% + 14rem);
  background: var(--c_white);
  display: block;
  position: absolute;
  top: 50%;
  left: -5rem;
  translate: 0 -50%;
}
@media all and (max-width: 1023px) {
  .guide-sec > .wrapper > .inner::before {
    height: calc(100% + 5rem);
  }
}
.guide-sec > .wrapper > .inner > * {
  position: relative;
}
.guide-sec > .wrapper > .inner .ttl {
  font-size: 3.2rem;
  font-weight: 700;
}
@media all and (max-width: 1023px) {
  .guide-sec > .wrapper > .inner .ttl {
    font-size: 1.7rem;
  }
}
.guide-sec > .wrapper > .inner .txt-wrap {
  margin-top: 1em;
}
.guide-sec > .wrapper > .inner .txt-wrap p {
  font-size: 1.3rem;
  line-height: 1.8;
  margin-top: 1em;
}
.guide-sec > .wrapper > .inner .txt-wrap p:first-child {
  margin-top: 0;
}
.guide-sec > .wrapper > .inner .txt-wrap p.catch {
  font-size: 1.6rem;
  color: var(--c_primary);
  font-weight: 700;
}
.guide-sec > .wrapper > .inner .txt-wrap p strong {
  font-weight: 600;
}
.guide-sec > .wrapper > .inner .btn-wrap {
  flex-flow: wrap;
  justify-content: flex-start;
  gap: 3rem;
  margin: 2em auto 0;
}
@media all and (max-width: 1023px) {
  .guide-sec > .wrapper > .inner .btn-wrap {
    justify-content: center;
  }
}
.guide-sec > .wrapper > .inner .btn-wrap:first-child {
  margin-top: 0;
}
.guide-sec > .wrapper > .inner .btn-wrap .btn {
  width: 100%;
  max-width: 32rem;
  font-size: 1.8rem;
  font-weight: 700;
  text-align: left;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.guide-sec > .wrapper > .inner .btn-wrap .btn.guide-def {
  color: var(--c_primary_light);
  border: 0.5rem solid var(--c_primary_light);
}
.guide-sec > .wrapper > .inner .btn-wrap .btn.guide-def:not([href*=".pdf"]) {
  position: relative;
}
.guide-sec > .wrapper > .inner .btn-wrap .btn.guide-def:not([href*=".pdf"])::after {
  content: "";
  width: 0.75em;
  height: 0.75em;
  border-top: 0.3rem solid var(--c_primary_light);
  border-right: 0.3rem solid var(--c_primary_light);
  display: block;
  rotate: 45deg;
}
.guide-sec > .wrapper > .inner .btn-wrap .btn.guide-def[href*=".pdf"] {
  color: var(--c_white);
  background: linear-gradient(-90deg, #007474, #009242);
  border: none;
}
.guide-sec > .wrapper > .inner .btn-wrap .btn.guide-def[href*=".pdf"]::after {
  content: "PDFダウンロード";
  font-size: 1.2rem;
  border-radius: 100vw;
  color: var(--c_txt);
  background: var(--c_white);
  padding: 0.5lh 1lh;
}
.guide-sec > .wrapper > .inner .guide-list {
  border-top: 0.1rem solid var(--bdr_gray_pale);
  border-bottom: 0.1rem solid var(--bdr_gray_pale);
  display: flex;
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: baseline;
  gap: 1lh;
  margin: 2em auto 0;
  padding: 1em 0;
}
.guide-sec > .wrapper > .inner .guide-list:first-child {
  margin-top: 0;
}
.guide-sec > .wrapper > .inner .guide-list li a {
  font-size: 1.4rem;
  font-weight: 500;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 0.5em;
}
.guide-sec > .wrapper > .inner .guide-list li a .icon-arrowhead {
  width: 1lh;
  height: 1lh;
  background: var(--c_primary_light);
  border-radius: 100vw;
  position: relative;
}
.guide-sec > .wrapper > .inner .guide-list li a .icon-arrowhead::before {
  content: "";
  width: 0.5em;
  height: 0.5em;
  border-top: 0.2rem solid var(--c_white);
  border-right: 0.2rem solid var(--c_white);
  position: absolute;
  top: 50%;
  left: 50%;
  translate: calc(-50% - 0.05em) -50%;
  rotate: 45deg;
}
.guide-sec > .wrapper > .inner .guide-list li a[href*=".pdf"]::after {
  content: "PDF";
  font-size: 1rem;
  font-weight: 700;
  border-radius: 100vw;
  color: var(--c_txt);
  background: var(--bg_base);
  padding: 0.25lh 1lh;
}
.guide-sec .guide-bg-img {
  width: 100%;
  height: 35rem;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  overflow: hidden;
}
.guide-sec .guide-bg-img::after {
  content: "";
  width: 100%;
  height: 100%;
  background: var(--c_txt);
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0.5;
  mix-blend-mode: multiply;
}

.front-sec-tour {
  background: var(--bg_base);
}
.front-sec-tour .sec-ttl-wrap {
  min-height: 54.5rem;
  background: url(../img/dummy/front/tour_banner@2x.png) no-repeat center/cover;
  padding: 10rem 1rem 10rem;
  position: relative;
}
@media all and (max-width: 1023px) {
  .front-sec-tour .sec-ttl-wrap {
    min-height: auto;
    padding: 5rem 1rem;
  }
}
.front-sec-tour .sec-ttl-wrap::before {
  content: "";
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, #0092AD, #007474);
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  opacity: 0.5;
  mix-blend-mode: multiply;
}
.front-sec-tour .sec-ttl-wrap .sec-ttl {
  position: relative;
}
.front-sec-tour .sec-ttl-wrap .sec-ttl span.ja {
  font-size: 4.8rem;
  font-weight: 700;
}
@media all and (max-width: 1023px) {
  .front-sec-tour .sec-ttl-wrap .sec-ttl span.ja {
    font-size: 2rem;
  }
}
.front-sec-tour .wrapper {
  max-width: 108rem;
  margin: 0 auto;
  padding: 2em 0 3em;
}
@media all and (max-width: 1023px) {
  .front-sec-tour .wrapper {
    padding: 2em 1rem 3em;
  }
}
.front-sec-tour .wrapper .txt-wrap p {
  font-size: 2.2rem;
  font-weight: 500;
  text-align: center;
}
@media all and (max-width: 1023px) {
  .front-sec-tour .wrapper .txt-wrap p {
    font-size: 1.6rem;
  }
}
.front-sec-tour .wrapper .btn-wrap {
  margin-top: 1em;
}
.front-sec-tour .wrapper .btn-wrap .btn {
  width: 100%;
  max-width: 36rem;
  font-size: 2.4rem;
  font-weight: 700;
  color: var(--c_white);
  background: var(--c_txt);
}
@media all and (max-width: 1023px) {
  .front-sec-tour .wrapper .btn-wrap .btn {
    font-size: 1.6rem;
  }
}

.sec-ttl-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
}
.sec-ttl-wrap .sec-ttl {
  display: flex;
  flex-flow: column-reverse;
  justify-content: center;
  align-items: center;
}
.sec-ttl-wrap .sec-ttl.c-white {
  color: var(--c_white);
}
.sec-ttl-wrap .sec-ttl.c-primary {
  color: var(--c_primary);
}
.sec-ttl-wrap .sec-ttl .ja {
  font-size: 1.7rem;
  letter-spacing: 0.24em;
}
@media all and (max-width: 1023px) {
  .sec-ttl-wrap .sec-ttl .ja {
    font-size: 1.6rem;
  }
}
.sec-ttl-wrap .sec-ttl .en {
  font-family: var(--f_libreFranklin);
  font-size: 5.7rem;
  letter-spacing: 0.07em;
}
@media all and (max-width: 1023px) {
  .sec-ttl-wrap .sec-ttl .en {
    font-size: 2.5rem;
  }
}
.sec-ttl-wrap .sec-ttl.simple span {
  font-size: 2.3rem;
  font-weight: 700;
}

@keyframes amineBound {
  0% {
    translate: 0 -25%;
  }
  10% {
    translate: 0 0;
  }
  100% {
    translate: 0 -25%;
  }
}
/*# sourceMappingURL=maps/front.css.map */
