@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;
  word-wrap: break-word;
}

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;
  margin-bottom: .8em;
}

* {
  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;
  }
}
h2{
  font-family: "Times New Roman" , "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;

}
p {
  font-size: clamp(14px, 3.7vw, 18px);
  margin-bottom: 1em;
  line-height: 1.65em;
  letter-spacing: 0.04em;
}
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;
}
.dl_thx .ripple span {
  width: 600px;
  max-width: 100%;

}
.smr_thx .ripple span {
  width: 600px;
  max-width: 100%;

}
@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;
  }
}
.ripple.ripple1 span{
  background-color: #369439;
}
.ripple.ripple2 span{
  background-color: #f48506;
}
.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 0;
}
ul.chk li {
  font-size: 18px;
  padding: 0.7em 0.5em 0.7em 1.75em;
  background: url(../img/icon_chk2.png.webp) no-repeat left 0.75em;
  line-height: 1.4em;
  font-weight: 600;
  border-bottom: 1px dotted #7e7d7d;
    margin-bottom: .5em;
}
ul.chk li + li {
  border-top: #efefef dotted 2px;
}
ul.chk li:last-child {
border-bottom: none;
}
@media screen and (max-width: 768px) {
  ul.chk li {
    font-size: 14px;
    background-size: 1.5em 1.5em;
    background-size: 1.2em 1.2em;
  }
}

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

.t_2 {
  color: #ff0;
}

.t_3 {
  color: #00c;
}

.t_4 {
  color: #c00;
}

.t_5 {
  color: #c00;
}

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

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

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

.t_4_b {
  padding: 0.1em;
  color: #c00;
  background-color: #ff0;
}

.t_5_b {
  padding: 0.1em;
  color: #c00;
  background-color: #ff0;
}

.t_lrg {
  font-size: 130%;
}

.t_xlrg {
  font-size: 170%;
}

.t_sml {
  font-size: 80%;
}

.t_stg {
  font-weight: bold;
}

.t_ul {
  text-decoration: underline;
}

