@charset "UTF-8";

.job .h1-box {
   background-image: url("../img/job_img/job-header_pc.png")
}

.job .section01 {
   padding: 0 0 80px;
}
.job-map {
   position: relative;
}
.job-map .bg-box {
   position: relative;
}
.job-map .inside-links {
   position: absolute;
   z-index: 2;
   display: flex;
   flex-wrap: wrap;
   justify-content: space-between;
   width: 90%;
   left: 5%;
   top: 9.5%;
}
.job-map .inside-links li {
   width: 30%;
   position: relative;
}
.job .intro-txt {
   width: 90%;
   margin: 20px auto;
}
.job-section {
   width: 100%;
   background-repeat: no-repeat;
   background-size: 100% auto;
}
.job01 {
   background-image: url("../img/job_img/job01-main_pc.jpg");
}
.job02 {
   background-image: url("../img/job_img/job02-main_pc.jpg");
}
.job03 {
   background-image: url("../img/job_img/job03-main_pc.jpg");
}
.job-section h4 {
   text-align: center;
   font-size: 30px;
   color: #FFF;
   font-family: 'Noto Serif JP', serif;
   padding: 10% 0 0;
   letter-spacing: .2em;
}
.job-section .content-box {
   background: #FFF;
   margin: 80px auto;
}
.job-section .section-intro {
   width: 86%;
   margin: 0 auto;
   box-sizing: border-box;
   padding: 60px 0;
}
.job-section .section-intro .ttl {
   text-align: center;
   color: #006CB6;
   font-family: 'Noto Serif JP', serif;
   font-size: 20px;
   margin-bottom: 10px;
}
.job-lists {
   display: flex;
   flex-wrap: wrap;
   justify-content: center;
   margin: 0 auto;
}
.job02 .job-lists {
   width: 66.66%;
}
.job-lists li {
   width: 29.33%;
   margin: 0 2% 30px;
   border-radius: 20px;
   border: solid 5px #BAD5E8;
   background: #F7FBFC;
   box-sizing: border-box;
   padding: 30px 20px 15px;
}
.job02 .job-lists li {
   width: 46%;
}
.job-lists li h5 {
   text-align: center;
   font-size: 18px;
   color: #006CB6;
   font-weight: 500;
   line-height: 1.2em;
   min-height: 2em;
}
.job-lists li h5 span {
   font-size: 14px;
   display: block;
}
.job-lists li .icon-box {
   width: 130px;
   margin: 0 auto 5px;
}
.job-lists li p {
   font-size: 13px;
}
.job-photos {
   margin: 30px auto 60px;
}
.job-photos li {
   width: 49.4%;
}
.job-related-links {
   width: 100%;
   margin: 0 auto;
   display: flex;
   flex-wrap: wrap;
   justify-content: center;
}
.job-related-links li {
   display: flex;
   flex-wrap: wrap;
   justify-content: space-between;
   background: #EDF6F8;
   position: relative;
   left: 0;
   width: 47%;
   margin: 0 1.5% 0;
   height: 70px;
   transition: all .5s;
}
.job-related-links li:hover {
   left: 10px;
}
.job-related-links li .img-box {
   width: 22%;
}
.job-related-links li .img-box img {
   object-fit: cover;
   height: 70px;
}
.job-related-links li .txt-box {
   width: 78%;
}
.job-related-links li .txt-box p {
   font-size: 15px;
   font-family: 'Noto Serif JP', serif;
   line-height: 70px;
   background: #EDF6F8;
   display: inline-block;
   position: relative;
   box-sizing: border-box;
   padding: 0 10px 0 20px;
}
.job-related-links li:before {
   width: 60%;
   height: 1px;
   background: #2C6CB0;
   top: 50%;
   right: 20px;
}
.job-related-links li:after {
   width: 20px;
   height: 20px;
   background-image: url("../img/common_img/btn_icon01.svg");
   top: calc(50% - 9px);
   right: 10px;
}
.to-jobtop {
   display: inline-block;
   position: relative;
   left: 50%;
   transform: translateX(-50%);
   margin: 30px 0;
   cursor: pointer;
   font-family: 'Noto Serif JP', serif;
   padding-right: 15px;
}
.to-jobtop:before {
   width: 12px;
   height: 12px;
   background-image: url("../img/common_img/blur-arrow.svg");
   right: 0;
   top: calc(50% - 6px);
}
@media screen and (max-width: 1023px) {
}


