@charset "UTF-8";
.topFv {
  height: 100svh;
  position: relative;
}
.topFv__bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: block;
  background: center/cover url("../img/top/bg-fv-pc.jpg") no-repeat;
  z-index: -1;
}
@media screen and (max-width: 960px) {
  .topFv__bg {
    background-image: url("../img/top/bg-fv-sp.jpg");
    height: calc(100% - 141px);
  }
}
.topFv__txtBlk {
  display: inline-block;
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 78px 81px 50px 120px;
}
@media screen and (max-width: 740px) {
  .topFv__txtBlk {
    padding: 54px 21px 46px 21px;
  }
}
.topFv__txtBlk:before {
  display: block;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 0 120px 0 0;
  background: rgba(40, 171, 159, 0.6);
  backdrop-filter: blur(17px);
}
@media screen and (max-width: 740px) {
  .topFv__txtBlk:before {
    border-radius: 0 60px 0 0;
  }
}
.topFv__txt {
  color: #fff;
  position: relative;
  font-size: 40px;
  font-weight: bold;
  line-height: 1.7;
  letter-spacing: 0.09em;
}
@media screen and (max-width: 960px) {
  .topFv__txt {
    font-size: 30px;
  }
}
@media screen and (max-width: 740px) {
  .topFv__txt {
    font-size: min(6.6vw, 24px);
    line-height: 1.5;
  }
}