.t_mk {
  background: linear-gradient(transparent 60%, #ffe400 60%);
}

.t_c {
  text-align: center;
}

.t_r {
  text-align: right;
}

.t_l {
  text-align: left;
}

.f_l {
  float: left;
  margin-right: 1em;
  width: auto;
}

.f_r {
  float: right;
  margin-left: 1em;
  width: auto;
}

@media screen and (max-width: 768px) {
  .f_l, .f_r {
    float: none;
    margin: 0 0 1em;
  }
}
.mb0 {
  margin-bottom: 0px !important;
}

.mb10 {
  margin-bottom: 10px !important;
}

.mb20 {
  margin-bottom: 20px !important;
}

.mb30 {
  margin-bottom: 30px !important;
}

.mb40 {
  margin-bottom: 40px !important;
}

.mb50 {
  margin-bottom: 50px !important;
}

.mb60 {
  margin-bottom: 60px !important;
}

.mb70 {
  margin-bottom: 70px !important;
}

.mb80 {
  margin-bottom: 80px !important;
}

.mb90 {
  margin-bottom: 90px !important;
}

.mb100 {
  margin-bottom: 100px !important;
}

.mb110 {
  margin-bottom: 110px !important;
}

.mb120 {
  margin-bottom: 120px !important;
}

.mb130 {
  margin-bottom: 130px !important;
}

.mb140 {
  margin-bottom: 140px !important;
}

.mb150 {
  margin-bottom: 150px !important;
}

.mb160 {
  margin-bottom: 160px !important;
}

.mb170 {
  margin-bottom: 170px !important;
}

.mb180 {
  margin-bottom: 180px !important;
}

.mb190 {
  margin-bottom: 190px !important;
}

.mb200 {
  margin-bottom: 200px !important;
}

.mb210 {
  margin-bottom: 210px !important;
}

.mb220 {
  margin-bottom: 220px !important;
}

.mb230 {
  margin-bottom: 230px !important;
}

.mb240 {
  margin-bottom: 240px !important;
}

.mb250 {
  margin-bottom: 250px !important;
}

.mb260 {
  margin-bottom: 260px !important;
}

.mb270 {
  margin-bottom: 270px !important;
}

.mb280 {
  margin-bottom: 280px !important;
}

.mb290 {
  margin-bottom: 290px !important;
}

.mb300 {
  margin-bottom: 300px !important;
}

.pb0 {
  padding-bottom: 0px !important;
}

.pb10 {
  padding-bottom: 10px !important;
}

.pb20 {
  padding-bottom: 20px !important;
}

.pb30 {
  padding-bottom: 30px !important;
}

.pb40 {
  padding-bottom: 40px !important;
}

.pb50 {
  padding-bottom: 50px !important;
}

.pb60 {
  padding-bottom: 60px !important;
}

.pb70 {
  padding-bottom: 70px !important;
}

.pb80 {
  padding-bottom: 80px !important;
}

.pb90 {
  padding-bottom: 90px !important;
}

.pb100 {
  padding-bottom: 100px !important;
}

.pb110 {
  padding-bottom: 110px !important;
}

.pb120 {
  padding-bottom: 120px !important;
}

.pb130 {
  padding-bottom: 130px !important;
}

.pb140 {
  padding-bottom: 140px !important;
}

.pb150 {
  padding-bottom: 150px !important;
}

.pb160 {
  padding-bottom: 160px !important;
}

.pb170 {
  padding-bottom: 170px !important;
}

.pb180 {
  padding-bottom: 180px !important;
}

.pb190 {
  padding-bottom: 190px !important;
}

.pb200 {
  padding-bottom: 200px !important;
}

.pb210 {
  padding-bottom: 210px !important;
}

.pb220 {
  padding-bottom: 220px !important;
}

.pb230 {
  padding-bottom: 230px !important;
}

.pb240 {
  padding-bottom: 240px !important;
}

.pb250 {
  padding-bottom: 250px !important;
}

.pb260 {
  padding-bottom: 260px !important;
}

.pb270 {
  padding-bottom: 270px !important;
}

.pb280 {
  padding-bottom: 280px !important;
}

.pb290 {
  padding-bottom: 290px !important;
}

.pb300 {
  padding-bottom: 300px !important;
}

.w1 {
  width: 10%;
}

.w15 {
  width: 15%;
}

.w2 {
  width: 20%;
}

.w25 {
  width: 25%;
}

.w3 {
  width: 30%;
}

.w35 {
  width: 35%;
}

.w4 {
  width: 40%;
}

.w45 {
  width: 45%;
}

.w5 {
  width: 50%;
}

.w55 {
  width: 55%;
}

.w6 {
  width: 60%;
}

.w65 {
  width: 65%;
}

.w7 {
  width: 70%;
}

.w75 {
  width: 75%;
}

.w8 {
  width: 80%;
}

.w85 {
  width: 85%;
}

.w9 {
  width: 90%;
}

.w95 {
  width: 95%;
}

.w33 {
  width: 33%;
}

.f_box {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.f_box.gtr .w1 {
  width: 9%;
}
.f_box.gtr .w2 {
  width: 19%;
}
.f_box.gtr .w3 {
  width: 29%;
}
.f_box.gtr .w4 {
  width: 39%;
}
.f_box.gtr .w5 {
  width: 49%;
}
.f_box.gtr .w6 {
  width: 59%;
}
.f_box.gtr .w7 {
  width: 69%;
}
.f_box.gtr .w8 {
  width: 79%;
}
.f_box.gtr .w9 {
  width: 89%;
}
.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: #032759;
  padding: 1em;
  line-height: 1.65em;
  color: #fff;
  padding: 4% 0;
  font-size: 80%;
  padding: 40px 0;
}
footer figure {
  width: -moz-fit-content;
  width: fit-content;
  margin: 0;
}
footer figure.logo img{
  max-width: 180px;

}
footer .f_link {
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}
footer .f_link a {
  color: #fff;
}
footer .copyright {
  width: -moz-fit-content;
  width: fit-content;
  color: #fff;
}
footer .inner {
  width: min(1024px, 100vw - 12px);
  margin: 0 auto;
  max-width: 100%;
  display: flex;
  justify-content: space-between;
}
footer .inner::after {
  content: "";
  display: block;
  clear: both;
}
@media screen and (max-width: 768px) {
  footer {
    font-size: 3.4vw;
    padding: 7vw 0 30vw;
  }
  footer{
    padding-bottom: 7vw;
  }
  footer figure{
    width: 50vw;
  }
  footer .inner {
    width: min(1024px, 94vw);
    flex-flow: column;
    justify-content: space-between;
  }
  footer .inner figure {
    text-align: center;
    margin: 0 auto 1em;
  }
  footer .inner .copyright {
    margin-top: 1em;
    width: 100%;
    text-align: center;
  }
}

.sec_1 {
  padding-top: 0;
  padding-bottom: 18px;
  background: url(../img/bg_01.jpg.webp) no-repeat center top;
  /* background-size: 143%; */
}
.sec_1 .s_hdr {
  background-color: #032759;
  height: 55px;
  margin-bottom: 17px;
}
.sec_1 .s_hdr .inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.sec_1 .s_hdr .inner figure {
  width: -moz-fit-content;
  width: fit-content;
  margin: 0;
}
.sec_1 .s_hdr .inner figure:first-of-type {
width: 130px;
}
.sec_1 .s_hdr .inner figure img{
  max-width: 100%;
}
.sec_1 .s_hdr .inner figure:last-of-type {
  margin-left: auto;
}
.sec_1 .mv {
  text-align: left;
}
.sec_1 .mv img {
  margin-left: 0;
  width: 480px;
}
.gg02 .sec_1{
  /* background-size: 110%; */
}

.gg02 .sec_1 .mv {
  margin-bottom: 10px;
}
@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: 0;
  }
  .gg02 .sec_1{
    background-size: cover;
  }
  .sec_1 .mv {
width: 95%;
  }
  .sec_1 .s_hdr {
    height: 38px;
  }
  .sec_1 > .inner{
margin: 0;
width: 100%;
  }
  .sec_1 .s_hdr .inner {
    width: min(1024px, 96vw);
    margin-right: 0;
    justify-content: space-between;
  }
  .sec_1 .s_hdr .inner figure {
    width: 35%;
    max-height: 38px;
    margin: 0;
  }
  .sec_1 .s_hdr .inner figure:first-child {
    width: 22vw;
  }
  .sec_1 .s_hdr .inner figure:last-of-type {
    margin-left: auto;
    width: 48%;
    text-align: right;
  }
  .sec_1 .s_hdr .inner figure img {
    width: auto;
    max-height: 38px;
  }
}

