@charset "UTF-8";
/*base box*/
#header.fixed {
  position: fixed;
  /*fixedを設定して固定*/
  height: 65px;
  z-index: 999;
  /*最前面へ*/
  top: 0;
  /*位置指定*/
  left: 0;
  /*位置指定*/ }

#g-nav {
  /*position:fixed;にし、z-indexの数値を大きくして前面へ*/
  position: fixed;
  z-index: 999;
  /*ナビのスタート位置と形状*/
  top: -120%;
  left: 0;
  width: 100%;
  height: 100vh;
  /*ナビの高さ*/
  background: #999;
  /*動き*/
  transition: all 0.6s; }

/*アクティブクラスがついたら位置を0に*/
#g-nav.panelactive {
  top: 0; }

/*ナビゲーションの縦スクロール*/
#g-nav.panelactive #g-nav-list {
  /*ナビの数が増えた場合縦スクロール*/
  position: fixed;
  z-index: 999;
  width: 100%;
  height: 100vh;
  /*表示する高さ*/
  overflow: auto;
  -webkit-overflow-scrolling: touch; }

/*ナビゲーション*/
#g-nav ul {
  /*ナビゲーション天地中央揃え*/
  position: absolute;
  z-index: 999;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%); }

/*リストのレイアウト設定*/
#g-nav li {
  list-style: none;
  text-align: center; }

#g-nav li a {
  color: #333;
  text-decoration: none;
  padding: 10px;
  display: block;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-weight: bold; }

/*========= ボタンのためのCSS ===============*/
.openbtn {
  position: fixed;
  z-index: 9999;
  /*ボタンを最前面に*/
  top: 10px;
  right: 10px;
  cursor: pointer;
  width: 50px;
  height: 50px; }

/*×に変化*/
.openbtn span {
  display: inline-block;
  transition: all .4s;
  position: absolute;
  left: 14px;
  height: 3px;
  border-radius: 2px;
  background-color: #fff;
  width: 45%; }

.openbtn span:nth-of-type(1) {
  top: 15px; }

.openbtn span:nth-of-type(2) {
  top: 23px; }

.openbtn span:nth-of-type(3) {
  top: 31px; }

.openbtn.active span:nth-of-type(1) {
  top: 18px;
  left: 18px;
  transform: translateY(6px) rotate(-45deg);
  width: 30%; }

.openbtn.active span:nth-of-type(2) {
  opacity: 0; }

.openbtn.active span:nth-of-type(3) {
  top: 30px;
  left: 18px;
  transform: translateY(-6px) rotate(45deg);
  width: 30%; }

.logo {
  color: #fff;
  font-weight: bold;
  text-align: left;
  width: 30%;
  float: left;
  margin-top: 15px;
  margin-left: 5%;
  letter-spacing: 4px;
  font-size: 1.25rem; }

.hero_header {
  color: #FFFFFF;
  text-align: center;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  letter-spacing: 4px;
  font-family: "EB Garamond", serif;
  font-weight: 500;
  font-size: 18.75rem; }
  @media only screen and (max-width: 768px) {
    .hero_header {
      font-size: clamp(2rem, 33vw, 18rem); } }

