@charset "UTF-8";
/* Foundation
   ----------------------------------------------------------------- */
html {
  font-family: "Noto Sans", sans-serif;
  font-size: 16px;
  line-height: 1.6;
  letter-spacing: 0.06em;
  font-weight: normal;
}
html.js-nav-open {
  overflow: hidden;
  height: 100%;
}

body {
  background: #fff;
  color: #000;
  touch-action: manipulation;
}

img {
  max-width: 100%;
  height: auto;
}

picture {
  display: block;
}

a {
  color: #000;
  cursor: pointer;
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}
a[href^=tel] {
  text-decoration: none;
}
.is-touch-no a[href^=tel] {
  pointer-events: none;
}

dt {
  font-weight: 500;
}

label {
  display: inline-block;
}

button {
  cursor: pointer;
}

option[disabled] {
  display: none;
}

input::-moz-placeholder {
  color: inherit;
}

input::placeholder {
  color: inherit;
}

sub, sup {
  font-size: 66%;
  display: inline-block;
}

sub {
  vertical-align: middle;
  margin-bottom: 0.25em;
}

figcaption {
  margin-top: 15px;
  text-align: left;
}

/* Layout
   ----------------------------------------------------------------- */
body {
  overflow-x: hidden;
}

.l-inner {
  box-sizing: content-box;
}

.text-absolute {
  position: absolute;
  font-size: 160px;
  color: #fff;
  left: 50px;
  top: -100px;
  z-index: -1;
  font-weight: 500;
  line-height: 1;
}
section:not(.bg-mint) .text-absolute {
  color: #CEF4EB;
}
.text-absolute--faq, .text-absolute--voice {
  left: 50%;
}

.bg-mint {
  background: #D4F9F1;
}

.hightlight {
  text-shadow: 0px 0px 4px #B6FAEC, 2px 2px 4px rgba(0, 0, 0, 0.2);
}

.l-header__inner {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 14px 20px 11px;
}
.l-header__action {
  list-style: none;
  display: flex;
}
.l-header__action li {
  width: calc((100% - 29px) / 2);
}

.l-footer {
  background: #4BDBBD;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  color: #fff;
  padding: 50px 15px 0;
}
.l-footer__logo {
  margin-bottom: 20px;
}
.l-footer p + p {
  margin-top: 10px;
}
.l-footer ul {
  display: flex;
  justify-content: center;
  gap: 0 20px;
}
.l-footer ul li {
  margin-bottom: 10px;
}
.l-footer ul li a {
  color: #fff;
}
.l-footer ul + ul {
  margin-top: 20px;
}

.footerzigyouTxt {
  text-align: center;
  color: white;
  font-size: 12px;
  padding: 10px 0 30px 0;
  letter-spacing: 0.05em;
}

.footerCopyTxt {
  text-align: center;
  color: white;
  font-size: 12px;
  padding: 10px 0;
  margin-top: 20px;
  letter-spacing: 0.05em;
}

/* Object
   ----------------------------------------------------------------- */
.c-col {
  display: flex;
  flex-wrap: wrap;
  --gap: 55px;
  gap: var(--gap);
}
.c-col__item {
  border-radius: 12px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
  overflow: hidden;
}
.c-col__content {
  padding: 24px 27px;
  font-family: "Inter", sans-serif;
}
.c-col__label {
  font-size: 18px;
}
.c-col__title {
  font-size: 24px;
  font-weight: normal;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px dashed #000;
}
.c-col__title span {
  font-size: 18px;
  margin-left: 5px;
  display: inline-block;
}

.c-col2 {
  --mw: 1150;
  --content: 585;
  --img: 500;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.c-col2--reverse {
  flex-direction: row-reverse;
}
.c-col2__img {
  position: relative;
  height: 100%;
}
.c-col2__img:after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  border: 1px solid #fff;
  border-radius: 20px;
  top: -3px;
  right: -3px;
}
.c-col2__content {
  position: relative;
}
.c-col2__content:after {
  content: "";
  top: 0;
  left: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  background: url(/assets/img/lp/bg_txt.svg) no-repeat center/contain;
  z-index: -1;
}
.c-col2__txt {
  font-size: 20px;
  line-height: 2;
  margin-top: 29px;
  position: relative;
  z-index: 1;
}
.c-col2__action {
  margin-top: 20px;
  display: flex;
}

