@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;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

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;
  font-weight: 400;
  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 4%;
  }
}

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%;
  }
  figure.icon {
    margin-bottom: 5vw;
  }
  figure.icon img{
  height: 5vw;
}
  .sec_12 figure.icon img{
  height: 12vw;
}
}

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: 700px;
  max-width: 100%;
  height: 100%;
  margin: auto;
  animation-name: rippleAnimation;
  animation-duration: 2s;
  animation-timing-function: ease-out;
  animation-iteration-count: infinite;
  border-radius: 10px;
  background-color: #34a420;
  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;
  padding-top: 0;
}
.faq dt {
  font-weight: bold;
  padding: 1em 1em 1em 3em;
  /* background: #062f67 url(../img/icon_q.png.webp) no-repeat 1.5% 1.4em; */
  background-image: -moz-linear-gradient( 0deg, rgb(51,105,180) 0%, rgb(66,189,206) 100%);
  background-image: -webkit-linear-gradient( 0deg, rgb(51,105,180) 0%, rgb(66,189,206) 100%);
  background-image: -ms-linear-gradient( 0deg, rgb(51,105,180) 0%, rgb(66,189,206) 100%);
width: 100%;
background: #61afdf;
  margin-bottom: 0;
  min-height: 62px;
  color: #fff;
  position: relative;
  cursor: pointer;
}
.faq dt::before {
  background: url(../img/icon_q.png.webp) no-repeat top left;
  display: block;
  position: absolute;
  content: "";
  z-index: 100;
  width: 29px;
  height: 26px;
  top: 6px;
  right: 0;
  bottom: 0;
  left: 0;
  margin: 2% 90% auto 2%;
}
.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.5% 1em;
  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: 100% auto;
    /* background-position: 0.5em 1.2em; */
    padding: 0.8em 1.5em 0.5em 2.5em;
  }
  .faq dt::before {
    margin: 4% 90% auto 4%;
    background-size: 63%;
  }

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

.t_2 {
  color: #334381;
}

.t_3 {
  color: #00e;
}

.t_4 {
  color: #feda5f;
}

.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_cancel{
  text-decoration: line-through;
}

.t_sml {
  font-size: 16px;
  line-height: 1.5;
}
.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!important;
}

.t_l {
  text-align: left;
}
@media screen and (max-width: 768px) {
.t_sml {
  font-size: 3vw;
}
}

.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: 33px;
  color: #000;
  font-weight: 900;
  text-align: center;
  margin-bottom: 1.5em;
  padding-bottom: .7em;
  line-height: 1.5em;
  background-image: linear-gradient(90deg, rgba(255, 255, 255, 0) 0% 47%, gainsboro 47% 53%, rgba(255, 255, 255, 0) 53%);
    background-repeat: no-repeat;
    background-size: 100% 0.5rem;
    background-position: bottom;
}
h2 span.eng {
  display: block;
  font-size: 38px;
  color: #999;
  font-style: italic;
  font-weight: 700;
  font-family: 'Allura', "futura-pt", sans-serif;
}
@media screen and (max-width: 768px) {
  h2 {
    font-size: 6vw;
    line-height: 1.3;
  }
  h2 span.eng{
    font-size: 5vw;
  }
}

h3 {
  line-height: 1.5em;
  margin-bottom: 1em;
}
header{
  padding: 17px 0;
  position: relative;
}
header .inner{
  padding: 0 5px;
  width: 1000px;
  max-width: 95%;
  margin: 0 auto;
}
header .logo{
  width: 30%;
  margin-left: 0;
}
header::before {
  content: '';
  background-image: -moz-linear-gradient( 0deg, rgb(84,182,218) 0%, rgb(234,135,138) 100%);
  background-image: -webkit-linear-gradient( 0deg, rgb(84,182,218) 0%, rgb(234,135,138) 100%);
  background-image: -ms-linear-gradient( 0deg, rgb(84,182,218) 0%, rgb(234,135,138) 100%);
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 5px;
  z-index: 11;
}

header figure{
  text-align: left;

}
.sec_media {
padding: 20px 0;
}
.sec_1 {
  background: url(../img/fv_pc_bg.jpg.webp) no-repeat center top;
  /* padding-top: 0; */
  padding: 30px 0;
}
.sec_1 .inner{
  padding: 0 1%;
}
.sec_1 .inner figure{
text-align: left;
width: auto;
}
.sec_1 .inner figure img{
margin-left: 0;
}
.sec_1 .s_hdr {
  margin-top: 0;
}
.sec_1 .s_hdr.s_1 {
  background-color: #fff;
  height: 75px;
}
.sec_1 .s_hdr.s_1 figure {
  text-align: left;
}
.sec_1 .s_hdr.s_2 {
  height: 217px;
  background-color: #334381;
  margin-bottom: 27px;
}
.sec_1 .ripple span {
  background-color: #ca120c;
}
.lp1.lp1_2 .sec_1 {
  /* background-position-y: 200px; */
    }

    .lp2_3 .sec_1 {
      background: url(../img/2/fv_pc_bg.jpg.webp) no-repeat center top;
      /* padding-top: 0; */
      padding: 30px 0;
    }
