@charset "utf-8";
body{
    margin: 0;
    padding: 0;
}
*{
    padding: 0;
    margin: 0;
    text-decoration: none;
    list-style: none;
}
#wrapper{
    /*max-width: 1400px;*/
    margin: auto;
    font-family: "Noto Sans JP", sans-serif;
}
#wrapper img{
    width: 100%;
    vertical-align: middle;
}
@media only screen and (max-width: 768px){
#wrapper{
    /*max-width: 700px;*/
    margin: auto;
}
.sp{
    display: block;
}
.pc{
    display: none;
}
}
@media only screen and (min-width: 768px){
#wrapper{
    /*max-width: 1920px;*/
/*        max-width: 1000px; */
    margin: auto;
}
.sp{
    display: none;
}
.pc{
    display: block;
}
.pc_bg{
  display: block;
  width: 100%;
  background-image: url(../img/fv_pc.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
#wrapper .pc_bg img{
  width: 100%;
  max-width: 1450px;
  margin:0 auto;
}
}
p,li{/*16-18テキスト*/
    font-size: clamp(1rem, 0.955rem + 0.23vw, 1.125rem);
}
.td_ul{
    text-decoration:underline;
    color:#0000e0;
}
.f_min{
    font-family: 游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN","Hiragino Mincho Pro",HGS明朝E,メイリオ,Meiryo,s;
}
.tac{
    text-align: center;
}
.tal{
    text-align: left;
}
.tar{
    text-align: right;
}
.mt10{
    margin-top: 10px;
}
.mb10{
  margin-bottom: 10px;
}
.mt20{
    margin-top: 20px;
}
.mb20{
    margin-bottom: 20px;
}
.mt30{
  margin-top: 30px;
}
.mb30{
  margin-bottom: 30px;
}
.white{
    color: rgb(255, 255, 255);
}
.red{
    color: #f33124;
}
.gray{
    color: rgb(187, 187, 187);
}
.yellow{
    color:#fff798;
}
.yellow02{
    color:#fdff2c;
}
.red_g{
    background: linear-gradient(90deg, #f88a82 50%, #ec554a 50% );
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.marker{
    background: rgba(0, 0, 0, 0) linear-gradient(transparent 60%,#fffca5 0%) repeat scroll 0 0;
}
.marker02{
    border-bottom-style: dotted;
    border-bottom-color: #dcdcdc;
    border-bottom-width: 3px;
    padding-bottom: 3px;
}
.fsLL{/*33-40*/
    font-size: clamp(2.063rem, 1.903rem + 0.8vw, 2.5rem);
}
.fsL{/*23-33*/
    font-size: clamp(1.438rem, 1.21rem + 1.14vw, 2.063rem);
}
.fsM{
    font-size: clamp(1.063rem, 0.926rem + 0.68vw, 1.438rem);
}
.fsMM{/*16-18テキスト*/
    font-size: clamp(1rem, 0.955rem + 0.23vw, 1.125rem);
}
.fsS{
    font-size: clamp(0.813rem, 0.767rem + 0.23vw, 0.938rem);
}
.fsSS{
    font-size: clamp(0.625rem, 0.58rem + 0.23vw, 0.75rem);
}
.inner{
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
    box-sizing: border-box;
    padding:0 15px; 
    line-height: 1.6;
}
.mv_inner{
    width: 100%;
    background: linear-gradient(to left, #44444493, #9999997e);
    text-align: center;
    padding: 12px;
    box-sizing: border-box;
}
.mv_inner .item{
    width: 100%;
    max-width: 1000px;
    background-color: #fff;
    margin: 0 auto;
    padding: 15px;
    border-radius: 5px;
    box-sizing: border-box;
}
.ribbon1 {
    width: 100%;
    display: inline-block;
    position: relative;
    height: 50px;/*リボンの高さ*/
    line-height: 50px;/*リボンの高さ*/
    text-align: center;
    padding: 0 20px;/*横の大きさ*/
    font-size: 18px;/*文字の大きさ*/
    background: linear-gradient(to left, #f32a1c, #f45f53);
    color: #FFF;/*文字色*/
    box-sizing: border-box;
    margin-bottom: 10px;
}
.line_button{
  color: #fff;
  width: 100%;
    display: block;
    box-sizing: border-box;
    background: linear-gradient(140.14deg, #008d3f 15.05%, #009944 114.99%)padding-box,
    linear-gradient(142.51deg, #4cb77c 8.65%, #006d30 88.82%) border-box;
    border-radius: 7px;
    border: 2px solid transparent;
    text-shadow: 1px 1px 1px #00000040;
    box-shadow: 3px 3px 10px 0px #45090059;
    padding: 15px 15px 15px 10px;
    line-height: 1.5;
    cursor: pointer;
    transition: all 0.3s;
    color: white;
    font-weight: bold;
    margin-top: 10px;
}
.line_button:hover{
  box-shadow: none;
  opacity: 80%;
}
.ribbon1:before, .ribbon1:after {
    position: absolute;
    content: '';
    width: 0px;
    height: 0px;
    z-index: 1;
}
.ribbon1:before {
    top: 0;
    left: 0;
    border-width: 25px 0px 25px 15px;
    border-color: transparent transparent transparent #fff;
    border-style: solid;
}
.ribbon1:after {
    top: 0;
    right: 0;
    border-width: 25px 15px 25px 0px;
    border-color: transparent #fff transparent transparent;
    border-style: solid;
}
.cta{
    width: 100%;
    position: relative;
}
#wrapper .cta img{
    width: 40px;
    height: 40px;
    position: absolute;
    bottom: -2px;
    right: -11px;
    object-fit: contain;
}
.button {
    width: 100%;
    display: block;
    box-sizing: border-box;
    background: linear-gradient(140.14deg, #f36d00 15.05%, #ffa31a 114.99%)padding-box,
    linear-gradient(142.51deg, #ff9c4c 8.65%, #f36d00 88.82%) border-box;
    border-radius: 7px;
    border: 2px solid transparent;
    text-shadow: 1px 1px 1px #00000040;
    box-shadow: 3px 3px 10px 0px #45090059;
    padding: 15px 15px 15px 1px;
    line-height: 1.5;
    cursor: pointer;
    transition: all 0.3s;
    color: white;
    font-weight: bold;
    border-bottom: 8px solid #b84c00;
  }
  .button:hover {
    box-shadow: none;
    opacity: 80%;
    border-bottom: 1px solid #b84c00;
  }
  



  
  section{
    margin: 30px 0;
  }
  .button-hex {/*帯タイトル2行*/
    line-height: 25px;
    position: relative;
    width: 70%;
    text-align: center;
    text-decoration: none;
    color: #fff;
    background: linear-gradient(to left, #ec554a, #f88a82);
    padding: 10px 10px;
    left: 0;
    right: 0;
    margin: 0 auto;
    margin-bottom: 20px;
    line-height: 1.3;
}
.button-hex:before,
.button-hex:after {
    position: absolute;
    top: 0;
    width: 0;
    height: 0;
    content: '';
    border: 40px solid transparent;
    border-right: 22px solid transparent;
    border-left: 22px solid transparent;
}
.button-hex:before {
    right: 100%;
    border-right-color: #f88a82;
}
.button-hex:after {
    left: 100%;
    border-left-color: #ec554a;
}
.button-hex_s {/*帯タイトル1行*/
    line-height: 25px;
    position: relative;
    width: 70%;
    text-align: center;
    text-decoration: none;
    color: #fff;
    background: linear-gradient(to left, #ec554a, #f88a82);
    padding: 15px 0px;
    left: 0;
    right: 0;
    margin: 0 auto;
    margin-bottom: 20px;
}
.button-hex_s:before,
.button-hex_s:after {
    position: absolute;
    top: 0;
    width: 0;
    height: 0;
    content: '';
    border: 27px solid transparent;
    border-right: 22px solid transparent;
    border-left: 22px solid transparent;
}
.button-hex_s:before {
    right: 100%;
    border-right-color: #f88a82;
}
.button-hex_s:after {
    left: 100%;
    border-left-color: #ec554a;
}
.video{
    padding: 30px 0 60px;
    /*margin-top: -30px;*/
    margin-bottom: -60px;
    width: 100%;
    text-align: center;
    background-color: #fff0ef;
}
.video h2{
    display: inline;
    border-bottom: 2px dotted;
    padding-bottom: 10px;
    margin-bottom: 10px;
}
.video .movie_items{
    display: flex;
    flex-wrap: wrap;
    gap:10px;
    justify-content: center;
    margin-top: 20px;
    width: 100%;
}
.video .movie_items iframe{
    width: 350px;
    height: 190px;
    object-fit: cover;
}
.cta_group{
    width: 100%;
    box-sizing: border-box;
    padding: 0 15px;
    text-align: center;
}
.cta_g{
    margin-top: 20px;
    padding: 10px;
    background-color: #e5e5e5;
    text-align: left;
}
.title02{
    text-align: center;
    background-color: #f3f3f3;
    margin-top: 0px;
}
.title02 h2{
    background: linear-gradient(to left, #ec554a, #f88a82);
    color: #fff;
    line-height: 1.3;
    padding: 13px 0;
    position: relative;
}
.title02 h2::after{
    content:"";
    position: absolute;
    bottom: -15px;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 60px;
    height: 20px;
    aspect-ratio: 2;
    clip-path: polygon(50% 100%,100% 0,0 0);
    background: linear-gradient(45deg,#F3736A,#F16D63);
}
.half {
    /*float: left;*/
    width: 100%;
    box-sizing: border-box;
    text-align: left;
  }
  .tab {
    position: relative;
    margin-bottom: 1px;
    width: 100%;
    color: #fff;/* アコーディオン タブ文字色 */
    overflow: hidden;
  }
  input {
    position: absolute;
    opacity: 0;
    z-index: -1;
  }
  label {
    position: relative;
    display: block;
    padding: 0 0 0 1em;
    background: #f23c2c;/* アコーディオン タブ背景色 */
    font-weight: bold;
    line-height: 3.5;
    cursor: pointer;
  }
  .tab-content {
    max-height: 0;
    overflow: hidden;
    background: #ffffff;/* タブ内背景色 */
    -webkit-transition: max-height .35s;
    -o-transition: max-height .35s;
    transition: max-height .35s;
    margin-bottom: 10px;
  }
  .tab-content p {
    margin: 0.5em 1em;
    color: #000;/* タブ内文字色 */
  }
  input:checked ~ .tab-content {
    max-height: 40em;
  }
  label::before {
    position: absolute;
    right: 0;
    top: 0;
    display: block;
    width: 3em;
    height: 3em;
    line-height: 3;
    text-align: center;
    -webkit-transition: all .35s;
    -o-transition: all .35s;
    transition: all .35s;
  }
  label::after {
    position: absolute;
    right: 0;
    top: 0;
    display: block;
    width: 3em;
    height: 3em;
    line-height: 3;
    text-align: center;
    -webkit-transition: all .35s;
    -o-transition: all .35s;
    transition: all .35s;
  }
  .tab input[type=checkbox] + label::before {
    content: "";
    width: 12px;
    height:12px;
    border-left: 2px solid #fff;
    top: 25px;
    right: 6px;
  }
  .tab input[type=checkbox] + label::after {
    content: "";
    width: 12px;
    height:12px;
    border-top: 2px solid #fff;
    top: 30px;
    right: 13px;
  }
  input[type=radio] + label::after {
    content: "\25BC";
  }
  input[type=checkbox]:checked + label::before {
    opacity: 0;
  }
  .tab label .number::before {
    content: "";
    position: absolute;
    left: 16px;
    width: 15px;
    height: 15px;
    background: #ffffff;
    color: #f23c2c;
    padding: 8px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }
  #tab-one + label .number::before {
    content: "1";
    top: 16px;
  }
  #tab-two + label .number::before {
    content: "2";
    top: 16px;
  }
  #tab-three + label .number::before {
    content: "3";
    top: 16px;
  }
  #tab-four + label .number::before {
    content: "4";
    top: 16px;
  }
  .tab label {
    padding-left: 60px;
  }
  .tab_bottom{
    width: 100%;
    box-sizing: border-box;
    border-bottom: 1px #000 solid;
    border-top: 1px #000 solid;
    margin-top: 10px;
    display: inline-block;
    padding: 10px 0;
  }
  .tl02{
    background-color: #f23c2c;
    color: #fff;
    padding: 10px 0;
    border-top:solid 13px #fbc4bf;
    border-bottom:solid 13px #fbc4bf;
  }
  .title04 .list{
    border: solid 1px #f23c2c;
    margin-top: 10px;
    padding: 8px;
    border-left: solid 15px #f23c2c;
  }
  .book{
    display: flex;
    width: 100%;
  }
  #wrapper .book img{
    width: 30%;
    max-width: 120px;
    object-fit: contain;
  }
  .book p{
    width: 70%;
    padding-left: 10px;
  }
  .book p b{
    display: block;
    line-height: 1.3;
  }
  .book p span{
    display: block;
    line-height: 1.2;
  }
  .grad-wrap {
    position: relative;
    padding-bottom: 60px;
}
.grad-trigger {
  display: none;
}
  .grad-btn {
    z-index: 2;
    position: absolute;
    right: 0;
    bottom: 25px;
    left: 0;
    width: 148px;
    margin: auto;
    padding: 1.5em 1em;
    border-radius: 2px;
    background: #f23c2c;
    color: #fff;
    border-radius: 40px;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    cursor: pointer;
    transition: .3s ease;
}
.grad-item::before {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 50px;
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgb(255 255 255) 50%, rgb(255 255 255) 50%, #fff 100%);
  background: linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgb(255 255 255) 50%, rgb(255 255 255) 50%, #fff 100%);
}
.grad-item {
  position: relative;
  overflow: hidden;
  height: 80px;
}
.grad-trigger:checked ~ .grad-btn {
  bottom: 0px;
}
.grad-wrap .grad-btn::after {
  content: "詳しく見る";
  right: 0;
  left: 0;
  margin: 0 auto;
  width: 6em;
}
.grad-trigger:checked ~ .grad-btn::after {
  content: "閉じる";
}
.grad-trigger:checked ~ .grad-btn .fa {
  transform: rotate(180deg);
}
.grad-trigger:checked ~ .grad-item {
  height: auto;
}
.grad-trigger:checked ~ .grad-item::before {
  display: none;
}
  .slide_group{
    display: flex;
    align-items: center;
    height: 340px;
    overflow: hidden;
  }
  .wrap {
    display: flex;
    align-items: center;
    height: 340px;
    overflow: hidden;
  }
  .slideshow {
    display: flex;
  }
  #wrapper .slideshow li{
    height: auto;
  }
  .content {
    width: 300px;
    height: 300px;
    margin: 0 10px;
    box-shadow: 3px 3px 10px #00000046;
  }
  .slideshow {
    display: flex;
    animation: loop-slide 30s infinite linear 1s both;
  }
  @keyframes loop-slide {
    from {
      transform: translateX(0);
    }
    to {
      transform: translateX(-100%);
    }
  }
  .slide-paused:hover .slideshow {
    animation-play-state: paused;
  }
  .title05{
    text-align: center;
    background-color: #F3F3F3;
    padding: 30px 0;
  }
  .title05 h2{
    border-bottom: solid #f23c2c 2px;
    display: inline-block;
    margin: 0 auto;
    padding-bottom: 10px;
  }
  .title05_img{
    display: flex;
    gap: 10px;
    justify-content: center;
  }
  #wrapper .title05_img img{
    object-fit: contain;
    width: 45%;
    box-shadow: 3px 3px 10px #00000046;
  }
  .group .tl{
    background-color: #434343;
    color: #fff;
    padding: 5px 10px;
  }
  .group .sb{
    background-color: #E5E5E5;
    padding: 5px 10px;
  }
  .title06{
    width: 100%;
    text-align: center;
  }
  .title06 h2{
    background: linear-gradient(to left, #ec554a, #f88a82);
    color: #fff;
    line-height: 1.3;
    padding: 13px 0;
    position: relative;
}
#wrapper .title06 img{
    width: 100%;
    max-width: 800px;
    margin: 0 auto;
    padding-top: 20px;
}
#tab-one1 + label .number::before {
    content: "1";
    top: 16px;
  }
  #tab-two2 + label .number::before {
    content: "2";
    top: 16px;
  }
  #tab-three3 + label .number::before {
    content: "3";
    top: 16px;
  }
  #tab-four4 + label .number::before {
    content: "4";
    top: 16px;
  }
  .title07{
    position: relative;
    padding: 50px 0 30px;
    background: linear-gradient(to top, #F24535, #FEF4F2);
  }
  .title07::before{
    content: "";
    position: absolute;
    top: 0px;
    width: 100%;
    height: 20px;
    aspect-ratio: 2;
    clip-path: polygon(50% 100%,100% 0,0 0);
    background: #fff;
  }
  .title07::after{
    content: "";
    position: absolute;
    bottom: -20px;
    width: 100%;
    height: 20px;
    aspect-ratio: 2;
    clip-path: polygon(50% 100%,100% 0,0 0);
    background:#F24535;
  }
  .half02 .tab label{
    background: #434343;/* アコーディオン タブ背景色 */
  }
  .half02 .tab label .number::before {
    color: #434343;
  }
  .title07 .bottom{
    background-color: #fff;
    padding: 15px;
  }
  .title07 .text{
    text-align: center;
  }
  .title07 .white{
    border-bottom: solid 1px #fff;
    display: inline-block;
  }
  .list ul{
    border: dotted 2px #F24535;
    background-color: #FEF4F2;
    border-radius: 5px;
    padding: 10px;
  }
  .list ul li{
    padding: 3px 3px 3px 34px;
    line-height: 1.5;
    position: relative;
  }
  .list ul li::before{
    content: "";  /* ✔の代わりに空にする */
    position: absolute;
    left: 0rem;
    top: 6px;
    width: 22px;
    height: 22px;
    border-radius: 20px;
    background-color: #F24535;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='white'%3E%3Cpath d='M9 16.17L4.83 12l-1.42 1.41L9 19 21 7l-1.41-1.41L9 16.17z'/%3E%3C/svg%3E");
    background-size: 12px;
    background-position: center;
    background-repeat: no-repeat;
  }
  .title08{
    text-align: center;
    background-color:#F3F3F3;
    padding: 30px 0 60px 0;
    margin-bottom: -30px;
    position: relative;
    z-index: 0;
  }
  .title08 h2{
    border-bottom: solid #f23c2c 2px;
    display: inline-block;
    margin: 0 auto;
    padding-bottom: 10px;
  }
  .title08 .group{
    background-color: #fff;
    padding: 20px;
    margin-top: 25px;
    position: relative;
    box-shadow: 3px 3px 10px #9c9c9c7e;
  }
  .title08 .group:nth-child(1){
    margin-top: 35px;
  }
  .title08 .group::before{
    content: "";
    position: absolute;
    width: 50px;
    height:50px;
    top: -15px;
    right: 0;
    left: 0;
    margin: 0 auto;
    background: linear-gradient(120deg,#F3736A,#F1271B);
    color: #fff;
    font-size: 30px;
    border-radius: 70px;
    box-shadow: 5px 5px 10px #29292942;
  }
  .title08 .one::before {
    content: "1";
  }
  .title08 .two::before {
    content: "2";
  }
  .title08 .three::before {
    content: "3";
  }
  .title08 .four::before {
    content: "4";
  }
  .title09 {
    background-color: #fff;
    z-index: 1;
  }
  .title09 h2{
    background-color: #F23C2E;
    padding: 20px;
    position: relative;
    z-index: 2;
  }
  .title09 .h2{
    position: relative;
    z-index: 2;
  }
  .title09 .h2 img{
    position: absolute;
    top: -20px;
    z-index: 5;
    width: 38px;
    height: 38px;
    object-fit: contain;
  }
  .title09 .h2::before{
    content: "";
    display: inline-block;
    position: absolute;
    width: 220px;
    height: 130px;
    border-radius: 50% / 100% 100% 0 0;
  background: #000099;
    background-color: #F23C2E;
    top: -30px;
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index: 1;
  }
  .title09 .group{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
  }
  .title09 .item{
    width: 48%;
    background-color: #F3F3F3;
    border-radius: 5px;
    text-align: center;
  }
  .title09 .item p{
    background-color: #F23C2E;
    color: #fff;
    padding:5px 2px;
    border-radius: 0 0 5px 5px;
  }
  #wrapper .title09 .item img{
    width: 100px;
    height: 100px;
    object-fit: contain;
    padding: 15px 0;
  }
  #wrapper .title09 .item:nth-child(5) img{
    width: 130px;
    height: 100px;
    object-fit: contain;
    padding: 15px 0;
  }
  .title09 .list li{
    border-bottom: dotted 1px #000;
    display: inline-block;
    margin-bottom: 10px;
    position: relative;
    padding-left: 20px;
  }
  .title09 .list li::before{
    content: "・";
    position: absolute;
    width: 5px;
    height: 5px;
    top: 0px;
    left: 0;
    border-radius: 40px;
  }
  .age .bg{
    background-color: #434343;
    color: #fff;
    padding: 10px;
  }
  .age{
    border: solid 1px #434343;
    margin-top: 30px;
  }
 .age .sb{
    padding: 10px;
  }
 .age .sb span{
    line-height:1.5;
    display: inline-block;
  }
  .title10{
    background-color: #F23C2E;
    padding: 30px 0;
    text-align: center;
  }
  .title10 h2{
    border-bottom: solid #ffffff 2px;
    display: inline-block;
    margin: 0 auto;
    padding-bottom: 10px;
    margin-bottom: 10px;
  }
  .title11{
    padding: 30px 0;
    background-image: url(../img/bg_fee.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
  }
  .title11 h2{
    background-color: #F23C2E;
    border: solid #000 1px;
    padding: 10px 0;
    width: 95%;
    max-width: 970px;
    margin: 0 auto;
  }
  .title11 .top{
    border-bottom:solid 1px #000;
    padding-bottom: 10px;
  }
  .title11 .bg{
    background-color: #F3F3F3;
    padding: 15px;
  }
  .title11 .tl{
    line-height: 1.5;
    position: relative;
    display: inline-block;
    padding: 0 30px;
    margin-bottom: 5px;
  }
  .title11 .tl_group{
    text-align: center;
  }
  .title11 .tl::before{
    position: absolute;
    left: 10px;
    top: 0;
    content: "";
    width: 1px;
    height: 100%;
    background: #F23C2E;
    border-radius: 3px;
    transform: rotate(-25deg);
    
  }
  .title11 .tl::after{
    position: absolute;
    content: "";
    right: 10px;
    top: 0;
    width: 1px;
    height: 100%;
    background: #F23C2E;
    border-radius: 3px;
    transform: rotate(25deg);
    
  }
  .title11 .table{
    border-collapse: collapse;
    border:solid 1px #000;
    width: 100%;
    text-align: center;
  }
  .title11 .table tr:nth-child(2){
    background-color: #ffffff;
  }
  .title11 .table tr:nth-child(3){
    background-color: #f3f3f3;
  }
  .title11 .table tr:nth-child(4){
    background-color: #ffffff;
  }
  .title11 .table th{
    line-height:1.3;
    background-color: #F23C2E;
    color: #fff;
    width: 30%;
    padding: 10px 0;
    border: 1px #000 solid;
  }
  .title11 .table td{
    padding: 10px 0;
    border: 1px #000 solid;
  }
  .title12 {
    background-color: #FEE8E8;
    position: relative;
    z-index: 1;
    margin-top: 60px;
    padding-bottom: 30px;
  }
  .title12 h2{
    background-color: #F23C2E;
    padding: 20px;
  }
  .title12 .h2{
    position: relative;
  }
  .title12 .h2 img{
    position: absolute;
    top: -20px;
    z-index: 5;
    width: 33px;
    height: 33px;
    object-fit: contain;
  }
  .title12 .h2::before{
    content: "";
    position: absolute;
    width: 120px;
    height: 120px;
    border-radius: 86px;
    background-color: #F23C2E;
    top: -45px;
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index: -1;
  }
  .title12 .tab-content {
    background: transparent;
    padding-left: 20px;
    position: relative;
  }
  .title12 .tab-content::before {
    content: "A";
    position: absolute;
    color: #009944;
    top: 6px;
    left: 15px;
    font-weight: bold;
  }
  .title13{
    margin-bottom: 20px;
  }
  .title13 .top{
    position: relative;
  }
  #wrapper .title13 .message{
    position: absolute;
    bottom: 70px;
    width: 80%;
    left: 0;
    right: 0;
    margin: 0 auto;
  }
  .half12 .tab label{
    background:#fff;/* アコーディオン タブ背景色 */
  }
  .half12 .tab label .number::before {
    color: none;
  }
  #question1 + label .number::before {
    content: "Q";
    top: 6px;
    left: 5px;
  }
  #question2 + label .number::before {
    content: "Q";
    top: 6px;
    left: 5px;
  }
  #question3 + label .number::before {
    content: "Q";
    top: 6px;
    left: 5px;
  }
  #question4 + label .number::before {
    content: "Q";
    top: 6px;
    left: 5px;
  }
  .half12 .tab .number{
    width: 85%;
    color: #000;
    line-height: 1.5;
    padding: 10px 0;
    display: block;
  }
  .half12 .tab label{
    padding-left: 35px;
  }
  .half12 .tab label .number::before{
    color: #f23c2c;
  }
  .half12 .tab label .number::before{
    background-color:transparent;
    color: #f23c2c;
    z-index: 99;
  }
  .half12 input[type=checkbox] + label::before {
    border-left: 2px solid #000000;
  }
  .half12 input[type=checkbox] + label::after {
    border-top: 2px solid #000000;
  }
  .snscta{
    background-color: #434343;
    border-radius: 5px;
    color: #fff;
    text-align: center;
    padding: 15px;
    line-height: 1.4;
  }
  .snscta p{
    display: flex;
    gap: 10px;
    justify-content: center;
  }
  .snscta p a{
    display: flex;
    align-items: center;
    gap: 1px;
    background-color: #fff;
    border-radius: 5px;
    color: #000;
    font-weight: bold;
    width: 50%;
    padding-right: 10px;
    justify-content: center;
    max-width: 300px;
  }
  .snscta p a:hover{
    opacity: 80%;
    transition: all 0.3s;
  }
  #wrapper .snscta p a img{
    width: 60px;
  }
  .title14{
    color: #fff;
    background-color: #f23c2c;
  }
  .title14 .fsM{
    border-top: solid 1px #fff;
    border-bottom: solid 1px #fff;
    padding: 5px 0;
  }
  .title14 .bg{
    display: flex;
    gap:10px;
    padding: 30px 15px 0 15px;
    align-items: center;
  }
  .title14 .bg .item_r{
    width: 35%;
  }
  .title14 .bg .item_l{
    width: 65%;
  }
  .title14 a{
    color: #006d30;
    border-radius: 5px;
    background-color: #fff;
    padding: 5px;
    font-weight: bold;
    width: 100%;
    display: block;
    text-align: center;
    box-sizing: border-box;
    box-shadow: 5px 5px 5px #3300002f;
  }
  .title14 a:hover{
    box-shadow: none;
    opacity: 80%;
    transition: all 0.3s;
  }
  .title14 .attention{
    background-color: #FFE1DF;
  }
  .title14 .attention ul{
    display: flex;
    padding: 10px 15px;
    gap: 10px;
    align-items: center;
  }
  .title15{
    margin-bottom: 110px;
  }
  .title15 p{
    padding-bottom: 10px;
    border-bottom: 1px solid #ccc;
  }
  .topics dl {
    padding: 15px 0;
    border-bottom: 1px solid #ccc;
  }
  .topics dt {
    padding-bottom: 5px;
  }
  .map{
    width: 100%;
  }
  .title15 .tac{
    padding-top: 20px;
    text-align: center;
    border-bottom: none;
  }
  .follow {
    position: fixed;
    left: 50%;
    width: 100%;
    bottom: 0%;
    transform: translateX(-50%) translateY(0%);
    transition: .3s;
    opacity: 0;
    visibility: hidden;
    background-color: #ffffff96;
    /*background: linear-gradient(to bottom, transparent, #ffffff);*/
    z-index: 999;
    padding: 15px 0 10px;
}
.follow .button{
 line-height: 1.2;
 padding: 10px;
 width: 80%;
 margin: 0 auto;
}
.follow .line_button{
  margin-top: 0px;
  line-height: 1.3;
  padding: 10px;
}
.follow.active {
  opacity: 1;
  visibility: visible;
  transition: .3s;
}

  @media screen and (min-width: 768px) {
  section{
    margin: 60px 0;
  }
  .video{
    padding: 50px 0 90px;
    /*margin-top: -60px;*/
    margin-bottom: -60px;
  }
  .line_button{
      margin-top: 0px;
  }
  .mv_inner .item .df{
    display: flex;
    padding: 10px;
    align-items: center;
  }
  .mv_inner .item .cta .button{
    padding: 25px 0;
  }
  .cta_group .item_l{
    width: 40%;
  }
  .cta_group .item_r{
    width: 60%;
  }
  .cta_group .df .main .ribbon1{
    height: 94px;
    line-height: 89px;
  } 
  .cta_group .df .main .ribbon1:after {
    border-width: 47px 28px 47px 0px;
  }
  .ribbon1{
    margin-bottom: 0px;
  }
  .ribbon1:before {
    top: 0;
    left: 0;
    border-width: 0px;
    border-color: transparent transparent transparent #fff;
    border-style: solid;
  }
  .df_item_l{
    width: 40%;
  }
  .df_item_r{
    width: 60%;
  }
  .button-hex,.button-hex_s {
    width: 30%;
    min-width: 500px;
    padding: 19px;
  }
  .button-hex,.button-hex_s {
    width: 30%;
    min-width: 500px;
    padding: 19px;
  }
  .button-hex_s {
    padding: 24px;
  }
  .button-hex_s:before,
.button-hex_s:after {
    position: absolute;
    top: 0;
    width: 0;
    height: 0;
    content: '';
    border: 36px solid transparent;
    border-right: 21px solid transparent;
    border-left: 21px solid transparent;
}
.button-hex_s:before {
    right: 100%;
    border-right-color: #f88a82;
}
.button-hex_s:after {
    left: 100%;
    border-left-color: #ec554a;
}
  #wrapper .title01 .df{
    display: flex;
    gap: 20px;
  }
  #wrapper .title01 .df img{
    width: 49%;
  }
  .video .movie_items iframe {
    width: 470px;
    height: 260px;
    object-fit: cover;
  }
  .cta_group{
    width: 100%;
    max-width: 1000px;
    margin:0 auto;
  }
  .cta_group .df{
    display: flex;
    gap: 20px;
    align-items: center;
  }
  .cta_group .df .cta{
    width: 60%;
  }
  .cta_group .df .cta .button{
    padding: 13px 0;
  }
  .cta_group .df .ribbon1 {
    height: 67px;
    line-height: 66px;
  }
  .cta_group .df .ribbon1:after {
    border-width: 34px 18px 34px 0px;
  }
  .title02{
    margin-top: 0px;
}
  .title02 h2{
    padding: 22px 0;
  }
  .tl02{
    padding: 25px 0;
  }
  .book p b{
    line-height: 1.3;
    padding-bottom: 10px;
  }
  .book p span{
    line-height: 1.5;
  }
  .slide_group{
    height: 550px;
  }
  .content {
    width: 500px;
    height: 500px;
  }
  .title06 h2{
    padding: 22px 0;
  }
  #wrapper .title06 img{
    padding-top: 30px;
  }
  .title07 {
    padding: 90px 0 50px;
}
  .title07::before{
    height: 29px;
  }
  .title07::after{
    height: 29px;
  }
  .title08{
    padding: 60px 0 120px;
    margin-bottom: -80px;
  }
  .title08 .df{
    width: 100%;
    max-width: 500px;
    margin: 25px auto;
    padding-top: 40px;
    box-sizing: border-box;
  }
  .title08 .df .red{
    text-align: left;
  }
  .title09 .h2::before{
    width: 206px;
    height: 104px;
    top: -39px;
  }
  .half12 .tab .number{
    padding: 20px 0 20px 8px;
  }
  .title12 .tab-content::before {
    top: 11px;
  }
  .title13{
    margin-bottom: 60px;
  }
  .title13 .top{
    display: flex;
    gap: 30px;
  }
  #wrapper .title13 .message{
    position: static;
  }
  #wrapper .title13 .item_l{
    width: 50%;
  }
  .title13 .item_r{
    text-align: center;
    padding-top: 40px;
  }
  .title14{
    margin-top: 60px;
  }
  .title14 .bg{
    text-align: center;
    align-items: center;
    gap: 40px;
  }
  .title14 .fsS{
    font-size: clamp(1rem, 0.955rem + 0.23vw, 1.125rem);
  }
  .title14 a{
    padding: 15px;
    font-size: clamp(1.063rem, 0.926rem + 0.68vw, 1.438rem);
  }
  #wrapper .cta img{
    width: 60px;
    height: 60px;
}
  .title14 .attention .item_r{
    width: 8%;
  }
  .title14 .bg .item_r{
    width: 30%;
  }
  .title14 .bg .item_l{
    width: 70%;
  }
  .title05{
    padding: 60px 0;
  }
  .title15 .df{
    display: flex;
    gap: 20px;
  }
  #wrapper .title15 .item_l{
    width: 45%;
  }
  .title15 .item_r{
    width: 55%;
  }
  .topics dt {
  clear: left;
  float: left;
  width: 10%;
  }
  .topics dd {
  margin-left: 11%;
  }
  #tab-one + label .number::before {
    top: 26px;
  }
  #tab-two + label .number::before {
    top: 26px;
  }
  #tab-three + label .number::before {
    top: 26px;
  }
  #tab-four + label .number::before {
    top: 26px;
  }
  .tab input[type=checkbox] + label::before {
    content: "";
    width: 20px;
    height: 20px;
    border-left: 3px solid #fff;
    top: 28px;
    right: 9px;
  }
  .tab input[type=checkbox] + label::after {
    content: "";
    width: 20px;
    height: 20px;
    border-top: 3px solid #fff;
    top: 36px;
    right: 20px;
  }
  #tab-one1 + label .number::before {
    content: "1";
    top: 25px;
  }
  #tab-two2 + label .number::before {
    content: "2";
    top: 25px;
  }
  #tab-three3 + label .number::before {
    content: "3";
    top: 25px;
  }
  #tab-four4 + label .number::before {
    content: "4";
    top: 25px;
  }
  #question1 + label .number::before {
    content: "Q";
    top: 19px;
    left: 10px;
  }
  #question2 + label .number::before {
    content: "Q";
    top: 19px;
    left: 10px;
  }
  #question3 + label .number::before {
    content: "Q";
    top: 19px;
    left: 10px;
  }
  #question4 + label .number::before {
    content: "Q";
    top: 19px;
    left: 10px;
  }
  .half12 .tab label{
    padding-left: 35px;
  }
  .half12 input[type=checkbox] + label::before {
    border-left: 3px solid #000000;
  }
  .half12 input[type=checkbox] + label::after {
    border-top: 3px solid #000000;
  }
  .follow .button{
    width: 50%;
   }
    }

    .title10 .slick-prev:before, .title10slick-next:before {
      color: #ffffff!important;
  }
    .title08 .slick-prev:before, .title08 .slick-next:before {
      color: #666!important;
  }

  .title10 .slick-dots li.slick-active button {
    background: #FFF22A!important;
  }
  .title10 .slick-dots li button {
  background-color: #fff!important;
  }

  .title08 .slick-dots li.slick-active button {
    background: #ff2a2a!important;
  }
  .title08 .slick-dots li button {
    background-color: #aaa!important;
  }
  
  
