@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;300;400;500;700;900&display=swap");
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

li {
  list-style: none;
}

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

p {
  margin-bottom: 0.8em;
  line-height: 2.2;
}
p:last-child {
  margin-bottom: 0;
}
p a {
  text-decoration: underline;
}

a {
  color: currentColor;
  text-decoration: none;
  transition: 0.3s;
}
a:hover, a:link, a:active, a:focus {
  color: currentColor;
}
a:hover {
  opacity: 0.6;
}

body {
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.8;
}

footer {
  background: #71c7d5;
  padding: 60px 20px 20px;
}
footer .logo {
  text-align: center;
  margin-bottom: 40px;
}
footer .logo img {
  width: 300px;
}
footer .sns {
  margin-bottom: 20px;
}
footer .sns ul {
  text-align: center;
}
footer .sns ul li {
  display: inline-block;
}
footer .sns ul li a img {
  width: 40px;
}
footer .copyright {
  color: #fff;
  font-size: 12px;
  text-align: center;
}

header {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: clamp(15px, 2vw, 20px) clamp(15px, 3vw, 40px);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1;
}
header .logo img {
  width: 100px;
}
header ul {
  display: flex;
  gap: 10px;
}
header ul li a img {
  width: 40px;
}

.page_top h2.heading_1 {
  margin-bottom: 35px;
  text-align: center;
}
.page_top h2.heading_1 span {
  display: block;
}
.page_top h2.heading_1 span:nth-child(1) {
  font-size: clamp(15px, 6vw, 18px);
  letter-spacing: 0.1em;
}
.page_top h2.heading_1 span:nth-child(2) {
  font-size: clamp(24px, 2.6vw, 30px);
}
.page_top h2.heading_1::after {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  margin: 10px auto;
  border-top: solid 5px #71c7d5;
  border-left: solid 5px #71c7d5;
  transform: rotate(225deg);
}
.page_top .tpl_mainvisual {
  line-height: 0;
}
.page_top .tpl_mainvisual img {
  width: 100%;
}
.page_top .tpl_mainvisual img.sp {
  display: none;
}
@media only screen and (max-width: 600px) {
  .page_top .tpl_mainvisual img.pc {
    display: none;
  }
  .page_top .tpl_mainvisual img.sp {
    display: block;
  }
}
.page_top .tpl_concept {
  padding: clamp(50px, 8vw, 100px) 20px;
  background-image: url("../img/page/top/concept/bg.png");
  background-size: cover;
}
.page_top .tpl_concept .inner {
  max-width: 900px;
  margin: 0 auto;
  display: flex;
  gap: 30px;
  margin-bottom: clamp(20px, 3vw, 40px);
}
.page_top .tpl_concept .inner h3 {
  width: 90px;
}
@media only screen and (max-width: 600px) {
  .page_top .tpl_concept .inner h3 {
    display: none;
  }
}
.page_top .tpl_concept .inner .txt {
  flex: 1;
}
.page_top .tpl_concept .inner .txt h2 {
  font-size: clamp(22px, 2.6vw, 30px);
  margin-bottom: 0.5em;
  font-weight: 600;
}
.page_top .tpl_concept .inner .txt img {
  width: 100%;
  border-radius: 20px;
  margin-top: 40px;
}
.page_top .tpl_reason {
  padding: clamp(50px, 8vw, 100px) 20px clamp(20px, 3vw, 40px);
}
.page_top .tpl_reason .inner {
  max-width: 900px;
  margin: 0 auto;
}
.page_top .tpl_reason .inner ul {
  max-width: 900px;
  margin: 0 auto;
}
.page_top .tpl_reason .inner ul li {
  display: flex;
  gap: 30px;
  margin-bottom: 80px;
}
@media only screen and (max-width: 700px) {
  .page_top .tpl_reason .inner ul li {
    gap: 0px;
    flex-direction: column;
  }
}
@media only screen and (min-width: 700px) {
  .page_top .tpl_reason .inner ul li:nth-child(2n) {
    flex-direction: row-reverse;
  }
  .page_top .tpl_reason .inner ul li:nth-child(2n) .img_box .number {
    left: auto;
    right: -0.8em;
  }
}
.page_top .tpl_reason .inner ul li .img_box {
  max-width: 400px;
  margin: 0 auto;
  position: relative;
}
.page_top .tpl_reason .inner ul li .img_box .number {
  width: 2.2em;
  height: 2.2em;
  display: flex;
  align-items: center;
  justify-content: center;
  border: solid 2px currentColor;
  color: #ceb16f;
  font-size: 30px;
  line-height: 1;
  font-weight: 700;
  border-radius: 100%;
  position: absolute;
  top: -1.5em;
  left: -0.8em;
}
@media only screen and (max-width: 500px) {
  .page_top .tpl_reason .inner ul li .img_box .number {
    top: -1.8em;
    left: -0.8em;
  }
}
.page_top .tpl_reason .inner ul li .img_box img {
  border-radius: 20px;
}
.page_top .tpl_reason .inner ul li .txt_box {
  flex: 1;
  padding-top: 20px;
}
.page_top .tpl_reason .inner ul li .txt_box h4 {
  font-size: 15px;
  margin-bottom: 0.2em;
  color: #233d96;
}
.page_top .tpl_reason .inner ul li .txt_box h3 {
  font-size: clamp(22px, 2.4vw, 26px);
  border-bottom: solid 2px currentColor;
  line-height: 1.2;
  margin-bottom: 0.5em;
  padding-bottom: 0.5em;
}
.page_top .tpl_menu {
  padding: clamp(50px, 8vw, 100px) 20px clamp(20px, 3vw, 40px);
}
.page_top .tpl_menu .inner {
  max-width: 900px;
  margin: 0 auto;
}
.page_top .tpl_menu .inner .tax_txt {
  font-size: 14px;
  text-align: right;
  margin-bottom: 1em;
}
@media only screen and (max-width: 600px) {
  .page_top .tpl_menu .inner .tax_txt {
    font-size: 12px;
  }
}
.page_top .tpl_menu .inner .item {
  margin-bottom: 60px;
  font-weight: 500;
}
.page_top .tpl_menu .inner .item table {
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed;
  margin-top: 30px;
}
.page_top .tpl_menu .inner .item table:first-child {
  margin-top: 0px;
}
.page_top .tpl_menu .inner .item table th,
.page_top .tpl_menu .inner .item table td {
  font-size: clamp(12px, 1.4vw, 16px);
  padding: 1em 0.2em;
  border-bottom: solid 1px currentColor;
}
@media only screen and (max-width: 600px) {
  .page_top .tpl_menu .inner .item table th,
  .page_top .tpl_menu .inner .item table td {
    font-size: 10px;
  }
}
.page_top .tpl_menu .inner .item table th {
  width: 300px;
  text-align: left;
}
@media only screen and (max-width: 600px) {
  .page_top .tpl_menu .inner .item table th {
    width: 100px;
  }
}
.page_top .tpl_menu .inner .item table td {
  width: 100px;
  text-align: center;
}
@media only screen and (max-width: 600px) {
  .page_top .tpl_menu .inner .item table td {
    width: 40px;
  }
}
.page_top .tpl_menu .inner .item table thead th,
.page_top .tpl_menu .inner .item table thead td {
  border-bottom: none;
  padding: 0.2em 0.5em 0em;
}
@media only screen and (max-width: 600px) {
  .page_top .tpl_menu .inner .item table thead th,
  .page_top .tpl_menu .inner .item table thead td {
    padding: 0.2em 0.2em 0em;
  }
}
.page_top .tpl_menu .inner .item table thead td span {
  border-radius: 10em;
  display: inline-block;
  padding: 0.2em 0.8em;
  font-size: clamp(10px, 1.4vw, 15px);
}
@media only screen and (max-width: 600px) {
  .page_top .tpl_menu .inner .item table thead td span {
    padding: 0.2em 0.4em;
  }
}
.page_top .tpl_menu .inner .item table thead td span.gray {
  background: #e4e4e4;
}
.page_top .tpl_menu .inner .item table thead td span.red {
  background: #ff4b4b;
  color: #fff;
}
.page_top .tpl_menu .inner .item table thead td span.blue {
  background: #71c7d5;
  color: #fff;
}
.page_top .tpl_menu .inner .item .txt p {
  font-size: 15px;
}
@media only screen and (max-width: 600px) {
  .page_top .tpl_menu .inner .item .txt p {
    font-size: 12px;
  }
}
.page_top .tpl_menu .inner .item .attention {
  padding: 20px 0 10px;
}
.page_top .tpl_menu .inner .item .attention h4 {
  display: inline-block;
  background: #ffd800;
  padding: 0.1em 0.8em;
}
@media only screen and (max-width: 600px) {
  .page_top .tpl_menu .inner .item .attention h4 {
    font-size: 14px;
  }
}
.page_top .tpl_menu .inner .item .attention p {
  font-size: 15px;
}
@media only screen and (max-width: 600px) {
  .page_top .tpl_menu .inner .item .attention p {
    font-size: 12px;
  }
}
.page_top .tpl_infomation {
  padding: clamp(50px, 8vw, 100px) 20px;
}
.page_top .tpl_infomation .inner {
  max-width: 900px;
  margin: 0 auto;
  display: flex;
  gap: 40px;
}
@media only screen and (max-width: 700px) {
  .page_top .tpl_infomation .inner {
    flex-direction: column-reverse;
  }
}
.page_top .tpl_infomation .inner .box_img {
  width: 480px;
}
@media only screen and (max-width: 500px) {
  .page_top .tpl_infomation .inner .box_img {
    width: 100%;
  }
}
.page_top .tpl_infomation .inner .box_img img {
  width: 100%;
}
.page_top .tpl_infomation .inner .box_txt {
  flex: 1;
}
@media only screen and (max-width: 700px) {
  .page_top .tpl_infomation .inner .box_txt {
    width: 100%;
  }
}
.page_top .tpl_infomation .inner .box_txt h2 {
  margin-bottom: 20px;
  font-size: clamp(20px, 2.2vw, 26px);
}
.page_top .tpl_infomation .inner .box_txt h2 span {
  display: block;
  font-size: clamp(15px, 1.6vw, 18px);
  font-weight: 500;
}
.page_top .tpl_infomation .inner .box_txt ul li {
  padding: 15px 0;
  border-bottom: solid 1px currentColor;
}
.page_top .tpl_infomation .inner .box_txt ul li h3 {
  margin-bottom: 0.3em;
}
.page_top .tpl_infomation .inner .box_txt ul li p {
  line-height: 1.4;
  font-size: 14px;
}
.page_top .cta .line {
  line-height: 0;
}
.page_top .cta .line img {
  width: 100%;
  display: block;
}
.page_top .cta .inner {
  background: #71c6d5;
  padding: 40px 20px;
}
.page_top .cta .inner .item {
  max-width: 1000px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
}
@media screen and (max-width: 1000px) {
  .page_top .cta .inner .item {
    flex-direction: column;
    align-items: center;
    gap: 20px;
    text-align: center;
  }
}
.page_top .cta .inner .item h2 {
  font-size: 20px;
  color: #fff;
  line-height: 1.4;
  font-weight: 500;
}
@media screen and (min-width: 1000px) {
  .page_top .cta .inner .item h2 {
    border-right: solid 2px #fff;
    padding-right: 30px;
  }
}
.page_top .cta .inner .item .tel span {
  display: block;
  font-weight: 500;
  color: #fff;
  line-height: 1.4;
}
.page_top .cta .inner .item .tel span:nth-child(1) {
  font-size: 30px;
}
.page_top .cta .inner .item .tel span:nth-child(2) {
  font-size: 14px;
}
.page_top .cta .inner .item .btn {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.page_top .cta .inner .item .btn h3 {
  display: flex;
  align-items: center;
  gap: 0.5em;
  color: #fff;
  font-weight: 500;
  padding-bottom: 0.3em;
  font-size: clamp(15px, 1.7vw, 18px);
}
.page_top .cta .inner .item .btn h3 img {
  width: auto;
  height: 1.5em;
}
.page_top .cta .inner .item .btn ul {
  display: flex;
  gap: 20px;
}
.page_top .cta .inner .item .btn ul li:nth-child(1) a {
  background: #9b005a;
}
.page_top .cta .inner .item .btn ul li:nth-child(2) a {
  background: #54b500;
}
.page_top .cta .inner .item .btn ul li a {
  display: block;
  width: 220px;
  text-align: center;
  font-size: 15px;
  color: #fff;
  font-weight: 500;
  padding: 0.2em;
  border-radius: 10em;
}
@media screen and (max-width: 600px) {
  .page_top .cta .inner .item .btn ul li a {
    font-size: 14px;
    width: 160px;
  }
}
.page_top .comparison {
  padding: clamp(50px, 8vw, 100px) 20px;
}
.page_top .comparison .inner {
  max-width: 900px;
  margin: 0 auto;
}
.page_top .comparison .inner img {
  margin: 20px 0;
}
.page_top section {
  padding: clamp(50px, 8vw, 100px) 20px;
  overflow: hidden;
}
.page_top section .inner {
  max-width: 900px;
  margin: 0 auto;
}
.page_top section.menu {
  background: #fffdf5;
}
.page_top section.menu .inner h2 {
  font-size: clamp(22px, 2.6vw, 30px);
  text-align: center;
  margin-bottom: 1em;
}
.page_top section.menu .inner .menu_table {
  margin-bottom: 60px;
}
@media only screen and (max-width: 600px) {
  .page_top section.menu .inner .menu_table {
    overflow-x: scroll;
  }
}
.page_top section.menu .inner .menu_table:last-child {
  margin-bottom: 0;
}
.page_top section.menu .inner .menu_table table {
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed;
}
.page_top section.menu .inner .menu_table table th,
.page_top section.menu .inner .menu_table table td {
  font-size: clamp(13px, 1.4vw, 16px);
  font-weight: 500;
  padding: 1em 0.5em;
  border-right: solid 1px currentColor;
  border-bottom: solid 1px currentColor;
}
.page_top section.menu .inner .menu_table table th {
  width: 300px;
  text-align: left;
}
@media only screen and (max-width: 600px) {
  .page_top section.menu .inner .menu_table table th {
    width: 220px;
  }
}
.page_top section.menu .inner .menu_table table td {
  width: 100px;
  text-align: center;
}
.page_top section.menu .inner .menu_table table thead th,
.page_top section.menu .inner .menu_table table thead td {
  padding: 0.2em 0.5em 0.5em;
}
.page_top section.menu .inner .menu_table table thead th span.color_pink,
.page_top section.menu .inner .menu_table table thead td span.color_pink {
  color: #ffb7ee;
}
.page_top section.menu .inner .menu_table table thead th span.color_blue,
.page_top section.menu .inner .menu_table table thead td span.color_blue {
  color: #7fb9eb;
}
.page_top section.faq {
  background: #e3f1fd;
}
.page_top section.faq .inner h2 span {
  color: #9b8f7c;
}
.page_top section.faq .inner ul li {
  border-bottom: solid 1px currentColor;
  padding: 20px 10px;
}
.page_top section.faq .inner ul li .Q h3 {
  display: flex;
  align-items: center;
  gap: 20px;
  font-size: clamp(15px, 1.6vw, 17px);
  font-weight: 500;
  line-height: 1.8;
  cursor: pointer;
}
.page_top section.faq .inner ul li .Q h3::before {
  content: "Q";
  font-size: 1.8em;
  font-weight: 300;
  line-height: 1;
  transform: translateY(-0.1em);
}
.page_top section.faq .inner ul li .Q h3 span {
  flex: 1;
}
.page_top section.faq .inner ul li .Q h3:after {
  content: "";
  display: block;
  width: 0.5em;
  height: 0.5em;
  border-top: solid 2px currentColor;
  border-right: solid 2px currentColor;
  transform: rotate(135deg);
  transition: 0.2s;
  margin-left: 1em;
}
.page_top section.faq .inner ul li .Q.open h3:after {
  transform: rotate(-45deg);
}
.page_top section.faq .inner ul li .A {
  padding: 20px 0 0;
  display: none;
}
.page_top .coupon {
  padding: clamp(30px, 5vw, 60px) 0 clamp(20px, 3vw, 50px);
  background-image: url("../img/page/top/coupon/bg.png");
  background-size: contain;
}
.page_top .coupon h2 {
  text-align: center;
  font-weight: 500;
  margin-bottom: 1.5em;
  font-size: clamp(16px, 2.4vw, 30px);
  color: #fff;
}
.page_top .coupon h2 span {
  display: block;
  font-size: 1.4em;
  font-weight: 700;
}
.page_top .coupon .slide ul .slick-slide {
  width: 700px;
  padding: 0 40px;
}
@media only screen and (max-width: 800px) {
  .page_top .coupon .slide ul .slick-slide {
    width: 80vw;
    padding: 0 5px;
  }
}
.page_top .coupon .slide ul .slick-slide li img {
  width: 100%;
  display: block;
}
.page_top .coupon .slide ul button.slick-arrow {
  font-size: 40px;
  width: 1em;
  height: 1em;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  background: #fff;
  cursor: pointer;
  border: none;
  outline: none;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  z-index: 1;
  text-indent: -1000000px;
  opacity: 0.6;
}
@media only screen and (max-width: 800px) {
  .page_top .coupon .slide ul button.slick-arrow {
    opacity: 0;
    border-radius: 0;
    height: 100%;
    width: 10vw;
  }
}
.page_top .coupon .slide ul button.slick-arrow:before {
  content: "";
  display: block;
  width: 0.2em;
  height: 0.2em;
  border: 1px solid #000;
  transform: rotate(45deg);
}
.page_top .coupon .slide ul button.slick-arrow.slick-next {
  right: 20px;
}
@media only screen and (max-width: 800px) {
  .page_top .coupon .slide ul button.slick-arrow.slick-next {
    right: 0;
  }
}
.page_top .coupon .slide ul button.slick-arrow.slick-next:before {
  border-width: 3px 3px 0 0;
  margin-left: -0.1em;
}
.page_top .coupon .slide ul button.slick-arrow.slick-prev {
  left: 20px;
}
@media only screen and (max-width: 800px) {
  .page_top .coupon .slide ul button.slick-arrow.slick-prev {
    left: 0;
  }
}
.page_top .coupon .slide ul button.slick-arrow.slick-prev:before {
  border-width: 0 0 3px 3px;
  margin-right: -0.1em;
}
.page_top .coupon .slide .dots {
  padding: 10px;
  display: none;
}
.page_top .coupon .slide .dots ul {
  display: flex;
  justify-content: center;
  gap: 10px;
}
.page_top .coupon .slide .dots ul li button {
  display: block;
  width: 12px;
  height: 12px;
  font-size: 0;
  border: 0;
  cursor: pointer;
  background: #ccc;
  border-radius: 50%;
}
.page_top .coupon .slide .dots ul li.slick-active button {
  background: #777;
}

.tpl_fixedcta {
  position: fixed;
  bottom: 0;
  right: 0;
  z-index: 100;
}
.tpl_fixedcta ul.pc {
  padding: 10px;
}
@media screen and (max-width: 600px) {
  .tpl_fixedcta ul.pc {
    display: none;
  }
}
.tpl_fixedcta ul.pc li {
  line-height: 0;
  padding: 5px;
}
.tpl_fixedcta ul.pc li a img {
  width: 120px;
}
.tpl_fixedcta ul.sp {
  display: flex;
  width: 100vw;
  padding: 10px 15px;
  gap: 10px;
  background: #fff;
}
@media screen and (min-width: 600px) {
  .tpl_fixedcta ul.sp {
    display: none;
  }
}
.tpl_fixedcta ul.sp li {
  flex: 1;
}
.tpl_fixedcta ul.sp li a {
  display: block;
  text-align: center;
  border-radius: 10em;
  font-size: 14px;
  font-weight: 500;
  padding: 0.2em 0;
  color: #fff;
}
.tpl_fixedcta ul.sp li:nth-child(1) a {
  background: #9b005a;
}
.tpl_fixedcta ul.sp li:nth-child(2) a {
  background: #54b500;
}/*# sourceMappingURL=style.css.map */