@charset "UTF-8";
@import "normalize.css";
body {
  font-size: 10px;
  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: 29px;
  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 2px;
  position: relative;
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
  margin-left: 10px;
  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;
}

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

.showPC {
  display: none !important;
}

.showSP {
  display: block !important;
}

.btn1 {
  font-size: 13px;
  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: 15px 0;
  width: 100%;
  max-width: 260px;
  margin-left: auto;
  margin-right: auto;
}

.btn2 {
  font-size: 13px;
  display: block;
  text-align: center;
  background: #ffffff;
  border: 5px solid #f7db5a;
  color: #ffffff;
  padding: 15px 0;
  width: 100%;
  max-width: 260px;
  margin-left: auto;
  margin-right: auto;
}
.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: 10px;
  background-color: #ffffff;
  border: 1px solid #aaa;
  text-align: center;
  padding: 10px;
}

table {
  width: calc(100% - 30px);
  margin: 60px auto;
  font-size: 12px;
}
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 {
  width: calc(100% - 30px);
  margin: 60px auto;
  font-size: 12px;
}
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: 50px;
  padding-left: 25px;
}
.header img {
  height: 30px;
}
.header h1 {
  font-size: 14px;
  font-weight: 100;
  position: absolute;
  left: -9999px;
}
.header .btn1 {
  margin-left: auto;
  margin-right: 0;
  max-width: 100px;
  padding: 15px 0;
  font-size: 10px;
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
}

.mv {
  position: relative;
}
.mv::after {
  content: "";
  width: 70%;
  height: 400px;
  background-color: #eed255;
  position: absolute;
  right: 0;
  bottom: -60px;
  z-index: -1;
}
.mv__inner {
  position: relative;
  margin: 0 auto;
  max-width: 1620px;
}

.chatch-box {
  width: 125px;
  height: 140px;
  position: absolute;
  left: 0;
  top: 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 {
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
          writing-mode: vertical-rl;
  color: #555555;
  font-size: 20px;
  font-weight: 100;
  line-height: 1.6;
  letter-spacing: 1.2;
  margin: 10px 0 0;
}

.slider {
  display: none;
}

.slider-sp {
  display: block;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}
.slider-sp .slick-dots {
  bottom: -55px !important;
  left: 25px !important;
  width: auto !important;
}
.slider-sp .slick-dots li {
  margin: 15px auto !important;
}
.slider-sp .slick-dots li button::before {
  content: "○" !important;
  font-size: 12px !important;
  color: #555555 !important;
  opacity: 1 !important;
}
.slider-sp .slick-dots li.slick-active button::before {
  content: "●" !important;
  color: #eed255 !important;
  font-size: 13px !important;
  opacity: 1 !important;
}

.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: 1775px) {
  .scroll {
    display: none;
  }
}

#intro {
  margin-top: 60px;
  overflow: hidden;
  background-image: url(../img/intro_bg.jpg);
  background-repeat: no-repeat;
  background-position: right top;
  background-size: contain;
}
#intro h2 {
  margin-top: 50px;
  margin-left: 10px;
  margin-right: 25px;
}
#intro h3 {
  font-size: 18px;
  font-weight: 100;
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
          writing-mode: vertical-rl;
  margin-left: 20px;
  margin-top: 100px;
}
#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: 1.9;
  margin-left: 20px;
  margin-top: 100px;
}
@media only screen and (max-width: 370px) {
  #intro h3 {
    margin-left: 10px;
  }
  #intro p {
    margin-left: 10px;
  }
}

