html{
    font-size: 62.5%;
    font-family: 'Montserrat', sans-serif;
}

p{
font-family: 'Noto Sans JP', sans-serif;
}
h2{
    font-size: 3.2rem;
    font-family: 'Montserrat', sans-serif;
    font-weight: bold;
    text-transform: uppercase;
}

img{
max-width: 100%;
vertical-align: bottom;
}

.sectipn-wiper{
padding: 0 25% ;
}
.section-title{
font-size: 3.2rem;
margin-bottom: 30px;
}
.section-text{
    font-size: 1.6rem;
    line-height: 2;

}
a:hover{
opacity: .7;
transition: .3s;
}

/* header */
.header{
height: 464px;
position: relative;
z-index: 3;

}

.taitle{
margin: 30px auto auto 60px;
position: fixed; 
   
}
.taitle.black svg path{
fill: #333;
transition: fill .3s;
}



/* hunberger */
#g-nav{
/*position:fixed;にし、z-indexの数値を大きくして前面へ*/
position:fixed;
z-index: 999;
/*ナビのスタート位置と形状*/
top:-120%;
right:0;
width:520px;
height: 100vh;/*ナビの高さ*/
background:rgba(34, 34, 34,.95);
/*動き*/
transition: all 0.6s;
}

/*アクティブクラスがついたら位置を0に*/
#g-nav.panelactive{
top: 0;
}

/*ナビゲーションの縦スクロール*/
#g-nav.panelactive #g-nav-list{
/*ナビの数が増えた場合縦スクロール*/
position: fixed;
z-index: 999; 
right:0;
width:520px;
height: 100vh;/*表示する高さ*/
overflow: auto;
-webkit-overflow-scrolling: touch;
}

/*ナビゲーション*/
#g-nav ul {
/*ナビゲーション天地中央揃え*/
position: absolute;
z-index: 999;
top:50%;
left:50%;
transform: translate(-50%,-50%);
}

/*リストのレイアウト設定*/

#g-nav li{
list-style: none;
text-align: center; 
}

#g-nav li a{
color: #fff;
text-decoration: none;
padding:10px;
display: block;
text-transform: uppercase;
letter-spacing: 0.1em;
font-weight: bold;
font-size: 2rem;
}

/*========= ボタンのためのCSS ===============*/
.openbtn1{
position: fixed;
z-index: 9999;/*ボタンを最前面に*/
top:30px;
right: 6vw;
cursor: pointer;
width: 60px;
height:10px;
color: #fff;
}
.menu{
position: fixed;
z-index: 9999;/*ボタンを最前面に*/
top:50px;
right: 2vw;
cursor: pointer;
width: 60px;
height:10px;
color: #fff;
text-transform: uppercase;
}
.nav{
margin-left: 7px;
}
.openbtn1.black.openbtn1 span {
background-color: #333;
transition: background-color .3s;
}
.black.menu{
color: #333;
transition: background-color .3s;
}


/*×に変化*/  
.openbtn1{
display: flex;
}
.openbtn1 span{
display: inline-block;
transition: all .4s;
position: absolute;
left: 14px;
height: 3px;
border-radius: 2px;
background-color:#fff;
width: 45%;
}

.openbtn1 span:nth-of-type(1) {
top:15px; 
}

.openbtn1 span:nth-of-type(2) {
top:23px;
}

.openbtn1 span:nth-of-type(3) {
top:31px;
}

.openbtn1.active span:nth-of-type(1) {
top: 18px;
left: 18px;
transform: translateY(6px) rotate(-45deg);
width: 30%;
}

.openbtn1.active span:nth-of-type(2) {
opacity: 0;
}

.openbtn1.active span:nth-of-type(3){
top: 30px;
left: 18px;
transform: translateY(-6px) rotate(45deg);
width: 30%;
}
/* ハンバーガーメニューが開いたとき */
body.noscroll{
overflow: hidden;
}
.burger-musk{
display: none;
height: 100vh;
width: 100vw;
position: fixed;
top: 0;
left: 0;
background-color: rgba(0, 0, 0, .5);
z-index: 1;
}


