@import url('https://fonts.googleapis.com/css2?family=Zen+Kaku+Gothic+New:wght@400;500;700&display=swap');

:root {
  --new-font-ja: "Zen Kaku Gothic New", sans-serif;
  --new-font-en: "Futura PT", "Futura", sans-serif;
}

/* body.renewal_wrap {
  background: url(../img/recruit_renew/body_bg.jpg) center/cover no-repeat;
} */
body.renewal_wrap {
  background: none;
}
.renew {
  overflow: clip;
}
body.renewal_wrap::after {
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
  content: "";
  width: 100vw;
  height: 100vh;
  background: url(../img/recruit_renew/body_bg.jpg) center/cover no-repeat;
}
.renew * {
  font-family: var(--new-font-ja);
}
.renew li {
  list-style: none;
}
.renew .in {
  max-width: 1316px;
  margin: 0 auto;
  width: 90%;
}
.renew .txt {
  font-size: 16px;
  line-height: 2;
  margin: 0;
  color: #023367;
}
.renew .txt.txt2 {
  line-height: 1.6;
}
.renew .txt.txt2 .indent span,
.renew .txt.txt2 .note {
  display: block;
  width: 100%;
  text-indent: -1em;
  padding-left: 1em;
  margin: 0;
}
.renew .ttl_h2 {
  position: relative;
  font-size: 36px;
  font-weight: 500;
  margin: 0;
  line-height: 1.5;
}
.renew .ttl_h2 img {
  position: absolute;
}
.renew .ttl_h2 + .txt {
  margin-top: 64px;
}
.renew .link_tel {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 27px;
  font-family: var(--new-font-en);
  font-size: 42px;
  font-weight: 500;
  color: #fff;
}
.renew .link_tel + .note {
  margin: 0;
  text-align: center;
  color: #fff;
  font-size: 12px;
  font-weight: 500;
}
.renew .link_tel::before {
  content: "";
  width: 27px;
  height: 40px;
  background: url(../img/recruit_renew/icon_phone.png) center/contain no-repeat;
}
.popup-youtube {
  cursor: pointer;
}
.re_button {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 52px 0 0;
  max-width: 317px;
  width: 100%;
  height: 54px;
  border-radius: 50px;
  font-size: 16px;
  font-weight: 600;
  color: #fff;
  box-shadow: 0 8px 10px rgb(0 0 0 / 0.25);
}
.re_button::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 50px;
  box-shadow: inset 0 3px 16px rgb(255 255 255 / 0.65);
}
.re_button::after {
  position: absolute;
  right: 25px;
  top: 50%;
  content: "";
  width: 12px;
  height: 12px;
  background: url(../img/recruit_renew/icon_arrow_wh.png) center/contain no-repeat;
  transform: translateY(-50%);
  transition: .3s;
}
.re_button.button_red {
  background: #FF5757;
}
.re_button.button_blue {
  background: #034AAD;
}
.re_button.button_orange {
  background: #FF914D;
}
.re_button.button_green {
  background: #32C497;
}
.re_button.button_yellow {
  background: #FDD736;
  color: #023367;
}
.re_button.button_yellow::after {
  background-image: url(../img/recruit_renew/icon_arrow_bl.png);
}
.re_button.button_lblue {
  background: #36B6FF;
}
/* movie modal */
.movie-wrap {
  position: relative;
  max-width: 1094px;
  width: 100%;
  margin: 0 auto;
}
.movie-in {
  position: relative;
  overflow: hidden;
  width: 100%;
  aspect-ratio: 1 / 0.56;
}
.movie-in iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.mfp-close-btn-in .mfp-close {
  top: -54px;
  width: 54px;
  height: 54px;
  background: #023367;
  color: #023367;
}
.mfp-close-btn-in .mfp-close::before,
.mfp-close-btn-in .mfp-close::after {
  position: absolute;
  content: "";
  width: 28px;
  height: 1px;
  background: #fff;
  top: 50%;
  left: 50%;
}
.mfp-close-btn-in .mfp-close::after {
  transform: translate(-50%, -50%) rotate(45deg);
}
.mfp-close-btn-in .mfp-close::before {
  transform: translate(-50%, -50%) rotate(-45deg);
}
@media screen and (min-width: 768px) {
  .re_button:hover {
    background: #023367 !important;
    color: #fff !important;
  }
  .re_button:hover::after {
    background-image: url(../img/recruit_renew/icon_arrow_wh.png) !important;
  }
}
@media screen and (max-width: 1400px) {
  .renew .in {
    max-width: calc(1316 / 1400 * 100vw);
  }
  .renew .txt {
    font-size: calc(16 / 1400 * 100vw);
  }
  .renew .ttl_h2 {
    font-size: calc(36 / 1400 * 100vw);
  }
  .renew .ttl_h2 + .txt {
    margin-top: calc(64 / 1400 * 100vw);
  }
  .renew .link_tel {
    gap: calc(27 / 1400 * 100vw);
    font-size: calc(42 / 1400 * 100vw);
  }
  .renew .link_tel + .note {
    font-size: calc(12 / 1400 * 100vw);
  }
  .renew .link_tel::before {
    width: calc(27 / 1400 * 100vw);
    height: calc(40 / 1400 * 100vw);
  }
  .re_button {
    margin: calc(52 / 1400 * 100vw) 0 0;
    max-width: calc(317 / 1400 * 100vw);
    height: calc(54 / 1400 * 100vw);
    border-radius: calc(50 / 1400 * 100vw);
    font-size: calc(16 / 1400 * 100vw);
    box-shadow: 0 calc(8 / 1400 * 100vw) calc(10 / 1400 * 100vw) rgb(0 0 0 / 0.25);
  }
  .re_button::before {
    border-radius: calc(50 / 1400 * 100vw);
    box-shadow: inset 0 calc(3 / 1400 * 100vw) calc(16 / 1400 * 100vw) rgb(255 255 255 / 0.65);
  }
  .re_button::after {
    right: calc(25 / 1400 * 100vw);
    width: calc(12 / 1400 * 100vw);
    height: calc(12 / 1400 * 100vw);
  }
  /* movie modal */
  .movie-wrap {
    max-width: calc(1094 / 1400 * 100vw);
  }
  .mfp-close-btn-in .mfp-close {
    top: calc(-54 / 1400 * 100vw);
    width: calc(54 / 1400 * 100vw);
    height: calc(54 / 1400 * 100vw);
  }
  .mfp-close-btn-in .mfp-close::before,
  .mfp-close-btn-in .mfp-close::after {
    width: calc(28 / 1400 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  body.renewal_wrap::after {
    background-image: url(../img/recruit_renew/body_bg_sp.jpg);
  }
  .renew .in {
    max-width: none;
    width: auto;
    padding: 0 calc(20 / 390 * 100vw);
  }
  .renew .txt {
    font-size: calc(16 / 390 * 100vw);
  }
  .renew .ttl_h2 {
    font-size: calc(34 / 390 * 100vw);
  }
  .renew .ttl_h2 + .txt {
    margin-top: calc(47 / 390 * 100vw);
  }
  .renew .link_tel {
    gap: calc(19 / 390 * 100vw);
    font-size: calc(36 / 390 * 100vw);
  }
  .renew .link_tel + .note {
    font-size: calc(12 / 390 * 100vw);
  }
  .renew .link_tel::before {
    width: calc(21 / 390 * 100vw);
    height: calc(32 / 390 * 100vw);
  }
  .re_button {
    margin: calc(52 / 390 * 100vw) 0 0;
    max-width: calc(317 / 390 * 100vw);
    height: calc(54 / 390 * 100vw);
    border-radius: calc(50 / 390 * 100vw);
    font-size: calc(16 / 390 * 100vw);
    box-shadow: 0 calc(8 / 390 * 100vw) calc(10 / 390 * 100vw) rgb(0 0 0 / 0.25);
  }
  .re_button::before {
    border-radius: calc(50 / 390 * 100vw);
    box-shadow: inset 0 calc(3 / 390 * 100vw) calc(16 / 390 * 100vw) rgb(255 255 255 / 0.65);
  }
  .re_button::after {
    right: calc(25 / 390 * 100vw);
    width: calc(12 / 390 * 100vw);
    height: calc(12 / 390 * 100vw);
  }
  /* movie modal */
  .movie-wrap {
    max-width: none;
    padding: 0 calc(20 / 390 * 100vw);
  }
  .mfp-close-btn-in .mfp-close {
    right: calc(20 / 390 * 100vw);
    top: calc(-40 / 390 * 100vw);
    width: calc(40 / 390 * 100vw);
    height: calc(40 / 390 * 100vw);
  }
  .mfp-container {
    padding: 0;
  }
  .mfp-close-btn-in .mfp-close::before,
  .mfp-close-btn-in .mfp-close::after {
    width: calc(20 / 390 * 100vw);
  }
}

/* home ---------------------------------- */
/* mv */
.re_mv {
  position: relative;
  padding: 276px 0 237px;
}
.re_mv .in {
  max-width: 1493px;
}
.re_mv .ttl_h2 {
  position: absolute;
  top: 21px;
  left: 28px;
  margin: 0;
  font-size: 26px;
  font-weight: 600;
  font-family: var(--new-font-en);
  color: #fff;
  letter-spacing: 0.02em;
}
.re_mv .ttl_h2 small {
  display: block;
  margin: 5px 0 0;
  font-size: 13px;
  font-weight: 500;
  font-family: var(--new-font-ja);
  letter-spacing: -0.013em;
  color: #fff;
}
.re_mv .list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 273px 129px;
  padding-left: 96px;
  background: url(../img/recruit_renew/top/mv_txt.png) center/contain no-repeat;
}
.re_mv .item {
  width: calc(25% - (129px * 3 / 4));
}
.re_mv .item a {
  position: relative;
  display: block;
  border-radius: 16px;
  padding: 26px 26px 75px 91px;
  background: rgb(255 255 255 / 0.2);
  border: 1px solid rgb(255 255 255 / 0.3);
}
.re_mv .item a::after {
  position: absolute;
  left: 50%;
  bottom: 25px;
  content: "";
  width: 35px;
  height: 35px;
  border-radius: 100%;
  background: #023367 url(../img/recruit_renew/mv_icon_sankaku.png) center right 9px/13px auto no-repeat;
  transform: translateX(-50%);
}
.re_mv .item a figure {
  position: absolute;
  left: -96px;
  bottom: 0;
  pointer-events: none;
}
.re_mv .item a figure img {
  width: 100%;
}
.re_mv .item:nth-of-type(5) a {
  padding-left: 73px;
}
.re_mv .item:nth-of-type(1) a {
  padding-left: 71px;
  padding-right: 9px;
}
.re_mv .item:nth-of-type(2) a {
  padding-left: 71px;
  padding-right: 9px;
}
.re_mv .item:nth-of-type(7) a {
  padding-left: 71px;
  padding-right: 9px;
}
.re_mv .item:nth-of-type(6) figure {
  transform: translateX(-25px);
}
.re_mv .item:nth-of-type(3) a {
  padding-left: 80px;
  padding-right: 9px;
}
.re_mv .item:nth-of-type(3) figure {
  transform: translateX(-15px);
}
.re_mv .item .txt {
  font-size: 15px;
  color: #fff;
}
@media screen and (max-width: 1650px) {
  .re_mv .list {
    gap: calc(273 / 1650 * 100vw) calc(129 / 1650 * 100vw);
    padding-left: calc(96 / 1650 * 100vw);
  }
  .re_mv .item {
    width: calc(25% - (129 / 1650 * 100vw * 3 / 4));
  }
  .re_mv .item a {
    border-radius: calc(16 / 1650 * 100vw);
    padding: calc(26 / 1650 * 100vw) calc(26 / 1650 * 100vw) calc(75 / 1650 * 100vw) calc(91 / 1650 * 100vw);
  }
  .re_mv .item a::after {
    bottom: calc(25 / 1650 * 100vw);
    width: calc(35 / 1650 * 100vw);
    height: calc(35 / 1650 * 100vw);
    background: #023367 url(../img/recruit_renew/mv_icon_sankaku.png) center right calc(9 / 1650 * 100vw)/calc(13 / 1650 * 100vw) auto no-repeat;
  }
  .re_mv .item a figure {
    left: calc(-96 / 1650 * 100vw);
  }
  .re_mv .item:nth-of-type(5) a {
    padding-left: calc(73 / 1650 * 100vw);
  }
  .re_mv .item:nth-of-type(1) a {
    padding-left: calc(71 / 1650 * 100vw);
    padding-right: calc(9 / 1650 * 100vw);
  }
  .re_mv .item:nth-of-type(2) a {
    padding-left: calc(71 / 1650 * 100vw);
    padding-right: calc(9 / 1650 * 100vw);
  }
  .re_mv .item:nth-of-type(7) a {
    padding-left: calc(71 / 1650 * 100vw);
    padding-right: calc(9 / 1650 * 100vw);
  }
  .re_mv .item:nth-of-type(6) figure {
    transform: translateX(calc(-25 / 1650 * 100vw));
  }
  .re_mv .item:nth-of-type(3) a {
    padding-left: calc(80 / 1650 * 100vw);
    padding-right: calc(9 / 1650 * 100vw);
  }
  .re_mv .item:nth-of-type(3) figure {
    transform: translateX(calc(-15 / 1650 * 100vw));
  }
  .re_mv .item .txt {
    font-size: calc(15 / 1650 * 100vw);
  }
}
@media screen and (max-width: 1400px) {
  .re_mv {
    padding: calc(276 / 1400 * 100vw) 0 calc(237 / 1400 * 100vw);
  }
  .re_mv .in {
    max-width: calc(1493 / 1400 * 100vw);
  }
  .re_mv .ttl_h2 {
    top: calc(21 / 1400 * 100vw);
    left: calc(28 / 1400 * 100vw);
    font-size: calc(26 / 1400 * 100vw);
  }
  .re_mv .ttl_h2 small {
    margin: calc(5 / 1400 * 100vw) 0 0;
    font-size: calc(13 / 1400 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .re_mv {
    padding: calc(280 / 390 * 100vw) 0 0;
    background: url(../img/recruit_renew/top/mv_txt_sp.png) center top calc(60 / 390 * 100vw)/calc(410 / 390 * 100vw) auto no-repeat;
  }
  .re_mv .ttl_h2 {
    top: calc(12 / 390 * 100vw);
    left: calc(20 / 390 * 100vw);
    font-size: calc(23 / 390 * 100vw);
  }
  .re_mv .ttl_h2 small {
    margin-top: calc(4.8 / 390 * 100vw);
    font-size: calc(10 / 390 * 100vw);
  }
  .re_mv .list {
    padding: 0;
    gap: calc(134 / 390 * 100vw) calc(12 / 390 * 100vw);
    background: none;
  }
  .re_mv .item {
    width: calc(50% - (6 / 390 * 100vw));
  }
  .re_mv .item a {
    border-radius: calc(16 / 390 * 100vw);
    padding: calc(34 / 390 * 100vw) calc(19 / 390 * 100vw) calc(60 / 390 * 100vw) !important;
  }
  .re_mv .item .txt {
    font-size: calc(14 / 390 * 100vw);
    font-weight: 500;
  }
  .re_mv .item a::after {
    bottom: calc(20 / 390 * 100vw);
    width: calc(32 / 390 * 100vw);
    height: calc(32 / 390 * 100vw);
    background: #023367 url(../img/recruit_renew/mv_icon_sankaku.png) center right calc(8 / 390 * 100vw)/calc(13 / 390 * 100vw) auto no-repeat;
  }
  .re_mv .item a figure {
    left: 0 !important;
    bottom: 0;
    width: 100%;
    height: calc(270 / 390 * 100vw);
  }
}

/* re_about */
.re_about {
  position: relative;
  max-width: 1600px;
  margin: 0 auto;
  padding: 110px 0 289px;
}
.re_about .ttl_h2 img {
  width: 234px;
  top: -120px;
  left: -66px;
}
.re_about .in {
  position: relative;
  display: flex;
  gap: 60px;
  justify-content: flex-end;
}
.re_about .in .txt_wrap {
  margin-top: 123px;
  width: 384px;
  color: #fff;
}
.re_about .in .txt_wrap .txt {
  color: #fff;
}
.re_about .in .img_wrap {
  position: relative;
  max-width: 761px;
  width: 58%;
}
.re_about .in .img_wrap figure {
  position: relative;
  overflow: hidden;
  box-shadow: 0 30px 58px rgb(0 31 64 / 0.68);
}
.re_about figure img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.re_about .in .img_wrap figure:nth-of-type(1) {
  width: 500px;
  height: 594px;
  margin-left: auto;
}
.re_about .in .img_wrap figure:nth-of-type(2) {
  position: absolute;
  width: 392px;
  height: 276px;
  bottom: -130px;
}
.re_about > figure {
  position: absolute;
  top: -80px;
  left: 0;
  width: 232px;
  height: 160px;
  box-shadow: 0 30px 58px rgb(0 31 64 / 0.68);
}
.img_anime {
  position: relative;
}
@media screen and (max-width: 1400px) {
  .re_about {
    padding: calc(110 / 1400 * 100vw) 0 calc(289 / 1400 * 100vw);
  }
  .re_about .ttl_h2 img {
    width: calc(234 / 1400 * 100vw);
    top: calc(-120 / 1400 * 100vw);
    left: calc(-66 / 1400 * 100vw);
  }
  .re_about .in {
    gap: calc(60 / 1400 * 100vw);
  }
  .re_about .in .txt_wrap {
    margin-top: calc(123 / 1400 * 100vw);
    width: calc(384 / 1400 * 100vw);
  }
  .re_about .in .img_wrap {
    max-width: calc(761 / 1400 * 100vw);
  }
  .re_about .in .img_wrap figure {
    box-shadow: 0 calc(30 / 1400 * 100vw) calc(58 / 1400 * 100vw) rgb(0 31 64 / 0.68);
  }
  .re_about .in .img_wrap figure:nth-of-type(1) {
    width: calc(500 / 1400 * 100vw);
    height: calc(594 / 1400 * 100vw);
  }
  .re_about .in .img_wrap figure:nth-of-type(2) {
    position: absolute;
    width: calc(392 / 1400 * 100vw);
    height: calc(276 / 1400 * 100vw);
    bottom: calc(-130 / 1400 * 100vw);
  }
  .re_about > figure {
    top: calc(-80 / 1400 * 100vw);
    width: calc(232 / 1400 * 100vw);
    height: calc(160 / 1400 * 100vw);
    box-shadow: 0 calc(30 / 1400 * 100vw) calc(58 / 1400 * 100vw) rgb(0 31 64 / 0.68);
  }
}
@media screen and (max-width: 767px) {
  .re_about {
    padding: calc(120 / 390 * 100vw) 0 calc(180 / 390 * 100vw);
  }
  .re_about .in {
    flex-direction: column;
    gap: calc(100 / 390 * 100vw);
  }
  .re_about .in .txt_wrap {
    width: 100%;
    margin: 0;
    max-width: none;
  }
  .re_about .in .img_wrap {
    max-width: none;
    width: 100%;
  }
  .re_about > figure {
    position: relative;
    top: auto;
    left: auto;
    width: calc(159 / 390 * 100vw);
    height: calc(110 / 390 * 100vw);
    margin-bottom: calc(179 / 390 * 100vw);
  }
  .re_about .in .img_wrap figure:nth-of-type(1) {
    width: calc(257 / 390 * 100vw);
    height: calc(305 / 390 * 100vw);
    margin-right: calc(-20 / 390 * 100vw);
  }
  .re_about .in .img_wrap figure:nth-of-type(2) {
    bottom: calc(-65 / 390 * 100vw);
    left: calc(-20 / 390 * 100vw);
    width: calc(201 / 390 * 100vw);
    height: calc(141 / 390 * 100vw);
  }
  .re_about .ttl_h2 img {
    width: calc(163 / 390 * 100vw);
    top: calc(-84 / 390 * 100vw);
    left: calc(-23 / 390 * 100vw);
  }
}

/* re_jobs */
.re_jobs {
  padding: 250px 0 160px;
  background: url(../img/recruit_renew/wh_bg.jpg) center/cover no-repeat;
}
.re_jobs .ttl_h2 img {
  width: 165px;
  top: -93px;
  left: 48px;
}
.re_jobs .ttl_wrap {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 82px;
}
.re_jobs .ttl_wrap .ttl_h2 {
  max-width: 555px;
  width: 44%;
  padding-left: 111px;
  color: #023367;
}
.re_jobs .ttl_wrap .txt {
  max-width: 761px;
  width: 58%;
  margin: 0;
}
.re_jobs .links {
  display: flex;
  gap: 16px;
}
.re_jobs .links .item {
  position: relative;
  border-radius: 30px;
  overflow: hidden;
  width: calc(25% - (16px * 3 / 4));
}
.re_jobs .links figure img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.re_jobs .links figure {
  position: relative;
  height: 340px;
}
.re_jobs .links figure figcaption {
  position: absolute;
  left: 20px;
  bottom: 20px;
  font-size: 20px;
  font-weight: 600;
  color: #034AAD;
  line-height: 2;
}
.re_jobs .links figure figcaption span {
  background: #fff;
  padding: 2px 5px;
}
.re_jobs .links .ttl {
  margin: 0;
  padding: 15px 26px 20px;
  background: #023367 url(../img/recruit_renew/icon_arrow_wh.png) center right 26px/18px auto no-repeat;
  font-size: 24px;
  font-weight: 600;
  color: #fff;
}
.re_jobs .re_button {
  margin: 100px auto 0;
}
@media screen and (max-width: 1400px) {
  .re_jobs {
    padding: calc(250 / 1400 * 100vw) 0 calc(160 / 1400 * 100vw);
  }
  .re_jobs .ttl_h2 img {
    width: calc(165 / 1400 * 100vw);
    top: calc(-93 / 1400 * 100vw);
    left: calc(48 / 1400 * 100vw);
  }
  .re_jobs .ttl_wrap {
    gap: calc(20 / 1400 * 100vw);
    margin-bottom: calc(82 / 1400 * 100vw);
  }
  .re_jobs .ttl_wrap .ttl_h2 {
    max-width: calc(555 / 1400 * 100vw);
    padding-left: calc(111 / 1400 * 100vw);
  }
  .re_jobs .ttl_wrap .txt {
    max-width: calc(761 / 1400 * 100vw);
  }
  .re_jobs .links {
    gap: calc(16 / 1400 * 100vw);
  }
  .re_jobs .links .item {
    border-radius: calc(30 / 1400 * 100vw);
    width: calc(25% - (16 / 1400 * 100vw * 3 / 4));
  }
  .re_jobs .links figure {
    height: calc(340 / 1400 * 100vw);
  }
  .re_jobs .links figure figcaption {
    left: calc(20 / 1400 * 100vw);
    bottom: calc(20 / 1400 * 100vw);
    font-size: calc(20 / 1400 * 100vw);
  }
  .re_jobs .links figure figcaption span {
    padding: calc(2 / 1400 * 100vw) calc(5 / 1400 * 100vw);
  }
  .re_jobs .links .ttl {
    padding: calc(15 / 1400 * 100vw) calc(26 / 1400 * 100vw) calc(20 / 1400 * 100vw);
    background: #023367 url(../img/recruit_renew/icon_arrow_wh.png) center right calc(26 / 1400 * 100vw)/calc(18 / 1400 * 100vw) auto no-repeat;
    font-size: calc(24 / 1400 * 100vw);
  }
  .re_jobs .re_button {
    margin: calc(100 / 1400 * 100vw) auto 0;
  }
}
@media screen and (max-width: 767px) {
  .re_jobs {
    padding: calc(120 / 390 * 100vw) 0;
    background-image: url(../img/recruit_renew/wh_bg_sp.jpg);
  }
  .re_jobs .ttl_wrap {
    flex-direction: column;
    gap: calc(101 / 390 * 100vw);
    margin-bottom: calc(73 / 390 * 100vw);
  }
  .re_jobs .ttl_wrap .ttl_h2 {
    max-width: none;
    width: 100%;
    text-align: center;
    padding: 0;
  }
  .re_jobs .ttl_wrap .ttl_h2 img {
    position: static;
    display: block;
    margin: 0 auto calc(6 / 390 * 100vw);
    width: calc(112 / 390 * 100vw);
  }
  .re_jobs .ttl_wrap .txt {
    max-width: none;
    width: 100%;
  }
  .re_jobs .links {
    flex-direction: column;
    gap: calc(30 / 390 * 100vw);
    padding: 0 calc(22 / 390 * 100vw);
  }
  .re_jobs .links .item {
    width: 100%;
    border-radius: calc(20 / 390 * 100vw);
  }
  .re_jobs .links figure {
    height: calc(340 / 390 * 100vw);
  }
  .re_jobs .links figure figcaption {
    left: calc(20 / 390 * 100vw);
    bottom: calc(20 / 390 * 100vw);
    font-size: calc(20 / 390 * 100vw);
  }
  .re_jobs .links figure figcaption span {
    padding: calc(2 / 390 * 100vw) calc(5 / 390 * 100vw);
  }
  .re_jobs .links .ttl {
    padding: calc(15 / 390 * 100vw) calc(26 / 390 * 100vw) calc(20 / 390 * 100vw);
    background: #023367 url(../img/recruit_renew/icon_arrow_wh.png) center right calc(26 / 390 * 100vw) / calc(18 / 390 * 100vw) auto no-repeat;
    font-size: calc(24 / 390 * 100vw);
  }
  .re_jobs .re_button {
    margin-top: calc(79 / 390 * 100vw);
  }
}

#home .bg {
  background: none;
}
#home .fixed_entry {
  display: none;
}
/* re_company */
.re_company .ttl_h2 img {
  width: 313px;
  top: -139px;
  left: -60px;
}
.re_welfare .ttl_h2 img {
  width: 292px;
  top: -130px;
  left: -67px;
}
.re_company,
.re_welfare {
  max-width: 1316px;
  margin: 0 auto;
  padding-top: 161px;
}
.re_welfare {
  padding-bottom: 160px;
}
.re_company .in,
.re_welfare .in {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 20px;
  max-width: 1205px;
}
.re_company .in {
  margin-left: 0;
}
.re_welfare .in {
  margin-right: 0;
  flex-direction: row-reverse;
}
.re_company .in figure,
.re_welfare .in figure {
  position: relative;
  max-width: 650px;
  width: 55%;
  height: 456px;
  box-shadow: 0 30px 58px rgb(0 31 64 / 0.68);
}
.re_company .in figure img,
.re_welfare .in figure img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.re_company .in .txt_wrap,
.re_welfare .in .txt_wrap {
  max-width: 428px;
  width: 37%;
  color: #fff;
}
.re_company .in .txt_wrap .txt,
.re_welfare .in .txt_wrap .txt {
  margin-top: 48px;
  color: #fff;
}
@media screen and (max-width: 1400px) {
  .re_company .ttl_h2 img {
    width: calc(313 / 1400 * 100vw);
    top: calc(-139 / 1400 * 100vw);
    left: calc(-60 / 1400 * 100vw);
  }
  .re_welfare .ttl_h2 img {
    width: calc(292 / 1400 * 100vw);
    top: calc(-130 / 1400 * 100vw);
    left: calc(-67 / 1400 * 100vw);
  }
  .re_company,
  .re_welfare {
    max-width: calc(1316 / 1400 * 100vw);
    padding-top: calc(161 / 1400 * 100vw);
  }
  .re_welfare {
    padding-bottom: calc(160 / 1400 * 100vw);
  }
  .re_company .in,
  .re_welfare .in {
    gap: calc(20 / 1400 * 100vw);
    max-width: calc(1205 / 1400 * 100vw);
  }
  .re_company .in figure,
  .re_welfare .in figure {
    max-width: calc(650 / 1400 * 100vw);
    height: calc(456 / 1400 * 100vw);
    box-shadow: 0 calc(30 / 1400 * 100vw) calc(58 / 1400 * 100vw) rgb(0 31 64 / 0.68);
  }
  .re_company .in .txt_wrap,
  .re_welfare .in .txt_wrap {
    max-width: calc(428 / 1400 * 100vw);
  }
  .re_company .in .txt_wrap .txt,
  .re_welfare .in .txt_wrap .txt {
    margin-top: calc(48 / 1400 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .re_company, .re_welfare {
    max-width: none;
    padding-top: calc(120 / 390 * 100vw);
  }
  .re_welfare {
    padding-bottom: calc(120 / 390 * 100vw);
  }
  .re_company .in, .re_welfare .in {
    flex-direction: column;
    gap: calc(147 / 390 * 100vw);
    max-width: none;
  }
  .re_company .in figure, .re_welfare .in figure {
    max-width: none;
    width: calc(100% + (20 / 390 * 100vw));
    height: calc(259 / 390 * 100vw);
  }
  .re_company .in figure {
    margin: 0 0 0 calc(-20 / 390 * 100vw) !important;
  }
  .re_welfare .in figure {
    margin: 0 calc(-20 / 390 * 100vw) 0 0 !important;
  }
  .re_company .in .txt_wrap, .re_welfare .in .txt_wrap {
    max-width: none;
    width: 100%;
  }
  .re_company .in .txt_wrap .txt, .re_welfare .in .txt_wrap .txt {
    margin-top: calc(38 / 390 * 100vw);
  }
  .re_company .in .re_button, .re_welfare .in .re_button {
    margin: calc(108 / 390 * 100vw) auto 0;
  }
  .re_company .ttl_h2 img {
    width: calc(232 / 390 * 100vw);
    left: calc(-13 / 390 * 100vw);
    top: calc(-112 / 390 * 100vw);
  }
  .re_welfare .ttl_h2 img {
    width: calc(222 / 390 * 100vw);
    left: calc(-13 / 390 * 100vw);
    top: calc(-112 / 390 * 100vw);
  }
}
/* re_interview */
.re_interview {
  background: #0E4C8E;
}
#home .re_interview .in {
  display: flex;
  max-width: 1600px;
}
#home .re_interview .in .img_wrap {
  max-width: 903px;
  width: 57%;
  padding-right: 63px;
}
#home .re_interview .in .img_wrap figure {
  display: flex;
  align-items: center;
  height: 100%;
  max-width: 772px;
  margin: 0 0 0 auto;
}
#home .re_interview .in .img_wrap figure img {
  width: 100%;
}
#home .re_interview .in .img_wrap .anime.img_cr::after {
  width: calc(50% + 50vw);
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
}
#home .re_interview .in .txt_wrap {
  position: relative;
  max-width: 697px;
  width: 43%;
  background: #023367;
  color: #fff;
  padding: 160px 0 144px 79px;
}
#home .re_interview .in .txt_wrap::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: calc(50% + 50vw);
  height: 100%;
  background: #023367;
}
#home .re_interview .ttl_h2 img {
  position: static;
  display: block;
  width: 300px;
  margin-bottom: 23px;
}
#home .re_interview .in .txt_wrap .txt {
  position: relative;
  z-index: 1;
  color: #fff;
  max-width: 428px;
}
#home .re_interview .in .txt_wrap .re_button {
  margin-top: 10px;
}
@media screen and (max-width: 1400px) {
  #home .re_interview .in {
    max-width: calc(1600 / 1400 * 100vw);
  }
  #home .re_interview .in .img_wrap {
    max-width: calc(903 / 1400 * 100vw);
    padding-right: calc(63 / 1400 * 100vw);
  }
  #home .re_interview .in .img_wrap figure {
    max-width: calc(772 / 1400 * 100vw);
  }
  #home .re_interview .in .txt_wrap {
    max-width: calc(697 / 1400 * 100vw);
    padding: calc(160 / 1400 * 100vw) 0 calc(144 / 1400 * 100vw) calc(79 / 1400 * 100vw);
  }
  #home .re_interview .ttl_h2 img {
    width: calc(300 / 1400 * 100vw);
    margin-bottom: calc(23 / 1400 * 100vw);
  }
  #home .re_interview .in .txt_wrap .txt {
    max-width: calc(428 / 1400 * 100vw);
  }
  #home .re_interview .in .txt_wrap .re_button {
    margin-top: calc(10 / 1400 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  #home .re_interview .in {
    display: block;
    padding: 0;
  }
  #home .re_interview .in .img_wrap {
    max-width: none;
    width: 100%;
    padding: calc(26 / 390 * 100vw) calc(28 / 390 * 100vw) calc(8.9 / 390 * 100vw) calc(14 / 390 * 100vw);
  }
  #home .re_interview .in .img_wrap figure {
    max-width: none;
  }
  #home .re_interview .in .txt_wrap {
    max-width: none;
    width: 100%;
    padding: calc(60 / 390 * 100vw) calc(20 / 390 * 100vw) calc(99 / 390 * 100vw);
  }
  #home .re_interview .in .txt_wrap .txt {
    max-width: none;
  }
  #home .re_interview .in .txt_wrap .re_button {
    margin: calc(72 / 390 * 100vw) auto 0;
  }
  #home .re_interview .ttl_h2 img {
    width: calc(225 / 390 * 100vw);
    margin-bottom: calc(10 / 390 * 100vw);
  }
}

