@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: "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif,"Noto Sans JP", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic ;
  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: 70px 0;
}
section .s_hdr {
  display: flex;
  width: 100%;
  align-items: center;
}
section .inner {
  overflow: hidden;
  width: 100%;
  max-width: 1120px;
  margin: 0 auto;
  padding: 0 70px;
}
section .inner:after {
  content: "";
  display: block;
  clear: both;
}
@media screen and (max-width: 768px) {
  section {
    padding: 8% 0;
  }
  section .inner {
    padding: 0 3%;
  }
}

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*/
  }
}

.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: 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) {
  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;
}
@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.3em;
  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;
  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 2em 0.5em 2em;
    min-height: 3.2em;
  }
  .faq dt.active::after {
  top: -2.7vw;
  }
  .faq dt::after {
    margin: auto auto auto 90%;
    width: 18px;
    height: 18px;
    background-size: contain;
    left: 2vw;
    top: 1.7vw;
  }
  .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_1 {
  color: #e00;
}

.t_2 {
  color: #090;
}

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

.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;
}
.sec_1 {
  background: url(../img/bg_01.jpg.webp) no-repeat center top;
  padding: 1.5% 0 0;
}
.sec_1 .inner {
  max-width: 1170px;
  padding: 0 3%;
}
.sec_1 .f_box {
  width: 100%;
  margin-bottom: 3%;
  justify-content: flex-start;
  align-items: flex-end;
}
.sec_1 .f_box figure {
  width: 31%;
  margin: 0 1% 0 0;
}
.sec_1 .f_box figure:first-of-type {
  margin-right: 5%;
}
@media screen and (max-width: 768px) {
  .sec_1 .f_box {
    flex-flow: row;
  }
  .sec_1 .f_box figure:nth-of-type(1) {
    width: 60%;
    margin-right: auto;
  }
  .sec_1 .f_box figure:nth-of-type(2), .sec_1 .f_box figure:nth-of-type(3) {
    width: 15%;
  }
}

.sec_2 {
  background: url(../img/bg_02.png.webp) no-repeat center top;
  padding: 40px 0;
}
@media screen and (max-width: 768px) {
  .sec_2 {
    background-size: auto 100%;
    padding: 5vw 0;
  }
  .sec_2 .inner figure img {
    width: 50%;
  }
}

form .btn {
  background: url(../img/btn_3.png.webp) no-repeat center top;
  background-color: #009f12;
  border-radius: 10px;
  color: #fff;
  font-weight: 900;
  text-align: center;
  padding: 1em 1.3em 1em 0.8em;
  width: 100%;
  max-width: 697px;
  display: block;
  margin: 0 auto;
  font-size: 30px;
  position: relative;
}
form .btn input{
    color: #fff;
    background: none;
    border: none;
    font-weight: 900;
    font-size: 25px;
  }
  form .btn span{
    height: 1.5em;
  }
.btn {
  background: url(../img/btn_3.png.webp) no-repeat center top;
  color: #fff;
  font-weight: 900;
  text-align: center;
  padding: 2em 1.3em 2em 0.8em;
  width: 100%;
  max-width: 697px;
  display: block;
  margin: 0 auto;
  font-size: 30px;
  position: relative;
}

.btn span {
  display: block;
  width: 12%;
  height: 1em;
  position: absolute;
  top: 0;
  right: 2%;
  bottom: 0;
  left: 0;
  margin: auto 0 auto auto;
}
.btn span img {
  width: 27%;
  max-width: 19px;
  height: auto;
}
@media screen and (max-width: 768px) {
  .btn {
    background-size: 100% auto;
    font-size: 4.2vw;
    padding: 1.8em 2.5em 2em 0.8em;
  }
  .btn span img {
    width: 2vw !important;
  }
}

.animate__animated.animate__delay-2s {
  animation-delay: 0.7s;
  animation-delay: calc(var(--animate-delay) * 0.7);
}

