@charset "UTF-8";

/*
=====================================================================
下層ページ css
=====================================================================
*/


/* ==============================================================================
   SP（ベース）
============================================================================== */
#logo{
  width:180px;
}

/* -----------------------
   page title
----------------------- */

#pageTtl{
  width: 90%;
  margin: 40px auto 60px;
}

.pageTtlInner{
  display: flex;
  align-items: center;
  gap: 13px;
}

.pageTtlInner::after {
  content: "";
  flex: 1;
  height: 8px;
  background: url("../img/sec/line_color.svg") no-repeat right center / auto 100%;
}

.pageTtlHeading {
  display: flex;
  align-items: center;
  gap: 15px;
  flex-shrink: 0;
}

.pageIllust{
  width: 70px;
}

.pageTtlHeading h1 img{
  width: auto;
  height: 26px;
}

main h2{
  font-size: 2.6rem;
  line-height: 1;
  letter-spacing: 0.08em;
}

main h2 span {
  color: #b90000;
}

main h3 {
  font-size: 2.0rem;
  line-height: 1;
  letter-spacing: 0.08em;
}

/* -----------------------
   intro
----------------------- */
.greetingInner,
.productsIntroInner{
  margin-bottom: 80px;
}

/* 本文 */
.greetingText,
.productsIntroText {
  font-size: 1.6rem;
  line-height: 1.6;
  letter-spacing: 0.08em;
}

.greetingText p,
.productsIntroText p {
  margin: 0 0 20px 0;
}

.greetingText p:last-child,
.productsIntroText p:last-child {
  margin: 0;
}


/* -----------------------
   pageCta
----------------------- */
.pageCta {
  width: 90%;
  margin: 0 auto 70px;
}

.pageCtaLink {
  display: block;
  padding: 40px 25px;
  box-sizing: border-box;
  color: #fff;
  text-decoration: none;
}

.pageCta--black .pageCtaLink {
  background: #111;
}

.pageCta--red .pageCtaLink {
  background: #ac0000;
}

.pageCtaText {
  margin-bottom: 30px;
}

.pageCtaText h2 {
  margin: 0 0 20px;
  font-size: 2.4rem;
  line-height: 1.55;
  font-weight: 500;
  letter-spacing: 0.03em;
}

.pageCtaText p {
  margin: 0;
  font-size: 1.3rem;
  line-height: 1.9;
  letter-spacing: 0.04em;
}

.pageCtaText p br {
  display: none;
}

.pageCtaBtn {
  width: 100%;
  min-height: 72px;
  padding: 15px 20px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
  background: #fff;
  font-size: 1.4rem;
  font-weight: 500;
  letter-spacing: 0.08em;
}

.pageCta--black .pageCtaBtn {
  color: #111;
}

.pageCta--red .pageCtaBtn {
  color: #ac0000;
}

.pageCtaArrow {
  width: 0;
  height: 0;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
}

.pageCta--black .pageCtaArrow {
  border-left: 6px solid #111;
}

.pageCta--red .pageCtaArrow {
  border-left: 6px solid #ac0000;
}

/* products */
.pageCta--product {
  margin: 0 auto 30px;
}


.pageCta--product .pageCtaLink {
  display: block;
}

.pageCtaIcon {
  width: 90px;
  margin: 0 auto 30px;
}

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

.pageCta--product .pageCtaText {
  margin-bottom: 30px;
}

.pageCta--product .pageCtaText h2 {
  color: #fff;
}

/* -----------------------
   link button
----------------------- */
.secLinkBtn{
  width: 100%;
  max-width: 350px;
  min-height: 65px;
  margin: 0 auto;
  padding: 15px 45px 15px 25px;
  box-sizing: border-box;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #222;
  color: #222;
  text-decoration: none;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.08em;
  text-align: center;
}

.secLinkBtn::after{
  content: "";
  position: absolute;
  top: 50%;
  right: 22px;
  width: 0;
  height: 0;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 7px solid currentColor;
  transform: translateY(-50%);
}

/* table */
.infoTable {
  margin: 0 0 40px;
  border-top: 1px solid #d9b899;
}

.infoTable,
.infoTable tbody,
.infoTable tr,
.infoTable th,
.infoTable td {
  display: block;
  width: 100%;
}

.infoTable th {
  padding: 20px 0 6px;
  border-bottom: none;
  font-size: 1.4rem;
  font-weight: 700;
  text-align: left;
}

.infoTable td {
  padding: 0 0 20px;
  font-size: 1.4rem;
  line-height: 1.9;
}

.infoTable tr {
  border-bottom: 1px solid #d9b899;
}

.infoTable th,
.infoTable td {
  border-bottom: none;
}

.infoTable td span {
  white-space: normal;
}

.infoTable a {
  color: inherit;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.infoTable a:hover {
  text-decoration: none;
}


/* ====================================================
   企業情報
==================================================== */

/* -----------------------
   ご挨拶
----------------------- */

#greetingArea {
  width: 90%;
  margin: 0 auto 80px;
}

/* タイトル */
.greetingTtl {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 30px;
}

.greetingTtl h2 {
  margin: 0;
}

.greetingIllust {
  width: 120px;
}

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

.photoWrap{
  display: flex;
  justify-content: space-between;
}

.photoWrap .photoInner{
  width: 45%;
}

/* -----------------------
   会社概要
----------------------- */
#companyArea{
  width: 90%;
  margin: 0 auto;
}

#companyArea h2,
#companyArea h3{
  margin-bottom: 30px;
}

