@charset "UTF-8";
/*basic.css RESET*/
/* RESET */
html,
body,
div,
ul,
ol,
li,
dl,
dt,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
p,
blockquote,
fieldset,
input {
  margin: 0;
  padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
address,
caption,
cite,
code,
em,
strong,
th {
  font-size: 1em;
  font-weight: normal;
  font-style: normal;
}

ul,
ol {
  list-style: none;
}

fieldset,
img {
  border: none;
}

caption,
th {
  text-align: left;
}

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

input {
  margin: 0;
  padding: 0;
}

textarea {
  font-size: 12px;
}

/* BASE */
html {
  margin-bottom: 1px;
  height: 100%;
  background-color: #FFF;
  font-size: 62.5%;
  color: #10241D;
}

/* HIDE HACK FROM MAC-IE5 \*/
* html .clearfix {
  height: 1%;
}

.clearfix {
  display: block;
}

/* END HIDING */
.pc_only {
  display: block;
}

.sp_only {
  display: none;
}

body {
  font-family: open-sans, source-han-sans-japanese, sans-serif;
  font-style: normal;
  color: #10241D;
  background-color: #FAFCFC;
}

h1,
h2,
h3,
h4 {
  font-family: source-han-sans-japanese, sans-serif;
  letter-spacing: 0.06em;
}

.section_title {
  font-size: clamp(3.2rem, 2.5vw, 3.6rem);
  font-weight: 600;
  letter-spacing: 0.06em;
}

img {
  width: 100%;
  height: auto;
  border: 0;
  margin: 0;
  padding: 0;
}

.icon_l {
  width: 56px;
}

.icon_m {
  width: 48px;
}

.sub_txt {
  font-family: source-han-sans-japanese, sans-serif;
  display: inline-block;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 1.8rem;
  font-weight: 500;
  letter-spacing: 0.08em;
  position: relative;
}
.sub_txt::after {
  content: "";
  display: block;
  width: 40px;
  height: 1px;
  background-color: #000;
  position: absolute;
  right: 100%;
  top: 13px;
  margin-right: 10px;
}

.u768px {
  display: none;
}

a:-webkit-any-link {
  color: #10241D;
  text-decoration: none;
}

/* -------------------------- コンテンツ領域（1440px以上） ここから -------------------------- */
body .nav_header_wrap {
  width: 100%;
  max-width: 1440px;
  height: 100vh;
  margin: 0 auto;
  position: fixed;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 100;
  pointer-events: none;
}
body .nav_header_wrap .nav_header_inner {
  width: 100%;
  height: 100%;
  position: relative;
}
body .nav_header_wrap .nav_header_inner .nav_header {
  width: -moz-fit-content;
  width: fit-content;
  height: -moz-fit-content;
  height: fit-content;
  padding: 16px 32px;
  display: flex;
  gap: 0px 16px;
  background-color: #FCFFFE;
  border-radius: 16px;
  box-shadow: 1px 3px 8px rgba(17, 52, 51, 0.15);
  position: absolute;
  top: 16px;
  right: 2.78%;
  pointer-events: auto;
}
body .nav_header_wrap .nav_header_inner .nav_header .cta_btn {
  width: 200px;
  height: 44px;
  border-radius: 22px;
  transition: 0.2s;
  box-shadow: 0px 0px 5px rgba(77, 168, 132, 0.2);
}
body .nav_header_wrap .nav_header_inner .nav_header .cta_btn:hover {
  width: 212px;
  height: 46px;
  transition: 0.2s;
}
body .nav_header_wrap .nav_header_inner .nav_header .cta_btn a {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
}
body .nav_header_wrap .nav_header_inner .nav_header .cta_btn a p {
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: 0.06em;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  white-space: nowrap;
}
body .nav_header_wrap .nav_header_inner .nav_header .cta_download {
  border: 1px solid transparent;
  background: linear-gradient(#FCFFFE, #FCFFFE) padding-box, linear-gradient(to right, #39AC73, #58A5A3) border-box;
}
body .nav_header_wrap .nav_header_inner .nav_header .cta_download a {
  color: #2DB280;
}
body .nav_header_wrap .nav_header_inner .nav_header .cta_contact {
  background: linear-gradient(#40C492, #40C492) padding-box;
}
body .nav_header_wrap .nav_header_inner .nav_header .cta_contact a {
  color: #ffffff;
}
body #header {
  max-width: 1440px;
  width: 100%;
  height: 110px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  z-index: 10;
  margin: 0 auto;
}
body #header a {
  display: block;
  width: 184px;
  height: auto;
  margin-left: 3.88vw;
}
body #main .main_upper {
  width: 100%;
  height: -moz-fit-content;
  height: fit-content;
  background: linear-gradient(0deg, #78CFCA 0%, #81D6C4 38%, #84D9B3 77%, #87DEAD 100%);
  position: relative;
  z-index: 1;
}
body #main .main_upper .fv_bg {
  width: 55.56%;
  max-height: 1005.68px;
  height: 96.7vh;
  background-color: #FAFCFC;
  border-radius: 0 0 120px 0;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
body #main .main_upper #fv {
  max-width: 1440px;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  margin-top: -110px;
  display: flex;
  justify-content: space-between;
  max-height: 1040px;
  height: 100vh;
  align-items: center;
  padding: 0 2.78% 0 7.22%;
}
body #main .main_upper #fv .txtBox {
  display: flex;
  flex-direction: column;
  margin-top: 9%;
}
body #main .main_upper #fv .txtBox img {
  width: 40px;
}
body #main .main_upper #fv .txtBox .header_trial {
  display: flex;
  align-items: center;
  background: linear-gradient(-80deg, #43C4BE 0%, #41C68C 100%);
  width: -moz-fit-content;
  width: fit-content;
  height: 42px;
  padding: 4px;
  border-radius: 21px;
}
body #main .main_upper #fv .txtBox .header_trial .icon {
  width: 34px;
  height: 34px;
  border-radius: 17px;
  background-color: #FCFFFE;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
body #main .main_upper #fv .txtBox .header_trial .icon img {
  width: 23px;
  margin: 0 auto;
}
body #main .main_upper #fv .txtBox .header_trial h4 {
  font-size: 2rem;
  letter-spacing: 0.09em;
  font-weight: 600;
  color: #ffffff;
  margin: -1px 20px 0 12px;
}
body #main .main_upper #fv .txtBox .header_trial h4 .fc_yellow {
  color: #FCF86D;
}
body #main .main_upper #fv .txtBox .mainCopy {
  font-size: clamp(4.8rem, 3.6vw, 5.2rem);
  font-weight: 600;
  line-height: 1.4;
  letter-spacing: 0.09em;
  margin-top: 10px;
  margin-right: 16px;
  white-space: nowrap;
}
body #main .main_upper #fv .txtBox .mainCopy .fc_gradient {
  background: linear-gradient(-75deg, #58A5A3 0%, #39AC73 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
body #main .main_upper #fv .txtBox .mainCopy .fs_small {
  display: block;
  font-size: clamp(2.2rem, 1.8vw, 2.6rem);
  letter-spacing: 0.08em;
  color: #3A403F;
  margin-top: 14px;
  margin-left: 4px;
}
body #main .main_upper #fv .txtBox .featureList {
  margin-top: 40px;
  margin-left: 4px;
  display: flex;
  gap: 0 clamp(10px, 1.38vw, 20px);
}
body #main .main_upper #fv .txtBox .featureList .featureCard {
  width: 128px;
  height: 144px;
  padding: 10px;
  border-radius: 12px;
  border: 2px solid transparent;
  background: linear-gradient(#ffffff, #ffffff) padding-box, linear-gradient(to right, #39AC73, #58A5A3) border-box;
  display: flex;
  flex-direction: column;
  align-items: center;
}
body #main .main_upper #fv .txtBox .featureList .featureCard img {
  width: 48px;
  margin-top: 6px;
}
body #main .main_upper #fv .txtBox .featureList .featureCard h2 {
  font-size: 1.5rem;
  color: #323937;
  text-align: center;
  letter-spacing: 0.06em;
  line-height: 1.44;
  font-weight: 600;
  margin-top: 10px;
  white-space: nowrap;
}
body #main .main_upper #fv .txtBox .featureList .featureCard:first-of-type h2 {
  line-height: 1.16;
}
body #main .main_upper #fv .txtBox .featureList .featureCard:nth-of-type(2) h2 {
  margin-top: 14px;
}
body #main .main_upper #fv .txtBox .featureList .featureCard:nth-of-type(3) h2 {
  margin-top: 24px;
}
body #main .main_upper #fv .mv_wrap {
  display: flex;
  flex-direction: column;
  gap: 10px 0;
  width: -moz-fit-content;
  width: fit-content;
  margin-top: 7%;
  position: relative;
}
body #main .main_upper #fv .mv_wrap .voicechart_wrap {
  position: relative;
  margin-left: 5.4%;
}
body #main .main_upper #fv .mv_wrap .voicechart_wrap::before {
  content: "Service produced by";
  color: #85908D;
  font-size: 1.2rem;
  position: absolute;
  bottom: 100%;
  left: 0%;
  margin-bottom: 3px;
}
body #main .main_upper #fv .mv_wrap .voicechart_wrap .voicechart {
  width: 156px;
  height: auto;
}
body #main .main_upper #fv .mv_wrap .mv_inner {
  width: -moz-fit-content;
  width: fit-content;
  height: -moz-fit-content;
  height: fit-content;
  position: relative;
}
body #main .main_upper #fv .mv_wrap .mv_inner .mv {
  max-width: 744px;
}
body #main .main_upper #fv .mv_wrap::after {
  content: "Scroll Down";
  font-family: open-sans, sans-serif;
  font-size: 1.3rem;
  font-weight: 500;
  color: #ffffff;
  text-shadow: 0px 0px 5px rgba(77, 168, 132, 0.5);
  display: block;
  width: 96px;
  background: url(../img/svg/scroll_arrow.svg) no-repeat right center;
  line-height: 1;
  position: absolute;
  top: 100%;
  right: 0;
  margin-top: 24px;
}
body #main .main_upper #video {
  width: 100%;
  margin: 0 auto;
  padding: 72px 0 224px 0px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
