@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Zen+Kaku+Gothic+New&display=swap");
@import url("https://fonts.googleapis.com/icon?family=Material+Icons");
/* min:16px max:70px */
/* min:16px max:43px */
/* min:16px max:55px */
/* min:16px max:34px */
/*base box*/
/* Body */
body {
  font-family: "Helvetica Neue", "Helvetica", "Arial", "Zen Kaku Gothic New", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  background-image: url("../images/bg_kyoto.jpg");
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  font-style: normal; }

body::before {
  content: "";
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-image: url("../images/bg_kyoto.jpg");
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: -1; }

body .bx-wrapper {
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: none;
  background: transparent; }

#header {
  width: 100%;
  height: 65px;
  background-color: transparent;
  position: fixed;
  z-index: 999;
  top: 0;
  left: 0; }
  #header .header__inner {
    display: flex;
    justify-content: space-between;
    align-items: center; }

/* Container */
.container {
  width: 90%;
  margin: 0 auto; }

/* Navigation */
#g-nav {
  /*position:fixed;にし、z-indexの数値を大きくして前面へ*/
  position: fixed;
  z-index: 1200;
  /*ナビのスタート位置と形状*/
  top: -120%;
  left: 0;
  width: 100%;
  height: 100vh;
  /*ナビの高さ*/
  background: #556fb5;
  /*動き*/
  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;
  color: #ffffff; }

/*========= ボタンのための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: 200px;
  margin-top: 15px;
  margin-left: 5%;
  font-size: 1.25rem; }
  .logo a {
    display: block; }
  .logo img {
    width: 100%;
    height: auto; }

svg .svg-elem-1 {
  fill: transparent;
  -webkit-transition: fill 0.7s linear 0.8s;
  transition: fill 0.7s linear 0.8s; }

svg.active .svg-elem-1 {
  fill: #573ba4; }

svg .svg-elem-2 {
  fill: transparent;
  -webkit-transition: fill 0.7s linear 0.9s;
  transition: fill 0.7s linear 0.9s; }

svg.active .svg-elem-2 {
  fill: #3a55a0; }

svg .svg-elem-3 {
  fill: transparent;
  -webkit-transition: fill 0.7s linear 1s;
  transition: fill 0.7s linear 1s; }

svg.active .svg-elem-3 {
  fill: #1f3d8d; }

svg .svg-elem-4 {
  fill: transparent;
  -webkit-transition: fill 0.7s linear 1.1s;
  transition: fill 0.7s linear 1.1s; }

svg.active .svg-elem-4 {
  fill: #937dd1; }

svg .svg-elem-5 {
  fill: transparent;
  -webkit-transition: fill 0.7s linear 1.2000000000000002s;
  transition: fill 0.7s linear 1.2000000000000002s; }

svg.active .svg-elem-5 {
  fill: #7057b8; }

svg .svg-elem-6 {
  fill: transparent;
  -webkit-transition: fill 0.7s linear 1.3s;
  transition: fill 0.7s linear 1.3s; }

svg.active .svg-elem-6 {
  fill: #556fb5; }

svg .svg-elem-7 {
  fill: transparent;
  -webkit-transition: fill 0.7s linear 1.4000000000000001s;
  transition: fill 0.7s linear 1.4000000000000001s; }

svg.active .svg-elem-7 {
  fill: white; }

svg .svg-elem-8 {
  fill: transparent;
  -webkit-transition: fill 0.7s linear 1.5s;
  transition: fill 0.7s linear 1.5s; }

svg.active .svg-elem-8 {
  fill: white; }

svg .svg-elem-9 {
  fill: transparent;
  -webkit-transition: fill 0.7s linear 1.6s;
  transition: fill 0.7s linear 1.6s; }

svg.active .svg-elem-9 {
  fill: white; }

svg .svg-elem-10 {
  fill: transparent;
  -webkit-transition: fill 0.7s linear 1.7000000000000002s;
  transition: fill 0.7s linear 1.7000000000000002s; }

svg.active .svg-elem-10 {
  fill: white; }

svg .svg-elem-11 {
  fill: transparent;
  -webkit-transition: fill 0.7s linear 1.8s;
  transition: fill 0.7s linear 1.8s; }

svg.active .svg-elem-11 {
  fill: white; }

svg .svg-elem-12 {
  fill: transparent;
  -webkit-transition: fill 0.7s linear 1.9000000000000001s;
  transition: fill 0.7s linear 1.9000000000000001s; }

svg.active .svg-elem-12 {
  fill: white; }

svg .svg-elem-13 {
  fill: transparent;
  -webkit-transition: fill 0.7s linear 2s;
  transition: fill 0.7s linear 2s; }

svg.active .svg-elem-13 {
  fill: white; }

svg .svg-elem-14 {
  fill: transparent;
  -webkit-transition: fill 0.7s linear 2.1s;
  transition: fill 0.7s linear 2.1s; }

svg.active .svg-elem-14 {
  fill: white; }

svg .svg-elem-15 {
  fill: transparent;
  -webkit-transition: fill 0.7s linear 2.2s;
  transition: fill 0.7s linear 2.2s; }

svg.active .svg-elem-15 {
  fill: white; }

svg .svg-elem-16 {
  fill: transparent;
  -webkit-transition: fill 0.7s linear 2.3s;
  transition: fill 0.7s linear 2.3s; }

svg.active .svg-elem-16 {
  fill: white; }

svg .svg-elem-17 {
  fill: transparent;
  -webkit-transition: fill 0.7s linear 2.4000000000000004s;
  transition: fill 0.7s linear 2.4000000000000004s; }

svg.active .svg-elem-17 {
  fill: white; }

svg .svg-elem-18 {
  fill: transparent;
  -webkit-transition: fill 0.7s linear 2.5s;
  transition: fill 0.7s linear 2.5s; }

svg.active .svg-elem-18 {
  fill: white; }

svg .svg-elem-19 {
  fill: transparent;
  -webkit-transition: fill 0.7s linear 2.6s;
  transition: fill 0.7s linear 2.6s; }

svg.active .svg-elem-19 {
  fill: white; }

svg .svg-elem-20 {
  fill: transparent;
  -webkit-transition: fill 0.7s linear 2.7s;
  transition: fill 0.7s linear 2.7s; }

svg.active .svg-elem-20 {
  fill: white; }

svg .svg-elem-21 {
  fill: transparent;
  -webkit-transition: fill 0.7s linear 2.8s;
  transition: fill 0.7s linear 2.8s; }

svg.active .svg-elem-21 {
  fill: white; }

/* Hero Section */
.hero {
  width: 100%;
  padding-top: 100px;
  padding-bottom: 0;
  position: relative; }
  .hero picture {
    margin: 0 auto;
    padding: 0;
    display: block;
    width: 90%;
    max-width: 1000px; }
    .hero picture img {
      width: 100%;
      height: auto; }

