@charset "UTF-8";
/*
.hoge {
  z-index: map-get($layer, "header");
}
*/
body {
  font-size: 1.6rem;
  font-family: "Noto Serif JP", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: 0.12rem;
  color: #262626;
}

a {
  -webkit-transition: 0.25s;
  transition: 0.25s;
}

a:hover {
  text-decoration: none;
}

img {
  height: auto;
}

.mb-1 {
  margin-bottom: 1rem;
}

.mb-2 {
  margin-bottom: 2rem;
}

.mb-3 {
  margin-bottom: 3rem;
}

.mb-4 {
  margin-bottom: 4rem;
}

.mb-5 {
  margin-bottom: 5rem;
}

.mb-6 {
  margin-bottom: 6rem;
}

.mb-7 {
  margin-bottom: 7rem;
}

.mb-8 {
  margin-bottom: 8rem;
}

.mb-9 {
  margin-bottom: 9rem;
}

.mb-10 {
  margin-bottom: 10rem;
}
html {
  font-size: 62.5%;
}
.sp-only {
  display: none;
}

.pc-only {
  display: block;
}
#page_top {
  position: fixed;
  right: 2rem;
  bottom: 2.5rem;
  width: 9rem;
}

.mv {
  background-color: #fff;
}
.mv-jumbotron {
  background-position: center center;
  background-size: cover;
  height: 35rem;
}
.mv-jumbotron__inner {
  position: relative;
  height: 100%;
  margin-right: auto;
  margin-left: auto;
  max-width: 1140px;
  overflow: hidden;
}
.mv-jumbotron__inner-wrapper {
  position: absolute;
  top: 58%;
  left: 15px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 100%;
}
.mv .blog-h2 {
  color: #fff;
  font-size: 4.5rem;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.3rem;
  position: relative;
}
.mv .blog-h2__mb-1 {
  margin-bottom: 1rem;
}
.mv .news-lead {
  color: #fff;
  font-size: 1.8rem;
  letter-spacing: 0.2rem;
}

.content {
  max-width: 1140px;
  padding: 10rem 15px;
  margin-right: auto;
  margin-left: auto;
}
.content__home {
  max-width: 1430px;
}
.content__home-footer {
  max-width: 1430px;
  padding: 1.5rem 15px;
}
.content__home-concept {
  max-width: 1430px;
  padding-top: 25rem;
}
.content__no-top {
  padding-top: 0;
}

