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

footer {
  text-align: center;
  justify-content: center;
  background-color: #000;
  padding: 1em;
  line-height: 1.65em;
  color: #fff;
  display: flex;
}
footer .f_link a {
  color: #fff;
}
footer .copyright {
  color: #fff;
}
@media screen and (max-width: 768px) {
  footer {
    font-size: 3.4vw;
    flex-flow: wrap;
  }
}

@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: #081214;
  -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);
  }
}

p {
  font-size: clamp(16px, 4.3vw, 18px);
  margin-bottom: 1.5em;
  line-height: 1.65em;
}
p:last-child {
  margin-bottom: 0;
}
p:has(img) {
  width: 100%;
  margin: 0 auto 40px;
  text-align: center;
  line-height: 0;
}
p:has(img) img {
  max-width: 100%;
  margin: 0 auto;
  line-height: 1;
}
p:has(img):last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  p:has(img) {
    margin-bottom: 7vw;
  }
}

.box_txt {
  max-width: 1000px;
  margin: 0 auto;
}
.box_txt > p:has(img) {
  margin-bottom: 0;
}
.box_txt .txt {
  background-color: #fff;
  padding: 4%;
}
.box_txt .txt p:has(img).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;
}
.faq dt {
  font-weight: bold;
  font-size: 22px;
padding: 1.5em 2em 1.5em 3em;
  margin-bottom: 0;
  color: #fff;
  position: relative;
  cursor: pointer;
}
.faq dt::after {
  display: block;
  content: "";
  position: absolute;
  width: 0.8em;
  height: 0.8em;
  border-right: #fff solid 2px;
  border-bottom: #fff solid 2px;
  top: 0;
  right: 0;
  bottom: 0;
  left: -11px;
  margin: auto auto auto 95%;
  transition-duration: 0.5s;
  transform: rotate(45deg);
}
.faq dt.active::after {
  transform: rotate(-135deg);
}
.faq dd {
  display: none;
  padding: 1.5em 1em 1.5em 6em;
  background: url(../img/icon_a.png.webp) no-repeat 0.8em 1.75em;
  margin-bottom: 2em;
  font-size: 20px;
  font-weight: bold;
  background-size: 69px;
}
.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_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;
  }
}

header, .f_cta {
  position: fixed;
  top: 0;
  left: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 67px;
  background-color: #fff;
  width: 100vw;
  z-index: 10;
}
header p, .f_cta p {
  margin: 0;
  /* width: auto;
  max-height: 100%; */
  width: auto;
}

header p img{
  height: 67px;
  margin: 0;
  width: auto;
  padding: 0;
}
header .logo, .f_cta .logo {
  margin: auto auto auto 9px;
  width: 30%;
  max-width: 460px;
  margin-left: 0;
}
header .logo img{
  margin-left: 0;
}
header .btn_box, .f_cta .btn_box {
  display: flex;
  width: auto;
  max-height: 100%;
  max-width: 1005px;
  justify-content: center;
  align-items: center;
  padding-right: 0;
}
header .btn_box .tel, .f_cta .btn_box .tel {
  position: relative;
  margin-right: 7px;
}
header .btn_box .tel img{
  height: 95%;
}
header .btn_box .tel .tel_num, .f_cta .btn_box .tel .tel_num {
  position: absolute;
  color: #111;
  text-decoration: none;
  inset: 0.6em 0 0 1.5em;
  font-size: clamp(12px, 3.1vw, 26px);
  font-weight: 600;
  font-family: "Oswald", sans-serif;
}
header .btn_box .tel .tel_num{
  font-size: clamp(12px, 3.4vw, 33px);
}
@media screen and (min-width: 768px) and (max-width: 1040px){
header .btn_box .tel .tel_num{
  font-size: 2.5vw;
}
}
@media screen and (max-width: 767px) {
  header p img{
    height: 36px;
  }
  header, .f_cta {
    position: relative;
    height: 36px;
  }
  header .logo, .f_cta .logo {
    width: 10%;
    margin: 0 2% 0 0;
  }
  header .btn_box, .f_cta .btn_box {
    width: 90%;
    padding-right: 0;
    justify-content: flex-end;
  }
  header .btn_box .tel, .f_cta .btn_box .tel {
    width: 32%;
    margin-right: 1%;
  }

  header .btn_box .tel .tel_num, .f_cta .btn_box .tel .tel_num {
    inset: 0.6em 0 0 1.5em;
  }
  header .btn_box .line, .f_cta .btn_box .line {
    width: 33%;
  }
  header .btn_box .mail, .f_cta .btn_box .mail {
    width: 33%;
  }
  header .btn_box .line,header .btn_box .mail{
    width: auto;
  }
}

