@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: 9vw 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;
}
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: #22538d url(../img/icon_q.png.webp) no-repeat 0.8em 0.8em;
  margin-bottom: 0;
  color: #fff;
  position: relative;
  cursor: pointer;
}
.faq dt::before, .faq dt::after {
  display: block;
  content: "";
  position: absolute;
  background: #fff;
  width: 24px;
  height: 2px;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto auto auto 95%;
  transition-duration: 0.5s;
  transform: rotate(90deg);
}
.faq dt::before {
  transform: rotate(0deg);
}
.faq dt.active::after {
  transform: rotate(0deg);
}
.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;
}
.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::before, .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: clamp(16px, 4.3vw, 28px);
    padding: 0.2em 0.5em 0.2em 1.75em;
    background: url(../img/icon_chk.png.webp?071704) no-repeat left 0.3em;
    background-size: 1.5em;
    line-height: 1.3em;
    font-weight: 600;
}
ul.chk li + li {
  border-top: #efefef dotted 2px;
}
@media screen and (max-width: 768px) {
  ul.chk li {

    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;
}



@media (max-width: 767px) {
  .hide-on-mobile {
    display: none;
  }
}
@media (min-width: 768px) {
  .hide-on-pc {
    display: none;
  }
}



.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: #9b0221;
}