.header {
  width: 100%;
  max-width: 100%;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 100;
  background-color: #222;
}
.header--top {
  background-color: transparent;
}
.header__inner {
  padding: 0rem 15px;
  margin-right: auto;
  margin-left: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 10rem;
}
.header-logo-area {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 40%;
          flex: 0 0 40%;
  margin-left: 2.5rem;
}
.header-logo-area__logo--img {
  width: 30rem;
}
.header__h1 {
  display: inline-block;
  width: 44.5rem;
}
.header-nav-area {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 32%;
          flex: 0 0 32%;
  margin-right: 1rem;
}
.header-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  margin-left: auto;
}
.header-nav__item {
  background-color: #fff;
  color: #262626;
}
.header-nav__item:focus, .header-nav__item:hover {
  background-color: #153e97;
  color: #fff;
}
.header-nav__link {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  margin: 0;
  width: 16rem;
  height: 7rem;
  padding: 0 1.5rem;
  font-size: 1.7rem;
  line-height: 1.3;
  letter-spacing: 0.2rem;
  -webkit-transition: 0.25s;
  transition: 0.25s;
}
.header-nav .top-contact-btn {
  background-color: #153e97;
  color: #fff;
}
.header-nav .top-contact-btn:focus, .header-nav .top-contact-btn:hover {
  background-color: #e6e6e6;
  color: #153e97;
}
.header #stay::after,
.header .stay::after {
  content: "";
  position: absolute;
  width: 5rem;
  height: 0.3rem;
  background-color: #153e97;
  bottom: 1.5rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.hide {
  background-color: rgba(0, 0, 0, 0.7);
}

.sp-active {
  width: 100%;
  background-color: #153e97;
  color: #fff;
  padding: 1.2rem;
}
.sp-header__h1 {
  display: inline-block;
  width: 17rem;
  -webkit-filter: brightness(10%);
          filter: brightness(10%);
}
.sp-header__button .icon:before {
  top: -0.8rem;
}
.sp-header__button .icon:after {
  top: 0.8rem;
}
.sp-header .sp-tel {
  display: inline-block;
  font-size: 1.8rem;
  color: #153e97;
  border: 2px solid #153e97;
  width: 24rem;
  padding: 1rem;
  line-height: 1.5;
}
.sp-header .sp-number {
  font-size: 2rem;
}

.footer__inner {
  max-width: 1430px;
  padding: 6rem 15px;
  margin-right: auto;
  margin-left: auto;
}
.footer__inner-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.footer__company-area {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.footer__name {
  width: 43.2rem;
}
.footer .address-area .address {
  line-height: 1.6;
}
.footer__nav-area {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 55%;
          flex: 0 1 55%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.footer-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-size: 1.7rem;
  letter-spacing: 0.2rem;
}
.footer-nav__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  margin: 0 auto;
}
.footer-nav__item--active {
  background-color: #153e97;
  color: #fff;
}
.footer-nav__link {
  position: relative;
  display: inline-block;
  padding: 0 2.5rem 1rem;
  text-decoration: none;
  -webkit-transition: 0.25s;
  transition: 0.25s;
}
.footer-nav__link::after {
  content: "";
  position: absolute;
  top: 40%;
  right: 0;
  width: 1px;
  height: 2rem;
  background-color: #262626;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.footer-nav__link:focus, .footer-nav__link:hover {
  opacity: 0.6;
}
.footer-nav__link--last-child {
  padding-right: 0;
}

.footer-nav__item:last-child .footer-nav__link::after {
  content: none;
}

.copyright {
  background-color: #ededed;
  font-size: 1.2rem;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", sans-serif;
}

.h2__title {
  font-size: 4rem;
  font-weight: 600;
  font-style: italic;
  font-family: "Noto Serif JP", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  color: #fff;
  line-height: 1.2;
  letter-spacing: 0.4rem;
  text-shadow: 0.2rem 0.2rem 0.2rem #1a1a1a, -0.2rem -0.2rem 0.2rem #1a1a1a, -0.2rem 0.2rem 0.2rem #1a1a1a, 0.2rem -0.2rem 0.2rem #1a1a1a, 0px 0.2rem 0.2rem #1a1a1a, 0 -0.2rem 0.2rem #1a1a1a, -0.2rem 0 0.2rem #1a1a1a, 0.2rem 0 0.2rem #1a1a1a;
  text-align: center;
  position: relative;
}
.h2__title--concept {
  color: #1a1a1a;
  text-shadow: 0.2rem 0.2rem 0 #fff, -0.2rem -0.2rem 0 #fff, -0.2rem 0.2rem 0 #fff, 0.2rem -0.2rem 0 #fff, 0px 0.2rem 0 #fff, 0 -0.2rem 0 #fff, -0.2rem 0 0 #fff, 0.2rem 0 0 #fff;
  text-align: left;
}
.h2__title-ja {
  text-align: center;
  letter-spacing: 0.2rem;
}

.btn {
  display: inline-block;
  width: 35rem;
  max-width: 100%;
  padding: 2rem 1rem;
  background-color: #153e97;
  border: 1px solid transparent;
  color: #fff;
  font-size: 1.9rem;
  font-family: "Noto Serif JP", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  text-align: center;
  text-decoration: none;
  -webkit-transition: 0.25s;
  transition: 0.25s;
}
.btn:focus, .btn:hover {
  opacity: 0.6;
}
.btn__white {
  background-color: #fff;
  border: 0.15rem solid #262626;
  color: #262626;
  position: relative;
}
.btn__white::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 3rem;
  height: 0.15rem;
  background-color: #262626;
  font-weight: 900;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.btn-center {
  text-align: center;
}

.top-about {
  background-color: transparent;
  background-image: url("../images/top-about_bg.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.top-about .box + .box {
  margin-top: 15rem;
  /*後続ボックスとの余白を確保*/
}
.top-about .box + .box:first-child {
  margin-top: 0;
}
.top-about .alternate {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.top-about .alternate__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 3rem 5rem;
  background: #153e97;
  color: #fff;
  letter-spacing: 0;
  width: 50%;
}
.top-about .alternate__ttl {
  font-size: 4rem;
  letter-spacing: 0.3rem;
  text-shadow: 3px 3px 10px rgba(0, 0, 0, 0.3);
  border-bottom: 1px solid #fff;
  padding-bottom: 2rem;
  margin-bottom: 2rem;
}
.top-about .alternate__sub-ttl {
  font-size: 2.4rem;
  letter-spacing: 0.3rem;
  text-shadow: 3px 3px 10px rgba(0, 0, 0, 0.3);
}
.top-about .alternate__txt {
  margin-top: 2rem;
  line-height: 2;
}
.top-about .alternate__thumb {
  width: 50%;
  position: relative;
  top: 10rem;
  /*元の位置を基準に単純に40px下にずらす*/
  z-index: 1;
}
.top-about .alternate__thumb img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.top-about ._reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.top-about ._normal .alternate__body {
  margin-left: -8rem;
  /*ネガティブマージンで広げた分を相殺*/
  padding-left: 11rem;
  /*重なり分の余白を確保*/
}

.top-concept {
  margin-top: -15rem;
  background-image: -webkit-gradient(linear, right top, left top, from(#5f9dd8), to(#3a5cae));
  background-image: linear-gradient(270deg, #5f9dd8 0%, #3a5cae 100%);
}
.top-concept .media {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.top-concept .media__body {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  position: relative;
  text-align: justify;
  overflow: hidden;
}
.top-concept .media__body > *:last-child {
  margin-bottom: 0;
}
.top-concept .media__item-box {
  position: absolute;
  top: 50%;
  left: 5rem;
  color: #fff;
  width: 60rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.top-concept .media__title {
  font-size: 4rem;
  letter-spacing: 0.3rem;
  text-shadow: 3px 3px 10px rgba(0, 0, 0, 0.3);
  border-bottom: 1px solid #fff;
  padding-bottom: 2rem;
  margin-bottom: 2rem;
}
.top-concept .media__text {
  font-size: 2.4rem;
  letter-spacing: 0.3rem;
  text-shadow: 3px 3px 10px rgba(0, 0, 0, 0.3);
}
.top-concept .media__btn {
  width: 30.3rem;
  margin-top: 8rem;
}
.top-concept .media__btn:focus, .top-concept .media__btn:hover {
  opacity: 0.6;
}

.business .box + .box {
  margin-top: 18rem;
  /*後続ボックスとの余白を確保*/
}
.business .box + .box:first-child {
  margin-top: 0;
}
.business .alternate {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.business .alternate__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 3rem 4rem;
  background: #fff;
  letter-spacing: 0;
  position: relative;
  top: 8rem;
  /*元の位置を基準に単純に40px下にずらす*/
  width: calc(50% + 8rem);
  /*あらかじめ80px分広げる*/
  border: 1px solid #153e97;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  z-index: 1;
}
.business .alternate__ttl {
  font-size: 3.3rem;
  letter-spacing: 0.2rem;
  color: #153e97;
  border-bottom: 1px solid #153e97;
  padding-bottom: 2rem;
  margin-bottom: 2rem;
}
.business .alternate__sub-ttl {
  font-size: 1.8rem;
  letter-spacing: 0.12rem;
  color: #777;
}
.business .alternate__txt {
  font-size: 1.6rem;
  margin-top: 2rem;
  line-height: 2;
}
.business .alternate__thumb {
  width: 50%;
  position: relative;
}
.business .alternate__thumb img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.business ._reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.business ._reverse .alternate__body {
  margin-right: -8rem;
  padding-right: 4rem;
}
.business ._normal .alternate__body {
  margin-left: -8rem;
  /*ネガティブマージンで広げた分を相殺*/
  padding-left: 4rem;
  /*重なり分の余白を確保*/
}

.greeting__title {
  font-size: 3.2rem;
  color: #153e97;
  text-align: center;
  letter-spacing: 0.3rem;
}
.greeting__en-title {
  font-size: 1.8rem;
  color: #777;
  text-align: center;
}
.greeting__text {
  font-size: 3.2rem;
  color: #153e97;
  text-align: center;
}
.greeting .horizontal-table__inner {
  width: 100%;
}
.greeting .horizontal-table__header {
  width: 25%;
  padding: 2rem 1.5rem;
  border-bottom: 0.2rem solid #006ba6;
  font-weight: bold;
  vertical-align: middle;
}
.greeting .horizontal-table__header:last-child {
  border-right-width: 0;
}
.greeting .horizontal-table__text {
  padding: 1.5rem;
  border-right: 0.2rem solid #ddd;
  border-bottom: 0.2rem solid #ddd;
  vertical-align: middle;
}
.greeting .horizontal-table__text:last-child {
  border-right-width: 0;
}
.greeting .horizontal-table .center {
  margin: 0 auto;
}

.access-map {
  position: relative;
  padding-top: 56.25%;
}
.access-map > iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}

.tel-fax__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  margin: 3rem 0;
  padding: 3rem 4rem;
  border: 1px solid #153e97;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}
.tel-fax__item {
  width: 50%;
  text-align: center;
  border-right: 1px solid #153e97;
}
.tel-fax__item:last-child {
  border-right-width: 0;
}
.tel-fax__title {
  font-size: 3rem;
  color: #153e97;
  padding: 0 5rem;
  letter-spacing: 0;
  text-align: center;
}
.tel-fax .tel-number {
  font-size: 4.5rem;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", sans-serif;
}

.mail-form__text {
  margin-bottom: 1.5rem;
}
.mail-form .form-p {
  display: inline-block;
}
.mail-form .form-input {
  border: 1px solid #aaa;
  padding: 0.5rem 1rem;
  width: 80%;
}
.mail-form .form-input--shortbox {
  width: 30%;
}
.mail-form .label {
  display: inline-block;
  background-color: #c42e2e;
  color: #fff;
  padding: 0 1rem;
  font-size: 1.4rem;
}
.mail-form .horizontal-table__inner {
  width: 100%;
}
.mail-form .horizontal-table__header {
  width: 27%;
  padding: 2rem;
  background-color: #f6f6f6;
  border-bottom: 1px solid #aaa;
  font-weight: bold;
  vertical-align: middle;
}
.mail-form .horizontal-table__header--mail-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.mail-form .horizontal-table__header:first-child {
  border-top: 1px solid #aaa;
}
.mail-form .horizontal-table__header:last-child {
  border-right-width: 0;
}
.mail-form .horizontal-table__text {
  padding: 1rem 2rem;
  border-right: 1px solid #ddd;
  border-bottom: 1px solid #ccc;
  vertical-align: middle;
}
.mail-form .horizontal-table__text:first-of-type {
  border-top: 1px solid #ccc;
}
.mail-form .horizontal-table__text:last-child {
  border-right-width: 0;
}
.mail-form .horizontal-table .center {
  margin: 0 auto;
}
.mail-form .privacy-policy {
  font-size: 1.8rem;
  font-weight: bold;
  margin-top: 3rem;
  margin-bottom: 1.5rem;
  text-align: center;
}
.mail-form .box-scroll {
  width: 100%;
  height: 13rem;
  padding: 2rem;
  border: 1px solid #ddd;
  overflow: hidden;
  overflow-y: scroll;
  margin-bottom: 3rem;
  background-color: #fff;
  text-align: center;
}
.mail-form .privacy-wrapper {
  text-align: center;
}
.mail-form .privacy-btn {
  display: inline-block;
  background-color: #153e97;
  color: #fff;
  padding: 1.5rem 1rem;
  width: 40rem;
  font-size: 2rem;
}
.mail-form .privacy-btn__wrapper {
  text-align: center;
  margin-top: 3rem;
  margin-bottom: 3rem;
}
.mail-form .privacy-btn:focus, .mail-form .privacy-btn:hover {
  opacity: 0.5;
}
.mail-form .send-btn__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 3rem;
  margin-bottom: 3rem;
}
.mail-form .send-btn {
  display: inline-block;
  background-color: #153e97;
  color: #fff;
  border: 0.2rem solid transparent;
  padding: 1.5rem;
  text-align: center;
  width: 32rem;
  font-size: 2rem;
}
.mail-form .send-btn:focus, .mail-form .send-btn:hover {
  opacity: 0.5;
}
.mail-form .send-btn--back {
  margin-right: 10rem;
  color: #262626;
  background-color: #fff;
  border: 0.2rem solid #262626;
}

/*　swiper
------------------------------------------------------------------*/
.sp-box {
  width: 100%;
  position: relative;
  z-index: 10;
  overflow: hidden;
}

.swiper-slide img {
  width: 100%;
}

.main-img {
  -webkit-filter: brightness(60%);
          filter: brightness(60%);
}

/*キャッチコピー
------------------------------------------------------------------*/
.catch__wrapper {
  position: absolute;
  top: 68%;
  left: 7%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 70;
  line-height: 1.2;
}
.catch-title {
  font-size: 4.6rem;
  line-height: 1.5;
  color: #fff;
  margin-bottom: 4rem;
  text-shadow: 3px 3px 10px rgba(0, 0, 0, 0.3);
}
.catch-text {
  font-size: 2.9rem;
  color: #fff;
  text-shadow: 3px 3px 10px rgba(0, 0, 0, 0.3);
}

/*==================================================
カタログ用画像
===================================*/
.photo-ofi {
  height: 0;
  display: block;
  background-color: #efefef;
  overflow: hidden;
  position: relative;
  padding-bottom: 72%;
  /* 高さを指定（ボックスの横幅を基準） */
}

.photo-ofi img {
  max-width: inherit;
  max-height: inherit;
  width: 100%;
  height: 100%;
  -o-object-fit: scale-down;
     object-fit: scale-down;
  font-family: "object-fit: scale-down;";
  position: absolute;
  left: 0;
  top: 0;
}

/* -----------------------------------------------
* Page エントリーポイント
-------------------------------------------------- */

@media (max-width: 767px) {
  .mb-2 {
    margin-bottom: 1rem;
  }
  .mb-3 {
    margin-bottom: 1.5rem;
  }
  .mb-4 {
    margin-bottom: 2rem;
  }
  .mb-5 {
    margin-bottom: 2.5rem;
  }
  .mb-6 {
    margin-bottom: 3rem;
  }
  .mb-7 {
    margin-bottom: 3.5rem;
  }
  .mb-8 {
    margin-bottom: 4rem;
  }
  .mb-9 {
    margin-bottom: 4.5rem;
  }
  .mb-10 {
    margin-bottom: 5rem;
  }
  .order1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }

  .order2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }

  .order3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }

  .order4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }

  .order5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }
  .sp-only {
    display: block;
  }

  .pc-only {
    display: none;
  }
  #page_top {
    width: 7rem;
  }
  .mv {
    padding-top: 8rem;
  }
  .mv-jumbotron {
    height: 15rem;
  }
  .mv .blog-h2 {
    font-size: 2.7rem;
  }
  .mv .blog-h2__mb-1 {
    margin-bottom: 0.5rem;
  }
  .mv .news-lead {
    font-size: 1.7rem;
  }
  .content {
    padding: 5rem 15px;
  }
  .content__home-footer {
    padding: 1.5rem 15px;
  }
  .sp-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 8rem;
    width: 100%;
    max-width: 100%;
    padding: 1.5rem 1.5rem 1.5rem;
    background-color: #fff;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 100;
  }
  .sp-header__wrapper {
    max-width: 100%;
  }
  .sp-header__h1 {
    width: 27rem;
  }
  .sp-header__button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: fixed;
    top: 0;
    right: 0;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border: none;
    width: 7.5rem;
    height: 7.5rem;
    background-color: transparent;
    z-index: 100;
  }
  .sp-header__button .icon {
    display: block;
    position: relative;
    top: 0;
    margin: 0 auto;
    width: 2.4rem;
    height: 0.2rem;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
  }
  .sp-header__button .icon:before, .sp-header__button .icon:after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    width: 100%;
    height: 0.2rem;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .sp-header-gnav {
    position: fixed;
    top: 0;
    right: 0;
    text-align: center;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.9);
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
    z-index: 10;
  }
  .sp-header-gnav__link {
    font-weight: bold;
    font-size: 1.7rem;
    line-height: 1.4;
    display: block;
  }
  .sp-header-gnav__wrapper {
    margin-top: 0vw;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .sp-header-gnav__item {
    margin-bottom: 3rem;
  }
  .open .sp-header__button .icon {
    background-color: transparent;
  }
  .open .sp-header__button .icon:before, .open .sp-header__button .icon:after {
    top: 0;
  }
  .open .sp-header__button .icon:before {
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }
  .open .sp-header__button .icon:after {
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }
  .open .sp-header-gnav {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  .top .icon {
    background-color: #555;
  }
  .top .icon:before, .top .icon:after {
    background-color: #555;
  }
  .top.open .icon {
    background-color: transparent;
  }
  .top.open .icon:before, .top.open .icon:after {
    background-color: #333;
  }
  .footer__inner {
    padding: 4rem 15px 1.5rem;
  }
  .footer__inner-wrapper {
    display: block;
  }
  .footer__company-area {
    text-align: center;
    margin-bottom: 3rem;
  }
  .footer__name {
    margin: 0 auto;
    width: 28rem;
  }
  .footer__nav-area {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .footer-nav {
    display: block;
    width: 100%;
    font-size: 1.6rem;
  }
  .footer-nav__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    text-align: center;
  }
  .footer-nav__link::after {
    display: none;
  }
  .h2__title {
    font-size: 2.3rem;
    line-height: 1.4;
  }
  .btn {
    width: 100%;
    font-size: 1.6rem;
  }
  .top-about .box + .box {
    margin-top: 6rem;
  }
  .top-about .alternate {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .top-about .alternate__body {
    width: 100%;
    margin-top: -4rem;
    padding-top: 6rem;
  }
  .top-about .alternate__ttl {
    font-size: 2.1rem;
  }
  .top-about .alternate__sub-ttl {
    font-size: 1.7rem;
  }
  .top-about .alternate__txt {
    margin-top: 1rem;
  }
  .top-about .alternate__thumb {
    width: 100%;
    top: 0rem;
    right: -1.5rem;
  }
  .top-about .alternate__thumb img {
    max-width: none;
    width: 100%;
    height: auto;
  }
  .top-about ._reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .top-about ._reverse .alternate__body {
    margin-left: -1.5rem;
    margin-right: 0;
    padding: 1.5rem 2rem 6rem;
  }
  .top-about ._reverse .alternate__thumb {
    margin-right: -1.5rem;
  }
  .top-about ._normal .alternate__body {
    margin-right: -2rem;
    margin-left: 0;
    padding: 1.5rem 2rem 6rem;
  }
  .top-about ._normal .alternate__thumb {
    margin-left: -2rem;
  }
  .top-concept {
    margin-top: 0rem;
  }
  .top-concept .media {
    display: block;
  }
  .top-concept .media__img {
    font-size: 2.1rem;
  }
  .top-concept .media__item-box {
    left: 1.5rem;
    width: 100%;
  }
  .top-concept .media__title {
    font-size: 2.1rem;
  }
  .top-concept .media__text {
    font-size: 1.7rem;
  }
  .top-concept .media__btn {
    font-size: 1.7rem;
    margin-top: 3rem;
  }
  .business .box + .box {
    margin-top: 6rem;
  }
  .business .alternate {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .business .alternate__body {
    width: 100%;
    top: 4rem;
    margin-top: -4rem;
    padding-top: 6rem;
  }
  .business .alternate__ttl {
    font-size: 2.1rem;
  }
  .business .alternate__sub-ttl {
    font-size: 1.7rem;
  }
  .business .alternate__txt {
    margin-top: 1rem;
  }
  .business .alternate__thumb {
    width: 100%;
  }
  .business .alternate__thumb img {
    max-width: none;
    width: 100%;
    height: auto;
  }
  .business ._reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .business ._reverse .alternate__body {
    margin-left: 0rem;
    margin-right: 0;
    padding: 1.5rem 2rem 6rem;
  }
  .business ._reverse .alternate__thumb {
    right: -1.5rem;
  }
  .business ._normal .alternate__body {
    margin-right: -2rem;
    margin-left: 0;
    padding: 1.5rem 2rem 6rem;
  }
  .business ._normal .alternate__thumb {
    margin-left: -2rem;
  }
  .greeting__title {
    font-size: 2.4rem;
  }
  .greeting__en-title {
    font-size: 1.6rem;
  }
  .greeting .horizontal-table__header {
    width: 100%;
    border-right: 0;
    background-color: #efefef;
    padding: 1.2rem 1rem;
  }
  .greeting .horizontal-table__text {
    width: 100%;
  }
  .greeting .horizontal-table__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .tel-fax__box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin: 1.5rem;
    padding: 1.5rem;
    height: auto;
    text-align: center;
    border-radius: 2rem;
  }
  .tel-fax__item {
    width: 100%;
    border-right-width: 0;
  }
  .tel-fax__title {
    font-size: 2rem;
    padding: 0.5rem;
  }
  .tel-fax .tel-number {
    font-size: 3rem;
  }
  .mail-form__text {
    margin-bottom: 0;
  }
  .mail-form .form-input {
    width: 100%;
  }
  .mail-form .form-input--shortbox {
    width: 72%;
  }
  .mail-form .horizontal-table__inner {
    font-size: 1.6rem;
  }
  .mail-form .horizontal-table__header {
    border-bottom-width: 0;
    background-color: #efefef;
    width: 100%;
    border-right: 0;
    padding: 1rem;
  }
  .mail-form .horizontal-table__text {
    border-bottom-width: 0;
    width: 100%;
  }
  .mail-form .horizontal-table__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .mail-form .box-scroll {
    letter-spacing: 0;
    height: 20rem;
  }
  .mail-form .privacy-btn {
    width: 100%;
    font-size: 1.5rem;
    padding: 1rem;
    margin-bottom: 0rem;
  }
  .mail-form .privacy-btn__wrapper {
    margin-bottom: 1.5rem;
  }
  .mail-form .send-btn__wrapper {
    width: 100%;
    margin-bottom: 0rem;
    display: block;
  }
  .mail-form .send-btn {
    width: 100%;
    font-size: 1.6rem;
    padding: 1rem;
    margin-bottom: 1.5rem;
  }
  .mail-form .send-btn--back {
    margin-right: 0rem;
  }
  .sp-box {
    margin-top: 8rem;
    height: 35rem;
  }
  .swiper-slide img {
    height: 35rem;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .catch__wrapper {
    width: 100vw;
    top: 50%;
    left: 7%;
    overflow: hidden;
  }
  .catch-title {
    font-size: 2.3rem;
    margin-bottom: 2rem;
  }
  .catch-text {
    font-size: 1.7rem;
  }
}

@media (min-width: 768px) and (max-width: 1199px) {
  html {
    font-size: 0.625vw;
  }
}

@media (max-width: 767px) and (max-width: 360px) {
  .sp-header__h1 {
    width: 23rem;
  }
  .footer__name {
    width: 26rem;
  }
  .tel-fax__title {
    font-size: 1.8rem;
  }
  .tel-fax .tel-number {
    font-size: 2.6rem;
  }
  .catch-title {
    font-size: 2.1rem;
    letter-spacing: 0;
  }
  .catch-text {
    font-size: 1.6rem;
    letter-spacing: 0;
  }
}