@charset "UTF-8";
/* A Modern CSS Reset */
* {
  margin: 0;
  padding: 0;
}

*,
::before,
::after {
  border-style: solid;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-width: 0;
}

html {
  scroll-behavior: smooth;
}

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

ul,
ol {
  list-style: none;
}

a {
  color: inherit;
  background-color: transparent;
  text-decoration: none;
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
}

img {
  width: 100%;
  display: block;
}

input,
button,
select,
textarea {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  border: none;
  border-radius: 0;
  background: transparent;
  font: inherit;
  outline: none;
}

textarea {
  resize: none;
}

input[type=checkbox],
input[type=radio] {
  display: none;
}

input[type=submit],
input[type=button],
label,
button,
select {
  cursor: pointer;
}

select::-ms-expand {
  display: none;
}

body {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
}

body {
  color: #333333;
}

a:hover {
  opacity: 0.7;
  -webkit-transition: 0.7s;
  transition: 0.7s;
}

html {
  font-size: 1.28vw;
}
@media (max-width: 375px) {
  html {
    font-size: 4.2666666667vw;
  }
}
@media screen and (max-width: 767px) {
  html {
    font-size: 16px;
  }
}
@media (min-width: 1250px) {
  html {
    font-size: 16px;
  }
}

@media screen and (max-width: 767px) {
  a {
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  a:hover {
    opacity: 0.8;
  }
}

.header {
  position: relative;
}

.header__inner {
  position: absolute;
  position: fixed;
  z-index: 100;
  top: 0;
  left: 0;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  .header__inner {
    background-color: transparent;
    width: 100%;
    height: 3.75rem;
  }
}

.header__inner.is-active {
  background-color: #fff;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.header__logo {
  aspect-ratio: 157/100;
  margin-left: 7.5rem;
  height: 6.25rem;
}
@media screen and (max-width: 767px) {
  .header__logo {
    width: 3.75rem;
    aspect-ratio: 59/37;
    margin-left: 0.625rem;
  }
}

.header__logo img {
  width: 100%;
  height: 100%;
}

.header__sp-nab {
  opacity: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: inherit;
}

.header__sp-nab.is-active {
  opacity: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: inherit;
  -webkit-transition: all 0.8s;
  transition: all 0.8s;
}

.sp-nab__btn {
  display: block;
  aspect-ratio: 1/1;
  height: inherit;
  aspect-ratio: 372/100;
  height: 6.25rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 1.25rem;
     -moz-column-gap: 1.25rem;
          column-gap: 1.25rem;
}
@media screen and (max-width: 767px) {
  .sp-nab__btn {
    height: 3.75rem;
    aspect-ratio: 1/1;
  }
}

.sp-nab__btn--line {
  background-color: #5DC71C;
}

.sp-nab__btn--email {
  background-color: #F9CB26;
}

.sp-nab--icon {
  width: 2.125rem;
  aspect-ratio: 1/1;
}
@media screen and (max-width: 767px) {
  .sp-nab--icon {
    width: 1.6875rem;
  }
}

.sp-nab__icon--line {
  background-color: #5DC71C;
}

.sp-nab__icon--email {
  background-color: #F9CB26;
}

.sp-nab--icon img {
  width: 100%;
  height: 100%;
}

.sp-nab__text {
  font-weight: 700;
  font-size: 1rem;
  line-height: 1;
  color: #fff;
}

.sp-nab__arrow {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 0 10px 7px;
  border-color: transparent transparent transparent #fff;
  line-height: 0px;
}

.footer__bg {
  background-color: #FFEFD4;
  width: 100%;
  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;
}

.footer__logo {
  width: 9.8125rem;
  aspect-ratio: 157/100;
}

.footer__lists {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
}

.footer__bottom {
  background-color: #FFEFD4;
  padding: 3.75rem 0.9375rem 1.5625rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -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;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.footer__text {
  font-size: 0.9375rem;
  font-weight: 400;
  color: #46300B;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .footer__text {
    max-width: 31.25rem;
  }
}

.footer__text span {
  position: relative;
}

.footer__text span::before {
  display: block;
  position: absolute;
  top: re;
  left: -0.625rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  content: "・";
  width: 1px;
  height: 1px;
}

.footer__logo {
  width: 9.8125rem;
  aspect-ratio: 157/100;
  margin: 1.5625rem auto 0;
}
@media screen and (max-width: 767px) {
  .footer__logo {
    width: 3.75rem;
  }
}

.inner {
  width: 100%;
  max-width: 1250px;
  padding-right: 1.5625rem;
  padding-left: 1.5625rem;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (max-width: 767px) {
  .inner {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}

.mv {
  background-image: url(../img/mv/mv-bg-pc.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 100%;
  aspect-ratio: 1920/900;
}
@media screen and (max-width: 767px) {
  .mv {
    background-image: url(../img/mv/mv-bg-sp.jpg);
    aspect-ratio: 375/812;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.mv__text {
  max-width: 57.2916666667%;
  width: 100%;
  padding-top: 5.2083333333%;
  margin: 0 auto;
  padding-left: 3.125%;
}
@media screen and (max-width: 1024px) {
  .mv__text {
    max-width: 53.59375%;
  }
}
@media screen and (max-width: 767px) {
  .mv__text {
    max-width: 37.5rem;
    width: 100%;
    padding-left: 0;
  }
}

.mv__cta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.9375rem;
  margin: 3.8125rem auto 0;
}
@media screen and (max-width: 767px) {
  .mv__cta {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
    margin: 1.875rem auto;
    row-gap: 0.625rem;
  }
}

.mv__cta--btn {
  max-width: 23.8020833333%;
  aspect-ratio: 457/93;
}
@media screen and (max-width: 767px) {
  .mv__cta--btn {
    max-width: 37.5rem;
    width: 100%;
    margin: 0 auto;
    padding: 0 0.625rem;
  }
}

.section-1 {
  background-color: #FFFDED;
}

.section-1__title {
  padding-top: 4.9375rem;
  width: 100%;
}

.section-1__title__sub {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 1.125rem;
  color: #F8DF00;
  text-align: center;
}

.section-1__title__main {
  font-weight: 700;
  font-size: 2.25rem;
  line-height: 1;
  letter-spacing: 1.08px;
  margin-top: 0.625rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .section-1__title__main {
    font-size: 1.4375rem;
  }
}

.section-1__wrapper {
  margin-top: 3.125rem;
  padding: 0 1.25rem;
  position: relative;
  z-index: 10;
}
@media screen and (max-width: 767px) {
  .section-1__wrapper {
    margin-top: 2.5rem;
  }
}

.section-1__lists {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  max-width: 66.4893617021%;
  width: 100%;
  margin: 0 auto;
  padding-bottom: 5rem;
}
@media screen and (max-width: 767px) {
  .section-1__lists {
    grid-template-columns: repeat(1, 1fr);
    max-width: 31.25rem;
  }
}

.section-1__list {
  font-size: 1.25rem;
  font-weight: 700;
  letter-spacing: 0.6px;
  text-align: center;
  padding: 1.375rem 1.875rem;
  background-color: #584F00;
  color: #fff;
  width: 100%;
  border-radius: 10px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  .section-1__list {
    font-size: 0.9375rem;
    padding: 1.25rem 1.25rem;
    font-size: 0.9375rem;
    max-width: 37.5rem;
  }
}

.section-1__list-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: inherit;
  height: calc(100% - 4.375rem);
}

.section-1__list-box p {
  display: block;
}

.section-1__list::before {
  position: absolute;
  top: -15px;
  left: 5%;
  content: "";
  background-image: url(../img/common/カンマ.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 40.31px;
  aspect-ratio: 40.31/27.12;
}
@media screen and (max-width: 1024px) {
  .section-1__list::before {
    width: 30px;
  }
}
@media screen and (max-width: 1024px) {
  .section-1__list::before {
    aspect-ratio: 40.31/28.12;
  }
}

.section-1__list:nth-child(2n) {
  margin-left: 3.125rem;
}
@media screen and (max-width: 767px) {
  .section-1__list:nth-child(2n) {
    margin-left: 0;
  }
}

.section-1__list:nth-child(n+3) {
  margin-top: 3.125rem;
}
@media screen and (max-width: 767px) {
  .section-1__list:nth-child(n+3) {
    margin-top: 0;
  }
}

@media screen and (max-width: 767px) {
  .section-1__list:nth-child(n+2) {
    margin-top: 1.875rem;
  }
}

.section-2__inner {
  position: relative;
  padding-top: 7rem;
  width: 100%;
  height: 100%;
  padding-bottom: 5rem;
}
@media screen and (max-width: 767px) {
  .section-2__inner {
    padding-top: 3.75rem;
  }
}

.section-2__inner::after {
  content: "";
  position: absolute;
  top: -180px;
  z-index: -2;
  background-image: url(../img/common/section-bg.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 100%;
  height: calc(100% + 17.5rem);
}

.section-2__titleHead {
  font-size: 2.0625rem;
  font-weight: 500;
  padding: 0.5375rem 1.4375rem 0.5375rem 2.4375rem;
  background-color: #F8DF00;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  border-radius: 1.5rem;
  position: relative;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .section-2__titleHead {
    font-size: 1.4375rem;
  }
}

.section-2__titleHead::before {
  content: "";
  position: absolute;
  top: -1.5625rem;
  right: -1.375rem;
  width: 3.25rem;
  height: 3.4375rem;
  background-image: url(../img/common/あしらい.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  display: block;
}

.section-2__titleHead::after {
  content: "";
  position: absolute;
  bottom: -28px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-color: #F8DF00 transparent transparent transparent;
  border-width: 32px 11.5px 0px 11.5px;
}

.section-2__title {
  font-size: 3rem;
  font-weight: 700;
  text-align: center;
  margin-top: 1.875rem;
  padding: 0 1.25rem;
}
@media screen and (max-width: 1024px) {
  .section-2__title {
    font-size: 2.1875rem;
  }
}
@media screen and (max-width: 767px) {
  .section-2__title {
    font-size: 1.5625rem;
  }
}

.section-2__title span {
  font-size: 4rem;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(80%, transparent), color-stop(0%, #FFF796));
  background: linear-gradient(transparent 80%, #FFF796 0%);
  margin: 0 auto;
  line-height: 1.3;
}
@media screen and (max-width: 1024px) {
  .section-2__title span {
    font-size: 2.5rem;
  }
}
@media screen and (max-width: 767px) {
  .section-2__title span {
    font-size: 1.875rem;
  }
}

.section-3__inner {
  position: relative;
  padding-bottom: 5rem;
}

.section-3__inner::after {
  content: "";
  position: absolute;
  top: 0;
  z-index: -2;
  background-image: url(../img/common/section-bg.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 100%;
  height: 100%;
}

.section-3__heading {
  font-size: 4rem;
  font-weight: 700;
  text-align: center;
  padding: 3.125rem 1.25rem 0;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}
@media screen and (max-width: 1024px) {
  .section-3__heading {
    font-size: 2.5rem;
  }
}
@media screen and (max-width: 767px) {
  .section-3__heading {
    font-size: 1.875rem;
    padding: 2.5rem 1.25rem 0;
  }
}

.section-3__heading span {
  position: relative;
}

.section-3__heading span::after {
  position: absolute;
  top: 0;
  right: -3.125rem;
  content: "";
  background-image: url(../img/common/あしらい.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 3.25rem;
  aspect-ratio: 52/55;
}
@media screen and (max-width: 767px) {
  .section-3__heading span::after {
    padding-right: 3.125rem;
    width: 1.375rem;
    top: -0.625rem;
    right: -3.125rem;
  }
}

.section-3__heading br {
  display: none;
}
@media screen and (max-width: 767px) {
  .section-3__heading br {
    display: block;
  }
}

.section-4__bg {
  background-image: url(../img/section4/section4-bg.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 100%;
  padding: 5.3125rem 1.875rem;
}

.section-4__content-border {
  max-width: 67.875rem;
  width: 100%;
  margin: 0 auto;
  border: solid 2px #fff;
  border-radius: 10px;
  padding: 4px;
}
@media screen and (max-width: 1024px) {
  .section-4__content-border {
    max-width: 66.6875rem;
  }
}
@media screen and (max-width: 767px) {
  .section-4__content-border {
    max-width: 37.5rem;
    width: 100%;
  }
}

.section-4__content {
  border-radius: 10px;
  background-color: #fff;
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
  margin: 0 auto;
  position: relative;
  width: 100%;
}

.section-4__heading {
  font-size: 2.25rem;
  font-weight: 700;
  display: block;
  text-align: center;
  padding: 3.75rem 0 1.875rem;
}
@media screen and (max-width: 767px) {
  .section-4__heading {
    padding-top: 2.5rem;
    font-size: 1.5625rem;
    padding: 0.625rem 0.9375rem;
  }
}

.section-4__heading span {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(80%, transparent), color-stop(0%, #FFF796));
  background: linear-gradient(transparent 80%, #FFF796 0%);
}

.section-4__wrapper {
  width: 100%;
  margin: 0 auto;
  padding-bottom: 1.25rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-column-gap: 5.3777208707%;
     -moz-column-gap: 5.3777208707%;
          column-gap: 5.3777208707%;
}
@media screen and (max-width: 767px) {
  .section-4__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    padding-bottom: 2.5rem;
  }
}

.section-4__list {
  border-bottom: 1px solid #F9A826;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0.875rem 0;
}
@media screen and (max-width: 767px) {
  .section-4__list {
    margin: 0 auto;
  }
}

.section-4__list-name {
  font-size: 1rem;
  font-weight: 700;
  color: #F9A826;
  min-width: 6.25rem;
}
.section-4__list-overview {
  font-size: 1rem;
  font-weight: 400;
}
.section-4__img {
  max-width: 36.6171003717%;
  width: 100%;
  aspect-ratio: 1/1;
}
@media screen and (max-width: 767px) {
  .section-4__img {
    min-width: 6.25rem;
    max-width: 18.75rem;
    padding: 0 0.625rem;
  }
}

.parts {
  width: 100%;
  max-width: 1920px;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (max-width: 767px) {
  .parts {
    max-width: initial;
    padding-right: 0;
    padding-left: 0;
  }
}

.parts__lists {
  margin-top: 3.125rem;
}

.parts__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 1.25rem;
}
@media screen and (max-width: 767px) {
  .parts__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    padding: 0 0.9375rem;
    max-width: 39.375rem;
    margin: 0 auto;
  }
}

.parts__list:nth-of-type(even) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
@media screen and (max-width: 767px) {
  .parts__list:nth-of-type(even) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}

.parts__list:nth-of-type(n + 2) {
  margin-top: 3.125rem;
}

.parts__list .parts__detail {
  max-width: 45.3125%;
  width: 100%;
  background-color: #fff;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .parts__list .parts__detail {
    width: 100%;
    max-width: initial;
  }
}

.parts__list:nth-of-type(2n + 1) .parts__detail {
  margin-right: -3.125rem;
  border-radius: 0px 20px 20px 0px;
}
@media screen and (max-width: 767px) {
  .parts__list:nth-of-type(2n + 1) .parts__detail {
    margin-right: 0;
    border-radius: 20px 20px 20px 20px;
  }
}

.parts__list:nth-of-type(2n) .parts__detail {
  margin-left: -3.125rem;
  border-radius: 20px 0px 0px 20px;
}
@media screen and (max-width: 767px) {
  .parts__list:nth-of-type(2n) .parts__detail {
    margin-left: 0;
    border-radius: 20px 20px 20px 20px;
  }
}

.parts__detail__inner {
  padding: 2.1875rem 0.625rem;
  margin: 0 auto;
  max-width: 30rem;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .parts__detail__inner {
    max-width: inherit;
    padding: 1.25rem 1.5625rem;
    margin-top: 1.875rem;
  }
}

.parts__detail--heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.parts__detail--number {
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-size: 3rem;
  color: #F8DF00;
  line-height: 1;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-right: 2rem;
}
@media screen and (max-width: 767px) {
  .parts__detail--number {
    font-size: 2.375rem;
  }
}

.parts__detail--number span {
  display: block;
  font-size: 0.75rem;
  text-align: center;
}

.parts__detail--title {
  color: #584F00;
  font-size: 1.5625rem;
  line-height: 1.2;
}
@media screen and (max-width: 767px) {
  .parts__detail--title {
    font-size: 1.25rem;
  }
}

.parts__detail--title span {
  color: #5DC71C;
}

.parts__detail--text {
  font-size: 1rem;
  font-weight: 400;
  margin-top: 1.25rem;
  width: 100%;
}

.parts__img {
  max-width: 57.2916666667%;
  width: 100%;
  aspect-ratio: 1100/650;
  min-height: 31.25rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  .parts__img {
    max-width: initial;
    min-height: initial;
  }
}

.parts__img img {
  width: 100%;
  border-radius: 10px;
}

.parts__detail--img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2.5rem;
  margin: 1.25rem auto 0;
}
@media screen and (max-width: 767px) {
  .parts__detail--img {
    gap: 1.25rem;
  }
}

.parts__detail--imgs {
  max-width: 13.125rem;
  width: 100%;
  height: auto;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .parts__detail--imgs {
    max-width: initial;
  }
}

.parts-2 {
  max-width: 84.3125rem;
  width: 100%;
  margin: 0 auto;
  padding: 0 1.25rem;
}

.parts-2__lists {
  margin-top: 3.125rem;
}

.parts-2__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 6.671608599%;
     -moz-column-gap: 6.671608599%;
          column-gap: 6.671608599%;
}
@media screen and (max-width: 767px) {
  .parts-2__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    max-width: 37.5rem;
    padding: 0 0.9375rem;
    margin: 0 auto;
  }
}

.parts-2__list:nth-of-type(even) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
@media screen and (max-width: 767px) {
  .parts-2__list:nth-of-type(even) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}

.parts-2__list:nth-of-type(n + 2) {
  margin-top: 5rem;
}
@media screen and (max-width: 767px) {
  .parts-2__list:nth-of-type(n + 2) {
    margin-top: 3.75rem;
  }
}

.parts-2__detail {
  max-width: 29.375rem;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .parts-2__detail {
    max-width: initial;
    width: 100%;
  }
}

.parts-2__title {
  font-size: 1.5625rem;
  font-weight: 700;
  width: 100%;
  background-color: #F9A826;
  padding: 0.9375rem 1.25rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 1.875rem;
     -moz-column-gap: 1.875rem;
          column-gap: 1.875rem;
}
@media screen and (max-width: 767px) {
  .parts-2__title {
    margin-top: 1.875rem;
  }
}

.parts-2__title span {
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-size: 3rem;
  line-height: 1;
  color: #F8DF00;
}

.parts-2__title div {
  font-size: 1.5625rem;
  font-weight: 700;
  line-height: 1;
  color: #FFFFFF;
}

.parts-2__text {
  font-size: 1rem;
  font-weight: 400;
  margin-top: 0.75rem;
}

.parts-2__detail--img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-column-gap: 1.25rem;
     -moz-column-gap: 1.25rem;
          column-gap: 1.25rem;
  margin-top: 0.75rem;
}

.parts__detail--imgs {
  width: 100%;
  height: auto;
  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;
}

.parts__detail--imgs img {
  display: block;
}

.parts-2__img {
  max-width: 50rem;
  width: 100%;
  aspect-ratio: 800/470;
  border-radius: 10px;
}
@media screen and (max-width: 767px) {
  .parts-2__img {
    width: 100%;
  }
}

.parts-2__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.section-atc {
  background-color: #F9A826;
  width: 100%;
}

.atc__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto;
  padding-top: 0.625rem;
  max-width: 53.875rem;
}
@media screen and (max-width: 767px) {
  .atc__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}

@media screen and (max-width: 767px) {
  .atc__img {
    max-width: 12.5rem;
    width: 100%;
    margin: 0.9375rem auto 0;
  }
}

@media screen and (max-width: 767px) {
  .atc__text {
    max-width: 37.5rem;
    width: 100%;
    margin: 1.25rem auto;
    padding-right: 10%;
  }
}

.atc__btnArea {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 1.25rem;
     -moz-column-gap: 1.25rem;
          column-gap: 1.25rem;
  padding-bottom: 2.5rem;
}
@media screen and (max-width: 767px) {
  .atc__btnArea {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 1.875rem;
  }
}

.atc__btn {
  max-width: 35.3125rem;
  width: 100%;
  aspect-ratio: 565/116;
}

.triangle {
  -webkit-filter: drop-shadow(0px 4px 4px rgba(88, 79, 0, 0.15));
          filter: drop-shadow(0px 4px 4px rgba(88, 79, 0, 0.15));
  position: relative;
  z-index: -1;
  top: -0.19375rem;
}

.triangle__child {
  background: #FFFDED;
  height: calc(tan(60deg) * 180px / 2);
  width: 100%;
  -webkit-clip-path: polygon(0 0, 100% 0, 50% 100%);
          clip-path: polygon(0 0, 100% 0, 50% 100%);
}
@media screen and (max-width: 767px) {
  .triangle__child {
    height: calc(tan(60deg) * 90px / 2);
  }
}

@media screen and (max-width: 767px) {
  .u-desktop {
    display: none;
  }
}

.u-mobile {
  display: none;
}
@media screen and (max-width: 767px) {
  .u-mobile {
    display: block;
  }
}

.atc__content {
justify-content: center;
padding-bottom: 3rem;
}