.sec_ncta{

padding: 30px 0;
    /* background-image: -moz-linear-gradient( 0deg, rgb(22 74 143) 0%, rgb(1 40 98) 100%);
    background-image: -webkit-linear-gradient( 0deg, rgb(22 74 143) 0%, rgb(1 40 98) 100%);
    background-image: -ms-linear-gradient( 0deg, rgb(22 74 143) 0%, rgb(1 40 98) 100%); */
    background: #fef2f4;
  
}
.sec_ncta h2{
/* color: #fff; */
text-align: center;
margin-bottom: 30px;
}
.sec_ncta h2 .t_1{
/* color:#fff100; */
}
.sec_ncta .box_n1{
background: #fff;
padding: 3%;
}

.sec_ncta ul li{
/* background: url(../img/icon_chk_2.png) no-repeat 2px 0.6em; */
color: #000;
font-size: 1em;
background-size: 1.2em;
}

/* 申し込み箇所テーブル */
.col { display:table; width:100%; 
line-height: 2;}


.col1 {
  display:table-cell;
  background:#e7fcff;
  width:30%;
  padding: 13px 2.5%;
  border-bottom:1px solid #41bbcd;
  font-size:18px;
  font-weight:bold;

  }

.col2 {
  display:table-cell;
  width:61%;
  padding: 13px 2.5%;
  font-size:18px;
  border-bottom:1px solid #41bbcd;
  }

.col2 input[type="text"],.col2 input[type="email"],.col2 input[type="tel"] {
  width:90%;
  /* height:1.5em; */
  padding:0.5em;
  font-size:1em;
  border:2px solid #ccc;
  border-radius:5px;
  background:#f9f9f9;
  border: 1px solid #ccc;
  border-radius: 3px;
  }
  select {
    font-size: 1em;
    padding: 0.2em 0.1em;
  }
  input[type="radio"], input[type="checkbox"] {
    margin-right: 10px;
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
  }
  input#confirm {
    width: 100%;
    max-width: 800px;
    height: auto;
  }

  @media screen and (max-width: 768px) {
  .col1 {
    /* display:block; */
    /* width:100%; */
    padding:5px 3%;
    width: 20%;
    font-size: 3.5vw;
    }

  .col2 {
    /* display:block; */
    /* width:100%; */
    padding: 10px 3% 8px 3%;
    font-size: 3.5vw;
    }

  .col2 input[type="text"],.col2 input[type="email"],.col2 input[type="tel"] {
    width:100%;
    height:1.8em;
    }
  .col2 input.name { width:45%; }
  }
  .sec_ncta ul li{

  }
  .sec_ncta .txt_box{
    margin-top: .5em;
  }
.sec_2 {
  background-color: #032759;
  padding: 30px 0;
  position: relative;
}
.sec_2 .arw{
position: absolute;
bottom: -200px;
}
.sec_2 .f_box {
  /* max-width: 840px; */
  margin: 0 auto 1em;
}
.sec_2 .f_box figure {
  margin-bottom: 0;
}
.sec_2 .txt_1 {
  font-size: clamp(11px, 3.4vw, 18px);
  text-align: center;
  font-weight: 800;
  color: #fff;
}
.sec_2 .txt_2 {
  font-size: clamp(11px, 3.4vw, 16px);
  text-align: center;
  color: #fff;
}
.sec_2 .f_box.gtr .w5{
  width: 450px;
  max-width: 100%;
}
@media screen and (max-width: 767px) {
  .sec_2 {
    padding: 3% 0;
  }
  .sec_2 .txt_1 {
    margin-bottom: 0.75em;
  }
  .sec_2 .f_box {
    margin-bottom: 0.5em;
  }
  .sec_2 .f_box figure {
    padding: 0 3%;
    margin-bottom: 0;
  }
  .sec_2 .f_box figure + figure {
    margin-top: 0.5em;
  }
}

