@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700&family=Noto+Serif+JP:wght@300&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700&family=Noto+Serif+JP:wght@300&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700&family=Noto+Serif+JP:wght@300&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700&family=Noto+Serif+JP:wght@300&display=swap");
@font-face {
  /*フォントの名前*/
  font-family: "engravers-gothic-bt";
  /*フォントファイルへのパス（複数指定の場合、上から順に読み込まれる）*/
  src: url("../font/subset_engravers-gothic-bt.woff") format("woff");
}

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

@media screen and (min-width: 768px) {
  .is-sp {
    display: none;
  }
}

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

.section-title {
  font-size: 45px;
  line-height: 1;
  font-family: "engravers-gothic-bt", "Noto Sans JP", "ヒラギノ角ゴシック", "Hiragino Sans", YuGothic, "Yu Gothic", sans-serif;
}

@media screen and (max-width: 767px) {
  .section-title {
    font-size: 30px;
  }
}

.section-sub-title {
  font-size: 20px;
  line-height: 1;
  margin-top: 25px;
}

@media screen and (max-width: 767px) {
  .section-sub-title {
    font-size: 18px;
    margin-top: 2vw;
  }
}

.fz30 {
  font-size: 30px;
}

@media screen and (max-width: 767px) {
  .fz30 {
    font-size: 23px;
  }
}

@media screen and (min-width: 768px) {
  .section {
    padding: 130px 0;
  }
}

@media screen and (max-width: 767px) {
  .section {
    padding: 17.33vw 0;
  }
}

.posi-re {
  position: relative;
  z-index: 1;
}

.card-title {
  font-size: 24px;
  margin-top: 60px;
  text-align: center;
  line-height: 1;
}

@media screen and (max-width: 767px) {
  .card-title {
    margin-top: 4.93vw;
    font-size: 23px;
    letter-spacing: 0.1em;
    line-height: calc( 52 / 44.6);
  }
}

.card-text {
  margin-top: 20px;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .card-text {
    margin-top: 4.93vw;
    letter-spacing: 0em;
  }
}

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

@media screen and (min-width: 768px) {
  .card-link {
    margin-top: 87px;
  }
}

@media screen and (max-width: 767px) {
  .card-link {
    margin-top: 12vw;
  }
}

.util-link {
  text-align: center;
  width: 200px;
  padding: 14px 0;
  border: 1px solid #fff;
  border-radius: 32px;
  font-size: 17px;
  font-family: "engravers-gothic-bt", "Noto Sans JP", "ヒラギノ角ゴシック", "Hiragino Sans", YuGothic, "Yu Gothic", sans-serif;
  line-height: 1;
  transition: all .3s;
  letter-spacing: 0.1em;
  position: relative;
}

@media screen and (max-width: 767px) {
  .util-link {
    width: 62.93vw;
    padding: 4vw 0;
    font-size: 20px;
  }
}

.util-link::before {
  display: inline-block;
  content: "";
  height: 1px;
  position: absolute;
  background: #fff;
  width: 18px;
  top: 22px;
  right: 21px;
}

@media screen and (max-width: 767px) {
  .util-link::before {
    width: 6vw;
    top: 6.93vw;
    right: 7.6vw;
  }
}

.util-link::after {
  content: "";
  width: 8px;
  height: 1px;
  position: absolute;
  background: #fff;
  -webkit-transform-origin: 0px 0.5px;
  transform-origin: 0px 0.5px;
  -webkit-transform: rotate(30deg);
  transform: rotate(30deg);
  top: 18px;
  right: 20px;
}

@media screen and (max-width: 767px) {
  .util-link::after {
    top: 5.8vw;
    right: 7.6vw;
  }
}

.util-link:hover::before {
  background-color: #001a2c;
}

.util-link:hover::after {
  background-color: #001a2c;
}

.util-link:hover {
  color: #001a2c;
  background-color: #fff;
  opacity: 1;
}

.p-title {
  font-size: 30px;
}

@media screen and (max-width: 767px) {
  .p-title {
    font-size: 23px;
  }
}

.p-top-view {
  padding-top: 75px;
  position: relative;
}

@media screen and (max-width: 767px) {
  .p-top-view {
    padding-top: 54px;
  }
}

@media screen and (max-width: 767px) {
  .p-top-view-img img {
    height: 48.27vw;
  }
}

.p-top-title {
  position: absolute;
  content: "";
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  font-size: 40px;
}

@media screen and (max-width: 767px) {
  .p-top-title {
    font-size: 33px;
    white-space: nowrap;
  }
}

.bread_crumb {
  display: flex;
  margin-top: 10px;
}

.bread_crumb li {
  font-family: "Noto Sans JP", "ヒラギノ角ゴシック", "Hiragino Sans", YuGothic, "Yu Gothic", sans-serif;
  font-size: 15px;
}

.bread_crumb li:nth-child(n+1) {
  margin-left: 5px;
}

.bread_crumb li a {
  font-family: "Noto Sans JP", "ヒラギノ角ゴシック", "Hiragino Sans", YuGothic, "Yu Gothic", sans-serif;
  font-size: 15px;
}

.bread_crumb li a::after {
  content: "/";
  margin-left: 5px;
}

.mt50 {
  margin-top: 50px;
}

.service-lead-message {
  margin-top: 80px;
}

@media screen and (max-width: 767px) {
  .service-lead-message {
    margin-top: 8.27vw;
    font-size: 15px;
  }
}

.service-content {
  margin-top: 135px;
}

@media screen and (max-width: 767px) {
  .service-content {
    margin-top: 16vw;
  }
}

.service-item-text {
  margin-top: 20px;
  letter-spacing: 0.08em;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .service-item-text {
    height: 180px;
  }
}

@media screen and (max-width: 767px) {
  .service-item-text {
    font-size: 15px;
  }
}

.service1-title {
  font-size: 30px;
}

@media screen and (max-width: 767px) {
  .service1-title {
    font-size: 23px;
  }
}

/* ===============================================
// Service2
=============================================== */
.lease-pack .footer .footer-line {
  border: none;
}

.service-block {
  padding: 100px 0;
  color: #000;
  margin-top: 60px;
  position: relative;
}

@media screen and (min-width: 768px) {
  .service-block {
    background: url(../images/service1-bg.png) center center/cover no-repeat;
  }
}

@media screen and (max-width: 767px) {
  .service-block {
    background: url(../images/service1-bgsp.png) center center/cover no-repeat;
  }
}

@media screen and (max-width: 767px) {
  .service-block {
    margin-top: 18.67vw;
    padding: 15vw 0;
  }
}

.service-block::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.8);
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}

.service-block-text {
  font-size: 30px;
}

@media screen and (max-width: 767px) {
  .service-block-text {
    font-size: 23px;
  }
}

@media screen and (min-width: 768px) {
  .service-location-content {
    display: flex;
    justify-content: space-between;
  }
}

@media screen and (min-width: 768px) {
  .service-location {
    flex: 0 0 50%;
  }
}

@media screen and (min-width: 768px) {
  .service-location-text {
    flex: 0 0 50%;
  }
}

@media screen and (max-width: 767px) {
  .service-location-text {
    font-size: 15px;
    margin-top: 6.67vw;
  }
}

.service-location-contents {
  margin-top: 240px;
}

@media screen and (max-width: 767px) {
  .service-location-contents {
    margin-top: 10.67vw;
  }
}

/* ===============================================
// Lease-pack
=============================================== */
.lease-pack {
  padding: 130px 0 0;
}

@media screen and (max-width: 767px) {
  .lease-pack {
    padding-top: 17.33vw;
  }
}

.lease-pack-content {
  margin-top: 130px;
}

@media screen and (max-width: 767px) {
  .lease-pack-content {
    margin-top: 16.4vw;
  }
}

.lease-pack-item1 {
  padding: 112px 0;
  color: #001a2c;
}

@media screen and (max-width: 767px) {
  .lease-pack-item1 {
    padding: 16.4vw 0;
  }
}

.lease-pack-item2 {
  padding: 112px 0 50px;
  color: #001a2c;
  background-color: #fff;
}

@media screen and (max-width: 767px) {
  .lease-pack-item2 {
    padding: 16.4vw 0;
  }
}

.lease-pack-item1 {
  background-color: #e6e6e6;
}

.lease-pack-img {
  margin-top: 112px;
}

@media screen and (max-width: 767px) {
  .lease-pack-img {
    margin-top: 11.07vw;
  }
}

.achievement-content {
  width: 100%;
}

