@charset "utf-8";
/* CSS Document */

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
textarea,
p,
blockquote,
th,
td {
    margin: 0;
    padding: 0;
}

html{
	scroll-behavior: smooth;
}

body,a,p,h1{font-family:'Helvetica','Lucida Grande','Hiragino Kaku Gothic ProN','Meiryo','Arial',sans-serif}

p{
	color: #595757;
}

a {
  text-decoration: none; /* 全ての a タグのアンダーラインを消す */
}

.wrapper{
	width: 100%;
	overflow-x: hidden !important;
	
}

.container{
	width:1000px;
	margin: 0 auto;
	position: relative;
}

.container--top{
	margin-top:100px;
}

.container--bottom{
	margin-bottom: 100px;
}


.midashi2-ao{
	font-size: 30px;
	color: #2ea7e0;
}

.midashi2-wt{
	font-size: 30px;
	color: #fff;
}

.snt{
	margin: 40px 0px;
}

.snt-wt{
	color: #fff;
}


/* ヘッダー */

#header{
  position: -webkit-sticky;
  position: sticky;
  top: 0;
	z-index:10000;
}

.c-header {
  align-items: center;
  background-image: linear-gradient(53deg, #36a151, #7cc041 46%, #36a151); 
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
  padding: 1rem 2rem; 
  width: 100%;
}

.c-header__logo {
  color: #000; 
  min-width: 30px; 
  text-decoration: none;
}

.c-header__list {
  box-sizing: border-box;
  display: flex;
  margin: 0;
  padding: 0;
}

.c-header__list-item {
  list-style: none;
  text-decoration: none;
}

.c-header__list-link {
  color: #FFFFFF; 
  display: block;
  margin-right: 50px; 
  text-decoration: none;
  padding: 10px 0px; 
}

.c-header__list-link:hover {
  color: #FFF453;
}

.c-hamburger-menu {
  position: relative;
}

.campany-logo{
	max-height: 35px;
	min-height: 30px;
	height:6vw;
}

@media screen and (max-width: 750px) {
  .c-hamburger-menu__list {
    background-color: #107C00; 
    align-items: flex-start;
    display: flex;
    flex-direction: column;
    left: 0;
    padding: 2rem; 
    position: absolute;
    transform: translateX(-100%);
    transition: 0.3s; 
    top: 100%;
    width: 100%;
  }

  #hamburger:checked ~ .c-hamburger-menu__list {
    transform: translateX(0%);
    transition: 0.3s;
  }
}

.c-hamburger-menu__input {
  display: none;
}

.c-hamburger-menu__bg {
  background-color: #000; 
  cursor: pointer;
  display: none;
  height: 100vh;
  left: 0;
  opacity: 0.4; 
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}

#hamburger:checked ~ .c-hamburger-menu__bg {
  display: block;
}

.c-hamburger-menu__button {
  display: none;
}

@media screen and (max-width: 750px) {
  .c-hamburger-menu__button {
    align-items: center;
    appearance: none;
    background-color: transparent;
    border: none;
    cursor: pointer;
    display: flex;
    flex-direction: column;
    gap: 5px; 
    height: 32px; 
    justify-content: center;
    width: 32px; 
  }
}

.c-hamburger-menu__button-mark {
  background-color: #FFFFFF; 
  display: block;
  height: 1px; 
  transition: 0.3s; 
  width: 20px; 
}

@media screen and (max-width: 750px) {
  #hamburger:checked
    ~ .c-hamburger-menu__button
    .c-hamburger-menu__button-mark:nth-of-type(1) {
    transform: translate(2px, 1px) rotate(45deg); 
    transform-origin: 0%;
  }
  #hamburger:checked
    ~ .c-hamburger-menu__button
    .c-hamburger-menu__button-mark:nth-of-type(2) {
    opacity: 0;
  }
  #hamburger:checked
    ~ .c-hamburger-menu__button
    .c-hamburger-menu__button-mark:nth-of-type(3) {
    transform: translate(2px, 3px) rotate(-45deg); 
    transform-origin: 0%; 
  }
}


/* ボタン */

.btn,
a.btn,
button.btn {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
  position: relative;
  display: inline-block;
  padding: 8px 20px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  color: #212529;
  border-radius: 0.5rem;
}