.hero_header {
  color: #FFFFFF;
  text-align: center;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: -30px;
  margin-left: 0px;
  font-weight: 800;
  line-height: 1.2;
  font-size: clamp(2rem, 0.909rem + 5.45vw, 5rem); }
  .hero_header span {
    font-size: clamp(1.25rem, 0.568rem + 3.41vw, 3.125rem); }

.circles {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden; }

.circles li {
  position: absolute;
  display: block;
  list-style: none;
  width: 20px;
  height: 20px;
  background: rgba(255, 255, 255, 0.2);
  animation: animate 25s linear infinite;
  bottom: -150px; }

.circles li:nth-child(1) {
  left: 25%;
  width: 80px;
  height: 80px;
  animation-delay: 0s; }

.circles li:nth-child(2) {
  left: 10%;
  width: 20px;
  height: 20px;
  animation-delay: 2s;
  animation-duration: 12s; }

.circles li:nth-child(3) {
  left: 70%;
  width: 20px;
  height: 20px;
  animation-delay: 4s; }

.circles li:nth-child(4) {
  left: 40%;
  width: 60px;
  height: 60px;
  animation-delay: 0s;
  animation-duration: 18s; }

.circles li:nth-child(5) {
  left: 65%;
  width: 20px;
  height: 20px;
  animation-delay: 0s; }

.circles li:nth-child(6) {
  left: 75%;
  width: 110px;
  height: 110px;
  animation-delay: 3s; }

.circles li:nth-child(7) {
  left: 35%;
  width: 150px;
  height: 150px;
  animation-delay: 7s; }

.circles li:nth-child(8) {
  left: 50%;
  width: 25px;
  height: 25px;
  animation-delay: 15s;
  animation-duration: 45s; }

.circles li:nth-child(9) {
  left: 20%;
  width: 15px;
  height: 15px;
  animation-delay: 2s;
  animation-duration: 35s; }

.circles li:nth-child(10) {
  left: 85%;
  width: 150px;
  height: 150px;
  animation-delay: 0s;
  animation-duration: 11s; }

@keyframes animate {
  0% {
    transform: translateY(0) rotate(0deg);
    opacity: 1;
    border-radius: 0; }
  100% {
    transform: translateY(-1000px) rotate(720deg);
    opacity: 0;
    border-radius: 50%; } }
.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; }
.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-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;
  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-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; }
  .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-weight: 500; }

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

