@charset "UTF-8";
.l_header {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  left: 0;
  z-index: 999;
  background-color: #ffffff;
}
.l_header_inner {
  padding-top: 20px;
  padding-bottom: 10px;
  padding-left: 80px;
  padding-right: 80px;
  display: flex;
  justify-content: space-between;
}
.l_header_logo {
  width: 10.9375vw;
}
.l_header_box {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
}
.l_header_cta {
  position: relative;
  z-index: 0;
}
.l_header_cta a {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 12px;
  text-align: center;
  font-size: 1.09375vw;
  font-weight: 600;
  color: #ffffff;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.7);
  position: relative;
  width: 272px;
  padding-top: 18px;
  padding-bottom: 18px;
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.5);
}
.l_header_cta a img {
  width: 13px;
}
.l_header_cta a._01 {
  background-color: #00a3e0;
}
.l_header_cta a._02 {
  background-color: #a3d800;
}
.l_header_cta figure {
  position: absolute;
  width: 90%;
  top: -30px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
}

/*ボタンアニメーション*/
#btn_animation .btn {
  display: flex;
  position: relative;
  width: 272px;
  overflow: hidden;
}

#btn_animation .btn:hover {
  text-decoration: none;
  color: #fbfbfb;
}

#btn_animation .btn::before {
  position: absolute;
  content: "";
  display: inline-block;
  top: -180px;
  left: 0;
  width: 30px;
  height: 100%;
  background-color: #fbfbfb;
  -webkit-animation: btn_animation 2.5s ease-in-out infinite;
          animation: btn_animation 2.5s ease-in-out infinite;
}

