@charset "UTF-8";
@import url("global.css");
@import url("anime.css");
:root {
  --mg20: 20px;
  --mg30: 30px;
  --mg40: 40px;
  --radius: 10px;
}

/* ------------------------------
 MainVisual
------------------------------ */
#mainvisual .mainvl {
  position: relative;
  width: 100%;
  height: 100svh;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-left: 23.5vw;
}
#mainvisual .mainvl::before {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  left: 0;
  bottom: 0;
  margin: auto;
  height: 150px;
  background-color: #056D9A;
}
#mainvisual .mainvl #main_slidearea {
  position: relative;
  clip-path: url(#svgPath);
  /*clip-path: circle(70% at 60% 35%);*/
}
#mainvisual .ontext {
  max-width: clamp(470px, 124.8014440433px + 25.2707581227vw, 610px);
  position: absolute;
  bottom: 70px;
  left: 13vw;
  z-index: 1;
}
#mainvisual .ontext .catch {
  margin-inline: 25px;
  opacity: 0;
  -webkit-animation: mv_ontext 1s cubic-bezier(0.455, 0.03, 0.515, 0.955) 0.6s 1;
          animation: mv_ontext 1s cubic-bezier(0.455, 0.03, 0.515, 0.955) 0.6s 1;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}
#mainvisual .ontext .catch span {
  display: block;
  margin-bottom: 20px;
}
#mainvisual .ontext .sub {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  gap: 10px;
}
#mainvisual .ontext .sub .item {
  width: 30%;
}
#mainvisual .ontext .sub .item:nth-of-type(1) {
  opacity: 0;
  -webkit-animation: mv_ontext 1.8s cubic-bezier(0.455, 0.03, 0.515, 0.955) 0.9s 1;
          animation: mv_ontext 1.8s cubic-bezier(0.455, 0.03, 0.515, 0.955) 0.9s 1;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}
#mainvisual .ontext .sub .item:nth-of-type(2) {
  opacity: 0;
  -webkit-animation: mv_ontext 0.8s cubic-bezier(0.455, 0.03, 0.515, 0.955) 1.2s 1;
          animation: mv_ontext 0.8s cubic-bezier(0.455, 0.03, 0.515, 0.955) 1.2s 1;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}
#mainvisual .ontext .sub .item:nth-of-type(3) {
  opacity: 0;
  -webkit-animation: mv_ontext 0.8s cubic-bezier(0.455, 0.03, 0.515, 0.955) 1.5s 1;
          animation: mv_ontext 0.8s cubic-bezier(0.455, 0.03, 0.515, 0.955) 1.5s 1;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}
#mainvisual .ontext .price {
  position: relative;
  top: -30px;
  opacity: 0;
  -webkit-animation: mv_ontext 1s cubic-bezier(0.455, 0.03, 0.515, 0.955) 2s 1;
          animation: mv_ontext 1s cubic-bezier(0.455, 0.03, 0.515, 0.955) 2s 1;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}

@-webkit-keyframes mv_ontext {
  0% {
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}

@keyframes mv_ontext {
  0% {
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}
#main_slidearea {
  position: relative;
  z-index: 1;
  height: 100svh;
  overflow: hidden;
}
#main_slidearea .swiper-container {
  width: 100%;
  height: 100%;
}
#main_slidearea .swiper-container .swiper-wrapper, #main_slidearea .swiper-container .swiper-slide, #main_slidearea .swiper-container .slide-img {
  height: 100%;
  position: relative;
}
#main_slidearea .swiper-slide-active .slide-img img,
#main_slidearea .swiper-slide-duplicate-active .slide-img img,
#main_slidearea .swiper-slide-prev .slide-img img {
  -webkit-animation: zoomup 6s ease-in-out 0s 1;
          animation: zoomup 6s ease-in-out 0s 1;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}

@-webkit-keyframes zoomup {
  0% {
    transform: scale(1);
    -webkit-transform: scale(1);
  }
  100% {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
  }
}

@keyframes zoomup {
  0% {
    transform: scale(1);
    -webkit-transform: scale(1);
  }
  100% {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
  }
}
.hd_fixnavi {
  position: fixed;
  right: -245px;
  bottom: 10%;
  text-align: right;
  z-index: 10;
  transition: all 0.5s cubic-bezier(0.04, 0.435, 0.315, 0.9) 0s;
  -webkit-transition: all 0.5s cubic-bezier(0.04, 0.435, 0.315, 0.9) 0s;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
}
.hd_fixnavi a {
  display: block;
}
.hd_fixnavi a img {
  height: 150px;
}
.hd_fixnavi .item + .item {
  margin-top: 15px;
}
.hd_fixnavi:is(.rev-scroll .hd_fixnavi) {
  right: 10px;
}