/* fv */
.fv-a-img-wiper{
background-image: url(/img/pc/heading-img_contact.jpg);
background-size: cover;
background-position: center;
position: absolute;
width: 76%;
height: 387px;
top: 0;
left: 0;
z-index:2;
}

.fv-text{
position: absolute;
top: 160px;
right: 15%;
z-index: 2;
color: #ffff;
}
.fv-text-sab-ja{
font-family:'YuGothic';  
font-size: 2rem;
font-weight: bold;
}
.fv-text-sab-eg{
font-family:'YuGothic';
font-size: 2rem;
font-weight: bold;
margin-bottom: 10px;
}
.fv-text-main{
font-size: 7.2rem;
line-height: 1.2;
text-transform: uppercase;
}
.bg-black{
background-color: black;
position: absolute;
width: 780px;
height: 464px;
top:0;
right: 0;
z-index: 1;
}
/* //fv */

/* form */
.form-list{
    font-size: 1.6rem;
    margin: 120px auto;
    max-width: 700px;
    
}
.first-item{
    padding-bottom: 10px;
    line-height: 1.5;
    letter-spacing: 0.004;
}
.form-item{
    display: block;
    margin-bottom: 42px;
    text-align: center;
}
.radio-list{
    display: flex;
    text-align: center;
}
.radio-item{
    margin-left: 50px;
    width: 20px;
    height: 20px;
    border-radius: 50%;
}
.radio-item:hover{
    cursor: pointer;
}
.ir{
    font-family: sans-serif;
}
.radio-item:checked{
    background-color: #333;
    border: 4px solid #fff;
    box-shadow: 0 0 0 1px #333;

}
.check:checked{
    background-image:url(/img/icons8-チェックマーク.svg);
    background-position: center;
}

.radio-item:first-child{
    margin-left: 10px;
}
.radiolabel{
    margin-left: 15px;
}
input,textarea{
    resize: none;
    width: 100%;
    border: 1px solid #999;
    text-align: left;
    padding: 10px;
}
.lavel{
    display: block;
    text-align: left;
    margin-bottom: 10px;
    font-weight: bold;
}
.teitle{
    display: flex;
}
.reqire{
    background-color: #333;
    margin-left: 6px;
    color: #fff;
    padding: 3px 5px;
    height: 20px;
    font-size: 1.2rem;
    font-weight: bold;
    
}
.policy-list{
    padding: 10px;
    height: 230px;
    border: 1px solid#333;
    overflow: scroll;
}
.policy-list-detail{
    text-align: left;
}

.confome{
    display: flex;
    margin-bottom: 40px;
    margin-left: 15%;
}
.check{
    height: 20px;
    width: 20px;

}

.check-text{
    margin-left: 10px;
    padding-top: 4px;
}
.btn{
    background-color: #333;
    color: #fff;
    width: 160px;
    line-height: 35px;
    text-align: center;
    font-weight: bold;
}