.c-heading-2 {
  font-size: 36px;
  margin-bottom: 80px;
  -webkit-text-stroke: 0.0138em #000;
}
.c-heading-en {
  font-size: 64px;
  line-height: 1;
  -webkit-text-stroke: 1px #000;
}
.c-heading-jp {
  font-size: 25px;
  margin-top: 10px;
  -webkit-text-stroke: 0.02em #000;
}

.c-button {
  background: #00C89D;
  color: #fff;
  font-size: 20px;
  height: 71px;
  width: 100%;
  border-radius: 300px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  box-shadow: 0 6px 6px rgba(0, 0, 0, 0.2);
}
.c-button--gray {
  background: #959595;
}
.c-button2 {
  height: 38px;
  background: linear-gradient(to right, #C4FFF2 0%, #B6FAEC 8%, #A8F5E5 16%, #88EAD5 34%, #78E5CD 43%, #67DEC5 52%, #5ADABF 60%, #4DDBB9 68%, #3FD0B2 76%, #34CCAC 82%, #15C19D 100%);
  color: #fff;
  min-width: 150px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 300px;
  font-weight: 500;
  font-family: "Inter", sans-serif;
  position: relative;
  box-shadow: 0 8px 8px rgba(0, 0, 0, 0.2);
}
.c-button2:after {
  content: "";
  position: absolute;
  width: 15px;
  height: 12px;
  background: url(/assets/img/lp/icon_arrow.svg) no-repeat center/contain;
  right: 12px;
  top: 50%;
  transform: translateY(-50%);
}

.c-list li {
  padding-left: 20px;
  position: relative;
}
.c-list li:before {
  content: "※";
  left: 0;
  top: 4px;
  position: absolute;
  line-height: 1;
}
.c-list--dot li:before {
  content: "・";
}
.c-list--dot li + li {
  margin-top: 5px;
}

.c-table {
  line-height: 1.3;
}
.c-table tbody {
  font-size: 20px;
}
.c-table th, .c-table td {
  padding: 10px 30px 10px 0;
  vertical-align: middle;
}
.c-table th {
  border-bottom: 1px solid #CFCFCF;
  font-weight: normal;
}
.c-table td:last-child {
  padding-right: 0;
}
.c-table td.symbol {
  padding: 0 40px 0 20px;
}

.table-responsive {
  overflow-x: auto;
}

.u-color_black {
  color: #000 !important;
}
.u-color_white {
  color: #fff !important;
}
.u-color_mint {
  color: #00C89D;
}
.u-color_mint1 {
  color: #009B7A;
}

/* display Utility */
.u-none {
  display: none !important;
}
.u-block {
  display: block !important;
}
.u-inline {
  display: inline !important;
}
.u-ib {
  display: inline-block !important;
}
.u-flex {
  display: flex;
  flex-wrap: wrap;
}

.u-m_t0 {
  margin-top: 0 !important;
}
.u-m_b0 {
  margin-bottom: 0 !important;
}

.u-fw_bold {
  font-weight: bold !important;
}
.u-fw_normal {
  font-weight: normal !important;
}

.u-td_u {
  text-decoration: underline !important;
}
.u-td_none {
  text-decoration: none !important;
}

.u-ta_center {
  text-align: center !important;
}
.u-ta_left {
  text-align: left !important;
}
.u-ta_right {
  text-align: right !important;
}

.u-ws_preline {
  white-space: pre-line !important;
}
.u-ws_nowrap {
  white-space: nowrap !important;
}

.u-text_sub, .u-text_sup {
  font-size: 0.6em;
  letter-spacing: -0.2em;
}
.u-text_sup {
  vertical-align: super;
}

.u-flex_center {
  display: flex;
  justify-content: center;
}

.u-w_full {
  width: 100% !important;
}
.u-w_200 {
  width: 200px;
}
.u-w_s {
  width: 260px;
}

.u-w_p5 {
  width: 5% !important;
}

.u-w_p6 {
  width: 6% !important;
}

.u-w_p7 {
  width: 7% !important;
}

.u-w_p8 {
  width: 8% !important;
}

.u-w_p9 {
  width: 9% !important;
}

.u-w_p10 {
  width: 10% !important;
}

.u-w_p11 {
  width: 11% !important;
}

.u-w_p12 {
  width: 12% !important;
}

.u-w_p13 {
  width: 13% !important;
}

.u-w_p14 {
  width: 14% !important;
}

.u-w_p15 {
  width: 15% !important;
}

.u-w_p16 {
  width: 16% !important;
}

.u-w_p17 {
  width: 17% !important;
}

.u-w_p18 {
  width: 18% !important;
}

.u-w_p19 {
  width: 19% !important;
}

.u-w_p20 {
  width: 20% !important;
}

.u-w_p21 {
  width: 21% !important;
}

.u-w_p22 {
  width: 22% !important;
}

.u-w_p23 {
  width: 23% !important;
}

.u-w_p24 {
  width: 24% !important;
}

.u-w_p25 {
  width: 25% !important;
}

.u-w_p26 {
  width: 26% !important;
}

.u-w_p27 {
  width: 27% !important;
}

.u-w_p28 {
  width: 28% !important;
}

.u-w_p29 {
  width: 29% !important;
}

.u-w_p30 {
  width: 30% !important;
}

.u-w_p31 {
  width: 31% !important;
}

.u-w_p32 {
  width: 32% !important;
}

.u-w_p33 {
  width: 33% !important;
}

.u-w_p34 {
  width: 34% !important;
}

.u-w_p35 {
  width: 35% !important;
}

.u-w_p36 {
  width: 36% !important;
}

.u-w_p37 {
  width: 37% !important;
}

.u-w_p38 {
  width: 38% !important;
}

.u-w_p39 {
  width: 39% !important;
}

.u-w_p40 {
  width: 40% !important;
}

.u-w_p41 {
  width: 41% !important;
}

.u-w_p42 {
  width: 42% !important;
}

.u-w_p43 {
  width: 43% !important;
}

.u-w_p44 {
  width: 44% !important;
}

.u-w_p45 {
  width: 45% !important;
}

.u-w_p46 {
  width: 46% !important;
}

.u-w_p47 {
  width: 47% !important;
}

.u-w_p48 {
  width: 48% !important;
}

.u-w_p49 {
  width: 49% !important;
}

.u-w_p50 {
  width: 50% !important;
}

.u-w_p51 {
  width: 51% !important;
}

.u-w_p52 {
  width: 52% !important;
}

.u-w_p53 {
  width: 53% !important;
}

.u-w_p54 {
  width: 54% !important;
}

.u-w_p55 {
  width: 55% !important;
}

.u-w_p56 {
  width: 56% !important;
}

.u-w_p57 {
  width: 57% !important;
}

.u-w_p58 {
  width: 58% !important;
}

.u-w_p59 {
  width: 59% !important;
}

.u-w_p60 {
  width: 60% !important;
}

.u-w_p61 {
  width: 61% !important;
}

.u-w_p62 {
  width: 62% !important;
}

.u-w_p63 {
  width: 63% !important;
}

.u-w_p64 {
  width: 64% !important;
}

.u-w_p65 {
  width: 65% !important;
}

.u-w_p66 {
  width: 66% !important;
}

.u-w_p67 {
  width: 67% !important;
}

.u-w_p68 {
  width: 68% !important;
}

.u-w_p69 {
  width: 69% !important;
}

.u-w_p70 {
  width: 70% !important;
}

.u-w_p71 {
  width: 71% !important;
}

.u-w_p72 {
  width: 72% !important;
}

.u-w_p73 {
  width: 73% !important;
}

.u-w_p74 {
  width: 74% !important;
}

.u-w_p75 {
  width: 75% !important;
}

.u-w_p76 {
  width: 76% !important;
}

.u-w_p77 {
  width: 77% !important;
}

.u-w_p78 {
  width: 78% !important;
}

.u-w_p79 {
  width: 79% !important;
}

.u-w_p80 {
  width: 80% !important;
}

.u-w_p81 {
  width: 81% !important;
}

.u-w_p82 {
  width: 82% !important;
}

.u-w_p83 {
  width: 83% !important;
}

.u-w_p84 {
  width: 84% !important;
}

.u-w_p85 {
  width: 85% !important;
}

.u-w_p86 {
  width: 86% !important;
}

.u-w_p87 {
  width: 87% !important;
}

.u-w_p88 {
  width: 88% !important;
}

.u-w_p89 {
  width: 89% !important;
}

.u-w_p90 {
  width: 90% !important;
}

.u-w_p91 {
  width: 91% !important;
}

.u-w_p92 {
  width: 92% !important;
}

.u-w_p93 {
  width: 93% !important;
}

.u-w_p94 {
  width: 94% !important;
}

.u-w_p95 {
  width: 95% !important;
}

.u-w_p96 {
  width: 96% !important;
}

.u-w_p97 {
  width: 97% !important;
}

.u-w_p98 {
  width: 98% !important;
}

.u-w_p99 {
  width: 99% !important;
}

.u-w_p100 {
  width: 100% !important;
}

.u-fs_l {
  font-size: 36px;
}
.u-fs_m {
  font-size: 32px;
}
.u-fs_s {
  font-size: 24px;
}

.u-hover_trans:hover {
  opacity: 0.7;
}

.u-va_top {
  vertical-align: top !important;
}

.u-rad {
  border-radius: 20px;
}

.u-inner_m {
  max-width: 960px;
  margin: 0 auto;
}

.slick-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
  width: 30px;
  height: 30px;
  background: rgba(0, 200, 157, 0.7);
  display: flex;
  align-items: center;
  justify-content: center;
}
.slick-arrow svg {
  width: 20px;
  height: 20px;
}

