/*mv*/
main {
  overflow: hidden;
}
#mv {
  height: 670px;
  width: 100%;
  background-image: url(../img/mv_pc.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  margin-top: 90px;
}
.mv__body {
  height: 100%;
  position: relative;
}
.mv__logo {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform : translate(-50%,-50%);
  transform : translate(-50%,-50%);
  width: 160px;
}
.mv__text {
  position: absolute;
  bottom: -30px;
  font-weight: bold;
}
.mv__copy {
  font-size: 4rem;
  line-height: 2;
  letter-spacing: 0.04em;
  background-color: #fff;
  display: inline-block;
  padding-left: 8px;
  padding-right: 8px;
}
.br__sp {
  display: none;
}
.mv__lead {
  font-size: 2.4rem;
  line-height: 2;
  letter-spacing: 0.04em;
}
.mv__lead span {
  display: inline-block;
  padding-left: 8px;
  padding-right: 8px;
  color: #fff;
  background-color: #2f2f2f;
}

#about {
  position: relative;
}
#about::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  background-color: #F4F4F4;
  width: 72.9%;
  height: 100%;
  z-index: -1;
}
.about__body {
  padding-top: 70px;
}
.about__content {
  display: flex;
  justify-content: space-between;
}
.about__text {
  width: 34.1%;
}
.about__text p:nth-of-type(n+2) {
  padding-top: 24px;
}
.about__text p span {
  font-weight: 700;
}
.about__content:nth-of-type(2) .about__text {
  padding-bottom: 64px;
}
.about__content:nth-of-type(3) .about__text {
  padding-bottom: 32px;
}
.about__img--top {
  width: 59.8%;
  height: 300px;
  flex: 1;
  margin-right: calc(50% - 50vw);
  margin-left: 6%;
}
.about__img--top img {
  width: 100%;max-width: 850px;
  height: 100%;
  object-fit: cover;
}
.about__img--bottom {
  width: 59.8%;
  display: flex;
  justify-content: space-between;
  margin-top: 32px;
}
.about__img--bottom p:first-of-type {
  width: 44.3%;
}
.about__img--bottom p:nth-last-of-type(2) {
  width: 31.6%;
  margin-top: 14.1%;
  margin-left: -13.5%;
}
.about__img--bottom p:last-of-type {
  width: 25.3%;
}
.about__img--bottom p:last-of-type img {
  width: 100%;
  aspect-ratio: 200 / 345;
  object-fit: cover;
}
.snapwidget-widget {
  display: block;
  max-width:1120px;
  margin: 0 auto;
}
#blog {
  position: relative;
}
#blog::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  background-color: #F4F4F4;
  width: 100%;
  height: 450px;
  z-index: -1;
}
.blog__body {
  padding-top: 70px;
}
.blog__wrap {
  display: flex;
  justify-content: space-between;
}
.blog__content {
  padding: 30px;
  border: 1px solid #2f2f2f;
  width: 48.4%;
  background-color: #fff;
}
.blog__tag {
  font-size: 2.4rem;
  color: #fff;
  font-weight: bold;
  letter-spacing: 0.04em;
  display: inline-block;
  padding: 8px;
  background-color: #2f2f2f;
}
.blog__content dl {
  margin-bottom: 40px;
}
.blog__unit {
  display: flex;
  position: relative;
	padding-top: 16px;
	padding-bottom: 16px;
  width: 100%;
  border-bottom: 1px solid #E2E2E2;
}
.blog__unit:first-of-type {
  border-top: 1px solid #E2E2E2;
}
.blog__unit dt {
  padding-right: 24px;
}
.blog__unit dd {
  flex: 1;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
.wp-block-embed iframe {
  width: 100%;
  height: auto;
  aspect-ratio: 610 / 343;
}
#guide {
  position: relative;
  background-color: #F4F4F4;
}
#guide::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  background-image: url(../img/guide_bg.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  width: 100%;
  height: 450px;
  z-index: 1;
}
#guide::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgb(47, 47, 47, 0.8);
  width: 100%;
  height: 450px;
  z-index: 2;
}
.guide__body {
  padding-top: 140px;
  z-index: 3;
  position: relative;
}
.guide__body h2,.guide__body .common__title .common__title--sub {
  color: #fff;
  z-index: 3;
}
.guide__body .common__title--sub::before {
  background-color: #fff;
}
.guide__open {
  max-width: 496px;
  margin: 40px auto 100px;
}
.guide__open h3 {
  text-align: center;
  color: #fff;
  font-size: 2.4rem;
  letter-spacing: 0.04em;
  padding-top: 8px;
  padding-bottom: 8px;
  background-color: #8F8F8F;
}
.guide__open dl {
  display: flex;
  padding: 8px 76px;
  background-color: #fff;
}
.guide__open dl:nth-of-type(n+2) {
  border-top: 1px solid #8F8F8F;
}
.guide__open dt,.guide__open dd {
  font-size: 2.4rem;
  letter-spacing: 0.04em;
}
.guide__open dt {
  width: 76px;
  text-align: center;
  margin-right: 72px;
}
.guide__open dd {
  width: 198px;
  text-align: center;
  font-weight: bold;
}
.guide__open dl:not(:last-of-type) dd {
  font-family: 'Montserrat';
}
.guide__info {
  display: flex;
  justify-content: space-between;
  margin-top: 40px;
  padding-bottom: 140px;
}
.guide__text {
  max-width: 350px;
}
.guide__text--info {
  padding-top: 24px;
}
.guide__online {
  margin-top: 24px;
}
.guide__online a {
  text-decoration: underline;
}
.guide__online p:nth-of-type(n+2) {
  padding-top: 2px;
}
.guide__detail {
  display: flex;
  justify-content: space-between;
  width: 580px;
}
.guide__detail--cont {
  max-width: 250px;
}
.guide__detail--cont p:nth-of-type(2) {
  font-size: 1.4rem;
  letter-spacing: 0.04em;
  padding-top: 16px;
}

