@charset "UTF-8";
/*---------- reset ----------*/
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
legend,
input,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0;
}

address,
caption,
cite,
code,
dfn,
th,
var {
  font-style: normal;
  font-weight: normal;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section {
  margin: 0;
  display: block;
}

html {
  font-family: YuGothic, "Yu Gothic", "游ゴシック体", "游ゴシック", "メイリオ", Meiryo, "MS ゴシック", "MS Gothic", sans-serif;
  overflow-y: scroll;
  font-size: 62.5%;
  width: 100%;
  -webkit-text-size-adjust: 100%;
}

ol,
ul {
  list-style: none;
}

input[type=submit],
input[type=button],
input[type=reset] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  -moz-appearance: button;
       appearance: button;
  border: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  cursor: pointer;
}

input[type=submit]::-webkit-search-decoration,
input[type=button]::-webkit-search-decoration,
input[type=reset]::-webkit-search-decoration {
  display: none;
}

input[type=submit]::focus,
input[type=button]::focus,
input[type=reset]::focus {
  outline-offset: -2px;
}

/*--------------------*/
/*---------- base ----------*/
html {
  overflow-x: hidden;
  overflow-y: scroll;
  min-width: 320px;
}

body {
  font-family: "Noto Sans JP", YuGothic, "Yu Gothic", "游ゴシック体", "游ゴシック", "メイリオ", Meiryo, "MS ゴシック", "MS Gothic", sans-serif;
  color: #000;
  position: relative;
  font-size: 1.6rem;
  line-height: 1.5;
  letter-spacing: 0.08em;
  -webkit-font-feature-settings: "palt" 1;
  font-feature-settings: "palt" 1;
}
@media screen and (max-width: 768px) {
  body {
    font-size: 1.4rem;
  }
}

_:-ms-lang(x)::-ms-backdrop,
body {
  /*IE11のみに適用*/
  letter-spacing: 0.02em;
}

body.is-recruit,
body.is-training,
body.is-childcare {
  background: #f2f9ff;
}
body.is-recruit .l-main,
body.is-training .l-main,
body.is-childcare .l-main {
  padding-bottom: 80px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-style: normal;
  font-weight: normal;
}

strong {
  font-style: normal;
  font-weight: bolder;
}

em {
  font-style: normal;
  font-weight: 500;
}

q::before,
q::after {
  display: none;
}

fieldset {
  border: none;
}

hr {
  display: none;
}

.clear {
  clear: both;
}

.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0px;
  visibility: hidden;
}

.clearfix {
  min-height: 1px;
}

img {
  width: 100%;
  height: auto;
  vertical-align: top;
  border: 0;
  /*pointer-events: none;*/
}

a {
  color: #1d7885;
  background: transparent;
  text-decoration: none;
  outline-style: none;
}

@media screen and (min-width: 769px) {
  a:hover {
    color: #000000;
  }
  .hover a {
    opacity: 1;
    -webkit-transition: opacity 0.5s, color 0.5s;
    transition: opacity 0.5s, color 0.5s;
  }
  .hover a:hover {
    opacity: 0.6;
  }
}
a img {
  line-height: 0;
}

iframe {
  display: block;
}

button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

input[type=text],
textarea {
  background-color: #dcdddd;
  width: 100%;
}

.txt_r {
  text-align: right;
}

.txt_c {
  text-align: center;
}
@media screen and (max-width: 768px) {
  .txt_c {
    text-align: left;
  }
}

.small_txt {
  font-size: 80%;
}

.bld {
  font-weight: 500;
}

.bld_L {
  font-weight: 500;
  font-size: 120%;
}

.strike {
  text-decoration: line-through;
}

.important {
  color: #ff0000;
}

.sp_only {
  display: none;
}

.tab_only,
.tab_sp_only,
.se_only {
  display: none;
}