@media screen and (max-width: 767px) {
.job .h1-box {
   background-image: url("../img/job_img/job-header_sp.png")
}
.job .section01 {
   padding: 0 0 80px;
}
.job-map {
   position: relative;
   width: 100%;
   margin: 0 auto;
}
.job-map:before {
   width: 29%;
   height: 0;
   padding: 0 0 146%;
   background-image: url("../img/job_img/job-main-top_sp1.png");
   top: 22%;
   right: 0;
   z-index: 3;
}
.job-map:after{
   width: 29%;
   height: 0;
   padding: 0 0 73%;
   background-image: url("../img/job_img/job-main-top_sp2.png");
   top: 53%;
   left: 0;
   z-index: 3;
}
.job-map .bg-box {
   position: relative;
}
.job-map .inside-links {
   position: absolute;
   z-index: 2;
   width: 66%;
   left: 17%;
   top: 11%;
}
.job-map .inside-links li {
   width: 100%;
   position: relative;
}
.job-map .inside-links li:nth-child(2) {
   order: 3;
}
.job-map .inside-links li:nth-child(3) {
   order: 2;
}
.job .intro-txt {
   width: 90%;
   margin: 20px auto;
}
.job-section {
   width: 100%;
   background-repeat: no-repeat;
   background-size: 100% auto;
}
.job01 {
   background-image: url("../img/job_img/job01-main_sp.jpg");
}
.job02 {
   background-image: url("../img/job_img/job02-main_sp.jpg");
}
.job03 {
   background-image: url("../img/job_img/job03-main_sp.jpg");
}
.job-section h4 {
   text-align: center;
   font-size: 22px;
   color: #FFF;
   font-family: 'Noto Serif JP', serif;
   padding: 20% 0 0;
   letter-spacing: .2em;
}
.job-section .content-box {
   background: #FFF;
   margin: 30px auto;
}
.job-section .section-intro {
   width: 90%;
   margin: 0 auto;
   box-sizing: border-box;
   padding: 40px 0;
}
.job-section .section-intro .ttl {
   text-align: center;
   color: #006CB6;
   font-family: 'Noto Serif JP', serif;
   font-size: 16px;
   margin-bottom: 10px;
}
.job-lists {
   display: flex;
   flex-wrap: wrap;
   justify-content: center;
   margin: 0 auto;
}
.job02 .job-lists {
   width: 100%;
}
.job-lists li {
   width: 100%;
   margin: 0 0% 20px;
   border-radius: 20px;
   border: solid 5px #BAD5E8;
   background: #F7FBFC;
   box-sizing: border-box;
   padding: 30px 20px 15px;
}
.job02 .job-lists li {
   width: 100%;
}
.job-lists li h5 {
   text-align: center;
   font-size: 16px;
   color: #006CB6;
   font-weight: 500;
   line-height: 1.2em;
   min-height: 2em;
}
.job-lists li h5 span {
   font-size: 13px;
   display: block;
}
.job-lists li .icon-box {
   width: 110px;
   margin: 0 auto 5px;
}
.job-lists li p {
   font-size: 12px;
}
.job-photos {
   margin: 20px auto 20px;
}
.job-photos li {
   width: 100%;
   margin-bottom: 5px;
}
.job-related-links {
   width: 100%;
   margin: 0 auto;
   display: flex;
   flex-wrap: wrap;
   justify-content: center;
}
.job-related-links li {
   display: flex;
   flex-wrap: wrap;
   justify-content: space-between;
   background: #EDF6F8;
   position: relative;
   left: 0;
   width: 100%;
   margin: 0 0 10px;
   height: 70px;
   transition: all .5s;
}
.job-related-links li:hover {
   left: 0;
}
.job-related-links li .img-box {
   width: 22%;
}
.job-related-links li .img-box img {
   object-fit: cover;
   height: 70px;
}
.job-related-links li .txt-box {
   width: 78%;
}
.job-related-links li .txt-box p {
   font-size: 13px;
   font-family: 'Noto Serif JP', serif;
   line-height: 70px;
   background: #EDF6F8;
   display: inline-block;
   position: relative;
   box-sizing: border-box;
   padding: 0 10px 0 20px;
}
.job-related-links li:before {
   display: none;
}
.job-related-links li:after {
   width: 20px;
   height: 20px;
   background-image: url("../img/common_img/btn_icon01.svg");
   top: calc(50% - 9px);
   right: -10px;
}
.to-jobtop {
   display: inline-block;
   position: relative;
   left: 50%;
   transform: translateX(-50%);
   margin: 30px 0;
   cursor: pointer;
   font-family: 'Noto Serif JP', serif;
   padding-right: 15px;
   font-size: 13px;
}
.to-jobtop:before {
   width: 12px;
   height: 12px;
   background-image: url("../img/common_img/blur-arrow.svg");
   right: 0;
   top: calc(50% - 6px);
}
}





