@charset "UTF-8";
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, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, caption, tfoot, thead, th, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  background: transparent;
}

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

ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

a {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  color: #00449a;
}

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted #000;
  cursor: help;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

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

ol li, ul li {
  list-style: none;
}

* {
  box-sizing: border-box;
}

@media screen and (max-width: 768px) {
  .pc {
    display: none !important;
  }
  .sp {
    display: block !important;
  }
}
@media screen and (min-width: 769px) {
  .sp {
    display: none !important;
  }
  .pc {
    display: block !important;
  }
}
html {
  font-size: 62.5%;
}

body {
  line-height: 1;
  font-size: 18px;
  font-size: 1.8rem;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック体", "Yu Gothic", YuGothic, "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic";
  color: #333;
  -webkit-text-size-adjust: 100%;
  max-width: 1920px;
  margin: 0 auto;
}

main section {
  padding: 70px 0;
  background-color: #fff;
  overflow: hidden;
}
main section .s_hdr {
  display: flex;
  width: 100%;
  align-items: center;
}
main section .inner {
  width: min(1024px, 100vw - 12px);
  margin: 0 auto;
  max-width: 100%;
}
main section .inner::after {
  content: "";
  display: block;
  clear: both;
}
@media screen and (max-width: 899px) {
  main section {
    padding: 7vw 0;
  }
  main section .inner {
    width: min(1024px, 94vw);
  }
}

figure {
  width: 100%;
  margin: 0 auto 40px;
  text-align: center;
  line-height: 0;
}
figure img {
  max-width: 100%;
  margin: 0 auto;
  line-height: 1;
}
figure:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  figure {
    margin-bottom: 7vw;
  }
}

p {
  font-size: clamp(16px, 4.3vw, 18px);
  margin-bottom: 1.5em;
  line-height: 1.65em;
  letter-spacing: 0.02em;
}
p:last-child {
  margin-bottom: 0;
}

.box_txt {
  max-width: 1000px;
  margin: 0 auto;
}
.box_txt > figure {
  margin-bottom: 0;
}
.box_txt .txt {
  background-color: #fff;
  padding: 4%;
}
.box_txt .txt figure.f_r {
  margin-bottom: 0;
}
.box_txt .txt::after {
  content: "";
  display: block;
  clear: both;
}
.box_txt + .box_txt {
  margin-top: 7%;
}

.slick-slider {
  display: none;
}
.slick-slider.slick-initialized {
  display: block;
}

.box_video {
  position: relative;
  width: 100%;
  height: 56.25%;
  padding: 56.25% 0 0 0;
  text-align: center;
}
.box_video .video_wrapper {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 100%;
  margin: 0 auto;
}
.box_video .video_wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.faq {
  line-height: 1.65em;
  background-color: #fff;
  border-radius: 10px;
}
.faq dt {
  font-weight: bold;
  font-size: 24px;
  padding: 0.7em 1em 0.7em 2.5em;
  background: #2b4682 url(../img/icon_q.png.webp) no-repeat 0.8em 0.8em;
  margin-bottom: 0;
  color: #fff;
  position: relative;
  cursor: pointer;
}
.faq dt::after {
  display: block;
  content: "";
  position: absolute;
  background: url(../img/arw_1.png.webp) no-repeat center top;
  width: 24px;
  height: 15px;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto auto auto 95%;
  transition-duration: 0.5s;
  transform: rotate(0deg);
}
.faq dt.active::after {
  transform: rotate(180deg);
}
.faq dd {
  display: none;
  padding: 0.8em 1em 0.8em 2.5em;
  background: url(../img/icon_a.png.webp) no-repeat 0.8em 0.9em;
  margin-bottom: 2em;
  font-size: 20px;
  color: #606060;
  font-weight: bold;
  border: #dcdcdc solid 4px;
}
.faq dd:last-of-type {
  margin-bottom: 0;
}
.faq + .faq {
  margin-top: 3%;
}
@media screen and (max-width: 768px) {
  .faq {
    font-size: 4.2vw;
  }
  .faq dt {
    background-size: 1em auto;
    background-position: 0.5em 1.2em;
    padding: 1em 2.5em 1em;
    line-height: 1.3em;
    font-size: 4.3vw;
  }
  .faq dt::after {
    margin: auto auto auto 90%;
  }
  .faq dd {
    background-size: 0.9em auto;
    padding: 1em 1em 1em 2em;
    background-position: 0.5em 1.2em;
    font-size: 4.3vw;
  }
}

