@charset "UTF-8";

#content_Wrap {
    margin: 0;
    padding-top: 0;
}

.main_Box {
    padding-bottom: 1px;
}

/*グラデーションエリア*/
.grd_content {
    width: 100%;
    background: #BEE1EF;
    background: linear-gradient(0deg,rgba(190, 225, 239, 1) 0%, rgba(255, 255, 255, 1) 30%, rgba(255, 255, 255, 1) 70%, rgba(190, 225, 239, 1) 100%);
    padding-top: 130px;
    position: relative;
}
.grd_content:after {
    content: "";
    position: absolute;
    left: 0;
    top: 20svh;
    width: 50%;
    height:900px;
    background: url(/recruit/img/mv_bg.png) no-repeat;
    background-size: 100%;
    background-position: center top;
    pointer-events: none;
}


/*白背景エリア*/
.wht_content ,
.wht2_content {
    width: 100%;
    background: #fff;
    position: relative;
    padding: 80px 0 1px;
}
.wht_content:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0%;
    width: 30%;
    height: 100%;
    background: url(/recruit/img/interviews_bg.png) no-repeat;
    background-size: 100%;
    background-position: 20% bottom;
    pointer-events: none;
}
.wht_content .interviewsTtl {
    position: absolute;
    right: 0;
    top: 50px;
    width: 55%;
}

/*メインビジュアル*/
.loop_slide {
    width: 100%;
	overflow: hidden;
    position: relative;
    z-index: 1;
}
.loop_slide ul {
	display: flex;
	margin: 0;
	padding: 0;
	width: max-content;
	animation: loopslide 30s linear infinite;
}
.loop_slide ul li {
	list-style: none;
	padding: 0 5px;
	width: 80vw;
    flex-shrink: 0;
}
.loop_slide img {
	display: block;
	width: 100%;
}
@keyframes loopslide {
	from {
		transform: translateX(0%);
	}
	to {
		transform: translateX(-50%);
	}
}

/*好奇心を、シゴトに*/
.curiosity_Box {
    width: 90%;
    margin: 80px auto;
}
.curiosity_Box figure {
    width: 937px;
    max-width: 50%;
    margin-right: 0;
    margin-left: auto;
}


/*共通*/
[class*="_Area"] {
    width: 1200px;
    max-width: 90%;
    margin: 80px auto;
}
.pageinLink {
    width: 100%;
    height: 1px;
    visibility: hidden;
    opacity: 0;
    pointer-events: none;
    margin-top: -100px;
    padding-top: 100px;
}
.areattl {
    margin-bottom: 40px;
}
.areattl h5 {
    padding-left: 1em;
    position: relative;
    margin-bottom: 10px;
}
.areattl h5:before {
    content: "";
    position: absolute;
    left: 0.2em;
    top: 50%;
    transform: translateY(-50%);
    width: 6px;
    height: 6px;
    background: #007090;
    border-radius: 30px;
}
.areattl h4 {
    font-size: 35px;
    margin-bottom: 30px;
}
.areattl h4 small {
    font-size: 12px;
    letter-spacing: 0;
    font-weight: normal;
}
.areattl p {
    font-size: 16px;
    line-height: 3;
}

/*私たちについて*/
.aboutus_Area {
    position: relative;
    z-index: 1;
    display: flex;
    justify-content: center;
    gap:5%;
    flex-wrap: wrap;
    align-items: flex-start;
}
.aboutus_Area figure {
    width: 682px;
    max-width: 45%;
}


/*数字で語る*/
.numbers_Area {}
.numbers_Area .numbersList {
    display: flex;
    flex-wrap: wrap;
    gap:3%;
}
.numbers_Area .numbersList li {
    width: calc((100% / 3) - 3%);
    margin-bottom: 3%
}
.numbers_Area .numbersList li figure {
    border-radius: 15px;
    overflow: hidden;
}


/*オフィス紹介*/
.office_Area {}
.office_Area .officeimg {
    width: 90%;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    gap:1%;
}
.office_Area .officeimg li:nth-child(1) {
    width: 100%;
    margin-bottom: 1%;
}
.office_Area .officeimg li:nth-child(2) {
    width: 65%;
}
.office_Area .officeimg li:nth-child(3) {
    width: 33.8%;
}
.office_Area .officeimg li figure {
}