.package {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

em {
  color: #ff2200;
  font-weight: 500;
}

@media screen and (min-width: 768px) and (max-width: 1000px) {
  br.tab_only {
    display: inline;
  }
}
@media screen and (max-width: 1000px) {
  br.tab_sp_only {
    display: inline;
  }
}
@media screen and (max-width: 768px) {
  .sp_only {
    display: block;
  }
  br.sp_only {
    display: inline;
  }
  .pc_only {
    display: none !important;
  }
}
@media screen and (max-width: 400px) {
  br.se_only {
    display: inline;
  }
}
/*---------- btn ----------*/
.btn_more {
  max-width: 333px;
  width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .btn_more {
    max-width: 280px;
  }
}
.btn_more span {
  position: relative;
  z-index: 2;
}
.btn_more a, .btn_more.nolink {
  font-family: "Roboto", "Noto Sans JP", YuGothic, "Yu Gothic", "游ゴシック体", "游ゴシック", "メイリオ", Meiryo, "MS ゴシック", "MS Gothic", sans-serif;
  color: #0050c8;
  letter-spacing: 0.05em;
  line-height: 1.75;
  padding: 10px;
  font-weight: 600;
  text-decoration: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 50px;
  background-color: #fff;
  border: solid 2px #fff;
  border-radius: 999px;
  position: relative;
  overflow: hidden;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
@media screen and (max-width: 768px) {
  .btn_more a, .btn_more.nolink {
    font-size: 1.4rem;
    height: 40px;
  }
}
@media screen and (min-width: 769px) {
  .btn_more a:hover {
    color: #fff;
    background-color: #0d56a5;
    border-color: #0d56a5;
  }
}
@media screen and (min-width: 769px) {
  a:hover .btn_more.nolink {
    color: #fff;
    background-color: #0d56a5;
    border-color: #0d56a5;
  }
}
.btn_more a::before,
.btn_more a::after, a .btn_more.nolink::before, a .btn_more.nolink::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 16px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: background-color 0.5s;
  transition: background-color 0.5s;
}
.btn_more a::before, a .btn_more.nolink::before {
  width: 24px;
  height: 1px;
  background-color: #000;
}
.btn_more a::after, a .btn_more.nolink::after {
  width: 4px;
  height: 4px;
  background-color: #0d56a5;
  border-radius: 100%;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
@media screen and (min-width: 769px) {
  .btn_more a:hover::before,
  .btn_more a:hover::after, a:hover .btn_more.nolink::before, a:hover .btn_more.nolink::after {
    background-color: #fff;
  }
  .btn_more a:hover::after, a:hover .btn_more.nolink::after {
    right: 40px;
  }
}
.btn_more.border a {
  border-color: #0d56a5;
}

.btn_col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 24px 48px;
}
.btn_col .btn_more a {
  min-height: 80px;
}

.bnr_col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 24px 48px;
}

.bnr_mynav {
  width: 195px;
}

.bnr_careertasu {
  width: 160px;
}

/*=============================== レイアウト ================================*/
.l-wrap {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  overflow: hidden;
}

.l-mainvisual {
  width: 100%;
}

.l-main {
  position: relative;
  z-index: 2;
}

.l-container {
  width: 100%;
}

.l-section {
  position: relative;
  width: 100%;
  z-index: 1;
}

/*=============================== header ================================*/
.header {
  width: 100%;
  background-color: #fff;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 101;
}
.header_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 auto;
  height: 80px;
  padding: 0 0 0 25px;
  position: relative;
}
@media screen and (max-width: 1150px) {
  .header_inner {
    padding-left: 15px;
  }
}
@media screen and (max-width: 768px) {
  .header_inner {
    height: 48px;
    padding-left: 5px;
  }
}