@media screen and (min-width: 768px) {
  .achievement-content {
    display: flex;
    flex-wrap: wrap;
    align-content: space-between;
  }
}

.achievement-item-link {
  width: 100%;
}

@media screen and (min-width: 768px) {
  .achievement-item {
    flex: 0 0 29%;
    margin-top: 113px;
  }
  .achievement-item + .achievement-item {
    margin-left: 60px;
  }
  .achievement-item:nth-child(3n+1) {
    margin-left: 0px;
  }
}

@media screen and (max-width: 767px) {
  .achievement-item {
    margin-top: 11.87vw;
  }
}

.achievement-item-img {
  width: 100%;
  padding-top: 59.6%;
  position: relative;
  overflow: hidden;
}

@media screen and (max-width: 767px) {
  .achievement-item-img {
    width: 56.13vw;
    padding-top: 45.47vw;
    margin: 0 auto;
  }
}

.achievement-picture {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
}

.achievement-item-body {
  margin-top: 20px;
  letter-spacing: 0;
}

@media screen and (max-width: 767px) {
  .achievement-item-body {
    width: 56.13vw;
    margin: 0 auto;
    margin-top: 8.13vw;
  }
}

.achievement-item-title {
  font-size: 17px;
  font-family: "Noto Sans JP", "ヒラギノ角ゴシック", "Hiragino Sans", YuGothic, "Yu Gothic", sans-serif;
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  .achievement-item-title {
    font-size: 18px;
  }
}

.achievement-item-date {
  line-height: 1;
  font-size: 16px;
  font-family: "Noto Sans JP", "ヒラギノ角ゴシック", "Hiragino Sans", YuGothic, "Yu Gothic", sans-serif;
  font-weight: 300;
  margin-top: 5px;
}

@media screen and (max-width: 767px) {
  .achievement-item-date {
    margin-top: 2.93vw;
    font-size: 18px;
  }
}

/* ===============================================
// Pager
=============================================== */
.pager {
  font-size: 20px;
  display: flex;
  justify-content: center;
  margin-top: 180px;
}

.pager .current {
  border-bottom: 1px solid #fff;
}

@media screen and (max-width: 767px) {
  .pager {
    margin-top: 12vw;
  }
}

.page-numbers {
  font-weight: bold;
  margin: 0 10px;
  width: 20px;
  text-align: center;
}

.next {
  width: 31px;
}

.prev {
  width: 31px;
}

/* ===============================================
// Single
=============================================== */
@media screen and (min-width: 768px) {
  .single-inner {
    display: flex;
  }
}

@media screen and (min-width: 768px) {
  .single-left {
    flex: 0 0 50%;
  }
}

.single-img {
  width: 75%;
  padding-top: 76%;
  position: relative;
  overflow: hidden;
}

@media screen and (max-width: 767px) {
  .single-img {
    width: 56.13vw;
    padding-top: 45.47vw;
    margin: 0 auto;
  }
}

.single-right {
  font-family: "Noto Sans JP", "ヒラギノ角ゴシック", "Hiragino Sans", YuGothic, "Yu Gothic", sans-serif;
}

@media screen and (min-width: 768px) {
  .single-right {
    flex: 0 0 50%;
  }
}

@media screen and (max-width: 767px) {
  .single-right {
    width: 56.13vw;
    margin: 0 auto;
  }
}

.single-item-date {
  font-weight: 300;
}

@media screen and (min-width: 768px) {
  .single-item-date {
    font-size: 20px;
    margin-left: 6%;
  }
}

@media screen and (max-width: 767px) {
  .single-item-date {
    font-size: 18px;
    margin-top: 2.67vw;
  }
}

.single-title {
  font-weight: bold;
}

@media screen and (min-width: 768px) {
  .single-title {
    font-size: 40px;
    margin-left: 6%;
    line-height: calc( 22 / 18);
  }
}

@media screen and (max-width: 767px) {
  .single-title {
    font-size: 18px;
    margin-top: 7.6vw;
  }
}

.single-link {
  letter-spacing: 0.1em;
  font-family: "engravers-gothic-bt", "Noto Sans JP", "ヒラギノ角ゴシック", "Hiragino Sans", YuGothic, "Yu Gothic", sans-serif;
  border: 1px solid #fff;
  border-radius: 39px;
  line-height: 1;
  transition: all .3s;
  letter-spacing: 0.1em;
  padding: 25px 0;
  position: relative;
}

@media screen and (min-width: 768px) {
  .single-link {
    width: 360px;
    font-size: 28px;
  }
}

@media screen and (max-width: 767px) {
  .single-link {
    width: 63vw;
    font-size: 19px;
    padding: 20px 0;
  }
}

.single-link::before {
  display: inline-block;
  content: "";
  height: 1px;
  position: absolute;
  background: #fff;
  width: 35px;
  top: 39px;
  right: 46px;
}

@media screen and (max-width: 767px) {
  .single-link::before {
    top: 28px;
    right: 16px;
  }
}

.single-link::after {
  content: "";
  width: 12px;
  height: 1px;
  position: absolute;
  background: #fff;
  -webkit-transform-origin: 0px 0.5px;
  transform-origin: 0px 0.5px;
  -webkit-transform: rotate(30deg);
  transform: rotate(30deg);
  top: 33px;
  right: 43px;
}

@media screen and (max-width: 767px) {
  .single-link::after {
    top: 22px;
    right: 14px;
  }
}

.single-link:hover::before {
  background-color: #001a2c;
  opacity: 1;
}

.single-link:hover::after {
  background-color: #001a2c;
  opacity: 1;
}

.single-link:hover {
  color: #001a2c;
  background-color: #fff;
  opacity: 1;
}

.single-footer {
  margin-top: 130px;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .single-footer {
    margin-top: 10.67vw;
  }
}

@font-face {
  /*フォントの名前*/
  font-family: "engravers-gothic-bt";
  /*フォントファイルへのパス（複数指定の場合、上から順に読み込まれる）*/
  src: url("../font/subset_engravers-gothic-bt.woff") format("woff");
}

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

@media screen and (min-width: 768px) {
  .is-sp {
    display: none;
  }
}

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

.section-title {
  font-size: 45px;
  line-height: 1;
  font-family: "engravers-gothic-bt", "Noto Sans JP", "ヒラギノ角ゴシック", "Hiragino Sans", YuGothic, "Yu Gothic", sans-serif;
}

@media screen and (max-width: 767px) {
  .section-title {
    font-size: 30px;
  }
}

.section-sub-title {
  font-size: 20px;
  line-height: 1;
  margin-top: 25px;
}

@media screen and (max-width: 767px) {
  .section-sub-title {
    font-size: 18px;
    margin-top: 2vw;
  }
}

.fz30 {
  font-size: 30px;
}

@media screen and (max-width: 767px) {
  .fz30 {
    font-size: 23px;
  }
}

@media screen and (min-width: 768px) {
  .section {
    padding: 130px 0;
  }
}

@media screen and (max-width: 767px) {
  .section {
    padding: 17.33vw 0;
  }
}

.posi-re {
  position: relative;
  z-index: 1;
}

.card-title {
  font-size: 24px;
  margin-top: 60px;
  text-align: center;
  line-height: 1;
}

@media screen and (max-width: 767px) {
  .card-title {
    margin-top: 4.93vw;
    font-size: 23px;
    letter-spacing: 0.1em;
    line-height: calc( 52 / 44.6);
  }
}

.card-text {
  margin-top: 20px;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .card-text {
    margin-top: 4.93vw;
    letter-spacing: 0em;
  }
}

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

@media screen and (min-width: 768px) {
  .card-link {
    margin-top: 87px;
  }
}

@media screen and (max-width: 767px) {
  .card-link {
    margin-top: 12vw;
  }
}

.util-link {
  text-align: center;
  width: 200px;
  padding: 14px 0;
  border: 1px solid #fff;
  border-radius: 32px;
  font-size: 17px;
  font-family: "engravers-gothic-bt", "Noto Sans JP", "ヒラギノ角ゴシック", "Hiragino Sans", YuGothic, "Yu Gothic", sans-serif;
  line-height: 1;
  transition: all .3s;
  letter-spacing: 0.1em;
  position: relative;
}

@media screen and (max-width: 767px) {
  .util-link {
    width: 62.93vw;
    padding: 4vw 0;
    font-size: 20px;
  }
}

.util-link::before {
  display: inline-block;
  content: "";
  height: 1px;
  position: absolute;
  background: #fff;
  width: 18px;
  top: 22px;
  right: 21px;
}

@media screen and (max-width: 767px) {
  .util-link::before {
    width: 6vw;
    top: 6.93vw;
    right: 7.6vw;
  }
}

