@charset "UTF-8";
/* ==============================================================================
# メディアクエリのmixin
============================================================================== */
/* ==============================================================================
# メディアクエリのmixin
============================================================================== */
@media screen and (max-width: 767px) {
  .is-sp-up {
    display: none !important;
  }
}

@media screen and (min-width: 768px) {
  .is-sp {
    display: none !important;
  }
}

@media screen and (max-width: 767px) {
  .is-mb-up {
    display: none !important;
  }
}

@media screen and (min-width: 768px) {
  .is-mb {
    display: none !important;
  }
}

@media screen and (max-width: 767px) {
  .only-mb {
    display: none !important;
  }
}
@media screen and (max-width: 767px) {
  .only-mb {
    display: block !important;
  }
}
@media screen and (min-width: 768px) {
  .only-mb {
    display: none !important;
  }
}

@media screen and (max-width: 1350px) {
  .is-lg-header-up {
    display: none !important;
  }
}

@media screen and (min-width: 1351px) {
  .is-lg-header-down {
    display: none !important;
  }
}

@media screen and (max-width: 1000px) {
  .is-1000-up {
    display: none !important;
  }
}

@media screen and (min-width: 1001px) {
  .is-1000-down {
    display: none !important;
  }
}

/* ==============================================================================
# mobileFont
============================================================================== */
/*==========================================================================
# reset - ブラウザの差異や不要なスタイルを無くすためのスタイル
========================================================================== */
* {
  -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,
small,
button,
time,
figure {
  border: 0;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
  letter-spacing: 0.1em;
}

html {
  font-size: 62.5%;
  scroll-behavior: smooth;
  scroll-padding-top: 120px;
  color: #43483a;
}
@media screen and (max-width: 767px) {
  html {
    scroll-padding-top: 90px;
  }
}

ol,
ul {
  list-style: none;
}

li,
dd {
  list-style-type: none;
}

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

img {
  border: none;
  vertical-align: bottom;
  width: 100%;
  object-fit: cover;
  height: auto;
}

a {
  cursor: pointer;
  text-decoration: none;
  transition: all 0.3s;
}

a,
span {
  color: inherit;
}

/* ==============================================================================
# 色の定義
============================================================================== */
/* ==============================================================================
# font-familyの定義
============================================================================== */
body {
  /* Noto Sans JP を最優先。無ければ Yu 系などへフォールバック */
  font-family: "Noto Sans JP", "Yu Gothic", "YuGothic", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Meiryo", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-synthesis-weight: none;
}

.NotoSansJP {
  font-family: "Noto Sans JP", sans-serif;
}

.ShipporiMinchoB1 {
  font-family: "Shippori Mincho B1", serif;
}

/* ==============================================================================
# Inner
============================================================================== */
.inner {
  max-width: 1078px;
  padding: 0 20px;
  box-sizing: content-box;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .inner {
    padding: 0 16px;
  }
}

/* ==============================================================================
# COMPONENT
============================================================================== */
.title {
  color: #1e9d31;
  max-width: 1366px;
  margin: 0 auto;
}
.title .title__inner {
  border-bottom: 5px solid #1e9d31;
  padding-bottom: 15px;
}
.title .title__sub {
  font-size: 25px;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .title .title__sub {
    font-size: 17px;
  }
}
.title .title__main {
  font-size: 40px;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .title .title__main {
    font-size: 22px;
  }
}

.title--left {
  padding-right: 150px;
}
@media screen and (max-width: 1300px) {
  .title--left {
    padding-right: 0;
    margin-right: 16px;
  }
}
.title--left .title__inner {
  padding-left: clamp(20px, 144px - (1366px - 100vw) * 124 / 288, 144px);
}

.title--right {
  margin-left: auto;
  text-align: right;
  padding-left: 150px;
}
@media screen and (max-width: 1300px) {
  .title--right {
    padding-left: 0;
    margin-left: 16px;
  }
}
.title--right .title__inner {
  padding-right: clamp(20px, 144px - (1366px - 100vw) * 124 / 288, 144px);
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
}
.header .header-top {
  background: #59cc6a;
  height: 86px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .header .header-top {
    height: 70px;
    padding: 12px 0;
  }
}
.header .inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  width: 100%;
  max-width: 1286px;
}
@media screen and (max-width: 767px) {
  .header .inner {
    gap: 12px;
  }
}
.header .header__logo {
  width: 246px;
  display: block;
  flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .header .header__logo {
    width: 154px;
    flex-shrink: 0;
  }
}
.header .header__logo img {
  width: 100%;
  height: auto;
  display: block;
}
.header .header-contact {
  display: grid;
  align-items: center;
  grid-template-columns: 633fr 70fr;
  max-width: 710px;
  gap: 8px;
}
@media screen and (max-width: 767px) {
  .header .header-contact {
    display: none;
  }
}
.header .header-contact__number {
  display: block;
}
.header .header-contact__line {
  display: block;
}
.header .header__hamburger {
  display: none;
  flex-direction: column;
  justify-content: space-around;
  width: 30px;
  height: 30px;
  background: transparent;
  border: none;
  cursor: pointer;
  padding: 0;
  z-index: 101;
}
@media screen and (max-width: 767px) {
  .header .header__hamburger {
    display: flex;
  }
}
.header .header__hamburger[aria-expanded=true] .header__hamburger-line:nth-child(1) {
  transform: rotate(45deg) translate(8px, 8px);
}
.header .header__hamburger[aria-expanded=true] .header__hamburger-line:nth-child(2) {
  opacity: 0;
}
.header .header__hamburger[aria-expanded=true] .header__hamburger-line:nth-child(3) {
  transform: rotate(-45deg) translate(7px, -7px);
}
.header .header__hamburger-line {
  width: 100%;
  height: 3px;
  background-color: #fff;
  border-radius: 2px;
  transition: all 0.3s ease;
  transform-origin: center;
}