/* re_pickup */
.re_pickup {
  padding: 160px 0 0;
}
.re_pickup .ttl_h2 {
  position: static;
}
.re_pickup .in {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  max-width: 1100px;
  padding: 82px 96px 80px 80px;
  background: rgb(255 255 255 / 0.2);
  border: 1px solid rgb(255 255 255 / 0.3);
  border-radius: 30px;
  color: #fff;
}
.re_pickup .ttl_h2 img {
  width: 349px;
  top: -19px;
  left: 7px;
}
.re_pickup .in .txt {
  margin-top: 39px;
  color: #fff;
}
.re_pickup .in figure {
  position: relative;
  overflow: hidden;
  max-width: 420px;
  width: 46%;
  height: 260px;
  border-radius: 25px;
}
.re_pickup .in figure img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.re_pickup .in .txt_wrap {
  max-width: 448px;
  width: 49%;
}
.re_pickup .in .txt_wrap .ttl_h2 {
  padding-left: 36px;
}
@media screen and (max-width: 1400px) {
  .re_pickup {
    padding: calc(160 / 1400 * 100vw) 0 0;
  }
  .re_pickup .in {
    gap: calc(20 / 1400 * 100vw);
    max-width: calc(1100 / 1400 * 100vw);
    padding: calc(82 / 1400 * 100vw) calc(96 / 1400 * 100vw) calc(80 / 1400 * 100vw) calc(80 / 1400 * 100vw);
    border-radius: calc(30 / 1400 * 100vw);
  }
  .re_pickup .ttl_h2 img {
    width: calc(349 / 1400 * 100vw);
    top: calc(-19 / 1400 * 100vw);
    left: calc(7 / 1400 * 100vw);
  }
  .re_pickup .in .txt {
    margin-top: calc(39 / 1400 * 100vw);
  }
  .re_pickup .in figure {
    max-width: calc(420 / 1400 * 100vw);
    height: calc(260 / 1400 * 100vw);
    border-radius: calc(25 / 1400 * 100vw);
  }
  .re_pickup .in .txt_wrap {
    max-width: calc(448 / 1400 * 100vw);
  }
  .re_pickup .in .txt_wrap .ttl_h2 {
    padding-left: calc(36 / 1400 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .re_pickup {
    padding: calc(130 / 390 * 100vw) calc(20 / 390 * 100vw) 0;
  }
  .re_pickup .in {
    max-width: none;
    flex-direction: column;
    gap: calc(28 / 390 * 100vw);
    border-radius: calc(20 / 390 * 100vw);
    padding: calc(60 / 390 * 100vw) calc(20 / 390 * 100vw);
  }
  .re_pickup .in figure {
    max-width: none;
    width: 100%;
    height: calc(191 / 390 * 100vw);
    border-radius: calc(20 / 390 * 100vw);
  }
  .re_pickup .in .txt_wrap {
    max-width: none;
    width: 100%;
  }
  .re_pickup .in .txt_wrap .ttl_h2 {
    padding: 0;
    text-align: center;
  }
  .re_pickup .in .txt {
    margin-top: calc(26 / 390 * 100vw);
  }
  .re_pickup .in .re_button {
    margin-top: calc(46 / 390 * 100vw);
  }
  .re_pickup .ttl_h2 img {
    width: calc(260 / 390 * 100vw);
    top: calc(-23 / 390 * 100vw);
    left: calc(7 / 390 * 100vw);
  }
}

/* re_information */
.re_information {
  padding-top: 160px;
  padding-bottom: 160px;
  max-width: 1316px;
  margin: 0 auto;
}
.re_information .in {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  max-width: 1205px;
  margin: 0 0 0 auto;
}
.re_information .in figure {
  position: relative;
  overflow: hidden;
  max-width: 650px;
  width: 55%;
  height: 760px;
  box-shadow: 0 30px 58px rgb(0 31 64 / 0.68);
}
.re_information .in figure img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: .3s;
}

.re_information .in figure img:nth-of-type(2),
.re_information .in figure img:nth-of-type(3),
.re_information .in figure img:nth-of-type(4) {
  opacity: 0;
}

.re_information .txt_wrap:has(a:hover) + figure img {
  opacity: 0;
}
.re_information .txt_wrap:has(.link1:hover) + figure img:nth-of-type(1) {
  opacity: 1;
}
.re_information .txt_wrap:has(.link2:hover) + figure img:nth-of-type(2) {
  opacity: 1;
}
.re_information .txt_wrap:has(.link3:hover) + figure img:nth-of-type(3) {
  opacity: 1;
}
.re_information .txt_wrap:has(.link4:hover) + figure img:nth-of-type(4) {
  opacity: 1;
}

.re_information .in .txt_wrap {
  max-width: 428px;
  width: 38%;
}
.re_information .in .links li {
  border-top: 1px solid #fff;
}
.re_information .in .links li:last-of-type {
  border-bottom: 1px solid #fff;
}
.re_information .in .links a {
  display: block;
  padding: 31px 60px 31px 0;
  color: #fff;
  font-size: 32px;
  font-weight: 600;
  letter-spacing: 0.06em;
  background: url(../img/recruit_renew/icon_entry_arrow.png) center right/30px auto no-repeat;
}
.re_information .in .ttl_h2 {
  margin-bottom: 56px;
}
.re_information .in .ttl_h2 img {
  position: static;
  display: block;
  max-width: 382px;
  width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 1400px) {
  .re_information {
    padding-top: calc(160 / 1400 * 100vw);
    padding-bottom: calc(160 / 1400 * 100vw);
    max-width: calc(1316 / 1400 * 100vw);
  }
  .re_information .in {
    gap: calc(20 / 1400 * 100vw);
    max-width: calc(1205 / 1400 * 100vw);
  }
  .re_information .in figure {
    max-width: calc(650 / 1400 * 100vw);
    height: calc(760 / 1400 * 100vw);
    box-shadow: 0 calc(30 / 1400 * 100vw) calc(58 / 1400 * 100vw) rgb(0 31 64 / 0.68);
  }
  .re_information .in .txt_wrap {
    max-width: calc(428 / 1400 * 100vw);
  }
  .re_information .in .links a {
    padding: calc(31 / 1400 * 100vw) calc(60 / 1400 * 100vw) calc(31 / 1400 * 100vw) 0;
    font-size: calc(32 / 1400 * 100vw);
    background: url(../img/recruit_renew/icon_entry_arrow.png) center right/calc(30 / 1400 * 100vw) auto no-repeat;
  }
  .re_information .in .ttl_h2 {
    margin-bottom: calc(56 / 1400 * 100vw);
  }
  .re_information .in .ttl_h2 img {
    max-width: calc(382 / 1400 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .re_information {
    padding: calc(120 / 390 * 100vw) 0;
    max-width: none;
  }
  .re_information .in {
    display: block;
    margin: 0;
    max-width: none;
  }
  .re_information .in figure {
    display: none;
  }
  .re_information .in .txt_wrap {
    max-width: none;
    width: 100%;
  }
  .re_information .in .links a {
    padding: calc(23 / 390 * 100vw) calc(62 / 390 * 100vw) calc(23 / 390 * 100vw) calc(9.5 / 390 * 100vw);
    font-size: calc(26 / 390 * 100vw);
    background-size: calc(30 / 390 * 100vw) auto;
    background-position: center right calc(9.5 / 390 * 100vw);
    letter-spacing: 0;
  }
  .re_information .in .ttl_h2 {
    margin-bottom: calc(52 / 390 * 100vw);
  }
  .re_information .in .ttl_h2 img {
    max-width: calc(286 / 390 * 100vw);
  }
}

/* re_news */
.re_news {
  background: url(../img/recruit_renew/wh_bg.jpg) center/cover no-repeat;
  padding: 160px 0;
}
.re_news .in {
  max-width: 1006px;
}
.re_news .in .ttl_h2 {
  margin-bottom: 59px;
}
.re_news .in .ttl_h2 img {
  position: static;
  display: block;
  max-width: 185px;
  margin: 0 auto;
}
.re_news .in .re_button {
  margin: 80px auto 0;
}
.re_news .in .links li {
  border-top: 1px solid #B8C6D5;
}
.re_news .in .links li:last-of-type {
  border-bottom: 1px solid #B8C6D5;
}
.re_news .in .links li a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 20px 7.5px;
}
.re_news .in .links li a time {
  font-size: 14px;
  font-family: var(--new-font-en);
  font-weight: 500;
  color: #36B6FF;
}
.re_news .in .links li a span {
  max-width: 797px;
  font-weight: 500;
  width: 81%;
}
@media screen and (max-width: 1400px) {
  .re_news {
    padding: calc(160 / 1400 * 100vw) 0;
  }
  .re_news .in {
    max-width: calc(1006 / 1400 * 100vw);
  }
  .re_news .in .ttl_h2 {
    margin-bottom: calc(59 / 1400 * 100vw);
  }
  .re_news .in .ttl_h2 img {
    max-width: calc(185 / 1400 * 100vw);
  }
  .re_news .in .re_button {
    margin: calc(80 / 1400 * 100vw) auto 0;
  }
  .re_news .in .links li a {
    gap: calc(20 / 1400 * 100vw);
    padding: calc(20 / 1400 * 100vw) calc(7.5 / 1400 * 100vw);
  }
  .re_news .in .links li a time {
    font-size: calc(14 / 1400 * 100vw);
  }
  .re_news .in .links li a span {
    max-width: calc(797 / 1400 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .re_news {
    padding: calc(120 / 390 * 100vw) 0;
  }
  .re_news .in {
    max-width: none;
    width: 100%;
  }
  .re_news .in .ttl_h2 {
    margin-bottom: calc(60 / 390 * 100vw);
  }
  .re_news .in .ttl_h2 img {
    max-width: calc(139 / 390 * 100vw);
  }
  .re_news .in .links li a {
    display: block;
    padding: calc(20 / 390 * 100vw) calc(9 / 390 * 100vw);
  }
  .re_news .in .links li a time {
    display: block;
    font-size: calc(14 / 390 * 100vw);
  }
  .re_news .in .links li a span {
    max-width: none;
    width: 100%;
  }
  .re_news .in .re_button {
    margin-top: calc(80 / 390 * 100vw);
  }
}

/* re_entry */
.re_entry {
  padding-top: 160px;
}
.re_entry .ttl_h2 {
  color: #fff;
  text-align: center;
}
.re_entry .ttl_h2 small {
  display: block;
  margin-bottom: 10px;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  font-family: var(--new-font-en);
}
.re_entry .flex {
  margin-top: 54px;
  display: flex;
  gap: 16px;
}
.re_entry .flex .item {
  color: #fff;
  padding: 37px 30px 47px 30px;
  width: calc(50% - 8px);
  background: rgb(255 255 255 / 0.2);
  border: 1px solid rgb(255 255 255 / 0.3);
}
.re_entry .flex .item .ttl_h3 {
  text-align: center;
  color: #fff;
  font-size: 26px;
  font-weight: 500;
}
.re_entry .flex .item .links {
  display: flex;
  gap: 16px;
  margin-top: 29px;
}
.re_entry .flex .item .links a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: calc(50% - 8px);
  background: #fff;
  border-radius: 10px;
  height: 67px;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: -0.05em;
}
.re_entry .flex .item .links a img {
  max-width: 210px;
  width: 90%;
}
.re_entry .flex .item .links a:nth-of-type(2) {
  background-image: url(../img/recruit_renew/icon_entry.png), url(../img/recruit_renew/icon_arrow_bl.png);
  background-size: 19px auto, 12px auto;
  background-position: center left 30px, center right 28px;
  background-repeat: no-repeat;
}
.re_entry .flex .item .txt {
  color: #fff;
  text-align: center;
}
.re_entry .list {
  display: flex;
  flex-wrap: wrap;
  margin-top: 160px;
}
.re_entry .list li {
  position: relative;
  width: 20%;
  padding: 160px 30px 20px 20px;
  overflow: hidden;
}
.re_entry .list li img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;

  background: gray;
}
.re_entry .list span {
  position: relative;
  display: block;
  width: 100%;
  padding-right: 30px;
  background: url(../img/recruit_renew/icon_entry_arrow.png) center right/20px auto no-repeat;
  z-index: 1;
  color: #fff;
  font-size: 20px;
  font-weight: 600;
}
.re_entry .list span small {
  padding-right: 1em;
  font-size: 100%;
  font-family: var(--new-font-en);
}
@media screen and (max-width: 1400px) {
  .re_entry {
    padding-top: calc(160 / 1400 * 100vw);
  }
  .re_entry .ttl_h2 small {
    margin-bottom: calc(10 / 1400 * 100vw);
    font-size: calc(16 / 1400 * 100vw);
  }
  .re_entry .flex {
    margin-top: calc(54 / 1400 * 100vw);
    gap: calc(16 / 1400 * 100vw);
  }
  .re_entry .flex .item {
    padding: calc(37 / 1400 * 100vw) calc(30 / 1400 * 100vw) calc(47 / 1400 * 100vw) calc(30 / 1400 * 100vw);
    width: calc(50% - (8 / 1400 * 100vw));
  }
  .re_entry .flex .item .ttl_h3 {
    font-size: calc(26 / 1400 * 100vw);
  }
  .re_entry .flex .item .links {
    gap: calc(16 / 1400 * 100vw);
    margin-top: calc(29 / 1400 * 100vw);
  }
  .re_entry .flex .item .links a {
    width: calc(50% - (8 / 1400 * 100vw));
    border-radius: calc(10 / 1400 * 100vw);
    height: calc(67 / 1400 * 100vw);
    font-size: calc(18 / 1400 * 100vw);
  }
  .re_entry .flex .item .links a:nth-of-type(2) {
    background-size: calc(19 / 1400 * 100vw) auto, calc(12 / 1400 * 100vw) auto;
    background-position: center left calc(30 / 1400 * 100vw), center right calc(28 / 1400 * 100vw);
  }
  .re_entry .flex .item .links a img {
    max-width: calc(210 / 1400 * 100vw);
  }
  .re_entry .list {
    margin-top: calc(160 / 1400 * 100vw);
  }
  .re_entry .list li {
    padding: calc(160 / 1400 * 100vw) calc(30 / 1400 * 100vw) calc(20 / 1400 * 100vw) calc(20 / 1400 * 100vw);
  }
  .re_entry .list span {
    padding-right: calc(30 / 1400 * 100vw);
    background: url(../img/recruit_renew/icon_entry_arrow.png) center right/calc(20 / 1400 * 100vw) auto no-repeat;
    font-size: calc(20 / 1400 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .re_entry {
    padding-top: calc(120 / 390 * 100vw);
  }
  .re_entry .list {
    margin-top: calc(120 / 390 * 100vw);
  }
  .re_entry .ttl_h2 small {
    font-size: calc(16 / 390 * 100vw);
    margin-bottom: calc(6 / 390 * 100vw);
  }
  .re_entry .flex {
    margin-top: calc(52 / 390 * 100vw);
    flex-direction: column;
    gap: calc(50 / 390 * 100vw);
  }
  .re_entry .flex .item {
    width: 100%;
    max-width: none;
    padding: calc(43 / 390 * 100vw) calc(30 / 390 * 100vw) calc(60 / 390 * 100vw);
  }
  .re_entry .flex .item .ttl_h3 {
    font-size: calc(24 / 390 * 100vw);
    margin: 0;
  }
  .re_entry .flex .item .links {
    flex-direction: column;
    gap: calc(30 / 390 * 100vw);
    margin-top: calc(34 / 390 * 100vw);
  }
  .re_entry .flex .item .links a {
    width: 100%;
    border-radius: calc(10 / 390 * 100vw);
    height: calc(67 / 390 * 100vw);
    font-size: calc(18 / 390 * 100vw);
  }
  .re_entry .flex .item .links a:nth-of-type(2) {
    background-size: calc(19 / 390 * 100vw) auto, calc(12 / 390 * 100vw) auto;
    background-position: center left calc(30 / 390 * 100vw), center right calc(28 / 390 * 100vw);
  }
  .re_entry .flex .item .links a img {
    max-width: calc(210 / 390 * 100vw);
  }
  .re_entry .flex .item .txt {
    margin-top: calc(7 / 390 * 100vw);
    font-size: calc(15 / 390 * 100vw);
  }
  .renew .link_tel + .note {
    margin-top: calc(6 / 390 * 100vw);
  }
  .re_entry .list li {
    width: 50%;
    padding: calc(40 / 390 * 100vw) 0;
    text-align: center;
  }
  .re_entry .list span {
    font-size: calc(18 / 390 * 100vw);
    background: none;
    padding: 0;
    letter-spacing: 0;
  }
  .re_entry .list span small {
    padding: 0;
    display: block;
    margin-bottom: calc(3 / 390 * 100vw);
  }
}

/* under ---------------------------------- */
.fixed_entry {
  position: fixed;
  z-index: 10;
  right: 30px;
  bottom: 30px;
  width: 120px;
  height: 120px;
  border-radius: 100%;
  background: url(../img/recruit_renew/fixed_entry.png) center/contain no-repeat;
  transition: .3s;
}
.fixed_entry::after {
  position: absolute;
  top: 50%;
  left: 50%;
  content: "";
  width: 102.5px;
  height: 102.5px;
  background: url(../img/recruit_renew/fixed_entry_txt.png) center/contain no-repeat;
  transform: translate(-50%, -50%);
  animation: 10s linear infinite rotation;
}
@keyframes rotation{
  0%{ transform: translate(-50%, -50%) rotate(0);}
  100%{ transform: translate(-50%, -50%) rotate(360deg); }
}
.fixed_entry:hover {
  transform: scale(0.9);
}
.re_kv {
  position: relative;
  height: 560px;
  overflow: hidden;
  margin-bottom: 160px;
}
.re_kv img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.re_kv .ttl_h2 {
  position: absolute;
  left: 50%;
  bottom: 174px;
  transform: translateX(-50%);
  color: #fff;
  font-size: 32px;
  font-weight: 500;
  z-index: 1;
  text-align: center;
}
.re_kv .ttl_h2 img {
  position: static;
  display: block;
  margin: 0 auto;
}
.renew.under .under_ttl .ttl_h2 {
  color: #023367;
}
.renew.under .under_ttl .ttl_h2 strong {
  color: #FF5757;
  font-size: 44px;
  font-weight: 500;
}
.renew.under .under_ttl .sub_head {
  width: max-content;
  padding: 3px 20px 3px 8px;
  font-size: 20px;
  font-weight: 500;
  font-family: var(--new-font-en);
  background: rgb(255 255 255 / 0.7);
  color: #023367;
  border-left: 2px solid #FF5757;
}
.renew.under .under_ttl .sub_head span {
  color: #FF5757;
}
@media screen and (max-width: 1400px) {
  .fixed_entry {
    right: calc(30 / 1400 * 100vw);
    bottom: calc(30 / 1400 * 100vw);
    width: calc(120 / 1400 * 100vw);
    height: calc(120 / 1400 * 100vw);
  }
  .fixed_entry::after {
    width: calc(102.5 / 1400 * 100vw);
    height: calc(102.5 / 1400 * 100vw);
  }
  .re_kv {
    height: calc(560 / 1400 * 100vw);
    margin-bottom: calc(160 / 1400 * 100vw);
  }
  .re_kv .ttl_h2 {
    bottom: calc(174 / 1400 * 100vw);
    font-size: calc(32 / 1400 * 100vw);
  }
  .renew.under .under_ttl .ttl_h2 strong {
    font-size: calc(44 / 1400 * 100vw);
  }
  .renew.under .under_ttl .sub_head {
    padding: calc(3 / 1400 * 100vw) calc(20 / 1400 * 100vw) calc(3 / 1400 * 100vw) calc(8 / 1400 * 100vw);
    font-size: calc(20 / 1400 * 100vw);
    border-left: calc(2 / 1400 * 100vw) solid #FF5757;
  }
}
@media screen and (max-width: 767px) {
  .fixed_entry {
    right: calc(20 / 390 * 100vw);
    bottom: calc(20 / 390 * 100vw);
    width: calc(90 / 390 * 100vw);
    height: calc(90 / 390 * 100vw);
  }
  .fixed_entry::after {
    width: calc(73 / 390 * 100vw);
    height: calc(73 / 390 * 100vw);
  }
  .re_kv {
    margin-bottom: calc(120 / 390 * 100vw);
    height: calc(316 / 390 * 100vw);
  }
  .re_kv .ttl_h2 {
    bottom: calc(94 / 390 * 100vw);
    font-size: calc(20 / 390 * 100vw);
  }
  .renew.under .under_ttl .sub_head {
    margin-bottom: calc(14 / 390 * 100vw);
    border-left-width: calc(2 / 390 * 100vw);
    font-size: calc(18 / 390 * 100vw);
    padding: calc(3 / 390 * 100vw) calc(8 / 390 * 100vw);
  }
}

/* features ---------------------------------- */
#features .re_kv .ttl_h2 img {
  width: 340px;
  margin-bottom: 23px;
}
.re_about_features .flex {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: space-between;
}
.re_about_features .flex .txt_wrap {
  max-width: 520px;
  width: 40%;
  color: #fff;
}
.re_about_features .flex .txt_wrap .ttl_h2,
.re_about_features .flex .txt_wrap .txt {
  color: #fff;
}
.re_about_features .flex .txt_wrap .under_ttl {
  margin-bottom: 48px;
}
.re_about_features .flex .img_wrap {
  max-width: 650px;
  width: 50%;
}
.re_about_features .flex .img_wrap img {
  width: 100%;
}
.re_about_features .flex .img_wrap .main_slide {
  overflow: hidden;
}
.re_about_features .flex .img_wrap .sub_slide {
  margin-top: 18px;
  overflow: hidden;
}
.re_about_features .flex .img_wrap .sub_slide .swiper-wrapper {
  display: flex;
}
.re_about_features .flex .img_wrap .sub_slide .swiper-slide {
  width: calc(25% - (18px * 3 / 4));
  margin-right: 18px;
}
.re_about_features .flex .img_wrap .sub_slide .swiper-slide:last-of-type {
  margin: 0;
}
.re_about_features .movie {
  position: relative;
  display: block;
  overflow: hidden;
  max-width: 1094px;
  aspect-ratio: 1/0.6;
  margin: 140px auto 0;
}
.re_about_features .movie > * {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;

  background: gray;
}
/* re_features */
.re_features {
  margin-top: 160px;
  padding: 160px 0;
  background: url(../img/recruit_renew/wh_bg.jpg) center/cover no-repeat;
}
.re_features .ttl_wrap {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 112px;
}
.re_features .ttl_wrap .txt {
  max-width: 761px;
  width: 58%;
  margin: 0;
}
.re_features .box {
  padding: 40px 100px;
  background: #fff;
}
.re_features .block:not(:last-of-type) {
  border-bottom: 1px solid #B8C6D5;
}
.re_features .block {
  display: flex;
  gap: 20px;
  justify-content: space-between;
  padding: 60px 0;
}
.re_features .block figure {
  position: relative;
  overflow: hidden;
  max-width: 428px;
  width: 39%;
  height: 265px;
}
.re_features .block figure img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.re_features .block .txt_wrap {
  max-width: 637px;
  width: 58%;
}
.re_features .block .ttl_h3 {
  position: relative;
  font-size: 26px;
  line-height: 2;
  color: #fff;
  margin-bottom: 30px;
}
.re_features .block .ttl_h3 span {
  background: #023367;
}
.re_features .block .ttl_h3 img {
  position: absolute;
  top: -29px;
  left: 0;
  width: 115px;
}

/* re_message */
.re_message {
  background: #023367;
}
.re_message .in {
  display: flex;
  align-items: flex-start;
}
.re_message .ttl_h2 {
  margin-bottom: 70px;
}
.re_message .ttl_h2 img {
  display: block;
  width: 260px;
  position: static;
}
.re_message .ttl_h3 {
  margin-bottom: 29px;
  width: max-content;
  font-size: 26px;
  font-weight: 500;
  background: #fff;
  color: #023367;
}
.re_message .txt {
  color: #fff;
  margin-bottom: 40px;
}
.re_message .img_wrap {
  position: sticky;
  top: 56px;
  width: 50%;
}
.re_message .img_wrap img {
  width: 100%;
}
.re_message .txt_wrap {
  padding: 260px 0 160px 80px;
  width: 50%;
  color: #fff;
}
.re_message dt {
  font-size: 22px;
  font-weight: 500;
  border-bottom: 1px solid #fff;
  padding-bottom: 11.7px;
}
.re_message dd {
  padding-top: 25px;
  font-size: 16px;
  line-height: 2;
  font-weight: 400;
}
.re_message dd + dt {
  margin-top: 44px;
}
.re_message dt figure {
  margin: 82px auto 42px;
}
.re_message dt figure img {
  width: 100%;
}
.re_message .name {
  margin-top: 55px;
  text-align: right;
  font-size: 16px;
  font-weight: 400;
}
.re_message .name img {
  display: block;
  width: 130px;
  margin: 11px 0 0 auto;
}
@media screen and (max-width: 1400px) {
  #features .re_kv .ttl_h2 img {
    width: calc(340 / 1400 * 100vw);
    margin-bottom: calc(23 / 1400 * 100vw);
  }
  .re_about_features .flex {
    gap: calc(20 / 1400 * 100vw);
  }
  .re_about_features .flex .txt_wrap {
    max-width: calc(520 / 1400 * 100vw);
  }
  .re_about_features .flex .txt_wrap .under_ttl {
    margin-bottom: calc(48 / 1400 * 100vw);
  }
  .re_about_features .flex .img_wrap {
    max-width: calc(650 / 1400 * 100vw);
  }
  .re_about_features .flex .img_wrap .sub_slide {
    margin-top: calc(18 / 1400 * 100vw);
  }
  .re_about_features .flex .img_wrap .sub_slide .swiper-slide {
    width: calc(25% - (18 / 1400 * 100vw * 3 / 4));
    margin-right: calc(18 / 1400 * 100vw);
  }
  .re_about_features .movie {
    margin-top: calc(140 / 1400 * 100vw);
    max-width: calc(1094 / 1400 * 100vw);
  }
  /* re_features */
  .re_features {
    margin-top: calc(160 / 1400 * 100vw);
    padding: calc(160 / 1400 * 100vw) 0;
  }
  .re_features .ttl_wrap {
    gap: calc(20 / 1400 * 100vw);
    margin-bottom: calc(112 / 1400 * 100vw);
  }
  .re_features .ttl_wrap .txt {
    max-width: calc(761 / 1400 * 100vw);
  }
  .re_features .box {
    padding: calc(40 / 1400 * 100vw) calc(100 / 1400 * 100vw);
  }
  .re_features .block {
    gap: calc(20 / 1400 * 100vw);
    padding: calc(60 / 1400 * 100vw) 0;
  }
  .re_features .block figure {
    max-width: calc(428 / 1400 * 100vw);
    height: calc(265 / 1400 * 100vw);
  }
  .re_features .block .txt_wrap {
    max-width: calc(637 / 1400 * 100vw);
  }
  .re_features .block .ttl_h3 {
    font-size: calc(26 / 1400 * 100vw);
    margin-bottom: calc(30 / 1400 * 100vw);
  }
  .re_features .block .ttl_h3 img {
    top: calc(-29 / 1400 * 100vw);
    width: calc(115 / 1400 * 100vw);
  }

  /* re_message */
  .re_message .ttl_h2 {
    margin-bottom: calc(70 / 1400 * 100vw);
  }
  .re_message .ttl_h2 img {
    width: calc(260 / 1400 * 100vw);
  }
  .re_message .ttl_h3 {
    margin-bottom: calc(29 / 1400 * 100vw);
    font-size: calc(26 / 1400 * 100vw);
  }
  .re_message .txt {
    margin-bottom: calc(40 / 1400 * 100vw);
  }
  .re_message .txt_wrap {
    padding: calc(260 / 1400 * 100vw) 0 calc(160 / 1400 * 100vw) calc(80 / 1400 * 100vw);
  }
  .re_message dt {
    font-size: calc(22 / 1400 * 100vw);
    padding-bottom: calc(11.7 / 1400 * 100vw);
  }
  .re_message dd {
    padding-top: calc(25 / 1400 * 100vw);
    font-size: calc(16 / 1400 * 100vw);
  }
  .re_message dd + dt {
    margin-top: calc(44 / 1400 * 100vw);
  }
  .re_message dt figure {
    margin: calc(82 / 1400 * 100vw) auto calc(42 / 1400 * 100vw);
  }
  .re_message .name {
    margin-top: calc(55 / 1400 * 100vw);
    font-size: calc(16 / 1400 * 100vw);
  }
  .re_message .name img {
    width: calc(130 / 1400 * 100vw);
    margin: calc(11 / 1400 * 100vw) 0 0 auto;
  }
}
@media screen and (max-width: 767px) {
  #features .re_kv .ttl_h2 img {
    width: calc(190 / 390 * 100vw);
    margin-bottom: calc(14 / 390 * 100vw);
  }
  .re_about_features .flex {
    gap: calc(76 / 390 * 100vw);
    flex-direction: column;
  }
  .re_about_features .flex .txt_wrap {
    max-width: none;
    width: 100%;
  }
  .re_about_features .flex .img_wrap {
    max-width: none;
    width: 100%;
  }
  .re_about_features .flex .img_wrap .sub_slide {
    margin-top: calc(10 / 390 * 100vw);
  }
  .re_about_features .flex .img_wrap .sub_slide .swiper-slide {
    width: calc(84 / 390 * 100vw);
    margin-right: calc(4 / 390 * 100vw);
  }
  .re_about_features .flex .txt_wrap .under_ttl {
    margin-bottom: calc(47 / 390 * 100vw);
  }
  .re_about_features .movie {
    margin-top: calc(100 / 390 * 100vw);
    max-width: none;
    width: 100%;
  }
  /* .re_features */
  .re_features {
    margin-top: calc(120 / 390 * 100vw);
    padding: calc(120 / 390 * 100vw) 0;
    background-image: url(../img/recruit_renew/wh_bg_sp.jpg);
  }
  .re_features .ttl_wrap {
    flex-direction: column;
    gap: calc(45 / 390 * 100vw);
    margin-bottom: calc(76 / 390 * 100vw);
  }
  .re_features .ttl_wrap .txt {
    max-width: none;
    width: 100%;
  }
  .renew.under .under_ttl .ttl_h2 strong {
    font-size: calc(42 / 390 * 100vw);
  }
  .re_features .box {
    padding: calc(40 / 390 * 100vw) calc(20 / 390 * 100vw) calc(56 / 390 * 100vw);
  }
  .re_features .block {
    flex-direction: column;
    gap: calc(72 / 390 * 100vw);
    padding: calc(50 / 390 * 100vw) 0;
  }
  .re_features .block:first-of-type {
    padding-top: 0;
  }
  .re_features .block:last-of-type {
    padding-bottom: 0;
  }
  .re_features .block figure {
    max-width: none;
    width: 100%;
    height: calc(191 / 390 * 100vw);
  }
  .re_features .block .txt_wrap {
    max-width: none;
    width: 100%;
  }
  .re_features .block .ttl_h3 {
    font-size: calc(22 / 390 * 100vw);
    margin: 0 0 calc(29 / 390 * 100vw);
    line-height: 1.6;
  }
  .re_features .block .ttl_h3 img {
    top: calc(-36 / 390 * 100vw);
    left: calc(-2 / 390 * 100vw);
    width: calc(110 / 390 * 100vw);
  }
  /* .re_message */
  .re_message .in {
    gap: calc(50 / 390 * 100vw);
    flex-direction: column;
  }
  .re_message .img_wrap {
    position: static;
    width: calc(100% + (40 / 390 * 100vw));
    margin: 0 calc(-20 / 390 * 100vw);
  }
  .re_message .txt_wrap {
    max-width: none;
    width: 100%;
    padding: 0 0 calc(120 / 390 * 100vw);
  }
  .re_message .ttl_h2 {
    text-align: center;
    margin-bottom: calc(50 / 390 * 100vw);
  }
  .re_message .ttl_h2 img {
    margin: 0 auto;
    width: calc(230 / 390 * 100vw);
  }
  .re_message .ttl_h3 {
    margin: 0 0 calc(30 / 390 * 100vw);
    font-size: calc(22 / 390 * 100vw);
  }
  .re_message .txt {
    margin-bottom: calc(40 / 390 * 100vw);
  }
  .re_message dt {
    padding-bottom: calc(12 / 390 * 100vw);
    font-size: calc(19 / 390 * 100vw);
  }
  .re_message dd {
    padding-top: calc(25 / 390 * 100vw);
    font-size: calc(16 / 390 * 100vw);
  }
  .re_message dd + dt {
    margin-top: calc(35 / 390 * 100vw);
  }
  .re_message dt figure {
    margin: calc(49 / 390 * 100vw) 0 calc(33 / 390 * 100vw);
  }
  .re_message .name {
    margin-top: calc(51 / 390 * 100vw);
    font-size: calc(16 / 390 * 100vw);
  }
  .re_message .name img {
    width: calc(130 / 390 * 100vw);
    margin-top: calc(10 / 390 * 100vw);
  }
}

/* job ---------------------------------- */
#job .re_kv .ttl_h2 img {
  width: 591px;
}
#job img {
  width: 100%;
}
.re_job_lead .flex {
  display: flex;
  gap: 20px;
  justify-content: space-between;
}
.re_job_lead .flex figure {
  position: relative;
  overflow: hidden;
  max-width: 606px;
}
.re_job_lead .flex .txt_wrap {
  max-width: 540px;
  color: #fff;
}
.re_job_lead .flex .txt_wrap .txt {
  color: #fff;
  margin-top: 48px;
}
.re_job_lead .links {
  display: flex;
  gap: 19px;
  margin: 130px 0 0;
}
.re_job_lead .links li {
  width: calc(20% - (19px * 4 / 5));
}
.re_job_lead .links li .re_button {
  margin: 0;
  padding: 0 18px;
  border-radius: 10px;
  height: 74px;
  justify-content: flex-start;
}
.re_job_lead .links li .re_button::before {
  border-radius: 10px;
}
.re_job_lead .links li .re_button::after {
  background-image: url(../img/recruit_renew/icon_arrow_bt.png);
}
/* re_job_contents */
.re_job_contents .head {
  padding-top: 180px;
  position: relative;
}
.re_job_contents .head::after {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 100%;
  clip-path: polygon(0 180px, 100% calc(100% - 130px), 100% 100%, 0% 100%);
  background: #034AAD;
}
.re_job_contents:nth-of-type(even) .head::after {
  clip-path: polygon(0 calc(100% - 130px), 100% 180px, 100% 100%, 0% 100%);
}
.re_job_contents .head .in {
  position: relative;
  padding: 190px 0;
  z-index: 1;
}
.re_job_contents .head .in .txt_wrap {
  max-width: 640px;
  width: 100%;
  text-align: center;
}
.re_job_contents:nth-of-type(even) .head .in .txt_wrap {
  margin-left: auto;
}
.re_job_contents .head .in .txt_wrap .ttl_h2 {
  margin-bottom: 20px;
  font-size: 58px;
  color: #fff;
}
.re_job_contents .head .in .txt_wrap .ttl_sub {
  padding: 9px 10px;
  font-size: 26px;
  font-weight: 500;
  color: #fff;
  letter-spacing: 0.38em;
  text-align: center;
  border: 1px solid #fff;
  line-height: 1.2;
}
.re_job_contents .head .in figure {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 467px;
}
.re_job_contents:nth-of-type(4) .head .in figure {
  width: 475px;
}
.re_job_contents:nth-of-type(5) .head .in figure {
  width: 355px;
}
.re_job_contents:nth-of-type(6) .head .in figure {
  width: 380px;
}
.re_job_contents:nth-of-type(7) .head .in figure {
  width: 356px;
}
.re_job_contents:nth-of-type(even) .head .in figure {
  left: 0;
  right: auto;
}
.re_job_contents .body {
  padding: 100px 0 140px;
  background: url(../img/recruit_renew/wh_bg.jpg) center/cover no-repeat;
}
.re_job_contents .body .flex {
  display: flex;
  gap: 20px;
  justify-content: space-between;
}
.re_job_contents:nth-of-type(odd) .body .flex:nth-of-type(even) {
  flex-direction: row-reverse;
}
.re_job_contents:nth-of-type(even) .body .flex:nth-of-type(odd) {
  flex-direction: row-reverse;
}
.re_job_contents .body .flex .img_wrap {
  position: relative;
  overflow: hidden;
  max-width: 761px;
  height: 470px ;
  width: 58%;
}
.re_job_contents .body .flex .img_wrap img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.re_job_contents .body .flex .txt_wrap {
  max-width: 500px;
  width: 38%;
}
.re_job_contents .body .flex + .flex {
  margin-top: 70px;
}
.re_job_contents .body .flex .txt_wrap .ttl_h3 {
  padding-left: 22px;
  font-size: 30px;
  font-weight: 500;
  margin: 0 0 37px;
  color: #023367;
  background: url(../img/recruit_renew/icon_sankaku.png) left center/12px auto no-repeat;
  line-height: 2;
}
.re_job_contents .body .flex .txt_wrap .txt + .ttl_h3 {
  margin-top: 41px;
}
.interview_links {
  padding: 111px 0 0;
}
.interview_links .ttl_h3 {
  margin-bottom: 30px;
  text-align: center;
  font-size: 26px;
  font-weight: 500;
  color: #023367;
}
.interview_links .list {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  max-width: 1250px;
  margin: 0 auto;
}
.interview_links .list li {
  width: calc(50% - 9px);
}
.interview_links .list li a {
  position: relative;
  display: flex;
  align-items: center;
  gap: 20px;
  height: 160px;
  padding-right: 74px;
  border: 2px solid #034AAD;
  border-radius: 10px;
  background: #fff;
  overflow: hidden;
}
.interview_links .list li a::after {
  position: absolute;
  top: 0;
  right: 0;
  content: "";
  width: 54px;
  height: 100%;
  background: #034AAD url(../img/recruit_renew/icon_arrow_wh.png) center/18px auto no-repeat;
}
.interview_links .list li a .txt {
  font-size: 24px;
  font-weight: 500;
  color: #034AAD;
  line-height: 1.5;
  letter-spacing: 0.06em;
  flex: 1 0 0;
}
.interview_links .list li a .txt small {
  display: block;
  font-size: 16px;
  margin-top: 8px;
}
.interview_links .list li a figure {
  position: relative;
  overflow: hidden;
  width: 236px;
  height: 100%;
}
.interview_links .list li a figure img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media screen and (max-width: 1400px) {
  #job .re_kv .ttl_h2 img {
    width: calc(591 / 1400 * 100vw);
  }
  .re_job_lead .flex {
    gap: calc(20 / 1400 * 100vw);
  }
  .re_job_lead .flex figure {
    max-width: calc(606 / 1400 * 100vw);
  }
  .re_job_lead .flex .txt_wrap {
    max-width: calc(540 / 1400 * 100vw);
  }
  .re_job_lead .flex .txt_wrap .txt {
    margin-top: calc(48 / 1400 * 100vw);
  }
  .re_job_lead .links {
    gap: calc(19 / 1400 * 100vw);
    margin: calc(130 / 1400 * 100vw) 0 0;
  }
  .re_job_lead .links li {
    width: calc(20% - (19 / 1400 * 100vw * 4 / 5));
  }
  .re_job_lead .links li .re_button {
    padding: 0 calc(18 / 1400 * 100vw);
    border-radius: calc(10 / 1400 * 100vw);
    height: calc(74 / 1400 * 100vw);
  }
  .re_job_lead .links li .re_button::before {
    border-radius: calc(10 / 1400 * 100vw);
  }
  /* re_job_contents */
  .re_job_contents .head {
    padding-top: calc(180 / 1400 * 100vw);
  }
  .re_job_contents .head::after {
    clip-path: polygon(0 calc(180 / 1400 * 100vw), 100% calc(100% - (130 / 1400 * 100vw)), 100% 100%, 0% 100%);
  }
  .re_job_contents:nth-of-type(even) .head::after {
    clip-path: polygon(0 calc(100% - (130 / 1400 * 100vw)), 100% calc(180 / 1400 * 100vw), 100% 100%, 0% 100%);
  }
  .re_job_contents .head .in {
    padding: calc(190 / 1400 * 100vw) 0;
  }
  .re_job_contents .head .in .txt_wrap {
    max-width: calc(640 / 1400 * 100vw);
  }
  .re_job_contents .head .in .txt_wrap .ttl_h2 {
    margin-bottom: calc(20 / 1400 * 100vw);
    font-size: calc(58 / 1400 * 100vw);
  }
  .re_job_contents .head .in .txt_wrap .ttl_sub {
    padding: calc(9 / 1400 * 100vw) calc(10 / 1400 * 100vw);
    font-size: calc(26 / 1400 * 100vw);
  }
  .re_job_contents .head .in figure {
    width: calc(467 / 1400 * 100vw);
  }
  .re_job_contents:nth-of-type(4) .head .in figure {
    width: calc(475 / 1400 * 100vw);
  }
  .re_job_contents:nth-of-type(5) .head .in figure {
    width: calc(355 / 1400 * 100vw);
  }
  .re_job_contents:nth-of-type(6) .head .in figure {
    width: calc(380 / 1400 * 100vw);
  }
  .re_job_contents:nth-of-type(7) .head .in figure {
    width: calc(356 / 1400 * 100vw);
  }
  .re_job_contents .body {
    padding: calc(100 / 1400 * 100vw) 0 140px;
  }
  .re_job_contents .body .flex {
    gap: calc(20 / 1400 * 100vw);
  }
  .re_job_contents .body .flex .img_wrap {
    max-width: calc(761 / 1400 * 100vw);
    height: calc(470 / 1400 * 100vw);
  }
  .re_job_contents .body .flex .txt_wrap {
    max-width: calc(500 / 1400 * 100vw);
  }
  .re_job_contents .body .flex + .flex {
    margin-top: calc(70 / 1400 * 100vw);
  }
  .re_job_contents .body .flex .txt_wrap .ttl_h3 {
    padding-left: calc(22 / 1400 * 100vw);
    font-size: calc(30 / 1400 * 100vw);
    margin: 0 0 calc(37 / 1400 * 100vw);
    background: url(../img/recruit_renew/icon_sankaku.png) left center/calc(12 / 1400 * 100vw) auto no-repeat;
  }
  .re_job_contents .body .flex .txt_wrap .txt + .ttl_h3 {
    margin-top: calc(41 / 1400 * 100vw);
  }
  .interview_links {
    padding: calc(111 / 1400 * 100vw) 0 0;
  }
  .interview_links .ttl_h3 {
    margin-bottom: calc(30 / 1400 * 100vw);
    font-size: calc(26 / 1400 * 100vw);
  }
  .interview_links .list {
    gap: calc(18 / 1400 * 100vw);
    max-width: calc(1250 / 1400 * 100vw);
  }
  .interview_links .list li {
    width: calc(50% - (9 / 1400 * 100vw));
  }
  .interview_links .list li a {
    gap: calc(20 / 1400 * 100vw);
    height: calc(160 / 1400 * 100vw);
    padding-right: calc(74 / 1400 * 100vw);
    border: calc(2 / 1400 * 100vw) solid #034AAD;
    border-radius: calc(10 / 1400 * 100vw);
  }
  .interview_links .list li a::after {
    width: calc(54 / 1400 * 100vw);
    background: #034AAD url(../img/recruit_renew/icon_arrow_wh.png) center/calc(18 / 1400 * 100vw) auto no-repeat;
  }
  .interview_links .list li a .txt {
    font-size: calc(24 / 1400 * 100vw);
  }
  .interview_links .list li a .txt small {
    font-size: calc(16 / 1400 * 100vw);
    margin-top: calc(8 / 1400 * 100vw);
  }
  .interview_links .list li a figure {
    width: calc(236 / 1400 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  #job .re_kv .ttl_h2 img {
    width: calc(330 / 390 * 100vw);
  }
  .re_job_lead .flex {
    flex-direction: column;
    gap: calc(48 / 390 * 100vw);
  }
  .re_job_lead .flex figure {
    max-width: none;
    width: calc(315 / 390 * 100vw);
  }
  .re_job_lead .flex .txt_wrap {
    max-width: none;
    width: 100%;
  }
  .re_job_lead .flex .txt_wrap .txt {
    margin-top: calc(48 / 390 * 100vw);
  }
  .re_job_lead .links {
    gap: 0;
    margin: calc(120 / 390 * 100vw) calc(-20 / 390 * 100vw) 0;
  }
  .re_job_lead .links li {
    width: auto;
  }
  .re_job_lead .links li .re_button {
    align-items: flex-end;
    padding: 0 calc(11 / 390 * 100vw);
    text-align: center;
    height: calc(74 / 390 * 100vw);
    font-size: calc(14 / 390 * 100vw);
    letter-spacing: -0.05em;
    border-radius: 0;
    box-shadow: none;
  }
  .re_job_lead .links li .re_button::before {
    top: 50%;
    left: 0;
    width: 1px;
    height: calc(42 / 390 * 100vw);
    background: #fff;
    box-shadow: none;
    transform: translateY(-50%);
    opacity: 0.5;
  }
  .re_job_lead .links li:first-of-type .re_button::before {
    content: none;
  }
  .re_job_lead .links li .re_button span {
    margin-bottom: calc(32 / 390 * 100vw);
    line-height: 1.14;
  }
  .re_job_lead .links li:last-of-type .re_button span {
    margin-bottom: calc(27 / 390 * 100vw);
  }
  .re_job_lead .links li .re_button::after {
    width: calc(10 / 390 * 100vw);
    height: calc(10 / 390 * 100vw);
    left: 50%;
    top: auto;
    bottom: calc(12 / 390 * 100vw);
    transform: translateX(-50%);
  }
  .re_job_contents .head {
    padding: calc(50 / 390 * 100vw) calc(20 / 390 * 100vw) 0;
  }
  .re_job_contents .head .in {
    padding: calc(10 / 390 * 100vw) 0 calc(45 / 390 * 100vw);
  }
  .re_job_contents .head .in .txt_wrap {
    max-width: none;
  }
  .re_job_contents .head .in .txt_wrap .ttl_h2 {
    font-size: calc(30 / 390 * 100vw);
    text-align: left;
    margin-bottom: calc(20 / 390 * 100vw);
  }
  .re_job_contents .head .in .txt_wrap .ttl_sub {
    margin: 0;
    max-width: calc(174 / 390 * 100vw);
    padding: calc(5 / 390 * 100vw);
    font-size: calc(20 / 390 * 100vw);
    letter-spacing: 0;
  }
  .re_job_contents .head::after {
    clip-path: polygon(0 calc(50 / 390 * 100vw), 100% calc(100% - (75 / 390    * 100vw)), 100% 100%, 0% 100%);
  }
  .re_job_contents:nth-of-type(even) .head::after {
    clip-path: polygon(0 calc(100% - (75 / 390 * 100vw)), 100% calc(50 / 390 * 100vw), 100% 100%, 0% 100%);
  }
  .re_job_contents .head .in figure {
    right: calc(-30 / 390 * 100vw);
    width: calc(190 / 390 * 100vw);
  }
  .re_job_contents:nth-of-type(even) .head .in .txt_wrap {
    max-width: calc(174 / 390 * 100vw);
  }
  .re_job_contents .body {
    padding: calc(60 / 390 * 100vw) 0 calc(100 / 390 * 100vw);
  }
  .re_job_contents .body .flex {
    flex-direction: column !important;
    gap: calc(32 / 390 * 100vw);
  }
  .re_job_contents .body .flex + .flex {
    margin-top: calc(53 / 390 * 100vw);
  }
  .re_job_contents .body .flex .img_wrap {
    max-width: none;
    width: 100%;
    height: calc(215 / 390 * 100vw);
  }
  .re_job_contents .body .flex .txt_wrap {
    max-width: none;
    width: 100%;
  }
  .re_job_contents .body .flex .txt_wrap .ttl_h3 {
    font-size: calc(28 / 390 * 100vw);
    margin-bottom: calc(28 / 390 * 100vw);
    padding-left: calc(24 / 390 * 100vw);
    line-height: 1.5;
    background-size: calc(12 / 390 * 100vw) auto;
    background-position: top calc(16 / 390 * 100vw) left;
  }
  .re_job_contents .body .flex .txt_wrap .txt + .ttl_h3 {
    margin-top: calc(37 / 390 * 100vw);
  }
  .interview_links {
    padding-top: calc(59 / 390 * 100vw);
  }
  .interview_links .ttl_h3 {
    margin: 0 0 calc(30 / 390 * 100vw);
    font-size: calc(22 / 390 * 100vw);
  }
  .interview_links .list {
    gap: calc(20 / 390 * 100vw);
  }
  .interview_links .list li {
    width: 100%;
  }
  .interview_links .list li a {
    padding-right: calc(36 / 390 * 100vw);
    gap: calc(20 / 390 * 100vw);
    height: calc(132 / 390 * 100vw);
    border-radius: calc(10 / 390 * 100vw);
    border-width: calc(2 / 390 * 100vw);
  }
  .interview_links .list li a figure {
    width: calc(106 / 390 * 100vw);
  }
  .interview_links .list li a .txt {
    font-size: calc(20 / 390 * 100vw);
  }
  .interview_links .list li a .txt small {
    font-size: calc(14 / 390 * 100vw);
    margin-top: calc(10 / 390 * 100vw);
  }
  .interview_links .list li a::after {
    width: calc(36 / 390 * 100vw);
    background-size: calc(16 / 390 * 100vw) auto;
  }
  .re_job_contents:nth-of-type(4) .head .in figure {
    width: calc(191 / 390 * 100vw);
    left: calc(-20 / 390 * 100vw);
  }
  .re_job_contents:nth-of-type(5) .head .in figure {
    width: calc(146 / 390 * 100vw);
    right: 0;
  }
  .re_job_contents:nth-of-type(6) .head .in figure {
    width: calc(153 / 390 * 100vw);
    left: 0;
  }
  .re_job_contents:nth-of-type(7) .head .in figure {
    width: calc(153 / 390 * 100vw);
  right: 0;
  }
}