/*---------- ロゴ ----------*/
.header_logo {
  width: 250px;
}
@media screen and (max-width: 1150px) {
  .header_logo {
    width: 170px;
  }
}
@media screen and (max-width: 1000px) {
  .header_logo {
    width: 143px;
  }
}
.header_logo a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header_logo .recruiting_label {
  font-family: "Roboto", "Noto Sans JP", YuGothic, "Yu Gothic", "游ゴシック体", "游ゴシック", "メイリオ", Meiryo, "MS ゴシック", "MS Gothic", sans-serif;
  font-size: 1.7rem;
  color: #000;
  font-weight: 600;
  white-space: nowrap;
}
@media screen and (max-width: 1150px) {
  .header_logo .recruiting_label {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 1000px) {
  .header_logo .recruiting_label {
    font-size: 1.1rem;
    letter-spacing: 0.02em;
  }
}

/*=============================== メインビジュアル ===============================*/
.kv {
  position: relative;
  z-index: 2;
  margin-top: 80px;
  height: 50vw;
}
@media screen and (max-width: 768px) {
  .kv {
    margin-top: 48px;
  }
}
@media screen and (max-width: 1000px) {
  .is-home .kv {
    height: 500px;
  }
}
@media screen and (max-width: 768px) {
  .is-home .kv {
    margin-top: 48px;
    height: calc(100vh - 48px - 48px);
  }
}
@media screen and (max-width: 600px) {
  .is-home .kv {
    height: auto;
    padding-top: 152.5%;
  }
}
body:not(.is-home) .kv {
  height: 350px;
}
@media screen and (max-width: 768px) {
  body:not(.is-home) .kv {
    height: 105px;
  }
}
body.is-about .kv {
  height: 164px;
  background: #005bab;
  background: -webkit-gradient(linear, left top, left bottom, from(rgb(0, 91, 171)), to(rgb(0, 139, 213)));
  background: linear-gradient(180deg, rgb(0, 91, 171) 0%, rgb(0, 139, 213) 100%);
}
body.is-recruit .kv {
  height: 250px;
  background: url(/images/recruit/kv-recruit.webp) no-repeat center center/cover;
}
body.is-recruit .kv::after {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(203, 229, 252, 0.8)), color-stop(38.46%, rgba(155, 180, 201, 0.8)));
  background: linear-gradient(180deg, rgba(203, 229, 252, 0.8) 0%, rgba(155, 180, 201, 0.8) 38.46%);
  mix-blend-mode: multiply;
}
body.is-training .kv {
  height: 250px;
  background: url(/images/recruit/kv-training.webp) no-repeat center center/cover;
}
body.is-training .kv::after {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(203, 229, 252, 0.8)), color-stop(38.46%, rgba(155, 180, 201, 0.8)));
  background: linear-gradient(180deg, rgba(203, 229, 252, 0.8) 0%, rgba(155, 180, 201, 0.8) 38.46%);
  mix-blend-mode: multiply;
}
body.is-childcare .kv {
  height: 250px;
  background: url(/images/recruit/kv-childcare.webp) no-repeat center center/cover;
}
body.is-childcare .kv::after {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(203, 229, 252, 0.8)), color-stop(38.46%, rgba(155, 180, 201, 0.8)));
  background: linear-gradient(180deg, rgba(203, 229, 252, 0.8) 0%, rgba(155, 180, 201, 0.8) 38.46%);
  mix-blend-mode: multiply;
}
body.is-internship .kv {
  height: 250px;
  background: url(/images/recruit/kv-internship.webp) no-repeat center center/cover;
}
body.is-internship .kv::after {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(203, 229, 252, 0.8)), color-stop(38.46%, rgba(155, 180, 201, 0.8)));
  background: linear-gradient(180deg, rgba(203, 229, 252, 0.8) 0%, rgba(155, 180, 201, 0.8) 38.46%);
  mix-blend-mode: multiply;
}
body.is-interview-index .kv {
  height: 250px;
  background-image: url("../images/interview/bg_slide_interview.webp");
  background-repeat: no-repeat;
  background-position: center 0;
  background-size: cover;
}
body.is-interview .kv {
  height: 576px;
  background-color: #ccc;
  background-repeat: no-repeat;
  background-position: center 0;
  background-size: cover;
}
@media screen and (max-width: 768px) {
  body.is-interview .kv {
    height: auto;
  }
}
@media screen and (max-width: 375px) {
  body.is-interview .kv {
    height: 757px;
  }
}
body.interview01 .kv {
  background-image: url("../images/interview/01/bg_slide_interview01.webp");
}
@media screen and (max-width: 768px) {
  body.interview01 .kv {
    background: none;
  }
}
body.interview02 .kv {
  background-image: url("../images/interview/02/bg_slide_interview02.webp");
}
@media screen and (max-width: 768px) {
  body.interview02 .kv {
    background: none;
  }
}
body.interview03 .kv {
  background-image: url("../images/interview/03/bg_slide_interview03.webp");
}
@media screen and (max-width: 768px) {
  body.interview03 .kv {
    background: none;
  }
}
body.greeting .kv {
  background-image: url("../images/greeting/bg_slide_greeting.webp");
}
@media screen and (max-width: 768px) {
  body.greeting .kv {
    background: none;
  }
}

/*----- KV CONTENTS -----*/
.kv_contents {
  position: absolute;
  left: 0;
  top: 0;
  overflow: hidden;
  width: 100%;
  height: 100%;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .is-home .kv_contents {
    padding-top: 0;
    height: 100%;
    border-radius: 0 15px 15px 0;
  }
}
.kv_contents_inner {
  width: 100%;
  height: 100%;
}
body:not(.is-home) .kv_contents_inner {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
body.is-interview .kv_contents_inner {
  display: block;
}

.scroll_down {
  width: 150px;
  height: 150px;
  position: absolute;
  right: 30px;
  bottom: 30px;
}
@media screen and (max-width: 768px) {
  .scroll_down {
    width: 80px;
    height: 80px;
  }
}
.scroll_down a {
  font-family: "Roboto", "Noto Sans JP", YuGothic, "Yu Gothic", "游ゴシック体", "游ゴシック", "メイリオ", Meiryo, "MS ゴシック", "MS Gothic", sans-serif;
  color: #0d56a5;
  font-size: 3rem;
  font-weight: 700;
  letter-spacing: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 100%;
  background-color: #fbed21;
  border-radius: 100%;
  position: relative;
  padding-bottom: 8px;
  -webkit-box-shadow: 0 0 10px rgba(0, 70, 171, 0.4);
          box-shadow: 0 0 10px rgba(0, 70, 171, 0.4);
}
@media screen and (max-width: 768px) {
  .scroll_down a {
    font-size: 1.7rem;
  }
}
.scroll_down a::before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  border-bottom: solid 4px #0d56a5;
  border-right: solid 4px #0d56a5;
  position: absolute;
  left: 50%;
  bottom: 35px;
  -webkit-transform: rotate(45deg) translateX(-50%);
          transform: rotate(45deg) translateX(-50%);
}
@media screen and (max-width: 768px) {
  .scroll_down a::before {
    width: 10px;
    height: 10px;
    bottom: 20px;
    border-bottom-width: 2px;
    border-right-width: 2px;
  }
}

