@charset "UTF-8";

/* ====================================================
	separate
==================================================== */
.separate {
  height: 35.6rem;
  overflow: hidden;
  width: 100%;
  background-size: cover;
  text-align: center;
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-position: top center;
}

.separate01 {
  background-image: url(../img/separater01.jpg);
}

.separate02 {
  background-image: url(../img/separater02.jpg);
}

@media screen and (min-width: 768px) {
  .separate {
    background-position-y: 0 !important;
  }
}

/* ====================================================
	fv
==================================================== */
.fv__title {
  color: #ffffff;
  font-size: 12.4rem;
  font-weight: 400;

  /* left: calc(50% - 50.2rem); */
  left: 9.8rem;
  letter-spacing: -0.1rem;
  line-height: 0.95;
  opacity: 0.7;
  position: absolute;
  text-align: left;
  top: 19.9rem;
}

.fv__title>span {
  display: block;
  font-size: 5.1rem;
  letter-spacing: 0.1rem;
  margin-bottom: 1.9rem;
  margin-left: -0.5rem;
}

.fv>img {
  max-height: 83rem;
  object-fit: cover;
  object-position: left top;
}

/* ====================================================
	policy
==================================================== */
.policy {
  padding: 9.6rem 8.8rem 11rem 16rem;
}

.policy_inner {
  display: flex;
  justify-content: space-between;
}

.policy__title {
  padding-top: 0.3rem;
  text-align: left;
}

.policy__title>.title__en {
  left: -1.2rem;
  top: 0.4rem;
  transform: none;
}

.policy__title>.title__ja {
  padding-bottom: 2.2rem;
  padding-top: 11.2rem;
}

.policy__title>.title__ja:before {
  bottom: 0;
  width: 45rem;
}

.policy__head {
  font-size: 2.2rem;
  font-weight: 500;
  letter-spacing: -0.1rem;
  line-height: 1.4;
  margin-top: 1.7rem;
  padding-left: 0.5rem;
}

.policy_text {
  font-size: 1.6rem;
  letter-spacing: -0.18rem;
  line-height: 1.5;
  margin-top: 1.1rem;
  padding-left: 0.4rem;
}

.policy__btn {
  margin-left: 0.5rem;
  margin-top: 4.4rem;
}

.policy__list {
  display: flex;
  flex-direction: row-reverse;
  position: relative;
  z-index: 1;
}

.policy_item {
  height: 30.5rem;
  margin-left: 4.2rem;
  position: relative;
  width: 12.7rem;
}

.policy_item:nth-child(2) {
  margin-top: 8.8rem;
}

.policy_item:nth-child(3) {
  margin-top: 19.2rem;
}

.policy_item>a:before {
  background-image: url(../img/policy_cover.png);
  background-size: 100%;
  content: "";
  height: 100%;
  position: absolute;
  width: 100%;
}

.policy_item>a:after {
  background-color: #f5f4f0;
  content: "";
  height: 100%;
  left: -1.8rem;
  position: absolute;
  top: 1.7rem;
  width: 100%;
  z-index: -1;
}

.policy_listHead {
  color: #ffffff;
  font-size: 2.7rem;
  left: 50%;
  letter-spacing: 0.45rem;
  pointer-events: none;
  position: absolute;
  text-orientation: upright;
  top: 7.6rem;
  transform: translateX(-50%);
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
}

/* ====================================================
	menu
==================================================== */
.menu {
  padding: 13rem 0;
}

.menu:before {
  background: #f5f4f0;
  content: "";
  height: 80.6%;
  left: 0;
  position: absolute;
  top: 0;
  transform: skewY(-12.5deg);
  width: 100%;
}

.menu:after {
  content: "";
  position: absolute;
}

.menu__title {
  text-align: center;
}

.menu__title>.title__en {
  left: 50%;
  top: calc(50% + 0.8rem);
  transform: translate(-50%, -50%);
}

.menu__title .title__ja:before {
  width: 14rem;
}

.menu__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 9.1rem;
  padding-left: 0.9rem;
  position: relative;
  z-index: 1;
}

.menu__item {
  margin: 0 2.9rem;
  position: relative;
  width: 38.4rem;
}

.menu__item:nth-child(n + 3) {
  margin-top: 5.7rem;
}

