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

.clr::after {
  content: "";
  display: block;
  clear: both;
}

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!important;
}
.slick-slider.slick-initialized {
  display: block!important;
}

.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 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: 450px;
  max-width: 100%;
  height: 100%;
  margin: auto;
  animation-name: rippleAnimation;
  animation-duration: 2s;
  animation-timing-function: ease-out;
  animation-iteration-count: infinite;
  border-radius: 100px;
  background-color: #13b37a;
  box-shadow: 0 0 5px white;
  display: none;
}
@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: #f87238;
}

.t_2 {
  color: #1ea4b9;
}

.t_3 {
  color: #00c;
}

.t_4 {
  color: #c00;
}

.t_5 {
  color: #c00;
}
.t_2 {

  display: inline-block;

  background: linear-gradient(90deg, #1ea5b9, #2b6fb9);
  background: -webkit-linear-gradient(0deg, #1ea5b9, #2b6fb9);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

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

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

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

.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%, #fff75c 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;
}

.genre{
  padding: .5em .8em;
  background: linear-gradient(90deg, #e4fbff, #dfefff);
  background: -webkit-linear-gradient(0deg, #e4fbff, #dfefff);
  display: inline-block;
  border-radius: 30px;
  font-size: 80%;
}

@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: #1f2a34;
  padding: 2em 0;
  line-height: 1.65em;
  color: #fff;
}
footer .inner {
  display: flex;
  justify-content: space-around;
  max-width: 1000px;
  margin: 0 auto;
}
footer figure {
  width: -moz-fit-content;
  width: fit-content;
  margin: 0;
}
footer .f_link a {
  text-decoration: none;
  color: #fff;
  font-size: 80%;
}
footer .copyright {
  color: #fff;
}
@media screen and (max-width: 768px) {
  footer {
    font-size: 3.4vw;
    padding-bottom: 40vw;
  }
  footer .inner {
    flex-flow: column;
  }
  footer .inner > * {
    margin: .5em auto;
  }
}

header {
  /* background-color: #1f2a34; */
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 0 0 1em;
}
header figure {
  width: -moz-fit-content;
  width: fit-content;
  max-width: none;
  margin: 0;
}
header figure.btn {
  margin: 5px;
    }
@media screen and (max-width: 767px) {
  header figure {
    max-width: 50vw;
  }
  header figure.logo {
    max-width: 35vw;
  }
  header figure.btn {
margin: 1vw;
width: 40%;
  }
}

h2 {
  font-size: clamp(24px, 6.3vw, 36px);
  font-weight: 900;
  color: #1f2a34;
  text-align: center;
  padding-bottom: 1em;
  letter-spacing: 0.05em;
  line-height: 1.5em;
 
  margin-bottom: 2em;
  position: relative;
  z-index: 3;
}
h2 span:not([class]) {
  width: -moz-fit-content;
  width: fit-content;
  display: block;
  font-size: 80%;
  font-style: normal;
  font-weight: 500;
  letter-spacing: 0.05em;
  margin: 0 auto;
  background: linear-gradient(90deg, #1ea5b9, #2b6fb9);
  background: -webkit-linear-gradient(0deg, #1ea5b9, #2b6fb9);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
h2::after{
  position: absolute;
  bottom: 0;
  content: '';
    left: 47%;
  right: 0;
  height: 6px;
  width: 55px;
  background: url(../img/h2_bar.png.webp) no-repeat center bottom;
}
h2 span.txt_1 {
  font-size: 100%;
  font-weight: 400;
  display: block;
}
@media screen and (max-width: 767px) {
  h2 span.txt_1 {
    font-size: 70%;
    line-height: 1.5em;
  }
  h2::after{
    left: 42%;
  }
}

h2.wow {
  background: linear-gradient(120deg, #1f2a34, #1f2a34 40%, #1ea3b9 0, #2b6eb9 50%, #ccc 0, #ccc);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-size: 270% 100%;
  background-position-x: 100%;
  transition: background-position-x 1s ease-out;
  will-change: background-position-x;
}
h2.wow.animated {
  background-position-x: 0;
}

.tbl_1 {
  border-collapse: separate;
  border-spacing: 4px;
  width: 100%;
  max-width: 700px;
  margin: 0 auto;
}
.tbl_1 th, .tbl_1 td {
  padding: 1em;
}
.tbl_1 th {
  vertical-align: middle;
  background-color: #1f2a34;
  color: #fff;
  font-size: clamp(16px, 4.3vw, 22px);
}
.tbl_1 td {
  background-color: #fff;
  font-size: clamp(14px, 3.7vw, 22px);
}
.tbl_1 td span {
  color: #e93a5f;
  font-weight: 700;
}
.tbl_1 td span.t_xlrg {
  font-size: 180%;
}

.sec_1 {
  background: url(../img/bg_fv_pc.png.webp) center top no-repeat;
  padding: 30px 0 30px;
}
.sec_1 .pc{
  margin-left: 0;
}
.sec_1 .slider {
  margin-top: 2%;
}
.sec_1 .slider figure {
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .sec_1 {
    background: url(../img/bg_fv_sp.png.webp) no-repeat center top;
    background-size: 100% auto;
    /* background-position: 168% 24%; */
    padding-top: 5vw;

  }
  .sec_1 .inner > figure{
    margin-bottom: 40vw;
  }
}

.sec_cta {
  padding: 30px 0;
    background-image: -moz-linear-gradient( 0deg, rgb(30,164,185) 0%, rgb(43,109,185) 100%);
    background-image: -webkit-linear-gradient( 0deg, rgb(30,164,185) 0%, rgb(43,109,185) 100%);
    background-image: -ms-linear-gradient( 0deg, rgb(30,164,185) 0%, rgb(43,109,185) 100%);
}
.sec_cta .inner > .t_c{
  color: #fff;
  font-weight: bold;

}
.sec_cta .box {
  background-color: #fff;
  border-radius: 15px;
  margin: 0 auto;
  max-width: 900px;
  padding: 2%;
}
.sec_cta .box figure {
  margin-bottom: 0.75em;
  display: flex;
  align-items: center;
  width: 400px;
  max-width: 100%;
}
.sec_cta .box p {
  font-weight: 600;
  letter-spacing: 0.05em;
}
.sec_cta .box .ttl {
  margin-bottom: 0.75em;
}
.sec_cta .box .ttl i {
  font-style: normal;
  font-size: 24px;
}
@media screen and (max-width: 767px) {
  .sec_cta{
    padding: 3vw 0;
  }
  .sec_cta .box{
    border-radius: 10px;
    padding: 1em;
  }
.sec_cta .t_sml{
  font-size: 3.2vw;
}
.sec_cta .tel img{
  width: 80%;
}
.sec_cta .inner > .t_c{
  margin-bottom: 1em;
}
}


.sec_2 {
  background: url(../img/bg_01.jpg.webp) repeat-y center top;
  background-size: 100% auto;
  position: relative;
}
.sec_2 h2 span.txt_1 {
  -webkit-text-fill-color: #1f2a34;
}
.sec_2 .box_1 {
  background-color: #fff;
  padding: 3%;
  position: relative;
  box-shadow: 0 0 8px #ccc;
  z-index: 3;
}
.sec_2 .box_1 .tag {
  width: -moz-fit-content;
  width: fit-content;
  position: absolute;
  top: -46px;
  left: 30px;
}
.sec_2 .box_1 h3 {
  font-size: clamp(18px, 4.7vw, 24px);
  letter-spacing: 0.05em;
  border-bottom: #dddddd solid 3px;
  position: relative;
  padding-bottom: 0.5em;
  margin-bottom: 0.5em;
  font-weight: 900;
  line-height: 1.25em;
}
.sec_2 .box_1 h3 span {
  /* color: #e93a5f; */
}
.sec_2 .box_1 h3::after {
  position: absolute;
  display: block;
  content: "";
  width: 68px;
  height: 3px;
  background-color: #1f2a34;
  inset: 0 0 -3px 0;
  margin: auto auto 0 0;
}
.sec_2 .box_1 h4 {
  text-align: right;
  font-size: clamp(18px, 4.7vw, 18px);
  margin-bottom: 0.75em;
  font-weight: 500;
}
.sec_2 .box_1 p {
  /* font-weight: 600; */
  letter-spacing: 0.05em;
}
.sec_2 .box_1 figure {
  margin-bottom: 0;
}
.sec_2 .box_1 figure.f_r {
  width: 330px;
}
.sec_2 .box_1 + .box_1 {
  margin-top: 5%;
}
.sec_2 .box_1::after {
  content: "";
  display: block;
  clear: both;
}
@media screen and (max-width: 767px) {
  .sec_2 .box_1 .tag {
    width: 12vw;
    top: -11vw;
    left: 3vw;
  }
  .sec_2 .box_1 figure.f_r {
    width: 100%;
    margin-right: auto;
  }
  .sec_2 .box_1 h3 {
    padding-right: 2em;
  }
  .sec_2 .box_1 figure {
    margin: 0 auto 1em;
  }
  .sec_2 .box_1 + .box_1 {
    margin-top: 16vw;
}
}

.sec_3 {
  background: url(../img/bg_02.jpg.webp) no-repeat center bottom;
}
.sec_3 .fukidashi {
  position: relative;
  padding-top: 300px;
}
.sec_3 .fukidashi p {
  position: absolute;
}
.sec_3 .fukidashi p span {
  padding: 0.8em 1em;
  box-shadow: 0 0 8px #ccc;
  background-color: #fff;
  margin-left: auto;
  display: block;
  border-radius: 10px;
}
.sec_3 .fukidashi p span.t_ul {
  padding: 0;
  box-shadow: none;
  background-color: none;
  margin-left: auto;
  display: inline;
  border-radius: 0;
}
.sec_3 .fukidashi p.item_1 {
  top: 0;
  left: 18%;
}
.sec_3 .fukidashi p.item_2 {
  top: 39%;
  left: 8%;
}
.sec_3 .fukidashi p.item_3 {
  top: 70%;
  left: 6%;
}
.sec_3 .fukidashi p.item_4 {
  top: 0px;
  left: 55%;
}
.sec_3 .fukidashi p.item_5 {
  top: 37%;
  left: 57%;
}
.sec_3 .fukidashi p.item_6 {
  top: 70%;
  left: 64%;
}
@media screen and (max-width: 767px) {
  .sec_3 {
    background-size: 300% auto;
  }
  .sec_3 .fukidashi {
    padding: 0 0 24vw;
  }
  .sec_3 .fukidashi p {
    position: relative;
    width: -moz-fit-content;
    width: fit-content;
    text-align: center;
    margin: 0 auto 1em;
  }
  .sec_3 .fukidashi p.item_1, .sec_3 .fukidashi p.item_2, .sec_3 .fukidashi p.item_3, .sec_3 .fukidashi p.item_4, .sec_3 .fukidashi p.item_5, .sec_3 .fukidashi p.item_6 {
    top: 0;
    left: 0;
    width: 95%;
  }
  .sec_3 .fukidashi p span{
    padding: .5em;
  }
}

.sec_4 {
  background-color: #f2f2f2;
  padding-bottom: 0;
}
.sec_4 h3{
  background: url(../img/img_015.png.webp) left top no-repeat;
  padding-left: 2em;
  background-size: 1.5em auto;
  line-height: 1.5;
  font-size: clamp(14px, 4.5vw, 24px);
  padding-bottom: .5em;
  border-bottom: 1px solid #000;
  margin-bottom: .5em;
}
.sec_4 .box_1{
  background: #fff;
  padding: 1em;
  border-radius: 20px;
  margin-bottom: 1em;
}
.sec_4 .f_box {
  max-width: 720px;
  margin: 0 auto 4%;
}
.sec_4 .f_box figure {
  width: -moz-fit-content;
  width: fit-content;
  max-width: 49%;
  margin: 0;
}
.sec_4 p.sub {
  font-weight: 900;
  text-align: center;
  font-size: clamp(18px, 4.7vw, 22px);
}
.sec_4 p.sub span {
  color: #e93a5f;
}
@media screen and (max-width: 767px) {
  .sec_4{
    padding-bottom: 7vw;
  }
  .sec_4 .f_box {
    flex-flow: column;
  }
  .sec_4 .f_box figure{
    width: 100%;
    max-width: 100%;
    margin-bottom: 1em;
  }
}

.sec_5 {
  background: #fff url(../img/bg_03.jpg.webp) center top no-repeat;
padding-top: 100px;
}
.sec_5 figure {
  text-align: left;

}
.sec_5 figure img {
  width: 80%;
  max-width: 763px;
  margin-left: 0;
}
.sec_5 p {
  font-weight: 800;
  font-size: clamp(20px, 5.3vw, 30px);
  text-align: center;
}
.sec_5 p span {
  color: #ea395e;
}
@media screen and (max-width: 767px) {
  .sec_5 {
    background: #fff url(../img/bg_03_sp.jpg.webp) center top no-repeat;
    background-size: 100% auto;
    padding-top: 15vw;
  }
  .sec_5 figure img {
margin-left: 0;
width: 90%;
margin-bottom: 40vw;
  }
}

.sec_6 {
  background: url(../img/bg_04.jpg.webp) no-repeat center top;
    /* background-image: -moz-linear-gradient( 0deg, rgb(210,58,91) 0%, rgb(58,116,213) 100%);
    background-image: -webkit-linear-gradient( 0deg, rgb(210,58,91) 0%, rgb(58,116,213) 100%);
    background-image: -ms-linear-gradient( 0deg, rgb(210,58,91) 0%, rgb(58,116,213) 100%); */

  
}
.sec_6 h2 {
  background-image: url(../img/h2_bar_w.png.webp);
}
.sec_6 h2.animated {
  -webkit-text-fill-color: #000;
}
/* .sec_6 h2 span {
  background: linear-gradient(90deg, #f8c4cf, #c5d8f8);
  background: -webkit-linear-gradient(0deg, #f8c4cf, #c5d8f8);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.sec_6 h2 span.txt_1 {
  -webkit-text-fill-color: #fff;
} */
.sec_6 .f_r{
width: 400px;
max-width: 100%;
}
.sec_6 .box_2 {
  background-color: #fff;
  padding: 2% 3% 3%;
  position: relative;
  box-shadow: 0 0 8px #ccc;
  margin-top: 100px;
}
.sec_6 .box_2 .tag {
  width: -moz-fit-content;
  width: fit-content;
  position: absolute;
  top: -69px;
  left: 0;
  right: 0;
}
.sec_6 .box_2 h3 {
  font-size: clamp(18px, 4.7vw, 30px);
  letter-spacing: 0.05em;
  border-bottom: #1f2a34 solid 1px;
  color: #1f2a34;
  position: relative;
  padding-bottom: 0.5em;
  padding-top: 2em;
  padding-left: 0;
  margin-bottom: 0.5em;
  font-weight: 900;
  text-align: center;
  line-height: 1.25em;
  min-height: 3em;
}
.sec_6 .box_2 p {
  /* font-weight: 600; */
  letter-spacing: 0.05em;
}
.sec_6 .box_2 figure {
  margin-bottom: 0;
}
.sec_6 .box_2 + .box_2 {
  margin-top: 100px;
}
.sec_6 .box_2::after {
  content: "";
  display: block;
  clear: both;
}
@media screen and (max-width: 767px) {
  .sec_6 .box_2, .sec_6 .box_2 + .box_2{
    margin-top: 14vw;
  }
  .sec_6 .box_2 .tag {
    width: 18%;
    top: -10.5vw;
    /* left: -1.5vw; */
  }
  .sec_6 .box_2 figure {
    margin-bottom: 1em;
  }
  .sec_6 .box_2 + .box_2 {
    /* margin-top: 8%; */
  }
}

.sec_12 table {
  width: 1000px;
  border-collapse: collapse;
  background-color: #fff;
  font-size: clamp(14px, 3.4vw, 20px);
}
.sec_12 table th, .sec_12 table td {
  font-weight: 500;
  line-height: 1.3em;
  border: #ccc solid 1px;
  background-color: #fff;
  padding: 1em 0.5em;
  vertical-align: middle;
  text-align: center;
  z-index: 1;
}
.sec_12 table th {
  width: 13%;
  background: #f8f8f8;
}
.sec_12 table td {
  width: 24%;
  font-size: 120%;
}
.sec_12 table td.fixed {
  background-color: #fff6ed;
  /* background: url(../img/bg_02.jpg.webp) repeat-y center top;
    background-size: 100% auto;*/
    font-weight: bold; 
    /* color: #e93a5f; */
    border-left:2px solid #fb8305;
    border-right:2px solid #fb8305;
}
.sec_12 table td.fixed.end {
  border-bottom:2px solid #e93a5f;
}
.sec_12 table td.ttl_1 {
  background-color: #f2f2f2;
  color: #565790;
  border-bottom: #565790 solid 3px;
}
.sec_12 table td.ttl_2 {
  background-color: #f2f2f2;
  color: #26a39f;
  border-bottom: #26a39f solid 3px;
}
.sec_12 table td.ttl_3 {
    background-image: -moz-linear-gradient( 0deg, #1eacb9 0%, #2a6cb9 50%, #fb8305 100%);
    background-image: -webkit-linear-gradient( 0deg, #1eacb9 0%, #2a6cb9 50%, #fb8305 100%);
    background-image: -ms-linear-gradient( 0deg, #1eacb9 0%, #2a6cb9 50%, #fb8305 100%); 
  color: #fff;
  border-bottom: #e9395e solid 3px;
  /* background: url(../img/bg_02.jpg.webp) repeat-y center top;
    background-size: 100% auto;
  z-index: 3; */
}
.sec_12 table td span {
  font-size: 60%;
  line-height: 1em;
}

.sec_12 h3{
  font-size: clamp(14px, 5.5vw, 30px);
  text-align: center;
  margin-top: 2em;
  margin-bottom: 2.5em;
}
@media screen and (max-width: 767px) {
  .sec_12 .scl_box {
    overflow-x: scroll;
    overflow-y: auto;
  }
  .sec_12 table {
    width: 200vw;
    position: relative;
  }
  .sec_12 table .fixed {
    position: sticky;
    left: 0;
    z-index: 2;
  }
  .sec_12 table td.ttl_3::after {
    position: absolute;
    display: block;
    content: "";
    z-index: 4;
    width: 100%;
    height: 3px;
    background-color: #fba452;
    inset: 0 0 -3px;
    margin: auto auto 0;
  }
}
.dl_box {
  position: relative;
}
.dl_box::after {
  position: absolute;
  display: block;
  content: "";
  width: 1px;
  height: 88%;
  background-color: #287bba;
  inset: 0 0 0 26px;
  margin: 0 auto auto 0;
}
.dl_box dl {
  position: relative;
  padding-left: 80px;
  line-height: 1.75em;
  font-size: clamp(16px, 4.3vw, 18px);
  z-index: 2;
}
.dl_box dl dt {
  padding-top: 0.75em;
  font-weight: 700;
}
.dl_box dl + dl {
  margin-top: 5%;
}
.dl_box dl.item_1 {
  background: url(../img/icon_01.png.webp) no-repeat left top;
}
.dl_box dl.item_2 {
  background: url(../img/icon_02.png.webp) no-repeat left top;
}
.dl_box dl.item_3 {
  background: url(../img/icon_03.png.webp) no-repeat left top;
}
.dl_box dl.item_4 {
  background: url(../img/icon_04.png.webp) no-repeat left top;
}
.dl_box dl.item_5 {
  background: url(../img/icon_05.png.webp) no-repeat left top;
}
.dl_box dl.item_6 {
  background: url(../img/icon_06.png.webp) no-repeat left top;
}
@media screen and (max-width: 767px) {
  .dl_box::after {
    width: 1px;
    height: 75%;
  }
}

.sec_8 dl.faq {
  background: none;
}
.sec_8 dl.faq dt, .sec_8 dl.faq dd {
  padding: 1em 0;
  font-size: clamp(16px, 4.3vw, 18px);
  font-weight: normal;
  color: #000;
  line-height: 1.45em;
  background-position: 1% 50%;
  padding-left: 2em;
}
.sec_8 dl.faq dt {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: #e5e5e5 solid 2px;
  background-color: transparent;
}
.sec_8 dl.faq dt::after {
  position: absolute;
  display: block;
  content: "";
  width: 60px;
  height: 2px;
  background: linear-gradient(90deg, #209dba, #2a76b9);
  inset: 0 0 -2px;
  margin: auto auto 0 0;
  transition-duration: 0.5s;
}
.sec_8 dl.faq dt span {
  position: relative;
  width: 2em;
  min-width: 2em;
  height: 2em;
  min-height: 2em;
  display: inline-block;
  border: #ccc solid 1px;
  border-radius: 100%;
}
.sec_8 dl.faq dt span::before, .sec_8 dl.faq dt span::after {
  display: block;
  content: "";
  position: absolute;
  width: 1em;
  height: 2px;
  background-color: #000;
  inset: 0;
  margin: auto;
  transition-duration: 0.5s;
  transform: rotate(0deg);
}
.sec_8 dl.faq dt span::after {
  transform: rotate(90deg);
}
.sec_8 dl.faq dt.active::after {
  width: 100%;
  height: 2px;
}
.sec_8 dl.faq dt.active span::after {
  transform: rotate(180deg);
}
.sec_8 dl.faq dd {
  border: none;
}

.sec_9 {
  background-color: #1f2a34;
}
.sec_9 h2 {
  color: #fff;
  background-image: url(../img/h2_bar_w.png.webp);
}
.sec_9 h2.animated {
  -webkit-text-fill-color: #fff;
}
.sec_9 h2 span {
  /* background: linear-gradient(90deg, #f8c4cf, #c5d8f8);
  background: -webkit-linear-gradient(0deg, #f8c4cf, #c5d8f8);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent; */
}
.sec_9 h2 span.txt_1 {
  -webkit-text-fill-color: #fff;
}
.sec_9 .box_3 {
  background-color: #fff;
  border-radius: 20px;
  padding: 3%;
}
.sec_9 .box_3 h3 {
  font-size: 32px;
  font-weight: 900;
  color: #1f2a34;
  margin: -0.5em 0 0.75em;
}
.sec_9 .box_3 h4 {
  border-left: #1f2a34 solid 5px;
  padding-left: 0.5em;
  display: inline;
  line-height: 1em;
  font-size: 24px;
}
.sec_9 .box_3 h4 + p {
  margin-top: 1em;
}
.sec_9 .box_3 h5 {
  font-weight: 900;
  font-size: 24px;
  position: relative;
  text-align: center;
  margin-bottom: 1em;
}
.sec_9 .box_3 h5 span {
  background-color: #fff;
  padding: 0 1em;
  z-index: 2;
  position: relative;
}
.sec_9 .box_3 h5::after {
  position: absolute;
  display: block;
  content: "";
  width: 100%;
  height: 1px;
  background-color: #ccc;
  inset: 0;
  margin: auto;
  z-index: 1;
}
.sec_9 .f_l{
  position: relative;
  z-index: 10;
}


@media screen and (max-width: 767px) {
  .sec_9 .box_3 {
    padding: 4%;
  }
  .sec_9 .box_3 h3 {
    font-size: clamp(24px, 5.3vw, 32px);
  }
  .sec_9 .box_3 h4 {
    font-size: clamp(18px, 4.7vw, 24px);
  }
  .sec_9 .box_3 h5 {
    margin-top: 2em;
    font-size: clamp(18px, 4.7vw, 24px);
  }
  .sec_9 .box_3 figure img {
    width: 70%;
  }
}

.sec_10 {
  /* background: url(../img/bg_02.jpg.webp) repeat-y center top; */
  background-size: 100% auto;
}
.sec_10 h2 span.txt_1 {
  -webkit-text-fill-color: #1f2a34;
}
.sec_10 .box_form {
  box-shadow: 0 0 8px #ccc;
  background-color: #fff;
  padding: 4% 4% 5%;
  max-width: 940px;
  width: 100%;
  margin: 0 auto;
}
.sec_10 .box_form .f_box .w25, .sec_10 .box_form .f_box .w75 {
  padding: 1em 0;
}
.sec_10 .box_form .f_box .w25 {
  font-weight: 600;
}
.sec_10 .box_form .f_box .w25.nbdr {
  border-bottom: none;
}
.sec_10 .box_form .f_box .w25 span {
  background-color: #d1130c;
  color: #fff;
  padding: 0.3em;
  font-size: 70%;
  display: inline-block;
  margin-left: 0.5em;
}
.sec_10 .box_form .f_box .w75.nbdr {
  border-bottom: none;
}
.sec_10 .box_form .f_box .w75 input, .sec_10 .box_form .f_box .w75 textarea {
  font-size: clamp(16px, 4.3vw, 18px);
  background-color: #f3f3f3;
  border: none;
  border-radius: 2px;
  padding: 0.5em;
  width: 50%;
  line-height: 1.5em;
}
.sec_10 .box_form .f_box .w75 input::-moz-placeholder, .sec_10 .box_form .f_box .w75 textarea::-moz-placeholder {
  color: #aaa;
}
.sec_10 .box_form .f_box .w75 input::placeholder, .sec_10 .box_form .f_box .w75 textarea::placeholder {
  color: #aaa;
}
.sec_10 .box_form .f_box .w75 textarea {
  width: 100%;
}
.sec_10 .box_form input[type=image] {
  display: block;
  margin: 0 auto;
}
.sec_10 .box_form p.t_c {
  margin-top: 2%;
}

.sec_10 input[type=submit] {
  background-color: #f68029;
  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;
}
@media screen and (max-width: 767px) {
  .sec_10 .box_form .f_box .w25 {
    padding-bottom: 0;
  }
  .sec_10 .box_form .f_box .w75 {
    padding-top: 0;
  }
  .sec_10 .box_form .f_box .w75 input, .sec_10 .box_form .f_box .w75 textarea {
    width: 100%;
  }
  .sec_10 .box_form input[type=image] {
    width: 90%;
  }
}

.sec_11 table.tbl_2 {
  /* color: #3b210a; */
  border-collapse: collapse;
  width: 100%;
  max-width: 890px;
  margin: 0 auto;
}
.sec_11 table.tbl_2 th, .sec_11 table.tbl_2 td {
  text-align: left;
  font-weight: 400;
  border-bottom: #3b210a solid 1px;
  font-size: clamp(14px, 3.7vw, 18px);
  padding: 1em;
  line-height: 1.45em;
}
.sec_11 table.tbl_2 th {
  width: 25%;
}
.sec_11 table.tbl_2 td {
  width: 75%;
}
@media screen and (max-width: 767px) {
  .sec_11 table.tbl_1 th {
    width: 30%;
  }
  .sec_11 table.tbl_1 td {
    width: 70%;
  }
}

.sec_13 {
  background: url(../img/bg_01.jpg.webp) repeat-y center top;
  background-size: 100% auto;
  position: relative;
}
.sec_13 h2 span.txt_1 {
  -webkit-text-fill-color: #1f2a34;
}
.sec_13 .box_1 {
  background-color: #fff;
  padding: 3%;
  position: relative;
  box-shadow: 0 0 8px #ccc;
  z-index: 3;
}
.sec_13 .box_1 .tag {
  width: -moz-fit-content;
  width: fit-content;
  position: absolute;
  top: -46px;
  left: 30px;
}
.sec_13 .box_1 h3 {
  font-size: clamp(18px, 4.7vw, 24px);
  letter-spacing: 0.05em;
  border-bottom: #dddddd solid 3px;
  position: relative;
  padding-bottom: 0.5em;
  margin-bottom: 0.5em;
  font-weight: 900;
  line-height: 1.25em;
}
.sec_13 .box_1 h3 span {
  /* color: #e93a5f; */
}
.sec_13 .box_1 h3::after {
  position: absolute;
  display: block;
  content: "";
  width: 68px;
  height: 3px;
  background-color: #1f2a34;
  inset: 0 0 -3px 0;
  margin: auto auto 0 0;
}
.sec_13 .box_1 h4 {
  text-align: left;
  font-size: clamp(18px, 4.7vw, 18px);
  margin-bottom: 0.75em;
  font-weight: 500;
  line-height: 1.5;
}
.sec_13 .box_1 p {
  /* font-weight: 600; */
  letter-spacing: 0.05em;
}
.sec_13 .box_1 figure {
  margin-bottom: 0;
}
.sec_13 .box_1 figure.f_r {
  width: 330px;
  margin-right: 0;
}
.sec_13 .box_1 + .box_1 {
  margin-top: 5%;
}
.sec_13 .box_1::after {
  content: "";
  display: block;
  clear: both;
}
@media screen and (max-width: 767px) {
  .sec_13 .box_1 + .box_1{
    margin-top: 16vw;
  }

  .sec_13 .box_1 .tag {
    width: 12vw;
    top: -11vw;
    left: 3vw;
  }
  .sec_13 .box_1 figure.f_r {
    width: 100%;
    margin-right: auto;
    margin-top: 1em;
  }
  .sec_13 .box_1 h3 {
    /* padding-right: 2em; */
  }
  .sec_13 .box_1 figure {
    margin: 0 auto 1em;
  }
}
.sec_14{
  background: #f6faff;
  
}
#particles-js {
  position: absolute;
  width: 100%;
  height: 2080px;
  top: 0;
  left: 0;
  z-index: 1;
}

#particles-js2 {
  position: absolute;
  width: 100%;
  height: 2250px;
  top: 0;
  left: 0;
  z-index: 1;
}

.f_cta {
  position: fixed;
  right: 0;
  bottom: 0;
  width: 300px;
  padding: 1em;
  border-radius: 10px 0 0 0;
  background: #fefefee3;
  z-index: 10;
  opacity: 0;
  transition: opacity 0.5s;
  /* background: #c67c77e3; */
  /* color: #fff; */
}
.f_cta .tel img{
  width: 80%;

}
.f_cta p span.t_1{
  /* color: #ffeaae; */
    }
.f_cta figure {
  margin-bottom: 0.5em;
}
.f_cta .ttl{
  font-weight: 900;
}
.f_cta .ttl i {
  font-style: normal;
  font-size: 24px;
}
.f_cta p {
  font-size: 12px;
  text-align: center;
  margin-bottom: 0;
  color: #333;
}
.f_cta p.fm {
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-weight: bold;
  font-size: 14px;
  margin-bottom: 0.5em;
}
.f_cta .f_box{
  flex-flow: column
}
@media screen and (max-width: 767px) {
  .f_cta {
    /* background: #c67c77e3; */
    width: 100vw;
    border-radius: 0;
    padding: 2vw 0;
    color: #fff;
  }
  .f_cta .f_box{
    flex-flow: row;
  }
  .f_cta figure{
    width: 48%;
    display: flex;
    align-items: center;
  }
  .f_cta .ttl{
margin-bottom: .5em;
  }
}
.is-in .f_cta {
  display: none !important;
  transition: all 0.5s ease 0s;
}
/*# sourceMappingURL=map/style.css.map */