/* Common */
.fc-white {
  color: #fff;
}

.ta-center {
  text-align: center;
}

.fw-bold {
  font-weight: 700;
}

.mt-1rem {
  margin-top: 1rem;
}

a.link-underline {
  text-decoration: underline;
}

.subtitle-anim > span {
  position: relative;
  display: inline-block;
  padding: 8px;
  font-weight: 700;
  font-size: 32px;
  font-size: clamp(20px, 2.2vw, 32px);
  color: #fff;
}
.subtitle-anim > span.is-anim :before {
  -webkit-animation: bg 2.6s cubic-bezier(0.22, 1, 0.36, 1) forwards;
          animation: bg 2.6s cubic-bezier(0.22, 1, 0.36, 1) forwards;
  background: -webkit-gradient(linear, left top, right top, from(#439DFF), to(#3071B7));
  background: linear-gradient(90deg, #439DFF 0%, #3071B7 100%);
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transform-origin: left center;
          transform-origin: left center;
  z-index: -1;
}
.subtitle-anim > span + span {
  margin: 12px 0 0;
}

@-webkit-keyframes bg {
  0% {
    opacity: 0;
    -webkit-transform: scaleX(0) translateX(-5%);
            transform: scaleX(0) translateX(-5%);
  }
  30% {
    -webkit-transform: scaleX(1) translateX(0);
            transform: scaleX(1) translateX(0);
  }
  100% {
    -webkit-transform: scaleX(1) translateX(0);
            transform: scaleX(1) translateX(0);
  }
  30%, 100% {
    opacity: 1;
  }
}

@keyframes bg {
  0% {
    opacity: 0;
    -webkit-transform: scaleX(0) translateX(-5%);
            transform: scaleX(0) translateX(-5%);
  }
  30% {
    -webkit-transform: scaleX(1) translateX(0);
            transform: scaleX(1) translateX(0);
  }
  100% {
    -webkit-transform: scaleX(1) translateX(0);
            transform: scaleX(1) translateX(0);
  }
  30%, 100% {
    opacity: 1;
  }
}
/* A Modern CSS Reset */
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body,
h1,
h2,
h3,
h4,
p,
figure,
blockquote,
dl,
dd {
  margin: 0;
  font-weight: 400;
}

ul[role=list],
ol[role=list] {
  list-style: none;
}

html {
  scroll-behavior: smooth;
}

body {
  min-height: 100vh;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
}

a:not([class]) {
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
}

img,
picture {
  max-width: 100%;
  display: block;
}

input,
button,
textarea,
select {
  font: inherit;
}
body {
  font-family: "Noto Sans JP", sans-serif;
  word-wrap: break-word;
  overflow-wrap: break-word;
  color: #000;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.6;
  letter-spacing: 0.1em;
}
body::-webkit-scrollbar {
  display: none;
}

main.lower {
  padding: 158px 0 0;
}

a {
  text-decoration: none;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  color: inherit;
}

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

ol.list-decimal {
  list-style-type: decimal;
  list-style-position: inside;
}
ol.list-brackets li {
  list-style-type: none;
  counter-increment: cnt;
}
ol.list-brackets li:before {
  content: "(" counter(cnt) ") ";
}

button {
  cursor: pointer;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border: none;
  background: none;
  padding: 0;
}

a.txt-link {
  color: #4A88ED;
}
a.link-underline {
  text-decoration: underline;
}

.txt-link {
  color: #4A88ED;
}

b,
strong,
.bold {
  font-weight: 700;
}

ul,
ol {
  padding: 0;
  margin: 0;
  list-style: none;
}

.aligncenter {
  margin: 0 auto;
}

.ta-center {
  text-align: center;
}

_:lang(x)::-ms-backdrop,
body {
  font-family: "Segoe UI", Meiryo, sans-serif;
}

.spOnly {
  display: none;
}

.spTabOnly {
  display: none;
}

.js-anim {
  opacity: 0;
  -webkit-transition: all 1s;
  transition: all 1s;
}
.js-anim.is-anim {
  opacity: 1;
}

.is-hidden {
  display: none;
}

/* Components */
/* Common */
header {
  position: sticky;
  width: 100%;
  top: 0;
  padding: 26px 0;
  background: #fff;
  z-index: 999;
}
header .header-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 40px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
header .header-inner .header-bg {
  display: none;
}
header .header-inner .header-logo {
  max-width: 238px;
  width: 17.5%;
}
header .header-inner .header-nav {
  position: relative;
  width: 76.1764705882%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4%;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
header .header-inner .header-nav .nav-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  line-height: 3.428;
}
header .header-inner .header-nav .nav-list > li {
  font-size: 14px;
  letter-spacing: 0;
}
header .header-inner .header-nav .nav-list > li + li {
  margin-left: 23px;
}
header .header-inner .header-nav .nav-list > li.nav-item__entry {
  position: relative;
  width: 144px;
  margin-left: 32px;
  padding-top: 27px;
}
header .header-inner .header-nav .nav-list > li.nav-item__entry:before {
  position: absolute;
  width: 119px;
  height: 23px;
  top: 0;
  left: calc((100% - 119px) / 2);
  background-image: url(../images/common/btn-entry_shoulder.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
}
header .header-inner .header-nav .nav-list > li.nav-item__entry > a {
  display: block;
  background: -webkit-gradient(linear, left top, right top, from(#73BF47), color-stop(50%, #0DA87C), to(#73BF47));
  background: linear-gradient(90deg, #73BF47 0%, #0DA87C 50%, #73BF47 100%);
  background-size: 200% 100%;
  background-position: right center;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  border-radius: 4px;
}
header .header-inner .header-nav .nav-list > li.nav-item__entry > a > span {
  display: block;
  padding-top: 33.3333333333%;
  background-image: url(../images/common/btn-entry.svg);
  font-size: 0;
  background-size: 77.7777777778% auto;
  background-position: center;
  background-repeat: no-repeat;
}
header .header-inner .header-nav .nav-list > li.nav-item__ig {
  position: relative;
  width: 180px;
  margin-left: 8px;
  padding-top: 27px;
}
header .header-inner .header-nav .nav-list > li.nav-item__ig:before {
  position: absolute;
  width: 85px;
  height: 23px;
  top: 0;
  left: calc((100% - 85px) / 2);
  background-image: url(../images/common/btn-ig_shoulder.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
}
header .header-inner .header-nav .nav-list > li.nav-item__ig > a {
  display: block;
  background: #000;
  border-radius: 4px;
}
header .header-inner .header-nav .nav-list > li.nav-item__ig > a > span {
  display: block;
  padding-top: 26.6666666667%;
  background-image: url(../images/common/btn-ig.svg);
  font-size: 0;
  background-size: 80% auto;
  background-position: center;
  background-repeat: no-repeat;
}
header .header-entry__sp {
  width: 120px;
  margin-left: auto;
}
header .header-entry__sp > span {
  display: block;
  padding-top: 48px;
  background-image: url(../images/common/header-entry_sp.png);
  background-size: contain;
  background-repeat: no-repeat;
  font-size: 0;
}
header .hamburger {
  display: none;
}
header.is-opened .header-bg {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, 0.3);
}
header.is-opened .nav-list li a {
  position: relative;
  display: block;
}
header.is-opened .hamburger {
  background-image: url(../images/common/icon-hamburger_close.svg);
  z-index: 90;
}

.footer {
  padding: 40px 0;
}

.footer .footer-main {
  max-width: 1320px;
  margin: 0 auto;
  padding: 0 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-weight: 400;
  font-size: 14px;
  letter-spacing: 0;
  color: #4B5563;
}

.footer .footer-main > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.footer .footer-main > ul > li + li {
  position: relative;
  padding-left: 1rem;
}

.footer .footer-main > ul > li + li:before {
  position: absolute;
  left: 0.4rem;
  content: "|";
}

/* Common */
.cta {
  position: relative;
  padding: 80px 0 190px;
  background: -webkit-gradient(linear, left top, right top, from(#439DFF), to(#3071B7));
  background: linear-gradient(90deg, #439DFF 0%, #3071B7 100%);
  border-radius: 80px 0 80px 0;
  z-index: 1;
  overflow: hidden;
}
.cta:before {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  mix-blend-mode: multiply;
  background-image: url(../images/common/cta-bg.png);
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: center bottom 80px;
  z-index: -1;
  content: "";
}
.cta .cta-text {
  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;
  text-align: center;
  color: #fff;
}
.cta .cta-text__shoulder {
  display: inline-block;
  padding: 8.8px 22px;
  color: #3071B7;
  background: #fff;
  border-radius: 30px;
  font-weight: 700;
  font-size: 24px;
  letter-spacing: 0.05em;
}
.cta .cta-text__main {
  position: relative;
  margin: 30px auto 0;
  font-weight: 700;
  font-size: 48px;
  line-height: 1;
}
.cta .cta-text__main:after {
  position: absolute;
  width: 299px;
  height: 155px;
  top: -126px;
  left: -190px;
  background-image: url(../images/common/cta-text_entry.png);
  background-repeat: no-repeat;
  background-size: contain;
  z-index: -1;
  content: "";
}
.cta .cta-text__sub {
  margin: 20px auto 0;
  font-weight: 700;
}
.cta .cta-btn {
  width: 160px;
  margin: 32px auto 0;
}
.cta .cta-btn > a {
  display: block;
  width: 100%;
  background: -webkit-gradient(linear, left top, right top, from(#73BF47), color-stop(50%, #0DA87C), to(#73BF47));
  background: linear-gradient(90deg, #73BF47 0%, #0DA87C 50%, #73BF47 100%);
  background-size: 200% 100%;
  background-position: right center;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  -webkit-box-shadow: 0px 16px 32px -8px rgba(12, 12, 13, 0.4);
          box-shadow: 0px 16px 32px -8px rgba(12, 12, 13, 0.4);
  border-radius: 50%;
}
.cta .cta-btn > a > span {
  display: block;
  padding-top: 100%;
  background-image: url(../images/common/cta-btn-entry.svg);
  background-size: contain;
  background-position: center;
  font-size: 0;
  -webkit-transform: none;
          transform: none;
}

.interview-modal {
  position: relative;
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 80px 0;
  background: #E3E6EA;
  z-index: 999;
  overflow: auto;
}
.interview-modal.is-show {
  display: block;
}

.interview-modal .interview-modal__inner {
  max-width: 1244px;
  padding: 0 24px;
  margin: 0 auto;
}

.interview-modal .interview-column {
  position: relative;
  max-width: 880px;
  margin: 0 auto;
  opacity: 0;
  -webkit-transform: translateY(30px);
          transform: translateY(30px);
  -webkit-transition: opacity 0.6s ease, -webkit-transform 0.6s ease;
  transition: opacity 0.6s ease, -webkit-transform 0.6s ease;
  transition: opacity 0.6s ease, transform 0.6s ease;
  transition: opacity 0.6s ease, transform 0.6s ease, -webkit-transform 0.6s ease;
}

.interview-modal .interview-column.is-show {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.interview-modal .interview-column + .interview-column {
  margin: 16px auto 0;
}

.interview-modal .interview-column > p {
  font-size: 12px;
}

.interview-modal .interview-column > div {
  margin: 8px 0 0;
  padding: 24px;
  font-size: 16px;
  letter-spacing: 0;
  background: #fff;
  border-radius: 40px 0 40px 40px;
}
.interview-modal .interview-column.is-interviewer {
  padding-left: 106px;
}
.interview-modal .interview-column.is-interviewer::before {
  position: absolute;
  top: 0;
  left: 9px;
  width: 80px;
  height: 80px;
  background-image: url(../images/modal/icon-interviewer.png);
  background-size: contain;
  content: "";
}
.interview-modal .interview-column.is-interviewer > div {
  background: -webkit-gradient(linear, left top, right top, from(#439DFF), to(#3071B7));
  background: linear-gradient(90deg, #439DFF 0%, #3071B7 100%);
  color: #fff;
  font-weight: 700;
  letter-spacing: 0.1em;
  border-radius: 0 40px 40px 40px;
}
.interview-modal .interview-column.is-watanabe,
.interview-modal .interview-column.is-yoshida,
.interview-modal .interview-column.is-suzuki {
  padding-right: 104px;
}
.interview-modal .interview-column.is-watanabe > p,
.interview-modal .interview-column.is-yoshida > p,
.interview-modal .interview-column.is-suzuki > p {
  text-align: right;
}

.interview-modal .interview-column.is-watanabe::before,
.interview-modal .interview-column.is-yoshida::before,
.interview-modal .interview-column.is-suzuki::before {
  position: absolute;
  top: 0;
  right: 0;
  width: 80px;
  height: 80px;
  background-size: contain;
  content: "";
}
.interview-modal .interview-column.is-watanabe::before {
  background-image: url(../images/modal/icon-watanabe.png);
}

.interview-modal .interview-column.is-yoshida::before {
  background-image: url(../images/modal/icon-yoshida.png);
}

.interview-modal .interview-column.is-suzuki::before {
  background-image: url(../images/modal/icon-suzuki.png);
}

.interview-modal .interview-modal-close {
  position: fixed;
  width: 96px;
  height: 96px;
  top: 0;
  right: 0;
  background-image: url(../images/modal/icon-close.png);
  background-size: contain;
  background-repeat: no-repeat;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  cursor: pointer;
}
/* Common */
.movie-banner {
  position: fixed;
  top: 20%;
  right: 0;
  background: rgba(33, 36, 43, 0.6980392157);
  backdrop-filter: blur(10px);
  padding: 24px;
  border-radius: 24px 0 0 24px;
  z-index: 10;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.movie-banner .movie-banner-thumb {
  position: relative;
  max-width: 240px;
}
.movie-banner .movie-banner-thumb > span {
  display: block;
  width: 100%;
  padding-top: 56.25%;
  background-image: url(../images/movie/thumb-movie.jpg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.movie-banner .movie-banner-thumb:before {
  position: absolute;
  width: 48px;
  height: 48px;
  top: calc((100% - 48px) / 2);
  left: calc((100% - 48px) / 2);
  background-image: url(../images/movie/icon-play.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  content: "";
}
.movie-banner .movie-banner-text {
  margin: 16px 0 0;
  color: #fff;
  font-family: "Zen Maru Gothic", serif;
  font-weight: 700;
  font-size: 14px;
  line-height: 1;
}
.movie-banner.is-min {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  top: 40%;
  right: 16px;
  -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;
  padding: 16px;
  border-radius: 48px;
}
.movie-banner.is-min .movie-banner-thumb {
  position: relative;
  width: 64px;
}
.movie-banner.is-min .movie-banner-thumb > span {
  display: block;
  width: 100%;
  padding-top: 100%;
  background-image: url(../images/movie/icon-movie.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.movie-banner.is-min .movie-banner-thumb:before {
  display: none;
}
.movie-banner.is-min .movie-banner-text {
  position: relative;
  margin: 6px 0 0;
  padding-bottom: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  gap: 6px;
}
.movie-banner.is-min .movie-banner-text:before {
  position: absolute;
  width: 48px;
  height: 48px;
  bottom: 0;
  left: calc((100% - 48px) / 2);
  background-image: url(../images/movie/icon-play_white.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  content: "";
}

.movie-modal {
  position: relative;
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 80px 0;
  background: #E3E6EA;
  z-index: 999;
  overflow: auto;
}
.movie-modal.is-show {
  display: block;
}
.movie-modal .movie-modal-inner {
  max-width: 1160px;
  margin: 0 auto;
  padding: 0 20px;
}
.movie-modal .movie-modal-data {
  text-align: center;
}
.movie-modal .movie-modal-data video {
  max-width: 100%;
  max-height: 90vh;
}
.movie-modal .movie-modal-close {
  position: fixed;
  width: 96px;
  height: 96px;
  top: 0;
  right: 0;
  background-image: url(../images/modal/icon-close.png);
  background-size: contain;
  background-repeat: no-repeat;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  cursor: pointer;
}

/* Pages */
/* Common */
#top .mv {
  overflow: hidden;
}
#top .mv .mv-text {
  padding: 64px 0 0;
}
#top .mv .mv-text .mv-text-inner {
  max-width: 1160px;
  margin: 0 auto;
  padding: 0 20px;
}
#top .mv .mv-text p {
  display: block;
  font-weight: 700;
  font-size: 70px;
  line-height: 1;
  opacity: 0;
}
#top .mv .mv-text p + p {
  margin: 40px 0 0;
}
#top .mv .mv-text p > span {
  position: relative;
}
#top .mv .mv-text p > span:before {
  position: absolute;
  width: 120%;
  height: 118%;
  top: -1%;
  left: -13%;
  background-image: url(../images/top/mv-text-deco.svg);
  background-size: contain;
  background-repeat: no-repeat;
  z-index: -1;
  content: "";
}
#top .mv .mv-text p.is-anim {
  -webkit-animation: slideIn 1s cubic-bezier(0.25, 1, 0.5, 1) forwards;
          animation: slideIn 1s cubic-bezier(0.25, 1, 0.5, 1) forwards;
}
@-webkit-keyframes slideIn {
  0% {
    -webkit-transform: translateX(180px);
            transform: translateX(180px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  40%, 100% {
    opacity: 1;
  }
}
@keyframes slideIn {
  0% {
    -webkit-transform: translateX(180px);
            transform: translateX(180px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  40%, 100% {
    opacity: 1;
  }
}
#top .mv .mv-slider {
  padding: 64px 0 60px;
}
#top .mv .mv-slider .mv-slider-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#top .mv .mv-slider .swiper-wrapper {
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
}
#top .message {
  position: relative;
  padding: 120px 0;
  background-image: url(../images/top/message-title_bg.svg);
  background-repeat: no-repeat;
  background-size: 35.80625% auto;
  background-position: top 17% left;
  border-radius: 0 0 80px 0;
  background-color: #fff;
}
#top .message:before {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: -webkit-gradient(linear, left top, right top, from(#439DFF), to(#3071B7));
  background: linear-gradient(90deg, #439DFF 0%, #3071B7 100%);
  z-index: -1;
  content: "";
}
#top .message .message-inner {
  max-width: 1480px;
  margin: 0 auto;
  padding: 0 20px;
  z-index: 1;
}
#top .message .message-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#top .message .message-title {
  width: 540px;
}
#top .message .message-title h2 {
  font-weight: 700;
  font-size: 48px;
  line-height: 1;
  color: #3071B7;
}
#top .message .message-title p {
  margin: 40px 0 0;
  font-weight: 700;
  font-size: 25px;
  line-height: 1;
}
#top .message .message-text {
  max-width: 540px;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.6;
  letter-spacing: 0;
}
#top .about {
  position: relative;
  padding: 120px 0;
  background: -webkit-gradient(linear, left top, right top, from(#439DFF), to(#3071B7));
  background: linear-gradient(90deg, #439DFF 0%, #3071B7 100%);
  border-radius: 80px 0 80px 0;
  overflow: hidden;
}
#top .about .about-bg {
  position: absolute;
  width: 30%;
  top: 16px;
  right: 7px;
  -webkit-transform: rotate(-8deg);
          transform: rotate(-8deg);
}
#top .about .about-bg > span {
  display: block;
  padding-top: 50.2506648067%;
  background-image: url(../images/top/about-title_bg.svg);
  font-size: 0;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
#top .about .about-inner {
  position: relative;
  max-width: 1160px;
  margin: 0 auto;
  padding: 0 20px;
  z-index: 1;
}
#top .about .about-title {
  position: relative;
  font-family: "Figtree", sans-serif;
  font-weight: 700;
  font-size: 48px;
  font-size: clamp(24px, 4.6vw, 48px);
  color: #fff;
  text-align: center;
}
#top .about .about-title span.fc-blue {
  color: #3071B7;
}
#top .about .about-image {
  margin: 60px 0 0;
}
#top .about .about-text {
  margin: 60px 0 0;
  text-align: center;
  color: #fff;
}
#top .about .about-text__main {
  font-weight: 700;
  font-size: 24px;
  letter-spacing: 0;
}
#top .about .about-text__sub {
  margin: 20px 0 0;
  letter-spacing: 0;
}
#top .reason {
  position: relative;
  padding: 120px 0;
  border-radius: 80px 0 80px 0;
  background: #fff;
}
#top .reason .reason-inner {
  position: relative;
  z-index: 1;
}
#top .reason:before {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: -webkit-gradient(linear, left top, right top, from(#439DFF), to(#3071B7));
  background: linear-gradient(90deg, #439DFF 0%, #3071B7 100%);
  z-index: -1;
  content: "";
}
#top .reason .reason-title {
  position: relative;
  font-family: "Figtree", sans-serif;
  font-weight: 700;
  font-size: 48px;
  font-size: clamp(24px, 4.6vw, 48px);
  color: #21242B;
  text-align: center;
}
#top .reason .reason-title span.fc-blue {
  color: #3071B7;
}
#top .reason .reason-career {
  margin: 64px 0 0;
}
#top .reason .reason-career .reason-career-inner {
  max-width: 1120px;
  margin: 0 auto;
}
#top .reason .reason-career .reason-career-title {
  position: relative;
  font-weight: 700;
  font-size: 24px;
  color: #3071B7;
  text-align: center;
}
#top .reason .reason-career .reason-career-title > span {
  position: relative;
  display: inline-block;
  padding: 0 40px;
  background: #fff;
  z-index: 1;
}
#top .reason .reason-career .reason-career-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 64px 0 0;
  gap: 40px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
