@charset "utf-8";

.ttl02{
    padding-bottom: 60px;
    font-size: 42px;
    font-weight: 900;
}
.ttl02 span{
   font-family: "M PLUS Rounded 1c", sans-serif;
    font-weight: 800;
    font-size: 64px;
    line-height: 84px;
    color: #fff;
    -webkit-text-stroke: 1.5px #000;
    padding-right: 10px;
}
@media screen and (max-width: 768px) {
    .ttl02{
        font-size: 26px;
        padding-bottom: 35px;
    }
    .ttl02 span{
        font-size: 40px;
        line-height: 1;
    }
}
.keyVisual_content{
    position: relative;
    margin-bottom: 260px;
    overflow: initial;
}
.keyVisual_content::before{
    display: none;
}
.worksAbout{
    position: absolute;
    top: 190px;
    right: 0;
    left: 0;
    margin-inline: auto;
    padding: 20px;
    border-radius: 10px;
    border: 1px solid #000;
}
.worksAbout_content{
	display: flex;
    gap: 20px;
    height: 400px;
}
.worksAbout_titles{
    background-color: #fff;
    border: 1px solid #000;
    border-radius: 10px;
    width: calc(100% * (502 / 1358));
    padding: 80px 48px;

}
.worksAbout_titles > h1 {
	text-align: left;
    font-size: 54px;
    font-weight: 800;
    line-height: 70px;
    color: #fff;
    -webkit-text-stroke: 1.5px #000;
    width: 500px;
}
.worksAbout_titles > h1 span{
    display: block;
    position: relative;
    z-index: 1;
    font-size: 64px;
}
.worksAbout_titles > p{
    font-size: 26px;
    font-weight: 500;
    text-align: left;
    margin-top: 29px;
}
.worksAbout_cate{
    position: absolute;
    left: -1px;
    top: -70px;
    padding: 30px 40px 15px;
    border: 1px solid #000;
    border-bottom: none;
    border-radius: 10px;
    font-size: 24px;
    font-weight: 500;
}
.worksAbout_cate::after{
    content: "";
    position: absolute;
    left: 0;
    top: 69px;
    width: 101%;
    height: 20px;
}
.worksAbout_image{
    width: 100%;
    height: 100%;
    border-radius: 10px;
    border: 1px solid #000;
    overflow: hidden;
}
@media screen and (max-width: 1200px) {
    .worksAbout_titles{
        min-width: 345px;
        padding: 40px 30px;
    }
    .worksAbout_titles > h1 span{
        font-size: 54px;
    }

}
@media screen and (max-width: 768px) {
    .keyVisual_content{
        height: 376px;
        margin-bottom: 490px;
    }
    .worksAbout {
        top: 165px;
        padding: 8px;
        border-radius: 5px;
    }
    .worksAbout_content{
        height: auto;
        flex-direction: column;
        gap: 7px;
    }
    .worksAbout_titles{
        min-width: 100%;
        width: 100%;
        border-radius: 5px;
        padding: 35px 19px 40px;
    }
    .worksAbout_titles > h1{
        width: 100%;
        -webkit-text-stroke: 1px #000;
    }
    .worksAbout_titles > h1 span{
        font-size: 35px;
        line-height: 1;
    }
    .worksAbout_titles > p{
        margin-top: 20px;
        font-size: 16px;
    }
    .worksAbout_cate{
        font-size: 15px;
        padding: 12px 15px 5px;
        top: -34px;
        border-radius: 5px;
    }
    .worksAbout_cate::after{
        top: 33px;
        height: 8px;
    }
    .worksAbout_image{
        width: 100%;
        height: auto;
        max-height: 500px;
        aspect-ratio: 1 / 1;
         object-fit: cover;
         border-radius: 5px;
    }
}
@media screen and (max-width: 555px) {
    .worksAbout_image {
        max-height:500px;
    }
    .keyVisual_content{
        margin-bottom: 85.29vw;
    }
}

.ntroductio_flex{
    display: flex;
    /* align-items: center; */
    border-inline: 1px solid #000;
}
.introduction_image{
    border-right: 1px solid #000;
    display: flex;
}
.introduction_image img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.introduction_text{
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-direction: column;
    gap: 40px;
    padding-left: 60px;
    padding-block: 20px;
    padding-right: 30px;
    width: 50%;
}
.introduction_text p {
    font-size: 18px;
    text-align: left;
}
/* .introduction_text p + p{
    margin-top: 40px;
} */

