/* =========================
   フォント
========================= */

/* ステンシル風 */
@font-face {
  font-family: "rycsminStencily";
  src: url("../fonts/rycsminStencily.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
/* ゴシックE */
@font-face {
  font-family: "HGGothicE";
  src: url("../fonts/HGGothicE-01.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
/* 851 */
@font-face {
  font-family: "851Gkktt";
  src: url("../fonts/851Gkktt.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
/* リュウミン */
@font-face {
  font-family: "26143";
  src: url("../fonts/26143.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
/* テキスト */
@font-face {
  font-family: "35670";
  src: url("../fonts/35670.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "gen";
  src: url("../fonts/gen.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "HATTEN";
  src: url("../fonts/HATTEN.TTF") format("truetype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "recuit";
  src: url("../fonts/recuit.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

html { scroll-behavior: smooth; }

body { overflow-x: hidden; }

/* =========================
   TOP (背景動画)
========================= */

.top{
  position: relative;
  height: 100vh;
}

.top-video{
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.top-overlay{
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,0.15);
}

#top-end{
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
}

/* =========================
   ヘッダー
========================= */

.site-header{
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  background: transparent;
  color: #fff;
  transition: background .25s ease, box-shadow .25s ease, color .25s ease;
}

.site-header.is-scrolled{
  background: #7fad1d;
  color: #fff;
  box-shadow: none;
  opacity: 0.8;
}

.header-inner{
  max-width: 1800px;
  margin: 0 auto;
  padding: 14px clamp(20px, 2.2vw, 36px);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
}

.logo{
  margin-right: auto;
  color: inherit;
  text-decoration: none;
}

.logo-text{
  font-weight: 700;
  font-family: "851Gkktt", sans-serif;
  letter-spacing: .08em;
  font-size: 30px;
}

.global-nav{
  display: flex;
  align-items: center;
  gap: 22px;
  font-weight: 100;
  font-size: 16px;
  font-family: "HGGothicE", sans-serif;
  letter-spacing: .04em;
}

.global-nav a{
  color: inherit;
  padding: 8px 2px;
  opacity: .95;
  white-space: nowrap;
  text-decoration: none;
}

.global-nav a:hover{
  opacity: 1;
  text-decoration: underline;
  text-underline-offset: 6px;
}

.about-section {
  position: relative;
  width: 100%;
  padding: 70px 0 0px;
  overflow: visible;
  background: none;
  z-index: 0;
}

.about-section::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 52%;
  height: 104%;
  transform: translateY(-50%);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  opacity: 0.32;
  pointer-events: none;
  z-index: -1;
}

.about-section__inner {
  width: 100%;
  max-width: none;
  margin: 0;
  position: relative;
  box-sizing: border-box;
  padding: 0 0 0px;
  z-index: 1;
}

/* =========================
   流れる英字
========================= */
.about-marquee {
  width: 100%;
  overflow: visible;
  margin-bottom: 30px;
  white-space: nowrap;
  position: relative;
  z-index: 10;
  top: 100px;
}

.about-marquee__track {
  display: inline-flex;
  align-items: center;
  width: max-content;
  animation: aboutMarquee 30s linear infinite;
}

.about-marquee__text {
  flex-shrink: 0;
  display: inline-block;
  margin-right: 90px;
  font-size: clamp(28px, 3.4vw, 64px);
  line-height: 1;
  letter-spacing: 0.03em;
  font-weight: 500;
  font-family: "Arial Rounded MT Bold", "Trebuchet MS", "Yu Gothic", sans-serif;
}

.about-marquee__text.fill {
  color: #111;
}

.about-marquee__text.outline {
  color: transparent;
  -webkit-text-stroke: 1.5px #111;
}

@keyframes aboutMarquee {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}

/* =========================
   メインレイアウト
========================= */

.about-main {
  display: grid;
  grid-template-columns: 360px 360px 1fr;
  align-items: center;
  column-gap: 34px;
  position: relative;
  min-height: 540px;
  padding-left: 170px;
  z-index: 1;
}

/* 左の機械 */
.about-machine-wrap {
  position: relative;
  width: 140%;
  height: 820px;
  z-index: 2;
  align-self: end;
  transform: translateX(-70px) translateY(-80px);
}

.about-machine-frame {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 86%;
  height: 100%;
  padding: 4px; /* 枠線の太さ */
  background: #8cc63f; /* 枠線の色 */
  clip-path: polygon(0 0, 82% 0, 100% 100%, 18% 100%);
  z-index: 2;
  box-sizing: border-box;
  overflow: hidden;
}

.about-machine {
  width: 100%;
  height: 100%;
  clip-path: polygon(0 0, 82% 0, 100% 100%, 18% 100%);
  overflow: hidden;
  background: transparent;
}

.about-machine img {
  display: block;
  width: 120%;
  max-width: none;
  height: 100%;
  object-fit: cover;
  object-position: 15% top;
  transform: translateX(-8%);
}

/* 真ん中人物 */
.about-person-wrap {
  position: relative;
  width: 140%;
  height: 820px;
  z-index: 2;
}

.about-person-frame {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 86%;
  height: 100%;
  padding: 4px; /* 枠線の太さ */
  background: #8cc63f; /* 枠線の色 */
  clip-path: polygon(0 0, 82% 0, 100% 100%, 18% 100%);
  z-index: 2;
  box-sizing: border-box;
  overflow: hidden;
}

.about-person {
  width: 100%;
  height: 100%;
  clip-path: polygon(0 0, 82% 0, 100% 100%, 18% 100%);
  overflow: hidden;
  background: transparent;
}

.about-person img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 30% top;
}

/* 右テキスト */
.about-copy {
  display: flex;
  align-items: flex-start;
  gap: 18px;
  z-index: 4;
  position: relative;
  padding-left: 100px;
}

.about-copy__label {
  writing-mode: vertical-rl;
  text-orientation: mixed;
  color: #8cc63f;
  font-size: clamp(20px, 1.5vw, 34px);
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.02em;
  margin-top: 16px;
}

.about-copy__body {
  flex: 1;
  min-width: 0;
}

.about-copy__title {
  display: flex;
  align-items: center;
  gap: 18px;
  margin: 0 0 28px;
  font-size: clamp(32px, 3vw, 62px);
  font-weight: 500;
  line-height: 1.2;
  color: #111;
  letter-spacing: 0.05em;
}

.about-copy__line {
  width: 200px;
  height: 1px;
  background: #222;
  min-width: 100px;
  transform: translateY(6px);
  flex: none;
}

.about-copy__text {
  margin: 0;
  max-width: 660px;
  font-size: clamp(18px, 1.35vw, 30px);
  line-height: 2;
  letter-spacing: 0.08em;
  color: #222;
}

/* =========================
   下の情報見出し
========================= */
.about-info {
  margin-top: 56px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 70px;
}

.about-info__item {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.about-info__line {
  width: 100%;
  height: 2px;
  background: #98c93c;
}

.about-info__label {
  margin: 0;
  font-size: 18px;
  color: #444;
  letter-spacing: 0.08em;
}

.about-band,
.about-inner,
.about-lead,
.about-gallery-wrap {
  position: relative;
  z-index: 3;
}

.about-band {
  width: 100%;
  line-height: 0;
  background-color: #ffffff;
  margin-top: 200px;
}

.about-band img {
  display: block;
  width: 100%;
  height: auto;
}

.about-band__title-wrap {
  position: absolute;
  left: 50%;
  bottom: 42px;
  transform: translateX(-50%);
  z-index: 2;
}

.about-band__title {
  margin: 0;
  padding: 35px 72px;
  color: #222;
  font-family: "35670";
  font-size: clamp(28px, 2.4vw, 48px);
  font-weight: 500;
  letter-spacing: 0.08em;
  line-height: 1;
}

.about-profile{
  width: min(100%, 1400px);
  margin: 0 auto;
  padding-top: 200px;
  padding-bottom: 100px;
}

.about-profile-grid{
  display: grid;
  grid-template-columns: repeat(2, minmax(420px, 1fr));
  column-gap: 500px;
  row-gap: 0;
}

.about-profile-item{
  min-height: 176px;
  border-bottom: 2px solid #98c93c;
  display: flex;
  flex-direction: column;
  justify-content: center;
  box-sizing: border-box;
  padding: 0;
  position: relative;
}

.about-profile-item--top{
  border-top: 2px solid #98c93c;
}

.about-profile-term{
  position: absolute;
  top: 14px;
  left: 0;
  margin-bottom: 0;
  font-family: "35670", sans-serif;
  font-size: 16px;
  line-height: 1.2;
  color: #050b09;
}

.about-profile-desc{
  font-family: "35670", sans-serif;
  font-size: 28px;
  line-height: 1.45;
  color: #050b09;
}

.about-profile-desc--address{
  font-size: 25px;
  line-height: 1.45;
}

.about-profile-desc--contact{
  font-size: 28px;
  line-height: 1.45;
}



/* =========================
   企業理念
========================= */

.philosophy-section {
  position: relative;
  width: 100%;
  background: #ffffff;
  overflow: hidden;
  z-index: 0;
}

.philosophy-top-band {
  width: 100%;
  line-height: 0;
}

.philosophy-top-band img {
  display: block;
  width: 100%;
  height: auto;
}

.philosophy-title-wrap {
  display: flex;
  justify-content: center;
  margin-top: -143px;
  position: relative;
  z-index: 3;
}

.philosophy-title {
  margin: 0;
  padding: 22px 72px;
  color: #222;
  font-family: "35670";
  font-size: clamp(28px, 2.4vw, 48px);
  font-weight: 500;
  letter-spacing: 0.08em;
  line-height: 1;
}

.philosophy-inner {
  position: relative;
  width: min(100%, 1280px);
  margin: 0 auto;
  padding: 100px 60px 0;
  box-sizing: border-box;
  z-index: 1;
}

/* =========================
   企業理念 デザイン差し替え
========================= */

.philosophy-bg{
  display: none;
}

.philosophy-inner{
  position: relative;
  width: min(100%, 2000px);
  margin: 0 auto;
  padding: 120px 40px 120px;
  box-sizing: border-box;
  z-index: 1;
}

.philosophy-list--visual{
  position: relative;
  z-index: 2;
}

.philosophy-item{
  position: relative;
  padding: 0;
}

/* 画像＋文字の本体だけを並べる */
.philosophy-item__main{
  display: grid;
  grid-template-columns: minmax(460px, 560px) minmax(520px, 700px);
  justify-content: center;
  column-gap: 140px;
  align-items: center;
}

/* 創造だけ反転 */
.philosophy-item--reverse .philosophy-item__main{
  grid-template-columns: minmax(520px, 700px) minmax(460px, 560px);
}

.philosophy-item--reverse .philosophy-item__media{
  order: 2;
}

.philosophy-item--reverse .philosophy-item__content{
  order: 1;
}

/* 行ごとの全体位置（元の数値そのまま） */
.philosophy-item--faith .philosophy-item__main{
  transform: translateX(75px);
}

.philosophy-item--creation .philosophy-item__main{
  transform: translateX(-75px);
}

.philosophy-item--education .philosophy-item__main{
  transform: translateX(75px);
}

/* 画像だけの微調整（元の数値そのまま） */
.philosophy-item--faith .philosophy-item__media{
  transform: translateX(-85px);
}

.philosophy-item--creation .philosophy-item__media{
  transform: translateX(85px);
}

.philosophy-item--education .philosophy-item__media{
  transform: translateX(-85px);
}

/* 色 */
.philosophy-item--faith{
  --philosophy-accent: #84c400;
  --philosophy-pixel: rgba(132, 196, 0, 0.14);
}

.philosophy-item--creation{
  --philosophy-accent: #c7c400;
  --philosophy-pixel: rgba(199, 196, 0, 0.14);
}

.philosophy-item--education{
  --philosophy-accent: #c1036a;
  --philosophy-pixel: rgba(209, 0, 139, 0.12);
}

/* 画像 */
.philosophy-item__media{
  margin: 0;
  width: 100%;
  aspect-ratio: 1.2 / 1;
  overflow: hidden;
  background: #f3f3f3;
}

.philosophy-item__media img{
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
}

/* 文字 */
.philosophy-item__content{
  width: 100%;
  max-width: 700px;
  justify-self: stretch;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 34px;
  text-align: center;
}

.philosophy-item__badge{
  width: 126px;
  height: 126px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--philosophy-accent);
  color: #fff;
  font-family: "35670", sans-serif;
  font-size: clamp(28px, 2.3vw, 56px);
  line-height: 1;
  letter-spacing: 0.08em;
}

.philosophy-item__text--visual{
  margin: 0;
  color: #222;
  font-family: "35670", sans-serif;
  font-size: clamp(18px, 1.45vw, 34px);
  font-weight: 600;
  line-height: 1.95;
  letter-spacing: 0.04em;
}

/* =========================
   小さい四角
   5セット × 2個
   配置・大きさは今の数値そのまま
========================= */

.philosophy-pixel{
  position: absolute;
  width: 45px;
  height: 45px;
  background: var(--philosophy-pixel);
}

/* 左下あたり 1組目 */
.philosophy-pixel--1{
  left: 20px;
  top: 90%;
  box-shadow: 48px -48px 0 var(--philosophy-pixel);
}

/* 左寄り中央 2組目 */
.philosophy-pixel--2{
  left: 688px;
  top: 20%;
  box-shadow: 48px -48px 0 var(--philosophy-pixel);
}

/* 真ん中あたり 3組目 */
.philosophy-pixel--3{
  left: 50%;
  top: 68%;
  transform: translateX(-50%);
  box-shadow: 48px -48px 0 var(--philosophy-pixel);
}

/* 右寄り中央 4組目 */
.philosophy-pixel--4{
  right: 300px;
  top: 85%;
  box-shadow: -48px 48px 0 var(--philosophy-pixel);
}

/* 右上あたり 5組目 */
.philosophy-pixel--5{
  right: 100px;
  top: 0%;
  box-shadow: -48px 48px 0 var(--philosophy-pixel);
}

/* 仕切り */
.philosophy-divider{
  position: relative;
  height: 92px;
  margin: 18px 0 26px;
}

.philosophy-divider__line{
  position: absolute;
  left: 90px;
  right: 90px;
  top: 50%;
  height: 4px;
  background: #84c400;
  transform: translateY(-50%);
}

.philosophy-divider__line::before,
.philosophy-divider__line::after{
  content: "";
  position: absolute;
  top: 50%;
  width: 8px;
  height: 8px;
  background: #84c400;
  border-radius: 50%;
  transform: translateY(-50%);
}

.philosophy-divider__line::before{
  left: -4px;
}

.philosophy-divider__line::after{
  right: -4px;
}

.philosophy-divider__diamond{
  position: absolute;
  left: 50%;
  top: 50%;
  width: 70px;
  height: 40px;
  background: #84c400;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  transform: translateX(-50%);
  z-index: 2;
}

/* 既存の古い見出し系は非表示 */
.philosophy-item__left,
.philosophy-item__right,
.philosophy-item__jp,
.philosophy-item__en,
.philosophy-item__catch{
  display: none;
}

/* =========================
   事業紹介
========================= */

#service {
  scroll-margin-top: 73px;
}

.service-section {
  position: relative;
  width: 100%;
  background: #ffffff;
  overflow: hidden;
  padding-bottom: 120px;
}

.service-band,
.service-inner,
.service-lead,
.service-gallery-wrap {
  position: relative;
  z-index: 3;
}

.service-band {
  width: 100%;
  line-height: 0;
  background-color: #ffffff;
}

.service-band img {
  display: block;
  width: 100%;
  height: auto;
}

.service-band__title-wrap {
  position: absolute;
  left: 50%;
  bottom: 42px;
  transform: translateX(-50%);
  z-index: 2;
}

.service-band__title {
  margin: 0;
  padding: 35px 72px;
  color: #222;
  font-family: "35670";
  font-size: clamp(28px, 2.4vw, 48px);
  font-weight: 500;
  letter-spacing: 0.08em;
  line-height: 1;
}

.service-inner {
  width: min(100%, 1300px);
  margin: 0 auto;
  padding: 34px 60px 0;
  box-sizing: border-box;
}

/* =========================
   背景歯車（3つ）
========================= */
.service-gear-field {
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 1;
}

.service-gear-bg {
  position: absolute;
  display: block;
  opacity: 0.08;
  transform-origin: 50% 50%;
}

.service-gear {
  display: block;
  width: 100%;
  height: auto;
  transform-origin: 50% 50%;
  transform-box: fill-box;
}

/* 常に回さない */
.service-gear--cw,
.service-gear--ccw {
  animation: none;
}

/* 左の歯車 */
.gear-bg-1 {
  width: min(75vw, 1000px);
  left: -100px;
  top: 180px;
}

/* 右上の大きい歯車 */
.gear-bg-2 {
  width: min(80vw, 1300px);
  right: 270px;
  top: -160px;
}

/* 右下の大きい歯車 */
.gear-bg-3 {
  width: min(90vw, 5000px);
  right: -400px;
  bottom: -600px;
}

/* =========================
   中央の説明
========================= */

.service-copy-box{
  width: min(100%, 980px);
  margin: 0 auto;
  margin-top: 50px;
  padding: 34px 48px 36px;
  background: #ffffff;
  border: 1px solid rgba(140, 198, 63, 0.45);
  box-sizing: border-box;
}

.service-copy-box .service-heading{
  margin: 0 0 24px;
}

.service-copy-box .service-text{
  margin: 0 auto;
}

.service-lead {
  text-align: center;
  margin-bottom: 72px;
  margin-top: 46px;
}

.service-diamond {
  width: 150px;
  height: 150px;
  margin: 0 auto 34px;
  background: #8cc63f;
  transform: rotate(45deg);
  display: flex;
  align-items: center;
  justify-content: center;
}

.service-diamond span {
  display: inline-block;
  transform: rotate(-45deg);
  color: #ffffff;
  font-size: 28px;
  font-weight: 500;
  letter-spacing: 0.08em;
}

.service-heading {
  margin: 0 0 28px;
  color: #8cc63f;
  font-size: clamp(34px, 3vw, 60px);
  font-weight: 600;
  line-height: 1.3;
  letter-spacing: 0.05em;
}

.service-text {
  margin: 0 auto;
  max-width: 720px;
  color: #444;
  font-size: clamp(16px, 1.15vw, 24px);
  line-height: 2.1;
  letter-spacing: 0.05em;
  text-align: center;
}

/* =========================
   下の装飾
========================= */

.service-gallery-wrap {
  width: min(100%, 1500px);
  margin: 0 auto;
  padding-top: 26px;
}

.service-accent {
  position: absolute;
  top: 0;
  width: 64px;
  z-index: 2;
}

.service-accent img {
  display: block;
  width: 100%;
  height: auto;
}

.service-accent--left {
  left: 10px;
}

.service-accent--right {
  right: 10px;
  transform: scaleX(-1);
}

/* =========================
   六角形画像
========================= */

.service-gallery {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 16px;
}

.service-hex {
  margin: 0;
  width: min(31%, 900px);
  aspect-ratio: 1 / 0.92;
  padding: 5px;
  background: #8cc63f;
  clip-path: polygon(25% 6.7%, 75% 6.7%, 100% 50%, 75% 93.3%, 25% 93.3%, 0 50%);
  overflow: hidden;
  box-sizing: border-box;
}

.service-hex img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  clip-path: polygon(25% 6.7%, 75% 6.7%, 100% 50%, 75% 93.3%, 25% 93.3%, 0 50%);
}

.service-hex--center {
  margin-top: 0;
}

/* =========================
   事業紹介 下画像 ぽよん表示
========================= */

.service-gallery .service-hex {
  opacity: 1;
  transform: none;
  will-change: auto;
}

/* =========================
   chonchon ぴくぴくアニメーション
========================= */

.service-accent img {
  display: block;
  width: 100%;
  height: auto;
  transform: translateY(0);
  will-change: transform;
}

/* 動き出した後だけ繰り返す */
.service-accent.is-active img {
  animation: chonchonPiku 1.6s ease-in-out infinite;
}

/* 左右で少しズレをつける */
.service-accent--right.is-active img {
  animation-delay: 0.2s;
}

@keyframes chonchonPiku {
  0%   { transform: translateY(0); }
  8%   { transform: translateY(-4px); }
  16%  { transform: translateY(2px); }
  24%  { transform: translateY(-3px); }
  32%  { transform: translateY(1px); }
  40%  { transform: translateY(0); }
  100% { transform: translateY(0); }
}

/* =========================
   事業紹介 横スクロール化
========================= */

.service-horizontal-section{
  position: relative;
  height: 300vh;
  padding-bottom: 0;
  overflow: clip;
  background: #ffffff;
}

.service-horizontal-sticky{
  position: sticky;
  top: 0;
  height: 100vh;
  overflow: hidden;
}

.service-horizontal-track{
  display: flex;
  width: 300vw;
  height: 100vh;
  transform: translate3d(0, 0, 0);
  will-change: transform;
}

.service-horizontal-page{
  position: relative;
  flex: 0 0 100vw;
  height: 100vh;
  overflow: hidden;
  background: #ffffff;
}

/* 横スクロール用でも既存の見た目を保つ */
.service-horizontal-page .service-band,
.service-horizontal-page .service-inner,
.service-horizontal-page .service-lead,
.service-horizontal-page .service-gallery-wrap{
  position: relative;
  z-index: 3;
}

/* 既存の配置をなるべくそのまま使う */
.service-horizontal-page .service-gallery-wrap{
  width: min(100%, 1500px);
  margin: 0 auto;
  padding-top: 26px;
}

.service-horizontal-page .service-copy-box{
  width: min(100%, 980px);
  margin: 0 auto;
  margin-top: 50px;
  padding: 34px 48px 36px;
  background: #ffffff;
  border: 1px solid rgba(140, 198, 63, 0.45);
  box-sizing: border-box;
}

.service-horizontal-page .service-text{
  text-align: center;
}

/* =========================
   製品一覧
========================= */

#products {
  scroll-margin-top: 73px;
}

.products-section {
  position: relative;
  width: 100%;
  background: #ffffff;
  overflow: hidden;
  padding: 0 0 140px;
}

.products-band {
  position: relative;
  width: 100%;
  line-height: 0;
}

.products-band img {
  display: block;
  width: 100%;
  height: auto;
}

.products-band__title-wrap {
  position: absolute;
  left: 50%;
  bottom: 42px;
  transform: translateX(-50%);
  z-index: 2;
}

.products-band__title {
  margin: 0;
  padding: 35px 72px;
  color: #222;
  font-family: "35670";
  font-size: clamp(28px, 2.4vw, 48px);
  font-weight: 500;
  letter-spacing: 0.08em;
  line-height: 1;
}

.products-inner {
  position: relative;
  width: min(100%, 2300px);
  margin: 0 auto;
  padding: 48px 60px 0;
  box-sizing: border-box;
}

.products-block + .products-block {
  margin-top: 220px;
}

.products-head {
  position: relative;
  min-height: 360px;
  margin-bottom: 28px;
}

.products-head--sub {
  min-height: 260px;
  margin-bottom: 10px;
}

.products-copy {
  position: relative;
  z-index: 3;
  max-width: 420px;
  margin-left: 90px;
}

.products-copy__eyebrow {
  margin: 0 0 18px;
  color: #8cc63f;
  font-size: 28px;
  font-weight: 300;
  letter-spacing: 0.08em;
}

.products-copy__title {
  margin: 0;
  color: #7dbb1f;
  font-size: clamp(42px, 4vw, 72px);
  line-height: 1.35;
  letter-spacing: 0.06em;
  font-weight: 500;
  white-space: nowrap;
}

.products-copy__cats {
  display: flex;
  flex-wrap: nowrap;
  gap: 12px 24px;
  margin-top: 30px;
  margin-bottom: 90px;
}

.products-copy__cats a {
  position: relative;
  color: #94be48;
  font-size: 28px;
  font-weight: 300;
  line-height: 1.3;
  letter-spacing: 0.08em;
  white-space: nowrap;
  text-decoration: none;
}

.products-copy__cats a:hover {
  opacity: 0.8;
}

.products-visual {
  position: absolute;
  inset: 0 0 0 auto;
  width: min(76%, 980px);
  pointer-events: none;
}

.products-visual__wind {
  position: absolute;
  left: -800px;
  top: 50px;
  width: 250%;
  max-width: 1800px;
  opacity: 0;
  transform: translateX(140px) translateY(0) rotate(0deg);
  will-change: transform, opacity;
}

.js .products-visual__wind.is-show {
  animation: windSlideInRightToLeft 1.4s cubic-bezier(0.22, 1, 0.36, 1) forwards;
}

.js .products-visual__wind.is-show.is-floating {
  opacity: 0.8;
  animation: windFloat 4.5s ease-in-out infinite;
}

@keyframes windSlideInRightToLeft {
  0% {
    opacity: 0;
    transform: translateX(140px) translateY(0) rotate(0deg);
  }
  100% {
    opacity: 0.8;
    transform: translateX(0) translateY(0) rotate(0deg);
  }
}

@keyframes windFloat {
  0% {
    transform: translateX(0) translateY(0) rotate(0deg);
  }
  25% {
    transform: translateX(0) translateY(-8px) rotate(-0.4deg);
  }
  50% {
    transform: translateX(0) translateY(5px) rotate(0.3deg);
  }
  75% {
    transform: translateX(0) translateY(-5px) rotate(-0.2deg);
  }
  100% {
    transform: translateX(0) translateY(0) rotate(0deg);
  }
}

.products-visual__word {
  position: absolute;
  left: -650px;
  bottom: -307px;
  color: #eaf4de;
  font-size: clamp(120px, 13vw, 250px);
  line-height: 0.9;
  letter-spacing: 0.2em;
  font-family: "35670";
  font-weight: 500;
}

.products-visual__label {
  position: absolute;
  right: 80px;
  top: 250px;
  display: flex;
  align-items: flex-start;
  gap: 18px;
  color: #7dbb1f;
  margin-right: 10px;
}

/* スプールだけ左右反転 */
#spool .products-head--sub .products-visual__word {
  left: auto;
  right: 90px;
}

#spool .products-head--sub .products-visual__wind {
  left: 0px;
  top: -280px;
  width: 250%;
  max-width: 1800px;
}

#spool .products-head--sub .products-visual__label {
  right: auto;
  left: 80px;
}

.products-visual__label .jp {
  writing-mode: vertical-rl;
  text-orientation: upright;
  font-size: clamp(40px, 5vw, 93px);
  line-height: 1;
  letter-spacing: 0.06em;
  font-weight: 500;
}

.products-visual__label .en {
  writing-mode: vertical-rl;
  text-orientation: mixed;
  font-size: clamp(20px, 1.5vw, 50px);
  line-height: 1;
  letter-spacing: 0.12em;
  padding-top: 10px;
  font-weight: 500;
}

.products-head--sub .products-visual {
  position: relative;
  width: 100%;
  height: 260px;
}

.products-head--sub .products-visual__word {
  left: 90px;
  bottom: -70px;
}

.products-head--sub .products-visual__wind {
  left: 0px;
  top: -280px;
  width: 250%;
  max-width: 1800px;
}

.products-head--sub .products-visual__label {
  right: 80px;
  top: -90px;
}

.products-slider {
  position: relative;
  z-index: 4;
  padding: 0 90px;
  margin-top: 300px;
}

.products-head--sub + .products-slider {
  margin-top: 60px;
}

.products-track {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: calc((100% - 200px) / 3);
  gap: 100px;
  overflow-x: auto;
  overflow-y: visible;
  scroll-snap-type: x mandatory;
  scroll-behavior: smooth;
  padding-top: 20px;
  padding-bottom: 20px;
  scrollbar-width: none;
  align-items: start;
}

.products-track::-webkit-scrollbar {
  display: none;
}

.product-card {
  scroll-snap-align: start;
  background: #efefef;
  border-radius: 0;
  overflow: hidden;
  box-shadow: 0 12px 26px rgba(0,0,0,0.06);
  border: 1px solid rgba(125, 187, 31, 0.22);
  transition: transform 0.35s ease, box-shadow 0.35s ease;
}

.product-card:hover {
  transform: translateY(-10px);
}

.product-card__image {
  margin: 0;
  padding: 18px;
  background: #ffffff;
  border: 2px solid #8cc63f;
}

.product-card__image img {
  display: block;
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: contain;
}

.product-card__body {
  padding: 16px 18px 20px;
}

.product-card__name {
  margin: 0;
  font-family: "rycsminStencily", sans-serif;
  color: #111;
  font-size: clamp(26px, 2vw, 40px);
  line-height: 1.05;
  letter-spacing: 0.04em;
}

.product-card__sub {
  margin: 6px 0 14px;
  color: #7dbb1f;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 0.08em;
}

.product-card__spec {
  display: grid;
  gap: 6px;
  margin: 0;
  padding: 16px 0 0;
  list-style: none;
  border-top: 2px solid #ffffff;
  color: #444;
  font-size: 17px;
  line-height: 1.8;
  letter-spacing: 0.04em;
}

.products-arrows {
  position: absolute;
  inset: 0;
  margin-top: 0;
  pointer-events: none;
}

.products-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 54px;
  height: 54px;
  border: none;
  border-radius: 50%;
  background: #8cc63f;
  color: #ffffff;
  cursor: pointer;
  transition: transform .2s ease, opacity .2s ease;
  pointer-events: auto;
  z-index: 5;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
}

.products-arrow__icon {
  display: block;
  font-size: 50px;
  line-height: 1;
  font-family: "35670";
  font-weight: 500;
  transform-origin: center center;
}

.products-arrow--prev .products-arrow__icon {
  transform: translate(-3px, -11px) scaleY(1.4);
}

.products-arrow--next .products-arrow__icon {
  transform: translate(3px, -11px) scaleY(1.4);
}

.products-arrow--prev {
  left: 12px;
}

.products-arrow--next {
  right: 12px;
}

.products-arrow:hover {
  transform: translateY(-50%) scale(1.05);
}

.products-arrow:disabled {
  opacity: .45;
  cursor: default;
  transform: translateY(-50%);
}

/* =========================
   採用情報
========================= */

#recruit {
  scroll-margin-top: 73px;
}

.recruit-section {
  position: relative;
  width: 100%;
  background: #ffffff;
  overflow: hidden;
  padding: 0 0 140px;
}

.recruit-band {
  position: relative;
  width: 100%;
  line-height: 0;
}

.recruit-band img {
  display: block;
  width: 100%;
  height: auto;
}

.recruit-band__title-wrap {
  position: absolute;
  left: 50%;
  bottom: 42px;
  transform: translateX(-50%);
  z-index: 2;
}

.recruit-band__title {
  margin: 0;
  padding: 35px 72px;
  color: #222;
  font-family: "35670";
  font-size: clamp(28px, 2.4vw, 48px);
  font-weight: 500;
  letter-spacing: 0.08em;
  line-height: 1;
}

/* 下：白背景コピー */
.recruit-message{
  max-width: 1100px;
  margin: 0 auto;
  padding: 70px 24px 60px;
  text-align: center;
}
.recruit-message-en{
  font-family: "HGGothicE", sans-serif;
  font-size: 52px;
  letter-spacing: .09em;
  margin: 0 0 14px;
}
.recruit-message-ja{
  font-family: "HGGothicE", sans-serif;
  font-size: 25px;
  font-weight: 100;
  margin: 0 0 22px;
}
.recruit-message-text{
  font-family: "35670", sans-serif;
  font-size: 25px;
  line-height: 2.0;
  margin: 0;
}

/* =========================
   採用タブ
========================= */

.recruit-tabs-section{
  padding: 18px 40px 0;
  background: #fff;
}

.recruit-tabs-inner{
  width: 100%;
  max-width: 1600px;
  margin: 0 auto;
}

.recruit-tabs{
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  background: #f4f7ea;
}

.recruit-tab{
  position: relative;
  appearance: none;
  border: none;
  background: transparent;
  padding: 30px 20px 24px;
  font-family: "HGGothicE", sans-serif;
  font-size: 24px;
  font-weight: 500;
  color: #0d1a18;
  cursor: pointer;
  text-align: center;
}

.recruit-tab::before{
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 2px;
  background: #8cc63f;
  transition: width .25s ease;
}

.recruit-tab.is-active::before{
  width: 42%;
}

.recruit-tab-panels{
  padding: 64px 0 90px;
  background: #fff;
}

.recruit-panel-head{
  text-align: center;
  margin-bottom: 40px;
}

.recruit-panel-en{
  font-family: "HGGothicE", sans-serif;
  font-size: 60px;
  line-height: 1.1;
  color: #8cc63f;
  letter-spacing: .06em;
}

.recruit-panel-ja{
  font-family: "HGGothicE", sans-serif;
  font-size: 30px;
  font-weight: 500;
  color: #8cc63f;
  margin-top: 8px;
}

#recruit-panel-graduate{
  background-image: url("../image/green back.png");
  background-repeat: no-repeat;
 background-position: center;
  background-size: 100% 112%;
  padding: 30px;
}

/* 募集要項 */
.recruit-sheet{
  border-top: 1px solid rgba(0,0,0,.18);
  border-bottom: 1px solid rgba(0,0,0,.18);
}

.recruit-sheet-row{
  display: grid;
  grid-template-columns: 190px minmax(0, 1fr);
  gap: 26px;
  padding: 28px 0;
  border-bottom: 1px solid rgba(0,0,0,.12);
}

.recruit-sheet-row:last-child{
  border-bottom: none;
}

.recruit-sheet-term{
  font-family: "HGGothicE", sans-serif;
  font-size: 28px;
  font-weight: 500;
  color: #8cc63f;
  line-height: 1.5;
}

.recruit-sheet-desc{
  font-family: "35670", sans-serif;
  font-size: 20px;
  line-height: 1.95;
  color: #222;
}

.recruit-dot-list{
  list-style: none;
}

.recruit-dot-list li{
  position: relative;
  padding-left: 1.1em;
}

.recruit-dot-list li::before{
  content: "・";
  position: absolute;
  left: 0;
  top: 0;
}

.recruit-sheet-subhead{
  display: block;
  margin-bottom: 12px;
  font-weight: 700;
}

.recruit-sheet-note{
  display: block;
  margin-top: 8px;
  font-size: 17px;
  line-height: 1.85;
}

.recruit-sheet-link{
  color: #69a9ff;
  text-decoration: none;
}

.recruit-sheet-link:hover{
  text-decoration: underline;
}

/* キャリア採用 */
.recruit-career-box{
  border-top: 1px solid rgba(0,0,0,.18);
  border-bottom: 1px solid rgba(0,0,0,.18);
  padding: 86px 24px;
  text-align: center;
}

.recruit-career-note{
  font-family: "35670", sans-serif;
  font-size: 30px;
  line-height: 1.6;
  color: #ff4141;
}

/* 仕事内容 */
.recruit-job-frame{
  position: relative;
  border: 8px solid #8cc63f;
  border-radius: 24px;
  background: #fff;
  padding: 28px 24px;
}

.recruit-job-frame::before{
  content: "";
  position: absolute;
  left: -28px;
  top: 28px;
  border-top: 18px solid transparent;
  border-bottom: 18px solid transparent;
  border-right: 28px solid #8cc63f;
}

.recruit-job-frame::after{
  content: "";
  position: absolute;
  left: -17px;
  top: 34px;
  border-top: 12px solid transparent;
  border-bottom: 12px solid transparent;
  border-right: 19px solid #fff;
}

.recruit-job-card{
  display: grid;
  grid-template-columns: 340px minmax(0, 1fr);
  gap: 28px;
  padding: 24px;
  background: #fff;
}

.recruit-job-card + .recruit-job-card{
  margin-top: 24px;
}

.recruit-job-card--reverse{
  grid-template-columns: minmax(0, 1fr) 340px;
}

.recruit-job-card--reverse .recruit-job-media{
  order: 2;
}

.recruit-job-card--reverse .recruit-job-body{
  order: 1;
}

.recruit-job-media img{
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  display: block;
}

.recruit-job-head{
  display: flex;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
  margin-bottom: 0;
}

.recruit-job-top{
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 20px;
}

.recruit-job-interview{
  display: flex;
  align-items: center;
  gap: 10px;
  flex-shrink: 0;
  transform: translateY(23px);
}

.recruit-job-interview img{
  width: 72px;
  height: 72px;
  border-radius: 50%;
  object-fit: cover;
  display: block;
}

.recruit-job-interview span{
  font-family: "HGGothicE", sans-serif;
  font-size: 30px;
  line-height: 1;
  color: #8cc63f;
  margin-left: -20px;
  transform: translateY(21px);
}

.recruit-job-title{
  font-family: "HGGothicE", sans-serif;
  font-size: 40px;
  font-weight: 500;
  color: #111;
}

.recruit-job-badge{
  display: inline-block;
  padding: 5px 12px;
  border-radius: 10px;
  background: #ea94fc;
  color: #fff;
  font-family: "HGGothicE", sans-serif;
  font-size: 14px;
  line-height: 1;
}

.recruit-job-subrow{
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 3px;
}

.recruit-job-sub{
  display: inline-block;
  margin-bottom: 0;
  font-family: "35670", sans-serif;
  font-size: 15px;
  font-weight: 700;
  color: #111;
}

.recruit-job-role-chip{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 6px 14px;
  border-radius: 2px;
  background: #f4dff6;
  color: #111;
  font-family: "35670", sans-serif;
  font-size: 14px;
  line-height: 1;
}

.recruit-job-text{
  font-family: "35670", sans-serif;
  font-size: 20px;
  line-height: 1.95;
  border-top: 1px solid rgba(0,0,0,.4);
  padding-top: 16px;
  color: #222;
}

.recruit-tabs{
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  background: #f4f7ea;
}

.recruit-tab-panel[hidden]{
  display: none !important;
}

/* =========================
   アクセス
========================= */

#access {
  scroll-margin-top: 73px;
}