.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_mk {
  background: linear-gradient(transparent 60%, #ffe400 60%);
}

.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 {
  text-align: center;
  background-color: #22538d;
  padding: 1em;
  line-height: 1.65em;
  color: #fff;
}
footer .f_link a {
  color: #fff;
}
footer .copyright {
  color: #fff;
}
@media screen and (max-width: 768px) {
  footer {
    font-size: 3.4vw;
  }
}

.sec_1 {
  padding-top: 0;
  background: url(../img/bg_01.jpg.webp) no-repeat center 6px;
  padding-bottom: 30px;
}
.sec_1 .s_hdr {
  height: -moz-fit-content;
  height: fit-content;
  background-color: #fff;
  margin-bottom: 30px;
}
.sec_1 .s_hdr .inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.sec_1 .s_hdr .inner figure {
  margin: 0;
  width: -moz-fit-content;
  width: fit-content;
}
.sec_1 .fv img.pc{
  width: 700px;
  margin-left: 0;
}
.sec_1 .s_hdr .inner figure.logo {
  margin-right: auto;
}
.sec_1 .s_hdr .inner figure:last-of-type {
  margin-left: 1em;
}
.sec_1 .s_hdr .btn_1{
  padding: .1em;
  background: none;
  flex-flow: column;
  border: none;
  width: auto;
  margin-right: 0;
  font-size: clamp(11px, 4vw, 20px)!important;
}
.sec_1 .s_hdr .btn_1 a{
  font-size: clamp(10px, 3.5vw, 34px)!important;

  width: fit-content;
}
.sec_1 .s_hdr .btn_1 a span{
  font-size: 100%;
}
.sec_1 .s_hdr .btn_1 span{
  display: block;
  color: #000;
}
.sec_1 .s_hdr .btn_1 span.tel{
  background: url(../img/h_btn_2_icon.png.webp) no-repeat left center;
  background-size: 0.8em;
  padding: 0 0 0 1em;
  margin-bottom: .2em;
  /* font-size: clamp(16px, 4vw, 34px); */
  text-decoration: none!important;
}
.sec_1 .s_hdr .btn_1 span.time{
text-align: center;
font-size: clamp(8px, 1.5vw, 18px);
}
.sec_1 > .inner {
  width: min(1054px, 100vw - 12px);
}
.sec_1 > .inner figure {
  margin-left: 0;
  text-align: left;
}
.sec_1 > .inner .btn_box {
  /* margin-top: -67px; */
}
.sec_1 > .inner .btn_box p{
  font-size: clamp(16px,  4.3vw, 28px);
  margin-bottom: 10px;
}
.sec_1 > .inner .btn_box figure {
  text-align: center;
}
@media screen and (max-width: 767px) {
  .sec_1 {
    background: url(../img/bg_01_sp.jpg.webp) no-repeat center 10vw;
    background-size: 100% auto;
  }
  .sec_1 .s_hdr {
    margin-bottom: 18px;
    height: 11vw;
  }
  .sec_1 .s_hdr .inner {
    margin: 0;
    padding-left: 0.5em;
    width: 100%;
  }
  .sec_1 .s_hdr .inner figure.logo {
    margin-right: 1.5em;
  }
  .sec_1 .s_hdr .inner figure:last-of-type {
    margin-left: 0.5em;
  }
  .sec_1 .inner .btn_box {
    margin-top: 0;
  }
  .sec_1 .btn_2 a{
    font-size: 4vw;
  }
  .sec_1 .btn_1 a{
    font-size: 3vw;
  }
  .sec_1 .s_hdr .btn_1{
    width: 15em;
  }
  .sec_1 .s_hdr .btn_1{
    font-size: 100%!important;
}
}

.btn_box {
  position: relative;
  background-color: #fff;
  border-radius: 20px;
  box-shadow: 0 0 8px #999;
  padding: 2% 2%;
  max-width: 940px;
  margin: 0 auto;
}
.btn_box .f_box {
  justify-content: center;
  gap: 4%;
}
.btn_box .f_box figure {
  width: 48%;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .btn_box {
    border-radius: 14px;
    width: 96%;
    padding: 4%;
  }
  .btn_box .f_box {
    gap: 0;
  }
  .btn_box .f_box figure {
    width: 100%;
    margin: 0;
  }
  .btn_box .f_box figure:last-of-type {
    margin: 0.5em 0 0;
  }
}
.btn_2 ,.btn_1 {
  width: 350px;
}

.btn_2 {
  display: flex;
  background-color: #06c655;
  border: 3px solid #01b24f;
padding: .5em;
    border-radius: 100px;
}
.btn_box .f_box .btn_2 figure{
  width: 20%;
  margin-left: .5em;
}
.btn_2 a{
  display: inline;
  border-radius: 100px;
  color: #fff;
  width: 16em;
  align-self: center;
  font-weight: bold;
  line-height: 1.5;
  justify-content: center;
  text-align: center;
  text-decoration-line: none;
}
.btn_2 a span{
font-size: 130%;
}
.btn_1 {
  display: flex;
  background-color: #9b0020;
  border: 3px solid #6f0017;
padding: .5em;
    border-radius: 100px;
}
.btn_box .f_box .btn_1 figure{
  width: 20%;
  margin-left: .5em;
  display: flex;
  align-self:center;
}
.btn_1 a{
  display: inline;
  border-radius: 100px;
  color: #fff;
  width: 22em;
  align-self: center;
  font-weight: bold;
  line-height: 1.5;
  justify-content: center;
  text-align: center;
  text-decoration-line: none;
  font-size: clamp(12px, 2.3vw, 12px);
}
.btn_1 a span{
font-size: 230%;
line-height: 1.2;
}

.sec_2 {
  background-color: #22538d;
}
.sec_2 h2{
padding: .2em 1.5em .5em;
background: #fed900;
font-weight: bold;
width: fit-content;
margin: 0 auto;
font-size: clamp(16px, 4.3vw, 28px);
line-height: 1.3;
text-align: center;
margin-bottom: 2em;
}
.sec_2 h2 span{
color:#1f5490;
font-size: 130%;
}
.sec_2 h3{
  padding: 1.5em 0 1em; 
  color:#fed900;
  text-align: center;
  line-height: 1.5;
  font-size: clamp(16px, 4.3vw, 19px);
}
.sec_2 h3 span{
font-size: 130%;
}
.sec_2 .w33:nth-of-type(1) h3{
  background: url(../img/img_004_3.png.webp) no-repeat center top;
}
.sec_2 .w33:nth-of-type(2) h3{
  background: url(../img/img_005_3.png.webp) no-repeat center top;
}
.sec_2 .w33:nth-of-type(3) h3{
  background: url(../img/img_006_3.png.webp) no-repeat center top;
}
.sec_2 .f_box {
  margin: 5% auto 0;
}
.sec_2 .f_box .w33:not(:first-of-type) {
  border-left: #fff solid 2px;
}
.sec_2 .f_box .w33 p {
  margin: 0 auto;
  padding-left: 1em;
  width: -moz-fit-content;
  width: fit-content;
  color: #fff;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .sec_2 h2{
    width: 100%;
    padding: .2em 0 .5em;
  }
  .sec_2 .f_box {
    /* flex-flow: row;
    flex-wrap: wrap; */
  }
  .sec_2 .f_box .w33 {
    padding-bottom: 8%;
    /* width: 48%; */
  }
  .sec_2 .f_box .w33:not(:first-of-type) {
    border-left: none;
    border-top: #fff solid 2px;
    padding-top: 8%;
  }
  .sec_2 .f_box .w33 figure img{
    width: auto;
    height: 19vw;
  }
}