/* welfare ---------------------------------- */
#welfare .re_kv .ttl_h2 img {
  width: 896px;
}
.re_welfare_contents .block {
  display: flex;
  gap: 20px;
  justify-content: space-between;
  flex-direction: row-reverse;
  flex-wrap: wrap;
}
.re_welfare_contents .block:nth-of-type(even) {
  flex-direction: row;
}
.re_welfare_contents .block + .block {
  margin-top: 140px;
}
.re_welfare_contents .block .wide {
  width: 100%;
}
.re_welfare_contents .block .img_wrap {
  position: relative;
  overflow: hidden;
  max-width: 600px;
  height: 371px;
  width: 46%;
}
.re_welfare_contents .block .img_wrap img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.re_welfare_contents .block .txt_wrap {
  max-width: 650px;
  width: 50%;
  color: #fff;
}
.re_welfare_contents .block .txt_wrap .txt {
  margin-top: 31px;
  color: #fff;
}
.re_welfare_contents .block .txt_wrap .ttl_h2 {
  display: flex;
  align-items: center;
  gap: 19px;
}
.re_welfare_contents .block .txt_wrap .ttl_h2 img {
  position: static;
  height: 97px;
  width: auto;
}
.re_welfare_contents .block .wide .box {
  display: flex;
  align-items: center;
  gap: 106px;
  max-width: 1094px;
  width: 100%;
  padding: 70px 80px;
  margin: 60px auto 0;
  background: rgb(255 255 255 / 0.3);
}
.re_welfare_contents .block .wide .box figure {
  position: relative;
  overflow: hidden;
  max-width: 480px;
  height: 297px;
  width: 52%;
}
.re_welfare_contents .block .wide .box figure img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.re_welfare_contents .block .wide .box dl {
  margin: 0;
}
.re_welfare_contents .block .wide .box dt {
  font-size: 26px;
  font-weight: 500;
  color: #fff;
  background: #023367;
  padding: 0 5px;
  width: max-content;
}
.re_welfare_contents .block .wide .box dd {
  margin-top: 29px;
  font-size: 18px;
  color: #fff;
  line-height: 2;
}
.re_welfare_contents .block .wide .loop_slide {
  margin-top: 100px;
}
.re_welfare_contents .block .wide .loop_slide .swiper-wrapper {
  display: flex;
  transition-timing-function: linear;
}
.re_welfare_contents .block .wide .loop_slide .swiper-slide {
  position: relative;
  overflow: hidden;
  width: 320px;
  height: 198px;
  margin-right: 20px;
  box-shadow: 0 30px 58px rgb(0 31 64 / 0.68);
}
.re_welfare_contents .block .wide .loop_slide .swiper-slide img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media screen and (max-width: 1400px) {
  #welfare .re_kv .ttl_h2 img {
    width: calc(896 / 1400 * 100vw);
  }
  .re_welfare_contents .block {
    gap: calc(20 / 1400 * 100vw);
  }
  .re_welfare_contents .block + .block {
    margin-top: calc(140 / 1400 * 100vw);
  }
  .re_welfare_contents .block .img_wrap {
    max-width: calc(600 / 1400 * 100vw);
    height: calc(371 / 1400 * 100vw);
  }
  .re_welfare_contents .block .txt_wrap {
    max-width: calc(650 / 1400 * 100vw);
  }
  .re_welfare_contents .block .txt_wrap .txt {
    margin-top: calc(31 / 1400 * 100vw);
  }
  .re_welfare_contents .block .txt_wrap .ttl_h2 {
    gap: calc(19 / 1400 * 100vw);
  }
  .re_welfare_contents .block .txt_wrap .ttl_h2 img {
    height: calc(97 / 1400 * 100vw);
  }
  .re_welfare_contents .block .wide .box {
    gap: calc(106 / 1400 * 100vw);
    max-width: calc(1094 / 1400 * 100vw);
    padding: calc(70 / 1400 * 100vw) calc(80 / 1400 * 100vw);
    margin: calc(60 / 1400 * 100vw) auto 0;
  }
  .re_welfare_contents .block .wide .box figure {
    max-width: calc(480 / 1400 * 100vw);
    height: calc(297 / 1400 * 100vw);
  }
  .re_welfare_contents .block .wide .box dt {
    font-size: calc(26 / 1400 * 100vw);
    padding: 0 calc(5 / 1400 * 100vw);
  }
  .re_welfare_contents .block .wide .box dd {
    margin-top: calc(29 / 1400 * 100vw);
    font-size: calc(18 / 1400 * 100vw);
  }
  .re_welfare_contents .block .wide .loop_slide {
    margin-top: calc(100 / 1400 * 100vw);
  }
  .re_welfare_contents .block .wide .loop_slide .swiper-slide {
    width: calc(320 / 1400 * 100vw);
    height: calc(198 / 1400 * 100vw);
    margin-right: calc(20 / 1400 * 100vw);
    box-shadow: 0 calc(30 / 1400 * 100vw) calc(58 / 1400 * 100vw) rgb(0 31 64 / 0.68);
  }
}
@media screen and (max-width: 767px) {
  #welfare .re_kv .ttl_h2 img {
    width: calc(380 / 390 * 100vw);
  }
  .re_welfare_contents .block {
    position: relative;
    gap: calc(30 / 390 * 100vw);
    flex-direction: column !important;
  }
  .re_welfare_contents .block .txt_wrap {
    max-width: none;
    width: 100%;
  }
  .re_welfare_contents .block .img_wrap {
    max-width: none;
    width: calc(100% + (20 / 390 * 100vw));
    height: calc(228 / 390 * 100vw);
  }
  .re_welfare_contents .block .txt_wrap .ttl_h2 {
    position: static;
    display: block;
  }
  .re_welfare_contents .block .txt_wrap .ttl_h2 img {
    position: absolute;
    top: calc(-40 / 390 * 100vw);
    left: calc(10 / 390 * 100vw);
    z-index: 2;
    height: calc(70 / 390 * 100vw);
  }
  .re_welfare_contents .block .txt_wrap .txt {
    margin-top: calc(45 / 390 * 100vw);
  }
  .re_welfare_contents .block + .block {
    margin-top: calc(95 / 390 * 100vw);
  }
  .re_welfare_contents .block:nth-of-type(even) .img_wrap {
    margin-left: calc(-20 / 390 * 100vw);
  }
  .re_welfare_contents .block:nth-of-type(even) .ttl_h2 img {
    right: calc(10 / 390 * 100vw);
    left: auto;
  }
  .re_welfare_contents .block .wide .box {
    flex-direction: column;
    gap: calc(30 / 390 * 100vw);
    margin-top: calc(26 / 390 * 100vw);
    max-width: none;
    width: 100%;
    padding: calc(40 / 390 * 100vw) calc(20 / 390 * 100vw);
  }
  .re_welfare_contents .block .wide .box figure {
    max-width: none;
    width: 100%;
    height: calc(191 / 390 * 100vw);
  }
  .re_welfare_contents .block .wide .box dt {
    margin: 0 auto;
    font-size: calc(24 / 390 * 100vw);
    padding: 0 calc(5 / 390 * 100vw);
  }
  .re_welfare_contents .block .wide .box dd {
    margin-top: calc(24 / 390 * 100vw);
    font-size: calc(18 / 390 * 100vw);
    font-weight: 500;
  }
  .re_welfare_contents .block .wide .loop_slide {
    margin-top: calc(80 / 390 * 100vw);
  }
  .re_welfare_contents .block .wide .loop_slide .swiper-slide {
    width: calc(281 / 390 * 100vw);
    height: calc(174 / 390 * 100vw);
    margin: 0 calc(8 / 390 * 100vw);
    box-shadow: 0 calc(30 / 390 * 100vw) calc(58 / 390 * 100vw) rgb(0 31 64 / 0.68);
  }
}

