@charset "UTF-8";
/*-----------------------
mixin
-----------------------*/
/*mediaquery*/
html {
  font-size: 62.5%;
  line-height: 1;
}

/*-----------------------
reset
-----------------------*/
html, body, div, span, applet, object, iframe, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th, td {
  text-align: left;
  vertical-align: middle;
  font-weight: 200;
}

q::before, q::after, blockquote::before, blockquote::after {
  content: "";
  content: none;
}

a {
  display: inline-block;
}

a img {
  border: none;
}

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

ul {
  list-style: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
  display: block;
}

a {
  color: #000;
  text-decoration: none;
}
a:link {
  color: #000;
}
a:active {
  color: #000;
}
a:visited {
  color: #000;
}
a:hover {
  cursor: pointer;
}

p {
  margin: 0;
}

input, button, textarea, select {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

*:focus {
  outline: none;
}

*, *:before, *:after {
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

h1, h2, h3, h4, h5, h6 {
  margin: 0;
}

.pc {
  display: block;
}

.sp {
  display: none;
}

@media screen and (max-width: 767px) {
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
}
.red {
  color: #d2002b;
  font-weight: bold;
}

body {
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  letter-spacing: 0.01em;
  width: 100%;
  font-size: 16px;
  color: #000;
  margin: auto;
  text-align: justify;
  font-weight: 500;
}
body.active {
  overflow-y: hidden;
}

a {
  color: #000;
  transition: 0.3s;
}
a:hover {
  opacity: 0.7;
}

.oswald {
  font-family: "Oswald", sans-serif;
}

.noto-b {
  font-family: "Noto Sans JP", sans-serif;
}

.inner {
  width: 100rem;
  margin: auto;
}
@media screen and (max-width: 767px) {
  .inner {
    width: calc(100% - 4rem);
  }
}

.flex {
  display: flex;
}

header {
  width: 100%;
  position: fixed;
  top: 0;
  z-index: 999;
  background: #fff;
}
header .inner {
  max-width: 100%;
  width: calc(100% - 8rem);
}
header .flex {
  justify-content: space-between;
  align-items: center;
  height: 8rem;
}
header .other {
  display: flex;
}
header .other .tel {
  margin-right: 1.8rem;
}
header .other .mail {
  margin-right: 2.2rem;
}
@media (max-width: 750px) {
  header {
    position: relative;
  }
  header .flex {
    height: 6rem;
  }
  header .inner {
    width: 100%;
    padding-left: 2rem;
  }
  header .logo {
    width: 13rem;
  }
  header .other .tel {
    margin-right: 0;
    width: 6rem;
  }
  header .other .mail {
    width: 6rem;
    margin-right: 0;
  }
  header .other .line {
    width: 6rem;
  }
}

.mainv {
  margin-top: 8rem;
  height: 62rem;
  background: url(../img/mainv-bg.jpg) no-repeat center/cover;
  position: relative;
}
.mainv .position {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
}
@media (max-width: 750px) {
  .mainv {
    margin-top: 0;
    background: none;
    height: auto;
  }
  .mainv .position {
    position: unset;
    width: 100%;
  }
}
.mainv .caution {
  display: inline-block;
  width: -moz-fit-content;
  width: fit-content;
  position: absolute;
  bottom: -200px;
  left: 0;
  right: 0;
  margin: auto;
}
@media (max-width: 750px) {
  .mainv .caution {
    width: 90%;
    bottom: -60px;
    left: -20px;
  }
}

.blue {
  color: #009bdc;
}

.movie .inner {
  padding: 28rem 0 9rem;
}
@media (max-width: 750px) {
  .movie .inner {
    padding: 12rem 0 8rem;
  }
}
.movie .inner .title {
  margin-bottom: 4.4rem;
}
.movie .inner .title h2 {
  text-align: center;
}
.movie .inner .flex {
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 60px 0;
}
@media (max-width: 750px) {
  .movie .inner .flex {
    flex-direction: column;
    gap: 40px 0;
  }
}
.movie .inner .flex .item {
  width: 47rem;
}
@media (max-width: 750px) {
  .movie .inner .flex .item {
    width: 100%;
  }
}
.movie .inner .flex .item h3 {
  font-size: 2.2rem;
  font-weight: bold;
  font-family: "Noto Sans JP", sans-serif;
  text-align: center;
  margin-bottom: 1.8rem;
}
@media (max-width: 750px) {
  .movie .inner .flex .item h3 {
    line-height: 1.4;
  }
}
.movie .inner .flex .item video {
  width: 100%;
  height: 26.5rem;
}
@media (max-width: 750px) {
  .movie .inner .flex .item video {
    height: auto;
  }
}
.movie .inner .flex .item .img {
  text-align: center;
}

.product .sec-title-box {
  width: 100%;
  height: 358px;
  background: url(../img/product-bg.jpg) no-repeat center/cover;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 7.6rem;
  position: relative;
}
@media (max-width: 750px) {
  .product .sec-title-box {
    height: 230px;
  }
}
.product .sec-title-box::after {
  content: "";
  width: 12rem;
  height: 4.3rem;
  background: #00afdc;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translate(-50%, 100%);
  clip-path: polygon(0 0, 100% 0, 50% 100%);
}
@media (max-width: 750px) {
  .product .sec-title-box::after {
    width: 10rem;
    height: 3.6rem;
    transform: translate(-50%, 99%);
  }
}
.product .sec-title-box img {
  transform: translateY(-1rem);
}
@media (max-width: 750px) {
  .product .sec-title-box img {
    width: 32rem;
    transform: unset;
  }
}
.product .inner {
  width: 106rem;
}
@media (max-width: 750px) {
  .product .inner {
    width: calc(100% - 4rem);
  }
}
.product .inner .flex {
  position: relative;
  justify-content: space-between;
  margin-bottom: 100px;
  flex-wrap: wrap;
  gap: 50px 0;
}
@media (max-width: 750px) {
  .product .inner .flex {
    flex-direction: column;
    margin-bottom: 4rem;
    gap: 0;
  }
}
.product .inner .flex .item {
  width: 48%;
}
@media (max-width: 750px) {
  .product .inner .flex .item {
    width: 100%;
  }
}
.product .inner .flex .item .comment {
  height: 150px;
  position: relative;
  border: solid #000;
  border-width: 0 1px;
  margin-bottom: 8rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 750px) {
  .product .inner .flex .item .comment {
    height: 15rem;
  }
}
.product .inner .flex .item .comment::after {
  content: url(../img/flow-down.png);
  position: absolute;
  left: 50%;
  bottom: -5.5rem;
  transform: translateX(-50%);
}
.product .inner .flex .item .comment .border01 {
  position: absolute;
  width: 2.7rem;
  height: 1px;
  background: #000;
  top: 0;
  left: 0;
}
@media (max-width: 750px) {
  .product .inner .flex .item .comment .border01 {
    width: 1.5rem;
  }
}
.product .inner .flex .item .comment .border02 {
  position: absolute;
  width: 2.7rem;
  height: 1px;
  background: #000;
  bottom: 0;
  left: 0;
}
@media (max-width: 750px) {
  .product .inner .flex .item .comment .border02 {
    width: 1.5rem;
  }
}
.product .inner .flex .item .comment .border03 {
  position: absolute;
  width: 2.7rem;
  height: 1px;
  background: #000;
  top: 0;
  right: 0;
}
@media (max-width: 750px) {
  .product .inner .flex .item .comment .border03 {
    width: 1.5rem;
  }
}
.product .inner .flex .item .comment .border04 {
  position: absolute;
  width: 2.7rem;
  height: 1px;
  background: #000;
  bottom: 0;
  right: 0;
}
@media (max-width: 750px) {
  .product .inner .flex .item .comment .border04 {
    width: 1.5rem;
  }
}
.product .inner .flex .item .comment h3 {
  font-size: 2.6rem;
  line-height: 1.3;
  font-family: "Noto Sans JP", sans-serif;
  text-align: center;
}
@media (max-width: 750px) {
  .product .inner .flex .item .comment h3 {
    font-size: 2.2rem;
    transform: translateY(-0.5rem);
  }
}
.product .inner .flex .item .comment h3 .big {
  font-size: 3.6rem;
}
@media (max-width: 750px) {
  .product .inner .flex .item .comment h3 .big {
    font-size: 2.8rem;
  }
}
.product .inner .flex .item .box {
  padding: 0 40px 4rem;
  box-shadow: 0 1rem 1rem rgba(0, 64, 80, 0.1);
}
@media (max-width: 750px) {
  .product .inner .flex .item .box {
    padding: 0 1.6rem 5rem;
    margin-bottom: 7rem;
  }
}
.product .inner .flex .item .box.pb {
  padding-bottom: 110px;
}
@media (max-width: 750px) {
  .product .inner .flex .item .box.pb {
    padding-bottom: 50px;
  }
}
.product .inner .flex .item .photo {
  height: 29.4rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.product .inner .flex .item .photo.mb115 {
  margin-bottom: 115px;
}
@media (max-width: 750px) {
  .product .inner .flex .item .photo.mb115 {
    margin-bottom: 0;
  }
}
.product .inner .flex .item .photo.fish {
  height: 250px;
  margin-bottom: 60px;
}
.product .inner .flex .item .photo.poket {
  height: 185px;
  margin-bottom: 20px;
}
.product .inner .flex .item h4 {
  font-size: 2.4rem;
  font-weight: bold;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.5;
  text-align: center;
  margin-bottom: 2.5rem;
}
@media (max-width: 750px) {
  .product .inner .flex .item h4 {
    margin-bottom: 5rem;
  }
}
.product .inner .flex .item h4.mb {
  margin-bottom: 38px;
}
.product .inner .flex .item .price {
  margin-bottom: 2.6rem;
  display: flex;
  gap: 0 40px;
}
@media (max-width: 750px) {
  .product .inner .flex .item .price {
    margin-bottom: 5rem;
    gap: 0 12px;
  }
}
.product .inner .flex .item .price.m64 {
  min-height: 64px;
}
.product .inner .flex .item .price.min {
  min-height: 120px;
}
@media (max-width: 750px) {
  .product .inner .flex .item .price.min {
    min-height: auto;
  }
}
.product .inner .flex .item .price dt {
  color: #fff;
  text-align: center;
  font-weight: bold;
  font-size: 18px;
  line-height: 1.2;
  padding: 8px 0;
  width: 170px;
  height: -moz-fit-content;
  height: fit-content;
}
@media (max-width: 750px) {
  .product .inner .flex .item .price dt {
    width: 145px;
    font-size: 17px;
  }
}
.product .inner .flex .item .price dt span {
  font-size: 16px;
}
@media (max-width: 750px) {
  .product .inner .flex .item .price dt span {
    font-size: 15px;
  }
}
.product .inner .flex .item .price dt.blue {
  background: #00afdc;
}
.product .inner .flex .item .price dt.orange {
  background: #f97c00;
}
.product .inner .flex .item .price dd {
  width: calc(100% - 210px);
}
@media (max-width: 750px) {
  .product .inner .flex .item .price dd {
    width: calc(100% - 157px);
  }
}
.product .inner .flex .item .price dd .mb {
  margin-bottom: 16px;
}
.product .inner .flex .item .price.single {
  align-items: center;
}
.product .inner .flex .item .price.single dt {
  padding: 26px 0;
}
.product .inner .flex .item .campaign {
  text-align: center;
  margin-bottom: 26px;
}
.product .inner .flex .item .caution {
  margin-bottom: 20px;
  min-height: 160px;
}
@media (max-width: 750px) {
  .product .inner .flex .item .caution {
    min-height: auto;
  }
}
.product .inner .flex .item .caution ul li {
  position: relative;
  padding-left: 16px;
  line-height: 2;
}
.product .inner .flex .item .caution ul li:before {
  position: absolute;
  content: "※";
  font-size: 16px;
  top: 0;
  left: 0;
}
.product .inner .flex .item .caution ul li ul li:before {
  content: "";
  background: #000;
  width: 3px;
  height: 3px;
  border-radius: 100%;
  top: 13px;
  left: 6px;
}
.product .inner .flex .item table {
  width: 100%;
  margin-bottom: 3rem;
}
@media (max-width: 750px) {
  .product .inner .flex .item table {
    margin-bottom: 5rem;
  }
}
.product .inner .flex .item table tr {
  position: relative;
  display: flex;
  align-items: flex-start;
  gap: 0 20px;
}
@media (max-width: 750px) {
  .product .inner .flex .item table tr {
    flex-direction: column;
  }
}
.product .inner .flex .item table tr:first-of-type::before {
  content: "";
  width: 100%;
  height: 1px;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAUAAAAFCAYAAACNbyblAAAAAXNSR0IArs4c6QAAACNJREFUGFdjPHny5P/ly5czuLq6Mnh7ezMyMDAwgAl0QKEgALfeBwbiLhF5AAAAAElFTkSuQmCC);
  position: absolute;
  top: 0;
  left: 0;
}
.product .inner .flex .item table tr::after {
  content: "";
  width: 100%;
  height: 1px;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAUAAAAFCAYAAACNbyblAAAAAXNSR0IArs4c6QAAACNJREFUGFdjPHny5P/ly5czuLq6Mnh7ezMyMDAwgAl0QKEgALfeBwbiLhF5AAAAAElFTkSuQmCC);
  position: absolute;
  bottom: 0;
  left: 0;
}
.product .inner .flex .item table tr th {
  font-size: 1.6rem;
  font-weight: bold;
  width: 82px;
  padding: 2.4rem 0;
  width: 8.2rem;
  font-family: "Noto Sans JP", sans-serif;
}
@media (max-width: 750px) {
  .product .inner .flex .item table tr th {
    width: 100%;
    padding-bottom: 0;
  }
}
.product .inner .flex .item table tr td {
  font-size: 1.6rem;
  font-weight: 500;
  padding: 18px 0;
  width: calc(100% - 102px);
  font-weight: 500;
  line-height: 2;
}
@media (max-width: 750px) {
  .product .inner .flex .item table tr td {
    width: 100%;
    padding-top: 1.6rem;
    line-height: 1.4;
  }
}
.product .inner .flex .item table tr td.ls {
  line-height: 1.5;
  min-height: 108px;
}
@media (max-width: 750px) {
  .product .inner .flex .item table tr td.ls {
    min-height: auto;
  }
}
.product .inner .flex .item .other {
  padding: 20px 10px;
  line-height: 2;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 14px;
  font-feature-settings: "palt";
  background: #f1f1f1;
  margin-bottom: 30px;
}
.product .inner .flex .item .other p {
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}
.product .inner .flex .item .more-btn.mb {
  margin-bottom: 20px;
}
.product .inner .flex .item .more-btn a {
  margin: auto;
  width: 25rem;
  height: 4rem;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 1.6rem;
  background: #000;
  font-family: "Noto Sans JP", sans-serif;
  position: relative;
  border: 1px solid #000;
}
.product .inner .flex .item .more-btn a::after {
  content: "";
  width: 2rem;
  height: 2rem;
  background: url(../img/btn-flow-white.png) no-repeat center/100%;
  position: absolute;
  top: 50%;
  right: 1.7rem;
  transform: translateY(-50%);
  transition: 0.3s;
}
.product .inner .flex .item .more-btn a:hover {
  background: #fff;
  color: #000;
  opacity: 1;
}
.product .inner .flex .item .more-btn a:hover::after {
  background: url(../img/btn-flow-bk.png) no-repeat center/100%;
}
@media (max-width: 750px) {
  .product .inner .flex .item:last-of-type .box {
    margin-bottom: 0;
  }
}
.product .inner .flex .caution {
  width: 100%;
}
.product .inner .flex .caution .memo {
  margin-bottom: 10px;
}
@media (max-width: 750px) {
  .product .inner .flex .caution .memo {
    font-size: 14px;
    line-height: 1.5;
  }
}
.product .inner .flex .caution .memo a {
  display: inline-block;
  color: #00afdc;
}
.product .inner .change {
  padding-bottom: 9rem;
  position: relative;
  margin-bottom: 50px;
}
@media (max-width: 750px) {
  .product .inner .change {
    padding-bottom: 20rem;
  }
}
.product .inner .change p {
  text-align: center;
  font-size: 2.2rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: bold;
  line-height: 1.8;
}
@media (max-width: 750px) {
  .product .inner .change p {
    font-size: 1.8rem;
  }
}
.product .inner .change p span {
  color: #f97c00;
  font-size: 3rem;
}
@media (max-width: 750px) {
  .product .inner .change p span {
    font-size: 2.5rem;
  }
}
.product .inner .change .position01 {
  position: absolute;
  bottom: 0;
  left: -60px;
}
@media (max-width: 750px) {
  .product .inner .change .position01 {
    width: 14rem;
    left: 0;
    bottom: 10px;
  }
}
.product .inner .change .position02 {
  position: absolute;
  bottom: 0;
  right: -2rem;
}
@media (max-width: 750px) {
  .product .inner .change .position02 {
    width: 18rem;
    right: 0;
  }
}
.product .inner .banner {
  margin-bottom: 80px;
}
.product .inner .banner a {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}

.point {
  position: relative;
  overflow: hidden;
}
@media (min-width: 1025px) {
  .point::before {
    content: url(../img/particle-bg01.png);
    position: absolute;
    left: calc(50% - 79rem);
    top: -11rem;
    z-index: -1;
  }
  .point::after {
    content: url(../img/particle-bg02.png);
    position: absolute;
    right: calc(50% - 80.5rem);
    top: 2rem;
    z-index: -1;
  }
}
.point .inner {
  padding: 3.5rem 0 9rem;
}
.point .section-title-img {
  margin-bottom: 6rem;
  text-align: center;
}
.point .detail .item {
  display: flex;
  justify-content: space-between;
  margin-bottom: 6rem;
}
.point .detail .item:last-of-type {
  margin-bottom: 0;
}
.point .detail .item:nth-of-type(2) {
  flex-direction: row-reverse;
}
.point .detail .item:nth-of-type(2) .text h2 {
  line-height: 1.6;
}
.point .detail .item:nth-of-type(3) .text h2 {
  line-height: 1.4;
}
.point .detail .item .image {
  width: 50rem;
  max-width: 100%;
  height: 32rem;
  -o-object-fit: cover;
     object-fit: cover;
  box-shadow: 0 0 2rem rgba(0, 64, 80, 0.2);
}
.point .detail .item .image.path {
  box-shadow: none;
  filter: drop-shadow(0 0 1rem rgba(0, 64, 80, 0.2));
}
@media (max-width: 750px) {
  .point .detail .item .image.path {
    -o-object-fit: contain;
       object-fit: contain;
    width: 100%;
    height: 100%;
  }
}
.point .detail .item .text {
  width: 44rem;
}
.point .detail .item .text h2 {
  font-size: 3.2rem;
  font-weight: bold;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.2;
  margin-bottom: 1.4rem;
  font-feature-settings: "palt";
}
.point .detail .item .text h2 .big {
  font-size: 4.5rem;
}
.point .detail .item .text p {
  line-height: 2;
}
@media (max-width: 750px) {
  .point .inner {
    padding: 5rem 0 8rem;
  }
  .point .section-title-img {
    margin: 0 calc(50% - 50vw) 5rem;
    width: 100vw;
  }
  .point .detail .item {
    flex-direction: column-reverse;
  }
  .point .detail .item:nth-of-type(2) {
    flex-direction: column-reverse;
  }
  .point .detail .item .image {
    width: 100%;
  }
  .point .detail .item .text {
    width: 100%;
    margin-bottom: 2rem;
  }
  .point .detail .item .text img {
    width: 15rem;
  }
  .point .detail .item .text h2 {
    font-size: 2.4rem;
    line-height: 1.4;
  }
  .point .detail .item .text h2 .big {
    font-size: 3.2rem;
  }
}

.howto {
  background: url(../img/howto-bg.jpg) no-repeat center/cover;
}
.howto .inner {
  padding: 1rem 0 8rem;
}
.howto .section-title {
  text-align: center;
  margin-bottom: 5rem;
}
.howto .section-title .bg {
  font-family: "Oswald", sans-serif;
  font-size: 13rem;
  color: #49bae1;
  opacity: 0.4;
}
.howto .section-title h2 {
  font-size: 4.5rem;
  text-align: center;
  font-weight: bold;
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  margin-top: -3.4rem;
}
.howto .section-title h2 span {
  position: relative;
  display: inline-block;
}
.howto .section-title h2 span::before {
  content: "";
  width: 15.3rem;
  height: 5.9rem;
  background: url(../img/howto-subttl.png) no-repeat center/100%;
  position: absolute;
  top: -4.8rem;
  left: -8.5rem;
}
.howto .flex {
  justify-content: space-between;
}
.howto .item {
  width: 30rem;
  padding: 3rem 2.5rem 2rem;
  position: relative;
  z-index: 2;
}
.howto .item:nth-of-type(1) {
  background: url(../img/howto01-bg.png) no-repeat left top/100%;
}
.howto .item:nth-of-type(2) {
  background: url(../img/howto02-bg.png) no-repeat left top/100%;
}
.howto .item:nth-of-type(3) {
  background: url(../img/howto03-bg.png) no-repeat left top/100%;
}
.howto .item:nth-of-type(3)::after {
  content: none;
}
.howto .item::before {
  content: "";
  position: absolute;
  width: 100%;
  height: calc(100% - 37rem);
  right: 0;
  bottom: 0;
  background: #fff;
  z-index: -1;
}
.howto .item::after {
  content: url(../img/howto-flow.png);
  top: 50%;
  right: -2.5rem;
  transform: translate(50%, -50%);
  position: absolute;
}
.howto .item img {
  display: block;
  margin: auto;
  margin-bottom: 2rem;
}
.howto .item h3 {
  text-align: center;
  font-size: 2.4rem;
  margin-bottom: 1.2rem;
}
.howto .item p {
  text-align: center;
  font-size: 1.6rem;
  line-height: 2;
}
@media (max-width: 750px) {
  .howto .inner {
    padding: 5rem 0 8rem;
  }
  .howto .flex {
    flex-direction: column;
  }
  .howto .item {
    width: 100%;
    margin-bottom: 8rem;
  }
  .howto .item::after {
    top: auto;
    right: auto;
    left: 50%;
    transform: translateX(-50%) rotate(90deg);
    bottom: -6rem;
  }
  .howto .item:last-of-type {
    margin-bottom: 0;
  }
  .howto .section-title .bg {
    font-size: 7rem;
  }
  .howto .section-title h2 {
    font-size: 3.5rem;
    margin-top: -1.5rem;
  }
  .howto .section-title h2 span::before {
    height: 5.9rem;
    top: -4.8rem;
    left: -5.5rem;
  }
}

.cta {
  background: url(../img/cta-bg.jpg) no-repeat center/cover;
}
.cta .inner {
  padding: 5rem 0 6rem;
}
.cta .title h2 {
  text-align: center;
}
.cta .box {
  background: #fff;
  padding: 3.6rem 0;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 2;
}
.cta .box::before {
  content: "";
  width: 14.2rem;
  height: 14.1rem;
  background: url(../img/badge.png) no-repeat center/100%;
  position: absolute;
  top: -7rem;
  left: -5rem;
  z-index: 9;
}
.cta .box .tel {
  margin-right: 5.8rem;
}
.cta .box .line, .cta .box .mail {
  display: inline-flex;
  flex-direction: column;
}
.cta .box .line a:first-child, .cta .box .mail a:first-child {
  margin-bottom: 2rem;
}
@media (max-width: 750px) {
  .cta {
    position: relative;
  }
  .cta::before {
    content: "";
    width: 10.3rem;
    height: 10.3rem;
    background: url(../img/sp/badge.png) no-repeat center/100%;
    position: absolute;
    top: -4rem;
    left: 1rem;
  }
  .cta .title {
    margin-bottom: 1.5rem;
  }
  .cta .box {
    flex-direction: column;
    padding: 3rem 2rem;
  }
  .cta .box::before {
    content: none;
  }
  .cta .box .tel {
    margin-right: 0;
    margin-bottom: 2rem;
  }
}

.merit {
  background: url(../img/merit-bg.png) no-repeat center bottom/100%;
}
.merit .inner {
  padding: 7rem 0 9rem;
}
.merit .title {
  margin-bottom: 7rem;
}
.merit .title h2 {
  text-align: center;
}
.merit .flex {
  flex-wrap: wrap;
}
.merit .item {
  width: 31rem;
}
@media (min-width: 1025px) {
  .merit .item {
    margin-right: 3.5rem;
    margin-bottom: 6.5rem;
  }
  .merit .item:nth-of-type(3n) {
    margin-right: 0;
  }
  .merit .item:nth-last-of-type(-n + 3) {
    margin-bottom: 0;
  }
}
.merit .item .text {
  background: #00afdc;
  padding: 2rem 3rem;
  min-height: 29rem;
}
.merit .item .text.min {
  padding: 2rem 0;
}
.merit .item .text.min span {
  display: block;
  padding: 0 3rem;
}
.merit .item .text.mh {
  min-height: 350px;
}
@media (max-width: 750px) {
  .merit .item .text.mh {
    min-height: auto;
  }
}
.merit .item h3 {
  text-align: center;
  font-size: 2.4rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: bold;
  line-height: 1.5;
  color: #fff;
  margin-bottom: 1.4rem;
}
.merit .item p {
  font-weight: bold;
  text-align: center;
  color: #fff;
  line-height: 2;
}
@media (max-width: 750px) {
  .merit {
    background: url(../img/merit-bg.png) no-repeat center bottom/500%;
  }
  .merit .inner {
    padding: 5.5rem 0 7rem;
  }
  .merit .title {
    margin: 0 calc(50% - 50vw) 7rem;
    width: 100vw;
  }
  .merit .title h2 {
    text-align: center;
  }
  .merit .title h2 img {
    width: calc(100% - 2rem);
  }
  .merit .item {
    width: 100%;
    margin-bottom: 3rem;
  }
  .merit .item:last-of-type {
    margin-bottom: 0;
  }
  .merit .item .image img {
    width: 100%;
  }
  .merit .item .text {
    padding: 2rem;
    min-height: unset;
  }
}

.step {
  background: #e5f7fb;
}
.step .inner {
  padding: 4rem 0 10rem;
}
.step .title {
  margin-bottom: 4rem;
}
.step .title h2 {
  text-align: center;
}
.step .content {
  position: relative;
  z-index: 2;
}
.step .content::before {
  content: "";
  width: 3px;
  height: 42rem;
  background: url(../img/dot.png) repeat-y center/100%;
  position: absolute;
  left: 7rem;
  top: 14.5rem;
  z-index: -1;
}
.step .content .flex {
  justify-content: space-between;
  margin-bottom: 4rem;
}
.step .content .flex:last-of-type {
  margin-bottom: 0;
}
.step .content .flex:nth-of-type(1) .box .text {
  align-self: center;
}
.step .content .num img {
  margin-top: 3.5rem;
}
.step .content .box {
  background: #fff;
  width: 83rem;
  padding: 2.6rem;
  display: flex;
}
.step .content .box .image {
  width: 19rem;
  height: 15.5rem;
  padding-top: 5px;
  margin-right: 3rem;
}
.step .content .box .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.step .content .box .text {
  width: 53rem;
}
.step .content .box .text p {
  font-size: 1.6rem;
  padding-left: 1.8rem;
  position: relative;
  line-height: 2;
}
.step .content .box .text p span {
  position: absolute;
  left: 0;
}
@media (max-width: 750px) {
  .step .title {
    margin-bottom: 9rem;
  }
  .step .content::before {
    height: 92%;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }
  .step .content .flex {
    margin-bottom: 9rem;
    position: relative;
  }
  .step .content .flex:nth-of-type(1)::before {
    content: "";
    width: 10rem;
    height: 10rem;
    background: url(../img/sp/step01-num.png) no-repeat center/100%;
    position: absolute;
    left: 50%;
    top: 0;
    transform: translate(-50%, -50%);
  }
  .step .content .flex:nth-of-type(2)::before {
    content: "";
    width: 10rem;
    height: 10rem;
    background: url(../img/sp/step02-num.png) no-repeat center/100%;
    position: absolute;
    left: 50%;
    top: 0;
    transform: translate(-50%, -50%);
  }
  .step .content .flex:nth-of-type(3)::before {
    content: "";
    width: 10rem;
    height: 10rem;
    background: url(../img/sp/step03-num.png) no-repeat center/100%;
    position: absolute;
    left: 50%;
    top: 0;
    transform: translate(-50%, -50%);
  }
  .step .content .num {
    display: none;
  }
  .step .content .box {
    padding: 6.5rem 2rem 3rem;
    flex-direction: column-reverse;
    width: 100%;
  }
  .step .content .box .image {
    width: 100%;
    height: 16rem;
    padding-top: 0;
  }
  .step .content .box .text {
    width: 100%;
    margin-bottom: 1.8rem;
  }
}

.faq {
  background: #e5f7fb;
}
.faq .inner {
  padding: 4rem 0 8rem;
}
.faq .section-title {
  text-align: center;
  margin-bottom: 6rem;
  position: relative;
  z-index: 2;
}
.faq .section-title .bg {
  font-family: "Oswald", sans-serif;
  font-size: 13rem;
  color: #49bae1;
  opacity: 0.15;
  z-index: -1;
}
.faq .section-title h2 {
  font-size: 4.5rem;
  text-align: center;
  font-weight: bold;
  font-family: "Noto Sans JP", sans-serif;
  margin-top: -3.4rem;
  position: relative;
  z-index: 2;
}
.faq ul {
  background: #fff;
  padding: 2rem 5rem;
  margin-bottom: 3rem;
  box-shadow: 0 1rem 2rem rgba(0, 64, 80, 0.1);
}
.faq ul:last-of-type {
  margin-bottom: 0;
}
.faq ul li {
  position: relative;
  display: flex;
  align-items: center;
}
.faq ul li.question {
  font-size: 1.8rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: bold;
  min-height: 4rem;
  padding-left: 6rem;
  cursor: pointer;
  position: relative;
}
.faq ul li.question::before {
  content: "";
  width: 4rem;
  height: 4rem;
  background: url(../img/q.png) no-repeat center/100%;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.faq ul li.question.active .position span::after {
  transform: translateY(-50%);
}
.faq ul li.question .position {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
.faq ul li.question .position span {
  width: 1.8rem;
  height: 1.8rem;
  position: relative;
  display: block;
}
.faq ul li.question .position span::before {
  content: "";
  width: 100%;
  height: 2px;
  background: #000;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.faq ul li.question .position span::after {
  content: "";
  width: 100%;
  height: 2px;
  background: #000;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%) rotate(90deg);
  transition: 0.3s;
}
.faq ul li.answer {
  font-size: 1.6rem;
  line-height: 1.8;
  padding-top: 1.6rem;
  margin-top: 2rem;
  display: none;
}
.faq ul li.answer::before {
  content: "";
  width: 100%;
  height: 1px;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAUAAAABCAYAAAAW/mTzAAAAAXNSR0IArs4c6QAAABdJREFUGFdjLCgo+M/Dw8PQ0tLCyAAFAD0yBAK4NOcYAAAAAElFTkSuQmCC) repeat-x;
  position: absolute;
  top: 0;
  left: 0;
}
.faq ul li.answer p {
  padding-left: 6rem;
  position: relative;
}
.faq ul li.answer p::before {
  content: "";
  width: 4rem;
  height: 4rem;
  background: url(../img/a.png) no-repeat center/100%;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.faq ul li.answer p span.line {
  display: block;
  margin: 10px 0 20px;
}
.faq ul li.answer p span.line .text {
  font-weight: 700;
}
@media (max-width: 750px) {
  .faq ul li.answer p span.line .text {
    font-size: 14px;
    display: block;
  }
}
.faq ul li.answer p span.line .img {
  display: inline-block;
  padding: 0 4px;
  border-left: 1px dashed #000;
  border-right: 1px dashed #000;
  padding-top: 8px;
}
@media (max-width: 750px) {
  .faq ul li.answer p span.line .img {
    padding: 0;
    border-left: none;
    border-right: none;
    margin-bottom: 6px;
  }
}
.faq ul li.answer p span.dots {
  position: relative;
  display: inline-block;
  margin: 0;
  padding-left: 15px;
}
.faq ul li.answer p span.dots span {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  margin: 0;
}
@media (max-width: 750px) {
  .faq .section-title .bg {
    font-size: 10rem;
  }
  .faq .section-title h2 {
    font-size: 3.5rem;
  }
  .faq ul {
    padding: 3rem 2rem;
  }
  .faq ul li {
    line-height: 1.6;
  }
  .faq ul li.question {
    padding-left: 4.5rem;
    padding-right: 3rem;
    font-size: 1.6rem;
  }
  .faq ul li.question::before {
    width: 3rem;
    height: 3rem;
  }
  .faq ul li.answer p {
    padding-left: 4.5rem;
  }
  .faq ul li.answer p::before {
    width: 3rem;
    height: 3rem;
  }
}

.contact-us .section-title {
  background: url(../img/contact-us.jpg) no-repeat center/cover;
  text-align: center;
  padding: 6.2rem 0 7.4rem;
  position: relative;
  margin-bottom: 6rem;
}
.contact-us .section-title::before {
  content: "";
  width: 50%;
  height: 6rem;
  background: #fff;
  position: absolute;
  left: 0;
  bottom: -1px;
  clip-path: polygon(0 0, 100% calc(100% - 1px), 100% 100%, 0 100%);
}
.contact-us .section-title::after {
  content: "";
  width: 50%;
  height: 6rem;
  background: #fff;
  position: absolute;
  right: 0;
  bottom: -1px;
  clip-path: polygon(0 calc(100% - 1px), 100% 0, 100% 100%, 0 100%);
}
.contact-us .section-title span {
  font-size: 2.4rem;
  font-weight: bold;
  font-family: "Noto Sans JP", sans-serif;
  padding: 1.2rem 2rem;
  background: #fff;
  display: inline-block;
  margin-bottom: 2.4rem;
  position: relative;
  min-width: 34rem;
}
.contact-us .section-title span::before {
  content: "";
  width: 2rem;
  height: 100%;
  background: #fff;
  position: absolute;
  top: 0;
  left: 1px;
  transform: translateX(-100%);
  clip-path: polygon(1px 0, 100% 0, 100% 100%);
}
.contact-us .section-title span::after {
  content: "";
  width: 2rem;
  height: 100%;
  background: #fff;
  position: absolute;
  top: 0;
  right: 1px;
  transform: translateX(100%);
  clip-path: polygon(0 0, 100% 100%, 0 100%);
}
.contact-us .section-title h2 {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 4.5rem;
  font-weight: bold;
  color: #fff;
  text-align: center;
}
.contact-us .flex {
  justify-content: center;
  flex-wrap: wrap;
  gap: 20px 13px;
  margin-bottom: 33px;
}
@media (max-width: 750px) {
  .contact-us .flex {
    gap: 0;
  }
}
.contact-us .item {
  width: calc(33.3333333333% - 10px);
  padding: 2rem 0;
  text-align: center;
  border: 1px solid #acacac;
}
.contact-us .item p {
  font-weight: bold;
  font-size: 14px;
  text-align: center;
  margin-bottom: 1.6rem;
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: 0.04em;
}
.contact-us .item a {
  margin: auto;
  width: 20rem;
  height: 4rem;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 1.4rem;
  background: #000;
  font-family: "Noto Sans JP", sans-serif;
  position: relative;
  border: 1px solid #000;
  border-radius: 5px;
}
.contact-us .item a::after {
  content: "";
  width: 2rem;
  height: 2rem;
  background: url(../img/btn-flow-white.png) no-repeat center/100%;
  position: absolute;
  top: 50%;
  right: 1.3rem;
  transform: translateY(-50%);
  transition: 0.3s;
}
.contact-us .item a:hover {
  background: #fff;
  color: #000;
  opacity: 1;
}
.contact-us .item a:hover::after {
  background: url(../img/btn-flow-bk.png) no-repeat center/100%;
}
.contact-us .b-flex {
  display: flex;
  justify-content: center;
  gap: 0 13px;
}
@media (max-width: 750px) {
  .contact-us .b-flex {
    flex-direction: column;
    gap: 20px 0;
  }
}
.contact-us .banner a {
  display: block;
  text-align: center;
}
@media (max-width: 750px) {
  .contact-us .section-title::before, .contact-us .section-title::after {
    bottom: -1px;
  }
  .contact-us .section-title span {
    font-size: 2rem;
    min-width: 29.3rem;
  }
  .contact-us .section-title span::before {
    width: 1rem;
  }
  .contact-us .section-title span::after {
    width: 1rem;
  }
  .contact-us .section-title h2 {
    font-size: 3rem;
    line-height: 1.6;
  }
  .contact-us .flex {
    flex-direction: column;
  }
  .contact-us .item {
    width: 100%;
    margin-bottom: 2rem;
  }
  .contact-us .item:last-of-type {
    margin-bottom: 0;
  }
}

.form {
  position: relative;
}
.form .section-title {
  text-align: center;
  margin-bottom: 3rem;
  position: relative;
  z-index: 2;
}
.form .section-title .bg {
  font-family: "Oswald", sans-serif;
  font-size: 13rem;
  color: #49bae1;
  opacity: 0.15;
  z-index: -1;
}
.form .section-title h2 {
  font-size: 4.5rem;
  text-align: center;
  font-weight: bold;
  font-family: "Noto Sans JP", sans-serif;
  margin-top: -3.4rem;
  position: relative;
  z-index: 2;
}
.form .form-information {
  text-align: center;
  line-height: 2;
  font-size: 1.6rem;
  margin-bottom: 4rem;
}
.form .inner {
  padding: 8rem 0 9rem;
  position: relative;
  z-index: 2;
  max-width: 84rem;
}
.form .box {
  background: #fff;
  padding: 10rem 8.7rem;
}
.form .coution {
  text-align: center;
  font-size: 1.6rem;
  line-height: 2.2;
  margin-bottom: 6rem;
}
.form .navigation {
  display: flex;
  justify-content: center;
  position: relative;
  width: 32rem;
  margin: 0 auto 7rem;
  height: 5.1rem;
}
.form .navigation::before {
  content: "";
  width: 100%;
  height: 1px;
  background: #ccc;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 8px;
}
.form .navigation .flow {
  position: absolute;
}
.form .navigation .flow:nth-of-type(1) {
  left: 0;
  transform: translateX(-50%);
}
.form .navigation .flow:nth-of-type(2) {
  left: 50%;
  transform: translateX(-50%);
}
.form .navigation .flow:nth-of-type(3) {
  right: 0;
  transform: translateX(50%);
}
.form .navigation .flow.active p {
  color: #000;
}
.form .navigation .flow.active p::before {
  border-color: #00afdc;
  background: #00afdc;
}
.form .navigation .flow.active p::after {
  opacity: 1;
  visibility: visible;
}
.form .navigation p {
  line-height: 1;
  padding-top: 3.6rem;
  position: relative;
  color: #ababab;
}
.form .navigation p::before {
  content: "";
  width: 1.2rem;
  height: 1.2rem;
  border: 1px solid #ccc;
  background: #ccc;
  position: absolute;
  border-radius: 50%;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
.form .navigation p::after {
  content: "";
  width: 2.8rem;
  height: 2.8rem;
  border: 1px solid #007cc8;
  position: absolute;
  border-radius: 50%;
  top: 7px;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  visibility: hidden;
}
.form .error {
  text-align: center;
  font-size: 1.6rem;
  line-height: 2.2;
  margin-bottom: 6rem;
}
.form table {
  width: 100%;
}
.form table.commontbl tr:first-of-type {
  margin-bottom: 3rem;
}
.form table.commontbl td {
  padding: 15px 18px;
  border: 1px solid #f5f5f5;
  transition: 0.3s;
  font-size: 14px;
  line-height: 1.4;
  background: #f5f5f5;
  font-weight: 500;
}
.form .flex {
  display: flex;
}
.form tr {
  margin-bottom: 26px;
  display: flex;
  align-items: center;
}
.form tr:last-of-type {
  align-items: flex-start;
  margin-bottom: 6rem;
}
.form tr:last-of-type th {
  padding-top: 18px;
}
.form th {
  width: 240px;
  font-weight: bold;
  position: relative;
  display: inline-block;
  font-size: 1.6rem;
  font-family: "Noto Sans JP", sans-serif;
}
.form th span {
  width: 4rem;
  height: 2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.2rem;
  position: absolute;
  color: #fff;
  background: #00afdc;
  top: 50%;
  transform: translateY(-50%);
  right: 6rem;
  font-weight: 500;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
}
.form td {
  width: calc(100% - 240px);
  display: inline-block;
}
.form td.flex {
  margin: 0;
}
.form td input, .form td textarea {
  padding: 15px 18px;
  width: 100%;
  border: 1px solid #f1f1f1;
  transition: 0.3s;
  font-size: 16px;
  line-height: 1.4;
  background: #f1f1f1;
  font-weight: 500;
  font-family: "Noto Sans JP", sans-serif;
}
.form td input::-moz-placeholder, .form td textarea::-moz-placeholder {
  color: #a6a6a6;
  font-weight: 500;
}
.form td input::placeholder, .form td textarea::placeholder {
  color: #a6a6a6;
  font-weight: 500;
}
.form td input[type=radio], .form td textarea[type=radio] {
  border: 1px solid #d2d2d2;
  width: 16px !important;
  border-radius: 50%;
  height: 16px;
  padding: 4px;
  background: #fff;
  position: relative;
  margin-right: 0.5rem;
  box-shadow: none;
  transform: translateY(1px);
}
.form td input[type=radio]::after, .form td textarea[type=radio]::after {
  content: "";
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #00afdc;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  transition: 0.3s;
}
.form td input[type=radio]:checked, .form td textarea[type=radio]:checked {
  border-color: #939292;
}
.form td input[type=radio]:checked::after, .form td textarea[type=radio]:checked::after {
  opacity: 1;
}
.form td input[type=text]:focus, .form td textarea[type=text]:focus {
  border-color: #939292;
  background: #fff;
  outline: 0;
}
.form td input:focus-visible, .form td textarea:focus-visible {
  outline-style: none;
  background: #fff;
  border-color: #939292;
  outline: 0;
}
.form td textarea {
  height: 180px;
  resize: none;
}
.form td label {
  cursor: pointer;
}
.form td div {
  margin-right: 60px;
  cursor: pointer;
}
.form td div:last-of-type {
  margin-right: 0;
}
.form td div input {
  width: inherit;
  margin: auto;
}
.form button {
  display: block;
  margin: auto;
  cursor: pointer;
}
.form button span {
  transition: 0.3s;
}
.form button span:hover {
  opacity: 0.7;
}
.form .clum_box {
  display: flex;
  justify-content: center;
}
.form .clum_box li:first-of-type {
  margin-right: 50px;
}
.form .clum_box li:first-of-type button span {
  background: #c3c1be;
  color: #3b3b3b;
  border-color: #c3c1be;
}
@media (max-width: 750px) {
  .form .clum_box li:first-of-type button span {
    margin-bottom: 3rem;
  }
}
.form .clum_box li:first-of-type button span::after {
  content: none;
}
.form .clum_box li:first-of-type button span:hover {
  background: #a5a4a3;
}
.form .btn a {
  margin: auto;
  width: 22rem;
  height: 5rem;
  background: #00afdc;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  color: #fff;
  border: 1px solid #00afdc;
}
.form .btn a:hover {
  opacity: 1;
  background: #fff;
  color: #00afdc;
}
@media (max-width: 750px) {
  .form .section-title .bg {
    font-size: 10rem;
  }
  .form .section-title h2 {
    font-size: 3.5rem;
  }
  .form tr {
    flex-direction: column;
  }
  .form th {
    width: 100%;
    margin-bottom: 1.4rem;
  }
  .form th span {
    right: 0;
  }
  .form td {
    width: 100%;
  }
}

.form-mail {
  margin-top: 8rem;
}
.form-mail h2 {
  font-size: 3rem;
  text-align: center;
  margin-bottom: 3rem;
}
.form-mail button {
  display: block;
  margin: auto;
}
.form-mail button span {
  width: 28rem;
  height: 6rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2rem;
  border: 1px solid #00afdc;
  font-family: "Noto Sans JP", sans-serif;
  position: relative;
  font-size: 1.6rem;
  font-weight: bold;
  transition: 0.3s;
  cursor: pointer;
  background: #00afdc;
  color: #fff;
}
.form-mail button span::after {
  content: "";
  width: 3rem;
  height: 3rem;
  position: absolute;
  background: url(../img/top/btn-flow-bk.png) no-repeat center/100%;
  top: 50%;
  right: 2rem;
  transform: translateY(-50%);
  transition: 0.3s;
}
.form-mail button span:hover {
  opacity: 1;
  background: #fff;
  color: #00afdc;
}
.form-mail button span:hover::after {
  background: url(../img/top/btn-flow-gray.png) no-repeat center/100%;
}
@media (max-width: 750px) {
  .form-mail {
    margin-top: 0;
  }
  .form-mail button {
    width: 100%;
  }
  .form-mail button span {
    max-width: 100%;
    width: 100%;
  }
  .form-mail .clum_box {
    flex-direction: column;
  }
  .form-mail .clum_box li:first-of-type {
    margin-right: 0;
  }
}

footer {
  background: #000;
  position: relative;
}
footer .inner {
  padding: 5rem 0 3rem;
}
footer .logo {
  text-align: center;
  margin-bottom: 2.6rem;
}
footer .name {
  text-align: center;
  margin-bottom: 30px;
}
footer .name p {
  color: #fff;
  text-align: center;
  font-size: 1.4rem;
  margin-bottom: 2rem;
}
footer .name a {
  color: #fff;
  font-size: 1.4rem;
}
footer .name a span {
  position: relative;
  padding-right: 2.6rem;
}
footer .name a span::after {
  content: "";
  width: 1.5rem;
  height: 1.5rem;
  background: url(../img/other-page.png) no-repeat center/100%;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
footer .links {
  display: flex;
  justify-content: center;
  gap: 0 30px;
  margin-bottom: 30px;
}
@media (max-width: 750px) {
  footer .links {
    flex-direction: column;
    gap: 15px 0;
    align-items: center;
    margin-bottom: 15px;
  }
}
footer .links li a {
  display: block;
  color: #fff;
}
@media (max-width: 750px) {
  footer .links li a {
    font-size: 14px;
  }
}
footer .flex {
  justify-content: center;
  margin-bottom: 5rem;
}
footer .flex .item {
  width: 25rem;
  position: relative;
  min-height: 9rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-left: 1px solid #fff;
}
footer .flex .item:last-of-type {
  border-right: 1px solid #fff;
}
footer .flex .item p {
  text-align: center;
  color: #fff;
  font-size: 1.4rem;
  line-height: 1.8;
}
footer .flex .item a {
  color: #fff;
}
footer .copyright p {
  text-align: center;
  color: #fff;
  font-size: 1.2rem;
}
footer .copyright a {
  color: #fff;
}
footer .page-top {
  position: fixed;
  bottom: 3rem;
  right: 3rem;
  z-index: 99;
}
footer .fixed-btns {
  display: none;
}
@media (max-width: 750px) {
  footer {
    margin-bottom: 6rem;
  }
  footer.mail-footer {
    margin-bottom: 0;
  }
  footer .inner {
    padding-bottom: 2rem;
  }
  footer .name {
    margin-bottom: 1.4rem;
  }
  footer .name p {
    margin-bottom: 1.4rem;
  }
  footer .flex {
    flex-direction: column;
    margin-bottom: 2rem;
  }
  footer .flex .item {
    width: 100%;
    margin-bottom: 2rem;
    padding-bottom: 2rem;
    border-left: none;
    position: relative;
  }
  footer .flex .item::before {
    content: "";
    width: 80%;
    height: 1px;
    background: #fff;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
  }
  footer .flex .item:last-of-type {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
    border-right: none;
  }
  footer .flex .item:last-of-type::before {
    content: none;
  }
  footer .page-top {
    position: fixed;
    width: 5rem;
    bottom: 8rem;
    right: 2rem;
  }
  footer .page-top.page-bottom-on {
    opacity: 0;
    visibility: hidden;
  }
  footer .page-top.visibity {
    position: absolute !important;
    opacity: 1 !important;
    visibility: visible !important;
  }
  footer .fixed-btns {
    position: fixed;
    width: 100%;
    bottom: 0;
    z-index: 998;
  }
  footer .fixed-btns .flex-btn {
    display: flex;
  }
  footer .fixed-btns a {
    width: 33.3333333333%;
  }
}

.thanks-page #form {
  margin-top: 8rem;
}
.thanks-page #form .inner {
  padding: 9rem 0;
}
.thanks-page #form h2 {
  font-size: 3.5rem;
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: bold;
  margin-bottom: 4rem;
}
.thanks-page #form p {
  font-size: 1.6rem;
  text-align: center;
  line-height: 1.8;
  margin-bottom: 5rem;
}
.thanks-page #form a {
  margin: auto;
  width: 24rem;
  height: 6rem;
  background: #00afdc;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 1.8rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: bold;
  border-radius: 5px;
}
@media (max-width: 750px) {
  .thanks-page #form {
    margin-top: 0;
  }
  .thanks-page #form h2 {
    font-size: 3rem;
  }
}