.animate__animated.animate__delay-3s {
  animation-delay: 1.4s;
  animation-delay: calc(var(--animate-delay) * 1.4);
}

.sec_3 {
  background: url(../img/bg_03.png.webp) no-repeat center top;
}
.sec_3 .s_hdr {
  background: url(../img/s_hdr_1.png.webp) no-repeat center top;
  height: 166px;
  margin-bottom: 3%;
  padding-top: 15px;
}
@media screen and (max-width: 768px) {
  .sec_3 {
    background: url(../img/bg_03_sp.png.webp) no-repeat center top;
    background-size: cover;
  }
  .sec_3 > .ttl {
    margin-bottom: 2em;
  }
  .sec_3 .ttl img {
    width: 90%;
  }
  .sec_3 .s_hdr {
    height: 80px;
    background-size: auto 100%;
    padding: 7px 2% 0;
  }
}

.box_1 {
  margin-bottom: 5%;
}
.box_1:last-of-type {
  margin-bottom: 0;
}
.box_1 .ttl {
  background-color: #eb6100;
  display: flex;
  padding: 2% 1%;
  justify-content: flex-start;
  align-items: center;
}
.box_1 .ttl figure {
  margin: 0;
  width: 11%;
  margin-right: 3%;
}
.box_1 .ttl p {
  font-size: 42px;
  color: #fff;
  font-weight: 900;
}
.box_1 .txt {
  background-color: #fff;
  padding: 2%;
}
.box_1 .txt figure {
  float: right;
  width: auto;
  margin: 0 0 1em 1em;
}
.box_1 .txt p {
  font-weight: 600;
  color: #001e46;
}
.box_1 .txt:after {
  content: "";
  display: block;
  clear: both;
}

@media screen and (max-width: 768px) {
  .box_1 .ttl figure {
    width: 18%;
  }
  .box_1 .ttl p {
    width: 75%;
    font-size: 5.2vw;
    line-height: 1.5;
  }
  .box_1 .txt {
    padding: 3%;
  }
  .box_1 .txt figure {
    float: none;
  }
}

ul.chk_1 {
  padding: 0;
}
ul.chk_1 li {
  background: url(../img/icon_chk_3.png.webp) no-repeat left 4px;
  font-size: 18px;
  font-weight: 500;
  color: #001e46;
  line-height: 1.8em;
  padding-left: 1.8em;
}

.sec_4 {
  background: url(../img/bg_04.png.webp) no-repeat center top;
}
.sec_4 .ttl {
  margin-bottom: 7%;
}

.box_2 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 800px;
  margin: 0 auto 5%;
}
.box_2 > figure {
  width: 18%;
  margin-bottom: 0;
}
.box_2 .txt {
  width: 75%;
  border: #001e46 solid 4px;
  border-radius: 10px;
  padding: 2%;
  background-color: #fff;
  position: relative;
}
.box_2 .txt::before {
  position: absolute;
  content: "";
  display: block;
  width: 18px;
  height: 32px;
  background: url(../img/arw_2.png.webp) no-repeat center top;
  top: 0;
  right: 0;
  bottom: 0;
  left: -18px;
  margin: auto auto auto 0;
}
.box_2 .txt p strong {
  color: #062f67;
}
.box_2:nth-of-type(even) {
  flex-flow: row-reverse;
}
.box_2:nth-of-type(even) .txt::before {
  right: -18px;
  left: 0;
  margin: auto 0 auto auto;
  transform: rotate(180deg);
}
@media screen and (max-width: 768px) {
  .box_2 {
    background-size: 150% auto;
    background-repeat: repeat-y;
  }
  .box_2 > figure {
    width: 15%;
  }
  .box_2 .txt {
    width: 80%;
    border: #001e46 solid 3px;
    border-radius: 6px;
    padding: 3%;
  }
  .box_2 .txt p{
font-size: ;
  }
  .box_2 .txt::before {
    width: 9px;
    height: 16px;
    background: url(../img/arw_2.png.webp) no-repeat center top;
    background-size: 100% auto;
    left: -9px;
  }
  .box_2:nth-of-type(even) .txt::before {
    right: -9px;
  }
}