body #main .main_upper #video h2 {
  display: flex;
  align-items: center;
  color: #ffffff;
  text-shadow: 0px 0px 5px rgba(77, 168, 132, 0.5);
}
body #main .main_upper #video h2 .vc_logo {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 264px;
  height: 64px;
  border-radius: 8px;
  margin-right: 8px;
  background-color: #FCFFFE;
  box-shadow: 0px 2px 8px rgba(17, 52, 51, 0.1);
}
body #main .main_upper #video h2 .vc_logo img {
  width: 216px;
}
body #main .main_upper #video .video_wrap {
  display: flex;
  flex-direction: column;
  align-items: end;
  margin: 0 auto;
  margin-top: 44px;
}
body #main .main_upper #video .video_wrap video {
  display: block;
  max-width: 960px;
  width: 78.125vw;
  height: auto;
  border-radius: 24px;
  box-shadow: 0px 2px 12px rgba(17, 52, 51, 0.1);
}
body #main .main_upper #video .video_wrap p {
  margin-top: 14px;
  color: #ffffff;
  text-shadow: 0px 0px 5px rgba(77, 168, 132, 0.5);
}
body #main .main_upper #video .video_wrap p::after {
  background-color: #ffffff;
}
body #main .main_lower {
  margin-top: -104px;
  background-color: #FAFCFC;
  border-radius: 104px 0 104px 0;
  position: relative;
  z-index: 10;
}
body #main .main_lower .main_lower_qa_corner {
  display: block;
  width: 104px;
  height: 104px;
  position: absolute;
  bottom: 1px;
  left: 0;
  transform: translateY(100%);
  overflow: hidden;
}
body #main .main_lower .main_lower_qa_corner::before {
  content: "";
  display: block;
  width: 200%;
  height: 200%;
  border-radius: 50%;
  box-shadow: -104px -104px 0 0 #FAFCFC;
}
body #main .main_lower section {
  max-width: 1280px;
  padding: 0 clamp(20px, 2.78vw, 40px);
  margin: 0 auto;
}
body #main .main_lower #problem {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 104px;
}
body #main .main_lower #problem .title_wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
}
body #main .main_lower #problem .title_wrap h2 {
  margin-top: 20px;
}
body #main .main_lower #problem .problemList {
  display: flex;
  justify-content: space-between;
  gap: 0 40px;
  margin-top: 72px;
}
body #main .main_lower #problem .problemList .problemListItem {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
body #main .main_lower #problem .problemList .problemListItem img {
  width: 78.2%;
}
body #main .main_lower #problem .problemList .problemListItem h3 {
  margin: 20px 8px 0 8px;
  font-size: 2rem;
  font-weight: 550;
  letter-spacing: 0.08em;
  color: #323937;
  line-height: 1.56;
}
body #main .main_lower #data {
  margin-top: 160px;
  max-width: 100%;
  padding-top: 48px;
  padding-bottom: 64px;
  position: relative;
  z-index: 0;
}
body #main .main_lower #data .data_bg {
  position: absolute;
  top: 0;
  left: 0;
  background: linear-gradient(-45deg, #78CFCA 0%, #81D6C4 38%, #84D9B3 77%, #87DEAD 100%);
  min-width: 560px;
  width: 38.88vw;
  height: 100%;
  border-radius: 0 104px 104px 0;
  z-index: -1;
}
body #main .main_lower #data .data_wrap {
  z-index: 10;
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
}
body #main .main_lower #data .data_wrap::after {
  content: "出典：MedPeer調査、2024年3月、有効回答2,500名";
  font-size: 1.2rem;
  letter-spacing: 0.02em;
  color: #3A403F;
  font-weight: 400;
  position: absolute;
  bottom: 16px;
  right: 40px;
}
body #main .main_lower #data .data_wrap .sub_txt {
  left: 50px;
  bottom: 100%;
  color: #ffffff;
  text-shadow: 0px 0px 5px rgba(77, 168, 132, 0.5);
}
body #main .main_lower #data .data_wrap .sub_txt::after {
  background-color: #ffffff;
  box-shadow: 0px 0px 5px rgba(77, 168, 132, 0.5);
}
body #main .main_lower #data .data_wrap .data_inner {
  margin-top: 12px;
  padding: 5vw;
  background-color: #FCFFFE;
  border-radius: 32px;
  box-shadow: 0px 4px 10px rgba(17, 52, 51, 0.15);
  position: relative;
  display: flex;
  justify-content: space-between;
}
body #main .main_lower #data .data_wrap .data_inner .data_txtBox {
  max-width: 528px;
  width: 44vw;
}
body #main .main_lower #data .data_wrap .data_inner .data_txtBox h2 {
  font-size: clamp(2.8rem, 2.22vw, 3.2rem);
}
body #main .main_lower #data .data_wrap .data_inner .data_txtBox h2 span {
  display: block;
  font-size: clamp(2rem, 1.52vw, 2.2rem);
  font-weight: 500;
  position: relative;
  margin-left: 16px;
  margin-bottom: 4px;
}
body #main .main_lower #data .data_wrap .data_inner .data_txtBox h2 span::before {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #40C492;
  position: absolute;
  top: 50%;
  right: 100%;
  transform: translateY(-50%);
  margin-right: 8px;
}
body #main .main_lower #data .data_wrap .data_inner .data_txtBox .ranking {
  display: flex;
  flex-direction: column;
  margin-top: 36px;
}
body #main .main_lower #data .data_wrap .data_inner .data_txtBox .ranking .rankingItem {
  display: flex;
  justify-content: space-between;
  position: relative;
}
body #main .main_lower #data .data_wrap .data_inner .data_txtBox .ranking .rankingItem::before {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  border-radius: 1px;
  background-color: #E4E6E6;
  position: absolute;
  top: 100%;
  left: 0;
  margin-top: 4px;
}
body #main .main_lower #data .data_wrap .data_inner .data_txtBox .ranking .rankingItem:nth-of-type(1)::before {
  height: 2px;
  margin-top: 0px;
}
body #main .main_lower #data .data_wrap .data_inner .data_txtBox .ranking .rankingItem:nth-of-type(1)::after {
  content: "";
  display: block;
  width: 45.8%;
  height: 2px;
  border-radius: 1px;
  background: linear-gradient(-90deg, #58A5A3 0%, #39AC73 100%);
  position: absolute;
  top: 100%;
  left: 0;
}
body #main .main_lower #data .data_wrap .data_inner .data_txtBox .ranking .rankingItem:nth-of-type(1) .parcentage {
  font-family: open-sans, sans-serif;
  font-size: clamp(2.8rem, 2.22vw, 3.2rem);
  font-weight: 650;
  margin-top: 2px;
  background: linear-gradient(-90deg, #58A5A3 0%, #39AC73 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
body #main .main_lower #data .data_wrap .data_inner .data_txtBox .ranking .rankingItem:nth-of-type(1) .parcentage .unit {
  font-size: 2.2rem;
  margin-left: 4px;
}
body #main .main_lower #data .data_wrap .data_inner .data_txtBox .ranking .rankingItem:nth-of-type(2) {
  margin-top: 16px;
}
body #main .main_lower #data .data_wrap .data_inner .data_txtBox .ranking .rankingItem:nth-of-type(2)::after {
  content: "";
  display: block;
  width: 18.4%;
  height: 1px;
  border-radius: 1px;
  background-color: #3A403F;
  position: absolute;
  top: 100%;
  left: 0;
  margin-top: 4px;
}
body #main .main_lower #data .data_wrap .data_inner .data_txtBox .ranking .rankingItem:nth-of-type(2) .parcentage {
  font-family: open-sans, sans-serif;
  font-size: clamp(2.2rem, 1.66vw, 2.4rem);
  color: #3A403F;
  font-weight: 550;
  margin-top: 2px;
}
body #main .main_lower #data .data_wrap .data_inner .data_txtBox .ranking .rankingItem:nth-of-type(2) .parcentage .unit {
  font-size: 2rem;
  margin-left: 4px;
}
body #main .main_lower #data .data_wrap .data_inner .data_txtBox .ranking .rankingItem:nth-of-type(3) {
  margin-top: 22px;
}
body #main .main_lower #data .data_wrap .data_inner .data_txtBox .ranking .rankingItem:nth-of-type(3)::after {
  content: "";
  display: block;
  width: 10.7%;
  height: 1px;
  border-radius: 1px;
  background-color: #3A403F;
  position: absolute;
  top: 100%;
  left: 0;
  margin-top: 4px;
}
body #main .main_lower #data .data_wrap .data_inner .data_txtBox .ranking .rankingItem:nth-of-type(3) .parcentage {
  font-family: open-sans, sans-serif;
  font-size: clamp(2.2rem, 1.66vw, 2.4rem);
  color: #3A403F;
  font-weight: 550;
  margin-top: 2px;
}
body #main .main_lower #data .data_wrap .data_inner .data_txtBox .ranking .rankingItem:nth-of-type(3) .parcentage .unit {
  font-size: 2rem;
  margin-left: 4px;
}
body #main .main_lower #data .data_wrap .data_inner .data_txtBox .ranking .rankingItem .rank {
  display: block;
  width: 38px;
  height: 22px;
  border-radius: 11px;
  border: solid 1px #3A403F;
  font-size: 1.3rem;
  font-weight: 500;
  color: #3A403F;
  text-align: center;
  margin-right: 16px;
  margin-bottom: -4px;
}
body #main .main_lower #data .data_wrap .data_inner .data_txtBox .ranking .rankingItem h3 {
  font-size: clamp(2.2rem, 1.66vw, 2.4rem);
  font-weight: 600;
  letter-spacing: 0.06em;
  display: flex;
  align-items: center;
}
body #main .main_lower #data .data_wrap .data_inner .data_txtBox .ranking .rankingItem h3 .rank {
  border: solid 1px #40C49C;
  color: #40C49C;
}
body #main .main_lower #data .data_wrap .data_inner .data_txtBox .ranking .rankingItem .other_rank {
  font-size: clamp(1.8rem, 1.38vw, 2rem);
  font-weight: 500;
  letter-spacing: 0.06em;
  display: flex;
  align-items: center;
  color: #3A403F;
}
body #main .main_lower #data .data_wrap .data_inner .txt_footer {
  font-size: clamp(1.8rem, 1.38vw, 2rem);
  font-weight: 600;
  line-height: 1.72;
  text-align: center;
  width: 100%;
  border-radius: 16px;
  border: 2px solid transparent;
  background: linear-gradient(#ffffff, #ffffff) padding-box, linear-gradient(45deg, #39AC73, #58A5A3) border-box;
  margin-top: clamp(40px, 2.78vw, 48px);
  box-shadow: 1px 1px 6px rgba(17, 52, 51, 0.15);
  padding: clamp(24px, 2.22vw, 32px);
  white-space: nowrap;
}
body #main .main_lower #data .data_wrap .data_inner .txt_footer .fs_m {
  font-size: clamp(2.1rem, 1.73vw, 2.5rem);
  font-weight: 700;
  letter-spacing: 0.08em;
  margin: 0 auto;
  margin-top: -2px;
  position: relative;
  z-index: 0;
}
body #main .main_lower #data .data_wrap .data_inner .txt_footer .fs_m span {
  font-size: 2rem;
}
body #main .main_lower #data .data_wrap .data_inner .txt_footer .fs_m .fc_gradient {
  font-size: clamp(2.1rem, 1.73vw, 2.5rem);
  font-weight: 700;
  background: linear-gradient(-75deg, #58A5A3 0%, #39AC73 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
body #main .main_lower #data .data_wrap .data_inner .txt_footer .yellow_line::after {
  content: "";
  display: block;
  width: 100%;
  height: 5px;
  border-radius: 100vh;
  background-color: #FCF86D;
  position: absolute;
  top: 80%;
  left: 0;
  z-index: -1;
}
body #main .main_lower #data .data_visual {
  width: clamp(0px, 36.66%, 360px);
  margin-right: 3.78%;
  position: relative;
}
body #main .main_lower #data .data_visual::before {
  content: "";
  display: block;
  width: 100px;
  height: 224px;
  aspect-ratio: 224/100;
  background-image: url(../img/svg/data.svg);
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  bottom: 0;
  right: 0;
  margin-right: -32px;
  z-index: 1;
}
body #main .main_lower #data .data_visual .chart_wrap {
  margin-top: 64px;
  position: relative;
}
body #main .main_lower #data .data_visual .chart_wrap p {
  font-size: 1.2rem;
}
body #main .main_lower #data .data_visual .chart_wrap p .fw_bold {
  font-family: open-sans, sans-serif;
  font-size: 1.8rem;
  font-weight: 700;
  margin-left: 2px;
}
body #main .main_lower #data .data_visual .chart_wrap .data_detail_1 {
  position: absolute;
  top: -64px;
  right: -44px;
  z-index: 1;
}
body #main .main_lower #data .data_visual .chart_wrap .data_detail_1::before {
  content: "";
  display: block;
  width: 1px;
  height: 44px;
  background-color: #3A403F;
  position: absolute;
  top: 100%;
  left: 50%;
  margin-top: 12px;
}
body #main .main_lower #data .data_visual .chart_wrap .data_detail_1::after {
  content: "";
  display: block;
  width: 1px;
  height: 56px;
  transform: rotate(45deg);
  background-color: #3A403F;
  position: absolute;
  top: 294%;
  left: 88px;
}
body #main .main_lower #data .data_visual .chart_wrap .data_detail_2 {
  position: absolute;
  bottom: -40px;
  left: -16px;
  z-index: 1;
}
body #main .main_lower #data .data_visual .chart_wrap .data_detail_2::before {
  content: "";
  display: block;
  width: 1px;
  height: 44px;
  background-color: #3A403F;
  position: absolute;
  bottom: 100%;
  left: 50%;
  margin-bottom: 8px;
}
body #main .main_lower #data .data_visual .chart_wrap .data_detail_2::after {
  content: "";
  display: block;
  width: 1px;
  height: 56px;
  transform: rotate(45deg);
  background-color: #3A403F;
  position: absolute;
  bottom: 277%;
  right: 30px;
}
body #main .main_lower #data .data_visual .chart_wrap .pie_chart {
  position: relative;
  --deg: 0deg;
  width: 100%;
  height: auto;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background: conic-gradient(#43CCA7 0deg var(--deg), #F0F2F1 var(--deg) 360deg);
  animation: fill 2s ease-in-out forwards;
}
body #main .main_lower #about {
  max-width: none;
  width: 100%;
  margin-top: 72px;
  position: relative;
  z-index: 1;
  padding: 0;
}
body #main .main_lower #about .about_bg {
  width: 100%;
  height: 100%;
  background: linear-gradient(100deg, #87DEAD, #78CFCA);
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
}
body #main .main_lower #about .about_bg .about_white_bg {
  width: 64.44%;
  height: 312px;
  background-color: #FAFCFC;
  position: relative;
  border-radius: 0 0 104px 0;
}
body #main .main_lower #about .about_bg .about_white_bg .about_white_bg1 {
  display: block;
  width: 104px;
  height: 104px;
  position: absolute;
  top: 0;
  right: 1px;
  transform: translateX(100%);
  overflow: hidden;
}
body #main .main_lower #about .about_bg .about_white_bg .about_white_bg1::before {
  content: "";
  display: block;
  width: 200%;
  height: 200%;
  border-radius: 50%;
  box-shadow: -104px -104px 0 0 #FAFCFC;
}
body #main .main_lower #about .about_bg .about_white_bg .about_white_bg2 {
  display: block;
  width: 104px;
  height: 104px;
  position: absolute;
  bottom: 0;
  left: 0;
  transform: translateY(100%);
}
body #main .main_lower #about .about_bg .about_white_bg .about_white_bg2::before {
  content: "";
  display: block;
  width: 200%;
  height: 200%;
  border-radius: 50%;
  box-shadow: -104px -104px 0 0 #FAFCFC;
}
body #main .main_lower #about .about_inner {
  max-width: 1280px;
  margin: 0 auto;
  padding: 56px clamp(20px, 2.78vw, 40px) 224px;
  width: 100%;
}
body #main .main_lower #about .about_inner .about_header {
  width: 100%;
  display: flex;
  justify-content: right;
}
body #main .main_lower #about .about_inner .about_header .about_title_wrap {
  max-width: 720px;
  padding: 40px 88px 36px clamp(48px, 3.88vw, 88px);
  margin-right: clamp(0px, 5vw, 72px);
  background-color: #FCFFFE;
  border-radius: 24px;
  filter: drop-shadow(0px 4px 8px rgba(17, 52, 51, 0.1));
  position: relative;
  overflow: visible;
}
body #main .main_lower #about .about_inner .about_header .about_title_wrap::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 90%;
  border-style: solid;
  border-width: 48px 44px 0 0;
  border-color: #FCFFFE transparent transparent;
  border-radius: 0 0 4px;
  translate: calc(-50% - 0.4px) 100%;
  transform: skew(-10deg);
  transform-origin: top;
}
body #main .main_lower #about .about_inner .about_header .about_title_wrap .section_title .vc_logo {
  letter-spacing: 0.01em;
  display: inline-block;
  width: 218px;
  height: 26px;
  margin-right: 10px;
  margin-left: 4px;
  position: relative;
}
body #main .main_lower #about .about_inner .about_header .about_title_wrap .section_title .vc_logo img {
  width: 218px;
  height: 34px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
