@charset "UTF-8";
/* CSS Document */
.main_empowerment {
  background-image: url("../img/women_main_pc.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 700px;
  margin-top: 106px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.main_empowerment .main_inner h1 {
  font-family: 'Noto Serif JP', serif;
  color: #fff;
  font-size: 40px;
  letter-spacing: 5px;
  text-shadow: 0px 0px 10px rgba(16, 42, 96, 0.5);
}
.main_empowerment .main_inner h1 span {
  font-family: 'Noto Serif JP', serif;
  color: #fff;
  font-size: 26px;
}
.em-mainhead {
  font-family: 'Noto Serif JP', serif;
  font-weight: 600;
  font-size: 28px;
  color: #1B5092;
  text-align: center;
  margin: 95px auto 60px;
}
.em-mainhead .brsp {
  display: none;
}
.em-mainread {
  font-size: 16px;
  color: #000;
  line-height: 3;
  text-align: center;
  margin-bottom: 60px;
}
.em-mainread .brsp {
  display: none;
}
.em-career {
  background-color: #E8EDF4;
  padding: 90px 20px;
}
.em-head {
  font-family: 'Noto Serif JP', serif;
  font-weight: 600;
  font-size: 28px;
  margin-bottom: 35px;
  text-align: center;
}
.em-read {
  font-size: 15px;
  color: #000;
  line-height: 2.3;
  text-align: center;
  margin-bottom: 60px;
}
.em-read .brsp {
  display: none;
}
.career-slider-area {
  position: relative;
}
.career-slider {
  position: relative;
  max-width: 1035px;
  margin: 0px auto;
  overflow: hidden;
}
.career-slider .cs-box {
  box-sizing: border-box;
  position: relative;
  background-color: #fff;
  box-shadow: 0px 3px 6px 0px rgba(16, 42, 96, 0.3);
  padding: 24px 55px 40px;
  width: 100%;
  margin: 0px 80px 20px;
}
.career-slider .cs-box h3 {
  position: absolute;
  top: 28px;
  left: -20px;
  z-index: 2;
  display: inline-block;
  font-family: 'Noto Serif JP', serif;
  font-weight: 600;
  font-size: 22px;
  color: #fff;
  background-color: #1B5092;
  text-align: center;
  width: 180px;
  padding: 5px;
}
.em-career {
  position: relative;
}
.career_nav {
  max-width: 1035px;
  margin: auto;
  position: absolute;
  top: 45%;
  left: 0;
  right: 0;
  width: 100%;
  pointer-events: none;
  transform: translateY(-50%);
}
.career_prev, .career_next {
  pointer-events: auto;
  position: absolute;
  width: 58px;
  height: 58px;
  border: 1px solid #1B5092;
  border-radius: 50%;
  background: #fff;
  font-size: 0;
  cursor: pointer;
}
.career_prev {
  left: 44px;
}
.career_next {
  right: 44px;
}
.career_prev::before, .career_next::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 14px;
  height: 14px;
  border-top: 2px solid #1B5092;
  border-right: 2px solid #1B5092;
}
.career_prev::before {
  transform: translate(-35%, -50%) rotate(-135deg);
}
.career_next::before {
  transform: translate(-65%, -50%) rotate(45deg);
}
.career_dots .slick-dots {
  display: flex !important;
  justify-content: center;
  gap: 14px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.career_dots .slick-dots li button {
  width: 12px;
  height: 12px;
  border: none;
  border-radius: 50%;
  background: #fff;
  font-size: 0;
  padding: 0;
}
.career_dots .slick-dots li.slick-active button {
  background: #1B5092;
}
.cs-box .career-article {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 75px;
}
.career-article .person-img {
  width: 27%;
  text-align: center;
}
.career-article .person-img img {
  width: 100%;
  height: auto;
}
.career-article .person-img p, .career-article .person-img span {
  font-family: 'Noto Serif JP', serif;
  font-size: 15px;
  line-height: 1.8;
  margin-top: 15px;
}
.career-article .person-text {
  width: 67%;
  font-size: 15px;
  line-height: 2.1;
}
.cs-box .step-img {
  margin-top: 25px;
}
.cs-box .step-img img {
  width: 100%;
  height: auto;
}
.cs-box .step-box {
  display: none;
}
.em-benefits {
  background-color: #F7F7F7;
  padding: 90px 20px 60px;
}
.bf-area {
  max-width: 995px;
  margin: 0px auto 70px;
}
.bf-area.last {
  margin: 0px auto 20px;
}
.bf-mainhead {
  font-family: 'Noto Serif JP', serif;
  font-size: 30px;
  font-weight: 500;
  text-align: center;
  margin-bottom: 35px;
}
.bf-area .bf-list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.bf-list .bf-box {
  width: 30%;
  background-color: #fff;
  padding: 18px 28px 25px;
}
.bf-box h4 {
  font-family: 'Noto Serif JP', serif;
  font-size: 18px;
  font-weight: 600;
  color: #fff;
  text-align: center;
  padding: 6px 0px;
  background-color: #1B5092;
}
.bf-box .bf-img {
  display: block;
  width: 100px;
  margin: 40px auto 30px;
}
.bf-img img {
  width: 100%;
  height: auto;
}
.bf-box .bf-text {
  font-size: 15px;
  line-height: 2.1;
}
.bf-box .figure {
  font-family: 'Noto Serif JP', serif;
  font-size: 75px;
  text-align: center;
}
.bf-box .figure .small {
  font-size: 30px;
}
.figure + .bf-img {
  margin: 0px auto 30px;
}
.note {
  max-width: 995px;
  margin: 0px auto;
  text-align: right;
}
.em-banner-area {
  max-width: 1065px;
  background: #e8edf4;
  padding: 15px 15px 70px;
  margin: 60px auto;
  position: relative;
}
.em-banner-area::before {
  position: absolute;
  top: 15px;
  right: -15px;
  content: "";
  width: 100%;
  height: 100%;
  border: 1px solid #163C87;
}
.em-banner-area .banner-head {
  font-family: 'Noto Serif JP', serif;
  font-size: 28px;
  text-align: center;
  margin: 70px 0px 30px;
  ;
}
.em-banner-area .banner-text {
  font-size: 15px;
  text-align: center;
  line-height: 2.1;
}
.em-banner-area .banner-text .brsp{
	display: none;
}
.em-interview-area .banner-head {
  font-family: 'Noto Serif JP', serif;
  font-size: 28px;
  text-align: center;
  margin: 100px 0px 30px;
  ;
}
.em-interview-area .banner-text {
  font-size: 15px;
  text-align: center;
  line-height: 2.1;
}
.em-interview-area .i-list {
  display: flex;
  justify-content: space-between;
	flex-wrap: wrap;
  max-width: 735px;
  margin: 45px auto 80px;
}
.i-list .i-item {
  width: 28%;
  text-align: center;
}
.i-list .i-item p {
  font-family: 'Noto Serif JP', serif;
  font-size: 15px;
  font-weight: 400;
  margin-top: 10px;
}
.i-list .i-item img {
  width: 100%;
  height: auto;
}
@media only screen and (max-width: 1120px) {
  .em-banner-area {
    margin: 60px 20px;
  }
  .nextcontent_img {
    margin: 50px 20px 0px 40px;
  }
}
@media only screen and (max-width: 915px) {
  .main_empowerment {
    background-position: center;
  }
  .bf-list .bf-box {
    width: 31%;
  }
  .bf-box .figure {
    font-size: 65px;
  }
}
@media only screen and (max-width: 768px) {
  .main_empowerment {
    background-image: url(../img/women_main_sp.jpg);
    margin-top: 72px;
  }
  .career-slider .cs-box {
    margin: 0px 40px 20px;
  }
  .cs-box .step-img .pc {
    display: none;
  }
  .cs-box .step-box {
    display: block;
  }
  .step-box .step-item {
    position: relative;
    padding: 23px 0px;
  }
  .step-box .line1 {
    width: 60%;
    height: 3px;
    display: block;
    position: absolute;
    top: -1px;
    left: 0;
    background: #163C8C;
  }
  .step-box .line1:before {
    position: absolute;
    content: "";
    width: 2px;
    height: 8px;
    background: #163C8C;
    z-index: 10;
    top: -3px;
    right: 0;
  }
  .step-box .line2 {
    width: 38%;
    height: 1px;
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    background: #000000;
  }
  .step-box .line2:before {
    position: absolute;
    content: "";
    width: 2px;
    height: 8px;
    background: #000000;
    z-index: 10;
    top: -4px;
    left: 0;
  }
  .step001 .line1 {
    width: 20%;
  }
  .step001 .line2 {
    width: 78%;
  }
  .step002 .line1 {
    width: 35%;
  }
  .step002 .line2 {
    width: 63%;
  }
  .step-box .step-item h4 {
    font-size: 15px;
    margin-bottom: 5px;
  }
  .bf-list .bf-box {
    width: 48%;
    margin-bottom: 30px;
  }
  .em-interview-area .i-list {
    padding: 0px 20px;
  }
}
@media only screen and (max-width: 705px) {
  .em-mainhead .brsp {
    display: block;
  }
  .career_prev {
    left: 14px;
  }
  .career_next {
    right: 14px;
  }
}
@media only screen and (max-width: 600px) {
  .em-mainhead {
    font-size: 18px;
    margin: 50px auto;
  }
  .em-mainread {
    font-size: 15px;
    line-height: 2.5;
    margin-bottom: 50px;
  }
  .em-mainread .brsp {
    display: block;
  }
  .em-career {
    padding: 50px 20px;
  }
  .em-head {
    font-size: 20px;
    margin-bottom: 25px;
  }
  .em-read {
    margin-bottom: 40px;
  }
  .em-read .brsp {
    display: block;
  }
  .career-slider .cs-box {
    margin: 0px 20px 20px;
    padding: 24px 40px 40px;
  }
  .career_nav {
    top: 20%;
  }
  .career_prev {
    left: -5px;
  }
  .career_next {
    right: -5px;
  }
  .career-slider .cs-box h3 {
    position: relative;
    left: auto;
    width: 100%;
  }
  .cs-box .career-article {
    justify-content: center;
  }
  .career-article .person-img {
    width: 60%;
    margin-bottom: 35px;
  }
	.career-article .person-img span{
		font-size: 17px;
	}
  .career-article .person-text {
    width: 100%;
    margin-bottom: 10px;
  }
	.em-banner-area{
		padding: 15px 15px 50px;
	}
	.em-banner-area .banner-head{
		font-size: 18px;
		    margin: 50px 0px 20px;
	}
	.em-banner-area .banner-text .brsp{
		display: block;
	}
	.em-interview-area .banner-head{
		font-size: 18px;
		    margin: 70px 0px 20px;
	}
	.em-interview-area .i-list{
		justify-content: center;
		    margin: 45px auto 40px;
	}
	.i-list .i-item{
		    width: 43%;
		margin: 0px 13px 20px;
	}
	
}

@media only screen and (max-width: 500px) {
	.main_empowerment .main_inner h1{
		font-size: 26px;
		line-height: 2.3;
		letter-spacing: 2px;
	}
	.main_empowerment .main_inner h1 span{
		font-size: 18px;
	}
	.main_empowerment{
		    height: 400px;
	}
	.bf-area .bf-list{
		padding: 0px 20px;
	}
	.bf-list .bf-box{
		width: 100%;
	}
}