@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap");
html {
  /*remで指定しない時は切ること*/
  font-size: 62.5%;
}

body {
  position: relative;
  color: #000;
  overflow-y: scroll;
  word-wrap: break-word;
  font-size: 1.4rem;
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: 0.08em;
  line-height: 1.7;
  width: 100%;
  min-height: 100vh;
  /*スマホの文字の大きさ一定*/
  -webkit-text-size-adjust: 100%;
  /*アンチエイリアス*/
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
body.fixed {
  position: fixed;
  overflow: hidden;
}

#wrap {
  overflow: hidden;
}

/*breakpoint display*/
.sp_min {
  display: block;
}

.sp_min_inline {
  display: inline-block;
}

.sp {
  display: block;
}

.sp_inline {
  display: inline-block;
}

.sp_tab {
  display: block;
}

.sp_tab_inline {
  display: inline-block;
}

.pc,
.pc_inline {
  display: none !important;
}

.tab,
.tab_inline {
  display: none !important;
}

.pc_tab,
.pc_tab_inline {
  display: none !important;
}

@media print, screen and (min-width: 321px) {
  .sp_min,
  .sp_min_inline {
    display: none !important;
  }
}
@media print, screen and (min-width: 768px) {
  .sp,
  .sp_inline {
    display: none !important;
  }
  .tab {
    display: block !important;
  }
  .tab_inline {
    display: inline !important;
  }
  .pc_tab {
    display: block !important;
  }
  .pc_tab_inline {
    display: inline !important;
  }
}
@media print, screen and (min-width: 920px) {
  .sp_tab,
  .sp_tab_inline {
    display: none !important;
  }
  .tab,
  .tab_inline {
    display: none !important;
  }
  .pc {
    display: block !important;
  }
  .pc_inline {
    display: inline-block !important;
  }
}
/*box-sizing default*/
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  outline: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-box-shadow: none;
  box-shadow: none;
}
*:before,
* :after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/*スマホ時のfocusの青枠削除*/
a,
a:focus,
button,
button:focus {
  outline: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-box-shadow: none;
  box-shadow: none;
}

/*a アニメーション*/
a {
  transition: all 0.3s ease;
}

img {
  max-width: 100%;
  height: auto;
}

input[type=submit],
input[type=button] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  appearance: button;
  border: none;
  box-sizing: border-box;
}
input[type=submit]::-webkit-search-decoration,
input[type=button]::-webkit-search-decoration {
  display: none;
}
input[type=submit]::focus,
input[type=button]::focus {
  outline-offset: -2px;
}

input,
button,
label,
textarea,
select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  font-size: 1.6rem;
}
input:hover, input:focus, input:active,
button:hover,
button:focus,
button:active,
label:hover,
label:focus,
label:active,
textarea:hover,
textarea:focus,
textarea:active,
select:hover,
select:focus,
select:active {
  -webkit-tap-highlight-color: transparent !important;
  outline: none !important;
}

select::-ms-expand {
  display: none;
}

input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 30px white inset !important;
}

.ta_left {
  text-align: left;
}

.ta_right {
  text-align: right;
}

.ta_center {
  text-align: center;
}

