@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;600;700&display=swap");
/* ========================================
 *  Font Family
 * ======================================== */
/* ==============================
*   Color
*==============================*/
/*あとで消す*/
/* ==============================
*   Font Size
*==============================*/
/*==============================
//  Media Query
//==============================*/
body {
  min-width: 1060px;
}

@media screen and (max-width: 767px) {
  body {
    min-width: initial;
  }
}
/*==============================
//  Font Size Rem
//
//  【概要】        font-sizeの単位をremに変換する
//  【第一引数】    希望のfont-size（数字のみ）
//  【備考】        IE対応のためpxでも出力する
//==============================*/
/*==============================
//  Font Size Rem Line Height Half Leading
//
//  【概要】
//      ・font-sizeの単位をremに変換
//      ・行間のサイズをもとに自動でline-heightを指定
//      ・ハーフリーディングを自動調整
//  【第一引数】
//      ・希望のfont-size（数字のみ）
//  【第二引数】
//      ・希望の行間サイズ（数字のみ）
//==============================*/
/*==============================
//
//  【概要】
//      ・pxをvwに変換
//  【第一引数】
//      ・pxサイズ（数字のみ）
//  【第二引数】
//      ・デザイン幅（数字のみ）初期値はf-variableに記述
//==============================*/
/*==============================
//  px→vwの計算
//==============================*/
body {
  font-family: "YakuHanJP", "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, "メイリオ", Meiryo, sans-serif;
  color: #060e40;
  font-size: 1em;
  line-height: 1;
  width: 100%;
  /*letter-spacing: 0.05em;*/
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  body {
    font-size: 1rem;
  }
}

a {
  outline: none;
  transition: all 0.5s;
  color: #060e40;
  text-decoration: none;
}
a:hover, a:active {
  text-decoration: none;
}

button {
  outline: none;
}

td,
th {
  vertical-align: middle;
}

input::-moz-placeholder, textarea::-moz-placeholder {
  color: #bbb;
}

input::placeholder,
textarea::placeholder {
  color: #bbb;
}

img {
  max-width: 100%;
  backface-visibility: hidden;
}

[v-cloak] {
  display: none !important;
}

input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type=number] {
  -moz-appearance: textfield;
}

[v-cloak] {
  display: none;
}

.l-inner {
  width: 1000px;
  max-width: 100%;
  margin: 0 auto;
}

.l-section {
  width: 100%;
  position: relative;
  padding: 0;
}
.l-section--lower {
  width: 100%;
}

.h2--lower {
  background-color: #9ba1be;
  width: 100%;
  height: auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
.h2--lower::before {
  content: "";
  padding-top: 29%;
}
@media screen and (max-width: 767px) {
  .h2--lower::before {
    padding-top: 40%;
  }
}
.h2--lower.concept {
  background: url(../../src/img/lower/concept_ttl.jpg) no-repeat;
  background-size: cover;
}
.h2--lower.company {
  background: url(../../src/img/lower/company_ttl.jpg) no-repeat;
  background-size: cover;
}
.h2--lower.service {
  background: url(../../src/img/lower/service_ttl.jpg) no-repeat;
  background-size: cover;
}
.h2--lower.works {
  background: url(../../src/img/lower/works_ttl.jpg) no-repeat;
  background-size: cover;
}
.h2--lower.recruit {
  background: url(../../src/img/lower/recruit_ttl.jpg) no-repeat;
  background-size: cover;
}
.h2--lower.privacy {
  background: url(../../src/img/lower/privacy_ttl.jpg) no-repeat;
  background-size: cover;
}
.h2--lower h2 {
  font-size: 56px;
  font-size: 3.7333333333rem;
  line-height: 1.0178571429;
  font-weight: 700;
  color: #ffffff;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .h2--lower h2 {
    font-size: 30px;
    font-size: 2rem;
    line-height: 1.0333333333;
  }
}
.h2--lower h2 span {
  display: block;
  font-family: "Barlow Condensed", sans-serif;
  font-size: 30px;
  font-size: 2rem;
  line-height: 1.0333333333;
  font-weight: 700;
  letter-spacing: 0.05em;
  margin-top: 25px;
}
@media screen and (max-width: 767px) {
  .h2--lower h2 span {
    font-size: 18px;
    font-size: 1.2rem;
    line-height: 1.0555555556;
    margin-top: 15px;
  }
}