/* ------------------------------
 Contents
------------------------------ */
.sec .b {
  font-size: 1.1em;
  font-weight: 700;
}
.sec .line {
  text-decoration: underline;
}
.sec .yellow {
  color: #F5FF70;
}
.sec .orange {
  color: #F9B43B;
}
.sec .sec_title {
  margin-bottom: 100px;
  border-width: 5px;
  border-style: solid;
  border-color: currentcolor;
  color: #fff;
  padding: 1em 0 1.2em;
  border-radius: 4px;
}
.sec .sec_title .en {
  line-height: 1;
  margin-bottom: 0.3em;
  font-weight: 500;
  font-size: 30px;
  font-family: "Zen Old Mincho", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
.sec .sec_title .jp {
  font-weight: bold;
  font-size: 46px;
  font-family: "Zen Old Mincho", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
.sec .sub_title {
  margin-bottom: 80px;
  background-color: #409ADA;
  color: #fff;
  padding: 1em 0;
  border-radius: 4px;
}
.sec .sub_title .jp {
  font-weight: bold;
  font-size: 38px;
  font-family: "Zen Old Mincho", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
.sec .sec_title .en, .sec .sub_title .en {
  line-height: 1;
}
.sec .sec_title .jp, .sec .sub_title .jp {
  position: relative;
  line-height: 1.4;
}
.sec .sec_title .jp::before, .sec .sec_title .jp::after, .sec .sub_title .jp::before, .sec .sub_title .jp::after { /* タイトル横のハイフン */
  content: "-";
  display: inline;
  margin-inline: 0.5em;
}

/* ------------------------------
#sec_service
------------------------------ */
.bg_navy {
  background-color: #056D9A;
}

#sec_service {
  padding-block: 100px 120px;
}
#sec_service .body {
  --gap: 30px;
}
#sec_service .body .box { /*共通*/ }
#sec_service .body .box .item {
  border: 5px solid #69ACC9;
  background-color: #fff;
  border-radius: var(--radius);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
#sec_service .body .box .item .name {
  line-height: 1.2;
  font-size: 37px;
}
#sec_service .body .box .item .text {
  line-height: 1.6;
  text-align: left;
  font-size: 1.1em;
}
#sec_service .body .box.box1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 40px;
  margin-bottom: 40px;
}
#sec_service .body .box.box1 .item {
  width: 100%;
}
#sec_service .body .box.box1 .item figure {
  background-color: #69ACC9;
}
#sec_service .body .box.box1 .item figure img {
  border-radius: calc(var(--radius) * 0.8) calc(var(--radius) * 0.8) 0 0;
}
#sec_service .body .box.box1 .item .textarea {
  padding: 30px 2vw 40px;
}
#sec_service .body .box.box1 .item .textarea .name {
  margin-bottom: var(--mg20);
}
#sec_service .body .box.box2 {
  --column: 3;
  --total-gap: var(--gap) * (var(--column) - 1);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: var(--gap);
}
#sec_service .body .box.box2 .item {
  width: calc((100% - var(--total-gap)) / var(--column));
  height: 222px;
  display: -ms-grid;
  display: grid;
  place-content: center;
}

/* ------------------------------
#sec_point
------------------------------ */
.bg_blue {
  background-color: #F2F8FE;
}
.bg_blue .sec_title {
  color: #409ADA;
  background-color: #fff;
}

#sec_point {
  padding-top: 120px;
}
#sec_point .body {
  --radius: 10px;
  --padding_in: 3.7vw;
}
#sec_point .body .point {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-block: 80px;
  /* ポイントの数字 */
}
#sec_point .body .point::before { /*背景*/
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  inset: 0;
  margin: auto;
  background-color: #409ADA;
}
#sec_point .body .point:nth-of-type(odd) { /*奇数*/ }
#sec_point .body .point:nth-of-type(odd)::before {
  margin-left: calc(50% - 50vw);
  border-radius: 0 100px 30px 0;
}
#sec_point .body .point:nth-of-type(odd) .textarea {
  padding-right: var(--padding_in);
}
#sec_point .body .point:nth-of-type(odd) .textarea .num {
  right: 80px;
}
#sec_point .body .point:nth-of-type(odd) .pharea {
  padding-right: var(--padding_in);
  margin-right: auto;
}
#sec_point .body .point:nth-of-type(even) { /*偶数*/ }
#sec_point .body .point:nth-of-type(even)::before {
  margin-right: calc(50% - 50vw);
  border-radius: 100px 0 0 30px;
}
#sec_point .body .point:nth-of-type(even) .textarea {
  -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
          order: -1;
  padding-left: var(--padding_in);
}
#sec_point .body .point:nth-of-type(even) .textarea .num {
  left: 80px;
}
#sec_point .body .point:nth-of-type(even) .pharea {
  padding-left: var(--padding_in);
  margin-left: auto;
}
#sec_point .body .point.point4 .textarea {
  padding-left: var(--padding_in);
}
#sec_point .body .point + .point {
  margin-top: 100px;
}
#sec_point .body .point.point1 .textarea .num::before {
  background: url(../img/point1.png) center center/contain no-repeat;
}
#sec_point .body .point.point2 .textarea .num::before {
  background: url(../img/point2.png) center center/contain no-repeat;
}
#sec_point .body .point.point3 .textarea .num::before {
  background: url(../img/point3.png) center center/contain no-repeat;
}
#sec_point .body .point.point4 .textarea .num::before {
  background: url(../img/point4.png) center center/contain no-repeat;
}
#sec_point .body .point.point5 .textarea .num::before {
  background: url(../img/point5.png) center center/contain no-repeat;
}
#sec_point .body .point .textarea {
  --circle: 150px;
  padding-top: 80px;
  width: 50%;
  color: #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
#sec_point .body .point .textarea .num { /*オレンジ丸*/
  position: absolute;
  background-color: #F9B43B;
  border-radius: 50%;
  width: var(--circle);
  aspect-ratio: 1/1;
  top: calc(var(--circle) / -3);
}
#sec_point .body .point .textarea .num::before { /* ポイントの数字 */
  content: "";
  display: inline-block;
  position: absolute;
  inset: 0;
  margin: auto;
  width: 80px;
  aspect-ratio: 1/1.12048;
}
#sec_point .body .point .textarea .title {
  margin-bottom: 30px;
  line-height: 1.2;
  text-align: left;
  letter-spacing: 0;
  /* 44px(1300) → 31px(960px)*/
  font-size: clamp(31px, -5.7058823529px + 3.8235294118vw, 44px);
}
#sec_point .body .point .textarea .title .orange {
  font-weight: 900;
  font-size: 1.15em;
}
#sec_point .body .point .textarea .title .roman {
  font-family: "Century Gothic", "Apple Gothic", "Avant Garde", "Segoe UI", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 1.6em;
  font-style: italic;
}
#sec_point .body .point .textarea .text {
  text-align: left;
}
#sec_point .body .point .pharea {
  max-width: 50%;
}
#sec_point .body .point .pharea .carousel {
  border-radius: var(--radius);
  overflow: hidden;
  max-width: 530px;
}
#sec_point .body .point .pharea .ph {
  max-width: 530px;
}
#sec_point .body .point .pharea .ph img {
  border-radius: var(--radius);
}
#sec_point .body .point .pharea .f_inner {
  display: -ms-grid;
  display: grid;
  gap: 10px;
  -ms-grid-columns: 1fr 10px 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto 10px auto;
  grid-template-rows: auto auto;
}
#sec_point .body .point .pharea .f_inner > *:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}
#sec_point .body .point .pharea .f_inner > *:nth-child(2) {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
}
#sec_point .body .point .pharea .f_inner > *:nth-child(3) {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
}
#sec_point .body .point .pharea .f_inner > *:nth-child(4) {
  -ms-grid-row: 3;
  -ms-grid-column: 3;
}

