@font-face {
  font-family: "futura-pt", sans-serif;
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "futura-pt", sans-serif;
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "futura-pt", sans-serif;
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "futura-pt", sans-serif;
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: "futura-pt", sans-serif;
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "futura-pt", sans-serif;
  font-weight: 800;
  font-style: normal;
}
@font-face {
  font-family: "futura-pt-bold", sans-serif;
  font-weight: 700;
  font-style: normal;
}

@media screen and (max-width: 768px) {
  .hidden {
    display: none;
  }
  .block {
    display: block;
  }
}

@media screen and (min-width: 768px) {
  .md\:block {
    display: block;
  }
  .md\:hidden {
    display: none;
  }
}

.mv {
  display: grid;
  gap: 40px;
  padding-block: 40px 0;
  background: url('../images/bg-fv.webp') no-repeat center top/1300px;
}

@media screen and (min-width: 768px) {
  .mv {
    grid-template-columns: minmax(200px, 640px) 280px;
    justify-content: center;
    align-items: center;
    background-size: cover;
    padding-block: 48px;
    padding-inline: 24px;
    gap: 80px;
  }
}

.mv .mv_title {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 5px;
  margin-top: 0;
  margin-bottom: 16px;
  font-size: 30px;
  text-align: center;
  color: #191919;
}

@media screen and (min-width: 768px) {
  .mv .mv_title {
    align-items: flex-start;
    font-size: 56px;
    margin-block-end: 32px;
    text-align: left;
  }
}

.mv .mv_title_first {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 2px;
  color: #c3314b;
  font-size: 20px;
}

@media screen and (min-width: 768px) {
  .mv .mv_title_first {
    flex-direction: row;
    font-size: 28px;
    margin-block-end: 16px;
  }
}

.mv .dots {
  background: top left / 1em .5em repeat-x radial-gradient(circle, #c3314b 0.1em, rgba(0, 0, 0, 0) .1em);
  padding-top: .5em;
  font-size: 20px;
  display: block;
  line-height: 1;
}

@media screen and (min-width: 768px) {
  .mv .dots {
    font-size: 32px;
  }
}

.mv_description {
  margin-block-end: 24px;
  font-size: 12px;
  text-align: center;
  line-height: 1.8;
  margin-inline: 24px;
}

@media screen and (min-width: 768px) {
  .mv_description {
    text-align: left;
    font-size: 14px;
    margin-block-end: 32px;
    margin-inline: 0;
  }
}

.mv_info {
  margin-inline: 24px;
  padding-block: 20px;
  box-shadow: 0 0 24px 0 rgba(0, 0, 0, 0.12);
  background-color: #fff;
}

@media screen and (min-width: 768px) {
  .mv_info {
    margin: 0;
  }
}

.mv_info p {
  text-align: center;
  line-height: 1.65;
}

@media screen and (min-width: 768px) {
  .mv_info p {
    text-align: left;
    padding-inline: 24px;
  }
}

.mv_info_strong {
  font-size: 18px;
  font-weight: bold;
}

.mv_info_strong.green {
  color: #16a085;
}

.mv_document {
  background: #00442d;
  padding-block: 12px 32px;
}

@media screen and (min-width: 768px) {
  .mv_document {
    padding: 24px;
  }
}

.mv_document_first {
  display: grid;
  grid-template-columns: 160px 150px;
  gap: 16px;
  align-items: center;
  justify-content: center;
  margin-inline: 40px 20px;
}

@media screen and (min-width: 768px) {
  .mv_document_first {
    grid-template-columns: 1fr;
    margin-inline: 0;
    margin-block-end: 24px;
  }
}

.mv_document_first p {
  text-align: center;
  color: #fff;
  font-size: 22px;
}

.mv_document_first p span {
  color: #f9c67f;
  font-size: 18px;
}

.cta {
  width: 280px;
  margin-inline: auto;
}

@media screen and (min-width: 768px) {
  .cta {
    width: 100%;
  }
}

.cta a {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 56px;
  background: #c3314b;
  color: #fff;
  font-size: 18px;
  border-radius: 28px;
}

.cta.small a {
  height: 48px;
  font-size: 14px;
}


@media screen and (min-width: 768px) {
  .cta.small a {
    max-width: 578px;
    margin-inline: auto;
    height: 72px;
    border-radius: 36px;
    font-size: 20px;
  }
}

.logo-area {
  border-bottom: 1px solid #d9d9d9;
}

.logo-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 8px 20px;
  max-width: 820px;
  padding-block: 32px;
  margin-inline: 24px;
}

