@charset "UTF-8";
/*================================================================
Chrome/Firefox/Edgeなど、各ブラウザはそれぞれデフォルトで効くCSSを持っています。
何もしないと見え方が微妙に変わるので、デフォルトのCSSをリセットして
ブラウザごとの表示の差異をなくすために書くのが「リセットCSS」です。
================================================================*/
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html, body, h1, h2, h3, h4, h5, h6, ul, ol, dl, li, dt, dd, p, div, span, img, a, table, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  font-weight: normal;
  font-size: 100%;
  vertical-align: baseline;
}

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

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
  list-style-type: none;
} 
html {
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
  font-size: 100%; /* 相対基準を統一 */
}
@media screen and (max-width: 767px) {
  html {
    font-size: calc(16 / 390 * 100vw);
  }
}

body {
  color: #33291F;
  background: #fff;
  font-size: 0.875rem;
  font-family: "Noto Sans JP", sans-serif;
}

button {
  cursor: pointer;
  font: inherit;
  color: inherit;
  background: transparent;
  padding: 0;
  border: none;
}

a,
span {
  display: inline-block;
  font-weight: inherit;
}

a {
  color: inherit;
  text-decoration: none;
  transition: opacity 0.3s ease;
}
@media (any-hover: hover) {
  a:hover {
    cursor: pointer;
    opacity: 0.7;
  }
}

img {
  display: inline-block;
  width: 100%;
  height: auto;
  object-fit: cover;
}

@media (min-width: 768px) {
  a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
  }
}
.container {
  background: url("./img/bg_container.webp") no-repeat center center/cover;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  overflow: auto;
}
@media screen and (max-width: 767px) {
  .container {
    background: none;
    padding-left: 0;
  }
}
.container.no-scroll {
  overflow: hidden;
}

.wrapper {
  overflow: hidden;
  background: #fff;
  width: 24.375rem;
  margin-left: calc(50vw - 24.375rem / 2);
}
@media screen and (max-width: 767px) {
  .wrapper {
    margin-inline: auto;
    padding-bottom: 7.3125rem;
  }
}
@media screen and (min-width: 768px) {
  .wrapper {
    position: relative;
  }
  .wrapper::before, .wrapper::after {
    content: "";
    background: #fff;
    width: 0.25rem;
    height: 100%;
    position: absolute;
    top: 0;
    z-index: 3;
  }
  .wrapper::before {
    left: 0;
  }
  .wrapper::after {
    right: 0;
  }
}

@media screen and (max-width: 767px) {
  .main {
    margin-top: 3.4375rem;
  }
}

.inner {
  width: 24.375rem;
  margin-inline: auto;
  padding-inline: 0.75rem;
}
@media screen and (max-width: 767px) {
  .inner {
    width: 100%;
  }
}

.heading {
  font-size: 2rem;
  font-weight: 700;
  width: fit-content;
  line-height: 1.16875;
  padding-bottom: 1.1875rem;
  margin-inline: auto;
  text-align: center;
  position: relative;
}
.liver .heading {
  color: #fff;
}
.heading::before {
  content: "";
  background: #EE8814;
  width: 3.5rem;
  height: 0.25rem;
  position: absolute;
  bottom: 0;
  left: 50%;
  translate: -50%;
}
.liver .heading::before {
  background: #fff;
}
.interview .heading::before {
  display: none;
}

.--accent {
  display: inline;
  color: #EE8814;
  font-size: inherit;
  font-weight: inherit;
  letter-spacing: inherit;
  line-height: inherit;
}

.cta {
  text-align: center;
}

.cta__link {
  margin-top: 0.53125rem;
  margin-inline: auto;
  position: relative;
}
.aim .cta__link {
  width: 21.25rem;
}

.aim .cta__link, .side-cta .cta__link {
  animation: 1.5s 0.3s ease forwards infinite animatedScale;
}
@keyframes animatedScale {
  0% {
    scale: 1;
  }
  50% {
    scale: 1.05;
  }
  100% {
    scale: 1;
  }
}
.cta-sp .cta__link {
  overflow: hidden;
  position: relative;
}
.cta-sp .cta__link::before {
  content: "";
  background: #fff;
  width: min(30 / 390 * 100vw, 3.6875rem);
  height: 100%;
  rotate: 45deg;
  position: absolute;
  top: max(-180 / 390 * 100vw, -22.125rem);
  left: 0;
  animation: 3s ease-in-out infinite forwards flash;
}
@keyframes flash {
  0% {
    opacity: 0;
    scale: 0;
  }
  80% {
    opacity: 0.5;
    scale: 0;
  }
  81% {
    opacity: 1;
    scale: 4;
  }
  100% {
    opacity: 0;
    scale: 50;
  }
}