.l-section--lower,
.l-section--map {
  position: relative;
}
.l-section--lower .__img,
.l-section--map .__img {
  text-align: center;
}
@media screen and (max-width: 767px) {
  .l-section--lower .__img img,
  .l-section--map .__img img {
    width: 100%;
  }
}
.l-section--lower h3,
.l-section--map h3 {
  position: relative;
  text-align: center;
  margin: 0 0 50px;
  padding: 50px 0 0;
}
@media screen and (max-width: 767px) {
  .l-section--lower h3,
  .l-section--map h3 {
    padding: 25px 0 0;
    margin: 0 0 20px;
  }
}
.l-section--lower h3 span,
.l-section--map h3 span {
  font-size: 36px;
  font-size: 2.4rem;
  line-height: 1.0277777778;
  color: #060e40;
  font-weight: 700;
  padding: 0 0.5em;
  background-color: #ffffff;
  z-index: 1;
  position: relative;
}
@media screen and (max-width: 767px) {
  .l-section--lower h3 span,
  .l-section--map h3 span {
    font-size: 24px;
    font-size: 1.6rem;
    line-height: 1.0416666667;
  }
}
.l-section--lower h3::before,
.l-section--map h3::before {
  content: "";
  display: inline-block;
  width: 100%;
  height: 2px;
  background-color: #060e40;
  position: absolute;
  top: 80%;
  left: 0;
  z-index: 1;
}
.l-section--lower h4,
.l-section--map h4 {
  font-size: 24px;
  font-size: 1.6rem;
  line-height: 1.3333333333;
  font-weight: 700;
  margin-bottom: 20px;
  text-align: center;
  color: #060e40;
}
@media screen and (max-width: 767px) {
  .l-section--lower h4,
  .l-section--map h4 {
    font-size: 18px;
    font-size: 1.2rem;
    line-height: 1.4444444444;
    margin-bottom: 2vw;
  }
}
.l-section--lower p,
.l-section--map p {
  font-size: 16px;
  font-size: 1.0666666667rem;
  line-height: 1.75;
}
.l-section--lower p a,
.l-section--map p a {
  color: #060e40;
  text-decoration: underline;
  text-underline-offset: 0.2em;
}
.l-section--lower p a:hover,
.l-section--map p a:hover {
  text-decoration: none;
  opacity: 0.8;
}

.l-section--lower2 {
  position: relative;
}
.l-section--lower2 h3 {
  position: relative;
  text-align: center;
  margin: 0 0 50px;
  padding: 140px 0 0;
  font-size: 30px;
  font-size: 2rem;
  line-height: 1.0333333333;
  color: #060e40;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .l-section--lower2 h3 {
    margin: 0 0 20px;
    padding: 70px 0 0;
    font-size: 24px;
    font-size: 1.6rem;
    line-height: 1.375;
  }
}
.l-section--lower2 h3 span {
  width: 68px;
  height: 68px;
  border-radius: 34px;
  background-color: #060e40;
  position: absolute;
  top: 50px;
  left: 50%;
  margin-left: -34px;
  color: #ffffff;
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 700;
  font-size: 40px;
  font-size: 2.6666666667rem;
  line-height: 1.025;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .l-section--lower2 h3 span {
    width: 38px;
    height: 38px;
    border-radius: 19px;
    top: 25px;
    margin-left: -19px;
    font-size: 24px;
    font-size: 1.6rem;
    line-height: 1.0416666667;
  }
}