#top .reason .reason-career .reason-career-list .reason-career-item {
  padding: 32px 16px;
  background: #F4F6F7;
  border-radius: 8px;
}
#top .reason .reason-career .reason-career-list .reason-career-item > div {
  max-width: 76.1904761905%;
  margin: 0 auto;
}
#top .reason .reason-career .reason-career-list .reason-career-item:nth-of-type(2) {
  margin-top: 64px;
}
#top .reason .reason-career .reason-career-list .reason-career-item:nth-of-type(3) {
  margin-top: 128px;
}
#top .reason .reason-career .reason-career-list .reason-career-item > p {
  text-align: center;
}
#top .reason .reason-career .reason-career-list .reason-career-item > p:first-of-type {
  margin: 20px 0 0;
  font-weight: 700;
  font-size: 20px;
  font-size: clamp(16px, 5.129vw, 20px);
}
#top .reason .reason-career .reason-career-list .reason-career-item > p:last-of-type {
  margin: 12px 0 0;
  letter-spacing: 0;
}
#top .reason .reason-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 1440px;
  margin: 64px auto 0;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5.5555555556%;
}
#top .reason .reason-item .reason-text__main {
  margin: 40px 0 0;
}
#top .reason .reason-item .reason-text__main > p {
  letter-spacing: 0;
}
#top .reason .reason-item .reason-text__main > p + p {
  margin: 24px 0 0;
}
#top .reason .reason-item .reason-text {
  width: 56.9444444444%;
  padding-left: 11.1111111111%;
}
#top .reason .reason-item.is-reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
#top .reason .reason-item.is-reverse .reason-text {
  padding-right: 11.1111111111%;
  padding-left: 0;
}
#top .reason .reason-item .reason-image {
  position: relative;
  width: 37.5%;
}
#top .reason .reason-item .reason-image:after {
  position: absolute;
  width: 100%;
  height: 110%;
  top: 0;
  left: 0;
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-size: contain;
  mix-blend-mode: multiply;
  content: "";
}
#top .reason .reason-item.item01 .reason-image:after {
  width: 107%;
  background-image: url(../images/top/reason-item_text01.png);
  left: -7%;
  background-position: left bottom;
}
#top .reason .reason-item.item02 .reason-image:after {
  width: 114%;
  right: -14%;
  background-image: url(../images/top/reason-item_text02.png);
  background-position: right bottom;
}
#top .reason .reason-item.item03 .reason-image:after {
  width: 106%;
  left: -6%;
  background-image: url(../images/top/reason-item_text03.png);
  background-position: left bottom;
}
#top .reason .reason-bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 70px 0 0;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#top .reason .reason-bottom > div:first-of-type {
  width: 42.7777777778%;
}
#top .reason .reason-bottom > div:last-of-type {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 51.6666666667%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#top .reason .reason-bottom > div:last-of-type > p {
  width: 59.1397849462%;
  font-weight: 700;
  font-size: 24px;
  font-size: clamp(16px, 1.6vw, 24px);
}
#top .reason .reason-bottom > div:last-of-type > div {
  width: 32.2580645161%;
}
#top .charmpoints {
  position: relative;
  padding: 120px 0;
  border-radius: 80px 0 80px 0;
  background: #fff;
}
#top .charmpoints:before {
  position: absolute;
  width: 100%;
  height: 50%;
  top: 0;
  left: 0;
  background: -webkit-gradient(linear, left top, right top, from(#439DFF), to(#3071B7));
  background: linear-gradient(90deg, #439DFF 0%, #3071B7 100%);
  z-index: -1;
  content: "";
}
#top .charmpoints:after {
  position: absolute;
  width: 100%;
  height: 50%;
  right: 0;
  bottom: 0;
  background: #E3E6EA;
  z-index: -1;
  content: "";
}
#top .charmpoints .charmpoints-bg {
  position: absolute;
  width: 6.6666666667%;
  top: 0;
  left: 0;
  border-radius: 80px 0 0 0;
  overflow: hidden;
}
#top .charmpoints .charmpoints-bg > span {
  display: block;
  padding-top: 925%;
  background-image: url(../images/top/charmpoints-bg.svg);
  font-size: 0;
  background-size: contain;
  background-position: center;
}
#top .charmpoints .charmpoints-inner {
  max-width: 1480px;
  margin: 0 auto;
  padding: 0 20px;
}
#top .charmpoints .charmpoints-title {
  position: relative;
  font-family: "Figtree", sans-serif;
  font-weight: 700;
  font-size: 48px;
  font-size: clamp(24px, 4.6vw, 48px);
  color: #21242B;
  text-align: center;
}
#top .charmpoints .charmpoints-title span.fc-blue {
  color: #3071B7;
}
#top .charmpoints .charmpoints-item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 60px 0 0;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 40px;
}
#top .charmpoints .charmpoints-item:nth-of-type(even) {
  margin: 60px 0 0;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
