@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: 18px;
  font-size: 1.8rem;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック体", "Yu Gothic", YuGothic, "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic";
  color: #333;
  -webkit-text-size-adjust: 100%;
  max-width: 1920px;
  margin: 0 auto;
}

main section {
  padding: 5% 0;
  background-color: #fff;
  overflow: hidden;
}
main section .s_hdr {
  display: flex;
  width: 100%;
  align-items: center;
}
main section .inner {
  width: min(1024px, 100vw - 12px);
  margin: 0 auto;
  max-width: 100%;
}
main section .inner::after {
  content: "";
  display: block;
  clear: both;
}
@media screen and (max-width: 899px) {
  main section {
    padding: 7vw 0;
  }
  main section .inner {
    width: min(1024px, 94vw);
  }
}

figure {
  width: 100%;
  margin: 0 auto 40px;
  text-align: center;
  line-height: 0;
}
figure img {
  max-width: 100%;
  margin: 0 auto;
  line-height: 1;
  height: auto;
}
figure:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  figure {
    margin-bottom: 7vw;
  }
}

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: 767px) {
  p {
    font-size: 4.3vw;
  }
}

.box_txt {
  max-width: 1000px;
  margin: 0 auto;
}
.box_txt > figure {
  margin-bottom: 0;
}
.box_txt .txt {
  background-color: #fff;
  padding: 4%;
}
.box_txt .txt figure.f_r {
  margin-bottom: 0;
}
.box_txt .txt::after {
  content: "";
  display: block;
  clear: both;
}
.box_txt + .box_txt {
  margin-top: 7%;
}

.slider {
  display: none;
}
.slider.slick-initialized {
  display: block;
}

.box_video {
  position: relative;
  width: 100%;
  height: 56.25%;
  padding: 56.25% 0 0 0;
  text-align: center;
}
.box_video .video_wrapper {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 100%;
  margin: 0 auto;
}
.box_video .video_wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.faq {
  line-height: 1.65em;
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 2px 2px 7px #999;
}
.faq dt {
  font-weight: bold;
  padding: 0.8em 1em 0.8em 3.5em;
  background: url(../img/icon_q.png.webp) no-repeat 0.8em 0.8em;
  margin-bottom: 0;
  color: #333;
  position: relative;
  cursor: pointer;
}
.faq dt::before, .faq dt::after {
  display: block;
  content: "";
  position: absolute;
  background: #333;
  width: 1em;
  height: 3px;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto auto auto 95%;
  transition-duration: 0.5s;
  transform: rotate(0deg);
}
.faq dt::after {
  transform: rotate(90deg);
}
.faq dt.active::after {
  transform: rotate(180deg);
}
.faq dt.active + dd {
  padding-bottom: 2em;
}
.faq dd {
  display: none;
  padding: 0.9em 1em 0.9em 3.5em;
  background: url(../img/icon_a.png.webp) no-repeat 0.8em 0.9em;
  margin-bottom: 2em;
  color: #333;
  font-weight: bold;
  margin-left: 2em;
}
.faq dd:last-of-type {
  margin-bottom: 0;
}
.faq + .faq {
  margin-top: 3%;
}
@media screen and (max-width: 768px) {
  .faq {
    font-size: 4.2vw;
  }
  .faq dt {
    background-size: 1.5em auto;
    background-position: 0.5em 0.9em;
    padding: 1em 2.5em 1em;
    line-height: 1.3em;
    font-size: 4.3vw;
  }
  .faq dt::before, .faq dt::after {
    margin: auto auto auto 90%;
  }
  .faq dd {
    background-size: 1.5em auto;
    padding: 1em 1em 1em 2em;
    background-position: 0 1.2em;
    font-size: 4.3vw;
  }
}