/* ------------------------------
#sec_price
------------------------------ */
#sec_price {
  padding-top: 120px;
  padding-bottom: 100px;
}
#sec_price .sec_title {
  margin-bottom: 50px;
}
#sec_price .lead {
  color: #409ADA;
  margin-bottom: 80px;
  font-size: 28px;
}
#sec_price .lead .underline {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, transparent), color-stop(50%, #F5FF70));
  background: linear-gradient(transparent 50%, #F5FF70 50%);
}
#sec_price .table {
  --border_wt: 2px;
}
#sec_price .table table {
  border-collapse: collapse;
  border: var(--border_wt) solid #409ADA;
  background-color: #fff;
  width: 100%;
  line-height: 1.2;
  font-size: 23px;
}
#sec_price .table table thead {
  color: #fff;
}
#sec_price .table table thead tr {
  background-color: #409ADA;
}
#sec_price .table table thead tr th {
  width: 33.3333333333%;
  padding: 1em 0.2em;
}
#sec_price .table table thead tr th:not(:last-of-type) {
  border-right: var(--border_wt) solid #fff;
}
#sec_price .table table tbody {
  color: #333;
  font-weight: 600;
}
#sec_price .table table tbody tr {
  border-top: var(--border_wt) solid #409ADA;
}
#sec_price .table table tbody tr td {
  padding: 0.8em 0.2em;
}
#sec_price .table table tbody tr td:not(:last-of-type) {
  border-right: var(--border_wt) solid #409ADA;
}
#sec_price .table table tbody tr:nth-of-type(even) {
  background-color: #FFFBDE;
}
#sec_price .table .sup {
  text-align: right;
  padding: 0.5em 0;
  color: #333;
}
#sec_price .case {
  margin-top: 120px;
}
#sec_price .case .list .item {
  position: relative;
  background-color: #fff;
  border-radius: var(--radius);
  -webkit-filter: drop-shadow(0px 3px 10px rgba(5, 109, 154, 0.16));
          filter: drop-shadow(0px 3px 10px rgba(5, 109, 154, 0.16));
}
#sec_price .case .list .item .num {
  position: absolute;
  top: -20px;
  left: 0;
}
#sec_price .case .list .item + .item {
  margin-top: 100px;
}
#sec_price .case .list .item .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.5vw;
  padding: 60px 4vw 50px;
}
#sec_price .case .list .item .inner .madori {
  width: 100%;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
}
#sec_price .case .list .item .inner .madori .detail {
  line-height: 1.2;
  color: #333;
  text-align: left;
}
#sec_price .case .list .item .inner .madori .detail li {
  display: inline-block;
  font-size: 0.8em;
}
#sec_price .case .list .item .inner .madori .detail li:not(:first-child)::before {
  content: "/";
  display: inline;
}
#sec_price .case .list .item .inner .people {
  --triangle: 15px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  position: relative;
  background-color: #409ADA;
  -webkit-writing-mode: vertical-rl;
  -moz-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  white-space: nowrap;
  display: inline-block;
  letter-spacing: 0.1em;
  color: #fff;
  margin-right: var(--triangle);
  font-size: 1.3em;
  font-weight: 600;
}
#sec_price .case .list .item .inner .people::before {
  content: "";
  display: block;
  clip-path: polygon(0 0, 0% 100%, 100% 50%);
  width: var(--triangle);
  aspect-ratio: 1/1.533333;
  background-color: #409ADA;
  position: absolute;
  top: 0;
  bottom: 0;
  right: calc(var(--triangle) * -1 + 1px);
  margin: auto;
}
#sec_price .case .list .item .inner .people .combine {
  text-combine-upright: all;
  margin-bottom: 0.2em;
}
#sec_price .case .list .item .inner .price {
  width: 100%;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
}

/* ------------------------------
 #sec_voice
------------------------------ */
#sec_voice {
  --border_wt: 5px;
  background-color: #BCE1D6;
  padding-block: 150px 200px;
}
#sec_voice .sec_title {
  color: #409ADA;
  background-color: #fff;
}
#sec_voice .voice_slider {
  --circle: 130px;
}
#sec_voice .voice_slider .carousel .item {
  margin-top: calc(var(--circle) / 2);
  margin-inline: 15px;
  padding: 90px 35px 35px;
  max-width: 490px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #fff;
  color: #409ADA;
  border: var(--border_wt) solid #409ADA;
  border-radius: var(--radius);
  position: relative;
}
#sec_voice .voice_slider .carousel .item .thumb {
  background-color: #fff;
  overflow: hidden;
  width: var(--circle);
  aspect-ratio: 1/1;
  border-radius: 50%;
  border: var(--border_wt) solid #409ADA;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: absolute;
  right: 0;
  left: 0;
  margin: auto;
  top: calc(var(--circle) / -2);
}
#sec_voice .voice_slider .carousel .item .text {
  text-align: left;
  line-height: 1.6;
}
#sec_voice .slick-track { /* 高さをそろえる指定*/
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#sec_voice .slick-track .slick-slide {
  height: auto !important;
  -webkit-filter: brightness(0.9);
          filter: brightness(0.9);
  transition: all 0.6s cubic-bezier(0.04, 0.435, 0.315, 0.9) 0s;
  -webkit-transition: all 0.6s cubic-bezier(0.04, 0.435, 0.315, 0.9) 0s;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
}
#sec_voice .slick-track .slick-slide.slick-active {
  -webkit-filter: brightness(1);
          filter: brightness(1);
}

