@charset "UTF-8";
body {
  font-family: "Times New Roman", YakuHanMP, yu-mincho-pr6n, "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", "Times New Roman", serif;
}

body.fixed {
  width: 100%;
  height: 100%;
  position: fixed;
}

.u-desktop {
  display: none;
}
@media screen and (min-width: 1024px) {
  .u-desktop {
    display: block;
  }
}

@media screen and (min-width: 1024px) {
  .u-mobile {
    display: none;
  }
}

/* リキッドレイアウト対応 */
html {
  font-size: 16px;
}
@media (max-width: 375px) {
  html {
    font-size: 4.2666666667vw;
  }
}
@media screen and (min-width: 768px) {
  html {
    font-size: 1.4545454545vw;
  }
}
@media (min-width: 1100px) {
  html {
    font-size: 16px;
  }
}

/* pcの電話番号発信対応 */
@media screen and (min-width: 768px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}

/* ホバー */
a {
  text-decoration: none;
  color: inherit;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
@media screen and (min-width: 768px) {
  a:hover {
    opacity: 0.8;
  }
}

*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/* Remove default padding */
ul,
ol {
  padding: 0;
}

/* Remove default margin */
body,
h1,
h2,
h3,
h4,
p,
ul,
ol,
figure,
blockquote,
dl,
dd {
  margin: 0;
}

/* Set core root defaults */
html {
  scroll-behavior: smooth;
}

/* Set core body defaults */
body {
  min-height: 100vh;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
}

/* Remove list styles on ul, ol elements with a class attribute */
ul,
ol {
  list-style: none;
}

/* A elements that don't have a class get default styles */
a:not([class]) {
  text-decoration-skip-ink: auto;
}

/* Make images easier to work with */
img {
  max-width: 100%;
  display: block;
  width: 100%;
}

/* Natural flow and rhythm in articles by default */
article > * + * {
  margin-top: 1em;
}

/* Inherit fonts for inputs and buttons */
input,
button,
textarea,
select {
  font: inherit;
}

/* Blur images when they have no alt attribute */
img:not([alt]) {
  filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feGaussianBlur stdDeviation="10" /></filter></svg>#filter');
  -webkit-filter: blur(10px);
          filter: blur(10px);
}

/* フォームリセット */
input,
button,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border: none;
  border-radius: 0;
  font: inherit;
  outline: none;
}

textarea {
  resize: vertical;
}

input[type=checkbox],
input[type=radio] {
  display: none;
}

input[type=submit],
input[type=button],
label,
button,
select {
  cursor: pointer;
}

select::-ms-expand {
  display: none;
}

.contact-box {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 13px 13px 14px;
  padding: 0.8125rem 0.8125rem 0.875rem;
  border: 0.25px solid #d2cccc;
  border: 0.015625rem solid #d2cccc;
  border-radius: 0.3125rem;
  font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}

.contact-box__meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.contact-box__meta a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 10px;
  padding-top: 0.625rem;
  font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}

.contact-box__meta a:first-of-type {
  margin-right: 20px;
  margin-right: 1.25rem;
}
@media screen and (min-width: 768px) {
  .contact-box__meta a:first-of-type {
    margin-right: 0;
  }
}

@media screen and (min-width: 1024px) {
  .contact-box__meta a:last-of-type {
    margin-left: 1.25rem;
  }
}

.contact-box__meta a span:first-of-type img {
  margin-right: 10px;
  margin-right: 0.625rem;
  width: 18px;
  width: 1.125rem;
}

@media screen and (min-width: 768px) {
  .contact-box__meta a span:last-of-type {
    font-size: 1.125rem;
    letter-spacing: 0.1em;
  }
}

