@charset "UTF-8";
hr{
	margin:0;
}
body{
	margin:0;
	padding:0;
	font-feature-settings: "palt" 1, "trad" 1;
}
a{
	 text-decoration: none;
	 font-family:'Noto Sans JP', sans-serif;
}
small{
	font-family:'Noto Sans JP', sans-serif;
}
h1,h2,h3,h4,h5,h6,p{
	color:black;
	font-family:'Noto Sans JP', sans-serif;
	margin:0;
}
img{
	vertical-align: top;
	width:100%;
}
@media all and (min-width: 1000px) {
html{
	scroll-behavior: smooth;
	scroll-padding-top: 150px;
}
.pc{
	display:none;
}	
/*headerはここから*/
header{
	width:100%;
	height: 75px;
	transition: .3s;
	position:relative;
	position: absolute;;
	top: 0;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
	/* overflow: hidden; */
	z-index: 9999;
	background-color: white;
}
.is-animation {
   position:fixed;
   transition: .5s;
   z-index: 9999;
   /* backdrop-filter: blur(6px); */
   background-color: white;
}
.logo{
  	overflow: hidden;
 	width:205px;
  	display: inline-block;
	float:left;
	transition: .3s;
  	position:absolute;
	top: 50%;
	left:30px;
	transform: translateY(-50%);
}
.menu{
	list-style: none;
	padding-inline-start:0px;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: flex-end;
	align-items: center;
	/* width:955px; */
	position:absolute;
	top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
	margin:0;
}
ul{
	list-style: none;
	padding-inline-start:0px;
	display: flex;
	gap:19px;
	/* width:100%; */
}
.menu li {
	 font-size:14px;
	 font-weight: 500;
	 transition: .5s;
}
li a{
	 color:black;
	 font-family:'Noto Sans JP', sans-serif;
	 transition: .3s;
}
.cv-btn{
	display:flex;
	gap:8px;
	position: absolute;
	top: 50%;
    right:30px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}
.cv-btn a{
	display:block;
	padding:12px 20px;
	font-size:14px;
	border-radius: 4px;
}
.cv-btn a:nth-child(1){
	background-color: #F1F1F1;
	color:black;
}
.cv-btn a:nth-child(2){
	background-color: #252525;
	color:white;
}
/*共通はここから*/
.common-width{
	max-width:1250px;
	width:90%;
	margin:0 auto;
}
.common-width-sub{
	max-width:1100px;
	width:90%;
	margin:0 auto;
}
.common-title h3{
	color:#CCCCCC;
	font-size:15px;
	margin:0 0 5px 0;
}
.common-title h2{
	font-size:30px;
	letter-spacing: -0.02em;
}
/*フロントページはここから*/
.top{
	position: relative;
}
.top-img{
	display:grid;
	grid-template-columns: repeat(2, 1fr);
}
.top-img img{
	height:100vh;
	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: 55px;
	left:95px;
}
.top-content h1{
	color:white;
	font-size:43px;
	font-weight:600;
	line-height: 1.25;
	letter-spacing: -0.02em;
}
.top-content p{
	color:white;
	width:485px;
	font-size:15px;
	line-height: 1.75;
	margin:15px 0 25px 0;
}
.top-btn{
	display:flex;
	gap:11px;
}
.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:194px;
	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:120px;
	margin-bottom:120px;
}
.business-list{
	display:grid;
	grid-template-columns: repeat(2, 1fr);
	gap:70px;
	margin-top:40px;
}
.business-list a{
	display:block;
	width:100%;
}
.business-list-img img{
	border-radius: 7px;
}
.business-list-txt{
	margin-top:23px;
}
.business-list-txt h4{
	font-size:20px;
	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:65px 0;
}
.product .common-title h3{
	color: white !important;
}
.product .common-title h2{
	color: white !important;
}
.product-content{
	display:flex;
	justify-content: space-between;
	margin-top:40px;
	gap:20px;
}
.product-content-left{
	display:flex;
	flex-direction: column;
	gap:7px;
	width:47%;
}
.product-content-left a{
	display:flex;
	align-items: center;
	justify-content: space-between;
	background-color: white;
	border-radius: 7px;
	padding:15px 21px;
}
.p-btn-left{
	display:flex;
	align-items: center;
	gap:30px;
}
.p-circle-img{
	width:55px;
	height:55px
}
.p-s-title{
	color: black;
	font-size:18px;
}
.p-btn-right{
	width:16px;
	display:block;
}
.product-content-right{
	display:flex;
	flex-direction: column;
	justify-content: space-between;
	width:570px;
}
.product-content-right a{
	display: block;
}
.product-content-right a img{
	border-radius: 7px;
}
.map iframe{
	width:100%;
	height:420px;
	vertical-align: top;
}
.kaso-top{
	max-width:1250px;
	width:90%;
	margin:0 auto;
	padding-top:180px;
	display:flex;
	gap:100px;
}
.kaso-top h2{
	font-size:45px;
	letter-spacing: -0.02em;
	width:400px;
}
.kaso-top p{
	width:500px;
	font-size:15px;
	line-height: 1.8;
}
.p-first{
	margin-top:55px;
}
.p-common-title h3{
	font-size:32px;
	letter-spacing: -0.02em;
}
.p-common-title p{
	font-size:15px;
	margin-top:20px;
	line-height: 1.75;
	width:670px;
}
.p-common-list{
	display:grid;
	grid-template-columns: repeat(4, 1fr);
	grid-column-gap: 25px;
    grid-row-gap: 53px;
	margin-top:40px;
}
.p-common-list h4{
	font-size:17px;
	margin:15px 0 10px 0;
}
.p-common-list p{
	font-size:13px;
	line-height: 1.6;
	color:#6F6F6F;
}
.p-gray{
	background-color: #FAFAFA;
	padding:65px 0;
	margin:65px 0;
}
.pre-content{
	margin-bottom:0;
}
.pre-title{
	display:flex;
	gap:30px;
}
.pre-detail-g{
	display:grid;
	gap:24px;
	grid-template-columns: repeat(2, 1fr);
	margin-top:50px;
}
.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:96%;
	margin:70px auto 0 auto;
}
.sb-top-img img{
	border-radius: 7px;
}
.sb-point{
	margin-top:120px;
	margin-bottom:120px;
}
.sb-c-title{
	font-size:25px;
}
.sb-c-txt{
	width:500px;
	margin-top:18px;
	font-size:15px;
	line-height: 1.8;
}
.sb-point-list{
	display:grid;
	grid-template-columns: repeat(3, 1fr);
	gap:35px;
	margin-top:30px;
}
.sb-point-list h4{
	font-size:18px;
	font-weight:500;
	letter-spacing: -0.02em;
	margin:16px 0 12px 0;
}
.sb-point-list p{
	font-size:14px;
	line-height: 1.65;
	color:#6F6F6F;
}
.sb-point-list-detail img{
	border-radius: 7px;
}
.sb-work-list{
	display:grid;
	grid-template-columns: repeat(2, 1fr);
	grid-column-gap: 30px;
    grid-row-gap: 40px;
	margin-top:35px;
}
.sb-work-list img{
	border-radius: 7px;
}
.sb-work-list p{
	font-size:16px;
	font-weight:500;
	margin-top:10px;
}
.sb-example{
	padding:70px 0;
	margin-top:70px;
	background-color: #FAFAFA;
}
.sb-example-list{
	display:grid;
	grid-template-columns: repeat(4, 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: row-reverse;
	gap:100px;
	margin-top:130px;
	margin-bottom:130px;
}
.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;
	border-bottom: 1px solid #DBDBDB;
	padding:0 0 10px 0;
}
.sb-contact-content-info div p{
	font-size:14px;
}
.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:194px;
	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:135px;
	margin-bottom:135px;
	display:flex;
	gap:45px;
	justify-content: space-between;
}
.company-concept-img{
	width:50%;
}
.company-concept-txt{
	width:45%;
}
.company-concept-txt h3{
	font-size:35px;
	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:80px 0;
}
.concept-common-title{
	font-size:25px;
}
.comapny-point-list{
	display:flex;
	gap:35px;
	margin-top:40px;
}
.comapny-point-detail{
	width:100%;
}
.comapny-point-detail img{
	margin-bottom:13px;
}
.comapny-point-detail h4{
	font-size:18px;
	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:135px;
	margin-bottom:190px;
	display:flex;
	justify-content: space-between;
	gap:30px;
}
.company-info-img{
	width:45%;
}
.company-info-content{
	width:45%;
	display:flex;
	flex-direction: column;
	gap:13px;
}
.company-info-content-detail{
	display:flex;
	padding:0 0 5px 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:950px;
	margin:0 auto;
}
.kaso-common-title{
	font-size:27px;
	font-weight:600;
	background-color: #FAFAFA;
	border-left:15px solid #206730;
	padding:10px 0 10px 40px;
	display:block;
	width: calc(100% - 55px);
}
.kaso-common-txt{
	font-size:15px;
	margin:25px 0;
}
.guide-top{
	display:block;
}
.guide-top p{
	font-size:15px;
	margin:25px 0 0 0;
	width:100%;
}
.guide-list{
	display:grid;
	gap:20px;
	grid-template-columns: repeat(2, 1fr);
	margin-top:30px;
	margin-bottom:140px;
}
.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:20px;
}
.toyo-top img{
	border-radius: 7px;
}
.toyo-content{
	margin-top:65px;
}
.toyo-content-g{
	background-color: #FAFAFA;
	padding:30px 35px;
	border-radius: 7px;
}
.toyo-content-g h2{
	font-size:23px;
}
.toyo-content-g-list{
	display:flex;
	flex-direction: column;
	gap:40px;
	margin-top:35px;
}
.toyo-content-g-list-detail h3{
	font-size:20px;
	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:20px;
}
.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:220px;
}
.toyo-content-bottom p{
	font-size:17px;
}
.maker-list{
	display:grid; 
	gap:15px;
	grid-template-columns: repeat(5, 1fr);
	margin-top:50px;
	margin-bottom:190px;
}
.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:23px;
	font-weight:500;
}
.re-list-detail p{
	font-size:16px;
	font-weight:500;
	margin-top:10px;
	margin-bottom:20px;
}
.re-img-list{
	display:flex;
	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:80px 0 40px 0;
}
.f-content{
	max-width: 1250px;
	width:90%;
	margin:0 auto;
}
.f-logo{
	width:204px;
	mix-blend-mode: multiply;
}
.f-content-main{
	display:flex;
	gap:89px;
}
.f-content-main-1 p{
	font-size:14px;
	line-height: 1.55;
	margin-top:35px;
}
.f-content-main-2{
	display:flex;
	gap:75px;
	margin-top:65px;
}
.f-content-main-2 div{
	display:flex;
	flex-direction: column;
	gap:10px;
}
.f-content-main-2 a{
	display:block;
	color:black;
	font-size:16px;
}
small{
	font-size:12px;
	margin-top:15px;
	display:block;
}
}