@charset "UTF-8";
/* --------------------
section
-------------------- */
.section {
  padding: 48px var(--contentsPadding);
}
@media screen and (min-width: 769px) {
  .section {
    padding: 96px var(--contentsPaddingPC);
  }
}

/* --------------------
order flow
-------------------- */
.section__orderFlow {
}

.orderFlow__container {
  padding: 48px 4.2%;
  background-color: #f5f5f5;
}

.orderFlow__heading {
  padding: 24px 0;
  text-align: center;
}

.orderFlow__heading--en {
  font-family: Lora;
  font-size: 3.2rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.05em;
}

.orderFlow__heading--ja {
  font-family: "Noto Serif JP";
  font-size: 1.6rem;
  line-height: 1;
  letter-spacing: 0.05em;
  margin-top: 16px;
}

.orderFlow__contents {
}

.orderFlow__list {
  max-width: 1050px;
  margin: 0 auto;
}

.orderFlow__item {
  margin-top: 24px;
  position: relative;
}
.orderFlow__item:first-of-type {
  margin-top: 0;
}

.orderFlow__number {
  width: 60px;
  height: 60px;
  margin: 0 auto;
  background-color: #f5f5f5;
  z-index: 100;

  /* border-radius: 50%;
  background-color: #131313;
  position: relative;
  left: 50%;
  transform: translateX(-50%); */
}

.orderFlow__number--txt {
  display: block;
  text-align: center;
  font-family: Lora;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1; /* 12px */
  letter-spacing: 0.05em;
}

.orderFlow__number--num {
  display: block;
  text-align: center;
  font-family: "Noto Serif JP";
  font-size: 3.2rem;
  /* STEPとの配置調整 */
  margin-left: 4px;
  margin-top: 4px;
  font-weight: 500;
  line-height: 1; /* 48px */
  letter-spacing: 0.05em;
  position: relative;
}

.orderFlow__number--num::after {
  content: "";
  display: block;
  width: 50%;
  height: 1px;
  left: 45%;
  transform: translateX(-50%);
  bottom: -10px; /*線の上下位置*/
  position: absolute;
  background-color: var(--primary-black);
}

/* .orderFlow__number span {
  color: var(--primary-white);
  text-align: center;
  font-family: "Noto Serif JP";
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.05em;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
} */

.orderFlow__card {
  margin-top: 12px;
}

.orderFlow__card--img {
  text-align: center;
}

.orderFlow__card--txt {
  margin-top: 24px;
  padding: 0px 4.2% 16px;
}

.orderFlow__card--title {
  font-family: "Noto Serif JP";
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.05em;
}

.orderFlow__card--desc {
  font-size: 1.6rem;
  letter-spacing: 0.05em;
  margin-top: 20px;
}

.orderFlow__card--desc--attention {
  display: inline-block;
  font-size: 1.4rem;
  margin-top: 16px;
}

.orderFlow__btn {
  background-color: transparent;
  margin: 24px auto 0;
}

@media screen and (min-width: 1023px) {
  .orderFlow__container {
    padding: 32px 9.4% 64px;
    max-width: 1150px;
    margin: 0 auto;
  }

  .orderFlow__item {
    display: flex;
    align-items: center;
    max-width: 1150px;
    padding: 32px 0;
    gap: 40px;
  }
  .orderFlow__number {
    position: static;
    min-width: 60px;
    transform: translate(0);
  }

  .orderFlow__card {
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    align-items: center;
    gap: 64px;
    margin: 0;
    width: 100%;
  }

  .orderFlow__card--img {
    padding: 0;
  }

  .orderFlow__card--img img {
    max-width: 254px;
  }

  .orderFlow__card--txt {
    margin-top: 0;
    padding: 21px 0;
    max-width: 460px;
  }

  .orderFlow__card--title {
    font-size: 2.1rem;
  }

  .orderFlow__card--desc {
  }

  .orderFlow__item:before {
    content: "";
    position: absolute;
    top: 75%;
    left: 30px;
    height: 65%;
    width: 1px;
    background: var(--primary-gray);
  }

  .orderFlow__item:last-of-type:before {
    display: none;
  }

  .orderFlow__item:nth-of-type(2):before {
    height: 80%;
  }
  .orderFlow__item:nth-of-type(3):before {
    height: 60%;
    top: 70%;
  }

  .orderFlow__number--txt {
    font-size: 1.6rem;
  }

  .orderFlow__number--num {
    font-size: 4.8rem;
    margin-left: 0;
  }
}
/* --------------------
option
-------------------- */
.section__option {
  background-color: #131313;
}

.section__title {
  text-align: center;
}

.option__container {
  margin: 36px auto 0;
  max-width: 1150px;
}

.option__card {
}

.option__card--img {
  text-align: center;
}

.option__card--txt {
  margin-top: 24px;
  color: var(--primary-white);
}

.option__card--title {
  font-family: "Noto Serif JP";
  font-size: 2.1rem;
  font-weight: 600;
  letter-spacing: 0.05em;
}

.option__card--desc {
  font-size: 1.6rem;
  line-height: 2; /* 32px */
  letter-spacing: 0.05em;
  margin-top: 24px;
}

.option__card {
  margin-top: 48px;
}

/* pc option */
@media screen and (min-width: 769px) {
  .option__card {
    display: flex;
    justify-self: center;
    align-items: center;
    padding: 0 4.4%;
    gap: 48px;
    margin: 64px auto 0;
    max-width: 1150px;
  }

  .option__card:last-of-type {
    margin-top: 80px;
  }

  .option__card--img {
    width: 70%;
    text-align: center;
  }

  .option__card:first-of-type {
    flex-direction: row-reverse;
  }

  .option__card--txt {
  }

  .option__card--title {
    font-size: 3rem;
  }

  .option__card--desc {
    margin-top: 48px;
  }
}

/* --------------------
oil
-------------------- */

.oil__lead {
  text-align: center;
  font-size: 1.6rem;
  letter-spacing: 0.05em;
  margin-top: 32px;
}

.oil__group {
  margin: 24px auto 0;
  max-width: 1152px;
}

.oil__group--topic {
  text-align: center;
  font-size: 2rem;
  font-weight: 500;
  line-height: 1;
  padding: 24px 0px;
  margin-top: 24px;
}

.oil__list {
  margin-top: 24px;
}

.oil__item img {
  aspect-ratio: 3 / 2;
  object-fit: cover;
  max-width: 360px;
  margin: 0 auto;
}

.oil__item__name {
  text-align: center;
  font-size: 1.6rem;
  line-height: 1;
  margin-top: 12px;
}

.slick-dots {
  bottom: -34px !important;
}

@media screen and (min-width: 769px) {
  .oil__lead {
    margin-top: 42px;
  }

  .oil__group {
    margin-top: 42px;
  }

  .oil__group--topic {
    padding: 32px 0;
    text-align: left;
    margin-top: 32px;
    font-size: 2rem;
  }

  .oil__list {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
    justify-content: flex-start;
  }

  .oil__item {
  }

  .oil__item img {
    max-width: 220px;
    aspect-ratio: 4 / 3;
  }
}