.slick-next {
  right: -12px;
}

.slick-prev {
  left: -12px;
}
.slick-prev svg {
  transform: rotate(180deg);
}

.slick-slide {
  margin: 0 7px;
}

.slick-list {
  margin: 0 -7px;
  padding-bottom: 10px;
}

.p-hr {
  background: #4BDBBD;
  height: 9px;
  border: 0;
  position: relative;
  margin: 80px 0 100px;
}
.p-hr:before {
  content: "";
  background: url(/assets/img/lp/icon_triangle.svg) no-repeat center/contain;
  width: 61px;
  height: 43px;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}

.black_back {
  display: none;
  position: fixed;
  background-color: rgba(0, 0, 0, 0.5);
  height: 100%;
  z-index: 1000;
}

.click_none {
  position: absolute;
  top: 50px;
  right: 50px;
  font-size: 50px;
  color: white;
  cursor: pointer;
}

.black_back_target, .black_back_target2, .black_back_target3, .black_back_target4, .black_back_target5 {
  display: none;
}

.sectionTitle_new_click {
  width: 80%;
  margin: 0 auto;
  background-color: white;
  padding: 30px;
  border-radius: 20px;
  margin-top: 30%;
}

.sectionTitle_new_hover_text {
  font-size: 20px;
  line-height: 30px;
}