@font-face {
  font-family: "icomoon";
  src: url("../fonts/icomoon.eot?20tdwb");
  src: url("../fonts/icomoon.eot?20tdwb#iefix") format("embedded-opentype"), url("../fonts/icomoon.ttf?20tdwb") format("truetype"), url("../fonts/icomoon.woff?20tdwb") format("woff"), url("../fonts/icomoon.svg?20tdwb#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
[class^=icon-],
[class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icomoon" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-icon_blank:before {
  content: "\e900";
  color: #fff;
}

.icon-arrow_l:before {
  content: "\e901";
  color: #071a45;
}

.icon-contact:before {
  content: "\e902";
}

.icon-arrow_r:before {
  content: "\e90a";
  color: #071a45;
}

.icon-twitter:before {
  content: "\e903";
}

.icon-facebook:before {
  content: "\e904";
}

.icon-youtube:before {
  content: "\e905";
}

.icon-instagram:before {
  content: "\e906";
}

.icon-line:before {
  content: "\e907";
}

.icon-facebook2:before {
  content: "\e908";
}

.inner_l {
  padding: 0 calc(20px + 30 * (100vw - 375px) / 1125);
}
@media print, screen and (min-width: 920px) {
  .inner_l {
    padding: 0 calc(20px + 100 * (100vw - 375px) / 1125);
  }
}
@media print, screen and (min-width: 1500px) {
  .inner_l {
    max-width: 1260px;
    padding: 0;
    margin-left: auto;
    margin-right: auto;
  }
}

.inner_m {
  padding: 0 5%;
}
@media print, screen and (min-width: 768px) {
  .inner_m {
    padding: 0 30px;
  }
}

.inner_sm {
  max-width: 1120px;
  margin: 0 auto;
}
@media print, screen and (min-width: 768px) {
  .inner_sm {
    width: calc(100% - 40px);
  }
}

.inner_s {
  max-width: 1000px;
  width: calc(100% - 40px);
  margin: 0 auto;
}
@media print, screen and (min-width: 768px) {
  .inner_s {
    width: calc(100% - 80px);
  }
}

.page_base_btn {
  position: relative;
  display: inline-flex;
  flex-direction: column;
  justify-content: center;
  border-radius: 16px;
  min-height: 68px;
  padding: 10px 52px;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.4;
  background: #fff;
  text-align: center;
  border: 1px solid #005ad5;
  color: #005ad5;
  text-decoration: none;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}
@media print, screen and (min-width: 768px) {
  .page_base_btn {
    font-size: 1.8rem;
  }
}
.page_base_btn::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 14px;
  width: 37px;
  height: 23px;
  border-radius: 10px;
  background: #005ad5;
  border: 1px solid #005ad5;
  transform: translateY(-50%);
  transition: 0.2s cubic-bezier(0.68, -0.65, 0.27, 1.55);
}
.page_base_btn::before {
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e909";
  position: absolute;
  right: 24px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 10px;
  z-index: 1;
  color: #fff;
  transition: 0.2s;
}
.page_base_btn.wide_full {
  width: 100%;
}
.page_base_btn:hover::after {
  background: #fff;
  height: 25px;
  transform: translateY(-50%) scale(1.15);
}
.page_base_btn:hover::before {
  color: #005ad5;
}

.page_base_btn02 {
  position: relative;
  display: inline-flex;
  flex-direction: column;
  justify-content: center;
  border-radius: 16px;
  min-height: 152px;
  padding: 10px 52px;
  font-size: 2.2rem;
  font-weight: bold;
  line-height: 1.4;
  background: #ecfdff;
  text-align: center;
  border: 1px solid #005ad5;
  color: #005ad5;
  text-decoration: none;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}
@media print, screen and (min-width: 768px) {
  .page_base_btn02 {
    font-size: 2.4rem;
  }
}
.page_base_btn02::after {
  content: "";
  position: absolute;
  bottom: 14px;
  right: 14px;
  width: 37px;
  height: 23px;
  border-radius: 10px;
  background: #005ad5;
  border: 1px solid #005ad5;
  transition: 0.2s cubic-bezier(0.68, -0.65, 0.27, 1.55);
}
.page_base_btn02::before {
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e909";
  position: absolute;
  right: 24px;
  bottom: 20px;
  font-size: 10px;
  z-index: 1;
  color: #fff;
  transition: 0.2s;
}
.page_base_btn02:hover::after {
  height: 25px;
  background: #fff;
  transform: scale(1.15);
}
.page_base_btn02:hover::before {
  bottom: 21px;
  color: #005ad5;
}
.page_base_btn02:has(.in_img) {
  padding-bottom: 24px;
}
.page_base_btn02.bg_intern {
  background: url(../img/recruitment/btn_bg_intern.png) no-repeat center center;
  background-size: cover;
  min-height: 482px;
}
.page_base_btn02.wide_full {
  width: 100%;
}
.page_base_btn02.bg_application {
  background: #ffce00;
}
.page_base_btn02.mynavi {
  background: #fff;
  align-items: center;
}
.page_base_btn02.mynavi img {
  width: 210px;
}
.page_base_btn02 .in_img {
  border-radius: 14px 14px 0 0;
  margin: -10px -52px 20px;
  overflow: hidden;
}
.page_base_btn02 .balloon_interview {
  position: absolute;
  top: -40px;
  right: -10px;
  pointer-events: none;
  width: 130px;
  opacity: 0;
}
@media print, screen and (min-width: 768px) {
  .page_base_btn02 .balloon_interview {
    top: -50px;
    right: -20px;
    width: 170px;
  }
}
.page_base_btn02 .font_ss {
  font-size: 1.4rem;
}

.header {
  position: fixed;
  opacity: 0;
  visibility: hidden;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  z-index: 100;
  background: linear-gradient(to bottom, #005ad5 0%, #0095a8 100%);
  color: #fff;
}
@media print, screen and (min-width: 768px) {
  .header {
    width: 250px;
    right: -255px;
    display: block;
    z-index: 1;
    opacity: 1;
    visibility: visible;
    transition: right 0.4s;
  }
}
@media print, screen and (min-width: 768px) {
  .header.anime_on {
    right: 0;
  }
}
.header.sp_modal {
  opacity: 1;
  visibility: visible;
  transition: opacity 0.3s, visibility 0.3s;
}
.header .sp_closed_btn {
  position: absolute;
  right: 10px;
  top: 10px;
  display: block;
  width: 50px;
  height: 40px;
  z-index: 1;
}
@media print, screen and (min-width: 768px) {
  .header .sp_closed_btn {
    display: none;
  }
}
.header .sp_closed_btn span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: block;
  width: 40px;
  height: 2px;
  background: #fff;
}
.header .sp_closed_btn span:nth-child(1) {
  transform: translate(-50%, -50%) rotate(30deg);
}
.header .sp_closed_btn span:nth-child(2) {
  transform: translate(-50%, -50%) rotate(-30deg);
}

.header_inner {
  display: flex;
  flex-direction: column;
  padding-inline: 20px;
  height: 100%;
  overflow-y: auto;
}

.header_logo {
  text-align: center;
  padding-block: 30px;
  width: 162px;
  margin-inline: auto;
}
@media print, screen and (min-width: 768px) {
  .header_logo {
    width: auto;
    padding-block: 56px;
  }
}
@media print, screen and (min-width: 768px) and (max-height: 784px) {
  .header_logo {
    width: 120px;
    padding-block: 30px;
  }
}
.header_logo a:hover {
  opacity: 0.6;
}

.header_main_menu__list li {
  border-top: 1px solid #217fff;
}
.header_main_menu__list li.application {
  padding-top: 14px;
}
.header_main_menu__list li.application a {
  background: #ffce00;
  color: #005ad5;
  border-radius: 10px;
}
.header_main_menu__list li.mynavi {
  padding-top: 14px;
}
.header_main_menu__list li.mynavi a {
  background: #fff;
  color: #005ad5;
  border-radius: 10px;
  padding-right: 56px;
}
.header_main_menu__list li.mynavi a img {
  position: relative;
  width: 130px;
  top: -1px;
}
@media print, screen and (min-width: 768px) {
  .header_main_menu__list li.mynavi a img {
    top: -2px;
  }
}
.header_main_menu__list li a {
  display: block;
  position: relative;
  padding: 14px 30px 14px 12px;
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 1.4;
  color: #fff;
  text-decoration: none;
}
@media print, screen and (min-width: 768px) and (max-height: 784px) {
  .header_main_menu__list li a {
    padding: 10px 30px 10px 12px;
  }
}
.header_main_menu__list li a::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 12px;
  width: 27px;
  height: 18px;
  border-radius: 10px;
  background: #005ad5;
  border: 1px solid #005ad5;
  transform: translateY(-50%);
  transition: 0.2s cubic-bezier(0.68, -0.65, 0.27, 1.55);
}
.header_main_menu__list li a::before {
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e909";
  position: absolute;
  right: 18px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 9px;
  z-index: 1;
  color: #fff;
  transition: 0.2s;
}
.header_main_menu__list li a:hover::after {
  background: #fff;
  height: 20px;
  transform: translateY(-50%) scale(1.15);
}
.header_main_menu__list li a:hover::before {
  color: #005ad5;
}

