@charset "utf-8";

a{
	text-decoration: none;
	transition: .5s all;
}

ul li{
	list-style: none;
}

body{
	font-family:'Noto Sans JP', sans-serif ,"游ゴシック" , "Yu Gothic" , "游ゴシック体" , "YuGothic" , Avenir , "Open Sans" , "Helvetica Neue" , Helvetica , Arial , Verdana , Roboto , "ヒラギノ角ゴ Pro W3" , "Hiragino Kaku Gothic Pro" , "Meiryo UI" , "メイリオ" , Meiryo , "ＭＳ Ｐゴシック" , "MS PGothic" , sans-serif;
	color: #000000;
	text-align: left;
	width: 100%;
	margin: 0;
	padding: 0;
	line-height: 1.6;
}

p,h1,h2,h3,h4,h5,h6{
	margin-top: 0;
	margin-bottom: 0;
    letter-spacing: 0.06em;
	font-family: 'Noto Sans JP', sans-serif,"游ゴシック" , "Yu Gothic" , "游ゴシック体" , "YuGothic" , Avenir , "Open Sans" , "Helvetica Neue" , Helvetica , Arial , Verdana , Roboto , "ヒラギノ角ゴ Pro W3" , "Hiragino Kaku Gothic Pro" , "Meiryo UI" , "メイリオ" , Meiryo , "ＭＳ Ｐゴシック" , "MS PGothic" , sans-serif;
}

/* 共通項目  */
.container{
    max-width: 960px;
    width:90%;
    margin: 0 auto;
}

header{
    padding: 10px 0;
}

.header-logo{
    width:90%;
    margin: 0 auto;
}

.header-logo img{
    max-width:112px;
    transition: all 0.3s;
}

.header-logo img:hover{
    opacity: 0.6;
    transition: all 0.3s;
}

footer{
    background-color: #090C54;
    color: #fff;
    padding: 45px 0 15px;
    text-align: center;
}

.footer-list{
    display: flex;
    justify-content: space-between;
}

.footer-list a{
    font-size: 13px;
    font-weight: 300;
    color: #fff;
    transition: all 0.3s;
}

.footer-list a:hover{
    opacity: 0.7;
    transition: all 0.3s;
}

footer img{
    max-width: 180px;
    height: auto;
    margin: 70px 0 15px;
    transition: all 0.3s;
}

footer img:hover{
    opacity: 0.5;
    transition: all 0.3s;
}

.copyright{
    font-size: 10px;
    font-weight: 100;
}


/*  見出し、ナビ */

#title{
    padding: 80px 0 0;
}

h2{
    font-size: 32px;
    font-weight: 600;
    position: relative;
}

h2::before{
    position: absolute;
    display: inline-block;
    content: "FAQ";
    font-size: 120px;
    font-weight: 500;
    color: #F3F3F3;
    z-index: -5;
    top: -175%;
    left: 0;
    letter-spacing: 0.02em;
}

.page-title{
    max-width: 960px;
    width:90%;
    margin: 0 auto 70px;
}

nav{
    background-color: #E7EFF6;
    padding: 25px 0;
}

nav ul{
    max-width: 960px;
    width:90%;
    margin: 0 auto;
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
}

nav ul li{
    margin-right: 50px;
    position: relative;
    padding: 10px 0px;
}

nav ul li a{
    color: #585858;
    font-size: 15px;
    font-weight: 500;
    display: flex;
    align-items: center;
}

nav ul li a:hover{
    opacity: 0.6;
    transition: all 0.3s;
    cursor: pointer;
}

nav ul li a::before{
    content: "";
    display: inline-block;
    background-image: url(../images/qa-arrow.png);
    width: 26px;
    height: 26px;
    background-size: 100%;
    margin-right: 10px;
}


/*  QA内容部分  */
#qa-content{
    margin: 110px 0;
}

.qa-heading{
    margin-bottom: 45px;
}

.qa-heading p{
    font-size: 17px;
    color: #7B7B7B;
    font-weight: 500;
    padding-bottom: 15px;
    border-bottom: 1.5px solid #C6D3E9;
}

.category{
    margin-top: 80px;
}

.qa-list{
    max-width: 860px;
    width:90%;
    margin: 0 auto;
    border-bottom: 1px solid #D7DDE6;
}

.qa-list:first-child {
    border-top: 1px solid #D7DDE6;
}

.qa-title{
    display: flex;
    position: relative;
    align-items: center;
    padding: 20px 40px 20px 20px;
    transition: all 0.3s;
}

.qa-title:hover{
    opacity: 0.6;
    transition: all 0.3s;
    cursor: pointer;
}

.qa-title p::before{
    content: "";
    display: inline-block;
    width:42px;
    height: 42px;
    background-image: url(../images/qa-q.png);
    background-size: 100%;
    margin-right: 20px;
}

.qa-title p{
    font-size: 16px;
    font-weight: 500;
    position: relative;
    display: flex;
    align-items: center;
}

.qa-inner{
    background-color: #E7EFF6;
    padding: 25px 30px 25px 80px;
    position: relative;
}

.qa-inner::before{
    content: "";
    display: inline-block;
    width:40px;
    height: 40px;
    background-image: url(../images/qa-a.png);
    background-size: 100%;
    margin-right: 15px;
    position: absolute;
    top:20px;
    left: 20px;
}

.qa-inner p{
    font-size: 15px;
    font-weight: 400;
}

.qa-inner .link{
    margin-top: 15px;
}