@media screen and (max-width: 768px) {
  .sec_1 {
    background: #fff url(../img/fv_sp_bg.jpg.webp) no-repeat center top;
    padding: 0;
    background-size: cover;
    /* background-position-y: 42vw; */
    /* background-position-x: -103vw; */
    padding-bottom: 6vw;
  }
  .sec_1 .s_hdr.s_1 {
    height: 10vw;
  }
  .sec_1 .s_hdr.s_1 img {
    width: 10vw;
  }
  .sec_1 .s_hdr.s_2 {
    height: 38vw;
    margin-bottom: 3vw;
  }
  .sec_1 .s_hdr.s_2 img {
    width: 70vw;
  }
  .sec_1.ex figure{
    /* margin-bottom: 20vw; */
  }
  .sec_1 .inner{
    padding: 0;
  }
  .lp1 .sec_1 {
    padding:5vw 2vw 5vw;
  }
  .lp2_3 .sec_1 {
    background: url(../img/2/fv_sp_bg.jpg.webp) no-repeat center top;
    /* padding-top: 0; */
    padding:5vw 2vw 5vw;
    background-size: contain;
  }
}

.sec_2 .s_hdr {
  background: url(../img/bg_02_pc.jpg.webp) no-repeat center top;
  padding: 17px 0 68px;
  margin-bottom: 10px;

}
@media screen and (max-width: 768px) {
  .sec_2 .s_hdr {
    background: url(../img/bg_02_sp.jpg.webp) no-repeat center top;
    background-size: cover;
    background-position-x: center;
    /* height: 97vw; */
    margin-bottom: 6%;
    padding: 6vw 3vw 12vw;
  }
}