@media screen and (min-width: 768px) {
  .logo-list {
    grid-template-columns: repeat(6, 1fr);
    margin-inline: auto;
    gap: 20px;
    padding-block: 40px;
  }
}

.section-issue {
  padding: 40px 16px;
}

@media screen and (min-width: 768px) {
  .section-issue {
    padding: 80px 0 80px;
  }
}

.section-issue_title {
  font-size: 20px;
  line-height: 1.6;
  margin-block-end: 64px;
}

@media screen and (min-width: 768px) {
  .section-issue_title {
    font-size: 32px;
    margin-block-end: 110px;
  }
}

.issue {
  display: grid;
  gap: 56px;
}

@media screen and (min-width: 768px) {
  .issue {
    grid-template-columns: repeat(2, minmax(200px, 460px));
    gap: 112px 40px;
    justify-content: center;
    padding-inline: 24px;
  }
}

.issue-card {
  padding: 56px 16px 32px;
  background: #f6f3f1;
  position: relative;
}

@media screen and (min-width: 768px) {
  .issue-card {
    padding: 64px 40px 40px;
  }
}

.issue-card h3 {
  margin-block-end: 24px;
  font-size: 16px;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .issue-card h3 {
    font-size: 20px;
  }
}

.issue-card ul {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.issue-card:before {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  content: '';
  display: block;
  width: 80px;
  height: 80px;
}

@media screen and (min-width: 768px) {
  .issue-card:before {
    transform: translate(-50%,-65%);
  }
}

@media screen and (min-width: 768px) {
  .issue-card:before {
    width: 120px;
    height: 120px;
  }
}

.issue-card:nth-of-type(1):before {
  background: url('../images/illust-01.webp') no-repeat center center/cover;
}

.issue-card:nth-of-type(2):before {
  background: url('../images/illust-02.webp') no-repeat center center/cover;
}

.issue-card:nth-of-type(3):before {
  background: url('../images/illust-03.webp') no-repeat center center/cover;
}

.issue-card:nth-of-type(4):before {
  background: url('../images/illust-04.webp') no-repeat center center/cover;
}

.issue-card ul li {
  font-size: 18px;
  font-weight: bold;
  display: grid;
  grid-template-columns: 16px 1fr;
  gap: 8px;
  color: #707070;
}

.issue-card ul li:before {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  margin-block-start: 6px;
  background: url(../images/2.svg) no-repeat;
}

@media screen and (min-width: 768px) {
  .issue-card ul li:before {
    margin-block-start: 8px;
  }
}

.issue-card ul li:nth-of-type(1),
.issue-card ul li:nth-of-type(2) {
  color: #16A085;
}

@media screen and (min-width: 768px) {
  .issue-card ul li:nth-of-type(1),
  .issue-card ul li:nth-of-type(2) {
    font-size: 20px;
  }

}
.issue-card ul li:nth-of-type(1):before,
.issue-card ul li:nth-of-type(2):before {
  background: url(../images/1.svg) no-repeat;
}

.section-banner {
  text-align: center;
  background: #00714b;
  color: #fff;
  padding-block: 32px;
  position: relative;
}

@media screen and (min-width: 768px) {
  .section-banner {
    padding-block: 40px;
  }
}

.section-banner:before {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-230%, 0);
  width: 80px;
  height: 80px;
  display: block;
  background: url('../images/illust-05.webp') no-repeat center center/cover;
  content: '';
}

@media screen and (min-width: 768px) {
  .section-banner:before {
    width: 160px;
    height: 160px;
    transform: translate(-350%, 0);
  }
}

.section-banner h2 {
  font-size: 18px;
}

@media screen and (min-width: 768px) {
  .section-banner h2 {
    font-size: 32px;
    line-height: 1.6;
  }
}

.section-banner_title {
  display: block;
  margin-block-start: 16px;
  font-size: 28px;
  line-height: 1.4;
}

@media screen and (min-width: 768px) {
  .section-banner_title {
    margin: 0;
    font-size: 40px;
  }
}

.section-banner_title span {
  color: #f9c67f;
}

