@charset "UTF-8";
/* CSS Document */
/********** フォント設定 **********/
@import url(//fonts.googleapis.com/earlyaccess/notosansjapanese.css);
@import url("https://fonts.googleapis.com/css2?family=BioRhyme:wght@200..800&family=M+PLUS+Rounded+1c&family=Montserrat:ital,wght@0,100..900;1,100..900&family=Noto+Serif:ital,wght@0,100..900;1,100..900&family=Oswald:wght@200..700&family=Zen+Old+Mincho&display=swap");
html, body {
  font-size: 62.5%;
  font-family: "Noto Sans Japanese", sans-serif;
  line-height: 1;
  -webkit-text-size-adjust: 100%;
}

:root {
  --viewWidth: 100vw;
}

/********** ベースタグ設定 **********/
* {
  max-height: 99999px;
}

img {
  max-width: 100%;
  vertical-align: bottom;
}

a {
  text-decoration: none;
  outline: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  color: inherit;
}
a:hover, a:active, a:focus {
  color: inherit;
  text-decoration: none;
  outline: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

@media (min-width: 768px) {
  a:hover {
    opacity: 0.75;
  }
}

.en {
  font-family: "Montserrat", sans-serif;
}

.fc_gold {
  color: #ad962d;
}

.fc_navy {
  color: #070c3e;
}

/********** #wrapper **********/
#wrapper {
  font-size: 1.4rem;
  line-height: 1.7;
  width: 100%;
  text-align: justify;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}
@media (min-width: 768px) {
  #wrapper {
    font-size: 1.6rem;
  }
}