#top .charmpoints .charmpoints-item .charmpoints-image {
  width: 37.5%;
}
#top .charmpoints .charmpoints-item .charmpoints-text {
  width: 37.5%;
}
#top .charmpoints .charmpoints-item .charmpoints-text__main {
  padding-bottom: 14px;
  font-weight: 700;
  font-size: 32px;
  font-size: clamp(20px, 2.2vw, 32px);
  line-height: 1.6;
  border-bottom: 1px solid #3071B7;
}
#top .charmpoints .charmpoints-item .charmpoints-text__sub {
  margin: 40px 0 0;
  letter-spacing: 0;
}
#top .charmpoints .charmpoints-case {
  max-width: 1120px;
  margin: 40px auto 0;
  padding: 40px;
  background: #E3E6EA;
  border-radius: 12px;
}
#top .charmpoints .charmpoints-case .charmpoints-case-inner {
  max-width: 992px;
  margin: 0 auto;
}
#top .charmpoints .charmpoints-case .charmpoints-case-title {
  width: 100%;
}
#top .charmpoints .charmpoints-case .charmpoints-case-title > span {
  display: block;
  padding-top: 6.6125915897%;
  background-image: url(../images/top/charmpoints-case-title.png);
  font-size: 0;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
#top .charmpoints .charmpoints-case .charmpoints-case-example {
  margin: 40px 0 0;
}
#top .charmpoints .charmpoints-case .charmpoints-case-example .charmpoints-case-example__title {
  padding: 8px;
  background: #A5AFBB;
  font-weight: 700;
  text-align: center;
}
#top .charmpoints .charmpoints-case .charmpoints-case-example .charmpoints-case-example__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 40px 0 0;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 40px;
}
#top .charmpoints .charmpoints-case .charmpoints-case-example .charmpoints-case-example__list > li {
  width: 45.9677419355%;
}
#top .charmpoints .charmpoints-case .charmpoints-case-example .charmpoints-case-example__list > li:nth-of-type(n+3) {
  width: 100%;
}
#top .charmpoints .charmpoints-case .charmpoints-case-example .charmpoints-case-example__list > li > dl > dt {
  position: relative;
  padding-left: 28px;
  font-weight: 700;
}
#top .charmpoints .charmpoints-case .charmpoints-case-example .charmpoints-case-example__list > li > dl > dt:before {
  position: absolute;
  width: 20px;
  height: 20px;
  top: calc((100% - 20px) / 2);
  left: 0;
  border: 1px solid #21242B;
  border-radius: 50%;
  content: "";
}
#top .charmpoints .charmpoints-case .charmpoints-case-example .charmpoints-case-example__list > li > dl > dt + dd {
  margin: 20px 0 0;
  letter-spacing: 0;
}
#top .growth-stable {
  position: relative;
  padding: 120px 0;
  background: #E3E6EA;
  border-radius: 80px 0 80px 0;
}
#top .growth-stable .growth-stable-title {
  position: relative;
  font-family: "Figtree", sans-serif;
  font-weight: 700;
  font-size: 48px;
  font-size: clamp(24px, 4.6vw, 48px);
  color: #21242B;
  text-align: center;
}
#top .growth-stable .growth-stable-title span.fc-blue {
  color: #3071B7;
}
#top .growth-stable .growth-stable-title > span {
  position: relative;
  padding-right: 56px;
}
#top .growth-stable .growth-stable-title > span:after {
  position: absolute;
  width: 42px;
  height: 61px;
  top: -2px;
  right: 0;
  background-image: url(../images/top/growth-stable-title-deco.png);
  background-size: contain;
  background-repeat: no-repeat;
  content: "";
}
#top .growth-stable .growth-stable-subtitle {
  position: relative;
  padding: 40px;
  font-weight: 700;
  font-size: 32px;
  font-size: clamp(20px, 2.2vw, 32px);
}
#top .growth-stable .growth-stable-subtitle:before {
  position: absolute;
  width: 32px;
  height: 32px;
  top: calc((100% - 32px) / 2);
  left: 0;
  border-radius: 50%;
  border: 1px solid #21242B;
  content: "";
}
#top .growth-stable .growth-stable-subtitle:after {
  position: absolute;
  width: 100%;
  height: 1px;
  top: 0;
  left: 0;
  background: #3071B7;
  content: "";
}
#top .growth-stable .growth-stable-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 24px;
  background: #fff;
  gap: 16px;
  border-radius: 8px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#top .growth-stable .growth-stable-item:nth-of-type(even) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