#companyArea iframe{
  width: 100%;
}

/* ====================================================
   OEM
==================================================== */

#oemIntro{
  width: 90%;
  margin: 0 auto 80px;
}

.oemIntroMain{
  margin-bottom: 60px;
}

.oemIntroPhoto{
  margin-bottom: 20px;
}

.oemIntroTxt h2{
  margin-bottom: 30px;
  line-height: 1.2;
  letter-spacing: 0.08em;
}

.oemIntroTxt p{
  font-size: 1.6rem;
  line-height: 1.6;
  letter-spacing: 0.08em;
}

.oemProductItem{
  margin-bottom: 30px;
}

.oemProductItem h3{
  margin-bottom: 15px;
}

.oemProductPhoto{
  margin-bottom: 15px;
}

.oemProductItem p{
  font-size: 1.4rem;
  line-height: 1.6;
  letter-spacing: 0.08em;
}

/* -----------------------
   製造・加工について
----------------------- */
#processArea{
  width: 90%;
  margin: 0 auto 80px;
}

.processHead{
  margin-bottom: 30px;
}

.processHead h2{
  margin-bottom: 30px;
}

.processHead p{
  font-size: 1.4rem;
  line-height: 1.6;
  letter-spacing: 0.08em;
}

.processList{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.processItem{
  width: 40%;
  text-align: center;
  margin-bottom: 30px;
}

.processItem:nth-child(n+3){
  margin-bottom: 0;
}

.processIllust{
  margin-bottom: 15px;
}

.processItem p{
  font-size: 1.4rem;
  line-height: 1.6;
  letter-spacing: 0.08em;
}

/* -----------------------
   品質・衛生管理
----------------------- */
#qualityArea {
  position: relative;
  width: calc(100% - 40px);
  margin: 0 auto 80px;
  padding: 70px 25px;
  box-sizing: border-box;
  background: #fff;
}

/* 上下のドットライン */
#qualityArea::before,
#qualityArea::after {
  content: "";
  position: absolute;
  left: 25px;
  width: calc(100% - 50px);
  height: 12px;
  background-image: url("../img/sec/line_dash.svg");
  background-repeat: repeat-x;
  background-position: left center;
  background-size: 100% 100%;
}

#qualityArea::before {
  top: 25px;
}

#qualityArea::after {
  bottom: 25px;
}

.qualityInner {
  width: 100%;
}

/* メイン */
.qualityMain h2 {
  margin: 0 0 30px;
}

.qualityMain > p {
  margin: 0 0 45px;
  font-size: 1.4rem;
  line-height: 1.6;
  letter-spacing: 0.05em;
}

/* JFSM */
.qualityJfsm {
  margin-top: 40px;
}

.qualityJfsm h3 {
  margin: 0 0 18px;
}

.qualityJfsm p {
  margin: 0;
  font-size: 1.4rem;
  line-height: 1.6;
  letter-spacing: 0.05em;
}

/* キャッチ＋ロゴ */
.qualitySide {
  margin-top: 45px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
}

.qualityCatch {
  margin: 0;
  font-size: 1.8rem;
  line-height: 1.8;
  font-weight: 500;
  letter-spacing: 0.08em;
}

.qualityLogo {
  width: 110px;
  flex-shrink: 0;
}

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


/* -----------------------
   ご相談から製造まで
----------------------- */
#flowArea {
  position: relative;
  width: 90%;
  margin: 0 auto 80px;
  padding: 40px 0;
}

/* 上下のドットライン */
#flowArea::before,
#flowArea::after {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 12px;
  background-image: url("../img/sec/line_slash.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

#flowArea::before {
  top: 0;
}

#flowArea::after {
  bottom: 0;
}

.flowInner {
  width: 100%;
}

/* 左側イントロ */
.flowIntro {
  margin-bottom: 50px;
}

.flowIntro h2 {
  margin: 0 0 25px;
}

.flowIntro h2 br{
  display: none;
}

.flowIntro h2 span {
  color: #b60000;
}

.flowIntro > p {
  margin: 0;
  font-size: 1.6rem;
  line-height: 1.8;
  letter-spacing: 0.05em;
}

/* イラスト */
.flowIllust {
  width: 50%;
  max-width: 260px;
  margin: 35px auto 0;
}

/* 6工程 */
.flowList {
  display: block;
}

.flowItem {
  padding: 25px 0;
  border-bottom: 1px solid #d9b899;
}

.flowItem:first-child {
  border-top: 1px solid #d9b899;
}

.flowItemHead {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-bottom: 12px;
}

/* 番号 */
.flowNum {
  width: 30px;
  height: 30px;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #aa7a0e;
  color: #fff;
  font-size: 1.6rem;
  line-height: 1;
}

/* 工程タイトル */
.flowItem h3 {
  margin: 0;
}

/* 工程説明 */
.flowItem > p {
  margin: 0;
  font-size: 1.4rem;
  line-height: 1.9;
  letter-spacing: 0.04em;
}


/* ====================================================
   工場案内
==================================================== */

/* -----------------------
   イントロ部分
----------------------- */
#factoryIntro {
  width: 90%;
  margin: 0 auto 40px;
}

/* メイン写真  */
.factoryMainPhoto {
  width: 100%;
  margin-bottom: 30px;
}

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

/* 工程イラスト */
.factoryProcessIllust {
  width: 80%;
  margin: 0 auto 80px;
}

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

/* 導入 */
.factoryIntroContents {
  width: 100%;
}