.p-mv {
  height: 606px;
  background-size: cover;
  background-position: center;
}
.p-mv__inner {
  max-width: 1160px;
  margin: 0 auto;
  padding: 0 30px;
  box-sizing: content-box;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.p-mv__item {
  padding: 20px 30px;
  background: rgba(255, 255, 255, 0.6);
  max-width: 475px;
  border-radius: 8px;
  font-size: 20px;
}
.p-mv__item + .p-mv__item {
  margin-top: 16px;
}
.p-mv__title {
  margin-left: -28px;
}
.p-mv__title span {
  font-size: 36px;
  color: #303030;
}
.p-mv__title span:first-child {
  font-size: 44px;
  display: block;
  margin-left: -24px;
}
.p-mv__txt {
  margin-top: 13px;
}
.p-mv__price span {
  display: inline-block;
  margin: 0 5px;
  font-size: 40px;
  color: #4DD5B9;
  -webkit-text-stroke: 1px #4DD5B9;
  position: relative;
  z-index: 1;
  line-height: 1;
}
.p-mv__price i {
  font-style: normal;
  color: #15C19D;
  -webkit-text-stroke: 1px #15C19D;
  position: absolute;
  left: 2px;
  top: 2px;
  z-index: -1;
}
.p-mv__list {
  margin-top: 15px;
}
.p-mv__list li {
  position: relative;
  padding-left: 20px;
}
.p-mv__list li:before {
  content: "";
  position: absolute;
  left: 0;
  width: 10px;
  height: 10px;
  background: #4DD5B9;
  border-radius: 100%;
  top: 10px;
}
.p-mv__list li .indent {
  margin-left: -10px;
  margin-right: -10px;
}
.p-mv__list li + li {
  margin-top: 5px;
}

.p-listSvc {
  padding: 55px 0 112px;
}
.p-listSvc__list {
  display: flex;
  flex-wrap: wrap;
  --gap: 40px;
  gap: var(--gap);
}
.p-listSvc__item {
  position: relative;
}
.p-listSvc__item:after {
  content: "";
  width: 100%;
  height: 220px;
  position: absolute;
  top: -100px;
  left: 0;
  background: url(/assets/img/lp/bg_txt_sm.svg) no-repeat center/contain;
  z-index: -1;
}
.p-listSvc__title {
  text-align: center;
  margin-bottom: 10px;
  font-size: 25px;
}
.p-listSvc__title:before {
  content: "";
  width: 12px;
  height: 12px;
  border-radius: 100%;
  background-color: #88EAD5;
  display: block;
  margin: 0 auto;
}

.p-listBox__list {
  display: flex;
  flex-wrap: wrap;
  --gap: 100px;
  gap: var(--gap);
  margin-top: 57px;
}
.p-listBox__item img {
  border-radius: 10px;
}

.p-box {
  position: relative;
  padding: 17.031vw 0;
  margin: 325px 0 72px;
}
.p-box:before, .p-box:after {
  content: "";
  width: 100%;
  position: absolute;
  left: 0;
  height: 17.031vw;
  z-index: 0;
}
.p-box:before {
  top: 0;
  background: url(/assets/img/lp/bg_elipse_top.svg) no-repeat center top/cover;
}
.p-box:after {
  bottom: 70px;
  background: url(/assets/img/lp/bg_elipse_bottom.svg) no-repeat center bottom/cover;
}
.p-box__head {
  text-align: center;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -190px;
  z-index: 3;
}
.p-box__inner {
  z-index: 2;
  background: #E6E6E6;
  position: relative;
  top: -53px;
  margin-bottom: -53px;
}
.p-box__inner .l-inner {
  position: relative;
  z-index: 1;
}
.p-box__title {
  font-size: 32px;
  text-align: center;
  margin-bottom: 73px;
}
.p-box__title span {
  position: relative;
  display: inline-block;
}
.p-box__title span:before, .p-box__title span:after {
  content: "";
  position: absolute;
  bottom: 14px;
  height: 53px;
  width: 53px;
}
.p-box__title span:before {
  background: url(/assets/img/lp/icon_line.svg) no-repeat center/contain;
  left: -65px;
}
.p-box__title span:after {
  background: url(/assets/img/lp/icon_line_right.svg) no-repeat center/contain;
  right: -65px;
}
.p-box__title i {
  font-size: 40px;
  color: #009979;
  -webkit-text-stroke: 0.0125em #009979;
  font-style: normal;
  margin: 0 8px;
  display: inline-block;
}
.p-box__content {
  background: #fff;
  border-radius: 10px;
  max-width: 900px;
  margin: 0 auto;
  padding: 23px 15px 20px;
}
.p-box__list {
  max-width: 720px;
  margin: 0 auto;
  font-size: 20px;
}
.p-box__list li {
  position: relative;
  padding-left: 26px;
}
.p-box__list li:before {
  content: "";
  width: 13px;
  height: 12px;
  position: absolute;
  left: 0;
  top: 10px;
  display: block;
  background: url(/assets/img/lp/icon_check.svg) no-repeat center/contain;
}
.p-box__list li + li {
  margin-top: 15px;
}

.p-block__item {
  margin-top: 70px;
}
.p-block__item + .p-block__item {
  margin-top: 40px;
}
.p-block__title span {
  font-size: 35px;
  color: #fff;
  display: inline-block;
  padding: 9px 85px 10px 0;
  background: url(/assets/img/lp/bg_txt_strike.svg) no-repeat center right/cover;
  position: relative;
  z-index: 1;
}
.p-block__item:last-child .p-block__title span {
  background: url(/assets/img/lp/bg_txt_strike1.svg) no-repeat center right/cover;
}
.p-block__title span:before {
  content: "";
  height: 100%;
  width: 322%;
  left: -300%;
  top: 0;
  background: #77e6ce;
  position: absolute;
  z-index: -1;
}
.p-block__inner {
  max-width: 900px;
  margin: -69px auto 0;
}
.p-block__content {
  background: #F3FEFB;
  padding: 112px 60px 28px;
  border-radius: 10px;
}
.p-block__note {
  padding: 15px 0 0;
  color: #959595;
}

.box-service {
  background: #D4F9F1;
  padding: 200px 0 143px;
}

section {
  margin: 140px 0 0;
}
section:has(.text-absolute) .l-inner {
  position: relative;
  z-index: 1;
}

.p-action {
  max-width: 305px;
  margin: 65px auto 0;
}

.box-voice {
  padding: 50px 0;
}

.p-step {
  counter-reset: list-counter;
}
.p-step li {
  padding: 20px 20px 20px 70px;
  font-size: 20px;
  background: #D4F9F1;
  border-radius: 100px;
  position: relative;
  counter-increment: list-counter;
  text-align: center;
}
.p-step li:before, .p-step li:after {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.p-step li:before {
  content: counter(list-counter);
  left: 27px;
  color: #fff;
  font-size: 32px;
  line-height: 1;
  z-index: 1;
}
.p-step li:after {
  content: "";
  width: 55px;
  height: 55px;
  border-radius: 100%;
  background: #000;
  display: block;
  left: 9px;
}
.p-step li + li {
  margin-top: 45px;
}

.box-faq {
  padding: 120px 0 150px;
}
.box-faq__row {
  border-radius: 10px;
  background: #fff;
  border: 1px solid #00C89D;
}
.box-faq__row + .box-faq__row {
  margin-top: 45px;
}
.box-faq__q, .box-faq__a {
  position: relative;
  font-size: 20px;
  padding: 18px 60px 18px 77px;
  font-family: "Noto Sans JP", sans-serif;
}
.box-faq__q:before, .box-faq__a:before {
  font-size: 40px;
  color: #00C89D;
  position: absolute;
  left: 20px;
  line-height: 1;
}
.box-faq__q {
  cursor: pointer;
}
.box-faq__q:before {
  content: "Q";
  top: 50%;
  transform: translateY(-50%);
  margin-top: -5px;
}
.box-faq__q:after {
  content: "";
  background: url(/assets/img/lp/icon_plus.svg) no-repeat center/contain;
  width: 14px;
  height: 14px;
  display: block;
  right: 40px;
  top: 50%;
  transform: translateY(-50%);
  position: absolute;
  transition: background 0.3s;
}
.box-faq__q.-active:after {
  background-image: url(/assets/img/lp/icon_minus.svg);
}
.box-faq__a {
  border-top: 1px dashed #00C89D;
  display: none;
  padding-right: 20px;
}
.box-faq__a:before {
  content: "A";
  top: 10px;
}
@media screen and (max-width: 767px) {
  html {
    font-size: 15px;
  }
  .l-main {
    overflow-x: hidden;
  }
  .l-inner {
    padding: 0 15px;
  }
  .text-absolute {
    font-size: 100px;
    left: 0;
    top: -85px;
  }
  .l-header__inner {
    padding: 10px 15px;
    justify-content: space-between;
  }
  .l-header__action {
    width: calc(100% - 92px);
    gap: 15px;
    flex-wrap: wrap;
  }
  .l-header__action li {
    width: calc((100% - 15px) / 2);
  }
  .l-header__action li a {
    height: 50px;
    font-size: 12px;
  }
  .c-col__img img {
    width: 100%;
  }
  .c-col__content p:last-child {
    font-size: 14px;
  }
  .c-col__label {
    font-size: 14px;
  }
  .c-col__title {
    font-size: 20px;
  }
  .c-col__title span {
    font-size: 14px;
  }
  .c-col2 + .c-col2 {
    margin-top: 60px;
  }
  .c-col2__img:after {
    border-radius: 15px;
  }
  .c-col2__content {
    margin-top: 20px;
  }
  .c-col2__txt {
    font-size: 16px;
    line-height: 1.8;
    margin-top: 20px;
  }
  .c-col2__action {
    justify-content: center;
  }
  .c-heading-2 {
    font-size: 30px;
    margin-bottom: 50px;
  }
  .c-heading-en {
    font-size: 40px;
  }
  .c-heading-jp {
    font-size: 20px;
  }
  .c-table {
    width: 767px;
  }
  .u-none_sp {
    display: none !important;
  }
  .u-ta_center_sp {
    text-align: center !important;
  }
  .u-ta_left_sp {
    text-align: left !important;
  }
  .u-ta_right_sp {
    text-align: right !important;
  }
  .u-fs_l {
    font-size: 30px;
  }
  .u-fs_m {
    font-size: 22px;
  }
  .u-fs_s {
    font-size: 20px;
  }
  .u-rad {
    border-radius: 15px;
  }
  .p-mv__inner {
    padding: 0 15px;
  }
  .p-mv__item {
    padding: 15px;
  }
  .p-mv__title {
    margin-left: -24px;
  }
  .p-listSvc {
    padding: 50px 0;
  }
  .p-listSvc__list .slick-list {
    padding-top: 10px;
  }
  .p-listSvc__item:after {
    height: 50px;
    top: -20px;
  }
  .p-listSvc__title {
    font-size: 20px;
  }
  .p-listBox__item img {
    width: 100%;
  }
  .p-box {
    margin: 150px 0 60px;
  }
  .p-box__head {
    top: -22%;
    max-width: 190px;
  }
  .p-box__title {
    font-size: 22px;
    margin-bottom: 50px;
  }
  .p-box__title span:before {
    left: -55px;
  }
  .p-box__title span:after {
    right: -55px;
  }
  .p-box__title i {
    font-size: 30px;
  }
  .p-box__list {
    font-size: 16px;
  }
  .p-block__title span {
    font-size: 28px;
    padding-right: 50px;
    padding-left: 15px;
  }
  .p-block__title span:before {
    background: #86e9d4;
    width: 20px;
    left: -15px;
    display: none;
  }
  .p-block__content {
    padding: 100px 15px 25px;
  }
  .box-service {
    padding: 90px 0;
  }
  section {
    margin: 70px 0 0;
  }
  .p-action {
    margin: 50px auto 0;
  }
  .p-step li {
    padding: 12px 20px 12px 60px;
    font-size: 18px;
  }
  .p-step li:before {
    font-size: 24px;
    left: 25px;
  }
  .p-step li:after {
    width: 45px;
    height: 45px;
  }
  .box-faq__q, .box-faq__a {
    font-size: 18px;
    padding: 16px 30px 16px 50px;
  }
  .box-faq__q:before, .box-faq__a:before {
    font-size: 30px;
    left: 15px;
  }
  .box-faq__q:after {
    right: 15px;
  }
  .box-faq__a {
    padding-right: 10px;
  }
}
@media screen and (min-width: 768px) {
  .l-inner {
    max-width: 1150px;
    width: calc(100% - 60px);
    margin: 0 auto;
    padding: 0 30px;
  }
  .l-inner--l {
    max-width: 1400px;
  }
  .l-inner--m {
    max-width: 1215px;
  }
  .l-inner--s {
    max-width: 900px;
  }
  .box-hover {
    overflow: hidden;
  }
  .box-hover img {
    transition: transform 0.3s ease;
  }
  .box-hover:hover img {
    transform: scale(1.1);
  }
  .l-header__inner:before {
    content: "";
    width: 37.109vw;
  }
  .l-header__logo {
    flex: 1;
    text-align: center;
  }
  .l-header__action {
    gap: 29px;
    width: 37.109vw;
  }
  .l-header__action li a {
    font-size: 1.25vw;
    height: 4.922vw;
  }
  .l-footer ul li a {
    transition: opacity 0.3s;
  }
  .l-footer ul li a:hover {
    opacity: 0.7;
    text-decoration: none;
  }
  .c-col__item {
    width: calc((100% - var(--gap) * 2) / 3);
  }
  .c-col2 + .c-col2 {
    margin-top: 100px;
  }
  .c-col2__img {
    width: calc(var(--img) / var(--mw) * 100%);
  }
  .c-col2__content {
    width: calc(var(--content) / var(--mw) * 100%);
  }
  .c-col2__action {
    justify-content: flex-end;
  }
  .c-col2--reverse .c-col2__action {
    justify-content: flex-start;
  }
  .c-button {
    transition: opacity 0.3s;
  }
  .c-button:hover {
    opacity: 0.7;
    text-decoration: none;
  }
  .c-button2 {
    transition: opacity 0.3s;
  }
  .c-button2:hover {
    opacity: 0.7;
    text-decoration: none;
  }
  .u-none_pc {
    display: none !important;
  }
  .u-ta_center_pc {
    text-align: center !important;
  }
  .u-ta_left_pc {
    text-align: left !important;
  }
  .u-ta_right_pc {
    text-align: right !important;
  }
  .p-mv__item {
    margin-top: 45px;
  }
  .p-listSvc .c-heading-2 {
    margin-bottom: 38px;
  }
  .p-listSvc__item {
    width: calc((100% - var(--gap) * 4) / 5);
  }
  .p-listBox__item {
    width: calc((100% - var(--gap) * 4) / 5);
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .text-absolute--faq, .text-absolute--voice {
    left: 45%;
  }
  .c-col {
    --gap: 30px ;
  }
  .c-col__label {
    font-size: 16px;
  }
  .c-col__title {
    font-size: 22px;
  }
  .c-col__title span {
    font-size: 16px;
  }
  .p-listSvc__list {
    --gap: 25px ;
  }
  .p-listSvc__title {
    font-size: 22px;
  }
  .p-listBox__list {
    --gap: 25px ;
  }
  .p-block__content {
    padding-left: 25px;
    padding-right: 25px;
  }
}
@media screen and (max-width: 449px) {
  .l-header__action li a {
    font-size: 2.56vw;
  }

  .p-box__head {
    top: -23%;
  }
}
@media screen and (max-width: 991px) {
  .l-footer ul {
    flex-direction: column;
    align-items: center;
  }
  .l-footer ul li {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 1024px) {
  .c-col__content {
    padding: 15px;
  }
}
/*# sourceMappingURL=../../../maps/assets/css/lp/style.css.map */