@charset "UTF-8";

/* ----------------------------------------
	utility
----------------------------------------- */
.wrap {margin: auto;}
.wrap_inner {padding: 0 25px;}
@media screen and (max-width: 768px) {
  .wrap {overflow: hidden;}
  .wrap_inner {padding: 0 9.86666666666667vw;}
}
.w948,.w952,.w988,.w1060,.w1200_np {max-width: 100%;}
.w948 {width: calc(948px + (25px * 2));}
.w952 {width: calc(952px + (25px * 2));}
.w988 {width: calc(988px + (25px * 2));}
.w1060 {width: calc(1060px + (25px * 2));}
.w1200_np {width: 1200px;}

/* 表示・非表示切り替え */
.spNone {/* PCの際に表示 */ display: block;}
.pcNone {/* スマホの際に非表示 */ display: none;}
@media screen and (max-width: 767px) {
  .spNone {/* スマホの際に非表示 */ display: none;}
  .pcNone {/* PCの際に表示 */ display: block;}
}

img {
  max-width: 100%;
  height: auto;
}
main * {
  text-align:justify;
}

/* MV */
.title {
  position: relative;
  display: flex;
  align-items: center;
  height: 160px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
@media (min-width:750px) {
  .title {
    height: 320px;
    background-position: top 20% center;
  }
}
@media (max-width:750px) {
  .title {
    height: 51.46666666666667vw;
  }
}

.titleText {
  position: relative;
  z-index: 2;
  font-size: 1.8rem;
  display: table;
  padding-right: 25px;
  padding-left: 25px;
  text-align: center;
  letter-spacing: 0.8rem;
  text-indent: 0.8rem;
  color: #fff;
  border-right: 1px solid #fff;
  border-left: 1px solid #fff;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width:750px) {
  .titleText {
    font-size: 2.8rem
  }
}

/* ----------------------------------------
	top
----------------------------------------- */
#top {
  background: var(--white);
  overflow: hidden;  
  padding-bottom: 168px;
}
#top .title {
  background-image: url(../images/recruitment_title_bg.jpg);  
}
#top .title:before {
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  content: "";
  background: linear-gradient(rgba(20, 30, 90, 0.45), rgba(20, 30, 90, 0.45));
}
#top h3 {
  font-size: 30px;
  font-weight: 700;  
  line-height: 1.533333333333333;
  letter-spacing: 0.025em;
  color: var(--blue);
  text-align: center;
  margin-top: 102px;
  margin-bottom: 78px;
}
#top .con_box {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 50px 9.66386554621849%;
}
#top .con_box .txt {
  width: 55.25210084033613%;
}
#top .con_box .txt p {
  font-size: 16px;
  line-height: 2.5;
  letter-spacing: 0.025em;
}
#top .con_box .img {
  width: 334px;  
  position: relative;
}
#top .con_box .img .name {
  line-height: 1.5;
  text-align: center;  
  color: var(--white);
  background: var(--blue);
  position: absolute;
  bottom: -28px;
  right: -28px;
  padding: 18px 34px;  
}
#top .con_box .img .name span {
  font-size: 16px;
  letter-spacing: 0.11em;
}
#top .con_box .img .name p {
  font-size: 28px;
  letter-spacing: 0.05em;
}
@media (max-width:750px) {
  #top { 
    padding-bottom: 21.33333333333333vw;
  }
  #top .wrap {
    overflow: visible;
  }
  #top h3 {
    font-size: 4.66666666666667vw;
    line-height: 1.885714285714286;
    text-align: left;
    margin-top: 14.93333333333333vw;
    margin-bottom: 5.6vw;
  }
  #top .con_box {
    flex-direction: column;
    gap: 7.73333333333333vw;
  }
  #top .con_box .txt {
    width: 100%;
  }
  #top .con_box .txt p {
    font-size: 3.73333333333333vw;
    line-height: 2.071428571428571;
    letter-spacing: 0.05em;
  }
  #top .con_box .img {
    width: 100%;  
  }
  #top .con_box .img .name {
    bottom: -3.33333333333333vw;
    right: -2.93333333333333vw;
    padding: 2.4vw 5.33333333333333vw;  
  }
  #top .con_box .img .name span {
    font-size: 2.53333333333333vw;
  }
  #top .con_box .img .name p {
    font-size: 4.53333333333333vw;
  }
}