.sec_3 {
  background-color: #e6ecf1;
}
.sec_3 h2{
  font-weight: bold;
  margin: 0 auto;
  font-size: clamp(16px, 6.3vw, 35px);
  line-height: 1.3;
  text-align: center;
  margin-bottom: 2em;
  }
  .sec_3 h2 span{
    color:#9b0221;
    font-size: 150%;
    position: relative;
  }
  .sec_3 h2 span:before,.sec_3 h2 span:after {
    /* width: .8em;
    height: .8em;
    margin: 0 .2em;
    display: inline-block;
    content: "";
    background: url(../img/img_017_3.png.webp) no-repeat center top;
    background-size: contain; */
  }
  
.sec_3 .f_box {
  max-width: 960px;
  margin: 5% auto 3%;
}
.sec_3 .f_box .w33 {
  background-color: #fff;
  box-shadow: 0 0 8px #999;
  margin-bottom: 2em;
}
.sec_3 .f_box .w33 figure {
  margin: 0;
}
.sec_3 .f_box .w33 p {
  padding: 1em 0.25em 1em 1em;
}
.sec_3 .caution{
  background: url(../img/img_014_2.png.webp) no-repeat center top;
  padding: 27px 0;
  /* display: flex;
  align-self:center;
  height: 60px; */
  font-size: clamp(16px, 5.3vw, 45px);
  background-size: contain;
  font-weight: bold;
  line-height: 1.3;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .sec_3 .inner{
    width: 90%;
  }
  .sec_3 .f_box {
    margin-bottom: 0;
  }
  .sec_3 .w33 {
    width: -moz-fit-content !important;
    width: fit-content !important;
    margin: 0 auto;
  }
  .sec_3 .caution{
    padding: 3vw 0;
  }
  .sec_3 .f_box .w33 figure {
    height: 50vw;
    display: flex;
    align-items: center;
    overflow: hidden;
  }
}

.slider {
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
}
.slider .item {
  background-color: #f4f4f4;
}
.slider .item figure {
  margin: 0;
}
.slider .item .txt {
  padding: 1em 2em 0;
}
.slider .slick-prev:before, .slider .slick-next:before {
  width: 24px;
  height: 46px;
  display: block;
  content: "";
}
.slider .slick-prev:before {
  background: url(../img/arw_l.png.webp) no-repeat center top;
  margin-left: -1.25em;
}
.slider .slick-next:before {
  background: url(../img/arw_r.png.webp) no-repeat center top;
  margin-left: 1em;
}
@media screen and (max-width: 767px) {
  .slider .item .txt p {
    font-size: clamp(12px, 3.4vw, 18px);
  }
}