/*追加*/

.kit-naiyou {
background-color: #f33124;
    padding: 10px;
    width: max-content;
    color: #fff;
    font-weight: bold;
}

.c-button._shiny {
  display: block;
  position: relative;
  overflow: hidden;
  transition: 300ms;
}

.c-button._shiny::before {
  position: absolute;
  content: '';
  display: inline-block;
  top: -180px;
  left: 0;
  width: 30px;
  height: 100%;
  background-color: #fff;
  transition: 300ms;
  animation: shinyshiny 2.5s ease-in-out infinite;
}


@-webkit-keyframes shinyshiny {
  0% {
    -webkit-transform: scale(0) rotate(45deg);
    opacity: 0;
  }

  80% {
    -webkit-transform: scale(0) rotate(45deg);
    opacity: 0.5;
  }

  81% {
    -webkit-transform: scale(4) rotate(45deg);
    opacity: 1;
  }

  100% {
    -webkit-transform: scale(50) rotate(45deg);
    opacity: 0;
  }
}

.title16 {
  margin: -3px;
  background-color: #f3f3f3;
  padding-top: 20px;
  padding-bottom: 30px;
  text-align: center;
}

.title16 .slick-prev:before, .title16 .slick-next:before {
    color: #616161 !important;
}
.title16 .slick-dots li.slick-active button {
    background: #f23c2e !important;
}
.title16 .slick-dots li button {
    background-color: #616161 !important;
}
.flow0 {
	max-width: 650px;
    width: 60% !important;
    margin: 20px auto 0;
}
@media screen and (max-width: 768px) {
  .flow0 {
    width: 80% !important;
}
  .title09 .item p{
  font-size: 14px;
  }
}