h2 {
  text-align: center;
  font-size: clamp(20px, 5.3vw, 38px);
  font-weight: 800;
  position: relative;
  padding-bottom: 1em;
  margin-bottom: 1.5em;
  line-height: 1.5em;
}
h2 i {
  font-style: normal;
  font-size: 1.35em;
  color: #2a807d;
}
h2::after {
  position: absolute;
  display: block;
  content: "";
  width: 150px;
  height: 3px;
  background: #2a807d;
  inset: 0 0 0 0;
  margin: auto auto 0;
}

.slick-slider .slick-prev:before, .slick-slider .slick-next:before {
  content: "";
  width: 30px;
  height: 30px;
  display: block;
}
.slick-slider .slick-prev {
  z-index: 2;
  left: 8px;
}
.slick-slider .slick-prev::before {
  background: url(../img/arw_l.png.webp) no-repeat;
  background-size: cover;
}
.slick-slider .slick-next {
  z-index: 2;
  right: 20px;
}
.slick-slider .slick-next::before {
  background: url(../img/arw_r.png.webp) no-repeat;
  background-size: cover;
}

.sec_1 {
  padding: 105px 0 2%;
  background: url(../img/bg_01.jpg.webp) no-repeat center 67px;
}
.sec_1 img.pc{
  margin-left: 0;
}
@media screen and (max-width: 767px) {
  .sec_1 {
    padding: 7vw 0 5vw;
    background: url(../img/bg_01_sp.jpg.webp) no-repeat center top;
    background-size: cover;
  }
}

