@charset "UTF-8";
@font-face {
  font-family: "Noto Serif CJK JP";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/NotoSerifCJKjp-Regular.woff") format("woff");
  font-display: swap;
}
@font-face {
  font-family: Hai_Angellica;
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/Hai_Angellica.woff") format("woff");
  font-display: swap;
}
/*-------------------------------
共通
-------------------------------*/
body {
  font-family: "Yu Mincho", YuMincho, serif;
  font-size: 1rem;
  line-height: 1.75;
  color: #000;
  overflow-x: hidden;
  word-wrap: break-word;
  overflow-wrap: break-word;
}

img {
  max-width: 100%;
  width: 100%;
  height: auto;
  vertical-align: middle;
}

a {
  color: #000;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  will-change: transform;
  text-decoration: none;
  cursor: pointer;
  opacity: 1;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
a:hover {
  opacity: 0.7;
  text-decoration: none;
}
a:visited {
  color: #000;
}

button {
  cursor: pointer;
}
button:focus {
  outline: none;
}

@media screen and (min-width: 1026px) {
  .hidden-pc {
    display: none !important;
  }
}

@media screen and (min-width: 768px) {
  .hidden-pc-tb {
    display: none !important;
  }
}

@media screen and (max-width: 1025px) {
  .hidden-tb {
    display: none !important;
  }
}

@media screen and (max-width: 767px) {
  .hidden-sp {
    display: none !important;
  }
}

.container {
  width: 1152px;
  max-width: 100%;
  padding: 0 30px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .container {
    width: 100%;
    padding: 0 20px;
  }
}

.container2 {
  width: 1090px;
  max-width: 100%;
  padding: 0 36px;
  margin: 0 auto;
}

.top-services__content h2, .top-philosophy__content h2 {
  font-size: 46px;
  font-family: "Noto Serif CJK JP", serif;
  letter-spacing: 0.16em;
  color: #fff;
}

.top-services__content h3, .top-philosophy__content h3 {
  font-size: 26px;
  font-family: "Noto Serif CJK JP", serif;
  color: #fff;
  line-height: 1.749714286;
}

.top-services__content p, .top-philosophy__content p {
  color: #fff;
  line-height: 2.3125;
  letter-spacing: 0.1em;
}

.footer-banners__button, .top-services__button, .top-philosophy__button {
  margin-top: 20px;
  margin-bottom: 15px;
}

.footer-banners__button__btn, .top-services__button__btn, .top-philosophy__button__btn {
  width: 165px;
  max-width: 100%;
  position: relative;
  color: #000;
  background-color: #fff;
  font-size: 14px;
  letter-spacing: 0.1em;
  border: 1px solid #000;
  border-radius: 55px;
  padding: 9px 0;
}

.footer-contact__button {
  margin-top: 20px;
  margin-bottom: 15px;
}

.footer-contact__button__btn, .footer-contact__button__btn--mail {
  width: 273px;
  max-width: 100%;
  position: relative;
  color: #fff;
  background-color: #000;
  font-size: 21px;
  letter-spacing: 0.1em;
  line-height: 1.4;
  border: 1px solid #000;
  border-radius: 55px;
  padding: 13px 0;
}

.center-block {
  margin: 0 auto;
}

.center {
  text-align: center;
}

@media screen and (max-width: 767px) {
  .top-services__content h2, .top-philosophy__content h2 {
    font-size: 20px;
  }

  .top-services__content h3, .top-philosophy__content h3 {
    font-size: 16px;
    line-height: 1.5;
  }

  .top-services__content p, .top-philosophy__content p {
    font-size: 14px;
    line-height: 1.5;
  }

  .footer-banners__button, .top-services__button, .top-philosophy__button {
    text-align: center;
  }

  .footer-banners__button__btn, .top-services__button__btn, .top-philosophy__button__btn {
    width: 239px;
  }
}
/*-------------------------------
banner__read-more
-------------------------------*/
.banner__read-more {
  margin-bottom: 157px;
}
@media screen and (max-width: 767px) {
  .banner__read-more {
    margin-bottom: 83px;
  }
}

.banner__read-more__bg {
  position: relative;
  background-image: url(../img/banner-overview-bg.jpg);
  width: 100%;
  max-width: 916px;
  background-repeat: no-repeat !important;
  background-position: center center !important;
  background-size: cover !important;
}
.banner__read-more__bg:before {
  content: "";
  display: block;
  padding-top: 36.462882%;
}
.banner__read-more__bg img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media screen and (max-width: 767px) {
  .banner__read-more__bg {
    background-image: url(../img/banner-overview-bg-sp.jpg);
  }
  .banner__read-more__bg:before {
    padding-top: 76.41791%;
  }
}

.banner__read-more__box {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  padding-top: 20px;
}
@media screen and (max-width: 767px) {
  .banner__read-more__box {
    padding-top: 40px;
  }
}

.banner__read-more__title {
  color: #fff;
  font-size: 38px;
  font-weight: bold;
  letter-spacing: 0.2em;
  text-align: center;
  margin-bottom: 60px;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.6);
}
@media screen and (max-width: 767px) {
  .banner__read-more__title {
    font-size: 24px;
  }
}

/*-------------------------------
loading
-------------------------------*/
#loadingWrap {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  width: 100%;
  height: 100vh;
  background: #fff;
}

#loading {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1001;
  width: 5em;
  height: 5em;
  margin: auto;
  border-top: 1em solid rgba(255, 255, 255, 0.2);
  border-right: 1em solid rgba(255, 255, 255, 0.2);
  border-bottom: 1em solid rgba(255, 255, 255, 0.2);
  border-left: 1em solid rgb(255, 255, 255);
  border-radius: 50%;
  -webkit-animation: loaderAnime 1s infinite linear;
          animation: loaderAnime 1s infinite linear;
}