.ripple {
  position: relative;
  display: block;
}
.ripple img {
  max-width: 100%;
  margin: 0 auto;
}
.ripple span {
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  width: 90%;
  height: 100%;
  margin: auto;
  animation-name: rippleAnimation;
  animation-duration: 2s;
  animation-timing-function: ease-out;
  animation-iteration-count: infinite;
  border-radius: 100px;
  background-color: #fff072;
  box-shadow: 0 0 5px white;
}
@media screen and (max-width: 768px) {
  .ripple span {
    width: 100%;
  }
}
@keyframes rippleAnimation {
  0% {
    transform: scale(1, 1);
    opacity: 0.5;
  }
  100% {
    transform: scale(1.1, 1.1);
    opacity: 0;
  }
}
.ripple2 {
  position: relative;
  display: block;
}
.ripple2 img {
  max-width: 100%;
  margin: 0 auto;
}
.ripple2 span.clr_1, .ripple2 span.clr_2 {
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  width: 70px;
  height: 70px;
  margin: auto;
  animation-name: rippleAnimation2;
  animation-duration: 2s;
  animation-timing-function: ease-out;
  animation-iteration-count: infinite;
  border-radius: 100%;
  box-shadow: 0 0 45px 1px #ff004a inset;
}
.ripple2 span.clr_2 {
  animation-delay: 0.3s;
}
@keyframes rippleAnimation2 {
  0% {
    transform: scale(1, 1);
    opacity: 1;
  }
  50% {
    opacity: 0.6;
  }
  80% {
    transform: scale(4.5, 4.5);
    opacity: 0;
  }
  100% {
    transform: scale(4.5, 4.5);
    opacity: 0;
  }
}
ul.chk {
  margin: 0 auto 5%;
}
ul.chk li {
  font-size: 18px;
  padding: 0.7em 0.5em 0.7em 1.75em;
  background: url(../img/icon_chk.png.webp) no-repeat left 0.75em;
  line-height: 1.4em;
  font-weight: 600;
}
ul.chk li + li {
  border-top: #efefef dotted 2px;
}
@media screen and (max-width: 768px) {
  ul.chk li {
    font-size: 16px;
    background-size: 1.5em 1.5em;
  }
}

.bounce {
  position: relative;
}
.bounce::after {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  width: 100px;
  height: 50px;
  margin: 0 auto auto;
  content: "";
  background: url(../img/down.png) no-repeat center top;
  animation-name: bounce;
  animation-duration: 2s;
  animation-timing-function: ease-out;
  animation-iteration-count: infinite;
}

.Fade-In {
  opacity: 0;
  transform: translateY(20px);
  transition: all 1s;
}
.Fade-In.Fade-In-2 {
  transition-delay: 0.2s;
}
.Fade-In.Fade-In-3 {
  transition-delay: 0.3s;
}
.Fade-In.Fade-In-4 {
  transition-delay: 0.4s;
}

.Fade-In-Down {
  opacity: 0;
  transform: translateY(-20px);
  transition: all 1s;
}
.Fade-In-Down.Fade-In-Down-2 {
  transition-delay: 0.2s;
}
.Fade-In-Down.Fade-In-Down-3 {
  transition-delay: 0.3s;
}
.Fade-In-Down.Fade-In-Down-4 {
  transition-delay: 0.4s;
}

.Fade-In-Left {
  opacity: 0;
  transform: translateX(-20px);
  transition: all 1s;
}
.Fade-In-Left.Fade-In-Left-2 {
  transition-delay: 0.2s;
}
.Fade-In-Left.Fade-In-Left-3 {
  transition-delay: 0.3s;
}
.Fade-In-Left.Fade-In-Left-4 {
  transition-delay: 0.4s;
}

.Fade-In-Right {
  opacity: 0;
  transform: translateX(20px);
  transition: all 1s;
}
.Fade-In-Right.Fade-In-Right-2 {
  transition-delay: 0.2s;
}
.Fade-In-Right.Fade-In-Right-3 {
  transition-delay: 0.3s;
}
.Fade-In-Right.Fade-In-Right-4 {
  transition-delay: 0.4s;
}

.t_1 {
  color: #e00;
}

.t_2 {
  color: #090;
}

.t_3 {
  color: #00c;
}

.t_4 {
  color: #c00;
}

.t_5 {
  color: #c00;
}

.t_1_b {
  padding: 0.1em;
  color: #e00;
  background-color: #ff0;
}

.t_2_b {
  padding: 0.1em;
  color: #000;
  background-color: #ff0;
}

.t_3_b {
  padding: 0.1em;
  color: #ff0;
  background-color: #e00;
}

.t_4_b {
  padding: 0.1em;
  color: #c00;
  background-color: #ff0;
}

.t_5_b {
  padding: 0.1em;
  color: #c00;
  background-color: #ff0;
}

.t_lrg {
  font-size: 130%;
}

.t_xlrg {
  font-size: 170%;
}

.t_sml {
  font-size: 80%;
}

.t_stg {
  font-weight: bold;
}

.t_ul {
  text-decoration: underline;
}

.t_c {
  text-align: center;
}

.t_r {
  text-align: right;
}

.t_l {
  text-align: left;
}

.f_l {
  float: left;
  margin-right: 1em;
  width: auto;
}

.f_r {
  float: right;
  margin-left: 1em;
  width: auto;
}

@media screen and (max-width: 768px) {
  .f_l, .f_r {
    float: none;
    margin: 0 0 1em;
  }
}
.mb0 {
  margin-bottom: 0px !important;
}

.mb10 {
  margin-bottom: 10px !important;
}

.mb20 {
  margin-bottom: 20px !important;
}

.mb30 {
  margin-bottom: 30px !important;
}

.mb40 {
  margin-bottom: 40px !important;
}

.mb50 {
  margin-bottom: 50px !important;
}

.mb60 {
  margin-bottom: 60px !important;
}

.mb70 {
  margin-bottom: 70px !important;
}

.mb80 {
  margin-bottom: 80px !important;
}

.mb90 {
  margin-bottom: 90px !important;
}