/* ------------------------------
 #sec_flow
------------------------------ */
#sec_flow {
  background-color: #409ADA;
  padding-block: 120px 200px;
}
#sec_flow .body {
  max-width: 1000px;
  margin-inline: auto;
}
#sec_flow .body .item {
  --triangle: 29px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #fff;
  border: 5px solid #3488C8;
  border-radius: var(--radius);
  position: relative;
  max-height: 195px;
  height: 100vmax;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
#sec_flow .body .item dt {
  width: 30%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: -ms-grid;
  display: grid;
  place-content: center;
  color: #fff;
  background-color: #3488C8;
  line-height: 1.3;
  font-size: 32px;
}
#sec_flow .body .item dd {
  width: 100%;
  padding: 30px 30px 30px 70px;
  display: -ms-grid;
  display: grid;
  -ms-flex-line-pack: center;
      align-content: center;
  text-align: left;
  line-height: 1.6;
  position: relative;
}
#sec_flow .body .item dd::before {
  content: "";
  display: block;
  width: 45px;
  clip-path: polygon(0 0, 100% 0, 1% 100%, 0% 100%);
  background-color: #3488C8;
  position: absolute;
  top: -1px;
  bottom: -1px;
  left: -1px;
}
#sec_flow .body .item dd a {
  display: block;
  margin-block: 10px;
}
#sec_flow .body .item + .item {
  margin-top: calc(var(--triangle) * 3);
}
#sec_flow .body .item + .item::before {
  content: "";
  display: block;
  background: url(../img/triangle.png) center center/contain no-repeat;
  height: var(--triangle);
  aspect-ratio: 1/0.3494;
  position: absolute;
  top: calc(var(--triangle) * -2);
  right: 0;
  left: 0;
  margin: auto;
}

/* ------------------------------
 #sec_faq
------------------------------ */
#sec_faq {
  background-color: #F2F8FE;
  padding-block: 120px 200px;
}
#sec_faq .sec_title {
  color: #409ADA;
  background-color: #fff;
}
#sec_faq .body {
  --circle: 100px;
  --radius: 7px;
  max-width: 1000px;
  margin-inline: auto;
  text-align: left;
}
#sec_faq .body .ac_item + .ac_item {
  margin-top: 70px;
}
#sec_faq .body .ac_item .ac_btn {
  position: relative;
  cursor: pointer;
  background-color: #3488C8;
  color: #fff;
  border: 2px solid #fff;
  border-radius: var(--radius);
  margin-inline: 75px 50px;
  padding: 0.9em 70px 0.9em 60px;
  line-height: 1.2;
  font-weight: bold;
  font-size: 24px;
}
#sec_faq .body .ac_item .ac_btn .question {
  background-color: #fff;
  border: 2px solid #3488C8;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
#sec_faq .body .ac_item .ac_btn .question::before {
  background: url(../img/question.png) center center/contain no-repeat;
}
#sec_faq .body .ac_item .ac_btn::before, #sec_faq .body .ac_item .ac_btn::after {
  content: "";
  display: block;
  width: 25px;
  height: 3px;
  background-color: #fff;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 30px;
  margin: auto;
  transition: all 0.5s cubic-bezier(0.04, 0.435, 0.315, 0.9) 0s;
  -webkit-transition: all 0.5s cubic-bezier(0.04, 0.435, 0.315, 0.9) 0s;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
}
#sec_faq .body .ac_item .ac_btn.closetoggle::before {
  rotate: 90deg;
}
#sec_faq .body .ac_item .ac_content .inner {
  position: relative;
  background-color: #fff;
  -webkit-filter: drop-shadow(0px 3px 10px rgba(5, 109, 154, 0.16));
          filter: drop-shadow(0px 3px 10px rgba(5, 109, 154, 0.16));
  border-radius: var(--radius);
  margin: 25px 0 0 200px;
  padding: 30px 50px;
}
#sec_faq .body .ac_item .ac_content .inner .answer {
  background-color: #3488C8;
}
#sec_faq .body .ac_item .ac_content .inner .answer::before {
  background: url(../img/answer.png) center center/contain no-repeat;
}
#sec_faq .body .circle {
  width: var(--circle);
  aspect-ratio: 1/1;
  border-radius: 50%;
  display: -ms-grid;
  display: grid;
  place-content: center;
  position: absolute;
  top: 50%;
  translate: 0 -50%;
  left: -75px;
}
#sec_faq .body .circle::before {
  content: "";
  display: block;
  background: url(../img/question.png) center center/contain no-repeat;
  width: 35px;
  aspect-ratio: 1/1;
}