.sec_ncta{
    /* background-image: -moz-linear-gradient( 0deg, rgb(51,105,180) 0%, rgb(66,189,206) 100%);
    background-image: -webkit-linear-gradient( 0deg, rgb(51,105,180) 0%, rgb(66,189,206) 100%);
    background-image: -ms-linear-gradient( 0deg, rgb(51,105,180) 0%, rgb(66,189,206) 100%); */

      background-image: -moz-linear-gradient( 0deg,rgb(220 144 150) 0%, rgb(1 158 194) 100%);
      background-image: -webkit-linear-gradient( 0deg,rgb(220 144 150) 0%, rgb(1 158 194) 100%);
      background-image: -ms-linear-gradient( 0deg,rgb(220 144 150) 0%, rgb(1 158 194) 100%);

    
}
.sec_ncta h2{
  color: #fff;
}
.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;
}
.sec_ncta .box_n1{
  /* margin-bottom: 1em; */
}
/* 申し込み箇所テーブル */
.col { display:table; width:100%; 
  line-height: 2;}
  .col:last-of-type {
  margin-bottom: 2em;
  }
  
  .col1 {
    display:table-cell;
    background:#e7fcff;
    width:15%;
    padding: 13px 2.5%;
    border-bottom:1px solid #41bbcd;
    font-size:18px;
    font-weight:bold;
    text-align: center;
    vertical-align: middle;
    }
  
  .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) {
      .sec_ncta h2{
        font-size: 3.5vw;
      }
    .col1 {
      /* display:block; */
      /* width:100%; */
      padding:5px 3%;
      width: 6em;
      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_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%;
}
.sec_3 p{
color: #fff;
font-weight: bold;
}
@media screen and (max-width: 768px) {
  .sec_3 .s_hdr {
    background-size: auto 100%;
    height: 97vw;
    margin-bottom: 6%;
  }
}

.sec_3 {
  /* background: url(../img/bg_03.jpg.webp) no-repeat center top; */
    background-color: rgb(238, 85, 74);

  
  background-size: cover;
}
.sec_3 > .inner > figure:first-of-type{
  margin-bottom: 70px;
  }

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

.sec_cta{
  /* background-image: -moz-linear-gradient( 0deg, rgb(51,105,180) 0%, rgb(66,189,206) 100%);
  background-image: -webkit-linear-gradient( 0deg, rgb(51,105,180) 0%, rgb(66,189,206) 100%);
  background-image: -ms-linear-gradient( 0deg, rgb(51,105,180) 0%, rgb(66,189,206) 100%); */
/* 
    background-image: -moz-linear-gradient( 0deg, rgb(103,198,224) 0%, rgb(5,147,179) 100%);
    background-image: -webkit-linear-gradient( 0deg, rgb(103,198,224) 0%, rgb(5,147,179) 100%);
    background-image: -ms-linear-gradient( 0deg, rgb(103,198,224) 0%, rgb(5,147,179) 100%); */
    background: #e1f5fc;
    background: #f8f5e0;

}
.sec_cta p {

  text-align: center;
font-weight: bold;
}
.sec_cta h2 span {
  font-size: 43px;
  color: #fff;
  padding: 0 1.1em 0  1.5em;
  background: url(../img/img_025_l.png) no-repeat left, url(../img/img_025_r.png) no-repeat right;
}


@media screen and (max-width: 768px) {
  .sec_cta{
    background-size: 100% 100%;
  }
  .sec_cta .inner{
    padding: 0 2%;
  }

  .sec_cta h2 span {
    font-size: 6.5vw;
    background-size: auto 90%, auto 90%;
  }
}

.box_cta {
  overflow: hidden;
  position: relative;
  padding: 3%;
  background-color: #fff;
  border-radius: 20px;
}

.box_cta:before, .box_cta:after {
  position: absolute;
  display: block;
  content: '';
  width: 80px;
  height: 80px;
  /* background-color: #e51b5e; */
  /* background-color: #000; */
  background-color: #d39098;
  transform: rotate(45deg);

}

.box_cta:before {
  top: -40px;
  left: -40px;
  margin: 0 auto auto 0;
}

.box_cta:after {
  right: -40px;
  bottom: -40px;
  margin: auto 0 0 auto;
}

.box_cta p {
  text-align: center;
  font-size: 21px;
  letter-spacing: 0;
}

.box_cta input[type="email"] {
  font-size: 34px;
  display: block;
  width: 87%;
  margin: 0 auto 1em;
  border: #ed554a solid 6px;
  border-radius: 14px;
  padding: .8em .8em .8em 3.5em;
  background: url(../img/icon_mail.png) no-repeat 3%;
}

.box_cta input[type="image"] {
  display: block;
  margin: 0 auto 2em;
  max-width: 100%;
}

.box_cta .ripple span {
  background-color: #225a67;
  border-radius: 100px;

  max-width: 525px;
}

@media screen and (max-width: 768px) {
  .box_cta {
    padding: 4%;
  }
  .box_cta:before {
    top: -50px;
    left: -50px;
  }
  .box_cta:after {
    right: -50px;
    bottom: -50px;
  }
  .box_cta p {
    font-size: 3.0vw;
    word-break: break-all;
  }
  .box_cta input[type="email"] {
    font-size: 4.2vw;
    width: 100%;
    border: #e51b5e solid 3px;
    border-radius: 7px;
    background-size: 7vw;
    padding: .8em .8em .8em 2.5em;
  }
  .box_cta input[type="image"] {
    width: 100%;
  }
  .box_cta .ripple span {
    width: 100%;

  }
}
.sec_4 {
  /* background-color: #2279a4; */
  background-color: #c96c73;
  padding-bottom: 92px;
}
.sec_4 h2{
  color: #fff;
}
.sec_4 h2 span {
  /* color: #334381; */
}
.sec_4 .inner{
  /* max-width: 1200px; */
}
.sec_4 .f_box {
  /* max-width: 850px; */
  margin: 0 auto;
}
.sec_4 .f_box.gtr .w5{
  width: 32%;
}
.sec_4 .arw img {

  margin-bottom: -110px;
}
.sec_4 .t_1{
color: #fff100;
}
 ul li{
  font-size: 26px;
  padding: 0.2em 0.5em 0.4em 1.8em;
  margin-bottom: 0.2em;
  background: url(../img/icon_chk.png) no-repeat 2px 0.6em;
  border-bottom: #fff dashed 1px;
  font-weight: 600;
  color: #fff;
  line-height: 1.8em;
}
ul li:last-child{
border-bottom: none!important;
}
@media screen and (max-width: 768px) {
  .sec_4{
    padding-bottom: 11vw;
  }
  .sec_4 h2{
font-size: 5vw;
  }
  .sec_4 .f_box.gtr .w5{
    width: 100%;
  }
  .sec_4 .arw img {
    margin-bottom: -17%;
    width: 80vw;
  }
ul li {
  font-size: 4.5vw;
    background-size: 5.3vw auto;
  }
  ul li:last-child {
    border-bottom:none!important;
  }
}
ul.chk li{
  background: url(../img/icon_chk_2.png) no-repeat 2px 0.6em;
  color: #000;
  /* font-size: 0.9em; */
  font-size: 18px;
  font-size: 1.8rem;
  background-size: 1em;
  padding-left: 1.5em;
}
.box_3{
  background: #fff;
  padding: .5em;
}
.box_3 ul li{
  background: url(../img/icon_chk_2.png) no-repeat 2px 0.6em;
  color: #000;
  /* font-size: 0.9em; */
  background-size: 1em;
  padding-left: 1.5em;
  border-bottom: #000 dashed 1px;
}


.sec_5 {
  padding: 80px 0 50px;
  /* background: url(../img/bg_04.jpg.webp) no-repeat center; */
    background-image: -moz-linear-gradient( 180deg, rgb(252,221,218) 0%, rgb(254,246,223) 100%);
    background-image: -webkit-linear-gradient( 180deg, rgb(252,221,218) 0%, rgb(254,246,223) 100%);
    background-image: -ms-linear-gradient( 180deg, rgb(252,221,218) 0%, rgb(254,246,223) 100%);
    padding-top: 100px;
  
}
.sec_5 ul li{
  background: url(../img/icon_chk_2.png) no-repeat 2px 0.6em;
  color: #000;
  font-weight: bold;
  border-bottom: #7b7b7b dashed 1px;
}
.sec_5 p{
text-align: center;
font-size: 28px;
}

.sec_5 h2{
  /* font-size: 66px; */
  margin-bottom: 1em;
}
@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;
    padding: 20vw 0 5vw;
  }
  .sec_5 p{
  font-size: 5vw;
  }
  .sec_5 img {
    /* width: 80vw; */
  }
  .sec_5 ul li{
  background-size: 5vw;
  }
  .sec_5 h2{
    /* font-size: 10vw; */
  }

}

