@charset "utf-8";
@import url("reset.css");

@font-face {
	font-family: "Yu Gothic";
	src: local("Yu Gothic Medium");
	font-weight: 100;
}
@font-face {
	font-family: "Yu Gothic";
	src: local("Yu Gothic Medium");
	font-weight: 200;
}
@font-face {
	font-family: "Yu Gothic";
	src: local("Yu Gothic Medium");
	font-weight: 300;
}
@font-face {
	font-family: "Yu Gothic";
	src: local("Yu Gothic Medium");
	font-weight: 400;
}
@font-face {
	font-family: "Yu Gothic";
	src: local("Yu Gothic Bold");
	font-weight: bold;
}


/* ここからSP版の装飾（PC版特有の記述は後方） */
html.fixed{
	overflow: hidden;
	height: 100%;
}
body{
	font-family : "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
	font-weight: 500;
	font-size: 16px;
	line-height: 1.7;
	color: #333;
	overflow: auto;
	height: 100%;
}
h2{
	font-family: "游明朝 Midium", "游明朝", "YuMincho", serif;
}
a{
	text-decoration: none;
}
img{
	vertical-align: top;
}
source{
	vertical-align: top;
}
#wrapper {
    overflow: hidden;
	width: 100%;
}
header{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 10;
	overflow: hidden;
}
header h1{
    float: left;
    padding: 11.5px 0 11.5px 17px;
    width: 167.5px;
}
header h1 img{
    display: block;
    width: 100%;
    height: 100%;
}
header .inner{
	width: 100%;
    min-width: auto;
    padding: 0;
    position: relative;
    z-index: 10;
    background: #fff;
    overflow: hidden;
}
#pageTop{
    position: fixed;
	bottom: 55px;
	right: 20px;
	width: 51px;
}
#pageTop a {
    display: block;
}
#pageTop img {
    display: block;
    width: 100%;
    height: 100%;
}

footer .inner {
    padding: 20px 0 88px;
}
footer .footer_inner_top{
	margin-bottom: 50px;
}
footer .footer_inner_top img{
	display: block;
    width: 100%;
}

footer .footer_inner_top p{
	font-size: 11px;
	text-align: center;
	color: #0443b6;
    width: 80.5%;
	margin: 0 auto;
}

.footer_sns{
    position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 50px;
	background: rgba(0, 0, 0, 0.594);
}
.footer_sns-flex{
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.footer_sns_line{
    width: 168px;
	height: 35px;
	display: flex;
	align-items: center;
	border-radius: 5px;
	background: #4CC764;
	margin-top: 7px;
	margin-right: 14px;

}
.footer_sns_line_icon{
	width: 29px;
	height: 29px;
	display: block;
	margin-left: 8px;
}
.footer_sns_line_icon img {
    display: block;
    width: 100%;
    height: 100%;
}

.footer_sns_text{
	font-weight: bold;
	font-size: 12px;
	color: #fff;
    margin-left: 8px;
}

.footer_sns_Instagram{
    margin-left: 14px;
	margin-top: 7px;
	width: 167px;
	height: 35px;
	display: flex;
	align-items: center;
	border-radius: 5px;
	background: url(./../../sp/img/bg_Instagram.png) no-repeat center center / cover;
}
.footer_sns_Instagram_icon{
	width: 20px;
	height: 20px;
	display: block;
	margin-left: 8px;
}

.footer_sns_Instagram_icon img {
    display: block;
    width: 100%;
    height: 100%;
}


.sp-nav {
    overflow: hidden;
    float: right;
    display: block;
}

.entry {
    width: 66px;
    float: right;
}
.entry a{
    display:block;
    width: 100%;
    height: 100%;
}
.entry img{
    display:block;
    width: 100%;
    height: 100%;
}


#gnavi {
    display: none;
}

#gnavi ul li {
	text-align: center;
	display: table-cell;
	vertical-align: middle;
}

#gnavi .header_sns {
    width: 65px;
}

#gnavi .header_sns img {
    /* display: block; */
    vertical-align: middle;
}