.sec_3 {
  background: #fef2f4 url(../img/bg_02.jpg.webp) no-repeat center top;
  padding-top: 10px;
  padding-bottom: 10px;
}
.sec_3 .f_box{
  flex-wrap: wrap;
}
.sec_3 .f_box .box_1{
  width: 48%;
  margin-bottom: 1em;
  padding: 1%;
}
.sec_3 .f_box .box_1 h3,.sec_3 .f_box .box_1 p{
padding-left: 0;
}
.sec_3 .f_box .box_1 h3{
  padding-right: 28%;
  font-size: clamp(18px, 4.7vw, 21px);
  padding-bottom: .5em;
  border-bottom: 1px dotted #000;
}
.sec_3 .f_box .box_1 p{
  padding-right: 0;
}

.sec_3 .f_box .box_1 + .box_1{
  margin-top: 0;
}
.sec_3 .f_box .box_1 figure.img_1{
  top: 0;
  width: 25%;
}
.sec_3 .f_box .box_1 figure.icon{
  transform: rotate(30deg);
  right: -10px;
  top: -24px;
  left: auto;
}
.sec_3 .f_box.pic div{
  width: 48%;
  margin-bottom: 1em;
}
.sec_3 .f_box.pic h3 {
width: 100%;
background-color: #e9003f;
color: #fff;
text-align: center;
padding: .5em;
}
.sec_3 .f_box.pic h3 span{
  color:#fff65c;
}
.sec_3 h2 {
  position: relative;
  color: #032759;
  background: url(../img/h2_bg_1.png.webp) no-repeat center top;
  padding-top: 100px;
  font-size: clamp(18px, 5.4vw, 30px);
  font-weight: 800;
  text-align: center;
  line-height: 1.4em;
  letter-spacing: 0.04em;
  margin-bottom: 2em;
}
.sec_3 h2 span{
/* color: #e9003f; */
}
.sec_3 h2::after {
  position: relative;
  display: block;
  content: "";
  width: 50px;
  height: 6px;
  background-color: #032759;
  margin: 1em auto 0;
}
@media screen and (max-width: 767px) {
  .sec_3 {
    background-size: 160% auto;
  }
  .sec_3 h2 {
    background-size: 90% auto;
  }
  .sec_3 .f_box .box_1{
    width: 100%;
    margin-top: 25vw;
    padding-top: 7vw;
    min-height: auto;
    padding-left:3%;
    padding-right:3%;
  }
  .sec_3 .f_box .box_1 + .box_1{
    margin-top: 32vw;
    padding-top: 7vw;
    min-height: auto;
  }

  .sec_3 .f_box .box_1 figure.icon{
    top: -35px;
        left: 63%;
  }

  .sec_3 .f_box .box_1 h3{
    padding-right: 0;
  }
  .sec_3 .f_box .box_1 figure.img_1 {
    margin: 0 auto auto;
    top: -110px;
    width: -moz-fit-content;
    width: fit-content;
    width: 34%;
    right: 0;
    left: 0;
  }

 
  .sec_3 .f_box.pic figure{
    width: 100%;
  }
  .sec_3 .f_box.pic div{
    width: 100%;
  }
  .sec_3.comp .f_box .box_1{
    margin-top: 2vw;
  }
  .sec_3.comp .f_box .box_1 + .box_1{
    margin-top: 2vw;
  }
  .sec_3.comp .f_box .box_1 figure.icon {
    top: 5vw;
    left: 84vw;
  }
  .sec_3.comp .f_box .box_1 figure.img_1 {
    margin-right: 3vw;
    top: 7vw;
    position: absolute;
    width: -moz-fit-content;
    width: fit-content;
    width: 25vw;
    /* right: 0; */
    /* left: auto; */
    /* position: relative;*/
  }
  .sec_3.comp .f_box .box_1 h3{
    padding-right: 27vw;
  }
  .sec_3.comp .f_box .box_1 p{
    padding-right: 27vw;
    text-align: left;
  }
}

.box_1 {
  position: relative;
  display: flex;
  flex-flow: column;
  padding: 3%;
  background-color: #fff;
  box-shadow: 0 0 8px #ccc;
  max-width: 950px;
  min-height: 150px;
  margin: auto;
}
.box_1 figure {
  position: absolute;
  width: -moz-fit-content;
  width: fit-content;
}
.box_1 figure.img_1 {
  top: -11%;
  right: 3%;
}
.box_1 figure.icon {
  left: 3%;
}
.box_1 h3 {
  font-size: clamp(18px, 4.7vw, 23px);
  line-height: 1.45em;
  color: #032759;
  /* font-weight: 800; */
  padding: 0 20% 0 10%;
  min-height: 2.5em;
}
.box_1 h3 span.t_1 {
  color: #e9003f;
}
.box_1 p {
  /* font-weight: 800; */
  padding-left: 12%;
  margin-bottom: 0.5em;
  word-break: break-all;
  padding: 0 20% 0 10%;
}
.box_1 + .box_1 {
  margin-top: 4%;
}
.box_1 .txt {
  border-top: #032759 solid 1px;
  padding-top: 0.75em;
}
.box_1 .txt p {
  padding: 0;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .box_1 {
    margin-top: 120px;
    padding-top: 50px;

  }
  .box_1 figure.img_1 {
    margin: 0 auto auto;
    top: -110px;
    width: -moz-fit-content;
    width: fit-content;
    width: 38%;
    right: 0;
    left: 0;
  }
  .box_1 figure.icon {
    margin: 0 auto auto 0;
    top: -35px;
    left: 63%;
    transform: rotate(30deg);
  }
  .box_1 h3 {
    padding: 0;
  }
  .box_1 h3 br{
    display: none;
  }
  .box_1 p {
    padding-left: 0;
    text-align: right;
    padding-right: 0;
  }
  .box_1 + .box_1 {
    margin-top: 140px;
  }
}

