header {
  background-color: #fff;
}

.main_img {
  position: relative;
  margin-top: 100px;
  margin-bottom: 0;
  padding-bottom: 0;
  overflow: hidden;
  background: #fff;
}
@media (max-width: 880px) {
  .main_img {
    margin-top: 60px;
  }
}
.main_img .pc {
  position: relative;
  overflow: hidden;
}
.main_img .sp {
  height: 100%;
}
.main_img span.cap {
  position: absolute;
  bottom: 10px;
  right: 10px;
  color: #000;
  z-index: 3;
  text-shadow: 2px 2px 3px rgba(255, 255, 255, 0.5), -2px 2px 3px rgba(255, 255, 255, 0.5), 2px -2px 3px rgba(255, 255, 255, 0.5), -2px -2px 3px rgba(255, 255, 255, 0.5);
}
.main_img span.cap.w {
  color: #ffffff;
  text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.9), -2px 2px 3px rgba(0, 0, 0, 0.9), 2px -2px 3px rgba(0, 0, 0, 0.9), -2px -2px 3px rgba(0, 0, 0, 0.9);
}
.main_img .swiper-slide {
  position: relative;
  overflow: hidden;
  background: #fff;
}
.main_img .swiper-slide .slide-inner {
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: -1;
  /* img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
  } */
}
.main_img .main01 {
  position: relative;
  background: #fff;
  overflow: hidden;
}
@media (max-width: 880px) {
  .main_img .main01 {
    height: 100%;
  }
}
.main_img .main01 span.cover {
  position: absolute;
  z-index: 2;
  display: block;
  width: 1%;
  height: 100%;
  background: #f3f5f3;
}
.main_img .main01 span.cover.cover1 {
  left: 0;
}
.main_img .main01 span.cover.cover2 {
  right: 0;
}
.main_img .main01 span {
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
}
.main_img .main01 video {
  display: block;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  background: #fff;
  overflow: hidden;
}
@media (max-width: 880px) {
  .main_img .main01 video {
    height: 100%;
  }
}
.main_img .main01.swiper-slide:not(.swiper-slide-active) video {
  visibility: hidden;
}
.main_img {
  /* .main01 {
    .txt {
      position: absolute;
      z-index: 2;
      left: 3%;
      top: 5%;
      width: 30%;
      @include tab {
        width: 80%;
        top: 15%;
        left: 10%;
      }
    }
    .slide-inner > img {
      transform: scale(1);
      transform-origin: 50% 70%;
      transition: none;
      @include tab {
        transform-origin: 50% 70%;
      }
    }
    &.is-active {
      .slide-inner > img {
        transform: scale(1.15);
        transition: transform 4s linear;
      }
    }
  } */
  /* .main02 {
    .slide-inner img {
      height: 216%; 
      object-position: top center;
      transform: translateY(0%);
      transition: none;
      @include tab {
        height: 151%;
      }
    }
    &.is-active {
      .slide-inner img {
        transform: translateY(-52.5%);
        transition: transform 3.5s linear;
        @include tab {
          transform: translateY(-33%);
          transition: transform 2.5s linear;
        }
      }
    }
  } */
}
.main_img .main03 .txt {
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  position: absolute;
  z-index: 2;
  left: 50%;
  top: 50%;
  width: 30%;
}
@media (max-width: 880px) {
  .main_img .main03 .txt {
    width: 70%;
    top: 15%;
    left: 15%;
  }
}
.main_img .main03 {
  /* .slide-inner > img {
    transform: scale(1.15);
    transition: none;
  }
  &.is-active {
    .slide-inner > img {
      transform: scale(1);
      transition: transform 4s linear;
    }
  } */
}
.main_img .copy {
  position: absolute;
  width: 17%;
  top: 2%;
  right: 1%;
}
@media (max-width: 880px) {
  .main_img .copy {
    width: 73%;
    top: 20%;
    left: 13%;
  }
}

.contents_wrap {
  position: relative;
  overflow: hidden;
}

.topic_wrap {
  width: 100%;
  padding: 30px 0;
  background: #bd455a;
}