#top .growth-stable .growth-stable-item .growth-stable-item__text {
  width: 46.9230769231%;
}
#top .growth-stable .growth-stable-item .growth-stable-item__text .growth-stable-item__title {
  position: relative;
  padding-left: 66px;
  font-weight: 700;
  font-size: 24px;
  font-size: clamp(16px, 1.6vw, 24px);
}
#top .growth-stable .growth-stable-item .growth-stable-item__text .growth-stable-item__title:before {
  position: absolute;
  height: 40px;
  top: calc((100% - 40px) / 2);
  left: 0;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  content: "";
}
#top .growth-stable .growth-stable-item .growth-stable-item__text .growth-stable-item__title + p {
  margin: 16px 0 0;
  letter-spacing: 0;
}
#top .growth-stable .growth-stable-item .growth-stable-item__text .growth-stable-item__title.is-first:before {
  width: 50px;
  background-image: url(../images/top/growth-stable-number01.png);
}
#top .growth-stable .growth-stable-item .growth-stable-item__text .growth-stable-item__title.is-second:before {
  width: 59px;
  background-image: url(../images/top/growth-stable-number02.png);
}
#top .growth-stable .growth-stable-item .growth-stable-item__text .growth-stable-item__title.is-third:before {
  width: 55px;
  background-image: url(../images/top/growth-stable-number03.png);
}
#top .growth-stable .growth-stable-item .growth-stable-item__image {
  width: 46.9230769231%;
  border-radius: 8px;
  overflow: hidden;
}
#top .growth-stable .growth-stable-item + .growth-stable-item {
  margin: 24px 0 0;
}
#top .growth-stable .sec-growth {
  position: relative;
  margin: 60px 0 0;
  padding-right: 11.1111111111%;
  padding-left: 16.6666666667%;
}
#top .growth-stable .sec-stable {
  position: relative;
  margin: 60px 0 0;
  padding-left: 11.1111111111%;
  padding-right: 16.6666666667%;
}
#top .growth-stable .growth-stable-fixed-title {
  position: sticky;
  top: 0;
  width: 13.8888888889%;
  padding-top: 127px;
  margin-top: -127px;
}
#top .growth-stable .growth-stable-fixed-title > span {
  display: block;
  padding-top: 200%;
  font-size: 0;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
