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

i{
  font-style: normal;
}

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 .inner {
  width: min(1024px, 100vw - 12px);
  margin: 0 auto;
  max-width: 100%;
}
main section .inner::after {
  content: "";
  display: block;
  clear: both;
}
@media screen and (min-width: 1201px) {
  main section {
    width: calc(100vw - 280px);
  }
}
@media screen and (max-width: 899px) {
  main section {
    padding: 7vw 0;
  }
  main section .inner {
    width: min(1024px, 94vw);
  }
}

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

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

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

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

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

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

.ripple {
  position: relative;
  display: block;
}
.ripple img {
  max-width: 100%;
  margin: 0 auto;
  z-index: 2;
  position: relative;
}
.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 3%;
}
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;
  background-size: 1.3em;
  border-bottom: 1px dotted #000;
  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: #e77f32;
}

.t_2 {
  color: #25389d;
}

.t_3 {
  color: #fecd01;
}

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

.en{
  font-family: futura-pt, sans-serif;
  font-weight: 500;
  font-size: clamp(14px, 21vw, 100px);
  display: block;
  color: #ffffff33;
  margin-bottom: .3em;
}
.sec_cta .btn{
  width: 400px;
  max-width: 100%;
}
.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 {
  width: calc(100vw - 280px);
  text-align: center;
  background-color: #e77f32;
  padding: 1em;
  line-height: 1.65em;
  color: #fff;
  font-size: 14px;
}
footer .f_box {
  max-width: 1000px;
  margin: 0 auto;
  align-items: center;
}
footer figure {
  width: 30%;
  margin: 0;
}
footer .f_link {
  width: 35%;
}
footer .f_link a {
  color: #fff;
  text-decoration: none;
}
footer .copyright {
  width: 30%;
  color: #fff;
}
@media screen and (max-width: 768px) {
  footer {
    font-size: 3.4vw;
    width: 100%;
  }
  footer figure {
    width: 100%;
  }
  footer .f_link {
    width: 100%;
    margin-top: 15px;
  }
  footer .copyright {
    margin-top: 10px;
    width: 100%;
  }
}

