@charset "utf-8";

/* 移植・上書き
--------------------------------------------------------------------------------------------------------------------*/
:root { --color-base-primary: #236099; --color-base-primaryFaded: #D4E6F3; --color-base-primaryInside: #ffffff;
--color-base-secondary: #80C8D1; --color-base-secondaryInside: #1B1B1B; --color-base-background: #F0F6F6;
--color-base-text: #1B1B1B; --color-base-text-gray: #666666; --color-base-footerBackground: #1A3758;
--color-base-footerText: #ffffff; --color-base-gray: #eeeeee; --color-header-bg: black; --color-header-text: white;
--color-btn-bg: #fddb3a; --color-btn-text: black; --font-size-xs: 12px; --font-size-xs-sp: 12px; --font-size-s: 15px;
--font-size-s-sp: 15px; --font-size-m: 18px; --font-size-m-sp: 16px; --font-size-l: 24px; --font-size-l-sp: 18px;
--font-size-xl: 28px; --font-size-xl-sp: 20px; --font-size-xxl: 44px; --font-size-xxl-sp: 24px; --border-radius: 5px;
--border-radius-button: 5px; --font-family-ja: YakuHanJP, "Noto Sans JP", -apple-system, BlinkMacSystemFont,
"Helvetica Neue", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
--font-family-en: "Barlow Semi Condensed", sans-serif; }
#recruit_event2025_header img,
#recruit_event2025 img,
#recruit_event2025_header picture,
#recruit_event2025 picture {
  height: auto;
	vertical-align: middle;
	border: none;
  display: inline;
}
footer#footer {
  position: relative;
}
.maenomery-s-bg .s-bg__wrapper {
  position: absolute;
  height: 100%;
}


/* 共通設定
--------------------------------------------------------------------------------------------------------------------*/
#recruit_event2025 {
  color: #ffffff;
  position: relative;
}
.recruit_event2025_background {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  transition: opacity 2s ease;
}
#recruit_event2025_pagetop {
  position: fixed;
  right: 30px;
  bottom: 30px;
  transition: all 0.5s ease;
}
.pc_only {
  display: inline-block;
}
.sp_only {
  display: none;
}
.is-hidden {
  visibility: hidden;
  opacity: 0;
}
#recruit_event2025 .recruit_event2025_js_fade0 {
  opacity: 0;
  animation-name: fadeUpAnime;
  animation-duration: 1.5s;
  animation-fill-mode: forwards;
}
#recruit_event2025 .recruit_event2025_js_fade {
  opacity: 0;
}
#recruit_event2025 .recruit_event2025_js_scroll,
#recruit_event2025 .recruit_event2025_js_scroll2,
#recruit_event2025 .recruit_event2025_js_scroll3 {
	animation-name: fadeUpAnime;
	animation-duration: 1s;
	animation-fill-mode: forwards;
}
#recruit_event2025 .recruit_event2025_js_scroll2 {
	animation-duration: 1.5s;
}
#recruit_event2025 .recruit_event2025_js_scroll3 {
	animation-duration: 2s;
}
@keyframes fadeUpAnime {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

#recruit_event2025_header {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  display: flex;
  z-index: 100;
  pointer-events: none;
}
#recruit_event2025_header_logo {
  margin: 32px 0 0 38px;
  width: 240px;
  height: 92px;
  transition: all 0.5s ease;
  pointer-events: auto;
}
#recruit_event2025_header_logo.recruit_event2025_header_logo_small {
  margin: 25px 0 0 36px;
  width: 156px;
  height: 60px;
}
#recruit_event2025_navi {
  width: 300px;
  height: 100vh;
  background-color: rgba(0,0,0,0.6);
  position: absolute;
  top: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: translateX(100%);
  transition: ease .4s;
  pointer-events: auto;
}
#recruit_event2025_navi.active {
  -webkit-backdrop-filter: blur(8px);
          backdrop-filter: blur(8px);
  transform: translateX(0);
}
#recruit_event2025_navi_items {
  padding: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.recruit_event2025_navi_items_item a {
  width: 100%;
  color: #ffffff;
  font-size: 16px;
  font-weight: 700;
  line-height: 3.25;
  text-align: left;
  text-decoration: underline;
  display: block;
}
.recruit_event2025_navi_items_item:last-child a {
  margin-bottom: 0;
}
#recruit_event2025_navi_hamburger {
  width: 32px;
  height: 12px;
  position: absolute;
  top: 45px;
  right: 45px;
  z-index: 9999;
  pointer-events: auto;
}
#recruit_event2025_navi_hamburger span {
  width: 100%;
  height: 3px;
  background-color: #ffffff;
  position: relative;
  transition: ease .4s;
  display: block;
}
#recruit_event2025_navi_hamburger span:nth-child(1) {
  top: 0;
}
#recruit_event2025_navi_hamburger span:nth-child(2) {
  margin: 10px 0;
}
#recruit_event2025_navi_hamburger.active span:nth-child(1) {
  top: 7px;
  transform: rotate(45deg);
}
#recruit_event2025_navi_hamburger.active span:nth-child(2) {
  top: -6px;
  transform: rotate(-45deg);
}
#recruit_event2025_fv,
#recruit_event2025_introduction,
#recruit_event2025_about,
#recruit_event2025_outline,
#recruit_event2025_special_contents,
#recruit_event2025_faq,
#recruit_event2025_message,
#recruit_event2025_form {
  padding: 100px 0;
  min-height: 100vh;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.recruit_event2025_bg {
  width: 100%;
  height: 100vh;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  opacity: 0;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  transition: all 0.5s ease 0s;
  z-index: -1;
}
.show .recruit_event2025_bg {
  opacity: 1;
}
.recruit_event2025_next_arrow {
  margin-left: -10px;
  position: absolute;
  left: 50%;
  bottom: 40px;
  transition: all 0.5s ease;
}
#recruit_event2025_sectionName_left,
#recruit_event2025_sectionName_right {
  width: 20rem;
  font-size: 10px;
  font-weight: 700;
  text-align: center;
  position: fixed;
  top: 50%;
  transform: rotate(90deg);
}
#recruit_event2025_sectionName_left {
  left: -8%;
}
#recruit_event2025_sectionName_right {
  right: -8%;
}


