@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700;900&family=Roboto+Condensed:wght@300&display=swap');
/*=========================
 common
==========================*/
*, *:before, *:after {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
  outline: none;
}
body {
  width: 100%;
  height: auto;
  background: #fff;
  font-family: 'Noto Sans JP', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
  font-feature-settings: "palt";
}
.container {
  width: 100%;
  display: block;
  border-bottom: 1px solid #eceef0;
  /*overflow-x: hidden;*//*横スクロール回避*/
}
img {
  max-width: 100%;
  display: block;
  margin: 0 auto;
  height: auto;
}
a {
  color: #000;
  text-decoration: none;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
}
a:not(.mouseover):hover {
  opacity: 0.5;
}
strong {
  font-weight: 900;
}

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

@media screen and (max-width: 767px) {
.sp-none {
  display: none !important;
}
}
/*=========================
 アニメーション
==========================*/
/*拡大してから縮小*/
.js-scale {
  -webkit-transform: scale(1.12);
  transform: scale(1.12);
  -webkit-transition: 0.4s linear opacity, 3.5s cubic-bezier(0.23, 1, 0.32, 1) -webkit-transform;
  transition: 0.4s linear opacity, 3.5s cubic-bezier(0.23, 1, 0.32, 1) -webkit-transform;
  transition: 3.5s cubic-bezier(0.23, 1, 0.32, 1) transform, 0.4s linear opacity;
  transition: 3.5s cubic-bezier(0.23, 1, 0.32, 1) transform, 0.4s linear opacity, 3.5s cubic-bezier(0.23, 1, 0.32, 1) -webkit-transform;
  opacity: 0;
}
.is-scale {
  -webkit-transform: scale(1) !important;
  transform: scale(1) !important;
  opacity: 1 !important;
}
/*下からフェードイン*/
.js-fadeInUp {
  opacity: 0;
  transform: translate(0, 60px);
  transition: .8s;
}
.is-fadeInUp {
  opacity: 1.0;
  transform: translate(0, 0);
}

/*==========================================
 header
===========================================*/
.header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 1.33% 0 4%;
  height: 12.93vw;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: #fff;
  z-index: 10;
}
.header img {
  width: 100%;
}
.header .h_logo {
  width: 30.66%;
}

@media screen and (min-width: 768px) {
  .header_container {
    margin: auto;
    position: fixed;
    width: 100%;
    background: #fff;
    z-index: 10;
  }
  .header {
    padding: 0;
    position: static;
    max-width: 1366px;
    height: 50px;
    margin: auto;
  }
  .header .h_logo {
    width: 97px;
  }
  .header a {
    width: 195px;
  }

}

/*==========================================
 main
===========================================*/
.container {
  padding-top: 12.93vw;
  background: #eceef0;
}
@media screen and (min-width: 768px) {
  .container {
    padding-top: 60px;
  }
}
.mv {
  position: relative;
  height: 170vw;
}
.mv .animation {
  position: absolute;
}
.mv .animation.fade01 {
  z-index: 1;
  opacity: 0;
  animation-name: fade01;
  animation-duration: 1s;
  animation-delay: 0.5s;
  animation-fill-mode: forwards;
}
.mv .animation.fade02 {
  z-index: 2;
  opacity: 0;
  animation-name: fade01;
  animation-duration: 1s;
  animation-delay: 1s;
  animation-fill-mode: forwards;
}
.mv .animation.fade03 {
  z-index: 3;
  opacity: 0;
  animation-name: fade01;
  animation-duration: 1s;
  animation-delay: 1.5s;
  animation-fill-mode: forwards;
}

@keyframes fade01 {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}
.mv img {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .mv {
    background: url(/lp-ft/016/img/bg_triangle_pc.png) no-repeat 50% 50%;
    background-size: 100% 100%;
    height: 718px;
  }
  .mv h1 {
    max-width: 1200px;
    margin: auto;
  }
  .mv img {
    width: auto;
  }

}

@media screen and (min-width: 768px) and (max-width: 1200px) {
  .mv {
    height: 59.83vw;
  }
}



