@charset "UTF-8";
@import "normalize.css";
body {
  font-size: 16px;
  font-family: YuMincho, "Yu Mincho", serif;
  color: #555555;
  overflow-x: hidden;
  max-width: 1920px;
  margin-left: auto;
  margin-right: auto;
}

h2 {
  font-family: "Hannari", serif;
  font-weight: 100;
  font-size: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
h2 span {
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
          writing-mode: vertical-rl;
  background-color: #eed255;
  color: #ffffff;
  padding: 10px 5px;
  position: relative;
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
  margin-left: 20px;
  letter-spacing: 0.2em;
  text-indent: 0.3em;
}
h2 span::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 6px;
  left: 6px;
  border-right: 2px solid #eed255;
  border-bottom: 2px solid #eed255;
}
@media only screen and (max-width: 1775px) {
  h2 span {
    margin-right: 20px;
  }
}

img {
  display: block;
  height: auto;
  max-width: 100%;
}

.showPC {
  display: block !important;
}

.showSP {
  display: none !important;
}

.btn1 {
  font-size: 22px;
  display: block;
  text-align: center;
  background: #eca158;
  background: -webkit-gradient(linear, left top, right top, from(#f7db5a), to(#eca158));
  background: linear-gradient(to right, #f7db5a 0%, #eca158 100%);
  color: #ffffff;
  padding: 30px;
  width: 100%;
  max-width: 400px;
}

.btn2 {
  font-size: 22px;
  display: block;
  text-align: center;
  background: #ffffff;
  border: 5px solid #f7db5a;
  color: #ffffff;
  padding: 30px;
  width: 100%;
  max-width: 400px;
}
.btn2 span {
  background: linear-gradient(135deg, #fed878 0%, #fa505e 100%);
  background: -webkit-linear-gradient(-45deg, #fed878 0%, #fa505e 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.btn3 {
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
          writing-mode: vertical-rl;
  text-orientation: upright;
  font-size: 15px;
  background-color: #ffffff;
  border: 1px solid #aaa;
  text-align: center;
  padding: 10px;
}

.table {
  max-width: 980px;
  margin: 60px auto;
  font-size: 14px;
}
.table th {
  border-bottom: solid 1px #D9D9D9;
  border-right: solid 1px #D9D9D9;
  text-align: left;
  width: 8em;
}
.table td {
  border-bottom: solid 1px #D9D9D9;
  padding: 20px 0px 20px 20px;
}

.dl {
  max-width: 980px;
  margin: 60px auto;
  font-size: 14px;
}
.dl dt {
  font-weight: bold;
  margin: 0px 0px 0px 0px;
  font-size: 120%;
}
.dl dd {
  margin: 10px 0px 30px 0px;
}

.header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 30px;
  max-width: 1620px;
  margin-left: auto;
  margin-right: auto;
  height: 150px;
}
@media only screen and (max-width: 1620px) {
  .header img {
    margin-left: 30px;
  }
}
.header h1 {
  font-size: 14px;
  font-weight: 100;
}
.header .btn1 {
  margin-left: auto;
  max-width: 220px;
  padding: 15px;
  font-size: 20px;
}

.mv {
  position: relative;
}
.mv::after {
  content: "";
  width: 80%;
  max-width: 1190px;
  height: 480px;
  background-color: #eed255;
  position: absolute;
  right: 0;
  bottom: -100px;
  z-index: -1;
}
@media only screen and (max-width: 1775px) {
  .mv::after {
    width: 60%;
  }
}
.mv__inner {
  position: relative;
  margin: 0 auto;
  max-width: 1620px;
}

.chatch-box {
  width: 320px;
  height: 320px;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #ffffff;
  z-index: 3;
}
.chatch-box h2 {
  color: #555555;
  font-size: 35px;
  font-weight: 100;
  line-height: 2;
  letter-spacing: 1.2;
}

.slider {
  display: block;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}
.slider-sp {
  display: none;
}

.scroll {
  font-size: 30px;
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
          writing-mode: vertical-rl;
  font-family: "Cormorant", serif;
  color: #ffffff;
  background-color: #eed255;
  padding: 15px;
  position: absolute;
  right: 0;
  bottom: -100px;
  width: 100%;
  height: 480px;
  max-width: 150px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}
.scroll::before {
  content: "";
  background-color: #ffffff;
  width: 2px;
  height: 85px;
}
@media only screen and (max-width: 1820px) {
  .scroll {
    display: none;
  }
}

.slick-dots {
  top: 170px !important;
  width: 20px !important;
  height: 40px !important;
  right: -90px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.slick-dots li {
  display: block !important;
  margin: 15px auto !important;
}
.slick-dots li button::before {
  content: "○" !important;
  font-size: 12px !important;
  color: #555555 !important;
  opacity: 1 !important;
}
.slick-dots li.slick-active button::before {
  content: "●" !important;
  color: #eed255 !important;
  font-size: 13px !important;
  opacity: 1 !important;
}
@media only screen and (max-width: 1380px) {
  .slick-dots {
    right: 40px;
  }
  .slick-dots li {
    display: block !important;
    margin: 15px auto !important;
  }
  .slick-dots li button::before {
    content: "●" !important;
    font-size: 12px !important;
    color: #ffffff !important;
    opacity: 1 !important;
  }
}

#intro {
  padding-top: 155px;
  margin-top: 100px;
  overflow: hidden;
  background-image: url(../img/intro_bg.jpg);
  background-repeat: no-repeat;
  background-position: right top;
}
#intro h2 {
  margin-top: 50px;
  margin-left: 45px;
}
#intro h3 {
  font-size: 30px;
  font-weight: 100;
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
          writing-mode: vertical-rl;
  margin-left: 50px;
  margin-top: 155px;
}
#intro h3 span {
  text-orientation: upright;
}
#intro p {
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
          writing-mode: vertical-rl;
  text-orientation: upright;
  line-height: 2.1;
  margin-left: 30px;
  margin-top: 155px;
}