.interview_heading {
  color: #fff;
  text-align: center;
  background-color: rgba(0, 91, 170, 0.8);
  background-image: url("../images/interview_heading_bg.svg");
  background-repeat: repeat-x;
  background-position: center bottom;
  background-size: auto 45px;
  width: 38.8%;
  height: 100%;
  min-width: 500px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
@media screen and (max-width: 1000px) {
  .interview_heading {
    width: 50%;
    min-width: 0;
  }
}
@media screen and (max-width: 768px) {
  .interview_heading {
    width: 100%;
    height: 387px;
    background-color: #337bbb;
  }
}
.interview_heading .interview_heading_label {
  color: #0d56a5;
  font-weight: 600;
  width: 175px;
  height: 75px;
  background-color: #fbed21;
  border-radius: 0 0 10px 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.interview_heading .interview_heading_label span {
  display: block;
}
.interview_heading .interview_heading_label .txt_en {
  font-size: 2.7rem;
  line-height: 1;
  margin-bottom: 5px;
}
.interview_heading .interview_heading_label .txt_jp {
  font-size: 1.4rem;
}
.interview_heading .page_ttl {
  margin-bottom: 38px;
}
@media screen and (max-width: 768px) {
  .interview_heading .page_ttl {
    margin-bottom: 23px;
  }
}
.interview_heading .page_ttl span {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
}
.interview_heading .page_ttl .num {
  font-family: "Roboto", "Noto Sans JP", YuGothic, "Yu Gothic", "游ゴシック体", "游ゴシック", "メイリオ", Meiryo, "MS ゴシック", "MS Gothic", sans-serif;
  font-size: 5rem;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.02em;
  margin-bottom: 5px;
}
@media screen and (max-width: 768px) {
  .interview_heading .page_ttl .num {
    margin-bottom: 15px;
  }
}
.interview_heading .page_ttl .label {
  font-size: 5rem;
  font-weight: 600;
  border-bottom: solid 2px #fbed21;
  padding-bottom: 5px;
}
@media screen and (max-width: 768px) {
  .interview_heading .page_ttl .label {
    font-size: 4rem;
  }
}
.interview_heading .name {
  font-size: 2.4rem;
  font-weight: 500;
  margin-bottom: 18px;
}
@media screen and (max-width: 768px) {
  .interview_heading .name {
    margin-bottom: 8px;
  }
}
.interview_heading .year {
  font-size: 1.6rem;
}
.interview_heading .greeting_title {
  font-size: 36px;
  font-weight: 700;
  max-width: 360px;
  text-align: start;
}
@media screen and (max-width: 768px) {
  .interview_heading .greeting_title {
    font-size: 24px;
  }
}
.interview_heading .greeting_name {
  margin-top: 24px;
  text-align: start;
  font-size: 24px;
}
.interview_heading .greeting_name span {
  font-size: 16px;
  display: block;
}
.interview_heading.is-greeting {
  background-image: none;
}

@media screen and (max-width: 768px) {
  .interview_heading_inner {
    padding-top: 18px;
  }
}

.interview_catch {
  font-size: 2.4rem;
  color: #0d56a5;
  line-height: 1;
  letter-spacing: 0.04em;
  font-weight: 600;
  position: absolute;
  right: 90px;
  bottom: 130px;
}
@media screen and (max-width: 1000px) {
  .interview_catch {
    right: 0;
  }
}
@media screen and (max-width: 768px) {
  .interview_catch {
    bottom: 20px;
  }
}
.interview_catch span {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  background-color: #fbed21;
  padding: 8px 12px;
}
.interview_catch span:first-child {
  margin-bottom: 10px;
  margin-left: auto;
}
.interview_catch span:first-child + span {
  padding-left: 26px;
}

.kv_interview_img {
  /*height: 370px;*/
  aspect-ratio: 75/74;
  margin-top: 387px;
}
@media screen and (max-width: 375px) {
  .kv_interview_img {
    aspect-ratio: auto;
    height: 370px;
  }
}

.kv_interview_img_item {
  height: 100%;
}
.kv_interview_img_item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

/*----- KV SLIDE -----*/
.kv_slide {
  position: relative;
  height: 100%;
  overflow: hidden;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .kv_slide {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
  }
}
body.is-interview .kv_slide {
  margin-top: 375px;
  height: 370px;
}

.kv_slide_inner {
  width: 100%;
  height: 100%;
}
.is-home .kv_slide_inner {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media screen and (max-width: 768px) {
  .is-home .kv_slide_inner {
    position: relative;
    top: 0;
    left: 0;
    -webkit-transform: none;
            transform: none;
  }
}

.kv_slide_body {
  height: 100%;
}

.kv_slide_item {
  height: 100%;
}
.is-home .kv_slide_item {
  position: relative;
}
.is-home .kv_slide_item a {
  display: block;
  height: 100%;
}
.is-home .kv_slide_item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.bx-wrapper,
.bx-viewport {
  width: 100% !important;
  height: 100% !important;
}

.page_ttl {
  text-align: center;
}
.page_ttl span {
  color: #fff;
  font-weight: 600;
  letter-spacing: 0.08em;
  display: block;
  line-height: 1.3;
}
.page_ttl .txt_en {
  font-size: 5rem;
}
@media screen and (max-width: 768px) {
  .page_ttl .txt_en {
    font-size: 3rem;
  }
}
.page_ttl .txt_jp {
  font-size: 2.7rem;
}
@media screen and (max-width: 768px) {
  .page_ttl .txt_jp {
    font-size: 1.8rem;
  }
}
.page_ttl .txt_internship {
  font-size: 3.6rem;
}

/*---------- GLOBAL NAV ----------*/
.gnav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

/*----- ENTRY NAV -----*/
.entry_nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 768px) {
  .entry_nav {
    position: fixed;
    width: 100%;
    left: 0;
    bottom: 0;
    background-color: #fff;
  }
}
.entry_nav dd {
  width: 75%;
}

.entry_nav_head {
  color: #0d56a5;
  font-weight: 600;
  line-height: 1.3;
  letter-spacing: 0.02em;
  padding-right: 30px;
}
@media screen and (max-width: 1150px) {
  .entry_nav_head {
    font-size: 1.4rem;
    padding-right: 15px;
  }
}
@media screen and (max-width: 1000px) {
  .entry_nav_head {
    font-size: 1.2rem;
    padding-right: 10px;
  }
}
@media screen and (max-width: 768px) {
  .entry_nav_head {
    font-size: 1.1rem;
    letter-spacing: 0;
    width: 25%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.entry_nav_body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 80px;
}
@media screen and (max-width: 768px) {
  .entry_nav_body {
    width: 100%;
    height: 48px;
  }
}

.entry_nav_item {
  height: 100%;
  border-left: solid 1px #0d56a5;
}
@media screen and (max-width: 768px) {
  .entry_nav_item {
    width: 33.3%;
  }
}
.entry_nav_item a {
  color: #0d56a5;
  font-weight: 600;
  line-height: 1.3;
  letter-spacing: 0.02em;
  white-space: nowrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
  padding-left: 30px;
  padding-right: 30px;
}
@media screen and (max-width: 1150px) {
  .entry_nav_item a {
    font-size: 1.4rem;
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media screen and (max-width: 1000px) {
  .entry_nav_item a {
    font-size: 1.2rem;
    text-align: center;
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media screen and (max-width: 768px) {
  .entry_nav_item a {
    font-size: 1.1rem;
    letter-spacing: 0;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

/*----- MAIN NAV -----*/
#mainNavToggle {
  width: 80px;
  height: 80px;
}
@media screen and (max-width: 768px) {
  #mainNavToggle {
    width: 48px;
    height: 48px;
  }
}

#mainNavOverWrap {
  position: fixed;
  top: 80px;
  right: 0;
  width: 100%;
  height: calc(100% - 80px);
  background-color: transparent;
  display: none;
  z-index: 102;
}
@media screen and (max-width: 768px) {
  #mainNavOverWrap {
    top: 48px;
    height: calc(100% - 48px);
  }
}

#switchBtnArea {
  width: 100%;
  z-index: 2;
  position: relative;
}

#switchBtn {
  top: 0;
  right: 0;
  width: 80px;
  height: 80px;
  display: block;
  background-color: #000;
  border: 0;
  padding: 0;
  position: absolute;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  #switchBtn {
    width: 48px;
    height: 48px;
  }
}

#switchBtnLine {
  width: 24px;
  height: 20px;
  position: relative;
  margin: 0 auto;
}

#switchBtn span {
  left: 0;
  width: 100%;
  height: 2px;
  display: block;
  position: absolute;
  background-color: #fff;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

#switchBtn span:nth-of-type(1) {
  top: 0px;
  -webkit-transform: rotate(0);
          transform: rotate(0);
}

