@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: 16px;
  font-size: 1.6rem;
  font-family: "Noto Sans JP", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  color: #333;
  -webkit-text-size-adjust: 100%;
  max-width: 1920px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  body {
    font-size: 4.2vw;
  }
}

section {
  padding: 50px 0;
}
section .s_hdr {
  display: flex;
  width: 100%;
  align-items: center;
  margin-top: -50px;
}
section .inner {
  overflow: hidden;
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 10px;
}
section .inner:after {
  content: "";
  display: block;
  clear: both;
}
@media screen and (max-width: 768px) {
  section {
    padding: 8% 0;
  }
  section .s_hdr {
    margin-top: -8%;
  }
  section .inner {
    padding: 0 5%;
  }
}

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: 768px) {
  figure {
    margin-bottom: 3%;
  }
}

p {
  font-size: 18px;
  font-size: 1.8rem;
  margin-bottom: 1.5em;
  line-height: 1.65em;
}
p:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  p {
    /*font-size: 3.7vw; 14px*/
    font-size: 4.2vw; /*16px*/
    /*font-size: 4.8vw; 18px*/
    /*font-size: 5.3vw; 20px*/
  }
}
@media screen and (max-width: 768px) {
p br{
display: none;
}
.sec_7 p br{
  display: block;
  }
}
.box_txt {
  margin-bottom: 5%;
}
.box_txt > figure {
  margin-bottom: 0;
}
.box_txt .txt {
  background-color: #fff;
  padding: 3%;
  width: 97%;
margin: 0 auto;
}


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

.ripple {
  position: relative;
  display: block;
}
.ripple img {
  max-width: 100%;
  margin: 0 auto;
}
.ripple span {
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  width: 74%;
  height: 100%;
  margin: auto;
  animation-name: rippleAnimation;
  animation-duration: 2s;
  animation-timing-function: ease-out;
  animation-iteration-count: infinite;
  border-radius: 20px;
  background-color: #fff072;
  box-shadow: 0 0 5px white;
  pointer-events: none;
}
@media screen and (max-width: 768px) {
  .ripple span {
    width: 100%;
    border-radius: 10px;
  }
}
@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;
}
@media screen and (max-width: 768px) {
  .ripple2 span.clr_1, .ripple2 span.clr_2 {
    width: 30px;
    height: 30px;
  }
}
@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;
  }
}
.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/arw_1.png) no-repeat center top;
  animation-name: bounce;
  animation-duration: 2s;
  animation-timing-function: ease-out;
  animation-iteration-count: infinite;
}
@media screen and (max-width: 768px) {
  .bounce::after {
    width: 40px;
    height: 25px;
    background-size: cover;
  }
}

.faq {
  background-color: #fff;
  padding: 3%;
  line-height: 1.65em;
  font-size: 18px;
}
.faq dt {
  font-weight: bold;
  padding: 1em 1em 1em 2.6em;
  background: #062f67 url(../img/icon_q.png.webp) no-repeat 1.5% 1.4em;
  margin-bottom: 0;
  min-height: 62px;
  color: #fff;
  position: relative;
  cursor: pointer;
}
.faq dt::after {
  display: block;
  content: "";
  position: absolute;
  background: url(../img/arw_3.png.webp) no-repeat center top;
  width: 21px;
  height: 14px;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto auto auto 95%;
  transition-duration: 0.5s;
}
.faq dt.active::after {
  transform: rotate(180deg);
}
.faq dd {
  display: none;
  padding: 1em 2em 1em 2.3em;
  background: url(../img/icon_a.png.webp) no-repeat 1% 1.4em;
  margin-bottom: 2em;
  border: #dfdfdf solid 4px;
}
.faq dd:last-of-type {
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  .faq {
    font-size: 4.2vw;
  }
  .faq dt {
    background-size: 1em auto;
    background-position: 0.5em 1.2em;
    padding: 0.8em 1.5em 0.5em 2em;
  }
  .faq dt::after {
    margin: auto auto auto 90%;
  }
  .faq dd {
    background-size: 1em auto;
    padding: 1em 1em 1em 2.5em;
    background-position: 0.5em 1.4em;
  }
}

