@charset "UTF-8";
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, caption, tfoot, thead, th, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  background: transparent;
}

article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
  display: block;
}

ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  color: #00449a;
}

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted #000;
  cursor: help;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

article, aside, details, figcaption, figure, footer, header, main, menu, nav, section, summary {
  display: block;
}

ol li, ul li {
  list-style: none;
}

* {
  box-sizing: border-box;
}

@media screen and (max-width: 768px) {
  .pc {
    display: none !important;
  }
  .sp {
    display: block !important;
  }
}
@media screen and (min-width: 769px) {
  .sp {
    display: none !important;
  }
  .pc {
    display: block !important;
  }
}
html {
  font-size: 62.5%;
}

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

section {
  padding: 50px 0;
}
section .s_hdr {
  display: flex;
  width: 100%;
  align-items: center;
}
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: 7vw 0;
  }
  section .inner {
    padding: 0 3%;
  }
}

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

p {
  font-size: 22px;
  font-size: 2.2rem;
  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_txt {
  margin-bottom: 5%;
}
.box_txt > figure {
  margin-bottom: 0;
}
.box_txt .txt {
  background-color: #fff;
  padding: 3%;
}

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

.ripple {
  position: relative;
  display: block;
}
.ripple img {
  max-width: 100%;
  margin: 0 auto;
}
.ripple span {
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  width: 90%;
  height: 100%;
  margin: auto;
  animation-name: rippleAnimation;
  animation-duration: 2s;
  animation-timing-function: ease-out;
  animation-iteration-count: infinite;
  border-radius: 100px;
  background-color: #fff072;
  box-shadow: 0 0 5px white;
}
@media screen and (max-width: 768px) {
  .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;
  }
}

.dokidoki {
  animation-name: dokidoki;
  animation-delay: 0s;
  animation-duration: 3s;
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
}
@keyframes dokidoki {
  0% {
    transform: scale(1);
  }
  40% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.07);
  }
  60% {
    transform: scale(1);
  }
  100% {
    transform: scale(1);
  }
}
.faq {
  background-color: #fff;
  padding: 4%;
  line-height: 1.65em;
  margin-top: 5%;
  font-size: 18px;
}
.faq dt {
  font-weight: bold;
  padding: 0.3em 0 0 3em;
  background: url(../img/icon_q.png) no-repeat left top;
  margin-bottom: 2em;
  min-height: 62px;
  border-bottom: #ccc dashed 1px;
}
.faq dd {
  padding: 0.3em 0 0 3em;
  background: url(../img/icon_a.png) no-repeat left top;
  margin-bottom: 2em;
  min-height: 42px;
}
.faq dd:last-of-type {
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  .faq {
    font-size: 4.2vw;
  }
  .faq dt {
    background-size: 35px auto;
    background-position: left 7px;
    padding: 0.8em 0 0.5em 3em;
    margin-bottom: 1.3em;
  }
  .faq dd {
    background-size: 35px auto;
  }
}

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

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

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

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

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

.t_1 {
  color: #e00;
}

.t_2 {
  color: #090;
}

.t_3 {
  color: #00e;
}

.t_4 {
  color: #dd0;
}

.t_5 {
  color: #d0d;
}

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

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

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

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

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

.t_lrg {
  font-size: 130%;
}

.t_stg {
  font-weight: bold;
}

.t_ul {
  text-decoration: underline;
}

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

.t_c {
  text-align: center;
}

.t_r {
  text-align: right;
}