.util-link::after {
  content: "";
  width: 8px;
  height: 1px;
  position: absolute;
  background: #fff;
  -webkit-transform-origin: 0px 0.5px;
  transform-origin: 0px 0.5px;
  -webkit-transform: rotate(30deg);
  transform: rotate(30deg);
  top: 18px;
  right: 20px;
}

@media screen and (max-width: 767px) {
  .util-link::after {
    top: 5.8vw;
    right: 7.6vw;
  }
}

.util-link:hover::before {
  background-color: #001a2c;
}

.util-link:hover::after {
  background-color: #001a2c;
}

.util-link:hover {
  color: #001a2c;
  background-color: #fff;
  opacity: 1;
}

.p-title {
  font-size: 30px;
}

@media screen and (max-width: 767px) {
  .p-title {
    font-size: 23px;
  }
}

.p-top-view {
  padding-top: 75px;
  position: relative;
}

@media screen and (max-width: 767px) {
  .p-top-view {
    padding-top: 54px;
  }
}

@media screen and (max-width: 767px) {
  .p-top-view-img img {
    height: 48.27vw;
  }
}

.p-top-title {
  position: absolute;
  content: "";
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  font-size: 40px;
}

@media screen and (max-width: 767px) {
  .p-top-title {
    font-size: 33px;
    white-space: nowrap;
  }
}

.bread_crumb {
  display: flex;
  margin-top: 10px;
}

.bread_crumb li {
  font-family: "Noto Sans JP", "ヒラギノ角ゴシック", "Hiragino Sans", YuGothic, "Yu Gothic", sans-serif;
  font-size: 15px;
}

.bread_crumb li:nth-child(n+1) {
  margin-left: 5px;
}

.bread_crumb li a {
  font-family: "Noto Sans JP", "ヒラギノ角ゴシック", "Hiragino Sans", YuGothic, "Yu Gothic", sans-serif;
  font-size: 15px;
}

.bread_crumb li a::after {
  content: "/";
  margin-left: 5px;
}

.mt50 {
  margin-top: 50px;
}

.contact-top-text {
  margin-top: 85px;
  letter-spacing: 0.15em;
}

@media screen and (max-width: 767px) {
  .contact-top-text {
    margin-top: 11.3vw;
  }
}

.contact-form {
  margin-top: 70px;
  max-width: 626px;
  margin: 70px auto 0;
}

.contact-form-title {
  margin-top: 90px;
}

@media screen and (max-width: 767px) {
  .contact-form-title {
    margin-top: 11.3vw;
  }
}

.contact-form {
  margin-top: 70px;
}

.contact-form input[type="text"],
.contact-form input[type="email"],
.contact-form input[type="tel"] {
  width: 100%;
  border: 0;
  font-size: 18px;
  padding: .2em .5em;
  box-shadow: 5px 6px 15px rgba(96, 96, 96, 0.16);
  border-radius: 8px;
  font-family: "Noto Sans JP", "ヒラギノ角ゴシック", "Hiragino Sans", YuGothic, "Yu Gothic", sans-serif;
}

@media screen and (max-width: 767px) {
  .contact-form input[type="text"],
  .contact-form input[type="email"],
  .contact-form input[type="tel"] {
    width: 42.93vw;
  }
}

.contact-form textarea {
  width: 100%;
  border: 0;
  font-size: 18px;
  padding: .2em .5em;
  box-shadow: 5px 6px 15px rgba(96, 96, 96, 0.16);
  border-radius: 8px;
  font-family: "Noto Sans JP", "ヒラギノ角ゴシック", "Hiragino Sans", YuGothic, "Yu Gothic", sans-serif;
}

.contact-form input[type="text"],
.contact-form input[type="email"],
.contact-form input[type="tel"] {
  height: 30px;
}

.contact-form textarea {
  min-height: 180px;
  resize: vertical;
}

.contact-item-title {
  font-size: 20px;
}

@media screen and (max-width: 767px) {
  .contact-item-title {
    font-size: 18px;
    margin-bottom: 6.67vw;
  }
}

.required {
  position: relative;
}

.required::after {
  content: "*";
  position: absolute;
  top: -8px;
  left: 0;
  color: #ff0000;
  font-size: 20px;
  font-weight: bold;
  font-family: "Noto Sans JP", "ヒラギノ角ゴシック", "Hiragino Sans", YuGothic, "Yu Gothic", sans-serif;
}

@media screen and (min-width: 768px) {
  .contact-item {
    display: flex;
  }
  .contact-item .contact-item-title {
    flex: 0 0 250px;
  }
}

@media screen and (min-width: 768px) {
  .contact-item2 {
    display: flex;
    width: 100%;
  }
}

.contact-item2 .contact-item-title {
  flex: 0 0 250px;
}

.contact-item2 .contact-item-input1 {
  flex: 0 1 40%;
}

.contact-item2 .contact-item-input2 {
  flex: 0 1 100%;
}

@media screen and (max-width: 767px) {
  .contact-form-name {
    display: inline;
  }
}

.contact-form-name input[type="text"] {
  width: 124px;
  margin-left: 1.8%;
}

@media screen and (max-width: 767px) {
  .contact-form-name input[type="text"] {
    width: 28.67vw;
    margin-left: 0;
  }
}

.contact-list {
  margin-bottom: 40px;
  width: 100%;
}

@media screen and (max-width: 767px) {
  .contact-list {
    margin-bottom: 6.67vw;
  }
}

.contact-name1 {
  margin-right: 1.8%;
}

@media screen and (max-width: 767px) {
  .contact-name1 {
    display: inline-block;
    margin-right: 1vw;
  }
}

.contact-name2 {
  margin-right: 1.8%;
  margin-left: 5.1%;
}

@media screen and (max-width: 767px) {
  .contact-name2 {
    display: inline-block;
    margin-right: 0vw;
    margin-left: 11vw;
  }
}

.contact-name3 {
  margin-right: 1.8%;
  margin-left: 3%;
}

@media screen and (max-width: 767px) {
  .contact-name3 {
    display: inline-block;
    margin-right: 0vw;
    margin-left: 1vw;
  }
}

.contact-item-input {
  flex: 0 0 100%;
}

.contact-footer-submit {
  text-align: center;
  margin-top: 150px;
}

@media screen and (max-width: 767px) {
  .contact-footer-submit {
    margin-top: 13vw;
  }
}

.top-back-link {
  letter-spacing: 0.1em;
  width: 360px;
  font-size: 28px;
  border: 1px solid #fff;
  border-radius: 39px;
  line-height: 1;
  transition: all .3s;
  letter-spacing: 0.1em;
  padding: 25px;
  font-family: "Noto Serif JP", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "Yu Mincho Light", "YuMincho", "Yu Mincho", "游明朝体", sans-serif;
  background-color: #001a2c;
  color: #fff;
  position: relative;
}

.top-back-link::before {
  display: inline-block;
  content: "";
  height: 1px;
  position: absolute;
  background: #fff;
  width: 35px;
  top: 39px;
  right: 46px;
}

@media screen and (max-width: 767px) {
  .top-back-link::before {
    top: 28px;
    right: 16px;
  }
}

.top-back-link::after {
  content: "";
  width: 12px;
  height: 1px;
  position: absolute;
  background: #fff;
  -webkit-transform-origin: 0px 0.5px;
  transform-origin: 0px 0.5px;
  -webkit-transform: rotate(30deg);
  transform: rotate(30deg);
  top: 33px;
  right: 43px;
}

@media screen and (max-width: 767px) {
  .top-back-link::after {
    top: 22px;
    right: 14px;
  }
}

.top-back-link:hover::before {
  background-color: #001a2c;
  opacity: 1;
}

.top-back-link:hover::after {
  background-color: #001a2c;
  opacity: 1;
}

.top-back-link:hover {
  color: #001a2c;
  background-color: #fff;
  opacity: 1;
}

.btn-submit-link {
  max-width: 360px;
  margin-right: auto;
  margin-left: auto;
  position: relative;
}

.btn-submit-link::before {
  display: inline-block;
  content: "";
  height: 1px;
  position: absolute;
  background: #fff;
  width: 35px;
  top: 42px;
  right: 46px;
}

@media screen and (max-width: 767px) {
  .btn-submit-link::before {
    top: 7.6vw;
    right: 17vw;
  }
}

.btn-submit-link::after {
  content: "";
  width: 12px;
  height: 1px;
  position: absolute;
  background: #fff;
  -webkit-transform-origin: 0px 0.5px;
  transform-origin: 0px 0.5px;
  -webkit-transform: rotate(30deg);
  transform: rotate(30deg);
  top: 36px;
  right: 43px;
}

