@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;600;700;800&family=Oswald:wght@700&display=swap");
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
  background: transparent;
  border: 0;
  margin: 0;
  outline: 0;
  padding: 0;
  vertical-align: baseline;
}

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

* {
  min-height: 0vw;
}

body {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  line-height: 1;
}

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

ol, ul {
  list-style: none;
}

em {
  font-style: normal;
}

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

input, select {
  vertical-align: middle;
}

img {
  display: block;
  border-style: none;
  font-size: 0;
  line-height: 0;
}

a {
  background: transparent;
  margin: 0;
  padding: 0;
  text-decoration: none;
  vertical-align: baseline;
}

@media screen and (max-width: 767px) {
  .sp_none {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .pc_none {
    display: none;
  }
}
.w100 {
  width: 100%;
}

.bold {
  font-weight: bold;
}

.by {
  background: #fff157;
  font-weight: bold;
}

.cg {
  color: #47c695;
  font-weight: bold;
}

.fade {
  opacity: 0;
  transition: all 0.6s ease-out;
}

.fade_on {
  opacity: 1;
}

.movexl {
  opacity: 0;
  translate: -20px 0;
  transition: all 0.4s ease-out;
}

.movexr {
  opacity: 0;
  translate: 20px 0;
  transition: all 0.4s ease-out;
}

.movexl_on,
.movexr_on {
  opacity: 1;
  translate: 0 0;
}

.movey {
  opacity: 0;
  translate: 0 20px;
  transition: all 0.4s ease-out;
}

.movey_on {
  opacity: 1;
  translate: 0 0;
}

.small {
  scale: 1.5;
  opacity: 0;
  transition: all 0.4s ease-out 0.4s;
}

.small_on {
  scale: 1;
  opacity: 1;
}

.move {
  opacity: 0;
}

.move_on {
  opacity: 1;
}

.bs {
  animation: bigSmall 0.3s infinite alternate;
}

@keyframes bigSmall {
  0% {
    scale: 1;
  }
  100% {
    scale: 0.92;
  }
}
@keyframes f_a {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes m_r {
  0% {
    opacity: 0;
    translate: 20px 0;
  }
  100% {
    opacity: 1;
    translate: 0 0;
  }
}
@keyframes m_t {
  0% {
    opacity: 0;
    translate: 0 -20px;
  }
  100% {
    opacity: 1;
    translate: 0 0;
  }
}
@keyframes m_l {
  0% {
    opacity: 0;
    translate: -20px 0;
  }
  100% {
    opacity: 1;
    translate: 0 0;
  }
}
.slide {
  animation: slide 0.5s infinite alternate;
}

@keyframes slide {
  0% {
    translate: 0 0;
  }
  100% {
    translate: 0 10px;
  }
}
.container {
  overflow: hidden;
}

@media screen and (min-width: 768px) {
  header.top {
    background: url(../img/fv-bg-pc.jpg) center bottom no-repeat;
    background-size: cover;
  }
}
@media screen and (max-width: 767px) {
  header.top {
    background: url(../img/fv-bg-sp.jpg) center bottom no-repeat;
    background-size: 100% auto;
  }
}
header .nav_wrap {
  position: relative;
  margin: auto;
  padding: min(4%, 15px) min(6%, 25px);
}
header .nav_wrap h1 {
  width: min(45.454%, 169px);
}
@media screen and (min-width: 768px) {
  header .nav_wrap {
    animation: m_t 0.6s linear 0.4s both;
    width: 1100px;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  header .nav_wrap ul {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    font-size: 16px;
  }
  header .nav_wrap ul li + li {
    margin-left: 3em;
  }
  header .nav_wrap ul a {
    color: #000;
    transition: all 0.3s linear;
  }
  header .nav_wrap ul a:hover {
    opacity: 0.7;
  }
  header .nav_wrap ul .n_btn a {
    display: block;
    background: #faa2a2;
    padding: 0.6em 1em;
    border-radius: 100vh;
    color: #fff;
  }
}
@media screen and (max-width: 767px) {
  header .nav_wrap #menu_overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
    display: none;
    overflow: hidden;
    z-index: 97;
  }
  header .nav_wrap #switch_btn {
    position: absolute;
    top: 7px;
    right: 10px;
    display: block;
    width: 40px;
    height: 40px;
    z-index: 100;
  }
  header .nav_wrap #switch_btn span {
    position: absolute;
    right: 5px;
    width: 30px;
    height: 2px;
    background: #000;
    transition: all 0.3s ease;
  }
  header .nav_wrap #switch_btn span:nth-of-type(1) {
    top: 8px;
  }
  header .nav_wrap #switch_btn span:nth-of-type(2) {
    top: 19px;
  }
  header .nav_wrap #switch_btn span:nth-of-type(3) {
    bottom: 8px;
  }
  header .nav_wrap #switch_btn.btn_close span {
    background: #fff;
  }
  header .nav_wrap #switch_btn.btn_close span:nth-of-type(1) {
    transform: translateY(11.5px) rotate(-315deg);
  }
  header .nav_wrap #switch_btn.btn_close span:nth-of-type(2) {
    opacity: 0;
  }
  header .nav_wrap #switch_btn.btn_close span:nth-of-type(3) {
    transform: translateY(-11.5px) rotate(315deg);
  }
  header .nav_wrap #menu_wrap {
    position: fixed;
    top: 0;
    right: -200px;
    width: 200px;
    height: 100%;
    background: #ff8c00;
    overflow: auto;
    z-index: 99;
  }
  header .nav_wrap #menu_wrap ul {
    margin: 60px 0 0;
    width: 100%;
    border-top: rgba(255, 255, 255, 0.5) 1px solid;
  }
  header .nav_wrap #menu_wrap li {
    width: 100%;
    border-bottom: rgba(255, 255, 255, 0.5) 1px solid;
  }
  header .nav_wrap #menu_wrap li a {
    display: block;
    padding: 1.3em 1em;
    color: #fff;
    font-weight: normal;
  }
}
header .fv {
  position: relative;
  margin: auto;
  padding: min(8%, 80px) min(6%, 25px) min(16%, 134px);
}
@media screen and (min-width: 768px) {
  header .fv {
    width: 1100px;
  }
  header .fv .screen {
    position: absolute;
    top: 36px;
    left: 47.619%;
  }
}
@media screen and (max-width: 767px) {
  header .fv {
    text-align: center;
  }
  header .fv .screen {
    width: 100%;
    margin: 6% 0;
  }
  header .fv .t2 {
    animation: m_l 0.6s linear 2s both;
  }
}
header .fv .screen {
  animation: m_r 0.6s linear 2s both;
}
header .fv .box h2 {
  animation: m_l 0.6s linear 1.4s both;
  width: min(100%, 428px);
}
header .fv .fv-btn {
  animation: m_l 0.6s linear 2.6s both;
  display: block;
  width: min(91%, 315px);
  margin: min(8%, 40px) 0 0;
  padding: 1em;
  background: #ff8c00 url(../img/btn-arrow-y.png) right 4% center no-repeat;
  background-size: 1.3em auto;
  border-radius: 100vh;
  text-align: center;
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  transition: all 0.3s linear;
}
header .fv .fv-btn:hover {
  background: #ffb400 url(../img/btn-arrow-y.png) right 4% center no-repeat;
  background-size: 1.3em auto;
}
@media screen and (max-width: 767px) {
  header .fv .fv-btn {
    margin: 8% auto 0;
  }
}