.cta-sp {
  background: #fff;
  width: 100%;
  padding-inline: 0.1875rem;
  padding-bottom: 0.9375rem;
  box-shadow: 0 0.0625rem 0.5625rem rgba(0, 0, 0, 0.24);
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 8;
}
@media screen and (min-width: 768px) {
  .cta-sp {
    display: none;
  }
}

.tiktok-link {
  background: #33291F;
  height: 2.655rem;
  padding-inline: 3.1125rem 2.15rem;
  border-radius: 100vmax;
  flex-shrink: 0;
  flex-grow: 0;
  position: relative;
}
.manager .tiktok-link {
  padding-inline: 3.1875rem 1.3125rem;
}
.tiktok-link svg {
  width: 1.3125rem;
  height: auto;
  aspect-ratio: 1;
  position: absolute;
  top: 0.63125rem;
  left: 0.86875rem;
}
.tiktok-link span {
  color: #fff;
  font-size: 0.8125rem;
  font-weight: 700;
  line-height: 3.2676923077;
}

.interview-link {
  background: #fff;
  height: 2.655rem;
  padding-inline: 2.175rem 0.775rem;
  border: 0.125rem solid #EE8814;
  border-radius: 100vmax;
  flex-shrink: 0;
  flex-grow: 0;
  position: relative;
}
.interview-link img {
  width: 1.1875rem;
  height: auto;
  position: absolute;
  top: 0.63125rem;
  left: 0.8125rem;
}
.interview-link span {
  color: #33291F;
  font-size: 0.8125rem;
  font-weight: 700;
  letter-spacing: -0.02em;
  line-height: 2.8;
}

.header {
  width: 100%;
  background: #fff;
  height: 3.4375rem;
  padding-left: 0.9375rem;
  display: flex;
  align-items: center;
  transform: translateZ(0);
  -webkit-transform: translateZ(0);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
}
@media screen and (min-width: 768px) {
  .header {
    display: none;
  }
}

.header__logo {
  width: fit-content;
  margin-block: auto;
}

.header__logo-link img {
  width: 3.9375rem;
}

.side-cta {
  padding-top: min(12.5vw, 11.25rem);
  padding-bottom: min(6.25vw, 5rem);
  width: calc(50vw - 24.375rem / 2);
  height: 100vh;
  height: 100svh;
  overflow-y: scroll;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1;
  scrollbar-width: none;
}
.side-cta::-webkit-scrollbar {
  display: none;
}
@media screen and (max-width: 767px) {
  .side-cta {
    display: none;
  }
}

.side-cta__logo {
  text-align: center;
}
.side-cta__logo img {
  width: min(11.9444444444vw, 10.75rem);
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .side-cta__logo img {
    width: max(10.4166666667vw, 5rem);
  }
}

.side-cta__btn {
  margin-top: 0.5rem;
}
.side-cta__btn img {
  width: min(27.9166666667vw, 25.125rem);
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .side-cta__btn img {
    width: max(22.1354166667vw, 10.625rem);
  }
}

.side-cta__qr {
  margin-top: 1.875rem;
  text-align: center;
}

.side-cta__qr-link img {
  width: min(16.6666666667vw, 15rem);
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .side-cta__qr-link img {
    width: max(13.0208333333vw, 6.25rem);
  }
}

.side-menu {
  color: #fff;
  width: calc(100vw - 24.375rem - (50vw - 24.375rem / 2));
  height: 100vh;
  height: 100svh;
  padding-top: min(10.625vw, 9.5625rem);
  padding-bottom: min(5.5555555556vw, 5rem);
  overflow-y: scroll;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 1;
  scrollbar-width: none;
}
.side-menu::-webkit-scrollbar {
  display: none;
}
@media screen and (max-width: 767px) {
  .side-menu {
    display: none;
  }
}

.side-menu__nav {
  height: fit-content;
}

.side-menu__item {
  text-align: center;
}
.side-menu__item:nth-of-type(n + 2) {
  margin-top: 1.5625rem;
}