/* ======================
# FIXED CTA
====================== */
.fixed-cta {
  position: fixed;
  bottom: 12px;
  right: 12px;
  width: 120px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  border-radius: 50%;
  z-index: 90;
}

/* ======================
# FOOTER
====================== */
.footer {
  background: #59cc6a;
  padding: 100px 0 40px;
}
@media screen and (max-width: 767px) {
  .footer {
    padding: 40px 0 20px;
  }
}
.footer .cta-btn {
  margin-bottom: 100px;
}
@media screen and (max-width: 767px) {
  .footer .cta-btn {
    margin-bottom: 30px;
  }
}
.footer .footer__brand {
  display: flex;
  align-items: center;
  gap: 45px;
  justify-content: center;
  margin-bottom: 90px;
}
@media screen and (max-width: 767px) {
  .footer .footer__brand {
    gap: 20px;
    margin-bottom: 40px;
  }
}
.footer .footer__logo-link {
  display: block;
  max-width: 388px;
}
@media screen and (max-width: 767px) {
  .footer .footer__logo-link {
    max-width: 154px;
  }
}
.footer .footer__sns {
  display: grid;
  grid-template-columns: repeat(2, 93px);
  align-items: center;
  gap: 55px;
}
@media screen and (max-width: 767px) {
  .footer .footer__sns {
    grid-template-columns: repeat(2, 44px);
    gap: 20px;
  }
}
.footer .footer__sns-link {
  display: block;
}
.footer .footer__copyright {
  font-size: 16px;
  text-align: center;
  color: #ffffff;
}
@media screen and (max-width: 767px) {
  .footer .footer__copyright {
    font-size: 9px;
  }
}