.sec_5 {
  background: url(../img/bg_05.png.webp) no-repeat center top;
  padding: 50px 0;
}
@media screen and (max-width: 768px) {
  .sec_5 {
    background-size: auto 100%;
  }
  .sec_5 .ttl {
    margin-bottom: 10vw;
  }
  .sec_5 .ttl img {
    width: 40vw;
  }
}

.box_w {
  background-color: #fff;
  padding: 4%;
}

table.tbl_1 {
  width: 100%;
}
table.tbl_1 th, table.tbl_1 td {
  padding: 1em;
  line-height: 1.8em;
  border-bottom: #eb6100 solid 1px;
  text-align: left;
  font-size: 18px;
}
table.tbl_1 th {
  background-color: #ffe5d3;
  font-weight: 600;
  color: #000;
}
table.tbl_1 td {
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  table.tbl_1 th, table.tbl_1 td {
    padding: 0.5em;
    font-size: 4.2vw;
  }
  table.tbl_1 th {
    width: 5em;
  }
  table.tbl_1 td {
    width: calc(100% - 5em);
  }
  table.tbl_1 td ul li{
    margin-bottom: .7em;
  }
}

ul.chk_2 li {
  background: url(../img/icon_chk.png.webp) no-repeat left 4px;
  font-size: 18px;
  font-weight: 700;
  color: #001e46;
  line-height: 1.8em;
  padding-left: 1.8em;
}
@media screen and (max-width: 768px) {
  ul.chk_2 li {
    background-size: 1em auto;
    background-position: left 8px;
    padding-left: 1.4em;
    line-height: 1.6em;
    margin-bottom: 0.5em;
    font-size: 4.2vw;
  }
}

.sec_6 {
  background: url(../img/bg_06.png.webp) no-repeat center top;
}

.sec_6 .ttl_img {
  margin-bottom: -3%;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .sec_6 .inner{
    padding: 0 1% 0 3%;
    }
  .sec_6 .ttl_img img {
    width: 50%;
  }
}

.box_3 {
  background-color: #fdfcf4;
  position: relative;
  padding: 3%;
  max-width: 970px;
  width: 100%;
  margin: 0 auto 4em;
}
.box_3::after {
  position: absolute;
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  border: #001e46 solid 2px;
  top: 0.9em;
  right: 0.7em;
  bottom: 0;
  left: 0;
  margin: 0 0 auto auto;
  z-index: 1;
}
.box_3 h3 {
  font-size: 26px;
  color: #001e46;
  border-bottom: #001e46 solid 1px;
  padding-bottom: 0.5em;
  margin-bottom: 0.5em;
}
.box_3 h3 span {
  font-size: 18px;
}
@media screen and (max-width: 768px) {
  .box_3 {
    padding: 6%;
  }
  .box_3::after {
    border: #001e46 solid 2px;
    top: 0.2em;
    right: 0.2em;
  }
}

@media screen and (max-width: 768px) {
  .sec_7 .ttl img {
    width: 50%;
  }
}

.sec_8 {
  background: url(../img/bg_03.png.webp) no-repeat center top !important;
}
.sec_8 .inner > figure{
  margin-bottom: 50px; 
}
.sec_8 .inner > figure .moji{
max-width:80%;
}
.sec_8 .box_w {
  background-color: #fff;
  padding: 3%;
  position: relative;
  width: 94%;
  margin: 2em auto;
}
.sec_8 .box_w::before {
  position: absolute;
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  border: #dfdfdf solid 3px;
  top: 0;
  right: 0;
  bottom: 1%;
  left: -1.5%;
  margin: auto auto 0 0;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .sec_8 .inner{
    padding: 0 3% 0 3%;
    }
  .sec_8 .box_w {
    padding: 2% 0 0;
  }
  .sec_8 .box_w::before {
    height: 100%;
    border: #dfdfdf solid 2px;
    top: 0; 
    right: 0;
    bottom: 1vw;
    left: -2vw;
  }
}

