@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: 2% 0;
  max-width: 600px;
  margin: 0 auto;
  position: relative;
  box-shadow: rgba(0, 0, 0, 0.1) 3px 3px 40px;
  background-color: #fff;
}
section .s_hdr {
  display: flex;
  width: 100%;
  align-items: center;
}
section .inner {
  overflow: visible;
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 4%;
}
section .inner:after {
  content: "";
  display: block;
  clear: both;
}
@media screen and (max-width: 768px) {
  section {
    padding: 8% 0;
  }
  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: 6%;
  }
}

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: #1ea5b9;
  box-shadow: 0 0 5px white;
}
@media screen and (max-width: 768px) {
  .ripple span {
    width: 100%;
  }
}
@keyframes rippleAnimation {
  0% {
    transform: scale(1, 1);
    opacity: 0.5;
  }
  100% {
    transform: scale(1.1, 1.1);
    opacity: 0;
  }
}
.ripple2 {
  position: relative;
  display: block;
}
.ripple2 img {
  max-width: 100%;
  margin: 0 auto;
}
.ripple2 span.clr_1, .ripple2 span.clr_2 {
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  width: 70px;
  height: 70px;
  margin: auto;
  animation-name: rippleAnimation2;
  animation-duration: 2s;
  animation-timing-function: ease-out;
  animation-iteration-count: infinite;
  border-radius: 100%;
  box-shadow: 0 0 45px 1px #ff004a inset;
}
.ripple2 span.clr_2 {
  animation-delay: 0.3s;
}
@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: 4% 0;
  line-height: 1.8em;
  margin-top: 5%;
  font-size: 18px;
  /* border-bottom: #f0a153 dotted 2px; */
}
.faq dt {
  /* font-weight: bold; */
  padding: 0.3em 3em 0.5em 12%;
  background: url(../img/icon_q.png.webp) no-repeat left top;
  margin-bottom: 0.5em;
  font-size: 25px;
  line-height: 1.5em;
  position: relative;
  background-position: 7px 7px;
}
.faq dt::before, .faq dt::after {
  position: absolute;
  display: block;
  content: "";
  width: 1.6em;
  height: 7px;
  background-color: #f68516;
  top: 0;
  right: 3%;
  bottom: 0;
  left: 0;
  margin: auto 0 auto auto;
  transition-duration: 0.5s;
}
.faq dt::after {
  transform: rotate(90deg);
}
.faq dt.active::after {
  transform: rotate(0deg);
}
.faq dd {
  padding: 0.3em 1em 0.5em 15%;
  background: url(../img/icon_a.png.webp) no-repeat left top;
  margin-bottom: 2em;
  display: none;
  background-position: 7px 7px;
}
.faq dd span {
  font-weight: bold;
  font-size: 30px;
}
.faq dd:last-of-type {
  margin-bottom: 0;
}
.faq:last-of-type {
  border-bottom: none;
}
@media screen and (max-width: 768px) {
  .faq {
    line-height: 1.5em;
    padding: 0;
  }
  .faq dt {
    background-size: 35px auto;

    padding: 0.8em 2em 0.5em 3.5em;
    margin-bottom: 0.6em;
    font-size: 4.2vw;
    background-position: 7px 7px;
  }
  .faq dt::before, .faq dt::after {
    width: 1.2em;
    height: 3px;
  }
  .faq dd {
    font-size: 3.9vw;
    background-size: 35px auto;
    padding-top: 0.3em;
    padding-bottom: 1em;
  }
  .faq dd span {
    font-size: 5.2vw;
  }
}

.hand {
  position: relative;
}
.hand::after {
  position: absolute;
  display: block;
  content: "";
  width: 90px;
  height: 95px;
  background: url(../img/hand.png.webp) no-repeat;
  top: 0;
  right: -3%;
  bottom: -20px;
  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: 48px;
    background-size: 100% auto;
    bottom: -10px;
  }
}

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

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

.yureru-s {
  animation: yureru-s 2s infinite;
}

@keyframes yureru-s {
  0% {
    transform: translate(2px, 0px);
  }
  5% {
    transform: translate(-2px, 0px);
  }
  10% {
    transform: translate(2px, 0px);
  }
  15% {
    transform: translate(-2px, 0px);
  }
  20% {
    transform: translate(2px, 0px);
  }
  25% {
    transform: translate(-2px, 0px);
  }
  30% {
    transform: translate(0px, 0px);
  }
}
footer {
  text-align: center;
  background-color: #c00;
  padding: 1em;
  line-height: 1.65em;
}