.header_sub_menu {
  margin-top: auto;
  padding-top: 20px;
  padding-bottom: 38px;
}

.header_sub_menu__list {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.header_sub_menu__list li.sns {
  margin-top: 10px;
}
.header_sub_menu__list li.sns a {
  position: relative;
  padding-left: 35px;
}
.header_sub_menu__list li.sns a::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 28px;
  height: 28px;
  background: #fff;
  border-radius: 100%;
  transform: translateY(-50%);
}
.header_sub_menu__list li.sns a::before {
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  top: 50%;
  left: 6px;
  transform: translateY(-50%);
  content: "\e906";
  font-size: 16px;
  color: #171926;
  z-index: 1;
}
.header_sub_menu__list li.sns a.inst::before {
  content: "\e906";
}
.header_sub_menu__list li.sns a.youtube::before {
  content: "\e905";
}
.header_sub_menu__list li.sns a:hover {
  opacity: 0.6;
}
.header_sub_menu__list li a {
  color: #fff;
  text-decoration: none;
  font-size: 1.2rem;
}
.header_sub_menu__list li a:hover {
  opacity: 0.6;
}

.main_content {
  position: relative;
  margin-right: auto;
  margin-left: auto;
  z-index: 5;
  width: 100%;
  max-width: 100%;
  background: #fff;
  box-shadow: 0 0 20px rgba(0, 38, 83, 0.5);
  overflow: hidden;
}
@media print, screen and (min-width: 768px) {
  .main_content {
    margin-right: 250px;
    width: calc(100% - 250px - 60px);
    right: -770px;
    transition: right 0.4s;
  }
}
@media print, screen and (min-width: 920px) {
  .main_content {
    width: 512px;
  }
}
@media print, screen and (min-width: 768px) {
  .main_content.anime_on {
    right: 0;
  }
}
.main_content .mv {
  position: relative;
  border: 6px solid #005ad5;
  background: #edfdff;
  padding: 0;
}
.main_content .mv .mv_text {
  margin-top: 40px;
  padding-inline: 12px;
  text-align: center;
  font-size: 1.6rem;
  font-size: min(4vw, 2rem);
  font-weight: 500;
  line-height: 2.2;
  color: #005ad5;
}
@media print, screen and (min-width: 768px) {
  .main_content .mv .mv_text {
    margin-top: 60px;
    font-size: 1.8rem;
  }
}
.main_content .mv .mv_bg_bottom {
  position: relative;
  width: 100%;
  aspect-ratio: 2.4/1;
}
.main_content .mv .mv_bg_bottom.active .mv_bg_bottom_icon01 {
  animation: pop-up 0.3s ease-out 1 forwards;
}
.main_content .mv .mv_bg_bottom.active .mv_bg_bottom_icon02 {
  animation: pop-up 0.3s ease-out 1 forwards;
  animation-delay: 0.1s;
}
.main_content .mv .mv_bg_bottom .mv_bg_bottom_icon01 {
  position: absolute;
  width: 25%;
  top: 35%;
  left: 9%;
  opacity: 0;
}
.main_content .mv .mv_bg_bottom .mv_bg_bottom_icon02 {
  position: absolute;
  width: 17%;
  top: 13%;
  left: 73%;
  opacity: 0;
}
.main_content .mv_title_head {
  position: relative;
  width: 100%;
  aspect-ratio: 1/1.4;
}
.main_content .mv_title_head.active .mv_catch_left .catch01:after,
.main_content .mv_title_head.active .mv_catch_left .catch02:after {
  opacity: 1;
  animation: top_obi_anime 1s cubic-bezier(0.19, 1, 0.22, 1);
  animation-delay: 0.6s;
}
.main_content .mv_title_head.active .mv_catch_left .catch01 img,
.main_content .mv_title_head.active .mv_catch_left .catch02 img {
  opacity: 1;
}
.main_content .mv_title_head.active .mv_head_title {
  animation: pop-up 0.3s ease-out 1 forwards;
}
.main_content .mv_title_head.active .mv_head_title_sub01 {
  animation: pop-up 0.3s ease-out 1 forwards;
  animation-delay: 0.2s;
}
.main_content .mv_title_head.active .mv_head_title_sub02 {
  animation: pop-up 0.3s ease-out 1 forwards;
  animation-delay: 0.3s;
}
.main_content .mv_title_head.active .mv_title_head_icon01 {
  animation: pop-up 0.3s ease-out 1 forwards;
}
.main_content .mv_title_head.active .mv_title_head_icon02 {
  animation: pop-up 0.3s ease-out 1 forwards;
  animation-delay: 0.1s;
}
.main_content .mv_title_head.active .mv_title_head_icon03 {
  animation: pop-up 0.3s ease-out 1 forwards;
  animation-delay: 0.2s;
}
.main_content .mv_title_head .mv_head_title {
  position: absolute;
  width: 22%;
  right: 11%;
  top: 7%;
  opacity: 0;
}
.main_content .mv_title_head .mv_head_title_sub01 {
  position: absolute;
  width: 6%;
  right: 8%;
  top: 86%;
  opacity: 0;
}
.main_content .mv_title_head .mv_head_title_sub02 {
  position: absolute;
  width: 6%;
  left: 8%;
  top: 103%;
  opacity: 0;
}
.main_content .mv_title_head .mv_title_head_icon01 {
  position: absolute;
  top: 6%;
  left: 10%;
  width: 36%;
  opacity: 0;
  transition: 0.5s cubic-bezier(0.19, 1, 0.22, 1);
}
.main_content .mv_title_head .mv_title_head_icon02 {
  position: absolute;
  width: 16%;
  top: 21%;
  left: 41%;
  opacity: 0;
  transition: 0.5s cubic-bezier(0.19, 1, 0.22, 1);
}
.main_content .mv_title_head .mv_title_head_icon03 {
  position: absolute;
  width: 23%;
  top: 60%;
  right: 5%;
  opacity: 0;
  transition: 0.5s cubic-bezier(0.19, 1, 0.22, 1);
}
.main_content .mv_title_head .mv_catch_left {
  position: absolute;
  width: 25.8%;
  top: 16%;
  left: 0;
  display: flex;
  align-items: flex-start;
  z-index: 2;
}
.main_content .mv_title_head .mv_catch_left .catch01,
.main_content .mv_title_head .mv_catch_left .catch02 {
  position: relative;
  overflow: hidden;
}
.main_content .mv_title_head .mv_catch_left .catch01::after,
.main_content .mv_title_head .mv_catch_left .catch02::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  height: 0%;
  width: 100%;
  background: #071a45;
  opacity: 0;
  animation-delay: 0.8s;
  transform-origin: bottom;
}
.main_content .mv_title_head .mv_catch_left .catch01 img,
.main_content .mv_title_head .mv_catch_left .catch02 img {
  opacity: 0;
  transition-delay: 1.1s;
}
.main_content .mv_title_head .mv_catch_left .catch01 {
  width: 56%;
  margin-right: -3%;
}
.main_content .mv_title_head .mv_catch_left .catch02 {
  width: 47%;
}
.main_content .mv_title_center {
  position: absolute;
  width: 62%;
  top: 18%;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
}
.main_content .mv_title_center img {
  opacity: 0;
  transition: 0.5s cubic-bezier(0.19, 1, 0.22, 1);
}
.main_content .mv_title_center.active img {
  animation: pop-up 0.3s ease-out 1 forwards;
}
.main_content .mv_title_bottom {
  position: relative;
  width: 100%;
  aspect-ratio: 1/1.2;
}
.main_content .mv_title_bottom.active .mv_catch_right .catch01:after,
.main_content .mv_title_bottom.active .mv_catch_right .catch02:after {
  opacity: 1;
  animation: top_obi_anime 1s cubic-bezier(0.19, 1, 0.22, 1);
}
.main_content .mv_title_bottom.active .mv_catch_right .catch01 img,
.main_content .mv_title_bottom.active .mv_catch_right .catch02 img {
  opacity: 1;
}
.main_content .mv_title_bottom.active .mv_title_bottom_icon01 {
  animation: pop-up 0.3s ease-out 1 forwards;
}
.main_content .mv_title_bottom.active .mv_title_bottom_icon02 {
  animation: pop-up 0.3s ease-out 1 forwards;
  animation-delay: 0.1s;
}
.main_content .mv_title_bottom .mv_title_bottom_icon01 {
  position: absolute;
  width: 27%;
  top: 35%;
  left: 23%;
  opacity: 0;
}
.main_content .mv_title_bottom .mv_title_bottom_icon02 {
  position: absolute;
  width: 48%;
  top: 66%;
  left: 6%;
  opacity: 0;
}
.main_content .mv_title_bottom .mv_catch_right {
  position: absolute;
  display: flex;
  align-items: flex-start;
  width: 29%;
  top: 13%;
  right: 0;
}
.main_content .mv_title_bottom .mv_catch_right .catch01,
.main_content .mv_title_bottom .mv_catch_right .catch02 {
  position: relative;
  overflow: hidden;
}
.main_content .mv_title_bottom .mv_catch_right .catch01::after,
.main_content .mv_title_bottom .mv_catch_right .catch02::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  height: 0%;
  width: 100%;
  background: #071a45;
  opacity: 0;
  animation-delay: 0.3s;
  transform-origin: bottom;
}
.main_content .mv_title_bottom .mv_catch_right .catch01 img,
.main_content .mv_title_bottom .mv_catch_right .catch02 img {
  opacity: 0;
  transition-delay: 0.5s;
}
.main_content .mv_title_bottom .mv_catch_right .catch01 {
  width: 56%;
  margin-right: -3%;
}
.main_content .mv_title_bottom .mv_catch_right .catch02 {
  width: 47%;
}

