@charset "UTF-8";
/* Scss Document */
/*=============================================================
 ページタイトル
=============================================================*/
.recruit_pagetit {
  position: relative;
  z-index: 2;
}
.recruit_pagetit .inner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.recruit_pagetit .inner .tit {
  margin: 0 auto;
  text-align: center;
  padding: 0 6vw;
}
.recruit_pagetit .pic img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}
@media screen and (max-width: 768.9px) {
  .recruit_pagetit .pic img {
    height: 250px;
  }
}
@media screen and (max-width: 768.9px) {
  .recruit_pagetit.recruit_know .inner .tit img {
    width: auto;
    height: 90px;
  }
}
@media screen and (max-width: 768.9px) {
  .recruit_pagetit.recruit_outline .inner .tit img {
    width: auto;
    height: 90px;
  }
}
@media screen and (max-width: 768.9px) {
  .recruit_pagetit.recruit_interview .inner .tit img {
    width: auto;
    height: 60px;
  }
}

/*=============================================================
 共通
=============================================================*/
.recruit_top,
.recruit_page {
  font-family: "Noto Sans JP", sans-serif;
}
@media screen and (max-width: 768.9px) {
  .recruit_top,
  .recruit_page {
    font-size: 4vw;
  }
}
@media screen and (min-width: 768.9px) {
  .recruit_top,
  .recruit_page {
    font-size: 16px;
  }
}
.recruit_top .container,
.recruit_page .container {
  width: 1500px;
  max-width: 90%;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}
.recruit_top .en,
.recruit_page .en {
  font-family: "Oswald", sans-serif;
  font-style: italic;
  font-weight: 600;
  letter-spacing: 0.1em;
}
.recruit_top .view-pc,
.recruit_page .view-pc {
  display: block;
}
@media screen and (max-width: 768.9px) {
  .recruit_top .view-pc,
  .recruit_page .view-pc {
    display: none;
  }
}
.recruit_top .view-sp,
.recruit_page .view-sp {
  display: block;
}
@media screen and (min-width: 768.9px) {
  .recruit_top .view-sp,
  .recruit_page .view-sp {
    display: none;
  }
}

.btn_entry_side {
  position: fixed;
  right: -20px;
  z-index: 2;
}
@media screen and (min-width: 768.9px) {
  .btn_entry_side {
    top: 200px;
  }
}

.footer {
  position: relative;
}
@media screen and (max-width: 768.9px) {
  .footer {
    padding-top: 30px;
  }
}
@media screen and (min-width: 768.9px) {
  .footer {
    padding-top: 150px;
  }
}
.footer:before {
  content: "";
  display: block;
  width: 80%;
  height: 1px;
  background-color: #0f48b0;
  margin: 0 auto;
}
@media screen and (max-width: 768.9px) {
  .footer:before {
    margin-bottom: 25px;
  }
}
@media screen and (min-width: 768.9px) {
  .footer:before {
    margin-bottom: 45px;
  }
}