/* 追加下層ページ */
#policy,
#terms {
  padding: 150px 0;
}
@media (max-width: 750px) {
  #policy,
  #terms {
    padding: 80px 0;
  }
}
#policy .inner,
#terms .inner {
  max-width: 800px;
}
#policy .inner h2,
#terms .inner h2 {
  font-size: 30px;
  font-weight: bold;
  margin-bottom: 50px;
}
@media (max-width: 750px) {
  #policy .inner h2,
  #terms .inner h2 {
    font-size: 24px;
    margin-bottom: 30px;
  }
}
#policy .inner .cnt,
#terms .inner .cnt {
  margin-bottom: 50px;
}
#policy .inner .cnt.last,
#terms .inner .cnt.last {
  margin-bottom: 0;
}
#policy .inner h3,
#terms .inner h3 {
  margin-bottom: 40px;
  padding-left: 10px;
  border-left: 5px solid #009bdc;
  padding-top: 3px;
}
#policy .inner .read,
#terms .inner .read {
  font-size: 14px;
  line-height: 2;
  margin-bottom: 50px;
}
#policy .inner dl,
#terms .inner dl {
  margin-bottom: 40px;
}
#policy .inner dl:last-of-type,
#terms .inner dl:last-of-type {
  margin-bottom: 0;
}
#policy .inner dl dt,
#terms .inner dl dt {
  font-weight: bold;
  margin-bottom: 20px;
  border-bottom: 1px solid #009bdc;
  padding-bottom: 10px;
}
#policy .inner dl dd,
#terms .inner dl dd {
  line-height: 2;
  font-size: 14px;
}
#policy .inner dl dd ul,
#terms .inner dl dd ul {
  margin-top: 10px;
}
#policy .inner dl dd ul li,
#terms .inner dl dd ul li {
  position: relative;
  font-size: 14px;
  padding-left: 16px;
  margin-bottom: 5px;
}
#policy .inner dl dd ul li:last-of-type,
#terms .inner dl dd ul li:last-of-type {
  margin-bottom: 0;
}
#policy .inner dl dd ul li:before,
#terms .inner dl dd ul li:before {
  position: absolute;
  content: "";
  background: #009bdc;
  width: 6px;
  height: 6px;
  top: 10px;
  left: 3px;
  border-radius: 100%;
}
#policy .inner dl dd ul.non li,
#terms .inner dl dd ul.non li {
  padding-left: 22px;
}
#policy .inner dl dd ul.non li:before,
#terms .inner dl dd ul.non li:before {
  display: none;
}
#policy .inner dl dd ul.non li span,
#terms .inner dl dd ul.non li span {
  position: absolute;
  font-weight: bold;
  top: 0;
  left: 0;
}
#policy .inner .caution,
#terms .inner .caution {
  font-size: 14px;
  margin-top: 30px;
  line-height: 2;
}
#policy .inner .caution .right,
#terms .inner .caution .right {
  text-align: right;
}
@media (max-width: 750px) {
  #policy .inner .caution .right,
  #terms .inner .caution .right {
    margin-top: 20px;
  }
}