/* セクション別設定
--------------------------------------------------------------------------------------------------------------------*/
/* FV
-------------------------------------------------*/
#recruit_event2025_fv {
  width: 100%;
  text-align: center;
  overflow-x: hidden;
}
.recruit_event2025_bg.recruit_event2025_bg_01 {
  background-image: url("../images/section01_bg.jpg");
}
.recruit_event2025_fv_marquee-right {
  margin: 12px 0 35px;
  width: 100%;
  overflow: hidden;
}
.recruit_event2025_fv_marquee-right ul {
  margin: 0;
  padding: 0;
  width: 100%;
  display: flex;
  animation: marquee-right 30s linear infinite;
}
.recruit_event2025_fv_marquee-right ul li {
  width: 1520px;
  list-style: none;
}
.recruit_event2025_fv_marquee-right img {
  width: 100%;
  display: block;
}
@keyframes marquee-right {
  from {transform: translateX(0%);
  }
  to {
    transform: translateX(-25%);
  }
}
.recruit_event2025_fv_date {
  margin: 0 auto 42px;
}
.recruit_event2025_fv_button {
  margin: 0 auto 110px;
}
#recruit_event2025_fv .recruit_event2025_next_arrow {
  position: fixed;
}
#recruit_event2025_fv .recruit_event2025_next_arrow_passage {
  position: absolute;
}


/* Introduction
-------------------------------------------------*/
#recruit_event2025_introduction {
}
.recruit_event2025_bg.recruit_event2025_bg_02 {
  background-image: url("../images/section02_bg.jpg");
}


/* About
-------------------------------------------------*/
#recruit_event2025_about {
}
.recruit_event2025_bg.recruit_event2025_bg_03 {
  background-image: url("../images/section03_bg.jpg");
}
#recruit_event2025_about p {
  font-size: 22px;
  font-weight: 900;
  line-height: 1.63;
  text-align: center;
}
#recruit_event2025_about p.recruit_event2025_about_text_strong {
  margin: 42px auto;
  width: 18.5em;
  color: #FCE134;
  font-size: 30px;
  line-height: 1.83;
  text-align: left;
}