/* footer */
.footer{

    background-color:#525252;
    color: #fff;
    text-align: center;
    padding: 20px;
    font-size: 1rem;
  
  }
  .footer-text{
    font-size: 1rem;
  }
  
  @media only screen and (max-width:786px){

    /*sp用のcssを記述*/
        
            
        html{
            font-size: 62.5%;
            font-family: 'Montserrat', sans-serif;
        }
        
        p{
        font-family: 'Noto Sans JP', sans-serif;
        }
        
        img{
        max-width: 100%;
        vertical-align: bottom;
        }
        
        .sectipn-wiper{
        padding: 0 4% ;
        }
        .section-title{
        font-size: 3.2rem;
        margin-bottom: 30px;
        }
        
        /* header */
        .header{
        position: relative;
        z-index: 3;
        }
        
        .taitle{
        margin: 20px auto auto 20px;
        
        }
        /* hunberger */
        #g-nav{
        /*position:fixed;にし、z-indexの数値を大きくして前面へ*/
        position:fixed;
        z-index: 999;
        /*ナビのスタート位置と形状*/
        top:-120%;
        right:0;
        width:520px;
        height: 100vh;/*ナビの高さ*/
        background:#222222;
        /*動き*/
        transition: all 0.6s;
        }
        
        /*アクティブクラスがついたら位置を0に*/
        #g-nav.panelactive{
        top: 0;
        }
        
        /*ナビゲーションの縦スクロール*/
        #g-nav.panelactive #g-nav-list{
        /*ナビの数が増えた場合縦スクロール*/
        position: fixed;
        z-index: 999; 
        right:0;
        width:100%;
        height: 100vh;/*表示する高さ*/
        overflow: auto;
        -webkit-overflow-scrolling: touch;
        }
        
        /*ナビゲーション*/
        #g-nav ul {
        /*ナビゲーション天地中央揃え*/
        position: absolute;
        z-index: 999;
        top:50%;
        left:50%;
        transform: translate(-50%,-50%);
        }
        
        /*リストのレイアウト設定*/
        
        #g-nav li{
        list-style: none;
        text-align: center; 
        }
        
        #g-nav li a{
        color: #fff;
        text-decoration: none;
        padding:10px;
        display: block;
        text-transform: uppercase;
        letter-spacing: 0.1em;
        font-weight: bold;
        font-size: 2rem;
        }
        
        /*========= ボタンのためのCSS ===============*/
        .openbtn1{
        position:fixed;
        z-index: 9999;/*ボタンを最前面に*/
        top: 10px;
        right: 4vw;
        cursor: pointer;
        width: 60px;
        height:10px;
        color: #fff;
        }
        .menu{
            position: fixed;
              z-index: 9999;/*ボタンを最前面に*/
            top:50px;
            right: 2vw;
            cursor: pointer;
              width: 60px;
              height:10px;
              color: #fff;
              text-transform: uppercase;
          }
        .nav{
        margin-left: 7px;
        }
        
        /*×に変化*/  
        .openbtn1 span{
        display: inline-block;
        transition: all .4s;
        position: absolute;
        left: 14px;
        height: 3px;
        border-radius: 2px;
        background-color:#fff;
        width: 45%;
        }
        
        .openbtn1 span:nth-of-type(1) {
        top:15px; 
        }
        
        .openbtn1 span:nth-of-type(2) {
        top:23px;
        }
        
        .openbtn1 span:nth-of-type(3) {
        top:31px;
        }
        
        .openbtn1.active span:nth-of-type(1) {
        top: 18px;
        left: 18px;
        transform: translateY(6px) rotate(-45deg);
        width: 30%;
        }
        
        .openbtn1.active span:nth-of-type(2) {
        opacity: 0;
        }
        
        .openbtn1.active span:nth-of-type(3){
        top: 30px;
        left: 18px;
        transform: translateY(-6px) rotate(45deg);
        width: 30%;
        }
        
        
        /* fv */
        .fv-a-img-wiper{
        background-image: url(/img/pc/heading-img_contact.jpg);
        position: absolute;
        width: 287px;
        height: 270px;
        top: 0;
        left: 0;
        z-index:2;
        background-size: cover;
        }

        
        .fv-text{
        position: absolute;
        right: 10%;
        z-index: 2;
        color: #ffff;
        }
        .fv-text-sab-ja{
        font-family:'YuGothic';  
        font-size: 1.6rem;
        font-weight: bold;
        text-align: right;
        }
        .fv-text-sab-eg{
        font-family:'YuGothic';
        font-size: 1.6rem;
        font-weight: bold;
        margin-bottom: 10px;
        }
        .fv-text-main{
        font-size: 5.2rem;
        line-height: 1.2;
        }
        .bg-black{
        background-color: black;
        position: absolute;
        width: 198px;
        height: 365px;
        top:0;
        right: 0;
        z-index: 1;
        }
        
        /* foom */
        .form-list{
            margin:0 auto;
        }
        .radio-list{
            display: block;
            text-align: left;
        }
        .radio-item{
            margin-bottom: 14px;
        }
       
        
    
        
        /* footer */
        
        .footer{
        background-color:#525252;
        color: #fff;
        text-align: center;
        padding: 20px;
        font-size: 1rem;
        }
        .footer-text{
        font-size: 1rem;
        }
    }