@keyframes pop-up {
  /* 0%: アニメーション開始時 (完全に透明で、少し下に隠れている状態) */
  0% {
    opacity: 0;
    transform: translateY(20px) scale(0.8);
  }
  /* 60%: 一度、目標位置よりも少し上へ「飛び出す」状態 */
  60% {
    opacity: 1;
    transform: translateY(-5px) scale(1.05); /* 少し拡大も加える */
  }
  /* 100%: アニメーション終了時 (目標位置で、完全に不透明な状態) */
  100% {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}
.main_bg {
  position: fixed;
  overflow: hidden;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  pointer-events: none;
}
.main_bg:not(.top) .main_bg__inner {
  display: none;
}
.main_bg:not(.top) .main_bg_slider_wrap {
  transition-delay: 0s;
}

.main_bg_slider_wrap {
  overflow: hidden;
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  opacity: 0;
  transition: opacity 1s;
  transition-delay: 3.8s;
}
@media print, screen and (min-width: 768px) {
  .main_bg_slider_wrap {
    display: block;
    width: 60px;
  }
}
@media print, screen and (min-width: 920px) {
  .main_bg_slider_wrap {
    width: calc(100% - 512px - 250px);
  }
}
.main_bg_slider_wrap.anime_on {
  opacity: 1;
}

.main_bg_slider {
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
}
.main_bg_slider .main_bg_slider__item img {
  position: relative;
  width: 150%;
  max-width: none;
}
@media print, screen and (min-width: 1180px) {
  .main_bg_slider .main_bg_slider__item img {
    width: 100%;
  }
}
.main_bg_slider .main_bg_slider__item.anime01 {
  display: flex;
  align-items: flex-end;
}
.main_bg_slider .main_bg_slider__item.anime04 {
  display: flex;
  align-items: flex-end;
}
.main_bg_slider .main_bg_slider__item.anime01.swiper-slide-active img, .main_bg_slider .main_bg_slider__item.anime01.swiper-slide-duplicate-active img, .main_bg_slider .main_bg_slider__item.anime01.swiper-slide-prev img {
  animation: moveLeft 7s linear 0s normal both;
}
.main_bg_slider .main_bg_slider__item.anime02.swiper-slide-active img, .main_bg_slider .main_bg_slider__item.anime02.swiper-slide-duplicate-active img, .main_bg_slider .main_bg_slider__item.anime02.swiper-slide-prev img {
  animation: moveUp 7s linear 0s normal both;
}
.main_bg_slider .main_bg_slider__item.anime03.swiper-slide-active img, .main_bg_slider .main_bg_slider__item.anime03.swiper-slide-duplicate-active img, .main_bg_slider .main_bg_slider__item.anime03.swiper-slide-prev img {
  animation: moveRight 7s linear 0s normal both;
}
.main_bg_slider .main_bg_slider__item.anime04.swiper-slide-active img, .main_bg_slider .main_bg_slider__item.anime04.swiper-slide-duplicate-active img, .main_bg_slider .main_bg_slider__item.anime04.swiper-slide-prev img {
  animation: moveDown 7s linear 0s normal both;
}

@keyframes moveLeft {
  0% {
    transform: translate(calc(-760px + 10vw), 0);
  }
  100% {
    transform: translate(-760px, 0);
  }
}
@keyframes moveUp {
  0% {
    transform: translate(-760px, -100vh);
  }
  100% {
    transform: translate(-760px, -90vh);
  }
}
@keyframes moveRight {
  0% {
    transform: translate(-760px, -20%);
  }
  100% {
    transform: translate(calc(-760px + 10vw), -20%);
  }
}
@keyframes moveDown {
  0% {
    transform: translate(0, 30%);
  }
  100% {
    transform: translate(0, 20%);
  }
}
.main_bg__inner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: 1;
  opacity: 0;
  transition: 1s;
}
@media print, screen and (min-width: 768px) {
  .main_bg__inner {
    height: 200vh;
  }
}
.main_bg__inner.anime_on {
  opacity: 1;
}
@media print, screen and (min-width: 768px) {
  .main_bg__inner.anime_on {
    opacity: 0;
    animation: mainBgAnime 3s ease forwards;
  }
}
.main_bg__inner.anime_complete {
  opacity: 1;
  transform: translateY(0);
}
@media print, screen and (min-width: 768px) {
  .main_bg__inner.anime_complete {
    opacity: 1;
    transform: translateY(-100vh);
  }
}
@media print, screen and (min-width: 768px) {
  .main_bg__inner.anime_end {
    opacity: 0;
  }
}
.main_bg__inner img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@keyframes mainBgAnime {
  0% {
    opacity: 0;
    transform: translateY(0);
  }
  50% {
    opacity: 1;
    transform: translateY(0);
  }
  100% {
    opacity: 1;
    transform: translateY(-100vh);
  }
}
.sp_only_nav {
  display: flex;
  justify-content: center;
  gap: 10px;
  position: fixed;
  bottom: 15px;
  left: 0;
  width: 100%;
  z-index: 10;
}
@media print, screen and (min-width: 768px) {
  .sp_only_nav {
    display: none;
  }
}
.sp_only_nav li a {
  display: block;
  text-align: center;
  border-radius: 10px;
  line-height: 1;
  font-weight: bold;
  text-decoration: none;
  color: #005ad5;
  background: #fff;
  border: 1px solid #005ad5;
  padding: 15px 12px;
  width: 136px;
  max-width: 100%;
}
.sp_only_nav li a.btn_application {
  position: relative;
  background: #ffce00;
}
.sp_only_nav li a.btn_menu {
  position: relative;
  padding-left: 30px;
}
.sp_only_nav li a.btn_menu .toggle {
  position: absolute;
  top: 50%;
  left: 10px;
  transform: translateY(-50%);
  display: block;
  width: 30px;
  height: 30px;
}
.sp_only_nav li a.btn_menu .toggle span {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 20px;
  height: 2px;
  background: #005ad5;
  transform: translate(-50%, -50%);
}
.sp_only_nav li a.btn_menu .toggle span:nth-child(1) {
  margin-top: -6px;
}
.sp_only_nav li a.btn_menu .toggle span:nth-child(3) {
  margin-top: 6px;
}