@media screen and (max-width: 767px) {
  .btn-submit-link::after {
    top: 6.1vw;
    right: 16.7vw;
  }
}

.btn-submit-link:hover::before {
  background-color: #001a2c;
  opacity: 1;
}

.btn-submit-link:hover::after {
  background-color: #001a2c;
  opacity: 1;
}

.submit-link {
  font-size: 28px;
  font-family: "Noto Serif JP", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "Yu Mincho Light", "YuMincho", "Yu Mincho", "游明朝体", sans-serif;
  letter-spacing: 0.1em;
  line-height: 1;
  width: 360px;
  border: 1px solid #fff;
  border-radius: 39px;
  transition: all .3s;
  padding: 25px 0;
  background-color: #001a2c;
  color: #fff;
}

@media screen and (max-width: 767px) {
  .submit-link {
    width: 60.8vw;
    font-size: 23px;
    padding: 4vw 0;
  }
}

.submit-link:hover {
  background-color: #fff;
  color: #001a2c;
  cursor: pointer;
}

.wpcf7-not-valid-tip {
  font-size: 12px;
  font-weight: bold;
  color: #ff0000;
}

.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output {
  display: none !important;
}

div.wpcf7 .ajax-loader {
  display: none;
}

/* ===============================================
// Thanks
=============================================== */
.thanks-title {
  font-size: 30px;
}

@media screen and (max-width: 767px) {
  .thanks-title {
    font-size: 23px;
  }
}

.thanks-text {
  margin-top: 80px;
}

.back-link {
  margin-top: 80px;
}

@media screen and (max-width: 767px) {
  .about-top-inner {
    margin: 0 auto;
    height: inherit;
    padding: 0 6.63vw;
    box-sizing: content-box;
  }
}

.about-lead {
  font-size: 30px;
  margin-top: 105px;
}

@media screen and (max-width: 767px) {
  .about-lead {
    margin-top: 8.4vw;
    font-size: 23px;
  }
}

.about-text {
  margin-top: 105px;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .about-text {
    margin-top: 8.4vw;
    font-size: 15px;
  }
}

.mt105 {
  margin-top: 105px;
}

@media screen and (max-width: 767px) {
  .mt105 {
    margin-top: 13.33vw;
  }
}

.pre-name {
  text-align: right;
  margin-bottom: 160px;
  margin-top: 160px;
}

.pre-name span {
  font-size: 25px;
  display: inline-block;
  margin-left: 20px;
}

@media screen and (max-width: 767px) {
  .pre-name {
    font-size: 15px;
    margin-top: 12.67vw;
    margin-bottom: 18.13vw;
  }
  .pre-name span {
    font-size: 18px;
  }
}

.about-content {
  margin-top: 123px;
}

@media screen and (max-width: 767px) {
  .about-content {
    margin-top: 18.13vw;
  }
}

.about-content-inner {
  max-width: 617px;
  margin: 0 auto;
}

@media screen and (min-width: 768px) {
  .about-content-item {
    display: flex;
    padding: 23px 0;
    border-bottom: 1px solid #fff;
  }
  .about-content-item:last-child {
    border-bottom: 0;
  }
}

@media screen and (min-width: 768px) {
  .about-content-item-title {
    width: 28%;
    font-size: 23px;
    padding-left: 33px;
  }
}

@media screen and (max-width: 767px) {
  .about-content-item-title {
    font-size: 18px;
    border-bottom: 1px solid #fff;
    padding: 5.33vw 0;
  }
}

.about-content-item-text {
  font-size: 20px;
  letter-spacing: 0.1em;
}

@media screen and (max-width: 767px) {
  .about-content-item-text {
    font-size: 18px;
    border-bottom: 1px solid #fff;
    padding: 5.33vw 0;
  }
  .about-content-item-text.-border-none {
    border: none;
  }
}

@font-face {
  /*フォントの名前*/
  font-family: "engravers-gothic-bt";
  /*フォントファイルへのパス（複数指定の場合、上から順に読み込まれる）*/
  src: url("../font/subset_engravers-gothic-bt.woff") format("woff");
}

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

@media screen and (min-width: 768px) {
  .is-sp {
    display: none;
  }
}

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

.section-title {
  font-size: 45px;
  line-height: 1;
  font-family: "engravers-gothic-bt", "Noto Sans JP", "ヒラギノ角ゴシック", "Hiragino Sans", YuGothic, "Yu Gothic", sans-serif;
}

@media screen and (max-width: 767px) {
  .section-title {
    font-size: 30px;
  }
}

.section-sub-title {
  font-size: 20px;
  line-height: 1;
  margin-top: 25px;
}

@media screen and (max-width: 767px) {
  .section-sub-title {
    font-size: 18px;
    margin-top: 2vw;
  }
}

.fz30 {
  font-size: 30px;
}

@media screen and (max-width: 767px) {
  .fz30 {
    font-size: 23px;
  }
}

@media screen and (min-width: 768px) {
  .section {
    padding: 130px 0;
  }
}

@media screen and (max-width: 767px) {
  .section {
    padding: 17.33vw 0;
  }
}

.posi-re {
  position: relative;
  z-index: 1;
}

.card-title {
  font-size: 24px;
  margin-top: 60px;
  text-align: center;
  line-height: 1;
}

@media screen and (max-width: 767px) {
  .card-title {
    margin-top: 4.93vw;
    font-size: 23px;
    letter-spacing: 0.1em;
    line-height: calc( 52 / 44.6);
  }
}

.card-text {
  margin-top: 20px;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .card-text {
    margin-top: 4.93vw;
    letter-spacing: 0em;
  }
}

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

@media screen and (min-width: 768px) {
  .card-link {
    margin-top: 87px;
  }
}

@media screen and (max-width: 767px) {
  .card-link {
    margin-top: 12vw;
  }
}

.util-link {
  text-align: center;
  width: 200px;
  padding: 14px 0;
  border: 1px solid #fff;
  border-radius: 32px;
  font-size: 17px;
  font-family: "engravers-gothic-bt", "Noto Sans JP", "ヒラギノ角ゴシック", "Hiragino Sans", YuGothic, "Yu Gothic", sans-serif;
  line-height: 1;
  transition: all .3s;
  letter-spacing: 0.1em;
  position: relative;
}

@media screen and (max-width: 767px) {
  .util-link {
    width: 62.93vw;
    padding: 4vw 0;
    font-size: 20px;
  }
}

.util-link::before {
  display: inline-block;
  content: "";
  height: 1px;
  position: absolute;
  background: #fff;
  width: 18px;
  top: 22px;
  right: 21px;
}

@media screen and (max-width: 767px) {
  .util-link::before {
    width: 6vw;
    top: 6.93vw;
    right: 7.6vw;
  }
}

.util-link::after {
  content: "";
  width: 8px;
  height: 1px;
  position: absolute;
  background: #fff;
  -webkit-transform-origin: 0px 0.5px;
  transform-origin: 0px 0.5px;
  -webkit-transform: rotate(30deg);
  transform: rotate(30deg);
  top: 18px;
  right: 20px;
}

@media screen and (max-width: 767px) {
  .util-link::after {
    top: 5.8vw;
    right: 7.6vw;
  }
}

.util-link:hover::before {
  background-color: #001a2c;
}

.util-link:hover::after {
  background-color: #001a2c;
}

.util-link:hover {
  color: #001a2c;
  background-color: #fff;
  opacity: 1;
}

.p-title {
  font-size: 30px;
}

@media screen and (max-width: 767px) {
  .p-title {
    font-size: 23px;
  }
}

.p-top-view {
  padding-top: 75px;
  position: relative;
}

@media screen and (max-width: 767px) {
  .p-top-view {
    padding-top: 54px;
  }
}

@media screen and (max-width: 767px) {
  .p-top-view-img img {
    height: 48.27vw;
  }
}

.p-top-title {
  position: absolute;
  content: "";
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  font-size: 40px;
}

@media screen and (max-width: 767px) {
  .p-top-title {
    font-size: 33px;
    white-space: nowrap;
  }
}

.bread_crumb {
  display: flex;
  margin-top: 10px;
}

.bread_crumb li {
  font-family: "Noto Sans JP", "ヒラギノ角ゴシック", "Hiragino Sans", YuGothic, "Yu Gothic", sans-serif;
  font-size: 15px;
}

.bread_crumb li:nth-child(n+1) {
  margin-left: 5px;
}

