@charset "utf-8";
/* CSS Document */

#contents{
	font-size: 87.5%;
}

section{
	width: 100%;
    margin: 0px auto 110px;
    overflow: hidden;
}

h3.rec{
    position: relative;
	width: 100%;
	color: #0A3C8C;
	font-size: 21px;
    letter-spacing: 0.1em;
	text-align: center;
	margin: 0px auto 35px;
    padding-bottom: 15px;
	font-family: "Noto Serif Japanese","游明朝", "YuMincho", serif;
}

h3.rec::after{
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
	width: 130px;
	color: #0A3C8C;
	border-bottom: 2px solid #0A3C8C;
}

/*-----------------------------------------------------------*/

/*採用メッセージ*/
section:nth-child(1) .block01{
    width: 1010px;
    margin: 0px auto;
    display: flex;
    gap: 0 50px;
}

section:nth-child(1) .block01 dl:first-child{
}

section:nth-child(1) .block01 dl:first-child dt{
    font-size: 21px;
    color: #0A3C8C;
    font-weight: bold;
    letter-spacing: 0.05em;
    margin: 45px auto;
}

section:nth-child(1) .block01 dl:first-child dd{
    line-height: 180%;
}

section:nth-child(1) .block01 dl:first-child dd .name{
    text-align: right;
    margin-top: 45px;
}

/*-----------------------------------------------------------*/

/*ビジョン*/
section:nth-child(2) .block01{
    width: 100%;
    margin: 0px auto 33px;
}

section:nth-child(2) .block01 p{
    font-size: 22px;
    color: #0A3C8C;
    font-weight: bold;
    text-align: center;
    letter-spacing: 0.05em;
}

/*------*/

section:nth-child(2) .block02{
    width: 100%;
    margin: 0px auto 53px;
}

section:nth-child(2) .block02 ul{
    display: flex;
    list-style-type: none;
}

section:nth-child(2) .block02 ul li{
    width: calc( 100% / 3 );
}

section:nth-child(2) .block02 ul li img{
    width: 100%;
    height: auto;
}

/*------*/

section:nth-child(2) .block03{
    width: 1000px;
    margin: 0px auto 0;
}

section:nth-child(2) .block03 p{
    line-height: 180%;
}

/*-----------------------------------------------------------*/

/*求める人材*/
section:nth-child(3) .block01{
    width: 100%;
    margin: 0px auto 0px;
    padding: 40px 0;
    background-image: url("./images/bg.jpg");
    background-size: cover;
}

section:nth-child(3) .block01 dl{
    width: 100%;
    padding: 0px 0 30px;
}

section:nth-child(3) .block01 dl dt{
    font-size: 22px;
    color: #fff;
    font-weight: bold;
    letter-spacing: 0.1em;
    text-align: center;
    margin-bottom: 16px;
}

section:nth-child(3) .block01 dl dd{
    font-size: 16px;
    color: #fff;
    text-align: center;
}

section:nth-child(3) .block01 ul{
    width: calc( 643px - 94px );
    margin: 0px auto;
    padding: 25px 47px;
    background-color: #fff;
    list-style-type: none;
}

section:nth-child(3) .block01 ul li{
    font-size: 18px;
    font-weight: bold;
}

section:nth-child(3) .block01 ul li::before{
    position: relative;
    top: -2px;
    left: 0px;
    display: inline-block;
    width: 8px;
    height: 8px;
    content: '';    
    background: #0A3C8C; 
    margin-right: 27px;
}

section:nth-child(3) .block01 ul li:not(:last-of-type){
    margin-bottom: 18px;
}

/*-----------------------------------------------------------*/

/*センターの特徴*/
section:nth-child(4) .block01{
    width: 100%;
    margin: 0px auto 35px;
}

section:nth-child(4) .block01 dl{
    width: 510px;
    margin: 0px auto;
    box-sizing: border-box;
    border: 1px solid #0A3C8C;
}

section:nth-child(4) .block01 dl dt{
    font-size: 22px;
    color: #0A3C8C;
    font-weight: bold;
    text-align: center;
    letter-spacing: 0.05em;
    padding: 21px 0;
}

section:nth-child(4) .block02{
    width: 100%;
    margin: 0px auto 42px;
    text-align: center;
}

section:nth-child(4) .block03{
    width: 1000px;
    margin: 0px auto 85px;
}

