@charset "utf-8";

.pc-hidden{
    display:none;
}
.sp-hidden{
    display:block;
}

body{
    font-family: 'Zen Kaku Gothic New', sans-serif;
    font-weight: 500;
    background-color: red;
    color:#000;
}
html{
    font-size: 62.5%;
}
a{
    text-decoration: none;

}
h2{
    font-size: 5rem;
    font-weight: 400;
    padding-bottom: 100px;
    padding-top: 100px;
    line-height: 1.3;
}
header{
    padding: 0;
    background-color: #FFFCF3;
}
.header-text{
    background: red;
    padding: 4px;
    font-size: 14px;
    font-weight: 700;
    text-align: center;
    color:  #fff;
    margin-bottom: 1%;
}
.sp{
    display: none;
}
@media screen and (max-width: 480px) {
    .sp{
        display: block;
    }
    .header-text{
        padding: 2px;
        font-size: 10px;
    }
}
header img{
    width: 16%;
    margin: 0 auto;
}
.mv{
    padding-top: 1%;
    background-color: #FFFCF3;
}
.mv img{
    width: 100%;
}
@media screen and (max-width: 480px) {
    .mv{
        padding-bottom: 5%;
    }
}
.container{
    width: 100%;
    max-width: 1600px;
    margin: 0 auto;
    padding: 0 20px;
}

.main-visual{    
    text-align: center;
    background-color: #FFFCF3;
}

.img100{
    width:100%;
}

.main-visual strong{
    font-size: 7rem;
    border-bottom: solid 10px red;
    font-weight: bold;
}
.main-visual p{
    background-color: #FFFCF3;
}

.sec1{
    background-color: red;
    text-align: center;
    padding-bottom: 10rem;
}
.sec1 h2 strong{
    font-size: 8rem;
    font-weight: 600;
    color: #FFEF00;
}
.sec1 p img{
    margin: 0 auto;
    width: 15%;
}
.sec1 .wrapper{
    border: 1px solid #FFFCF3;
    width: 90%;
    margin: -5px auto;
    background-color: #FFFCF3;
    border-radius: 50px;
}
.sec1 h3{
    padding-top: 100px;
    padding-bottom: 100px;
    font-size: 5rem;
    line-height: 1.4;
    font-weight: 400;
}
.sec1 h3 strong{
    font-size: 8rem;
    font-weight: bold;
}
.sec1 h4,h5{
    font-size: 5rem;
}
.sec1 h4{
    color: #FFEF00;
}
.sec1 h5{
    background-color: #FFEF00;
    border: solid 1px #FFEF00;
    width: 30%;
    margin: 0 auto;
    border-radius: 100vh;
    font-size: 4rem;
    padding: 20px;
}
.sec1 h6{
    font-size: 3.2rem;
    font-weight: bold;
}
.sec1  h6 strong{
    font-size: 6rem;
}
.sec1 p{
    font-size: 4rem;
    font-weight: bold;
}

.sec1 .text-white{
    color:white;
    font-size:1.8em;
}

.content{
    background-color: #fff;
    border: 3px solid #000;
    width: 80%;
    margin: 0 auto;
    margin-top: 50px;
    margin-bottom: 100px;
    padding-top: 50px;
    position: relative;
}
.content .vertical-line {
    border-left: 4px dashed black;
    height: 70%;
    position: absolute;
    top: 20%;
    left: 50%;
    transform: translateX(-50%);
}
.content1{
    background-color: #fff;
    border: 3px solid #000;
    width: 80%;
    margin: 0 auto;
    margin-top: 50px;
    margin-bottom: 100px;
    padding-top: 50px;
    position: relative;
    display: flex;
}
.inner{
    display: flex;
    width: 100%;
    margin: 0 auto;
    padding-top: 60px;
    padding-bottom: 60px;
}
.inner-02{
    display: flex;
    width: 100%;
    margin: 0 auto;
    padding-top: 60px;
    padding-bottom: 60px;
}
.detail-1,
.detail-2 {
    flex: 1;
    margin-right: 10px;
    font-size: 3.2rem;
    margin-left: 10px;
}
.detail-1 strong,
.detail-2 strong{
    font-size: 6rem;
    font-weight: 600;
    color: red;
}
.detail-2 strong{
    color: blue;
}
.detail-1 p,
.detail-2 p{
    font-size: 2.4rem;
    padding-top: 30px;
    font-weight: 500;
}
.detail-1{
    padding-right: 70px;
}
.sec1 .detail-1 img,
.sec1 .detail-2 img{
    width: 60%;
    margin-inline: auto;
}
.vertical-line {
    border-left: 4px dashed black;
    height: 80%;
    position: absolute;
    top: 10%;
    left: 50%;
    transform: translateX(-50%);
}
.cta{
    text-align: center;
    padding-bottom: 50px;
    padding-top: 50px;
    font-size: 3rem;
    background-color: #fff;
}
.cta span,.cta-1 span{
    background-image: url(../imgs/phone.png);
    background-repeat: no-repeat;
    background-position: left center;
    padding-left: 110px;
    background-size: 17%;
    font-size: 6rem;
    text-decoration: none;
}
.cta .time,.cta-1 .time{
    font-size: 2rem;
    padding-left: 100px;
}