header {
  background-image: -moz-linear-gradient( 0deg, rgb(96,0,11) 0%, rgb(30,170,185) 0%, rgb(47,106,183) 43%, rgb(250,131,5) 100%);
  background-image: -webkit-linear-gradient( 0deg, rgb(96,0,11) 0%, rgb(30,170,185) 0%, rgb(47,106,183) 43%, rgb(250,131,5) 100%);
  background-image: -ms-linear-gradient( 0deg, rgb(96,0,11) 0%, rgb(30,170,185) 0%, rgb(47,106,183) 43%, rgb(250,131,5) 100%);
background-size: 100% 2px;
background-position-y: bottom;
background-repeat: no-repeat;
max-width: 600px;
    margin: 0 auto;
    position: relative;
}

header .inner{
padding: 2% 2%;
display: flex;
align-items: center;
}
header .inner figure{
margin-bottom: 0;
width: 40%;
}
header .inner figure:first-child{
  margin-left: 0;
}
header .inner figure:last-child{
  margin-right: 0;
}
.sec_1 {
  padding-top: 0;
  background: url(../img/bg_01.jpg.webp) no-repeat center 30px;
  background-size: 100% auto;
  padding-bottom: 3%;
}
.sec_1.lp2 {
  background: url(../cimg/bg_01.jpg.webp) no-repeat center top;
  background-size: cover;
}
.sec_1 .s_hdr {
  background: url(../img/s_hdr_1.jpg.webp) no-repeat center top;
  height: 75px;
  margin-bottom: 12%;
  padding: 0 5%;
}
.lp2 .sec_1 .inner {
  padding: 0;
}
.sec_1 .inner {
  padding: 0 3% 0 3%;
}
@media screen and (max-width: 768px) {
  .sec_1 {
  background: url(../img/bg_01.jpg.webp) no-repeat center 3vw;
  background-size: 100% auto;
  }
  .sec_1 .s_hdr {
    padding: 2%;
    height: 14vw;
    margin-bottom: 9%;
  }
}

.sec_2 {
  /* padding: 0; */
}

.box_1 {
  margin-bottom: 5%;
  padding: .5em;
  border-radius: 10px;
}
.box_1.arisawa {
    background-image: -moz-linear-gradient( 0deg, rgb(206,234,244) 0%, rgb(247,221,222) 100%);
    background-image: -webkit-linear-gradient( 0deg, rgb(206,234,244) 0%, rgb(247,221,222) 100%);
    background-image: -ms-linear-gradient( 0deg, rgb(206,234,244) 0%, rgb(247,221,222) 100%);
}
.box_1.hiroko {
    background-image: -moz-linear-gradient( 0deg, rgb(196,232,238) 0%, rgb(251,220,190) 100%);
    background-image: -webkit-linear-gradient( 0deg, rgb(196,232,238) 0%, rgb(251,220,190) 100%);
    background-image: -ms-linear-gradient( 0deg, rgb(196,232,238) 0%, rgb(251,220,190) 100%);
  
}
.box_1 > figure {
  margin-bottom: 0;
}
.box_1 .txt {
  background-color: #fff;
  padding: 3%;
}
.box_1 .txt .ttl_top img {
  margin-top: -13%;
}
.box_1 .txt.bg_g {
  background: #f1f1f1 url(../img/arw_2.png.webp) no-repeat center top;
  padding-top: 8%;
}
@media screen and (max-width: 768px) {
  .box_1 .txt.bg_g {
    background-size: 8vw auto;
  }
}

.sec_3 {
  background: url(../img/bg_02.jpg.webp) no-repeat center top;
  background-size: cover;
  padding-top: 6%;
}
.sec_3.pt {
  padding-top: 2%;
}
@media screen and (max-width: 768px) {
  .sec_3 {
    padding-top: 12%;
  }
  .sec_3.pt {
    padding-top: 6%;
  }
}

.sec_4 {
  background-color: #db0d11;
  padding-top: 6%;
}
.sec_4 .box_1 .txt{
  margin-bottom: -1px;
}

@media screen and (max-width: 768px) {
  .sec_4 {
    padding-top: 12%;
  }
}