.mb100 {
  margin-bottom: 100px !important;
}

.mb110 {
  margin-bottom: 110px !important;
}

.mb120 {
  margin-bottom: 120px !important;
}

.mb130 {
  margin-bottom: 130px !important;
}

.mb140 {
  margin-bottom: 140px !important;
}

.mb150 {
  margin-bottom: 150px !important;
}

.mb160 {
  margin-bottom: 160px !important;
}

.mb170 {
  margin-bottom: 170px !important;
}

.mb180 {
  margin-bottom: 180px !important;
}

.mb190 {
  margin-bottom: 190px !important;
}

.mb200 {
  margin-bottom: 200px !important;
}

.mb210 {
  margin-bottom: 210px !important;
}

.mb220 {
  margin-bottom: 220px !important;
}

.mb230 {
  margin-bottom: 230px !important;
}

.mb240 {
  margin-bottom: 240px !important;
}

.mb250 {
  margin-bottom: 250px !important;
}

.mb260 {
  margin-bottom: 260px !important;
}

.mb270 {
  margin-bottom: 270px !important;
}

.mb280 {
  margin-bottom: 280px !important;
}

.mb290 {
  margin-bottom: 290px !important;
}

.mb300 {
  margin-bottom: 300px !important;
}

.pb0 {
  padding-bottom: 0px !important;
}

.pb10 {
  padding-bottom: 10px !important;
}

.pb20 {
  padding-bottom: 20px !important;
}

.pb30 {
  padding-bottom: 30px !important;
}

.pb40 {
  padding-bottom: 40px !important;
}

.pb50 {
  padding-bottom: 50px !important;
}

.pb60 {
  padding-bottom: 60px !important;
}

.pb70 {
  padding-bottom: 70px !important;
}

.pb80 {
  padding-bottom: 80px !important;
}

.pb90 {
  padding-bottom: 90px !important;
}

.pb100 {
  padding-bottom: 100px !important;
}

.pb110 {
  padding-bottom: 110px !important;
}

.pb120 {
  padding-bottom: 120px !important;
}

.pb130 {
  padding-bottom: 130px !important;
}

.pb140 {
  padding-bottom: 140px !important;
}

.pb150 {
  padding-bottom: 150px !important;
}

.pb160 {
  padding-bottom: 160px !important;
}

.pb170 {
  padding-bottom: 170px !important;
}

.pb180 {
  padding-bottom: 180px !important;
}

.pb190 {
  padding-bottom: 190px !important;
}

.pb200 {
  padding-bottom: 200px !important;
}

.pb210 {
  padding-bottom: 210px !important;
}

.pb220 {
  padding-bottom: 220px !important;
}

.pb230 {
  padding-bottom: 230px !important;
}

.pb240 {
  padding-bottom: 240px !important;
}

.pb250 {
  padding-bottom: 250px !important;
}

.pb260 {
  padding-bottom: 260px !important;
}

.pb270 {
  padding-bottom: 270px !important;
}

.pb280 {
  padding-bottom: 280px !important;
}

.pb290 {
  padding-bottom: 290px !important;
}

.pb300 {
  padding-bottom: 300px !important;
}

.w1 {
  width: 10%;
}

.w15 {
  width: 15%;
}

.w2 {
  width: 20%;
}

.w25 {
  width: 25%;
}

.w3 {
  width: 30%;
}

.w35 {
  width: 35%;
}

.w4 {
  width: 40%;
}

.w45 {
  width: 45%;
}

.w5 {
  width: 50%;
}

.w55 {
  width: 55%;
}

.w6 {
  width: 60%;
}

.w65 {
  width: 65%;
}

.w7 {
  width: 70%;
}

.w75 {
  width: 75%;
}

.w8 {
  width: 80%;
}

.w85 {
  width: 85%;
}

.w9 {
  width: 90%;
}

.w95 {
  width: 95%;
}

.w33 {
  width: 33%;
}