header {
  position: relative;
  background-color: #fff;
  width: calc(100vw - 280px);
}
header .inner {
  width: min(1024px, 100vw - 12px);
  height: 72px;
  margin: 0 auto;
  max-width: 100%;
  padding: 0 3%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
header .inner::after {
  content: "";
  display: block;
  clear: both;
}
header .btn {
  position: absolute;
  top: 0;
  right: 15px;
}
@media screen and (max-width: 1200px) {
  header {
    width: 100%;
  }
  header .btn {
    right: 0;
  }
}
@media screen and (max-width: 767px) {
  header .inner {
    height: 36px;
  }
  header .btn {
    right: 0;
  }
  header .btn img {
    height: 36px;
    width: auto;
  }
  header .logo {
    width: 33%;
  }
}

.sec_1 {
  background: url(../img/bg_01.jpg.webp) no-repeat center top;
  padding: 30px 0 47px;
}
.sec_1 .inner{
  width: min(900px, -12px + 100vw);
}
.sec_1 img.pc{
  margin-left: 0;
  width: 665px;
  max-width: 100%;
}
@media screen and (max-width: 767px) {
  .sec_1 {
    background: url(../img/bg_01_sp.jpg.webp) no-repeat center top;
    background-size: cover;
    padding-bottom: 5vw;
    padding-top: 6vw;
  }
}

h2 {
  font-size: clamp(20px, 6.3vw, 36px);
  text-align: center;
  line-height: 1.75em;
  margin-bottom: 1em;
}
h2 + p {
  margin-top: 1em;
}
h3{
  font-size: clamp(20px, 5.3vw, 24px);
  line-height: 1.3;
  margin-bottom: .5em;
}
h4{
  line-height: 1.3;
}
.sec_cta {
  background: url(../img/bg_cta.jpg.webp) no-repeat center top;
  padding: 30px 0 30px;
  overflow: visible;
}
.sec_cta figure:first-child{
  margin-top: -50px;
margin-bottom: 10px;
}
.sec_cta .inner{
  width: min(900px, -12px + 100vw);
  overflow: visible;
}
@media screen and (max-width: 767px) {
  .sec_cta .inner {
    width: 94vw;
  }
  .sec_cta.first{
    margin-top: 5vw;
  }
.sec_cta figure:first-child{
  margin-top: -10vw;
  }
}
.sec_2 {
  background: url(../img/bg_02.jpg.webp) no-repeat center top;
  padding: 50px 0 50px;
}
.sec_2 h2 .mkr{
background: #fff;
padding: .1em .2em;
color: #ff8f1a;
}
.sec_2 .slider {
  margin-top: 1em;
}
.sec_2 .slider figure {
  padding: 0 10px;
}
.box_1{
  width: 930px;
  max-width: 100%;
  margin: 2em auto 0;
  background: #fff;
  padding: 2%;
  position: relative;
  overflow: hidden;
  box-shadow: 0px 2px 6px 2px rgb(7 0 2 / 12%);
}

.sec_2 .box_1{
  /* max-width: 930px; */
  margin: 2em auto 0;
  background: url(../img/bg_02_2.jpg.webp) repeat-y center top;
  padding: 3%;
  position: relative;
}
.sec_2 .box_1 figure{
  width: 700px;
  max-width: 100%;
  margin-bottom: 0;
}
.sec_2 .box_1:nth-of-type(even){
  flex-direction: row-reverse;
}
.sec_2 h2{
  color: #fff;
}
.sec_2 .box_1 h3 {

}
@media screen and (max-width: 767px) {
  .sec_2 .box_1,.sec_2 .box_1:nth-of-type(even){
    flex-direction: column;

  }
  .sec_2 .box_1 h3 {
margin-bottom: 1em;
  }

  .sec_2 .box_1 figure{
    width: 100%;
    margin-bottom: 3vw;
  }
  .sec_2 {
    padding: 4vw 0 4vw;
    background: url(../img/bg_02_sp.jpg.webp) repeat-y center top;
    background-size: 100% auto;
  }
  .sec_2 p {
    /* font-size: 3.5vw; */
    margin-top: 0;
  }
  .sec_2 .slider figure {
    margin-bottom: 3vw;
  }
}

.slick-track {
  display: flex;
}

.slick-slide {
  height: auto !important;
}

.sec_3 {
  background: url(../img/bg_03.jpg.webp) no-repeat center top;
  padding-top: 50px;
  overflow: visible;
}
.sec_3 h2 {

}
.sec_3 h2 .txt_1 {
  color: #2f7e89;
}
.sec_3 h2 .txt_2 {
  color: #e77f32;
}
.sec_3 h2 .txt_2 em {
  font-style: normal;
  font-size: 150%;
}
.sec_3 h2::after {
  /* position: absolute;
  display: block;
  content: "";
  width: 195px;
  height: 208px;
  background: url(../img/h2_bg.png.webp) no-repeat center top;
  inset: 0;
  margin: -65px -180px auto auto;
  z-index: 1; */
}
.sec_3 h2 + figure {
  margin-top: 3%;
  position: relative;
  z-index: 3;
}
@media screen and (max-width: 767px) {
  .sec_3 {
    background-size: 180% auto;
    padding-top: 4%;
  }
  .sec_3 h2::after {
    width: 22vw;
    height: auto;
    background-size: 100% auto;
    margin: -2vw -12vw auto auto;
  }
}
.sec_4{
  background: url(../img/bg_04.jpg.webp) repeat-y center top;
}

.sec_4 .box_1 .f_r{
width: 350px;
}

.sec_4 h2 {
  color:#fff;
  /* width: -moz-fit-content;
  color:#fff;
  width: fit-content;
  display: block;
  margin: 0 auto;
  padding: 10px 50px;
  background: url(../img/h2_cup.png.webp) no-repeat left top, url(../img/h2_cup.png.webp) no-repeat right top; */
}

/* .sec_4 h3 {
  position: relative;
margin-bottom: 1em;
}
.sec_4 h3::before {
  background-color: #ff8b1b;
  bottom: -13px;
  content: "";
  height: 6px;
  left: 15px;
  position: absolute;
  transform: translateX(-50%);
  width: 30px;
} */

.sec_4 h3{
  position: relative;
  padding-left: .6em;
  margin-bottom: .8em;
}
.sec_4 h3::before {
content: "";
position: absolute;
top: 0;
bottom: 0;
left: 0;
width: .3em; /* 縦線の太さ */

background: linear-gradient(0deg, rgb(237, 161, 87) 0%,  rgb(230, 128, 3) 100%);
}
.sec_4 .list_box {
  display: flex;
  justify-content: space-between;
}
.sec_4 .list_box ul {
  width: 31%;
}
.sec_4 .list_box ul {

}
.sec_4 .list_box ul li {
  background-color: #eeeeee;
  display: block;
  font-weight: 500;
  width: 100%;
  padding: 0.5em 0.75em;
  border-radius: 10px;
  margin-top: 10px;
}
@media screen and (max-width: 767px) {
  .sec_4 .list_box {
    flex-flow: column;
  }
  .sec_4 .list_box ul {
    width: 100%;
    margin: 0 auto;
    display: flex;

    flex-wrap: wrap;
    justify-content: space-around;
  }
  .sec_4 .list_box ul li{
    width: 48%;
    font-size: 3vw;
  }
  .sec_4 .box_1 .f_r{
    width: 100%;
    }
}

.sec_5 {
  /* background-color: #f8f8f8; */
  background: url(../img/bg_05.jpg.webp) no-repeat center top;
  padding-bottom: 0;
}
.sec_5 h2 span {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 30px;
  padding: 0.5em 1em;
  border-radius: 1em;
  color: #fff;
  background-color: #e77f32;
  font-size: clamp(14px, 3.7vw, 23px);
  position: relative;
  line-height: 1;
}
.sec_5 h2 span::after {
  position: absolute;
  display: block;
  content: "";
  width: 27px;
  height: 31px;
  background: url(../img/h2_tri.png.webp) no-repeat center top;
  background-size: contain;
  inset: 0 0 -20px 0;
  margin: auto auto 0 auto;
}
.sec_5 .list_box {
  display: flex;
  justify-content: space-between;
  padding: 0.25em 1em 1em;
  background-color: #fff;
  border-radius: 20px;
  margin-top: 2em;
}
.sec_5 .list_box ul {
  width: 24%;
}
.sec_5 .list_box ul li {
  display: block;
  font-weight: 500;
  width: 100%;
  padding: 0.3em 0.75em;
  border-radius: 10px;
  margin-top: 10px;
}
.sec_5 .f_box{
  justify-content: space-around;
  margin-bottom: 2em;
}

.sec_5 .box_3{
  width: 45%;
}
.sec_5 .box_3:nth-of-type(1){
    border-radius: 10px;
    background-color: #fff8ed;
    box-shadow: 0px 2px 6px 2px rgb(7 0 2 / 12%);
    padding: 1em;
  }
.sec_5 .box_3:nth-of-type(2){
    border-radius: 10px;
    background-color: #f6f8ff;
    box-shadow: 0px 2px 6px 2px rgb(7 0 2 / 12%);
    padding: 1em;
  }
  .sec_5 .f_box + p {
    font-size: clamp(14px, 4vw, 25px);
  }
  .sec_5 .inner > p:last-child {
    font-size: clamp(14px, 5.2vw, 43px);
    text-align: center;
    font-weight: bold;
  }
  .sec_5 .box_3:nth-of-type(1) h3,.sec_5 .box_3:nth-of-type(2) h3{
      position: relative;
      padding-left: .6em;
      margin-bottom: .8em;
  }
  .sec_5 .box_3:nth-of-type(1) h3::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: .3em; /* 縦線の太さ */
   
    background: linear-gradient(0deg, rgb(237, 161, 87) 0%,  rgb(230, 128, 3) 100%);
  }
  .sec_5 .box_3:nth-of-type(2) h3::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: .3em;  /* 縦線の太さ */
    /* background: linear-gradient(to right, #3b54c8, transparent);  */
    background: linear-gradient(0deg, #3b55cb 0%,  #37499f 100%);
  }