.scrollAnimation.leftMovetxt > * {
  opacity: 0;
  -webkit-transform: translateX(50%);
          transform: translateX(50%);
  transition: 1s all ease;
}
.scrollAnimation.leftMovetxt.active > * {
  opacity: 1;
  -webkit-transform: translateX(0);
          transform: translateX(0);
}
.scrollAnimation.leftMovetxt.active > *.delay01 {
  transition-delay: 0.1s;
}
.scrollAnimation.leftMovetxt.active > *.delay02 {
  transition-delay: 0.2s;
}
.scrollAnimation.leftMovetxt.active > *.delay03 {
  transition-delay: 0.3s;
}
.scrollAnimation.leftMovetxt.active > *.delay04 {
  transition-delay: 0.4s;
}
.scrollAnimation.rightMovetxt > * {
  opacity: 0;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  transition: 1s all ease;
}
.scrollAnimation.rightMovetxt.active > * {
  opacity: 1;
  -webkit-transform: translateX(0);
          transform: translateX(0);
}
.scrollAnimation.rightMovetxt.active > *.delay01 {
  transition-delay: 0.1s;
}
.scrollAnimation.rightMovetxt.active > *.delay02 {
  transition-delay: 0.2s;
}
.scrollAnimation.rightMovetxt.active > *.delay03 {
  transition-delay: 0.3s;
}
.scrollAnimation.rightMovetxt.active > *.delay04 {
  transition-delay: 0.4s;
}
.scrollAnimation.upImage > * {
  opacity: 0;
  -webkit-transform: translateY(50%);
          transform: translateY(50%);
  transition: 1s all ease;
}
.scrollAnimation.upImage.active > * {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.scrollAnimation.upImage.active > *.delay01 {
  transition-delay: 0.1s;
}
.scrollAnimation.upImage.active > *.delay02 {
  transition-delay: 0.2s;
}
.scrollAnimation.upImage.active > *.delay03 {
  transition-delay: 0.3s;
}
.scrollAnimation.upImage.active > *.delay04 {
  transition-delay: 0.4s;
}
.scrollAnimation.boxFadeUp {
  opacity: 0;
  -webkit-transform: translateY(50%);
          transform: translateY(50%);
  transition: 1s all ease;
}
.scrollAnimation.boxFadeUp.active {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.scrollAnimation.titleFadeUp > * {
  opacity: 0;
  -webkit-transform: translateY(50%);
          transform: translateY(50%);
  transition: 1s all ease;
  display: inline-block;
}
.scrollAnimation.titleFadeUp > *:nth-of-type(1) {
  transition-delay: 0;
}
.scrollAnimation.titleFadeUp > *:nth-of-type(2) {
  transition-delay: 0.1s;
}
.scrollAnimation.titleFadeUp > *:nth-of-type(3) {
  transition-delay: 0.2s;
}
.scrollAnimation.titleFadeUp > *:nth-of-type(4) {
  transition-delay: 0.3s;
}
.scrollAnimation.titleFadeUp > *:nth-of-type(5) {
  transition-delay: 0.4s;
}
.scrollAnimation.titleFadeUp > *:nth-of-type(6) {
  transition-delay: 0.5s;
}
.scrollAnimation.titleFadeUp > *:nth-of-type(7) {
  transition-delay: 0.6s;
}
.scrollAnimation.titleFadeUp > *:nth-of-type(8) {
  transition-delay: 0.7s;
}
.scrollAnimation.titleFadeUp > *:nth-of-type(9) {
  transition-delay: 0.8s;
}
.scrollAnimation.titleFadeUp.active > * {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.hrBlock {
  width: 100%;
  height: 250px;
  border: none;
  margin: 0;
  padding: 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media (min-width: 768px) {
  .hrBlock {
    height: 500px;
  }
}
.hrBlock.type01 {
  background-image: url(../img/hrbg01_sm.jpg);
}
@media (min-width: 768px) {
  .hrBlock.type01 {
    background-image: url(../img/hrbg01_md.jpg);
  }
}
.hrBlock.type02 {
  background-image: url(../img/hrbg02_sm.jpg);
}
@media (min-width: 768px) {
  .hrBlock.type02 {
    background-image: url(../img/hrbg02_md.jpg);
  }
}
.hrBlock.type03 {
  background-image: url(../img/hrbg03_sm.jpg);
}
@media (min-width: 768px) {
  .hrBlock.type03 {
    background-image: url(../img/hrbg03_md.jpg);
  }
}

.sech2 > * {
  display: block;
}
.sech2 .en {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 5rem;
  line-height: 1;
  -webkit-font-feature-settings: normal;
          font-feature-settings: normal;
}
@media (min-width: 768px) {
  .sech2 .en {
    font-size: 10rem;
  }
}
.sech2 .en b {
  color: #ad962d;
  font-weight: inherit;
}
.sech2 .sub {
  font-size: 1.8rem;
  font-weight: 700;
  letter-spacing: 0.2em;
  margin-top: 0.25em;
}
@media (min-width: 768px) {
  .sech2 .sub {
    font-size: 2.4rem;
  }
}

.sech3 {
  font-size: 1.8rem;
  font-weight: 700;
}
@media (min-width: 768px) {
  .sech3 {
    font-size: 2.4rem;
  }
}
.sech3 strong {
  font-family: "Montserrat", sans-serif;
  font-size: 3.7rem;
  margin-right: 0.5em;
  display: block;
  line-height: 1.2;
}
@media (min-width: 768px) {
  .sech3 strong {
    font-size: 4.8rem;
    display: inline;
  }
}

.sectionParts {
  padding: 60px 0;
  overflow: hidden;
}
@media (min-width: 768px) {
  .sectionParts {
    padding: 120px 0;
  }
}

.error404 {
  position: relative;
  width: 100%;
  height: 100svh;
}
.error404 > p {
  width: 100%;
  text-align: center;
  font-size: 1.6rem;
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
}
@media (min-width: 768px) {
  .error404 > p {
    font-size: 2.4rem;
  }
}

#header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99;
  width: var(--viewWidth);
  pointer-events: none;
}

/********** .drawer-hamburger **********/
.hamburger-menu {
  pointer-events: all;
  display: block;
  margin-left: auto;
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  -webkit-appearance: none;
          appearance: none;
  padding: 20px;
  z-index: 100;
  position: relative;
}
.hamburger-menu .hamburger-menu-icon {
  display: block;
  width: 20px;
  height: 16px;
  border-top: 2px #000000 solid;
  border-bottom: 2px #000000 solid;
  position: relative;
  transition: 0.5s border-color ease;
  -webkit-filter: drop-shadow(1px 1px 1px rgba(255, 255, 255, 0.5)) drop-shadow(1px -1px 1px rgba(255, 255, 255, 0.5)) drop-shadow(-1px 1px 1px rgba(255, 255, 255, 0.5)) drop-shadow(-1px -1px 1px rgba(255, 255, 255, 0.5));
          filter: drop-shadow(1px 1px 1px rgba(255, 255, 255, 0.5)) drop-shadow(1px -1px 1px rgba(255, 255, 255, 0.5)) drop-shadow(-1px 1px 1px rgba(255, 255, 255, 0.5)) drop-shadow(-1px -1px 1px rgba(255, 255, 255, 0.5));
  will-change: filter;
}
@media (min-width: 768px) {
  .hamburger-menu .hamburger-menu-icon {
    width: 40px;
    height: 32px;
    border-top-width: 3px;
    border-bottom-width: 3px;
  }
}
.hamburger-menu .hamburger-menu-icon:before {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  position: absolute;
  top: calc(50% - 1px);
  left: 0;
  background-color: #000000;
  transition: 0.5s background-color ease;
}
@media (min-width: 768px) {
  .hamburger-menu .hamburger-menu-icon:before {
    height: 3px;
  }
}
@media (min-width: 768px) {
  .hamburger-menu:hover .hamburger-menu-icon {
    border-top-color: #ad962d;
    border-bottom-color: #ad962d;
  }
  .hamburger-menu:hover .hamburger-menu-icon:before {
    background-color: #ad962d;
  }
}

.drawer-menu-close {
  text-align: right;
}
.drawer-menu-close .drawer-menu-close-btn {
  padding: 0px 10px 5px 20px;
  display: inline-block;
  cursor: pointer;
}
@media (min-width: 768px) {
  .drawer-menu-close .drawer-menu-close-btn {
    margin-right: 40px;
  }
}
.drawer-menu-close .drawer-menu-close-btn i {
  width: 30px;
  height: 30px;
  display: block;
  position: relative;
}
@media (min-width: 768px) {
  .drawer-menu-close .drawer-menu-close-btn i {
    width: 50px;
    height: 50px;
  }
}
.drawer-menu-close .drawer-menu-close-btn i:before, .drawer-menu-close .drawer-menu-close-btn i:after {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  position: absolute;
  top: calc(50% - 1px);
  left: 0;
  background-color: #ffffff;
  transition: 0.5s background-color ease;
}
@media (min-width: 768px) {
  .drawer-menu-close .drawer-menu-close-btn i:before, .drawer-menu-close .drawer-menu-close-btn i:after {
    height: 3px;
  }
}
.drawer-menu-close .drawer-menu-close-btn i:before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.drawer-menu-close .drawer-menu-close-btn i:after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
@media (min-width: 768px) {
  .drawer-menu-close .drawer-menu-close-btn:hover i:before, .drawer-menu-close .drawer-menu-close-btn:hover i:after {
    background-color: #ad962d;
  }
}

.drawer-nav {
  pointer-events: all;
  background-color: transparent;
  padding-left: 0;
  padding-right: 0;
  z-index: 101;
}

.drawer-menu {
  padding: 30px 15px;
}
.drawer-menu .drawer-menu-normal {
  text-align: center;
}
.drawer-menu .drawer-menu-normal a {
  text-align: center;
  display: inline-block;
  font-size: 1.8rem;
  font-weight: 700;
  color: #ffffff;
  padding: 12px;
  line-height: 1.4;
  transition: 0.5s color ease;
}
.drawer-menu .drawer-menu-normal a .en {
  font-size: 3rem;
}
@media (min-width: 768px) {
  .drawer-menu .drawer-menu-normal a .en {
    font-size: 3.6rem;
  }
}
@media (min-width: 768px) {
  .drawer-menu .drawer-menu-normal a:hover {
    color: #ad962d;
    opacity: 1;
  }
}
.drawer-menu .drawer-menu-btn {
  margin-top: 15px;
}
@media (min-width: 768px) {
  .drawer-menu .drawer-menu-btn {
    text-align: center;
  }
}
.drawer-menu .drawer-menu-btn a {
  display: block;
  background-color: #ad962d;
  text-align: center;
  color: #ffffff;
  font-weight: 700;
  font-size: 1.8rem;
  line-height: 1;
  padding: 15px;
  transition: 0.5s color ease, 0.5s background-color ease;
}
@media (min-width: 768px) {
  .drawer-menu .drawer-menu-btn a {
    padding: 15px 65px;
    display: inline-block;
  }
}
.drawer-menu .drawer-menu-btn a i {
  margin-right: 10px;
  font-size: 150%;
  vertical-align: middle;
}
@media (min-width: 768px) {
  .drawer-menu .drawer-menu-btn a:hover {
    opacity: 1;
    background-color: #ffffff;
    color: #ad962d;
  }
}

.drawer-overlay {
  background-color: rgba(7, 12, 62, 0.9);
}

/********** .container設定 **********/
.container {
  width: 100%;
  max-width: none;
  max-width: inherit;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 992px) {
  .container {
    max-width: 1230px;
  }
}

/********** ガター設定 **********/
.gutter-50 {
  margin-left: -25px;
  margin-right: -25px;
}

.gutter-50 > [class*=col-] {
  padding-left: 25px;
  padding-right: 25px;
}

.gutter-40 {
  margin-left: -20px;
  margin-right: -20px;
}

.gutter-40 > [class*=col-] {
  padding-left: 20px;
  padding-right: 20px;
}

.gutter-30 {
  margin-left: -15px;
  margin-right: -15px;
}

.gutter-30 > [class*=col-] {
  padding-left: 15px;
  padding-right: 15px;
}

.gutter-20 {
  margin-left: -10px;
  margin-right: -10px;
}

.gutter-20 > [class*=col-] {
  padding-left: 10px;
  padding-right: 10px;
}

.gutter-16 {
  margin-left: -8px;
  margin-right: -8px;
}

.gutter-16 > [class*=col-] {
  padding-left: 8px;
  padding-right: 8px;
}

.gutter-10 {
  margin-left: -5px;
  margin-right: -5px;
}

.gutter-10 > [class*=col-] {
  padding-left: 5px;
  padding-right: 5px;
}

@media (min-width: 0px) {
  .gutter-xs-50 {
    margin-left: -25px;
    margin-right: -25px;
  }
  .gutter-xs-50 > [class*=col-] {
    padding-left: 25px;
    padding-right: 25px;
  }
}
@media (min-width: 576px) {
  .gutter-sm-50 {
    margin-left: -25px;
    margin-right: -25px;
  }
  .gutter-sm-50 > [class*=col-] {
    padding-left: 25px;
    padding-right: 25px;
  }
}
@media (min-width: 768px) {
  .gutter-md-50 {
    margin-left: -25px;
    margin-right: -25px;
  }
  .gutter-md-50 > [class*=col-] {
    padding-left: 25px;
    padding-right: 25px;
  }
}
@media (min-width: 992px) {
  .gutter-lg-50 {
    margin-left: -25px;
    margin-right: -25px;
  }
  .gutter-lg-50 > [class*=col-] {
    padding-left: 25px;
    padding-right: 25px;
  }
}
@media (min-width: 1230px) {
  .gutter-xl-50 {
    margin-left: -25px;
    margin-right: -25px;
  }
  .gutter-xl-50 > [class*=col-] {
    padding-left: 25px;
    padding-right: 25px;
  }
}
@media (min-width: 0px) {
  .gutter-xs-40 {
    margin-left: -20px;
    margin-right: -20px;
  }
  .gutter-xs-40 > [class*=col-] {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (min-width: 576px) {
  .gutter-sm-40 {
    margin-left: -20px;
    margin-right: -20px;
  }
  .gutter-sm-40 > [class*=col-] {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (min-width: 768px) {
  .gutter-md-40 {
    margin-left: -20px;
    margin-right: -20px;
  }
  .gutter-md-40 > [class*=col-] {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (min-width: 992px) {
  .gutter-lg-40 {
    margin-left: -20px;
    margin-right: -20px;
  }
  .gutter-lg-40 > [class*=col-] {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (min-width: 1230px) {
  .gutter-xl-40 {
    margin-left: -20px;
    margin-right: -20px;
  }
  .gutter-xl-40 > [class*=col-] {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (min-width: 0px) {
  .gutter-xs-30 {
    margin-left: -15px;
    margin-right: -15px;
  }
  .gutter-xs-30 > [class*=col-] {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (min-width: 576px) {
  .gutter-sm-30 {
    margin-left: -15px;
    margin-right: -15px;
  }
  .gutter-sm-30 > [class*=col-] {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (min-width: 768px) {
  .gutter-md-30 {
    margin-left: -15px;
    margin-right: -15px;
  }
  .gutter-md-30 > [class*=col-] {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (min-width: 992px) {
  .gutter-lg-30 {
    margin-left: -15px;
    margin-right: -15px;
  }
  .gutter-lg-30 > [class*=col-] {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (min-width: 1230px) {
  .gutter-xl-30 {
    margin-left: -15px;
    margin-right: -15px;
  }
  .gutter-xl-30 > [class*=col-] {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (min-width: 0px) {
  .gutter-xs-20 {
    margin-left: -10px;
    margin-right: -10px;
  }
  .gutter-xs-20 > [class*=col-] {
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media (min-width: 576px) {
  .gutter-sm-20 {
    margin-left: -10px;
    margin-right: -10px;
  }
  .gutter-sm-20 > [class*=col-] {
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media (min-width: 768px) {
  .gutter-md-20 {
    margin-left: -10px;
    margin-right: -10px;
  }
  .gutter-md-20 > [class*=col-] {
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media (min-width: 992px) {
  .gutter-lg-20 {
    margin-left: -10px;
    margin-right: -10px;
  }
  .gutter-lg-20 > [class*=col-] {
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media (min-width: 1230px) {
  .gutter-xl-20 {
    margin-left: -10px;
    margin-right: -10px;
  }
  .gutter-xl-20 > [class*=col-] {
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media (min-width: 0px) {
  .gutter-xs-16 {
    margin-left: -8px;
    margin-right: -8px;
  }
  .gutter-xs-16 > [class*=col-] {
    padding-left: 8px;
    padding-right: 8px;
  }
}
@media (min-width: 576px) {
  .gutter-sm-16 {
    margin-left: -8px;
    margin-right: -8px;
  }
  .gutter-sm-16 > [class*=col-] {
    padding-left: 8px;
    padding-right: 8px;
  }
}
@media (min-width: 768px) {
  .gutter-md-16 {
    margin-left: -8px;
    margin-right: -8px;
  }
  .gutter-md-16 > [class*=col-] {
    padding-left: 8px;
    padding-right: 8px;
  }
}
@media (min-width: 992px) {
  .gutter-lg-16 {
    margin-left: -8px;
    margin-right: -8px;
  }
  .gutter-lg-16 > [class*=col-] {
    padding-left: 8px;
    padding-right: 8px;
  }
}
@media (min-width: 1230px) {
  .gutter-xl-16 {
    margin-left: -8px;
    margin-right: -8px;
  }
  .gutter-xl-16 > [class*=col-] {
    padding-left: 8px;
    padding-right: 8px;
  }
}
@media (min-width: 0px) {
  .gutter-xs-10 {
    margin-left: -5px;
    margin-right: -5px;
  }
  .gutter-xs-10 > [class*=col-] {
    padding-left: 5px;
    padding-right: 5px;
  }
}
@media (min-width: 576px) {
  .gutter-sm-10 {
    margin-left: -5px;
    margin-right: -5px;
  }
  .gutter-sm-10 > [class*=col-] {
    padding-left: 5px;
    padding-right: 5px;
  }
}
@media (min-width: 768px) {
  .gutter-md-10 {
    margin-left: -5px;
    margin-right: -5px;
  }
  .gutter-md-10 > [class*=col-] {
    padding-left: 5px;
    padding-right: 5px;
  }
}
@media (min-width: 992px) {
  .gutter-lg-10 {
    margin-left: -5px;
    margin-right: -5px;
  }
  .gutter-lg-10 > [class*=col-] {
    padding-left: 5px;
    padding-right: 5px;
  }
}
@media (min-width: 1230px) {
  .gutter-xl-10 {
    margin-left: -5px;
    margin-right: -5px;
  }
  .gutter-xl-10 > [class*=col-] {
    padding-left: 5px;
    padding-right: 5px;
  }
}
/********** 5分割設定 **********/
/*
ex)
col-5-1 20%
col-sm-5-3 60%
col-md-5-4 80%
*/
.col-xl-5-5, .col-xl-5-4, .col-xl-5-3, .col-xl-5-2, .col-xl-5-1, .col-lg-5-5, .col-lg-5-4, .col-lg-5-3, .col-lg-5-2, .col-lg-5-1, .col-md-5-5, .col-md-5-4, .col-md-5-3, .col-md-5-2, .col-md-5-1, .col-sm-5-5, .col-sm-5-4, .col-sm-5-3, .col-sm-5-2, .col-sm-5-1, .col-xs-5-5, .col-5-5, .col-xs-5-4, .col-5-4, .col-xs-5-3, .col-5-3, .col-xs-5-2, .col-5-2, .col-xs-5-1, .col-5-1 {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
}

@media (min-width: 0px) {
  .col-xs-5-1 {
    flex: 0 0 20%;
    max-width: percentagepercentage(0.2);
  }
  .col-xs-5-2 {
    flex: 0 0 40%;
    max-width: percentagepercentage(0.4);
  }
  .col-xs-5-3 {
    flex: 0 0 60%;
    max-width: percentagepercentage(0.6);
  }
  .col-xs-5-4 {
    flex: 0 0 80%;
    max-width: percentagepercentage(0.8);
  }
  .col-xs-5-5 {
    flex: 0 0 100%;
    max-width: percentagepercentage(1);
  }
}
@media (min-width: 576px) {
  .col-sm-5-1 {
    flex: 0 0 20%;
    max-width: percentagepercentage(0.2);
  }
  .col-sm-5-2 {
    flex: 0 0 40%;
    max-width: percentagepercentage(0.4);
  }
  .col-sm-5-3 {
    flex: 0 0 60%;
    max-width: percentagepercentage(0.6);
  }
  .col-sm-5-4 {
    flex: 0 0 80%;
    max-width: percentagepercentage(0.8);
  }
  .col-sm-5-5 {
    flex: 0 0 100%;
    max-width: percentagepercentage(1);
  }
}
@media (min-width: 768px) {
  .col-md-5-1 {
    flex: 0 0 20%;
    max-width: percentagepercentage(0.2);
  }
  .col-md-5-2 {
    flex: 0 0 40%;
    max-width: percentagepercentage(0.4);
  }
  .col-md-5-3 {
    flex: 0 0 60%;
    max-width: percentagepercentage(0.6);
  }
  .col-md-5-4 {
    flex: 0 0 80%;
    max-width: percentagepercentage(0.8);
  }
  .col-md-5-5 {
    flex: 0 0 100%;
    max-width: percentagepercentage(1);
  }
}
@media (min-width: 992px) {
  .col-lg-5-1 {
    flex: 0 0 20%;
    max-width: percentagepercentage(0.2);
  }
  .col-lg-5-2 {
    flex: 0 0 40%;
    max-width: percentagepercentage(0.4);
  }
  .col-lg-5-3 {
    flex: 0 0 60%;
    max-width: percentagepercentage(0.6);
  }
  .col-lg-5-4 {
    flex: 0 0 80%;
    max-width: percentagepercentage(0.8);
  }
  .col-lg-5-5 {
    flex: 0 0 100%;
    max-width: percentagepercentage(1);
  }
}
@media (min-width: 1230px) {
  .col-xl-5-1 {
    flex: 0 0 20%;
    max-width: percentagepercentage(0.2);
  }
  .col-xl-5-2 {
    flex: 0 0 40%;
    max-width: percentagepercentage(0.4);
  }
  .col-xl-5-3 {
    flex: 0 0 60%;
    max-width: percentagepercentage(0.6);
  }
  .col-xl-5-4 {
    flex: 0 0 80%;
    max-width: percentagepercentage(0.8);
  }
  .col-xl-5-5 {
    flex: 0 0 100%;
    max-width: percentagepercentage(1);
  }
}
#mainVisual {
  height: 100vh;
}
#mainVisual .sticky_wrap {
  position: sticky;
  top: 0;
  height: 100vh;
}
#mainVisual .sticky_inner {
  position: absolute;
  width: var(--viewWidth);
  height: 100vh;
  top: 0;
  left: 0;
  overflow: hidden;
}
#mainVisual .sticky_bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
#mainVisual .sticky_bg.active .sticky_bgimg {
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
}
#mainVisual .sticky_bg.active.active_txt .sticky_bg_txtimg {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
#mainVisual .sticky_bg .sticky_bgimg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  opacity: 0;
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  transition: 2s all ease;
}
#mainVisual .sticky_bg .sticky_bg_txt {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
#mainVisual .sticky_bg .sticky_bg_txtimg {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  background-position: left center;
  background-repeat: no-repeat;
  background-size: auto 100%;
  transition: 2s all ease;
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
}
#mainVisual .sticky_bg.num01 .sticky_bgimg {
  background-image: url(../img/bg01_sm.png);
}
@media (min-width: 768px) {
  #mainVisual .sticky_bg.num01 .sticky_bgimg {
    background-image: url(../img/bg01_md.png);
  }
}
#mainVisual .sticky_bg.num01 .sticky_bg_txt {
  width: 380px;
  max-width: 50.6666666667%;
  aspect-ratio: 380/280;
}
@media (min-width: 768px) {
  #mainVisual .sticky_bg.num01 .sticky_bg_txt {
    width: 1200px;
    max-width: 76.9230769231%;
    aspect-ratio: 1200/60;
  }
}
#mainVisual .sticky_bg.num01 .sticky_bg_txt .sticky_bg_txtimg {
  background-image: url(../img/logo_new01_sm.svg);
}
@media (min-width: 768px) {
  #mainVisual .sticky_bg.num01 .sticky_bg_txt .sticky_bg_txtimg {
    background-image: url(../img/logo_new01_md.svg);
  }
}
#mainVisual .sticky_bg.num01 .lightBox {
  background-image: url(../img/light01_sm.png);
}
@media (min-width: 768px) {
  #mainVisual .sticky_bg.num01 .lightBox {
    background-image: url(../img/light01_md.png);
  }
}
#mainVisual .sticky_bg.num04 .sticky_bgimg {
  background-image: url(../img/bg04_sm.png);
}
@media (min-width: 768px) {
  #mainVisual .sticky_bg.num04 .sticky_bgimg {
    background-image: url(../img/bg04_md.png);
  }
}
#mainVisual .sticky_bg.num04 .sticky_bg_txt {
  width: 394px;
  max-width: 52.5333333333%;
  aspect-ratio: 394/215;
}
@media (min-width: 768px) {
  #mainVisual .sticky_bg.num04 .sticky_bg_txt {
    max-width: 25.2564102564%;
  }
}
#mainVisual .sticky_bg.num04 .sticky_bg_txt .sticky_bg_txtimg {
  background-image: url(../img/logo04.svg);
}
#mainVisual .sticky_bg.num04 .lightBox {
  background-image: url(../img/light04_2_sm.png);
}
@media (min-width: 768px) {
  #mainVisual .sticky_bg.num04 .lightBox {
    background-image: url(../img/light04_2_md.png);
  }
}
#mainVisual .sticky_bg.num04 .lightBox.type02 {
  mix-blend-mode: normal;
  background-image: url(../img/light04_sm.png);
}
@media (min-width: 768px) {
  #mainVisual .sticky_bg.num04 .lightBox.type02 {
    background-image: url(../img/light04_md.png);
  }
}
#mainVisual .sticky_bg.fadeout {
  -webkit-animation: horizontalBox_fadeOut 2s ease forwards;
          animation: horizontalBox_fadeOut 2s ease forwards;
}
#mainVisual .sticky_bg.hide {
  opacity: 0;
}
#mainVisual .sticky_bg .lightBox {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  mix-blend-mode: screen;
}

.scrollTxt {
  position: absolute;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 0.9rem;
  bottom: 200px;
  left: 10px;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  -webkit-filter: drop-shadow(1px 1px 1px rgba(255, 255, 255, 0.5)) drop-shadow(1px -1px 1px rgba(255, 255, 255, 0.5)) drop-shadow(-1px 1px 1px rgba(255, 255, 255, 0.5)) drop-shadow(-1px -1px 1px rgba(255, 255, 255, 0.5));
          filter: drop-shadow(1px 1px 1px rgba(255, 255, 255, 0.5)) drop-shadow(1px -1px 1px rgba(255, 255, 255, 0.5)) drop-shadow(-1px 1px 1px rgba(255, 255, 255, 0.5)) drop-shadow(-1px -1px 1px rgba(255, 255, 255, 0.5));
  will-change: filter;
}
@media (min-width: 768px) {
  .scrollTxt {
    bottom: 290px;
    left: 20px;
    font-size: 1.8rem;
  }
}

.arrowBox {
  display: block;
  position: absolute;
  z-index: 10;
  height: 100px;
  width: 1px;
  bottom: 80px;
  left: 20px;
  overflow: visible;
}
@media (min-width: 768px) {
  .arrowBox {
    left: 40px;
    height: 180px;
  }
}
.arrowBox .arrowBody {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 1px;
  background-color: #000000;
  bottom: 100%;
  -webkit-animation: pageScroll 1.2s linear 0s infinite;
          animation: pageScroll 1.2s linear 0s infinite;
  -webkit-filter: drop-shadow(1px 1px 1px rgba(255, 255, 255, 0.5)) drop-shadow(1px -1px 1px rgba(255, 255, 255, 0.5)) drop-shadow(-1px 1px 1px rgba(255, 255, 255, 0.5)) drop-shadow(-1px -1px 1px rgba(255, 255, 255, 0.5));
          filter: drop-shadow(1px 1px 1px rgba(255, 255, 255, 0.5)) drop-shadow(1px -1px 1px rgba(255, 255, 255, 0.5)) drop-shadow(-1px 1px 1px rgba(255, 255, 255, 0.5)) drop-shadow(-1px -1px 1px rgba(255, 255, 255, 0.5));
  will-change: filter;
}
.arrowBox .arrowBody:after {
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  border-bottom: 1px #000000 solid;
  bottom: 0;
  left: 1px;
  -webkit-transform-origin: left bottom;
          transform-origin: left bottom;
  -webkit-transform: rotate(-70deg);
          transform: rotate(-70deg);
}
@media (min-width: 768px) {
  .arrowBox .arrowBody:after {
    width: 30px;
    height: 30px;
  }
}

@-webkit-keyframes pageScroll {
  0% {
    top: 0;
    bottom: 100%;
  }
  50% {
    top: 0;
    bottom: 0;
  }
  100% {
    bottom: 0;
    top: 100%;
  }
}

@keyframes pageScroll {
  0% {
    top: 0;
    bottom: 100%;
  }
  50% {
    top: 0;
    bottom: 0;
  }
  100% {
    bottom: 0;
    top: 100%;
  }
}
#footer .footer_logo {
  text-align: center;
}
#footer .footer_logo img {
  width: 165px;
  height: auto;
}
@media (min-width: 768px) {
  #footer .footer_logo img {
    width: 260px;
  }
}

#fixedBlock {
  position: fixed;
  width: 100%;
  left: 0;
  bottom: 0;
  display: flex;
  font-size: 1.2rem;
}
@media (min-width: 768px) {
  #fixedBlock {
    font-size: 1.8rem;
  }
}
#fixedBlock > * {
  flex: 0 0 50%;
  max-width: 50%;
  text-align: center;
  padding: 15px;
  transition: 0.5s background-color ease, 0.5s color ease;
}
#fixedBlock > *:nth-of-type(1) {
  color: #ffffff;
  background-color: #ad962d;
  font-weight: 700;
}
#fixedBlock > *:nth-of-type(2) {
  color: #070c3e;
  background-color: #efeee8;
}
#fixedBlock > * i {
  vertical-align: middle;
  margin-right: 10px;
  font-size: 140%;
  font-weight: 400;
}
@media (min-width: 768px) {
  #fixedBlock > * i {
    font-size: 180%;
  }
}
@media (min-width: 768px) {
  #fixedBlock > *:hover {
    opacity: 1;
  }
}
#fixedBlock > *:hover:nth-of-type(1) {
  color: #ad962d;
  background-color: #ffffff;
}
#fixedBlock > *:hover:nth-of-type(2) {
  color: #efeee8;
  background-color: #070c3e;
}