/* staff ---------------------------------- */
#staff .re_kv .ttl_h2 img {
  width: 548px;
}
.re_staff_lead {
  padding-bottom: 160px;
}
.re_staff_lead .ttl_h2 {
  color: #fff;
  text-align: center;
  margin-bottom: 72px;
}
.re_staff_lead .ttl_h2 small {
  display: block;
  color: #fff;
  margin-bottom: 16px;
}
.re_staff_lead .movie {
  display: block;
  max-width: 1094px;
  width: 100%;
  aspect-ratio: 1 / 0.56;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
}
.re_staff_lead .movie > * {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  top: 0;
  left: 0;
}
.re_staff_lead .block + .block {
  margin-top: 135px;
}
/* re_interview */
article:not(#home) .re_interview {
  background: url(../img/recruit_renew/wh_bg.jpg) center/cover no-repeat;
  padding: 160px 0;
}
article:not(#home) .re_interview .under_ttl {
  margin-bottom: 72px;
  text-align: center;
}
article:not(#home) .re_interview .under_ttl .sub_head {
  margin: 0 auto 12px;
  background: #023367;
  color: #fff;
  border-color: #FDD736;
}
article:not(#home) .re_interview .under_ttl .sub_head span {
  color: #FDD736;
}
@media screen and (max-width: 1400px) {
  .re_staff_lead {
    padding-bottom: calc(160 / 1400 * 100vw);
  }
  #staff .re_kv .ttl_h2 img {
    width: calc(548 / 1400 * 100vw);
  }
  .re_staff_lead .ttl_h2 {
    margin-bottom: calc(72 / 1400 * 100vw);
  }
  .re_staff_lead .ttl_h2 small {
    margin-bottom: calc(16 / 1400 * 100vw);
  }
  .re_staff_lead .movie {
    max-width: calc(1094 / 1400 * 100vw);
  }
  .re_staff_lead .block + .block {
    margin-top: calc(135 / 1400 * 100vw);
  }
  /* re_interview */
  article:not(#home) .re_interview {
    padding: calc(160 / 1400 * 100vw) 0;
  }
  article:not(#home) .re_interview .under_ttl {
    margin-bottom: calc(72 / 1400 * 100vw);
  }
  article:not(#home) .re_interview .under_ttl .sub_head {
    margin: 0 auto calc(12 / 1400 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .re_staff_lead {
    padding-bottom: calc(120 / 390 * 100vw);
  }
  #staff .re_kv .ttl_h2 img {
    width: calc(300 / 390 * 100vw);
  }
  .re_staff_lead .ttl_h2 small {
    font-size: calc(18 / 390 * 100vw);
    margin-bottom: calc(16 / 390 * 100vw);
  }
  .re_staff_lead .block + .block {
    margin-top: calc(97 / 390 * 100vw);
  }
  article:not(#home) .re_interview {
    padding: calc(120 / 390 * 100vw) 0;
  }
  article:not(#home) .re_interview .under_ttl {
    margin-bottom: calc(52 / 390 * 100vw);
  }
  .re_staff_lead .movie {
    max-width: none;
  }
  .re_staff_lead .ttl_h2 {
    margin-bottom: calc(50 / 390 * 100vw);
  }
}