.sec_content {
  padding: 60px 0;
}

.sec_content__thumb {
  position: relative;
  padding-left: 20px;
  padding-bottom: 68px;
}
.sec_content__thumb.reverse {
  padding-left: 0;
  padding-right: 20px;
}
.sec_content__thumb.reverse .img {
  border-radius: 0 2000px 2000px 0;
}
.sec_content__thumb .img {
  width: 100%;
  border-radius: 2000px 0 0 2000px;
  overflow: hidden;
}
.sec_content__thumb .obj {
  position: absolute;
}
.sec_content__thumb .obj.obj_human {
  bottom: 10px;
  right: 30px;
  width: 55px;
}
@media print, screen and (min-width: 768px) {
  .sec_content__thumb .obj.obj_human {
    right: 50px;
    width: 60px;
  }
}
.sec_content__thumb .obj.obj_facility {
  bottom: 44px;
  right: 30px;
  width: 114px;
}
@media print, screen and (min-width: 768px) {
  .sec_content__thumb .obj.obj_facility {
    bottom: 42px;
    width: 155px;
  }
}

.sec_content__title {
  position: relative;
  color: #005ad5;
}
.sec_content__title .en {
  display: block;
  font-size: 1.6rem;
  font-weight: 900;
  line-height: 1.2;
}
@media print, screen and (min-width: 768px) {
  .sec_content__title .en {
    font-size: 2rem;
  }
}
.sec_content__title .main {
  display: block;
  margin-top: 0.2em;
  font-size: 2.6rem;
  font-weight: bold;
  line-height: 1.4;
}
@media print, screen and (min-width: 768px) {
  .sec_content__title .main {
    font-size: 3rem;
  }
}
.sec_content__title .work_obj {
  position: absolute;
  right: 10px;
  top: -25px;
  width: 78px;
}
@media print, screen and (min-width: 360px) {
  .sec_content__title .work_obj {
    right: 20px;
    width: 88px;
  }
}
@media print, screen and (min-width: 768px) {
  .sec_content__title .work_obj {
    top: -15px;
    right: 30px;
  }
}