/* ======================
# NAV
====================== */
.nav--header {
  background: #ffffff;
  height: 65px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .nav--header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: rgba(89, 204, 106, 0.98);
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    padding-top: 80px;
    transform: translateX(-100%);
    transition: transform 0.3s ease;
    z-index: 99;
    overflow-y: auto;
  }
  .nav--header.is-open {
    transform: translateX(0);
  }
}
.nav--footer {
  margin-bottom: 70px;
}
@media screen and (max-width: 767px) {
  .nav--footer {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 767px) {
  .nav__inner {
    width: 100%;
    padding: 0 20px;
  }
}
.nav--footer .nav__inner {
  position: relative;
  padding: 0 20px;
}
@media screen and (max-width: 767px) {
  .nav--footer .nav__inner {
    padding: 0 16px;
  }
}
.nav__list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 12px 20px;
  margin-top: -4px;
}
.nav--footer .nav__list {
  align-items: center;
  margin-top: 0;
}
@media screen and (max-width: 767px) {
  .nav__list {
    flex-direction: column;
    align-items: flex-start;
    gap: 0;
    margin-top: 0;
    width: 100%;
  }
  .nav--footer .nav__list {
    align-items: center;
  }
}
.nav__item {
  flex-shrink: 0;
}
.nav--footer .nav__item {
  text-align: center;
}
@media screen and (max-width: 767px) {
  .nav__item {
    width: 100%;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  }
  .nav--footer .nav__item {
    border-bottom: none;
  }
}
.nav__link {
  font-size: 16px;
  font-weight: 700;
  white-space: nowrap;
}
.nav--header .nav__link {
  color: #1e9d31;
}
@media screen and (max-width: 767px) {
  .nav--header .nav__link {
    color: #ffffff;
  }
}
.nav--footer .nav__link {
  color: #ffffff;
  display: block;
  padding: 12px 0;
  text-align: center;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .nav__link {
    font-size: 18px;
    display: block;
    padding: 20px 0;
    width: 100%;
    color: #ffffff;
    text-align: left;
  }
  .nav--footer .nav__link {
    text-align: center;
    padding: 5px 0;
    font-size: 12px;
  }
}
.nav__link--active {
  color: #fd7622;
  border-bottom: 3px solid #fd7622;
  padding: 0 4px 4px;
}
.nav--header .nav__link--active {
  color: #fd7622;
}
.nav--footer .nav__link--active {
  color: #ffffff;
  border-bottom: none;
  padding: 12px 0;
}
@media screen and (max-width: 767px) {
  .nav--footer .nav__link--active {
    padding: 10px 0;
  }
}
@media screen and (max-width: 767px) {
  .nav__link--active {
    border-bottom: none;
    padding: 20px 0;
    color: #ffffff;
    padding-left: 12px;
    margin-left: -12px;
    padding-right: 12px;
    margin-right: -12px;
  }
  .nav--footer .nav__link--active {
    padding: 10px 0;
    padding-left: 0;
    margin-left: 0;
    padding-right: 0;
    margin-right: 0;
  }
}

.cta {
  background: #59cc6a;
  padding: 52px 0 60px;
}
@media screen and (max-width: 767px) {
  .cta {
    padding: 30px 0;
  }
}
.cta .inner {
  max-width: 1366px;
  padding: 0;
}
@media screen and (max-width: 767px) {
  .cta .inner {
    padding: 0 16px;
  }
}
.cta .cta__content {
  display: flex;
  align-items: center;
  gap: 27px;
  margin-bottom: 54px;
}
@media screen and (max-width: 767px) {
  .cta .cta__content {
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    gap: 10px;
    margin-bottom: 20px;
  }
}
.cta .cta__banner {
  flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .cta .cta__banner {
    margin-left: -16px;
  }
}
.cta .cta__banner-text {
  display: inline-block;
  font-size: 40px;
  font-weight: bold;
  color: #59cc6a;
  position: relative;
  background: #fff;
  height: 90px;
  display: inline-flex;
  align-items: center;
  padding-right: 55px;
  padding-left: clamp(20px, 144px - (1366px - 100vw) * 124 / 288, 144px);
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .cta .cta__banner-text {
    font-size: 20px;
    height: 50px;
    padding-right: 40px;
    padding-left: 20px;
  }
}
.cta .cta__banner-text::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-color: transparent transparent #59cc6a transparent;
  border-width: 0 0 90px 45px;
}
@media screen and (max-width: 767px) {
  .cta .cta__banner-text::after {
    border-width: 0 0 60px 30px;
  }
}
.cta .cta__text {
  color: #fff;
  font-size: 35px;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .cta .cta__text {
    font-size: 20px;
    text-align: center;
    margin: 0 auto;
  }
}