.sec_6 {
  /* background: #000 url(../img/bg_05.jpg.webp) no-repeat center top; */

  
        background-image: -moz-linear-gradient( 179deg, rgb(255, 224, 225) 0%, rgb(210, 243, 255) 100%);
        background-image: -webkit-linear-gradient( 179deg,rgb(255, 224, 225) 0%, rgb(210, 243, 255) 100%);
        background-image: -ms-linear-gradient( 179deg,rgb(255, 224, 225) 0%, rgb(210, 243, 255) 100%);

      

}
.sec_6 h2 {
  /* color: #fff; */
}
.sec_6 .box_1 > figure{
  text-align: left;
  margin-bottom: .5em;
}
.sec_6 .box_1 h3{
  font-weight: bold;
  font-size: 160%;
  margin-bottom: .7em;
}
.sec_6 .box_1 .w45 img {
  margin-top: 0;
}
.sec_6 .f_box.gtr .w55{
  margin-right: 10px;
}
.sec_6 .f_box.gtr .w45{
width: 50%;
}
@media screen and (max-width: 768px) {
  .sec_6 h2 {
    font-size: 4.7vw;
  }
  .sec_6 .f_box{
    flex-direction: column-reverse;
  }
  .sec_6 .f_box.gtr .w45{
width: 100%;
  }
  .sec_6 .box_1 > figure img{
    width: 32%;

  }
  .sec_6 .ttl img {
    width: 70vw;
  }
  .sec_6 .box_1 h3{
    font-size: 113%;
  }
  
}

.box_1 {
  /* border: #dbe0ef solid 5px; */
  border-radius: 10px;
  background-color: #fff;
  padding: 2%;
  /* max-width: 936px; */
  width: 100%;
  margin: 0 auto 30px;
  box-shadow: 0 0 9px #aaa;
}
.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; */
    margin-bottom: 5%;
    padding: 3%;
  }
  .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; */

    background-color: rgb(238, 232, 215);

  }
  
}
.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 .f_r{
    width: 50%;

  }
  /* .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: #000 url(../img/bg_05.jpg.webp) no-repeat center top; */

      background-image: -moz-linear-gradient( 0deg, rgb(254,216,98) 0%, rgb(255,234,61) 100%);
      background-image: -webkit-linear-gradient( 0deg, rgb(254,216,98) 0%, rgb(255,234,61) 100%);
      background-image: -ms-linear-gradient( 0deg, rgb(254,216,98) 0%, rgb(255,234,61) 100%);
  
    

}
.sec_8 h2 {
  /* color: #fff; */
}
.sec_8 .box_1 > figure{
  text-align: left;
  margin-bottom: .5em;
}


.sec_8 h3{
  background:#dc453d;
  font-weight: bold;
  font-size: 160%;
  margin-bottom: .7em;
  text-align: left;
  padding: 15px;
  border-radius:  10px 10px 0 0;
  display: flex;
  align-items: center;
  color: #fff;
  margin-bottom: 0;
}
.sec_8 h3 img{
margin-right: 10px;
}
.sec_8 .box_1 {
  max-width: 100%;
  border-radius: 0 0 10px 10px;
}
.sec_8 .box_1 .w45 img {
  margin-top: 0;
}
.sec_8 .f_box.gtr .w55{
  margin-right: 10px;
}
.sec_8 .f_box.gtr .w45{
width: 50%;
}
.sec_8 .f_r{
  width: 33%;
}
@media screen and (max-width: 768px) {
  .sec_8 h2{
  font-size: 7vw;
  }
  .sec_8 h3{
    font-size: 5vw;
  }
  .sec_8 h3 img{
width: 15%;
  }
  .sec_8 .box_1 > figure{
    margin-left: 0;
    margin-right: 0;
    width: 100%;
  }
  .sec_8 .box_1 > figure img{
    width: 100%;

  }
  .sec_8 .ttl img {
    width: 70vw;
  }
  .sec_8 .box_1 h3{
    font-size: 120%;
  }
  
}
.sec_9 {
  background-image: -moz-linear-gradient( 0deg, rgb(192,203,229) 0%, rgb(186,224,235) 100%);
  background-image: -webkit-linear-gradient( 0deg, rgb(192,203,229) 0%, rgb(186,224,235) 100%);
  background-image: -ms-linear-gradient( 0deg, rgb(192,203,229) 0%, rgb(186,224,235) 100%);
  /* background:#dc453d; */
  background:#e4f6ff;
}
.sec_9 h2 {
  /* color: #fff; */
}
.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 {
width: 55%;
}
.sec_9 .box_1 .w45 .sec_cta{
  padding: 30px 0;
}
.sec_9 .box_1 div.w45 .box_cta input[type="text"]{
  font-size: 115%;
  text-align: center;
  padding: 0.8em 0.8em 0.8em 0.5em;
  width: 100%;
}
.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;
    width: 100%;
  }
  .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: url(../img/bg_03.png.webp) no-repeat center top;
  background-size: cover;
}