.content_form {
  position: relative;
  z-index: 2;
}
.content_form .btn {
  position: relative;
  padding: 1.25em 1.3em 1.25em 0.8em;
}
.content_form .btn input[type=submit] {
  border: none;
  letter-spacing: 2px;
  background: none;
  color: #fff;
  font-weight: 900;
  text-align: center;
  border: none;
  font-size: 30px;
}
@media screen and (max-width: 768px) {
  .content_form {
    padding-bottom: 0.5em;
  }
  .content_form .btn {
    width: 90%;
    margin: 0 auto 1em;
    padding: 0.8em 1.3em 0.8em 0.8em;
  }
  .content_form .btn input[type=submit] {
    font-size: 4.2vw;
    padding: 0 1em 0 0.8em;
  }
}

form.myForm .required .my_column.my_left label:first-child:after,
form.myForm th.required label:first-child:after,
form.myForm span.required:after {
  background-color: #eb6100 !important;
  border: #f6b588 solid 1px;
  font-size: 12px;
  border-radius: 1px;
  padding: 0.2em 0.2em !important;
  height: 15px;
}
@media screen and (max-width: 768px) {
  form.myForm .required .my_column.my_left label:first-child:after,
  form.myForm th.required label:first-child:after,
  form.myForm span.required:after {
    font-size: 2vw !important;
    height: 12px !important;
    width: 3em !important;
    display: block !important;
    margin-top: 5px !important;
    margin-left: 0 !important;
    line-height: 1.1em !important;
  }
}

@media screen and (max-width: 768px) {
  .my_right.my_column{
    padding-left: 0!important;

  }
  .content_title label,
  .content_box label,
  .content_confirm label,
  .content_form label {
    font-size: 3vw !important;
    color: #0559a5;
  }
  .my_right.my_column label{
    color: #000;
  }
}

.content_title .input_unit,
.content_box .input_unit,
.content_confirm .input_unit,
.content_form .input_unit {
  border-bottom: #f2f2f2 solid 2px;

}

.content_title label, .content_box label, .content_confirm label, .content_form label{
  line-height: 1.7!important;
}

form.myForm input[type=text],
form.myForm input[type=password] {
  border-radius: 0 !important;
  border-color: #444 !important;
  padding: 6px !important;
  width: 100% !important;
}

.checkbox_frame label {
  padding: 0.5em 0.5em 0.5em 2.5em !important;
  font-size: 18px;
  /* display: inline!important; */
  /* line-height: 1.5; */
}
@media screen and (max-width: 768px) {
  .checkbox_frame label {
    font-size: 3vw!important;
    font-weight: 700;
    padding: 0.5em 0.5em 0.5em 2em !important;
  }
  .content_form .input_unit {
  width: calc(100% - 2px)!important;
  }
}

.checkbox_frame input[type=radio] {
  display: none;
}

.checkbox01 {
  box-sizing: border-box;
  cursor: pointer;
  display: inline;
  padding: 5px 30px;
  position: relative;
  width: auto;
}
.checkbox01::before {
  background: #fff;
  border: 2px solid #0559a5;
  border-radius: 3px;
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  left: 5px;
  margin-top: -8px;
  position: absolute;
  top: 36%;
}
.checkbox01::after {
  border-right: 3px solid #fff;
  border-bottom: 3px solid #fff;
  content: "";
  display: block;
  background-color: #0559a5;
  width: 8px;
  height: 14px;
  left: 13px;
  margin-top: -6px;
  opacity: 0;
  position: absolute;
  border-radius: 2px;
  top: 40%;
  transform: rotate(45deg);
}
@media screen and (max-width: 768px) {
  .checkbox01::before {
    width: 1em;
    height: 1em;
    margin-top: -5px;
  }
  .checkbox01::after {
    width: 0.4em;
    height: 0.55em;
    left: 10px;
    margin-top: -4px;
  }
}