@media screen and (max-width: 1024px) {
  .mv__copy {
    font-size: 3.2rem;
  }
  .mv__lead {
    font-size: 2rem;
  }
  #blog::before {
    height: 800px;
  }
  .blog__body {
    padding-top: 50px;
  }
  .blog__wrap {
    display: block;
  }
  .blog__content {
    padding: 24px 8px;
    width: 100%;
  }
  .blog__content:nth-of-type(2) {
    margin-top: 40px;
  }

  .guide__info {
    display: block;
  }
  .guide__detail {
    margin-left: auto;
    margin-right: auto;
  }
  .guide__detail--cont {
    margin-top: 32px;
  }
}
@media screen and (max-width: 768px) {
  #mv {
    height: 690px;
    margin-top: 60px;
  }
  .mv__logo {
    top: 26%;
    left: 50%;
    -webkit-transform : translateX(-50%);
    transform : translateX(-50%);
  }
  .mv__text {
    top: 53.9%;
    left: 50%;
    -webkit-transform : translateX(-50%);
    transform : translateX(-50%);
    bottom: 0;
    text-align: center;
    width: 100%;
  }
  .mv__copy {
    font-size: 2.8rem;
    line-height: 1.3;
    letter-spacing: 0.04em;
    text-align: center;
    padding-bottom: 8px;
  }
  .mv__copy span {
    font-size: 1.6rem;
    line-height: 1.3;
  }
  .br__sp {
    display: block;
  }
  .mv__lead {
    font-size: 1.4rem;
    letter-spacing: 0.04em;
    line-height: 2.5;
  }

  #about::before {
    width: 100%;
  }
  .about__body {
    padding-top: 50px;
  }
  .about__content {
    display: block;
  }
  .about__content:last-of-type {
    margin-top: 40px;
  }
  .about__text {
    width: 100%;
    font-size: 1.4rem;
    letter-spacing: 0.04em;
  }
  .about__text p:nth-of-type(n+2) {
    padding-top: 14px;
  }
  .about__content:nth-of-type(2) .about__text {
    padding-bottom: 0px;
  }
  .about__content:nth-of-type(3) .about__text {
    padding-bottom: 0px;
  }
  .about__img--top {
    height: 245px;
    margin: 24px calc(50% - 50vw) 0;
    width: 100vw;
  }
  .about__img--bottom {
    width: 100%;
    padding-bottom: 50px;
    margin-top: 24px;
  }
  .blog__tag {
    font-size: 1.6rem;
  }
  .blog__unit {
    display: block;
    padding-top: 16px;
    padding-bottom: 16px;
  }
  .blog__content dl {
    margin-bottom: 16px;
  }
  .blog__unit dt {
    padding-right: 0px;
    padding-bottom: 8px;
  }
  .blog__unit dt,.blog__unit dd {
    font-size: 1.4rem;
  }
  .blog__unit dd {
    -webkit-line-clamp: 2;
  }
  #guide::before {
    height: 250px;
  }
  #guide::after {
    height: 250px;
  }
  .guide__body {
    padding-top: 50px;
  }
  .guide__open {
    margin: 32px auto 50px;
  }
  .guide__open h3 {
    font-size: 1.6rem;
  }
  .guide__open dl {
    padding: 8px 10.8%;
    justify-content: space-around;
  }
  .guide__open dt,.guide__open dd {
    font-size: 1.6rem;
    letter-spacing: 0.04em;
  }
  .guide__open dt {
    max-width: 50px;
    margin-right: 10.8%;
  }
  .guide__open dd {
    max-width: 164px;
  }
  .guide__map {
    height: 350px;
  }
  .guide__info {
    display: block;
    margin-top: 16px;
    padding-bottom: 100px;
  }
  .guide__text p {
    font-size: 1.4rem;
  }
    .guide__text--info {
    padding-top: 16px;
  }
  .guide__detail {
    display: block;
    width: 100%;
  }
  .guide__detail--cont {
    margin: 32px auto 0;
    width: 100%;
  }

}