.btn--blue,
a.btn--blue {
  color: #36A151;
  background-color: #fff;

}

.btn--blue:hover,
a.btn--blue:hover {
  color: #36A151;
background-color: #FFF453;


}


a.btn--radius {
  border-radius: 100vh;
}

.fixed_btn { 
position: fixed;
bottom: 20px;
right: 20px;
padding: 6px 25px;
border-radius: 50%;
width: 160px;
height: 160px;
color: #FFFFFF;
text-align: center;
text-decoration: none;
display: flex;
justify-content: center;
 align-items: center;
background-color: #2fbdf0;
background-image: linear-gradient(43deg, #FF5E0A 0%, #FF9611 50%, #FF5E0A 100%);
 box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.35);
background-size: 200% 100%;
font-size: 18px;
transition: .3s;
z-index: 9999;
}

.fixed_btn:hover{
	 transform: scale(1.1);
	background-position: 100% 0;
}

/* 人気野菜ボタン */

.btn-grd,
a.btn-grd,
button.btn-grd {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
  position: relative;
  display: inline-block;
  padding: 8px 20px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  color: #212529;
  border-radius: 0.5rem;
}

.btn--blue-grd,
a.btn--blue-grd {
  color: #fff;
  background-image: linear-gradient(43deg, #3A8C3D 0%, #73B74A 50%, #3A8C3D 100%);
background-size: 200% 100%;
}

.btn--blue-grd:hover,
a.btn--blue-grd:hover {
  color: #FFF;
background-color: #FFF453;
background-position: 100% 0;
}


a.btn--radius-grd {
  border-radius: 100vh;
}



.btn-chuo{
	margin: 20px auto 10px;
	text-align: center;
}


/* トップイメージ */

.big-bg{
	background-image: url("images/rentai-bg.jpg");
	object-fit: cover;
	background-size: cover;
	background-position: center center;
	background-repeat:no-repeat;
	max-height:650px;
	height:100vh;
}

h1{
	  margin: 0 auto;
	 width: 750px;
	display: block;
	text-align: center; 
}


.topgazou{
  max-width: 550px;
  width: 100vw;
	padding-top: 50px;
}


.mds{
	text-align: center;
	font-size: 34px;
	font-weight: bold;
	color:#009245;
}

.mds--dotline{
	border-bottom: dotted #FFDD7E 4px;
	padding:0 15px 10px;
}

.full-width-header {
    width: 100%;     
    background: linear-gradient(53deg, #7cc041, #36a151 46%, #7cc041);
    padding: 15px 0;      
    text-align: center; 
    margin-top: 60px; 
	margin-bottom: 40px;
}

.full-width-header2 {
    width: 100%;     
    background: linear-gradient(53deg, #7cc041, #36a151 46%, #7cc041);
    padding: 15px 0;      
    text-align: center; 
    margin-top: 60px; 
}

/* --- 文字のスタイル --- */
.full-width-header h2 {
    color: #fff;    
    font-size: 32px; 
    font-weight: bold; 
    margin: 0;       
    letter-spacing: 0.05em;
}

.full-width-header2 h2 {
    color: #fff;    
    font-size: 32px; 
    font-weight: bold; 
    margin: 0;       
    letter-spacing: 0.05em;
}


/* 総合商社 */
.responsive-banner img{
	width: 100%;
	height: auto;
	display: block;
}


/* --- セクション全体（背景設定） --- */
.achievement-section {
	margin-top: 60px;
    padding: 40px 0;
    background-image: url('images/ach_bg-pc.jpg'); 
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

/* --- タイトル --- */
.section-title {
    background-color: #009245; 
    color: #fff;
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    padding: 8px 40px;
    border-radius: 50px;
    display: table;  
    margin: 0 auto 40px;
}

.cards-wrapper {
    display: flex;
    justify-content: space-between;
    gap: 20px;
}

.card {
    background-color: #fff;
    border-radius: 10px;
    width: 32%;
	display: flex;
    flex-direction: column;
	justify-content: center;
    padding: 70px 10px 40px;
    text-align: center;
    position: relative;
    box-sizing: border-box;
    box-shadow: 0 4px 10px rgba(0,0,0,0.1);
}

/* --- 上に乗ってる半円バッジ --- */
.badge {
    background-color: #7DB74A;
    width: 140px;
    height: 70px; 
    border-radius: 0 0 100px 100px; 
    position: absolute;
    top: 0; 
    left: 50%;
    transform: translateX(-50%); 
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-weight: bold;
    font-size: 16px;
    padding-bottom: 5px; 
    box-sizing: border-box;
}

/* --- テキスト装飾 --- */
.card-desc {
    font-weight: bold;
    color: #333;
    margin: 10px 0 3px 0;
	font-size: 24px;
}

.card-main-text {
    font-weight: 1000;
    font-size: 30px;
    line-height: 1.4;
    margin-bottom: 5px;
}

.text-orange {
    color: #E65500; /* オレンジ色 */
}

.text-large {
    font-size: 50px;
    color: #E65500;
}

.unit {
    font-size: 20px;
    color: #E65500;
}

.card-note {
    font-size: 14px;
    color: #666;
}


/* 様々なお客様 */

.target-head{
	text-align: center;
	padding-bottom: 2px;
	border-bottom: solid 2px #7DB74A;
	width: 18em;
	margin: 0 auto 20px;
}

.target-img{
	width: 900px;
	margin: 0 auto;
	display: block;
}

.target-img_sp{
	width: 98%;
	margin: 0 auto;
	display: none;
}

/* ページ内リンク */
.btn-area {
    display: flex;
    justify-content: center; 
    gap: 40px; 
    padding: 80px 0 40px; 
}

/* --- ボタン本体 --- */
.cta-btn {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 45%; 
    padding: 20px 0 15px; 
    background: linear-gradient(43deg, #FF5E0A 0%, #FF9611 50%, #FF5E0A 100%); 
    border-radius: 100px; 
    text-decoration: none; 
    color: #fff; 
    box-shadow: 0 5px 10px rgba(0,0,0,0.2);
    transition: opacity 0.3s;
}

.cta-btn:hover {
    opacity: 0.9;
}

/* --- ボタン内の文字エリア --- */
.btn-content {
    display: flex;
    align-items: center;
    gap: 10px; 
    margin-bottom: 5px;
}

.btn-big {
    font-size: 36px;
    font-weight: 900;
    line-height: 1;
}

.btn-small {
    font-size: 14px;
    font-weight: bold;
    text-align: left; 
    line-height: 1.3;
}

.btn-arrow {
    width: 12px;
    height: 12px;
    border-bottom: 3px solid #fff;
    border-right: 3px solid #fff;
    transform: rotate(45deg); 
    transition: transform 0.3s ease; 
}

.cta-btn:hover .btn-arrow {

    transform: rotate(45deg) translate(5px, 5px); 
}


/* 特長 */

.onayami__mds--underline{
	background: linear-gradient(transparent 70%, #FFF100 30%);
}

.merit{
	background-image: url("images/meritbg.jpg");
	padding: 80px 0 50px;
	margin: 100px auto 0;
	background-size: cover;
	background-position: center top;
}

.merit-container{
	display: flex;
    gap: 20px; /* A, B, C間の隙間 */
    justify-content: center;
    margin: 50px auto;
}

.merit-container__inner{
	background-color:#fff;
	padding: 25px;
	flex: 1;
	text-align: center;
}

.merit-image{
	width: 200px;
	border-radius: 100vh;
	margin: 15px 0;
}

.merit-number{
	background-color: #7DB74A;
	border-radius: 100vh;
	color:#fff;
	padding:8px 20px;
	font-weight:bold;
	display:inline-block;
	margin-bottom: 10px;
}

.merit--green{
	color:#009245;
}

.merit-sentence{
	text-align: justify;
}



/* 取扱商品 */


.product__container--left{
	display: flex;
	align-items: center;
	margin-bottom: 50px;
	margin-top: 50px;
	gap:30px;
}

.product__mds{
	color:#7DB74A;
	font-size: 22px;
	margin-bottom: 5px;
}

.product__image{
	width: 480px;
}

.product__sentence{
	gap:30px;
}


.product__container--right{
	display: flex;
	align-items: center;
	margin-bottom: 40px;
	margin-top: 40px;
	gap:30px;
}

.product__example{
	background-color: #E0F2CE;
	padding: 15px 25px;
	margin-top: 15px;
	border-radius: 5px;
}

.product--row{
	display: flex;
	gap:10px;
}

.product-example__text{
	font-weight: bold;
	color:#009245;
	font-size:18px;
}

.product-example__image{
	width: 100px;
	border-radius: 100vh;
	margin-top: 10px
}


/* --- モデルケース --- */
.mds--dotline-white {
    border-bottom-color: #fff !important;
}

.features-section {
    padding: 60px 0;
    background-image: url('images/meritbg.jpg'); 
    background-size: cover; 
    background-position: center;
}

.features-wrapper {
    display: flex;
    justify-content: space-between;
    gap: 30px;       
    margin-top: 50px;
}

.feature-card {
    background-color: #fff;  
    display: flex; 
    width: 48%;
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
}

.feature-img {
    width: 40%;
}

.feature-img img {
    width: 100%;
    height: 100%; 
    object-fit: cover;
    vertical-align: bottom;
}

/* 右側のテキストエリア */
.feature-text {
    width: 60%; 
    padding: 30px 20px; 
    box-sizing: border-box;
}

/* --- Pointバッジ --- */
.point-badge {
    background-color: #8CC63F;
    color: #fff;
    font-weight: bold;
    padding: 5px 20px;
    border-radius: 20px;
    font-size: 14px;
    display: inline-block;
    margin-bottom: 15px;
}

/* --- 見出し --- */
.feature-title {
    font-size: 20px;
    font-weight: bold;
    margin: 0 0 15px 0;
    line-height: 1.4;
}

.text-green {
    color: #009245; 
}

/* --- 説明文 --- */
.feature-desc {
    font-size: 16px;
    line-height: 1.8;
    color: #333;
    margin: 0;
}


/* 導入モデルケース */
.model-container{
	margin-top:100px;
	display: flex;
	gap:30px;
}

.model-container_left,
.model-container_right {
	flex: 1;
	min-width: 0;
}

.model-container_left__yoko{
	display: flex;
	align-items: center;
}

.model-number{
	color: #E0F2CE;
	font-size: 85px;
	font-weight: bold;
	margin-right:10px;
}

.model-mds{
	font-size:22px;
	color:#7DB74A;
}

.model-prefectures{
	padding: 3px 15px;
	background-color: #7DB74A;
	color:#fff;
	display:inline-block;
	border-radius: 100vh;
}

.model-container_right{
	background-color: #eaf4e8;
    padding: 24px;
    border-radius: 8px;
}

.model-section{
    margin-bottom: 24px;
}

.model-section:last-child{
	margin-bottom: 0;
}

.model-mds_right{
   color: #006837;
   font-size: 18px;
   border-bottom: 1.5px solid #006837;
   padding-bottom: 5px;
   margin-top: 0;
   margin-bottom: 15px;
   display: flex;
   align-items: center;
}

.model-mds_right::before{
	content: '';
    display: inline-block;
    width: 12px;
    height: 12px;
    background-color: #006837;
    margin-right: 8px;
}

.model-section ul{
	 list-style: none;
     padding-left: 0;
     margin: 0;
     color: #333;
}

.model-section li{
	padding-left: 20px;
    position: relative;
    margin-bottom: 12px;
}

.model-section li:last-child{
	margin-bottom: 0;
}

.model-section li::before{
	 content: '▪';
     position: absolute;
     left: 0;
     top: 0px;
     color: #FBBD3B;
     font-size: 16px;
}

.model-list li::before {
    background-color: #eaf4e8;
    padding-right: 8px;
}

.model-list li{
	display: flex;
            justify-content: space-between;
            align-items: baseline;
            
            /* ▼▼▼ 点線を追加するためのコード ▼▼▼ */
            background-image: linear-gradient(to right, #999 33%, rgba(255,255,255,0) 0%);
            background-position: center;
            background-size: 4px 1px;
            background-repeat: repeat-x;
}

.model-list span{
	   background-color: #eaf4e8;
            padding: 0 4px;
}

.model-img{
	width: 100%;
    height: 200px; 
    object-fit: cover; 
    display: block;
    border-radius: 8px; 
}

/* カット野菜について */

.intro-text {
    text-align: center;
    margin: 40px 0 60px;
    font-size: 16px;
    line-height: 1.8;
}

.factory-header {
    margin-bottom: 50px;
}

.factory-block {
    display: flex; 
    align-items: center; 
    justify-content: space-between;
    margin-bottom: 50px;    /* ブロックごとの間隔 */
    gap: 40px;              /* 画像と文字の間隔 */
}

/* 画像エリア */
.factory-img {
    width: 45%;             /* 画像の幅 */
}

.factory-img img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 5px;     /* 写真の角を少しだけ丸く */
}

/* テキストエリア */
.factory-text {
    width: 55%;             /* テキストの幅 */
}

/* ブロック内の見出し */
.factory-title {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 20px;
    line-height: 1.4;
    border-bottom: none;    /* リセット */
}

/* 文字色（緑） */
.text-green {
    color: #009245;
}

/* 説明文 */
.factory-desc {
    font-size: 15px;
    line-height: 1.8;
    color: #333;
}

.font-bold {
    font-weight: bold;      /* 太字にするクラス */
}

/* --- 【下段専用】緑背景・角丸のデザイン --- */
.bg-light-green {
    background-color: #E6F2D6; /* 薄い緑色の背景 */
    border-radius: 20px;       /* 角を丸くする */
    overflow: hidden;          /* ※重要：画像を角丸に合わせて切り取る */
    
    /* Flexboxの隙間調整を上書き */
    gap: 0; 
}

/* 緑背景ブロックの時の画像調整 */
.bg-light-green .factory-img {
    width: 40%;
}

.bg-light-green .factory-img img {
    border-radius: 0;       /* 画像自体の角丸はオフにする（親要素で切るため） */
    height: 100%;           /* 高さを親に合わせる */
    object-fit: cover;      /* 隙間なく埋める */
}

/* 緑背景ブロックの時のテキスト調整 */
.bg-light-green .factory-text {
    width: 60%;
    padding: 40px;          /* 内側に余白を作る */
}



/* 導入までの流れ */

.flow{
	background-color: #E0F2CE;
	padding: 50px 0 30px;
	text-align: center;

}

.flow_mds{
	text-align: center;
	font-size: 24px;
	font-weight: bold;
	color:#009245;
}

.flow-cntainer{
	display: flex;
	width: 1000px;
	text-align: center;
	margin: 30px auto 0;
	justify-content: center;
	
}

.flow-cntainer__block{
	width: 250px;
	padding: 0 20px 10px;
	margin: 0 10px;
	text-align: center;
}



.flow-cntainer__icon{
	width: 100px;
	margin-bottom: 10px;
}


.flow-cntainer__block--green{
	font-size: 18px;
	color: #009245;
	font-weight: bold;
	margin-bottom: 10px;
	text-align: center;
	 vertical-align: middle;
}

.flow-cntainer__text{
	line-height: 24px;
	text-align:justify;
	margin-top: 8px;
}


.flow-cntainer__yajirushi{
	height: 220px;
}


/* よくある質問 */

.question-accordion{
	width: 800px;
	margin: 15px auto 0;
    background-color: #f2f2f2;
    border-radius: 5px;
}

.question-accordion summary {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    padding: 1em 2.8em 1em 2em;
    color: #333333;
    font-weight: 600;
    cursor: pointer;
	z-index: 10;
}

.question-accordion summary::-webkit-details-marker {
    display: none;
}

.question-accordion summary::after {
	position: absolute; /* 絶対位置で指定 */
    top: 50%; /* 親要素の上から50%の位置に配置 */
    right: 2em; /* 親要素の右端から2emの位置に配置 */
    transform: translateY(-50%) rotate(45deg);
    width: 7px;
    height: 7px;
    margin-left: 10px;
    border-bottom: 3px solid #c2c2c2;
    border-right: 3px solid #c2c2c2;
    content: '';
    transition: transform .3s;
}

.question-accordion summary[open] summary::after {
    transform: rotate(225deg);
}

.question-accordion p{
    transform: translateY(-10px);
    opacity: 0;
    margin: 0;
    padding: .3em 2em 1.5em;
    color: #333333;
    transition: transform .5s, opacity .5s;
}

.question-accordion[open] p {
    transform: none;
    opacity: 1;
}

.question--top{
	margin-top: 60px;
}

.question-accordion--green{
	color:#009245;
	font-size: 22px;
	margin-right:10px;
}

.question-accordion--orange{
	color:#F7931E;
	font-size: 22px;
	margin-right:10px;
	font-weight: bold;
}


/* お問い合わせフォーム */

.contact{
	padding: 80px 0;
	margin: 120px auto 0;
	background-image: url("images/contact-bg.jpg");
	background-size: cover;
	object-position: top;
}

.container--white{
	background-color: #fff;
	padding: 60px 0;
}

.Form{
	margin: 20px auto;
	max-width: 720px;
	text-align: left;
}

.Form-txt{
	margin: 40px auto 10px;
	max-width: 720px;
	text-align: left;
	color: #DA221E;
	padding: 8px 18px;
	border: solid #DA221E 1px ;
}

.Form-Item{
	padding-top: 14px;
	padding-bottom: 14px;
	width: 100%;
	
}


.Form-Item:nth-child(5) {

}

.Form-Item-Label{
	width: 100%;
	letter-spacing: 0.05em;
	font-weight: bold;
	text-align: left;
	padding-bottom: 2px;
	color:#000;
}



.Form-Item-Label.isMsg{
	margin-top: 8px;
	margin-bottom: auto;
}

.Form-Item-Label-Required{
	margin-left: 8px;
	padding-top: 2px;
	padding-bottom: 2px;
	width: 48px;
	display: inline-block;
	text-align: center;
	color: #DA221E;
	font-size: 14px;
}

.Form-Item-Input{
	border:1px solid #ddd;
	padding-left: 1em;
	padding-right: 1em;
	height: 40px;
	flex: 1;
	width: 100%;
	max-width: 900px;
	background: #FFFFFF;
}

.Form-Item-Input2{
	border:1px solid #ddd;
	padding-left: 1em;
	padding-right: 1em;
	height: 40px;
	width: 100%;
	max-width: 250px;
	background: #FFFFFF;
	
}


.Form-Item-Radio{
}

.Form-Item-Textarea{
	border: 1px solid #ddd;
	padding-left: 1em;
	padding-right: 1em;
	height: 80px;
	flex:1;
	width: 100%;
	max-width: 900px;
	background: #fff;
	}

.Form-Btn {
  border-radius: 100vh;
  margin-top: 32px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 10px;
  padding-bottom: 10px;
  width: 260px;
  display: block;
  letter-spacing: 0.05em;
  background:  #009245;
  color: #fff;
  font-weight: bold;
  font-size: 18px;
  transition: all 0.3s;
}

.Form-Btn:hover {
  background:#7DB74A;
}

select {
  -moz-appearance: menulist;
  -webkit-appearance: menulist;
  appearance: menulist;
}

.caution{
	font-size: 14px;
	color:#2D2D2D;
}

label{
	color: #595757;
}


.footer{
	background-color:#F7931E;
	padding:20px 0; 
	text-align: center;
	
	}

.ft-cnt{
	font-size: 12px;
	color: #fff;
}

.ft-cnt2{
	line-height: 18px;
	font-size: 12px;
	
}

.ft-logo--size{
	max-height: 40px;
	min-height: 35px;
	height:5vw;
}



@media screen and (max-width: 750px) {
	
	
	.container{
	width:90vw;
	margin: 0 auto;
}

.container--top{
	margin-top:100px;
}
	
	p{
		font-size: 14px;
	}
	
	h2{
	font-size: 28px;
	}
	
	h1{
	 width: 95vw;
	margin:0 auto;
}
	
	.mds{
		font-size: 24px;
	}
	
	.full-width-header h2 {
		font-size: 26px;
	}
	
	.full-width-header2 h2 {
		font-size: 26px;
	}
	
	.topgazou{
    width: 95vw;
	padding-top: 50px;
}

	.big-bg{
	max-height:600px;
	height:100vh;
}
	
	.container--top{
	margin-top:80px;
}
	
	.achievement-section {
        background-image: url('images/ach_bg-sp.jpg'); 
    }

    /* カードを縦並びにする */
    .cards-wrapper {
        flex-direction: column;
        gap: 60px; /* 縦の隙間を広めに（バッジが重ならないように） */
    }

    .card {
        width: 100%; /* 横幅いっぱい */
    }
	
	

	
	/* 様々なお客様 */

.target-head{
	font-size: 18px;
}

.target-img{
	display: none;
}

.target-img_sp{
	width: 98%;
	margin: 0 auto;
	display: block;
}
	
	.btn-area {
        flex-direction: column; /* 縦並びにする */
        gap: 20px;
    }
    
    .cta-btn {
        width: 100%; /* 横幅いっぱい */
    }
    
    .btn-big {
        font-size: 28px; /* スマホでは文字を少し小さく */
    }

	
	
	/* メリット */
	
	.merit{
		margin: 80px auto 0;
	}


	.merit-container{
		flex-direction: column; 
         align-items: center;
		margin-top: 50px;
	}
	
	.merit-container__inner{
	background-color:#fff;
	padding: 30px;
	flex: 1;
	text-align: center;
	width:80vw;
}
	
	/* 商品 */
	
	.product__container--left{
		flex-direction: column;
		text-align:justify;
		gap: 20px;
		margin:50px auto 0;
		width: 90vw;
	}
	
	.product__container--right{
		flex-direction: column-reverse;
		text-align:justify;
		margin:50px auto 0px;
		width: 90vw;
}
	
	.product__image{
	width: 100%;
}
	
	.product-example__image{
	width: 22%;
	
}
	.product--row{
		justify-content: center;
	}
	
	.product__mds--top{
		margin-top: -10px;
	}
	
	.product-example__text{
	font-size:16px;
}
	.product__mds{
	font-size: 20px;
}
	
	/* モデルケース */
	.model-container{
	display: block;
	margin-top: 50px;
	}
	
	.model-container_right{
	border-radius: 0 0 8px 8px;
}
	
	.model-img{
	border-radius: 8px 8px 0 0; 
}
	.features-wrapper {
        flex-direction: column;
        gap: 40px;
    }

    .feature-card {
        width: 100%;            /* 横幅いっぱい */
        flex-direction: column; /* カード内も縦並びにする（画像上・文字下） */
    }

    .feature-img {
        width: 100%;
        height: 200px;          /* 画像の高さを指定 */
    }

    .feature-text {
        width: 100%;
        padding: 20px;
    }
	
	.factory-block {
        flex-direction: column; 
        gap: 20px;
    }
    
    .factory-img, 
    .factory-text {
        width: 100%; 
    }
	
    /* 緑背景ブロックのスマホ調整 */
    .bg-light-green .factory-img {
        width: 100%;
    }
	
    
    .bg-light-green .factory-text {
        padding: 10px 5px 20px; /* スマホ用に余白を少し狭く */
		 width: 80%;
		box-sizing: border-box;
    }
	
	/* 納品までの流れ */
	
	.flow-cntainer{
	display: block;
	width: 90vw;
	text-align: center;
	margin: 30px auto 0;
	justify-content: center;
	
}
	
	.flow-cntainer__block{
	max-width: 250px;
	width: 80vw;
	padding: 0 20px 10px;
	margin: 0 auto;
}


.flow-cntainer__block--green{
	font-size: 16px;
}


.flow-cntainer__yajirushi{
	max-height: 280px;
	height: 80vw;
	transform: rotate(90deg);
	margin: -110px auto;
}
	
	
	/* よくある質問 */
	
	.question-accordion{
	width: 90vw;
}
	
	/* お問い合わせフォーム */
	
	.Form{
	width: 90vw;
	padding: 0 20px;
}

	.Form-Item-Radio{
		font-size: 14px;
}
	
	.Form-txt{
	width: 92%;
	padding: 8px 18px;
	}
	
	.Form-Item-Input{
		font-size: 14px;
	}
	
		.fixed_btn { 
position: fixed;
bottom: 20px;
right: 20px;
padding: 6px 5px;
border-radius: 50%;
width: 120px;
height: 120px;
color: #FFFFFF;
text-align: center;
text-decoration: none;
display: flex;
justify-content: center;
 align-items: center;
 box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.35);
background-size: 200% 100%;
font-size: 14px!important;
transition: .3s;
}
	
}