/* opinions ---------------------------------- */
#opinions .re_kv .ttl_h2 img {
  width: 657px;
}
.re_opinions {
  padding-bottom: 90px;
}
.re_opinions img {
  width: 100%;
}
.re_opinions .in {
  display: flex;
  gap: 80px;
  flex-wrap: wrap;
  max-width: 1121px;
}
.re_opinions .in .item {
  width: calc(50% - 40px);
}
.re_opinions .in .movie {
  display: block;
  position: relative;
  aspect-ratio: 1 / 0.56;
  overflow: hidden;
}
.re_opinions .in .movie > * {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.re_opinions .in .ttl {
  margin: 16px 0 0;
  color: #fff;
  font-size: 18px;
  font-weight: 500;
}
@media screen and (max-width: 1400px) {
  #opinions .re_kv .ttl_h2 img {
    width: calc(657 / 1400 * 100vw);
  }
  .re_opinions {
    padding-bottom: calc(90 / 1400 * 100vw);
  }
  .re_opinions .in {
    gap: calc(80 / 1400 * 100vw);
    max-width: calc(1121 / 1400 * 100vw);
  }
  .re_opinions .in .item {
    width: calc(50% - (40 / 1400 * 100vw));
  }
  .re_opinions .in .ttl {
    margin: calc(16 / 1400 * 100vw) 0 0;
    font-size: calc(18 / 1400 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  #opinions .re_kv .ttl_h2 img {
    width: calc(360 / 390 * 100vw);
  }
  .re_opinions .in {
    max-width: none;
    width: 100%;
    gap: calc(55 / 390 * 100vw);
  }
  .re_opinions .in .item {
    width: 100%;
  }
  .re_opinions .in .ttl {
    font-size: calc(16 / 390 * 100vw);
    margin-top: calc(16 / 390 * 100vw);
  }
}

/* question ---------------------------------- */
#question .re_kv .ttl_h2 img {
  width: 841px;
}
.re_question .in {
  display: flex;
  gap: 140px 20px;
  flex-wrap: wrap;
  justify-content: space-between;
}
.re_question .block {
  display: flex;
  width: 100%;
  gap: 20px;
  justify-content: space-between;
}
.re_question .block .img_wrap {
  position: relative;
  overflow: hidden;
  max-width: 606px;
  height: 375px;
  width: 47%;
}
.re_question .block .img_wrap img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.re_question .block .txt_wrap {
  max-width: 650px;
  width: 50%;
  color: #fff;
}
.re_question .block .txt_wrap .ttl_h3 {
  font-size: 36px;
  font-weight: 500;
  margin: 0 0 53px;
}
.re_question .block .txt_wrap .ttl_h3 .sub_head {
  display: block;
  width: max-content;
  padding: 3px 12px 3px 8px;
  margin-bottom: 12px;
  font-size: 20px;
  font-weight: 500;
  font-family: var(--new-font-en);
  background: rgb(255 255 255 / 0.7);
  color: #023367;
  border-left: 2px solid #023367;
}
.re_question .block .txt_wrap .answer {
  position: relative;
  padding: 57px 31px 40px;
  background: rgb(255 255 255 / 0.2);
  border: 1px solid rgb(255 255 255 / 0.3);
}
.re_question .block .txt_wrap .answer .txt {
  color: #fff;
}
.re_question .block .txt_wrap .answer .ttl {
  position: absolute;
  top: 0;
  left: 30px;
  padding: 5px 8px;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  background: #FF5757;
  font-size: 20px;
  font-family: var(--new-font-en);
  font-weight: 500;
  color: #fff;
}

.renewal_wrap .txt.grid {
  display: flex;
  flex-wrap: wrap;
  gap: 0 10px;
} 
.renewal_wrap .txt.grid span:not(.note, .indent) {
  width: 80px;
}
.renewal_wrap .txt.grid span:not(.note, .indent) + span.indent {
  width: calc(100% - 90px);
}
.renewal_wrap .txt.grid.grid2 span:not(.note, .indent) {
  width: max-content;
  min-width: max-content;
}
.renewal_wrap .txt.grid.grid2 span:not(.note, .indent) + span.indent {
  width: auto;
}
.renewal_wrap .txt.grid span.indent span {
  display: block;
  width: 100%;
  text-indent: -1em;
  padding-left: 1em;
}
.renewal_wrap .txt.grid span.note {
  text-indent: -1em;
  padding-left: 1em;
}

.re_question .block.col2 {
  max-width: 606px;
  width: 50%;
}
.re_question .block.col2 .txt_wrap {
  max-width: none;
  width: 100%;
}
.re_question .block.wide .txt_wrap {
  max-width: none;
  width: 100%;
}
.renew .data_box {
  padding: 89px 111px 97px !important;
}
.renew .data_box dt {
  margin-bottom: 30px;
  text-align: center;
  font-size: 26px;
  color: #fff;
  background: #023367;
}
.renew .data_box dl {
  margin-bottom: 0;
}
.renew .data_box dl + dl {
  margin-top: 36px;
}
.renew .data_box dd {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  padding: 0 20px;
}
.renew .data_box dd p {
  width: calc(33.33% - (20px * 2 / 3));
}
@media screen and (max-width: 1400px) {
  #question .re_kv .ttl_h2 img {
    width: calc(841 / 1400 * 100vw);
  }
  .re_question .in {
    gap: calc(140 / 1400 * 100vw) calc(20 / 1400 * 100vw);
  }
  .re_question .block {
    gap: calc(20 / 1400 * 100vw);
  }
  .re_question .block .img_wrap {
    max-width: calc(606 / 1400 * 100vw);
    height: calc(375 / 1400 * 100vw);
  }
  .re_question .block .txt_wrap {
    max-width: calc(650 / 1400 * 100vw);
  }
  .re_question .block .txt_wrap .ttl_h3 {
    font-size: calc(36 / 1400 * 100vw);
    margin: 0 0 calc(53 / 1400 * 100vw);
  }
  .re_question .block .txt_wrap .ttl_h3 .sub_head {
    padding: calc(3 / 1400 * 100vw) calc(12 / 1400 * 100vw) calc(3 / 1400 * 100vw) calc(8 / 1400 * 100vw);
    margin-bottom: calc(12 / 1400 * 100vw);
    font-size: calc(20 / 1400 * 100vw);
    border-left: calc(2 / 1400 * 100vw) solid #023367;
  }
  .re_question .block .txt_wrap .answer {
    padding: calc(57 / 1400 * 100vw) calc(31 / 1400 * 100vw) calc(40 / 1400 * 100vw);
  }
  .re_question .block .txt_wrap .answer .ttl {
    left: calc(30 / 1400 * 100vw);
    padding: calc(5 / 1400 * 100vw) calc(8 / 1400 * 100vw);
    border-bottom-left-radius: calc(5 / 1400 * 100vw);
    border-bottom-right-radius: calc(5 / 1400 * 100vw);
    font-size: calc(20 / 1400 * 100vw);
  }
  .re_question .block.col2 {
    max-width: calc(606 / 1400 * 100vw);
  }
  .renew .data_box {
    padding: calc(89 / 1400 * 100vw) calc(111 / 1400 * 100vw) calc(97 / 1400 * 100vw) !important;
  }
  .renew .data_box dt {
    margin-bottom: calc(30 / 1400 * 100vw);
    font-size: calc(26 / 1400 * 100vw);
  }
  .renew .data_box dl + dl {
    margin-top: calc(36 / 1400 * 100vw);
  }
  .renew .data_box dd {
    gap: calc(20 / 1400 * 100vw);
    padding: 0 calc(20 / 1400 * 100vw);
  }
  .renew .data_box dd p {
    width: calc(33.33% - (20 / 1400 * 100vw * 2 / 3));
  }
}
@media screen and (max-width: 767px) {
  #question .re_kv .ttl_h2 img {
    width: calc(360 / 390 * 100vw);
  }
  .re_question .block {
    flex-direction: column;
    gap: calc(40 / 390 * 100vw);
  }
  .re_question .block .img_wrap {
    max-width: none;
    width: 100%;
    height: calc(215 / 390 * 100vw);
  }
  .re_question .block .txt_wrap {
    width: 100%;
    max-width: none;
  }
  .re_question .block .txt_wrap .ttl_h3 {
    margin-bottom: calc(52 / 390 * 100vw);
    font-size: calc(34 / 390 * 100vw);
    line-height: 1.55;
  }
  .re_question .block .txt_wrap .ttl_h3 .sub_head {
    padding: calc(3 / 390 * 100vw) calc(8 / 390 * 100vw);
    font-size: calc(18 / 390 * 100vw);
    margin-bottom: calc(15 / 390 * 100vw);
    border-left-width: calc(2 / 390 * 100vw);
  }
  .re_question .block .txt_wrap .answer {
    padding: calc(50 / 390 * 100vw) calc(20 / 390 * 100vw);
  }
  .re_question .block .txt_wrap .answer .re_button {
    margin-top: calc(45 / 390 * 100vw);
  }
  .re_question .block .txt_wrap .answer .ttl {
    left: 50%;
    transform: translateX(-50%);
    font-size: calc(18 / 390 * 100vw);
    padding: calc(4 / 390 * 100vw) calc(9 / 390 * 100vw) calc(3 / 390 * 100vw);
    border-bottom-left-radius: calc(5 / 390 * 100vw);
    border-bottom-right-radius: calc(5 / 390 * 100vw);
  }
  .re_question .in {
    gap: calc(100 / 390 * 100vw);
  }
  .re_question .block.col2 {
    max-width: none;
    width: 100%;
  }
  .renew .data_box {
    padding: calc(57 / 390 * 100vw) calc(20 / 390 * 100vw) calc(47 / 390 * 100vw) !important;
  }
  .renew .data_box dt {
    margin-bottom: calc(25 / 390 * 100vw);
    font-size: calc(22 / 390 * 100vw);
  }
  .renew .data_box dd {
    padding: 0;
    gap: 0;
  }
  .renew .data_box dd p {
    width: 50%;
  }
}

