@charset "UTF-8";
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;500;700;900&display=swap");
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

/* Webフォント */
/* =============================================
- Animation
================================================ */
.vertical_title {
  -webkit-transition: 0.4s cubic-bezier(0.56, 0.33, 0.03, 1.65);
  transition: 0.4s cubic-bezier(0.56, 0.33, 0.03, 1.65);
  -webkit-transform: translateY(30px);
          transform: translateY(30px);
  opacity: 0;
}
.vertical_title._on {
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
  opacity: 1;
}

.page_title_area .page_title {
  opacity: 0;
  -webkit-transition: 0.6s ease-in-out;
  transition: 0.6s ease-in-out;
}
.page_title_area .sub_page_title {
  opacity: 0;
  -webkit-transition: 0.35s ease-in-out 0.6s;
  transition: 0.35s ease-in-out 0.6s;
}
.page_title_area._on .page_title,
.page_title_area._on .page_title::after,
.page_title_area._on .sub_page_title {
  opacity: 1;
}

._fade_animation {
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
  opacity: 0;
}
._fade_animation._on {
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
  opacity: 1;
}

._fade_animation_left {
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  -webkit-transform: translateX(-20px);
          transform: translateX(-20px);
  opacity: 0;
}
._fade_animation_left._on {
  -webkit-transform: translateX(0px);
          transform: translateX(0px);
  opacity: 1;
}

._fade_animation_right {
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  -webkit-transform: translateX(20px);
          transform: translateX(20px);
  opacity: 0;
}
._fade_animation_right._on {
  -webkit-transform: translateX(0px);
          transform: translateX(0px);
  opacity: 1;
}