/* ======================
# CTA BUTTON
====================== */
.cta-btn {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  background: #fff68d;
  border-radius: 57px;
  border: none;
  width: 100%;
  max-width: 700px;
  height: 80px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fd7622;
  font-size: 30px;
  font-weight: bold;
  box-shadow: inset 0 -11px 11px #ffd834, 0 10px 6px #1e9d31;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}
@media screen and (max-width: 767px) {
  .cta-btn {
    max-width: 350px;
    height: 50px;
    font-size: 16px;
  }
}
.cta-btn:hover {
  transform: translateY(-2px);
  box-shadow: inset 0 -11px 11px rgba(255, 215, 0, 0.8), 0 12px 8px rgba(89, 204, 106, 0.6);
}
.cta-btn:active {
  transform: translateY(0);
  box-shadow: inset 0 -11px 11px rgba(255, 215, 0, 0.8), 0 8px 4px rgba(89, 204, 106, 0.4);
}

.cta__btn-text {
  color: #fd7622;
}

.cta__btn-arrow {
  position: absolute;
  right: 30px;
  top: 50%;
  transform: translateY(-50%);
  width: 26px;
}
@media screen and (max-width: 767px) {
  .cta__btn-arrow {
    width: 16px;
    right: 16px;
  }
}

.main {
  padding-top: 151px;
}
@media screen and (max-width: 767px) {
  .main {
    padding-top: 70px;
  }
}

/* ======================
# PROBLEM
====================== */
.problem {
  background: #fdfac0;
  padding: 80px 0 100px;
}
@media screen and (max-width: 767px) {
  .problem {
    padding: 40px 0;
  }
}
.problem .title {
  margin-bottom: 70px;
}
@media screen and (max-width: 767px) {
  .problem .title {
    margin-bottom: 40px;
  }
}
.problem .problem__list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
}
@media screen and (max-width: 950px) {
  .problem .problem__list {
    max-width: 520px;
    margin: 0 auto;
    grid-template-columns: 1fr;
    gap: 20px;
  }
}
.problem .problem__item {
  background: #59cc6a;
  padding: 18px 28px 25px;
}
@media screen and (max-width: 767px) {
  .problem .problem__item {
    padding: 16px 20px 20px;
  }
}
.problem .problem__title {
  color: #ffffff;
  font-size: 30px;
  font-weight: bold;
  margin-bottom: 24px;
  text-align: center;
  line-height: 1.2;
}
@media screen and (max-width: 767px) {
  .problem .problem__title {
    font-size: 18px;
  }
}
.problem .problem__title strong {
  font-size: 40px;
}
@media screen and (max-width: 767px) {
  .problem .problem__title strong {
    font-size: 22px;
  }
}
.problem .problem__content {
  display: block;
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .problem .problem__content {
    margin-bottom: 40px;
  }
}
.problem .problem__text {
  font-size: 20px;
  background: #fff;
  padding: 28px 22px 24px;
}
@media screen and (max-width: 767px) {
  .problem .problem__text {
    font-size: 14px;
    padding: 20px 18px;
  }
}