.access-section {
  position: relative;
  width: 100%;
  background: #ffffff;
  overflow: hidden;
  padding: 0 0 140px;
}

.access-band {
  position: relative;
  width: 100%;
  line-height: 0;
}

.access-band img {
  display: block;
  width: 100%;
  height: auto;
}

.access-band__title-wrap {
  position: absolute;
  left: 50%;
  bottom: 42px;
  transform: translateX(-50%);
  z-index: 2;
}

.access-band__title {
  margin: 0;
  padding: 35px 72px;
  color: #222;
  font-family: "35670";
  font-size: clamp(28px, 2.4vw, 48px);
  font-weight: 500;
  letter-spacing: 0.08em;
  line-height: 1;
}


.access-image{
  width: 100%;
  margin: 0 auto;
}

.access-image img{
  width: 100%;
  height: auto;
  display: block;
}

.access-loc{
  width: 100%;
  margin-top: 40px;
}

.access-loc__inner{
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 20px;
  text-align: left;
}

.access-loc__head{
  background: #d9d9d9;
  padding: 18px 24px;
  margin: 0 0 22px;
}

.access-loc__title{
  margin: 0;
  font-family: "35670", sans-serif;
  font-size: 32px;
  font-weight: 500;
  letter-spacing: 0.04em;
}

