@charset "UTF-8";

/*
Theme Name: 採用情報
*/
/*-----------------------------------------
default
-----------------------------------------*/
* {
	margin: 0;
	padding: 0;
}
html {
    color: #131313;
}
body {
	-webkit-text-size-adjust: 100%;
    color: #131313;
}
a {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
li {
	list-style-type: none;
}
table {
	width: 100%;
}
tbody {
	-webkit-text-size-adjust: 100%;
}
section .section_inner{
    max-width: 980px;
    width: 96%;
    margin: 0 auto;
    color: #131313;
}
.w-640none{
    display: block;
}
.w-640{
    display: none!important;
}
/*-----------------------------------------
タイトル
-----------------------------------------*/
.commonHeader.recruit .inner .titH h2 {
    position: absolute;
    top: 45%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    font-size: 2.8rem;
    line-height: 1.32;
    letter-spacing: 2.8px;
    color: #fff;
    width: 100%;
    text-align: center;
    font-weight: 700;
}
.commonHeader.recruit .inner::after{
    bottom: -15px;
}
section .section_inner h3{
    color: #012572;
    font-size: 21px;
    font-weight: bold;
    margin-bottom: 32px;
    padding-left: 32px;
    position: relative;
}
section .section_inner h3::before{
    content: "";
    display: block;
    background-color: #64B5E0;
    width: 24px;
    height: 2px;
    position: absolute;
    left: 0;
    top: 114px;
}
section .section_inner h3 span{
    font-family: "Red Hat Display", sans-serif;
    font-size: 60px;
    display: block;
    font-weight: 800;
    padding-left: 0;
    position: relative;
    left: -32px;
}
/*-----------------------------------------
メインビジュアル
-----------------------------------------*/
section.mainimg{
    background: url(../../recruit/img/h2_bg.webp) #F7F7F7 no-repeat center;
    padding: 100px 0;
}
section.mainimg .mainimg_inner{
    max-width: 1280px;
    width: 90%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}
section.mainimg .mainimg_inner h2{
    font-size: 46px;
    font-weight: bold;
    color: #131313;
    letter-spacing: 4px;
    line-height: 2.1;
}
section.mainimg .mainimg_inner h2 span.blue{
    color: #012572;
}
section.mainimg .mainimg_inner .btn{
    width: 290px;
}
section.mainimg .mainimg_inner .btn a{
    display: block;
    background-image: linear-gradient(150deg,  rgba(64, 178, 235, 1), rgba(0, 23, 128, 1));
    font-size: 27px;
    font-weight: bold;
    color: #fff;
    font-family: "Red Hat Display", sans-serif;
    padding: 14px 0 14px 48px;
    border-radius: 48px;
    position: relative;
}
section.mainimg .mainimg_inner .btn a::after{
    content: "";
    display: block;
    width: 16px;
    height: 14px;
    background: url(../../recruit/img/arrow_white.svg) no-repeat center;
    position: absolute;
    right: 28px;
    top: 29px;
}
/*-----------------------------------------
ご紹介
-----------------------------------------*/
section.sec01{
    background: url(../../recruit/img/sec01_bg.webp) no-repeat 140% top;
    padding: 64px 0 90px;
    background-size: contain;
}
@media screen and (min-width: 1441px) {
    section.sec01{
    background: url(../../recruit/img/sec01_bg.webp) no-repeat right top;
    background-size: contain;}
}
section.sec01 .section_inner p{
    font-weight: 500;
    line-height: 32px;
}
/*-----------------------------------------
代表メッセージ
-----------------------------------------*/
section.sec02 .section_inner{
    margin: 120px auto;
}
section.sec02 .section_inner .flex{
    display: flex;
    gap: 100px;
}
section.sec02 .section_inner .flex .left_text p{
    background-image: linear-gradient(150deg,  rgba(64, 178, 235, 1), rgba(0, 23, 128, 1));
    color: #fff;
    font-size: 24px;
    font-weight: bold;
    width: fit-content;
    padding: 10px 14px ;
    border-radius: 2px;
}
section.sec02 .section_inner .flex .left_text p:first-of-type{
    margin-bottom: 24px;
}
section.sec02 .section_inner .flex .right_text{
    width: 60%;
}
section.sec02 .section_inner .flex .right_text p{
    line-height: 32px;
}
/*-----------------------------------------
働く環境・カルチャー
-----------------------------------------*/
section.sec03{
    padding: 120px 0;
    background-image: linear-gradient(150deg,  rgba(64, 178, 235, 1), rgba(0, 23, 128, 1));
}
section.sec03 h3{
    color: #fff;
}
section.sec03 h3::before{
    background-color: #fff;
}
section.sec03 ul.sec03_list{
    display: flex;
    gap: 36px;
    flex-wrap: wrap;
}
section.sec03 ul.sec03_list li{
    width: calc((100% - 72px)/ 3);
    border-radius: 16px;
    background-color: #fff;
    padding: 32px;
    position: relative;
    height: 420px;
}
section.sec03 ul.sec03_list li::before{
    content: "01";
    color: #fff;
    font-size: 27px;
    font-weight: bold;
    text-align: center;
    background-color: #417DBB;
    border-radius: 16px 0 16px 0;
    font-family: "Red Hat Display", sans-serif;
    width: 54px;
    height: 54px;
    position: absolute;
    top: -0.5px;
    left: -0.5px;
    line-height: 54px;
}
section.sec03 ul.sec03_list li:nth-child(2):before{
    content: "02";
}
section.sec03 ul.sec03_list li:nth-child(3):before{
    content: "03";
}
section.sec03 ul.sec03_list li:nth-child(4):before{
    content: "04";
}
section.sec03 ul.sec03_list li:nth-child(5):before{
    content: "05";
}
section.sec03 ul.sec03_list li:nth-child(6):before{
    content: "06";
}
section.sec03 ul.sec03_list li p{
    font-size: 14px;
    letter-spacing: 0.4px;
}
section.sec03 ul.sec03_list li .img img{
    margin: 0 auto;
}
section.sec03 ul.sec03_list li h4{
    color: #012572;
    font-size: 17px;
    font-weight: bold;
    margin: 18px 0 12px;
    text-align: center;
}
section.sec03 ul.sec03_list li:first-child,
section.sec03 ul.sec03_list li:nth-child(4){
    margin-top: 96px;
}
section.sec03 ul.sec03_list li:nth-child(2),
section.sec03 ul.sec03_list li:nth-child(5){
    margin-top: 48px;
}
/*-----------------------------------------
社員紹介
-----------------------------------------*/
section.sec04{
    position: relative;
    color: #131313;
}
section.sec04::before{
    content: "";
    display: block;
    background-color: #F7F7F7;
    width: 88%;
    height: 93%;
    margin-left: auto;
    position: absolute;
    right: 0;
    top: 194px;
    z-index: -1;
}
section.sec04 .section_inner{
    margin: 120px auto 0;
}
section.sec04 .section_inner h3{
    margin-bottom: 64px;
}
section.sec04 .section_inner .flex{
    display: flex;
    gap: 53px;
}
section.sec04 .section_inner .flex01{
    gap: 0;
    padding-top: 64px;
}
section.sec04 .section_inner .left_block img{
    border-radius: 16px;
    margin-left: 48px;
}
section.sec04 .section_inner .left_block .name-box{
    background-color: #fff;
    position: relative;
    border-radius: 8px;
    width: 354px;
    padding: 18px 32px;
    top: -96px;
}
section.sec04 .section_inner .left_block .name-box::before{
    content: "";
    display: block;
    background-image: linear-gradient(150deg,  rgba(64, 178, 235, 1), rgba(0, 23, 128, 1));
    width: 100%;
    height: 8px;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 8px 8px 0 0;
}
section.sec04 .section_inner .left_block .name-box p{
    color: #5F5F5F;
    font-size: 16px;
    font-weight: 500;
}
section.sec04 .section_inner .left_block .name-box h4{
    font-size: 24px;
    font-weight: 500;
    margin-bottom: 12px;
    color: #131313;
}
section.sec04 .section_inner .left_block .name-box p.year{
    text-align: center;
    font-size: 18px;
    font-weight: 500;
    border: 1px solid #012572;
    border-radius: 20px;
    padding: 2px 32px ;
    width: fit-content;
}
section.sec04 .section_inner .right_block{
    width: 50%;
}
section.sec04 .section_inner .right_block .person{
    position: relative;
    padding-left: 32px;
    padding-bottom: 12px;
    margin-top: 32px;
}
section.sec04 .section_inner .right_block .person::before{
    content: "";
    display: block;
    background: #CBCBCB;
    width: 100%;
    height: 1px;
    position: absolute;
    left: 0;
    bottom: 0;
}
section.sec04 .section_inner .right_block p{
    margin-top: 18px;
    padding-left: 32px;
    font-size: 21px;
    font-weight: 500;
    line-height: 40px;
}
section.sec04 .section_inner .left_text .offtime{
    background-color: #fff;
    border-radius: 16px;
    padding: 32px;
    margin-top: 24px;
	width: 434px;
}

section.sec04 .section_inner .left_text .offtime h5{
    font-size: 18px;
    margin-bottom: 8px;
    font-weight: 600;
}
section.sec04 .section_inner .left_text .offtime h5 span{
    color: #012572;
    font-size: 30px;
    font-weight: 800;
    font-family: "Red Hat Display", sans-serif;
    display: inline-block;
    margin-right: 21px;
}
section.sec04 .section_inner .left_text .offtime p{
    font-size: 14px;
    font-weight: 500;
}
section.sec04 .section_inner .right_text {
    width: 100%;
}
section.sec04 .section_inner .right_text ul.qblock_list li{
    margin-bottom: 48px;
}
section.sec04 .section_inner .right_text ul.qblock_list li h5{
    background-color: #64B5E0;
    border-radius: 22px;
    color: #fff;
    text-align: center;
    font-weight: 700;
    margin-bottom: 18px;
    padding: 8px 0;
}
section.sec04 .section_inner .right_text ul.qblock_list li p{
    font-size: 14px;
    line-height: 30px;
    letter-spacing: 0.4px;
}
.pagination {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 24px;
    margin: 0;
}
.pagination .page-number {
    font-size: 21px;
    font-weight: 500;
    font-family: "Red Hat Display", sans-serif;
    color: #012572;
    margin-right: 48px;
    position: relative;
}
.pagination .page-number::after{
    content: "";
    display: block;
    width: 1px;
    height: 48px;
    background: #CBCBCB;
    position: absolute;
    right: -32px;
    top: -8px;
}
.pagination button {
    background: url(../../recruit/img/arrow.svg) no-repeat center;
    width: 45px;
    height: 45px;
    border: 1px solid #012572;
    border-radius: 50%;
    cursor: pointer;
}
.pagination button.slide-prev{
    transform: rotate(180deg);
}
.person-slider {
    position: relative;
    overflow: hidden;
}
.person-slide {
    display: none;
}
.person-slide.active {
    display: block;
}
/*-----------------------------------------
選考フロー
-----------------------------------------*/
section.sec05 .section_inner{
    margin: 120px auto;
}
section.sec05 .section_inner ul.flow_list{
    display: flex;
    gap: 37px;
}
section.sec05 .section_inner ul.flow_list li{
    border-radius: 50%;
    border: 1px solid #64B5E0;
    text-align: center;
    width: 165px;
    height: 165px;
    padding: 48px 0;
    position: relative;
}
section.sec05 .section_inner ul.flow_list li p{
    font-size: 16px;
    font-weight: 500;
    color: #012572;
    margin-top: 8px;
}
section.sec05 .section_inner ul.flow_list li .icon{
    text-align: center;
    height: 50px;
    width: fit-content;
    margin: 0 auto;
}
section.sec05 .section_inner ul.flow_list li::after{
    content: "";
    display: block;
    background: url(../../recruit/img/arrow_blue.svg) no-repeat center;
    width: 14px;
    height: 26px;
    position: absolute;
    right: -27px;
    top: 42%;;
}
section.sec05 .section_inner ul.flow_list li:last-child:after{
    display: none;
}
/*-----------------------------------------
募集要項
-----------------------------------------*/
section.sec06 .section_inner{
    margin-bottom: 120px;
}
section.sec06 .section_inner ul.sec06_list{
    display: flex;
    gap: 35px;
    flex-wrap: wrap;
}
section.sec06 .section_inner ul.sec06_list li{
    width: calc((100% - 35px) / 2);
}
section.sec06 .section_inner ul.sec06_list li a{
    display: block;
    border-radius: 16px;
    background: url(../../recruit/img/bg01.webp) no-repeat;
    width: 99%;
    padding: 120px 32px 32px;
    height: 260px;
    background-size: cover;
    position: relative;
}
section.sec06 .section_inner ul.sec06_list li a::after{
    content: "";
    display: block;
    border-radius: 50%;
    background: url(../../recruit/img/arrow.svg) #fff no-repeat center;
    width: 45px;
    height: 45px;
    position: absolute;
    right: 18px;
    bottom: 30px;
}
section.sec06 .section_inner ul.sec06_list li:nth-child(2) a{
    background: url(../../recruit/img/bg02.webp) no-repeat;
    background-size: cover;
}
section.sec06 .section_inner ul.sec06_list li:nth-child(3) a{
    background: url(../../recruit/img/bg03.webp) no-repeat;
    background-size: cover;
}
section.sec06 .section_inner ul.sec06_list li:nth-child(4) a{
    background: url(../../recruit/img/bg04.webp) no-repeat;
    background-size: cover;
}
section.sec06 .section_inner ul.sec06_list li a h4{
    background-image: linear-gradient(150deg,  rgba(64, 178, 235, 1), rgba(0, 23, 128, 1));
    padding: 4px 12px;
    width: fit-content;
    color: #fff;
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 20px;
}
section.sec06 .section_inner ul.sec06_list li a p{
    color: #fff;
    font-weight: 500;
    font-size: 14px;
    width: 90%;
}
/*-----------------------------------------
よくある質問
-----------------------------------------*/
section.sec07{
    background-color: #F7F7F7;
    padding: 64px 0;
}
section.sec07 .section_inner h4{
    position: relative;
    padding-left: 24px;
    font-size: 18px;
    font-weight: bold;
    color: #012572;
    margin-bottom: 18px;
    margin-top: 48px;
}
section.sec07 .section_inner h4::before{
    content: "";
    display: block;
    background-image: linear-gradient(150deg,  rgba(64, 178, 235, 1), rgba(0, 23, 128, 1));
    width: 14px;
    height: 14px;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 8px;
}
section.sec07 .section_inner .qa_list {
    width: 100%;
    overflow: hidden;
}
section.sec07 .section_inner .accordion-item {
    margin-bottom: 32px;
}
section.sec07 .section_inner .accordion-title{
    padding: 12px 24px;
    cursor: pointer;
    font-weight: 500;
    font-size: 18px;
    position: relative;
    background: #fff;
    border-radius: 8px;
}
section.sec07 .section_inner .accordion-title span{
    color: #012572;
    font-weight: 700;
    font-family: "Red Hat Display", sans-serif;
    font-size: 28px;
    margin-right: 8px;
}
section.sec07 .section_inner .accordion-content{
    display: none;
    font-size: 16px;
    padding: 24px 48px 0 48px;
    letter-spacing: 0.4px;
}
section.sec07 .section_inner .active .accordion-content {
    display: block;
}
.accordion-title::before,
.accordion-title::after {
    content: "";
    position: absolute;
    right: 2.4rem;
    top: 0;
    bottom: 0;
    margin: auto 0;
    background-color: #012572;
    width: 18px;
    height: 2px;
    transition: all 0.3s;
}
.accordion-title::after {
    transform: rotate(90deg);
}
.active .accordion-title::after {
    transform: rotate(0deg);
}
/*-----------------------------------------
エントリー
-----------------------------------------*/
.entry{
    background-image: linear-gradient(150deg,  rgba(64, 178, 235, 1), rgba(0, 23, 128, 1));
    max-width: 1200px;
    width: 96%;
    border-radius: 16px;
    color: #fff;
    padding: 48px 0;
    margin: 120px auto;
}
.entry p{
    text-align: center;
    font-size: 21px;
    font-weight: bold;
    margin-bottom: 32px;
}
.entry .btn{
    width: 260px;
    margin: 0 auto;
}
.entry .btn a{
    display: block;
    border: 1px solid #fff;
    border-radius: 48px;
    padding: 10px 0 10px 32px;
    font-family: "Red Hat Display", sans-serif;
    font-size: 27px;
    font-weight: bold;
    color: #fff;
    position: relative;
}
.entry .btn a::after{
    content: "";
    display: block;
    width: 16px;
    height: 14px;
    background: url(../../recruit/img/arrow_white.svg) no-repeat center;
    position: absolute;
    right: 28px;
    top: 24px;
}
.entry .btn a:hover{
    background: #64B5E0;
    opacity: 1;
}
/*-----------------------------------------
募集要項
-----------------------------------------*/
.commonHeader.recruit .inner .titH h2 span{
    font-size: 24px;
    font-weight: 500;
}
.pageimg{
    width: 100%;
    background-size: cover;
    padding: 87px 0;
    height: 300px;
}
.pageimg.recruit01{
    background: url(../../recruit/img/recruit01/recruit01_bg.webp) no-repeat center;
	background-size: cover !important;
}
.pageimg.recruit02{
    background: url(../../recruit/img/recruit02/recruit02_bg.webp) no-repeat center;
	background-size: cover !important;
}
.pageimg.recruit03{
    background: url(../../recruit/img/recruit03/recruit03_bg.webp) no-repeat center;
	background-size: cover !important;
}
.pageimg.recruit04{
    background: url(../../recruit/img/recruit04/recruit04_bg.webp) no-repeat center;
	background-size: cover !important;
}
.pageimg h2{
    color: #fff;
    font-size: 48px;
    font-weight: bold;
    margin-bottom: 24px;
    text-align: center;
}
.pageimg p.sub_title{
    text-align: center;
    color: #fff;
    font-size: 24px;
    font-weight: 500;
}
.breadcrumb {
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
}
.center_text{
    text-align: center;
    margin: 84px auto 120px;
    width: 100%;
    line-height: 40px;
    font-size: 18px;
}
section.table .section_inner h3{
    text-align: center;
}
section.table .section_inner h3::before{
    display: none;
}
section.table .section_inner table{
    width: 100%;
    margin: 0 auto;
    display: block;
}
section.table .section_inner tbody{
    display: block;
    width: 100%;
}
section.table .section_inner tbody tr{
    display: block;
    border-bottom: 1px solid #CBCBCB;
    padding: 32px 0;
}
section.table .section_inner tbody tr th{
    width: 250px;
    color: #012572;
    font-weight: 500;
    text-align: left;
    vertical-align: top;
	line-height: 36px;
}
section.table .section_inner tbody tr td{
    line-height: 36px;
    font-weight: 500;
}
@media screen and (max-width :1280px) {
    section.mainimg .mainimg_inner h2{
        font-size: 40px;
    }
	section.sec04::before{
		width: 100%;
	}
}

@media screen and (max-width :1180px) {
    section.mainimg .mainimg_inner h2{
        font-size: 30px;
    }
    section.sec01{
        background: url(../../recruit/img/sec01_bg.webp) no-repeat center bottom;
        background-size: 100%;
        padding-bottom: 780px;
    }
    section .section_inner{
        width: 90%;
    }
    .entry{
        width: 90%;
    }
}

@media screen and (max-width :1024px) {
    section.mainimg .mainimg_inner h2{
        font-size: 24px;
    }
    section.sec03 ul.sec03_list li{
        width: calc((100% - 36px)/ 2);
    }
    section.sec03 ul.sec03_list li:first-child, section.sec03 ul.sec03_list li:nth-child(4),
    section.sec03 ul.sec03_list li:nth-child(2), section.sec03 ul.sec03_list li:nth-child(5){
        margin-top: 0;
    }
    section.sec04::before{
        width: 100%;
    }
	section.sec02 .section_inner .flex{
		gap: 55px;
	}
	section.sec04 .section_inner .right_block{
		width: 39%;
	}
	section.sec04 .section_inner .right_block p{
		font-size: 17px;
	}
	section.sec05 .section_inner ul.flow_list{
		flex-wrap: wrap;
		justify-content: center;
	}
	section.sec06 .section_inner ul.sec06_list li a h4{
		font-size: 21px;
	}
}

@media screen and (max-width : 896px) {
	.pagination.w-640{
        display: flex!important;
        margin-bottom: 32px;
    }
	.pagination.w-640none{
		display: none;
	}
	.commonHeader.recruit{
		margin-top: 87px;
	}
    section.mainimg .mainimg_inner{
        flex-direction: column;
        align-items: flex-start;
    }
    section.mainimg{
         padding: 64px 0;
		background-size: contain;
    }
    section.mainimg .mainimg_inner .btn{
        margin-left: auto;
    }
    section.sec01{
        padding-bottom: 550px;
    }
    section.sec02 .section_inner .flex{
        flex-direction: column;
        gap: 32px;
    }
    section.sec02 .section_inner .flex .right_text{
        width: 100%;
    }
    section.sec04 .section_inner .flex01{
        flex-direction: column;
        align-items: center;
    }
    section.sec04 .section_inner .right_block{
        width: 100%;
		margin-top: -80px;
    }
    section.sec04 .section_inner .flex{
        flex-direction: column;
    }
    section.sec04 .section_inner .flex{
        margin-bottom: 64px;
    }
    section.sec05 .section_inner ul.flow_list{
        flex-wrap: wrap;
        justify-content: center;
    }
    section .section_inner h3 span{
        font-size: 48px;
    }
    section .section_inner h3::before{
        top: 94px;
    }
    section.sec06 .section_inner ul.sec06_list{
        flex-direction: column;
    }
    section.sec06 .section_inner ul.sec06_list li{
        width: 100%;
    }
    section.sec06 .section_inner ul.sec06_list li a{
        height: 280px;
    }
    section.sec04::before{
        height: 96%;
    }
	section.sec04 .section_inner .left_text .offtime{
		width: 100%;
	}
	section.sec04 .section_inner .left_text img{
		width: 100%;
	}
}

@media screen and (max-width : 640px) {
    .w-640none{
        display: none;
    }
    .w-640{
        display: block!important;
    }
	.commonHeader.recruit .inner .titH h2{
		font-size: 18px;
	}
    section.mainimg .mainimg_inner h2{
        font-size: 18px;
        letter-spacing: 0;
    }
    section.mainimg{
        padding: 32px 0;
        background-size: 100%;
    }
    section.mainimg .mainimg_inner{
        gap: 18px;
    }
    section.mainimg .mainimg_inner .btn{
        width: 155px;
    }
    section.mainimg .mainimg_inner .btn a{
        font-size: 18px;
        padding: 8px 0 8px 24px;
    }
    section.mainimg .mainimg_inner .btn a::after {
        right: 18px;
        background-size: 80%;
        top: 15px;
    }
    section.sec01{
        padding-bottom: 280px
    }
    section.sec02 .section_inner .flex .right_text p{
        letter-spacing: 0.9px;
    }
    section .section_inner h3{
        font-size: 18px;
    }
    section .section_inner h3 span{
        font-size: 30px;
    }
    section .section_inner h3::before{
        top: 64px;
    }
    section.sec02 .section_inner,
    section.sec04 .section_inner,
    section.sec05 .section_inner{
        margin: 64px auto;
    }
    section.sec02 .section_inner .flex .left_text p{
        font-size: 21px;
    }
    section.sec02 .section_inner .flex .left_text p:first-of-type{
        margin-bottom: 12px;
    }
    section.sec03 .section_inner h3 span{
        font-size: 28px;
    }
    section.sec03 .section_inner h3::before{
        top: 59px;
    }
    section.sec03 ul.sec03_list{
        flex-direction: column;
    }
    section.sec03 ul.sec03_list li{
        width: 100%;
        height: auto;
    }
    section.sec03{
        padding: 64px 0;
    }
    section.sec04::before{
        top: 110px;
        height: 97%;
    }
    section.sec04 .section_inner .left_block img{
        margin-left: 32px;
        width: 84%;
    }
    section.sec04 .section_inner .left_block .name-box{
        width: 240px;
		top: -70px;
    }
    section.sec04 .section_inner .left_block .name-box p{
        font-size: 12px;
    }
    section.sec04 .section_inner .left_block .name-box h4{
        font-size: 18px;
    }
    section.sec04 .section_inner .left_block .name-box p.year{
        font-size: 12px;
        padding: 2px 18px;
    }
	section.sec04 .section_inner .right_block{
		margin-top: 0;
	}
    section.sec04 .section_inner .right_block p{
        margin-top: 12px;
        line-height: 34px;
        font-size: 18px;
        padding-left: 12px;
        margin-bottom: 32px;
    }
    section.sec04 .section_inner .right_block .person{
        padding-left: 14px;
        margin-top: -80px;
    }
    section.sec04 .section_inner .flex{
        margin-bottom: 0;
        gap: 28px;
    }
    section.sec04 .section_inner .flex01{
        padding-top: 0;
    }
    section.sec04 .section_inner .right_text ul.qblock_list li{
        margin-bottom: 28px;
    }
    section.sec05 .section_inner ul.flow_list li{
        width: 150px;
        height: 150px;
        padding: 34px 0 24px;
    }
    section.sec05 .section_inner ul.flow_list li:nth-child(2)::after,
    section.sec05 .section_inner ul.flow_list li:nth-child(4)::after{
        display: none;
    }
    section.sec05 .section_inner ul.flow_list{
        gap: 18px 37px;
    }
    section.sec06 .section_inner h3 span{
        font-size: 26px;
    }
    section.sec06 .section_inner ul.sec06_list li a p{
        width: 84%;
    }
    section.sec06 .section_inner h3::before{
        top: 56px;
    }
    section.sec05 .section_inner{
        margin-top: 80px;
    }
    section.sec05 .section_inner ul.flow_list li:last-child::before{
        content: "";
        display: block;
        background: url(../../recruit/img/arrow_blue.svg) no-repeat center;
        width: 14px;
        height: 26px;
        position: absolute;
        left: -27px;
        top: 42%;
    }
    section.sec06 .section_inner ul.sec06_list li a{
        padding: 70px 20px 24px;
        height: 187px;
    }
    section.sec06 .section_inner ul.sec06_list li a h4{
        font-size: 16px;
        margin-bottom: 8px;
    }
    section.sec06 .section_inner ul.sec06_list li a p{
        font-size: 12px;
    }
    section.sec06 .section_inner ul.sec06_list li a::after{
        width: 30px;
        height: 30px;
        background-size: 35%;
    }
    section.sec06 .section_inner{
        margin-bottom: 64px;
    }
    section.sec07 .section_inner h4{
        margin-top: 32px;
    }
    section.sec07 .section_inner .accordion-title span{
        font-size: 24px;
    }
    section.sec07 .section_inner .accordion-title{
        text-indent: -1.8em;
        padding: 12px 62px 12px 43px;
        font-size: 15px;
        line-height: 1.4;
    }
    section.sec07 .section_inner .accordion-content{
        padding: 24px 18px 0;
    }
    .entry {
        padding: 32px 0;
        margin: 64px auto;
    }
    .entry p{
        margin-bottom: 18px;
        font-size: 14px;
    }
    .entry .btn a{
        font-size: 18px;
        padding: 8px 0 8px 24px;
    }
    .entry .btn{
        width: 184px;
    }
    .entry .btn a::after{
        top: 15px;
        right: 18px;
        background-size: 70%;
    }
	.pageimg {
		height: 155px;
		padding: 48px 0;
		background-size: cover;
	}
	.pageimg h2{
		font-size: 20px;
		margin-bottom: 10px;
	}
	.pageimg p.sub_title{
		font-size: 14px;
	}
	.center_text {
		font-size: 16px;
		width: 90%;
		text-align: left;
		margin: 32px auto 64px;
	}
	section.table .section_inner h3{
		padding-left: 0;
		font-size: 18px;
	}
	section.table .section_inner h3 span{
		text-align: center;
        font-size: 24px;
        left: 0;
        padding-left: 0;
	}
	section.table .section_inner tbody tr th{
		width: 100%;
		display: block;
	}
	section.table .section_inner tbody tr:first-of-type{
		padding-top: 0;
	}
}