body #main .main_lower #about .about_inner .about_header .about_title_wrap .sub_txt {
  left: 50px;
  margin-top: 8px;
}
body #main .main_lower #about .about_inner .service_detail {
  margin-top: 104px;
  width: 100%;
  padding: 56px clamp(24px, 5vw, 72px);
  border-radius: 32px;
  background-color: rgba(250, 252, 252, 0.85);
  border: solid 2px #FAFCFC;
  position: relative;
  display: flex;
  justify-content: right;
}
body #main .main_lower #about .about_inner .service_detail::after {
  content: "";
  display: block;
  width: 6px;
  height: 3px;
  border-radius: 0 0 3px 3px;
  background-color: #FAFCFC;
  position: absolute;
  top: calc(100% + 2px);
  left: 50%;
  transform: translateX(-50%);
}
body #main .main_lower #about .about_inner .service_detail img {
  max-width: 528px;
  width: clamp(0px, 36.66vw, 528px);
  position: absolute;
  top: 50%;
  left: clamp(64px, 20vw, 272px);
  transform: translate(-50%, -50%);
  z-index: 1;
}
body #main .main_lower #about .about_inner .service_detail .detail_txtBox {
  display: flex;
  flex-direction: column;
  gap: 8px 0;
  max-width: 528px;
  width: 50vw;
}
body #main .main_lower #about .about_inner .service_detail .detail_txtBox p {
  font-family: source-han-sans-japanese, sans-serif;
  font-size: 1.8rem;
  letter-spacing: 0.06em;
  line-height: 184%;
  font-weight: 600;
}
body #main .main_lower #about .about_inner .service_detail .detail_txtBox h4 {
  font-size: 2rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  line-height: 224%;
  display: block;
  width: 100%;
  padding: 24px 48px 20px;
  background-color: #ffffff;
  border-radius: 16px;
  border: 2px solid transparent;
  background: linear-gradient(#ffffff, #ffffff) padding-box, linear-gradient(45deg, #39AC73, #58A5A3) border-box;
  box-shadow: 1px 1px 6px rgba(17, 52, 51, 0.15);
}
body #main .main_lower #about .about_inner .service_detail .detail_txtBox h4 .u768px {
  display: none;
}
body #main .main_lower #about .about_inner .service_detail .detail_txtBox h4 .fs_m {
  font-size: clamp(2.2rem, 1.66vw, 2.4rem);
  font-weight: 800;
}
body #main .main_lower #about .about_inner .service_detail .detail_txtBox h4 .recordBtn {
  display: inline-block;
  text-align: center;
  width: 162px;
  height: 44px;
  background-image: url(../img/svg/record_btn.svg);
  background-repeat: no-repeat;
  background-size: contain;
  margin: 0 4px -12px;
  position: relative;
}
body #main .main_lower #about .about_inner .service_detail .detail_txtBox h4 .recordBtn::before {
  content: url(../img/svg/about_btnclick.svg);
  position: absolute;
  bottom: 62%;
  right: 100%;
  margin-right: -2px;
}
body #main .main_lower #about .about_inner .service_detail .detail_txtBox h4 .recordBtn::after {
  content: url(../img/svg/about_btnclick.svg);
  position: absolute;
  top: 60%;
  left: 100%;
  margin-left: -2px;
  transform: rotate(180deg);
}
body #main .main_lower #about .about_inner .service_detail .detail_txtBox .txt_lower {
  line-height: 200%;
}
body #main .main_lower #about .about_inner .service_detail .detail_txtBox .txt_lower .fw_bold {
  font-weight: 800;
  position: relative;
  z-index: 1;
  margin: 0 4px;
  text-decoration-line: underline;
  text-decoration-thickness: 5px;
  text-decoration-color: #FCF86D;
  text-underline-offset: 0em;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
}
body #main .main_lower #about .about_inner .strength {
  display: flex;
  flex-direction: column;
  padding: 80px clamp(24px, 5vw, 72px);
  background-color: #FCFFFE;
  border-radius: 32px;
  box-shadow: 0px 4px 10px rgba(17, 52, 51, 0.15);
  margin-top: 120px;
  position: relative;
}
body #main .main_lower #about .about_inner .strength::before {
  content: "";
  display: block;
  width: 2px;
  height: 120px;
  background-color: #FCFFFE;
  position: absolute;
  bottom: 100%;
  left: 50%;
  transform: translateX(-50%);
}
body #main .main_lower #about .about_inner .strength::after {
  content: "";
  display: block;
  width: 6px;
  height: 3px;
  border-radius: 3px 3px 0 0;
  background-color: #FAFCFC;
  position: absolute;
  bottom: 100%;
  left: 50%;
  transform: translateX(-50%);
}
body #main .main_lower #about .about_inner .strength .title_wrap h2 {
  display: flex;
}
body #main .main_lower #about .about_inner .strength .title_wrap h2 img {
  width: 216px;
  margin-bottom: -1px;
  margin-right: 10px;
}
body #main .main_lower #about .about_inner .strength .title_wrap .sub_txt {
  left: 50px;
  margin-top: 4px;
}
body #main .main_lower #about .about_inner .strength .strengthList {
  max-width: 960px;
  margin: 0 auto;
  margin-top: 72px;
  display: flex;
  flex-direction: column;
  gap: 80px 0;
}
body #main .main_lower #about .about_inner .strength .strengthList .strengthListItem {
  display: flex;
  gap: 0 6.66%;
}
body #main .main_lower #about .about_inner .strength .strengthList .strengthListItem:nth-of-type(even) {
  flex-direction: row-reverse;
}
body #main .main_lower #about .about_inner .strength .strengthList .strengthListItem img {
  max-width: 440px;
  width: 38vw;
  height: auto;
  aspect-ratio: 440/296;
  border-radius: 12px;
}
body #main .main_lower #about .about_inner .strength .strengthList .strengthListItem .txtBox {
  margin-top: 10px;
  letter-spacing: 0.06em;
}
body #main .main_lower #about .about_inner .strength .strengthList .strengthListItem .txtBox .number {
  font-family: open-sans, sans-serif;
  display: block;
  width: 64px;
  height: 24px;
  text-align: center;
  border-radius: 100vh;
  background-color: #40C49C;
  padding: 2px 0;
  font-size: 1.6rem;
  font-weight: 600;
  color: #ffffff;
}
body #main .main_lower #about .about_inner .strength .strengthList .strengthListItem .txtBox h3 {
  font-family: source-han-sans-japanese, sans-serif;
  margin-top: 16px;
  font-size: clamp(2.4rem, 1.8vw, 2.6rem);
  font-weight: 600;
}
body #main .main_lower #about .about_inner .strength .strengthList .strengthListItem .txtBox .strength_detail {
  font-family: source-han-sans-japanese, sans-serif;
  margin-top: 24px;
  font-size: 1.8rem;
  line-height: 184%;
  font-weight: 500;
}
body #main .main_lower #scene {
  max-width: none;
  width: 100%;
  margin-top: -104px;
  position: relative;
  z-index: 1;
}
body #main .main_lower #scene .scene_bg {
  width: 100%;
  height: 100%;
  border-radius: 104px 0 0 0;
  background-color: #FAFCFC;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
}
body #main .main_lower #scene .scene_bg .scene_bg_corner {
  display: block;
  width: 104px;
  height: 104px;
  position: absolute;
  top: 1px;
  right: 0;
  transform: translateY(-100%);
  overflow: hidden;
}
body #main .main_lower #scene .scene_bg .scene_bg_corner::before {
  content: "";
  display: block;
  width: 200%;
  height: 200%;
  border-radius: 50%;
  box-shadow: 104px 104px 0 0 #FAFCFC;
  position: absolute;
  bottom: 0;
  right: 0;
}
body #main .main_lower #scene .scene_inner {
  max-width: 1280px;
  padding: 88px clamp(20px, 2.78vw, 40px) 144px;
  margin: 0 auto;
}
body #main .main_lower #scene .scene_inner .title_wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
}
body #main .main_lower #scene .scene_inner .title_wrap h2 {
  margin-top: 20px;
}
body #main .main_lower #scene .scene_inner .sceneList {
  width: 100%;
  margin-top: 48px;
  display: flex;
  justify-content: space-between;
}
body #main .main_lower #scene .scene_inner .sceneList .sceneCard {
  max-width: 344px;
  width: clamp(0px, 30%, 344px);
  border-radius: 24px;
  border: 2px solid transparent;
  background: linear-gradient(#ffffff, #ffffff) padding-box, linear-gradient(45deg, #39AC73, #58A5A3) border-box;
  box-shadow: 1px 3px 8px rgba(17, 52, 51, 0.15);
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  position: relative;
  padding: 48px 1.66vw 36px;
}
body #main .main_lower #scene .scene_inner .sceneList .sceneCard::after {
  content: "";
  display: block;
  width: 28px;
  height: 28px;
  background-image: url(../img/svg/arrowright.svg);
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  margin-right: clamp(-56px, -3.88vw, 0px);
}
body #main .main_lower #scene .scene_inner .sceneList .sceneCard .number {
  font-family: open-sans, sans-serif;
  font-size: 1.8rem;
  font-weight: 600;
  color: #40C492;
}
body #main .main_lower #scene .scene_inner .sceneList .sceneCard img {
  max-width: 128px;
  margin-top: 24px;
}
body #main .main_lower #scene .scene_inner .sceneList .sceneCard .detail {
  margin-top: 40px;
  font-size: 1.8rem;
  font-family: source-han-sans-japanese, sans-serif;
  letter-spacing: 0.08em;
  font-weight: 700;
}
body #main .main_lower #scene .scene_inner .sceneList .sceneCard:nth-of-type(2) .detail {
  margin-top: 32px;
}
body #main .main_lower #scene .scene_inner .sceneList .sceneCard:nth-of-type(3)::after {
  display: none;
}
body #main .main_lower #scene .scene_inner .sceneList_slick.slick-slider {
  display: none;
}
body #main .main_lower .price_step {
  padding: 80px clamp(20px, 2.78vw, 40px) 96px;
  width: 100%;
  height: 100%;
  background: linear-gradient(100deg, #87DEAD, #78CFCA);
  position: relative;
  z-index: 1;
  overflow-x: hidden;
}
body #main .main_lower .price_step .price_step_white_bg1_wrap {
  width: 36.66%;
  height: 800px;
  background-color: #FAFCFC;
  border-radius: 0 0 104px 0;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
