@charset "UTF-8";
/*
	@include sc(pc) {
		width: 100%;
	}
	@include sc(sp) {
		width: 50%;
	}
*/
/*
	@include hover() {
		opacity: 0.6;
	}
*/
/*
	$line:イラレの行の値
	$size:イラレの文字の値

	@include lh(38, 15);
*/
/*
	@include taJ();
*/
/*
	@extend %rightarr;
*/
/*
@mixin f_roboto($weight:400) {
	font-family: 'Roboto',"游ゴシック","游ゴシック体","Yu Gothic",YuGothic, sans-serif;
	font-weight:$weight;
}
Robotoフォント設定
400：Regular（デフォルト）
500：Medium
700：Bold
*/
/*
	$weight:フォントの太さ

	@include f_min();
	@include f_min(500);
	@include f_min(600);
*/
/*
	$weight:フォントの太さ

	@includef_shuei();
	@includef_shuei(600);
*/
/*
	$color:色指定
	$stripe:線サイズ
	$spacing:線の空きサイズ
	$height:太さ

	@include dotted(#e6e1d2, 4,4,2);
*/
/*
example
@include dotted-y(#COLOR, WidthPX,SpaceingPX,LengthPX,); 横破線
@include dotted-y(#e6e1d2, 4,4,2,10);
*/

.mv {
  position: relative;
}
@media print, screen and (min-width: 641px) {
  .mv::after {
    background: var(--color-red);
    bottom: 0;
    content: "";
    display: block;
    left: 0;
    position: absolute;
    width: 100%;
    height: 0.24rem;
  }
  .mv figure {
    height: 4.5rem;
  }
  section p,
  table tr th,
  table tr td,
  body {
    font-size: 0.16rem;
  }
}
@media print, screen and (max-width: 640px) {
  /* html {
    -webkit-text-size-adjust: 50% !important;
  } */
  section p,
  table tr th,
  table tr td {
    /* font-size: 0.28rem; */
    font-size: 0.14rem;
    letter-spacing: 0.2em;
    line-height: 1.8;
  }
}
.mv figure img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}
.mv h1 {
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
}
.mv h1 img {
  height: auto;
}
section .box_inner h2 {
  white-space: nowrap;
  word-break: break-all;
}
@media screen and (max-width: 640px) {
  section .box_inner h2 {
    white-space: normal;
  }
}
@media screen and (max-width: 640px) {
  .mv h1 img {
    width: 3.6rem;
  }
}
@media print, screen and (min-width: 641px) {
  .mv h1 img {
    width: 9.18rem;
  }
}
.mv p {
  background: var(--color-red);
  bottom: 0;
  display: -ms-grid;
  display: grid;
  place-content: center;
  position: absolute;
  right: 0;
  z-index: 10;
}
@media screen and (max-width: 640px) {
  .mv p {
    height: 0.25rem;
    width: 100%;
  }
}
@media print, screen and (min-width: 641px) {
  .mv p {
    height: 0.56rem;
    width: 8rem;
  }
}
.mv p img {
  height: auto;
}
@media screen and (max-width: 640px) {
  .mv p img {
    width: 3.53rem;
  }
}
@media print, screen and (min-width: 641px) {
  .mv p img {
    width: 7.06rem;
  }
}

@media screen and (max-width: 640px) {
  .recruit {
    padding: 0.58rem 0.2rem 0;
  }
}

.recruit_title {
  background:
    url("/img/recruit/pict-line01.svg") no-repeat left top,
    url("/img/recruit/pict-line01.svg") no-repeat left bottom;
  background-size:
    100% auto,
    100% auto;
  color: var(--color-red);
  display: -ms-grid;
  display: grid;
  font-weight: 500;
  letter-spacing: 0.17em;
  padding-left: 0.17em;
  place-content: center;
}
@media screen and (max-width: 640px) {
  .recruit_title {
    font-size: 0.2rem;
    height: 0.35rem;
    margin: 0 auto 0.43rem;
    width: 3.35rem;
  }
}
@media print, screen and (min-width: 641px) {
  .recruit_title {
    font-size: 0.4rem;
    height: 0.7rem;
    margin: 0 auto 0.8rem;
    width: 6.7rem;
  }
}

@media screen and (max-width: 640px) {
  .recruit_pagelink {
    margin: 0 auto 0.88rem;
    width: 2.97rem;
  }
}
@media print, screen and (min-width: 641px) {
  .recruit_pagelink {
    display: flex;
    gap: 1.12rem;
    justify-content: center;
    margin-bottom: 1.7rem;
  }
}
.recruit_pagelink li {
  position: relative;
}
@media screen and (max-width: 640px) {
  .recruit_pagelink li {
    height: 1.48rem;
  }
}
@media print, screen and (min-width: 641px) {
  .recruit_pagelink li {
    height: 1.8rem;
    width: 3.6rem;
  }
}
@media screen and (max-width: 640px) {
  .recruit_pagelink li:first-child {
    margin-bottom: 0.3rem;
  }
}
.recruit_pagelink li a {
  display: block;
  transition: opacity 0.3s;
}
.no-touchevents .recruit_pagelink li a:hover {
  opacity: 0.7;
}
.recruit_pagelink li img {
  width: 100%;
}
.recruit_pagelink li p {
  bottom: 0;
  color: #fff;
  font-weight: bold;
  left: 0;
  position: absolute;
  text-align: center;
  width: 100%;
}
@media screen and (max-width: 640px) {
  .recruit_pagelink li p {
    padding-block: 0.05rem;
  }
}
@media print, screen and (min-width: 641px) {
  .recruit_pagelink li p {
    padding-block: 0.07rem;
  }
}
.recruit_pagelink li p span {
  background: url("/img/recruit/icon-arrow_d.svg") no-repeat right
    center/0.13rem 0.09rem;
  display: inline-block;
}
@media screen and (max-width: 640px) {
  .recruit_pagelink li p span {
    background-size: 0.1rem 0.07rem;
    font-size: 0.15rem;
    padding-right: 0.34rem;
  }
}
@media print, screen and (min-width: 641px) {
  .recruit_pagelink li p span {
    font-size: 0.18rem;
    padding-right: 40px;
  }
}

@media screen and (max-width: 640px) {
  .sec_title {
    border-left: 0.04rem solid var(--color-red);
    padding: 0.13rem 0 0.07rem 0.2rem;
  }
}
@media print, screen and (min-width: 641px) {
  .sec_title {
    border-left: 0.06rem solid var(--color-red);
    padding: 0.15rem 0 0.09rem 0.35rem;
  }
}
.sec_title .sec_title_en {
  line-height: 1;
}
@media screen and (max-width: 640px) {
  .sec_title .sec_title_en {
    margin-bottom: 0.08rem;
  }
}
@media print, screen and (min-width: 641px) {
  .sec_title .sec_title_en {
    margin-bottom: 0.12rem;
  }
}
.sec_title .sec_title_en img {
  width: auto;
}
@media screen and (max-width: 640px) {
  .sec_title .sec_title_en img {
    height: 0.19rem;
  }
}
@media print, screen and (min-width: 641px) {
  .sec_title .sec_title_en img {
    height: 0.31rem;
  }
}
.sec_title .sec_title_ja {
  letter-spacing: 0.32em;
}
@media screen and (max-width: 640px) {
  .sec_title .sec_title_ja {
    font-size: 0.18rem;
  }
}
@media print, screen and (min-width: 641px) {
  .sec_title .sec_title_ja {
    font-size: 0.28rem;
  }
}

@media screen and (max-width: 640px) {
  .sec01 {
    margin-bottom: 0.48rem;
  }
}
@media print, screen and (min-width: 641px) {
  .sec01 {
    margin-bottom: 2.1rem;
  }
}
.sec01 .sec01_body {
  position: relative;
}
@media screen and (max-width: 640px) {
  .sec01 .sec01_body {
    margin-bottom: 0.75rem;
    padding-top: 0.4rem;
  }
}
@media print, screen and (min-width: 641px) {
  .sec01 .sec01_body {
    margin-bottom: 0.7rem;
    padding-top: 0.9rem;
  }
}
.sec01 .sec01_body::after {
  background: #fef5e3;
  content: "";
  display: block;
  position: absolute;
}
@media screen and (max-width: 640px) {
  .sec01 .sec01_body::after {
    height: 19.48rem;
    right: -0.2rem;
    top: 0.3rem;
    width: 1.87rem;
  }
}
@media print, screen and (min-width: 641px) {
  .sec01 .sec01_body::after {
    height: 15.73rem;
    right: -0.5rem;
    top: 0;
    width: 2.96rem;
  }
}

.sec_item {
  position: relative;
  z-index: 2;
  display: flex;
}
@media screen and (max-width: 640px) {
  .sec_item {
    flex-direction: column-reverse;
    padding-inline: 0.27rem 0.1rem;
  }
}
@media print, screen and (min-width: 641px) {
  .sec_item {
    flex-direction: row-reverse;
    gap: 0.57rem;
    padding-left: 0.4rem;
  }
}
@media screen and (max-width: 640px) {
  .sec_item:not(:first-child) {
    margin-top: 0.6rem;
  }
}
@media print, screen and (min-width: 641px) {
  .sec_item:not(:first-child) {
    margin-top: 0.8rem;
  }
}

.sec_image {
  flex-shrink: 0;
}
@media screen and (max-width: 640px) {
  .sec_image img {
    width: 100%;
  }
}
@media print, screen and (min-width: 641px) {
  .sec_image img {
    width: 4.7rem;
  }
}

