@charset "UTF-8";
/*ホバーで下線のボタン*/
@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@300;700&display=swap");
@font-face {
  font-family: 'icomoon';
  src: url("../fonts/icomoon.eot?e4vfqk");
  src: url("../fonts/icomoon.eot?e4vfqk#iefix") format("embedded-opentype"), url("../fonts/icomoon.ttf?e4vfqk") format("truetype"), url("../fonts/icomoon.woff?e4vfqk") format("woff"), url("../fonts/icomoon.svg?e4vfqk#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-arrow:before {
  content: "\e900";
}

.icon-slash:before {
  content: "\e901";
}

.icon-fb:before {
  content: "\e902";
}

.icon-ig:before {
  content: "\e903";
}

.icon-tw:before {
  content: "\e904";
}

.icon-book:before {
  content: "\e905";
}

.icon-mail:before {
  content: "\e906";
}

.icon-phone:before {
  content: "\e907";
}

.icon-close:before {
  content: "\e908";
}

.icon-down:before {
  content: "\e909";
}

.icon-camera:before {
  content: "\e90a";
}

.icon-pen:before {
  content: "\e90b";
}

.icon-star:before {
  content: "\e90c";
}

/* ==================================================
	MV
================================================== */
.mv {
  position: relative;
}

.logo-overlay {
  position: absolute;
  top: 50%;                /* 親要素の50%の位置に */
  left: 50%;               /* 左右50%の位置に */
  transform: translate(-50%, -50%); /* 中央揃え */
  z-index: 70;            /* 必要に応じて重なり順を設定 */
}

.logo-image-02 {
  width: 600px;           /* ロゴの幅を必要に応じて調整 */
  height: auto;           /* 縦横比を維持 */
}
.glow-effect {
  width: 300px; /* 画像の幅を指定 */
  height: auto; /* 高さは自動調整 */
  box-shadow: 0 0 15px 5px rgba(0, 0, 0, 0.5); /* 光彩効果 */
}


/* ▽ TAB-SP layout ========== */
@media only screen and (max-width: 1023px) {
  .mv {
    margin-top: 0;
    width: 100%;
    height: 80vh;
    background-size: cover !important;
    background-position: center bottom !important;
  }
  .logo-image-02 {
    width: 400px;           /* ロゴの幅を必要に応じて調整 */
    height: auto;           /* 縦横比を維持 */
  }
  
}
/* ========== end △ */
/* ▽ SP layout ========== */
@media only screen and (max-width: 639px) {
  .mv {
    height: 60vh;
  }

  .logo-image-02 {
    width: 300px;           /* ロゴの幅を必要に応じて調整 */
    height: auto;           /* 縦横比を維持 */
  }
}
/* ========== end △ */
.mvtxt {
  width: 90%;
  text-align: center;
}
.mvtxt-img {
  width: 80%;
  margin: 0 auto;
  max-width: 700px;
}
.mvtxt.abcenter {
  top: 60%;
  transform: translate(-50%, -60%);
  -webkit-transform: translate(-50%, -60%);
}
/* ▽ TAB layout ========== */
@media only screen and (min-width: 1024px) and (max-width: 1200px) {
  .mvtxt-img {
    max-width: 600px;
  }
  .mvtxt.abcenter {
    top: 75%;
    transform: translate(-50%, -75%);
    -webkit-transform: translate(-50%, -75%);
  }
}
/* ========== end △ */
/* ▽ TAB-SP layout ========== */
@media only screen and (max-width: 1023px) {
  .mvtxt.abcenter {
    top: 75%;
    transform: translate(-50%, -75%);
    -webkit-transform: translate(-50%, -75%);
  }
}
/* ========== end △ */
.mvnews_wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 50%;
}
/* ▽ TAB-SP layout ========== */
@media only screen and (max-width: 1023px) {
  .mvnews_wrap {
    width: 90%;
  }
}
/* ========== end △ */
.mvnews {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.mvnews-left {
  width: calc(100% - 75px);
  display: flex;
  align-items: center;
  background: rgba(77, 77, 77, 0.9);
  color: #fff;
  height: 80px;
  padding: 0 20px;
}
.mvnews-right {
  width: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.9);
  color: #4d4d4d;
  height: 80px;
  padding: 0 20px;
  transition: all 0.3s ease;
}
.mvnews-ttl {
  padding-left: 20px;
  margin-left: 20px;
  border-left: 1px solid;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  transition: all 0.3s ease;
}
.mvnews:hover .mvnews-right {
  background: #997c7a;
  color: #fff;
}
.mvnews:hover .mvnews-ttl {
  text-decoration: underline;
}
/* ▽ SP layout ========== */
@media only screen and (max-width: 639px) {
  .mvnews-left {
    width: calc(100% - 45px);
    height: 50px;
    padding: 0 10px;
  }
  .mvnews-ttl {
    padding-left: 10px;
    margin-left: 10px;
  }
  .mvnews-right {
    width: 40px;
    height: 50px;
  }
  .mvnews-right span {
    font-size: 2.0rem;
  }
}
/* ========== end △ */
/* ==================================================
	とは　about
================================================== */
.about-grid {
  width: 90%;
  margin: 0 auto;
  display: grid;
  align-items: center;
  grid-template-columns: 1fr 1fr;
  gap: 50px;
}
.about-img {
  height: 800px;
}
.about-img img {
  object-position: top left;
}
.about .ttl-ja {
  margin-top: 30px;
}
.about .ttl-ja.sec {
  margin-top: 50px;
}
.about .basetxt {
  margin-top: 20px;
}
/* ▽ TAB layout ========== */
@media only screen and (min-width: 640px) and (max-width: 1023px) {
  .about.gra_left {
    background: linear-gradient(90deg, #0982e9 0%, #0982e9 40%, #fff 40%, #fff 100%);
  }
}
/* ========== end △ */
/* ▽ SP layout ========== */
@media only screen and (max-width: 639px) {
  .about-grid {
    gap: 30px;
    grid-template-columns: 1fr;
  }
  .about-img {
    height: 330px;

  }
  .about .basetxt {
    margin-top: 10px;
  }
}
/* ========== end △ */
/* ==================================================
	事業内容　テキストのみ
================================================== */
.service_txt {
  border: 2px solid #997c7a;
  padding: 80px 50px;
}
.service_txt-inner {
  border-top: 1px solid #f3f3f3;
  padding-top: 50px;
  margin-top: 50px;
}
.service_txt .first {
  border-top: none;
  padding-top: 0;
}
/* ▽ SP layout ========== */
@media only screen and (max-width: 639px) {
  .service_txt {
    padding: 50px 20px;
  }
  .service_txt-inner {
    padding-top: 30px;
    margin-top: 30px;
  }
}
/* ========== end △ */
/* ==================================================
	事業内容　画像あり
================================================== */
.service_img-inner {
  display: grid;
  align-items: center;
  grid-template-columns: 1fr 1fr;
  gap: 50px;
}
/* ▽ TAB-SP layout ========== */
@media only screen and (max-width: 1023px) {
  .service_img-inner {
    gap: 30px;
    align-items: flex-start;
  }
}
/* ========== end △ */
/* ▽ SP layout ========== */
@media only screen and (max-width: 639px) {
  .service_img-inner {
    grid-template-columns: 1fr;
  }
}
/* ========== end △ */
.service_ttl {
  display: flex;
  align-items: center;
}
.service_ttl:before {
  content: "";
  display: block;
  width: 15px;
  height: 6px;
  margin-right: 10px;
  background: #997c7a;
}

/* ==================================================
	施工事例
================================================== */
.works-box {
  background: #fff;
  padding: 20px 20px 50px 20px;
}
/* ▽ SP layout ========== */
@media only screen and (max-width: 639px) {
  .works-box {
    padding: 10px 10px 30px 10px;
  }
}
/* ========== end △ */
.works-img {
  display: flex;
}
.works-img-before {
  position: relative;
}
.works-img-before .before {
  background: #4d4d4d;
  position: absolute;
  top: 0;
  left: 0;
}
.works-img-after {
  position: relative;
}
.works-img-after .after {
  background: #997c7a;
  position: absolute;
  top: 0;
  right: 0;
}
.works-img span {
  display: inline-block;
  padding: 10px;
  color: #fff;
  font-size: 2.0rem;
}
/* ▽ SP layout ========== */
@media only screen and (max-width: 639px) {
  .works-img {
    display: block;
  }
  .works-img-after .after {
    right: auto;
    left: 0;
  }
  .works-img span {
    font-size: 1.4rem;
  }
}
/* ========== end △ */
.works-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
}
/* ▽ SP layout ========== */
@media only screen and (max-width: 639px) {
  .works-grid {
    grid-template-columns: 1fr;
  }
}
/* ========== end △ */
.works-ttl {
  padding: 0 50px;
}
/* ▽ SP layout ========== */
@media only screen and (max-width: 639px) {
  .works-ttl {
    padding: 0;
    margin-bottom: 20px;
  }
}
/* ========== end △ */
/* ==================================================
	会社概要
================================================== */
/* ▽ TAB-SP layout ========== */
@media only screen and (max-width: 1023px) {
  .company .ttl-en, .company .ttl-ja {
    color: #fff;
  }
}
/* ========== end △ */
.company-grid {
  display: grid;
  align-items: center;
  grid-template-columns: 1fr 1fr;
  gap: 50px;
}
/* ▽ TAB-SP layout ========== */
@media only screen and (max-width: 1023px) {
  .company-grid {
    gap: 30px;
    grid-template-columns: 1fr;
  }
}
/* ========== end △ */
.company iframe {
  width: 100%;
  height: 500px;
}
/* ▽ TAB-SP layout ========== */
@media only screen and (max-width: 1023px) {
  .company iframe {
    height: 400px;
  }
}
/* ========== end △ */
/* ▽ SP layout ========== */
@media only screen and (max-width: 639px) {
  .company iframe {
    height: 250px;
  }
}
/* ========== end △ */
.company-table {
  display: table-cell;
}
.company-table th, .company-table td {
  vertical-align: baseline;
  margin-top: 30px;
}
/* ▽ SP layout ========== */
@media only screen and (max-width: 639px) {
  .company-table th, .company-table td {
    margin-top: 20px;
  }
}
/* ========== end △ */
.company-table th {
  display: inline-block;
  width: 100px;
  padding: 5px 0;
  background: #4d4d4d;
  color: #fff;
  text-align: center;
  font-weight: normal;
}
/* ▽ SP layout ========== */
@media only screen and (max-width: 639px) {
  .company-table th {
    width: 70px;
    padding: 3px 0;
    font-size: 1.2rem;
  }
}
/* ========== end △ */
.company-table td {
  padding-left: 20px;
}
/* ▽ SP layout ========== */
@media only screen and (max-width: 639px) {
  .company-table td {
    padding-left: 10px;
  }
}
/* ========== end △ */
.company-table .first {
  margin-top: 0;
}
/* ▽ TAB layout ========== */
@media only screen and (min-width: 640px) and (max-width: 1023px) {
  .company.cont_wrap {
    padding: 60px 0 100px;
  }
  .company.gra_left {
    background: linear-gradient(180deg, #0982e9 0, #0982e9 300px, #fff 300px);
  }
}
/* ========== end △ */
/* ==================================================
	お問い合わせ
================================================== */
.contact-wrap {
  max-width: 1000px;
}
.contact-list dl:nth-child(n+2) {
  margin-top: 30px;
}
/* ▽ SP layout ========== */
@media only screen and (max-width: 639px) {
  .contact-list dl:nth-child(n+2) {
    margin-top: 10px;
  }
}
/* ========== end △ */
.contact-list dt {
  display: flex;
  align-items: center;
}
.contact-list dd {
  margin-top: 10px;
}
/* ▽ SP layout ========== */
@media only screen and (max-width: 639px) {
  .contact-list dd {
    margin-top: 5px;
  }
}
/* ========== end △ */
.contact-list .required {
  display: inline-block;
  background: #c1272d;
  color: #fff;
  border-radius: 30px;
  font-size: 1.2rem;
  padding: 2px 15px 5px;
  margin-left: 10px;
}
/* ▽ SP layout ========== */
@media only screen and (max-width: 639px) {
  .contact-list .required {
    font-size: 1.0rem;
  }
}
/* ========== end △ */
.contact input[type="text"], .contact input[type="email"], .contact input[type="tel"], .contact textarea {
  width: 100%;
  background: #fff;
  border: none;
  padding: 15px;
  font-size: 1.6rem;
}
/* ▽ SP layout ========== */
@media only screen and (max-width: 639px) {
  .contact input[type="text"], .contact input[type="email"], .contact input[type="tel"], .contact textarea {
    padding: 10px;
  }
}
/* ========== end △ */
.contact .doui {
  position: relative;
  display: flex;
  justify-content: center;
}
.contact .doui input[type=checkbox] {
  appearance: none;
  display: none;
}
.contact .doui .wpcf7-list-item-label {
  padding-left: 20px;
  display: flex;
  align-items: center;
}
.contact .doui .wpcf7-list-item-label:before {
  content: "";
  display: block;
  position: absolute;
  top: -6px;
  left: 0;
  width: 30px;
  height: 30px;
  border: 1px solid #4d4d4d;
  background: #fff;
}
/* ▽ SP layout ========== */
@media only screen and (max-width: 639px) {
  .contact .doui .wpcf7-list-item-label:before {
    top: 6px;
    width: 20px;
    height: 20px;
  }
}
/* ========== end △ */
.contact .doui input[type=checkbox]:checked + .wpcf7-list-item-label {
  color: #c1272d;
}
.contact .doui input[type=checkbox]:checked + .wpcf7-list-item-label:after {
  content: "";
  display: block;
  position: absolute;
  top: 0px;
  left: 10px;
  width: 7px;
  height: 10px;
  transform: rotate(40deg);
  border-bottom: 3px solid #c1272d;
  border-right: 3px solid #c1272d;
}
/* ▽ SP layout ========== */
@media only screen and (max-width: 639px) {
  .contact .doui input[type=checkbox]:checked + .wpcf7-list-item-label:after {
    top: 7px;
    left: 6px;
  }
}
/* ========== end △ */
.contact .submit {
  width: 300px;
  margin: 0 auto;
}
.contact .submit input {
  width: 100%;
  height: 80px;
  font-size: 3.0rem;
  background: #997c7a;
  color: #fff;
  border: none;
  font-family: 'Noto Serif JP', serif;
  font-weight: 400;
  transition: all 0.3s ease;
}
.contact .submit input:hover {
  background: #997c7a;
}
/* ▽ SP layout ========== */
@media only screen and (max-width: 639px) {
  .contact .submit {
    width: 80%;
  }
  .contact .submit input {
    height: 60px;
    font-size: 2.0rem;
  }
}
/* ========== end △ */
.contact input:-webkit-autofill {
  box-shadow: 0 0 0 1000px white inset;
}
