@charset "UTF-8";
/* -----------------------------------------------
* Page エントリーポイント
-------------------------------------------------- */
/* FLOCSS
----------------------------------------------------- */
#page_top {
  display: none;
  position: fixed;
  right: 20px;
  bottom: 45px;
  z-index: 999;
}
#page_top a {
  background: #0d3889;
  color: #fff;
  display: block;
  font-size: 20px;
  height: 55px;
  line-height: 55px;
  text-align: center;
  text-decoration: none;
  width: 55px;
}

.inner {
  padding-inline: 15px;
  max-width: 1230px;
  margin-inline: auto;
}

.top-inner {
  padding-inline: 15px;
  max-width: calc(1600px + 30px);
  margin-inline: auto;
}

/* =====================================================
# 領域アニメーション
===================================================== */
.fade-in-up {
  opacity: 0;
  -webkit-transform: translateY(24px);
  transform: translateY(24px);
  -webkit-transition: opacity 1s, -webkit-transform 1s;
  transition: opacity 1s, -webkit-transform 1s;
  transition: opacity 1s, transform 1s;
  transition: opacity 1s, transform 1s, -webkit-transform 1s;
}
.fade-in-up.is-in-view {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

.fade-in-down {
  opacity: 0;
  -webkit-transform: translateY(-24px);
  transform: translateY(-24px);
  -webkit-transition: opacity 1s, -webkit-transform 1s;
  transition: opacity 1s, -webkit-transform 1s;
  transition: opacity 1s, transform 1s;
  transition: opacity 1s, transform 1s, -webkit-transform 1s;
}
.fade-in-down.is-in-view {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

.fade-in {
  opacity: 0;
  -webkit-transition: opacity 1s;
  transition: opacity 1s;
}
.fade-in.is-in-view {
  opacity: 1;
}

/* =====================================================
# header
===================================================== */
.top-header__inner,
.header__inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  height: 80px;
}
.top-header-logo-area,
.header-logo-area {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-left: 30px;
}
.top-header-right-area,
.header-right-area {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.top-header-right__items,
.header-right__items {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.top-header-nav-area,
.header-nav-area {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.top-header-nav,
.header-nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding-top: 3px;
}
.top-header-nav__wrapper,
.header-nav__wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.top-header-nav__item,
.header-nav__item {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  text-align: center;
}
.top-header-nav__item + .top-header-nav__item,
.top-header-nav__item + .header-nav__item,
.header-nav__item + .top-header-nav__item,
.header-nav__item + .header-nav__item {
  margin-left: 30px;
}
.top-header-nav__link,
.header-nav__link {
  position: relative;
  display: block;
  letter-spacing: 0.1em;
  border-bottom: 4px solid transparent;
  text-decoration: none;
  -webkit-transition: 0.25s;
  transition: 0.25s;
}
.top-header-nav__link::after,
.header-nav__link::after {
  content: "";
  position: absolute;
  bottom: -5px;
  left: 10%;
  width: 80%;
  height: 1px;
  background: #c42e2e;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1); /*X方向0、Y方向1*/
  -webkit-transform-origin: center top;
  transform-origin: center top; /*上部中央基点*/
}
.top-header-nav__link._footer,
.header-nav__link._footer {
  color: #222;
}
.footer .top-header-nav__link,
.footer .header-nav__link {
  font-size: 14px;
}
.top-header__h1,
.header__h1 {
  font-size: 27px;
  font-weight: 500;
  font-family: "Noto Serif JP", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro",
    "ＭＳ Ｐ明朝", "MS PMincho", serif;
}
.top-header__tel,
.header__tel {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 5px 20px;
  background-color: #0d3889;
  color: #fff;
  height: 80px;
}
.top-header__tel .head,
.header__tel .head {
  font-size: 11px;
}

.top-header {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 620;
  width: 100%;
  background-color: transparent;
}
.top-header__h1 {
  color: #fff;
  line-height: 1.2;
}
.top-header-nav__link {
  color: #fff;
}

.header {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 620;
  width: 100%;
  background-color: #fff;
}
.header.displayBlock {
  display: block;
}
.header.displayNone {
  display: none;
}

#stay,
.stay {
  color: #c42e2e;
}
#stay::after,
.stay::after {
  content: "";
  position: absolute;
  width: 50px;
  height: 1px;
  background-color: #c42e2e;
  bottom: -5px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

/*　上に上がる動き　*/
#header.UpMove {
  -webkit-animation: UpAnime 0.5s forwards;
  animation: UpAnime 0.5s forwards;
}

@-webkit-keyframes UpAnime {
  from {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  to {
    opacity: 0;
    -webkit-transform: translateY(-100px);
    transform: translateY(-100px);
  }
}

@keyframes UpAnime {
  from {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  to {
    opacity: 0;
    -webkit-transform: translateY(-100px);
    transform: translateY(-100px);
  }
}
/*　下に下がる動き　*/
#header.DownMove {
  -webkit-animation: DownAnime 0.5s forwards;
  animation: DownAnime 0.5s forwards;
}

@-webkit-keyframes DownAnime {
  from {
    opacity: 0;
    -webkit-transform: translateY(-100px);
    transform: translateY(-100px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes DownAnime {
  from {
    opacity: 0;
    -webkit-transform: translateY(-100px);
    transform: translateY(-100px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
.drawer-icon {
  display: none;
  position: fixed;
  right: 15px;
  top: 20px;
  z-index: 1001;
  text-align: center;
  cursor: pointer;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  background: #fff;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: none;
  padding: 2px 9px 10px;
}
.drawer-icon.is-checked {
  -webkit-transform: translateX(-260px);
  transform: translateX(-260px);
}
.drawer-bars {
  display: inline-block;
  width: 22px;
  height: 20px;
  position: relative;
  vertical-align: bottom;
}
.drawer-bar {
  position: absolute;
  right: 0;
  left: 0;
  display: block;
  background: #777;
  width: 100%;
  height: 4px;
  border-radius: 0;
  -webkit-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
}
.drawer-bar:nth-of-type(1) {
  top: 0;
}
.drawer-bar:nth-of-type(2) {
  top: 8px;
}
.drawer-bar:nth-of-type(3) {
  top: 16px;
}
.is-checked .drawer-bar:nth-of-type(1) {
  top: 10px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.is-checked .drawer-bar:nth-of-type(2) {
  background: transparent;
}
.is-checked .drawer-bar:nth-of-type(3) {
  top: 10px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.drawer-background {
  display: none;
  position: fixed;
  z-index: 999;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}
.drawer-background.is-checked {
  display: block;
  opacity: 0.8;
}
.drawer-content {
  overflow: auto;
  position: fixed;
  top: 0;
  right: 0;
  bottom: auto;
  left: auto;
  -webkit-transform: translateX(105%);
  transform: translateX(105%);
  z-index: 1000;
  width: 260px;
  max-width: 90%;
  height: 100%;
  background: #0d3889;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  text-align: left;
  color: #fff;
}
.drawer-content.is-checked {
  -webkit-transform: translateX(0);
  transform: translateX(0);
  -webkit-box-shadow: 6px 0 25px rgba(0, 0, 0, 0.16);
  box-shadow: 6px 0 25px rgba(0, 0, 0, 0.16);
}
.drawer-content ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.drawer-content ul li {
  border-bottom: 1px dotted #fff;
  color: #fff;
}
.drawer-content ul li a {
  text-decoration: none;
  text-transform: uppercase;
  display: block;
  position: relative;
  padding: 16px 30px 14px 20px;
}
.drawer-content ul li a::after {
  content: "";
  position: absolute;
  right: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 7px;
  height: 11px;
  background: transparent url(../img/common/drawer-arrow-right.png) no-repeat
    center center/contain;
}
.drawer-tel {
  display: inline-block;
  padding: 7px 15px;
  margin-top: 20px;
  margin-left: 20px;
  border: 1px solid #fff;
  border-radius: 5px;
  font-family: "Poppins", "メイリオ", "Meiryo", "游ゴシック", "Yu Gothic",
    "ＭＳ Ｐゴシック", sans-serif;
}
.drawer-tel img {
  width: 20px;
  vertical-align: -4px;
}

.mobile-active {
  color: #fff !important;
  background-color: #222;
}

.call {
  font-weight: bold;
  position: relative;
}
.call::before {
  content: "";
  position: relative;
  top: 4px;
  display: inline-block;
  width: 20px;
  height: 20px;
  background: url(../img/common/tel-icon.webp) center center/contain no-repeat;
}

/* =====================================================
# footer
===================================================== */
.footer {
  background: #ebf5fb;
}
.footer__inner {
  max-width: 1230px;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
.footer__inner-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-block: 50px 80px;
}
.footer__logo {
  font-size: 27px;
  font-weight: 500;
  font-family: "Noto Serif JP", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro",
    "ＭＳ Ｐ明朝", "MS PMincho", serif;
}
.footer__company-area {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.footer .address-area__box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}
.footer .address-area__box .location {
  width: 30px;
  margin-left: 10px;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.footer .address-area__address {
  margin-top: 20px;
  font-size: 14px;
}
.footer .address-area .tel {
  font-size: 14px;
}
.footer__nav-area {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 60%;
  -ms-flex: 0 1 60%;
  flex: 0 1 60%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}
.footer-nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.footer-nav__item {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  margin: 0 auto;
}
.footer-nav__item:first-child::before {
  content: "";
  position: absolute;
  top: 40%;
  left: 0;
  width: 1px;
  height: 17px;
  background-color: #999;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.footer-nav__item::after {
  content: "";
  position: absolute;
  top: 40%;
  right: 0;
  width: 1px;
  height: 17px;
  background-color: #999;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.footer-nav__item--active {
  background-color: #0d3889;
  color: #fff;
}
.footer-nav__link {
  display: inline-block;
  padding: 0 15px 10px;
  text-decoration: none;
  -webkit-transition: 0.25s;
  transition: 0.25s;
  text-transform: uppercase;
}
.footer-nav__link--last-child {
  padding-right: 0;
}
.footer .copyright {
  background-color: #000;
  color: #efefef;
  padding-block: 12px;
  font-size: 12px;
  letter-spacing: 0.1em;
  text-align: center;
}

/* =====================================================
# メインヴィジュアル
===================================================== */
.top-mv__inner {
  position: relative;
}
.top-mv__slide {
  position: relative;
  width: 100%;
  height: 100vh;
  overflow: hidden;
}
.top-mv__image {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  -webkit-animation: slider-1 24s linear infinite;
  animation: slider-1 24s linear infinite;
  -webkit-filter: brightness(60%);
  filter: brightness(60%);
}
.top-mv__image:nth-child(1) {
  background-image: url(../img/common/main1.webp);
  -webkit-animation-delay: -2s;
  animation-delay: -2s;
}
.top-mv__image:nth-child(2) {
  background-image: url(../img/common/main2.webp);
  -webkit-animation-delay: 6s;
  animation-delay: 6s;
}
.top-mv__image:nth-child(3) {
  background-image: url(../img/common/main3.webp);
  -webkit-animation-delay: 13s;
  animation-delay: 13s;
}
.top-mv__image:nth-child(4) {
  background-image: url(../img/common/main4.webp);
  -webkit-animation-delay: 19s;
  animation-delay: 19s;
}
@-webkit-keyframes slider-1 {
  0% {
    opacity: 0;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  4.16% {
    opacity: 1;
  }
  33.33% {
    opacity: 1;
  }
  41.66% {
    opacity: 0;
    -webkit-transform: scale(1.15);
    transform: scale(1.15);
  }
  100% {
    opacity: 0;
  }
}
@keyframes slider-1 {
  0% {
    opacity: 0;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  4.16% {
    opacity: 1;
  }
  33.33% {
    opacity: 1;
  }
  41.66% {
    opacity: 0;
    -webkit-transform: scale(1.15);
    transform: scale(1.15);
  }
  100% {
    opacity: 0;
  }
}
.top-mv__copy {
  position: absolute;
  bottom: 30%;
  left: 5%;
  z-index: 610;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.top-mv__deco {
  position: absolute;
  top: 30%;
  left: 5%;
  z-index: 610;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  color: #c42e2e;
  mix-blend-mode: hard-light;
}
.top-mv__deco .en-blue,
.top-mv__deco .en-black {
  display: block;
  text-transform: uppercase;
  font-size: min(6.8241469816vw, 130px);
  letter-spacing: 0.04em;
  font-weight: 900;
  font-family: "Poppins", "メイリオ", "Meiryo", "游ゴシック", "Yu Gothic",
    "ＭＳ Ｐゴシック", sans-serif;
  font-style: italic;
  line-height: 1.1;
}
.top-mv__deco .en-black {
  color: #0d3889;
}
.top-mv__title {
  font-weight: 600;
}
.top-mv__title .xl {
  color: #fff;
  font-size: 36px;
  line-height: 1.5;
  letter-spacing: 0.1em;
  text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.15), -2px 2px 3px rgba(0, 0, 0, 0.15);
}

.image-container {
  position: relative;
  display: inline-block;
}

.image-container img {
  display: block;
}

.image-container::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.5); /* 半透明の白 */
  pointer-events: none; /* フィルターの下の画像をクリック可能にする */
}

.mv {
  padding-top: 80px;
  background-color: #061a40;
  position: relative;
  z-index: -2;
}
.mv-jumbotron {
  background-color: #999;
  background-size: cover;
  background-position: center center;
  height: 350px;
  position: relative;
  z-index: -1;
}
.mv-jumbotron::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  pointer-events: none; /* フィルターの下の画像をクリック可能にする */
}
.mv-jumbotron__inner {
  position: relative;
  height: 100%;
  width: 100%;
  max-width: calc(1200px + 30px);
  margin-right: auto;
  margin-left: auto;
  padding-inline: 15px;
}
.mv-jumbotron__inner-wrapper {
  position: absolute;
  top: 50%;
  left: 0%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 500px;
}
.mv .mv-h2 {
  text-align: center;
  padding-bottom: 20px;
  font-size: 60px;
  text-transform: uppercase;
  color: #fff;
  font-weight: 600;
  position: relative;
  z-index: 2;
}
.mv .mv-h2 span {
  position: relative;
  z-index: 2;
}
.mv .mv-h2::before {
  content: attr(data-en);
  font-weight: 500;
  position: absolute;
  top: 70%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  font-size: 24px;
}

.top-h2 {
  font-size: 65px;
  font-weight: 600;
  display: inline-block;
  line-height: 1.5;
}
.top-h2:first-letter {
  color: #0d3889;
}
.top-h2 span {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #0d3889;
  font-size: 18px;
}
.top-h2 span::before {
  content: "";
  display: inline-block;
  margin-right: 20px;
  width: 40px;
  height: 1px;
  background-color: #0d3889;
}

.tel-btn {
  display: inline-block;
  font-size: 18px;
  font-weight: 600;
  line-height: 50px;
  height: 50px;
  padding-inline: 20px;
  letter-spacing: 0.1em;
  color: #fff;
  background: #0d3889;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
}
.tel-btn._call {
  cursor: default;
}

/* =====================================================
# top-greetings
===================================================== */
.top-greetings {
  padding-block: 100px;
}

.top-greetings__content {
  margin-top: 60px;
  margin-inline: calc(50% - 50vw);
  background: #cdecf0;
  padding-block: 40px;
  padding-inline: 7.874015748%;
}

.top-greetings__items {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 2.624671916%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.top-greetings__image {
  position: relative;
  display: inline-block;
}
.top-greetings__image::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6); /* 半透明の白 */
  pointer-events: none; /* フィルターの下の画像をクリック可能にする */
  border-radius: 10px;
}
.top-greetings__image::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 95%;
  height: 92%;
  border: 1px solid #fff;
  z-index: 1;
  border-radius: 10px;
}
.top-greetings__image img {
  display: block;
  border-radius: 10px;
}

.top-greetings__head {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  color: #fff;
  z-index: 1;
  font-size: min(1.5748031496vw, 40px);
  font-weight: bold;
  width: 100%;
  text-align: center;
}
.top-greetings__icon img {
  display: block;
  width: 150px;
}

.top-greetings__strong {
  margin-top: 60px;
  font-size: 31px;
  font-weight: bold;
  color: #0d3889;
}

.top-greetings__text {
  margin-top: 30px;
  font-size: 18px;
}

.top-greetings__btn-wrapper {
  margin-top: 50px;
}

/* =====================================================
# top-company
===================================================== */
.top-company {
  background-color: #f7f7f7;
  padding-block: 100px;
}

.top-company__inner {
  max-width: 1680px;
  margin-inline: auto;
  padding-inline: 30px;
  position: relative;
  z-index: 1;
}

.top-company__items {
  margin-top: 60px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 5.249343832%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.top-company__item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
}

.top-company__title {
  font-size: 30px;
  font-family: "Noto Serif JP", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro",
    "ＭＳ Ｐ明朝", "MS PMincho", serif;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl; /* 縦書きに設定 */
  text-orientation: upright; /* 文字の向きを直立に設定 */
}
.top-company__title::before {
  content: "";
  display: inline-block;
  width: 100%;
  height: 7px;
  background-color: #0d3889;
  margin-bottom: 20px;
}
.top-company__title .en {
  color: #0d3889;
  font-size: 16px;
  margin-top: 20px;
}

.top-company__image {
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  overflow: hidden;
  position: relative;
}
.top-company__image::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5); /* 半透明の白 */
  pointer-events: none; /* フィルターの下の画像をクリック可能にする */
  -webkit-transition: background-color 0.6s ease;
  transition: background-color 0.6s ease;
}
.top-company__image img {
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}

.top-company__btn-wrapper {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 1;
}
.top-company__btn-wrapper .btn {
  color: #fff;
  border-bottom: 2px solid #fff;
}
.top-company__btn-wrapper .btn::after {
  background: url(../img/common/chevron-right_white.webp) center center/contain
    no-repeat;
}

/* =====================================================
# top-contact
===================================================== */
.top-contact {
  background: transparent url(../img/common/top-contact-bg.webp) no-repeat
    center center/cover;
  padding-block: 60px;
  position: relative;
}
.top-contact__items {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 40px;
}
.s-company__items {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  margin-inline: auto;
  max-width: 800px;
}
.top-contact__item {
  border-radius: 10px;
  border: 1px solid #fff;
  background-color: rgba(255, 255, 255, 0.8);
  padding: 30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}
.top-contact__item .title {
  margin-top: 13px;
  padding-left: 10px;
  font-size: 18px;
  line-height: 1.4;
  text-align: center;
}
.top-contact__item .title__wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-bottom: 5px;
  position: relative;
}
.top-contact__item .number {
  margin-top: 10px;
  font-size: 32px;
  font-weight: bold;
  text-align: center;
}
.top-contact__item .number a {
  cursor: default;
}
.top-contact__item .number .hour {
  display: block;
  font-size: 13px;
}
.top-contact__item .fa-phone-alt,
.top-contact__item .fa-fax,
.top-contact__item .fa-envelope {
  font-size: 35px;
  color: #0d3889;
}
.top-contact__btn-wrap {
  margin-top: 20px;
}
.top-contact__icon-wrap {
  width: 70px;
  margin-top: 20px;
  border: 2px solid #0d3889;
  padding: 12px;
  border-radius: 5px;
  text-align: center;
}

.company-map {
  padding-block: 80px;
  background-color: #ebf5fb;
}

.company-map__btn-wrap {
  text-align: center;
  padding-top: 40px;
}

.company-map__inner {
  padding-top: 25px;
  position: relative;
  aspect-ratio: 5/1;
  margin-inline: auto;
}
.company-map__inner iframe {
  width: 100%;
  height: 450px;
}

/* =====================================================
# business
===================================================== */
.business__intro {
  background-color: #fff;
}

.business__wide {
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  padding-left: calc(50vw - 50%);
  padding-right: calc(50vw - 50%);
}

.business__transparent {
  position: relative; /* 基準位置とする */
}

.business__transparent::before {
  content: ""; /* 疑似要素に必須 */
  width: 100%; /* 幅いっぱい */
  height: 100%; /* 高さいっぱい */
  display: block; /* 高さを指定するためにブロック要素にする */
  background: -webkit-gradient(
    linear,
    right top,
    left top,
    color-stop(50%, rgba(255, 255, 255, 0)),
    color-stop(99%, #fff)
  );
  background: linear-gradient(
    270deg,
    rgba(255, 255, 255, 0) 50%,
    #fff 99%
  ); /* 徐々に透明にする */
  position: absolute; /*  */
  top: 0;
  left: 0;
}
.is-case2 .business__transparent::before {
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    color-stop(50%, rgba(255, 255, 255, 0)),
    color-stop(99%, #fff)
  );
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 50%, #fff 99%);
}

.business__title {
  display: block;
  font-size: 40px;
  font-family: "Noto Serif JP", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro",
    "ＭＳ Ｐ明朝", "MS PMincho", serif;
  line-height: 1.5;
  letter-spacing: 0.2em;
  border-bottom: 1px solid #0d3889;
  padding-bottom: 15px;
}
.business__title::before {
  content: attr(data-en);
  display: block;
  color: #0d3889;
  letter-spacing: 0;
  font-size: 20px;
}

.business__text {
  display: block;
  margin-top: 30px;
  line-height: 2;
}

.business__machine-items {
  margin-top: 60px;
  display: grid;
  gap: 40px;
  grid-template-columns: repeat(3, 1fr);
}

.business__machine-item p {
  font-size: 20px;
  font-weight: bold;
  text-align: center;
}
.business__machine-item img {
  display: block;
  margin-top: 10px;
  border-radius: 5px;
}

.business {
  padding-block: 100px;
  background-color: #fff;
}
.business .heading {
  text-align: center;
  font-weight: bold;
  font-family: "Noto Serif JP", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro",
    "ＭＳ Ｐ明朝", "MS PMincho", serif;
  position: relative;
}
.business .heading::before {
  position: absolute;
  bottom: -18px;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  content: "";
  display: inline-block;
  width: 50px;
  height: 2px;
  background-color: #0d3889;
}
.business .heading__ja {
  display: block;
  font-size: 35px;
  color: #0d3889;
  line-height: 1.3;
}

.works-items {
  padding-block: 50px;
  background-color: rgba(13, 56, 137, 0.16);
}
.works-items .cards {
  max-width: 1140px;
  width: 100%;
  margin-top: 40px;
  margin-inline: auto;
  display: grid;
  gap: 40px;
  grid-template-columns: repeat(3, 1fr);
}
.works-items .card {
  width: 100%;
}
.works-items .card__image {
  width: 100%;
  height: auto;
  max-height: 220px;
  overflow: hidden;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
.works-items .card__image img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
  object-fit: cover;
}
.works-items .card__body {
  padding: 20px;
  background-color: #fff;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}
.works-items .card__title {
  font-size: 20px;
  font-weight: 500;
}

.heading-h3 {
  position: relative;
  font-size: 30px;
  font-family: "Noto Serif JP", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro",
    "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-weight: 600;
  color: #0d3889;
}
.heading-h3::before {
  position: absolute;
  bottom: -10px;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  content: "";
  display: inline-block;
  width: 100%;
  height: 1px;
  background-color: #0d3889;
}

.business__items {
  background-color: #ebf5fb;
  border-radius: 10px;
  padding: 30px 40px;
}

.working__tel {
  margin-top: 30px;
}
.working__tel .head {
  font-weight: bold;
}
.working__tel .call {
  background-color: #0d3889;
  color: #fff;
  padding: 3px 15px 4px 10px;
  border-radius: 5px;
  font-size: 20px;
  margin-left: 15px;
}
.working__tel .call::before {
  content: "";
  position: relative;
  top: 4px;
  display: inline-block;
  width: 22px;
  height: 22px;
  background: url(../img/common/tel-icon.webp) center center/contain no-repeat;
}

.working {
  padding-block: 100px 20px;
}

.working__inner {
  display: grid;
  gap: 40px;
  grid-template-columns: repeat(3, 1fr);
}

.working__image {
  border: 5px solid #fff;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}

.recruit {
  background-color: #ebf5fb;
  padding-top: 100px;
  padding-bottom: 100px;
}
.recruit__intro {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
  -webkit-font-feature-settings: normal;
  font-feature-settings: normal;
  letter-spacing: 0;
}
.recruit__image {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 40%;
  -ms-flex: 0 1 40%;
  flex: 0 1 40%;
}
.recruit__body {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.recruit__btn-wrap {
  margin-top: 40px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.recruit__tel {
  display: inline-block;
  font-weight: 500;
  text-transform: uppercase;
  color: #fff;
  font-size: 18px;
  text-align: center;
  -webkit-transition: 0.25s;
  transition: 0.25s;
  height: 60px;
  line-height: 60px;
  background-color: #c42e2e;
  width: 220px;
}
.recruit__text {
  font-size: 20px;
}
.recruit__list {
  padding-top: 100px;
  padding-bottom: 100px;
}
.recruit__list .horizontal-table__inner {
  width: 100%;
  background-color: #fff;
}
.recruit__list .horizontal-table__header {
  width: 25%;
  padding: 15px;
  border-bottom: 1px solid #0d3889;
  font-weight: 600;
  vertical-align: middle;
}
.recruit__list .horizontal-table__header:last-child {
  border-right-width: 0;
}
.recruit__list .horizontal-table__header:first-child {
  border-top: 1px solid #0d3889;
}
.recruit__list .horizontal-table__text {
  padding: 15px;
  border-bottom: 1px solid #ccc;
  vertical-align: middle;
}
.recruit__list .horizontal-table__text:first-of-type {
  border-top: 1px solid #ccc;
}
.recruit__list .horizontal-table__text.bt-1 {
  border-top: 1px solid #ccc;
}

.company {
  background-color: #fff;
}
.company .business__title {
  display: inline-block;
}
.company .profile {
  padding-top: 100px;
  padding-bottom: 100px;
}
.company .profile .horizontal-table__header {
  background-color: #fff;
}

.attention {
  max-width: 900px;
  padding-inline: 15px;
  margin-inline: auto;
  margin-top: 100px;
}

.attention__text {
  text-align: center;
  border: 1px solid #0d3889;
  padding: 10px 20px;
  color: #0d3889;
  font-size: 30px;
  letter-spacing: 0.1em;
}

.horizontal-table {
  padding-top: 50px;
}
.horizontal-table__inner {
  width: 100%;
  background-color: #fff;
}
.horizontal-table__header {
  width: 25%;
  background-color: #ebf5fb;
  padding: 15px;
  border-bottom: 1px solid #0d3889;
  font-weight: 600;
  vertical-align: middle;
}
.horizontal-table__header:last-child {
  border-right-width: 0;
}
.horizontal-table__header:first-child {
  border-top: 1px solid #0d3889;
}
.horizontal-table__text {
  padding: 15px;
  border-bottom: 1px solid #ccc;
  vertical-align: middle;
}
.horizontal-table__text:first-of-type {
  border-top: 1px solid #ccc;
}
.horizontal-table .center {
  margin: 0 auto;
}

.company__banks {
  display: grid;
  gap: 1px;
  grid-template-columns: repeat(2, 1fr);
}

/* =====================================================
# history
===================================================== */
.history {
  padding-block: 100px;
}
.history .recruit__title {
  background-color: #0d3889;
  color: #fff;
  padding: 10px 15px;
  font-size: 20px;
}
.history .recruit__table-content {
  padding-top: 60px;
}

.history__box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
  margin-top: 25px;
  background-color: #f6f4f2;
  border-radius: 10px;
  padding: 40px 60px;
}

.history__head-box {
  background-color: #fff;
  padding: 30px;
  border-radius: 10px;
}

.history__head {
  font-weight: bold;
}

.history__body {
  margin-top: 30px;
  font-size: 15px;
}

.history__image {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 50%;
  -ms-flex: 0 1 50%;
  flex: 0 1 50%;
}
.history__inner .container {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 50%;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
}

/* =====================================================
# contact
===================================================== */
.tel-fax {
  padding-block: 50px;
  background-color: #ebf5fb;
}
.tel-fax__intro {
  text-align: center;
  font-size: 24px;
  font-weight: 500;
  letter-spacing: 0.1em;
}
.tel-fax__wrapper {
  max-width: 920px;
  margin-top: 40px;
  margin-inline: auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
}
.tel-fax__box {
  width: 100%;
  background-color: #0d3889;
  margin-inline: auto;
  padding: 35px 30px;
  border-radius: 5px;
  text-align: center;
}
.tel-fax__line {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.tel-fax__text {
  margin-top: 10px;
  color: #fff;
}
.tel-fax .tel__img img {
  width: 48px;
}
.tel-fax .tel-number {
  font-size: 38px;
  font-weight: bold;
  color: #fff;
  line-height: 1;
  padding-left: 15px;
}

.mail-form {
  background-color: #fff;
  padding-block: 50px;
  -webkit-font-feature-settings: normal;
  font-feature-settings: normal;
  letter-spacing: 0;
  /*ラジオボタンorチェックボックス
  ------------------------------------*/
  /*フォーカス時*/
  /*クリック範囲*/
  /*ラジオボタンスタイル*/
  /*ラジオボタンチェック印（未選択）*/
  /*ラジオボタンチェック印（選択）*/
  /*チェックボックススタイル*/
  /*チェックボックス未チェック時*/
  /*チェックボックスチェック時*/
  /*セレクトボックス
  ------------------------------------*/
  /*テキストエリア
  ------------------------------------*/
}
.mail-form__inner {
  max-width: 1100px;
  padding-inline: 15px;
  margin-inline: auto;
}
.mail-form ::-webkit-input-placeholder {
  color: #aaa;
}
.mail-form ::-moz-placeholder {
  color: #aaa;
}
.mail-form :-ms-input-placeholder {
  color: #aaa;
}
.mail-form ::-ms-input-placeholder {
  color: #aaa;
}
.mail-form ::placeholder {
  color: #aaa;
}
.mail-form__title {
  font-size: 24px;
  font-weight: 500;
}
.mail-form__title .fa-envelope {
  font-size: 23px;
  vertical-align: -1px;
}
.mail-form__text {
  margin-top: 20px;
}
.mail-form__text > p {
  line-height: 2;
}
.mail-form .form-p {
  display: inline-block;
}
.mail-form .form-input {
  border: 1px solid #aaa;
  padding: 5px 10px;
  width: 100%;
}
.mail-form .form-input._age {
  width: 40%;
}
.mail-form .label {
  display: inline-block;
  background-color: #c42e2e;
  color: #fff;
  font-size: 13px;
  text-align: center;
  width: 45px;
  height: 28px;
  line-height: 28px;
}
.mail-form__file-text {
  display: block;
  font-size: 13px;
  color: #cc2a1f;
  text-indent: -13px;
  padding-left: 13px;
}
.mail-form .horizontal-table {
  margin-top: 40px;
}
.mail-form .horizontal-table__inner {
  width: 100%;
}
.mail-form .horizontal-table__header {
  width: 27%;
  padding: 20px;
  background-color: #f6f6f6;
  border-bottom: 1px solid #ccc;
  border-left: 1px solid #ccc;
  font-weight: bold;
  vertical-align: middle;
}
.mail-form .horizontal-table__header--required {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.mail-form .horizontal-table__header:first-child {
  border-top: 1px solid #ccc;
}
.mail-form .horizontal-table__header:last-child {
  border-right-width: 0;
}
.mail-form .horizontal-table__text {
  padding: 10px 20px;
  border-right: 1px solid #ccc;
  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 .center {
  margin: 0 auto;
}
.mail-form .privacy-policy {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 15px;
  text-align: center;
}
.mail-form .box-scroll {
  width: 100%;
  height: 240px;
  padding: 20px;
  border: 1px solid #ddd;
  overflow: hidden;
  overflow-y: scroll;
  margin-bottom: 30px;
  background-color: #fff;
}
.mail-form .box-scroll__title {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.4;
  border-left: 8px solid #333;
  margin-bottom: 8px;
  padding-left: 8px;
}
.mail-form .box-scroll__li {
  text-indent: -17px;
  padding-left: 20px;
  letter-spacing: 0;
  margin-bottom: 7px;
}
.mail-form .privacy-wrapper {
  text-align: center;
}
.mail-form .privacy__title {
  font-weight: 600;
  border-bottom: 1px solid #666;
  padding-bottom: 5px;
  margin-bottom: 10px;
}
.mail-form .privacy__address {
  text-indent: -43px;
  padding-left: 43px;
}
.mail-form .privacy__link {
  color: blue;
  text-decoration: underline;
}
.mail-form .privacy-btn {
  display: inline-block;
  background-color: #222;
  color: #fff;
  padding: 15px 10px;
  width: 350px;
  border-radius: 5px;
}
.mail-form .privacy-btn__wrapper {
  text-align: center;
  margin-top: 60px;
  margin-bottom: 30px;
}
.mail-form .send-btn__wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 30px;
  margin-bottom: 30px;
}
.mail-form .send-btn {
  display: inline-block;
  background-color: #222;
  color: #fff;
  border: 2px solid transparent;
  padding: 15px;
  text-align: center;
  width: 320px;
  border-radius: 5px;
}
.mail-form .send-btn--back {
  margin-right: 100px;
  color: #222;
  background-color: #fff;
  border: 2px solid #222;
}
.mail-form input[type="radio"],
.mail-form input[type="checkbox"] {
  opacity: 0;
  position: absolute;
}
.mail-form input[type="radio"]:focus + span,
.mail-form input[type="checkbox"]:focus + span {
  outline: 1px solid #ccc;
}
.mail-form input[type="radio"] + span,
.mail-form input[type="checkbox"] + span {
  display: inline-block;
  position: relative;
  margin: 0 2em 0 0;
  padding: 0.3em 0.3em 0.3em 2em;
  line-height: 1;
  vertical-align: middle;
  cursor: pointer;
}
.mail-form input[type="radio"] + span:before {
  content: "";
  position: absolute;
  top: 1px;
  left: 0;
  width: 1.375em;
  height: 1.375em;
  border: 1px solid #999;
  border-radius: 50%;
  line-height: 1;
  background: #fff;
}
.mail-form input[type="radio"] + span:after {
  content: "";
  display: none;
}
.mail-form input[type="radio"]:checked + span:after {
  display: block;
  position: absolute;
  top: 0.2em;
  left: 0.2em;
  width: 1em;
  height: 1em;
  margin: 0;
  padding: 0;
  border-radius: 50%;
  background: #3d98b4;
  line-height: 1;
}
.mail-form input[type="checkbox"] + span:before {
  position: absolute;
  top: 0.2em;
  left: 0;
  content: "";
  width: 1.25em;
  height: 1.25em;
  border: 1px solid #999;
  background: #fff;
  line-height: 1;
  vertical-align: middle;
}
.mail-form input[type="checkbox"] + span:after {
  content: "";
  display: none;
}
.mail-form input[type="checkbox"]:checked + span:after {
  display: block;
  position: absolute;
  top: 0.3em;
  left: 0.4em;
  width: 0.5em;
  height: 1em;
  content: "";
  border-bottom: 3px solid #3d98b4;
  border-right: 3px solid #3d98b4;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.mail-form select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; /*ブラウザ標準スタイルを解除*/
  display: block;
  width: 100%;
  padding: 5px 30px 5px 10px;
  border-radius: 4px;
  border: 1px solid #ccc;
}
.mail-form .selectWrap {
  /*selectの親要素をアイコン配置の基準とする*/
  position: relative;
  display: block;
  width: 30%;
}
.mail-form .selectWrap::after {
  /*矢印アイコン自作*/
  position: absolute;
  right: 10px;
  top: 0;
  bottom: 0;
  margin: auto;
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  border-right: 2px solid #999;
  border-bottom: 2px solid #999;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  pointer-events: none; /*矢印の上もクリック可能にする*/
}
.mail-form textarea {
  resize: none;
}

/* 重ねるメディア
----------------------------------------------------- */
.normal {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.normal._reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.column {
  width: 58%;
  position: relative;
  z-index: 2;
}
.column._reverse {
  margin-left: -10%;
}
.column-outside-right {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin-right: calc(50% - 50vw);
  margin-left: -10%;
}
.column-outside-left {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin-left: calc(50% - 50vw);
  margin-right: -10%;
  text-align: right;
}
._top-intro .column {
  width: 65%;
}
._top-intro .column-outside-right {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin-right: calc(50% - 50vw);
  margin-left: -20%;
}
.column .text-box {
  padding-block: 50px;
}
.is-business-intro .column .text-box {
  background-color: #fff;
}
._top-intro .column .text-box {
  background-color: unset;
  -webkit-box-shadow: unset;
  box-shadow: unset;
}
.column .text-box p {
  font-size: 16px;
  text-align: justify;
}
.is-business-intro .column .text-box p {
  margin-top: 30px;
}
._top-intro .column .text-box p {
  color: #222;
  margin-top: 40px;
}

.transparent {
  position: relative; /* 基準位置とする */
}

.transparent::before {
  content: ""; /* 疑似要素に必須 */
  width: 100%; /* 幅いっぱい */
  height: 100%; /* 高さいっぱい */
  display: block; /* 高さを指定するためにブロック要素にする */
  background: -webkit-gradient(
    linear,
    right top,
    left top,
    color-stop(40%, rgba(255, 255, 255, 0)),
    color-stop(99%, #fff)
  );
  background: linear-gradient(
    270deg,
    rgba(255, 255, 255, 0) 40%,
    #fff 99%
  ); /* 徐々に透明にする */
  position: absolute; /*  */
  top: 0;
  left: 0;
}

.detail__category-title {
  margin-top: 10px;
}

.detail__date {
  display: block;
  margin-top: 60px;
}

.detail__title {
  margin-top: 10px;
  font-size: 30px;
}

.detail__text {
  margin-top: 30px;
  overflow-wrap: break-word;
}

.detail__slider {
  margin-block: 50px;
}

/* 共通パーツ
----------------------------------------------------- */
.btn {
  display: inline-block;
  width: 270px;
  font-size: 18px;
  font-weight: 500;
  color: #0d3889;
  border-bottom: 2px solid #0d3889;
  padding-bottom: 10px;
  text-align: center;
  text-transform: uppercase;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
  position: relative;
}
.btn::after {
  content: "";
  position: absolute;
  top: 41.5%;
  right: 0;
  font-weight: 600;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  display: inline-block;
  width: 10px;
  height: 16px;
  background: url(../img/common/chevron-right.webp) center center/contain
    no-repeat;
}

.button {
  display: inline-block;
  width: 200px;
  line-height: 50px;
  height: 50px;
  background-color: #0d3889;
  padding-inline: 24px;
  letter-spacing: 0.1em;
  color: #fff;
  border-radius: 10px;
  text-align: center;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
  position: relative;
}
.button::after {
  content: "";
  display: inline-block;
  position: absolute;
  width: 12px;
  height: 16px;
  background: url(../img/common/chevron-right_white.webp) center center/contain
    no-repeat;
  top: 50%;
  right: 0.83em;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.list {
  display: block;
  -webkit-font-feature-settings: normal;
  font-feature-settings: normal;
  text-indent: -21px;
  padding-left: 21px;
}

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

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

.bg-blue {
  background-color: #ebf5fb;
}

.bg-navy {
  background-color: #e7e4fa;
}

#recruit {
  margin-top: -100px;
  padding-top: 100px;
}

/* 左から右にカーテン
---------------------------------------------------- */
.curtainLefttoRight {
  position: relative;
}

.curtainLefttoRight.visible {
  -webkit-animation-name: curtainLeftFadeIn;
  animation-name: curtainLeftFadeIn;
  -webkit-animation-duration: 1.2s;
  animation-duration: 1.2s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
}

.curtainLefttoRight.visible:before {
  display: block;
  content: "";
  position: absolute;
  z-index: 999;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  background-color: #000;
  -webkit-animation-name: curtainLeft;
  animation-name: curtainLeft;
  -webkit-animation-duration: 1.2s;
  animation-duration: 1.2s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

@-webkit-keyframes curtainLeftFadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes curtainLeftFadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes curtainLeft {
  0% {
    -webkit-transform-origin: left;
    transform-origin: left;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
  }
  50% {
    -webkit-transform-origin: left;
    transform-origin: left;
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
  50.001% {
    -webkit-transform-origin: right;
    transform-origin: right;
  }
  100% {
    -webkit-transform-origin: right;
    transform-origin: right;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
  }
}
@keyframes curtainLeft {
  0% {
    -webkit-transform-origin: left;
    transform-origin: left;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
  }
  50% {
    -webkit-transform-origin: left;
    transform-origin: left;
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
  50.001% {
    -webkit-transform-origin: right;
    transform-origin: right;
  }
  100% {
    -webkit-transform-origin: right;
    transform-origin: right;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
  }
}
/* =====================================================
# particles.js
===================================================== */
/*コンテンツを囲むラッパー要素*/
.wrap {
  width: 100%;
  height: 100%;
  position: relative; /*基準要素、子の基準となる*/
}

/*アニメーション描画用*/
canvas {
  position: absolute; /*親のブロックを基準にして相対位置に配置する*/
  /*位置指定*/
  top: 0;
  right: 0;
  z-index: 1; /*重ね順を-1に　※1以上だとほかのコンテンツの上に被さってしまいます*/
}

/*==================================================
スライダーのためのcss
===================================*/
/*画像の横幅を100%にしてレスポンシブ化*/
img {
  width: 100%;
  height: auto;
  vertical-align: bottom; /*画像の下にできる余白を削除*/
}

/*メイン画像下に余白をつける*/
.gallery {
  margin: 0 0 5px 0;
}
.gallery li {
  background-color: #ddd;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 630px;
}
.gallery li img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  max-height: 630px;
}

/*矢印の設定*/
/*戻る、次へ矢印の位置*/
.slick-prev,
.slick-next {
  position: absolute; /*絶対配置にする*/
  z-index: 3;
  top: 42%;
  cursor: pointer; /*マウスカーソルを指マークに*/
  outline: none; /*クリックをしたら出てくる枠線を消す*/
  border-top: 2px solid #ccc; /*矢印の色*/
  border-right: 2px solid #ccc; /*矢印の色*/
  height: 25px;
  width: 25px;
}

.slick-prev {
  /*戻る矢印の位置と形状*/
  left: 2.5%;
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
}

.slick-next {
  /*次へ矢印の位置と形状*/
  right: 2.5%;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

/*選択するサムネイル画像の設定*/
.choice-btn li {
  cursor: pointer;
  outline: none;
  background: #ddd;
  width: 20% !important;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 126px;
}

.choice-btn li img {
  opacity: 0.4; /*選択されていないものは透過40%*/
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  max-height: 126px;
}

.choice-btn li.slick-current img {
  opacity: 1; /*選択されているものは透過しない*/
}

.choice-btn .slick-track {
  width: 100% !important;
  -webkit-transform: unset !important;
  transform: unset !important; /*画面幅サイズ変更に伴うサムネイル固定*/
}

/*========= レイアウトのためのCSS ===============*/
/*エリア全体を中央寄せ*/
.wrapper {
  width: 94%;
  max-width: 900px;
  margin: 0 auto;
}

/*==================================================
タブ
===================================*/
/*liにactiveクラスがついた時の形状*/
.tab li.active a {
  background: #c42e2e;
}

/*エリアの表示非表示と形状*/
.area {
  display: none; /*はじめは非表示*/
  opacity: 0; /*透過0*/
  background: #fff;
}

/*areaにis-activeというクラスがついた時の形状*/
.area.is-active {
  display: block; /*表示*/
  -webkit-animation-name: displayAnime;
  animation-name: displayAnime; /*ふわっと表示させるためのアニメーション*/
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

@-webkit-keyframes displayAnime {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes displayAnime {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
/* FLOCSS
----------------------------------------------------- */
/* FLOCSS
----------------------------------------------------- */
/*! destyle.css v2.0.2 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -webkit-tap-highlight-color: transparent; /* 3*/
}

/* Sections */
/* ============================================ */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings */
/* ============================================ */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  margin: 0;
}

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Lists (definition) */
/* ============================================ */
dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

address {
  font-style: inherit;
}

/* Text-level semantics */
/* ============================================ */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  text-decoration: underline; /* 2 */
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

img {
  max-width: 100%;
}

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  outline: 0;
  border-radius: 0;
  text-align: inherit;
}

/**
 * Reset radio and checkbox appearance to preserve their look in iOS.
 */
[type="checkbox"] {
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
  appearance: checkbox;
}

[type="radio"] {
  -webkit-appearance: radio;
  -moz-appearance: radio;
  appearance: radio;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

button[disabled],
[type="button"][disabled],
[type="reset"][disabled],
[type="submit"][disabled] {
  cursor: default;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Remove arrow in IE10 & IE11
 */
select::-ms-expand {
  display: none;
}

/**
 * Remove padding
 */
option {
  padding: 0;
}

/**
 * Reset to invisible
 */
fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the outline style in Safari.
 */
[type="search"] {
  outline-offset: -2px; /* 1 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/**
 * Clickable labels
 */
label[for] {
  cursor: pointer;
}

/* Interactive */
/* ============================================ */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/*
 * Remove outline for editable content.
 */
[contenteditable] {
  outline: none;
}

/* Table */
/* ============================================ */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: bold;
}

/* Misc */
/* ============================================ */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

main {
  overflow: hidden; /*横スクロールの発生を防止*/
  background-size: auto auto;
  background-color: #ebf5fb;
  background-image: repeating-linear-gradient(
    45deg,
    transparent,
    transparent 112rem,
    white 112rem,
    white 182rem
  );
}

body {
  font-size: 16px;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro",
    "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", sans-serif;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  font-weight: 400;
  line-height: 1.7;
  letter-spacing: 0.05em;
  color: #222;
}

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

a:hover {
  text-decoration: none;
}

img {
  height: auto;
}

/* FLOCSS
----------------------------------------------------- */
.l-inner {
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 15px;
  padding-left: 15px;
  padding-top: 50px;
  padding-bottom: 50px;
}
.l-inner--has-column {
  display: grid;
  gap: 40px;
  grid-template-columns: 3fr minmax(260px, 1fr);
}

/* FLOCSS
----------------------------------------------------- */
.c-btn {
  display: inline-block;
  width: 300px;
  max-width: 100%;
  padding: 20px 10px;
  background-color: #e25c00;
  border: 2px solid transparent;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  color: #fff;
  font-size: 17px;
  text-align: center;
  text-decoration: none;
  -webkit-transition: 0.25s;
  transition: 0.25s;
}
.c-btn:focus,
.c-btn:hover {
  background-color: #fff;
  border-color: currentColor;
  color: #e25c00;
}
.c-btn--arrow-right {
  position: relative;
  padding-right: 20px;
  padding-left: 13.8px;
}
.c-btn--arrow-right::after {
  content: "\f061";
  position: absolute;
  top: 50%;
  right: 8.3px;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.c-btn--icon {
  position: relative;
  padding-right: 20px;
  padding-left: 13.8px;
}
.c-btn--icon::after {
  content: "";
  position: absolute;
  left: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 40px;
  height: 60px;
  background: transparent url(/images/nav_07.png) no-repeat center
    center/contain;
}
.c-btn--large {
  width: 340px;
  padding-top: 25px;
  padding-bottom: 25px;
  font-size: 20px;
}
.c-btn--warning {
  background-color: #f1de00;
  color: #222;
}
.c-btn--warning:focus,
.c-btn--warning:hover {
  border-color: #f1de00;
  color: #222;
}

.c-rounded-btn {
  display: inline-block;
  width: 236px;
  max-width: 100%;
  padding: 15px 10px;
  background-color: #e25c00;
  border: 2px solid transparent;
  border-bottom-color: #d40152;
  border-radius: 10px;
  color: #fff;
  font-size: 17px;
  text-align: center;
  text-decoration: none;
  -webkit-transition: 0.25s;
  transition: 0.25s;
}
.c-rounded-btn:focus,
.c-rounded-btn:hover {
  background-color: #fff;
  border-color: currentColor;
  color: #e25c00;
}

.c-before-icon-btn {
  position: relative;
  display: inline-block;
  padding: 0.2em 0.3em;
  border: 1px solid currentColor;
  color: #e25c00;
  text-decoration: none;
  -webkit-transition: 0.25s;
  transition: 0.25s;
}
.c-before-icon-btn:focus,
.c-before-icon-btn:hover {
  background-color: #e25c00;
  color: #fff;
}
.c-before-icon-btn::before {
  display: inline-block;
  margin-right: 0.5em;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}
.c-before-icon-btn--download::before {
  content: "\f019";
}
.c-before-icon-btn--zoom::before {
  content: "\f00e";
  -webkit-transform: translateY(-6%);
  transform: translateY(-6%);
}

/* FLOCSS
----------------------------------------------------- */
.p-breadcrumb {
  margin: 10px 20px;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.p-breadcrumb li {
  list-style: none;
}
.p-breadcrumb li:after {
  content: ">";
  padding: 0 5px;
}
.p-breadcrumb li:last-child:after {
  content: "";
}
.p-breadcrumb li a {
  text-decoration: none;
}
.p-breadcrumb li a:hover {
  text-decoration: underline;
}
.p-breadcrumb .u-current {
  color: #0d3889;
}

.mb-1 {
  margin-bottom: 10px;
}

.mb-2 {
  margin-bottom: 20px;
}

.mb-3 {
  margin-bottom: 30px;
}

.mb-4 {
  margin-bottom: 40px;
}

.mb-5 {
  margin-bottom: 50px;
}

.mb-6 {
  margin-bottom: 60px;
}

.mb-7 {
  margin-bottom: 70px;
}

.mb-8 {
  margin-bottom: 80px;
}

.mb-9 {
  margin-bottom: 90px;
}

.mb-10 {
  margin-bottom: 100px;
}

.mt-1 {
  margin-top: 10px;
}

.mt-2 {
  margin-top: 20px;
}

.mt-3 {
  margin-top: 30px;
}

.mt-4 {
  margin-top: 40px;
}

.mt-5 {
  margin-top: 50px;
}

.mt-6 {
  margin-top: 60px;
}

.mt-7 {
  margin-top: 70px;
}

.mt-8 {
  margin-top: 80px;
}

.mt-9 {
  margin-top: 90px;
}

.mt-10 {
  margin-top: 100px;
}

@media screen and (min-width: 768px) {
  #page_top a:focus,
  #page_top a:hover {
    opacity: 0.6;
  }
  .top-header-nav__link:hover,
  .header-nav__link:hover {
    color: #c42e2e;
  }
  .top-header-nav__link:hover::after,
  .header-nav__link:hover::after {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
  .top-header-nav__link._footer:hover,
  .header-nav__link._footer:hover {
    color: #c42e2e;
  }
  #stay:hover::after,
  .stay:hover::after {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  .footer .address-area__box .location:focus,
  .footer .address-area__box .location:hover {
    opacity: 0.6;
  }
  .footer-nav__link:focus,
  .footer-nav__link:hover {
    opacity: 0.6;
  }
  .top-company__image:focus::after,
  .top-company__image:hover::after {
    background-color: rgba(0, 0, 0, 0.1); /* 半透明の白 */
    cursor: pointer;
  }
  .top-company__image img:focus,
  .top-company__image img:hover {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    cursor: pointer;
  }
  .mail-form .privacy__link:hover {
    color: #999;
  }
  .mail-form .privacy-btn:focus,
  .mail-form .privacy-btn:hover {
    opacity: 0.6;
  }
  .mail-form .send-btn:focus,
  .mail-form .send-btn:hover {
    opacity: 0.6;
  }
  .btn:focus,
  .btn:hover {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }
  .button:focus,
  .button:hover {
    background-color: #c42e2e;
  }
  .hidden-pc {
    display: none;
  }
}

@media screen and (max-width: 1199px) {
  .top-header {
    background-color: #0d3889;
  }
  .top-header-logo-area,
  .header-logo-area {
    height: 60px;
  }
  .top-header-right__items,
  .header-right__items {
    display: none;
  }
  .top-header-nav-area,
  .header-nav-area {
    display: none;
  }
  .top-header-nav,
  .header-nav {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-top: 10px;
  }
  .top-header-nav__item,
  .header-nav__item {
    margin-bottom: 10px;
  }
  .top-header-nav__item + .top-header-nav__item,
  .top-header-nav__item + .header-nav__item,
  .header-nav__item + .top-header-nav__item,
  .header-nav__item + .header-nav__item {
    margin-left: 0px;
  }
  .top-header__h1 {
    color: #222;
  }
  .drawer-icon {
    display: block;
  }
  .drawer-content ul li .no-border {
    border-bottom-width: 0 !important;
  }
  .drawer-content ul li .border-top {
    border-top: 1px dotted #fff;
  }
  .footer__inner-wrapper {
    display: block;
    padding-block: 40px;
  }
  .footer__company-area {
    text-align: center;
    margin-bottom: 10px;
  }
  .footer .address-area__box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 14px;
  }
  .footer .address-area__box .location {
    text-align: center;
    margin-bottom: 0px;
    margin-left: 0px;
  }
  .footer .address-area__address {
    text-align: center;
  }
  .footer__nav-area {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .footer-nav {
    display: block;
    width: 100%;
  }
  .footer-nav__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
  }
  .footer-nav__item:first-child::before {
    display: none;
  }
  .footer-nav__item::after {
    display: none;
  }
  .footer-nav__link {
    font-size: 14px;
    letter-spacing: 0;
    padding: 0 10px 10px;
  }
  .top-mv {
    margin-top: 80px;
  }
  .top-mv__slide {
    height: calc(100vh - 80px);
  }
  .top-mv__title .xl {
    font-size: 27px;
  }
  .mv {
    padding-top: 80px;
    background-color: #fff;
  }
  .top-h2 {
    font-size: 45px;
  }
  .top-greetings__head {
    font-size: 20px;
  }
  .top-greetings__strong {
    margin-top: 30px;
    font-size: 22px;
  }
  .top-greetings__text {
    margin-top: 20px;
    font-size: 16px;
  }
  .top-company__title {
    font-size: 22px;
  }
  .top-company__title .en {
    margin-top: 15px;
    font-size: 12px;
  }
  .top-contact {
    padding-block: 50px;
  }
  .top-contact::before {
    position: absolute;
    top: 0;
    height: 0;
    content: "";
    background-color: rgba(0, 0, 0, 0.16);
    width: 100%;
    height: 100%;
  }
  .top-contact__inner {
    position: relative;
    z-index: 2;
  }
  .top-contact__items,
  .top-company__items {
    grid-template-columns: 1fr;
    max-width: 500px;
    margin-inline: auto;
    gap: 30px;
  }
  .business__title {
    font-size: 30px;
  }
  .works-items .cards {
    gap: 3.5087719298%;
  }
  .works-items .card__image {
    max-height: 16.6805671393vw;
  }
  .working__inner {
    gap: 30px;
  }
  .recruit__btn-wrap {
    margin-top: 20px;
  }
  .recruit__text {
    font-size: 16px;
  }
  .history__box {
    padding: 40px 15px;
    gap: 30px;
  }
  .is-business-intro .column .text-box p {
    font-size: 1.5012510425vw;
  }
  .gallery li {
    height: 52.5437864887vw;
  }
  .choice-btn li {
    height: 10.5087572977vw;
  }
}

@media screen and (max-width: 1199px) and (max-width: 767px) {
  .top-header-logo-area,
  .header-logo-area {
    margin-left: 15px;
  }
  .top-mv__slide {
    -o-object-fit: cover;
    object-fit: cover;
    height: 380px;
  }
  .top-mv__title .xl {
    font-size: 18px;
    line-height: 1.5;
  }
  .top-h2 {
    font-size: 35px;
  }
  .top-company__title .en {
    margin-top: 0px;
    margin-left: 12px;
    font-size: 14px;
  }
  .business__title {
    font-size: 20px;
  }
  .works-items .cards {
    grid-template-columns: 1fr;
    gap: 30px;
  }
  .works-items .card__image {
    max-height: unset;
  }
  .history__box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 20px 15px;
  }
  .is-business-intro .column .text-box p {
    font-size: 16px;
  }
  .gallery li {
    height: 82.1382007823vw;
  }
  .choice-btn li {
    height: 16.4276401565vw;
  }
}

@media screen and (max-width: 767px) {
  #stay::after,
  .stay::after {
    display: none;
  }
  .footer .address-area .tel {
    margin-top: 10px;
  }
  .top-mv__deco .en-blue,
  .top-mv__deco .en-black {
    font-size: 32px;
  }
  .mv-jumbotron {
    height: 160px;
  }
  .mv-jumbotron__inner-wrapper {
    font-size: 40px;
    width: 100%;
  }
  .mv .mv-h2 {
    font-size: 22px;
    padding-bottom: 25px;
    width: 100%;
  }
  .mv .mv-h2::before {
    font-size: 16px;
    top: 55%;
    width: 100%;
  }
  .top-h2 span {
    font-size: 14px;
  }
  .top-h2 span::before {
    width: 25px;
    margin-right: 10px;
  }
  .top-greetings {
    padding-block: 50px;
  }
  .top-greetings__content {
    margin-top: 30px;
  }
  .top-greetings__items {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .top-greetings__icon {
    padding-block: 20px;
  }
  .top-greetings__icon img {
    width: 50px;
  }
  .top-company {
    padding-block: 50px;
  }
  .top-company__inner {
    padding-inline: 15px;
  }
  .top-company__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .top-company__title::before {
    height: 4px;
    margin-bottom: 5px;
  }
  .top-contact__item {
    padding: 20px 10px;
  }
  .top-contact__item .number {
    font-size: 27px;
  }
  .company-map {
    padding-block: 40px;
  }
  .company-map__inner iframe {
    height: 270px;
  }
  .business__intro {
    padding-bottom: 50px;
  }
  .business__title::before {
    font-size: 16px;
  }
  .business__machine-items {
    grid-template-columns: 1fr;
  }
  .business__machine-item p {
    font-size: 16px;
  }
  .business {
    padding-block: 50px;
  }
  .business .heading {
    font-size: 25px;
  }
  .business .heading__ja {
    font-size: 24px;
  }
  .heading-h3 {
    font-size: 21px;
  }
  .business__items {
    padding: 30px 15px;
  }
  .working {
    padding-block: 40px 20px;
  }
  .recruit {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .recruit__intro {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 20px;
  }
  .recruit__list {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .recruit__list .horizontal-table__header {
    width: 100%;
    border: 1px solid #ccc;
    background-color: #ccc;
    padding: 10px;
  }
  .recruit__list .horizontal-table__header:first-child {
    border-top-width: 0;
  }
  .recruit__list .horizontal-table__text {
    border-inline: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
  }
  .recruit__list .horizontal-table__text:first-of-type {
    border-top-width: 0;
  }
  .recruit__list .horizontal-table__text.bt-1 {
    border-top-width: 0;
  }
  .recruit__list .horizontal-table__text {
    width: 100%;
  }
  .recruit__list .horizontal-table__row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .company .profile {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .company .profile .horizontal-table__header {
    border: 1px solid #ddd;
    background-color: #ddd;
  }
  .attention {
    margin-top: 50px;
  }
  .attention__text {
    font-size: 20px;
  }
  .horizontal-table {
    padding-top: 30px;
  }
  .horizontal-table__header {
    width: 100%;
    border: 1px solid #ccc;
    background-color: #ccc;
    padding: 10px;
  }
  .horizontal-table__header:first-child {
    border-top-width: 0;
  }
  .horizontal-table__text {
    border-left: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    border-right: 1px solid #ccc;
  }
  .horizontal-table__text:first-of-type {
    border-top-width: 0;
  }
  .horizontal-table__text {
    width: 100%;
  }
  .horizontal-table__row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .company__banks {
    grid-template-columns: 1fr;
  }
  .history {
    padding-block: 40px;
  }
  .history .recruit__table-content {
    padding-top: 30px;
  }
  .history__head-box {
    padding: 20px 15px;
  }
  .tel-fax {
    padding-block: 30px;
  }
  .tel-fax__intro {
    font-size: 18px;
  }
  .tel-fax__box {
    padding: 25px 15px;
  }
  .tel-fax__line {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .tel-fax__text {
    margin-top: 0px;
  }
  .mail-form {
    padding-block: 30px;
  }
  .mail-form__title {
    font-size: 18px;
  }
  .mail-form__title .fa-envelope {
    font-size: 19px;
  }
  .mail-form__text {
    margin-top: 10px;
  }
  .mail-form .box-scroll__title {
    font-size: 16px;
  }
  .mail-form .privacy-btn {
    width: 100%;
    margin-bottom: 0px;
  }
  .mail-form .privacy-btn__wrapper {
    margin-top: 30px;
    margin-bottom: 15px;
  }
  .mail-form .send-btn__wrapper {
    width: 100%;
    margin-bottom: 0px;
    display: block;
  }
  .mail-form .send-btn {
    width: 100%;
    margin-bottom: 15px;
  }
  .mail-form .send-btn--back {
    margin-right: 0px;
  }
  .mail-form input[type="radio"] + span,
  .mail-form input[type="checkbox"] + span {
    font-size: 15px;
    margin-right: 0;
    line-height: 1.4;
    letter-spacing: 0;
  }
  .mail-form input[type="radio"] + span:before {
    top: 3px;
  }
  .mail-form input[type="radio"]:checked + span:after {
    top: 6px;
  }
  .mail-form input[type="checkbox"] + span:before {
    top: 0.3em;
  }
  .mail-form .selectWrap {
    width: 60%;
  }
  .mail-form .fileUpload {
    font-size: 0.9em; /* 文字を小さくする */
    width: 90%; /* 幅を小さくする */
    display: inline-block; /* インラインブロックにして幅を適用 */
  }
  .normal {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .normal._reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .column {
    width: 100%;
  }
  .column-outside-right {
    margin-left: 0;
    margin-right: 0;
  }
  .column-outside-left {
    margin-left: 0;
    margin-right: 0;
  }
  ._top-intro .column {
    width: 100%;
  }
  ._top-intro .column-outside-right {
    margin-left: 0;
    margin-right: 0;
  }
  .is-business-intro .column .text-box {
    padding: 20px;
  }
  ._top-intro .column .text-box p {
    margin-top: 20px;
  }
  .detail__date {
    margin-top: 30px;
  }
  .detail__title {
    font-size: 20px;
  }
  .detail__slider {
    margin-block: 30px;
  }
  .md-none {
    display: none;
  }
  .l-inner--has-column {
    grid-template-columns: 1fr;
  }
  .p-breadcrumb {
    font-size: 14px;
  }
  .hidden-sp {
    display: none;
  }
  .mb-2 {
    margin-bottom: 10px;
  }
  .mb-3 {
    margin-bottom: 15px;
  }
  .mb-4 {
    margin-bottom: 20px;
  }
  .mb-5 {
    margin-bottom: 25px;
  }
  .mb-6 {
    margin-bottom: 30px;
  }
  .mb-7 {
    margin-bottom: 35px;
  }
  .mb-8 {
    margin-bottom: 40px;
  }
  .mb-9 {
    margin-bottom: 45px;
  }
  .mb-10 {
    margin-bottom: 50px;
  }
  .mt-2 {
    margin-top: 10px;
  }
  .mt-3 {
    margin-top: 15px;
  }
  .mt-4 {
    margin-top: 20px;
  }
  .mt-5 {
    margin-top: 25px;
  }
  .mt-6 {
    margin-top: 30px;
  }
  .mt-7 {
    margin-top: 35px;
  }
  .mt-8 {
    margin-top: 40px;
  }
  .mt-9 {
    margin-top: 45px;
  }
  .mt-10 {
    margin-top: 50px;
  }
}

@media screen and (min-width: 1024px) {
  .footer .lg-only {
    display: none;
  }
  .hidden-tab {
    display: none;
  }
}

@media screen and (max-width: 1023px) {
  .top-company__items {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 50px;
  }
  .business__text {
    line-height: unset;
  }
  .works-items .card__body {
    padding-inline: 10px;
  }
  .working__tel .head {
    display: block;
  }
  .working__tel .call {
    display: inline-block;
    margin-top: 10px;
    margin-left: 0px;
  }
  .tel-fax__wrapper {
    margin-top: 30px;
    grid-template-columns: 1fr;
    gap: 25px;
    max-width: 400px;
  }
  .tel-fax .tel-number {
    font-size: 27px;
    font-weight: 500;
    letter-spacing: 1.5px;
  }
  .mail-form .horizontal-table {
    margin-top: 20px;
  }
  .mail-form .horizontal-table__inner {
    font-size: 16px;
  }
  .mail-form .horizontal-table__header {
    border-bottom-width: 0;
    border-left: unset;
    background-color: #efefef;
    width: 100%;
    border-right: 0;
    padding: 10px;
  }
  .mail-form .horizontal-table__text {
    border-bottom-width: 0;
    border-inline: unset;
    width: 100%;
    padding: 10px 0;
  }
  .mail-form .horizontal-table__row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .mail-form .box-scroll {
    height: 220px;
    margin-bottom: 15px;
    padding: 15px;
    word-break: break-all;
  }
  .sp-none {
    display: none;
  }
  main {
    background-image: repeating-linear-gradient(
      45deg,
      transparent,
      transparent 130rem,
      white 130rem,
      white 162rem
    );
  }
}

@media screen and (max-width: 1023px) and (max-width: 767px) {
  .top-company__items {
    margin-top: 5px;
    gap: 25px;
  }
  .tel-fax .tel-number {
    margin-block: 10px;
    padding-left: 0;
  }
}

@media screen and (max-width: 1199px) and (max-width: 1023px) {
  .top-company__title {
    font-size: 30px;
  }
  .working__inner {
    gap: 20px;
  }
  .recruit__btn-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: start;
    -ms-flex-align: start;
    align-items: start;
  }
  .column .text-box {
    margin-top: 0px;
  }
}

@media screen and (max-width: 1199px) and (max-width: 1023px) and (max-width: 767px) {
  .top-company__title {
    -webkit-writing-mode: unset;
    -ms-writing-mode: unset;
    writing-mode: unset;
  }
  .working__inner {
    grid-template-columns: 1fr;
  }
  .column .text-box {
    padding-bottom: 30px;
  }
}

@media screen and (min-width: 2001px) {
  .column {
    max-width: 1400px;
  }
}
/*# sourceMappingURL=style.css.map */