.tbl_1 {
  border-collapse: separate;
  border-spacing: 7px;
  width: 100%;
  margin-bottom: .5em;
}
.tbl_1 tr:last-child td{
  border-bottom: none;
}
.tbl_1 th, .tbl_1 td {
  font-size: 21px;
  font-weight: 900;
  line-height: 1.4em;
}
.tbl_1 th {
  width: 7em;
  color: #fff;
  letter-spacing: 2px;
  font-weight: 700;
  vertical-align: top;
}
.tbl_1 th span {
  background-color: #2198df;
  padding: 0.4em;
  width: 100%;
  display: inline-block;
}
.tbl_1 td {
  border-bottom: #666 dotted 2px;
  padding: 0.3em 0.4em 0.6em;
  letter-spacing: 1px;
}
.tbl_1 td span {
  font-size: 130%;
  color: #e51b5e;
}
.tbl_1.red th span {
  background-color: #db0d11;
  border-radius: 30px;
}
.tbl_1.red tr:last-of-type td {
  font-size: 90%;
  line-height: 1.8em;
}
.tbl_1.red tr:last-of-type td span {
  color: #db0d11;
  font-size: 240%;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .tbl_1 {
    border-spacing: 4px;
  }
  .tbl_1 th, .tbl_1 td {
    font-size: 3.7vw;
  }
  .tbl_1 th {
    letter-spacing: 0;
    width: 5em;
  }
  .tbl_1 td {
    letter-spacing: 0;
  }
  .tbl_1.red tr:last-of-type td {
    padding-top: 0.7em;
    font-size: 80%;
  }
  .tbl_1.red tr:last-of-type td span {
    font-size: 240%;
  }
}

.box_li_chk h3 {
  background-color: #2198df;
  width: calc(100% - 6px);
  color: #fff;
  font-size: 21px;
  display: block;
  margin-top: 5px;
  margin-bottom: 0;
  margin-left: 3px;
  text-align: center;
  padding: 0.5em;
}
.box_li_chk ul.li_chk {
  padding: 2% 0%;
  margin: 0 auto 1em;
  /* border: #666 dotted 2px; */
  border-top: none;
  width: calc(100% - 6px);
  margin-left: 3px;
  font-size: 20px;
  line-height: 1.5em;
  font-weight: 900;
}
@media screen and (max-width: 768px) {
  .box_li_chk h3 {
    font-size: 3.7vw;
  }
  .box_li_chk ul.li_chk {
    line-height: 0.8em;
  }
}

ul.li_chk li {
  padding: 0.3em 0 0.3em 2.3em;
  background: url(../img/icon_chk.png.webp) no-repeat left;
}
@media screen and (max-width: 768px) {
  ul.li_chk li {
    background-size: 1.1em auto;
    background-position-y: 1.5vw;
    padding-left: 1.6em;
    font-size: 3.7vw;
    line-height: 1.4;
  }
}

.sec_5 {
  background-color: #fff2f2;
}

.sec_6 {
  background-color: #f1faff;
}

.sec_7 {
  background: url(../img/bg_04.png.webp) repeat-y center;
}
@media screen and (max-width: 768px) {
  .sec_7 {
    background-size: 120% auto;
  }
}

.sec_8 {
  padding-top: 0;
  /* background: #eeeeee url(../img/bg_04.png.webp) no-repeat center; */
}
.sec_8 .s_hdr {
  background: url(../img/s_hdr_2.png.webp) no-repeat center top;
  background-size: cover;
  height: 239px;
  padding-bottom: 3%;
  margin-bottom: 2%;
  padding: 10% 4% 2%;
  display: block;
}
.sec_8 .box_1 .txt {
  border-radius: 15px;
}
@media screen and (max-width: 768px) {
  .sec_8 .s_hdr {
    height: 36vw;
    padding: 9% 2% 7%;
    background-size: 100% auto;
  }
}

.sec_9 {
  padding: 0;
}

.box_2 {
  background-color: #f4fbff;
  /* border: #206bbc solid 3px; */
  padding: 3%;
  border-radius:10px;
  margin-top: 13%;
  box-shadow: rgba(0, 0, 0, 0.1) 3px 3px 40px;
}
.box_2 .ttl {
  text-align: left;
}
.box_2 .ttl img {
  margin-top: -4.5em;
}
@media screen and (max-width: 768px) {
  .box_2 .ttl {
    padding-right: 2vw;
  }
  .box_2 .ttl img {
    margin-top: -2.5em;
  }
}