section:nth-child(4) .block03 dl dt{
    font-size: 22px;
    color: #0A3C8C;
    font-weight: bold;
    text-align: center;
    letter-spacing: 0.05em;
    margin-bottom: 45px;
}

section:nth-child(4) .block03 dl dd{
    line-height: 180%;
}

section:nth-child(4) .block03 dl dd p:not(:last-of-type){
    margin-bottom: 40px;
}

section:nth-child(4) .block04{
    width: 1000px;
    margin: 0px auto 0px;
}

/*アコーディオン全体*/
section:nth-child(4) .block04 .accordion-area{
    list-style: none;
    width: 100%;
    margin:0 auto;
}

section:nth-child(4) .block04 .accordion-area li{
}

section:nth-child(4) .block04 .accordion-area .inner{
    overflow: hidden;
    background-color: #0A3C8C;
    margin: 0px auto 23px;
}

/*アコーディオンタイトル*/
section:nth-child(4) .block04 .title{
    position: relative;/*+マークの位置基準とするためrelative指定*/
    cursor: pointer;
    padding: 33px 0;
    transition: all .5s ease;
    /**/
    font-size: 22px;
    color: #fff;
    line-height: 140%;
    letter-spacing: 0.05em;
    text-align: center;
}

section:nth-child(4) .block04 .title::before,
section:nth-child(4) .block04 .title::after{
    position: absolute;
    content: "";
    width: 31px;
    height: 31px;    
}
section:nth-child(4) .block04 .title::before{
    background-image: url("./images/icon_open.png");
    top:40%;
    right: 80px;
    
}
section:nth-child(4) .block04 .title::after{
    top:40%;
    right: 80px;
}
/*　closeというクラスがついたら形状変化　*/
section:nth-child(4) .block04 .title.close::before{
    background-image: url("./images/icon_close.png");
}
section:nth-child(4) .block04 .title.close::after{
}

/*アコーディオンで現れるエリア*/
section:nth-child(4) .block04 .box{
    display: none;/*はじめは非表示*/
    background: #fff;
    margin: 0 35px 25px 35px;
    padding: 52px 35px 35px 35px
}

section:nth-child(4) .block04 .box dl{
    display: flex;
    gap: 0 24px;
}

section:nth-child(4) .block04 .box dl dt{
    line-height: 180%;
}

section:nth-child(4) .block04 .box dl dd p{
    text-align: center;
    margin-top: 10px;
}

/*-----------------------------------------------------------*/

/*募集職種*/
section:nth-child(5) .block01{
    width: 995px;
    margin: 0px auto 0px;
    border: 2px solid #0A3C8C;
    box-sizing: border-box;
}

section:nth-child(5) .block01 .type{
    width: 100%;
    margin: 60px auto;
}

section:nth-child(5) .block01 .type .about{
    width: 780px;
    margin: 0px auto 84px;
    display: flex;
    gap: 63px;
}

section:nth-child(5) .block01 .type .about dl{
}

section:nth-child(5) .block01 .type .about dl dt{
    font-family: "Noto Serif Japanese","游明朝", "YuMincho", serif;
    font-size: 23px;
    color: #0A3C8C;
    font-weight: bold;
    margin: 22px auto 38px;
}

section:nth-child(5) .block01 .type .about dl dd{
    line-height: 180%;
}

section:nth-child(5) .block01 .type .contents{
    width: 912px;
    margin: 0px auto;
}

section:nth-child(5) .block01 .type .contents h4{
    margin: 0px auto 45px;
    font-size: 22px;
    color: #0A3C8C;
    text-align: center;
    letter-spacing: 0.05em;
}

section:nth-child(5) .block01 .type .contents ul{
    display: flex;
    gap: 60px;
}

section:nth-child(5) .block01 .type .contents ul li{
    list-style-type: none;
}

section:nth-child(5) .block01 .type .contents ul li h5{
    margin: 0px auto 48px;
}

section:nth-child(5) .block01 .type .contents ul li h5 p{
    font-size: 22px;
    color: #0A3C8C;
    letter-spacing: 0.05em;
    background-color: #DCE7F9;
    font-weight: bold;
    text-align: center;
    padding: 28px 0;
}

section:nth-child(5) .block01 .type .contents ul li dl{
}

section:nth-child(5) .block01 .type .contents ul li dl dt{
    margin-bottom: 20px;
}

section:nth-child(5) .block01 .type .contents ul li dl dd{
    line-height: 180%;
}