.section-service {
  padding: 40px 24px 80px;
}

@media screen and (min-width: 768px) {
  .section-service {
    padding: 80px 24px 120px;
  }
}

.section_title {
  display: flex;
  flex-direction: column;
  gap: 0;
  justify-content: center;
  align-items: center;
  margin-block-end: 40px;
  font-family: 'futura-pt-bold', sans-serif;
  font-weight: 700;
  color: #00442d;
  font-size: 40px;
}

@media screen and (min-width: 768px) {
  .section_title {
    margin-block-end: 56px;
    font-size: 72px;
  }
}

.section_title span {
  font-size: 14px;
  font-weight: bold;
}

@media screen and (min-width: 768px) {
  .section_title span {
    font-size: 18px;
  }
}

.section-service_intro {
  margin-block-end: 40px;
  padding-block: 24px;
  box-shadow: 0 0 24px 0 rgba(0, 0, 0, 0.12);
  background-color: #fff;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .section-service_intro {
    max-width: 960px;
    margin-inline: auto;
    padding-block: 32px;
  }
}

.section-service_intro h3 {
  font-size: 20px;
  line-height: 1.6;
}

@media screen and (min-width: 768px) {
  .section-service_intro h3 {
    font-size: 32px;
  }
}

.section-service_intro h3 span:first-of-type {
  color: #16a085;
}

.section-service_intro h3 span:last-of-type {
  display: inline-block;
  margin-inline-end: 8px;
  color: #e08d1a;
  font-size: 28px;
}

@media screen and (min-width: 768px) {
  .section-service_intro h3 span:last-of-type {
    font-size: 48px;
  }
}

.section-service_list {
  display: grid;
  gap: 40px;
  margin-bottom: 40px;
}

@media screen and (min-width: 768px) {
  .section-service_list {
    max-width: 920px;
    margin-inline: auto;
    margin-block-end: 56px;
  }
}

.section-service_list .number {
  margin-block-end: 16px;
  font-family: 'futura-pt-bold', sans-serif;
  font-size: 28px;
  text-align: center;
  color: #00442d;
}

@media screen and (min-width: 768px) {
  .section-service_list .number {
    text-align: left;
    font-size: 48px;
    margin: 0;
  }
}

.section-service_list li {
  text-align: center;
}

@media screen and (min-width: 768px) {
  .section-service_list li {
    text-align: left;
    display: grid;
    grid-template-columns: 1fr 360px;
    align-items: center;
    gap: 56px;
  }

  .section-service_list li img {
    width: 100%;
    max-width: 100%;
  }
}

.section-service_list li h4 {
  font-size: 18px;
  text-align: center;
  color: #00714b;
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 4px;
  margin-block-end: 16px;
  margin-inline: auto;
}

@media screen and (min-width: 768px) {
  .section-service_list li h4 {
    align-items: flex-start;
    font-size: 24px;
  }
}

.section-service_list li h4 span {
  display: inline-block;
  padding: 8px;
  background: #d8e9e4;
}

.section-service_list li p {
  margin-block-end: 24px;
  font-size: 12px;
  text-align: left;
}

.section-service_list li p span {
  font-weight: bold;
}

@media screen and (min-width: 768px) {
  .section-service_list li p {
    font-size: 16px;
    margin: 0;
  }
}

.section-service_list img {
  max-width: 300px;
}

.section-service_diff {
  display: grid;
  gap: 16px;
}

@media screen and (min-width: 768px) {
  .section-service_diff {
    grid-template-columns: repeat(2, minmax(200px, 440px));
    justify-content: center;
    gap: 40px;
    margin-block-start: 16px;
  }
}

.section-service_diff-item {
  padding: 0 0 24px;
  border-left: 3px solid #ece6e2;
  border-right: 3px solid #ece6e2;
  border-bottom: 3px solid #ece6e2;
}

.section-service_diff-item:last-child {
  border-left: 3px solid #01714b;
  border-right: 3px solid #01714b;
  border-bottom: 3px solid #01714b;
}

.section-service_diff-item h4 {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 32px;
  margin-block-end: 8px;
  font-size: 12px;
  line-height: 1.6;
  background: #ece6e2;
  color: #7a7a7a;
  font-weight: normal;
}