/*=============================================================
 TOPページ
=============================================================*/
.recruit_top_sec01 {
  position: relative;
  z-index: 2;
}
.recruit_top_sec01 .pic img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 768.9px) {
  .recruit_top_sec01 .pic img {
    min-height: 500px;
  }
}
@media screen and (min-width: 768.9px) {
  .recruit_top_sec01 .pic img {
    min-height: 1000px;
  }
}
.recruit_top_sec01 .inner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
}
@media screen and (max-width: 768.9px) {
  .recruit_top_sec01 .inner {
    padding: 0 20px;
  }
}
@media screen and (min-width: 768.9px) {
  .recruit_top_sec01 .inner {
    padding: 0 50px;
  }
}
@media screen and (max-width: 768.9px) {
  .recruit_top_sec01 .inner .tit {
    margin-bottom: 20px;
  }
}
@media screen and (min-width: 768.9px) {
  .recruit_top_sec01 .inner .tit {
    margin-top: -100px;
    margin-bottom: 80px;
  }
}
.recruit_top_sec01 .inner .btnlist {
  display: flex;
  justify-content: center;
}
/*
@media screen and (max-width: 768.9px) {
  .recruit_top_sec01 .inner .btnlist li:first-child {
    margin-right: 20px;
  }
}
@media screen and (min-width: 768.9px) {
  .recruit_top_sec01 .inner .btnlist li:first-child {
    margin-right: 100px;
  }
}
*/
.recruit_top_sec01 .inner .ico {
  text-align: center;
}
@media screen and (max-width: 768.9px) {
  .recruit_top_sec01 .inner .ico {
    margin-top: 20px;
  }
}
@media screen and (min-width: 768.9px) {
  .recruit_top_sec01 .inner .ico {
    margin-top: 40px;
  }
}
@media screen and (max-width: 768.9px) {
  .recruit_top_sec01 .inner .ico img {
    width: auto;
    height: 70px;
  }
}
.recruit_top_sec02, .recruit_top_sec03 {
  position: relative;
}
@media screen and (min-width: 768.9px) {
  .recruit_top_sec02, .recruit_top_sec03 {
    margin-top: -180px;
  }
}
@media screen and (min-width: 767.9px) and (max-width: 1199.9px) {
  .recruit_top_sec02, .recruit_top_sec03 {
    margin-top: -250px;
  }
}
@media screen and (max-width: 768.9px) {
  .recruit_top_sec02 .pic img, .recruit_top_sec03 .pic img {
    min-height: 200px;
  }
}
@media screen and (min-width: 768.9px) {
  .recruit_top_sec02 .pic img, .recruit_top_sec03 .pic img {
    min-height: 1080px;
  }
}
@media screen and (min-width: 768.9px) {
  .recruit_top_sec02 .inner, .recruit_top_sec03 .inner {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
.recruit_top_sec02 .inner .inBox, .recruit_top_sec03 .inner .inBox {
  width: 100%;
}
@media screen and (max-width: 768.9px) {
  .recruit_top_sec02 .inner .inBox .container, .recruit_top_sec03 .inner .inBox .container {
    text-align: center;
  }
}
@media screen and (min-width: 768.9px) {
  .recruit_top_sec02 .inner .inBox .container, .recruit_top_sec03 .inner .inBox .container {
    font-size: 16px;
    padding-left: 50%;
  }
}
@media screen and (min-width: 767.9px) and (max-width: 1199.9px) {
  .recruit_top_sec02 .inner .inBox .container, .recruit_top_sec03 .inner .inBox .container {
    padding-left: 0%;
  }
}
@media screen and (max-width: 768.9px) {
  .recruit_top_sec02 .inner .inBox .container .tit, .recruit_top_sec03 .inner .inBox .container .tit {
    height: 200px;
    display: flex;
    align-items: center;
    margin-top: -200px;
  }
}
@media screen and (max-width: 768.9px) {
  .recruit_top_sec02 .inner .inBox .container .tit img, .recruit_top_sec03 .inner .inBox .container .tit img {
    width: auto;
    height: 70px;
    margin: 0 auto;
  }
}
@media screen and (min-width: 767.9px) and (max-width: 1199.9px) {
  .recruit_top_sec02 .inner .inBox .container .tit img, .recruit_top_sec03 .inner .inBox .container .tit img {
    width: auto;
    height: 130px;
  }
}
@media screen and (max-width: 768.9px) {
  .recruit_top_sec02 .inner .inBox .container p, .recruit_top_sec03 .inner .inBox .container p {
    display: inline-block;
    margin-left: auto;
    margin-right: auto;
    text-align: left;
  }
}
.recruit_top_sec02 .inner .inBox .container .lead, .recruit_top_sec03 .inner .inBox .container .lead {
  color: #0f48b0;
  font-weight: 700;
}
@media screen and (max-width: 768.9px) {
  .recruit_top_sec02 .inner .inBox .container .lead, .recruit_top_sec03 .inner .inBox .container .lead {
    font-size: 4.5vw;
    margin: 20px auto 15px auto;
  }
}
@media screen and (min-width: 768.9px) {
  .recruit_top_sec02 .inner .inBox .container .lead, .recruit_top_sec03 .inner .inBox .container .lead {
    font-size: 32px;
    margin: 60px 0 35px 0;
  }
}
@media screen and (max-width: 768.9px) {
  .recruit_top_sec02 .inner .inBox .container .btn_more, .recruit_top_sec03 .inner .inBox .container .btn_more {
    margin-top: 20px;
    margin-bottom: 50px;
  }
}
@media screen and (min-width: 768.9px) {
  .recruit_top_sec02 .inner .inBox .container .btn_more, .recruit_top_sec03 .inner .inBox .container .btn_more {
    margin-top: 45px;
  }
}
@media screen and (max-width: 768.9px) {
  .recruit_top_sec02 .inner .inBox .container .btn_more img, .recruit_top_sec03 .inner .inBox .container .btn_more img {
    width: auto;
    height: 30px;
  }
}
@media screen and (max-width: 768.9px) {
  .recruit_top_sec02 {
    margin-top: -65px;
  }
}
@media screen and (min-width: 768.9px) {
  .recruit_top_sec03 .inner .inBox .container {
    font-size: 16px;
    padding-left: 0%;
    padding-right: 50%;
    color: #fff;
  }
}
@media screen and (min-width: 767.9px) and (max-width: 1199.9px) {
  .recruit_top_sec03 .inner .inBox .container {
    padding-left: 0%;
    padding-right: 0%;
  }
}
@media screen and (min-width: 768.9px) {
  .recruit_top_sec03 .inner .inBox .container .lead {
    color: #fff;
  }
}
@media screen and (max-width: 768.9px) {
  .recruit_top_sec04 {
    margin-top: 50px;
  }
}
@media screen and (min-width: 768.9px) {
  .recruit_top_sec04 {
    padding-bottom: 100px;
  }
}
@media screen and (max-width: 768.9px) {
  .recruit_top_sec04 .container {
    width: 100%;
  }
}
@media screen and (min-width: 768.9px) {
  .recruit_top_sec04-col {
    display: grid;
    gap: 0px;
    grid-template-columns: 1fr 1.5fr;
  }
}
.recruit_top_sec04-col .header {
  background: url("../img/recruit2025/top/interview_tit_bg.png") no-repeat center center;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 2;
  box-sizing: border-box;
}
@media screen and (max-width: 768.9px) {
  .recruit_top_sec04-col .header {
    background-size: auto 100%;
    height: 250px;
  }
}
@media screen and (min-width: 768.9px) {
  .recruit_top_sec04-col .header {
    height: 365px;
    padding: 0 50px;
    background-size: 100% 100%;
  }
}
@media screen and (max-width: 768.9px) {
  .recruit_top_sec04-col .header-col {
    width: 90%;
  }
}
@media screen and (min-width: 768.9px) {
  .recruit_top_sec04-col .header-col {
    display: flex;
    align-items: flex-end;
    justify-content: center;
  }
}
@media screen and (max-width: 768.9px) {
  .recruit_top_sec04-col .header-col .tit img {
    width: auto;
    height: 70px;
  }
}
@media screen and (max-width: 768.9px) {
  .recruit_top_sec04-col .header-col .btn_more {
    margin-top: 20px;
    text-align: right;
  }
}
@media screen and (min-width: 768.9px) {
  .recruit_top_sec04-col .header-col .btn_more {
    margin-left: 50px;
  }
}
@media screen and (max-width: 768.9px) {
  .recruit_top_sec04-col .header-col .btn_more img {
    width: auto;
    height: 30px;
  }
}
@media screen and (max-width: 768.9px) {
  .recruit_top_sec04-col.interview {
    margin-top: -80px;
  }
}
@media screen and (min-width: 768.9px) {
  .recruit_top_sec04-col.interview {
    align-items: flex-start;
  }
}
@media screen and (max-width: 768.9px) {
  .recruit_top_sec04-col.interview .pic {
    margin-bottom: -50px;
  }
}
@media screen and (min-width: 768.9px) {
  .recruit_top_sec04-col.interview .pic {
    margin-right: -50px;
  }
}
@media screen and (min-width: 768.9px) {
  .recruit_top_sec04-col.interview .header {
    margin-top: -100px;
  }
}
.recruit_top_sec04-col.discussion {
  grid-template-columns: 1.5fr 1fr;
  align-items: flex-end;
}
@media screen and (max-width: 768.9px) {
  .recruit_top_sec04-col.discussion {
    margin-top: -50px;
  }
}
@media screen and (min-width: 768.9px) {
  .recruit_top_sec04-col.discussion {
    margin-top: -15vw;
  }
}
@media screen and (max-width: 768.9px) {
  .recruit_top_sec04-col.discussion .pic {
    margin-bottom: -50px;
  }
}
@media screen and (min-width: 768.9px) {
  .recruit_top_sec04-col.discussion .pic {
    order: 2;
    margin-left: -50px;
  }
}
@media screen and (min-width: 768.9px) {
  .recruit_top_sec04-col.discussion .header {
    order: 1;
    margin-bottom: -100px;
  }
}
.recruit_top_sec05 {
  position: relative;
}
.recruit_top_sec05 .bg_illust01 {
  position: absolute;
  left: 0;
  bottom: 0;
}
@media screen and (max-width: 768.9px) {
  .recruit_top_sec05 .bg_illust01 {
    width: 80%;
    bottom: 0px;
  }
}
@media screen and (min-width: 768.9px) {
  .recruit_top_sec05 .bg_illust01 {
    bottom: -200px;
  }
}
.recruit_top_sec05 .bg_illust02 {
  position: absolute;
  right: 0;
  top: 0;
}
@media screen and (max-width: 768.9px) {
  .recruit_top_sec05 .bg_illust02 {
    width: 60%;
    top: -100px;
  }
}
@media screen and (min-width: 768.9px) {
  .recruit_top_sec05 .bg_illust02 {
    top: -300px;
  }
}
.recruit_top_sec05-col {
  text-align: center;
  display: grid;
  gap: 0px;
  grid-template-columns: 1fr 1fr;
}
@media screen and (max-width: 768.9px) {
  .recruit_top_sec05-col {
    margin-top: 20px;
  }
}
@media screen and (min-width: 768.9px) {
  .recruit_top_sec05-col {
    margin-top: 70px;
  }
}
.recruit_top_sec05-col .item:first-child {
  border-right: 1px solid #0f48b0;
}
@media screen and (max-width: 768.9px) {
  .recruit_top_sec05-col .item img {
    width: auto;
    height: 140px;
  }
}
.recruit_top_sec05-col .item a {
  display: block;
}

/*=============================================================
 座談会
=============================================================*/
.recruit_discussion {
  position: relative;
}
.recruit_discussion .bg_illust01 {
  position: absolute;
  top: 0px;
  right: 0;
}
@media screen and (max-width: 768.9px) {
  .recruit_discussion .bg_illust01 {
    width: 80%;
  }
}
.recruit_discussion .bg_illust02 {
  position: absolute;
  top: 22%;
  right: 0;
}
@media screen and (max-width: 768.9px) {
  .recruit_discussion .bg_illust02 {
    width: 80%;
  }
}
.recruit_discussion .bg_illust03 {
  position: absolute;
  top: 40%;
  left: 0;
}
@media screen and (max-width: 768.9px) {
  .recruit_discussion .bg_illust03 {
    width: 80%;
  }
}
.recruit_discussion .bg_illust04 {
  position: absolute;
  top: 56%;
  right: 0;
}
@media screen and (max-width: 768.9px) {
  .recruit_discussion .bg_illust04 {
    width: 80%;
  }
}
.recruit_discussion .recruit_pagetit {
  position: relative;
}
.recruit_discussion .recruit_pagetit .inner .tit {
  width: 100%;
  text-align: right;
}
.recruit_discussion_sec01 {
  text-align: center;
  font-style: italic;
}
.recruit_discussion_sec01 .title .ja {
  color: #0f48b0;
  font-weight: 900;
}
@media screen and (max-width: 768.9px) {
  .recruit_discussion_sec01 .title .ja {
    font-size: 12vw;
  }
}
@media screen and (min-width: 768.9px) {
  .recruit_discussion_sec01 .title .ja {
    font-size: 76px;
  }
}
.recruit_discussion_sec01 .title .en {
  font-weight: 900;
  margin-top: 0.5em;
}
@media screen and (max-width: 768.9px) {
  .recruit_discussion_sec01 .title .en {
    font-size: 6vw;
  }
}
@media screen and (min-width: 768.9px) {
  .recruit_discussion_sec01 .title .en {
    font-size: 30px;
  }
}
@media screen and (max-width: 768.9px) {
  .recruit_discussion_sec01-col {
    width: 80%;
    margin: 0 auto 40px auto;
  }
}
@media screen and (min-width: 768.9px) {
  .recruit_discussion_sec01-col {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 160px;
    margin-top: 65px;
    margin-bottom: 65px;
  }
}
.recruit_discussion_sec01-col .member {
  font-weight: 600;
}
@media screen and (max-width: 768.9px) {
  .recruit_discussion_sec01-col .member {
    margin: 40px 0 0 0;
  }
}
@media screen and (max-width: 768.9px) {
  .recruit_discussion_sec01-col .member img {
    width: 60%;
    margin: 0 auto;
  }
}
.recruit_discussion_sec01-col .member .name {
  background-color: #0f48b0;
  color: #fff;
  border-radius: 90px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  line-height: 1;
  padding: 0 0.5em;
  white-space: nowrap;
  margin-bottom: 10px;
}
@media screen and (max-width: 768.9px) {
  .recruit_discussion_sec01-col .member .name {
    font-size: 10vw;
    padding: 0.1em 1em;
    margin-top: 20px;
  }
}
@media screen and (min-width: 768.9px) {
  .recruit_discussion_sec01-col .member .name {
    font-size: 47px;
    margin-top: 20px;
  }
}
.recruit_discussion_sec01-col .member .name small {
  margin-right: 1em;
  font-weight: 700;
}
@media screen and (max-width: 768.9px) {
  .recruit_discussion_sec01-col .member .name small {
    font-size: 6vw;
  }
}
@media screen and (min-width: 768.9px) {
  .recruit_discussion_sec01-col .member .name small {
    font-size: 20px;
  }
}
.recruit_discussion_sec01-col .member.member01 {
  color: #0f48b0;
}
.recruit_discussion_sec01-col .member.member02 {
  color: #4bafe1;
}
.recruit_discussion_sec01-col .member.member02 .name {
  background-color: #4bafe1;
}
.recruit_discussion_sec01-col .member.member03 {
  color: #627ebf;
}
.recruit_discussion_sec01-col .member.member03 .name {
  background-color: #627ebf;
}
.recruit_discussion_sec01 .menu {
  background-color: rgba(125, 217, 244, 0.1);
  box-sizing: border-box;
  width: 1500px;
  max-width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 768.9px) {
  .recruit_discussion_sec01 .menu {
    padding: 20px;
  }
}
@media screen and (min-width: 768.9px) {
  .recruit_discussion_sec01 .menu {
    padding: 20px;
  }
}
.recruit_discussion_sec01 .menu .tit {
  color: #0f48b0;
  font-weight: 900;
  border-bottom: 1px solid #0f48b0;
  padding-bottom: 1em;
}
@media screen and (max-width: 768.9px) {
  .recruit_discussion_sec01 .menu .tit {
    font-size: 8vw;
  }
}
@media screen and (min-width: 768.9px) {
  .recruit_discussion_sec01 .menu .tit {
    font-size: 30px;
  }
}
.recruit_discussion_sec01 .menu .list {
  text-align: left;
}
@media screen and (min-width: 768.9px) {
  .recruit_discussion_sec01 .menu .list {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0 80px;
  }
}
.recruit_discussion_sec01 .menu .list li {
  border-bottom: 1px dashed #7dd9f4;
}
.recruit_discussion_sec01 .menu .list li a {
  display: block;
  padding: 0.5em 0;
  font-weight: 900;
  color: #0f48b0;
  background: url("../img/recruit2025/discussion/ico_arrow.png") no-repeat right center;
}
@media screen and (max-width: 768.9px) {
  .recruit_discussion_sec01 .menu .list li a {
    font-size: 4.5vw;
  }
}
@media screen and (min-width: 768.9px) {
  .recruit_discussion_sec01 .menu .list li a {
    font-size: 26px;
  }
}
.recruit_discussion_sec01 .menu .list li a span {
  color: #7dd9f4;
  font-weight: 900;
  margin-right: 0.5em;
}
@media screen and (min-width: 768.9px) {
  .recruit_discussion_sec01 .menu .list li a span {
    font-size: 30px;
  }
}
.recruit_discussion_chapter {
  position: relative;
}
.recruit_discussion_chapter:before {
  content: "";
  display: block;
  width: 950px;
  max-width: 80%;
  height: 1px;
  background-color: rgba(63, 53, 49, 0.5);
}
@media screen and (max-width: 768.9px) {
  .recruit_discussion_chapter:before {
    margin: 30px auto 25px auto;
  }
}
@media screen and (min-width: 768.9px) {
  .recruit_discussion_chapter:before {
    margin: 85px auto 55px auto;
  }
}
.recruit_discussion_chapter .en {
  font-style: italic;
  color: #7dd9f4;
  text-align: center;
  font-weight: 900;
  position: relative;
}
@media screen and (max-width: 768.9px) {
  .recruit_discussion_chapter .en {
    font-size: 5vw;
  }
}
@media screen and (min-width: 768.9px) {
  .recruit_discussion_chapter .en {
    font-size: 34px;
  }
}
.recruit_discussion_chapter .en span {
  color: #0f48b0;
  font-weight: 900;
}
.recruit_discussion_chapter .en:after {
  content: "";
  display: block;
  width: 87px;
  height: 1px;
  background-color: #0f48b0;
  margin: 0.2em auto 0.5em auto;
}
.recruit_discussion_chapter .ja {
  text-align: center;
  font-style: italic;
  color: #0f48b0;
  font-weight: 900;
}
@media screen and (max-width: 768.9px) {
  .recruit_discussion_chapter .ja {
    font-size: 8vw;
  }
}
@media screen and (min-width: 768.9px) {
  .recruit_discussion_chapter .ja {
    font-size: 55px;
  }
}
@media screen and (max-width: 768.9px) {
  .recruit_discussion_chapter-col {
    margin-top: 30px;
  }
}
@media screen and (min-width: 768.9px) {
  .recruit_discussion_chapter-col {
    display: grid;
    gap: 60px;
    grid-template-columns: 1fr 2fr;
    margin-top: 85px;
  }
}
.recruit_discussion_chapter-col .leftBox dl {
  display: grid;
  grid-template-columns: 1fr 3fr;
}
@media screen and (max-width: 768.9px) {
  .recruit_discussion_chapter-col .leftBox dl {
    margin-top: 30px;
    gap: 20px;
  }
}
@media screen and (min-width: 768.9px) {
  .recruit_discussion_chapter-col .leftBox dl {
    margin-top: 50px;
    gap: 50px;
  }
}
@media screen and (min-width: 768.9px) {
  .recruit_discussion_chapter-col .leftBox dl:first-child {
    margin-top: 0;
  }
}
.recruit_discussion_chapter-col .leftBox dl dt {
  text-align: center;
  font-style: italic;
  color: #0f48b0;
  font-weight: 900;
}
@media screen and (max-width: 768.9px) {
  .recruit_discussion_chapter-col .leftBox dl dt {
    padding-top: 20px;
  }
}
.recruit_discussion_chapter-col .leftBox dl dt span {
  display: block;
}
@media screen and (min-width: 768.9px) {
  .recruit_discussion_chapter-col .leftBox dl dt span {
    font-size: 18px;
  }
}
.recruit_discussion_chapter-col .leftBox dl dd {
  border-left: 1px solid #7dd9f4;
  line-height: 2;
}
@media screen and (max-width: 768.9px) {
  .recruit_discussion_chapter-col .leftBox dl dd {
    padding: 20px 0 20px 20px;
  }
}
@media screen and (min-width: 768.9px) {
  .recruit_discussion_chapter-col .leftBox dl dd {
    display: flex;
    align-items: center;
    padding-left: 50px;
    font-size: 18px;
  }
}
.recruit_discussion_chapter-col .rightBox img {
  width: 100%;
  height: auto;
}
@media screen and (min-width: 768.9px) {
  .recruit_discussion_chapter:nth-child(odd) .recruit_discussion_chapter-col {
    grid-template-columns: 2fr 1fr;
  }
}
@media screen and (min-width: 768.9px) {
  .recruit_discussion_chapter:nth-child(odd) .recruit_discussion_chapter-col .leftBox {
    order: 1;
  }
}
@media screen and (min-width: 768.9px) {
  .recruit_discussion_chapter:nth-child(odd) .recruit_discussion_chapter-col .rightBox {
    order: 2;
  }
}

/*=============================================================
 募集要項
=============================================================*/
.recruit_outline {
  position: relative;
}
.recruit_outline .bg_illust01 {
  position: absolute;
  top: -200px;
  right: 0;
}
@media screen and (max-width: 768.9px) {
  .recruit_outline .bg_illust01 {
    width: 80%;
  }
}
.recruit_outline .bg_illust02 {
  position: absolute;
  top: 50%;
  left: 0;
}
@media screen and (max-width: 768.9px) {
  .recruit_outline .bg_illust02 {
    width: 80%;
  }
}
.recruit_outline .bg_illust03 {
  position: absolute;
  bottom: -200px;
  right: 0;
}
@media screen and (max-width: 768.9px) {
  .recruit_outline .bg_illust03 {
    width: 80%;
  }
}
.recruit_outline_sec01 .lead {
  text-align: center;
}
.recruit_outline_sec01-col01 {
  position: relative;
  border-bottom: 1px solid #3f3531;
}
@media screen and (max-width: 768.9px) {
  .recruit_outline_sec01-col01 {
    margin-top: 30px;
    margin-bottom: 30px;
    padding-bottom: 30px;
  }
}
@media screen and (min-width: 768.9px) {
  .recruit_outline_sec01-col01 {
    display: flex;
    justify-content: center;
    margin-top: 55px;
    margin-bottom: 90px;
    padding-bottom: 95px;
  }
}
.recruit_outline_sec01-col01 dl {
  text-align: center;
}
@media screen and (max-width: 768.9px) {
  .recruit_outline_sec01-col01 dl {
    width: 90%;
    margin: 0 auto;
  }
}
@media screen and (min-width: 768.9px) {
  .recruit_outline_sec01-col01 dl {
    width: 30%;
  }
}
.recruit_outline_sec01-col01 dl dt {
  margin-bottom: 1.5em;
}
@media screen and (max-width: 768.9px) {
  .recruit_outline_sec01-col01 dl:nth-child(2) {
    margin: 30px auto;
  }
}
.recruit_outline_sec01-col01 dl dd {
  letter-spacing: -0.1em;
  line-height: 1;
}
@media screen and (max-width: 768.9px) {
  .recruit_outline_sec01-col01 dl dd {
    font-size: 3.5vw;
  }
}
@media screen and (min-width: 768.9px) {
  .recruit_outline_sec01-col01 dl dd {
    font-size: 16px;
  }
}
@media screen and (max-width: 768.9px) {
  .recruit_outline_sec01-col02 {
    margin: 0 auto 50px auto;
  }
}
@media screen and (min-width: 768.9px) {
  .recruit_outline_sec01-col02 {
    width: 1030px;
    max-width: 100%;
    margin: 0 auto 60px auto;
  }
}
.recruit_outline_sec01-col02 dl {
  text-align: center;
}
@media screen and (min-width: 768.9px) {
  .recruit_outline_sec01-col02 dl {
    display: flex;
    align-items: flex-start;
  }
}
.recruit_outline_sec01-col02 dl dt {
  background: url("../img/recruit2025/schedule/step_bg.png") no-repeat center center;
  background-size: 100% 100%;
  color: #fff;
  box-sizing: border-box;
  padding: 0.5em 0.5em;
  margin-right: 20px;
}
@media screen and (max-width: 768.9px) {
  .recruit_outline_sec01-col02 dl dt {
    font-size: 4vw;
    width: 60%;
    margin: 20px auto 1em auto;
  }
}
@media screen and (min-width: 768.9px) {
  .recruit_outline_sec01-col02 dl dt {
    font-size: 20px;
    min-width: 250px;
  }
}
.recruit_outline_sec01-col02 dl dd {
  text-align: left;
}
@media screen and (max-width: 768.9px) {
  .recruit_outline_sec01-col02 dl dd {
    font-size: 4vw;
    text-align: center;
  }
}
@media screen and (min-width: 768.9px) {
  .recruit_outline_sec01-col02 dl dd {
    font-size: 18px;
  }
}
@media screen and (min-width: 768.9px) {
  .recruit_outline_sec01-col02 dl dd ul li {
    display: flex;
    align-items: flex-start;
  }
}
.recruit_outline_sec01-col02 dl dd ul li span {
  text-align: center;
  background-color: #7dd9f4;
  color: #0f48b0;
  border-radius: 95px;
  font-weight: 600;
}
@media screen and (max-width: 768.9px) {
  .recruit_outline_sec01-col02 dl dd ul li span {
    display: block;
    width: 50%;
    margin: 0 auto 0.5em auto;
  }
}
@media screen and (min-width: 768.9px) {
  .recruit_outline_sec01-col02 dl dd ul li span {
    width: 140px;
    margin-right: 20px;
  }
}
.recruit_outline_sec01-col02 dl dd ul li:nth-child(2) {
  margin: 20px 0;
}
@media screen and (min-width: 768.9px) {
  .recruit_outline_sec01-col02 .layauto2 {
    padding: 40px 0;
    display: grid;
    gap: 0px;
    grid-template-columns: 1fr 1fr;
    border-bottom: 1px solid #3f3531;
  }
}
@media screen and (min-width: 768.9px) {
  .recruit_outline_sec01-col02 .layauto2 dl dt {
    min-width: 160px;
    max-width: auto;
  }
}
@media screen and (min-width: 768.9px) {
  .recruit_outline_sec01-col02 .layauto1 {
    padding: 40px 0;
    border-bottom: 1px solid #3f3531;
  }
}
.recruit_outline_sec02 .tit {
  text-align: center;
}
@media screen and (max-width: 768.9px) {
  .recruit_outline_sec02 .tit img {
    width: 70%;
    height: auto;
  }
}
.recruit_outline_sec02_col {
  text-align: center;
  display: grid;
}
@media screen and (max-width: 768.9px) {
  .recruit_outline_sec02_col {
    margin: 40px auto 0 auto;
    gap: 30px 20px;
    grid-template-columns: 1fr 1fr;
  }
}
@media screen and (min-width: 768.9px) {
  .recruit_outline_sec02_col {
    width: 1080px;
    max-width: 100%;
    margin: 70px auto 0 auto;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 50px 20px;
  }
}
@media screen and (max-width: 768.9px) {
  .recruit_outline_sec02_col figure img {
    width: auto;
    height: 80px;
  }
}
.recruit_outline_sec02_col figure figcaption {
  color: #0f48b0;
  font-weight: 900;
  font-style: italic;
}
@media screen and (max-width: 768.9px) {
  .recruit_outline_sec02_col figure figcaption {
    font-size: 5vw;
  }
}
@media screen and (min-width: 768.9px) {
  .recruit_outline_sec02_col figure figcaption {
    font-size: 32px;
  }
}
.recruit_outline_sec02-block {
  text-align: center;
  font-weight: 900;
  font-style: italic;
}
@media screen and (max-width: 768.9px) {
  .recruit_outline_sec02-block {
    margin-top: 30px;
  }
}
@media screen and (min-width: 768.9px) {
  .recruit_outline_sec02-block {
    margin-top: 105px;
  }
}
.recruit_outline_sec02-block .lead {
  color: #fff;
  background: url("../img/recruit2025/schedule/step_bg.png") no-repeat center center;
  background-size: 100% 100%;
  padding: 0.2em 0.5em;
  display: inline-block;
  box-sizing: border-box;
  margin-bottom: 1em;
}
@media screen and (max-width: 768.9px) {
  .recruit_outline_sec02-block .lead {
    font-size: 5vw;
    width: 80%;
  }
}
@media screen and (min-width: 768.9px) {
  .recruit_outline_sec02-block .lead {
    font-size: 24px;
    width: 450px;
    margin-bottom: 2em;
  }
}
.recruit_outline_sec02-block .txt {
  color: #0f48b0;
}
@media screen and (max-width: 768.9px) {
  .recruit_outline_sec02-block .txt {
    font-size: 4vw;
  }
}
@media screen and (min-width: 768.9px) {
  .recruit_outline_sec02-block .txt {
    font-size: 24px;
  }
}
@media screen and (max-width: 768.9px) {
  .recruit_outline_sec02-list {
    width: 80%;
    margin: 30px auto 0 auto;
  }
}
@media screen and (min-width: 768.9px) {
  .recruit_outline_sec02-list {
    display: flex;
    justify-content: center;
    margin-top: 115px;
  }
}
@media screen and (max-width: 768.9px) {
  .recruit_outline_sec02-list li {
    margin-top: 10px;
  }
}
.recruit_outline_sec02-list li a {
  display: block;
  border: 1px solid #0f48b0;
}
/*
@media screen and (min-width: 768.9px) {
  .recruit_outline_sec02-list li:first-child {
    margin-right: 105px;
  }
}
*/

/*=============================================================
 選考スケジュール
=============================================================*/
.recruit_schedule {
  position: relative;
}
.recruit_schedule .bg_illust01 {
  position: absolute;
  top: -300px;
  right: 0;
}
@media screen and (max-width: 768.9px) {
  .recruit_schedule .bg_illust01 {
    width: 80%;
  }
}
.recruit_schedule .bg_illust02 {
  position: absolute;
  bottom: 100px;
  left: 0;
}
@media screen and (max-width: 768.9px) {
  .recruit_schedule .bg_illust02 {
    width: 80%;
  }
}
@media screen and (min-width: 768.9px) {
  .recruit_schedule_sec01 {
    margin-top: 120px;
  }
}
.recruit_schedule_sec01_bg {
  position: relative;
}
.recruit_schedule_sec01_bg:after {
  content: "";
  display: block;
  width: 1px;
  height: 100%;
  background-color: #0f48b0;
  position: absolute;
  right: 50%;
  top: 0;
}
.recruit_schedule_sec01_bg:before {
  content: "";
  display: block;
  width: 50%;
  height: 100%;
  background-color: #f2fbfe;
  position: absolute;
  right: 0;
  top: 0;
}
.recruit_schedule_sec01 table {
  width: 100%;
  text-align: center;
  font-style: italic;
  position: relative;
  border-collapse: collapse;
  border-spacing: 0;
  z-index: 2;
  border-bottom: 1px solid #0f48b0;
}
.recruit_schedule_sec01 table tr:first-child {
  position: relative;
}
.recruit_schedule_sec01 table tr:first-child:after {
  content: "";
  display: block;
  width: 1px;
  height: 100%;
  background-color: #0f48b0;
  position: absolute;
  right: 50%;
  top: 0;
  z-index: 2;
}
.recruit_schedule_sec01 table th {
  background-color: #fff;
}
@media screen and (max-width: 768.9px) {
  .recruit_schedule_sec01 table th {
    padding-bottom: 10px;
  }
}
@media screen and (min-width: 768.9px) {
  .recruit_schedule_sec01 table th {
    padding-bottom: 20px;
  }
}
.recruit_schedule_sec01 table th p {
  color: #0f48b0;
  line-height: 1;
}
@media screen and (max-width: 768.9px) {
  .recruit_schedule_sec01 table th p {
    font-size: 5vw;
  }
}
@media screen and (min-width: 768.9px) {
  .recruit_schedule_sec01 table th p {
    font-size: 74px;
    display: flex;
    align-items: flex-end;
    justify-content: center;
  }
}
@media screen and (max-width: 768.9px) {
  .recruit_schedule_sec01 table th p img {
    width: auto;
    height: 40px;
    display: block;
    margin: 0 auto 10px auto;
  }
}
@media screen and (min-width: 768.9px) {
  .recruit_schedule_sec01 table th p img {
    margin-right: 20px;
  }
}
@media screen and (max-width: 768.9px) {
  .recruit_schedule_sec01 table th p small {
    display: block;
  }
}
@media screen and (min-width: 768.9px) {
  .recruit_schedule_sec01 table th p small {
    font-size: 32px;
  }
}
@media screen and (max-width: 768.9px) {
  .recruit_schedule_sec01 table th:first-child p {
    margin-right: -10vw;
  }
}
@media screen and (min-width: 768.9px) {
  .recruit_schedule_sec01 table th:first-child p {
    margin-right: -15vw;
  }
}
@media screen and (max-width: 768.9px) {
  .recruit_schedule_sec01 table th:last-child p {
    margin-left: -10vw;
  }
}
@media screen and (min-width: 768.9px) {
  .recruit_schedule_sec01 table th:last-child p {
    margin-left: -15vw;
  }
}
.recruit_schedule_sec01 table td {
  border-top: 1px solid #0f48b0;
  color: #0f48b0;
  font-weight: 900;
}
@media screen and (max-width: 768.9px) {
  .recruit_schedule_sec01 table td {
    padding: 10px 0;
    font-size: 4vw;
  }
}
@media screen and (min-width: 768.9px) {
  .recruit_schedule_sec01 table td {
    padding: 50px;
    font-size: 40px;
  }
}
.recruit_schedule_sec01 table td em {
  display: block;
}
@media screen and (max-width: 768.9px) {
  .recruit_schedule_sec01 table td em {
    font-size: 3vw;
  }
}
@media screen and (min-width: 768.9px) {
  .recruit_schedule_sec01 table td em {
    font-size: 32px;
  }
}
.recruit_schedule_sec01 table td small {
  display: block;
  color: #3f3531;
}
@media screen and (max-width: 768.9px) {
  .recruit_schedule_sec01 table td small {
    font-size: 3vw;
  }
}
@media screen and (min-width: 768.9px) {
  .recruit_schedule_sec01 table td small {
    font-size: 18px;
  }
}
.recruit_schedule_sec01 table td b {
  color: #d34c10;
}
@media screen and (max-width: 768.9px) {
  .recruit_schedule_sec01 table td b {
    font-size: 5vw;
  }
}
@media screen and (min-width: 768.9px) {
  .recruit_schedule_sec01 table td b {
    font-size: 60px;
  }
}
@media screen and (min-width: 768.9px) {
  .recruit_schedule_sec01 table td:nth-child(1) {
    padding-left: 150px;
    padding-right: 0;
  }
}
.recruit_schedule_sec01 table td:nth-child(2) {
  font-weight: 900;
  color: #fff;
  line-height: 1;
}
@media screen and (max-width: 768.9px) {
  .recruit_schedule_sec01 table td:nth-child(2) {
    font-size: 4vw;
  }
}
@media screen and (min-width: 768.9px) {
  .recruit_schedule_sec01 table td:nth-child(2) {
    font-size: 58px;
  }
}
.recruit_schedule_sec01 table td:nth-child(2) p {
  background: url("../img/recruit2025/schedule/step_bg.png") no-repeat center center;
  background-size: 100% 100%;
  padding: 0.2em 0.5em;
}
.recruit_schedule_sec01 table td:nth-child(2) p span {
  color: #7dd9f4;
}
@media screen and (min-width: 768.9px) {
  .recruit_schedule_sec01 table td:nth-child(3) {
    padding-left: 0;
    padding-right: 150px;
  }
}
.recruit_schedule_sec01 .week {
  position: absolute;
  top: 200px;
  z-index: 2;
}
@media screen and (max-width: 768.9px) {
  .recruit_schedule_sec01 .week {
    display: none;
  }
}
@media screen and (min-width: 768.9px) {
  .recruit_schedule_sec01 .week img {
    width: 120px;
  }
}
.recruit_schedule_sec01-block {
  text-align: center;
  border: 1px solid #0f48b0;
  border-radius: 20px;
  box-sizing: border-box;
}
@media screen and (max-width: 768.9px) {
  .recruit_schedule_sec01-block {
    margin: 50px auto 0 auto;
    padding: 0 50px;
  }
}
@media screen and (min-width: 768.9px) {
  .recruit_schedule_sec01-block {
    margin: 100px auto 0 auto;
    padding: 0 50px;
    width: 80%;
  }
}
.recruit_schedule_sec01-block-tit {
  background-color: #fff;
  font-style: italic;
  font-weight: 900;
  color: #0f48b0;
  display: inline-block;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 768.9px) {
  .recruit_schedule_sec01-block-tit {
    font-size: 6vw;
    margin-top: -30px;
  }
}
@media screen and (min-width: 768.9px) {
  .recruit_schedule_sec01-block-tit {
    font-size: 60px;
    margin-top: -0.5em;
  }
}
.recruit_schedule_sec01-block-tit:before, .recruit_schedule_sec01-block-tit:after {
  content: "";
  display: inline-block;
  width: 1em;
  height: 1em;
  background: url("../img/recruit2025/schedule/deco_txt.png") no-repeat center center;
}
@media screen and (max-width: 768.9px) {
  .recruit_schedule_sec01-block-tit:before, .recruit_schedule_sec01-block-tit:after {
    background-size: cover;
  }
}
.recruit_schedule_sec01-block-tit:before {
  transform: scale(-1, 1);
}
@media screen and (max-width: 768.9px) {
  .recruit_schedule_sec01-block ul {
    margin: 20px 0;
  }
}
@media screen and (min-width: 768.9px) {
  .recruit_schedule_sec01-block ul {
    margin: 70px 0;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
.recruit_schedule_sec01-block ul li a {
  display: block;
  border: 1px solid #0f48b0;
}
@media screen and (max-width: 768.9px) {
  .recruit_schedule_sec01-block ul li:first-child {
    margin-bottom: 0.5em;
  }
}
/*
@media screen and (min-width: 768.9px) {
  .recruit_schedule_sec01-block ul li:first-child {
    margin-right: 100px;
  }
}
*/

/*=============================================================
 インタビュー
=============================================================*/
.recruit_interview {
  position: relative;
}
.recruit_interview .bg_illust01 {
  position: absolute;
  top: 0;
  right: 0;
}
@media screen and (max-width: 768.9px) {
  .recruit_interview .bg_illust01 {
    width: 80%;
  }
}
.recruit_interview .bg_illust02 {
  position: absolute;
  bottom: 0;
  left: 0;
}
@media screen and (max-width: 768.9px) {
  .recruit_interview .bg_illust02 {
    width: 80%;
  }
}
.recruit_interview_sec01-col {
  margin: 0 auto;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 768.9px) {
  .recruit_interview_sec01-col {
    margin-top: 50px;
  }
}
@media screen and (min-width: 768.9px) {
  .recruit_interview_sec01-col {
    display: grid;
    gap: 0px 0;
    grid-template-columns: auto 1fr;
  }
}
@media screen and (max-width: 768.9px) {
  .recruit_interview_sec01-col:first-child {
    margin-top: 20px;
  }
}
@media screen and (min-width: 768.9px) {
  .recruit_interview_sec01-col:first-child {
    margin-top: 90px;
  }
}
@media screen and (min-width: 768.9px) {
  .recruit_interview_sec01-col:nth-child(even) {
    grid-template-columns: 1fr auto;
    margin: 160px auto;
  }
}
@media screen and (min-width: 768.9px) {
  .recruit_interview_sec01-col:nth-child(even) .leftBox {
    order: 2;
  }
}
@media screen and (min-width: 768.9px) {
  .recruit_interview_sec01-col:nth-child(even) .rightBox {
    order: 1;
    padding: 0 50px 0 0;
  }
}
.recruit_interview_sec01-col:nth-child(even) .rightBox div {
  width: 100%;
}
.recruit_interview_sec01-col .leftBox img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.recruit_interview_sec01-col .rightBox {
  height: 100%;
}
@media screen and (min-width: 768.9px) {
  .recruit_interview_sec01-col .rightBox {
    display: flex;
    align-items: center;
    padding: 0 0 0 50px;
  }
}
.recruit_interview_sec01-col .rightBox .ja {
  color: #0f48b0;
  font-style: italic;
  font-weight: 900;
}
@media screen and (max-width: 768.9px) {
  .recruit_interview_sec01-col .rightBox .ja {
    font-size: 5.5vw;
    margin: 1em 0 0 0;
    line-height: 1.2;
  }
}
@media screen and (min-width: 768.9px) {
  .recruit_interview_sec01-col .rightBox .ja {
    font-size: 52px;
  }
}
.recruit_interview_sec01-col .rightBox .name {
  color: #3f3531;
  margin-top: 0.5em;
}
@media screen and (max-width: 768.9px) {
  .recruit_interview_sec01-col .rightBox .name {
    margin-bottom: 10px;
  }
}
@media screen and (min-width: 768.9px) {
  .recruit_interview_sec01-col .rightBox .name {
    font-size: 20px;
    margin-bottom: 2em;
  }
}
.recruit_interview_sec01-col .rightBox .mv_btn {
  text-align: right;
}
@media screen and (max-width: 768.9px) {
  .recruit_interview_sec01-col .rightBox .mv_btn img {
    width: 50%;
  }
}

/*=============================================================
 西島を知る 
=============================================================*/
.recruit_know {
  position: relative;
}
.recruit_know .bg_illust01 {
  position: absolute;
  top: 0;
  right: 0;
}
@media screen and (max-width: 768.9px) {
  .recruit_know .bg_illust01 {
    width: 80%;
  }
}
.recruit_know .bg_illust02 {
  position: absolute;
  top: 40%;
  left: 0;
}
@media screen and (max-width: 768.9px) {
  .recruit_know .bg_illust02 {
    width: 80%;
  }
}
.recruit_know .bg_illust03 {
  position: absolute;
  bottom: 0;
  right: 0;
}
@media screen and (max-width: 768.9px) {
  .recruit_know .bg_illust03 {
    width: 80%;
  }
}
.recruit_know_sec01 {
  position: relative;
  z-index: 2;
}
@media screen and (min-width: 768.9px) {
  .recruit_know_sec01 {
    margin: 70px auto 0 auto;
    background: url("../img/recruit2025/know/know_pic01.png") no-repeat bottom right;
    background-size: 33% auto;
  }
}
.recruit_know_sec01 .lead {
  color: #0f48b0;
  font-weight: 900;
  font-style: italic;
  margin-bottom: 0.5em;
}
@media screen and (max-width: 768.9px) {
  .recruit_know_sec01 .lead {
    font-size: 6vw;
  }
}
@media screen and (min-width: 768.9px) {
  .recruit_know_sec01 .lead {
    font-size: 54px;
  }
}
@media screen and (max-width: 768.9px) {
  .recruit_know_sec02 .container {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
@media screen and (min-width: 768.9px) {
  .recruit_know_sec02 .container {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}
.recruit_know_sec02 .container:before, .recruit_know_sec02 .container:after {
  content: "";
  display: block;
  width: 70%;
  height: 1px;
  background-color: #3f3531;
  margin: 0 auto;
}
@media screen and (max-width: 768.9px) {
  .recruit_know_sec02-col {
    padding: 30px 0;
  }
}
@media screen and (min-width: 768.9px) {
  .recruit_know_sec02-col {
    display: grid;
    gap: 95px;
    grid-template-columns: auto 1fr;
    padding: 100px 0;
  }
}
@media screen and (max-width: 768.9px) {
  .recruit_know_sec02-col .pic {
    text-align: center;
  }
}
@media screen and (max-width: 768.9px) {
  .recruit_know_sec02-col .pic img {
    width: 60%;
    margin: 0 auto 20px auto;
  }
}
.recruit_know_sec02-col .en {
  color: #0f48b0;
  letter-spacing: 0;
  font-weight: 900;
}
@media screen and (max-width: 768.9px) {
  .recruit_know_sec02-col .en {
    font-size: 10vw;
  }
}
@media screen and (min-width: 768.9px) {
  .recruit_know_sec02-col .en {
    font-size: 76px;
  }
}
.recruit_know_sec02-col .ja {
  margin-bottom: 1em;
  font-weight: 900;
}
@media screen and (max-width: 768.9px) {
  .recruit_know_sec02-col .ja {
    font-size: 4vw;
  }
}
@media screen and (min-width: 768.9px) {
  .recruit_know_sec02-col .ja {
    font-size: 22px;
  }
}
.recruit_know_sec02-col .name {
  text-align: right;
}
@media screen and (max-width: 768.9px) {
  .recruit_know_sec02-col .name {
    font-size: 4vw;
    margin-top: 20px;
  }
}
@media screen and (min-width: 768.9px) {
  .recruit_know_sec02-col .name {
    font-size: 18px;
    margin-top: 20px;
  }
}
.recruit_know_sec02-col .name img {
  margin-left: 1em;
}
@media screen and (max-width: 768.9px) {
  .recruit_know_sec02-col .name img {
    width: 150px;
    height: auto;
  }
}
.recruit_know_sec03 .title {
  text-align: center;
}
.recruit_know_sec03 .title .ja {
  color: #0f48b0;
  font-style: italic;
  font-weight: 900;
}
@media screen and (max-width: 768.9px) {
  .recruit_know_sec03 .title .ja {
    font-size: 9vw;
  }
}
@media screen and (min-width: 768.9px) {
  .recruit_know_sec03 .title .ja {
    font-size: 85px;
  }
}
.recruit_know_sec03 .title .en {
  margin-top: 0.5em;
}
@media screen and (max-width: 768.9px) {
  .recruit_know_sec03 .title .en {
    font-size: 5vw;
  }
}
@media screen and (min-width: 768.9px) {
  .recruit_know_sec03 .title .en {
    font-size: 32px;
  }
}
@media screen and (max-width: 768.9px) {
  .recruit_know_sec03-col {
    margin-top: 50px;
  }
}
@media screen and (min-width: 768.9px) {
  .recruit_know_sec03-col {
    display: grid;
    gap: 100px 0;
    grid-template-columns: 1fr 1fr 1fr;
    margin-top: 130px;
  }
}
.recruit_know_sec03-col-item {
  text-align: center;
  font-style: italic;
  line-height: 1;
}
@media screen and (max-width: 768.9px) {
  .recruit_know_sec03-col-item {
    margin-top: 50px;
  }
}
.recruit_know_sec03-col-item .tit {
  font-weight: 900;
  color: #0f48b0;
  background: linear-gradient(transparent 70%, #7dd9f4 70%);
  display: inline-block;
  padding: 0 0.5em;
  margin-bottom: 0.5em;
}
@media screen and (max-width: 768.9px) {
  .recruit_know_sec03-col-item .tit {
    font-size: 7vw;
  }
}
@media screen and (min-width: 768.9px) {
  .recruit_know_sec03-col-item .tit {
    font-size: 42px;
  }
}
.recruit_know_sec03-col-item .txt01 {
  font-weight: 900;
  color: #0f48b0;
  letter-spacing: 0;
}
@media screen and (max-width: 768.9px) {
  .recruit_know_sec03-col-item .txt01 {
    font-size: 16vw;
  }
}
@media screen and (min-width: 768.9px) {
  .recruit_know_sec03-col-item .txt01 {
    font-size: 130px;
  }
}
.recruit_know_sec03-col-item .txt01 small {
  font-style: italic;
}
@media screen and (max-width: 768.9px) {
  .recruit_know_sec03-col-item .txt01 small {
    font-size: 10vw;
  }
}
@media screen and (min-width: 768.9px) {
  .recruit_know_sec03-col-item .txt01 small {
    font-size: 50px;
  }
}
.recruit_know_sec03-col-item .txt01 span {
  font-style: italic;
}
@media screen and (max-width: 768.9px) {
  .recruit_know_sec03-col-item .txt01 span {
    font-size: 5vw;
  }
}
@media screen and (min-width: 768.9px) {
  .recruit_know_sec03-col-item .txt01 span {
    font-size: 18px;
  }
}
.recruit_know_sec03-col-item .txt02 {
  font-weight: 900;
  color: #7dd9f4;
  margin-top: 0.5em;
}
@media screen and (max-width: 768.9px) {
  .recruit_know_sec03-col-item .txt02 {
    font-size: 6vw;
  }
}
@media screen and (min-width: 768.9px) {
  .recruit_know_sec03-col-item .txt02 {
    font-size: 38px;
  }
}
@media screen and (max-width: 768.9px) {
  .recruit_know_sec03-col-item .txt02 small {
    font-size: 5vw;
  }
}
@media screen and (min-width: 768.9px) {
  .recruit_know_sec03-col-item .txt02 small {
    font-size: 22px;
  }
}
@media screen and (max-width: 768.9px) {
  .recruit_know_sec03-col-item .txt02 small b {
    font-size: 5vw;
  }
}
@media screen and (min-width: 768.9px) {
  .recruit_know_sec03-col-item .txt02 small b {
    font-size: 33px;
  }
}
.recruit_know_sec03-col-item .txt02 span {
  color: #0f48b0;
}
@media screen and (max-width: 768.9px) {
  .recruit_know_sec03-col-item .txt02 span {
    font-size: 5vw;
  }
}
@media screen and (min-width: 768.9px) {
  .recruit_know_sec03-col-item .txt02 span {
    font-size: 18px;
  }
}
.recruit_know_sec03-col-item.item01 img {
  margin-top: 20px;
}
@media screen and (max-width: 768.9px) {
  .recruit_know_sec03-col-item.item01 img {
    margin-top: 10px;
  }
}
.recruit_know_sec03-col-item.item01 .txt01 {
  margin-top: 20px;
}
@media screen and (max-width: 768.9px) {
  .recruit_know_sec03-col-item.item03 img {
    width: 40%;
    margin-top: 10px;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 768.9px) {
  .recruit_know_sec03-col-item.item04 img {
    width: 80%;
    margin-top: 10px;
  }
}
.recruit_know_sec03-col-item.item05 .txt02 {
  margin-top: 0;
}
@media screen and (max-width: 768.9px) {
  .recruit_know_sec03-col-item.item05 .txt02 {
    margin-top: 10px;
  }
}
.recruit_know_sec03-col-item.item06 .txt01 {
  font-weight: 900;
  color: #0f48b0;
  letter-spacing: 0;
}
@media screen and (max-width: 768.9px) {
  .recruit_know_sec03-col-item.item06 .txt01 {
    font-size: 10vw;
    margin-top: 10px;
  }
}
@media screen and (min-width: 768.9px) {
  .recruit_know_sec03-col-item.item06 .txt01 {
    font-size: 90px;
    margin-top: 50px;
  }
}

/*=============================================================
 西島の仕事を知る 
=============================================================*/
.recruit_job {
  position: relative;
}
.recruit_job .bg_illust01 {
  position: absolute;
  top: 0;
  right: 0;
}
@media screen and (max-width: 768.9px) {
  .recruit_job .bg_illust01 {
    width: 80%;
  }
}
.recruit_job .bg_illust02 {
  position: absolute;
  top: 45%;
  left: 0;
}
@media screen and (max-width: 768.9px) {
  .recruit_job .bg_illust02 {
    width: 80%;
  }
}
.recruit_job .bg_illust03 {
  position: absolute;
  bottom: 0;
  right: 0;
}
@media screen and (max-width: 768.9px) {
  .recruit_job .bg_illust03 {
    width: 80%;
  }
}
@media screen and (min-width: 768.9px) {
  .recruit_job_sec01 {
    margin-top: 60px;
  }
}
.recruit_job_sec01 .title {
  text-align: center;
}
.recruit_job_sec01 .title .ja {
  color: #0f48b0;
  font-style: italic;
  font-weight: 900;
}
@media screen and (max-width: 768.9px) {
  .recruit_job_sec01 .title .ja {
    font-size: 8vw;
  }
}
@media screen and (min-width: 768.9px) {
  .recruit_job_sec01 .title .ja {
    font-size: 85px;
  }
}
.recruit_job_sec01 .title .en {
  color: #0f48b0;
  margin-top: 0.5em;
}
@media screen and (max-width: 768.9px) {
  .recruit_job_sec01 .title .en {
    font-size: 4vw;
  }
}
@media screen and (min-width: 768.9px) {
  .recruit_job_sec01 .title .en {
    font-size: 32px;
  }
}
.recruit_job_sec01 .lead {
  text-align: center;
  color: #3f3531;
}
@media screen and (max-width: 768.9px) {
  .recruit_job_sec01 .lead {
    font-size: 4vw;
    margin: 20px 0 40px 0;
    text-align: left;
  }
}
@media screen and (min-width: 768.9px) {
  .recruit_job_sec01 .lead {
    font-size: 20px;
    margin: 55px 0 40px 0;
  }
}
.recruit_job_sec01-bg {
  position: relative;
}
@media screen and (max-width: 768.9px) {
  .recruit_job_sec01-bg {
    padding: 30px 0;
  }
}
@media screen and (min-width: 768.9px) {
  .recruit_job_sec01-bg {
    padding: 65px 0 110px 0;
  }
}
.recruit_job_sec01-bg:before {
  content: "";
  display: block;
  width: 15px;
  height: 100%;
  background-color: #7dd9f4;
  position: absolute;
  top: 0;
  left: 50%;
  border-radius: 95px;
}
@media screen and (max-width: 768.9px) {
  .recruit_job_sec01-bg:before {
    width: 8px;
    margin-left: -4px;
  }
}
@media screen and (min-width: 768.9px) {
  .recruit_job_sec01-bg:before {
    width: 15px;
    margin-left: -7.5px;
  }
}
.recruit_job_sec01-col {
  margin: 0 auto;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 768.9px) {
  .recruit_job_sec01-col {
    width: 90%;
    margin-top: 60px;
  }
}
@media screen and (min-width: 768.9px) {
  .recruit_job_sec01-col {
    max-width: 90%;
    display: grid;
    gap: 0px 0;
    grid-template-columns: auto 1fr 1fr;
  }
}
@media screen and (min-width: 767.9px) and (max-width: 1199.9px) {
  .recruit_job_sec01-col {
    max-width: 100%;
  }
}
@media screen and (max-width: 768.9px) {
  .recruit_job_sec01-col:first-child {
    margin-top: 0;
  }
}
.recruit_job_sec01-col .vol {
  color: #7dd9f4;
  line-height: 1;
  font-weight: 900;
  letter-spacing: 0;
}
@media screen and (max-width: 768.9px) {
  .recruit_job_sec01-col .vol {
    font-size: 20vw;
    margin-bottom: -0.2em;
    z-index: 2;
    position: relative;
  }
}
@media screen and (min-width: 768.9px) {
  .recruit_job_sec01-col .vol {
    font-size: 184px;
  }
}
.recruit_job_sec01-col .leftBox img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.recruit_job_sec01-col .rightBox {
  height: 100%;
}
@media screen and (min-width: 768.9px) {
  .recruit_job_sec01-col .rightBox {
    display: flex;
    align-items: center;
    padding: 0 0 0 50px;
  }
}
@media screen and (min-width: 767.9px) and (max-width: 1199.9px) {
  .recruit_job_sec01-col .rightBox {
    padding: 0 0 0 20px;
  }
}
.recruit_job_sec01-col .rightBox .ja {
  color: #0f48b0;
  font-style: italic;
  font-weight: 900;
}
@media screen and (max-width: 768.9px) {
  .recruit_job_sec01-col .rightBox .ja {
    font-size: 10vw;
    margin-top: 0.5em;
  }
}
@media screen and (min-width: 768.9px) {
  .recruit_job_sec01-col .rightBox .ja {
    font-size: 54px;
  }
}
.recruit_job_sec01-col .rightBox .en {
  color: #3f3531;
}
@media screen and (max-width: 768.9px) {
  .recruit_job_sec01-col .rightBox .en {
    font-size: 4vw;
    margin-top: 0.5em;
    margin-bottom: 1em;
  }
}
@media screen and (min-width: 768.9px) {
  .recruit_job_sec01-col .rightBox .en {
    font-size: 34px;
    margin-bottom: 2em;
  }
}
.recruit_job_sec01-col .rightBox .modal-btn .js-open-modal {
  border: none;
  background: none;
  padding: 0;
  margin: 0;
  cursor: pointer;
}
@media screen and (max-width: 768.9px) {
  .recruit_job_sec01-col .rightBox .modal-btn .js-open-modal {
    width: 70%;
  }
}
@media screen and (min-width: 768.9px) {
  .recruit_job_sec01-col:nth-child(even) {
    grid-template-columns: 1fr 1fr auto;
    margin: 160px auto;
  }
}
@media screen and (min-width: 768.9px) {
  .recruit_job_sec01-col:nth-child(even) .vol {
    order: 3;
    margin-right: 0.2em;
  }
}
@media screen and (min-width: 768.9px) {
  .recruit_job_sec01-col:nth-child(even) .leftBox {
    order: 2;
  }
}
@media screen and (min-width: 768.9px) {
  .recruit_job_sec01-col:nth-child(even) .rightBox {
    order: 1;
    padding: 0 50px 0 0;
  }
}
.recruit_job_sec01-col:nth-child(even) .rightBox div {
  width: 100%;
}
@media screen and (min-width: 768.9px) {
  .recruit_job_sec01-col:nth-child(even) .rightBox .ja,
  .recruit_job_sec01-col:nth-child(even) .rightBox .en {
    text-align: right;
  }
}
@media screen and (min-width: 768.9px) {
  .recruit_job_sec01-col:nth-child(even) .rightBox .modal-btn {
    text-align: right;
  }
}

/*=============================================================
 西島の仕事を知る モーダル
=============================================================*/
@media screen and (min-width: 768.9px) {
  .modal__slide {
    padding: 50px 5vw;
  }
}
.modal__slide header .ja {
  color: #0f48b0;
  font-style: italic;
  font-weight: 900;
}
@media screen and (max-width: 768.9px) {
  .modal__slide header .ja {
    font-size: 6vw;
  }
}
@media screen and (min-width: 768.9px) {
  .modal__slide header .ja {
    font-size: 54px;
  }
}
.modal__slide header .en {
  color: #3f3531;
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}
@media screen and (max-width: 768.9px) {
  .modal__slide header .en {
    font-size: 4vw;
  }
}
@media screen and (min-width: 768.9px) {
  .modal__slide header .en {
    font-size: 34px;
  }
}
.modal__slide p.slide-pic img {
  width: 100%;
  height: auto;
}
.modal__slide p.txt {
  border: 1px solid #0f48b0;
  color: #0f48b0;
  margin-top: 20px;
  font-weight: bold;
  padding: 1em;
}
@media screen and (max-width: 768.9px) {
  .modal__slide p.txt {
    font-size: 3vw;
    text-align: left;
  }
}
@media screen and (min-width: 768.9px) {
  .modal__slide p.txt {
    font-size: 20px;
  }
}

/*=============================================================
 モーダル
=============================================================*/
.modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  padding: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: opacity 0.3s;
  pointer-events: none;
  opacity: 0;
  z-index: 100;
  background-color: rgba(120, 123, 131, 0.8);
}

/* モーダルがactiveの時 */
.modal.is-active {
  opacity: 1;
  pointer-events: auto;
  z-index: 1000;
}

/* モーダル背景のオーバーレイ部分 */
.modal__overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  cursor: pointer;
}

/* モーダルのコンテンツ */
.modal__content {
  position: relative;
  background: url("../img/recruit2025/job/deco_modal.png") no-repeat top right;
  background-color: #fff;
  width: 100%;
  max-width: 930px;
  padding: 20px;
  text-align: center;
  overflow: auto;
  height: 100%;
}

/* モーダルを閉じるボタン */
.modal__close-btn {
  position: absolute;
  right: 10px;
  top: 10px;
  background: #fff;
  background: url("../img/recruit2025/job/ico_close.png") no-repeat center center;
  background-size: cover;
  cursor: pointer;
  z-index: 10;
  border: none;
}
@media screen and (max-width: 768.9px) {
  .modal__close-btn {
    width: 20px;
    height: 20px;
  }
}
@media screen and (min-width: 768.9px) {
  .modal__close-btn {
    width: 30px;
    height: 30px;
  }
}

/* Swiperの矢印部分 */
@media (max-width: 768px) {
  .modal .swiper-button-next,
  .modal .swiper-button-prev {
    display: none;
  }
}/*# sourceMappingURL=recruit2025.css.map */