/* Outline
-------------------------------------------------*/
#recruit_event2025_outline {
  text-align: center;
}
.recruit_event2025_bg.recruit_event2025_bg_04 {
  background-image: url("../images/section04_bg.jpg");
}
#recruit_event2025_outline_info {
  margin: 40px auto;
  width: 760px;
  font-size: 18px;
  font-weight: 700;
  line-height: 2.1;
  text-align: left;
  display: flex;
  flex-wrap: wrap;
}
#recruit_event2025_outline_info dt {
  width: 16.86%;
  color: #FCE134;
}
#recruit_event2025_outline_info dd {
  width: 83.13%;
}
#recruit_event2025_outline_info dd span.recruit_event2025_outline_info_caution {
  font-size: 14px;
}
#recruit_event2025_outline_info_map {
  margin: 44px 0 0;
  width: 500px;
  height: 250px;
  border: none;
  border-radius: 12px;
}


/* Special Contents
-------------------------------------------------*/
#recruit_event2025_special_contents {
  text-align: center;
}
.recruit_event2025_bg.recruit_event2025_bg_05 {
  background-image: url("../images/section05_bg.jpg");
}
#recruit_event2025_special_contents h3.recruit_event2025_special_contents_main_title {
  margin: 0 auto 52px;
  padding: 0 0 0 30px;
}
#recruit_event2025_special_contents h4.recruit_event2025_special_contents_sub_title {
  margin: 0 auto 71px;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.72;
}
#recruit_event2025_special_contents h4.recruit_event2025_special_contents_sub_title strong {
  margin: 0 0 20px;
  color: #FCE134;
  font-size: 54px;
  font-weight: 900;
  font-feature-settings: "palt";
  letter-spacing: 8px;
  line-height: 1.44;
  display: inline-block;
}
#recruit_event2025_special_contents_session_info {
  margin: 0 auto 30px;
  padding: 0 0 70px;
  width: 840px;
  border-bottom: 4px solid #FCE134;
  display: flex;
  flex-wrap: wrap;
}
#recruit_event2025_special_contents_session_info dt {
  width: 40.4%;
  color: #FCE134;
  text-align: left;
}
#recruit_event2025_special_contents_session_info dd {
  width: 59.5%;
  text-align: left;
}
.recruit_event2025_special_contents_session_cast_name {
  padding: 0 0 10px;
  font-size: 22px;
  font-weight: 700;
  letter-spacing: 2px;
  border-bottom: 2px dashed #ffffff;
}
.recruit_event2025_special_contents_session_cast_name span {
  color: #FCE134;
  font-size: 30px;
  line-height: 1.75;
}
.recruit_event2025_special_contents_session_cast_name span strong {
  font-weight: 700;
  font-size: 40px;
  letter-spacing: 6px;
}
.recruit_event2025_special_contents_session_cast_text {
  padding: 12px 0 0;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.75;
}
.recruit_event2025_special_contents_session_cast_caution {
  margin: 0 auto 90px;
  font-size: 16px;
  font-weight: 700;
}
#recruit_event2025_benefits {
  padding: 50px 0 56px;
}
#recruit_event2025_benefits h4 {
  margin: 0 0 45px;
}
#recruit_event2025_benefits dl {
  margin: 0 auto;
  padding: 0 0 40px;
  width: 770px;
  display: flex;
  flex-wrap: wrap;
}
#recruit_event2025_benefits dt {
  width: 31%;
}
#recruit_event2025_benefits dd {
  padding: 0 0 0 30px;
  width: 69%;
}
#recruit_event2025_benefits dd p {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.88;
  text-align: left;
}
#recruit_event2025_benefits dd p strong {
  color: #FCE134;
  font-feature-settings: "palt";
  font-size: 28px;
  font-weight: 700;
  line-height: 1.35;
}
#recruit_event2025_benefits dd p.recruit_event2025_benefits_caution {
  padding: 20px 0 0;
  font-size: 16px;
  font-weight: 500;
}
#recruit_event2025_companies {
  padding: 120px 0 120px;
}
#recruit_event2025_companies h4 {
  margin: 0 0 53px;
}
.recruit_event2025_companies_logo {
  margin: 0 0 43px;
}
.recruit_event2025_companies_caution {
  font-size: 16px;
  font-weight: 500;
  line-height: 2.1;
}