/*-----------------------------------------------------------*/

/*先輩社員の声*/
section:nth-child(6) .block01{
    width: 1000px;
    margin: 0px auto 0px;
    position: relative;
}

section:nth-child(6) .block01 .prof{
    width: 830px;
    margin: 0px auto 0px;
    background-color: #0A3C8C;
}

section:nth-child(6) .block01 .prof::before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #DCE7F9;
    transform: translateY(150px);
    z-index: -1;
}

section:nth-child(6) .block01 .prof dl{
    display: table;
}

section:nth-child(6) .block01 .prof dl dt, section:nth-child(6) .block01 .prof dl dd{
    display: table-cell;
    vertical-align: middle;
}

section:nth-child(6) .block01 .prof dl dd{
    color: #fff;
    font-weight: bold;
    padding-left: 75px;
}

section:nth-child(6) .block01 .prof dl dd p{
    margin-bottom: 23px;
}

section:nth-child(6) .block01 .prof dl dd p:first-child{
    margin-bottom: 27px;
}

section:nth-child(6) .block01 .prof dl dd p:last-child{
    margin-bottom: 40px;
    line-height: 250%;
}

section:nth-child(6) .block01 .prof dl dd .fs21{
    font-size: 21px;
}

section:nth-child(6) .block01 .prof dl dd .fs25{
    font-size: 25px;
}

section:nth-child(6) .block01 .prof dl dd .fs30{
    font-size: 30px;
}

section:nth-child(6) .block01 .prof dl dd .catch{
    font-size: 23px;
    line-height: 180%;
}

section:nth-child(6) .block01 .prof dl dd .catch span{
    border-bottom: 1px solid #fff;
}

section:nth-child(6) .block01 .comment{
    width: 1000px;
}

/*アコーディオン全体*/
section:nth-child(6) .block01 .accordion-area{
    list-style: none;
    width: 100%;
    margin:0 auto;
}

section:nth-child(6) .block01 .accordion-area li{
}

section:nth-child(6) .block01 .accordion-area .inner{
    overflow: hidden;
    margin: 0px auto;
    background-color: #DCE7F9;
}

/*アコーディオンタイトル*/
section:nth-child(6) .block01 .title{
    position: relative;/*+マークの位置基準とするためrelative指定*/
    cursor: pointer;
    padding: 60px 0;
    transition: all .5s ease;
    position: relative;
}

section:nth-child(6) .block01 .title::before,
section:nth-child(6) .block01 .title::after{
    position: absolute;
    content: "";
    width: 106px;
    height: 59px;    
}
section:nth-child(6) .block01 .title::before{
    background-image: url("./images/icon_more.png");
    top: 40px;
    right: 0;
    left: 0;
    margin: auto;
    
}
section:nth-child(6) .block01 .title::after{
}
/*　closeというクラスがついたら形状変化　*/
section:nth-child(6) .block01 .title.close::before{
    background-image: url("./images/icon_shut.png");
}
section:nth-child(6) .block01 .title.close::after{
}

/*アコーディオンで現れるエリア*/
section:nth-child(6) .block01 .box{
    display: none;/*はじめは非表示*/
    width: 100%;
    margin: 0px auto;
}

section:nth-child(6) .block01 .box dl.topics{
    width: 830px;
    margin: 0px auto;
}

section:nth-child(6) .block01 .box dl.topics dt{
    margin-bottom: 33px;
    background-color: #fff;
}

section:nth-child(6) .block01 .box dl.topics dt p{
    padding: 20px 0;
    font-size: 23px;
    font-weight: bold;
    font-family: "Noto Serif Japanese","游明朝", "YuMincho", serif;
    color: #0A3C8C;
    text-align: center;
}

section:nth-child(6) .block01 .box dl.topics dd{
    margin-bottom: 45px;
    line-height: 180%;
}

/*Q&A*/
section:nth-child(6) .block01 .box .qanda{ 
    width: 830px;
    margin: 0px auto 84px;
}

section:nth-child(6) .block01 .box .qanda ul{
    list-style-type: none;
}

section:nth-child(6) .block01 .box .qanda ul li:not(:last-of-type){
    margin-bottom: 37px;
}

section:nth-child(6) .block01 .box .qanda ul li dl{
    display: table;
}

section:nth-child(6) .block01 .box .qanda ul li dl dt, section:nth-child(6) .block01 .box .qanda ul li dl dd{
    display: table-cell;
}