#gnavi ul li a{
    font-size: 18px;
    font-weight: bold;
    color: #262626;
    display: block;
    background: #fff;
    padding: 14px 0;
    line-height: 1.5;
}
#gnavi ul li a span{
    display: block;
    font-size: 14px;
    font-weight: 500;
}

#gnavi ul li:last-child{
    background-color: #162158;
    background-image: url(../../img/entry_bg.png);
    background-repeat: no-repeat;
    padding-left: 21px;
}

#gnavi ul li:last-child a{
    color: #fff;
    background: #162158;
}

#gnavi-sp{
    display: block;
    position: fixed;
    top: -500%;
    background: #fff;
    width: 100%;
    text-align: center;
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    padding: 20px 20px;
    overflow-y: scroll;
    box-sizing: border-box;
    z-index: -1;
}

.openNav nav#gnavi-sp {
    display: block;
    z-index: 5;
    background: #162158;
    box-sizing: border-box;
    padding: 0;
}
nav#gnavi-sp ul li{
    border-top: 1px solid #fff;
    position: relative;
}
nav#gnavi-sp ul li:first-child{
    border-top: none;
}
nav#gnavi-sp ul li a{
    font-size: 16px;
    padding: 18px 40px;
    color: #fff;
    text-align: left;
    display: block;
    font-weight: bold;
    background: url(./../../sp/img/menu-arrow.png) no-repeat;
    background-size: 7px;
    background-position: right 40px center;
}
nav#gnavi-sp ul li:nth-child(3) a{
    background: none;
}
nav#gnavi-sp ul li a span{
    font-size: 12px;
    font-weight: normal;
    margin-left: 10px;
}
article#mainContents {
    margin-top: 50px;
    position: relative;
    z-index: 0;
}

nav#gnavi-sp ul li span.btn {
    display: block;
    width: 40%;
    height: 63px;
    position: absolute;
    top: 0;
    right: 0;
    background: url(./../../sp/img/plus.png) no-repeat;
    background-size: 11px;
    background-position: right 40px center;
    z-index: 5;
}
nav#gnavi-sp ul li span.btn.open {
    background: url(./../../sp/img/minus.png) no-repeat;
    background-size: 11px;
    background-position: right 40px center;
}
nav#gnavi-sp ul.sub {
    background: #edebec;
}
nav#gnavi-sp ul.sub li{
    border-top: 0;
}
nav#gnavi-sp ul.sub li a {
    color: #333;
    font-weight: normal;
    padding-left: 60px;
    background: url(./../../sp/img/menu-sub-arrow.png) no-repeat;
    background-size: 7px;
    background-position: left 40px center;
}
nav#gnavi-sp ul.sub li a span {
    color: #333;
    font-size: 16px;
    font-weight: bold;
    margin-right: 15px;
    margin-left: 5px;
}

#navToggle {
    float: left;
    width: 25px;
    height: 21px;
    cursor: pointer;
    z-index: 100;
    padding: 14.5px;
}
#navToggle div {position:relative;}
#navToggle span {
    display: block;
    position: absolute;
    width: 100%;
    border-bottom: 2px solid #0a3d7f;
    -webkit-transition: .35s ease-in-out;
    -moz-transition: .35s ease-in-out;
    transition: .35s ease-in-out;
}
#navToggle span:nth-child(1) {top:0;}
#navToggle span:nth-child(2) {top:9px;}
#navToggle span:nth-child(3) {top:18px;}
#navToggle p {
    position: relative;
    top: 20px;
    font-weight: bold;
    letter-spacing: -0.4px;
    font-size: 10px;
}
.openNav #navToggle span:nth-of-type(1){
    -webkit-transform: translateY(8px) rotate(45deg);
    transform: translateY(8px) rotate(45deg);
    top: 1px;
}
.openNav #navToggle span:nth-of-type(2){
    opacity: 0;
}
.openNav #navToggle span:nth-of-type(3){
    -webkit-transform: translateY(-8px) rotate(-45deg);
    transform: translateY(-8px) rotate(-45deg);
    top: 17px;
}


