@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Noto+Sans+JP&display=swap");
/*ベースフォント設定*/
/*Font Awesome5---------------------------------------------*/
@media screen and (min-width: 981px ) { /*PC*/ }
@media screen and (max-width: 560px ) { /*SP*/ }
@media screen and (max-width: 980px ) and (min-width: 561px ) { /*TB*/ }
@media screen and (max-width: 560px ) { /*SP*/
  body {
    -webkit-text-size-adjust: 100%;
    font-size: 75%;
  }
}
@-webkit-keyframes buruburu {
  0% {
    -webkit-transform: translate(0, 0);
  }
  50% {
    -webkit-transform: translate(0, -5px);
  }
  100% {
    -webkit-transform: translate(0, 0);
  }
}
@keyframes buruburu {
  0% {
    -webkit-transform: translate(0, 0);
  }
  50% {
    -webkit-transform: translate(0, -5px);
  }
  100% {
    -webkit-transform: translate(0, 0);
  }
}
@-webkit-keyframes buruburu2 {
  0% {
    -webkit-transform: translate(0, 0);
  }
  50% {
    -webkit-transform: translate(0, -20px);
  }
  100% {
    -webkit-transform: translate(0, 0);
  }
}
@keyframes buruburu2 {
  0% {
    -webkit-transform: translate(0, 0);
  }
  50% {
    -webkit-transform: translate(0, -20px);
  }
  100% {
    -webkit-transform: translate(0, 0);
  }
}
@-webkit-keyframes fadein {
  0% {
    opacity: 0;
  }
  30% {
    opacity: 70%;
  }
  70% {
    opacity: 50%;
  }
  100% {
    opacity: 100%;
  }
}
@keyframes fadein {
  0% {
    opacity: 0;
  }
  30% {
    opacity: 70%;
  }
  70% {
    opacity: 50%;
  }
  100% {
    opacity: 100%;
  }
}
@-webkit-keyframes gradAnimeTime {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
@keyframes gradAnimeTime {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
.fade {
  opacity: 0;
  -webkit-transform: translateY(-25px);
          transform: translateY(-25px);
  -webkit-transition: 0.8s cubic-bezier(0.33, 0.16, 0.29, 1);
  transition: 0.8s cubic-bezier(0.33, 0.16, 0.29, 1);
}
.fade.effect {
  opacity: 1;
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
}

.slidein {
  opacity: 0;
  -webkit-transform: translateX(-300px);
          transform: translateX(-300px);
  -webkit-transition: all 0.7s;
  transition: all 0.7s;
}
.slidein.effect {
  opacity: 1;
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

@-webkit-keyframes fadeUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
            transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes fadeUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
            transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
.fade-list > * {
  -webkit-transition: all 0.7s;
  transition: all 0.7s;
  opacity: 0;
  -webkit-transform: translateY(-20px);
          transform: translateY(-20px);
  position: relative;
}
.fade-list.effect > *:nth-child(1) {
  -webkit-animation: fadeUp 1s 0.1s 1 ease normal forwards;
          animation: fadeUp 1s 0.1s 1 ease normal forwards;
  -webkit-animation-play-state: running;
          animation-play-state: running;
}
.fade-list.effect > *:nth-child(2) {
  -webkit-animation: fadeUp 1s 0.2s 1 ease normal forwards;
          animation: fadeUp 1s 0.2s 1 ease normal forwards;
  -webkit-animation-play-state: running;
          animation-play-state: running;
}
.fade-list.effect > *:nth-child(3) {
  -webkit-animation: fadeUp 1s 0.3s 1 ease normal forwards;
          animation: fadeUp 1s 0.3s 1 ease normal forwards;
  -webkit-animation-play-state: running;
          animation-play-state: running;
}
.fade-list.effect > *:nth-child(4) {
  -webkit-animation: fadeUp 1s 0.4s 1 ease normal forwards;
          animation: fadeUp 1s 0.4s 1 ease normal forwards;
  -webkit-animation-play-state: running;
          animation-play-state: running;
}
.fade-list.effect > *:nth-child(5) {
  -webkit-animation: fadeUp 1s 0.5s 1 ease normal forwards;
          animation: fadeUp 1s 0.5s 1 ease normal forwards;
  -webkit-animation-play-state: running;
          animation-play-state: running;
}
.fade-list.effect > *:nth-child(6) {
  -webkit-animation: fadeUp 1s 0.6s 1 ease normal forwards;
          animation: fadeUp 1s 0.6s 1 ease normal forwards;
  -webkit-animation-play-state: running;
          animation-play-state: running;
}
.fade-list.effect > *:nth-child(7) {
  -webkit-animation: fadeUp 1s 0.7s 1 ease normal forwards;
          animation: fadeUp 1s 0.7s 1 ease normal forwards;
  -webkit-animation-play-state: running;
          animation-play-state: running;
}
.fade-list.effect > *:nth-child(8) {
  -webkit-animation: fadeUp 1s 0.8s 1 ease normal forwards;
          animation: fadeUp 1s 0.8s 1 ease normal forwards;
  -webkit-animation-play-state: running;
          animation-play-state: running;
}
.fade-list.effect > *:nth-child(9) {
  -webkit-animation: fadeUp 1s 0.9s 1 ease normal forwards;
          animation: fadeUp 1s 0.9s 1 ease normal forwards;
  -webkit-animation-play-state: running;
          animation-play-state: running;
}
.fade-list.effect > *:nth-child(10) {
  -webkit-animation: fadeUp 1s 1s 1 ease normal forwards;
          animation: fadeUp 1s 1s 1 ease normal forwards;
  -webkit-animation-play-state: running;
          animation-play-state: running;
}
.fade-list.effect > *:nth-child(11) {
  -webkit-animation: fadeUp 1s 1.1s 1 ease normal forwards;
          animation: fadeUp 1s 1.1s 1 ease normal forwards;
  -webkit-animation-play-state: running;
          animation-play-state: running;
}
.fade-list.effect > *:nth-child(12) {
  -webkit-animation: fadeUp 1s 1.2s 1 ease normal forwards;
          animation: fadeUp 1s 1.2s 1 ease normal forwards;
  -webkit-animation-play-state: running;
          animation-play-state: running;
}

.move-img {
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.move-img:before {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0%;
  height: 100%;
  background: #fff;
  z-index: 1;
  -webkit-transform-origin: right center;
          transform-origin: right center;
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
  -webkit-transition: width 0.3s cubic-bezier(0.19, 1, 0.22, 1) 0s, -webkit-transform 0.5s cubic-bezier(0.19, 1, 0.22, 1) 0.4s;
  transition: width 0.3s cubic-bezier(0.19, 1, 0.22, 1) 0s, -webkit-transform 0.5s cubic-bezier(0.19, 1, 0.22, 1) 0.4s;
  transition: width 0.3s cubic-bezier(0.19, 1, 0.22, 1) 0s, transform 0.5s cubic-bezier(0.19, 1, 0.22, 1) 0.4s;
  transition: width 0.3s cubic-bezier(0.19, 1, 0.22, 1) 0s, transform 0.5s cubic-bezier(0.19, 1, 0.22, 1) 0.4s, -webkit-transform 0.5s cubic-bezier(0.19, 1, 0.22, 1) 0.4s;
}
.move-img img {
  position: relative;
  width: 100%;
  height: auto;
  opacity: 0;
  left: -100%;
  -webkit-transition: all 0.7s;
  transition: all 0.7s;
}
.move-img.effect img {
  opacity: 1;
  left: 0;
}
.move-img.effect:before {
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  width: 100%;
}

.blur {
  -ms-filter: blur(6px);
  -webkit-filter: blur(6px);
          filter: blur(6px);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-transform: scale(0.95);
  transform: scale(0.95);
}
.blur.effect {
  -webkit-transform: scale(1);
  transform: scale(1);
  -ms-filter: blur(0);
  -webkit-filter: blur(0);
          filter: blur(0);
}

.focus-img {
  position: relative;
}
.focus-img img {
  display: block;
  min-width: 100%;
  height: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) scale(1.5) rotateZ(0);
  transform: translate(-50%, -50%) scale(1.5) rotateZ(0);
  -webkit-transition: all 3s;
  transition: all 3s;
}
.focus-img.effect img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) scale(1) rotateZ(0);
  transform: translate(-50%, -50%) scale(1) rotateZ(0);
}


/*共通------------------------------------------*/
.btn {
  max-width: 500px;
}
.btn a {
  display: block;
  text-align: center;
  background: #ab131e;
  color: #ffffff;
  font-weight: 400;
  font-size: 150%;
  padding: 0.5em 1.4em;
  border-radius: 5px;
}
@media screen and (max-width: 980px ) and (min-width: 561px ), screen and (max-width: 560px ) {
  .btn a {
    font-size: 130%;
  }
}

.cont_hed {
  width: 95%;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  -ms-flex-pack: start;
  -webkit-box-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -ms-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
}
.cont_hed h2 {
  position: relative;
  display: inline-block;
  border-right: 1px solid #ab131e;
  padding: 4px 0;
  padding-left: 4%;
  width: 66%;
}
.cont_hed h2 img {
  width: 92%;
}
.cont_hed p {
  margin: 0;
  font-size: clamp(0.75rem, 0.596rem + 0.44vw, 1.125rem);
  margin-left: 6%;
  letter-spacing: 0.025em;
}

/*=============================================================================*/
/*トップ内コンテンツ=================================================================*/
/*=============================================================================*/
#mainvisual {
  position: relative;
}
#mainvisual .cont1 {
  position: relative;
  width: 100%;
  overflow: hidden;
  aspect-ratio: 16/9;
}
@media screen and (max-width: 980px ) and (min-width: 561px ), screen and (max-width: 560px ) {
  #mainvisual .cont1 {
    aspect-ratio: auto;
    width: 100%;
    height: 75vh;
  }
}
#mainvisual .cont1 img {
  width: 100%;
  height: auto;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%) scale(1);
          transform: translateX(-50%) scale(1);
}
@media screen and (max-width: 980px ) and (min-width: 561px ), screen and (max-width: 560px ) {
  #mainvisual .cont1 img {
    width: auto;
    height: 100%;
    position: absolute;
    position: relative;
    top: auto;
    left: auto;
    -webkit-transform: translate(0, 0) scale(1);
            transform: translate(0, 0) scale(1);
    position: absolute;
    right: -40%;
  }
}
#mainvisual .cont2 {
  font-size: 187.5%;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  position: absolute;
  height: 100%;
  top: 0;
  right: 0;
  background: #ffffff;
  width: 5.5em;
  padding-top: 0.8em;
}
@media screen and (max-width: 1080px) {
  #mainvisual .cont2 {
    font-size: 160%;
  }
}
@media screen and (max-width: 560px ) {
  #mainvisual .cont2 {
    font-size: 150%;
    width: 4.8em;
  }
}
#mainvisual .cont2 p {
  padding-right: 1.6em;
  margin: 0;
}
#mainvisual .cont2 p span {
  display: inline-block;
  margin-top: 0.8em;
}