#specialBanner {
  position: fixed;
  bottom: 55px;
  right: 5px;
  width: 35%;
  max-width: 200px;
}
@media (min-width: 768px) {
  #specialBanner {
    bottom: 25px;
    right: 25px;
  }
}

.modal_box {
  position: fixed;
  z-index: 7777;
  width: 80%;
  max-width: 800px;
  margin: 0;
  opacity: 0;
  pointer-events: none;
  transition: 0.5s opacity ease;
}
.modal_box.active {
  opacity: 1;
  pointer-events: all;
}

.modal_inner {
  max-height: 80vh;
  position: relative;
}

.modal_bg {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 6666;
  display: none;
  width: 100%;
  height: 120%;
  background-color: rgba(0, 0, 0, 0.7);
}

.modal_container {
  padding: 20px;
  position: relative;
  background-color: #ffffff;
}
@media (min-width: 768px) {
  .modal_container {
    padding: 50px;
  }
}
.modal_container .naviBtn {
  display: block;
  width: 50px;
  height: 50px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  cursor: pointer;
}
.modal_container .naviBtn:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  width: 10px;
  height: 10px;
  border-top: 1px #000000 solid;
  border-right: 1px #000000 solid;
}
@media (min-width: 768px) {
  .modal_container .naviBtn:before {
    border-top-width: 3px;
    border-right-width: 3px;
    width: 30px;
    height: 30px;
    transition: 0.5s border-color ease;
  }
}
.modal_container .naviBtn.next {
  right: 0;
}
.modal_container .naviBtn.next:before {
  right: 8px;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
}
@media (min-width: 768px) {
  .modal_container .naviBtn.next:before {
    right: 18px;
  }
}
.modal_container .naviBtn.prev {
  left: 0;
}
.modal_container .naviBtn.prev:before {
  left: 8px;
  -webkit-transform: translateY(-50%) rotate(225deg);
          transform: translateY(-50%) rotate(225deg);
}
@media (min-width: 768px) {
  .modal_container .naviBtn.prev:before {
    left: 18px;
  }
}
@media (min-width: 768px) {
  .modal_container .naviBtn:hover:before {
    border-top-color: #ad962d;
    border-right-color: #ad962d;
  }
}