@-webkit-keyframes btn_animation {
  0% {
    -webkit-transform: scale(0) rotate(45deg);
    opacity: 0;
  }
  80% {
    -webkit-transform: scale(0) rotate(45deg);
    opacity: 0.5;
  }
  81% {
    -webkit-transform: scale(4) rotate(45deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(50) rotate(45deg);
    opacity: 0;
  }
}
.l_mv_cta_area #btn_animation .btn {
  display: flex;
  position: relative;
  overflow: hidden;
  width: 100%;
}
.l_mv_cta_area #btn_animation .btn:hover {
  text-decoration: none;
  color: #fbfbfb;
}
.l_mv_cta_area #btn_animation .btn::before {
  position: absolute;
  content: "";
  display: inline-block;
  top: -180px;
  left: 0;
  width: 30px;
  height: 100%;
  background-color: #fbfbfb;
  -webkit-animation: btn_animation 2.5s ease-in-out infinite;
          animation: btn_animation 2.5s ease-in-out infinite;
}
@-webkit-keyframes btn_animation {
  0% {
    -webkit-transform: scale(0) rotate(45deg);
    opacity: 0;
  }
  80% {
    -webkit-transform: scale(0) rotate(45deg);
    opacity: 0.5;
  }
  81% {
    -webkit-transform: scale(4) rotate(45deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(50) rotate(45deg);
    opacity: 0;
  }
}

.c_btn #btn_animation .btn {
  display: flex;
  position: relative;
  overflow: hidden;
  border-radius: 999px;
  width: 100%;
}
.c_btn #btn_animation .btn:hover {
  text-decoration: none;
  color: #fbfbfb;
}
.c_btn #btn_animation .btn::before {
  position: absolute;
  content: "";
  display: inline-block;
  top: -180px;
  left: 0;
  width: 30px;
  height: 100%;
  background-color: #fbfbfb;
  -webkit-animation: btn_animation 2.5s ease-in-out infinite;
          animation: btn_animation 2.5s ease-in-out infinite;
}
@-webkit-keyframes btn_animation {
  0% {
    -webkit-transform: scale(0) rotate(45deg);
    opacity: 0;
  }
  80% {
    -webkit-transform: scale(0) rotate(45deg);
    opacity: 0.5;
  }
  81% {
    -webkit-transform: scale(4) rotate(45deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(50) rotate(45deg);
    opacity: 0;
  }
}

.l_use #btn_animation .btn {
  display: flex;
  position: relative;
  overflow: hidden;
  border-radius: 999px;
  width: 100%;
}
.l_use #btn_animation .btn:hover {
  text-decoration: none;
  color: #fbfbfb;
}
.l_use #btn_animation .btn::before {
  position: absolute;
  content: "";
  display: inline-block;
  top: -180px;
  left: 0;
  width: 30px;
  height: 100%;
  background-color: #fbfbfb;
  -webkit-animation: btn_animation 2.5s ease-in-out infinite;
          animation: btn_animation 2.5s ease-in-out infinite;
}
@-webkit-keyframes btn_animation {
  0% {
    -webkit-transform: scale(0) rotate(45deg);
    opacity: 0;
  }
  80% {
    -webkit-transform: scale(0) rotate(45deg);
    opacity: 0.5;
  }
  81% {
    -webkit-transform: scale(4) rotate(45deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(50) rotate(45deg);
    opacity: 0;
  }
}

.c_floating #btn_animation .btn {
  display: flex;
  position: relative;
  overflow: hidden;
  width: 100%;
}
.c_floating #btn_animation .btn:hover {
  text-decoration: none;
  color: #fbfbfb;
}
.c_floating #btn_animation .btn::before {
  position: absolute;
  content: "";
  display: inline-block;
  top: -180px;
  left: 0;
  width: 30px;
  height: 100%;
  background-color: #fbfbfb;
  -webkit-animation: btn_animation 2.5s ease-in-out infinite;
          animation: btn_animation 2.5s ease-in-out infinite;
}
@-webkit-keyframes btn_animation {
  0% {
    -webkit-transform: scale(0) rotate(45deg);
    opacity: 0;
  }
  80% {
    -webkit-transform: scale(0) rotate(45deg);
    opacity: 0.5;
  }
  81% {
    -webkit-transform: scale(4) rotate(45deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(50) rotate(45deg);
    opacity: 0;
  }
}

/*topに戻るバナー*/
.top_btn {
  display: none;
  position: fixed;
  right: 20px;
  bottom: 95px;
  width: 100px;
  z-index: 999;
  transition: opacity 0.3s ease-in-out;
}
@media only screen and (max-width: 559px) {
  .top_btn {
    right: 10px;
    width: 60px;
  }
}

.top_btn.show {
  display: block;
}

.l_ft {
  padding-top: clamp(2rem, 0.8647830474rem + 3.0272452069vw, 5rem);
  padding-bottom: clamp(4rem, 2.8647830474rem + 3.0272452069vw, 7rem);
}
.l_ft .copy {
  text-align: center;
  font-size: 12px;
  font-weight: 600;
}

.l_container {
  max-width: 1000px;
  width: 100%;
  padding: 0 20px;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (max-width: 768px) {
  .l_container {
    width: 100%;
    padding-left: 5.3333333333vw;
    padding-right: 5.3333333333vw;
  }
}

.l_container_1100 {
  max-width: 1100px;
  width: 100%;
  padding: 0 20px;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (max-width: 768px) {
  .l_container_1100 {
    width: 100%;
    padding-left: 5.3333333333vw;
    padding-right: 5.3333333333vw;
  }
}

.l_container_728 {
  max-width: 728px;
  width: 100%;
  padding: 0 20px;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (max-width: 768px) {
  .l_container_728 {
    width: 100%;
    padding-left: 5.3333333333vw;
    padding-right: 5.3333333333vw;
  }
}

.l_container_632 {
  max-width: 632px;
  width: 100%;
  padding: 0 20px;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (max-width: 768px) {
  .l_container_632 {
    width: 100%;
    padding-left: 5.3333333333vw;
    padding-right: 5.3333333333vw;
  }
}

.container_inner {
  width: 100%;
}
@media only screen and (min-width: 767px) {
  .container_inner {
    max-width: 95.72%;
    margin-left: auto;
    margin-right: auto;
  }
}

html {
  font-size: 62.5%;
  scroll-behavior: smooth;
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: 0;
  color: #161616;
  overflow-x: hidden;
}

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

iframe {
  width: 100%;
  height: 100%;
  vertical-align: bottom;
}

p {
  text-align: left;
}

.br {
  display: inline-block;
}

.wrapper {
  overflow-x: hidden;
}

a {
  cursor: pointer;
}

.pc {
  display: block;
}
@media only screen and (max-width: 768px) {
  .pc {
    display: none;
  }
}

.pc_1025 {
  display: block;
}
@media only screen and (max-width: 1024px) {
  .pc_1025 {
    display: none;
  }
}

.sp {
  display: none;
}
@media only screen and (max-width: 767px) {
  .sp {
    display: block;
  }
}

@media only screen and (min-width: 767px) {
  .tb {
    display: block;
  }
}

a:hover {
  opacity: 0.7;
}

.l_mv {
  position: relative;
}
.l_mv_box {
  position: absolute;
  bottom: 50px;
  right: 100px;
  width: 325px;
  background-color: #ffffff;
  box-shadow: 5px 5px 1px rgba(0, 0, 0, 0.6);
  border: 1px solid #353535;
  padding: 15px;
}
@media only screen and (max-width: 559px) {
  .l_mv_box {
    bottom: 15px;
    right: auto;
    left: 50%;
    transform: translateX(-50%);
  }
}
.l_mv_cta_area {
  display: flex;
  flex-direction: column;
  gap: 15px;
  margin-top: 15px;
}
@media only screen and (max-width: 559px) {
  .l_mv_cta_area {
    flex-direction: row;
    margin-top: 0;
  }
}
@media only screen and (max-width: 559px) {
  .l_mv_title {
    position: absolute;
    top: -30px;
    left: 50%;
    transform: translateX(-50%);
    width: 210px;
  }
}

.l_worries {
  padding-top: clamp(1.5rem, 0.7053481332rem + 2.1190716448vw, 3.6rem);
  padding-bottom: clamp(1.3rem, 0.9594349142rem + 0.9081735621vw, 2.2rem);
}
.l_worries_title {
  width: clamp(30.8rem, 21.4155398587rem + 25.0252270434vw, 55.6rem);
  margin-left: auto;
  margin-right: auto;
}
.l_worries_list {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  gap: clamp(1rem, -1.194752775rem + 5.8526740666vw, 6.8rem);
}
@media only screen and (max-width: 559px) {
  .l_worries_list {
    flex-wrap: wrap;
    justify-content: space-between;
    row-gap: 0;
    margin-top: 20px;
  }
}
@media only screen and (max-width: 559px) {
  .l_worries_item {
    width: 125px;
  }
}
@media only screen and (max-width: 559px) {
  .l_worries_item._01 {
    width: 100%;
    text-align: center;
  }
}
@media only screen and (max-width: 559px) {
  .l_worries_item._01 img {
    width: 125px;
  }
}
@media only screen and (max-width: 559px) {
  .l_worries_item._02 {
    width: 142px;
  }
}
@media only screen and (max-width: 559px) {
  .l_worries_item._03 {
    width: 134px;
  }
}
.l_worries_arrow {
  margin-top: clamp(1rem, 0.2431886983rem + 2.0181634712vw, 3rem);
  margin-left: auto;
  margin-right: auto;
  width: clamp(1.3rem, 0.9972754793rem + 0.8072653885vw, 2.1rem);
}

.l_solution {
  padding-top: clamp(3rem, 0.351160444rem + 7.0635721493vw, 10rem);
  padding-bottom: clamp(3rem, 0.351160444rem + 7.0635721493vw, 10rem);
  background-color: #ffe011;
}
.l_solution_title {
  width: clamp(29.7rem, 23.0400605449rem + 17.7598385469vw, 47.3rem);
  margin-left: auto;
  margin-right: auto;
}
.l_solution_list {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: clamp(1rem, -0.324419778rem + 3.5317860747vw, 4.5rem);
  gap: clamp(0.5rem, -1.0136226034rem + 4.0363269425vw, 4.5rem);
  position: relative;
  z-index: 1;
}
@media only screen and (max-width: 559px) {
  .l_solution_list {
    flex-wrap: wrap;
  }
}
.l_solution_list .deco01,
.l_solution_list .deco02 {
  position: absolute;
  z-index: -1;
}
.l_solution_list .deco01 {
  top: -50%;
  left: -10%;
  width: clamp(9.3rem, 0.8615539859rem + 22.5025227043vw, 31.6rem);
}
@media only screen and (max-width: 559px) {
  .l_solution_list .deco01 {
    top: 15%;
    left: -8%;
  }
}
.l_solution_list .deco02 {
  bottom: -22%;
  right: -10%;
  width: clamp(7.3rem, -1.100605449rem + 22.4016145308vw, 29.5rem);
}
@media only screen and (max-width: 559px) {
  .l_solution_list .deco02 {
    bottom: 42%;
    right: 0;
  }
}
@media only screen and (max-width: 559px) {
  .l_solution_item._01 {
    width: 100%;
    text-align: center;
  }
}
@media only screen and (max-width: 559px) and (max-width: 559px) {
  .l_solution_item._01 img {
    width: 49%;
  }
}
@media only screen and (max-width: 559px) {
  .l_solution_item._02 {
    width: 49%;
  }
}
@media only screen and (max-width: 559px) {
  .l_solution_item._03 {
    width: 49%;
  }
}

.l_comparison {
  padding-top: clamp(3rem, 0.351160444rem + 7.0635721493vw, 10rem);
  padding-bottom: clamp(3rem, 0.351160444rem + 7.0635721493vw, 10rem);
  background-image: url(../img/bg_comparison.webp);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
@media only screen and (max-width: 559px) {
  .l_comparison {
    background-image: url(../img/bg_comparison_sp.webp);
  }
}

.l_lineup {
  position: relative;
  padding-top: clamp(5.4rem, 2.297073663rem + 8.2744702321vw, 13.6rem);
  padding-bottom: 55px;
  background-color: #d8f4fc;
}
@media only screen and (max-width: 559px) {
  .l_lineup {
    padding-bottom: 40px;
  }
}
.l_lineup .l_container {
  position: relative;
  z-index: 1;
}
.l_lineup_list {
  display: flex;
  justify-content: center;
  gap: 62px;
  margin-top: clamp(1.5rem, 0.8188698285rem + 1.8163471241vw, 3.3rem);
}
.l_lineup_item {
  width: clamp(26rem, 24.7134207871rem + 3.4308779011vw, 29.4rem);
  background-color: #ffffff;
  padding: 18px 24px 16px;
  border: 2px solid #161616;
  box-shadow: 5px 5px 0 rgb(0, 90, 156);
}
.l_lineup_item figure {
  margin-top: 10px;
}
.l_lineup_h3 {
  font-size: clamp(2.1rem, 1.9864783047rem + 0.3027245207vw, 2.4rem);
  font-weight: 600;
  text-align: center;
  letter-spacing: 0.01em;
}
.l_lineup_sub {
  text-align: center;
  font-size: clamp(1.05rem, 0.9932391524rem + 0.1513622603vw, 1.2rem);
  letter-spacing: 0.01em;
  font-weight: 600;
  margin-top: 5px;
}
.l_lineup_detail {
  text-align: center;
  font-size: clamp(1.05rem, 0.9932391524rem + 0.1513622603vw, 1.2rem);
  letter-spacing: 0.01em;
  font-weight: 600;
  margin-top: 5px;
}
.l_lineup_price {
  font-size: clamp(2.1rem, 1.9864783047rem + 0.3027245207vw, 2.4rem);
  color: #005a9c;
  font-weight: 600;
  letter-spacing: 0.01em;
  text-align: center;
  margin-top: 10px;
}
.l_lineup_price .month {
  font-size: 70%;
  margin-right: 3px;
}
.l_lineup_price .tax {
  font-size: 50%;
  margin-left: 3px;
}
.l_lineup_tag {
  text-align: center;
  background-color: #a3d800;
  border: 2px solid #161616;
  border-radius: 999px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
  margin-top: 13px;
  font-size: clamp(1.7rem, 1.5864783047rem + 0.3027245207vw, 2rem);
  font-weight: 600;
  letter-spacing: 0.01em;
  padding: 5px 25px 7px;
}
.l_lineup_tag._blue {
  background-color: #00a3e0;
  color: #ffffff;
}
.l_lineup_tag._blue02 {
  background-color: #005a9c;
  color: #ffffff;
}
.l_lineup_deco01 {
  position: absolute;
  top: 30px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 0;
  width: 90%;
}
.l_lineup_deco02 {
  position: absolute;
  top: 16%;
  left: 0;
}
.l_lineup_deco03 {
  position: absolute;
  top: 30%;
  left: 0;
}
.l_lineup_deco04 {
  position: absolute;
  top: 54%;
  left: 0;
}
@media only screen and (max-width: 559px) {
  .l_lineup_deco04 {
    top: auto;
    bottom: 42%;
  }
}
.l_lineup_option {
  padding-top: 92px;
}
@media only screen and (max-width: 559px) {
  .l_lineup_option {
    padding-top: 140px;
  }
}
.l_lineup_option_title {
  width: clamp(20.7rem, 16.4618567104rem + 11.301715439vw, 31.9rem);
  margin-left: auto;
  margin-right: auto;
}
.l_lineup_option_contents {
  margin-top: clamp(1.8rem, 0.5512613522rem + 3.3299697275vw, 5.1rem);
}

.l_lineup_slide {
  position: relative;
  margin-top: 25px;
}

.swiper-horizontal > .swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
  top: auto !important;
  bottom: -35px !important;
}

.gm-style-iw-chr {
  display: none;
}

.gm-style .gm-style-iw-c {
  padding-top: 10px !important;
}

.l_use {
  padding-top: clamp(4rem, 2.9026236125rem + 2.9263370333vw, 6.9rem);
  padding-bottom: clamp(5.3rem, 2.9917255298rem + 6.1553985873vw, 11.4rem);
}
.l_use_title {
  width: clamp(12.5rem, 9.9646821393rem + 6.7608476287vw, 19.2rem);
  margin-left: auto;
  margin-right: auto;
}
.l_use_tell {
  font-size: clamp(1.8rem, 1.5729566095rem + 0.6054490414vw, 2.4rem);
  font-weight: 600;
  text-align: left;
  margin-top: clamp(2.8rem, 1.5891019173rem + 3.229061554vw, 6rem);
}
@media only screen and (max-width: 559px) {
  .l_use_tell {
    text-align: center;
  }
}
.l_use_tell._net {
  margin-top: clamp(5rem, 4.6215943491rem + 1.0090817356vw, 6rem);
}
.l_use_access {
  display: flex;
  justify-content: space-between;
  margin-top: clamp(2rem, 0.8647830474rem + 3.0272452069vw, 5rem);
}
@media only screen and (max-width: 559px) {
  .l_use_access {
    flex-direction: column;
  }
}
.l_use_access_item {
  width: 280px;
}
@media only screen and (max-width: 559px) {
  .l_use_access_item {
    margin-left: auto;
    margin-right: auto;
  }
}
.l_use #map1 {
  width: 280px;
  height: 200px;
}
.l_use #map2 {
  width: 280px;
  height: 200px;
}
.l_use #map3 {
  width: 280px;
  height: 200px;
}
@media only screen and (max-width: 559px) {
  .l_use #mapAll {
    margin-top: 20px;
  }
}
.l_use_shop {
  font-size: clamp(1.8rem, 1.7243188698rem + 0.2018163471vw, 2rem);
  font-weight: 600;
  margin-top: 25px;
  padding-left: 5px;
}
@media only screen and (max-width: 559px) {
  .l_use_shop {
    text-align: center;
    margin-top: 40px;
  }
}
.l_use_add {
  font-size: clamp(1.6rem, 1.5243188698rem + 0.2018163471vw, 1.8rem);
  font-weight: 600;
  margin-top: 5px;
  padding-left: 5px;
}
@media only screen and (max-width: 559px) {
  .l_use_add {
    text-align: center;
  }
}
.l_use_phone {
  color: #00a3e0;
  font-size: clamp(1.6rem, 1.5243188698rem + 0.2018163471vw, 1.8rem);
  font-weight: 600;
  margin-top: 10px;
}
@media only screen and (max-width: 559px) {
  .l_use_phone {
    text-align: center;
  }
}
.l_use_phone span {
  text-decoration: underline;
}
.l_use_phone img {
  height: 0.8lh;
}
.l_use_btn {
  margin-top: clamp(1.5rem, 0.9323915237rem + 1.5136226034vw, 3rem);
}
.l_use_btn a {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #00a3e0;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  border-radius: 999px;
  padding-top: 12px;
  padding-bottom: 12px;
  padding-left: 22px;
  padding-right: 22px;
  margin-left: auto;
  margin-right: auto;
  font-size: 16px;
  font-weight: 600;
  color: #ffffff;
}
.l_use_btn a img {
  width: 13px;
  margin-left: 10px;
}
.l_use_note {
  font-size: 14px;
  margin-top: clamp(0.5rem, -0.4460141271rem + 2.5227043391vw, 3rem);
  text-align: right;
}
@media only screen and (max-width: 559px) {
  .l_use_note {
    text-align: center;
    font-weight: 600;
  }
}
.l_use_area {
  margin-top: clamp(2.5rem, 1.175580222rem + 3.5317860747vw, 6rem);
  position: relative;
}
.l_use_yoyaku_btn {
  position: absolute;
  bottom: clamp(2.4rem, 1.6053481332rem + 2.1190716448vw, 4.5rem);
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  gap: clamp(0.5rem, -1.9596367306rem + 6.5590312815vw, 7rem);
  align-items: center;
  justify-content: center;
}
@media only screen and (max-width: 559px) {
  .l_use_yoyaku_btn {
    flex-direction: column;
  }
}
.l_use_yoyaku_btn div {
  width: 290px;
}

.l_insurance_title {
  width: clamp(10.3rem, 7.9917255298rem + 6.1553985873vw, 16.4rem);
  margin-left: auto;
  margin-right: auto;
}
.l_insurance_content {
  margin-top: clamp(2.5rem, 1.9323915237rem + 1.5136226034vw, 4rem);
}

.l_plan {
  padding-top: 45px;
  padding-bottom: clamp(4.5rem, 1.4349142281rem + 8.1735620585vw, 12.6rem);
}
.l_plan_title {
  width: clamp(24.6rem, 19.5672048436rem + 13.4207870838vw, 37.9rem);
  margin-left: auto;
  margin-right: auto;
}
.l_plan_content {
  margin-top: clamp(2.5rem, 1.9323915237rem + 1.5136226034vw, 4rem);
}
.l_plan_btn {
  width: clamp(20rem, 12.4318869828rem + 20.1816347124vw, 40rem);
  margin-left: auto;
  margin-right: auto;
  margin-top: 32px;
  margin-bottom: clamp(4rem, 3.129667003rem + 2.3208879919vw, 6.3rem);
  border: 2px solid #161616;
  padding-top: clamp(1rem, 0.6215943491rem + 1.0090817356vw, 2rem);
  padding-bottom: clamp(1rem, 0.6215943491rem + 1.0090817356vw, 2rem);
  display: flex;
  justify-content: center;
  align-items: center;
  gap: clamp(2rem, 1.2431886983rem + 2.0181634712vw, 4rem);
  color: #161616;
  font-size: clamp(1.2rem, 1.0486377397rem + 0.4036326942vw, 1.6rem);
  font-weight: 600;
}
.l_plan_btn img {
  width: 13px;
}

.l_service {
  position: relative;
  z-index: 1;
  padding-top: clamp(2.2rem, -0.1082744702rem + 6.1553985873vw, 8.3rem);
  padding-bottom: clamp(4rem, 2.1079717457rem + 5.0454086781vw, 9rem);
  background-color: #ffe011;
}
.l_service_title {
  position: relative;
  z-index: 1;
}
.l_service_content {
  position: relative;
  z-index: 1;
  display: flex;
  gap: clamp(0.5rem, -2.148839556rem + 7.0635721493vw, 7.5rem);
  justify-content: center;
  align-items: center;
  margin-top: clamp(2rem, 0.221493441rem + 4.7426841574vw, 6.7rem);
}
@media only screen and (max-width: 559px) {
  .l_service_content {
    flex-wrap: wrap;
  }
}
@media only screen and (max-width: 559px) {
  .l_service_content figure {
    width: 48%;
  }
}
.l_service_deco01 {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}
.l_service_deco02 {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 0;
}
@media only screen and (max-width: 559px) {
  .l_service_deco02 {
    bottom: 25%;
  }
}

.l_faq {
  padding-top: clamp(4rem, 3.0539858729rem + 2.5227043391vw, 6.5rem);
  padding-bottom: 83px;
  background-color: #e5f7fd;
}
@media only screen and (max-width: 559px) {
  .l_faq {
    padding-bottom: 130px;
  }
}
.l_faq_title {
  width: 291px;
  margin-left: auto;
  margin-right: auto;
}
.l_faq_container {
  margin-top: clamp(3rem, 2.4323915237rem + 1.5136226034vw, 4.5rem);
}
.l_faq_item {
  background-color: #ffffff;
  padding-top: clamp(1rem, 0.9243188698rem + 0.2018163471vw, 1.2rem);
  padding-bottom: clamp(1rem, 0.7351160444rem + 0.7063572149vw, 1.7rem);
  padding-left: clamp(1rem, 0.0539858729rem + 2.5227043391vw, 3.5rem);
  padding-right: clamp(1rem, 0.0539858729rem + 2.5227043391vw, 3.5rem);
}
.l_faq_item:not(:first-of-type) {
  margin-top: 8px;
}
.l_faq_item .q {
  color: #00a3e0;
  font-size: clamp(1.6rem, 1.4486377397rem + 0.4036326942vw, 2rem);
  font-weight: 600;
  display: flex;
  align-items: center;
  gap: 10px;
}
.l_faq_item .q span {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #00a3e0;
  color: #ffffff;
  width: clamp(3.2rem, 2.8972754793rem + 0.8072653885vw, 4rem);
  height: clamp(3.2rem, 2.8972754793rem + 0.8072653885vw, 4rem);
  border-radius: 50%;
}
.l_faq_item .q span p {
  margin-top: -3px;
}
.l_faq_item .a {
  margin-top: 8px;
  font-size: clamp(1.6rem, 1.4486377397rem + 0.4036326942vw, 2rem);
  font-weight: 600;
  display: flex;
  align-items: center;
  gap: 10px;
}
.l_faq_item .a span {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #00a3e0;
  width: clamp(3.2rem, 2.8972754793rem + 0.8072653885vw, 4rem);
  height: clamp(3.2rem, 2.8972754793rem + 0.8072653885vw, 4rem);
  border-radius: 50%;
}

.l_line {
  padding-top: clamp(3rem, 2.2431886983rem + 2.0181634712vw, 5rem);
  padding-bottom: clamp(3rem, 2.2431886983rem + 2.0181634712vw, 5rem);
}
.l_line_wrap {
  position: relative;
}
.l_line_btn {
  position: absolute;
  left: 50%;
  bottom: 12%;
  transform: translateX(-50%);
}
@media only screen and (max-width: 959px) {
  .l_line_btn {
    bottom: 7%;
  }
}
.l_line #btn_animation .btn {
  width: clamp(20.2rem, 18.2701311806rem + 5.1463168517vw, 25.3rem);
}