/* ======================
# REASON
====================== */
.reason {
  padding: 100px 0;
}
@media screen and (max-width: 767px) {
  .reason {
    padding: 60px 0;
  }
}
.reason .title {
  margin-bottom: 70px;
}
@media screen and (max-width: 767px) {
  .reason .title {
    margin-bottom: 40px;
  }
}
.reason .reason__list {
  display: grid;
  gap: 100px;
}
@media screen and (max-width: 767px) {
  .reason .reason__list {
    gap: 40px;
  }
}
.reason .reason__item {
  display: grid;
  gap: 25px;
}
.reason .reason__item:nth-child(even) {
  grid-template-columns: 513fr 540fr;
}
@media screen and (max-width: 767px) {
  .reason .reason__item:nth-child(even) {
    grid-template-columns: 1fr;
  }
}
@media screen and (max-width: 767px) {
  .reason .reason__item:nth-child(even) .reason__content {
    order: 2;
  }
}
@media screen and (max-width: 767px) {
  .reason .reason__item:nth-child(even) .reason__img {
    order: 1;
  }
}
.reason .reason__item:nth-child(odd) {
  grid-template-columns: 540fr 513fr;
}
@media screen and (max-width: 767px) {
  .reason .reason__item:nth-child(odd) {
    grid-template-columns: 1fr;
  }
}
.reason .reason__item:nth-child(odd) .reason__content {
  order: 2;
}
.reason .reason__item:nth-child(odd) .reason__img {
  order: 1;
}
.reason .reason__item:nth-child(1) .reason__number {
  width: 201px;
}
@media screen and (max-width: 767px) {
  .reason .reason__item:nth-child(1) .reason__number {
    width: 100px;
  }
}
.reason .reason__item:nth-child(2) .reason__number {
  width: 215px;
}
@media screen and (max-width: 767px) {
  .reason .reason__item:nth-child(2) .reason__number {
    width: 100px;
  }
}
.reason .reason__item:nth-child(3) .reason__number {
  width: 215px;
}
@media screen and (max-width: 767px) {
  .reason .reason__item:nth-child(3) .reason__number {
    width: 100px;
  }
}
.reason .reason__item:nth-child(4) .reason__number {
  width: 219px;
}
@media screen and (max-width: 767px) {
  .reason .reason__item:nth-child(4) .reason__number {
    width: 100px;
  }
}
.reason .reason__header {
  position: relative;
  margin-bottom: 25px;
}
.reason .reason__title {
  font-size: 40px;
  font-weight: bold;
  position: relative;
  display: inline;
  background: linear-gradient(to bottom, transparent 50%, #fdfac0 50%);
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
  padding: 0 4px;
  line-height: 1.5;
  z-index: 1;
  mix-blend-mode: multiply;
}
@media screen and (max-width: 767px) {
  .reason .reason__title {
    font-size: 18px;
  }
}
.reason .reason__number {
  position: absolute;
  right: 0;
  bottom: 0;
  mix-blend-mode: multiply;
}
.reason .reason__text {
  font-size: 20px;
}
@media screen and (max-width: 767px) {
  .reason .reason__text {
    font-size: 14px;
  }
}

/* ======================
# MEMORY
====================== */
.memory {
  background: #fdfac0;
  padding: 80px 0;
}
@media screen and (max-width: 767px) {
  .memory {
    padding: 40px 0;
  }
}
.memory .title {
  margin-bottom: 65px;
}
@media screen and (max-width: 767px) {
  .memory .title {
    margin-bottom: 40px;
  }
}
.memory .memory__img {
  display: block;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .memory .memory__img {
    margin-bottom: 20px;
  }
}
.memory .memory__title {
  font-size: 40px;
  font-weight: bold;
  margin-bottom: 24px;
}
@media screen and (max-width: 767px) {
  .memory .memory__title {
    font-size: 18px;
    margin-bottom: 16px;
  }
  .memory .memory__title .memory__title-line2 {
    display: block;
    text-align: right;
    font-size: 24px;
  }
}
.memory .memory__text {
  font-size: 20px;
}
@media screen and (max-width: 767px) {
  .memory .memory__text {
    font-size: 14px;
  }
}

/* ======================
# PRICE
====================== */
.price {
  padding: 100px 0;
}
@media screen and (max-width: 767px) {
  .price {
    padding: 60px 0;
  }
}
.price .title {
  margin-bottom: 70px;
}
@media screen and (max-width: 767px) {
  .price .title {
    margin-bottom: 40px;
  }
}
.price .price__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: repeat(3, auto);
  gap: 35px;
}
@media screen and (max-width: 950px) {
  .price .price__grid {
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(5, auto);
    gap: 20px;
  }
}
@media screen and (max-width: 767px) {
  .price .price__grid {
    gap: 10px;
    margin: 0 auto;
  }
}
.price .price__item {
  display: grid;
  gap: 0;
  grid-template-rows: subgrid;
  grid-row: span 3;
  background: #fdfac0;
  border: 6px solid #59cc6a;
  padding: 10px 0 20px;
  text-align: center;
  align-content: start;
}
@media screen and (max-width: 767px) {
  .price .price__item {
    padding: 14px 4px;
  }
}
.price .price__type {
  color: #1e9d31;
  font-size: 50px;
  font-weight: bold;
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .price .price__type {
    font-size: 40px;
    margin-bottom: 8px;
  }
}
.price .price__description {
  font-size: 25px;
  font-weight: bold;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .price .price__description {
    font-size: 14px;
    margin-bottom: 16px;
  }
}
.price .price__amount {
  color: #fd7622;
  font-weight: bold;
  font-size: 36px;
}
@media screen and (max-width: 767px) {
  .price .price__amount {
    font-size: 14px;
  }
}
.price .price__amount strong {
  font-size: 50px;
}
@media screen and (max-width: 767px) {
  .price .price__amount strong {
    font-size: 22px;
  }
}
.price .price__included {
  max-width: 1010px;
  margin: 40px auto 0;
}
@media screen and (max-width: 767px) {
  .price .price__included {
    margin-top: 30px;
  }
}
.price .price__included-title {
  color: #1e9d31;
  font-size: 40px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 18px;
}
@media screen and (max-width: 767px) {
  .price .price__included-title {
    font-size: 16px;
  }
}
.price .price__included-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px 20px;
}
@media screen and (max-width: 950px) {
  .price .price__included-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
  }
}
@media screen and (max-width: 767px) {
  .price .price__included-grid {
    gap: 7px 10px;
    margin: 0 auto;
  }
}
.price .price__included-item {
  background: #59cc6a;
  color: #ffffff;
  font-size: 26px;
  font-weight: bold;
  padding: 7px 0;
  text-align: center;
  border-radius: 46px;
}
@media screen and (max-width: 767px) {
  .price .price__included-item {
    font-size: 14px;
    padding: 4px 0;
  }
}