.qa-inner .link a{
    margin-left:25px;
    color: #3E8BFF;
}

.qa-inner .link a:hover{
    opacity: 0.6;
    transition: all 0.3s;
    cursor: pointer;
}

.qa-inner ul{
    margin-left: 15px;
    margin-bottom: 10px;
}

.qa-inner .qa-head span{
    margin-top: 15px;
    font-weight: 600;
    display: inline-block;
}

.qa-inner .qa-shead{
    font-weight: 500;
    margin-left: 10px;
}

.qa-inner ul li{
    text-indent: -1rem;
    padding-left: 1rem;
}

.qa-inner ul .no-indent{
    text-indent: 0;
    padding-left: 0;
}



.job-table{
    max-width: 680px;
    width:90%;
    margin: 15px auto 0;
}

.table-line{
    display: flex;
    width:100%;
    border-bottom: 1px solid #DBDBDB;
}

.table-line:last-child{
    border-bottom: none;
}

.qa-inner .t-head{
    padding: 10px;
    width:30%;
    background-color: #9AA1BB;
    color: #fff;
    font-size: 14px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.qa-inner .t-content{
    width:70%;
    font-size: 14px;
    font-weight: 400;
    background-color: #fff;
    padding: 10px 10px 10px 15px;
}




/*   ページトップリンク  */
.page-top{
    position: fixed;
    right: 0;
    bottom: 0;
    padding: 10px;
    cursor: pointer;
    transition: .3s;
    display: flex;

    /*デフォルトで非表示にする*/
    opacity: 0;
    visibility: hidden;
}

/*このクラスが付与されると表示する*/
.active{
  opacity: 1;
  visibility: visible;
}

.page-top:hover{
    opacity: 0.6;
    transition: all 0.3s;
}

.page-top img{
    max-width: 50px;
    height: auto;
}



/*   動き 　 */
.ac-inner{
    display: none;
}

/*  アコーディオンの±  */
.qa-title::before,
.qa-title::after{
    position: absolute;
    display: inline-block;
    content:'';
    width: 18px;
    height: 3px;
    background-color: #888888;
    
}
.qa-title::before{
    top:50%;
    right:20px;
    transform: rotate(0deg);
    
}
.qa-title::after{    
    top:50%;
    right:20px;
    transform: rotate(90deg);

}
/*　closeというクラスがついたら形状変化　*/
.qa-title.close::before{
  transform: rotate(45deg);
}

.qa-title.close::after{
  transform: rotate(-45deg);
}


@media screen and (max-width:767px){
    
    .pc-br{
        display: none;
    }
    
    .sp-br{
        display: block;
    }
    
    header{
        padding: 8px 0 5px;
    }
    
    .header-logo img{
        max-width: 90px;
    }
    
    .footer-list{
        display: block;
        text-align: left;
    }
    
    .footer-list li{
        margin-bottom: 10px;
    }
    
    .footer-list li a{
        font-size: min(12px,3.6vw);    
    }
    
    footer img{
        margin:55px 0 10px;
    }
    
    
    h2{
        font-size: min(26px,7vw);
    }
    
    h2::before{
        font-size: min(74px,20vw);
        top:-120%;
        left: -5%;
    }
    
    #title{
        padding: 60px 0 0;
    }
    
    .page-title{
        margin: 0 auto 50px;
    }
    
    nav{
        padding: 15px 0;
    }
    
    nav ul{
        flex-wrap: wrap;
    }
    
    nav ul li{
        padding: 6px 0;
    }
    
    nav ul li a{
        font-size: min(14px,3.86vw);
    }
    
    nav ul li a::before{
        width: 20px;
        height: 20px;
    }
    
    
    #qa-content{
        margin: 60px 0;
    }
    
    .category{
        margin-top: 60px;
    }
    
    .qa-heading{
        margin-bottom: 30px;
    }
    
    .qa-heading p{
        font-size: min(14px,3.8vw);
        padding-bottom: 10px;
    }
    
    .qa-title{
        padding: 15px 0 15px 35px;
    }
    
    .qa-title::before,
    .qa-title::after{
        right: 0;
        width:14px;
        height: 2px;
    }
    
    .qa-title p{
        font-size: min(15px,4vw);
        margin-right: 8%;
    }
    
    .qa-title p::before{
        width:25px;
        height: 25px;
        margin-right: 15px;
        position: absolute;
        left: -35px;
    }
    
    .qa-inner{
        padding: 15px 15px 15px 40px;
    }
    
    .qa-inner::before{
        width:23px;
        height: 23px;
        left: 10px;
        top:16px;
    }
    
    .qa-inner p{
        font-size: min(13.6px,3.8vw);
    }
    
    .qa-inner .qa-head{
        font-weight: 300;
        margin-bottom: 5px;
    }
    
    .qa-inner ul{
        margin-left: 10px;
    }
    
    .qa-inner ul li{
        font-size: min(13.6px,3.8vw);
    }
    
    .qa-inner .link a{
        margin-left: 15px;
    }
    
    .job-table{
        max-width: 320px;
        width:100%;
        margin: 10px 0;
    }
    
    .table-line{
        display: block;
    }
    
    .qa-inner .t-head{
        width:100%;
        padding: 0;
        font-size: min(12.5px,3.4vw);
    }
    
    .qa-inner .t-content{
        width:100%;
        padding:5px;
        font-size: min(13px,3.6vw);
        text-align: center;
    }
    
    .page-top img{
        max-width:35px;
    }
    
    
    
    
}