/* FAQ
-------------------------------------------------*/
#recruit_event2025_faq {
  text-align: center;
}
.recruit_event2025_bg.recruit_event2025_bg_06 {
  background-image: url("../images/section06_bg.jpg");
}
#recruit_event2025_faq h2 {
  margin: 0 0 34px;
}
#recruit_event2025_faq_qa_wrap {
  margin: 0 0 120px;
  padding: 60px 90px 33px;
  width: 840px;
  background: #ffffff;
  border-radius: 18px;
}
.recruit_event2025_faq_qa_box_q {
  margin: 0 0 27px;
  padding: 14px 18px 18px;
  font-size: 18px;
  font-weight: 700;
  text-align: left;
  background: #0078C8;
  border-radius: 8px;
  position: relative;
  transition: all 0.5s ease;
  cursor: pointer;
}
.recruit_event2025_faq_qa_box_q_even {
  background: #2DAFCB;
}
.recruit_event2025_faq_qa_box_q span {
  width: 60px;
  font-size: 22px;
  display: inline-block;
}
.recruit_event2025_faq_qa_box_q:before {
  content: "";
  width: 14px;
  height: 2px;
  background: #ffffff;
  position: absolute;
  right: 25px;
  top: 50%;
  transform: translate(0,-50%);
  display: block;
}
.recruit_event2025_faq_qa_box_q:after {
  content: "";
  width: 14px;
  height: 2px;
  background-color: #fff;
  position: absolute;
  right: 25px;
  top: 50%;
  transform: translate(0,-50%) rotate(90deg);
  display: block;
}
.recruit_event2025_faq_qa_box_q.active:after {
  display: none;
}
.recruit_event2025_faq_qa_box_a {
  padding: 0 70px 40px 22px;
  color: #0078C8;
  font-size: 14px;
  font-weight: 700;
  line-height: 2.28;
  text-align: left;
  position: relative;
  display: none;
}
.recruit_event2025_faq_qa_box_a_text {
  display: flex;
}
.recruit_event2025_faq_qa_box_a_text span {
  display: inline-block;
}
.recruit_event2025_faq_qa_box_a_text span.recruit_event2025_faq_qa_box_a_text_title {
  width: 52px;
  color: #FC8434;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.4;
}
.recruit_event2025_faq_qa_box_a_text span.recruit_event2025_faq_qa_box_a_text_answer {
  width: 514px;
}
@media (any-hover: hover) {
  .recruit_event2025_faq_qa_box_q:hover {
    opacity: 0.5;
  }
}


/* Message
-------------------------------------------------*/
#recruit_event2025_message {
  text-align: center;
}
.recruit_event2025_bg.recruit_event2025_bg_07 {
  background-image: url("../images/section07_bg.jpg");
}
#recruit_event2025_message h2 {
  margin: 0 0 52px;
}
.recruit_event2025_message_text {
  padding: 0 0 50px;
}
.recruit_event2025_message_text p {
  margin: 0 0 1em;
  font-size: 22px;
  font-weight: 900;
  line-height: 2;
  text-shadow: 3px 3px 6px rgba(0, 0, 0, 0.3);
}
.recruit_event2025_message_text p span {
  color: #FCE134;
}


/* Form
-------------------------------------------------*/
#recruit_event2025_form {
  min-height: 80vh;
  text-align: center;
}
.recruit_event2025_bg.recruit_event2025_bg_08 {
  background-image: url("../images/section08_bg.jpg");
}
#recruit_event2025_form h2 {
  margin: 0 0 50px;
}
.recruit_event2025_form_text {
  margin: 0 0 50px;
  font-size: 16px;
  font-weight: 700;
  line-height: 2;
}
.recruit_event2025_form_button {
  margin: 0 0 50px;
}