.factoryIntroHead {
  margin-bottom: 50px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.factoryIntroTtl {
  margin: 0;
  font-size: 2.2rem;
  line-height: 1.6;
  letter-spacing: 0.08em;
}

.factoryIntroTtl span {
  color: #b60000;
}

/* タイトル横イラスト */
.factoryIntroIllust {
  width: 20%;
  margin: 0 0 0 auto;
}

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

/* 文章・写真 */
.factoryIntroBody {
  display: flex;
  flex-direction: column;
}

/* 作業写真 */
.factoryIntroPhoto {
  width: 100%;
  margin-bottom: 30px;
  order: 2;
}

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

/* 本文 */
.factoryIntroText {
  order: 1;
  width: 100%;
  margin-bottom: 40px;
}

.factoryIntroText p {
  margin: 0 0 20px;
  font-size: 1.4rem;
  line-height: 1.9;
  letter-spacing: 0.05em;
}

.factoryIntroText p:last-child {
  margin-bottom: 0;
}

/* -----------------------
   写真ギャラリー
----------------------- */
#factoryGallery {
  width: 90%;
  margin: 0 auto 80px;
}

.factoryGalleryInner {
  width: 100%;
}

.factoryGalleryGrid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
}

.factoryGalleryItem {
  width: 100%;
}

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

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

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

/* ====================================================
   製品紹介
==================================================== */

/* -----------------------
   イントロ
----------------------- */
#productsIntroArea{
  width: 90%;
  margin: 60px auto 0;
}

.productsIntroTtl{
  margin-bottom: 30px;
}

.productsIntroTtl h2{
  line-height: 1.5;
  letter-spacing: 0.05em;
}

.productsIntroDecorations {
  width: 70%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 50px auto 0;
}

.productsIntroDecoration {
  width: 40%;
}

/* ====================================================
   製品紹介-詳細
==================================================== */
#productsDetailArea {
  width: 90%;
  margin: 0 auto 60px;
}

#productsDetailArea h2 {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 20px;
}

.products--home h2::before {
  content: "";
  display: block;
  width: 55px;
  height: 55px;
  flex-shrink: 0;
  background: url("../img/sec/products/home/icon_page.svg") no-repeat center / contain;
}

.products--business h2::before {
  content: "";
  display: block;
  width: 55px;
  height: 55px;
  flex-shrink: 0;
  background: url("../img/sec/products/business/icon_page.svg") no-repeat center / contain;
}

.products--home h2 {
  color: #ac0000;
}

.products--business h2 {
  color: #000;
}

#productsDetailArea p {
  font-size: 1.4rem;
  line-height: 1.9;
  letter-spacing: 0.05em;
}


/* -----------------------
   商品詳細リスト
----------------------- */

#productsDetailList {
  width: 90%;
  margin: 0 auto 80px;
}

.productsDetailInner {
  margin-bottom: 40px;
}

.productsDetailInner::after {
  content: "";
  display: block;
  width: 100%;
  height: 12px;
  margin-top: 40px;

  background-image: url("../img/sec/line_slash.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% 100%;
}


/* -----------------------
   商品情報
----------------------- */

.productsDetailInfo {
  margin-bottom: 30px;
}

.productsDetailInfo h3 {
  margin-bottom: 20px;
}

.productsDetailInfo p {
  margin-bottom: 20px;
  font-size: 1.5rem;
  line-height: 1.7;
}

.productsDetailInfo dl {
  margin: 0;
  padding: 15px 0;
  border-top: 2px dotted #222;
  border-bottom: 2px dotted #222;
}

.productInfoRow {
  display: grid;
  grid-template-columns: 90px 1fr;
  gap: 15px;
}

.productInfoRow br{
  display: none;
}

.productInfoRow + .productInfoRow {
  margin-top: 10px;
}

.productsDetailInfo dt,
.productsDetailInfo dd {
  margin: 0;
  font-size: 1.4rem;
  line-height: 1.6;
}

.productsDetailInfo dt {
  white-space: nowrap;
}


/* -----------------------
   商品写真
----------------------- */

.productsDetailPhoto {
  width: 100%;
}


/* -----------------------
   業務用商品
----------------------- */

.businessWrap {
  display: flex;
  flex-direction: column;
}

.businessWrap .productsDetailPhoto {
  order: 1;
  width: 40%;
  margin: 0 auto 30px;
  text-align: center;
}

.businessWrap .productsDetailInfo {
  order: 2;
  margin-bottom: 0;
}

.businessWrap::after {
  order: 3;
}


/* -----------------------
   製品紹介トップへ
----------------------- */

.productsBack {
  width: 90%;
  margin: 70px auto 0;
  text-align: center;
}



/* ====================================================
   お知らせ-一覧
==================================================== */

#newsListArea{
  width:90%;
  max-width: 1000px;
  margin: 0 auto;
  border-top: 1px solid #ddbba4;
}

.newsListInner{
  border-bottom: 1px solid #ddbba4;
  padding:25px 0;
}

.newsListInner time{
  color: #aa7a0e;
  font-size: 1.4rem;
  margin-bottom: 5px;
}

.newsListInner h2{
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.7;
}

.newsListInner h2 a{
  text-decoration: underline;
}

.wp-pagenavi {
  margin-top: 80px;
  text-align: center;
  font-size: 1.5rem;
}

.wp-pagenavi a, .wp-pagenavi span {
  padding: 3px 10px;
  margin: 2px;
}