.bread_crumb li a {
  font-family: "Noto Sans JP", "ヒラギノ角ゴシック", "Hiragino Sans", YuGothic, "Yu Gothic", sans-serif;
  font-size: 15px;
}

.bread_crumb li a::after {
  content: "/";
  margin-left: 5px;
}

.mt50 {
  margin-top: 50px;
}

.qa-content {
  max-width: 750px;
  margin: 100px auto 0;
}

@media screen and (max-width: 767px) {
  .qa-content {
    margin: 9.87vw auto 0;
  }
}

.qa-item-head {
  font-size: 30px;
  padding: 25px 50px;
  line-height: 1;
  background-color: #fff;
  color: #001a2c;
  position: relative;
  margin-top: 60px;
}

@media screen and (max-width: 767px) {
  .qa-item-head {
    font-size: 18px;
    padding: 3.6vw;
    margin-top: 7.33vw;
  }
}

.js-accordion-icon {
  width: 25px;
  height: 25px;
  background: transparent url(../images/plus-icon.svg) no-repeat center center/contain;
  position: absolute;
  right: 60px;
  top: 50%;
  transform: translateY(-50%);
}

@media screen and (max-width: 767px) {
  .js-accordion-icon {
    width: 20px;
    height: 20px;
    right: 3.6vw;
  }
}

.js-accordion-icon.is-open {
  background: transparent url(../images/minus-icon.svg) no-repeat center center/contain;
}

.qa-item-body {
  display: none;
}

.qa-item-body-item {
  margin-top: 60px;
  background-color: #fff;
  padding: 34px 24px 18px;
  margin-top: 60px;
}

@media screen and (max-width: 767px) {
  .qa-item-body-item {
    padding: 3.6vw;
    margin-top: 7.33vw;
  }
}

.qa-item-body-q {
  color: #001a2c;
  border-bottom: 1px dashed #001a2c;
  padding-left: 48px;
  padding-bottom: 5px;
  position: relative;
  letter-spacing: 0.05em;
}

@media screen and (max-width: 767px) {
  .qa-item-body-q {
    font-size: 15px;
    padding-left: 6.67vw;
  }
}

.qa-item-body-q::before {
  content: "Q.";
  position: absolute;
  top: 7px;
  left: 14px;
  color: #001a2c;
  line-height: 1;
}

@media screen and (max-width: 767px) {
  .qa-item-body-q::before {
    top: 1vw;
    left: 1vw;
  }
}

.qa-item-body-a {
  color: #001a2c;
  padding-left: 48px;
  position: relative;
  letter-spacing: 0.05em;
  line-height: calc( 27 / 18);
  padding-top: 10px;
  min-height: 110px;
}

@media screen and (max-width: 767px) {
  .qa-item-body-a {
    font-size: 15px;
    padding-left: 6.67vw;
  }
}

.qa-item-body-a::before {
  content: "A.";
  position: absolute;
  top: 15px;
  left: 14px;
  color: #001a2c;
  line-height: 1;
}

@media screen and (max-width: 767px) {
  .qa-item-body-a::before {
    top: 1vw;
    left: 1vw;
  }
}

@font-face {
  /*フォントの名前*/
  font-family: "engravers-gothic-bt";
  /*フォントファイルへのパス（複数指定の場合、上から順に読み込まれる）*/
  src: url("../font/subset_engravers-gothic-bt.woff") format("woff");
}

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

@media screen and (min-width: 768px) {
  .is-sp {
    display: none;
  }
}

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

.section-title {
  font-size: 45px;
  line-height: 1;
  font-family: "engravers-gothic-bt", "Noto Sans JP", "ヒラギノ角ゴシック", "Hiragino Sans", YuGothic, "Yu Gothic", sans-serif;
}

@media screen and (max-width: 767px) {
  .section-title {
    font-size: 30px;
  }
}

.section-sub-title {
  font-size: 20px;
  line-height: 1;
  margin-top: 25px;
}

@media screen and (max-width: 767px) {
  .section-sub-title {
    font-size: 18px;
    margin-top: 2vw;
  }
}

.fz30 {
  font-size: 30px;
}

@media screen and (max-width: 767px) {
  .fz30 {
    font-size: 23px;
  }
}

@media screen and (min-width: 768px) {
  .section {
    padding: 130px 0;
  }
}

@media screen and (max-width: 767px) {
  .section {
    padding: 17.33vw 0;
  }
}

.posi-re {
  position: relative;
  z-index: 1;
}

.card-title {
  font-size: 24px;
  margin-top: 60px;
  text-align: center;
  line-height: 1;
}

@media screen and (max-width: 767px) {
  .card-title {
    margin-top: 4.93vw;
    font-size: 23px;
    letter-spacing: 0.1em;
    line-height: calc( 52 / 44.6);
  }
}

.card-text {
  margin-top: 20px;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .card-text {
    margin-top: 4.93vw;
    letter-spacing: 0em;
  }
}

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

@media screen and (min-width: 768px) {
  .card-link {
    margin-top: 87px;
  }
}

@media screen and (max-width: 767px) {
  .card-link {
    margin-top: 12vw;
  }
}

.util-link {
  text-align: center;
  width: 200px;
  padding: 14px 0;
  border: 1px solid #fff;
  border-radius: 32px;
  font-size: 17px;
  font-family: "engravers-gothic-bt", "Noto Sans JP", "ヒラギノ角ゴシック", "Hiragino Sans", YuGothic, "Yu Gothic", sans-serif;
  line-height: 1;
  transition: all .3s;
  letter-spacing: 0.1em;
  position: relative;
}

@media screen and (max-width: 767px) {
  .util-link {
    width: 62.93vw;
    padding: 4vw 0;
    font-size: 20px;
  }
}

.util-link::before {
  display: inline-block;
  content: "";
  height: 1px;
  position: absolute;
  background: #fff;
  width: 18px;
  top: 22px;
  right: 21px;
}

@media screen and (max-width: 767px) {
  .util-link::before {
    width: 6vw;
    top: 6.93vw;
    right: 7.6vw;
  }
}

.util-link::after {
  content: "";
  width: 8px;
  height: 1px;
  position: absolute;
  background: #fff;
  -webkit-transform-origin: 0px 0.5px;
  transform-origin: 0px 0.5px;
  -webkit-transform: rotate(30deg);
  transform: rotate(30deg);
  top: 18px;
  right: 20px;
}

@media screen and (max-width: 767px) {
  .util-link::after {
    top: 5.8vw;
    right: 7.6vw;
  }
}

.util-link:hover::before {
  background-color: #001a2c;
}

.util-link:hover::after {
  background-color: #001a2c;
}

.util-link:hover {
  color: #001a2c;
  background-color: #fff;
  opacity: 1;
}

.p-title {
  font-size: 30px;
}

@media screen and (max-width: 767px) {
  .p-title {
    font-size: 23px;
  }
}

.p-top-view {
  padding-top: 75px;
  position: relative;
}

@media screen and (max-width: 767px) {
  .p-top-view {
    padding-top: 54px;
  }
}

@media screen and (max-width: 767px) {
  .p-top-view-img img {
    height: 48.27vw;
  }
}

.p-top-title {
  position: absolute;
  content: "";
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  font-size: 40px;
}

@media screen and (max-width: 767px) {
  .p-top-title {
    font-size: 33px;
    white-space: nowrap;
  }
}

.bread_crumb {
  display: flex;
  margin-top: 10px;
}

.bread_crumb li {
  font-family: "Noto Sans JP", "ヒラギノ角ゴシック", "Hiragino Sans", YuGothic, "Yu Gothic", sans-serif;
  font-size: 15px;
}

.bread_crumb li:nth-child(n+1) {
  margin-left: 5px;
}

.bread_crumb li a {
  font-family: "Noto Sans JP", "ヒラギノ角ゴシック", "Hiragino Sans", YuGothic, "Yu Gothic", sans-serif;
  font-size: 15px;
}

.bread_crumb li a::after {
  content: "/";
  margin-left: 5px;
}

.mt50 {
  margin-top: 50px;
}

.voice-content {
  max-width: 748px;
  margin: 0 auto;
  margin-top: 180px;
}

@media screen and (max-width: 767px) {
  .voice-content {
    margin-top: 12vw;
  }
}

.voice-content-img {
  width: 100%;
  margin-top: 43px;
}

.container {
  max-width: 1000px;
  margin: 0 auto;
  height: inherit;
  padding: 0 40px;
  box-sizing: content-box;
}

@media screen and (max-width: 767px) {
  .container {
    padding: 0 6.63vw;
  }
}