.c-btn__reserve {
  width: 234px;
  margin: 0 auto;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .c-btn__reserve {
    width: 100%;
  }
}
.c-btn__reserve.shop {
  width: 270px;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .c-btn__reserve.shop {
    width: calc(100% - 14.4vw);
    text-align: center;
  }
}
.c-btn__reserve.shop a {
  padding-left: 127px;
}
@media screen and (max-width: 767px) {
  .c-btn__reserve.shop a {
    padding-left: 35px;
  }
}
.c-btn__reserve.shop a::before {
  left: 90px;
}
@media screen and (max-width: 767px) {
  .c-btn__reserve.shop a::before {
    left: 50%;
    margin-left: -12vw;
  }
}
.c-btn__reserve a {
  display: block;
  overflow: hidden;
  position: relative;
  line-height: 1.6;
  background-color: #ecc782;
  color: #060e40;
  font-size: 14px;
  font-weight: 700;
  width: 100%;
  padding: 16px 0;
  transition: all 0.5s;
  border-radius: 3px;
  padding-left: 45px;
}
@media screen and (max-width: 767px) {
  .c-btn__reserve a {
    font-size: 3.7333333333vw;
    padding: 4.5333333333vw 0;
    padding-left: 5.3333333333vw;
  }
}
.c-btn__reserve a::before {
  display: block;
  content: "";
  position: absolute;
  background: url(../../src/img/common/icon_reserve.svg) no-repeat;
  background-size: cover;
  top: 15px;
  left: 72px;
  width: 31px;
  height: 26px;
}
@media screen and (max-width: 767px) {
  .c-btn__reserve a::before {
    top: 4.6666666667vw;
    margin-left: -13.3333333333vw;
    left: 50%;
    width: 6.9333333333vw;
    height: 5.7333333333vw;
  }
}
.c-btn__reserve a:hover, .c-btn__reserve a:active {
  background-color: #d9b36d;
}
.c-btn__blue {
  width: 234px;
  margin: 0 auto;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .c-btn__blue {
    width: calc(100% - 20vw);
  }
}
.c-btn__blue a {
  display: block;
  overflow: hidden;
  position: relative;
  line-height: 1.6;
  background-color: #060e40;
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  width: 100%;
  padding: 15px 0;
  transition: all 0.5s;
  border-radius: 6px;
  border: 1px solid #ffffff;
}
@media screen and (max-width: 767px) {
  .c-btn__blue a {
    font-size: 3.7333333333vw;
    padding: 4.5333333333vw 0;
  }
}
.c-btn__blue a::after {
  display: block;
  content: "";
  position: absolute;
  background: url(../../src/img/common/arrow_r.svg) no-repeat;
  background-size: cover;
  top: calc(50% - 5px);
  right: 30px;
  width: 20px;
  height: 12px;
}
@media screen and (max-width: 767px) {
  .c-btn__blue a::after {
    right: 10.1333333333vw;
    width: 5.3333333333vw;
    height: 2.6666666667vw;
    top: calc(50% - 1.3333333333vw);
  }
}
.c-btn__blue a:hover, .c-btn__blue a:active {
  background-color: #383e66;
}
.c-btn__home {
  width: 260px;
  margin: 0 auto;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .c-btn__home {
    width: 100%;
    margin: 0 auto 10.6666666667vw;
  }
}
.c-btn__home a {
  display: block;
  overflow: hidden;
  position: relative;
  line-height: 1.6;
  background-color: #060e40;
  color: #ffffff;
  font-size: 16px;
  font-weight: 700;
  width: 100%;
  padding: 17px 0;
  transition: all 0.5s;
  border-radius: 6px;
}
@media screen and (max-width: 767px) {
  .c-btn__home a {
    font-size: 3.7333333333vw;
    padding: 4.5333333333vw 0;
  }
}
.c-btn__home a::after {
  display: block;
  content: "";
  position: absolute;
  background: url(../../src/img/common/arrow_r.svg) no-repeat;
  background-size: cover;
  top: calc(50% - 5px);
  left: 28px;
  width: 20px;
  height: 12px;
  transform: scaleX(-1);
}
.c-btn__home a:hover, .c-btn__home a:active {
  background-color: #383e66;
}
.c-btn__menu {
  width: 234px;
  margin: 0 auto;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .c-btn__menu {
    width: calc(100% - 14.4vw);
  }
}
.c-btn__menu a {
  display: block;
  overflow: hidden;
  position: relative;
  line-height: 1.6;
  background-color: #ffffff;
  border: 2px solid #060e40;
  color: #060e40;
  font-size: 15px;
  font-weight: 700;
  width: 100%;
  padding: 13px 18px 13px 0;
  transition: all 0.5s;
  border-radius: 6px;
}
.c-btn__menu a::after {
  display: block;
  content: "";
  position: absolute;
  background: url(../../src/img/common/icon_pdf.svg) no-repeat;
  background-size: cover;
  top: calc(50% - 12px);
  right: 48px;
  width: 18px;
  height: 24px;
}
@media screen and (max-width: 767px) {
  .c-btn__menu a::after {
    right: 50%;
    margin-right: -18.6666666667vw;
  }
}
.c-btn__menu a:hover, .c-btn__menu a:active {
  background-color: #e9ecf8;
}
.c-btn__insta {
  width: 270px;
  margin: 40px auto 0;
  text-align: center;
}
.c-btn__insta a {
  display: block;
  overflow: hidden;
  position: relative;
  line-height: 1.6;
  border: 1px solid #ffffff;
  background-color: #060e40;
  color: #ffffff;
  font-size: 15px;
  font-weight: 700;
  width: 100%;
  padding: 14px 0;
  transition: all 0.5s;
  border-radius: 6px;
}
.c-btn__insta a::after {
  display: block;
  content: "";
  position: absolute;
  background: url(../../src/img/common/arrow_r.svg) no-repeat;
  background-size: cover;
  top: calc(50% - 5px);
  right: 30px;
  width: 20px;
  height: 12px;
}
.c-btn__insta a:hover, .c-btn__insta a:active {
  background-color: rgba(255, 255, 255, 0.2);
}
@media screen and (max-width: 767px) {
  .c-btn__insta.shop {
    width: 100%;
    margin: 8vw auto 0;
  }
}
.c-btn__recruit {
  width: 274px;
  margin: 40px auto 0;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .c-btn__recruit {
    width: 100%;
    margin: 10.6666666667vw auto 0;
  }
}
.c-btn__recruit a {
  display: block;
  overflow: hidden;
  position: relative;
  line-height: 1.6;
  background-color: #bd192e;
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  width: 100%;
  padding: 16px 0 16px 38px;
  transition: all 0.5s;
  border-radius: 6px;
}
@media screen and (max-width: 767px) {
  .c-btn__recruit a {
    font-size: 3.7333333333vw;
    padding: 4.5333333333vw 0 4.5333333333vw 6.4vw;
  }
}
.c-btn__recruit a::before {
  display: block;
  content: "";
  position: absolute;
  background: url(../../src/img/common/icon_recuruit.svg) no-repeat;
  background-size: cover;
  top: 13px;
  left: 93px;
  width: 22px;
  height: 28px;
}
@media screen and (max-width: 767px) {
  .c-btn__recruit a::before {
    top: 4vw;
    margin-left: -11.3333333333vw;
    left: 50%;
    width: 5.3333333333vw;
    height: 6.6666666667vw;
  }
}
.c-btn__recruit a:hover, .c-btn__recruit a:active {
  background-color: #ca2b3f;
}
.c-btn__recruit_ditail {
  width: 100%;
  margin: 0 auto;
  text-align: center;
}
.c-btn__recruit_ditail a {
  display: block;
  overflow: hidden;
  position: relative;
  line-height: 1.6;
  background-color: #060e40;
  color: #ffffff;
  font-size: 15px;
  font-weight: 700;
  width: 100%;
  padding: 18px 0;
  transition: all 0.5s;
  border-radius: 6px;
}
@media screen and (max-width: 767px) {
  .c-btn__recruit_ditail a {
    padding: 4.6666666667vw 0;
    font-size: 3.4666666667vw;
  }
}
.c-btn__recruit_ditail a::after {
  display: block;
  content: "";
  position: absolute;
  background: url(../../src/img/common/arrow_r.svg) no-repeat;
  background-size: cover;
  top: calc(50% - 5px);
  right: 30px;
  width: 20px;
  height: 12px;
}
.c-btn__recruit_ditail a:hover, .c-btn__recruit_ditail a:active {
  background-color: #2e366d;
}