@media screen and (max-width: 768px) {
    .ntroductio_flex{
        flex-direction: column;
        align-items: flex-start;
        gap: 30px;
    }
    .introduction_image{
        margin-inline: auto;
        border-inline: none;
        border-bottom: 1px solid #000;
		width: 100%;
    }
	.introduction_image figure{
		width: 100%;
	}
    .introduction_text{
        padding: 0 20px 30px;
        gap: 30px;
		width: 100%;
    }
    .introduction_text p{
        font-size: 13px;
    }
}



.job{
    background-color: #ffe66b;
    border-top: 1px solid #000;
}
    .job > .content{
		padding-top: 65px;
		padding-bottom: 40px;
		border-right: solid 1px #000;
		border-left: solid 1px #000;
    }

.job .ttl02{
    padding-bottom: 49px;
}
.job .content{
    position: relative;
}
.job_slider{
    max-width: 900px;
    margin-inline: auto;
	padding: 0 10px;
}
.job_slider .item_inner{
    display: flex;
    gap: 40px;
    align-items: flex-start;
    padding-inline: 20px;
}

.job_slider .item figure{
    max-width: 390px;
    aspect-ratio: 1 / 1;
	width: 100%;
    border-radius: 10px;
	overflow: hidden;
	flex-shrink: 0;
}

.job_slider .item img{
    width: 100%;
    object-fit: cover;
}
.job_slider .item .item_text{
    text-align: left;
	padding-top: 34px;
}
.job_slider .item .item_text h3{
    font-size: 34px;
    line-height: 1.235;
}
.job_slider .item .item_text p{
    font-size: 18px;
    margin-top: 19px;
}

.slider-control {
    position: absolute;
    right: 60px;
    bottom: 110px;
    width: 40px;
    background-color: #fff;
    padding: 20px 0;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 20px;
    border-radius: 25px;
}
.slider-control button {
    color: #ffe66b;
    background-color: #000;
    border: none;
    cursor: pointer;
    border-radius: 25px;
    font-size: 14px;
    width: 24px;
    height: 24px;
}
#togglePlay.pause {
  background: #000;
  color: #ffe66b;
}
.slider-control .prev-btn {
     order: 1;
     background-color: #fff;
     color: #000;
}
.slider-control .slick-dots {
     order: 2;
     flex-direction: column;
}
.slider-control .next-btn {
     order: 3;
     background-color: #fff;
     color: #000;
}
.slider-control #togglePlay {
    order: 4;
    position: absolute;
    bottom: -30px;
}
.slider-control #togglePlay i{
    padding: 0;
    font-size: 12px;
}
.prev-btn::before,
.next-btn::before {
    display: block;
    content: '\f060';
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    font-size: 16px;
}
.prev-btn::before{
    transform: rotate(90deg);
}
.next-btn::before{
    transform: rotate(270deg);
}
.slick-dots{
    align-items: center;
}
.slick-dots li{
    width: 12px !important;
    height: 12px !important;
    display: flex !important;
    justify-content: center;
    align-items: center;
}
.slick-dots li.slick-active button{
    background: url("../img/icon_dots_active.png") no-repeat center center/contain ;
    width: 12px !important;
    height: 12px !important;
    border-radius: 50%;
    border: 1px solid #00aeef !important;
}
.slick-dots li button{
    width: 10px;
    height: 10px;
    background-color: #000;
}
@media screen and (max-width: 1050px) {
    .slider-control{
        position: relative;
        top: 0;
        right: 0;
        bottom: 0;
        flex-direction: row;
        width: fit-content;
        height: 35px;
        padding: 0 10px;
        margin-inline: auto;
        gap: 12px;
    }
    .slider-control .slick-dots{
        flex-direction: row;
        order: 2;
        margin: 0;
    }
    .prev-btn::before{
        transform: rotate(0);
    }
    .next-btn::before{
        transform: rotate(180deg);
    }
    .slider-control #togglePlay{
        top: 0;
        bottom: 0;
        right: -35px;
        margin: auto;
        font-size: 12px;
    }
}
@media screen and (max-width: 768px) {
    .job > .content{
        padding-top: 50px;
        padding-bottom: 45px;
    }
    .job .ttl02{
        padding-bottom: 30px;
    }

	.job_slider{
		padding: 0;
	}

    .job_slider .item_inner{
        flex-direction: column;
        gap: 30px;
    }
    .job_slider .item figure{
		max-width: 280px;
        border-radius: 5px;
		margin: 0 auto;
    }

	.job_slider .item .item_text{
		padding-top: 0;
	}
    .job_slider .item .item_text h3{
        font-size: 19px;
    }
    .job_slider .item .item_text p{
        margin-top: 20px;
        font-size: 15px;
        line-height: 23px;
    }
}

