@charset "UTF-8";

/*****************************
pagesec-greeting
*****************************/
.pagesec-greeting {
  padding: 5rem 0 10rem;
}
.pagesec-greeting .flex {
  gap: 4rem;
}
.pagesec-greeting .flex-img-wrap {
  width: 40%;
}
.pagesec-greeting .flex-ele-wrap {
  width: 60%;
}
.pagesec-greeting .flex-ele-wrap p {
  color: #181818;
}
@media only screen and (max-width: 1180px) {
}
@media only screen and (max-width: 1024px) {
}
@media only screen and (max-width: 820px) {
  .pagesec-greeting .flex-img-wrap {
    margin: 0 auto;
    width: 80%;
  }
  .pagesec-greeting .flex-ele-wrap {
    width: 100%;
  }
}
@media only screen and (max-width: 768px) {
}
@media only screen and (max-width: 767px) {
}

/*****************************
pagesec-num
*****************************/
.pagesec-num {
  padding: 5rem 0 10rem;
}
.numberslist {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
}
.numberslist > li {
  background: #fff;
  overflow: hidden;
  padding: 2rem;
  position: relative;
  width: calc(100% / 3 - 1.4rem);
}
.numberslist > li:nth-child(even) {
  background: #deece6;
}
.numberslist > li:not(.noicon)::before {
  aspect-ratio: 1/1;
  background: #60AC88;
  content: '';
  position: absolute;
  bottom: 10px;
  right: 10px;
  mask-position: center;
  mask-repeat: no-repeat;
  mask-size: contain;
  height: 120px;
  width: 120px;
}
.numberslist > li:nth-child(1) {
  width: calc(70% - 1rem);
}
.numberslist > li:nth-child(2) {
  width: calc(30% - 1rem);
}
.numberslist > li:nth-child(2)::before {
  mask-image: url(../../images/page/recruit/sougyou.svg);
}
.numberslist > li:nth-child(3)::before {
  mask-image: url(../../images/page/recruit/syain.svg);
}
.numberslist > li:nth-child(4)::before {
  mask-image: url(../../images/page/recruit/heikin.svg);
}
.numberslist > li:nth-child(5)::before {
  mask-image: url(../../images/page/recruit/danjyo.svg);
}
.numberslist > li .ttlbox {
  margin-bottom: 3rem;
}
.numberslist > li .ja,
.numberslist > li .ja .small,
.numberslist > li .en,
.numberslist > li .databox span {
  color: #181818;
}
.numberslist > li .ja,
.numberslist > li .en {
  line-height: 1;
}
.numberslist > li .ja {
  font-size: 2rem;
  margin-bottom: .5rem;
}
.numberslist > li .ja .small {
  display: inline-block;
  font-size: 1.4rem;
  margin-left: 1rem;
}
.numberslist > li .en {
  color: #60AC88;
  font-weight: 900;
}
.numberslist > li .databox .nums {
  display: block;
  margin-bottom: 2rem;
}
.numberslist > li .databox span {
  line-height: 1;
}
.numberslist > li .databox .num {
  font-size: 7rem;
}
.numberslist > li .databox .txt1 {
  font-weight: 600;
}
.numberslist > li .databox .txt2 {
  font-weight: 600;
}
.numberslist > li .databox .numtxt {
  font-weight: 600;
}
@media only screen and (max-width: 1180px) {
}
@media only screen and (max-width: 1024px) {
}
@media only screen and (max-width: 820px) {
}
@media only screen and (max-width: 768px) {
}
@media only screen and (max-width: 767px) {
  .numberslist {
    gap: 1rem;
  }
  .numberslist > li:not(.noicon)::before {
    height: 100px;
    width: 100px;
  }
  .numberslist > li {
    width: 100% !important;
  }
  .numberslist > li .databox {
    position: relative;
  }
  .numberslist > li .databox .num {
    font-size: 5rem;
  }
  .numberslist > li .databox #syubetsu,
  .numberslist > li .databox #youto,
  .numberslist > li .databox #tiiki {
    height: 250px !important;
  }
  .numberslist > li .ja {
    font-size: 1.8rem;
  }
}