.sticky-cta-container {
  position: fixed;
  z-index:999;
 width: 100%;
  bottom: 0px; 
background: #fff;
padding-top: 10px;
display: none;
}
.sticky-cta-container .t_c{
  margin-bottom: 0;
}
.sticky-cta-container .f_box{
  flex-flow: row;
}
.sticky-cta-container .btn_1,.sticky-cta-container .btn_2 {
width: 48%;
}
.sticky-cta-container .btn_2 a{
  font-size: 2.2vw;
}
.sticky-cta-container .btn_1 a{
  font-size: 2vw;
}

.sec_cta {
  background: url(../img/bg_cta.jpg.webp) no-repeat center top;
  padding: 50px 0;
}
.sec_cta h2{
font-size: clamp(16px, 4.1vw, 25px);
text-align: center;
font-weight: bold;
margin-bottom: 1em;
margin-left: 0;
width: 700px;
line-height: 1.4;
max-width: 100%;
}
.sec_cta h2 span{
  font-size: 150%;
  color: #9b0221;
}
.sec_cta .ttl {
  width: 80%;
  max-width: 690px;
  margin-left: 0;
}
.sec_cta .btn_box {
  margin-left: 0;
  width: 80%;
  max-width: 690px;
}
 .btn_box figure {
  margin: 0;
  width: auto;
margin-bottom: 30px;
}
 .btn_1, .btn_2{
  margin: 10px auto;
  width: 450px;
  max-width: 95%;
}
 .btn_1 figure, .btn_2 figure{
  width: 20%;
  margin-bottom: 0;
  display: flex;
  align-items: center;
}
 .btn_1 a, .btn_2 a{
  width: 80%;
}
.sec_cta .btn_box figure + figure {
  margin-top: 1.5em;
}
.sec_cta p {
  max-width: 690px;
  margin-top: 1em;
  text-align: center;
  font-size: clamp(12px, 3vw, 16px);
}
@media screen and (max-width: 767px) {
  .sec_cta {
    background: url(../img/bg_cta_sp.jpg.webp) no-repeat center top;
    padding: 4% 0;
    background-size: cover; 
  }
  .sec_cta h2{
    margin-bottom: 1.5em;
  }
  .sec_cta .ttl {
    width: 100%;
  }
  .sec_cta .btn_box {
    width: 70%;
  }
  .btn_2 a{
  font-size: 3vw;
  }
  .btn_1 a{
    font-size: 2vw;
  }
  .btn_1 a span{
font-size: 200%;
  }
  .sec_cta .btn_box figure + figure {
    margin-top: 0.5em;
  }
}

.sec_5 {
  padding-top: 0;
}

.sec_5 .caution2{
  background: url(../img/img_017_2.png.webp) no-repeat center 35px;
  padding-bottom: 80px;
  margin-bottom: 1em;
}
.sec_5 .caution2 h3{
background: #000;
width: fit-content;
padding: .2em .5em;
font-size: clamp(16px, 8.3vw, 57px);
color: #ffd800;
margin: 0 auto .5em;
position: relative;
}
.sec_5 .caution2 h3:before,.sec_5 .caution2 h3:after {
  width: .8em;
  height: .8em;
  margin: 0 .2em;
  display: inline-block;
  content: "";
  background: url(../img/img_017_3.png.webp) no-repeat center top;
  background-size: contain;
}


.sec_5 .caution2 h3::before{

}
.sec_5 .caution2 h3 figure{
  display: inline;
}
.sec_5 .caution2 p{
  text-align: center;
  font-weight: bold;
  font-size: clamp(16px, 4vw, 28px);
}
.sec_5 .caution2 + p{
  text-align: center;
  font-size: clamp(16px, 5.3vw, 28px);
  font-weight: bold;
}
.sec_5 .caution2 span{
  font-size: 150%;
}
.sec_5 h2 span{
font-size: 150%;
}
.sec_5 .s_hdr {
  height: 180px;
  background: url(../img/s_hdr_1.png.webp) no-repeat center top;
  margin-bottom: 3%;
  justify-content: center;
}
.sec_5 h2{
  color: #fff;
  text-align: center;
line-height: 1.5;
font-size: clamp(16px, 4.3vw, 25px);
}
.sec_5 .f_box {
  margin-bottom: 5%;
}
.sec_5 .p_bottom{
  font-size: clamp(16px, 5.3vw, 35px);
  text-align: center;
  font-weight: bold;
  margin-bottom: 1em;
  margin-left: 0;

  }