.topUnite {
  margin-top: 140px;
}
@media screen and (max-width: 960px) {
  .topUnite {
    margin-top: 50px;
  }
}
.topUnite__flex {
  display: flex;
  column-gap: 65px;
}
@media screen and (max-width: 960px) {
  .topUnite__flex {
    flex-direction: column;
    grid-row-gap: 50px;
  }
}
.topUnite__txtBlk {
  width: 453px;
  flex-shrink: 0;
}
@media screen and (max-width: 960px) {
  .topUnite__txtBlk {
    width: 100%;
  }
}
.topUnite__imgBlk {
  position: relative;
}
.topUnite__imgBlk:before {
  display: block;
  content: "";
  position: absolute;
  width: 164px;
  height: 93px;
  background: center/contain url("../img/top/ico-unite01.svg") no-repeat;
  top: -57px;
  right: -62px;
}
@media screen and (max-width: 960px) {
  .topUnite__imgBlk:before {
    width: 97px;
    height: 55px;
    top: -28px;
    right: -7px;
  }
}
.topUnite__imgBlk:after {
  display: block;
  content: "";
  position: absolute;
  width: 164px;
  height: 93px;
  background: center/contain url("../img/top/ico-unite02.svg") no-repeat;
  bottom: -57px;
  left: -84px;
}
@media screen and (max-width: 960px) {
  .topUnite__imgBlk:after {
    width: 97px;
    height: 55px;
    bottom: -26px;
    left: 0;
  }
}
.topUnite__img {
  border-radius: 20px;
  overflow: hidden;
  height: 480px;
}
@media screen and (max-width: 960px) {
  .topUnite__img {
    height: auto;
  }
}
.topUnite__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.topUnite__ttl {
  font-size: 40px;
  font-weight: bold;
  line-height: 1.8;
}
@media screen and (max-width: 960px) {
  .topUnite__ttl {
    font-size: 32px;
    max-width: 400px;
  }
}
.topUnite__ttl__txt01 {
  display: block;
}
.topUnite__ttl__txt02 {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  column-gap: 22px;
}
@media screen and (max-width: 960px) {
  .topUnite__ttl__txt02 {
    column-gap: 12px;
  }
}
.topUnite__ttl__txt02:before {
  display: block;
  content: "";
  width: 26px;
  height: 10px;
  border-top: solid 2px #231815;
  border-bottom: solid 2px #231815;
}
@media screen and (max-width: 960px) {
  .topUnite__ttl__txt02:before {
    width: 16px;
    height: 6px;
  }
}
.topUnite__ttl__gradation {
  background: linear-gradient(273deg, #99D4A8 3.61%, #30987B 50.57%, #28AB9F 97.54%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.topUnite__txt {
  line-height: 1.7;
  margin-top: 20px;
  margin-bottom: 98px;
}
@media screen and (max-width: 960px) {
  .topUnite__txt {
    margin-bottom: 40px;
  }
}

.topService {
  margin-top: 140px;
}
@media screen and (max-width: 960px) {
  .topService {
    margin-top: 77px;
  }
}
.topService__flex {
  display: flex;
  column-gap: min(8vw, 102px);
}
@media screen and (max-width: 960px) {
  .topService__flex {
    flex-direction: column;
    grid-row-gap: 40px;
  }
}
.topService__txtBlk {
  width: 585px;
  max-width: 50%;
  flex-shrink: 0;
}
@media screen and (max-width: 960px) {
  .topService__txtBlk {
    max-width: 100%;
  }
}
.topService__subTtl {
  font-size: min(2.7vw, 30px);
  font-weight: bold;
  margin-top: 75px;
}
@media screen and (max-width: 960px) {
  .topService__subTtl {
    font-size: min(6vw, 24px);
    margin-top: 40px;
  }
}
.topService__txt {
  line-height: 1.7;
  margin-top: 20px;
}
.topService__img {
  border-radius: 20px;
  overflow: hidden;
  height: 355px;
  margin-top: 40px;
}
@media screen and (max-width: 960px) {
  .topService__img {
    margin-top: 50px;
    height: auto;
  }
}
.topService__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.topPdf {
  margin-top: 140px;
  margin-bottom: 140px;
}
@media screen and (max-width: 960px) {
  .topPdf {
    margin-top: 70px;
    margin-bottom: 70px;
  }
}
.topPdf__bg {
  background: center/cover url("../img/top/bg-pdf-pc.jpg") no-repeat;
  padding: 100px 5%;
  border-radius: 40px;
}
@media screen and (max-width: 960px) {
  .topPdf__bg {
    background-image: url("../img/top/bg-pdf-sp.jpg");
    padding: 50px 5%;
    border-radius: 10px;
  }
}
.topPdf__ttl {
  text-align: center;
  color: #fff;
  margin-bottom: 40px;
  font-size: 24px;
}
@media screen and (max-width: 960px) {
  .topPdf__ttl {
    font-size: 20px;
  }
}
.topPdf__ttl:not(:first-of-type) {
  margin-top: 60px;
}
@media screen and (max-width: 960px) {
  .topPdf__ttl:not(:first-of-type) {
    margin-top: 45px;
  }
}
.topPdf__ttl small {
  font-size: 20px;
}
@media screen and (max-width: 960px) {
  .topPdf__ttl small {
    font-size: min(4.2vw, 16px);
  }
}
.topPdf__items {
  display: flex;
  column-gap: 24px;
  justify-content: center;
}
@media screen and (max-width: 960px) {
  .topPdf__items {
    flex-direction: column;
    grid-row-gap: 24px;
    align-items: center;
  }
}
.topPdf__item {
  max-width: 30%;
}
@media screen and (max-width: 960px) {
  .topPdf__item {
    max-width: 100%;
  }
}

.pdfBtn {
  display: flex;
  border-radius: 4px;
  background-color: #fff;
  font-size: 16px;
  color: #28AB9F;
  justify-content: center;
  align-items: center;
  column-gap: 10px;
  width: 282px;
  max-width: 100%;
  height: 44px;
  align-items: center;
  font-weight: bold;
  position: relative;
  border: solid 2px #fff;
}
.pdfBtn:hover {
  opacity: 1;
  border-color: #28AB9F;
}
.pdfBtn:hover .pdfBtn__arrow {
  transform: scale(1.2);
}
.pdfBtn__arrow {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #28AB9F;
  border-radius: 100px;
  width: 24px;
  height: 24px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 10px;
  margin: auto;
  transition: all ease .3s;
}

/*404ページ*/
.notFound {
  margin-top: 40vh;
  text-align: center;
  margin-bottom: 30vh;
}
.notFound__txt {
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 0.1em;
}
.notFound .menuBtn {
  margin: 40px auto 0;
}

.contact1st {
  margin-top: 120px;
  margin-bottom: 140px;
}
@media screen and (max-width: 960px) {
  .contact1st {
    margin-top: 50px;
    margin-bottom: 70px;
  }
}
.contact1st__txt {
  margin-bottom: 120px;
  line-height: 1.7;
}
@media screen and (max-width: 960px) {
  .contact1st__txt {
    margin-bottom: 50px;
    font-size: 14px;
  }
}

.form input[type="email"], .form input[type="text"], .form input[type="url"], .form input[type="tel"], .form textarea {
  font-size: 16px;
  padding: 10px 30px;
  width: 100%;
  display: block;
  border: none;
  background-color: #F4F4F4;
  border-radius: 30px;
  font-family: "Zen Kaku Gothic New", sans-serif;
}
.form input[type="email"]:focus, .form input[type="text"]:focus, .form input[type="url"]:focus, .form input[type="tel"]:focus, .form textarea:focus {
  outline: none;
}
.form input[type="email"]::placeholder, .form input[type="text"]::placeholder, .form input[type="url"]::placeholder, .form input[type="tel"]::placeholder, .form textarea::placeholder {
  color: #CACACA;
}
.form input[type="submit"] {
  appearance: none;
  -webkit-appearance: none;
  font-size: 16px;
  border-radius: 8px;
  color: #fff;
  font-family: "Zen Kaku Gothic New", sans-serif;
  border: none;
  width: 300px;
  height: 50px;
  background: center right 35%/13px url("../img/common/ico-arrow-white.svg") no-repeat #06A59A;
  padding-right: 20px;
  font-weight: bold;
  display: block;
  margin: 0 auto;
  cursor: pointer;
  transition: all ease .3s;
}
.form input[type="submit"]:hover {
  opacity: 0.8;
}
.form .wpcf7-not-valid-tip {
  font-size: 12px;
  font-weight: 500;
}

.contactForm__row {
  display: flex;
  column-gap: 80px;
  margin-top: 24px;
  align-items: flex-start;
}
@media screen and (max-width: 960px) {
  .contactForm__row {
    flex-direction: column;
    grid-row-gap: 20px;
    margin-top: 20px;
  }
}
.contactForm__row[hidden] {
  display: none !important;
}
.contactForm__label {
  flex-shrink: 0;
  min-width: 220px;
  display: flex;
  column-gap: 10px;
  font-size: 15px;
  font-weight: 500;
  align-items: center;
  margin-top: 10px;
}
.contactForm__label.mt0 {
  margin-top: 0;
}
.contactForm__field {
  flex-grow: 1;
}
@media screen and (max-width: 960px) {
  .contactForm__field {
    width: 100%;
  }
}
.contactForm__radio {
  display: flex;
  column-gap: 20px;
  flex-wrap: wrap;
}
.contactForm__radio .wpcf7-list-item {
  margin-left: 0;
}
.contactForm__radio input[type="radio"] {
  margin-left: 0;
}
.contactForm__required {
  display: inline-block;
  font-size: 12px;
  padding: 3px 9px;
  color: #fff;
  background-color: #ED7456;
  border-radius: 5px;
}
.contactForm__optional {
  display: inline-block;
  font-size: 12px;
  padding: 3px 9px;
  color: #fff;
  background-color: #ABABAB;
  border-radius: 5px;
}
.contactForm__privacy {
  text-align: center;
  margin-top: 24px;
  margin-bottom: 24px;
  font-size: 15px;
}
@media screen and (max-width: 960px) {
  .contactForm__privacy {
    font-size: 14px;
  }
}
.contactForm__privacy a {
  display: inline-block;
  border-bottom: solid 1px #231815;
  line-height: 1.2;
}
.contactForm__privacy .wpcf7-list-item {
  margin-left: 0;
}
.contactForm__privacy input[type="radio"] {
  margin-left: 0;
}
.contactForm__submit {
  text-align: center;
}

.contact2nd {
  margin: 140px 0;
}
@media screen and (max-width: 960px) {
  .contact2nd {
    margin: 60px 0;
  }
}
.contact2nd__txt {
  line-height: 1.7;
  text-align: center;
  margin-bottom: 70px;
}
@media screen and (max-width: 960px) {
  .contact2nd__txt {
    font-size: 14px;
    margin-bottom: 50px;
  }
}
.contact2nd__btn {
  display: flex;
  width: 300px;
  height: 50px;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  border: solid 1px #06A59A;
  color: #06A59A;
  font-weight: bold;
  column-gap: 10px;
  margin: 0 auto;
}
.contact2nd__btn img {
  transform: rotate(-180deg);
  width: 13px;
}

.recruitIntro {
  margin-top: 120px;
}
@media screen and (max-width: 960px) {
  .recruitIntro {
    margin-top: 50px;
  }
}
.recruitIntro__ttl {
  font-size: 30px;
  font-weight: bold;
  margin-bottom: 40px;
}
@media screen and (max-width: 960px) {
  .recruitIntro__ttl {
    font-size: 24px;
    margin-bottom: 20px;
  }
}
.recruitIntro__gradation {
  background: linear-gradient(273deg, #99D4A8 3.61%, #30987B 50.57%, #28AB9F 97.54%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.recruitIntro__txt {
  line-height: 1.7;
  margin-bottom: 80px;
}
@media screen and (max-width: 960px) {
  .recruitIntro__txt {
    margin-bottom: 30px;
  }
}
.recruitIntro__img {
  border-radius: 20px;
  overflow: hidden;
  width: 1200px;
  max-width: 90%;
  margin: 0 auto;
}
@media screen and (max-width: 960px) {
  .recruitIntro__img {
    border-radius: 0;
    width: 100%;
    max-width: 100%;
  }
}

.recruitUnite {
  margin-top: 80px;
}
@media screen and (max-width: 960px) {
  .recruitUnite {
    margin-top: 70px;
  }
}
.recruitUnite__ttl {
  position: absolute;
  top: 464px;
  right: 150px;
  line-height: 1;
  letter-spacing: -0.04em;
  font-weight: 500;
  font-size: 130px;
  z-index: 4;
}
@media screen and (max-width: 1100px) {
  .recruitUnite__ttl {
    right: 100px;
  }
}
@media screen and (max-width: 960px) {
  .recruitUnite__ttl {
    top: 8px;
    right: 0;
    left: 0;
    margin: auto;
    font-size: 60px;
    text-align: center;
  }
}
.recruitUnite__circles {
  width: 968px;
  max-width: 100%;
  margin: 0 auto 120px;
  color: #fff;
  display: flex;
  flex-direction: column;
  position: relative;
}
@media screen and (max-width: 960px) {
  .recruitUnite__circles {
    margin-bottom: 50px;
    width: 500px;
  }
}
.recruitUnite__circle {
  padding: 77px;
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  aspect-ratio: 1;
  position: relative;
}
@media screen and (max-width: 960px) {
  .recruitUnite__circle {
    /*aspect-ratio: 0;*/
    padding: 100px 5%;
    aspect-ratio: inherit;
  }
}
.recruitUnite__circle:before {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 600px;
  background: #6EBC87;
  filter: blur(20.8261032104px);
  z-index: -1;
}
@media screen and (max-width: 960px) {
  .recruitUnite__circle:before {
    width: auto;
    aspect-ratio: 1;
    left: 50%;
    transform: translateX(-50%);
  }
}
.recruitUnite__circle.circle01 {
  margin-left: auto;
  margin-right: 0;
  z-index: 2;
}
@media screen and (max-width: 1100px) {
  .recruitUnite__circle.circle01 {
    margin-right: -50px;
  }
}
@media screen and (max-width: 960px) {
  .recruitUnite__circle.circle01 {
    margin-left: 0;
    margin-right: 0;
    z-index: 1;
  }
}
.recruitUnite__circle.circle02 {
  margin-left: 0;
  margin-right: auto;
  margin-top: -312px;
  z-index: 1;
}
@media screen and (max-width: 1100px) {
  .recruitUnite__circle.circle02 {
    margin-left: -70px;
  }
}
@media screen and (max-width: 960px) {
  .recruitUnite__circle.circle02 {
    z-index: 2;
    margin-left: 0;
    margin-right: 0;
    margin-top: -50px;
  }
}
.recruitUnite__circle.circle02:before {
  background: #61C2C0;
}
.recruitUnite__circle.circle03 {
  margin-left: auto;
  margin-right: 43px;
  margin-top: -250px;
  z-index: 3;
}
@media screen and (max-width: 1100px) {
  .recruitUnite__circle.circle03 {
    margin-right: -30px;
  }
}
@media screen and (max-width: 960px) {
  .recruitUnite__circle.circle03 {
    margin-right: 0;
    margin-left: 0;
    margin-top: -50px;
  }
}
.recruitUnite__circle.circle03:before {
  background: #58B79B;
}
.recruitUnite__circleTtl {
  text-align: center;
  margin-bottom: 18px;
  font-weight: bold;
  font-size: 24px;
}
@media screen and (max-width: 960px) {
  .recruitUnite__circleTtl {
    font-size: 20px;
  }
}
.recruitUnite__circleTxt {
  width: 382px;
  line-height: 1.7;
  font-weight: bold;
}
@media screen and (max-width: 960px) {
  .recruitUnite__circleTxt {
    max-width: 100%;
  }
}
.recruitUnite__circleIco {
  position: absolute;
  z-index: 10;
}
.recruitUnite__circleIco.top {
  top: 0;
  left: 200px;
}
@media screen and (max-width: 960px) {
  .recruitUnite__circleIco.top {
    width: 60px;
    left: -11px;
    top: 21px;
  }
}
.recruitUnite__circleIco.right {
  top: 471px;
  right: -110px;
}
@media screen and (max-width: 960px) {
  .recruitUnite__circleIco.right {
    top: -50px;
    width: 70px;
    right: -14px;
  }
}
.recruitUnite__circleIco.bottom {
  left: 105px;
  bottom: 87px;
}
@media screen and (max-width: 960px) {
  .recruitUnite__circleIco.bottom {
    width: 90px;
    left: 0;
    bottom: 0px;
  }
}

.recruitProfile {
  margin-bottom: 120px;
}
@media screen and (max-width: 960px) {
  .recruitProfile {
    margin-bottom: 50px;
  }
}
.recruitProfile__ttl {
  font-size: 30px;
  font-weight: bold;
  margin-bottom: 24px;
}
@media screen and (max-width: 960px) {
  .recruitProfile__ttl {
    text-align: center;
    font-size: 24px;
  }
}
.recruitProfile__items {
  display: flex;
  column-gap: 24px;
}
@media screen and (max-width: 960px) {
  .recruitProfile__items {
    flex-wrap: wrap;
    grid-row-gap: 16px;
    justify-content: center;
  }
}
.recruitProfile__item {
  width: 282px;
  padding: 40px 14px;
  text-align: center;
  font-size: min(1.7vw, 20px);
  background-color: #E9F7F5;
  border-radius: 10px;
}
@media screen and (max-width: 960px) {
  .recruitProfile__item {
    width: 100%;
    max-width: 288px;
    font-size: 20px;
  }
}

.recruitInterview {
  padding: 120px 0;
  background-color: #E9F7F5;
}
@media screen and (max-width: 960px) {
  .recruitInterview {
    padding: 50px 0;
  }
}
.recruitInterview__img {
  margin-top: 80px;
  border-radius: 20px;
  overflow: hidden;
}
@media screen and (max-width: 960px) {
  .recruitInterview__img {
    border-radius: 0;
    margin-top: 40px;
    aspect-ratio: 1.9;
  }
  .recruitInterview__img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}

.itvBlk {
  margin-top: 100px;
}
@media screen and (max-width: 960px) {
  .itvBlk {
    margin-top: 40px;
  }
}
.itvBlk__item {
  display: flex;
  align-items: flex-start;
  column-gap: 40px;
  margin-top: 20px;
}
@media screen and (max-width: 960px) {
  .itvBlk__item {
    column-gap: 8px;
    margin-top: 10px;
  }
}
.itvBlk__item.--question {
  margin-bottom: 40px;
}
@media screen and (max-width: 960px) {
  .itvBlk__item.--question {
    margin-bottom: 0;
  }
}
.itvBlk__icon {
  flex-shrink: 0;
}
.itvBlk__icon > img {
  border-radius: 100px;
  display: block;
  width: 80px;
}
@media screen and (max-width: 960px) {
  .itvBlk__icon > img {
    width: 70px;
  }
}
.itvBlk__name {
  margin-top: 8px;
  color: #2C9F7D;
  font-weight: bold;
  text-align: center;
}
@media screen and (max-width: 960px) {
  .itvBlk__name {
    font-size: 14px;
  }
}
.itvBlk__txtBlk {
  background-color: #fff;
  position: relative;
  padding: 20px 40px;
  border-radius: 4px;
  box-shadow: 0 2px 14px 0 rgba(197, 197, 197, 0.15);
  flex-grow: 1;
  margin-top: 14px;
  line-height: 1.7;
}
@media screen and (max-width: 960px) {
  .itvBlk__txtBlk {
    padding: 20px 5%;
    margin-top: 0;
    font-size: 15px;
  }
}
.itvBlk__txtBlk:after {
  display: block;
  content: "";
  position: absolute;
  width: 24px;
  height: 15px;
  background: center left/contain url("../img/recruit/ico-hukidashi-right.svg") no-repeat;
  top: 6px;
  right: -23px;
}
@media screen and (max-width: 960px) {
  .itvBlk__txtBlk:after {
    width: 11px;
    height: 8px;
    top: 9px;
    right: -10px;
  }
}
.itvBlk__txtBlk.--question:after {
  right: auto;
  left: -23px;
  background: center right/contain url("../img/recruit/ico-hukidashi-left.svg") no-repeat;
}
@media screen and (max-width: 960px) {
  .itvBlk__txtBlk.--question:after {
    width: 11px;
    height: 8px;
    top: 9px;
    left: -10px;
  }
}
.itvBlk__qNum {
  color: #2C9F7D;
  font-size: 32px;
  font-weight: bold;
}
@media screen and (max-width: 960px) {
  .itvBlk__qNum {
    font-size: 16px;
    display: block;
  }
}
.itvBlk__qTxt {
  color: #2C9F7D;
  font-size: 24px;
  font-weight: bold;
  display: inline-block;
  margin-left: 10px;
}
@media screen and (max-width: 960px) {
  .itvBlk__qTxt {
    font-size: 16px;
    margin-left: 0;
  }
}

.recruitFlow {
  padding-top: 120px;
  margin-bottom: 120px;
}
@media screen and (max-width: 960px) {
  .recruitFlow {
    padding-top: 50px;
    margin-bottom: 50px;
  }
}

.flowBlk {
  display: flex;
  align-items: center;
  column-gap: 50px;
  justify-content: space-between;
  width: 1049px;
  max-width: 100%;
  margin: 80px auto 0;
}
@media screen and (max-width: 960px) {
  .flowBlk {
    margin-top: 40px;
  }
}
.flowBlk__items {
  display: flex;
  flex-direction: column;
  grid-row-gap: 32px;
  position: relative;
}
.flowBlk__items:before {
  display: block;
  content: "";
  position: absolute;
  width: 14px;
  height: 95%;
  background-color: #B7ECE0;
  left: 43px;
  top: 10px;
  z-index: -1;
}
.flowBlk__item {
  display: flex;
  column-gap: 35px;
}
.flowBlk__item:last-of-type .flowBlk__timeIco {
  background: linear-gradient(to bottom, transparent 90px, #fff 90px);
}
.flowBlk__timeIco {
  flex-shrink: 0;
}
.flowBlk__contents {
  width: 501px;
}
@media screen and (max-width: 960px) {
  .flowBlk__contents {
    width: auto;
  }
}
.flowBlk__time {
  color: #00BAB9;
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 3px;
}
@media screen and (max-width: 960px) {
  .flowBlk__time {
    margin-bottom: 10px;
  }
}
.flowBlk__txt {
  line-height: 1.7;
}
@media screen and (max-width: 960px) {
  .flowBlk__txt {
    margin-bottom: 10px;
  }
}
.flowBlk__imgs {
  display: flex;
  flex-direction: column;
  grid-row-gap: 10px;
}
.flowBlk__imgs img {
  width: 312px;
  border-radius: 7px;
}
@media screen and (max-width: 960px) {
  .flowBlk__img {
    border-radius: 4px;
  }
}

.recruitEntry {
  margin-bottom: 120px;
}
.recruitEntry .ttl01__en {
  line-height: 1.2;
}
@media screen and (max-width: 960px) {
  .recruitEntry {
    margin-bottom: 70px;
  }
}
.recruitEntry__border {
  border: solid 10px #28AB9F;
  border-radius: 40px;
  padding: 80px 5%;
}
@media screen and (max-width: 960px) {
  .recruitEntry__border {
    padding: 40px 5%;
    border-radius: 20px;
    border-width: 4px;
  }
}
.recruitEntry__txt {
  text-align: center;
  line-height: 1.7;
  margin-top: 35px;
  margin-bottom: 40px;
}
@media screen and (max-width: 960px) {
  .recruitEntry__txt {
    text-align: left;
  }
}
.recruitEntry__items {
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 960px) {
  .recruitEntry__items {
    flex-direction: column;
    align-items: center;
  }
}
.recruitEntry__item {
  padding: 30px 70px;
  text-align: center;
  border-left: solid 2px #E8E8E8;
}
@media screen and (max-width: 960px) {
  .recruitEntry__item {
    padding: 35px 0  0;
    margin-top: 40px;
    border-left: none;
    border-top: solid 2px #E8E8E8;
  }
}
.recruitEntry__item:first-of-type {
  border: none;
}
@media screen and (max-width: 960px) {
  .recruitEntry__item:first-of-type {
    padding: 0;
    margin: 0;
  }
}
.recruitEntry__ctaTtl {
  font-weight: bold;
  font-size: 22px;
  margin-bottom: 40px;
}
@media screen and (max-width: 960px) {
  .recruitEntry__ctaTtl {
    margin-bottom: 20px;
  }
}
.recruitEntry__btn {
  display: flex;
  padding: 0 10px 0 23px;
  border-radius: 8px;
  background-color: #28AB9F;
  font-size: 14px;
  color: #fff;
  justify-content: space-between;
  width: 204px;
  max-width: 100%;
  height: 44px;
  align-items: center;
  font-weight: 500;
  border: solid 2px #28AB9F;
}
.recruitEntry__btn:hover {
  background-color: #fff;
  color: #28AB9F;
  opacity: 1;
}
.recruitEntry__btn__arrow {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #fff;
  border-radius: 100px;
  width: 24px;
  height: 24px;
}

.privacyMain {
  margin-top: 120px;
  margin-bottom: 120px;
}
@media screen and (max-width: 960px) {
  .privacyMain {
    margin-top: 50px;
    margin-bottom: 70px;
    font-size: 15px;
  }
}
.privacyMain__introTxt {
  margin-bottom: 96px;
  line-height: 1.7;
}
@media screen and (max-width: 960px) {
  .privacyMain__introTxt {
    margin-bottom: 50px;
  }
}
.privacyMain__ttl {
  margin-top: 40px;
  font-weight: 500;
  font-size: 20px;
}
@media screen and (max-width: 960px) {
  .privacyMain__ttl {
    margin-top: 30px;
    font-size: 18px;
  }
}
.privacyMain__txt {
  margin-top: 20px;
  line-height: 1.7;
}
.privacyMain__lists {
  list-style: disc;
  line-height: 1.7;
  margin-left: 1.5em;
}