@media screen and (min-width: 768px) {
  .section-service_diff-item h4 {
    height: 40px;
    font-size: 16px;
    margin-block-end: 20px;
  }
}

.section-service_diff-item:last-child h4 {
  background: #01714b;
  color: #fff;
}

.section-service_diff-item p {
  margin-block-end: 16px;
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  color: #7a7a7a;
}

@media screen and (min-width: 768px) {
  .section-service_diff-item p {
    font-size: 20px;
  }
}

.section-service_diff-item:last-child p {
  color: #01714b;
}

.section-service_diff-item p span {
  font-size: 22px;
}

@media screen and (min-width: 768px) {
  .section-service_diff-item p span {
    font-size: 28px;
  }
}

.section-service_diff-item .image {
  display: grid;
  grid-template-columns: minmax(120px, 120px) minmax(100px, 144px);
  padding-inline: 24px;
  gap: 24px;
  justify-content: center;
  justify-items: center;
  align-items: center;
  max-width: 500px;
  margin-inline: auto;
}

@media screen and (min-width: 768px) {
  .section-service_diff-item .image {
    grid-template-columns: minmax(120px, 160px) minmax(100px, 196px);
    margin-block: 8px;
  }
}

.section-service_diff-item .image p {
  margin: 0;
  padding: 12px 8px;
  background: #f5f3f1;
  border-radius: 12px;
  font-size: 12px;
  font-weight: normal;
  line-height: 1.6;
}

@media screen and (min-width: 768px) {
  .section-service_diff-item .image p {
    width: 100%;
    font-size: 16px;
  }
}

.section-service_diff-item .image p span {
  font-weight: bold;
  font-size: 12px;
}

@media screen and (min-width: 768px) {
  .section-service_diff-item .image p span {
    font-size: 16px;
  }
}

.section-case {
  padding: 40px 24px 80px;
  background: #ece6e2;
}

@media screen and (min-width: 768px) {
  .section-case {
    padding: 80px 24px 120px;
  }
}

.section-case_description {
  margin-block-end: 40px;
  font-size: 20px;
  text-align: center;
  font-weight: bold;
  line-height: 1.6;
}

@media screen and (min-width: 768px) {
  .section-case_description {
    font-size: 32px;
    margin-block-end: 52px;
  }
}

.section-case_description span {
  color: #16a085;
}

.case-card {
  margin-block-end: 32px;
  padding: 24px 16px 40px;
  background: #ffffff;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.08);
}

@media screen and (min-width: 768px) {
  .case-card {
    max-width: 960px;
    margin-inline: auto;
    padding-inline: 80px;
    padding-block: 44px 56px;
  }
}

.case-card_title {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin-block-end: 24px;
  font-size: 28px;
  color: #707070;
}

@media screen and (min-width: 768px) {
  .case-card_title {
    font-size: 40px;
    margin-block-end: 40px;
  }
}

.case-card_title span {
  font-size: 14px;
}

@media screen and (min-width: 768px) {
  .case-card_title span {
    font-size: 18px;
  }
}

.case-card-catch {
  margin-block-end: 24px;
  padding-block: 16px;
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  color: #16a085;
  border: solid 2px #16a085;
}

@media screen and (min-width: 768px) {
  .case-card-catch {
    font-size: 24px;
    margin-block-end: 40px;
  }
}

.case-card-image {
  display: grid;
  gap: 24px;
  margin-block-end: 40px;
}

@media screen and (min-width: 768px) {
  .case-card-image {
    grid-template-columns: 1fr 1fr;
    gap: 16px;
  }
}

.case-card-text {
  display: grid;
  gap: 16px;
  margin-block-end: 32px;
}

@media screen and (min-width: 768px) {
  .case-card-text {
    margin-block-end: 40px;
  }
}

.case-card-text div {
  position: relative;
  padding: 24px;
}

.case-card-text div:after {
  content: "";
  display: block;
  width: 56px;
  height: 56px;
  position: absolute;
}

@media screen and (min-width: 768px) {
  .case-card-text div:after {
    width: 64px;
    height: 64px;
  }
}

.case-card-text div:nth-child(1) {
  background: #f6f3f1;
}

.case-card-text div:nth-child(1):after {
  top: -8px;
  left: 50%;
  transform: translateX(-245%);
  background: url('../images/illust-01.webp') no-repeat center center/cover;
}