/*よくある質問：下層ページ*/

#faq_lowerPage {
	padding-top: 50px;
	margin-bottom: 50px;
    overflow: hidden;
    font-weight: 500;
    font-size: 14px;
    line-height: 2;
}
#faq_lowerPage .inner {
    width: calc(100% - 10%);
    margin: 0 auto;
}

#faq_lowerPage h2 {
	text-align: center;
    width: 90%;
    margin: 0 auto 40px;
}

#faq_lowerPage h2 img{
    max-width: 100%;
    max-height: 30px;
    height:auto;
    display: block;
    object-fit: cover;
    margin: 0 auto;
}

#faq_lowerPage .bl_qaList {
    margin-bottom: 80px;
}

#faq_lowerPage .bl_qaList .bl_qaList_item {
    margin-top: 15px;
}

#faq_lowerPage .bl_qaList .bl_qaList_item:first-child {
    margin-top: 0px;
}


#faq_lowerPage .bl_qaList .bl_qaList_item .toggle_title {
    color: #262626;
    padding: 10px 50px 10px;
    cursor: pointer;
    width: 100%;
    position: relative;
    box-sizing: border-box;
    margin-bottom: 0;
    text-align: left;
    font-family : "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
    font-weight: normal;
    border: 1px solid #051363;
}

#faq_lowerPage .bl_qaList .bl_qaList_item .toggle_title::before {
    content: "Q.";
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
    width: 41px;
    height: 100%;
    max-height: 39px;
    color: #fff;
    background: #051363;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    vertical-align: middle;
}

#faq_lowerPage .bl_qaList .bl_qaList_item .toggle_title span::before {
    content: "";
    width: 15px;
    height: 1.5px;
    background: #000;
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-0.75px);
}

#faq_lowerPage .bl_qaList .bl_qaList_item .toggle_title span::after {
    content: "";
    width: 1.5px;
    height: 15px;
    background: #000;
    position: absolute;
    top: 50%;
    right: 17.5px;
    transform: translate(0.75px, -50%);
}

#faq_lowerPage .bl_qaList .bl_qaList_item .toggle_title.active span::after {
    display: none;
}

#faq_lowerPage .bl_qaList .bl_qaList_item .t-slide {
    display: none;
    color: #262626;
    background: #edebec;
    padding: 10px 20px 10px 50px;
    cursor: pointer;
    width: 100%;
    position: relative;
    box-sizing: border-box;
    margin-bottom: 0;
    text-align: left;
    font-family : "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
}

#faq_lowerPage .bl_qaList .bl_qaList_item .t-slide::before {
    content: "A.";
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
    width: 42px;
    height: 100%;
    max-height: 39px;
    color: #fff;
    background: #0443b6;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    vertical-align: middle;

}

#faq_lowerPage .bl_qaList .bl_qaList_item .t-slide.active {
    display: block;
}

#faq_lowerPage .el_btnList {
    max-width: 340px;
    margin: 0 auto;
    margin-bottom: 45px;
}

#faq_lowerPage .el_btnList .el_btnList_item {
    margin-bottom: 15px;
}
#faq_lowerPage .el_btnList .el_btnList_item:last-child {
    margin-bottom: 0;
}

#faq_lowerPage .el_btnList .el_btnList_item a {
    display: block;
}
#faq_lowerPage .el_btnList .el_btnList_item img {
    display: block;
    width: 100%;
}

#faq_lowerPage .el_toRecruitTop {
    margin: 0 auto;
    max-width: 275px;
}
#faq_lowerPage .el_toRecruitTop img {
    display: block;
    width: 100%;
}

.hp_sp {
    display: block;
}

.hp_pc {
    display: none;
}


/* ここからPC版の装飾 */