.sec_working__btn.active .page_base_btn02 .balloon_interview {
  animation: pop-up 0.3s ease-out 1 forwards;
}

.sec_content__text {
  color: #005ad5;
  font-size: 1.6rem;
  margin-top: 30px;
}

.sp_header {
  position: relative;
  width: 100%;
  height: 100vh;
  z-index: 1;
}
@media print, screen and (min-width: 768px) {
  .sp_header {
    display: none;
  }
}

.sp_header_logo {
  position: absolute;
  width: 162px;
  top: 30px;
  left: 50%;
  transform: translateX(-50%);
}

.sp_header_catch {
  display: flex;
  align-items: flex-start;
  position: absolute;
  width: min(27%, 140px);
  right: 10%;
  top: 17%;
}
.sp_header_catch.active .catch01:after,
.sp_header_catch.active .catch02:after {
  opacity: 1;
  animation: top_obi_anime 1s cubic-bezier(0.19, 1, 0.22, 1);
}
.sp_header_catch.active .catch01 img,
.sp_header_catch.active .catch02 img {
  opacity: 1;
}
.sp_header_catch .catch01,
.sp_header_catch .catch02 {
  position: relative;
  overflow: hidden;
}
.sp_header_catch .catch01::after,
.sp_header_catch .catch02::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  height: 0%;
  width: 100%;
  background: #071a45;
  opacity: 0;
  animation-delay: 0.2s;
  transform-origin: bottom;
}
.sp_header_catch .catch01 img,
.sp_header_catch .catch02 img {
  opacity: 0;
  transition-delay: 0.5s;
}
.sp_header_catch .catch01 {
  width: 52%;
  margin-left: -4%;
  position: relative;
  display: inline-block;
  overflow: hidden;
  font-size: 0;
  line-height: 1;
}
@media print, screen and (min-width: 768px) {
  .sp_header_catch .catch01 {
    width: 60px;
  }
}
.sp_header_catch .catch02 {
  width: 52%;
}
@media print, screen and (min-width: 768px) {
  .sp_header_catch .catch02 {
    width: 60px;
  }
}

@-webkit-keyframes top_obi_anime {
  0% {
    top: -100%;
    height: 100%;
  }
  50% {
    top: 0;
    height: 100%;
  }
  65% {
    top: 0;
    height: 100%;
  }
  100% {
    top: 100%;
    height: 0;
  }
}
.sp_header_bg {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.sec_about {
  background: #005ad5;
  color: #fff;
  padding-bottom: 0;
}
.sec_about .sec_content__title,
.sec_about .sec_content__text {
  color: #fff;
}

.sec_about__btn {
  margin-top: 40px;
  text-align: center;
}

.parts_infinity_slider {
  position: relative;
  display: flex;
  align-items: flex-start;
  overflow: hidden;
  margin-top: 50px;
  padding-bottom: 60px;
}
.parts_infinity_slider::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 60%;
  background-color: #fff;
}