@media screen and (min-width: 768px) {
  .case-card-text div:nth-child(1):after {
    left: 0;
    transform: translateX(40px);
  }
}

.case-card-text div:nth-child(2) {
  background: #dcf0e9;
}

.case-card-text div:nth-child(2):after {
  top: -8px;
  left: 50%;
  transform: translateX(145%);
  background: url('../images/illust-12.webp') no-repeat center center/cover;
}

@media screen and (min-width: 768px) {
  .case-card-text div:nth-child(2):after {
    left: initial;
    right: 0;
    transform: translateX(-40px);
  }
}

.case-card-text div:nth-child(3) {
  background: #fef3d9;
}

.case-card-text div:nth-child(3):after {
  top: -8px;
  left: 50%;
  transform: translateX(-245%);
  background: url('../images/illust-13.webp') no-repeat center center/cover;
}

@media screen and (min-width: 768px) {
  .case-card-text div:nth-child(3):after {
    left: 0;
    transform: translateX(40px);
  }
}

.case-card-text h4 {
  margin-block-end: 16px;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  color: #191919;
}

@media screen and (min-width: 768px) {
  .case-card-text h4 {
    font-size: 20px;
  }
}

.case-card-text p {
  font-size: 14px;
  line-height: 1.8;
}

@media screen and (min-width: 768px) {
  .case-card-text p {
    text-align: center;
    font-size: 16px;
  }
}

.case-card-text div:nth-child(1) p span {
  font-weight: bold;
}

.case-card-text div:nth-child(2) p span {
  font-weight: bold;
  color: #16a085;
}

.case-card-text div:nth-child(3) p span {
  font-weight: bold;
  color: #e08d1a;
}

.case-card .cta a {
  font-size: 14px;
  font-weight: bold;
}

@media screen and (min-width: 768px) {
  .case-card .cta {
    width: 578px;
    margin-inline: auto;
  }

  .case-card .cta a {
    height: 72px;
    font-size: 20px;
    border-radius: 40px;
  }
}

.section-case-study h3 {
  margin-block-end: 32px;
  font-size: 16px;
  color: #707070;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .section-case-study h3 {
    margin-block-end: 40px;
    font-size: 24px;
  }
}

.section-case-study h3 span {
  font-size: 24px;
  color: #e08d1a;
}

@media screen and (min-width: 768px) {
  .section-case-study h3 span {
    font-size: 40px;
  }
}

.section-case-study h3 span span {
  font-size: 40px;
  display: inline-block;
  padding-inline: 4px;
}

@media screen and (min-width: 768px) {
  .section-case-study h3 span span {
    font-size: 64px;
  }
}

.section-case-study ul {
  display: grid;
  gap: 24px;
  margin-block-end: 32px;
}

@media screen and (min-width: 768px) {
  .section-case-study ul {
    grid-template-columns: 1fr 1fr;
    gap: 32px;
    margin-block-end: 56px;
  }
}

.section-case-study ul li {
  display: grid;
  grid-template-columns: 64px 1fr;
  align-items: center;
  gap: 16px;
}

@media screen and (min-width: 768px) {
  .section-case-study ul li {
    grid-template-columns: 80px 1fr;
  }
}

.section-case-study ul li h4 {
  margin-block-end: 8px;
  font-size: 16px;
}

@media screen and (min-width: 768px) {
  .section-case-study ul li h4 {
    font-size: 20px;
  }
}

.section-case-study ul li p {
  font-size: 12px;
}

@media screen and (min-width: 768px) {
  .section-case-study ul li p {
    font-size: 14px;
  }
}

.section-point {
  padding: 40px 24px 56px;
}

@media screen and (min-width: 768px) {
  .section-point {
    padding: 80px 24px 120px;
  }
}

.section-point_description {
  margin-block-end: 40px;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .section-point_description {
    margin-block-end: 56px;
    font-size: 32px;
  }
}

.section-point_description span {
  color: #16a085;
}

.section-point_text {
  margin-block-end: 40px;
  font-size: 14px;
  line-height: 1.8;
}

@media screen and (min-width: 768px) {
  .section-point_text {
    text-align: center;
    font-size: 16px;
  }
}

.section-point_text span {
  font-weight: bold;
}

.section-point_list {
  display: grid;
  gap: 24px;
  margin-block-end: 40px;
}

