@charset "UTF-8";
/*
.hoge {
  z-index: map-get($layer, "header");
}
*/
body {
  font-size: 1.6rem;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", sans-serif;
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: 0.1rem;
  color: #666666;
}
body {
  overflow-x: hidden;
  /*横スクロールの発生を防止*/
}
body.top {
  overflow: visible;
}
.top main {
  overflow: hidden;
}
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;
}
.mb-20 {
  margin-bottom: 20rem;
}
html {
  font-size: 62.5%;
}
.sp-only {
  display: none;
}
.pc-only {
  display: block;
}
#page_top {
  display: none;
  position: fixed;
  right: 0rem;
  bottom: 0rem;
}
#page_top a:focus, #page_top a:hover {
  opacity: 1;
  -webkit-filter: brightness(90%);
  filter: brightness(90%);
}
.main {
  background-size: auto auto;
  background-color: #eaf4fa;
  background-image: repeating-linear-gradient(45deg, transparent, transparent 82rem, white 82rem, white 185rem);
}
.content {
  max-width: 1260px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 15px;
  padding-left: 15px;
}
.content._margin {
  padding-top: 5rem;
  padding-bottom: 5rem;
}
.header {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 100;
  width: 100%;
  max-width: 100%;
}
.header__inner {
  margin-right: auto;
  margin-left: auto;
  background-color: rgba(255, 255, 255, 0.8);
}
.header-utilities {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.header-logo-area {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 28%;
  flex: 0 0 28%;
  margin-left: 3rem;
  margin-right: 1.5rem;
}
.header-logo-area__logo--img {
  width: 26.1rem;
}
.header-nav-area {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  height: 10rem;
}
.header-icon-area {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 10rem;
  flex: 0 0 10rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  height: 10rem;
  padding: 0.75rem 3rem 0.75rem 1rem;
}
.header-icon-area:focus, .header-icon-area:hover {
  opacity: .6;
}
.header-icon-area .privacy-icon {
  width: 5.3rem;
}
.header .text {
  font-size: 1.5rem;
}
.header-nav {
  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;
}
.header-nav__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: 1.5rem;
}
.header-nav__item {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  text-align: center;
}
.header-nav__link {
  position: relative;
  display: block;
  border-bottom: 0.4rem solid transparent;
  text-decoration: none;
  -webkit-transition: 0.25s;
  transition: 0.25s;
  padding: 0 2rem;
  color: #666666;
  font-size: 1.8rem;
}
.header-nav__link::after {
  content: "";
  /*絶対配置で線の位置を決める*/
  position: absolute;
  bottom: -1rem;
  left: 10%;
  /*線の形状*/
  width: 80%;
  height: 0.2rem;
  background: #1674b2;
  /*アニメーションの指定*/
  -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;
  /*上部中央基点*/
}
.header-nav__link:hover {
  color: #1674b2;
}
.header-nav__link:hover::after {
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
}
.header #stay, .header .stay {
  color: #1674b2;
}
.header #stay::after, .header .stay::after {
  content: "";
  position: absolute;
  width: 5rem;
  height: 0.2rem;
  background-color: #1674b2;
  bottom: -1rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.sp-active {
  width: 17.1rem;
  background-color: #2c3695;
  color: #fff;
  padding: 1.2rem;
}
.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 {
  background-image: url(../images/footer-bk.png);
  background-size: 100%;
  border-top: 2px solid #fff;
}
.footer__inner {
  max-width: 1260px;
  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: 20rem;
}
.footer .privacy-area:focus, .footer .privacy-area:hover {
  opacity: .6;
}
.footer .privacy-area__icon {
  width: 5.3rem;
}
.footer__nav-area {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 70%;
  flex: 0 1 70%;
  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;
}
.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: #2c3695;
  color: #fff;
}
.footer-nav__link {
  position: relative;
  display: inline-block;
  padding: 0 1.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: #666666;
  -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__link--first-child::before {
  content: "";
  position: absolute;
  top: 40%;
  left: 0;
  width: 1px;
  height: 2rem;
  background-color: #666666;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.copyright {
  font-size: 1.2rem;
  text-align: right;
  padding-bottom: 3rem;
}
.mv {
  background-color: #fff;
  padding-top: 10rem;
}
.mv-jumbotron {
  background-color: #ddd;
  background-size: cover;
  background-position: center center;
  height: 35rem;
}
.mv-jumbotron__inner {
  position: relative;
  height: 100%;
  max-width: 1140px;
  margin-right: auto;
  margin-left: auto;
  padding: 0 15px;
}
.mv-jumbotron__inner-wrapper {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
  text-align: center;
}
.mv .blog-h2 {
  display: inline-block;
  color: #333;
  font-size: 3.5rem;
  font-weight: 600;
  letter-spacing: 0.3rem;
  position: relative;
  text-shadow: 2px 2px 1px #ffffff, -2px 2px 1px #ffffff, 2px -2px 1px #ffffff, -2px -2px 1px #ffffff, 2px 0px 1px #ffffff, 0px 2px 1px #ffffff, -2px 0px 1px #ffffff, 0px -2px 1px #ffffff;
}
.mv .title-en {
  font-size: 2rem;
  color: #2c3695;
  text-shadow: 1.5px 1.5px 1px #ffffff, -1.5px 1.5px 1px #ffffff, 1.5px -1.5px 1px #ffffff, -1.5px -1.5px 1px #ffffff, 1.5px 0px 1px #ffffff, 0px 1.5px 1px #ffffff, -1.5px 0px 1px #ffffff, 0px -1.5px 1px #ffffff;
}
.h2__title {
  display: inline-block;
  font-size: 2.9rem;
  font-family: "Poppins", sans-serif;
  font-style: italic;
  font-weight: 600;
  line-height: 1.5;
  color: #2c3695;
  border-bottom: 0.2rem solid #2c3695;
  padding-bottom: 1rem;
}
.h3__title {
  font-size: 2.7rem;
  font-family: "Poppins", sans-serif;
  font-style: italic;
  color: #fff;
  background-color: #2c3695;
  text-align: center;
  font-weight: bold;
  padding: 1rem 0;
}
.btn {
  display: inline-block;
  width: 30rem;
  max-width: 100%;
  padding: 1.5rem 1rem;
  background-color: #2c3695;
  border: 0.2rem solid transparent;
  color: #fff;
  font-weight: 500;
  text-align: center;
  text-decoration: none;
  -webkit-transition: 0.25s;
  transition: 0.25s;
  position: relative;
}
.btn:focus, .btn:hover {
  background-color: #fff;
  border: 0.2rem solid #2c3695;
  color: #2c3695;
}
.btn:focus::after, .btn:hover::after {
  -webkit-transform: translateX(3px);
  transform: translateX(3px);
}
.btn__footer--left {
  width: 50%;
  margin-right: 2rem;
  padding: 1rem;
}
.btn__footer--right {
  width: 50%;
  background-color: #1674b2;
  padding: 1rem;
}
.top-intro {
  padding-top: 8rem;
  padding-bottom: 20rem;
  margin-left: calc(50% - 50vw);
  padding-left: calc(50vw - 50%);
  margin-right: calc(50% - 50vw);
  padding-right: calc(50vw - 50%);
  position: relative;
  background-image: -webkit-gradient(linear, right top, left top, color-stop(25%, #23b4f5), to(#0055b9));
  background-image: linear-gradient(-90deg, #23b4f5 25%, #0055b9 100%);
}
.top-intro__title {
  font-size: 7.2rem;
  font-family: "Poppins", sans-serif;
  font-style: italic;
  font-weight: 300;
  line-height: 1;
  margin-bottom: 3rem;
  color: #fff;
}
.top-intro__img {
  width: 43vw;
  height: 55rem;
  -o-object-fit: cover;
  object-fit: cover;
}
.top-intro .half-media {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.top-intro .half-media__img-wrapper {
  position: absolute;
  top: 15rem;
  right: 0;
  margin-right: calc(50% - 50vw);
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.top-intro .half-media__img-wrapper > *:last-child {
  margin-bottom: 0;
}
.top-intro .half-media__body {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 51.33333%;
  flex: 0 0 51.33333%;
  margin-right: 3.33333%;
}
.top-intro .half-media__title {
  margin-bottom: 3.5rem;
  font-size: 2.7rem;
  font-weight: 500;
  color: #8cd8fa;
}
.top-intro .half-media__text {
  color: #fff;
}
.top-business {
  padding-top: 13rem;
}
.top-business__wrapper {
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  padding-right: calc(50vw - 50%);
  position: relative;
}
.top-business__title-en {
  font-size: 7.5rem;
  font-family: "Poppins", sans-serif;
  font-style: italic;
  font-weight: 300;
  color: #1674b2;
  line-height: 1;
}
.top-business__title {
  margin-left: calc(50% - 50vw);
  padding-left: calc(50vw - 50%);
  font-size: 1.8rem;
  font-weight: 400;
  margin-bottom: 5rem;
}
.top-business__img {
  width: 62vw;
  height: 54rem;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 0 0;
  object-position: 0 0;
}
.top-business .half-media {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.top-business .half-media__img-wrapper {
  position: absolute;
  left: 0;
  margin-left: calc(50% - 50vw);
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.top-business .half-media__img-wrapper > *:last-child {
  margin-bottom: 0;
}
.top-business .half-media__body {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 27%;
  flex: 0 0 27%;
  margin-left: 4%;
  padding-top: 10rem;
  text-align: right;
}
.top-business .half-media__number {
  font-size: 1.8rem;
  font-family: "Poppins", sans-serif;
  font-style: italic;
  font-weight: 400;
  color: #1674b2;
}
.top-business .half-media__title {
  margin-bottom: 3rem;
  font-size: 3rem;
  font-weight: 500;
  color: #1674b2;
  line-height: 1;
}
.top-business .half-media__text {
  letter-spacing: 0;
  margin-bottom: 4rem;
  text-align: justify;
}
.top-business .half-media__button {
  display: inline-block;
  width: 33rem;
  font-size: 1.8rem;
  color: #1674b2;
  border-bottom: 4px solid #1674b2;
  padding-bottom: 1rem;
  text-align: center;
  position: relative;
}
.top-business .half-media__button::after {
  content: "";
  width: 30px;
  height: 8px;
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -10px;
  background-image: url(../images/btn-arrow.png);
  background-size: contain;
  background-repeat: no-repeat;
}
.top-business .half-media__button:focus, .top-business .half-media__button:hover {
  -webkit-filter: brightness(160%);
  filter: brightness(160%);
}
.top-ec {
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  padding-left: calc(50vw - 50%);
  margin-top: 8rem;
  position: relative;
}
.top-ec__img {
  width: 62vw;
  height: 54rem;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 0 0;
  object-position: 0 0;
}
.top-ec .half-media {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.top-ec .half-media__img-wrapper {
  position: absolute;
  right: 0;
  margin-right: calc(50% - 50vw);
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.top-ec .half-media__img-wrapper > *:last-child {
  margin-bottom: 0;
}
.top-ec .half-media__body {
  width: 35%;
  margin-right: 4%;
  padding-top: 10rem;
  padding-bottom: 12rem;
  text-align: justify;
}
.top-ec .half-media__body > *:last-child {
  margin-bottom: 0;
}
.top-ec .half-media__number {
  font-size: 1.8rem;
  font-family: "Poppins", sans-serif;
  font-style: italic;
  font-weight: 400;
  color: #1674b2;
}
.top-ec .half-media__title {
  margin-bottom: 3rem;
  font-size: 3rem;
  font-weight: 500;
  color: #1674b2;
  line-height: 1;
}
.top-ec .half-media__text {
  letter-spacing: 0;
  margin-bottom: 4rem;
}
.top-ec .half-media__button {
  display: inline-block;
  width: 33rem;
  font-size: 1.8rem;
  color: #1674b2;
  border-bottom: 4px solid #1674b2;
  padding-bottom: 1rem;
  text-align: center;
  position: relative;
}
.top-ec .half-media__button::after {
  content: "";
  width: 30px;
  height: 8px;
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -10px;
  background-image: url(../images/btn-arrow.png);
  background-size: contain;
  background-repeat: no-repeat;
}
.top-ec .half-media__button:focus, .top-ec .half-media__button:hover {
  -webkit-filter: brightness(160%);
  filter: brightness(160%);
}
.top-ec .half-media__button-wrapper {
  text-align: right;
}
.top-fac {
  margin-top: 20rem;
  margin-left: calc(50% - 50vw);
  padding-left: calc(50vw - 50%);
  margin-right: calc(50% - 50vw);
  padding-right: calc(50vw - 50%);
  padding-bottom: 8rem;
  background-size: 174rem 80%;
  background-repeat: no-repeat;
  background-position: bottom right;
  background-image: -webkit-gradient(linear, right top, left top, color-stop(25%, #23b4f5), to(#0055b9));
  background-image: linear-gradient(-90deg, #23b4f5 25%, #0055b9 100%);
}
.top-fac__title-en {
  font-size: 7.5rem;
  font-family: "Poppins", sans-serif;
  font-style: italic;
  font-weight: 300;
  color: #fff;
  line-height: 1;
}
.top-fac__title {
  margin-left: calc(50% - 50vw);
  padding-left: calc(50vw - 50%);
  font-size: 1.8rem;
  font-weight: 400;
  color: #8cd8fa;
}
.top-fac ._one {
  position: relative;
  top: -6rem;
}
.top-fac ._two {
  position: relative;
  top: -1rem;
}
.top-fac ._three {
  position: relative;
  top: 4rem;
}
.top-fac .card__number {
  font-size: 1.8rem;
  font-family: "Poppins", sans-serif;
  font-style: italic;
  font-weight: 500;
  color: #fff;
  background-color: #1674b2;
  padding: 0.2rem 0.75rem;
  margin-right: 1rem;
}
.top-fac .card__button {
  display: inline-block;
  width: 33rem;
  font-size: 1.8rem;
  font-weight: 500;
  color: #1674b2;
  text-align: center;
  position: relative;
}
.top-fac .card__button::after {
  content: "";
  width: 30px;
  height: 8px;
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -7.5px;
  background-image: url(../images/btn-arrow.png);
  background-size: contain;
  background-repeat: no-repeat;
}
.top-fac .card__button-wrapper {
  text-align: right;
}
.top-fac .card__body {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #fff;
}
.top-fac .card__body > *:last-child {
  margin-bottom: 0;
}
.top-fac .card__title {
  margin-bottom: 0.5rem;
  font-size: 1.7rem;
  font-weight: bold;
}
.top-fac .card__text {
  color: #777;
}
.top-fac .card--link {
  display: block;
  color: currentColor;
  text-decoration: none;
}
.top-fac .card--link:focus, .top-fac .card--link:hover {
  -webkit-filter: saturate(200%) drop-shadow(4px 4px 4px rgba(0, 0, 0, 0.3));
  filter: saturate(200%) drop-shadow(4px 4px 4px rgba(0, 0, 0, 0.3));
}
.top-fac .cards {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.top-fac .cards--col3 {
  margin-bottom: -2rem;
}
.top-fac .cards--col3 > .cards__item {
  width: 31.707%;
  margin-right: 2.43902%;
  margin-bottom: 3rem;
}
.top-fac .cards--col3 > .cards__item:nth-of-type(3n) {
  margin-right: 0;
}
.top-recruit {
  margin-top: 24rem;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  padding-right: calc(50vw - 50%);
  background-color: #fff121;
  height: 66rem;
  position: relative;
}
.top-recruit__title-en {
  font-size: 7.2rem;
  font-family: "Poppins", sans-serif;
  font-style: italic;
  font-weight: 300;
  color: #1674b2;
  line-height: 1;
}
.top-recruit__title {
  margin-left: calc(50% - 50vw);
  padding-left: calc(50vw - 50%);
  font-size: 1.8rem;
  font-weight: 400;
  margin-bottom: 4rem;
}
.top-recruit__img {
  width: 62vw;
  height: 65rem;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 0 0;
  object-position: 0 0;
  padding-top: 6rem;
}
.top-recruit__img-wrapper {
  position: relative;
  top: -22rem;
}
.top-recruit__img-right {
  width: 45rem;
  height: 65rem;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 0 0;
  object-position: 0 0;
  padding-top: 6rem;
}
.top-recruit__img-right-wrapper {
  position: absolute;
  bottom: -8rem;
  right: 0;
  margin-right: calc(50% - 50vw);
}
.top-recruit .half-media {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 7.5rem;
}
.top-recruit .half-media__body {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 41.5%;
  flex: 0 0 41.5%;
  margin-right: 3%;
}
.top-recruit .half-media__number {
  font-size: 1.8rem;
  font-family: "Poppins", sans-serif;
  font-style: italic;
  font-weight: 400;
  color: #1674b2;
}
.top-recruit .half-media__title {
  margin-bottom: 3rem;
  font-size: 3rem;
  font-weight: 500;
  color: #1674b2;
  line-height: 1;
}
.top-recruit .half-media__text {
  letter-spacing: 0;
  margin-bottom: 5rem;
  text-align: justify;
}
.top-recruit .half-media__button {
  display: inline-block;
  width: 33rem;
  font-size: 1.8rem;
  color: #1674b2;
  border-bottom: 4px solid #1674b2;
  padding-bottom: 1rem;
  text-align: center;
  position: relative;
}
.top-recruit .half-media__button::after {
  content: "";
  width: 30px;
  height: 8px;
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -10px;
  background-image: url(../images/btn-arrow.png);
  background-size: contain;
  background-repeat: no-repeat;
}
.top-recruit .half-media__button:focus, .top-recruit .half-media__button:hover {
  -webkit-filter: brightness(160%);
  filter: brightness(160%);
}
.top-recruit .half-media__button-wrapper {
  margin-bottom: 4rem;
}
.top-recruit .half-media__button-wrapper:last-child {
  margin-bottom: 0rem;
}
.top-contact {
  margin-top: 15rem;
  margin-bottom: 6rem;
}
.top-contact__inner {
  margin-top: 5rem;
  margin-left: calc(50% - 50vw);
  padding-left: calc(50vw - 50%);
  margin-right: calc(50% - 50vw);
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-size: 174rem;
  background-repeat: no-repeat;
  background-position: bottom left;
  background-image: -webkit-gradient(linear, right top, left top, color-stop(25%, #23b4f5), to(#0055b9));
  background-image: linear-gradient(-90deg, #23b4f5 25%, #0055b9 100%);
}
.top-contact__title-en {
  font-size: 7.2rem;
  font-family: "Poppins", sans-serif;
  font-style: italic;
  font-weight: 300;
  color: #1674b2;
  line-height: 1;
}
.top-contact__title {
  margin-left: calc(50% - 50vw);
  padding-left: calc(50vw - 50%);
  font-size: 1.8rem;
  font-weight: 400;
}
.top-contact__title-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.top-contact__title-group {
  margin-right: 6rem;
  width: 28%;
}
.top-contact__text {
  padding-top: 0.75rem;
}
.top-contact__btn {
  display: inline-block;
  width: 48rem;
  max-width: 100%;
  padding: 2.5rem 1rem;
  background-color: #fff121;
  border: 2px solid transparent;
  color: #1674b2;
  font-size: 2.2rem;
  text-align: center;
  text-decoration: none;
  -webkit-transition: 0.25s;
  transition: 0.25s;
  position: relative;
}
.top-contact__btn::after {
  content: "";
  width: 30px;
  height: 8px;
  position: absolute;
  top: 55%;
  right: 3rem;
  margin-top: -10px;
  background-image: url(../images/btn-arrow.png);
  background-size: contain;
  background-repeat: no-repeat;
}
.top-contact__btn:focus, .top-contact__btn:hover {
  background-color: #fff;
  border-color: #1674b2;
  color: #1674b2;
}
.top-contact__btn-wrapper {
  text-align: center;
  padding-bottom: 6rem;
}
.top-contact .card {
  padding-left: 0.5rem;
}
.top-contact .card__map {
  display: inline-block;
  font-size: 1.4rem;
  font-family: "Poppins", sans-serif;
  font-style: italic;
  font-weight: 500;
  border: 1px solid #fff;
  padding: 0.2rem 1.5rem 0.1rem;
  margin-right: 1rem;
  margin-bottom: 1rem;
}
.top-contact .card__map:focus, .top-contact .card__map:hover {
  color: #fff121;
  border: 1px solid #fff121;
}
.top-contact .card__body {
  color: #fff;
  letter-spacing: 1px;
  padding: 0 2.5rem;
  position: relative;
  margin-bottom: 4rem;
}
.top-contact .card__body::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 1px;
  height: 15rem;
  background-color: #ddd;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.top-contact .card__body > *:last-child {
  margin-bottom: 0;
}
.top-contact .card__body._no-border {
  border-right-width: 0;
}
.top-contact .card__title {
  margin-bottom: 0.5rem;
  font-size: 1.7rem;
  font-weight: bold;
}
.top-contact .card--link {
  display: block;
  color: currentColor;
  text-decoration: none;
}
.top-contact .card--link:focus, .top-contact .card--link:hover {
  opacity: 0.7;
}
.top-contact .cards {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: 10rem;
  max-width: 118rem;
  margin-bottom: -4rem;
}
.top-contact .cards .name {
  font-size: 1.8rem;
}
.top-contact .cards .address {
  margin-bottom: 0.5rem;
}
.top-contact .cards--col3 > .cards__item:nth-of-type(3n) {
  margin-right: 0;
}
.cards__item:last-child .card__body::after {
  content: none;
}
.works .media {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.works .media__img-wrapper {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 39.58333%;
  flex: 0 0 39.58333%;
  margin-right: 3.33333%;
}
.works .media__body {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: justify;
}
.works .media__body > *:last-child {
  margin-bottom: 0;
}
.works .media__title {
  font-size: 2rem;
  color: #2c3695;
  font-weight: bold;
}
.works .media__li {
  padding: 0 0 0 2rem;
  position: relative;
}
.works .media__li::before {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%) rotate(45deg);
  transform: translateY(-50%) rotate(45deg);
  width: 1rem;
  height: 1rem;
  background-color: #2c3695;
  content: "";
}
.works .media--reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.works .media--reverse .media__img-wrapper {
  margin-right: 0;
}
.works .media--reverse .media__body {
  margin-right: 3.33333%;
}
.works .half-media {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}
.works .half-media__img-wrapper {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 48.33333%;
  flex: 0 0 48.33333%;
  margin-right: 3.33333%;
}
.works .half-media__body {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.works .half-media__body > *:last-child {
  margin-bottom: 0;
}
.works .half-media__title {
  margin-bottom: 1rem;
  font-size: 2rem;
  font-weight: bold;
}
.works .half-media__text {
  margin-bottom: 2rem;
}
.works .horizontal-table__inner {
  width: 100%;
  background-color: #fff;
}
.works .horizontal-table__header {
  width: 20%;
  padding: 1.5rem;
  border-bottom: 1px solid #2c3695;
  font-weight: 500;
  vertical-align: middle;
  background-color: #f3f3f3;
}
.works .horizontal-table__header:last-child {
  border-right-width: 0;
}
.works .horizontal-table__header:first-child {
  border-top: 1px solid #2c3695;
}
.works .horizontal-table__text {
  padding: 1.5rem;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  vertical-align: middle;
}
.works .horizontal-table__text:last-child {
  border-right-width: 0;
}
.works .horizontal-table__text:first-of-type {
  border-top: 1px solid #ccc;
}
.works .horizontal-table .center {
  margin: 0 auto;
}
.recruit .horizontal-table {
  border: 1px solid #ddd;
}
.recruit .horizontal-table__inner {
  width: 100%;
}
.recruit .horizontal-table .b-right {
  border-right: 1px solid #ddd;
}
.recruit .horizontal-table .contact-link {
  text-decoration: underline;
  color: #2c3695;
}
.recruit .horizontal-table .contact-link:focus, .recruit .horizontal-table .contact-link:hover {
  color: #1674b2;
}
.recruit .horizontal-table__header {
  width: 20%;
  padding: 1.5rem;
  background-color: #efefef;
  border-bottom: 1px solid #ddd;
  font-weight: 500;
  vertical-align: middle;
}
.recruit .horizontal-table__header:last-child {
  border-right-width: 0;
}
.recruit .horizontal-table__text {
  padding: 1.5rem;
  border-bottom: 1px solid #ddd;
}
.recruit .horizontal-table__text:last-child {
  border-right-width: 0;
}
.recruit .horizontal-table__row:last-child .horizontal-table__header, .recruit .horizontal-table__row:last-child .horizontal-table__text {
  border-bottom-width: 0;
}
.recruit .cont-w1000 {
  max-width: 100rem;
  margin-left: auto;
  margin-right: auto;
}
.recruit__center {
  border-bottom: 1px dashed #666;
  font-size: 2.2rem;
  font-weight: 500;
}
.recruit__h3 {
  display: inline-block;
  border: 1px dashed #666;
  font-size: 2.2rem;
  font-weight: 500;
  padding: 0.3rem 2rem;
  -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
  border-radius: 0.75rem;
}
.recruit .link-btn__body {
  padding: 1.5rem;
  border: 1px solid #2c3695;
}
.recruit .link-btn__body > *:last-child {
  margin-bottom: 0;
}
.recruit .link-btn__text {
  text-align: center;
}
.recruit .link-btn--link {
  display: block;
  color: currentColor;
  text-decoration: none;
  position: relative;
}
.recruit .link-btn--link::after {
  content: "\f061";
  position: absolute;
  top: 50%;
  right: 0.83em;
  font-family: "Font Awesome 5 Free";
  font-weight: bold;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.recruit .link-btn--link:focus, .recruit .link-btn--link:hover {
  color: #fff;
  background-color: #2c3695;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.recruit .btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  max-width: 90rem;
  margin-left: auto;
  margin-right: auto;
}
.recruit .btns--col3 > .btns__item {
  -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  width: 31.707%;
  margin-right: 2.43902%;
  margin-bottom: 3rem;
}
.recruit .btns--col3 > .btns__item:nth-of-type(3n) {
  margin-right: 0;
}
.recruit .card__img-wrapper {
  position: relative;
  padding-top: 56.25%;
  overflow: hidden;
  border-radius: 0.75rem;
}
.recruit .card__img {
  position: absolute;
  top: 50%;
  width: 100%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.recruit .card__body {
  padding: 1.5rem;
}
.recruit .card__body > *:last-child {
  margin-bottom: 0;
}
.recruit .card__text {
  color: #666;
  font-weight: 500;
  line-height: 1.5;
  text-align: center;
}
.recruit .cards {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.recruit .cards > .cards__item:last-child {
  margin-bottom: 0rem;
}
.recruit .cards--col4 > .cards__item {
  width: 23.78%;
  margin-right: 1.62602%;
}
.recruit .cards--col4 > .cards__item:nth-of-type(4n) {
  margin-right: 0;
}
.recruit .half-media {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  max-width: 90rem;
  margin-left: auto;
  margin-right: auto;
}
.recruit .half-media__img-wrapper {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 48.33333%;
  flex: 0 0 48.33333%;
  margin-right: 3.33333%;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.2);
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.2);
  border-radius: 1rem;
}
.recruit .half-media__img-wrapper img {
  border-radius: 1rem;
}
.recruit .half-media__body {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.2);
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.2);
  border-radius: 1rem;
}
.recruit .half-media__body img {
  border-radius: 1rem;
}
.recruit .half-media__body > *:last-child {
  margin-bottom: 0;
}
.place .horizontal-table {
  border: 1px solid #ddd;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
}
.place .horizontal-table__inner {
  width: 100%;
}
.place .horizontal-table .b-right {
  border-right: 1px solid #ddd;
}
.place .horizontal-table .contact-link {
  text-decoration: underline;
  color: #2c3695;
}
.place .horizontal-table .contact-link:focus, .place .horizontal-table .contact-link:hover {
  color: #1674b2;
}
.place .horizontal-table__header {
  padding: 1.5rem;
  background-color: #efefef;
  border-bottom: 1px solid #ddd;
  font-weight: 500;
  vertical-align: middle;
}
.place .horizontal-table__header:last-child {
  border-right-width: 0;
}
.place .horizontal-table__text {
  padding: 1.5rem;
  border-bottom: 1px solid #ddd;
}
.place .horizontal-table__text:last-child {
  border-right-width: 0;
}
.place .horizontal-table__row:last-child .horizontal-table__header, .place .horizontal-table__row:last-child .horizontal-table__text {
  border-bottom-width: 0;
}
.place .fac-wrapper {
  text-align: center;
}
.place .site {
  font-size: 1.8rem;
  background-color: #e8f6ff;
  border: 1px solid #acd0e8;
  padding: 1rem;
}
.place .link-btn__body {
  padding: 1.5rem;
  border: 1px solid #1674b2;
}
.place .link-btn__body > *:last-child {
  margin-bottom: 0;
}
.place .link-btn__text {
  text-align: center;
}
.place .link-btn--link {
  display: block;
  color: #1674b2;
  text-decoration: none;
  position: relative;
}
.place .link-btn--link::after {
  content: "\f061";
  position: absolute;
  top: 50%;
  right: 0.83em;
  font-family: "Font Awesome 5 Free";
  font-weight: bold;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.place .link-btn--link:focus, .place .link-btn--link:hover {
  color: #fff;
  background-color: #1674b2;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.place .btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  max-width: 110rem;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  z-index: 1;
}
.place .btns--col4 > .btns__item {
  -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  width: 23.78%;
  margin-right: 1.62602%;
  margin-bottom: 3rem;
}
.place .btns--col4 > .btns__item:nth-of-type(4n) {
  margin-right: 0;
}
.flame {
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
  padding-top: 5rem;
  padding-bottom: 5rem;
  border-top: 3px dotted #ccc;
  border-bottom: 3px dotted #ccc;
}
.business .label {
  display: inline-block;
  padding: 0.2rem 3rem;
  background-color: #e25c00;
  color: #fff;
  font-size: 1.4rem;
  font-weight: 500;
  margin-right: 1rem;
  margin-bottom: 1rem;
}
.business .label-wrapper {
  margin-bottom: -1rem;
}
.business .box + .box {
  margin-top: 15rem;
  /*後続ボックスとの余白を確保*/
}
.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: 4.5rem;
  color: #fff;
  background-color: #1674b2;
  border: 1px solid #eee;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  position: relative;
  top: 4rem;
  /*元の位置を基準に単純に40px下にずらす*/
  width: calc(65% + 8rem);
  /*あらかじめ80px分広げる*/
}
.business .alternate__title {
  font-size: 2.5rem;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
  font-style: italic;
  border-bottom: 1px solid #53e7df;
  margin-bottom: 2rem;
  padding-bottom: 0.75rem;
}
.business .alternate__number {
  color: #8be7e2;
  font-weight: 500;
  font-family: "Poppins", sans-serif;
  font-style: italic;
  line-height: 1.7;
}
.business .alternate__sub {
  font-size: 1.85rem;
  font-weight: 500;
  line-height: 1.5;
  margin-bottom: 2rem;
}
.business .alternate__txt {
  line-height: 1.7;
}
.business .alternate__thumb {
  position: relative;
  z-index: 1;
}
.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: 11rem;
}
.business ._normal .alternate__body {
  margin-left: -8rem;
  /*ネガティブマージンで広げた分を相殺*/
  padding-left: 12rem;
  /*重なり分の余白を確保*/
}
.access-map {
  position: relative;
  padding-top: 56.25%;
}
.access-map > iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}
.mail-content {
  max-width: 1140px;
  padding: 6rem 15px;
  margin-right: auto;
  margin-left: auto;
}
.mail-content--has-column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.mail-content__main {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin-right: 3.25203%;
}
.mail-content__side {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 26rem;
  flex: 0 0 26rem;
}
.mail-form {
  /*ラジオボタンorチェックボックス
  ------------------------------------*/
  /*フォーカス時*/
  /*クリック範囲*/
  /*ラジオボタンスタイル*/
  /*ラジオボタンチェック印（未選択）*/
  /*ラジオボタンチェック印（選択）*/
  /*チェックボックススタイル*/
  /*チェックボックス未チェック時*/
  /*チェックボックスチェック時*/
  /*セレクトボックス
  ------------------------------------*/
}
.mail-form__title {
  color: #2c3695;
  font-family: "Poppins", sans-serif;
  font-style: italic;
  font-weight: 600;
  font-size: 2.5rem;
  text-align: center;
}
.mail-form__text {
  text-align: center;
}
.mail-form .form-p {
  display: inline-block;
}
.mail-form .form-input {
  border: 1px solid #aaa;
  padding: 0.5rem 1rem;
  width: 80%;
}
.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--required {
  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-bottom: 1.5rem;
  text-align: center;
}
.mail-form .box-scroll {
  width: 100%;
  height: 27rem;
  padding: 1rem;
  padding-top: 2rem;
  border: 1px solid #ddd;
  overflow: hidden;
  overflow-y: scroll;
  margin-bottom: 3rem;
  background-color: #fff;
}
.mail-form .privacy-wrapper {
  text-align: center;
}
.mail-form .privacy-btn {
  display: inline-block;
  background-color: #2c3695;
  color: #fff;
  padding: 1.5rem 1rem;
  width: 35rem;
}
.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.6;
}
.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: #2c3695;
  color: #fff;
  border: 0.2rem solid transparent;
  padding: 1.5rem;
  text-align: center;
  width: 32rem;
}
.mail-form .send-btn:focus, .mail-form .send-btn:hover {
  opacity: 0.6;
}
.mail-form .send-btn--back {
  margin-right: 10rem;
  color: #2c3695;
  background-color: #fff;
  border: 0.2rem solid #2c3695;
}
.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: 0.25em;
  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.45em;
  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.3em;
  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: 0.5rem 3rem 0.5rem 1rem;
  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;
  /*矢印の上もクリック可能にする*/
}
.breadcrumb {
  margin: 1rem 2rem;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.breadcrumb li {
  list-style: none;
}
.breadcrumb li:after {
  content: ">";
  padding: 0 0.5rem;
}
.breadcrumb li:last-child:after {
  content: "";
}
.breadcrumb li a {
  text-decoration: none;
}
.breadcrumb li a:hover {
  text-decoration: underline;
}
.breadcrumb .current {
  color: #2c3695;
}
.pg-active {
  -webkit-filter: brightness(40%);
  filter: brightness(40%);
}
.bg-color {
  background-color: #e8f6ff;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  padding-left: calc(50vw - 50%);
  padding-right: calc(50vw - 50%);
  padding-top: 8rem;
  padding-bottom: 8rem;
}
.bg-color._pb-6 {
  padding-top: 10rem;
  padding-bottom: 12rem;
}
.text-center {
  text-align: center;
}
.text-red {
  color: #cc2a1f;
}
.text-blue {
  color: #2c3695;
}
#privacy, #niiza, #musashi, #iruma, #ni, #mu, #iru, #se, #s01, #s02, #use {
  margin-top: -150px;
  padding-top: 150px;
}
/*==================================================
ここまで
===================================*/
/*　swiper
------------------------------------------------------------------*/
.sp-box {
  width: 100%;
  position: relative;
  z-index: 99;
  overflow: hidden;
  height: 100%;
  margin-top: 10rem;
}
.swiper-slide img {
  width: 100%;
}
/*==================================================
カタログ用画像
===================================*/
.photo-ofi {
  height: 0;
  display: block;
  background-color: #efefef;
  overflow: hidden;
  position: relative;
  padding-bottom: 75%;
  /* 高さを指定（ボックスの横幅を基準） */
}
.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;
}
/*==================================================
ページング
===================================*/
div.paging {
  text-align: center;
}
div.paging span.current, div.paging span.paging-text {
  margin: 0px 2px;
  color: #333;
  border: 1px solid #ccc;
  display: inline;
  zoom: 1;
  display: inline-block;
  overflow: hidden;
  text-decoration: none;
}
div.paging span.paging-text a {
  padding: 3px 8px;
  display: block;
}
div.paging span.current {
  background: #1674b2;
  border: 1px solid #636;
  color: #fff;
  display: inline;
  zoom: 1;
  padding: 3px 8px;
  text-decoration: none;
  display: inline-block;
  cursor: pointer;
}
div.paging span.paging-text a:hover {
  background: #ccc;
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}
/* 固定メニュー
---------------------------------------------------- */
.fix-header-logo {
  position: absolute;
  top: 0;
  left: 5%;
  width: 15%;
  top: 15%;
}
.fix-header-menu {
  position: absolute;
  top: 0;
  right: 5%;
  width: 40%;
  top: 25%;
}
#navibar {
  background: #fff;
  width: 100%;
  height: auto;
  z-index: 9999;
  -webkit-box-shadow: 0px 5px 5px -5px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 5px 5px -5px rgba(0, 0, 0, 0.5);
}
.cb-header {
  position: fixed;
  /* 固定 */
  top: 0;
  /* 上から0の位置に固定 */
  left: 0;
  /* 左から0の位置に固定 */
  /* 非表示 */
  text-align: center;
  /*ロゴとメニューをfloatするときは消す*/
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.sc {
  width: 100%;
  margin: 0 auto;
}
/* フェード */
.fadein {
  opacity: 0;
  -webkit-animation: fadein 1s ease forwards;
  animation: fadein 1s ease forwards;
}
@-webkit-keyframes fadein {
  100% {
    opacity: 1;
  }
}
@keyframes fadein {
  100% {
    opacity: 1;
  }
}
/*以下遅延の指定*/
.sp-txt1 {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}
.sp-txt2 {
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
}
.sp-txt3 {
  -webkit-animation-delay: 3s;
  animation-delay: 3s;
}
/*==================================================
スライダーのためのcss
===================================*/
.mod_gallery {
  margin: 20px 0 20px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.mod_gallery_navi {
  max-width: 45%;
}
.ex_clearfix {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
/* .mod_gallery_navi */
.mod_gallery_navi li {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 30%;
  flex: 0 0 30%;
  height: 6.5vw;
  margin-right: 5%;
  margin-bottom: 5%;
  background-color: #f2f2f2;
}
.mod_gallery_navi li:nth-of-type(3n) {
  margin-right: 0;
}
.mod_gallery_navi li img {
  width: 100%;
  height: 6.5vw;
  -o-object-fit: contain;
  object-fit: contain;
}
.mod_gallery_navi li a {
  display: block;
}
.mod_gallery_navi li a:hover {
  opacity: 0.8;
}
.mod_gallery_navili a:active {
  opacity: 0.8;
}
/* mod_gallery_photo */
.mod_gallery_photo {
  width: 100%;
  max-width: 55%;
  margin-right: 3.5%;
  background-color: #f2f2f2;
  overflow: hidden;
}
.mod_gallery_photo img {
  width: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
.policy {
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}
.policy__link {
  text-decoration: underline;
  color: blue;
}
.policy__link:focus, .policy__link:hover {
  color: #aaa;
}
.policy__text {
  text-align: justify;
}
.policy__indent-text {
  text-align: justify;
  text-indent: -20px;
  padding-left: 20px;
}
.policy .ml-2 {
  margin-left: 20px;
}
.policy .horizontal-table__inner {
  width: 100%;
  background-color: #fff;
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
}
.policy .horizontal-table__header {
  width: 10%;
  text-align: center;
  padding: 1.5rem;
  border-bottom: 1px solid #ccc;
  font-weight: 500;
  vertical-align: middle;
  background-color: #f3f3f3;
}
.policy .horizontal-table__header:last-child {
  border-right-width: 0;
}
.policy .horizontal-table__header:first-child {
  border-top: 1px solid #ccc;
}
.policy .horizontal-table__text {
  padding: 1.5rem;
  border-bottom: 1px solid #ccc;
  vertical-align: middle;
}
.policy .horizontal-table__text:last-child {
  border-right-width: 0;
}
.policy .horizontal-table__text:first-of-type {
  border-top: 1px solid #ccc;
}
.policy .horizontal-table .center {
  margin: 0 auto;
}
.policy .vertical-table {
  border: 1px solid #ddd;
}
.policy .vertical-table__inner {
  width: 100%;
  table-layout: fixed;
}
.policy .vertical-table__header-row {
  background-color: #efefef;
}
.policy .vertical-table__header {
  padding: 15px;
  border-right: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  font-weight: bold;
  text-align: center;
  vertical-align: middle;
}
.policy .vertical-table__header._one {
  width: 21%;
}
.policy .vertical-table__header:last-child {
  border-right-width: 0;
}
.policy .vertical-table__text {
  padding: 15px;
  border-right: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  vertical-align: middle;
}
.policy .vertical-table__text:last-child {
  border-right-width: 0;
}
.policy .vertical-table__body-row:last-child .vertical-table__text {
  border-bottom-width: 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;
  }
  .mb-20 {
    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;
  }
  .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 1rem;
  }
  .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;
  }
  .footer-nav__link--first-child::before {
    display: none;
  }
  .copyright {
    text-align: center;
  }
  .top-intro .half-media__img-wrapper > *:last-child {
    margin-bottom: 2rem;
  }
  .top-business .half-media__title {
    font-size: 2.3rem;
    line-height: 1.5;
  }
  .top-business .half-media__button {
    display: block;
    margin-right: auto;
    margin-left: auto;
    width: 100%;
  }
  .top-ec .half-media__img-wrapper > *:last-child {
    margin-bottom: 2rem;
  }
  .top-ec .half-media__button {
    display: block;
    margin-right: auto;
    margin-left: auto;
    width: 100%;
  }
  .top-contact .cards > .cards__item {
    width: 100%;
    margin-right: 0;
    margin-bottom: 2rem;
  }
  .top-contact .cards--col3 {
    margin-bottom: -2rem;
  }
  .works .half-media {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .works .half-media__img-wrapper {
    width: 100%;
    margin-right: 0;
    margin-bottom: 5rem;
  }
  .works .half-media__body {
    width: 100%;
  }
  .works .half-media__body > *:last-child {
    margin-bottom: 2rem;
  }
  .works .half-media__title {
    font-size: 1.8rem;
  }
  .recruit .horizontal-table--md-scroll {
    border-right-width: 0;
    overflow-x: auto;
  }
  .recruit .horizontal-table--md-scroll .horizontal-table__header, .recruit .horizontal-table--md-scroll .horizontal-table__text {
    white-space: nowrap;
  }
  .recruit .horizontal-table--md-scroll .horizontal-table__text {
    border-right: 1px solid #ddd;
  }
  .recruit__center {
    font-size: 1.8rem;
  }
  .recruit__h3 {
    font-size: 1.8rem;
  }
  .recruit .btns > .btns__item {
    width: 100%;
    margin-right: 0;
    margin-bottom: 2rem;
  }
  .recruit .cards > .cards__item {
    width: 100%;
    margin-right: 0;
    margin-bottom: 2rem;
  }
  .recruit .half-media {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .recruit .half-media__img-wrapper {
    margin-right: 0;
    margin-bottom: 2rem;
  }
  .recruit .half-media__body > *:last-child {
    margin-bottom: 2rem;
  }
  .place .site {
    font-size: 1.6rem;
  }
  .place .btns > .btns__item {
    width: 100%;
    margin-right: 0;
    margin-bottom: 2rem;
  }
  .flame {
    padding-bottom: 3rem;
  }
  .mail-form__title {
    font-size: 2rem;
  }
  .mail-form .form-input {
    width: 100%;
  }
  .mail-form .privacy-btn {
    width: 100%;
    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%;
    margin-bottom: 1.5rem;
  }
  .mail-form .send-btn--back {
    margin-right: 0rem;
  }
  .breadcrumb {
    font-size: 1.4rem;
  }
  .mod_gallery_photo {
    width: 100%;
    max-width: 100%;
    margin-bottom: 2rem;
  }
  .mod_gallery_photo img {
    height: 30vh;
  }
  .policy .vertical-table {
    border-right-width: 0;
    overflow-x: auto;
  }
  .policy .vertical-table__inner {
    width: auto;
    min-width: 100%;
  }
  .policy .vertical-table__header, .policy .vertical-table__text {
    white-space: nowrap;
  }
  .policy .vertical-table__header:last-child, .policy .vertical-table__text:last-child {
    border-right-width: 1px;
  }
  .policy .vertical-table--md-scroll {
    border-right-width: 0;
    overflow-x: auto;
  }
  .policy .vertical-table--md-scroll .horizontal-table__header, .policy .vertical-table--md-scroll .horizontal-table__text {
    white-space: nowrap;
  }
  .policy .vertical-table--md-scroll .horizontal-table__text {
    border-right: 1px solid #ddd;
  }
}
@media (max-width: 575px) {
  .sp-only {
    display: block;
  }
  .pc-only {
    display: none;
  }
  .main {
    background-image: repeating-linear-gradient(45deg, transparent, transparent 40rem, white 40rem, white 80rem);
  }
  .mv-jumbotron {
    height: 16rem;
  }
  .mv-jumbotron__inner-wrapper {
    text-align: center;
  }
  .mv .blog-h2 {
    font-size: 2.2rem;
    line-height: 1.4;
  }
  .mv .title-en {
    font-size: 1.7rem;
  }
  .h2__title {
    font-size: 2.2rem;
  }
  .h3__title {
    font-size: 1.8rem;
    padding: 1rem 0;
  }
  .btn {
    padding: 1rem;
    width: 100%;
  }
  .btn__footer--left {
    margin-bottom: 1rem;
  }
  .top-intro {
    padding-top: 4rem;
    padding-bottom: 3rem;
    position: unset;
  }
  .top-intro__img {
    width: 100%;
    height: auto;
  }
  .top-intro .half-media {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .top-intro .half-media__img-wrapper {
    position: unset;
    margin-right: unset;
  }
  .top-intro .half-media__body {
    margin-right: 0;
    margin-bottom: 2rem;
  }
  .top-intro .half-media__title {
    font-size: 2rem;
  }
  .top-business {
    padding-top: 4rem;
  }
  .top-business__wrapper {
    padding-left: calc(50vw - 50%);
  }
  .top-business__title-en {
    font-size: 5.7rem;
  }
  .top-business__img {
    width: 100%;
    height: auto;
  }
  .top-business .half-media {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .top-business .half-media__img-wrapper {
    position: unset;
  }
  .top-business .half-media__img-wrapper > *:last-child {
    margin-bottom: 2rem;
  }
  .top-business .half-media__body {
    margin-right: 0;
    margin-bottom: 2rem;
    padding-top: 0rem;
  }
  .top-business .half-media__number {
    font-size: 1.6rem;
  }
  .top-business .half-media__text {
    margin-bottom: 2.5rem;
  }
  .top-ec {
    margin-top: 0rem;
    margin-left: unset;
    margin-right: unset;
    padding-left: unset;
    position: unset;
  }
  .top-ec__img {
    width: 100%;
    height: auto;
  }
  .top-ec .half-media {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .top-ec .half-media__img-wrapper {
    position: unset;
    margin-right: unset;
    -webkit-box-flex: unset;
    -ms-flex: unset;
    flex: unset;
  }
  .top-ec .half-media__body {
    width: 100%;
    margin-right: 0;
    padding-top: 5rem;
    padding-bottom: 1rem;
  }
  .top-ec .half-media__body > *:last-child {
    margin-bottom: 2rem;
  }
  .top-ec .half-media__number {
    font-size: 1.6rem;
  }
  .top-ec .half-media__text {
    margin-bottom: 2rem;
  }
  .top-fac {
    margin-top: 5rem;
    padding-top: 4rem;
    padding-bottom: 4rem;
    background-size: 100%;
  }
  .top-fac__title-en {
    font-size: 5.7rem;
  }
  .top-fac__title {
    margin-bottom: 2rem;
  }
  .top-fac ._one {
    top: 0;
  }
  .top-fac ._two {
    top: 0;
  }
  .top-fac ._three {
    top: 0;
  }
  .top-fac .cards > .cards__item {
    width: 100%;
    margin-right: 0;
    margin-bottom: 2rem;
  }
  .top-fac .cards--col3 {
    margin-bottom: -2rem;
  }
  .top-recruit__title-en {
    font-size: 5.7rem;
  }
  .top-recruit__title {
    margin-bottom: 2rem;
  }
  .top-recruit__img {
    position: unset;
    width: 100%;
    height: auto;
    padding-top: 0rem;
  }
  .top-recruit__img-wrapper {
    position: unset;
    margin-bottom: 3rem;
  }
  .top-recruit .half-media {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-top: 4rem;
  }
  .top-recruit .half-media__button {
    display: block;
    margin-right: auto;
    margin-left: auto;
    width: 100%;
  }
  .top-contact {
    margin-top: 6rem;
    margin-bottom: 4rem;
  }
  .top-contact__inner {
    margin-top: 4rem;
    margin-bottom: 4rem;
    padding-top: 4rem;
    padding-bottom: 2rem;
  }
  .top-contact__title-en {
    font-size: 5.7rem;
  }
  .top-contact__title-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .top-contact__btn {
    display: block;
    margin-right: auto;
    margin-left: auto;
  }
  .top-contact__btn-wrapper {
    padding-bottom: 4rem;
  }
  .top-contact .card__body {
    margin-bottom: 2rem;
  }
  .top-contact .cards {
    margin-left: 0;
  }
  .works {
    padding-top: 4rem;
  }
  .works .media {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .works .media__img-wrapper {
    margin-right: 0;
    margin-bottom: 2rem;
  }
  .works .media__body > *:last-child {
    margin-bottom: 2rem;
  }
  .works .media__title {
    font-size: 1.8rem;
  }
  .works .media--reverse .media__body {
    margin-right: 0;
  }
  .works .horizontal-table__header {
    width: 100%;
    border-right: 0;
    background-color: #efefef;
    padding: 1rem;
  }
  .works .horizontal-table__header:first-child {
    border-top-width: 0;
  }
  .works .horizontal-table__text {
    border-bottom-width: 0;
  }
  .works .horizontal-table__text:first-of-type {
    border-top-width: 0;
  }
  .works .horizontal-table__text {
    width: 100%;
  }
  .works .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;
  }
  .place .horizontal-table__header {
    display: block;
    width: 100%;
    border-right: 0;
    background-color: #efefef;
    padding: 1rem;
  }
  .place .horizontal-table__text {
    display: block;
    width: 100%;
  }
  .access-map {
    margin-top: 2rem;
  }
  .mail-content {
    padding: 3rem 15px;
  }
  .mail-content--has-column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .mail-content__main {
    margin-right: 0;
    margin-bottom: 6rem;
  }
  .bg-color {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
  .bg-color._pb-6 {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
  #niiza, #musashi, #iruma, #ni, #mu, #iru, #se, #s01, #s02 {
    margin-top: -110px;
    padding-top: 110px;
  }
  .swiper-slide img {
    -o-object-fit: cover;
    object-fit: cover;
    height: 35rem;
  }
  .mod_gallery {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .mod_gallery_navi {
    width: 100%;
    max-width: 100%;
  }
  .mod_gallery_navi li {
    height: 18vw;
  }
  .mod_gallery_navi li img {
    height: 18vw;
  }
  .policy {
    padding-top: 4rem;
  }
  .policy h2 span {
    display: inline-block;
  }
  .policy .horizontal-table__inner {
    border-left-width: 0;
    border-right-width: 0;
  }
  .policy .horizontal-table__header {
    width: 100%;
    border-right: 0;
    background-color: #efefef;
    padding: 1rem 0;
  }
  .policy .horizontal-table__header:first-child {
    border-top-width: 0;
  }
  .policy .horizontal-table__text {
    padding: 1.5rem 0.5rem;
    border-bottom-width: 0;
  }
  .policy .horizontal-table__text:first-of-type {
    border-top-width: 0;
  }
  .policy .horizontal-table__text {
    width: 100%;
  }
  .policy .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;
  }
}
@media (max-width: 1259px) {
  .header {
    display: none;
  }
  .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__logo {
    width: 21rem;
  }
  .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: 6rem;
    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__button .icon:before {
    top: -0.8rem;
  }
  .sp-header__button .icon:after {
    top: 0.8rem;
  }
  .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: 500;
    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: 2rem;
  }
  .sp-header .sp-tel {
    margin-top: 2rem;
    display: inline-block;
    color: #2c3695;
    border: 2px solid #2c3695;
    border-radius: 1rem;
    padding: 1rem 2rem;
    line-height: 1.5;
  }
  .sp-header .sp-number {
    font-size: 2rem;
  }
  .mv {
    padding-top: 8rem;
  }
  .top-intro__title {
    font-size: 5.7142857143vw;
  }
  .top-fac .card__button {
    width: 95%;
    font-size: 1.6rem;
  }
  .top-recruit {
    height: unset;
  }
  .top-recruit .half-media__body {
    margin-left: 3rem;
  }
  .top-contact__title-group {
    width: auto;
  }
  .sp-box {
    margin-top: 8rem;
  }
}
@media (min-width: 1260px) {
  .sp-header {
    display: none;
  }
}
@media (max-width: 1259px) and (max-width: 360px) {
  .sp-header__logo {
    width: 18rem;
  }
}
@media (max-width: 767px) and (max-width: 360px) {
  .footer__name {
    width: 18rem;
  }
}
@media (max-width: 991px) {
  .footer-nav__link {
    font-size: 1.4rem;
    letter-spacing: 0;
    padding: 0 1rem 1rem;
  }
  .top-ec .half-media__title {
    line-height: 1.5;
  }
  .top-fac .card__button::after {
    display: none;
  }
  .top-contact .card__body::after {
    display: none;
  }
  .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%;
    margin-top: -4rem;
    padding-top: 6rem;
  }
  .business .alternate__title {
    font-size: 1.8rem;
    text-align: center;
  }
  .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: -2rem;
    margin-right: 0;
    padding: 1.5rem 2rem 6rem;
  }
  .business ._reverse .alternate__thumb {
    margin-right: -2rem;
  }
  .business ._normal .alternate__body {
    margin-right: -2rem;
    margin-left: 0;
    padding: 1.5rem 2rem 6rem;
  }
  .business ._normal .alternate__thumb {
    margin-left: -2rem;
  }
  .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%;
    padding: 1rem 0;
  }
  .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 {
    height: 22rem;
  }
}
@media (max-width: 1259px) and (max-width: 575px) {
  .top-intro__title {
    font-size: 2.7rem;
    line-height: 1.5;
  }
  .top-fac .card__button {
    display: block;
    margin-right: auto;
    margin-left: auto;
  }
  .top-recruit {
    margin-top: 0rem;
    padding-left: calc(50vw - 50%);
    position: unset;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .top-ec .half-media__title {
    font-size: 2.2rem;
  }
}
@media (min-width: 2001px) {
  .top-fac {
    background-size: 90% 80%;
  }
  .top-contact__inner {
    background-size: 90%;
  }
}
@media (max-width: 1700px) {
  .top-recruit__img-right-wrapper {
    width: 16%;
  }
}
@media (max-width: 1700px) and (max-width: 1259px) {
  .top-recruit__img-right-wrapper {
    display: none;
  }
}
@media (max-width: 1259px) and (max-width: 991px) {
  .top-recruit .half-media__body {
    padding-bottom: 4rem;
  }
}
@media (max-width: 1259px) and (max-width: 991px) and (max-width: 575px) {
  .top-recruit .half-media__body {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 2rem;
  }
}
.pdf {
  display: block;
}
.pdf .fa-file-pdf {
  font-size: 35px;
  color: #e50000;
}
.pdf-text {
  text-decoration: underline;
  color: mediumblue;
}
.pdf-text:focus, .pdf-text:hover {
  color: mediumvioletred;
}
@media (max-width: 575px) {
  .pdf .fa-file-pdf {
    font-size: 25px;
  }
}

.group-wrapper{
  display: flex;
  justify-content: center;
  gap: 3rem;
}
@media (max-width: 991px) {
  .group-wrapper{
    display: block;
  }
}
.group-item{
  width: 100%;
}