.slide_item_set {
  display: flex;
  animation: scroll-left 30s infinite linear 0.5s both;
}

.slide_item {
  width: 158px;
  aspect-ratio: 1/1.4;
  margin-right: 26px;
  border: 3px solid #002b8b;
  border-radius: 30px;
  overflow: hidden;
}
.slide_item:nth-child(odd) {
  margin-bottom: 30px;
}
.slide_item:nth-child(even) {
  margin-top: 30px;
}
.slide_item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@keyframes scroll-left {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}
.sec_working__btn {
  margin-top: 40px;
}
@media print, screen and (min-width: 768px) {
  .sec_working__btn {
    margin-top: 60px;
  }
}
.sec_working__btn .page_base_btn02 {
  margin-top: 14px;
}
.sec_working__btn .page_base_btn {
  margin-top: 35px;
}

.sec_staff {
  border-radius: 1000px;
  background: linear-gradient(to bottom, #005ad5 0%, #0095a8 100%);
  padding-block: 90px;
}
@media print, screen and (min-width: 768px) {
  .sec_staff {
    padding-block: 120px;
  }
}
.sec_staff .sec_content__title {
  color: #fff;
  text-align: center;
}

.sec_staff__btn {
  margin-top: 30px;
}
@media print, screen and (min-width: 768px) {
  .sec_staff__btn {
    margin-top: 40px;
  }
}

.sec_staff_slider_wrap {
  position: relative;
  margin-top: 40px;
  margin-left: -8px;
  margin-right: -30px;
}
@media print, screen and (min-width: 768px) {
  .sec_staff_slider_wrap {
    margin-top: 50px;
    margin-left: -16px;
  }
}

.sec_staff_slider {
  width: 100%;
}

.sec_staff_slider__item {
  padding: 0 8px;
  width: 100%;
}
@media print, screen and (min-width: 768px) {
  .sec_staff_slider__item {
    padding: 0 16px;
  }
}
.sec_staff_slider__item a {
  display: block;
  text-align: center;
  color: #005ad5;
  text-decoration: none;
}
.sec_staff_slider__item a:hover .img img {
  transform: scale(1.1);
}
.sec_staff_slider__item .img {
  border-radius: 30px 30px 0 0;
  overflow: hidden;
}
.sec_staff_slider__item .img img {
  width: 100%;
  transition: 0.3s;
}
.sec_staff_slider__item .info_text {
  background: #fff;
  font-weight: bold;
  border-radius: 0 0 30px 30px;
  padding: 16px 10px;
}
.sec_staff_slider__item .name {
  font-size: 2rem;
  line-height: 1.4;
}
.sec_staff_slider__item .ruby {
  display: block;
  font-size: 1.1rem;
  font-style: normal;
  letter-spacing: 0.02em;
}
.sec_staff_slider__item .year {
  font-size: 1.1rem;
  letter-spacing: 0.02em;
  color: #000000;
  margin-top: 4px;
}

.sec_staff_slider__pagination {
  position: relative;
  bottom: auto !important;
  z-index: 1;
  margin-top: 14px;
}
.sec_staff_slider__pagination .swiper-pagination-bullet {
  opacity: 1;
  background: #fff;
}
.sec_staff_slider__pagination .swiper-pagination-bullet-active {
  background: #ffce00;
}

.intern__btn {
  margin-top: 60px;
}
.intern__btn .page_base_btn02 {
  margin-top: 20px;
}
.intern__btn.active .page_base_btn02 .balloon_interview {
  animation: pop-up 0.3s ease-out 1 forwards;
}

.footer {
  margin-top: 40px;
  padding-bottom: 80px;
}

.footer_menu {
  border-bottom: 1px solid #217fff;
}
.footer_menu li {
  border-top: 1px solid #217fff;
}
.footer_menu li.application {
  padding-top: 14px;
}
.footer_menu li.application a {
  background: #ffce00;
  color: #005ad5;
  border-radius: 10px;
}
.footer_menu li a {
  display: block;
  position: relative;
  padding: 18px 30px 18px 12px;
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 1.4;
  color: #217fff;
  text-decoration: none;
}
.footer_menu li a::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 12px;
  width: 27px;
  height: 18px;
  border-radius: 10px;
  background: #005ad5;
  border: 1px solid #005ad5;
  transform: translateY(-50%);
  transition: 0.2s cubic-bezier(0.68, -0.65, 0.27, 1.55);
}
.footer_menu li a::before {
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e909";
  position: absolute;
  right: 18px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 9px;
  z-index: 1;
  color: #fff;
  transition: 0.2s;
}
.footer_menu li a:hover::after {
  background: #fff;
  height: 20px;
  transform: translateY(-50%) scale(1.15);
}
.footer_menu li a:hover::before {
  color: #005ad5;
}