#switchBtn span:nth-of-type(2) {
  top: 9px;
  -webkit-transform: scale(1);
          transform: scale(1);
}

#switchBtn span:nth-of-type(3) {
  bottom: 0px;
  -webkit-transform: rotate(0);
          transform: rotate(0);
}

#switchBtn.btnClose span:nth-of-type(1) {
  top: 9px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

#switchBtn.btnClose span:nth-of-type(2) {
  -webkit-transform: scale(0);
          transform: scale(0);
}

#switchBtn.btnClose span:nth-of-type(3) {
  bottom: 9px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

/*
#mainNavBg {
    position: fixed;
    top: 80px;
    right: 0;
    width: 375px;
    height: calc(100% - 80px);
    background: #003A6E;
    background: linear-gradient(180deg,rgba(0, 58, 110, 1) 0%, rgba(0, 82, 126, 1) 100%);
    mix-blend-mode: multiply;
    display: none;
    z-index: 102;

    @media screen and (max-width: $breakPointSp) {
        top: 48px;
        height: calc(100% - 48px);
    }
}*/
#mainNavWrap {
  display: none;
  position: fixed;
  z-index: 103;
  top: 80px;
  right: 0;
  width: 375px;
  overflow: auto;
}
@media screen and (max-width: 768px) {
  #mainNavWrap {
    top: 48px;
  }
}
#mainNavWrap > nav {
  height: 100%;
}