.sec_detail {
  width: 100%;
}
@media screen and (max-width: 640px) {
  .sec_detail {
    margin-bottom: 0.3rem;
  }
}

.sec_head {
  align-items: center;
  display: flex;
}
@media screen and (max-width: 640px) {
  .sec_head {
    margin-bottom: 0.18rem;
  }
}
@media print, screen and (min-width: 641px) {
  .sec_head {
    margin-bottom: 34px;
  }
}
.sec_head p {
  border-right: 1px solid var(--color-red);
  line-height: 1;
  flex-shrink: 0;
}
@media screen and (max-width: 640px) {
  .sec_head p {
    margin-right: 0.12rem;
    padding-block: 0.1rem 0.06rem;
    width: 0.71rem;
  }
}
@media print, screen and (min-width: 641px) {
  .sec_head p {
    margin-right: 0.14rem;
    padding-block: 0.19rem 0.13rem;
    width: 1rem;
  }
}
.sec_head p img {
  height: 0.18rem;
}
@media screen and (max-width: 640px) {
  .sec_head p img {
    width: 0.55rem;
  }
}
.sec_head h3 {
  color: #595757;
  font-weight: normal;
  letter-spacing: 0.15em;
  line-height: 1;
}
@media screen and (max-width: 640px) {
  .sec_head h3 {
    font-size: 0.16rem;
  }
}
@media print, screen and (min-width: 641px) {
  .sec_head h3 {
    font-size: 0.22rem;
  }
}
@media screen and (max-width: 640px) {
  .sec_head h3 img {
    width: 1.65rem;
  }
}
@media print, screen and (min-width: 641px) {
  .sec_head h3 img {
    width: 2.56rem;
  }
}

.sec_text {
  font-feature-settings: "palt";
  letter-spacing: 0;
}
@media screen and (max-width: 640px) {
  .sec_text {
    font-size: 0.13rem;
    line-height: 2;
  }
}
@media print, screen and (min-width: 641px) {
  .sec_text {
    font-size: 0.16rem;
    line-height: 1.75;
  }
}

.sec_button a {
  margin-inline: auto;
}
@media print, screen and (min-width: 641px) {
  .sec_button a {
    width: 3.3rem;
  }
}

@media screen and (max-width: 640px) {
  .sec02 {
    margin-bottom: 0.75rem;
  }
}
@media print, screen and (min-width: 641px) {
  .sec02 {
    margin-bottom: 2.2rem;
  }
}
@media screen and (max-width: 640px) {
  .sec02 .sec02_body {
    margin-bottom: 0.67rem;
    padding-top: 0.37rem;
  }
}
@media print, screen and (min-width: 641px) {
  .sec02 .sec02_body {
    margin-bottom: 1.2rem;
    padding-top: 0.9rem;
  }
}
@media print, screen and (min-width: 641px) {
  .sec02 .sec_head {
    margin-bottom: 0.27rem;
  }
}
.sec02 .sec_head h3 {
  padding-left: 0;
}
@media print, screen and (min-width: 641px) {
  .sec02 .sec_text {
    line-height: 2;
  }
}
@media screen and (max-width: 640px) {
  .sec02 .schedule_wrap {
    margin: 0 auto 0.6rem;
    position: relative;
    width: 2.6rem;
  }
}
@media screen and (max-width: 640px) {
  .sec02 .schedule_wrap .slick-prev,
  .sec02 .schedule_wrap .slick-next {
    height: 0.22rem;
    overflow: hidden;
    position: absolute;
    text-indent: 100px;
    top: 0.78rem;
    width: 0.22rem;
  }
}
@media screen and (max-width: 640px) {
  .sec02 .schedule_wrap .slick-prev {
    background: url("/img/recruit/btn-prev.svg") no-repeat left top/cover;
    left: -0.32rem;
  }
}
@media screen and (max-width: 640px) {
  .sec02 .schedule_wrap .slick-next {
    background: url("/img/recruit/btn-next.svg") no-repeat left top/cover;
    right: -0.32rem;
  }
}
@media print, screen and (min-width: 641px) {
  .sec02 .schedule {
    display: flex;
    justify-content: space-between;
    margin-bottom: 1.23rem;
  }
}
@media print, screen and (min-width: 641px) {
  .sec02 .schedule .schedule_item {
    width: 2.29rem;
  }
}
@media screen and (max-width: 640px) {
  .sec02 .schedule figure {
    margin-bottom: 0.2rem;
  }
}
@media print, screen and (min-width: 641px) {
  .sec02 .schedule figure {
    margin-bottom: 0.3rem;
  }
}
.sec02 .schedule figure img {
  width: 100%;
}
.sec02 .schedule .schedule_title {
  background: url("/img/recruit/pict-arrow.svg") no-repeat right 0.05rem/100%
    auto;
}
@media screen and (max-width: 640px) {
  .sec02 .schedule .schedule_title {
    background-image: url("/img/recruit/pict-arrow_sp.svg");
    background-position: right top;
    background-size: auto 0.35rem;
    margin-bottom: 0.13rem;
  }
}
@media print, screen and (min-width: 641px) {
  .sec02 .schedule .schedule_title {
    margin-bottom: 0.35rem;
  }
}
@media screen and (max-width: 640px) {
  .sec02 .schedule .schedule_title p {
    margin-bottom: 0.18rem;
  }
}
@media print, screen and (min-width: 641px) {
  .sec02 .schedule .schedule_title p {
    margin-bottom: 0.14rem;
  }
}
@media screen and (max-width: 640px) {
  .sec02 .schedule .schedule_title p img {
    height: 0.11rem;
  }
}
@media print, screen and (min-width: 641px) {
  .sec02 .schedule .schedule_title p img {
    height: 0.14rem;
  }
}
.sec02 .schedule .schedule_title h3 {
  color: var(--color-red);
  line-height: 1;
}
@media screen and (max-width: 640px) {
  .sec02 .schedule .schedule_title h3 {
    font-size: 0.16rem;
    text-align: center;
  }
}
@media print, screen and (min-width: 641px) {
  .sec02 .schedule .schedule_title h3 {
    font-size: 0.2rem;
  }
}
@media screen and (max-width: 640px) {
  .sec02 .schedule .schedule_text {
    font-size: 0.13rem;
    line-height: 2;
    margin-bottom: 0.3rem;
  }
}
@media print, screen and (min-width: 641px) {
  .sec02 .schedule .schedule_text {
    font-size: 0.16rem;
    line-height: 1.875;
  }
}
@media screen and (max-width: 640px) {
  .sec02 .interview {
    margin-bottom: 0rem;
  }
}
@media print, screen and (min-width: 641px) {
  /*
  .sec02 .interview {
    display: flex;
    justify-content: space-between;
    margin: 0 -0.5rem 0.9rem;
  }
    */
  .sec02 .interview {
    display: flex;
    justify-content: center;
    margin: 0;
    gap: 0 0.1rem;
  }
}
@media print, screen and (min-width: 641px) {
  .sec02 .interview .interview_item {
    width: 3.6rem;
  }
}
@media screen and (max-width: 640px) {
  .sec02 .interview .interview_item:not(:last-child) {
    margin-bottom: 0.3rem;
  }
}
.sec02 .interview .interview_info {
  background: #fef5e3;
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: auto;
  grid-template: "a b" "a c";
}
.sec02 .interview .interview_info figure {
  -ms-grid-row: 1;
  -ms-grid-row-span: 2;
  -ms-grid-column: 1;
  font-size: 0;
  grid-area: a;
}
@media screen and (max-width: 640px) {
  .sec02 .interview .interview_info figure {
    width: 2.03rem;
  }
}
@media print, screen and (min-width: 641px) {
  .sec02 .interview .interview_info figure {
    border-right: 0.05rem solid #fff;
    width: 1.85rem;
  }
}
.sec02 .interview .interview_info figure img {
  width: 100%;
}
.sec02 .interview .interview_info h3 {
  -ms-grid-row: 1;
  -ms-grid-column: 2;
  background: var(--color-red);
  color: #fff;
  display: -ms-grid;
  display: grid;
  font-feature-settings: "palt";
  font-weight: bold;
  grid-area: b;
  letter-spacing: 0;
  place-content: center;
  place-items: center;
  position: relative;
  text-align: center;
}
@media screen and (max-width: 640px) {
  .sec02 .interview .interview_info h3 {
    font-size: 0.18rem;
    height: 1.13rem;
    width: 1.32rem;
  }
}
@media print, screen and (min-width: 641px) {
  .sec02 .interview .interview_info h3 {
    font-size: 0.2rem;
    height: 1.53rem;
    width: 1.75rem;
  }
}
.sec02 .interview .interview_info h3 small {
  font-weight: normal;
}
@media screen and (max-width: 640px) {
  .sec02 .interview .interview_info h3 small {
    font-size: 0.1rem;
  }
}
@media print, screen and (min-width: 641px) {
  .sec02 .interview .interview_info h3 small {
    font-size: 0.16rem;
  }
}
.sec02 .interview .interview_info h3::after {
  background: var(--color-red);
  content: "";
  display: block;
  left: 50%;
  position: absolute;
  transform: translate(-50%);
  z-index: 2;
}
@media screen and (max-width: 640px) {
  .sec02 .interview .interview_info h3::after {
    bottom: -0.13rem;
    border-radius: 0.13rem;
    height: 0.26rem;
    width: 0.26rem;
  }
}
@media print, screen and (min-width: 641px) {
  .sec02 .interview .interview_info h3::after {
    bottom: -0.15rem;
    border-radius: 0.15rem;
    height: 0.3rem;
    width: 0.3rem;
  }
}
.sec02 .interview .interview_info p {
  -ms-grid-row: 2;
  -ms-grid-column: 2;
  align-items: center;
  background: #fef5e3;
  display: flex;
  flex-direction: column;
  font-feature-settings: "palt";
  justify-content: center;
  grid-area: c;
  text-align: center;
}
@media screen and (max-width: 640px) {
  .sec02 .interview .interview_info p {
    font-size: 0.23rem;
    height: 1.23rem;
    width: 1.32rem;
  }
}
@media print, screen and (min-width: 641px) {
  .sec02 .interview .interview_info p {
    font-size: 0.25rem;
    height: 1.17rem;
  }
}
.sec02 .interview .interview_info p small {
  font-weight: normal;
}
@media screen and (max-width: 640px) {
  .sec02 .interview .interview_info p small {
    font-size: 0.18rem;
  }
}
@media print, screen and (min-width: 641px) {
  .sec02 .interview .interview_info p small {
    font-size: 0.2rem;
  }
}
.sec02 .interview .interview_text {
  background: rgba(254, 245, 227, 0.4);
  letter-spacing: 0;
  font-feature-settings: "palt";
  text-align: justify;
}
@media screen and (max-width: 640px) {
  .sec02 .interview .interview_text {
    font-size: 0.13rem;
    line-height: 2;
    padding: 0.26rem;
  }
}
@media print, screen and (min-width: 641px) {
  .sec02 .interview .interview_text {
    border-top: 0.05rem solid #fff;
    font-size: 0.17rem;
    line-height: 2;
    padding: 0.24rem 0.3rem;
  }
}
.sec02 p.notice {
  margin-top: 0.1rem;
  font-size: 0.16rem;
  font-weight: 700;
  text-align: center;
}