#infomation {
  position: relative;
  margin-top: 80px;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  -ms-flex-pack: start;
  -webkit-box-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -ms-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
  padding-left: 10vw;
  padding-right: 220px;
  width: 90.8%;
}
@media screen and (max-width: 980px ) and (min-width: 561px ), screen and (max-width: 560px ) {
  #infomation {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-align: center;
    -webkit-box-align: center;
            align-items: center;
    -ms-flex-pack: center;
    -webkit-box-pack: center;
            justify-content: center;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -ms-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
    width: 100%;
    padding: 0;
    max-width: 580px;
    margin: 80px auto 0;
  }
}
#infomation .info_hed {
  text-align: center;
  border: 1px solid #2e2d2d;
  padding: 1.05em 2.6em 1.5em 2.2em;
}
@media screen and (max-width: 980px ) and (min-width: 561px ), screen and (max-width: 560px ) {
  #infomation .info_hed {
    width: 95%;
    margin-bottom: 3em;
  }
}
#infomation .info_hed h2 {
  font-size: 150%;
  font-weight: 500;
}
#infomation .info_hed p {
  font-size: 118.75%;
  margin-bottom: 0;
}
#infomation .cont {
  font-size: 118.75%;
  padding-left: 5.3%;
  padding-top: 1.15em;
}
@media screen and (max-width: 980px ) and (min-width: 561px ), screen and (max-width: 560px ) {
  #infomation .cont {
    padding: 0;
    width: 95%;
  }
}
#infomation .cont span {
  display: inline-block;
  margin-right: 0.8em;
}
#infomation .btn {
  position: absolute;
  right: 5px;
  top: 28px;
}
@media screen and (max-width: 980px ) and (min-width: 561px ), screen and (max-width: 560px ) {
  #infomation .btn {
    position: relative;
  }
}