.sec01 .inr {
  padding: min(18%, 38px) min(6%, 25px) min(10%, 85px);
}
@media screen and (min-width: 768px) {
  .sec01 .inr {
    min-width: 1100px;
    background: url(../img/sec01-bg-pc.jpg) center top no-repeat;
    background-size: cover;
  }
  .sec01 .inr .lead {
    display: flex;
    justify-content: center;
    margin-bottom: -30px;
  }
  .sec01 .inr .lead img {
    width: 162px;
    translate: 0 -40px;
  }
  .sec01 .inr .lead dl {
    margin-left: 2em;
    padding: 75px 0 0;
  }
  .sec01 .inr ul {
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
  }
  .sec01 .inr ul li:not(:last-child) {
    width: 50%;
  }
}
@media screen and (max-width: 767px) {
  .sec01 .inr {
    background: url(../img/sec01-bg-sp.jpg) center top no-repeat;
    background-size: cover;
  }
  .sec01 .inr .box {
    margin-top: 14%;
  }
  .sec01 .inr .lead img {
    width: 34.5%;
    margin: auto;
    translate: 0 -20%;
  }
  .sec01 .inr .lead dt {
    margin-top: -11%;
    text-align: center;
  }
  .sec01 .inr ul {
    margin-top: 2em;
  }
}
.sec01 h2 {
  animation: f_a 0.6s linear 2.6s both;
  font-size: clamp(24px, 16.7586206897px + 1.9310344828vw, 38px);
  text-align: center;
  line-height: 1.4;
}
.sec01 .box {
  animation: f_a 0.6s linear 2.6s both;
  max-width: 1100px;
  margin: 55px auto 0;
  padding: 0 6% min(17.5%, 75px);
  background: #fff;
  border-radius: 10px;
}
.sec01 dt {
  font-size: clamp(20px, 14.8275862069px + 1.3793103448vw, 30px);
  color: #13a2d0;
  font-weight: 700;
  line-height: 1.4;
}
.sec01 dd {
  margin-top: 0.5em;
  line-height: 1.8;
}
.sec01 li {
  margin-top: 1.4em;
  padding-left: 2.666em;
  background: url(../img/sec01-check.png) left center no-repeat;
  background-size: 30px auto;
  font-weight: 600;
  line-height: 1.8;
}
.sec01 li p {
  display: inline-block;
  position: relative;
}
.sec01 li p::after {
  position: absolute;
  top: 50%;
  right: -1em;
  transform: translateY(-50%);
  display: block;
  content: "";
  width: 4.5em;
  height: 4.5em;
  background: url(../img/sec01-stamp.png) center center no-repeat;
  background-size: 100% auto;
}
@media screen and (min-width: 768px) {
  .sec01 li p::after {
    transform: translateY(-65%);
    right: -3.5em;
  }
}
@media screen and (max-width: 767px) {
  .sec01 li p {
    padding-right: 2em;
  }
}
.sec01 .arrow {
  width: min(38.78%, 256px);
  margin: -55px auto 0;
}
@media screen and (max-width: 767px) {
  .sec01 .arrow {
    margin: -5.8% auto 0;
  }
}
.sec01 .t5 {
  font-size: clamp(24px, 13.6551724138px + 2.7586206897vw, 44px);
  font-weight: 700;
  text-align: center;
  line-height: 1.4;
}
.sec01 .t5 .nam {
  font-size: 75%;
}
.sec01 .t5 .color_2 {
  color: #47c695;
}
.sec01 .t5 .color_2 span {
  font-size: 126%;
}
.sec01 .t5 .color_1 {
  color: #ff8c00;
}
@media screen and (max-width: 767px) {
  .sec01 li {
    padding-top: 1.4em;
    border-top: 1px solid #e0e0e0;
  }
}