/* ------------------------------
 cta
------------------------------ */
.cta {
  position: relative;
}
.cta::before { /*背景下部の重なり*/
  content: "";
  display: block;
  position: absolute;
  height: 50%;
  right: 0;
  left: 0;
  bottom: -1px;
}
.cta .inner {
  position: relative;
  overflow: hidden;
  border: 10px solid #409ADA;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 100px 8px 100px 8px;
  line-height: 1.3;
  background-color: #FFFBDE;
}
.cta .inner .btn_wrap {
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
}
.cta .inner .btn_wrap .btn { /*共通*/ }
.cta .inner .btn_wrap .btn .link {
  display: -ms-grid;
  display: grid;
  place-content: center;
  text-align: center;
  position: relative;
  color: #fff;
  height: 110px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-inline: 1em;
  border-radius: 100vmax;
  line-height: 1.2;
  font-size: 30px;
  font-weight: bold;
}
.cta .inner .btn_wrap .btn + .btn {
  margin-top: 15px;
}
.cta .inner .btn_wrap .btn.web_btn { /*WEBのボタン*/ }
.cta .inner .btn_wrap .btn.web_btn .link {
  background-color: #F9B43B;
}
.cta .inner .btn_wrap .btn.web_btn .link::before { /*レター*/
  content: "";
  display: block;
  aspect-ratio: 1/0.636363;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0.8em;
  opacity: 0.45;
  mix-blend-mode: overlay;
  background: url(../img/letter.png) center center/contain no-repeat;
}
.cta .inner .btn_wrap .btn.line_btn { /*LINEのボタン*/
  position: relative;
}
.cta .inner .btn_wrap .btn.line_btn .bubble { /*吹き出し*/
  text-align: center;
  color: #fff;
  padding: 1em;
  border-radius: 100vmax;
  background-color: #0ACA5C;
  font-size: 16px;
  font-weight: bold;
  position: absolute;
  top: 50%;
  translate: 0 -50%;
  width: 150px;
  left: -200px;
}
.cta .inner .btn_wrap .btn.line_btn .bubble::after { /*三角*/
  content: "";
  display: inline-block;
  background-color: #0ACA5C;
  clip-path: polygon(0 0, 0% 100%, 100% 50%);
  width: 11px;
  aspect-ratio: 1/1;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  right: -10px;
}
.cta .inner .btn_wrap .btn.line_btn .link {
  background-color: #0ACA5C;
}
.cta.contact::before { /*背景下部の重なり*/
  background-color: #F2F8FE;
}
.cta.contact .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  gap: 10px;
  padding: 30px;
  /*電話のエリア*/
  /*ボタンのエリア*/
}
.cta.contact .inner .tel_wrap {
  padding-bottom: 100px;
}
.cta.contact .inner .tel_wrap .telarea {
  margin-block: 10px;
  max-width: 452px;
}
.cta.contact .inner .tel_wrap .icon {
  position: absolute;
  bottom: -60px;
  left: 15px;
}
.cta.contact .inner .btn_wrap .btn { /*共通*/ }
.cta.contact .inner .btn_wrap .btn.line_btn { /*LINEのボタン*/
  position: relative;
}
.cta.contact .inner .btn_wrap .btn.line_btn .bubble { /*吹き出し*/
  text-align: center;
  color: #fff;
  padding: 1em;
  border-radius: 100vmax;
  background-color: #0ACA5C;
  font-size: 16px;
  font-weight: bold;
  position: absolute;
  top: 50%;
  translate: 0 -50%;
  width: 150px;
  left: -200px;
}
.cta.contact .inner .btn_wrap .btn.line_btn .bubble::after { /*三角*/
  content: "";
  display: inline-block;
  background-color: #0ACA5C;
  clip-path: polygon(0 0, 0% 100%, 100% 50%);
  width: 11px;
  aspect-ratio: 1/1;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  right: -10px;
}
.cta.line::before { /*背景下部の重なり*/
  background-color: #BCE1D6;
}
.cta.line .inner {
  position: relative;
  padding: 40px 5vw 35px calc(35% + 20px);
}
.cta.line .inner .text {
  margin-bottom: 15px;
}
.cta.line .inner .icon {
  position: absolute;
  bottom: -10px;
  width: 35%;
  left: 20px;
}
.cta.line .inner .icon img {
  width: 300px;
}
.tellink {
  pointer-events: none;
}

/* ------------------------------
 form
------------------------------ */
#sec_form {
  background-color: #409ADA;
  padding-block: 150px 250px;
}
#sec_form .titlewrap .bubble {
  max-width: 475px;
  margin-inline: auto;
  padding: 0.3em 1em;
  position: relative;
  background-color: #fff;
  color: #409ADA;
  border-radius: 100vmax;
  font-size: 23px;
  font-weight: bold;
}
#sec_form .titlewrap .bubble::after {
  --triangle: 13px;
  content: "";
  display: inline-block;
  position: absolute;
  right: 0;
  left: 0;
  bottom: calc((var(--triangle) - 1px) * -1);
  margin: auto;
  clip-path: polygon(50% 100%, 0 0, 100% 0);
  background-color: #fff;
  height: var(--triangle);
  aspect-ratio: 1/0.5;
}
#sec_form .titlewrap .sec_title {
  border: none;
  color: #fff;
  margin-block: 20px 60px;
}
#sec_form .formwrap {
  background-color: #fff;
  border-radius: 10px;
  padding-block: 80px 100px;
}

/* ------------------------------
 anime
------------------------------ */
#sec_service .body .box.box1 .item:nth-child(2) {
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}