/* レスポンシブ設定
--------------------------------------------------------------------------------------------------------------------*/
/* 1024px以下
----------------------------------------------------------------------- */
@media screen and (max-width: 1024px) {
  /* 共通設定 -------------------- */
  #recruit_event2025_header_logo,
  #recruit_event2025_header_logo.recruit_event2025_header_logo_small {
    margin: 14px 0 0 14px;
    width: 28.9vw;
    max-width: 110px;
    height: auto;
  }
  #recruit_event2025_sectionName_left,
  #recruit_event2025_sectionName_right {
    display: none;
  }
  .recruit_event2025_contents {
    margin: 0 auto;
    padding: 30px 0 0;
    width: 90%;
  }

  /* FV ------------------------- */
  #recruit_event2025_fv h1 picture,
  .recruit_event2025_fv_date picture {
    width: 100%;
    height: auto;
  }
  #recruit_event2025_fv .recruit_event2025_contents {
    width: 100%;
  }
  .recruit_event2025_fv_marquee-right {
    width: 5600px;
  }
  
  /* Introduction --------------- */
  #recruit_event2025_introduction h2 {
    text-align: center;
  }
  #recruit_event2025_introduction picture {
    width: 100%;
    height: auto;
  }
  
  /* About ---------------------- */
  #recruit_event2025_about p {
    font-size: clamp(18px,2.14vw,22px);
  }
  #recruit_event2025_about p.recruit_event2025_about_text_strong {
    font-size: clamp(26px,2.92vw,30px);
  }
  
  /* Outline -------------------- */
  #recruit_event2025_outline_info {
    width: 100%;
    font-size: clamp(14px,1.75vw,18px);
  }
  #recruit_event2025_outline_info dd span.recruit_event2025_outline_info_caution {
    font-size: clamp(10px,1.36vw,14px);
  }
  
  /* Special Contents ----------- */
  #recruit_event2025_special_contents picture {
    width: 100%;
    height: auto;
  }
  #recruit_event2025_special_contents h4.recruit_event2025_special_contents_sub_title strong {
    font-size: clamp(46px, 5.27vw,54px);
  }
  #recruit_event2025_special_contents_session_info {
    width: 100%;
  }
  #recruit_event2025_special_contents_session_info dd {
    padding: 0 0 0 25px;
  }
  .recruit_event2025_special_contents_session_cast_text {
    font-size: clamp(12px,1.56vw,16px);
  }
  #recruit_event2025_benefits dl {
    width: 100%;
  }
  #recruit_event2025_companies {
    padding: 50px 0 120px;
  }
  #recruit_event2025_companies_logo picture {
    width: 100%;
    height: auto;
  }
  
  /* FAQ ------------------------ */
  #recruit_event2025_faq_qa_wrap {
    padding: 40px 40px 2px;
    width: 100%;
  }
}

