@charset "UTF-8";
/*=============================================
Foundation
=============================================*/
/* http://meyerweb.com/eric/tools/css/reset/ 
v2.0 | 20110126
License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

main {
  display: block;
}

th {
  text-align: left;
}

@-webkit-keyframes flag {
  0% {
    -webkit-transform: rotate(-45deg) translateY(-10%);
    transform: rotate(-45deg) translateY(-10%);
  }
  100% {
    -webkit-transform: rotate(-45deg) translateY(10%);
    transform: rotate(-45deg) translateY(10%);
  }
}
@keyframes flag {
  0% {
    -webkit-transform: rotate(-45deg) translateY(-10%);
    transform: rotate(-45deg) translateY(-10%);
  }
  100% {
    -webkit-transform: rotate(-45deg) translateY(10%);
    transform: rotate(-45deg) translateY(10%);
  }
}
@-webkit-keyframes zoomin {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }
}
@keyframes zoomin {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }
}
@-webkit-keyframes zoomUp {
  0% {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
  100% {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
}
@keyframes zoomUp {
  0% {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
  100% {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
}
@-webkit-keyframes cusorScale {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.5);
            transform: scale(1.5);
  }
}
@keyframes cusorScale {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.5);
            transform: scale(1.5);
  }
}
@-webkit-keyframes bandIn1 {
  0% {
    -webkit-transform-origin: left top;
            transform-origin: left top;
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
  }
  100% {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
  }
}
@keyframes bandIn1 {
  0% {
    -webkit-transform-origin: left top;
            transform-origin: left top;
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
  }
  100% {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
  }
}
@-webkit-keyframes bandIn2 {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes bandIn2 {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
/* 点滅 */
.blinking {
  -webkit-animation: blink 0.5s ease-out infinite alternate;
  animation: blink 0.5s ease-out infinite alternate;
}