#dining {
  margin-top: 145px;
  position: relative;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-align: stretch;
  -webkit-box-align: stretch;
          align-items: stretch;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -ms-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
}
@media screen and (max-width: 980px ) and (min-width: 561px ), screen and (max-width: 560px ) {
  #dining {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-align: stretch;
    -webkit-box-align: stretch;
            align-items: stretch;
    -ms-flex-pack: start;
    -webkit-box-pack: start;
            justify-content: flex-start;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -ms-flex-direction: column-reverse;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
            flex-direction: column-reverse;
  }
}
#dining .cont1 {
  padding: 33px 0 138px;
  width: 95%;
  margin-right: 2.8%;
  margin-left: auto;
  max-width: 552px;
}
@media screen and (max-width: 980px ) and (min-width: 561px ), screen and (max-width: 560px ) {
  #dining .cont1 {
    margin: 0 auto;
    max-width: 2000px;
  }
}
#dining .cont1 .cont_hed {
  width: 95%;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  -ms-flex-pack: start;
  -webkit-box-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -ms-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
}
#dining .cont1 .cont_hed h2 {
  position: relative;
  display: inline-block;
  border-right: 1px solid #ab131e;
  padding: 4px 0;
  padding-left: 4%;
  width: 66%;
}
@media screen and (max-width: 1150px) {
  #dining .cont1 .cont_hed h2 {
    width: 55%;
  }
}
@media screen and (max-width: 980px ) and (min-width: 561px ), screen and (max-width: 560px ) {
  #dining .cont1 .cont_hed h2 {
    max-width: 300px;
    padding-left: 0;
  }
}
@media screen and (max-width: 560px ) {
  #dining .cont1 .cont_hed h2 {
    width: 49%;
  }
}
#dining .cont1 .cont_hed h2 img {
  width: 92%;
  height: auto;
}
#dining .cont1 .cont_hed p {
  margin: 0;
  font-size: clamp(0.75rem, 0.596rem + 0.44vw, 1.125rem);
  margin-left: 6%;
  letter-spacing: 0.025em;
}
#dining .cont1 .about {
  font-size: 168.75%;
  padding: 74px 0 12px 0.7em;
  line-height: 1.78em;
  position: relative;
}
@media screen and (max-width: 980px ) and (min-width: 561px ), screen and (max-width: 560px ) {
  #dining .cont1 .about {
    padding-top: 1.6em;
    padding-left: 0;
  }
}
#dining .cont1 .about:after {
  content: "";
  position: absolute;
  width: 96%;
  background: #000000;
  height: 1px;
  bottom: 0;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%) scale(1);
          transform: translateX(-50%) scale(1);
}
@media screen and (max-width: 980px ) and (min-width: 561px ), screen and (max-width: 560px ) {
  #dining .cont1 .about:after {
    width: 100%;
  }
}
#dining .cont1 .more {
  padding: 60px 0 24px 0.7em;
  font-size: 150%;
  line-height: 1.75em;
}
@media screen and (max-width: 980px ) and (min-width: 561px ), screen and (max-width: 560px ) {
  #dining .cont1 .more {
    padding: 1.6em 0;
  }
  #dining .cont1 .more p {
    margin-bottom: 0;
  }
}
#dining .cont1 .btn {
  padding-left: 1.1em;
  margin-bottom: 37px;
}
@media screen and (max-width: 980px ) and (min-width: 561px ), screen and (max-width: 560px ) {
  #dining .cont1 .btn {
    padding: 0;
    margin: 0 auto 37px;
  }
}
#dining .cont1 .btn a {
  padding: 1.3em;
  letter-spacing: -0.12em;
}
#dining .cont1 .banner {
  padding-left: 1em;
  margin-bottom: 0;
  max-width: 500px;
}
@media screen and (max-width: 980px ) and (min-width: 561px ), screen and (max-width: 560px ) {
  #dining .cont1 .banner {
    padding: 0;
    margin: 0 auto;
  }
}
#dining .cont1 .banner img {
  width: 100%;
  height: auto;
}
#dining .cont2 {
  width: 56.5%;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 980px ) and (min-width: 561px ), screen and (max-width: 560px ) {
  #dining .cont2 {
    width: 100%;
    aspect-ratio: 5/3;
  }
}
#dining .cont2 > img {
  width: auto;
  height: 100%;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%) scale(1);
          transform: translateX(-50%) scale(1);
}
@media screen and (max-width: 980px ) and (min-width: 561px ), screen and (max-width: 560px ) {
  #dining .cont2 > img {
    width: 100%;
    height: auto;
  }
}
#dining .cont2 p {
  position: absolute;
}
#dining .cont2 p:nth-of-type(1) {
  -webkit-filter: drop-shadow(0 0 18px rgba(0, 0, 0, 0.68));
  -moz-filter: drop-shadow(0 0 18px rgba(0, 0, 0, 0.68));
  -ms-filter: drop-shadow(0 0 18px rgba(0, 0, 0, 0.68));
  filter: drop-shadow(0 0 18px rgba(0, 0, 0, 0.68));
  top: 1em;
  left: 1em;
  color: #ffffff;
  font-size: 300%;
  letter-spacing: -0.04em;
}
@media all and (-ms-high-contrast: none) {
  #dining .cont2 p:nth-of-type(1) {
    -webkit-box-shadow: 0 0 18px 0 rgba(0, 0, 0, 0.68);
            box-shadow: 0 0 18px 0 rgba(0, 0, 0, 0.68);
  }
}
@media screen and (max-width: 560px ) {
  #dining .cont2 p:nth-of-type(1) {
    font-size: 200%;
  }
}
#dining .cont2 p:nth-of-type(2) {
  right: 1.8em;
  top: 2em;
}
@media screen and (max-width: 560px ) {
  #dining .cont2 p:nth-of-type(2) img {
    width: 50px;
    height: auto;
  }
}

