@charset "UTF-8";
/*==================================
      レスポンシブ設定 マップ型変数breakpointsを定義
      =================================*/
/*==================================
      # 色、フォントファミリー
      =================================*/
/*==================================
      common(一般) - 全体に共通するスタイル
      =================================*/
@media screen and (max-width: 767px) {
  .is-pc {
    display: none !important;
  }
}
@media screen and (min-width: 768px) {
  .is-sp {
    display: none !important;
  }
}
body {
  font-size: 16px;
  color: #000;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.5;
  background: #FFF;
  margin: 0;
}

.inner {
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 40px;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}
@media screen and (max-width: 767px) {
  .inner {
    padding: 0 20px;
  }
}

img {
  width: 100%;
  vertical-align: bottom;
}

a {
  font-family: "Noto Sans JP", sans-serif;
  text-decoration: none;
  color: #000;
}

::-webkit-input-placeholder {
  color: rgba(62, 62, 62, 0.5);
}

::-moz-placeholder {
  color: rgba(62, 62, 62, 0.5);
}

:-ms-input-placeholder {
  color: rgba(62, 62, 62, 0.5);
}

::-ms-input-placeholder {
  color: rgba(62, 62, 62, 0.5);
}

::placeholder {
  color: rgba(62, 62, 62, 0.5);
}

input[type=text],
input[type=email],
input[type=submit],
select,
textarea {
  -webkit-box-shadow: none;
          box-shadow: none;
  border: none;
  background: #fcf3f3;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: 0;
  color: inherit;
  font-family: inherit;
  font-size: inherit;
  width: 100%;
  padding: 10px;
  border-radius: 5px;
  margin: 0;
  outline: none;
}

figure {
  margin: 0;
}

.section {
  padding: 100px 0 120px;
}
@media screen and (max-width: 767px) {
  .section {
    padding: 20px 0;
  }
}

.section-title {
  font-size: clamp(2.625rem, 1.773rem + 3.64vw, 4.5rem);
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .section-title {
    margin-bottom: 30px;
  }
}

.soleil {
  font-family: "soleil", sans-serif;
}

.mb0 {
  margin-bottom: 0;
}

.mt0 {
  margin-top: 0;
}

.l-height1 {
  line-height: 1;
}

#header {
  position: fixed;
  width: 100%;
  z-index: 100;
}

.header {
  z-index: 100;
  color: #FFF;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
  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;
  /* ハンバーガーボタン */
  /* グローバルナビ */
}
.header.scrolled {
  color: #000;
}
.header.scrolled .global-nav a {
  color: #000;
}
.header .burger {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 36px;
  height: 18px;
  background: none;
  border: none;
  cursor: pointer;
  z-index: 200;
}
.header .burger span {
  display: block;
  height: 2px;
  background: #ffffff;
  border-radius: 2px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.header .burger span.scrolled {
  background: #000000;
}
.header .burger.active span:nth-child(1) {
  -webkit-transform: rotate(45deg) translateY(10px);
          transform: rotate(45deg) translateY(10px);
  background: #000000;
}
.header .burger.active span:nth-child(2) {
  opacity: 0;
}
.header .burger.active span:nth-child(3) {
  -webkit-transform: rotate(-45deg) translateY(-10px);
          transform: rotate(-45deg) translateY(-10px);
  background: #000000;
}
.header .global-nav {
  /* スマホ時に非表示（ドロワー化） */
}
.header .global-nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  gap: 20px;
}
.header .global-nav ul a {
  color: #FFF;
  text-decoration: none;
}
@media (max-width: 768px) {
  .header .global-nav {
    position: fixed;
    top: 0;
    right: -100%;
    width: 70%;
    height: 100%;
    background: #fff;
    padding: 60px 20px;
    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;
    -webkit-transition: right 0.3s;
    transition: right 0.3s;
    z-index: 150;
  }
  .header .global-nav ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 30px;
  }
  .header .global-nav ul a {
    color: #000;
    font-size: 1.2rem;
  }
  .header .global-nav.active {
    right: 0;
  }
}

/* スマホでハンバーガー表示 */
@media (max-width: 768px) {
  .burger {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.hero {
  position: relative;
  height: 90vh;
  padding: 10px;
  z-index: -1;
}
.hero .splide {
  width: 100%;
  height: 100%;
  overflow: hidden;
  margin-left: auto;
  border-radius: 10px;
}
.hero .splide .splide__slide img {
  width: 100%;
  aspect-ratio: 4/3;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center bottom;
     object-position: center bottom;
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition: -webkit-transform 10s ease;
  transition: -webkit-transform 10s ease;
  transition: transform 10s ease;
  transition: transform 10s ease, -webkit-transform 10s ease;
}
@media screen and (max-width: 767px) {
  .hero .splide .splide__slide img {
    aspect-ratio: unset;
    height: 100vh;
  }
}
.hero .splide .splide__slide.is-active img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.hero .catchcopy {
  position: absolute;
  top: 12%;
  left: 5%;
  font-size: clamp(1.125rem, 0.614rem + 2.18vw, 2.25rem);
  line-height: 1.5;
  color: #FFF;
}
.hero .subcopy {
  position: absolute;
  bottom: -14%;
  right: 5%;
  font-family: "soleil", sans-serif;
  font-weight: 800;
  font-style: normal;
  font-size: clamp(2.25rem, 1.795rem + 1.94vw, 3.25rem);
}

#about .title-wrap {
  padding-top: 160px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: 2%;
  margin-bottom: 100px;
}
@media screen and (max-width: 767px) {
  #about .title-wrap {
    padding-top: 80px;
    margin-left: 20px;
    margin-bottom: 50px;
  }
}
#about .title-wrap .section-title {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
#about p {
  font-size: clamp(1.125rem, 0.784rem + 1.45vw, 1.875rem);
  line-height: 2;
}