.schedule{
    border-top: 1px solid #000;
    background-color: #dac4f5;
}
	.schedule > .content{
		border-right: solid 1px #000;
		border-left: solid 1px #000;
		padding-top: 71px;
		padding-bottom: 64px;
	}

.schedule .schedule_img{
    /* width: 100%; */
    height: auto;
    margin-inline: auto;
}

@media screen and (max-width: 768px) {
    .schedule > .content{
        padding-top: 50px;
        padding-bottom: 50px;
	}
    .schedule .schedule_img{
        max-width: 601px;
        width: 100%;
        padding-inline: 20px;

    }
}


.interview{
    background-color: #fad2a5;
}
.interviewTop{
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
}
.interviewTop_flex{
    display: flex;
    justify-content: center;
    align-items: flex-end;
    border-left: 1px solid #000;
}
.interviewTop_title{
    flex: 1;
}
.interviewTop_title .ttl02{
    text-align: left;
    padding-left: 57px;
}
.interviewTop_title .text_img{
    margin-left: auto;
    margin-right: 80px;
    margin-bottom: 40px;
}
.interviewTop_title .time{
    font-size: 18px;
    text-align: right;
    padding-right: 40px;
    padding-bottom: 31px;
}
.interviewTop_title .time span{
    font-size: 28px;
    font-weight: 900;
    padding-left: 18px;
}
.interviewTop_image{
    flex: 1;
}
.interviewTop_image img{
    width: 700px;
    height: auto;
    aspect-ratio: 70 / 46;
    object-fit: cover;
    border-inline: 1px solid #000;
}
@media screen and (max-width: 1100px) {
    .interviewTop_title{
        padding-top: 50px;
        width: 100%;
        border-right: none;
        border-inline: 1px solid #000;
        padding-inline: 20px;
        padding-bottom: 20px;
    }
    .interviewTop_flex{
        display: block;
		border: none;
    }
    .interviewTop_title .ttl02{
        text-align: center;
        padding-left: 0;
    }
    .interviewTop_title .text_img{
        width: 193px;
        margin-right: auto;
        margin-left: auto;
    }
    .interviewTop_title .time{
        padding-right: 0;
        padding-bottom: 0;
    }
    .interviewTop_image figure{
        border-top: 1px solid #000;
    }
    .interviewTop_image img{
        margin-inline: auto;
        border-inline: none;
    }
    .interviewTop_image{
        border-inline: 1px solid #000;
    }
}



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

/*各部業務紹介

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


.section{
    border-top: 1px solid #000;
    background-color: #66ccc5;
    padding-top: 50px;
    padding-bottom: 35px;
}
.section_slide{
    max-width: 1920px;
    width: 100%;
    margin: 0 auto;
}
.section_cards li{
    padding: 0 40px;
}

.section_cards li img{
    width: 100%;
}

.section .slick-dots li.slick-active button{
    width: 10px !important;
    height: 10px !important;
    background: none !important;
    background-color: #000 !important;
    border: none !important;
}
.section .slick-dots li button{
    background-color: inherit !important;
}

/* 矢印アイコンの設定 */
.section-prev::before {
    content: '\f060';
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    color: #fff;
}
.section-next::before {
    content: '\f061';
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    color: #fff;
}


@media screen and (max-width: 1024px) {
    .section_cards li{
        padding: 0 20px;
    }
}

@media screen and (max-width: 768px) {
    .section{
        padding-bottom: 30px;
    }
    .section_cards li{
        padding: 0 15px;
    }
    .section .slick-dotted.slick-slider{
        margin: 0;
    }
    .section .slick-controls{
        margin-top: 37px;
        margin-bottom: 0;
    }
}