/*250618*/
.wrapp {
  height: 100%;
  overflow-x: hidden;
  position: relative;
}
.wrapp .overlay {
  content: "";
  display: block;
  width: 0;
  height: 0;
  background-color: rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  opacity: 0;
  transition: opacity .5s;
}
.wrapp .overlay.open {
  width: 100%;
  height: 100%;
  opacity: 1;
}
.wrapp main {
  height: 100%;
  min-height: 100vh;
  padding: 0 50px;
  background-color: #eee;
  transition: all .5s;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.wrapp main.open {
  transform: translateX(-250px);
}
.wrapp main h1 {
  text-align: center;
  font-weight: 500;
}
.wrapp main p {
  text-align: center;
}
.wrapp .menu-trigger {
  display: inline-block;
  width: 36px;
  height: 28px;
  vertical-align: middle;
  cursor: pointer;
  position: fixed;
  top: 30px;
  right: 30px;
  z-index: 100;
/*   transform: translateX(0);
  transition: transform .5s;
 */}
/* .menu-trigger.active {
  transform: translateX(-250px);
}
 */.wrapp .menu-trigger span {
  display: inline-block;
  box-sizing: border-box;
  position: absolute;
  left: 0;
  width: 100%;
  height: 4px;
  background-color: #000;
  transition: all .5s;
}
.wrapp .menu-trigger.active span {
  background-color: #fff;
}
.wrapp .menu-trigger span:nth-of-type(1) {
  top: 0;
}
.wrapp .menu-trigger.active span:nth-of-type(1) {
  transform: translateY(12px) rotate(-45deg);
}
.wrapp .menu-trigger span:nth-of-type(2) {
  top: 12px;
}
.wrapp .menu-trigger.active span:nth-of-type(2) {
  opacity: 0;
}
.wrapp .menu-trigger span:nth-of-type(3) {
  bottom: 0;
}
.wrapp .menu-trigger.active span:nth-of-type(3) {
  transform: translateY(-12px) rotate(45deg);
}

.wrapp nav {
  width: 250px;
  height: 100%;
  padding-top: 100px;
  background-color: rgb(16, 69, 153, 0.8);
  position: fixed;
  top: 0;
  right: 0;
  z-index: 10;
  transform: translate(250px);
  transition: all .5s;
}
.wrapp nav.open {
  transform: translateZ(0);
}
.wrapp nav li {
  padding: 10px 0;
}
.wrapp nav li a {
  color: #fff;
  text-align: left;
  padding: 10px 0;
  font-size: 90%;
}

.wrapp ul {
  list-style: none;
  margin: 0;
  padding: 0 30px;
}

@media screen and (max-width: 768px) {
  .wrapp .menu-trigger {
    width: 26px;
    top: 20px;
    right: 20px;
}
}