.wrapper {
  max-width: 1190px;
  margin: 0 auto;
  height: inherit;
  padding: 0 40px;
  box-sizing: content-box;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html,
body {
  margin: 0;
  padding: 0;
}

body {
  font-family: "Noto Serif JP", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "Yu Mincho Light", "YuMincho", "Yu Mincho", "游明朝体", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background: #001a2c;
  overflow-x: hidden;
  overflow-wrap: break-word;
  position: relative;
  width: 100%;
  color: #fff;
}

@media screen and (min-width: 768px) {
  body {
    font-size: 18px;
    line-height: calc( 35 / 18);
    letter-spacing: 0.2em;
  }
}

@media screen and (max-width: 767px) {
  body {
    line-height: calc( 45 / 30);
    font-size: 18px;
    letter-spacing: 0.05em;
  }
}

a {
  display: inline-block;
  color: #fff;
  transition: all .3s;
}

a:hover {
  opacity: 0.7;
}

img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
  object-fit: cover;
}

/* ===============================================
// header 
=============================================== */
.header {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  height: 75px;
  /*バーガーアイコンのカラー*/
}

@media screen and (max-width: 767px) {
  .header {
    height: 54px;
    background-color: #001a2c;
  }
}

.drawer--right .header .drawer-hamburger {
  right: 16px;
  top: -1px;
  transition: all .3s;
}

.header .drawer-hamburger-icon {
  background-color: #fff;
  height: 2.5px;
  border-radius: 1.25px;
  width: 36.5px;
  /*バーガーアイコンのオープン時の中心線をなくす*/
}

.drawer-open .header .drawer-hamburger-icon {
  background-color: transparent;
  right: 260px;
}

.header .drawer-hamburger-icon::before, .header .drawer-hamburger-icon::after {
  background-color: #fff;
  height: 2.5px;
  border-radius: 1.25px;
}

.header .drawer-toggle {
  border: none;
  background: transparent;
}

.header-inner {
  display: flex;
  align-items: center;
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 40px;
  box-sizing: content-box;
}

@media screen and (max-width: 767px) {
  .drawer-nav {
    background-color: #001a2c;
    width: 21.25rem;
  }
}

.header-logo {
  position: relative;
  width: 135px;
}

@media screen and (max-width: 767px) {
  .header-logo {
    width: 265px;
    line-height: 54px;
  }
}

.header-logo a {
  line-height: 1.5;
}

.header-nav {
  width: 100%;
  margin-left: 7%;
}

.header-nav li a {
  color: #fff;
}

.global-nav .menu {
  width: 100%;
}

@media screen and (min-width: 768px) {
  .global-nav .menu {
    display: flex;
    justify-content: space-between;
  }
}

@media screen and (max-width: 767px) {
  .global-nav .menu {
    padding: 0 6.67vw;
  }
}

@media screen and (max-width: 767px) {
  .global-nav .menu li {
    text-align: center;
    height: 70px;
    border-bottom: 1px solid #fff;
  }
  .global-nav .menu li:first-child {
    margin-top: 14.67vw;
    border-top: 1px solid #fff;
  }
}

.global-nav .menu li a {
  display: block;
  letter-spacing: .1em;
  height: 75px;
  line-height: 75px;
  font-weight: bold;
  font-family: "engravers-gothic-bt", "Noto Sans JP", "ヒラギノ角ゴシック", "Hiragino Sans", YuGothic, "Yu Gothic", sans-serif;
}

@media screen and (max-width: 767px) {
  .global-nav .menu li a {
    height: 70px;
    line-height: 70px;
  }
}

.global-nav .menu li a:active {
  opacity: 0.7;
}

.current_page_item {
  border: none;
}

.current_page_item a {
  opacity: 0.7;
  border: none !important;
  pointer-events: none;
}

.header-nav-item {
  margin-left: 8.2%;
}

.header-nav-item-link {
  display: block;
  letter-spacing: .1em;
  height: 75px;
  line-height: 75px;
  font-weight: bold;
  font-family: "engravers-gothic-bt", "Noto Sans JP", "ヒラギノ角ゴシック", "Hiragino Sans", YuGothic, "Yu Gothic", sans-serif;
}

@media screen and (min-width: 768px) {
  header.scroll-nav {
    background-color: #001a2c;
    transition: all .3s;
    color: #fff;
  }
}

.git-image {
  opacity: 0;
  position: absolute;
  top: 11px;
  left: 0;
  z-index: 101;
}

.drawer--right .drawer-nav {
  right: -21.25rem;
}

/* ===============================================
// KV
=============================================== */
@media screen and (max-width: 767px) {
  .kv-type {
    padding-top: 54px;
  }
}

.kv-btn {
  transition: all .3s;
}

.kv-btn .n2-ss-button-container {
  position: relative;
  transition: all .3s;
}

.kv-btn .n2-ss-button-container a div div {
  font-family: "engravers-gothic-bt", "Noto Sans JP", "ヒラギノ角ゴシック", "Hiragino Sans", YuGothic, "Yu Gothic", sans-serif !important;
  letter-spacing: 0.2em;
}

.kv-btn .n2-ss-button-container::before {
  display: inline-block;
  content: "";
  height: 1px;
  position: absolute;
  background: #fff;
  width: 35px;
  top: 34px;
  right: 26px;
  transition: all .3s;
}

.kv-btn .n2-ss-button-container::after {
  display: inline-block;
  content: "";
  width: 12px;
  height: 1px;
  position: absolute;
  background: #fff;
  -webkit-transform-origin: 0px 0.5px;
  transform-origin: 0px 0.5px;
  -webkit-transform: rotate(30deg);
  transform: rotate(30deg);
  top: 28px;
  right: 24px;
  transition: all .3s;
}

.kv-btn .n2-ss-button-container:hover::before {
  background-color: #001a2c;
  opacity: 1;
}

.kv-btn .n2-ss-button-container:hover::after {
  background-color: #001a2c;
  opacity: 1;
}

.n2-ss-slide-backgrounds {
  animation-name: key-visual;
  animation-duration: 25s;
  animation-iteration-count: infinite;
  animation-fill-mode: both;
}

@keyframes key-visual {
  0% {
    transform: scale(1.5);
  }
  100% {
    transform: scale(1);
  }
}