.topic {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 960px;
  margin: 0 auto;
  z-index: 2;
}
@media (max-width: 1200px) {
  .topic {
    width: 90%;
  }
}
@media (max-width: 880px) {
  .topic {
    width: 80%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.topic li {
  position: relative;
}
@media (max-width: 880px) {
  .topic li {
    width: 100%;
  }
}
.topic li:first-child {
  width: 35%;
  margin-right: 3%;
  padding-right: 3%;
  border-right: 1px solid #edd0d6;
}
@media (max-width: 880px) {
  .topic li:first-child {
    width: 100%;
    margin-right: 0;
    padding: 0 5%;
    border-right: none;
  }
}
.topic li:nth-child(2) {
  width: 40%;
}
@media (max-width: 880px) {
  .topic li:nth-child(2) {
    width: 100%;
    padding: 20px 15% 0;
    margin: 20px auto 0;
  }
}
@media (max-width: 880px) {
  .topic li + li {
    margin-top: 20px;
    padding-top: 20px;
    border-top: 1px solid #d39aa5;
  }
}

.obi_wrap {
  width: 580px;
  margin: 50px auto 0;
  text-align: center;
}
@media (max-width: 880px) {
  .obi_wrap {
    width: 90%;
  }
}
.obi_wrap dt {
  font-size: 3.5rem;
  font-weight: 400;
  color: #b24259;
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #adadad;
}
@media (max-width: 880px) {
  .obi_wrap dt {
    font-size: 5.8vw;
    line-height: 1.3;
    font-weight: 500;
  }
  .obi_wrap dt span {
    display: none;
  }
}
.obi_wrap dd {
  font-size: 3.2rem;
  font-weight: 400;
  color: #c1272d;
}
@media (max-width: 880px) {
  .obi_wrap dd {
    font-size: 6vw;
    font-weight: 500;
  }
}
.obi_wrap .req a {
  position: relative;
  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;
  width: 100%;
  padding: 20px;
  line-height: 1;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  font-size: 1.8rem;
  text-align: left;
}
@media (max-width: 640px) {
  .obi_wrap .req a {
    padding: 25px 20px;
    font-size: 4vw;
  }
}
.obi_wrap .req a::before {
  position: absolute;
  top: 50%;
  right: 5px;
  display: block;
  width: 30px;
  height: 30px;
  content: "";
  background-image: url("../images/common/arrow.svg");
  background-size: 100%;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  background-repeat: no-repeat;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media (max-width: 880px) {
  .obi_wrap .req a::before {
    right: 0;
  }
}
.obi_wrap .req a::before {
  /* @include sp {
    width: 5.5vw;
    height: 5.5vw;
  } */
}
.obi_wrap .req a:hover::before {
  right: 0;
}
@media (max-width: 880px) {
  .obi_wrap .req a:hover::before {
    right: 0;
  }
}
.obi_wrap .req a {
  color: #fff;
  background: -webkit-gradient(linear, left top, right top, color-stop(40%, #ae8032), to(#d2bc69));
  background: linear-gradient(to right, #ae8032 40%, #d2bc69 100%);
  -webkit-transition: -webkit-filter 0.3s ease;
  transition: -webkit-filter 0.3s ease;
  transition: filter 0.3s ease;
  transition: filter 0.3s ease, -webkit-filter 0.3s ease;
}
.obi_wrap .req a:hover {
  -webkit-filter: brightness(1.2);
          filter: brightness(1.2);
}
@media (max-width: 640px) {
  .obi_wrap .req a:hover {
    -webkit-filter: brightness(1);
            filter: brightness(1);
  }
}
.obi_wrap .req {
  width: 260px;
  margin: 30px auto 0;
}
.obi_wrap .req a {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
}
@media (max-width: 640px) {
  .obi_wrap .req {
    width: 320px;
  }
}

.view_con {
  width: 100%;
  margin-top: 50px;
  position: relative;
  z-index: 1;
  color: #fff;
  background-color: #b24259;
}
@media (max-width: 880px) {
  .view_con {
    margin-top: 50px;
  }
}
.view_con .concept {
  position: relative;
  width: 100%;
  padding: 200px 0;
  text-align: center;
  background-image: url("../images/top/img01_bg.jpg");
  background-repeat: no-repeat;
  background-size: cover;
}
@media (max-width: 880px) {
  .view_con .concept {
    padding: 150px 0;
    background-image: url("../images/top/img01_bg_sp.jpg");
  }
}
@media (max-width: 640px) {
  .view_con .concept {
    padding: 100px 0;
  }
}
.view_con .concept h2 {
  width: 320px;
  margin: 0 auto 60px;
}
@media (max-width: 640px) {
  .view_con .concept h2 {
    width: 60%;
    margin: 0 auto 10%;
  }
}
.view_con .concept dt {
  margin-bottom: 30px;
  font-size: 3rem;
}
@media (max-width: 640px) {
  .view_con .concept dt {
    font-size: 7vw;
    margin-bottom: 7%;
  }
}
.view_con .concept dd {
  font-size: 1.5rem;
  line-height: 2.3;
}
@media (max-width: 640px) {
  .view_con .concept dd {
    font-size: 3.6vw;
  }
}
.view_con .concept dd + dd {
  width: 500px;
  margin: 50px auto 0;
}
@media (max-width: 640px) {
  .view_con .concept dd + dd {
    width: 90%;
  }
}
.view_con .concept span.cap {
  position: absolute;
  right: 10px;
  bottom: 10px;
  font-size: 1rem;
  color: #fff;
}
.view_con .flx {
  width: 1000px;
  margin: 100px auto 0;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 1200px) {
  .view_con .flx {
    width: 90%;
  }
}
@media (max-width: 880px) {
  .view_con .flx {
    display: block;
    margin: 70px auto 0;
  }
}
.view_con .flx .txt {
  width: 45%;
}
@media (max-width: 880px) {
  .view_con .flx .txt {
    width: 100%;
  }
}
@media (max-width: 880px) {
  .view_con .flx .txt {
    text-align: center;
  }
}
.view_con .flx .txt h3 {
  color: #fff;
  text-align: left;
  font-size: 5rem;
}
@media (max-width: 880px) {
  .view_con .flx .txt h3 {
    margin-bottom: 7%;
    text-align: center;
  }
}
@media (max-width: 640px) {
  .view_con .flx .txt h3 {
    font-size: 12vw;
  }
}
.view_con .flx .txt dl {
  margin-bottom: 50px;
}
@media (max-width: 880px) {
  .view_con .flx .txt dl {
    margin-bottom: 7%;
  }
}
.view_con .flx .txt dl dt {
  margin-bottom: 40px;
  font-size: 2.8rem;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0.3rem;
  color: #c7b299;
}
@media (max-width: 880px) {
  .view_con .flx .txt dl dt {
    margin-bottom: 7%;
  }
}
@media (max-width: 640px) {
  .view_con .flx .txt dl dt {
    color: #d4bc9d;
    font-size: 5.4vw;
    letter-spacing: 0.5vw;
    line-height: 1.6;
  }
}
.view_con .flx .txt dl dd {
  color: #fff;
  line-height: 2.5;
  font-size: 1.6rem;
  letter-spacing: 0.05rem;
}
@media (max-width: 640px) {
  .view_con .flx .txt dl dd {
    font-size: 3.8vw;
    letter-spacing: 0.2vw;
    line-height: 2;
    color: #fff;
  }
}
.view_con .flx .txt .vm_btn {
  width: 240px;
}
@media (max-width: 880px) {
  .view_con .flx .txt .vm_btn {
    margin: 0 auto;
  }
}
@media (max-width: 640px) {
  .view_con .flx .txt .vm_btn {
    width: 70%;
  }
}
.view_con .flx .txt .vm_btn a {
  position: relative;
  display: block;
  width: 90%;
  padding-bottom: 10px;
  font-size: 2.3rem;
  letter-spacing: 0.1rem;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  line-height: 1;
}
@media (max-width: 880px) {
  .view_con .flx .txt .vm_btn a {
    width: 100%;
    text-align: left;
  }
}
@media (max-width: 640px) {
  .view_con .flx .txt .vm_btn a {
    padding-bottom: 7px;
    font-size: 2rem;
    width: 100%;
  }
}
.view_con .flx .txt .vm_btn a::before, .view_con .flx .txt .vm_btn a::after {
  position: absolute;
  width: 100%;
  height: 1px;
  content: "";
  background: #d8cacd;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media (max-width: 640px) {
  .view_con .flx .txt .vm_btn a::before, .view_con .flx .txt .vm_btn a::after {
    background: #d8cacd;
  }
}
.view_con .flx .txt .vm_btn a::before {
  bottom: 0;
  left: 0;
}
.view_con .flx .txt .vm_btn a::after {
  width: 15px;
  right: 0;
  bottom: 5px;
  rotate: 37deg;
}
.view_con .flx .txt .vm_btn a:hover {
  width: 100%;
}
@media (max-width: 880px) {
  .view_con .flx .txt .vm_btn a:hover {
    width: 100%;
  }
}
.view_con .flx .photos {
  width: 50%;
}
.view_con .flx .photos span.cap {
  display: block;
  margin-top: 5px;
  text-align: right;
}
@media (max-width: 880px) {
  .view_con .flx .photos {
    width: 100%;
    margin-top: 12%;
  }
}
.view_con .con_wrap {
  position: relative;
  padding-bottom: 100px;
}
@media (max-width: 880px) {
  .view_con .con_wrap {
    padding-bottom: 60px;
  }
}
.view_con .con_wrap .photo span.cap {
  color: #fff;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.8), -1px 1px 3px rgba(0, 0, 0, 0.8), 1px -1px 3px rgba(0, 0, 0, 0.8), -1px -1px 3px rgba(0, 0, 0, 0.8);
}
.view_con .access .flx .photos {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 880px) {
  .view_con .access .flx .photos {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}
.view_con .access .flx .photos li {
  width: 60%;
}
@media (max-width: 880px) {
  .view_con .access .flx .photos li {
    width: 48.5%;
  }
}
.view_con .access .flx .photos li + li {
  margin-top: 30px;
  margin-right: 100px;
}
@media (max-width: 880px) {
  .view_con .access .flx .photos li + li {
    margin-right: 0;
    margin-top: 0;
  }
}
.view_con .location .flx {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
@media (max-width: 880px) {
  .view_con .location .flx {
    display: block;
  }
}
.view_con .location .flx .photos {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 48%;
}
@media (max-width: 880px) {
  .view_con .location .flx .photos {
    width: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.view_con .location .flx .photos li:first-child {
  width: 80%;
  margin-left: 20%;
}
@media (max-width: 880px) {
  .view_con .location .flx .photos li:first-child {
    width: 48.5%;
    margin-left: 0;
  }
}
.view_con .location .flx .photos li:nth-child(2) {
  width: 60%;
  margin-top: 30px;
}
@media (max-width: 880px) {
  .view_con .location .flx .photos li:nth-child(2) {
    width: 48.5%;
    margin-top: 0;
  }
}
.top_resreq {
  margin-top: 50px;
}
.top_resreq dl {
  text-align: center;
  font-size: 3.5rem;
}
@media (max-width: 640px) {
  .top_resreq dl {
    font-size: 5.2vw;
  }
}
.top_resreq dl dt {
  line-height: 1.3;
}
.top_resreq dl dt sup {
  font-size: 40%;
  vertical-align: top;
  position: relative;
  top: 10px;
}
.top_resreq dl dt span {
  font-size: 1.8rem;
}
@media (max-width: 640px) {
  .top_resreq dl dt span {
    font-size: 3.5vw;
  }
}
.top_resreq .res-req {
  margin: 30px auto 20px;
}
.top_resreq .cap {
  width: 700px;
  margin: 10px auto 0;
  color: #d30000;
  font-size: 1.2rem;
}
@media (max-width: 640px) {
  .top_resreq .cap {
    width: 100%;
  }
}

.info_wrap {
  margin: 100px 0;
}
@media (max-width: 640px) {
  .info_wrap {
    margin: 80px 0;
  }
}
.info_wrap dl {
  width: 600px;
  margin: 0 auto 0;
  padding: 5px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 640px) {
  .info_wrap dl {
    display: block;
    width: 100%;
  }
}
.info_wrap dl dt {
  margin-right: 30px;
}