.sec_11 {
  background-color: #f1f8ff;
}
.sec_12{
  /* background-image: -moz-linear-gradient( 0deg, rgb(96,0,11) 0%, rgb(255,163,163) 0%, rgb(245,131,10) 100%);
  background-image: -webkit-linear-gradient( 0deg, rgb(96,0,11) 0%, rgb(255,163,163) 0%, rgb(245,131,10) 100%);
  background-image: -ms-linear-gradient( 0deg, rgb(96,0,11) 0%, rgb(255,163,163) 0%, rgb(245,131,10) 100%); */
  background: url(../img/bg_02.jpg.webp) repeat-y top center;
}

@media screen and (max-width: 768px) {
  .sec_12 .ttl img {
    width: 60vw;
  }
}

.sec_13 {
  background: #2198df url(../img/bg_02.jpg.webp) no-repeat center top;
  background-size: 100% auto;
}
@media screen and (max-width: 768px) {
  .sec_13 .sml img {
    width: 20vw;
  }
}
.sec_14 {
padding-top: 0;
}
.sec_14 .faq{
  border-bottom: none;
  padding: 0;
}
.sec_14 .faq dt{
    background-image: -moz-linear-gradient( 0deg, rgb(96,0,11) 0%, rgb(163,220,228) 0%, rgb(250,221,150) 100%);
    background-image: -webkit-linear-gradient( 0deg, rgb(96,0,11) 0%, rgb(163,220,228) 0%, rgb(250,221,150) 100%);
    background-image: -ms-linear-gradient( 0deg, rgb(96,0,11) 0%, rgb(163,220,228) 0%, rgb(250,221,150) 100%);
background-position: 0 0;
  
background-size: 100%;
padding: 1em 2em 1em .5em;
    /* color: #fff; */
    /* height: 3em; */
/* color: #fff; */

}
.sec_14 .faq dt span{
  color: #3bb1bc;
background: #fff;
padding: .25em .5em;
border-radius: 100px;
display: inline-block;
margin-right: .5em;
}
.sec_14 .faq dt::before{
  display: none;
}
.sec_14 .faq dt::after{
  background: url(../img/arw_1.png.webp) no-repeat center top;
  width: 1em;
  height: 1em;
background-size: cover;  
transform: rotate(0deg);
}

.sec_14 .faq dt.active::after{
  transform: rotate(180deg);
}

.sec_14 .faq dd{
 padding: .5em;
 background: none;
}
@media screen and (max-width: 768px) {
.sec_14 .faq dt{
font-size: 4vw;

}
}
.sec_15{
  background: url(../img/bg_03.jpg.webp) repeat-y center top;
  font-size: 4vw;
padding-top: 0;
}


.sec_15 table{
border: .1rem solid #736357;
border-collapse: collapse;
width: 100%;
line-height:1.3;
}

.sec_15 tr{
border-bottom: .1rem solid #e4d7ce;
font-size: 18px;
}

.sec_15 tr:last-of-type {
border-bottom: .1rem solid #736357
}
@media screen and (max-width: 768px) {
.sec_15 tr{
  font-size: 3.5vw;
  }
}

.sec_15 th{
background-color: #fef6f0;
border-right: .1rem solid #736357;

font-weight: 400;
letter-spacing: .05em;
padding: 1rem 1rem;
text-align: center;
/* width: 20rem */
}
.sec_15 td{
background-color: #fef9f9;
    color: var(--text-color);
    font-size: var(--md);
    letter-spacing: .05em;
    padding: .5rem 1rem;
    /* text-align: center; */
    vertical-align: middle;
}
.sec_16{
  padding-top: 0;
}
.sec_17{
  padding-top: 0;
}
.sec_17 th{
  background: #fef6f0;
  font-size: 1.6rem;
  font-weight: 300;
  word-break: keep-all;
}
.sec_17 th.other{
background: #fef6f0;
    font-size: 1.6rem;
    font-weight: 300;
    word-break: keep-all;

}