#dining_img3 {
  position: relative;
  padding-left: 3.8vw;
  width: 86vw;
  margin-top: -6em;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-align: start;
  -webkit-box-align: start;
          align-items: flex-start;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -ms-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
  z-index: 50;
}
@media screen and (max-width: 980px ) and (min-width: 561px ), screen and (max-width: 560px ) {
  #dining_img3 {
    width: 95%;
    padding-left: 0;
    margin: -6em auto 0;
  }
}
#dining_img3 span {
  display: inline-block;
  aspect-ratio: 5/4;
  width: 29.5%;
}
#dining_img3 span img {
  height: 100%;
  width: auto;
}
@media screen and (max-width: 980px ) and (min-width: 561px ), screen and (max-width: 560px ) {
  #dining_img3 span img {
    width: 100%;
    height: auto;
  }
}

#trainingcamp {
  margin-top: 190px;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-align: stretch;
  -webkit-box-align: stretch;
          align-items: stretch;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -ms-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
  position: relative;
  padding-bottom: 135px;
}
@media screen and (max-width: 980px ) and (min-width: 561px ), screen and (max-width: 560px ) {
  #trainingcamp {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-align: stretch;
    -webkit-box-align: stretch;
            align-items: stretch;
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-direction: column-reverse;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
            flex-direction: column-reverse;
    margin-top: 150px;
  }
}
#trainingcamp:after {
  content: "";
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 72%;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%) scale(1);
          transform: translateX(-50%) scale(1);
  bottom: 0;
  background: url(../img/trainingcamp_bg.jpg) no-repeat;
  background-size: cover;
}
#trainingcamp .cont1 {
  width: 61.2%;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 980px ) and (min-width: 561px ), screen and (max-width: 560px ) {
  #trainingcamp .cont1 {
    width: 100%;
  }
}
#trainingcamp .cont1 img {
  position: absolute;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%) scale(1);
          transform: translateX(-50%) scale(1);
  height: 100%;
}
@media screen and (max-width: 980px ) and (min-width: 561px ), screen and (max-width: 560px ) {
  #trainingcamp .cont1 img {
    position: relative;
  }
}
#trainingcamp .cont2 {
  width: 710px;
  padding-left: 3.3%;
}
@media screen and (max-width: 980px ) and (min-width: 561px ), screen and (max-width: 560px ) {
  #trainingcamp .cont2 {
    width: 100%;
    padding-left: 0;
  }
}
@media screen and (max-width: 980px ) and (min-width: 561px ), screen and (max-width: 560px ) {
  #trainingcamp .cont2 .cont_hed {
    width: 95%;
    margin: 0 auto;
  }
}
#trainingcamp .cont2 .cont_hed h2 {
  position: relative;
  display: inline-block;
  border-right: 1px solid #ab131e;
  padding: 8px 0 4px;
  font-size: clamp(1.5rem, 0.882rem + 1.76vw, 3rem);
  width: 6.3em;
  font-weight: 700;
  letter-spacing: -0.02em;
}
@media screen and (max-width: 980px ) and (min-width: 561px ) {
  #trainingcamp .cont2 .cont_hed h2 {
    font-size: 280%;
    width: 48%;
  }
}
@media screen and (max-width: 560px ) {
  #trainingcamp .cont2 .cont_hed h2 {
    font-size: 280%;
    width: 60%;
  }
}
#trainingcamp .cont2 .cont_hed p {
  margin-left: 5%;
}
#trainingcamp .cont2 .catchcopy {
  font-size: 281.25%;
  padding-top: 0.6em;
  letter-spacing: -0.04em;
}
@media screen and (max-width: 1150px) {
  #trainingcamp .cont2 .catchcopy {
    font-size: 250%;
  }
}
@media screen and (max-width: 980px ) and (min-width: 561px ), screen and (max-width: 560px ) {
  #trainingcamp .cont2 .catchcopy {
    font-size: 230%;
  }
}
@media screen and (max-width: 980px ) and (min-width: 561px ), screen and (max-width: 560px ) {
  #trainingcamp .cont2 .catchcopy p:first-child {
    width: 95%;
    margin: 0.5em auto 1em;
  }
}
#trainingcamp .cont2 .catchcopy img {
  width: 100%;
  height: auto;
}
#trainingcamp .cont2 .more {
  margin-top: 9em;
}
@media screen and (max-width: 980px ) and (min-width: 561px ), screen and (max-width: 560px ) {
  #trainingcamp .cont2 .more {
    width: 95%;
    margin: 0 auto;
  }
}
#trainingcamp .cont2 .more p span {
  display: inline-block;
}
#trainingcamp .cont2 .more p span:nth-of-type(1) {
  font-size: 168.75%;
  line-height: 1.68em;
}
#trainingcamp .cont2 .more p span:nth-of-type(2) {
  font-size: 225%;
  margin-top: 0.38em;
}
#trainingcamp .cont2 .more p span:nth-of-type(3) {
  font-size: 137.5%;
  margin-top: 0.6em;
  line-height: 1.68em;
}
#trainingcamp .cont2 .btn {
  margin-top: 4.3em;
}
@media screen and (max-width: 980px ) and (min-width: 561px ), screen and (max-width: 560px ) {
  #trainingcamp .cont2 .btn {
    width: 95%;
    margin: 0 auto;
    margin-top: 4.3em;
  }
}
#trainingcamp .cont2 .btn a {
  max-width: 515px;
  padding: 1.3em;
  letter-spacing: -0.12em;
}