.interview-links-shared {
   width: 100%;
   background: url("../img/interview_img/int-btm-menu-bg.png") no-repeat center bottom;
   background-size: auto 200px;
   position: relative;
   height: 320px;
}

@media screen and (max-width: 767px) {
.interview-links-shared {
   width: 100%;
   background: url("../img/interview_img/int-btm-menu-bg.png") no-repeat center bottom;
   background-size: auto 200px;
   position: relative;
   height: 220px;
}
}
.interview-links-shared ul {
   width: 100%;
   max-width: 1000px;
   position: absolute;
   bottom: 0;
   left: 50%;
   transform: translateX(-50%);
   display: flex;
   flex-wrap: wrap;
   justify-content: space-between;
}
.interview-links-shared ul li {
   width: 24%;
   height: 300px;
   background-repeat: no-repeat;
   background-position: center bottom;
   background-size: 100% auto;
   margin-bottom: 0;
   position: relative;
   transform-origin: center bottom;
   transition: all .5s;
}
.interview-links-shared ul li .interview-btn {
   width: 170px;
   height: 60px;
   background: #EDF6F8;
   position: absolute;
   bottom: 50px;
   left: calc(50% - 85px);
   box-sizing: border-box;
   padding: 10px 0 0 15px;
   opacity: 0;
   transition: all .5s;
}
@keyframes zoonIn {
  0% {
    opacity: 0;
    transform: scale(0.98);
  }
  100% {
    opacity: 1;
    transform: scale(1.02);
  }
}

.interview-links-shared ul li .interview-btn:before {
   width: 30px;
   height: 30px;
   right: -15px;
   top: calc(50% - 15px);
   background-image: url("../img/common_img/arrow-btn.svg");
}
.interview-links-shared ul li .interview-btn p {
   font-size: 16px;
   font-family: 'Noto Serif JP', serif;
   color: #2C6CB0;
   line-height: 1.4em;
}
.interview-links-shared ul li .interview-btn p span {
   display: block;
   font-size: 13px;
   color: #000;
}
.interview-links-shared ul li:nth-child(1) {
   background-image: url("../img/common_img/interview-btn01-off.png");
}
.interview-links-shared ul li:nth-child(2) {
   background-image: url("../img/common_img/interview-btn02-off.png");
}
.interview-links-shared ul li:nth-child(3) {
   background-image: url("../img/common_img/interview-btn03-off.png");
}
.interview-links-shared ul li:nth-child(4) {
   background-image: url("../img/common_img/interview-btn04-off.png");
}

@media (hover: hover) and (pointer: fine) {
.interview-links-shared ul li:hover {
   animation: zoonIn .5s forwards;
}
.interview-links-shared ul li:hover .interview-btn {
   opacity: 1;
}
.interview-links-shared ul li:nth-child(1):hover {
   background-image: url("../img/common_img/interview-btn01-on.png");
}
.interview-links-shared ul li:nth-child(2):hover {
   background-image: url("../img/common_img/interview-btn02-on.png");
}
.interview-links-shared ul li:nth-child(3):hover {
   background-image: url("../img/common_img/interview-btn03-on.png");
}
.interview-links-shared ul li:nth-child(4):hover {
   background-image: url("../img/common_img/interview-btn04-on.png");
}
}

.sp-interview-links {
   width: 100%;
   position: relative;
   background: url("../img/interview_img/int-btm-menu-bg_sp.svg") no-repeat center 100px;
   background-size: cover;
   padding: 30px 0;
}
.slider3 {
   width: 700px;
   left: 50%;
   transform: translateX(-50%);
}
.slider3 .swiper-slide {
   position: relative;
}
.swiper-button-prev3, .swiper-button-next3 {
  content: "";
  width: 30px;
  height: 30px;
  z-index: 10;
  cursor: pointer;
  position: absolute;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
}
.swiper-button-prev3 {
  top: calc(50% - 30px);
  left: calc(50% - 130px);
  background-image: url("../img/interview_img/slide-prev.svg");
}
.swiper-button-next3 {  
  top: calc(50% - 30px);
  left: calc(50% + 100px);
  background-image: url("../img/interview_img/slide-next.svg"); 
}