.kv-logo1 div img {
  animation-name: fadeIn;
  animation-delay: 2s;
  animation-duration: 6s;
  opacity: 0;
  animation-fill-mode: forwards;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.kv-logo2 div img {
  animation-name: fadeIn;
  animation-delay: 4s;
  animation-duration: 6s;
  opacity: 0;
  animation-fill-mode: forwards;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

/* ===============================================
// top-lead-message
=============================================== */
.information {
  text-align: center;
  max-width: 754px;
  margin: 0 auto 90px;
}

@media screen and (max-width: 767px) {
  .information {
    font-size: 15px;
    margin-bottom: 10.4vw;
  }
}

.top-lead-message-titel {
  font-size: 30px;
}

@media screen and (max-width: 767px) {
  .top-lead-message-titel {
    font-size: 23px;
    letter-spacing: 0em;
  }
}

.top-lead-message-text {
  margin-top: 70px;
}

@media screen and (max-width: 767px) {
  .top-lead-message-text {
    margin-top: 11.33vw;
  }
}

/* ===============================================
// reason
=============================================== */
.reason {
  width: 100%;
  position: relative;
  background-attachment: fixed;
}

@media screen and (min-width: 768px) {
  .reason {
    background: url(../images/lead-message.jpg) center center/cover no-repeat;
  }
}

@media screen and (max-width: 767px) {
  .reason {
    background: url(../images/lead-messagesp.png) center center/cover no-repeat;
  }
}

.reason .section {
  padding: 90px 0;
}

.reason::before {
  width: 100%;
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  height: 100%;
  background-color: rgba(0, 26, 44, 0.7);
}

@media screen and (max-width: 767px) {
  .reason-title {
    font-size: 23px;
  }
}

.reason-title,
.reason-text,
.reason-card,
.reason-footer-text {
  position: relative;
}

.reason-text {
  margin-top: 50px;
}

@media screen and (max-width: 767px) {
  .reason-text {
    margin-top: 6.67vw;
    font-size: 15px;
    line-height: 1.5;
  }
}

.reason-card {
  margin: 30px auto 0;
}

@media screen and (min-width: 768px) {
  .reason-card {
    display: flex;
    justify-content: space-between;
    max-width: 900px;
  }
}

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

.reason-card-item {
  background-color: #fff;
  color: #001a2c;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .reason-card-item {
    flex: 0 0 44%;
    padding: 43px 20px;
  }
}

@media screen and (max-width: 767px) {
  .reason-card-item {
    padding: 6.67vw 6vw;
  }
}

.reason-card-item-img {
  width: 110px;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .reason-card-item-img {
    width: 14.93vw;
  }
}

.reason-card-item-text {
  margin-top: 43px;
  letter-spacing: 0em !important;
  font-size: 17px;
  line-height: calc( 33 / 17);
}

@media screen and (max-width: 767px) {
  .reason-card-item-text {
    margin-top: 3.6vw;
    line-height: calc( 45 / 30);
  }
}

.reason-footer-text {
  margin-top: 80px;
}

@media screen and (max-width: 767px) {
  .reason-footer-text {
    margin-top: 4.13vw;
    font-size: 15px;
    line-height: 1.5;
  }
}

@media screen and (max-width: 767px) {
  .reason-card-item2 {
    margin-top: 4.13vw;
  }
}

/* ===============================================
// Message
=============================================== */
@media screen and (min-width: 768px) {
  .top-message .container {
    max-width: 1184px;
  }
}

@media screen and (max-width: 767px) {
  .top-message .container {
    width: 100%;
    padding: 0;
    margin: 0;
  }
}

@media screen and (min-width: 768px) {
  .top-message-img {
    max-width: 870px;
    margin: 73px auto 0;
  }
}

@media screen and (max-width: 767px) {
  .top-message-img {
    max-width: 70vw;
    margin: 8.8vw auto 0;
  }
}

.top-message-img::before {
  width: 100%;
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  height: 100%;
  background-color: rgba(0, 26, 44, 0.4);
}

.top-message-bg {
  position: relative;
}

.top-message-bg::after {
  content: "";
  position: absolute;
  left: 0;
  background-color: #fff;
  width: 100%;
  height: 710px;
}

@media screen and (min-width: 768px) {
  .top-message-bg::after {
    top: 170px;
    height: 710px;
  }
}

@media screen and (max-width: 767px) {
  .top-message-bg::after {
    top: 17.33vw;
    height: 174vw;
  }
}

.top-message-subtitle {
  margin-top: 74px;
  color: #001a2c;
}

@media screen and (max-width: 767px) {
  .top-message-subtitle {
    font-size: 23px;
    margin-top: 7.73vw;
  }
}

.top-message-text {
  margin-top: 58px;
  color: #001a2c;
}

@media screen and (max-width: 767px) {
  .top-message-text {
    font-size: 18px;
    letter-spacing: 0em;
    margin-top: 8.93vw;
  }
}

/* ===============================================
// Top About us
=============================================== */
.top-about {
  padding-bottom: 130px;
}

@media screen and (max-width: 767px) {
  .top-about {
    padding-bottom: 21.33vw;
  }
}

@media screen and (min-width: 768px) {
  .top-about-inner {
    display: flex;
    justify-content: space-between;
  }
}

@media screen and (max-width: 767px) {
  .top-about-title {
    margin-top: 12vw;
  }
}

@media screen and (min-width: 768px) {
  .top-about-img {
    flex: 0 0 50%;
  }
}

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

@media screen and (min-width: 768px) {
  .top-about-right {
    flex: 0 0 50%;
  }
}

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

/* ===============================================
// Top-Service
=============================================== */
.top-service-view {
  background-attachment: fixed;
  position: relative;
}

@media screen and (min-width: 768px) {
  .top-service-view {
    background: url(../images/kv-2.jpg) top center/cover no-repeat;
  }
}

@media screen and (max-width: 767px) {
  .top-service-view {
    background: url(../images/top-servicesp.png) center center/cover no-repeat;
  }
}

@media screen and (min-width: 768px) {
  .top-service-view {
    padding: 150px 0 163px;
  }
}

@media screen and (max-width: 767px) {
  .top-service-view {
    padding: 16vw 0;
  }
}

.top-service-view::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: white;
  background: linear-gradient(90deg, white 0%, #001a2c 87%, #0f0f0f 100%);
  opacity: 0.8;
}

.top-service-title {
  color: #001a2c;
}

@media screen and (max-width: 767px) {
  .top-service-title {
    font-size: 40px;
  }
}

.top-service-item-text {
  letter-spacing: 0.1em;
}

@media screen and (max-width: 767px) {
  .top-service-item-text {
    margin-top: 5.33vw;
    font-size: 18px;
  }
}

.top-service-link {
  margin-top: 70px;
}

@media screen and (max-width: 767px) {
  .top-service-link {
    text-align: center;
  }
}

.top-service-link .util-link {
  background-color: #001a2c;
  border-color: #001a2c;
  color: #fff;
}

.top-service-link .util-link:hover {
  background-color: #fff;
  color: #001a2c;
}

@media screen and (min-width: 768px) {
  .top-service-items {
    display: flex;
    justify-content: space-between;
  }
}

@media screen and (min-width: 768px) {
  .top-service-item,
  .top-service-item2 {
    flex: 0 0 50%;
  }
}

.top-service-item-title {
  font-size: 23px;
}

@media screen and (max-width: 767px) {
  .top-service-item2 {
    margin-top: 21.07vw;
  }
}

@media screen and (min-width: 768px) {
  .top-service-item-img {
    width: 84.2%;
    margin: 0 auto;
  }
}

@media screen and (max-width: 767px) {
  .top-service-item-img {
    width: 56vw;
    margin: 0 auto;
  }
}

.top-service-item-img {
  margin-top: 30px;
}

.service-item-text {
  margin-top: 20px;
  letter-spacing: 0em !important;
  text-align: center;
}

.top-service-item-footer {
  margin-top: 50px;
}

@media screen and (max-width: 767px) {
  .top-service-item-footer {
    margin-top: 9.33vw;
  }
}

/* ===============================================
// top-achievements
=============================================== */
.top-achievements.section {
  padding: 0 0 17.33vw;
}

@media screen and (max-width: 767px) {
  .top-achievements-title {
    margin-top: 9vw;
  }
}

@media screen and (min-width: 768px) {
  .top-achievements-items {
    display: flex;
    justify-content: space-between;
  }
}

@media screen and (min-width: 768px) {
  .top-achievements-img {
    flex: 0 0 43%;
  }
}

@media screen and (min-width: 768px) {
  .top-achievements-right {
    flex: 0 0 45%;
  }
}

.top-achivements-footer .util-link {
  width: 250px;
}

@media screen and (max-width: 767px) {
  .top-achivements-footer .util-link::before {
    right: 4vw !important;
  }
}

@media screen and (max-width: 767px) {
  .top-achivements-footer .util-link::after {
    right: 3.6vw  !important;
  }
}

/* ===============================================
// Top-voice
=============================================== */
.top-voice {
  position: relative;
}

@media screen and (max-width: 767px) {
  .top-voice-title {
    font-size: 40px;
  }
}

.top-voice-wrapper {
  padding: 150px 0 55px;
  background-attachment: fixed;
  position: relative;
}

@media screen and (min-width: 768px) {
  .top-voice-wrapper {
    background: url(../images/voice-bg.png) center center/cover no-repeat;
  }
}

@media screen and (max-width: 767px) {
  .top-voice-wrapper {
    padding: 16vw 0 42.93vw;
    background: url(../images/top-voicesp.png) center center/cover no-repeat;
  }
}

.top-voice-wrapper::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
}

.top-voice-wrapper::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: white;
  background: linear-gradient(90deg, white 0%, #e8e9ea 50%, #212e3c 100%);
  opacity: .5;
}

.top-voice-title {
  color: #001a2c;
}

.top-voice-text {
  text-shadow: 2px 2px 5px rgba(0, 26, 44, 0.8);
}

.top-voice-middle {
  font-size: 24px;
  margin-top: 315px;
  line-height: 1;
}

@media screen and (max-width: 767px) {
  .top-voice-middle {
    font-size: 23px;
    margin-top: 17.33vw;
    line-height: 1.2;
  }
}

.top-voice-footer {
  margin-top: 38px;
}

@media screen and (max-width: 767px) {
  .top-voice-footer {
    margin-top: 5.33vw;
  }
}

.top-voice-link {
  margin-top: 38px;
}

.top-voice-bg {
  background-color: #001a2c;
  width: 50%;
  position: absolute;
  bottom: 0;
  left: 0;
  height: 400px;
}

.top-voice-content-sp {
  margin-top: 100px;
}

/* ===============================================
// Top-QA
=============================================== */
@media screen and (max-width: 767px) {
  .top-qa-title {
    margin-top: 9vw;
  }
}