.c-nav {
  z-index: 10;
  position: fixed;
  top: 0;
  right: 0;
}
@media screen and (max-width: 1200px) {
  .c-nav {
    position: absolute;
  }
}
.c-nav__header {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
}
.c-nav__header li a {
  font-size: 13px;
  line-height: 1.6;
  font-weight: 700;
  color: #060e40;
  text-decoration: none;
  width: 110px;
  height: 50px;
  background-color: #ffffff;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  border-right: 1px solid #d2d2d2;
  transition: all 0.5s;
}
.c-nav__header li a:hover {
  background-color: #f3f3fc;
  text-decoration: none;
}
.c-nav__header li.last a {
  border-right: none;
}
.c-nav__header li.recruit a {
  background-color: #d01800;
  color: #ffffff;
  position: relative;
  padding-left: 20px;
  border-right: none;
}
.c-nav__header li.recruit a::before {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  position: absolute;
  background: url(../../src/img/common/icon_recruit.svg) no-repeat;
  background-size: cover;
  top: 17px;
  left: 17px;
}
.c-nav__header li.recruit a:hover {
  background-color: #bd1600;
}
.c-nav__header li.reserve a {
  background-color: #ecc782;
  color: #060e40;
  position: relative;
  padding-left: 24px;
  border-right: none;
}
.c-nav__header li.reserve a::before {
  content: "";
  display: block;
  width: 19px;
  height: 16px;
  position: absolute;
  background: url(../../src/img/common/icon_reserve.svg) no-repeat;
  background-size: cover;
  top: 17px;
  left: 17px;
}
.c-nav__header li.reserve a:hover {
  background-color: #d9b36d;
}

