/* ==========================================================================
   Base / Reset
   ========================================================================== */

._pc {
  display: block !important;
}

._pc_flex {
  display: flex !important;
}

._sp {
  display: none !important;
}

._sp_flex {
  display: none !important;
}

ul,
ol {
  padding: 0;
}

body,
h1,
h2,
h3,
h4,
p,
ul,
ol,
figure,
blockquote,
dl,
dd {
  font-size: inherit;
  margin: 0;
}

html {
  scroll-behavior: smooth;
}

body {
  line-height: 1.75;
  min-height: 100vh;
  text-rendering: optimizeLegibility;
}

ul,
ol {
  list-style: none;
}

a:not([class]) {
  -webkit-text-decoration-skip: ink;
  text-decoration-skip-ink: auto;
}

img {
  display: block;
  height: auto;
  max-width: 100%;
  width: 100%;
}

input, button, textarea, select {
    /* -webkit-appearance: none; */
    /* moz-appearance: none;*/
    /* appearance: none; */
    /* background: transparent; */
    /* border: none; */
    /* border-radius: 0; */
    /* font: inherit; */
    /* outline: none; */
}

a {
  -webkit-text-decoration: none;
  color: inherit;
  text-decoration: none;
  transition: opacity 0.3s;
}

/* ==========================================================================
   Utility
   ========================================================================== */

.range {
  margin-left: auto;
  margin-right: auto;
  max-width: 1580px;
  padding-left: 25px;
  padding-right: 25px;
  width: 100%;
}


/* ==========================================================================
   Press Buttons (共通ボタン)
   ========================================================================== */

.press2 {
  -webkit-text-decoration: none;
  align-items: center;
  background-color: #153F8C;
  border: 2px solid #153F8C;
  border-radius: 624.9375rem;
  color: #fff;
  display: inline-flex;
  font-weight: 700;
  gap: 1.25rem;
  justify-content: center;
  letter-spacing: 0.1em;
  padding: 0.75rem 1.25rem;
  text-decoration: none;
  transition: 0.5s;
}

.press2:hover {
  background-color: #a3c3ff;
  border: 2px solid #fff;
  transition: 0.5s;
}

.press2_green {
  background-color: #1D8300;
  border: 2px solid #1D8300;
}

.press2_green:hover {
  background-color: #bbffa7;
  border: 2px solid #fff;
  transition: 0.5s;
}

.press2__label {
  font-weight: 700;
  letter-spacing: 0.08em;
}

.press2__icon {
    /* align-items: center; */
    /* background-color: #fff; */
    /* border-radius: 50%; */
    /* display: flex; */
    /* height: 2rem; */
    /* justify-content: center; */
    /* transition: 0.5s; */
    /* width: 2rem; */
}

.press2__icon img {
  -o-object-fit: contain;
  height: 1rem;
  object-fit: contain;
  width: 1rem;
}

.header__press2 + .header__press2 {
  margin-left: 1.4375rem;
}


/* ==========================================================================
   Page Title
   ========================================================================== */

.pageTitle {
  margin-top: 2.5rem;
}

.pageTitle__heading {
  display: flex;
  align-items: baseline;
  gap: 0.9375rem;
}

.pageTitle__ja {
    font-family: "M PLUS 1p", sans-serif;
    font-weight: bold;
    letter-spacing: 0.04em;
    line-height: 1.25;
    color: #333;
    font-size: 54px;
}
.pageTitle__en {
    color: #1D8300;
    font-family: "Oswald", sans-serif;
    font-weight: bold;
    letter-spacing: 0.08em;
    font-size: 28px;
}

/* ==========================================================================
   Headline3 (セクション見出し)
   ========================================================================== */

.headline3 {
    border-bottom: 0.4375rem solid #C6C6C6;
    font-weight: bold;
    letter-spacing: 0.04em;
    line-height: 1.6;
    padding-bottom: 0.75rem;
    padding-left: 1.0625rem;
    position: relative;
    color: #333;
    font-size: 30px;
}
.headline3::before {
  background-color: #1D8300;
  bottom: -0.4375rem;
  content: "";
  height: 0.4375rem;
  left: 0;
  position: absolute;
  width: 6.625rem;
}

/* ==========================================================================
   Headline2 (サブ見出し)
   ========================================================================== */

.headline2 {
  align-items: center;
  display: flex;
  font-weight: 700;
  gap: 0.375rem;
  letter-spacing: 0.04em;
  position: relative;
  color: #333;
}

.headline2::before {
  aspect-ratio: 1;
  background-color: transparent;
  border: 3px solid #1D8300;
  border-radius: 50%;
  content: "";
  display: block;
  width: 1.75rem;
  flex-shrink: 0;
}

.headline2 > span {
  flex: 1;
}

/* ==========================================================================
   sectorAbout（はじめに）
   ========================================================================== */

.sectorAbout {
  margin-top: 3.4375rem;
}

.sectorAbout__content {
  display: flex;
  gap: 3.125rem;
  margin-top: 3.5625rem;
  position: relative;
}

.sectorAbout__graphicWrap {
  position: relative;
  flex-shrink: 0;
  width: 25rem;
  min-height: 28.375rem;
}

.sectorAbout__decoration {
    /* position: absolute; */
    /* top: 0; */
    /* left: 0; */
    /* width: 15.625rem; */
    /* height: 17.5625rem; */
    /* background-color: #1D8300; */
    /* z-index: 0; */
    display: none;
}

.sectorAbout__graphic {
  position: relative;
  z-index: 1;
  margin-top: 2.4375rem;
  margin-left: 5.4375rem;
  width: 19.5625rem;
}

.sectorAbout__graphic img {
  display: block;
  width: 100%;
  height: auto;
}

.sectorAbout__textArea {
  flex: 1;
  padding-top: 0.0625rem;
}

.sectorAbout__text {
    font-weight: 500;
    letter-spacing: 0;
    line-height: 1.9;
    font-size: 18px;
}

.sectorAbout__text + .sectorAbout__text {
  margin-top: 1.25rem;
}