.access-loc__address{
  margin: 50px 0 50px 0px;
  font-size: 26px;
  line-height: 1.8;
  display: flex;
  gap: 36px;
  flex-wrap: wrap;
}

.access-loc__zip{
  white-space: nowrap;
}

.access-loc__map{
  width: 100%;
  aspect-ratio: 16 / 9;
  background: #d9d9d9;
  overflow: hidden;
}

.access-loc__map iframe{
  width: 100%;
  height: 100%;
  border: 0;
  display: block;
}

/* =========================
   Access - Train Diagram
========================= */

.access-train{
  width: 100%;
  margin-top: 60px;
}

.access-train__inner{
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 20px;
  text-align: left;
}

.access-train__title{
  margin: 0 0 40px;
  font-family: "35670", sans-serif;
  font-size: 32px;
  font-weight: 500;
  position: relative;
  padding-bottom: 12px;
}
.access-train__title::after{
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 250px;
  height: 4px;
  background: #7cc300;
}

.access-train__route{
  --left: #7cc300;
  --right: #00a0d8;
  display: flex;
  align-items: center;
  gap: 0;
  margin: 0 0 70px;
}

.access-train__node{
  width: 120px;
  height: 120px;
  border-radius: 50%;
  background: #fff;
  display: grid;
  place-items: center;
  font-size: 25px;
  font-weight: 500;
  line-height: 1.1;
  white-space: nowrap;
  flex: 0 0 auto;
}