.service .title-wrap {
  padding-top: 160px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: 2%;
}
@media screen and (max-width: 767px) {
  .service .title-wrap {
    padding-top: 0;
    margin-left: 20px;
    margin-bottom: 50px;
  }
}
.service .title-wrap .section-title {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.service .inner {
  margin-right: 0;
  padding-right: 0;
  margin-left: 25%;
  max-width: unset;
}
@media screen and (max-width: 767px) {
  .service .inner {
    max-width: 1000px;
    margin: 0 auto;
    padding: 0 20px;
    -webkit-box-sizing: content-box;
            box-sizing: content-box;
  }
}
.service .inner .box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 15%;
  padding-top: 100px;
  padding-bottom: 100px;
}
@media screen and (max-width: 767px) {
  .service .inner .box {
    display: block;
    padding-top: 0;
    padding-bottom: 0;
  }
}
.service .inner .box .text {
  width: 30%;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .service .inner .box .text {
    width: 100%;
    line-height: 1.5;
  }
}
.service .inner .box .text h3 {
  font-size: clamp(1.125rem, 0.898rem + 0.97vw, 1.625rem);
  margin: 0;
}
@media screen and (max-width: 767px) {
  .service .inner .box .text p {
    margin-top: 0;
  }
}
.service .inner .box .image {
  width: 50%;
  aspect-ratio: 4/3;
}
@media screen and (max-width: 767px) {
  .service .inner .box .image {
    width: 100%;
    margin-bottom: 10px;
  }
}
.service .inner .box .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.projects .title-wrap {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: 2%;
  margin-bottom: 100px;
}
@media screen and (max-width: 767px) {
  .projects .title-wrap {
    margin-left: 20px;
    margin-bottom: 50px;
  }
}
.projects .title-wrap .section-title {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.projects .project-list .card {
  position: relative;
  background-color: #ededed;
  margin-bottom: 60px;
}
@media screen and (max-width: 1000px) {
  .projects .project-list .card {
    background-color: #fff;
    padding-left: 20px;
    padding-right: 20px;
  }
}
.projects .project-list .card .left {
  width: 70vw;
}
@media screen and (max-width: 1000px) {
  .projects .project-list .card .left {
    width: 100%;
  }
}
.projects .project-list .card .left img {
  width: 100%;
  aspect-ratio: 7/4;
  -o-object-fit: cover;
     object-fit: cover;
}
.projects .project-list .card .right {
  position: absolute;
  background-color: rgba(0, 0, 0, 0.8);
  color: #ffffff;
  width: 400px;
  height: auto;
  top: 50%;
  right: 10vw;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  padding: 50px 40px;
}
@media screen and (max-width: 1000px) {
  .projects .project-list .card .right {
    position: unset;
    width: calc(100% - 40px);
    -webkit-transform: unset;
            transform: unset;
    padding: 30px 20px;
  }
}
.projects .project-list .card .right h3 {
  font-size: clamp(1.625rem, 0.773rem + 3.64vw, 3.5rem);
  margin: 0;
}
.projects .project-list .card .right .description {
  margin-top: 30px;
  margin-bottom: 30px;
}
.projects .project-list .card .right .more {
  margin: 0 auto;
  border: 1px solid #ffffff;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 10px 60px;
}
.projects .project-list .card .right .more a {
  color: #FFF;
}

.company .title-wrap {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: 2%;
  margin-bottom: 100px;
}
@media screen and (max-width: 767px) {
  .company .title-wrap {
    margin-left: 20px;
    margin-bottom: 50px;
  }
}
.company .title-wrap .section-title {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.company .company-info {
  width: 100%;
  padding-bottom: 100px;
}
.company .company-info tr {
  line-height: 2;
}
.company .company-info th {
  width: 25%;
  font-weight: unset;
  text-align: left;
  border-bottom: 1px solid #333333;
  padding-top: 40px;
  padding-bottom: 20px;
  padding-left: 20px;
}
@media screen and (max-width: 767px) {
  .company .company-info th {
    padding-left: 0;
  }
}
.company .company-info td {
  width: 75%;
  border-bottom: 1px solid #333333;
  padding-top: 40px;
  padding-bottom: 20px;
}

#footer {
  background-color: rgb(0, 0, 0);
  color: #ffffff;
  padding-top: 60px;
}
#footer .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 767px) {
  #footer .inner {
    display: block;
    text-align: center;
  }
}
#footer .inner .left {
  width: 45%;
}
@media screen and (max-width: 767px) {
  #footer .inner .left {
    width: 100%;
  }
}
#footer .inner .left h2 {
  margin-bottom: 0;
}
#footer .inner .left h2 img {
  width: 30px;
  height: auto;
  margin-right: 20px;
}
#footer .inner .left .address-wrap {
  margin-top: 30px;
  margin-bottom: 80px;
}
#footer .inner .left .address-wrap .zip {
  margin-bottom: 0;
}
#footer .inner .left .address-wrap .address {
  margin-top: 0;
}
#footer .inner ul {
  width: 45%;
  list-style: none;
  margin-top: 40px;
  padding-left: 0;
}
@media screen and (max-width: 767px) {
  #footer .inner ul {
    width: 100%;
    text-align: center;
  }
}
#footer .inner ul li {
  margin-bottom: 20px;
}
#footer .inner ul li a {
  color: #FFF;
  text-decoration: none;
}
#footer .footer-copy {
  text-align: center;
  margin-top: 80px;
  margin-bottom: 0;
  padding-bottom: 10px;
}