@charset "UTF-8";

.news_rec dd span{
    display: block;
    border-bottom: 1px solid #DAE1E7;
    padding: 15px;
    color: #6c8193;
    transition: all ease .5s;
}
.news_rec dd span:hover{
    opacity: 0.5;
}

#top_message{
    margin-top: 50px;
    margin-bottom: 0;
    align-items: flex-start;
}
#top_message h2{
    margin-top: 0;
}
#top_message .content p{
    font-size: 115%;
    margin-bottom: 1em;
}
#top_message p.btn{
    margin-top: 50px;
}
#top_message span{
    display: block;
    text-align: right;
}
#top_message > div{
    width: 65%;
}
#top_message figure{
    width: 27%;
    aspect-ratio: 2 / 2.8;
}
#top_message figure img{
    max-height: 400px;
    width: auto;
}
.slider{
    margin: 50px auto;
}
.slider .slick-slide{
    aspect-ratio: 3 / 2;
}

#fukuri-kousei{
    margin-bottom: 0;
}
#fukuri-kousei section.wrap{
    max-width: 1360px;
    width: 90%;
}
#fukuri-kousei .fl_box{
    flex-wrap: wrap;
    justify-content: center;
}
#fukuri-kousei .fl_box dt{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border-radius: 7px;
    background: rgb(21,67,135);
    background: linear-gradient(-20deg, rgba(21,67,135,1) 0%, rgba(44,113,190,1) 78%, rgba(72,162,220,1) 93%, rgba(115,212,228,1) 100%);
    color: #fff;
    border: none;
    padding: 25px 10px;
    text-align: center;
    font-weight: bold;
    font-size: 120%;
    margin-bottom: 20px;
    aspect-ratio: 2 / 1.2;
}
#fukuri-kousei .fl_box dt img{
    display: block;
    margin: 0 auto 20px auto;
}
#fukuri-kousei .fl_box dl{
    width: 31%;
    padding: 0 3% 20px 3%;
}
#fukuri-kousei .fl_box dl:nth-of-type(-n + 3){
    margin-bottom: 40px;
}

#s_message{
    position: relative;
    padding: 10px 0 50px 0;
}
#s_message::after{
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    background: rgba(196,231,250,0.4);
    z-index: -1;
}
#s_message::before{
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	pointer-events: none;
	background: url(../images/bg_noise.gif) repeat;
	mix-blend-mode: plus-lighter;
	opacity: 0.4;
}
#s_message section.wrap{
    max-width: 1360px;
    position: relative;
}
#s_message section.wrap::after{
    content: "";
    position: absolute;
    background: url(../images/recruit/txt_message.png) no-repeat;
    background-size: contain;
    background-position: center bottom;
    top: -100px;
    left: 50%;
    transform: translateX(-50%);

    mix-blend-mode: multiply;
    width: 30%;
    height: 247px;
}
#s_message .voice{
    flex-wrap: wrap;
    justify-content: space-between;
}
#s_message .voice::after{
    content: "";
    width: 31%;
}
#s_message .voice article{
    width: 31%;
    margin-top: 60px;
}
#s_message .voice article > figure{
    aspect-ratio: 3 / 2;
}
#s_message .voice article > figure a img{
    transition: all ease .5s;
}
#s_message .voice article > figure a:hover img{
    opacity: 0.5;
}
#s_message .voice article > a{
    color:#283338;
    display: flex;
    height: 100%;
    flex-direction: column;
    justify-content: space-between;
}
#s_message .voice article > a:hover{
    opacity: 0.5;
}
#s_message .voice article a > p{
    margin-bottom: 40px;
}
#s_message .voice article em{
    font-size: 2em ;
    line-height: 1.2;
    color: #154387;
}
#s_message .voice article dl{
    margin-top: auto;
}
.modal-inner dl{
    display: flex;
    justify-content: center;
    color: #154387;
}
#s_message .voice article dt,.modal-inner dt{
    position: relative;
    margin-right: 1em;
    font-size: 110%;
    border: none;
    font-weight: bold;
}
.modal-inner dt{
    color: #154387;
}
#s_message .voice article dt{
    padding-left: 60px;
}
#s_message .voice article dt::before{
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    border-top: 1px solid #6c8193;

    width: 50px;
    height: 1px;
}
#s_message .voice article dt small,.modal-inner dt small{
    margin-right: 1em;
}

#youkou .accordion:first-of-type{
    border-top: 1px solid #6c8193;
}
#youkou .accordion{
    border-bottom: 1px solid #6c8193;
}
#youkou .accordion dt{
    display: block;
    padding: 30px 35px 30px 15px;
    border: none;
    margin-bottom: 0;
    font-size: 120%;
    position: relative;
    transition: all ease .3s;
}
#youkou .accordion dt.open,
#youkou .accordion dt:hover{
    background: #f0f4f7;
}
#youkou .accordion dt::after{
	content: "";
	position: absolute;
	right: 15px;
	bottom: 50%;

	width: 10px;
	height: 10px;
	border-right: 1px solid #6c8193;
	border-bottom: 1px solid #6c8193;
	transform: rotate(45deg) translateY(50%);
	transition: all ease .3s;
}
#youkou .accordion dt.open::after{
	border-color: #154387;
}
#youkou .accordion dt:hover::after{
	border-color: #154387;
	bottom:calc(50% - 10px);
}
#youkou .accordion dd{
    padding: 20px 30px 30px 30px;
}
#youkou ul.list li table{
    margin-top: 10px;
}

.bg_gr#news{
    margin-bottom: -49px;
}

@media screen and (max-width: 999px){ /* tablet */
    #fukuri-kousei .fl_box{
        flex-wrap: wrap;
    }
    #fukuri-kousei .fl_box dl{
        width: 50%;
    }
    #fukuri-kousei .fl_box dt{
        aspect-ratio: 3 / 2;
    }

    #s_message .voice article{
        width: 46%;
    }
    #s_message .voice::after{
        display: none;
    }
    #s_message .voice article:nth-of-type(2){
        order: -1;
    }
}

@media screen and (min-width: 0px) and (max-width: 600px){ /* smart */

    #top_message.sm_bl{
        flex-direction: column-reverse;
    }
    #top_message > div{
        width: 100%;
    }
    #top_message figure{
        width: 100%;
        aspect-ratio: 3 / 2;
        margin-bottom: 40px;
    }

    #fukuri-kousei .fl_box dl{
        width: 100%;
        margin-bottom: 30px;
    }
    #fukuri-kousei .fl_box dl:last-of-type{
        margin-bottom: 0;
    }
    #fukuri-kousei .fl_box dt{
        aspect-ratio: 2 / 1;
    }
    #fukuri-kousei .fl_box dt img{
        max-width: 40px;
    }

    #youkou .accordion dt::after{
        right: 5px;
    }
    #youkou .accordion dd{
        padding: 10px 15px 30px 15px;
    }

    #s_message .voice article{
        width: 100%;
    }
    .modal-inner dl{
        flex-direction: column;
        align-items: center;
    }
    .modal-inner dt{
        margin-right: 0;
    }
}