/* re_recruit ---------------------------------- */
.re_recruit .fv_ttl {
  padding: 183px 0 160px;
  color: #fff;
}
.re_recruit .fv_ttl .sub_head {
  margin-bottom: 20px;
  font-size: 62px;
  font-weight: 500;
  font-family: var(--new-font-en);
  line-height: 1;
}
.re_recruit .fv_ttl .ttl_h2 {
  font-size: 28px;
}
.re_recruit .block {
  background: #fff;
  padding: 37px 48px 92px;
}
.re_recruit .block + .block {
  margin-top: 64px;
}
.re_recruit table:not(.table2) {
  width: 100%;
  border-spacing: 0 20px;
  border-collapse: separate;
}
.re_recruit table:not(.table2) tr {
  display: block;
  border-top: 1px solid #B8C6D5;
}
.re_recruit table:not(.table2) tr:last-of-type {
  border-bottom: 1px solid #B8C6D5;
}
.re_recruit table:not(.table2) th,
.re_recruit table:not(.table2) td {
  vertical-align: middle;
  font-size: 16px;
  padding: 8px;
  color: #023367;
}
.re_recruit table:not(.table2) th {
  width: 288px;
  min-width: 288px;
  text-align: center;
}
.re_recruit table:not(.table2) td {
  width: 100%;
  padding-left: 73px;
  padding-right: 72px;
  border-left: 1px solid #B8C6D5;
}
.re_recruit table:not(.table2) td strong {
  font-weight: 500;
}
.re_recruit table:not(.table2) td .arrow span:not(:first-of-type) {
  padding-left: 30px;
  background: url(../img/recruit_renew/icon_arrow_bl.png) center left 8px/12px auto no-repeat;
}
.re_recruit * + .check_list {
  margin-top: 12px;
}
.re_recruit .check_list li {
  position: relative;
  padding-left: 20px;
}
.re_recruit .check_list li + li {
  margin-top: 0.5em;
}
.re_recruit .check_list li::before {
  position: absolute;
  left: 0;
  top: 5px;
  content: "";
  width: 15px;
  height: 15px;
  background: url(../img/recruit_renew/icon_check.png) center/contain no-repeat;
}
.re_recruit .check_list li .ttl {
  font-weight: 600;
  margin: 0;
}
.re_recruit .check_list li + li .ttl {
  margin-top: 16px;
}
.re_recruit .ttl_h2 img {
  position: static;
  margin-bottom: 20px;
}
.re_recruit .ttl_h2 img.information {
  width: 387px;
}
.re_recruit .ttl_h2 img.condition {
  width: 337px;
}
.re_recruit .ttl_h2 img.benefits {
  width: 305px;
}
.re_recruit .ttl_h2 span {
  display: block;
  width: max-content;
  background: #023367;
  color: #fff;
  font-size: 26px;
  font-weight: 500;
  padding: 5px;
  line-height: 1;
}
.re_recruit .flow {
  padding: 0;
  margin: 0;
}
.re_recruit .flow li {
  position: relative;
  padding-left: 20px;
}
.re_recruit .flow li span {
  position: absolute;
  left: 0;
  top: 0;
  font-weight: 600;
}
.re_recruit .flow li + li {
  margin-top: 38px;
}
.re_recruit .flow li + li::before {
  position: absolute;
  top: -25px;
  left: 35px;
  content: "";
  width: 9px;
  height: 9px;
  border-top: 2px solid #023367;
  border-right: 2px solid #023367;
  transform: rotate(135deg);
}
.re_recruit .link_tel_wrap {
  width: max-content;
}
.re_recruit .link_tel_wrap .link_tel {
  color: #023367;
}
.re_recruit .link_tel_wrap .link_tel + .note {
  color: #023367;
}
.re_recruit .link_tel_wrap .link_tel::before {
  background-image: url(../img/recruit_renew/icon_phone_bl.png);
}
.re_recruit table.table2 {
  margin-top: 11px;
  width: 100%;
  border: 1px solid #77828E;
}
.re_recruit table.table2 tr {
  border: none !important;
  display: table-row;
}
.re_recruit table.table2 th,
.re_recruit table.table2 td {
  width: auto !important;
  min-width: auto !important;
  padding: 13px;
  text-align: center;
  border-left: 1px solid #77828E !important;
}
.re_recruit table.table2 th {
  font-weight: 400;
}
.re_recruit table.table2 th small {
  font-size: 12px;
}
.re_recruit table.table2 td {
  font-weight: 500;
  background: rgb(54 182 255 / 0.3);
}
.re_recruit .table_sp {
  display: none;
}
.re_recruit ol:not(.flow) {
  padding: 0;
  margin: 0;
}
.re_recruit ol:not(.flow) li {
  position: relative;
}
.re_recruit ol:not(.flow) li + li {
  margin-top: 16px;
}
.re_recruit ol:not(.flow) li .ttl {
  margin-bottom: 5px;
  width: max-content;
  border-bottom: 1px solid #023367;
}
.re_recruit ol:not(.flow) li .ttl span {
  padding-right: 10px;
  font-weight: 600;
}
.re_recruit ol:not(.flow) li .txt {
  padding-left: 20px;
}
.re_recruit .note {
  display: block;
  margin-top: 16px;
  font-size: 14px;
  text-indent: -1em;
  padding-left: 1em;
  line-height: 1.7;
}
@media screen and (max-width: 1400px) {
  .re_recruit .fv_ttl {
    padding: calc(183 / 1400 * 100vw) 0 calc(160 / 1400 * 100vw);
  }
  .re_recruit .fv_ttl .sub_head {
    margin-bottom: calc(20 / 1400 * 100vw);
    font-size: calc(62 / 1400 * 100vw);
  }
  .re_recruit .fv_ttl .ttl_h2 {
    font-size: calc(28 / 1400 * 100vw);
  }
  .re_recruit .block {
    padding: calc(37 / 1400 * 100vw) calc(48 / 1400 * 100vw) calc(92 / 1400 * 100vw);
  }
  .re_recruit .block + .block {
    margin-top: calc(64 / 1400 * 100vw);
  }
  .re_recruit table:not(.table2) {
    border-spacing: 0 calc(20 / 1400 * 100vw);
  }
  .re_recruit table:not(.table2) th,
  .re_recruit table:not(.table2) td {
    font-size: calc(16 / 1400 * 100vw);
    padding: calc(8 / 1400 * 100vw);
  }
  .re_recruit table:not(.table2) th {
    width: calc(288 / 1400 * 100vw);
    min-width: calc(288 / 1400 * 100vw);
  }
  .re_recruit table:not(.table2) td {
    padding-left: calc(73 / 1400 * 100vw);
    padding-right: calc(72 / 1400 * 100vw);
  }
  .re_recruit table:not(.table2) td .arrow span:not(:first-of-type) {
    padding-left: calc(30 / 1400 * 100vw);
    background: url(../img/recruit_renew/icon_arrow_bl.png) center left calc(8 / 1400 * 100vw)/calc(12 / 1400 * 100vw) auto no-repeat;
  }
  .re_recruit * + .check_list {
    margin-top: calc(12 / 1400 * 100vw);
  }
  .re_recruit .check_list li {
    padding-left: calc(20 / 1400 * 100vw);
  }
  .re_recruit .check_list li::before {
    top: calc(5 / 1400 * 100vw);
    width: calc(15 / 1400 * 100vw);
    height: calc(15 / 1400 * 100vw);
  }
  .re_recruit .check_list li + li .ttl {
    margin-top: calc(16 / 1400 * 100vw);
  }
  .re_recruit .ttl_h2 img {
    margin-bottom: calc(20 / 1400 * 100vw);
  }
  .re_recruit .ttl_h2 img.information {
    width: calc(387 / 1400 * 100vw);
  }
  .re_recruit .ttl_h2 img.condition {
    width: calc(337 / 1400 * 100vw);
  }
  .re_recruit .ttl_h2 img.benefits {
    width: calc(305 / 1400 * 100vw);
  }
  .re_recruit .ttl_h2 span {
    font-size: calc(26 / 1400 * 100vw);
    padding: calc(5 / 1400 * 100vw);
  }
  .re_recruit .flow li {
    padding-left: calc(20 / 1400 * 100vw);
  }
  .re_recruit .flow li + li {
    margin-top: calc(38 / 1400 * 100vw);
  }
  .re_recruit .flow li + li::before {
    top: calc(-25 / 1400 * 100vw);
    left: calc(35 / 1400 * 100vw);
    width: calc(9 / 1400 * 100vw);
    height: calc(9 / 1400 * 100vw);
    border-top: calc(2 / 1400 * 100vw) solid #023367;
    border-right: calc(2 / 1400 * 100vw) solid #023367;
  }
  .re_recruit table.table2 {
    margin-top: calc(11 / 1400 * 100vw);
  }
  .re_recruit table.table2 th,
  .re_recruit table.table2 td {
    padding: calc(13 / 1400 * 100vw);
  }
  .re_recruit table.table2 th small {
    font-size: calc(12 / 1400 * 100vw);
  }
  .re_recruit ol:not(.flow) li + li {
    margin-top: calc(16 / 1400 * 100vw);
  }
  .re_recruit ol:not(.flow) li .ttl {
    margin-bottom: calc(5 / 1400 * 100vw);
  }
  .re_recruit ol:not(.flow) li .ttl span {
    padding-right: calc(10 / 1400 * 100vw);
  }
  .re_recruit ol:not(.flow) li .txt {
    padding-left: calc(20 / 1400 * 100vw);
  }
  .re_recruit .note {
    margin-top: calc(16 / 1400 * 100vw);
    font-size: calc(14 / 1400 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .re_recruit .fv_ttl {
    padding: calc(115 / 390 * 100vw) 0 calc(70 / 390 * 100vw);
  }
  .re_recruit .fv_ttl .sub_head {
    margin-bottom: calc(13 / 390 * 100vw);
    font-size: calc(38 / 390 * 100vw);
    line-height: 1.28;
  }
  .re_recruit .fv_ttl .ttl_h2 {
    font-size: calc(18 / 390 * 100vw);
  }
  .re_recruit .block {
    padding: calc(20 / 390 * 100vw) calc(20 / 390 * 100vw) calc(56 / 390 * 100vw);
  }
  .re_recruit .ttl_h2 span {
    font-size: calc(22 / 390 * 100vw);
    padding: calc(5 / 390 * 100vw);
  }
  .re_recruit table:not(.table2) {
    margin-top: calc(32 / 390 * 100vw);
    border-spacing: 0;
    border-collapse: collapse;
  }
  .re_recruit table:not(.table2) th, .re_recruit table:not(.table2) td {
    display: block;
    min-width: auto;
    width: 100%;
    font-size: calc(16 / 390 * 100vw);
  }
  .re_recruit table:not(.table2) th {
    text-align: left;
    padding: calc(24 / 390 * 100vw) calc(8 / 390 * 100vw) calc(16 / 390 * 100vw);
  }
  .re_recruit table:not(.table2) td {
    border: none;
    padding: 0 calc(8 / 390 * 100vw) calc(24 / 390 * 100vw);
  }
  .re_recruit table:not(.table2) td .arrow span:not(:first-of-type) {
    padding-left: calc(30 / 390 * 100vw);
    background: url(../img/recruit_renew/icon_arrow_bl.png) center left calc(8 / 390 * 100vw) / calc(12 / 390 * 100vw) auto no-repeat;
  }
  .re_recruit * + .check_list {
    margin-top: calc(7 / 390 * 100vw);
  }
  .re_recruit .check_list li {
    padding-left: calc(21 / 390 * 100vw);
  }
  .re_recruit .check_list li::before {
    width: calc(15 / 390 * 100vw);
    height: calc(15 / 390 * 100vw);
    top: calc(5 / 390 * 100vw);
  }
  .re_recruit .flow li {
    padding-left: calc(21 / 390 * 100vw);
  }
  .re_recruit .flow li small {
    display: block;
  }
  .re_recruit .flow li + li {
    margin-top: calc(54 / 390 * 100vw);
  }
  .re_recruit .flow li + li::before {
    width: calc(9 / 390 * 100vw);
    height: calc(9 / 390 * 100vw);
    top: calc(-33 / 390 * 100vw);
    left: calc(35 / 390 * 100vw);
    border-width: calc(2 / 390 * 100vw);
  }
  .re_recruit ol:not(.flow) li .ttl {
    margin-bottom: calc(5 / 390 * 100vw);
  }
  .re_recruit .check_list li + li {
    margin-top: calc(16 / 390 * 100vw);
  }
  .re_recruit ol:not(.flow) li .txt {
    padding-left: calc(20 / 390 * 100vw);
  }
  .re_recruit .block + .block {
    margin-top: calc(40 / 390 * 100vw);
  }
  .re_recruit .ttl_h2 img {
    margin-bottom: calc(10 / 390 * 100vw);
  }
  .re_recruit .ttl_h2 img.information {
    width: calc(260 / 390 * 100vw);
  }
  .re_recruit .ttl_h2 img.condition {
    width: calc(230 / 390 * 100vw);
  }
  .re_recruit .ttl_h2 img.benefits {
    width: calc(220 / 390 * 100vw);
  }
  .re_recruit table:not(.table2) td strong {
    display: block;
    margin-bottom: calc(-12 / 390 * 100vw);
  }
  .re_recruit .table2.table_pc {
    display: none;
  }
  .re_recruit .table_sp {
    display: block;
  }
  .re_recruit table.table2 th, .re_recruit table.table2 td {
    display: table-cell;
    width: 50% !important;
    text-align: center;
  }
  .re_recruit table.table2 th {
    padding: calc(14 / 390 * 100vw) 0;
  }
  .re_recruit table.table2 td {
    padding: calc(6 / 390 * 100vw) 0 calc(11 / 390 * 100vw);
  }
  .re_recruit table.table2 th small {
    font-size: calc(12 / 390 * 100vw);
  }
  .re_recruit table.table2 {
    margin-top: calc(8 / 390 * 100vw);
  }
  .re_recruit .note {
    margin-top: calc(8 / 390 * 100vw);
    font-size: calc(14 / 390 * 100vw);
  }
}

/* data ---------------------------------- */
#data .re_kv .ttl_h2 img {
  width: 803px;
}
.re_data_contents img {
  display: block;
  width: 100%;
}
.re_data_contents {
  padding: 0 50px;
}
.re_data_contents .in {
  display: flex;
  flex-wrap: wrap;
  gap: 36px;

  width: 100%;
}
.re_data_contents .block {
  width: 100%;
  background: #fff;
  padding: 40px 40px 54px;
}
.re_data_contents .block.col2 {
  width: calc(50% - 18px);
}
.re_data_contents .block.col3 {
  padding-top: 18px;
  padding-bottom: 26px;
  width: calc(33.33% - (36px * 2 / 3));
}
.re_data_contents .block.col4 {
  padding-top: 18px;
  padding-bottom: 58px;
  width: calc(22.14% - (36px * 3 / 4));
  padding-right: 30px;
  padding-left: 30px;
}
.re_data_contents .block .ttl_h3 {
  position: relative;
  margin: 0;
  font-size: 20px;
  font-weight: 500;
  color: #023367;
}
.re_data_contents .block .ttl_h3::before {
  position: absolute;
  left: -16px;
  top: 50%;
  content: "";
  width: 12px;
  height: 10px;
  background: url(../img/recruit_renew/icon_sankaku.png) center left/contain no-repeat;
  transform: translateY(-50%);
}
.re_data_contents .block .txt {
  margin-top: 5px;
  font-size: 14px;
  font-weight: 500;
  color: #023367;
  line-height: 1.42;
}
.re_data_contents .data_box {
  background: rgb(255 255 255 / 0.2);
  border: 1px solid rgb(255 255 255 / 0.3);
}
.re_data_contents .data_box dd {
  row-gap: 60px;
}
.re_data_contents .data_box dd p {
  width: calc(25% - (20px * 3 / 4));
  color: #fff;
}
.re_data_contents .data_box dl + dl {
  margin-top: 80px;
}
.re_data_contents .school {
  margin-top: 100px;
}
.re_data_contents .school .ttl_h2 {
  margin-bottom: 53px;
  color: #fff;
}
/* graph ---------- */
#data .graph {
  position: relative;
}
#data .graph .number {
  font-size: 20px;
  font-weight: 500;
  color: #034AAD;
  margin: 0;
  text-align: center;
}
#data .graph .number small {
  font-size: 20px;
}
#data .graph .count-up-no {
  font-family: var(--new-font-en);
  font-size: 36px;
  font-weight: 500;
  color: #034AAD;
}
/* data1 */
#data .block.data1 img {
  max-width: 1177px;
  margin: 100px auto 0;
}
#data .block.data1 .number:nth-of-type(2) {
  position: relative;
  display: flex;
  text-align: center;
  width: 100px;
  height: 100px;
  border-radius: 100%;
  background: #fff;
  margin-top: 34px;
}
#data .block.data1 .number:nth-of-type(2) span {
  position: absolute;
  left: 50%;
  top: 19px;
  transform: translateX(-50%);
}
#data .block.data1 .number:nth-of-type(2) small {
  position: absolute;
  bottom: 11px;
  left: 50%;
  transform: translateX(-50%);
}
#data .block.data1 .graph1 {
  position: absolute;
  top: -47px;
  left: 103px;
}
#data .block.data1 .graph2 {
  position: absolute;
  top: 47px;
  left: 290px;
}
#data .block.data1 .graph3 {
  position: absolute;
  top: 117px;
  left: 479px;
}
#data .block.data1 .graph4 {
  position: absolute;
  top: 89px;
  left: 670px;
}
#data .block.data1 .graph5 {
  position: absolute;
  top: 20px;
  left: 861px;
}
#data .block.data1 .graph6 {
  position: absolute;
  top: 50px;
  left: 1043px;
}
/* data2 */
#data .block.data2 img {
  max-width: 457px;
  margin: 32px auto 0;
}
#data .block.data2 .graph .count-up-no {
  font-size: 56px;
  color: #fff;
}
#data .block.data2 .graph2 .count-up-no {
  font-size: 70px;
}
#data .block.data2 .number {
  text-align: center;
}
#data .block.data2 .number small {
  color: #fff;
}
#data .block.data2 .graph1 {
  position: absolute;
  top: 65px;
  right: 69px;
  width: 156px;
}
#data .block.data2 .graph2 {
  position: absolute;
  top: 201px;
  left: 51px;
  width: 260px;
}
#data .block.data2 .graph3 {
  position: absolute;
  top: 219px;
  right: 47px;
  width: 132px;
}
#data .block.data2 .graph3 * {
  color: #034AAD !important;
}
#data .block.data2 .graph4 {
  position: absolute;
  top: 393px;
  right: 103px;
  width: 187px;
}
/* data3 */
#data .block.data3 img {
  max-width: 511px;
  margin: 80px auto 0;
}
#data .block.data3 .graph .count-up-no {
  font-size: 56px;
}
#data .block.data3 .number {
  text-align: center;
}
#data .block.data3 .number small {
  font-size: 24px;
  padding-left: 10px;
}
#data .block.data3 .graph1 {
  position: absolute;
  top: 315px;
  left: 69px;
  width: 156px;
}
#data .block.data3 .graph2 {
  position: absolute;
  top: 315px;
  left: 340px;
  width: 156px;
}
/* data4 */
#data .block.data4 img {
  max-width: 249px;
  margin: 53px auto 0;
}
#data .block.data4 .graph .count-up-no {
  font-size: 56px;
}
#data .block.data4 .number {
  text-align: center;
}
#data .block.data4 .number small {
  font-size: 24px;
  padding-left: 10px;
}
#data .block.data4 .graph1 {
  position: absolute;
  top: 155px;
  left: 22px;
  width: 156px;
}
#data .block.data4 .graph2 {
  position: absolute;
  top: 155px;
  left: 175px;
  width: 156px;
}
/* data5 */
#data .block.data5 img {
  max-width: 192px;
  margin: 30px auto 0;
}
#data .block.data5 .graph .count-up-no {
  font-size: 56px;
}
#data .block.data5 .number {
  text-align: center;
}
#data .block.data5 .number small {
  font-size: 24px;
  padding-left: 10px;
}
#data .block.data5 .graph1 {
  position: absolute;
  top: 190px;
  left: 22px;
  width: 156px;
}
#data .block.data5 .graph2 {
  position: absolute;
  top: 190px;
  left: 162px;
  width: 156px;
}
/* data6 */
#data .block.data6 img {
  max-width: 366px;
  margin: 42px auto 0;
}
#data .block.data6 .graph .count-up-no {
  font-size: 30px;
}
#data .block.data6 .number {
  text-align: center;
}
#data .block.data6 .number small {
  font-size: 16px;
  padding-left: 10px;
}
#data .block.data6 .graph .graph1 .count-up-no {
  font-size: 56px;
}
#data .block.data6 .graph .graph1 small {
  font-size: 24px;
}
#data .block.data6 .graph1 {
  position: absolute;
  top: -33px;
  left: 209px;
  width: 100px;
}
#data .block.data6 .graph2 *,
#data .block.data6 .graph3 *,
#data .block.data6 .graph4 * {
  color: #fff !important;
}
#data .block.data6 .graph2 small,
#data .block.data6 .graph3 small,
#data .block.data6 .graph4 small,
#data .block.data6 .graph5 small,
#data .block.data6 .graph6 small {
  padding-left: 5px;
}
#data .block.data6 .graph2 {
  position: absolute;
  top: 120px;
  left: 7px;
  width: 90px;
}
#data .block.data6 .graph3 {
  position: absolute;
  top: 120px;
  left: 86px;
  width: 90px;
}
#data .block.data6 .graph4 {
  position: absolute;
  top: 120px;
  left: 154px;
  width: 90px;
}
#data .block.data6 .graph5 {
  position: absolute;
  top: 199px;
  left: 154px;
  width: 90px;
}
#data .block.data6 .graph6 {
  position: absolute;
  top: 231px;
  left: 187px;
  width: 90px;
}
/* data7 */
#data .block.data7 img {
  max-width: 112px;
  margin: 62px auto 0;
}
#data .block.data7 .graph .count-up-no {
  font-size: 56px;
}
#data .block.data7 .number {
  text-align: center;
}
#data .block.data7 .number small {
  font-size: 24px;
  padding-left: 10px;
}
#data .block.data7 .graph1 {
  position: absolute;
  top: 133px;
  left: 33px;
  width: 156px;
}
/* data8 */
#data .block.data8 img {
  max-width: 112px;
  margin: 62px auto 0;
}
#data .block.data8 .graph .count-up-no {
  font-size: 56px;
}
#data .block.data8 .number {
  text-align: center;
}
#data .block.data8 .number small {
  font-size: 24px;
  padding-left: 10px;
}
#data .block.data8 .graph1 {
  position: absolute;
  top: 133px;
  left: 33px;
  width: 156px;
}
/* data9 */
#data .block.data9 img {
  max-width: 119px;
  margin: 58px auto 0;
}
#data .block.data9 .graph .count-up-no {
  font-size: 56px;
}
#data .block.data9 .number {
  text-align: center;
}
#data .block.data9 .number small {
  font-size: 24px;
  padding-left: 10px;
}
#data .block.data9 .graph1 {
  position: absolute;
  top: 133px;
  left: 33px;
  width: 156px;
}
/* data10 */
#data .block.data10 img {
  max-width: 207px;
  margin: 24px auto 0;
  transform: translateX(15px);
}
#data .block.data10 .graph .count-up-no {
  font-size: 56px;
}
#data .block.data10 .number {
  text-align: center;
}
#data .block.data10 .number small {
  font-size: 24px;
  padding-left: 10px;
}
#data .block.data10 .graph1 {
  position: absolute;
  top: 140px;
  left: -31px;
  width: 156px;
}
/* data11 */
#data .block.data11 {
  padding-bottom: 130px;
}
#data .block.data11 img {
  margin-top: 82px;
}
#data .block.data11 .total {
  position: absolute;
  left: 50%;
  top: -81px;
  font-size: 20px;
  font-weight: 600;
  color: #034AAD;
  transform: translateX(-50%);
}

