@charset "UTF-8";
@media all and (-ms-high-contrast: none) {
  *::-ms-backdrop,
  .top-concept__ttl {
    background: none;
  }
}
html {
  -webkit-overflow-scrolling: touch;
}

body {
  min-width: 1360px;
  color: #292929;
  line-height: 1;
  margin: 0 auto;
  -webkit-overflow-scrolling: touch;
  -webkit-text-size-adjust: 100%;
  word-break: break-all;
  font-family: "游明朝", YuMincho, "Yu Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  position: relative;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
}

p {
  margin: 0;
  padding: 0;
}

ul {
  margin: 0;
  padding: 0;
}

li {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

img {
  border: 0;
  height: auto;
  vertical-align: bottom;
}

a {
  text-decoration: none;
}

address {
  font-style: normal;
}

.clearfix:after {
  clear: both;
  content: "";
  display: block;
}

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

/* iOSでのデフォルトスタイルをリセット */
input[type=submit],
input[type=button] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  border: none;
  box-sizing: border-box;
  cursor: pointer;
}

input[type=submit]::-webkit-search-decoration,
input[type=button]::-webkit-search-decoration {
  display: none;
}

input[type=submit]:focus,
input[type=button]:focus {
  outline-offset: -2px;
}

.header {
  max-width: 1920px;
  margin: 0 auto;
  position: relative;
}
.header__body {
  width: 100%;
  padding: 80px 0 0 72px;
  display: flex;
  justify-content: space-between;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
}
.header__logo {
  width: 428px;
}
.header__logo img {
  width: 100%;
}
.header__nav ul {
  display: flex;
  justify-content: flex-start;
}
.header__nav ul li {
  margin-right: 56px;
}
.header__nav ul li a {
  display: inline-block;
  font-size: 20px;
  line-height: 48px;
  color: #FFF;
  position: relative;
}
.header__nav ul li a:nth-child(-n+4):after {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background: #FFF;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  transition: all 0.3s;
  transform: scale(0, 1); /*X方向0、Y方向1*/
  transform-origin: center top; /*上部中央基点*/
}
.header__nav ul li a:nth-child(-n+4):hover:after {
  transform: scale(1, 1); /*X方向にスケール拡大*/
}
.header__nav ul li:nth-child(4) {
  margin-right: 56px;
}
.header__nav ul li:last-child {
  margin-right: 0;
}
.header__nav ul li:last-child a {
  width: 180px;
  height: 48px;
  text-align: center;
  background-color: #2E9E2E;
  transition: all 0.5s;
}
.header__nav ul li:last-child a:hover {
  color: #2E9E2E;
  background-color: #FFF;
}
.header__nav ul li:last-child a:after {
  content: none;
}