body #main .main_lower .price_step .price_step_white_bg1_wrap .price_step_white_bg1 {
  position: relative;
}
body #main .main_lower .price_step .price_step_white_bg1_wrap .price_step_white_bg1 .price_step_white_bg1_corner1 {
  display: block;
  width: 104px;
  height: 104px;
  position: absolute;
  top: 0;
  right: 1px;
  transform: translateX(100%);
  overflow: hidden;
}
body #main .main_lower .price_step .price_step_white_bg1_wrap .price_step_white_bg1 .price_step_white_bg1_corner1::before {
  content: "";
  display: block;
  width: 200%;
  height: 200%;
  border-radius: 50%;
  box-shadow: -104px -104px 0 0 #FAFCFC;
}
body #main .main_lower .price_step .price_step_white_bg1_wrap .price_step_white_bg1 .price_step_white_bg1_corner2 {
  display: block;
  width: 104px;
  height: 104px;
  position: absolute;
  bottom: 0;
  left: 0;
  transform: translateY(100%);
}
body #main .main_lower .price_step .price_step_white_bg1_wrap .price_step_white_bg1 .price_step_white_bg1_corner2::before {
  content: "";
  display: block;
  width: 200%;
  height: 200%;
  border-radius: 50%;
  box-shadow: -104px -104px 0 0 #FAFCFC;
}
body #main .main_lower .price_step .price_step_white_bg2_wrap {
  width: 22.22%;
  height: 544px;
  background-color: #FAFCFC;
  border-radius: 104px 0 0 0;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: -1;
}
body #main .main_lower .price_step .price_step_white_bg2_wrap .price_step_white_bg2 {
  position: relative;
  width: 100%;
  height: 100%;
}
body #main .main_lower .price_step .price_step_white_bg2_wrap .price_step_white_bg2 .price_step_white_bg2_corner {
  display: block;
  width: 104px;
  height: 104px;
  position: absolute;
  bottom: 0;
  left: 1px;
  transform: translateX(-100%);
  overflow: hidden;
}
body #main .main_lower .price_step .price_step_white_bg2_wrap .price_step_white_bg2 .price_step_white_bg2_corner::before {
  content: "";
  display: block;
  width: 200%;
  height: 200%;
  border-radius: 50%;
  box-shadow: 104px 104px 0 0 #FAFCFC;
  transform: translate(-50%, -50%);
}
body #main .main_lower .price_step #price {
  position: relative;
  z-index: 1;
  padding: 0;
  max-width: 1200px;
}
body #main .main_lower .price_step #price .sub_txt {
  bottom: 100%;
  left: 50px;
  margin-bottom: 12px;
}
body #main .main_lower .price_step #price .price_inner {
  display: flex;
  justify-content: space-between;
  gap: 0 3.88vw;
  padding: 56px clamp(24px, 5vw, 72px) 72px;
  background-color: #FCFFFE;
  border-radius: 32px;
  box-shadow: 0px 4px 10px rgba(17, 52, 51, 0.15);
  position: relative;
}
body #main .main_lower .price_step #price .price_inner::after {
  content: "※表記価格は全て税抜きになります。";
  font-size: 1.2rem;
  letter-spacing: 0.02em;
  color: #3A403F;
  font-weight: 400;
  position: absolute;
  bottom: 16px;
  right: 40px;
}
body #main .main_lower .price_step #price .price_inner .title_wrap {
  width: 264px;
  display: flex;
  align-items: center;
  height: -moz-fit-content;
  height: fit-content;
  white-space: nowrap;
}
body #main .main_lower .price_step #price .price_inner .title_wrap img {
  margin-right: 12px;
}
body #main .main_lower .price_step #price .price_inner .txtBox {
  display: flex;
  flex-direction: column;
  align-items: end;
  max-width: 720px;
  width: 68.2%;
}
body #main .main_lower .price_step #price .price_inner .txtBox .sub_txt {
  margin-top: 16px;
  margin-left: 50px;
  right: 0;
  top: 0;
  left: auto;
  bottom: auto;
}
body #main .main_lower .price_step #price .price_inner .txtBox .txtBox_inner {
  width: 100%;
  margin-top: 8px;
}
body #main .main_lower .price_step #price .price_inner .txtBox .txtBox_inner .monthlyCost_wrap {
  width: 100%;
  border-radius: 16px;
  border: 2px solid transparent;
  background: linear-gradient(#ffffff, #ffffff) padding-box, linear-gradient(45deg, #39AC73, #58A5A3) border-box;
  box-shadow: 1px 3px 8px rgba(17, 52, 51, 0.15);
  text-align: center;
  padding: 32px 0;
}
body #main .main_lower .price_step #price .price_inner .txtBox .txtBox_inner .monthlyCost_wrap .cost_title {
  font-size: 1.8rem;
  color: #3A403F;
  letter-spacing: 0.08em;
  font-weight: 500;
}
body #main .main_lower .price_step #price .price_inner .txtBox .txtBox_inner .monthlyCost_wrap h4 {
  font-size: 2.6rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  color: #3A403F;
}
body #main .main_lower .price_step #price .price_inner .txtBox .txtBox_inner .monthlyCost_wrap h4 span {
  font-family: open-sans, sans-serif;
  margin: -4px 6px 0 4px;
  font-size: 6.8rem;
  font-weight: 700;
  letter-spacing: 0.01em;
  background: linear-gradient(-75deg, #58A5A3 0%, #39AC73 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
body #main .main_lower .price_step #price .price_inner .txtBox .txtBox_inner .initialCost_wrap {
  width: 100%;
  border-radius: 16px;
  border: 2px solid rgba(58, 64, 63, 0.7);
  box-shadow: 1px 3px 8px rgba(17, 52, 51, 0.15);
  text-align: center;
  padding: 20px 0 16px;
  margin-top: 10px;
}
body #main .main_lower .price_step #price .price_inner .txtBox .txtBox_inner .initialCost_wrap .cost_title {
  font-size: 1.8rem;
  color: #3A403F;
  letter-spacing: 0.08em;
  font-weight: 500;
}
body #main .main_lower .price_step #price .price_inner .txtBox .txtBox_inner .initialCost_wrap h4 {
  font-size: 2.6rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  color: #3A403F;
  margin-top: -4px;
}
body #main .main_lower .price_step #price .price_inner .txtBox .txtBox_inner .initialCost_wrap h4 span {
  font-family: open-sans, sans-serif;
  font-size: 4rem;
  font-weight: 700;
  letter-spacing: 0.01em;
  margin-right: 6px;
}
body #main .main_lower .price_step #price .price_inner .txtBox .txtBox_inner .price_detail {
  font-family: source-han-sans-japanese, sans-serif;
  font-size: 2rem;
  margin-top: 16px;
  line-height: 179%;
  font-weight: 500;
}
body #main .main_lower .price_step #price .price_inner .txtBox .txtBox_inner .price_detail.fw_bold {
  font-weight: 600;
  margin-top: 20px;
}
body #main .main_lower .price_step #price .price_inner .txtBox .txtBox_inner .price_detail.fw_bold .fw_heavy {
  font-size: 2.4rem;
  margin: 0 4px;
  position: relative;
  z-index: 1;
}
body #main .main_lower .price_step #price .price_inner .txtBox .txtBox_inner .price_detail.fw_bold .fw_heavy::after {
  content: "";
  display: block;
  width: 100%;
  height: 5px;
  border-radius: 100vh;
  background-color: #FCF86D;
  position: absolute;
  top: 100%;
  left: 0;
  margin-top: -7px;
  margin-left: -2px;
  z-index: -1;
}
body #main .main_lower .price_step #step {
  max-width: 1200px;
  display: flex;
  justify-content: space-between;
  gap: 0 3.88vw;
  padding: 56px clamp(24px, 5vw, 72px) 72px;
  margin-top: 56px;
  background-color: #FCFFFE;
  border-radius: 32px;
  box-shadow: 0px 4px 10px rgba(17, 52, 51, 0.15);
}
body #main .main_lower .price_step #step .title_wrap {
  width: 272px;
  display: flex;
  align-items: center;
  height: -moz-fit-content;
  height: fit-content;
  white-space: nowrap;
}
body #main .main_lower .price_step #step .title_wrap img {
  margin-right: 12px;
}
body #main .main_lower .price_step #step .stepList {
  max-width: 720px;
  width: 68.2%;
  padding-left: 24px;
}
body #main .main_lower .price_step #step .stepList .stepListItem {
  width: 100%;
  display: flex;
  margin-top: 64px;
  position: relative;
  z-index: 1;
}
body #main .main_lower .price_step #step .stepList .stepListItem::before {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  border: solid 2px #40C492;
  position: absolute;
  top: 11px;
  left: 0;
  margin-left: -33px;
}
body #main .main_lower .price_step #step .stepList .stepListItem::after {
  content: "";
  display: block;
  width: 2px;
  height: calc(100% + 64px);
  background-color: #40C492;
  position: absolute;
  top: 11px;
  left: 0;
  margin-left: -26px;
  z-index: -1;
}
body #main .main_lower .price_step #step .stepList .stepListItem:first-of-type {
  margin-top: 10px;
}
body #main .main_lower .price_step #step .stepList .stepListItem:first-of-type::before {
  background-color: #FCFCFC;
}
body #main .main_lower .price_step #step .stepList .stepListItem:nth-of-type(2)::before {
  background-color: #BCE9D8;
}
body #main .main_lower .price_step #step .stepList .stepListItem:nth-of-type(3)::before {
  background-color: #7CD6B4;
}
body #main .main_lower .price_step #step .stepList .stepListItem:nth-of-type(3) .step_txtBox h3 {
  position: relative;
  font-weight: 800;
}
body #main .main_lower .price_step #step .stepList .stepListItem:nth-of-type(3) .step_txtBox h3::after {
  content: "";
  display: block;
  width: 101%;
  height: 5px;
  border-radius: 100vh;
  background-color: #FCF86D;
  position: absolute;
  top: 100%;
  left: 0;
  margin-top: -8px;
  margin-left: -2px;
  z-index: -1;
}
body #main .main_lower .price_step #step .stepList .stepListItem:last-of-type::before {
  background-color: #40C492;
}
body #main .main_lower .price_step #step .stepList .stepListItem:last-of-type::after {
  display: none;
}
body #main .main_lower .price_step #step .stepList .stepListItem .number {
  font-family: open-sans, sans-serif;
  font-size: 1.8rem;
  color: #40C492;
  letter-spacing: 0.01em;
  font-weight: 700;
  width: 72px;
  white-space: nowrap;
  margin-right: 48px;
  margin-top: 6px;
}
body #main .main_lower .price_step #step .stepList .stepListItem .step_txtBox {
  letter-spacing: 0.06em;
  font-family: source-han-sans-japanese, sans-serif;
}
body #main .main_lower .price_step #step .stepList .stepListItem .step_txtBox h3 {
  font-size: 2.4rem;
  font-weight: 600;
  display: inline-block;
}
body #main .main_lower .price_step #step .stepList .stepListItem .step_txtBox .step_detail {
  font-size: 1.8rem;
  line-height: 179%;
  font-weight: 550;
  margin-top: 8px;
}
body #main .main_lower .price_step #step .stepList .stepListItem .step_txtBox .step_detail .contact_form {
  width: 216px;
  height: 52px;
  display: block;
  transition: 0.2s;
  position: relative;
  margin-top: 10px;
}
body #main .main_lower .price_step #step .stepList .stepListItem .step_txtBox .step_detail .contact_form a {
  display: block;
  width: 208px;
  height: 48px;
  background: linear-gradient(#40C492, #40C492) padding-box;
  border: solid 1px #ffffff;
  border-radius: 100vh;
  padding: 6px 0;
  font-size: 1.6rem;
  letter-spacing: 0.08em;
  font-weight: 600;
  color: #ffffff;
  white-space: nowrap;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: 0.2s;
}
body #main .main_lower .price_step #step .stepList .stepListItem .step_txtBox .step_detail .contact_form:hover a {
  width: 216px;
  height: 52px;
  transition: 0.2s;
  padding: 8px 0;
}
body #main .main_lower .price_step #step .stepList .stepListItem .step_txtBox .step_detail .cta_contact {
  display: block;
  width: 350px;
  height: 102px;
}
body #main .main_lower .price_step #step .stepList .stepListItem .step_txtBox .step_detail .cta_contact .cta_contactBtn {
  width: 340px;
  height: 64px;
  border-radius: 32px;
  background: linear-gradient(#40C492, #40C492) padding-box;
  border: solid 1px #ffffff;
  position: relative;
  margin-top: 12px;
  transition: 0.2s;
}
body #main .main_lower #qa {
  padding: 80px;
}
body #main .main_lower #qa .title_wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
}
body #main .main_lower #qa .title_wrap h2 {
  margin-top: 20px;
}
body #main .main_lower #qa .qa_inner {
  max-width: 960px;
  margin: 0 auto;
  margin-top: 56px;
  padding: 72px;
  background-color: #FCFFFE;
  border-radius: 32px;
  box-shadow: 0px 4px 10px rgba(17, 52, 51, 0.15);
}
body #main .main_lower #qa .qa_inner .qaList {
  display: flex;
  flex-direction: column;
  gap: 36px 0;
}
body #main .main_lower #qa .qa_inner .qaList .qaListItem {
  display: flex;
  flex-direction: column;
  padding-bottom: 20px;
  position: relative;
}
body #main .main_lower #qa .qa_inner .qaList .qaListItem::after {
  content: "";
  width: 100%;
  height: 1px;
  background-color: #E4E6E6;
  position: absolute;
  bottom: 0;
  left: 0;
}
body #main .main_lower #qa .qa_inner .qaList .qaListItem .question {
  display: flex;
  justify-content: space-between;
}
body #main .main_lower #qa .qa_inner .qaList .qaListItem .question .question_txt {
  display: flex;
  margin-right: 16px;
}
body #main .main_lower #qa .qa_inner .qaList .qaListItem .question .question_txt p {
  font-family: open-sans, sans-serif;
  font-size: 2rem;
  color: #40C492;
  margin-right: 12px;
  font-weight: 700;
}
body #main .main_lower #qa .qa_inner .qaList .qaListItem .question .question_txt h4 {
  font-family: source-han-sans-japanese, sans-serif;
  font-size: 2rem;
  font-weight: 600;
}
body #main .main_lower #qa .qa_inner .qaList .qaListItem .question .toggleBtn {
  width: 52px;
  height: 30px;
  position: relative;
  border: 1px solid transparent;
  background: linear-gradient(#FCFFFE, #FCFFFE) padding-box, #2DB280 border-box;
  border-radius: 5px;
  box-shadow: 0px 0px 5px rgba(77, 168, 132, 0.2);
}
body #main .main_lower #qa .qa_inner .qaList .qaListItem .question .toggleBtn button {
  all: unset;
  /* すべてのデフォルトをリセット */
  cursor: pointer;
  width: 56px;
  height: 100%;
}
body #main .main_lower #qa .qa_inner .qaList .qaListItem .question .toggleBtn button img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 16px;
}
body #main .main_lower #qa .qa_inner .qaList .qaListItem .question .toggleBtn button .close {
  display: none;
}
body #main .main_lower #qa .qa_inner .qaList .qaListItem .answer {
  display: flex;
  align-items: start;
  padding: 20px 18px;
  background-color: #EDFAF4;
  border-radius: 8px;
  margin-top: 12px;
}
body #main .main_lower #qa .qa_inner .qaList .qaListItem .answer img {
  width: 12px;
  margin-right: 8px;
  margin-top: 10px;
}
body #main .main_lower #qa .qa_inner .qaList .qaListItem .answer p {
  font-family: source-han-sans-japanese, sans-serif;
  font-size: 1.8rem;
  font-weight: 500;
  letter-spacing: 0.06em;
  line-height: 179%;
}
body #main .main_lower #qa .qa_inner .qaList .qaListItem .answer p .answer_subtxt {
  display: block;
  font-size: 1.2rem;
  color: #3A403F;
  font-weight: 400;
  margin-top: 8px;
  letter-spacing: 0.02em;
}
body #main .main_lower #qa .qa_inner .qaList .qaListItem.active .question .toggleBtn {
  border: 1px solid transparent;
  background: none;
  background-color: #2DB280;
  border-radius: 5px;
}
body #main .main_lower #qa .qa_inner .qaList .qaListItem.active .question .toggleBtn .open {
  display: none;
}
body #main .main_lower #qa .qa_inner .qaList .qaListItem.active .question .toggleBtn .close {
  display: block;
}
body #main .footer_cta {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 168px 0 96px;
  margin-top: -104px;
  background: linear-gradient(180deg, #78CFCA 0%, #81D6C4 38%, #84D9B3 77%, #87DEAD 100%);
  position: relative;
}
body #main .footer_cta .scroll_topBtn {
  display: block;
  width: 96px;
  position: absolute;
  right: 5vw;
  top: 128px;
}
body #main .footer_cta .scroll_topBtn::after {
  content: "";
  display: block;
  width: 19px;
  height: 16px;
  background-image: url(../img/svg/scroll_arrow.svg);
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: 0;
  right: 0;
  transform: rotate(180deg);
  margin-top: 3px;
}
body #main .footer_cta .scroll_topBtn p {
  font-family: open-sans, sans-serif;
  font-size: 1.3rem;
  font-weight: 500;
  color: #ffffff;
  text-shadow: 0px 0px 5px rgba(77, 168, 132, 0.5);
}
body #main .footer_cta img {
  max-width: 320px;
}
body #main .footer_cta h3 {
  font-size: clamp(2.4rem, 1.8vw, 2.6rem);
  font-weight: 700;
  margin-top: 40px;
  color: #ffffff;
}
body #main .footer_cta .ctaBtn_wrap {
  display: flex;
  justify-content: space-between;
  max-width: 720px;
  gap: 0 20px;
  margin-top: 24px;
}
body #main .footer_cta .ctaBtn_wrap .cta_catch {
  font-size: 1.6rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  position: relative;
  color: #ffffff;
}
body #main .footer_cta .ctaBtn_wrap .cta_catch::before {
  content: "";
  display: block;
  width: 1px;
  height: 16px;
  background-color: #ffffff;
  position: absolute;
  top: 50%;
  right: 100%;
  transform: translateY(-50%) rotate(-15deg);
  margin-right: 12px;
}
body #main .footer_cta .ctaBtn_wrap .cta_catch::after {
  content: "";
  display: block;
  width: 1px;
  height: 16px;
  background-color: #ffffff;
  position: absolute;
  top: 50%;
  left: 100%;
  transform: translateY(-50%) rotate(15deg);
  margin-left: 12px;
}
body #main .footer_cta .ctaBtn_wrap .cta_download {
  width: 350px;
  height: 102px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
