@charset "UTF-8";
/* ==============================
  base
============================== */
@import url("https://fonts.googleapis.com/css2?family=Playfair+Display&display=swap");
/* ==============================
  index
  ---------------------------
  intro
    >_img / _title

  about
    >_title / _text / _img




============================== */
img, svg {
  display: block;
  width: 100%;
}

.intro {
  position: relative;
  padding-bottom: 10%;
  overflow: hidden;
  color: #544010;
}

@media screen and (min-width: 769px) {
  .intro_inner {
    position: relative;
    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;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    height: 100%;
  }
}

.intro_img {
  position: relative;
  margin-left: 5%;
  width: 95%;
  padding: 95% 0 0;
  overflow: hidden;
}

@media screen and (min-width: 769px) {
  .intro_img {
    margin-left: 0;
    width: 70%;
    padding: 100vh 0 0;
    background: url(../img/index/intro/intro.jpg) no-repeat center center;
    background-size: cover;
  }
}

.intro_img::before, .intro_img::after {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  bottom: auto;
  right: auto;
  width: 100%;
  height: 100%;
  content: "";
  opacity: 0.75;
}

.intro_img::before {
  -webkit-transition: 1s 0.5s;
  transition: 1s 0.5s;
  background: #f8e6d1;
  z-index: 1;
}

.intro_img::after {
  -webkit-transition: 1s 0.25s;
  transition: 1s 0.25s;
  background: #fff;
  z-index: 2;
}

.intro_img img {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 1;
}

@media screen and (min-width: 769px) {
  .intro_img img {
    opacity: 0;
    display: none;
  }
}

.intro_img.scroll_on::before, .intro_img.scroll_on::after {
  -webkit-transform: translate(120%, 0);
  transform: translate(120%, 0);
}

.intro_title {
  padding: 0 5%;
}

@media screen and (min-width: 769px) {
  .intro_title {
    padding: 0 10px 0 5%;
    width: 30%;
  }
}

.intro_title--img {
  position: relative;
}

.intro_title--img svg {
  width: 87.5%;
  padding-left: 2.5%;
}

.intro_title--img svg path, .intro_title--img svg polygon, .intro_title--img svg rect, .intro_title--img svg polyline {
  stroke: #544010;
  fill: #544010;
  stroke-width: 0.5;
  fill-opacity: 0;
  stroke-dasharray: 1000;
  stroke-dashoffset: 1000;
}

.intro_title--img::before, .intro_title--img::after {
  display: block;
  position: absolute;
  top: auto;
  left: 0;
  bottom: 0;
  right: auto;
  width: 0;
  height: 3px;
  content: "";
  background: #544010;
}

.intro_title--img::before {
  -webkit-transition: 1s 2s;
  transition: 1s 2s;
  opacity: 0.25;
}

.intro_title--img::after {
  -webkit-transition: 1s 2.5s;
  transition: 1s 2.5s;
}

.intro_title--img.scroll_on path, .intro_title--img.scroll_on polygon, .intro_title--img.scroll_on rect, .intro_title--img.scroll_on polyline {
  -webkit-animation: svg_line 5s ease-in-out 1s forwards;
  animation: svg_line 5s ease-in-out 1s forwards;
}

.intro_title--img.scroll_on::before, .intro_title--img.scroll_on::after {
  width: 100%;
}

.intro_title--text {
  position: relative;
  padding: 5% 0;
  font-weight: bold;
  letter-spacing: 5px;
  font-size: 1.2rem;
  text-align: left;
  opacity: 0.2;
  -webkit-transition: 1s 1s;
  transition: 1s 1s;
}

@media screen and (min-width: 769px) {
  .intro_title--text {
    letter-spacing: 3px;
    font-size: 1.0rem;
  }
}

.intro_title--text.scroll_on {
  opacity: 1;
}

.about {
  position: relative;
  overflow: hidden;
  padding-bottom: 35%;
}

@media screen and (min-width: 769px) {
  .about {
    padding-bottom: 0%;
  }
}

.about::before, .about::after {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  bottom: auto;
  right: auto;
  width: 0;
  height: 100px;
  content: "";
  z-index: -1;
}

@media screen and (min-width: 769px) {
  .about::before, .about::after {
    top: 20%;
    height: 60%;
  }
}

.about::before {
  -webkit-transition: 1s 3.5s;
  transition: 1s 3.5s;
  background: #d2c6b8;
}

.about::after {
  -webkit-transition: 1s 4s;
  transition: 1s 4s;
  background: #f8e6d1;
}

.about.scroll_on::before, .about.scroll_on::after {
  width: 65%;
}

@media screen and (min-width: 769px) {
  .about.scroll_on::before, .about.scroll_on::after {
    width: 75%;
  }
}

@media screen and (min-width: 769px) {
  .about_inner {
    width: 1000px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
  }
}

.about_title {
  position: relative;
  width: 65%;
  height: 100px;
  padding: 5%;
}

@media screen and (min-width: 769px) {
  .about_title {
    width: 30%;
    margin-left: auto;
    margin-right: 0;
    padding: 0;
  }
}

.about_title__inner {
  position: absolute;
  top: 50%;
  left: 0%;
  -webkit-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
  width: 80%;
}