.title {
  background: url("/img/recruit/pict-line02.svg") no-repeat center
    0.4rem/4.28rem auto;
  display: -ms-grid;
  display: grid;
  place-content: center;
  place-items: center;
}
@media screen and (max-width: 640px) {
  .title {
    background-position: center 0.3rem;
    background-size: 1.93rem auto;
    margin-bottom: 0.3rem;
  }
}
@media print, screen and (min-width: 641px) {
  .title {
    margin-bottom: 0.46rem;
  }
}
.title h2 {
  font-feature-settings: "palt";
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1;
  padding-left: 0.5em;
}
@media screen and (max-width: 640px) {
  .title h2 {
    font-size: 0.2rem;
  }
}
@media print, screen and (min-width: 641px) {
  .title h2 {
    font-size: 0.26rem;
  }
}
@media screen and (max-width: 640px) {
  .title p {
    margin-top: 0.19rem;
  }
}
@media print, screen and (min-width: 641px) {
  .title p {
    margin-top: 0.4rem;
  }
}
@media screen and (max-width: 640px) {
  .title p img {
    height: 0.11rem;
    width: auto;
  }
}
@media print, screen and (min-width: 641px) {
  .title p img {
    height: 0.13rem;
  }
}

@media screen and (max-width: 640px) {
  .sec03 {
    margin-bottom: 1.27rem;
  }
}
@media print, screen and (min-width: 641px) {
  .sec03 {
    margin-bottom: 3rem;
  }
}
.sec03 .sec03_title {
  align-items: center;
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 640px) {
  .sec03 .sec03_title {
    gap: 0.14rem;
    margin-bottom: 0.45rem;
  }
}
@media print, screen and (min-width: 641px) {
  .sec03 .sec03_title {
    gap: 0.28rem;
    margin-bottom: 0.55rem;
  }
}
.sec03 .sec03_title p {
  line-height: 1;
}
@media screen and (max-width: 640px) {
  .sec03 .sec03_title p img {
    width: 0.85rem;
  }
}
@media print, screen and (min-width: 641px) {
  .sec03 .sec03_title p img {
    width: 1.72rem;
  }
}
.sec03 .sec03_title h2 {
  letter-spacing: 0.5em;
  line-height: 1;
  padding-left: 0.5em;
}
@media screen and (max-width: 640px) {
  .sec03 .sec03_title h2 {
    font-size: 0.18rem;
  }
}
@media print, screen and (min-width: 641px) {
  .sec03 .sec03_title h2 {
    font-size: 0.32rem;
  }
}
@media screen and (max-width: 640px) {
  .sec03 .sec03_item:not(:last-child) {
    margin-bottom: 0.45rem;
  }
}
@media print, screen and (min-width: 641px) {
  .sec03 .sec03_item:not(:last-child) {
    margin-bottom: 0.72rem;
  }
}
.sec03 .sec03_head {
  color: #595757;
  letter-spacing: 0.15em;
}
@media screen and (max-width: 640px) {
  .sec03 .sec03_head {
    font-size: 0.16rem;
    margin-bottom: 0.13rem;
  }
}
@media print, screen and (min-width: 641px) {
  .sec03 .sec03_head {
    font-size: 0.22rem;
    margin-bottom: 0.35rem;
  }
}
.sec03 .sec03_head span {
  color: var(--color-red);
}
.sec03 table {
  border-collapse: collapse;
  width: 100%;
}
.sec03 tr:nth-child(odd) {
  background: #f7f7f7;
}
.sec03 th,
.sec03 td {
  border: 1px solid #aeaeaf;
  vertical-align: top;
}
@media screen and (max-width: 640px) {
  .sec03 th,
  .sec03 td {
    font-size: 0.12rem;
    padding: 0.1rem 0.08rem;
  }
}
@media print, screen and (min-width: 641px) {
  .sec03 th,
  .sec03 td {
    font-size: 0.16rem;
    padding: 0.34rem 0.25rem;
  }
}
.sec03 th {
  font-weight: normal;
  text-align: left;
}
@media screen and (max-width: 640px) {
  .sec03 th {
    width: 0.72rem;
  }
}
@media print, screen and (min-width: 641px) {
  .sec03 th {
    width: 270px;
  }
  section.entry {
    background: url(/img/recruit/img-entry_2.png) no-repeat center center /
      cover;
    height: 3.5rem;
    margin-bottom: 2rem;
  }
}
@media screen and (max-width: 640px) {
  .sec03 td {
    font-feature-settings: "palt";
    letter-spacing: -0.04em;
  }
  section.entry {
    background: url("/img/recruit/img-entry_2_sp.jpg") no-repeat center
      center/cover;
    height: 3.5rem;
    margin-bottom: 1rem;
  }
}

.entry {
  display: -ms-grid;
  display: grid;
  place-content: center;
  place-items: center;
}
/*
@media screen and (max-width: 640px) {
  .entry {
    background: url("/img/recruit/img-entry_sp.jpg") no-repeat center center/cover;
    height: 2.25rem;
    margin-bottom: 0.24rem;
  }
}
@media print, screen and (min-width: 641px) {
  .entry {
    background: url("/img/recruit/img-entry.jpg") no-repeat center center/cover;
    height: 3.5rem;
    margin-bottom: 2rem;
  }
}
  */
.entry h2 {
  line-height: 1;
  text-align: center;
}
@media screen and (max-width: 640px) {
  .entry h2 {
    margin-bottom: 0.5rem;
  }
}
@media print, screen and (min-width: 641px) {
  .entry h2 {
    margin-bottom: 0.58rem;
  }
}
@media screen and (max-width: 640px) {
  .entry h2 img {
    height: 0.22rem;
    width: 1.28rem;
  }
}
@media print, screen and (min-width: 641px) {
  .entry h2 img {
    height: 0.44rem;
    width: 2.39rem;
  }
}
@media screen and (max-width: 640px) {
  .entry .entry_button a {
    width: 2.15rem;
  }
}
@media print, screen and (min-width: 641px) {
  .entry .entry_button a {
    width: 3.3rem;
  }
}

/* Slider */
@media print, screen and (min-width: 641px) {
  .member_slider .slick-slide {
    height: auto !important;
    border-radius: 0.5rem;
  }
}
@media print, screen and (max-width: 640px) {
  .member_slider .slick-slide {
    height: auto !important;
    border-radius: 0.15rem;
  }
}
.top_slide {
  margin-inline: auto;
  position: relative;
}
.top_slide .slick-slide {
  margin: 0 12.5px;
}
.top_slide .slick-slide img {
  height: auto;
  width: 100%;
}
.member_slider .slick-track {
  display: flex;
}

/* FV */
@media print, screen and (min-width: 641px) {
  .spver {
    display: none;
  }
  section.top_fv .top_fv_catch {
    margin: 0.52rem auto;
    display: flex;
    gap: 0 0.7rem;
    align-items: center;
    justify-content: center;
  }
  section.top_fv .top_fv_catch h1 {
    font-size: 0.42rem;
    font-weight: 700;
  }
  section.top_fv .top_fv_catch h1 span {
    font-size: 0.33rem;
  }
  section.top_fv .top_fv_catch p {
    font-size: 0.16rem;
  }
}
@media screen and (max-width: 640px) {
  .pcver {
    display: none;
  }
  section.top_fv .top_fv_catch {
    margin: 0.52rem auto;
    display: block;
  }
  section.top_fv .top_fv_catch h1 {
    /* font-size: 0.4rem; */
    font-size: 0.2rem;
    font-weight: 700;
    text-align: center;
  }
  section.top_fv .top_fv_catch h1 span {
    /* font-size: 0.32rem; */
    font-size: 0.16rem;
  }
  section.top_fv .top_fv_catch_txt.spver p {
    /* font-size: 0.25rem; */
    font-size: 0.14rem;
    line-height: 1.7;
    letter-spacing: 0.2em;
    margin-bottom: 0.22rem;
    text-align: justify;
  }
}