/* ======================
# STEP
====================== */
.step {
  padding: 100px 0;
  background: #fdfac0;
}
@media screen and (max-width: 767px) {
  .step {
    padding: 60px 0;
  }
}
.step .title {
  margin-bottom: 70px;
}
@media screen and (max-width: 767px) {
  .step .title {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 767px) {
  .step .step__content-img {
    display: block;
    width: 100vw;
    margin: 0 calc(50% - 50vw);
  }
}
.step .step__list {
  display: grid;
  gap: 50px;
}
.step .step__item {
  display: grid;
  grid-template-columns: 690fr 388fr;
  align-items: center;
  background: #fff;
}
@media screen and (max-width: 767px) {
  .step .step__item {
    grid-template-columns: 1fr;
    background: none;
  }
}
@media screen and (max-width: 767px) {
  .step .step__item:nth-child(even) .step__item-text {
    margin-right: -16px;
  }
}
.step .step__item-img {
  display: block;
  position: relative;
  z-index: 2;
}
.step .step__item-text {
  font-size: 20px;
  font-weight: 500;
  padding-right: 70px;
  margin-left: -25px;
}
@media screen and (max-width: 767px) {
  .step .step__item-text {
    background: #fff;
    font-size: 14px;
    margin-left: 0;
    padding: 50px 30px 20px;
    margin-top: -30px;
  }
}

/* ======================
# AREA
====================== */
.area {
  padding: 100px 0;
}
@media screen and (max-width: 767px) {
  .area {
    padding: 60px 0;
  }
}
.area .title {
  margin-bottom: 70px;
}
@media screen and (max-width: 767px) {
  .area .title {
    margin-bottom: 40px;
  }
}
.area .area__map {
  display: block;
  max-width: 906px;
  margin: 0 auto 53px;
}
.area .cta-btn {
  box-shadow: inset 0 -11px 11px #ffd834, 0 10px 6px #acacac;
}

/* ======================
# COMPANY
====================== */
.company {
  padding: 80px 0;
  background: #fdfac0;
}
@media screen and (max-width: 767px) {
  .company {
    padding: 40px 0;
  }
}
.company .title {
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .company .title {
    margin-bottom: 40px;
  }
}
.company .inner {
  max-width: 960px;
}
.company .company__table {
  display: grid;
  gap: 26px;
}
@media screen and (max-width: 767px) {
  .company .company__table {
    gap: 16px;
  }
}
.company .company__row {
  display: grid;
  grid-template-columns: 200px 1fr;
  align-items: flex-start;
  gap: 10px;
}
@media screen and (max-width: 767px) {
  .company .company__row {
    grid-template-columns: 1fr;
  }
}
.company .company__label {
  background: #1e9d31;
  color: #ffffff;
  font-size: 16px;
  font-weight: bold;
  padding: 3.5px 0;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .company .company__label {
    font-size: 18px;
    padding: 4px 20px;
    justify-content: flex-start;
  }
}
.company .company__value {
  font-size: 20px;
  font-weight: 500;
  font-feature-settings: "palt";
  letter-spacing: 0.01em;
}
@media screen and (max-width: 767px) {
  .company .company__value {
    font-size: 16px;
    padding: 4px 20px;
  }
}
.company .company__map {
  margin-top: 30px;
}
.company .company__map-iframe {
  width: 100%;
  max-width: 958px;
  height: 340px;
  border: 0;
  display: block;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .company .company__map-iframe {
    height: 240px;
  }
}