.access-train__node--green{
  border: 4px solid #7cc300;
  color: #7cc300;
}
.access-train__node--blue{
  border: 4px solid #00a0d8;
  color: #00a0d8;
}
.access-train__node--magenta{
  border: 4px solid #d1007d;
  color: #d1007d;
}

.access-train__line{
  position: relative;
  height: 4px;
  flex: 1 1 auto;
  background: linear-gradient(90deg, var(--left), var(--right));
}

.access-train__line-text{
  position: absolute;
  left: 50%;
  top: -42px;
  transform: translateX(-50%);
  text-align: center;
  font-size: 25px;
  font-weight: 500;
  line-height: 1.8;
  color: var(--left);
  white-space: nowrap;
}

.access-train__line-text--wide{
  white-space: normal;
  width: min(760px, 80vw);
  color: #00a0d8;
}

.access-train__route--greenblue{
  --left: #7cc300;
  --right: #00a0d8;
}
.access-train__route--bluemagenta{
  --left: #00a0d8;
  --right: #d1007d;
}

/* =========================
   Access - Bus Access
========================= */

.access-bus{
  width: 100%;
  margin-top: 80px;
}

.access-bus__inner{
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 20px;
  text-align: left;
}

.access-bus__text{
  font-size: 22px;
  line-height: 1.7;
  margin: 0 0 8px;
}