input[type=radio]:checked + .checkbox01::before {
  background-color: #0559a5;
}

input[type=radio]:checked + .checkbox01::after {
  opacity: 1;
}

@media screen and (max-width: 768px) {
  .my_column.my_left {
    padding: 1em 1em 0.5em 1em !important;
  }
}

@media screen and (max-width: 768px) {
  /* .my_column.my_right {
    padding: 0 1em 1.2em 0em !important;
  } */
}

@media screen and (max-width: 768px) {
  .my_column.my_left {
    width: 8.0em !important;
    padding: 0.5em 0 0.5em 0.5em !important;
    vertical-align: top !important;
    line-height: 0.9em;
  }
  .my_column.my_right {
    width: calc(100% - 8.5em) !important;
    padding: 0.5em 0.5em 0.5em 0em!important;
  }
}
footer {
  background-color: #000;
  color: #fff;
}
footer a {
  color: #fff;
}
@media screen and (max-width: 768px) {
  footer {
    font-size: 3.2vw;
    padding-bottom: 5em;
  }
}

.cta {
  position: fixed;
  bottom: 7%;
  right: 2%;
  z-index: 10;
  width: 100%;
  max-width: 439px;
}
.cta .btn {
  background-size: 100% auto;
  padding: 1.35em 1.5em 1.35em 0.8em;
  font-size: 21px;
}
.cta .btn span img {
  width: 18%;
  max-width: 19px;
  height: auto;
}
@media screen and (max-width: 768px) {
  .cta {
    max-width: 60vw;
    bottom: 1%;
  }
  .cta .btn {
    padding-right: 3em;
    font-size: 2.7vw;
    padding: 1.4em 2.5em 1.4em 0.8em;
  }
  .cta .btn span {
    width: 14%;
  }
  .cta .btn span img {
    width: 1.7vw !important;
    max-width: 19px;
    height: auto;
  }
}
.sec_cta{
  background: url(../img/bg_02.png.webp) repeat-y center top;
}


.sec_cta form {
  padding: 50px 30px 30px;

  border-radius: 10px;
  background: #fff;
}

.sec_cta form .ttl {
  font-size: 24px;
  font-size: 2.4rem;

  margin-bottom: 1em;
}

.sec_cta form input[type="text"] {
  font-size: 24px;
  font-size: 2.4rem;

  display: block;

  width: 90%;
  margin: 0 auto 30px;
  padding: 1em;

  border: #aaa solid 3px;
  border-radius: 10px;
}

.sec_cta form .ripple span {
  pointer-events: none;

  background-color: #fb9600;
}

.sec_cta form .ripple input {
  display: block;

  margin: 0 auto;

  border: none;
}

.sec_cta form .ripple input:focus {
  outline: 0;
}

.sec_cta .inner form dl {
  display: flex;

  width: 100%;
margin-bottom: 20px;
  flex-flow: wrap;
}

.sec_cta .inner form dl dt,
.sec_cta .inner form dl dd {
  margin-bottom: 20px;
}

.sec_cta .inner form dl dt {
  width: 24%;
  text-align: right;
  display: flex;
  align-items: center;
}

.sec_cta .inner form dl dt span {
  font-size: 22px;
  font-size: 2.2rem;

  position: relative;

  display: block;

  width: 80%;
  padding: 0.8em 0;

  /* text-align: center; */

  color: #000;
  /* background: #0fcb9b; */
}

.sec_cta .inner form dl dt span::after {
  position: absolute;
  top: 0;
  right: -30px;
  bottom: 0;
  left: 0;

  display: block;

  width: 33px;
  height: 33px;
  margin: auto 0 auto auto;

  content: "";

  background: url(../img/arw_1.png) no-repeat center top;
}