.c-list__dot li {
  padding-left: 17px;
  position: relative;
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  .c-list__dot li {
    padding-left: 4vw;
  }
}
.c-list__dot li::before {
  content: "・";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
}

.c-pankuzu {
  background-color: #ffffff;
}
.c-pankuzu ol {
  padding: 0 0 20px;
  width: 860px;
  margin: 0 auto;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.5;
  display: flex;
}
@media screen and (max-width: 767px) {
  .c-pankuzu ol {
    padding: 0 8vw 4.6666666667vw;
    width: 100%;
    font-size: 3.2vw;
  }
}
.c-pankuzu ol li {
  position: relative;
}
.c-pankuzu ol li:not(.c-pankuzu ol li:first-of-type) {
  margin-left: 9px;
  padding-left: 16px;
}
@media screen and (max-width: 767px) {
  .c-pankuzu ol li:not(.c-pankuzu ol li:first-of-type) {
    margin-left: 2.6666666667vw;
    padding-left: 4vw;
  }
}
.c-pankuzu ol li:not(.c-pankuzu ol li:first-of-type)::before {
  content: "";
  display: block;
  position: absolute;
  width: 5px;
  height: 5px;
  border-top: 1px solid #060e40;
  border-right: 1px solid #060e40;
  transform: rotate(45deg);
  top: 7px;
  left: 0;
}
@media screen and (max-width: 767px) {
  .c-pankuzu ol li:not(.c-pankuzu ol li:first-of-type)::before {
    width: 1.3333333333vw;
    height: 1.3333333333vw;
    top: 1.7333333333vw;
  }
}
.c-pankuzu ol li a {
  transition: all 0.5s;
}
.c-pankuzu ol li a:hover, .c-pankuzu ol li a:active {
  color: #6971b0;
}