.access-bus__link-text{
  font-size: 20px;
  color: #000;
  margin-right: 6px;
}

.access-bus__link{
  margin: 0 0 30px;
}
.access-bus__link a{
  font-size: 20px;
  color: #007bc7;
  text-decoration: none;
}
.access-bus__link a:hover{
  text-decoration: underline;
}

.access-bus__head{
  background: #d9d9d9;
  padding: 16px 24px;
  margin: 100px 0 100px;
}

.access-bus__title{
  margin: 0;
  font-family: "35670", sans-serif;
  font-size: 28px;
  font-weight: 500;
}

.access-bus__map{
  width: 100%;
  aspect-ratio: 16 / 9;
  background: #d9d9d9;
  overflow: hidden;
}
.access-bus__map iframe{
  width: 100%;
  height: 100%;
  border: 0;
  display: block;
}

/* =========================
   Contact
========================= */

.contact-section{
  padding: 120px 0;
  background: #fff;
}

.contact-inner{
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 20px;
}

/* 見出し */
.contact-title{
  text-align: center;
  font-size: 48px;
  font-weight: 700;
  margin-bottom: 80px;
  position: relative;
}

.contact-title-line{
  display: block;
  width: 260px;
  height: 6px;
  background: #7cc300;
  margin: 16px auto 0;
}