.point1 {
  position: relative;
  z-index: 5;
}
.point1 h2 {
  height: 87.06vw;
  position: relative;
  background: url(/lp-ft/016/img/bg_triangle.png) no-repeat left bottom;
  background-size: cover;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  padding-bottom: 5.33vw;
}
.point1 h2::after {
  content: '';
  background: url(/lp-ft/016/img/bg_triangle.png) no-repeat;
  background-size: 100%;
}
.point1 h2 div,
.point1 h2 .headingWrap {
  display: block;
  width: 90.66vw;
  margin: 0 auto;
}
.point1 h2 div img,
.point1 h2 .headingWrap img {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .point1 h2 {
    height: 622px;
    position: relative;
    background: url(/lp-ft/016/img/bg_triangle_pc.png) no-repeat 50% 50%;
    background-size: 100% 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-bottom: 0;
  }
  .point1 h2::after {
    display: none;
  }
  .point1 h2 div,
  .point1 h2 .headingWrap {
    display: block;
    margin: 180px auto 0 auto;
    width: auto;
  }
}

.p1_slider .slick_arrow {
  position: absolute;
  top: 68.13vw;
  z-index: 1;
  cursor: pointer;
}

.p1_slider .prev_arrow {
  left: 5.33vw;
}

.p1_slider .next_arrow {
  right: 5.33vw;
  transform: rotate(180deg);
}

.p1_slider .slick_arrow.slick-disabled {
  opacity: 0;
}

.p1_slider .slide_img {
  width: 92vw;
  margin-top: 20px;
}

.p1_slider video {
  width: 92vw;
  display: block;
  margin: auto;
}