section:nth-child(6) .block01 .box .qanda ul li dl dt{
    vertical-align: top;
}

section:nth-child(6) .block01 .box .qanda ul li dl dt p{
    width: 71px;
    padding: 25px 0;
    font-size: 38px;
    font-weight: bold;
    text-align: center;
}

section:nth-child(6) .block01 .box .qanda ul li dl dd{
    vertical-align: middle;
}

/*設問*/
section:nth-child(6) .block01 .box .qanda ul li:nth-child(odd) dl dt p{
    background-color: #0A3C8C;
    color: #fff;
}

section:nth-child(6) .block01 .box .qanda ul li:nth-child(odd) dl dd{
    font-size: 23px;
    color: #0A3C8C;
    font-weight: bold;
    text-indent: 44px;
}

/*返答*/
section:nth-child(6) .block01 .box .qanda ul li:nth-child(even) dl dt p{
    background-color: #fff;
    color: #0A3C8C;
}

section:nth-child(6) .block01 .box .qanda ul li:nth-child(even) dl dd{
    padding-left: 23px;
}

/*仕事内容*/
section:nth-child(6) .block01 .box .works{
    width: 920px;
    margin: 0px auto 55px;
    position: relative;
    background-color: #fff;
    padding: 60px 0 45px;
}

section:nth-child(6) .block01 .box .works .subtxt{
    display: inline-block;
    position: absolute;
    width: 197px;
    background-color: #0A3C8C;
    padding: 15px 0;
    top: -30px;
    left: 0;
    right: 0;
    margin: auto;
    font-size: 23px;
    color: #fff;
    font-family: "Noto Serif Japanese","游明朝", "YuMincho", serif;
    font-weight: bold;
    text-align: center;
}

section:nth-child(6) .block01 .box .works dl{
    display: flex;
    padding: 0 45px;
    gap: 0 60px;
}

section:nth-child(6) .block01 .box .works dl:not(:last-of-type){
    margin: 0px auto 55px;
}

/*奇数と偶数で左右のコンテンツを入れ替える*/
section:nth-child(6) .block01 .box .works dl:nth-child(odd) dt{
    order: 2;
}
section:nth-child(6) .block01 .box .works dl:nth-child(odd) dd{
    order: 1;
}

section:nth-child(6) .block01 .box .works dl:nth-child(even) dt{
    order: 1;
}
section:nth-child(6) .block01 .box .works dl:nth-child(even) dd{
    order: 2;
}

section:nth-child(6) .block01 .box .works dl dd h5{
    font-size: 23px;
    font-weight: bold;
    color: #0A3C8C;
    text-align: center;
    margin-bottom: 34px;
}

section:nth-child(6) .block01 .box .works dl dd .catch{
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 20px;
}

section:nth-child(6) .block01 .box .works dl dd .txt{
    line-height: 180%;
}

/*-----------------------------------------------------------*/

/*福利厚生・制度*/
section:nth-child(7) .block01{
    width: 1000px;
    margin: 0px auto 0px;
    background-color: #F2F2F2;
}

section:nth-child(7) .block01 ul {
    width: calc( 100% - 580px );
    margin: 0px auto;
    padding: 40px 290px;
    list-style-type: none;
}

section:nth-child(7) .block01 ul li:not(:last-of-type) {
    margin-bottom: 30px;
}

section:nth-child(7) .block01 ul li {
    font-size: 20px;
    color: #0A3C8C;
    font-weight: bold;
    letter-spacing: 0.05em;
}

section:nth-child(7) .block01 ul li::before {
    position: relative;
    top: -2px;
    left: 0px;
    display: inline-block;
    width: 8px;
    height: 8px;
    content: '';
    background: #0A3C8C;
    margin-right: 30px;
}

/*-----------------------------------------------------------*/

/*募集要項*/
section:nth-child(8) .block01{
    width: 836px;
    margin: 0px auto 0px;
}

section:nth-child(8) .block01 dl{
    width: 100%;
    display: table;
    padding: 23px 0;
    border-bottom: 1px solid #CCCCCC;
}

section:nth-child(8) .block01 dl dt, section:nth-child(8) .block01 dl dd{
    display: table-cell;
    padding: 0 22px;
}

section:nth-child(8) .block01 dl dt{
    width: 100px;
    font-size: 16px;
    color: #0A3C8C;
    font-weight: bold;
}