@media screen and (min-width: 768px) {
  .wrap {
    width: 1100px;
    margin: auto;
  }
}

.y_btn {
  display: block;
  width: min(88%, 420px);
  margin: min(8%, 40px) auto 0;
  padding: 1em;
  background: #ff8c00 url(../img/btn-arrow-y.png) right 4% center no-repeat;
  background-size: 1.3em auto;
  border-radius: 100vh;
  text-align: center;
  color: #fff;
  font-size: clamp(20px, 16.8965517241px + 0.8275862069vw, 26px);
  font-weight: 700;
  transition: all 0.3s linear;
}
.y_btn:hover {
  background: #ffb400 url(../img/btn-arrow-y.png) right 4% center no-repeat;
  background-size: 1.3em auto;
}

.t_1 {
  text-align: center;
  font-size: clamp(30px, 24.8275862069px + 1.3793103448vw, 40px);
  font-weight: 700;
  line-height: 1.4;
}
.t_1 .en {
  display: inline-block;
  margin-bottom: 0.7em;
  padding: 0 0.5em 0.3em;
  border-bottom: 1px solid #b2b2b2;
  color: #b2b2b2;
  font-family: "Oswald", sans-serif;
  font-size: 50%;
  letter-spacing: 0.2em;
}

.t_1_lead {
  margin-top: 0.8em;
  font-size: clamp(19px, 18.4827586207px + 0.1379310345vw, 20px);
  line-height: 1.8;
  font-weight: 600;
}
@media screen and (min-width: 768px) {
  .t_1_lead {
    text-align: center;
  }
}