/* SP Layout */
@media screen and (min-width: 641px) {
  p.fixed_btn_bottom img {
    width: 3rem;
  }
}
@media screen and (min-width: 500px) and (max-width: 640px) {
  section.top_fv .top_fv_catch_txt.spver {
    padding: 1.36rem 0.6rem 0;
  }
  section.intro {
    margin: 2rem auto 0;
  }
  .box_inner {
    padding: 0 0.6rem;
  }
  .intro_box > div.accordion h3:after {
    content: "";
    display: block;
    background-image: url(../img/recruit/toggle_sp.png);
    background-size: 0.15rem 0.3rem;
    width: 0.55rem;
    height: 0.55rem;
    background-color: #ffdb77;
    border-radius: 30px;
    position: absolute;
    right: 0.57rem;
    top: 50%;
    transform: translateY(-50%);
    background-position: center;
  }
  .intro_box > div.accordion h3 {
    /* font-size: 0.32rem; */
    font-size: 0.16rem;
    padding: 0.4rem 0.5rem;
  }

  dl.accordion_box dd {
    display: none;
    padding: 0 0.57rem 0.65rem;
    text-align: left;
    border-bottom-right-radius: 0.3rem;
  }
  section.education_benefit .box_inner .sp_box_bg {
    background-color: #f0ddac;
    border-top-left-radius: 1rem;
    padding: 0.92rem 0.6rem 0.8rem;
  }
  section.education_benefit .box_inner .two_col > div.list {
    padding: 0.5rem 0.57rem;
    background-color: #fff;
    border-radius: 0.3rem;
    display: grid;
    grid-template-columns: 1fr 3.6fr;
    gap: 0 0.45rem;
  }
  section.requirements .box_inner h2 {
    margin: 0 auto 0.5rem;
    padding-left: 0.6rem;
    text-align: left;
  }
  .tab-label {
    color: #fff;
    background: rgba(51, 51, 51, 0.3);
    font-weight: 700;
    white-space: nowrap;
    text-align: center;
    padding: 0.25rem 0 0.17rem;
    order: -1;
    position: relative;
    z-index: 1;
    cursor: pointer;
    border-radius: 5px 5px 0 0;
    width: calc(50% - 0.6rem);
    border-top-left-radius: 0.3rem;
    border-top-right-radius: 0.3rem;
    /* font-size: 0.32rem; */
    font-size: 0.16rem;
  }
  .tab-switch:checked + .tab-label + .tab-content {
    height: auto;
    overflow: auto;
    padding: 0.48rem 0.6rem 0;
    opacity: 1;
    transition: 0.5s opacity;
  }
  p.fixed_btn_bottom img {
    width: 3rem;
  }
}
@media screen and (max-width: 499px) {
  section.top_fv .top_fv_catch_txt.spver {
    padding: 0.7rem 0.3rem 0;
  }
  section.intro {
    margin: 1rem auto 0;
  }
  .box_inner {
    padding: 0 0.3rem;
  }
  .recruit .box_inner {
    padding: 0;
  }
  .intro_box > div.accordion h3:after {
    content: "";
    display: block;
    background-image: url(../img/recruit/toggle_sp.png);
    background-size: 0.0725rem 0.15rem;
    width: 0.3rem;
    height: 0.3rem;
    background-color: #ffdb77;
    border-radius: 30px;
    position: absolute;
    right: 0.28rem;
    top: 50%;
    transform: translateY(-50%);
    background-position: center;
  }
  .intro_box > div.accordion h3 {
    /* font-size: 0.32rem; */
    font-size: 0.16rem;
    padding: 0.4rem 0.25rem;
  }
  dl.accordion_box dd {
    display: none;
    padding: 0 0.25rem 0.65rem;
    text-align: left;
    border-bottom-right-radius: 0.3rem;
  }
  section.education_benefit .box_inner .sp_box_bg {
    background-color: #f0ddac;
    border-top-left-radius: 1rem;
    padding: 0.92rem 0.3rem 0.8rem;
  }
  section.education_benefit .box_inner .two_col > div.list {
    padding: 0.25rem 0.28rem;
    background-color: #fff;
    border-radius: 0.3rem;
    display: grid;
    grid-template-columns: 1fr 3.6fr;
    gap: 0 0.2rem;
  }
  section.requirements .box_inner h2 {
    margin: 0 auto 0.5rem;
    padding-left: 0.3rem;
    text-align: left;
  }
  .tab-label {
    color: #fff;
    background: rgba(51, 51, 51, 0.3);
    font-weight: 700;
    white-space: nowrap;
    text-align: center;
    padding: 0.25rem 0 0.17rem;
    order: -1;
    position: relative;
    z-index: 1;
    cursor: pointer;
    border-radius: 5px 5px 0 0;
    width: calc(50% - 0.3rem);
    border-top-left-radius: 0.3rem;
    border-top-right-radius: 0.3rem;
    font-size: 0.16rem;
  }
  .tab-switch:checked + .tab-label + .tab-content {
    height: auto;
    overflow: auto;
    padding: 0.48rem 0.3rem 0;
    opacity: 1;
    transition: 0.5s opacity;
  }
  p.fixed_btn_bottom img {
    width: 1.5rem;
  }
}

/* Layout */
@media print, screen and (min-width: 641px) {
  section.intro {
    margin: 1.14rem auto 1.2rem;
    background-image: url("../img/recruit/bg.png");
    background-position: left bottom;
    background-size: 4.1rem auto;
    justify-content: space-between;
  }
  .intro_box {
    display: flex;
    gap: 0 1.8rem;
  }
  section .box_inner h2 {
    text-align: left;
    color: #d51538;
    font-size: 0.64rem;
    font-weight: 700;
  }
  section .box_inner h2 span {
    font-size: 0.18rem;
    display: block;
  }
  .intro_box > div.accordion {
    width: calc(100% - 48%);
    padding-top: 1.22rem;
  }
  .intro_box > div.accordion h3 {
    font-size: 0.24rem;
    padding: 0.5rem 0.57rem;
  }
  .intro_box > div.accordion h3 span {
    font-size: 0.16rem;
    margin-right: 0.16rem;
    font-weight: 700;
    display: inline-block;
  }
  .intro_box > div.accordion h3:after {
    content: "";
    display: block;
    background-image: url(../img/recruit/toggle.png);
    background-size: 0.15rem 0.145rem;
    width: 0.25rem;
    height: 0.25rem;
    background-color: #ffdb77;
    border-radius: 30px;
    position: absolute;
    right: 0.57rem;
    top: 50%;
    transform: translateY(-50%);
    background-position: center;
  }
  .intro_box > div.accordion .is-open h3:after,
  .intro_box > div.accordion dl.intro_1 dt.is-open h3:after,
  .intro_box > div.accordion dl.intro_2 dt.is-open h3:after,
  .intro_box > div.accordion dl.intro_3 dt.is-open h3:after,
  .intro_box > div.accordion dl.intro_4 dt.is-open h3:after {
    background-image: url(../img/recruit/toggle_on.png);
    background-color: #333333;
  }
  dl.accordion_box dd h4 {
    font-size: 0.18rem;
    margin-bottom: 0.16rem;
    font-weight: 700;
  }
  dl.accordion_box dd p {
    font-size: 0.16rem;
    line-height: 1.6;
  }
  dl.accordion_box dd {
    display: none;
    padding: 0 0.57rem 0.57rem;
    text-align: left;
    border-bottom-right-radius: 0.3rem;
  }
}
@media screen and (max-width: 640px) {
  section .box_inner h2 {
    text-align: left;
    color: #d51538;
    /* font-size: 0.7rem; */
    font-size: 0.35rem;
    font-weight: 700;
  }
  section .box_inner h2 span {
    /* font-size: 0.35rem; */
    font-size: 0.175rem;
    display: block;
  }
  .intro_box > div.accordion {
    width: 100%;
    padding-top: 0.43rem;
  }
  .intro_box > div.accordion h3 span {
    /* font-size: 0.26rem; */
    font-size: 0.13rem;
    margin-right: 0.16rem;
    font-weight: 700;
    display: inline-block;
  }
  dl.accordion_box dd h4 {
    /* font-size: 0.3rem; */
    font-size: 0.16rem;
    margin-bottom: 0.16rem;
    font-weight: 700;
  }
  dl.accordion_box dd p {
    /* font-size: 0.25rem; */
    font-size: 0.14rem;
    line-height: 1.6;
  }
  .intro_box > div.accordion .is-open h3:after,
  .intro_box > div.accordion dl.intro_1 dt.is-open h3:after,
  .intro_box > div.accordion dl.intro_2 dt.is-open h3:after,
  .intro_box > div.accordion dl.intro_3 dt.is-open h3:after,
  .intro_box > div.accordion dl.intro_4 dt.is-open h3:after {
    background-image: url(../img/recruit/toggle_on_sp.png);
    background-color: #333333;
  }
  .recruit_page .sp_menu .sp_menu_nav_button {
    margin: 0 auto;
  }
  body.recruit_page .sp_menu .sp_menu_nav {
    row-gap: 0.36rem;
  }
  body.recruit_page .sp_menu .sp_menu_nav li a,
  body.recruit_page .sp_menu .sp_menu_nav h3 a {
    font-size: 0.32rem;
  }
  body.recruit_page .sp_menu .sp_menu_nav_button a {
    font-size: 0.3rem;
    padding: 0.25rem 0;
    border-radius: 0.3rem;
  }
  body.recruit_page .sp_menu .sp_menu_nav_button.insta {
    margin-top: -0.25rem;
  }
  body.recruit_page .sp_menu .sp_menu_nav_button.insta a {
    padding: 0;
  }
  body.recruit_page .sp_menu .sp_menu_nav_button.insta img {
    width: 2.4rem;
  }
}
html body.recruit_page {
  font-family:
    "Noto Sans", "Noto Sans JP", "ヒラギノ角ゴ Pro W3",
    "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "游ゴシック",
    "游ゴシック体", "Yu Gothic", YuGothic, verdana, "メイリオ", "Meiryo",
    "Osaka", sans-serif;
}
.intro_box > div.accordion h3 {
  font-weight: 700;
  border-top: solid #000 0.5px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  position: relative;
}
body.recruit_page .mod_header .header_menu_button span,
body.recruit_page .mod_header .header_menu_button:before,
body.recruit_page .mod_header .header_menu_button:after {
  background: #808094;
}
.intro_box > div.accordion dl:last-child dt {
  border-bottom: solid #000 0.5px;
  transition-delay: 500ms;
}
.intro_box > div.accordion dl:last-child dt.is-open {
  border-bottom: none;
}
dl.intro_1 dt:hover,
dl.intro_1 dt.is-open,
dl.intro_1 dd {
  background-color: rgba(255, 219, 119, 0.2);
}
dl.intro_2 dt:hover,
dl.intro_2 dt.is-open,
dl.intro_2 dd {
  background-color: rgba(153, 207, 255, 0.2);
}
dl.intro_3 dt:hover,
dl.intro_3 dt.is-open,
dl.intro_3 dd {
  background-color: rgba(243, 174, 103, 0.2);
}
dl.intro_4 dt:hover,
dl.intro_4 dt.is-open,
dl.intro_4 dd {
  background-color: rgba(240, 126, 127, 0.2);
}
.intro_box > div.accordion dl.intro_1 h3 span {
  color: #ffdb77;
}
.intro_box > div.accordion dl.intro_2 h3 span {
  color: #99cfff;
}
.intro_box > div.accordion dl.intro_2 h3:after {
  background-color: #99cfff;
}
.intro_box > div.accordion dl.intro_3 h3 span {
  color: #f3ae67;
}
.intro_box > div.accordion dl.intro_3 h3:after {
  background-color: #f3ae67;
}
.intro_box > div.accordion dl.intro_4 h3 span {
  color: #f07e7f;
}
.intro_box > div.accordion dl.intro_4 h3:after {
  background-color: #f07e7f;
}
dl.accordion_box dt {
  cursor: pointer;
  position: relative;
}
dl.accordion_box dd p.intro_image {
  margin-top: 0.4rem;
}
dl.accordion_box dd p.intro_image img {
  width: 100%;
}
dl.accordion_box dd.open {
  display: inline-block;
}