.hand {
  position: relative;
}
.hand::after {
  position: absolute;
  display: block;
  content: "";
  width: 132px;
  height: 117px;
  background: url(../img/hand.png) no-repeat;
  top: 0;
  right: 0;
  bottom: -50px;
  left: 0;
  margin: auto 0 0 auto;
  animation: shakeY;
  animation-duration: 4s;
  animation-iteration-count: infinite;
}
@media screen and (max-width: 768px) {
  .hand::after {
    width: 45px;
    height: 42px;
    background-size: 100% auto;
    bottom: -20px;
  }
}

.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.4s;
}
.Fade-In.Fade-In-4 {
  transition-delay: 0.6s;
}

.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.4s;
}
.Fade-In-Down.Fade-In-Down-4 {
  transition-delay: 0.6s;
}

.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.4s;
}
.Fade-In-Left.Fade-In-Left-4 {
  transition-delay: 0.6s;
}

.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.4s;
}
.Fade-In-Right.Fade-In-Right-4 {
  transition-delay: 0.6s;
}
.t_ftr {
font-family: "futura-pt", sans-serif;
}
.t_1 {
  color: #d1120b;
}

.t_2 {
  color: #334381;
}

.t_3 {
  color: #00e;
}

.t_4 {
  color: #dd0;
}

.t_5 {
  color: #d0d;
}

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

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

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

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

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

.t_sml {
  font-size: 70%;
}
.t_lrg {
  font-size: 130%;
}
.t_lrg2 {
  font-size: 160%;
  line-height: 1.6;
}

.t_stg {
  font-weight: bold;
}

.t_ul {
  text-decoration: underline;
}

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

.t_c {
  text-align: center;
}

.t_r {
  text-align: right;
}

.t_l {
  text-align: left;
}

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

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

@media screen and (max-width: 768px) {
  .f_l, .f_r {
    float: none;
    margin: 0 auto 1em;
    width: 90%;
  }
}
.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;
}

.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 .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 .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;
}
@media screen and (max-width: 767px) {
  .f_box {
    flex-flow: column;
  }
  .f_box.gtr .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 .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%;
    margin-bottom: 30px;
  }
  .f_box.flw {
    flex-flow: wrap;
  }
  .f_box.r_rvs {
    flex-flow: column;
  }
  .f_box.w_rvs {
    flex-flow: column;
  }
  .f_box.sp_2 {
    justify-content: space-between;
    flex-flow: wrap;
  }
  .f_box.sp_2 .w2, .f_box.sp_2 .w3, .f_box.sp_2 .w4, .f_box.sp_2 .w5, .f_box.sp_2 .w6, .f_box.sp_2 .w7, .f_box.sp_2 .w8, .f_box.sp_2 .w9, .f_box.sp_2 .w25, .f_box.sp_2 .w35, .f_box.sp_2 .w45, .f_box.sp_2 .w55, .f_box.sp_2 .w65, .f_box.sp_2 .w75, .f_box.sp_2 .w85, .f_box.sp_2 .w95, .f_box.sp_2 .w33 {
    width: 48%;
    margin-bottom: 20px;
  }
}

footer {
  text-align: center;
  background-color: #c00;
  padding: 1em;
  line-height: 1.65em;
}
h2 {
  font-size: 42px;
  color: #000;
  font-weight: 900;
  text-align: center;
  margin-bottom: 1.5em;
  line-height: 1.5em;
}
h2 span {
  display: block;
  font-size: 38px;
  color: #999;
  font-style: italic;
  font-weight: 700;
  font-family: "futura-pt", sans-serif;
}
@media screen and (max-width: 768px) {
  h2 {
    font-size: 7vw;
  }
  h2 span {
    font-size: 5vw;
  }
}

