@charset "UTF-8";

/* common */
html{
    font-size: 62.5%;
}

body{
    font-family:"Noto Sans JP", sans-serif;
    font-size:1.4rem ;
    color:#460E0E ;
    line-height:2.2 ;
    font-weight: 400;
}

img{
    width: 100%;
    height: auto;
}

header{
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    width: 100%;
}

#btn{
    display: flex;
    justify-content: center;
    font-size: 1.5rem;
    line-height: 1.2;
    color: #ffffff;
    font-weight: 400;
    padding:16px 30px 17px ;
    width:237px ;
    text-align: center;
    transition: 0.4s;
    background-color:#E64206 ;
    border-radius:30px ;
    box-shadow:2px 2px 4px gray;  
}

#btn:hover{
    background-color: #FAA755;
    transition: 0.4s;
}


.inter {
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-weight: weight;
  font-style: normal;
}

/* common_1000px */
@media screen and (min-width:1000px){
    body{
    font-size:1.6rem ;
    line-height:2.7 ;
}

#btn{
    font-size: 1.8rem;
    line-height: 1.4;
    padding:20px 50px 20px ;
    width:300px ;
    transition: 0.4s;
}
}
/* common_1000px */

/* splitText */
.text{
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
}

.text.is-active{
    --y: 0;
}

.char{
    display: inline-block;
    margin-left: -5.0%;
    transform: translateY(var(--y, 110%));
    transition: transform 0.4s
    cubic-bezier(0.77, 0, 0.175, 1);
    transition-delay:calc(0.08s* var(--char-index));
}

/* splitText__800px */
@media screen and (min-width:800px){
    .char{
        margin-left: -2.3%;
    }  
}
/* spliteText__800px */

/* splitText__1000px*/
@media screen and (min-width:1000px){
    .char{
        margin-left: -1.9%;
    }  
}
/* spliteText__1000px */

/* splitText__1200px*/
@media screen and (min-width:1200px){
    .char{
        margin-left: -1.5%;
    }  
}
/* spliteText__1200px */

/* splitText__1800px*/
@media screen and (min-width:1800px){
    .char{
        margin-left: -1.0%;
    }  
}
/* spliteText__1800px */


/* header */
.header__group{
    display: flex;
    justify-content: space-between;
     padding:15px 6.4% 12px;
    background-color: #ffffff;
}

.header__group.fixed{
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    transition: 0;
}

.header__logo{
    width:186px;
    height: 23px;
}

.header__menu{
    width: 24px;
    height: 20px;
    margin-top: 1.5%;
}
.nav__header{
    display: flex;
    justify-content: space-between;
     padding:20px 6.4% 12px;
    background-color: #ffffff;
}

.nav{
    width: 100%;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
    transform: translate(-100%);
    transition: 0.4s;
}

.nav.active{
    transform: translateX(0);
}

.nav__logo{
    width:186px;
    height: 23px;
}

.nav__btn{
    width: 20px;
    height: 20px;
}

.nav__group{
    position: relative;
}

.nav__list{
    position: absolute;
    z-index: 100%;
    top: 5px;
    margin-left: 10%;
    vertical-align: bottom;
}
.nav__item{
    font-size: 1.6rem;
    margin-top: 0px;
    line-height: 1.0;
    color: #E64206;
    margin-top: 60px;
}

.nav__item:hover{
    color: #FAA755;
    transition: 0.4s;
}

/* header_750px */
@media screen and (min-width:750px){
    .header{
        display: flex;
        justify-content: space-between;
         padding:24px 7.6%;
           position: fixed;
         z-index: 9998;
         background-color: #ffffff;
}

    .header__logo{
        width:30.4% ;
        height: auto;
}

    .header__group{
     padding:0px ;
}

.header__group.fixed{
    display: none;
}
    .header__menu{
    display: none;
}

.nav{
     background: transparent;
        width: auto;
        height: auto;
        padding: 0;
        position: static;
        transform: translate(0);
}
.nav__logo{
   display: none;
}

.nav__img{
    display: none;
}

.nav__btn{
    display: none;
}

.nav__list{
    top: -30px;
    display: flex;
    right: 0px;
}
.nav__item{
    font-size: 1.4rem;
    margin-top: 3.8%;
    line-height: 1.0;
    margin-left:30px ;
}
}
/* header_750px */

/* header_1000px */
@media screen and (min-width:1000px){
    .nav__list{
    top: -35px;
}
.nav__item{
    font-size: 1.6rem;
    margin-left:50px ;
}
}
/* header_1000px */

/* Form */
.section--Form{
    padding: 48px 6.4%;
    background-color: #FFF5F1;
}

.form__title{
    font-size: 2.4rem;
    font-family: "Arbutus Slab", serif;
    text-align: center;
    color: #E64206;
    border-bottom: solid #E64206 1px ;
    margin-top: 48px;
}

.form__dis{
    margin-top: 32px;
    text-align: justify;
}