/* People */
@media screen and (min-width: 641px) {
  section.people {
    margin: 1.14rem auto 1.2rem;
    background-image: url("../img/recruit/bg_3.png");
    background-position: top left;
    background-size: calc(100% - 15.4%) auto;
    justify-content: space-between;
    padding: 1.36rem 0 1.32rem;
  }
  .member_slider img.slide-arrow.prev-arrow {
    right: 23%;
  }
  .member_slider img.slide-arrow.next-arrow {
    right: 20%;
  }
  .member_slider img.slide-arrow {
    width: 0.25rem;
    height: auto;
    position: absolute;
    top: 0.56rem;
    cursor: pointer;
  }
  .modal__container {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: auto;
    max-width: 8rem;
    height: calc(100% - 40px);
    padding: 0;
    background: #fff;
  }
  .interview_head {
    margin: 0 0.35rem 1rem;
    background-image: url("../img/recruit/interview_head_bg.png");
    background-position: top center;
    background-size: 100% 100%;
    padding: 0.66rem 1.03rem 0.46rem;
  }
  .middle_section_image {
    padding-bottom: 1.06rem;
    background-image: url("../img/recruit/interview1_bg_1.png");
    background-position: bottom right;
    background-size: 80% 2.2rem;
    margin: 0 auto 1rem;
  }
  .middle_section_image.right {
    padding-bottom: 1.06rem;
    background-image: url("../img/recruit/interview1_bg_2.png");
    background-position: bottom left;
    margin: 0 0 0 auto;
    text-align: right;
  }
  .timeline_item::before {
    content: "";
    position: absolute;
    left: -0.75rem;
    top: 0.1rem;
    width: 0.18rem;
    height: 0.18rem;
    background: #333;
    border-radius: 50%;
  }
  .member_slider > div .member_title p {
    font-size: 0.18rem;
    font-weight: 700;
  }
  .member_slider > div .member_title p.tag {
    margin-top: 0.1rem;
    font-size: 0.14rem;
    font-weight: 500;
    color: #fff;
    background-color: #f07e7f;
    padding: 0 0.1rem;
    border-radius: 0.05rem;
    display: inline-block;
  }
  .member_slider > div .member_info .member_info_group {
    font-size: 0.18rem;
    text-align: left;
  }
  .member_slider > div .member_info .member_initial {
    font-size: 0.48rem;
    font-weight: 700;
    text-align: right;
  }
  .member_slider > div .member_info {
    padding: 0.1rem 0.15rem;
    display: grid;
    grid-template-columns: 1fr 0.5fr;
    justify-content: space-between;
    align-items: center;
    gap: 0 0.16rem;
    background-color: #fff;
    position: relative;
  }
  .member_slider > div .member_title {
    padding: 0.24rem 0.15rem 0.35rem;
    background-color: #fff;
    border-bottom-left-radius: 0.3rem;
    border-bottom-right-radius: 0.3rem;
    position: relative;
  }
  .member_slider > div .member_title:before {
    content: "";
    display: block;
    background-color: #000;
    height: 0.5px;
    width: calc(100% - 0.3rem);
    position: absolute;
    top: 0;
  }
  .modal__close.button {
    position: fixed;
    right: 0.3rem;
    top: 0.2rem;
    background: rgba(255, 255, 255, 0);
    margin: 0;
    padding: 0;
  }
  .modal__close.button img {
    width: 0.7rem;
  }
}
@media screen and (max-width: 640px) {
  section.people {
    margin: 1.54rem auto 1.54rem;
    background-color: #d51538;
    border-top-right-radius: 1rem;
    padding: 0.97rem 0 0.95rem;
  }
  .member_slider img.slide-arrow.prev-arrow {
    right: 1.3rem;
  }
  .member_slider img.slide-arrow.next-arrow {
    right: 0.6rem;
  }
  .member_slider img.slide-arrow {
    width: 0.5rem;
    height: auto;
    position: absolute;
    top: 0.32rem;
    cursor: pointer;
  }
  .modal__container {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: calc(100% - 0.3rem);
    max-width: 8rem;
    height: calc(100% - 40px);
    padding: 0;
    background: #fff;
  }
  .interview_head {
    margin: 0 0.15rem 1rem;
    background-image: url(../img/recruit/interview_head_bg.png);
    background-position: top center;
    background-size: 100% 100%;
    padding: 0.5rem 0.3rem 0.46rem;
  }
  .middle_section_image {
    padding-bottom: 0.5rem;
    background-image: url("../img/recruit/interview1_bg_1.png");
    background-position: bottom right;
    background-size: 80% 1.1rem;
    margin: 0 auto 1rem;
  }
  .middle_section_image.right {
    padding-bottom: 0.5rem;
    background-image: url("../img/recruit/interview1_bg_2.png");
    background-position: bottom left;
    margin: 0 0 0 auto;
    text-align: right;
  }
  .timeline_item::before {
    content: "";
    position: absolute;
    left: -0.75rem;
    top: 0;
    width: 0.18rem;
    height: 0.18rem;
    background: #333;
    border-radius: 50%;
  }
  .member_slider > div .member_title p {
    /* font-size: 0.28rem; */
    font-size: 0.14rem;
    font-weight: 700;
    letter-spacing: 0.2em;
  }
  .member_slider > div .member_title p.tag {
    margin-top: 0.1rem;
    /* font-size: 0.2rem; */
    font-size: 0.1rem;
    font-weight: 500;
    color: #fff;
    background-color: #f07e7f;
    padding: 0.05rem 0.1rem;
    border-radius: 0.05rem;
    display: inline-block;
  }
  .member_slider > div .member_info .member_info_group {
    /* font-size: 0.24rem; */
    font-size: 0.12rem;
    letter-spacing: 0.23em;
    text-align: left;
  }
  .member_slider > div .member_info .member_initial {
    /* font-size: 0.53rem; */
    font-size: 0.265rem;
    font-weight: 700;
    text-align: left;
  }
  .member_slider > div .member_info {
    padding: 0.2rem 0.25rem;
    display: grid;
    grid-template-columns: 1fr;
    justify-content: space-between;
    align-items: center;
    gap: 0.16rem 0;
    background-color: #fff;
    position: relative;
  }
  .member_slider > div .member_title {
    padding: 0.24rem 0.25rem 0.35rem;
    background-color: #fff;
    border-bottom-left-radius: 0.3rem;
    border-bottom-right-radius: 0.3rem;
    position: relative;
  }
  .member_slider > div .member_title:before {
    content: "";
    display: block;
    background-color: #000;
    height: 0.5px;
    width: calc(100% - 0.5rem);
    position: absolute;
    top: 0;
  }
  .modal__close.button {
    position: fixed;
    right: 0.1rem;
    top: 0.1rem;
    background: rgba(255, 255, 255, 0);
    margin: 0;
    padding: 0;
  }
  .modal__close.button img {
    width: 0.4rem;
  }
}