.wp-pagenavi span.current {
  font-weight: 700;
}

/* ====================================================
   お知らせ-詳細
==================================================== */

#entryArea{
  width:90%;
  max-width: 1000px;
  margin: 0 auto;
  border-bottom: 1px solid #ddbba4;
  padding-bottom: 80px;
}

.entryTtlWrap{
  margin-bottom: 40px;
}

.entryTtlWrap time{
  color: #aa7a0e;
  font-size: 1.4rem;
  margin-bottom: 5px;
}

.entryTtlWrap h2{
  font-size: 1.8rem;
  line-height: 1.7;
}

/* 記事本文 */
#entryArea .entryInner h1{
  font-size: 2.4rem;
  line-height: 1.7;
  margin-bottom: 30px;
}
#entryArea .entryInner h2{
  font-size: 2.2rem;
  line-height: 1.7;
  margin-bottom: 30px;
}
#entryArea .entryInner h3{
  font-size: 2.0rem;
  line-height: 1.7;
  margin-bottom: 30px;
}
#entryArea .entryInner h4{
  font-size: 1.8rem;
  line-height: 1.7;
  margin-bottom: 30px;
}
#entryArea .entryInner h5{
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.7;
  margin-bottom: 30px;
}
#entryArea .entryInner h6{
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.7;
  margin-bottom: 30px;
  color: #aa7a0e;
}

#entryArea .entryInner p{
  font-size: 1.4rem;
  line-height: 1.6;
  letter-spacing: 0.08em;
  margin-bottom: 30px;
}

#entryArea .entryInner figure {
  margin: 0 0 40px 0 !important;
}

#entryArea .entryInner a {
  text-decoration: underline;
  color: #b90000;
}


/* 一覧に戻る  */
.newsBack {
  width: 90%;
  max-width: 1000px;
  margin: 80px auto 0;
  text-align: center;
}


/* ページナビ */
.post-navigation {
  font-weight: 700;
  width: 90%;
  margin: 80px auto 0;
}

.post-navigation h2 {
  display: none;
}

.navLinks {
  max-width: 1000px;
  margin: 30px auto 0;
  font-weight: bold;
  font-size: 1.2rem;
  display: flex;
  justify-content: space-between;
}

.nav-previous, .nav-next {
  max-width: 35%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.nav-previous {
  text-align: left;
  margin: 0 auto 0 0;
}

.nav-next {
  text-align: right;
  margin: 0 0 0 auto;
}

/* ====================================================
   お問い合わせ
==================================================== */
#contactArea{
  width: 90%;
  max-width: 800px;
  margin: 0 auto;
}

/* フォーム  */
.wp-block-snow-monkey-forms-item{
  margin-bottom: 60px;
  font-size: 1.6rem;
}

.smf-placeholder{
  margin-bottom: 60px;
}

.smf-error-messages{
  font-size: 1.6rem;
}

.smf-checkbox-control__label{
  font-size: 1.6rem;
}

.smf-item__label{
  margin-bottom: 10px;
}

.smf-text-control__control,
.smf-textarea-control__control,
.smf-select-control__control,
.smf-checkbox-control__control {
  width: 100%;
  border: 1px solid #ddbba4 !important;
  padding: 10px !important;
  box-sizing: border-box !important;
  font-size: 1.6rem;
}

.smf-textarea-control__control{
  height: 200px;
}

.smf-action .smf-button-control__control[data-action="confirm"],
.smf-action .smf-button-control__control[data-action="complete"] {
  border: none;
  width: 100%;
  background: #ac0000;
  font-size: 1.6rem;
  font-weight: 500;
  text-align: center;
  color: #fff;
  padding: 20px 0;
  box-sizing: border-box;
  margin: 0 !important;
}

.smf-action .smf-button-control__control[data-action="back"] {
  border: none;
  width: 100%;
  background: #000;
  font-size: 1.6rem;
  font-weight: 500;
  text-align: center;
  color: #fff;
  padding: 20px 0;
  margin: 0 0 20px 0 !important;
  box-sizing: border-box;
}


/* プライバシーポリシー */
.privacy-box{
  width: 100%;
  height: 220px;
  padding: 20px;
  box-sizing: border-box;
  overflow-y: auto;
  background: #fff;
  border: 1px solid #d8c4b1;
  font-size: 1.2rem;
  line-height: 1.8;
  letter-spacing: .03em;
  margin-bottom: 40px;
}

.privacy-box p{
  margin: 0 0 18px;
}

.privacy-box h3{
  margin: 0 0 30px;
  font-size: 1.8rem;
  font-weight: 700;
}

.privacy-box h4{
  margin: 24px 0 8px;
  font-size: 1.3rem;
  line-height: 1.6;
  font-weight: 700;
}

.privacy-box h4:first-of-type{
  margin-top: 20px;
}

.privacy-box ul{
  margin: 0 0 18px;
  padding: 0;
  list-style: none;
}

.privacy-box li{
  margin: 0;
}

.privacy-box li::before{
  content: "・";
}

.privacy-box::-webkit-scrollbar{
  width: 6px;
}

.privacy-box::-webkit-scrollbar-track{
  background: #f5f1ec;
}

.privacy-box::-webkit-scrollbar-thumb{
  background: #b8aea4;
  border-radius: 3px;
}

/* 確認・完了画面ではプライバシーポリシーを非表示 */
.snow-monkey-form[data-screen="confirm"] .privacy-input-only,
.snow-monkey-form[data-screen="complete"] .privacy-input-only,
.snow-monkey-form[data-screen="confirm"] .smf-placeholder[data-name="privacy"],
.snow-monkey-form[data-screen="complete"] .smf-placeholder[data-name="privacy"]{
  display: none;
}