#stay {
  background: #1a5388;
  color: #ffffff;
  padding: 60px 0 50px;
}
#stay > div {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-align: start;
  -webkit-box-align: start;
          align-items: flex-start;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -ms-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
  margin: 0 auto;
  width: 92.2%;
}
@media screen and (max-width: 1569px) {
  #stay > div {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-align: start;
    -webkit-box-align: start;
            align-items: flex-start;
    -ms-flex-pack: start;
    -webkit-box-pack: start;
            justify-content: flex-start;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -ms-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
  }
}
#stay > div .cont1 {
  padding: 0 6.8%;
  width: 46.4%;
}
@media screen and (max-width: 1569px) {
  #stay > div .cont1 {
    width: 95%;
    padding: 0;
  }
}
#stay > div .cont1 h2 {
  font-size: 187.5%;
  font-weight: 700;
}
@media screen and (max-width: 980px ) and (min-width: 561px ), screen and (max-width: 560px ) {
  #stay > div .cont1 h2 {
    font-size: 165%;
  }
}
#stay > div .cont1 p:nth-of-type(1) {
  font-size: 225%;
  font-weight: 400;
  padding: 1.9em 0 0.25em 0.8em;
  margin-bottom: 0;
}
@media screen and (max-width: 980px ) and (min-width: 561px ), screen and (max-width: 560px ) {
  #stay > div .cont1 p:nth-of-type(1) {
    padding-left: 0;
    font-size: 200%;
  }
}
#stay > div .cont1 p:nth-of-type(2) {
  font-size: 137.5%;
  padding-left: 1.4em;
}
@media screen and (max-width: 980px ) and (min-width: 561px ), screen and (max-width: 560px ) {
  #stay > div .cont1 p:nth-of-type(2) {
    padding-left: 0;
  }
}
#stay > div .cont1 table {
  width: 100%;
  font-size: 112.5%;
  margin-top: 3.5em;
}
#stay > div .cont1 table tr {
  border-bottom: 1px solid #ffffff;
  text-align: right;
  vertical-align: middle;
}
#stay > div .cont1 table tr th {
  padding: 0.58em 0;
  width: 23%;
}
#stay > div .cont1 table tr td {
  width: 38%;
  padding-right: 0.8em;
}
#stay > div .cont1 table tr td:last-child {
  padding-right: 2.5em;
}
#stay > div .cont1 .btn {
  width: 90%;
  margin: 0 auto;
  margin-top: 2.5em;
}
@media screen and (max-width: 980px ) and (min-width: 561px ), screen and (max-width: 560px ) {
  #stay > div .cont1 .btn {
    width: 100%;
  }
}
#stay > div .cont1 .btn a {
  color: #1a5388;
  background: #ffffff;
  padding: 1.2em;
}
#stay > div .cont2 {
  width: 53.6%;
  padding-top: 30px;
}
@media screen and (max-width: 1569px) {
  #stay > div .cont2 {
    margin-top: 4em;
    width: 100%;
  }
}
#stay > div .cont2 h2 {
  font-size: 187.5%;
  text-align: center;
  margin-bottom: 1.5em;
}
#stay > div .cont2 div {
  background: #ffffff;
  height: 492px;
}
@media screen and (max-width: 849px) {
  #stay > div .cont2 div {
    height: 903px;
  }
}
#stay > div .cont2 div iframe {
  display: block;
  height: 100%;
  width: 100%;
}
#stay > div .cont2 div h1 {
  display: none;
}
#stay > div .cont2 p {
  font-size: 187.5%;
  text-align: right;
  margin-top: 0.6em;
}
@media screen and (max-width: 1300px) {
  #stay > div .cont2 p {
    font-size: 150%;
  }
}
@media screen and (max-width: 980px ) and (min-width: 561px ), screen and (max-width: 560px ) {
  #stay > div .cont2 p {
    font-size: 140%;
  }
}

