@charset "UTF-8";

/* ブラウザの初期値をリセット */

@import url(https://fonts.googleapis.com/earlyaccess/notosansjp.css);
@import url('https://fonts.googleapis.com/css2?family=Barlow:wght@600&family=Noto+Sans+JP:wght@700&display=swap');
body {
  margin: 0;
  font-family: 'Noto Sans JP', sans-serif;
  color: #333;
}

ul {
  padding: 0;
  margin: 0;
}

li {
  list-style: none;
}

a {
  color: #000;
  text-decoration: none;
}

h1, h2, h3, h4, h5 {
  margin: 0;
}

p {
  font-weight: 400;
  line-height: 1.5em;
}


/* ここまでブラウザの初期値をリセット */

main {
  overflow-x: hidden !important;
}

.sp {
  display: none;
}

@media (max-width:600px) {
  .sp {
    display: block;
  }
  .pc {
    display: none;
  }
}


/*Header*/

header {
  width: 100vw;
  margin: 0 calc(50% - 50vw);
  height: 100px;
  overflow: hidden;
  position: fixed;
  top: 0;
  z-index: 999;
  background: #fff;
}

.header-inner {
  display: flex;
  flex-wrap: wrap;
  padding: 0px;
}

.recruit-logo {
  width: 22.5%;
  display: flex;
}

.recruit-logo img {
  max-width: 120px;
  padding: 20px;
  margin-top: 5px;
}

.recruit-head-btn {
  display: block;
  margin-top: 35px;
  background: #0033cc;
  font-size: 13px;
  color: #fff;
  font-weight: bold;
  max-width: 120px;
  width: 100%;
  text-align: center;
  height: 20px;
  padding: 5px;
  border-radius: 30px;
}

.recruit-nav {
  width: 77.5%;
  position: relative;
}

.recruit-nav ul {
  position: absolute;
  right: 0;
  top: 15px;
  display: flex;
  flex-wrap: wrap;
}

.recruit-nav ul a {
  color: #333;
  margin: 25px;
  font-weight: bold;
  position: relative;
  text-align: center;
}

.recruit-nav ul .head-entry {
  background: #000;
  margin-right: 0;
  margin-left: 20px;
  height: 100px;
  position: relative;
  margin-top: -15px;
  color: #fff;
  width: 60px;
}

.recruit-nav ul .head-top {
  background: #0033CC;
  margin-right: 0;
  margin-left: 0;
  height: 100px;
  position: relative;
  margin-top: -15px;
  color: #fff;
  width: 140px;
}

.recruit-nav ul a:hover {
  opacity: 0.7;
  color: #0033CC;
}

.recruit-nav ul a:hover.head-entry li, .recruit-nav ul a:hover.head-top li {
  color: #fff;
}

.head-entry, .head-top li {
  padding: 40px;
  text-align: center;
}

.head-entry:hover, .head-top:hover {
  opacity: 0.7;
}

.sp-recruit-menu {
  display: none;
}

@media (max-width:1200px) {
  .recruit-nav ul a {
    font-size: 14px;
  }
  .head-entry, .head-top li {
    padding: 40px 30px;
  }
  .recruit-nav ul .head-top {
    width: 110px;
  }
}

@media (max-width:1100px) {
  .recruit-logo img {
    max-width: 90px;
    margin-top: 12.5px;
  }
}

@media (max-width:999px) {
  .pc-recruit-menu {
    display: none;
  }
  .recruit-logo {
    width: 80%;
  }
  .sp-recruit-menu {
    display: block;
  }
  .recruit-logo img {
    margin-top: 0px;
  }
  .recruit-head-btn {
    margin-top: 25px;
  }
  /*SP　Menu*/
  header {
    height: 80px;
    overflow: visible;
  }
  .recruit-header {
    display: none;
  }
  .sp-menu-logo {
    position: absolute;
    top: 0px;
  }
  .menu-wrapper {
    position: fixed;
    right: 0;
    background: #0033cc;
    top: 0;
    width: 80px;
    height: 80px;
  }
  .btn {
    width: 100%;
    display: block;
    width: 80px;
    height: 40px;
    position: absolute;
    right: 0;
    top: 20px;
    z-index: 999;
    /*追記：いつも一番上*/
    cursor: pointer;
  }
  .btn:hover {
    opacity: 0.7;
  }
  .bar {
    width: 30px;
    height: 2px;
    display: block;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    background-color: #fff;
    cursor: pointer;
  }
  .bar-top {
    top: 10px;
  }
  .bar-middle {
    top: 50%;
    transform: translate(-50%, -50%);
  }
  .bar-bottom {
    bottom: 10px;
  }
  .btn.close .bar {
    background-color: #0033cc;
  }
  .btn.close .bar-top {
    transform: translate(-50%, 10px) rotate(45deg);
    transition: transform .3s;
  }
  .btn.close .bar-middle {
    opacity: 0;
    transition: opacity .3s;
  }
  .btn.close .bar-bottom {
    transform: translate(-50%, -8px) rotate(-45deg);
    transition: transform .3s;
  }
  .menu-lists {
    display: none;
    background: linear-gradient(0deg, #fafafa, #fff);
    width: 100vw;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    padding-top: 50px;
    text-align: center;
  }
  .menu-nav-wrap {
    width: 100%;
    max-width: 1024px;
    display: block;
    margin: auto;
    padding: 60px 20px;
    padding-top: 0px;
    position: absolute;
    top: 55%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    display: flex;
    flex-wrap: wrap;
  }
  .menu-nav {
    width: 29.2%;
    margin: 0px 2%;
    text-align: left;
  }
  .menu-nav span {
    font-size: 14px;
    letter-spacing: 1px;
    position: relative;
    top: -4px;
    left: 5px;
    font-weight: 400;
  }
  .menu-nav.first {
    margin-right: 0px;
    width: 100%;
  }
  .menu-nav.first a {
    border-bottom: none;
  }
  .menu-nav li a {
    padding-left: 1.75em;
  }
  .menu-nav a {
    color: #fff;
    display: block;
    margin-top: 1em;
    position: relative;
    padding-left: 1em;
    padding-bottom: 15px;
    border-bottom: 1px solid #fff;
  }
  .menu-nav a:hover {
    opacity: 1;
    color: #ff0;
  }
  .menu-nav a:before {
    content: "▶︎";
    color: #fff;
    font-size: 10px;
    position: absolute;
    left: 0;
    top: 5px;
  }
  .menu-nav a:hover:before {
    left: 6.5px;
    transition: 0.35s;
    color: #ff0;
  }
  .menu-ttl {
    font-weight: bold;
    font-family: 'Barlow', sans-serif;
    font-size: 28px;
  }
  .menu-nav .menu-ttl:before {
    top: 10px;
  }
  .menu-nav-wrap hr {
    width: 100%;
    max-width: 100%;
    display: block;
    background: #fff;
    border: none;
    height: 0.75px;
    margin-top: 3em;
    margin-bottom: 1em;
  }
  .menu-foot {
    width: 100%;
    text-align: left;
    color: #fff;
  }
  .menu-foot-ttl {
    font-weight: bold;
    font-size: 18px;
  }
  .menu-address {
    font-weight: 400;
    font-size: 14px;
  }
  .menu-foot-right {
    text-align: right;
    margin-top: -4em;
  }
  .menu-foot-right span {
    display: block;
    margin-bottom: 0.5em;
  }
  .menu-foot-right a {
    color: #fff;
    text-decoration: underline;
  }
  .menu-tel {
    font-size: 24px;
    font-weight: bold;
    letter-spacing: 2px;
  }
  .menu-tel-big {
    font-size: 40px;
  }
  .menu-privacy a:hover {
    opacity: 1;
    color: #ff0;
  }
}

@media (max-width:600px) {
  header {
    height: 60px;
  }
  .recruit-head-btn {
    margin-top: 17.5px;
    font-size: 11px;
  }
  .recruit-logo img {
    padding: 12.5px 10px;
  }
}

@media (max-width:999px) {
  .menu-lists .pc {
    display: none;
  }
  .menu-lists .sp {
    display: block;
  }
}


/*==ナビゲーション全体の設定*/

nav {
  background: #333;
  color: #fff;
  text-align: left;
}


/*ナビゲーションを横並びに*/

nav ul {
  list-style: none;
  display: flex;
  justify-content: center;
}


/*2階層目以降は横並びにしない*/

nav ul ul {
  display: block;
}


/*下の階層のulや矢印の基点にするためliにrelativeを指定*/

nav ul li {
  position: relative;
  text-align: center;
}

.menu-ttl {
  font-size: 18px;
  padding: 1em 0px;
}

.menu-ttl span {
  font-size: 16px;
}


/*ナビゲーションのリンク設定*/

nav ul li a {
  display: block;
  text-decoration: none;
  color: #000;
  padding: 15px 50px;
  font-size: 20px;
  width: 80%;
  position: relative;
  margin: auto;
}

nav ul li a:hover {
  color: #333;
}


/*==矢印の設定*/


/*2階層目を持つliの矢印の設定*/

.has-child .menu-ttl::before {
  content: '';
  position: absolute;
  right: 15px;
  top: 22.5px;
  width: 6px;
  height: 6px;
  border-top: 2px solid #999;
  border-right: 2px solid #999;
  transform: rotate(135deg);
}


/*== 2・3階層目の共通設定 */


/*下の階層を持っているulの指定*/

nav li.has-child ul {
  /*絶対配置で位置を指定*/
  position: absolute;
  left: 0;
  top: 62px;
  z-index: 4;
  /*形状を指定*/
  width: 100%;
  /*はじめは非表示*/
  visibility: hidden;
  opacity: 0;
  /*アニメーション設定*/
  transition: all .3s;
}


/*hoverしたら表示*/

nav li.has-child:hover>ul, nav li.has-child ul li:hover>ul, nav li.has-child:active>ul, nav li.has-child ul li:active>ul {
  visibility: visible;
  opacity: 1;
}


/*ナビゲーションaタグの形状*/

nav li.has-child ul li a {
  color: #fff;
  border-bottom: solid 1px rgba(255, 255, 255, 0.6);
  font-size: 16px;
  font-weight: bold;
}

nav li.has-child ul li:last-child a {
  border-bottom: none;
}

nav li.has-child ul li a:hover, nav li.has-child ul li a:active {
  background: #3577CA;
}

nav li.has-child ul, nav li.has-child ul ul {
  position: relative;
  left: 0;
  top: 0;
  width: 100%;
  visibility: visible;
  /*JSで制御するため一旦表示*/
  opacity: 1;
  /*JSで制御するため一旦表示*/
  display: none;
  /*JSのslidetoggleで表示させるため非表示に*/
  transition: none;
  /*JSで制御するためCSSのアニメーションを切る*/
}

nav ul li a {
  border-bottom: 1px solid #ccc;
}


/*矢印の位置と向き*/

.has-child .menu-ttl::before {
  transform: rotate(135deg);
  right: 20px;
}

.has-child.active .menu-ttl::before {
  transform: rotate(-45deg);
  top: 27.5px;
}

.menu-lists {
  padding-top: 100px;
}

.menu-foot {
  width: 89%;
  margin: auto;
  margin-top: 30px;
}

.sp-header-inner {
  display: none;
}

@media (max-width:999px) {
  .top-header {
    background: #000;
  }
  .sp-header-inner {
    display: block;
    height: 80px;
    overflow: hidden;
  }
  .recruit-sp-entry a, .recruit-sp-top a {
    border-bottom: none;
    color: #fff;
    padding: 15px 0px;
    text-align: center;
    font-size: 16px;
  }
  .recruit-sp-entry, .recruit-sp-top {
    display: block;
    background: #0033cc;
    max-width: 300px;
    margin: auto;
    margin-top: 30px;
    border-radius: 100px;
  }
  .recruit-sp-entry {
    background: #000;
  }
}

@media (max-width:767px) {
  .menu-foot-right {
    margin-top: 1.5em;
    text-align: left;
  }
}

@media (max-width:600px) {
  .top-header {
    height: 60px;
  }
  .header-inner {
    padding: 0px;
  }
  .sp-header-inner {
    height: 60px;
  }
  .menu-wrapper {
    position: fixed;
    right: 0;
    background: #0033cc;
    top: 0;
    width: 60px;
    height: 60px;
  }
  .btn {
    width: 60px;
    top: 10px;
  }
  .menu-lists {
    padding-top: 80px;
  }
  .menu-ttl {
    font-size: 18px;
  }
  .menu-ttl span {
    font-size: 11px;
  }
  nav ul li {
    text-align: left;
  }
  nav ul li a {
    padding: 15px 0px;
    width: 92%;
  }
  nav li.has-child ul li a {
    font-size: 14px;
  }
  .menu-foot {
    width: 92%;
    margin-top: 10px;
  }
  .menu-foot-ttl {
    font-size: 16px;
  }
  .menu-foot-right a {
    font-size: 13px;
  }
  .menu-foot-right span {
    font-size: 12px;
  }
  .menu-tel {
    font-size: 16px;
  }
  .menu-tel-big {
    font-size: 28px;
  }
}


/*Footer*/

.recruit-footer {
  background: #f8f8f8;
}

.recruit-footer a {
  color: #333;
}

.recruit-footer .footer-right .footer-address {
  color: #333;
}

.foot-contact a {
  border: 1px solid #333;
}

.foot-contact a:hover {
  background: #333;
  color: #fff;
  transition: 0.25s;
}

.footer-left {
  color: #333;
}

.footer-right .menu-tel-big, .footer-right .menu-tel-big a {
  color: #333;
}


/*Nav Anim*/

.nav-anim {
  background: linear-gradient(currentColor 0 0) 0 100% /var(--d, 0) 2px no-repeat;
  transition: 0.25s;
}

.nav-anim:hover {
  --d: 100%;
  opacity: 0.7;
  cursor: pointer;
}


/*FV*/

.recruit-fv-sec {
  width: 100vw;
  margin: 0 calc(50% - 50vw);
  background: url("./img/recruit/recruit-fv.jpg");
  background-size: cover;
  position: relative;
  background-position: top;
  margin-top: 100px;
}

.recruit-fv-sec:before {
  content: '';
  background-color: rgba(0, 0, 0, .25);
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  height: auto;
  z-index: 0;
}

.recruit-fv-wrap {
  position: relative;
  height: 88vh;
  width: 100%;
}

@media (max-width:600px) {
  .recruit-fv-wrap {
    height: 82vh;
  }
}

.recruit-fv-txt {
  position: absolute;
  top: 50%;
  left: 50%;
  text-align: center;
  transform: translate(-50%, -50%) !important;
  width: 100%;
}

_::-webkit-full-page-media, _:future, :root .recruit-fv-txt {
  left: 0%;
}

.recruit-fv-txt span {
  display: inline-block;
  font-size: 2.4rem;
  font-weight: bold;
  color: #fff;
  padding-top: 15px;
  position: relative;
  padding: 0px 20px;
  margin: 10px 0px;
  z-index: 999;
}

@media (max-width:999px) {
  .recruit-fv-sec {
    margin-top: 80px;
  }
  .recruit-fv-wrap {
    height: 86vh;
  }
}

@media (max-width:600px) {
  .recruit-fv-sec {
    margin-top: 60px;
  }
  .recruit-fv-txt span {
    font-size: 28px;
    margin-bottom: -10px;
  }
}


/*FV Anim*/

.fade {
  font-weight: bold;
  animation-name: fadeup;
  animation-duration: 1s;
  animation-iteration-count: 1;
  animation-delay: 1.5s;
  opacity: 0;
  animation-fill-mode: forwards;
  -webkit-animation-fill-mode: forwards;
  -moz-animation-fill-mode: forwards;
  -ms-animation-fill-mode: forwards;
}

@keyframes fadeup {
  0% {
    opacity: 0;
    transform: translateY(0px);
    display: none;
  }
  25% {
    opacity: 0.25;
  }
  50% {
    opacity: 0.5;
    display: block;
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}


/*BODY Anim*/

.fade-body {
  font-weight: bold;
  animation-name: fadeup;
  animation-duration: 0.5s;
  animation-iteration-count: 1;
  animation-delay: 0.25s;
  opacity: 0;
  animation-fill-mode: forwards;
  -webkit-animation-fill-mode: forwards;
  -moz-animation-fill-mode: forwards;
  -ms-animation-fill-mode: forwards;
}

@keyframes fadeup {
  0% {
    opacity: 0;
    transform: translateY(0px);
    display: none;
  }
  25% {
    opacity: 0.25;
  }
  50% {
    opacity: 0.5;
    display: block;
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}


/*Recruit-first*/

.recruit-first-sec {
  padding: 230px 0px;
  width: 100vw;
  margin: 0 calc(50% - 50vw);
  background: url("./img/recruit/first-recruit-bg.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.circle-wrap {
  max-width: 720px;
  margin: auto;
  display: block;
  background: #FBFF9D;
  border-radius: 100%;
  min-height: 720px;
  position: relative;
  box-shadow: 0px 8px 10px rgb(0 0 0 / 30%);
}

.circle-wrap h2 {
  text-align: center;
  color: #000;
  position: absolute;
  top: 20%;
  left: 0;
  right: 0;
  margin: auto;
  font-size: 40px;
}

.circle-txt {
  position: absolute;
  top: 40%;
  left: 0;
  right: 0;
  margin: auto;
  width: 700px;
  text-align: center;
  color: #000;
}

.circle-txt p {
  line-height: 2em;
}

.circle-wrap a {
  position: absolute;
  bottom: 17.5%;
  left: 0;
  right: 0;
  margin: auto;
  width: 300px;
  padding: 10px;
  text-align: center;
  background: #000;
  border-radius: 100px;
  outline: 2px solid #333;
  outline-offset: 3px;
  font-size: 18px;
  letter-spacing: 1.5px;
  color: #fff;
  overflow: hidden;
}

.circle-wrap a:hover {
  background: #666;
  color: #fff;
  transition: 0.35s;
}


/*光るボタン*/

.btnshine::before {
  content: '';
  /*絶対配置でキラッと光るの位置を決める*/
  position: absolute;
  top: 0;
  left: -75%;
  /*キラッと光る形状*/
  width: 50%;
  height: 100%;
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
  transform: skewX(-25deg);
}


/*hoverした際の移動のアニメーション*/

.btnshine:hover::before {
  animation: shine 0.5s;
}

@keyframes shine {
  100% {
    left: 125%;
  }
}

.recruit-more-btn {
  display: block;
  margin: 0;
  width: 300px;
  padding: 10px;
  text-align: center;
  background: #135E8C;
  outline: 2px solid #135E8C;
  outline-offset: 3px;
  font-size: 18px;
  letter-spacing: 1.5px;
  color: #fff;
  overflow: hidden;
  position: relative;
}

@media (min-width:601px) {
  .recruit-more-btn:hover {
    background: #135E8C;
    color: #fff;
    transition: 0.4s;
    outline-color: #135E8C;
  }
}


/*光るボタン*/

.btnshine2::before {
  content: '';
  /*絶対配置でキラッと光るの位置を決める*/
  position: absolute;
  top: 0;
  left: -75%;
  /*キラッと光る形状*/
  width: 50%;
  height: 100%;
  background: linear-gradient(to right, #CFDDE6 0%, rgba(255, 255, 255, .3) 100%);
  transform: skewX(-25deg);
}

@media (min-width:601px) {
  /*hoverした際の移動のアニメーション*/
  .btnshine2:hover::before {
    animation: shine 0.5s;
  }
}

.entry-btn {
  outline-color: #E8A91B;
}

@media (minw-width:601px) {
  .entry-btn:hover {
    background: #E8A91B;
    outline-color: #E8A91B;
  }
}

.recruit-second-sec .top-flex-right {
  margin-top: 30px;
}

.recruit-second-sec .top-flex-right img {
  width: 99%;
}


/*Recruit-third*/

.recruit-third-sec {
  padding: 80px 0px;
  width: 100vw;
  margin: 0 calc(50% - 50vw);
  position: relative;
  overflow: hidden;
}

.circle1 {
  background: #E8F4FF;
  border-radius: 100%;
  width: 450px;
  height: 450px;
  position: absolute;
  right: -225px;
  top: 50px;
}

.circle2 {
  background: #E8F4FF;
  border-radius: 100%;
  width: 50px;
  height: 50px;
  position: absolute;
  right: 70px;
  top: 530px;
}

.circle3 {
  background: #E8F4FF;
  border-radius: 100%;
  width: 25px;
  height: 25px;
  position: absolute;
  right: 20px;
  top: 600px;
}

.circle4 {
  background: #FFFFB9;
  border-radius: 100%;
  width: 300px;
  height: 300px;
  position: absolute;
  left: -80px;
  top: 200px;
}

.circle5 {
  background: #DFFDF0;
  border-radius: 100%;
  width: 200px;
  height: 200px;
  position: absolute;
  left: 100px;
  bottom: 0;
}

.top-ttl-ja {
  font-weight: 400;
  color: #333;
}

.recruit-third-sec h2 {
  color: #333;
  font-weight: 400;
}

.interview-wrap {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  margin-top: 50px;
}

.interview-wrap a {
  width: 25%;
}

.interview-img {
  width: 250px;
  height: 400px;
  overflow: hidden;
}

.interview-img img {
  transition: .5s;
}

.interview-wrap a:hover img {
  transform: scale(1.1, 1.1);
  transition: 1s all;
  width: 250px;
  height: 400px;
  opacity: 0.6;
}

.interview-box img {
  width: 100%;
  object-fit: contain;
  display: block;
  margin-bottom: 10px;
}

.interview-box span {
  display: block;
  font-weight: 400;
  font-size: 15px;
}

.interview-txt {
  padding: 5px;
}

@media (max-width:999px) {
  .interview-wrap a {
    width: 50%;
    margin-bottom: 40px;
  }
  .interview-img {
    width: 300px;
    height: 480px;
  }
  .interview-wrap a:hover img {
    transform: inherit;
    transition: inherit;
    width: 100%;
    height: auto;
    opacity: 1;
  }
}

@media (max-width:600px) {
  .interview-wrap a {
    width: 48%;
    margin: 1%;
  }
  .interview-img {
    width: 100%;
    height: 300px;
  }
}


/*Recruit-fourth*/

.recruit-fourth-sec {
  padding: 50px 0px;
  position: relative;
  min-height: 700px;
}

.recruit-first-sec .top-flex-wrap {
  position: relative;
}

.recruit-fourth-sec h2 {
  color: #333;
  font-weight: bold;
}

.recruit-fourth-sec .top-flex-left {
  position: absolute;
  margin-top: 60px;
  display: block;
  height: auto;
  z-index: 999;
  max-width: 440px;
  min-height: 360px;
  border-radius: 20px;
}

.recruit-fourth-sec .top-flex-right {
  position: absolute;
  right: 0;
}

.recruit-fourth-sec .top-flex-right img {
  position: absolute;
  height: 300px;
  object-fit: cover;
  object-position: right;
  z-index: -1;
  top: 60px;
  border-radius: 20px;
}

.recruit-fourth-sec .top-flex-left h2 {
  margin-top: 20px;
}

.recruit-fourth-sec .top-flex-left .top-ttl-ja {
  margin-top: 10px;
  margin-bottom: 30px;
}

.recruit-fourth-sec .top-flex-left p {
  margin-top: 20px;
  margin-bottom: 50px;
}

@media (max-width:999px) {
  .recruit-fourth-sec {
    padding: 50px 10px;
    padding-top: 100px;
  }
  .recruit-fourth-sec .top-flex-right img {
    right: 20px;
    top: -50px;
    height: 250px;
  }
}

@media (max-width:600px) {
  .recruit-fourth-sec .top-flex-left {
    margin-top: 200px;
  }
  .recruit-fourth-sec .top-flex-right img {
    right: auto;
    left: 0;
  }
}


/*Recruit-Fifth*/

.recruit-fifth-sec {
  padding: 80px 0px;
  padding-bottom: 150px;
  width: 100vw;
  margin: 0 calc(50% - 50vw);
  background: #E8F4FF;
  position: relative;
}

.recruit-fifth-sec:before {
  content: "";
  background: url("./img/recruit/recruit-second-bg.png");
  background-size: cover;
  background-position: top;
  background-repeat: no-repeat;
  position: absolute;
  top: -100px;
  z-index: 10;
  width: 100vw;
  height: 100px;
}

.recruit-fifth-sec:after {
  content: "";
  background: url("./img/recruit/guideline-bg.png");
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  bottom: 0;
  left: 0;
  max-width: 1200px;
  height: 150px;
  width: 100%;
}

.recruit-fifth-sec .top-flex-wrap {
  margin-bottom: 80px;
}

.recruit-fifth-sec .top-flex-left a {
  width: 300px;
  display: block;
  margin-top: 2em;
  margin-left: 8px;
}

.recruit-fifth-sec .top-flex-left .top-ttl-ja {
  margin-top: 10px;
  margin-left: 4px;
}

.recruit-fifth-sec .top-flex-left p {
  margin-top: 50px;
  margin-bottom: 50px;
  margin-left: 4px;
}

.recruit-fifth-sec .top-flex-right img {
  width: 100%;
  object-fit: contain;
}

.recruit-fifth-sec .top-flex-right {
  margin-top: 90px;
}

@media (max-width:999px) {
  .recruit-fifth-sec {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .recruit-fifth-sec .top-flex-wrap {
    padding: 0px 10px;
    margin-bottom: 0px;
  }
  .recruit-fifth-sec .top-flex-right img {
    display: none;
  }
  .recruit-fifth-sec:after {
    height: 70px;
  }
}

@media (max-width:600px) {
  .recruit-more-btn {
    margin: auto;
    width: 91%;
  }
  .recruit-fifth-sec .top-flex-left a {
    margin: auto;
    margin-bottom: 30px;
    width: 91%;
  }
}


/*RECRUIT-CTA*/

.recruit-cta {
  width: 100vw;
  margin: 0 calc(50% - 50vw);
  background: url("./img/recruit/recruit-cta-bg.png");
  background-repeat: no-repeat;
  background-size: cover;
  padding: 100px 0px;
}

.recruit-cta-wrap {
  width: 100%;
  max-width: 800px;
  padding: 50px 20px;
  display: block;
  margin: auto;
  background: rgba(255, 255, 255, 0.8);
  border-radius: 10px;
  text-align: center;
  font-size: 16px;
  color: #333;
}

.recruit-cta-ttl {
  font-weight: bold;
  font-size: 32px;
  display: block;
  margin-bottom: 30px;
}

.recruit-cta-wrap p {
  font-weight: bold;
}

.recruit-cta-wrap a {
  width: 300px;
  display: block;
  text-align: center;
  background: #E8A91B;
  color: #fff;
  margin: auto;
  margin-top: 30px;
  padding: 15px;
  font-size: 22px;
  letter-spacing: 1.5px;
}

.recruit-cta-wrap a:hover {
  opacity: 0.8;
}

@media (max-width:600px) {
  .recruit-cta-wrap {
    padding: 50px 0px;
  }
  .recruit-cta-wrap {
    width: 95%;
  }
  .recruit-cta-ttl {
    font-size: 20px;
  }
  .recruit-cta-wrap p {
    font-size: 14px;
  }
  .recruit-cta {
    background-position: 20%;
  }
}


/*Recruit page common*/

.recruit-page-container {
  position: relative;
  width: 100vw;
  margin: 0 calc(50% - 50vw);
  background: #F2F2F2;
}

.recruit-page-sec {
  max-width: 1200px;
  margin: auto;
  margin-top: 200px;
  box-shadow: 0 0 3px 2px rgba(0, 0, 0, 0.1);
  border-radius: 20px;
  padding: 60px;
  margin-bottom: 80px;
  background: #fff;
  z-index: 10;
  position: relative;
}

.recruit-circle-sec {
  max-width: 1200px;
  margin: auto;
  width: 100%;
  position: relative;
}

.recruit-page-circle1 {
  position: absolute;
  width: 469px;
  height: 469px;
  background: #CFDDE6;
  position: absolute;
  border-radius: 100%;
  top: -250px;
  left: -400px;
}

.recruit-page-circle2 {
  position: absolute;
  width: 200px;
  height: 200px;
  background: #E1F0E9;
  position: absolute;
  border-radius: 100%;
  top: 30px;
  right: -150px;
}

.recruit-page-circle3 {
  position: absolute;
  width: 450px;
  height: 450px;
  background: #E8F4FF;
  position: absolute;
  border-radius: 100%;
  top: 400px;
  right: -200px;
}

.recruit-page-circle4 {
  position: absolute;
  width: 150px;
  height: 150px;
  background: #FFFFB9;
  position: absolute;
  border-radius: 100%;
  top: 800px;
  right: -100px;
}

.recruit-page-circle5 {
  position: absolute;
  width: 150px;
  height: 150px;
  background: #FFFFB9;
  position: absolute;
  border-radius: 100%;
  top: 600px;
  left: -100px;
}

.recruit-page-circle6 {
  position: absolute;
  width: 150px;
  height: 150px;
  background: #E8F4FF;
  position: absolute;
  border-radius: 100%;
  top: 800px;
  left: -80px;
}

@media (max-width:1240px) {
  .recruit-page-sec {
    padding: 60px 10px;
    width: 90%;
  }
}

@media (max-width:999px) {
  .recruit-page-sec {
    padding: 60px 10px;
    padding-top: 20px;
    width: 90%;
    margin-top: 100px;
  }
}


/*Staff interview page*/

.staff-wrap h2, .staff-wrap .top-ttl-ja {
  color: #135E8C;
}

.staff-wrap .staff-name-ja {
  font-size: 36px;
  display: inline-block;
  color: #135E8C;
  margin-top: 30px;
  font-weight: bold;
}

.staff-wrap .staff-name-en {
  font-size: 16px;
  color: #135E8C;
  margin-left: 1.5em;
  font-weight: bold;
}

.staff-wrap .staff-division {
  display: block;
  margin-top: 10px;
  font-weight: bold;
  font-size: 22px;
  color: #135E8C;
}

.staff-table {
  width: 100%;
  max-width: 380px;
  margin-top: 30px;
}

.staff-table tr {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 10px 0px;
  border-top: 1px solid #ccc;
}

.staff-table tr:last-child {
  border-bottom: 1px solid #ccc;
}

.staff-table td {
  width: 70px;
  margin: 0;
  text-align: left;
  font-weight: bold;
}

.staff-table th {
  width: 250px;
  margin-left: 2.5%;
  text-align: left;
  font-weight: 400;
}

.staff-wrap .top-flex-right img {
  max-width: 400px;
  width: 100%;
}

.staff-wrap .top-flex-right {
  margin-top: 20px;
}

.staff-interview {
  margin-top: 50px;
}

.staff-interview h2 {
  color: #135E8C;
  border-left: 5px solid #135E8C;
  padding-left: 10px;
  font-size: 28px;
  margin-top: 2.5em;
}

h2.staff-interview-center {
  border-left: 0px;
  padding: 0px;
  text-align: center;
  font-size: 36px;
  margin-top: 3em;
}

.staff-schedule.pc {
  max-width: 800px;
  width: 90%;
  display: block;
  margin: auto;
  margin-top: 40px;
  margin-bottom: 3em;
}

.staff-big-img {
  width: 100%;
  display: block;
  margin: auto;
  margin-bottom: 2em;
}

.staff-schedule.sp {
  display: none;
}

@media (max-width:600px) {
  .staff-wrap .staff-name-ja {
    font-size: 28px;
  }
  .staff-wrap .staff-name-en {
    font-size: 14px;
  }
  .staff-wrap .staff-division {
    font-size: 18px;
  }
  .staff-wrap .top-flex-right img {
    max-width: 400px;
    width: 100%;
    height: 400px;
    object-fit: cover;
    object-position: top;
  }
  .staff-interview h2 {
    font-size: 22px;
  }
  .staff-interview p {
    font-size: 14px;
  }
  .staff-schedule.pc {
    max-width: 350px;
    padding-right: 20px;
  }
  .staff-schedule.sp {
    display: block;
    max-width: 320px;
    margin: auto;
    margin-top: 30px;
    margin-left: 1em;
  }
  .staff-schedule.pc {
    display: none;
  }
}


/*guideline-page*/

.guideline-sec h2, .guideline-sec .top-ttl-ja {
  color: #135E8C;
}

.guideline-sec table {
  width: 100%;
}

.guideline-sec tr {
  display: flex;
  flex-wrap: wrap;
  padding: 30px;
  padding-left: 0px;
  border-bottom: 1px solid #707070;
}

.guideline-sec td {
  width: 20%;
  text-align: left;
  font-weight: bold;
  line-height: 1.8em
}

.guideline-sec th {
  width: 75%;
  font-weight: 400;
  text-align: left;
  line-height: 1.8em;
}


/* .red-txt{
       color:#ff0000;
    }*/

.guideline-sec hr {
  width: 50px;
  height: 6px;
  border: none;
  background: #135E8C;
  margin: 0px;
  margin-top: 100px;
  margin-bottom: 40px;
}

.guideline-sec h3 {
  margin-top: 0px;
  margin-bottom: 0.75em;
  color: #135E8C;
  font-size: 20px;
}

.step-box {
  display: flex;
  flex-wrap: wrap;
  margin-top: 80px;
  border: 1px solid #707070;
  padding: 40px 10px;
  padding-bottom: 10px;
  vertical-align: middle;
  min-height: 120px;
  position: relative;
}

.step-box:after {
  content: "";
  background: url("./img/recruit/step-arrow.png");
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  width: 30px;
  height: 50px;
  bottom: -30px;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 1;
}

.step-box:last-child:after {
  display: none;
}

.step-left {
  width: 12.5%;
  text-align: center;
  padding-top: 0.75em;
  position: relative;
}

.step-left::after {
  content: "";
  position: absolute;
  width: 1px;
  height: 125px;
  background: #333;
  right: -10px;
  top: -15px;
}

.step-center {
  width: 47.5%;
  min-height: 3em;
  font-size: 24px;
}

.step-center p {
  padding-left: 2em;
}

.step-right {
  width: 37.5%;
  text-align: right;
}

.step-box-three .step-right p {
  margin-top: 0.5em;
}

.step-en {
  display: block;
  font-weight: bold;
}

.step-num {
  font-size: 28px;
  display: block;
  font-weight: bold;
}

.entry-wrap {
  max-width: 800px;
  width: 100%;
  margin: auto;
  margin-top: 4em;
  margin-bottom: 3em;
  display: flex;
}

.entry-btn {
  width: 45%;
  background: #135E8C;
  color: #fff;
  text-align: center;
  padding: 20px;
  position: relative;
  display: block;
  margin: auto;
  margin: 2.5%;
  overflow: hidden;
}

.carrer-btn {
  width: 45%;
  background: #050D22;
  color: #fff;
  text-align: center;
  padding: 20px;
  position: relative;
  display: block;
  margin: auto;
  margin: 2.5%;
  overflow: hidden;
}

.entry-wrap a:after {
  content: "";
  background: url("./img/recruit/recruit-btn-arrow.png");
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  right: 20px;
  top: 20px;
  width: 25px;
  height: 25px;
}

.entry-wrap a:hover {
  opacity: 0.7;
}

@media (max-width:600px) {
  .guideline-sec hr {
    margin-top: 50px;
  }
  .step-box {
    margin-top: 60px;
  }
  .step-wrap .step-box:first-child {
    margin-top: 30px;
  }
  .step-left {
    padding-top: 0px;
    margin-top: -1em;
  }
  .step-left::after {
    height: 75px;
    top: -5px;
  }
  .step-center p {
    margin: 0px;
    padding-left: 1em;
  }
  .step-center {
    width: 87.5%;
    min-height: auto;
  }
  .step-right {
    width: 100%;
    text-align: left;
    margin-top: 0.5em;
  }
  .step-box {
    min-height: auto;
  }
  .guideline-sec table td {
    display: block;
    width: 100%;
  }
  .guideline-sec table th {
    display: block;
    width: 100%;
  }
  .guideline-sec tr {
    padding: 10px;
  }
  .entry-wrap {
    display: block;
  }
  .entry-wrap .entry-btn {
    width: 100%;
    display: block;
    max-width: 300px;
    margin: auto;
  }
  .entry-wrap .carrer-btn {
    width: 100%;
    display: block;
    max-width: 300px;
    margin: auto;
    margin-top: 30px;
  }
}


/*FAQ page*/

.faq-sec h2, .faq-sec .top-ttl-ja {
  color: #135E8C;
}

.faq-area h2 {
  color: #135E8C;
  margin-bottom: 1em;
  margin-top: 3em;
  border-bottom: 1px solid #135E8C;
  padding-bottom: 5px;
  font-size: 28px;
  display: block;
}

.acd-check {
  display: none;
}

.acd-label {
  /*background:linear-gradient(to right, #39A7E5 , #59c0ff);*/
  color: #333;
  display: block;
  margin-bottom: 0px;
  padding: 15px 20px;
  position: relative;
  font-weight: bold;
}

.acd-label:before {
  content: "Q.";
  font-size: 24px;
  color: #135E8C;
  font-weight: bold;
  padding-right: 10px;
}

.acd-label+.acd-content {
  transition: 0.1s;
}

.acd-content {
  height: 0;
  opacity: 0;
  padding: 0 10px;
  visibility: hidden;
  margin-bottom: 30px;
}

.acd-check:checked+.acd-label+.acd-content {
  height: auto;
  opacity: 1;
  padding: 20px;
  visibility: visible;
  transition: 0.125s;
}

.acd-check:checked+.acd-label {
  background: #f6f6f6;
}

.acd-label:after {
  content: "▼";
  position: absolute;
  right: 20px;
  bottom: 25px;
  width: 15px;
  height: 15px;
  background-size: contain;
  background-repeat: no-repeat;
  cursor: pointer;
}

.acd-check:checked+.acd-label:after {
  transform: rotate(180deg);
  bottom: 12.5px;
}

.answer {
  padding-left: 2em;
  text-indent: -2em;
  display: inline-block;
}

.answer:before {
  content: "A.";
  color: #E8A91B;
  font-weight: bold;
  font-size: 24px;
  padding-right: 10px;
}

#to-top {
  background: #000;
}

@media (max-width:600px) {
  .faq-area h2 {
    margin-top: 2em;
    font-size: 24px;
  }
  .acd-label, .acd-check:checked+.acd-label {
    padding: 15px;
    text-indent: -2.25em;
    padding-left: 2.65em;
  }
  .acd-check:checked+.acd-label+.acd-content {
    padding: 0px 8px;
  }
  .acd-label:after {
    right: -35px;
  }
  .acd-check:checked+.acd-label {
    background: none;
  }
  .acd-check:checked+.acd-label:after {
    transform: rotate(180deg);
    bottom: 15px;
    right: 37px;
    width: 0px;
  }
}


/*Entry*/

.recruit-page-container-entry {
  background: #fff !important;
}

form select {
  width: 170px !important;
  padding: 10px;
  background: #fff;
}

_::-webkit-full-page-media, _:future, :root form select {
  width: 170px !important;
}