.main_nav {
  font-weight: 600;
  letter-spacing: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 30px;
     -moz-column-gap: 30px;
          column-gap: 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  height: 100%;
  padding: 30px 25px 28px;
  position: relative;
  background: #003a6e;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 58, 110, 0.9)), to(rgba(0, 82, 126, 0.9)));
  background: linear-gradient(180deg, rgba(0, 58, 110, 0.9) 0%, rgba(0, 82, 126, 0.9) 100%);
  /*
     &::before {
         content: "";
         display: block;
         background: #003A6E;
         background: linear-gradient(180deg,rgba(0, 58, 110, 1) 0%, rgba(0, 82, 126, 1) 100%);
         mix-blend-mode: multiply;
         position: absolute;
         top: 0;
         left: 0;
         width: 100%;
         height: 100%;
     }*/
}

.main_nav_body {
  width: 100%;
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
  border-left: solid 2px #fff;
  padding-left: 13px;
}
.main_nav_body:first-child {
  margin-bottom: 20px;
}

.main_nav_item {
  width: 100%;
  padding: 0;
  margin-bottom: 13px;
}
.main_nav_item:last-child {
  margin-bottom: 0;
}
.main_nav_item > a {
  color: #fff;
  white-space: nowrap;
  font-weight: 500;
  display: block;
  padding-left: 0;
  position: relative;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}
@media screen and (min-width: 1001px) {
  .main_nav_item > a:hover {
    opacity: 0.6;
  }
}
.main_nav_item .sub {
  margin-top: 13px;
  padding-left: 18px;
}
.main_nav_item .sub li {
  margin-bottom: 13px;
}
.main_nav_item .sub li:last-child {
  margin-bottom: 0;
}
.main_nav_item .sub a {
  color: #fff;
  font-weight: 400;
  display: block;
}

.nav_copyright {
  color: #fff;
  font-size: 1rem;
  font-weight: 400;
  margin-top: 30px;
}

/*=============================== footer ===============================*/
.footer {
  width: 100%;
  overflow: hidden;
  position: relative;
  background-color: #fff;
  z-index: 2;
  padding-top: 60px;
  padding-bottom: 70px;
}
@media screen and (max-width: 768px) {
  .footer {
    padding-top: 20px;
    padding-bottom: 68px;
  }
}
.footer .telto a {
  color: #333;
}

.footer_logo {
  max-width: 420px;
  margin: 0 auto 34px;
}
@media screen and (max-width: 768px) {
  .footer_logo {
    max-width: 280px;
    margin-bottom: 20px;
  }
}

/*---------- Footer Main ----------*/
.footer_main_inner {
  max-width: 1050px;
  padding: 0 25px 50px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .footer_main_inner {
    padding-bottom: 40px;
  }
}

@media screen and (max-width: 768px) {
  .footer_logo {
    width: 280px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
  }
}
.footer_logo a {
  display: block;
}