@media screen and (min-width: 769px) {
  .about_title__inner {
    right: 0%;
    left: auto;
    width: auto;
  }
}

.about_title--img {
  margin: auto;
  width: 50%;
}

@media screen and (min-width: 769px) {
  .about_title--img {
    width: 100%;
  }
}

.about_text {
  width: 90%;
  margin-top: 10%;
  margin-left: 10%;
  padding: 15% 0 15% 10%;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  text-align: left;
  -webkit-box-shadow: 0 1px 10px rgba(0, 0, 0, 0.25);
  box-shadow: 0 1px 10px rgba(0, 0, 0, 0.25);
}

@media screen and (min-width: 769px) {
  .about_text {
    margin-top: 0%;
    margin-left: 70%;
    width: 30%;
    padding: 50px 0 30% 0%;
    -webkit-box-shadow: none;
    box-shadow: none;
    letter-spacing: 3px;
  }
}

.about_text__item {
  display: block;
  opacity: 0.2;
  margin-bottom: 5px;
}

.about_text__item:nth-child(4) {
  margin: 0;
}

.about_text--item1 {
  -webkit-transition: 1s 1s;
  transition: 1s 1s;
}

.about_text--item2 {
  -webkit-transition: 1s 2s;
  transition: 1s 2s;
}

.about_text--item3 {
  -webkit-transition: 1s 3s;
  transition: 1s 3s;
}

.about_text--item4 {
  -webkit-transition: 1s 4s;
  transition: 1s 4s;
}

.about_text.fadein_on .about_text__item {
  opacity: 1;
}

.about_img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.about_img__item {
  position: relative;
  position: absolute;
}

.about_img__item::before, .about_img__item::after {
  position: absolute;
  width: 0%;
  height: 1px;
  background: rgba(0, 0, 0, 0.25);
  content: "";
  z-index: 1;
}

.about_img__item::before {
  -webkit-transition: 0.5s 0s;
  transition: 0.5s 0s;
  top: 0;
  left: 0;
}

.about_img__item::after {
  -webkit-transition: 0.5s 1s;
  transition: 0.5s 1s;
  bottom: 0;
  right: 0;
}

.about_img__item .img_line-inner {
  height: 100%;
}

.about_img__item .img_line-inner::before, .about_img__item .img_line-inner::after {
  position: absolute;
  width: 1px;
  height: 0%;
  background: rgba(0, 0, 0, 0.25);
  content: "";
  z-index: 1;
}

.about_img__item .img_line-inner::before {
  -webkit-transition: 0.5s 1.5s;
  transition: 0.5s 1.5s;
  bottom: 0;
  left: 0;
}

.about_img__item .img_line-inner::after {
  -webkit-transition: 0.5s 0.5s;
  transition: 0.5s 0.5s;
  top: 0;
  right: 0;
}

.about_img__item img, .about_img__item iframe {
  -webkit-transition: 1s 2s;
  transition: 1s 2s;
  opacity: 0;
}

.about_img__item.scroll_on::before, .about_img__item.scroll_on::after {
  width: 100%;
}

.about_img__item.scroll_on .img_line-inner::before, .about_img__item.scroll_on .img_line-inner::after {
  height: 100%;
}

.about_img__item.scroll_on img, .about_img__item.scroll_on iframe {
  opacity: 0.85;
}

.about_img--item1 {
  right: 0;
  top: 50px;
  width: 55%;
}

@media screen and (min-width: 769px) {
  .about_img--item1 {
    top: auto;
    bottom: 0px;
    right: 50px;
    width: 40%;
  }
}

.about_img--item2 {
  bottom: 35px;
  left: 0;
  width: 60%;
}

@media screen and (min-width: 769px) {
  .about_img--item2 {
    top: 0;
    bottom: auto;
    left: 50px;
    width: 50%;
  }
}

.about_img--item3 {
  bottom: 0;
  right: -25px;
  width: 32.5%;
}

@media screen and (min-width: 769px) {
  .about_img--item3 {
    right: auto;
    left: 0px;
    width: 20%;
  }
}

.plan {
  position: relative;
}

@media screen and (min-width: 769px) {
  .plan {
    padding-top: 50px;
  }
}

@media screen and (min-width: 769px) {
  .plan::before, .plan::after {
    display: block;
    position: absolute;
    top: auto;
    left: 0;
    bottom: 0;
    right: auto;
    width: 0;
    height: 40%;
    content: "";
    z-index: -1;
  }
}

.plan::before {
  -webkit-transition: 1s 0.5s;
  transition: 1s 0.5s;
  background: #ccb8b2;
}

.plan::after {
  -webkit-transition: 1s 1s;
  transition: 1s 1s;
  background: #edd6cf;
}

.plan.scroll_on::before, .plan.scroll_on::after {
  width: 100%;
}