@media screen and (min-width: 768px) {
  .section-point_list {
    max-width: 960px;
    margin-inline: auto;
    grid-template-columns: 1fr 1fr 1fr;
  }
}

.section-point_list li {
  padding: 36px 24px 24px;
  background: #fef3d9;
}

.section-point_list li .number {
  font-family: "futura-pt-bold", sans-serif;
  font-size: 18px;
  color: #16a085;
  text-align: center;
  line-height: 1;
  margin-block-end: 24px;
}

.section-point_list li .number span {
  display: block;
  font-size: 48px;
}

.section-point_list li h3 {
  margin-block-end: 16px;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.6;
  text-align: center;
}

.section-point_list li p {
  font-size: 14px;
  line-height: 1.8;
}

.section-point_list li p span {
  color: #16a085;
  font-weight: bold;
}

.section-point_specialist {
  padding: 24px;
  border: solid 3px #ece6e2;
}

@media screen and (min-width: 768px) {
  .section-point_specialist {
    max-width: 960px;
    margin-inline: auto;
    display: grid;
    grid-template-columns: 160px 1fr;
    align-content: center;
    gap: 32px;
  }
}

.section-point_specialist .image {
  max-width: 120px;
  margin-inline: auto;
  margin-block-end: 16px;
}

@media screen and (min-width: 768px) {
  .section-point_specialist .image {
    max-width: 160px;
    margin: 0;
  }
}

.section-point_specialist .member h3 {
  margin-block-end: 16px;
  font-family: "futura-pt-bold", sans-serif;
  font-size: 14px;
  color: #707070;
}

.section-point_specialist .member p:first-of-type {
  margin-block-end: 16px;
  font-size: 20px;
  font-weight: bold;
}

.section-point_specialist .member p:first-of-type span {
  margin-inline-start: 16px;
  font-size: 14px;
  font-weight: normal;
}

.section-point_specialist .member p:last-of-type {
  font-size: 12px;
  color: #707070;
  line-height: 1.6;
}

.section-price {
  padding: 40px 24px 56px;
  background: #ece6e2;
}

@media screen and (min-width: 768px) {
  .section-price {
    padding: 80px 24px 120px;
  }
}

.section-price_list {
  display: grid;
  gap: 24px;
}

@media screen and (min-width: 768px) {
  .section-price_list {
    max-width: 960px;
    margin-inline: auto;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
  }
}

.price-card {
  padding: 24px;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.08);
  background-color: #fff;
}

@media screen and (min-width: 768px) {
  .price-card {
    padding: 40px;
  }
}

.price-card h3 {
  text-align: center;
  font-size: 20px;
  margin-block-end: 24px;
}

@media screen and (min-width: 768px) {
  .price-card h3 {
    margin-block-end: 40px;
    font-size: 24px;
  }
}

.price-list_guideline {
  display: grid;
  gap: 8px;
  margin-block-end: 16px;
}

@media screen and (min-width: 768px) {
  .price-list_guideline {
    gap: 16px;
  }
}

.price-list_guideline li {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 16px;
  background: #f9e9e9;
  font-size: 14px;
}

@media screen and (min-width: 768px) {
  .price-list_guideline li {
    padding: 24px;
    font-size: 16px;
  }
}

.price-list_guideline li p:last-of-type {
  color: #707070;
}

.price-list_guideline li span {
  padding-inline-end: 2px;
  font-size: 24px;
  font-weight: bold;
}

.price-annotation {
  font-size: 12px;
  color: #707070;
}

@media screen and (min-width: 768px) {
  .price-annotation {
    font-size: 14px;
  }
}

.price-list_schedule {
  display: grid;
  gap: 8px;
}

.price-card_text {
  margin-block-end: 16px;
  font-size: 16px;
  color: #707070;
  text-align: center;
  font-weight: bold;
}

@media screen and (min-width: 768px) {
  .price-card_text {
    font-size: 20px;
  }
}

.price-card_text span {
  color: #16a085;
}

.price-list_schedule {
  margin-block-end: 8px;
}

.price-list_schedule li {
  padding-block: 12px;
  text-align: center;
  font-size: 14px;
}

@media screen and (min-width: 768px) {
  .price-list_schedule {
    font-size: 16px;
  }
}

.price-list_schedule li:nth-child(1),
.price-list_schedule li:nth-child(2) {
  background: #d5eee2;
}

