@font-face {
  font-family: 'Zen Old Mincho';
  src: url(/asset/fonts/ZenOldMincho-Bold.ttf);
}
@font-face {
  font-family: 'Noto Sans JP';
  src: url(/asset/fonts/NotoSansJP-VariableFont_wght.ttf) format('truetype');
  font-style: normal;
  font-display: swap;
}
.recruit .title__main {
  width: 36%;
}
.recruit .title__main img {
  max-width: 411px;
}
@media screen and (max-width: 767px) {
  .recruit .title__main {
    width: 95%;
  }
  .recruit .title__main img {
    max-width: none;
  }
}
.recruit .title__top {
  background-image: url(/asset/images/recruit/recruit_title_bg.jpg);
}
.recruit .title__lead_text {
  padding-right: 14%;
}
@media screen and (max-width: 767px) {
  .recruit .title__lead_text {
    padding-right: 0;
  }
}
.recruit .recruit__links {
  width: 100%;
  display: flex;
  align-content: flex-start;
  align-items: flex-start;
  justify-content: space-between;
  width: 90%;
  margin: 75px auto 0;
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .recruit .recruit__links {
    width: 80%;
    margin-top: 12vw;
  }
}
.recruit .recruit__links li {
  width: 45.5%;
}
.recruit .recruit__links li:nth-child(n + 3) {
  margin-top: 55px;
}
@media screen and (max-width: 767px) {
  .recruit .recruit__links li {
    width: 100%;
  }
  .recruit .recruit__links li:nth-child(n + 2) {
    margin-top: 12vw;
  }
}
.recruit .recruit__links li .recruit__link {
  aspect-ratio: 0.81/1;
  width: 100%;
  display: flex;
  align-content: flex-start;
  align-items: flex-start;
  justify-content: space-between;
  flex-direction: column;
  box-sizing: border-box;
  border: 1px solid #7e7e7e;
  border-radius: 25px;
  overflow: hidden;
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  .recruit .recruit__links li .recruit__link {
    border-radius: 15px;
  }
}
.recruit .recruit__links li .recruit__link img {
  display: block;
}
.recruit .recruit__links li .recruit__link .recruit__page {
  width: 100%;
  text-align: center;
  font-size: 40px;
  font-weight: 600;
  color: #000;
  margin-bottom: 2.7em;
}
.recruit .recruit__links li .recruit__link .recruit__page .recruit__page_sub {
  display: block;
  font-size: 30px;
}
@media screen and (max-width: 1280px) {
  .recruit .recruit__links li .recruit__link .recruit__page {
    font-size: 3vw;
  }
  .recruit .recruit__links li .recruit__link .recruit__page .recruit__page_sub {
    font-size: 2.4vw;
  }
}
@media screen and (max-width: 767px) {
  .recruit .recruit__links li .recruit__link .recruit__page {
    font-size: 6.2vw;
  }
  .recruit .recruit__links li .recruit__link .recruit__page .recruit__page_sub {
    font-size: 4.6vw;
  }
  .recruit .recruit__links li .recruit__link .recruit__page.recruit__page_2c {
    margin-bottom: 2.5em;
  }
}
.recruit .recruit__links li .recruit__link {
  position: relative;
}
.recruit .recruit__links li .recruit__link::before {
  position: absolute;
  content: '';
  box-sizing: border-box;
  width: 42px;
  height: 42px;
  right: calc(50% - 21px);
  bottom: 19px;
  mask: url(/asset/images/common/button_y.svg);
  mask-size: contain;
  mask-position: center right;
  mask-repeat: no-repeat;
  background-color: #000;
}
@media screen and (max-width: 1280px) {
  .recruit .recruit__links li .recruit__link::before {
    width: 4vw;
    height: 4vw;
    bottom: 2vw;
    right: calc(50% - 2vw);
  }
}
@media screen and (max-width: 767px) {
  .recruit .recruit__links li .recruit__link::before {
    width: 8vw;
    height: 8vw;
    bottom: 3vw;
    right: calc(50% - 4vw);
  }
}
.recruit .recruit__links li .recruit__link:hover {
  opacity: 0.5;
}
.recruit .recruit__interview {
  width: 90%;
  margin: 0 auto;
  overflow: hidden;
}
.recruit .recruit__interview_image {
  width: 46%;
  float: left;
}
@media screen and (max-width: 767px) {
  .recruit .recruit__interview_image {
    width: 100%;
    float: none;
    margin-top: 6vw;
  }
}
.recruit .recruit__interview_text {
  width: 50%;
  float: right;
}
.recruit .recruit__interview_text.textarea {
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  .recruit .recruit__interview_text.textarea {
    margin-top: 6vw;
  }
}
.recruit .recruit__interview_text .content__button .content__button__link {
  padding: 1em 0 !important;
}
@media screen and (max-width: 767px) {
  .recruit .recruit__interview_text {
    width: 100%;
    float: none;
  }
}
.recruit .recruit__interview_lead {
  font-size: 30px;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .recruit .recruit__interview_lead {
    font-size: 5.6vw;
  }
}
.recruit .recruit__interview_post {
  font-size: 24px;
  font-weight: 600;
  margin-top: 1em;
}
@media screen and (max-width: 767px) {
  .recruit .recruit__interview_post {
    font-size: 3.7vw;
  }
}
.recruit .interview__movie {
  font-size: 30px;
  text-align: center;
  font-weight: 600;
  margin-top: 130px;
}
@media screen and (max-width: 767px) {
  .recruit .interview__movie {
    font-size: 5.6vw;
    margin-top: 20vw;
  }
}
.recruit .movie__area {
  margin: 70px auto 0;
  width: 80%;
}
@media screen and (max-width: 767px) {
  .recruit .movie__area {
    width: 91%;
    margin-top: 6vw;
    max-width: 100%;
  }
}
.recruit .movie__area iframe {
  aspect-ratio: 16/9;
  width: 100%;
  height: auto;
}
.interview .title__main {
  width: auto;
}
.interview .title__main img {
  width: 260px;
  display: block;
}
@media screen and (max-width: 767px) {
  .interview .title__main img {
    width: 50%;
  }
}
.interview .title__top {
  background-image: url(/asset/images/recruit/interview_title_bg.jpg);
}
@supports (background-image: url('/asset/images/recruit/interview_title_bg.webp')) {
  .interview .title__top {
    background-image: url(/asset/images/recruit/interview_title_bg.webp);
  }
}
.interview .title__lead_text {
  padding-right: 2%;
}
@media screen and (max-width: 767px) {
  .interview .title__lead_text {
    padding-left: 0;
  }
}
@media screen and (max-width: 767px) {
  .interview .page .content.content__area {
    width: 100%;
  }
}
.interview .interview__keywords {
  margin: 45px auto 0;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  padding: 40px 10% 70px;
}
@media screen and (max-width: 767px) {
  .interview .interview__keywords {
    margin-top: 10vw;
    padding: 7vw 3% 9vw;
  }
}
.interview .keywords__title {
  text-align: center;
  font-size: 30px;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .interview .keywords__title {
    font-size: 5.6vw;
  }
}
.interview .keywords__lists {
  width: 100%;
  display: flex;
  align-content: flex-start;
  align-items: flex-start;
  justify-content: space-between;
  margin-top: 20px;
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .interview .keywords__lists {
    margin-top: 0;
  }
}
.interview .keywords__list {
  width: 100%;
  display: flex;
  align-content: flex-start;
  align-items: center;
  justify-content: flex-start;
  width: fit-content;
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  .interview .keywords__list {
    width: 100%;
    margin-top: 5vw;
    flex-wrap: wrap;
  }
}
.interview .keywords__category {
  font-size: 20px;
  font-weight: 600;
  margin-right: 0.5em;
}
@media screen and (max-width: 767px) {
  .interview .keywords__category {
    font-size: 3.7vw;
  }
}
.interview .keywords__value {
  font-size: 16px;
  margin-right: 0.8em;
}
.interview .keywords__value label {
  transition: 0.3s;
}
.interview .keywords__value label:hover {
  opacity: 0.5;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .interview .keywords__value {
    font-size: 3vw;
  }
}
.interview .keywords__value input[type='radio'] {
  position: absolute;
  opacity: 0;
  pointer-events: none;
  z-index: -1;
}
.interview .keywords__value label {
  position: relative;
  padding-left: 1.2em;
  display: inline-flex;
}
.interview .keywords__value label::before {
  content: '';
  width: 1em;
  height: 1em;
  border: 1px solid #333;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  background: #fff;
  transition: 0.2s ease;
}
.interview .keywords__value input[type='radio']:checked + label::before,
.interview .keywords__value label:has(input[type='radio']:checked)::before {
  background: #7fc7e5;
}
.interview .keywords__clear {
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  .interview .keywords__clear {
    margin-top: 5vw;
    width: 100%;
  }
}
.interview #button__clear {
  font-size: 16px;
  font-weight: 600;
  border-radius: 2em;
  padding: 0.5em 2em;
  border: 1px solid #000;
  transition: 0.3s;
}
.interview #button__clear:hover {
  border-color: #7fc7e5;
  color: #fff;
  background-color: #7fc7e5;
}
@media screen and (max-width: 767px) {
  .interview #button__clear {
    width: 40%;
    margin: 0 auto;
    display: block;
    font-size: 3.7vw;
    padding: 0.5em 0;
  }
}
.interview .interview__persons {
  width: 100%;
  display: flex;
  align-content: flex-start;
  align-items: stretch;
  justify-content: space-between;
  padding: 0 1%;
  margin-top: 60px;
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .interview .interview__persons {
    margin-top: 0;
    padding: 0;
    justify-content: center;
  }
}
.interview .interview__persons li {
  width: 100%;
  display: flex;
  align-content: flex-start;
  align-items: stretch;
  justify-content: flex-start;
  flex-direction: column;
  width: 31%;
  margin-top: 70px;
  border: 1px solid #d9d9d9;
  border-radius: 20px;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .interview .interview__persons li {
    width: 70%;
    margin-top: 5vw;
    padding-bottom: 0;
  }
}
.interview .interview__persons li.js-hide {
  display: none;
}
.interview .interview__persons::after {
  content: '';
  width: 31%;
}
@media screen and (min-width: 768px) {
  .interview .title__lead_text {
    text-align: center;
  }
  .interview .title__lead_text_top {
    text-align: left;
  }
}
.interview .persons__photo {
  width: 100%;
  position: relative;
}
.interview .persons__diver {
  width: 69%;
  background-color: #dd2489;
  position: absolute;
  bottom: 0;
  right: 0;
}
.interview .persons__diver p {
  color: #fff;
  padding: 1em 1em;
}
.interview .persons__diver.challenged {
  background-color: #01b404;
}
.interview .persons__line {
  width: 100%;
  height: 20px;
  background-color: #1b4a73;
  position: relative;
  overflow: hidden;
}
.interview .persons__line::before {
  content: '';
  width: 31%;
  height: 20px;
  background-color: #00a0e9;
  position: absolute;
  top: 0;
  left: 0;
}
.interview .persons__profile {
  width: 100%;
  display: flex;
  align-content: flex-start;
  align-items: stretch;
  justify-content: space-between;
  flex-direction: column;
  flex: 1 1 auto;
  padding: 10px 5% 0;
}
@media screen and (max-width: 767px) {
  .interview .persons__profile {
    padding: 3vw 5% 0;
  }
}
.interview .interview__persons li > a {
  display: flex;
  flex-direction: column;
  height: 100%;
  color: inherit;
  text-decoration: none;
}
.interview .interview__persons li > a:hover {
  opacity: 0.7;
}
.interview .profile__post {
  font-size: 20px;
  font-weight: 600;
  color: #00a0e9;
  padding-left: 0.5em;
}
@media screen and (max-width: 767px) {
  .interview .profile__post {
    font-size: 5vw;
  }
}
.interview .profile__join {
  width: fit-content;
  font-size: 16px;
  font-weight: 600;
  background-color: #00a0e9;
  color: #fff;
  padding: 0.2em 0.5em;
  margin-top: 0.3em;
}
@media screen and (max-width: 767px) {
  .interview .profile__join {
    font-size: 3.7vw;
  }
}
.interview .profile__conmment {
  font-size: 16px;
  line-height: 1.8;
  margin-top: 1em;
  word-break: break-all;
}
@media screen and (max-width: 767px) {
  .interview .profile__conmment {
    font-size: 4.6vw;
  }
}
.interview .profile__detail {
  width: 90%;
  text-align: center;
  font-size: 18px;
  font-weight: 600;
  margin: 40px auto;
}
@media screen and (max-width: 767px) {
  .interview .profile__detail {
    font-size: 4.6vw;
    margin: 6vw 0 7vw;
    width: 100%;
  }
}
.interview .profile__detail a {
  color: #fff;
  background-color: #1b4a73;
  border-radius: 10px;
  display: block;
  padding: 0.8em 0;
  transition: 0.3s;
}
.interview .profile__detail a:hover {
  opacity: 0.5;
}
.interview .profile__detail .profile__detail__btn {
  color: #fff;
  background-color: #1b4a73;
  border-radius: 10px;
  display: block;
  padding: 0.8em 0;
  transition: 0.3s;
}
.interview .profile__detail .profile__detail__btn:hover {
  opacity: 0.5;
}
.profile__detail {
  width: 90%;
  text-align: center;
  font-size: 18px;
  font-weight: 600;
  margin: 40px auto 0;
}
@media screen and (max-width: 767px) {
  .profile__detail {
    font-size: 4.6vw;
    margin-top: 2vw;
    width: 100%;
  }
}
.profile__detail a {
  color: #fff;
  background-color: #1b4a73;
  border-radius: 10px;
  display: block;
  padding: 0.8em 0;
  transition: 0.3s;
  background-image: url(/asset/images/common/button_y.svg);
  background-repeat: no-repeat;
  background-position: center right 5%;
  background-size: 8% auto;
}
.profile__detail a:hover {
  opacity: 0.5;
}
.profile__detail .profile__detail__btn {
  color: #fff;
  background-color: #1b4a73;
  border-radius: 10px;
  display: block;
  padding: 0.8em 0;
  transition: 0.3s;
  background-image: url(/asset/images/common/button_y.svg);
  background-repeat: no-repeat;
  background-position: center right 5%;
  background-size: 8% auto;
}
.profile__detail .profile__detail__btn:hover {
  opacity: 0.5;
}
.detail .page {
  width: 80%;
  margin: 50px auto 0;
}
@media screen and (max-width: 767px) {
  .detail .page {
    width: 100%;
    margin-top: 6vw;
  }
  .detail .page .content__area {
    width: 100%;
  }
}
.detail .page .detail__photo {
  width: 70%;
  margin: 0 auto;
}
.detail .page .detail__photo img,
.detail .page .detail__photo picture {
  width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .detail .page .detail__photo {
    max-width: none;
  }
}
@media screen and (min-width: 768px) {
  .detail .page .detail__photo.max640 {
    max-width: 640px;
  }
  .detail .page .detail__photo.max660 {
    max-width: 660px;
  }
}
.detail .page .detail__textarea {
  padding: 0 2%;
}
@media screen and (max-width: 767px) {
  .detail .page .detail__textarea {
    padding: 0 5%;
  }
}
.detail .page .detail__textarea.detail__box {
  width: 100%;
  display: flex;
  align-content: flex-start;
  align-items: flex-start;
  justify-content: space-between;
}
.detail .page .detail__textarea.detail__box .detail__img {
  width: 40%;
}
.detail .page .detail__textarea.detail__box .detail__text {
  width: 56%;
}
@media screen and (max-width: 767px) {
  .detail .page .detail__textarea.detail__box {
    flex-wrap: wrap;
  }
  .detail .page .detail__textarea.detail__box .detail__img,
  .detail .page .detail__textarea.detail__box .detail__text {
    width: 100%;
  }
  .detail .page .detail__textarea.detail__box .detail__img + .detail__text,
  .detail .page .detail__textarea.detail__box .detail__text + .detail__img {
    margin-top: 5vw;
  }
}
@media screen and (min-width: 768px) {
  .detail .page .detail__textarea.detail__box.max320 .detail__img {
    max-width: 320px;
    width: 28%;
  }
  .detail .page .detail__textarea.detail__box.max320 .detail__text {
    width: 68%;
  }
  .detail .page .detail__textarea.detail__box.max240 .detail__img {
    max-width: 240px;
    width: 21%;
  }
  .detail .page .detail__textarea.detail__box.max240 .detail__text {
    width: 75%;
  }
}
.detail .page .page__buttons {
  width: 100%;
  display: flex;
  align-content: flex-start;
  align-items: flex-start;
  justify-content: space-between;
  width: 600px;
  flex-wrap: wrap;
  margin: 200px auto 0;
}
@media screen and (max-width: 767px) {
  .detail .page .page__buttons {
    width: 90%;
    margin-top: 10vw;
  }
}
.detail .page .page__buttons .content__button {
  width: 100%;
}
.detail .page .page__buttons .content__button .content__button__link {
  background-color: #1b4a73;
  color: #fff;
}
.detail .page .page__buttons .content__button .content__button__link:hover {
  background-color: #fff;
  border-color: #1b4a73;
  color: #1b4a73;
}
.detail .page .page__buttons .content__button .content__button__link:hover::after,
.detail .page .page__buttons .content__button .content__button__link:hover::before {
  border-color: #1b4a73 !important;
}
.detail .page .page__buttons .detail__gotop {
  width: 100%;
}
.detail .page .page__buttons .detail__gotop .content__button__link {
  background-image: url(/asset/images/common/button_wy.png);
  background-repeat: no-repeat;
  background-size: 7% auto;
  background-position: center right 5%;
}
.detail .page .page__buttons .detail__gotop .content__button__link:hover {
  background-image: url(/asset/images/common/button_gy.png);
}
.detail .page .page__buttons .detail__prev {
  width: 48%;
}
.detail .page .page__buttons .detail__prev .content__button__link {
  text-align: center;
  background-image: url(/asset/images/common/button_wyr.png);
  background-repeat: no-repeat;
  background-size: 7% auto;
  background-position: center right 5%;
  background-size: 12% auto;
  background-position: center left 10%;
}
.detail .page .page__buttons .detail__prev .content__button__link::before {
  right: inherit;
  left: 10px;
}
.detail .page .page__buttons .detail__prev .content__button__link::after {
  right: inherit;
  left: 20px;
  transform: rotate(225deg);
}
@media screen and (max-width: 767px) {
  .detail .page .page__buttons .detail__prev .content__button__link::after {
    left: 18px !important;
  }
}
.detail .page .page__buttons .detail__prev .content__button__link:hover {
  background-image: url(/asset/images/common/button_byr.png);
}
.detail .page .page__buttons .detail__mext {
  width: 48%;
}
.detail .page .page__buttons .detail__mext .content__button__link {
  background-image: url(/asset/images/common/button_wy.png);
  background-size: 12% auto;
  background-position: center right 10%;
}
.detail .page .page__buttons .detail__mext .content__button__link:hover {
  background-image: url(/asset/images/common/button_by.png);
}
.detail .page .page__buttons .detail__mext .content__button__link,
.detail .page .page__buttons .detail__prev .content__button__link {
  background-color: #7fc7e5;
  border-color: #7fc7e5;
  color: #fff;
}
.detail .page .page__buttons .detail__mext .content__button__link:hover,
.detail .page .page__buttons .detail__prev .content__button__link:hover {
  background-color: #fff;
  border-color: #7fc7e5;
  color: #7fc7e5;
}
.detail .page .page__title_h3 {
  margin-top: 150px;
}
@media screen and (max-width: 767px) {
  .detail .page .page__title_h3 {
    margin-top: 2.5em;
  }
}
.about .title__main {
  width: auto;
}
.about .title__main img {
  width: 260px;
  display: block;
}
@media screen and (max-width: 767px) {
  .about .title__main img {
    width: 50%;
  }
}
.about .title__top {
  background-image: url(/asset/images/recruit/about_title_bg.jpg);
}
@supports (background-image: url('/asset/images/recruit/about_title_bg.webp')) {
  .about .title__top {
    background-image: url(/asset/images/recruit/about_title_bg.webp);
  }
}
.about .title__lead_text {
  padding-right: 0;
}
@media screen and (max-width: 767px) {
  .about .title__lead_text {
    padding-left: 0;
  }
}
.about .content.content__area .page__img {
  max-width: 1100px;
  width: 86%;
  margin: 0 auto 50px;
}
@media screen and (max-width: 767px) {
  .about .content.content__area .page__img {
    width: 100%;
    margin-bottom: 6vw;
  }
}
.about .content.content__area .about__reasons {
  width: 100%;
  display: flex;
  align-content: flex-start;
  align-items: stretch;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 94%;
  margin: 0 auto;
}
.about .content.content__area .about__person {
  width: 100%;
  display: flex;
  align-content: flex-start;
  align-items: flex-start;
  justify-content: space-between;
  flex-direction: column;
  width: 30%;
  margin-top: 90px;
  padding-top: 50px;
  position: relative;
}
.about .content.content__area .about__person:nth-child(-n + 3) {
  margin-top: 50px;
}
@media screen and (max-width: 1280px) {
  .about .content.content__area .about__person {
    padding-top: 6vw;
  }
}
@media screen and (max-width: 767px) {
  .about .content.content__area .about__person {
    width: 100%;
    margin-top: 7vw;
    padding-top: 12vw;
  }
  .about .content.content__area .about__person:nth-child(-n + 3) {
    margin-top: 7vw;
  }
}
.about .content.content__area .about__photo {
  width: 100%;
}
.about .content.content__area .about__photo_line {
  width: 100%;
  height: 20px;
  background-color: #f1c621;
  position: relative;
}
.about .content.content__area .about__photo_line::after {
  content: '';
  width: 30%;
  height: 20px;
  background-color: #00a0e9;
  position: absolute;
  top: 0;
  left: 0;
}
.about .content.content__area .about__point {
  width: 94%;
  text-align: center;
  background-color: #00a0e9;
  font-size: 20px;
  color: #fff;
  line-height: 1.3;
  padding: 0.8em 0.5em;
  position: absolute;
  min-height: 3em;
  top: 0;
  left: 3%;
  border-radius: 1em;
}
@media screen and (max-width: 1280px) {
  .about .content.content__area .about__point {
    font-size: 2vw;
  }
}
@media screen and (max-width: 767px) {
  .about .content.content__area .about__point {
    font-size: 4.6vw;
  }
}
.about .content.content__area .about__point span {
  display: inline-block;
  text-align: left;
  position: relative;
  background-color: #00a0e9;
}
.about .content.content__area .about__point span::before {
  content: '';
  width: 100%;
  height: 50px;
  background-image: url(/asset/images/recruit/about_comment.png);
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: contain;
  position: absolute;
  bottom: -50px;
  left: 0;
  z-index: 0;
}
@media screen and (max-width: 1280px) {
  .about .content.content__area .about__point span::before {
    height: 4vw;
    bottom: -4vw;
  }
}
@media screen and (max-width: 767px) {
  .about .content.content__area .about__point span::before {
    height: 12vw;
    bottom: -12vw;
  }
}
.about .content.content__area .about__profile {
  width: 100%;
  height: 100%;
  border: 1px solid #d9d9d9;
  border-top: none;
  border-radius: 20px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  padding: 15px 4% 45px;
}
@media screen and (max-width: 767px) {
  .about .content.content__area .about__profile {
    padding: 4vw 4% 10vw;
  }
}
.about .content.content__area .about__branch {
  font-size: 20px;
  text-align: left;
  color: #00a0e9;
  font-weight: 600;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .about .content.content__area .about__branch {
    font-size: 4.6vw;
  }
}
.about .content.content__area .about__join {
  font-size: 18px;
  padding-left: 1em;
}
@media screen and (max-width: 1280px) {
  .about .content.content__area .about__join {
    display: block;
    margin-top: 0.5em;
    padding-left: 0;
  }
}
@media screen and (max-width: 767px) {
  .about .content.content__area .about__join {
    font-size: 4.6vw;
  }
}
.about .content.content__area .about__comment {
  font-size: 16px;
  margin-top: 1em;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .about .content.content__area .about__comment {
    font-size: 4.6vw;
  }
}
.about .about__flow {
  width: 82%;
  overflow: hidden;
  margin: 80px auto 0;
}
@media screen and (max-width: 767px) {
  .about .about__flow {
    width: 100%;
    margin-top: 7vw;
  }
}
.about .about__flow_a {
  width: 55%;
  float: right;
  border-bottom: 1px solid #000;
  padding-bottom: 0.5em;
  color: #1b4a73;
  line-height: 1;
  font-weight: 600;
  padding-left: 16px;
  font-size: 48px;
}
.about .about__flow_a span {
  font-size: 24px;
}
@media screen and (max-width: 767px) {
  .about .about__flow_a {
    width: 100%;
    font-size: 10vw;
    padding-left: 4%;
    float: none;
  }
  .about .about__flow_a span {
    font-size: 5vw;
  }
}
.about .about__flow_text {
  width: 55%;
  float: right;
  padding-left: 16px;
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  .about .about__flow_text {
    width: 100%;
    clear: both;
    padding-left: 0;
    margin-top: 6vw;
  }
  .about .about__flow_text .about__flow_small {
    font-size: 3.1vw;
  }
}
.about .about__flow_img {
  width: 38%;
  float: left;
}
@media screen and (max-width: 767px) {
  .about .about__flow_img {
    width: 100%;
    float: none;
    margin-top: 8vw;
  }
}
.about .about__flow_line {
  width: 90%;
  margin: 150px auto 0;
}
@media screen and (max-width: 767px) {
  .about .about__flow_line {
    width: 100%;
    margin-top: 5vw;
  }
}
.about .about__flow_box:nth-child(2n + 1) {
  width: 53.2%;
  margin-top: -28px;
}
.about .about__flow_box:nth-child(2n) {
  width: 52.9%;
  margin-left: 47.1%;
  margin-top: -28px;
}
.about .about__flow_box:last-child {
  width: 37.7%;
}
@media screen and (max-width: 767px) {
  .about .about__flow_box:last-child,
  .about .about__flow_box:nth-child(2n),
  .about .about__flow_box:nth-child(2n + 1) {
    width: 100%;
    margin: 4vw 0 0;
  }
}
.about .about__flow_lead {
  max-width: 1152px;
  width: 90%;
  margin: 100px auto 0;
}
@media screen and (max-width: 767px) {
  .about .about__flow_lead {
    width: 100%;
    margin-top: 9vw;
  }
}
.about .about__interview {
  width: 92%;
  margin: 110px auto 0;
  border: 1px solid #858585;
  transition: 0.3s;
}
.about .about__interview:hover {
  opacity: 0.5;
}
@media screen and (max-width: 767px) {
  .about .about__interview {
    width: 100%;
    margin-top: 9vw;
  }
}
.rewarding .title__main {
  width: auto;
}
.rewarding .title__main img {
  width: 260px;
  display: block;
}
@media screen and (max-width: 767px) {
  .rewarding .title__main img {
    width: 50%;
  }
}
.rewarding .title__top {
  background-image: url(/asset/images/recruit/rewarding_title_bg.jpg);
}
@supports (background-image: url('/asset/images/recruit/rewarding_title_bg.webp')) {
  .rewarding .title__top {
    background-image: url(/asset/images/recruit/rewarding_title_bg.webp);
  }
}
.rewarding .title__lead_text {
  padding-right: 2%;
}
@media screen and (max-width: 767px) {
  .rewarding .title__lead_text {
    padding-left: 0;
  }
}
.rewarding .page__img + .textarea p {
  text-align: right;
  padding-right: 10%;
}
@media screen and (max-width: 767px) {
  .rewarding .page__img + .textarea p {
    font-size: 2.5vw;
  }
}
.rewarding__eruboshi {
  width: 100%;
  display: flex;
  align-content: flex-start;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .rewarding__eruboshi {
    margin-top: 4vw;
  }
}
.rewarding__eruboshi .textarea {
  width: 62%;
  margin-left: 4%;
}
@media screen and (max-width: 767px) {
  .rewarding__eruboshi .textarea {
    width: 94%;
    margin-left: 0;
    margin-top: 8vw;
  }
}
.rewarding__eruboshi_icon {
  width: 24%;
}
@media screen and (max-width: 767px) {
  .rewarding__eruboshi_icon {
    width: 28%;
  }
}
.training .title__main {
  width: auto;
}
.training .title__main img {
  width: 260px;
  display: block;
}
@media screen and (max-width: 767px) {
  .training .title__main img {
    width: 50%;
  }
}
.training .title__top {
  background-image: url(/asset/images/recruit/training_title_bg.jpg);
}
@supports (background-image: url('/asset/images/recruit/training_title_bg.webp')) {
  .training .title__top {
    background-image: url(/asset/images/recruit/training_title_bg.webp);
  }
}
.training .title__lead_text {
  padding-right: 2%;
}
@media screen and (max-width: 767px) {
  .training .title__lead_text {
    padding-right: 0;
  }
}
.training .training__voice {
  text-align: left;
  font-size: 20px;
  font-weight: 600;
  color: #1160af;
  margin-top: 6em;
  line-height: 1.4;
  padding-bottom: 0.2em;
  border-bottom: 1px solid #1160af;
}
@media screen and (max-width: 767px) {
  .training .training__voice {
    font-size: 5vw;
    margin-top: 10vw;
  }
}
.training .training__icon {
  width: 100%;
  display: flex;
  align-content: flex-start;
  align-items: center;
  justify-content: space-between;
  margin-top: 15px;
}
.training .training__icon picture {
  width: 8%;
}
@media screen and (max-width: 767px) {
  .training .training__icon picture {
    width: 14%;
  }
}
.training .training__icon + .training__icon {
  border-top: 2px dotted #000;
  padding-top: 15px;
}
.training .training__voice_text {
  width: 86%;
}
@media screen and (max-width: 767px) {
  .training .training__voice_text {
    width: 85%;
  }
}
.training .training__modals {
  width: 100%;
  display: flex;
  align-content: flex-start;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
}
.training .training__modals li {
  width: 49%;
  margin-top: 75px;
  text-align: center;
}
.training .training__modals li a {
  color: #000;
  transition: 0.3s;
}
.training .training__modals li a:hover {
  opacity: 0.5;
}
@media screen and (max-width: 767px) {
  .training .training__modals li {
    width: 100%;
    margin-top: 9vw;
  }
  .training .training__modals li p {
    font-size: 3.6vw;
  }
}
.training .training__modals .training__book {
  display: block;
  border: 1px solid #d9d9d9;
}
.training .training__policy {
  width: 98%;
  margin: 0 auto;
  background-color: #f2f2f2;
  padding: 35px 8% 95px;
}
.training .training__policy .page__distlist {
  width: fit-content;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .training .training__policy {
    width: 100%;
    padding: 8vw 5% 8vw;
    margin-top: -7vw;
  }
}
.training .training__policy .page__title_h3 {
  border: none;
  padding: 0;
  margin: 70px 0 70px !important;
}
@media screen and (max-width: 767px) {
  .training .training__policy .page__title_h3 {
    margin: 12vw 0 9vw !important;
  }
}
.training .training__table {
  width: 100%;
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  .training .content__button__link {
    padding: 1.4em 1em;
  }
}
.popup__wrap {
  width: 80%;
  margin: 0 auto;
  max-width: 1000px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .popup__wrap {
    width: 98%;
    max-width: none;
  }
}
.popup__wrap .popup__close {
  content: '';
  width: 50px;
  height: 50px;
  position: absolute;
  top: 0;
  right: -60px;
  background-image: url(/asset/images/recruit/popup_close.png);
  background-repeat: no-repeat;
  background-position: top center;
  background-size: contain;
}
@media screen and (max-width: 767px) {
  .popup__wrap .popup__close {
    top: -60px;
    right: 0;
  }
}
.popup__movie iframe {
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
}
.book__view {
  width: 100%;
  margin: 0 auto;
}
.book__view .slick-next,
.book__view .slick-prev {
  width: 50px;
  height: 50px;
}
.book__view .slick-prev::before {
  width: 50px;
  height: 50px;
  display: block;
  content: '';
  background-image: url(/asset/images/recruit/icon_prev.png);
  background-repeat: no-repeat;
  background-position: top center;
  background-size: contain;
}
.book__view .slick-prev {
  left: -50px;
}
@media screen and (max-width: 767px) {
  .book__view .slick-prev {
    left: -11%;
  }
}
.book__view .slick-next::before {
  display: block;
  width: 50px;
  height: 50px;
  content: '';
  background-image: url(/asset/images/recruit/icon_next.png);
  background-repeat: no-repeat;
  background-position: top center;
  background-size: contain;
}
.book__view .slick-next {
  right: -50px;
}
@media screen and (max-width: 767px) {
  .book__view .slick-next {
    right: -16%;
  }
}
@media screen and (max-width: 767px) {
  .book__view {
    width: 80%;
  }
  .book__view .slick-next::before,
  .book__view .slick-prev::before {
    width: 9vw;
    height: 9vw;
  }
}
.book__view .book__counter {
  text-align: center;
  color: #fff;
  margin-top: 1em;
}
.book__view img,
.book__view picture {
  width: auto;
  height: 100%;
}
@media screen and (max-width: 767px) {
  .book__view img,
  .book__view picture {
    width: 100%;
    height: auto;
  }
}
.popup__book .popup__wrap {
  width: 40%;
  height: 94vh;
  max-width: none;
}
@media screen and (max-width: 767px) {
  .popup__book .popup__wrap {
    width: 100%;
    height: auto;
  }
}
.slick-disabled {
  opacity: 0;
  visibility: hidden;
}
.slick-arrow:hover {
  opacity: 1 !important;
}
.slick-arrow {
  opacity: 1 !important;
}
.message .title__main {
  width: auto;
}
.message .title__main img {
  width: 260px;
  display: block;
}
@media screen and (max-width: 767px) {
  .message .title__main img {
    width: 50%;
  }
}
.message .title__top {
  background-image: url(/asset/images/recruit/message_title_bg.jpg);
}
@supports (background-image: url('/asset/images/recruit/message_title_bg.webp')) {
  .message .title__top {
    background-image: url(/asset/images/recruit/message_title_bg.webp);
  }
}
.message .title__lead_text {
  padding-right: 2%;
}
@media screen and (max-width: 767px) {
  .message .title__lead_text {
    padding-left: 0;
  }
}
.message p.message__welcome {
  text-align: center;
  font-size: 30px;
  margin-top: 4em;
}
@media screen and (max-width: 767px) {
  .message p.message__welcome {
    font-size: 5vw;
  }
}
.message p.message__welcome {
  width: 100%;
  display: flex;
  align-content: flex-start;
  align-items: center;
  justify-content: center;
}
.message p.message__welcome span {
  display: block;
}
.message p.message__welcome span:nth-child(1),
.message p.message__welcome span:nth-child(3) {
  font-size: 150%;
  color: #7fc7e5;
  font-weight: 600;
}
.message p.message__welcome span:nth-child(2) {
  margin: 0 1em;
}
@media screen and (max-width: 767px) {
  .message p.message__welcome span:nth-child(2) {
    margin: 0 0.5em;
  }
}
.message .comment__author {
  width: 100%;
  display: flex;
  align-content: flex-start;
  align-items: center;
  justify-content: flex-end;
}
.message .comment__author .message_author {
  width: 159px;
  margin-left: 20px;
}
.qa .title__main {
  width: auto;
}
.qa .title__main img {
  width: 260px;
  display: block;
}
@media screen and (max-width: 767px) {
  .qa .title__main img {
    width: 50%;
  }
}
.qa .title__top {
  background-image: url(/asset/images/recruit/qa_title_bg.jpg);
}
@supports (background-image: url('/asset/images/recruit/qa_title_bg.webp')) {
  .qa .title__top {
    background-image: url(/asset/images/recruit/qa_title_bg.webp);
  }
}
.qa .title__lead_text {
  padding-right: 2%;
}
@media screen and (max-width: 767px) {
  .qa .title__lead_text {
    padding-left: 0;
  }
}
.qa p.message__welcome {
  text-align: center;
  font-size: 30px;
  margin-top: 4em;
}
@media screen and (max-width: 767px) {
  .qa p.message__welcome {
    font-size: 5vw;
  }
}
.qa p.message__welcome {
  width: 100%;
  display: flex;
  align-content: flex-start;
  align-items: center;
  justify-content: center;
}
.qa p.message__welcome span {
  display: block;
}
.qa p.message__welcome span:nth-child(1),
.qa p.message__welcome span:nth-child(3) {
  font-size: 150%;
  color: #7fc7e5;
  font-weight: 600;
}
.qa p.message__welcome span:nth-child(2) {
  margin: 0 1em;
}
@media screen and (max-width: 767px) {
  .qa p.message__welcome span:nth-child(2) {
    margin: 0 0.5em;
  }
}
.welfare .title__main {
  width: auto;
}
.welfare .title__main img {
  width: 260px;
  display: block;
}
@media screen and (max-width: 767px) {
  .welfare .title__main img {
    width: 50%;
  }
}
.welfare .title__top {
  background-image: url(/asset/images/recruit/welfare_title_bg.jpg);
}
@supports (background-image: url('/asset/images/recruit/welfare_title_bg.webp')) {
  .welfare .title__top {
    background-image: url(/asset/images/recruit/welfare_title_bg.webp);
  }
}
.welfare .title__lead_text {
  padding-right: 2%;
}
@media screen and (max-width: 767px) {
  .welfare .title__lead_text {
    padding-left: 0;
  }
}
.health .title__main {
  width: auto;
}
.health .title__main img {
  width: 260px;
  display: block;
}
@media screen and (max-width: 767px) {
  .health .title__main img {
    width: 50%;
  }
}
.health .title__top {
  background-image: url(/asset/images/recruit/health_title_bg.jpg);
}
@supports (background-image: url('/asset/images/recruit/health_title_bg.webp')) {
  .health .title__top {
    background-image: url(/asset/images/recruit/health_title_bg.webp);
  }
}
.health .title__lead_text {
  padding-right: 2%;
}
@media screen and (max-width: 767px) {
  .health .title__lead_text {
    padding-left: 0;
  }
}
.health .health__declaration {
  text-align: center;
  font-size: 30px;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .health .health__declaration {
    font-size: 5.6vw;
  }
}
.health .health__declaration span {
  display: block;
  font-size: 18px;
}
@media screen and (max-width: 767px) {
  .health .health__declaration span {
    font-size: 3.7vw;
  }
}
.health p.health__declaration_text {
  text-align: center;
  font-size: 16px !important;
  line-height: 2.5 !important;
  font-family: 'Zen Old Mincho', serif;
  font-weight: 500;
  font-style: normal;
  margin-top: 35px;
}
@media screen and (max-width: 767px) {
  .health p.health__declaration_text {
    font-size: 4.6vw !important;
    margin-top: 6vw;
    line-height: 1.6 !important;
  }
}
.health .health__declaration_author {
  width: 277px;
  margin: 20px 14% 0 auto;
}
@media screen and (max-width: 767px) {
  .health .health__declaration_author {
    width: 53%;
    margin: 4vw 3% 0 auto;
  }
}
@media screen and (max-width: 767px) {
  .health .text__center {
    text-align: left;
  }
  .health .text__center br {
    display: none;
  }
}
.health .health__image {
  width: 68%;
  margin: 50px auto 0;
}
@media screen and (max-width: 767px) {
  .health .health__image {
    width: 100%;
    margin-top: 6vw;
  }
}
.health .health__image.health__image_wide {
  width: 92%;
}
@media screen and (max-width: 767px) {
  .health .health__image.health__image_wide {
    width: 100%;
  }
}
.health .health__title {
  font-size: 30px !important;
  font-weight: 600;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .health .health__title {
    font-size: 4.6vw !important;
    text-align: left;
  }
}
.health .health__data {
  width: 90%;
  margin: 70px auto 0;
}
@media screen and (max-width: 767px) {
  .health .health__data {
    width: 100%;
    margin-top: 4vw;
  }
}
.health .health__data + .health__title {
  margin-top: 100px;
}
@media screen and (max-width: 767px) {
  .health .health__data + .health__title {
    margin-top: 1em;
  }
}
.health .health__data .health__data_image {
  margin-left: 0;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .health .health__data .health__data_image {
    margin-left: 0;
    width: 100%;
    overflow-x: auto;
  }
}
.health .health__data .health-table {
  width: 100%;
  border-collapse: collapse;
  border: 1px solid #555;
  font-size: 14px;
  line-height: 1.5;
  text-align: left;
}
.health .health__data .health-table span {
  font-size: 90%;
}
.health .health__data .health-table__cell--item {
  white-space: nowrap;
}
.health .health__data .health-table__cell {
  border: 1px solid #555;
  padding: 3px;
}
.health .health__data .health-table__body .health-table__row:nth-child(even) {
  background-color: #bdd7ee;
}
@media screen and (max-width: 767px) {
  .health .health__data .text__red {
    font-size: 3.7vw;
    margin-top: 0.5em !important;
    margin-left: 0;
  }
}
.health .health__stress .health__data_image {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .health .health__stress .health__data_image {
    margin-left: 0;
    width: 100%;
    overflow-x: auto;
  }
}
.health .health__stress .health-table,
.health .health__stress .health-table__cell--note {
  border: none;
}
.health .health__stress .health-table__cell--item {
  white-space: wrap;
}
.health .health__stress .health-table__head {
  white-space: nowrap;
}
.health .health__stress .health-table__body .health-table__row:nth-child(even),
.health .health__stress .health-table__cell--note {
  background-color: #fff;
}
.health .health__stress .health-table__body .health-table__row:nth-child(odd) {
  background-color: #bdd7ee;
}
.health .health__stress .health-table__cell--note {
  padding-left: 1em;
}
@media screen and (max-width: 767px) {
  .health .health__stress .health-table {
    width: 200%;
  }
}
.health .health__title.health__title_spece {
  margin-top: 100px;
}
@media screen and (max-width: 767px) {
  .health .health__title.health__title_spece {
    margin-top: 1em;
  }
}
.health .kenko__logo {
  align-items: center !important;
}
.health .kenko__logo .box__text {
  width: 64%;
}
@media screen and (max-width: 767px) {
  .health .kenko__logo .box__text {
    width: 100%;
    margin-top: 5vw;
  }
}
.effort__list {
  width: 100%;
  display: flex;
  align-content: flex-start;
  align-items: stretch;
  justify-content: space-between;
  flex-wrap: wrap;
}
.effort__list li {
  width: 32%;
  background-color: #cfebff;
  border-radius: 20px;
  overflow: hidden;
  margin-top: 70px;
}
@media screen and (max-width: 767px) {
  .effort__list li {
    width: 100%;
    margin-top: 10vw;
  }
}
.effort__list .effort__text {
  padding: 15px 6% 50px;
}
@media screen and (max-width: 767px) {
  .effort__list .effort__text {
    padding: 5vw 8% 5vw;
  }
}
.effort__list .effort__title {
  text-align: center;
  font-size: 18px !important;
  font-weight: 600;
  color: #134fa9;
  margin-bottom: 0.5em;
}
@media screen and (max-width: 767px) {
  .effort__list .effort__title {
    font-size: 5vw !important;
  }
}
.employers .title__main {
  width: auto;
}
.employers .title__main img {
  width: 260px;
  display: block;
}
@media screen and (max-width: 767px) {
  .employers .title__main img {
    width: 50%;
  }
}
.employers .title__top {
  background-image: url(/asset/images/recruit/employers_title_bg.jpg);
}
@supports (background-image: url('/asset/images/recruit/employers_title_bg.webp')) {
  .employers .title__top {
    background-image: url(/asset/images/recruit/employers_title_bg.webp);
  }
}
.employers .title__lead_text {
  padding-right: 2%;
}
@media screen and (max-width: 767px) {
  .employers .title__lead_text {
    padding-left: 0;
  }
}
.employers .about__qa_icon {
  width: 71px;
}
@media screen and (max-width: 767px) {
  .employers .about__qa_icon {
    width: 12%;
  }
}
.employers .about__qa_text {
  width: calc(100% - 71px);
}
@media screen and (max-width: 767px) {
  .employers .about__qa_text {
    width: 80%;
    padding: 0;
  }
}
@media screen and (max-width: 767px) {
  .employers .about__qa_anser .about__qa_text {
    width: 94%;
    margin: 0 auto;
  }
}
.employers .effort__list {
  padding: 0 0;
}
@media screen and (max-width: 767px) {
  .employers .effort__list {
    padding: 0;
  }
}
.employers .employers__graph {
  flex-wrap: wrap;
}
.employers .employers__banner {
  width: 90%;
  margin: 180px auto 0;
}
.employers .employers__banner a {
  border: 1px solid #858585;
  display: block;
  transition: 0.3s;
}
.employers .employers__banner a:hover {
  opacity: 0.5;
}
@media screen and (max-width: 767px) {
  .employers .employers__banner {
    width: 94%;
    margin: 18vw auto 0;
  }
}
.event .title__main {
  width: auto;
}
.event .title__main img {
  width: 260px;
  display: block;
}
@media screen and (max-width: 767px) {
  .event .title__main img {
    width: 50%;
  }
}
.event .title__top {
  background-image: url(/asset/images/recruit/event_title_bg.jpg);
}
@supports (background-image: url('/asset/images/recruit/event_title_bg.webp')) {
  .event .title__top {
    background-image: url(/asset/images/recruit/event_title_bg.webp);
  }
}
.event .title__lead_text {
  padding-right: 2%;
}
@media screen and (max-width: 767px) {
  .event .title__lead_text {
    padding-left: 0;
  }
}
.event .page__title_h3 {
  margin-bottom: 1em !important;
}
.event .box p {
  font-size: 13px;
}
@media screen and (max-width: 767px) {
  .event .box p {
    font-size: 3.4vw;
  }
}
.event .box__left {
  width: 67%;
}
@media screen and (max-width: 767px) {
  .event .box__left {
    width: 100%;
  }
}
.event .box__left p {
  text-align: right;
  margin-top: 0.5em;
}
.event .box__half {
  width: 48%;
}
@media screen and (max-width: 767px) {
  .event .box__half {
    width: 100%;
  }
}
.event .box__half p {
  text-align: right;
  margin: 0.5em 0 1em;
}
.event .box__half p:first-child {
  margin-top: 0;
}
.event .box__right {
  width: 31%;
}
@media screen and (max-width: 767px) {
  .event .box__right {
    width: 100%;
    margin-top: 4.6vw;
  }
}
.event .box__right p {
  text-align: right;
  margin: 0.5em 0 1em;
}
.event .box__right p:first-child {
  margin-top: 0;
}
.recruitment .title__main {
  width: auto;
}
.recruitment .title__main img {
  width: 260px;
  display: block;
}
@media screen and (max-width: 767px) {
  .recruitment .title__main img {
    width: 50%;
  }
}
.recruitment .title__top {
  background-image: url(/asset/images/recruit/recruitment_title_bg.jpg);
}
@supports (background-image: url('/asset/images/recruit/recruitment_title_bg.webp')) {
  .recruitment .title__top {
    background-image: url(/asset/images/recruit/recruitment_title_bg.webp);
  }
}
.recruitment .title__lead_text {
  padding-right: 2%;
}
@media screen and (max-width: 767px) {
  .recruitment .title__lead_text {
    padding-left: 0;
  }
}
@media screen and (max-width: 767px) {
  .recruitment .recruitment__pages {
    margin-top: 12vw;
  }
  .recruitment .recruitment__pages .content__button__link {
    font-size: 5vw;
  }
}
.newgraduate .title__main {
  width: auto;
}
.newgraduate .title__main img {
  width: 260px;
  display: block;
}
@media screen and (max-width: 767px) {
  .newgraduate .title__main img {
    width: 50%;
  }
}
.newgraduate .title__top {
  background-image: url(/asset/images/recruit/recruitment_title_bg.jpg);
}
@supports (background-image: url('/asset/images/recruit/recruitment_title_bg.webp')) {
  .newgraduate .title__top {
    background-image: url(/asset/images/recruit/recruitment_title_bg.webp);
  }
}
.newgraduate .title__lead_text {
  padding-right: 2%;
}
@media screen and (max-width: 767px) {
  .newgraduate .title__lead_text {
    padding-left: 0;
  }
}
.recruitment__page .title__top {
  background-image: url(/asset/images/recruit/recruitment_title_bg.jpg);
}
@supports (background-image: url('/asset/images/recruit/recruitment_title_bg.webp')) {
  .recruitment__page .title__top {
    background-image: url(/asset/images/recruit/recruitment_title_bg.webp);
  }
}
.recruitment__page .textarea .recruitment__lead {
  text-align: center;
  font-size: 20px;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .recruitment__page .textarea .recruitment__lead {
    font-size: 4vw;
    text-align: left;
  }
}
.recruitment__page .textarea .box__title {
  text-align: center !important;
  font-weight: 900;
  margin: 0 0 1.5em;
  font-size: 20px;
}
@media screen and (max-width: 767px) {
  .recruitment__page .textarea .box__title {
    font-size: 4.6vw;
  }
}
.recruitment__page .content__button {
  width: 500px;
  margin-top: 50px;
}
@media screen and (max-width: 767px) {
  .recruitment__page .content__button {
    width: 100%;
    margin-top: 5vw;
    height: auto;
  }
}
.recruitment__page .content__button__link {
  font-size: 24px;
  padding: 0.8em 1em 0.85em;
}
@media screen and (max-width: 767px) {
  .recruitment__page .content__button__link {
    font-size: 3.7vw;
  }
}
.recruitment__page .content__button__link {
  background-repeat: no-repeat;
  background-size: 7% auto;
  background-position: center right 5%;
  background-image: url(/asset/images/common/button_wy.png);
}
.recruitment__page .content__button__link:hover {
  background-image: url(/asset/images/common/button_gy.png);
}
.recruitment__page .content__button__link:hover .link__newwindow {
  background-image: url(/asset/images/common/newwindow.svg);
}
.recruitment__page .content__button__link .link__newwindow {
  background-image: url(/asset/images/common/newwindow_w.svg);
}
.recruitment__page .page__title_h3 {
  margin-top: 3.5em;
}
.recruitment__page .recruitment__graph {
  width: 56%;
}
@media screen and (max-width: 767px) {
  .recruitment__page .recruitment__graph {
    width: 100%;
  }
}
.recruitment__page .recruitment__comment {
  width: 40%;
}
@media screen and (max-width: 767px) {
  .recruitment__page .recruitment__comment {
    width: 100%;
    margin-top: 10vw;
  }
}
.recruitment__page .recruitment__comment .box__title {
  color: #3780c0;
  font-weight: 900;
  margin-bottom: 0;
}
.recruitment__page .recruitment__comment .page__distlist li {
  border-top: 1px solid #d9d9d9;
  margin-top: 1em;
  padding-top: 1em;
}
.recruitment__page .recruitment__comment .page__distlist li:first-child {
  border: none;
  margin-top: 0;
}
.recruitment__page .recruitment__comment .page__distlist li::before {
  top: 1em;
}
.recruitment__page .recruitment__flow {
  width: 100%;
  margin: 45px auto 0;
}
@media screen and (max-width: 767px) {
  .recruitment__page .recruitment__flow {
    margin-top: 6vw;
  }
}
.recruitment__page .box + .box {
  margin-top: 100px;
}
@media screen and (max-width: 767px) {
  .recruitment__page .box + .box {
    margin-top: 12vw;
  }
}
.recruitment__page .button__entry {
  width: 60%;
  margin-top: 100px;
}
@media screen and (max-width: 767px) {
  .recruitment__page .button__entry {
    width: 90%;
    margin-top: 6vw;
  }
}
.recruitment__page .button__entry.page__bottom {
  margin-top: 170px;
}
@media screen and (max-width: 767px) {
  .recruitment__page .button__entry.page__bottom {
    margin-top: 12vw;
  }
}
.recruitment__page .button__entry .content__button__link {
  background-size: 5% auto;
}
.recruitment__page .mid-career_recruitment {
  width: 60%;
  margin: 45px auto 0;
  max-width: 567px;
}
@media screen and (max-width: 767px) {
  .recruitment__page .mid-career_recruitment {
    margin-top: 6vw;
    width: 100%;
  }
}
.recruitment__page .qa__link a {
  padding: 1.1em 0;
}
.challenged .title__main {
  width: auto;
}
.challenged .title__main img {
  width: 260px;
  display: block;
}
@media screen and (max-width: 767px) {
  .challenged .title__main img {
    width: 50%;
  }
}