.p-header {
  width: 100%;
}
.p-header .logo {
  width: 60px;
  height: 118px;
  z-index: 2;
  position: fixed;
  top: 0;
  left: 0;
}
@media screen and (max-width: 767px) {
  .p-header .logo {
    width: 12vw;
    height: 24vw;
    position: absolute;
    top: 0;
    left: 0;
  }
}
.p-header .logo a {
  display: inline-block;
}
.p-header .logo a img {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-header {
    position: relative;
  }
  .p-header__inner-sp {
    height: 13.3333333333vw;
    width: 100%;
    background-color: #ffffff;
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 100;
  }
  .p-header__inner-sp .ud_menu {
    width: 100vw;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
  }
  .p-header__inner-sp .ud_menu li a {
    font-size: 3.2vw;
    line-height: 1.6;
    font-weight: 700;
    color: #060e40;
    text-decoration: none;
    width: 37.3333333333vw;
    height: 13.3333333333vw;
    background-color: #ffffff;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    transition: all 0.5s;
    position: relative;
  }
  .p-header__inner-sp .ud_menu li.home a {
    width: 25.3333333333vw;
    padding-left: 5.3333333333vw;
  }
  .p-header__inner-sp .ud_menu li.home a::before {
    content: "";
    display: block;
    width: 4vw;
    height: 3.6vw;
    position: absolute;
    background: url(../../src/img/common/icon_home.svg) no-repeat;
    background-size: cover;
    top: 4.5333333333vw;
    left: 5.0666666667vw;
  }
  .p-header__inner-sp .ud_menu li.home a:active {
    background-color: #f3f3fc;
  }
  .p-header__inner-sp .ud_menu li.recruit a {
    background-color: #d01800;
    color: #ffffff;
    padding-left: 5.3333333333vw;
  }
  .p-header__inner-sp .ud_menu li.recruit a::before {
    content: "";
    display: block;
    width: 3.8666666667vw;
    height: 3.8666666667vw;
    position: absolute;
    background: url(../../src/img/common/icon_recruit.svg) no-repeat;
    background-size: cover;
    top: 4.6666666667vw;
    left: 9.3333333333vw;
  }
  .p-header__inner-sp .ud_menu li.recruit a:active {
    background-color: #bd1600;
  }
  .p-header__inner-sp .ud_menu li.reserve a {
    background-color: #ecc782;
    color: #060e40;
    padding-left: 5.3333333333vw;
  }
  .p-header__inner-sp .ud_menu li.reserve a::before {
    content: "";
    display: block;
    width: 4.5333333333vw;
    height: 3.2vw;
    position: absolute;
    background: url(../../src/img/common/icon_reserve.svg) no-repeat;
    background-size: cover;
    top: 4.8vw;
    left: 9.3333333333vw;
  }
  .p-header__inner-sp .ud_menu li.reserve a:active {
    background-color: #d9b36d;
  }
  .p-header__inner-sp .menu_wrap_smp {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
  }
}

.p-header__inner-sp {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
  transform: translateY(100%);
  transition: transform 0.5s ease;
}

.p-header__inner-sp.show {
  transform: translateY(0);
}

/*ハンバーガー*/
#globalMenuSp {
  z-index: 2500;
  color: #060e40;
  background: #ffffff;
  text-align: center;
  width: 100vw;
  transition: top 0.5s ease;
  position: fixed;
  top: -300vh;
  left: 0;
  height: auto;
}
#globalMenuSp .logo2 {
  width: 12vw;
  height: 24vw;
  margin: 0 auto;
}

#globalMenuSp.active {
  top: 0;
}

#globalMenuSp ul {
  width: 100vw;
  height: auto;
  padding: 3.8666666667vw 10vw 17.0666666667vw;
}