.sec_11 .inner {
  overflow: visible;
}

.sec_11 .f_box figure {
  width: 27%;
  margin: 0;
}

.sec_11 .f_box figure img{
  width: 100%;
}

.sec_11 .f_box .txt {
  width: 70%;
  /* padding: 3%; */
  background: #fff;
}

.sec_11 .f_box .txt .ttl {
  font-weight: 600;
  font-size: 23px;
  line-height: 1.5em;
}

.sec_11 .f_box .txt h3 {
  font-size: 47px;
  border-bottom: #53b6c8 solid 4px;
  font-weight: 800;
  padding-bottom: .7em;
  margin-bottom: .5em;
}

.sec_11 .f_box .txt h3 span {
  color: #53b6c8;
  font-size: 33px;
  padding-left: 3px;
  font-weight: 600;
}

@media screen and (max-width: 768px) {
  .sec_11 .ttl img {
    width: 68%;
  }
  .sec_11 .f_box figure {
    width: 100%;
    margin: 0 0 1em;
    position: relative;
  }
  .sec_11 .f_box figure img {
    width: 50%;
  }
  .sec_11 .f_box .txt {
    width: 100%;
    padding-top: 29vw;
    margin-top: -24vw;
  }
  .sec_11 .f_box .txt .ttl {
    font-size: 4.8vw;
  }
  .sec_11 .f_box .txt h3 {
    font-size: 8vw;
    border-bottom: #53b6c8 solid 3px;
    padding-bottom: .5em;
    margin-bottom: .3em;
  }
  .sec_11 .f_box .txt h3 span {
    font-size: 4.8vw;
  }
}
.sec_13 {
  background-color: #f2f2f2;
}
.sec_13 h2 {
  color: #043f7a;
}
.sec_13 dl {
  display: flex;
  flex-flow: wrap;
  justify-content: space-between;
  margin-bottom: 5%;
}
.sec_13 dl dt, .sec_13 dl dd {
  padding: 0.7em;
  font-size: 18px;
  line-height: 1.3em;
}
.sec_13 dl dt {
  width: 25%;
  color: #043f7a;
  font-weight: 700;
  border-bottom: #e7e7e7 solid 2px;
  padding-top: 1em;
}
.sec_13 dl dt span {
  display: inline-block;
  padding: 0 0.3em;
  font-size: 12px;
  background-color: #d1130c;
  color: #fff;
  margin-left: 5px;
}
.sec_13 dl dt:last-of-type {
  border-bottom: none;
}
.sec_13 dl dd {
  width: 75%;
  border-bottom: #e7e7e7 solid 2px;
}
.sec_13 dl dd input {
  padding: 0.4em;
  font-size: 18px;
  width: 45%;
}
.sec_13 dl dd input[type=email] {
  width: 60%;
}
.sec_13 dl dd:last-of-type {
  border-bottom: none;
}
.sec_13 input[type=image] {
  max-width: 100%;
}
.sec_13 .ripple span {
  background-color: #009643;
}
@media screen and (max-width: 768px) {
  .sec_13 .ttl img {
    width: 70vw;
  }
  .sec_13 dl dt, .sec_13 dl dd {
    padding: 0.5em;
    font-size: 4.3vw;
  }
  .sec_13 dl dt {
    /* width: 27%;
    text-align: center; */
    text-align: left;
    width: 100%;
    border-bottom: none;
  }
  .sec_13 dl dd {
    width: 100%;
    padding-bottom: .6em;
     /* border-bottom: none; */
  }
  .sec_13 dl dd input {
    width: 100%;
  }
  .sec_13 dl dd input[type=email] {
    width: 100%;
  }
}