/* サンクス画面 */
.smf-complete-content{
  text-align: center;
}

.smf-complete-content p{
  font-size: 1.8rem;
  line-height: 1.7;
  letter-spacing: 0.08em;
}



/* ====================================================
   JFS-B
==================================================== */
.jfsmInner{
  width: 90%;
  margin: 0 auto;
}


/* -----------------------
   page title
----------------------- */

.jfsmPageTtl .pageTtlInner{
  display: block;
}

.jfsmTtl{
  margin: 0 0 25px;
  font-size: 2.4rem;
  line-height: 1.5;
  letter-spacing: .04em;
  text-align: center;
}

.jfsmTtl span{
  color: #b90000;
}

.jfsmInner h2{
  margin: 0 0 30px;
  font-size: 2.0rem;
  line-height: 1.6;
  text-align: center;
}

/* -----------------------
   intro
----------------------- */

#jfsmIntro{
  margin-bottom: 80px;
}

.jfsmIntroBox{
  width: 100%;
}

.jfsmIntroBox{
  padding: 30px 25px;
  box-sizing: border-box;
  background: #fff;
}

.jfsmIntroLogo{
  width: 100px;
  margin: 0 auto 30px;
}

.jfsmIntroText p{
  margin: 0 0 18px;
  font-size: 1.3rem;
  line-height: 2;
  letter-spacing: .03em;
}

.jfsmIntroText p:last-child{
  margin-bottom: 0;
}

/* -----------------------
   overview
----------------------- */

#jfsmOverview{
  margin-bottom: 80px;
}

.jfsmSectionTtl{
  margin: 0 0 25px;
  font-size: 2.0rem;
  line-height: 1.5;
  font-weight: 700;
}

.jfsmSectionTtl span{
  color: #b90000;
}

/* -----------------------
   certificate
----------------------- */
#jfsmCertificate{
  margin-bottom: 60px;
  text-align: center;
}

.certificateHeading{
  margin-bottom: 40px;
  text-align: center;
}

.certificateHeading h2{
  font-size: 2.0rem;
  line-height: 1.6;
  margin-bottom: 20px;
}

.certificateHeading p{
  font-size: 1.4rem;
}

.certificateImage{
  max-width: 580px;
  margin: 0 auto 40px;
}


/* ==============================================================================
   Tablet（768px〜）
============================================================================== */
@media screen and (min-width:768px){

#logo{
  width:245px;
}


/* -----------------------
   page title
----------------------- */

#pageTtl{
  margin: 110px auto 80px;
}

.pageTtlInner {
  gap: 80px;
}

.pageTtlHeading {
  gap: 35px;
}

.pageIllust{
  width: 120px;
}

.pageTtlHeading h1 img{
  height: 40px;
}

.pageTtlInner::after {
  height: 13px;
}

main h2{
  font-size: 3.0rem;
}

main h3 {
  font-size: 2.6rem;
}

/* -----------------------
   intro
----------------------- */

.greetingInner,
.productsIntroInner{
  display: flex;
  justify-content: flex-end;
  gap: 60px;
  flex-direction: row-reverse;
  margin: 0 auto 100px;
  width: fit-content;
}

/* タイトル */
.greetingTtl h2,
.productsIntroTtl h2 {
  font-size: clamp(2.2rem, 2vw, 3.0rem);
  writing-mode: vertical-rl;
}


/* 本文 */
.greetingText,
.productsIntroText {
  height: 300px;
  writing-mode: vertical-rl;
  text-orientation: upright;
  font-size: clamp(1.3rem, 1.1vw, 1.6rem);
}

.greetingText p,
.productsIntroText p {
  margin: 0 0 0 20px;
}

.greetingText p:last-child,
.productsIntroText p:last-child {
  margin: 0;
}


/* -----------------------
   pageCta
----------------------- */
.pageCta {
  width: 90%;
  max-width: 1000px;
  margin: 0 auto 100px;
}

.pageCtaLink {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 60px;
  padding: 55px 60px;
}

.pageCtaText {
  margin-bottom: 0;
}

.pageCtaText h2 {
  margin: 0 0 20px;
  font-size: clamp(2.4rem, 2vw, 3.2rem);
  line-height: 1.5;
}

.pageCtaText p {
  font-size: clamp(1.2rem, 1vw, 1.4rem);
  line-height: 1.9;
}

.pageCtaText p br {
  display: block;
}

.pageCtaBtn {
  width: 280px;
  min-height: 80px;
  flex-shrink: 0;
  font-size: 1.4rem;
}

/* products */
.pageCta--product{
  margin: 0 auto 40px;
}

.pageCta--product:last-child{
  margin: 0 auto 0;
}


.pageCta--product .pageCtaLink {
  display: grid;
  grid-template-columns: 15% minmax(0, 1fr) 200px;
  gap: 45px;
}

.pageCta--product .pageCtaIcon {
  width: 100%;
  margin: 0;
}

.pageCta--product .pageCtaIcon img {
  display: block;
  width: 100%;
  height: auto;
}

.pageCta--product .pageCtaText {
  min-width: 0;
  margin-bottom: 0;
}

.pageCta--product .pageCtaBtn{
  width: 200px;
}

/* -----------------------
   link button
----------------------- */
.secLinkBtn{
  max-width: 300px;
  min-height: 75px;
  font-size: 1.8rem;
}