.sectorAbout__signature {
  font-weight: 500;
  margin-top: 2rem;
  text-align: right;
}

/* ==========================================================================
   sectorGoods（会社概要テーブル）
   ========================================================================== */

.sectorGoods {
  margin-top: 7.5rem;
}

.sectorGoods__area {
  margin-top: 3.5rem;
  overflow-x: auto;
}

.sectorGoods__table {
    border-collapse: collapse;
    border: solid 1px #4A4A4A;
    line-height: 1.6;
    width: 90%;
    margin: 0 auto;
}

.sectorGoods__table th,
.sectorGoods__table td {
  border: 1px solid #4A4A4A;
  line-height: 1.75;
  padding: 1.125rem 3.75rem;
  text-align: left;
  vertical-align: top;
}

.sectorGoods__table th {
  background-color: #DDDDDD;
  font-weight: 600;
  text-align: center;
  vertical-align: middle;
  white-space: nowrap;
  width: 27.7%;
}

.sectorGoods__table td {
  font-weight: 500;
}

/* ==========================================================================
   sectorHistory（沿革）
   ========================================================================== */

.sectorHistory {
  margin-top: 7.5rem;
}

.sectorHistory__intro {
  margin-top: 3.75rem;
}

.sectorHistory__introText {
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1.9;
  margin-top: 1.5rem;
}

.sectorHistory__timeline {
  margin-top: 3.625rem;
}

/* Timeline */

.timeline {
  width: 100%;
}

.timeline__row {
  display: flex;
  border-top: 0.3125rem solid #C6C6C6;
  position: relative;
}

.timeline__row::before {
  content: "";
  position: absolute;
  top: -0.3125rem;
  left: 0;
  width: 23.2%;
  height: 0.3125rem;
  background-color: #1D8300;
}

.timeline__row:last-child {
  border-bottom: 0.3125rem solid #C6C6C6;
}

.timeline__row:last-child::after {
  content: "";
  position: absolute;
  bottom: -0.3125rem;
  left: 0;
  width: 23.2%;
  height: 0.3125rem;
  background-color: #1D8300;
}

.timeline__year {
    flex-shrink: 0;
    width: 23.2%;
    font-weight: 700;
    letter-spacing: 0.04em;
    padding: 1.625rem 1.625rem;
    color: #333;
    font-size: 18px;
}

.timeline__content {
  flex: 1;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1.75;
  padding: 1.625rem 0;
  padding-right: 1.625rem;
  color: #333;
}

.timeline__content p + p {
  margin-top: 0;
}

/* ==========================================================================
   Responsive: Liquid layout (max-width: 1530px)
   ========================================================================== */

@media (max-width: 1530px) {
}

/* ==========================================================================
   Responsive: Tablet & SP shared (max-width: 1024px)
   ========================================================================== */

@media screen and (max-width: 1024px) {
  .sectorAbout__content {
    gap: 2rem;
  }
}

/* ==========================================================================
   Responsive: Tablet (768px - 1024px)
   ========================================================================== */

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .pageTitle__ja {
  }

  .sectorAbout__content {
    gap: 2.5rem;
  }

  .sectorAbout__graphicWrap {
    width: 18rem;
    min-height: 22rem;
  }

  .sectorAbout__decoration {
    width: 12rem;
    height: 14rem;
  }

  .sectorAbout__graphic {
    margin-left: 3rem;
    width: 15rem;
  }

  .sectorGoods {
    margin-top: 5rem;
  }

  .sectorHistory {
    margin-top: 5rem;
  }

  .timeline__year {
    width: 18%;
  }

  .timeline__row::before {
    width: 18%;
  }

  .timeline__row:last-child::after {
    width: 18%;
  }
}

/* ==========================================================================
   Responsive: SP (max-width: 767px)
   ========================================================================== */

