@charset "UTF-8";
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, caption, tfoot, thead, th, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  background: transparent;
}

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

ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

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

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

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

del {
  text-decoration: line-through;
}

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

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

input, select {
  vertical-align: middle;
}

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

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

* {
  box-sizing: border-box;
}

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

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

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

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

p {
  font-size: clamp(16px, 4.3vw, 16px);
  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;
  max-width: 100%;
}
.box_txt .txt figure.f_r img{
  max-width: 100%;
}
.box_txt .txt p {
  word-break: break-all;
}
.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;
  border-radius: 10px;
}
.faq dt {
  font-weight: 400;
  font-size: 18px;
  padding: 0.7em 1em 0.7em 1.75em;
  background: url(../img/icon_q.png.webp) no-repeat 0.2em 1.2em;
  margin-bottom: 0;
  position: relative;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  border-bottom: #e5e5e5 solid 2px;
}
.faq dt::after {
  position: absolute;
  display: block;
  content: "";
  width: 60px;
  height: 2px;
  background-color: #13337e;
  inset: 0;
  margin: auto auto -2px 0;
  transition-duration: 0.3s;
}
.faq dt span {
  display: inline-block;
  width: 1.75em;
  height: 1.75em;
  border: 1px solid #ddd;
  position: relative;
  border-radius: 100%;
  margin-left: auto;
}
.faq dt span::before, .faq dt span::after {
  display: block;
  content: "";
  position: absolute;
  background-color: #000;
  width: 0.8em;
  height: 2px;
  inset: 0;
  margin: auto;
  transition-duration: 0.3s;
}
.faq dt.active::after {
  width: 100%;
}
.faq dt.active span::after {
  transform: rotate(90deg);
}
.faq dd {
  display: none;
  padding: 0.8em 1em 0.8em 1.75em;
  background: url(../img/icon_a.png.webp) no-repeat 0.2em 1.2em;
  margin-bottom: 2em;
  font-size: 18px;
  font-weight: 400;
}
.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 1em 1em 2.5em;
    line-height: 1.3em;
    font-size: 4.3vw;
  }
  .faq dd {
    background-size: 0.9em auto;
    padding: 1em 1em 1em 2.5em;
    background-position: 0.5em 1.2em;
    font-size: 4.3vw;
  }
}

.ripple {
  position: relative;
  display: block;
  margin-bottom: 1em;
}
.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: 500px;
  max-width: 100%;
  height: 100%;
  margin: auto;
  animation-name: rippleAnimation;
  animation-duration: 2s;
  animation-timing-function: ease-out;
  animation-iteration-count: infinite;
  border-radius: 10px;
  background-color: #5dc464;
  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: #767676 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: #e60012;
}

.t_2 {
  color: #edc77d;
}

.t_3 {
  color: #13337e;
}

.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_lrg2 {
  font-size: 110%;
}

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