.cta .present{
  margin:auto;
}
.btn-wrapper{
    display: flex;
    justify-content: center;
    padding: 50px;
    text-align: center;
} 
.btn1,
.btn2{
    margin-right: 60px;
    padding-top: 40px;
    padding-bottom: 40px;
    padding-left: 20px;
    padding-right: 20px;

}
.btn1{
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
    text-decoration: none;
    color: #ffffff;
    font-size: 3rem;
    border-radius: 5px;
    width: 300px;
    height: 40px;
    font-weight: bold;
    transition: 0.3s;
    background-image: linear-gradient(to bottom, #FF0000, #FF4040);
}
.btn2{
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
    text-decoration: none;
    color: #ffffff;
    font-size: 3rem;
    border-radius: 5px;
    width: 300px;
    height: 40px;
    font-weight: bold;
    transition: 0.3s;
    background-image: linear-gradient(to bottom, #00FF00, #00CC00);
}     
.btn1:hover {
    opacity: .5
}
.btn2:hover{
    opacity: .5;
}
.btn1 a,.btn2 a{
    text-decoration: none;
    color: #fff;
}
.sec2{
    text-align: center;
    line-height: 1;
    padding-bottom: 100px;
}
.sec2 h2{
    font-size: 3rem;
}
.sec2 strong{
    font-weight: 600;
    font-size: 5rem;
}
.sec2 p img{ 
    background-color: red;
}
.sec3{
    background-image: radial-gradient(circle, #FFC4C4 30%, transparent 11%);
    background-size: 15px 15px;
    text-align: center;
    padding-bottom: 100px;
    background-color: #fff;
    margin: 0 auto;
}
.sec3-wrapper{
    width: 100%;
    margin: 0 auto;
}
.sec3 h2 strong{
    font-size: 7rem;
    font-weight: 600;
}

.sec3 .content-1 h3 img{
    margin: 0 0 0 auto;
    width:30%;
}

.sec3 .content-3 h3 img{
  margin: -24em 0 0 auto;
  width:30%;
}
.sec3 .content-1 .name,.sec3 .content-3 .name{
    font-size: 3rem;
    color: #fff;
    border: solid 1px #000;
    background-color: #000;
    width: 40%;
    padding: 20px;
    margin: 0 0 0 auto;
}
.sec3 .content-2 h3 img{
    width:30%;
    margin-top:-24em;
}
.sec3 .content-2 .name{
    font-size: 3rem;
    color: #fff;
    border: solid 1px #000;
    background-color: #000;
    width: 40%;
    padding: 20px;
}
.sec3 .text{
    border: solid 1px #000;
    width: 60%;
    font-size: 2rem;
    background-color: #fff;
    padding: 30px;
    line-height: 2;
    text-decoration:underline;
    margin: 0 0 0 auto;
}
.sec3 .content-2 .text{
    margin: 0 auto 0 0;
}
.cta-1{
    text-align: center;
    padding-bottom: 50px;
    padding-top: 50px;
    font-size: 3rem;
    border: solid 1px #FFFCF3;
    background-color: #FFFCF3;
    border-radius: 30px;
    width: 100%;
    margin: 100px auto;
    padding-bottom: 80px;
    font-size: 3rem;
}
.cta span,.cta-1 span{
    color: #000;
}
/* .video{
    padding: 100px;
} */
/* iframe{
    margin-inline: auto;
} */
.sec4{
    text-align: center;
    color: #fff;
    font-weight: bold;
}
.sec4 h3{
    font-size: 4rem;
    padding-top: 100px;
    padding-bottom: 100px;
}
footer{
    background-color: #fff;
    border-top: solid 10px red;
    text-align: center;
    padding-bottom: 50px;
}
footer h3 img{
    margin-inline: auto;
    width: 20%;
    padding-top: 50px;
}
.sec1 .card-title-01{  
  position: absolute;
  top: -10%; 
  left: 35%;
}
.sec1 .card-title-02{  
    position: absolute;
    top: -5%; 
    left: 35%;
  }  
.content1 h5{  
    position: absolute;
    top: -5%; 
    left: 35%
}
.sec2 h2{
    color: #fff;
}
.cta h3,.cta-1 h3{
    margin-bottom: 30px;
    padding-top: 50px;
    font-size: 4rem;
}
.cta span .cta-1 span{
    font-weight: bold;
}
.content1 span{
    font-weight: bold;
    font-size: 3.2rem;
}
.vsimg{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
    height: 120px;
    width: 120px;
}
.vsimg-02{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
    height: 120px;
    width: 120px;
}


/* スマホ用スタイル */

@media screen and (max-width: 1200px) {
    .container {
        /* padding: 0 15px; */
    }
    .vsimg{
        height: 100px;
        width: 100px;
    }
    
}

@media screen and (max-width: 768px) {
    .container {
        /* padding: 0 10px; */
    }

    .sec3 .content-1 h3 img{
      width: 40%;
    }

    .sec3 .content-3 h3 img,.sec3 .content-2 h3 img{
      margin-top:2em;
      width: 40%;
    }

    .sec3 .content-1 .name, .sec3 .content-2 .name,.sec3 .content-3 .name {
      width: 70%;
  }
  .sec3 .text {  
    width: 100%;
  }
}

@media screen and (max-width: 480px) {
    body {
      font-size: 1.8rem;
    }
    .pc-hidden{
        display:block;
    }
    .sp-hidden{
        display:none;
    }

    h2 {
      font-size: 2rem;
      padding-bottom: 30px;
      padding-top: 0;
      font-weight: bold;
    }
    header{
        padding-right: 0;
    }

    header img {
      width: 40%;
      margin: 0 auto;
    }

    .main-visual strong {
      font-size: 4rem;
      border-bottom: solid 7px red;
    }
    .sec1 {
      padding-top: 50px;
      padding-bottom: 10px;
    }
    .sec1 h2 strong {
      font-size: 4rem;
    }
    .sec1 p img {
      width: 30%;
    }
  
    .sec1 .wrapper {
      width: 100%;
      margin: 0 auto;
      padding-bottom: 30px;
      border-radius: 0;
    }
    .inner{
        margin: 0 auto;
        padding-top:0;
    }
    .sec1 h3 {
      padding-top: 50px;
      padding-bottom: 15px;
      font-size: 2rem;
      font-weight: bold;
    }
    .sec1 h3 strong {
      font-size: 4rem;
    }
    .sec1 h4,
    .sec1 h5 {
      font-size: 4rem;
      padding-bottom: 0;
    }
    .sec1 .card-title-01 {
      width: 56%;
      padding: 10px;
      font-size: 3rem;
      margin: 27px -50px;
    }
    .sec1 .card-title-02 {
        width: 56%;
        padding: 10px;
        font-size: 3rem;
        margin: 7px -50px;
      }
    .sec1 h6 {
      font-size: 3rem;
    }
    .sec1 h6 strong {
      font-size: 4rem;
    }
    .sec1 p {
      font-size: 3rem;
    }
    .sec1 .detail-1 img,
    .sec1 .detail-2 img{
        width: 90%;
    }

    .content,
    .content1 {
      width: 100%;
      margin: 0;
      margin-top: 50px;
      margin-bottom: 50px;
      padding-top: 30px;
    }
    .inner {
      display: block;
      width: 100%;
      padding-top: 30px;
      padding-bottom: 30px;
    }
    .inner-02 {
        display: block;
        width: 100%;
        padding-top: 0px;
        padding-bottom: 30px;
    }
    
    .detail-1,
    .detail-2 {
      margin: 0;
      font-size: 2.4rem;
      padding-right: 0;
    }
    .detail-1 img,
    .detail-2 img{
        width: 50%;
    }
    .detail-1 strong,
    .detail-2 strong {
      font-size: 3.2rem;
    }
    .detail-1 span,
    .detail-2 span{
        font-size: 2.4rem;
    }
    .detail-1 p,
    .detail-2 p {
      font-size: 1.8rem;
      padding-top: 20px;
    }
    .sec2 h2{
        padding-top: 30px;
        padding-bottom: 30px;
    }
    .sec3-wrapper {
      width: 100%;
    }
    .sec3 h2{
        padding-top: 30px;
        padding-bottom: 30px;
    }
    .sec3 h2 strong {
      font-size: 5rem;
    }
    .sec3 .content-1 h3 img,.sec3 .content-3 h3 img{
        width:50%;
    }
    .sec3 .content-2 h3 img{
        width:50%;
        margin-top:1em;
    }
    .sec3 .content-3 h3 img{
      margin-top: 1em;
  }
    .sec3 .content-1 .name,.sec3 .content-2 .name, .sec3 .content-3 .name{
      font-size: 2.4rem;
      padding: 10px;
      width: 76%;
    }
    .sec3 .text {
      font-size: 1.8rem;
      padding: 20px;
      line-height: 1.5;
      width: 100%;
    }

    .cta{
      padding-top: 20px;
      padding-bottom: 30px;
      font-size: 2.4rem;
      width: 100%;
    }
    .cta-1 {
        padding-top: 30px;
        padding-bottom: 30px;
        font-size: 2.4rem;
        margin: 50px 20px 50px 20px;
        width: 90%;
    }
    .cta h3, 
    .cta-1 h3{
        margin: 0 auto;
        padding-bottom: 30px;
    }
    .cta p,
    .cta-1 p{
        font-size: 1.8rem;
    }
    .cta span,
    .cta-1 span {
      padding-left: 49px;
      padding-bottom: 9px;
      background-size: 12%;
      font-size: 4rem;
      margin: 0 auto;
      background-size: 15%;
    }
  
    .cta .time,
    .cta-1 .time {
    font-size: 1.2rem;
    padding-left: 50px;
    }
    
    .btn-wrapper {
    display: block;
    padding: 10px;
    text-align: center;
    }
    
    .btn1,
    .btn2 {
    margin: 20px auto;
    padding: 2em 1em;
    font-size: 2.4rem;
    }
    
    .sec2 h2 {
    font-size: 2.4rem;
    }
    
    .sec2 strong {
    font-size: 4rem;
    }
    
    .sec4 h3 {
    font-size: 3rem;
    padding-top: 50px;
    padding-bottom: 50px;
    }
    footer{
        padding-bottom: 20px;
    }
    footer h3 img {
    width: 60%;
    padding-top: 30px;
    padding-bottom: 10px;
    }
    .source-org{
        font-size: 1.2rem;
    }

    .vsimg{
        position: absolute;
        top: 54%;
        left: 50%;
        transform: translate(-50%, -50%);
        z-index: 1;
        height: 70px;
        width: 70px;
    }
    .vsimg-02{
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        z-index: 1;
        height: 70px;
        width: 70px;
    }
    .horizon-line{
        border-left: none;
        border-top: 4px dashed black;
        width: 90%;
        height: auto;
        left: 20%;
        top: 50%;
        margin:10% auto;
        transform: translateY(-50%);
    }
    .content{
        border-radius: 1.2em;
    }
    .container {
        padding: 0px;
    }
    .sec_header {
      margin-bottom: 0em;  
    }
    .sec_header figure {
        width: 12vw;
        margin: 0 auto 1em;
    }
    .sec_header h2 {
    
        font-size: 20px;
    
    }

}
    
.video-wrapper {
    position: relative;
    overflow: hidden;
    padding-top: 56.25%; /* 16:9 Aspect Ratio */
}

.video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.video iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* **************************************************************** */
/* Contact
*/
.contact-form{
    background-color: #FFF;
}

.contact-form_inner {
    width: min(86.6%, 650px);
  }
  
  .contact-form_message {
    text-align: center;
    margin-top: min(6.6vw, 50px);
  }
  .contact-form_message img {
    width: min(35.3vw, 265px);
    height: min(8.65vw, 65px);
  }
  
  .contact-form_label {
    background-color: #e60012;
    color: #fff;
    margin-top: min(2vw, 15px);
    text-align: center;
    padding-top: min(5.3vw, 40px);
    padding-bottom: min(5.3vw, 40px);
  }
  .contact-form_label img {
    width: min(35.3vw, 265px);
  }
  .contact-form_label .contact-form_title {
    font-size: min(5.6vw, 42px);
    font-weight: 500;
    margin-top: min(2.66vw, 20px);
  }
  
  .form_title {
    font-size: min(4.5vw, 34px);
    font-weight: 500;
    display: flex;
    line-height: min(4.5vw, 34px);
    vertical-align: middle;
  }
  
  .form_block {
    margin-top: min(5.8vw, 44px);
  }
  
  .form_title {
    margin-bottom: min(6.1vw, 46px);
  }
  
  .form-wrapper {
    margin-bottom: min(9vw, 68px);
  }
  
  .required::before {
    content: "必須";
    font-size: min(2.9vw, 22px);
    background-color: #e60012;
    color: #fff;
    padding: 0.045em 1.14em 0.136em;
    top: 0;
    border-radius: 0.18em;
    margin-right: 0.68em;
  }
  
  .any::before {
    content: "任意";
    font-size: min(2.9vw, 22px);
    background-color: #009944;
    color: #fff;
    padding: 0.045em 1.14em 0.136em;
    top: 0;
    border-radius: 0.18em;
    margin-right: 0.68em;
  }
  
  input.contact_radio {
    width: min(3.4vw, 26px);
    height: min(3.4vw, 26px);
    margin-right: min(2.6vw, 20px);
    margin-top: 15px;
    margin-bottom: 15px;
  }
  
  label {
    font-size: min(3.7vw, 28px);
    letter-spacing: 0.1em;
  }
  
  input {
    font-size: min(3.7vw, 28px);
  }
  
  .contact_tel {
    font-size: min(3.7vw, 28px);
    letter-spacing: 0.05em;
  }
  
  .form_flame_name {
    width: min(41.3vw, 310px);
    height: min(10.6vw, 80px);
    padding-left: min(4vw, 30px);
    background-color: #FFF;
  }
  
  .form-name_box {
    display: flex;
    justify-content: space-between;
  }
  
  .form_flame_info {
    width: min(44.6vw, 335px);
    height: min(10.6vw, 80px);
    background-color: #FFF;
  }
  
  .form_flame_mail {
    width: min(88.6vw, 650px);
    height: min(10.6vw, 80px);
    padding-left: min(4vw, 30px);
    letter-spacing: 0.05em;
    background-color: #FFF;
  }
  
  select {
    font-size: min(3.7vw, 28px);
    text-align: center;
  }
  
  .radio-wrap_companion {
    display: flex;
    gap: 60px;
  }
  
  .contact_date {
    color: #a0a0a0;
    font-weight: 400;
    padding-left: min(4vw, 30px);
  }
  
  .form_flame_message {
    width: min(86.6vw, 650px);
    font-size: min(3.7vw, 28px);
    padding-left: min(4vw, 30px);
    padding-top: min(2.6vw, 20px);
    background-color: #FFF;
  }
  
  input[type=checkbox] {
    transform: scale(2);
    border-radius: 50%;
        margin-right: min(2.6vw, 20px);
  }
  
  .form_privacy {
    margin-right: min(2.6vw, 20px);
    font-size: min(3.4vw, 26px);
    display: table-row;
  }
  .form_privacy label {
    display: table-cell;
  }
  
  button {
    border: none;
    background-color: #fff;
    margin-top: 50px;
  }

  .inner2{
    max-width:  650px;
    width: 100%;
    margin:auto;
    padding:1em;
}

.mt-5{
  margin-top: 10%;
}

.sec_header {

  margin-bottom: 2em;

}

.sec_header figure {

  margin-bottom: 1em;

}

.sec_header h2 {

  font-size: 30px;
  line-height: 1.4em;
  font-weight: 900;
  text-align: center;

}
.sec_header h2 img{
  margin:0 auto;
}

/* モバイルフッター */

.mobile-footer {
  display: none;
  position: fixed;
  bottom: 0;
  width: 100%;
  background-color: #f8f9fa;
  z-index: 1000;
}

.mobile-footer .tel-btn {
  display: block;
  width: 50%;
  float: left;
  text-align: center;
  padding: 20px 0;
  text-decoration: none;
  color: #fff;
  background-image: linear-gradient(to bottom, #00FF00, #00CC00);
  border:solid 1px #FFF;
}

.mobile-footer .contact-btn {
  display: block;
  width: 100%;
  float: left;
  text-align: center;
  padding: 20px 0;
  text-decoration: none;
  color: #fff;
  background-image: linear-gradient(to bottom, #FF0000, #FF4040);
  border:solid 1px #FFF;
}

.contact-btn::after {
  content: "";
  background: linear-gradient(90deg, transparent, rgba(255,255,255,0.5), transparent);
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  transform: skewX(-45deg);
  animation: glowing 2s infinite;
}

@keyframes glowing {
  0% {
    left: -100%;
  }
  50% {
    left: 100%;
  }
  100% {
    left: 100%;
  }
}


@media screen and (max-width: 600px) {
  .mobile-footer {
    display: block;
  }
}