.price-list_schedule li:nth-child(3),
.price-list_schedule li:nth-child(4) {
  background: #cfeaf2;
}

.price-list_schedule li:nth-child(5) {
  background: #bcd1ec;
}

.price-list_schedule li:nth-child(6) {
  background: #f5ede1;
}

.price-list_schedule-icon {
  width: 4px;
  margin-inline: auto;
  margin-block-end: 8px;
}

.section-price .cta a {
  margin-block-start: 32px;
  font-size: 14px;
}

@media screen and (min-width: 768px) {
  .section-price .cta {
    max-width: 578px;
  }

  .section-price .cta a {
    margin-block-start: 56px;
    height: 72px;
    border-radius: 40px;
    font-size: 20px;
  }
}

.section-faq {
  padding: 40px 24px 56px;
}

@media screen and (min-width: 768px) {
  .section-faq {
    padding: 80px 24px 80px;
  }
}

.section-faq_list {
  display: grid;
  gap: 16px;
}

@media screen and (min-width: 768px) {
  .section-faq_list {
    max-width: 960px;
    margin-inline: auto;
  }
}

.section-faq_list li {
  padding: 24px 32px 24px 56px;
  background: #f6f3f1;
  position: relative;
}

@media screen and (min-width: 768px) {
  .section-faq_list li {
    padding: 32px 40px 32px 128px;
  }
}

.section-faq_list li:before {
  content: "";
  display: block;
  position: absolute;
  top: 20px;
  left: 16px;
  width: 24px;
  height: 24px;
  background: url("../images/q.svg") no-repeat center center/cover;
}

@media screen and (min-width: 768px) {
  .section-faq_list li:before {
    width: 40px;
    height: 40px;
    top: 50%;
    left: 48px;
    transform: translateY(-50%);
  }
}

.section-faq_list dt {
  color: #16a085;
  font-size: 16px;
  margin-block-end: 16px;
  font-weight: bold;
}

.section-faq_list dd {
  font-size: 14px;
  line-height: 1.6;
}

.section-faq_list dd span {
  font-weight: bold;
}

.section-document {
  padding: 40px 24px;
  background: #00442d;
  text-align: center;
  color: #fff;
}

@media screen and (min-width: 768px) {
  .section-document {
    padding: 48px 24px;
  }
}

.section-document_first p:first-of-type {
  margin-block-end: 24px;
  font-size: 22px;
  font-weight: bold;
}

@media screen and (min-width: 768px) {
  .section-document_first p:first-of-type {
    margin-block-end: 40px;
    font-size: 32px;
  }
}

.section-document_first p:first-of-type span {
  color: #f9c67f;
  font-size: 18px;
}

@media screen and (min-width: 768px) {
  .section-document_first p:first-of-type span {
    font-size: 24px;
  }
}

.section-document_first p:last-of-type {
  margin-block-end: 24px;
  font-size: 14px;
  line-height: 1.8;
  text-align: left;
}

@media screen and (min-width: 768px) {
  .section-document_first p:last-of-type {
    margin-block-end: 40px;
    font-size: 16px;
    text-align: center;
  }
}

@media screen and (min-width: 768px) {
  .section-document .cta {
    max-width: 578px;
  }

  .section-document .cta a {
    height: 72px;
    border-radius: 40px;
    font-size: 20px;
  }
}

.section-btn {
  padding: 40px 24px 20px;
}

@media screen and (min-width: 768px) {
  .section-btn {
    padding: 48px 24px 0;
  }
}

.section-btn ul {
  display: grid;
  grid-template-columns: 272px;
  gap: 16px;
  justify-content: center;
}

@media screen and (min-width: 768px) {
  .section-btn ul {
    grid-template-columns: 240px 240px;
    gap: 24px;
  }
}

.section-btn li {
  max-width: 272px;
}

.section-btn li a {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 48px;
  border-radius: 24px;
  color: #fff;
  font-size: 14px;
}

@media screen and (min-width: 768px) {
  .section-btn li a {
    height: 56px;
    border-radius: 28px;
    font-size: 18px;
  }
}

.section-btn li:first-of-type a {
  background: #be9c6d;
}

.section-btn li:last-of-type a {
  background: #191919;
}

.section-lineup {
  padding-block-end: 64px;
}

