* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

ul {
  list-style-type: none;
}

a {
  color: inherit;
  text-decoration: none;
}

ul,
ol,
div {
  margin: 0;
  padding: 0;
}

@font-face {
  font-family: "CorporateS-Bold";
  font-style: normal;
  src: url("./fonts/CorporateS-Bold.woff2");
  font-display: swap;
}
@font-face {
  font-family: "HiraKakuPro-W3";
  font-style: normal;
  src: url("./fonts/HiraKakuPro-W3.woff2");
  font-display: swap;
}
@font-face {
  font-family: "HiraKakuPro-W6";
  font-style: normal;
  src: url("./fonts/HiraKakuPro-W6.woff2");
  font-display: swap;
}
html {
  color: #333;
  font-size: 10px;
  font-family: "HiraKakuPro-W3", sans-serif;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  scroll-behavior: smooth;
}
@media screen and (max-width: 980px) {
  html {
    min-width: 980px;
  }
}
@media screen and (max-width: 767px) {
  html {
    min-width: 100%;
  }
}

.anchor {
  display: block;
  position: relative;
  top: -120px;
  visibility: hidden;
}
@media screen and (max-width: 1600px) {
  .anchor {
    top: -115px;
  }
}
@media screen and (max-width: 1200px) {
  .anchor {
    top: -90px;
  }
}
@media screen and (max-width: 767px) {
  .anchor {
    top: -60px;
  }
}

.button {
  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;
  width: 316px;
  height: 83px;
  margin: 0 auto;
  color: #fff;
  font-size: 2.5rem;
  letter-spacing: 0.05em;
  font-family: "HiraKakuPro-W6", sans-serif;
  border-radius: 50px;
  border: 3px solid #ea613b;
  background-color: #ea613b;
  -webkit-transition: 0.3s ease !important;
  transition: 0.3s ease !important;
}
@media screen and (max-width: 767px) {
  .button {
    height: 60px;
    width: 228px;
    font-size: 1.8rem;
  }
}
.button:hover {
  color: #ea613b;
  background-color: #fff;
}

.title {
  font-size: 6.5rem;
  font-family: "CorporateS-Bold", sans-serif;
  color: #ea613b;
  letter-spacing: 0.05em;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .title {
    font-size: 38px;
  }
}

.banner__title {
  font: 400 6.5rem "CorporateS-Bold", sans-serif;
  letter-spacing: 0.05em;
  text-align: center;
  color: #ea613b;
}
@media screen and (max-width: 767px) {
  .banner__title {
    font-size: 37px;
  }
}
.banner__headline {
  margin-top: 28px;
  padding-block: 48px 33px;
  font-family: "HiraKakuPro-W6", sans-serif;
  text-align: center;
  background: #ffe100;
}
@media screen and (max-width: 767px) {
  .banner__headline {
    padding: 20px 5% !important;
  }
}
.banner__headline--reverse {
  padding-block: 32px 43px;
}
.banner__headline-sub {
  display: block;
  font-size: 3rem;
  line-height: 1.2333333333em;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .banner__headline-sub {
    font-size: 20px;
  }
}
.banner__headline-title {
  font-size: 5.5rem;
  font-weight: 400;
  letter-spacing: 0.05em;
  color: #ea613b;
}
@media screen and (max-width: 767px) {
  .banner__headline-title {
    margin-top: 10px;
    font-size: 32px;
    line-height: 1.25em;
  }
}
.banner__headline-title.mb5 {
  margin-bottom: 5px;
}