@media screen and (max-width: 767px) {
  ._pc {
    display: none !important;
  }

  ._pc_flex {
    display: none !important;
  }

  ._sp {
    display: block !important;
  }

  ._sp_flex {
    display: flex !important;
  }


  /* Page Title SP */
  .pageTitle {
    margin-top: 1.25rem;
  }

  .pageTitle__heading {
    flex-direction: column;
    gap: 0.25rem;
  }

  .pageTitle__ja {
  }

  .pageTitle__en {
  }

  /* Headline3 SP */
  .headline3 {
    padding-left: 0;
    border-bottom-width: 0.25rem;
  }

  .headline3::before {
    width: 20%;
    height: 0.25rem;
    bottom: -0.25rem;
  }

  /* Headline2 SP */
  .headline2 {
    line-height: 1.5;
  }

  .headline2::before {
    width: 1.375rem;
  }

  /* sectorAbout SP */
  .sectorAbout {
    margin-top: 2.5rem;
  }

  .sectorAbout__content {
    flex-direction: column;
    gap: 1.5rem;
    margin-top: 2rem;
  }

  .sectorAbout__graphicWrap {
    width: 100%;
    max-width: 18rem;
    min-height: auto;
  }

  .sectorAbout__decoration {
    width: 9rem;
    height: 10rem;
  }

    .sectorAbout__graphic {
        margin-top: 1.25rem;
        margin-left: 2.5rem;
        width: 100%;
    }

  .sectorAbout__text {
    line-height: 1.75;
  }

  .sectorAbout__signature {
  }

  /* sectorGoods SP */
  .sectorGoods {
    margin-top: 3.75rem;
  }

  .sectorGoods__area {
    margin-top: 2rem;
  }

.sectorGoods__table th, .sectorGoods__table td {
        padding: 0.625rem 1rem;
        display: block;
        width: 100%;
    }

    .sectorGoods__table th {
        /* width: 30%; */
    }

  /* sectorHistory SP */
  .sectorHistory {
    margin-top: 3.75rem;
  }

  .sectorHistory__intro {
    margin-top: 2rem;
  }

  .sectorHistory__introText {
    margin-top: 0.75rem;
  }

  .sectorHistory__timeline {
    margin-top: 2rem;
  }

  .timeline__row {
    flex-direction: column;
    border-top-width: 0.1875rem;
  }

  .timeline__row::before {
    width: 100%;
    height: 0.1875rem;
    top: -0.1875rem;
  }

  .timeline__row:last-child {
    border-bottom-width: 0.1875rem;
  }

  .timeline__row:last-child::after {
    width: 100%;
    height: 0.1875rem;
    bottom: -0.1875rem;
  }

  .timeline__year {
    width: 100%;
    padding: 0.75rem 1rem 0;
    font-weight: 700;
  }

  .timeline__content {
    padding: 0.375rem 1rem 1rem;
  }
  .range {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
}

/* ==========================================================================
   Small SP (max-width: 375px)
   ========================================================================== */

@media (max-width: 375px) {

}

/* ==========================================================================
   p-contact（お問い合わせページ固有スタイル）
   ※ 既存 style02.css の末尾に追記する差分CSS
   ========================================================================== */

/* --------------------------------------------------
   導入テキスト
   -------------------------------------------------- */

.p-contact__intro {
  margin-top: 3.4375rem;
}

.p-contact__introText {
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1.9;
  text-align: center;
}

.p-contact__introText + .p-contact__introText {
  margin-top: 1.25rem;
}

/* --------------------------------------------------
   フォームセクション
   -------------------------------------------------- */

.p-contact__formSection {
  margin-top: 3.75rem;
}

.p-contact__form {
  width: 100%;
}

/* フォームテーブル（外枠）
   PSD: 全幅1373px / コンテンツ幅(range)内で中央配置 */
.p-contact__formTable {
  border: 1px solid #C6C6C6;
  border-radius: 0;
  width: 100%;
  max-width: 1373px;
  margin-left: auto;
  margin-right: auto;
}

/* フォーム行 */
.p-contact__formRow {
  display: flex;
  align-items: stretch;
  border-bottom: 1px solid #C6C6C6;
}

.p-contact__formRow:last-child {
  border-bottom: none;
}

/* 左カラム（ラベル）
   PSD: 左カラム幅485px / 全幅1373px = 35.3% */
.p-contact__formLabel {
  background-color: #E8F5E3;
  display: flex;
  align-items: center;
  gap: 0.625rem;
  flex-shrink: 0;
  width: 35.3%;
  padding: 1.625rem 1.875rem;
  font-size: 18px;
  font-weight: 700;
  color: #333;
}

.p-contact__formLabel label {
  cursor: pointer;
}

/* ファイル添付行・テキストエリア行はラベルを上寄せ */
.p-contact__formRow--file .p-contact__formLabel,
.p-contact__formRow--textarea .p-contact__formLabel {
  align-items: flex-start;
  padding-top: 2rem;
}

/* 必須バッジ */
.p-contact__badge {
  background-color: #D32F2F;
  border-radius: 3px;
  color: #fff;
  display: inline-block;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.04em;
  line-height: 1;
  padding: 0.3125rem 0.5rem;
  white-space: nowrap;
}

/* 右カラム（入力） */
.p-contact__formInput {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 1.625rem 1.875rem;
}

/* ファイル添付行・テキストエリア行は入力も上寄せ */
.p-contact__formRow--file .p-contact__formInput,
.p-contact__formRow--textarea .p-contact__formInput {
  justify-content: flex-start;
}

/* --------------------------------------------------
   入力要素共通
   -------------------------------------------------- */

.p-contact__formInput input[type="text"],
.p-contact__formInput input[type="tel"],
.p-contact__formInput input[type="email"] {
  background-color: #fff;
  border: 1px solid #C6C6C6;
  border-radius: 5px;
  color: #333;
  font-size: 14px;
  font-weight: 400;
  height: 54px;
  line-height: 1.75;
  padding: 0 1.25rem;
  width: 100%;
}

.p-contact__formInput input[type="text"]:focus,
.p-contact__formInput input[type="tel"]:focus,
.p-contact__formInput input[type="email"]:focus {
  border-color: #1D8300;
  outline: none;
}

.p-contact__formInput input[type="text"]::placeholder,
.p-contact__formInput input[type="tel"]::placeholder,
.p-contact__formInput input[type="email"]::placeholder {
  color: #AAAAAA;
}

/* 短い入力欄（電話番号）
   PSD: 314px */
.p-contact__inputShort {
  max-width: 314px;
}

/* 郵便番号入力欄
   PSD: 286px */
.p-contact__postalInput {
  max-width: 286px;
}

/* --------------------------------------------------
   郵便番号
   -------------------------------------------------- */

.p-contact__postalWrap {
  align-items: center;
  display: flex;
  gap: 0.5rem;
}

.p-contact__postalPrefix {
  color: #333;
  font-size: 15px;
  font-weight: 500;
  flex-shrink: 0;
}

/* --------------------------------------------------
   セレクトボックス
   PSD: 478px
   -------------------------------------------------- */

.p-contact__selectWrap {
  position: relative;
  max-width: 478px;
}
/*
.p-contact__selectWrap::after {
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 6px solid #333;
  content: "";
  height: 0;
  pointer-events: none;
  position: absolute;
  right: 1.25rem;
  top: 50%;
  transform: translateY(-50%);
  width: 0;
}
*/  
.p-contact__selectWrap select {
  background-color: #fff;
  border: 1px solid #C6C6C6;
  border-radius: 5px;
  color: #333;
  cursor: pointer;
  font-size: 14px;
  font-weight: 400;
  height: 54px;
  line-height: 1.75;
  padding: 0 2.5rem 0 1.25rem;
  width: 100%;
}

.p-contact__selectWrap select:focus {
  border-color: #1D8300;
  outline: none;
}

/* --------------------------------------------------
   ファイル添付
   -------------------------------------------------- */

.p-contact__fileWrap {
  margin-bottom: 1rem;
}

.p-contact__formInput input[type="file"] {
    background-color: #fff;
    border: 1px solid #C6C6C6;
    border-radius: 5px;
    color: #333;
    cursor: pointer;
    font-size: 14px;
    height: 49px;
    line-height: 49px;
    padding: 0 1.25rem;
    width: 90%;
}

.p-contact__formInput input[type="file"]::-webkit-file-upload-button {
  background-color: #fff;
  border: 1px solid #999;
  border-radius: 3px;
  color: #333;
  cursor: pointer;
  font-size: 14px;
  font-weight: 500;
  margin-right: 1rem;
  padding: 0.375rem 1rem;
}

.p-contact__fileNote {
  color: #666;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.85;
}

/* --------------------------------------------------
   テキストエリア
   PSD: 771x304px
   -------------------------------------------------- */

.p-contact__formInput textarea {
  background-color: #fff;
  border: 1px solid #C6C6C6;
  border-radius: 5px;
  color: #333;
  font-size: 14px;
  font-weight: 400;
  height: 304px;
  line-height: 1.75;
  padding: 1rem 1.25rem;
  resize: vertical;
  width: 100%;
}

.p-contact__formInput textarea:focus {
  border-color: #1D8300;
  outline: none;
}

.p-contact__formInput textarea::placeholder {
  color: #AAAAAA;
}

/* --------------------------------------------------
   個人情報同意
   -------------------------------------------------- */

.p-contact__agree {
  margin-top: 2.5rem;
  text-align: center;
}

.p-contact__agreeLabel {
  align-items: center;
  cursor: pointer;
  display: block;
  font-size: 16px;
  font-weight: 400;
  gap: 0.5rem;
}
.mw_wp_form span.mwform-checkbox-field.horizontal-item {
    display: block;
    margin-left: 0;
}
/* カスタムチェックボックス */
.p-contact__agreeCheck {
  display: none;
}

.p-contact__agreeCheckbox {
  border: 1px solid #999;
  border-radius: 2px;
  display: inline-block;
  flex-shrink: 0;
  height: 20px;
  position: relative;
  width: 20px;
}

.p-contact__agreeCheck:checked + .p-contact__agreeCheckbox::after {
  border-bottom: 2px solid #1D8300;
  border-left: 2px solid #1D8300;
  content: "";
  display: block;
  height: 6px;
  left: 3px;
  position: absolute;
  top: 4px;
  transform: rotate(-45deg);
  width: 12px;
}

.p-contact__agreeText {
  color: #333;
}

.p-contact__agreeLink {
  color: #333;
  text-decoration: underline;
}

.p-contact__agreeLink:hover {
  opacity: 0.7;
}

/* --------------------------------------------------
   送信ボタン（確認画面へ）
   PSD: 230x55px、枠線＋矢印アイコン
   -------------------------------------------------- */

.p-contact__submit {
  margin-top: 2rem;
  text-align: center;
}

.p-contact__submitBtn {
  align-items: center;
  background-color: #fff;
  border: 2px solid #1D8300;
  border-radius: 624.9375rem;
  color: #333;
  cursor: pointer;
  display: inline-flex;
  font-size: 16px;
  font-weight: 700;
  gap: 1rem;
  justify-content: center;
  letter-spacing: 0.08em;
  padding: 0.875rem 2rem;
  transition: 0.5s;
  width: 230px;
}

.p-contact__submitBtn:hover {
  background-color: #1D8300;
  color: #fff;
  transition: 0.5s;
}

.p-contact__submitBtn:hover .p-contact__submitIcon {
  background-color: #fff;
}

.p-contact__submitBtn:hover .p-contact__submitArrow::before,
.p-contact__submitBtn:hover .p-contact__submitArrow::after {
  background-color: #1D8300;
}

.p-contact__submitLabel {
  font-weight: 700;
}

.p-contact__submitIcon {
  align-items: center;
  background-color: #1D8300;
  border-radius: 50%;
  display: flex;
  height: 34px;
  justify-content: center;
  transition: 0.5s;
  width: 34px;
}

.p-contact__submitArrow {
  display: block;
  height: 14px;
  position: relative;
  width: 16px;
}

.p-contact__submitArrow::before {
  background-color: #fff;
  content: "";
  height: 2px;
  left: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  transition: 0.5s;
  width: 16px;
}

.p-contact__submitArrow::after {
  border-right: 2px solid #fff;
  border-top: 2px solid #fff;
  content: "";
  height: 8px;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
  transition: 0.5s;
  width: 8px;
}

/* --------------------------------------------------
   下部CTAバナー（.p-contact スコープ上書き）
   ※ .contact 系は style.css で定義済み。
   ※ お問い合わせページ固有の余白調整のみ行う。
   -------------------------------------------------- */

.p-contact .contact {
  margin-top: 7.25rem;
}

/* ==========================================================================
   p-contact レスポンシブ: Tablet (max-width: 1024px)
   ========================================================================== */

@media screen and (max-width: 1024px) {
  .p-contact__formTable {
    width: 100%;
  }

  .p-contact__formLabel {
    width: 38%;
    padding: 1.25rem 1.25rem;
    font-size: 16px;
  }

  .p-contact__formInput {
    padding: 1.25rem 1.25rem;
  }
}

/* ==========================================================================
   p-contact レスポンシブ: SP (max-width: 767px)
   ========================================================================== */

@media screen and (max-width: 767px) {
  .p-contact__intro {
    margin-top: 2.5rem;
  }

  .p-contact__introText {
    text-align: left;
  }

  .p-contact__formSection {
    margin-top: 2.5rem;
  }

  .p-contact__formTable {
    width: 100%;
    border: none;
    border-top: 1px solid #C6C6C6;
  }

  .p-contact__formRow {
    flex-direction: column;
    border-bottom: none;
  }

  .p-contact__formLabel {
    width: 100%;
    padding: 0.875rem 1rem;
    border-bottom: none;
    font-size: 15px;
  }

  .p-contact__formInput {
    padding: 0.75rem 1rem 1.25rem;
    background-color: #fff;
    border-bottom: 1px solid #C6C6C6;
  }

  .p-contact__formInput input[type="text"],
  .p-contact__formInput input[type="tel"],
  .p-contact__formInput input[type="email"] {
    height: 48px;
  }

  .p-contact__inputShort {
    max-width: 100%;
  }

  .p-contact__postalInput {
    max-width: 100%;
  }

  .p-contact__selectWrap {
    max-width: 100%;
  }

  .p-contact__selectWrap select {
    height: 48px;
  }

  .p-contact__formInput textarea {
    height: 200px;
  }

  .p-contact__agree {
    margin-top: 1.5rem;
  }

  .p-contact__agreeLabel {
    font-size: 14px;
  }

  .p-contact__submit {
    margin-top: 1.5rem;
  }

  .p-contact .contact {
    margin-top: 3.75rem;
  }
}

/* ==========================================================================
   p-estimate（見積りフォームページ固有スタイル）
   ※ 既存 style02.css の末尾に追記する差分CSS
   ========================================================================== */

/* --------------------------------------------------
   導入テキスト
   -------------------------------------------------- */

.p-estimate__intro {
  margin-top: 3.4375rem;
}

.p-estimate__introText {
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0.02em;
  line-height: 1.9;
  text-align: center;
}

/* --------------------------------------------------
   セクション見出し（- お客様情報 - 等）
   PSD: FS=30px Track=40 Color=#1D8300系
   -------------------------------------------------- */

.p-estimate__section {
  margin-top: 5rem;
}

.p-estimate__sectionTitle {
  color: #1D8300;
  font-family: "M PLUS 1p", sans-serif;
  font-size: 30px;
  font-weight: 700;
  letter-spacing: 0.04em;
  line-height: 1.3;
  text-align: center;
}

/* --------------------------------------------------
   フォームテーブル（外枠）
   PSD: 全幅1373px
   -------------------------------------------------- */

.p-estimate__formTable {
  border: 1px solid #C6C6C6;
  margin-left: auto;
  margin-right: auto;
  margin-top: 2.5rem;
  max-width: 1373px;
  width: 100%;
}

/* --------------------------------------------------
   フォーム行
   -------------------------------------------------- */

.p-estimate__formRow {
  align-items: stretch;
  border-bottom: 1px solid #C6C6C6;
  display: flex;
}

.p-estimate__formRow:last-child {
  border-bottom: none;
}

/* --------------------------------------------------
   左カラム（ラベル）
   PSD: 485px / 1373px = 35.3%
   -------------------------------------------------- */

.p-estimate__formLabel {
  align-items: center;
  background-color: #E8F5E3;
  color: #333;
  display: flex;
  flex-shrink: 0;
  font-size: 18px;
  font-weight: 700;
  gap: 0.625rem;
  padding: 1.625rem 1.875rem;
  width: 35.3%;
}

.p-estimate__formLabel label {
  cursor: pointer;
}

/* ラジオ行・テキストエリア行・ファイル行はラベルを上寄せ */
.p-estimate__formRow--radio .p-estimate__formLabel,
.p-estimate__formRow--textarea .p-estimate__formLabel,
.p-estimate__formRow--file .p-estimate__formLabel {
  align-items: flex-start;
  padding-top: 2rem;
}

/* --------------------------------------------------
   必須バッジ
   PSD: 54x23px FS=14px
   -------------------------------------------------- */

.p-estimate__badge {
  background-color: #D32F2F;
  border-radius: 3px;
  color: #fff;
  display: inline-block;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.04em;
  line-height: 1;
  padding: 0.3125rem 0.5rem;
  white-space: nowrap;
}

/* --------------------------------------------------
   右カラム（入力）
   -------------------------------------------------- */

.p-estimate__formInput {
  display: flex;
  flex: 1;
  flex-direction: column;
  justify-content: center;
  padding: 1.625rem 1.875rem;
}

/* ラジオ行・テキストエリア行・ファイル行は入力も上寄せ */
.p-estimate__formRow--radio .p-estimate__formInput,
.p-estimate__formRow--textarea .p-estimate__formInput,
.p-estimate__formRow--file .p-estimate__formInput {
  justify-content: flex-start;
}

/* --------------------------------------------------
   入力要素共通
   PSD: 高さ54px
   -------------------------------------------------- */

.p-estimate__formInput input[type="text"],
.p-estimate__formInput input[type="tel"],
.p-estimate__formInput input[type="email"] {
  background-color: #fff;
  border: 1px solid #C6C6C6;
  border-radius: 5px;
  color: #333;
  font-size: 14px;
  font-weight: 400;
  height: 54px;
  line-height: 1.75;
  padding: 0 1.25rem;
  width: 100%;
}

.p-estimate__formInput input[type="text"]:focus,
.p-estimate__formInput input[type="tel"]:focus,
.p-estimate__formInput input[type="email"]:focus {
  border-color: #1D8300;
  outline: none;
}

.p-estimate__formInput input[type="text"]::placeholder,
.p-estimate__formInput input[type="tel"]::placeholder,
.p-estimate__formInput input[type="email"]::placeholder {
  color: #AAAAAA;
}

/* 短い入力欄（電話番号）
   PSD: 314px */
.p-estimate__inputShort {
  max-width: 314px;
}

/* --------------------------------------------------
   郵便番号
   PSD: 286px
   -------------------------------------------------- */

.p-estimate__postalWrap {
  align-items: center;
  display: flex;
  gap: 0.5rem;
}

.p-estimate__postalPrefix {
  color: #333;
  flex-shrink: 0;
  font-size: 18px;
  font-weight: 500;
}

.p-estimate__postalInput {
  max-width: 286px;
}

/* --------------------------------------------------
   セレクトボックス
   PSD: 478x54px
   -------------------------------------------------- */

.p-estimate__selectWrap {
  max-width: 478px;
  position: relative;
}

.p-estimate__selectWrap::after {
    /* border-left: 5px solid transparent; */
    /* border-right: 5px solid transparent; */
    /* border-top: 6px solid #333; */
    /*content: ""; */
    /*height: 0; */
    /* pointer-events: none; */
    /* position: absolute; */
    /* right: 1.25rem; */
    /* top: 50%; */
    /* transform: translateY(-50%); */
    /* width: 0; */
}

.p-estimate__selectWrap select {
  background-color: #fff;
  border: 1px solid #C6C6C6;
  border-radius: 5px;
  color: #333;
  cursor: pointer;
  font-size: 14px;
  font-weight: 400;
  height: 54px;
  line-height: 1.75;
  padding: 0 2.5rem 0 1.25rem;
  width: 100%;
}

.p-estimate__selectWrap select:focus {
  border-color: #1D8300;
  outline: none;
}

/* --------------------------------------------------
   テキストエリア
   PSD: 771x154px
   -------------------------------------------------- */

.p-estimate__formInput textarea {
  background-color: #fff;
  border: 1px solid #C6C6C6;
  border-radius: 5px;
  color: #333;
  font-size: 14px;
  font-weight: 400;
  height: 154px;
  line-height: 1.75;
  padding: 1rem 1.25rem;
  resize: vertical;
  width: 100%;
}

.p-estimate__formInput textarea:focus {
  border-color: #1D8300;
  outline: none;
}

.p-estimate__formInput textarea::placeholder {
  color: #AAAAAA;
}

/* --------------------------------------------------
   ラジオボタン（カスタム）
   PSD: 16x16px 丸
   -------------------------------------------------- */

.p-estimate__radioGroup {
  display: flex;
  flex-direction: column;
  gap: 0.625rem;
}

.p-estimate__radioGroup--inline {
  flex-direction: column;
  gap: 0.625rem;
  margin-bottom: 1rem;
}

.p-estimate__radioItem {
  align-items: center;
  cursor: pointer;
  display: flex;
  gap: 0.5rem;
}

.p-estimate__radioInput,
.p-estimate__checkboxInput {  
}

/* ラジオマーク（丸） */
.p-estimate__radioMark {
  border: 2px solid #999;
  border-radius: 50%;
  display: inline-block;
  flex-shrink: 0;
  height: 16px;
  position: relative;
  width: 16px;
}

.p-estimate__radioInput:checked + .p-estimate__radioMark::after {
  background-color: #1D8300;
  border-radius: 50%;
  content: "";
  display: block;
  height: 8px;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 8px;
}

/* チェックボックスマーク（四角） */
.p-estimate__radioMark--checkbox {
  border-radius: 3px;
}

.p-estimate__checkboxInput:checked + .p-estimate__radioMark--checkbox::after {
  border-bottom: 2px solid #1D8300;
  border-left: 2px solid #1D8300;
  content: "";
  display: block;
  height: 5px;
  left: 2px;
  position: absolute;
  top: 2px;
  transform: rotate(-45deg);
  width: 10px;
}

.p-estimate__radioText {
  color: #333;
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 0.06em;
  line-height: 1.5;
}

.p-estimate__radioNote {
  color: #333;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.06em;
  line-height: 1.5;
  margin-top: 0.625rem;
}

/* --------------------------------------------------
   分岐ブロック見出し
   PSD: FS=24px Track=40 + 丸アイコン28x29px
   -------------------------------------------------- */

.p-estimate__branch {
  margin-top: 3.75rem;
}

.p-estimate__branchTitle {
  align-items: center;
  color: #333;
  display: flex;
  font-size: 24px;
  font-weight: 700;
  gap: 0.5rem;
  letter-spacing: 0.04em;
  line-height: 1.4;
}

.p-estimate__branchCircle {
  background-color: transparent;
  border: 3px solid #1D8300;
  border-radius: 50%;
  display: inline-block;
  flex-shrink: 0;
  height: 28px;
  width: 28px;
}

.p-estimate__branch .p-estimate__formTable {
  margin-top: 1.5rem;
}

/* --------------------------------------------------
   入力欄＋単位テキスト横並び
   PSD: input 313x54px + "㎡"/"人用"テキスト
   -------------------------------------------------- */

.p-estimate__unitWrap {
  align-items: center;
  display: flex;
  gap: 0.625rem;
}

.p-estimate__unitInput {
  max-width: 313px;
}

.p-estimate__unitText {
  color: #333;
  flex-shrink: 0;
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 0.06em;
}

/* --------------------------------------------------
   ファイル添付
   PSD: ボタン155x49px
   -------------------------------------------------- */

.p-estimate__fileDescription {
  color: #333;
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 0.06em;
  line-height: 1.75;
  margin-bottom: 1rem;
}

.p-estimate__fileGroup {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

.p-estimate__fileWrap {
  display: block;
}

.p-estimate__formInput input[type="file"] {
  background-color: #fff;
  border: 1px solid #C6C6C6;
  border-radius: 5px;
  color: #333;
  cursor: pointer;
  font-size: 14px;
  height: 49px;
  line-height: 49px;
  padding: 0 1.25rem;
  width: 90%;
}

.p-estimate__formInput input[type="file"]::-webkit-file-upload-button {
  background-color: #fff;
  border: 1px solid #999;
  border-radius: 3px;
  color: #333;
  cursor: pointer;
  font-size: 14px;
  font-weight: 500;
  margin-right: 1rem;
  padding: 0.375rem 1rem;
}

/* --------------------------------------------------
   個人情報同意
   -------------------------------------------------- */

.p-estimate__submitSection {
  margin-top: 3.75rem;
}

.p-estimate__agree {
  margin-top: 2.5rem;
  text-align: center;
}

.p-estimate__agreeLabel {
  align-items: center;
  cursor: pointer;
  display: inline-flex;
  font-size: 16px;
  font-weight: 400;
  gap: 0.5rem;
}

/* カスタムチェックボックス */
.p-estimate__agreeCheck {
  display: none;
}

.p-estimate__agreeCheckbox {
  border: 1px solid #999;
  border-radius: 2px;
  display: inline-block;
  flex-shrink: 0;
  height: 20px;
  position: relative;
  width: 20px;
}

.p-estimate__agreeCheck:checked + .p-estimate__agreeCheckbox::after {
  border-bottom: 2px solid #1D8300;
  border-left: 2px solid #1D8300;
  content: "";
  display: block;
  height: 6px;
  left: 3px;
  position: absolute;
  top: 4px;
  transform: rotate(-45deg);
  width: 12px;
}

.p-estimate__agreeText {
  color: #333;
}

.p-estimate__agreeLink {
  color: #333;
  text-decoration: underline;
}

.p-estimate__agreeLink:hover {
  opacity: 0.7;
}

/* --------------------------------------------------
   送信ボタン（確認画面へ）
   PSD: 230x55px
   -------------------------------------------------- */

.p-estimate__submit {
  margin-top: 2rem;
  text-align: center;
}

.p-estimate__submitBtn {
  align-items: center;
  background-color: #fff;
  border: 2px solid #1D8300;
  border-radius: 624.9375rem;
  color: #333;
  cursor: pointer;
  display: inline-flex;
  font-size: 16px;
  font-weight: 700;
  gap: 1rem;
  justify-content: center;
  letter-spacing: 0.08em;
  padding: 0.875rem 2rem;
  transition: 0.5s;
  width: 230px;
}

.p-estimate__submitBtn:hover {
  background-color: #1D8300;
  color: #fff;
  transition: 0.5s;
}

.p-estimate__submitBtn:hover .p-estimate__submitIcon {
  background-color: #fff;
}

.p-estimate__submitBtn:hover .p-estimate__submitArrow::before,
.p-estimate__submitBtn:hover .p-estimate__submitArrow::after {
  background-color: #1D8300;
}

.p-estimate__submitLabel {
  font-weight: 700;
}

.p-estimate__submitIcon {
  align-items: center;
  background-color: #1D8300;
  border-radius: 50%;
  display: flex;
  height: 34px;
  justify-content: center;
  transition: 0.5s;
  width: 34px;
}

.p-estimate__submitArrow {
  display: block;
  height: 14px;
  position: relative;
  width: 16px;
}

.p-estimate__submitArrow::before {
  background-color: #fff;
  content: "";
  height: 2px;
  left: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  transition: 0.5s;
  width: 16px;
}

.p-estimate__submitArrow::after {
  border-right: 2px solid #fff;
  border-top: 2px solid #fff;
  content: "";
  height: 8px;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
  transition: 0.5s;
  width: 8px;
}

/* --------------------------------------------------
   下部CTAバナー（.p-estimate スコープ上書き）
   ※ .contact 系は style.css で定義済み。
   ※ 見積りページ固有の余白調整のみ行う。
   -------------------------------------------------- */

.p-estimate .contact {
  margin-top: 7.25rem;
}

/* ==========================================================================
   p-estimate レスポンシブ: Tablet (max-width: 1024px)
   ========================================================================== */

@media screen and (max-width: 1024px) {
  .p-estimate__formTable {
    width: 100%;
  }

  .p-estimate__formLabel {
    font-size: 16px;
    padding: 1.25rem 1.25rem;
    width: 38%;
  }

  .p-estimate__formInput {
    padding: 1.25rem 1.25rem;
  }

  .p-estimate__branchTitle {
    font-size: 20px;
  }

  .p-estimate__sectionTitle {
    font-size: 26px;
  }

  .p-estimate__radioText {
    font-size: 16px;
  }

  .p-estimate__fileDescription {
    font-size: 16px;
  }
}

/* ==========================================================================
   p-estimate レスポンシブ: SP (max-width: 767px)
   ========================================================================== */

@media screen and (max-width: 767px) {
  .p-estimate__intro {
    margin-top: 2.5rem;
  }

  .p-estimate__introText {
    text-align: left;
  }

  .p-estimate__section {
    margin-top: 3rem;
  }

  .p-estimate__sectionTitle {
    font-size: 22px;
  }

  .p-estimate__formTable {
    border: none;
    border-top: 1px solid #C6C6C6;
    width: 100%;
  }

  .p-estimate__formRow {
    border-bottom: none;
    flex-direction: column;
  }

  .p-estimate__formLabel {
    border-bottom: none;
    font-size: 15px;
    padding: 0.875rem 1rem;
    width: 100%;
  }

  .p-estimate__formInput {
    background-color: #fff;
    border-bottom: 1px solid #C6C6C6;
    padding: 0.75rem 1rem 1.25rem;
  }

  .p-estimate__formInput input[type="text"],
  .p-estimate__formInput input[type="tel"],
  .p-estimate__formInput input[type="email"] {
    height: 48px;
  }
  .number {
      width: 60%;
  }
  .p-estimate__inputShort {
    max-width: 100%;
  }

  .p-estimate__postalInput {
    max-width: 100%;
  }

  .p-estimate__selectWrap {
    max-width: 100%;
  }

  .p-estimate__selectWrap select {
    height: 48px;
  }

  .p-estimate__formInput textarea {
    height: 150px;
  }

  .p-estimate__unitInput {
    max-width: 100%;
  }

  .p-estimate__unitWrap {
    flex-wrap: wrap;
  }

  .p-estimate__branch {
    margin-top: 2.5rem;
  }

  .p-estimate__branchTitle {
    font-size: 17px;
    line-height: 1.5;
  }

  .p-estimate__branchCircle {
    height: 22px;
    width: 22px;
  }

  .p-estimate__radioText {
    font-size: 15px;
  }

  .p-estimate__fileDescription {
    font-size: 15px;
  }

  .p-estimate__submitSection {
    margin-top: 2.5rem;
  }

  .p-estimate__agree {
    margin-top: 1.5rem;
  }

  .p-estimate__agreeLabel {
    font-size: 14px;
  }

  .p-estimate__submit {
    margin-top: 1.5rem;
  }

  .p-estimate .contact {
    margin-top: 3.75rem;
  }
}

/* ==========================================================================
   p-download（資料ダウンロードページ固有スタイル）
   ※ 既存 style02.css の末尾に追記する差分CSS
   ========================================================================== */

/* --------------------------------------------------
   資料一覧エリア
   PSD: コンテンツ幅1373px (270〜1647)
   -------------------------------------------------- */

.p-download__materials {
  margin-top: 3.4375rem;
}

.p-download__list {
  list-style: none;
  margin: 0;
  max-width: 1373px;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
}

/* --------------------------------------------------
   資料アイテム
   PSD: サムネ約298x385px + テキスト右側
   区切り線: 1373x4px #C6C6C6
   -------------------------------------------------- */

.p-download__item {
  border-bottom: 4px solid #C6C6C6;
  display: flex;
  gap: 3.5rem;
  padding: 2.5rem 0;
}

.p-download__item:first-child {
  padding-top: 0;
}

.p-download__item:last-child {
  border-bottom: 4px solid #C6C6C6;
}

/* サムネイル
   PSD: 約298x385px → 固定幅300px */
.p-download__itemThumb {
  flex-shrink: 0;
  width: 300px;
}

.p-download__itemImage {
  display: block;
  height: auto;
  object-fit: contain;
  width: 100%;
}

/* テキスト側 */
.p-download__itemBody {
  flex: 1;
  padding-top: 0.5rem;
}

/* タイトル
   PSD: 丸アイコン28x29px + テキスト FS=24px */
.p-download__itemTitle {
  align-items: center;
  color: #333;
  display: flex;
  font-size: 24px;
  font-weight: 700;
  gap: 0.5rem;
  letter-spacing: 0.04em;
  line-height: 1.4;
}

.p-download__itemCircle {
  background-color: transparent;
  border: 3px solid #1D8300;
  border-radius: 50%;
  display: inline-block;
  flex-shrink: 0;
  height: 28px;
  width: 28px;
}

/* 説明テキスト
   PSD: FS=18px */
.p-download__itemText {
  color: #333;
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.75;
  margin-top: 1rem;
}

/* --------------------------------------------------
   セクション見出し「- 資料ダウンロードはこちらから -」
   PSD: FS=30px Color=#1D8300
   -------------------------------------------------- */

.p-download__formSection {
  margin-top: 3.75rem;
}

.p-download__sectionTitle {
  color: #1D8300;
  font-family: "M PLUS 1p", sans-serif;
  font-size: 30px;
  font-weight: 700;
  letter-spacing: 0.04em;
  line-height: 1.3;
  text-align: center;
}

/* --------------------------------------------------
   フォーム導入テキスト
   PSD: FS=18px 中央揃え 3行
   -------------------------------------------------- */

.p-download__formIntro {
  margin-top: 2rem;
}

.p-download__formIntroText {
  color: #333;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1.9;
  text-align: center;
}

/* --------------------------------------------------
   フォームテーブル位置調整
   ※ .p-contact__formTable は既存で定義済み
   ※ .p-download スコープでmargin-topのみ追加
   -------------------------------------------------- */

.p-download .p-contact__formTable {
  margin-top: 2.5rem;
}

/* --------------------------------------------------
   テキストエリア上書き
   PSD: 771x304px、リサイズ禁止
   ※ .p-download スコープで高さとリサイズを上書き
   理由: お問い合わせページのテキストエリアはresize:vertical
         だが、資料DLページはデザイン指示でリサイズ禁止
   -------------------------------------------------- */

.p-download .p-contact__formInput textarea {
  height: 304px;
  resize: none;
}

/* --------------------------------------------------
   個人情報同意・送信ボタンの余白調整
   ※ 既存 .p-contact__agree / .p-contact__submit を流用
   ※ 余白はデフォルトのまま（変更不要）
   -------------------------------------------------- */

/* --------------------------------------------------
   下部CTAバナー余白調整
   ※ .contact 系は既存CSSで定義済み
   ※ .p-download スコープで margin-top のみ調整
   -------------------------------------------------- */

.p-download .contact {
  margin-top: 7.25rem;
}

/* ==========================================================================
   p-download レスポンシブ: Tablet (max-width: 1024px)
   ========================================================================== */

@media screen and (max-width: 1024px) {
  .p-download__itemThumb {
    width: 240px;
  }

  .p-download__item {
    gap: 2rem;
  }

  .p-download__itemTitle {
    font-size: 20px;
  }

  .p-download__itemText {
    font-size: 16px;
  }

  .p-download__sectionTitle {
    font-size: 26px;
  }

  .p-download__formIntroText {
    font-size: 16px;
  }
}

/* ==========================================================================
   p-download レスポンシブ: SP (max-width: 767px)
   ========================================================================== */

@media screen and (max-width: 767px) {
  .p-download__materials {
    margin-top: 2.5rem;
  }

  /* 資料アイテム: 縦積み */
  .p-download__item {
    flex-direction: column;
    gap: 1.25rem;
    padding: 1.5rem 0;
  }

  .p-download__item:first-child {
    padding-top: 0;
  }

  .p-download__itemThumb {
    margin: 0 auto;
    max-width: 280px;
    width: 100%;
  }

  .p-download__itemBody {
    padding-top: 0;
  }

  .p-download__itemTitle {
    font-size: 18px;
  }

  .p-download__itemCircle {
    height: 22px;
    width: 22px;
  }

  .p-download__itemText {
    font-size: 15px;
    line-height: 1.7;
    margin-top: 0.75rem;
  }

  /* セクション見出し */
  .p-download__formSection {
    margin-top: 2.5rem;
  }

  .p-download__sectionTitle {
    font-size: 22px;
  }

  .p-download__formIntro {
    margin-top: 1.25rem;
  }

  .p-download__formIntroText {
    font-size: 15px;
    text-align: left;
  }

  /* テキストエリア高さ調整 */
  .p-download .p-contact__formInput textarea {
    height: 200px;
  }

  /* 下部CTA余白 */
  .p-download .contact {
    margin-top: 3.75rem;
  }
}





@media screen and (max-width: 767px) {
.pageTitle__ja {
    font-size: 40px;
}
    .headline3 {
        border-bottom-width: 0.25rem;
        padding-left: 0rem;
        font-size: 1.558rem;
        line-height: 1.3;
    }
.sectorGoods__table {
    width: 100%;
}
}




.page-id-445 section.p-download__materials {
    display: none !important;
}
.page-id-445 h2.p-download__sectionTitle {
    display: none !important;
}
.page-id-445 .p-download__formIntro {
    display: none !important;
}

.page-id-448 section.p-download__materials {
    display: none !important;
}
.page-id-448 h2.p-download__sectionTitle {
    display: none !important;
}
.page-id-448 .p-download__formIntro {
    display: none !important;
}