/* ----------------------------------------
	business
----------------------------------------- */
#business {
  background: var(--white);
}
#business .bg_1 {
  background: url(../images/business_bg_1.jpg) center no-repeat;
  background-size: cover;
  padding-bottom: 82px;  
}
#business .bg_1 h3 {
  font-size: 30px;
  font-weight: 700;  
  line-height: 1.6;
  letter-spacing: 0.05em;
  text-align: center;
  color: var(--white);
  margin-top: -60px;
  margin-bottom: 16px;
}
#business .bg_1 p {
  font-size: 16px;
  line-height: 2.5;
  letter-spacing: 0.025em;
  color: var(--white);  
  text-align: center;  
}
#business ul {
  display: flex;
  flex-direction: row;
}
#business li {
  width: calc(100% / 4);
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  background: center no-repeat;
  background-size: cover;
  aspect-ratio: 300 / 470;
}
#business li:nth-child(1) {
  background-image: url(../images/business_list_1.jpg);
}
#business li:nth-child(2) {
  background-image: url(../images/business_list_2.jpg);
}
#business li:nth-child(3) {
  background-image: url(../images/business_list_3.jpg);
}
#business li:nth-child(4) {
  background-image: url(../images/business_list_4.jpg);
}
#business li p {
  font-size: 18px;
  letter-spacing: 0.025em;
  color: var(--blue);
  z-index: +1;
}
#business li p::after {
  content: '';
  width: 148px;
  height: 148px;
  background: var(--white);
  border-radius: 1000px;
  opacity: .95;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  z-index: -1;
}
#business .bg_2 {
  background: url(../images/business_bg_2.jpg) center no-repeat;
  background-size: cover;
  padding-top: 86px;
  padding-bottom: 192px;
}
#business .bg_2 p {
  font-size: 22px;
  letter-spacing: 0.025em;
  line-height: 1.818181818181818;
  text-align: center;
  color: var(--white);
  margin-bottom: 58px;
}
#business .bg_2 .btn_list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 30px 70px;
}
#business .bg_2 .btn_list .btn {
  background: var(--white);
  display: flex;
  justify-content: center;
  align-items: center;  
  width: 320px;
  height: 70px;
  border-radius: 0;
  padding: 0;
  transition: .3s;
}
#business .bg_2 .btn_list .btn span {
  font-size: 22px;
  letter-spacing: 0.05em;
  color: var(--blue);
  position: relative;
  height: fit-content;
  display: flex;
  align-items: center;  
  gap: 18px;  
}
#business .bg_2 .btn_list .btn span::after {
  content: '';
  background: url(../images/btn_arrow.svg) center no-repeat;
  background-size: contain;
  width: 41px;
  height: 5px;
  display: inline-block;
}
@media (max-width:750px) {
  #business .bg_1 {
    background-image: url(../images/business_bg_1_sp.jpg);
    padding-bottom: 16vw;  
  }
  #business .bg_1 h3 {
    font-size: 4.66666666666667vw;
    letter-spacing: 0;
    line-height: 1.885714285714286;
    margin-top: -4.26666666666667vw;
    margin-bottom: 6.66666666666667vw;
  }
  #business .bg_1 p {
    font-size: 3.73333333333333vw;
    line-height: 2.071428571428571;
    text-align: left;
  }
  #business ul {
    background: url(../images/business_bg_3_sp.jpg) center no-repeat;
    background-size: cover;
    flex-direction: column;
    gap: 4.8vw 0;
  }
  #business li {
    width: 100%;
    aspect-ratio: 75 / 40;
  }
  #business li:nth-child(1) {
    background-image: url(../images/business_list_1_sp.jpg);
  }
  #business li:nth-child(2) {
    background-image: url(../images/business_list_2_sp.jpg);
  }
  #business li:nth-child(3) {
    background-image: url(../images/business_list_3_sp.jpg);
  }
  #business li:nth-child(4) {
    background-image: url(../images/business_list_4_sp.jpg);
  }
  #business li p {
    font-size: 4vw;
  }
  #business li p::after {
    width: 32.8vw;
    height: 32.8vw;
  }
  #business .bg_2 {
    background-image: url(../images/business_bg_2_sp.jpg);
    padding-top: 15.73333333333333vw;
    padding-bottom: 25.86666666666667vw;
  }
  #business .bg_2 p {
    font-size: 3.73333333333333vw;
    letter-spacing: 0;
    line-height: 2.071428571428571;
    margin-bottom: 11.2vw;
  }
  #business .bg_2 .btn_list {
    gap: 6.93333333333333vw;
  }
  #business .bg_2 .btn_list .btn {
    width: 100%;
    height: 12vw;
  }
  #business .bg_2 .btn_list .btn span {
    font-size: 4vw;
  }
  #business .bg_2 .btn_list .btn span::after {
    width: 9.46666666666667vw;
    height: 1.33333333333333vw;
    position: absolute;
    top: 0;
    bottom: 0;
    right: -25.33333333333333vw;
    margin: auto;    
  }
}