/* table */
.infoTable tr{
  border: none;
}

.infoTable th,
.infoTable td {
  display: table-cell;
  padding: 28px 0;
  border-bottom: 1px solid #d9b899;
  vertical-align: top;
}

.infoTable th {
  width: 160px;
  min-width: 160px;
  padding-right: 40px;
  white-space: nowrap;
  line-height: 1.8;
}



/* ====================================================
   企業情報
==================================================== */

/* -----------------------
   ご挨拶
----------------------- */

#greetingArea {
  margin: 0 auto 150px;
}

/* タイトル */
.greetingTtl {
  flex-direction: column;
}

.greetingIllust {
  width: 165px;
}

.photoWrap{
  width: 60%;
  margin: 0 auto;
}

.photoWrap .photoInner{
  width: 45%;
}

/* ====================================================
   OEM
==================================================== */
 #oemIntro {
  width: 90%;
  margin: 0 auto 130px;
  max-width: 1200px;
}

.oemIntroMain {
  display: flex;
  align-items: stretch;
  gap: 8%;
  margin-bottom: 100px;
}

.oemIntroPhoto {
  width: 78%;
  margin-bottom: 0;
}

.oemIntroPhoto img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.oemIntroTxt {
  width: 14%;
  display: flex;
  flex-direction: column;
}

.oemIntroTxt h2 {
  width: fit-content;
  height: fit-content;
  writing-mode: vertical-rl;
  font-size: clamp(2.2rem, 1.1vw, 3.0rem);
  margin: 0 0 45px;
  padding: 20px 14px;
  border: 1px solid #222;
  line-height: 1.6;
  letter-spacing: 0.08em;
  align-self: flex-end;
}

.oemIntroTxt p {
  writing-mode: vertical-rl;
  text-orientation: upright;
  font-size: clamp(1.3rem, 1.1vw, 1.6rem);
  line-height: 1.6;
  letter-spacing: 0.08em;
  margin: 0;
  height: 230px;
}

.oemProductList {
  width: 78%;
  max-width: 1000px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  gap: 5%;
}

.oemProductItem {
  width: 30%;
  margin-bottom: 0;
}

.oemProductItem h3 {
  margin-bottom: 20px;
  font-size: clamp(1.8rem, 1.6vw, 2.6rem);
  line-height: 1.4;
  letter-spacing: 0.08em;
  text-align: center;
}

.oemProductPhoto {
  aspect-ratio: 1.42 / 1;
  margin-bottom: 20px;
  overflow: hidden;
}

.oemProductPhoto img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.oemProductItem p {
  font-size: clamp(1.3rem, 1vw, 1.6rem);
  line-height: 1.8;
  letter-spacing: 0.08em;
}

/* ------------------------------
   製造・加工について
------------------------------ */

#processArea {
  width: 90%;
  max-width: 1000px;
  margin: 0 auto 120px;
}

.processHead {
  display: grid;
  grid-template-columns: 300px minmax(0, 1fr);
  gap: 60px;
  align-items: start;
  margin-bottom: 70px;
}

.processHead h2 {
  margin: 0;
  font-size: clamp(2.2rem, 2vw, 3rem);
  line-height: 1.4;
  letter-spacing: 0.08em;
}

.processHead p {
  margin: 0;
  font-size: clamp(1.3rem, 1vw, 1.5rem);
  line-height: 1.8;
  letter-spacing: 0.08em;
}

.processList {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 8%;
}

.processItem {
  width: auto;
  margin-bottom: 0;
  text-align: center;
}

.processIllust {
  margin-bottom: 25px;
}

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

.processItem p {
  font-size: clamp(1.4rem, 1.3vw, 1.8rem);
  line-height: 1.6;
  letter-spacing: 0.08em;
}


/* ------------------------------
   品質・衛生管理
------------------------------ */

#qualityArea {
  width: 90%;
  max-width: 1000px;
  margin: 0 auto 120px;
  padding: 85px 70px 90px;
}

#qualityArea::before,
#qualityArea::after {
  left: 70px;
  width: calc(100% - 140px);
  height: 12px;
}

#qualityArea::before {
  top: 30px;
}

#qualityArea::after {
  bottom: 30px;
}

.qualityInner {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 180px;
  gap: 80px;
  align-items: start;
}

.qualityMain h2 {
  margin: 0 0 40px;
  font-size: clamp(2.2rem, 2vw, 3rem);
  line-height: 1.4;
  letter-spacing: 0.08em;
}

.qualityMain > p {
  margin: 0;
  font-size: clamp(1.3rem, 1vw, 1.5rem);
  line-height: 1.9;
  letter-spacing: 0.05em;
}

.qualityJfsm {
  margin-top: 55px;
}

.qualityJfsm h3 {
  margin: 0 0 25px;
  font-size: clamp(1.8rem, 1.5vw, 2.3rem);
  line-height: 1.4;
  letter-spacing: 0.08em;
}

.qualityJfsm p {
  margin: 0;
  font-size: clamp(1.3rem, 1vw, 1.5rem);
  line-height: 1.9;
  letter-spacing: 0.05em;
}

.qualitySide {
  margin-top: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  gap: 40px;
}

.qualityCatch {
  writing-mode: vertical-rl;
  margin: 0;
  font-size: clamp(2rem, 1.7vw, 2.4rem);
  line-height: 1.7;
  font-weight: 500;
  letter-spacing: 0.08em;
}