@media screen and (max-width: 1500px) {
  .re_data_contents {
    padding: 0 calc(50 / 1500 * 100vw);
  }
  .re_data_contents .in {
    max-width: calc(1316 / 1500 * 100vw);
  }
  
  /* graph ---------- */
  #data .graph .number {
    font-size: calc(20 / 1500 * 100vw);
  }
  #data .graph .number small {
    font-size: calc(20 / 1500 * 100vw);
  }
  #data .graph .count-up-no {
    font-size: calc(36 / 1500 * 100vw);
  }
  /* data1 */
  #data .block.data1 img {
    max-width: calc(1177 / 1500 * 100vw);
    margin: calc(100 / 1500 * 100vw) auto 0;
  }
  #data .block.data1 .number:nth-of-type(2) {
    width: calc(100 / 1500 * 100vw);
    height: calc(100 / 1500 * 100vw);
    margin-top: calc(34 / 1500 * 100vw);
  }
  #data .block.data1 .number:nth-of-type(2) span {
    top: calc(19 / 1500 * 100vw);
  }
  #data .block.data1 .number:nth-of-type(2) small {
    bottom: calc(11 / 1500 * 100vw);
  }
  #data .block.data1 .graph1 {
    top: calc(-47 / 1500 * 100vw);
    left: calc(103 / 1500 * 100vw);
  }
  #data .block.data1 .graph2 {
    top: calc(47 / 1500 * 100vw);
    left: calc(290 / 1500 * 100vw);
  }
  #data .block.data1 .graph3 {
    top: calc(117 / 1500 * 100vw);
    left: calc(479 / 1500 * 100vw);
  }
  #data .block.data1 .graph4 {
    top: calc(89 / 1500 * 100vw);
    left: calc(670 / 1500 * 100vw);
  }
  #data .block.data1 .graph5 {
    top: calc(20 / 1500 * 100vw);
    left: calc(861 / 1500 * 100vw);
  }
  #data .block.data1 .graph6 {
    top: calc(50 / 1500 * 100vw);
    left: calc(1043 / 1500 * 100vw);
  }
  /* data2 */
  #data .block.data2 img {
    max-width: calc(457 / 1500 * 100vw);
    margin: calc(32 / 1500 * 100vw) auto 0;
  }
  #data .block.data2 .graph .count-up-no {
    font-size: calc(56 / 1500 * 100vw);
  }
  #data .block.data2 .graph2 .count-up-no {
    font-size: calc(70 / 1500 * 100vw);
  }
  #data .block.data2 .graph1 {
    top: calc(65 / 1500 * 100vw);
    right: calc(69 / 1500 * 100vw);
    width: calc(156 / 1500 * 100vw);
  }
  #data .block.data2 .graph2 {
    top: calc(201 / 1500 * 100vw);
    left: calc(51 / 1500 * 100vw);
    width: calc(260 / 1500 * 100vw);
  }
  #data .block.data2 .graph3 {
    top: calc(219 / 1500 * 100vw);
    right: calc(47 / 1500 * 100vw);
    width: calc(132 / 1500 * 100vw);
  }
  #data .block.data2 .graph4 {
    top: calc(393 / 1500 * 100vw);
    right: calc(103 / 1500 * 100vw);
    width: calc(187 / 1500 * 100vw);
  }
  /* data3 */
  #data .block.data3 img {
    max-width: calc(511 / 1500 * 100vw);
    margin: calc(80 / 1500 * 100vw) auto 0;
  }
  #data .block.data3 .graph .count-up-no {
    font-size: calc(56 / 1500 * 100vw);
  }
  #data .block.data3 .number small {
    font-size: calc(24 / 1500 * 100vw);
    padding-left: calc(10 / 1500 * 100vw);
  }
  #data .block.data3 .graph1 {
    top: calc(315 / 1500 * 100vw);
    left: calc(69 / 1500 * 100vw);
    width: calc(156 / 1500 * 100vw);
  }
  #data .block.data3 .graph2 {
    top: calc(315 / 1500 * 100vw);
    left: calc(340 / 1500 * 100vw);
    width: calc(156 / 1500 * 100vw);
  }
  /* data4 */
  #data .block.data4 img {
    max-width: calc(249 / 1500 * 100vw);
    margin: calc(53 / 1500 * 100vw) auto 0;
  }
  #data .block.data4 .graph .count-up-no {
    font-size: calc(56 / 1500 * 100vw);
  }
  #data .block.data4 .number small {
    font-size: calc(24/ 1500 * 100vw);
    padding-left: calc(10 / 1500 * 100vw);
  }
  #data .block.data4 .graph1 {
    top: calc(155 / 1500 * 100vw);
    left: calc(22 / 1500 * 100vw);
    width: calc(156 / 1500 * 100vw);
  }
  #data .block.data4 .graph2 {
    top: calc(155 / 1500 * 100vw);
    left: calc(175 / 1500 * 100vw);
    width: calc(156 / 1500 * 100vw);
  }
  /* data5 */
  #data .block.data5 img {
    max-width: calc(192 / 1500 * 100vw);
    margin: calc(30 / 1500 * 100vw) auto 0;
  }
  #data .block.data5 .graph .count-up-no {
    font-size: calc(56 / 1500 * 100vw);
  }
  #data .block.data5 .number small {
    font-size: calc(24 / 1500 * 100vw);
    padding-left: calc(10 / 1500 * 100vw);
  }
  #data .block.data5 .graph1 {
    top: calc(190 / 1500 * 100vw);
    left: calc(22 / 1500 * 100vw);
    width: calc(156 / 1500 * 100vw);
  }
  #data .block.data5 .graph2 {
    top: calc(190 / 1500 * 100vw);
    left: calc(162 / 1500 * 100vw);
    width: calc(156 / 1500 * 100vw);
  }
  /* data6 */
  #data .block.data6 img {
    max-width: calc(366 / 1500 * 100vw);
    margin: calc(42 / 1500 * 100vw) auto 0;
  }
  #data .block.data6 .graph .count-up-no {
    font-size: calc(30 / 1500 * 100vw);
  }
  #data .block.data6 .number small {
    font-size: calc(16 / 1500 * 100vw);
    padding-left: calc(10 / 1500 * 100vw);
  }
  #data .block.data6 .graph .graph1 .count-up-no {
    font-size: calc(56 / 1500 * 100vw);
  }
  #data .block.data6 .graph .graph1 small {
    font-size: calc(24 / 1500 * 100vw);
  }
  #data .block.data6 .graph1 {
    top: calc(-33 / 1500 * 100vw);
    left: calc(209 / 1500 * 100vw);
    width: calc(100 / 1500 * 100vw);
  }
  #data .block.data6 .graph2 small,
  #data .block.data6 .graph3 small,
  #data .block.data6 .graph4 small,
  #data .block.data6 .graph5 small,
  #data .block.data6 .graph6 small {
    padding-left: calc(5 / 1500 * 100vw);
  }
  #data .block.data6 .graph2 {
    top: calc(120 / 1500 * 100vw);
    left: calc(7 / 1500 * 100vw);
    width: calc(90 / 1500 * 100vw);
  }
  #data .block.data6 .graph3 {
    top: calc(120 / 1500 * 100vw);
    left: calc(86 / 1500 * 100vw);
    width: calc(90 / 1500 * 100vw);
  }
  #data .block.data6 .graph4 {
    top: calc(120 / 1500 * 100vw);
    left: calc(154 / 1500 * 100vw);
    width: calc(90 / 1500 * 100vw);
  }
  #data .block.data6 .graph5 {
    top: calc(199 / 1500 * 100vw);
    left: calc(154 / 1500 * 100vw);
    width: calc(90 / 1500 * 100vw);
  }
  #data .block.data6 .graph6 {
    top: calc(231 / 1500 * 100vw);
    left: calc(187 / 1500 * 100vw);
    width: calc(90 / 1500 * 100vw);
  }
  /* data7 */
  #data .block.data7 img {
    max-width: calc(112 / 1500 * 100vw);
    margin: calc(62 / 1500 * 100vw) auto 0;
  }
  #data .block.data7 .graph .count-up-no {
    font-size: calc(56 / 1500 * 100vw);
  }
  #data .block.data7 .number small {
    font-size: calc(24 / 1500 * 100vw);
    padding-left: calc(10 / 1500 * 100vw);
  }
  #data .block.data7 .graph1 {
    top: calc(133 / 1500 * 100vw);
    left: calc(33 / 1500 * 100vw);
    width: calc(156 / 1500 * 100vw);
  }
  /* data8 */
  #data .block.data8 img {
    max-width: calc(112 / 1500 * 100vw);
    margin: calc(62 / 1500 * 100vw) auto 0;
  }
  #data .block.data8 .graph .count-up-no {
    font-size: calc(56 / 1500 * 100vw);
  }
  #data .block.data8 .number small {
    font-size: calc(24 / 1500 * 100vw);
    padding-left: calc(10 / 1500 * 100vw);
  }
  #data .block.data8 .graph1 {
    top: calc(133 / 1500 * 100vw);
    left: calc(33 / 1500 * 100vw);
    width: calc(156 / 1500 * 100vw);
  }
  /* data9 */
  #data .block.data9 img {
    max-width: calc(119 / 1500 * 100vw);
    margin: calc(58 / 1500 * 100vw) auto 0;
  }
  #data .block.data9 .graph .count-up-no {
    font-size: calc(56 / 1500 * 100vw);
  }
  #data .block.data9 .number small {
    font-size: calc(24 / 1500 * 100vw);
    padding-left: calc(10 / 1500 * 100vw);
  }
  #data .block.data9 .graph1 {
    top: calc(133 / 1500 * 100vw);
    left: calc(33 / 1500 * 100vw);
    width: calc(156 / 1500 * 100vw);
  }
  /* data10 */
  #data .block.data10 img {
    max-width: calc(207 / 1500 * 100vw);
    margin: calc(24 / 1500 * 100vw) auto 0;
    transform: translateX(calc(15 / 1500 * 100vw));
  }
  #data .block.data10 .graph .count-up-no {
    font-size: calc(56 / 1500 * 100vw);
  }
  #data .block.data10 .number small {
    font-size: calc(24 / 1500 * 100vw);
    padding-left: calc(10 / 1500 * 100vw);
  }
  #data .block.data10 .graph1 {
    top: calc(140 / 1500 * 100vw);
    left: calc(-31 / 1500 * 100vw);
    width: calc(156 / 1500 * 100vw);
  }
  /* data11 */
  #data .block.data11 {
    padding-bottom: calc(130 / 1500 * 100vw);
  }
  #data .block.data11 img {
    margin-top: calc(82 / 1500 * 100vw);
  }
  #data .block.data11 .total {
    top: calc(-81 / 1500 * 100vw);
    font-size: calc(20 / 1500 * 100vw);
  }
}
@media screen and (max-width: 1400px) {
  #data .re_kv .ttl_h2 img {
    width: calc(803 / 1400 * 100vw);
  }
  .re_data_contents .in {
    gap: calc(36 / 1400 * 100vw);
  }
  .re_data_contents .block {
    padding: calc(40 / 1400 * 100vw) calc(40 / 1400 * 100vw) calc(54 / 1400 * 100vw);
  }
  .re_data_contents .block.col2 {
    width: calc(50% - (18 / 1400 * 100vw));
  }
  .re_data_contents .block.col3 {
    padding-top: calc(18 / 1400 * 100vw);
    padding-bottom: calc(26 / 1400 * 100vw);
    width: calc(33.33% - (36 / 1400 * 100vw * 2 / 3));
  }
  .re_data_contents .block.col4 {
    padding: calc(18 / 1400 * 100vw) calc(30 / 1400 * 100vw) calc(58 / 1400 * 100vw);
    width: calc(22.14% - (36 / 1400 * 100vw * 3 / 4));
  }
  .re_data_contents .block .ttl_h3 {
    font-size: calc(20 / 1400 * 100vw);
  }
  .re_data_contents .block .ttl_h3::before {
    left: calc(-16 / 1400 * 100vw);
    width: calc(12 / 1400 * 100vw);
    height: calc(10 / 1400 * 100vw);
  }
  .re_data_contents .block .txt {
    margin-top: calc(5 / 1400 * 100vw);
    font-size: calc(14 / 1400 * 100vw);
  }
  .re_data_contents .data_box dd {
    row-gap: calc(60 / 1400 * 100vw);
  }
  .re_data_contents .data_box dd p {
    width: calc(25% - (20 / 1400 * 100vw * 3 / 4));
  }
  .re_data_contents .data_box dl + dl {
    margin-top: calc(80 / 1400 * 100vw);
  }
  .re_data_contents .school {
    margin-top: calc(100 / 1400 * 100vw);
  }
  .re_data_contents .school .ttl_h2 {
    margin-bottom: calc(53 / 1400 * 100vw);
  }
  
  
}
@media screen and (max-width: 767px) {
  .re_data_contents {
    padding: 0;
  }
  #data .re_kv .ttl_h2 img {
    width: calc(380 / 390 * 100vw);
  }
  .re_data_contents .in {
    max-width: none;
    gap: calc(20 / 390 * 100vw);
  }
  .re_data_contents .block {
    width: 100% !important;
    padding: calc(27 / 390 * 100vw) calc(25 / 390 * 100vw) calc(38 / 390 * 100vw) !important;
  }
  .re_data_contents .block .ttl_h3 {
    font-size: calc(18 / 390 * 100vw);
  }
  .re_data_contents .block .txt {
    margin-top: calc(6 / 390 * 100vw);
    font-size: calc(14 / 390 * 100vw);
  }
  .re_data_contents .block .ttl_h3::before {
    left: calc(-17 / 390 * 100vw);
    width: calc(12 / 390 * 100vw);
    height: calc(10 / 390 * 100vw);
  }
  /* .re_data_contents .block:nth-of-type(2) img {
    margin-top: calc(30 / 390 * 100vw);
    max-width: calc(300 / 390 * 100vw);
  }
  .re_data_contents .block:nth-of-type(3) img {
    max-width: none;
    width: 100%;
    margin-top: calc(16 / 390 * 100vw);
  }
  .re_data_contents .block:nth-of-type(4) img {
    max-width: calc(245 / 390 * 100vw);
    margin-top: calc(15 / 390 * 100vw);
  }
  .re_data_contents .block:nth-of-type(5) img {
    max-width: calc(196 / 390 * 100vw);
    margin-top: calc(24 / 390 * 100vw);
  }
  .re_data_contents .block:nth-of-type(6) img {
    max-width: none;
    width: 100%;
  }
  .re_data_contents .block:nth-of-type(7) img {
    max-width: calc(112 / 390 * 100vw);
    margin-top: calc(28 / 390 * 100vw);
  }
  .re_data_contents .block:nth-of-type(8) img {
    max-width: calc(112 / 390 * 100vw);
    margin-top: calc(28 / 390 * 100vw);
  }
  .re_data_contents .block:nth-of-type(9) img {
    max-width: calc(119 / 390 * 100vw);
    margin-top: calc(24 / 390 * 100vw);
  }
  .re_data_contents .block:nth-of-type(10) img {
    max-width: calc(226 / 390 * 100vw);
    margin-top: calc(38 / 390 * 100vw);
  } */
  .re_data_contents .school {
    width: 100%;
    margin-top: calc(76 / 390 * 100vw);
  }
  .re_data_contents .school .ttl_h2 {
    margin-bottom: calc(32 / 390 * 100vw);
    text-align: center;
    font-size: calc(36 / 390 * 100vw);
  }
  .re_data_contents .data_box {
    width: 100%;
    padding: calc(40 / 390 * 100vw) calc(20 / 390 * 100vw);
  }
  .re_data_contents .data_box dt {
    position: relative;
    margin: 0;
    padding: calc(4 / 390 * 100vw) 0;
  }
  .re_data_contents .data_box dt::before,
  .re_data_contents .data_box dt::after {
    position: absolute;
    content: "";
    width: calc(16 / 390 * 100vw);
    height: calc(2 / 390 * 100vw);
    background: #fff;
    right: calc(10 / 390 * 100vw);
    top: 50%;
    transform: translateX(-50%);
    transition: .3s;
  }
  .re_data_contents .data_box dt::after {
    transform: translateX(-50%) rotate(90deg);
  }
  .re_data_contents .data_box dt.open::after {
    transform: translateX(-50%) rotate(0deg);
    opacity: 0;
  }
  .renew .data_box dd {
    display: block;
    padding: calc(16 / 390 * 100vw) 0 0;
    display: none;
  }
  .re_data_contents .data_box dd p {
    width: 100%;
    text-align: center;
  }
  .re_data_contents .data_box dl + dl {
    margin-top: calc(24 / 390 * 100vw);
  }

  
  
  /* graph ---------- */
  #data .graph .number {
    font-size: calc(24 / 390 * 100vw);
  }
  #data .graph .number small {
    font-size: calc(20 / 390 * 100vw);
  }
  #data .graph .count-up-no {
    font-size: calc(36 / 390 * 100vw);
  }
  /* data1 */
  #data .block.data1 .graph {
    overflow-x: scroll;
    margin: calc(28 / 390 * 100vw) calc(-25 / 390 * 100vw) 0;
    padding: 0 calc(25 / 390 * 100vw);
  }
  #data .block.data1 img {
    max-width: none;
    width: calc(739 / 390 * 100vw);
    margin: 0;
    padding-top: calc(43 / 390 * 100vw);
  }
  #data .block.data1 .number:nth-of-type(2) {
    width: calc(71 / 390 * 100vw);
    height: calc(71 / 390 * 100vw);
    margin: calc(19 / 390 * 100vw) auto 0;
  }
  #data .block.data1 .number:nth-of-type(2) span {
    font-size: calc(24 / 390 * 100vw);
    top: calc(10 / 390 * 100vw);
  }
  #data .block.data1 .number:nth-of-type(2) small {
    bottom: calc(8 / 390 * 100vw);
    font-size: calc(16 / 390 * 100vw);
  }
  #data .block.data1 .graph1 {
    min-width: calc(100 / 390 * 100vw);
    width: calc(100 / 390 * 100vw);
    top: calc(-7 / 390 * 100vw);
    left: calc(34 / 390 * 100vw);
  }
  #data .block.data1 .graph2 {
    width: calc(100 / 390 * 100vw);
    top: calc(69 / 390 * 100vw);
    left: calc(157 / 390 * 100vw);
  }
  #data .block.data1 .graph3 {
    width: calc(100 / 390 * 100vw);
    top: calc(117 / 390 * 100vw);
    left: calc(283 / 390 * 100vw);
  }
  #data .block.data1 .graph4 {
    width: calc(100 / 390 * 100vw);
    top: calc(106 / 390 * 100vw);
    left: calc(402 / 390 * 100vw);
  }
  #data .block.data1 .graph5 {
    width: calc(100 / 390 * 100vw);
    top: calc(42 / 390 * 100vw);
    left: calc(528 / 390 * 100vw);
  }
  #data .block.data1 .graph6 {
    width: calc(100 / 390 * 100vw);
    top: calc(67 / 390 * 100vw);
    left: calc(651 / 390 * 100vw);
  }
  /* data2 */
  #data .block.data2 img {
    max-width: calc(313 / 390 * 100vw);
    margin: calc(32 / 390 * 100vw) auto 0;
  }
  #data .block.data2 .graph .count-up-no {
    font-size: calc(40 / 390 * 100vw);
  }
  #data .block.data2 .graph2 .count-up-no {
    font-size: calc(52 / 390 * 100vw);
  }
  #data .block.data2 .graph1 {
    top: calc(44 / 390 * 100vw);
    right: calc(-9 / 390 * 100vw);
    width: calc(156 / 390 * 100vw);
  }
  #data .block.data2 .graph2 {
    top: calc(131 / 390 * 100vw);
    left: calc(-38 / 390 * 100vw);
    width: calc(260 / 390 * 100vw);
  }
  #data .block.data2 .graph3 {
    top: calc(156 / 390 * 100vw);
    right: calc(-20 / 390 * 100vw);
    width: calc(132 / 390 * 100vw);
  }
  #data .block.data2 .graph4 {
    top: calc(275 / 390 * 100vw);
    right: calc(-1 / 390 * 100vw);
    width: calc(187 / 390 * 100vw);
  }
  /* data3 */
  #data .block.data3 {
    padding-bottom: calc(97 / 390 * 100vw) !important;
  }
  #data .block.data3 img {
    max-width: calc(313 / 390 * 100vw);
    margin: calc(16 / 390 * 100vw) auto 0;
  }
  #data .block.data3 .graph .count-up-no {
    font-size: calc(52 / 390 * 100vw);
  }
  #data .block.data3 .number small {
    font-size: calc(22 / 390 * 100vw);
    padding-left: calc(10 / 390 * 100vw);
  }
  #data .block.data3 .graph1 {
    top: calc(180 / 390 * 100vw);
    left: calc(-9 / 390 * 100vw);
    width: calc(156 / 390 * 100vw);
  }
  #data .block.data3 .graph2 {
    top: calc(180 / 390 * 100vw);
    left: calc(147 / 390 * 100vw);
    width: calc(156 / 390 * 100vw);
  }
  /* data4 */
  #data .block.data4 {
    padding-bottom: calc(92 / 390 * 100vw) !important;
  }
  #data .block.data4 img {
    max-width: calc(245 / 390 * 100vw);
    margin: calc(15 / 390 * 100vw) auto 0;
  }
  #data .block.data4 .graph .count-up-no {
    font-size: calc(52 / 390 * 100vw);
  }
  #data .block.data4 .number small {
    font-size: calc(22 / 390 * 100vw);
    padding-left: calc(10 / 390 * 100vw);
  }
  #data .block.data4 .graph1 {
    top: calc(148 / 390 * 100vw);
    left: calc(11 / 390 * 100vw);
    width: calc(156 / 390 * 100vw);
  }
  #data .block.data4 .graph2 {
    top: calc(148 / 390 * 100vw);
    left: calc(157 / 390 * 100vw);
    width: calc(156 / 390 * 100vw);
  }
  /* data5 */
  #data .block.data5 {
    padding-bottom: calc(105 / 390 * 100vw) !important;
  }
  #data .block.data5 img {
    max-width: calc(178 / 390 * 100vw);
    margin: calc(24 / 390 * 100vw) auto 0;
  }
  #data .block.data5 .graph .count-up-no {
    font-size: calc(52 / 390 * 100vw);
  }
  #data .block.data5 .number small {
    font-size: calc(22 / 390 * 100vw);
    padding-left: calc(10 / 390 * 100vw);
  }
  #data .block.data5 .graph1 {
    top: calc(177 / 390 * 100vw);
    left: calc(18 / 390 * 100vw);
    width: calc(156 / 390 * 100vw);
  }
  #data .block.data5 .graph2 {
    top: calc(177 / 390 * 100vw);
    left: calc(146 / 390 * 100vw);
    width: calc(156 / 390 * 100vw);
  }
  /* data6 */
  #data .block.data6 img {
    max-width: calc(328 / 390 * 100vw);
    margin: calc(33 / 390 * 100vw) calc(-10 / 390 * 100vw) 0;
    width: auto;
  }
  #data .block.data6 .graph .count-up-no {
    font-size: calc(30 / 390 * 100vw);
  }
  #data .block.data6 .number small {
    font-size: calc(16 / 390 * 100vw);
    padding-left: calc(10 / 390 * 100vw);
  }
  #data .block.data6 .graph .graph1 .count-up-no {
    font-size: calc(56 / 390 * 100vw);
  }
  #data .block.data6 .graph .graph1 small {
    font-size: calc(24 / 390 * 100vw);
  }
  #data .block.data6 .graph1 {
    top: calc(-33 / 390 * 100vw);
    left: calc(197 / 390 * 100vw);
    width: calc(100 / 390 * 100vw);
  }
  #data .block.data6 .graph2 small,
  #data .block.data6 .graph3 small,
  #data .block.data6 .graph4 small,
  #data .block.data6 .graph5 small,
  #data .block.data6 .graph6 small {
    padding-left: calc(5 / 390 * 100vw);
  }
  #data .block.data6 .graph2 {
    top: calc(120 / 390 * 100vw);
    left: calc(-1 / 390 * 100vw);
    width: calc(90 / 390 * 100vw);
  }
  #data .block.data6 .graph3 {
    top: calc(120 / 390 * 100vw);
    left: calc(76 / 390 * 100vw);
    width: calc(90 / 390 * 100vw);
  }
  #data .block.data6 .graph4 {
    top: calc(120 / 390 * 100vw);
    left: calc(143 / 390 * 100vw);
    width: calc(90 / 390 * 100vw);
  }
  #data .block.data6 .graph5 {
    top: calc(194 / 390 * 100vw);
    left: calc(140 / 390 * 100vw);
    width: calc(90 / 390 * 100vw);
  }
  #data .block.data6 .graph6 {
    top: calc(224 / 390 * 100vw);
    left: calc(171 / 390 * 100vw);
    width: calc(90 / 390 * 100vw);
  }
  /* data7 */
  #data .block.data7 {
    padding-bottom: calc(108 / 390 * 100vw) !important;
  }
  #data .block.data7 img {
    max-width: calc(112 / 390 * 100vw);
    margin: calc(28 / 390 * 100vw) auto 0;
  }
  #data .block.data7 .graph .count-up-no {
    font-size: calc(52 / 390 * 100vw);
  }
  #data .block.data7 .number small {
    font-size: calc(22 / 390 * 100vw);
    padding-left: calc(10 / 390 * 100vw);
  }
  #data .block.data7 .graph1 {
    top: calc(130 / 390 * 100vw);
    left: calc(74 / 390 * 100vw);
    width: calc(156 / 390 * 100vw);
  }
  /* data8 */
  #data .block.data8 {
    padding-bottom: calc(111 / 390 * 100vw) !important;
  }
  #data .block.data8 img {
    max-width: calc(112 / 390 * 100vw);
    margin: calc(28 / 390 * 100vw) auto 0;
  }
  #data .block.data8 .graph .count-up-no {
    font-size: calc(52 / 390 * 100vw);
  }
  #data .block.data8 .number small {
    font-size: calc(22 / 390 * 100vw);
    padding-left: calc(10 / 390 * 100vw);
  }
  #data .block.data8 .graph1 {
    top: calc(130 / 390 * 100vw);
    left: calc(74 / 390 * 100vw);
    width: calc(156 / 390 * 100vw);
  }
  /* data9 */
  #data .block.data9 {
    padding-bottom: calc(111 / 390 * 100vw) !important;
  }
  #data .block.data9 img {
    max-width: calc(119 / 390 * 100vw);
    margin: calc(24 / 390 * 100vw) auto 0;
  }
  #data .block.data9 .graph .count-up-no {
    font-size: calc(52 / 390 * 100vw);
  }
  #data .block.data9 .number small {
    font-size: calc(22 / 390 * 100vw);
    padding-left: calc(10 / 390 * 100vw);
  }
  #data .block.data9 .graph1 {
    top: calc(130 / 390 * 100vw);
    left: calc(74 / 390 * 100vw);
    width: calc(156 / 390 * 100vw);
  }
  /* data10 */
  #data .block.data10 {
    padding-bottom: calc(39 / 390 * 100vw) !important;
  }
  #data .block.data10 img {
    max-width: calc(196 / 390 * 100vw);
    margin: calc(38 / 390 * 100vw) auto 0;
    transform: translateX(calc(15 / 390 * 100vw));
  }
  #data .block.data10 .graph .count-up-no {
    font-size: calc(52 / 390 * 100vw);
  }
  #data .block.data10 .number small {
    font-size: calc(22 / 390 * 100vw);
    padding-left: calc(10 / 390 * 100vw);
  }
  #data .block.data10 .graph1 {
    top: calc(136 / 390 * 100vw);
    left: calc(11 / 390 * 100vw);
    width: calc(156 / 390 * 100vw);
  }
  /* data11 */
  #data .block.data11 {
    padding-bottom: calc(130 / 390 * 100vw);
  }
  #data .block.data11 img {
    margin-top: calc(82 / 390 * 100vw);
  }
  #data .block.data11 .total {
    top: calc(-81 / 390 * 100vw);
    font-size: calc(20 / 390 * 100vw);
  }
}