@media screen and (min-width: 769px) {
  .plan_inner {
    width: 1000px;
    margin-left: auto;
    margin-right: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}

.plan_detail {
  position: relative;
  padding: 15% 0;
}

@media screen and (min-width: 769px) {
  .plan_detail {
    width: 45%;
    padding: 50px 0;
  }
}

.plan_detail::before, .plan_detail::after {
  display: block;
  position: absolute;
  top: auto;
  left: 0;
  bottom: 0;
  right: auto;
  width: 0;
  height: 33%;
  content: "";
  z-index: -1;
}

@media screen and (min-width: 769px) {
  .plan_detail::before, .plan_detail::after {
    display: none;
  }
}

.plan_detail::before {
  -webkit-transition: 1s 0.5s;
  transition: 1s 0.5s;
  background: #ccb8b2;
}

.plan_detail::after {
  -webkit-transition: 1s 1s;
  transition: 1s 1s;
  background: #edd6cf;
}

.plan_detail.scroll_on::before, .plan_detail.scroll_on::after {
  width: 100%;
}

.plan_detail__title {
  margin-left: 5%;
  width: 20%;
}

@media screen and (min-width: 769px) {
  .plan_detail__title {
    margin-left: 0%;
  }
}

.plan_detail__title--img {
  opacity: 0.2;
  -webkit-transition: 1s;
  transition: 1s;
}

.plan_detail__title--num {
  position: relative;
  margin-top: 10px;
  padding-top: 10px;
  font-size: 1.2rem;
  font-weight: bold;
  opacity: 0.2;
  -webkit-transition: 1s 1s;
  transition: 1s 1s;
  color: #544010;
}

.plan_detail__title--num::before {
  display: block;
  position: absolute;
  top: 0;
  left: 50%;
  bottom: auto;
  right: auto;
  width: 60%;
  height: 1px;
  content: "";
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  background: #544010;
}

.plan_detail__title.scroll_on .plan_detail__title--img,
.plan_detail__title.scroll_on .plan_detail__title--num {
  opacity: 1;
}

.plan_detail__img {
  position: relative;
  margin: 5%;
}

.plan_detail__img::before, .plan_detail__img::after {
  position: absolute;
  width: 0%;
  height: 1px;
  background: rgba(0, 0, 0, 0.25);
  content: "";
  z-index: 1;
}

.plan_detail__img::before {
  -webkit-transition: 0.5s 0s;
  transition: 0.5s 0s;
  top: 0;
  left: 0;
}

.plan_detail__img::after {
  -webkit-transition: 0.5s 1s;
  transition: 0.5s 1s;
  bottom: 0;
  right: 0;
}

.plan_detail__img .img_line-inner {
  height: 100%;
}

.plan_detail__img .img_line-inner::before, .plan_detail__img .img_line-inner::after {
  position: absolute;
  width: 1px;
  height: 0%;
  background: rgba(0, 0, 0, 0.25);
  content: "";
  z-index: 1;
}

.plan_detail__img .img_line-inner::before {
  -webkit-transition: 0.5s 1.5s;
  transition: 0.5s 1.5s;
  bottom: 0;
  left: 0;
}

.plan_detail__img .img_line-inner::after {
  -webkit-transition: 0.5s 0.5s;
  transition: 0.5s 0.5s;
  top: 0;
  right: 0;
}

.plan_detail__img img, .plan_detail__img iframe {
  -webkit-transition: 1s 2s;
  transition: 1s 2s;
  opacity: 0;
}

.plan_detail__img.scroll_on::before, .plan_detail__img.scroll_on::after {
  width: 100%;
}

.plan_detail__img.scroll_on .img_line-inner::before, .plan_detail__img.scroll_on .img_line-inner::after {
  height: 100%;
}

.plan_detail__img.scroll_on img, .plan_detail__img.scroll_on iframe {
  opacity: 0.85;
}

@media screen and (min-width: 769px) {
  .plan_detail__img {
    margin: 5% 0;
  }
}

.plan_detail__text--name {
  display: block;
  margin-bottom: 1%;
}

.plan_detail__text--price {
  display: block;
  margin-bottom: 2.5%;
}

.set {
  position: relative;
  padding-top: 100px;
}

.set_inner {
  padding: 25% 0;
  background: url(../img/index/set/bg_s.jpg) no-repeat center center;
  background-size: cover;
}

@media screen and (min-width: 769px) {
  .set_inner {
    padding: 100px 0;
    background: url(../img/index/set/bg.jpg) no-repeat center center;
    background-size: cover;
  }
}

.set_title {
  position: relative;
  width: 65%;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (min-width: 769px) {
  .set_title {
    width: 250px;
  }
}

.set_title--img {
  margin: auto;
  width: 70%;
}

@media screen and (min-width: 769px) {
  .set_title--img {
    width: 100%;
  }
}

.set_list {
  padding: 20% 5% 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media screen and (min-width: 769px) {
  .set_list {
    padding: 50px 0% 0;
    width: 1000px;
    margin-left: auto;
    margin-right: auto;
  }
}

.set_list__item {
  width: 31%;
  height: 150px;
  background: #fff;
  -webkit-box-shadow: 0 1px 10px rgba(0, 0, 0, 0.25);
  box-shadow: 0 1px 10px rgba(0, 0, 0, 0.25);
}

.set_list__item:nth-child(1), .set_list__item:nth-child(2), .set_list__item:nth-child(3) {
  margin-bottom: 20%;
}

@media screen and (min-width: 769px) {
  .set_list__item {
    width: 15%;
    height: 180px;
  }
  .set_list__item:nth-child(1), .set_list__item:nth-child(2), .set_list__item:nth-child(3) {
    margin-bottom: 0%;
  }
}

.set_list__item--img {
  position: relative;
  height: 60%;
}

.set_list__item--img img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -25%);
  transform: translate(-50%, -25%);
}

.set_list__item--img1 img {
  width: 25%;
  -webkit-transform: translate(-50%, 0%);
  transform: translate(-50%, 0%);
}

.set_list__item--img2 img {
  width: 50%;
}

.set_list__item--img3 img {
  width: 25%;
  -webkit-transform: translate(-50%, 0%);
  transform: translate(-50%, 0%);
}

.set_list__item--img4 img {
  width: 65%;
}

.set_list__item--img5 img {
  width: 25%;
}

.set_list__item--img6 img {
  width: 30%;
}

@media screen and (min-width: 769px) {
  .set_list__item--img1 img {
    width: 20%;
  }
  .set_list__item--img2 img {
    width: 40%;
  }
  .set_list__item--img3 img {
    width: 20%;
  }
  .set_list__item--img4 img {
    width: 55%;
  }
  .set_list__item--img5 img {
    width: 20%;
  }
  .set_list__item--img6 img {
    width: 20%;
  }
}

.set_list__item--text {
  position: relative;
  height: 40%;
}

.set_list__item--text p {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
}

.option_inner {
  padding-top: 15%;
}

@media screen and (min-width: 769px) {
  .option_inner {
    padding-top: 100px;
  }
}

.option_title {
  position: relative;
  width: 65%;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (min-width: 769px) {
  .option_title {
    width: 250px;
  }
}

.option_title--img {
  margin: auto;
  width: 70%;
}

.option_title--img svg {
  width: 75%;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (min-width: 769px) {
  .option_title--img {
    width: 100%;
  }
}

.option_list {
  padding-top: 15%;
}

@media screen and (min-width: 769px) {
  .option_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-top: 100px;
  }
}

.option_list__item {
  position: relative;
  background: center center no-repeat;
  background-size: cover;
  overflow: hidden;
}

@media screen and (min-width: 769px) {
  .option_list__item {
    width: 33.33%;
    width: calc(100% / 3);
  }
}

.option_list__item::before {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  bottom: auto;
  right: auto;
  width: 100%;
  height: 100%;
  content: "";
  background: rgba(0, 0, 0, 0.5);
  -webkit-transition: 3s 4s;
  transition: 3s 4s;
}

.option_list__item.scroll_on::before {
  opacity: 0;
}

.option_list__item--title {
  position: absolute;
  bottom: 25%;
  left: 0%;
  width: 100%;
  height: 75%;
}

.option_list__item--title svg {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.option_list__item--title1 svg {
  width: 65%;
}

.option_list__item--title2 svg {
  width: 70%;
}

.option_list__item--title3 svg {
  width: 65%;
}

.option_list__item--title path, .option_list__item--title polygon, .option_list__item--title rect, .option_list__item--title polyline {
  stroke: #fff;
  fill: #544010;
  stroke-width: 1;
  fill-opacity: 0;
  stroke-dasharray: 1000;
  stroke-dashoffset: 1000;
}

.option_list__item--title.scroll_on path, .option_list__item--title.scroll_on polygon, .option_list__item--title.scroll_on rect, .option_list__item--title.scroll_on polyline {
  -webkit-animation: svg_line 5s ease-in-out 1s forwards;
  animation: svg_line 5s ease-in-out 1s forwards;
}

.option_list__item--img {
  opacity: 0;
}

.option_list__item--link {
  position: absolute;
  bottom: 15%;
  left: 20%;
}

.option_list--item1 {
  background-image: url(../img/index/option/item1.jpg);
}

.option_list--item2 {
  background-image: url(../img/index/option/item2.jpg);
}

.option_list--item3 {
  background-image: url(../img/index/option/item3.jpg);
}

.report {
  position: relative;
  padding: 20% 0;
}

@media screen and (min-width: 769px) {
  .report {
    padding: 150px 0;
  }
}

.report::before, .report::after {
  display: block;
  position: absolute;
  top: auto;
  left: 0;
  bottom: 0;
  right: auto;
  width: 0;
  height: 100%;
  content: "";
  z-index: -1;
}

.report::before {
  -webkit-transition: 1s 0.5s;
  transition: 1s 0.5s;
  background: #ccb8b2;
}

.report::after {
  -webkit-transition: 1s 1s;
  transition: 1s 1s;
  background: #edd6cf;
}

.report.scroll_on::before, .report.scroll_on::after {
  width: 100%;
}

.report_title {
  position: relative;
  width: 65%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 15%;
}

@media screen and (min-width: 769px) {
  .report_title {
    margin-bottom: 100px;
    width: 250px;
  }
}

.report_title--img {
  margin: auto;
  width: 70%;
}

.report_title--img svg {
  width: 75%;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (min-width: 769px) {
  .report_title--img {
    width: 100%;
  }
}

.report_content {
  padding: 0 5%;
}

@media screen and (min-width: 769px) {
  .report_content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0;
    width: 1000px;
    margin-left: auto;
    margin-right: auto;
  }
}

.report_content__inner {
  margin-bottom: 20px;
}

@media screen and (min-width: 769px) {
  .report_content__inner {
    width: 32%;
    margin-bottom: 0px;
  }
}

.report_content .report_list .slick-dotted.slick-slider {
  margin-bottom: 0 !important;
}

.report_content .report_list .slick-dots {
  position: static;
}

.report_content .report_list .slick-dots li {
  width: 5px;
}

.report_content .report_list .slick-dots li button::before {
  width: 5px;
  height: 5px;
  border-radius: 100%;
  background: #a8a8a8;
}

.report_content .report_list .slick-dots li.slick-active button:before {
  background: #0095f6;
}

.report_content .report_list .slick-prev,
.report_content .report_list .slick-next {
  width: 30px;
  height: 30px;
  z-index: 10;
  opacity: 0.4;
}

.report_content .report_list .slick-prev {
  background: url(../img/index/ig/arrow_l.svg) no-repeat center center;
  background-size: contain;
}

.report_content .report_list .slick-next {
  background: url(../img/index/ig/arrow_r.svg) no-repeat center center;
  background-size: contain;
}

.report_content .report_comment {
  padding: 15px 0;
  text-align: left;
  font-size: 1.8rem;
}

.report_content .report_comment a {
  color: #333;
}

.ig {
  position: relative;
  padding: 20% 0;
}

@media screen and (min-width: 769px) {
  .ig {
    padding: 150px 0;
  }
}

@media screen and (min-width: 769px) {
  .ig_inner {
    width: 1000px;
    margin-left: auto;
    margin-right: auto;
  }
}

.ig_title {
  position: relative;
  width: 65%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 15%;
}

@media screen and (min-width: 769px) {
  .ig_title {
    width: 250px;
    margin-bottom: 100px;
  }
}

.ig_title--img {
  margin: auto;
  width: 80%;
}

.ig_title--img svg {
  margin-left: auto;
  margin-right: auto;
}

@media screen and (min-width: 769px) {
  .ig_title--img {
    width: 100%;
  }
}

.ig_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0 5%;
}

@media screen and (min-width: 769px) {
  .ig_list {
    padding: 0;
  }
}

.ig_list__item {
  width: 33%;
  width: calc((100% - 2px )/3);
  margin-bottom: 1px;
}

.facility {
  position: relative;
  padding: 20% 0;
}

@media screen and (min-width: 769px) {
  .facility {
    padding: 150px 0;
  }
}

.facility::before, .facility::after {
  display: block;
  position: absolute;
  top: 0;
  left: auto;
  bottom: auto;
  right: 0;
  width: 0;
  height: 100%;
  content: "";
  z-index: -1;
}

.facility::before {
  -webkit-transition: 1s 0.5s;
  transition: 1s 0.5s;
  background: #b1a59b;
}

.facility::after {
  -webkit-transition: 1s 1s;
  transition: 1s 1s;
  background: #d4c7bb;
}

.facility.scroll_on::before, .facility.scroll_on::after {
  width: 100%;
}

@media screen and (min-width: 769px) {
  .facility_inner {
    width: 1000px;
    margin-left: auto;
    margin-right: auto;
  }
}

.facility_title {
  position: relative;
  width: 65%;
  margin-left: auto;
  margin-right: auto;
}

.facility_title--img {
  margin: auto;
  width: 80%;
}

.facility_title--img svg {
  width: 75%;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (min-width: 769px) {
  .facility_title--img {
    width: 100%;
  }
}

.facility_list {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 0 5%;
  opacity: 0;
  -webkit-transition: 1s 2s;
  transition: 1s 2s;
  overflow: hidden;
}

@media screen and (min-width: 769px) {
  .facility_list {
    margin: 0;
  }
}

.facility_list::before, .facility_list::after {
  position: absolute;
  content: "";
  height: 0;
  width: 0;
}

.facility_list::before {
  top: 0;
  right: 0;
  border-right: 100vw solid transparent;
  border-top: 30vw solid #d4c7bb;
  border-left: 50px solid transparent;
}

@media screen and (min-width: 769px) {
  .facility_list::before {
    border-top: 15vw solid #d4c7bb;
  }
}

.facility_list::after {
  bottom: 0;
  left: 0;
  border-right: 50px solid transparent;
  border-bottom: 30vw solid #d4c7bb;
  border-left: 100vw solid transparent;
}

@media screen and (min-width: 769px) {
  .facility_list::after {
    border-bottom: 15vw solid #d4c7bb;
  }
}

.facility_list.scroll_on {
  opacity: 1;
}

.facility_list__item {
  width: 48%;
  height: 60vh;
  background: center center no-repeat;
  background-size: cover;
}

.facility_list__item--text {
  position: absolute;
  width: 40%;
  z-index: 1;
}

@media screen and (min-width: 769px) {
  .facility_list__item--text {
    width: 200px;
  }
}

.facility_list__item--text path, .facility_list__item--text polygon, .facility_list__item--text rect, .facility_list__item--text polyline {
  stroke: #544010;
  fill: #544010;
  stroke-width: 0.5;
  fill-opacity: 0;
  stroke-dasharray: 1000;
  stroke-dashoffset: 1000;
}

.facility_list__item.scroll_on path, .facility_list__item.scroll_on polygon, .facility_list__item.scroll_on rect, .facility_list__item.scroll_on polyline {
  -webkit-animation: svg_line 5s ease-in-out 3s forwards;
  animation: svg_line 5s ease-in-out 3s forwards;
}

.facility_list--item1 {
  background-image: url(../img/index/facility/item1.jpg);
}

.facility_list--item1 .facility_list__item--text {
  top: 5vh;
  left: 0;
}

.facility_list--item2 {
  background-image: url(../img/index/facility/item2.jpg);
}

.facility_list--item2 .facility_list__item--text {
  bottom: 5vh;
  right: 0;
}

.location {
  position: relative;
  padding: 20% 0;
}

@media screen and (min-width: 769px) {
  .location {
    padding: 150px 0;
  }
}

@media screen and (min-width: 769px) {
  .location_inner {
    width: 1000px;
    margin-left: auto;
    margin-right: auto;
  }
}

.location_title {
  position: relative;
  width: 65%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 15%;
}

@media screen and (min-width: 769px) {
  .location_title {
    width: 250px;
    margin-bottom: 100px;
  }
}

.location_title--img {
  margin: auto;
  width: 80%;
}

.location_title--img svg {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (min-width: 769px) {
  .location_title--img {
    width: 100%;
  }
}

@media screen and (min-width: 769px) {
  .location_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}

@media screen and (min-width: 769px) {
  .location_list__item {
    width: 50%;
  }
}

.location_list__item--title {
  padding: 0 5% 2.5%;
}

.location_list__item--title_svg {
  width: 50%;
  margin-bottom: 5px;
}

.location_list__item--title path, .location_list__item--title polygon, .location_list__item--title rect, .location_list__item--title polyline {
  stroke: #544010;
  fill: #544010;
  stroke-width: 1;
  fill-opacity: 0;
  stroke-dasharray: 1000;
  stroke-dashoffset: 1000;
}

.location_list__item--title.scroll_on path, .location_list__item--title.scroll_on polygon, .location_list__item--title.scroll_on rect, .location_list__item--title.scroll_on polyline {
  -webkit-animation: svg_line 5s ease-in-out 2s forwards;
  animation: svg_line 5s ease-in-out 2s forwards;
}

.location_list__item--img {
  position: relative;
  width: 85%;
  margin-bottom: 10%;
}

.location_list__item--img::before, .location_list__item--img::after {
  position: absolute;
  width: 0%;
  height: 1px;
  background: rgba(0, 0, 0, 0.25);
  content: "";
  z-index: 1;
}

.location_list__item--img::before {
  -webkit-transition: 0.5s 0s;
  transition: 0.5s 0s;
  top: 0;
  left: 0;
}

.location_list__item--img::after {
  -webkit-transition: 0.5s 1s;
  transition: 0.5s 1s;
  bottom: 0;
  right: 0;
}

.location_list__item--img .img_line-inner {
  height: 100%;
}

.location_list__item--img .img_line-inner::before, .location_list__item--img .img_line-inner::after {
  position: absolute;
  width: 1px;
  height: 0%;
  background: rgba(0, 0, 0, 0.25);
  content: "";
  z-index: 1;
}

.location_list__item--img .img_line-inner::before {
  -webkit-transition: 0.5s 1.5s;
  transition: 0.5s 1.5s;
  bottom: 0;
  left: 0;
}

.location_list__item--img .img_line-inner::after {
  -webkit-transition: 0.5s 0.5s;
  transition: 0.5s 0.5s;
  top: 0;
  right: 0;
}

.location_list__item--img img, .location_list__item--img iframe {
  -webkit-transition: 1s 2s;
  transition: 1s 2s;
  opacity: 0;
}

.location_list__item--img.scroll_on::before, .location_list__item--img.scroll_on::after {
  width: 100%;
}

.location_list__item--img.scroll_on .img_line-inner::before, .location_list__item--img.scroll_on .img_line-inner::after {
  height: 100%;
}

.location_list__item--img.scroll_on img, .location_list__item--img.scroll_on iframe {
  opacity: 0.85;
}

.location_list__item--img-inner {
  position: absolute;
  bottom: -7.5%;
  height: 100%;
  width: 100%;
  background: #ede0cf;
  z-index: -1;
  -webkit-box-shadow: 0 1px 10px rgba(0, 0, 0, 0.25);
  box-shadow: 0 1px 10px rgba(0, 0, 0, 0.25);
}

.location_list--item1 {
  margin-bottom: 15%;
}

@media screen and (min-width: 769px) {
  .location_list--item1 {
    margin-bottom: 0;
  }
}

.location_list--item1 .location_list__item--title {
  text-align: left;
}

.location_list--item1 .location_list__item--img-inner {
  left: 5%;
}

.location_list--item1 .location_list__item--link {
  margin-left: 5%;
}

.location_list--item2 .location_list__item--title {
  text-align: right;
}

.location_list--item2 .location_list__item--title_svg {
  margin-left: auto;
  margin-right: 0;
}

.location_list--item2 .location_list__item--img {
  margin-left: auto;
  margin-right: 0;
}

.location_list--item2 .location_list__item--img-inner {
  right: 5%;
}

.location_list--item2 .location_list__item--link {
  margin-right: 5%;
}

.flow {
  position: relative;
  padding: 20% 0;
}

@media screen and (min-width: 769px) {
  .flow {
    padding: 150px 0;
  }
}

.flow::before, .flow::after {
  display: block;
  position: absolute;
  top: auto;
  left: 0;
  bottom: 0;
  right: auto;
  width: 0;
  height: 100%;
  content: "";
  z-index: -1;
}

.flow::before {
  -webkit-transition: 1s 0.5s;
  transition: 1s 0.5s;
  background: #c5aa98;
}

.flow::after {
  -webkit-transition: 1s 1s;
  transition: 1s 1s;
  background: #ebccb7;
}

.flow.scroll_on::before, .flow.scroll_on::after {
  width: 100%;
}

@media screen and (min-width: 769px) {
  .flow_inner {
    width: 1000px;
    margin-left: auto;
    margin-right: auto;
  }
}

.flow_title {
  position: relative;
  width: 65%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 15%;
}

@media screen and (min-width: 769px) {
  .flow_title {
    margin-bottom: 100px;
  }
}

.flow_title--img {
  margin: auto;
  width: 80%;
}

.flow_title--img svg {
  width: 55%;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (min-width: 769px) {
  .flow_title--img {
    width: 100%;
  }
}

.flow_list {
  margin: 0 5%;
}

.flow_list__item {
  padding-top: 15px;
  color: #544010;
}

.flow_list__item-step {
  position: absolute;
  top: 0;
  left: 20px;
  width: 100px;
  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;
}

.flow_list__item-step--img {
  width: 70px;
}

.flow_list__item-step--num {
  color: #544010;
  font-weight: bold;
  font-size: 1.8rem;
  padding-left: 5px;
  opacity: 0;
  -webkit-transition: 1s opacity 3s;
  transition: 1s opacity 3s;
  -webkit-transform: scale(1.3, 1);
  transform: scale(1.3, 1);
}

.flow_list__item-step path, .flow_list__item-step polygon, .flow_list__item-step rect, .flow_list__item-step polyline {
  stroke: #544010;
  fill: #544010;
  stroke-width: 0.5;
  fill-opacity: 0;
  stroke-dasharray: 1000;
  stroke-dashoffset: 1000;
}

.flow_list__item-step.scroll_on .flow_list__item-step--num {
  opacity: 1;
}

.flow_list__item-step.scroll_on path, .flow_list__item-step.scroll_on polygon, .flow_list__item-step.scroll_on rect, .flow_list__item-step.scroll_on polyline {
  -webkit-animation: svg_line 5s ease-in-out 1s forwards;
  animation: svg_line 5s ease-in-out 1s forwards;
}

.flow_list__item-box {
  padding: 15px 0;
  background: #fff;
  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;
}

.flow_list__item-box--img {
  width: 20px;
  margin-right: 5px;
}

.staff {
  position: relative;
  padding: 20% 0;
}

@media screen and (min-width: 769px) {
  .staff {
    padding: 150px 0;
  }
}

@media screen and (min-width: 769px) {
  .staff_inner {
    width: 1000px;
    margin-left: auto;
    margin-right: auto;
  }
}

.staff_title {
  position: relative;
  width: 65%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 15%;
}

@media screen and (min-width: 769px) {
  .staff_title {
    margin-bottom: 100px;
  }
}

.staff_title--img {
  margin: auto;
  width: 80%;
}

.staff_title--img svg {
  width: 65%;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (min-width: 769px) {
  .staff_title--img {
    width: 100%;
  }
}

.staff_all {
  margin-bottom: 20px;
}

@media screen and (min-width: 769px) {
  .staff_all {
    background: url(../img/index/staff/bg.jpg) no-repeat center center;
    background-size: cover;
  }
  .staff_all img {
    opacity: 0;
  }
}

.staff_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 5%;
}

@media screen and (min-width: 769px) {
  .staff_list {
    margin: 0%;
  }
}

.staff_list a {
  color: #333;
}

.staff_list__item {
  width: 32%;
  margin-bottom: 15px;
}

.staff_list__item--img {
  border-radius: 3px;
}

.staff_list__item--name {
  text-align: left;
}

.access {
  position: relative;
  overflow: hidden;
  padding-bottom: 45%;
}

@media screen and (min-width: 769px) {
  .access {
    padding-bottom: 0%;
  }
}

.access::before, .access::after {
  display: block;
  position: absolute;
  top: 0;
  left: auto;
  bottom: auto;
  right: 0;
  width: 0;
  height: 100px;
  content: "";
  z-index: -1;
}

@media screen and (min-width: 769px) {
  .access::before, .access::after {
    top: 20%;
    height: 60%;
  }
}

.access::before {
  -webkit-transition: 1s 3.5s;
  transition: 1s 3.5s;
  background: #d2c6b8;
}

.access::after {
  -webkit-transition: 1s 4s;
  transition: 1s 4s;
  background: #f8e6d1;
}

.access.scroll_on::before, .access.scroll_on::after {
  width: 65%;
}

@media screen and (min-width: 769px) {
  .access.scroll_on::before, .access.scroll_on::after {
    width: 75%;
  }
}

@media screen and (min-width: 769px) {
  .access_inner {
    width: 1000px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
  }
}

.access_title {
  position: relative;
  width: 65%;
  height: 100px;
  padding: 5%;
  margin-left: auto;
  margin-right: 0;
}

@media screen and (min-width: 769px) {
  .access_title {
    width: 30%;
    margin-left: 0;
    margin-right: auto;
    padding: 0;
  }
}

.access_title__inner {
  position: absolute;
  top: 50%;
  left: 0%;
  -webkit-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
  width: 80%;
}

@media screen and (min-width: 769px) {
  .access_title__inner {
    right: 0%;
    left: auto;
    width: auto;
  }
}

.access_title--img {
  margin: auto;
  width: 50%;
}

@media screen and (min-width: 769px) {
  .access_title--img {
    width: 100%;
  }
}

.access_text {
  width: 90%;
  margin-top: 25%;
  padding: 15% 0 20% 10%;
  text-align: left;
  -webkit-box-shadow: 0 1px 10px rgba(0, 0, 0, 0.25);
  box-shadow: 0 1px 10px rgba(0, 0, 0, 0.25);
}

@media screen and (min-width: 769px) {
  .access_text {
    margin-top: 0%;
    margin-left: 0%;
    width: 50%;
    padding: 50px 0 30% 0%;
    -webkit-box-shadow: none;
    box-shadow: none;
    letter-spacing: 3px;
  }
  .access_text br {
    display: none;
  }
}

.access_text__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  margin-bottom: 5px;
}

.access_text__item:nth-child(4) {
  margin: 0;
}

.access_text__item span:nth-child(1) {
  width: 70px;
}

@media screen and (min-width: 769px) {
  .access_text__item span:nth-child(1) {
    width: 100px;
  }
}

.access_img__item {
  position: relative;
  position: absolute;
}

.access_img__item::before, .access_img__item::after {
  position: absolute;
  width: 0%;
  height: 1px;
  background: rgba(0, 0, 0, 0.25);
  content: "";
  z-index: 1;
}

.access_img__item::before {
  -webkit-transition: 0.5s 0s;
  transition: 0.5s 0s;
  top: 0;
  left: 0;
}

.access_img__item::after {
  -webkit-transition: 0.5s 1s;
  transition: 0.5s 1s;
  bottom: 0;
  right: 0;
}

.access_img__item .img_line-inner {
  height: 100%;
}

.access_img__item .img_line-inner::before, .access_img__item .img_line-inner::after {
  position: absolute;
  width: 1px;
  height: 0%;
  background: rgba(0, 0, 0, 0.25);
  content: "";
  z-index: 1;
}

.access_img__item .img_line-inner::before {
  -webkit-transition: 0.5s 1.5s;
  transition: 0.5s 1.5s;
  bottom: 0;
  left: 0;
}

.access_img__item .img_line-inner::after {
  -webkit-transition: 0.5s 0.5s;
  transition: 0.5s 0.5s;
  top: 0;
  right: 0;
}

.access_img__item img, .access_img__item iframe {
  -webkit-transition: 1s 2s;
  transition: 1s 2s;
  opacity: 0;
}

.access_img__item.scroll_on::before, .access_img__item.scroll_on::after {
  width: 100%;
}

.access_img__item.scroll_on .img_line-inner::before, .access_img__item.scroll_on .img_line-inner::after {
  height: 100%;
}

.access_img__item.scroll_on img, .access_img__item.scroll_on iframe {
  opacity: 0.85;
}

.access_img--item1 {
  left: -15%;
  bottom: 0px;
  width: 40%;
}

@media screen and (min-width: 769px) {
  .access_img--item1 {
    top: auto;
    bottom: 0px;
    left: auto;
    right: 50px;
    width: 23%;
  }
}

.access_img--item2 {
  top: 92px;
  left: 0;
  width: 60%;
}

@media screen and (min-width: 769px) {
  .access_img--item2 {
    top: 0;
    bottom: auto;
    left: auto;
    right: 0px;
    width: 45%;
  }
}

.access_img--item3 {
  bottom: 20px;
  right: 0px;
  width: 70%;
  height: 180px;
}

.access_img--item3 iframe {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

@media screen and (min-width: 769px) {
  .access_img--item3 {
    right: auto;
    left: 0px;
    height: 250px;
    width: 650px;
  }
}

.contact {
  background: #f0eeef;
  position: relative;
  padding: 20% 0;
}

@media screen and (min-width: 769px) {
  .contact {
    padding: 150px 0;
  }
}

@media screen and (min-width: 769px) {
  .contact_inner {
    width: 1000px;
    margin-left: auto;
    margin-right: auto;
  }
}

.contact_title {
  position: relative;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 15%;
}

@media screen and (min-width: 769px) {
  .contact_title {
    margin-bottom: 100px;
  }
}

.contact_title--img {
  margin: auto;
  width: 80%;
}

.contact_title--img svg {
  width: 65%;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (min-width: 769px) {
  .contact_title--img {
    width: 100%;
  }
}