.sec_4 {
  background: url(../img/bg_03.jpg.webp) no-repeat center top;
  background-size: cover;
}
.sec_4 h2 {
  color: #032759;
  font-size: clamp(17px, 4.7vw, 34px);
  font-weight: 800;
  text-align: center;
  line-height: 1.4em;
  letter-spacing: 0.04em;
  margin-bottom: 2em;
}
.sec_4 h2 span {
  color: #e9003f;
}
@media screen and (max-width: 767px) {
  .sec_4 {
    background-size: cover;
  }
}

.box_2 {
  background-color: #fff;
  box-shadow: 0 0 8px #ccc;
  padding: 3%;
  max-width: 940px;
  margin: 0 auto;
}

.sec_5 {
  background-color: #fafafa;
  padding-top: 0;
}
.sec_5 h2 {
  color: #032759;
  font-size: clamp(17px, 5.7vw, 34px);
  font-weight: 800;
  text-align: center;
  line-height: 1.4em;
  letter-spacing: 0.04em;
  margin-bottom: 2em;
  background:  url(../img/bg_07.jpg.webp) no-repeat center top;
  padding:50px 0;
  background-size: cover;
  margin-bottom: 0;
}


.sec_5 h2 span {
  color: #e9003f;
}
.sec_5 .inner {
  position: relative;
}
.sec_5 .inner::before {
  /* position: absolute;
  display: block;
  content: "";
  width: 307px;
  height: 200px;
  background: url(../img/bg_07.png.webp) no-repeat center top;
  inset: -50px 0 0 40px;
  margin: 0 auto auto 0; */
}
@media screen and (max-width: 767px) {
  .sec_5 h2 {
    padding: 7vw 3vw;
    background:  url(../img/bg_07_sp.jpg.webp) no-repeat center top;
    background-size: cover;
    text-align: right;
  }
  .sec_5 .inner::before {
    width: 30%;
    height: 25%;
    background-size: 100% auto;
    inset: 20px 0 0 0;
    margin: 0 auto auto 0;
  }
}

.infoGraphics {
  background-color: #faf8e8;
  padding: 2.5%;
  margin-bottom: 1.5em;
}
.infoGraphics h4 {
  font-size: clamp(16px, 4.3vw, 20px);
  background-color: #fff;
  display: block;
  padding: 0.5em;
  color: #032759;
  text-align: center;
  border-radius: 4px;
  box-shadow: 3px 3px 4px #ccc;
  margin-bottom: 1em;
}
.infoGraphics .w5 {
  background-color: #fff;
  padding: 1.5% 1.5% 2.5%;
  border: #999 solid 2px;
}
.infoGraphics .w5 .ttl {
  display: block;
  padding: 1.5%;
  background-color: #deebf9;
  text-align: center;
  font-weight: 800;
  margin-bottom: 0.5em;
  line-height: 1.5;
}
.infoGraphics .w5 .examContent {
  text-align: center;
  font-weight: 800;
  line-height: 1.1em;
  min-height: 2.5em;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 0.5em;
}
.infoGraphics .w5 ul li {
  list-style: disc;
  margin-left: 1.2em;
  line-height: 1.5;
}
.infoGraphics .w5 ul li + li {
  margin-top: 0.5em;
}
@media screen and (max-width: 767px) {
  .infoGraphics .w5 .ttl {
    font-size: 80%;
    line-height: 1.4em;
  }
  .infoGraphics .w5 .examContent {
    margin-bottom: 1em;
  }
  .infoGraphics .w5 ul li {
    margin-left: 1.8em;
    font-size: 80%;
    margin-bottom: 0.75em;
  }
}

.sec_6 {
  padding: 0 0 5%;
  background: url(../img/bg_04.jpg.webp) repeat-y center top;
}
.sec_6 h2 {
  font-size: clamp(20px, 5.3vw, 34px);
  font-weight: 800;
  text-align: center;
  line-height: 1.4em;
  letter-spacing: 0.04em;
  color: #032759;
  background:  url(../img/bg_08.jpg.webp) no-repeat center top;
  padding:50px 0;
  background-size: cover;
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .sec_6 h2 {
    background:  url(../img/bg_08_sp.jpg.webp) no-repeat center top;
    text-align: left;
    background-size: cover;
    /* background-position-x: -135vw; */
    margin-bottom: 2em;
    padding-left: 3vw;
    padding: 10vw 0 10vw 3vw;
  }
}