/*----- FOOTER BUTTON COLUMN -----*/
.footer_btn_column_body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 26px;
     -moz-column-gap: 26px;
          column-gap: 26px;
}
@media screen and (max-width: 1000px) {
  .footer_btn_column_body {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    grid-row-gap: 20px;
  }
}
.footer_btn_column_body li {
  width: 333px;
}
@media screen and (max-width: 1000px) {
  .footer_btn_column_body li {
    width: 100%;
  }
}

/*----- FOOTER NAV -----*/
.footer_nav {
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .footer_nav {
    margin-bottom: 6px;
  }
}

.footer_nav_body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-column-gap: 16px;
     -moz-column-gap: 16px;
          column-gap: 16px;
}

.footer_nav_item {
  position: relative;
}
.footer_nav_item a {
  font-size: 1.8rem;
  color: #0d56a5;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  .footer_nav_item a {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 400px) {
  .footer_nav_item a {
    font-size: 1.2rem;
    letter-spacing: 0;
  }
}
.footer_nav_item:first-child::before {
  content: "|";
  color: #0d56a5;
  display: block;
  position: absolute;
  left: 100%;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  margin-left: 5px;
}

/*----- Copyright -----*/
.copyright {
  color: #0d56a5;
  font-size: 1.4rem;
  letter-spacing: 0.1em;
  text-align: center;
  white-space: nowrap;
}
@media screen and (max-width: 768px) {
  .copyright {
    font-size: 1rem;
  }
}

/*================================ Slick Slider ===============================*/
.js-slide {
  opacity: 0;
  /*transition: 3s;*/
}