.footer_sns_list {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin-top: 20px;
}
.footer_sns_list li {
  margin-top: 10px;
}
.footer_sns_list li a {
  text-decoration: none;
  font-size: 1.4rem;
  position: relative;
  color: #000000;
  padding-left: 35px;
}
.footer_sns_list li a::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 28px;
  height: 28px;
  background: #fff;
  border-radius: 100%;
  transform: translateY(-50%);
}
.footer_sns_list li a::before {
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  top: 50%;
  left: 6px;
  transform: translateY(-50%);
  content: "\e906";
  font-size: 22px;
  color: #171926;
  z-index: 1;
}
.footer_sns_list li a.inst::before {
  content: "\e906";
}
.footer_sns_list li a.youtube::before {
  content: "\e905";
}
.footer_sns_list li a:hover {
  opacity: 0.6;
}

.footer_logo {
  text-align: center;
  margin-top: 50px;
}
.footer_logo img {
  width: 91px;
}
.footer_logo a:hover {
  opacity: 0.6;
}

.footer_copy {
  display: block;
  margin-top: 20px;
  text-align: center;
  font-size: 1.2rem;
  color: #005ad5;
}

.main_content__title {
  position: relative;
  padding-bottom: 40px;
  background: linear-gradient(to bottom, #005ad5 0%, #0095a8 100%);
  color: #fff;
  overflow: hidden;
}
@media print, screen and (min-width: 768px) {
  .main_content__title {
    padding-bottom: 60px;
  }
}
.main_content__title.interview::before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  height: 120px;
  width: 100%;
  background: #f9f9f9;
}
.main_content__title.consignment_interview::before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  height: 220px;
  width: 100%;
  background: #f9f9f9;
}
.main_content__title.consignment .title .main span {
  display: block;
  font-size: 1.2rem;
  line-height: 1.4;
}
@media print, screen and (min-width: 768px) {
  .main_content__title.consignment .title .main span {
    font-size: 1.4rem;
  }
}
.main_content__title.consignment .title .en {
  font-size: min(10vw, 6.5rem);
}
@media print, screen and (min-width: 768px) {
  .main_content__title.consignment .title .en {
    font-size: 5rem;
  }
}
.main_content__title.application .title .en {
  font-size: min(10vw, 6.8rem);
}
@media print, screen and (min-width: 768px) {
  .main_content__title.application .title .en {
    font-size: 4.8rem;
  }
}
.main_content__title.head_pattern02 .title::before {
  background-image: url(../img/recruitment/page_title_head02.png);
}
.main_content__title.head_pattern03 .title::before {
  background-image: url(../img/recruitment/page_title_head03.png);
}
.main_content__title.head_pattern04 .title::before {
  background-image: url(../img/recruitment/page_title_head04.png);
}
.main_content__title.head_pattern05 .title::before {
  aspect-ratio: 2.5/1;
  background-image: url(../img/recruitment/page_title_head05.png);
}
.main_content__title.head_pattern06 .title::before {
  background-image: url(../img/recruitment/page_title_head06.png);
}
@media print, screen and (min-width: 768px) {
  .main_content__title .sp_header_logo {
    display: none;
  }
}
.main_content__title .title {
  position: relative;
  text-align: center;
  margin-top: 130px;
  padding-top: 30%;
  padding-bottom: 40%;
}
@media print, screen and (min-width: 768px) {
  .main_content__title .title {
    margin-top: 60px;
  }
}
.main_content__title .title::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  aspect-ratio: 2.6/1;
  background: url(../img/recruitment/page_title_head.png) no-repeat center center;
  background-size: 100%;
}
.main_content__title .title::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  aspect-ratio: 2.3/1;
  background: url(../img/recruitment/page_title_bottom.png) no-repeat center center;
  background-size: 100%;
}
.main_content__title .title .main {
  position: relative;
  font-size: min(4.5vw, 2rem);
  font-weight: bold;
  line-height: 1.4;
  z-index: 1;
}
@media print, screen and (min-width: 768px) {
  .main_content__title .title .main {
    font-size: 2rem;
  }
}
.main_content__title .title .en {
  position: relative;
  display: block;
  margin-top: 12px;
  font-size: min(12.5vw, 6.8rem);
  font-weight: 900;
  line-height: 1.1;
  letter-spacing: 0em;
  z-index: 1;
}
@media print, screen and (min-width: 768px) {
  .main_content__title .title .en {
    font-size: 6.8rem;
  }
}
.main_content__title .title .en .mini {
  display: block;
  font-size: min(7.6vw, 4rem);
}
@media print, screen and (min-width: 768px) {
  .main_content__title .title .en .mini {
    font-size: 4rem;
  }
}
.main_content__title .interview_title {
  margin-top: 130px;
}
@media print, screen and (min-width: 768px) {
  .main_content__title .interview_title {
    margin-top: 50px;
  }
}
.main_content__title .interview_title .main {
  position: relative;
  font-weight: bold;
  line-height: 1.4;
  z-index: 1;
  font-size: min(6.5vw, 2.8rem);
}
@media print, screen and (min-width: 768px) {
  .main_content__title .interview_title .main {
    font-size: 2.8rem;
  }
}
.main_content__title .interview_title .main span {
  display: inline-block;
  font-size: min(2.8vw, 1.2rem);
}
@media print, screen and (min-width: 768px) {
  .main_content__title .interview_title .main span {
    font-size: 1.2rem;
  }
}
.main_content__title .interview_title .en {
  position: relative;
  display: block;
  margin-top: 12px;
  font-weight: 900;
  line-height: 1.1;
  z-index: 1;
  font-size: min(4.5vw, 2rem);
}
@media print, screen and (min-width: 768px) {
  .main_content__title .interview_title .en {
    font-size: 2rem;
  }
}

.block_article_wrap {
  padding-top: 0;
  background-color: #f9f9f9;
}