header .inner {
  max-width: 100%;
  width: 98%;
  margin: 0 auto;
  margin-right: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
header .inner figure {
  margin: 0;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (max-width: 767px) {
  header .inner {
    width: 100%;
  }
  header .inner figure {
    width: 45%;
  }
  header .inner figure.logo {
    width: 45%;
    padding-left: 3%;
  }
}
.sec_header{
  background: #13337e;
  padding: 20px 0;
  }
  .sec_header figure img{
    width: 500px;
  }
.sec_1 {
  background: url(../img/bg_01_2.jpg.webp) no-repeat center top;
  background:#fff;
  padding: 30px 0 30px;
}
.sec_1 figure {
  text-align: left;
}
.sec_1 figure img{
 /* margin-left: 0; */
 width: 90%;
}

@media screen and (max-width: 767px) {
  .sec_1 {
    background: url(../img/bg_01_2_sp.jpg.webp) no-repeat right 30%;
    background-size: cover;
    padding: 0%;
  }
  .sec_1 .inner{
padding: 0;
width: 100%;
  }
  .sec_1 figure {
    text-align: center;
  }
  .sec_1 figure img {
    /* margin-left: -2%; */
    width: 100%;
  }
}

.sec_cta {
  /* background: url(../img/bg_cta.png.webp) no-repeat center top; */
  background: #f4f4f4;
  
  padding: 1% 0;
}
.sec_cta p {
  text-align: center;
  font-size: clamp(13px, 3.2vw, 18px);
}
.sec_cta p.ttl {
  font-size: clamp(18px, 4.7vw, 22px);
  font-weight: 700;
  margin-bottom: 10px;
}
.sec_cta form {
  text-align: center;
}
.sec_cta form input[type=email] {
  width: 100%;
  max-width: 470px;
  border: #bebebe solid 5px;
  padding: 0.75em;
  border-radius: 10px;
  margin-bottom: 15px;
  text-align: center;
  font-size: 18px;
}
.sec_cta form input[type=image] {
  margin-bottom: 15px;
  max-width: 100%;
}
.sec_cta form .ripple span {
  width: 100%;
  max-width: 505px;
  pointer-events: none;
  border-radius: 100px;
  background-color: #1c872e;
  top: -15px;
}
@media screen and (max-width: 767px) {
  .sec_cta {
    padding: 5% 0;
  }
}

.sec_2 {
    background-image: -moz-linear-gradient( 0deg, rgb(19,51,126) 0%, rgb(14,29,59) 100%);
    background-image: -webkit-linear-gradient( 0deg, rgb(19,51,126) 0%, rgb(14,29,59) 100%);
    background-image: -ms-linear-gradient( 0deg, rgb(19,51,126) 0%, rgb(14,29,59) 100%);
    background:#13337e;
}
.sec_2 table {
  border-collapse: collapse;
  margin-bottom: 0.5em;
}
.sec_2 table th,
.sec_2 table td {
  padding: 1em 0.75em;
  font-size: clamp(14px, 3.7vw, 18px);
}
.sec_2 table th {
  width: 30%;
  background-color: #f4f4f4;
}
.sec_2 table td {
  width: 70%;
  line-height: 1.3;
}
.sec_2 table tr:not(:last-of-type) th,
.sec_2 table tr:not(:last-of-type) td {
  border-bottom: #0e1d3b solid 1px;
}
.sec_2 table tr:last-of-type td {
  padding: 0.5em 0.75em;
}
.sec_2 ul.chk_1 {
  margin-bottom: 0;
}
.sec_2 ul.chk_1 li {
  background-image: url(../img/icon_chk_1.png.webp);
  background-size: 1em auto;
  padding: 0.5em 0.5em 0.5em 1.75em;
  font-size: clamp(14px, 3.7vw, 18px);
}
@media screen and (max-width: 767px) {
  .sec_2 table th {
    width: 25%;
  }
  .sec_2 table td {
    width: 75%;
  }
}

.sec_3 {
  background: #fff url(../img/bg_10.jpg.webp) no-repeat center top;
  background-size: cover;
  padding: 40px 0;
}
.sec_3 .f_box {
  width: 100%;
  /* max-width: 840px; */
  margin: 0 auto;
  gap: 2%;
  flex-wrap: wrap;
}
.sec_3 .f_box .box_1 {
  background-color: #fff;
  padding: 2%;
  margin: 0 auto 20px;
  width: 48%;
}
.sec_3 .f_box .box_1 h3 {
  text-align: center;
  font-size: clamp(18px, 4.7vw, 24px);
  margin-bottom: 0.75em;
  line-height: 1.5em;
}
.sec_3 .f_box + .f_box {
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  .sec_3 .f_box .box_1 + .box_1 {
    margin-top: 0%;
  }
  .sec_3 .f_box .box_1{
    width: 100%;
  }
}

h2 {
  font-size: clamp(26px, 5.7vw, 40px);
  text-align: center;
  padding-bottom: 1em;
  margin-bottom: 1em;
  line-height: 1.5em;
  background: url(../img/h2_deco_1.png.webp) no-repeat center bottom;
}
h2 em {
  font-style: normal;
  display: block;
  font-family: "futura-pt", sans-serif;
  font-weight: 500;
  letter-spacing: 0.1em;
  color: #ddd;
  font-size: clamp(22px, 5.7vw, 24px);
  margin-bottom: 0.5em;
}

.sec_4 {
  background-color: #fcf5eb;
}
.sec_4 .f_box{
  flex-wrap: wrap;
  /* flex-flow: row; */

}
.sec_4 .box_txt{
  margin-top: 3%;
  width: 45%;
}

.sec_4 .box_txt .txt {
  position: relative;
}
.sec_4 h2 .t_sml{
  font-size: clamp(18px, 4.2vw, 28px);
}
.sec_4 .f_r{
  width: 400px;
  }
.sec_4 .box_txt .txt::before {
  position: absolute;
  display: block;
  content: "";
  width: 1.7%;
  height: 100%;
  background: linear-gradient(0deg, #13337d, #0e1d3b);
  background: -webkit-linear-gradient(90deg, #13337d, #0e1d3b);
  inset: 0;
  margin: 0 auto auto 0;
}
.sec_4 .box_txt .txt h3 {
  line-height: 1.25em;
  letter-spacing: 0.08em;
  padding-bottom: 0.5em;
  margin-bottom: 0.75em;
  font-size: clamp(18px, 4.7vw, 24px);
  border-bottom: #ee2c5e solid 1px;
}
.sec_4 .box_txt .txt .tag_1,
.sec_4 .box_txt .txt .tag_2 {
  width: -moz-fit-content;
  width: fit-content;
  position: absolute;
}
.sec_4 .box_txt .txt .tag_1 {
  inset: -6% 0 0 3%;
  margin: 0 auto auto 0;
}
.sec_4 .box_txt .txt .tag_2 {
  inset: -5px -7px 0 0;
  margin: 0 0 auto auto;
}
@media screen and (max-width: 767px) {
  .sec_4 h2{
font-size: 5.5vw;
  }
  .sec_4 .f_r{
    width: 100%;
    }
    .sec_4 .box_txt{
      width: 100%;
    }
  .sec_4 .box_txt .txt {
    padding: 7% 5% 5%;
  }
  .sec_4 .box_txt .txt .tag_1 {
    inset: -3.5% 0 0 3%;
    width: 25%;
  }
  .sec_4 .box_txt .txt .tag_2 {
    inset: -5px -6px 0 0;
    width: 17%;
  }
  .sec_4 .box_txt .txt .f_r {
    margin-bottom: 1em;
  }
  .sec_4 .box_txt + .box_txt {
    margin-top: 10%;
  }
}

.sec_5 {
  background: #f2e09c url(../img/bg_02.jpg.webp) no-repeat center top;
  background-size: cover;
}
.sec_5 .box_txt {
  width: 100%;
  max-width: 800px;
}
.sec_5 .box_txt h3 {
  line-height: 1.25em;
  letter-spacing: 0.08em;
  padding-bottom: 0.5em;
  margin-bottom: 0.75em;
  font-size: clamp(16px, 4.3vw, 24px);
  text-align: center;
}
.sec_5 .box_txt p {
  font-size: clamp(14px, 3.7vw, 18px);
}
.sec_5 .box_txt figure {
  margin-bottom: 0.5em;
}
.sec_5 .box_txt.ppl {
  margin-bottom: 60px;
}
.sec_5 .box_txt.ppl .txt {
  background-color: #5d5d5d;
  color: #fff;
}
.sec_5 h3 {
  font-size: clamp(17px, 4.5vw, 24px);
  text-align: center;
  font-weight: 600;
  line-height: 1.5em;
}
.sec_5 p.t_lrg2 {
  text-align: center;
}
.sec_5 p.t_lrg2 span {
  font-size: clamp(17px, 4.5vw, 32px);
  background: #fff;
  line-height: 1.8;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .sec_5 {
    background-size: auto 140%;
  }
  .sec_5 .box_txt.ppl {
    margin-bottom: 8%;
  }
}

.sec_6 {
  background-color: #13337e;
}
.sec_6 h2 {
  background-image: url(../img/h2_deco_2.png.webp);
  color: #fff;
  margin-bottom: 60px;
}
.sec_6 ul.chk {
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  width: 800px;
  max-width: 100%;
}
.sec_6 ul.chk li {
  background-image: url(../img/icon_chk_2.png.webp);
  background-size: 1.2em auto;
  font-size: clamp(17px, 4.5vw, 22px);
  color: #fff;
}
.sec_7{
  padding-bottom: 0;
}
.sec_7 h2 {
  font-weight: 700;
  font-size: clamp(22px, 5.7vw, 50px);
}
.sec_7 h2 span.pick {
  display: inline-block;
  color: #f83258;
  padding: .3% .7%;
  font-weight: 900;
  /* background: linear-gradient(transparent 60%, #ffe400 60%); */
  background: #ffe400;
}
.sec_7 h3 {
  text-align: center;
  margin: 43px auto 40px;
  font-size: clamp(22px, 5.7vw, 30px);
}
.sec_7 ul.chk {
  background-color: #333;
  border-radius: 20px;
  padding: 1% 2% 3%;
  max-width: 900px;
  color: #fff;
}
.sec_7 ul.chk li {
  font-size: clamp(17px, 4.5vw, 21px);
  background-image: url(../img/icon_chk_3.png.webp);

  padding-left: 2em;
}
.sec_7 ul.chk li + li {
  border-top: #fff dashed 1px;
}
@media screen and (max-width: 767px) {
  .sec_7 ul.chk {
    padding: 2% 5% 4%;
    border-radius: 6px
  }
}

.sec_8 {
  background: url(../img/bg_01.jpg.webp) no-repeat center top;
  padding: 3.5% 0 1.5%;
}
.sec_8 figure {
  text-align: left;
}
.sec_8 figure img{
  margin-left: 0;
}
@media screen and (max-width: 767px) {
  .sec_8 {
    background: url(../img/bg_03_sp.jpg.webp) no-repeat center top;
    padding: 0 0 2%;
    background-size: cover;
    /* background-position: right 2%; */
  }
}

.sec_9 {
  /* background: #151515 url(../img/bg_04.jpg.webp) no-repeat center top; */
  background: #fff url(../img/bg_10.jpg.webp) no-repeat center top;
  background-size: cover;
  background-attachment: fixed;
}
.sec_9 h2 {
  /* color: #fff; */
}
.sec_9 .f_r{
width: 300px;
}
.sec_9 .box_txt {
  margin: 60px auto 0;
  width: 100%;
  max-width: 940px;
}
.sec_9 .box_txt .txt {
  position: relative;
  border: #edc77f solid 4px;
  border-radius: 10px;
  padding: 1% 2% 2%;
  box-shadow: 0px 1px 8.1px 1.9px rgba(0, 0, 0, 0.29);
}
.sec_9 .box_txt .txt .tag {
  position: absolute;
  top: -17px;
  left: 10px;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto auto 0;
}
.sec_9 .box_txt .txt h3 {
  padding-left: 3em;
  font-weight: 700;
  font-size: clamp(20px, 5.3vw, 24px);
  color: #333;
  line-height: 1.35em;
  padding-bottom: 0.5em;
  margin-bottom: 1em;
  border-bottom: #13337e solid 1px;
}
@media screen and (max-width: 767px) {
  .sec_9 {
    background-attachment: initial;
    background-repeat: repeat-y;
    background-size: 100% auto;
  }
  .sec_9 .f_r{
    width: 100%;
    }
  .sec_9 .box_txt .txt {
    padding: 1% 2% 2%;
  }
  .sec_9 .box_txt .txt .tag {
    top: -1.5%;
    width: 15%;
  }
  .sec_9 .box_txt .txt h3 {
    padding-left: 3em;
  }
  .sec_9 .box_txt .txt figure {
    margin-bottom: 1em;
  }
}

.sec_10 {
  background-color: #cc0313;
}
.sec_10 .box_txt .txt figure.f_r{
  margin-left: 0;
}
.sec_10 .box_txt .txt p{
  margin-bottom: .5em;
}
.sec_10 h2{
color: #fff;
}
.sec_10 h2 em{
color:#edc77d;
}

.sec_10 .inner > .f_box{
  flex-wrap: wrap;
}
.sec_10 .box_txt {
  margin: 60px auto 0;
  width: 100%;
  max-width: 940px;
  position: relative;
}
.sec_10 .box_txt .txt > .f_box{
flex-flow: column;
}


.sec_10 h3 em{
  background: #edc77d;
  padding: .1em .7em;
  /* border-radius: 50px; */
  border: 1px solid #f02657;
  color: #cc0313;
  font-size: 80%;
  font-style: normal;
  margin-right: .5em;
  font-family: "futura-pt", sans-serif;
  font-weight: bold;
  margin-bottom: .5em;
  display: inline-block;
}
.sec_10 .f_r{
  width: 300px;
  }
.sec_10 .box_txt .txt {
  position: relative;
  /* border: #13337e solid 4px; */
  border-radius: 10px;
  padding: 2%;
  box-shadow: 0px 1px 8.1px 1.9px rgba(0, 0, 0, 0.29);
}
.sec_10 .box_txt .txt h3 {
  line-height: 1.25em;
  letter-spacing: 0.08em;
  padding-bottom: 0.5em;
  margin-bottom: 0.75em;
  font-size: clamp(18px, 4.7vw, 24px);
  border-bottom: #edc77d solid 1px;
}

.sec_10 .box_txt .txt::before {
  position: absolute;
  display: block;
  content: "";
  width: 1%;
  height: 100%;
  background: linear-gradient(0deg, #f50c52, #fe3a5d);
  background: -webkit-linear-gradient(90deg, #f50c52, #fe3a5d);

  background:#edc77d;
  inset: 0;
  margin: 0 auto auto 0;
}
.sec_10 .box_txt .txt .tag {
  inset: -10px -12px 0 0;
  margin: 0 0 auto auto;
  width: -moz-fit-content;
  width: fit-content;
  position: absolute;
}
.sec_10 .box_txt .txt .ttl {
  text-align: left;
  margin-bottom: 0.5em;
}
.sec_10.ex .box_txt{
width: 31%;
}
.sec_10.ex .box_txt .txt{
padding: 5%;
}
@media screen and (max-width: 767px) {
  .sec_10.ex .box_txt{
    width: 100%;
    }
    .sec_10 .box_txt .txt > .f_box{
      flex-flow: row;
      }
      .sec_10 .box_txt .txt > .f_box > div{
      /* width: 50%; */
      }
      .sec_10 .box_txt .txt > .f_box > .f_r{
        width: 45%;
        /* width: 50%; */
        }
  .sec_10 .box_txt {
    margin-top: 8%;
  }
  .sec_10 .f_r{
    width: 100%;
    }
    .sec_10 h3 em {
      /* display: block; */
    }
  .sec_10 .box_txt .txt {
    padding: 3%;
  }
  .sec_10 .box_txt .txt .tag {
    top: -1.5%;
    right: -2%;
    width: 20%;
  }
  .sec_10 .box_txt .txt .ttl img {
    width: 30%;
  }
  .sec_10 .box_txt .txt figure {
    margin-bottom: 1em;

  }
}

.sec_11 {
  background-color: #f7f7f7;
}
.sec_11 h2 {
  margin-bottom: 1.5em;
  font-size: clamp(26px, 6.7vw, 30px);
}
.sec_11 h2 em {
  color: #ea2250;
  font-size: 18px;
  margin-bottom: 0;
}

.sec_12 {
  /* background: linear-gradient(90deg, rgb(230, 29, 78) 0%, rgb(253, 54, 91) 51%, rgb(208, 14, 99) 100%); */
  background: #13337e;
}
.sec_12 h2 {
  color: #fff;
  background: url(../img/h2_deco_2.png.webp) no-repeat center bottom;
  margin-bottom: 1.5em;
  font-size: clamp(26px, 6.7vw, 30px);
  line-height: 1.25em;
}
.sec_12 h2 em {
  font-size: 18px;
}
.sec_12 h2 i {
  font-size: 76%;
  font-style: normal;
  display: inline-block;
  padding-top: 0.5em;
}
.sec_12 .box_txt .txt {
  border-radius: 10px;
  padding: 3%;
}
.sec_12 .box_txt .txt p {
  margin-bottom: 1.5em;
}
.sec_12 .box_txt .txt p.name {
  font-size: clamp(22px, 5.7vw, 32px);
  font-weight: 900;
  margin: 1em 0 0.5em;
}
.sec_12 .box_txt .txt .r_box {
  float: left;
}
.sec_12 .box_txt .txt .r_box h4 {
  border-left: #1f2a34 solid 4px;
  padding-left: 0.5em;
  margin-bottom: 0.5em;
  width: auto;
}
.sec_12 .box_txt .txt h3 {
  clear: both;
  text-align: center;
  position: relative;
  margin-bottom: 1em;
}
.sec_12 .box_txt .txt h3 span {
  position: relative;
  padding: 0 1em;
  background-color: #fff;
  font-weight: 900;
  z-index: 2;
}
.sec_12 .box_txt .txt h3::after {
  position: absolute;
  display: block;
  content: "";
  width: 100%;
  height: 1px;
  background-color: #cccccc;
  inset: 0;
  margin: auto;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .sec_12 h2 i {
    padding-top: 0;
  }
  .sec_12 .box_txt .txt figure.f_l img {
    width: 50%;
  }
  .sec_12 .box_txt .txt p br {
    display: none;
  }
}

.sec_13 h2 {
  margin-bottom: 1.5em;
}
.sec_13 table {
  width: 100%;
  color: #3b210a;
  border-collapse: collapse;
  border-top: #3b210a solid 1px;
}
.sec_13 table th,
.sec_13 table td {
  font-size: clamp(14px, 3.7vw, 18px);
  border-bottom: #3b210a solid 1px;
  padding: 1em 0.5em;
  color: #3b210a;
  font-weight: 400;
  text-align: left;
  line-height: 1.3em;
}
.sec_13 table th {
  width: 20%;
}
.sec_13 table td {
  width: 80%;
}
@media screen and (max-width: 767px) {
  .sec_13 table th {
    width: 25%;
  }
  .sec_13 table td {
    width: 75%;
  }
}
.sec_14 h3 {
  margin-bottom: .5em;
}
.sec_14 h3 em{
  background: #13337e;
  padding: .1em .5em;
  border-radius: 50px;
  color: #fff;
  font-style: normal;
  margin-right: .5em;
  font-family: "futura-pt", sans-serif;
  font-weight: normal;
}
@media screen and (max-width: 767px) {
  .sec_14 > .inner > figure:first-of-type{
    width: 60%;
}
}
.box_3 {
  border: #13337e solid 4px;
  border-radius: 10px;
  padding: 3%;
  margin-bottom: 50px;
  position: relative;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}
.box_3:after {
  content: "";
  display: block;
  clear: both;
}
.box_3 .ttl {
  text-align: left;
  margin-bottom: 1em;
}
.box_3 p {
  width: 65%;
}
.box_3:not(:first-of-type)::before {
  position: absolute;
  display: block;
  content: "";
  width: 4px;
  height: 50px;
  background-color: #13337e;
  top: -54px;
  right: 0;
  bottom: 0;
  left: 0;
  margin: 0 auto auto;
}
@media screen and (max-width: 767px) {
  .box_3{
    margin-bottom: 5vw;
  }
  .box_3 p {
    width: 65%;
  }
  .box_3 .f_r {
    float: right;
    width: auto;
    width: 20%;
  }
  .box_3 figure.ttl img {
    width: auto;
    height: 27px;
  }
  .box_3:not(:first-of-type)::before {
height: 7vw;
top:-7vw;
  }
}
.sec_15{
 
}
.sec_15 h3{
  margin-bottom: 1em;
}
.sec_15 table{
  box-sizing: border-box;
  border-collapse:collapse
}

.sec_15 table tr th{
background: rgb(239, 239, 239);
color: #000;
padding: .5em;
min-width: 5em;
border: 1px solid #b5b4b4;
font-size: clamp(16px, 4.3vw, 16px);
}


.sec_15 table tr td{
  border: 1px solid #b5b4b4;
padding: .5em;
line-height: 1.5;
font-size: clamp(16px, 4.3vw, 16px);
}
.sec_15 table tr th:last-child{
width: 30em;
}
@media screen and (max-width: 767px) {
  .sp table tr{
    text-align:center;
  }
  .sp table tr:last-child td{
    text-align:left;
  }
  .sec_15 table {
    margin-bottom: 1em;
  }
 
.sec_15 table tr{
display: flex!important;
width: 100%;
flex-flow: column;

}
.sec_15 table tr.pc{
  display: none!important;
}
}
.sec_16{
  background: #ebebeb;
}
.sec_17 h3{
padding-bottom: 0.5em;
    margin-bottom: 0.75em;
    font-size: clamp(18px, 4.7vw, 24px);
    border-bottom: #ee2c5e solid 1px;
}
.sec_17 .box_txt{
  box-shadow: 0px 1px 8.1px 1.9px rgba(0, 0, 0, 0.29);
}

.sec_18 .box_txt{
  margin-bottom: 2em;
}
.sec_18 .box_txt:last-of-type{
  margin-bottom: 0;
}
.sec_18 .box_txt figure{
  margin-bottom: 1em;
}
@media screen and (max-width: 767px) {
.sec_18 h2{
  font-size: 5vw;
}
}
.sec_19 {
  background: #f2e09c url(../img/bg_02.jpg.webp) no-repeat center top;
  background-size: cover;
}
.sec_19 .box_txt {
  width: 100%;
  max-width: 800px;
}
.sec_19 .box_txt h3 {
  line-height: 1.25em;
  letter-spacing: 0.08em;
  padding-bottom: 0.5em;
  margin-bottom: 0.75em;
  font-size: clamp(16px, 4.3vw, 24px);
  text-align: center;
}
.sec_19 .box_txt p {
  font-size: clamp(14px, 3.7vw, 18px);
}
.sec_19 .box_txt figure {
  margin-bottom: 0.5em;
}
.sec_19 .box_txt.ppl {
  margin-bottom: 60px;
}
.sec_19 .box_txt.ppl .txt {
  background-color: #5d5d5d;
  color: #fff;
}
.sec_19 h3 {
  font-size: clamp(17px, 4.5vw, 24px);
  text-align: center;
  font-weight: 600;
  line-height: 1.5em;
}
.sec_19 p.t_lrg2 {
  text-align: center;
}
.sec_19 p.t_lrg2 span {
  font-size: clamp(17px, 4.5vw, 32px);
  background: #fff;
  line-height: 1.8;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .sec_19 {
    background-size: auto 140%;
  }
  .sec_19 .box_txt.ppl {
    margin-bottom: 8%;
  }
}


.sec_20 {
  /* background: #151515 url(../img/bg_04.jpg.webp) no-repeat center top; */
  /* background: #fff url(../img/bg_10.jpg.webp) no-repeat center top; */
  background-size: cover;
  background-attachment: fixed;
  background-color: #fcf5eb;
  
}
.sec_20 h2 {
  /* color: #fff; */
}
.sec_20 .f_r{
width: 300px;
}
.sec_20 .box_txt {
  margin: 60px auto 0;
  width: 100%;
  max-width: 940px;
}
.sec_20 .box_txt .txt {
  position: relative;
  border: #13337e solid 4px;
  border-radius: 10px;
  padding: 1% 2% 2%;
  box-shadow: 0px 1px 8.1px 1.9px rgba(0, 0, 0, 0.29);
}
.sec_20 .box_txt .txt .tag {
  position: absolute;
  top: 3px;
  left: 10px;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto auto 0;
}
.sec_20 .box_txt .txt h3 {
  padding-left: 2em;
  font-weight: 700;
  font-size: clamp(20px, 5.3vw, 24px);
  color: #333;
  line-height: 1.35em;
  padding-bottom: 0.5em;
  margin-bottom: 1em;
  border-bottom: #13337e solid 1px;
}
@media screen and (max-width: 767px) {
  .sec_20 {
    background-attachment: initial;
    background-repeat: repeat-y;
    background-size: 100% auto;
  }
  .sec_20 .f_r{
    width: 100%;
    }
  .sec_20 .box_txt .txt {
    padding: 1% 2% 2%;
  }
  .sec_20 .box_txt .txt .tag {
    /* top: -1.5%; */
    width: 15%;
  }
  .sec_20 .box_txt .txt h3 {
    padding-left: 3em;
  }
  .sec_20 .box_txt .txt figure {
    margin-bottom: 1em;
  }
}

.sec_21 {
  background-color: #333;
}
.sec_21 h2 {
  background-image: url(../img/h2_deco_2.png.webp);
  color: #fff;
  margin-bottom: 60px;
}
.sec_21 ul.chk {
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  width: 800px;
  max-width: 100%;
}
.sec_21 ul.chk li {
  background-image: url(../img/icon_chk_4.png.webp);
  background-size: 1.2em auto;
  font-size: clamp(17px, 4.5vw, 22px);
  color: #fff;
}
.f_btn {
  position: fixed;
  right: 0;
  bottom: 0;
  background: #fffcfad6;
  padding: 1.5%;
  border-radius: 12px 0 0 0;
  z-index: 20;
}
.f_btn p {
  margin-bottom: 0.5em;
  text-align: center;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .f_btn {
    width: 100%;
    border-radius: 0;
    padding: 3%;
    display: flex;
  }
  .f_btn figure{
    width: 65%;
}
/*# sourceMappingURL=map/style.css.map */