#top .growth-stable .growth-stable-fixed-title.is-growth {
  float: left;
  margin-left: -23.2%;
}
#top .growth-stable .growth-stable-fixed-title.is-growth > span {
  background-image: url(../images/top/growth-fixed-title.png);
}
#top .growth-stable .growth-stable-fixed-title.is-stable {
  float: right;
  margin-right: -23.2%;
}
#top .growth-stable .growth-stable-fixed-title.is-stable > span {
  background-image: url(../images/top/stable-fixed-title.png);
}
#top .interview {
  position: relative;
  padding: 120px 0 56px;
  background-image: url(../images/top/interview-title_bg.svg);
  background-size: 76.1479166667% auto;
  background-position: top 48px center;
  background-repeat: no-repeat;
  background-color: #fff;
  border-radius: 80px 0 80px 0;
}
#top .interview:before {
  position: absolute;
  width: 100%;
  height: 50%;
  top: 0;
  left: 0;
  background: #E3E6EA;
  z-index: -1;
  content: "";
}
#top .interview:after {
  position: absolute;
  width: 100%;
  height: 50%;
  bottom: 0;
  right: 0;
  background: -webkit-gradient(linear, left top, right top, from(#439DFF), to(#3071B7));
  background: linear-gradient(90deg, #439DFF 0%, #3071B7 100%);
  z-index: -1;
  content: "";
}
#top .interview .interview-title {
  position: relative;
  font-family: "Figtree", sans-serif;
  font-weight: 700;
  font-size: 48px;
  font-size: clamp(24px, 4.6vw, 48px);
  color: #21242B;
  text-align: center;
}
#top .interview .interview-title span.fc-blue {
  color: #3071B7;
}
#top .interview .interview-lead {
  margin: 40px 0 0;
}
#top .interview .interview-lead .interview-lead-text {
  font-family: "Figtree", sans-serif;
  font-weight: 700;
  font-size: 32px;
  font-size: clamp(20px, 2.2vw, 32px);
  letter-spacing: 0;
  text-align: center;
}
#top .interview .interview-lead .interview-lead-image {
  max-width: 1160px;
  margin: 0 auto;
  padding: 0 20px;
  margin: 64px auto;
}
#top .interview .interview-column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
#top .interview .interview-column + .interview-column {
  margin: 40px 0 0;
}
#top .interview .interview-column .interview-text {
  width: 52.7777777778%;
  padding: 80px 0;
  padding-left: 11.1111111111%;
  padding-right: 5.5555555556%;
  background: -webkit-gradient(linear, left top, right top, from(rgba(67, 157, 255, 0.3)), to(rgba(48, 113, 183, 0.3)));
  background: linear-gradient(90deg, rgba(67, 157, 255, 0.3) 0%, rgba(48, 113, 183, 0.3) 100%);
  letter-spacing: 0;
}
#top .interview .interview-column .interview-text__strong {
  color: #3071B7;
  font-weight: 700;
  letter-spacing: 0.1em;
}
#top .interview .interview-column .interview-text__name {
  display: block;
  margin-bottom: 13px;
  font-weight: 700;
  letter-spacing: 0.1em;
}
#top .interview .interview-column .interview-text > p + p {
  margin: 1.6rem 0 0;
}
#top .interview .interview-column .interview-image {
  width: 47.2222222222%;
}
#top .interview .interview-column .interview-image > span {
  display: block;
  max-width: 576px;
  margin-left: -40px;
}
#top .interview .interview-column:nth-of-type(odd) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
#top .interview .interview-column:nth-of-type(odd) .interview-text {
  padding-right: 11.1111111111%;
  padding-left: 5.5555555556%;
}
#top .interview .interview-column:nth-of-type(odd) .interview-image {
  z-index: 1;
}
#top .interview .interview-column:nth-of-type(odd) .interview-image > span {
  margin-left: auto;
  margin-right: -40px;
}
#top .interview .interview-more {
  text-align: center;
}
#top .interview .interview-more > span {
  display: inline-block;
  width: 240px;
  margin: 40px 0 0;
  padding: 16px 24px;
  background: -webkit-gradient(linear, left top, right top, from(#439DFF), color-stop(50%, #3071B7), to(#439DFF));
  background: linear-gradient(90deg, #439DFF 0%, #3071B7 50%, #439DFF 100%);
  background-size: 200% 100%;
  background-position: left center;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  border-radius: 4px;
  letter-spacing: 0;
  cursor: pointer;
}
#top .interview .interview-more > span > span {
  position: relative;
  display: inline-block;
  font-weight: 700;
  font-size: 20px;
  font-size: clamp(16px, 5.129vw, 20px);
  color: #fff;
  padding-right: 32px;
}
#top .interview .interview-more > span > span:after {
  position: absolute;
  width: 24px;
  height: 24px;
  top: calc((100% - 24px) / 2);
  right: 0;
  background-image: url(../images/top/arrows_more_up.svg);
  background-size: contain;
  content: "";
}
#top .outline {
  padding: 100px 0 80px;
  background-image: url(../images/top/outline-title_bg.png);
  background-size: 495.9999815792px auto;
  background-position: top 10px center;
  background-repeat: no-repeat;
}
#top .outline .outline-inner {
  max-width: 1160px;
  margin: 0 auto;
  padding: 0 20px;
}
#top .outline .outline-title {
  position: relative;
  font-family: "Figtree", sans-serif;
  font-weight: 700;
  font-size: 48px;
  font-size: clamp(24px, 4.6vw, 48px);
  color: #21242B;
  text-align: center;
}
#top .outline .outline-title span.fc-blue {
  color: #3071B7;
}
#top .outline .outline-subtitle {
  margin: 42px 0 0;
  font-weight: 700;
  font-size: 32px;
  font-size: clamp(20px, 2.2vw, 32px);
  line-height: 1.6;
}
#top .outline .outline-table {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 60px 0 0;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
#top .outline .outline-table dt,
#top .outline .outline-table dd {
  padding: 32px 16px;
  border-bottom: 1px solid #21242B;
}
#top .outline .outline-table dt:first-of-type,
#top .outline .outline-table dd:first-of-type {
  border-top: 1px solid #21242B;
}
#top .outline .outline-table dt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 21.4285714286%;
  border-bottom: 1px solid #21242B;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 700;
}
#top .outline .outline-table dd {
  width: 78.5714285714%;
  border-bottom: 1px solid #21242B;
}
#top .entry {
  padding: 24px 24px 80px;
  background: -webkit-gradient(linear, left top, right top, from(#439DFF), to(#3071B7));
  background: linear-gradient(90deg, #439DFF 0%, #3071B7 100%);
  border-radius: 80px 80px 0 0;
}
#top .entry .entry-title {
  max-width: 835.29px;
  width: 100%;
  margin: 0 auto;
}
#top .entry .entry-title > span {
  display: block;
  padding-top: 15.632893965%;
  font-size: 0;
  background-image: url(../images/top/entry-title.svg);
  background-size: contain;
  background-repeat: no-repeat;
}
#top .entry .entry-content {
  max-width: 1160px;
  margin: 0 auto;
  padding: 0 20px;
  padding: 64px 20px;
  border-radius: 24px;
  background: #fff;
}
#top .entry .entry-content__inner {
  max-width: 840px;
  margin: 0 auto;
  padding: 0 20px;
}
#top .entry .entry-content .entry-lead {
  font-weight: 700;
  text-align: center;
}
#top .entry .cf7-wrap {
  margin: 40px 0 0;
}
#top .entry .cf7-wrap input,
#top .entry .cf7-wrap textarea {
  max-width: 100%;
  padding: 14px;
  border-radius: 8px;
  border: 2px solid #A5AFBB;
}
#top .entry .cf7-wrap input.wpcf7-not-valid,
#top .entry .cf7-wrap textarea.wpcf7-not-valid {
  border: 2px solid #EC0000;
}
#top .entry .cf7-wrap textarea {
  width: 100%;
  height: 120px;
}
#top .entry .cf7-wrap > label {
  display: block;
  width: 100%;
  padding: 16px 0;
  border-bottom: 1px solid #A5AFBB;
}
#top .entry .cf7-wrap > label > span {
  font-weight: 500;
  font-size: 14px;
}
#top .entry .cf7-wrap > label > span .required {
  margin-left: 8px;
  color: #EC0000;
  font-size: 12px;
}
#top .entry .cf7-wrap > label > span + div {
  margin: 8px 0 0;
}
#top .entry .cf7-wrap > label > div + * {
  margin: 8px 0 0;
}
#top .entry .cf7-wrap .wpcf7-radio {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
#top .entry .cf7-wrap .wpcf7-radio input[type=radio] {
  opacity: 0;
  visibility: hidden;
  position: absolute;
}
#top .entry .cf7-wrap .wpcf7-radio input[type=radio] + span.wpcf7-list-item-label {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  padding-left: 30px;
}
#top .entry .cf7-wrap .wpcf7-radio input[type=radio] + span.wpcf7-list-item-label:before {
  position: absolute;
  display: block;
  content: "";
  border-radius: 50%;
  border: 2px solid #A5AFBB;
  width: 19px;
  height: 19px;
  top: calc((100% - 19px) / 2);
  left: 0;
}
#top .entry .cf7-wrap .wpcf7-radio input[type=radio] + span.wpcf7-list-item-label:after {
  display: block;
  position: absolute;
  content: "";
  border-radius: 50%;
  width: 9px;
  height: 9px;
  background-color: #3071B7;
  left: 5px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: none;
}
#top .entry .cf7-wrap .wpcf7-radio input[type=radio]:checked + span.wpcf7-list-item-label::before {
  border: 2px solid #3071B7;
}
#top .entry .cf7-wrap .wpcf7-radio input[type=radio]:checked + span.wpcf7-list-item-label::after {
  display: block;
}
#top .entry .cf7-wrap .wpcf7-radio.wpcf7-not-valid input[type=radio]:checked + span.wpcf7-list-item-label {
  color: #EC0000;
}
#top .entry .cf7-wrap .wpcf7-radio.wpcf7-not-valid input[type=radio]:checked + span.wpcf7-list-item-label:before {
  border: 2px solid #EC0000;
}
#top .entry .cf7-wrap .wpcf7-radio.wpcf7-not-valid input[type=radio]:checked + span.wpcf7-list-item-label:after {
  display: none;
}
#top .entry .cf7-wrap .wpcf7-list-item {
  margin: 0 !important;
}
#top .entry .cf7-wrap .submit-btn {
  margin: 40px 0 0;
  text-align: center;
}
#top .entry .cf7-wrap .submit-btn input {
  padding: 20px 88px 20px 48px;
  background: url(../images/common/icon-send.svg), -webkit-gradient(linear, left top, right top, from(#0DA87C), to(#73BF47));
  background: url(../images/common/icon-send.svg), linear-gradient(90deg, #0DA87C 0%, #73BF47 100%);
  color: #fff;
  font-weight: 700;
  font-size: 24px;
  letter-spacing: 0;
  text-align: center;
  border-radius: 8px;
  background-size: 19px 16px, cover;
  background-position: center right 50px, center;
  background-repeat: no-repeat;
  -webkit-box-shadow: 0px 16px 32px -8px rgba(12, 12, 13, 0.4);
          box-shadow: 0px 16px 32px -8px rgba(12, 12, 13, 0.4);
  border: none;
}
#top .entry .cf7-wrap .wpcf7-spinner {
  display: none;
}
#top .entry .cf7-wrap .textbox-agreement {
  width: 100%;
  height: 120px;
  max-width: 100%;
  padding: 14px;
  border-radius: 8px;
  border: 1px solid #A5AFBB;
  overflow: auto;
}
#top .wpcf7 form.sent .wpcf7-response-output {
  display: none;
}
#top .btn-top {
  position: fixed;
  right: 24px;
  bottom: 20px;
  opacity: 0;
  z-index: -10;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