.c_btn {
  display: flex;
  position: relative;
  justify-content: center;
  gap: 50px;
  margin-top: clamp(3rem, 1.1079717457rem + 5.0454086781vw, 8rem);
  z-index: 1;
}
@media only screen and (max-width: 559px) {
  .c_btn {
    flex-direction: column;
    gap: 0px;
  }
}
.c_btn div {
  width: 295px;
}
@media only screen and (max-width: 559px) {
  .c_btn div {
    width: 100%;
  }
}
.c_btn._service {
  margin-top: clamp(3.5rem, 2.9323915237rem + 1.5136226034vw, 5rem);
}

.text_main {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.7;
}

.fade_animate,
.fade_animate02,
.fade_animate03 {
  opacity: 0;
}

.fadeUp {
  -webkit-animation-name: fadeUpAnime;
          animation-name: fadeUpAnime;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  opacity: 0;
}

@-webkit-keyframes fadeUpAnime {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes fadeUpAnime {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.fadeUp02 {
  -webkit-animation-name: fadeUpAnime02;
          animation-name: fadeUpAnime02;
  -webkit-animation-duration: 2s;
          animation-duration: 2s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  opacity: 0;
}

@-webkit-keyframes fadeUpAnime02 {
  from {
    opacity: 0;
    transform: translateY(50px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes fadeUpAnime02 {
  from {
    opacity: 0;
    transform: translateY(50px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.fadeUp03 {
  -webkit-animation-name: fadeUpAnime03;
          animation-name: fadeUpAnime03;
  -webkit-animation-duration: 3s;
          animation-duration: 3s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  opacity: 0;
}

@-webkit-keyframes fadeUpAnime03 {
  from {
    opacity: 0;
    transform: translateY(50px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes fadeUpAnime03 {
  from {
    opacity: 0;
    transform: translateY(50px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.c_floating {
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 999;
  display: flex;
  width: 100%;
}
.c_floating_item {
  width: 100%;
}
.c_floating_item a {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  gap: 5px;
  font-size: 16px;
  color: #ffffff;
  font-weight: 600;
  text-shadow: 2px 2px 1px rgba(22, 22, 22, 0.6);
  padding-top: 8px;
  padding-bottom: 8px;
  line-height: 1.25;
}
.c_floating_item img {
  width: 20%;
}
.c_floating_item._01 {
  background-color: #00a3e0;
}
.c_floating_item._02 {
  background-color: #a3d800;
}
/*# sourceMappingURL=style.css.map */