/* ----------------------------------------
	recruit_voice
----------------------------------------- */
#recruit_voice {
  background: var(--white);
}
#recruit_voice .title span {
  color: var(--blue);
  border-color: var(--blue);
}
#recruit_voice ul {
  margin-top: -56px;
}
#recruit_voice ul li:not(:first-child) {
  padding-top: 156px;
}
#recruit_voice ul .box_con {
  display: flex;
  flex-direction: row;
  gap: 30px 74px;
  margin-bottom: 122px;
}
#recruit_voice ul .txt {
  width: calc(100% - (45.95141700404858% + 74px));
}
#recruit_voice ul .txt img {
  width: auto;
  height: 54px;
}
#recruit_voice ul .txt h3 {
  font-size: 28px;
  font-weight: 700;  
  line-height: 1.6;  
  color: var(--blue);
  position: relative;
  margin-top: 16px;
  margin-bottom: 48px;
}
#recruit_voice ul .txt h3::after {
  content: '';
  width: 114px;
  height: 1px;
  background: var(--blue);
  position: absolute;
  bottom: -20px;
  left: 0;
}
#recruit_voice ul .txt p {
  font-size: 14px;
  line-height: 2.857142857142857;
}
#recruit_voice ul .img {
  width: 45.95141700404858%;
  height: fit-content;  
  position: relative;
}
#recruit_voice ul .img .main {
  width: calc(100% - 66px);
}
#recruit_voice ul .img .name {
  background: var(--blue);
  width: 218px;
  height: 102px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  bottom: -52px;
  right: 0;
}
#recruit_voice ul .img .name * {
  color: var(--white);
}
#recruit_voice ul .img .name p {
  font-size: 16px;
  letter-spacing: 0.08em;
}
#recruit_voice ul .img .name span {
  font-size: 12px;
  letter-spacing: 0.025em;
  line-height: 1.416666666666667;
  display: block;
}
#recruit_voice .splide__slide {
  padding-top: 0 !important;
}

/* 偶数個 */
@media (min-width:750px) {
  #recruit_voice ul li:nth-child(even) .box_con {
    flex-direction: row-reverse;
  }
  #recruit_voice ul li:nth-child(even) .img .main {
    margin-left: auto;
  } 
  #recruit_voice ul li:nth-child(even) .img .name {
    left: 0;
    right: auto;
  }
}

@media (max-width:750px) {
  #recruit_voice ul {
    margin-top: -9.06666666666667vw;
  }
  #recruit_voice ul li:not(:first-child) {
    padding-top: 24vw;
  }
  #recruit_voice ul .box_con {
    position: relative;
    flex-direction: column-reverse;
    gap: 17.86666666666667vw;
    margin-bottom: 10.13333333333333vw;
  }
  #recruit_voice ul .txt {
    width: 100%;
  }
  #recruit_voice ul .txt img {
    height: 8.26666666666667vw;
    position: absolute;
    top: 18vw;
    left: -23.4vw;    
    transform: rotate(90deg);
  }
  #recruit_voice ul .txt h3 {
    font-size: 4.8vw;
    margin-top: 0;
    margin-bottom: 7.2vw;
  }
  #recruit_voice ul .txt h3::after {
    width: 19.2vw;
    bottom: -2.66666666666667vw;
  }
  #recruit_voice ul .txt p {
    font-size: 3.06666666666667vw;
    line-height: 2.217391304347826;
  }
  #recruit_voice ul .img {
    width: 64.26666666666667vw;
    margin: auto;
  }
  #recruit_voice ul .img .main {
    width: 100%;
  }
  #recruit_voice ul .img .name {
    width: 38.66666666666667vw;
    height: 16.4vw;
    bottom: -10.4vw;
    right: -7.46666666666667vw;
  }
  #recruit_voice ul .img .name p {
    font-size: 3.46666666666667vw;
  }
  #recruit_voice ul .img .name span {
    font-size: 2.53333333333333vw;
    line-height: 1.315789473684211;
  }
}

.schedule {
  padding-top: 126px;
  padding-bottom: 206px;
}
@media (max-width:750px) {
  .schedule {
    padding-top: 23.46666666666667vw;
    padding-bottom: 20.53333333333333vw;
  }  
}

/* ----------------------------------------
	RecruitmentDescription
----------------------------------------- */
.RecruitmentDescription {
  background: url(../images/recruit_bg.svg) left top 246px no-repeat;
  background-color: var(--blue);
  background-size: 113px auto;
  width: 100%;
  padding: 148px 25px 0 25px;  
  margin-right: auto;
  margin-left: auto
}
@media (max-width:750px) {
  .RecruitmentDescription {
    background: none;
    padding: 23.46666666666667vw 9.86666666666667vw 0;
  }
}

