@charset "utf-8";

/* debug */
img {
  width: auto;
  height: auto;
}

header {
  /* display: none !important; */
}

* {
  /* outline: 0.1rem blue solid; */

}


/* debug */

.common_gradient_greenblue {
  display: block;
  background-clip: text !important;
  background-image: radial-gradient(circle at 23% 100%, rgba(84, 255, 0, 1), rgba(59, 215, 255, 1) 66%, rgba(251, 113, 255, 1));
  color: transparent;
}

.common_gradient_purpleblue {
  display: block;
  background-clip: text !important;
  background: linear-gradient(30deg, #CC7EFF 0%, #3B93FF 33%, #8166FC 66%, #FC9FFF 100%);
  color: transparent;
}

.common_ozwald_title {
  font-size: 13.4rem;
  font-family: var(--Oswald);
  font-weight: bold;
  line-height: calc(137 / 134);
}

.common_notoserif_title {
  font-size: 9rem;
  font-family: var(--NotoSerif);
  font-weight: 900;
  line-height: calc(90 / 53);
}

.common_sec_desc_txt {
  font-size: 3rem;
  font-family: var(--NotoSerif);
  font-weight: bold;
  line-height: calc(53 / 30);
}

.backscroll_area {
  overflow: hidden;
}

.intern_contents_outer {
  /* height: 100lvh; */
  position: relative;
  z-index: 2;
}

.intern_outer {
  position: relative;
  /* padding: 9.94rem 0 7.93rem; */
  overflow-x: hidden;
}

.intern_content {
  height: 100%;
  /* position: absolute; */
  top: 0;
  left: 0;
  right: 0;
}



/* 共通設定ここまで */

/* ヘッダー */
.intern_header {
  width: 100%;
  background-color: transparent;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99999;
}

.intern_header_outer {
  height: 10rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 2.5rem;
}

.header_logo_img {
  width: 100%;
  position: relative;
  z-index: 5;
}

/* ハンバーガー */
.intern_hum_box {
  position: relative;
  width: 4rem;
  height: 3rem;
  z-index: 5;
  cursor: pointer;
  /* border: .1rem solid #333; */
}

/* ハンバーガーライン */
.hum_line {
  display: block;
  width: 100%;
  height: 0.4rem;
  background-color: #FFF;
  transform-origin: left;
  transition: all ease .6s;
}

.hum_line:nth-child(1) {
  position: absolute;
  top: 0;
}

.hum_line:nth-child(1).active {
  transform: rotate(45deg) translate(-.1rem, -.4rem);
}

.hum_line:nth-child(2) {
  position: absolute;
  top: 50%;
  transform: scaleX(100%) translateY(-50%);
}

.hum_line:nth-child(2).active {
  transform: scaleX(0%) translateY(-50%);
}

.hum_line:nth-child(3) {
  position: absolute;
  bottom: 0;
}

.hum_line:nth-child(3).active {
  transform: rotate(-45deg) translate(.2rem, 0);
}

/* ハンバーガーメニューは一旦非表示 */
.intern_hum_navbox {
  /* display: none; */
  position: absolute;
  width: 100%;
  height: 100lvh;
  z-index: -999999;
  opacity: 0;
  pointer-events: none;
  transition: all ease .6s;
  top: 0;
  overflow:auto;
  padding-top: 9rem;
}

.intern_hum_navbox::-webkit-scrollbar{
  display: none;
}

.intern_hum_navbox.show {
  pointer-events: unset;
  z-index: 2;
  opacity: 1;
}


.p_left_frame {
  display: block;
  transition: all ease .6s;
  opacity: 1;
}

.p_left_frame.is_active {
  opacity: 0;
  pointer-events: none;
}

.intern_hum_nav_bg {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
  background: linear-gradient(rgba(0, 0, 0, 0.5));
}

.intern_hum_navlinkbox {
  width: fit-content;
  height: 100%;
  display: block;
  margin-left: auto;
  margin-inline: auto 13rem;
  background-clip: text !important;
  background: linear-gradient(120deg, #54FF00 0%, #3BD7FF 60%, #FB71FF 100%);
}

.intern_nav_list {
  font-size: 4.5rem;
  font-family: var(--Oswald);
  font-weight: bold;
  line-height: calc(57 / 45);
}

.intern_nav_link {
  display: block;
  color: transparent;
  width: fit-content;
}

.page_motion_tag {
  position: relative;
}

.gradation_bg {
  background-attachment: fixed;
  background-color: hsla(160.99999999999991, 98%, 83%, 1);
  background-image: radial-gradient(circle at 7% 81%, rgb(253, 246, 253) 16%, transparent 53%), radial-gradient(circle at 5% 1%, hsla(238, 0%, 100%, 1) 7%, transparent 84%), radial-gradient(circle at 39% 52%, hsla(137.00000000000009, 0%, 100%, 1) 6%, transparent 68%), radial-gradient(circle at 11% 29%, hsla(201.00000000000068, 0%, 100%, 1) 8%, transparent 74%), radial-gradient(circle at 90% 50%, rgb(221, 253, 255) 2%, transparent 85%);
  background-blend-mode: normal, normal, normal, normal, normal;
}

/*--------
  メイン
------- */

.page_motions {
  position: relative;
}

/* 表示が終わり次第fixedとbottom:0を設定 */
.main_visual_sec {
  position: relative;
  /* height: 194.4rem; */
}


.main_visual_bgs {
  /* position: absolute; */
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  /* height: 194.4rem; */
  position: relative;
}

.main_visual_bg {
  /* position: absolute; */
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100lvh;
  background-image: url(../img/intern/top_bg.jpg);
  background-size: cover;
  height: 107.4rem;
}

.bg_video_box {
  /* position: sticky; */
  left: 0;
  right: 0;
  z-index: 0;
  width: 100%;
  height: 100lvh;
  /* overflow: hidden; */
  position: relative;
  height: 250vh;
}

.video_background {
  width: 100%;
  height: 100%;
  object-fit: cover;
  will-change: transform;
}


.main_visual_container {
  position: sticky;
  /* position: absolute; */
  /* margin-top: 100%; */
  /* 切り替え */
  top: 0;
  left: 0;
  z-index: 1;
  display: flex;
  padding: 1.5rem 0 5rem 3.2rem;
  background-color: transparent;
  width: 128rem;
  /* height: 107.4rem; */
  top: 0;
  margin-top: -90.4rem;
}

/* 左側コンテナ */
.main_left_container {
  flex-shrink: 0;
  width: 50%;
  overflow: hidden;
}

/* 動かない（後で見直し */
.main_left_inner {
  /* position: sticky;
  top: 0; */
  /* height: vh0; */
}

.main_year {
  font-size: 23.6rem;
  font-style: italic;
  font-weight: 900;
  font-family: var(--Roboto);
  color: #00FF90;
  line-height: 1;
}

.day_container {
  display: flex;
  column-gap: 2rem;
  margin-top: -6rem;
}

.day_img {
  width: 15.8rem;
  height: 15.8rem;
}

.main_text_box {
  font-size: 14.4rem;
  font-family: var(--Oswald);
  font-weight: bold;
  background: linear-gradient(300deg, #00FF90 0%, #00FFFF 70%, #54FF00 100%);
  background-clip: text !important;
  color: transparent;
  line-height: 1;
  position: relative;
}

.fv_jp_catch{
  position: absolute;
  right: 3rem;
  top: 5rem;
  /* z-index: 88; */
  width: 24rem;
  height: auto;
}

.main_sub_text {
  font-size: 6.9rem;
}

/* 右側コンテナ */
.main_right_container {
  /* padding-top: 9.8rem; */
  display: flex;
  flex-direction: column;
  /* justify-content: space-between; */
  gap: 4.5rem;
  width: 50%;
  overflow: hidden;
  margin-left: auto;
  position: absolute;
  top: 0;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}

.top_slider_listbox,
.middle_slider_listbox,
.bottom_slider_listbox {
  display: flex;
}

.top_slider_listbox,
.middle_slider_listbox {
  margin-bottom: 4.5rem;
}

.common_top_slider_list {
  aspect-ratio: 39/27;
  max-width: 39rem;
  /* height: 27rem; */
  flex-shrink: 0;
}

.main_slider_img {
  width: 100%;
  height: 100%;
  border-radius: 0.5rem;
}

/* メイン背景動画 */

/*--------
  BBQ
------- */
.bbq_sec {
  position: relative;
  z-index: 1;
  /* overflow-x: hidden; */
}


.bbq_sec::before {
  /* content: "";
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  background-color: hsla(160.99999999999991, 98%, 83%, 1);
  background-image: radial-gradient(circle at 7% 81%, rgb(253, 246, 253) 16%, transparent 53%), radial-gradient(circle at 5% 1%, hsla(238, 0%, 100%, 1) 7%, transparent 84%), radial-gradient(circle at 39% 52%, hsla(137.00000000000009, 0%, 100%, 1) 6%, transparent 68%), radial-gradient(circle at 11% 29%, hsla(201.00000000000068, 0%, 100%, 1) 8%, transparent 74%), radial-gradient(circle at 90% 50%, rgb(221, 253, 255) 2%, transparent 85%);
  background-blend-mode: normal, normal, normal, normal, normal;
  background-size: 150% 150%;
  animation: bg-gradient 10s linear infinite alternate;
  z-index: -1 ;
   */
}

.bbq_overview_box {
  /* height: 87rem; */
  /* background-attachment: fixed;
  background-color: hsla(160.99999999999991, 98%, 83%, 1);
  background-image: radial-gradient(circle at 7% 81%, rgb(253, 246, 253) 16%, transparent 53%), radial-gradient(circle at 5% 1%, hsla(238, 0%, 100%, 1) 7%, transparent 84%), radial-gradient(circle at 39% 52%, hsla(137.00000000000009, 0%, 100%, 1) 6%, transparent 68%), radial-gradient(circle at 11% 29%, hsla(201.00000000000068, 0%, 100%, 1) 8%, transparent 74%), radial-gradient(circle at 90% 50%, rgb(221, 253, 255) 2%, transparent 85%);
  background-blend-mode: normal, normal, normal, normal, normal;
  background-size: 150% 150%;
  animation: bg-gradient 10s linear infinite alternate; */
}

/* 背景アニメ */
@keyframes bg-gradient {
  0% {
    background-position: 0 0;
  }

  25% {
    background-position: 100% 100%;
  }

  50% {
    background-position: 100% 0;
  }

  75% {
    background-position: 0 100%;
  }

  100% {
    background-position: center;
  }
}

.bbq_txtbox {
  max-width: 57.4rem;
  width: 100%;
  padding-block: 17.6rem 25.9rem;
  margin-inline: auto;
}



.bbq_title {
  display: block;
  width: fit-content;
  margin-inline: auto;
  margin-bottom: 3.7rem;
}

/*--------
  インターン日程
------- */


.common_intern_times {
  font-size: 7.4rem;
  font-family: var(--NotoSerif);
  font-weight: 900;
  letter-spacing: -0.5rem;
  max-width: 21.2rem;
  width: 100%;
}

.intern_days {
  padding-bottom: 7.93rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 9.4rem;
  /* overflow-x: hidden; */
}

.intern_entry_container {
  /* padding: 9.97rem 0 7.93rem; */
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 35.7rem;

  display: none;
}

.intern_box_gens,
.intern_entry_counters {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 7.18rem;
}


/* .intern_entry_counters{
  display: flex;
} */


.intern_day_box,
.intern_detail_container {
  display: flex;
  flex-direction: column;
  column-gap: 7.8rem;
  width: 21rem;
  justify-content: center;
  align-items: center;
}

.intern_info_roll {
  height: 46rem;
  overflow: hidden;
}

.remaining_container {
  display: flex;
  justify-content: center;
  align-items: start;
}

/* 総合職文字 */
.time_detail_box {
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: flex-start;
}

/* 総合職、参加枠 */
.general_postion_frame {
  font-size: 6.4rem;
  font-family: var(--NotoSerif);
  font-weight: 900;
  flex: 1;
  /* 回数の幅と合わせる */
  width: 21.2rem;
  text-align: center;
  flex-grow: 0;
}

/* インターン文字 */
.common_intern_txt {
  font-size: 2.7rem;
  font-family: var(--NotoSerif);
  font-weight: bold;
  text-align: center;
}

/* 各種体験文字 */
.common_exp_txt {
  font-size: 8.1rem;
  font-family: var(--NotoSerif);
  font-weight: 900;
  line-height: 1.1;
  text-align: center;
}

/* 開催日付 */
.common_days_txt {
  font-size: 10.2rem;
  font-family: var(--Oswald);
  font-weight: bold;
  text-align: center;
  line-height: 1.1;
}

/* 開催日時 */
.common_stage_date {
  font-size: 2.1rem;
  font-family: var(--NotoSerif);
  font-weight: bold;
  color: #5361E6;
  text-align: center;
}

/* 残り */
.intern_entry_container {
  margin-bottom: 16rem;
}

.remaining_container {
  display: inline-flex;
  column-gap: 0;
  align-items: center;
}

.remaining_txt {
  writing-mode: vertical-rl;
  font-size: 3.8rem;
  font-family: var(--NotoSerif);
  font-weight: bold;
  text-align: left;
}

.remaining_num {
  font-size: 10.2rem;
  background: linear-gradient(300deg, #54FF00 0%, #3BD7FF 60%, #FB71FF 100%);
  background-clip: text !important;
  font-family: var(--NotoSerif);
  font-weight: 900;
  letter-spacing: -0.5rem;
  line-height: 1;
  color: transparent;
}

.unit {
  writing-mode: vertical-lr;
  font-size: 3.3rem;
  display: inline-flex;
  justify-content: end;
}

/* 開催情報 */
.online_intern_infobox {
  max-width: 81.3rem;
  width: 100%;
  margin-inline: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  min-height: 100lvh;
  justify-content: space-between;
  padding: 5rem 0;
}

.online_title {
  letter-spacing: -0.1rem;
  justify-content: center;

}

.online_open_times {
  text-align: center;
}

.online_detail {
  font-size: 3rem;
  font-family: var(--NotoSerif);
  font-weight: bold;
  text-align: center;
  margin-bottom: 20.4rem;
}

/* LINE */
.line_link {
  display: block;
  max-width: 35.1rem;
  width: 100%;
  height: 8.1rem;
  margin-inline: auto;
  position: relative;
}

.hum_line_link{
    display: block;
    max-width: 35.1rem;
    width: 100%;
    height: 8.1rem;
    margin-inline: auto;
    position: relative;
    margin-top: 3rem;
}

.line_link_img {
  width: 100%;
  height: 100%;

}

.hum_line_link .line_link_img{
  height: auto;
}

.line_link:not(.online_intern_infobox .line_link)::before {
  content: '';
  background-image: url('../img/intern/gift_icon.png');
  width: 16.7rem;
  aspect-ratio: 155 / 142;
  display: block;
  left: 0;
  top: 50%;
  position: absolute;
  transform: translate(-100%, -50%);
  background-size: contain;
  background-repeat: no-repeat;
}

.line_link:not(.online_intern_infobox .line_link)::after {
  content: '';
  background-image: url('../img/intern/line_message.png');
  width: 54.7rem;
  aspect-ratio: 467 / 214;
  display: block;
  position: absolute;
  right: 0;
  top: 50%;
  background-size: cover;
  transform: translate(100%, -68%);
}

/*--------
  インターン場所
------- */

/* メイン画像 */
.intern_place_sec {
  overflow: hidden;
}

.intern_place_img_box {
  width: 100%;
  /* height: 100lvh; */
  position: relative;
  min-height: 100lvh;
}

.intern_place_mainimg {
  width: 100%;
  height: 100%;
  min-height: 100lvh;
}

.summer_intern_txtimg {
  width: 46.1rem;
  height: 13.9rem;
  position: absolute;
  top: 5.1rem;
  right: 5.4rem;
}

/* インターン場所説明 */
.intern_place_desc_box {
  padding-block: 21.1rem 32.3rem;
}

.intern_place_desc_container {
  display: flex;
  max-width: 104.4rem;
  width: 100%;
  margin-inline: auto;
  column-gap: 7rem;
}

.intern_place_title {
  max-width: 39.1rem;
  width: 100%;
  background: linear-gradient(300deg, #54FF00 0%, #3BD7FF 60%, #FB71FF 100%);

}

/* インストラクター */
.instructor_box {
  padding-block: 8.6rem 10.8rem;
}

.instructor_title {
  display: block;
  width: fit-content;
  margin-inline: auto;
  margin-bottom: 4.4rem;
}

.instructor_detail_wrapper {
  max-width: 89.1rem;
  width: 100%;
  margin-inline: auto;
  position: relative;
  display: grid;

}

/* インストラクター説明 */
.instructor_detail_container {
  grid-area: 1 / 1;
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.5s;

}

.instructor_detail_container.is_show {
  visibility: visible;
  opacity: 1;
}

/* 中身調整 */
.instructor_detail_inner {
  display: flex;
}

.instructor_img_box {
  display: grid;
  place-items: center;
  flex-shrink: 0;
  max-width: 38.6rem;
  width: 100%;
  height: 32.5rem;
  background-image: url(../img/intern/instructor_bg.png);
  background-size: cover;
}

.instructor_img {
  width: 25.8rem;
  height: 25.8rem;
  vertical-align: middle;
}

.instructor_division {
  font-size: 2.4rem;
  font-family: var(--NotoSerif);
  font-weight: bold;
}

.instructor_name {
  font-size: 4.4rem;
  font-family: var(--Oswald);
  font-weight: bold;

}

.instructor_detail_txt {
  font-size: 1.9rem;
  font-family: var(--NotoSerif);
  font-weight: 500;
  letter-spacing: 0.05rem;
  line-height: calc(33 / 19);
}

/* インストラクターサムネ */
.instructor_thumbnail_box {
  display: flex;
  column-gap: 2.4rem;
  margin-top: 1.6rem;
  width: fit-content;
  margin-inline: auto;
}

.instructor_thumbnail {
  width: 12.9rem;
  height: 12.9rem;
  cursor: pointer;
}

/* ?さん */
.secret_instructor,
.secret_instructor_img {
  width: 12.9rem;
  height: 12.9rem;
  background-color: #000;
  border-radius: 50%;
  color: #FFF;
  font-size: 7.7rem;
  font-family: var(--NotoSans);
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.secret_instructor_img {
  width: 25.8rem;
  height: 25.8rem;
}


/* 3WORKS */
.three_works_box {
  padding-block: 8.6rem 14.9rem;
  min-height: 100vh;
  /* padding-bottom: 100%; */
  display: flex;
  align-items: center;
}

.three_works_inner {
  max-width: 57.4rem;
  width: 100%;
  margin-inline: auto;
  /* opacity: 0; */
}

.three_works_title {
  display: block;
  width: fit-content;
  margin-inline: auto;
  margin-bottom: 3.7rem;
}

/* 3職種体験 */
.common_exp_entitle {
  position: absolute;
  font-size: 8rem;
  font-family: var(--Pinyon);
  color: #FFF600;
}

.common_exp_title {
  font-size: 10.5rem;
  font-family: var(--NotoSans);
  font-weight: 900;
  line-height: calc(120 / 105);
  color: #FFF;
  position: relative;
  z-index: 5;
  margin-bottom: 0.7rem;
}

.common_exp_desc_txt {
  display: inline;
  font-size: 1.9rem;
  font-family: var(--NotoSerif);
  font-weight: 500;
  background-color: #FFF;
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
  line-height: calc(40 / 19);
  letter-spacing: 0.05em;
}

.common_exp_detail_inner {
  position: relative;
  max-width: 68.8rem;
  width: 100%;
  margin-inline: auto 6.5rem;
  padding-block: 22rem 21.1rem;
  min-height: 100lvh;
}

/* 各体験の設定 */
/* WEB体験 */
.web_exp_detail_box {
  /* 背景画像は後で加工が必要かも */
  background-image: url(../img/intern/IMG_2477.jpg);
  background-size: 130%;
  background-position: -35rem -10rem;
  position: relative;
}

.web_exp_detail_box::before {
  content: "";
  position: absolute;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.3);
}

.web_exp_entitle {
  top: 18rem;
  right: -4.5rem;
  z-index: 1;
}

/* 営業体験 */
.sales_exp_detail_box {
  background-image: url(../img/intern/e_bib.jpg);
  background-size: cover;
  position: relative;
}

.sales_exp_detail_box::before {
  content: "";
  position: absolute;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.3);
}


.sales_exp_entitle {
  top: 18rem;
  right: -4.5rem;
  z-index: 1;
}

/* 接客体験 */
.service_exp_detail_box {
  background-image: url(../img/intern/sakaguti01.jpg);
  background-size: 150%;
  background-position: -19rem -16rem;
  position: relative;
}

.service_exp_detail_box::before {
  content: "";
  position: absolute;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.3);
}

.service_exp_entitle {
  top: 18rem;
  right: -4.5rem;
  z-index: 1;
}

/*--------
  ５帝王
------- */
.five_emperor_sec {
  overflow: hidden;
  /* position: relative; */
}

.five_emperor_txtimg {
  position: absolute;
  width: 100%;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
}

.five_emperor_container {
  position: relative;
  display: flex;
  height: 87.5rem;
  flex: 1;
}

.five_emperor_box {
  width: 20%;
}

.common_fivebox_setting {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  background-size: cover;
}

.b_dragon_container,
.aica_container,
.taka_container,
.mj_container,
.space_container {
  text-align: center;
}

/* 黒龍 */
.b_dragon_box {
  background: url(../img/intern/kokuryu_bg.png);
  background-size: cover;
}

.b_dragon_img {
  width: 23rem;
  height: 44.2rem;
  margin-bottom: -6rem;
  margin-inline: auto;
  position: relative;
  z-index: 2;
}

.b_dragon_name {
  width: 14.2rem;
  height: 7rem;
  margin-inline: auto;
  margin-bottom: 3rem;
  position: relative;
  z-index: 3;

}

/* 二刀流愛華 */
.aica_box {
  background: url(../img/intern/aica_bg.png);
  background-size: cover;
}

.aica_img {
  width: 23rem;
  height: 44.2rem;
  margin-bottom: -17rem;
  margin-inline: auto;
  position: relative;
  z-index: 2;
}

.aica_name {
  width: 21.3rem;
  height: 14.2rem;
  margin-inline: auto;
  margin-bottom: 3rem;
  position: relative;
  z-index: 3;
}

/* 鷹軍曹 */
.taka_box {
  background: url(../img/intern/taka_bg.png);
  background-size: cover;
}

.taka_img {
  width: 23rem;
  height: 44.2rem;
  margin-bottom: -8rem;
  margin-inline: auto;
  position: relative;
  z-index: 2;
}

.taka_name {
  width: 21.3rem;
  height: 7.1rem;
  margin-inline: auto;
  margin-bottom: 3rem;
  position: relative;
  z-index: 3;
}

/* mj */
.mj_box {
  background: url(../img/intern/mj_bg.png);
  background-size: cover;
}

.mj_img {
  width: 23rem;
  height: 44.2rem;
  margin-bottom: -4rem;
  margin-inline: auto;
  position: relative;
  z-index: 2;
}

.mj_name {
  width: 10.4rem;
  height: 7.1rem;
  margin-inline: auto;
  margin-bottom: 3rem;
  position: relative;
  z-index: 3;
}

/* 秘ノ者 */
.space_box {
  background: url(../img/intern/hinomono_bg.png);
  background-size: cover;
}

.space_img {
  width: 23rem;
  height: 44.2rem;
  margin-bottom: -8rem;
  margin-inline: auto;
  position: relative;
  z-index: 2;
}

.space_name {
  width: 21.3rem;
  height: 7.1rem;
  margin-inline: auto;
  margin-bottom: 3rem;
  position: relative;
  z-index: 3;
}


/* judge */
.judge_box {
  background-color: #000;
  min-height: 100lvh;
}

.judge_inner {
  max-width: 57.4rem;
  width: 100%;
  padding-block: 12.3rem 16.6rem;
  margin-inline: auto;
  /* margin: auto; */
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}

.judge_title {
  width: fit-content;
  margin-inline: auto;
  margin-bottom: 3.7rem;
}

/* ONLINE INTERN */
.online_intern_contentbox {
  min-height: 100vh;
}

.online_intern_inner {
  padding-block: 10.7rem 14.1rem;
}

.online_intern_titlebox {
  max-width: 56.5rem;
  width: 100%;
  margin-inline: auto;
  margin-bottom: 6.5rem;
}

.online_title {
  font-size: 9.3rem;
  width: fit-content;
  margin-inline: auto;
}

.online_intern_open_times {
  font-size: 6.2rem;
  font-family: var(--NotoSerif);
  font-weight: 900;
  width: fit-content;
  margin-inline: auto;
}

/* ONLINE INTERN スライダー */
.online_slider_box {
  position: relative;

}

.online_slider_img_bgbox {
  position: absolute;
  top: -13rem;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
  max-width: 72.2rem;
  width: 100%;
}

.online_slider_bg {
  width: 100%;
  height: 100%;
}

.online_slider_wrapper {
  /* width: 100%; */
  position: relative;
  z-index: 5;
  /* display: flex; */
  column-gap: 6rem;
  /* overflow-x: scroll; */
  overflow: visible;
  /* 暫定でちょっと左に */
  /* transform: translateX(42rem); */
}

.online_slider_item {
  max-width: 45rem;
  width: 100%;
  height: 32.4rem;
  flex-shrink: 0;
  padding: 0 3.9rem 3.35rem;
  background-color: #FFF;
}

.online_content_title {
  font-size: 3rem;
  font-family: var(--NotoSans);
  font-weight: 900;
  line-height: calc(37 / 30);
  margin-bottom: 0.34rem;
}

.online_desc {
  font-size: 1.6rem;
  font-family: var(--NotoSerif);
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: calc(28 / 16);
}

/* ONLINEカードの画像共通設定 */
.online_img {
  width: auto;
  display: block;
  margin-inline: auto;
  margin-top: -2.5rem;
}

/* ONLINEカードの各画像設定 */
.fb_img {
  width: 19.4rem;
  height: 17.2rem;
  margin-bottom: 1rem;
}

.knowledge_img {
  width: 34.4rem;
  height: 18.6rem;
}

.pr_img {
  width: 31.5rem;
  height: 19.2rem;
  margin-top: -3.5rem;
}

.groupwork_img {
  width: 33.5rem;
  height: 23.3rem;
  margin-top: -6.5rem;
}

/*--------
  総合職
------- */
.general_video_box {
  width: 100%;
  height: 100lvh;
}

.general_video_1,
.general_video_2 {
  width: 100%;
  height: 100%;
  object-fit: cover;
  vertical-align: middle;
}

/* 総合職案内 */
.general_position_detail_box {
  padding-block: 19.5rem 21.5rem;
  /* background-color: hsla(0, 0%, 100%, 1); */
  /* background: radial-gradient(circle at 91% 11%, hsla(241.99999999999997, 100%, 88%, 0.66) 4.038772213247173%, transparent 37.2265767974114%), radial-gradient(circle at 66% 37%, hsla(191.91176470588238, 100%, 88%, 1) 0%, transparent 63.33640956108327%), radial-gradient(circle at 36% 87%, hsla(136.32352941176467, 100%, 88%, 1) 12.107536057085522%, transparent 63.33640956108327%); */
  background-blend-mode: normal, normal, normal;
  min-height: 100lvh;
}

.general_position_inner {
  max-width: 57.6rem;
  width: 100%;
  margin-inline: auto;
}

.general_postion_title {
  width: fit-content;
  margin-inline: auto;
}

/* 挨拶 */
.greeting_box {
  padding-block: 11.4rem 13.7rem;
  /* background-color: hsla(0, 0%, 100%, 1); */
  /* background: radial-gradient(circle at 91% 11%, hsla(241.99999999999997, 100%, 88%, 0.66) 4.038772213247173%, transparent 37.2265767974114%), radial-gradient(circle at 66% 37%, hsla(191.91176470588238, 100%, 88%, 1) 0%, transparent 63.33640956108327%), radial-gradient(circle at 36% 87%, hsla(136.32352941176467, 100%, 88%, 1) 12.107536057085522%, transparent 63.33640956108327%); */
  background-blend-mode: normal, normal, normal;
}

.greeting_inner {
  max-width: 64.8rem;
  width: 100%;
  margin-inline: auto;
}

.greeting_title {
  width: fit-content;
  margin-inline: auto;
}

.greeting_txt {
  max-width: 57rem;
  width: 100%;
  margin-inline: auto;
}

/* インターン参加できていますか？ */
.intern_graph_box {
  padding-block: 7.4rem;
  max-width: 80rem;
  width: 100%;
  margin-inline: auto;

}

.intern_graph_title {
  font-size: 7.2rem;
  line-height: calc(81 / 72);
  width: fit-content;
  margin-inline: auto;
  margin-bottom: 5.7rem;
}

.intern_graph_img {
  width: 100%;
  margin-bottom: 4rem;
}

/* インターンチャンス */
.intern_chance_box {
  padding-block: 15.5rem;
  /* background-color: hsla(0, 0%, 100%, 1); */
  /* background: radial-gradient(circle at 91% 11%, hsla(241.99999999999997, 100%, 88%, 0.66) 4.038772213247173%, transparent 37.2265767974114%), radial-gradient(circle at 66% 37%, hsla(191.91176470588238, 100%, 88%, 1) 0%, transparent 63.33640956108327%), radial-gradient(circle at 36% 87%, hsla(136.32352941176467, 100%, 88%, 1) 12.107536057085522%, transparent 63.33640956108327%); */
  background-blend-mode: normal, normal, normal;
}

.intern_chance_inner {
  max-width: 88.6rem;
  width: 100%;
  margin-inline: auto;
}

.intern_chance_txt {
  max-width: 57rem;
  width: 100%;
  margin-inline: auto;
}

.initiative_title,
.initiative_txt {
  width: fit-content;
  margin-inline: auto;
}

/*--------
  取り組みセクション
------- */
.initiative_title_box {
  padding-block: 35rem;
  /* background-color: hsla(0, 0%, 100%, 1); */
  /* background: radial-gradient(circle at 91% 11%, hsla(241.99999999999997, 100%, 88%, 0.66) 4.038772213247173%, transparent 37.2265767974114%), radial-gradient(circle at 66% 37%, hsla(191.91176470588238, 100%, 88%, 1) 0%, transparent 63.33640956108327%), radial-gradient(circle at 36% 87%, hsla(136.32352941176467, 100%, 88%, 1) 12.107536057085522%, transparent 63.33640956108327%); */
  background-blend-mode: normal, normal, normal;
}

/* ウミガメ保護 */
.initiative_video_box {
  width: 100%;
  height: 100lvh;
  /* height: 300vh; */
}

.initiative_video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  /* height: 300vh; */
}

.sea_turtle_protect_box {
  padding-block: 19.5rem 21.5rem;
  /* background-color: hsla(0, 0%, 100%, 1); */
  /* background: radial-gradient(circle at 91% 11%, hsla(241.99999999999997, 100%, 88%, 0.66) 4.038772213247173%, transparent 37.2265767974114%), radial-gradient(circle at 66% 37%, hsla(191.91176470588238, 100%, 88%, 1) 0%, transparent 63.33640956108327%), radial-gradient(circle at 36% 87%, hsla(136.32352941176467, 100%, 88%, 1) 12.107536057085522%, transparent 63.33640956108327%); */
  background-blend-mode: normal, normal, normal;
}

.sea_turtle_inner {
  max-width: 72rem;
  width: 100%;
  margin-inline: auto;
}

.sea_turtle_protect_title {
  width: fit-content;
  margin-inline: auto;
}

.sea_turtle_protect_txt {
  max-width: 57rem;
  width: 100%;
  margin-inline: auto;
}

/* 未来共創 */
.future_create_img_box {
  width: 100%;
  height: 100lvh;
}

.future_create_img {
  width: 100%;
  height: 100%;
}

.future_create_box {
  padding-block: 22.1rem 24.2rem;
  /* background-color: hsla(0, 0%, 100%, 1); */
  /* background: radial-gradient(circle at 91% 11%, hsla(241.99999999999997, 100%, 88%, 0.66) 4.038772213247173%, transparent 37.2265767974114%), radial-gradient(circle at 66% 37%, hsla(191.91176470588238, 100%, 88%, 1) 0%, transparent 63.33640956108327%), radial-gradient(circle at 36% 87%, hsla(136.32352941176467, 100%, 88%, 1) 12.107536057085522%, transparent 63.33640956108327%); */
  background-blend-mode: normal, normal, normal;
}

.future_inner {
  max-width: 57rem;
  width: 100%;
  margin-inline: auto;
}

.future_create_title {
  width: fit-content;
  margin-inline: auto;
}

/* 優秀者表彰式 */
.awards_ceremony_container {
  position: relative;
}

.awards_ceremony_imgbox {
  width: 100%;
  height: 100lvh;
}

.awards_ceremony_img {
  width: 100%;
  height: 100%;
}

.awards_ceremony_thumbnail_container {
  width: 100%;
  position: absolute;
  left: 50%;
  bottom: 7.3rem;
  transform: translateX(-50%);
  /* display: flex; */
  justify-content: center;
  column-gap: 1.7rem;
}

.awards_thumbnail_inner {
  width: 100%;
  justify-content: center;
  column-gap: 1.7rem;
}

.awards_ceremony_thumbnail_list {
  width: 17.5rem !important;
  height: 10rem;
}

.awards_ceremony_thumbnail {
  width: 17.5rem;
  height: 10rem;
  border-radius: 1.5rem;
  vertical-align: middle;
}

.awards_ceremony_box {
  padding-block: 19.5rem 21.5rem;
  /* background-color: hsla(0, 0%, 100%, 1); */
  /* background: radial-gradient(circle at 91% 11%, hsla(241.99999999999997, 100%, 88%, 0.66) 4.038772213247173%, transparent 37.2265767974114%), radial-gradient(circle at 66% 37%, hsla(191.91176470588238, 100%, 88%, 1) 0%, transparent 63.33640956108327%), radial-gradient(circle at 36% 87%, hsla(136.32352941176467, 100%, 88%, 1) 12.107536057085522%, transparent 63.33640956108327%); */
  background-blend-mode: normal, normal, normal;
}

.awards_ceremony_inner {
  max-width: 57rem;
  width: 100%;
  margin-inline: auto;
}

.awards_ceremony_title {
  width: fit-content;
  margin-inline: auto;
}

/*--------
  インタビュー
------- */
.interview_box {
  padding-block: 35rem;
  /* background-color: hsla(0, 0%, 100%, 1); */
  /* background: radial-gradient(circle at 91% 11%, hsla(241.99999999999997, 100%, 88%, 0.66) 4.038772213247173%, transparent 37.2265767974114%), radial-gradient(circle at 66% 37%, hsla(191.91176470588238, 100%, 88%, 1) 0%, transparent 63.33640956108327%), radial-gradient(circle at 36% 87%, hsla(136.32352941176467, 100%, 88%, 1) 12.107536057085522%, transparent 63.33640956108327%); */
  background-blend-mode: normal, normal, normal;
}

.interview_title,
.interview_txt {
  width: fit-content;
  margin-inline: auto;
}

.interview_video_box {
  width: 100%;
  height: 100lvh;
  /* height: 300vh; */
}

.interview_video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.manager_box {
  padding-block: 22.2rem 18.5rem;
  /* background-color: hsla(0, 0%, 100%, 1); */
  /* background: radial-gradient(circle at 91% 11%, hsla(241.99999999999997, 100%, 88%, 0.66) 4.038772213247173%, transparent 37.2265767974114%), radial-gradient(circle at 66% 37%, hsla(191.91176470588238, 100%, 88%, 1) 0%, transparent 63.33640956108327%), radial-gradient(circle at 36% 87%, hsla(136.32352941176467, 100%, 88%, 1) 12.107536057085522%, transparent 63.33640956108327%); */
  background-blend-mode: normal, normal, normal;
}

.manager_inner {
  max-width: 57rem;
  width: 100%;
  margin-inline: auto;
}

.manager_title {
  width: fit-content;
  margin-inline: auto;
}

/*--------
  5POINT
------- */
.five_points_title_box {
  padding-block: 35rem;
  /* background-color: hsla(0, 0%, 100%, 1); */
  /* background: radial-gradient(circle at 91% 11%, hsla(241.99999999999997, 100%, 88%, 0.66) 4.038772213247173%, transparent 37.2265767974114%), radial-gradient(circle at 66% 37%, hsla(191.91176470588238, 100%, 88%, 1) 0%, transparent 63.33640956108327%), radial-gradient(circle at 36% 87%, hsla(136.32352941176467, 100%, 88%, 1) 12.107536057085522%, transparent 63.33640956108327%); */
  background-blend-mode: normal, normal, normal;
}

.five_points_title,
.five_points_txt {
  width: fit-content;
  margin-inline: auto;
}

/* 男女比 */
.male_female_ratio_container {
  position: relative;
}

.male_female_bgbox {
  width: 100%;
  height: 100lvh;
}

.male_female_bg {
  width: 100%;
  height: 100%;
}

/* 男女比のオブジェクト */
.male_female_ratio_box {
  position: absolute;
  top: 5.9rem;
  left: 13.2rem;
  background-color: rgba(255, 255, 255, 0.89);
  width: 42.9rem;
  height: 39.4rem;
  padding: 5.6rem 5rem 7.1rem;
}

.male_female_ratio_title {
  font-size: 10.3rem;
  font-family: var(--NotoSerif);
  font-weight: bold;
  line-height: calc(106 / 103);
  margin-bottom: 1.1rem;
}

.persentage {
  display: flex;
  column-gap: 3.6rem;
  margin-bottom: 1rem;
}

.male_persent,
.female_persent {
  font-size: 9.1rem;
  font-family: var(--Oswald);
  font-weight: bold;
  line-height: calc(97 / 91);
}

.male_persent>span,
.female_persent>span {
  font-size: 4rem;
}

.male_persent {
  color: #0651FF;
}

.female_persent {
  color: #E958FF;
}

.pictgram {
  width: 100%;
}

/* 有給消化率 */
.paid_holiday_container {
  position: relative;
  height: 100lvh;
}

.paid_holiday_bgbox {
  width: 100%;
  height: 100lvh;
}

.paid_holiday_bg {
  width: 100%;
  height: 100%;
}

.paid_holiday_graph_box {
  width: 50%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
  background-image: linear-gradient(rgba(0, 0, 0, 0.5))
}

.paid_holiday_inner {
  width: fit-content;
  margin-inline: auto;
  padding-top: 19rem;
}

.paid_holiday {
  font-size: 6.4rem;
  font-family: var(--NotoSerif);
  font-weight: 900;
  width: fit-content;
  margin-inline: auto;
}

/* 円グラフ */
.circle_graph {
  width: 34rem;
  /* height: 100%; */
  position: relative;
}

/* 全体の円グラフなどの設定 */
.paid_holiday_svg,
.male_childcare_leave_svg,
.female_childcare_leave_svg,
.child_rearing_svg {
  position: relative;
  width: 100%;
  height: auto;
  transform: rotate(-90deg);
}

.paid_holiday_data,
.male_childcare_leave_data,
.female_childcare_leave_data,
.child_rearing_data {
  font-size: 7.2rem;
  font-weight: bold;
  font-family: var(--Oswald);
}

/* 全体の円グラフなど設定 */

.clrcle_graph_base {
  fill: none;
  stroke: url(#grad);
  stroke-width: 6;
  stroke-dasharray: 100;
  stroke-dashoffset: 100;
  color: #54FF00;
}

.clrcle_graph_base.animate {
  animation: circle_show 2s ease-in-out forwards;
}

/* 円グラフアニメ */
@keyframes circle_show {
  to {
    stroke-dashoffset: 20;
  }
}

.percentage_number {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #111;
}

.paid_holiday_data span {
  font-size: 3rem;
}

/* 産休 */
.childcare_leave_container {
  position: relative;
  height: 100lvh;
}

.childcare_leave {
  font-size: 8.3rem;
  font-family: var(--NotoSerif);
  font-weight: 900;
}

.childcare_leave_bgbox {
  width: 100%;
  height: 100lvh;
  position: relative;
}

.childcare_leave_bgbox::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(rgba(0, 0, 0, 0.5));
}

.childcare_leave_bg {
  width: 100%;
  height: 100%;
}

.childcare_leave_graph_box {
  position: absolute;
  max-width: 67rem;
  width: 100%;
  top: 15.4rem;
  left: 50%;
  transform: translateX(-50%);
}

/* 円グラフ */
.circle_graph_container {
  display: flex;
}

.male_clrcle_graph_base {
  stroke-width: 6;
  animation: male_circle_show 2s ease-in-out forwards;
}

.female_clrcle_graph_base {
  stroke-width: 6;
  animation: female_circle_show 2s ease-in-out forwards;
}

/* 円グラフアニメ */
@keyframes male_circle_show {
  to {
    stroke-dashoffset: 17;
  }
}

@keyframes female_circle_show {
  to {
    stroke-dashoffset: 0;
  }
}

.male_childcare_leave_data,
.female_childcare_leave_data {
  font-size: 5.8rem;
}

.childcare_leave_percentage_number {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #111;
}

.male_childcare_leave_data>span,
.female_childcare_leave_data>span {
  font-size: 2.2rem;
}

.gender_pictgram {
  margin-top: 1.5rem;
  width: 2.5rem;
  height: 4.2rem;
}

/* 平均年齢 */
.average_age_container {
  display: flex;
  /* 暫定で高さを */
  /* height: 87rem; */
  height: 100lvh;
}

.average_age_box {
  width: 80rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.average_age_title {
  width: fit-content;
  font-size: 8.3rem;
  font-family: var(--NotoSerif);
  font-weight: bold;
  line-height: calc(85 / 83);
}

.average_age {
  display: block;
  background-clip: text !important;
  background: linear-gradient(300deg, #54FF00 0%, #3BD7FF 60%, #FB71FF 100%);
  color: transparent;
  font-size: 12.5rem;
  font-family: var(--NotoSerif);
  font-weight: 900;
  letter-spacing: -0.05em;
  line-height: calc(125 / 120);
  max-width: 29.6rem;
  width: 100%;
}

.average_age>span {
  display: inline-block;
  font-size: 3rem;
  font-weight: 900;
}

/* 縦スライダー */
.average_age_slider_box {
  /* width: 40%; */
  overflow: hidden;
}

.average_age_slider_wrapper {
  display: flex;
  /* flex-direction: column; */
  align-items: center;
}

.average_age_slider_imgbox {
  width: 35.8rem;
  height: 24.5rem;
}

.average_age_slider_img {
  width: 100%;
  height: 100%;
  /* vertical-align: middle; */
}

/* 子育てママ */
.child_rearing_container {
  display: flex;
  height: 100lvh;
}

.child_rearing_img_box {
  max-width: 80rem;
  width: 100%;
  flex-shrink: 0;
}

.child_rearing_img {
  width: 100%;
  height: 100%;
}

.child_rearing_title {
  font-size: 6.4rem;
  font-family: var(--NotoSerif);
  font-weight: 900;

}

.child_rearing_percent {
  position: relative;
}

.child_rearing_circle_box {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.child_rearing_percentage_number {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  /* color: #111; */
}

.child_rearing_data>span {
  font-size: 3rem;
}

/*--------
  Q&A
------- */
.qa_sec {
  padding-block: 10.2rem 15rem;
  /* background-color: ; */
}

.qa_outer {
  max-width: 82rem;
  width: 100%;
  margin-inline: auto;
}

.qa_title {
  width: fit-content;
  margin-inline: auto;
  margin-bottom: 6rem;
}

/* Q */
.qa_box {
  padding: 6.6rem 6.3rem 6.15rem 6.5rem;
  border: 0.1rem solid #E8E8E8;
  border-radius: 1rem;
  margin-bottom: 6rem;
}

.question {
  display: flex;
  justify-content: space-between;
  margin-bottom: 3.3rem;
  position: relative;
}

.question_txt {
  font-size: 3rem;
  font-family: var(--NotoSerif);
  font-weight: bold;

}

.q_head {
  font-size: 6.3rem;
  font-family: var(--Oswald);
  font-weight: bold;
  line-height: calc(65 / 63);
  background-clip: text !important;
  background: linear-gradient(70deg, #00FF90 0%, #00FFFF 100%);
  color: transparent;
  margin-right: 2rem;
}

.question::before,
.question::after {
  position: absolute;
  content: '';
  top: 50%;
  right: 0;
  bottom: 0;
  width: 2.4rem;
  height: 0.1rem;
  margin: auto;
  background: #151E2F;
}

.question::after {
  transform: rotate(-90deg);
  transition: transform 0.3s;
}

.question.active::after {
  transform: rotate(0deg);
}

/* .click_mark {
  width: 2.4rem;
  height: 2.4rem;
  align-self: flex-end;
  position: relative;
  margin-bottom: 0.8rem;
}

.click_mark > span {
  position: absolute;
  top: 50%;
  left: 0;
  height: 0.1rem;
  width: 2.4rem;
  background-color: #000;
}

.click_mark>span:nth-child(2) {
  transform: rotate(90deg);
}

.click_mark>span:nth-child(2).is_open{
  transform: rotate(0deg);
} */

/* A */
/* jqueryを使って開閉処理 */
.answer {
  display: none;
}

/* 1つ目だけ一旦表示 */
.is_open {
  display: block;
}

.a_head {
  display: inline;
  font-size: 6.3rem;
  font-family: var(--Oswald);
  font-weight: bold;
  line-height: calc(71 / 63);
  margin-right: 2rem;
}

.answer_txt {
  font-size: 2.1rem;
  font-family: var(--NotoSerif);
  font-weight: 500;
  line-height: calc(53 / 21);
}

/*--------
  福利厚生
------- */
.welfare_program_sec {
  background: linear-gradient(180deg, #f4fffd 0%, #FFF 40%);
}


.welfare_program_box {
  padding-block: 9.8rem 15.1rem;
  max-width: 102.4rem;
  width: 100%;
  margin-inline: auto;
}

/* 福利厚生、募集要項は全く同じの為、使いまわし */
.welfare_program_title,
.recruitment_title {
  font-size: 6rem;
  font-family: var(--NotoSerif);
  font-weight: 900;
  letter-spacing: 0.05em;
  line-height: calc(60 / 45);
  width: fit-content;
  margin-inline: auto;
  margin-bottom: 9.42rem;
}

/* -----↑使いまわし部分 */

.welfare_program_desc_container {
  display: flex;
  padding-block: 5.3rem 4.4rem;
  border-bottom: 0.1rem solid #D4D4D4;
}

.welfare_program_descterm_box {
  width: 17.4rem;
  margin-right: 8.8rem;
  flex-shrink: 0;
  /* display: flex; */
}

.welfare_program_descterm,
.welfare_program_desc {
  font-size: 1.6rem;
  font-family: var(--NotoSerif);
  font-weight: bold;
  letter-spacing: 0.05em;
}

.welfare_program_desc_box {
  display: flex;
  flex-wrap: wrap;
  gap: 3.2rem 4rem;
}

.welfare_program_desc {
  letter-spacing: -0.016em;
  display: flex;
  align-items: center;
}

.welfare_program_desc::before {
  content: "";
  width: 0.7rem;
  height: 0.7rem;
  border-radius: 50%;
  background-color: #31F990;
  margin-right: 1rem;
}

/*--------
  募集要項
------- */
.recruitment_sec {
  background: linear-gradient(180deg, #f4fffd 0%, #FFF 40%);
}

.recruitment_box {
  max-width: 92rem;
  width: 100%;
  margin-inline: auto;
  padding-block: 9.8rem 11.1rem;
}

.fee_box {
  display: flex;
  margin-bottom: 2rem;
}

.fee_box:last-child {
  padding-bottom: 4.3rem;
  border-bottom: 0.1rem solid #D4D4D4;
}

/* 募集要項の各項目の見出し部分（共通） */
.fee_descterm,
.fee_desc,
.various_allowances_descterm {
  font-size: 1.8rem;
  font-family: var(--NotoSerif);
  font-weight: bold;
  letter-spacing: 0.05em;
}

.fee_descterm {
  width: 30rem;
}

.fee_desc {
  font-weight: 500;
}

/* 固定残業代 */
.overtime_fee_box {
  margin-bottom: 2rem;
  padding-bottom: 2.4rem;
  border-bottom: 0.1rem solid #D4D4D4;
}

.overtime_fee_desclist {
  display: flex;
}

/* 募集要項の項目内容部分（共通） */
.overtime_fee_descterm,
.overtime_fee_desc,
.overtime_fee_detail,
.various_allowances_desc {
  font-size: 1.8rem;
  font-family: var(--NotoSerif);
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: calc(30 / 18);
}

.overtime_fee_descterm {
  margin-right: 1.8rem;
}

/* 諸手当 */
.various_allowances_desclist {
  padding-bottom: 3rem;
  border-bottom: 0.1rem solid #D4D4D4;
  margin-bottom: 2rem;
}

.various_allowances_container {
  display: flex;
}

.various_allowances_descterm {
  width: 30rem;
}

.various_allowances_desc {
  line-height: calc(36 / 18);
}

/*--------
  採用フロー
------- */
.recruitment_flow_sec {
  padding-block: 13.1rem 10.7rem;
  /* background-color: hsla(0, 0%, 100%, 1); */
  /* background: radial-gradient(circle at 91% 11%, hsla(241.99999999999997, 100%, 88%, 0.66) 4.038772213247173%, transparent 37.2265767974114%), radial-gradient(circle at 66% 37%, hsla(191.91176470588238, 100%, 88%, 1) 0%, transparent 63.33640956108327%), radial-gradient(circle at 36% 87%, hsla(136.32352941176467, 100%, 88%, 1) 12.107536057085522%, transparent 63.33640956108327%); */
  background-blend-mode: normal, normal, normal;
}

.recruitment_flow_box {
  max-width: 118.6rem;
  width: 100%;
  margin-inline: auto;
}

.recruitment_flow_title {
  font-size: 9rem;
  font-family: var(--NotoSerif);
  font-weight: 900;
  line-height: 1;
  width: fit-content;
  margin-inline: auto;
  margin-bottom: 8.4rem;
}

/* フロー */
.recruitment_flow_container {
  display: flex;
  justify-content: center;
  margin-bottom: 8.1rem;
}

.step_container {
  display: flex;
  align-items: center;
  margin-right: 3.3rem;
}

.step_num,
.step_span {
  display: flex;
  flex-direction: column;
  align-items: center;
  font-size: 1.8rem;
  font-family: var(--Oswald);
  font-weight: bold;
  letter-spacing: 0.05em;
  line-height: calc(20 / 18);
}

.step_num {
  margin-right: 2rem;
}

.step_span {
  font-size: 4.3rem;
  line-height: 0.8;
}

/* ステップの見出し文字色 */
.step_container:nth-child(1)>.step_num {
  color: #50F82E;
}

.step_container:nth-child(2)>.step_num {
  color: #42E2BA;
}

.step_container:nth-child(3)>.step_num {
  color: #57C8FE;
}

.step_container:nth-child(4)>.step_num {
  color: #9AA4FD;
}

.step_container:nth-child(4)>.step_txt {
  color: #9AA4FD;
  font-size: 6.2rem;
}

.step_txt {
  font-size: 2.4rem;
  font-family: var(--NotoSerif);
  font-weight: bold;
  line-height: calc(33 / 24);
}

/* 内定者情報 */
.official_offer_container {
  max-width: 74.7rem;
  width: 100%;
  margin-inline: auto;
  background-color: #FFF;
  padding: 3.65rem 4rem 5rem 4.57rem;
}

.official_offer_box {
  margin-bottom: 3.5rem;
}

.official_offer_box:last-child {
  margin-bottom: 0;
}

.official_offer_title {
  display: flex;
  align-items: center;
  font-size: 2.1rem;
  font-family: var(--NotoSerif);
  font-weight: bold;
  letter-spacing: 0.05em;
  line-height: calc(30 / 21);
  margin-bottom: 1rem;
}

.official_offer_title::before {
  content: "";
  width: 0.7rem;
  height: 0.7rem;
  background-color: #31F990;
  border-radius: 50%;
  margin-right: 0.7rem;
}

.official_offer_txt {
  font-size: 1.8rem;
  font-family: var(--NotoSerif);
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: calc(30 / 18);
}

/*--------
  フッター
------- */
.intern_footer {
  background: linear-gradient(115deg, #CC7EFF 0%, #3B93FF 33%, #8166FC 80%, #FC9FFF 100%);
  height: 17rem;
  display: grid;
  place-items: center;
}

.footer_logo_img {
  width: 42.5rem;
  height: 6.7rem;
}

/* swiper */
/* スライドの動き等速 */
.swiper-wrapper {
  transition-timing-function: linear;
}

.swiper-button-prev::after,
.swiper-button-next::after {
  content: "";
  height: 0;
  /* margin: auto; */
  margin-block: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  width: 0;
}

/* 前への矢印カスタマイズ */
.swiper-button-prev::after {
  left: 0;
  border-bottom: 3rem solid transparent;
  border-right: 2.5rem solid #007aff;
  border-top: 3rem solid transparent;
}

/* 次への矢印カスタマイズ */
.swiper-button-next::after {
  right: 0;
  border-bottom: 3rem solid transparent;
  border-left: 2.5rem solid #007aff;
  border-top: 3rem solid transparent;

}

/* メディアクエリ */
@media screen and (max-width: 699.98px) {

  .sp_only {
    display: block;
  }

  /* 共通設定 */
  .common_ozwald_title {
    font-size: 8.9rem;
    margin-bottom: 2.6rem;
  }

  .common_notoserif_title {
    font-size: 4rem;
  }

  .common_sec_desc_txt {
    font-size: 1.9rem;
  }

  /* 共通設定ここまで */

  .intern_header {}

  .intern_header_outer {}

  .header_logo_img {}

  .intern_hum_box {}

  .hum_line {}

  .hum_line:nth-child(1) {}

  .hum_line:nth-child(2) {}

  .hum_line:nth-child(3) {}

  .intern_hum_navbox {
    top: 0;
    padding: 10rem 2rem 2rem;
  }

  .intern_header_logobox {}

  .header_logo_img {}

  .header_logo_img.is_active {}

  .intern_hum_nav_bg {}

  .intern_hum_navlinkbox {
    width: 100%;
  }

  .intern_nav_list {
    font-size: 3.2rem;
  }

  .intern_nav_link {}

  .main_visual_sec {}

  .main_visual_container {
    /* position: relative; */
    /* display: block; */
    padding: 10rem 2rem 5rem;
    /* overflow: hidden; */
    /* ヘッダーロゴが見えなくなるのて、暫定で設定 */
    /* z-index: -1; */
    width: 100%;
    margin-top: -64rem;
    z-index: 2;
  }

  .main_left_container {
    width: 100%;
    /* position: absolute; */
    top: 14rem;
    left: 2.5rem;
    /* z-index: 5; */
  }

  .main_left_inner {}

  .main_year {
    font-size: 13.3rem;
  }

  .day_container {
    column-gap: 1rem;
    margin-top: -3rem;
    margin-bottom: 2.5rem;
  }

  .day_img {
    width: 9rem;
    height: 9rem;
  }

  .main_text_box {
    font-size: 7.8rem;
  }

  .fv_jp_catch{
    width: 14rem;
    top: 2rem;
    right: 0;
  }

  .main_sub_text {
    font-size: 3.8rem;
    /* letter-spacing: 0.1em; */
  }

  .main_right_container {
    width: 100%;
  }

  .common_top_slider_list {
    width: 24.1rem;
    height: 16.7rem;
  }


  .top_slider_listbox,
  .middle_slider_listbox,
  .bottom_slider_listbox {}

  .top_slider_listbox,
  .middle_slider_listbox {}

  .main_middle_slider {}

  .bg_video_box {}

  .main_visual_bg {
    height: 100lvh;

  }

  .main_bg_video {}

  .bbq_overview_box {}

  .bbq_txtbox {
    max-width: 32.3rem;
    padding-block: 15.3rem 19.2rem;

  }

  .bbq_title {}

  /* .intern_outer {
    display: flex;
    flex-wrap: wrap;
    gap: 2.5rem;
    justify-content: center;
  } */


  .intern_day_box {
    /* max-width: 35.5rem;
    width: 100%;
    margin-inline: auto; */
    /* align-items: center; */
    width: fit-content;
  }

  .common_intern_times {
    font-size: 5rem;
    text-align: center;
    /* max-width: 14.1rem; */
  }

  .intern_box_gens,
  .intern_entry_counters {
    gap: 2rem;
  }

  .intern_day_container,
  .intern_detail_container,
  .intern_entry_container,
  .remaining_container {
    flex-wrap: wrap;
    justify-content: center;
    gap: 1.5rem;
  }

  .intern_day_container {
    flex-direction: column;
    gap: 0;
  }

  .time_detail_box {
    max-width: 16.8rem;
    width: 100%;
    /* width: fit-content; */
  }

  .general_postion_frame {
    font-size: 4.6rem;
    max-width: 14.1rem;
    margin-inline: auto;
    flex: 0;
  }

  .common_intern_txt {
    font-size: 1.9rem;
  }

  .common_exp_txt {
    font-size: 6.3rem;
  }

  .common_days_txt {
    font-size: 7.3rem;
  }

  .common_stage_date {
    font-size: 1.7rem;
  }

  .intern_entry_container {
    height: 67.5rem;
  }

  .remaining_container {
    justify-content: center;
    gap: 0;
    /* column-gap: 1rem; */
    width: 100%;
  }

  .remaining_txt {
    font-size: 2.4rem;
    padding-right: 0.3em;
  }

  .remaining_num {
    font-size: 7rem;
    background: linear-gradient(300deg, #54FF00 0%, #3BD7FF 60%, #FB71FF 100%);
    background-clip: text !important;
  }

  .unit {
    font-size: 2.2rem;
    font-weight: bold;
    margin-bottom: 0.4rem;
    writing-mode: initial;
    padding-right: 0.5rem;
  }

  .online_intern_infobox {}

  .online_title {}

  .online_open_times {
    font-size: 5rem;
  }

  .online_detail {
    font-size: 1.9rem;
    margin-bottom: 2.8rem;
  }

  .line_link,.hum_line_link {
    max-width: 20.5rem;
    height: 5rem;
    margin-bottom: 5.3rem;

  }

  .hum_line_link{
      margin-left: 0;
  }

  .line_link:not(.online_intern_infobox .line_link) {
    margin-top: 9rem;
  }


  .line_link:not(.online_intern_infobox .line_link)::before {
    width: 6.5rem;
    transform: translate(-50%, -100%);
    background-image: url(../img/intern/gift_icon_sp.png);
    top: 0;
    left: 50%;
    aspect-ratio: 0.8;
  }

  .line_link:not(.online_intern_infobox .line_link)::after {
    width: 16.7rem;
    transform: translate(61%, -151%) rotate(-9deg);
  }

  .intern_entry_container {
    display: flex;
    height: auto;
  }

  .intern_info_roll {
    height: auto;
  }

  .intern_info_roll .time_detail_box:nth-child(2) {
    display: none;
  }

  .line_link_img {}

  .intern_place_img_box {}

  .intern_place_mainimg {
    width: 100%;
    height: 100%;
    object-position: 45% 0%;
  }

  .summer_intern_txtimg {
    width: 23.6rem;
    height: 7.1rem;
    top: 6.6rem;
    right: 2rem;
  }

  .intern_place_desc_box {
    max-width: 33.5rem;
    width: 100%;
    margin-inline: auto;
  }

  .intern_place_desc_container {
    flex-direction: column;
  }

  .intern_place_title {
    width: fit-content;
    margin-inline: auto;
  }

  .intern_place_desc_txt {}

  .instructor_box {
    padding-block: 3.6rem;
  }

  .instructor_title {
    font-size: 7rem;
  }

  .instructor_detail_wrapper {
    max-width: 34.5rem;
  }

  .instructor_detail_container {}

  .instructor_detail_container.is_show {}

  .instructor_detail_inner {
    flex-direction: column;
  }

  .instructor_img_box {
    background-position: 57%;
  }

  .instructor_img {}

  .instructor_division {
    display: inline-block;
    margin-right: 0.9rem;
  }

  .instructor_name {
    display: inline-block;
  }

  .instructor_detail_txt {}

  .instructor_thumbnail_box {
    width: 24rem;
    margin-inline: auto;
    gap: 1.5rem 1.2rem;
    justify-content: center;
    flex-wrap: wrap;
  }

  .instructor_thumbnail {
    width: 6.8rem;
    height: 6.8rem;
  }

  .secret_instructor {
    font-size: 4rem;
  }

  .secret_instructor,
  .secret_instructor_img {}

  .secret_instructor_img {}

  /*  */

  .three_works_box {
    max-width: 33.5rem;
    width: 100%;
    margin-inline: auto;
  }

  .three_works_inner {}

  .three_works_title {}

  .common_exp_entitle {
    font-size: 4.4rem;
  }

  .common_exp_title {
    font-size: 6rem;
  }

  .common_exp_desc_txt {
    font-size: 1.5rem;
    line-height: calc(30 / 15);
  }

  .common_exp_detail_inner {
    max-width: 33.5rem;
    padding-block: 8.2rem 6.1rem;
    margin-inline: auto;
  }

  .web_exp_detail_box {
    height: auto;
    background-size: 290%;
    background-repeat: no-repeat;
    background-position: -38rem -4rem;
  }

  .web_exp_detail_box::before {}

  .web_exp_entitle {
    top: 5rem;
    right: -2rem;
  }

  .sales_exp_detail_box {
    background-size: 270%;
    background-repeat: no-repeat;
    background-position: -21rem 0rem;
    background-size: cover;
  }

  .sales_exp_detail_box::before {}

  .sales_exp_entitle {
    top: 5rem;
    right: -2rem;
  }

  .service_exp_detail_box {
    background-size: 260%;
    background-repeat: no-repeat;
    background-position: -23rem 0rem;
    background-size: cover;
  }

  .service_exp_detail_box::before {}

  .service_exp_entitle {
    top: 5rem;
    right: -2rem;
  }

  /* -----
  ５帝王
  ----- */
  .five_emperor_sec {}

  .five_emperor_txtimg {
    top: 6rem;
  }

  .five_emperor_container {
    height: 67.5rem;
  }

  .five_emperor_box {}

  .common_fivebox_setting {}


  .b_dragon_box {}

  /* 各画像の位置調整 */
  .b_dragon_container {
    transform: translateY(-26rem);
  }

  .aica_container {
    transform: translate(6rem, -26rem);
  }

  .taka_container {
    transform: translate(12rem, -26rem);
  }

  .mj_container {
    transform: translate(-16rem, -2rem);
  }

  .space_container {
    transform: translate(-9rem, -2rem);
  }

  .b_dragon_img {
    margin-bottom: -4rem;
    width: 11.3rem;
    height: 21.6rem;
  }

  .b_dragon_name {
    width: 6.2rem;
    height: 3.1rem;
    margin-bottom: 0;
    transform: translateX(2rem);
  }

  .aica_box {}

  .aica_img {
    margin-bottom: -9rem;
    width: 11.3rem;
    height: 21.6rem;
  }

  .aica_name {
    width: 9.3rem;
    height: 6.2rem;
    margin-bottom: 0;
  }

  .taka_box {}

  .taka_img {
    margin-bottom: -5rem;
    width: 11.3rem;
    height: 21.6rem;
  }

  .taka_name {
    max-width: 8.5rem;
    height: 3.1rem;
    margin-bottom: 0;
    transform: translateX(1rem);
  }

  .mj_box {}

  .mj_img {
    width: 11.3rem;
    height: 21.6rem;

  }

  .mj_name {
    width: 6.2rem;
    height: 3.1rem;
    margin-bottom: 0;
    transform: translateX(1rem);
  }

  .space_box {}

  .space_img {
    width: 11.3rem;
    height: 21.6rem;
    margin-bottom: -4rem;
  }

  .space_name {
    width: 9rem;
    height: 3.1rem;
    margin-bottom: 0;
    transform: translateX(1rem);
  }

  .judge_box {}

  .judge_inner {
    max-width: 33.5rem;
    padding-block: 10.6rem 13.6rem;
  }

  .judge_title {}

  .online_intern_inner {
    padding-block: 2.3rem 3.5rem;
  }

  .online_intern_titlebox {
    max-width: 33.5rem;
    text-align: center;
  }

  .online_title {}

  .online_intern_open_times {
    font-size: 5rem;
  }

  .online_slider_box {}

  .online_slider_img_bgbox {
    opacity: 0;
  }

  .online_slider_bg {}

  .online_slider_wrapper {
    overflow: hidden;
    /* overflow-x: scroll; */
    /* 一旦、元の位置に */
    transform: translateX(0);
  }

  .online_slider_item {
    max-width: 33.6rem !important;
    width: 100% !important;
    height: auto;
    margin-top: 5rem;
    margin-inline: 1.9rem;
    padding: 0 2.9rem 5.4rem;

  }

  .online_content_title {
    font-size: 2.1rem;
  }

  .online_desc {}

  .online_img {}

  .fb_img {}

  .knowledge_img {}

  .pr_img {}

  .groupwork_img {}

  .general_video_box {
    /* height: 67.5rem; */
  }

  .general_video_1 {
    object-position: -73rem 0;
  }

  .general_video_2 {
    object-position: -14rem 0;
  }

  .general_position_detail_box {}

  .general_position_inner {
    max-width: 33.5rem;
  }

  .general_postion_title {}

  .greeting_box {}

  .greeting_inner {
    max-width: 33.5rem;
  }

  .greeting_title {
    margin-inline: unset;
    font-size: 4.5rem;
  }

  .greeting_txt {}

  .intern_graph_box {
    max-width: 34.5rem;
    padding-block: 17.5rem 20rem;
  }

  .intern_graph_title {
    font-size: 3.4rem;
  }

  .intern_graph_img {}

  .intern_chance_box {
    padding-bottom: 0;
  }

  .intern_chance_inner {
    max-width: 33.5rem;
  }

  .intern_chance_txt {}

  .initiative_inner {
    max-width: 33.5rem;
    width: 100%;
    margin-inline: auto;
  }

  .initiative_title {
    font-size: 8.2rem;
    text-align: center;
    margin-bottom: 2.8rem;
  }

  .initiative_txt {}

  .initiative_title_box {}

  .initiative_video_box {}

  .initiative_video {}

  .sea_turtle_protect_box {}

  .sea_turtle_inner {
    max-width: 33.5rem;
  }

  .sea_turtle_protect_title {
    margin-bottom: 2.7rem;
  }

  .sea_turtle_protect_txt {}

  .future_create_img_box {}

  .future_create_img {
    object-position: -45rem 0;
  }

  .future_create_box {}

  .future_inner {
    max-width: 33.5rem;
  }

  .future_create_title {
    margin-bottom: 2.7rem;
  }

  .awards_ceremony_container {}

  /* 表彰式セクションだが、SPは画像切り替えなし？ */
  .awards_ceremony_imgbox {}

  .awards_ceremony_img {}

  .awards_ceremony_thumbnail_container {
    /* 一旦非表示 */
    display: none;
  }

  .awards_ceremony_thumbnail {}

  .awards_ceremony_box {}

  .awards_ceremony_inner {
    max-width: 33.5rem;
  }

  .awards_ceremony_title {}

  /*  */

  .interview_box {}

  .interview_title,
  .interview_txt {}

  .interview_title {
    font-size: 7.9rem;
    margin-bottom: 2.7rem;
  }

  .interview_video_box {}

  .interview_video {}

  .manager_box {}

  .manager_inner {
    max-width: 33.5rem;
  }

  .manager_title {}

  .five_points_title_box {}

  .five_points_title,
  .five_points_txt {}

  .five_points_title {
    margin-bottom: 2.7rem;
  }


  .male_female_ratio_container {
    width: 100%;
  }

  .male_female_bgbox {}

  .male_female_bg {}

  .male_female_ratio_box {
    width: 24.6rem;
    height: 22.6rem;
    padding: 3.2rem 4rem 4rem 3.4rem;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }

  .male_female_ratio_title {
    font-size: 5.7rem;
  }

  .persentage {
    column-gap: 2.5rem;
  }

  .male_persent,
  .female_persent {
    font-size: 5rem;
  }

  .male_persent>span,
  .female_persent>span {
    font-size: 2rem;
  }

  .male_persent {}

  .female_persent {}

  .pictgram {
    width: 17.3rem;
    height: 2.4rem;
  }

  .paid_holiday_container {
    /* height: 67.5rem; */
  }

  .paid_holiday_bgbox {
    /* height: 100%; */
  }

  .paid_holiday_bg {}

  .paid_holiday_graph_box {
    width: 100%;

  }

  .paid_holiday_inner {
    padding-top: 15.3rem;
  }

  .paid_holiday {
    font-size: 4.6rem;
  }

  .circle_graph {
    height: 30rem;
  }

  .paid_holiday_svg,
  .male_childcare_leave_svg,
  .female_childcare_leave_svg,
  .child_rearing_svg {}

  .paid_holiday_data,
  .male_childcare_leave_data,
  .female_childcare_leave_data,
  .child_rearing_data {}

  .clrcle_graph_base {}

  /* @keyframes circle_show {
    to {}
  } */

  .percentage_number {
    top: -0.8rem;
  }

  .paid_holiday_percentage {
    top: 1.8rem;
  }

  .paid_holiday_data span {}

  .childcare_leave_container {
    /* height: 80rem; */
  }

  .childcare_leave {
    width: fit-content;
    margin-inline: auto;
    font-size: 4.6rem;
    text-align: center;
    margin-bottom: 5rem;
  }

  .childcare_leave_bgbox {
    /* height: 100%; */
  }

  .childcare_leave_bgbox::before {}

  .childcare_leave_bg {}

  .childcare_leave_graph_box {
    top: 2.3rem;
  }

  .circle_graph_container {
    max-width: 33.5rem;
    width: 100%;
    margin-top: -4rem;
    margin-inline: auto;
    flex-direction: column;
  }

  .male_clrcle_graph_base {}

  .female_clrcle_graph_base {}

  /* @keyframes male_circle_show {
    to {}
  }

  @keyframes female_circle_show {
    to {}
  } */

  .male_childcare_leave_data,
  .female_childcare_leave_data {}

  .childcare_leave_percentage_number {
    top: 1.5rem
  }

  .male_childcare_leave_data>span,
  .female_childcare_leave_data>span {}

  .gender_pictgram {}

  .average_age_container {
    /* height: 67.5rem; */
    padding-block: 14.3rem;
    flex-direction: column;
  }

  .average_age_box {
    width: 100%;
    margin-bottom: 3.6rem;
    /* flex-direction: column; */
  }

  .average_age_title {
    font-size: 6.2rem;
  }

  .average_age {
    text-align: center;
    font-size: 9.2rem;
  }

  .average_age>span {
    font-size: 2.5rem;
    margin-left: 1rem;
  }

  .average_age_slider_box {
    display: block;
    width: 100%;
  }

  .average_age_slider_wrapper {
    /* flex-direction: row; */
  }

  .average_age_slider_imgbox {
    width: 25.7rem !important;
    height: 17.6rem;
  }

  .average_age_slider_img {
    width: 100%;
    height: 100%;
    vertical-align: middle;
  }

  .child_rearing_container {
    flex-direction: column;
    position: relative;
  }

  .child_rearing_container::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(rgba(0, 0, 0, 0.2));

  }

  .child_rearing_img_box {
    /* height: 67.5rem; */
  }

  .child_rearing_img {
    object-position: 0;
  }

  .child_rearing_title {}

  .child_rearing_percent {}

  .child_rearing_circle_box {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
  }

  .child_rearing_percentage_number {}

  .child_rearing_data>span {}

  .qa_sec {
    padding-block: 8.2rem;
  }

  .qa_outer {
    max-width: 33.5rem;
  }

  .qa_title {
    font-size: 7.9rem;
  }

  .qa_box {
    margin-bottom: 2.4rem;
    padding: 2.1rem 2.2rem 2.5rem;
  }

  .qa_box:last-child {
    margin-bottom: 0;
  }

  .question {
    align-items: center;
    margin-bottom: 0;
  }


  .question::before,
  .question::after {
    top: 25%;
    width: 1rem;
  }

  .question_txt {
    font-size: 1.6rem;
  }

  .q_head,
  .a_head {
    font-size: 2.4rem;
    margin-right: 0.9rem;
  }

  .click_mark {
    width: 1rem;
    height: 1rem;

  }

  .click_mark>span {
    width: 1rem;
  }

  .click_mark>span:nth-child(2) {}

  .answer {}

  .is_open {}

  .a_head {}

  .answer_txt {
    font-size: 1.4rem;
    margin-top: 2rem;
  }

  .welfare_program_sec {}

  .welfare_program_box {
    max-width: 33.5rem;
    padding-block: 4.5rem 6rem;
  }

  .welfare_program_title,
  .recruitment_title {
    font-size: 4rem;
    margin-bottom: 4.4rem;
  }

  .welfare_program_desc_container {
    flex-direction: column;
    padding-block: 4.3rem 4.4rem;
  }

  .welfare_program_descterm_box {}

  .welfare_program_descterm {
    margin-bottom: 2.5rem;
  }

  .welfare_program_descterm,
  .welfare_program_desc {}

  .welfare_program_desc_box {
    flex-direction: column;
  }

  .welfare_program_desc {}

  .welfare_program_desc::before {}

  .recruitment_sec {}

  .recruitment_box {
    max-width: 33.5rem;
    padding-block: 4.5rem 6rem;
  }

  .fee_box {
    flex-direction: column;
    margin-bottom: 2.5rem;
  }

  .fee_box:last-child {
    margin-bottom: 3.5rem;
  }

  .fee_descterm,
  .fee_desc,
  .various_allowances_descterm {}

  .fee_descterm {
    margin-bottom: 3rem;
  }

  .fee_desc {
    line-height: calc(36 / 18);
  }

  .overtime_fee_box {
    margin-bottom: 3.5rem;
  }

  .overtime_fee_desclist {}

  .overtime_fee_descterm,
  .overtime_fee_desc,
  .overtime_fee_detail,
  .various_allowances_desc {}

  .overtime_fee_descterm {}

  .various_allowances_desclist {
    padding-bottom: 3.5rem;
    margin-bottom: 3.5rem;
  }

  .various_allowances_container {
    flex-direction: column;
  }

  .various_allowances_descterm {
    margin-bottom: 2.5rem;
  }

  .various_allowances_desc {}

  .recruitment_flow_sec {
    padding-block: 5.4rem 10.1rem;
  }

  .recruitment_flow_box {
    max-width: 33.5rem;
  }

  .recruitment_flow_title {
    font-size: 5.6rem;
  }

  .recruitment_flow_container {
    margin-left: 3.4rem;
    flex-direction: column;
  }

  .step_container {
    margin-right: 0;
    margin-bottom: 2.4rem;
  }

  .step_num,
  .step_span {}

  .step_num {
    margin-right: 1.4rem;
  }

  .step_span {
    font-size: 4.2rem;
  }

  .step_container:nth-child(1)>.step_num {}

  .step_container:nth-child(2)>.step_num {}

  .step_container:nth-child(3)>.step_num {}

  .step_container:nth-child(4)>.step_num {}

  .step_container:nth-child(4)>.step_txt {}

  .step_txt {}

  .official_offer_container {
    padding: 3rem 2.2rem 2.3rem;
  }

  .official_offer_box {}

  .official_offer_box:last-child {}

  .official_offer_title {}

  .official_offer_title::before {}

  .official_offer_txt {
    font-size: 1.6rem;
  }

  .intern_footer {}

  .footer_logo_img {
    width: 28rem;
    height: 4.4rem;
  }

  /* swiper */
  /* 前へ次への矢印カスタマイズ */

  .swiper-button-next,
  .swiper-button-prev {
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none;
    /* 長押しメニューを無効 */
    user-select: none;
    /* テキスト選択無効 */
    outline: none;
  }


  .swiper-button-prev::after,
  .swiper-button-next::after {
    content: "";
    height: 0;
    /* margin: auto; */
    margin-block: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    width: 0;
  }

  /* 前への矢印カスタマイズ */
  .swiper-button-prev::after {
    left: 0;
    border-bottom: 3rem solid transparent;
    border-right: 2.5rem solid #007aff;
    border-top: 3rem solid transparent;
  }

  /* 次への矢印カスタマイズ */
  .swiper-button-next::after {
    right: 0;
    border-bottom: 3rem solid transparent;
    border-left: 2.5rem solid #007aff;
    border-top: 3rem solid transparent;

  }

}