.f_box {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.f_box.gtr .w1 {
  width: 8%;
}
.f_box.gtr .w2 {
  width: 18%;
}
.f_box.gtr .w3 {
  width: 28%;
}
.f_box.gtr .w4 {
  width: 38%;
}
.f_box.gtr .w5 {
  width: 48%;
}
.f_box.gtr .w6 {
  width: 58%;
}
.f_box.gtr .w7 {
  width: 68%;
}
.f_box.gtr .w8 {
  width: 78%;
}
.f_box.gtr .w9 {
  width: 88%;
}
.f_box.gtr .w15 {
  width: 13%;
}
.f_box.gtr .w25 {
  width: 23%;
}
.f_box.gtr .w35 {
  width: 33%;
}
.f_box.gtr .w45 {
  width: 43%;
}
.f_box.gtr .w55 {
  width: 53%;
}
.f_box.gtr .w65 {
  width: 63%;
}
.f_box.gtr .w75 {
  width: 73%;
}
.f_box.gtr .w85 {
  width: 83%;
}
.f_box.gtr .w95 {
  width: 93%;
}
.f_box.gtr .w33 {
  width: 31%;
}
.f_box.flw {
  flex-flow: wrap;
}
.f_box.r_rvs {
  flex-flow: row-reverse;
}
.f_box.w_rvs {
  flex-flow: wrap-reverse;
}
.f_box.al_c {
  align-items: center;
}
.f_box.al_s {
  align-items: flex-start;
}
@media screen and (max-width: 767px) {
  .f_box {
    flex-flow: column;
  }
  .f_box .w1 .w2, .f_box .w3, .f_box .w4, .f_box .w5, .f_box .w6, .f_box .w7, .f_box .w8, .f_box .w9, .f_box .w15, .f_box .w25, .f_box .w35, .f_box .w45, .f_box .w55, .f_box .w65, .f_box .w75, .f_box .w85, .f_box .w95, .f_box .w33 {
    width: 100%;
    margin-bottom: 3%;
  }
  .f_box.gtr .w1 .w2, .f_box.gtr .w3, .f_box.gtr .w4, .f_box.gtr .w5, .f_box.gtr .w6, .f_box.gtr .w7, .f_box.gtr .w8, .f_box.gtr .w9, .f_box.gtr .w15, .f_box.gtr .w25, .f_box.gtr .w35, .f_box.gtr .w45, .f_box.gtr .w55, .f_box.gtr .w65, .f_box.gtr .w75, .f_box.gtr .w85, .f_box.gtr .w95, .f_box.gtr .w33 {
    width: 100%;
  }
  .f_box.gtr.sp_2 .w1 .w2, .f_box.gtr.sp_2 .w3, .f_box.gtr.sp_2 .w4, .f_box.gtr.sp_2 .w5, .f_box.gtr.sp_2 .w6, .f_box.gtr.sp_2 .w7, .f_box.gtr.sp_2 .w8, .f_box.gtr.sp_2 .w9, .f_box.gtr.sp_2 .w15, .f_box.gtr.sp_2 .w25, .f_box.gtr.sp_2 .w35, .f_box.gtr.sp_2 .w45, .f_box.gtr.sp_2 .w55, .f_box.gtr.sp_2 .w65, .f_box.gtr.sp_2 .w75, .f_box.gtr.sp_2 .w85, .f_box.gtr.sp_2 .w95, .f_box.gtr.sp_2 .w33 {
    width: 48%;
  }
  .f_box.gtr.sp_3 .w1 .w2, .f_box.gtr.sp_3 .w3, .f_box.gtr.sp_3 .w4, .f_box.gtr.sp_3 .w5, .f_box.gtr.sp_3 .w6, .f_box.gtr.sp_3 .w7, .f_box.gtr.sp_3 .w8, .f_box.gtr.sp_3 .w9, .f_box.gtr.sp_3 .w15, .f_box.gtr.sp_3 .w25, .f_box.gtr.sp_3 .w35, .f_box.gtr.sp_3 .w45, .f_box.gtr.sp_3 .w55, .f_box.gtr.sp_3 .w65, .f_box.gtr.sp_3 .w75, .f_box.gtr.sp_3 .w85, .f_box.gtr.sp_3 .w95, .f_box.gtr.sp_3 .w33 {
    width: 31%;
  }
  .f_box.flw {
    flex-flow: wrap;
  }
  .f_box.r_rvs {
    flex-flow: column;
  }
  .f_box.w_rvs {
    flex-flow: column;
  }
}

footer {
  background-color: #f4ffff;
  padding: 1em;
  line-height: 1.65em;
  color: #000;
}
footer .inner {
  width: min(1024px, 100vw - 12px);
  margin: 0 auto;
  max-width: 100%;
  display: flex;
  justify-content: space-between;
  text-align: center;
  align-items: center;
}
footer .inner figure {
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 10% 0 0;
}
footer .inner .f_link {
  width: -moz-fit-content;
  width: fit-content;
  margin-right: auto;
}
footer .inner .f_link a {
  color: #000;
  text-decoration: none;
}
footer .inner .copyright {
  color: #000;
}
@media screen and (max-width: 768px) {
  footer {
    font-size: 3.4vw;
    padding-bottom: 40%;
  }
  footer .inner figure {
    width: 26%;
    margin-right: 1.5em;
  }
}

header {
  height: 70px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 0 0 1%;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  transition-duration: 0.5s;
  background-color: #fff;
  z-index: 10;
}
header .logo {
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 0 0;
}
header .menu {
  margin: auto 15px auto auto;
  width: -moz-fit-content;
  width: fit-content;
}
header .menu ul {
  display: flex;
  flex-flow: row;
}
header .menu ul li a {
  text-decoration: none;
  padding: 0 1em;
  font-size: clamp(15px, 4.3vw, 16px);
  font-weight: 500;
  color: #000;
}
header .menu-icon {
  display: none;
}
@media screen and (max-width: 1200px) {
  header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 60px;
    z-index: 100;
  }
  header .menu-icon {
    display: block;
    background-color: #fff;
    width: 66px;
    height: 66px;
    position: relative;
    margin: 0;
    transform: rotate(0deg);
    transition: 0.5s ease-in-out;
    cursor: pointer;
  }
  header .menu-icon span {
    display: block;
    position: absolute;
    height: 3px;
    width: 44%;
    background: #2490ff;
    border-radius: 9px;
    opacity: 1;
    left: 18px;
    transform: rotate(0deg);
    transition: 0.25s ease-in-out;
  }
  header .menu-icon span:nth-child(1) {
    top: 20px;
  }
  header .menu-icon span:nth-child(2), header .menu-icon span:nth-child(3) {
    top: 30px;
  }
  header .menu-icon span:nth-child(4) {
    top: 40px;
  }
  header .menu-icon.open span:nth-child(1) {
    top: 18px;
    width: 0%;
    left: 50%;
  }
  header .menu-icon.open span:nth-child(2) {
    transform: rotate(45deg);
  }
  header .menu-icon.open span:nth-child(3) {
    transform: rotate(-45deg);
  }
  header .menu-icon.open span:nth-child(4) {
    top: 18px;
    width: 0%;
    left: 50%;
  }
}
@media screen and (max-width: 1200px) and (max-width: 767px) {
  header .menu-icon {
    width: 60px;
    height: 60px;
  }
  header .menu-icon span {
    left: 18px;
  }
  header .menu-icon span:nth-child(1) {
    top: 18px;
  }
  header .menu-icon span:nth-child(2), header .menu-icon span:nth-child(3) {
    top: 28px;
  }
  header .menu-icon span:nth-child(4) {
    top: 38px;
  }
}
@media screen and (max-width: 1200px) {
  header .menu {
    position: fixed;
    top: 69px;
    right: -750px;
    width: 100%;
    max-width: 600px;
    height: -moz-fit-content;
    height: fit-content;
    min-height: 400px;
    background: linear-gradient(#0180e1 0%, #02bafe 100%);
    transition: 0.5s;
    z-index: 100;
  }
  header .menu.open {
    right: -4vw;
  }
  header .menu ul {
    margin: 0;
    padding: 0 7%;
    list-style: none;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    flex-flow: column;
  }
  header .menu ul span {
    display: none;
  }
  header .menu ul li {
    width: 100%;
    padding: 10px 0;
    text-align: left;
    border-bottom: #fff dotted 2px;
  }
  header .menu ul li:last-of-type {
    border-bottom: none;
  }
  header .menu ul li a {
    color: white;
    font-size: clamp(16px, 4.7vw, 16px);
    text-decoration: none;
    padding: 0.5em 0;
    display: block;
  }
}
@media screen and (max-width: 1200px) and (max-width: 767px) {
  header .menu {
    top: 60px;
    right: -104vw;
    width: 100vw;
    height: 300px;
  }
  header .menu ul {
    padding: 0 7%;
  }
}
@media screen and (max-width: 1200px) {
  header .logo {
    max-width: 147px;
    width: 30vw;
  }
  header .logo img {
    max-width: 100%;
  }
}

h2 {
  font-size: clamp(22px, 5.7vw, 30px);
  padding-bottom: 0.8em;
  margin-bottom: 2em;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  text-align: center;
  background: url(../img/h2_bar_1.png.webp) no-repeat center bottom;
  line-height: 1.3em;
  letter-spacing: 0.02em;
  font-weight: bold;
}
h2 i {
  width: -moz-fit-content;
  width: fit-content;
  display: block;
  font-size: 60%;
  font-style: normal;
  letter-spacing: 0.05em;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック体", "Yu Gothic", YuGothic, "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic";
  margin: 0 auto 0.5em;
  background: linear-gradient(90deg, #0180e1, #02bafe);
  background: -webkit-linear-gradient(0deg, #0180e1, #02bafe);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media screen and (max-width: 767px) {
  h2 {
    background-size: auto 4px;
  }
}

h3 {
  font-size: clamp(19px, 5vw, 24px);
  color: #01112f;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  position: relative;
  padding-bottom: 0.3em;
  margin-bottom: 1em;
  line-height: 1.5em;
  display: flex;
  align-items: center;
}
h3::after {
  position: absolute;
  display: block;
  content: "";
  width: 100%;
  height: 2px;
  background: linear-gradient(to right, #0180e1 0%, #02bafe 100%);
  inset: 0;
  margin: auto auto -4px 0;
}
h3 i {
  display: inline-block;
  font-size: 90%;
  font-style: normal;
  letter-spacing: 0.02em;
  padding: 0 0.3em;
  color: #fff;
  margin-right: 0.5em;
  background: linear-gradient(to right, #0180e1 0%, #02bafe 100%);
}

h4 {
  font-size: clamp(16px, 4.3vw, 18px);
  border-left: #6a0057 solid 7px;
  line-height: 1.3em;
  padding-left: 0.3em;
}

.sec_1 {
  background: url(../img/bg_01.jpg.webp) no-repeat center 79px;
  padding: 113px 0 10px;
}
.sec_1 .t_r img {
  margin-left: 0;
}
@media screen and (max-width: 767px) {
  .sec_1 {
    background: url(../img/bg_01_sp.jpg.webp) no-repeat right top;
    background-size: cover;
    padding-top: 20vw;
  }
  .sec_1 figure img {
    width: 95%;
  }
}

.sec_2 {
  background-color: #eefaff;
  padding: 20px 0 0;
}
.sec_2 .slider {
  margin-top: 20px;
}
.sec_2 .slider figure {
  margin-bottom: 0;
}

.sec_cta {
  background: linear-gradient(to right, #0180e1 0%, #02bafe 100%);
  padding: 30px 0;
}
.sec_cta figure {
  margin-bottom: 1.3em;
  position: relative;
}
.sec_cta figure.mb0 span {
  display: block;
  position: absolute;
  width: 100%;
  height: 1em;
  inset: 21px auto auto auto;
  margin: 0 auto;
  color: #fff;
}
.sec_cta figure.mb0 span i {
  font-style: normal;
}
.sec_cta p {
  color: #fff;
  font-size: clamp(12px, 3.7vw, 14px);
}
@media screen and (max-width: 767px) {
  .sec_cta .w5 + .w5 {
    margin-top: 5%;
  }
  .sec_cta figure.mb0 span {
    top: 17px;
  }
}

.sec_3 {
  background: url(../img/bg_02.jpg.webp) no-repeat center bottom;
  position: relative;
}
.sec_3 p {
  margin-bottom: 2.5em;
}
.sec_3 p span {
  padding: 0.65em;
  box-shadow: 0 0 6px #20bef0;
  background-color: #fff;
  margin-left: auto;
  border-radius: 20px;
}
.sec_3 .f_box {
  margin-bottom: 8%;
}
.sec_3 .f_box .tl p {
  text-align: right;
}
.sec_3 .fukidashi{
  padding-top: 322px;
position: relative;
}
.sec_3 .fukidashi p{
position: absolute;
}
.sec_3 .fukidashi .item_1{
  top: 4%;
  left: 30%;
}
.sec_3 .fukidashi .item_2{
  top: 31%;
  left: 15%;
}
.sec_3 .fukidashi .item_3{
  top: 0%;
  right: 30%;
}
.sec_3 .fukidashi .item_4{
  top: 24%;
  right: 3%;
}
.sec_3 .fukidashi .item_5{
  top: 50%;
  right: 2%;
}
@media screen and (max-width: 767px) {
  .sec_3 {
    background-size: 86% auto;
  }
  .sec_3 p {
    margin-bottom: 2em;
  }
  .sec_3 .f_box {
    margin-bottom: 40%;
  }
  .sec_3 .f_box .w4 {
    margin-bottom: 0;
  }
  .sec_3 .fukidashi{
    padding-top: 128vw;
  }
  .sec_3 .fukidashi .item_1 {
    top: 2%;
    left: 3%;
  }
  .sec_3 .fukidashi .item_2 {
    top: 15%;
  left: 10%;
  }
  .sec_3 .fukidashi .item_3 {
    top: 2%;
    right: 4%;
  }
  .sec_3 .fukidashi .item_4 {
    top: 29%;
    right: 3%;
  }
  .sec_3 .fukidashi .item_5 {
    top: 43%;
    right: 5%;
  }
}

.sec_4 {
  background: url(../img/bg_03.jpg.webp) no-repeat center top;
  padding: 30px 0;
}
.sec_4 h2 {
  color: #fff;
  margin-bottom: 1em;
}
.sec_4 ul.chk {
  width: -moz-fit-content;
  width: fit-content;
  margin-bottom: 1em;
}
.sec_4 ul.chk li {
  padding: 0.6em 0.5em 0.6em 1.75em;
  background-image: url(../img/icon_exc.png.webp);
  color: #fff;
  text-align: center;
}
.sec_4 ul.chk + p {
  font-size: 160%;
  font-weight: 800;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .sec_4 {
    background-position: 62% top;
  }
  .sec_4 ul.chk + p {
    font-size: 140%;
  }
  .sec_4 ul.chk {
    margin-left: 3vw;
  }
  .sec_4 ul.chk li{
text-align: left;
  }
}

.sec_5 {
  background-color: #f4ffff;
}

.sec_6 {
  background: #4b6b7e url(../img/bg_04.jpg.webp) no-repeat center top;
}
.sec_6 h2 {
  color: #fff;
  background-image: url(../img/h2_bar_2.png.webp);
}
.sec_6 h2 i {
  background: none;
  -webkit-text-fill-color: #e1f5ff;
}

.box_1 {
  background-color: #fff;
  padding: 3%;
}
.box_1 h3 {
  position: relative;
}
.box_1 h3 figure.num {
  position: absolute;
  width: -moz-fit-content;
  width: fit-content;
  right: 0;
  bottom: -5px;
}
.box_1::after {
  content: "";
  display: block;
  clear: both;
}
.box_1 + .box_1 {
  margin-top: 8%;
}
@media screen and (max-width: 767px) {
  .box_1 h3 {
    flex-flow: column;
    align-items: flex-start;
  }
  .box_1 h3 i {
    width: auto;
    margin: 0 auto 0.5em 0;
  }
  .box_1 h3 figure.num {
    width: 20vw;
    bottom: 0;
    top: -1.5em;
  }
  .box_1 + .box_1 {
    margin-top: 12%;
  }
}

.box_2 {
  background-color: #fff;
  padding: 3%;
  position: relative;
  box-shadow: 0 0 8px #ccc;
}
.box_2 figure {
  width: 40%;
  margin: 0;
}
.box_2 figure.tag {
  position: absolute;
  top: -32px;
  left: 30px;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0;
}
.box_2 .txt {
  width: 57%;
}
.box_2 .txt h3 {
  padding-bottom: 0;
  margin-bottom: 0.75em;
}
.box_2 .txt h3::after {
  display: none;
}
.box_2 .txt p {
  line-height: 1.4em;
}
.box_2 .txt p strong {
  font-size: 140%;
  display: inline-block;
  margin-right: 0.5em;
}
.box_2 .txt p.name {
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  width: 100%;
  text-align: right;
  padding-bottom: 0.3em;
  margin-bottom: 1em;
}
.box_2 .txt p.name::after {
  position: absolute;
  display: block;
  content: "";
  width: 100%;
  height: 1px;
  background-color: #ccc;
  inset: 0;
  margin: auto auto 0;
}
.box_2 .txt::after {
  content: "";
  display: block;
  clear: both;
}
.box_2 + .box_2 {
  margin-top: 8%;
}
@media screen and (max-width: 767px) {
  .box_2 figure {
    width: 100%;
    margin-bottom: 0.75em;
  }
  .box_2 figure.tag {
    position: absolute;
    top: -6.3vw;
    left: 20px;
    width: 26%;
  }
  .box_2 .txt {
    width: 100%;
  }
  .box_2 .txt h3 {
    margin-bottom: 0.75em;
    font-size: clamp(20px, 5.3vw, 24px);
  }
  .box_2 .txt h3 br {
    display: none;
  }
  .box_2 .txt p.name {
    text-align: left;
  }
  .box_2 + .box_2 {
    margin-top: 12%;
  }
}

.sec_8 {
  background-color: #f4ffff;
}

.box_3 {
  position: relative;
}
.box_3::after {
  position: absolute;
  display: block;
  content: "";
  width: 1px;
  height: 80%;
  background-color: #008cea;
  inset: 0;
  margin: 5px auto auto 0.55em;
  z-index: 1;
}
.box_3 .item {
  position: relative;
  padding-left: 5em;
  display: flex;
  justify-content: space-between;
}
.box_3 .item + .item {
  margin-top: 4%;
}
.box_3 .item::before, .box_3 .item::after {
  position: absolute;
  display: block;
  content: "";
  inset: 0;
  margin: auto;
}
.box_3 .item::before {
  width: 0.6em;
  height: 0.6em;
  border-radius: 100%;
  background-color: #fff;
  border: #008cea solid 5px;
  margin-top: 5px;
  margin-left: 0;
  z-index: 2;
}
.box_3 .item::after {
  width: 3em;
  height: 1px;
  border-bottom: #666 dotted 2px;
  margin-top: 0.75em;
  margin-left: 1.4em;
}
.box_3 .item p {
  width: 67%;
}
.box_3 .item figure {
  width: 33%;
}
@media screen and (max-width: 767px) {
  .box_3::after {
    height: 77%;
    margin: 5px auto auto 0.32em;
  }
  .box_3 .item {
    padding-left: 2.5em;
    flex-flow: column;
  }
  .box_3 .item + .item {
    margin-top: 8%;
  }
  .box_3 .item::before {
    width: 0.4em;
    height: 0.4em;
    border: #008cea solid 3px;
    margin-top: 5px;
  }
  .box_3 .item::after {
    width: 1em;
    border-bottom: #666 dotted 1px;
    margin-top: 0.55em;
    margin-left: 0.85em;
  }
  .box_3 .item p, .box_3 .item figure {
    width: 100%;
  }
}

.sec_9 table {
  max-width: 980px;
  margin: 0 auto;
  border-collapse: collapse;
}
.sec_9 table th, .sec_9 table td {
  padding: 0.5em;
  border: solid 1px #bfbfbf;
  line-height: 1.4em;
  text-align: left;
  font-size: clamp(12px, 3.4vw, 18px);
}
.sec_9 table th {
  background-color: #eee;
  width: 23%;
}
.sec_9 table td {
  width: 77%;
}

.sec_10 {
  background-color: #f6f6f6;
}
.sec_10 .flow_box {
  max-width: 920px;
  margin: 0 auto;
}
.sec_10 .flow_box .item {
  position: relative;
  width: 20%;
  border: #d9d9d9 solid 2px;
  padding: 1em;
  background-color: #fff;
}
.sec_10 .flow_box .item figure {
  margin-bottom: 1em;
}
.sec_10 .flow_box .item p {
  text-align: center;
  font-weight: 600;
  letter-spacing: 0.16em;
}
.sec_10 .flow_box .item p.txt_1 {
  color: #20c2fe;
  font-size: 16px;
  margin-bottom: 0.2em;
}
.sec_10 .flow_box .item p.txt_2 {
  color: #000;
  font-size: 18px;
}
.sec_10 .flow_box .item + .item::before {
  position: absolute;
  display: block;
  content: "";
  width: 18px;
  height: 27px;
  background: url(../img/arw_1.png.webp) no-repeat;
  inset: 0;
  margin: auto auto auto -22.5%;
}
@media screen and (max-width: 767px) {
  .sec_10 .flow_box .item {
    display: flex;
    width: 85%;
    margin: 0 auto 10%;
  }
  .sec_10 .flow_box .item .icon{
    width: 30%;
    display: flex;
    align-items: center;
    justify-content: center;
      }
      .sec_10 .flow_box .item .icon figure{
        margin-bottom: 0;
      }
  .sec_10 .flow_box .item .txt p{
text-align: left;
  }
  .sec_10 .flow_box .item + .item::before {
    transform: rotate(90deg);
    margin: -11% auto auto auto;
  }
}

.sec_11 {
  background: linear-gradient(to right, #0180e1 0%, #02bafe 100%);
}
.sec_11 h2 {
  color: #fff;
  background-image: url(../img/h2_bar_2.png.webp);
}
.sec_11 h2 i {
  background: none;
  -webkit-text-fill-color: #e1f5ff;
}
.sec_11 .box_txt {
  box-shadow: 0 0 8px #999;
}
.sec_11 .box_txt h3 {
  clear: both;
  border: none;
  position: relative;
  text-align: center;
}
.sec_11 .box_txt h3::after {
  position: absolute;
  display: block;
  content: "";
  width: 100%;
  height: 1px;
  background: #ccc;
  inset: 0;
  margin: 0.6em auto auto;
  z-index: 1;
}
.sec_11 .box_txt h3 span {
  background-color: #fff;
  padding: 0 0.5em;
  position: relative;
  z-index: 2;
  margin: 0 auto;
}
.sec_11 .box_txt p {
  margin-bottom: 1em;
}
.sec_11 .box_txt p + img {
  margin-bottom: 0.5em;
}
@media screen and (max-width: 767px) {
  .sec_11 .box_txt figure img {
    width: 60%;
  }
  .sec_11 .box_txt h3::after {
    margin: 1.4em auto auto;
  }
  .sec_11 .f_l img{
    /* width: 50%; */
  }
}

.sec_12 table {
  width: 100%;
  border-collapse: collapse;
  color: #3b210a;
}
.sec_12 table th, .sec_12 table td {
  text-align: left;
  border-bottom: #3b210a solid 1px;
  padding: 1em 0.5em;
  font-weight: 400;
  line-height: 1.3em;
  font-size: clamp(14px, 3.7vw, 18px);
}
@media screen and (max-width: 767px) {
  .sec_12 table th {
    width: 25%;
  }
  .sec_12 table td {
    width: 75%;
  }
}

.sec_13 {
  background-color: #f6fbff;
}
.sec_13 p {
  font-size: 16px;
}
.sec_13 table {
  width: 100%;
  max-width: 870px;
  margin: 0 auto 20px;
}
.sec_13 table th,
.sec_13 table td {
  padding: 0.7em 0;
}
.sec_13 table th {
  width: 28%;
  color: #000d6c;
  text-align: left;
  /* vertical-align: middle; */
  padding: 3% 0;
}
.sec_13 table th span {
  background-color: #e60012;
  color: #fff;
  font-size: 11px;
  padding: 0.2em 0.4em;
  display: inline-block;
  margin-left: 0.5em;
}
.sec_13 table td {
  width: 72%;
}
.sec_13 table td input[type=text],
.sec_13 table td input[type=tel],
.sec_13 table td input[type=email],
.sec_13 table td textarea {
  background-color: #fff;
  border: 2px #bababa solid;
  /* border: none; */
  padding: 0.7em;
  font-size: 1em;
  border-radius: 10px;
}
.sec_13 table td input[type=text],
.sec_13 table td input[type=tel],
.sec_13 table td input[type=email] {
  width: 60%;
}
.sec_13 table td textarea {
  width: 100%;
}
.sec_13 input[type=submit] {
  background-color: #22ad39;
  color: #fff;
  font-size: 31px;
  letter-spacing: 0.06em;
  display: block;
  text-align: center;
  border: none;
  width: 100%;
  max-width: 500px;
  margin: 0 auto;
  border-radius: 40px;
  padding: 0.5em 1em;
  font-weight: bold;

}
.sec_13 .box_4 {
  padding: 4%;
    background-color: rgba(255, 255, 255, 0.659);
    box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.35); 
}
@media screen and (max-width: 767px) {
  .sec_13 table th,
  .sec_13 table td {
    display: block;
    width: 100%;
  }
  .sec_13 table th {
    font-size: 16px;
    padding-bottom: 0;
  }
  .sec_13 table td {
    display: block;
    width: 100%;
  }
  .sec_13 table td input[type=text],
  .sec_13 table td input[type=tel],
  .sec_13 table td input[type=email] {
    width: 100%;
  }
  .sec_13 p {
    font-size: 14px;
  }
  .sec_13 p input{
    width: 100%;
  }
  .sec_13 input[type=submit] {
    font-size: 5.3vw;
    width: fit-content;
  }
}

.f_cta {
  background: linear-gradient(to right, #0180e1 0%, #02bafe 100%);
  position: fixed;
  right: 0;
  bottom: 0;
  width: 400px;
  padding: 1em;
  border-radius: 10px 0 0 0;
  z-index: 10;
  opacity: 0;
  transition: opacity 0.5s;
}
.f_cta figure {
  margin-bottom: 0.5em;
}
.f_cta p {
  font-size: clamp(10px, 3vw, 12px);
  letter-spacing: 0;
  color: #fff;
  text-align: center;
}
.f_cta p span {
  color: #f6f610;
}
.f_cta p.ttl {
  font-size: 15px;
  margin-bottom: .5em;
  font-weight: bold;
}
.is-in .f_cta {
  display: none !important;
  transition: all 0.5s ease 0s;
}

@media screen and (max-width: 767px) {
  .f_cta {
    width: 100vw;
    border-radius: 0;
  }
  .f_cta figure{
    width: 80%;
  }
  .f_cta p.ttl {
    font-size: 3.4vw;
    /* margin-bottom: .5em; */
    }
}
/*# sourceMappingURL=map/style.css.map */