.t_l {
  text-align: left;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.w2 {
  width: 20%;
}

.w25 {
  width: 25%;
}

.w3 {
  width: 30%;
}

.w35 {
  width: 35%;
}

.w4 {
  width: 40%;
}

.w45 {
  width: 45%;
}

.w5 {
  width: 50%;
}

.w55 {
  width: 55%;
}

.w6 {
  width: 60%;
}

.w65 {
  width: 65%;
}

.w7 {
  width: 70%;
}

.w75 {
  width: 75%;
}

.w8 {
  width: 80%;
}

.w85 {
  width: 85%;
}

.w9 {
  width: 90%;
}

.w95 {
  width: 95%;
}

.w33 {
  width: 33%;
}

.f_box {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.f_box.gtr .w2 {
  width: 18%;
}
.f_box.gtr .w3 {
  width: 28%;
}
.f_box.gtr .w4 {
  width: 38%;
}
.f_box.gtr .w5 {
  width: 48%;
}
.f_box.gtr .w6 {
  width: 58%;
}
.f_box.gtr .w7 {
  width: 68%;
}
.f_box.gtr .w8 {
  width: 78%;
}
.f_box.gtr .w9 {
  width: 88%;
}
.f_box.gtr .w25 {
  width: 23%;
}
.f_box.gtr .w35 {
  width: 33%;
}
.f_box.gtr .w45 {
  width: 43%;
}
.f_box.gtr .w55 {
  width: 53%;
}
.f_box.gtr .w65 {
  width: 63%;
}
.f_box.gtr .w75 {
  width: 73%;
}
.f_box.gtr .w85 {
  width: 83%;
}
.f_box.gtr .w95 {
  width: 93%;
}
.f_box.gtr .w33 {
  width: 31%;
}
.f_box.flw {
  flex-flow: wrap;
}
.f_box.r_rvs {
  flex-flow: row-reverse;
}
.f_box.w_rvs {
  flex-flow: wrap-reverse;
}
@media screen and (max-width: 767px) {
  .f_box {
    flex-flow: column;
  }
  .f_box.gtr .w2,
  .f_box.gtr .w3,
  .f_box.gtr .w4,
  .f_box.gtr .w5,
  .f_box.gtr .w6,
  .f_box.gtr .w7,
  .f_box.gtr .w8,
  .f_box.gtr .w9,
  .f_box.gtr .w25,
  .f_box.gtr .w35,
  .f_box.gtr .w45,
  .f_box.gtr .w55,
  .f_box.gtr .w65,
  .f_box.gtr .w75,
  .f_box.gtr .w85,
  .f_box.gtr .w95,
  .f_box.gtr .w33 {
    width: 100%;
    margin-bottom: 30px;
  }
  .f_box.flw {
    flex-flow: wrap;
  }
  .f_box.r_rvs {
    flex-flow: column;
  }
  .f_box.w_rvs {
    flex-flow: column;
  }
  .f_box.sp_2 {
    justify-content: space-between;
    flex-flow: wrap;
  }
  .f_box.sp_2 .w2,
  .f_box.sp_2 .w3,
  .f_box.sp_2 .w4,
  .f_box.sp_2 .w5,
  .f_box.sp_2 .w6,
  .f_box.sp_2 .w7,
  .f_box.sp_2 .w8,
  .f_box.sp_2 .w9,
  .f_box.sp_2 .w25,
  .f_box.sp_2 .w35,
  .f_box.sp_2 .w45,
  .f_box.sp_2 .w55,
  .f_box.sp_2 .w65,
  .f_box.sp_2 .w75,
  .f_box.sp_2 .w85,
  .f_box.sp_2 .w95,
  .f_box.sp_2 .w33 {
    width: 48%;
    margin-bottom: 20px;
  }
}

footer {
  text-align: center;
  background-color: #c00;
  padding: 1em;
  line-height: 1.65em;
}
.sec_1 {
  background: url(../img/bg_02_pc.jpg.webp) no-repeat center top;
  padding: 0 0 20px;
}
.sec_1 .s_hdr {
  background-color: #820d03;
  height: 127px;
  margin-bottom: 20px;
}
.sec_1 .s_hdr .inner {
  background: url(../img/bg_01.png.webp) no-repeat left;
  padding: 1% 0;
}
.sec_1 > .inner figure {
  text-align: left;
}
@media screen and (max-width: 768px) {
  .sec_1 {
    background: url(../img/bg_02_sp.jpg.webp) no-repeat center top;
    background-size: cover;
  }
  .smr .sec_1 {
    background: url(../img/s/bg_02_sp.jpg.webp) no-repeat center top;
    background-size: cover;
  }
  .sec_1 .s_hdr {
    height: 16vw;
  }
  .sec_1 .s_hdr .inner {
    padding: 3vw 5vw 3vw 17vw;
    background-size: 12vw auto;
    background-position-x: 3vw;
  }
}

.sec_cta {
  background: url(../img/bg_03.png.webp);
}
.sec_cta figure:first-of-type{
  margin-bottom: 0;
  }
@media screen and (max-width: 768px) {

}

.sec_2 {
  background: #fff;
  padding-top: 0;
}
.sec_2 .s_hdr {
  background: url(../img/s_hdr_1.png.webp) no-repeat center top;
  height: 265px;
  margin-bottom: 50px;
  padding-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .sec_2 .s_hdr {
    background-size: auto 100%;
    height: 30vw;
    margin-bottom: 5vw;
    padding: 0 4vw 4vw;
  }
}

.sec_3 {
  background-color: #6a0a02;
}
.sec_3 li {
  color: #fff;
}
@media screen and (max-width: 768px) {
  .sec_3 .sp_img{
    margin-bottom: 0;
  }
  .sec_3 .sp_img img {
    width: 50vw;
  }
}

.list_chk li {
  font-size: 26px;
  font-weight: 900;
  line-height: 1.8em;
  width: 700px;
  max-width: 100%;
  margin: 0 auto;
  background: url(../img/icon_chk.png.webp) no-repeat left 0.8em;
  border-bottom: #fff dashed 1px;
  padding: 0.5em 0.5em 0.5em 2em;
}
.list_chk li:last-child {
  border: none;
}
@media screen and (max-width: 768px) {
  .list_chk li {
    font-size: 3.8vw;
    background-size: 6.5vw auto;
  }
}

.sec_4 {
  background: url(../img/bg_03.png.webp);
  padding: 20px 0 0;
}

.sec_5 {
  background-color: #fff;
  padding-top: 0;
}
.sec_5 .s_hdr {
  background: url(../img/s_hdr_2.png.webp) no-repeat center top;
  height: 265px;
  margin-bottom: 50px;
  padding-bottom: 40px;
}
.sec_5 .docs_1,
.sec_5 .docs_2,
.sec_5 .docs_3,
.sec_5 .docs_4,
.sec_5 .docs_5 {
  margin-bottom: 3%;
  display: flex;
  flex-wrap: wrap;
}
.sec_5 .docs_1 figure,
.sec_5 .docs_2 figure,
.sec_5 .docs_3 figure,
.sec_5 .docs_4 figure,
.sec_5 .docs_5 figure {
width: 100%;
margin-bottom: 1em;
}
.sec_5 .docs_1 figure img,
.sec_5 .docs_2 figure img,
.sec_5 .docs_3 figure img,
.sec_5 .docs_4 figure img,
.sec_5 .docs_5 figure img {
width: 100%;
}
.sec_5 .docs_2,
.sec_5 .docs_3,
.sec_5 .docs_4 {
  /* display: none; */
}
.sec_5 .open_btn_2,
.sec_5 .open_btn_3,
.sec_5 .open_btn_4 {
  display: none;
}
@media screen and (max-width: 768px) {
  .sec_5 .s_hdr {
    background-size: auto 100%;
    height: 36vw;
    margin-bottom: 5vw;
    padding: 4vw 4vw 10vw;
  }
  .sec_5 .open_btn_1,
  .sec_5 .open_btn_2,
  .sec_5 .open_btn_3 {
    width: 60vw;
  }
}

.sec_6 {
  background: #ededed url(../img/bg_04.jpg.webp) no-repeat center top;
  padding-top: 0;
}
.sec_6 p{

}
.sec_6 .s_hdr {
  background: url(../img/s_hdr_1.png.webp) no-repeat center top;
  height: 265px;
  margin-bottom: 50px;
  padding-bottom: 40px;
}
.sec_6 .list_chk.i_2 li {
  font-size: 22px;
  color: #000;
  background: url(../img/icon_chk_2.png.webp) no-repeat left 0.35em;
  border: none;
  padding: 0 0 0 2em;
  margin-left: 0;
  margin-bottom: .5em;
}
.sec_6 .f_box.gtr{
  margin-bottom: 2em;
}
.sec_6 .f_box.gtr .w5:last-of-type{
  width: 70%;
}
.sec_6 p {
  font-size: 22px;
  font-size: 2.2rem;
  margin-bottom: 1.5em;
  line-height: 1.65em;
}


@media screen and (max-width: 768px) {
  .sec_6 .s_hdr {
    background-size: auto 100%;
    height: 36vw;
    margin-bottom: 5vw;
    padding: 6vw 4vw 10vw;
  }
  .sec_6 .s_hdr img {
    height: 27vw;
  }
  .sec_6 .list_chk.i_2 li {
    font-size: 4.2vw;
  }
  .sec_6 .f_box.gtr .w5:last-of-type{
    width: 100%;
  }
  .sec_6 p {
    /*font-size: 3.7vw; 14px*/
    font-size: 4.2vw;
  }

}

.sec_7 {
  background: #ba1204 url(../img/bg_05.jpg.webp) no-repeat center top;
}

.box_1 {
  background-color: #fff;
  padding: 3%;
  border: #f15047 solid 3px;
  margin-bottom: 9%;
  position: relative;
}
.box_1:after {
  content: "";
  display: block;
  clear: both;
}
.box_1 .tag {
  text-align: left;
  position: absolute;
  top: -51px;
  left: 2px;
}
.box_1 .ttl {
  text-align: left;
}
.box_1:last-of-type {
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  .box_1 {
    margin-bottom: 15vw;
    padding-top: 7vw;
  }
  .box_1 .tag {
    top: -8.3vw;
  }
  .box_1 .tag img {
    width: 35vw;
  }
  .box_1 .ttl img {
    height: 10.5vw;
  }
}

.sec_8 {
  background: url(../img/bg_06.jpg.webp) center top;
}
.sec_8 .ttl_js {
  position: relative;
  margin-bottom: -52px;
}
.smr .sec_8 .ttl_js {
  margin-bottom: -12px;
}
.sec_8 .ttl_js figure {
  margin-bottom: 0;
}
.sec_8 .ttl_js p {
  margin-bottom: 0;
  position: absolute;
  font-size: 60px;
  font-weight: 900;
  top: 25%;
  left: 50%;
  color: #000;
}
.sec_8 .ttl_js p i {
  font-style: normal;
  font-size: 62px;
  padding-right: 5px;
}
@media screen and (max-width: 768px) {
  .sec_8 {
    background-size: contain;
  }
  .sec_8 .ttl_js {
    margin-bottom: -7vw;
  }
  .smr .sec_8 .ttl_js {
    margin-bottom: -2vw;
  }
  .sec_8 .ttl_js p {
    top: 11.5vw;
    left: 44vw;
    font-size: 8vw;
  }
  .sec_8 .ttl_js p i {
    font-size: 8vw;
  }
}

.sec_9 {
  background-color: #e9e9e9;
}
.kobetsu .sec_9 .f_box{
  flex-direction: column;
}
.sec_9 .box_txt {
  margin-top: 8%;
  position: relative;
  width: 45%;
height: 370px;
}
.kobetsu .sec_9 .box_txt {
  margin-top: 8%;
  position: relative;
  width: 700px;
  max-width: 90%;
height: auto;
margin-left: auto;
margin-right: auto;
}
.sec_9 .box_txt:first-of-type::after {
  position: absolute;
  display: block;
  content: "";
  width: 77px;
  height: 72px;
  background: url(../img/arw_1.png.webp) no-repeat;
  top: 37%;
  right: -83px;
  /* bottom: 0; */
  /* left: 0; */
  margin: auto 0 0 auto;
  transform:rotate(-90deg); 

}

.kobetsu .sec_9 .box_txt::after,.kobetsu .sec_9 .box_txt:first-of-type::after {
  position: absolute;
  display: block;
  content: "";
  width: 77px;
  height: 72px;
  background: url(../img/arw_1.png.webp) no-repeat;
  bottom: -70px;
  left: 45%;
  right:0;
  margin: auto 0 0;
    transform:rotate(0deg); 
}
.kobetsu .sec_9 .box_txt:last-of-type::after {
display: none;
}
.sec_9 .box_txt .txt {
  border-radius: 20px;
  padding-top: 0;
  padding-bottom: 5%;
  height: 100%;
}
.sec_9 .box_txt .txt figure:first-child img {
  margin-top: -30px;
}
@media screen and (max-width: 768px) {
  .sec_9 .box_txt .txt figure:first-child img {
    margin-top: -4vw;
    height: 13vw;
  }
  .smr .sec_9 .box_txt .txt figure:first-child img {
    height: 11vw;
  }
  .sec_9 .f_box {
flex-direction: row;
  }
  .sec_9 .box_txt {
  height: 39vw;
  width: 46%;

  }
  .sec_9 .box_txt .txt{
    border-radius: 10px;
  }
  .sec_9 .box_txt:first-of-type::after{
    width: 7vw;
    height: 8vw;
    right: -8vw;
    background-size: contain;
    z-index: 10;
  }
  .kobetsu .sec_9 .box_txt::after,.kobetsu .sec_9 .box_txt:first-of-type::after {
    width: 8vw;
    height: 7vw;
    /* right: -8vw; */
    background-size: contain;
    z-index: 10;
    bottom:-7vw
  }
  .kobetsu .sec_9 .box_txt figure{
    margin-bottom: 4vw;

  }
}

.sec_10 {
  background: #ba1204 url(../img/bg_05.jpg.webp) no-repeat center top;
}
.sec_10 .list_chk.i_2 li {
  font-size: 23px;
  color: #000;
  background: url(../img/icon_chk_2.png.webp) no-repeat left 0.5em;
  padding: 0.1em 0 0.2em 1.5em;
  font-weight: 400;
  display: flex;
 align-content: center;
 justify-content: start;
 align-items: center;
}
.sec_10 .list_chk.i_2 li img{
  height: 1em;
  width: auto;
 margin-left: 0.5em;

}

.sec_10 .box_txt{
  margin-bottom: 0;
}
.sec_10 .mb0 {
  text-align: right;
  padding-right: 150px;
}
@media screen and (max-width: 768px) {
  .sec_10 .ttl img {
    width: 55vw;
  }
  .sec_10 .mb0 {
    text-align: right;
    padding-right:0;
  }
  .sec_10 .mb0 img {
    width: 70vw;
  }
  .sec_10 .list_chk.i_2 li {
    font-size: 4.2vw;
    background-size: 4.2vw;
  }
}

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