/* 768px以下
----------------------------------------------------------------------- */
@media screen and (max-width: 768px) {
  /* 共通設定 -------------------- */
  .pc_only {
    display: none;
  }
  .sp_only {
    display: inline-block;
  }
  body.is_re2025_menu_open {
    height: 100%;
    overflow: hidden;
  }
  body.is_re2025_menu_open main {
    pointer-events: none;
  }
  #recruit_event2025_navi_hamburger {
    top: 27px;
    right: 20px;
  }
  #recruit_event2025_navi {
    width: 100vw;
    pointer-events: auto;
  }
  .recruit_event2025_navi_items_item a {
    font-size: 20px;
    line-height: 2.5;
  }
  #recruit_event2025_fv,
  #recruit_event2025_introduction,
  #recruit_event2025_about,
  #recruit_event2025_outline,
  #recruit_event2025_special_contents,
  #recruit_event2025_faq,
  #recruit_event2025_message,
  #recruit_event2025_form {
    padding: 0;
    min-height: 100vh;
  }
  .recruit_event2025_bg.recruit_event2025_bg_01 {
    background-image: url("../images/section01_bg_sp.jpg");
  }
  .recruit_event2025_bg.recruit_event2025_bg_02 {
    background-image: url("../images/section02_bg_sp.jpg");
  }
  .recruit_event2025_bg.recruit_event2025_bg_03 {
    background-image: url("../images/section03_bg_sp.jpg");
  }
  .recruit_event2025_bg.recruit_event2025_bg_04 {
    background-image: url("../images/section04_bg_sp.jpg");
  }
  .recruit_event2025_bg.recruit_event2025_bg_05 {
    background-image: url("../images/section05_bg_sp.jpg");
  }
  .recruit_event2025_bg.recruit_event2025_bg_06 {
    background-image: url("../images/section06_bg_sp.jpg");
  }
  .recruit_event2025_bg.recruit_event2025_bg_07 {
    background-image: url("../images/section07_bg_sp.jpg");
  }
  .recruit_event2025_bg.recruit_event2025_bg_08 {
    background-image: url("../images/section08_bg_sp.jpg");
  }

  /* FV ------------------------- */
  .recruit_event2025_fv_marquee-right {
    margin: 31px 0 43px;
  }
  .recruit_event2025_fv_marquee-right ul li {
    width: 1000px;
  }

  /* About ---------------------- */
  #recruit_event2025_about p {
    padding: 0 10px;
    font-size: 15px;
    line-height: 1.66;
    text-align: left;
  }
  #recruit_event2025_about p.recruit_event2025_about_text_strong {
    margin: 20px 0;
    padding: 0;
    width: auto;
    font-size: 18px;
    line-height: 2;
  }

  /* Outline -------------------- */
  #recruit_event2025_outline {
    padding: 40px 0 0;
  }
  #recruit_event2025_outline h3 {
    margin: 0 auto;
    width: 150px;
  }
  #recruit_event2025_outline_info {
    padding: 0 0 70px;
    width: 95%;
    font-size: 14px;
    line-height: 1.57;
    display: block;
  }
  #recruit_event2025_outline_info dt {
    width: 100%;
  }
  #recruit_event2025_outline_info dd {
    margin: 0 0 1em;
    padding: 0 0 0 2em;
    width: 100%;
  }
  #recruit_event2025_outline_info dd.recruit_event2025_outline_info_map_box {
    padding: 0;
  }
  #recruit_event2025_outline_info_map {
    margin: 0;
    width: 100%;
    height: auto;
    aspect-ratio: 2 / 1;
  }

  /* Special Contents ----------- */
  #recruit_event2025_special_contents h3.recruit_event2025_special_contents_main_title {
    margin: 0 auto 36px;
    padding: 0 0 0 10px;
  }
  #recruit_event2025_special_contents h4.recruit_event2025_special_contents_sub_title {
    margin: 0 auto 40px;
    font-size: 15px;
  }
  #recruit_event2025_special_contents h4.recruit_event2025_special_contents_sub_title strong {
    margin: 0 auto 20px;
    font-size: 36px;
    letter-spacing: 2px;
  }
  #recruit_event2025_special_contents_session_info {
    padding: 0 0 30px;
    width: 90%;
    max-width: 300px;
    display: block;
  }
  #recruit_event2025_special_contents_session_info dt {
    margin: 0 auto 20px;
    width: 75%;
  }
  .recruit_event2025_special_contents_session_cast_name {
    font-size: 15px;
    text-align: center;
  }
  .recruit_event2025_special_contents_session_cast_name span {
    font-size: 18px;
  }
  .recruit_event2025_special_contents_session_cast_name span strong {
    font-size: 26px;
  }
  #recruit_event2025_special_contents_session_info dt {
    text-align: center;
  }
  #recruit_event2025_special_contents_session_info dd {
    padding: 0;
    width: 100%;
  }
  .recruit_event2025_special_contents_session_cast_text {
    font-size: 13px;
  }
  .recruit_event2025_special_contents_session_cast_caution {
    margin: 0 auto 50px;
    font-size: 12px;
  }
  #recruit_event2025_benefits {
    padding: 50px 0 0;
  }
  #recruit_event2025_benefits h4 {
    margin: 0 auto 30px;
    width: 150px;
  }
  #recruit_event2025_benefits dl {
    display: block;
  }
  #recruit_event2025_benefits dt {
    width: 100%;
  }
  #recruit_event2025_benefits dd {
    padding: 0;
    width: 100%;
  }
  #recruit_event2025_benefits dd p {
    padding: 10px 0 0;
    font-size: 15px;
    line-height: 1.8;
    text-align: center;
  }
  #recruit_event2025_benefits dd p strong {
    font-size: 18px;
    font-weight: 700;
    line-height: 1.44;
  }
  #recruit_event2025_benefits dd p.recruit_event2025_benefits_caution {
    padding: 5px 0 0;
    font-size: 11px;
  }
  #recruit_event2025_companies h4 {
    margin: 0 auto 30px;
    width: 183px;
  }
  .recruit_event2025_companies_logo {
    margin: 0 auto 10px;
    width: 90%;
  }
  .recruit_event2025_companies_caution {
    font-size: 12px;
  }

  /* FAQ ------------------------ */
  #recruit_event2025_faq h2 {
    margin: 20px auto 20px;
    width: 63px;
  }
   #recruit_event2025_faq_qa_wrap {
    padding: 40px 20px 2px;
  }
  .recruit_event2025_faq_qa_box_q {
    margin: 0 0 20px;
    padding: 6px 8px 10px;
    font-size: 14px;
    display: flex;
  }
  .recruit_event2025_faq_qa_box_q span {
    width: 35px;
    font-size: 15px;
  }
  .recruit_event2025_faq_qa_box_q::before,
  .recruit_event2025_faq_qa_box_q::after {
    width: 11px;
    right: 10px;
  }
  .recruit_event2025_faq_qa_box_a {
    padding: 0 0 40px 10px;
    font-size: 13px;
    line-height: 1.84;
  }
  .recruit_event2025_faq_qa_box_a_text span.recruit_event2025_faq_qa_box_a_text_title {
    font-size: 15px;
  }

  /* Message -------------------- */
  #recruit_event2025_message {
    padding: 0 0 50px;
  }
  #recruit_event2025_message h2 {
    margin: 20px auto 30px;
    width: 150px;
  }
  .recruit_event2025_message_text p {
    margin: 0 0 2em;
    font-size: 16px;
    line-height: 2.1;
  }

  /* Form ----------------------- */
  #recruit_event2025_form {
    min-height: 70vh;
  }
  #recruit_event2025_form h2 {
    margin: 0 auto 30px;
    width: 94px;
  }
  .recruit_event2025_form_text {
    margin: 0 0 30px;
    font-size: 15px;
    line-height: 1.86;
  }
}