.closeBtn {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  background-color: #000000;
  border-radius: 1000px;
  width: 25px;
  height: 25px;
  cursor: pointer;
  -webkit-transform: translate(50%, -50%);
          transform: translate(50%, -50%);
  transition: 0.5s background-color ease;
}
@media (min-width: 768px) {
  .closeBtn {
    width: 70px;
    height: 70px;
  }
  .closeBtn:hover {
    background-color: #ad962d;
  }
}
.closeBtn:before, .closeBtn:after {
  content: "";
  display: block;
  width: 1px;
  height: 60%;
  position: absolute;
  top: 20%;
  left: 50%;
  background-color: #ffffff;
}
@media (min-width: 768px) {
  .closeBtn:before, .closeBtn:after {
    width: 2px;
  }
}
.closeBtn:before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.closeBtn:after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.swiper-slide > div {
  width: 100%;
  aspect-ratio: 1280/720;
}
.swiper-slide > div > img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

#mainCopy .logo {
  width: 35%;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 768px) {
  #mainCopy .logo {
    width: 60%;
  }
}
#mainCopy h1 {
  margin-top: 50px;
}
@media (min-width: 768px) {
  #mainCopy h1 {
    margin-top: 80px;
  }
}
#mainCopy h1 > span {
  display: block;
  text-align: center;
  font-size: 1.5rem;
}
@media (min-width: 768px) {
  #mainCopy h1 > span {
    font-size: 2.2rem;
  }
}
#mainCopy h1 > span:not(:first-of-type) {
  margin-top: 0.8em;
}
#mainCopy h1 > span:nth-of-type(4) {
  margin-top: 2.4em;
}