/* Hero Section */
.hero {
  width: 100%;
  background-color: #B3B3B3;
  background-image: url("../images/hero.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 150px;
  padding-bottom: 150px;
  margin-top: -65px; }

.light {
  font-weight: bold;
  color: #717070; }

.tagline {
  text-align: center;
  color: #FFFFFF;
  margin-top: 4px;
  font-weight: lighter;
  text-transform: uppercase;
  letter-spacing: 1px; }

.grid-list {
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: auto;
  width: 100%;
  gap: 4%; }
  @media only screen and (max-width: 768px) {
    .grid-list {
      grid-template-columns: repeat(1, 1fr);
      row-gap: 3rem; } }

.grid-list article h3 {
  margin: 0;
  padding: 0 0 0.75rem;
  display: block;
  font-weight: bold;
  font-size: 20px;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif; }
.grid-list article figure {
  width: 100%; }
  .grid-list article figure img {
    width: 100%;
    height: auto; }
    .grid-list article figure img:hover {
      opacity: 0.75; }

/* Parallax Section */
.banner {
  margin: 48px auto;
  padding: 0;
  width: 100%;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: auto;
  width: 100%;
  column-gap: 4%;
  place-items: center; }
  @media only screen and (max-width: 768px) {
    .banner {
      grid-template-columns: repeat(1, 1fr); } }
  .banner div figure {
    width: 100%;
    display: block; }
    .banner div figure img {
      width: 100%;
      height: auto; }

.parallax {
  margin: 0;
  padding: 0;
  color: #000;
  text-align: left;
  font-size: 5rem;
  font-family: "Sawarabi Mincho", serif;
  font-weight: 400;
  font-style: normal; }
  @media only screen and (max-width: 768px) {
    .parallax {
      font-size: clamp(2rem, 25vw, 5rem); } }

.parallax_description {
  margin: 1em 0 0;
  padding: 0;
  text-align: left;
  font-size: 2.25rem;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  line-height: 1.6; }
  @media only screen and (max-width: 768px) {
    .parallax_description {
      font-size: clamp(1.25rem, 9vw, 2rem); } }

.more {
  margin: 48px auto;
  padding: 0;
  text-align: center; }
  .more p {
    display: inline-block;
    text-align: center; }
    .more p a {
      display: block; }

.more {
  margin: 48px auto;
  display: block;
  text-align: center; }
  .more p {
    display: inline-block;
    width: 200px;
    text-align: center;
    box-sizing: border-box;
    -webkit-transition: all .3s;
    transition: all .3s;
    position: relative; }
    .more p a {
      margin: 0;
      padding: 0px;
      padding-right: 10px;
      display: block;
      font-family: "EB Garamond", serif;
      font-weight: 500;
      font-size: 24px;
      text-decoration: none; }

.dli-arrow-right {
  display: inline-block;
  vertical-align: middle;
  color: #000;
  line-height: 1;
  position: absolute;
  width: 20px;
  height: 1px;
  background: currentColor;
  top: 45%;
  right: 25%; }

.dli-arrow-right::before {
  content: '';
  width: 15px;
  height: 15px;
  border: 1px solid currentColor;
  border-left: 0;
  border-bottom: 0;
  transform: rotate(45deg);
  transform-origin: top right;
  position: absolute;
  top: 50%;
  right: -0.1em;
  box-sizing: border-box; }

/*----- 三角の矢印 */
.arrow {
  line-height: 1;
  position: relative;
  background: #000; }

.arrow::before {
  content: "";
  width: 10px;
  height: 10px;
  border: 1px solid #000;
  position: absolute;
  box-sizing: border-box; }

/* 左向き */
.arrow.-left {
  width: 20px;
  height: 1px; }

.arrow.-left::before {
  border-right: 0;
  border-bottom: 0;
  transform: rotate(-45deg);
  transform-origin: top left;
  top: 50%;
  left: -1px; }

/* 右向き */
.arrow.-right {
  width: 20px;
  height: 1px; }

.arrow.-right::before {
  border-left: 0;
  border-bottom: 0;
  transform: rotate(45deg);
  transform-origin: top right;
  top: 50%;
  right: -1px; }

.heading {
  position: relative;
  margin: 0;
  padding: 50px 0;
  font-size: 40px;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif; }
  .heading span {
    position: relative;
    z-index: 2; }

.heading::before {
  content: attr(data-en);
  position: absolute;
  top: 0px;
  left: 0%;
  color: rgba(33, 33, 33, 0.2);
  font-size: 80px;
  font-family: "EB Garamond", serif;
  font-weight: 500; }

.sevice_banner {
  margin: 48px auto;
  padding: 0;
  width: 100%;
  display: block;
  margin-bottom: 0;
  background-color: #c8c8c8;
  padding: 0px 0px 6rem; }
  .sevice_banner h2 {
    font-family: "EB Garamond", serif;
    font-weight: 500;
    font-size: 3.75rem;
    display: block;
    margin: 0 0 2rem;
    padding: 0;
    color: #fff; }

footer {
  margin: 0;
  padding: 30px 0;
  width: 100%;
  background-color: #71adcf; }

.footer_column h3 {
  margin: 0 0 10px;
  font-size: 20px;
  color: #fff; }
.footer_column p {
  font-size: 16px;
  color: #fff; }

.copyright {
  text-align: center;
  padding-top: 20px;
  color: #FFFFFF;
  font-size: 14px; }

.about {
  margin: 48px auto;
  padding: 0;
  width: 100%;
  display: block; }

.aboutus_information h3 {
  margin: 0 0 1.5em;
  padding: 0.7em 0.5em;
  border-bottom: 1px solid #333;
  position: relative;
  font-size: 1.25rem;
  font-weight: bold; }
.aboutus_information h3::before {
  content: "";
  display: block;
  position: absolute;
  bottom: -14px;
  right: 10px;
  width: 1px;
  height: 80%;
  background: #333;
  box-sizing: border-box; }
.aboutus_information h3::after {
  box-sizing: border-box; }
.aboutus_information p {
  margin-bottom: 1em;
  font-size: 1rem;
  line-height: 1.5; }
.aboutus_information ol {
  list-style: none;
  counter-reset: number; }
.aboutus_information li {
  position: relative;
  padding-left: 40px; }
.aboutus_information li::before {
  counter-increment: number;
  content: "（" counter(number) "）";
  position: absolute;
  left: 0; }

.service {
  margin: 48px auto;
  padding: 0;
  width: 100%;
  display: block;
  padding: 0px 0px 6rem; }

.gallery {
  margin: 48px auto 8rem;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  grid-template-rows: auto;
  width: 100%;
  gap: 20px; }
  @media only screen and (max-width: 768px) {
    .gallery {
      grid-template-columns: repeat(3, 1fr); } }

.gallery .thumbnail4 img {
  width: 100%;
  height: auto; }

.profile {
  margin: 30px auto;
  padding: 30px;
  background-color: #ccc; }
  .profile .photo {
    display: grid;
    grid-template-columns: 25% auto;
    grid-template-rows: auto;
    width: 100%;
    gap: 20px; }
    @media only screen and (max-width: 768px) {
      .profile .photo {
        grid-template-columns: repeat(1, 1fr); } }
    .profile .photo figure {
      display: block; }
      .profile .photo figure img {
        width: 100%;
        height: auto; }