.sec_1 {
  background: url(../img/lp04/bg_01_pc.jpg.webp) no-repeat center 30%;
  padding-top: 0;
}
.lp05 .sec_1 {
  background: url(../img/lp05/bg_01_pc.jpg.webp) no-repeat center 40px;
  padding-top: 0;
}
.lp06 .sec_1 {
  background: url(../img/lp06/bg_01_pc.jpg.webp) no-repeat center -47px;
  padding-top: 0;
}
.sec_1 .s_hdr {
  margin-top: 0;
}
.sec_1 .s_hdr.s_1 {
  background-color: #fff;
  height: 75px;

}
.lp05 .sec_1 .s_hdr.s_1 {
margin-bottom: 20px;
}
.sec_1 .s_hdr.s_1 figure {
  text-align: left;
}
.sec_1 .s_hdr.s_2 {
  height: 163px;
  /* background-color: #334381; */
  background: url(../img/lp04/bg_06_pc.jpg.webp) no-repeat center top;
  margin-bottom: 0;
}
.lp05 .sec_1{
  padding-top: 0px;
  padding-bottom: 30px;
}
.lp05 .sec_1 > .inner figure{
  margin-bottom: 14px;
}
.lp06 .sec_1 .s_hdr.s_2 {
  height: 132px;
  /* background-color: #334381; */
  background: url(../img/lp06/bg_06_pc.jpg.webp) no-repeat center top;
  margin-bottom:0;
}
.lp06 .sec_1 > .inner figure{
  margin-bottom: 10px;
} 
.sec_1 .ripple span {
  background-color: #ca120c;
}
@media screen and (max-width: 768px) {
  .sec_1 {
    background: url(../img/lp04/bg_01_sp.jpg.webp) no-repeat center 0vw;
    background-size: 100% auto;
  }
  .lp04 .sec_1 .inner{
    padding: 0 4%;
  }
 .lp05 .sec_1 {
    background: url(../img/lp05/bg_01_sp.jpg.webp) no-repeat center 7vw;
    background-size: 100% auto;
    padding-top: 0;
    padding-bottom: 3vw;
  }
  .lp05 .sec_1 .s_hdr.s_1 {
    margin-bottom: 3vw;
    }
  .lp05 .sec_1 .inner{
    padding: 0 2%;
  }

  .lp06 .sec_1 {
    background: url(../img/lp06/bg_01_sp.jpg.webp) no-repeat center 11vw;
    background-size: 100% auto;
    padding-bottom: 4vw;
  }
  .lp06 .sec_1 .inner{
  padding: 0 3%;
  }
  .sec_1 .s_hdr.s_1 {
    height: 10vw;
  }
  .sec_1 .s_hdr.s_1 img {
    width: 10vw;
  }
  .sec_1 .s_hdr.s_2 {
    height: 30vw;
    margin-bottom: 3vw;
    background: url(../img/lp04/bg_06_sp.jpg.webp) no-repeat center top;
  }
  .lp06 .sec_1 .s_hdr.s_2 {
    height: 20vw;
    margin-bottom: 3vw;
    background: url(../img/lp06/bg_06_sp.jpg.webp) no-repeat center top;
  }
  .sec_1 .s_hdr.s_2 img {
    width: 70vw;
  }
  .sec_1 .s_hdr.s_2 img {
    width: 90%;
  }
}

.sec_2 {
  background-color: #eef0f9;
  padding-bottom: 92px;
}
.sec_2 h2 span {
  color: #334381;
}
.sec_2 .inner{
  max-width: 1200px;
}
.sec_2 .f_box {
  /* max-width: 850px; */
  margin: 0 auto;
}
.sec_2 .f_box.gtr .w5{
  width: 32%;
}
.sec_2 .arw img {
  margin-bottom: -5%;
}
@media screen and (max-width: 768px) {
  .sec_2{
    padding-bottom: 11vw;
  }
  .sec_2 .f_box.gtr .w5{
    width: 100%;
  }
  .sec_2 .arw img {
    margin-bottom: -10%;
    width: 80vw;
  }
}