.sec_cta .inner form dl dd {
  width: 70%;
}

.sec_cta .inner form dl dd input {
  font-size: 22px;
  font-size: 2.2rem;
margin-bottom: 0!important;
  width: 100%;
  border-radius: 10px!important;
  padding: 0.7em!important;

  /* border: none; */
}
.sec_cta .inner .formbtn{
margin: 0 auto;
display: block;
}
@media screen and (max-width: 768px) {
.sec_cta .inner form {
  padding: 17px 10px 20px;

  border-radius: 5px;
}

.sec_cta .inner form .ttl {
  font-size: 17px;
  font-size: 1.7rem;
}

.sec_cta .inner form input[type="text"] {
  text-align: center;
  font-size: 16px;
  font-size: 1.6rem;

  width: 100%;
  margin: 0 auto 15px;
  padding: 0.6em;
  border: 2px solid rgb(214, 214, 214);
  border-width: 3px;
  border-radius: 8px;
}

.sec_cta .inner form input[type="image"] {
  width: 100%;
}
/* .sec_cta .inner form input[type="button"] {
  width: 100%;
} */
.sec_cta .inner form dl {
  flex-flow: column;

}

.sec_cta .inner form dl dt {
  width: 100%;
  /* text-align: left; */
  margin-bottom: 0px;
  text-align: center;
  background: #e0e0e0;
  border-radius: 10px 10px 0 0;
  
  border-color: #b8b5b5!important;


}
.sec_cta .inner form dl dd {
  width: 100%;
  margin-bottom: 5vw;
  
 
}
.sec_cta .inner form dl dd:last-of-type {
margin-bottom: 0;
}
.sec_cta .inner form dl dd input[type="text"]{
border-radius: 0 0 10px 10px!important;
border-color: #b8b5b5!important;
}

.sec_cta .inner form dl dt span {
  /*margin: 0 auto;*/
  font-size: 16px;
  font-size: 1.6rem;
  width: 100%;
}

.sec_cta .inner form dl dt span::after {
  /*top: 0;
      right: 0;
      bottom: -10px;
      left: 0;
z-index:0;
      margin: auto auto 0;
*/
  top: 10px;
  right: -24px;
  -webkit-transform: rotate(20deg);
  transform: rotate(20deg);
}
.sec_cta .inner form dl dd input {
  font-size: 20px;
  font-size: 2rem;
}
form .btn {
  padding: 0.5em 1.3em 0.5em 0.8em;
}
form .btn input {

  font-size: 5vw;
}
form .btn span {
  height: 2em;
}

.sec_9 {
  background: #ededed url(../img/bg_07.png.webp) no-repeat center top;
}
.sec_9 .s_hdr {
  background: url(../img/s_hdr_1.png.webp) no-repeat center top;
  height: 166px;
  margin-bottom: 3%;
  padding-top: 15px;
}
.sec_9 .box_1 .ttl {
  background-color: #062f66;

}
.sec_9 .box_1 .ttl p {
  font-size: 34px;
}
@media screen and (max-width: 768px) {

  .sec_8 .inner > figure .moji{
max-width:100%;
}
  .sec_9 {
    /* background: url(../img/bg_03_sp.png.webp) no-repeat center top; */
    background-size: cover;
  }
  .sec_9 > .ttl {
    margin-bottom: 2em;
  }
  .sec_9 .box_1 .ttl figure {
    width: 15%;
  }
  .sec_9 .ttl img {
    width: 90%;
  }
  .sec_9 .box_1 .ttl p {
    font-size: 4.2vw;
  }
  .sec_9 .box_1 .ttl img {
    width: 80%;
  }
  .sec_9 .s_hdr {
    height: 80px;
    background-size: auto 100%;
    padding: 7px 2% 0;
  }
}

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