@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap");
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  vertical-align: baseline;
}

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

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

a {
  text-decoration: none;
  color: initial;
  transition: 0.3s;
}
a:hover {
  opacity: 0.7;
}

@font-face {
  font-family: "futura pt";
  src: url("../font/FuturaCyrillicBook.woff2") format("woff2"), url("../font/FuturaCyrillicBook.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "futura pt";
  src: url("../font/FuturaCyrillicMedium.woff2") format("woff2"), url("../font/FuturaCyrillicMedium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "futura pt";
  src: url("../font/FuturaCyrillicDemi.woff2") format("woff2"), url("../font/FuturaCyrillicDemi.woff2") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
body {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
}

.futura {
  font-family: "futura";
}

* {
  box-sizing: border-box;
}

img {
  max-width: 100%;
}

body {
  max-width: 1920px;
  margin: 0 auto;
  color: #202844;
}

tw, .tw {
  display: inline-block;
}

.container {
  max-width: 1080px;
  margin: 0 auto;
  position: relative;
}
@media screen and (min-width: 1080.1px) {
  .container {
    max-width: 1280px;
    width: 80%;
  }
}

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

.contact_link_box {
  display: flex;
  justify-content: center;
  align-items: center;
}
.contact_link_box a {
  color: #fff;
  font-size: clamp(18px, 6.133vw, 69px);
  padding: 0.63em 2.043em 0.696em;
  font-weight: 600;
  border-radius: 9999px;
  background-image: linear-gradient(90deg, #fc751b, #ef5171);
  box-shadow: 0 6px 0 rgba(0, 0, 0, 0.15);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  position: relative;
}
.contact_link_box a small {
  font-size: 0.87em;
}
.contact_link_box a::after {
  font-size: 0.474em;
  content: "";
  position: absolute;
  top: 50%;
  right: 2em;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-top: 0.5em solid transparent;
  border-bottom: 0.5em solid transparent;
  border-left: 1em solid #fff; /* 色 */
  transition: 0.2s;
}
.contact_link_box a:hover {
  transform: translateY(2px);
  opacity: 0.9;
  box-shadow: 0 3px 0 rgba(0, 0, 0, 0.15);
}
.contact_link_box a:hover::after {
  right: 1.5em;
}
@media screen and (min-width: 1080.1px) {
  .contact_link_box a {
    font-size: clamp(18px, 2.083vw, 28px);
  }
}

.deco_title {
  display: flex;
  margin: 0 auto;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  max-width: 90vw;
  overflow: hidden;
}
.deco_title span {
  font-family: "futura pt";
  font-size: clamp(14px, 4.667vw, 42px);
  color: #D4D4D4;
  font-weight: 600;
  letter-spacing: 0.08em;
}
.deco_title p {
  font-size: clamp(28px, 9.333vw, 84px);
  padding: 0.2em 0.314em;
  font-weight: 600;
  position: relative;
  z-index: 1;
  letter-spacing: -0.06em;
}
.deco_title p::before {
  content: "";
  width: 100%;
  height: 4px;
  position: absolute;
  z-index: -2;
  top: 50%;
  left: -100%;
  transform: translateY(-50%);
  background-color: #EF5171;
}
.deco_title p::after {
  content: "";
  width: 100%;
  height: 4px;
  position: absolute;
  z-index: -2;
  top: 50%;
  right: -100%;
  transform: translateY(-50%);
  background-color: #EF5171;
}
@media screen and (min-width: 1080.1px) {
  .deco_title span {
    font-size: clamp(24px, 1.823vw, 28px);
  }
  .deco_title p {
    font-size: clamp(40px, 3.906vw, 54px);
  }
}

header {
  max-width: 1080px;
  position: absolute;
  top: 64px;
  left: 0;
  right: 0;
  margin: 0 auto;
  padding-left: clamp(13px, 3.467vw, 39px);
  z-index: 50;
}
header img {
  width: min(594px, 52.8vw);
  height: auto;
}
header .line_banner_box {
  position: fixed;
  z-index: 99999;
  bottom: 5px;
  left: 0;
  right: 0;
  width: 95%;
  margin: 0 auto;
}
header .line_banner_box a {
  display: flex;
  align-items: center;
  font-size: clamp(14px, 5.797vw, 40px);
  font-weight: 600;
  background-color: #06c755;
  border-radius: 9999px;
  padding: 0.7em 1.5em;
  color: #fff;
}
header .line_banner_box a svg {
  width: 2em;
  margin-right: 0.5em;
}
header .line_banner_box a span {
  margin-top: -2px;
}
@media screen and (min-width: 1080.1px) {
  header {
    position: static;
    max-width: initial;
    padding-left: 0;
  }
  header .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  header img {
    width: 300px;
  }
  header .line_banner_box {
    position: static;
    width: auto;
    margin: 0;
  }
  header .line_banner_box a {
    font-size: 16px;
  }
}

.mv_section {
  background: url(../img/mv_bg.png) center bottom/100% 100% no-repeat;
  padding-top: 41px;
}
.mv_section .textContent {
  background: url(../img/mv_h1bg.png) center/100% 100% no-repeat;
  aspect-ratio: 750/524;
  padding-top: 19%;
  padding-left: 4.267%;
  padding-bottom: 9.4667%;
  font-size: clamp(27.5px, 7.333vw, 82.5px);
  font-weight: 600;
  position: relative;
  z-index: 1;
}
.mv_section p.sub_title {
  font-size: clamp(18px, 4.933vw, 55.5px);
  color: #27c667;
  margin-top: -1em;
}
.mv_section .appeal_content {
  top: 15%;
  right: 4.012%;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  aspect-ratio: 1/1;
  width: clamp(75px, 28.267vw, 318px);
  height: clamp(75px, 28.267vw, 318px);
  border-radius: 50%;
  background: #e5671d;
  text-align: center;
  font-size: clamp(12px, 4vw, 45px);
}
.mv_section .appeal_content span {
  color: #fff;
  line-height: 1.31;
  letter-spacing: -0.05em;
}
.mv_section .imgContent {
  position: relative;
  transform: translateY(clamp(-67px, -17.867vw, 201px));
}
.mv_section .contact_link_box {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 10.5%;
  margin: 0 auto;
}
@media screen and (min-width: 1080.1px) {
  .mv_section {
    background: none;
    padding-top: 0;
    overflow: hidden;
  }
  .mv_section .container {
    position: relative;
  }
  .mv_section .textContent {
    background: none;
    position: absolute;
    aspect-ratio: initial;
    padding-top: 10%;
    padding-left: 0;
    width: 100%;
    display: flex;
    justify-content: flex-start;
    gap: 8%;
  }
  .mv_section .header_text {
    flex: 1;
    order: -1;
    max-width: 800px;
  }
  .mv_section .header_text img {
    width: 100%;
  }
  .mv_section p.sub_title {
    font-size: clamp(36px, 2.083vw, 40px);
  }
  .mv_section .appeal_content {
    width: clamp(230px, 14.583vw, 250px);
    height: clamp(230px, 14.583vw, 250px);
    font-size: clamp(24px, 2.083vw, 36px);
    position: static;
  }
  .mv_section .imgContent {
    width: 100vw;
    margin: 0 calc(50% - 50vw);
    transform: none;
  }
  .mv_section .imgContent img {
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: right bottom;
       object-position: right bottom;
    aspect-ratio: 16/9;
    height: 100dvh;
    min-height: 48.25vw;
  }
  .mv_section .contact_link_box {
    right: auto;
  }
}
@media screen and (max-width: 500px) {
  .mv_section .contact_link_box {
    bottom: 18.5%;
  }
}

.second_section {
  background: url(../img/second_bg.png) center/100% 100% no-repeat;
}
.second_section h2 {
  font-size: clamp(28px, 9.333vw, 84px);
  text-align: center;
  padding-top: 0.5em;
  font-weight: 600;
}
.second_section h2 small {
  font-size: 0.639em;
}
.second_section h2 span {
  font-size: 0.9428em;
}
@media screen and (min-width: 1080.1px) {
  .second_section {
    margin-top: -1px;
    background: url(../img/second_bg_pc.png) center/100% 100% no-repeat;
  }
  .second_section h2 {
    font-size: clamp(35px, 3.646vw, 49px);
    padding-top: 2em;
  }
}

.second_section_contents {
  display: grid;
  grid-template-columns: repeat(2, 50%);
  flex-wrap: wrap;
  align-items: center;
  margin-top: 20px;
  padding-bottom: 100px;
}
.second_section_contents img {
  width: 111%;
  max-width: initial;
  margin: 0 auto;
}
@media screen and (min-width: 1080.1px) {
  .second_section_contents {
    grid-template-columns: 30% 1fr;
    align-items: center;
    margin-top: 50px;
  }
  .second_section_contents picture {
    grid-area: 1/1/3/2;
  }
  .second_section_contents img {
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
  }
}

.second_section_summary_text {
  font-size: clamp(14px, 4.933vw, 55.5px);
  font-weight: 600;
  line-height: 1.433;
  margin-top: 23px;
  padding-left: 7px;
}
.second_section_summary_text span {
  color: #ef5171;
}
.second_section_summary_text .span-1 {
  font-size: 1.22em;
  line-height: 1.44;
  margin-left: -0.3em;
}
.second_section_summary_text .span-2 {
  font-size: 1.432em;
  line-height: 1.19;
}
@media screen and (min-width: 1080.1px) {
  .second_section_summary_text {
    font-size: clamp(24px, 2.604vw, 35px);
    margin-top: 0;
    line-height: 1.6;
  }
}

.second_section_appeal_text {
  width: 100%;
  grid-area: 2/1/3/3;
  font-size: clamp(16px, 5.467vw, 61px);
  font-weight: 600;
  width: 87.5%;
  margin: 1em auto 0;
}
.second_section_appeal_text > span {
  display: inline;
  background-color: #fff; /* 行いっぱいに色 */
  line-height: 1.8; /* ← 行間をあける */
  padding: 0 0.3em;
  white-space: nowrap;
}
.second_section_appeal_text > span .space {
  padding-right: 0.3em;
}
.second_section_appeal_text .blue {
  color: #2c81c6;
}
@media screen and (min-width: 1080.1px) {
  .second_section_appeal_text {
    font-size: clamp(24px, 2.604vw, 35px);
    grid-area: 2/2/3/3;
    width: 100%;
    margin: 0;
    align-self: flex-start;
  }
  .second_section_appeal_text > span {
    letter-spacing: 0.05em;
  }
}

.worries_contents {
  background: linear-gradient(90deg, #bfeef2 0%, #d9f7f8 40%, #eafcff 100%);
  position: relative;
  width: 100%;
}
.worries_contents .imgContent {
  padding-bottom: 5px;
  position: relative;
  z-index: 1;
}
.worries_contents .imgContent::after {
  content: "";
  position: absolute;
  z-index: -1;
  left: 0;
  right: 0;
  bottom: 8px;
  height: 200px;
  background-color: rgba(104, 152, 160, 0.5);
  clip-path: polygon(0 0, 100% 0, 100% 63%, 51.2% 100%, 0 63%);
}
.worries_contents h2,
.worries_contents .textContent {
  position: absolute;
}
.worries_contents h2 {
  top: 28.1%;
  left: 5.2%;
  z-index: 10;
  font-size: clamp(21.2px, 7.067vw, 63px);
  color: #fff;
  line-height: 1.6;
}
.worries_contents h2 > span {
  display: inline;
  background-color: #303341;
  padding: 0em 0.3em;
}
.worries_contents h2 .space {
  padding-right: 0.3em;
}
.worries_contents .textContent {
  z-index: 10;
  left: 0;
  right: 0;
  width: 90.4%;
  margin: 0 auto;
  bottom: 2px;
  font-size: clamp(14px, 4vw, 36px);
  font-weight: 600;
}
.worries_contents .textContent ul {
  background-color: rgba(255, 255, 255, 0.8);
  padding: 1.2em 1.2em 1.3em;
}
.worries_contents .textContent li {
  color: #666666;
  line-height: 1.3;
  padding-left: 1.733em;
  position: relative;
}
.worries_contents .textContent li:not(:last-child) {
  margin-bottom: 1.1em;
}
.worries_contents .textContent li span {
  color: #202844;
}
.worries_contents .textContent li::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 1.6em;
  height: 1.3em;
  background: url(../img/check_gray.png) center/100% 100%;
}
.worries_contents .question_section_summary_box {
  background-color: rgba(31, 30, 30, 0.7);
  clip-path: polygon(0 0, 100% 0, 100% 70%, 51.2% 100%, 0 70%);
  font-size: 1.1667em;
  color: #fff;
  line-height: 1.4286;
  padding: 0.9em 0.95em 2.6em;
}
@media screen and (min-width: 1080.1px) {
  .worries_contents {
    display: grid;
    grid-template-columns: 32% 1fr;
    background: url(../img/worries_contents_bg_pc.png) top center/100% 100%;
    padding: 100px 0 0px;
  }
  .worries_contents h2,
  .worries_contents .textContent {
    position: static;
  }
  .worries_contents h2 {
    grid-area: 1/1/2/3;
    font-size: clamp(35px, 3.646vw, 49px);
    font-weight: 600;
    color: #202844;
    max-width: 1280px;
    width: 90%;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 1em;
  }
  .worries_contents h2 span {
    background: none;
    padding: 0;
  }
  .worries_contents h2 span .space {
    padding: 0;
  }
  .worries_contents .textContent {
    grid-area: 2/2/3/3;
    width: 100%;
    background-color: rgba(207, 207, 207, 0.3);
    font-size: clamp(18px, 1.875vw, 28px);
  }
  .worries_contents .textContent ul {
    background-color: transparent;
    padding-top: 3em;
  }
  .worries_contents .textContent .question_section_summary_box {
    width: 80%;
    padding-bottom: 0.9em;
    background: none;
    color: #202844;
    clip-path: none;
    font-size: 1.1em;
  }
  .worries_contents .imgContent {
    grid-area: 2/1/3/2;
    padding-bottom: 0;
  }
  .worries_contents .imgContent img {
    -o-object-fit: cover;
       object-fit: cover;
    height: 100%;
  }
  .worries_contents .imgContent::after {
    content: none;
  }
}
@media screen and (max-width: 500px) {
  .worries_contents .textContent {
    bottom: 10px;
  }
  .worries_contents .imgContent::after {
    bottom: 5px;
    clip-path: polygon(0 0, 100% 0, 100% 84%, 51.2% 100%, 0 84%);
  }
}

.solution_contents {
  position: relative;
  z-index: 1;
  padding-bottom: 50px;
}
.solution_contents::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  margin-top: -1px;
  padding-top: 1px;
  /* 背景グラデーション */
  background: linear-gradient(90deg, #bfeef2 0%, #d9f7f8 40%, #eafcff 100%);
  /* 下中央V字 */
  clip-path: polygon(0 0, 100% 0, 100% 92%, 55% 92%, 50% 97%, 45% 92%, 0 92%);
}
.solution_contents .container {
  width: 90.4%;
}
.solution_contents h3 {
  font-size: clamp(28px, 9.333vw, 70px);
  font-weight: 700;
  padding-top: 0.4em;
  line-height: 1.3;
  text-align: center;
  justify-self: flex-end;
}
.solution_contents h3 small {
  font-size: 0.637em;
}
.solution_contents h3 .pink {
  color: #ef5171;
  font-size: 0.757em;
  line-height: 1;
}
.solution_contents h3 .pink .big_1 {
  font-size: 1.32em;
}
.solution_contents h3 .pink .big_2 {
  font-size: 1.509em;
}
.solution_contents h3 .pink .big_2 span {
  margin-left: -0.3em;
}
.solution_contents ul {
  margin: 20px auto 32px;
  font-size: clamp(16px, 6.667vw, 60px);
  font-weight: 600;
  margin-left: 0.5em;
}
.solution_contents ul li {
  padding-left: 1.54em;
  line-height: 1.54;
  position: relative;
}
.solution_contents ul li::before {
  content: "";
  position: absolute;
  top: 0.25em;
  left: 0;
  width: 1.24em;
  height: 1.06em;
  background: url(../img/check_pink.png) center/100% 100%;
}
.solution_contents .solution_contents_appeal_text {
  width: 95vw;
  margin: 0 calc(50% - 47.5vw);
  font-size: clamp(16px, 5.333vw, 46px);
  padding-bottom: 2.737em;
  font-weight: 600;
  color: #ef5171;
  letter-spacing: 0;
  white-space: nowrap;
}
.solution_contents .solution_contents_appeal_text span {
  display: inline;
  background-color: #fff;
  line-height: 1.6;
  padding: 0 0.3em;
}
.solution_contents .solution_contents_appeal_text span .space {
  letter-spacing: -0.5em;
  padding: 0;
}
@media screen and (min-width: 1080.1px) {
  .solution_contents {
    padding: 120px 0 100px;
    /* 下中央V字 */
  }
  .solution_contents::after {
    background: linear-gradient(0deg, #bfeef2 0%, #c9f2f5 20%, #d9f7f8 45%, #e8fafb 65%, rgba(207, 207, 207, 0.5) 100%);
    clip-path: polygon(0 0, 100% 0, 100% 92%, 55% 92%, 50% 100%, 45% 92%, 0 92%);
  }
  .solution_contents .container {
    max-width: 1080px;
    width: 80%;
    display: grid;
    grid-template-columns: repeat(2, 50%);
    gap: 5% 32px;
    padding-bottom: 80px;
  }
  .solution_contents h3 {
    font-size: clamp(40px, 4.167vw, 56px);
    text-align: left;
    justify-self: flex-start;
  }
  .solution_contents ul {
    grid-area: 1/2/3/3;
    font-size: clamp(25px, 2.604vw, 35px);
    white-space: nowrap;
    margin: 0;
    align-self: flex-end;
    padding-bottom: 1em;
  }
  .solution_contents ul li:not(:last-child) {
    margin-bottom: 0.5em;
  }
  .solution_contents .solution_contents_appeal_text {
    width: 100%;
    margin: auto;
    font-size: clamp(18px, 1.875vw, 28px);
    padding-bottom: 0;
  }
  .solution_contents .solution_contents_appeal_text p {
    width: auto;
    display: inline-block;
  }
}

.question_section .contact_link_box {
  font-size: 0.87em;
  margin-bottom: 79px;
}
.question_section .contact_link_box a {
  text-align: center;
  background: linear-gradient(90deg, #27c667 0%, #129e40 100%);
  box-shadow: 0 6px 0 #129e40;
  padding-top: 0.8em;
  padding-bottom: 0.6em;
}
.question_section .contact_link_box a small {
  font-size: 0.85em;
}
.question_section .contact_link_box a span {
  font-size: 0.575em;
  letter-spacing: 0.05em;
  font-weight: 300;
  display: block;
  line-height: 1.8;
}
@media screen and (min-width: 1080.1px) {
  .question_section {
    /* 下中央V字 */
    padding-bottom: 240px;
  }
  .question_section .contact_link_box {
    padding-top: 40px;
    margin-bottom: 0;
  }
}

.features_section_contents {
  position: relative;
  background: url(../img/features_deco02.png) bottom center/100% auto no-repeat, url(../img/features_bg.png) top -11.467vw center/100% 100% no-repeat;
}
.features_section_contents::after {
  content: "";
  position: absolute;
  height: 4%;
  width: 100%;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #fff;
}
.features_section_contents ul {
  width: 91%;
  margin: 0 auto;
}
.features_section_contents li {
  position: relative;
}
.features_section_contents li h3 {
  font-size: clamp(16px, 6.667vw, 60px);
  font-weight: 600;
  margin-bottom: 1em;
  line-height: 1.1;
}
.features_section_contents li .imgContent {
  position: absolute;
}
.features_section_contents li:first-child {
  padding-top: 11.5%;
  padding-bottom: 20%;
}
.features_section_contents li:first-child h3 {
  margin-top: 0.7em;
}
.features_section_contents li:first-child .imgContent {
  width: 48.33%;
  top: 0;
  right: -1.5%;
  max-width: 395px;
}
.features_section_contents li:nth-child(2) {
  position: relative;
  z-index: 1;
  text-align: right;
  padding-top: 5%;
  padding-bottom: 34%;
}
.features_section_contents li:nth-child(2)::before {
  content: "";
  z-index: -1;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100vw;
  margin: 0 calc(50% - 50vw);
  background: url(../img/features_deco.png) bottom center/100% 100% no-repeat;
}
.features_section_contents li:nth-child(2) .point_num {
  margin-left: 0;
  margin-right: auto;
}
.features_section_contents li:nth-child(2) h3 {
  margin-top: 0.84em;
  margin-bottom: 0.5em;
}
.features_section_contents li:nth-child(2) .features_section_item_summary {
  text-align: left;
}
.features_section_contents li:nth-child(2) .imgContent {
  width: 70.9%;
  top: -29%;
  left: 0%;
  max-width: 610px;
}
.features_section_contents li:nth-child(3) {
  z-index: 1;
  padding-bottom: 33%;
}
.features_section_contents li:nth-child(3) h3 {
  padding-top: 1.6em;
  margin-bottom: 2em;
}
.features_section_contents li:nth-child(3) .point_num {
  position: absolute;
  top: -14%;
  left: 0;
}
.features_section_contents li:nth-child(3) .imgContent {
  width: 43.3%;
  top: -28%;
  right: 0%;
  max-width: 350px;
}
.features_section_contents .point_num {
  font-family: "futura pt";
  font-size: clamp(14px, 4.667vw, 42px);
  display: inline-flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  gap: 0.17em;
}
.features_section_contents .point_num .text {
  font-weight: 600;
  color: #666666;
  margin-left: -0.457em;
}
.features_section_contents .point_num .num {
  color: #ef5171;
  font-size: 4.314em;
  line-height: 0.66;
  font-weight: 300;
}
.features_section_contents .features_section_item_summary {
  font-size: clamp(12px, 4.667vw, 42px);
  font-weight: 600;
  line-height: 1.42;
}
@media screen and (min-width: 1080.1px) {
  .features_section_contents {
    background: none;
    margin-bottom: 100px;
  }
  .features_section_contents::after {
    content: none;
  }
  .features_section_contents ul {
    width: 100%;
    display: flex;
    gap: 3%;
    margin-top: 80px;
  }
  .features_section_contents ul .imgContent {
    position: static;
  }
  .features_section_contents li {
    border: 1px #e5e5e5 solid;
    border-radius: 12px;
    padding: 3% !important;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    flex: 1;
  }
  .features_section_contents li h3 {
    font-size: clamp(24px, 2.604vw, 35px);
    text-align: left !important;
  }
  .features_section_contents li .imgContent {
    order: 3;
    width: 100% !important;
    aspect-ratio: 16/9;
    max-width: initial !important;
  }
  .features_section_contents li .imgContent img {
    width: auto;
    max-height: 100%;
  }
  .features_section_contents li:first-child .imgContent {
    text-align: right;
  }
  .features_section_contents li:first-child .imgContent img {
    width: 63%;
    margin-left: auto;
  }
  .features_section_contents li:nth-child(2)::before {
    content: none;
  }
  .features_section_contents li:nth-child(2) h3 {
    margin-top: 0.7em;
    margin-bottom: 2.25em;
  }
  .features_section_contents li:nth-child(2) .point_num {
    margin-right: auto;
  }
  .features_section_contents li:nth-child(2) .imgContent {
    text-align: left;
  }
  .features_section_contents li:nth-child(2) .imgContent img {
    width: 90%;
  }
  .features_section_contents li:nth-child(3) h3 {
    padding-top: 0;
    margin-top: 0.7em;
    margin-bottom: 0.8em;
  }
  .features_section_contents li:nth-child(3) .imgContent {
    text-align: center;
  }
  .features_section_contents li:nth-child(3) .imgContent img {
    width: 63%;
  }
  .features_section_contents .point_num {
    font-size: clamp(18px, 1.823vw, 36px);
    position: static !important;
    flex-direction: row;
    align-items: center;
  }
  .features_section_contents .point_num .text {
    margin-left: 0;
  }
  .features_section_contents .point_num .num {
    font-size: 2.6em;
  }
  .features_section_contents .features_section_item_summary {
    font-size: clamp(18px, 1.823vw, 24px);
    order: 4;
    margin-top: 1em;
  }
}

.price_section {
  margin-top: -5%;
}
@media screen and (min-width: 1080.1px) {
  .price_section {
    margin-top: 80px;
    padding-bottom: 200px;
    background: linear-gradient(180deg, #c6f1fa -31.41%, #E7FFFF 89.1%);
  }
  .price_section .deco_title {
    padding-top: 80px;
  }
  .price_section .deco_title span {
    color: #909090;
  }
}

.price_section_contents {
  padding-bottom: 62px;
  width: 90%;
  margin: 42px auto 0;
  background: url(../img/price_bg.png) bottom center/100% 100% no-repeat;
}
.price_section_contents > ul {
  padding: 70px 5.6% 30px;
  display: flex;
  flex-direction: column;
  gap: 54px;
  font-weight: 600;
}
.price_section_contents > ul > li {
  padding-left: clamp(16px, 6.667vw, 60px);
}
.price_section_contents > ul h3 {
  font-size: clamp(16px, 6.667vw, 60px);
  margin-left: clamp(-60px, -6.667vw, -16px);
  display: flex;
  align-items: center;
}
.price_section_contents > ul h3::before {
  content: "■";
}
.price_section_contents > ul .price_text {
  font-size: clamp(16px, 6.133vw, 55px);
  line-height: 1.1;
}
.price_section_contents > ul .price_text .pink {
  color: #ef5171;
}
.price_section_contents > ul .price_text .big_1 {
  font-size: 2.35em;
  letter-spacing: -0.06em;
  font-family: "futura pt";
  font-weight: 500;
}
.price_section_contents > ul .price_text .big_2 {
  font-size: 1.52em;
  font-family: "futura pt";
  vertical-align: bottom;
}
.price_section_contents > ul .price_text small {
  font-size: 0.6em;
  margin-left: -0.6em;
  margin-right: -0.6em;
}
.price_section_contents > ul ul {
  list-style: outside;
  padding-left: 1.1em;
  font-size: clamp(14px, 4.667vw, 42px);
  line-height: 1.43;
  margin-top: 0.3em;
}
.price_section_contents > ul .price_summary {
  font-size: clamp(14px, 3.733vw, 34px);
  line-height: 1.25;
  padding-left: 1em;
  margin-bottom: 0.7em;
}
.price_section_contents > ul .price_summary::first-letter {
  margin-left: -1em;
}
.price_section_contents > ul > li:nth-child(2) .price_text {
  margin: 0.5em 0;
}
@media screen and (min-width: 1080.1px) {
  .price_section_contents {
    width: 100%;
    background-image: none;
    background-color: rgba(255, 255, 255, 0.6);
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.08);
    border-radius: 16px;
    text-align: center;
  }
  .price_section_contents > ul {
    flex-direction: row;
  }
  .price_section_contents > ul h3 {
    font-size: clamp(25px, 2.604vw, 35px);
    justify-content: center;
    margin-bottom: 0.8em;
    margin-left: 0;
  }
  .price_section_contents > ul .price_text {
    font-size: clamp(24px, 2.396vw, 34px);
  }
  .price_section_contents > ul ul {
    font-size: clamp(16px, 1.823vw, 26px);
    display: inline-block;
    width: auto;
    text-align: left;
  }
  .price_section_contents > ul .price_summary {
    font-size: clamp(14px, 1.458vw, 22px);
    text-align: left;
    margin-left: 13%;
  }
  .price_section_contents > ul > li {
    padding-left: 0;
    flex: 1;
  }
}

.flow_section {
  margin-top: 108px;
}
@media screen and (min-width: 1080.1px) {
  .flow_section {
    padding: 80px 0;
    margin-top: 0;
    margin-bottom: 0px;
  }
}

.flow_section_contents {
  width: 90%;
  margin: 0 auto;
  background: linear-gradient(158.2deg, #a6dae5 -64.34%, #e7ffff 95.87%);
  margin-top: 40px;
  padding: 7.6% 4% 10%;
}
.flow_section_contents .flow_num {
  font-family: "futura pt";
  font-weight: 300;
  font-size: clamp(24px, 9.333vw, 84px);
  width: 1.47em;
  height: 1.47em;
  border-radius: 50%;
  background-color: #fff;
  color: #2c81c6;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 10;
}
.flow_section_contents h3 {
  font-size: clamp(16px, 5.333vw, 48px);
  font-weight: 600;
  margin-left: 0.5em;
  margin-right: 0.3em;
  width: 52.4%;
  line-height: 1.1;
}
.flow_section_contents picture {
  flex: 1;
}
.flow_section_contents li {
  display: flex;
  position: relative;
}
.flow_section_contents li:first-child {
  padding-bottom: 9.3%;
}
.flow_section_contents li:nth-child(2) {
  padding-bottom: 2%;
}
.flow_section_contents li:not(:last-child)::after {
  content: "";
  position: absolute;
  font-size: clamp(24px, 9.333vw, 84px);
  left: 0.7em;
  top: 0;
  bottom: 0;
  width: 0;
  height: 100%;
  border-left: 6px #ef5171 dotted;
}
.flow_section_contents .flow_section_appeal_text {
  font-size: clamp(14px, 4.667vw, 42px);
  font-weight: 600;
  color: #ef5171;
  width: 86vw;
  margin: 0.9em calc(50% - 43vw) 0;
}
.flow_section_contents .flow_section_appeal_text span {
  line-height: 1.8;
  display: inline;
  background-color: #fff;
  padding: 0.1em 0.3em;
  white-space: nowrap;
}
@media screen and (min-width: 1080.1px) {
  .flow_section_contents {
    max-width: 1280px;
    width: 80%;
    background: none;
    padding: 5.6% 4% 4%;
    background-color: rgba(255, 255, 255, 0.1);
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.08);
    border-radius: 16px;
  }
  .flow_section_contents .container {
    width: 100%;
  }
  .flow_section_contents .flow_num {
    font-size: clamp(24px, 3.333vw, 60px);
    margin: -1.4em auto 0;
    border: 1px solid;
  }
  .flow_section_contents h3 {
    margin: 0.5em 0;
    width: 100%;
    font-size: clamp(20px, 2.083vw, 28px);
  }
  .flow_section_contents h3 br {
    display: none;
  }
  .flow_section_contents ul {
    display: flex;
    gap: 3%;
    margin-bottom: 60px;
  }
  .flow_section_contents ul li {
    flex-direction: column;
    flex: 1;
    justify-content: space-between;
    padding-bottom: 0 !important;
    background: linear-gradient(180deg, #cbebee 0%, #e8fafb 65%, rgba(255, 255, 255, 0.5) 100%);
    border-radius: 16px;
    padding: 3% 4%;
  }
  .flow_section_contents ul li:not(:last-child)::after {
    content: none;
  }
  .flow_section_contents ul li picture {
    text-align: center;
    display: flex;
    align-items: flex-end;
  }
  .flow_section_contents ul li picture img {
    max-width: 50%;
    height: 150px;
    margin: 0 auto;
  }
  .flow_section_contents .flow_section_appeal_text {
    width: 100%;
    font-size: clamp(16px, 1.823vw, 26px);
    margin-left: 0;
    margin-right: 0;
    margin-top: 1.5em;
    text-align: center;
  }
  .flow_section_contents .flow_section_appeal_text span {
    padding: 0;
  }
}

.recommendation_section {
  padding: 124px 0;
  background: url(../img/recommendation_bg_top.png) top -17vw center/100% auto no-repeat, url(../img/recommendation_bg.png) top center/100% 100% no-repeat;
}
.recommendation_section .recommendation_section_contents {
  width: 90%;
  margin: 12% auto 0;
  padding-bottom: 60px;
  background-color: #fff;
  border-radius: 20px 20px 0 0;
  font-weight: 600;
  /* 共通設定 */
  /* 左の斜線 */
  /* 右の斜線 */
}
.recommendation_section .recommendation_section_contents h2 {
  font-size: clamp(18px, 6.133vw, 55px);
  padding: 0.65em 0.3em 0.76em;
  color: #fff;
  background-color: #202844;
  border-radius: 20px 20px 0 0;
  text-align: center;
}
.recommendation_section .recommendation_section_contents h2 span {
  font-size: 0.91em;
}
.recommendation_section .recommendation_section_contents ul {
  font-size: clamp(16px, 5.867vw, 52px);
  padding: 1.3em 1.3em 0.7em;
}
.recommendation_section .recommendation_section_contents ul li {
  padding-left: 1.54em;
  line-height: 1.54;
  position: relative;
}
.recommendation_section .recommendation_section_contents ul li::before {
  content: "";
  position: absolute;
  top: 0.25em;
  left: 0;
  width: 1.24em;
  height: 1.06em;
  background: url(../img/check_pink.png) center/100% 100%;
}
.recommendation_section .recommendation_section_contents .recommendation_section_appeal_text {
  position: relative;
  padding: 0 20px;
  text-align: center;
  width: 88%;
  margin: 0 auto 45px;
  font-size: clamp(14px, 4.4vw, 40px);
  line-height: 1.3;
}
.recommendation_section .recommendation_section_contents .recommendation_section_appeal_text::before,
.recommendation_section .recommendation_section_contents .recommendation_section_appeal_text::after {
  content: "";
  position: absolute;
  top: 0px;
  width: 2px;
  bottom: 0;
  background-color: #2f3f63;
}
.recommendation_section .recommendation_section_contents .recommendation_section_appeal_text::before {
  left: 0;
  transform: rotate(-15deg);
  transform-origin: top left;
}
.recommendation_section .recommendation_section_contents .recommendation_section_appeal_text::after {
  right: 0;
  transform: rotate(15deg);
  transform-origin: top right;
}
@media screen and (min-width: 1080.1px) {
  .recommendation_section {
    background: none;
    background: linear-gradient(180deg, #c6f1fa -31.41%, #E7FFFF 89.1%);
    margin-left: auto;
    margin-right: auto;
  }
  .recommendation_section .container {
    max-width: 800px;
  }
  .recommendation_section .recommendation_section_contents {
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.08);
    border-radius: 20px;
    margin-top: 0;
    text-align: center;
  }
  .recommendation_section .recommendation_section_contents h2 {
    font-size: clamp(22px, 2.396vw, 30px);
  }
  .recommendation_section .recommendation_section_contents ul {
    font-size: clamp(20px, 2.292vw, 32px);
    display: inline-flex;
    flex-direction: column;
    text-align: left;
    width: auto;
    margin: 0 auto;
  }
  .recommendation_section .recommendation_section_contents .recommendation_section_appeal_text {
    font-size: clamp(16px, 1.719vw, 24px);
    display: inline-block;
    width: auto;
    padding: 0 2em;
    margin: 40px 0 60;
  }
}/*# sourceMappingURL=style.css.map */