@charset "utf-8";
/* CSS Document */

/*デバイス共通====================================*/

/*下層ページ共通要素=====================*/
.base-warp{
	width: 90%;
	max-width: 1200px;
	margin: 0 auto;
}

.color_green{
color:#0F2B00 !important;
}

.font_large{
	font-size:   calc((100vw - 320px) / 200 + 25px);
}

.font_middle{
	font-size:   calc((100vw - 320px) / 200 + 18px);
}

.font_small{
	font-size:   calc((100vw - 320px) / 1000 + 16px);
}

p{
	line-height: 1.5;
}


.flex-base{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
@media screen and (min-width:769px)  {
	.flex-base-SB{
		justify-content: space-between;
	}
}

/*横並びのボタン調整*/
.commonBT_flex{
	margin: 20px 0;
}
@media screen and (min-width:769px)  {
	.commonBT_flex{
	width:45%;
}
}

/*下層header--------------------*/
.underlayer_header{
	position: relative;
	top: 75px;
}

.underlayer_header img{
	width: 100%;
	height: calc((100vw - 320px) / 10 + 150px);
	max-height: 370px;
	object-fit: cover;
}

.header__Ttl{
	position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
	color: #9ECDBD;
	font-size: calc((100vw - 320px) / 100 + 50px);
}

.header__Ttl em{
	color: #FFF;
	margin-top: -10px;
}

/*下層footer--------------------*/
.footer__img img{
	width: calc(100%/3);
	height:calc((100vw - 320px) / 10 + 200px);
	max-height:400px;
	object-fit: cover;
}

/*main--------------------*/
.underlayer_main{
	padding: calc((100vw - 320px) / 10 + 100px) 0;
}

/*各ページ共通要素ここまで=====================*/


/*三和光産の強み--------------------*/
.business__Ttl img{
	width: 60%;
	height: auto;
	max-width: 200px;
	padding: 0 0 40px 0;
}

.business__Ttl{
	text-align: center;
	padding-bottom: 50px;
}

.business__Ttl h1{
	text-align: center;
	font-weight: 600;
}

.business__Ttl::after{
	content: "";
	display: block;
	border-bottom: solid 2px #AED900;
	width:50px;
	margin: 0 auto;
	position: relative;
	top: 40px;
}

/*強み３枠*/
.business__list{
	margin: 50px 0;
}

.business__list img{
	width: 90%;
	height: auto;
	object-fit: contain;
}

.business__list__text{
	font-family: 'Noto Sans JP', sans-serif;
	background: #FFF;
	padding:  calc((100vw - 320px) / 50 + 20px);
	width: 90%;
	max-height: 600px;
	position: relative;
}

.business__list__no{
	font-size:  calc((100vw - 320px) / 10 + 70px);	
	position: absolute;
	right: 10px;
	top: -50px;
	color: rgba(146,209,163,0.5);
	font-weight: bold;
}

.business__list__text h1,.business__list__text h2{
	font-weight: bold;
	padding: 5px 0;
	letter-spacing: 3px;
}

.business__list__no1{
	justify-content: flex-start !important;
	padding: 30px 0;
}

.business__list__no1 li{
	background: #35A88B;
	padding: 5px 10px;
	margin:5px;
	color: #FFF;
	text-align: center;
}

/*事業内容--------------------*/
.content__link{
	max-width:1000px;
	margin:50px auto;
}
.content__link a{
	background: #EBF8E0;
	padding:10px 25px 10px 10px;
	color: #4A741F;
	width:calc(90%/2);
	text-align:left;
	margin:5px;
	position:relative;
	font-weight:600;
}

/*ページ内リンク矢印*/
.content__link a li::after{
	content: '';
    width: 10px;
    height: 10px;
    border-left: 2px solid #4A741F;
    border-bottom: 2px solid #4A741F;
    transform: rotate(-45deg);
    transform-origin: 25% 65%;
    transition: all .5s;
    position: absolute;
    top: 0;
    bottom: 5px;
    right: 15px;
    margin: auto;
}

.content__link a li:hover::after{
    border-left: 2px solid #FFF;
    border-bottom: 2px solid #FFF;
	transition: 0.5s;
}

.content__link a:hover{
	background: #203F00;
	color: #FFF;
	transition: 0.5s;
}

.content__list__inner{
	margin-bottom: 50px;	
	}

.content__list__inner img{
	width: 90%;
	height: auto;
	object-fit: cover;
}

.content__list__text{
	background: #EBF8E0;
	width: 90%;
	margin: 0 auto;
}

.content__list__text h1{
	font-family:  'Noto Serif JP', serif;
	text-align: left;
	color: #0F2B00;
}

.content__list__text h1::after{
	content: "";
	display: block;
	border-bottom: solid 2px #AED900;
	width:50px;
	margin: 0 auto 20px 0;
	position: relative;
	top: 30px;
}

.content__juki{
	width: 170px;
}
@media screen and (min-width:400px)  {
.content__juki{
	width: auto;
}
}


/*会社情報--------------------*/
.company__info__warp{
	padding: calc((100vw - 320px) / 10 + 100px) 0;
}

.company__info__warp img{
	display: block;
	width: 70%;
	max-width: 500px;
	height: auto;
	margin: 80px auto 50px;
}

/* -------------会社情報　表組ベース---------------- */

.form-table{
	max-width: 1200px;
	text-align: center;
	border-collapse: separate;
	border-spacing:0px;/* 行間 */
	margin: 0 auto;
    width: 90%;
	height:30px;
	letter-spacing: -1rem;
}


.form-table th,.form-table td{
	display:block;
	text-align: center;
	vertical-align: top;
	border-bottom: solid 1px #99AD8E;
	padding: 10px;
	letter-spacing: 0.1rem;
}

.form-table th{
	font-weight: bold;
}

.company__info__textsp{
	text-align: left;
}




/*tablet================================================*/
@media screen and (min-width:769px)  {

	
/*三和光産の強み　3枠--------------------*/	
.business__list{
	justify-content: space-between;
	margin: 100px 0;
}

.business__list img{
	width: 45%;
	object-fit: cover;
}

.business__list__text{
	width: 45%;
	position: relative;
	top: 40px;
	right:5%;
	padding-top: calc((100vw - 320px) / 20 + 50px);
}
	
/*事業案内--------------------*/	
.content__list__inner img{
	width: 40%;
}

.content__list__text{
	width: 60%;
	top: 0;
	right: 0;
	padding-top:70px;
}
	
/* -------------会社情報　表組ベース---------------- */
	
.form-table th,.form-table td{
		display: inline;
	}
	
	.form-table th{
		display: inline-block;
		width: 20%;
	}
	
		.form-table td{
		display: inline-block;
			text-align: left;
			width: 80%;
	}
	
	.table-sell1{
		height: 80px;
	}
	
	.table-sell2{
		height: 100px;
	}
	
	.table-sell3{
		height: 120px;
	}
	
	.table-sell4{
		height: 290px;
	}
	
	.table-sell5{
		height:190px;
	}
	
	.table-sell6{
		height: 100px;
	}
	
		@-moz-document url-prefix() {
  /* ここに書く */
	.form-table th,.form-table td{
		display: initial;
	}
	
	.form-table th{
		display: inline-block;
		width: 30%;
	}
	
		.form-table td{
		display: inline-block;
			text-align: left;
			width: 70%;
			padding: 15px;
			 word-spacing: 0.1em;
  }

}


/*PC============================================================*/
@media screen and (min-width: 1280px) {
	
/*強み　3番目--------------------*/
	.business__list__text__3{
		height:500px; 
	}	

/*事業案内　ページ内リンク--------------------*/
.content__link{
	max-width:1200px;
	margin:50px auto;
	justify-content:space-between;
}
.content__link a{
	width:24%;
}

}