.privacy__txt{
    display: block;
    font-size: 1.2rem;
    text-align: center;
    color: #E64206;
    text-decoration:underline  solid 1px #E64206;
}

.privacy__txt:hover{
    color: #FAA755;
}

.form__group{
    background-color: #ffffff;
    margin-top:45px ;
    padding: 12px 12.1% 44px ;
}

.form__list,
.form__list2{
    margin-top: 32px;
}



.form__btn{
    display: block;
    margin: 75px  auto 0;
}

.form__list::after{
    content: '必須';
    padding:3px 3.5% 4px;
    background-color: #E64206;
    color: #ffffff;
    border-radius:7px ;
    margin-left:4.3px ;
}

.form__list2::after{
    content: '任意';
    padding:3px 3.5% 4px;
    background-color:#ffffff;
    border: #E64206 solid 1px;
    color: #E64206;
    border-radius:7px ;
    margin-left:4.3px ;
}

.form__txt{
    display: block;
    width: 98.6%;
    height: 30px;
    outline: #460E0E solid 1px;
    margin: 15px auto 0px;
    background-color: #ffffff;

}

.form__flex{
    margin-top: 15px;
}

input[type="radio"]{
    border-radius: 50%;
    outline: #D9D9D9 solid 1px;
    background-color: #ffffff;
    width: 20px;
    height: 20px;
    margin-right: 14px;
}

input[type="radio"]:checked{
    position: relative;
}

input[type="radio"]:checked::after{
display: block;
content: '';
width: 12px;
height: 12px;
background-color: #000000;
border-radius: 50%;
position: absolute;
top: 50%;
left: 50%;
transform: translate(-48%, -53%);
}

.group__textarea{
    display: block;
    width: 98.6%;
    height: 30px;
    outline: #460E0E solid 1px;
    margin: 15px auto 0px;
    background-color: #ffffff;
    height: 120px;
}

/* form__500px */
@media screen and (min-width:500px){
    .form__list::after{
    padding:3px 2.2% 4px;
}

.form__list2::after{
    padding:2px 2.2% 3px;
}
}
/* form__500px */

/* form__650px */
@media screen and (min-width:650px){
    .form__dis{
        text-align: center;
    }
}
/* form__650px */

/* form__1000px */
@media screen and (min-width:1000px){
    .form__title{
        font-size: 3.2rem;
        width: 60%; 
        border-bottom: solid #E64206 3px ;
        margin: 100px auto 0;
    }
}
/* form__1000px */

/* form__1200px */
@media screen and (min-width:1200px){
    .section--Form{
     padding: 80px 7.6% 100px;
}

.form__dis{
    margin-top: 64px;
}

.form__group{
    background-color: #ffffff;
    margin-top:30px ;
    padding: 27px 6.2% 55px ;
}

.form__list,
.form__list2{
    margin-top: 28px;
}

.form__btn{
    display: block;
    margin: 50px  auto 0;
}

li{
    margin-right: 20px;
}

.form__list::after{
    content: '必須';
    padding:3px 1.1% 4px;
    background-color: #E64206;
    color: #ffffff;
    border-radius:7px ;
    margin-left:9px ;
    width: 38px;
}

.form__list2::after{
    content: '任意';
    padding:2px 1.1% 4px;
    background-color:#ffffff;
    border: #E64206 solid 1px;
    color: #E64206;
    border-radius:7px ;
    margin-left:9px ;
    width: 38px;
}

.form__txt{
    width: 98.6%;
    height: 40px;
    margin: 10px auto 0px;

}

.form__flex{
    margin-top: 10px;
    display: flex;
    text-align: left;
}

input[type="radio"]{
    border-radius: 50%;
    outline: #D9D9D9 solid 1px;
    background-color: #ffffff;
    width: 20px;
    height: 20px;
    margin-right: 14px;
}
}
/* form__1200px */


/* footer */
.footer{
    padding: 32px 6.4%;
    background-color: #ffffff;
    margin: 0 auto;
    text-align: center;
}

.footer__img{
    width: 20px;
    height: 20px;
}

.footer__list{
    margin-top: 14px;
}

.footer__item{
    color: #E64206;
    font-family: "Inter", sans-serif;
    line-height: 1.7;
    display: block;
    margin-top: 14px;
}

.footer__item:hover{
    color: #FAA755;
    transition: 0.4s;
}

.copy{
    padding:26.5px 31.7% ;
    background-color: #E64206;
    color: #ffffff;
     font-family: "Inter", sans-serif;
     text-align: center;
}

/* footer__1000px */
@media screen and (min-width:1000px){
    .footer{
    padding: 72px 7.6%;
   display: flex;
   justify-content: space-between;
}

.footer__img{
    width: 30px;
    height: 30px;
}

.footer__list{
    display: flex;
    margin-top: 0px;
}

.footer__item{
    margin-top: 0px;
    margin-left: 50px;
}
}
/* footer__1000px */