/*****************************
pagesec-interview
*****************************/
.interviewlist {
  display: flex;
  gap: 2rem;
  flex-wrap: wrap;
}
.interviewlist li {
  width: calc(100% / 3 - 1.4rem);
}
.interviewlist li a {
  background: #fff;
  display: block;
  outline: 3px solid #60AC88;
  outline-offset: -10px;
  padding: 3rem 4rem;
}
.interviewlist .txtbox {
  margin-bottom: 2.5rem;
  position: relative;
}
.interviewlist .txtbox .en {
  color: #181818;
  font-size: 3.5rem;
  font-weight: 600;
  opacity: .1;
  position: absolute;
  top: 0;
  left: 0;
}
.interviewlist .txtbox .ja {
  color: #181818;
  font-size: 3rem;
  font-weight: 600;
}
.interviewlist .imgbox {
  margin: 0 auto;
  height: 200px;
  width: 200px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.interviewlist li:nth-child(1) .imgbox img {
  height: 170px;
  width: 170px;
}
.interviewlist li:nth-child(3) .imgbox img {
  height: 150px;
  width: 150px;
}
@media only screen and (max-width: 1180px) {
}
@media only screen and (max-width: 1024px) {
  .interviewlist .txtbox .en {
    font-size: 2.5rem;
    top: 20px;
  }
}
@media only screen and (max-width: 820px) {
  .interviewlist li a {
    padding: 2rem;
  }
  .interviewlist .imgbox {
    height: 120px;
    width: 120px;
  }
  .interviewlist li:nth-child(1) .imgbox img {
    height: 100px;
    width: 100px;
  }
  .interviewlist li:nth-child(3) .imgbox img {
    height: 90px;
    width: 90px;
  }
  .interviewlist .txtbox .ja {
    font-size: 2rem;
  }
  .interviewlist .txtbox .en {
    font-size: 2rem;
    top: 10px;
  }
}
@media only screen and (max-width: 768px) {
}
@media only screen and (max-width: 767px) {
  .interviewlist li {
    margin: 0 auto;
    width: 80%;
  }
}

/* ポップアップ */
/* ベース */
.popbtn {
  display: block;
  opacity: 1 !important;
  position: relative;
  transition: .5s;
}
.popbtn:hover {
  /* ホバーモーションあれば */
  transform: translateY(-12px);
  transition: .5s;
}
.popup {
  opacity: 0;
  pointer-events: none;
  position: fixed;
  top: 0;
  left: 0;
  height: 100lvh;
  width: 100vw;
  transition: .5s;
}
.popup.popopen {
  opacity: 1;
  pointer-events: all;
  z-index: 10000;
}
.popbg {
  background: rgba(0,0,0,.5);
  cursor: pointer;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
.popup .popupbox {
  background: #fff;
  overflow-x: hidden;
  overflow-y: scroll;
  padding: 8rem 6rem;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  transition: .5s;
  height: 90lvh;
  max-width: 1000px;
  width: 100%;
}
body.popactive {
  overflow: hidden;
}
.popup .popupbox .popclose {
  aspect-ratio: 1/1;
  background: #181818;
  position: absolute;
  top: 0;
  right: 0;
  width: 50px;
}
.popup .popupbox .popclose span {
  aspect-ratio: 1/1;
  background: url(../../images/common/popcross.svg) no-repeat center / contain;
  position: absolute;
  top: 12px;
  left: 14px;
  width: 25px;
}
/* 装飾 */
.popup .flex {
  gap: 2rem;
  margin-bottom: 3rem;
}
.popup .flex-img-wrap {
  width: 40%;
}
.popup .flex-ele-wrap {
  width: 60%;
}
.popup .popqa > div:not(:last-child) {
  margin-bottom: 3rem;
}
.popup .popqa dt {
  background: #fafafa;
  border-left: 5px solid #60AC88;
  color: #181818;
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.5;
  margin-bottom: 1rem;
  padding: 1rem;
}
.popup .popqa dd {
  color: #181818;
}
@media only screen and (max-width: 1180px) {
}
@media only screen and (max-width: 1024px) {
  .popup .popupbox {
    max-width: 90%;
  }
}
@media only screen and (max-width: 820px) {
  .popup .flex {
    gap: 4rem;
  }
  .popup .flex-img-wrap {
    margin: 0 auto;
    width: 80%;
  }
  .popup .flex-ele-wrap {
    width: 100%;
  }
}
@media only screen and (max-width: 768px) {
}
@media only screen and (max-width: 767px) {
  .popup .popupbox {
    padding: 8rem 2rem;
  }
  .popup .flex-img-wrap {
    width: 90%;
  }
  .popup .popqa dt {
    font-size: 1.6rem;
  }
}

/*****************************
pagesec-benefits
*****************************/
.pagesec-benefits {
  padding: 5rem 0 10rem;
}
.benefitslist {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
}
.benefitslist li {
  background: #fff;
  padding: 2rem;
  height: 267px;
  width: calc(100% / 3 - 1.4rem);
}
.benefitslist .imgbox {
  margin: 0 auto 2rem;
  height: 150px;
  width: 150px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.benefitslist li:nth-child(1) .imgbox img,
.benefitslist li:nth-child(3) .imgbox img,
.benefitslist li:nth-child(4) .imgbox img,
.benefitslist li:nth-child(5) .imgbox img {
  height: 110px;
  width: 110px;
}
.benefitslist .txtbox p {
  color: #181818;
  font-weight: 600;
  text-align: center;
}
@media only screen and (max-width: 1180px) {
}
@media only screen and (max-width: 1024px) {
}
@media only screen and (max-width: 820px) {
}
@media only screen and (max-width: 768px) {
}
@media only screen and (max-width: 767px) {
  .benefitslist li {
    display: flex;
    align-items: center;
    gap: 2rem;
    height: initial;
    width: 100%;
  }
  .benefitslist .imgbox {
    margin: 0 auto;
    height: 80px;
    width: 80px;
  }
  .benefitslist li:nth-child(1) .imgbox img,
  .benefitslist li:nth-child(3) .imgbox img,
  .benefitslist li:nth-child(4) .imgbox img,
  .benefitslist li:nth-child(5) .imgbox img {
    height: 70px;
    width: 70px;
  }
    .benefitslist .txtbox {
    width: 70%;
  }
  .benefitslist .txtbox p {
    text-align: left;
  }
}

/*****************************
pagesec-voice
*****************************/
.pagesec-voice {
  padding: 5rem 0 10rem;
}
.voicelist > li:not(:last-child) {
  margin-bottom: 8rem;
}
.voicelist .ttlbox {
  background: #60AC88;
  outline: 1px solid #fff;
  outline-offset: -5px;
  margin-bottom: 2rem;
  padding: 1rem 1rem 1.25rem;
  position: relative;
}
.voicelist .ttlbox .en,
.voicelist .ttlbox .ja {
  line-height: 1;
}
.voicelist .ttlbox .en {
  color: #fff;
  font-size: 3rem;
  font-weight: 600;
  opacity: .3;
  position: absolute;
  top: 10px;
  left: 20px;
}
.voicelist .ttlbox .ja {
  color: #fff;
  font-size: 3rem;
  font-weight: 600;
}
.voicelist .voice {
  display: flex;
  flex-wrap: wrap;
  gap: 4rem;
}
.voicelist .voice li {
  background: #fff;
  color: #181818;
  font-weight: 500;
  padding: 1rem 2rem;
  position: relative;
}
.voicelist .voice li:nth-child(even) {
  background: #deece6;
}
.voicelist .voice li::after {
  content: '';
  border-style: solid;
  border-right: 15px solid transparent;
  border-left: 15px solid transparent;
  border-top: 15px solid #fff;
  border-bottom: 0;
  position: absolute;
  right: 20px;
  bottom: -15px;
  height: 0;
  width: 0;
}
.voicelist .voice li:nth-child(even)::after {
  border-top: 15px solid #deece6;
}
@media only screen and (max-width: 1180px) {
}
@media only screen and (max-width: 1024px) {
}
@media only screen and (max-width: 820px) {
}
@media only screen and (max-width: 768px) {
}
@media only screen and (max-width: 767px) {
  .voicelist .voice {
    gap: 3.5rem;
  }
  .voicelist .voice li {
    width: 100%;
  }
  .voicelist .voice li:nth-child(even):after {
    right: initial;
    left: 20px;
  }
  .voicelist .ttlbox .ja {
    font-size: 2rem;
  }
  .voicelist .ttlbox .en {
    font-size: 2.5rem;
  }
}

/*****************************
pagesec-flow
*****************************/
.flow {
  display: flex;
  margin-top: 3rem;
}
.flow li {
  width: calc(100% / 3);
}
.flow dl {
  background: #60AC88;
  color: #fff;
  padding: 2rem 1rem;
  height: 100%;
  width: 100%;
}
.flow dt {
  border-bottom: 1px dotted #fff;
  font-size: 2.2rem;
  margin-bottom: 2rem;
  text-align: center;
}
.flow dt span {
  font-size: 3rem;
}
.flow li:nth-of-type(2) dl {
  background: #8ac7aa;
}
.flow li:nth-of-type(3) dl {
  background: #b0dbc6;
}
@media only screen and (max-width: 1180px) {
}
@media only screen and (max-width: 1024px) {
}
@media only screen and (max-width: 820px) {
}
@media only screen and (max-width: 768px) {
}
@media only screen and (max-width: 767px) {
  .flow {
    flex-wrap: wrap;
  }
  .flow li {
    width: 100%;
  }
  .flow dt {
    font-size: 1.8rem;
    margin-bottom: 1rem;
  }
  .flow dl {
    padding: 1rem;
  }
}

/*****************************
pagesec-guidlines
*****************************/
.guidlineslist .txtbox {
  background: #fff;
  padding: 2rem;
}
.guidlineslist .txtbox > dt {
  border-left: 5px solid #60AC88;
  color: #181818;
  font-size: 2.5rem;
  font-weight: 600;
  margin-bottom: 2rem;
  padding-left: 2rem;
}
.guidlineslist .txtbox .gaiyou {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 3rem;
}
.guidlineslist .txtbox .gaiyou dt,
.guidlineslist .txtbox .gaiyou dd {
  border-bottom: 1px solid #181818;
  padding: 1rem 2rem;
}
.guidlineslist .txtbox .gaiyou dt {
  color: #181818;
  background: #f5f5f5;
  width: 150px;
}
.guidlineslist .txtbox .gaiyou dd {
  width: calc(100% - 150px);
}
.guidlineslist .txtbox .gaiyou dd p {
  color: #181818;
}
.guidlineslist .txtbox .morebtn1 a {
  border: 2px solid #60AC88;
  background: #60AC88;
}
.guidlineslist .txtbox .morebtn1 a:hover {
  background: #fff;
}
@media only screen and (max-width: 1180px) {
}
@media only screen and (max-width: 1024px) {
}
@media only screen and (max-width: 820px) {
}
@media only screen and (max-width: 768px) {
}
@media only screen and (max-width: 767px) {
  .guidlineslist .txtbox > dt {
    font-size: 1.5rem;
    padding-left: 1rem;
  }
  .guidlineslist .txtbox .gaiyou dt,
  .guidlineslist .txtbox .gaiyou dd {
    padding: 1rem;
    width: 100%;
  }
}