@media screen and (min-width: 768px) {
  .p1_slider {
    /* display: flex;
    justify-content: space-between; */
    max-width: 820px;
    margin: auto;
    background: #fff;
  }
  .p1_slider .slide_img {
    width: auto;
    margin: 0 20px;
  }
  .p1_slider video {
    width: auto;
    margin: 0 20px;
    transform: scale(1.01);
  }
  .p1_slider .video_container {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .p1_slider .slick_arrow {
    top: 48%;
    width: 29px;
  }

  .p1_slider .prev_arrow {
    left: -40px;
  }

  .p1_slider .next_arrow {
    right: -40px;
  }

}

.point2 {
  margin-top: -27.66vw;
  position: relative;
  z-index: 4;
}
@media screen and (min-width: 768px) {
  .point2 {
    margin-top: 0;
  }
}

.point2 h2 {
  height: 96vw;
  position: relative;
  background: url(/lp-ft/016/img/bg_triangle.png) no-repeat left top;
  background-size: 100%;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  padding-bottom: 10.13vw;
}
.point2 h2::after {
  content: '';
  background: url(/lp-ft/016/img/bg_triangle.png) no-repeat;
  background-size: 100%;
}
.point2 h2 div,
.point2 h2 .headingWrap {
  display: block;
  width: 60vw;
  margin: 0 auto;
}
.point2 h2 div img,
.point2 h2 .headingWrap img {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .point2 h2 {
    height: 622px;
    position: relative;
    background: url(/lp-ft/016/img/bg_triangle_pc.png) no-repeat 50% 50%;
    background-size: 100% 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-bottom: 0;
  }
  .point2 h2::after {
    display: none;
  }
  .point2 h2 div,
  .point2 h2 .headingWrap {
    display: block;
    margin: 100px auto 0 auto;
    width: auto;
  }
}
.point2 .free {
  margin-top: -7.6vw;
  position: relative;
  z-index: 1;
}
.point2 .free img {
  width: 100%;
}
.point2 .free + .attention {
  padding-left: 5.33vw;
  padding-bottom: 33.33vw;
  font-size: 3.2vw;
  line-height: 1;
  margin-top: 0.8vw;
}
.attention {
  font-size: 3.2vw;
  line-height: 1;
  font-feature-settings: normal;
}
@media screen and (min-width: 768px) {
  .point2 .free {
    margin-top: -40px;
  }
  .point2 .free img {
    width: auto;
  }
  .point2 .free + .attention {
    padding-left: 0;
    padding-bottom: 0;
    font-size: 12px;
    max-width: 630px;
    margin: 5px auto 0;
  }
  .attention {
    font-size: 12px;
    line-height: 1;
    font-feature-settings: normal;
  }
}

.tesuryo {
  margin-top: -3vw;
}
@media screen and (min-width: 768px) {
  .tesuryo {
    margin-top: -80px;
  }
}
.tesuryo h3 {
  width: 60.66vw;
  margin: 0 auto;
}
.tesuryo h3 img {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .tesuryo h3 {
    width: auto;
    position: relative;
    top: 45px;
  }
  .tesuryo h3 img {
    width: auto;
  }
}
.tesuryo .box {
  width: 92vw;
  margin: 0 auto 5.33vw;
  background: #fff;
  padding: 8vw 3.86vw;
}
@media screen and (min-width: 768px) {
  .tesuryo .box {
    width: auto;
    max-width: 900px;
    margin: 0 auto 40px;
    padding: 60px 125px;
  }
  .tesuryo .box:last-child {
    margin-bottom: 0;
  }
}
.tesuryo .box h4 {
  text-align: center;
  font-size: 8vw;
  font-weight: 900;
  font-family: 'Noto Sans JP', sans-serif;
  border-bottom: 1px solid #000;
  padding-bottom: 7.33vw;
  margin-bottom: 6vw;
}
@media screen and (min-width: 768px) {
  .tesuryo .box h4 {
    font-size: 30px;
    padding-bottom: 40px;
    margin-bottom: 35px;
  }
}
.tesuryo .box h4 + p{
  text-align: center;
  font-size: 6.4vw;
  line-height: 1.33;
  margin-bottom: 7.33vw;
}
@media screen and (min-width: 768px) {
  .tesuryo .box h4 + p{
    text-align: center;
    font-size: 24px;
    margin-bottom: 45px;
  }
  .tesuryo .pc-flex {
    display: flex;
    justify-content: space-between;
    max-width: 650px;
    margin: auto;
  }
  .tesuryo .pc-flex > div {
    width: 300px
  }
}
.tesuryo .box .text {
  width: 78.93vw;
  margin: 0 auto 4.8vw auto;
}
.tesuryo .box .text img {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .tesuryo .box .text {
    width: auto;
    margin: 0 auto 5px;
  }
  .tesuryo .box .text img {
    width: auto;
  }
}
.point2 .text + .attention {
  padding-left: 3vw;
  font-size: 3.2vw;
  line-height: 1;
  margin-top: -2.4vw;
  margin-bottom: 4.93vw;
}
@media screen and (min-width: 768px) {
  .point2 .text + .attention {
    padding-left: 0;
    font-size: 12px;
    line-height: 1;
    margin-top: 0;
    margin-bottom: 60px;
  }
}
.accordion__container .accordion__btn {
  font-size: 6.4vw;
  font-weight: 900;
  text-align: center;
  border: 1.06vw solid #000;
  border-radius: 2.66vw;
  padding: 4.26vw 0;
  background: url(/lp-ft/016/img/ac_arrow.png) no-repeat 95% 50%;
  background-size: 5.73vw;
  cursor: pointer;
  box-shadow: 0px 6px 0px 0px #d8dfe5;

}
.accordion__container .accordion__btn.active {
  background: url(/lp-ft/016/img/ac_arrow_active.png) no-repeat 95% 50%;
  background-size: 5.73vw;
}
@media screen and (min-width: 768px) {
  .accordion__container .accordion__btn {
    font-size: 24px;
    border: 4px solid #000;
    border-radius: 10px;
    padding: 20px 0;
    background: url(/lp-ft/016/img/ac_arrow.png) no-repeat 95% 50%;
    background-size: 20px;
    line-height: 1;
    margin-top: 50px;
    box-shadow: 0px 5px 0px 0px #d8dfe5;
  }
  .accordion__container .accordion__btn.active {
    background: url(/lp-ft/016/img/ac_arrow_active.png) no-repeat 95% 50%;
    background-size: 20px;
  }
}
.accordion__container .accordion_content {
  display: none;
  margin-top: 8vw;
}
.accordion__container h5 {
  font-size: 3.84vw;
  margin-bottom: 3.33vw;
  line-height: 1.33;
  text-align: center;
}
.accordion__container h5 strong {
  font-size: 6.4vw;
  font-weight: bold;
}
.accordion__container .tbl img {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .accordion__container .accordion_content {
    margin-top: 60px;
  }
  .accordion__container h5 {
    font-size: 14px;
    margin-bottom: 40px;
  }
  .accordion__container h5 strong {
    font-size: 24px;
  }
  .accordion__container .tbl img {
    width: 521px;
  }
}
.accordion__container .tbl + .attention {
  text-align: right;
  font-size: 3.2vw;
  line-height: 1;
  margin-top: 2vw;
  margin-bottom: 4.93vw;
}
@media screen and (min-width: 768px) {
  .accordion__container .tbl + .attention {
    font-size: 12px;
    margin: 5px auto 40px;
    max-width: 521px;
  }
}
.tesuryo .box .text100 {
  margin: 0 auto 6.66vw auto;
}
.tesuryo .box .text100 img {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .tesuryo .box .text100 {
    margin: 0 auto 55px auto;
  }
  .tesuryo .box .text100 img {
    width: 475px;
  }
}
.tesuryo .bold {
  font-weight: bold;
  font-size: 4.8vw;
  line-height: 1.33;
  text-align: center;
  margin-bottom: 2.66vw;
}
.tesuryo .bold sup {
  vertical-align: super;
  font-size: 50%;
}
@media screen and (min-width: 768px) {
  .tesuryo .bold {
    font-size: 18px;
    margin-bottom: 10px;
  }
  .tesuryo .bold + .tbl {
    max-width: 473px;
    margin: auto;
  }
}
.tesuryo .hikaku_text {
  font-size: 4.8vw;
  line-height: 1.33;
  margin: 2.66vw 0;
}
.tesuryo .hikaku_text + .attention {
  line-height: 1.33;
  margin-bottom: 11.06vw;
}
@media screen and (min-width: 768px) {
  .tesuryo .hikaku_text {
    font-size: 18px;
    margin: 5px auto;
    max-width: 473px
  }
  .tesuryo .hikaku_text + .attention {
    margin: 0 auto 50px;
    max-width: 473px
  }
}
.tesuryo .point {
  margin: 6.66vw auto 1.33vw;
  text-align: center;
  font-size: 3.73vw;
  font-feature-settings: normal;
}
.tesuryo .point_img {
  width: 58.66vw;
  margin: 0 auto 4vw;
}
.tesuryo .point_img img {
  width: 100%;
}
.tesuryo .point_img + .attention {
  line-height: 1.33;
  margin-bottom: 12vw;
}
@media screen and (min-width: 768px) {
  .tesuryo .point {
    margin: 40px auto 5px;
    font-size: 16px;
  }
  .tesuryo .point_img {
    width: 265px;
    margin: 0 auto 15px;
  }
  .tesuryo .point_img img {
    width: 100%;
  }
  .tesuryo .point_img + .attention {
    max-width: 473px;
    line-height: 1.33;
    margin: 0 auto 55px;
  }
}
.tesuryo .seigen {
  font-size: 4.8vw;
  line-height: 1.33;
  margin-bottom: 2.66vw;
  text-align: center;
  font-weight: 900;
  font-feature-settings: normal;
}
@media screen and (min-width: 768px) {
  .tesuryo .seigen {
    font-size: 18px;
    margin: 10px 0;
  }
}
.tesuryo .blue_btn {
  font-size: 6.4vw;
  text-align: center;
  font-weight: 900;
  font-feature-settings: normal;
  width: 100%;
  background: url(/lp-ft/016/img/btn_arrow.png) no-repeat 95% 50% #00effc;
  background-size: 4.26vw;
  border-radius: 9.33vw;
  display: block;
  padding: 5.86vw 0;
  margin-bottom: 7.73vw;
}
.tesuryo .blue_btn.multiline {
  padding: 2.66vw 0;
}
@media screen and (min-width: 768px) {
  .tesuryo .blue_btn {
    font-size: 24px;
    background: url(/lp-ft/016/img/btn_arrow.png) no-repeat 95% 50% #00effc;
    background-size: 12px;
    border-radius: 10px;
    padding: 20px 0;
    margin-bottom: 40px;
    margin-top: 40px;
    line-height: 1;
  }
  .tesuryo .blue_btn.multiline {
    padding: 20px 0;
  }
}

.point3 {
  position: relative;
  z-index: 3;
}
.point3 h2 {
  height: 105.76vw;
  position: relative;
  background: url(/lp-ft/016/img/bg_triangle.png) no-repeat left bottom;
  background-size: 100%;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  padding-bottom: 5.33vw;
  margin-top: -21.46vw;
}
.point3 h2::after {
  content: '';
  background: url(/lp-ft/016/img/bg_triangle.png) no-repeat;
  background-size: 100%;
}
.point3 h2 div,
.point3 h2 .headingWrap {
  display: block;
  width: 56vw;
  margin: 0 auto;
}
.point3 h2 div img,
.point3 h2 .headingWrap img {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .point3 h2 {
    height: 622px;
    position: relative;
    background: url(/lp-ft/016/img/bg_triangle_pc.png) no-repeat 50% 50%;
    background-size: 100% 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-bottom: 0;
    margin-top: 0;
  }
  .point3 h2::after {
    display: none;
  }
  .point3 h2 div,
  .point3 h2 .headingWrap {
    display: block;
    margin: 100px auto 0 auto;
    width: auto;
  }
  .p3_flex {
    display: flex;
    max-width: 900px;
    margin: auto;
  }
}

.point3 .w100 {
  margin-bottom: 5.33vw;
}
.point3 .w100 img {
  width: 100%;
}
.p3_contents {
  width: 92vw;
  margin: 0 auto 5.33vw;
  background: #fff;
  padding: 8vw 3.86vw;
}
.p3_contents .text1 {
  width: 63.6vw;
  margin: 0 auto 8vw;
}
.p3_contents img {
  width: 100%;
}
.p3_contents .flow {
  display: flex;
  justify-content: space-between;
  margin-bottom: 1.33vw;
}
.p3_contents .flow dt {
  width: 24vw;
}
.p3_contents .flow dd {
  width: 57.33vw;
  padding-top: 2.66vw;
}
.p3_contents .flow h3 {
  font-size: 4.8vw;
  line-height: 1.15;
  font-weight: bold;
  margin-bottom: 1.33vw;
}
.p3_contents .flow p {
  font-size: 3.73vw;
  line-height: 1.57;
}
@media screen and (min-width: 768px) {
  .point3 .w100 {
    margin-bottom: 0;
    width: 61.66%;
  }
  .point3 .w100 img {
    width: auto;
  }
  .p3_contents {
    width: 38.33%;
    margin: 0 auto;
    background: #fff;
    padding: 30px 15px;
  }
  .p3_contents .text1 {
    width: auto;
    margin: 0 auto 28px;
  }
  .p3_contents .text1 img {
    width: 238px;
  }
  .p3_contents img {
    width: 100%;
  }
  .p3_contents .flow {
    display: flex;
    justify-content: space-between;
    margin-bottom: 5px;
  }
  .p3_contents .flow dt {
    width: 90px;
  }
  .p3_contents .flow dd {
    width: 210px;
    padding-top: 10px;
  }
  .p3_contents .flow h3 {
    font-size: 18px;
    line-height: 1.15;
    font-weight: bold;
    margin-bottom: 5px;
  }
  .p3_contents .flow p {
    font-size: 14px;
    line-height: 1.57;
  }
}

.point4 {
  position: relative;
  z-index: 2;
}
.point4 h2 {
  height: 105.76vw;
  position: relative;
  background: url(/lp-ft/016/img/bg_triangle.png) no-repeat left bottom;
  background-size: 100%;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  padding-bottom: 5.33vw;
  margin-top: -28.46vw;
}
.point4 h2::after {
  content: '';
  background: url(/lp-ft/016/img/bg_triangle.png) no-repeat;
  background-size: 100%;
}
.point4 h2 div,
.point4 h2 .headingWrap {
  display: block;
  width: 64vw;
  margin: 0 auto;
}
.point4 h2 div img,
.point4 h2 .headingWrap img {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .point4 h2 {
    height: 622px;
    position: relative;
    background: url(/lp-ft/016/img/bg_triangle_pc.png) no-repeat 50% 50%;
    background-size: 100% 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-bottom: 0;
    margin-top: 0;
  }
  .point4 h2::after {
    display: none;
  }
  .point4 h2 div,
  .point4 h2 .headingWrap {
    display: block;
    margin: 100px auto 0 auto;
    width: auto;
  }
}
.point4 p {
  font-size: 6.4vw;
  line-height: 1.33;
  text-align: center;
  margin-bottom: 2.66vw;
}
.point4 p span {
  color: #fff;
  font-weight: bold;
  background: #06c755;
  line-height: 1;
  display: inline-block;
  padding: 5px 10px;
  margin: 2.66vw auto 0.75vw auto;
}
.point4 p b {
  font-weight: bold;
}
.point4 .btn {
  font-size: 6.4vw;
  display: block;
  text-align: center;
  padding: 5.33vw;
  background: url(/lp-ft/016/img/line_arrow.png) no-repeat 95% 50% #06c755;
  background-size: 2.66vw;
  color: #fff;
  border-radius: 9.33vw;
}
.point4 .inner {
  width: 92vw;
  margin: 0 auto 5.33vw;
  padding: 0 3.86vw 20vw 3.86vw;
}
@media screen and (min-width: 768px) {
  .point4 p {
    font-size: 24px;
    margin-bottom: 60px;
  }
  .point4 p span {
    color: #fff;
    font-weight: bold;
    background: #06c755;
    line-height: 1;
    display: inline-block;
    padding: 5px 10px;
    margin: 15px auto 5px auto;
  }
  .point4 p b {
    font-weight: bold;
  }
  .point4 .btn {
    width: 315px;
    margin: auto;
    font-size: 24px;
    line-height: 1;
    padding: 20px;
    background: url(/lp-ft/016/img/line_arrow.png) no-repeat 95% 50% #06c755;
    background-size: 11px;
    border-radius: 35px;
  }
  .point4 .inner {
    width: 92vw;
    margin: -50px auto 5.33vw;
    padding: 0 0 100px 0;
    position: relative;
  }
}


.floating_btn {
  background: rgba(0, 239, 252, 0.9);
  padding: 2.66vw;
  width: 100%;
  bottom: -100px;
  position: fixed;
  right: 0;
  z-index: 30;
}
.floating_btn a {
  font-size: 5.6vw;
  display: block;
  text-align: center;
  padding: 4vw;
  background: url(/lp-ft/016/img/line_arrow.png) no-repeat 95% 50% #ff4d83;
  background-size: 2.66vw;
  color: #fff;
  border-radius: 10vw;
}
.floating_btn a span {
  font-size: 4.26vw;
  display: block;
  margin-bottom: 2.66vw;
}
.floating_btn a strong {
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  .floating_btn {
    padding: 5px;
  }
  .floating_btn a {
    font-size: 21px;
    padding: 8px;
    background: url(/lp-ft/016/img/line_arrow.png) no-repeat 95% 50% #ff4d83;
    background-size: 10px;
    border-radius: 30px;
    max-width: 350px;
    margin: auto;
  }
  .floating_btn a span {
    font-size: 16px;
    margin-bottom: 5px;
  }
}


/*==========================================
 footer
===========================================*/
.footer {
  padding-top: 40px;
}
@media screen and (max-width: 767px) {
  .footer {
    padding-top: 40px;
  }
}
.footer__top {
  width: 92%;
  max-width: 960px;
  display: flex;
  /* justify-content: center; */
  align-items: center;
  margin: 0 auto;
  position: relative;
}
.footer__logo {
  flex-basis: 382px;
}

@media screen and (max-width: 1200px) {
.footer__logo {
  flex-basis: 31.8vw;
}
}

@media screen and (max-width: 767px) {
.footer__logo {
  flex-basis: 40.8vw;
}
}
.footer__date {
  font-size: 16px;
  position: absolute;
  right: 0
}

@media screen and (max-width: 1200px) {
.footer__date {
  font-size: 1.3vw;
}
}

@media screen and (max-width: 767px) {
.footer__date {
  font-size: 2.66666667vw;
}
}
.footer__inner {
  width: 92%;
  max-width: 960px;
  border-top: 1px solid #000;
  margin: 60px auto;
  padding: 60px 0 0;
}
.footer__inner:nth-child(2) {
  border-top: none;
}
@media screen and (max-width: 767px) {
.footer__inner {
  margin: 10.6666667vw auto;
  padding: 10.6666667vw 0 0;
}
}

/*
.footer__inner:nth-child(4) {
  margin-bottom: auto;
}
*/

/*
@media screen and (max-width: 767px) {
.footer__inner:nth-child(4) {
  margin-bottom: 30vw;
}
}
*/



.footer__inner-ttl {
  font-size: 16px;
  margin-bottom: 40px;
  letter-spacing: 1px;
}

@media screen and (max-width: 1200px) {
.footer__inner-ttl {
  margin-bottom: 6%;
  font-size: 1.3vw;
}
}

@media screen and (max-width: 767px) {
.footer__inner-ttl {
  font-size: 3.2vw;
}
}
.footer-list {
  font-size: 14px;
  display: flex;
  flex-wrap: wrap;
  line-height: 230%;
}

@media screen and (max-width: 1200px) {
.footer-list {
  font-size: 1.2vw;
}
}

@media screen and (max-width: 767px) {
.footer-list {
  font-size: 2.66666667vw;
  display: block;
  line-height: 1.5;
}
}
.footer-list__ttl {
  flex-basis: 15%;
  margin-right: 3%;
}
.footer-list__desc {
  flex-basis: 82%;
}

@media screen and (max-width: 767px) {
.footer-list__desc {
  margin-bottom: 1.2em;
}
}
.footer__caution {
  font-size: 14px;
  line-height: 171%;
}

@media screen and (max-width: 1200px) {
.footer__caution {
  font-size: 1.2vw;
}
}

@media screen and (max-width: 767px) {
.footer__caution {
  font-size: 2.66666667vw;
}
}

.footer__caution + .footer__caution {
  margin-top: 1em;
}
@media screen and (max-width: 1200px) {
.footer__caution + .footer__caution {
  margin-top: 1em;
}
}
@media screen and (max-width: 767px) {
.footer__caution {
  margin-top: 1em;
}
}

.footer_link {
  overflow: hidden;
  color: #666;
  line-height: 1em;
}
@media screen and (max-width: 1200px) {
.footer_link {
  overflow: hidden;
  color: #666;
  line-height: 1em;
}
}
@media screen and (max-width: 767px) {
.footer_link {
  overflow: hidden;
  color: #666;
  line-height: 1em;
}
}

.footer_link + .footer_link {
  margin-top: 0.5em;
}
@media screen and (max-width: 1200px) {
.footer_link + .footer_link {
  margin-top: 0.5em;
}
}
@media screen and (max-width: 767px) {
.footer_link + .footer_link {
  margin-top: 0.5em;
}
}

.footer_link > a {
  text-decoration: underline!important;
  line-height: 1.25em;
}
@media screen and (max-width: 1200px) {
.footer_link > a {
  text-decoration: underline!important;
  line-height: 1.25em;
}
}
@media screen and (max-width: 767px) {
.footer_link > a {
  text-decoration: underline!important;
  line-height: 1.25em;
}
}

.footer_link > a:hover {
  color:#00a0ff !important;
}
@media screen and (max-width: 1200px) {
.footer_link > a:hover {
  color:#00a0ff !important;
}
}
@media screen and (max-width: 767px) {
.footer_link > a:hover {
  color:#00a0ff !important;
}
}

.footer__pmark {
  width: 108px;
  margin: 5% auto 8%;
}

@media screen and (max-width: 1200px) {
.footer__pmark {
  width: 9vw;
}
}

@media screen and (max-width: 767px) {
.footer__pmark {
  width: 24vw;
}
}
.footer__bottom {
  background: #323232;
  padding-bottom: 70px;
}
@media screen and (max-width: 767px) {
  .footer__bottom  {
    padding-bottom: 150px;
  }
}


.footer-copy {
  font-size: 16px;
  color: #fff;
  line-height: 165%;
  text-align: center;
  padding: 1.3% 0;
}

@media screen and (max-width: 1200px) {
.footer-copy {
  font-size: 1.3vw;
}
}

@media screen and (max-width: 767px) {
.footer-copy {
  font-size: 2.66666667vw;
}
}
/*=========================
 ページトップに戻る
==========================*/
.page-top {
  bottom: -100px;
  position: fixed;
  right: 20px;
  z-index: 30;
}
.page-top a {
  display: block;
  height: 70px;
  width: 70px;
}

@media screen and (max-width: 680px) {
.page-top {
  right: 10px;
}
.page-top a {
  height: 12vw;
  width: 12vw;
}
}






.area-service-policy {
  width: 92vw;
  margin: 0 auto 5.33vw;
  background: #fff;
  padding: 8vw 3.86vw;
}
@media screen and (min-width: 768px) {
  .area-service-policy {
    width: auto;
    max-width: 900px;
    margin: 0 auto 80px;
    padding: 60px 125px;
  }
}
.area-service-policy__ttl {
  text-align: center;
  font-size: 8vw;
  font-weight: 900;
  font-family: 'Noto Sans JP', sans-serif;
  border-bottom: 1px solid #000;
  padding-bottom: 7.33vw;
  margin-bottom: 6vw;
}
@media screen and (min-width: 768px) {
  .area-service-policy__ttl  {
    font-size: 30px;
    padding-bottom: 40px;
    margin-bottom: 35px;
  }
}
.area-service-policy__text{
  text-align: center;
  font-size: 3.73vw;
  line-height: 1.33;
  margin-bottom: 7.33vw;
}
@media screen and (min-width: 768px) {
  .area-service-policy__text{
    text-align: center;
    font-size: 24px;
    margin-bottom: 45px;
  }
}
.area-service-policy__btn{
  text-align: center;
}
@media screen and (min-width: 768px) {
  .area-service-policy__btn{
    text-align: center;
  }
}
.area-service-policy__btn a {
  padding: 1rem 5rem;
  border: 1px solid #071339;
  border-radius: 50px;
}
.area-service-policy__btn a:hover {
  padding: 1rem 5rem;
  border: 1px solid #00a0ff;
  border-radius: 50px;
  background: #00a0ff;
  color: #fff;
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  .area-service-policy__btn a {
    padding: 1rem 5rem;
    border: 1px solid #071339;
    border-radius: 50px;
   }
  .area-service-policy__btn a:hover {
    padding: 1rem 5rem;
    border: 1px solid #00a0ff;
    border-radius: 50px;
    background: #00a0ff;
    color: #fff;
    font-weight: bold;
  }
}

.bnrBox a{
  width: 100%;
  display: block;
  margin: auto;
}
@media screen and (min-width: 768px) {
  .bnrBox a{
    width: 670px;
    display: block;
    margin: auto;
  }
}


/*=========================
 slick
==========================*/
.slick-dots {
  display: block;
  list-style: none;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
  height: 40px;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 15px;
  width: 15px;
  margin: 0 10px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 15px;
  width: 15px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}
.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "●";
  height: 15px;
  width: 15px;
  font-size: 1.5rem;
  text-align: center;
  line-height: 15px;
  color: #b6b6b6;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  color: #00a0ff;
}


.jp-margin {
  width: 600px !important;
}

.jp-margintext {
  margin-bottom: 35px !important;
}