section.people .box_inner h2 {
  color: #fff;
  margin-bottom: 0.32rem;
}
section.people .box_inner p {
  color: #fff;
}
.member_slider {
  margin-inline: auto;
  position: relative;
  padding: 1.46rem 0 0;
}
.member_slider .slick-slide {
  margin: 0 12.5px;
}
.member_slider .slick-slide img {
  height: auto;
  width: 100%;
}
.member_slider > div {
  background-color: rgba(255, 255, 255, 0);
}
.member_slider > div.slick-active {
  border-radius: 0.3rem;
}
.member_slider .member_1 .member_info,
.member_slider .member_3 .member_info,
.member_slider .member_5 .member_info {
  color: #61a2c6;
}
.member_slider .member_2 .member_info,
.member_slider .member_6 .member_info {
  color: #f07e7f;
}
.member_slider .member_4 .member_info {
  color: #f3ae67;
}
.member_slider .member_1 .member_title p.tag {
  background-color: #f3ae67;
}
.member_slider .member_2 .member_title p.tag,
.member_slider .member_3 .member_title p.tag {
  background-color: #f07e7f;
}
.member_slider .member_4 .member_title p.tag {
  background-color: #61a2c6;
}
.member_slider .member_5 .member_title p.tag,
.member_slider .member_6 .member_title p.tag {
  background-color: #f9b8b4;
}
.modal__trigger {
  cursor: pointer;
}
.modal__wrapper {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  width: 100%;
  height: 100%;
}
.modal__layer {
  height: 100%;
  background: rgba(50, 50, 50, 0.85);
  cursor: pointer;
}
.modal__inner {
  position: relative;
  overflow-y: scroll;
  overflow-x: hidden;
  height: 100%;
  padding: 0;
}
.modal__content {
  padding: 0 0 0.8rem;
}
.modal__close {
  display: block;
  width: fit-content;
  margin: 0.8rem auto 0;
  text-align: center;
  background: #d51538;
  color: #fff;
  padding: 0.07rem 0.3rem;
  cursor: pointer;
  transition: opacity 0.6s;
  font-weight: 700;
}
.modal__close:hover {
  opacity: 0.6;
}
/*
.modal__close:before,
.modal__close:after {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 20px;
  height: 1px;
  background: #fff;
  content: '';
}
.modal__close:before {
  transform: translate(-50%, -50%) rotate(45deg);
}
.modal__close:after {
  transform: translate(-50%, -50%) rotate(-45deg);
}
  */
.modal__text {
  margin-top: 30px;
  line-height: 2.875;
}
.modal__content h3 {
  text-align: center;
  color: #d51538;
  /* font-size: 0.85rem; */
  font-size: 0.425rem;
  font-weight: 700;
  margin: 0.4rem auto;
}
.modal__content h3 span {
  /* font-size: 0.24rem; */
  font-size: 0.12rem;
  display: block;
}
.modal__content img {
  width: 100%;
}
.interview_head p.head_catch {
  color: #fff;
  /* font-size: 0.4rem; */
  font-size: 0.2rem;
  line-height: 1.6;
  font-weight: 700;
  margin: 0.3rem auto 0.2rem;
}
.interview_head_info {
  letter-spacing: 0.25em;
  display: flex;
  align-items: center;
  gap: 0 0.3rem;
}
.interview_head_info p {
  color: #fff;
  /* font-size: 0.18rem; */
  font-size: 0.09rem;
}
.interview_head_info p.initial {
  /* font-size: 0.48rem; */
  font-size: 0.24rem;
  font-weight: 700;
}
.interview_head_info p.tag {
  /* font-size: 0.14rem; */
  font-size: 0.07rem;
  font-weight: 500;
  color: #fff;
  background-color: #f3ae67;
  padding: 0 0.1rem;
  border-radius: 0.05rem;
  display: inline-block;
}
#member_2 .interview_head_info p.tag {
  background-color: #61a2c6;
}
#member_3 .interview_head_info p.tag {
  background-color: #f07e7f;
}
.private_tile {
  margin: 1rem auto 0;
  background-color: rgba(245, 159, 188, 0.3);
  padding: 0.56rem 0.35rem;
}
.modal__content h4 {
  color: #d51538;
  /* font-size: 0.64rem; */
  font-size: 0.32rem;
  font-weight: 700;
  margin: 0 auto 0.35rem;
}
.modal__content h4 span {
  /* font-size: 0.18rem; */
  font-size: 0.09rem;
  display: block;
}
.interview_content {
  margin: 1rem auto 0;
  background: linear-gradient(90deg, #fff 0, rgba(153, 132, 71, 0.1) 100%);
  padding: 0.56rem 0 1rem;
}
.interview_content .inner {
  padding: 0 0.35rem;
}
.interview_content h4 {
  color: #333;
  margin: 0 auto 0.54rem;
  /* font-size: 0.32rem; */
  font-size: 0.16rem;
  letter-spacing: 0.2em;
}
.interview_content dl.faq {
  margin: 0 auto 0.7rem;
}
.interview_content dl.faq dt {
  /* font-size: 0.24rem; */
  font-size: 0.16rem;
  margin: 0 auto 0.23rem;
}
.interview_content dl.faq dt:not(:first-child) {
  margin: 0.65rem auto 0.23rem;
}
#member_2 .middle_section_image {
  background-image: url("../img/recruit/interview2_bg_1.png");
}
#member_3 .middle_section_image {
  background-image: url("../img/recruit/interview3_bg_1.png");
}
.middle_section_image img {
  width: 55%;
  text-align: left;
}
#member_2 .middle_section_image.right {
  background-image: url("../img/recruit/interview2_bg_2.png");
}
#member_3 .middle_section_image.right {
  background-image: url("../img/recruit/interview3_bg_2.png");
}
.middle_section_image.right img {
  text-align: right;
}
.interview_schedule {
  padding: 1rem 0.35rem;
}
.timeline {
  position: relative;
  margin-left: 0;
  padding-left: 0.85rem;
}
.timeline_item {
  position: relative;
  margin-top: 0;
}
.timeline_item:not(:first-child) {
  margin-top: 0.44rem;
}
.timeline-date {
  font-weight: bold;
}
p.timeline_date {
  /* font-size: 0.24rem; */
  font-size: 0.12rem;
  letter-spacing: 0.2em;
  font-weight: bold;
  position: relative;
}
p.timeline_date:before {
  content: "";
  position: absolute;
  top: 50%;
  transform: scaleY(-50%);
  left: -0.5rem;
  width: 0.5rem;
  height: 1px;
  border-bottom: 1px dashed #000;
}
.timeline_content p.image {
  margin-top: 0.44rem;
}
.timeline_content p.image img {
  max-width: 2.6rem;
}
.interview_message {
  background-color: rgba(245, 159, 188, 0.4667);
  text-align: center;
  padding: 0.65rem 0.2rem 0.85rem;
}
#member_2 .interview_message {
  background-color: rgba(240, 126, 127, 0.5);
}
#member_3 .interview_message {
  background-color: rgba(255, 219, 119, 0.5);
}
.modal__content .interview_message h4 {
  margin: 0 auto 0.4rem;
}
/* .interview_message p {
  font-size: 0.18rem;
  line-height: 1.8;
} */

