@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans:ital,wght@0,100..900;1,100..900&family=Roboto+Condensed:ital,wght@0,100..900;1,100..900&display=swap');

/* ベース定義 */

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

html { scroll-behavior: smooth; }
body { font-size: 95%; line-height: 220%; color: #333333; background-color: #ffffff; font-family: 'Noto Sans JP', sans-serif; font-weight: 400; margin: 0; padding: 0; overflow-x: hidden; }
header { padding: 50px 0 0 55px; }
div.box { width: 100%; max-width: 1280px; margin: 0 auto; padding: 100px 0; }
div.box-wave { width: 100%; max-width: 1100px; margin: 0 auto; z-index: 9999999;position: relative;padding-top: 160px;padding-bottom: 160px; }
div.title { text-align: center; font-size: 200%; letter-spacing: 2px; font-weight: 400; padding: 70px 0 30px 0; overflow: hidden; margin-bottom: 100px; }
div.title p { position: absolute; font-family: "Roboto Condensed", sans-serif; color: #f7f7f7; font-weight: 900; top: auto; font-size: 800%; left: 50%; transform: translate(-50%, -50%); -webkit-transform: translate(-50%, -50%); -ms-transform: translate(-50%, -50%); z-index: -1; margin: 0; }
div.box-wave div.title p { color: #fff; }
div.box-wave div.title { margin-bottom: 0; }
div.title span { display: block; font-family: "Roboto Condensed", sans-serif; color: #996633; font-size: 50%; font-weight: 900; letter-spacing: 0; z-index: 5; }
div.box-wave-wrapper { padding: 100px 0 0 0; }

header.second nav#nav-menu ul li a { color: #333; }
div.title-second { text-align: left; font-size: 200%; letter-spacing: 2px; font-weight: 400; padding: 70px 0 30px 0; overflow: hidden; margin-bottom: 40px; position: relative; border-bottom: 1px solid #d0d0d0; }
div.title-second p { position: absolute; font-family: "Roboto Condensed", sans-serif; color: #f7f7f7; font-weight: 900; top: auto; font-size: 400%; left: 0; z-index: -1; margin: 0; white-space: nowrap; }
div.title-second span { display: block; font-family: "Roboto Condensed", sans-serif; color: #996633; font-size: 50%; font-weight: 900; letter-spacing: 0; z-index: 5; }

table { width: 100%; max-width: 980px; margin: 0 auto; }
table tr th { background-color: #f4f4f4; padding: 20px 40px; width: 40%; }
table tr td { background-color: #ffffff; padding: 20px 40px; width: 60%; border-bottom: 1px solid #f0f0f0; }

.button { margin: 40px 0; }
.button a { background: #fff; border-radius: 9999px; position: relative; display: flex; justify-content: space-around; align-items: center; margin: 0 auto; max-width: 250px; padding: 10px 25px; color: #99622c; line-height: 1.8; text-decoration: none; transition: 0.3s ease-in-out; font-weight: 600; letter-spacing: 2px; border: 1px solid #99622c; }
.button a:hover { background: #99622c; color: #FFF; }
.button a:after { content: ''; width: 5px; height: 5px; border-top: 1px solid #99622c; border-right: 1px solid #99622c; transform: rotate(45deg) translateY(-50%); position: absolute; top: 50%; right: 20px; border-radius: 1px; transition: 0.3s ease-in-out; }
.button a:hover:after { border-color: #FFF; }
/*.button a:after { content: "\f08e"; position: relative; font-family: "Font Awesome 5 Free"; font-weight: 900; margin-right: 12px; color: #333; }*/
section.footer-link div.button a { background: none; color: #fff; border: 1px solid #fff; max-width: 210px; }
section.footer-link div.button a:hover { background: rgba(255,255,255,0.10); color: #FFF; }
section.footer-link div.button a:after { border-top: 1px solid #fff; border-right: 1px solid #fff; }
section.footer-link div.button a:hover:after { border-color: #FFF; }

section.footer-link { background-color: #fbfbfb; margin-top: 150px; }
section.footer-link ul { display: flex; flex-wrap: wrap; margin: 0 auto; padding: 0; width: 100%; max-width: 1400px; }
section.footer-link ul li { display: flex; flex-direction:column; width: 50%; padding: 120px 25px 50px; text-align: center; background: url("../img/common-footer-img-01.jpg")no-repeat; background-size: cover; color: #fff; font-size: 95%; letter-spacing: 1px; text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.26); }
section.footer-link ul li b { font-size: 160%; letter-spacing: 2px; margin-bottom: 20px; }
section.footer-link ul li:last-child { background: url("../img/common-footer-img-02.jpg")no-repeat; }

footer.box { max-width: 1400px; margin: 0 auto; padding: 100px 20px; }
footer.box div.footer-logo { float: left; }
footer.box div.footer-text { float: left; padding: 20px 0 0 20px; }
footer.box div.footer-menu { float: right; text-align: right; }
footer.box div.footer-menu a { display: block; text-decoration: none; font-weight: 700; color: #000; font-size: 95%; }
footer.box div.footer-menu a:hover { text-decoration: underline; color: #000; }

copyright { clear: both; display: block; text-align: center; border-top: 1px solid #d0d0d0; width: 100%; max-width: 1400px; margin: 100px auto 0; padding: 30px 0; font-family: "Roboto Condensed", sans-serif; font-size: 85%; }

img.image-center { display: block; margin: 40px auto; width: 90%; max-width: 1024px; }

/* 波線アニメーション */

.wave-section { position: relative; background-color: #f7f7f7; overflow: hidden; min-height: 300px; }
.wave-content { padding: 100px 20px; text-align: center; position: relative; z-index: 2; }
.wave { position: absolute; left: 0; width: 100%; height: 160px; overflow: hidden; line-height: 0; z-index: 1; }
.wave svg { display: block; width: 200%; height: 100%; animation: waveMove 10s linear infinite; fill: #fff; }
.wave-top { top: 0; transform: rotate(180deg); }
.wave-bottom { bottom: 0; }

@keyframes waveMove { 0% { transform: translateX(0); } 100% { transform: translateX(-50%); } }

/* 個別設定 */

div.index-copy { letter-spacing: 1px; color: #292929; font-weight: 300; overflow: hidden; padding: 0; }
div.index-copy img { display: block; float: left; }
div.index-copy p { display: block; width: calc(100% - 600px); float: right; padding: 65px 20px 0 0; }

div.index-content img { display: inline-block; width: calc(50% - 20px); vertical-align: top; margin: 0 36px 0 0; }
div.index-content img:last-child { margin: 0 0 0 36px; }
div.index-content:last-child { margin-top: 60px; }
div.index-content p { display: inline-block; width: calc(50% - 20px); vertical-align: top; margin: 30px 0 0 0; }
div.index-content span { display: block; color: #99622c; font-size: 170%; font-weight: 600; border-bottom: 1px solid #99622c; padding: 0 0 20px 0; margin: 0 0 20px 0; }

div.index-product {  }
div.index-product ul { display: flex; flex-wrap: wrap; margin: 0; padding: 0; }
div.index-product ul li { display: flex; flex-direction:column; width: 50%; padding: 40px; }
div.index-product ul li span { padding: 10px 0 0 5.5%; }

div.iso { width: 90%; max-width: 980px; margin: 80px auto 0; }
div.iso b { display: block; font-size: 160%; margin-bottom: 20px; }
div.iso hr { margin: 60px 0; padding: 0; width: 100%; height: 1px; border-top: 1px solid #d0d0d0; border-bottom: none; }
div.iso p { text-align: right; margin-top: 40px; }

div.recruit-wrapper-01 { text-align: center; color: #d22a59; letter-spacing: 2px; font-size: 150%; }
div.recruit-wrapper-02 { background-color: #f3f3f3; padding: 40px 60px; margin: 40px 0 100px 0; }
div.recruit-wrapper-03 { background-color: #f3f3f3; padding: 40px 60px; margin: 40px 0 40px 0; font-size: 120%; }
div.recruit-wrapper-03 span { color: #d22a59; font-weight: 600; }

div.accept-wrapper { padding: 60px 0 0 0; width: 90%; max-width: 980px; margin: 0 auto; }
div.accept-wrapper strong { display: block; font-size: 140%; border-bottom: 1px solid #f0f0f0; padding-bottom: 20px; margin-bottom: 40px; }
div.accept-wrapper label { font-weight: 600; }
div.accept-wrapper dl { margin-bottom: 100px; display: flex; flex-wrap: wrap; }
div.accept-wrapper dl dt { display: flex; flex-direction:column; width: 30%; padding: 40px; border-bottom: 1px solid #f0f0f0; }
div.accept-wrapper dl dt p { font-size: 100%; font-weight: 600; }
div.accept-wrapper dl dt span { width: 65px; background-color: #d22a59; color: #fff; font-size: 80%; padding: 10px; margin-left: 10px; }
div.accept-wrapper dl dd { display: flex; flex-direction:column; width: 70%; padding: 40px; margin: 0; border-bottom: 1px solid #f0f0f0; }
div.accept-wrapper dl dd input { padding: 10px; font-size: 100%; font-family: 'Noto Sans JP', sans-serif; }

.index-wrapper img.index-logo {
  filter: brightness(0) invert(1);
}
.index-wrapper {
  position: relative;
  width: 100%;
  aspect-ratio: 16 / 8; /* 横16:縦9の比率を維持 */
  z-index: 1;
  overflow: hidden;
}

.bg-slideshow {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1; /* 背景に配置 */
}

.bg-slideshow .slide {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover; /* 画像を要素に合わせてカバー */
  opacity: 0;
  transition: opacity 1s;
  z-index: 0;
}

.bg-slideshow .slide.active {
  opacity: 1;
  z-index: 1;
}

.slideshow-controls {
  position: absolute;
  bottom: 10px;
  right: 20px;
  z-index: 2;
}

.slideshow-controls .trigger {
  display: inline-block;
  width: 75px;
  height: 6px;
  margin-left: 10px;
  background: rgba(255, 255, 255, 0.7);
  border-radius: 0;
  cursor: pointer;
}

.slideshow-controls .trigger.active {
  background: rgba(255, 255, 255, 1);
}
@keyframes zoomIn {
  0% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1); /* わずかにズームアップ */
  }
}

.bg-slideshow .slide {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0;
  transition: opacity 1s;
  z-index: 0;
  transform: scale(1); /* 初期状態 */
}

.bg-slideshow .slide.active {
  opacity: 1;
  z-index: 1;
  animation: zoomIn 5s linear forwards; /* 5秒かけてズームアップ */
}





/* 初期スタイル */
nav {
  position: absolute;
  top: 60px;
  right: 30px;
  padding: 10px;
  z-index: 2;
}

nav ul {
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
  gap: 40px;
}

nav ul li a {
  text-decoration: none;
  color: #fff;
  font-weight: bold;
  letter-spacing: 2px;
  font-size: 110%;
}

/* ハンバーガー基本非表示 */
.hamburger {
  display: none;
  width: 30px;
  height: 25px;
  position: absolute;
  top: 15px;
  right: 15px;
  z-index: 11;
  cursor: pointer;
}

.hamburger span {
  display: block;
  height: 2px;
  background: #fff;
  margin: 5px 0;
  transition: all 0.3s ease;
}

/* ハンバーガー → × 変形 */
.hamburger.active span:nth-child(1) {
  transform: rotate(45deg) translate(5px, 5px);
}

.hamburger.active span:nth-child(2) {
  opacity: 0;
}

.hamburger.active span:nth-child(3) {
  transform: rotate(-45deg) translate(4px, -5px);
}

/* スマホ時 */
@media (max-width: 810px) {
  nav {
    width: 100%;
    top: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.8);
    display: none; /* 初期非表示 */
  }

  nav ul {
    flex-direction: column;
    text-align: center;
    padding: 20px 0;
    gap: 15px;
  }

  .hamburger {
    display: block;
  }
}





.map {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
    /* 16:9のアスペクト比 */
    height: 0;
}

.map iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}


input.cp_btn_form { color:#fff; background-color: rgb(102, 102, 102);margin:10px 0 20px 0;
width: 100%;border: 1px solid #ccc;border-radius: 0px;font-size: 100%;padding: 17px 20px;}





/* スマホ時 */
@media (max-width: 810px) {

.index-wrapper { padding: 15px 0 0 18px; }
header img { width: 70%; }
.slideshow-controls .trigger { width: 35px; }
div.index-copy p { width: 90%; padding: 0 20px 0 0; }
div.title p { font-size: 343%; }
div.box-wave-wrapper { padding: 20px; }
div.index-content img { display: block; width: 100%; }
div.index-content p { display: block; width: 100%; }
div.index-content img:last-child { margin: 20px 0 0 0; }
div.title { margin-bottom: 0; }
div.box { padding: 0; }
div.index-product ul li { width: 100%; padding: 20px; }
section.footer-link { margin-top: 100px; }
section.footer-link ul li { width: 100%; }
footer.box div.footer-logo { float: none; text-align: center; }
footer.box div.footer-text { float: none; padding: 20px 0 0 0; }
footer.box div.footer-menu { float: none; text-align: center; padding: 20px 0 0 0; }
footer.box { padding: 100px 20px 0; }
div.index-copy img { display: block; float: none; width: 100%; }

header.second { padding: 15px 0 0 18px; }
header.second div#hamburger span { background: #000; }
header.second nav#nav-menu ul li a { color: #fff; }
div.index-content:last-child { margin-top: 0; }
div.title-second { padding: 70px 20px 30px 20px; }
section#product div.box { padding: 0 20px; }

div.recruit-wrapper-02 { padding: 30px 20px; }
table tr th { padding: 20px 40px; width: 100%; display: block; }
table tr td { width: 100%; display: block; padding: 10px 10px 20px; }

div.recruit-wrapper-03 { padding: 10px 20px; margin: 20px 0 0; font-size: 100%; }
div.accept-wrapper { padding: 0; width: 100%; }
div.accept-wrapper dl dt { display: block; width: 100%; padding: 9px; }
div.accept-wrapper dl dd { display: block; width: 100%; padding: 20px 20px 20px; }
div.accept-wrapper label { display: block; }
div.accept-wrapper dl dt p { font-size: 110%; }
div.accept-wrapper dl dd input.form-box { width: 100%; }

}