.side-menu__link {
  font-size: min(1.3888888889vw, 1.25rem);
  font-weight: 700;
  line-height: 1.8;
  width: fit-content;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .side-menu__link {
    font-size: clamp(0.6875rem, 1.3671875vw, 0.875rem);
  }
}

.side-menu__balloon {
  margin-top: min(3.4027777778vw, 3.0625rem);
  display: flex;
  justify-content: center;
  gap: 0.3125rem;
}
.side-menu__balloon svg {
  width: min(1.1111111111vw, 1rem);
  height: auto;
}
.side-menu__balloon p {
  font-size: min(1.1111111111vw, 1rem);
  font-weight: 700;
  white-space: nowrap;
  margin-top: min(0.1388888889vw, 0.125rem);
}

.side-menu__sns-icons {
  width: min(16.6666666667vw, 15rem);
  height: auto;
  aspect-ratio: 3.4285714286;
  margin-top: 1.0625rem;
  margin-inline: auto;
  display: flex;
  justify-content: space-between;
}

.side-menu__sns-icon {
  width: min(4.8611111111vw, 4.375rem);
}

.drawer-icon {
  cursor: pointer;
  background: transparent;
  width: 1.75rem;
  height: 1.375rem;
  border: none;
  position: absolute;
  top: 1.125rem;
  right: 1.4375rem;
}
@media screen and (min-width: 768px) {
  .drawer-icon {
    display: none;
  }
}

.drawer-icon__bar {
  content: "";
  display: block;
  background: #33291F;
  width: inherit;
  height: 0.125rem;
  transition: top 0.3s linear, bottom 0.3s linear, transform 0.3s linear;
  position: absolute;
  left: 0;
}
.drawer-icon__bar.--bar1 {
  top: 0;
}
.drawer-icon__bar.--bar2 {
  top: 50%;
  translate: 0 -50%;
}
.drawer-icon__bar.--bar3 {
  bottom: 0;
}
.drawer-icon.is-show .drawer-icon__bar.--bar1 {
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
}
.drawer-icon.is-show .drawer-icon__bar.--bar2 {
  display: none;
}
.drawer-icon.is-show .drawer-icon__bar.--bar3 {
  top: 50%;
  transform: translateY(-50%) rotate(-45deg);
}

.drawer-content {
  color: #fff;
  background: #EE8814;
  width: 100%;
  height: 100vh;
  height: 100svh;
  padding-block: 9.25rem;
  overflow-y: scroll;
  position: fixed;
  top: -120%;
  left: 50%;
  translate: -50%;
  z-index: 9;
  transition: top 0.3s linear;
}
.drawer-content.is-show {
  top: 0;
}

.drawer-content__nav {
  height: fit-content;
  margin-inline: auto;
}

.drawer-content__item {
  width: fit-content;
  margin-inline: auto;
  text-align: center;
}
.drawer-content__item:nth-of-type(n + 2) {
  margin-top: 1.5625rem;
}

.drawer-content__link {
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.8;
  width: 100%;
}

.drawer-content__sns-icons {
  width: 15rem;
  height: 4.375rem;
  margin-top: 2.875rem;
  margin-inline: auto;
  display: flex;
  justify-content: space-between;
}

.drawer-content__sns-icon {
  width: 4.375rem;
}

.fv {
  overflow: hidden;
  position: relative;
}

