@charset "UTF-8";

@font-face {
  font-family: "Helvetica Neue";
  src: url("/recruit/assets/fonts/HelveticaNeue.ttf") format("truetype"),
    url("/recruit/assets/fonts/HelveticaNeue.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: "Helvetica Neue";
  src: url("/recruit/assets/fonts/HelveticaNeue-Bold.ttf") format("truetype"),
    url("/recruit/assets/fonts/HelveticaNeue-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: "HelveticaNeue-BoldItalic";
  src: url("/recruit/assets/fonts/HelveticaNeue-BoldItalic.ttf") format("truetype"),
    url("/recruit/assets/fonts/HelveticaNeue-BoldItalic.woff") format("woff");
  font-weight: 700;
  font-style: normal;
}

/* Animation
========================================================================== */
.fadein {
  opacity: 0;
}

.fadein.visible {
  animation: anm-fade-up .75s ease-out forwards;
}

.fadein-left {
  opacity: 0;
}

.fadein-left.visible {
  animation: anm-fade-left .75s ease-out forwards;
  animation-delay: .5s;
}

@keyframes anm-fade-up {
  0% {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    transform: translateY(50px);
  }

  100% {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    transform: translateY(0);
  }
}

@keyframes anm-fade-left {
  0% {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    transform: translateX(-50px);
  }

  100% {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    transform: translateX(0);
  }
}

/* body
========================================================================== */
body {
  min-width: 1100px;
  font-family: 'Helvetica Neue', 'Noto Sans JP', sans-serif;
  -webkit-font-smoothing: antialiased;
  font-feature-settings: "palt";
  font-weight: 400;
  font-size: 16px;
  color: #262223;
}

.sp-nav-active{
  overflow: hidden;
}

/*　リンク設定　*/
a {
  color: #262223;
  text-decoration: none;
  transition: .2s;
}

@media screen and (min-width: 768px) {
  a:hover {
    opacity: .7;
  }
}

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

.tel-link {
  pointer-events: none;
}

main {
  overflow: hidden;
}

@media screen and (max-width: 767px) {
  body {
    min-width: inherit;
    font-size: 14px;
    line-height: 1.8;
  }

  iframe {
    width: 100%;
    height: 33vh;
  }

  .tel-link {
    pointer-events: auto;
  }
}

/* common
========================================================================== */
/* Loading */
.loading {
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #fff;
  z-index: 10000;
}

.spinner img {
  width: 50px;
}

/* 表記切り替え */
@media screen and (min-width: 320px) {
  .sp-only-2 {
    display: none !important;
  }
}
@media screen and (min-width: 768px) {
  .sp-only {
    display: none !important;
  }
}

@media screen and (max-width: 767px) {
  .pc-only {
    display: none !important;
  }
}

/* パンくず */
.breadcrumbs {
  display: flex;
  align-items: center;
  list-style: none;
  padding: 30px;
  font-size: 13px;
}
.breadcrumbs li+li {
  display: flex;
  align-items: center;
}
.breadcrumbs li+li:before {
  display: block;
  content: ">";
  color: #707070;
  margin: 0 5px;
}
.breadcrumbs li a {
  color: #707070;
}
.breadcrumbs li:last-child a {
  color: #004EA8;
}
@media screen and (max-width: 767px) {
  .breadcrumbs {
    padding: 15px 20px;
  }
}

/* 位置 */
.align-left {
  text-align: left;
}

.align-right {
  text-align: right;
}

.align-center {
  text-align: center;
}

/* ボタン */
.btn-cmn-01 {
  display: inline-block;
  border: solid 1px #fff;
  background-color: #004EA8;
  border-radius: 30px;
  font-family: "Helvetica Neue";
  font-size: 14px;
  text-align: center;
  letter-spacing: 0.06em;
  color: #fff;
  padding: 10px 40px;
}

.btn-cmn-01:hover {
  opacity: 1;
  border: solid 1px #004EA8;
  background-color: #fff;
  color: #004EA8;
}

.btn-cmn-02 {
  display: inline-block;
  transition: background .5s ease, color .5s ease;
  border: solid 1px #004EA8;
  border-radius: 30px;
  font-family: "Helvetica Neue";
  font-size: 14px;
  font-weight: 400;
  text-align: center;
  letter-spacing: 0.06em;
  min-width: 178px;
  padding: 10px 40px;
}

@media screen and (min-width: 768px) {
  .btn-cmn-02:hover {
    opacity: 1;
    background-color: #004EA8;
    border: solid 1px #004EA8;
    color: #fff;
  }
}

.btn-cmn-03 {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  background-color: #004EA8;
  font-family: "Noto Sans JP";
  font-size: 21px;
  font-weight: 700;
  text-decoration: none;
  color: #fff;
  line-height: 1;
  letter-spacing: 0.11em;
  min-width: 363px;
  max-height: 93px;
  padding: 37px;
  margin: 0 auto;
}
.btn-cmn-03:hover {
  opacity: 1;
  background-color: #fff;
  border: solid 1px #004EA8;
  color: #004EA8;
}

.btn-cmn-03.entry{
  margin-bottom: 10px;
}


.btn-cmn-03 .txt-main {
  font-size: 21px;
}

.btn-cmn-03 .txt-sub {
  font-size: 10px;
  font-weight: 400;
  letter-spacing: 0.04em;
}

@media screen and (max-width: 767px) {
  .btn-cmn-03 {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    background-color: #004EA8;
    font-size: 18px;
    font-weight: 700;
    text-decoration: none;
    color: #fff;
    line-height: 1;
    letter-spacing: 0.01em;
    min-width: 0;
    width: 100%;
    max-height: 93px;
    padding: 35px 30px;
    margin: 0 auto;
  }

  .btn-cmn-03 .txt-main {
    font-size: 21px;
  }

  .btn-cmn-03 .txt-sub {
    font-size: 10px;
    font-weight: 400;
    letter-spacing: 0.04em;
  }
}

/* コンテンツ幅 */
.content-cmn-width {
  width: 800px;
  max-width: 100%;
  margin: 0 auto;
}

.content-cmn-width-wide {
  width: 1000px;
  max-width: 100%;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .content-cmn-width {
    width: 100%;
    padding: 0 20px;
  }

  .content-cmn-width-wide {
    width: 100%;
    padding: 0 20px;
  }
}

/* 幅 */
.width100 {
  width: 100%;
}

.width90 {
  width: 90%;
}

.width80 {
  width: 80%;
}

.width70 {
  width: 70%;
}

.width60 {
  width: 60%;
}

.width50 {
  width: 50%;
}

.width45 {
  width: 45%;
}

.width40 {
  width: 40%;
}

.width30 {
  width: 30%;
}

.width20 {
  width: 20%;
}

.width10 {
  width: 10%;
}

.width05 {
  width: 5%;
}

@media screen and (max-width: 767px) {
  .width100 {
    width: 100%;
  }

  .width90 {
    width: 100%;
  }

  .width80 {
    width: 100%;
  }

  .width70 {
    width: 100%;
  }

  .width60 {
    width: 100%;
  }

  .width50 {
    width: 100%;
  }

  .width45 {
    width: 100%;
  }

  .width40 {
    width: 100%;
  }

  .width30 {
    width: 100%;
  }

  .width20 {
    width: 100%;
  }

  .width10 {
    width: 100%;
  }

  .width05 {
    width: 100%;
  }
}

/*下余白*/
.mb150 {
  margin-bottom: 150px;
}

.mb140 {
  margin-bottom: 140px;
}

.mb130 {
  margin-bottom: 130px;
}

.mb120 {
  margin-bottom: 120px;
}

.mb110 {
  margin-bottom: 110px;
}

.mb100 {
  margin-bottom: 100px;
}

.mb90 {
  margin-bottom: 90px;
}

.mb80 {
  margin-bottom: 80px;
}

.mb70 {
  margin-bottom: 70px;
}

.mb60 {
  margin-bottom: 60px;
}

.mb50 {
  margin-bottom: 50px;
}

.mb40 {
  margin-bottom: 40px;
}

.mb35 {
  margin-bottom: 35px;
}

.mb30 {
  margin-bottom: 30px;
}

.mb20 {
  margin-bottom: 20px;
}

.mb15 {
  margin-bottom: 15px;
}

.mb10 {
  margin-bottom: 10px;
}

.mb05 {
  margin-bottom: 5px;
}

/* ページタイトル - kv */
.kv-wrap {
  position: relative;
  line-height: 0;
  margin-bottom: 40px;
}

.kv-wrap .ttl-page {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  text-align: center;
  transform: translateY(-50%);
}

@media screen and (max-width: 767px) {

  /* ページタイトル - kv */
  .kv-wrap {
    margin-bottom: 50px;
  }
}

/* タイトル */
.ttl-cmn-01 {
  color: #004EA8;
  font-weight: 500;
  letter-spacing: 0.16em;
  font-size: 32px;
}

.ttl-cmn-02 {
  background-size: contain;
  background-position: center;
  text-align: center;
  margin-bottom: 80px;
}

.ttl-cmn-02 .ttl-main {
  display: block;
  letter-spacing: 0.18em;
  font-weight: 500;
  font-size: 28px;
  margin-bottom: 15px;
}

.ttl-cmn-02 .ttl-sub {
  display: block;
  color: #004EA8;
  letter-spacing: 0.04em;
  font-size: 20px;
  font-weight: 300;
}

@media screen and (max-width: 767px) {
  .ttl-cmn-02 {
    margin-bottom: 10px;
  }

  .ttl-cmn-02 .ttl-main {
    display: block;
    margin: 0;
    letter-spacing: 0.05em;
    font-size: 20px;
  }

  .ttl-cmn-02 .ttl-sub {
    display: block;
    color: #004EA8;
    letter-spacing: 0;
    font-size: 14px;
  }
}

/* ローカルナビ */
.nav-local ul {
  display: flex;
  justify-content: space-between;
  list-style: none;
  height: 220px;
}

.nav-local ul li {
  background-size: cover;
  background-color: #003384;
  width: 100%;
}

.nav-local ul li a {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  color: #fff;
  letter-spacing: 0.04em;
  width: 100%;
  height: 100%;
  padding: 40px;
}

.nav-local .ttl-wrap {
  display: block;
}

.nav-local .ttl-main {
  display: block;
  position: relative;
  font-size: 20px;
}

.nav-local .ttl-main:before {
  display: block;
  position: absolute;
  top: 50%;
  right: -45px;
  content: "";
  background-color: #fff;
  width: 25px;
  height: 2px;
}

.nav-local .ttl-sub {
  display: block;
  font-size: 12px;
  margin-top: 12px;
}

@media screen and (max-width: 767px) {
  .nav-local ul {
    display: block;
  }
}

/* フォーム設定 */
textarea,
input[type="text"] {
  background-color: #F7F7F7;
  font-size: 15px;
  padding: 15px;
}

/* slick */
.slick-slide:focus {
  outline: none;
}
.slick-slide a {
  outline:none;
}