/* フォーム */
.contact-form{
  width: 100%;
}

/* 1行 */
.contact-row{
  display: grid;
  grid-template-columns: 360px 1fr;
  gap: 40px;
  align-items: center;
  margin-bottom: 40px;
}

.contact-row--textarea{
  align-items: flex-start;
}

/* ラベル */
.contact-label{
  font-size: 20px;
  font-weight: 500;
  line-height: 1.6;
  display: flex;
  align-items: center;
  gap: 16px;
}

/* =========================
   確認用メール行だけ調整（幅揃え＋文字右寄せ）
========================= */

.contact-row--confirm{
  grid-template-columns: 360px 1fr;
  align-items: center;
}

.contact-row--confirm .contact-label{
  grid-column: 2 / 3;
  margin-bottom: -20px;
  justify-content: flex-start;
}

.contact-row--confirm .contact-input{
  grid-column: 2 / 3;
}

/* =========================
   Contact - Subject（件名）
========================= */

.subject-trigger{
  position: relative;
  width: 100%;
  height: 72px;
}

/* 表示用ボックス */
.subject-box{
  width: 100%;
  height: 72px;
  border: 2px solid #ccc;
  padding: 0 60px 0 18px;
  font-size: 18px;
  display: flex;
  align-items: center;
  color: #777;
  background: #fff;
  box-sizing: border-box;
  transition: opacity .15s ease;
}