@media (min-width: 992px) {
  #about .about_contents {
    display: flex;
    justify-content: space-between;
  }
}
@media (min-width: 992px) {
  #about .about_contents .lefts {
    flex-shrink: 0;
  }
}
#about .about_contents .rights {
  margin-top: 50px;
}
@media (min-width: 992px) {
  #about .about_contents .rights {
    margin-top: 0;
    padding-left: 30px;
    max-width: 630px;
  }
}
#about .bdrbox {
  border: 1px #000000 solid;
  line-height: 2.1;
  padding: 0.5em 1em;
  margin-top: 4em;
}
@media (min-width: 768px) {
  #about .bdrbox {
    margin-top: 2em;
  }
}

.kome {
  display: flex;
  width: 100%;
  font-size: 1.2rem;
}
.kome:before {
  content: "※";
  margin-right: 0.2em;
  flex-shrink: 0;
}
@media (min-width: 768px) {
  .kome {
    font-size: 1.4rem;
  }
}

#bannerSpace {
  padding: 5px 0 35px;
  background-color: #efeee8;
}
@media (min-width: 768px) {
  #bannerSpace {
    padding: 35px 0 65px;
  }
}
#bannerSpace .bnrh2 {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  text-align: left;
  font-size: 1.4rem;
}
@media (min-width: 768px) {
  #bannerSpace .bnrh2 {
    font-size: 2rem;
  }
}
#bannerSpace .banner01 {
  display: flex;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
}
#bannerSpace .banner01 > * {
  margin-top: 40px;
  padding-left: 15px;
  padding-right: 15px;
  flex-shrink: 0;
  flex-grow: 1;
  max-width: 100%;
  margin-top: 30px;
}
#bannerSpace .banner01 > * img {
  display: block;
}
#bannerSpace .banner01 > *:nth-of-type(1) img {
  width: 113px;
  height: auto;
  margin-top: 10px;
}
@media (min-width: 768px) {
  #bannerSpace .banner01 > *:nth-of-type(1) img {
    width: 225px;
    margin-top: 20px;
  }
}
#bannerSpace .banner01 > *:nth-of-type(2) img {
  width: 113px;
  height: auto;
  margin-top: 10px;
}
@media (min-width: 768px) {
  #bannerSpace .banner01 > *:nth-of-type(2) img {
    width: 228px;
    margin-top: 35px;
  }
}
#bannerSpace .banner01 > *:nth-of-type(3) img {
  width: 190px;
  height: auto;
  margin-top: 10px;
}
@media (min-width: 768px) {
  #bannerSpace .banner01 > *:nth-of-type(3) img {
    width: 360px;
    margin-top: 35px;
  }
}
#bannerSpace .sponsors img {
  display: block;
  width: 100%;
  height: auto;
}
#bannerSpace .banner02 {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-left: -6px;
  margin-right: -6px;
}
@media (min-width: 768px) {
  #bannerSpace .banner02 {
    margin-left: -12px;
    margin-right: -12px;
  }
}
#bannerSpace .banner02 > * {
  flex: 0 0 33.33333%;
  max-width: 33.33333%;
  padding-left: 6px;
  padding-right: 6px;
  margin-top: 20px;
}
@media (min-width: 768px) {
  #bannerSpace .banner02 > * {
    padding-left: 12px;
    padding-right: 12px;
    flex: 0 0 20%;
    max-width: 20%;
  }
}