.box_3 {
  box-shadow: 0 0 8px #ccc;
  background-color: #fff;
  padding: 3% 0;
  /* max-width: 960px; */
  margin: 0 auto;
  position: relative;
  z-index: 2;
}
.box_3::before {
  /* position: absolute;
  display: block;
  content: "";
  width: 33%;
  height: 265px;
  background: url(../img/img_011.png.webp) no-repeat;
  inset: -9.4% 0 0 68%;
  margin: 0 auto auto 0;
  z-index: 1; */
}
.box_3 h3 {
  background-color: #032759;
  color: #fff;
  text-align: center;
  font-size: clamp(16px, 4.3vw, 28px);
  padding: 1em 0;
  margin-bottom: 1em;
}
.box_3 h4 {
  font-size: clamp(15px, 4vw, 24px);
  padding: 0.5em 0.5em 0.5em 3em;
  line-height: 1.4em;
  background: url(../img/icon_exc.png.webp) no-repeat 0;
  border-bottom: #333 solid 1px;
  margin: 0 1.5em 1em;
  /* display: flex;
  align-items: center;
  justify-content: flex-start; */
  /* min-height: 4em; */
}
.box_3 p {
  padding: 0 2em;
}
@media screen and (max-width: 767px) {
  .box_3::before {
    width: 23vw;
    height: 20vw;
    background-size: cover;
    inset: -2.6% 0 0 70%;
  }
  .box_3 h4 {
    background-size: 2.25em 2.25em;
  }
  .box_3 figure {
    width: 90%;
  }
  .box_3 p {
    padding: 0 1em;
  }
}

.sec_7 {
  background: #fef2f4 url(../img/bg_02.jpg.webp) no-repeat center top;
  padding-top: 10px;
}
.sec_7 h2 {
  position: relative;
  color: #032759;
  padding-top: 30px;
  font-size: clamp(18px, 4.7vw, 30px);
  font-weight: 800;
  text-align: center;
  line-height: 1.65em;
  letter-spacing: 0.04em;
  margin-bottom: 2em;
}
.sec_7 h2::before {
  position: relative;
  display: block;
  content: "REASON";
  width: 100%;
  height: 1em;
  font-size: 80%;
  color: #e9003f;
  margin-bottom: 2em;
  font-weight: 600;
}
.sec_7 h2 span {
  /* font-size: 150%; */
}
.sec_7 h2 span.t_1 {
  color: #e9003f;
}
@media screen and (max-width: 767px) {
  .sec_7 {
    background-size: 160% auto;
  }
  .sec_7 h2 span {
    /* font-size: 130%; */
  }
}