@media screen and (min-width: 751px) {
    header.inner {
        max-width: auto;
        width: auto;
    }
    header{
        position: static;
    }
    header h1{
        width: 280px;
        padding: 16.5px 0px 16.5px 30px;
    }
    #pageTop{
        width: 61px;
        bottom: 20px;
        right: 40px;
    }
    footer .inner {
        padding: 50px 0 40px;
        
    }
    footer .footer_inner_top{
        margin-bottom: 0;
    }
    footer .footer_inner_top img{
        width: auto;
        margin: 0 auto;
    }
    footer .footer_inner_top p{
        width: auto;
    }
    .footer_sns{
        position: static;
        width: 170px;
        height: 50px;
        margin: 0 auto;
        padding-right: 5px;
        background: none;
    }
    .footer_sns_line {
        background: none;
        border-radius: 5px;
        margin-top: 6px;
        margin-right: 0px;
    }
    .footer_sns_line_icon {
        width: 60px;
        height: 60px;
    }
    .footer_sns_text {
        display: none;
    }
    .footer_sns_Instagram{
        background: none;
        margin-left: 0;
        margin-top: 4px;
        width: 163px;
    }
    .footer_sns_Instagram_icon {
        width: 60px;
        height: 60px;
    }
    .sp-nav {
        display: none;
    }

    #gnavi {
        display: block;
        float: right;
    }
    #gnavi ul li {
        width: 120px;
    }
    #gnavi ul li:last-child a {
        /* font-size: 20px; */
    }
    #gnavi-sp{
        display: none;
    }
    #wrapper {
        margin: 0 auto;
    }
    article#mainContents {
        margin-top: 0;
    }
    #faq_lowerPage {
        padding-top: 100px;
        margin-bottom: 270px;
        font-size: 18px;
    }
    #faq_lowerPage .inner {
        max-width: 1100px;
        width: calc(100% - 5.5%);
        margin: 0 auto;
    }
    #faq_lowerPage h2 {
        margin: 0 auto 107px;
        max-width: 700px;
    }
    #faq_lowerPage h2 img{
        max-height: 50px;
    }
    #faq_lowerPage .bl_qaList {
        margin-bottom: 165px;
    }
    #faq_lowerPage .bl_qaList .bl_qaList_item {
        margin-top: 20px;
    }
    #faq_lowerPage .bl_qaList .bl_qaList_item .toggle_title {
        padding: 15px 100px 15px;
    }
    #faq_lowerPage .bl_qaList .bl_qaList_item .toggle_title::before {
        width: 79px;
        max-height: 68px;
        font-size: 29px;
    }
    #faq_lowerPage .bl_qaList .bl_qaList_item .toggle_title span::before {
        width: 40px;
        height: 3px;
        top: 50%;
        right: 20px;
        transform: translateY(-1.5px);
    }
    #faq_lowerPage .bl_qaList .bl_qaList_item .toggle_title span::after {
        width: 3px;
        height: 40px;
        top: 50%;
        right: 40px;
        transform: translate(1.5px, -50%);
    }
    #faq_lowerPage .bl_qaList .bl_qaList_item .t-slide {
        padding: 15px 20px 15px 100px;
    }
    #faq_lowerPage .bl_qaList .bl_qaList_item .t-slide::before {
        width: 80px;
        max-height: 68px;
        font-size: 29px;
    }
    #faq_lowerPage .el_btnList {
        margin-bottom: 150px;
        display: flex;
        justify-content: space-between;
        align-items: center;
        flex-wrap: wrap;
        max-width: none;
    }
    #faq_lowerPage .el_btnList .el_btnList_item {
        margin-bottom: 0;
        transition: opacity 0.3s;
    }
    #faq_lowerPage .el_btnList .el_btnList_item:hover {
        opacity: 0.7;
    }
    #faq_lowerPage .el_toRecruitTop {
        max-width: 340px;
        transition: opacity 0.3s;
    }
    #faq_lowerPage .el_toRecruitTop:hover {
        opacity: 0.7;
    }

    .hp_sp {
        display: none;
    }
    .hp_pc {
        display: block;
    }
}
@media screen and (min-width: 1500px) {
    header h1 {
		width: auto;
	}
}