.RecruitmentDescription__inner {
  max-width: 720px;
  padding: 16px 16px 45px;
  color: #000;
  background-color: #fff;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width:750px) {
  .RecruitmentDescription__inner {
    max-width: 760px;
    padding: 60px 64px 90px;
  }
}

@media (min-width:1366px) {
  .RecruitmentDescription__inner {
    max-width: 60%;
  }
}

.RecruitmentDescription__title {
  font-size: 1.6rem;
  padding: 30px 0;
  text-align: center;
  letter-spacing: 1rem;
  text-indent: 1rem;
  color: #172a6c;
}

@media (min-width:750px) {
  .RecruitmentDescription__title {
    font-size: 2.8rem;
    padding: 15px 0 40px;
  }
}

.RecruitmentDescription__list {
  font-size: 0.9em;
}
.RecruitmentDescription__listItem {
  display: flex
}
.RecruitmentDescription__listItem .RecruitmentDescription__listDescription {
  border-bottom: 1px dashed #dcdcdc;
}
.RecruitmentDescription__listTerm {
  display: inline-flex;
  justify-content: space-between;
  width: 35%;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  margin-right: 0.7em;
  padding: 2px 16px;
  background-color: #dcdcdc
}

@media (min-width:750px) {
  .RecruitmentDescription__listTerm {
    width: 22%;
    padding: 8px 16px;
    margin-right: 1em;
  }
}

.RecruitmentDescription__listDescription {
  width: 65%;
  padding: 4px;
}

@media (min-width:750px) {
  .RecruitmentDescription__list {
    font-size: 0.9em;
  }
  .RecruitmentDescription__listItem:not(:last-child) {
    margin-bottom: 8px;
  }
  .RecruitmentDescription__listDescription {
    width: 78%;
    /*padding: 16px 8px 3px;*/
  }
  .RecruitmentDescription__listDescription br {
    display: none;
  }
  .RecruitmentDescription__listDescription ul li {
    display: inline-block;
  }
  .RecruitmentDescription__listDescription ul li:last-child {
    margin-left: 1rem;
  }
}

/* ----------------------------------------
	flow
----------------------------------------- */
#flow {
  background: var(--blue);
  padding-bottom: 192px;
}
#flow ul {
  display: flex;
  flex-direction: row;
  gap: 30px 52px;
  margin-top: -68px;
  margin-bottom: 108px;
}
#flow li {
  width: calc((100% - (52px * 2)) / 3);
}
#flow li .img {
  position: relative;
}
#flow li:not(:last-child) .img::after {
  content: '';
  width: 12px;
  height: 25px;
  background: url(../images/flow_arrow.svg) center no-repeat;
  background-size: contain;
  position: absolute;
  top: 0;
  bottom: 0;
  right: -32px;
  margin: auto;
}
#flow li p {
  font-size: 25px;
  letter-spacing: 0.25em;
  color: var(--white);
  text-align: center;
  margin-top: 16px;
}
#flow .btn {
  background: var(--white);
  display: flex;
  justify-content: center;
  align-items: center;  
  width: 320px;
  height: 70px;
  border-radius: 0;
  margin: auto;
  padding: 0;
  transition: .3s;
}
#flow .btn span {
  font-size: 22px;
  letter-spacing: 0.05em;
  color: var(--blue);
  position: relative;
  height: fit-content;
  display: flex;
  align-items: center;  
  gap: 18px;  
}
#flow .btn span::after {
  content: '';
  background: url(../images/btn_arrow.svg) center no-repeat;
  background-size: contain;
  width: 41px;
  height: 5px;
  display: inline-block;
}
@media (max-width:750px) {
  #flow {
    padding-bottom: 22.66666666666667vw;
  }
  #flow ul {
    width: 68.26666666666667vw;
    flex-direction: column;
    gap: 13.86666666666667vw;
    margin: auto;
    margin-top: -3.2vw;
    margin-bottom: 16vw;
  }
  #flow li {
    width: 100%;
  }
  #flow li:not(:last-child) .img::after {
    width: 2.8vw;
    height: 5.33333333333333vw;
    top: auto;
    bottom: -17.6vw;
    left: 0;
    right: 0;
    transform: rotate(90deg);
  }
  #flow li p {
    font-size: 4.8vw;
    margin-top: 1vw;
  }
  #flow .btn {
    width: 100%;
    height: 12vw;
  }
  #flow .btn span {
    font-size: 4vw;
  }
  #flow .btn span::after {
    width: 9.46666666666667vw;
    height: 1.33333333333333vw;
    position: absolute;
    top: 0;
    bottom: 0;
    right: -25.33333333333333vw;
    margin: auto;    
  }
}

/* ----------------------------------------
	Footer
----------------------------------------- */
.Footer {
  background: #141e5a;
}