.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%;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 60px;
}
@media only screen and (max-width: 890px) {
  .intro__inner {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.intro__inner figure {
  width: 45%;
  padding: 0 25px;
  margin-left: 0;
  margin-right: auto;
}
.intro__inner figure img {
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (max-width: 480px) {
  .intro__inner figure {
    width: 100%;
  }
  .intro__inner figure img {
    width: 100%;
    height: 270px;
    -o-object-fit: cover;
       object-fit: cover;
    margin-top: 50px;
  }
}

.enjoy {
  background-image: url(../img/enjoy_bg.jpg);
  background-repeat: no-repeat;
  background-position: center bottom;
  padding-bottom: 600px;
  position: relative;
  background-size: cover;
}
@media only screen and (max-width: 480px) {
  .enjoy {
    background-image: url(../img/enjoy_bg-sp.jpg);
  }
}
.enjoy__headline {
  background-image: url(../img/enjoy_img.jpg);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: contain;
}
@media only screen and (max-width: 480px) {
  .enjoy__headline {
    background-image: url(../img/enjoy_img-sp.jpg);
  }
}
.enjoy__inner {
  background-color: #ffffff;
  width: calc(100% - 35px);
  position: relative;
  top: 220px;
  left: 35px;
}
.enjoy__menu {
  display: none;
}
.enjoy__menu--slider {
  width: 100%;
  padding: 90px 0 40px;
}
.enjoy__menu--slider .slick-list {
  padding: 0 25% 0 0 !important;
}
.enjoy__menu--slider .slick-dots {
  top: 55px !important;
  right: 15px !important;
  width: auto !important;
}
.enjoy__menu--slider .slick-dots li {
  margin: 15px auto !important;
}
.enjoy__menu--slider .slick-dots li button::before {
  content: "○" !important;
  font-size: 12px !important;
  color: #555555 !important;
  opacity: 1 !important;
}
.enjoy__menu--slider .slick-dots li.slick-active button::before {
  content: "●" !important;
  color: #eed255 !important;
  font-size: 13px !important;
  opacity: 1 !important;
}
.enjoy__menu--slider .prev-arrow {
  position: absolute;
  left: 8px;
  top: 50%;
  z-index: 5;
  width: 35px;
  height: 35px;
}
.enjoy__menu--slider .next-arrow {
  position: absolute;
  right: 28px;
  top: 50%;
  z-index: 5;
  width: 35px;
  height: 35px;
}
.enjoy__menu--slider li {
  margin: 25px 15px 15px 55px;
}
.enjoy__menu--slider figure {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
}
.enjoy__menu--slider figcaption {
  font-size: 12px;
  padding: 5px 0;
}
.enjoy__menu--slider figcaption span {
  display: block;
  font-size: 10px;
}
.enjoy h2 {
  position: absolute;
  top: -200px;
  left: 0;
}

.btn__area {
  position: absolute;
  left: 50%;
  bottom: 0;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  gap: 0;
  width: 100%;
  max-width: 830px;
}
.btn__area dl {
  width: 100%;
  margin: 0;
}
.btn__area dl dt {
  text-align: center;
  font-size: 13px;
  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: 30px;
  background-color: #aaaaaa;
}

.possibility {
  background-image: url(../img/possibility_bg-sp.jpg);
  background-repeat: no-repeat;
  background-position: top 200px right -40px;
  padding: 50px 25px;
}
@media only screen and (max-width: 480px) {
  .possibility {
    background-image: url(../img/possibility_bg-sp.jpg);
    background-size: contain;
    background-position: bottom -180px right -10px;
  }
}
@media only screen and (max-width: 370px) {
  .possibility {
    padding: 50px 15px;
  }
}
.possibility h2 {
  margin-left: 15px;
  margin-right: 5px;
}
.possibility h3 {
  margin-top: 70px;
  margin-left: 20px;
  font-size: 12px;
  font-weight: 100;
  line-height: 1.9;
  -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: 1.9;
}
.possibility p span {
  text-orientation: mixed;
}
@media only screen and (max-width: 370px) {
  .possibility h2 {
    margin-left: 10px;
  }
  .possibility h3 {
    margin-left: 10px;
  }
}
.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: 400px;
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
}
.possibility__inner1 figure {
  width: 50%;
}
.possibility__inner1 figure img {
  padding-right: 20px;
}
.possibility__inner1 p {
  margin-top: 70px;
}
@media only screen and (max-width: 480px) {
  .possibility__inner1 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .possibility__inner1 figure {
    width: 100%;
  }
  .possibility__inner1 figure img {
    padding: 0;
    margin: 50px auto;
  }
}
.possibility__inner2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  width: 100%;
  min-height: 370px;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}
.possibility__inner2 .btn3 {
  margin-left: 35px;
  margin-right: 50px;
  max-height: 160px;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
.possibility__inner2 figure {
  width: 50%;
}
.possibility__inner2 figure img {
  padding-left: 35px;
}
@media only screen and (max-width: 480px) {
  .possibility__inner2 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .possibility__inner2 p {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .possibility__inner2 figure {
    width: 100%;
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .possibility__inner2 figure img {
    margin: 50px auto;
    padding: 0;
  }
  .possibility__inner2 .btn3 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    margin-right: 20px;
  }
}
@media only screen and (max-width: 370px) {
  .possibility__inner2 .btn3 {
    margin-left: 10px;
    margin-right: 10px;
  }
}
.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: 340px;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}
.possibility__inner3 figure {
  width: 50%;
  left: 10%;
}
.possibility__inner3 figure img {
  padding-right: 30px;
}
.possibility__inner3 p {
  margin-top: 25px;
  margin-right: 50px;
  margin-left: 50px;
}
.possibility__inner3 .btn3 {
  margin-top: 25px;
  max-height: 210px;
}
@media only screen and (max-width: 480px) {
  .possibility__inner3 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .possibility__inner3 figure {
    width: 100%;
  }
  .possibility__inner3 figure img {
    padding: 0;
    margin: 50px auto;
  }
  .possibility__inner3 p {
    margin-right: 60px;
    margin-left: 40px;
  }
}

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

.start_bar {
  margin-bottom: 5px;
}

.end_bar {
  margin-top: 5px;
}

.sdgs {
  border: 1px solid #dddddd;
  width: calc(100% - 50px);
  margin: 30px auto;
  padding: 25px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
}
.sdgs figure {
  width: 100%;
  position: relative;
  padding-bottom: 50px;
}
.sdgs figure img {
  margin: auto;
}
.sdgs figure::after {
  content: "";
  width: calc(100% - 60px);
  height: 1px;
  background-color: #dddddd;
  position: absolute;
  bottom: 25px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.sdgs figcaption {
  text-align: center;
  font-size: 20px;
}
.sdgs article {
  width: 100%;
  padding: 0 30px;
  line-height: 2.2;
}
@media only screen and (max-width: 370px) {
  .sdgs {
    width: calc(100% - 30px);
  }
}

footer {
  border-top: 1px solid #dddddd;
}
footer nav ul {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 2rem 1fr;
  grid-template-columns: repeat(2, 1fr);
  gap: 2rem;
  width: 100%;
  margin: 35px auto;
  padding: 0 25px;
}
footer nav ul li {
  font-size: 11px;
}
footer nav ul li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: left;
      -ms-flex-pack: left;
          justify-content: left;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
footer nav ul li a::after {
  content: "";
  width: 8px;
  height: 8px;
  background-image: url(../img/link.png);
  background-size: contain;
  background-repeat: no-repeat;
  margin-left: 4px;
}
@media only screen and (max-width: 370px) {
  footer nav ul {
    padding: 0 15px;
  }
}

.footer {
  background-color: #323232;
  color: #ffffff;
  padding: 70px 0;
}
.footer img {
  margin: 0 auto 25px;
  max-width: 83px;
}
.footer h2 {
  display: block;
  text-align: center;
  font-size: 10px;
  margin: 0 auto 5px;
}
.footer address {
  text-align: center;
  font-style: normal;
  margin-bottom: 25px;
  line-height: 2.2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

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

input,
textarea,
select,
button {
  border: none;
  padding: 15px;
  background-color: #fff;
}