@charset "UTF-8";
@media all and (max-width: 1000px) {
	html{
		scroll-behavior: smooth;
		scroll-padding-top: 150px;
	}
	.sp{
		display:none;
	}
	/*headerはここから*/
	header{
		width: 100%;
		height: 60px;
		transition: .3s;
		overflow: visible;
		position:relative;
		position:fixed;
		z-index:100;
		background-color: white;
	}
	.is-animation{
		width: 100%;
		height:60px;
		transition: .3s;
		background-color: white;
		z-index: 200;
		}
		.logo{
		  /* overflow: hidden; */
		  width:160px;
		  display: inline-block;
			float:left;
			transition: .3s;
		  position:absolute;
			top: 50%;
			transform: translateY(-50%);
			left:5%;
			}
	ul{
		list-style: none;
		padding-inline-start:0px;
		padding:110px 0 0 30px;
		display: block;
		width:70%;
		text-align: left;
	}
	
	.menu li {
		 text-transform: uppercase;
		 transition: .3s;
		 margin: 5% 0;
	}
	.is-animation .menu li{
		 padding:0 0 0 0;
		 margin: 5% 0;
	}
	
	li a{
		 color:white;
		 font-size:15px;
		 font-weight: 600;
		 font-family:'Noto Sans JP', sans-serif;
	}
	.ham {
		position: relative;
	/*クリックできる範囲*/
		width: 1.5rem;
		height:1rem;
		cursor: pointer;
		z-index: 9999;
		position:absolute;
	  top: 50%;
	  transform: translateY(-50%);
	  right:5%;
	  margin:0;
	}
	.ham_line {
		position: absolute;
		left: 0;
	/*	線の長さと太さ*/
		width: 100%;
		height: 2px;
		background-color:black;
		transition: all 0.3s;
	}
	.is-animation .ham_line {
		background-color: black;
	}
	/* 開封時黒背景 */
	.clicked .blackback{
		background-color: #000;
		opacity: .6;
		height: 100vh;
		width: 100%;
		display: block;
	}
	.blackback{
		background-color: #000;
		opacity: 0;
		height: 100vh;
		width: 100%;
		transition: .3s;
		display: none;
	}
	/*線と線の間*/
	.ham_line1 {
		top: 0;
	}
	
	.ham_line2 {
		top:0.5rem;
	}
	
	.ham_line3 {
		top: 1rem;
	}
	/*クリック後の動作*/
	.clicked .ham_line1 {
		transform: rotate(45deg);
		top: 0.5rem;
		background-color: white !important;
	}
	.clicked .ham_line2 {
		width: 0px;
	}
	.clicked .ham_line3 {
		transform: rotate(-45deg);
		top: 0.5rem;
		background-color: white !important;
	}
	.menu {
		position: fixed;
		width: 45%;
		height: 100%;
		right: -100%;
		background-color:#3c3c3c;
		transition: all 0.4s;
		margin:0 0 0 0;
		display: block;
	}
	.clicked .menu {
		right:0;
		z-index: 100;
	}
	.main-2{
		 width:100%;
		 height: 100vh;
		 background-color: black;
		 opacity: 0;
		 z-index: 0;
		 position: absolute;
		 top:0;
		 left:0;
		 transition: all 0.4s;
	}
	.clicked .main-2{
		 opacity: .6;
		}
		.cv-btn{
			display:none;
		}
/*共通はここから*/
.common-width{
	max-width:1250px;
	width:86%;
	margin:0 auto;
}
.common-width-sub{
	max-width:1100px;
	width:86%;
	margin:0 auto;
}
.common-title h3{
	color:#CCCCCC;
	font-size:13px;
	margin:0 0 5px 0;
}
.common-title h2{
	font-size:23px;
	letter-spacing: -0.02em;
}
/*フロントページはここから*/
.top{
	position: relative;
}
.top-img{
	display:grid;
	grid-template-columns: repeat(1, 1fr);
}
.top-img img{
	height:50vh;
	object-fit: cover;
}
.top-img div:nth-child(1) img{
	filter: brightness(.6);
}
.top-img div:nth-child(2) img{
	filter: brightness(.6);
}
.top-content{
	position: absolute;
	bottom:20px;
	left:7%;
}
.top-content h1{
	color:white;
	font-size:40px;
	font-weight:600;
	line-height: 1.25;
	letter-spacing: -0.02em;
}
.top-content p{
	color:white;
	width:93%;
	font-size:15px;
	line-height: 1.75;
	margin:15px 0 16px 0;
}
.top-btn{
	display:flex;
	flex-direction: column;
	gap:6px;
}
.top-btn a{
	display: flex;
	align-items: center;
	justify-content: space-between;
	background-color: white;
	color: black;
	border-radius: 5px;
	border: 2px solid black;
	width:calc(100% - 72px);
	padding:13px 18px;
	font-size: 15px;
	font-weight:500;
}
.top-btn a span:nth-child(2){
	border-left:2px solid black;
	width:17px;
	padding:0 0 0 14px;
}
.top-btn a span:nth-child(2) img{
	vertical-align: middle;
	position: relative;
	top:-2px;
}
.business{
	margin-top:50px;
	margin-bottom:50px;
}
.business-list{
	display:grid;
	grid-template-columns: repeat(1, 1fr);
	gap:50px;
	margin-top:30px;
}
.business-list-img img{
	border-radius: 5px;
}
.business-list-txt{
	margin-top:18px;
}
.business-list-txt h4{
	font-size:18px;
	font-weight: 600;
}
.business-list-txt p{
	font-size: 13px;
	line-height: 1.8;
	margin:10px 0 15px 0;
	color:#6F6F6F;
}
.business-btn{
	display:flex;
	gap:13px;
	text-align: center;
	color: black;
	font-size:14px;
	font-weight:600;
}
.business-btn span:nth-child(2){
	width:22px;
}
.product{
	background-image: url(image/p-back.jpg);
	padding:50px 0;
}
.product .common-title h3{
	color: white !important;
}
.product .common-title h2{
	color: white !important;
}
.product-content{
	display:flex;
	flex-direction: column;
	margin-top:20px;
	gap:7px;
}
.product-content-left{
	display:flex;
	flex-direction: column;
	gap:7px;
	width:100%;
}
.product-content-left a{
	display:flex;
	align-items: center;
	justify-content: space-between;
	background-color: white;
	border-radius: 5px;
	padding:13px 21px;
}
.p-btn-left{
	display:flex;
	align-items: center;
	gap:20px;
}
.p-circle-img{
	width:55px;
	height:55px
}
.p-s-title{
	color: black;
	font-size:16px;
}
.p-btn-right{
	width:16px;
	display:block;
}
.p-btn-right img{
	vertical-align: middle;
}
.product-content-right{
	display:flex;
	flex-direction: column;
	justify-content: space-between;
	width:auto;
	gap:5px;
}
.product-content-right a{
	display: block;
}
.product-content-right a img{
	border-radius: 7px;
}
.map iframe{
	width:100%;
	height:250px;
	vertical-align: top;
}
.kaso-top{
	max-width:1250px;
	width:86%;
	margin:0 auto;
	padding-top:110px;
	display:flex;
	flex-direction: column;
	gap:15px;
}
.kaso-top h2{
	font-size:30px;
	letter-spacing: -0.02em;
	/* width:400px; */
}
.kaso-top p{
	width:auto;
	font-size:15px;
	line-height: 1.85;
}
.p-first{
	margin-top:15px;
}
.p-common-title h3{
	font-size:21px;
	letter-spacing: -0.02em;
}
.p-common-title p{
	font-size:14px;
	margin-top:20px;
	line-height: 1.8;
	width:auto;
}
.p-common-list{
	display:grid;
	grid-template-columns: repeat(2, 1fr);
	grid-column-gap: 17px;
    grid-row-gap: 30px;
	margin-top:40px;
}
.p-common-list h4{
	font-size:16px;
	margin:11px 0 8px 0;
}
.p-common-list p{
	font-size:13px;
	line-height: 1.5;
	color:#6F6F6F;
}
.p-gray{
	background-color: #FAFAFA;
	padding:50px 0;
	margin:50px 0;
}
.pre-content{
	margin-bottom:0;
}
.pre-title{
	display:flex;
	flex-direction: column;
	gap:30px;
}
.pre-detail-g{
	display:grid;
	gap:10px;
	grid-template-columns: repeat(1, 1fr);
	margin-top:30px;
}
.pre-detail{
	padding:21px 32px;
	background-color: white;
}
.pre-detail h4{
	font-size:18px;
	letter-spacing: -0.02em;
}
.pre-detail p{
	font-size:14px;
	color: #6F6F6F;
	line-height:1.85;
	margin:20px 0 0 0;
}
.sb-top-img{
	max-width: 1400px;
	width:86%;
	margin:30px auto 0 auto;
}
.sb-top-img img{
	border-radius: 7px;
	height:220px;
	object-fit: cover;
}
.sb-point{
	margin-top:60px;
	margin-bottom:60px;
}
.sb-c-title{
	font-size:22px;
}
.sb-c-txt{
	width:auto;
	font-size:15px;
	line-height: 1.8;
	margin-top:10px;
}
.sb-point-list{
	display:grid;
	grid-template-columns: repeat(1, 1fr);
	gap:35px;
	margin-top:20px;
}
.sb-point-list h4{
	font-size:17px;
	font-weight:500;
	letter-spacing: -0.02em;
	margin:13px 0 9px 0;
}
.sb-point-list p{
	font-size:14px;
	line-height: 1.75;
	color:#6F6F6F;
}
.sb-point-list-detail img{
	border-radius: 7px;
	height:150px;
	object-fit: cover;
}
.sb-work-list{
	display:grid;
	grid-template-columns: repeat(2, 1fr);
	grid-column-gap: 15px;
    grid-row-gap: 25px;
	margin-top:25px;
}
.sb-work-list img{
	border-radius: 7px;
}
.sb-work-list p{
	font-size:15px;
	font-weight:500;
	margin-top:10px;
}
.sb-example{
	padding:50px 0;
	margin-top:50px;
	background-color: #FAFAFA;
}
.sb-example-list{
	display:grid;
	grid-template-columns: repeat(2, 1fr);
	grid-column-gap: 35px;
    grid-row-gap: 55px;
	margin-top:40px;
}
.sb-example-list img{
	border-radius: 7px;
}
.sb-example-list p{
	font-size:14px;
	line-height: 1.7;
	margin-top:10px;
}
.sb-contact{
	display:flex;
	flex-direction: column;
	gap:20px;
	margin-top:50px;
	margin-bottom:50px;
}
.sb-contact-img img{
	height:100%;
	object-fit: cover;
	border-radius: 7px;
}
.sb-contact-content-info{
	display:flex;
	flex-direction: column;
	gap:15px;
	margin-top:30px;
}
.sb-contact-content-info div{
	display:flex;
	flex-direction: column;
	gap:7px;
	border-bottom: 1px solid #DBDBDB;
	padding:0 0 10px 0;
}
.sb-contact-content-info div p{
	font-size:15px;
}
.sb-contact-content-info div p:nth-child(1){
	/* width:125px; */
}
.sb-cv-btn{
	display:block;
	padding:12px 20px;
	font-size:14px;
	border-radius: 4px;
}
.sb-cv-btn{
	display: flex;
	align-items: center;
	justify-content: space-between;
	background-color: black;
	color: white;
	border-radius: 5px;
	border: 2px solid black;
	width:calc(100% - 36px);
	padding:13px 18px;
	font-size: 15px;
	font-weight:500;
	margin-top:40px;
}
.sb-cv-btn span:nth-child(2){
	border-left:2px solid white;
	width:17px;
	padding:0 0 0 14px;
}
.sb-cv-btn span:nth-child(2) img{
	vertical-align: middle;
	position: relative;
	top:-2px;
}
.company-concept{
	margin-top:50px;
	margin-bottom:50px;
	display:flex;
	flex-direction: column;
	gap:20px;
	justify-content: space-between;
}
.company-concept-img{
	width:auto;
	order: 2;
}
.company-concept-img img{
	border-radius: 5px;
}
.company-concept-txt{
	width:auto;
}
.company-concept-txt h3{
	font-size:30px;
	letter-spacing: -0.02em;
	margin:0;
}
.company-concept-txt p{
	font-size:15px;
	line-height: 1.75;
	margin-top:15px;
}
.comapny-point{
	background-color: #FAFAFA;
	padding:50px 0;
}
.concept-common-title{
	font-size:20px;
}
.comapny-point-list{
	display:flex;
	flex-direction: column;
	gap:25px;
	margin-top:30px;
}
.comapny-point-detail img{
	margin-bottom:13px;
}
.comapny-point-detail h4{
	font-size:16px;
	font-weight:500;
	letter-spacing: -0.02em;
	margin-top:5px;
	margin-bottom:10px;
}
.comapny-point-detail p{
	font-size:14px;
	line-height: 1.75;
	color:#6F6F6F;
}
.company-info{
	margin-top:50px;
	margin-bottom:50px;
	display:flex;
	flex-direction: column;
	gap:30px;
}
.company-info-img{
	/* width:100%; */
}
.company-info-content{
	/* width:45%; */
	display:flex;
	flex-direction: column;
	gap:13px;
}
.company-info-content-detail{
	display:flex;
	flex-direction: column;
	gap:5px;
	padding:0 0 8px 0;
	border-bottom:1px solid #ECECEC;
}
.company-info-content-detail p{
	font-size:14px;
}
.company-info-content-detail p:nth-child(1){
	width:125px;
}.kaso-sub-common-wdith{
	width:86%;
	margin:0 auto;
}
.kaso-common-title{
	font-size:20px;
	font-weight:600;
	background-color: #FAFAFA;
	border-left:10px solid #206730;
	padding:7px 0 7px 20px;
	display:block;
	/* width: calc(100% - 55px); */
}
.kaso-common-txt{
	font-size:15px;
	margin:25px 0;
	line-height: 1.7;
}
.guide-top{
	display:block;
}
.guide-top p{
	font-size:15px;
	margin:17px 0 0 0;
	width:100%;
}
.guide-list{
	display:grid;
	gap:40px;
	grid-template-columns: repeat(1, 1fr);
	margin-top:30px;
	margin-bottom:50px;
}
.guide-list div h4{
	font-size:21px;
	font-weight:600;
	margin-bottom:15px;
}
.guide-list div p{
	font-size:15px;
	font-weight:400;
	margin-top:15px;
	line-height: 1.8;
}
.toyo-top img{
	border-radius: 7px;
}
.toyo-content{
	margin-top:65px;
}
.toyo-content-g{
	background-color: #FAFAFA;
	padding:20px 20px;
	border-radius: 7px;
}
.toyo-content-g h2{
	font-size:20px;
}
.toyo-content-g-list{
	display:flex;
	flex-direction: column;
	gap:15px;
	margin-top:25px;
}
.toyo-content-g-list-detail h3{
	font-size:16px;
	position: relative;
	padding:0 0 15px 0;
}
.toyo-content-g-list-detail h3::after {
	content: "";
	width: 100%;
	height: 3px;
	background: repeating-linear-gradient(90deg, #206730 0%, #206730 15%, rgba(150, 150, 150, .2) 15%, rgba(150, 150, 150, .2) 100%);
	bottom: 0;
	display: block;
	left: 0;
	position: absolute;
	z-index: 0;
}
.toyo-content-g-list-detail h4{
	font-size:17px;
}
.guide-no{
	margin-top:65px;
}
.guide-no-content{
	margin-top:45px;
	display:flex;
	flex-direction: column;
	gap:25px;
}
.guide-no-content div h3{
	font-size:17px;
	position: relative;
	padding:0 0 15px 0;
}
.guide-no-content div h3::after {
	content: "";
	width: 100%;
	height: 3px;
	background: repeating-linear-gradient(90deg, #206730 0%, #206730 15%, rgba(150, 150, 150, .2) 15%, rgba(150, 150, 150, .2) 100%);
	bottom: 0;
	display: block;
	left: 0;
	position: absolute;
	z-index: 0;
}
.guide-no-content div p{
	font-size:15px;
	line-height: 1.75;
	margin-top:10px;
}
.toyo-content-bottom{
	margin-top:55px;
	margin-bottom:80px;
}
.toyo-content-bottom p{
	font-size:17px;
}
.maker-list{
	display:grid; 
	gap:15px;
	grid-template-columns: repeat(3, 1fr);
	margin-top:25px;
	margin-bottom:60px;
}
.maker-list a{
	display:block;
	border: #CCCCCC 1px solid;
}
.re-list{
	margin-top:30px;
	margin-bottom:220px;
	display:flex;
	flex-direction: column;
	gap:60px;
}
.re-list-detail h3{
	font-size:28px;
	font-weight:500;
}
.re-list-detail p{
	font-size:15px;
	font-weight:500;
	margin-top:10px;
	margin-bottom:20px;
}
.re-img-list{
	display:grid;
	grid-template-columns: repeat(2, 1fr);
	gap:10px;
}
.re-img-list div{
	/* width:200px; */
}
.re-map{
	margin-top:40px;
}
.re-map iframe{
	width:100%;
	height:300px;
}



/* フッター */
footer{
	background-color: #F7F7F7;
	padding:60px 0 25px 0;
}
.f-content{
	max-width: 1250px;
	width:90%;
	margin:0 auto;
}
.f-logo{
	width:204px;
	mix-blend-mode: multiply;
}
.f-content-main{
	display:flex;
	flex-direction: column;
	/* gap:89px; */
}
.f-content-main-1 p{
	font-size:14px;
	line-height: 1.7;
	margin-top:35px;
}
.f-content-main-2{
	display:flex;
	gap:38px;
	margin-top:25px;
}
.f-content-main-2 div{
	display:flex;
	flex-direction: column;
	gap:10px;
}
.f-content-main-2 a{
	display:block;
	color:black;
	font-size:13px;
}
small{
	font-size:12px;
	margin-top:15px;
	display:block;
}
}