/* FV グラデーション設定
--------------------------------------------------------------------------------------------------------------------*/
.recruit_event2025_bg_01::before {
  content: "";
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  opacity: 0.75;
}
@keyframes hero-gradient-animation{0%{--s-start-0:3.2175032175032174%; --s-end-0:65%; --x-0:3%; --c-0:hsla(172.08333333333331,77%,63%,1); --y-0:47%; --c-1:hsla(208.86486486486484,95%,62%,1); --s-start-1:7.204411372868404%; --s-end-1:71.54397673342986%; --x-1:97%; --y-1:48%; --c-2:hsla(246.92307692307688,100%,69%,1); --s-start-2:3%; --s-end-2:89%; --x-2:41%; --y-2:84%;}100%{--s-start-0:16; --s-end-0:85; --x-0:58%; --c-0:hsla(172.08333333333331,77%,63%,1); --y-0:50%; --c-1:hsla(208.86486486486484,95%,62%,1); --s-start-1:16; --s-end-1:85; --x-1:58%; --y-1:38%; --c-2:hsla(246.92307692307688,100%,69%,1); --s-start-2:16; --s-end-2:85; --x-2:88%; --y-2:49%;}}@property --s-start-0{syntax:'<percentage>';inherits:false;initial-value:3.2175032175032174%}@property --s-end-0{syntax:'<percentage>';inherits:false;initial-value:65%}@property --x-0{syntax:'<percentage>';inherits:false;initial-value:3%}@property --c-0{syntax:'<color>';inherits:false;initial-value:hsla(172.08333333333331,77%,63%,1)}@property --y-0{syntax:'<percentage>';inherits:false;initial-value:47%}@property --c-1{syntax:'<color>';inherits:false;initial-value:hsla(208.86486486486484,95%,62%,1)}@property --s-start-1{syntax:'<percentage>';inherits:false;initial-value:7.204411372868404%}@property --s-end-1{syntax:'<percentage>';inherits:false;initial-value:71.54397673342986%}@property --x-1{syntax:'<percentage>';inherits:false;initial-value:97%}@property --y-1{syntax:'<percentage>';inherits:false;initial-value:48%}@property --c-2{syntax:'<color>';inherits:false;initial-value:hsla(246.92307692307688,100%,69%,1)}@property --s-start-2{syntax:'<percentage>';inherits:false;initial-value:3%}@property --s-end-2{syntax:'<percentage>';inherits:false;initial-value:89%}@property --x-2{syntax:'<percentage>';inherits:false;initial-value:41%}@property --y-2{syntax:'<percentage>';inherits:false;initial-value:84%}.recruit_event2025_bg_01::before{--x-0:3%;--c-0:hsla(172.08333333333331,77%,63%,1);--y-0:47%;--c-1:hsla(208.86486486486484,95%,62%,1);--x-1:97%;--y-1:48%;--c-2:hsla(246.92307692307688,100%,69%,1);--x-2:41%;--y-2:84%;;background-color:hsla(245.72864321608043,90%,57%,1);background-image:radial-gradient(circle at var(--x-0) var(--y-0), var(--c-0) var(--s-start-0),transparent var(--s-end-0)),radial-gradient(circle at var(--x-1) var(--y-1), var(--c-1) var(--s-start-1),transparent var(--s-end-1)),radial-gradient(circle at var(--x-2) var(--y-2), var(--c-2) var(--s-start-2),transparent var(--s-end-2));animation:hero-gradient-animation 8s linear infinite alternate;background-blend-mode:normal,normal,normal;}