.footer {
  width: 100%;
  padding: 40px 0;
  background-color: #2E9E2E;
}
.footer__body {
  max-width: 1253px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
.footer__lt {
  display: flex;
  justify-content: flex-start;
}
.footer__logo {
  width: 140px;
}
.footer__logo img {
  width: 100%;
}
.footer__info {
  padding: 6px 0 0 38px;
}
.footer__info__name {
  font-size: 20px;
  font-weight: normal;
  line-height: 1.5;
  letter-spacing: 0.2em;
  color: #FFF;
  background: #FFF;
  font-family: ten-mincho, "游明朝", YuMincho, "Yu Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.footer__info__address {
  margin-top: 16px;
  font-size: 16px;
  font-weight: normal;
  line-height: 1.5;
  letter-spacing: 0.2em;
  color: #FFF;
  background: #FFF;
  font-family: ten-mincho, "游明朝", YuMincho, "Yu Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.footer__nav ul {
  display: flex;
  justify-content: flex-start;
}
.footer__nav ul li {
  margin-right: 40px;
}
.footer__nav ul li a {
  display: inline-block;
  font-size: 16px;
  font-weight: normal;
  line-height: 40px;
  letter-spacing: 0.2em;
  color: #FFF;
  background: #FFF;
  font-family: ten-mincho, "游明朝", YuMincho, "Yu Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  position: relative;
}
.footer__nav ul li a:nth-child(-n+4):after {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background: #FFF;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  transition: all 0.3s;
  transform: scale(0, 1); /*X方向0、Y方向1*/
  transform-origin: center top; /*上部中央基点*/
}
.footer__nav ul li a:nth-child(-n+4):hover:after {
  transform: scale(1, 1); /*X方向にスケール拡大*/
}
.footer__nav ul li:last-child {
  margin-right: 0;
}
.footer__nav ul li:last-child a {
  display: inline-block;
  width: 120px;
  height: 40px;
  text-align: center;
  line-height: 38px;
  background: #FFF;
  border: solid 1px #2E9E2E;
  transition: all 0.5s;
}
.footer__nav ul li:last-child a span {
  color: #2E9E2E;
  background: #2E9E2E;
  font-family: ten-mincho, "游明朝", YuMincho, "Yu Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  transition: all 0.5s;
}
.footer__nav ul li:last-child a:hover {
  color: #FFF;
  background-color: #2E9E2E;
  border: solid 1px #FFF;
}
.footer__nav ul li:last-child a:hover span {
  color: #FFF;
  background: #FFF;
  font-family: ten-mincho, "游明朝", YuMincho, "Yu Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.footer__nav ul li:last-child a:after {
  content: none;
}
.footer__copyright {
  margin-top: 60px;
  font-size: 14px;
  font-weight: normal;
  text-align: right;
  letter-spacing: 0.2em;
  color: #FFF;
  background: #FFF;
  font-family: ten-mincho, "游明朝", YuMincho, "Yu Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.PageTop {
  display: none;
  z-index: 99;
  position: fixed;
  bottom: 88px;
  right: 88px;
}
.PageTop a {
  display: block;
  width: 72px;
  height: auto;
  text-decoration: none;
  cursor: pointer;
  -webkit-transition: all 0.7s;
  transition: all 0.7s;
}
.PageTop a:hover {
  opacity: 0.8;
}
.PageTop a img {
  width: 100%;
}
.PageTop--absolute {
  bottom: 168px;
}

.top-keyimg {
  margin: 0 auto;
  max-width: 1920px;
  height: 920px;
  position: relative;
}
.top-keyimg__slider {
  width: 100%;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  margin: 0 auto;
}
.top-keyimg__slider li {
  width: 100%;
  height: 920px;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
  background-position: top center;
}
.top-keyimg__slider li:first-child {
  background-image: url(images/top_img_keyimg01.jpg);
}
.top-keyimg__slider li:nth-child(2) {
  background-image: url(images/top_img_keyimg02.jpg);
}
.top-keyimg__slider li:nth-child(3) {
  background-image: url(images/top_img_keyimg03.jpg);
}
.top-keyimg__slider li:last-child {
  background-image: url(images/top_img_keyimg04.jpg);
}
.top-keyimg__copy {
  font-size: 40px;
  font-weight: normal;
  line-height: 1.75;
  color: #FFF;
  position: absolute;
  bottom: 134px;
  right: 160px;
}
.top-keyimg__scroll {
  margin: 0 auto;
  width: max-content;
  position: absolute;
  bottom: 72px;
  right: 0;
  left: 0;
}
.top-keyimg__scroll p {
  font-size: 15px;
  text-align: center;
  color: #FFF;
  position: relative;
}
.top-keyimg__scroll p:after {
  content: "";
  margin: 0 auto;
  width: 1px;
  height: 30px;
  background-color: #FFF;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  animation: scroll-line 1.4s ease-in-out infinite;
  opacity: 0;
}
@keyframes scroll-line {
  0% {
    height: 0;
    top: 15px;
    opacity: 0;
  }
  30% {
    height: 30px;
    opacity: 1;
  }
  100% {
    height: 0;
    top: 65px;
    opacity: 0;
  }
}
.top-concept {
  max-width: 1920px;
  margin: 0 auto;
  padding: 200px 0 180px;
}
.top-concept__ttl {
  font-size: 64px;
  text-align: center;
  line-height: 1.5;
  letter-spacing: 0.1em;
  color: #2E9E2E;
  background: #2E9E2E;
  font-family: ten-mincho, "游明朝", YuMincho, "Yu Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.top-concept__txt {
  margin-top: 40px;
  font-size: 20px;
  line-height: 2;
  letter-spacing: 0.05em;
  text-align: center;
  color: #292929;
}
.top-imgbox01 {
  width: 62.5%;
  height: 560px;
  margin: 0 auto 0 0;
  background-image: url(images/top_img_imgbox01.jpg);
  background-position: top right;
  background-repeat: no-repeat;
  position: relative;
  z-index: 10;
}
.top-imgbox02 {
  width: 41.6666666667%;
  height: 560px;
  margin: -460px 0 0 auto;
  background-image: url(images/top_img_imgbox02.jpg);
  background-position: top left;
  background-repeat: no-repeat;
  position: relative;
  z-index: 9;
}
.top-business {
  max-width: 1920px;
  margin: 0 auto;
}
.top-business__top {
  width: 808px;
  height: 644px;
  margin: -100px auto 0 480px;
  display: flex;
  align-items: center;
  position: relative;
}
.top-business__top:before {
  content: "";
  display: block;
  width: 1px;
  height: 100%;
  background-color: #292929;
  position: absolute;
  top: 0;
  left: 128px;
}
.top-business__top__ttl {
  margin-right: 150px;
  font-size: 48px;
  font-weight: normal;
  line-height: 58px;
  letter-spacing: 24px;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  color: #292929;
  background: #292929;
  font-family: ten-mincho, "游明朝", YuMincho, "Yu Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.top-business__top__txt {
  font-size: 24px;
  line-height: 2;
  color: #292929;
}
.top-business__item01 {
  background-image: url(images/top_bg_business_item01.png);
  background-repeat: no-repeat;
  background-position: top 120px left 392px;
}
.top-business__item01__main {
  max-width: 1600px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
.top-business__item01__lt {
  width: calc(100% - 680px);
  height: 560px;
  background-image: url(images/top_img_business_item01-01.jpg);
  background-position: top right;
  background-repeat: no-repeat;
}
.top-business__item01__lt img {
  width: 100%;
}
.top-business__item01__rt {
  width: 680px;
  padding: 87px 80px 64px 120px;
}
.top-business__item01__ttl {
  font-size: 40px;
  font-weight: normal;
  line-height: 1.5;
  letter-spacing: 0.2em;
  color: #2E9E2E;
  background: #2E9E2E;
  font-family: ten-mincho, "游明朝", YuMincho, "Yu Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.top-business__item01__txt {
  margin-top: 40px;
  font-size: 18px;
  line-height: 2;
}
.top-business__item01__imgbox01 {
  margin: -51px 80px 0 auto;
  width: 640px;
}
.top-business__item01__imgbox01 img {
  width: 100%;
}
.top-business__item01__imgbox02 {
  margin: -69px 780px 0 auto;
  width: 560px;
}
.top-business__item01__imgbox02 img {
  width: 100%;
}
.top-business__item02 {
  margin: 160px auto 0;
  background-image: url(images/top_bg_business_item02.png);
  background-repeat: no-repeat;
  background-position: top 260px right 320px;
}
.top-business__item02__main {
  max-width: 1600px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
.top-business__item02__lt {
  width: 620px;
  padding: 153px 100px 0 40px;
}
.top-business__item02__rt {
  width: calc(100% - 600px);
  height: 600px;
  background-image: url(images/top_img_business_item02-01.jpg);
  background-position: top left;
  background-repeat: no-repeat;
}
.top-business__item02__ttl {
  width: 480px;
  height: 88px;
  font-size: 40px;
  font-weight: normal;
  line-height: 1;
  letter-spacing: 0.2em;
  color: #2E9E2E;
  position: relative;
  font-family: ten-mincho, "游明朝", YuMincho, "Yu Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.top-business__item02__ttl:before {
  content: "";
  display: block;
  width: 1px;
  height: 100px;
  background-color: #292929;
  transform: rotate(27.5deg);
  position: absolute;
  top: -6px;
  left: 283px;
}
.top-business__item02__ttl span:first-child {
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  color: #2E9E2E;
  background: #2E9E2E;
  font-family: ten-mincho, "游明朝", YuMincho, "Yu Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.top-business__item02__ttl span:last-child {
  display: inline-block;
  position: absolute;
  bottom: 0;
  right: 0;
  color: #2E9E2E;
  background: #2E9E2E;
  font-family: ten-mincho, "游明朝", YuMincho, "Yu Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.top-business__item02__txt {
  margin-top: 40px;
  font-size: 18px;
  line-height: 2;
}
.top-business__item02__imgbox {
  width: 1120px;
  margin: 160px auto 0;
  padding: 0 40px 0 0;
}
.top-business__item02__imgbox01 {
  margin: 0 auto 0 0;
  width: 560px;
}
.top-business__item02__imgbox01 img {
  width: 100%;
}
.top-business__item02__imgbox02 {
  margin: -136px 0 0 auto;
  width: 320px;
}
.top-business__item02__imgbox02 img {
  width: 100%;
}
.top-business__item03 {
  margin: -51px auto 0;
}
.top-business__item03__main {
  max-width: 1600px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
.top-business__item03__lt {
  width: 744px;
}
.top-business__item03__lt img {
  width: 100%;
}
.top-business__item03__rt {
  width: 856px;
  padding: 227px 256px 48px 120px;
}
.top-business__item03__ttl {
  font-size: 40px;
  font-weight: normal;
  line-height: 1.5;
  letter-spacing: 0.2em;
  color: #2E9E2E;
  background: #2E9E2E;
  font-family: ten-mincho, "游明朝", YuMincho, "Yu Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.top-business__item03__txt {
  margin-top: 40px;
  font-size: 18px;
  line-height: 2;
}
.top-business__item04 {
  margin: -37px 0 0;
  background-image: url(images/top_bg_business_item04.png);
  background-repeat: no-repeat;
  background-position: top 80px right 240px;
}
.top-business__item04__main {
  max-width: 63.5416666667%;
  margin: -324px 8.3333333333% 0 auto;
  display: flex;
  justify-content: space-between;
}
.top-business__item04__lt {
  width: 27.0833333333%;
  margin-right: 7.2916666667%;
  background-color: #FFF;
  padding: 20px;
}
.top-business__item04__rt {
  width: 560px;
  height: 640px;
  background-image: url(images/top_img_business_item04-01.jpg);
  background-position: top center;
  background-repeat: no-repeat;
}
.top-business__item04__rt img {
  width: 100%;
}
.top-business__item04__ttl {
  font-size: 40px;
  font-weight: normal;
  line-height: 1.5;
  letter-spacing: 0.2em;
  color: #2E9E2E;
  background: #2E9E2E;
  font-family: ten-mincho, "游明朝", YuMincho, "Yu Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.top-business__item04__txt {
  margin-top: 40px;
  font-size: 18px;
  line-height: 2;
}
.top-business__item04__imgbox01 {
  margin: -37px 8.3333333333% 0 auto;
  width: 464px;
}
.top-business__item04__imgbox01 img {
  width: 100%;
}
.top-business__item04__imgbox02 {
  margin: -147px 38.75% 0 auto;
  width: 380px;
}
.top-business__item04__imgbox02 img {
  width: 100%;
}
.top-business__item04__imgbox03 {
  margin: -76px auto 0 80px;
  width: 320px;
}
.top-business__item04__imgbox03 img {
  width: 100%;
}
.top-business__item04__imgbox04 {
  margin: -96px auto 0 160px;
  width: 578px;
}
.top-business__item04__imgbox04 img {
  width: 100%;
}
.top-case {
  max-width: 1920px;
  margin: 0 auto;
}
.top-case__top {
  width: 856px;
  height: 644px;
  margin: 0 auto 0 480px;
  display: flex;
  align-items: center;
  position: relative;
}
.top-case__top:before {
  content: "";
  display: block;
  width: 1px;
  height: 100%;
  background-color: #292929;
  position: absolute;
  top: 0;
  left: 128px;
}
.top-case__ttl {
  margin-right: 150px;
  font-size: 48px;
  font-weight: normal;
  line-height: 58px;
  letter-spacing: 24px;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  color: #292929;
  background: #292929;
  font-family: ten-mincho, "游明朝", YuMincho, "Yu Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.top-case__txt {
  font-size: 24px;
  line-height: 2;
  color: #292929;
}
.top-case__contents {
  width: 1320px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.top-case__item:first-child {
  margin: 0 120px 120px 0;
}
.top-case__item:nth-child(2) {
  margin: -140px 0 120px 0;
}
.top-case__item:nth-child(2n+3) {
  margin: 0 120px 120px 0;
}
.top-case__item:nth-child(2n+4) {
  margin: -120px 0 120px 0;
}
.top-case__item .comparison-block {
  width: 100%;
  max-width: 640px;
  position: relative;
  margin: 0 auto;
}
.top-case__item .comparison-block::selection {
  background-color: transparent;
}
.top-case__item .comparison-block::-moz-selection {
  background-color: transparent;
}
.top-case__item .comparison-block *::selection {
  background-color: transparent;
}
.top-case__item .comparison-block *::-moz-selection {
  background-color: transparent;
}
.top-case__item .comparison-before-img {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  z-index: 5;
}
.top-case__item .comparison-before-img img {
  max-width: fit-content;
  width: 600px;
}
.top-case__item .comparison-after-img {
  position: relative;
  z-index: 1;
}
.top-case__item .comparison-after-img img {
  width: 100%;
}
.top-case__item .comparison-arrow {
  background-color: #fff;
  position: absolute;
  z-index: 10;
  top: 0;
  width: 2px;
  height: 100%;
  left: 50%;
  cursor: pointer;
}
.top-case__item .comparison-arrow:after {
  content: "";
  display: block;
  width: 30px;
  height: 30px;
  border-radius: 15px;
  background-color: #fff;
  position: absolute;
  top: 50%;
  margin-top: -15px;
  left: -14px;
}
.top-case__item__name {
  margin-top: 40px;
  font-size: 32px;
  font-weight: normal;
  text-align: center;
  line-height: 1.5;
  letter-spacing: 0.2em;
  color: #2E9E2E;
  background: #2E9E2E;
  font-family: ten-mincho, "游明朝", YuMincho, "Yu Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.top-case__item__txt {
  width: 100%;
  margin-top: 20px;
  font-size: 22px;
  line-height: 1.75;
  text-align: center;
  color: #292929;
}
.top-guide {
  max-width: 1920px;
  margin: 80px auto 0;
}
.top-guide__main {
  max-width: 1568px;
  display: flex;
}
.top-guide__lt {
  width: calc(100% - 1088px);
  height: 1000px;
  background-image: url(images/top_img_guide01.jpg);
  background-repeat: no-repeat;
  background-position: top right;
}
.top-guide__rt {
  width: 75%;
  padding: 10.7291666667% 0 0 15%;
  position: relative;
  overflow: hidden;
}
.top-guide__ttl {
  font-size: 48px;
  font-weight: normal;
  line-height: 62px;
  letter-spacing: 24px;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  position: absolute;
  top: 6.1458333333%;
  left: 9.375%;
  color: #292929;
  background: #292929;
  font-family: ten-mincho, "游明朝", YuMincho, "Yu Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.top-guide__txt01 {
  font-size: 32px;
  font-weight: normal;
  line-height: 1.7;
  color: #292929;
}
.top-guide__txt02 {
  margin-top: 40px;
  font-size: 20px;
  line-height: 1.9;
  color: #292929;
}
.top-guide__name {
  margin-top: 32px;
  font-size: 16px;
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  gap: 16px;
}
.top-guide__name span {
  font-size: 20px;
}
.top-guide__imgbox01 {
  width: 720px;
  margin: -343px 8.3333333333% 0 auto;
}
.top-guide__imgbox01 img {
  width: 100%;
}
.top-guide__imgbox02 {
  width: 300px;
  margin: -93px 52.1875% 0 auto;
}
.top-guide__imgbox02 img {
  width: 100%;
}
.top-history {
  max-width: 1920px;
  margin: 200px auto 0;
}
.top-history__main {
  max-width: 1627px;
  padding: 0 0 0 20px;
  display: flex;
  justify-content: flex-end;
}
.top-history__lt {
  width: 512px;
  margin-right: 118px;
}
.top-history__ttl {
  font-size: 48px;
  font-weight: normal;
  line-height: 1.5;
  color: #292929;
  background: #292929;
  font-family: ten-mincho, "游明朝", YuMincho, "Yu Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.top-history__list {
  padding: 104px 0 0 104px;
  position: relative;
}
.top-history__list .scroll-line {
  position: absolute;
  left: 23px;
  top: 64px;
  width: 1px;
  height: 0;
  background: #292929;
}
.top-history__list li {
  margin-bottom: 16px;
  font-size: 24px;
  line-height: 1.83;
  color: #292929;
  position: relative;
}
.top-history__list li span {
  color: #2E9E2E;
}
.top-history__list li:before {
  content: "";
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: #292929;
  position: absolute;
  top: 10px;
  left: -90px;
}
.top-history__rt {
  padding: 25px 0 0;
  width: calc(100% - 667px);
  height: 900px;
  background-image: url(images/top_img_history01.jpg);
  background-position: top left;
  background-repeat: no-repeat;
}
.top-history__rt img {
  width: 100%;
}
.top-about {
  max-width: 1920px;
  margin: 95px auto 0;
  padding: 140px 0 100px;
  height: 1003px;
  background-image: url(images/top_bg_about.jpg);
  background-repeat: no-repeat;
  background-position: top center;
  position: relative;
}
.top-about:before {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: #FFF;
  position: absolute;
  top: 377px;
  left: 0;
}
.top-about__main {
  max-width: 1240px;
  margin: 0 auto;
  display: flex;
  flex-direction: row-reverse;
  position: relative;
  z-index: 10;
}
.top-about__ttl {
  padding-top: 12px;
  font-size: 48px;
  font-weight: normal;
  line-height: 62px;
  letter-spacing: 24px;
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  color: #292929;
  background: #292929;
  font-family: ten-mincho, "游明朝", YuMincho, "Yu Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.top-about table {
  margin: 0 66px 0 0;
  display: flex;
  flex-direction: row-reverse;
}
.top-about table tbody {
  margin: 0 40px 0 0;
}
.top-about table th {
  width: 100%;
  height: 285px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  font-size: 20px;
  text-align: left;
  font-weight: normal;
  letter-spacing: 14px;
  line-height: 1.5;
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  white-space: nowrap;
  margin: 0;
}
.top-about table th div {
  height: 100%;
  margin: 0 auto;
  color: #292929;
  background: #292929;
  font-family: ten-mincho, "游明朝", YuMincho, "Yu Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.top-about table td {
  width: auto;
  height: 480px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  flex-direction: row-reverse;
}
.top-about table td div {
  height: 100%;
  font-size: 20px;
  font-weight: normal;
  color: #292929;
  background: #292929;
  font-family: ten-mincho, "游明朝", YuMincho, "Yu Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  line-height: 1.5;
  letter-spacing: 2px;
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: tb-rl;
  writing-mode: vertical-rl;
}
.top-about table td div a {
  display: block;
  margin: 0 10px 0 0;
  padding: 55px 0 0;
  height: 134px;
  background-color: #2E9E2E;
  border-radius: 20px;
  position: relative;
  transition: 0.5s;
}
.top-about table td div a span {
  font-size: 20px;
  font-weight: bold;
  line-height: 40px;
  letter-spacing: 16px;
  color: #FFF;
  background: #FFF;
  font-family: ten-mincho, "游明朝", YuMincho, "Yu Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  transition: 0.5s;
}
.top-about table td div a:before, .top-about table td div a:after {
  content: url("images/icn_map_white.svg");
  margin: 0 auto;
  line-height: 40px;
  position: absolute;
  top: 16px;
  left: 0;
  right: 0;
  opacity: 1;
  transition: 0.5s;
}
.top-about table td div a:after {
  content: url("images/icn_map_green.svg");
  opacity: 0;
}
.top-about table td div a:hover {
  background-color: #FFF;
}
.top-about table td div a:hover span {
  color: #2E9E2E;
  background: #2E9E2E;
  font-family: ten-mincho, "游明朝", YuMincho, "Yu Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.top-about table td div a:hover:before {
  opacity: 0;
}
.top-about table td div a:hover:after {
  opacity: 1;
}
.top-about table td div .hr-tb {
  display: inline-block;
  -ms-writing-mode: lr-tb;
  -webkit-writing-mode: horizontal-tb;
  writing-mode: horizontal-tb;
  letter-spacing: 0;
  line-height: 1.3;
}
.top-contact {
  width: 100%;
  margin: 0 auto;
  padding: 160px 0 150px;
  background-color: #707070;
}
.top-contact__ttl {
  font-size: 48px;
  font-weight: normal;
  text-align: center;
  line-height: 1.5;
  letter-spacing: 0.2em;
  color: #FFF;
  background: #FFF;
  font-family: ten-mincho, "游明朝", YuMincho, "Yu Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.top-contact__txt {
  margin-top: 40px;
  font-size: 16px;
  text-align: center;
  line-height: 2;
  color: #FFF;
}
.top-contact__tel {
  width: 1000px;
  height: 354px;
  margin: 80px auto 0;
  display: flex;
  justify-content: space-between;
}
.top-contact__tel__lt {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 80px;
  background-color: #2E9E2E;
}
.top-contact__tel__lt h3 {
  font-size: 28px;
  font-weight: normal;
  letter-spacing: 0.2em;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  color: #FFF;
  background: #FFF;
  font-family: ten-mincho, "游明朝", YuMincho, "Yu Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.top-contact__tel__rt {
  width: 920px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  background-color: #FFF;
}
.top-contact__tel__box01 {
  width: 800px;
  padding: 24px 0;
  border-bottom: solid 1px #707070;
}
.top-contact__tel__number01 {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 12px;
}
.top-contact__tel__number01 img {
  display: inline-block;
  margin-right: 28px;
  width: 72px;
  height: 62px;
}
.top-contact__tel__number01 span {
  font-size: 80px;
  letter-spacing: 0.15em;
  color: #292929;
  background: #292929;
  font-family: ten-mincho, "游明朝", YuMincho, "Yu Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.top-contact__tel__txt {
  font-size: 16px;
  line-height: 1.5;
  text-align: center;
  letter-spacing: 0.2em;
  color: #292929;
  background: #292929;
  font-family: ten-mincho, "游明朝", YuMincho, "Yu Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.top-contact__tel__txt span {
  color: #2E9E2E;
  background: #2E9E2E;
  font-family: ten-mincho, "游明朝", YuMincho, "Yu Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.top-contact__tel__box02 {
  padding: 24px 0 0;
}
.top-contact__tel__number02 {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 8px auto 16px;
}
.top-contact__tel__number02 img {
  display: inline-block;
  margin-right: 16px;
  width: 28px;
  height: 52px;
}
.top-contact__tel__number02 span {
  font-size: 56px;
  letter-spacing: 0.15em;
  color: #292929;
  background: #292929;
  font-family: ten-mincho, "游明朝", YuMincho, "Yu Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.top-contact__mail {
  max-width: 1000px;
  margin: 100px auto 0;
}
.top-contact__mail__ttl {
  font-size: 28px;
  font-weight: normal;
  text-align: center;
  line-height: 80px;
  letter-spacing: 0.2em;
  background-color: #2E9E2E;
}
.top-contact__mail__ttl span {
  color: #FFF;
  background: #FFF;
  font-family: ten-mincho, "游明朝", YuMincho, "Yu Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.top-contact__mail__body {
  padding: 40px 56px 98px;
  background-color: #FFF;
}
.top-contact__mail__toptxt {
  font-size: 16px;
  font-weight: normal;
  text-align: center;
  line-height: 1.5;
  letter-spacing: 0.2em;
  color: #292929;
  background: #292929;
  font-family: ten-mincho, "游明朝", YuMincho, "Yu Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.top-contact__mail__toptxt span {
  color: #2E9E2E;
  background: #2E9E2E;
  font-family: ten-mincho, "游明朝", YuMincho, "Yu Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.top-contact__mail__form {
  margin: 40px auto 0;
}
.top-contact__mail__form table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
}
.top-contact__mail__form table th {
  display: inline-block;
  width: 282px;
  height: 56px;
  margin: 0 0 14px;
  padding: 4px 0 0;
  font-size: 16px;
  font-weight: normal;
  text-align: left;
  line-height: 1.5;
  vertical-align: top;
  letter-spacing: 0.2em;
  color: #292929;
  background: #292929;
  font-family: ten-mincho, "游明朝", YuMincho, "Yu Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.top-contact__mail__form table th span {
  font-size: 14px;
  color: #2E9E2E;
  background: #2E9E2E;
  font-family: ten-mincho, "游明朝", YuMincho, "Yu Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.top-contact__mail__form table td {
  display: inline-block;
  width: 600px;
  margin: 0 0 14px;
  padding: 0;
}
.top-contact__mail__form table td .radio {
  margin: 0 0 10px;
  font-size: 18px;
  font-weight: normal;
  line-height: 1.3;
  color: #292929;
  font-family: serif;
}
.top-contact__mail__form table td .radio:last-child {
  margin: 0 0 24px;
}
.top-contact__mail__form table td .radio span {
  font-size: 14px;
}
.top-contact__mail__form table td input[type=text], .top-contact__mail__form table td input[type=tel], .top-contact__mail__form table td input[type=email] {
  width: 100%;
  height: 56px;
  padding: 0 0 0 16px;
  font-size: 16px;
  line-height: 56px;
  color: #292929;
  font-family: serif;
  border: solid 1px #292929;
}
.top-contact__mail__form table td textarea {
  padding: 8px;
  width: 100%;
  height: 160px;
  font-size: 16px;
  line-height: 1.3;
  color: #292929;
  font-family: serif;
  border: solid 1px #292929;
}
.top-contact__mail__form table td .formError .formErrorContent {
  font-family: initial;
  -webkit-text-fill-color: initial;
}
.top-contact__mail__btmtxt {
  margin: 48px 0 0;
  font-size: 16px;
  font-weight: normal;
  line-height: 1.5;
  text-align: center;
  letter-spacing: 0.2em;
  color: #292929;
  background: #292929;
  font-family: ten-mincho, "游明朝", YuMincho, "Yu Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.top-contact__mail__check {
  width: max-content;
  margin: 32px auto 0;
  font-weight: normal;
  color: #292929;
  background: #292929;
  font-family: ten-mincho, "游明朝", YuMincho, "Yu Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.top-contact__mail__check label {
  font-size: 16px;
  color: #292929;
  background: #292929;
  font-family: ten-mincho, "游明朝", YuMincho, "Yu Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  letter-spacing: 0.2em;
}
.top-contact__mail__check .formError .formErrorContent {
  font-family: initial;
  -webkit-text-fill-color: initial;
}
.top-contact__mail button[type=submit] {
  display: block;
  margin: 32px auto 0;
  width: 640px;
  height: 80px;
  font-size: 16px;
  font-weight: normal;
  text-align: center;
  line-height: 78px;
  letter-spacing: 0.2em;
  background-color: #FFF;
  border: solid 1px #292929;
  position: relative;
  cursor: pointer;
  overflow: hidden;
  transition: all 0.5s ease-in-out;
  z-index: 1;
}
.top-contact__mail button[type=submit] span {
  color: #292929;
  background: #292929;
  font-family: ten-mincho, "游明朝", YuMincho, "Yu Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  transition: all 0.5s ease-in-out;
}
.top-contact__mail button[type=submit]:before {
  content: "";
  display: block;
  width: 694px;
  height: 78px;
  background-color: #2E9E2E;
  transform: translateX(711px) skew(-46deg);
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 1;
  transition: all 0.5s ease-in-out;
}
.top-contact__mail button[type=submit]:hover {
  border: solid 1px #2E9E2E;
}
.top-contact__mail button[type=submit]:hover span {
  color: #FFF;
  background: #FFF;
  font-family: ten-mincho, "游明朝", YuMincho, "Yu Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: bold;
}
.top-contact__mail button[type=submit]:hover:before {
  transform: translateX(17px) skew(-46deg);
  z-index: -1;
}

.recruit-body {
  background-image: url(images/recruit_bg_body.png);
  background-position: top 280px center;
  background-repeat: no-repeat;
}
.recruit-keyimg {
  margin: 0 auto;
  max-width: 1920px;
  height: 560px;
  background-image: url(images/recruit_img_keyimg.jpg);
  background-position: top center;
  background-repeat: no-repeat;
  position: relative;
  background-size: cover;
}
.recruit-keyimg__ttl {
  padding: 330px 0 0;
  font-size: 40px;
  font-weight: 300;
  line-height: 1.75;
  text-align: center;
  letter-spacing: 0.2em;
  color: #FFF;
}
.recruit-toptxt {
  padding: 120px 40px 0;
}
.recruit-toptxt__body {
  max-width: 1600px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.recruit-toptxt__lt {
  max-width: 640px;
  margin-right: 40px;
}
.recruit-toptxt__lt img {
  width: 100%;
}
.recruit-toptxt__rt {
  min-width: fit-content;
}
.recruit-toptxt__txt01 {
  font-size: 48px;
  letter-spacing: 0.2em;
  line-height: 1.5;
  color: #292929;
  background: #292929;
  font-family: ten-mincho, "游明朝", YuMincho, "Yu Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.recruit-toptxt__txt02 {
  margin-top: 40px;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.9;
}
.recruit-info {
  padding: 160px 40px 0;
}
.recruit-info__body {
  max-width: 1600px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.recruit-info__lt {
  min-width: fit-content;
}
.recruit-info__rt {
  max-width: 840px;
  width: 52.5%;
  height: 560px;
  margin-left: 95px;
  background-image: url(images/recruit_img_info.jpg);
  background-repeat: no-repeat;
  background-position: top right;
  -webkit-background-size: cover;
  background-size: cover;
}
.recruit-person__ttl {
  font-size: 48px;
  font-weight: normal;
  letter-spacing: 0.2em;
  color: #2E9E2E;
  background: #2E9E2E;
  font-family: ten-mincho, "游明朝", YuMincho, "Yu Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.recruit-person__list {
  margin: 40px 0 0;
  padding: 0;
}
.recruit-person__list li {
  margin: 0 0 32px;
  padding: 0 0 0 24px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  font-size: 24px;
  font-weight: normal;
  line-height: 30px;
}
.recruit-person__list li img {
  display: inline-block;
  margin-right: 16px;
}
.recruit-person__list li:last-child {
  width: fit-content;
  margin: 0;
  padding: 0 24px;
  color: #FFF;
  line-height: 50px;
  background-color: #2E9E2E;
}
.recruit-req {
  margin: 80px 0 0;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.recruit-req__ttl {
  margin-right: 44px;
  font-size: 48px;
  font-weight: normal;
  letter-spacing: 0.2em;
  color: #2E9E2E;
  background: #2E9E2E;
  font-family: ten-mincho, "游明朝", YuMincho, "Yu Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.recruit-req__txt {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  font-size: 24px;
  font-weight: normal;
  line-height: 30px;
}
.recruit-req__txt img {
  display: inline-block;
  margin-right: 16px;
}
.recruit-imgbox {
  max-width: 1920px;
  margin: 0 auto;
}
.recruit-imgbox01 {
  width: 400px;
  margin: 96px 160px 0 auto;
}
.recruit-imgbox01 img {
  width: 100%;
}
.recruit-imgbox02 {
  width: 600px;
  margin: -340px 820px 0 auto;
}
.recruit-imgbox02 img {
  width: 100%;
}
.recruit-guide {
  max-width: 1920px;
  margin: 160px auto 0;
  background-image: url(images/recruit_bg_guide01.png), url(images/recruit_bg_guide02.png);
  background-repeat: no-repeat, no-repeat;
  background-position: top left, top right;
}
.recruit-guide__body {
  max-width: 976px;
  margin: 0 auto;
  padding: 120px 0 80px;
  background-color: #FFF;
  position: relative;
}
.recruit-guide__ttl {
  font-size: 48px;
  font-weight: normal;
  text-align: center;
  letter-spacing: 0.2em;
  color: #2E9E2E;
  background: #2E9E2E;
  font-family: ten-mincho, "游明朝", YuMincho, "Yu Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.recruit-guide__table {
  margin: 40px auto 0;
}
.recruit-guide__table table {
  width: 656px;
  margin: 0 auto;
  border-collapse: collapse;
}
.recruit-guide__table table th, .recruit-guide__table table td {
  display: inline-block;
  padding: 4px 0;
  font-size: 20px;
  font-weight: normal;
  text-align: center;
  line-height: 1.6;
  color: #FFF;
  background-color: #2E9E2E;
}
.recruit-guide__table table th {
  width: 160px;
  margin: 0 16px 24px 0;
  vertical-align: top;
  letter-spacing: 0.2em;
}
.recruit-guide__table table td {
  width: calc(100% - 184px);
  margin: 0 0 24px 0;
  padding: 4px 8px 4px 24px;
  text-align: left;
  font-weight: 300;
  color: #292929;
  background-color: rgba(41, 41, 41, 0.05);
}
.recruit-guide__table table td span {
  font-size: 16px;
}
.recruit-guide__table table tr:last-child td {
  padding: 12px 8px 12px 24px;
}
.recruit-guide__stop {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  position: absolute;
  top: 0;
  left: 0;
}
.recruit-guide__stop__text {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 374px;
  height: 78px;
  font-size: 20px;
  letter-spacing: 0.1em;
  background-color: #fff;
}
.recruit-slider {
  max-width: 1920px;
  margin: 160px auto 0;
}
.recruit-slider__body {
  width: 100%;
  overflow: hidden;
}
.recruit-slider__list li {
  width: 464px;
}
.recruit-slider__list li img {
  width: 100%;
  height: auto;
}
.recruit-slider__list .slick-slide {
  margin: 0 40px; /*スライド左右の余白調整*/
}
.recruit-contact {
  width: 100%;
  margin: 120px auto 0;
  padding: 160px 0 200px;
  background-color: #63605E;
}
.recruit-contact__ttl {
  font-size: 48px;
  font-weight: normal;
  text-align: center;
  line-height: 1.5;
  letter-spacing: 0.2em;
  color: #FFF;
  background: #FFF;
  font-family: ten-mincho, "游明朝", YuMincho, "Yu Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.recruit-contact__toptxt {
  margin: 40px auto 0;
  max-width: 800px;
  font-size: 16px;
  text-align: center;
  line-height: 2;
  color: #FFF;
}
.recruit-contact__tel {
  width: 1000px;
  height: 354px;
  margin: 80px auto 0;
  display: flex;
  justify-content: space-between;
}
.recruit-contact__tel__lt {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 80px;
  background-color: #2E9E2E;
}
.recruit-contact__tel__lt p {
  font-size: 28px;
  letter-spacing: 0.2em;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  color: #FFF;
  background: #FFF;
  font-family: ten-mincho, "游明朝", YuMincho, "Yu Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.recruit-contact__tel__rt {
  width: 920px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  background-color: #FFF;
}
.recruit-contact__tel__box01 {
  width: 800px;
  padding: 24px 0;
  border-bottom: solid 1px #707070;
}
.recruit-contact__tel__number01 {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 12px;
}
.recruit-contact__tel__number01 img {
  display: inline-block;
  margin-right: 28px;
  width: 72px;
  height: 62px;
}
.recruit-contact__tel__number01 span {
  font-size: 80px;
  letter-spacing: 0.15em;
  color: #292929;
  background: #292929;
  font-family: ten-mincho, "游明朝", YuMincho, "Yu Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.recruit-contact__tel__txt {
  font-size: 16px;
  line-height: 1.5;
  text-align: center;
  letter-spacing: 0.2em;
  color: #292929;
  background: #292929;
  font-family: ten-mincho, "游明朝", YuMincho, "Yu Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.recruit-contact__tel__txt span {
  color: #2E9E2E;
  background: #2E9E2E;
  font-family: ten-mincho, "游明朝", YuMincho, "Yu Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.recruit-contact__tel__box02 {
  padding: 24px 0 0;
}
.recruit-contact__tel__number02 {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 8px auto 16px;
}
.recruit-contact__tel__number02 img {
  display: inline-block;
  margin-right: 16px;
  width: 28px;
  height: 52px;
}
.recruit-contact__tel__number02 span {
  font-size: 56px;
  letter-spacing: 0.15em;
  color: #292929;
  background: #292929;
  font-family: ten-mincho, "游明朝", YuMincho, "Yu Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.recruit-contact__mail {
  max-width: 1000px;
  margin: 100px auto 0;
}
.recruit-contact__mail__ttl {
  font-size: 28px;
  font-weight: normal;
  text-align: center;
  line-height: 80px;
  letter-spacing: 0.2em;
  background-color: #2E9E2E;
}
.recruit-contact__mail__ttl span {
  color: #FFF;
  background: #FFF;
  font-family: ten-mincho, "游明朝", YuMincho, "Yu Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.recruit-contact__mail__body {
  padding: 40px 56px 80px;
  background-color: #FFF;
}
.recruit-contact__mail__toptxt {
  font-size: 16px;
  font-weight: normal;
  text-align: center;
  line-height: 1.5;
  letter-spacing: 0.2em;
  color: #292929;
  background: #292929;
  font-family: ten-mincho, "游明朝", YuMincho, "Yu Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.recruit-contact__mail__toptxt span {
  color: #2E9E2E;
  background: #2E9E2E;
  font-family: ten-mincho, "游明朝", YuMincho, "Yu Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.recruit-contact__mail__form {
  margin: 40px auto 0;
}
.recruit-contact__mail__form table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
}
.recruit-contact__mail__form table th {
  display: inline-block;
  width: 282px;
  height: 56px;
  margin: 0 0 14px;
  padding: 4px 0 0;
  font-size: 16px;
  font-weight: normal;
  text-align: left;
  line-height: 1.5;
  vertical-align: top;
  letter-spacing: 0.2em;
  color: #292929;
  background: #292929;
  font-family: ten-mincho, "游明朝", YuMincho, "Yu Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.recruit-contact__mail__form table th span {
  font-size: 14px;
  color: #2E9E2E;
  background: #2E9E2E;
  font-family: ten-mincho, "游明朝", YuMincho, "Yu Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.recruit-contact__mail__form table td {
  display: inline-block;
  width: calc(100% - 288px);
  min-height: 56px;
  margin: 0 0 14px;
  font-size: 18px;
}
.recruit-contact__mail__form table td span {
  font-size: 14px;
}
.recruit-contact__mail__form table td input.type01 {
  width: 100%;
  height: 56px;
  padding: 0 0 0 16px;
  font-size: 18px;
  line-height: 56px;
  color: #292929;
  font-family: serif;
  border: solid 1px #292929;
}
.recruit-contact__mail__form table td input.age {
  width: 160px;
  height: 56px;
  margin: 0 16px 0 0;
  padding: 0 0 0 16px;
  font-size: 18px;
  line-height: 56px;
  color: #292929;
  font-family: serif;
  border: solid 1px #292929;
}
.recruit-contact__mail__form table td input.tel01, .recruit-contact__mail__form table td input.tel02, .recruit-contact__mail__form table td input.tel03 {
  width: 160px;
  height: 56px;
  padding: 0 0 0 16px;
  font-size: 18px;
  line-height: 56px;
  color: #292929;
  font-family: serif;
  border: solid 1px #292929;
}
.recruit-contact__mail__form table td input.add {
  width: 120px;
  height: 56px;
  margin: 0 16px;
  padding: 0 0 0 16px;
  font-size: 18px;
  line-height: 56px;
  color: #292929;
  font-family: serif;
  border: solid 1px #292929;
}
.recruit-contact__mail__form table td .birth01, .recruit-contact__mail__form table td .birth02, .recruit-contact__mail__form table td .birth03 {
  display: inline-block;
  width: 260px;
  height: 56px;
  margin: 0 14px 0 0;
}
.recruit-contact__mail__form table td .birth02 {
  width: 154px;
  margin: 0 14px;
}
.recruit-contact__mail__form table td .birth03 {
  width: 154px;
  margin: 0 14px;
}
.recruit-contact__mail__form table td input.year, .recruit-contact__mail__form table td input.month, .recruit-contact__mail__form table td input.day {
  width: 100%;
  height: 56px;
  padding: 0 0 0 16px;
  font-size: 18px;
  line-height: 56px;
  color: #292929;
  font-family: serif;
  border: solid 1px #292929;
}
.recruit-contact__mail__form table td .area {
  display: inline-block;
}
.recruit-contact__mail__form table td .area input {
  width: 100%;
  height: 56px;
  padding: 0 0 0 16px;
  font-size: 18px;
  line-height: 56px;
  color: #292929;
  font-family: serif;
  border: solid 1px #292929;
}
.recruit-contact__mail__form table td .hyphen, .recruit-contact__mail__form table td .post, .recruit-contact__mail__form table td .unit {
  display: inline-block;
  height: 56px;
  font-size: 18px;
  text-align: center;
  line-height: 56px;
  color: #292929;
  font-family: serif;
}
.recruit-contact__mail__form table td .radio {
  display: inline-flex;
  align-items: center;
  height: 56px;
}
.recruit-contact__mail__form table td .radio:first-child {
  margin-right: 32px;
}
.recruit-contact__mail__form table td .radio label {
  color: #292929;
  font-family: serif;
}
.recruit-contact__mail__form table td textarea {
  padding: 16px 20px;
  width: 100%;
  height: 160px;
  font-size: 18px;
  line-height: 1.444;
  color: #292929;
  font-family: serif;
  border: solid 1px #292929;
  resize: none;
}
.recruit-contact__mail__form table td textarea::placeholder,
.recruit-contact__mail__form table td textarea::-webkit-input-placeholder,
.recruit-contact__mail__form table td textarea::-moz-placeholder,
.recruit-contact__mail__form table td textarea::-ms-input-placeholder,
.recruit-contact__mail__form table td textarea::-moz-placeholder {
  color: #9d9d9d;
}
.recruit-contact__mail__form table td.birth, .recruit-contact__mail__form table td.tel {
  display: inline-flex;
  justify-content: space-between;
  align-items: center;
}
.recruit-contact__mail__form table td.address {
  display: inline-flex;
  justify-content: flex-start;
  align-items: center;
}
.recruit-contact__mail__form table .formError .formErrorContent {
  font-family: initial;
  -webkit-text-fill-color: initial;
}
.recruit-contact__mail__btmtxt {
  margin: 48px 0 0;
  font-size: 16px;
  font-weight: normal;
  line-height: 1.5;
  text-align: center;
  letter-spacing: 0.2em;
  color: #292929;
  background: #292929;
  font-family: ten-mincho, "游明朝", YuMincho, "Yu Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.recruit-contact__mail__check {
  width: max-content;
  margin: 32px auto 0;
  font-weight: normal;
  color: #292929;
  background: #292929;
  font-family: ten-mincho, "游明朝", YuMincho, "Yu Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.recruit-contact__mail__check label {
  font-size: 16px;
  color: #292929;
  background: #292929;
  font-family: ten-mincho, "游明朝", YuMincho, "Yu Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  letter-spacing: 0.2em;
}
.recruit-contact__mail__check .formError .formErrorContent {
  font-family: initial;
  -webkit-text-fill-color: initial;
}
.recruit-contact__mail button[type=submit] {
  display: block;
  margin: 32px auto 0;
  width: 640px;
  height: 80px;
  font-size: 16px;
  font-weight: normal;
  text-align: center;
  line-height: 78px;
  letter-spacing: 0.2em;
  background-color: #FFF;
  border: solid 1px #292929;
  position: relative;
  cursor: pointer;
  overflow: hidden;
  transition: all 0.5s ease-in-out;
  z-index: 1;
}
.recruit-contact__mail button[type=submit] span {
  color: #292929;
  background: #292929;
  font-family: ten-mincho, "游明朝", YuMincho, "Yu Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  transition: all 0.5s ease-in-out;
}
.recruit-contact__mail button[type=submit]:before {
  content: "";
  display: block;
  width: 694px;
  height: 78px;
  background-color: #2E9E2E;
  transform: translateX(711px) skew(-46deg);
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 1;
  transition: all 0.5s ease-in-out;
}
.recruit-contact__mail button[type=submit]:hover {
  border: solid 1px #2E9E2E;
}
.recruit-contact__mail button[type=submit]:hover span {
  color: #FFF;
  background: #FFF;
  font-family: ten-mincho, "游明朝", YuMincho, "Yu Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: bold;
}
.recruit-contact__mail button[type=submit]:hover:before {
  transform: translateX(17px) skew(-46deg);
  z-index: -1;
}

.thanks {
  padding: 0 0 120px;
}
.thanks-keyimg {
  margin: 0 auto;
  max-width: 1920px;
  height: 560px;
  background-image: url(images/recruit_img_keyimg.jpg);
  background-position: top center;
  background-repeat: no-repeat;
  position: relative;
  background-size: cover;
}
.thanks-keyimg__ttl {
  padding: 330px 0 0;
  font-size: 40px;
  font-weight: 300;
  line-height: 1.75;
  text-align: center;
  letter-spacing: 0.2em;
  color: #FFF;
}
.thanks-txt01 {
  margin-top: 120px;
  font-size: 48px;
  font-weight: normal;
  text-align: center;
  line-height: 1.5;
  color: #292929;
  background: #292929;
  font-family: ten-mincho, "游明朝", YuMincho, "Yu Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.thanks-txt02 {
  margin-top: 40px;
  font-size: 20px;
  font-weight: normal;
  text-align: center;
  line-height: 1.75;
  color: #292929;
  background: #292929;
  font-family: ten-mincho, "游明朝", YuMincho, "Yu Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.thanks-btn {
  display: block;
  margin: 64px auto 0;
  width: 280px;
  height: 64px;
  font-size: 15px;
  font-weight: bold;
  text-align: center;
  line-height: 60px;
  color: #292929;
  background-color: #FFF;
  border: solid 1px #292929;
  transition: all 0.5s;
}
.thanks-btn:hover {
  color: #FFF;
  background-color: #2E9E2E;
  border: solid 1px #2E9E2E;
}

.pankuzu {
  max-width: 1920px;
  margin: 0 auto;
  padding: 40px 160px 0;
}
.pankuzu-body {
  display: flex;
}
.pankuzu-body a {
  display: inline-block;
  margin-right: 6px;
  font-size: 16px;
  font-weight: normal;
  color: #2E9E2E;
}
.pankuzu-body span {
  display: inline-block;
  margin-right: 6px;
  font-size: 16px;
  font-weight: normal;
}

.warning-banner {
  display: flex;
  align-items: center;
  position: fixed;
  bottom: 2rem;
  left: 50%;
  width: 90%;
  transform: translateX(-50%);
  padding: 1rem;
  column-gap: 0.75rem;
  border: 10px solid #B83C37;
  border-radius: 0.375rem;
  background-color: #ECC8C5;
  color: #F00;
  font-size: 0.875rem;
  opacity: 0.7;
  z-index: 6000;
}
.warning-banner .icon-wrapper {
  flex-shrink: 0;
  width: 1.5rem;
  height: 1.5rem;
}
.warning-banner .icon-wrapper svg {
  width: 100%;
  height: 100%;
}
.warning-banner .text-content .title {
  font-weight: bold;
}
@media (min-width: 768px) {
  .warning-banner {
    left: 2rem;
    width: auto;
    transform: translateX(0);
  }
}

/*# sourceMappingURL=style.css.map */