#recruitment_fv .fv_head_text span._top {
  -webkit-animation: scalefadein 3s;
          animation: scalefadein 3s;
}
#recruitment_fv .fv_head_text span._bottom {
  -webkit-animation: scalefadein02 4s;
          animation: scalefadein02 4s;
}
#recruitment_fv .fv_head_text span._left {
  -webkit-animation: scalefadein 3s;
          animation: scalefadein 3s;
}
#recruitment_fv .fv_head_text span._right {
  -webkit-animation: scalefadein02 4s;
          animation: scalefadein02 4s;
}
#recruitment_fv .fv_main_text span {
  opacity: 0;
  display: inline-block;
}
#recruitment_fv .fv_main_text span._text01 {
  -webkit-animation: maintext_down 1.4s forwards 3.5s;
          animation: maintext_down 1.4s forwards 3.5s;
}
#recruitment_fv .fv_main_text span._text02 {
  -webkit-animation: maintext_down 1.35s forwards 3.65s;
          animation: maintext_down 1.35s forwards 3.65s;
}
#recruitment_fv .fv_main_text span._text04 {
  -webkit-animation: maintext_down 1s forwards 3.95s;
          animation: maintext_down 1s forwards 3.95s;
}
#recruitment_fv .fv_main_text span._text05 {
  -webkit-animation: maintext_down 0.8s forwards 4.1s;
          animation: maintext_down 0.8s forwards 4.1s;
}
@media screen and (min-width: 500px) {
  #recruitment_fv .fv_main_text span._text01 {
    -webkit-animation: maintext_down 1.4s forwards 3.5s;
            animation: maintext_down 1.4s forwards 3.5s;
  }
  #recruitment_fv .fv_main_text span._text02 {
    -webkit-animation: maintext_up 1.35s forwards 3.65s;
            animation: maintext_up 1.35s forwards 3.65s;
  }
  #recruitment_fv .fv_main_text span._text04 {
    -webkit-animation: maintext_up 1s forwards 3.95s;
            animation: maintext_up 1s forwards 3.95s;
  }
  #recruitment_fv .fv_main_text span._text05 {
    -webkit-animation: maintext_down 0.8s forwards 4.1s;
            animation: maintext_down 0.8s forwards 4.1s;
  }
}
#recruitment_fv .fv_sub_text span {
  display: inline-block;
  opacity: 0;
}
#recruitment_fv .fv_sub_text span._text03 {
  -webkit-animation: maintext_down 1.2s forwards 3.8s;
          animation: maintext_down 1.2s forwards 3.8s;
}
#recruitment_fv .fv_main_img._parent {
  opacity: 0;
  -webkit-animation: main_img_holl 0.4s forwards 2.2s;
          animation: main_img_holl 0.4s forwards 2.2s;
}
#recruitment_fv .fv_main_img._main_fv {
  opacity: 0;
  -webkit-animation: main_img 0.5s forwards 2.4s;
          animation: main_img 0.5s forwards 2.4s;
}
@-webkit-keyframes main_img {
  0% {
    opacity: 0;
    -webkit-transform: translateY(100px);
            transform: translateY(100px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(3px);
            transform: translateY(3px);
  }
}
@keyframes main_img {
  0% {
    opacity: 0;
    -webkit-transform: translateY(100px);
            transform: translateY(100px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(3px);
            transform: translateY(3px);
  }
}
@-webkit-keyframes main_img_holl {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.95);
            transform: scale(0.95);
    -webkit-transform-origin: bottom;
            transform-origin: bottom;
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@keyframes main_img_holl {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.95);
            transform: scale(0.95);
    -webkit-transform-origin: bottom;
            transform-origin: bottom;
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@-webkit-keyframes maintext_down {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-100px);
            transform: translateY(-100px);
  }
  30% {
    opacity: 1;
    -webkit-transform: translateY(12px);
            transform: translateY(12px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes maintext_down {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-100px);
            transform: translateY(-100px);
  }
  30% {
    opacity: 1;
    -webkit-transform: translateY(12px);
            transform: translateY(12px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@-webkit-keyframes maintext_up {
  0% {
    opacity: 0;
    -webkit-transform: translateY(100px);
            transform: translateY(100px);
  }
  30% {
    opacity: 1;
    -webkit-transform: translateY(-12px);
            transform: translateY(-12px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes maintext_up {
  0% {
    opacity: 0;
    -webkit-transform: translateY(100px);
            transform: translateY(100px);
  }
  30% {
    opacity: 1;
    -webkit-transform: translateY(-12px);
            transform: translateY(-12px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@-webkit-keyframes maintext_bounce {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
  22% {
    -webkit-transform: translateY(18%);
            transform: translateY(18%);
  }
  44% {
    -webkit-transform: translateY(-10%);
            transform: translateY(-10%);
  }
  67% {
    -webkit-transform: translateY(2%);
            transform: translateY(2%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
  }
}
@keyframes maintext_bounce {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
  22% {
    -webkit-transform: translateY(18%);
            transform: translateY(18%);
  }
  44% {
    -webkit-transform: translateY(-10%);
            transform: translateY(-10%);
  }
  67% {
    -webkit-transform: translateY(2%);
            transform: translateY(2%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
  }
}
@-webkit-keyframes scalefadein {
  0% {
    opacity: 0;
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
  20% {
    opacity: 0;
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
  70% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@keyframes scalefadein {
  0% {
    opacity: 0;
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
  20% {
    opacity: 0;
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
  70% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@-webkit-keyframes scalefadein02 {
  0% {
    opacity: 0;
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
  30% {
    opacity: 0;
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
  70% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@keyframes scalefadein02 {
  0% {
    opacity: 0;
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
  30% {
    opacity: 0;
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
  70% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
/* ======================================================
/* components
========================================================= */
/* layout
========================================================= */
.page_title_layout {
  background-color: #fff;
  padding-top: 160px;
  padding-bottom: 70px;
}
@media screen and (min-width: 500px) {
  .page_title_layout {
    padding-top: 174px;
    padding-bottom: 130px;
  }
}
@media screen and (min-width: 980px) {
  .page_title_layout {
    padding-top: 250px;
    padding-bottom: 180px;
  }
}
.page_title_layout .page_title {
  position: relative;
  z-index: 1;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  margin-left: auto;
  margin-right: auto;
  font-size: 5.2rem;
  font-weight: 900;
  letter-spacing: 0.02em;
  line-height: 1;
  color: #143CB4;
}
@media screen and (min-width: 500px) {
  .page_title_layout .page_title {
    font-size: min(10rem, 10.204vw);
  }
}
.page_title_layout .page_title::after {
  content: "";
  width: 134px;
  height: 105px;
  background-image: url(../img/recruitment/common/bg_page_title.webp);
  background-repeat: no-repeat;
  background-size: 100%;
  position: absolute;
  z-index: -1;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media screen and (min-width: 500px) {
  .page_title_layout .page_title::after {
    width: min(264px, 26.939vw);
    height: min(200px, 20.408vw);
  }
}
.page_title_layout .page_title span {
  font-weight: 300;
}
.page_title_layout .sub_page_title {
  margin-top: 35px;
  font-size: 2rem;
  font-weight: 500;
  letter-spacing: 0.04em;
  line-height: 1;
  color: #143CB4;
  text-align: center;
}
@media screen and (min-width: 500px) {
  .page_title_layout .sub_page_title {
    margin-top: min(74px, 7.551vw);
    font-size: min(3rem, 3.061vw);
  }
}

/* Breadcrumb
========================================================= */
.breadcrumb {
  position: absolute;
  left: 20px;
  top: 54px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 25px;
     -moz-column-gap: 25px;
          column-gap: 25px;
}
@media screen and (min-width: 980px) {
  .breadcrumb {
    top: 84px;
  }
}

.breadcrumb_item:last-child .breadcrumb_text {
  color: #888888;
}
.breadcrumb_item:last-child .breadcrumb_text:after {
  display: none;
}
.breadcrumb_item a {
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}
@media screen and (min-width: 980px) {
  .breadcrumb_item a:hover {
    color: #1EB4E6;
  }
  .breadcrumb_item a:hover::after {
    color: #111111;
  }
}

.breadcrumb_text {
  position: relative;
  color: #111111;
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 1.54;
}
.breadcrumb_text::after {
  content: "/";
  color: #111111;
  width: 1em;
  height: 1em;
  position: absolute;
  top: 0;
  right: calc(-10px - 1em);
}

/* Title
========================================================= */
.vertical_title_style {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 768px) {
  .vertical_title_style {
    margin-left: unset;
    margin-right: unset;
  }
}
.vertical_title_style .vertical_title_style_inner {
  position: relative;
  width: min(72px, 19.2vw);
}
@media screen and (min-width: 768px) {
  .vertical_title_style .vertical_title_style_inner {
    width: min(100px, 7.321vw);
  }
}
.vertical_title_style .vertical_title {
  margin-left: auto;
  margin-right: auto;
  font-size: min(7.2rem, 19.2vw);
  font-weight: 900;
  line-height: 1;
  color: #143CB4;
  -webkit-writing-mode: vertical-lr;
      -ms-writing-mode: tb-lr;
          writing-mode: vertical-lr;
}
@media screen and (min-width: 768px) {
  .vertical_title_style .vertical_title {
    font-size: min(10rem, 7.321vw);
  }
}
.vertical_title_style .vertical_title ._adjust_text {
  font-weight: 300;
}
@media screen and (min-width: 768px) {
  .vertical_title_style .vertical_title ._adjust_text.type01 {
    margin-top: max(-11px, -0.805vw);
    margin-bottom: max(-8px, -0.586vw);
  }
}
@media screen and (min-width: 768px) {
  .vertical_title_style .vertical_title ._adjust_text.type02 {
    margin-bottom: max(-6px, -0.439vw);
  }
}
@media screen and (min-width: 768px) {
  .vertical_title_style .vertical_title ._adjust_text.type03 {
    margin-top: max(-6px, -0.439vw);
    margin-bottom: max(-5px, -0.366vw);
  }
}
.vertical_title_style .vertical_text {
  font-size: min(2rem, 5.33vw);
  line-height: 1;
  color: #999999;
  text-align: center;
  position: absolute;
  left: 50%;
  bottom: calc(-1em - 12px);
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}
@media screen and (min-width: 768px) {
  .vertical_title_style .vertical_text {
    font-size: min(2.5rem, 1.83vw);
    bottom: max(-1em - 22px, -1em - 1.611vw);
  }
}
/*  Text
========================================================= */
/* btn
========================================================= */
.cta_engage_btn {
  display: block;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  margin-left: auto;
  margin-right: auto;
  background-color: #143CB4;
  padding: 20px 30px;
  border-radius: 10px;
}
@media screen and (min-width: 500px) {
  .cta_engage_btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-column-gap: min(30px, 3.061vw);
       -moz-column-gap: min(30px, 3.061vw);
            column-gap: min(30px, 3.061vw);
    padding: min(30px, 3.061vw);
    column-gap: min(30px, 3.061vw);
  }
}
@media screen and (min-width: 980px) {
  .cta_engage_btn:hover .engage_icon svg path:nth-child(2) {
    fill: #1EB4E6;
    -webkit-transition: 0.15s ease-in-out 0.2s;
    transition: 0.15s ease-in-out 0.2s;
  }
}
.cta_engage_btn::after {
  border-radius: 10px;
}
.cta_engage_btn .engage_img {
  width: 220px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 500px) {
  .cta_engage_btn .engage_img {
    width: min(220px, 22.449vw);
    margin-left: unset;
    margin-right: unset;
  }
}
.cta_engage_btn .engage_text_area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 16px;
     -moz-column-gap: 16px;
          column-gap: 16px;
  margin-top: min(20px, 5.333vw);
}
@media screen and (min-width: 500px) {
  .cta_engage_btn .engage_text_area {
    margin-top: unset;
    -webkit-column-gap: min(30px, 3.061vw);
       -moz-column-gap: min(30px, 3.061vw);
            column-gap: min(30px, 3.061vw);
  }
}
.cta_engage_btn .engage_text {
  font-size: min(4.6rem, 12.267vw);
  font-weight: bold;
  letter-spacing: 0;
  line-height: 1;
  color: #fff;
  -webkit-transform: translate(0, -3px);
          transform: translate(0, -3px);
}
@media screen and (min-width: 500px) {
  .cta_engage_btn .engage_text {
    font-size: min(6rem, 6.122vw);
  }
}
.cta_engage_btn .engage_icon {
  width: min(46px, 12.267vw);
}
@media screen and (min-width: 500px) {
  .cta_engage_btn .engage_icon {
    width: clamp(20px, 4.898vw, 48px);
  }
}
.cta_engage_btn .engage_icon svg {
  width: 100%;
  max-width: 100%;
  vertical-align: bottom;
}
.cta_engage_btn .engage_icon svg path:nth-child(2) {
  -webkit-transition: 0s;
  transition: 0s;
}

/* list
========================================================= */
/* ======================================================
/* blocks
========================================================= */
/* ======================================================
/* common
========================================================= */
/* ======================================================
	title
========================================================= */
/* ======================================================
	block
========================================================= */
._hover_blue {
  position: relative;
  z-index: 1;
}
._hover_blue::after {
  position: absolute;
  z-index: -2;
  left: 0;
  top: 0;
  content: "";
  width: 0%;
  height: 100%;
  background-color: #1EB4E6;
  -webkit-transition: 0.4s cubic-bezier(0.64, 0, 0.78, 0);
  transition: 0.4s cubic-bezier(0.64, 0, 0.78, 0);
  -webkit-transform-origin: top left;
          transform-origin: top left;
}
@media screen and (min-width: 980px) {
  ._hover_blue:hover::after {
    width: 100%;
  }
}

._hover_blue_secondly {
  position: relative;
  z-index: 1;
}
._hover_blue_secondly::after {
  position: absolute;
  z-index: -2;
  left: 0;
  top: 0;
  content: "";
  width: 0%;
  height: 100%;
  background-color: #143CB4;
  -webkit-transition: 0.4s cubic-bezier(0.64, 0, 0.78, 0);
  transition: 0.4s cubic-bezier(0.64, 0, 0.78, 0);
  -webkit-transform-origin: top left;
          transform-origin: top left;
}
@media screen and (min-width: 980px) {
  ._hover_blue_secondly:hover::after {
    width: 100%;
  }
}

/* ======================================================
	reset
========================================================= */
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  color: #333333;
  font-size: 62.5%;
  font-weight: 400;
  font-family: "Noto Sans JP", sans-serif;
}

body {
  overflow-x: hidden;
  width: 100%;
  font-size: 1.5rem;
  line-height: 1.64;
  letter-spacing: 0.04em;
  background-color: #FFFFFF;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media screen and (min-width: 768px) {
  body {
    font-size: 1.6rem;
  }
}
main {
  overflow: hidden;
}

#wrap, #wrapper {
  overflow: hidden;
}

section._has_padding_bottom {
  padding-bottom: 80px;
}
section:not(._non_side_padding) {
  padding-right: 5vw;
  padding-left: 5vw;
}
@media screen and (min-width: 768px) {
  section._has_padding_bottom {
    padding-bottom: 120px;
  }
}
p, ul, ol, h1, h2, h3, h4, h5, dl, dt, dd {
  margin: 0;
  padding: 0;
  font-weight: inherit;
  font-style: inherit;
  font-size: 100%;
}

ol, ul {
  list-style: none;
}

a {
  text-decoration: none;
}

img {
  vertical-align: bottom;
  width: 100%;
}

select {
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
select::-ms-expand {
  display: none;
}

button:focus, button:focus-visible {
  outline: none;
}

@media screen and (max-width: 767px) {
  *:focus {
    outline: none;
  }
}
img {
  max-width: 100%;
}

@media screen and (max-width: 767px) {
  .pc {
    display: none !important;
  }
}
@media screen and (min-width: 768px) {
  .sp {
    display: none !important;
  }
}
@media screen and (max-width: 375px) {
  .spS {
    display: none !important;
  }
}
@media screen and (min-width: 768px) {
  a[href^="tel:"] {
    cursor: default;
    pointer-events: none;
  }
}
/* =============================================
- 404
================================================ */
/* ======================================================
	header
========================================================= */
/* ======================================================
	header
========================================================= */
#cta_bottom_fix {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100vw;
  height: 60px;
  z-index: 50;
  position: fixed;
  bottom: 0;
  right: 0;
  background-color: #1EB4E6;
}
@media screen and (min-width: 500px) {
  #cta_bottom_fix {
    display: block;
    -webkit-box-align: unset;
        -ms-flex-align: unset;
            align-items: unset;
    -webkit-box-pack: unset;
        -ms-flex-pack: unset;
            justify-content: unset;
    width: unset;
    height: unset;
    padding: 16px 25px 18px 25px;
    bottom: 20px;
    right: 20px;
    border-radius: 5px;
  }
}
@media screen and (min-width: 500px) {
  #cta_bottom_fix::after {
    border-radius: 5px;
  }
}
#cta_bottom_fix .cta_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-column-gap: 10px;
     -moz-column-gap: 10px;
          column-gap: 10px;
}
@media screen and (min-width: 500px) {
  #cta_bottom_fix .cta_wrap {
    display: block;
  }
}
#cta_bottom_fix .cta_img {
  width: 150px;
}
#cta_bottom_fix .cta_text {
  font-size: min(3.6rem, 9.6vw);
  font-weight: bold;
  line-height: 1;
  color: #fff;
}
@media screen and (min-width: 500px) {
  #cta_bottom_fix .cta_text {
    font-size: 3.6rem;
    margin-top: 10px;
  }
}

@-webkit-keyframes none {
  0% {
    display: none !important;
  }
  100% {
    display: none !important;
  }
}

@keyframes none {
  0% {
    display: none !important;
  }
  100% {
    display: none !important;
  }
}
/* ======================================================
	footer
========================================================= */
#interview_fv {
  position: relative;
}