/* 768px以下
----------------------------------------------------------------------- */
@media screen and (max-width: 768px) {
  @keyframes hero-gradient-animation{0%{--s-start-0:3.2175032175032174%; --s-end-0:65%; --x-0:3%; --c-0:hsla(172.08333333333331,77%,63%,1); --y-0:4%; --c-1:hsla(208.86486486486484,95%,62%,1); --s-start-1:7.204411372868404%; --s-end-1:71.54397673342986%; --x-1:97%; --y-1:48%; --c-2:hsla(246.92307692307688,100%,69%,1); --s-start-2:3%; --s-end-2:89%; --x-2:41%; --y-2:84%;}100%{--s-start-0:16; --s-end-0:85; --x-0:96%; --c-0:hsla(172.08333333333331,77%,63%,1); --y-0:96%; --c-1:hsla(208.86486486486484,95%,62%,1); --s-start-1:16; --s-end-1:85; --x-1:58%; --y-1:38%; --c-2:hsla(246.92307692307688,100%,69%,1); --s-start-2:16; --s-end-2:85; --x-2:90%; --y-2:22%;}}@property --s-start-0{syntax:'<percentage>';inherits:false;initial-value:3.2175032175032174%}@property --s-end-0{syntax:'<percentage>';inherits:false;initial-value:65%}@property --x-0{syntax:'<percentage>';inherits:false;initial-value:3%}@property --c-0{syntax:'<color>';inherits:false;initial-value:hsla(172.08333333333331,77%,63%,1)}@property --y-0{syntax:'<percentage>';inherits:false;initial-value:4%}@property --c-1{syntax:'<color>';inherits:false;initial-value:hsla(208.86486486486484,95%,62%,1)}@property --s-start-1{syntax:'<percentage>';inherits:false;initial-value:7.204411372868404%}@property --s-end-1{syntax:'<percentage>';inherits:false;initial-value:71.54397673342986%}@property --x-1{syntax:'<percentage>';inherits:false;initial-value:97%}@property --y-1{syntax:'<percentage>';inherits:false;initial-value:48%}@property --c-2{syntax:'<color>';inherits:false;initial-value:hsla(246.92307692307688,100%,69%,1)}@property --s-start-2{syntax:'<percentage>';inherits:false;initial-value:3%}@property --s-end-2{syntax:'<percentage>';inherits:false;initial-value:89%}@property --x-2{syntax:'<percentage>';inherits:false;initial-value:41%}@property --y-2{syntax:'<percentage>';inherits:false;initial-value:84%}.recruit_event2025_bg_01::before{--x-0:3%;--c-0:hsla(172.08333333333331,77%,63%,1);--y-0:4%;--c-1:hsla(208.86486486486484,95%,62%,1);--x-1:97%;--y-1:48%;--c-2:hsla(246.92307692307688,100%,69%,1);--x-2:41%;--y-2:84%;;background-color:hsla(245.72864321608043,90%,57%,1);background-image:radial-gradient(circle at var(--x-0) var(--y-0), var(--c-0) var(--s-start-0),transparent var(--s-end-0)),radial-gradient(circle at var(--x-1) var(--y-1), var(--c-1) var(--s-start-1),transparent var(--s-end-1)),radial-gradient(circle at var(--x-2) var(--y-2), var(--c-2) var(--s-start-2),transparent var(--s-end-2));animation:hero-gradient-animation 8s linear infinite alternate;background-blend-mode:normal,normal,normal;}
}