.js-fadein {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: transform 1s ease , opacity 1s ease , visibility 1s ease;
  -webkit-transition: opacity 1s ease , visibility 1s ease , -webkit-transform 1s ease;
  transition: opacity 1s ease , visibility 1s ease , -webkit-transform 1s ease;
  transition: transform 1s ease , opacity 1s ease , visibility 1s ease;
  transition: transform 1s ease , opacity 1s ease , visibility 1s ease , -webkit-transform 1s ease;
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
  -webkit-transform: translateY(50px);
  transform: translateY(50px);
}
.js-fadein.show {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

.js-fadein-rl {
  -webkit-transition: -webkit-transform 0.5s ease 1s;
  transition: -webkit-transform 0.5s ease 1s;
  transition: transform 0.5s ease 1s;
  transition: transform 0.5s ease 1s, -webkit-transform 0.5s ease 1s;
  -webkit-transform: translateX(0);
          transform: translateX(0);
}
.js-fadein-rl.show {
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
}

.js-fadein-lr {
  -webkit-transition: -webkit-transform 0.5s ease 1s;
  transition: -webkit-transform 0.5s ease 1s;
  transition: transform 0.5s ease 1s;
  transition: transform 0.5s ease 1s, -webkit-transform 0.5s ease 1s;
  -webkit-transform: translateX(0);
          transform: translateX(0);
}
.js-fadein-lr.show {
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
}

.js-coverin {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: filter 1s ease , transform 1s ease , opacity 1s ease , visibility 1s ease;
  -webkit-transition: opacity 1s ease , visibility 1s ease , -webkit-filter 1s ease , -webkit-transform 1s ease;
  transition: opacity 1s ease , visibility 1s ease , -webkit-filter 1s ease , -webkit-transform 1s ease;
  transition: filter 1s ease , transform 1s ease , opacity 1s ease , visibility 1s ease;
  transition: filter 1s ease , transform 1s ease , opacity 1s ease , visibility 1s ease , -webkit-filter 1s ease , -webkit-transform 1s ease;
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
  -webkit-transform-origin: right top;
          transform-origin: right top;
}
.js-coverin.show {
  opacity: 1;
  visibility: visible;
}

.js-bandin {
  position: relative;
  background: #fff;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transform-origin: left top;
          transform-origin: left top;
}
.js-bandin .txt {
  position: relative;
  z-index: 2;
}
.js-bandin .bg_whiite {
  background: #fff;
  width: 100%;
  height: 100%;
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transform-origin: left top;
          transform-origin: left top;
}
.js-bandin .bg_orange {
  background: orange;
  width: 100%;
  height: 100%;
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 3;
  -webkit-transform-origin: left top;
          transform-origin: left top;
}
.js-bandin--1.show {
  -webkit-animation: bandIn1 0.5s ease 0.5s forwards;
          animation: bandIn1 0.5s ease 0.5s forwards;
}
.js-bandin--1.show .bg_orange {
  -webkit-animation: bandIn2 0.5s ease 1s forwards;
          animation: bandIn2 0.5s ease 1s forwards;
}
.js-bandin--2.show {
  -webkit-animation: bandIn1 0.5s ease 1s forwards;
          animation: bandIn1 0.5s ease 1s forwards;
}
.js-bandin--2.show .bg_orange {
  -webkit-animation: bandIn2 0.5s ease 1.5s forwards;
          animation: bandIn2 0.5s ease 1.5s forwards;
}

/* base --------------------------*/
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

/*
@supports(-webkit-touch-callout: none){
	html{
		height: -webkit-fill-available;
	}
	body{
		min-height: 100vh;
		min-height: -webkit-fill-available;
	}
}
*/
html {
  -webkit-font-smoothing: antialiased;
  font-size: 62.5%;
}
html.wf-active *, html.loading-delay * {
  visibility: visible;
}

body {
  height: 100vh;
  overflow-x: hidden;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 1.6rem;
  font-weight: 500;
  color: #222222;
  -webkit-text-size-adjust: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
@supports (-webkit-touch-callout: none) {
  body {
    height: -webkit-fill-available;
  }
}

main {
  display: block;
  background: #fff;
}

a {
  color: inherit;
}

a,
button {
  -webkit-transition: color 0.3s ease, opacity 0.3s ease, background 0.3s ease, transform 0.2s ease;
  -webkit-transition: color 0.3s ease, opacity 0.3s ease, background 0.3s ease, -webkit-transform 0.2s ease;
  transition: color 0.3s ease, opacity 0.3s ease, background 0.3s ease, -webkit-transform 0.2s ease;
  transition: color 0.3s ease, opacity 0.3s ease, background 0.3s ease, transform 0.2s ease;
  transition: color 0.3s ease, opacity 0.3s ease, background 0.3s ease, transform 0.2s ease, -webkit-transform 0.2s ease;
}

figure img {
  width: 100%;
}

img {
  width: auto;
  height: auto;
  vertical-align: bottom;
  max-width: 100%;
  border: none;
}

p {
  line-height: 1.8;
  font-size: 1.6rem;
  font-weight: 500;
  margin-bottom: 20px;
}
@media screen and (max-width: 599px) {
  p {
    font-size: 1.5rem;
    line-height: 1.6;
  }
}

.clearfix,
section {
  zoom: 1;
}

.clearfix:before,
.clearfix:after,
.section:before,
.section:after {
  content: "";
  display: table;
}

.clearfix:after,
.section:after {
  clear: both;
}

.noscroll {
  overflow: hidden;
  height: 100%;
}

.pc {
  display: inline;
}
@media screen and (max-width: 599px) {
  .pc {
    display: none;
  }
}

.sp {
  display: none;
}
@media screen and (max-width: 599px) {
  .sp {
    display: inline;
  }
}
@media (max-width: 900px) and (orientation: landscape) {
  .sp--landscape {
    display: inline;
  }
}

figure.pc {
  display: block;
}
@media screen and (max-width: 599px) {
  figure.pc {
    display: none;
  }
}

figure.sp {
  display: none;
}
@media screen and (max-width: 599px) {
  figure.sp {
    display: block;
  }
}

.disabled {
  opacity: 0.2;
  pointer-events: none;
}

*:focus {
  outline: none;
}

/*form*/
input[type=text],
input[type=email],
input[type=tel],
input[type=submit],
textarea,
select {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
}

input[type=text],
input[type=email],
input[type=tel],
textarea,
select {
  background-color: #fff;
  border: 1px solid #707070;
  border-radius: 4px;
  padding: 5px 12px 3px;
  font-size: 1.6rem;
  width: 100%;
  max-width: 290px;
  height: 34px;
  -webkit-transition: opacity 0.4s ease, color 0.4s ease, background-color 0.4s ease, filter 0.4s ease;
  -webkit-transition: opacity 0.4s ease, color 0.4s ease, background-color 0.4s ease, -webkit-filter 0.4s ease;
  transition: opacity 0.4s ease, color 0.4s ease, background-color 0.4s ease, -webkit-filter 0.4s ease;
  transition: opacity 0.4s ease, color 0.4s ease, background-color 0.4s ease, filter 0.4s ease;
  transition: opacity 0.4s ease, color 0.4s ease, background-color 0.4s ease, filter 0.4s ease, -webkit-filter 0.4s ease;
}
input[type=text]:focus,
input[type=email]:focus,
input[type=tel]:focus,
textarea:focus,
select:focus {
  background-color: #fff;
}
input[type=text]:visited,
input[type=email]:visited,
input[type=tel]:visited,
textarea:visited,
select:visited {
  color: #333;
}
input[type=text]::-webkit-input-placeholder, input[type=email]::-webkit-input-placeholder, input[type=tel]::-webkit-input-placeholder, textarea::-webkit-input-placeholder, select::-webkit-input-placeholder {
  font-size: 1.6rem;
}
input[type=text]::-moz-placeholder, input[type=email]::-moz-placeholder, input[type=tel]::-moz-placeholder, textarea::-moz-placeholder, select::-moz-placeholder {
  font-size: 1.6rem;
}
input[type=text]:-ms-input-placeholder, input[type=email]:-ms-input-placeholder, input[type=tel]:-ms-input-placeholder, textarea:-ms-input-placeholder, select:-ms-input-placeholder {
  font-size: 1.6rem;
}
input[type=text]::-ms-input-placeholder, input[type=email]::-ms-input-placeholder, input[type=tel]::-ms-input-placeholder, textarea::-ms-input-placeholder, select::-ms-input-placeholder {
  font-size: 1.6rem;
}
input[type=text]::placeholder,
input[type=email]::placeholder,
input[type=tel]::placeholder,
textarea::placeholder,
select::placeholder {
  font-size: 1.6rem;
}
@media screen and (max-width: 599px) {
  input[type=text]::-webkit-input-placeholder, input[type=email]::-webkit-input-placeholder, input[type=tel]::-webkit-input-placeholder, textarea::-webkit-input-placeholder, select::-webkit-input-placeholder {
    font-size: 1.5rem;
  }
  input[type=text]::-moz-placeholder, input[type=email]::-moz-placeholder, input[type=tel]::-moz-placeholder, textarea::-moz-placeholder, select::-moz-placeholder {
    font-size: 1.5rem;
  }
  input[type=text]:-ms-input-placeholder, input[type=email]:-ms-input-placeholder, input[type=tel]:-ms-input-placeholder, textarea:-ms-input-placeholder, select:-ms-input-placeholder {
    font-size: 1.5rem;
  }
  input[type=text]::-ms-input-placeholder, input[type=email]::-ms-input-placeholder, input[type=tel]::-ms-input-placeholder, textarea::-ms-input-placeholder, select::-ms-input-placeholder {
    font-size: 1.5rem;
  }
  input[type=text]::placeholder,
  input[type=email]::placeholder,
  input[type=tel]::placeholder,
  textarea::placeholder,
  select::placeholder {
    font-size: 1.5rem;
  }
}
input[type=text].error,
input[type=email].error,
input[type=tel].error,
textarea.error,
select.error {
  border: 1px solid #f00;
  background-color: #ffdede;
}
input[type=text]:-moz-placeholder, input[type=email]:-moz-placeholder, input[type=tel]:-moz-placeholder, textarea:-moz-placeholder, select:-moz-placeholder {
  background-color: #ffdede;
}
input[type=text]:-ms-input-placeholder, input[type=email]:-ms-input-placeholder, input[type=tel]:-ms-input-placeholder, textarea:-ms-input-placeholder, select:-ms-input-placeholder {
  background-color: #ffdede;
}
input[type=text]:placeholder-shown,
input[type=email]:placeholder-shown,
input[type=tel]:placeholder-shown,
textarea:placeholder-shown,
select:placeholder-shown {
  background-color: #ffdede;
}
input[type=text]:-moz-placeholder:focus, input[type=email]:-moz-placeholder:focus, input[type=tel]:-moz-placeholder:focus, textarea:-moz-placeholder:focus, select:-moz-placeholder:focus {
  background-color: #fff;
}
input[type=text]:-ms-input-placeholder:focus, input[type=email]:-ms-input-placeholder:focus, input[type=tel]:-ms-input-placeholder:focus, textarea:-ms-input-placeholder:focus, select:-ms-input-placeholder:focus {
  background-color: #fff;
}
input[type=text]:placeholder-shown:focus,
input[type=email]:placeholder-shown:focus,
input[type=tel]:placeholder-shown:focus,
textarea:placeholder-shown:focus,
select:placeholder-shown:focus {
  background-color: #fff;
}
@media screen and (max-width: 599px) {
  input[type=text],
  input[type=email],
  input[type=tel],
  textarea,
  select {
    font-size: 1.5rem;
    padding: 3px 10px 3px;
    max-width: none;
  }
}

input[type=file] {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  font-size: 1.3rem;
  padding: 0;
}
input[type=file]::-webkit-file-upload-button {
  border: 1px solid #707070;
  border-radius: 4px;
  padding: 5px 12px 3px;
  font-size: 1.3rem;
  margin-right: 10px;
  font-weight: 700;
  color: #333;
}
input[type=file]::file-selector-button, input[type=file]::-webkit-file-upload-button {
  border: 1px solid #707070;
  border-radius: 4px;
  padding: 5px 12px 3px;
  font-size: 1.3rem;
  margin-right: 10px;
  font-weight: 700;
  color: #333;
}
@media screen and (max-width: 599px) {
  input[type=file]::-webkit-file-upload-button {
    font-size: 1.3rem;
  }
  input[type=file]::file-selector-button, input[type=file]::-webkit-file-upload-button {
    font-size: 1.3rem;
  }
}
input[type=file].error::-webkit-file-upload-button {
  background-color: #ffdede;
}
input[type=file].error::file-selector-button, input[type=file].error::-webkit-file-upload-button {
  background-color: #ffdede;
}

input[type=radio] {
  margin: 2px 0 0;
}

input[type=checkbox] {
  position: relative;
  top: 2px;
}

textarea {
  min-height: 220px;
  padding: 10px;
  resize: vertical;
  width: 100%;
  max-width: none;
  background: #fff;
}

select {
  background: #fff url(/recruit/assets/imgs/entry/form/pulldown_arrow.svg) no-repeat right center/auto 100%;
  background-color: light-dark(rgb(232, 240, 254), rgba(70, 90, 126, 0.4));
  cursor: pointer;
  color: #333;
}
select:invalid {
  background-color: #ffdede !important;
}

button {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  background: none;
  border: none;
  cursor: pointer;
  font-size: inherit;
  padding: 0;
}

.error_messe {
  margin-bottom: 5px;
}

.error_area {
  border: 2px solid red;
  padding: 20px;
}

label.error {
  display: block;
  position: absolute;
  left: 0;
  bottom: -20px;
  color: #f00;
  font-size: 1.1rem;
  background: #fff;
  white-space: nowrap;
  z-index: 2;
  pointer-events: none;
  cursor: default;
}
@media screen and (max-width: 599px) {
  label.error {
    bottom: -18px;
    font-size: 0.8rem;
    padding: 2px 0 2px 5px;
  }
}
label.error[for=name1], label.error[for=name2], label.error[for=name1_kana], label.error[for=name2_kana], label.error[for=zip_code] {
  padding-left: 26px;
}
@media screen and (max-width: 599px) {
  label.error[for=name1], label.error[for=name2], label.error[for=name1_kana], label.error[for=name2_kana], label.error[for=zip_code] {
    padding-left: 20px;
  }
}
@media screen and (max-width: 599px) {
  label.error[for=birth_year], label.error[for=birth_day] {
    padding-left: 0;
  }
}
@media screen and (max-width: 599px) {
  label.error[for=birth_month] {
    padding-left: 0;
    margin-left: -20px;
  }
}
label.error[for=terms_check] {
  width: 100%;
  text-align: center;
}

/*=============================================
Layout
=============================================*/
.l-main {
  min-height: 50vh;
  background: #fff;
}
@media screen and (max-width: 960px) {
  .l-main {
    overflow: hidden;
  }
}

/* header --------------------------*/
.l-header {
  padding-top: 13px;
  padding-left: 82px;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
  height: 70px;
  width: 100%;
}
@media screen and (max-width: 599px) {
  .l-header {
    height: 50px;
    padding-top: 10px;
    padding-left: 10px;
  }
}
@media (max-width: 900px) and (orientation: landscape) {
  .l-header {
    padding-top: 10px;
    padding-left: 10px;
  }
}
.l-header.type2 {
  background: #fff;
}
.l-header.type2 .l-header__logo {
  background-image: url(/recruit/assets/imgs/_shared/logo_header_blue.svg);
  background-size: contain;
}
.l-header__logo {
  width: 332.51px;
  height: 55.94px;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  display: inline-block;
  background: no-repeat center;
  background-image: url(/recruit/assets/imgs/_shared/logo_header_white.svg);
  background-size: contain;
  -webkit-transition: none;
  transition: none;
}
@media screen and (max-width: 599px) {
  .l-header__logo {
    width: 191.93px;
    height: 32.29px;
  }
}
.global-nav {
  position: fixed;
  top: 0;
  right: 70px;
  z-index: 11;
}
@media screen and (max-width: 599px) {
  .global-nav {
    right: 50px;
  }
}
.global-nav.type2 .global-nav__link {
  color: #333;
}
.global-nav__nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 30px;
}
.global-nav__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 15px;
}
@media screen and (max-width: 1240px) {
  .global-nav__list {
    display: none;
  }
}
.global-nav__item {
  position: relative;
}
.global-nav-sub__list {
  position: absolute;
  top: 30px;
  left: 0;
  color: #fff;
  font-size: 1.6rem;
  background: rgba(0, 0, 0, 0.7);
  white-space: nowrap;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
  padding: 10px 10px 10px 10px;
  z-index: 1;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.5s ease, visibility 0.5s ease;
  transition: opacity 0.5s ease, visibility 0.5s ease;
}
.global-nav-sub__list.show {
  opacity: 1;
  visibility: visible;
}
.global-nav-sub__list a {
  text-decoration: none;
}
.global-nav-sub__list a:hover {
  opacity: 0.5;
}
.global-nav__link {
  text-decoration: none;
  font-weight: 700;
  font-size: 1.8rem;
  color: #fff;
  position: relative;
  z-index: 2;
}
.global-nav__link:hover {
  text-decoration: underline;
}
.global-nav__link.noline:hover {
  text-decoration: none;
}
.global-nav-entry__link {
  width: 140px;
  height: 70px;
  background: -webkit-linear-gradient(30deg, #03a6fd 0%, #1675d9 100%);
  background: linear-gradient(60deg, #03a6fd 0%, #1675d9 100%);
  text-decoration: none;
  color: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-family: "Roboto", sans-serif;
  font-size: 2rem;
  font-weight: 700;
}
@media screen and (max-width: 599px) {
  .global-nav-entry__link {
    width: 100px;
    height: 50px;
    font-size: 1.8rem;
  }
}
.global-nav-entry__link:hover {
  background: -webkit-linear-gradient(30deg, rgba(3, 166, 253, 0.7) 0%, rgba(22, 117, 217, 0.7) 100%);
  background: linear-gradient(60deg, rgba(3, 166, 253, 0.7) 0%, rgba(22, 117, 217, 0.7) 100%);
}

.global-nav2 {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9;
  background: -webkit-gradient(linear, left top, left bottom, from(#035cab), to(#0093ff));
  background: -webkit-linear-gradient(#035cab 0%, #0093ff 100%);
  background: linear-gradient(#035cab 0%, #0093ff 100%);
  color: #fff;
  font-weight: 500;
  font-size: 1.8rem;
  white-space: nowrap;
  width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.5s ease, visibility 0.5s ease;
  transition: opacity 0.5s ease, visibility 0.5s ease;
}
@media screen and (max-width: 599px) {
  .global-nav2 {
    padding: 80px 20px;
    overflow: auto;
  }
}
@media (max-width: 900px) and (orientation: landscape) {
  .global-nav2 {
    padding: 80px 20px;
    overflow: scroll;
    height: 100vh;
  }
}
.global-nav2.active {
  opacity: 1;
  visibility: visible;
}
.global-nav2 a {
  text-decoration: none;
}
.global-nav2 a:hover {
  text-decoration: underline;
}
.global-nav2__list {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 60px;
}
@media screen and (max-width: 599px) {
  .global-nav2__list {
    position: static;
    top: auto;
    left: auto;
    bottom: auto;
    right: auto;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0;
  }
}
@media (max-width: 900px) and (orientation: landscape) {
  .global-nav2__list {
    position: static;
    top: auto;
    left: auto;
    bottom: auto;
    right: auto;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0;
  }
}
@media screen and (max-width: 599px) {
  .global-nav2__item {
    border-bottom: 1px solid #fff;
    padding: 20px 0;
  }
}
@media (max-width: 900px) and (orientation: landscape) {
  .global-nav2__item {
    border-bottom: 1px solid #fff;
    padding: 20px 0;
  }
}
.global-nav2__ttl1 {
  font-size: 2.4rem;
  margin-bottom: 20px;
  font-weight: 700;
}
.global-nav2__ttl2 {
  font-size: 2.2rem;
  margin-bottom: 20px;
}
@media screen and (max-width: 599px) {
  .global-nav2__ttl2 {
    margin-bottom: 10px;
  }
}
.global-nav2-grid {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
}
@media screen and (max-width: 599px) {
  .global-nav2-grid {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px;
  }
}
.global-nav2-sub__grid {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
}
@media screen and (max-width: 1000px) {
  .global-nav2-sub__grid {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 10px;
  }
}
@media screen and (max-width: 599px) {
  .global-nav2-sub__grid {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
@media (max-width: 900px) and (orientation: landscape) {
  .global-nav2-sub__grid {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.global-nav2-sub__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
}
.global-nav2-sub__item {
  font-size: 1.6rem;
}
.global-nav2-sub__item a::before {
  content: "- ";
}

/* footer --------------------------*/
.l-footer {
  background: -webkit-gradient(linear, left bottom, left top, from(#035cab), to(#0093ff));
  background: -webkit-linear-gradient(bottom, #035cab 0%, #0093ff 100%);
  background: linear-gradient(0deg, #035cab 0%, #0093ff 100%);
  color: #fff;
  padding: 28px 82px;
  position: relative;
  z-index: 2;
  margin-top: -10px;
}
@media screen and (max-width: 1282px) {
  .l-footer {
    height: 400px;
  }
}
@media screen and (max-width: 1130px) {
  .l-footer {
    height: auto;
  }
}
@media screen and (max-width: 599px) {
  .l-footer {
    height: auto;
    padding-left: 28px;
    padding-right: 28px;
  }
}
@media (max-width: 900px) and (orientation: landscape) {
  .l-footer {
    height: auto;
    padding-left: 28px;
    padding-right: 28px;
  }
}
.l-footer__grid {
  position: relative;
}
.l-footer__ttl {
  margin: 0 0 26px;
}
.l-footer__logo {
  width: 225px;
  height: 55px;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  display: inline-block;
  background: url(../imgs/_shared/logo_white.svg) no-repeat center;
  background-size: 100% auto;
}
.l-footer__address {
  margin: 0 0 40px;
}
.l-footer__address p {
  margin-bottom: 10px;
  font-size: 1.5rem;
  line-height: 1.6;
}
.l-footer-nav {
  position: absolute;
  right: 0;
  top: 0;
  white-space: nowrap;
}
@media screen and (max-width: 1130px) {
  .l-footer-nav {
    position: static;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 599px) {
  .l-footer-nav {
    position: static;
    margin-bottom: 30px;
  }
}
.l-footer-nav a {
  text-decoration: none;
}
.l-footer-nav a:hover {
  text-decoration: underline;
}
.l-footer-nav__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
@media screen and (max-width: 1130px) {
  .l-footer-nav__list {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
@media screen and (max-width: 599px) {
  .l-footer-nav__list {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
@media screen and (max-width: 599px) {
  .l-footer-nav__list {
    display: block;
  }
}
.l-footer-nav__item {
  padding: 0 20px;
  border-right: 1px solid #8bceff;
}
@media screen and (max-width: 599px) {
  .l-footer-nav__item {
    padding: 20px 0;
    border-right: none;
    border-bottom: 1px solid #8bceff;
  }
}
@media screen and (max-width: 1130px) {
  .l-footer-nav__item:first-child {
    padding-left: 0;
  }
}
@media screen and (max-width: 599px) {
  .l-footer-nav__item:first-child {
    padding-left: 0;
  }
}
.l-footer-nav__item:last-child {
  border-right: 0;
  padding-right: 45px;
}
.l-footer-nav__ttl1 {
  font-size: 1.8rem;
  font-weight: 900;
  margin: 0 0 20px;
}
.l-footer-nav__ttl2 {
  font-size: 1.4rem;
  font-weight: 700;
  margin: 0 0 14px;
}
.l-footer-nav-grid {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
}
@media screen and (max-width: 1130px) {
  .l-footer-nav-grid {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media screen and (max-width: 599px) {
  .l-footer-nav-grid {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.l-footer-nav-sub__grid {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  gap: 20px;
}
@media screen and (max-width: 1282px) {
  .l-footer-nav-sub__grid {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 14px;
  }
}
@media screen and (max-width: 1130px) {
  .l-footer-nav-sub__grid {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 20px;
  }
}
@media screen and (max-width: 599px) {
  .l-footer-nav-sub__grid {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 20px;
  }
}
.l-footer-nav-sub__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 14px;
  font-size: 1.4rem;
}
.l-footer-nav-sub__item a::before {
  content: "- ";
}
.l-footer-nav2 {
  margin: 0 0 18px;
}
.l-footer-nav2__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
}
.l-footer__copyright {
  font-size: 10px;
  margin-bottom: 0;
}

/*=============================================
Object
=============================================*/
/* Component */
.c-burger-menu {
  cursor: pointer;
  position: fixed;
  right: 0;
  top: 0;
  width: 70px;
  height: 70px;
  background: #222222;
  z-index: 30;
}
@media screen and (max-width: 960px) {
  .c-burger-menu {
    display: block;
  }
}
@media screen and (max-width: 599px) {
  .c-burger-menu {
    width: 50px;
    height: 50px;
  }
}
.c-burger-menu span {
  -webkit-transition: transform 0.2s ease,  width 0.2s ease, top 0.2s ease 0.2s, left 0.2s ease , bottom 0.2s ease 0.2s, margin 0.2s ease 0.2s, opacity 0.2s ease;
  -webkit-transition: width 0.2s ease, top 0.2s ease 0.2s, left 0.2s ease , bottom 0.2s ease 0.2s, margin 0.2s ease 0.2s, opacity 0.2s ease,  -webkit-transform 0.2s ease;
  transition: width 0.2s ease, top 0.2s ease 0.2s, left 0.2s ease , bottom 0.2s ease 0.2s, margin 0.2s ease 0.2s, opacity 0.2s ease,  -webkit-transform 0.2s ease;
  transition: transform 0.2s ease,  width 0.2s ease, top 0.2s ease 0.2s, left 0.2s ease , bottom 0.2s ease 0.2s, margin 0.2s ease 0.2s, opacity 0.2s ease;
  transition: transform 0.2s ease,  width 0.2s ease, top 0.2s ease 0.2s, left 0.2s ease , bottom 0.2s ease 0.2s, margin 0.2s ease 0.2s, opacity 0.2s ease,  -webkit-transform 0.2s ease;
  display: block;
  background: #fff;
  width: 34px;
  height: 4px;
  position: absolute;
  left: 18px;
}
@media screen and (max-width: 599px) {
  .c-burger-menu span {
    height: 2px;
    left: 10px;
    width: 30px;
  }
}
.c-burger-menu span:first-child {
  top: 30%;
}
.c-burger-menu span:nth-child(2) {
  top: 50%;
  margin-top: -2px;
}
@media screen and (max-width: 599px) {
  .c-burger-menu span:nth-child(2) {
    margin-top: -1px;
  }
}
.c-burger-menu span:last-child {
  bottom: 30%;
}
.c-burger-menu.active span {
  background: #fff;
  -webkit-transition: transform 0.2s ease 0.2s, width 0.2s ease, top 0.2s ease, left 0.2s ease , bottom 0.2s ease, margin 0.2s ease, opacity 0.2s ease;
  -webkit-transition: width 0.2s ease, top 0.2s ease, left 0.2s ease , bottom 0.2s ease, margin 0.2s ease, opacity 0.2s ease, -webkit-transform 0.2s ease 0.2s;
  transition: width 0.2s ease, top 0.2s ease, left 0.2s ease , bottom 0.2s ease, margin 0.2s ease, opacity 0.2s ease, -webkit-transform 0.2s ease 0.2s;
  transition: transform 0.2s ease 0.2s, width 0.2s ease, top 0.2s ease, left 0.2s ease , bottom 0.2s ease, margin 0.2s ease, opacity 0.2s ease;
  transition: transform 0.2s ease 0.2s, width 0.2s ease, top 0.2s ease, left 0.2s ease , bottom 0.2s ease, margin 0.2s ease, opacity 0.2s ease, -webkit-transform 0.2s ease 0.2s;
}
.c-burger-menu.active span:first-child {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 50%;
  margin-top: -2px;
}
.c-burger-menu.active span:nth-child(2) {
  opacity: 0;
}
.c-burger-menu.active span:last-child {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  bottom: 50%;
  margin-bottom: -2px;
}
@media screen and (max-width: 599px) {
  .c-burger-menu.active span:last-child {
    margin-bottom: -1px;
  }
}

.c-btn-pagetop {
  position: fixed;
  right: 0;
  bottom: 0;
  display: none;
}

.c-link-tel {
  text-decoration: underline;
  color: #035cab;
}
.c-link-tel:hover {
  text-decoration: none;
}

.c-link-tel {
  pointer-events: none;
  text-decoration: none !important;
  color: inherit;
}
@media screen and (max-width: 599px) {
  .c-link-tel {
    pointer-events: all;
    text-decoration: underline !important;
  }
}

.c-link-fax {
  color: inherit;
  pointer-events: none;
  text-decoration: none !important;
}

.c-link-corporatesite {
  display: inline-block;
  font-weight: 700;
  font-size: 1.3rem;
  padding-right: 17px;
  position: relative;
  text-decoration: none;
}
.c-link-corporatesite:hover {
  text-decoration: underline;
}
.c-link-corporatesite::after {
  width: 13px;
  height: 13px;
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  right: 0;
  background: url(../imgs/_shared/icon_blank.svg) no-repeat center;
  background-size: contain;
}

.c-link-youtube {
  width: 25.71px;
  height: 18px;
  background: url(../imgs/_shared/icon_youtube.svg) no-repeat center;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  display: inline-block;
}

.c-link-instagram {
  width: 18px;
  height: 18px;
  background: url(../imgs/_shared/icon_instagram.svg?2) no-repeat center;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  display: inline-block;
}

.c-btn1 {
  display: inline-block;
  font-size: 2rem;
  font-weight: 700;
  font-family: "Roboto", sans-serif;
  padding: 8px 76px 7px;
  background: #000;
  text-decoration: none;
  border-radius: 5px;
  color: #fff;
  position: relative;
  white-space: nowrap;
}
@media screen and (max-width: 599px) {
  .c-btn1 {
    padding: 11px 36px 10px;
    font-size: 1.4rem;
  }
}
@media (max-width: 900px) and (orientation: landscape) {
  .c-btn1 {
    font-size: 1.6rem;
    padding-left: 40px;
    padding-right: 40px;
  }
}
.c-btn1::after {
  width: 10px;
  height: 14.67px;
  content: "";
  display: block;
  background: url(/recruit/assets/imgs/_shared/arrow_btn1-white.svg) no-repeat center;
  background-size: 100% auto;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 14px;
}
.c-btn1:hover {
  background: #333;
}
.c-btn1--1 {
  background: -webkit-gradient(linear, left top, left bottom, from(#1675d9), to(#0093ff));
  background: -webkit-linear-gradient(#1675d9 0%, #0093ff 100%);
  background: linear-gradient(#1675d9 0%, #0093ff 100%);
}
.c-btn1--1:hover {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(22, 117, 217, 0.7)), to(rgba(0, 147, 255, 0.7)));
  background: -webkit-linear-gradient(rgba(22, 117, 217, 0.7) 0%, rgba(0, 147, 255, 0.7) 100%);
  background: linear-gradient(rgba(22, 117, 217, 0.7) 0%, rgba(0, 147, 255, 0.7) 100%);
}
.c-btn1--2 {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(-20%, #119aef), color-stop(120%, #0bf4d0));
  background: -webkit-linear-gradient(#119aef -20%, #0bf4d0 120%);
  background: linear-gradient(#119aef -20%, #0bf4d0 120%);
}
.c-btn1--2:hover {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(-20%, rgba(17, 154, 239, 0.7)), color-stop(120%, rgba(11, 244, 208, 0.7)));
  background: -webkit-linear-gradient(rgba(17, 154, 239, 0.7) -20%, rgba(11, 244, 208, 0.7) 120%);
  background: linear-gradient(rgba(17, 154, 239, 0.7) -20%, rgba(11, 244, 208, 0.7) 120%);
}
.c-btn1--3 {
  background: #e4ef11;
  color: #222222;
}
.c-btn1--3:hover {
  background: rgba(228, 239, 17, 0.7);
}
.c-btn1--3::after {
  background-image: url(/recruit/assets/imgs/_shared/arrow_btn1-black.svg);
}

.c-btn2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 2rem;
  font-weight: 700;
  font-family: "Roboto", sans-serif;
  padding: 19px;
  background: #000;
  text-decoration: none;
  border-radius: 5px;
  color: #fff;
  position: relative;
  width: 324px;
  border: 1px solid #fff;
  will-change: auto;
}
.c-btn2::after {
  width: 12px;
  height: 24px;
  content: "";
  display: block;
  background: url(/recruit/assets/imgs/_shared/arrow_btn2-white.svg) no-repeat center;
  background-size: 100% auto;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 17px;
}
.c-btn2:hover {
  background: #333;
}
.c-btn2--en {
  font-family: "Roboto", sans-serif;
}
.c-btn2--1 {
  background: -webkit-gradient(linear, left top, right top, from(rgba(17, 154, 239, 0.8)), to(#0bf4d0));
  background: -webkit-linear-gradient(left, rgba(17, 154, 239, 0.8) 0%, #0bf4d0 100%);
  background: linear-gradient(90deg, rgba(17, 154, 239, 0.8) 0%, #0bf4d0 100%);
}
.c-btn2--1:hover {
  background: -webkit-gradient(linear, left top, right top, from(rgba(17, 154, 239, 0.6)), to(rgba(11, 244, 208, 0.8)));
  background: -webkit-linear-gradient(left, rgba(17, 154, 239, 0.6) 0%, rgba(11, 244, 208, 0.8) 100%);
  background: linear-gradient(90deg, rgba(17, 154, 239, 0.6) 0%, rgba(11, 244, 208, 0.8) 100%);
}
.c-btn2--2 {
  background: -webkit-gradient(linear, right top, left top, from(rgba(247, 247, 2, 0.9)), to(#fa9100));
  background: -webkit-linear-gradient(right, rgba(247, 247, 2, 0.9) 0%, #fa9100 100%);
  background: linear-gradient(-90deg, rgba(247, 247, 2, 0.9) 0%, #fa9100 100%);
}
.c-btn2--2:hover {
  background: -webkit-gradient(linear, right top, left top, from(rgba(247, 247, 2, 0.7)), to(rgba(250, 145, 0, 0.8)));
  background: -webkit-linear-gradient(right, rgba(247, 247, 2, 0.7) 0%, rgba(250, 145, 0, 0.8) 100%);
  background: linear-gradient(-90deg, rgba(247, 247, 2, 0.7) 0%, rgba(250, 145, 0, 0.8) 100%);
}

.c-btn-submit {
  display: inline-block;
  font-size: 1.6rem;
  font-weight: 700;
  font-family: "Roboto", sans-serif;
  padding: 8px 76px 7px;
  background: #035cab;
  text-decoration: none;
  border-radius: 5px;
  color: #fff;
  position: relative;
}

.c-btn-back {
  display: inline-block;
  font-size: 1.6rem;
  font-weight: 700;
  font-family: "Roboto", sans-serif;
  padding: 8px 76px 7px;
  background: #333;
  text-decoration: none;
  border-radius: 5px;
  color: #fff;
  position: relative;
}

html,
body,
a,
.cursorNo {
  cursor: none;
}
@media screen and (max-width: 599px) {
  html,
  body,
  a,
  .cursorNo {
    cursor: default;
  }
}

#mouse-cursor {
  pointer-events: none;
  position: fixed;
  top: -40px;
  left: -40px;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
  -webkit-transition: width 0.2s, height 0.2s, background-color 0.2s, top 0.2s, left 0.2s, opacity 0.4s;
  transition: width 0.2s, height 0.2s, background-color 0.2s, top 0.2s, left 0.2s, opacity 0.4s;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
  z-index: 10001;
  padding: 15px;
}
#mouse-cursor span {
  background: url(/recruit/assets/imgs/_shared/cursor2.png) no-repeat center;
  border-radius: 50%;
  display: inline-block;
  width: 50px;
  height: 50px;
  -webkit-animation: cusorScale 0.3s ease-out infinite alternate;
          animation: cusorScale 0.3s ease-out infinite alternate;
}
@media screen and (max-width: 599px) {
  #mouse-cursor {
    display: none;
    visibility: hidden;
  }
}

#mouse-cursor.is_active span {
  background-image: url(/recruit/assets/imgs/_shared/cursor2_.png);
}

.c-inner {
  max-width: 1366px;
  margin: 0 auto;
  padding: 0 140px;
}
@media screen and (max-width: 960px) {
  .c-inner {
    padding: 0 50px;
  }
}
@media screen and (max-width: 599px) {
  .c-inner {
    padding: 0 4.8vw;
  }
}
@media (max-width: 900px) and (orientation: landscape) {
  .c-inner {
    padding: 0 4.8vw;
  }
}

.c-inner1 {
  max-width: 1366px;
  margin: 0 auto;
  padding: 0 83px;
}
@media screen and (max-width: 960px) {
  .c-inner1 {
    padding: 0 50px;
  }
}
@media screen and (max-width: 599px) {
  .c-inner1 {
    padding: 0 4.8vw;
  }
}
@media (max-width: 900px) and (orientation: landscape) {
  .c-inner1 {
    padding: 0 4.8vw;
  }
}

.c-inner2 {
  max-width: 1366px;
  margin: 0 auto;
  padding: 0 140px;
}
@media screen and (max-width: 960px) {
  .c-inner2 {
    padding: 0 50px;
  }
}
@media screen and (max-width: 599px) {
  .c-inner2 {
    padding: 0 4.8vw;
  }
}

.c-section {
  padding: 90px 0;
}
@media screen and (max-width: 960px) {
  .c-section {
    padding: 70px 0;
  }
}
@media screen and (max-width: 599px) {
  .c-section {
    padding: 50px 0;
  }
}

.c-breadcrumb {
  padding: 10px 0;
}
@media screen and (max-width: 599px) {
  .c-breadcrumb {
    padding: 5px 0;
  }
}
.c-breadcrumb__inner {
  padding: 0 83px;
}
@media screen and (max-width: 960px) {
  .c-breadcrumb__inner {
    padding: 0 50px;
  }
}
@media screen and (max-width: 599px) {
  .c-breadcrumb__inner {
    padding: 0 4.8vw;
  }
}
.c-breadcrumb__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.c-breadcrumb__item:nth-child(n+2)::before {
  display: inline-block;
  margin: 0 5px;
  content: ">";
  position: relative;
}
@media screen and (max-width: 599px) {
  .c-breadcrumb__item:nth-child(n+2)::before {
    font-size: 1.1rem;
  }
}
.c-breadcrumb__link {
  text-decoration: none;
  display: inline-block;
  font-size: 1.4rem;
  line-height: 1;
}
@media screen and (max-width: 599px) {
  .c-breadcrumb__link {
    font-size: 1.1rem;
  }
}
.c-breadcrumb__link.current, .c-breadcrumb__link:hover {
  text-decoration: underline;
}

.c-cover {
  position: relative;
}
.c-cover__ttl {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  white-space: nowrap;
  margin: 0;
  line-height: 1;
  text-align: center;
  z-index: 2;
}
.c-cover__ttl span {
  display: block;
  color: #fff;
}
.c-cover__ttl span:nth-child(1) {
  font-size: 7rem;
  font-weight: 700;
  font-family: "Roboto", sans-serif;
  margin-bottom: 10px;
}
@media screen and (max-width: 599px) {
  .c-cover__ttl span:nth-child(1) {
    font-size: 5rem;
  }
}
.c-cover__ttl span:nth-child(2) {
  font-size: 3rem;
  font-weight: 700;
}
@media screen and (max-width: 599px) {
  .c-cover__ttl span:nth-child(2) {
    font-size: 2rem;
  }
}
.c-cover__figure {
  position: relative;
  height: 396px;
  overflow: hidden;
}
@media screen and (max-width: 599px) {
  .c-cover__figure {
    height: 300px;
  }
}
.c-cover__figure::before {
  content: "";
  display: block;
  background: rgba(64, 63, 63, 0.5);
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.c-cover__figure--entry::before {
  background: rgba(3, 92, 171, 0.5);
}
@media screen and (max-width: 599px) {
  .c-cover__figure--sp_left img {
    -o-object-position: left center;
       object-position: left center;
  }
}
@media screen and (max-width: 599px) {
  .c-cover__figure--sp_right img {
    -o-object-position: right center;
       object-position: right center;
  }
}
@media (max-width: 900px) and (orientation: landscape) {
  .c-cover__figure--sp_right img {
    -o-object-position: right center;
       object-position: right center;
  }
}
.c-cover__figure::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 102%;
  height: 50px;
  z-index: 2;
  background: url(../imgs/_shared/cover_mask.svg) no-repeat center bottom;
  background-size: 100% auto;
}
.c-cover__figure img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.c-ttl2 {
  text-align: center;
  color: #035cab;
  font-weight: 900;
  font-size: 4rem;
  margin-bottom: 40px;
}
@media screen and (max-width: 599px) {
  .c-ttl2 {
    font-size: 3rem;
  }
}

.c-lead {
  text-align: center;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.8;
  margin-bottom: 45px;
}
@media screen and (max-width: 599px) {
  .c-lead {
    font-size: 1.6rem;
    text-align: left;
  }
}

/* Project */
.p-home-ttl2 > span {
  display: block;
}
.p-home-ttl2 > span:nth-child(1) {
  font-weight: 700;
  font-size: 7rem;
  font-size: 5.1244509517vw;
  margin-bottom: 10px;
}
@media screen and (max-width: 599px) {
  .p-home-ttl2 > span:nth-child(1) {
    font-size: 8vw;
  }
}
.p-home-ttl2 > span:nth-child(2) {
  font-weight: 900;
  font-size: 3.2rem;
  font-size: 2.3426061493vw;
}
@media screen and (max-width: 599px) {
  .p-home-ttl2 > span:nth-child(2) {
    font-size: 3.7333333333vw;
  }
}
.p-home-lead {
  font-size: 1.8rem;
  font-weight: 700;
}
@media screen and (max-width: 599px) {
  .p-home-lead {
    font-size: 1.6rem;
  }
}
.p-home-cover__wrapper {
  position: relative;
  z-index: 1;
}
.p-home-cover__wrapper::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  pointer-events: none;
  background-color: rgba(103, 103, 103, 0.58);
}
@media screen and (max-width: 599px) {
  .p-home-cover__wrapper {
    height: 90vh;
  }
}
@media screen and (max-width: 599px) {
  .p-home-cover__swiper {
    height: 90vh;
  }
}
.p-home-cover__swiper .swiper-wrapper {
  height: 100%;
}
.p-home-cover__swiper .swiper-slide {
  height: 100%;
}
.p-home-cover__swiper img,
.p-home-cover__swiper video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-home-cover__swiper .swiper-slide-active .swiper-img,
.p-home-cover__swiper .swiper-slide-duplicate-active .swiper-img,
.p-home-cover__swiper .swiper-slide-prev .swiper-img {
  height: 100%;
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
  -webkit-animation: zoomUp 11s linear 0s normal both;
          animation: zoomUp 11s linear 0s normal both;
}
.p-home-cover__copy {
  position: absolute;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 3;
  width: 43.4904831625vw;
}
@media screen and (max-width: 599px) {
  .p-home-cover__copy {
    width: 80vw;
  }
}
.p-home-cover__copy img {
  width: 100%;
  height: auto;
}
.p-home-cover-contents {
  background: url(/recruit/assets/imgs/home/cover_mask@2x.png) no-repeat center top;
  background-size: 100% auto;
  margin-top: -12.0790629575vw;
  padding-top: 12.9575402635vw;
  height: 56.5153733529vw;
  position: relative;
  z-index: 2;
  text-align: center;
}
@media screen and (max-width: 599px) {
  .p-home-cover-contents {
    padding-top: 16vw;
    height: 106.6666666667vw;
  }
}
.p-home-cover-contents__p1 {
  font-weight: 700;
  font-size: 7rem;
  font-size: 5.1244509517vw;
  font-family: "Roboto", sans-serif;
  color: #035cab;
  margin-bottom: 20px;
  line-height: 1;
}
@media screen and (max-width: 599px) {
  .p-home-cover-contents__p1 {
    font-size: 7.4666666667vw;
    margin-bottom: 10px;
  }
}
.p-home-cover-contents__ttl {
  font-size: 3rem;
  font-size: 2.196193265vw;
  font-weight: 700;
  color: #035cab;
  margin-bottom: 22px;
}
@media screen and (max-width: 599px) {
  .p-home-cover-contents__ttl {
    font-size: 3.7333333333vw;
  }
}
.p-home-cover-contents__p2 {
  font-weight: 900;
  font-size: 3.2rem;
  font-size: 2.3426061493vw;
  margin-bottom: 20px;
}
@media screen and (max-width: 599px) {
  .p-home-cover-contents__p2 {
    font-size: 5.8666666667vw;
  }
}
.p-home-cover-contents__p3 {
  font-weight: 700;
  font-size: 2.4rem;
  font-size: 1.756954612vw;
  line-height: 2.17;
  margin-bottom: 0;
}
@media screen and (max-width: 599px) {
  .p-home-cover-contents__p3 {
    font-size: 3.7333333333vw;
  }
}
.p-home-about_us {
  padding-bottom: 48px;
}
.p-home-about_us__ttl2 {
  color: #035cab;
  margin-bottom: 26px;
}
@media screen and (max-width: 599px) {
  .p-home-about_us__ttl2 {
    text-align: center;
  }
}
@media screen and (max-width: 599px) {
  .p-home-about_us__lead {
    text-align: center;
  }
}
.p-home-about_us-grid {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 50px;
}
@media screen and (max-width: 599px) {
  .p-home-about_us-grid {
    display: block;
  }
}
.p-home-about_us-grid__col1 {
  padding-left: 130px;
}
@media screen and (max-width: 599px) {
  .p-home-about_us-grid__col1 {
    padding-left: 15px;
    margin-bottom: 30px;
  }
}
@media (max-width: 900px) and (orientation: landscape) {
  .p-home-about_us-grid__col1 {
    padding-left: 15px;
    margin-bottom: 30px;
  }
}
.p-home-about_us-grid__col2 {
  width: 61.4934114202vw;
}
@media screen and (max-width: 599px) {
  .p-home-about_us-grid__col2 {
    width: 100%;
  }
}
@media (max-width: 900px) and (orientation: landscape) {
  .p-home-about_us-grid__col2 {
    width: 100%;
  }
}
.p-home-about_us-grid__col2 img {
  width: 100%;
  height: auto;
}
.p-home-about_us__list {
  color: #035cab;
  font-size: 2.4rem;
  font-weight: 700;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
  margin-bottom: 20px;
}
@media screen and (max-width: 599px) {
  .p-home-about_us__nav {
    text-align: center;
  }
}
.p-home-job_description {
  background: -webkit-gradient(linear, left top, left bottom, from(#1675d9), to(#0093ff));
  background: -webkit-linear-gradient(top, #1675d9 0%, #0093ff 100%);
  background: linear-gradient(180deg, #1675d9 0%, #0093ff 100%);
}
@media screen and (max-width: 599px) {
  .p-home-job_description {
    padding: 30px 0 0;
  }
}
.p-home-job_description__ttl2 {
  color: #fff;
  margin-bottom: 26px;
}
@media screen and (max-width: 599px) {
  .p-home-job_description__ttl2 {
    text-align: center;
  }
}
.p-home-job_description__lead {
  color: #fff;
}
@media screen and (max-width: 599px) {
  .p-home-job_description__lead {
    text-align: center;
  }
}
.p-home-job_description-grid {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 599px) {
  .p-home-job_description-grid {
    display: block;
  }
}
@media screen and (max-width: 599px) {
  .p-home-job_description-grid__col1 {
    padding-left: 10px;
    padding-bottom: 20px;
  }
}
.p-home-job_description-grid__col2 {
  width: 56.588579795vw;
}
@media screen and (max-width: 599px) {
  .p-home-job_description-grid__col2 {
    width: 100%;
  }
}
.p-home-job_description-grid__col2 figure {
  width: 100%;
}
.p-home-job_description-grid__col2 img {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 599px) {
  .p-home-job_description__nav {
    text-align: center;
  }
}
.p-home-meet_our_people {
  padding-top: 48px;
}
.p-home-meet_our_people__ttl2 {
  text-align: center;
  color: #035cab;
  margin-bottom: 20px;
}
.p-home-meet_our_people__lead {
  text-align: center;
}
.p-home-meet_our_people-swiper {
  padding-bottom: 50px;
}
@media screen and (max-width: 599px) {
  .p-home-meet_our_people-swiper {
    padding-bottom: 0;
  }
}
.p-home-meet_our_people-swiper .swiper-button-next,
.p-home-meet_our_people-swiper .swiper-button-prev {
  background: #035cab;
  color: #fff;
  border-radius: 5px;
}
.p-home-meet_our_people-swiper .swiper-button-next::after,
.p-home-meet_our_people-swiper .swiper-button-prev::after {
  font-weight: 700;
  font-size: 20px;
}
.p-home-meet_our_people-swiper__bg {
  width: 100%;
  height: 31.3323572474vw;
  background: -webkit-gradient(linear, left top, left bottom, from(#1675d9), to(#0093ff));
  background: -webkit-linear-gradient(#1675d9 0%, #0093ff 100%);
  background: linear-gradient(#1675d9 0%, #0093ff 100%);
  position: absolute;
  z-index: 2;
  top: 14.6412884334vw;
}
@media screen and (max-width: 599px) {
  .p-home-meet_our_people-swiper__bg {
    top: 26.6666666667vw;
    height: 80vw;
  }
}
.p-home-meet_our_people-swiper .swiper-wrapper {
  position: relative;
  z-index: 2;
}
.p-home-meet_our_people-swiper .swiper-wrapper figure {
  border-radius: 10px 10px 0px 0px;
  overflow: hidden;
  margin-bottom: 20px;
  position: relative;
  background: #fff;
}
@media screen and (max-width: 599px) {
  .p-home-meet_our_people-swiper .swiper-wrapper figure {
    border-radius: 5px 5px 0px 0px;
    margin-bottom: 10px;
  }
}
.p-home-meet_our_people-swiper .swiper-wrapper figcaption {
  position: absolute;
  left: 0;
  bottom: 10px;
  color: #fff;
  background: -webkit-linear-gradient(60deg, #fd8003 0%, #e04810 100%);
  background: linear-gradient(30deg, #fd8003 0%, #e04810 100%);
  border-radius: 0px 10px 10px 0px;
  font-weight: 700;
  font-size: 20px;
  padding: 5px 15px;
}
@media screen and (max-width: 599px) {
  .p-home-meet_our_people-swiper .swiper-wrapper figcaption {
    font-size: 1.4rem;
    border-radius: 0px 3px 3px 0px;
    padding: 2px 5px;
  }
}
.p-home-meet_our_people-swiper .swiper-wrapper h4 {
  color: #fff;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.5;
}
.p-home-meet_our_people-swiper .swiper-wrapper p {
  color: #fff;
  font-weight: 700;
  font-size: 2.4rem;
  font-size: 1.6105417277vw;
  text-align: center;
}
@media screen and (max-width: 599px) {
  .p-home-meet_our_people-swiper .swiper-wrapper p {
    font-size: 1.6rem;
  }
}
@media (max-width: 900px) and (orientation: landscape) {
  .p-home-meet_our_people-swiper .swiper-wrapper p {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 320px) {
  .p-home-meet_our_people-swiper .swiper-wrapper p {
    font-size: 1.4rem;
  }
}
.p-home-meet_our_people-swiper .swiper-wrapper a {
  text-decoration: none;
}
.p-home-meet_our_people-swiper .swiper-wrapper a:hover figure img {
  opacity: 0.8;
}
.p-home-cross_talk {
  padding-top: 48px;
  padding-bottom: 23px;
}
.p-home-cross_talk__ttl2 {
  text-align: center;
  color: #035cab;
  margin-bottom: 20px;
}
.p-home-cross_talk__ttl2 > span > span {
  font-family: "Zen Dots", sans-serif;
  color: #fd3506;
  font-weight: 400;
}
.p-home-cross_talk__lead {
  text-align: center;
}
.p-home-cross_talk__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 42px;
  gap: 3.074670571vw;
  width: 85.1390922401vw;
  margin: 0 auto;
}
@media screen and (max-width: 599px) {
  .p-home-cross_talk__list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px;
    width: 80%;
  }
}
@media (max-width: 900px) and (orientation: landscape) {
  .p-home-cross_talk__list {
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
    gap: 5px;
  }
}
.p-home-cross_talk__link {
  text-decoration: none;
}
.p-home-cross_talk__link:hover img {
  opacity: 0.8;
}
.p-home-cross_talk__figure {
  background: #fff;
}
.p-home-cross_talk__content {
  padding: 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 900px) and (orientation: landscape) {
  .p-home-cross_talk__content {
    padding: 20px 10px;
  }
}
.p-home-cross_talk__content--1 {
  background: -webkit-linear-gradient(100deg, #1675d9 0%, #0093ff 100%);
  background: linear-gradient(-10deg, #1675d9 0%, #0093ff 100%);
}
.p-home-cross_talk__content--2 {
  background: -webkit-linear-gradient(130deg, #11bcef 0%, #10e0c0 100%);
  background: linear-gradient(-40deg, #11bcef 0%, #10e0c0 100%);
}
.p-home-cross_talk__content--3 {
  background: -webkit-linear-gradient(100deg, #fd8003 0%, #e04810 100%);
  background: linear-gradient(-10deg, #fd8003 0%, #e04810 100%);
}
.p-home-cross_talk__ttl3 {
  font-size: 2.4rem;
  font-weight: 700;
  color: #fff;
  margin-bottom: 0;
}
@media screen and (max-width: 599px) {
  .p-home-cross_talk__ttl3 {
    font-size: 2rem;
  }
}
@media (max-width: 900px) and (orientation: landscape) {
  .p-home-cross_talk__ttl3 {
    font-size: 2rem;
  }
}
.p-home-recruitment {
  height: 43.9238653001vw;
  background: url(/recruit/assets/imgs/home/recruit@2x.jpg) no-repeat center;
  background-size: 100% auto;
}
@media screen and (max-width: 599px) {
  .p-home-recruitment {
    height: 106.6666666667vw;
    background-size: cover;
    padding-top: 80px;
  }
}
.p-home-recruitment__inner {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  margin-top: 30px;
}
.p-home-recruitment__ttl2 {
  color: #fff;
  text-align: center;
  margin-bottom: 20px;
}
.p-home-recruitment__lead {
  color: #fff;
  text-align: center;
}
.p-home-recruitment__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 60px;
}
@media screen and (max-width: 599px) {
  .p-home-recruitment__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 10px;
  }
}
@media (max-width: 900px) and (orientation: landscape) {
  .p-home-recruitment__list {
    gap: 10px;
    padding-left: 10px;
    padding-right: 10px;
  }
}

.p-about_us-intro {
  padding-top: 24px;
}
.p-about_us-strength {
  padding-top: 56px;
  padding-bottom: 80px;
}
.p-about_us-strength-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 90px;
}
.p-about_us-strength-list__item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
}
.p-about_us-strength-list__item:nth-child(even) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
@media screen and (max-width: 599px) {
  .p-about_us-strength-list__item {
    display: block;
  }
}
@media (max-width: 900px) and (orientation: landscape) {
  .p-about_us-strength-list__item {
    display: block;
  }
}
.p-about_us-strength-list__txt {
  padding: 60px 0 60px 65px;
  width: 42.5%;
  position: relative;
}
@media screen and (max-width: 599px) {
  .p-about_us-strength-list__txt {
    width: 100%;
    padding: 60px 20px 30px;
  }
}
@media (max-width: 900px) and (orientation: landscape) {
  .p-about_us-strength-list__txt {
    width: 100%;
    padding: 60px 20px 30px;
  }
}
.p-about_us-strength-list__figure {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.p-about_us-strength-list__figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.p-about_us-strength-list__num {
  font-size: 19rem;
  line-height: 1;
  font-weight: 700;
  font-family: "Roboto", sans-serif;
  color: rgba(200, 232, 253, 0.5);
  margin-bottom: 9px;
  line-height: 1;
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 1;
}
.p-about_us-strength-list__ttl {
  font-size: 2.8rem;
  font-weight: 700;
  margin-bottom: 24px;
  line-height: 1.5;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 599px) {
  .p-about_us-strength-list__ttl {
    font-size: 2.4rem;
  }
}
.p-about_us-strength-list__p {
  font-size: 1.8rem;
  font-weight: 700;
  margin-bottom: 0;
  line-height: 2;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 599px) {
  .p-about_us-strength-list__p {
    font-size: 1.6rem;
  }
}
.p-about_us-number {
  padding-top: 30px;
  padding-bottom: 40px;
  background: #f5f2f2;
}
.p-about_us-number .num--1 {
  width: 1ch;
}
.p-about_us-number .num--2 {
  width: 2ch;
}
.p-about_us-number .num--3 {
  width: 3ch;
}
.p-about_us-number .num--4 {
  width: 4ch;
}
.p-about_us-number-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 30px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  white-space: nowrap;
}
@media screen and (max-width: 599px) {
  .p-about_us-number-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px;
    display: block;
  }
}
@media (max-width: 900px) and (orientation: landscape) {
  .p-about_us-number-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px;
    display: block;
  }
}
.p-about_us-number-list__item {
  background: #fff;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 22px 40px;
}
@media screen and (min-width: 1368px) {
  .p-about_us-number-list__item {
    padding: 1.6105417277vw 2.9282576867vw;
  }
}
@media screen and (max-width: 599px) {
  .p-about_us-number-list__item {
    padding: 15px 15px;
    margin-bottom: 20px;
  }
}
@media (max-width: 900px) and (orientation: landscape) {
  .p-about_us-number-list__item {
    padding: 15px 15px;
    margin-bottom: 20px;
  }
}
.p-about_us-number-list__grid {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  margin-bottom: 10px;
}
.p-about_us-number-list__grid--9 {
  display: block;
  position: relative;
  margin-top: 50px;
}
@media screen and (max-width: 599px) {
  .p-about_us-number-list__grid--9 {
    margin-top: 0;
    margin-bottom: 20px;
  }
}
.p-about_us-number-list__figure {
  width: 20%;
}
.p-about_us-number-list__figure--6 img {
  width: 70%;
  margin: 0 auto;
  display: block;
}
.p-about_us-number-list__figure--9 {
  width: 50%;
  margin: 0 auto;
}
.p-about_us-number-list__txt1 {
  text-align: center;
}
.p-about_us-number-list__txt1--9 {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.p-about_us-number-list__txt1--12 {
  width: 50%;
}
.p-about_us-number-list__ttl {
  font-size: 3.2rem;
  font-weight: 700;
  margin-bottom: 25px;
  color: #035cab;
  text-align: center;
}
@media screen and (max-width: 599px) {
  .p-about_us-number-list__ttl {
    font-size: 2rem;
  }
}
.p-about_us-number-list__ttl--11 {
  margin-bottom: 50px;
}
.p-about_us-number-list__num1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -webkit-box-align: end;
  -webkit-align-items: end;
      -ms-flex-align: end;
          align-items: end;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 0;
}
.p-about_us-number-list__num1--left {
  -webkit-box-pack: start;
  -webkit-justify-content: start;
      -ms-flex-pack: start;
          justify-content: start;
}
.p-about_us-number-list__num1 span {
  line-height: 1;
}
.p-about_us-number-list__num1 span:nth-child(1) {
  font-size: 11rem;
  font-size: 8.0527086384vw;
  font-weight: 700;
  font-family: "Roboto", sans-serif;
  margin-bottom: -15px;
}
@media screen and (min-width: 1368px) {
  .p-about_us-number-list__num1 span:nth-child(1) {
    font-size: 11rem;
  }
}
@media screen and (max-width: 599px) {
  .p-about_us-number-list__num1 span:nth-child(1) {
    font-size: 7rem;
    margin-bottom: -10px;
  }
}
.p-about_us-number-list__num1 span:nth-child(2) {
  font-size: 5rem;
  font-size: 3.6603221083vw;
  font-weight: 700;
}
@media screen and (min-width: 1368px) {
  .p-about_us-number-list__num1 span:nth-child(2) {
    font-size: 5rem;
  }
}
@media screen and (max-width: 599px) {
  .p-about_us-number-list__num1 span:nth-child(2) {
    font-size: 3rem;
  }
}
.p-about_us-number-list__num1-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -webkit-box-align: end;
  -webkit-align-items: end;
      -ms-flex-align: end;
          align-items: end;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.p-about_us-number-list__num1-2 span {
  line-height: 1;
}
.p-about_us-number-list__num1-2 span:nth-child(1) {
  font-size: 6rem;
  font-weight: 700;
  font-family: "Roboto", sans-serif;
}
@media screen and (max-width: 599px) {
  .p-about_us-number-list__num1-2 span:nth-child(1) {
    font-size: 4rem;
  }
}
.p-about_us-number-list__num1-2 span:nth-child(2) {
  font-size: 5rem;
  font-weight: 700;
  font-family: "Roboto", sans-serif;
}
@media screen and (max-width: 599px) {
  .p-about_us-number-list__num1-2 span:nth-child(2) {
    position: relative;
    top: -5px;
    font-size: 3rem;
  }
}
.p-about_us-number-list__num1-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -webkit-box-align: end;
  -webkit-align-items: end;
      -ms-flex-align: end;
          align-items: end;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 0;
}
.p-about_us-number-list__num1-3 span {
  line-height: 1;
}
.p-about_us-number-list__num1-3 span:nth-child(1) {
  font-size: 12rem;
  font-size: 8.78477306vw;
  font-weight: 700;
  font-family: "Roboto", sans-serif;
}
@media screen and (min-width: 1368px) {
  .p-about_us-number-list__num1-3 span:nth-child(1) {
    font-size: 12rem;
  }
}
@media screen and (max-width: 599px) {
  .p-about_us-number-list__num1-3 span:nth-child(1) {
    font-size: 8rem;
  }
}
.p-about_us-number-list__num1-3 span:nth-child(2) {
  font-size: 9rem;
  font-size: 6.588579795vw;
  font-weight: 700;
  font-family: "Roboto", sans-serif;
}
@media screen and (min-width: 1368px) {
  .p-about_us-number-list__num1-3 span:nth-child(2) {
    font-size: 9rem;
  }
}
@media screen and (max-width: 599px) {
  .p-about_us-number-list__num1-3 span:nth-child(2) {
    font-size: 5rem;
  }
}
.p-about_us-number-list__num2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -webkit-box-align: end;
  -webkit-align-items: end;
      -ms-flex-align: end;
          align-items: end;
}
.p-about_us-number-list__num2 span {
  line-height: 1;
}
.p-about_us-number-list__num2 span:nth-child(1) {
  font-size: 4rem;
  font-size: 2.9282576867vw;
  font-weight: 700;
}
@media screen and (min-width: 1368px) {
  .p-about_us-number-list__num2 span:nth-child(1) {
    font-size: 4rem;
  }
}
@media screen and (max-width: 599px) {
  .p-about_us-number-list__num2 span:nth-child(1) {
    font-size: 2rem;
  }
}
.p-about_us-number-list__num2 span:nth-child(2) {
  font-size: 11rem;
  font-size: 8.0527086384vw;
  font-weight: 700;
  font-family: "Roboto", sans-serif;
  margin-bottom: -20px;
}
@media screen and (min-width: 1368px) {
  .p-about_us-number-list__num2 span:nth-child(2) {
    font-size: 11rem;
  }
}
@media screen and (max-width: 599px) {
  .p-about_us-number-list__num2 span:nth-child(2) {
    font-size: 7rem;
  }
}
.p-about_us-number-list__num2 span:nth-child(3) {
  font-size: 7rem;
  font-size: 5.1244509517vw;
  font-family: "Roboto", sans-serif;
  margin-bottom: -10px;
}
@media screen and (min-width: 1368px) {
  .p-about_us-number-list__num2 span:nth-child(3) {
    font-size: 7rem;
  }
}
@media screen and (max-width: 599px) {
  .p-about_us-number-list__num2 span:nth-child(3) {
    font-size: 4rem;
  }
}
.p-about_us-number-list__num2-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 5px;
  -webkit-box-align: end;
  -webkit-align-items: end;
      -ms-flex-align: end;
          align-items: end;
  margin-top: 10px;
}
.p-about_us-number-list__num2-2 span {
  line-height: 1;
}
.p-about_us-number-list__num2-2 span:nth-child(1) {
  font-size: 4rem;
  font-size: 2.9282576867vw;
  font-weight: 700;
}
@media screen and (min-width: 1368px) {
  .p-about_us-number-list__num2-2 span:nth-child(1) {
    font-size: 4rem;
  }
}
@media screen and (max-width: 599px) {
  .p-about_us-number-list__num2-2 span:nth-child(1) {
    font-size: 2rem;
  }
}
.p-about_us-number-list__num2-2 span:nth-child(2) {
  font-size: 7rem;
  font-size: 5.1244509517vw;
  font-weight: 700;
  font-family: "Roboto", sans-serif;
  margin-bottom: -10px;
}
@media screen and (min-width: 1368px) {
  .p-about_us-number-list__num2-2 span:nth-child(2) {
    font-size: 7rem;
  }
}
@media screen and (max-width: 599px) {
  .p-about_us-number-list__num2-2 span:nth-child(2) {
    font-size: 5rem;
  }
}
.p-about_us-number-list__num2-2 span:nth-child(3) {
  font-size: 5rem;
  font-size: 3.6603221083vw;
  font-weight: 700;
  font-family: "Roboto", sans-serif;
  margin-bottom: -10px;
}
@media screen and (min-width: 1368px) {
  .p-about_us-number-list__num2-2 span:nth-child(3) {
    font-size: 5rem;
  }
}
@media screen and (max-width: 599px) {
  .p-about_us-number-list__num2-2 span:nth-child(3) {
    font-size: 3rem;
    margin-bottom: -5px;
  }
}
.p-about_us-number-list__num2-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -webkit-box-align: end;
  -webkit-align-items: end;
      -ms-flex-align: end;
          align-items: end;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 0;
}
.p-about_us-number-list__num2-3 span {
  line-height: 1;
}
.p-about_us-number-list__num2-3 span:nth-child(1) {
  font-size: 5rem;
  font-size: 3.6603221083vw;
  font-weight: 700;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: left;
}
@media screen and (min-width: 1368px) {
  .p-about_us-number-list__num2-3 span:nth-child(1) {
    font-size: 5rem;
  }
}
@media screen and (max-width: 599px) {
  .p-about_us-number-list__num2-3 span:nth-child(1) {
    font-size: 4rem;
  }
}
.p-about_us-number-list__num2-3 span:nth-child(2) {
  font-size: 7rem;
  font-size: 5.1244509517vw;
  font-weight: 700;
  font-family: "Roboto", sans-serif;
  margin-bottom: -0.1em;
}
@media screen and (min-width: 1368px) {
  .p-about_us-number-list__num2-3 span:nth-child(2) {
    font-size: 7rem;
  }
}
@media screen and (max-width: 599px) {
  .p-about_us-number-list__num2-3 span:nth-child(2) {
    font-size: 5rem;
  }
}
.p-about_us-number-list__num2-3 span:nth-child(3) {
  font-size: 5rem;
  font-size: 3.6603221083vw;
  font-weight: 700;
  font-family: "Roboto", sans-serif;
  margin-bottom: -0.1em;
}
@media screen and (min-width: 1368px) {
  .p-about_us-number-list__num2-3 span:nth-child(3) {
    font-size: 5rem;
  }
}
@media screen and (max-width: 599px) {
  .p-about_us-number-list__num2-3 span:nth-child(3) {
    font-size: 3rem;
  }
}
.p-about_us-number-list__age-list {
  position: relative;
  height: 100%;
  width: 100%;
}
.p-about_us-number-list__age-list li {
  position: absolute;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 10px;
  width: 25%;
  /*
  &::before {
    content: "";
    display: inline-block;
    width: 26px;
    height: 26px;
    background: #000;
    position: absolute;
    left: 0;
    top: 0;
  }
  &:nth-child(1) {
    &::before {
      background: #24e6ff;
    }
  }
  &:nth-child(2) {
    &::before {
      background: #035cab;
    }
  }
  &:nth-child(3) {
    &::before {
      background: #1a9eff;
    }
  }
  &:nth-child(4) {
    &::before {
      background: #58faee;
    }
  }
  &:nth-child(5) {
    &::before {
      background: #ffba76;
    }
  }
  &:nth-child(6) {
    &::before {
      background: #b9e0fc;
    }
  }
  &:nth-child(7) {
    &::before {
      background: #93b2d8;
    }
  }
  */
}
.p-about_us-number-list__age-list li:nth-child(1) {
  right: 0;
  top: -5%;
}
.p-about_us-number-list__age-list li:nth-child(2) {
  right: 0;
  top: 25%;
}
.p-about_us-number-list__age-list li:nth-child(3) {
  right: 0;
  top: 55%;
}
.p-about_us-number-list__age-list li:nth-child(4) {
  top: -5%;
  left: 0;
}
.p-about_us-number-list__age-list li:nth-child(5) {
  top: 25%;
  left: 0;
}
.p-about_us-number-list__age-list li:nth-child(6) {
  top: 55%;
  left: 0;
}
.p-about_us-number-list__age-list li:nth-child(7) {
  top: 82%;
  left: 0;
}
.p-about_us-number-list__age-list div:nth-child(1) {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.p-about_us-number-list__age-list div:nth-child(1) span:nth-child(1) {
  font-size: 3rem;
  font-size: 2.196193265vw;
  font-weight: 700;
  font-family: "Roboto", sans-serif;
}
@media screen and (min-width: 1368px) {
  .p-about_us-number-list__age-list div:nth-child(1) span:nth-child(1) {
    font-size: 3rem;
  }
}
@media screen and (max-width: 599px) {
  .p-about_us-number-list__age-list div:nth-child(1) span:nth-child(1) {
    font-size: 2rem;
  }
}
.p-about_us-number-list__age-list div:nth-child(1) span:nth-child(2) {
  font-size: 2.4rem;
  font-size: 1.756954612vw;
  font-weight: 700;
}
@media screen and (min-width: 1368px) {
  .p-about_us-number-list__age-list div:nth-child(1) span:nth-child(2) {
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 599px) {
  .p-about_us-number-list__age-list div:nth-child(1) span:nth-child(2) {
    font-size: 1.8rem;
  }
}
.p-about_us-number-list__age-list div:nth-child(2) {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.p-about_us-number-list__age-list div:nth-child(2) span:nth-child(1) {
  font-size: 3rem;
  font-size: 2.196193265vw;
  font-weight: 700;
  font-family: "Roboto", sans-serif;
}
@media screen and (min-width: 1368px) {
  .p-about_us-number-list__age-list div:nth-child(2) span:nth-child(1) {
    font-size: 3rem;
  }
}
@media screen and (max-width: 599px) {
  .p-about_us-number-list__age-list div:nth-child(2) span:nth-child(1) {
    font-size: 2rem;
  }
}
.p-about_us-number-list__age-list div:nth-child(2) span:nth-child(2) {
  font-size: 3rem;
  font-size: 2.196193265vw;
  font-weight: 700;
  font-family: "Roboto", sans-serif;
}
@media screen and (min-width: 1368px) {
  .p-about_us-number-list__age-list div:nth-child(2) span:nth-child(2) {
    font-size: 3rem;
  }
}
@media screen and (max-width: 599px) {
  .p-about_us-number-list__age-list div:nth-child(2) span:nth-child(2) {
    font-size: 2rem;
  }
}
.p-about_us-number-list__list {
  font-size: 2.4rem;
  font-weight: 700;
  margin: 0 20%;
  line-height: 1.2;
}
@media screen and (max-width: 599px) {
  .p-about_us-number-list__list {
    padding-left: 13.3333333333vw;
    margin: 10px 0;
    font-size: 2rem;
  }
}
.p-about_us-number-list__txt2 {
  margin: 0 20%;
  text-align: center;
}
@media screen and (max-width: 599px) {
  .p-about_us-number-list__txt2 {
    margin: 0;
  }
}
.p-about_us-number-list__txt2 .p-about_us-number-list__num1-2 {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 0;
}
.p-about_us-number-list__txt2 p {
  font-size: 2.4rem;
  font-weight: 700;
}
@media screen and (max-width: 599px) {
  .p-about_us-number-list__txt2 p {
    font-size: 2rem;
  }
}
.p-about_us-number-list__txt2--7 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 10px;
}
.p-about_us-system {
  padding-top: 40px;
  padding-bottom: 80px;
  background: #f5f2f2;
}
.p-about_us-system-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 38px;
}
@media screen and (max-width: 599px) {
  .p-about_us-system-list {
    grid-template-columns: repeat(2, 1fr);
    gap: 5px;
  }
}
@media (max-width: 900px) and (orientation: landscape) {
  .p-about_us-system-list {
    grid-template-columns: repeat(2, 1fr);
    gap: 5px;
  }
}
.p-about_us-system-list__item {
  background: #fff;
  padding: 30px 20px;
  text-align: center;
}
@media screen and (max-width: 599px) {
  .p-about_us-system-list__item {
    padding: 20px 10px;
  }
}
@media (max-width: 900px) and (orientation: landscape) {
  .p-about_us-system-list__item {
    padding: 20px 10px;
  }
}
.p-about_us-system-list__ttl {
  font-size: 3.2rem;
  font-weight: 700;
  margin-bottom: 20px;
  color: #035cab;
  line-height: 1.33;
}
@media screen and (max-width: 1366px) {
  .p-about_us-system-list__ttl {
    font-size: 2.3426061493vw;
  }
}
@media screen and (max-width: 599px) {
  .p-about_us-system-list__ttl {
    font-size: 1.6rem;
  }
}
.p-about_us-system-list__ttl--2 {
  height: 2.2em;
}
.p-about_us-system-list__figure {
  width: 45.3333333333%;
  margin: 0 auto;
}

.p-job_description__btn {
  display: inline-block;
  font-size: 1.8rem;
  font-weight: 700;
  color: #fff;
  background: #ccc;
  padding: 6px 39px 8px 27px;
  min-width: 300px;
  text-decoration: none;
  text-align: center;
  border-radius: 5px;
  position: relative;
}
.p-job_description__btn::after {
  width: 10px;
  height: 20px;
  content: "";
  display: block;
  background: url(/recruit/assets/imgs/_shared/arrow_btn2-white.svg) no-repeat center;
  background-size: 100% auto;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 14px;
}
.p-job_description__btn--1 {
  background: -webkit-gradient(linear, left top, right top, from(#1675d9), to(#0093ff));
  background: -webkit-linear-gradient(left, #1675d9 0%, #0093ff 100%);
  background: linear-gradient(90deg, #1675d9 0%, #0093ff 100%);
}
.p-job_description__btn--1:hover {
  background: -webkit-gradient(linear, left top, right top, from(rgba(22, 117, 217, 0.8)), to(rgba(0, 147, 255, 0.8)));
  background: -webkit-linear-gradient(left, rgba(22, 117, 217, 0.8) 0%, rgba(0, 147, 255, 0.8) 100%);
  background: linear-gradient(90deg, rgba(22, 117, 217, 0.8) 0%, rgba(0, 147, 255, 0.8) 100%);
}
.p-job_description__btn--2 {
  background: -webkit-gradient(linear, left top, right top, from(#2929c4), to(#004eff));
  background: -webkit-linear-gradient(left, #2929c4 0%, #004eff 100%);
  background: linear-gradient(90deg, #2929c4 0%, #004eff 100%);
}
.p-job_description__btn--2:hover {
  background: -webkit-gradient(linear, left top, right top, from(rgba(41, 41, 196, 0.8)), to(rgba(0, 78, 255, 0.8)));
  background: -webkit-linear-gradient(left, rgba(41, 41, 196, 0.8) 0%, rgba(0, 78, 255, 0.8) 100%);
  background: linear-gradient(90deg, rgba(41, 41, 196, 0.8) 0%, rgba(0, 78, 255, 0.8) 100%);
}
.p-job_description__btn--3 {
  background: -webkit-gradient(linear, left top, right top, from(rgba(17, 154, 239, 0.8)), to(#0bf4d0));
  background: -webkit-linear-gradient(left, rgba(17, 154, 239, 0.8) 0%, #0bf4d0 100%);
  background: linear-gradient(90deg, rgba(17, 154, 239, 0.8) 0%, #0bf4d0 100%);
}
.p-job_description__btn--3:hover {
  background: -webkit-gradient(linear, left top, right top, from(rgba(17, 154, 239, 0.6)), to(rgba(11, 244, 208, 0.8)));
  background: -webkit-linear-gradient(left, rgba(17, 154, 239, 0.6) 0%, rgba(11, 244, 208, 0.8) 100%);
  background: linear-gradient(90deg, rgba(17, 154, 239, 0.6) 0%, rgba(11, 244, 208, 0.8) 100%);
}
.p-job_description-job {
  padding-top: 24px;
  padding-bottom: 80px;
}
.p-job_description-job__figure {
  margin: 0 auto 80px;
}
.p-job_description-job-list__item {
  padding: 40px 0;
  display: grid;
  grid-template-columns: 278px 791fr;
  border-bottom: 1px solid #035cab;
}
.p-job_description-job-list__item:first-child {
  border-top: 1px solid #035cab;
}
@media screen and (max-width: 599px) {
  .p-job_description-job-list__item {
    display: block;
  }
}
.p-job_description-job-list__ttl {
  font-size: 3.2rem;
  font-weight: 700;
  color: #035cab;
  text-align: center;
  margin-bottom: 20px;
}
.p-job_description-job-list__figure {
  width: 44.964028777%;
  margin: 0 auto;
}
.p-job_description-job-list__desc {
  font-size: 2.2rem;
  line-height: 1.73;
  font-weight: 500;
  min-height: 3em;
}
@media screen and (max-width: 599px) {
  .p-job_description-job-list__desc {
    font-size: 1.8rem;
  }
}
.p-job_description-job-list__btn-list {
  display: grid;
  grid-template-columns: -webkit-min-content auto;
  grid-template-columns: min-content auto;
  grid-template-rows: auto auto;
  gap: 20px 20px;
}
@media screen and (max-width: 1000px) {
  .p-job_description-job-list__btn-list {
    grid-template-columns: auto;
  }
}
@media screen and (max-width: 599px) {
  .p-job_description-job-list__btn-list li {
    text-align: center;
  }
}
.p-job_description-job-list__btn-list li:nth-child(2) {
  grid-column: 2/3;
  grid-row: 1/2;
}
@media screen and (max-width: 1000px) {
  .p-job_description-job-list__btn-list li:nth-child(2) {
    grid-column: 1/2;
    grid-row: 2/3;
  }
}
.p-job_description-job-list__btn-list li:nth-child(3) {
  grid-column: 1/2;
  grid-row: 2/3;
}
@media screen and (max-width: 1000px) {
  .p-job_description-job-list__btn-list li:nth-child(3) {
    grid-column: 1/2;
    grid-row: 3/4;
  }
}
@media screen and (max-width: 1000px) {
  .p-job_description-job-list__btn-list li:nth-child(3).sp2 {
    grid-column: 1/2;
    grid-row: 2/3;
  }
}

.p-guidelines__ttl2 {
  font-size: 3rem;
  font-weight: 700;
  color: #035cab;
  margin-bottom: 30px;
}
@media screen and (max-width: 599px) {
  .p-guidelines__ttl2 {
    font-size: 2.4rem;
  }
}
.p-guidelines-nav {
  padding-top: 35px;
}
.p-guidelines-tab {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 21px;
  margin-bottom: 30px;
}
@media screen and (max-width: 599px) {
  .p-guidelines-tab {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 5px;
  }
}
.p-guidelines-tab__item {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  background: rgba(3, 92, 171, 0.4);
  border-radius: 5px;
  color: #fff;
  font-size: 2rem;
  font-weight: 700;
  text-align: center;
  padding: 10px;
  line-height: 1;
  cursor: pointer;
}
@media screen and (max-width: 599px) {
  .p-guidelines-tab__item {
    font-size: 1.6rem;
    padding: 5px;
    border-radius: 3px;
    width: calc((100% - 10px) / 3);
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 auto;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
  }
}
.p-guidelines-tab__item:hover, .p-guidelines-tab__item.current {
  background: #035cab;
}
.p-guidelines-contents1 {
  padding-bottom: 40px;
}
.p-guidelines-contents2 {
  padding-top: 40px;
}
.p-guidelines__table {
  width: 100%;
  display: none;
}
.p-guidelines__table.current {
  display: table;
}
.p-guidelines__table tr {
  border-bottom: 1px solid #035cab;
}
.p-guidelines__table tr:first-child {
  border-top: 1px solid #035cab;
}
.p-guidelines__table th {
  background: rgba(80, 177, 248, 0.3);
  color: #035cab;
  font-size: 2rem;
  font-weight: 700;
  padding: 30px;
  text-align: left;
  width: 22.1198156682%;
}
@media screen and (max-width: 599px) {
  .p-guidelines__table th {
    font-size: 1.8rem;
    padding: 15px;
    white-space: nowrap;
    display: block;
    width: 100%;
  }
}
.p-guidelines__table td {
  padding: 30px;
  font-size: 1.8rem;
}
@media screen and (max-width: 599px) {
  .p-guidelines__table td {
    font-size: 1.8rem;
    padding: 15px;
    display: block;
  }
}
.p-guidelines__table p,
.p-guidelines__table ul {
  font-size: 1.8rem;
  margin-bottom: 1em;
  line-height: 1.78;
}
.p-guidelines__table p:last-child,
.p-guidelines__table ul:last-child {
  margin-bottom: 0;
}
.p-guidelines__table ul {
  list-style: disc;
  padding-left: 1.5em;
}
.p-guidelines__table h3 {
  font-weight: 700;
  color: #035cab;
  line-height: 1.78;
}
.p-guidelines__table .required {
  color: #ff0303;
}
.p-guidelines-flow {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 62px;
}
.p-guidelines-flow__item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}
@media screen and (max-width: 599px) {
  .p-guidelines-flow__item {
    display: block;
  }
}
.p-guidelines-flow__item::after {
  content: "";
  position: absolute;
  bottom: -42px;
  left: 62px;
  width: 35px;
  height: 22px;
  background: url(../imgs/entry/guidelines/flow_arrow.svg) no-repeat center center;
}
.p-guidelines-flow__item:last-child::after {
  display: none;
}
.p-guidelines-flow__ttl3 {
  background: -webkit-linear-gradient(45deg, #1675d9 0%, #0093ff 100%);
  background: linear-gradient(45deg, #1675d9 0%, #0093ff 100%);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 158px;
  color: #fff;
  font-size: 2.4rem;
  font-weight: 700;
  font-family: "Roboto", sans-serif;
}
@media screen and (max-width: 599px) {
  .p-guidelines-flow__ttl3 {
    width: 100%;
    padding: 20px;
  }
}
.p-guidelines-flow__ttl4 {
  font-size: 2.2rem;
  font-weight: 700;
  margin-bottom: 10px;
  color: #0093ff;
}
@media screen and (max-width: 599px) {
  .p-guidelines-flow__ttl4 {
    font-size: 2rem;
  }
}
.p-guidelines-flow__text {
  padding-top: 20px;
}
@media screen and (max-width: 599px) {
  .p-guidelines-flow__text {
    padding-top: 0;
  }
}
.p-guidelines-flow__p1 {
  font-size: 2rem;
  font-weight: 500;
  margin-bottom: 0;
}
@media screen and (max-width: 599px) {
  .p-guidelines-flow__p1 {
    font-size: 1.8rem;
  }
}
.p-guidelines-flow__p2 a {
  color: #ff3403;
  font-weight: 500;
  font-size: 1.8rem;
}
.p-guidelines-flow__p2 a:hover {
  text-decoration: none;
}
.p-guidelines-flow__content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  background: #f5f4f4;
  padding: 10px 15px;
}
@media screen and (max-width: 599px) {
  .p-guidelines-flow__content {
    display: block;
  }
}
@media screen and (max-width: 599px) {
  .p-guidelines-flow__figure {
    width: 50%;
    margin: 0 auto;
  }
}
.p-guidelines__nav {
  padding: 80px 15px;
  text-align: center;
}
.p-guidelines__btn-entry {
  display: inline-block;
  font-size: 1.8rem;
  font-weight: 700;
  color: #fff;
  background: -webkit-linear-gradient(135deg, rgba(247, 247, 2, 0.9) 0%, #fa9100 100%);
  background: linear-gradient(-45deg, rgba(247, 247, 2, 0.9) 0%, #fa9100 100%);
  padding: 15px 94px;
  min-width: 300px;
  text-decoration: none;
  text-align: center;
  border-radius: 5px;
  position: relative;
}
@media screen and (max-width: 599px) {
  .p-guidelines__btn-entry {
    padding: 15px 40px;
  }
}
.p-guidelines__btn-entry:hover {
  background: -webkit-linear-gradient(135deg, rgba(247, 247, 2, 0.7) 0%, rgba(250, 145, 0, 0.8) 100%);
  background: linear-gradient(-45deg, rgba(247, 247, 2, 0.7) 0%, rgba(250, 145, 0, 0.8) 100%);
}
.p-guidelines__btn-entry::after {
  width: 15px;
  height: 30px;
  content: "";
  display: block;
  background: url(/recruit/assets/imgs/_shared/arrow_btn2-white.svg) no-repeat center;
  background-size: 100% auto;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 14px;
}
@media screen and (max-width: 599px) {
  .p-guidelines__btn-entry::after {
    width: 12px;
    height: 24px;
  }
}
.p-guidelines__btn-entry span:nth-child(1) {
  font-size: 3rem;
  font-weight: 700;
  margin-right: 12px;
  display: inline-block;
}
@media screen and (max-width: 599px) {
  .p-guidelines__btn-entry span:nth-child(1) {
    font-size: 2.4rem;
  }
}
.p-guidelines__btn-entry span:nth-child(2) {
  font-size: 2.6rem;
  font-weight: 700;
  display: inline-block;
}
@media screen and (max-width: 599px) {
  .p-guidelines__btn-entry span:nth-child(2) {
    font-size: 2.2rem;
  }
}

.p-meet_our_people__ttl2 {
  margin-bottom: 15px;
}
.p-meet_our_people__ttl2 span {
  background: #035cab;
  color: #fff;
  padding: 3px 10px;
  font-size: 2.2rem;
  line-height: 1;
  font-weight: 700;
  display: inline-block;
}
@media screen and (max-width: 599px) {
  .p-meet_our_people__ttl2 span {
    font-size: 2rem;
  }
}
.p-meet_our_people__ttl2--2 span {
  background: #fff;
  color: #035cab;
}
.p-meet_our_people__lead {
  font-size: 3rem;
  font-weight: 700;
  margin-bottom: 20px;
  line-height: 1.2;
}
@media screen and (max-width: 599px) {
  .p-meet_our_people__lead {
    font-size: 2.2rem;
  }
}
.p-meet_our_people__txt {
  font-size: 1.8rem;
  margin-bottom: 0;
  font-weight: 500;
}
@media screen and (max-width: 599px) {
  .p-meet_our_people__txt {
    font-size: 1.6rem;
  }
}
.p-meet_our_people__note {
  font-size: 1.4rem;
  text-align: right;
  width: 80.5270863836vw;
  margin: 0 auto 80px;
}
.p-meet_our_people__inner {
  width: 87.8477306003vw;
  margin: 0 auto;
  padding: 0 50px;
}
@media screen and (max-width: 599px) {
  .p-meet_our_people__inner {
    width: 100%;
    padding: 0 15px 50px;
  }
}
@media (max-width: 900px) and (orientation: landscape) {
  .p-meet_our_people__inner {
    width: 100%;
    padding: 0 30px 50px;
  }
}
.p-meet_our_people-cover {
  padding-top: 128px;
  background: -webkit-gradient(linear, left top, left bottom, from(#0093ff), to(#035cab));
  background: -webkit-linear-gradient(#0093ff 0%, #035cab 100%);
  background: linear-gradient(#0093ff 0%, #035cab 100%);
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 599px) {
  .p-meet_our_people-cover {
    padding-top: 100px;
  }
}
.p-meet_our_people-cover__mask {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, left bottom, from(#0093ff), to(#035cab));
  background: -webkit-linear-gradient(#0093ff 0%, #035cab 100%);
  background: linear-gradient(#0093ff 0%, #035cab 100%);
  z-index: 2;
}
.p-meet_our_people-cover__ttl {
  text-align: center;
  margin-bottom: 38px;
  position: relative;
  z-index: 4;
}
@media screen and (max-width: 599px) {
  .p-meet_our_people-cover__ttl {
    margin-bottom: 80px;
  }
}
.p-meet_our_people-cover__ttl span:nth-child(1) {
  font-size: 7rem;
  line-height: 1;
  font-weight: 700;
  font-family: "Roboto", sans-serif;
  color: #fff;
  display: block;
  margin-bottom: 10px;
}
@media screen and (max-width: 599px) {
  .p-meet_our_people-cover__ttl span:nth-child(1) {
    font-size: 3rem;
  }
}
.p-meet_our_people-cover__ttl span:nth-child(2) {
  font-size: 3rem;
  line-height: 1;
  font-weight: 700;
  color: #fff;
  display: block;
}
@media screen and (max-width: 599px) {
  .p-meet_our_people-cover__ttl span:nth-child(2) {
    font-size: 2rem;
  }
}
.p-meet_our_people-cover__figure {
  width: 73.2064421669vw;
  margin: 0 0 0 auto;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 599px) {
  .p-meet_our_people-cover__figure {
    width: 100%;
  }
}
.p-meet_our_people-cover__figure img {
  max-width: none;
}
.p-meet_our_people-cover__content {
  width: 87.8477306003vw;
  height: 40.2635431918vw;
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  bottom: 0;
  padding-top: 5.8565153734vw;
  z-index: 4;
}
@media screen and (max-width: 599px) {
  .p-meet_our_people-cover__content {
    width: 90%;
    height: 80vw;
    padding-top: 10.6666666667vw;
  }
}
@media (max-width: 900px) and (orientation: landscape) {
  .p-meet_our_people-cover__content {
    padding-top: 0;
    height: 41.3333333333vw;
  }
}
.p-meet_our_people-cover__content--2 {
  position: absolute;
  left: 0;
  bottom: 5.8565153734vw;
}
@media screen and (max-width: 599px) {
  .p-meet_our_people-cover__content--2 {
    background: #fff;
    bottom: -1px;
    display: block;
    padding: 2px 15px 5px;
    border-radius: 3px 3px 0 0;
  }
}
.p-meet_our_people-cover__p1 > span {
  font-size: 4rem;
  font-weight: 900;
  padding: 0 16px;
  display: inline-block;
}
.p-meet_our_people-cover__p1 > span:nth-child(1) {
  margin-bottom: 10px;
}
@media screen and (max-width: 599px) {
  .p-meet_our_people-cover__p1 > span:nth-child(1) {
    margin-bottom: 5px;
  }
}
@media screen and (max-width: 599px) {
  .p-meet_our_people-cover__p1 > span {
    font-size: 2.2rem;
    font-size: 5.6vw;
    padding: 0 5px;
  }
}
@media (max-width: 900px) and (orientation: landscape) {
  .p-meet_our_people-cover__p1 > span {
    font-size: 4.2666666667vw;
    padding: 0 5px;
  }
}
.p-meet_our_people-cover__p2 {
  margin-bottom: 10px;
}
@media screen and (max-width: 599px) {
  .p-meet_our_people-cover__p2 {
    margin-bottom: 0;
  }
}
.p-meet_our_people-cover__p2 span {
  background: #fff;
  color: #035cab;
  font-weight: 700;
  font-size: 3rem;
  padding: 0 10px;
  border-radius: 5px;
}
@media screen and (max-width: 599px) {
  .p-meet_our_people-cover__p2 span {
    font-size: 1.4rem;
    padding: 0;
  }
}
@media (max-width: 900px) and (orientation: landscape) {
  .p-meet_our_people-cover__p2 span {
    font-size: 1.6rem;
  }
}
.p-meet_our_people-cover__p3 {
  margin-bottom: 10px;
  font-size: 4rem;
  font-weight: 700;
  color: #fff;
  line-height: 1;
  display: none;
}
.p-meet_our_people-cover__p4 {
  margin-bottom: 0;
  color: #fff;
  font-weight: 700;
  font-size: 3rem;
  line-height: 1;
}
@media screen and (max-width: 599px) {
  .p-meet_our_people-cover__p4 {
    font-size: 1.4rem;
    color: #035cab;
  }
}
@media (max-width: 900px) and (orientation: landscape) {
  .p-meet_our_people-cover__p4 {
    font-size: 1.6rem;
  }
}
.p-meet_our_people-profile {
  padding: 40px 0 60px;
}
.p-meet_our_people-profile__inner {
  max-width: 906px;
  background: url(/recruit/assets/imgs/meet_our_people/_shared/profile_bg.png);
  background-size: 10px 10px;
  margin: 0 auto;
  border-radius: 5px;
  padding: 24px 53px;
}
@media screen and (max-width: 599px) {
  .p-meet_our_people-profile__inner {
    max-width: 100%;
    padding: 20px;
    margin: 0 30px;
  }
}
@media (max-width: 900px) and (orientation: landscape) {
  .p-meet_our_people-profile__inner {
    max-width: 100%;
    padding: 20px;
    margin: 0 30px;
  }
}
.p-meet_our_people-profile__ttl {
  font-size: 3.2rem;
  line-height: 1;
  font-weight: bold;
  font-family: "Roboto", sans-serif;
  color: #035cab;
  margin-bottom: 10px;
  text-align: center;
}
@media screen and (max-width: 599px) {
  .p-meet_our_people-profile__ttl {
    font-size: 2rem;
  }
}
.p-meet_our_people-profile__txt {
  margin-bottom: 0;
  font-size: 1.8rem;
  font-weight: 500;
}
@media screen and (max-width: 599px) {
  .p-meet_our_people-profile__txt {
    font-size: 1.5rem;
  }
}
.p-meet_our_people-sec {
  position: relative;
}
.p-meet_our_people-sec__mask {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  background: #fff;
}
@media screen and (max-width: 599px) {
  .p-meet_our_people-sec__mask {
    top: auto;
    bottom: 0;
    height: 60%;
  }
}
@media (max-width: 900px) and (orientation: landscape) {
  .p-meet_our_people-sec__mask {
    top: auto;
    bottom: 0;
    height: 80%;
  }
}
.p-meet_our_people-sec1, .p-meet_our_people-sec7 {
  padding-bottom: 80px;
  position: relative;
  overflow: hidden;
}
.p-meet_our_people-sec1__inner, .p-meet_our_people-sec7__inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: 5.8565153734vw;
  padding-left: 53px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 599px) {
  .p-meet_our_people-sec1__inner, .p-meet_our_people-sec7__inner {
    display: block;
    margin-left: 0;
    padding: 0;
  }
}
@media (max-width: 900px) and (orientation: landscape) {
  .p-meet_our_people-sec1__inner, .p-meet_our_people-sec7__inner {
    display: block;
    margin-left: 0;
    padding: 0;
  }
}
.p-meet_our_people-sec1__content, .p-meet_our_people-sec7__content {
  width: 40.2635431918vw;
  position: relative;
  z-index: 3;
}
@media screen and (max-width: 599px) {
  .p-meet_our_people-sec1__content, .p-meet_our_people-sec7__content {
    width: 100%;
    padding: 0 15px;
    margin-bottom: 20px;
  }
}
@media (max-width: 900px) and (orientation: landscape) {
  .p-meet_our_people-sec1__content, .p-meet_our_people-sec7__content {
    width: 100%;
    padding: 0 30px;
    margin-bottom: 20px;
  }
}
.p-meet_our_people-sec1__figure, .p-meet_our_people-sec7__figure {
  width: 43.5578330893vw;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 599px) {
  .p-meet_our_people-sec1__figure, .p-meet_our_people-sec7__figure {
    width: 100%;
  }
}
@media (max-width: 900px) and (orientation: landscape) {
  .p-meet_our_people-sec1__figure, .p-meet_our_people-sec7__figure {
    width: 100%;
  }
}
.p-meet_our_people-sec1__figure img:nth-child(1), .p-meet_our_people-sec7__figure img:nth-child(1) {
  position: absolute;
  bottom: -32px;
  right: 0;
  width: auto;
  height: 100%;
  z-index: 1;
  max-width: none;
}
.p-meet_our_people-sec1__figure img:nth-child(2), .p-meet_our_people-sec7__figure img:nth-child(2) {
  position: relative;
  z-index: 2;
}
.p-meet_our_people-sec2 {
  padding-bottom: 60px;
}
.p-meet_our_people-sec3 {
  background: #c9d8e5;
  padding: 30px 0;
  margin-bottom: 60px;
}
.p-meet_our_people-sec3__ttl {
  text-align: center;
}
.p-meet_our_people-sec3__ttl span {
  font-size: 2.8rem;
  font-weight: 900;
  color: #035cab;
  display: inline-block;
  padding-left: 50px;
  position: relative;
  margin-bottom: 50px;
}
@media screen and (max-width: 599px) {
  .p-meet_our_people-sec3__ttl span {
    font-size: 2.4rem;
  }
  .p-meet_our_people-sec3__ttl span::before {
    width: 30px;
    height: 30px;
    top: -3px;
  }
}
.p-meet_our_people-sec3__ttl span::before {
  width: 40px;
  height: 40px;
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: -5px;
  background: url(/recruit/assets/imgs/meet_our_people/_shared/icon_schedule.svg) no-repeat center;
}
.p-meet_our_people-sec3__inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-left: 10%;
  padding-right: 10%;
  gap: 10px;
}
@media screen and (max-width: 599px) {
  .p-meet_our_people-sec3__inner {
    display: block;
  }
}
.p-meet_our_people-sec3__inner > div {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-bottom: 50px;
}
@media screen and (max-width: 599px) {
  .p-meet_our_people-sec3__inner > div {
    margin-bottom: 20px;
  }
}
.p-meet_our_people-sec3__inner dl {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-left: 42px;
  margin-bottom: 56px;
  position: relative;
}
@media screen and (max-width: 599px) {
  .p-meet_our_people-sec3__inner dl {
    margin-bottom: 20px;
  }
}
.p-meet_our_people-sec3__inner dl:last-child {
  margin-bottom: 0;
}
.p-meet_our_people-sec3__inner dl:last-child::before {
  height: 60px;
}
.p-meet_our_people-sec3__inner dl::before {
  content: "";
  width: 2px;
  height: 120px;
  background: #035cab;
  position: absolute;
  left: 6.5px;
  top: -10px;
}
.p-meet_our_people-sec3__inner dt,
.p-meet_our_people-sec3__inner dd {
  font-weight: 700;
  font-size: 1.8rem;
  line-height: 1.5;
}
@media screen and (max-width: 599px) {
  .p-meet_our_people-sec3__inner dt,
  .p-meet_our_people-sec3__inner dd {
    font-size: 1.6rem;
  }
}
.p-meet_our_people-sec3__inner dt {
  width: 84px;
  position: relative;
}
@media screen and (max-width: 599px) {
  .p-meet_our_people-sec3__inner dt {
    width: 60px;
  }
}
@media (max-width: 900px) and (orientation: landscape) {
  .p-meet_our_people-sec3__inner dt {
    width: 60px;
  }
}
.p-meet_our_people-sec3__inner dt::before {
  width: 15px;
  height: 15px;
  content: "";
  display: block;
  position: absolute;
  left: -42px;
  top: 5px;
  background: #035cab;
  border-radius: 50%;
  margin-top: 2px;
}
.p-meet_our_people-sec3__inner dd {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.p-meet_our_people-sec4 {
  padding-bottom: 80px;
  position: relative;
  overflow: hidden;
}
.p-meet_our_people-sec4__inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 5.8565153734vw;
  padding-right: 53px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
@media screen and (max-width: 599px) {
  .p-meet_our_people-sec4__inner {
    display: block;
    margin-right: 0;
    padding-right: 0;
  }
}
@media (max-width: 900px) and (orientation: landscape) {
  .p-meet_our_people-sec4__inner {
    display: block;
    margin-right: 0;
    padding-right: 0;
  }
}
.p-meet_our_people-sec4__content {
  width: 40.2635431918vw;
  position: relative;
  z-index: 3;
}
@media screen and (max-width: 599px) {
  .p-meet_our_people-sec4__content {
    width: 100%;
    padding: 0 15px;
    margin-bottom: 20px;
  }
}
@media (max-width: 900px) and (orientation: landscape) {
  .p-meet_our_people-sec4__content {
    width: 100%;
    padding: 0 30px;
    margin-bottom: 20px;
  }
}
.p-meet_our_people-sec4__figure {
  width: 43.5578330893vw;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 599px) {
  .p-meet_our_people-sec4__figure {
    width: 100%;
  }
}
@media (max-width: 900px) and (orientation: landscape) {
  .p-meet_our_people-sec4__figure {
    width: 100%;
  }
}
.p-meet_our_people-sec4__figure img:nth-child(1) {
  position: absolute;
  bottom: -32px;
  left: 0;
  width: auto;
  height: 100%;
  z-index: 1;
  max-width: none;
}
.p-meet_our_people-sec4__figure img:nth-child(2) {
  position: relative;
  z-index: 2;
}
.p-meet_our_people-sec5 {
  margin-bottom: 60px;
}
@media screen and (max-width: 599px) {
  .p-meet_our_people-sec5 {
    margin-bottom: 0;
  }
}
.p-meet_our_people-sec6 {
  margin-bottom: 60px;
}
@media screen and (max-width: 599px) {
  .p-meet_our_people-sec6__figure {
    height: 70vw;
  }
  .p-meet_our_people-sec6__figure img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.p-meet_our_people-sec6__inner {
  background: rgba(3, 92, 171, 0.9);
  color: #fff;
  margin-top: -88px;
  position: relative;
  z-index: 2;
  padding: 50px;
}
@media screen and (max-width: 599px) {
  .p-meet_our_people-sec6__inner {
    padding: 30px;
    margin-top: -50px;
  }
}
.p-meet_our_people-sec6__1 {
  margin-bottom: 40px;
}
.p-meet_our_people-sec8__inner {
  width: 80.5270863836vw;
  background: url(/recruit/assets/imgs/meet_our_people/_shared/off_bg.png?2);
  background-size: 10px 10px;
  margin: 0 auto 30px;
  border-radius: 5px;
  padding: 40px 53px 40px 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 599px) {
  .p-meet_our_people-sec8__inner {
    display: block;
    padding: 30px;
  }
}
@media (max-width: 900px) and (orientation: landscape) {
  .p-meet_our_people-sec8__inner {
    display: block;
    padding: 30px;
  }
}
.p-meet_our_people-sec8__ttl {
  color: #035cab;
  font-size: 3rem;
  font-weight: 700;
  width: 310px;
  text-align: center;
  background: url(/recruit/assets/imgs/meet_our_people/_shared/icon_off.svg) no-repeat center;
  background-position: center 70%;
  border-right: 2px dashed #fff;
  min-height: 150px;
  height: 100%;
}
@media screen and (max-width: 599px) {
  .p-meet_our_people-sec8__ttl {
    border-right: none;
    border-bottom: 2px dashed #fff;
    font-size: 2rem;
    margin-bottom: 20px;
    width: 100%;
  }
}
@media (max-width: 900px) and (orientation: landscape) {
  .p-meet_our_people-sec8__ttl {
    border-right: none;
    border-bottom: 2px dashed #fff;
    font-size: 2rem;
    margin-bottom: 20px;
    width: 100%;
  }
}
.p-meet_our_people-sec8__content {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-left: 60px;
}
@media screen and (max-width: 599px) {
  .p-meet_our_people-sec8__content {
    padding-left: 0;
  }
}
@media (max-width: 900px) and (orientation: landscape) {
  .p-meet_our_people-sec8__content {
    padding-left: 0;
  }
}
.p-meet_our_people-sec8__content a:hover {
  text-decoration: none;
}

.p-cross_talk__inner1 {
  width: 68.4480234261vw;
  padding: 0 50px 30px;
  margin: 0 auto;
}
@media screen and (max-width: 599px) {
  .p-cross_talk__inner1 {
    width: 100%;
    padding: 0 15px 30px;
  }
}
@media (max-width: 900px) and (orientation: landscape) {
  .p-cross_talk__inner1 {
    width: 100%;
    padding: 0 30px 30px;
  }
}
.p-cross_talk__inner1--3 {
  width: 87.8477306003vw;
}
.p-cross_talk__ttl2 {
  text-align: center;
  margin-bottom: 30px;
}
.p-cross_talk__ttl2 span:nth-child(1) {
  font-size: 2.4rem;
  font-weight: 700;
  color: #fff;
  background: #035cab;
  margin-bottom: 10px;
  display: inline-block;
  font-family: "Roboto", sans-serif;
  padding: 2px 8px;
}
@media screen and (max-width: 599px) {
  .p-cross_talk__ttl2 span:nth-child(1) {
    font-size: 2rem;
  }
}
.p-cross_talk__ttl2 span:nth-child(2) {
  font-size: 3rem;
  font-weight: 700;
  color: #035cab;
  display: block;
}
@media screen and (max-width: 599px) {
  .p-cross_talk__ttl2 span:nth-child(2) {
    font-size: 2.4rem;
  }
}
.p-cross_talk-cover__figure img {
  width: 100%;
  height: auto;
}
.p-cross_talk-cover__ttl {
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  top: 120px;
}
@media screen and (max-width: 599px) {
  .p-cross_talk-cover__ttl {
    top: 80px;
  }
}
.p-cross_talk-cover__ttl > span:nth-child(1) {
  font-size: 7rem;
  font-weight: 700;
  color: #fff;
  text-align: center;
  display: block;
  white-space: nowrap;
}
@media screen and (max-width: 599px) {
  .p-cross_talk-cover__ttl > span:nth-child(1) {
    font-size: 5rem;
  }
}
.p-cross_talk-cover__ttl > span:nth-child(1) span {
  color: #fd3506;
  font-family: "Zen Dots", sans-serif;
  color: #fd3506;
  font-weight: 400;
}
.p-cross_talk-cover__ttl > span:nth-child(2) {
  font-size: 3rem;
  font-weight: 700;
  color: #fff;
  text-align: center;
  display: block;
}
@media screen and (max-width: 599px) {
  .p-cross_talk-cover__ttl > span:nth-child(2) {
    font-size: 2rem;
  }
}
.p-cross_talk-cover__txt {
  width: 87.8477306003vw;
  margin: -90px auto 0;
  background: -webkit-gradient(linear, right top, left top, from(#1675d9), to(#0093ff));
  background: -webkit-linear-gradient(right, #1675d9 0%, #0093ff 100%);
  background: linear-gradient(-90deg, #1675d9 0%, #0093ff 100%);
  padding: 30px 0 20px;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 599px) {
  .p-cross_talk-cover__txt {
    margin-top: -30px;
  }
}
.p-cross_talk-cover__txt--2 {
  background: -webkit-gradient(linear, right top, left top, color-stop(40%, #119aef), to(#0bf4d0));
  background: -webkit-linear-gradient(right, #119aef 40%, #0bf4d0 100%);
  background: linear-gradient(-90deg, #119aef 40%, #0bf4d0 100%);
}
.p-cross_talk-cover__txt--3 {
  background: -webkit-linear-gradient(135deg, #fd8003 0%, #e04810 100%);
  background: linear-gradient(-45deg, #fd8003 0%, #e04810 100%);
}
.p-cross_talk-cover__txt > p:nth-child(1) {
  font-size: 4rem;
  font-weight: 700;
  color: #fff;
  text-align: center;
  margin-bottom: 20px;
}
@media screen and (max-width: 599px) {
  .p-cross_talk-cover__txt > p:nth-child(1) {
    font-size: 2.8rem;
  }
}
.p-cross_talk-cover__txt > p:nth-child(2) {
  font-size: 2.4rem;
  font-weight: 500;
  color: #fff;
  padding: 0 30px;
  width: 60%;
  margin: 0 auto 30px;
}
@media screen and (max-width: 599px) {
  .p-cross_talk-cover__txt > p:nth-child(2) {
    width: 100%;
    font-size: 1.6rem;
    padding: 0 15px;
    text-align: left;
  }
}
.p-cross_talk-members {
  padding: 34px 0 20px;
  background: #fff;
}
.p-cross_talk-members--3 {
  background: none;
}
.p-cross_talk-members__ttl {
  text-align: center;
  font-size: 3.2rem;
  font-weight: 700;
  font-family: "Roboto", sans-serif;
  color: #035cab;
  margin-bottom: 20px;
}
.p-cross_talk-members__ttl--3 {
  color: #fff;
}
.p-cross_talk-members-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 40px;
  margin-bottom: 40px;
}
@media screen and (max-width: 599px) {
  .p-cross_talk-members-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px;
  }
}
.p-cross_talk-members-list__item {
  width: 250px;
  text-align: center;
}
@media screen and (max-width: 599px) {
  .p-cross_talk-members-list__item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 20px;
    width: 100%;
  }
}
.p-cross_talk-members-list__figure {
  margin-bottom: 15px;
}
@media screen and (max-width: 599px) {
  .p-cross_talk-members-list__figure {
    width: 30%;
    margin-bottom: 0;
  }
}
@media screen and (max-width: 599px) {
  .p-cross_talk-members-list__txt {
    text-align: left;
  }
}
.p-cross_talk-members-list__name {
  font-size: 3.2rem;
  font-weight: 700;
  color: #383737;
  margin-bottom: 10px;
  font-family: "Roboto", sans-serif;
  line-height: 1;
}
@media screen and (max-width: 599px) {
  .p-cross_talk-members-list__name {
    font-size: 2.8rem;
  }
}
.p-cross_talk-members-list__position {
  font-size: 1.8rem;
  font-weight: 700;
  color: #383737;
  margin-bottom: 0;
}
@media screen and (max-width: 599px) {
  .p-cross_talk-members-list__position {
    font-size: 1.6rem;
  }
}
.p-cross_talk-members-list__description {
  font-size: 1.6rem;
  font-weight: 500;
  margin-top: 10px;
  margin-bottom: 0;
  text-align: left;
}
@media screen and (max-width: 599px) {
  .p-cross_talk-members-list__description {
    font-size: 1.5rem;
  }
}
.p-cross_talk-members-list__description--3 {
  color: #fff;
}
.p-cross_talk-members-note {
  font-size: 1.4rem;
  text-align: center;
  margin-bottom: 0;
}
.p-cross_talk-sec {
  padding: 60px 0 0;
}
.p-cross_talk-arasuji__inner {
  width: 80.5270863836vw;
  margin: 0 auto;
  background: url("../imgs/cross_talk/2/arasuji_bg.png");
  background-size: 10px 10px;
  padding: 20px 50px;
}
@media screen and (max-width: 599px) {
  .p-cross_talk-arasuji__inner {
    width: calc(100% - 40px);
    padding: 20px 15px;
    margin: 0 20px;
  }
}
.p-cross_talk-arasuji__ttl {
  font-size: 3rem;
  font-weight: 700;
  color: #035cab;
  text-align: center;
  margin-bottom: 20px;
}
@media screen and (max-width: 599px) {
  .p-cross_talk-arasuji__ttl {
    font-size: 2rem;
  }
}
.p-cross_talk-arasuji-layout {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 34px;
}
@media screen and (max-width: 599px) {
  .p-cross_talk-arasuji-layout {
    display: block;
  }
}
.p-cross_talk-arasuji__figure {
  width: 130px;
}
@media screen and (max-width: 599px) {
  .p-cross_talk-arasuji__figure {
    margin: 0 auto 20px;
  }
}
.p-cross_talk-arasuji__txt {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.p-cross_talk-others {
  padding-bottom: 42px;
}
@media screen and (max-width: 599px) {
  .p-cross_talk-others {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.p-cross_talk-others__ttl {
  text-align: center;
  font-size: 3rem;
  font-weight: 700;
  color: #035cab;
  margin-bottom: 40px;
}
@media screen and (max-width: 599px) {
  .p-cross_talk-others__ttl {
    font-size: 2rem;
  }
}
.p-cross_talk-others-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 5.8565153734vw;
}
@media screen and (max-width: 599px) {
  .p-cross_talk-others-list {
    display: block;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    width: 80%;
    margin: 0 auto;
  }
}
.p-cross_talk-others-list__item {
  width: 32.9428989751vw;
  text-align: center;
}
@media screen and (max-width: 599px) {
  .p-cross_talk-others-list__item {
    width: 100%;
    margin-bottom: 20px;
  }
}
@media (max-width: 900px) and (orientation: landscape) {
  .p-cross_talk-others-list__item {
    width: 40%;
  }
}
.p-cross_talk-others-list__item a {
  text-decoration: none;
}
.p-cross_talk-others-list__item a:hover img {
  opacity: 0.8;
}
.p-cross_talk-others-list__item a:hover .p-cross_talk-others-list__ttl--1 {
  background: -webkit-gradient(linear, left top, right top, from(rgba(0, 147, 255, 0.8)), to(rgba(3, 92, 171, 0.8)));
  background: -webkit-linear-gradient(left, rgba(0, 147, 255, 0.8) 0%, rgba(3, 92, 171, 0.8) 100%);
  background: linear-gradient(90deg, rgba(0, 147, 255, 0.8) 0%, rgba(3, 92, 171, 0.8) 100%);
}
.p-cross_talk-others-list__item a:hover .p-cross_talk-others-list__ttl--2 {
  background: -webkit-gradient(linear, left top, right top, from(rgba(17, 188, 239, 0.8)), to(rgba(16, 224, 192, 0.8)));
  background: -webkit-linear-gradient(left, rgba(17, 188, 239, 0.8) 0%, rgba(16, 224, 192, 0.8) 100%);
  background: linear-gradient(90deg, rgba(17, 188, 239, 0.8) 0%, rgba(16, 224, 192, 0.8) 100%);
}
.p-cross_talk-others-list__item a:hover .p-cross_talk-others-list__ttl--3 {
  background: -webkit-gradient(linear, left top, right top, from(rgba(253, 128, 3, 0.8)), to(rgba(224, 72, 16, 0.8)));
  background: -webkit-linear-gradient(left, rgba(253, 128, 3, 0.8) 0%, rgba(224, 72, 16, 0.8) 100%);
  background: linear-gradient(90deg, rgba(253, 128, 3, 0.8) 0%, rgba(224, 72, 16, 0.8) 100%);
}
.p-cross_talk-others-list__ttl {
  padding: 10px;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
}
.p-cross_talk-others-list__ttl--1 {
  background: -webkit-gradient(linear, left top, right top, from(#0093ff), to(#035cab));
  background: -webkit-linear-gradient(left, #0093ff 0%, #035cab 100%);
  background: linear-gradient(90deg, #0093ff 0%, #035cab 100%);
}
.p-cross_talk-others-list__ttl--2 {
  background: -webkit-gradient(linear, right top, left top, from(#11bcef), to(#10e0c0));
  background: -webkit-linear-gradient(right, #11bcef 0%, #10e0c0 100%);
  background: linear-gradient(-90deg, #11bcef 0%, #10e0c0 100%);
}
.p-cross_talk-others-list__ttl--3 {
  background: -webkit-gradient(linear, right top, left top, from(#fd8003), to(#e04810));
  background: -webkit-linear-gradient(right, #fd8003 0%, #e04810 100%);
  background: linear-gradient(-90deg, #fd8003 0%, #e04810 100%);
}
.p-cross_talk-others-list__ttl span {
  font-size: 2.4rem;
  font-weight: 700;
  color: #fff;
  position: relative;
  display: inline-block;
  padding-right: 25px;
}
@media screen and (max-width: 599px) {
  .p-cross_talk-others-list__ttl span {
    font-size: 2rem;
  }
}
.p-cross_talk-others-list__ttl span::after {
  content: "";
  display: block;
  position: absolute;
  right: 0px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 10px;
  height: 14.67px;
  background: url("../imgs/cross_talk/_shared/others_arrow.svg") no-repeat center;
}
.p-cross_talk-talk {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-bottom: 30px;
}
@media screen and (max-width: 599px) {
  .p-cross_talk-talk {
    gap: 10px;
  }
}
.p-cross_talk-talk--left {
  margin-right: 16.5446559297vw;
}
@media screen and (max-width: 599px) {
  .p-cross_talk-talk--left {
    margin-right: 0;
  }
}
.p-cross_talk-talk--right {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  margin-left: 16.5446559297vw;
}
@media screen and (max-width: 599px) {
  .p-cross_talk-talk--right {
    margin-left: 0;
  }
}
.p-cross_talk-talk__name {
  width: 100px;
  text-align: center;
  font-size: 2rem;
  font-weight: 700;
  color: #035cab;
  font-family: "Roboto", sans-serif;
}
@media screen and (max-width: 599px) {
  .p-cross_talk-talk__name {
    font-size: 1.8rem;
    width: 80px;
  }
}
.p-cross_talk-talk__name::before {
  content: "";
  display: block;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background-size: cover;
  background-position: center;
  margin: 0 auto 10px;
  background-color: #ccc;
}
@media screen and (max-width: 599px) {
  .p-cross_talk-talk__name::before {
    width: 80px;
    height: 80px;
  }
}
.p-cross_talk-talk__name--tm::before {
  background-image: url("../imgs/cross_talk/1/member_tm@2x.png");
}
.p-cross_talk-talk__name--yk::before {
  background-image: url("../imgs/cross_talk/1/member_yk@2x.png");
}
.p-cross_talk-talk__name--ik::before {
  background-image: url("../imgs/cross_talk/1/member_ik@2x.png");
}
.p-cross_talk-talk__name--na::before {
  background-image: url("../imgs/cross_talk/2/member_na@2x.png");
}
.p-cross_talk-talk__name--nt::before {
  background-image: url("../imgs/cross_talk/2/member_nt@2x.png");
}
.p-cross_talk-talk__name--om::before {
  background-image: url("../imgs/cross_talk/3/member_om@2x.png");
}
.p-cross_talk-talk__name--im::before {
  background-image: url("../imgs/cross_talk/3/member_im@2x.png?2");
}
.p-cross_talk-talk__name--nt2::before {
  background-image: url("../imgs/cross_talk/3/member_nt@2x.png?2");
}
.p-cross_talk-talk__txt {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.p-cross_talk-talk__txt p {
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.8;
  color: #383737;
}
@media screen and (max-width: 599px) {
  .p-cross_talk-talk__txt p {
    font-size: 1.6rem;
  }
}
.p-cross_talk-figure {
  margin-bottom: 20px;
  width: 86.5300146413vw;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 599px) {
  .p-cross_talk-figure {
    width: 100%;
  }
}
.p-cross_talk-figure__mask {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  background: #fff;
}
.p-cross_talk-figure--right {
  margin-left: auto;
  margin-right: 0;
}
.p-cross_talk-figure--left {
  margin-left: 0;
  margin-right: auto;
  width: 80.6002928258vw;
}
@media screen and (max-width: 599px) {
  .p-cross_talk-figure--left {
    width: 100%;
  }
}
.p-cross_talk-figure--center {
  margin-left: auto;
  margin-right: auto;
  width: 83.6749633968vw;
}
@media screen and (max-width: 599px) {
  .p-cross_talk-figure--center {
    width: 100%;
  }
}
.p-cross_talk-figure--full {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

.p-entry__ttl {
  color: #fff;
}
.p-entry-index-btn1 {
  background: -webkit-gradient(linear, left top, right top, from(#119aef), to(#0bf4d0));
  background: -webkit-linear-gradient(left, #119aef 0%, #0bf4d0 100%);
  background: linear-gradient(90deg, #119aef 0%, #0bf4d0 100%);
  display: inline-block;
  font-size: 2rem;
  font-weight: 700;
  color: #fff;
  padding: 15px 60px 15px 40px;
  border-radius: 10px;
  min-width: 340px;
  position: relative;
  text-align: center;
  text-decoration: none;
}
.p-entry-index-btn1:hover {
  background: -webkit-gradient(linear, left top, right top, from(rgba(17, 154, 239, 0.8)), to(rgba(11, 244, 208, 0.8)));
  background: -webkit-linear-gradient(left, rgba(17, 154, 239, 0.8) 0%, rgba(11, 244, 208, 0.8) 100%);
  background: linear-gradient(90deg, rgba(17, 154, 239, 0.8) 0%, rgba(11, 244, 208, 0.8) 100%);
}
.p-entry-index-btn1::after {
  content: "";
  display: block;
  width: 10px;
  height: 20px;
  position: absolute;
  top: 50%;
  right: 20px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: url(../imgs/entry/index/btn_arrow.svg) no-repeat center;
}
.p-entry-index-btn2 {
  background: -webkit-gradient(linear, left top, right top, from(#1675d9), to(#0093ff));
  background: -webkit-linear-gradient(left, #1675d9 0%, #0093ff 100%);
  background: linear-gradient(90deg, #1675d9 0%, #0093ff 100%);
  display: inline-block;
  font-size: 2rem;
  font-weight: 700;
  color: #fff;
  padding: 15px 60px 15px 40px;
  border-radius: 10px;
  min-width: 340px;
  position: relative;
  text-align: center;
  text-decoration: none;
}
.p-entry-index-btn2:hover {
  background: -webkit-gradient(linear, left top, right top, from(rgba(22, 117, 217, 0.8)), to(rgba(0, 147, 255, 0.8)));
  background: -webkit-linear-gradient(left, rgba(22, 117, 217, 0.8) 0%, rgba(0, 147, 255, 0.8) 100%);
  background: linear-gradient(90deg, rgba(22, 117, 217, 0.8) 0%, rgba(0, 147, 255, 0.8) 100%);
}
@media screen and (max-width: 599px) {
  .p-entry-index-btn2 {
    min-width: 100%;
  }
}
.p-entry-index-btn2::after {
  content: "";
  display: block;
  width: 10px;
  height: 20px;
  position: absolute;
  top: 50%;
  right: 20px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: url(../imgs/entry/index/btn_arrow.svg) no-repeat center;
}
.p-entry-index__lead {
  text-align: center;
  font-weight: 700;
  font-size: 2.4rem;
}
@media screen and (max-width: 599px) {
  .p-entry-index__lead {
    font-size: 1.8rem;
  }
}
.p-entry-index-sec1 {
  padding: 30px 0 80px;
}
.p-entry-index-sec1__nav {
  text-align: center;
}
.p-entry-index-sec1__figure {
  max-width: 500px;
  margin: 0 auto 30px;
}
.p-entry-index-sec2 {
  padding: 30px 0 0;
}
.p-entry-index-sec2-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 30px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.p-entry-index-sec2-list__item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 35px 60px;
  border: 5px solid #035cab;
  background: rgba(201, 216, 229, 0.3);
}
@media screen and (max-width: 599px) {
  .p-entry-index-sec2-list__item {
    display: block;
    padding: 30px 20px;
  }
}
@media (max-width: 900px) and (orientation: landscape) {
  .p-entry-index-sec2-list__item {
    display: block;
    padding: 30px 20px;
  }
}
.p-entry-index-sec2-list__figure {
  width: 125px;
  margin-right: 30px;
}
@media screen and (max-width: 599px) {
  .p-entry-index-sec2-list__figure {
    width: 50%;
    margin: 0 auto 20px;
  }
}
@media (max-width: 900px) and (orientation: landscape) {
  .p-entry-index-sec2-list__figure {
    width: 30%;
    margin: 0 auto 20px;
  }
}
.p-entry-index-sec2-list__ttl {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-size: 4rem;
  font-weight: 700;
  color: #035cab;
}
@media screen and (max-width: 599px) {
  .p-entry-index-sec2-list__ttl {
    text-align: center;
    font-size: 2.8rem;
    margin-bottom: 30px;
  }
}
@media (max-width: 900px) and (orientation: landscape) {
  .p-entry-index-sec2-list__ttl {
    text-align: center;
    font-size: 2.8rem;
    margin-bottom: 30px;
  }
}
.p-entry-index-sec2-list__nav {
  width: 340px;
}
@media screen and (max-width: 599px) {
  .p-entry-index-sec2-list__nav {
    text-align: center;
    width: 100%;
  }
}
@media (max-width: 900px) and (orientation: landscape) {
  .p-entry-index-sec2-list__nav {
    text-align: center;
    width: 100%;
  }
}
.p-entry-form-flow {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.8rem;
  width: auto;
  margin: 0 0 50px;
  gap: 68px;
}
@media screen and (max-width: 599px) {
  .p-entry-form-flow {
    font-size: 1.2rem;
    gap: 2px;
  }
}
@media (max-width: 900px) and (orientation: landscape) {
  .p-entry-form-flow {
    font-size: 1.5rem;
    gap: 2px;
  }
}
.p-entry-form-flow__item {
  padding: 8px 0;
  text-align: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  line-height: 1;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 10px;
  color: #fff;
  background: #6f6c6c;
  font-weight: 700;
}
@media screen and (max-width: 599px) {
  .p-entry-form-flow__item {
    padding: 8px;
  }
}
.p-entry-form-flow__item span {
  position: relative;
  z-index: 2;
  white-space: nowrap;
}
.p-entry-form-flow__item::after {
  content: "";
  display: block;
  position: absolute;
  top: 3px;
  right: -44px;
  width: 20px;
  height: 26px;
  background: url(../imgs/entry/form/flow_arrow.svg) no-repeat center;
}
.p-entry-form-flow__item:last-child::after {
  display: none;
}
.p-entry-form-flow__item.current {
  color: #fff;
  background: #035cab;
}
.p-entry-form-flow__item--1 {
  margin-left: 20px;
}
@media screen and (max-width: 599px) {
  .p-entry-form-flow__item--1 {
    margin-left: 0;
  }
}
.p-entry-form-flow__item--3 {
  margin-right: 20px;
}
@media screen and (max-width: 599px) {
  .p-entry-form-flow__item--3 {
    margin-right: 0;
  }
}
.p-entry-form-lead {
  text-align: center;
  font-size: 1.8rem;
  margin-bottom: 50px;
}
@media screen and (max-width: 599px) {
  .p-entry-form-lead {
    font-size: 1.5rem;
    text-align: left;
    margin-bottom: 30px;
  }
}
.p-entry-form-form label:hover {
  text-decoration: underline;
  cursor: pointer;
}
.p-entry-form-form dl {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 77px;
  padding: 30px 0;
  border-bottom: 1px dashed rgba(112, 112, 112, 0.75);
}
@media screen and (max-width: 599px) {
  .p-entry-form-form dl {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 25px 0;
    gap: 15px;
    font-size: 1.4rem;
  }
}
.p-entry-form-form dl:first-child {
  border-top: 1px dashed rgba(112, 112, 112, 0.75);
}
.p-entry-form-form dl.is-noborder {
  border-bottom: none;
  padding-bottom: 0;
}
.p-entry-form-form dt,
.p-entry-form-form dd {
  line-height: 1.5;
}
.p-entry-form-form dt {
  position: relative;
  width: 255px;
  padding-left: 25px;
  white-space: nowrap;
}
@media screen and (max-width: 599px) {
  .p-entry-form-form dt {
    width: 100%;
    padding: 0 5px;
    font-weight: 700;
  }
}
.p-entry-form-form dt p {
  font-size: 1.4rem;
  margin-top: 10px;
}
@media screen and (max-width: 599px) {
  .p-entry-form-form dt p {
    font-size: 1.2rem;
  }
}
.p-entry-form-form dt p:last-child {
  margin-bottom: 0;
}
.p-entry-form-form dd {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  position: relative;
}
@media screen and (max-width: 599px) {
  .p-entry-form-form dd {
    padding: 0 5px;
    width: 100%;
  }
}
.p-entry-form-form dd .address {
  max-width: none;
}
.p-entry-form-form dd .note {
  margin-bottom: 10px;
  font-size: 1.4rem;
}
@media screen and (max-width: 599px) {
  .p-entry-form-form dd .note {
    font-size: 1.1rem;
  }
}
.p-entry-form-form dd.layout {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 67px;
}
@media screen and (max-width: 599px) {
  .p-entry-form-form dd.layout {
    gap: 10px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
.p-entry-form-form dd.layout div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  position: relative;
}
@media screen and (max-width: 599px) {
  .p-entry-form-form dd.layout div {
    gap: 5px;
  }
}
.p-entry-form-form dd.layout div.ml {
  margin-left: -1.7em;
}
@media screen and (max-width: 599px) {
  .p-entry-form-form dd.layout div.ml {
    margin-left: 0;
  }
}
.p-entry-form-form dd.layout div span {
  font-weight: 400;
}
.p-entry-form-form dd.layout div input {
  max-width: 290px;
}
.p-entry-form-form dd.layout div .note {
  position: absolute;
  left: 0;
  bottom: -30px;
  font-size: 1.2rem;
}
.p-entry-form-form dd.layout--birth {
  gap: 20px;
}
@media screen and (max-width: 599px) {
  .p-entry-form-form dd.layout--birth {
    gap: 10px;
  }
}
@media screen and (max-width: 599px) {
  .p-entry-form-form dd.layout--birth div {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}
.p-entry-form-form dd.layout--birth input {
  width: 110px;
}
.p-entry-form-form dd.layout--birth select {
  min-width: 110px;
}
@media screen and (max-width: 599px) {
  .p-entry-form-form dd.layout--birth select {
    min-width: 0;
  }
}
.p-entry-form-form dd.layout--gender {
  gap: 30px;
}
.p-entry-form-form dd.layout--gender div {
  gap: 7px;
  position: static;
}
.p-entry-form-form .required {
  display: inline-block;
  background: #fd3506;
  color: #fff;
  font-size: 1.3rem;
  border-radius: 4px;
  padding: 2px 7px;
  line-height: 1;
  font-weight: 300;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  right: 0;
}
@media screen and (max-width: 599px) {
  .p-entry-form-form .required {
    right: 10px;
    font-size: 1.2rem;
  }
}
.p-entry-form-foot {
  padding: 30px;
  max-width: 670px;
  margin: 0 auto;
}
@media screen and (max-width: 599px) {
  .p-entry-form-foot {
    padding: 15px 0;
    max-width: none;
  }
}
@media screen and (max-width: 599px) {
  .p-entry-form-foot__p1 {
    font-size: 1.4rem;
  }
}
.p-entry-form-foot__p2 {
  text-align: center;
  margin-bottom: 70px;
  position: relative;
}
@media screen and (max-width: 599px) {
  .p-entry-form-foot__p2 {
    font-size: 1.3rem;
  }
}
.p-entry-form-foot__p3 {
  text-align: center;
  margin-bottom: 30px;
}
@media screen and (max-width: 599px) {
  .p-entry-form-foot__p3 {
    font-size: 1.3rem;
  }
}
.p-entry-form-foot__nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 30px;
}
.p-entry-form-foot__nav--confirm {
  padding-top: 50px;
}
.p-entry-form-terms {
  height: 220px;
  padding: 20px;
  overflow: auto;
  border: 1px solid #707070;
  border-radius: 4px;
  line-height: 1.5;
  margin-bottom: 30px;
}
@media screen and (max-width: 599px) {
  .p-entry-form-terms {
    padding: 15px;
  }
}
.p-entry-form-terms h3 {
  font-weight: bold;
  margin-bottom: 10px;
  font-size: 1.4rem;
  text-indent: -0.5em;
}
.p-entry-form-terms h4 {
  margin-bottom: 10px;
  padding-left: 1.1em;
  text-indent: -1.1em;
  font-size: 1.4rem;
}
.p-entry-form-terms p {
  margin-bottom: 10px;
  font-size: 1.4rem;
  padding-left: 1em;
}
.p-entry-form-terms p:last-child {
  margin-bottom: 0;
}
.p-entry-form-terms ul {
  margin-bottom: 10px;
  padding-left: 0.5em;
}
.p-entry-form-terms li {
  font-size: 1.4rem;
  margin-bottom: 5px;
}
.p-entry-thanks {
  text-align: center;
}
.p-entry-thanks__ttl {
  font-size: 2.8rem;
  margin-bottom: 50px;
}
.p-entry-thanks__p1 {
  font-size: 1.8rem;
  margin-bottom: 30px;
}
.p-entry-thanks__p2 {
  font-size: 1.8rem;
  margin-bottom: 50px;
}

/* Utility *//*# sourceMappingURL=style.css.map */