.sec_cta {
  background: url(../img/bg_02.png.webp) no-repeat center top;
  padding: 40px 0;
}
.sec_cta .box_cta {
  background-color: #fff;
  border: #3c9592 solid 4px;
  border-radius: 16px;
  padding: 2% 0 0 0;
  overflow: hidden;
}
.sec_cta .box_cta p {
  text-align: left;
  margin-bottom: 0;
}
.sec_cta .box_cta p:last-of-type {
  margin-bottom: 0;
}
.sec_cta .box_cta p.btn {
  text-align: center;
  margin-bottom: 1.5em;
}
.sec_cta .box_cta p.btn img{
width: 600px;
max-width: 100%;
}
.sec_cta .box_cta .box_inn {
  background: url(../img/img_001.png.webp) no-repeat 1% bottom, linear-gradient(transparent 69%, #f8f9ad 69%);
  padding: 0 0 2% 30%;
}
.sec_cta .box_cta .box_inn .btn_box {
  display: flex;
  padding: 1em 0 2em;
}
.sec_cta .box_cta .box_inn .btn_box .tel {
  position: relative;
}
.sec_cta .box_cta .box_inn .btn_box .tel span {
  position: absolute;
  color: #fff;
  text-decoration: none;
  font-size: clamp(13px, 3.5vw, 30px);
  font-weight: 600;
  inset: 2.75em 0 0 3.5em;
  font-family: "Oswald", sans-serif;
}
@media screen and (max-width: 767px) {
  .sec_cta {
    background-size: cover;
    padding: 20px 0;
  }
  .sec_cta .box_cta .btn {
    padding: 0 3%;
  }
  .sec_cta .box_cta .box_inn {
    background-size: 25% auto;
    background-position-y: 170%;
    padding: 0 5%;
  }
  .sec_cta .box_cta .box_inn .btn_box {
    padding: 0.5em 0 1.75em;
    gap: 3%;
  }
  .sec_cta .box_cta .box_inn .btn_box .tel span {
    inset: 2.75em 0 0 2.8em;
  }
  .sec_cta .box_cta .box_inn .btn_box + p {
    padding: 0 0 0.5em 25%;
  }
}

.sec_2 {
  background: url(../img/bg_03.png.webp) no-repeat center top;
}
.sec_2 .box_1 {
  display: flex;
  justify-content: flex-start;
  gap: 3%;
  width: 96%;
  margin: 0 auto 4%;
  background-color: #fff;
  box-shadow: 5px 5px 0 #c1c3c7;
  border-radius: 10px;
  padding: 2.5%;
  align-items: center;
}
.sec_2 .box_1 p {
  margin: 0;
  font-size: clamp(11px, 3vw, 24px);
  width: auto;
}
.sec_2 .box_1 p.icon {
  width: 14%;
}
@media screen and (max-width: 767px) {
  .sec_2 {
    padding-bottom: 0;
  }
  .sec_2 .box_bg {
    background: url(../img/bg_10_sp.png.webp) no-repeat;
    background-size: 100% 100%;
    padding: 5% 4% 12% 3%;
  }
  .sec_2 .box_bg .box_1 {
    flex-flow: column;
    margin-top: 10%;
    padding: 5% 5vw 6%;
  }
  .sec_2 .box_bg .box_1 p.icon {
    width: 20%;
    margin: -15% auto 1em;
  }
  .sec_2 .box_bg .box_1 + .box_1 {
    margin-top: 15%;
  }
  .sec_2 .box_bg + p {
    margin-top: 1.5em;
  }
  .sec_2 .box_bg + p img {
    width: 60%;
  }
}

.sec_3 {
  background: url(../img/bg_04.jpg.webp) no-repeat center top;
}
.sec_3 h2 {
  font-size: clamp(20px, 5.3vw, 45px);
  line-height: 2em;
  padding-bottom: 0;
}
.sec_3 h2::after {
  display: none;
}
.sec_3 h2 em {
  border-bottom: #fce363 solid 9px;
  font-style: normal;
}
.sec_3 .box_2 {
  background-color: #fff;
  border: #aaa dotted 2px;
  width: -moz-fit-content;
  width: fit-content;
  border-radius: 16px;
  padding: 3% 12%;
  margin: 0 auto;
}
.sec_3 .box_2 p {
  font-size: clamp(14px, 3.7vw, 32px);
  font-weight: 600;
  line-height: 1.75em;
  text-align: center;
}
.sec_3 .box_2 p i {
  font-style: normal;
  font-size: 1.4em;
  color: #f73941;
  border-bottom: #fce363 solid 6px;
}
@media screen and (max-width: 767px) {
  .sec_3 h2 em {
    border-width: 4px;
  }
  .sec_3 .box_2 {
    border: #aaa dotted 1px;
  }
  .sec_3 .box_2 p i {
    border-width: 4px;
  }
}

.sec_4 {
  background: url(../img/bg_05.jpg.webp) no-repeat center top;
  background-size: cover;
}
.sec_4 h2 {
  font-size: clamp(20px, 5.3vw, 53px);
  line-height: 1.65em;
  padding-bottom: 0;
  margin-bottom: 1em;
}
.sec_4 h2::after {
  display: none;
}
.sec_4 h2 i {
  font-size: 1.3em;
}
.sec_4 h2 em {
  border-bottom: #fce363 solid 9px;
}
.sec_4 .txt_box_1 {
  margin-bottom: -33px;
  position: relative;
}
.sec_4 .txt_box_1 p {
  margin-bottom: 0;
}
.sec_4 .txt_box_1 p.txt_1 {
  position: absolute;
  inset: 13% 0 0 17%;
  font-size: clamp(14px, 3.7vw, 28px);
  font-weight: 500;
  width: -moz-fit-content;
  width: fit-content;
}
.sec_4 .txt_box_1 p.txt_1 span {
  font-weight: 700;
  color: #2a807d;
}
.sec_4 .txt_box_2 {
  position: relative;
}
.sec_4 .txt_box_2 p {
  margin-bottom: 0;
  color: #fff;
}
.sec_4 .txt_box_2 p.txt_2 {
  position: absolute;
  inset: 38% 0 0 28%;
  font-size: clamp(14px, 3.7vw, 28px);
  font-weight: 500;
  width: -moz-fit-content;
  width: fit-content;
}
.sec_4 .txt_box_2 p.txt_2 span {
  font-weight: 700;
  color: #fce363;
}
@media screen and (max-width: 767px) {
  .sec_4 {
    padding-bottom: 0;
  }
  .sec_4 h2 em {
    border-width: 4px;
  }
  .sec_4 .txt_box_1 {
    margin-bottom: 0;
  }
  .sec_4 .txt_box_1 p.txt_1 {
    inset: 10% 0 0 20%;
  }
  .sec_4 .txt_box_2 {
    margin-bottom: 0;
  }
  .sec_4 .txt_box_2 p.txt_2 {
    line-height: 2em;
    text-align: center;
    inset: 24% 0 0 5%;
  }
}

.sec_5 {
  background: url(../img/bg_06.png.webp) no-repeat center top;
  background-size: cover;
}
@media screen and (max-width: 767px) {
  .sec_5 {
    background: url(../img/bg_03_sp.png.webp) no-repeat center top;
    background-size: cover;
  }
  .sec_5 h2 {
    font-size: 1.5em;
  }
  .sec_5 h2 i {
    font-size: 1em;
  }
  .sec_5 h2::after {
    display: none;
  }
}

.box_3 {
  display: flex;
  gap: 2%;
  align-items: center;
  position: relative;
}
.box_3 .img {
  width: -moz-fit-content;
  width: fit-content;
}
.box_3 .txt .tag {
  text-align: left;
  margin-bottom: 1em;
}
.box_3 .txt h3 {
  color: #2a807d;
  font-weight: 800;
  font-size: clamp(22px, 5.7vw, 40px);
  line-height: 1.35em;
  margin-bottom: 0.65em;
}
.box_3 .txt h3 em {
  font-style: normal;
  background: linear-gradient(transparent 80%, #fff 80%);
}
.box_3 .txt h3 em i {
  font-style: normal;
  font-size: 1.5em;
}
.box_3 + .box_3 {
  margin-top: 10%;
}
.box_3:nth-of-type(2n+2) {
  flex-flow: row-reverse;
}
@media screen and (max-width: 767px) {
  .box_3 {
    padding: 0 5vw 5vw;
  }
  .box_3 .bg {
    background-color: #fff;
    width: 100%;
    padding: 8% 4% 4%;
    border-radius: 24px;
    box-shadow: 6px 6px 0 #49b2ae;
  }
  .box_3 .txt {
    margin-bottom: 1em;
  }
  .box_3 .txt p {
    font-size: 14px;
  }
  .box_3 .txt .tag {
    text-align: left;
    margin-bottom: 1em;
  }
  .box_3 .txt .tag img {
    margin-left: 0;
    width: 30%;
  }
  .box_3 + .box_3 {
    margin-top: 0;
  }
}

.sec_6 {
  background: url(../img/bg_07.png.webp) no-repeat center top;
  background-size: cover;
}
.sec_6 h2::after {
  background: url(../img/h2_dot.png.webp) no-repeat center top;
  height: 8px;
}
@media screen and (max-width: 767px) {
  .sec_6 .scroll-image {
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
  }
  .sec_6 .scroll-image img {
    width: auto;
    min-width: 160%; /* 画面より大きく表示してスクロールできるように */
  }
}

.sec_7 {
  background: url(../img/bg_08.jpg.webp) no-repeat center bottom;
  background-size: cover;
  padding-bottom: 110px;
}
.sec_7 h2 em {
  font-style: normal;
  position: relative;
}
.sec_7 h2 em::before, .sec_7 h2 em::after {
  position: absolute;
  display: block;
  content: "";
  width: 2px;
  height: 1.2em;
  background: #081214;
  inset: 0 0 0 0;
  margin: auto;
}
.sec_7 h2 em::before {
  margin-left: -0.5em;
  transform: rotate(-20deg);
}
.sec_7 h2 em::after {
  margin-right: -0.5em;
  transform: rotate(20deg);
}
@media screen and (max-width: 767px) {
  .sec_7 .slider_2 p {
    padding: 0 4vw;
  }
  .sec_7 p.t_c {
    font-size: 14px;
  }
}

.sec_8 {
  background: linear-gradient(90deg, rgb(201, 234, 239) 0%, rgb(230, 246, 248) 78%);
  padding: 5% 10%;
}
.sec_8 h2 em {
  font-style: normal;
}
.sec_8 .bg {
  padding: 4%;
  max-width: 1440px;
  background-color: #f1f1f1;
}
.sec_8 .box_4 {
  padding: 3% 14%;
  background: url(../img/bg_09l.png.webp) no-repeat left, url(../img/bg_09r.png.webp) no-repeat right;
}
.sec_8 .box_4 h3 {
  background-color: #fff;
  position: relative;
  padding: 0.5em 0 0.5em 2.5em;
  font-size: clamp(13px, 3.4vw, 37px);
}
.sec_8 .box_4 h3 p:has(img) {
  position: absolute;
  inset: 0 0 0 -4%;
  margin: auto auto auto 0;
  width: -moz-fit-content;
  width: fit-content;
  transform: translateY(-25%);
  z-index: 2;
}
.sec_8 .box_4 h3::after {
  position: absolute;
  display: block;
  content: "";
  width: 3px;
  height: 4em;
  background: #3c9592;
  inset: 5% 0 0 3.2%;
  margin: 0 auto auto 0;
  z-index: 1;
}
.sec_8 .box_4 h3:last-of-type::after {
  display: none;
}
.sec_8 .box_4 h3 + p {
  margin-top: 1em;
  padding-left: 5.25em;
  height: 2.75em;
}
@media screen and (max-width: 767px) {
  .sec_8 {
    background-size: cover;
    padding: 8% 3%;
  }
  .sec_8 h2 em {
    display: none;
  }
  .sec_8 .bg {
    padding: 6% 2%;
  }
  .sec_8 .box_4 {
    padding: 3% 12%;
    background-size: 9% auto, 9% auto;
  }
  .sec_8 .box_4 h3 p:has(img) {
    transform: translateY(-10%);
  }
  .sec_8 .box_4 h3 p:has(img) img {
    width: 9vw;
  }
  .sec_8 .box_4 h3::after {
    width: 2px;
    height: 7em;
    inset: 5% 0 0 2.4%;
  }
  .sec_8 .box_4 h3 + p {
    margin: 0.3em 0 1.5em;
    font-size: 12px;
    padding-left: 2em;
  }
}

.sec_9 {
  background: linear-gradient(90deg, rgb(201, 234, 239) 0%, rgb(230, 246, 248) 78%);
  padding: 5% 10%;
}
.sec_9 .bg {
  padding: 4%;
  max-width: 1700px;
  background-color: #fff;
}
.sec_9 h2::after {
  background: url(../img/h2_dot.png.webp) no-repeat center top;
  height: 8px;
}
@media screen and (max-width: 767px) {
  .sec_9 {
    padding: 8% 2%;
  }
  .sec_9 h2::after {
    background-size: auto 6px;
  }
}

.faq dt {
  padding: 1.5em 2em 1.5em 5em;
  position: relative;

}
.faq dt::before {
  position: absolute;
  display: block;
  content: "";
  width: 2em;
  height: 1em;
  background: #fff;
  inset: -5% 0 0 -2.5%;
  margin: 0 auto auto 0;
  transform: rotate(-45deg);
}
.faq dt.f_1 {
  background: url(../img/icon_q1.png.webp) no-repeat 0.5em, linear-gradient(90deg, rgb(152 220 229) 0%, rgb(71, 174, 171) 34%, rgb(60, 149, 146) 100%);
  background-size: 69px, 100%;
}
.faq dt.f_2 {
  background: url(../img/icon_q2.png.webp) no-repeat 0.5em, linear-gradient(90deg, rgb(152 220 229) 0%, rgb(71, 174, 171) 34%, rgb(60, 149, 146) 100%);
  background-size: 69px, 100%;
}
.faq dt.f_3 {
  background: url(../img/icon_q3.png.webp) no-repeat 0.5em, linear-gradient(90deg, rgb(152 220 229) 0%, rgb(71, 174, 171) 34%, rgb(60, 149, 146) 100%);
  background-size: 69px, 100%;
}
.faq dt.f_4 {
  background: url(../img/icon_q4.png.webp) no-repeat 0.5em, linear-gradient(90deg, rgb(152 220 229) 0%, rgb(71, 174, 171) 34%, rgb(60, 149, 146) 100%);
  background-size: 69px, 100%;
}
@media screen and (max-width: 767px) {
  .faq dt {
    margin-top: 6%;
    padding: 1em 2.5em 1em 3.5em;
    font-size: 14px;
  }
  .faq dt::before {
    inset: -20% 0 0 -3%;
  }
  .faq dt.f_1 {
    background-size: 12% auto, 100% auto;
  }
  .faq dt.f_2 {
    background-size: 12% auto, 100% auto;
  }
  .faq dt.f_3 {
    background-size: 12% auto, 100% auto;
  }
  .faq dt.f_4 {
    background-size: 12% auto, 100% auto;
  }
  .faq dd {
    font-size: 12px;
    background-size: 10% auto;
    padding-left: 4em;
    line-height: 1.75em;
  }
}

.sec_10 {
  padding: 5% 0 8%;
  background-color: #f1f1f1;
}
.sec_10 h2 {
  padding-bottom: 0;
}
.sec_10 h2 em {
  font-size: 1.35em;
  font-style: normal;
}
.sec_10 h2::after {
  display: none;
}
.sec_10 .inner {
  background-color: #fff;
  padding: 3% 3% 4%;
}
.sec_10 .inner p {
  font-size: 1.2em;
}
.sec_10 .inner p.txt_1 {
  text-align: center;
  line-height: 1.45em;
  font-weight: 500;
  margin-bottom: 0;
}
.sec_10 .inner p.txt_1 span {
  color: #2a807d;
}
.sec_10 .inner p.tel a {
  font-family: "Oswald", sans-serif;
  width: -moz-fit-content;
  width: fit-content;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  gap: 0.25em;
  font-size: 62px;
  text-decoration: none;
  color: #4d4d4d;
  font-weight: 600;
  pointer-events: none;
}
@media screen and (max-width: 767px) {
  .sec_10 {
    padding: 10vw 0 8%;
  }
  .sec_10 .inner p {
    font-size: 12px;
  }
  .sec_10 .inner p.tel a {
    gap: 0.25em;
    font-size: 28px;
    pointer-events: all;
  }
  .sec_10 .inner p.tel a img {
    width: auto;
    height: 1.5em;
  }
}

.box_form form {
  margin: 0 auto;
  display: flex;
  flex-flow: wrap;
  align-items: center;
}
.box_form form label {
  width: 35%;
  font-weight: 600;
  margin-top: 1em;
  font-size: clamp(12px, 3.4vw, 22px);
}
.box_form form label span {
  background: #2a807d;
  color: #fff;
  display: inline-block;
  padding: 0.5em 0.75em;
  margin-right: 1em;
}
.box_form form label span.no_val {
  background: #333;
}
.box_form form label.privacy-check {
  width: -moz-fit-content;
  width: fit-content;
}
.box_form form input, .box_form form textarea, .box_form form select {
  width: 63%;
  font-size: clamp(12px, 3.4vw, 22px);
  padding: 1em 0.5em;
  border: #838383 solid 3px;
  border-radius: 8px;
  margin-top: 1em;
}
.box_form form textarea {
  height: 6em;
}
.box_form form .alart {
  color: red;
  font-size: 0.9em;
  margin-top: 5px;
  display: none;
}
.box_form form .privacy-wrap {
  margin-top: 20px;
  width: 100%;
}
.box_form form .privacy-wrap .privacy-check {
  display: flex;
  align-items: center;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  margin: 1em auto;
}
.box_form form .privacy-wrap .privacy-check input[type=checkbox] {
  display: none;
}
.box_form form .privacy-wrap .privacy-check span.icon {
  width: 24px;
  height: 24px;
  background: url("../img/icon_chk.png.webp") no-repeat;
  background-size: contain;
  background-repeat: no-repeat;
  margin-right: 10px;
  opacity: 0.4; /* 未チェック状態は薄く */
}
.box_form form .privacy-wrap .privacy-check input:checked + span.icon {
  opacity: 1; /* チェック状態で濃く */
}
.box_form form button:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}
.box_form form button {
  margin-top: 25px;
  padding: 12px 100px;
  font-size: 1em;
  cursor: pointer;
  background-color: #3c9592;
  color: #fff;
  border-radius: 2em;
  border: none;
  font-size: clamp(16px, 4.3vw, 24px);
  margin: 1em auto 0;
}
.box_form form button span {
  padding: 1.5em 2em 1.5em 1em;
  background: url(../img/icon_arw.png.webp) no-repeat right;
}
@media screen and (max-width: 767px) {
  .box_form form label {
    width: 100%;
    margin-top: 1.5em;
  }
  .box_form form input, .box_form form textarea, .box_form form select {
    width: 100%;
    margin-top: 0.5em;
  }
  .box_form form button {
    padding: 0.75em 12vw;
  }
  .box_form form button span {
    padding-right: 1.75em;
    background-size: 1.2em auto;
  }
}

.sec_11 {
  background: linear-gradient(90deg, rgb(201, 234, 239) 0%, rgb(230, 246, 248) 78%);
  padding: 8% 0;
}
.sec_11 .inner {
  background-color: #fff;
  padding: 3% 3% 4%;
}
.sec_11 .inner .f_box {
  align-items: center;
}
.sec_11 .inner .f_box dt, .sec_11 .inner .f_box dd {
  padding: 1.5em;
  border-bottom: #c0c0c0 solid 2px;
}
.sec_11 .inner .f_box dt:last-child, .sec_11 .inner .f_box dd:last-child {
  /* border: none; */
}
.sec_11 .inner .f_box dt {
  width: 25%;
  padding-left: 4em;
}
.sec_11 .inner .f_box dd {
  width: 75%;
}
@media screen and (max-width: 767px) {
  .sec_11 .inner{
    padding: 10vw;
  }
  .sec_11 .inner .f_box {
    flex-flow: wrap;
    align-items: stretch;
  }
  .sec_11 .inner .f_box dt, .sec_11 .inner .f_box dd {
    padding: 1.5em 0.5em;
    font-size: 0.65em;
    border-width: 1px;
  }
}

.f_cta {
  display: none;
}
@media screen and (max-width: 767px) {
  .f_cta {
    display: flex;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto auto 0;
    width: 100%;
    height: -moz-fit-content;
    height: fit-content;
    z-index: 20;
    background-color: #fff;
    text-align: center;
    transition: transform 0.3s ease;
  }
  .f_cta.hidden {
    transform: translateY(100%);
  }
}

a[href^="tel:"] {
  pointer-events: none;
}
@media screen and (max-width: 767px) {
  a[href^="tel:"] {
    pointer-events: all;
  }
}
/*# sourceMappingURL=map/style.css.map */