.sec_3 {
  background-color: #fff;
  padding-top: 0px;
}
.sec_3 .s_hdr {
  background: url(../img/bg_02.jpg.webp) no-repeat center top;
  height: 603px;
  margin-bottom: 3%;
}
@media screen and (max-width: 768px) {
  .sec_3 .s_hdr {
    background-size: auto 100%;
    height: 97vw;
    margin-bottom: 6%;
  }
}

.sec_4 {
  background: url(../img/bg_03.jpg.webp) no-repeat center top;
  background-size: cover;
}
.sec_4 > .inner > figure:first-of-type{
  margin-bottom: 70px;
  }

.sec_4 .f_box {
  margin-bottom: 20px;
}
.sec_4 .f_box figure {
  margin-bottom: 1em;
}
@media screen and (max-width: 768px) {
  .sec_4 > .inner > figure:first-of-type{
    margin-bottom: 1.5em;
    }
  .sec_4 .f_box {
    margin: 8% auto 0;
  }
  .sec_4 .f_box figure.w5 {
    margin-bottom: 1em;
  }
}

.sec_5 {
  padding: 5% 0;
  background: url(../img/bg_04.jpg.webp) no-repeat center;
}
@media screen and (max-width: 768px) {
  .sec_5 {
    /* background-size: 120% auto; */
    background: url(../img/bg_04_sp.jpg.webp) no-repeat center;
    background-size: cover;
  }
  .sec_5 img {
    /* width: 80vw; */
  }
}

.sec_6 {
  background-color: #eef0f9;
}
.sec_6 h2 {
  margin-bottom: 0.5em;
}
@media screen and (max-width: 768px) {
  .sec_6 .merit {
    margin-bottom: 10vw;
  }
  .sec_6 .merit img {
    width: 60vw;
  }
}

.box_1 {
  border: #dbe0ef solid 5px;
  border-radius: 10px;
  background-color: #fff;
  padding: 2%;
  max-width: 936px;
  width: 100%;
  margin: 0 auto 5%;
}
.box_1 .ttl {
  width: 53%;
  margin: 0 auto 1em 0;
  text-align: left;
}
.box_1 .ttl img {
  margin-top: -25px;
}
.box_1 .ttl.rvs {
  margin: 0 0 1em auto;
}
.box_1 figure.w45 {
  margin-left: 0;
}
.box_1 figure.w45 img {
  margin-top: -10%;
}
.box_1 .r_rvs figure.w45 {
  margin-right: 0;
}
@media screen and (max-width: 768px) {
  .box_1 {
    border: #dbe0ef solid 3px;
  }
  .box_1 .ttl {
    width: 100%;
    margin: 0 auto 1em 0;
  }
  .box_1 .ttl img {
    margin-top: -2.5vw;
  }
  .box_1 .ttl.rvs {
    margin: 0 0 1em auto;
  }
  .box_1 figure.w45 {
    margin-left: 0;
  }
  .box_1 figure.w45 img {
    margin-top: 0;
  }
}

.sec_7 {
  background: #000 url(../img/bg_05.jpg.webp) no-repeat center top;
}
.sec_7 h2 {
  color: #fff;
}
.sec_7 .box_1 .w55 figure{
  text-align: left;
  margin-bottom: .5em;
}
.sec_7 .box_1 .w55 p{
  font-weight: bold;
  font-size: 160%;
}
.sec_7 .box_1 .w45 img {
  margin-top: 0;
}
@media screen and (max-width: 768px) {
  .sec_7 .box_1 .w55 figure img{
    width: 13%;

  }
  .sec_7 .ttl img {
    width: 70vw;
  }
  .sec_7 .box_1 .w55 p{
    font-size: 120%;
  }
  
}


.sec_8 {
  background-color: #fff;
}
.sec_8 h2 {
  color: #043f7a;
}
@media screen and (max-width: 768px) {
  .sec_8 .ttl img {
    width: 40vw;
  }
}