.box_4 {
  background: #fff;
  width: 100%;
  max-width: 940px;
  margin: 0 auto;
  box-shadow: 0 0 8px #ccc;
  padding: 1% 3% 3%;
}
.box_4 + .box_4 {
  margin-top: 5%;
}
.box_4 h3 {
  display: flex;
  align-items: flex-start;
  font-size: clamp(17px, 4.5vw, 26px);
  line-height: 1.45em;
  font-weight: 600;
  border-bottom: #999 solid 1px;
  margin-bottom: 1.5em;
  padding-bottom: 1em;
  align-items: center;
}
.box_4 h3 .tag {
  margin-top: -40px;
  margin-right: 1em;
}
.box_4 h3 .tag.pc1 {
  margin-top: -23px;
}
.box_4 .in_box {
  background: url(../img/bg_05.jpg.webp);
  max-width: 860px;
  min-height: 185px;
  margin: 5% auto 0;
  padding: 0 2%;
  box-shadow: 0 0 8px #ccc;
  position: relative;
}
.box_4 .in_box .w2 {
  position: relative;
}
.box_4 .in_box .w2 .tag {
  margin: -25px 0 10px -18px;
}
.box_4 .in_box .w2:after {
  position: absolute;
  content: "";
  display: block;
  width: 66px;
  height: 66px;
  background: url(../img/icon_gkk.png.webp) no-repeat;
  inset: 100px -45px 0 0;
  margin: 0 0 auto auto;
}
.box_4 .in_box .w8 {
  padding-left: 1.5em;
}
.box_4 .in_box .w8 h3 {
  padding-top: 0.5em;
  padding-bottom: 0.3em;
  display: block;
  font-weight: 600;
  margin-bottom: 0.3em;
  font-size: clamp(17px, 4.5vw, 22px);
}
.box_4 .in_box .w8 h3 span {
  color: #e9003f;
}
.box_4 .in_box .w8 p {
  word-break: break-all;
  margin-bottom: 0.5em;
  line-height: 1.3em;
}
@media screen and (max-width: 767px) {
  .box_4 h3 .tag {
    width: 16%;
    margin-top: -13px;
  }
  .box_4 h3 .tag.law3 {
    margin-top: -11vw;
  }
  .box_4 .in_box {
    margin-top: 9%;
    flex-flow: column;
  }
  .box_4 .in_box .w2 {
    width: 100%;
  }
  .box_4 .in_box .w2 .tag {
    width: 48%;
    margin: -20px 0 10px -6px;
  }
  .box_4 .in_box .w2 figure:nth-of-type(2) img{
    width: 38%;
  }
  .box_4 .in_box .w2:after {
    width: 18vw;
    height: 18vw;
    background: url(../img/icon_gkk.png.webp) no-repeat;
    background-size: cover;
    inset: 30px 0 0 68%;
    margin: 0 auto auto 0;
  }
  .box_4 .in_box .w8 {
    width: 100%;
    padding-left: 0;
  }
}
.box_5 {
  background: rgb(242, 242, 242);
  padding: 2%;
  font-size: clamp(13px, 3.7vw, 13px);
}
.box_5 tr{
  border-bottom: 1px solid rgb(193, 193, 193);
}
.box_5 tr td,.box_5 tr th{
padding: .5em;
text-align: left;
border-bottom: 1px solid #333;
line-height: 1.3;
}
.box_5 tr th{
  width: 9em;
}
.box_5 dl dt{
width: 8em;
}
.sec_8 {
  padding: 0;
  background: url(../img/bg_06.jpg.webp) no-repeat center top;
}
.sec_8 h2 {
  color: #032759;
  font-size: clamp(18px, 4.7vw, 34px);
  font-weight: 800;
  text-align: center;
  line-height: 1.4em;
  letter-spacing: 0.04em;
  margin-bottom: 2em;
  background:  url(../img/bg_09.jpg.webp) no-repeat center top;
  padding: 65px 0;
  background-size: cover;
  margin-bottom: 20px;
}
.sec_8 .box_3 {
  padding-top: 0;
  margin-bottom: 1em;
  overflow: auto;
}
.sec_8 .box_3 p{
  padding: 0;
}
.sec_8 .box_3 .box_3_inn{
 padding: 0 3%;
}
.sec_8 .box_3 .f_r{
  margin-right: 1em;
}
.sec_8 .box_3::before {
  display: none;
}
.sec_8 .box_3 h4 {
  background-image: url(../img/icon_chk.png.webp);
  background-size:1em auto ;
  padding-left: 1.5em;
  margin-left: 0;
  margin-right: 0;
  /* padding: 0; */
  /* min-height: 3em; */
}
.sec_8 .box_3 ul.chk {
  margin-bottom: 0;
}
.sec_8 .box_3 ul.chk li{
  border: none;
  margin-bottom: 0;
}
.sec_8 .box_3 .box_3_inn{
  overflow: hidden;
  margin-bottom: 1em;
}
@media screen and (max-width: 767px) {
  .dl_smrthx .sec_8 h2{
    background-position-x: right;
  }

  .smr_thx .sec_8 h2 {
    background-position-x: -34vw;
  }
  .sec_8 {
    background-size: 180% auto;
    background-repeat: repeat-y;
  }
  .sec_8 h2 {
    margin-bottom: 1em;
    background:  url(../img/bg_09_sp.jpg.webp) no-repeat center top;
    background-size: cover;
    padding: 10vw 0 10vw 3vw;
    text-align: left;
  }
  .sec_8 .box_3 h4 {
    background-size: 1.5em auto;
    padding-left: 2em;
  }
  .sec_8 .box_3 .f_r{
    margin-left: auto;
margin-right: auto;
  }
}

.sec_9 {
  background-color: #f2f8ff;
}
.sec_9 h2 {
  color: #032759;
  font-size: clamp(18px, 4.7vw, 30px);
  font-weight: 800;
  text-align: center;
  line-height: 1.4em;
  letter-spacing: 0.04em;
  margin-bottom: 2em;
}
.sec_9 h2 span {
  color: #e9003f;
}
.sec_9 .box_form {
  background-color: #fff;
  box-shadow: 0 0 8px #ccc;
  padding: 5%;
}
.sec_9 .box_form input {
  font-size: clamp(16px, 4.3vw, 18px);
}
.sec_9 .box_form input[type=image] {
  display: block;
  margin: 0 auto;
}
.sec_9 .box_form dl {
  display: flex;
  justify-content: space-between;
  flex-flow: wrap;
  align-items: center;
  font-size: clamp(16px, 4.3vw, 18px);
}
.sec_9 .box_form dl dt, .sec_9 .box_form dl dd {
  font-weight: 600;
  margin-bottom: 1.5em;
}
.sec_9 .box_form dl dt {
  width: 30%;
}
.sec_9 .box_form dl dt span {
  display: inline-block;
  background-color: #e9003f;
  color: #fff;
  font-size: 80%;
  margin-left: 1em;
  padding: 0.25em 0.5em;
}
.sec_9 .box_form dl dd {
  width: 70%;
  vertical-align: middle;
}
.sec_9 .box_form dl dd input {
  border: none;
  background-color: #f3f3f3;
  padding: 0.75em;
  min-width: 60%;
  border-radius: 3px;
}
.sec_9 .box_form dl dd input[type=radio] {
  display: inline-block;
  min-width: 0;

}
.sec_9 .box_form dl dd input[type=radio]:nth-child(2) {
  margin-left:20px ;
}
.sec_9 .box_form dl dd textarea{
  width: 100%;
  background-color: #f3f3f3;
  /* padding: 0.75em; */
 /* width: 500px; */
 max-width: 100%;
  border-radius: 3px;
  font-size: clamp(16px, 4.3vw, 18px);
}
.contact .sec_9 {
  padding-top: 0;
}
.contact .sec_9 h2 {
  color: #032759;
  font-size: clamp(18px, 4.7vw, 34px);
  font-weight: 800;
  text-align: center;
  line-height: 1.4em;
  letter-spacing: 0.04em;
  margin-bottom: 2em;
  background:  url(../img/bg_09.jpg.webp) no-repeat center top;
  padding: 65px 0;
  background-size: cover;
  margin-bottom: 20px;
}