.footer_column h3 {
  margin: 0 0 10px;
  font-size: 20px;
  color: #fff; }
  .footer_column h3 img {
    width: 200px;
    height: auto; }
.footer_column p {
  font-size: 1rem;
  color: #fff; }

.copyright {
  text-align: center;
  padding-top: 20px;
  color: #ffffff;
  font-size: 0.875rem; }

.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; }

.fullArea {
  margin: 0 auto;
  padding: 0;
  width: 100vw; }
  .fullArea.gray {
    background: #e9e9e9; }
  .fullArea.orange {
    background: linear-gradient(to bottom, #018be9 50%, #ff9e17 50% 100%); }
  .fullArea.blue {
    background: #556fb5; }
  .fullArea.white {
    background: #ffffff; }
  .fullArea.nanameshita {
    clip-path: polygon(0 0, 100% 10vw, 100% 100%, 0 calc(100% - 10vw)); }
  .fullArea.nanameue {
    clip-path: polygon(0 10vw, 100% 0, 100% calc(100% - 10vw), 0 100%); }
  .fullArea.nanameyuru {
    clip-path: polygon(0 5vw, 100% 0, 100% calc(100% - 5vw), 0 100%); }

.innerArea {
  margin: 0 auto;
  padding: 150px 0;
  width: 90%;
  max-width: 1200px; }
  @media only screen and (max-width: 768px) {
    .innerArea {
      padding: 80px 0; } }

.midashi {
  margin: 0 0 20px;
  font-size: clamp(2rem, 1.477rem + 2.61vw, 3.438rem);
  font-weight: 700; }
  .midashi span {
    display: block;
    font-size: clamp(1.2rem, 0.864rem + 1.68vw, 2.125rem);
    line-height: 1.5; }
  .midashi.white {
    color: #ffffff; }

#aisatsu {
  margin: 0 auto;
  display: grid;
  grid-template-columns: 5fr 4fr;
  grid-template-rows: auto;
  width: 100%;
  gap: 40px; }
  @media only screen and (max-width: 768px) {
    #aisatsu {
      grid-template-columns: repeat(1, 1fr); } }
  #aisatsu > article h2 {
    margin: 0 0 20px;
    font-size: clamp(2rem, 1.477rem + 2.61vw, 3.438rem);
    font-weight: 700; }
    #aisatsu > article h2 span {
      display: block;
      font-size: clamp(1.2rem, 0.864rem + 1.68vw, 2.125rem);
      line-height: 1.5; }
  #aisatsu > article p {
    margin: 0;
    padding: 0;
    font-size: 1rem;
    text-align: justify;
    text-justify: inter-ideograph;
    line-height: 1.8; }
    #aisatsu > article p.sign {
      text-align: right;
      margin: 10px 0 0 auto; }
      #aisatsu > article p.sign span {
        display: inline-block;
        text-align: left; }
  #aisatsu .kouslider {
    overflow: hidden; }
    @media only screen and (max-width: 768px) {
      #aisatsu .kouslider .swiper-slide img {
        width: 100%;
        height: auto; } }

#works {
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: auto;
  width: 100%;
  gap: 40px; }
  @media only screen and (max-width: 768px) {
    #works {
      grid-template-columns: repeat(2, 1fr);
      row-gap: 40px; } }
  #works div.work article {
    position: relative;
    border-radius: 50%;
    background-color: #ffffff;
    width: 100%;
    padding-top: 100%; }
    #works div.work article h3 {
      margin: 0;
      padding: 0;
      display: block;
      font-weight: 600;
      font-size: 1.5rem;
      color: #231815;
      text-align: center; }
      #works div.work article h3 span {
        display: inline-block; }
      @media only screen and (max-width: 768px) {
        #works div.work article h3 {
          font-size: 1.125rem; } }
    #works div.work article figure {
      margin: -88% auto 15px;
      width: 55%; }
      #works div.work article figure img {
        width: 100%;
        height: auto; }
  #works div.work ul {
    margin: 30px 0 0;
    padding: 0; }
  #works div.work ul li {
    margin: 0 0 10px;
    padding: .5em 0 0 1.2em;
    color: #ffffff;
    position: relative; }
  #works div.work ul li:before {
    color: #ffffff;
    content: "\eaaa";
    font-family: 'Material Icons';
    font-weight: 900;
    left: 0;
    margin: 0;
    position: absolute; }

#company {
  margin: 0 auto;
  display: grid;
  grid-template-columns: 5fr 4fr;
  grid-template-rows: auto;
  width: 100%;
  gap: 40px; }
  @media only screen and (max-width: 768px) {
    #company {
      grid-template-columns: repeat(1, 1fr); } }
  #company > dl .company__list {
    margin: 0 0 20px;
    padding: 0;
    display: flex;
    flex-wrap: nowrap; }
    @media only screen and (max-width: 500px) {
      #company > dl .company__list {
        flex-direction: column;
        flex-flow: column; } }
    #company > dl .company__list dt {
      margin: 0 10px 0 0;
      padding: 5px;
      width: 8em;
      background-color: #556fb5;
      color: #ffffff;
      text-align: center;
      font-weight: 600; }
      @media only screen and (max-width: 500px) {
        #company > dl .company__list dt {
          margin: 0 0 10px 0;
          width: 100%;
          text-align: left; } }
    #company > dl .company__list dd {
      margin: 0;
      padding: 0;
      font-size: 1rem;
      text-align: left; }
      @media only screen and (max-width: 500px) {
        #company > dl .company__list dd {
          width: 100%; } }
  #company .map {
    position: relative;
    width: 100%;
    padding-top: 50%; }
  #company .map div {
    margin: 0;
    padding: 0; }
  #company .map div iframe {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%; }