#facility {
  overflow: hidden;
}
@media (min-width: 992px) {
  #facility .facility_contents {
    display: flex;
    justify-content: space-between;
  }
}
@media (min-width: 992px) {
  #facility .facility_contents .lefts {
    flex-shrink: 0;
  }
}
#facility .facility_contents .rights {
  margin-top: 50px;
}
@media (min-width: 992px) {
  #facility .facility_contents .rights {
    margin-top: 0;
    padding-left: 30px;
    max-width: 630px;
  }
}
#facility .floorplan {
  max-width: 1160px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  margin-top: 40px;
}
@media (min-width: 768px) {
  #facility .floorplan {
    margin-top: 80px;
  }
}
#facility .floorplan img {
  width: 100%;
  height: auto;
  display: block;
}
#facility .floorplan .pins {
  display: block;
  position: absolute;
  width: 3.6%;
  aspect-ratio: 400/510;
  background: url(../img/pin.svg) no-repeat center/contain;
  -webkit-user-select: none;
      -ms-user-select: none;
          user-select: none;
  cursor: pointer;
  font-size: min(1.5447154472vw, 1.9rem);
  color: #ad962d;
  line-height: 2.15;
  text-align: center;
  font-weight: 900;
  transition: 0.5s opacity ease;
}
#facility .floorplan .pins.num01 {
  top: 42%;
  left: 2.4%;
}
#facility .floorplan .pins.num02 {
  top: 47%;
  left: 40%;
}
#facility .floorplan .pins.num03 {
  top: 25%;
  left: 38.5%;
}
#facility .floorplan .pins.num04 {
  top: 70%;
  left: 38.5%;
}
#facility .floorplan .pins.num05 {
  top: 45%;
  left: 66%;
}
#facility .floorplan .pins.num06 {
  top: 45%;
  left: 80%;
}
#facility .floorplan .pins.num07 {
  top: 30.5%;
  left: 91.5%;
}
#facility .floorplan .pins.num08 {
  top: 6.5%;
  left: 88%;
}
#facility .floorplan .pins.num09 {
  top: 83.5%;
  left: 26%;
}
#facility .floorplan .pins.num10 {
  top: 6%;
  left: 65%;
}
@media (min-width: 768px) {
  #facility .floorplan .pins:hover {
    opacity: 0.5;
  }
}
#facility .legend {
  display: flex;
  width: 100%;
  height: 100%;
  align-items: center;
  cursor: pointer;
  transition: 0.5s opacity ease;
}
#facility .legend .num {
  width: 22px;
  aspect-ratio: 400/510;
  background: url(../img/pin.svg) no-repeat center/contain;
  margin-right: 5px;
  font-size: 1rem;
  text-align: center;
  font-weight: 900;
  color: #ad962d;
  line-height: 2.15;
  flex-shrink: 0;
}
@media (min-width: 768px) {
  #facility .legend .num {
    width: 44px;
    margin-right: 10px;
    font-size: 2rem;
  }
}
#facility .legend .txt {
  font-size: 1.4rem;
  text-decoration: underline;
}
@media (min-width: 768px) {
  #facility .legend .txt {
    font-size: 1.6rem;
  }
}
@media (min-width: 768px) {
  #facility .legend:hover {
    opacity: 0.5;
  }
}

.moreBtn {
  text-align: right;
}
.moreBtn > a {
  background-color: #070c3e;
  display: inline-block;
  border: 1px #ffffff solid;
  font-size: 1.2rem;
  font-family: "Montserrat", sans-serif;
  font-weight: 900;
  line-height: 1;
  padding: 1em 1em;
  transition: 0.5s background-color ease;
  color: #ffffff;
}
@media (min-width: 768px) {
  .moreBtn > a {
    font-size: 2.4rem;
  }
}
.moreBtn > a > i {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  margin-left: 0.5em;
  border: 1px #ffffff solid;
  border-radius: 1000px;
  vertical-align: middle;
  position: relative;
}
.moreBtn > a > i:before, .moreBtn > a > i:after {
  content: "";
  display: block;
  position: absolute;
}
@media (min-width: 768px) {
  .moreBtn > a > i {
    border-width: 2px;
  }
}
.moreBtn > a > i:before {
  width: 40%;
  height: 1px;
  background-color: #ffffff;
  top: 50%;
  left: 25%;
}
.moreBtn > a > i:after {
  width: 30%;
  height: 30%;
  border-right: 1px #ffffff solid;
  border-top: 1px #ffffff solid;
  right: 20%;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
}
@media (min-width: 768px) {
  .moreBtn > a:hover {
    opacity: 1;
    background-color: #ad962d;
  }
}

#cases {
  background-color: #070c3e;
  color: #ffffff;
}
@media (min-width: 768px) {
  #cases .case_contents {
    display: flex;
  }
  #cases .case_contents > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
}
#cases .case_contents .moreBtn {
  text-align: left;
  margin-top: 20px;
}
@media (min-width: 768px) {
  #cases .case_contents .moreBtn {
    text-align: right;
    margin-top: 0;
  }
}
#cases .case_link {
  padding-top: 20px;
}
@media (min-width: 768px) {
  #cases .case_link {
    padding-top: 70px;
  }
}
#cases .case_link .row > * {
  margin-top: 20px;
}
@media (min-width: 768px) {
  #cases .case_link .row > * {
    margin-top: 30px;
  }
}
#cases .case_link .row > * > a:hover {
  opacity: 1;
}
#cases .case_link .row > * .thumbnail {
  display: block;
  width: 100%;
  aspect-ratio: 1/1;
  overflow: hidden;
}
#cases .case_link .row > * .thumbnail:hover > img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
#cases .case_link .row > * .thumbnail > img {
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  transition: 0.5s -webkit-transform ease;
  transition: 0.5s transform ease;
  transition: 0.5s transform ease, 0.5s -webkit-transform ease;
  width: 100%;
  height: 100%;
}
#cases .case_link .row > *:nth-of-type(2) > a {
  transition-delay: 0.1s;
}
@media (min-width: 768px) {
  #cases .case_link .row > *:nth-of-type(3) > a {
    transition-delay: 0.2s;
  }
}
#cases .case_link .row > *:nth-of-type(4) > a {
  transition-delay: 0.1s;
}
@media (min-width: 768px) {
  #cases .case_link .row > *:nth-of-type(4) > a {
    transition-delay: 0s;
  }
}
@media (min-width: 768px) {
  #cases .case_link .row > *:nth-of-type(5) > a {
    transition-delay: 0.1s;
  }
}
#cases .case_link .row > *:nth-of-type(6) > a {
  transition-delay: 0.1s;
}
@media (min-width: 768px) {
  #cases .case_link .row > *:nth-of-type(6) > a {
    transition-delay: 0.2s;
  }
}
#cases .case_link .row > * .post_title {
  margin-top: 5px;
  overflow: hidden;
  text-align: left;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-clamp: 2;
}
@media (min-width: 768px) {
  #cases .case_link .row > * .post_title {
    margin-top: 10px;
    -webkit-line-clamp: 1;
    line-clamp: 1;
  }
}