body #main .footer_cta .ctaBtn_wrap .cta_download .cta_downloadBtn {
  width: 340px;
  height: 64px;
  border-radius: 32px;
  border: 1px solid transparent;
  background: linear-gradient(#FCFFFE, #FCFFFE) padding-box, linear-gradient(to right, #39AC73, #58A5A3) border-box;
  position: relative;
  margin-top: 12px;
  transition: 0.2s;
}
body #main .footer_cta .ctaBtn_wrap .cta_download .cta_downloadBtn:hover {
  width: 350px;
  height: 68px;
  transition: 0.2s;
}
body #main .footer_cta .ctaBtn_wrap .cta_download .cta_downloadBtn a {
  display: block;
  width: 100%;
  height: 100%;
}
body #main .footer_cta .ctaBtn_wrap .cta_download .cta_downloadBtn a p {
  font-size: 2rem;
  font-weight: 600;
  letter-spacing: 0.06em;
  color: #2DB280;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  white-space: nowrap;
}
body #main .footer_cta .ctaBtn_wrap .cta_contact {
  width: 350px;
  height: 102px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
body #main .footer_cta .ctaBtn_wrap .cta_contact .cta_contactBtn {
  width: 340px;
  height: 64px;
  border-radius: 32px;
  background: linear-gradient(#40C492, #40C492) padding-box;
  border: solid 1px #ffffff;
  position: relative;
  margin-top: 12px;
  transition: 0.2s;
}
body #main .footer_cta .ctaBtn_wrap .cta_contact .cta_contactBtn:hover {
  width: 350px;
  height: 68px;
  transition: 0.2s;
}
body #main .footer_cta .ctaBtn_wrap .cta_contact .cta_contactBtn a {
  display: block;
  width: 100%;
  height: 100%;
}
body #main .footer_cta .ctaBtn_wrap .cta_contact .cta_contactBtn a p {
  font-size: 2rem;
  font-weight: 600;
  letter-spacing: 0.06em;
  color: #ffffff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  white-space: nowrap;
}
body #footer {
  width: 100%;
  padding: 48px 80px 16px;
  margin-top: -32px;
  background-color: #FAFCFC;
  border-radius: 32px 32px 0 0;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
}
body #footer .footer_wrap {
  max-width: 1280px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
body #footer .footer_wrap .inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
body #footer .footer_wrap .inner img {
  width: 180px;
  margin-right: 48px;
}
body #footer .footer_wrap .inner p {
  font-size: 1.4rem;
  letter-spacing: 0.04em;
}
body #footer .footer_wrap small {
  font-size: 1.4rem;
  position: relative;
}
body #footer .ad_number {
  font-size: 1.2rem;
  font-weight: 400;
  color: #3A403F;
  margin-top: 16px;
  letter-spacing: 0.01em;
}

.fadeInCenterCustom {
  animation-name: fadeInCenterCustom;
}