.qualityLogo {
  width: 110px;
}
/* -----------------------
   ご相談から製造まで
----------------------- */
#flowArea {
  width: 90%;
  max-width: 1000px;
  margin: 0 auto 120px;
  padding: 90px 0;
}

.flowInner {
  margin: 0 auto;
  display: grid;
  grid-template-columns: 280px minmax(0, 1fr);
  gap: 80px;
  align-items: start;
}

/* 左側イントロ */
.flowIntro {
  margin-bottom: 0;
}

.flowIntro h2 {
  margin: 0 0 35px;
  font-size: clamp(2.4rem, 2vw, 3rem);
  line-height: 1.5;
  letter-spacing: 0.08em;
}

.flowIntro h2 br {
  display: block;
}

.flowIntro > p {
  font-size: clamp(1.3rem, 1vw, 1.5rem);
  line-height: 1.9;
  letter-spacing: 0.05em;
}

.flowIllust {
  width: 75%;
  max-width: 220px;
  margin: 70px auto 0;
}

/* 6工程 */
.flowList {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  column-gap: 70px;
  row-gap: 75px;
}

.flowItem {
  padding: 0;
  border-bottom: none;
}

.flowItem:first-child {
  border-top: none;
}

.flowItemHead {
  gap: 15px;
  margin-bottom: 20px;
}

.flowNum {
  width: 34px;
  height: 34px;
  font-size: 1.8rem;
}

.flowItem h3 {
  font-size: clamp(1.8rem, 1.5vw, 2.2rem);
  line-height: 1.4;
  letter-spacing: 0.05em;
}

.flowItem > p {
  font-size: clamp(1.3rem, 1vw, 1.5rem);
  line-height: 1.9;
  letter-spacing: 0.04em;
}

/* ====================================================
   工場案内
==================================================== */
.factoryIntroTextTop{
  display: flex;
  justify-content: space-between;
}

.factoryIntroText--top{
  width: 60%;
}

.factoryIntroPhoto{
  width: 30%;
}


/* ------------------------------
   Factory Gallery
------------------------------ */
#factoryGallery {
  width: 90%;
  margin: 0 auto 120px;
}

.factoryGalleryInner {
  width: 100%;
}

.factoryGalleryGrid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 35px 45px;
}

.factoryGalleryItem {
  width: 100%;
}

.factoryGalleryWide {
  width: 100%;
  margin-top: 90px;
}


/* ====================================================
   製品紹介 トップ
==================================================== */
#productsIntroArea{
  margin-top: 120px;
}

.productsIntroInner {
  position: relative;
}

.productsIntroDecorations {
  margin: 0;
}

.productsIntroDecoration {
  position: absolute;
  width: 15%;
}

.productsIntroDecoration--left {
  left: -15%;
  top: 120px;
}

.productsIntroDecoration--right {
  right: -15%;
  top: 120px;
}

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

/* ====================================================
   製品紹介-詳細
==================================================== */
 #productsDetailArea {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;

  width: 90%;
  max-width: 1100px;
  margin: 0 auto 100px;
}

#productsDetailArea h2 {
  margin-bottom: 0;
}

#productsDetailArea h2::before {
  width: 65px;
  height: 65px;
}

#productsDetailArea p {
  width: 60%;
}


/* -----------------------
   商品詳細リスト
----------------------- */

#productsDetailList {
  width: 90%;
  max-width: 1100px;
  margin: 0 auto 80px;
}

.productsDetailInner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;

  margin-bottom: 60px;
}

.productsDetailInner::after {
  margin-top: 60px;
  background-size: cover;
}


/* -----------------------
   通常商品
----------------------- */

.productsDetailInfo {
  width: 40%;
  margin-bottom: 0;
}

.productsDetailInfo h3 {
  font-size: clamp(2rem, 2vw, 2.6rem);
  line-height: 1.4;
  letter-spacing: 0.05em;
}

.productsDetailInfo dl {
  margin: 0;
}

.productsDetailPhoto {
  width: 53%;
}


/* -----------------------
   業務用商品 2列
----------------------- */

.businessDetailList {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  flex-wrap: wrap;
}

.businessWrap {
  width: 45%;

  display: flex;
  flex-direction: column;
  align-items: stretch;
}

.businessWrap .productsDetailPhoto {
  order: 1;

  width: auto;
  margin: 0 auto 30px;
  text-align: center;
}

.businessWrap .productsDetailPhoto img {
  display: block;
  width: auto;
  height: 280px;
  margin: 0 auto;
}

.businessWrap .productsDetailInfo {
  order: 2;

  width: 100%;
  margin-bottom: 0;

  display: flex;
  flex-direction: column;
  flex: 1;
}

.businessWrap .productsDetailInfo dl {
  margin-top: auto;
}

.businessWrap::after {
  order: 3;
}


/* -----------------------
   製品紹介トップへ
----------------------- */

.productsBack {
  margin-top: 120px;
}


/* ====================================================
   お知らせ-一覧
==================================================== */

.newsListInner {
  display: grid;
  grid-template-columns: 120px 1fr;
  gap: 15px;
  padding: 35px 0;
}


.newsListInner time{
  font-size: 1.6rem;
  margin-bottom: 0;
}

.newsListInner h2{
  font-size: 1.6rem;
}

.wp-pagenavi {
  margin-top: 150px;
  font-size: 2.0rem;
}

/* ====================================================
   お知らせ-詳細
==================================================== */

.entryTtlWrap time{
  color: #aa7a0e;
  font-size: 1.6rem;
}