.sec_12 {
  /* background: #000 url(../img/bg_05.jpg.webp) no-repeat center top; */

    background-image: -moz-linear-gradient( 0deg, rgb(220,69,60) 0%, rgb(239,105,97) 100%);
    background-image: -webkit-linear-gradient( 0deg, rgb(220,69,60) 0%, rgb(239,105,97) 100%);
    background-image: -ms-linear-gradient( 0deg, rgb(220,69,60) 0%, rgb(239,105,97) 100%);

}
.sec_12 h2 {
  color: #fff;
}
.sec_12 .box_1 .w55 figure{
  text-align: left;
  margin-bottom: .5em;
}
.sec_12 .box_1 .w55 h3{
  font-weight: bold;
  font-size: 150%;
}
.sec_12 .box_1 .w45 img {
  margin-top: 0;
}
.sec_12 .box_1 .w45 {
  margin: 0 auto;
}
.sec_12 .f_box.gtr .w55{
  margin-bottom: 1em;
}
.sec_12 .f_box.gtr .w55 h3{
  margin-bottom: .5em;
}
@media screen and (min-width: 769px) {
  .sec_12 .inner{
    max-width: 1200px;
  }
  .sec_12 > .inner > div{
    display: flex;
    flex-wrap: wrap;

  }

.sec_12 .box_1{
  width: 48%;
}
.sec_12 .box_1 .f_box{
flex-flow: column;
}
.sec_12 .box_1 .w45 {
width: 100%;
}
.sec_12 .box_1 .w55 {
  width: 100%;
}
}
@media screen and (max-width: 768px) {
  .sec_12 .box_1 .w55 figure img{
    width: 32%;
  

  }
  .sec_12 .icon{
    max-width: 18%;
  }
  .sec_12 .ttl img {
    width: 70vw;
  }

  .sec_12 .box_1 .w55 h3{
    font-size: 4.5vw;
  }
  .sec_12 .box_1 .w55 figure img{
    width: 30%;

  }
  
}

.sec_14 {
  /* background: #000 url(../img/bg_05.jpg.webp) no-repeat center top; */

    background-image: -moz-linear-gradient( 0deg, rgb(195,234,223) 0%, rgb(234,222,224) 100%);
    background-image: -webkit-linear-gradient( 0deg, rgb(195,234,223) 0%, rgb(234,222,224) 100%);
    background-image: -ms-linear-gradient( 0deg, rgb(195,234,223) 0%, rgb(234,222,224) 100%);

}
.sec_14 h2 {
  /* color: #fff; */
}
.sec_14 .box_1 .w55 figure{
  text-align: left;
  margin-bottom: .5em;
}
.sec_14 .box_1 .w55 h3{
  font-weight: bold;
  font-size: 150%;
}
.sec_14 .box_1 .w45 img {
  margin-top: 0;
}
.sec_14 .box_1 .w45 {
  margin: 0 auto;
}
.sec_14 .f_box.gtr .w55{
  margin-bottom: 1em;
}
.sec_14 .f_box.gtr .w55 h3{
  margin-bottom: .5em;
}
@media screen and (min-width: 769px) {
  .sec_14 .inner{
    max-width: 1200px;
  }
  .sec_14 > .inner > div{
    display: flex;
    flex-wrap: wrap;

  }

.sec_14 .box_1{
  width: 48%;
}
.sec_14 .box_1 .f_box{
flex-flow: column;
}
.sec_14 .box_1 .w45 {
width: 100%;
}
.sec_14 .box_1 .w55 {
  width: 100%;
}
}
@media screen and (max-width: 768px) {
  .sec_14 h2 {
    font-size: 6vw;
  }
  .sec_14 .box_1 .w55 figure img{
    width: 32%;
  

  }
  .sec_14 .icon{
    max-width: 18%;
  }
  .sec_14 .ttl img {
    width: 70vw;
  }

  .sec_14 .box_1 .w55 h3{
    font-size: 4.5vw;
  }
  .sec_14 .box_1 .w55 figure img{
    width: 30%;

  }
  
}
figure.icon{
  margin-bottom: .5em;
}


.box_4 {
  background-color: #fff;
  box-shadow: 0 0 5px #999;
  padding: 4%;
  border-radius: 12px;
}
.box_4 figure.ttl {
  text-align: left;
  width: 60%;
  margin-left: 0;
}
.box_4 p span {
  font-size: 21px;
  font-weight: bold;
}
.box_4 h3 {
  border-left: #d8545f solid 7px;
  padding-left: 0.2em;
  font-size: 19px;
  margin-bottom: 1em;
}
.sec_15 {
  background-color: #f0f0f0;
}
.sec_15 .box_4 {
  width: 100%;
  max-width: 915px;
  margin: 0 auto;
}