.menu__item>a:before {
  background-color: rgba(0, 0, 0, 0.8);
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.menu__head {
  color: #ffffff;
  font-size: 2.8rem;
  font-weight: 400;
  position: absolute;
  right: 1.6rem;
  top: 1.7rem;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
}

.menu__head>span {
  color: #f5f4f0;
  font-size: 6.7rem;
  left: -2.6rem;
  letter-spacing: 0.3rem;
  line-height: 1.1;
  opacity: 0.15;
  position: absolute;
  top: -1.7rem;
}

.menu__item:nth-child(4) .menu__head>span {
  left: -9.9rem;
}

.menu__text {
  color: #ffffff;
  font-size: 1.4rem;
  line-height: 1.2;
  position: absolute;
  right: 6rem;
  top: 1.9rem;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  max-height: 26rem;
}

.menu__btn {
  border: 1px solid #ffffff;
  border-radius: 0.8rem;
  bottom: 2.2rem;
  color: #ffffff;
  font-size: 1.1rem;
  left: 1.9rem;
  padding: 0.8rem 0.3rem 1.5rem;
  position: absolute;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
}

.menu__btn>img {
  margin-top: 1.1rem;
  transform: rotate(90deg);
  vertical-align: baseline;
  width: 1.8rem;
}

.bgImg {
  position: absolute;
  width: 10rem;
}

.menu__bgImg01 {
  left: 2.9rem;
  top: -11.4rem;
  width: 24rem;
}

.menu__bgImg02 {
  right: 4.7rem;
  top: -16.6rem;
  width: 23.7rem;
}

.menu__bgImg03 {
  right: 1.4rem;
  top: 8.3rem;
  width: 20.4rem;
}

.menu__bgImg04 {
  bottom: 27rem;
  left: -21.4rem;
  width: 51rem;
}

.menu__bgImg05 {
  bottom: -1.9rem;
  right: -1.9rem;
  width: 20.3rem;
}

/* ====================================================
	gallery
==================================================== */
.gallery {
  padding: 4rem 0 14.1rem;
  text-align: center;
}

.gallery__title {
  margin-bottom: 9.1rem;
}

.gallery__title .title__ja:before {
  width: 21rem;
}

.gallery__sliderWrap>div {
  display: flex;
  height: 200px !important;
  margin-bottom: 20px;
  position: relative;
}

.gallery__sliderWrap ul {
  display: flex;
}

.gallery__sliderWrap li {
  height: 200px;
  width: 265px;
}

.gallery__sliderWrap li img {
  padding: 0 5px;
}

.gallery__btn {
  margin-top: 3.9rem;
}

/* ====================================================
	access
==================================================== */
.access {
  background-image: url(../img/access_bg.png);
  background-size: 100%;
  margin-top: 14rem;
  padding: 11.9rem 8.8rem 9.4rem;
  text-align: center;
  background-size: cover;
}

.access__title>.title__en {
  opacity: 0.6;
}

.access__title>.title__ja {
  color: #ffffff;
}

.access__title .title__ja:before {
  width: 14rem;
}

.access__box {
  display: flex;
  justify-content: center;
  margin-top: 11.6rem;
}

.access__info {
  color: #ffffff;
  display: flex;
  flex-wrap: wrap;
  font-size: 1.5rem;
  line-height: 1.5;
  margin-right: 4.7rem;
  text-align: left;
  width: 64rem;
}

.access__info>dt,
.access__info>dd {
  border-top: 1px solid #ffffff;
  letter-spacing: -0.08rem;
  padding: 1.2rem 0;
}

.access__info>dt:nth-of-type(1),
.access__info>dd:nth-of-type(1) {
  border: 0;
  padding-top: 0;
}

.access__info>dt {
  width: 22%;
}

.access__info>dd {
  width: 78%;
}

.access__map {
  height: 37rem;
  width: 49rem;
}

.access__map iframe {
  height: 100%;
  width: 100%;
}

.access__btn {
  border: 1px solid #ffffff;
}

.access__btn>a {
  color: #ffffff;
}

/* ====================================================
	news
==================================================== */
.news {
  margin: 17.2rem 0 18.7rem;
}

.news__title {
  margin-bottom: 13.2rem;
}

.news__title .title__ja:before {
  width: 13.4rem;
}

.news__container {
  display: flex;
  justify-content: center;
  padding: 0 8.9rem;
}

.news__container>img {
  height: 33rem;
  margin-right: 4.6rem;
  width: 47.5rem;
}

.news__box {
  margin-top: 0.5rem;
  position: relative;
  width: 100%;
}

.news__box .CMS-NEWS-INDEX {
  padding-bottom: 0;
}

.news__box .CMS-NEWS-ITEM {
  margin: 0;
  width: 100%;
}

.news__box .CMS-NEWS-ITEM+.CMS-NEWS-ITEM {
  border-top: 1px solid #000000;
}

.news__box .CMS-NEWS-ITEM a {
  padding: 2.1rem 0 1.5rem;
}

.news__box .CMS-NEWS-ITEM:first-child a {
  padding-top: 0;
}

.news__box .CMS-NEWS-TIME {
  color: #000000;
  font-size: 1.1rem;
  margin: 0;
}

.news__box .CMS-NEWS-LINK {
  font-size: 1.6rem;
  line-height: 1.2;
  margin-top: 0.4rem;
}

.news__btn {
  bottom: 0;
  margin: 0;
  position: absolute;
}

@media (hover: hover) and (pointer: fine) {

  .policy_item>a:hover,
  .menu__item>a:hover {
    opacity: 1;
  }

  .policy_item>a:before,
  .menu__item>a:before {
    transition: opacity 0.3s ease;
  }

  .policy_item>a:hover:before,
  .menu__item>a:hover:before {
    opacity: 0.2;
  }
}

/* ====================================================
	以下SP
==================================================== */

@media screen and (max-width: 767px) {

  /* ====================================================
	fv
==================================================== */
  .fv__title {
    left: 4rem;
    bottom: 4rem;
    top: initial;
  }

  .fv>img {
    height: 90rem;
    max-height: initial;
  }

  /* ====================================================
  	policy
  ==================================================== */
  .policy {
    padding: 10rem 4rem 16rem;
  }

  .policy_inner {
    display: block;
  }

  .policy__title>.title__ja:before {
    margin: initial;
  }

  .policy__head {
    font-size: 3rem;
  }

  .policy_text {
    font-size: 2.6rem;
  }

  .policy__btn {
    margin-left: 0.5rem;
    margin-top: 4.4rem;
  }

  .policy__list {
    margin-top: -3rem;
  }

  .policy_item {
    height: 42rem;
    margin-left: 4.2rem;
    position: relative;
    width: 17.4rem;
  }

  .policy_listHead {
    font-size: 3rem;
    top: 11.6rem;
  }

  .policy_item>a:before {
    opacity: 0.5;
  }

  /* ====================================================
	menu
==================================================== */
  .menu {
    padding: 15rem 0;
  }

  .menu:before {
    height: 94%;
    transform: skewY(-16deg);
  }


  .menu__item {
    margin: 0 auto;
    width: calc(100% - 4rem*2);
  }


  .menu__item>a:before {
    opacity: 0.5;
  }

  .menu__bgImg01 {
    left: -1.1rem;
    top: -13.4rem;
    width: 24rem;
  }

  .menu__bgImg02 {
    right: 1.7rem;
    top: -18.6rem;
    width: 20.7rem;
  }

  .menu__bgImg03 {
    right: -7.6rem;
    top: -0.7rem;
    width: 18.4rem;
  }

  .menu__bgImg04 {
    bottom: 34rem;
    left: -23.4rem;
    width: 47rem;
  }

  .menu__bgImg05 {
    bottom: 8rem;
    width: 18rem;
  }

  .menu__list {
    display: block;
    margin-top: 12rem;
    padding-left: 0;
  }

  .menu__head {
    font-size: 3.8rem;
    right: 4rem;
    top: 4rem;
  }

  .menu__head>span {
    font-size: 12rem;
    left: -5rem;
    top: -3.8rem;
  }

  .menu__item:nth-child(4) .menu__head>span {
    left: -18.2rem;
  }

  .menu__text {
    font-size: 2.8rem;
    right: 14rem;
    top: 4.3rem;
    max-height: 45rem;
  }

  .menu__btn {
    bottom: 3rem;
    font-size: 3rem;
    left: 3rem;
    padding: 2.8rem 1.3rem 3.8rem;
  }

  .menu__btn>img {
    margin-top: 3.8rem;
    width: 4rem;
  }

  .menu__item:nth-child(n + 2) {
    margin-top: 3rem;
  }

  /* ====================================================
  	gallery
  ==================================================== */
  .gallery {
    padding: 4rem 0 12rem;
  }

  .gallery__title {
    margin-bottom: 12rem;
  }

  .gallery__title .title__ja:before {
    width: 21rem;
  }

  .gallery__sliderWrap>div {
    height: 100px !important;
    margin-bottom: 10px;
  }

  .gallery__sliderWrap li {
    height: 100px;
    width: 140px;
  }

  .gallery__sliderWrap li img {
    padding: 0 3px;
  }

  /* ====================================================
  	access
  ==================================================== */
  .access {
    margin-top: 14rem;
    padding: 13rem 4rem 12rem;
  }

  .access__box {
    display: block;
    margin-top: 13rem;
  }

  .access__info {
    font-size: 2.8rem;
    line-height: 1.6;
    margin-right: 0;
    width: 100%;
  }

  .access__info>dt,
  .access__info>dd {
    padding: 2rem 0;
  }

  .access__map {
    height: 40rem;
    margin-top: 4rem;
    width: 100%;
  }

  /* ====================================================
  	news
  ==================================================== */
  .news {
    margin: 14rem 4rem 12rem;
  }

  .news__container {
    display: block;
    padding: 0;
  }

  .news__container>img {
    height: auto;
    margin-right: 0;
    width: 100%;
  }

  .news__box {
    margin-top: 4rem;
  }

  .news__box .CMS-NEWS-INDEX {
    padding: 0;
  }

  .news__box .CMS-NEWS-ITEM a {
    padding: 3rem 0;
  }

  .news__box .CMS-NEWS-TIME {
    font-size: 2.8rem;
  }

  .news__box .CMS-NEWS-LINK {
    font-size: 3.2rem;
    margin-top: 1.2rem;
  }

  .news__btn {
    left: 50%;
    margin: 4rem auto 0;
    position: relative;
    transform: translateX(-50%);
  }

  /* ====================================================
  	separate
  ==================================================== */
  .separate {
    height: 50rem;
    background-attachment: scroll;
  }

  .separate01 {
    background-image: url(../img/separater01_sp.jpg);
  }

  .separate02 {
    background-image: url(../img/separater02_sp.jpg);
  }
}