#top .btn-top.is-show {
  opacity: 1;
  z-index: 10;
}
#top .btn-top > span {
  display: block;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  font-size: 0;
  border: 1px solid #3071B7;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%220%200%2032%2032%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M16.3333%2025.6665V6.99988M16.3333%206.99988L7%2016.3332M16.3333%206.99988L25.6667%2016.3332%22%20stroke%3D%22%233071B7%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3C%2Fsvg%3E");
  background-position: center;
  background-size: 32px 32px;
  background-repeat: no-repeat;
  background-color: #fff;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  cursor: pointer;
}

/* Common */
#thanks .thanks-main {
  min-height: 80vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 24px 24px 80px;
  background: -webkit-gradient(linear, left top, right top, from(#439DFF), to(#3071B7));
  background: linear-gradient(90deg, #439DFF 0%, #3071B7 100%);
  border-radius: 80px 80px 0 0;
}
#thanks .thanks-main .thanks-main__inner {
  max-width: 1160px;
  margin: 0 auto;
  padding: 0 20px;
  width: 100%;
  padding: 64px 20px;
  border-radius: 24px;
  background: #fff;
}
#thanks .thanks-main .thanks-text {
  font-weight: 700;
  text-align: center;
  font-size: 24px;
}
#thanks .thanks-main .wp-block-group + * {
  margin: 1rem 0 0;
}
#thanks .btn-ig {
  max-width: 180px;
  width: 100%;
  display: block;
  margin: 2rem auto 0 !important;
  background: #000;
  border-radius: 4px;
}
#thanks .btn-ig > span {
  display: block;
  padding-top: 26.6666666667%;
  background-image: url(../images/common/btn-ig.svg);
  font-size: 0;
  background-size: 80% auto;
  background-position: center;
  background-repeat: no-repeat;
}