form table {
  width: 100%;
  margin-bottom: 1.5em;
}
form table th,
form table td {
  font-size: 18px;
  border-bottom: #ececec solid 2px;
  padding: 0.5em;
}
form table th input,
form table th textarea,
form table td input,
form table td textarea {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 18px;
  padding: 0.5em;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
form table th input::-moz-placeholder, form table th textarea::-moz-placeholder, form table td input::-moz-placeholder, form table td textarea::-moz-placeholder {
  color: #999;
}
form table th input::placeholder,
form table th textarea::placeholder,
form table td input::placeholder,
form table td textarea::placeholder {
  color: #999;
}
form table th textarea,
form table td textarea {
  width: 100%;
}
form table th {
  text-align: left;
  width: 25%;
  vertical-align: middle;
  line-height: 1.5;
}
form table th span {
  color: #fff;
  background-color: #d8545f;
  /* border: #f8bdd0 solid 1px; */
  padding: 3px;
  display: inline-block;
  margin-left: 0.5em;
  font-size: 12px;
}
form table th span.any {
  background-color: #333;
}
form table td {
  width: 75%;
}
form table td p{
  font-size: 20px;
  font-weight: bold;
    }
    form table td p span{
      font-size: 20px!important;
        }
form table td input {
  font-size: 18px;
  padding: 0.3em;
}
form table td input[type="email"] {
  width: 300px;

}
form table tr:last-of-type th,
form table tr:last-of-type td {
  border-bottom: none;
}
form select{
  display: inline-block;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-right: 10px;
  padding-left: 10px;
  vertical-align: top;
  border: 1.4px solid #bfbfbf;
  background: #fff;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  /* margin-left: 10px;
  margin-right: 0px; */
  cursor: pointer;
  font-size: 18px;

}

form input[type=submit] {
  background-color: #22ad39;
  color: #fff;
  border: none;
  font-size: 30px;
  width: 90%;
  max-width: 500px;
  padding: 0.3em;
  border-radius: 60px;
  margin: 0 auto;
  display: block;
}
form .dayselect{
  display: flex;
  align-items: center;
  margin-bottom: 1em;
}
form h3{
  display:block;
  width: 100%;
  text-align: left;
}
form .dayselect span{
  display: inline-block;
margin-left: .5em;
margin-right: .5em;

}
@media screen and (max-width: 767px) {
  form table,
  form table tbody,
  form table tr,
  form table th,
  form table td {
    width: 100%;
    display: block;
    border: none;
  }
  form table th input,
  form table th textarea,
  form table td input,
  form table td textarea {
    width: 100%;

  }
  form table td input[type="email"] {
    width: 100%;
  }
  form table td {
    border-bottom: #ececec solid 2px;
    margin-bottom: 5%;
  }
  form table td p{
font-size: 3.6vw;
  }
  form table td p br{
    display: block;
      }
  form table td p span{
    font-size: 3.6vw!important;
      }
      form table select{
        font-size: 3.5vw;
      }
  form input[type=submit] {
    font-size: 24px;
  }
}


.sec_16 {
  /* background-color: #f3f3f3; */
  background: url(../img/bg_07.png.webp) repeat-y center top;
}
@media screen and (max-width: 767px) {
  .sec_16 .ttl img {
    width: 40%;
  }
}

.box_2 {
  align-items: flex-start;
  margin-top: 5%;
}
.box_2 h3{
  font-size: 24px;
  /* background: linear-gradient(transparent 60%, rgb(255, 242, 172) 60%); */
  /* display: inline-block; */
  padding-bottom: .5em;
  border-bottom: #dc8f95 solid 3px;
}
.box_2.men h3{
  border-bottom: #75b1d0 solid 3px;
}
.box_2:first-of-type {
  margin-top: 3%;
}
.box_2 > figure {
  position: relative;
  background: #dc8f95;
  padding: 0;
  width: 19.5%;
  padding: 25px 25px 40px;
}
.box_2.men > figure {
  background: #75b1d0;
}
.box_2 > figure img {
  display: block;
  margin-bottom: 2em;
}
.box_2 > figure figcaption {
  font-size: 22px;
  color: #fff;
  display: block;
  text-align: center;
  line-height: 1.3;
  font-weight: bold;
}
.box_2 > figure figcaption span{
font-size: 80%;
font-weight: normal;
}
.box_2 > figure::after {
  position: absolute;
  display: block;
  content: "";
  background: url(../img/arw_w.png.webp) no-repeat center top;
  background-size: cover;
  width: 16px;
  height: 23px;
  inset: 0 0 50px 0;
  margin: auto 0 auto auto;
}
.box_2 .txt {
  background-color: #fff;
  padding: 3% 1.5% 1.5% 3%;
  width: 83%;
}
.box_2 .txt .tag {
  text-align: left;
  margin: 0;
  height: 10px;
}
.box_2 .txt .tag img {
  position: relative;
  top: -50px;
}
.box_2 .txt p {
  margin-bottom: 0.6em;
}
.box_2 .txt .name {
  color: #fe5d00;
  font-weight: 700;
  letter-spacing: 2px;
}
.box_2 .txt .name span {
  font-size: 23px;
  padding-right: 0.5em;
}
.box_2 .txt .t_r {
  font-size: 14px;
  /* margin-bottom: 0; */
}
.box_2.r_rvs > figure::after {
  transform: rotate(-180deg);
  margin: auto auto auto 0;
}
@media screen and (max-width: 768px) {
  .box_2 h3{
    font-size: 4.5vw;
  }
  .box_2 > figure {
    width: 100%;
    padding: 25px;
    margin-bottom: 0;
    display: flex;
    align-items: center;
    justify-content: flex-start;
  }
  .box_2 > figure img {
    width: 30vw;
    margin: 0 1em 0 0;
  }
  .box_2 > figure::after {
    transform: rotate(90deg);
    width: 4.5vw;
    height: 6vw;
    bottom: -1vw;
    margin: auto auto 0;
    left: -50vw;
  }
  .box_2 .txt {
    width: 100%;
  }
  .box_2 .txt .tag {
    height: 10px;
  }
  .box_2 .txt .tag img {
    position: relative;
    top: -7vw;
    width: 25vw;
  }
  .box_2 .txt .name {
    font-size: 3.7vw;
    letter-spacing: 1px;
  }
  .box_2 .txt .name span {
    font-size: 5.3vw;
  }
  .box_2 .txt .t_r {
    font-size: 3vw;
  }
  .box_2.r_rvs > figure::after {
    transform: rotate(90deg);
    margin: auto auto 0;
  }
}

.sec_17{
  background: #fffdf3;
}
.sec_20 {
  background-color: #1e6989;
}
.sec_20 h2{
color: #fff;
}
.cta {
  position: fixed;
  /* background-color: #438aa5ab; */
  padding: 1.5%;
  margin: auto 0 auto auto;
  right: 0;
  left: 0;
  bottom: 0;
  width: 350px;
  border-radius: 20px 0 0 0;
  background: #f8f5e0ed;
  z-index: 10;
}
.cta p{
  font-weight: bold;
  margin-bottom: 0;
  text-align: center;
}
.cta figure {
  margin-bottom: 1em;
}
.cta figure:last-of-type {
  margin-bottom: 0;
}
.is-in .cta {
  display: none!important;
}
.cta .pc{
  display: inline!important;
}
@media screen and (max-width: 768px) {
  .cta .pc{
    display: none!important;
  }
  .cta {
    display: flex;
    border-radius: 0;
    padding: 3%;
    margin: auto auto 0;
    width: 100%;
    justify-content: space-between;
  }
  .cta p{
    display: flex;
    align-items: center;
  }
  .cta figure{
    width: 60%;
  }
}
.sec_21{
  /* background: #f6dd9a; */
  background: url(../img/bg_06.png) repeat-y center top;
}
.sec_21 h2{
color: #fff;
}
.sec_21 h2 span{
  color: #fff100
}
.sec_22{
background: url(../img/bg_07.png.webp) repeat-y center top;
}
.sec_22 .f_box{
  flex-wrap: wrap;
overflow-y: scroll;
height: 500px;
background: #fff;
}
@media screen and (max-width: 768px) {
  .sec_22{
background-size: 166%;
  }
  .sec_22 .f_box{
  height: 60vh;
  flex-wrap: nowrap;
  }
}
.sec_23 h3{
  font-size: 22px;
}
.sec_23 ul li{
  background: url(../img/icon_chk_2.png) no-repeat 2px 0.6em;
  background-size: 1em;
  color: #000;
  font-weight: normal;
  font-size: 18px;
  line-height: 1.4;
  border-bottom: #7b7b7b dashed 1px;
  margin-bottom: 1em;
}

.sec_23 .box_1{
  margin-top: 60px;
}
.sec_23 .box_1 > figure{
  text-align: left;
  margin-top: -57px;
  margin-bottom: .8em;
}
.sec_23 .box_n1 .col:nth-of-type(3) .col2{
  font-weight: bold;
  color: #d8545f;
    }
.sec_23 .box_n1 .col .col1{
  width: 30%;
        }
@media screen and (max-width: 768px) {
  .sec_23 .box_1{
    margin-top: 3em;
  }
  .sec_23 ul li{
  font-size: 3.4vw;
  }
  .sec_23 .box_1 > figure{
    margin-top: -9vw;
  }
  .sec_23 .box_1 .w55{
    margin-bottom: 0;
  }
  .sec_23 .box_1 > figure img{
    width: 33%;

  }
  .sec_23 h3{
    font-size: 4vw;
  }


}
.sec_24{
  background: url(../img/bg_08.png.webp) repeat-y center top;
}
.sec_24 .f_box{
flex-wrap: wrap;
}
.sec_25 {
        background-image: -moz-linear-gradient( 179deg, rgb(255, 224, 225) 0%, rgb(210, 243, 255) 100%);
        background-image: -webkit-linear-gradient( 179deg,rgb(255, 224, 225) 0%, rgb(210, 243, 255) 100%);
        background-image: -ms-linear-gradient( 179deg,rgb(255, 224, 225) 0%, rgb(210, 243, 255) 100%);
}
.sec_25 .inner{
  padding-top: 2em;
}
.sec_25 h3{
text-align: center;
font-size: 25px;
}
.sec_25 .box_1{
  position: relative;
  padding: 3em 1em 1em;
  margin-bottom: 3em;
}
.sec_25 .box_1:last-of-type{
  margin-bottom: 0;
}
.sec_25 .voice_title{
  top: -1.5em;
  left: 0%;
position: absolute;
}

.sec_25 figure.icon img{
  height: auto;
}
@media screen and (max-width: 768px) {
.sec_25 h3{
  font-size: 4.5vw;
}
.sec_25 .voice_title{
  width: 40%;
  left: 31%;
}
.sec_25 .box_1{
  padding-top: 2em;
}
}
footer {
  background-color: #1b1b1b;
  color: #fff;
}
footer a {
  color: #fff;
}
@media screen and (max-width: 768px) {
  footer {
    font-size: 3.2vw;
    padding-bottom: 30vw;
  }
}
/*# sourceMappingURL=map/style.css.map */