.slick-initialized {
  opacity: 1;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before,
.slick-track:after {
  display: table;
  content: "";
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

[dir=rtl] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/*=============================== レイアウト ================================*/
/*---------- 共通要素 ----------*/
.home_section_ttl {
  text-align: center;
  position: relative;
  margin-bottom: 48px;
}
@media screen and (max-width: 768px) {
  .home_section_ttl {
    margin-bottom: 30px;
  }
}
.home_section_ttl span {
  display: block;
}
.home_section_ttl .txt_en {
  font-family: "Roboto", "Noto Sans JP", YuGothic, "Yu Gothic", "游ゴシック体", "游ゴシック", "メイリオ", Meiryo, "MS ゴシック", "MS Gothic", sans-serif;
  font-weight: 600;
  letter-spacing: 0.02em;
  line-height: 1;
  color: #fff;
  font-size: 5rem;
}
@media screen and (max-width: 768px) {
  .home_section_ttl .txt_en {
    font-size: 3rem;
  }
}
.home_section_ttl .txt_jp {
  font-size: 2.7rem;
  color: #fff;
  font-weight: 600;
  line-height: 1.3;
  letter-spacing: 0.08em;
  margin-top: 11px;
}
@media screen and (max-width: 768px) {
  .home_section_ttl .txt_jp {
    font-size: 1.6rem;
  }
}

.inner {
  max-width: 1050px;
  margin: 0 auto;
  padding: 60px 15px 60px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .inner {
    padding-top: 35px;
    padding-bottom: 35px;
  }
}

/*=============================== ABOUT ================================*/
.home_about_contents .inner {
  padding: 45px 0 0;
}

.home_about_ttl {
  font-size: 2.4rem;
  line-height: 1.45;
  letter-spacing: 0.12em;
  color: #0482cd;
  font-weight: 600;
  text-align: center;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .home_about_ttl {
    font-size: 1.7rem;
  }
}

.home_about_lead {
  color: #0482cd;
  line-height: 1.8;
  width: 100%;
  max-width: 585px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  .home_about_lead {
    padding-left: 25px;
    padding-right: 25px;
    margin-bottom: 25px;
  }
}
@media screen and (max-width: 400px) {
  .home_about_lead {
    margin-bottom: 15px;
  }
}

.home_about_img {
  max-width: 1280px;
  height: 338px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 768px) {
  .home_about_img {
    height: 256px;
  }
}
@media screen and (max-width: 400px) {
  .home_about_img {
    height: 200px;
  }
}
.home_about_img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

/*=============================== INTERVIEW ================================*/
.home_interview_contents {
  background-color: #008bd5;
  background-image: url("../images/city_bg.webp");
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: 1396px auto;
  position: relative;
}
@media screen and (min-width: 1400px) {
  .home_interview_contents {
    background-size: 100% auto;
  }
}
@media screen and (max-width: 768px) {
  .home_interview_contents {
    background-color: #0286be;
    background-image: url("../images/city_bg_sp.webp");
    background-size: 768px auto;
  }
}
@media screen and (max-width: 520px) {
  .home_interview_contents {
    background-size: 504px auto;
  }
}
.home_interview_contents .inner {
  padding-top: 70px;
  padding-bottom: 160px;
}
@media screen and (max-width: 768px) {
  .home_interview_contents .inner {
    padding-top: 35px;
    padding-bottom: 86px;
  }
}
.home_interview_contents::before {
  content: "";
  display: block;
  width: 320px;
  height: 177px;
  position: absolute;
  left: calc(50% + 320px);
  bottom: 470px;
  background-image: url("../images/home/deco_interview.svg");
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: 100% 100%;
}
@media screen and (min-width: 1600px) {
  .home_interview_contents::before {
    width: 37.5vw;
    height: 20.7vw;
  }
}
@media screen and (min-width: 1280px) {
  .home_interview_contents::before {
    left: auto;
    right: 0;
    width: 25vw;
    height: 13.83vw;
  }
}
@media screen and (max-width: 1000px) {
  .home_interview_contents::before {
    left: auto;
    right: 0;
  }
}
@media screen and (max-width: 768px) {
  .home_interview_contents::before {
    width: 41.7vw;
  }
}
@media screen and (max-width: 350px) {
  .home_interview_contents::before {
    bottom: 490px;
  }
}

.home_interview_list {
  width: 100%;
  max-width: 916px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 100px;
}
@media screen and (max-width: 768px) {
  .home_interview_list {
    max-width: 280px;
  }
}

.home_interview_body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-column-gap: 3.5%;
     -moz-column-gap: 3.5%;
          column-gap: 3.5%;
}
@media screen and (max-width: 1000px) {
  .home_interview_body {
    gap: 20px 2%;
  }
}
@media screen and (max-width: 768px) {
  .home_interview_body {
    grid-row-gap: 30px;
  }
}

.home_interview_item {
  width: 31%;
  background-color: #fff;
}
@media screen and (max-width: 1000px) {
  .home_interview_item {
    width: 49%;
  }
}
@media screen and (max-width: 768px) {
  .home_interview_item {
    width: 100%;
  }
}
@media screen and (min-width: 769px) and (max-width: 1000px) {
  .home_interview_item:nth-child(3) {
    margin-left: auto;
    margin-right: auto;
  }
}
.home_interview_item a {
  color: #fff;
}
.home_interview_item .img_wrap {
  position: relative;
}
.home_interview_item .img_wrap .furigana {
  font-family: "Roboto", "Noto Sans JP", YuGothic, "Yu Gothic", "游ゴシック体", "游ゴシック", "メイリオ", Meiryo, "MS ゴシック", "MS Gothic", sans-serif;
  font-size: 2.8rem;
  color: #fff;
  font-weight: 600;
  letter-spacing: 0.02em;
  line-height: 1;
  position: absolute;
  left: 20px;
  bottom: 20px;
}
.home_interview_item .img_wrap::before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100px;
  left: 0;
  bottom: 0;
  background: #005bab;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 91, 171, 0)), to(rgb(0, 46, 86)));
  background: linear-gradient(180deg, rgba(0, 91, 171, 0) 0%, rgb(0, 46, 86) 100%);
  opacity: 0.7;
  mix-blend-mode: multiply;
}
.home_interview_item .txt_wrap {
  background-color: #0d56a5;
  height: 212px;
  padding-top: 15px;
  padding-left: 20px;
  padding-right: 20px;
}
.home_interview_item .lead {
  font-size: 1.5rem;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 768px) {
  .home_interview_item .lead {
    font-size: 1.4rem;
  }
}

.home_interview_item_ttl .job_ttl {
  color: #fbed21;
  font-size: 1.4rem;
  margin-bottom: 10px;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.home_interview_item_ttl .job_ttl::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: #fbed21;
}
.home_interview_item_ttl .name_set {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 10px;
}
.home_interview_item_ttl .name_set:has(+ .name_set) {
  margin-bottom: 0;
}
.home_interview_item_ttl .name {
  font-size: 2.1rem;
  font-weight: 600;
  margin-right: 8px;
}
.home_interview_item_ttl .entry_year {
  font-size: 1.2rem;
  color: #0d56a5;
  font-weight: 500;
  background-color: #fff;
  display: block;
  padding: 1px 10px;
}

/*=============================== RECRUIT ================================*/
.recruiting_info {
  background-color: rgba(0, 91, 170, 0.31);
  padding: 50px 25px 42px;
  max-width: 916px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 768px) {
  .recruiting_info {
    padding-top: 37px;
    padding-bottom: 27px;
  }
}
.recruiting_info .home_section_ttl {
  margin-bottom: 30px;
}
.recruiting_info .home_section_ttl .txt_en {
  color: #fbed21;
}

.recruiting_lead {
  color: #fff;
  line-height: 1.8;
  width: 100%;
  max-width: 660px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 30px;
}