@media screen and (max-width: 767px) {
  .sec_5 .box_3:nth-of-type(1),.sec_5 .box_3:nth-of-type(2){
    width: 100%;
    margin-bottom: 2em;
  }
  .sec_5 .list_box {
    flex-flow: wrap;
  }
  .sec_5 .list_box ul {
    width: 48%;
    margin: 0 auto;
  }
  .sec_5 .list_box ul li {
    font-size: 14px;
    padding: 0.25em 0;
  }
}

.sec_6 {

  background-image:
  url(../img/bg_06.jpg.webp), url(../img/bg_06_2.jpg.webp);
  background-repeat: no-repeat,repeat-y;
  background-position: top center,top center;
  padding-top: 74px;
  padding-bottom:57px;
}
.sec_6 .en{
  color: #ffffff;
}

.sec_6 .inner {
  padding-top: 20px;
  /* background: url(../img/bg_txt_1.png.webp) no-repeat left top; */
}
.sec_6 h2 .t_lrg{
  font-family: futura-pt, sans-serif;
  font-size: clamp(14px, 13vw, 75px);
  line-height: 1.3;
}
.sec_6 h3 span {
  align-self: center;
}
.sec_6 h3{
  display: flex;
  /* display: inline; */
  font-size: clamp(20px, 5vw, 30px);
  background-image: linear-gradient(to right, #ffad04, #fe6525); /* 左→右のグラデ */
  background-repeat: no-repeat;
  background-size: 100% 5px; /* 横幅100%、高さ2px */
  background-position: 0 100%; /* テキストの真下に配置 */
  padding-bottom: 2px; /* 背景とテキストの重なりを調整 */
}
.sec_6 h3 em{
  font-size: clamp(20px, 10.3vw, 100px);
  font-family: futura-pt, sans-serif;
  font-weight: 500;
  background: linear-gradient(270deg, #3d5ce3 0%, #34448f 100%);
  background: -webkit-linear-gradient(270deg, #3d5ce3 0%, #34448f 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent; 
  margin-right: .1em;
}
.sec_6 h4.media{
  font-size: clamp(20px, 5.3vw, 27px);
  margin-bottom: 1em;
}

.sec_6 .num{
  position: absolute;
  top:-0.8em;
  font-size: clamp(20px, 10.3vw, 100px);
  font-family: futura-pt, sans-serif;
  font-weight: 500;
  background: linear-gradient(90deg, #25329d 0%, #ff8b1b 100%);
  background: -webkit-linear-gradient(90deg, #25329d 0%, #ff8b1b 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
display: none;
}
  .sec_6 h4.media {
    align-items: center; /* 横線を上下中央 */
    display: flex; /* 文字と横線を横並び */
  }
  .sec_6 h4.media::before,
  .sec_6 h4.media::after {
    background-color: #25329d; /* 横線の色 */
    border-radius: 5px; /* 横線の両端を丸く */
    content: "";
    flex-grow: 1; /* 横幅いっぱい */
    height: 5px; /* 横線の高さ */
  }
  .sec_6 h4.media::before {
    margin-right: 15px; /* 文字との余白 */
  }
  .sec_6 h4.media::after {
    margin-left: 15px; /* 文字との余白 */
  }
.sec_6 .list_box {
  display: flex;
  flex-flow: wrap;
  justify-content: space-between;
  padding: 0.25em 1em 1em;
  max-width: 870px;
  border-radius: 20px;
  margin: 2em auto 0;
}
.sec_6 .list_box li {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  font-weight: 500;
  width: 48%;
  padding: 0.5em 0.75em;
  border-radius: 10px;
  margin-top: 20px;
  border: #2f7e89 solid 3px;
  background-color: #fff;
  border-radius: 10px;
  line-height: 1.5em;
  letter-spacing: 0.01em;
  position: relative;
}
.sec_6 .list_box li::after {
  position: absolute;
  display: block;
  content: "";
  inset: 0 0 0 0;
}
.sec_6 .list_box li.item_1::after {
  background: url(../img/img_003.png.webp) no-repeat;
  width: 39px;
  height: 87px;
  margin: auto 2% auto auto;
}
.sec_6 .list_box li.item_2::after {
  background: url(../img/img_004.png.webp) no-repeat;
  width: 80px;
  height: 98px;
  margin: -6% -6% auto auto;
}
.sec_6 .list_box li.item_4::after {
  background: url(../img/img_005.png.webp) no-repeat;
  width: 33px;
  height: 95px;
  margin: auto 1% auto auto;
}
.sec_6 .list_box li.item_5::after {
  background: url(../img/img_006.png.webp) no-repeat;
  width: 71px;
  height: 75px;
  margin: auto -3% auto auto;
}
.sec_6 .box_4{
  /* width: 31%; */
  /* box-shadow: 0px 2px 8.3px 1.7px rgba(7, 0, 2, 0.19); */
  background-color: #fff8ed;
  overflow: hidden;
  margin-bottom: 2em;
  padding: .5em;
  }
  .sec_6 .box_4 h4 .name{
text-align: right;
font-size: 90%;
font-weight: normal;
  }
  .sec_6 .box_4 h4 {
    margin-bottom: .5em;
  }


.sec_6 .box_4 h4 {
  /* width: 80%; */
  line-height: 1.5em;
  letter-spacing: 0.06em;
  font-size: clamp(16px, 4.3vw, 22px);
  border-bottom: #e77f32 solid 1px;
}
.sec_6 .box_4 h4 .txt_1 {
  color: #2f7e89;
}
.sec_6 .box_4 h4 .txt_2 {
  color: #e77f32;
}
.sec_6 .box_4 h4 .txt_num {
  background-color: #e77f32;
  color: #fff;
  font-family: futura-pt, sans-serif;
  font-weight: 400;
  letter-spacing: 0.06em;
  padding: 0 0.5em;
  border-radius: 40px;
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  margin-bottom: 0.5em;
  font-size: clamp(12px, 3.4vw, 16px);
}
.sec_6 .box_4 h4 .txt_sub {
  font-size: 80%;
}
.sec_6 .box_4 .f_r{
  width: 350px;
}
.sec_6 .box_1 .f_r{
  width: 350px;
}
.sec_6 ul.chk li{
  width: 25em;
  max-width: 100%;
}
@media screen and (max-width: 767px) {
  .sec_6 {
    background-image:
    url(../img/bg_06_sp.jpg.webp), url(../img/bg_06_2_sp.jpg.webp);
    background-repeat: no-repeat,repeat-y;
    background-position: top center,top center;
  }
  .sec_6 .box_1{

    padding: 1.5em .5em;
  }
  .sec_6 h3{
    padding-bottom: 1em;
  }
  .sec_6 h3 em{
margin-right: .2em;
  }
  .sec_6 .inner {
    padding-top: 20px;
    background-size: 70% auto;
  }
  .sec_6 .list_box {
    flex-flow: column;
  }
  .sec_6 .list_box li {
    width: 100%;
    font-size: 14px;
  }
  .sec_6 .list_box li.item_1::after {
    background: url(../img/img_003.png.webp) no-repeat;
    background-size: 100% auto;
    width: 34px;
    height: 76px;
  }
  .sec_6 .list_box li.item_2::after {
    background: url(../img/img_004.png.webp) no-repeat;
    background-size: 100% auto;
    width: 60px;
    height: 75px;
    /* background-position: left; */
    margin-left: 0;
    margin-right: auto;
  }
  .sec_6 .list_box li.item_2 {
    padding-left: 70px;
  }
.sec_6 .list_box li.item_4::after {
    background: url(../img/img_005.png.webp) no-repeat;
    background-size: 100% auto;
    width: 28px;
    height: 82px;
  }
  .sec_6 .list_box li.item_5 {
    padding-left: 70px;
  }
  .sec_6 .list_box li.item_5::after {
    background: url(../img/img_006.png.webp) no-repeat;
    background-size: 100% auto;
    width: 60px;
    height: 64px;
    margin: auto -3% auto auto;
    margin-left: 0;
    margin-right: auto;
  }
  .sec_6 .box_4 .f_r{
    width: 100%;
  }
}

.sec_7 {
  background: url(../img/bg_03.jpg.webp) no-repeat center top;
  padding-top: 20px;
  padding-bottom: 10px;
}
.sec_7 h2 .en{
  color: rgba(64, 83, 157, 0.278);
}


.sec_7 .inner {
  padding-top: 20px;
  /* background: url(../img/bg_txt_2_2.png.webp) no-repeat left top; */
}
.sec_7 .f_box{
  flex-wrap: wrap;
  justify-content: space-evenly;
}
.sec_7 .box_5{
width: 38%;
box-shadow: 0px 2px 8.3px 1.7px rgba(7, 0, 2, 0.19);
background: #fff;
margin-bottom: 2em;
}
.sec_7 .box_5 h3{
  font-size: clamp(20px, 5.3vw, 20px);
}
.sec_7 .box_5 figure{
  margin-bottom: 0;
}

.sec_7 .box_5 .box_in{
  padding: 1em;
  }
.sec_7 h2 span {
  /* display: block;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 0.5em;
  font-family: futura-pt, sans-serif;
  line-height: 1.75em;
  font-weight: 600;
  font-size: clamp(14px, 3.7vw, 24px);
  color: #2f7e89;
  border-bottom: #2f7e89 solid 2px; */
}
.sec_7 .box_1 {
  max-width: 930px;
  margin: 2em auto 0;
  background-color: #fff;
  padding: 4%;
  position: relative;
}
.sec_7 .box_1::after {
  position: absolute;
  display: block;
  content: "";
  width: 105px;
  height: 90px;
  background: url(../img/icon_dq.png.webp) no-repeat center top;
  inset: 0 0 0 0;
  margin: -2% 5% auto auto;
}
.sec_7 .box_1 h3,
.sec_7 .box_1 p {
  font-style: italic;
}
.sec_7 .box_1 h3 {
  font-size: calmp(20px, 5.3vw, 24px);
}
.sec_7 .box_1 p {
  margin-top: 1em;
  font-size: 16px;
}
.sec_7 .box_2 {
  max-width: 930px;
  margin: 2em auto 0;
  background-color: #333;
  color: #fff;
  padding: 4%;
  position: relative;
}
.sec_7 .box_2 h3 {
  text-align: center;
  font-size: calmp(20px, 5.3vw, 24px);
}
.sec_7 .box_2 ul.chk {
  margin: 1.5em auto 0;
}
.sec_7 .box_2 ul.chk li {
  background-image: url(../img/icon_ct.png.webp);
  font-weight: 400;
  padding-left: 2.25em;
  line-height: 1.75em;
}
@media screen and (max-width: 767px) {
  .sec_7 .box_5{
    width: 100%;
  }
  .sec_7 .box_5 figure  img{
    width: 100%;
  }
  .sec_7 .inner {
    padding-top: 20px;
    background-size: 70% auto;
  }
  .sec_7 .box_1 p {
    font-size: 14px;
  }
  .sec_7 .box_1::after {
    width: 45px;
    height: 40px;
    background-size: 100% auto;
  }
  .sec_7 .box_2 ul.chk {
    margin: 0.5em auto 0;
  }
  .sec_7 .box_2 ul.chk li {
    font-size: 14px;
  }
}
.sec_8 {
  background: url(../img/bg_06_2.jpg.webp) repeat-y center top;
  padding-top: 100px;
}
.sec_8 h2 .en {
  color: rgba(64, 83, 157, 0.278);
}

@media screen and (max-width: 767px) {
  .sec_8 {
    background-size: 100% auto;
}
}
.sec_9 {
  /* background: url(../img/bg_08.jpg.webp) no-repeat center top; */
  background: #fff;
  padding-top: 100px;
}
.sec_9 h2 .en{
  color: rgba(64, 83, 157, 0.278);
}

.sec_9 .inner {
  padding-top: 10px;
  /* background: url(../img/bg_txt_8.png.webp) no-repeat right top; */
}
.sec_9 h2 span {
  /* display: block;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 0.5em;
  font-family: futura-pt, sans-serif;
  line-height: 1.75em;
  font-weight: 600;
  font-size: clamp(14px, 3.7vw, 24px);
  color: #2f7e89;
  border-bottom: #2f7e89 solid 2px;
  padding: 0 0.75em; */
}
.sec_9 .box_5 {
  position: relative;
}
.sec_9 .box_5::after {
  position: absolute;
  display: block;
  content: "";
  width: 1px;
  height: 75%;
  background: #2f7e89;
  inset: 0 0 0 1.45em;
  margin: 0 auto auto 0;
  z-index: 1;
}
.sec_9 .box_5 dl {
  padding: 0.75em 0 0 70px;
  line-height: 1.5em;
  position: relative;
  z-index: 2;
}
.sec_9 .box_5 dl dt,
.sec_9 .box_5 dl dd {
  font-size: clamp(14px, 4.7vw, 18px);
}
.sec_9 .box_5 dl dt {
  font-weight: 600;
  margin-bottom: 0.5em;
}
.sec_9 .box_5 dl dt span {
  color: #e77f32;
}
.sec_9 .box_5 dl + dl {
  margin-top: 1em;
}
.sec_9 .box_5 dl.item_1 {
  background: url(../img/img_007_icon_1.png.webp) no-repeat left top;
}
.sec_9 .box_5 dl.item_2 {
  background: url(../img/img_007_icon_2.png.webp) no-repeat left top;
}
.sec_9 .box_5 dl.item_3 {
  background: url(../img/img_007_icon_3.png.webp) no-repeat left top;
}
.sec_9 .box_5 dl.item_4 {
  background: url(../img/img_007_icon_4.png.webp) no-repeat left top;
}
.sec_9 .box_5 dl.item_5 {
  background: url(../img/img_007_icon_5.png.webp) no-repeat left top;
}
@media screen and (max-width: 767px) {
  .sec_9 {
    padding-top: 40px;
  }
  .sec_9 .box_5 dl dt span {
display: block;
  }
  .sec_9 .inner {
    padding-top: 20px;
    background-size: 70% auto;
  }
  .sec_9 .box_5::after {
    height: 185vw;
  }
}
.sec_10{
  background: url(../img/bg_09.jpg.webp) no-repeat center top;
}
.sec_10 h2 .en{
  color: rgba(64, 83, 157, 0.278);
}
.sec_10. dl.faq {
  background: none;
}
.sec_10 dl.faq dt, .sec_10 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_10 dl.faq dt {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: #e5e5e5 solid 2px;
  background-color: transparent;
}
.sec_10 dl.faq dt::after {
  position: absolute;
  display: block;
  content: "";
  width: 60px;
  height: 2px;
  background: linear-gradient(90deg, #25379d, #ff891c);
  inset: 0 0 -2px;
  margin: auto auto 0 0;
  transition-duration: 0.5s;
}
.sec_10 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_10 dl.faq dt span::before, .sec_10 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_10 dl.faq dt span::after {
  transform: rotate(90deg);
}
.sec_10 dl.faq dt.active::after {
  width: 100%;
  height: 2px;
}
.sec_10 dl.faq dt.active span::after {
  transform: rotate(180deg);
}
.sec_10 dl.faq dd {
  border: none;
}



.sec_11 {
  background: url(../img/bg_06_2.jpg.webp) repeat-y center top;
}
.sec_11 h2 {
  color: #333;
}
.sec_11 h2 span {

}
.sec_11 h2 em {
  font-style: normal;
  display: block;
  line-height: 1.5;
  width: -moz-fit-content;
  width: fit-content;
  font-weight: 600;
  font-size: clamp(14px, 4.7vw, 30px);
  padding: 0 1em;
  background: url(../img/sub_l.png.webp) no-repeat left top, url(../img/sub_r.png.webp) no-repeat right top;
  margin: 0 auto .5em;
}
.sec_11 h2 em span {
  /* font-size: clamp(14px, 3.7vw, 19px); */
  border-bottom: none;
  display: inline;
}
.sec_11 .box_6 {
  max-width: 900px;
  margin: 0 auto 0;
  padding: 5% 4%;
  background-color: #fff;
}
 
@media screen and (max-width: 767px) {
  .sec_11 {
    background-size: 100% auto;
}
  .sec_11 h2 em {
    background-size: 1em auto, 1em auto;
  }
}

form dl {
  display: flex;
  flex-flow: wrap;
}
form dl dt,
form dl dd {
  padding: 0.6em 0;
  font-size: clamp(14px, 3.7vw, 18px);
}
form dl dt {
  font-weight: 600;
  width: 27%;
  display: flex;
  align-items: center;
}
form dl dt span {
  background-color: #e60012;
  padding: 0.2em 0.4em;
  font-size: clamp(11px, 3.4vw, 12px);
  color: #fff;
  display: inline-block;
  margin-left: 0.5em;
}
form dl dd {
  width: 73%;
}
form dl dd input,
form dl dd textarea {
  background-color: #f3f3f3;
  padding: 0.5em;
  border: none;
  font-size: clamp(14px, 3.7vw, 18px);
  width: 27em;
}
form dl dd input[type=mail],
form dl dd textarea[type=mail] {
  width: 70%;
}
form dl dd input[type=radio],
form dl dd textarea[type=radio] {
  width: auto;
  margin: 0 0.5em 0 0;
}
form dl dd input[type=radio] + label,
form dl dd textarea[type=radio] + label {
  margin-right: 1em;
}
form dl dd textarea {
  width: 100%;
}
form input[type=image] {
  display: block;
  margin: 3em auto 0;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (max-width: 767px) {
  form dl dt.wide,
  form dl dd.wide {
    width: 100%;
    text-align: center;
  }
  form dl dt span {
    margin-top: 10px;
  }
  form dl dd input[type=text], form dl dd input[type=email] ,form dl dd input[type=tel] {
    width: 100%;
  }
  form input[type=image] {
    display: block;
    margin: 3em auto 0;
    width: -moz-fit-content;
    width: fit-content;
    max-width: 80%;
  }
}
.slider_2.slick-dotted.slick-slider {
  margin-bottom: 4em;
}
.slider_2 .slick-prev,
.slider_2 .slick-next {
  width: 40px;
  height: 40px;
  border-radius: 100%;
  background-color: #e77f32;
  inset: 0;
  margin: auto;
  z-index: 10;
}
.slider_2 .slick-prev:before,
.slider_2 .slick-next:before {
  font-size: 30px;
  font-family: futura-pt, sans-serif;
}
.slider_2 .slick-prev {
  left: calc(100vw - 500px);
}
.slider_2 .slick-prev:before {
  content: ">";
}
.slider_2 .slick-next {
  right: calc(100vw - 500px);
}
.slider_2 .slick-next:before {
  content: "<";
}
.slider_2 .slick-dots {
  bottom: -40px;
}
.slider_2 .slick-dots li button:before {
  font-size: 14px;
}
.slider_2 .slick-dots li.slick-active button:before {
  color: #ef904a;
}
@media screen and (max-width: 767px) {
  .slider_2 .slick-prev {
    left: 80vw;
  }
  .slider_2 .slick-next {
    right: 80vw;
  }
}

.slider_3 figure {
  margin: 0 1px;
}

.sec_11 {
  background-color: #e67f32;
  padding: 32px 0 36px;
}
.sec_11 .en{
  color: rgba(64, 83, 157, 0.278);
}
.sec_11 p {
  color: #fff;
  font-weight: 500;
  margin-bottom: 0.75em;
  font-size: clamp(14px, 4.7vw, 20px);
}
@media screen and (max-width: 767px) {
  .sec_11 {
    padding: 20px 0 25px;
  }
}

.sec_12 {
  background: #fff5ed url(../img/bg_06.png.webp) no-repeat center top;
  padding-top: 40px;
}
.sec_12 .inner {
  padding-top: 60px;
  /* background: url(../img/bg_txt_4.png.webp) no-repeat right top; */
}
.sec_12 h2 span {

  color: #e77f3233;
  
}
.sec_12 .box_6 {
  background-color: #fff;
  border-radius: 20px;
  padding: 2% 3%;
  max-width: 945px;
  margin: 3em auto 0;
  display: flex;
  flex-flow: nowrap;
  justify-content: space-between;
    box-shadow: 0px 2px 8.6px 1.4px rgba(7, 0, 2, 0.11);
}


.sec_12 .box_6 h3 {
  width: 80%;
  line-height: 1.5em;
  letter-spacing: 0.06em;
  font-size: clamp(28px, 7.3vw, 22px);

}
.sec_12 .box_6 h3 .txt_1 {
  color: #2f7e89;
}
.sec_12 .box_6 h3 .txt_2 {
  color: #e77f32;
}
.sec_12 .box_6 h3 .txt_num {
  background-color: #e77f32;
  color: #fff;
  font-family: futura-pt, sans-serif;
  font-weight: 400;
  letter-spacing: 0.06em;
  padding: 0 0.5em;
  border-radius: 40px;
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  margin-bottom: 0.5em;
  font-size: clamp(12px, 3.4vw, 16px);
}
.sec_12 .box_6 h3 .txt_sub {
  font-size: 80%;
}
.sec_12 .box_6 figure{
  width: 40%;
  margin-bottom: 1em;
  }
.sec_12 .box_6 .txt {
  margin-top: 1em;
  padding-top: 1em;
  border-top: #e77f32 solid 1px;
  width: 100%;
}
.sec_12 .box_6 .txt figure {
  margin: 0 0 1em 1em;
}
.sec_12 .box_6 .txt figure.f_r {
  width: 400px;
  max-width: 100%;
}
.sec_12 .box_6 + .box_6 {
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .sec_12 .inner {
    padding-top: 20px;
    background-size: 70% auto;
  }
  .sec_12 .box_6 {
    margin-top: 2em;
    flex-direction: column;
  }
  .sec_12 .box_6 figure{
    margin: 0 auto 1em;
    width: 70%;
  }
  .sec_12 .box_6 h3 + figure {
    width: 18%;
    margin-top: 10%;
  }
  .sec_12 .box_6 figure.f_r {
    margin: 0 auto 1em;
  }
}

.sec_14 {
  background: url(../img/bg_08.png.webp) no-repeat center top;
}
.sec_14 h2 span {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 0.5em;
  font-family: futura-pt, sans-serif;
  line-height: 1.75em;
  font-weight: 600;
  font-size: clamp(14px, 3.7vw, 24px);
  color: #e77f32;
  border-bottom: #e77f32 solid 2px;
}

table.tbl_1 {
  width: 100%;
  max-width: 890px;
  margin: 0 auto;
  border-collapse: collapse;
  margin-top: 3em;
}
table.tbl_1 th,
table.tbl_1 td {
  vertical-align: middle;
  padding: 0.75em 1em;
  line-height: 1.5em;
  font-size: clamp(11px, 3vw, 16px);
}
table.tbl_1 th {
  font-weight: 400;
  background-color: #f2f2f2;
  border: #fff solid 1px;
color: #fff;
  background: linear-gradient(90deg, #3a55ca 0%,  #35489c 100%);
}
table.tbl_1 tr:first-child th{
  background: linear-gradient(90deg, rgb(237, 161, 87) 0%,  rgb(230, 128, 3) 100%);
}
table.tbl_1 th.blank {
  border: none;
  background: none;
}
table.tbl_1 td {
  background-color: #fff;
  border: #333 solid 1px;
  text-align: left;
}
table.tbl_1 td:last-of-type {
  /* text-align: left; */
}
@media screen and (max-width: 767px) {
  table.tbl_1 th,
  table.tbl_1 td {
    padding: 0.5em 0.5em;
  }
  table.tbl_1 th{
    width: 7em;
  }
}

.sec_15 {
  background: #fff5ed url(../img/bg_09.png.webp) no-repeat center top;
  padding-top: 40px;
}
.sec_15 .inner {
  padding-top: 10px;
  background: url(../img/bg_txt_7.png.webp) no-repeat right top;
}
.sec_15 h2 span {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 0.5em;
  font-family: futura-pt, sans-serif;
  line-height: 1.75em;
  font-weight: 600;
  font-size: clamp(14px, 3.7vw, 24px);
  color: #e77f32;
  border-bottom: #e77f32 solid 2px;
}
.sec_15 .tbl_1 th.point {
  background-color: #e77f32;
  color: #fff;
}
.sec_15 .tbl_1 td {
  width: 25%;
}
.sec_15 .tbl_1 td:first-child {
  width: 15%;
}
.sec_15 .tbl_1 td:last-of-type {
  text-align: center;
}
.sec_15 .tbl_1 td.t_l {
  vertical-align: top;
  text-align: left;
}
.sec_15 .tbl_1 td.point {
  background-color: #fff5ed;
  font-weight: bold;
}


.sec_13 h2 span {
  /* display: block;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 0.5em;
  font-family: futura-pt, sans-serif;
  line-height: 1.75em;
  font-weight: 600;
  font-size: clamp(14px, 3.7vw, 24px); */
  color: #e77f32;
  /* border-bottom: #e77f32 solid 2px; */
}
.sec_13 h2 span {
  color: #e77f3233;
}
.sec_13 dl {
  max-width: 900px;
  margin: 3em auto 0;
  display: flex;
  flex-flow: wrap;
}
.sec_13 dl dt,
.sec_13 dl dd {
  font-size: clamp(14px, 3.7vw, 18px);
  padding: 1em 0;
  border-bottom: #333 solid 1px;
  line-height: 1.5;
}
.sec_13 dl dt {
  width: 20%;
}
.sec_13 dl dd {
  width: 80%;
}
@media screen and (max-width: 767px) {
  .sec_13 dl dt {
    width: 25%;
  }
  .sec_13 dl dd {
    width: 75%;
  }
}

.f_form {
  background-color: #eff2ff;
  position: fixed;
  top: 0;
  right: 0;
  width: 300px;
  height: 100vw;
  padding: 1.5%;
}
.f_form h2 {
  font-size: 20px;
  padding: 0 1.5em;
  background: url(../img/sub_l.png.webp) no-repeat left top, url(../img/sub_r.png.webp) no-repeat right top;
}
.f_form h2 .txt_1 {
  color: #e77f32;
}
.f_form h2 + p{
  text-align: center;
  font-size: 80%;
}
.f_form form {
  background-color: #fff;
  padding: 1em;
}
.f_form form dl {
  align-items: center;
}
.f_form form dl dt,
.f_form form dl dd {
  font-size: 11px;
}
.f_form form dl dt.wide,
.f_form form dl dd.wide {
  width: 100%;
  text-align: center;
}
.f_form form dl dd input,
.f_form form dl dd textarea {
  background-color: #f3f3f3;
  padding: 0.5em;
  border: none;
  font-size: clamp(11px, 4.7vw, 12px);
  width: 100%;
}
.f_form form dl dd input[type=mail],
.f_form form dl dd textarea[type=mail] {
  width: 100%;
}
.f_form form dl dd input[type=radio],
.f_form form dl dd textarea[type=radio] {
  width: auto;
  margin: 0 0.5em 0 0;
}
.f_form form dl dd input[type=radio] + label,
.f_form form dl dd textarea[type=radio] + label {
  margin-right: 1em;
}
.f_form form input[type=image] {
  display: block;
  margin: 3em auto 0;
  width: -moz-fit-content;
  width: fit-content;
  max-width: 160px;
}
form dl dt span.required{
font-size: 60%;
display: inline;
color:#c00;
background: none;
margin: 0;
}
@media screen and (max-width: 1201px) {
  .f_form {
    display: none;
  }
}

.fixed_sp {
  padding: 10px 0 10px;
  position: fixed;
  bottom: -200px;
  width: 100%;
  transition-duration: 0.5s;
  z-index: 10;

}

.fixed_sp.sec_11 p {
  font-size: clamp(14px, 3.7vw, 17px);
  color: #000;
}
.fixed_sp .inner{
display: flex;
}
.fixed_sp .inner p{
  width: 30%;
  padding-top: .5em;
  /* display: flex; */

}
.fixed_sp .inner figure{
  width: 65%;
  padding-top: .5em;

}
@media screen and (min-width: 1201px) {
  .fixed_sp {
    display: none;
  }
}
.fixed_sp.active {
  display: block;
  bottom: 0;
  transition-duration: 0.5s;
}


.sec_99 {
  background: #df8039 url(../img/bg_04.png.webp) no-repeat center top;
  padding-top: 20px;
}
.sec_99 h2 {
  color: #fff;
}
.sec_99 h2 span {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  line-height: 1.75em;
  margin-bottom: 1em;
  font-family: futura-pt, sans-serif;
  font-weight: 500;
  font-size: clamp(14px, 3.7vw, 24px);
  border-bottom: #fff solid 2px;
}
.sec_99 .inner {
  padding-top: 30px;
  background: url(../img/bg_txt_3.png.webp) no-repeat right top;
}
.sec_99 .box_3 {
  background-color: #fff;
  border-radius: 20px;
  padding: 2% 3%;
  max-width: 945px;
  margin: 3em auto 0;
}
.sec_99 .box_3::after {
  content: "";
  display: block;
  clear: both;
}
.sec_99 .box_3 h3 {
  display: flex;
  line-height: 1.5em;
  align-items: center;
  border-bottom: #e77f32 solid 1px;
  padding-bottom: 10px;
  margin-bottom: 1em;
  min-height: 3em;
  font-size: clamp(16px, 4.3vw, 22px);
}
.sec_99 .box_3 h3 em {
  font-family: futura-pt, sans-serif;
  font-size: clamp(40px, 8vw, 72px);
  font-style: normal;
  font-weight: 500;
  color: #e77f32;
  margin-right: 5px;
}
.sec_99 .box_3 h3 .txt_1 {
  color: #2f7e89;
}
.sec_99 .box_3 h3 .txt_2 {
  color: #e77f32;
}
.sec_99 .box_3 .list_1 {
  display: flex;
  flex-flow: wrap;
  gap: 1%;
}
.sec_99 .box_3 .list_1 .item {
  padding: 2% 2px 0.5%;
  width: 15%;
  margin: 0 auto 1.5%;
  border: #e77f32 solid 1px;
  display: flex;
  align-items: center;
  justify-content: space-around;
  flex-flow: column;
}
.sec_99 .box_3 .list_1 .item figure {
  margin: 0 auto;
}
.sec_99 .box_3 .list_1 .item p {
  margin-top: 10px;
  text-align: center;
  font-size: clamp(14px, 3.7vw, 15px);
}
.sec_99 .box_3 figure {
  margin-bottom: 0.5em;
}
.sec_99 .box_3 + .box_3 {
  margin-top: 2em;
}
@media screen and (max-width: 767px) {
  .sec_99 {

  }
  .sec_99 .inner{
    background-size: contain;
  }
  .sec_99 .box_3{

    border-radius: 10px;
  }
  .sec_99 .box_3 h3 br {
    display: none;
  }
  .sec_99 .box_3 .list_1 .item {
    width: 31%;
  }
  .sec_99 .box_3 .list_1 .item p {
    font-size: 12px;
  }
  .sec_99 .box_3 p {
    font-size: 14px;
  }
}
/*# sourceMappingURL=map/style.css.map */