@media screen and (max-width: 767px) {
  .sec_5 .s_hdr {
    height: 110px;
    background-size: cover;
    margin-bottom: 6%;
  }
  .sec_5 h2{

  }
  .sec_5 .s_hdr img {
    width: 80%;
  }
  .sec_5 .caution2{
    padding-bottom: 10vw;
    background-size: auto 81%;
  }
  
}

.sec_6 {
  background: url(../img/bg_02.jpg.webp) no-repeat center top;
  padding-bottom: 0;
}
.sec_6 h2{
  padding: .5em;
  padding-left: 2.5em;
 color: #fff;
 background: url(../img/img_022_1.png.webp) no-repeat left top;
  font-weight: bold;
  width: fit-content;
  margin: 0 auto;
  font-size: clamp(16px, 5vw, 35px);
  line-height: 1.3;
  text-align: center;
  margin-bottom: 1em;
  }

  .sec_6 h2.ex2{
   background: url(../img/img_025_1.png.webp) no-repeat left top;

    }
    .sec_6 .f_box.gtr{
      margin-bottom: 3em;
    }
  .sec_6 .f_box.gtr .w5{
      border-style: solid;
      border-width: 1px;
      border-color: rgb(255, 255, 255);
      background-color: rgb(34, 83, 141);    
      padding: 1em;
  }
  .sec_6 .f_box.gtr .w5 h3{
    color: #f5e488;
    text-align: center;
    line-height: 1.5;
    padding-bottom: .5em;
    border-bottom: 1px solid #fff;
    margin-bottom: .5em;
    font-size: clamp(20px, 3vw, 24px);
  }
  .sec_6 .f_box.gtr .w5 p{
    color: #fff;
    text-align: center;
      }
.sec_6 .f_box + figure {
  margin-top: 4%;
}
.sec_6 .sec_bottom {
  margin-bottom: 0;
}
.sec_6 .sec_bottom img {
  margin-right: -20%;
}
.sec_6 .p_bottom{
  font-size: clamp(16px, 4.3vw, 25px);
  text-align: center;
  font-weight: bold;
  margin-bottom: 1em;
  margin-left: 0;
  color: #fff;
  }
  .sec_6 .p_bottom span{
font-size: 130%;
  }
@media screen and (max-width: 767px) {
  .sec_6 {
    background: url(../img/bg_02.jpg.webp) no-repeat center top;
    background-size: cover;
  }
  .sec_6 .p_bottom span{
    font-size: 100%;
      }
      .sec_6 h2{
        /* padding-left: 3.5em; */
      }
      .sec_6 .f_box.gtr {
margin-bottom: 1em;
      }
      .sec_6 .f_box.gtr .w5 h3 br{
        display: none;
      }
}

.sec_7 {
  padding-top: 0;
}
.sec_7 .s_hdr {
  background-color: #ffd800;
  margin-bottom: 10%;
  height: 180px;
}
.sec_7 h2{

  text-align: center;
line-height: 1.5;
margin: 0 auto;
font-size: clamp(16px, 4.3vw, 25px);
}
.sec_7 h2 span{
  font-size: 150%;
}
.sec_7 .case{
  background: url(../img/img_030_1.png.webp) no-repeat left top;
  width: 100%;
  padding-left: 500px;
  padding-top: 35px;
  height: 326px;
}
.sec_7 .case h3{
  color: #fff;
  font-size: clamp(16px, 5.3vw, 28px);
  margin-bottom: 2em;
}
.sec_7 .case h4{
  font-size: clamp(16px, 4.3vw, 28px);
  margin-bottom: .5em;
}
ul.chk {
  margin: 0 auto 5%;
}
ul.chk li {

  padding: 0.2em 0.5em 0.2em 1.75em;
  background: url(../img/icon_chk.png.webp?071704) no-repeat left 0.3em;
  background-size: 30px;
  line-height: 1.3em;
  font-weight: 600;
}