@media screen and (min-width: 768px) {
  .top-qa-inner {
    display: flex;
    justify-content: space-between;
  }
}

@media screen and (min-width: 768px) {
  .top-qa-img {
    flex: 0 0 43%;
  }
}

@media screen and (min-width: 768px) {
  .top-qa-right {
    flex: 0 0 43%;
  }
}

.top-qa-middle-text.card-title {
  font-size: 22px;
}

/* ===============================================
// Top-contact
=============================================== */
@media screen and (max-width: 767px) {
  .top-contact.section {
    padding: 17.33vw 0 28.27vw;
  }
}

.top-contact-footer {
  margin-top: 50px;
}

@media screen and (min-width: 768px) {
  .top-contact-link {
    letter-spacing: 0.1em;
    width: 360px;
    font-size: 28px;
    font-family: "engravers-gothic-bt", "Noto Sans JP", "ヒラギノ角ゴシック", "Hiragino Sans", YuGothic, "Yu Gothic", sans-serif;
    border: 1px solid #fff;
    border-radius: 39px;
    line-height: 1;
    transition: all .3s;
    letter-spacing: 0.1em;
    padding: 25px;
    background-color: #fff;
    color: #001a2c;
    position: relative;
  }
  .top-contact-link:hover {
    opacity: 1;
    background-color: #001a2c;
    color: #fff;
    border-color: #fff;
  }
  .top-contact-link::before {
    display: inline-block;
    content: "";
    height: 1px;
    position: absolute;
    background: #001a2c;
    width: 35px;
    top: 42px;
    right: 46px;
  }
  .top-contact-link::after {
    content: "";
    width: 12px;
    height: 1px;
    position: absolute;
    background: #001a2c;
    -webkit-transform-origin: 0px 0.5px;
    transform-origin: 0px 0.5px;
    -webkit-transform: rotate(30deg);
    transform: rotate(30deg);
    top: 36px;
    right: 43px;
  }
  .top-contact-link:hover::before {
    background-color: #fff;
    opacity: 1;
  }
  .top-contact-link:hover::after {
    background-color: #fff;
    opacity: 1;
  }
}

@media screen and (max-width: 767px) {
  .top-contact-link {
    text-align: center;
    width: 62.93vw;
    padding: 4vw 0;
    border: 1px solid #fff;
    border-radius: 32px;
    font-size: 20px;
    font-family: "engravers-gothic-bt", "Noto Sans JP", "ヒラギノ角ゴシック", "Hiragino Sans", YuGothic, "Yu Gothic", sans-serif;
    line-height: 1;
    transition: all .3s;
    letter-spacing: 0.1em;
    background-color: #fff;
    color: #001a2c;
    position: relative;
  }
  .top-contact-link::before {
    display: inline-block;
    content: "";
    height: 1px;
    position: absolute;
    background: #fff;
    width: 18px;
    top: 22px;
    right: 21px;
  }
}

@media screen and (max-width: 767px) and (max-width: 767px) {
  .top-contact-link::before {
    width: 6vw;
    top: 6.93vw;
    right: 7.6vw;
  }
}

@media screen and (max-width: 767px) {
  .top-contact-link::after {
    content: "";
    width: 8px;
    height: 1px;
    position: absolute;
    background: #fff;
    -webkit-transform-origin: 0px 0.5px;
    transform-origin: 0px 0.5px;
    -webkit-transform: rotate(30deg);
    transform: rotate(30deg);
    top: 18px;
    right: 20px;
  }
}

@media screen and (max-width: 767px) and (max-width: 767px) {
  .top-contact-link::after {
    top: 5.8vw;
    right: 7.6vw;
  }
}

@media screen and (max-width: 767px) {
  .top-contact-link:hover::before {
    background-color: #001a2c;
  }
  .top-contact-link:hover::after {
    background-color: #001a2c;
  }
  .top-contact-link:hover {
    color: #001a2c;
    background-color: #fff;
    opacity: 1;
  }
  .top-contact-link::before {
    background-color: #001a2c;
  }
  .top-contact-link::after {
    background-color: #001a2c;
  }
}

/* ===============================================
// Footer
=============================================== */
.footer {
  width: 100%;
}

@media screen and (min-width: 768px) {
  .footer {
    padding: 0 76px 28px;
  }
}

@media screen and (max-width: 767px) {
  .footer {
    padding: 0 0 3.33vw;
  }
}

.footer-line {
  border-top: 1px solid #fff;
}

@media screen and (min-width: 768px) {
  .footer-line {
    padding-top: 84px;
  }
}

@media screen and (min-width: 768px) {
  .footer-1 {
    padding-top: 84px;
  }
}

.footer-logo {
  width: 237px;
}

@media screen and (max-width: 767px) {
  .footer-logo {
    margin-top: 6.13vw;
  }
}

@media screen and (max-width: 767px) {
  .inner {
    border-top: 1px solid #fff;
  }
}

.footer-inner {
  width: 100%;
}

.footer-global-nav {
  width: 100%;
}

@media screen and (min-width: 768px) {
  .footer-global-nav {
    padding-left: 30%;
  }
}

.footer-global-nav .menu {
  display: flex;
}

@media screen and (min-width: 768px) {
  .footer-global-nav .menu {
    justify-content: space-between;
    margin-top: 25px;
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .footer-global-nav .menu {
    flex-wrap: wrap;
  }
}

.footer-global-nav .menu li {
  text-align: center;
}

@media screen and (max-width: 767px) {
  .footer-global-nav .menu li {
    margin-right: 5.07vw;
    margin-top: 6.13vw;
  }
}

.footer-global-nav .menu li a {
  font-family: "engravers-gothic-bt", "Noto Sans JP", "ヒラギノ角ゴシック", "Hiragino Sans", YuGothic, "Yu Gothic", sans-serif;
  line-height: 1;
  border-bottom: 1px solid #fff;
  padding-bottom: 3px;
  height: auto;
  transition: all .3s;
}

@media screen and (min-width: 768px) {
  .footer-global-nav .menu li a {
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .footer-global-nav .menu li a {
    font-size: 18px;
    letter-spacing: 0.2em;
  }
}

.footer-global-nav .menu li a:hover {
  border: none;
  transition: all .3s;
}

.footer-nav {
  margin-left: auto;
  width: 100%;
}

.footer-nav-list {
  display: flex;
  justify-content: flex-end;
  margin-top: 25px;
}

.footer-nav-item {
  margin-left: 5%;
  text-align: center;
}

.footer-nav-item-link {
  font-family: "engravers-gothic-bt", "Noto Sans JP", "ヒラギノ角ゴシック", "Hiragino Sans", YuGothic, "Yu Gothic", sans-serif;
  line-height: 1;
  border-bottom: 1px solid #fff;
  padding-bottom: 3px;
}

.footer-address {
  font-family: "Noto Sans JP", "ヒラギノ角ゴシック", "Hiragino Sans", YuGothic, "Yu Gothic", sans-serif;
  font-weight: bold;
  font-size: 16px;
  margin-top: 5px;
}

@media screen and (max-width: 767px) {
  .footer-address {
    margin-top: 2.53vw;
  }
}

@media screen and (min-width: 768px) {
  .footer-address-list {
    display: flex;
  }
}

@media screen and (max-width: 767px) {
  .footer-address-list {
    margin-top: 3.87vw;
  }
}

@media screen and (min-width: 768px) {
  .footer-address-item {
    line-height: 1.5;
  }
  .footer-address-item + .footer-address-item {
    margin-left: 28px;
  }
}

@media screen and (max-width: 767px) {
  .footer-address-item + .footer-address-item {
    margin-top: 6.13vw;
  }
}

@media screen and (min-width: 768px) {
  .footer-number {
    margin-top: 17px;
  }
}

.footer-copyright {
  margin-top: 17px;
  font-family: "Noto Sans JP", "ヒラギノ角ゴシック", "Hiragino Sans", YuGothic, "Yu Gothic", sans-serif;
  font-size: 15px;
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  .footer-copyright {
    font-size: 12px;
  }
}

/* ===============================================
// Top-view-msk
=============================================== */
.mask1 {
  position: relative;
}

.mask1::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #001a2c;
  opacity: 0.3;
}

.mask2 {
  position: relative;
}

.mask2::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #001a2c;
  opacity: 0.5;
}

.service-mask {
  position: relative;
}

.service-mask::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: white;
  background: linear-gradient(90deg, white 0%, #001a2c 87%, #0f0f0f 100%);
  opacity: 0.7;
}