.entryTtlWrap h2{
  font-size: 2.0rem;
}


#entryArea .entryInner p{
  font-size: 1.6rem;
  line-height: 1.7;
}

/* ====================================================
   お問合せ
==================================================== */
/* プライバシーポリシー */
.privacy-box{
  height: 250px;
  padding: 25px 30px;
  font-size: 1.3rem;
  line-height: 1.9;
}

.privacy-box h4{
  margin-top: 30px;
  font-size: 1.4rem;
}


/* ====================================================
   JFS-B
==================================================== */

/* page title */
.jfsmPageTtl{
  padding-bottom: 70px;
  max-width: 1200px;
}

.jfsmTtl{
  margin-bottom: 30px;
  font-size: 3.0rem;
}

.jfsmTtlLine{
  width: 100%;
  max-width: 1200px;
}

.jfsmInner h2{
  margin-bottom: 35px;
  font-size: 2.6rem;
}

/* intro */
#jfsmIntro{
  margin-bottom: 90px;
}

.jfsmIntroBox{
  display: flex;
  align-items: center;
  gap: 45px;
  padding: 40px;
}

.jfsmIntroLogo{
  width: 180px;
  margin: 0;
  flex-shrink: 0;
}

.jfsmIntroText{
  flex: 1;
}

.jfsmIntroText p{
  font-size: 1.4rem;
}


/* certificateArea */

}

/* ==============================================================================
   PC（1200px〜）
============================================================================== */
@media screen and (min-width:1200px){

/* -----------------------
   page title
----------------------- */

#pageTtl{
  width: 1200px;
}

/* intro */
.greetingText p,
.productsIntroText p {
  margin: 0 0 0 35px;
}

/* ====================================================
   企業情報
==================================================== */

/* -----------------------
   ご挨拶
----------------------- */

#greetingArea {
  width: fit-content;
}

.greetingInner{
  margin: 0 0 100px;
}

/* タイトル */
.greetingTtl {
  flex-shrink: 0;
}

/* 写真 */
.photoWrap{
  width: 800px;
}

.photoWrap .photoInner{
  width: 380px;
}

/* -----------------------
   会社概要
----------------------- */
#companyArea{
  width: 1000px;
}

/* ====================================================
   OEM
==================================================== */
.oemIntroTxt p {
  height: 290px;
}


/* ====================================================
   工場案内
==================================================== */

/* -----------------------
   メイン写真
----------------------- */
.factoryMainPhoto {
  max-width: 1200px;
  margin: 0 auto 90px;
}

/* -----------------------
   賑やかしイラスト
----------------------- */
.factoryProcessIllust {
  width: 800px;
  margin: 0 auto 100px;
}

/* -----------------------
   導入コンテンツ全体
----------------------- */
.factoryIntroContents {
  width: 90%;
  max-width: 1000px;
  margin: 0 auto 120px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-direction: row-reverse;
}

/* -----------------------
   左：写真＋本文
----------------------- */
.factoryIntroBody {
  width: 75%;
}

.factoryIntroTextTop{
  display: flex;
  justify-content: space-between;
  flex-direction: row-reverse;
  margin-bottom: 50px;
}

/* ------------------------------
   写真
------------------------------ */
.factoryIntroPhoto {
  width: 53%;
}

/* ------------------------------
   縦書き本文 共通
------------------------------ */
.factoryIntroText {
  width: auto;
  margin: 0;
  writing-mode: vertical-rl;
  text-orientation: upright;
  line-height: 1.9;
  letter-spacing: 0.05em;
  height: 290px;
}

.factoryIntroText p {
  margin: 0 0 0 25px;
  font-size: 1.5rem;
  line-height: 1.9;
  letter-spacing: 0.05em;
}

.factoryIntroText p:last-child {
  margin-left: 0;
}

/* ------------------------------
   右：見出し＋イラスト
------------------------------ */
.factoryIntroHead {
  width: 18%;
  flex-shrink: 0;
  margin: 0;

  display: flex;
  flex-direction: column;
  align-items: center;
}

.factoryIntroTtl {
  writing-mode: vertical-rl;
  text-orientation: mixed;

  width: auto;
  margin: 0 auto;

  font-size: clamp(2.6rem, 2.2vw, 3.4rem);
  line-height: 1.6;
  letter-spacing: 0.08em;
}

.factoryIntroTtl span {
  color: #b60000;
}

.factoryIntroTtl br {
  display: block;
}

.factoryIntroIllust {
  width: 100%;
  margin: 70px auto 0;
}

#factoryGallery {
  width: 1000px;
}


/* ====================================================
   製品紹介 トップ
==================================================== */
.productsIntroDecoration {
  width: 160px;
}

.productsIntroDecoration--left {
  left: -220px;
  top: auto;
  bottom: 0;
}

.productsIntroDecoration--right {
  right: -220px;
  top: auto;
  bottom: 0;
}

.productInfoRow br{
  display: block;
}


/* ====================================================
   JFS-B
==================================================== */
.jfsmInner{
  max-width: 1000px;
}

.jfsmTtlLine{
  max-width: 1200px;
}

#jfsmIntro{
  margin-bottom: 100px;
}

.jfsmIntroBox{
  gap: 55px;
  padding: 50px;
}

.jfsmIntroLogo{
  width: 210px;
}

.jfsmIntroText p{
  font-size: 1.6rem;
}

#jfsmOverview{
  margin-bottom: 100px;
}


}


