.sec_9 {
  background-color: #eef0f9;
}
.sec_9 h2 {
  color: #043f7a;
}
.sec_9 .box_1 {
  border: none;
  border-radius: 0;
  box-shadow: 0 0 8px #999;
}
.sec_9 .box_1 .w45 {
  margin-right: 0;
}
.sec_9 .box_1 .w45 img {
  margin-top: 0;
}
.sec_9 .box_1 .w55 figure {
  text-align: left;
  margin-bottom: 1em;
}
.sec_9 .box_1 .w55 img {
  margin-top: -8%;
}
.sec_9 .box_1 .w55 p {
  font-weight: 900;
  font-size: 23px;
  /* color: #1e2a66; */
  line-height: 1.3;
  letter-spacing: 2px;
}
@media screen and (max-width: 768px) {
  .sec_9 .ttl img {
    width: 70vw;
  }
  .sec_9 .box_1 {
    margin: 8% auto;
  }
  .sec_9 .box_1 .w45 {
    margin-bottom: 0;
  }
  .sec_9 .box_1 .w55 img {
    width: 23vw;
    margin-top: -6%;
  }
  .sec_9 .box_1 .w55 p {
    font-size: 5.3vw;
  }
  .sec_9 .arw2{
    width: 10%;
  }
}

.sec_10 {
  background-color: #fff;
}
.sec_10 .ripple span {
  background-color: #ca120c;
}
.sec_10 .ttl {
  margin-bottom: 0.5em;
}
.sec_10 h2 {
  color: #043f7a;
}
@media screen and (max-width: 768px) {
  .sec_10 .ttl img {
    width: 15vw;
  }
  .sec_10 h2 {

    margin-bottom: 4vw;
  }
}

.sec_11 {
  background-color: #f2f2f2;
}
.sec_11 h2 {
  color: #043f7a;
}
.sec_11 dl {
  display: flex;
  flex-flow: wrap;
  justify-content: space-between;
  margin-bottom: 5%;
}
.sec_11 dl dt, .sec_11 dl dd {
  padding: 0.7em;
  font-size: 18px;
  line-height: 1.3em;
}
.sec_11 dl dt {
  width: 25%;
  color: #043f7a;
  font-weight: 700;
  border-bottom: #e7e7e7 solid 2px;
  padding-top: 1em;
}
.sec_11 dl dt span {
  display: inline-block;
  padding: 0 0.3em;
  font-size: 12px;
  background-color: #d1130c;
  color: #fff;
  margin-left: 5px;
}
.sec_11 dl dt:last-of-type {
  border-bottom: none;
}
.sec_11 dl dd {
  width: 75%;
  border-bottom: #e7e7e7 solid 2px;
  line-height: 1.5;
}
.sec_11 dl dd input {
  padding: 0.4em;
  font-size: 18px;
  width: 45%;
}
.sec_11 dl dd input[type=email] {
  width: 60%;
}
.sec_11 dl dd:last-of-type {
  border-bottom: none;
}
.sec_11 input[type=image] {
  max-width: 100%;
}
/* チェックボックス追加 */
.sec_11 input[type=checkbox] {
  margin-right: 10px;
  transform: scale(1.5);
  width: auto;
  }
.sec_11 .ripple span {
  background-color: #009643;
}
@media screen and (max-width: 768px) {
  .sec_11 .ttl img {
    width: 70vw;
  }
  .sec_11 dl dt, .sec_11 dl dd {
    padding: 0.5em;
    font-size: 4.3vw;
  }
  .sec_11 dl dt {
    /* width: 27%;
    text-align: center; */
    text-align: left;
    width: 100%;
    border-bottom: none;
  }
  .sec_11 dl dd {
    width: 100%;
    padding-bottom: .6em;
     /* border-bottom: none; */
  }
  .sec_11 dl dd input {
    width: 100%;
  }
  .sec_11 dl dd input[type=email] {
    width: 100%;
  }
}

footer {
  background-color: #1b1b1b;
  color: #fff;
}
footer a {
  color: #fff;
}
@media screen and (max-width: 768px) {
  footer {
    font-size: 3.2vw;
  }
}
/*# sourceMappingURL=map/style.css.map */