@media screen and (min-width: 768px) {
  .section-lineup {
    padding-block-end: 120px;
  }
}

.section-lineup-list {
  display: grid;
  margin-inline: 24px;
  gap: 40px;
  margin-block-end: 40px;
}

@media screen and (min-width: 768px) {
  .section-lineup-list {
    max-width: 960px;
    margin-inline: auto;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
    margin-block-end: 56px;
  }
}

.section-lineup-list h3 {
  margin-block-start: 24px;
  margin-block-end: 16px;
  font-size: 24px;
  font-weight: bold;
  color: #16a085;
  text-align: center;
}

.section-lineup-list li p:first-of-type {
  margin-block-end: 24px;
  text-align: center;
  font-weight: bold;
}

.section-lineup-list li p:last-of-type {
  font-size: 12px;
  line-height: 1.6;
}

@media screen and (min-width: 768px) {
  .section-lineup-list li p:last-of-type {
    font-size: 14px;
    line-height: 1.8;
  }
}

.section-feature {
  padding: 56px 10px 80px;
  background: #ece6e2;
}

@media screen and (min-width: 768px) {
  .section-feature {
    padding: 80px 10px 120px;
  }
}

.feature-table {
  display: grid;
  grid-template-columns: 64px 1fr 1fr;
  margin-block-end: 40px;
  gap: 1px;
}

@media screen and (min-width: 768px) {
  .feature-table {
    max-width: 960px;
    grid-template-columns: 160px 1fr 1fr;
    margin-inline: auto;
    margin-block-end: 56px;
  }
}

.feature-table-item {
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 11;
}

.feature-table-item {
}

.feature-table-item div {
  padding: 16px;
  font-size: 13px;
  background: #fff;
  align-content: center;
}

@media screen and (min-width: 768px) {
  .feature-table-item div {
    font-size: 16px;
    line-height: 1.8;
    padding: 16px 24px;
  }
}

.feature-table-item.head {
  font-weight: bold;
  text-align: center;
}

.feature-table-item.head div {
  padding: 8px;
  background: #d7cec8;
  font-size: 12px;
}

@media screen and (min-width: 768px) {
  .feature-table-item.head div {
    font-size: 14px;
  }
}

.feature-table-item.head div:first-of-type {
  background: transparent;
}

.feature-table-item.data-regza {
  outline: 4px solid #16a085;
  outline-offset: -4px;
  border-radius: 16px 16px 0 0;
}

.feature-table-item.data-regza div:first-of-type {
  text-align: center;
  font-size: 16px;
  background: #16a085;
  align-content: center;
  color: #fff;
  font-weight: bold;
  border-radius: 16px 16px 0 0;
}

@media screen and (min-width: 768px) {
  .feature-table-item.data-regza div:first-of-type {
    font-size: 24px;
  }
}

.feature-table-item.data-other div:first-of-type {
  text-align: center;
  font-size: 16px;
  background: #707070;
  border-radius: 16px 16px 0 0;
  align-content: center;
  color: #fff;
  font-weight: bold;
}

@media screen and (min-width: 768px) {
  .feature-table-item.data-other div:first-of-type {
    font-size: 24px;
    line-height: 1;
  }
}

.feature-table-item.data-other div:first-of-type span {
  font-size: 12px;
}

@media screen and (min-width: 768px) {
  .feature-table-item.data-other div:first-of-type span {
    font-size: 14px;
  }
}

.feature-table-item div span {
  font-weight: bold;
}

.feature-table-item.data-regza div span {
  color:  #16a085;
}

.section-price-card {
  max-width: 960px;
  margin-inline: auto;
  background: #fff;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.08);
  padding: 24px;
  font-size: 14px;
  line-height: 1.8;
}

@media screen and (min-width: 768px) {
  .section-price-card {
    padding: 40px;
    text-align: center;
  }
}

.annotation {
  font-size: 11px!important;
  font-weight: bold;
  color:#c3314b!important;
}

.section-service_intro h3 .annotation {
  font-size: 11px!important;
  font-weight: bold;
  color:#16a085!important;
}

.annotation-text {
  margin-block-start: 40px;
  text-align: left;
  font-size: 12px;
  color: #707070;
}

@media screen and (min-width: 768px) {
  .annotation-text {
    margin-block-start: 80px;
    text-align: center;
  }
}
