@charset "UTF-8";
.works .sec01{
    height: 35vw;
    background: url("../../assets/images/works/bg_fv.png") center / cover;
}
.works .sec01_ttl img {
    max-width: 212px;
}
@media screen and (max-width:767px){
    .works .sec01{
        background-image: url("../../assets/images/works/bg_fv-sp.png");
        background-position: center 25%;
        height: 48vh;
    }
}
.works .text{
	display: block;
}
/* content */
.works_sec .inner {
    max-width: 1000px;
    margin: 0 auto;
    padding: 0 20px;
}

.works_sec.value {
    padding-top: 95px;
    padding-bottom: 95px;
}
.works_sec.value .img {
    padding: 60px 0;
}
.works_sec.value .text {
    font-size: 18px;
    line-height: 2;
}

.works_sec.value01{
    background-color: #eff4f7;
    padding-bottom: 20px;
}
.works_sec.value02{
    background-color: #fff;
    padding-bottom: 20px;
}
.works_sec.value03{
    background-color: #eff4f7;
    padding-bottom: 50px;
}
.works_sec.value01 .js-accottl,
.works_sec.value01 .interview_list > .ttl{
    background: #2eaab8;
}
.works_sec.value02 .js-accottl,
.works_sec.value02 .interview_list > .ttl{
	background: #2eaab8;
}
.works_sec.value03 .js-accottl,
.works_sec.value03 .interview_list > .ttl{
	background: #2eaab8;
}
.works_sec .sec_ttl {
    max-width: 420px;
    width: fit-content;
    height: 165px;
    padding-top: 50px;
    margin: 0 auto;
}
.works_sec .sec_ttl img {
    width: auto;
    height: 100%;
}
.works_insec .ttl {
    padding-top: 70px;
}
.works_insec .detail {
    display: block;
    font-size: 20px;
    line-height: 2;
    margin-top: 40px;
        min-height: 200px;
}
.works_insec .detail:before{
    content: "";
    display: block;
    clear: both;
}
.works_insec .detail .img {
    width: 160px;
    float: left;
    margin: 0 40px 20px 0;
}
.works_insec .js-accottl {
    cursor: pointer;
    width: 530px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 40px auto;
    background: #2eaab8;
    border-radius: 35px;
    text-align: center;
    color: #fff;
    font-size: 20px;
    font-weight: bold;
}
.works_insec .js-accottl .close {
    display: none;
}
.works_insec .js-accottl.active .open {
    display: none;
}
.works_insec .js-accottl.active .close {
    display: block;
}
.interview_list{
	display: none;
}
.works_insec .wrap {
    position: relative;
}
.interview_list {
    padding-bottom: 100px;
}
.interview_list > .ttl {
    background: #5BC2DC;
    color: #fff;
    padding: 0;
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    letter-spacing: 0.05em;
    padding: 15px;
    border-radius: 20px 20px 0 0;
}
.interview_list .list {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    border-radius: 20px;
    overflow: hidden;
}
.interview_list .list.col_2 {
    justify-content: flex-start;
}
.interview_list .list .item {
    width: 50%;
}
.interview_list .list.col_1 .item {
    border-radius: 20px;
    overflow: hidden;
}
.interview_list .list .item a {
    display: flex;
    background-size: cover !important;
    justify-content: center;
    position: relative;
    min-height: 280px;
    text-decoration: none;
    color: #fff;
}
.interview_list .list .item .text_area {
    position: relative;
    width: 100%;
    height: auto;
    display: block;
    padding: 20px;
}
.interview_list .list .item a:before{
	content: "";
	width: 100%;
	height: 100%;
	background: #000;
	opacity: 0.5;
	position: absolute;
	top: 0;
	left: 0;
}
.interview_list .list .item .ttl {
padding: 0;
    width: 180px;
    position: absolute;
    top: 20px;
    left: 20px;
    display: none;
}
.interview_list .list .item .job {
font-size: 16px;
    text-align: center;
    padding-top: 0;
}
.interview_list .list .item .name {
font-size: 26px;
    text-align: center;
    display: block;
    padding-top: 0;
}
.interview_list .list .item .name span{
	font-size: 18px;
    margin-left: 20px;
}
.interview_list .list .item .text_area {
    position: absolute;
    bottom: 0;
}
.works_insec .js-accottl.active {
    position: absolute;
    bottom: 0;
    left: 50%;
    z-index: 5;
    margin: 0;
    transform: translate(-50%,0);
}
.bottom_wrap{
    background-color: #fff;
	position: relative;
    background-image: url(../../assets/images/works/img_bottom_bg.png);
    background-repeat: repeat-x;
    background-position: bottom center;
    background-size: cover;
}
.bottom_wrap:before {
    content: "";
    width: 400px;
    height: 59px;
    background-image: url(../../assets/images/works/img_arrow.png);
    position: absolute;
    background-size: contain;
    background-repeat: no-repeat;
    top: -22px;
    left: 50%;
    transform: translate(-50%,0);
}
.bottom_wrap .img {
    max-width: 550px;
    margin: 0 auto;
    padding: 80px 0 0;
}
.works_sec.value02 .btn a {
    width: 90%;
    display: flex;
    text-decoration: none;
    color: #2eaab8;
    border: 2px solid #2eaab8;
    text-align: center;
    margin: 30px auto 50px;
    border-radius: 30px;
    height: 60px;
    background: #fff;
    font-size: 20px;
    align-items: center;
    justify-content: center;
    position: relative;
}
.works_sec.value02 .btn a:after{
    content: "";
    width: 20PX;
    height: 20PX;
    background-image: url(../../assets/images/works/ico_blank.png);
    background-size: contain;
    margin-left: 10px;
}
/* 個別調整 */
.interview_list .list .item a[href*="nakagawa"] {
    background-position: right !important;
}
@media screen and (max-width:767px){
	.works_sec.value {
    padding: 30px 0;
}
.works_sec.value .img {
    padding: 30px 0;
}
.works_sec.value .text {
    font-size: 14px;
}
.works_sec .sec_ttl {
    padding: 50px 0 0;
    max-width: 420px;
    width: fit-content;
    height: auto;
}
.works_sec.value03 .sec_ttl {
    padding: 50px 0 0;
    height: 160px;
}
.works_sec.value03 .sec_ttl img{
    width: auto;
    height: 100%;
}
.works_sec .sec_ttl img{
    width: 100%;
    height: auto;
}
.works_insec .ttl {
    padding-top: 15px;
}
.works_insec .detail {
    font-size: 14px;
    margin-top: 20px;
}
.works_insec .detail .img {
    margin: 0 10px 0 0;
}
.works_insec .js-accottl {
    width: 90%;
    height: 50px;
    font-size: 16px;
    font-weight: normal;
    margin: 18px auto;
}
.interview_list > .ttl {
    font-size: 18px;
    font-weight: normal;
}
.interview_list .list .item {
    width: 100%;
}
.interview_list .list .item .job {
    padding: 15px 0 0;
    font-size: 18px;
}
.interview_list .list .item .name {
    padding: 0;
}
.interview_list .list .item .name span {
    display: block;
    margin: 0;
}
.interview_list .list .item a {
    min-height: 280px;
    padding: 20px;
}
.works_insec .js-accottl.active {
    bottom: 20px;
}
.bottom_wrap:before {
    top: -25px;
    background-image: url(../../assets/images/works/img_arrow-sp.png);
    width: 250px;
}
.bottom_wrap .img{
    padding: 80px 15px 0;
}
.interview_list .list .item .ttl {
    margin: 0 auto;
}
}