.sec02 {
  padding: min(28.5%, 163px) min(6%, 25px) 0;
}
.sec02 h3 {
  margin-bottom: 0.7em;
  line-height: 1.4;
  font-weight: 700;
  font-size: clamp(27px, 25.4482758621px + 0.4137931034vw, 30px);
}
.sec02 h3 span {
  display: block;
  font-family: "Oswald", sans-serif;
  font-size: 50%;
}
.sec02 li {
  margin: min(14.5%, 50px) 0 0;
}
.sec02 li .detail li {
  margin: 0.4em 0;
  padding-left: 1em;
  text-indent: -1em;
  line-height: 1.8;
}
.sec02 li:nth-child(1) h3 span {
  color: #477fc1;
}
.sec02 li:nth-child(2) h3 span {
  color: #36b4b5;
}
.sec02 li:nth-child(3) h3 span {
  color: #67bc76;
}
.sec02 li:nth-child(4) h3 span {
  color: #fbc96c;
}
.sec02 li:nth-child(5) h3 span {
  color: #ec7176;
}
.sec02 li:nth-child(6) h3 span {
  color: #cd83b5;
}
@media screen and (min-width: 768px) {
  .sec02 {
    width: 1100px;
    margin: auto;
  }
  .sec02 li {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .sec02 li .box {
    margin-right: 50px;
  }
  .sec02 li .ph1 {
    width: 610px;
  }
  .sec02 li .ph2 {
    width: 452px;
  }
}
@media screen and (max-width: 767px) {
  .sec02 li img {
    width: 100%;
    margin-top: 6%;
  }
}
.sec02 .ac dt {
  margin-top: 1em;
  cursor: pointer;
  color: #045fbc;
  text-decoration: underline;
}
.sec02 .ac dd {
  margin-top: 1em;
  background: #f1f1f1;
  border-radius: 10px;
  padding: 2em;
  line-height: 1.8;
}
.sec02 .ac dd p {
  margin: 0.5em 0;
}
.sec02 .ac dd div {
  margin: 1em 0;
  padding: 0.5em 1em;
  background: #fff;
  border-radius: 10px;
}
.sec02 .ac dd div span {
  display: block;
  margin-bottom: 0.4em;
  padding-bottom: 0.2em;
  border-bottom: 1px solid #67bc76;
}
@media screen and (max-width: 767px) {
  .sec02 .ac {
    padding-left: 1em;
  }
}
.sec02 .btn_t1 {
  margin-top: 3em;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  font-size: clamp(19px, 16.4137931034px + 0.6896551724vw, 24px);
  font-weight: 600;
  line-height: 1.4;
}
.sec02 .btn_t1::before {
  content: "";
  width: 30px;
  height: 1px;
  transform: rotate(60deg);
  box-sizing: border-box;
  background-color: #333333;
}
.sec02 .btn_t1::after {
  content: "";
  width: 30px;
  height: 1px;
  transform: rotate(-60deg);
  box-sizing: border-box;
  background-color: #333333;
}
.sec02 .btn_t2 {
  margin-top: 0.5em;
  font-size: clamp(23px, 16.275862069px + 1.7931034483vw, 36px);
  line-height: 1.4;
  font-weight: 700;
  text-align: center;
}

.sec03 {
  margin-top: min(27%, 144px);
  padding: min(20%, 104px) min(6%, 25px);
  background: url(../img/sec03-bg.jpg) center center no-repeat;
  background-size: cover;
}
@media screen and (min-width: 768px) {
  .sec03 .fun {
    width: 1000px;
    margin: auto;
  }
}
@media screen and (max-width: 767px) {
  .sec03 img {
    margin-top: 6%;
  }
}
.sec03 h3 {
  margin-bottom: 0.7em;
  line-height: 1.4;
  font-weight: 700;
  font-size: clamp(24px, 22.9655172414px + 0.275862069vw, 26px);
}
.sec03 h3 span {
  display: block;
  margin-bottom: 0.4em;
  font-family: "Oswald", sans-serif;
  font-size: 50%;
  color: #61cdb0;
}
.sec03 .fun {
  margin-top: min(10.6%, 50px);
}
.sec03 .fun img {
  width: min(100%, 428px);
  border: 1px solid #e0e0e0;
}
.sec03 .fun > li {
  margin-top: min(6%, 25px);
  padding: min(12%, 40px) min(6%, 50px);
  background: #fff;
  border-radius: 10px;
}
@media screen and (min-width: 768px) {
  .sec03 .fun > li {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
  }
  .sec03 .fun > li:nth-child(even) {
    flex-direction: row-reverse;
  }
  .sec03 .fun > li .box {
    width: 428px;
  }
  .sec03 .fun > li .ac_wrap {
    flex: 0 0 100%;
  }
}
.sec03 .detail li {
  margin: 0.2em 0;
  padding-left: 1em;
  text-indent: -1em;
  line-height: 1.8;
}
.sec03 .ac dt {
  margin-top: 1.5em;
  cursor: pointer;
  color: #045fbc;
  text-decoration: underline;
}
.sec03 .ac dd {
  margin-top: 1em;
  background: #f1f1f1;
  border-radius: 10px;
  padding: 2em;
  line-height: 1.8;
}
.sec03 .ac dd p {
  margin: 0.5em 0;
}
.sec03 .ac dd div {
  margin: 1em 0;
  padding: 0.5em 1em;
  background: #fff;
  border-radius: 10px;
}
.sec03 .ac dd div span {
  display: block;
  margin-bottom: 0.4em;
  padding-bottom: 0.2em;
  border-bottom: 1px solid #67bc76;
}

.talbe_area {
  padding: min(10%, 40px) min(6%, 25px);
}
@media screen and (min-width: 768px) {
  .talbe_area {
    width: 1050px;
    margin: auto;
  }
}
.talbe_area p {
  margin-bottom: 1em;
  line-height: 1.8;
  font-size: clamp(18px, 16.9655172414px + 0.275862069vw, 20px);
}
@media screen and (min-width: 768px) {
  .talbe_area p {
    text-align: center;
  }
}
.talbe_area dt {
  position: relative;
  padding: 5px;
  border: 1px solid #000;
  border-radius: 100vh;
  font-weight: 600;
  font-size: clamp(18px, 15.9310344828px + 0.5517241379vw, 22px);
  text-align: center;
  line-height: 1.4;
  cursor: pointer;
  transition: all 0.3s linear;
}
.talbe_area dt span {
  display: block;
  width: 100%;
  padding: 1em;
  background: #78d6c4;
  border-radius: 100vh;
  transition: all 0.3s linear;
}
.talbe_area dt::before {
  position: absolute;
  top: 50%;
  right: 1.5em;
  width: 1px;
  height: 1em;
  content: "";
  margin-top: -0.5em;
  background: #000;
  transition: all 0.3s linear;
}
.talbe_area dt::after {
  position: absolute;
  top: 50%;
  right: 1em;
  width: 1em;
  height: 1px;
  content: "";
  background: #000;
  transition: all 0.3s linear;
}
.talbe_area dt.active::before {
  rotate: 90deg;
  opacity: 0;
}
.talbe_area dt:hover span {
  background: #78d69e;
}
.talbe_area dd {
  padding-top: 2em;
  font-size: 14px;
  line-height: 1.4;
}
.talbe_area dd thead th {
  background: #78d6c4;
  border: none;
}
.talbe_area dd tbody th {
  background: #e4f7f3;
}
.talbe_area dd td.st {
  color: #3da591;
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  .talbe_area dd th,
  .talbe_area dd td {
    padding: 0.6em 1em;
    vertical-align: middle;
    border-bottom: 1px solid #e0e0e0;
  }
}
@media screen and (max-width: 767px) {
  .talbe_area dd colgroup {
    display: none;
  }
  .talbe_area dd thead,
  .talbe_area dd tbody,
  .talbe_area dd th,
  .talbe_area dd td,
  .talbe_area dd tr {
    display: block;
  }
  .talbe_area dd thead {
    display: none;
  }
  .talbe_area dd tbody th {
    font-weight: bold;
    margin: 1.5em 0 0;
    padding: 0.6em 1em;
    background: #98e6d7;
  }
  .talbe_area dd td {
    padding: 0.6em 1em 0.3em;
  }
  .talbe_area dd td + td {
    padding: 0 1em 0.6em;
    border-bottom: 1px solid #e0e0e0;
  }
  .talbe_area dd td::before {
    content: attr(data-label);
    font-weight: bold;
    display: block;
    margin-bottom: 4px;
  }
}
.talbe_area dd p {
  margin-top: 1em;
  font-size: 18px;
}

.sec04 {
  padding: min(20%, 104px) min(6%, 25px);
}
@media screen and (min-width: 768px) {
  .sec04 {
    width: 1050px;
    margin: auto;
  }
  .sec04 .scene {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .sec04 .scene li {
    width: 32%;
  }
  .sec04 .scene li:nth-child(n+4) {
    width: 23.5%;
  }
}
.sec04 .scene li {
  position: relative;
  margin-top: 46px;
  padding: min(14.5%, 46px) min(6%, 20px) min(6%, 26px);
  border: 1px solid #000;
  border-radius: 10px;
}
.sec04 .scene li .icon {
  position: absolute;
  top: 0;
  left: 50%;
  margin: -35px 0 0 -35px;
  width: 70px;
  height: 70px;
}
.sec04 .scene li h3 {
  font-size: clamp(18px, 16.9655172414px + 0.275862069vw, 20px);
  text-align: center;
}
.sec04 .scene li p {
  margin-top: 0.6em;
  font-size: 16px;
  line-height: 1.6;
}
.sec04 .sub_t {
  margin: 3em 0 1em;
  font-size: clamp(20px, 15.8620689655px + 1.1034482759vw, 28px);
  text-align: center;
  line-height: 1.2;
}
.sec04 .sub_t span {
  font-size: 75%;
}
.sec04 .other {
  text-align: center;
}
.sec04 .other li {
  display: inline-block;
  margin: 0.3em 0.2em;
  padding: 0.2em 1em;
  border-radius: 100vh;
  background: #fedc66;
  font-size: clamp(18px, 16.9655172414px + 0.275862069vw, 20px);
  font-weight: 700;
}
.sec04 .other_t {
  margin-top: 0.7em;
  text-align: center;
  line-height: 1.8;
  font-weight: 600;
}

.sec05 {
  padding: min(20%, 104px) min(6%, 25px);
}
@media screen and (min-width: 768px) {
  .sec05 {
    width: 1050px;
    margin: auto;
  }
}
.sec05 .price {
  font-size: 20px;
  font-weight: 600;
}
.sec05 .price .num {
  font-family: "Oswald", sans-serif;
  font-weight: 700;
  font-size: 30px;
}
.sec05 .price .tax {
  font-size: 14px;
  font-weight: 400;
}
.sec05 .initial {
  margin: 2em 0 1em;
  padding: 1em;
  border-radius: 10px;
  background: #feedb2;
  text-align: center;
}
.sec05 .initial .name {
  font-size: 24px;
}
.sec05 .initial .sub {
  margin-top: 0.7em;
  font-size: 16px;
}
.sec05 .plan li {
  padding-bottom: 1.6em;
  border-radius: 10px;
  text-align: center;
}
.sec05 .plan li h3 {
  position: relative;
  padding: 0.6em;
  border-radius: 10px 10px 0 0;
  font-size: clamp(20px, 17.9310344828px + 0.5517241379vw, 24px);
  color: #fff;
}
.sec05 .plan li h3 .icon {
  position: absolute;
  display: block;
  top: 50%;
  left: 3%;
  transform: translateY(-50%);
  content: "";
  height: 126%;
}
.sec05 .plan li .lead {
  padding: 1em;
  font-size: 17px;
  font-weight: 600;
  line-height: 1.4;
}
.sec05 .plan li .detail {
  display: inline-block;
  margin: 1.2em auto 0;
  padding: 1em 0;
  border-top: 1px solid #a9a9a9;
  font-size: 16px;
  line-height: 1.8;
  text-align: left;
}
.sec05 .plan li:nth-child(1) {
  border: 1px solid #67bc76;
}
.sec05 .plan li:nth-child(1) h3 {
  background: #67bc76;
}
.sec05 .plan li:nth-child(2) {
  border: 1px solid #ff8c00;
}
.sec05 .plan li:nth-child(2) h3 {
  background: #ff8c00;
}
.sec05 .plan li:nth-child(3) {
  border: 1px solid #ec7176;
}
.sec05 .plan li:nth-child(3) h3 {
  background: #ec7176;
}
.sec05 .plan li .btn {
  display: block;
  width: 80%;
  margin: auto;
  padding: 1em;
  background: #3bb477;
  border-radius: 100vh;
  color: #fff;
  text-align: center;
  transition: all 0.3s linear;
}
.sec05 .plan li .btn:hover {
  background: #3bb44f;
}
@media screen and (min-width: 768px) {
  .sec05 .plan {
    display: flex;
    justify-content: space-between;
  }
  .sec05 .plan li {
    width: 32%;
  }
}
@media screen and (max-width: 767px) {
  .sec05 .plan li {
    margin-top: 6%;
  }
}
.sec05 .note {
  font-size: 16px;
  line-height: 1.8;
}
.sec05 .note > dt {
  margin-top: 2em;
  font-weight: 700;
}
.sec05 .note .ac {
  margin: 1em 0;
}
.sec05 .note .ac dt {
  margin-bottom: 0.2em;
  cursor: pointer;
  color: #045fbc;
  text-decoration: underline;
}
.sec05 .note .ac dd {
  margin-top: 1em;
  background: #f1f1f1;
  border-radius: 10px;
  padding: 2em;
  line-height: 1.8;
}

.sec06 {
  padding: min(20%, 104px) min(6%, 25px);
}
@media screen and (min-width: 768px) {
  .sec06 {
    width: 1050px;
    margin: auto;
  }
}
.sec06 .price {
  font-size: 20px;
  font-weight: 600;
}
.sec06 .price .num {
  font-family: "Oswald", sans-serif;
  font-weight: 700;
  font-size: 30px;
}
.sec06 .price .tax {
  font-size: 14px;
  font-weight: 400;
}
.sec06 .lead {
  padding: 1em;
  font-size: 17px;
  font-weight: 600;
  line-height: 1.4;
}
.sec06 .support li {
  margin-top: min(2%, 20px);
}
.sec06 .support li:not(:last-child) {
  border-radius: 10px;
  text-align: center;
  border: 1px solid #88dae3;
}
.sec06 .support li:not(:last-child) h3 {
  padding: 0.6em;
  background: #88dae3;
  border-radius: 10px 10px 0 0;
  font-size: clamp(20px, 17.9310344828px + 0.5517241379vw, 24px);
  color: #fff;
}
.sec06 .support li:not(:last-child) .detail {
  width: calc(100% - 2em);
  margin: 1em auto 0;
  padding: 1em 1em 0.4em;
  border-top: 1px dotted #e0e0e0;
  font-size: 16px;
  line-height: 1.8;
  text-align: left;
}
.sec06 .support li:not(:last-child) .detail.mb {
  margin-bottom: 1.8em;
}
.sec06 .support li:last-child .box {
  border-radius: 10px;
  text-align: center;
  border: 1px solid #88dae3;
}
.sec06 .support li:last-child .box h3 {
  padding: 0.6em;
  background: #88dae3;
  border-radius: 10px 10px 0 0;
  font-size: clamp(20px, 17.9310344828px + 0.5517241379vw, 24px);
  color: #fff;
}
.sec06 .support li:last-child .price2 {
  font-size: 32px;
  font-weight: 700;
}
.sec06 .support li:last-child .detail2 {
  width: calc(100% - 2em);
  margin: 1em auto 0;
  padding: 1em 0 1.8em;
  border-top: 1px dotted #e0e0e0;
  font-size: 16px;
  line-height: 1.8;
}
.sec06 .support li:last-child .ph {
  width: min(70%, 287px);
  margin: 24px auto 0;
}
@media screen and (min-width: 768px) {
  .sec06 .support {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .sec06 .support li {
    width: 32%;
  }
  .sec06 .support li:nth-child(n+4) {
    width: 49%;
  }
}
@media screen and (max-width: 767px) {
  .sec06 .support li {
    margin-top: 6%;
  }
}

.sec11 {
  padding: min(20%, 160px) min(6%, 25px);
}
.sec11 .box {
  font-size: 18px;
  line-height: 1.8;
}
.sec11 .name {
  line-height: 1.2;
  font-weight: 600;
  font-size: 18px;
  text-align: center;
}
.sec11 .name img {
  margin: 0 auto 5px;
}
.sec11 .name span {
  font-size: 85%;
}
@media screen and (min-width: 768px) {
  .sec11 {
    background: url(../img/sec11-bg-pc.jpg) center center no-repeat;
    background-size: cover;
  }
  .sec11 h2,
  .sec11 ul {
    width: 1050px;
    margin: auto;
  }
  .sec11 li {
    display: flex;
    gap: 0 52px;
    justify-content: center;
    align-items: center;
    margin-top: 58px;
  }
  .sec11 li:nth-child(odd) .box::before {
    content: "";
    position: absolute;
    top: 50%;
    left: -40px;
    margin-top: -10px;
    border-width: 10px 20px 10px 20px;
    border-style: solid;
    border-color: transparent #fff transparent transparent;
  }
  .sec11 li:nth-child(even) {
    flex-direction: row-reverse;
  }
  .sec11 li:nth-child(even) .box::before {
    content: "";
    position: absolute;
    top: 50%;
    right: -40px;
    margin-top: -10px;
    border-width: 10px 20px 10px 20px;
    border-style: solid;
    border-color: transparent transparent transparent #fff;
  }
  .sec11 .name img {
    height: 148px;
  }
  .sec11 .box {
    position: relative;
    width: 686px;
    padding: 3em;
    background: #fff;
    border-radius: 20px;
  }
}
@media screen and (max-width: 767px) {
  .sec11 {
    background: url(../img/sec11-bg-sp.jpg) center center no-repeat;
    background-size: cover;
  }
  .sec11 li {
    position: relative;
    margin-top: 100px;
    padding: 0 6% 8%;
    background: #fff;
    border-radius: 20px;
  }
  .sec11 .name {
    position: relative;
    top: -75px;
    margin-bottom: -60px;
  }
  .sec11 .name img {
    height: 133px;
  }
}

.sec07 {
  padding: min(20%, 104px) min(6%, 25px);
  background: #eff3fb;
}
@media screen and (min-width: 768px) {
  .sec07 ul {
    width: 1050px;
    margin: auto;
    display: flex;
    justify-content: space-between;
  }
  .sec07 ul li {
    width: 49%;
  }
}
@media screen and (max-width: 767px) {
  .sec07 li + li {
    margin-top: 6%;
  }
}
.sec07 ul {
  margin-top: 2.5em;
}
.sec07 li {
  padding: min(10%, 46px) min(6%, 46px);
  background: #fff;
  border-radius: 10px;
}
.sec07 li h3 {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.4;
  text-align: center;
}
.sec07 li .ph {
  width: min(36%, 120px);
  margin: min(4%, 16px) auto;
}
.sec07 li p {
  font-size: 16px;
  line-height: 1.8;
}

.sec08 {
  padding: min(20%, 104px) min(6%, 25px);
}
@media screen and (min-width: 768px) {
  .sec08 {
    width: 1050px;
    margin: auto;
  }
}
.sec08 dl {
  margin-top: 2.2em;
}
.sec08 dt {
  position: relative;
  padding: 1.2em 2.5em 1.2em 3.6em;
  border: 1px solid #e0e0e0;
  background: url(../img/sec08-q.png) left 1.5em center no-repeat;
  background-size: 0.9em auto;
  font-weight: 600;
  font-size: clamp(18px, 16.9655172414px + 0.275862069vw, 20px);
  line-height: 1.4;
  cursor: pointer;
  transition: all 0.3s linear;
}
.sec08 dt::before {
  position: absolute;
  top: 50%;
  right: 1.5em;
  width: 1px;
  height: 1em;
  content: "";
  margin-top: -0.5em;
  background: #000;
  transition: all 0.3s linear;
}
.sec08 dt::after {
  position: absolute;
  top: 50%;
  right: 1em;
  width: 1em;
  height: 1px;
  content: "";
  background: #000;
  transition: all 0.3s linear;
}
.sec08 dt.active::before {
  rotate: 90deg;
  opacity: 0;
}
.sec08 dd {
  padding: 1em 1.4em 2em;
  line-height: 1.8;
}
.sec08 dd + dt {
  margin-top: 0.6em;
}

.sec09 {
  padding: min(20%, 104px) min(6%, 25px);
}
@media screen and (min-width: 768px) {
  .sec09 {
    width: 1050px;
    margin: auto;
  }
  .sec09 ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .sec09 li {
    width: 19%;
  }
  .sec09 li:not(:last-child) {
    position: relative;
  }
  .sec09 li:not(:last-child)::after {
    position: absolute;
    top: 50%;
    right: -10px;
    content: "";
    width: 8px;
    height: 15px;
    background: url(../img/sec09-arrow.png) center center no-repeat;
    background-size: cover;
  }
}
@media screen and (max-width: 767px) {
  .sec09 li:not(:last-child) {
    margin-bottom: 6%;
    position: relative;
  }
  .sec09 li:not(:last-child)::after {
    position: absolute;
    bottom: -1em;
    left: 50%;
    content: "";
    width: 1em;
    height: 1em;
    margin-left: -0.5em;
    background: url(../img/sec09-arrow-sp.png) center center no-repeat;
    background-size: cover;
  }
}
.sec09 ul {
  margin-top: 3em;
}
.sec09 li {
  padding: min(10%, 38px) min(6%, 22px);
  background: #def5f3;
  border-radius: 10px;
}
.sec09 .icon {
  width: 64px;
  margin: auto;
}
.sec09 h3 {
  margin: 0.6em 0;
  font-size: 18px;
  font-weight: 600;
  text-align: center;
}
.sec09 p {
  font-size: 16px;
  line-height: 1.6;
}

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

input[type=radio],
input[type=checkbox] {
  display: none;
}

select::-ms-expand {
  display: none;
}

button {
  box-shadow: none;
  outline: none;
  cursor: pointer;
}

.sec10 {
  padding: min(20%, 104px) min(6%, 25px);
}
@media screen and (min-width: 768px) {
  .sec10 {
    background: url(../img/sec10-bg-pc.jpg) center center no-repeat;
    background-size: cover;
  }
  .sec10 .inner {
    width: 1050px;
    margin: auto;
  }
}
@media screen and (max-width: 767px) {
  .sec10 {
    background: url(../img/sec10-bg-sp.jpg) center center no-repeat;
    background-size: cover;
  }
}
.sec10 .lead {
  margin: 2em 0;
  line-height: 1.8;
}
@media screen and (min-width: 768px) {
  .sec10 .lead {
    text-align: center;
  }
}
.sec10 dl {
  max-width: 740px;
  margin: auto;
}
.sec10 dt {
  margin: 1.5em 0 0.7em;
  padding: 0 0.5em;
  font-weight: 600;
}
.sec10 dt .req {
  display: inline-block;
  margin-left: 0.8em;
  padding: 0.2em 0.5em;
  background: #ff6c6c;
  font-size: 14px;
  color: #fff;
}
.sec10 dt .opt {
  display: inline-block;
  margin-left: 0.8em;
  padding: 0.2em 0.5em;
  background: #e2e2e2;
  font-size: 14px;
}
.sec10 select {
  width: 70%;
  padding: 1.2em 1.6em;
  border-radius: 10px;
  background: #fff url(../img/arrow.png) right 3% center no-repeat;
  background-size: 16px auto;
  font-size: 18px;
}
.sec10 .txt,
.sec10 textarea {
  width: 100%;
  padding: 1.2em 1.6em;
  background: #fff;
  border-radius: 10px;
  font-size: 18px;
}
.sec10 .txt2 {
  width: 70%;
  padding: 1em;
  border: 1px solid #e0e0e0;
  background: #fff;
  border-radius: 10px;
  font-size: 18px;
}
.sec10 textarea {
  line-height: 1.8;
}
.sec10 ::-moz-placeholder {
  color: #b5b5b5;
}
.sec10 ::placeholder {
  color: #b5b5b5;
}
.sec10 .form_btn {
  display: block;
  width: min(88%, 430px);
  margin: min(8%, 40px) auto 0;
  padding: 1em;
  background: #ff8c00 url(../img/btn-arrow-f.png) right 4% center no-repeat;
  background-size: 1.3em auto;
  border-radius: 100vh;
  text-align: center;
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  transition: all 0.3s linear;
}
.sec10 .form_btn:hover {
  background: #ffb400 url(../img/btn-arrow-f.png) right 4% center no-repeat;
  background-size: 1.3em auto;
}

.confirm_wrap {
  padding: min(20%, 104px) min(6%, 25px);
}
@media screen and (min-width: 768px) {
  .confirm_wrap {
    background: url(../img/sec10-bg-pc.jpg) center center no-repeat;
    background-size: cover;
  }
  .confirm_wrap .inner {
    width: 1050px;
    margin: auto;
  }
}
@media screen and (max-width: 767px) {
  .confirm_wrap {
    background: url(../img/sec10-bg-sp.jpg) center center no-repeat;
    background-size: cover;
  }
}
.confirm_wrap .lead {
  margin: 2em 0;
  line-height: 1.8;
}
@media screen and (min-width: 768px) {
  .confirm_wrap .lead {
    text-align: center;
  }
}
.confirm_wrap dl {
  max-width: 740px;
  margin: auto;
  line-height: 1.8;
}
.confirm_wrap dt {
  margin: 1.5em 0 0.7em;
  font-weight: 600;
}
.confirm_wrap dt .req {
  display: inline-block;
  margin-left: 0.8em;
  padding: 0.2em 0.5em;
  background: #ff6c6c;
  font-size: 14px;
  color: #fff;
}
.confirm_wrap dt .opt {
  display: inline-block;
  margin-left: 0.8em;
  padding: 0.2em 0.5em;
  background: #e2e2e2;
  font-size: 14px;
}
.confirm_wrap .next_btn {
  display: block;
  width: min(88%, 430px);
  margin: min(8%, 40px) auto 0;
  padding: 1em;
  background: #ff8c00 url(../img/btn-arrow-f.png) right 4% center no-repeat;
  background-size: 1.3em auto;
  border-radius: 100vh;
  text-align: center;
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  transition: all 0.3s linear;
}
.confirm_wrap .next_btn:hover {
  background: #ffb400 url(../img/btn-arrow-f.png) right 4% center no-repeat;
  background-size: 1.3em auto;
}
.confirm_wrap .prev_btn {
  display: block;
  width: min(50%, 230px);
  margin: min(8%, 40px) auto 0;
  padding: 0.8em 1em;
  background: #e1e1e1;
  background-size: 1.3em auto;
  border-radius: 100vh;
  text-align: center;
  font-size: 20px;
  font-weight: 700;
  transition: all 0.3s linear;
}
.confirm_wrap .prev_btn:hover {
  opacity: 0.8;
}

.thanks_wrap {
  padding: min(20%, 104px) min(6%, 25px);
}
@media screen and (min-width: 768px) {
  .thanks_wrap {
    width: 1050px;
    margin: auto;
  }
}
.thanks_wrap p {
  max-width: 700px;
  margin: 1.5em auto;
  line-height: 1.8;
}

.law {
  padding: min(20%, 104px) min(6%, 25px);
}
.law h2 {
  font-size: clamp(22px, 18.8965517241px + 0.8275862069vw, 28px);
  line-height: 1.4;
  text-align: center;
  margin-bottom: 2.4em;
}
.law dl {
  border-bottom: 1px solid #e0e0e0;
  line-height: 2;
  font-size: 16px;
}
.law dt {
  border-top: 1px solid #e0e0e0;
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  .law {
    width: 1050px;
    margin: auto;
  }
  .law dl {
    display: flex;
    flex-wrap: wrap;
  }
  .law dt {
    width: 16em;
    padding: 2em;
    font-weight: bold;
  }
  .law dd {
    width: calc(100% - 16em);
    border-top: 1px solid #e0e0e0;
    padding: 2em;
  }
}
@media screen and (max-width: 767px) {
  .law dt {
    padding-top: 1em;
  }
  .law dd {
    padding-bottom: 1em;
  }
}

.privacy {
  padding: min(20%, 104px) min(6%, 25px);
  font-size: 16px;
}
.privacy h2 {
  font-size: clamp(22px, 18.8965517241px + 0.8275862069vw, 28px);
  line-height: 1.4;
  text-align: center;
  margin-bottom: 2.4em;
}
.privacy p + h2 {
  margin-top: 3.6em;
}
@media screen and (min-width: 768px) {
  .privacy {
    width: 1050px;
    margin: auto;
  }
}
.privacy h3 {
  margin: 3em 0 1em;
  padding-left: 1em;
  border-left: 10px solid #000;
  font-size: 18px;
  line-height: 1.4;
}
.privacy p {
  line-height: 2;
}
.privacy p + p {
  margin-top: 1em;
}
.privacy h4 {
  margin: 2em 0 0.7em;
  font-size: 16px;
}
.privacy table {
  width: 100%;
  margin: 1.5em 0;
  border-top: 1px solid #e0e0e0;
  line-height: 1.8;
}
.privacy table th,
.privacy table td {
  padding: 1em;
  border-bottom: 1px solid #e0e0e0;
}
.privacy table thead th {
  background: #f1f1f1;
  text-align: left;
}

.terms {
  padding: min(20%, 104px) min(6%, 25px);
  font-size: 16px;
}
.terms h2 {
  font-size: clamp(22px, 18.8965517241px + 0.8275862069vw, 28px);
  line-height: 1.4;
  text-align: center;
  margin-bottom: 2.4em;
}
@media screen and (min-width: 768px) {
  .terms {
    width: 1050px;
    margin: auto;
  }
}
.terms h3 {
  margin: 3em 0 1em;
  font-size: 18px;
  line-height: 1.4;
}
.terms p {
  line-height: 2;
}
.terms p + p {
  margin-top: 1em;
}

footer {
  padding: min(12%, 54px) 6% 0;
}
footer .bnr_area a {
  display: block;
  width: min(90%, 490px);
  margin: auto;
}
footer .f_logo {
  width: min(28%, 90px);
  margin: min(20%, 102px) auto 0;
}
footer ul {
  margin: 1.8em 0;
  text-align: center;
}
footer ul a {
  color: #000;
  font-size: 16px;
}
@media screen and (min-width: 768px) {
  footer ul {
    display: flex;
    justify-content: center;
    gap: 3em;
  }
}
@media screen and (max-width: 767px) {
  footer ul li + li {
    margin-top: 1em;
  }
}
footer small {
  display: block;
  padding: 0.5em 0;
  border-top: 1px solid #e0e0e0;
  text-align: center;
  font-size: 12px;
}