.sec_9 .box_form dl dd input[type="radio"] {
  position: relative;
  width: 1em;
  height: 1em;
  border: 1px solid #000;
  border-radius: 50%;
  vertical-align: -2px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
          background-color: #fff;
          padding: 0;
          margin-top: 0;
          margin-bottom: 0;
}

.sec_9 .box_form dl dd input[type="radio"]:checked:before {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: .6em;
  height: .6em;
  /* padding: .1%; */
  border-radius: 50%;
  background: #000;
  content: '';

}
.sec_9 .box_form .bookrun iframe{
  width: 100%;
}
@media screen and (max-width: 767px) {
  .sec_9 .box_form dl {
    flex-flow: column;
  }
  .sec_9 .box_form dl dt, .sec_9 .box_form dl dd {
    width: 100%;
  }
  .sec_9 .box_form dl dt {
    margin: 1em 0 0.5em;
  }
  .sec_9 .box_form dl dd input {
    width: 100%;
  }
  .sec_9 .box_form input[type=image] {
    display: block;
    margin: 0 auto;
    width: 80%;
  }
  .sec_9 .box_form dl dd input[type=radio] {
    min-width: 0;
    /* width: auto; */
  }
  .contact .sec_9 h2 {
    margin-bottom: 1em;
    background:  url(../img/bg_09_sp.jpg.webp) no-repeat center top;
    background-size: cover;
    padding: 10vw 0 10vw 3vw;
    text-align: left;
  }
}
.sec_10 {
padding: 30px 0 0;
position: relative;
background:  url(../img/bg_10.png) no-repeat center top;
background-size: 100% 93px;
}
.sec_10 > figure:first-child{
width: 500px;
max-width: 100%;
margin-bottom: 10px;
}

.sec_10 .f_box.gtr .w5{
  width: 500px;
  max-width: 100%;
}
.sec_10 .inner{
  width: min(924px, 100vw - 12px);
}

@media screen and (max-width: 767px) {
  .sec_10 .f_box{
    flex-flow: row;
    flex-wrap: wrap;
  }

.sec_10 .f_box figure{
  width: 45%; 
}
}
.sec_11{
  padding: 5px 0;
}
.float_box {
  background-color: rgba(3, 39, 89, 0.8);
  padding: .5em 0.5em 0.5em;
  position: fixed;
  right: 0;
  bottom: 0;
  max-width: 320px;
  border-radius: 20px 0 0 0;
  z-index: 20;
  opacity: 0;
  transition: opacity 0.5s;
}
.is_in .float_box{
  display: none;
  transition: opacity 1s;
}
.float_box .f_box {
  flex-flow: column;
}
.float_box .f_box figure.w5 {
  width: 100%;
  margin-bottom: 10px;
}
.float_box p {
  font-size: clamp(11px, 3.2vw, 14px);
  color: #fff;
  text-align: center;
  font-weight: 600;
  margin-bottom: .5em;
}
.float_box p.t_sml {
  font-size: clamp(11px, 3.2vw, 12px);
}

.float_box .t_1{
color: #fff65c;
}
@media screen and (max-width: 767px) {
  .float_box {
    max-width: 100vw;
    border-radius: 0;
  }
  .float_box .f_box {
    flex-flow: row;
  }
  .float_box .f_box figure.w5 {
    width: 49%;
    margin-bottom: 10px;
  }
  .float_box p br {
    /* display: none; */
  }
}
.slider_1 figure {
  margin-bottom: 0;
  margin-left: 10px;
  height: auto;
}
.slider_1 figure img{
  height: auto;
}
.slider_1{
  display: none;
}
.slider_1.slick-initialized{
  display: block; /*slick-initializedが付与されたら表示*/
}

/*# sourceMappingURL=map/style.css.map */