@media only screen and (max-width: 768px) {
  .subtitle-anim > span {
    font-size: 20px;
    font-size: clamp(16px, 5.129vw, 20px);
  }
  .sp-aligncenter {
    margin: 0 auto;
  }
  .spOnly {
    display: block;
  }
  .pcTabOnly {
    display: none;
  }
  .footer .footer-main {
    padding: 0 24px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    gap: 20px;
  }
  .cta {
    padding: 80px 0 186px;
    border-radius: 48px 0 48px 0;
  }
  .cta:before {
    background-image: url(../images/common/cta-bg_sp.png);
  }
  .cta .cta-text__shoulder {
    font-size: 16px;
  }
  .cta .cta-text__main {
    font-size: 24px;
  }
  .cta .cta-text__main:after {
    top: -143px !important;
    left: -35px !important;
  }
  .interview-modal {
    padding: 40px 0;
  }
  .interview-modal .interview-column > div {
    border-radius: 24px 0 24px 24px;
  }
  .interview-modal .interview-column.is-interviewer {
    padding-left: 57px;
  }
  .interview-modal .interview-column.is-interviewer::before {
    width: 40px;
    height: 40px;
    left: 4.5px;
  }
  .interview-modal .interview-column.is-interviewer > div {
    border-radius: 0 24px 24px 24px;
  }
  .interview-modal .interview-column.is-watanabe,
  .interview-modal .interview-column.is-yoshida,
  .interview-modal .interview-column.is-suzuki {
    padding-right: 52px;
  }
  .interview-modal .interview-column.is-watanabe::before,
  .interview-modal .interview-column.is-yoshida::before,
  .interview-modal .interview-column.is-suzuki::before {
    width: 40px;
    height: 40px;
  }
  .interview-modal .interview-modal-close {
    width: 60px;
    height: 60px;
    right: 18px;
  }
  .movie-banner {
    padding: 18px;
    top: 70%;
  }
  .movie-banner .movie-banner-thumb {
    max-width: 180px;
  }
  .movie-banner .movie-banner-text {
    font-size: 10.5px;
  }
  .movie-banner.is-min {
    padding: 16px 16px 16px 8px;
    border-radius: 24px;
    top: auto;
    width: 257px;
    bottom: 10px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .movie-banner.is-min .movie-banner-thumb {
    display: none;
  }
  .movie-banner.is-min .movie-banner-text {
    display: block;
    margin: 0;
    padding-bottom: 0;
    padding-left: 34px;
    font-size: 12px;
  }
  .movie-banner.is-min .movie-banner-text:before {
    width: 32px;
    height: 32px;
    bottom: calc((100% - 32px) / 2);
    left: 0;
  }
  .movie-modal .movie-modal-inner {
    padding: 0 6.1538461538%;
  }
  .movie-modal .movie-modal-close {
    width: 60px;
    height: 60px;
    right: 18px;
  }
  #top .mv .mv-text {
    padding: 40px 0 0;
  }
  #top .mv .mv-text .mv-text-inner {
    padding: 0 6.1538461538%;
  }
  #top .mv .mv-text .mv-text-inner {
    padding: 0 18px;
  }
  #top .mv .mv-text p {
    font-size: 40px;
    line-height: 1.6;
  }
  #top .mv .mv-text p + p {
    margin: 8px 0 0;
  }
  #top .mv .mv-slider {
    padding: 40px 0 140px;
  }
  #top .message {
    padding: 80px 0;
    background-size: 98.9743589744% auto;
    background-position: top left;
    border-radius: 0 0 48px 0;
  }
  #top .message .message-inner {
    padding: 0 6.1538461538%;
  }
  #top .message .message-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  #top .message .message-title {
    width: 100%;
  }
  #top .message .message-title h2 {
    font-size: 28px;
  }
  #top .message .message-title p {
    margin: 20px 0 0;
    font-size: 16px;
  }
  #top .message .message-text {
    width: 100%;
  }
  #top .message .message-text > p {
    font-weight: 700;
  }
  #top .about {
    padding: 80px 0;
    border-radius: 48px 0 48px 0;
  }
  #top .about .about-bg {
    width: 88.2256410256%;
    top: 24px;
    right: 0;
  }
  #top .about .about-inner {
    padding: 0 6.1538461538%;
  }
  #top .about .about-title {
    font-size: 24px;
  }
  #top .about .about-text__sub {
    text-align: left;
  }
  #top .reason {
    padding: 80px 0;
    border-radius: 48px 0 48px 0;
  }
  #top .reason .reason-title {
    font-size: 24px;
  }
  #top .reason .reason-career .reason-career-title {
    font-size: 20px;
    font-size: clamp(16px, 5.129vw, 20px);
  }
  #top .reason .reason-career .reason-career-title > span {
    padding: 0 10px;
  }
  #top .reason .reason-career .reason-career-list {
    margin: 40px 0 0;
    padding: 0 24px;
    -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;
    gap: 24px;
  }
  #top .reason .reason-career .reason-career-list .reason-career-item > div {
    width: 100%;
  }
  #top .reason .reason-career .reason-career-list .reason-career-item:nth-of-type(2) {
    margin-top: 0;
  }
  #top .reason .reason-career .reason-career-list .reason-career-item:nth-of-type(3) {
    margin-top: 0;
  }
  #top .reason .reason-career .reason-career-list .reason-career-item > p:first-of-type {
    margin: 12px 0 0;
  }
  #top .reason .reason-item {
    margin: 40px auto 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    padding-left: 0;
    gap: 40px;
  }
  #top .reason .reason-item .reason-text__main {
    margin: 20px 0 0;
  }
  #top .reason .reason-item .reason-text__main > p + p {
    margin: 16px 0 0;
  }
  #top .reason .reason-item .reason-text {
    width: 100%;
    padding: 0 6.1538461538%;
  }
  #top .reason .reason-item.is-reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    padding-right: 0;
  }
  #top .reason .reason-item.is-reverse .reason-text {
    padding: 0 6.1538461538%;
  }
  #top .reason .reason-item .reason-image {
    width: 93.8461538462%;
    padding-bottom: 38px;
  }
  #top .reason .reason-item .reason-image:after {
    height: 100%;
  }
  #top .reason .reason-item.item01 .reason-image {
    margin-left: auto;
  }
  #top .reason .reason-item.item01 .reason-image:after {
    width: 78.9617486339%;
    left: auto;
    right: 0;
  }
  #top .reason .reason-item.item02 .reason-image {
    margin-right: auto;
  }
  #top .reason .reason-item.item02 .reason-image:after {
    width: 82.7868852459%;
    right: auto;
    left: 0;
  }
  #top .reason .reason-item.item03 .reason-image {
    margin-left: auto;
  }
  #top .reason .reason-item.item03 .reason-image:after {
    width: 81.1475409836%;
    left: auto;
    right: 0;
  }
  #top .reason .reason-bottom {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 40px;
  }
  #top .reason .reason-bottom > div:first-of-type {
    width: 78.9743589744%;
  }
  #top .reason .reason-bottom > div:last-of-type {
    width: 100%;
  }
  #top .reason .reason-bottom > div:last-of-type > p {
    padding-left: 6.1538461538%;
    font-size: 16px;
  }
  #top .charmpoints {
    padding: 80px 0;
    border-radius: 48px 0 48px 0;
  }
  #top .charmpoints .charmpoints-bg {
    width: 19%;
    border-radius: 48px 0 0 0;
  }
  #top .charmpoints .charmpoints-inner {
    padding: 0 6.1538461538%;
  }
  #top .charmpoints .charmpoints-title {
    font-size: 24px;
  }
  #top .charmpoints .charmpoints-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 24px;
  }
  #top .charmpoints .charmpoints-item:nth-of-type(even) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  #top .charmpoints .charmpoints-item .charmpoints-image {
    width: 100%;
  }
  #top .charmpoints .charmpoints-item .charmpoints-text {
    width: 100%;
  }
  #top .charmpoints .charmpoints-item .charmpoints-text__main {
    font-size: 20px;
    font-size: clamp(16px, 5.129vw, 20px);
    text-align: center;
  }
  #top .charmpoints .charmpoints-item .charmpoints-text__sub {
    margin: 24px 0 0;
  }
  #top .charmpoints .charmpoints-case {
    padding: 40px 24px;
  }
  #top .charmpoints .charmpoints-case .charmpoints-case-title > span {
    padding-top: 21.0986394558%;
    background-image: url(../images/top/charmpoints-case-title_sp.png);
  }
  #top .charmpoints .charmpoints-case .charmpoints-case-example {
    margin: 24px 0 0;
  }
  #top .charmpoints .charmpoints-case .charmpoints-case-example .charmpoints-case-example__list {
    margin: 24px 0 0;
    gap: 24px;
  }
  #top .charmpoints .charmpoints-case .charmpoints-case-example .charmpoints-case-example__list > li {
    width: 100%;
  }
  #top .growth-stable {
    padding: 80px 0;
    border-radius: 48px 0 48px 0;
  }
  #top .growth-stable .growth-stable-title {
    font-size: 24px;
  }
  #top .growth-stable .growth-stable-title > span {
    padding-right: 26px;
  }
  #top .growth-stable .growth-stable-title > span:after {
    width: 27px;
    height: 40px;
    top: auto;
    bottom: -8%;
    right: -3%;
  }
  #top .growth-stable .growth-stable-subtitle {
    padding: 20px 0 20px 28px;
    font-size: 20px;
    font-size: clamp(16px, 5.129vw, 20px);
  }
  #top .growth-stable .growth-stable-subtitle:before {
    width: 20px;
    height: 20px;
    top: calc((100% - 20px) / 2);
  }
  #top .growth-stable .growth-stable-item {
    padding: 24px 16px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  #top .growth-stable .growth-stable-item:nth-of-type(even) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  #top .growth-stable .growth-stable-item .growth-stable-item__text {
    width: 100%;
  }
  #top .growth-stable .growth-stable-item .growth-stable-item__text .growth-stable-item__title {
    font-size: 16px;
    padding-left: 56px;
  }
  #top .growth-stable .growth-stable-item .growth-stable-item__text .growth-stable-item__title.is-first:before {
    width: 40px;
  }
  #top .growth-stable .growth-stable-item .growth-stable-item__text .growth-stable-item__title.is-second:before {
    width: 47px;
  }
  #top .growth-stable .growth-stable-item .growth-stable-item__text .growth-stable-item__title.is-third:before {
    width: 44px;
  }
  #top .growth-stable .growth-stable-item .growth-stable-item__image {
    width: 100%;
  }
  #top .growth-stable .sec-growth {
    padding-right: 6.1538461538%;
    padding-left: 19.4871794872%;
  }
  #top .growth-stable .sec-stable {
    padding-left: 6.1538461538%;
    padding-right: 19.4871794872%;
  }
  #top .growth-stable .growth-stable-fixed-title {
    width: 60px;
    padding-top: 64px;
    margin-top: -64px;
  }
  #top .growth-stable .growth-stable-fixed-title > span {
    padding-top: 120px;
  }
  #top .growth-stable .growth-stable-fixed-title.is-growth {
    margin-left: -26.2%;
  }
  #top .growth-stable .growth-stable-fixed-title.is-growth > span {
    background-image: url(../images/top/growth-fixed-title_sp.png);
  }
  #top .growth-stable .growth-stable-fixed-title.is-stable {
    margin-right: -26.2%;
  }
  #top .growth-stable .growth-stable-fixed-title.is-stable > span {
    background-image: url(../images/top/stable-fixed-title_sp.png);
  }
  #top .interview {
    padding: 80px 0 56px;
    background-position: top center;
    background-size: 110% auto;
    background-position: top 26px center;
    border-radius: 48px 0 48px 0;
  }
  #top .interview .interview-title {
    font-size: 24px;
  }
  #top .interview .interview-lead .interview-lead-text {
    font-size: 20px;
    font-size: clamp(16px, 5.129vw, 20px);
  }
  #top .interview .interview-lead .interview-lead-image {
    padding: 0 6.1538461538%;
  }
  #top .interview .interview-lead .interview-lead-image {
    margin: 40px auto;
    padding: 0;
  }
  #top .interview .interview-column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  #top .interview .interview-column .interview-text {
    width: 89.7435897436%;
    padding: 40px 20px 64px;
  }
  #top .interview .interview-column .interview-image {
    width: 89.7435897436%;
    margin-left: auto;
    margin-top: -40px;
  }
  #top .interview .interview-column .interview-image > span {
    margin: 0;
  }
  #top .interview .interview-column:nth-of-type(odd) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  #top .interview .interview-column:nth-of-type(odd) .interview-text {
    width: 89.7435897436%;
    padding: 40px 20px 64px;
    margin-left: auto;
    margin-right: 0;
  }
  #top .interview .interview-column:nth-of-type(odd) .interview-image {
    margin-right: auto;
    margin-left: 0;
  }
  #top .interview .interview-column:nth-of-type(odd) .interview-image > span {
    margin-left: 0;
    margin-right: 0;
  }
  #top .outline {
    background-size: 100% auto;
  }
  #top .outline .outline-inner {
    padding: 0 6.1538461538%;
  }
  #top .outline .outline-title {
    font-size: 24px;
  }
  #top .outline .outline-subtitle {
    font-size: 16px;
    text-align: center;
  }
  #top .outline .outline-table dt,
  #top .outline .outline-table dd {
    padding: 16px;
    border-bottom: none;
  }
  #top .outline .outline-table dt:first-of-type,
  #top .outline .outline-table dd:first-of-type {
    border-top: none;
  }
  #top .outline .outline-table dt {
    width: 100%;
    text-align: center;
    border-bottom: none;
  }
  #top .outline .outline-table dt:first-of-type {
    border-top: 1px solid #21242B;
  }
  #top .outline .outline-table dd {
    width: 100%;
    border-top: none;
  }
  #top .entry {
    padding: 24px 24px 40px;
    border-radius: 48px 48px 0 0;
  }
  #top .entry .entry-title > span {
    padding-top: 19.7135589471%;
    background-image: url(../images/top/entry-title_sp.svg);
  }
  #top .entry .entry-content {
    padding: 0 6.1538461538%;
  }
  #top .entry .entry-content {
    padding: 24px 16px 40px;
  }
  #top .entry .entry-content__inner {
    padding: 0 6.1538461538%;
  }
  #top .entry .entry-content__inner {
    padding: 0;
  }
  #top .entry .entry-content .entry-lead {
    text-align: left;
  }
  #top .entry .cf7-wrap {
    margin: 24px 0 0;
  }
  #top .entry .cf7-wrap input,
  #top .entry .cf7-wrap textarea {
    padding: 8px;
  }
  #top .entry .cf7-wrap .wpcf7-radio {
    gap: 16px;
  }
  #top .entry .cf7-wrap .submit-btn input {
    font-size: 16px;
    background-size: 16px 13px, cover;
    background-position: center right 25px, center;
    padding: 20px 60px 20px 24px;
  }
  #top .btn-top {
    right: 10px;
    bottom: 10px;
  }
  #top .btn-top > span {
    width: 40px;
    height: 40px;
  }
  #thanks .thanks-main {
    padding: 24px 24px 40px;
    border-radius: 48px 48px 0 0;
  }
  #thanks .thanks-main .thanks-main__inner {
    padding: 0 6.1538461538%;
  }
  #thanks .thanks-main .thanks-main__inner {
    padding: 24px 16px 40px;
  }
  #thanks .thanks-main .thanks-text {
    text-align: left;
    font-size: 16px;
  }
  #thanks .btn-ig {
    max-width: 310px;
  }
  #thanks .btn-ig > span {
    padding-top: 15.8940397351%;
    background-size: 49.0066225166% auto;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    -webkit-animation-duration: 0.01ms !important;
            animation-duration: 0.01ms !important;
    -webkit-animation-iteration-count: 1 !important;
            animation-iteration-count: 1 !important;
    -webkit-transition-duration: 0.01ms !important;
            transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}