#globalMenuSp ul li {
  width: 100%;
  font-size: 3.7333333333vw;
  font-weight: 700;
  border-top: 1px solid #060e40;
  position: relative;
}
#globalMenuSp ul li:last-child {
  border-bottom: 1px solid #060e40;
}
#globalMenuSp ul li::after {
  content: "";
  position: absolute;
  display: block;
  background: url(../../src/img/common/arrow_s.svg) no-repeat;
  width: 8px;
  height: 9px;
  background-size: cover;
  top: 50%;
  margin-top: -4px;
  right: 7.3333333333vw;
}

#globalMenuSp ul li a {
  display: block;
  color: #060e40;
  text-decoration: none;
  text-align: left;
  padding-top: 4.6666666667vw;
  padding-left: 5.3333333333vw;
  padding-right: 0vw;
  padding-bottom: 4.6666666667vw;
}

#globalMenuSp ul li a:hover,
#globalMenuSp ul li a:active {
  color: #6971b0;
}

#globalMenuSp .btn_wrap {
  width: calc(100% - 20px);
  margin: 0 auto;
}

#globalMenuSp .btn_wrap ul {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: 0 0 50px;
}

#globalMenuSp .btn_wrap ul li {
  width: 50%;
}

#globalMenuSp .btn_wrap ul li a {
  height: 50px;
  line-height: 50px;
  font-size: 16px;
  text-align: center;
}

.navToggle {
  display: block;
  position: fixed;
  z-index: 2501;
  right: 0;
  top: 0;
  width: 10.6666666667vw;
  height: 13.3333333333vw;
  cursor: pointer;
  text-align: center;
  /*mix-blend-mode: difference;*/
  mix-blend-mode: normal;
}

.navToggle span {
  display: block;
  position: absolute;
  width: 5.3333333333vw;
  height: 0.5333333333vw;
  right: 4.4vw;
  background: #ffffff;
  transition: 0.3s ease-in-out;
}

.navToggle span:nth-child(1) {
  top: 4.4vw;
}

.navToggle span:nth-child(2) {
  top: 6.2666666667vw;
}

.navToggle span:nth-child(3) {
  top: 8.1333333333vw;
}

.navToggle p.menu-label {
  position: absolute;
  font-size: 2.4vw;
  font-weight: 700;
  top: 10.9333333333vw;
  left: 0;
  color: #ffffff;
}

.navToggle.active {
  width: 10.6666666667vw;
  height: 13.3333333333vw;
  mix-blend-mode: normal !important;
  transition: 0.3s ease-in-out;
}

.navToggle.active span:nth-child(1) {
  top: 6vw;
  background: #060e40;
  transform: rotate(-40deg);
}

.navToggle.active span:nth-child(2),
.navToggle.active span:nth-child(3) {
  top: 6vw;
  background: #060e40;
  transform: rotate(40deg);
}

.navToggle.active p.menu-label {
  color: #060e40;
}

.smp_menu .nav-list {
  padding: 0.8em 0;
  background-color: #060e40;
  cursor: pointer;
  text-align: left;
  position: relative;
}
.smp_menu .nav-list:hover {
  background-color: #060e40;
}

.p-footer {
  width: 100%;
  position: relative;
}
.p-footer--white {
  background-color: #ffffff;
  border-top: 1px solid #060e40;
}
@media screen and (max-width: 767px) {
  .p-footer--white {
    background-color: #060e40;
  }
}
.p-footer--white .menu {
  width: 860px;
  height: 60px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .p-footer--white .menu {
    width: 100%;
    height: auto;
    padding: 6.6666666667vw 13.3333333333vw 10.6666666667vw;
  }
}
@media screen and (max-width: 767px) {
  .p-footer--white .menu li {
    width: 35.7333333333vw;
    padding: 4vw 0;
  }
}
.p-footer--white .menu li a {
  font-size: 13px;
  font-weight: 500;
  transition: all 0.5s;
  color: #060e40;
}
@media screen and (max-width: 767px) {
  .p-footer--white .menu li a {
    font-size: 3.4666666667vw;
    color: #ffffff;
  }
}
.p-footer--white .menu li a:hover {
  color: #6971b0;
}
.p-footer--blue {
  background-color: #060e40;
  padding: 35px 0;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-footer--blue {
    padding: 0 0 20.6666666667vw;
  }
}
.p-footer--blue .logo {
  margin-bottom: 18px;
}
@media screen and (max-width: 767px) {
  .p-footer--blue .logo {
    width: 29.0666666667vw;
    margin: 0 auto 3.7333333333vw;
  }
}
.p-footer--blue .copy {
  color: #ffffff;
  font-size: 9px;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .p-footer--blue .copy {
    font-size: 2.4vw;
  }
}