/* staff_detail ---------------------------------- */
#staff_detail .head {
  padding: 273px 0 113px;
  position: relative;
  overflow: hidden;
}
#staff_detail .head::after {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 100%;
  background: #034AAD;
}
#staff_detail .head img {
  width: 100%;
}
#staff_detail .head .in {
  position: relative;
  z-index: 1;
}
#staff_detail .head.left::after {
  clip-path: polygon(0 42px, 100% calc(100% - 130px), 100% 100%, 0% 100%);
}
#staff_detail .head.right::after {
  clip-path: polygon(0 calc(100% - 130px), 100% 180px, 100% 100%, 0% 100%);
}
#staff_detail .head .txt_wrap {
  max-width: 640px;
  width: 100%;
  text-align: center;
}
#staff_detail .head.right .txt_wrap {
  margin-left: auto;
}
#staff_detail .head .ttl_h2 {
  margin-bottom: 20px;
  font-size: 58px;
  color: #fff;
}
#staff_detail .head .ttl_sub {
  padding: 9px 10px;
  font-size: 26px;
  font-weight: 500;
  color: #fff;
  letter-spacing: 0.38em;
  text-align: center;
  border: 1px solid #fff;
  line-height: 1.2;
}
#staff_detail .head figure {
  position: absolute;
  bottom: -123px;
  right: 0;
  width: 500px;
}
#staff_detail .head.right figure {
  left: 0;
  right: auto;
}
.re_staff_detail_contents {
  padding: 102px 0 145px;
}
.re_staff_detail_contents .flex {
  display: flex;
  flex-wrap: wrap;
  gap: 70px 20px;
  justify-content: space-between;
}
.re_staff_detail_contents .flex + .flex {
  margin-top: 126px;
}
.re_staff_detail_contents .flex:nth-of-type(even) {
  flex-direction: row-reverse;
}
.re_staff_detail_contents .flex figure {
  position: relative;
  overflow: hidden;
  max-width: 761px;
  width: 58%;
  height: 470px;
}
.re_staff_detail_contents .flex figure img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  top: 0;
  left: 0;
}
.re_staff_detail_contents .flex .txt_wrap {
  max-width: 500px;
  width: 38%;
  color: #fff;
}
.re_staff_detail_contents .flex .wide {
  width: 100%;
  max-width: none !important;
}
.re_staff_detail_contents .flex .wide dl {
  max-width: 1086px;
  margin: 0 auto;
}
.re_staff_detail_contents .flex .txt_wrap dt {
  font-size: 30px;
  font-weight: 500;
}
.re_staff_detail_contents .flex .txt_wrap dd {
  margin-top: 37px;
  font-size: 16px;
  line-height: 2;
}
.re_staff_detail_contents .flex .txt_wrap dd + dt {
  margin-top: 75px;
}
#staff_detail.staff1 .head figure {
  width: min(calc(450 / 1400 * 100vw),450px);
}
#staff_detail.staff2 .head figure {
  width: min(calc(467 / 1400 * 100vw),467px);
}
#staff_detail.staff3 .head figure {
  width: min(calc(580 / 1400 * 100vw),580px);
}
#staff_detail.staff4 .head figure {
  width: min(calc(475 / 1400 * 100vw),475px);
}
#staff_detail.staff5 .head figure {
  width: min(calc(360 / 1400 * 100vw),360px);
}
#staff_detail.staff6 .head figure {
  width: min(calc(467 / 1400 * 100vw),467px);
}
#staff_detail.staff7 .head figure {
  width: min(calc(467 / 1400 * 100vw),467px);
}
@media screen and (max-width: 1400px) {
  #staff_detail .head {
    padding: calc(273 / 1400 * 100vw) 0 calc(113 / 1400 * 100vw);
  }
  #staff_detail .head.left::after {
    clip-path: polygon(0 calc(42 / 1400 * 100vw), 100% calc(100% - (130 / 1400 * 100vw)), 100% 100%, 0% 100%);
  }
  #staff_detail .head.right::after {
    clip-path: polygon(0 calc(100% - (130 / 1400 * 100vw)), 100% calc(180 / 1400 * 100vw), 100% 100%, 0% 100%);
  }
  #staff_detail .head .txt_wrap {
    max-width: calc(640 / 1400 * 100vw);
  }
  #staff_detail .head .ttl_h2 {
    margin-bottom: calc(20 / 1400 * 100vw);
    font-size: calc(58 / 1400 * 100vw);
  }
  #staff_detail .head .ttl_sub {
    padding: calc(9 / 1400 * 100vw) calc(10 / 1400 * 100vw);
    font-size: calc(26 / 1400 * 100vw);
  }
  #staff_detail .head figure {
    bottom: calc(-123 / 1400 * 100vw);
    width: calc(500 / 1400 * 100vw);
  }
  .re_staff_detail_contents {
    padding: calc(102 / 1400 * 100vw) 0 calc(145 / 1400 * 100vw);
  }
  .re_staff_detail_contents .flex {
    gap: calc(70 / 1400 * 100vw) calc(20 / 1400 * 100vw);
  }
  .re_staff_detail_contents .flex + .flex {
    margin-top: calc(126 / 1400 * 100vw);
  }
  .re_staff_detail_contents .flex figure {
    max-width: calc(761 / 1400 * 100vw);
    height: calc(470 / 1400 * 100vw);
  }
  .re_staff_detail_contents .flex .txt_wrap {
    max-width: calc(500 / 1400 * 100vw);
  }
  .re_staff_detail_contents .flex .wide dl {
    max-width: calc(1086 / 1400 * 100vw);
  }
  .re_staff_detail_contents .flex .txt_wrap dt {
    font-size: calc(30 / 1400 * 100vw);
  }
  .re_staff_detail_contents .flex .txt_wrap dd {
    margin-top: calc(37 / 1400 * 100vw);
    font-size: calc(16 / 1400 * 100vw);
  }
  .re_staff_detail_contents .flex .txt_wrap dd + dt {
    margin-top: calc(75 / 1400 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  #staff_detail .head {
    padding: calc(50 / 390 * 100vw) calc(20 / 390 * 100vw) 0;
  }
  #staff_detail .head .in {
    padding: calc(10 / 390 * 100vw) 0 calc(45 / 390 * 100vw);
  }
  #staff_detail .head.left::after {
    clip-path: polygon(0 calc(50 / 390 * 100vw), 100% calc(100% - (75 / 390 * 100vw)), 100% 100%, 0% 100%);
  }
  #staff_detail .head.right::after {
    clip-path: polygon(0 calc(100% - (75 / 390 * 100vw)), 100% calc(50 / 390 * 100vw), 100% 100%, 0% 100%);
  }
  #staff_detail .head.right .txt_wrap {
    max-width: calc(174 / 390 * 100vw);
  }
  #staff_detail .head .txt_wrap {
    max-width: none;
  }
  #staff_detail .head .ttl_h2 {
    font-size: calc(30 / 390 * 100vw);
    text-align: left;
    margin-bottom: calc(20 / 390 * 100vw);
  }
  #staff_detail .head .ttl_sub {
    margin: 0;
    max-width: calc(174 / 390 * 100vw);
    padding: calc(5 / 390 * 100vw);
    font-size: calc(20 / 390 * 100vw);
    letter-spacing: 0;
  }
  #staff_detail .head figure {
    bottom: 0;
  }
  #staff_detail.staff1 .head figure {
    left: calc(-40 / 390 * 100vw);
    width: calc(190 / 390 * 100vw);
  }
  #staff_detail.staff2 .head figure {
    right: calc(-40 / 390 * 100vw);
    width: calc(187 / 390 * 100vw);
  }
  #staff_detail.staff3 .head figure {
    width: calc(197 / 390 * 100vw);
    right: calc(-65 / 390 * 100vw);
  }
  #staff_detail.staff4 .head figure {
    width: calc(190 / 390 * 100vw);
    left: calc(-30 / 390 * 100vw);
  }
  #staff_detail.staff5 .head figure {
    right: calc(-40 / 390 * 100vw);
    width: calc(145 / 390 * 100vw);
  }
  #staff_detail.staff6 .head figure {
    width: calc(158 / 390 * 100vw);
    left: calc(-20 / 390 * 100vw);
  }
  #staff_detail.staff7 .head figure {
    right: calc(-46 / 390 * 100vw);
    width: calc(154 / 390 * 100vw);
  }
  .re_staff_detail_contents {
    padding: calc(60 / 390 * 100vw) 0;
  }
  .re_staff_detail_contents .flex {
    flex-direction: column;
    gap: calc(20 / 390 * 100vw);
  }
  .re_staff_detail_contents .flex figure {
    max-width: none;
    width: 100%;
    height: calc(215 / 390 * 100vw);
  }
  .re_staff_detail_contents .flex .txt_wrap {
    max-width: none;
    width: 100%;
  }
  .re_staff_detail_contents .flex .txt_wrap dt {
    font-size: calc(22 / 390 * 100vw);
  }
  .re_staff_detail_contents .flex .txt_wrap dd {
    margin-top: calc(20 / 390 * 100vw);
    font-size: calc(16 / 390 * 100vw);
  }
  .re_staff_detail_contents .flex .txt_wrap dd + dt {
    margin-top: calc(60 / 390 * 100vw);
  }
  .re_staff_detail_contents .flex .wide dl {
    max-width: none;
  }
  .re_staff_detail_contents .flex + .flex {
    margin-top: calc(80 / 390 * 100vw);
  }
}

/* news */
.renewal_wrap .content-second {
  background: none;
  padding: 0;
}

@media screen and (min-width: 768px) {
  .spi {
    display: none;
  }
}


.eachTextAnime span{opacity: 0;}
.eachTextAnime.appeartext span{ animation:text_anime_on 1s ease-out forwards; }
@keyframes text_anime_on {
  0% {opacity:0;}
  100% {opacity:1;}
}
/* アニメーション */
.anime.slideUp,
.anime.slideLeft,
.anime.fadeIn {
  opacity: 0;
}
.anime.slideUp.active {
  animation: slideUp .5s .05s ease-out forwards;
}
.anime.slideLeft.active {
  animation: slideLeft .5s .05s ease-out forwards;
}
.anime.fadeIn.active {
  animation: fadeIn .5s .2s ease-out forwards;
}
.anime.scaleDown img {
  transform: scale(1.1);
}
.anime.scaleDown.active img {
  animation: img-scale 7s ease-out forwards;
}
span.anime.slideLeft {
  display: inline-block;
}
.anime.img_cr {
  z-index: 2;
  overflow: hidden;
}
.anime.img_cr::after {
  position: absolute;
  content: "";
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 2;
  pointer-events: none;
}
.anime.img_cr.orange::after {
  background: #FF914D;
}
.anime.img_cr.blue::after {
  background: #034AAD;
}
.anime.img_cr.lblue::after {
  background: #36B6FF;
}
.anime.img_cr.green::after {
  background: #32C497;
}
.anime.img_cr.yellow::after {
  background: #FDD736;
}
.anime.img_cr.red::after {
  background: #FF5757;
}
.anime.active.img_cr::after {
  animation: img-cr .7s .5s ease-out forwards;
}
@keyframes slideUp {
  0% {
    opacity: 0;
    transform: translateY(2rem);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes slideLeft {
  0% {
    opacity: 0;
    transform: translateX(-2rem);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes img-scale {
  0% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes img-cr {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