.fv__container {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.fv__title {
  width: 21.875rem;
  position: absolute;
  top: 1.5rem;
  left: 50%;
  translate: -50%;
}

.fv__agency {
  background: #EE8814;
  width: fit-content;
  padding-block: 0.125rem 0.25rem;
  padding-inline: 2.125rem;
  border-radius: 1.0625rem;
  white-space: nowrap;
  position: absolute;
  top: 6.375rem;
  left: 50%;
  translate: -50%;
}
.fv__agency p {
  color: #fff;
  font-size: 1.125rem;
  font-weight: 900;
  line-height: 1.5222222222;
}

.fv__desc {
  width: 19.1rem;
  position: absolute;
  top: 22rem;
  left: -2.8125rem;
}

.fv__follower {
  width: 7.8125rem;
  position: absolute;
  top: 23.375rem;
  right: 0.39375rem;
}

.fv__sns-icons {
  width: 15.1875rem;
  height: 4.5625rem;
  display: flex;
  justify-content: space-between;
  position: absolute;
  top: 33.8125rem;
  left: 50%;
  translate: -50%;
}

.fv__balloon {
  display: flex;
  gap: 0.3125rem;
  position: absolute;
  top: 32rem;
  left: 50%;
  translate: -50%;
}
.fv__balloon svg {
  width: 1rem;
  height: auto;
}
.fv__balloon p {
  font-size: 1rem;
  font-weight: 700;
  white-space: nowrap;
  margin-top: 0.125rem;
}

.fv__sns-icon {
  width: 4.5625rem;
}

.fv__application {
  background: #EE8814;
  width: 100%;
  height: 3.5625rem;
  text-align: center;
  position: absolute;
  top: 39.75rem;
  left: 0;
}
.fv__application p {
  color: #fff;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 3.5625rem;
}
.fv__application::before {
  content: "";
  background: #EE8814;
  width: 2.8125rem;
  height: 1.0625rem;
  clip-path: polygon(0 0, 50% 100%, 100% 0);
  position: absolute;
  top: 100%;
  left: 50%;
  translate: -50%;
}

.fv__message {
  width: 23.1875rem;
  position: absolute;
  top: 45.4375rem;
  left: 50.4%;
  translate: -50%;
}

.manager {
  position: relative;
}

.manager__bg {
  background: #FEFAF4;
}
.manager__bg img {
  display: block;
}

.manager__inner {
  width: 100%;
  height: 100%;
  padding-top: 1.1875rem;
  padding-bottom: 3.71875rem;
  position: absolute;
  top: 0;
  left: 0;
}

.manager__heading {
  padding-bottom: 0;
}
.manager__heading::before {
  display: none;
}

.manager__name {
  background: #EE8814;
  width: 12.6875rem;
  padding-block: 0.1875rem;
  border-radius: 100vmax;
  margin-top: 0.8125rem;
  margin-inline: auto;
  text-align: center;
}
.manager__name span {
  color: #fff;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.7125rem;
}

.manager__images {
  margin-top: 1.375rem;
  display: flex;
  justify-content: space-between;
}

.manager__img {
  overflow: hidden;
  width: 7.25rem;
  height: auto;
  aspect-ratio: 1;
  border-radius: 0.625rem;
}

.manager__list {
  margin-top: 1.1875rem;
}

.manager__item {
  padding-left: 0.125rem;
  padding-block: 0.875rem;
  border-bottom: dotted rgba(0, 0, 0, 0.8);
  border-width: 0.0625rem;
}
.manager__item:first-of-type {
  padding-top: 0;
}
.manager__item svg {
  width: 1.3125rem;
}

.manager__item-txt {
  font-size: 1.125rem;
  font-weight: 700;
  margin-left: 0.3125rem;
}
.manager__item-txt .--accent {
  font-size: 1.25rem;
}

.manager__message {
  margin-top: 1.25rem;
  text-align: center;
}
.manager__message p {
  color: #EE8814;
  font-size: 1.375rem;
  font-weight: 900;
  line-height: 1.3636363636;
}

.manager__link {
  margin-top: 1.25rem;
  text-align: center;
}

.change {
  background: url("./img/bg_change.webp") no-repeat center center/cover;
  padding-top: 0.9375rem;
  padding-bottom: 2.56875rem;
  margin-top: -0.125rem;
}

.change__heading img {
  width: 22.1875rem;
  margin-left: 0.3125rem;
}

.change__list {
  margin-top: 1.1875rem;
  display: flex;
  flex-wrap: wrap;
  gap: 0.375rem;
}

.change__item {
  background: #fff;
  width: 11.25rem;
  height: 3.3125rem;
  border-radius: 0.625rem;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.change__item p {
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 1.5;
}
.change__item.--item6 p {
  font-size: 0.75rem;
  letter-spacing: -0.01em;
  line-height: 1.6666666667;
  white-space: nowrap;
}

.change__img {
  margin-top: -1.1875rem;
  margin-left: 0.5rem;
  overflow: hidden;
  display: flex;
  justify-content: center;
}
.change__img img {
  width: 32.375rem;
}

.about {
  background: url("./img/bg_about.webp") no-repeat center center/cover;
  padding-top: 0.25rem;
  padding-bottom: 4.3125rem;
}

.about__heading {
  line-height: 1.2625;
  padding-bottom: 1.25rem;
}

.about__img {
  overflow: hidden;
  width: 100%;
  height: auto;
  aspect-ratio: 1.7264150943;
  border-radius: 0.9375rem;
  margin-top: 1.3125rem;
}
.about__img img {
  margin-top: -0.875rem;
}

.about__case-item {
  display: flex;
  gap: 0.5625rem;
}
.about__case-item svg {
  flex-shrink: 0;
}

.about__case {
  margin-top: 1.75rem;
}

.about__case-title {
  color: #EE8814;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.4166666667;
  text-align: center;
}

.about__case-list {
  margin-top: 0.5625rem;
}

.about__case-item {
  border-bottom: dotted #E7D74C;
  border-width: 0.125rem;
  padding-top: 0.1875rem;
  padding-bottom: 0.5625rem;
}
.about__case-item:first-of-type {
  padding-top: 0;
}
.about__case-item svg {
  width: 1.4375rem;
  height: auto;
  margin-top: 0.375rem;
  align-self: flex-start;
}

.about__case-item-txt {
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.6666666667;
}
.about__case-item-txt .--accent {
  font-size: 1.25rem;
  line-height: 1.5;
}

.merit {
  background: #FEFAF4;
  padding-top: 0.75rem;
  padding-bottom: 1.875rem;
}

.merit__list {
  margin-top: 1.5rem;
}

.merit__item {
  background: #FAE4CD;
  padding-block: 0.46875rem;
  padding-inline: 0.6875rem;
  border-radius: 0.625rem;
  display: flex;
  align-items: center;
  gap: 0.375rem;
}
.merit__item:nth-of-type(n + 2) {
  margin-top: 0.4375rem;
}
.merit__item svg {
  width: 1.125rem;
  height: auto;
  aspect-ratio: 1;
  flex-shrink: 0;
}

.merit__item-txt {
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 1.5;
}

.liver {
  background: #FEFAF4 url("./img/bg_liver.webp") no-repeat center center/cover;
  margin-top: -0.1875rem;
  padding-top: 5.1875rem;
  padding-bottom: 4.8125rem;
  position: relative;
}

.liver__container {
  margin-top: 2.3125rem;
}

.liver__title {
  color: #fff;
  font-size: 1.6875rem;
  font-weight: 700;
  line-height: 2rem;
  text-align: center;
  width: fit-content;
  margin-inline: auto;
  position: relative;
}
.liver__title::before, .liver__title::after {
  content: "";
  background: #fff;
  width: 0.1875rem;
  height: 2.125rem;
  position: absolute;
  bottom: 0;
}
.liver__title::before {
  left: -1.375rem;
  rotate: -22deg;
}
.liver__title::after {
  right: -1.375rem;
  rotate: 22deg;
}

.liver__swiper-container,
.liver__swiper,
.liver__swiper-wrapper,
.liver__swiper-slide {
  position: relative;
}

.liver__swiper-container {
  margin-top: 0.9375rem;
}

.liver__swiper {
  overflow: hidden;
  border-radius: 0.9375rem;
}

.liver__swiper-slide-img {
  background: #fff;
  width: 100%;
  height: auto;
  aspect-ratio: 1.3260869565;
}
.liver__swiper-slide-img img {
  display: block;
  width: 100%;
  height: 100%;
}

.liver__swiper-slide-txt {
  background: #fff;
  padding-top: 1.1875rem;
  padding-inline: 0.875rem;
  padding-bottom: 0.96875rem;
}

.liver__swiper-slide-title {
  font-size: 1.375rem;
  font-weight: 700;
  line-height: 1.3636363636;
  text-align: center;
}

.liver__swiper-slide-links {
  margin-top: 1.0625rem;
  display: flex;
  justify-content: space-between;
  gap: 0.3125rem;
}

.liver__swiper-button-prev,
.liver__swiper-button-next,
.liver__swiper-pagination-bullets.liver__swiper-pagination-horizontal {
  top: unset;
  bottom: unset;
  left: unset;
  right: unset;
  margin: 0;
  padding: 0;
}

.liver__swiper-button-prev::after,
.liver__swiper-button-next::after {
  content: "";
}

.liver__swiper-button-prev,
.liver__swiper-button-next {
  background: #33291F;
  width: 4.1875rem;
  height: auto;
  aspect-ratio: 1;
  border-radius: 50%;
  bottom: 50%;
  z-index: 2;
}
.liver__swiper-button-prev::before,
.liver__swiper-button-next::before {
  content: "";
  width: 0.625rem;
  height: 0.625rem;
  border-top: 0.0625rem solid #fff;
  border-left: 0.0625rem solid #fff;
  position: absolute;
  top: 50%;
  left: 0;
  translate: 0 -50%;
}

.liver__swiper-button-prev {
  left: -2rem;
  translate: 0% 50%;
}
.liver__swiper-button-prev::before {
  left: 2.1875rem;
  rotate: -45deg;
}

.liver__swiper-button-next {
  right: -2rem;
  translate: 0% 50%;
}
.liver__swiper-button-next::before {
  left: calc(100% - 2.1875rem);
  translate: -100% -50%;
  rotate: 135deg;
}

.flow {
  background: url("./img/bg_flow.webp") no-repeat center top/contain;
  padding-top: 0.625rem;
  padding-bottom: 4.25rem;
}

.flow__steps {
  margin-top: 1.5625rem;
}

.flow__step {
  background: #fff;
  padding-block: 1rem 1.25rem;
  padding-inline: 1.375rem 1.4375rem;
  border-radius: 0.625rem;
  display: flex;
  gap: 0.6875rem;
  position: relative;
}
.flow__step:nth-of-type(n + 2) {
  margin-top: 2rem;
}
.flow__step::before {
  content: "";
  background: #EE8814;
  width: 3.9375rem;
  height: 1.0625rem;
  clip-path: polygon(0 0, 50% 100%, 100% 0);
  position: absolute;
  top: calc(100% + 0.4375rem);
  left: 50%;
  translate: -50%;
}
.flow__step.--step4::before {
  display: none;
}

.flow__step-num {
  width: 3.625rem;
  flex-shrink: 0;
}

.flow__step-title {
  font-size: 1.3125rem;
  font-weight: 700;
  line-height: 1.2380952381;
  margin-top: 0.0625rem;
}

.flow__step-desc {
  font-size: 0.875rem;
  line-height: 1.7142857143;
  margin-top: 0.125rem;
}

.achievement {
  background: #FEFAF4;
  padding-top: 1.9375rem;
  padding-bottom: 2.375rem;
}

.achievement__list {
  margin-top: 1.375rem;
}

.achievement__item {
  background: #FAE4CD;
  padding-block: 0.75rem 0.875rem;
  padding-left: 0.6875rem;
  padding-right: 1.5625rem;
  border-radius: 0.625rem;
  display: flex;
  align-items: center;
  gap: 0.375rem;
}
.achievement__item:nth-of-type(n + 2) {
  margin-top: 0.375rem;
}
.achievement__item svg {
  width: 1.125rem;
  height: auto;
}

.achievement__item-txt {
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 1.5;
}

.qa {
  background: #FEFAF4;
  padding-top: 0.25rem;
  padding-bottom: 2.125rem;
}

.qa__boxes {
  margin-top: 1.5rem;
  display: flex;
  flex-direction: column;
  gap: 1.125rem;
}

.qa__box-head, .qa__box-body {
  cursor: pointer;
  width: 100%;
  border: 0.125rem solid #FAAD55;
  border-radius: 0.3125rem;
  box-shadow: 0.125rem 0.1875rem rgb(238, 136, 20);
  position: relative;
  transition: background 0.3s ease;
}

.qa__box-body {
  display: none;
  margin-top: 0.5625rem;
}

.qa__box-head-container, .qa__box-body-container {
  text-align: left;
  display: flex;
}

.qa__box-head-icon, .qa__box-body-icon {
  background: #FAAD55;
  width: 3.0625rem;
  padding-top: 1.0625rem;
  text-align: center;
  flex-shrink: 0;
}
.qa__box-head-icon svg, .qa__box-body-icon svg {
  width: 1.1875rem;
  height: auto;
}

.qa__box-head-txt, .qa__box-body-txt {
  font-size: 0.875rem;
  font-weight: 600;
  line-height: 1.4;
  min-height: 3.375rem;
  width: 100%;
  padding-block: 0.5rem;
  padding-left: 0.8125rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.qa__box-head-txt {
  background: #fff;
  padding-right: 3.75rem;
}

.qa__box-body-txt {
  background: #FAE4CD;
  padding-right: 0.8125rem;
}

.qa__box-head-btn {
  display: block;
  width: 0.5625rem;
  height: auto;
  aspect-ratio: 1;
  border-bottom: 0.125rem solid #33291F;
  border-right: 0.125rem solid #33291F;
  rotate: 45deg;
  position: absolute;
  top: 50%;
  right: 1.4375rem;
  translate: 0 -50%;
  transition: rotate 0.3s;
}
.qa__box.is-open .qa__box-head-btn {
  rotate: -135deg;
}

.aim {
  background: #FEFAF4;
  padding-top: 1.4375rem;
  padding-bottom: 2.375rem;
}

.aim__inner {
  position: relative;
}

.aim__cta {
  position: absolute;
  bottom: 1.375rem;
  left: 50%;
  translate: -50%;
}

.footer {
  color: #fff;
  background: #33291F;
  padding-top: 2.0625rem;
  padding-bottom: 1.625rem;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .footer {
    padding-top: 3.6458333333vw;
    padding-bottom: 4.6875vw;
  }
}

.footer__title {
  font-size: 1.5rem;
  font-weight: 900;
}

.footer__name {
  font-size: 1.125rem;
  margin-top: 1.5625rem;
}

.footer__address {
  font-size: 0.875rem;
  line-height: 1.2;
  width: fit-content;
  margin-top: 0.6875rem;
  margin-inline: auto;
  padding-right: 0.75rem;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.footer__privacy-policy {
  font-size: 0.75rem;
  margin-top: 1.6875rem;
  text-decoration: underline;
}

.privacy-policy {
  color: #000;
  background: #fff;
  letter-spacing: 0.02em;
  padding-top: 3.6875rem;
  padding-bottom: 2.75rem;
  min-height: 90vh;
}

.privacy-policy__inner {
  padding-inline: 1.71875rem;
}

.privacy-policy__title {
  font-size: 1.5rem;
  font-weight: 700;
  text-align: center;
}

.privacy-policy__desc {
  font-size: 0.875rem;
  line-height: 1.8;
  margin-top: 2.5rem;
}

.privacy-policy__list {
  margin-top: 1.8125rem;
}

.privacy-policy__item:nth-of-type(n + 2) {
  margin-top: 1.91875rem;
}

.privacy-policy__item-title {
  font-size: 1.125rem;
  font-weight: 700;
  padding-bottom: 0.8125rem;
  border-bottom: 0.0625rem solid currentColor;
}

.privacy-policy__item-desc {
  font-size: 0.875rem;
  line-height: 1.6;
  padding-top: 0.875rem;
}

.interview {
  overflow: hidden;
  background: #FFF178;
  padding-top: 2.6875rem;
  padding-bottom: 2.625rem;
  position: relative;
}

.interview__deco {
  position: absolute;
  z-index: 0;
}

.interview__deco1 {
  width: 25.6875rem;
  height: auto;
  aspect-ratio: 2.7039473684;
  top: -0.4375rem;
  left: -0.5625rem;
}

.interview__deco2 {
  width: 23.5rem;
  height: auto;
  aspect-ratio: 4.5301204819;
  bottom: 4.3125rem;
  left: -0.75rem;
}

.interview__inner {
  position: relative;
}

.interview__card {
  overflow: hidden;
  background: #fff;
  border-radius: 0.9375rem;
  margin-top: 0.375rem;
}

.interview__card-txt {
  padding: 1.4375rem 1.4375rem 2rem;
  text-align: center;
}

.interview__card-title {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.25;
}

.interview__card-genre {
  color: #EE8814;
  font-size: 0.75rem;
  font-weight: 700;
  line-height: 1.75;
  padding: 0.125rem 0.6875rem;
  border: 0.125rem solid currentColor;
  border-radius: 100vmax;
  margin-top: 0.625rem;
}

.interview__card-desc {
  letter-spacing: 0.02em;
  line-height: 2;
  text-align: left;
  margin-top: 1rem;
}
.interview__card-desc p {
  font-weight: 600;
}

.interview__return {
  margin-top: 1.8125rem;
  text-align: center;
}

.interview__return-btn {
  color: #fff;
  background: #33291F;
  font-size: 0.8125rem;
  font-weight: 700;
  line-height: 2.1307692308;
  padding: 0.4375rem 4.375rem;
  border-radius: 100vmax;
  position: relative;
}
.interview__return-btn::before {
  content: "";
  width: 0.375rem;
  height: auto;
  aspect-ratio: 1;
  border-top: 0.0625rem solid currentColor;
  border-right: 0.0625rem solid currentColor;
  rotate: -135deg;
  position: absolute;
  left: 1.0625rem;
  top: 50%;
  translate: 0 -50%;
}/*# sourceMappingURL=style.css.map */