.intro__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: right;
      -ms-flex-pack: right;
          justify-content: right;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  width: 100%;
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 200px;
}
@media only screen and (max-width: 890px) {
  .intro__inner {
    min-height: unset;
    height: auto;
    padding-bottom: 60px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.intro__inner figure {
  position: absolute;
  width: 90%;
  max-width: 1750px;
  right: 0;
}
@media only screen and (max-width: 1775px) {
  .intro__inner figure {
    position: static;
    width: 50%;
    right: unset;
    left: 0;
  }
}
@media only screen and (max-width: 890px) {
  .intro__inner figure {
    margin-left: 0;
    margin-right: auto;
  }
}
.intro__inner figure img {
  margin-left: 0;
  margin-right: auto;
}

.enjoy {
  background-image: url(../img/enjoy_bg.jpg);
  background-repeat: no-repeat;
  background-position: center bottom;
  padding-bottom: 1000px;
  position: relative;
}
.enjoy__headline {
  background-image: url(../img/enjoy_img.jpg);
  background-repeat: no-repeat;
  background-position: center top;
}
.enjoy__inner {
  background-color: #ffffff;
  width: 100%;
  max-width: 1620px;
  margin: 0 auto;
  position: relative;
  top: 500px;
}
.enjoy__menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: right;
      -ms-flex-pack: right;
          justify-content: right;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 50px;
  width: 100%;
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
  padding: 150px 0;
}
.enjoy__menu li {
  width: 45%;
}
.enjoy__menu figure {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: right;
      -ms-flex-pack: right;
          justify-content: right;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
@media only screen and (max-width: 890px) {
  .enjoy__menu figure {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
  }
}
.enjoy__menu figcaption {
  font-size: 20px;
  padding: 25px;
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
          writing-mode: vertical-rl;
  text-orientation: upright;
  margin-left: 30px;
}
@media only screen and (max-width: 890px) {
  .enjoy__menu figcaption {
    -webkit-writing-mode: horizontal-tb;
        -ms-writing-mode: lr-tb;
            writing-mode: horizontal-tb;
    padding: 15px 0;
    margin-left: 0;
  }
}
.enjoy__menu figcaption span {
  display: block;
  font-size: 14px;
}
.enjoy__menu--slider {
  display: none;
}
.enjoy h2 {
  position: absolute;
  top: -100px;
  left: 90px;
}
@media only screen and (max-width: 1775px) {
  .enjoy h2 {
    top: -400px;
    left: 10px;
  }
}

.btn__area {
  position: absolute;
  left: 50%;
  bottom: 200px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 30px;
  width: 100%;
  max-width: 830px;
}
.btn__area dl {
  width: 100%;
}
.btn__area dl dt {
  text-align: center;
  font-size: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 15px;
  margin-bottom: 15px;
}
.btn__area dl dt::after {
  content: "";
  display: block;
  width: 1px;
  height: 50px;
  background-color: #555555;
}

.possibility {
  background-image: url(../img/possibility_bg.jpg);
  background-repeat: no-repeat;
  background-position: right bottom;
  padding: 200px 0 0;
}
.possibility h2 {
  margin-left: 45px;
}
.possibility h3 {
  margin-top: 180px;
  margin-left: 30px;
  font-size: 16px;
  font-weight: 100;
  line-height: 2.1;
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
          writing-mode: vertical-rl;
  position: relative;
}
.possibility p {
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
          writing-mode: vertical-rl;
  text-orientation: upright;
  line-height: 2.1;
}
.possibility p span {
  text-orientation: mixed;
}
.possibility__inner1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: right;
      -ms-flex-pack: right;
          justify-content: right;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  width: 100%;
  min-height: 840px;
  max-width: 1460px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
@media only screen and (max-width: 1380px) {
  .possibility__inner1 {
    min-height: unset;
    height: auto;
    padding-bottom: 60px;
  }
}
.possibility__inner1 figure {
  position: absolute;
  width: 100%;
  max-width: 1750px;
  left: 0;
}
@media only screen and (max-width: 1775px) {
  .possibility__inner1 figure {
    width: 55%;
  }
}
@media only screen and (max-width: 1380px) {
  .possibility__inner1 figure {
    right: unset;
    margin-left: 0;
    margin-right: auto;
    top: -180px;
  }
}
.possibility__inner1 figure img {
  margin-left: 0;
  margin-right: auto;
}
.possibility__inner1 p {
  margin-top: 180px;
  margin-left: 40px;
}
.possibility__inner2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: left;
      -ms-flex-pack: left;
          justify-content: left;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  width: 100%;
  min-height: 600px;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (max-width: 1380px) {
  .possibility__inner2 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.possibility__inner2 p {
  margin-top: 50px;
}
.possibility__inner2 .btn3 {
  margin-top: 50px;
  margin-right: 30px;
  max-height: 250px;
}
.possibility__inner2 figure {
  position: absolute;
  width: 100%;
  max-width: 720px;
  left: 50%;
}
@media only screen and (max-width: 1380px) {
  .possibility__inner2 figure {
    position: static;
    width: 50%;
    margin-left: 0;
    margin-right: auto;
  }
}
.possibility__inner2 figure img {
  margin-right: 0;
  margin-left: 30px;
}
.possibility__inner3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: right;
      -ms-flex-pack: right;
          justify-content: right;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  width: 100%;
  min-height: 730px;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}
.possibility__inner3 figure {
  position: absolute;
  width: 100%;
  max-width: 1750px;
  left: 10%;
}
@media only screen and (max-width: 1775px) {
  .possibility__inner3 figure {
    width: 50%;
    right: unset;
    left: 0;
  }
}
.possibility__inner3 figure img {
  margin-left: 0;
  margin-right: auto;
}
.possibility__inner3 p {
  margin-top: 100px;
  margin-left: 50px;
}
.possibility__inner3 .btn3 {
  margin-top: 100px;
  max-height: 320px;
}

.start_bar,
.end_bar {
  display: inline-block;
  width: 2px;
  height: 15px;
  background-color: #555555;
}

.start_bar {
  margin-bottom: 10px;
}

.end_bar {
  margin-top: 10px;
}

.sdgs {
  border: 1px solid #dddddd;
  max-width: 1100px;
  margin: 180px auto;
  padding: 85px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.sdgs figure {
  width: 100%;
  max-width: 440px;
  padding: 0 85px;
}
.sdgs figure img {
  margin: auto;
}
.sdgs figcaption {
  text-align: center;
  font-size: 30px;
}
.sdgs article {
  width: 100%;
  padding: 0 85px;
  line-height: 2.2;
  border-left: 1px solid #dddddd;
}

footer {
  border-top: 1px solid #dddddd;
}
footer nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 35px;
  width: 100%;
  margin: 35px auto;
}
footer nav ul li {
  text-align: center;
  font-size: 18px;
}
footer nav ul li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
footer nav ul li a::after {
  content: "";
  width: 15px;
  height: 15px;
  background-image: url(../img/link.png);
  background-repeat: no-repeat;
}

.footer {
  background-color: #323232;
  color: #ffffff;
  padding: 70px 0;
}
.footer img {
  margin: 0 auto 40px;
}
.footer h2 {
  display: block;
  text-align: center;
  font-size: 16px;
  margin: 0 auto 20px;
}
.footer address {
  text-align: center;
  font-style: normal;
  margin-bottom: 40px;
  line-height: 2.2;
}
.footer address span.left {
  padding-right: 10px;
  display: inline-block;
}
.footer address span.right {
  padding-left: 10px;
  display: inline-block;
}

.copyright {
  color: #ffffff;
  width: 100%;
  display: block;
  text-align: center;
}