@keyframes fadeInCenterCustom {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.fadeInLeftCustom {
  animation-name: fadeInLeftCustom;
}

@keyframes fadeInLeftCustom {
  0% {
    transform: translateX(-24px);
    opacity: 0;
  }
  to {
    transform: translateX(0);
    opacity: 1;
  }
}
.fadeInRightCustom {
  animation-name: fadeInRightCustom;
}

@keyframes fadeInRightCustom {
  0% {
    transform: translateX(24px);
    opacity: 0;
  }
  to {
    transform: translateX(0);
    opacity: 1;
  }
}
.fadeInTopCustom {
  animation-name: fadeInTopCustom;
}

@keyframes fadeInTopCustom {
  0% {
    transform: translateY(-16px);
    opacity: 0;
  }
  to {
    transform: translateY(0);
    opacity: 1;
  }
}
.fadeInBottomCustom {
  animation-name: fadeInBottomCustom;
}

@keyframes fadeInBottomCustom {
  0% {
    transform: translateY(24px);
    opacity: 0;
  }
  to {
    transform: translateY(0);
    opacity: 1;
  }
}
@property --deg {
  syntax: "<angle>";
  initial-value: 0deg;
  inherits: false;
}
@keyframes fill {
  to {
    --deg: 165deg;
  }
}
@media screen and (min-width: 2400px) {
  body #main .main_upper #fv {
    max-width: 75.6%;
  }
  body #main .main_upper #fv .txtBox {
    width: 42%;
  }
  body #main .main_upper #fv .mv_wrap {
    width: 58%;
  }
  body #main .main_upper #fv .txtBox,
  body #main .main_upper #fv .mv_wrap {
    zoom: 1.1;
  }
}
/* -------------------------- コンテンツ領域（1440px以上） ここまで -------------------------- */
/* -------------------------- コンテンツ領域（1439px-769px） ここから -------------------------- */
@media screen and (max-width: 1025px) {
  .pc_only {
    display: none;
  }
  .quote_pc_only {
    display: none;
  }
  .sp_only {
    display: block;
  }
  body #header a {
    width: 160px;
  }
  body #main .main_upper .fv_bg {
    width: 70%;
  }
  body #main .main_upper #fv {
    max-width: 688px;
    flex-direction: column;
    justify-content: start;
    align-items: flex-start;
    height: -moz-fit-content;
    height: fit-content;
    padding: 0;
  }
  body #main .main_upper #fv .txtBox {
    margin-top: 23%;
    margin-left: 28px;
  }
  body #main .main_upper #fv .mv_wrap::after {
    margin-top: 16px;
  }
  body #main .main_upper #fv .mv_wrap .mv_inner .mv {
    max-width: 560px;
  }
  body #main .main_upper #fv .featureList {
    width: 100%;
    margin-top: 56px;
    display: flex;
    justify-content: center;
    gap: 0 clamp(10px, 1.38vw, 20px);
  }
  body #main .main_upper #fv .featureList.pc_only {
    display: none;
  }
  body #main .main_upper #fv .featureList .featureCard {
    width: 128px;
    height: 144px;
    padding: 10px;
    border-radius: 12px;
    border: 2px solid transparent;
    background: linear-gradient(#ffffff, #ffffff) padding-box, linear-gradient(to right, #39AC73, #58A5A3) border-box;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  body #main .main_upper #fv .featureList .featureCard img {
    width: 48px;
    margin-top: 6px;
  }
  body #main .main_upper #fv .featureList .featureCard h2 {
    font-size: 1.5rem;
    text-align: center;
    white-space: nowrap;
    letter-spacing: 0.06em;
    line-height: 1.44;
    font-weight: 600;
    margin-top: 10px;
  }
  body #main .main_upper #fv .featureList .featureCard:first-of-type h2 {
    line-height: 1.16;
  }
  body #main .main_upper #fv .featureList .featureCard:nth-of-type(2) h2 {
    margin-top: 14px;
  }
  body #main .main_upper #fv .featureList .featureCard:nth-of-type(3) h2 {
    margin-top: 24px;
  }
  body #main .main_upper #video {
    max-width: 688px;
    padding: 80px 0 184px 0px;
  }
  body #main .main_upper #video .video_wrap {
    margin-top: 32px;
  }
  body #main .main_upper #video .video_wrap video {
    max-width: 560px;
    width: 100%;
    border-radius: 16px;
  }
  body #main .main_lower #problem {
    padding-top: 72px;
    max-width: 688px;
  }
  body #main .main_lower #problem .title_wrap h2 {
    margin-top: 16px;
    text-align: center;
  }
  body #main .main_lower #problem .problemList {
    width: 100%;
    margin-top: 16px;
    flex-direction: column;
    align-items: center;
    gap: 48px 0;
  }
  body #main .main_lower #problem .problemList .problemListItem {
    max-width: 360px;
  }
  body #main .main_lower #problem .problemList .problemListItem img {
    width: 78.2%;
  }
  body #main .main_lower #problem .problemList .problemListItem h3 {
    margin-top: 8px;
  }
  body #main .main_lower #data {
    margin-top: 80px;
  }
  body #main .main_lower #data .data_wrap {
    max-width: 688px;
  }
  body #main .main_lower #data .data_wrap .data_inner {
    margin-top: 8px;
    border-radius: 24px;
    justify-content: flex-start;
    flex-direction: column;
  }
  body #main .main_lower #data .data_wrap .data_inner .data_txtBox {
    max-width: 560px;
    width: 100%;
    margin: 0 auto;
  }
  body #main .main_lower #data .data_visual {
    width: 59.7%;
    margin: 0 auto;
    margin-top: 32px;
    padding-bottom: 64px;
  }
  body #main .main_lower #data .data_visual::before {
    margin-right: -16px;
  }
  body #main .main_lower #data .data_visual .chart_wrap {
    margin-top: 48px;
  }
  body #main .main_lower #data .data_visual .chart_wrap .data_detail_1 {
    top: -40px;
    right: -48px;
  }
  body #main .main_lower #data .data_visual .chart_wrap .data_detail_1::before {
    left: 148px;
  }
  body #main .main_lower #data .data_visual .chart_wrap .data_detail_1::after {
    top: 294%;
    left: 128px;
  }
  body #main .main_lower #data .data_visual .chart_wrap .data_detail_2 {
    bottom: -32px;
    left: -40px;
  }
  body #main .main_lower #data .data_visual .chart_wrap .data_detail_2::before {
    content: "";
    display: block;
    width: 1px;
    height: 44px;
    background-color: #3A403F;
    position: absolute;
    bottom: 100%;
    left: 50%;
    margin-bottom: 8px;
  }
  body #main .main_lower #data .data_visual .chart_wrap .data_detail_2::after {
    content: "";
    display: block;
    width: 1px;
    height: 56px;
    transform: rotate(45deg);
    background-color: #3A403F;
    position: absolute;
    bottom: 277%;
    right: 30px;
  }
  body #main .main_lower #about {
    margin-top: 160px;
  }
  body #main .main_lower #about .about_bg .about_white_bg {
    width: 70%;
    height: 200px;
  }
  body #main .main_lower #about .about_inner {
    max-width: 688px;
    padding: 0;
    padding-bottom: 184px;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  body #main .main_lower #about .about_inner .about_header {
    width: 100%;
    display: flex;
    justify-content: right;
    margin-top: -104px;
  }
  body #main .main_lower #about .about_inner .about_header .about_title_wrap {
    max-width: 560px;
    width: 94%;
    padding: 36px 0 32px;
    margin-right: 0;
    border-radius: 24px;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  body #main .main_lower #about .about_inner .about_header .about_title_wrap::after {
    border-width: 40px 40px 0 0;
  }
  body #main .main_lower #about .about_inner .about_header .about_title_wrap .section_title {
    text-align: center;
  }
  body #main .main_lower #about .about_inner .about_header .about_title_wrap .section_title .vc_logo {
    width: 208px;
    height: 26px;
    margin-right: 2px;
  }
  body #main .main_lower #about .about_inner .about_header .about_title_wrap .section_title .vc_logo img {
    width: 208px;
    height: 30px;
  }
  body #main .main_lower #about .about_inner .about_header .about_title_wrap .sub_txt {
    left: 12px;
  }
  body #main .main_lower #about .about_inner .service_detail {
    margin-top: 336px;
    padding: 104px clamp(24px, 5vw, 72px) 48px;
    border-radius: 24px;
    justify-content: center;
    flex-direction: column;
  }
  body #main .main_lower #about .about_inner .service_detail::after {
    content: "";
    display: block;
    width: 6px;
    height: 3px;
    border-radius: 0 0 3px 3px;
    background-color: #FAFCFC;
    position: absolute;
    top: calc(100% + 2px);
    left: 50%;
    transform: translateX(-50%);
  }
  body #main .main_lower #about .about_inner .service_detail img {
    width: 384px;
    top: -20%;
    left: 50%;
  }
  body #main .main_lower #about .about_inner .service_detail .detail_txtBox {
    gap: 10px 0;
    max-width: 560px;
    margin: 0 auto;
    width: 100%;
  }
  body #main .main_lower #about .about_inner .service_detail .detail_txtBox h4 {
    line-height: 207%;
  }
  body #main .main_lower #about .about_inner .service_detail .detail_txtBox h4 .fs_m {
    font-size: clamp(2.2rem, 1.66vw, 2.4rem);
    font-weight: 800;
  }
  body #main .main_lower #about .about_inner .service_detail .detail_txtBox h4 .recordBtn {
    display: inline-block;
    text-align: center;
    width: 162px;
    height: 44px;
    background-image: url(../img/svg/record_btn.svg);
    background-repeat: no-repeat;
    background-size: contain;
    margin-bottom: -10px;
    position: relative;
  }
  body #main .main_lower #about .about_inner .service_detail .detail_txtBox h4 .recordBtn::before {
    content: url(../img/svg/about_btnclick.svg);
    position: absolute;
    bottom: 62%;
    right: 100%;
    margin-right: -2px;
  }
  body #main .main_lower #about .about_inner .service_detail .detail_txtBox h4 .recordBtn::after {
    content: url(../img/svg/about_btnclick.svg);
    position: absolute;
    top: 60%;
    left: 100%;
    margin-left: -2px;
    transform: rotate(180deg);
  }
  body #main .main_lower #about .about_inner .service_detail .detail_txtBox .txt_lower {
    line-height: 200%;
  }
  body #main .main_lower #about .about_inner .service_detail .detail_txtBox .txt_lower .fw_bold {
    font-weight: 800;
    position: relative;
    z-index: 1;
    margin: 0 4px;
  }
  body #main .main_lower #about .about_inner .service_detail .detail_txtBox .txt_lower .fw_bold::after {
    content: "";
    display: none;
    width: 101%;
    height: 5px;
    border-radius: 100vh;
    background-color: #FCF86D;
    position: absolute;
    top: 100%;
    left: 0;
    margin-top: -6px;
    margin-left: -2px;
    z-index: -1;
  }
  body #main .main_lower #about .about_inner .strength {
    max-width: 688px;
    width: 100%;
    display: flex;
    flex-direction: column;
    padding: 56px clamp(24px, 5vw, 72px);
    background-color: #FCFFFE;
    border-radius: 24px;
    box-shadow: 0px 4px 10px rgba(17, 52, 51, 0.15);
    margin-top: 48px;
    position: relative;
  }
  body #main .main_lower #about .about_inner .strength::before {
    content: "";
    display: block;
    width: 2px;
    height: 48px;
    background-color: #FCFFFE;
    position: absolute;
    bottom: 100%;
    left: 50%;
    transform: translateX(-50%);
  }
  body #main .main_lower #about .about_inner .strength::after {
    content: "";
    display: block;
    width: 6px;
    height: 3px;
    border-radius: 3px 3px 0 0;
    background-color: #FAFCFC;
    position: absolute;
    bottom: 100%;
    left: 50%;
    transform: translateX(-50%);
  }
  body #main .main_lower #about .about_inner .strength .title_wrap {
    max-width: 560px;
    width: 100%;
    margin: 0 auto;
  }
  body #main .main_lower #about .about_inner .strength .title_wrap h2 {
    display: flex;
  }
  body #main .main_lower #about .about_inner .strength .title_wrap h2 img {
    width: 216px;
    margin-bottom: -1px;
    margin-right: 10px;
  }
  body #main .main_lower #about .about_inner .strength .title_wrap .sub_txt {
    left: 50px;
    margin-top: 4px;
  }
  body #main .main_lower #about .about_inner .strength .strengthList {
    max-width: 560px;
    width: 100%;
    margin-top: 32px;
    display: flex;
    gap: 48px 0;
  }
  body #main .main_lower #about .about_inner .strength .strengthList .strengthListItem {
    flex-direction: column;
  }
  body #main .main_lower #about .about_inner .strength .strengthList .strengthListItem:nth-of-type(even) {
    flex-direction: column;
  }
  body #main .main_lower #about .about_inner .strength .strengthList .strengthListItem img {
    max-width: 560px;
    width: 100%;
    height: auto;
    aspect-ratio: 440/296;
    border-radius: 12px;
    margin: 0 auto;
    margin-top: 24px;
  }
  body #main .main_lower #about .about_inner .strength .strengthList .strengthListItem .txtBox .number {
    width: 56px;
    height: 24px;
    font-size: 1.5rem;
  }
  body #main .main_lower #about .about_inner .strength .strengthList .strengthListItem .txtBox .strength_detail {
    margin-top: 16px;
  }
  body #main .main_lower #scene .scene_inner {
    padding: 88px 5.33vw 104px;
  }
  body #main .main_lower #scene .scene_inner .title_wrap h2 {
    margin-top: 16px;
  }
  body #main .main_lower #scene .scene_inner .sceneList {
    display: none;
  }
  body #main .main_lower #scene .scene_inner .slick_sp {
    display: block;
  }
  body #main .main_lower #scene .scene_inner .sceneList_slick {
    max-width: 688px;
    width: 100%;
    height: 384px;
    margin: 0 auto;
    margin-top: 48px;
  }
  body #main .main_lower #scene .scene_inner .sceneList_slick.slick-slider {
    display: block;
  }
  body #main .main_lower #scene .scene_inner .sceneList_slick .slick-dots {
    bottom: -40px;
  }
  body #main .main_lower #scene .scene_inner .sceneList_slick .slick-dots li button:before {
    color: #40C492;
  }
  body #main .main_lower #scene .scene_inner .sceneList_slick .sceneCard {
    height: 384px;
    margin: 0 3.125vw;
    border-radius: 24px;
    border: 2px solid transparent;
    background: linear-gradient(#ffffff, #ffffff) padding-box, linear-gradient(45deg, #39AC73, #58A5A3) border-box;
    box-shadow: 1px 3px 8px rgba(17, 52, 51, 0.15);
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    position: relative;
    padding: 48px 1.66vw 36px;
  }
  body #main .main_lower #scene .scene_inner .sceneList_slick .sceneCard::after {
    content: "";
    display: block;
    width: 28px;
    height: 28px;
    background-image: url(../img/svg/arrowright.svg);
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateX(50%) translateY(-50%);
    margin-right: clamp(-56px, -3.88vw, 0px);
    margin-right: calc(-3.125vw - 2px);
  }
  body #main .main_lower #scene .scene_inner .sceneList_slick .sceneCard .number {
    font-family: open-sans, sans-serif;
    font-size: 1.8rem;
    font-weight: 600;
    color: #40C492;
  }
  body #main .main_lower #scene .scene_inner .sceneList_slick .sceneCard img {
    max-width: 128px;
    margin-top: 24px;
  }
  body #main .main_lower #scene .scene_inner .sceneList_slick .sceneCard .detail {
    margin-top: 40px;
    font-size: 1.8rem;
    font-family: source-han-sans-japanese, sans-serif;
    letter-spacing: 0.08em;
    font-weight: 700;
  }
  body #main .main_lower #scene .scene_inner .sceneList_slick .sceneCard:nth-of-type(2) .detail {
    margin-top: 32px;
  }
  body #main .main_lower #scene .scene_inner .sceneList_slick .sceneCard:nth-of-type(3)::after {
    display: none;
  }
  body #main .main_lower .price_step {
    padding: 64px clamp(20px, 2.78vw, 40px) 80px;
  }
  body #main .main_lower .price_step .price_step_white_bg2_wrap {
    width: 13.28%;
  }
  body #main .main_lower .price_step #price {
    margin: 0 auto;
    max-width: 688px;
  }
  body #main .main_lower .price_step #price .price_inner {
    width: 100%;
    flex-direction: column;
    border-radius: 24px;
    padding: 56px clamp(24px, 5vw, 72px) 64px;
  }
  body #main .main_lower .price_step #price .price_inner .title_wrap {
    max-width: 560px;
    width: 100%;
    margin: 0 auto;
  }
  body #main .main_lower .price_step #price .price_inner .txtBox {
    max-width: 560px;
    width: 100%;
    margin: 0 auto;
    margin-top: 16px;
  }
  body #main .main_lower .price_step #price .price_inner .txtBox .txtBox_inner .monthlyCost_wrap {
    padding: 24px 0;
  }
  body #main .main_lower .price_step #price .price_inner .txtBox .txtBox_inner .monthlyCost_wrap .cost_title {
    font-size: 1.8rem;
    color: #3A403F;
    letter-spacing: 0.08em;
    font-weight: 500;
  }
  body #main .main_lower .price_step #price .price_inner .txtBox .txtBox_inner .monthlyCost_wrap h4 {
    font-size: clamp(2.2rem, 1.8vw, 2.6rem);
    font-weight: 600;
    letter-spacing: 0.08em;
    color: #3A403F;
  }
  body #main .main_lower .price_step #price .price_inner .txtBox .txtBox_inner .monthlyCost_wrap h4 span {
    font-size: 6rem;
  }
  body #main .main_lower .price_step #price .price_inner .txtBox .txtBox_inner .initialCost_wrap {
    padding: 18px 0 14px;
  }
  body #main .main_lower .price_step #price .price_inner .txtBox .txtBox_inner .initialCost_wrap h4 {
    font-size: clamp(2.2rem, 1.8vw, 2.6rem);
  }
  body #main .main_lower .price_step #price .price_inner .txtBox .txtBox_inner .initialCost_wrap h4 span {
    font-size: 3.6rem;
  }
  body #main .main_lower .price_step #price .price_inner .txtBox .txtBox_inner .price_detail {
    font-size: 1.8rem;
    margin-top: 14px;
  }
  body #main .main_lower .price_step #price .price_inner .txtBox .txtBox_inner .price_detail.fw_bold {
    margin-top: 18px;
  }
  body #main .main_lower .price_step #price .price_inner .txtBox .txtBox_inner .price_detail.fw_bold .fw_heavy {
    font-size: 2.1rem;
    margin: 0 3px;
  }
  body #main .main_lower .price_step #step {
    max-width: 688px;
    width: 100%;
    flex-direction: column;
    margin-top: 40px;
    border-radius: 24px;
  }
  body #main .main_lower .price_step #step .title_wrap {
    max-width: 560px;
    width: 100%;
    margin: 0 auto;
  }
  body #main .main_lower .price_step #step .stepList {
    max-width: 560px;
    width: 100%;
    margin: 0 auto;
    margin-top: 40px;
    padding-left: 32px;
  }
  body #main .main_lower .price_step #step .stepList .stepListItem {
    width: 100%;
    display: flex;
    margin-top: 64px;
    position: relative;
    z-index: 1;
  }
  body #main .main_lower .price_step #step .stepList .stepListItem .number {
    font-size: 1.6rem;
    width: 68px;
    margin-right: 40px;
  }
  body #main .main_lower #qa {
    padding: 72px clamp(20px, 2.78vw, 40px);
  }
  body #main .main_lower #qa h2 {
    margin-top: 16px;
  }
  body #main .main_lower #qa .qa_inner {
    max-width: 688px;
    margin: 0 auto;
    margin-top: 40px;
    padding: clamp(24px, 5vw, 72px);
    border-radius: 24px;
  }
  body #main .main_lower #qa .qa_inner .qaList {
    max-width: 560px;
    margin: 0 auto;
    gap: 28px 0;
  }
  body #main .main_lower #qa .qa_inner .qaList .qaListItem {
    padding-bottom: 16px;
  }
  body #main .main_lower #qa .qa_inner .qaList .qaListItem .question .question_txt {
    display: flex;
    margin-right: 16px;
  }
  body #main .main_lower #qa .qa_inner .qaList .qaListItem .question .question_txt p {
    font-size: 1.8rem;
  }
  body #main .main_lower #qa .qa_inner .qaList .qaListItem .question .question_txt h4 {
    font-size: 1.8rem;
  }
  body #main .main_lower #qa .qa_inner .qaList .qaListItem .question .toggleBtn {
    width: 48px;
    height: 28px;
  }
  body #main .main_lower #qa .qa_inner .qaList .qaListItem .question .toggleBtn img {
    width: 14px;
  }
  body #main .main_lower #qa .qa_inner .qaList .qaListItem .answer {
    padding: 16px 18px;
    margin-top: 10px;
  }
  body #main .main_lower #qa .qa_inner .qaList .qaListItem.active .question .toggleBtn {
    border: 1px solid transparent;
    background: none;
    background-color: #2DB280;
    border-radius: 5px;
  }
  body #main .main_lower #qa .qa_inner .qaList .qaListItem.active .question .toggleBtn .open {
    display: none;
  }
  body #main .main_lower #qa .qa_inner .qaList .qaListItem.active .question .toggleBtn .close {
    display: block;
  }
  body #main .footer_cta .ctaBtn_wrap {
    flex-direction: column;
    margin-top: 20px;
  }
  body #main .footer_cta .ctaBtn_wrap .cta_download {
    width: 480px;
    height: 102px;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  body #main .footer_cta .ctaBtn_wrap .cta_download .cta_downloadBtn {
    width: 470px;
    margin-top: 8px;
  }
  body #main .footer_cta .ctaBtn_wrap .cta_download .cta_downloadBtn:hover {
    width: 480px;
  }
  body #main .footer_cta .ctaBtn_wrap .cta_contact {
    width: 480px;
    margin-top: 12px;
  }
  body #main .footer_cta .ctaBtn_wrap .cta_contact .cta_contactBtn {
    width: 470px;
    margin-top: 8px;
  }
  body #main .footer_cta .ctaBtn_wrap .cta_contact .cta_contactBtn:hover {
    width: 480px;
  }
  body #footer {
    padding: 40px 5vw 16px;
  }
  body #footer .footer_wrap {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }
  body #footer .footer_wrap .inner {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  body #footer .footer_wrap .inner img {
    width: 160px;
    margin-right: 0;
  }
  body #footer .footer_wrap .inner p {
    font-size: 1.4rem;
  }
  body #footer .footer_wrap small {
    font-size: 1.3rem;
    margin-top: 32px;
  }
  body #footer .ad_number {
    margin-top: 4px;
  }
}
/* -------------------------- コンテンツ領域（1439px-769px） ここまで -------------------------- */
/* -------------------------- コンテンツ領域（768px以下） ここから -------------------------- */
@media screen and (max-width: 769px) {
  .section_title {
    font-size: clamp(2.6rem, 6.93vw, 3.2rem);
  }
  .sub_txt {
    font-size: clamp(1.4rem, 3.73vw, 1.6rem);
    left: 38px;
  }
  .sub_txt::after {
    width: 30px;
    top: 10px;
    margin-right: 5px;
  }
  .icon_l {
    width: 48px;
  }
  .icon_m {
    width: 36px;
  }
  .u768px {
    display: block;
  }
  body .nav_header_wrap .nav_header_inner .nav_header {
    max-width: 688px;
    width: 94.66%;
    padding: 16px 4vw;
    justify-content: space-between;
    gap: 0px 10px;
    border-radius: 12px;
    top: initial;
    bottom: 0;
    right: initial;
    left: 50%;
    transform: translateX(-50%);
    margin-bottom: 10px;
  }
  body .nav_header_wrap .nav_header_inner .nav_header .cta_btn {
    width: 100%;
    height: 44px;
    border-radius: 100vh;
  }
  body .nav_header_wrap .nav_header_inner .nav_header .cta_btn:hover {
    width: 100%;
    height: 44px;
  }
  body .nav_header_wrap .nav_header_inner .nav_header .cta_btn a p {
    font-size: 1.5rem;
    letter-spacing: 0.04em;
  }
  body .nav_header_wrap .nav_header_inner .nav_header .cta_download {
    border: 1px solid transparent;
    background: linear-gradient(#FCFFFE, #FCFFFE) padding-box, linear-gradient(to right, #39AC73, #58A5A3) border-box;
  }
  body .nav_header_wrap .nav_header_inner .nav_header .cta_download a {
    color: #2DB280;
  }
  body .nav_header_wrap .nav_header_inner .nav_header .cta_contact {
    background: linear-gradient(#40C492, #40C492) padding-box;
  }
  body .nav_header_wrap .nav_header_inner .nav_header .cta_contact a {
    color: #ffffff;
  }
  body #header {
    height: 86px;
  }
  body #header a {
    width: 132px;
    margin-left: 5.33vw;
  }
  body #main .main_upper .fv_bg {
    width: 94.66%;
    height: 42.5%;
    border-radius: 0 0 64px 0;
  }
  body #main .main_upper #fv {
    max-width: 560px;
    width: 100%;
    flex-direction: column;
    justify-content: start;
    align-items: flex-start;
    height: -moz-fit-content;
    height: fit-content;
    padding: 0 5.33vw;
  }
  body #main .main_upper #fv .txtBox {
    max-width: 560px;
    margin: 0 2.66vw;
    margin-top: 136px;
  }
  body #main .main_upper #fv .txtBox .header_trial {
    height: 38px;
    border-radius: 100vh;
  }
  body #main .main_upper #fv .txtBox .header_trial .icon {
    width: 30px;
    height: 30px;
  }
  body #main .main_upper #fv .txtBox .header_trial .icon img {
    width: 20px;
  }
  body #main .main_upper #fv .txtBox .header_trial h4 {
    font-size: clamp(1.6rem, 4.3vw, 1.8rem);
    font-weight: 500;
    letter-spacing: 0.07em;
    margin: -1px 10px 0 8px;
  }
  body #main .main_upper #fv .txtBox .mainCopy {
    font-size: clamp(3.3rem, 9vw, 4.4rem);
    margin: 0;
    margin-top: 12px;
  }
  body #main .main_upper #fv .txtBox .mainCopy .fs_small {
    font-size: clamp(1.9rem, 5vw, 2.2rem);
    margin-top: 10px;
  }
  body #main .main_upper #fv .mv_wrap {
    margin: 0 auto;
    margin-top: 40px;
  }
  body #main .main_upper #fv .mv_wrap::after {
    margin-top: 10px;
  }
  body #main .main_upper #fv .mv_wrap .voicechart_wrap::before {
    font-size: 1rem;
  }
  body #main .main_upper #fv .mv_wrap .voicechart_wrap .voicechart {
    width: 120px;
  }
  body #main .main_upper #fv .mv_wrap .mv_inner {
    margin: 0 auto;
  }
  body #main .main_upper #fv .mv_wrap .mv_inner .mv {
    max-width: 560px;
    width: 100%;
  }
  body #main .main_upper #fv .featureList {
    padding: 0;
    margin-top: 56px;
    gap: 0 8px;
  }
  body #main .main_upper #fv .featureList .featureCard {
    max-width: 128px;
    width: 100%;
    height: 136px;
    padding: 8px 8px 16px;
    border-radius: 12px;
    border: 1px solid transparent;
    background: linear-gradient(#ffffff, #ffffff) padding-box, linear-gradient(to right, #39AC73, #58A5A3) border-box;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  body #main .main_upper #fv .featureList .featureCard img {
    width: 48px;
    margin-top: 6px;
  }
  body #main .main_upper #fv .featureList .featureCard h2 {
    font-size: 1.4rem;
    margin-top: 6px;
  }
  body #main .main_upper #fv .featureList .featureCard:first-of-type h2 {
    line-height: 1.16;
  }
  body #main .main_upper #fv .featureList .featureCard:nth-of-type(2) h2 {
    margin-top: 12px;
  }
  body #main .main_upper #fv .featureList .featureCard:nth-of-type(3) h2 {
    margin-top: 20px;
  }
  body #main .main_upper #video {
    max-width: 688px;
    padding: 80px 5.33vw 160px;
  }
  body #main .main_upper #video h2 .vc_logo {
    width: 179px;
    height: 44px;
    border-radius: 5px;
  }
  body #main .main_upper #video h2 .vc_logo img {
    width: 148px;
    height: 22px;
  }
  body #main .main_upper #video .video_wrap {
    margin-top: 32px;
  }
  body #main .main_upper #video .video_wrap p {
    margin-top: 10px;
    left: auto;
    right: 0;
  }
  body #main .main_upper #video .video_wrap video {
    max-width: 560px;
    width: 100%;
    border-radius: 16px;
  }
  body #main .main_lower {
    border-radius: 64px 0;
  }
  body #main .main_lower .main_lower_qa_corner {
    width: 64px;
    height: 64px;
  }
  body #main .main_lower .main_lower_qa_corner::before {
    box-shadow: -64px -64px 0 0 #FAFCFC;
  }
  body #main .main_lower section {
    max-width: 1280px;
    padding: 0 5.33vw;
  }
  body #main .main_lower #problem {
    padding-top: 80px;
  }
  body #main .main_lower #problem .problemList {
    display: flex;
    justify-content: space-between;
    gap: 0 30px;
    margin-top: 36px;
  }
  body #main .main_lower #problem .problemList .problemListItem {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 48px;
  }
  body #main .main_lower #problem .problemList .problemListItem:first-of-type {
    margin-top: 0;
  }
  body #main .main_lower #problem .problemList .problemListItem img {
    width: 57.33vw;
  }
  body #main .main_lower #problem .problemList .problemListItem h3 {
    margin-top: 0;
    font-size: 1.7rem;
    width: 80%;
    text-align: center;
  }
  body #main .main_lower #data {
    margin-top: 80px;
  }
  body #main .main_lower #data .data_bg {
    min-width: auto;
    width: 64%;
    border-radius: 0 64px 64px 0;
  }
  body #main .main_lower #data .data_wrap {
    max-width: 688px;
  }
  body #main .main_lower #data .data_wrap .sub_txt {
    left: 38px;
  }
  body #main .main_lower #data .data_wrap::after {
    margin-left: 5.33vw;
  }
  body #main .main_lower #data .data_wrap .data_inner {
    margin-top: 8px;
    padding: 48px 5.33vw 64px;
    border-radius: 20px;
  }
  body #main .main_lower #data .data_wrap .data_inner .data_txtBox {
    max-width: 560px;
    width: 100%;
    margin: 0 auto;
  }
  body #main .main_lower #data .data_wrap .data_inner .data_txtBox .section_title {
    margin-left: 2.66vw;
    font-size: clamp(2.5rem, 2.22vw, 3.2rem);
  }
  body #main .main_lower #data .data_wrap .data_inner .data_txtBox .section_title span {
    margin-left: 15px;
    font-size: 1.9rem;
  }
  body #main .main_lower #data .data_wrap .data_inner .data_txtBox .ranking {
    margin: 28px 2.66vw 0;
    gap: 8px 0;
  }
  body #main .main_lower #data .data_wrap .data_inner .data_txtBox .ranking .rankingItem {
    flex-direction: column;
  }
  body #main .main_lower #data .data_wrap .data_inner .data_txtBox .ranking .rankingItem h3 {
    font-size: 1.9rem;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 2px 0;
  }
  body #main .main_lower #data .data_wrap .data_inner .data_txtBox .ranking .rankingItem h3 .rank {
    width: 34px;
    height: 20px;
    font-size: 1.2rem;
    margin-bottom: -2px;
  }
  body #main .main_lower #data .data_wrap .data_inner .data_txtBox .ranking .rankingItem .other_rank {
    font-size: 1.8rem;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 4px 0;
  }
  body #main .main_lower #data .data_wrap .data_inner .data_txtBox .ranking .rankingItem .other_rank .rank {
    width: 34px;
    height: 20px;
    font-size: 1.2rem;
    margin-bottom: -2px;
  }
  body #main .main_lower #data .data_wrap .data_inner .data_txtBox .ranking .rankingItem:first-of-type .parcentage {
    font-size: 2.2rem;
    margin-top: 0px;
  }
  body #main .main_lower #data .data_wrap .data_inner .data_txtBox .ranking .rankingItem:first-of-type .parcentage .unit {
    font-size: 1.8rem;
  }
  body #main .main_lower #data .data_wrap .data_inner .data_txtBox .ranking .rankingItem:nth-of-type(2) .parcentage, body #main .main_lower #data .data_wrap .data_inner .data_txtBox .ranking .rankingItem:nth-of-type(3) .parcentage {
    font-size: 2rem;
    margin-top: 0px;
  }
  body #main .main_lower #data .data_wrap .data_inner .data_txtBox .ranking .rankingItem:nth-of-type(2) .parcentage .unit, body #main .main_lower #data .data_wrap .data_inner .data_txtBox .ranking .rankingItem:nth-of-type(3) .parcentage .unit {
    font-size: 1.6rem;
  }
  body #main .main_lower #data .data_wrap .data_inner .data_txtBox .txt_footer {
    border: 1px solid transparent;
  }
  body #main .main_lower #data .data_wrap .data_inner .data_txtBox .txt_footer .yellow_line {
    display: block;
    margin-bottom: -26px;
    line-height: 164%;
    text-decoration-line: underline;
    text-decoration-thickness: 4px;
    text-decoration-color: #FCF86D;
    text-underline-offset: 0.07em;
    -webkit-text-decoration-skip-ink: none;
            text-decoration-skip-ink: none;
  }
  body #main .main_lower #data .data_wrap .data_inner .data_txtBox .txt_footer .yellow_line::after {
    display: none;
  }
  body #main .main_lower #data .data_visual {
    max-width: 365px;
    width: 53.33vw;
    margin: 0 auto;
    margin-top: 32px;
    padding-bottom: 64px;
  }
  body #main .main_lower #data .data_visual::before {
    width: 72px;
    height: 162px;
  }
  body #main .main_lower #data .data_visual .chart_wrap {
    margin-top: 48px;
  }
  body #main .main_lower #about {
    margin-top: 160px;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  body #main .main_lower #about .about_bg .about_white_bg {
    width: 70%;
    height: 200px;
    border-radius: 0 0 64px 0;
  }
  body #main .main_lower #about .about_bg .about_white_bg .about_white_bg1,
  body #main .main_lower #about .about_bg .about_white_bg .about_white_bg2 {
    width: 64px;
    height: 64px;
  }
  body #main .main_lower #about .about_bg .about_white_bg .about_white_bg1::before {
    box-shadow: -64px -64px 0 0 #FAFCFC;
  }
  body #main .main_lower #about .about_bg .about_white_bg .about_white_bg2::before {
    box-shadow: -64px -64px 0 0 #FAFCFC;
  }
  body #main .main_lower #about .about_inner {
    max-width: none;
    padding: 0 5.33vw 160px;
    margin: 0;
    width: 100%;
  }
  body #main .main_lower #about .about_inner .about_header {
    width: 100%;
    display: flex;
    justify-content: right;
    margin-top: -104px;
  }
  body #main .main_lower #about .about_inner .about_header .about_title_wrap {
    padding: 36px 2.66vw 32px;
    border-radius: 16px;
  }
  body #main .main_lower #about .about_inner .about_header .about_title_wrap::after {
    border-width: 36px 32px 0 0;
    left: 85%;
  }
  body #main .main_lower #about .about_inner .about_header .about_title_wrap .section_title {
    text-align: center;
  }
  body #main .main_lower #about .about_inner .about_header .about_title_wrap .section_title .vc_logo {
    width: 6.125em;
    height: 0.75em;
    margin-right: 6px;
  }
  body #main .main_lower #about .about_inner .about_header .about_title_wrap .section_title .vc_logo img {
    width: 6.125em;
    height: 0.92em;
  }
  body #main .main_lower #about .about_inner .about_header .about_title_wrap .sub_txt {
    left: 12px;
  }
  body #main .main_lower #about .about_inner .service_detail {
    margin-top: clamp(280px, 56.33vw, 336px);
    padding: 16vw 5.33vw 48px;
    border-radius: 20px;
  }
  body #main .main_lower #about .about_inner .service_detail img {
    max-width: 384px;
    min-width: 264px;
    width: 78.66%;
    top: -20%;
    left: 50%;
  }
  body #main .main_lower #about .about_inner .service_detail .detail_txtBox {
    gap: 10px 0;
    max-width: 560px;
    margin: 0 auto;
    width: 100%;
  }
  body #main .main_lower #about .about_inner .service_detail .detail_txtBox p {
    font-size: 1.7rem;
    margin: 0 2.66vw;
  }
  body #main .main_lower #about .about_inner .service_detail .detail_txtBox h4 {
    line-height: 164%;
    text-align: center;
    white-space: nowrap;
    padding: 20px 0;
    border: 1px solid transparent;
  }
  body #main .main_lower #about .about_inner .service_detail .detail_txtBox h4 .u768px {
    display: block;
  }
  body #main .main_lower #about .about_inner .service_detail .detail_txtBox h4 .fs_m {
    font-size: clamp(2.1rem, 4.5vw, 2.3rem);
    font-weight: 800;
  }
  body #main .main_lower #about .about_inner .service_detail .detail_txtBox h4 .recordBtn {
    display: inline-block;
    text-align: center;
    width: 162px;
    height: 44px;
    background-image: url(../img/svg/record_btn.svg);
    background-repeat: no-repeat;
    background-size: contain;
    margin: 6px 4px -3px;
    position: relative;
  }
  body #main .main_lower #about .about_inner .service_detail .detail_txtBox h4 .recordBtn::before {
    content: url(../img/svg/about_btnclick.svg);
    position: absolute;
    bottom: 62%;
    right: 100%;
    margin-right: -2px;
  }
  body #main .main_lower #about .about_inner .service_detail .detail_txtBox h4 .recordBtn::after {
    content: url(../img/svg/about_btnclick.svg);
    position: absolute;
    top: 60%;
    left: 100%;
    margin-left: -2px;
    transform: rotate(180deg);
  }
  body #main .main_lower #about .about_inner .service_detail .detail_txtBox .txt_lower {
    line-height: 200%;
  }
  body #main .main_lower #about .about_inner .service_detail .detail_txtBox .txt_lower .fw_bold {
    font-weight: 800;
    position: relative;
    z-index: 1;
    margin: 0 4px;
  }
  body #main .main_lower #about .about_inner .service_detail .detail_txtBox .txt_lower .fw_bold::after {
    content: "";
    display: none;
    width: 101%;
    height: 5px;
    border-radius: 100vh;
    background-color: #FCF86D;
    position: absolute;
    top: 100%;
    left: 0;
    margin-top: -6px;
    margin-left: -2px;
    z-index: -1;
  }
  body #main .main_lower #about .about_inner .strength {
    padding: 56px 8vw 48px;
    border-radius: 20px;
    margin-top: 48px;
  }
  body #main .main_lower #about .about_inner .strength .title_wrap {
    border-radius: 20px;
  }
  body #main .main_lower #about .about_inner .strength .title_wrap h2 {
    display: flex;
    flex-direction: column;
  }
  body #main .main_lower #about .about_inner .strength .title_wrap h2 img {
    width: 7.5em;
    margin: 0;
    margin-bottom: 4px;
  }
  body #main .main_lower #about .about_inner .strength .title_wrap .sub_txt {
    left: 38px;
    margin-top: 8px;
  }
  body #main .main_lower #about .about_inner .strength .strengthList {
    margin-top: 30px;
    gap: 40px 0;
  }
  body #main .main_lower #about .about_inner .strength .strengthList .strengthListItem img {
    border-radius: 10px;
    margin-top: 16px;
  }
  body #main .main_lower #about .about_inner .strength .strengthList .strengthListItem .txtBox .number {
    width: 48px;
    height: 22px;
    font-size: 1.4rem;
  }
  body #main .main_lower #about .about_inner .strength .strengthList .strengthListItem .txtBox h3 {
    margin-top: 10px;
    font-size: clamp(2.1rem, 5.6vw, 2.4rem);
  }
  body #main .main_lower #about .about_inner .strength .strengthList .strengthListItem .txtBox .strength_detail {
    margin-top: 14px;
    font-size: 1.7rem;
  }
  body #main .main_lower #scene {
    width: 100%;
    padding: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  body #main .main_lower #scene .scene_bg {
    border-radius: 64px 0 0 0;
  }
  body #main .main_lower #scene .scene_bg .scene_bg_corner {
    width: 64px;
    height: 64px;
  }
  body #main .main_lower #scene .scene_bg .scene_bg_corner::before {
    box-shadow: 64px 64px 0 0 #FAFCFC;
  }
  body #main .main_lower #scene .scene_inner {
    max-width: none;
    width: 100%;
    margin: 0 5.33vw;
    padding: 56px 0 80px;
  }
  body #main .main_lower #scene .scene_inner .title_wrap h2 {
    margin-top: 16px;
  }
  body #main .main_lower #scene .scene_inner .sceneList {
    display: none;
  }
  body #main .main_lower #scene .scene_inner .slick_sp {
    display: block;
  }
  body #main .main_lower #scene .scene_inner .sceneList_slick {
    width: 100%;
  }
  body #main .main_lower #scene .scene_inner .sceneList_slick.slick-slider {
    display: block;
  }
  body #main .main_lower #scene .scene_inner .sceneList_slick .slick-dots {
    bottom: -24px;
  }
  body #main .main_lower #scene .scene_inner .sceneList_slick .slick-dots li button:before {
    color: #40C492;
  }
  body #main .main_lower #scene .scene_inner .sceneList_slick .sceneCard {
    height: 360px;
    margin: 0 5.33vw;
    border-radius: 20px;
    border: 1px solid transparent;
    background: linear-gradient(#ffffff, #ffffff) padding-box, linear-gradient(45deg, #39AC73, #58A5A3) border-box;
    box-shadow: 1px 3px 8px rgba(17, 52, 51, 0.15);
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    position: relative;
    padding: 40px 2.66vw 36px;
  }
  body #main .main_lower #scene .scene_inner .sceneList_slick .sceneCard::after {
    content: "";
    display: block;
    width: 24px;
    height: 24px;
    background-image: url(../img/svg/arrowright.svg);
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateX(50%) translateY(-50%);
    margin-right: clamp(-56px, -3.88vw, 0px);
    margin-right: calc(-5.33vw - 2px);
  }
  body #main .main_lower #scene .scene_inner .sceneList_slick .sceneCard .o768px {
    display: none;
  }
  body #main .main_lower #scene .scene_inner .sceneList_slick .sceneCard .number {
    font-family: open-sans, sans-serif;
    font-size: 1.8rem;
    font-weight: 600;
    color: #40C492;
  }
  body #main .main_lower #scene .scene_inner .sceneList_slick .sceneCard img {
    max-width: 128px;
    margin-top: 24px;
  }
  body #main .main_lower #scene .scene_inner .sceneList_slick .sceneCard .detail {
    max-width: 272px;
    margin-top: 40px;
    font-size: 1.7rem;
    font-family: source-han-sans-japanese, sans-serif;
    letter-spacing: 0.08em;
    font-weight: 700;
  }
  body #main .main_lower #scene .scene_inner .sceneList_slick .sceneCard:nth-of-type(2) .detail {
    margin-top: 32px;
  }
  body #main .main_lower #scene .scene_inner .sceneList_slick .sceneCard:nth-of-type(3)::after {
    display: none;
  }
  body #main .main_lower .price_step {
    padding: 64px 5.33vw;
  }
  body #main .main_lower .price_step .price_step_white_bg1_wrap {
    border-radius: 0 0 64px 0;
  }
  body #main .main_lower .price_step .price_step_white_bg1_wrap .price_step_white_bg1 .price_step_white_bg1_corner1 {
    width: 64px;
    height: 64px;
  }
  body #main .main_lower .price_step .price_step_white_bg1_wrap .price_step_white_bg1 .price_step_white_bg1_corner1::before {
    box-shadow: -64px -64px 0 0 #FAFCFC;
  }
  body #main .main_lower .price_step .price_step_white_bg1_wrap .price_step_white_bg2 .price_step_white_bg2_corner1 {
    width: 64px;
    height: 64px;
  }
  body #main .main_lower .price_step .price_step_white_bg1_wrap .price_step_white_bg2 .price_step_white_bg2_corner1::before {
    box-shadow: 64px 64px 0 0 #FAFCFC;
  }
  body #main .main_lower .price_step .price_step_white_bg2_wrap {
    width: 13.28%;
  }
  body #main .main_lower .price_step .price_step_white_bg2_wrap .price_step_white_bg2 .price_step_white_bg2_corner {
    width: 64px;
    height: 64px;
  }
  body #main .main_lower .price_step .price_step_white_bg2_wrap .price_step_white_bg2 .price_step_white_bg2_corner::before {
    box-shadow: 64px 64px 0 0 #FAFCFC;
  }
  body #main .main_lower .price_step #price .sub_txt {
    left: 38px;
  }
  body #main .main_lower .price_step #price .price_inner {
    border-radius: 20px;
    padding: 40px 5.33vw 48px;
  }
  body #main .main_lower .price_step #price .price_inner::after {
    right: 50%;
    transform: translateX(50%);
    white-space: nowrap;
  }
  body #main .main_lower .price_step #price .price_inner .txtBox .sub_txt {
    margin: 12px 0 12px 38px;
  }
  body #main .main_lower .price_step #price .price_inner .txtBox .txtBox_inner {
    margin-top: 24px;
  }
  body #main .main_lower .price_step #price .price_inner .txtBox .txtBox_inner .monthlyCost_wrap {
    padding: 16px 0 14px;
    border: 1px solid transparent;
  }
  body #main .main_lower .price_step #price .price_inner .txtBox .txtBox_inner .monthlyCost_wrap h4 {
    margin-top: -4px;
    font-size: 2rem;
  }
  body #main .main_lower .price_step #price .price_inner .txtBox .txtBox_inner .monthlyCost_wrap h4 span {
    font-size: 4.8rem;
  }
  body #main .main_lower .price_step #price .price_inner .txtBox .txtBox_inner .initialCost_wrap {
    border: 1px solid rgba(58, 64, 63, 0.7);
  }
  body #main .main_lower .price_step #price .price_inner .txtBox .txtBox_inner .initialCost_wrap h4 {
    font-size: 2rem;
  }
  body #main .main_lower .price_step #price .price_inner .txtBox .txtBox_inner .initialCost_wrap h4 span {
    font-size: 3.4rem;
  }
  body #main .main_lower .price_step #price .price_inner .txtBox .txtBox_inner .price_detail {
    font-size: 1.7rem;
    margin-top: 14px;
    margin: 14px 2.66vw 0;
  }
  body #main .main_lower .price_step #price .price_inner .txtBox .txtBox_inner .price_detail.fw_bold .fw_heavy {
    font-size: 2rem;
    margin: 0 3px;
  }
  body #main .main_lower .price_step #step {
    border-radius: 20px;
    padding: 40px 5.33vw 48px;
  }
  body #main .main_lower .price_step #step .stepList {
    margin-top: 28px;
  }
  body #main .main_lower .price_step #step .stepList .stepListItem {
    flex-direction: column;
    margin-top: 48px;
  }
  body #main .main_lower .price_step #step .stepList .stepListItem::before {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    border: solid 1px #40C492;
    margin-left: -31px;
  }
  body #main .main_lower .price_step #step .stepList .stepListItem::after {
    width: 1px;
    height: calc(100% + 48px);
  }
  body #main .main_lower .price_step #step .stepList .stepListItem .step_txtBox {
    margin-top: 10px;
  }
  body #main .main_lower .price_step #step .stepList .stepListItem .step_txtBox h3 {
    font-size: 2rem;
  }
  body #main .main_lower .price_step #step .stepList .stepListItem .step_txtBox .step_detail {
    font-size: 1.7rem;
    margin-top: 12px;
  }
  body #main .main_lower .price_step #step .stepList .stepListItem .step_txtBox .step_detail .contact_form {
    width: 200px;
    height: 44px;
    margin-top: 14px;
  }
  body #main .main_lower .price_step #step .stepList .stepListItem .step_txtBox .step_detail .contact_form a {
    width: 200px;
    height: 44px;
    padding: 5px 0;
    font-size: 1.5rem;
    letter-spacing: 0.07em;
    font-weight: 500;
  }
  body #main .main_lower .price_step #step .stepList .stepListItem .step_txtBox .step_detail .contact_form:hover a {
    width: 200px;
    height: 44px;
    padding: 5px 0;
  }
  body #main .main_lower #qa {
    padding: 64px 5.33vw;
  }
  body #main .main_lower #qa .qa_inner {
    padding: 36px 5.33vw;
    border-radius: 20px;
  }
  body #main .main_lower #qa .qa_inner .qaList {
    gap: 24px 0;
  }
  body #main .main_lower #qa .qa_inner .qaList .qaListItem .question .question_txt {
    display: flex;
    margin-right: 10px;
  }
  body #main .main_lower #qa .qa_inner .qaList .qaListItem .question .question_txt p {
    font-size: 1.7rem;
  }
  body #main .main_lower #qa .qa_inner .qaList .qaListItem .question .question_txt h4 {
    font-size: 1.7rem;
    line-height: 164%;
  }
  body #main .main_lower #qa .qa_inner .qaList .qaListItem .question .toggleBtn {
    width: 32px;
    height: 24px;
    margin-top: 3px;
  }
  body #main .main_lower #qa .qa_inner .qaList .qaListItem .question .toggleBtn button img {
    width: 12px;
  }
  body #main .main_lower #qa .qa_inner .qaList .qaListItem .answer {
    padding: 16px 12px;
  }
  body #main .main_lower #qa .qa_inner .qaList .qaListItem .answer p {
    font-size: 1.7rem;
  }
  body #main .main_lower #qa .qa_inner .qaList .qaListItem.active .question .toggleBtn {
    border: 1px solid transparent;
    background: none;
    background-color: #2DB280;
    border-radius: 5px;
  }
  body #main .main_lower #qa .qa_inner .qaList .qaListItem.active .question .toggleBtn .open {
    display: none;
  }
  body #main .main_lower #qa .qa_inner .qaList .qaListItem.active .question .toggleBtn .close {
    display: block;
  }
  body #main .footer_cta {
    padding-top: 184px;
  }
  body #main .footer_cta .scroll_topBtn {
    top: 120px;
  }
  body #main .footer_cta h3 {
    font-size: 2.2rem;
    text-align: center;
    margin-top: 24px;
  }
  body #main .footer_cta .ctaBtn_wrap .cta_catch {
    font-size: 1.4rem;
    font-weight: 500;
  }
  body #main .footer_cta .ctaBtn_wrap .cta_download {
    max-width: 468px;
    width: 78.66vw;
    height: 82px;
  }
  body #main .footer_cta .ctaBtn_wrap .cta_download .cta_downloadBtn {
    max-width: 468px;
    width: 78.66vw;
    margin-top: 8px;
  }
  body #main .footer_cta .ctaBtn_wrap .cta_download .cta_downloadBtn a p {
    font-size: 1.8rem;
  }
  body #main .footer_cta .ctaBtn_wrap .cta_download .cta_downloadBtn:hover {
    max-width: 468px;
    width: 78.66vw;
  }
  body #main .footer_cta .ctaBtn_wrap .cta_contact {
    max-width: 468px;
    width: 78.66vw;
    height: 82px;
    margin-top: 16px;
  }
  body #main .footer_cta .ctaBtn_wrap .cta_contact .cta_contactBtn {
    max-width: 468px;
    width: 78.66vw;
    margin-top: 8px;
  }
  body #main .footer_cta .ctaBtn_wrap .cta_contact .cta_contactBtn a p {
    font-size: 1.8rem;
  }
  body #main .footer_cta .ctaBtn_wrap .cta_contact .cta_contactBtn:hover {
    max-width: 468px;
    width: 78.66vw;
  }
  body #footer {
    padding: 32px 5vw 10px;
    z-index: 101;
    border-radius: 20px 20px 0 0;
  }
  body #footer .footer_wrap .inner img {
    width: 124px;
  }
  body #footer .footer_wrap .inner p {
    font-size: 1.3rem;
  }
  body #footer .footer_wrap small {
    font-size: 1.1rem;
    margin-top: 48px;
  }
}
/* -------------------------- コンテンツ領域（SP） ここまで -------------------------- *//*# sourceMappingURL=style.css.map */