section:nth-child(8) .block01 dl dd{
    width: calc( 100% - 100px );
    line-height: 180%;
}

section:nth-child(8) .block01 dl dd p:not(:last-of-type){
    margin-bottom: 1em;
}

/*-----------------------------------------------------------*/

/*応募の流れ*/
section:nth-child(9) .block01{
    width: 600px;
    margin: 0px auto 56px;
}

section:nth-child(9) .block01 ul{
    list-style-type: none;
}

section:nth-child(9) .block01 ul li{
    border: 2px solid #0A3C8C;
    box-sizing: border-box;
    position: relative;
    padding: 25px 65px;
}

section:nth-child(9) .block01 ul li::after{
    content: "";
    background-image: url("./images/icon_arrow.png");
    width: 26px;
    height: 46px;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    bottom: -66px;
}

section:nth-child(9) .block01 ul li:not(:last-of-type) {
    margin-bottom: 83px;
}

section:nth-child(9) .block01 ul li:last-of-type::after{
    content: "";
    background-image: url("");
}

section:nth-child(9) .block01 ul li dl{
    width: 100%;
    display: table;
    font-size: 18px;
    color: #0A3C8C;
    font-weight: bold;
    letter-spacing: 0.1em;
}

section:nth-child(9) .block01 ul li dl dt, section:nth-child(9) .block01 ul li dl dd{
    display: table-cell;
}

section:nth-child(9) .block01 ul li dl dt{
    position: absolute;
    top: 25px;
    left: 65px;
}

section:nth-child(9) .block01 ul li dl dd{
    text-align: center;
}

section:nth-child(9) .block01 ul li .link{
    width: 370px;
    margin: 30px auto 0px;
    position: relative;
}

section:nth-child(9) .block01 ul li .link a{
    text-decoration: none;
    display: block;
    background-color: #0A3C8C;
    padding: 25px 0;
    font-size: 18px;
    color: #fff;
    font-weight: bold;
    letter-spacing: 0.1em;
    text-align: center;
}

section:nth-child(9) .block01 ul li .link a::after{
    content: "";
    background-image: url("./images/icon_link.png");
    width: 13px;
    height: 22px;
    position: absolute;
    right: 22px;
}

/**/

section:nth-child(9) .block02{
    width: 100%;
    margin: 0px auto 80px;
}

section:nth-child(9) .block02 dl dt{
    width: 100%;
    font-family: "Noto Serif Japanese","游明朝", "YuMincho", serif;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    margin: 0px auto 40px;
}

section:nth-child(9) .block02 dl dd .link{
    width: 370px;
    margin: 0px auto;
    position: relative;
}

section:nth-child(9) .block02 dl dd .link a{
    text-decoration: none;
    display: block;
    background-color: #0A3C8C;
    padding: 25px 0;
    font-size: 18px;
    color: #fff;
    font-weight: bold;
    letter-spacing: 0.1em;
    text-align: center;
}

section:nth-child(9) .block02 dl dd .link a::after{
    content: "";
    background-image: url("./images/icon_link.png");
    width: 13px;
    height: 22px;
    position: absolute;
    right: 22px;
}

/**/

section:nth-child(9) .block03{
    width: 100%;
    margin: 0px auto 0px;
    /*display: none;*/
}

section:nth-child(9) .block03 dl dt{
    width: 100%;
    font-size: 20px;
    text-align: center;
    margin: 0px auto 45px;
	font-family: "Noto Serif Japanese","游明朝", "YuMincho", serif;
	font-weight: bold;
}

section:nth-child(9) .block03 dl dd{
    width: 820px;
    margin: 0px auto;
}

section:nth-child(9) .block03 dl dd ul{
    list-style-type: none;
    display: flex;
    gap: 0 100px;
    justify-content: center;
}

section:nth-child(9) .block03 dl dd ul li p{
    font-size: 21px;
    color: #0A3C8C;
    font-weight: bold;
    margin-bottom: 13px;
}

/*-----------------------------------------------------------*/

/*応募に関するお問い合わせ*/
section:nth-child(10) .block01{
    width: 595px;
    margin: 0px auto 0px;
    background-color: #F2F2F2;
}

section:nth-child(10) .block01 p{
    padding: 43px 100px;
    line-height: 180%;
    font-weight: bold;
}

/*-----------------------------------------------------------*/
/*-----------------------------------------------------------*/
/*-----------------------------------------------------------*/