ul.chk li + li {
  border-top: #efefef dotted 2px;
}
.sec_7 .case + p{
  font-size: clamp(16px, 4.3vw, 25px);
  font-weight: bold;
}
.sec_7 .case + p span{
font-size: 130%;
}
@media screen and (max-width: 767px) {
  .sec_7 .case{
    background: url(../img/img_030_1_sp.png.webp) no-repeat left top;
    background-size: 100% auto;
    padding-top: 5vw;
    padding-left: 20vw;
    margin-bottom: 1em;
}
  
  .sec_7 .s_hdr {
    margin-bottom: 6%;
    height: 100px;
  }
  .sec_7 .s_hdr img {
    width: 84%;
  }
  .sec_7 .f_box {
    flex-flow: row;
  }
  .sec_7 .case h3{

    margin-bottom: 1.5em;
  }
}

.sec_8 {
  background-color: #fffff7;
}
.sec_8 h2 {
  font-weight: bold;
  margin: 0 auto;
  font-size: clamp(16px, 4.3vw, 35px);
  line-height: 1.3;
  text-align: center;
  margin-bottom: 2em;
}
.sec_8 h2 span{
  font-size: 130%;
  }
  .sec_8 .hosho{
    background: url(../img/img_036_1.png.webp) no-repeat center top;
    padding: 27px 0;
    /* display: flex;
    align-self:center;
    height: 60px; */
    font-size: clamp(16px, 3.3vw, 25px);
    background-size: contain;
    font-weight: bold;
    line-height: 1.3;
    text-align: center;
  }
  .sec_8 .hosho span{
    font-size: 130%;
  }

.sec_9 .inner {
  width: min(1124px, 100vw - 12px);
}
.sec_9 .f_box {
  justify-content: center;
  gap: 2%;
}
.sec_9 .f_box figure {
  margin: 0 0 3%;
}
@media screen and (max-width: 767px) {
  .sec_9 .ttl img {
    width: 70%;
  }
}


.box_1 {
  position: relative;
  padding-top: 7%;
  margin-top: 5%;
}
.box_1 figure {
  position: absolute;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 0 0;
  top: 0;
  left: 1%;
}
.box_1 dl {
  box-shadow: 0 0 8px #999;
  width: 70%;
  margin: 0 0 0 auto;
}
.box_1 dl dt, .box_1 dl dd {
  display: flex;
  justify-content: center;
  align-items: center;
}
.box_1 dl dt {
  background-color: #22538d;
  color: #fff;
  height: 3em;
  font-size: clamp(18px, 4.7vw, 28px);
}
.box_1 dl dd {
  background-color: #e6ecf1;
  height: 4em;
  font-size: clamp(14px, 3.7vw, 22px);
}
.box_1.rvs figure {
  margin: 0 0 0 auto;
  left: 0;
  right: 1%;
}
.box_1.rvs dl {
  margin: 0 auto 0 0;
}
@media screen and (max-width: 767px) {
  .box_1 figure {
    position: relative;
    text-align: left;
    margin-bottom: -15px;
  }
  .box_1 figure img {
    width: 70%;
  }
  .box_1 dl {
    width: 90%;
  }
  .box_1 dl dt, .box_1 dl dd {
    padding: 0 1em;
  }
  .box_1.rvs figure {
    text-align: right;
    margin-bottom: -15px;
    left: 0;
    right: 1%;
  }
  .box_1.rvs dl {
    margin: 0 auto 0 0;
  }
}