#download {
  padding: 150px 0;
}
@media (max-width: 750px) {
  #download {
    padding: 80px 0;
  }
}
#download .inner {
  /* ポップアップ全体のスタイル */
}
#download .inner h2 {
  font-size: 30px;
  font-weight: bold;
  margin-bottom: 50px;
}
@media (max-width: 750px) {
  #download .inner h2 {
    font-size: 24px;
    line-height: 1.5;
    margin-bottom: 30px;
  }
}
#download .inner h3 {
  margin: 40px 0 20px;
  padding-left: 10px;
  border-left: 5px solid #009bdc;
  padding-top: 3px;
}
#download .inner .caution {
  line-height: 2;
}
#download .inner .caution p {
  position: relative;
  padding-left: 20px;
}
#download .inner .caution p:before {
  position: absolute;
  content: "※";
  font-size: 16px;
  top: 0;
  left: 0;
}
#download .inner dl {
  border-top: 1px solid #009bdc;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px;
}
@media (max-width: 750px) {
  #download .inner dl {
    gap: 0 20px;
    padding: 10px;
  }
}
#download .inner dl.last {
  border-bottom: 1px solid #009bdc;
}
@media (max-width: 750px) {
  #download .inner dl dt {
    width: 220px;
    font-size: 14px;
    line-height: 1.5;
  }
}
#download .inner dl dd {
  color: #fff;
  font-weight: bold;
}
@media (max-width: 750px) {
  #download .inner dl dd {
    font-size: 12px;
    text-align: center;
    width: calc(100% - 240px);
  }
}
#download .inner dl dd .play-btn {
  cursor: pointer;
  border: 1px solid #000;
  padding: 10px 20px;
  background: #000;
}
@media (max-width: 750px) {
  #download .inner dl dd .play-btn {
    padding: 10px 0;
  }
}
#download .inner dl dd a {
  color: #fff;
  display: block;
  border: 1px solid #000;
  padding: 10px 20px;
  background: #000;
}
@media (max-width: 750px) {
  #download .inner dl dd a {
    padding: 10px 0;
  }
}
#download .inner .video-popup {
  display: none; /* 初期は非表示 */
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8); /* 背景の黒色 */
  justify-content: center;
  align-items: center;
  z-index: 1000;
}
#download .inner .video-popup .video-content {
  position: relative;
  width: 500px;
  height: 350px;
  background: #fff;
  padding: 20px;
  border-radius: 8px;
}
@media (max-width: 750px) {
  #download .inner .video-popup .video-content {
    width: 300px;
    height: 200px;
    padding: 10px;
  }
}
#download .inner .video-popup .video-content iframe {
  width: 100%;
  height: 100%;
}
#download .inner .video-popup .video-content .close-btn {
  position: absolute;
  top: -30px;
  right: 0;
  font-size: 24px;
  color: #fff;
  cursor: pointer;
}