@-webkit-keyframes loaderAnime {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes loaderAnime {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
.loadingNone {
  -webkit-animation: loadingAnime 1s forwards;
          animation: loadingAnime 1s forwards;
}

@-webkit-keyframes loadingAnime {
  0% {
    opacity: 1;
    z-index: 1001;
  }
  99% {
    opacity: 0;
  }
  100% {
    display: none;
    opacity: 0;
    z-index: -10;
  }
}

@keyframes loadingAnime {
  0% {
    opacity: 1;
    z-index: 1001;
  }
  99% {
    opacity: 0;
  }
  100% {
    display: none;
    opacity: 0;
    z-index: -10;
  }
}
/*-------------------------------
ページトップボタン
-------------------------------*/
.js-scroll-fadein {
  visibility: hidden;
  bottom: -50px;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.js-scroll-fadein.is-fadein {
  visibility: visible;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  bottom: 17px;
}

.arrow {
  position: fixed;
  right: 30px;
  color: #fff;
  cursor: pointer;
  background-color: #fff;
  border: #000 1px solid;
  border-radius: 50%;
  padding: 32px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  z-index: 100;
}
.arrow:hover {
  opacity: 0.8;
  bottom: 21px;
}
.arrow:before {
  content: "";
  width: 22px;
  height: 22px;
  border-top: solid 3px #000;
  border-right: solid 3px #000;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  position: absolute;
  top: 27px;
  left: 20px;
}

@media screen and (max-width: 767px) {
  .js-scroll-fadein {
    bottom: -30px;
  }
  .js-scroll-fadein.is-fadein {
    bottom: 15px;
  }

  .arrow {
    right: 17px;
    padding: 24px;
  }
  .arrow:hover {
    bottom: 15px;
  }
  .arrow:before {
    width: 15px;
    height: 15px;
    top: 21px;
    left: 16px;
  }
}
/*-------------------------------
gloval-menu
-------------------------------*/
.drawer-menu__hamburger__wrapper {
  width: 50px;
}

.drawer-menu__hamburger__wrapper p {
  color: #000;
  margin-top: -15px;
  font-size: 12px;
  text-align: center;
}

.drawer-menu__hamburger {
  position: relative;
  width: 50px;
  height: 50px;
  outline: none;
  background-color: transparent;
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  cursor: pointer;
  z-index: 10;
}

.drawer-menu__hamburger__line {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 25px;
  height: 2px;
  margin: auto;
  background-color: #727171;
  -webkit-transition: inherit;
  transition: inherit;
}
.drawer-menu__hamburger__line::before, .drawer-menu__hamburger__line::after {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: inherit;
  content: "";
  -webkit-transition: inherit;
  transition: inherit;
}
.drawer-menu__hamburger__line::before {
  top: -8px;
}
.drawer-menu__hamburger__line::after {
  top: 8px;
}

.drawer-menu__hamburger[aria-expanded=true] .drawer-menu__hamburger__line {
  background-color: transparent;
}
.drawer-menu__hamburger[aria-expanded=true] .drawer-menu__hamburger__line::before, .drawer-menu__hamburger[aria-expanded=true] .drawer-menu__hamburger__line::after {
  top: 0;
  background-color: #fff;
}
.drawer-menu__hamburger[aria-expanded=true] .drawer-menu__hamburger__line::before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.drawer-menu__hamburger[aria-expanded=true] .drawer-menu__hamburger__line::after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.drawer-menu__global-menu {
  display: none;
  opacity: 0;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 500;
  width: 100vw;
  height: 100vh;
  padding-bottom: 200px;
  background: #000;
  color: #000;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  -webkit-animation: drawer-menu__global-menu__opacity--re 0.3s forwards;
          animation: drawer-menu__global-menu__opacity--re 0.3s forwards;
  /* @include mq('sp') {
  	overflow-y: scroll;
  	-webkit-overflow-scrolling: touch;
  } */
}

.drawer-menu__global-menu__bg {
  position: fixed;
  width: 40vw;
  height: 100vh;
}

.drawer-menu__title {
  position: absolute;
  top: 105px;
  left: 110px;
  z-index: 5;
  font-size: 24px;
  letter-spacing: 0.16em;
  padding-left: 15px;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
}
.drawer-menu__title::before {
  content: "";
  position: absolute;
  background-color: #000;
  width: 4px;
  height: 113px;
  top: 0;
  left: 0;
}

.drawer-menu__privacy a {
  font-family: "Noto Serif CJK JP", serif;
  position: absolute;
  top: 50px;
  right: 200px;
  color: #727171;
  font-size: 20px;
  letter-spacing: 0.1em;
}

.drawer-menu__list {
  margin-bottom: 15px;
  margin-left: 46vw;
  padding: 10vh 50px 0;
  z-index: 500;
}

.drawer-menu__list li {
  list-style: none;
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 12px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.drawer-menu__list li a {
  display: table;
  position: relative;
  color: transparent;
  line-height: 3.5;
  text-decoration: none;
  vertical-align: top;
}

.drawer-menu__list__wrapper {
  display: table;
  position: relative;
}

.is-drawerActive .drawer-menu__global-menu {
  -webkit-animation: drawer-menu__global-menu__opacity 0.3s forwards;
          animation: drawer-menu__global-menu__opacity 0.3s forwards;
}
.is-drawerActive .drawer-menu__list__default {
  -webkit-transition: clip 0.7s ease-out;
  transition: clip 0.7s ease-out;
  -webkit-animation: drawer-menu__list-fadeIn 0.7s forwards cubic-bezier(0.25, 0.46, 0.45, 0.94);
          animation: drawer-menu__list-fadeIn 0.7s forwards cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.is-drawerActive .drawer-menu__list__overlay {
  -webkit-animation: drawer-menu__list-translate 0.7s forwards cubic-bezier(0.25, 0.46, 0.45, 0.94);
          animation: drawer-menu__list-translate 0.7s forwards cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

@-webkit-keyframes drawer-menu__global-menu__opacity {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes drawer-menu__global-menu__opacity {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes drawer-menu__global-menu__opacity--re {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes drawer-menu__global-menu__opacity--re {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes drawer-menu__list-fadeIn {
  0% {
    opacity: 0;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  15% {
    opacity: 0;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(-20px);
            transform: translateX(-20px);
  }
}
@keyframes drawer-menu__list-fadeIn {
  0% {
    opacity: 0;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  15% {
    opacity: 0;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(-20px);
            transform: translateX(-20px);
  }
}
@-webkit-keyframes drawer-menu__list-fadeOut {
  0% {
    opacity: 1;
    -webkit-transform: translateX(-20px);
            transform: translateX(-20px);
  }
  50% {
    opacity: 1;
    -webkit-transform: translateX(-20px);
            transform: translateX(-20px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@keyframes drawer-menu__list-fadeOut {
  0% {
    opacity: 1;
    -webkit-transform: translateX(-20px);
            transform: translateX(-20px);
  }
  50% {
    opacity: 1;
    -webkit-transform: translateX(-20px);
            transform: translateX(-20px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@-webkit-keyframes drawer-menu__list-translate {
  0% {
    opacity: 0;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  15% {
    opacity: 0;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    opacity: 0.2;
    -webkit-transform: translateX(-20px);
            transform: translateX(-20px);
  }
}
@keyframes drawer-menu__list-translate {
  0% {
    opacity: 0;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  15% {
    opacity: 0;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    opacity: 0.2;
    -webkit-transform: translateX(-20px);
            transform: translateX(-20px);
  }
}
.drawer-menu__list__default {
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: translateX(0);
          transform: translateX(0);
  clip: rect(0 0 120px 0);
  height: 100%;
  color: #fff;
  line-height: 2;
  white-space: nowrap;
  -webkit-transition: clip 0.5s;
  transition: clip 0.5s;
  -webkit-animation: drawer-menu__list-fadeOut 0.7s forwards;
          animation: drawer-menu__list-fadeOut 0.7s forwards;
}
.drawer-menu__list__default:after {
  display: block;
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  -webkit-transform: scale(0, 1);
          transform: scale(0, 1);
  -webkit-transform-origin: right top;
          transform-origin: right top;
  height: 2px;
  background: #fff;
  content: "";
  -webkit-transition: -webkit-transform 0.2s;
  transition: -webkit-transform 0.2s;
  transition: transform 0.2s;
  transition: transform 0.2s, -webkit-transform 0.2s;
}
.drawer-menu__list__default:hover:after {
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
  -webkit-transform-origin: left top;
          transform-origin: left top;
}

.drawer-menu__list__overlay {
  display: block;
  opacity: 0;
  -webkit-transform: translateX(0);
          transform: translateX(0);
  color: #fff;
  line-height: 2;
}

.drawer-menu__list__en {
  font-family: "Noto Serif CJK JP", serif;
  font-size: 42px;
  font-weight: 400;
  letter-spacing: 0.1em;
  margin-right: 20px;
}

.drawer-menu__list__jp {
  font-family: "Noto Serif CJK JP", serif;
  font-size: 20px;
  letter-spacing: 0.14em;
}

.drawer-menu__list li.drawer-menu__contact {
  margin: 40px 0;
}

.drawer-menu__contact img {
  width: auto;
}

.drawer-menu__list li.drawer-menu__others a {
  display: inline;
  color: inherit;
  line-height: inherit;
  vertical-align: inherit;
}

.drawer-menu__list li.drawer-menu__others .drawer-menu__list__default:hover:after {
  display: none;
}

.drawer-menu__tel {
  color: #fff;
  font-size: 26px;
  line-height: 1.1;
  letter-spacing: 0.1em;
}

.drawer-menu__tel span {
  font-size: 42px;
  font-weight: bold;
}

.drawer-menu__time {
  color: #fff;
  font-size: 16px;
}

.drawer-menu__global-menu__links {
  padding: 0 30px;
}

.drawer-menu__global-menu__tel {
  width: 350px;
  max-width: 100%;
  margin-top: 15px;
  margin-bottom: 12px;
  font-size: 36px;
  font-weight: bold;
  text-align: center;
}
.drawer-menu__global-menu__tel a {
  max-width: 100%;
  padding: 0 0;
  border: 2px solid #34489b;
  border-radius: 50px;
  color: #34489b;
}

.drawer-menu__global-menu__tel__button {
  margin-top: 20px;
  margin-bottom: 15px;
  text-align: center;
}

.drawer-menu__global-menu__tel__btn {
  position: relative;
  width: 350px;
  max-width: 100%;
  padding-bottom: 2px;
  border: 2px solid #34489b;
  border-radius: 55px;
  background-color: #fff;
  color: #34489b;
  font-size: 36px;
  font-weight: bold;
  line-height: 1.4;
}

.drawer-menu__global-menu__form__button {
  text-align: center;
}

.drawer-menu__global-menu__form__btn {
  position: relative;
  width: 350px;
  max-width: 100%;
  padding: 15px 0;
  border-radius: 55px;
  background: -webkit-gradient(linear, left top, right top, from(#0b145e), to(#6a7ec1));
  background: linear-gradient(to right, #0b145e, #6a7ec1);
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 0.05em;
}
.drawer-menu__global-menu__form__btn:before {
  display: inline-block;
  width: 22px;
  height: 17px;
  margin-right: 10px;
  background: url(../img/mail.png) no-repeat;
  background-size: 90%;
  vertical-align: middle;
  content: "";
}

@media screen and (max-width: 1025px) {
  .drawer-menu__hamburger__line {
    background-color: #fff;
    -webkit-transition: inherit;
    transition: inherit;
  }
  .drawer-menu__hamburger__line.is-colored {
    background-color: #727171;
  }

  .drawer-menu__privacy a {
    position: relative;
    top: 0;
    right: 0;
    margin-left: 133px;
    font-size: 18px;
  }

  .drawer-menu__twitter {
    position: absolute;
    top: 50px;
    left: 132px;
    width: 100px;
  }

  .drawer-menu__twitter span:nth-child(1) img {
    width: 27px;
    margin-right: 10px;
  }

  .drawer-menu__twitter span:nth-child(2) img {
    width: 32px;
  }

  .drawer-menu__list {
    margin-left: 0;
    padding: 120px 20px 0 150px;
  }

  .drawer-menu__list li {
    list-style: none;
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 45px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }

  .drawer-menu__list li a {
    display: table;
    position: relative;
    color: transparent;
    line-height: 3.5;
    text-decoration: none;
    vertical-align: top;
  }

  .drawer-menu__list__wrapper {
    display: table;
    position: relative;
  }

  .drawer-menu__list__default {
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transform: translateX(0);
            transform: translateX(0);
    clip: rect(0 0 120px 0);
    height: 100%;
    color: #fff;
    line-height: 1;
    white-space: nowrap;
    -webkit-transition: clip 0.5s;
    transition: clip 0.5s;
  }
  .drawer-menu__list__default:after {
    display: block;
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    -webkit-transform: scale(0, 1);
            transform: scale(0, 1);
    -webkit-transform-origin: right top;
            transform-origin: right top;
    width: 100%;
    height: 2px;
    background: #ffffff;
    content: "";
    -webkit-transition: -webkit-transform 0.2s;
    transition: -webkit-transform 0.2s;
    transition: transform 0.2s;
    transition: transform 0.2s, -webkit-transform 0.2s;
  }
  .drawer-menu__list__default:hover:after {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
    -webkit-transform-origin: left top;
            transform-origin: left top;
  }

  .drawer-menu__list__overlay {
    display: block;
    opacity: 0;
    -webkit-transform: translateX(0);
            transform: translateX(0);
    color: #fff;
    line-height: 1;
  }

  .drawer-menu__list__en {
    font-size: 36px;
  }

  .drawer-menu__list__jp {
    font-size: 18px;
  }

  .drawer-menu__global-menu__links {
    padding: 0 30px;
  }

  .drawer-menu__global-menu__tel {
    width: 350px;
    max-width: 100%;
    margin-top: 15px;
    margin-bottom: 12px;
    font-size: 36px;
    font-weight: bold;
    text-align: center;
  }
  .drawer-menu__global-menu__tel a {
    max-width: 100%;
    padding: 0 0;
    border: 2px solid #34489b;
    border-radius: 50px;
    color: #34489b;
  }

  .drawer-menu__global-menu__tel__button {
    margin-top: 20px;
    margin-bottom: 15px;
    text-align: center;
  }

  .drawer-menu__global-menu__tel__btn {
    position: relative;
    width: 350px;
    max-width: 100%;
    padding-bottom: 2px;
    border: 2px solid #34489b;
    border-radius: 55px;
    background-color: #fff;
    color: #34489b;
    font-size: 36px;
    font-weight: bold;
    line-height: 1.4;
  }

  .drawer-menu__global-menu__form__button {
    text-align: center;
  }

  .drawer-menu__global-menu__form__btn {
    position: relative;
    width: 350px;
    max-width: 100%;
    padding: 15px 0;
    border-radius: 55px;
    background: -webkit-gradient(linear, left top, right top, from(#0b145e), to(#6a7ec1));
    background: linear-gradient(to right, #0b145e, #6a7ec1);
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    letter-spacing: 0.05em;
  }
  .drawer-menu__global-menu__form__btn:before {
    display: inline-block;
    width: 22px;
    height: 17px;
    margin-right: 10px;
    background: url(../img/mail.png) no-repeat;
    background-size: 90%;
    vertical-align: middle;
    content: "";
  }
}
@media screen and (max-width: 767px) {
  .drawer-menu__privacy a {
    margin-left: 40px;
    font-size: 14px;
  }

  .drawer-menu__twitter {
    position: absolute;
    top: 27px;
    left: 39px;
    width: 100px;
  }

  .drawer-menu__list {
    padding: 80px 20px 0 60px;
  }

  .drawer-menu__list li {
    font-size: 24px;
    margin-bottom: 25px;
  }

  .drawer-menu__list__en {
    font-size: 25px;
  }

  .drawer-menu__list__jp {
    font-size: 13px;
  }

  .drawer-menu__list li.drawer-menu__contact {
    margin: 30px 0;
  }

  .drawer-menu__tel {
    font-size: 20px;
  }

  .drawer-menu__tel span {
    font-size: 34px;
    line-height: 1.2;
  }

  .drawer-menu__time {
    font-size: 13px;
  }
}
@media screen and (max-width: 370px) {
  .drawer-menu__tel {
    font-size: 16px;
  }

  .drawer-menu__tel span {
    font-size: 28px;
  }

  .drawer-menu__time {
    font-size: 11px;
  }
}
/*-------------------------------
header
-------------------------------*/
.header {
  position: fixed;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  color: #fff;
  font-size: 24px;
  font-family: serif;
  z-index: 500;
}

.header-menu {
  position: absolute;
  top: 40px;
  right: 35px;
  text-align: right;
}

.header-menu__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 -10px 8px 0;
}

.header-menu__contact {
  font-size: 14px;
  margin-bottom: 5px;
}

.header-menu__contact a {
  color: #727171;
}

.header-menu__twitter span:nth-child(1) img {
  width: 30.6px;
  margin-right: 5px;
}

.header-menu__twitter span:nth-child(2) img {
  width: 35px;
}

.header-menu__menu-close {
  color: #727171;
  font-size: 24px;
  font-family: "Noto Serif CJK JP", serif;
  z-index: 10;
}

@media screen and (max-width: 1150px) {
  .header-menu {
    right: 25px;
  }
}
@media screen and (max-width: 1025px) {
  .header__heading {
    margin: 0;
  }

  .header__subtitle {
    color: #000;
    font-size: 12px;
    margin-bottom: 5px;
  }

  .header-menu {
    top: 10px;
    right: 30px;
  }

  .header-menu__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }

  .header-menu__contact {
    font-size: 14px;
    padding-right: 25px;
    margin-bottom: 10px;
  }

  .header-menu__twitter {
    padding-right: 20px;
  }

  .header-menu__twitter img {
    width: 24px;
  }

  .header-menu__menu-close {
    color: #333;
    font-size: 20px;
    font-family: "Noto Serif CJK JP", serif;
    z-index: 10;
  }
}
/*-------------------------------
mainvisual
-------------------------------*/
.top-mainvisual {
  position: relative;
  width: 85.5%;
}

.top-mainvisual-images {
  position: relative;
  height: 960px;
  background-color: #fff;
  overflow: hidden;
}
.top-mainvisual-images img {
  position: absolute;
  height: 960px;
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
  clip: rect(0 2000px 1000px 0);
  -webkit-transition: clip 0.8s, left 0.8s, -webkit-transform 10s;
  transition: clip 0.8s, left 0.8s, -webkit-transform 10s;
  transition: clip 0.8s, left 0.8s, transform 10s;
  transition: clip 0.8s, left 0.8s, transform 10s, -webkit-transform 10s;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover;";
}
.top-mainvisual-images img.is-zoomout {
  -webkit-animation: scale-down 7s linear forwards;
          animation: scale-down 7s linear forwards;
}

@-webkit-keyframes scale-down {
  0% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@keyframes scale-down {
  0% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
.top-mainvisual__heading {
  position: absolute;
  top: 105px;
  left: 110px;
  z-index: 5;
  opacity: 1;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.top-mainvisual__heading:hover {
  opacity: 0.6;
}

.top-mainvisual__title {
  position: relative;
  color: #fff;
  font-size: 24px;
  line-height: 1.75;
  letter-spacing: 0.16em;
  padding-left: 15px;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
}
.top-mainvisual__title::before {
  content: "";
  position: absolute;
  background-color: #fff;
  width: 3.85px;
  height: 113px;
  top: 0;
  left: 0;
}

.top-mainvisual__catch {
  position: absolute;
  top: 58%;
  left: 9%;
  z-index: 5;
}

.top-mainvisual__catch img {
  width: auto;
}

.progress {
  position: absolute;
  bottom: 40px;
  left: 8.5%;
  right: 0;
  width: 70%;
  height: 1px;
  margin-bottom: 2rem;
  background: #ffffff;
  z-index: 5;
}
.progress:before {
  content: "";
  display: block;
  width: 0;
  height: 100%;
  background: #000;
}
.progress.is-animating:before {
  -webkit-animation: progress 4.1s linear forwards;
          animation: progress 4.1s linear forwards;
}

@-webkit-keyframes progress {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}

@keyframes progress {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}
@media screen and (max-width: 1025px) {
  .top-mainvisual {
    width: 100%;
  }

  .top-mainvisual-images {
    height: 743px;
  }
  .top-mainvisual-images img {
    height: 743px;
  }

  .top-mainvisual__heading {
    top: 27px;
    left: 8%;
  }

  .top-mainvisual__title {
    font-size: 20px;
  }
  .top-mainvisual__title::before {
    height: 92px;
  }

  .top-mainvisual__catch {
    width: 475px;
    max-width: 100%;
    top: 38%;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    z-index: 5;
  }

  .progress {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .top-mainvisual-images {
    height: 543px;
  }
  .top-mainvisual-images img {
    height: 543px;
  }

  .top-mainvisual__title {
    font-size: 12px;
    line-height: 1.750405186;
  }
  .top-mainvisual__title::before {
    width: 2px;
    height: 56px;
  }

  .top-mainvisual__catch {
    width: 275px;
    top: 36%;
  }
}
/*-------------------------------
child-mainvisual
-------------------------------*/
.child-mainvisual {
  position: relative;
  width: 85.5%;
}

.child-mainvisual-images {
  position: relative;
  height: 563px;
  background-color: #fff;
  overflow: hidden;
}
.child-mainvisual-images img {
  position: absolute;
  height: 563px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center left;
     object-position: center left;
  font-family: "object-fit: cover; object-position: center left;";
}

.child-mainvisual__catch {
  position: absolute;
  top: 31%;
  left: 6%;
  z-index: 5;
}

.child-mainvisual__catch__en {
  position: relative;
  font-family: "Noto Serif CJK JP", serif;
  color: #fff;
  font-size: 42px;
  letter-spacing: 0.16em;
  padding-left: 18px;
  margin-bottom: 30px;
}

.child-mainvisual__catch__jp {
  position: relative;
  font-family: "Noto Serif CJK JP", serif;
  color: #fff;
  font-size: 24px;
  letter-spacing: 0.1em;
}
.child-mainvisual__catch__jp:before {
  content: "";
  position: absolute;
  width: 283px;
  height: 1px;
  background-color: #fff;
  top: -25px;
  left: 0;
}

@media screen and (max-width: 1025px) {
  .child-mainvisual {
    width: 100%;
  }

  .child-mainvisual-images {
    height: 463px;
  }
  .child-mainvisual-images img {
    height: 463px;
  }

  .child-mainvisual__heading {
    top: 27px;
    left: 8%;
  }

  .child-mainvisual__title {
    font-size: 20px;
    line-height: 1.5;
  }
  .child-mainvisual__title::before {
    height: 92px;
  }

  .child-mainvisual__catch {
    top: 21%;
  }
}
@media screen and (max-width: 767px) {
  .child-mainvisual-images {
    height: 330px;
  }
  .child-mainvisual-images img {
    height: 330px;
  }

  .child-mainvisual__title {
    font-size: 18px;
    line-height: 1.5;
  }
  .child-mainvisual__title::before {
    height: 82px;
  }

  .child-mainvisual__catch {
    position: absolute;
    top: 17%;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    text-align: center;
  }

  .child-mainvisual__catch__en {
    font-size: 18px;
    padding-left: 0;
    margin-bottom: 15px;
  }

  .child-mainvisual__catch__jp {
    font-size: 14px;
  }
  .child-mainvisual__catch__jp:before {
    content: "";
    position: absolute;
    width: 140px;
    height: 1px;
    background-color: #fff;
    top: -10px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
/*-------------------------------
scroll
-------------------------------*/
.scroll {
  position: absolute;
  display: inline-block;
  right: 15px;
  bottom: 30px;
  z-index: 2;
  padding: 160px 10px 0;
  overflow: hidden;
  color: #000;
  font-size: 12px;
  font-family: "Noto Serif CJK JP", serif;
  font-weight: 300;
  line-height: 1;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  text-decoration: none;
  -webkit-writing-mode: vertical-lr;
      -ms-writing-mode: tb-lr;
          writing-mode: vertical-lr;
}
.scroll:before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  width: 1px;
  height: 150px;
  background: #000;
  -webkit-animation: sdl 1.5s cubic-bezier(1, 0, 0, 1) infinite;
          animation: sdl 1.5s cubic-bezier(1, 0, 0, 1) infinite;
}
@-webkit-keyframes sdl {
  0% {
    -webkit-transform: scale(1, 0);
            transform: scale(1, 0);
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
  }
  50% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
  }
  50.1% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
    -webkit-transform-origin: 0 100%;
            transform-origin: 0 100%;
  }
  100% {
    -webkit-transform: scale(1, 0);
            transform: scale(1, 0);
    -webkit-transform-origin: 0 100%;
            transform-origin: 0 100%;
  }
}
@keyframes sdl {
  0% {
    -webkit-transform: scale(1, 0);
            transform: scale(1, 0);
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
  }
  50% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
  }
  50.1% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
    -webkit-transform-origin: 0 100%;
            transform-origin: 0 100%;
  }
  100% {
    -webkit-transform: scale(1, 0);
            transform: scale(1, 0);
    -webkit-transform-origin: 0 100%;
            transform-origin: 0 100%;
  }
}
@media screen and (max-width: 1025px) {
  .scroll {
    display: none;
  }
}

/*-------------------------------
fixed
-------------------------------*/
.fixed {
  position: fixed;
  background: #fff;
  bottom: 0;
  left: 0;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  z-index: 100;
}

.fixed a {
  width: 50%;
  background: #000;
  color: #fff;
  text-align: center;
  padding: 17px 5px;
}

.fixed a:first-child {
  border-right: 1px solid #fff;
}

.fixed img {
  height: 27px;
}

/*-------------------------------
breadcrumbs
-------------------------------*/
.breadcrumbs {
  position: relative;
  font-family: "Noto Serif CJK JP", serif;
  font-size: 14px;
  letter-spacing: 0.16em;
  padding: 20px 0 0 90px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.breadcrumbs li {
  margin-right: 5px;
}
.breadcrumbs li:after {
  content: ">";
  margin: 0 5px;
}
.breadcrumbs li:last-child {
  margin-right: 0;
}
.breadcrumbs li:last-child:after {
  content: "";
  margin: 0;
}

@media screen and (max-width: 1025px) {
  .breadcrumbs {
    padding: 10px 0 0 40px;
  }
}
@media screen and (max-width: 767px) {
  .breadcrumbs {
    padding: 13px 0 0 20px;
  }

  .breadcrumbs li:after {
    margin: 0 3px;
  }
}
/*-------------------------------
top-banner
-------------------------------*/
.top-banner {
  padding: 40px 30px;
}

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

.top-banner__img img {
  width: auto;
}

@media screen and (max-width: 767px) {
  .top-banner {
    padding: 30px 20px;
  }
}
/*-------------------------------
top-philosophy
-------------------------------*/
.top-philosophy {
  position: relative;
  padding: 135px 0;
}

.top-philosophy__bg1 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 595px;
  background-color: #EFEFEF;
}

.top-philosophy__grid {
  position: relative;
  display: grid;
  grid-template-rows: 53px 70px auto auto auto;
  grid-template-columns: 20% 41% 3% 19% 13%;
}

.top-philosophy__bg2 {
  grid-row: 2/4;
  grid-column: 2/5;
  height: 92px;
  border: 1px solid #727171;
}

.top-philosophy__img {
  grid-row: 1/5;
  grid-column: 1/4;
}

.top-philosophy__content {
  grid-row: 3/5;
  grid-column: 3/6;
  background-color: #191C19;
  padding: 50px 56px;
  opacity: 0.95;
}

.top-philosophy__content h2 {
  margin-bottom: 20px;
}

.top-philosophy__content h3 {
  margin-bottom: 24px;
}

.top-philosophy__content p {
  margin-bottom: 50px;
}

@media screen and (max-width: 1025px) {
  .top-philosophy {
    padding: 105px 0;
  }

  .top-philosophy__bg1 {
    height: 375px;
  }

  .top-philosophy__grid {
    display: block;
  }

  .top-philosophy__img {
    width: 95%;
  }

  .top-philosophy__content {
    position: relative;
    width: 80%;
    margin: -30px auto 0;
  }

  .top-philosophy__content h2 {
    margin-bottom: 20px;
  }

  .top-philosophy__content h3 {
    margin-bottom: 24px;
  }

  .top-philosophy__content p {
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 767px) {
  .top-philosophy {
    padding: 45px 0;
  }

  .top-philosophy__content {
    padding: 30px 20px;
    margin: -20px auto 0;
  }

  .top-philosophy__content h2 {
    margin-bottom: 10px;
  }

  .top-philosophy__content h3 {
    margin-bottom: 14px;
  }

  .top-philosophy__content p {
    margin-bottom: 30px;
  }
}
/*-------------------------------
top-services
-------------------------------*/
.top-services {
  position: relative;
  padding: 0 0 104px;
}

.top-services__grid {
  position: relative;
  width: 100%;
  display: grid;
  grid-template-rows: 101px 45px auto auto auto;
  grid-template-columns: 8% 9% 9% 16% 46% 12%;
}

.top-services__img {
  grid-row: 1/4;
  grid-column: 4/7;
  z-index: 1;
}

.top-services__content {
  grid-row: 2/4;
  grid-column: 2/5;
  background-color: #191C19;
  padding: 50px 46px;
  opacity: 0.95;
  z-index: 2;
}

.top-services__content h2 {
  margin-bottom: 20px;
}

.top-services__content h3 {
  margin-bottom: 24px;
}

.top-services__content p {
  margin-bottom: 50px;
}

.top-services__content2 {
  grid-row: 3/6;
  grid-column: 3/6;
  background-color: #EFEFEF;
  padding: 340px 20px 50px 50%;
}

.top-services__content2__box {
  border-left: 1px solid #727171;
  padding-left: 28px;
  margin-left: -28px;
}

.top-services__content2 h4 {
  font-size: 26px;
  letter-spacing: 0.1em;
  font-family: "Noto Serif CJK JP", serif;
  margin-bottom: 24px;
}

.top-services__content2 p {
  line-height: 2.3125;
  letter-spacing: 0.1em;
  margin-bottom: 40px;
}

@media screen and (max-width: 2250px) {
  .top-services__content2 {
    padding: 480px 20px 50px 50%;
  }
}
@media screen and (max-width: 2050px) {
  .top-services__content2 {
    padding: 420px 20px 50px 50%;
  }
}
@media screen and (max-width: 1850px) {
  .top-services__content2 {
    padding: 360px 20px 50px 50%;
  }
}
@media screen and (max-width: 1450px) {
  .top-services__content2 {
    padding: 260px 20px 50px 50%;
  }
}
@media screen and (max-width: 1200px) {
  .top-services__content2 {
    padding: 220px 20px 50px 50%;
  }
}
@media screen and (max-width: 1025px) {
  .top-services__grid {
    display: block;
  }

  .top-services__img {
    width: 95%;
    margin-left: auto;
  }

  .top-services__content {
    width: 80%;
    margin: -30px auto 0;
    padding: 50px 46px;
  }

  .top-services__bg {
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 85%;
    height: 1000px;
    background-color: #EFEFEF;
    z-index: -1;
  }

  .top-services__content2 {
    width: 85%;
    margin: 0 auto;
    padding: 6.5% 20px 50px;
  }

  .top-services__content2__box {
    border-left: 1px solid #727171;
    padding-left: 15px;
    margin-left: 0;
  }

  .top-services__content2 h4 {
    font-size: 26px;
    letter-spacing: 0.1em;
    font-family: "Noto Serif CJK JP", serif;
    margin-bottom: 24px;
  }

  .top-services__content2 p {
    line-height: 2.3125;
    letter-spacing: 0.1em;
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 767px) {
  .top-services {
    padding: 0 0 45px;
  }

  .top-services__content {
    padding: 30px 20px;
  }

  .top-services__content h2 {
    margin-bottom: 10px;
  }

  .top-services__content h3 {
    margin-bottom: 14px;
  }

  .top-services__content p {
    margin-bottom: 30px;
  }

  .top-services__content2 {
    padding: 7.5% 20px 50px;
  }

  .top-services__content2__box {
    border-left: 1px solid #727171;
    padding-left: 15px;
    margin-left: 0;
  }

  .top-services__content2 h4 {
    font-size: 20px;
    margin-bottom: 14px;
  }

  .top-services__content2 p {
    font-size: 14px;
    line-height: 1.5;
    margin-bottom: 30px;
  }
}
/*-------------------------------
full-support
-------------------------------*/
.full-support {
  position: relative;
  padding: 120px 0 160px;
}

.full-support__bg {
  position: absolute;
  background-color: #EFEFEF;
  width: 100%;
  top: 31%;
  bottom: 0;
  left: 0;
  z-index: -1;
}

.full-support__image {
  text-align: right;
}

.full-support__image img {
  width: auto;
}

.full-support__container {
  width: 1350px;
  max-width: 100%;
  padding: 0 30px;
  margin: -270px auto 0;
}

.full-support__content {
  padding: 50px 100px 128px;
  background-color: #fff;
}

.full-support__title {
  font-family: "Noto Serif CJK JP", serif;
  font-size: 37px;
  line-height: 2.01768015;
  letter-spacing: 0.1em;
  margin-bottom: 70px;
}

.full-support__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.full-support__text {
  width: 48%;
  line-height: 2.5625;
  letter-spacing: 0.1em;
}

@media screen and (max-width: 1400px) {
  .full-support__image img {
    width: 650px;
  }
}
@media screen and (max-width: 1300px) {
  .full-support__image img {
    width: 550px;
  }
}
@media screen and (max-width: 1200px) {
  .full-support__image img {
    width: 450px;
  }
}
@media screen and (max-width: 1100px) {
  .full-support__image img {
    width: 400px;
  }
}
@media screen and (max-width: 1025px) {
  .full-support {
    padding: 60px 0 160px;
  }

  .full-support__bg {
    top: 11%;
  }

  .full-support__image {
    text-align: left;
  }

  .full-support__image img {
    width: 96%;
  }
  .full-support__container {
    margin: 0 auto 0;
  }

  .full-support__box {
    display: block;
  }

  .full-support__text {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .full-support {
    padding: 40px 0;
  }

  .full-support__bg {
    top: 9%;
  }

  .full-support__container {
    padding: 0 20px;
  }

  .full-support__content {
    padding: 30px 15px 40px;
  }

  .full-support__title {
    font-size: 20px;
    line-height: 1.75;
    margin-bottom: 30px;
  }

  .full-support__text {
    font-size: 14px;
    line-height: 2.285714286;
    margin-bottom: 20px;
  }
  .full-support__text:last-child {
    margin-bottom: 0;
  }
}
/*-------------------------------
partner
-------------------------------*/
.partner {
  position: relative;
  background-color: #EFEFEF;
  padding: 120px 0 130px;
}

.partner__image {
  position: absolute;
  width: 100%;
  top: 0;
  z-index: 0;
}

.partner__image img {
  width: 100%;
}

.partner__container {
  position: relative;
  width: 1350px;
  max-width: 100%;
  padding: 22.5% 30px 0;
  margin: 0 auto;
  z-index: 1;
}

.partner__content {
  padding: 85px 100px 70px;
  background-color: #fff;
}

.partner__title {
  font-family: "Noto Serif CJK JP", serif;
  font-size: 37px;
  line-height: 1.749799089;
  letter-spacing: 0.1em;
  margin-bottom: 50px;
}

.partner__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.partner__text {
  width: 48%;
  line-height: 2.5625;
  letter-spacing: 0.1em;
}

@media screen and (max-width: 1025px) {
  .partner {
    padding: 60px 0 70px;
  }

  .partner__box {
    display: block;
  }

  .partner__text {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .partner {
    padding: 40px 0;
  }

  .partner__container {
    padding: 80% 20px 0;
  }

  .partner__content {
    padding: 30px 15px 40px;
  }

  .partner__title {
    font-size: 20px;
    line-height: 1.75;
    margin-bottom: 30px;
  }

  .partner__text {
    font-size: 14px;
    line-height: 2.285714286;
    margin-bottom: 20px;
  }
  .partner__text:last-child {
    margin-bottom: 0;
  }
}
/*-------------------------------
service-menu
-------------------------------*/
.service-menu {
  padding: 95px 0 110px;
}

.service-menu__container {
  width: 1403px;
  max-width: 100%;
  padding: 0 30px;
  margin: 0 auto;
}

.service-menu__title__en {
  font-family: "Noto Serif CJK JP", serif;
  font-size: 43px;
  letter-spacing: 0.16em;
  color: #AAABAB;
  padding-left: 35px;
  margin-bottom: 10px;
}

.service-menu__title {
  font-family: "Noto Serif CJK JP", serif;
  font-size: 35px;
  letter-spacing: 0.1em;
  padding-left: 35px;
  margin-bottom: 70px;
}

.service-menu__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0 50px;
  margin-bottom: 55px;
}

.service-menu__item {
  width: 30%;
}

.service-menu__item__image {
  text-align: center;
  margin-bottom: 40px;
}

.service-menu__item__image img {
  width: 70%;
}

.service-menu__item__title {
  font-size: 25px;
  letter-spacing: 0.1em;
  text-align: center;
  margin-bottom: 20px;
}

.service-menu__item__text {
  line-height: 2.3125;
  letter-spacing: 0.1em;
}

.service-menu__lists {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background-color: #EFEFEF;
  padding: 50px 60px 10px 60px;
}

.service-menu__list {
  width: 30%;
  margin-bottom: 30px;
}

.service-menu__list__title {
  position: relative;
  font-family: "Noto Serif CJK JP", serif;
  font-size: 25px;
  letter-spacing: 0.16em;
  padding-left: 30px;
  margin-bottom: 10px;
}
.service-menu__list__title:before {
  content: "";
  position: absolute;
  background-color: #7A6A56;
  width: 25px;
  height: 25px;
  top: 10px;
  left: 0;
  border-radius: 50%;
}

.service-menu__list__text {
  letter-spacing: 0.1em;
}

@media screen and (max-width: 1025px) {
  .service-menu__items {
    padding: 0;
  }

  .service-menu__lists {
    padding: 50px 30px 10px 30px;
  }
}
@media screen and (max-width: 767px) {
  .service-menu {
    padding: 45px 0 45px;
  }

  .service-menu__container {
    padding: 0 30px;
  }

  .service-menu__title__en {
    font-size: 23px;
    letter-spacing: 0.1em;
    padding-left: 0;
    margin-bottom: 0;
  }

  .service-menu__title {
    font-size: 21px;
    letter-spacing: 0.1em;
    padding-left: 0;
    margin-bottom: 20px;
  }

  .service-menu__items {
    display: block;
    padding: 0;
    margin-bottom: 55px;
  }

  .service-menu__item {
    width: 100%;
    margin-bottom: 30px;
  }
  .service-menu__item:last-child {
    margin-bottom: 0;
  }

  .service-menu__item__image {
    margin-bottom: 20px;
  }

  .service-menu__item__image img {
    width: 70%;
  }

  .service-menu__item__title {
    font-size: 23px;
    margin-bottom: 10px;
  }

  .service-menu__item__text {
    font-size: 14px;
    line-height: 2.285714286;
  }

  .service-menu__lists {
    display: block;
    margin: 0 -30px;
    padding: 30px 30px 10px 30px;
  }

  .service-menu__list {
    width: 100%;
    margin-bottom: 20px;
  }

  .service-menu__list__title {
    font-size: 21px;
    letter-spacing: 0.16em;
    padding-left: 26px;
    margin-bottom: 5px;
  }
  .service-menu__list__title:before {
    width: 21px;
    height: 21px;
    top: 8px;
  }

  .service-menu__list__text {
    line-height: 1.6875;
    letter-spacing: 0.1em;
  }
}
/*-------------------------------
labor-audit
-------------------------------*/
.labor-audit {
  position: relative;
  padding: 120px 0 130px;
}

.labor-audit__title {
  position: absolute;
  top: 140px;
  left: 8%;
  color: #fff;
  font-family: "Noto Serif CJK JP", serif;
  font-size: 32px;
  letter-spacing: 0.1em;
  background-color: #231815;
  z-index: 1;
  padding: 9px 25px 11px 110px;
}
.labor-audit__title:before {
  content: "";
  position: absolute;
  width: 100px;
  height: 1px;
  background-color: #fff;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.labor-audit__image {
  position: absolute;
  width: 100%;
  top: 0;
  z-index: 0;
}

.labor-audit__container {
  position: relative;
  width: 1400px;
  max-width: 100%;
  padding: 17.5% 30px 0;
  margin: 0 auto;
  z-index: 1;
}

.labor-audit__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.labor-audit__item {
  width: 31.5%;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
          box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  background-color: #fff;
  padding: 40px 30px 20px;
}

.labor-audit__item__title {
  font-family: "Noto Serif CJK JP", serif;
  font-size: 35px;
  text-align: center;
  margin-bottom: 30px;
}

.labor-audit__item__text {
  line-height: 2.3125;
  letter-spacing: 0.1em;
}

@media screen and (max-width: 1200px) {
  .labor-audit__title {
    top: 100px;
    left: 7%;
  }

  .labor-audit__container {
    padding: 15.5% 30px 0;
  }
}
@media screen and (max-width: 1100px) {
  .labor-audit__title {
    top: 60px;
    left: 6%;
  }

  .labor-audit__container {
    padding: 13.5% 30px 0;
  }
}
@media screen and (max-width: 1025px) {
  .labor-audit__container {
    padding: 11.5% 30px 0;
  }

  .labor-audit__items {
    display: block;
  }

  .labor-audit__item {
    width: 100%;
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 767px) {
  .labor-audit {
    padding: 40px 0 40px;
  }

  .labor-audit__title {
    top: 60px;
    left: 20px;
    font-size: 15px;
    padding: 6px 15px 8px 60px;
  }
  .labor-audit__title:before {
    width: 47px;
  }

  .labor-audit__container {
    padding: 75.5% 20px 0;
  }

  .labor-audit__item {
    padding: 40px 30px 10px;
    margin-bottom: 30px;
  }

  .labor-audit__item__title {
    font-size: 22px;
    margin-bottom: 20px;
  }
}
/*-------------------------------
ipo
-------------------------------*/
.ipo {
  position: relative;
  padding: 0 0 130px;
}

.ipo__title {
  position: absolute;
  top: 140px;
  left: 8%;
  color: #fff;
  font-family: "Noto Serif CJK JP", serif;
  font-size: 32px;
  letter-spacing: 0.1em;
  background-color: #231815;
  z-index: 1;
  padding: 9px 25px 11px 110px;
}
.ipo__title:before {
  content: "";
  position: absolute;
  width: 100px;
  height: 1px;
  background-color: #fff;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.ipo__image {
  position: relative;
  width: 100%;
}

.ipo__container {
  position: relative;
  width: 1400px;
  max-width: 100%;
  padding: 30px 30px 0;
  margin: 0 auto;
  z-index: 1;
}

.ipo__box__text {
  -webkit-columns: 2;
     -moz-columns: 2;
          columns: 2;
  -webkit-column-gap: 50px;
     -moz-column-gap: 50px;
          column-gap: 50px;
  line-height: 2.5625;
  letter-spacing: 0.1em;
  padding: 0 ​120px;
}

@media screen and (max-width: 1200px) {
  .ipo__title {
    top: 100px;
    left: 7%;
  }
}
@media screen and (max-width: 1100px) {
  .ipo__title {
    top: 60px;
    left: 6%;
  }
}
@media screen and (max-width: 1025px) {
  .ipo__items {
    display: block;
  }

  .ipo__item {
    width: 100%;
    margin-bottom: 50px;
  }

  .ipo__box__text {
    padding: 0 30px;
  }
}
@media screen and (max-width: 767px) {
  .ipo {
    padding: 40px 0 60px;
  }

  .ipo__title {
    top: 100px;
    left: 20px;
    font-size: 15px;
    padding: 6px 15px 8px 60px;
  }
  .ipo__title:before {
    width: 47px;
  }

  .ipo__container {
    padding: 20px 20px 0;
  }

  .ipo__items {
    margin-bottom: 35px;
  }

  .ipo__item {
    padding: 40px 30px 10px;
    margin-bottom: 30px;
  }

  .ipo__item__title {
    font-size: 22px;
    margin-bottom: 20px;
  }

  .ipo__box__text {
    -webkit-columns: 1;
       -moz-columns: 1;
            columns: 1;
    line-height: 2;
    padding: 0;
  }
}
/*-------------------------------
subsidy
-------------------------------*/
.subsidy {
  position: relative;
  padding: 120px 0 50px;
}

.subsidy__title {
  position: absolute;
  top: 140px;
  left: 8%;
  color: #fff;
  font-family: "Noto Serif CJK JP", serif;
  font-size: 32px;
  letter-spacing: 0.1em;
  background-color: #231815;
  z-index: 1;
  padding: 9px 25px 11px 110px;
}
.subsidy__title:before {
  content: "";
  position: absolute;
  width: 100px;
  height: 1px;
  background-color: #fff;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.subsidy__image {
  position: absolute;
  width: 100%;
  top: 0;
  z-index: 0;
}

.subsidy__container {
  position: relative;
  width: 1400px;
  max-width: 100%;
  padding: 17.5% 30px 0;
  margin: 0 auto;
  z-index: 1;
}

.subsidy__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 65px;
}

.subsidy__item {
  width: 31.5%;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
          box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  background-color: #fff;
  padding: 40px 40px 50px;
  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;
}

.subsidy__item__title {
  font-family: "Noto Serif CJK JP", serif;
  font-size: 35px;
  line-height: 1.523428571;
  text-align: center;
  margin-bottom: 5px;
}

.subsidy__item__subtitle {
  font-family: "Noto Serif CJK JP", serif;
  font-size: 21px;
  line-height: 1.586666667;
  text-align: center;
  margin-bottom: 25px;
}

.subsidy__item__text {
  line-height: 2.3125;
  letter-spacing: 0.1em;
}

.subsidy__box__text {
  -webkit-columns: 2;
     -moz-columns: 2;
          columns: 2;
  -webkit-column-gap: 50px;
     -moz-column-gap: 50px;
          column-gap: 50px;
  line-height: 2.5625;
  letter-spacing: 0.1em;
  padding: 0 120px;
}

@media screen and (max-width: 1200px) {
  .subsidy__title {
    top: 100px;
    left: 7%;
  }

  .subsidy__container {
    padding: 15.5% 30px 0;
  }
}
@media screen and (max-width: 1100px) {
  .subsidy__title {
    top: 60px;
    left: 6%;
  }

  .subsidy__container {
    padding: 13.5% 30px 0;
  }
}
@media screen and (max-width: 1025px) {
  .subsidy__container {
    padding: 11.5% 30px 0;
  }

  .subsidy__items {
    display: block;
  }

  .subsidy__item {
    width: 100%;
    margin-bottom: 50px;
  }

  .subsidy__box__text {
    padding: 0 30px;
  }
}
@media screen and (max-width: 767px) {
  .subsidy {
    padding: 40px 0 40px;
    background-color: #EFEFEF;
  }

  .subsidy__title {
    top: 60px;
    left: 20px;
    font-size: 15px;
    padding: 6px 15px 8px 60px;
  }
  .subsidy__title:before {
    width: 47px;
  }

  .subsidy__container {
    padding: 75.5% 20px 0;
  }

  .subsidy__items {
    margin-bottom: 35px;
  }

  .subsidy__item {
    padding: 30px 30px 20px;
    margin-bottom: 30px;
  }

  .subsidy__item__title {
    font-size: 22px;
    margin-bottom: 20px;
  }

  .subsidy__item__subtitle {
    font-size: 14px;
    line-height: 1.655;
    margin-bottom: 20px;
  }

  .subsidy__box__text {
    -webkit-columns: 1;
       -moz-columns: 1;
            columns: 1;
    line-height: 2;
    padding: 0;
  }
}
/*-------------------------------
footer-banners
-------------------------------*/
.message {
  position: relative;
  padding: 94px 0 70px;
  margin-bottom: 205px;
}

.message__bg {
  position: absolute;
  width: 100%;
  top: 37%;
  bottom: 0;
  left: 0;
  background-color: #EFEFEF;
}

.message__container {
  padding: 0 5% 0 10%;
}

.message__title__en {
  font-family: "Noto Serif CJK JP", serif;
  font-size: 43px;
  letter-spacing: 0.16em;
  color: #AAABAB;
  margin-bottom: 10px;
}

.message__title {
  font-family: "Noto Serif CJK JP", serif;
  font-size: 35px;
  letter-spacing: 0.1em;
  margin-bottom: 80px;
}

.message__text {
  font-family: "Noto Serif CJK JP", serif;
  font-size: 34px;
  line-height: 2.053529412;
  letter-spacing: 0.1em;
  margin-bottom: 70px;
}

.message__grid {
  position: relative;
  display: grid;
  grid-template-rows: 205px auto auto 253px auto auto;
  grid-template-columns: 9% 24% auto auto auto;
  z-index: 1;
}

.message__image1 {
  grid-row: 1/3;
  grid-column: 1/5;
}

.message__image1 img {
  width: auto;
  margin-bottom: 30px;
}

.message__caption {
  font-size: 14px;
  line-height: 2.071428571;
  letter-spacing: 0.1em;
}

.message__caption__name {
  font-size: 16px;
  letter-spacing: 0.1em;
  margin-top: 10px;
}

.message__caption__name span {
  font-family: "Noto Serif CJK JP", serif;
  font-size: 31px;
  letter-spacing: 0.2em;
  padding-left: 30px;
}

.message__image2 {
  grid-row: 4/5;
  grid-column: 2/5;
}

.message__image2 img {
  width: auto;
}

.message__content {
  grid-row: 2/5;
  grid-column: 3/6;
  background-color: #fff;
  line-height: 2.3125;
  letter-spacing: 0.1em;
  padding: 45px 50px 35px;
  z-index: 1;
}

@media screen and (max-width: 1025px) {
  .message__bg {
    top: 24%;
  }

  .message__container {
    padding: 0 30px 0;
  }

  .message__grid {
    display: block;
  }

  .message__image1 {
    text-align: right;
    margin: 0 -20px 0 0;
  }

  .message__image1 img {
    width: 100%;
    margin-bottom: 30px;
  }

  .message__caption {
    text-align: left;
    margin-bottom: 30px;
  }

  .message__image2 {
    position: relative;
    margin: -30px -20px 0 -10px;
  }

  .message__content {
    position: relative;
    z-index: 1;
  }
}
@media screen and (max-width: 767px) {
  .message {
    padding: 40px 0;
    margin-bottom: 70px;
  }

  .message__bg {
    top: 17%;
  }

  .message__container {
    padding: 0 20px 0;
  }

  .message__title__en {
    font-size: 23px;
    letter-spacing: 0.1em;
    margin-bottom: 5px;
    padding: 0 10px;
  }

  .message__title {
    font-size: 21px;
    margin-bottom: 20px;
    padding: 0 10px;
  }

  .message__text {
    font-size: 21px;
    line-height: 1.714285714;
    margin-bottom: 30px;
    padding: 0 10px;
  }

  .message__image1 img {
    margin-bottom: 10px;
  }

  .message__caption {
    padding: 0 10px;
  }

  .message__caption__name {
    font-size: 15px;
    margin-top: 0;
  }

  .message__caption__name span {
    font-size: 26px;
    padding-left: 25px;
  }

  .message__content {
    line-height: 2;
    padding: 25px 10px 35px;
  }
}
/*-------------------------------
profile
-------------------------------*/
.profile {
  position: relative;
  background-color: #000300;
  color: #fff;
  padding: 72px 0 35px;
}

.profile__header {
  position: relative;
}

.profile__image,
.profile__image2 {
  position: absolute;
  width: 75%;
  right: 0;
}

.profile__image {
  top: -87px;
  right: 0;
	z-index: -1;
}

.profile__image2 {
  top: 0;
  left: 0;
}

.profile__container {
  width: 1292px;
  max-width: 100%;
  padding: 0 30px;
  margin: 0 auto;
}

.profile__title__en,
.profile__title__en2 {
  position: relative;
  font-family: "Noto Serif CJK JP", serif;
  font-size: 60px;
  line-height: 1.321375434;
  letter-spacing: 0.16em;
  margin-bottom: 31px;
}

.profile__title__en2 {
  text-align: right;
  padding-right: 17px;
  padding-top: 15%;
}

.profile__title, .profile__title2 {
  position: relative;
  font-family: "Noto Serif CJK JP", serif;
  font-size: 35px;
  letter-spacing: 0.1em;
}

.profile__title {
  margin-bottom: 156px;
}

.profile__title2 {
  text-align: right;
}

.profile__lists, .profile__lists2 {
  padding: 0 20px;
  margin-bottom: 152px;
}

.profile__lists2 {
  margin-top: 170px;
}

.profile__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid #9FA0A0;
  padding: 30px 0 32px;
}

.profile__list__left {
  width: 24%;
  font-size: 21px;
  font-weight: 500;
  line-height: 2.287619048;
  letter-spacing: 0.1em;
}

.profile__list__right {
  width: 76%;
  font-size: 21px;
  line-height: 2.287619048;
  letter-spacing: 0.1em;
}

@media screen and (max-width: 1300px) {
  .profile__title {
    margin-bottom: 112px;
  }

  .profile__title__en2 {
    padding-top: 11%;
  }
}
@media screen and (max-width: 1200px) {
  .profile__title {
    margin-bottom: 92px;
  }

  .profile__title__en2 {
    padding-top: 8%;
  }
}
@media screen and (max-width: 1100px) {
  .profile__title {
    margin-bottom: 72px;
  }

  .profile__title__en2 {
    padding-top: 7%;
  }
}
@media screen and (max-width: 1025px) {
  .profile__image,
.profile__image2 {
    width: 100%;
  }

  .profile__image {
    top: -97px;
    right: 0;
    padding-left: 40px;
  }

  .profile__image2 {
    padding-right: 40px;
  }

  .profile__title__en2 {
    padding-top: 8%;
  }

  .profile__title, .profile__title2 {
    margin-bottom: 156px;
  }

  .profile__title {
    margin-bottom: 72px;
  }
}
@media screen and (max-width: 767px) {
  .profile {
    padding: 32px 0 35px;
  }

  .profile__image,
.profile__image2 {
    position: absolute;
    width: 100%;
    right: 0;
  }

  .profile__image {
    top: -67px;
    padding-left: 40px;
  }

  .profile__container {
    padding: 0 20px;
  }

  .profile__title__en,
.profile__title__en2 {
    font-size: 24px;
    line-height: 1.208333333;
  }

  .profile__title__en2 {
    text-align: right;
    padding-right: 30px;
    padding-top: 15%;
    margin-bottom: 0;
  }

  .profile__title, .profile__title2 {
    font-size: 21px;
  }

  .profile__title {
    margin-bottom: 82%;
  }

  .profile__title2 {
    padding-right: 123px;
  }

  .profile__lists {
    margin-bottom: 32px;
  }

  .profile__lists2 {
    margin-top: 81%;
  }

  .profile__list {
    display: block;
    padding: 20px 0 22px;
  }

  .profile__list__left {
    width: 100%;
    font-size: 18px;
  }

  .profile__list__right {
    width: 100%;
    font-size: 16px;
  }
}
@media screen and (max-width: 450px) {
  .profile__title {
    margin-bottom: 65%;
  }

  .profile__lists2 {
    margin-top: 73%;
  }
}
/*-------------------------------
access
-------------------------------*/
.access {
  position: relative;
  padding: 122px 0 60px;
}

.access__title__en {
  font-family: "Noto Serif CJK JP", serif;
  color: #AAABAB;
  font-size: 60px;
  line-height: 1.321375434;
  letter-spacing: 0.16em;
  margin-bottom: 11px;
}

.access__title {
  font-family: "Noto Serif CJK JP", serif;
  font-size: 35px;
  letter-spacing: 0.1em;
  margin-bottom: 76px;
}

.access__gmap {
  margin-bottom: 73px;
  height: 661px;
  overflow: hidden;
}

.access__gmap iframe {
  width: 100%;
  height: 1001px;
  margin-top: -170px;
}

.access__container {
  width: 1292px;
  max-width: 100%;
  padding: 0 30px;
  margin: 0 auto;
}

.access__lists {
  padding: 0 10px;
  margin-bottom: 145px;
}

.access__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid #000;
  padding: 30px 0 32px;
}

.access__list__left {
  width: 27%;
  font-size: 21px;
  font-weight: 500;
  line-height: 2.287619048;
  letter-spacing: 0.1em;
}

.access__list__right {
  width: 73%;
  font-size: 21px;
  line-height: 2.287619048;
  letter-spacing: 0.1em;
}

.access__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 150px;
}
.access__box:last-child {
  margin-bottom: 0;
}

.access__box__content, .access__box__content--re {
  position: relative;
  width: 43%;
  height: 400px;
  color: #fff;
  padding-top: 117px;
}
.access__box__content:before, .access__box__content--re:before {
  content: "";
  position: absolute;
  height: 1px;
  background-color: #fff;
  bottom: 24%;
}

.access__box__content {
  background-color: #000;
  padding-left: 9%;
}
.access__box__content:before {
  width: 77%;
  right: 0;
}

.access__box__content--re {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  background-color: #898989;
  text-align: right;
  padding-left: 0;
  padding-right: 8%;
}
.access__box__content--re:before {
  width: 82%;
  left: 0;
}

.access__box__content__title {
  font-size: 35px;
  letter-spacing: 0.1em;
}

.access__box__content__text {
  font-size: 21px;
  line-height: 2.285714286;
  letter-spacing: 0.1em;
}

.access__box__map {
  position: relative;
  width: 57%;
}

.access__box__map iframe {
  width: 100%;
  height: 661px;
}

@media screen and (max-width: 1025px) {
  .access__list {
    display: block;
  }

  .access__list__left {
    width: 100%;
  }

  .access__list__right {
    width: 100%;
  }

  .access__box {
    display: block;
  }

  .access__box__content, .access__box__content--re {
    width: 100%;
  }

  .access__box__content {
    text-align: center;
    padding-left: 0;
  }
  .access__box__content:before {
    width: 55%;
    right: 50%;
    -webkit-transform: translateX(50%);
            transform: translateX(50%);
  }

  .access__box__content--re {
    text-align: center;
    padding-right: 0;
  }
  .access__box__content--re:before {
    width: 55%;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }

  .access__box__map {
    width: 100%;
    text-align: center;
    margin-top: -50px;
  }

  .access__box__map iframe {
    width: 85%;
  }
}
@media screen and (max-width: 767px) {
  .access {
    position: relative;
    padding: 45px 0 10px;
  }

  .access__title__en {
    font-size: 23px;
    letter-spacing: 0.1em;
    margin-bottom: 5px;
  }

  .access__title {
    font-size: 21px;
    margin-bottom: 36px;
  }

  .access__gmap {
    height: 155px;
    margin-bottom: 0;
  }

  .access__gmap iframe {
    height: 155px;
    margin-top: 0;
  }

  .access__lists {
    padding: 0 10px;
    margin-bottom: 55px;
  }

  .access__list {
    padding: 20px 0 22px;
  }

  .access__list__left {
    font-size: 18px;
    letter-spacing: 0.1em;
  }

  .access__list__right {
    font-size: 16px;
    line-height: 1.5625;
  }

  .access__box {
    margin-bottom: 30px;
  }
  .access__box:last-child {
    margin-bottom: 0;
  }

  .access__box__content, .access__box__content--re {
    height: 147px;
    padding-top: 30px;
  }
  .access__box__content:before, .access__box__content--re:before {
    bottom: 26%;
  }

  .access__box__content__title {
    font-size: 15px;
  }

  .access__box__content__text {
    font-size: 12px;
  }

  .access__box__map {
    margin-top: -30px;
  }

  .access__box__map iframe {
    width: 80%;
    height: 215px;
  }
}
/*-------------------------------
message-recruit
-------------------------------*/
.message-recruit {
  padding: 115px 0 10px;
}

.message-recruit__grid {
  display: grid;
  grid-template-rows: 210px auto auto;
  grid-template-columns: 51% 10% auto;
}

.message-recruit__content {
  grid-row: 1/3;
  grid-column: 1/3;
  background-color: #000;
  padding: 56px 20%;
}

.message-recruit__header {
  margin-bottom: 50px;
}

.message-recruit__title__en {
  font-family: "Noto Serif CJK JP", serif;
  color: #AAABAB;
  font-size: 60px;
  line-height: 1;
  letter-spacing: 0.16em;
  padding-right: 20px;
  margin-bottom: 20px;
}

.message-recruit__title {
  font-family: "Noto Serif CJK JP", serif;
  color: #fff;
  font-size: 26px;
  line-height: 1.2;
  letter-spacing: 0.1em;
}

.message-recruit__image {
  position: relative;
  grid-row: 2/4;
  grid-column: 2/4;
}

.message-recruit__image img {
  width: auto;
}

.message-recruit__text {
  color: #fff;
  line-height: 2.3125;
  letter-spacing: 0.1em;
}

.message-recruit__text span {
  font-size: 21px;
  letter-spacing: 1.761904762;
}

@media screen and (max-width: 1450px) {
  .message-recruit__content {
    padding-left: 10%;
  }
}
@media screen and (max-width: 1025px) {
  .message-recruit {
    padding: 115px 0;
  }

  .message-recruit__content {
    padding: 56px 20% 20%;
  }

  .message-recruit__grid {
    display: block;
  }

  .message-recruit__image {
    text-align: center;
    padding-left: 30px;
    margin-top: -17%;
  }

  .message-recruit__image img {
    width: 100%;
  }

  .message-recruit__text {
    color: #fff;
    line-height: 2.3125;
    letter-spacing: 0.1em;
  }

  .message-recruit__text span {
    font-size: 21px;
    letter-spacing: 1.761904762;
  }
}
@media screen and (max-width: 950px) {
  .message-recruit__header {
    display: block;
  }

  .message-recruit__title__en {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 767px) {
  .message-recruit {
    padding: 40px 0;
  }

  .message-recruit__content {
    padding: 30px 30px 45%;
  }

  .message-recruit__header {
    margin-bottom: 30px;
  }

  .message-recruit__title__en {
    font-size: 23px;
    letter-spacing: 0.1em;
    padding-right: 0;
    margin-bottom: 10px;
  }

  .message-recruit__title {
    font-size: 21px;
  }

  .message-recruit__image {
    margin-top: -32%;
    padding-left: 20px;
  }

  .message-recruit__text {
    color: #fff;
    line-height: 2;
    letter-spacing: 0.1em;
  }

  .message-recruit__text span {
    font-size: 16px;
    letter-spacing: 2;
  }
}
/*-------------------------------
career-step
-------------------------------*/
.career-step {
  margin: 0 0 212px;
}

.career-step__header {
  padding-left: 100px;
}

.career-step__title__en {
  font-family: "Noto Serif CJK JP", serif;
  color: #AAABAB;
  font-size: 60px;
  letter-spacing: 0.16em;
  margin-bottom: 5px;
}

.career-step__title {
  font-family: "Noto Serif CJK JP", serif;
  font-size: 35px;
  letter-spacing: 0.1em;
}

.career-step__image {
  padding: 0 50px;
}

@media screen and (max-width: 767px) {
  .career-step {
    margin: 0 0 50px;
  }

  .career-step__header {
    padding-left: 30px;
  }

  .career-step__title__en {
    font-size: 23px;
    margin-bottom: 0;
  }

  .career-step__title {
    font-size: 21px;
    margin-bottom: 10px;
  }

  .career-step__image {
    padding: 0 20px;
  }
}
/*-------------------------------
one-day
-------------------------------*/
.one-day {
  padding: 0 0 120px 0;
}

.one-day__mainvisual {
  position: relative;
  color: #fff;
  margin-bottom: 115px;
}

.one-day__title {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 10%;
  font-family: "Noto Serif CJK JP", serif;
  font-size: 60px;
  letter-spacing: 0.16em;
}

.one-day__title span {
  font-family: "Noto Serif CJK JP", serif;
  font-size: 35px;
  letter-spacing: 0.1em;
}

.one-day__container {
  position: relative;
  width: 1435px;
  max-width: 100%;
  padding: 0 30px;
  margin: 0 auto;
}

.one-day__schedule__line {
  position: absolute;
  background: url(../img/one-day__line.png) repeat-y;
  width: 11px;
  top: 0;
  bottom: 0;
  left: 50%;
  overflow-y: hidden;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.one-day__schedule__arrive {
  position: relative;
  background-color: #000;
  padding: 76px 30px;
}

.one-day__schedule__leave {
  position: relative;
  background-color: #000;
  padding: 60px 30px;
  margin-top: 154px;
}

.one-day__schedule__title, .one-day__schedule__title--white {
  font-family: "Noto Serif CJK JP", serif;
  font-size: 30px;
  letter-spacing: 0.1em;
  margin-bottom: 15px;
}

.one-day__schedule__title--white {
  color: #fff;
  text-align: center;
}

.one-day__schedule__text, .one-day__schedule__text--white {
  font-family: "Noto Serif CJK JP", serif;
  letter-spacing: 0.1em;
}

.one-day__schedule__text--white {
  color: #fff;
  text-align: center;
}

.one-day__hukidashi {
  position: relative;
  width: 100%;
}

.one-day__hukidashi.no1 {
  margin-top: 86px;
}

.one-day__hukidashi.no2 {
  margin-top: -20px;
}

.one-day__hukidashi.no3 {
  margin-top: -30px;
}

.one-day__hukidashi.no4 {
  margin-top: 126px;
}

.one-day__hukidashi.no5 {
  margin-top: 45px;
}

.one-day__hukidashi.no6 {
  margin-top: -40px;
}

.one-day__hukidashi.no7 {
  margin-top: 148px;
}

.one-day__hukidashi__right {
  position: relative;
  width: calc(50% - 60px);
  background: #FFFFFF;
  padding: 50px 60px;
  border: 1px solid #000000;
}
.one-day__hukidashi__right:before, .one-day__hukidashi__right:after {
  border: solid transparent;
  content: "";
  height: 0;
  width: 0;
  pointer-events: none;
  position: absolute;
  left: 100%;
  top: 68px;
}
.one-day__hukidashi__right:before {
  border-color: rgba(0, 0, 0, 0);
  border-top-width: 16px;
  border-bottom-width: 16px;
  border-left-width: 38px;
  border-right-width: 38px;
  margin-top: -16px;
  margin-left: 1px;
  border-left-color: #000000;
}
.one-day__hukidashi__right:after {
  border-color: rgba(255, 255, 255, 0);
  border-top-width: 15px;
  border-bottom-width: 15px;
  border-left-width: 36px;
  border-right-width: 36px;
  margin-top: -15px;
  border-left-color: #FFFFFF;
}

.one-day__hukidashi__left {
  margin: 0 0 0 auto;
  position: relative;
  width: calc(50% - 60px);
  background: #FFFFFF;
  padding: 50px 50px 50px 72px;
  border: 1px solid #000000;
}
.one-day__hukidashi__left:before, .one-day__hukidashi__left:after {
  border: solid transparent;
  content: "";
  height: 0;
  width: 0;
  pointer-events: none;
  position: absolute;
  right: 100%;
  top: 68px;
}
.one-day__hukidashi__left:before {
  border-color: rgba(0, 0, 0, 0);
  border-top-width: 16px;
  border-bottom-width: 16px;
  border-left-width: 38px;
  border-right-width: 38px;
  margin-top: -16px;
  margin-right: 1px;
  border-right-color: #000000;
}
.one-day__hukidashi__left:after {
  border-color: rgba(0, 0, 0, 0);
  border-top-width: 15px;
  border-bottom-width: 15px;
  border-left-width: 36px;
  border-right-width: 36px;
  margin-top: -15px;
  border-right-color: #fff;
}

.one-day__hukidashi__circle {
  position: absolute;
  background-color: #000;
  border-radius: 50%;
  width: 37px;
  height: 37px;
  top: 50px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.one-day__hukidashi__image {
  position: absolute;
  top: 115%;
  right: 0;
}

.one-day__hukidashi__image img {
  width: auto;
}

.one-day__personal {
  max-width: 100%;
  padding: 0 30px;
  margin: 120px auto 0;
}

.one-day__personal__title {
  text-align: center;
  margin-bottom: 40px;
}

.one-day__personal__title img {
  width: auto;
}

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

.one-day__personal__button__btn {
  width: 650px;
  max-width: 100%;
  position: relative;
  color: #635958;
  font-family: "Noto Serif CJK JP", serif;
  font-size: 28px;
  line-height: 1.472666667;
  letter-spacing: 0.1em;
  border: 10px solid #635958;
  padding: 40px 20px 40px 65px;
}
.one-day__personal__button__btn:before {
  content: "";
  position: absolute;
  background: url(../img/personal_document.png) no-repeat;
  width: 100.47px;
  height: 132.23px;
  top: 50%;
  -webkit-transform: translateY(-50%) scale(0.7);
          transform: translateY(-50%) scale(0.7);
  left: 20px;
}
.one-day__personal__button__btn:after {
  content: "";
  position: absolute;
  background: url(../img/personal_arrow.png) no-repeat;
  width: 25px;
  height: 42.61px;
  top: 50%;
  -webkit-transform: translateY(-50%) scale(0.7);
          transform: translateY(-50%) scale(0.7);
  right: 30px;
}

.one-day__personal__text {
  text-align: center;
  font-size: 20px;
  margin-bottom: 50px;
}

@media screen and (max-width: 1025px) {
  .one-day__schedule__text--white {
    text-align: left;
  }

  .one-day__schedule__line {
    left: 100px;
  }

  .one-day__schedule__leave {
    margin-top: 30px;
  }

  .one-day__hukidashi {
    position: relative;
    width: 100%;
  }

  .one-day__hukidashi.no1 {
    margin-top: 30px;
  }

  .one-day__hukidashi.no2 {
    margin-top: 30px;
  }

  .one-day__hukidashi.no3 {
    margin-top: 30px;
  }

  .one-day__hukidashi.no4 {
    margin-top: 30px;
  }

  .one-day__hukidashi.no5 {
    margin-top: 30px;
  }

  .one-day__hukidashi.no6 {
    margin-top: 30px;
  }

  .one-day__hukidashi.no7 {
    margin-top: 30px;
  }

  .one-day__hukidashi__right {
    margin: 0 0 0 130px;
    position: relative;
    width: calc(100% - 130px);
    background: #FFFFFF;
    padding: 50px 50px 50px 72px;
    border: 1px solid #000000;
  }
  .one-day__hukidashi__right:before, .one-day__hukidashi__right:after {
    border: solid transparent;
    content: "";
    height: 0;
    width: 0;
    pointer-events: none;
    position: absolute;
    right: 100%;
    left: inherit;
    top: 68px;
  }
  .one-day__hukidashi__right:before {
    border-color: rgba(0, 0, 0, 0);
    border-top-width: 16px;
    border-bottom-width: 16px;
    border-left-width: 38px;
    border-right-width: 38px;
    margin-top: -16px;
    margin-right: 1px;
    border-right-color: #000000;
  }
  .one-day__hukidashi__right:after {
    border-color: rgba(0, 0, 0, 0);
    border-top-width: 15px;
    border-bottom-width: 15px;
    border-left-width: 36px;
    border-right-width: 36px;
    margin-top: -15px;
    border-right-color: #fff;
  }

  .one-day__hukidashi__left {
    margin: 0 0 0 130px;
    position: relative;
    width: calc(100% - 130px);
    background: #FFFFFF;
    padding: 50px 50px 50px 72px;
    border: 1px solid #000000;
  }
  .one-day__hukidashi__left:before, .one-day__hukidashi__left:after {
    border: solid transparent;
    content: "";
    height: 0;
    width: 0;
    pointer-events: none;
    position: absolute;
    right: 100%;
    top: 68px;
  }
  .one-day__hukidashi__left:before {
    border-color: rgba(0, 0, 0, 0);
    border-top-width: 16px;
    border-bottom-width: 16px;
    border-left-width: 38px;
    border-right-width: 38px;
    margin-top: -16px;
    margin-right: 1px;
    border-right-color: #000000;
  }
  .one-day__hukidashi__left:after {
    border-color: rgba(0, 0, 0, 0);
    border-top-width: 15px;
    border-bottom-width: 15px;
    border-left-width: 36px;
    border-right-width: 36px;
    margin-top: -15px;
    border-right-color: #fff;
  }

  .one-day__hukidashi__circle {
    position: absolute;
    background-color: #000;
    border-radius: 50%;
    width: 37px;
    height: 37px;
    top: 50px;
    left: 70px;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }

  .one-day__hukidashi__image2 {
    position: relative;
    padding-left: 130px;
    margin-top: 30px;
  }

  .one-day__hukidashi__image2 img {
    width: 100%;
  }

  .one-day__personal {
    padding: 0 30px;
  }

  .one-day__personal__title img {
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
  }
}
@media screen and (max-width: 767px) {
  .one-day {
    padding: 0 0 70px 0;
  }

  .one-day__mainvisual {
    margin-bottom: 50px;
  }

  .one-day__title {
    left: 10%;
    font-size: 24px;
    letter-spacing: 0.1em;
  }

  .one-day__title span {
    font-size: 21px;
  }

  .one-day__container {
    padding: 0 20px;
  }

  .one-day__schedule__line {
    left: 50px;
  }

  .one-day__schedule__arrive {
    padding: 20px 15px 25px;
  }

  .one-day__schedule__leave {
    padding: 20px 15px;
  }

  .one-day__schedule__title, .one-day__schedule__title--white {
    font-size: 24px;
    margin-bottom: 10px;
  }

  .one-day__schedule__text, .one-day__schedule__text--white {
    line-height: 2;
  }

  .one-day__hukidashi__right {
    margin: 0 0 0 60px;
    position: relative;
    width: calc(100% - 60px);
    background: #FFFFFF;
    padding: 20px 15px 20px 30px;
    border: 1px solid #000000;
  }
  .one-day__hukidashi__right:before, .one-day__hukidashi__right:after {
    border: solid transparent;
    content: "";
    height: 0;
    width: 0;
    pointer-events: none;
    position: absolute;
    right: 100%;
    top: 68px;
  }
  .one-day__hukidashi__right:before {
    border-color: rgba(0, 0, 0, 0);
    border-top-width: 11px;
    border-bottom-width: 11px;
    border-left-width: 26px;
    border-right-width: 26px;
    margin-top: -11px;
    margin-right: 1px;
    border-right-color: #000000;
  }
  .one-day__hukidashi__right:after {
    border-color: rgba(0, 0, 0, 0);
    border-top-width: 10px;
    border-bottom-width: 10px;
    border-left-width: 24px;
    border-right-width: 24px;
    margin-top: -10px;
    border-right-color: #fff;
  }

  .one-day__hukidashi__left {
    margin: 0 0 0 60px;
    position: relative;
    width: calc(100% - 60px);
    background: #FFFFFF;
    padding: 20px 15px 20px 30px;
    border: 1px solid #000000;
  }
  .one-day__hukidashi__left:before, .one-day__hukidashi__left:after {
    border: solid transparent;
    content: "";
    height: 0;
    width: 0;
    pointer-events: none;
    position: absolute;
    right: 100%;
    top: 68px;
  }
  .one-day__hukidashi__left:before {
    border-color: rgba(0, 0, 0, 0);
    border-top-width: 11px;
    border-bottom-width: 11px;
    border-left-width: 26px;
    border-right-width: 26px;
    margin-top: -11px;
    margin-right: 1px;
    border-right-color: #000000;
  }
  .one-day__hukidashi__left:after {
    border-color: rgba(0, 0, 0, 0);
    border-top-width: 10px;
    border-bottom-width: 10px;
    border-left-width: 24px;
    border-right-width: 24px;
    margin-top: -10px;
    border-right-color: #fff;
  }

  .one-day__hukidashi__circle {
    width: 18px;
    height: 18px;
    top: 60px;
    left: 20px;
  }

  .one-day__schedule__line {
    background: url(../img/one-day__line_sp.png) repeat-y;
    width: 8px;
    left: 40px;
  }

  .one-day__schedule__title, .one-day__schedule__title--white {
    font-size: 15px;
    margin-bottom: 5px;
  }

  .one-day__schedule__text, .one-day__schedule__text--white {
    font-size: 13px;
    line-height: 1.337153846;
  }

  .one-day__hukidashi__image2 {
    padding-left: 60px;
  }

  .one-day__personal {
    padding: 0 20px;
    margin: 60px auto 0;
  }

  .one-day__personal__title {
    margin-bottom: 40px;
  }

  .one-day__personal__title img {
    -webkit-transform: scale(0.7);
            transform: scale(0.7);
  }

  .one-day__personal__button__btn {
    width: 100%;
    max-width: 283px;
    font-size: 18px;
    line-height: 1.499277778;
    padding: 15px 45px 15px 75px;
    border: 4px solid #635958;
    text-align: left;
  }
  .one-day__personal__button__btn:before {
    -webkit-transform: translateY(-50%) scale(0.3);
            transform: translateY(-50%) scale(0.3);
    left: -12px;
  }
  .one-day__personal__button__btn:after {
    -webkit-transform: translateY(-50%) scale(0.3);
            transform: translateY(-50%) scale(0.3);
    right: 17px;
  }
}
/*-------------------------------
footer-banners
-------------------------------*/
.footer-banners__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.footer-banners__box__company, .footer-banners__box__recruit {
  width: 49.9%;
  padding: 167px 0;
}

.footer-banners__box__company {
  background: url(../img/banner-company.jpg) no-repeat center/cover;
}

.footer-banners__box__recruit {
  background: url(../img/banner-recruit.jpg) no-repeat center/cover;
}

.footer-banners__box__en {
  font-family: "Noto Serif CJK JP", serif;
  color: #fff;
  font-size: 33px;
  letter-spacing: 0.1em;
  margin-bottom: 8px;
}

.footer-banners__box__jp {
  font-family: "Noto Serif CJK JP", serif;
  color: #fff;
  font-size: 26px;
  letter-spacing: 0.1em;
  margin-bottom: 29px;
}

@media screen and (max-width: 1025px) {
  .footer-banners__box__company, .footer-banners__box__recruit {
    width: 49.9%;
    background-size: cover;
    padding: 107px 0;
  }
}
@media screen and (max-width: 767px) {
  .footer-banners__box {
    display: block;
  }

  .footer-banners__box__company, .footer-banners__box__recruit {
    width: 100%;
    padding: 30px 0;
  }

  .footer-banners__box__company {
    background: url(../img/banner-company_sp.jpg) no-repeat center/cover;
    margin-bottom: 20px;
  }

  .footer-banners__box__recruit {
    background: url(../img/banner-recruit_sp.jpg) no-repeat center/cover;
  }

  .footer-banners__box__en {
    font-size: 22px;
    line-height: 1.4;
    margin-bottom: 0;
  }

  .footer-banners__box__jp {
    font-size: 18px;
    margin-bottom: 5px;
  }
}
/*-------------------------------
child-footer-banners
-------------------------------*/
.child-footer-banners {
  padding: 92px 0;
}

.child-footer-banners__container {
  width: 1260px;
  max-width: 100%;
  margin: 0 auto;
  padding: 0 30px;
}

.child-footer-banners__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.child-footer-banners__box__service, .child-footer-banners__box__company {
  position: relative;
  width: 48.5%;
  padding: 40px 0 55px 40px;
}
.child-footer-banners__box__service:after, .child-footer-banners__box__company:after {
  content: "";
  position: absolute;
  width: 50%;
  height: 1px;
  background-color: #fff;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 0;
}

.child-footer-banners__box__service a, .child-footer-banners__box__company a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  opacity: 1;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.child-footer-banners__box__service a:hover, .child-footer-banners__box__company a:hover {
  opacity: 0.5;
  background-color: #fff;
  /* 背景色をつけないとopacityのtransitionが機能しない */
}

.child-footer-banners__box__service {
  background-color: #7A6A56;
}

.child-footer-banners__box__company {
  background-color: #000;
}

.child-footer-banners__box__en {
  font-family: "Noto Serif CJK JP", serif;
  color: #fff;
  font-size: 25px;
  line-height: 1.4;
  letter-spacing: 0.1em;
}

.child-footer-banners__box__jp {
  font-family: "Noto Serif CJK JP", serif;
  color: #fff;
  font-size: 18px;
  letter-spacing: 0.1em;
}

@media screen and (max-width: 1025px) {
  .child-footer-banners__box__service:after, .child-footer-banners__box__company:after {
    width: 30%;
  }
}
@media screen and (max-width: 767px) {
  .child-footer-banners {
    padding: 45px 0 0;
  }

  .child-footer-banners__container {
    padding: 0 20px;
  }

  .child-footer-banners__box {
    display: block;
  }

  .child-footer-banners__box__service, .child-footer-banners__box__company {
    position: relative;
    width: 100%;
    padding: 20px 0 25px 20px;
  }
  .child-footer-banners__box__service:after, .child-footer-banners__box__company:after {
    width: 40%;
  }

  .child-footer-banners__box__service {
    margin-bottom: 30px;
  }

  .child-footer-banners__box__en {
    font-size: 22px;
  }

  .child-footer-banners__box__jp {
    font-size: 15px;
  }
}
/*-------------------------------
recruit-banners
-------------------------------*/
.recruit-banners__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.recruit-banners__fulltime, .recruit-banners__part {
  position: relative;
  width: 49.9%;
  padding: 125px 0 125px 90px;
}
.recruit-banners__fulltime:after, .recruit-banners__part:after {
  content: "";
  position: absolute;
  background: url(../img/recruit-banners_arrow.png) no-repeat center/cover;
  width: 118px;
  height: 90px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 9%;
}

.recruit-banners__fulltime a, .recruit-banners__part a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  opacity: 1;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.recruit-banners__fulltime a:hover, .recruit-banners__part a:hover {
  opacity: 0.5;
  background-color: #fff;
}

.recruit-banners__fulltime {
  background: url(../img/recruit-banners1.jpg) no-repeat center/cover;
}

.recruit-banners__part {
  background: url(../img/recruit-banners2.jpg) no-repeat center/cover;
}

.recruit-banners__item__en {
  font-family: "Noto Serif CJK JP", serif;
  font-size: 60px;
  letter-spacing: 0.16em;
  color: #B5B5B6;
}

.recruit-banners__item__jp {
  font-family: "Noto Serif CJK JP", serif;
  font-size: 35px;
  letter-spacing: 0.1em;
  color: #fff;
}

@media screen and (max-width: 1300px) {
  .recruit-banners__fulltime, .recruit-banners__part {
    padding: 125px 0 125px 40px;
  }
  .recruit-banners__fulltime:after, .recruit-banners__part:after {
    width: 78px;
    height: 60px;
    right: 7%;
  }
}
@media screen and (max-width: 1025px) {
  .recruit-banners__box {
    display: block;
  }

  .recruit-banners__fulltime, .recruit-banners__part {
    width: 100%;
  }

  .recruit-banners__fulltime {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 767px) {
  .recruit-banners__fulltime {
    background: url(../img/recruit-banners1_sp.jpg) no-repeat center/cover;
    margin-bottom: 30px;
  }

  .recruit-banners__part {
    background: url(../img/recruit-banners2_sp.jpg) no-repeat center/cover;
  }

  .recruit-banners__item__en {
    font-size: 23px;
  }

  .recruit-banners__item__jp {
    font-size: 21px;
  }

  .recruit-banners__fulltime, .recruit-banners__part {
    padding: 40px 0 40px 40px;
  }
  .recruit-banners__fulltime:after, .recruit-banners__part:after {
    width: 56px;
    height: 42px;
  }
}
/*-------------------------------
footer-contact
-------------------------------*/
.footer-contact {
  padding: 70px 0 90px;
}

.footer-contact__en {
  font-family: "Noto Serif CJK JP", serif;
  font-size: 33px;
  letter-spacing: 0.1em;
  text-align: center;
  margin-bottom: 17px;
}

.footer-contact__jp {
  font-size: 26px;
  letter-spacing: 0.1em;
  text-align: center;
  margin-bottom: 40px;
}

.footer-contact__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border: 1px solid #000;
  padding: 40px 0 20px;
}

.footer-contact__box__tel, .footer-contact__box__mail {
  width: 50%;
  text-align: center;
}

.footer-contact__box__tel {
  border-right: 1px solid #000;
}

.footer-contact__box__title {
  letter-spacing: 0.1em;
}

.footer-contact__button__btn {
  margin-bottom: 15px;
}

.footer-contact__button__btn--mail {
  font-size: 15px;
  padding: 17px 0;
}

@media screen and (max-width: 767px) {
  .footer-contact {
    padding: 50px 0 40px;
  }

  .footer-contact__en {
    font-size: 20px;
    margin-bottom: 5px;
  }

  .footer-contact__jp {
    font-size: 18px;
    margin-bottom: 20px;
  }

  .footer-contact__box {
    display: block;
    padding: 40px 20px 50px;
  }

  .footer-contact__box__tel, .footer-contact__box__mail {
    width: 100%;
    text-align: center;
  }

  .footer-contact__box__tel {
    position: relative;
    border-right: none;
    padding-bottom: 40px;
  }
  .footer-contact__box__tel:after {
    content: "";
    position: absolute;
    width: 140px;
    height: 1px;
    background-color: #000;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }

  .footer-contact__box__mail {
    padding-top: 50px;
  }

  .footer-contact__box__title {
    font-size: 14px;
    letter-spacing: 0.1em;
  }

  .footer-contact__button__btn, .footer-contact__button__btn--mail {
    padding: 10px 0;
  }

  .footer-contact__button__btn {
    font-size: 18px;
    margin-bottom: 15px;
    padding: 10px 0;
  }

  .footer-contact__button__btn--mail {
    font-size: 14px;
    padding: 13px 0;
  }
}
/*-------------------------------
footer
-------------------------------*/
.footer {
  background-color: #000;
  padding: 50px 5.5% 90px 9.5%;
}

.footer__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  color: #fff;
  font-size: 14px;
}

.footer__box a {
  color: #fff;
}

.footer__left__subtitle {
  font-family: "Noto Serif CJK JP", serif;
  font-size: 12px;
  letter-spacing: 0.05em;
}

.footer__left h4 {
  font-family: "Noto Serif CJK JP", serif;
  font-size: 32px;
  margin-bottom: 15px;
}

.footer__left__address {
  margin: 25px 0;
}

.footer__left__sns span:nth-child(1) {
  margin-right: 10px;
}

.footer__right {
  text-align: right;
  padding: 68px 0 0;
}

.footer__right__logo {
  margin-bottom: 50px;
}

.footer__right__logo img {
  width: auto;
}

.footer__right__links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 12px;
  margin-bottom: 15px;
}

.footer__right__links li {
  padding: 0 27px;
  border-right: 1px solid #fff;
}
.footer__right__links li:first-child {
  padding-left: 0;
}
.footer__right__links li:last-child {
  padding-right: 0;
  border-right: none;
}

.icon-sns {
  width: 28px;
}

@media screen and (max-width: 767px) {
  .footer {
    background-color: #000;
    padding: 50px 7%;
  }

  .footer__box {
    display: block;
  }

  .footer__left {
    text-align: center;
  }

  .footer__left__sns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 30px;
    margin-bottom: 50px;
  }

  .footer__left__sns li {
    margin-right: 20px;
  }
  .footer__left__sns li:last-child {
    margin-right: 0;
  }

  .icon-sns {
    width: 26px;
  }

  .footer__right {
    padding: 0;
    text-align: center;
  }

  .footer__right__logos {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }

  .footer__right__logos figcaption {
    font-size: 10px;
  }

  .footer__right__logo1 {
    margin-right: 15px;
  }

  .footer__right__logo1 img {
    width: 175px;
  }

  .footer__right__logo2 img {
    width: 76px;
  }

  .footer__right__links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 10px;
  }

  .footer__right__links li {
    padding: 0 10px;
    border-right: 1px solid #fff;
  }
  .footer__right__links li:first-child {
    padding-left: 0;
  }
  .footer__right__links li:last-child {
    padding-right: 0;
    border-right: none;
  }

  .copyright {
    font-size: 10px;
    text-align: center;
  }
}
/*-------------------------------
inquiry
-------------------------------*/
.inquiry {
  position: relative;
  margin-bottom: 100px;
}
@media screen and (max-width: 767px) {
  .inquiry {
    margin-bottom: 0;
  }
}

.inquiry__container {
  padding: 0 90px;
}
@media screen and (max-width: 1025px) {
  .inquiry__container {
    padding: 0 30px;
  }
}
@media screen and (max-width: 767px) {
  .inquiry__container {
    padding: 0 10px;
  }
}

.inquiry__title {
  font-family: "Noto Serif CJK JP", serif;
  font-size: 35px;
  text-align: center;
  padding-top: 60px;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .inquiry__title {
    font-size: 24px;
    padding-top: 35px;
  }
}

.inquiry__text {
  line-height: 2.5625;
  text-align: center;
  padding: 0 50px;
  margin-bottom: 80px;
}
@media screen and (max-width: 767px) {
  .inquiry__text {
    line-height: 1.38888889;
    padding: 0 18px;
    margin-bottom: 55px;
  }
}

.inquiry__text a, .inquiry__text span {
  color: #E60012;
}

.inquiry__form {
  max-width: 900px;
  margin: 0 auto;
}
.inquiry__form .form-group {
  margin-bottom: 0;
  padding: 10px 25px 10px 15px;
}
@media screen and (max-width: 767px) {
  .inquiry__form .form-group {
    border: none;
    margin-bottom: 23px;
    padding: 0;
  }
}
.inquiry__form input[type=number]::-webkit-outer-spin-button,
.inquiry__form input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.inquiry__form input[type=number] {
  -moz-appearance: textfield;
}
.inquiry__form textarea {
  height: 111.5px;
}
@media screen and (max-width: 767px) {
  .inquiry__form textarea {
    margin-bottom: 30px;
  }
}

.inquiry__form span {
  color: #E60012;
}

.inquiry__button {
  text-align: center;
  margin: 20px 0 150px;
}
@media screen and (max-width: 767px) {
  .inquiry__button {
    margin: 20px 0 100px;
  }
}

.inquiry__btn, .inquiry__btn--back {
  width: 200px;
  border: none;
  border-radius: 0;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 0.2em;
  padding: 16px;
  background-color: #000;
  outline: none;
  opacity: 1;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.inquiry__btn:nth-of-type(1), .inquiry__btn--back:nth-of-type(1) {
  margin-right: 20px;
}
.inquiry__btn:hover, .inquiry__btn--back:hover {
  opacity: 0.6;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
@media screen and (max-width: 767px) {
  .inquiry__btn, .inquiry__btn--back {
    max-width: 151px;
    margin-bottom: 15px;
  }
  .inquiry__btn:nth-of-type(1), .inquiry__btn--back:nth-of-type(1) {
    margin-right: 10px;
  }
}

.inquiry__btn--back {
  background-color: #666;
}

@media screen and (max-width: 767px) {
  .inquiry__form__radio--left {
    margin-bottom: 10px;
  }
}

input[type=radio].form-control {
  width: 90%;
  height: 90%;
}
input[type=radio].form-control:focus {
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.form-control {
  border-radius: 0;
}

.form__personal {
  text-align: center;
  margin: 70px 0;
}

input[type=checkbox] {
  display: inline-block;
  -webkit-transform: scale(1.4);
          transform: scale(1.4);
  margin-right: 10px;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  input[type=checkbox] {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
}

.form__personal label {
  display: inline-block;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .form__personal label {
    font-size: 13px;
  }
}

/*-------------------------------
complition
-------------------------------*/
.complition h2 {
  font-size: 30px;
  font-weight: bold;
  text-align: center;
  margin-top: 50px;
  margin-bottom: 40px;
}
.complition p {
  font-size: 18px;
  font-weight: 500;
  text-align: center;
  padding: 0 20px;
  margin-bottom: 80px;
}

.complition__btn {
  width: 200px;
  background-color: #000;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 0.2em;
  text-align: center;
  padding: 16px;
}

/*-------------------------------
privacy-policy
-------------------------------*/
.privacy-policy {
  padding: 50px 0 20px;
}

.privacy-policy a {
  color: #e52237;
}

.privacy-policy__container {
  width: 1200px;
  max-width: 100%;
  padding: 0 30px;
  margin: 0 auto;
}

.privacy-policy__title {
  display: table;
  background-color: #231815;
  color: #fff;
  font-family: "Noto Serif CJK JP", serif;
  font-size: 35px;
  letter-spacing: 0.1em;
  padding: 0 30px 3px;
  margin: 50px auto 50px;
}

.privacy-policy__text {
  line-height: 2.5625;
  letter-spacing: 0.1em;
}

.privacy-policy__indent {
  text-indent: -32px;
  padding-left: 32px;
  line-height: 2.5625;
}

.privacy-policy__indent2 {
  text-indent: -46px;
  padding-left: 46px;
  line-height: 2.5625;
}

.privacy-policy__indent3 {
  text-indent: -15px;
  padding-left: 15px;
  line-height: 2.5625;
}

.privacy-policy__indent4 {
  text-indent: -15px;
  padding-left: 15px;
  line-height: 2.5625;
}

.privacy-policy__indent span.pd {
  padding-left: 0;
}

.privacy-policy__indent span.pd2 {
  padding-left: 10px;
}

.privacy-policy__indent span.pd3 {
  padding-left: 40px;
}

.privacy-policy__indent span.pd4 {
  padding-left: 220px;
}

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

.privacy-policy__header {
  font-size: 30px;
  font-weight: bold;
  letter-spacing: 0.1em;
  margin-bottom: 30px;
}

.privacy-policy__table {
  border-collapse: collapse;
  width: 100%;
  margin-bottom: 50px;
}
.privacy-policy__table th {
  text-align: center;
  border: 1px solid #000;
  padding: 15px 40px;
}
.privacy-policy__table td {
  width: 50%;
  border: 1px solid #000;
  padding: 15px 40px;
  vertical-align: middle;
}

@media screen and (max-width: 767px) {
  .privacy-policy {
    padding: 30px 0 10px;
  }

  .privacy-policy__container {
    padding: 0 20px;
  }

  .privacy-policy__title {
    font-size: 20px;
    letter-spacing: 0.1em;
    padding: 3px 20px 4px;
    margin: 50px auto 50px;
  }

  .privacy-policy__text {
    font-size: 14px;
    line-height: 2;
  }

  .privacy-policy__header {
    font-size: 18px;
    margin-bottom: 20px;
  }

  .privacy-policy__table {
    font-size: 14px;
  }
  .privacy-policy__table th {
    padding: 15px 10px;
  }
  .privacy-policy__table td {
    padding: 15px 10px;
  }

  .privacy-policy__indent span.pd {
    padding-left: 0;
  }

  .privacy-policy__indent span.pd2 {
    padding-left: 0;
  }

  .privacy-policy__indent span.pd3 {
    padding-left: 0;
  }

  .privacy-policy__indent span.pd4 {
    padding-left: 0;
  }
}
/*-------------------------------
osano(クッキーポリシーバナー)
-------------------------------*/
.cc-banner.cc-bottom {
  padding: 2em 5.8em 2em !important;
}

.cc-color-override-1020485029.cc-window {
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 101;
}

.cc-color-override-1020485029 .cc-btn {
  position: absolute;
  font-size: 40px;
  top: 0;
  right: 0;
}

.cc-banner .cc-message {
  line-height: 1.6875;
}

@media screen and (max-width: 1025px) {
  .cc-banner.cc-bottom {
    padding: 2em 2.8em 2em !important;
  }
}
@media screen and (max-width: 767px) {
  .cc-banner.cc-bottom {
    padding: 0.6em 1.2em 0.4em !important;
  }

  .cc-color-override-1020485029 .cc-btn {
    font-size: 26px;
    top: 0;
    right: 0;
    padding: 7px;
  }

  .cc-banner .cc-message {
    font-size: 10px;
  }
}/*# sourceMappingURL=style.css.map */