/* environment */
@media screen and (min-width: 641px) {
  section.environment .box_inner .two_col {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0.36rem;
    margin: 0.75rem auto 1.1rem;
  }
  .company_intro {
    align-items: center;
    justify-content: space-between;
    padding: 0.33rem 0.44rem 0.81rem;
    background-color: #fff;
    border-radius: 0.3rem;
    gap: 0 0.33rem;
    grid-template-columns: 0.25fr 0.75fr;
  }
  .company_intro .company_intro_txt {
    margin-bottom: 0.78rem;
  }
  .company_intro .company_intro_txt h4,
  .company_intro h4 {
    font-size: 0.24rem;
    font-weight: 700;
    margin-bottom: 0.14rem;
  }
  .company_intro .company_intro_txt p,
  .company_intro p {
    font-size: 0.16rem;
  }
  .company_intro h5 {
    font-size: 0.24rem;
    font-weight: 700;
    background-color: #f0ddac;
    color: #d51538;
    padding: 0.03rem 0.2rem 0.01rem;
    margin-bottom: 0.3rem;
  }
  .company_intro h5.first {
    margin-top: 0.05rem;
  }
  .company_intro h5 {
    margin-top: 0.75rem;
  }
  .company_intro h6 {
    font-weight: 700;
    position: relative;
    font-size: 0.21rem;
    margin-bottom: 0.1rem;
  }
  .company_intro h6:before {
    content: "●";
    color: #d51538;
  }
  .company_intro h6.first {
    margin-top: 0;
  }
  .company_intro h6 {
    margin-top: 0.45rem;
  }
}
@media screen and (max-width: 640px) {
  section.environment .box_inner .two_col {
    display: grid;
    grid-template-columns: 1fr;
    gap: 0.4rem 0;
    margin: 0.6rem auto 0.84rem;
  }
  .company_intro {
    display: grid;
    align-items: center;
    justify-content: space-between;
    padding: 0.165rem 0.18rem 0.4rem;
    background-color: #fff;
    border-radius: 0.3rem;
    gap: 0 0.1rem;
    grid-template-columns: 1fr;
  }
  .company_intro .company_intro_txt h4 {
    font-size: 0.28rem;
    font-weight: 700;
    margin-bottom: 0.14rem;
  }
  .company_intro .company_intro_txt p {
    font-size: 0.25rem;
  }
  .company_intro .company_intro_txt {
    margin-bottom: 0.39rem;
  }
  .company_intro .company_intro_txt h4,
  .company_intro h4 {
    /* font-size: 0.24rem; */
    font-size: 0.16rem;
    font-weight: 700;
    margin-bottom: 0.14rem;
  }
  .company_intro .company_intro_txt p,
  .company_intro p {
    /* font-size: 0.16rem; */
    font-size: 0.14rem;
  }
  .company_intro h5 {
    /* font-size: 0.24rem; */
    font-size: 0.14rem;
    font-weight: 700;
    background-color: #f0ddac;
    color: #d51538;
    padding: 0.03rem 0.2rem 0.01rem;
    margin-bottom: 0.15rem;
  }
  .company_intro h5.first {
    margin-top: 0.05rem;
  }
  .company_intro h5 {
    margin-top: 0.375rem;
  }
  .company_intro h6 {
    font-weight: 700;
    position: relative;
    /* font-size: 0.21rem; */
    font-size: 0.14rem;
    letter-spacing: 0.2em;
    margin-bottom: 0.1rem;
  }
  .company_intro h6:before {
    content: "●";
    color: #d51538;
  }
  .company_intro h6.first {
    margin-top: 0;
  }
  .company_intro h6 {
    margin-top: 0.225rem;
  }
}
section.environment {
  background-color: rgba(243, 174, 103, 0.125);
  padding: 1rem 0 1.1rem;
}
section.environment .box_inner h2 {
  text-align: center;
  word-break: break-all;
}

section.environment .box_inner .two_col div img {
  width: 100%;
}
.company_intro .company_intro_image {
  max-width: 232px;
  margin: 0 auto;
}
.company_intro .company_intro_image img {
  width: 100%;
}
.company_intro .company_intro_txt h4,
.company_intro .company_intro_txt p {
  text-align: center;
}

/* education_benefit */
@media screen and (min-width: 641px) {
  section.education_benefit {
    background-color: rgba(243, 174, 103, 0.125);
    padding: 0 0 1.27rem;
    background-image: url(../img/recruit/bg_2.png);
    background-position: right bottom;
    background-size: 9.38rem auto;
  }
  section.education_benefit .box_inner h2 {
    font-size: 0.32rem;
    text-align: center;
  }
  section.education_benefit .box_inner .two_col {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0.2rem 0.29rem;
    margin: 1.11rem auto 0;
  }
  section.education_benefit .box_inner .two_col > div.list {
    padding: 0.5rem 0.3rem;
    background-color: #fff;
    border-radius: 0.3rem;
    display: grid;
    grid-template-columns: 1fr 3.3fr;
    gap: 0 0.26rem;
  }
  section.education_benefit .box_inner .two_col > div.list h3 {
    color: #d51538;
    font-size: 0.21rem;
    font-weight: 700;
    margin-bottom: 0.1rem;
  }
}
@media screen and (max-width: 640px) {
  section.education_benefit {
    background-color: rgba(243, 174, 103, 0.125);
    padding: 0 0 0;
  }
  section.education_benefit .box_inner {
    padding: 0;
  }
  section.education_benefit .box_inner h2 {
    /* font-size: 0.35rem; */
    font-size: 0.175rem;
    letter-spacing: 0.2em;
    margin: 0 auto 0.5rem;
    padding-left: 0.6rem;
    text-align: left;
  }
  section.education_benefit .box_inner .two_col {
    display: grid;
    grid-template-columns: 1fr;
    gap: 0.3rem 0;
    margin: 0 auto 0;
  }
  section.education_benefit .box_inner .two_col > div.list h3 {
    color: #d51538;
    /* font-size: 0.28rem; */
    font-size: 0.14rem;
    letter-spacing: 0.2em;
    font-weight: 700;
    margin-bottom: 0.1rem;
  }
}
section.education_benefit .box_inner .two_col > div.list div img {
  width: 100%;
}

/* Requirement */
@media screen and (min-width: 641px) {
  section.requirements {
    padding: 1.1rem 0 1.34rem;
  }
  section.requirements h2 {
    text-align: center;
    margin-bottom: 0.76rem;
  }
  .tab-label {
    color: #fff;
    background: rgba(51, 51, 51, 0.3);
    font-weight: 700;
    white-space: nowrap;
    text-align: center;
    padding: 0.25rem 0 0.17rem;
    order: -1;
    position: relative;
    z-index: 1;
    cursor: pointer;
    border-radius: 5px 5px 0 0;
    width: calc(50% - 0.7rem);
    border-top-left-radius: 0.3rem;
    border-top-right-radius: 0.3rem;
    font-size: 0.24rem;
  }
  .tab-switch:checked + .tab-label + .tab-content {
    height: auto;
    overflow: auto;
    padding: 0.8rem 0 0;
    opacity: 1;
    transition: 0.5s opacity;
  }
  section.requirements table tr th,
  section.requirements table tr td {
    padding: 0.25rem 0.2rem;
    border-top: 0.5px solid #000;
  }
  section.requirements table tr th {
    border-right: 0.5px solid #000;
    width: 140px;
  }
}
@media screen and (max-width: 640px) {
  section.requirements {
    padding: 1.1rem 0 1rem;
  }
  section.requirements .box_inner.fullwidth {
    padding: 0;
  }
  section.requirements table tr th,
  section.requirements table tr td {
    padding: 0.25rem 0.2rem;
    border-top: 0.5px solid #000;
    /* font-size: 0.24rem; */
    font-size: 0.14rem;
  }
  section.requirements table tr th {
    border-right: 0.5px solid #000;
  }
}
section.requirements table {
  border-spacing: 0;
  width: 100%;
}
section.requirements table tr:nth-child(odd) {
  background-color: rgba(213, 21, 56, 0.1);
}
section.requirements table tr:last-child th,
section.requirements table tr:last-child td {
  border-bottom: 0.5px solid #000;
}
section.requirements table tr th {
  white-space: nowrap;
}
.tab-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 20px 0;
}
.tab-wrap:after {
  content: "";
  width: 100%;
  height: 1px;
  background: #000;
  display: block;
  order: -1;
}
.tab-content {
  width: 100%;
  height: 0;
  overflow: hidden;
  opacity: 0;
}
.tab-switch:checked + .tab-label {
  background: #fff;
  color: #333;
  border-left: 1px solid #000;
  border-top: 1px solid #000;
  border-right: 1px solid #000;
  position: relative;
  z-index: 1;
  margin-bottom: -1px;
}
.tab-switch:checked + .tab-label:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: calc(100% - 0.4rem);
  height: 4px;
  background: #d51538;
  display: block;
  order: -1;
}
.tab-switch {
  display: none;
}

/* Entry */
@media screen and (min-width: 641px) {
  section.entry_link p a {
    font-size: 0.18rem;
  }
}

section.entry_link {
  background-color: #d51538;
  padding: 1rem 0;
  text-align: center;
}
section.entry_link h2,
section.entry_link p a {
  color: #fff;
  text-align: center;
}
section.entry_link p {
  margin: 0.1rem auto 0;
}

/* footer */
@media screen and (min-width: 641px) {
  .recruit_page .mod_footer .footer_nav {
    padding-bottom: 0.7rem;
  }
}
@media screen and (max-width: 640px) {
  .recruit_page .mod_footer .footer_nav {
    padding-bottom: 0.54em;
  }
  .recruit_page .mod_footer .footer_nav {
    row-gap: 0.36rem;
  }
  .mod_footer .footer_nav_button {
    margin-top: 0.36rem;
  }
  .recruit_page .mod_footer .footer_nav_button.insta {
    margin-top: -0.22rem;
  }
  .recruit_page .mod_footer .footer_nav_button.insta a {
    padding: 0;
  }
  .mod_footer .footer_nav_button a {
    font-size: 0.3rem;
    padding: 0.25rem 0;
    border-radius: 0.3rem;
  }
  body.recruit_page .footer_nav_item h3 a,
  body.recruit_page .mod_footer .footer_nav li a {
    font-size: 0.32rem;
  }
  body.recruit_page .footer_nav_item h3 a {
    font-weight: bold;
  }
  .recruit_page .mod_footer .footer_privacy a {
    font-size: 0.26rem;
  }
}
.recruit_page .mod_footer .footer_nav_button.insta {
  right: 2.32rem;
}
.recruit_page .mod_footer .footer_nav_button.insta a {
  display: flex;
}
.recruit_page .mod_footer .footer_nav_button.insta img {
  height: 0.55rem;
}
.recruit_page .mod_footer .footer_nav_button.insta a:hover {
  opacity: 0.8;
}
.recruit_page .mod_footer .footer_privacy a {
  color: #d51538;
}
.mod_footer .footer_copyright {
  padding: 0.1rem;
}