.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: 55%;
  height: 100%;
  margin: auto;
  animation-name: rippleAnimation;
  animation-duration: 2s;
  animation-timing-function: ease-out;
  animation-iteration-count: infinite;
  border-radius: 100px;
  background-color: #21ae39;
  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;
}
@keyframes rippleAnimation2 {
  0% {
    transform: scale(1, 1);
    opacity: 1;
  }
  50% {
    opacity: 0.6;
  }
  80% {
    transform: scale(4.5, 4.5);
    opacity: 0;
  }
  100% {
    transform: scale(4.5, 4.5);
    opacity: 0;
  }
}
ul.chk {
  margin: 0 auto 5%;
  max-width: 880px;
}
ul.chk li {
  font-size: 18px;
  padding: 0.7em 1em 0.7em 3.3em;
  background: #fff url(../img/icon_caution.png.webp) no-repeat 1em 1em;
  line-height: 1.4em;
  border-radius: 15px;
  margin-bottom: 3%;
  line-height: 2em;
}
@media screen and (max-width: 768px) {
  ul.chk li {
    font-size: 16px;
    background-size: 1.5em 1.5em;
  }
}
ul.chk2 li {
  font-size: 18px;
  padding: 0.7em 1em 0.7em 2.3em;
  background: url(../img/icon_chk.png) no-repeat 0em 1em;
  border-bottom: 1px dotted #000;
  line-height: 1.4em;
  /* border-radius: 15px; */
  margin-bottom: 3%;
  line-height: 2em;
}
@media screen and (max-width: 768px) {
  ul.chk2 li {
    font-size: 16px;
    background-size: 1.5em 1.5em;
  }
}

.bounce {
  position: relative;
}
.bounce::after {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  width: 100px;
  height: 50px;
  margin: 0 auto auto;
  content: "";
  background: url(../img/down.png) no-repeat center top;
  animation-name: bounce;
  animation-duration: 2s;
  animation-timing-function: ease-out;
  animation-iteration-count: infinite;
}

.Fade-In {
  opacity: 0;
  transform: translateY(20px);
  transition: all 1s;
}
.Fade-In.Fade-In-2 {
  transition-delay: 0.2s;
}
.Fade-In.Fade-In-3 {
  transition-delay: 0.3s;
}
.Fade-In.Fade-In-4 {
  transition-delay: 0.4s;
}

.Fade-In-Down {
  opacity: 0;
  transform: translateY(-20px);
  transition: all 1s;
}
.Fade-In-Down.Fade-In-Down-2 {
  transition-delay: 0.2s;
}
.Fade-In-Down.Fade-In-Down-3 {
  transition-delay: 0.3s;
}
.Fade-In-Down.Fade-In-Down-4 {
  transition-delay: 0.4s;
}

.Fade-In-Left {
  opacity: 0;
  transform: translateX(-20px);
  transition: all 1s;
}
.Fade-In-Left.Fade-In-Left-2 {
  transition-delay: 0.2s;
}
.Fade-In-Left.Fade-In-Left-3 {
  transition-delay: 0.3s;
}
.Fade-In-Left.Fade-In-Left-4 {
  transition-delay: 0.4s;
}

.Fade-In-Right {
  opacity: 0;
  transform: translateX(20px);
  transition: all 1s;
}
.Fade-In-Right.Fade-In-Right-2 {
  transition-delay: 0.2s;
}
.Fade-In-Right.Fade-In-Right-3 {
  transition-delay: 0.3s;
}
.Fade-In-Right.Fade-In-Right-4 {
  transition-delay: 0.4s;
}

.t_1 {
  color: #e00;
}

.t_2 {
  color: #090;
}

.t_3 {
  color: #00c;
}

.t_4 {
  color: #c00;
}

.t_5 {
  color: #c00;
}

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

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

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

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