@media (min-width: 992px) {
  #fee .fee_contents {
    display: flex;
    justify-content: space-between;
  }
}
#fee .fee_contents .rights {
  margin-top: 50px;
}
@media (min-width: 992px) {
  #fee .fee_contents .rights {
    margin-top: 0;
  }
}
#fee .feeTable {
  width: 100%;
  line-height: 1.2;
  border-collapse: collapse;
  table-layout: fixed;
}
@media (min-width: 992px) {
  #fee .feeTable {
    max-width: 600px;
  }
}
#fee .feeTable thead th {
  background-color: #070c3e;
  color: #ffffff;
  text-align: center;
  font-size: 1.5rem;
  border: 1px #070c3e solid;
  padding: 0.5em;
  font-weight: 700;
}
@media (min-width: 768px) {
  #fee .feeTable thead th {
    font-size: 2rem;
  }
}
#fee .feeTable thead th small {
  font-size: 1.3rem;
  font-weight: 400;
}
@media (min-width: 768px) {
  #fee .feeTable thead th small {
    font-size: 1.8rem;
  }
}
#fee .feeTable tbody th,
#fee .feeTable tbody td {
  border-left: 1px #000000 solid;
  border-bottom: 1px #000000 solid;
  vertical-align: middle;
  text-align: center;
  padding: 0.5em;
}
#fee .feeTable tbody th {
  font-size: 1.3rem;
  font-weight: 700;
}
@media (min-width: 768px) {
  #fee .feeTable tbody th {
    font-size: 1.6rem;
  }
}
#fee .feeTable tbody td {
  border-right: 1px #000000 solid;
  font-size: 1.7rem;
  font-weight: 700;
}
@media (min-width: 768px) {
  #fee .feeTable tbody td {
    font-size: 3rem;
  }
}
#fee .feeTable tbody td .price {
  font-family: "Montserrat", sans-serif;
  font-size: 2.4rem;
  margin-left: 0.1em;
}
@media (min-width: 768px) {
  #fee .feeTable tbody td .price {
    font-size: 3.6rem;
  }
}
#fee .feeTable tbody tr.special th,
#fee .feeTable tbody tr.special td {
  background-color: #e1d7b3;
}
#fee .cateringImg {
  display: block;
  width: 100%;
  aspect-ratio: 1/1;
  overflow: hidden;
}
#fee .cateringImg > img {
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  transition: 0.5s -webkit-transform ease;
  transition: 0.5s transform ease;
  transition: 0.5s transform ease, 0.5s -webkit-transform ease;
  width: 100%;
  height: 100%;
}
#fee .catering_ttl {
  font-size: 1.9rem;
  font-weight: 700;
  line-height: 1.2;
}
@media (min-width: 768px) {
  #fee .catering_ttl {
    font-size: 3rem;
  }
}
#fee .catering_ttl small {
  font-family: "Montserrat", sans-serif;
  font-size: 80%;
  color: #d4d4d4;
}
#fee .priceper {
  font-size: 1.8rem;
}
@media (min-width: 768px) {
  #fee .priceper {
    font-size: 2.4rem;
  }
}
#fee .priceper .price {
  font-weight: 700;
  font-size: 120%;
  margin-right: 0.2em;
}
#fee .priceper .price strong {
  font-family: "Montserrat", sans-serif;
  font-size: 120%;
  margin-left: 0.1em;
}

#howtouse {
  background-color: #efeee8;
}
#howtouse .howtorow > * {
  margin-top: 15px;
}
@media (min-width: 768px) {
  #howtouse .howtorow > * {
    margin-top: 130px;
  }
}
#howtouse .howtorow > *:nth-of-type(2) {
  transition-delay: 0.1s;
}
#howtouse .howtorow > *:nth-of-type(3) {
  transition-delay: 0.2s;
}
#howtouse .howtorow > *:nth-of-type(4) {
  transition-delay: 0.3s;
}
#howtouse .stepBox {
  display: flex;
  line-height: 1.6;
}
#howtouse .stepBox .steps {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  background-color: #070c3e;
  color: #ffffff;
  font-size: 1.8rem;
  padding-left: 0.5em;
  padding-right: 0.5em;
}
@media (min-width: 992px) {
  #howtouse .stepBox .steps {
    font-size: 3rem;
  }
}
#howtouse .stepBody {
  background-color: #ffffff;
  border: 1px #000000 solid;
  padding: 15px 15px 15px 0;
  display: flex;
  align-items: center;
}
@media (min-width: 768px) {
  #howtouse .stepBody {
    padding: 30px;
    display: block;
  }
}
#howtouse .stepBody .stepImg {
  flex: 0 0 30%;
  max-width: 30%;
  padding: 0 20px;
}
@media (min-width: 768px) {
  #howtouse .stepBody .stepImg {
    max-width: none;
    max-width: inherit;
    height: 120px;
    padding: 0 0 25px;
    text-align: center;
  }
  #howtouse .stepBody .stepImg img {
    width: auto;
    height: 100%;
  }
}
#howtouse .pdf_blocks {
  display: flex;
  justify-content: space-around;
}
@media (min-width: 768px) {
  #howtouse .pdf_blocks {
    justify-content: center;
  }
}
#howtouse .pdf_blocks > * {
  margin-top: 50px;
}
@media (min-width: 768px) {
  #howtouse .pdf_blocks > * {
    display: flex;
    align-items: center;
  }
  #howtouse .pdf_blocks > *:not(:first-of-type) {
    margin-left: 45px;
  }
  #howtouse .pdf_blocks > *:hover {
    opacity: 0.5;
  }
}
#howtouse .pdf_blocks .icns {
  width: 50%;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 768px) {
  #howtouse .pdf_blocks .icns {
    width: 100px;
  }
}

#faq .faq_contents {
  display: flex;
}
#faq .faq_contents > * {
  flex: 0 0 50%;
  max-width: 50%;
}

.accordionBox .icn {
  font-family: "Montserrat", sans-serif;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1;
}
@media (min-width: 768px) {
  .accordionBox .icn {
    font-size: 4.8rem;
  }
}
.accordionBox .inner {
  display: flex;
}
.accordionBox > dt {
  background-color: #efeee8;
  font-weight: 700;
  padding: 10px 50px 10px 10px;
  font-size: 1.5rem;
  position: relative;
  cursor: pointer;
  transition: 0.5s opacity ease;
}
@media (min-width: 768px) {
  .accordionBox > dt {
    padding: 20px 80px 20px 20px;
    font-size: 2rem;
  }
  .accordionBox > dt:hover {
    opacity: 0.5;
  }
}
.accordionBox > dt .icn {
  color: #ad962d;
}
.accordionBox > dt .txt {
  margin-top: 0.1em;
  margin-left: 1em;
}
@media (min-width: 768px) {
  .accordionBox > dt .txt {
    margin-top: 0.4em;
    margin-left: 1.5em;
  }
}
.accordionBox > dt .arrow {
  width: 1.5em;
  height: 1.5em;
  position: absolute;
  top: 0.8em;
  right: 1em;
  transition: 0.5s -webkit-transform ease;
  transition: 0.5s transform ease;
  transition: 0.5s transform ease, 0.5s -webkit-transform ease;
}
@media (min-width: 768px) {
  .accordionBox > dt .arrow {
    width: 2em;
    height: 2em;
    top: 1.2em;
  }
}
.accordionBox > dt .arrow:after {
  content: "";
  display: block;
  position: absolute;
  top: 20%;
  left: 30%;
  width: 40%;
  height: 40%;
  border-bottom: 2px #000000 solid;
  border-right: 2px #000000 solid;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.accordionBox > dt.active .arrow {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.accordionBox > dd {
  padding: 10px 10px 10px 10px;
  display: none;
}
@media (min-width: 768px) {
  .accordionBox > dd {
    padding: 20px 20px 20px 20px;
  }
}
.accordionBox > dd .icn {
  color: #070c3e;
}
.accordionBox > dd .txt {
  margin-top: 0.1em;
  margin-left: 1em;
  line-height: 2;
}
@media (min-width: 768px) {
  .accordionBox > dd .txt {
    margin-top: 0.5em;
    margin-left: 2.1em;
  }
}