/* Fixed menu */
@media screen and (min-width: 1000px) {
  .fixed_menu {
    width: 8.3rem;
    padding: 0.3rem 0.8rem 0.3rem 0;
  }
  .fixed_menu ul {
    gap: 0 0.73rem;
  }
  .fixed_menu ul li a:after {
    right: -0.32rem;
  }
}
@media screen and (min-width: 640px) and (max-width: 999px) {
  .fixed_menu {
    width: auto;
    padding: 0.3rem;
  }
  .fixed_menu ul {
    gap: 0 0.33rem;
  }
  .fixed_menu ul li a:after {
    right: -0.16rem;
  }
}
@media screen and (max-width: 639px) {
  .fixed_menu {
    display: none;
  }
}
p.fixed_btn_bottom {
  position: fixed;
  bottom: 0.5rem;
  right: 0;
  opacity: 1;
  transition: all 0.3s;
  z-index: 10;
}
p.fixed_btn_bottom.non_fixed {
  opacity: 0;
  z-index: -1;
}
p.fixed_btn_bottom a:hover {
  opacity: 0.9;
}
.fixed_menu {
  position: fixed;
  top: 1rem;
  right: 0;
  background-color: #d51538;
  border-top-left-radius: 0.3rem;
  border-bottom-left-radius: 0.3rem;
  z-index: -1;
  transition: 0.3s;
  opacity: 0;
}
.fixed_menu.fixed {
  opacity: 1;
  z-index: 10;
}
.fixed_menu ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: center;
}
.fixed_menu ul li a {
  font-weight: 700;
  position: relative;
  color: #fff;
}
.fixed_menu ul li a:after {
  content: "";
  background-color: #fff;
  width: 1px;
  height: 100%;
  position: absolute;
  top: 0;
}
.fixed_menu ul li:last-child a:after {
  content: none;
}
.fixed_menu ul li.entry {
  padding: 0.05rem 0.3rem;
  background-color: #fff;
  height: auto;
  margin: 0;
}
.fixed_menu ul li.entry a {
  color: #d51538;
}
p.mv_notice {
  text-align: right;
  padding-right: 5px;
  font-size: 0.13rem;
}

@media screen and (max-width: 767px) {
  /* .mod_header {
    height: 150px;
  } */

  .header_inner {
    height: 150px;
    align-items: center;
  }

  .header_logo img {
    max-height: 30px;
  }

  .header_text3 img,
  .header_text2 {
    max-height: 42px;
  }

  .header_menu_button {
    top: 23px;
  }
}

@media screen and (max-width: 767px) {
  /* .mod_header,
  .header_inner {
    height: 90px;
  } */

  .header_text3 {
    height: 90px;
    display: flex;
    align-items: center;
  }

  .header_text2 {
    width: auto;
    height: auto;
    max-height: 45px;
    display: block;
  }
}

@media screen and (max-width: 767px) {
  .header_logo img {
    max-height: 70px;
    width: auto;
  }

  .header_text3 {
    height: 70px;
    display: flex;
    align-items: center;
  }

  .header_text2 {
    max-height: 45px;
    width: auto;
    height: auto;
    display: block;
  }

  .header_menu_button {
    top: 50%;
    transform: translateY(-50%);
  }
}

@media screen and (max-width: 640px) {
  .mod_footer {
    width: 100vw;
    max-width: none;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
  }

  .mod_footer .footer_main,
  .mod_footer .footer_main_inner,
  .mod_footer .footer_copyright {
    width: 100%;
    max-width: none;
  }
}

/* 採用ページのフッターだけ、共通フッターのサイズ感に戻す */
@media screen and (max-width: 640px) {
  .mod_footer {
    width: 100%;
    overflow: hidden;
  }

  .mod_footer .footer_main_inner {
    width: 100%;
    max-width: none;
    padding-left: 24px;
    padding-right: 24px;
    box-sizing: border-box;
  }

  .mod_footer .footer_nav_item h3 a {
    font-size: 20px;
    line-height: 1.5;
  }

  .mod_footer .footer_logo {
    text-align: center;
  }

  .mod_footer .footer_logo h3 img {
    width: 170px;
    height: auto;
  }

  .mod_footer .foot_cus1 {
    text-align: center;
  }

  .mod_footer .foot_cus2 {
    width: 150px;
    height: auto;
  }
}

/* 採用ページ：共通フッターに寄せる */
@media screen and (max-width: 640px) {
  body.recruit_page .mod_footer {
    width: 100%;
  }

  body.recruit_page .mod_footer .footer_main {
    width: 100%;
  }

  body.recruit_page .mod_footer .footer_main_inner {
    width: 74%;
    max-width: 320px;
    margin: 0 auto;
    padding: 0;
    box-sizing: border-box;
  }

  body.recruit_page .mod_footer .footer_detail {
    text-align: center;
  }

  body.recruit_page .mod_footer .footer_nav {
    width: 100%;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    row-gap: 32px;
  }

  body.recruit_page .mod_footer .footer_nav_item {
    width: 45%;
  }

  body.recruit_page .mod_footer .footer_nav_item:nth-child(1),
  body.recruit_page .mod_footer .footer_nav_item:nth-child(2),
  body.recruit_page .mod_footer .footer_nav_item:nth-child(5) {
    width: 100%;
  }

  body.recruit_page .mod_footer .footer_nav_item:nth-child(1) ul,
  body.recruit_page .mod_footer .footer_nav_item:nth-child(2) ul {
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 24px;
    row-gap: 12px;
  }

  body.recruit_page .mod_footer .footer_nav_item h3,
  body.recruit_page .mod_footer .footer_nav_item h3 a {
    white-space: nowrap;
  }

  body.recruit_page .mod_footer .footer_nav li,
  body.recruit_page .mod_footer .footer_nav li a {
    white-space: nowrap;
  }
}

/* 採用ページ：SPメニューとフッターだけ共通ページと同じ幅・サイズに戻す */
/* text-size-adjust の影響を共通パーツだけ戻す */
@media screen and (max-width: 640px) {
  body.recruit_page .sp_menu,
  body.recruit_page .sp_menu *,
  body.recruit_page .mod_footer,
  body.recruit_page .mod_footer * {
    -webkit-text-size-adjust: 100% !important;
  }

  /* ===== ハンバーガーメニュー内 ===== */
  body.recruit_page .sp_menu .sp_menu_nav {
    width: 3rem !important;
    margin-inline: auto !important;
    display: flex !important;
    flex-wrap: wrap !important;
    row-gap: 0.36rem !important;
  }

  body.recruit_page .sp_menu .sp_menu_nav .sp_menu_nav_item {
    width: 50% !important;
  }

  body.recruit_page .sp_menu .sp_menu_nav .sp_menu_nav_item:first-child,
  body.recruit_page .sp_menu .sp_menu_nav .sp_menu_nav_item:nth-child(2),
  body.recruit_page .sp_menu .sp_menu_nav .sp_menu_nav_item:nth-child(5) {
    width: 100% !important;
  }

  body.recruit_page .sp_menu .sp_menu_nav ul {
    display: flex !important;
    flex-wrap: wrap !important;
    margin-top: 0.14rem !important;
    row-gap: 0.08rem !important;
  }

  body.recruit_page .sp_menu .sp_menu_nav li {
    width: 50% !important;
  }

  body.recruit_page .sp_menu .sp_menu_nav h3,
  body.recruit_page .sp_menu .sp_menu_nav h3 a,
  body.recruit_page .sp_menu .sp_menu_nav li a {
    font-size: 0.16rem !important;
    white-space: normal !important;
  }

  body.recruit_page .sp_menu .sp_menu_nav_button a {
    font-size: 0.16rem !important;
  }

  /* ===== フッター ===== */
  body.recruit_page .mod_footer .footer_main_inner {
    width: auto !important;
    max-width: none !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  body.recruit_page .mod_footer .footer_nav {
    width: 2.5rem !important;
    margin: 0 auto !important;
    display: flex !important;
    flex-wrap: wrap !important;
    row-gap: 0.36rem !important;
    justify-content: flex-start !important;
  }

  body.recruit_page .mod_footer .footer_nav .footer_nav_item {
    width: auto !important;
  }

  body.recruit_page .mod_footer .footer_nav .footer_nav_item:first-child,
  body.recruit_page .mod_footer .footer_nav .footer_nav_item:nth-child(2) {
    width: 100% !important;
  }

  body.recruit_page .mod_footer .footer_nav .footer_nav_item:nth-child(3),
  body.recruit_page .mod_footer .footer_nav .footer_nav_item:nth-child(5) {
    width: 1.55rem !important;
  }

  body.recruit_page .mod_footer .footer_nav ul {
    display: flex !important;
    flex-wrap: wrap !important;
    margin-top: 0.14rem !important;
    row-gap: 0.08rem !important;
  }

  body.recruit_page .mod_footer .footer_nav li:nth-child(odd) {
    width: 1.55rem !important;
  }

  body.recruit_page .mod_footer .footer_nav h3 {
    font-size: 0.18rem !important;
  }

  body.recruit_page .mod_footer .footer_nav h3 a,
  body.recruit_page .mod_footer .footer_nav li a {
    font-size: 0.16rem !important;
    white-space: normal !important;
  }

  body.recruit_page .mod_footer .footer_nav_button a {
    font-size: 0.3rem !important;
  }

  body.recruit_page .mod_footer .footer_privacy a {
    font-size: 0.13rem !important;
  }
}