.t_5_b {
  padding: 0.1em;
  color: #c00;
  background-color: #ff0;
}
.t_hl{
background:linear-gradient(transparent 60%, #ff0 60%);
}

.t_lrg {
  font-size: 130%;
}

.t_xlrg {
  font-size: 170%;
}

.t_sml {
  font-size: 80%;
}

.t_stg {
  font-weight: bold;
}

.t_ul {
  text-decoration: underline;
}

.t_c {
  text-align: center;
}

.t_r {
  text-align: right;
}

.t_l {
  text-align: left;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.w1 {
  width: 10%;
}

.w15 {
  width: 15%;
}

.w16 {
  width: 16%;
}

.w2 {
  width: 20%;
}

.w25 {
  width: 25%;
}

.w3 {
  width: 30%;
}

.w35 {
  width: 35%;
}

.w4 {
  width: 40%;
}

.w45 {
  width: 45%;
}

.w5 {
  width: 50%;
}

.w55 {
  width: 55%;
}

.w6 {
  width: 60%;
}

.w65 {
  width: 65%;
}

.w7 {
  width: 70%;
}

.w75 {
  width: 75%;
}

.w8 {
  width: 80%;
}

.w85 {
  width: 85%;
}

.w9 {
  width: 90%;
}

.w95 {
  width: 95%;
}

.w33 {
  width: 33%;
}

.f_box {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.f_box.gtr .w1 {
  width: 8%;
}
.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 .w15 {
  width: 14%;
}
.f_box.gtr .w16 {
  width: 15.6%;
}
.f_box.gtr .w25 {
  width: 24%;
}
.f_box.gtr .w35 {
  width: 33%;
}
.f_box.gtr .w45 {
  width: 43%;
}
.f_box.gtr .w55 {
  width: 53%;
}
.f_box.gtr .w65 {
  width: 63%;
}
.f_box.gtr .w75 {
  width: 73%;
}
.f_box.gtr .w85 {
  width: 83%;
}
.f_box.gtr .w95 {
  width: 93%;
}
.f_box.gtr .w33 {
  width: 31%;
}
.f_box.flw {
  flex-flow: wrap;
}
.f_box.r_rvs {
  flex-flow: row-reverse;
}
.f_box.w_rvs {
  flex-flow: wrap-reverse;
}
.f_box.al_c {
  align-items: center;
}
.f_box.al_s {
  align-items: flex-start;
}
@media screen and (max-width: 767px) {
  .f_box {
    flex-flow: column;
  }
  .f_box .w1 .w2,
  .f_box .w3,
  .f_box .w4,
  .f_box .w5,
  .f_box .w6,
  .f_box .w7,
  .f_box .w8,
  .f_box .w9,
  .f_box .w15,
  .f_box .w25,
  .f_box .w35,
  .f_box .w45,
  .f_box .w55,
  .f_box .w65,
  .f_box .w75,
  .f_box .w85,
  .f_box .w95,
  .f_box .w33 {
    width: 100%;
    margin-bottom: 5%;
  }
  .f_box.gtr .w1 .w2,
  .f_box.gtr .w3,
  .f_box.gtr .w4,
  .f_box.gtr .w5,
  .f_box.gtr .w6,
  .f_box.gtr .w7,
  .f_box.gtr .w8,
  .f_box.gtr .w9,
  .f_box.gtr .w15,
  .f_box.gtr .w25,
  .f_box.gtr .w35,
  .f_box.gtr .w45,
  .f_box.gtr .w55,
  .f_box.gtr .w65,
  .f_box.gtr .w75,
  .f_box.gtr .w85,
  .f_box.gtr .w95,
  .f_box.gtr .w33 {
    width: 100%;
  }
  .f_box.gtr.sp_2 .w1 .w2,
  .f_box.gtr.sp_2 .w3,
  .f_box.gtr.sp_2 .w4,
  .f_box.gtr.sp_2 .w5,
  .f_box.gtr.sp_2 .w6,
  .f_box.gtr.sp_2 .w7,
  .f_box.gtr.sp_2 .w8,
  .f_box.gtr.sp_2 .w9,
  .f_box.gtr.sp_2 .w15,
  .f_box.gtr.sp_2 .w25,
  .f_box.gtr.sp_2 .w35,
  .f_box.gtr.sp_2 .w45,
  .f_box.gtr.sp_2 .w55,
  .f_box.gtr.sp_2 .w65,
  .f_box.gtr.sp_2 .w75,
  .f_box.gtr.sp_2 .w85,
  .f_box.gtr.sp_2 .w95,
  .f_box.gtr.sp_2 .w33 {
    width: 48%;
  }
  .f_box.gtr.sp_3 .w1 .w2,
  .f_box.gtr.sp_3 .w3,
  .f_box.gtr.sp_3 .w4,
  .f_box.gtr.sp_3 .w5,
  .f_box.gtr.sp_3 .w6,
  .f_box.gtr.sp_3 .w7,
  .f_box.gtr.sp_3 .w8,
  .f_box.gtr.sp_3 .w9,
  .f_box.gtr.sp_3 .w15,
  .f_box.gtr.sp_3 .w16,
  .f_box.gtr.sp_3 .w25,
  .f_box.gtr.sp_3 .w35,
  .f_box.gtr.sp_3 .w45,
  .f_box.gtr.sp_3 .w55,
  .f_box.gtr.sp_3 .w65,
  .f_box.gtr.sp_3 .w75,
  .f_box.gtr.sp_3 .w85,
  .f_box.gtr.sp_3 .w95,
  .f_box.gtr.sp_3 .w33 {
    width: 31%;
  }
  .f_box.flw {
    flex-flow: wrap;
  }
  .f_box.r_rvs {
    flex-flow: column;
  }
  .f_box.w_rvs {
    flex-flow: column;
  }
}

footer {
  text-align: center;
  background-color: #000;
  padding: 1em;
  line-height: 1.65em;
  color: #fff;
}
footer .f_link a {
  color: #fff;
}
footer .copyright {
  color: #fff;
}
@media screen and (max-width: 768px) {
  footer {
    font-size: 3.4vw;
    padding-bottom: 45%;
  }
}

.sec_1 {
  padding: 0 0 20px;
  background: #fef0e7 url(../img/bg_01.png.webp) no-repeat center 9%;
}
.sec_1 .s_hdr {
  background-color: #fff;
  height: 63px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 35px;
}
.sec_1 .s_hdr figure {
  margin: 0;
  text-align: right;
}
.sec_1 .s_hdr figure.logo {
  text-align: left;
  margin-right: auto;
  padding-left: 1%;
}
.sec_1.ex {
  margin-top: -1px;
  background-color: #fef0e7;
  background-image: url(../img/bg_04.png),url(../img/bg_01.png.webp);
  background-repeat:  no-repeat, no-repeat;
  background-position:center top,center top;
  /* background-position: center top; */
  padding-top: 77px;
}
@media screen and (max-width: 767px) {
  .sec_1 {
    background: #fef0e7 url(../img/bg_01_sp.png.webp) no-repeat center 62%;
    background-size: 100% auto;
  }
  .sec_1 .s_hdr {
    height: 42px;
    margin-bottom: 4%;
  }
  .sec_1 .s_hdr figure {
    height: 100%;
    width: 45%;
  }
  .dl .sec_1 .s_hdr figure {
    height: 100%;
    width: 227px;
  }
  .sec_1 .s_hdr figure.logo {
    padding-left: 3%;
    width: 35%;
    height: auto;
  }
  .sec_1 .s_hdr figure.logo img {
    height: auto;
  }
  .sec_1.ex {
    padding: 6% 0;
    background-image: url(../img/bg_04.png),url(../img/bg_01_sp.png.webp);
    background-position: center top;
  }
}

.sec_cta {
  background-color: #ff7c24;
  padding: 2% 0;
}
.sec_cta p {
  color: #fff;
}
.sec_cta figure {
  margin-bottom: 1.5em;
}
@media screen and (max-width: 767px) {
  .sec_cta {
    padding: 5% 0;
  }
  .sec_cta .ttl img {
    width: 85%;
  }
  .sec_cta figure {
    margin-bottom: 1em;
  }
  .sec_cta p {
    font-size: 3.4vw;
  }
}

.box_1 {
  background-color: #fef5ef;
  padding: 4% 1% 1%;
  border-radius: 20px;
}
.sec_2 .box_1 .f_box.gtr .w5{
  width: 31%;
  /* margin-bottom: 7vw; */
  }
  
@media screen and (max-width: 767px) {
  .box_1 .ttl img {
    width: 55%;
  }
  .sec_2 .box_1{
    padding: 4% 5% 1%;
  }
  .sec_2 .box_1 .f_box.gtr .w5{
    width: 100%;
    }
}

.sec_3 {
  background-color: #ff8324;

    background-image: -moz-linear-gradient( 0deg, rgb(255,96,0) 0%, rgb(255,139,2) 0%, rgb(255,255,191) 0%, rgb(255,210,0) 0%, rgb(255,165,36) 0%, rgb(255,145,36) 32%, rgb(255,124,36) 100%);
    background-image: -webkit-linear-gradient( 0deg, rgb(255,96,0) 0%, rgb(255,139,2) 0%, rgb(255,255,191) 0%, rgb(255,210,0) 0%, rgb(255,165,36) 0%, rgb(255,145,36) 32%, rgb(255,124,36) 100%);
    background-image: -ms-linear-gradient( 0deg, rgb(255,96,0) 0%, rgb(255,139,2) 0%, rgb(255,255,191) 0%, rgb(255,210,0) 0%, rgb(255,165,36) 0%, rgb(255,145,36) 32%, rgb(255,124,36) 100%);

  
}
.sec_3 .inner {
  width: min(1124px, 100vw - 12px);
}
.sec_3 .f_box {
  margin-bottom: 2%;
}
.sec_3 .f_box.al_c {
  justify-content: center;
}
.sec_3 .f_box.al_c figure {
  margin: 0 0.75%;
}
.sec_3 .f_box figure {
  margin: 0;
}
.sec_3 .f_box + figure {
  margin-top: 5%;
}
.sec_3 .t_c{
color: #fff;
}
@media screen and (max-width: 767px) {
  .sec_3 .ttl img {
    width: 90%;
  }
  .sec_3 .f_box.gtr.sp_2 {
    margin-bottom: 0;
  }
  .sec_3 .f_box.gtr.sp_2 .w25 {
    width: 49%;
    margin-bottom: 2.5%;
  }
  .sec_3 .f_box.gtr.sp_3 {
    margin-bottom: 0;
  }
  .sec_3 .f_box.gtr.sp_3 .w16,
  .sec_3 .f_box.gtr.sp_3 .w15 {
    width: 32%;
    margin-bottom: 2.5%;
  }
  .sec_3 .f_box.gtr.sp_3.al_c {
    justify-content: space-between;
  }
  .sec_3 .f_box.gtr.sp_3.al_c figure {
    margin: 0;
  }
  .sec_3 .t_c{
    margin-top: 6%;
  }
}

.sec_4 .f_box .w5 {
  height: 6em;
  display: flex;
  align-items: center;
  padding: 0 1% 0 10%;
  border-radius: 15px;
  margin-bottom: 1%;
}
.sec_4 .f_box .w5 p {
  margin-bottom: 0;
}
.sec_4 .f_box .w5.item_1 {
  background: #f3fff5 url(../img/icon_face.png.webp) no-repeat 3%;
  border: #4da933 solid 1px;
}
.sec_4 .f_box .w5.item_2 {
  background: #fbf6ee url(../img/icon_face.png.webp) no-repeat 3%;
  border: #ff7c24 solid 1px;
}
@media screen and (max-width: 767px) {
  .sec_4 .ttl img {
    width: 70%;
  }
  .sec_4 .f_box .w5 {
    height: 5em;
    padding: 0 3% 0 18%;
    margin-bottom: 4%;
  }
  .sec_4 .f_box .w5 p {
    line-height: 1.4em;
  }
  .sec_4 .f_box .w5.item_1 {
    background-size: 12% auto;
  }
  .sec_4 .f_box .w5.item_2 {
    background-size: 12% auto;
  }
}

.sec_5 {
  background-color: #363636;
  margin-bottom: -1px;
  padding-bottom: 20px;
}

.sec_6 {
  background: #ff7c24 url(../img/bg_02.jpg.webp) no-repeat center top;
  background-attachment: fixed;
  background-size: cover;
}
@media screen and (max-width: 767px) {
  .sec_6 {
    background-attachment: inherit;
    background-repeat: repeat-y;
    background-size: 100% auto;
  }
  .sec_6 .ttl img {
    width: 75%;
  }
}

.box_2 {
  background-color: #fff;
  border-radius: 10px;
  padding: 5% 3% 3%;
  position: relative;
}
.box_2::after {
  content: "";
  display: block;
  clear: both;
}
.box_2 .num {
  position: absolute;
  width: -moz-fit-content;
  width: fit-content;
  top: -30px;
}
.box_2 h3 {
  font-size: 30px;
  border-bottom: #ff7c24 solid 1px;
  padding-bottom: 0.5em;
  margin-bottom: 1em;
  line-height: 1.5;
}
.box_2 .f_r {
  margin-bottom: 0;
}
.box_2 + .box_2 {
  margin-top: 8%;
}
@media screen and (max-width: 767px) {
  .box_2 {
    padding-top: 7%;
  }
  .box_2 .num {
    top: -3.5vw;
    left: 5vw;
  }
  .box_2 .num img {
    width: 10vw;
  }
  .box_2 h3 {
    line-height: 1.4em;
    font-size: 20px;
  }
  .box_2 figure.f_r {
    margin-bottom: 8%;
  }
  .box_2 + .box_2 {
    margin-top: 10%;
  }
}

.sec_7 {
  background-color: #fef0e7;
}
.sec_7 .f_box.gtr .w5{
  text-align: left;
}
@media screen and (max-width: 767px) {
  .sec_7 figure.ttl2 img {
    width: 24vw;
  }
  .sec_7 figure.ttl3 img {
    width: 74vw;
  }
  .sec_7 .f_box.gtr .w5{
    text-align: center;
  }
}

h4 {
  font-weight: 800;
  border-left: #ff7c24 solid 5px;
  padding: 0.3em;
  margin: 1.5em 0 1em;
}

.box_3 {
  background-color: #fff;
  padding: 3%;
  padding-bottom: 0;
}
.box_3 .w5 {
  margin-left: 0;
}
.box_3 .w5 + .w4 {
  margin-right: 0;
}
.box_3 h3 {
  font-size: 28px;
  font-weight: 900;
  border-bottom: #ff7c24 solid 2px;
  padding-bottom: 0.5em;
  margin-bottom: 1.5em;
  letter-spacing: 0.13em;
  line-height: 1.3;
}
.box_3.org{
  padding-top: 0;
  padding-bottom: 3%;
}
.box_3.org h3 {
background: #ff7c24;
  color: #fff;
width: 106%;
margin-left: -3%;
padding: 3%;
}
.box_3.org h3 span{
  color: #fff100;
}
.box_3 h3 span {
  color: #ff7c24;
}
.box_3 h3 span i {
  font-size: 41px;
  font-style: normal;
}
.box_3 h3 span.t_r {
  padding-top: 0.5em;
  color: #000;
  font-size: 25px;
  display: block;
  font-weight: 500;
}
.box_3 .f_box {
  align-items: center;
}
.box_3 .f_box figure {
  margin-bottom: 0;
}
.box_3 + .box_3 {
  margin-top: 3%;
}
.box_3 + figure {
  margin: 5% auto;
}
@media screen and (max-width: 767px) {
  .box_3 h3 {
    font-size: 20px;
    padding-bottom: 0.5em;
    margin-bottom: 1.5em;
    letter-spacing: 0.13em;
  }
  .box_3 h3 span i {
    font-size: 30px;
  }
  .box_3 h3 span.t_r {
    padding-top: 0.5em;
    font-size: 18px;
  }
  .box_3 .f_box figure + figure {
    margin-top: 5%;
  }
  .box_3 .f_box figure img {
    width: 90%;
  }
  .box_3 .f_box.sp_2 {
    flex-flow: wrap;
  }
}

.sec_8 {
  background-color: #f7f7f7;
}

dl.flow {
  padding: 0.5em 0.5em 2.5em 100px;
  position: relative;
}
dl.flow::before {
  position: absolute;
  display: block;
  content: "";
  width: 86px;
  height: 86px;
  inset: 0 0 0 0;
  margin: 0 auto auto 0;
  z-index: 2;
}
dl.flow::after {
  position: absolute;
  display: block;
  content: "";
  width: 1px;
  height: inherit;
  background: #ff7c24;
  inset: 0 0 0 42px;
  margin: auto auto auto 0;
  z-index: 1;
}
dl.flow:last-of-type::after {
  display: none;
}
dl.flow dt {
  font-weight: 900;
  font-size: 24px;
  padding-bottom: 0.5em;
}
dl.flow dd {
  padding-bottom: 3%;
  line-height: 1.5;
}
dl.flow.item_1::before {
  background: url(../img/img_052.png.webp) no-repeat left top;
}
dl.flow.item_2::before {
  background: url(../img/img_053.png.webp) no-repeat left top;
}
dl.flow.item_3::before {
  background: url(../img/img_054.png.webp) no-repeat left top;
}
dl.flow.item_4::before {
  background: url(../img/img_055.png.webp) no-repeat left top;
}
dl.flow.item_5::before {
  background: url(../img/img_058.png.webp) no-repeat left top;
}
dl.flow.item_6::before {
  background: url(../img/img_059.png.webp) no-repeat left top;
}
dl.flow.item_7::before {
  background: url(../img/img_060.png.webp) no-repeat left top;
}
@media screen and (max-width: 767px) {
  dl.flow {
    padding: 0.5em 0.5em 2.5em 16%;
  }
  dl.flow dt {
    font-size: 20px;
  }
  dl.flow::after {
    inset: 0 0 0 6.5%;
  }
  dl.flow.item_1::before, dl.flow.item_2::before, dl.flow.item_3::before, dl.flow.item_4::before, dl.flow.item_5::before, dl.flow.item_6::before, dl.flow.item_7::before {
    background-size: 55% auto;
  }
}

@media screen and (max-width: 767px) {
  .sec_9 .ttl img {
    width: 70%;
  }
}

.sec_10 {
  background: url(../img/bg_03.jpg.webp) no-repeat center top;
  padding: 30px 0;
}
@media screen and (max-width: 767px) {
  .sec_10 .ttl img {
    width: 70%;
  }
}

.tbl_1 {
  width: 100%;
  margin: 0 auto;
  border-collapse: separate;
  border-spacing: 2px;
  line-height: 1.4em;
  font-size: 21px;
}
.tbl_1 .t_1 {
  color: #e60012;
  font-weight: 600;
}
.tbl_1 .t_1 span {
  font-size: 160%;
  font-weight: 800;
}
.tbl_1 th,
.tbl_1 td {
  padding: 2% 2%;
}
.tbl_1 th {
  background-color: #ff7c24;
  color: #fff;
  width: 30%;
  vertical-align: middle;
}
.tbl_1 td {
  background-color: #fff;
  color: #3b210a;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .tbl_1 th,
  .tbl_1 td {
    font-size: 14px;
  }
}

@media screen and (max-width: 767px) {
  .sec_11 .ttl img {
    width: 80%;
  }
}

.sec_12 {
  background-color: #fef0e7;
}
@media screen and (max-width: 767px) {
  .sec_12 .ttl img {
    width: 50%;
  }
}

.sec_13 {
  background-color: #ff7c24;
  background-image: -moz-linear-gradient( 0deg, rgb(255,96,0) 0%, rgb(255,139,2) 0%, rgb(255,255,191) 0%, rgb(255,210,0) 0%, rgb(255,165,36) 0%, rgb(255,145,36) 32%, rgb(255,124,36) 100%);
  background-image: -webkit-linear-gradient( 0deg, rgb(255,96,0) 0%, rgb(255,139,2) 0%, rgb(255,255,191) 0%, rgb(255,210,0) 0%, rgb(255,165,36) 0%, rgb(255,145,36) 32%, rgb(255,124,36) 100%);
  background-image: -ms-linear-gradient( 0deg, rgb(255,96,0) 0%, rgb(255,139,2) 0%, rgb(255,255,191) 0%, rgb(255,210,0) 0%, rgb(255,165,36) 0%, rgb(255,145,36) 32%, rgb(255,124,36) 100%);
}
.sec_13 .f_box.name {
  align-items: flex-end;
  background-color: #fde3d2;
}
.sec_13 .f_box.name figure {
  margin: 0 0 0 auto;
}
.sec_13 .f_box.name figure.w3 {
  margin: 0 auto 2% 0;
}
.sec_13 .f_box.name figure.w4 img {
  margin-top: -30px;
}
.sec_13 .txt {
  background-color: #fff;
  padding: 1% 3% 3%;
}
@media screen and (max-width: 768px) {
  .sec_13 .ttl img {
    width: 80%;
  }
  .sec_13 .f_box.name {
    padding: 4% 4% 0;
    flex-flow: row;
  }
  .sec_13 .f_box.name .w3 {
    width: 40%;
  }
  .sec_13 .f_box.name .w4 {
    width: 50%;
  }
}

.sec_14 {
  background-color: #fef0e7;
}

.form_box {
  background-color: #fff;
  padding: 3%;
}
.form_box input[type=image] {
  display: block;
  margin: 4% auto 0;
}
.form_box dl {
  display: flex;
  flex-flow: wrap;
  justify-content: space-between;
  margin-bottom: 3%;
}
.form_box dl dt,
.form_box dl dd {
  padding: 0.5em 0;
}
.form_box dl dt {
  width: 25%;
}
.form_box dl dt span {
  background-color: #e60012;
  font-size: 12px;
  color: #fff;
  padding: 0.2em 0.3em;
  margin-left: 0.5em;
}
.form_box dl dd {
  width: 75%;
}
.form_box dl dd input,
.form_box dl dd textarea {
  font-family: "Noto Sans JP", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック体", "Yu Gothic", YuGothic, "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic";
  max-width: 400px;
  width: 100%;
  padding: 0.5em;
  border: none;
  background-color: #f3f3f3;
  font-size: 18px;
}
.form_box dl dd textarea {
  max-width: 100%;
}
@media screen and (max-width: 767px) {
  .form_box input[type=image] {
    display: block;
    width: 80%;
  }
  .form_box dl {
    flex-flow: column;
  }
  .form_box dl dt,
  .form_box dl dd {
    width: 100%;
  }
  .form_box dl dd + dt {
    margin-top: 5%;
  }
  .form_box p.t_c {
    font-size: 3.4vw;
  }
}

@media screen and (max-width: 767px) {
  .sec_15 .ttl img {
    width: 40%;
  }
}

.tbl_2 {
  width: 100%;
  margin-bottom: 1.5em;
}
.tbl_2 th,
.tbl_2 td {
  font-size: 18px;
  border-bottom: #3b210a solid 1px;
  padding: 1em 0.5em;
  color: #3b210a;
  font-weight: 400;
  text-align: left;
  line-height: 1.3em;
  border-collapse: collapse;
}
.tbl_2 th {
  width: 20%;
}
.tbl_2 td {
  width: 80%;
}
@media screen and (max-width: 767px) {
  .tbl_2 th,
  .tbl_2 td {
    font-size: 3.4vw;
  }
  .tbl_2 th {
    width: 30%;
  }
  .tbl_2 td {
    width: 70%;
  }
}

.f_btn {
  position: fixed;
  right: 0;
  bottom: 0;
  background: rgba(51, 51, 51, 0.63);
  padding: 1%;
  border-radius: 12px 0 0 0;
  display: none;
  max-width: 400px;
  z-index: 10;
}
.f_btn p{
color: #fff;
margin-bottom: 10px;
font-weight: bold;
}
.f_btn p i{
  font-size: 130%;
  font-style: normal;
}
.f_btn p.t_c {
font-weight: normal;
font-size: 78%;
margin-bottom: 0;
}
.f_btn figure{
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .f_btn {
    padding: 3.5%;
    border-radius: 0;
    width: 100%;
    max-width: 100%;
  }
  .f_btn figure{
width: 88%;
margin-bottom: 0;
  }
}

.is-in .f_btn {
  display: none !important;
  transition: all 0.5s ease 0s;
}
/*# sourceMappingURL=map/style.css.map */