@media (min-width: 768px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}

@media (max-width: 768px) {
  body {
    letter-spacing: 0.08em;
  }
}

@media (hover: hover) {
  a:hover {
    opacity: 0.8;
  }
  header .header-inner .header-nav .nav-list > li > a:hover {
    color: #3071B7;
    opacity: 1;
  }
  header .header-inner .header-nav .nav-list > li.nav-item__entry > a:hover {
    opacity: 1;
    background-position: left center;
  }
  .cta .cta-btn > a:hover {
    opacity: 1;
    background-position: left center;
  }
  .cta .cta-btn:hover > a {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
    opacity: 1;
  }
  .interview-modal .interview-modal-close:hover {
    background-image: url(../images/modal/icon-close_hover.png);
  }
  .movie-modal .movie-modal-close:hover {
    background-image: url(../images/modal/icon-close_hover.png);
  }
  #top .interview .interview-more > span:hover {
    opacity: 1;
    background-position: right center;
  }
  #top .btn-top > span:hover {
    background-color: #3071B7;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%220%200%2032%2032%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M16.3333%2025.6665V6.99988M16.3333%206.99988L7%2016.3332M16.3333%206.99988L25.6667%2016.3332%22%20stroke%3D%22%23ffffff%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3C%2Fsvg%3E");
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
}

@media only screen and (max-width: 1300px) {
  .spTabOnly {
    display: block;
  }
  .pcOnly {
    display: none;
  }
}

@media only screen and (max-width: 1360px) {
  header {
    padding: 8px 0;
  }
  header .header-inner {
    padding: 0 8px;
  }
  header .header-inner .header-logo {
    max-width: 154px;
    width: 42.0765027322%;
  }
  header .header-inner .header-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    position: fixed;
    top: 0;
    max-width: 350px;
    width: 100%;
    height: 100%;
    background: #fff;
    padding: 90px 20px 40px;
    margin: 0;
    gap: 40px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    z-index: 80;
    right: -350px;
    -webkit-transition: right 0.3s ease;
    transition: right 0.3s ease;
  }
  header .header-inner .header-nav .nav-list > li.nav-item__entry {
    width: 100%;
    margin-left: 0;
    margin-top: 48px;
  }
  header .header-inner .header-nav .nav-list > li.nav-item__entry:before {
    width: 143px;
    height: 27.3px;
    left: calc((100% - 143px) / 2);
  }
  header .header-inner .header-nav .nav-list > li.nav-item__entry > a > span {
    padding-top: 15.8940397351%;
    background-size: 37.0860927152% auto;
  }
  header .header-inner .header-nav .nav-list > li.nav-item__ig {
    width: 100%;
    margin-left: 0;
    margin-top: 8px;
  }
  header .header-inner .header-nav .nav-list > li.nav-item__ig:before {
    width: 101.4px;
    height: 27.3px;
    left: calc((100% - 101.4px) / 2);
  }
  header .header-inner .header-nav .nav-list > li.nav-item__ig > a > span {
    padding-top: 15.8940397351%;
    background-size: 49.0066225166% auto;
  }
  header .hamburger {
    display: block;
    position: relative;
    width: 48px;
    height: 48px;
    background: none;
    margin-left: 8px;
    background-image: url(../images/common/icon-hamburger.svg);
    background-size: contain;
    background-repeat: no-repeat;
  }
  header.is-opened .header-nav {
    right: 0;
  }
  header.is-opened .nav-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    overflow: auto;
  }
  header.is-opened .nav-list li {
    width: 100%;
  }
  header.is-opened .nav-list li:not(.nav-item__ig):not(.nav-item__entry) {
    width: 100%;
    border-bottom: 1px solid #E3E6EA;
    padding: 10px 0;
  }
  header.is-opened .nav-list li:not(.nav-item__ig):not(.nav-item__entry) a:after {
    position: absolute;
    width: 12px;
    height: 12px;
    top: calc((100% - 12px) / 2);
    right: 0;
    background-image: url(../images/common/icon-arrow.svg);
    background-size: contain;
    background-repeat: no-repeat;
    content: "";
  }
}

@media only screen and (max-width: 990px) {
  .cta .cta-text__main:after {
    width: 151px;
    height: 94px;
    top: -158px;
    left: 50px;
    background-image: url(../images/common/cta-text_entry_sp.png);
  }
}

@media only screen and (min-width: 768px) {
  .movie-banner.is-min .movie-banner-text > span {
    -webkit-writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
            writing-mode: vertical-rl;
    text-orientation: upright;
  }
  #top .reason .reason-career .reason-career-title:before {
    position: absolute;
    width: 100%;
    height: 1px;
    top: calc((100% - 1px) / 2);
    left: 0;
    background: #3071B7;
    content: "";
  }
}

/*# sourceMappingURL=ase-recruit.css.map */