/*従業員を支える制度・福利厚生*/
.benefits_Area {}
.benefits_Area .benefitsList {
    width: 100%;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    gap:2%;
}
.benefits_Area .benefitsList li {
    width: 49%;
    margin-bottom: 2%;
    border-radius: 20px;
    background: #fff;
    padding: 2%;
}
.benefits_Area .benefitsList li h6 {
    font-size: 28px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 15px;
}
.benefits_Area .benefitsList li h6 img {
    width: 50px;
    height: 50px;
    margin-right: 15px;
}
.benefits_Area .benefitsList li h6.baby { color: #d00012;}
.benefits_Area .benefitsList li h6.crown { color: #e58900;}
.benefits_Area .benefitsList li h6.point { color: #6ba733;}
.benefits_Area .benefitsList li h6.insurance { color: #0075b6;}

.benefits_Area .benefitsList li p {
    line-height: 2;
}


/*社員インタビュー*/
.interviews_Area {
    position: relative;
    z-index: 1;
}
.interviews_Area .interviewsList {
    width: 100%;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap:4%;
}
.interviews_Area .interviewsList li {
    width: calc((100% / 3) - 3%);
    position: relative;
    margin-bottom: 5%;
}
.interviews_Area .interviewsList li .icon {
    position: absolute;
    width: 50px;
    right: 0;
    top: 0;
    z-index: 1;
    margin: 0;
}
.interviews_Area .interviewsList li p {
    font-size: 18px;
    line-height: 1.8;
    margin-top: 10px;
}
.interviews_Area .interviewsList li figure {
    position: relative;
    border-radius: 18px;
    overflow: hidden;
}
.interviews_Area .interviewsList li figure img {
    transition: .5s;
}
.interviews_Area .interviewsList li:hover figure img {
    transform: scale(1.1);
}
.interviews_Area .interviewsList li figcaption {
    padding: 15px;
    width: 60%;
    font-size: 18px;
    line-height: 1.5;
    background: #fff;
    border-radius: 15px 0 0 0;
    position: absolute;
    right: 0;
    bottom: 0;
}
.interviews_Area .interviewsList li.modalBtn {
    cursor: pointer;
}


/*社員座談会*/
.zadan_Area {
    width: 100%;
    max-width: 100%;
    display: block;
    border-radius: 50px;
    overflow: hidden;
    padding: 80px 0;
    background: #0075b6;
    position: relative;
    z-index: 1;
}
.zadanBox {
    width: 100%;
}
.zadanBox .zadanInner {
    width: 1200px;
    max-width: 90%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
}
.zadanBox .zadanInner .zadanTxt h3 {
    font-size: 18px;
    color: #fff;
    margin-bottom: 30px;
}
.zadanBox .zadanInner .zadanTxt h4 {
    font-size: 25px;
    line-height: 1.8;
    color: #fff;
    margin-bottom: 30px;
    padding-left: 20px;
}
.zadanBox .zadanInner .zadanTxt h4 span {
    color: #fff;
    position: relative;
}
.zadanBox .zadanInner .zadanTxt h4 span:before {
    content: "";
    width: 0.5em;
    height: 100%;
    position: absolute;
    left: -20px;
    top: 0;
    background: url(/recruit/img/kanma_ue.svg) no-repeat;
    background-size: 100%;
    background-position: left top;
}
.zadanBox .zadanInner .zadanTxt h4 span:after {
    content: "";
    width: 0.5em;
    height: 100%;
    position: absolute;
    right: -20px;
    bottom: 0;
    background: url(/recruit/img/kanma_shita.svg) no-repeat;
    background-size: 100%;
    background-position: right bottom;
}
.zadanBox .zadanInner .zadanTxt p {
    line-height: 2;
    color: #fff;
}
.zadanBox .zadanInner figure {
    width: 700px;
    max-width: 90%;
    border-radius: 20px;
    overflow: hidden;
    display: block;
}
.zadanBox .zadanInner figure img {
    transition: .5s;
}
.zadan_Area:hover {
    background: #198ed0;
}
.zadan_Area:hover img {
    transform: scale(1.1);
}



/*募集職種*/
.recruiting_Area {}
.recruiting_Area .timeTtl {
    font-size: 25px;
    color: #0075b6;
    margin-bottom: 20px;
}
.readmore {
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: flex-start;
    padding-bottom: 30px;
    margin-bottom: 30px;
    border-bottom: 1px solid #b7b7b7;
}
.readmore figure {
    width: 25%;
    border-radius: 15px;
    overflow: hidden;
}
.readmore .readmore-content {
    width: 72%;
}
.readmore .readmore-content .acTtl {
    font-size: 25px;
    margin-bottom: 15px;
}
.readmore .readmore-content p {
    line-height: 1.8;
}
.readmore .readmore-btn {
    width: 160px;
    background: #0075b6;
    color: #fff;
    padding: 10px 10px 10px 15px;
    border-radius: 50px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    letter-spacing: 0.1em;
    margin-top: 15px;
}
.readmore .readmore-btn img {
    width: 18px;
    height: 18px;
}
.readmore .hide {
    opacity: 0;
    max-height: 0;
    overflow: hidden;
    transition: 
        opacity .4s ease,
        max-height .4s ease;
}
.readmore .readmore-btn.read_on + * {
}
.readmore .readmore-content.is-open .hide {
    opacity: 1;
    max-height: 500px;
}
.readmore .readmore-btn img {
  transition: transform .3s ease;
}
.readmore .readmore-btn.read_on img {
  transform: rotate(180deg);
}
.parttime {
    margin-top: 70px;
}
.parttime .readmore {
    border-bottom: none;
}



/*RECRUITING*/
.recruit_Btnbox {
    width: 100%;
    border-radius: 50px;
    background: #0075b6;
    padding: 80px 0;
    position: relative;
    z-index: 1;
    background-image: url(/recruit/img/recruit_bnr_bg.png) ;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.recruit_Btnbox .recruitInner {
    width: 1200px;
    max-width: 90%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
}
.recruit_Btnbox .recruitInner a {
    width: 300px;
    max-width: 90%;
    margin: 40px auto 0;
    background: #fff;
    border-radius: 50px;
    padding: 20px;
    color: #0075b6;
    position: relative;
}
.recruit_Btnbox .recruitInner a:after {
    content: "";
    position: absolute;
    right: 15px;
    width: 20px;
    height: 20px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
    background: url(/recruit/img/arrow.svg) no-repeat;
    transition: 0.3s;
}
.recruit_Btnbox .recruitInner a:hover {
    opacity: 0.7;
}
.recruit_Btnbox .recruitInner a:hover:after {
    right: 12px;
}


/*住所*/
.address_Box {
    width: 100%;
    background: #fff;
    padding: 80px 0;
}
.address_Box > div {
    width: fit-content;
    margin: 0 auto;
}
.address_Box > div h3 {
    line-height: 1.8;
    font-size: 20px;
    margin-bottom: 20px;
}
.address_Box > div p {
    line-height: 2;
    font-weight: normal;
}
.address_Box > div p a {
    font-weight: normal;
    border-bottom: 1px solid #b2b2b2;
}
.address_Box > div p a:hover {
    border-bottom: none;
    opacity: 0.7;
}

/*modal*/
.modal-open-button {
  text-decoration: none;
  cursor: pointer;
  border: none;
  border-radius: 5px;
}

.modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99999;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  opacity: 0;
  transition: opacity 0.5s ease; /* フェードイン・フェードアウト効果 */
  pointer-events: none; /* 非表示時にクリックを無効化 */
}

.modal.show {
  opacity: 1;
  pointer-events: auto; /* 表示時にクリックを有効化 */
}

.modal-close {
  position: fixed;
  top: 50px;
  right: 50px;
  font-size: 24px;
  color: black;
  text-decoration: none;
  cursor: pointer;
  transform: translate(50%, -50%);
    width: 50px;
    height: 50px;
    filter: drop-shadow(0px 0px 6px rgba(0, 0, 0, 0.3));
}

.modal-wrapper {
  position: relative;
  width: 80%;
    margin-right: 0;
    margin-left: auto;
    min-height: 100svh;
    max-height: 100svh;
  overflow: scroll;
  background-color: #FEFEFE;
    border-radius: 50px 0 0 50px;
    overflow-y: auto;
}

.modal-content .profileBox {
    width: 100%;
    padding-bottom: 30px;
    background: #f4f2eb;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
}

.modal-content .profileBox .profileTxt {
    width: 30%;
    margin: 0 auto;
}
.modal-content .profileBox .profileTxt .areattl {
    margin-bottom: 50px;
}
.modal-content .profileBox .profileTxt .areattl h5 {
    font-size: 14px;
}
.modal-content .profileBox .profileTxt .areattl h4 {
    font-size: 20px;
}
.modal-content .profileBox .profileTxt h3 {
    font-size: 30px;
    line-height: 2;
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #d1d1d1;
}
.modal-content .profileBox .profileTxt p {
    line-height: 1.8;
}
.modal-content .profileBox > figure {
    width: 60%;
    max-width: 700px;
    border-radius: 0 0 0 40px;
    overflow: hidden;
}

.modal-content .qandaBox {
    width: 90%;
    padding: 50px 0;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: flex-start;
    gap:3%;
}
.modal-content .qandaBox figure {
    width: 30%;
    border-radius: 15px;
    overflow: hidden;
}
.modal-content .qandaBox .qandaList {
    width: 67%;
}
.modal-content .qandaBox .qandaList li {
    width: 100%;
    margin-bottom: 50px;
}
.modal-content .qandaBox .qandaList li h6 {
    color: #0075b6;
    font-size: 23px;
    line-height: 1.5;
    margin-bottom: 15px;
}
.modal-content .qandaBox .qandaList li p {
    line-height: 2;
}




/* ================================================
1250px以下
================================================== */
@media only screen and (max-width:1250px) {
}
/* ================================================
SP以下
================================================== */
@media only screen and (max-width:768px) {
    
    .grd_content {
        padding-top: 100px;
    }
    .grd_content:after {
         width: 80%;
    }
    
    /*メインビジュアル*/
    .loop_slide ul li {
        width: 130vw;
    }
    .loop_slide ul {
        animation: loopslide 20s linear infinite;
    }
    .curiosity_Box figure {
        max-width: 80%;
    }
    
    
    /*共通*/
    [class*="_Area"] {
        margin: 40px auto;
    }
    .wht_content, .wht2_content {
        padding: 40px 0 1px;
    }
    .areattl h5 {
        font-size: 14px;
    }
    .areattl h4 {
        font-size: 30px;
    }
    .areattl p {
        font-size: 14px;
        line-height: 2.2;
    }
    .aboutus_Area figure {
        max-width: 80%;
    }
    .pageinLink {
        margin-top: -75px;
        padding-top: 75px;
    }
    
    
    /*数字で語る*/
    .numbers_Area .numbersList li {
        width: 100%;
    }
    
    
    /*福利厚生*/
    .benefits_Area .benefitsList li {
        width: 100%;
        padding: 5%;
        margin-bottom: 20px;
    }
    .benefits_Area .benefitsList li h6 img {
        width: 40px;
        height: 40px;
    }
    .benefits_Area .benefitsList li h6 {
        font-size: 22px;
    }
    .benefits_Area .benefitsList li p {
        line-height: 2;
        font-size: 14px;
    }
    
    
    
    /*インタビュー*/
    .wht_content .interviewsTtl {
        width: 80%;
    }
    .interviews_Area .interviewsList li {
        width: 80%;
        margin-bottom: 40px;
    }
    .interviews_Area .interviewsList li:nth-child(even) {
        margin-right: auto;
        margin-left: 0;
    }
    .interviews_Area .interviewsList li:nth-child(odd) {
        margin-right: 0;
        margin-left: auto;
    }
    .interviews_Area .interviewsList li p {
        font-size: 16px;
    }
    .interviews_Area .interviewsList li figcaption {
        width: 75%;
        font-size: 16px;
    }
    .interviews_Area .interviewsList li .icon {
        width: 40px;
    }
    
    
    
    /*modal*/
    .modal-close {
        top: 40px;
        right: 40px;
        width: 40px;
        height: 40px;
    }
    .modal-wrapper {
        width: 90%;
    }
    .modal-content .profileBox {
        padding-bottom: 0;
    }
    .modal-content .profileBox .profileTxt {
        order: 2;
        width: 90%;
        padding: 30px 0;
    }
    .modal-content .profileBox > figure {
        order: 1;
        width: 100%;
        border-radius: 0;
    }
    .modal-content .profileBox .profileTxt .areattl {
        margin-bottom: 20px;
    }
    .modal-content .profileBox .profileTxt .areattl h5 {
        font-size: 13px;
        margin-bottom: 5px;
    }
    .modal-content .profileBox .profileTxt .areattl h4 {
        font-size: 18px;
        margin-bottom: 20px;
    }
    .modal-content .profileBox .profileTxt h3 {
        font-size: 20px;
        line-height: 2;
    }
    .modal-content .qandaBox {
        padding: 30px 0 50px;
    }
    .modal-content .qandaBox figure {
        width: 100%;
        margin-bottom: 20px;
    }
    .modal-content .qandaBox .qandaList {
        width: 100%;
    }
    .modal-content .qandaBox .qandaList li h6 {
        font-size: 20px;
        text-indent: -2.3em;
        padding-left: 2.3em;
    }
    .modal-content .qandaBox .qandaList li p {
        font-size: 14px;
    }
    
    
    /*社員座談会*/
    .zadan_Area {
        padding: 40px 0;
    }
    .zadanBox {
    }
    .zadanBox .zadanInner figure {
        max-width: 100%;
        margin-top: 20px;
    }
    .wht_content:after {
        bottom: 20%;
    }
    
    
    /*募集職種*/
    .readmore figure {
        width: 100%;
        margin-bottom: 20px;
    }
    .readmore .readmore-content {
        width: 100%;
    }
    
    
    /*リクルーティング*/
    .recruit_Btnbox {
        padding: 50px 0;
    }
    
    
    /*お問い合わせ*/
    .address_Box {
        padding: 50px 0;
        width: 90%;
        margin: 0 auto;
    }
    .address_Box > div h3 {
        font-size: 16px;
    }
    .address_Box > div p {
        font-size: 14px;
    }
    
    
}