/*----------------------------
* page top
*----------------------------*/
.pagetop {
  position: fixed;
  bottom: 20px;
  right: 20px;
  transition: all 0.5s;
  transform: translateY(100px);
  z-index: 10;
}
@media screen and (max-width: 767px) {
  .pagetop {
    bottom: 17.3333333333vw;
    right: 2.6666666667vw;
    transform: translateY(200px);
  }
}
.pagetop.on {
  transform: translateY(0);
}
.pagetop a {
  display: inline-block;
  width: 60px;
  height: 60px;
}
@media screen and (max-width: 767px) {
  .pagetop a {
    width: 12vw;
    height: 12vw;
  }
}

.u-mb--0 {
  margin-bottom: 0px !important;
}
.u-mb--xxs {
  margin-bottom: 10px !important;
}
@media screen and (max-width: 767px) {
  .u-mb--xxs {
    margin-bottom: 2vw !important;
  }
}
.u-mb--xs {
  margin-bottom: 20px !important;
}
@media screen and (max-width: 767px) {
  .u-mb--xs {
    margin-bottom: 4vw !important;
  }
}
.u-mb--s {
  margin-bottom: 40px !important;
}
@media screen and (max-width: 767px) {
  .u-mb--s {
    margin-bottom: 8vw !important;
  }
}
.u-mb--m {
  margin-bottom: 60px !important;
}
@media screen and (max-width: 767px) {
  .u-mb--m {
    margin-bottom: 13.3333333333vw !important;
  }
}
.u-mb--l {
  margin-bottom: 80px !important;
}
@media screen and (max-width: 767px) {
  .u-mb--l {
    margin-bottom: 16vw !important;
  }
}

.u-mt--0 {
  margin-top: 0px !important;
}
.u-mt--xxs {
  margin-top: 10px !important;
}
@media screen and (max-width: 767px) {
  .u-mt--xxs {
    margin-top: 2vw !important;
  }
}
.u-mt--xs {
  margin-top: 20px !important;
}
@media screen and (max-width: 767px) {
  .u-mt--xs {
    margin-top: 4vw !important;
  }
}
.u-mt--s {
  margin-top: 40px !important;
}
@media screen and (max-width: 767px) {
  .u-mt--s {
    margin-top: 8vw !important;
  }
}
.u-mt--m {
  margin-top: 60px !important;
}
@media screen and (max-width: 767px) {
  .u-mt--m {
    margin-top: 1.3333333333vw !important;
  }
}
.u-mt--l {
  margin-top: 80px !important;
}
@media screen and (max-width: 767px) {
  .u-mt--l {
    margin-top: 16vw !important;
  }
}

.u-sp-only {
  display: none;
}
@media screen and (max-width: 767px) {
  .u-sp-only {
    display: block;
  }
}

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

.u-font-weight--bold {
  font-weight: 700;
}

.u-font-size--15 {
  font-size: 15px;
}

.u-color--red {
  color: #D0021B;
}
.u-color--gray {
  color: #888888;
}

.u-fontsize--l {
  font-size: 28px;
  font-size: 1.8666666667rem;
  line-height: 1.2857142857;
}
@media screen and (max-width: 767px) {
  .u-fontsize--l {
    font-size: 20px;
    font-size: 1.3333333333rem;
    line-height: 1.4;
  }
}/*# sourceMappingURL=style.css.map */


p.u-mb--m.news-p-ad {
    margin-bottom: 20px !important;
}