.box_2 {
  border: #22538d solid 1px;
  max-width: 970px;
  margin: 0 auto 2%;
}
.box_2 dt {
  background-color: #22538d;
  color: #fff;
  text-align: center;
  padding: 1em;
}
.box_2 dd {
  justify-content: center;
  gap: 6%;
  background-color: #fff;
}
.box_2 dd figure {
  width: -moz-fit-content;
  width: fit-content;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .box_2 dd {
    background-color: #fff;
    padding: 0 6%;
  }
}

.sec_11 {
  background-color: #f1f1f1;
}

.sec_11 .btn_1,.sec_11 .btn_2 {
  width: 45%;
}
.sec_11 h2 {
  font-weight: bold;
  margin: 0 auto;
  font-size: clamp(16px, 5.3vw, 35px);
  line-height: 1.3;
  text-align: center;
  margin-bottom: 2em;
}
.sec_11 h2 span{
  font-size: 130%;
  color: #22538d;
}
.sec_11 .b_box{
  background: #22538d;
  width: 20%;
  /* border-radius: 10px; */
  padding: 2em;
}
.sec_11 .b_box figure{
  margin-bottom: 10px;
  height: 76px;
  display: flex;
  align-items: center;
}

.sec_11 .f_box.flw{
  margin-bottom: 30px;
}
.sec_11 .b_box p{
  font-size: clamp(16px, 3vw, 20px);
  font-weight: bold;
  text-align: center;
  color: #fff;
  line-height: 1.2;
}
.sec_11 .b_box p span{
  
  color: #ffd800;
}
@media screen and (max-width: 767px) {
.sec_11 .b_box{
  background: #22538d;
  width: 45%;
  /* border-radius: 10px; */
  padding: 8% .5% 7%;
  margin-bottom: 1em;
}
.sec_11 .b_box figure{
  width: 40%;
  height: 13vw;
}
.sec_11 .b_box p{

}
.sec_11 .btn_1, .sec_11 .btn_2 {
width: 100%;
}
.sec_11 .btn_2 a{
  font-size: 4vw;
}
.sec_11 .btn_1 a{
  font-size: 3vw;
}
.sec_11 .f_box.flw{
  margin-bottom: 0;
  justify-content: space-around;
}
}
.sec_12 h2{
  text-align: center;
  font-size: clamp(16px, 7.3vw, 35px);
  background: url(../img/img_057_1.png.webp) no-repeat center bottom;
  padding-bottom: 50px;
  margin-bottom: 1em;
}

@media screen and (max-width: 767px) {
  .sec_12 .ttl img {
    width: 50%;
  }
  
}

.sec_13 dl {
  border-top: #a4a4a4 solid 1px;
  display: flex;
  flex-flow: wrap;
}
.sec_13 dl dt, .sec_13 dl dd {
  font-size: clamp(16px, 4.3vw, 22px);
  padding: 1.25em 0;
  line-height: 1.65em;
  border-bottom: #a4a4a4 solid 1px;
}
.sec_13 dl dt {
  width: 30%;
  font-weight: bold;
}
.sec_13 dl dd {
  width: 70%;
}
.sec_13 dl + figure {
  margin-top: 5%;
}
@media screen and (max-width: 767px) {
  .sec_13 .ttl img {
    width: 80%;
  }
}

.sec_14 {
  background-color: #f8f8f8;
}
.sec_14 .f_box {
  max-width: 970px;
  margin: 0 auto;
}
.sec_14 .btn_box {
  background-color: transparent;
}
@media screen and (max-width: 767px) {
  .sec_14 .ttl img {
    width: 70%;
  }
  .sec_14 .btn_2 a{
    font-size: 4vw;
  }
  .sec_14 .btn_1 a{
    font-size: 3vw;
  }
}
/*# sourceMappingURL=map/style.css.map */