.noticeBlock {
  width: 100%;
  height: 150px;
  overflow-y: scroll;
  border: 1px #000000 solid;
  margin-top: 50px;
  line-height: 2;
}
@media (min-width: 768px) {
  .noticeBlock {
    height: 250px;
    margin-top: 85px;
  }
}
.noticeBlock .inner {
  padding: 20px;
}
.noticeBlock .inner > *:not(:first-of-type) {
  margin-top: 1em;
}

#access {
  background-color: #efeee8;
}
@media (min-width: 992px) {
  #access .access_contents {
    display: flex;
  }
  #access .access_contents > *:nth-of-type(1) {
    flex: 0 0 500px;
    max-width: 500px;
  }
  #access .access_contents > *:nth-of-type(2) {
    flex: 0 0 calc(100% - 500px);
    max-width: calc(100% - 500px);
  }
}
@media (min-width: 992px) {
  #access .rights {
    margin-right: calc(200% - var(--viewWidth) / 2);
  }
}
#access .mapBase {
  margin-left: calc((100% - var(--viewWidth)) / 2);
  margin-right: calc((100% - var(--viewWidth)) / 2);
}
@media (min-width: 992px) {
  #access .mapBase {
    margin-left: 0;
    margin-right: calc((100% + 500px - var(--viewWidth)) / 2);
  }
}
#access .mapBox {
  position: relative;
  width: 100%;
  aspect-ratio: 4/3;
}
#access .mapBox iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#access a.link_dec {
  text-decoration: underline;
  font-weight: 700;
}
@media (min-width: 768px) {
  #access a.link_dec:hover {
    opacity: 1;
    text-decoration: none;
  }
}

#contact {
  background-color: #070c3e;
  color: #ffffff;
}
@media (min-width: 992px) {
  #contact .contact_contents {
    display: flex;
    justify-content: space-between;
  }
}
@media (min-width: 992px) {
  #contact .contact_contents .lefts {
    flex-shrink: 0;
  }
}
#contact .contact_contents .rights {
  margin-top: 30px;
}
@media (min-width: 992px) {
  #contact .contact_contents .rights {
    margin-top: 0;
    padding-left: 30px;
    flex-grow: 1;
    max-width: 600px;
  }
}

#cases_list .row > [class*=col-] > a:hover {
  opacity: 1;
}
#cases_list .row > [class*=col-] .thumbnail {
  display: block;
  width: 100%;
  aspect-ratio: 1/1;
  overflow: hidden;
}
#cases_list .row > [class*=col-] .thumbnail:hover > img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
#cases_list .row > [class*=col-] .thumbnail > img {
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  transition: 0.5s -webkit-transform ease;
  transition: 0.5s transform ease;
  transition: 0.5s transform ease, 0.5s -webkit-transform ease;
  width: 100%;
  height: 100%;
}
#cases_list .row > [class*=col-] .post_title {
  margin-top: 5px;
  overflow: hidden;
  text-align: left;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-clamp: 2;
}
@media (min-width: 768px) {
  #cases_list .row > [class*=col-] .post_title {
    -webkit-line-clamp: 1;
    line-clamp: 1;
  }
}
@media (min-width: 768px) {
  #cases_list .row > [class*=col-] .post_title {
    margin-top: 10px;
  }
}
#cases_list .moreBtn {
  text-align: center;
  margin-top: 20px;
}
@media (min-width: 768px) {
  #cases_list .moreBtn {
    margin-top: 50px;
  }
}

.wp-pagenavi {
  border-top: 1px #cccccc solid;
  border-bottom: 1px #cccccc solid;
  text-align: center;
  font-size: 1.4rem;
  line-height: 1;
  font-weight: 700;
  font-family: "Montserrat", sans-serif;
  color: #cccccc;
  display: flex;
  justify-content: center;
}
@media (min-width: 768px) {
  .wp-pagenavi {
    font-size: 1.8rem;
    font-size: 2.8rem;
  }
}
.wp-pagenavi > a,
.wp-pagenavi > span {
  padding: 0.5em 1em;
  border-left: 1px #cccccc solid;
  display: block;
}
.wp-pagenavi > a.current,
.wp-pagenavi > span.current {
  background-color: #070c3e;
}
.wp-pagenavi > a:last-child,
.wp-pagenavi > span:last-child {
  border-right: 1px #cccccc solid;
}

.single_pagenations {
  border-top: 1px #cccccc solid;
  border-bottom: 1px #cccccc solid;
  text-align: center;
  font-size: 1.4rem;
  line-height: 1;
  font-weight: 700;
  color: #cccccc;
  display: flex;
  justify-content: center;
}
@media (min-width: 768px) {
  .single_pagenations {
    font-size: 1.8rem;
  }
}
.single_pagenations > a {
  padding: 1em 1.6em;
  border-left: 1px #cccccc solid;
  display: block;
}
@media (min-width: 768px) {
  .single_pagenations > a {
    padding: 1.5em 2.4em;
  }
}
.single_pagenations > a:last-child {
  border-right: 1px #cccccc solid;
}

.cases_details div, .cases_details span, .cases_details applet, .cases_details object, .cases_details iframe, .cases_details h1, .cases_details h2, .cases_details h3, .cases_details h4, .cases_details h5, .cases_details h6, .cases_details p, .cases_details blockquote, .cases_details pre, .cases_details a, .cases_details abbr, .cases_details acronym, .cases_details address, .cases_details big, .cases_details cite, .cases_details code, .cases_details del, .cases_details dfn, .cases_details em, .cases_details img, .cases_details ins, .cases_details kbd, .cases_details q, .cases_details s, .cases_details samp, .cases_details small, .cases_details strike, .cases_details strong, .cases_details sub, .cases_details sup, .cases_details tt, .cases_details var, .cases_details b, .cases_details u, .cases_details i, .cases_details center, .cases_details dl, .cases_details dt, .cases_details dd, .cases_details ol, .cases_details ul, .cases_details li, .cases_details fieldset, .cases_details form, .cases_details label, .cases_details legend, .cases_details table, .cases_details caption, .cases_details tbody, .cases_details tfoot, .cases_details thead, .cases_details tr, .cases_details th, .cases_details td, .cases_details article, .cases_details aside, .cases_details canvas, .cases_details details, .cases_details embed, .cases_details figure, .cases_details figcaption, .cases_details footer, .cases_details header, .cases_details hgroup, .cases_details menu, .cases_details nav, .cases_details output, .cases_details ruby, .cases_details section, .cases_details summary, .cases_details time, .cases_details mark, .cases_details audio, .cases_details video {
  margin: revert;
  padding: revert;
  border: revert;
  font-size: revert;
  font: revert;
  vertical-align: revert;
}
.cases_details article, .cases_details aside, .cases_details details, .cases_details figcaption, .cases_details figure, .cases_details footer, .cases_details header, .cases_details hgroup, .cases_details menu, .cases_details nav, .cases_details section {
  display: revert;
}
.cases_details ol, .cases_details ul {
  list-style: revert;
}
.cases_details blockquote, .cases_details q {
  quotes: revert;
}
.cases_details blockquote:before, .cases_details blockquote:after, .cases_details q:before, .cases_details q:after {
  content: revert;
}
.cases_details table {
  border-collapse: revert;
  border-spacing: revert;
}
.cases_details img {
  width: auto;
  height: auto;
}
.cases_details h1 {
  font-size: 200%;
  color: #070c3e;
  font-weight: 900;
}
.cases_details h2 {
  font-size: 180%;
  color: #070c3e;
  font-weight: 700;
}
.cases_details h3 {
  font-size: 160%;
  background-color: #ad962d;
  color: #ffffff;
  font-weight: 700;
  padding-left: 0.45em;
  padding-right: 0.45em;
}
.cases_details h4 {
  font-size: 140%;
  color: #070c3e;
  font-weight: 700;
  padding-left: 1em;
  border-left: 5px #070c3e solid;
}
.cases_details a {
  text-decoration: underline;
}
.cases_details a:hover {
  opacity: 1;
}/*# sourceMappingURL=style.css.map */