/* ＋ボタン */
.subject-plus{
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  width: 40px;
  height: 40px;
  background: #7cc300;
  color: #fff;
  font-size: 26px;
  font-weight: 700;
  border: none;
  cursor: pointer;
  display: grid;
  place-items: center;
  line-height: 1;
  z-index: 3;
  transition: transform .25s ease, opacity .25s ease;
}

.subject-plus:hover{
  opacity: 0.85;
}

/* 選択用selectを同じ場所に重ねる */
.subject-select{
  position: absolute;
  inset: 0;
  width: 100%;
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
  z-index: 2;
}

.subject-select select{
  width: 100%;
  height: 72px;
  border: 2px solid #7cc300;
  font-size: 18px;
  padding: 0 60px 0 18px;
  box-sizing: border-box;
  background: #fff;
  color: #222;

  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: none;
  outline: none;
}

/* IE系の矢印も消す */
.subject-select select::-ms-expand{
  display: none;
}

/* 開いたとき */
.subject-trigger.is-open .subject-select{
  visibility: visible;
  opacity: 1;
  pointer-events: auto;
}

.subject-trigger.is-open .subject-box{
  opacity: 0;
}

.subject-trigger.is-open .subject-plus{
  transform: translateY(-50%) rotate(45deg);
}

/* 必須 */
.contact-required{
  background: #7cc300;
  color: #fff;
  font-size: 16px;
  padding: 6px 14px;
  border-radius: 4px;
  flex-shrink: 0;
}

/* 入力 */
.contact-input input,
.contact-input textarea{
  width: 100%;
  border: 2px solid #ccc;
  padding: 16px 18px;
  font-size: 18px;
  outline: none;
  box-sizing: border-box;
}

.contact-input input{
  height: 72px;
}

.contact-input textarea{
  min-height: 220px;
  resize: vertical;
}

/* フォーカス時 */
.contact-input input:focus,
.contact-input textarea:focus,
.subject-select select:focus{
  border-color: #7cc300;
}

/* 送信 */
.contact-submit{
  margin-top: 80px;
  text-align: center;
}

.contact-submit button{
  background: #7cc300;
  color: #fff;
  font-size: 22px;
  font-weight: 600;
  padding: 20px 120px;
  border: none;
  cursor: pointer;
}

.contact-submit button:hover{
  opacity: 0.85;
}