.sec_17 table{
  margin-bottom: 1em;
  width: 100%;
}
.sec_17 th, .sec_17 td{
  border-bottom: 1px solid #ddd;
  padding: 1.9rem 0.5rem;
  text-align: center;
  vertical-align: middle;
 
}
.sec_17 th.none{
 background: #fff;
}
.sec_17 th.skilabo{
background: #f99;
    border-left: none;
    border-radius: 2rem 2rem 0 0;
    border-right: none;
    position: relative;
    color: #fff;
    font-weight: bold;
}
.sec_17 td.skilabo{
  background: #fff;
  border-bottom: 1px solid #f99;
  border-left: 2px solid #f99;
  border-right: 2px solid #f99;
  color: #d17f7f;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
.sec_17 th, .sec_17 td{
  font-size: 3.2vw;
}
}
.sec_18{
  padding: 0;
    background-image: -moz-linear-gradient( 0deg, rgb(239,221,173) 0%, rgb(255,255,255) 53%, rgb(237,211,138) 100%);
    background-image: -webkit-linear-gradient( 0deg, rgb(239,221,173) 0%, rgb(255,255,255) 53%, rgb(237,211,138) 100%);
    background-image: -ms-linear-gradient( 0deg, rgb(239,221,173) 0%, rgb(255,255,255) 53%, rgb(237,211,138) 100%);
    padding:  0 0 20px;
}
.sec_18 figure.ttl{
  margin-bottom: 20px;
}
.sec_18 .inner figure{
  margin-bottom: 20px;
}
.sec_19{
  background-image: -moz-linear-gradient( 0deg, rgb(196,232,238) 0%, rgb(251,220,190) 100%);
  background-image: -webkit-linear-gradient( 0deg, rgb(196,232,238) 0%, rgb(251,220,190) 100%);
  background-image: -ms-linear-gradient( 0deg, rgb(196,232,238) 0%, rgb(251,220,190) 100%);
padding:  0 0 20px;
}
.sec_19 figure.ttl{
  margin-bottom: 20px;
}
.sec_19 .inner figure{
  margin-bottom: 20px;
}
.sec_n{
  padding: 0;
}
.sec_n figure{
  margin-bottom: 0;
}

.sec_cta{
  background-image: -moz-linear-gradient( 0deg, rgb(196,232,238) 0%, rgb(251,220,190) 100%);
  background-image: -webkit-linear-gradient( 0deg, rgb(196,232,238) 0%, rgb(251,220,190) 100%);
  background-image: -ms-linear-gradient( 0deg, rgb(196,232,238) 0%, rgb(251,220,190) 100%);
padding: 3% 0;
}
.sec_cta .inner{
padding: 0 3%;
}
.sec_cta .box_3{
background: #fff;
border-radius: 10px;
padding: 3%;
}
.cta {
  position: fixed;
 
  background-color: #ffffffab;
  padding: 1.5%;
  margin: auto 0 auto auto;
  right: 0;
  left: 0;
  bottom: 0;
  width: 300px;
  border-radius: 20px 0 0 0;
}
.cta figure {
  margin-bottom: 1em;
}
.cta figure:last-of-type {
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  .cta {
    display: flex;
    border-radius: 0;
    padding: 3%;
    margin: auto auto 0;
    width: 100%;
  }
  .cta p{
    width: 40%;
    line-height: 1.3;
    margin-bottom: 0;
  }
  .cta figure{
    width: 70%;
  }
}

footer {
  max-width: 600px;
  margin: 0 auto;
  padding-bottom: 15%;
  color: #fff;
  background-color: #000;
}
footer a {
  color: #fff;
}
@media screen and (max-width: 768px) {
  footer {
    font-size: 3.2vw;
    padding-bottom: 37vw;
  }
}
@media screen and (min-width: 769px) {
  footer {
padding-bottom: 20px;
  }
}


.sec_cta form input {
  width: 100%;
}
.sec_cta form input[type=email] {
  width: 96%;
  display: block;
  margin: 0 auto 5%;
  font-size: 26px;
  border: #ff5715 solid 3px;
  border-radius: 10px;
  background: #fff url(../img/icon_mail.png.webp) no-repeat 3%;
  padding: 1em;
  text-align: center;
}
.sec_cta form input[type=image] {
  width: 100%;
  max-width: 680px;
  display: block;
  margin: 0 auto;
  z-index: 10;
  position: relative;
}
@media screen and (max-width: 768px) {
  .sec_cta form input[type=email] {
    font-size: 4.2vw;
    background-size: 5vw;
  }
}

.start{
  background: #fff url(../img/z/img_004_bg.png.webp) no-repeat 3%;
  padding: 203px 46px 244px;
  /* height: 630px; */
  color: #333;
  background-size: contain;
}
.start p{
font-size: 38px;
font-weight: bold;
}
.start p{
  text-align: left;
}
@media screen and (max-width: 768px) {
  .start{
    padding: 31vw 0 42vw 9vw;
    /* height: 100vw; */
    background-size: cover;
  }
  .start p{
  font-size: 6.2vw;
  }
}

img.bounce{
  animation: bounce 1s ease-in-out 0s infinite alternate;
}
@keyframes bounce {
  0% {
      transform: scale(.9)
  }

  to {
      transform: scale(1)
  }
}
/*# sourceMappingURL=map/style.css.map */