@media (any-hover: hover) {
  .hd_fixnavi a {
    transition: all 0.5s cubic-bezier(0.04, 0.435, 0.315, 0.9) 0s;
    -webkit-transition: all 0.5s cubic-bezier(0.04, 0.435, 0.315, 0.9) 0s;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
  }
  .hd_fixnavi a:hover {
    -webkit-filter: brightness(1.15);
            filter: brightness(1.15);
  }
  .cta .inner .btn_wrap .link {
    transition: all 0.5s cubic-bezier(0.04, 0.435, 0.315, 0.9) 0s;
    -webkit-transition: all 0.5s cubic-bezier(0.04, 0.435, 0.315, 0.9) 0s;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
  }
  .cta .inner .btn_wrap .link:hover {
    -webkit-filter: brightness(1.15);
            filter: brightness(1.15);
  }
}
@media only screen and (max-width: 1400px) {
  /* ------------------------------
   MainVisual
  ------------------------------ */
  #mainvisual .ontext {
    left: 7vw;
  }
}
/* ------------------------------------------------------------------------------------------------------------------------

 Responsive-Breakpoint-0 ( 1300px )

------------------------------------------------------------------------------------------------------------------------ */
@media only screen and (max-width: 1300px) {
  /* ------------------------------
   MainVisual
  ------------------------------ */
  .hd_fixnavi {
    display: none;
  }
  /* ------------------------------
   contents
  ------------------------------ */
}
/* ------------------------------------------------------------------------------------------------------------------------

 Responsive-Breakpoint-2 ( 960px )

------------------------------------------------------------------------------------------------------------------------ */
@media only screen and (max-width: 959px) {
  :root {
    --mg20: 20px;
    --mg30: 25px;
    --mg40: 35px;
    --mg50: 40px;
  }
  /* ------------------------------
   MainVisual
  ------------------------------ */
  #mainvisual .mainvl {
    background-color: #F2F8FE;
    padding-inline: 5vw;
    padding-top: 50svh;
  }
  #mainvisual .mainvl::before {
    height: 25svh;
  }
  #mainvisual .mainvl #main_slidearea {
    clip-path: none;
    border-radius: 20px;
    width: auto;
    height: calc(50svh - 5vw);
    margin-bottom: 5vw;
  }
  #mainvisual .ontext {
    width: 58%;
    max-width: none;
    top: 17svh;
    left: 0;
    right: 0;
    margin: auto;
  }
  #mainvisual .ontext .price {
    top: -20px;
  }
  /* ------------------------------
   contents
  ------------------------------ */
  .sec .sec_title {
    margin-bottom: 80px;
  }
  .sec .sec_title .en {
    font-size: 24px;
  }
  .sec .sec_title .jp {
    font-size: 40px;
  }
  .sec .sub_title .jp {
    font-size: 36px;
  }
  /* ------------------------------
  #sec_service
  ------------------------------ */
  #sec_service {
    padding-block: 90px;
  }
  #sec_service .body {
    --gap: 20px;
  }
  #sec_service .body .box { /*共通*/ }
  #sec_service .body .box .item .name {
    font-size: 30px;
  }
  #sec_service .body .box.box1 {
    width: auto;
    gap: 20px;
    margin-bottom: 40px;
  }
  #sec_service .body .box.box2 .item {
    height: 180px;
  }
  /* ------------------------------
  #sec_point
  ------------------------------ */
  #sec_point {
    padding-top: 100px;
  }
  #sec_point .body {
    --padding_in: 10vw;
  }
  #sec_point .body .point {
    display: block;
    padding-block: 70px;
  }
  #sec_point .body .point:nth-of-type(odd) { /*奇数*/ }
  #sec_point .body .point:nth-of-type(odd) .pharea {
    margin-right: auto;
  }
  #sec_point .body .point:nth-of-type(even) { /*偶数*/ }
  #sec_point .body .point:nth-of-type(even) .pharea .carousel, #sec_point .body .point:nth-of-type(even) .pharea .ph {
    margin-left: auto;
  }
  #sec_point .body .point .textarea {
    --circle: 135px;
    padding-top: 40px;
    width: auto;
  }
  #sec_point .body .point .textarea .num { /*オレンジ丸*/
    /*right: 0 !important;
    left: 0 !important;
    margin: auto;*/
  }
  #sec_point .body .point .textarea .num::before { /* ポイントの数字 */
    width: 75px;
  }
  #sec_point .body .point .textarea .title {
    font-size: 34px;
  }
  #sec_point .body .point .pharea {
    max-width: none;
  }
  /* ------------------------------
  #sec_price
  ------------------------------ */
  #sec_price {
    padding-top: 100px;
    padding-bottom: 80px;
  }
  #sec_price .sec_title {
    margin-bottom: 40px;
  }
  #sec_price .lead {
    margin-bottom: 60px;
    font-size: 22px;
  }
  #sec_price .table table {
    font-size: 20px;
  }
  #sec_price .case {
    margin-top: 100px;
  }
  #sec_price .case .list .item .num {
    width: 200px;
  }
  #sec_price .case .list .item + .item {
    margin-top: 70px;
  }
  /* ------------------------------
   #sec_voice
  ------------------------------ */
  #sec_voice {
    padding-block: 120px 140px;
  }
  #sec_voice .sec_title {
    margin-bottom: 50px;
  }
  /* ------------------------------
   #sec_flow
  ------------------------------ */
  #sec_flow {
    padding-block: 100px 100px;
  }
  #sec_flow .body .item dt {
    font-size: 28px;
  }
  /* ------------------------------
   #sec_faq
  ------------------------------ */
  #sec_faq {
    padding-block: 100px 100px;
  }
  #sec_faq .body {
    --circle: 90px;
  }
  #sec_faq .body .ac_item + .ac_item {
    margin-top: 70px;
  }
  #sec_faq .body .ac_item .ac_btn {
    margin-inline: 60px 30px;
    padding: 0.9em 60px 0.9em 60px;
    font-size: 21px;
  }
  #sec_faq .body .ac_item .ac_btn::before, #sec_faq .body .ac_item .ac_btn::after {
    right: 20px;
  }
  #sec_faq .body .ac_item .ac_content .inner {
    margin: 25px 0 0 130px;
    padding: 30px 40px;
  }
  #sec_faq .body .circle {
    left: -70px;
  }
  /* ------------------------------
   cta
  ------------------------------ */
  .cta .inner {
    border: 10px solid #409ADA;
    border-radius: 100px 8px 100px 8px;
    padding: 30px;
    /*ボタンのエリア*/
  }
  .cta .inner .btn_wrap .btn { /*共通*/ }
  .cta .inner .btn_wrap .btn .link {
    height: 95px;
    font-size: 24px;
    font-weight: bold;
  }
  .cta .inner .btn_wrap .btn + .btn {
    margin-top: 15px;
  }
  .cta .inner .btn_wrap .btn.line_btn { /*LINEのボタン*/ }
  .cta .inner .btn_wrap .btn.line_btn .bubble { /*吹き出し*/
    font-size: 20px;
    padding: 0.5em;
    background-color: transparent;
    color: #0ACA5C;
    position: static;
    translate: none;
    width: auto;
  }
  .cta .inner .btn_wrap .btn.line_btn .bubble::before {
    content: "＼";
    display: inline-block;
    font-weight: 900;
  }
  .cta .inner .btn_wrap .btn.line_btn .bubble::after {
    content: "／";
    display: inline-block;
    background-color: transparent;
    clip-path: none;
    width: auto;
    aspect-ratio: auto;
    position: static;
    font-weight: 900;
  }
  .cta .inner .btn_wrap .btn.line_btn .bubble br {
    display: none;
  }
  .cta.contact .inner {
    display: block;
    /*電話のエリア*/
    /*ボタンのエリア*/
  }
  .cta.contact .inner .tel_wrap {
    padding-bottom: 0;
  }
  .cta.contact .inner .tel_wrap .telarea {
    margin-block: 10px;
    margin-inline: auto;
  }
  .cta.contact .inner .tel_wrap .icon {
    position: relative;
    bottom: -25px;
    left: auto;
  }
  .cta.contact .inner .btn_wrap .btn { /*共通*/ }
  .cta.contact .inner .btn_wrap .btn.line_btn { /*LINEのボタン*/ }
  .cta.contact .inner .btn_wrap .btn.line_btn .bubble { /*吹き出し*/
    font-size: 20px;
    padding: 0.5em;
    background-color: transparent;
    color: #0ACA5C;
    position: static;
    translate: none;
    width: auto;
  }
  .cta.contact .inner .btn_wrap .btn.line_btn .bubble::before {
    content: "＼";
    display: inline-block;
    font-weight: 900;
  }
  .cta.contact .inner .btn_wrap .btn.line_btn .bubble::after {
    content: "／";
    display: inline-block;
    background-color: transparent;
    clip-path: none;
    width: auto;
    aspect-ratio: auto;
    position: static;
    font-weight: 900;
  }
  .cta.contact .inner .btn_wrap .btn.line_btn .bubble br {
    display: none;
  }
  .cta.line .inner {
    position: relative;
    padding: 30px;
  }
  .cta.line .inner .text {
    margin-bottom: 15px;
    max-width: 470px;
    margin-inline: auto;
  }
  .cta.line .inner .icon {
    position: relative;
    bottom: -10px;
    width: auto;
    left: auto;
  }
  .cta.line .inner .icon img {
    width: auto;
  }
  /* ------------------------------
   form
  ------------------------------ */
  #sec_form {
    padding-block: 100px 150px;
  }
  #sec_form .formwrap {
    padding-block: 80px;
  }
}
/* ------------------------------------------------------------------------------------------------------------------------

 Responsive-Breakpoint-2 ( 645px )

------------------------------------------------------------------------------------------------------------------------ */
@media only screen and (max-width: 644px) {
  :root {
    --mg20: 15px;
    --mg30: 20px;
    --mg40: 25px;
    --mg50: 30px;
    --radius: 5px;
  }
  /* ------------------------------
   MainVisual
  ------------------------------ */
  #mainvisual .mainvl {
    padding-top: calc(55svh - 5vw);
  }
  #mainvisual .mainvl #main_slidearea {
    border-radius: 10px;
    height: 45svh;
  }
  #mainvisual .ontext {
    width: 75%;
    top: 17svh;
  }
  #mainvisual .ontext .catch span {
    margin-bottom: 10px;
  }
  #mainvisual .ontext .price {
    top: -10px;
  }
  /* ------------------------------
   contents
  ------------------------------ */
  .sec .sec_title {
    margin-bottom: 40px;
    border-width: 3px;
  }
  .sec .sec_title .en {
    font-size: 16px;
  }
  .sec .sec_title .jp {
    letter-spacing: 0;
    white-space: nowrap;
    font-size: 24px;
  }
  .sec .sub_title .jp {
    font-size: 23px;
  }
  .sec .sec_title .jp::before, .sec .sec_title .jp::after, .sec .sub_title .jp::before, .sec .sub_title .jp::after { /* タイトル横のハイフン */
    margin-inline: 0.3em;
  }
  /* ------------------------------
  #sec_service
  ------------------------------ */
  #sec_service {
    padding-block: 60px 60px;
  }
  #sec_service .body {
    --gap: 15px;
  }
  #sec_service .body .box { /*共通*/ }
  #sec_service .body .box .item {
    border-width: 3px;
  }
  #sec_service .body .box .item .name {
    font-size: 22px;
    font-weight: bold;
  }
  #sec_service .body .box .item .text {
    font-size: 1em;
  }
  #sec_service .body .box.box1 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 15px;
    margin-bottom: 20px;
  }
  #sec_service .body .box.box1 .textarea {
    padding: 20px 2vw 30px;
  }
  #sec_service .body .box.box2 {
    --column: 2;
  }
  #sec_service .body .box.box2 .item {
    height: 120px;
  }
  /* ------------------------------
  #sec_point
  ------------------------------ */
  #sec_point {
    padding-top: 60px;
  }
  #sec_point .sec_title {
    margin-bottom: 60px;
  }
  #sec_point .body {
    --padding_in: 5vw;
    --radius: 5px;
  }
  #sec_point .body .point {
    padding-block: 70px 50px;
    padding-inline: 3vw;
  }
  #sec_point .body .point:nth-of-type(odd) { /*奇数*/ }
  #sec_point .body .point:nth-of-type(odd)::before {
    border-radius: 0 40px 15px 0;
  }
  #sec_point .body .point:nth-of-type(even) { /*偶数*/ }
  #sec_point .body .point:nth-of-type(even)::before {
    border-radius: 40px 0 0 15px;
  }
  #sec_point .body .point + .point {
    margin-top: 60px;
  }
  #sec_point .body .point .textarea {
    --circle: 85px;
    padding-top: 25px;
  }
  #sec_point .body .point .textarea .num { /*オレンジ丸*/
    right: 0 !important;
    left: 0 !important;
    margin: auto;
    top: calc(var(--circle) / -2);
  }
  #sec_point .body .point .textarea .num::before { /* ポイントの数字 */
    width: 47px;
  }
  #sec_point .body .point .textarea .title {
    margin-bottom: 20px;
    line-height: 1.3;
    font-size: 23px;
    font-weight: bold;
  }
  #sec_point .body .point .textarea .title br.tabnone {
    display: inline;
  }
  /* ------------------------------
  #sec_price
  ------------------------------ */
  #sec_price {
    padding-top: 70px;
    padding-bottom: 50px;
  }
  #sec_price .sec_title {
    margin-bottom: 20px;
  }
  #sec_price .lead {
    text-align: left;
    margin-bottom: 40px;
    font-size: 16px;
  }
  #sec_price .lead br {
    display: none;
  }
  #sec_price .table {
    --border_wt: 1px;
  }
  #sec_price .table table {
    font-size: 16px;
  }
  #sec_price .table table thead tr th {
    width: auto;
  }
  #sec_price .table .sup {
    font-size: 13px;
    text-align: left;
    margin-block: 1em;
  }
  #sec_price .case {
    margin-top: 60px;
  }
  #sec_price .case .sub_title {
    margin-bottom: 50px;
  }
  #sec_price .case .list .item .num {
    width: 140px;
  }
  #sec_price .case .list .item + .item {
    margin-top: 50px;
  }
  #sec_price .case .list .item .inner {
    display: block;
    padding: 35px 4vw 35px;
  }
  #sec_price .case .list .item .inner .people {
    margin-block: 30px;
    margin-right: 0;
    padding: 0.2em;
    -webkit-writing-mode: horizontal-tb;
    -moz-writing-mode: horizontal-tb;
    -ms-writing-mode: tb-rl;
    writing-mode: horizontal-tb;
    white-space: normal;
    display: block;
  }
  #sec_price .case .list .item .inner .people::before {
    rotate: 90deg;
    top: auto;
    bottom: calc(var(--triangle) * -1 + 1px);
    right: 0;
    left: 0;
  }
  #sec_price .case .list .item .inner .people .combine {
    margin-bottom: 0;
    margin-left: 0.2em;
  }
  #sec_price .case .list .item .inner .price {
    max-width: 400px;
    margin-inline: auto;
    padding-inline: 1vw;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  /* ------------------------------
   #sec_voice
  ------------------------------ */
  #sec_voice {
    --border_wt: 3px;
    padding-block: 60px;
  }
  #sec_voice .sec_title {
    margin-bottom: 20px;
  }
  #sec_voice .voice_slider {
    --circle: 90px;
  }
  #sec_voice .voice_slider .carousel .item {
    margin-inline: 7.5px;
    padding: 70px 4vw 30px;
  }
  /* ------------------------------
   #sec_flow
  ------------------------------ */
  #sec_flow {
    padding-block: 60px 60px;
  }
  #sec_flow .body .item {
    --triangle: 19px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    max-height: none;
    height: auto;
  }
  #sec_flow .body .item + .item {
    margin-top: calc(var(--triangle) * 2.5);
  }
  #sec_flow .body .item dt {
    width: auto;
    padding: 0.5em;
    font-size: 21px;
  }
  #sec_flow .body .item dd {
    width: auto;
    padding: 25px 5vw 20px;
  }
  #sec_flow .body .item dd::before {
    clip-path: polygon(0 0, 0% 100%, 100% 0);
    height: 15px;
    top: -1px;
    bottom: auto;
    left: -1px;
    right: -1px;
    width: auto;
  }
  /* ------------------------------
   #sec_faq
  ------------------------------ */
  #sec_faq {
    padding-block: 60px 60px;
  }
  #sec_faq .body {
    --circle: 42px;
  }
  #sec_faq .body .ac_item + .ac_item {
    margin-top: 40px;
  }
  #sec_faq .body .ac_item .ac_btn {
    margin-inline: 25px 0;
    padding: 1em 35px 1em 30px;
    font-size: 16px;
  }
  #sec_faq .body .ac_item .ac_btn::before, #sec_faq .body .ac_item .ac_btn::after {
    width: 15px;
    height: 2px;
    right: 8px;
  }
  #sec_faq .body .ac_item .ac_content .inner {
    margin: 20px 0 0 25px;
    padding: 1em 5vw 1em 30px;
  }
  #sec_faq .body .circle {
    left: -23px;
  }
  #sec_faq .body .circle::before {
    width: 18px;
  }
  /* ------------------------------
   cta
  ------------------------------ */
  .cta .inner {
    border: 5px solid #409ADA;
    border-radius: 60px 8px 60px 8px;
    padding: 30px 5vw;
    /*ボタンのエリア*/
  }
  .cta .inner .btn_wrap .btn { /*共通*/ }
  .cta .inner .btn_wrap .btn .link {
    height: 60px;
    font-size: 16px;
  }
  .cta .inner .btn_wrap .btn + .btn {
    margin-top: 10px;
  }
  .cta .inner .btn_wrap .btn.line_btn { /*LINEのボタン*/ }
  .cta .inner .btn_wrap .btn.line_btn .bubble { /*吹き出し*/
    white-space: nowrap;
    font-size: 13px;
  }
  .cta.contact .inner {
    /*電話のエリア*/
    /*ボタンのエリア*/
  }
  .cta.contact .inner .tel_wrap .icon {
    bottom: -10px;
    max-width: 150px;
    margin: auto;
  }
  .cta.contact .inner .btn_wrap .btn { /*共通*/ }
  .cta.contact .inner .btn_wrap .btn.line_btn { /*LINEのボタン*/ }
  .cta.contact .inner .btn_wrap .btn.line_btn .bubble { /*吹き出し*/
    white-space: nowrap;
    font-size: 13px;
  }
  .cta.line .inner {
    padding: 30px 25px 20px;
  }
  .cta.line .inner .icon {
    max-width: 150px;
    margin: auto;
  }
  .tellink {
    pointer-events: auto;
  }
  /* ------------------------------
   form
  ------------------------------ */
  #sec_form {
    padding-block: 60px 80px;
  }
  #sec_form .titlewrap .sec_title {
    margin-block: 15px 30px;
  }
  #sec_form .titlewrap .bubble {
    max-width: 270px;
    font-size: 16px;
  }
  #sec_form .formwrap {
    padding-block: 20px 60px;
  }
}
@media only screen and (max-height: 567px) {
  /* ------------------------------
   MainVisual
  ------------------------------ */
  #mainvisual .mainvl {
    height: 568px;
    padding-top: 295px;
  }
  #mainvisual .mainvl::before {
    height: 140px;
  }
  #mainvisual .mainvl #main_slidearea {
    height: 250px;
  }
  #mainvisual .ontext {
    top: 100px;
    width: 240px;
  }
  #mainvisual .ontext .price {
    top: -10px;
  }
}