.sns-link {
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  font-size: 0;
  line-height: 0;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.sns-link:hover {
  opacity: 0.7;
}
.sns-link--rad5 {
  border-radius: 5px;
}
.sns-link--rad8 {
  border-radius: 8px;
}
.sns-link__icon--pad {
  padding: 2.75px;
}

.header {
  z-index: 999;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 135px;
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 1600px) {
  .header {
    height: 115px;
  }
}
@media screen and (max-width: 1200px) {
  .header {
    height: 90px;
  }
}
@media screen and (max-width: 767px) {
  .header {
    height: 60px;
  }
}
.header__wrap {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 1024px) {
  .header__wrap {
    max-width: 100%;
    padding: 0 3%;
  }
}
@media screen and (max-width: 767px) {
  .header__wrap {
    padding: 0 5%;
  }
}
@media screen and (max-width: 767px) {
  .header__wrap {
    padding-right: 0;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.header__logo {
  width: 206px;
  height: 74px;
}
@media screen and (max-width: 1600px) {
  .header__logo {
    width: 167px;
    height: 60px;
  }
}
@media screen and (max-width: 1200px) {
  .header__logo {
    width: 122px;
    height: 44px;
  }
}
@media screen and (max-width: 767px) {
  .header__logo {
    width: 109px;
    height: 38px;
  }
}
.header__nav-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 65px;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
@media screen and (max-width: 1600px) {
  .header__nav-list {
    gap: 50px;
  }
}
@media screen and (max-width: 980px) {
  .header__nav-list {
    gap: 30px;
  }
}
@media screen and (max-width: 767px) {
  .header__nav-list {
    z-index: 998;
    width: 100%;
    padding-top: 50px;
    height: calc(100vh - 60px);
    background-color: #fff;
    position: absolute;
    top: 60px;
    left: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 50px;
  }
}
@media screen and (max-width: 767px) {
  .header__nav-list.active {
    left: 0;
  }
}
.header__nav-item {
  font-size: 1.9rem;
  font-family: "HiraKakuPro-W6", sans-serif;
  padding-bottom: 2px;
  border-bottom: 2px solid transparent;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
@media screen and (max-width: 1600px) {
  .header__nav-item {
    font-size: 1.8rem;
  }
}
.header__nav-item:hover {
  opacity: 0.7;
  color: #ea613b;
  border-color: #ea613b;
}
.header__hamburger {
  cursor: pointer;
  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-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 4px;
  width: 60px;
  height: 60px;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  background-color: #ea613b;
}
.header__hamburger.active .header__hamburger-line:first-child {
  -webkit-transform: translate(0, 7px) rotate(-45deg);
          transform: translate(0, 7px) rotate(-45deg);
}
.header__hamburger.active .header__hamburger-line:nth-child(2) {
  opacity: 0;
}
.header__hamburger.active .header__hamburger-line:last-child {
  -webkit-transform: translate(0, -5px) rotate(45deg);
          transform: translate(0, -5px) rotate(45deg);
}
.header__hamburger-line {
  width: 27px;
  height: 2px;
  background-color: #fff;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}

.top {
  -webkit-font-feature-settings: normal;
          font-feature-settings: normal;
}
.top__mv {
  width: 100%;
  height: 711px;
  margin-top: 135px;
  background: url("./img/top/mv-banner.jpg") no-repeat center/100% 100%;
}
@media screen and (max-width: 1600px) {
  .top__mv {
    height: 592px;
    margin-top: 115px;
  }
}
@media screen and (max-width: 1200px) {
  .top__mv {
    height: 444px;
    margin-top: 90px;
  }
}
@media screen and (max-width: 767px) {
  .top__mv {
    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;
    margin-top: 60px;
    height: calc(100vh - 60px);
    background-size: cover;
    background-position: 53% 50%;
  }
}
.top__mv-title {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-top: 64px;
}
@media screen and (max-width: 1024px) {
  .top__mv-title {
    max-width: 100%;
    padding: 0 3%;
  }
}
@media screen and (max-width: 767px) {
  .top__mv-title {
    padding: 0 5%;
  }
}
@media screen and (max-width: 1600px) {
  .top__mv-title {
    padding-top: 50px;
  }
}
@media screen and (max-width: 1024px) {
  .top__mv-title {
    padding-left: 12%;
  }
}
@media screen and (max-width: 767px) {
  .top__mv-title {
    padding: 50px 5%;
  }
}
.top__mv-heading {
  font-size: 11.5rem;
  letter-spacing: 0.05em;
  font-family: "CorporateS-Bold", sans-serif;
  line-height: 0.8173913043em;
  margin-bottom: 54px;
}
@media screen and (max-width: 1600px) {
  .top__mv-heading {
    font-size: 10rem;
    margin-bottom: 35px;
  }
}
@media screen and (max-width: 1200px) {
  .top__mv-heading {
    font-size: 7rem;
    margin-bottom: 30px;
  }
}
.top__mv-heading .orange {
  display: block;
  font-size: 16.7rem;
  color: #ea613b;
  line-height: 0.8622754491em;
}
@media screen and (max-width: 1600px) {
  .top__mv-heading .orange {
    font-size: 14.7rem;
  }
}
@media screen and (max-width: 1200px) {
  .top__mv-heading .orange {
    font-size: 10rem;
  }
}
.top__mv-subheading {
  color: #000;
  font-size: 3.7rem;
  font-family: "HiraKakuPro-W6", sans-serif;
  margin-bottom: 12px;
}
@media screen and (max-width: 1600px) {
  .top__mv-subheading {
    font-size: 3.55rem;
  }
}
@media screen and (max-width: 1200px) {
  .top__mv-subheading {
    font-size: 2.5rem;
  }
}
.top__mv-desc {
  color: #000;
  font-size: 2rem;
  letter-spacing: 0.05em;
  line-height: 1.55em;
}
@media screen and (max-width: 1600px) {
  .top__mv-desc {
    font-size: 1.9rem;
  }
}
@media screen and (max-width: 1200px) {
  .top__mv-desc {
    font-size: 1.6rem;
  }
}
.top__about {
  margin-top: -1px;
  padding: 92px 0 104px;
  background-color: #ffe100;
}
@media screen and (max-width: 1600px) {
  .top__about {
    padding: 80px 0 90px;
  }
}
@media screen and (max-width: 1200px) {
  .top__about {
    padding: 60px 0 70px;
  }
}
@media screen and (max-width: 767px) {
  .top__about {
    padding: 40px 0 50px;
  }
}
.top__about-subtitle {
  font-size: 3rem;
  letter-spacing: 0.05em;
  font-family: "HiraKakuPro-W6", sans-serif;
  text-align: center;
  margin: 20px 0 70px;
}
@media screen and (max-width: 1600px) {
  .top__about-subtitle {
    font-size: 2.7rem;
    margin-bottom: 60px;
  }
}
@media screen and (max-width: 1200px) {
  .top__about-subtitle {
    font-size: 2.4rem;
    margin: 15px 0 50px;
  }
}
@media screen and (max-width: 767px) {
  .top__about-subtitle {
    padding: 0 5%;
    font-size: 18px;
    margin: 10px 0 40px;
  }
}
.top__about-slide {
  cursor: -webkit-grab;
  cursor: grab;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 700px !important;
  height: 350px;
}
@media screen and (max-width: 1200px) {
  .top__about-slide {
    width: 500px !important;
    height: 250px;
  }
}
@media screen and (max-width: 767px) {
  .top__about-slide {
    width: 300px !important;
    height: 150px;
  }
}
.top__about-slide::before {
  z-index: 10;
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 42px;
  height: 50px;
  background: url("./img/icons/triangle-yellow.png") no-repeat center/100% 100%;
}
@media screen and (max-width: 1200px) {
  .top__about-slide::before {
    width: 32px;
    height: 38px;
  }
}
@media screen and (max-width: 767px) {
  .top__about-slide::before {
    width: 20px;
    height: 26px;
  }
}
.top__about-img {
  position: relative;
  display: inline-block;
  width: 50%;
  height: 100%;
}
.top__about-img::before {
  z-index: 10;
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  height: 53px;
  width: 142px;
  background: url("./img/top/about-text-1.png") no-repeat center/100% 100%;
}
@media screen and (max-width: 1200px) {
  .top__about-img::before {
    height: 40px;
    width: 107px;
  }
}
@media screen and (max-width: 767px) {
  .top__about-img::before {
    height: 27px;
    width: 72px;
  }
}
.top__about-img--2::before {
  height: 53px;
  width: 95px;
  background-image: url("./img/top/about-text-2.png");
}
@media screen and (max-width: 1200px) {
  .top__about-img--2::before {
    height: 40px;
    width: 72px;
  }
}
@media screen and (max-width: 767px) {
  .top__about-img--2::before {
    height: 27px;
    width: 48px;
  }
}
.top__about-img--3::before {
  height: 52px;
  width: 100px;
  background-image: url("./img/top/about-text-3.png");
}
@media screen and (max-width: 1200px) {
  .top__about-img--3::before {
    width: 77px;
    height: 40px;
  }
}
@media screen and (max-width: 767px) {
  .top__about-img--3::before {
    height: 27px;
    width: 52px;
  }
}
.top__about-button {
  margin-top: 55px;
}
@media screen and (max-width: 767px) {
  .top__about-button {
    margin-top: 45px;
  }
}
.top__faq {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 1024px) {
  .top__faq {
    max-width: 100%;
    padding: 0 3%;
  }
}
@media screen and (max-width: 767px) {
  .top__faq {
    padding: 0 5%;
  }
}
.top__faq-container {
  padding-block: 86px 110px;
}
@media screen and (max-width: 767px) {
  .top__faq-container {
    padding-block: 43px 55px;
  }
}
.top__faq-list {
  margin-top: 62px;
}
@media screen and (max-width: 767px) {
  .top__faq-list {
    margin-top: 31px;
  }
}
.top__faq-item {
  border: 5px solid #e6e6e6;
  border-radius: 30px;
}
@media screen and (max-width: 767px) {
  .top__faq-item {
    border-width: 4px;
    border-radius: 20px;
  }
}
.top__faq-item:not(:last-child) {
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .top__faq-item:not(:last-child) {
    margin-bottom: 20px;
  }
}
.top__faq-q {
  padding: 38px 20px 38px 34px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 23px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .top__faq-q {
    padding: 20px 17px;
    gap: 16px;
  }
}
.top__faq-q.is-active ~ .top__faq-a {
  border-top: 5px solid #e6e6e6;
  padding-block: 42px;
  max-height: 300px;
}
@media screen and (max-width: 767px) {
  .top__faq-q.is-active ~ .top__faq-a {
    padding-block: 20px;
    max-height: 500px;
  }
}
.top__faq-icon {
  width: 60px;
  height: 60px;
}
@media screen and (max-width: 767px) {
  .top__faq-icon {
    width: 45px;
    height: 45px;
  }
}
.top__faq-q-text {
  font: 500 2.5rem "HiraKakuPro-W6", sans-serif;
  line-height: 1.88em;
}
@media screen and (max-width: 767px) {
  .top__faq-q-text {
    font-size: 18px;
  }
}
.top__faq-a {
  padding-inline: 30px;
  max-height: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .top__faq-a {
    padding-inline: 17px;
  }
}
.top__faq-a-text {
  font-size: 2.3rem;
  line-height: 2.0434782609em;
}
@media screen and (max-width: 767px) {
  .top__faq-a-text {
    font-size: 16.5px;
  }
}
.top__faq-a-note {
  font-size: 2rem;
  line-height: 2.35em;
}
@media screen and (max-width: 767px) {
  .top__faq-a-note {
    font-size: 15px;
  }
}

.footer__contact {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-bottom: 0;
}
@media screen and (max-width: 1024px) {
  .footer__contact {
    max-width: 100%;
    padding: 0 3%;
  }
}
@media screen and (max-width: 767px) {
  .footer__contact {
    padding: 0 5%;
  }
}
@media screen and (max-width: 767px) {
  .footer__contact {
    margin-bottom: 0;
    padding-inline: 0;
  }
}
.footer__contact-container {
  border-top: 1px solid #333;
  height: 200px;
  display: grid;
}
@media screen and (max-width: 767px) {
  .footer__contact-container {
    height: auto;
  }
}
.footer__contact-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  overflow: hidden;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
@media screen and (max-width: 767px) {
  .footer__contact-item {
    padding-block: 30px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.footer__contact-item:hover {
  opacity: 0.7;
  color: #fff;
  background: #ea613b;
  font-weight: 700;
}
.footer__contact-item--center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.footer__form-text {
  margin-top: 16px;
  display: block;
  font-size: 3.2rem;
  letter-spacing: 0.7em;
}
@media screen and (max-width: 767px) {
  .footer__form-text {
    margin-top: 0;
    font-size: 21px;
  }
}
.footer__nav {
  padding: 12px 35px;
  border-top: 1px solid #333;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 1024px) {
  .footer__nav {
    max-width: 100%;
    padding: 0 3%;
  }
}
@media screen and (max-width: 767px) {
  .footer__nav {
    padding: 0 5%;
  }
}
@media screen and (max-width: 1024px) {
  .footer__nav {
    padding-block: 12px !important;
  }
}
@media screen and (max-width: 767px) {
  .footer__nav {
    padding-block: 22px !important;
    -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: 20px;
  }
}
.footer__nav-list {
  gap: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 767px) {
  .footer__nav-list {
    gap: 15px 40px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.footer__nav-link {
  font-size: 1.8rem;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .footer__nav-link {
    font-size: 14px;
  }
}
.footer__nav-sns-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
}
.footer__sns-icon {
  height: 24px;
}
.footer__end {
  padding-block: 29px;
  text-align: center;
  background: #ffe100;
}
@media screen and (max-width: 767px) {
  .footer__end {
    padding-block: 22px;
  }
}
.footer__privacy-link {
  font-size: 2rem;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .footer__privacy-link {
    font-size: 15px;
  }
}
.footer__copyright {
  margin-top: 6px;
  display: block;
  font-size: 1.6rem;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .footer__copyright {
    font-size: 13px;
  }
}
.footer__nav-link:hover, .footer__privacy-link:hover {
  opacity: 0.75;
}

.interview {
  margin-block: 196px 185px;
  -webkit-font-feature-settings: normal;
          font-feature-settings: normal;
}
@media screen and (max-width: 767px) {
  .interview {
    margin-block: 98px 92px;
  }
}
.interview__section {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 1024px) {
  .interview__section {
    max-width: 100%;
    padding: 0 3%;
  }
}
@media screen and (max-width: 767px) {
  .interview__section {
    padding: 0 5%;
  }
}
.interview__header {
  margin-block: 74px 66px;
  border-left: 12.5px solid #fbc36b;
  padding-left: 22px;
  font-family: "HiraKakuPro-W6", sans-serif;
}
@media screen and (max-width: 767px) {
  .interview__header {
    margin-block: 37px 33px;
    border-width: 6px;
    padding-left: 11px;
  }
}
.interview__header-sub {
  font-size: 3rem;
  line-height: 1.2333333333em;
  color: #fbc36b;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .interview__header-sub {
    font-size: 20px;
  }
}
.interview__header-title {
  margin-top: 8px;
  font-size: 3.6rem;
  font-weight: 400;
  line-height: 1.3333333333em;
  letter-spacing: 0.05em;
  color: #4c4948;
}
@media screen and (max-width: 767px) {
  .interview__header-title {
    font-size: 23px;
  }
}
.interview__frame {
  border: 8px solid #ffe100;
  border-radius: 20px;
  padding: 80px 62px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .interview__frame {
    border-width: 4px;
    border-radius: 10px;
    padding: 40px 25px !important;
  }
}
.interview__frame-after {
  margin-bottom: 46px;
  padding: 80px 67px 50px;
}
@media screen and (max-width: 767px) {
  .interview__frame-after {
    margin-bottom: 23px;
  }
}
.interview__frame-label {
  position: absolute;
  margin: auto;
  left: 0;
  right: 0;
  top: 0;
  color: #fbc36b;
  font: 400 4.8rem "HiraKakuPro-W6", sans-serif;
  letter-spacing: 0.1em;
  width: 268px;
  background: #fff;
  -webkit-transform: translateY(-60%);
          transform: translateY(-60%);
  text-align: center;
}
@media screen and (max-width: 767px) {
  .interview__frame-label {
    font-size: 29px;
    width: 160px;
  }
}
.interview__frame-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}
@media screen and (max-width: 767px) {
  .interview__frame-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 15px;
    margin-top: 0 !important;
    gap: 15px !important;
  }
}
@media screen and (max-width: 767px) {
  .interview__frame-item:not(:nth-child(2)) {
    margin-top: 38px !important;
  }
}
.interview__frame-item.mt70 {
  margin-top: 70px;
}
.interview__frame-item.mt60 {
  margin-top: 60px;
}
.interview__frame-item.mt45 {
  margin-top: 45px;
}
.interview__frame-item.mw750 {
  margin-inline: auto;
  max-width: 750px;
  gap: 20px;
}
.interview__frame-item.gap15 {
  gap: 15px;
}
.interview__frame-item.gap20 {
  gap: 20px;
}
@media screen and (max-width: 767px) {
  .interview__frame-item.sp-reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
.interview__frame-item--col {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0;
}
.interview__frame-title {
  margin-bottom: 52px;
  font-size: 3.05rem;
  letter-spacing: 0.2em;
  color: #ea613b;
  text-align: center;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}
@media screen and (max-width: 767px) {
  .interview__frame-title {
    margin-bottom: 15px;
    font-size: 20px;
    letter-spacing: 0.1em;
  }
}
.interview__frame-title.mb40 {
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .interview__frame-title.mb40 {
    margin-bottom: 15px;
  }
}
.interview__frame-title.mb25 {
  margin-bottom: 25px;
}
@media screen and (max-width: 767px) {
  .interview__frame-title.mb25 {
    margin-bottom: 0;
  }
}
.interview__frame-title.fs30 {
  font-size: 3rem;
}
@media screen and (max-width: 767px) {
  .interview__frame-title.fs30 {
    font-size: 20px;
  }
}
.interview__frame-par {
  font-size: 2.4rem;
  line-height: 1.75em;
  letter-spacing: 0.05em;
  color: #000;
}
@media screen and (max-width: 767px) {
  .interview__frame-par {
    font-size: 17px;
  }
}
.interview__frame-par.ls28 {
  letter-spacing: 0.028em;
}
.interview__frame-par.ls-20 {
  letter-spacing: -0.02em;
}
.interview__frame-par.ls20 {
  letter-spacing: 0.02em;
}
.interview__frame-img-grid {
  margin-bottom: 28px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
@media screen and (max-width: 767px) {
  .interview__frame-img-grid {
    margin-bottom: 0;
    grid-template-columns: 1fr;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
@media screen and (max-width: 767px) {
  .interview__frame-img-grid > * {
    height: 220px;
  }
}
.interview__frame-img {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .interview__frame-img {
    width: 100% !important;
    height: 220px !important;
  }
}
.interview__frame-img.w338 {
  width: 39.858490566%;
}
.interview__frame-img.w428 {
  width: 50.4716981132%;
}
.interview__frame-img.w390 {
  width: 45.9905660377%;
  height: 312px;
}
.interview__frame-img.w285 {
  width: 33.608490566%;
}
.interview__frame-arrow {
  margin: 52px auto 40px;
  width: 163px;
}
@media screen and (max-width: 767px) {
  .interview__frame-arrow {
    margin-block: 26px 20px;
    width: 81px;
  }
}
.interview__faq-list {
  margin-block: 86px 170px;
  padding-left: 16px;
}
@media screen and (max-width: 767px) {
  .interview__faq-list {
    margin-block: 43px 85px;
    padding-left: 8px;
  }
}
.interview__faq-item:not(:last-child) {
  margin-bottom: 74px;
}
@media screen and (max-width: 767px) {
  .interview__faq-item:not(:last-child) {
    margin-bottom: 37px;
  }
}
.interview__faq-q {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 38px;
}
@media screen and (max-width: 767px) {
  .interview__faq-q {
    gap: 19px;
  }
}
.interview__faq-q-icon {
  width: 86px;
}
@media screen and (max-width: 767px) {
  .interview__faq-q-icon {
    width: 52px;
  }
}
.interview__faq-q-text {
  font-size: 3rem;
  font-family: "HiraKakuPro-W6", sans-serif;
  line-height: 1.5666666667em;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .interview__faq-q-text {
    font-size: 20px;
    line-height: 1.5em;
  }
}
.interview__faq-a {
  margin: -16px 0 0 54px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
}
@media screen and (max-width: 767px) {
  .interview__faq-a {
    margin: -10px 0 0 27px;
    gap: 20px;
  }
}
.interview__faq-a-icon {
  margin-top: -3px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 62px;
  height: 62px;
  border-radius: 50%;
  border: 2px solid #fbb03b;
  font-family: "HiraKakuPro-W6", sans-serif;
  font-size: 4rem;
  color: #fbb03b;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 767px) {
  .interview__faq-a-icon {
    font-size: 25px;
    width: 40px;
    height: 40px;
  }
}
.interview__faq-a-text {
  margin-top: 12px;
  font-size: 2.4rem;
  line-height: 1.5em;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .interview__faq-a-text {
    font-size: 17px;
  }
}
.interview__footer-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 22px;
}
@media screen and (max-width: 767px) {
  .interview__footer-info {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 16px;
  }
}
.interview__footer-img {
  width: 42%;
  height: 252px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .interview__footer-img {
    width: 100%;
    height: 150px;
  }
}
.interview__footer-contact {
  margin-top: 28px;
  padding-left: 4px;
  font-size: 1.6rem;
  color: #000;
  line-height: 1.5em;
}
@media screen and (max-width: 767px) {
  .interview__footer-contact {
    margin-top: 16px;
    padding-left: 0;
    font-size: 14px;
  }
}
.interview__footer-name {
  font-family: "HiraKakuPro-W6", sans-serif;
}
.interview__footer-texts {
  font-size: 2.2rem;
  line-height: 1.6363636364em;
  color: #000;
}
@media screen and (max-width: 767px) {
  .interview__footer-texts {
    font-size: 16px;
  }
}
.interview__sns-group {
  margin-top: 7px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 14px;
}
.interview__sns-link {
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.interview__sns-link:hover {
  opacity: 0.7;
}
.interview__sns-link:not(:last-child) {
  margin-right: 14px;
}
.interview__sns-icon {
  height: 35px;
}

.about {
  margin-block: 196px 110px;
  -webkit-font-feature-settings: normal;
          font-feature-settings: normal;
}
@media screen and (max-width: 767px) {
  .about {
    margin-block: 98px 55px;
  }
}
.about__container {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-top: 105px;
}
@media screen and (max-width: 1024px) {
  .about__container {
    max-width: 100%;
    padding: 0 3%;
  }
}
@media screen and (max-width: 767px) {
  .about__container {
    padding: 0 5%;
  }
}
@media screen and (max-width: 767px) {
  .about__container {
    padding-top: 52px;
  }
}
.about__par {
  font-size: 2.6rem;
  letter-spacing: -0.05em;
  line-height: 2.3076923077em;
}
@media screen and (max-width: 767px) {
  .about__par {
    font-size: 18px;
    letter-spacing: 0;
  }
}
.about__par:not(:last-child) {
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .about__par:not(:last-child) {
    margin-bottom: 30px;
  }
}
.about__par .ls20 {
  letter-spacing: 0.2em;
}

.sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .sp {
    display: block;
  }
}

.sp-flex {
  display: none;
}
@media screen and (max-width: 767px) {
  .sp-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.pc {
  display: block;
}
@media screen and (max-width: 767px) {
  .pc {
    display: none;
  }
}

.pc-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 767px) {
  .pc-flex {
    display: none;
  }
}

.full {
  width: 100%;
  height: 100%;
}

.cover {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.contain {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.hidden {
  display: none;
}

.palt {
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}

.absolute {
  position: absolute;
}

.nowrap {
  white-space: nowrap;
}

.overflow {
  overflow: hidden;
}

.bg-black {
  background: #000;
}

/*# sourceMappingURL=/main.css.map */