.first-background {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10000;
  background: #fff;
  pointer-events: none;
  margin: 0;
  padding: 0;
  display: block;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.first-background.active {
  opacity: 0;
}

.footer {
  background-color: #1A1A1A;
  padding: 10% 0;
}
@media screen and (min-width: 768px) {
  .footer {
    padding: 3.75rem 0;
  }
}

.footer__inner {
  padding: 0 120px;
  padding: 0 7.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (min-width: 768px) {
  .footer__inner {
    -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: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

.footer__logo-image {
  margin: 0 auto;
  width: 90%;
}
@media screen and (min-width: 768px) {
  .footer__logo-image {
    width: 11.0625rem;
  }
}

.footer__nav-list li a span {
  color: #fff;
}

.fv {
  width: 100%;
  height: 100vh;
  position: relative;
  overflow: hidden;
  min-height: 400px;
  min-height: 25rem;
}
@media screen and (min-width: 768px) {
  .fv {
    min-height: 34.375rem;
    height: 100vh;
  }
}

.fv__image-area {
  width: 100%;
  height: 100vh;
  position: absolute;
  top: 0;
  left: 0;
}

.fv__image-wrapper {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}

.fv__text-area {
  position: absolute;
  z-index: 2;
  left: 5%;
  bottom: 15%;
  padding-right: 40px;
  padding-right: 2.5rem;
  width: 100%;
  max-width: 600px;
  color: #fff;
}
@media screen and (min-width: 1024px) {
  .fv__text-area {
    bottom: 15%;
    left: 10%;
  }
}

.fv__title {
  font-size: min(5.72vw, 24px);
  font-size: min(5.72vw, 1.5rem);
  white-space: nowrap;
  letter-spacing: 0.12em;
  line-height: 1.5;
  font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}
@media screen and (min-width: 768px) {
  .fv__title {
    font-size: 2.25rem;
    line-height: 1.3889;
  }
}

.br-tab {
  display: block;
  font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}
@media screen and (min-width: 767px) {
  .br-tab {
    display: none;
  }
}

.fv__text {
  width: 100%;
  margin: 18px 0 0;
  margin: 1.125rem 0 0;
  white-space: nowrap;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 768px) {
  .fv__text {
    font-size: min(1.8vw, 1.25rem);
    letter-spacing: normal;
    letter-spacing: initial;
  }
}
@media screen and (min-width: 1024px) {
  .fv__text {
    font-size: min(2vw, 1.25rem);
  }
}

.fv__scroll-image {
  position: absolute;
  right: 10%;
  bottom: 3%;
}
@media screen and (min-width: 768px) {
  .fv__scroll-image {
    right: 10%;
    bottom: 10%;
  }
}

.slider {
  height: 53vw;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden; /* 画像がはみ出ないようにする */
  width: 80vw;
}

@-webkit-keyframes fadezoom {
  0% {
    -webkit-transform: scale(1.2);
            transform: scale(1.2); /* 拡大率 */
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@keyframes fadezoom {
  0% {
    -webkit-transform: scale(1.2);
            transform: scale(1.2); /* 拡大率 */
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
.add-animation {
  -webkit-animation: fadezoom 6.5s linear 1s forwards;
          animation: fadezoom 6.5s linear 1s forwards;
}

.slick-img {
  -webkit-transform: scale(1.2);
          transform: scale(1.2); /* 拡大率 */
}

.slick-img img {
  height: 100vh;
  -o-object-fit: cover;
     object-fit: cover;
}

header {
  position: fixed;
  top: 0;
  left: 0;
  padding-left: 20px;
  padding-left: 1.25rem;
  width: 100vw;
  height: 100px;
  height: 6.25rem;
  line-height: 100px;
  line-height: 6.25rem;
  z-index: 1000000;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (min-width: 768px) {
  header {
    height: auto;
    height: initial;
    line-height: normal;
    line-height: initial;
    padding: 0.875rem 0;
    background-color: rgba(255, 255, 255, .5);
  }
}

.header__inner {
  height: inherit;
  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;
}
@media screen and (min-width: 768px) {
  .header__inner {
    height: auto;
    height: initial;
    padding: 0 10rem;
    left: 10rem;
  }
}

.header__logo-image {
  width: 180px;
  width: 11.25rem;
  position: relative;
  z-index: 99999999;
}

.header__nav {
  display: none;
}
@media screen and (min-width: 1024px) {
  .header__nav {
    display: block;
  }
}

.header__nav .nav__list {
  margin-top: 0;
}

.header__logo-image:last-of-type {
  opacity: 0;
  visibility: hidden;
}
@media screen and (min-width: 768px) {
  .header__logo-image:last-of-type {
    display: none;
  }
}

.header__logo-image.active {
  opacity: 1;
  visibility: visible;
  visibility: initial;
}

.hamburger {
  visibility: visible;
  width: 50px;
  width: 3.125rem;
  height: 50px;
  height: 3.125rem;
  display: block;
  position: fixed;
  top: 20px;
  top: 1.25rem;
  right: 5.33333%;
  z-index: 50000000;
  cursor: pointer;
}
@media screen and (min-width: 768px) {
  .hamburger {
    display: none;
  }
}

.hamburger::before, .hamburger::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  border-radius: 50%;
  -webkit-transition: opacity 0.6s cubic-bezier(0.4, 0.15, 0.2, 1);
  transition: opacity 0.6s cubic-bezier(0.4, 0.15, 0.2, 1);
}

.hamburger::before {
  border: 1px solid rgba(255, 255, 255, .5);
  border: 0.0625rem solid rgba(255, 255, 255, .5);
  opacity: 0;
}

.hamburger::after {
  border: 1px solid #E5E5E5;
  border: 0.0625rem solid #E5E5E5;
}

.hamburger__inner {
  display: block;
  width: 20px;
  width: 1.25rem;
  height: 7px;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  z-index: 5;
}

.hamburger__border {
  display: block;
  width: 100%;
  height: 1px;
  position: absolute;
  left: 0;
  overflow: hidden;
  z-index: 0;
  background-color: rgba(229, 229, 229, .5);
  -webkit-transition: -webkit-transform 0.5s cubic-bezier(0.4, 0.15, 0.2, 1);
  transition: -webkit-transform 0.5s cubic-bezier(0.4, 0.15, 0.2, 1);
  transition: transform 0.5s cubic-bezier(0.4, 0.15, 0.2, 1);
  transition: transform 0.5s cubic-bezier(0.4, 0.15, 0.2, 1), -webkit-transform 0.5s cubic-bezier(0.4, 0.15, 0.2, 1);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

.hamburger__border--1 {
  top: 0;
}

.hamburger__border--2 {
  bottom: 0;
}

.hamburger__border-content {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #fff;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

.hamburger__border-content::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #fff;
  -webkit-transition: opacity 0.6s cubic-bezier(0.4, 0.15, 0.2, 1);
  transition: opacity 0.6s cubic-bezier(0.4, 0.15, 0.2, 1);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  opacity: 0;
}

.hamburger.active .hamburger__border--1 {
  -webkit-transform: translateY(3px) rotate(45deg);
          transform: translateY(3px) rotate(45deg);
}
.hamburger.active .hamburger__border--2 {
  -webkit-transform: translateY(-3px) rotate(-45deg);
          transform: translateY(-3px) rotate(-45deg);
}

.hamburger.scroll::after {
  background-color: #fff;
}
.hamburger.scroll .hamburger__border-content {
  background-color: #131922;
}

.hamburger.scroll.active::after {
  background-color: transparent;
  background-color: initial;
}
.hamburger.scroll.active .hamburger__border-content {
  background-color: #fff;
}

.inner {
  width: 100%;
  padding-right: 100px;
  padding-left: 100px;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (min-width: 768px) {
  .inner {
    max-width: 1300px;
    padding-right: 100px;
    padding-left: 100px;
  }
}

.js-text {
  opacity: 0;
  -webkit-transform: translateY(20%);
          transform: translateY(20%);
  -webkit-transition: 1.2s;
  transition: 1.2s;
}

.js-text.active {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.move-figure {
  position: relative;
  background-color: #fff;
  overflow: hidden;
}

.move-figure__image {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-size: cover !important;
  background-position: 50% 50% !important;
  background-repeat: no-repeat !important;
  opacity: 0;
  -webkit-transition: opacity 0.8s cubic-bezier(0.37, 0, 0.63, 1) 0s, -webkit-transform 0.8s cubic-bezier(0.37, 0, 0.63, 1) 0s;
  transition: opacity 0.8s cubic-bezier(0.37, 0, 0.63, 1) 0s, -webkit-transform 0.8s cubic-bezier(0.37, 0, 0.63, 1) 0s;
  transition: opacity 0.8s cubic-bezier(0.37, 0, 0.63, 1) 0s, transform 0.8s cubic-bezier(0.37, 0, 0.63, 1) 0s;
  transition: opacity 0.8s cubic-bezier(0.37, 0, 0.63, 1) 0s, transform 0.8s cubic-bezier(0.37, 0, 0.63, 1) 0s, -webkit-transform 0.8s cubic-bezier(0.37, 0, 0.63, 1) 0s;
  -o-object-fit: cover;
     object-fit: cover;
}

.move-figure.active .move-figure__image {
  opacity: 1;
}

.nav__list {
  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: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 40px;
  margin-top: 2.5rem;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .nav__list {
    margin-top: 0;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

.nav__item:not(:last-of-type) {
  margin-bottom: 20px;
  margin-bottom: 1.25rem;
}
@media screen and (min-width: 768px) {
  .nav__item:not(:last-of-type) {
    margin-bottom: 0;
    margin-bottom: initial;
    margin-right: 3.125rem;
  }
}

.nav__item {
  text-align: center;
}
.nav__item a {
  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: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (min-width: 768px) {
  .nav__item a span:first-child {
    font-size: 1rem;
    letter-spacing: 0.1em;
  }
}

.nav__item a span:last-of-type {
  font-size: 9px;
  font-size: 0.5625rem;
  font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}
@media screen and (min-width: 768px) {
  .nav__item a span:last-of-type {
    font-size: 0.625rem;
  }
}

.nav__item:last-of-type span:first-of-type {
  margin-right: 10px;
  margin-right: 0.625rem;
}

@media screen and (min-width: 768px) {
  .nav__item:last-of-type span:last-of-type {
    font-size: 1rem;
  }
}

.nav__item:last-of-type a span:last-of-type {
  font-size: 14px;
  font-size: 0.875rem;
}
@media screen and (min-width: 768px) {
  .nav__item:last-of-type a span:last-of-type {
    font-size: medium;
    font-size: initial;
  }
}

.nav__item:last-of-type a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

.sp-nav {
  width: 100vw;
  height: 100vh;
  visibility: hidden;
  pointer-events: none;
  overflow: hidden;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999999;
}

.sp-nav__inner {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 0;
  background-color: #131922;
}

.sp-nav__container {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 5;
  overflow-x: hidden;
  overflow-y: scroll;
  color: #fff;
}

.sp-nav__back {
  width: 100%;
  min-height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-line-pack: stretch;
      align-content: stretch;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  padding: 0 5.33333%;
  -webkit-transition: 2s;
  transition: 2s;
}

.sp-nav__wp {
  width: 100%;
  padding: 120px 0 30%;
  padding: 7.5rem 0 30%;
  max-width: 600px;
}

.sp-nav__nav {
  width: 100%;
}

.sp-nav__ul {
  width: 100%;
}

.sp-nav__lists {
  text-align: center;
}

.sp-nav__one {
  width: 100%;
  padding: 0 2px;
  padding: 0 0.125rem;
}

.sp-nav__one:nth-child(n+2) {
  margin: 16px 0 0;
  margin: 1rem 0 0;
}

.sp-nav__a {
  display: inline-block;
  font-size: 22px;
  font-size: 1.375rem;
  letter-spacing: 0.07em;
  line-height: 1.5;
}
.sp-nav__a span span {
  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: center;
      -ms-flex-align: center;
          align-items: center;
}

.sp-nav__sub {
  font-size: 12px;
  font-size: 0.75rem;
  font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}

.sp-nav__one:last-of-type a > span > span {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.sp-nav__one:last-of-type a > span > span .sp-nav__main {
  margin-left: 10px;
  margin-left: 0.625rem;
}

.test {
  font-size: 20px;
  font-size: 1.25rem;
  background-color: #111;
  color: #fff;
}

.top-about {
  padding: 119px 5.33333% 51px;
  padding: 7.4375rem 5.33333% 3.1875rem;
}
@media screen and (min-width: 768px) {
  .top-about {
    padding: 10% 9.02778% 11.9375rem;
    width: 100%;
  }
}

@media screen and (min-width: 768px) {
  .top-about__inner {
    max-width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-line-pack: stretch;
        align-content: stretch;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }
}

@media screen and (min-width: 768px) {
  .top-about__column {
    width: 44.74576%;
  }
}

@media screen and (min-width: 768px) {
  .top-about__column:last-of-type {
    width: 52.20339%;
    margin: 2.1875rem 0 0;
  }
}

.top-about__mark {
  background-color: #1A1A1A;
  border-radius: 50%;
}
@media screen and (min-width: 768px) {
  .top-about__mark {
    width: 0.1875rem;
    height: 0.1875rem;
  }
}

.top-about__sub-title-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (min-width: 768px) {
  .top-about__sub-title {
    font-size: 1rem;
  }
}

.top-about__title {
  font-weight: normal;
  color: #1A1A1A;
}
@media screen and (min-width: 768px) {
  .top-about__title {
    font-size: 2.125rem;
    letter-spacing: 0.1em;
  }
}

.top-about__text-area-title {
  color: #1A1A1A;
}
@media screen and (min-width: 768px) {
  .top-about__text-area-title {
    font-size: 1.375rem;
    letter-spacing: 0.1em;
    line-height: 1.63636;
  }
}

.top-about__text-area-sub {
  color: #1A1A1A;
}
@media screen and (min-width: 768px) {
  .top-about__text-area-sub {
    padding-top: 1.125rem;
    font-size: 0.875rem;
    line-height: 2.14286;
  }
}

.top-border {
  width: 100%;
  margin: 24px 0 0;
  margin: 1.5rem 0 0;
}

.top-border__back {
  width: 5px;
  width: 0.3125rem;
  height: 1px;
  position: relative;
  overflow: hidden;
  margin: 27px 0 0;
  margin: 1.6875rem 0 0;
}

.top-border__content {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #131922;
}

.top-contact {
  background-color: #fafafa;
}

.top-contact__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (min-width: 768px) {
  .top-contact__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

.top-contact__title {
  font-weight: normal;
  letter-spacing: 0.1em;
}

.top-contact__map {
  position: relative;
  width: 100vw;
  padding-top: 50%;
}
@media screen and (min-width: 768px) {
  .top-contact__map {
    margin-right: 4.375rem;
    width: 58.0930580725%;
    padding-top: 30.3532572088%;
  }
}

.top-contact__map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
  -webkit-filter: grayscale(100%);
}

.top-contact__text-area {
  padding: 10%;
}
@media screen and (min-width: 768px) {
  .top-contact__text-area {
    padding: 4.375rem 5rem 4.0625rem 4.375rem;
  }
}

.top-contact__text {
  font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}
@media screen and (min-width: 768px) {
  .top-contact__text {
    font-size: 0.5625rem;
    line-height: 1.25rem;
  }
}

.top-contact__icon {
  width: 20px;
  width: 1.25rem;
}

@media screen and (min-width: 768px) {
  .top-contact--top {
    margin-top: 6.25rem;
  }
}

h2.top-contact__title--top {
  margin-top: 40px;
  margin-top: 2.5rem;
}
@media screen and (min-width: 768px) {
  h2.top-contact__title--top {
    margin-top: 3.75rem;
  }
}

.top-foot-gallery {
  margin-bottom: 120px;
  margin-bottom: 7.5rem;
  width: 100%;
  position: relative;
}
@media screen and (min-width: 1024px) {
  .top-foot-gallery {
    margin: 0 auto;
    width: 90.27778%;
  }
}

.top-foot-gallery::before {
  content: "";
  display: block;
  width: 100%;
  padding-top: 80%;
}
@media screen and (min-width: 768px) {
  .top-foot-gallery::before {
    padding-top: 41.1095250405%;
  }
}

.top-foot-gallery__one {
  position: absolute;
}

.top-foot-gallery__one::before {
  content: "";
  display: block;
  width: 100%;
}

.top-foot-gallery__one.move-figure--5 {
  width: 71.73333%;
  top: 0;
  right: 0;
}
@media screen and (min-width: 1024px) {
  .top-foot-gallery__one.move-figure--5 {
    width: 47.7257240802%;
  }
}

.top-foot-gallery__one.move-figure--5::before {
  padding: 63.56877% 0 0;
}
@media screen and (min-width: 1024px) {
  .top-foot-gallery__one.move-figure--5::before {
    padding: 59.1497766212% 0 0;
  }
}

.top-foot-gallery__one.move-figure--6 {
  width: 71.73333%;
  bottom: 0;
  left: 0;
}
@media screen and (min-width: 1024px) {
  .top-foot-gallery__one.move-figure--6 {
    width: 40.6980053828%;
  }
}

.top-foot-gallery__one.move-figure--6::before {
  padding: 63.56877% 0 0;
}
@media screen and (min-width: 1024px) {
  .top-foot-gallery__one.move-figure--6::before {
    padding: 63.2947995275% 0 0;
  }
}

.top-gallery {
  width: 100%;
  position: relative;
}
@media screen and (min-width: 1024px) {
  .top-gallery {
    width: 95.13889%;
  }
}

.top-gallery::before {
  content: "";
  display: block;
  width: 100%;
  padding: 148% 0 0;
}
@media screen and (min-width: 1024px) {
  .top-gallery::before {
    padding-top: 98.83212%;
  }
}

.top-gallery__one {
  position: absolute;
}

.top-gallery__one::before {
  content: "";
  display: block;
  width: 100%;
}

.top-gallery__one.move-figure--1 {
  width: 71.46667%;
  top: 0;
  left: 0;
}
@media screen and (min-width: 1024px) {
  .top-gallery__one.move-figure--1 {
    width: 77.0073%;
  }
}

.top-gallery__one::before {
  content: "";
  display: block;
  width: 100%;
}

.top-gallery__one.move-figure--1::before {
  padding-top: 56.87204%;
}

.top-gallery__one.move-figure--2 {
  width: 41.6%;
  top: 21.98198%;
  right: 0;
}
@media screen and (min-width: 1024px) {
  .top-gallery__one.move-figure--2 {
    width: 32.11679%;
    top: 22.15657%;
  }
}

.top-gallery__one.move-figure--2::before {
  padding: 135.89744% 0 0;
}
@media screen and (min-width: 1024px) {
  .top-gallery__one.move-figure--2::before {
    padding: 129.54545% 0 0;
  }
}

.top-gallery__one.move-figure--3 {
  width: 45.86667%;
  top: 32.79279%;
  left: 5.33333%;
}
@media screen and (min-width: 1024px) {
  .top-gallery__one.move-figure--3 {
    width: 44.9635%;
    top: 55.39143%;
    left: 5.69343%;
  }
}

.top-gallery__one.move-figure--3::before {
  padding: 100% 0 0;
}
@media screen and (min-width: 1024px) {
  .top-gallery__one.move-figure--3::before {
    padding: 59.41558% 0 0;
  }
}

.top-gallery__one.move-figure--4 {
  width: 71.73333%;
  bottom: 0;
  right: 0;
}
@media screen and (min-width: 1024px) {
  .top-gallery__one.move-figure--4 {
    width: 38.54015%;
  }
}

.top-gallery__one.move-figure--4::before {
  padding: 63.56877% 0 0;
}
@media screen and (min-width: 1024px) {
  .top-gallery__one.move-figure--4::before {
    padding: 63.25758% 0 0;
  }
}

.top-introduction {
  width: 100%;
  padding: 60px 0 51px;
  padding: 3.75rem 0 3.1875rem;
}
@media screen and (min-width: 1024px) {
  .top-introduction {
    padding: 9.25rem 0 12.5rem;
  }
}

@media screen and (min-width: 768px) {
  .top-introdcution__one.u-mobile {
    display: none;
  }
}

.top-introdcution__one {
  position: relative;
  width: 100%;
}
@media screen and (min-width: 1024px) {
  .top-introdcution__one {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-line-pack: stretch;
        align-content: stretch;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
}

@media screen and (min-width: 1024px) {
  .top-introdcution__one:nth-of-type(odd) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

@media screen and (min-width: 1024px) {
  .top-introdcution__one:nth-of-type(even) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

.top-introduction__visual {
  width: 100%;
}
@media screen and (min-width: 1024px) {
  .top-introduction__visual {
    width: 42.08333%;
  }
}

.top-introduction__visual::before {
  content: "";
  display: block;
  width: 100%;
  padding: 61.33333% 0 0;
}
@media screen and (min-width: 1024px) {
  .top-introduction__visual::before {
    padding: 129.0429% 0 0;
  }
}

.top-introduction__text {
  width: 100%;
  padding: 29px 5.33333% 0;
  padding: 1.8125rem 5.33333% 0;
}
@media screen and (min-width: 1024px) {
  .top-introduction__text {
    width: 57.91667%;
    padding: 3.47222% 0 1.1%;
  }
}

@media screen and (min-width: 1024px) {
  .top-introdcution__one:nth-of-type(odd) .top-introduction__text {
    padding-left: 6.11111%;
  }
}

@media screen and (min-width: 1024px) {
  .top-introdcution__one:nth-of-type(even) .top-introduction__text {
    padding-left: 6.11111%;
  }
}

.top-introduction__inner {
  width: 100%;
  max-width: 600px;
  margin: 0 auto;
}
@media screen and (min-width: 1024px) {
  .top-introduction__inner {
    max-width: none;
  }
}

.top-introduction__sub-visual.move-figure--7 {
  position: relative;
  width: 82.3654945064%;
  margin-top: 120px;
  margin-top: 7.5rem;
  overflow: hidden;
}
@media screen and (min-width: 1024px) {
  .top-introduction__sub-visual.move-figure--7 {
    bottom: -35%;
  }
}
@media screen and (min-width: 1440px) {
  .top-introduction__sub-visual.move-figure--7 {
    bottom: -25%;
  }
}

.top-introduction__sub-visual.move-figure--7 .move-figure__image {
  -webkit-transform: scale(1.4);
          transform: scale(1.4);
  -o-object-position: 100% 180%;
     object-position: 100% 180%;
  -o-object-fit: cover;
     object-fit: cover;
}

.top-introduction__sub-visual.move-figure--7::before {
  content: "";
  display: block;
  width: 100%;
  padding: 59.1497847211% 0 0;
}

.top-introduction__sub-visual.move-figure--8 {
  position: relative;
  width: 68.8330692982%;
  top: 0;
  margin-left: auto;
  margin-right: 10%;
  margin-bottom: 20%;
}
@media screen and (min-width: 1024px) {
  .top-introduction__sub-visual.move-figure--8 {
    top: -35%;
  }
}
@media screen and (min-width: 1440px) {
  .top-introduction__sub-visual.move-figure--8 {
    top: -25%;
  }
}

.top-introduction__sub-visual.move-figure--8::before {
  content: "";
  display: block;
  width: 100%;
  padding: 63.2947447985% 0 0;
}

@media screen and (min-width: 768px) {
  .top-introdcution__one--top {
    margin-top: 7.5rem;
  }
}

.top-introdcution__one--top:nth-child(n+2) {
  margin-top: 80px;
  margin-top: 5rem;
}

@media screen and (min-width: 1024px) {
  .top-introdcution__one--top:last-of-type {
    margin-top: -10%;
  }
}

.top-introduction__contact--top {
  margin-top: 20px;
  margin-top: 1.25rem;
}

.top-middle-gallery {
  margin: 100px auto 0;
  margin: 6.25rem auto 0;
  width: 100%;
  position: relative;
}
@media screen and (min-width: 1024px) {
  .top-middle-gallery {
    width: 89.7187196896%;
  }
}

.top-middle-gallery::before {
  content: "";
  display: block;
  width: 100%;
  padding-top: 80%;
}

.top-middle-gallery__one {
  position: absolute;
}

.top-middle-gallery__one::before {
  content: "";
  display: block;
  width: 100%;
}

.top-middle-gallery__visual.move-figure--7 {
  position: absolute;
  width: 71.73333%;
  top: 0;
  left: 0;
}

.top-middle-gallery__visual.move-figure--7::before {
  content: "";
  display: block;
  padding: 63.56877% 0 0;
  overflow: hidden;
}

.top-middle-gallery__visual.move-figure--7 img {
  -webkit-transform: scale(1.4);
          transform: scale(1.4);
  -o-object-position: 50% 270%;
     object-position: 50% 270%;
  -o-object-fit: cover;
     object-fit: cover;
}

.top-middle-gallery__visual.move-figure--8 {
  position: absolute;
  width: 71.73333%;
  bottom: 0;
  right: 0;
}

.top-middle-gallery__visual.move-figure--8::before {
  content: "";
  display: block;
  padding: 63.56877% 0 0;
}

.top-middle-gallery--top {
  margin-top: -12%;
}

.top-read {
  width: 100%;
  margin: 24px 0 0;
  margin: 1.5rem 0 0;
}
@media screen and (min-width: 768px) {
  .top-read {
    margin: 1.9375rem 0 0;
  }
}

.top-read__main {
  font-size: 16px;
  font-size: 1rem;
  letter-spacing: 0.1em;
  line-height: 1.875;
  margin: 0 0 12px;
  margin: 0 0 0.75rem;
  font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}
@media screen and (min-width: 1024px) {
  .top-read__main {
    font-size: 1.375rem;
    line-height: 1.5;
    margin: 0 0 1.1875rem;
  }
}

.top-read__sub {
  font-size: 14px;
  font-size: 0.875rem;
  letter-spacing: 0.07em;
  line-height: 1.71429;
  font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}
@media screen and (min-width: 1024px) {
  .top-read__sub {
    font-size: 0.8125rem;
    font-size: min(0.95vw, 0.875rem);
    line-height: 2.07692;
  }
}

.top-tag {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-line-pack: stretch;
      align-content: stretch;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.top-tag__icon {
  width: 3px;
  width: 0.1875rem;
  height: 3px;
  height: 0.1875rem;
  background-color: #1a1a1a;
  border-radius: 50%;
  margin: -3px 6px 0 0;
  margin: -0.1875rem 0.375rem 0 0;
}
@media screen and (min-width: 768px) {
  .top-tag__icon {
    width: 0.25rem;
    height: 0.25rem;
    margin: -0.25rem 0.5rem 0 0;
  }
}

.top-tag__text {
  font-size: 12px;
  font-size: 0.75rem;
  letter-spacing: 0.07em;
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  .top-tag__text {
    font-size: 1rem;
  }
}

.top-title {
  font-size: 26px;
  font-size: 1.625rem;
  line-height: 1.38462;
  margin: 10px 0 0;
  margin: 0.625rem 0 0;
}
@media screen and (min-width: 768px) {
  .top-title {
    font-size: 2.25rem;
    line-height: 1.47059;
    margin: 0.5rem 0 0;
  }
}
/*# sourceMappingURL=styles.css.map */
