@charset "utf-8";
/*
Theme Name: 4STEC RENEW
Theme URI: https://4stech.net/
Author: PRUNUS Inc
Author URI: prunus.co.jp
Version: 1.0
License: GNU General Public License
*/

/* default property reset */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,
form,fieldset,input,textarea,
th,td {margin:0;padding:0;}
table {border-collapse:collapse;border-spacing:0;}
fieldset,img {border:0;}
ol,ul {list-style:none;}
caption,th {text-align:left;}
h1,h2,h3,h4,h5,h6 {font-size:100%;font-weight:normal;}
q:before,q:after {content:'';}
abbr,acronym {border:0;}
p{padding:0;}
img{padding:0;margin:0;vertical-align:middle;}
input,select,textarea,button{font-family: inherit;outline:none;}
@import url(https://fonts.googleapis.com/earlyaccess/notosansjp.css);
@import url(https://fonts.googleapis.com/earlyaccess/notosansjapanese.css);
*{
	-moz-box-sizing: border-box;        /* Firefox */  
	-webkit-box-sizing: border-box;     /* Safari 3 */  
	-ms-box-sizing: border-box;         /* Internet Explorer 8 */  
	box-sizing: border-box;             /* Opera */ 
	padding:0;
}* {
	margin: 0;
	padding: 0;
	outline:none;
}
a:hover{
	filter:alpha(opacity=80);
	-moz-opacity:0.8;
	-khtml-opacity:0.8;
	opacity:0.8;
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-ms-transition: all 0.2s;
	-o-transition: all 0.2s;
	transition: all 0.2s;
}
a,h1,h2, h3, h4, div, p, hr, blockquote, address, noscript {
	text-align: left;
	font-style: normal;
	font-size: 100%;
}
ul, ol, dl, dt, dd {
	list-style: none;
}
span, img {
	border: none;
}

em, strong {
	border: none;
	font-style: normal;
}

a {
	text-decoration: none;
}

a:hover {
	text-decoration: none;
}

hr.none{
	display:none;
}


*:hover {
	text-decoration:none;
}

html {
	width:100%;
	font-size:62.5%;
	scroll-behavior: smooth;
}
body {
	background:#fff;
	font-family: "Noto Sans JP", serif!important;
	color:#000;
	position:relative;
}



*{
	-moz-box-sizing: border-box;        /* Firefox */  
	-webkit-box-sizing: border-box;     /* Safari 3 */  
	-ms-box-sizing: border-box;         /* Internet Explorer 8 */  
	box-sizing: border-box;             /* Opera */ 
	text-decoration:none;
}

.clearfix:after{
	content: "";
	display: block;
	clear: both;
}

html,body {
	width:100%;
	height:100%;
	position:relative;
}

.no-scroll {
	overflow: hidden;
}

.heebo {
	font-family: 'Heebo', sans-serif;
}

.semib {
	font-weight:800;
}

.medium {
	font-weight:600;
}


@media (min-width: 479px) {

	body {
		text-align: center;
		background:#fff;
		background-position:top;
		font-size:15px;
		line-height:1.8;
		color:#333;
		font-family: 'Noto Sans JP', sans-serif!important;
		width:100%;
		height:100%;
	}

/* 汎用 */
	.pcNone {
		display:none!important;
	}

	.contents1080 {
		width:100%;
		max-width:1120px;
		padding:0 20px;
		margin:0 auto;
	}

	.contents1280 {
		width:100%;
		max-width:1320px;
		padding:0 20px;
		margin:0 auto;
	}
	.linkbox {
		width:100%;
		display:flex;		
		padding-top:4.5rem;
		gap:3rem;
	}
	.linkbox.lef {
		justify-content: flex-start;
	}
	.linkbox.rig {
		justify-content: flex-end;
	}
	.linkbox.center {
		justify-content: center;
	}
	.linkbox a {
		display:block;
		width:31rem;
		height:8rem;
		border:2px solid #181818;
		background:#fff url(images/linkbtnbg.png) right 1.5rem center no-repeat;
		background-size:3rem 3rem;
		border-radius: 4rem;
		padding:2.5rem 2.2rem;
		line-height:3rem;
		color: var(--Gray-01, #181818);
		font-size: 1.8rem;
		font-style: normal;
		font-weight: 500;
		line-height: calc(3rem - 4px); /* 211.111% */
		transition: all 0.2s;
	}
	.linkbox a:hover {
		background:#fff url(images/linkbtnbg.png) right 1rem center no-repeat;
		transition: all 0.12s;
	}
	.linkbox.big a {
		width:45rem;
	}


	
	.linkbox_mini {
		width:100%;
		display:flex;		
		gap:3rem;
	}
	.linkbox_mini.lef {
		justify-content: flex-start;
	}
	.linkbox_mini.rig {
		justify-content: flex-end;
	}
	.linkbox_mini a {
		display:block;
		width:16rem;
		height:4.6rem;
		background:#181818 url(images/linkbtnbg.png) right 2rem center no-repeat;
		background-size:2.6rem 2.6rem;
		border-radius: 4rem;
		padding:1rem 2rem;
		line-height:2.6rem;
		color: #fff;
		font-size: 1.6rem;
		font-style: normal;
		font-weight: 500;
		line-height:2.6rem;
		transition: all 0.2s;
	}
	.linkbox_mini a:hover {
		background:#181818 url(images/linkbtnbg.png) right 1rem center no-repeat;
		background-size:2.6rem 2.6rem;
		transition: all 0.12s;
	}

	/* index header */

	div.indexright {
		display:block;
		width:24.5rem;
		height:100vh;
		position:absolute;
		right:0;
		top:0;
		bottom:0;
		z-index:11;
	}
	div.indexright img {
		width:100%;
		position:absolute;
		top:5vh;
		left:0;
	}
	div.indexright nav {
		position:absolute;
		top: 50%;
		right: 0;
		transform: translate(-0%,-50%);
		-webkit-transform: translate(0%,-50%);
		-ms-transform: translate(0%,-50%);
	}
	div.indexright nav a {
		display:block;
		width:100%;
		padding:2vh 3rem 2vh 0;
		color: var(--Black, #000);
		text-align: right;
		font-size: 1.6rem;
		font-style: normal;
		font-weight: 700;
		line-height: 1;
		letter-spacing: -0.32px;
		font-style: italic;
	}
	div.indexright .bottom {
		position:absolute;
		bottom:0;
		right:0;
	}
	div.indexright .bottom .tel {
		width:100%;
		padding-left:10px;
		padding-bottom:15px;
	}
	div.indexright .bottom .tel .telnum {
		display: block;
		color: var(--Black, #000);
		text-align: right;
		font-family: Roboto;
		font-size: 3.1rem;
		font-style: italic;
		font-weight: 900;
		line-height: normal;
		letter-spacing: -0.62px;
		text-align: left;
	}
	div.indexright .bottom .tel .uketsuke {
		display: block;
		color: var(--Black, #000);
		text-align: right;
		font-size: 1.1rem;
		font-style: italic;
		font-weight: 400;
		line-height: 1;
		letter-spacing: -0.22px;
		text-align: left;
	}
	div.indexright .bottom a.contact {
		display: block;
		width:24.5rem;
		height:60px;
		padding-left:24px;
		background:url(images/fvcontactbg.png) center center no-repeat;
		background-size:100% 100%;
		color: var(--White, #FFF);
		text-align: left;
		font-size: 1.4rem;
		font-style: italic;
		font-weight: 700;
		line-height: 60px;
		letter-spacing: -0.28px;
	}


	/* index header2 */
	header.index {
		width:100%;
		height:128px;
		background:#fff;
		position: fixed;
		opacity: 0;
		top: -128px;
		z-index: 30;
		padding:0 24.5rem 0 26.2rem;
	}
	header.index .headlogo {
		position:absolute;
		left:0;
		bottom:0;
		width:26.2rem;
	}
	header.index nav {
        display: flex;
        justify-content: flex-end;
        align-items: center;
        width: 100%;
	}
	header.index .gmenu {
        width: 100%;
        height: 55px;
        display: flex;
        justify-content: flex-end;
        padding-right: 1rem;
        margin-top: 73px;

	}
	header.index .gmenu > li{
        display: block;
        position: relative;
	}
	header.index .gmenu > li > a, header .gmenu > li > span {
        color: var(--Black, #000);
        font-size: 1.6rem;
        font-style: italic;
        font-weight: 700;
        letter-spacing: -0.32px;
        display: block;
        padding: 0 1.2rem;
        line-height: 55px;
        -webkit-transition: all 0.2s;
        -moz-transition: all 0.2s;
        -ms-transition: all 0.2s;
        -o-transition: all 0.2s;
        transition: all 0.2s;
        cursor: pointer;
        white-space: nowrap;
        height: 55px;
        text-align: center;
        width: fit-content;
	}

	header.index .gmenu > li .subLinkContents {
		opacity:0;
		display:none;
		-webkit-transition: all .3s;
		transition: all .3s;
	}
	header.index .gmenu > li:hover .subLinkContents {
        opacity: 1;
        display: block !important;
        position: absolute;
        top: 55px;
        left: 50%;
        min-width: 230px;
		padding:0;
        z-index: 1000;
        -webkit-transition: all .2s;
        transition: all .2s;
        transform: translate(-50%, 0%);
        -webkit-transform: translate(-50%, 0%);
        -ms-transform: translate(-50%, 0%);
		border-top:1px solid transparent;
	}
	header.index .gmenu > li:hover .subLinkContents ul li{
        height: 55px;
        text-align: left;
		border-bottom:1px solid transparent;
	}

	header.index .gmenu > li:hover .subLinkContents ul li a{
        display: block;
        height: 54px;
        width: 100%;
        color: #000!important;
        font-size: 1.6rem;
        padding: 17px 0;
        line-height: 20px;
        text-decoration: none;
        white-space: nowrap;
        text-align: center;
        background: #fff;
		font-style: italic;
		font-weight: 500;
		letter-spacing: -0.32px;
	}

	header.index .gmenu > li:hover .subLinkContents ul li a:hover {
		filter:alpha(opacity=100)!important;
		opacity:1!important;
		background:#F81;
		-webkit-transition: all 0s;
		-moz-transition: all 0s;
		-ms-transition: all 0ss;
		-o-transition: all 0s;
		transition: all 0s;
		color:#fff!important;

	}
	header.index .bottom {
		position:absolute;
		bottom:0;
		right:0;
		width:24.5rem;
		height:128px;
	}
	header.index .bottom .tel {
        width: 24.5rem;
        padding-left: 10px;
        padding-bottom: 15px;
        padding-top: 5px;
	}
	header.index .bottom .tel .telnum {
		display: block;
		color: var(--Black, #000);
		text-align: right;
		font-family: Roboto;
		font-size: 3.1rem;
		font-style: italic;
		font-weight: 900;
		line-height: normal;
		letter-spacing: -0.62px;
		text-align: left;
	}
	header.index .bottom .tel .uketsuke {
        display: block;
        color: var(--Black, #000);
        text-align: right;
        font-size: 1.1rem;
        font-style: italic;
        font-weight: 400;
        line-height: 1;
        letter-spacing: -0.22px;
        padding-right: 4.5rem;
	}
	header.index .bottom a.contact {
		display: block;
		width:24.5rem;
		height:60px;
		padding-left:24px;
		background:url(images/fvcontactbg.png) center center no-repeat;
		background-size:100% 100%;
		color: var(--White, #FFF);
		text-align: left;
		font-size: 1.4rem;
		font-style: italic;
		font-weight: 700;
		line-height: 60px;
		letter-spacing: -0.28px;
	}






		/* 下層ページ header */
		main.other {
			padding-top:128px;
		}
		header.other {
			width:100%;
			height:128px;
			background:#fff;
			position: fixed;
			top: 0;
			left:0;
			z-index: 30;
			padding:0 24.5rem 0 26.2rem;
		}
		header.other .headlogo {
			position:absolute;
			left:0;
			bottom:0;
			width:26.2rem;
		}
		header.other nav {
			display: flex;
			justify-content: flex-end;
			align-items: center;
			width: 100%;
		}
		header.other .gmenu {
			width: 100%;
			height: 55px;
			display: flex;
			justify-content: flex-end;
			padding-right: 1rem;
			margin-top: 73px;
	
		}
		header.other .gmenu > li{
			display: block;
			position: relative;
		}
		header.other .gmenu > li > a, header .gmenu > li > span {
			color: var(--Black, #000);
			font-size: 1.6rem;
			font-style: italic;
			font-weight: 700;
			letter-spacing: -0.32px;
			display: block;
			padding: 0 1.2rem;
			line-height: 55px;
			-webkit-transition: all 0.2s;
			-moz-transition: all 0.2s;
			-ms-transition: all 0.2s;
			-o-transition: all 0.2s;
			transition: all 0.2s;
			cursor: pointer;
			white-space: nowrap;
			height: 55px;
			text-align: center;
			width: fit-content;
		}
	
		header.other .gmenu > li .subLinkContents {
			opacity:0;
			display:none;
			-webkit-transition: all .3s;
			transition: all .3s;
		}
		header.other .gmenu > li:hover .subLinkContents {
			opacity: 1;
			display: block !important;
			position: absolute;
			top: 55px;
			left: 50%;
			min-width: 230px;
			padding:0;
			z-index: 1000;
			-webkit-transition: all .2s;
			transition: all .2s;
			transform: translate(-50%, 0%);
			-webkit-transform: translate(-50%, 0%);
			-ms-transform: translate(-50%, 0%);
			border-top:1px solid transparent;
		}
		header.other .gmenu > li:hover .subLinkContents ul li{
			height: 55px;
			text-align: left;
			border-bottom:1px solid transparent;
		}
	
		header.other .gmenu > li:hover .subLinkContents ul li a{
			display: block;
			height: 54px;
			width: 100%;
			color: #000!important;
			font-size: 1.6rem;
			padding: 17px 0;
			line-height: 20px;
			text-decoration: none;
			white-space: nowrap;
			text-align: center;
			background: #fff;
			font-style: italic;
			font-weight: 500;
			letter-spacing: -0.32px;
		}
	
		header.other .gmenu > li:hover .subLinkContents ul li a:hover {
			filter:alpha(opacity=100)!important;
			opacity:1!important;
			background:#F81;
			-webkit-transition: all 0s;
			-moz-transition: all 0s;
			-ms-transition: all 0ss;
			-o-transition: all 0s;
			transition: all 0s;
			color:#fff!important;
	
		}
		header.other .bottom {
			position:absolute;
			bottom:0;
			right:0;
			width:24.5rem;
			height:128px;
		}
		header.other .bottom .tel {
			width: 24.5rem;
			padding-left: 10px;
			padding-bottom: 15px;
			padding-top: 5px;
		}
		header.other .bottom .tel .telnum {
			display: block;
			color: var(--Black, #000);
			text-align: right;
			font-family: Roboto;
			font-size: 3.1rem;
			font-style: italic;
			font-weight: 900;
			line-height: normal;
			letter-spacing: -0.62px;
			text-align: left;
		}
		header.other .bottom .tel .uketsuke {
			display: block;
			color: var(--Black, #000);
			text-align: right;
			font-size: 1.1rem;
			font-style: italic;
			font-weight: 400;
			line-height: 1;
			letter-spacing: -0.22px;
			padding-right: 4.5rem;
		}
		header.other .bottom a.contact {
			display: block;
			width:24.5rem;
			height:60px;
			padding-left:24px;
			background:url(images/fvcontactbg.png) center center no-repeat;
			background-size:100% 100%;
			color: var(--White, #FFF);
			text-align: left;
			font-size: 1.4rem;
			font-style: italic;
			font-weight: 700;
			line-height: 60px;
			letter-spacing: -0.28px;
		}
	

	/* footer */
	.basecontact {
		background:#F8F8F8;
	}

	.basecontact .content {
		width:100%;
		max-width:calc(1180px + 16rem);
		padding:10.6rem 8rem 12rem;
		margin:0 auto;
	}
	.basecontact .content > div {
		display:flex;
		justify-content: space-between;
	}
	.basecontact .content > div .left {
		width:35%;
	}
	.basecontact .content > div .right {
		width:54%;
		max-width:640px;
	}
	.basecontact .content > div .left .orgH2 {

	}
	.basecontact .content > div .left .orgH2 .main {
		display: block;
		width:100%;
		color: var(--Main-Orange01, #F81);
		font-family: Roboto;
		font-size: 9rem;
		font-style: italic;
		font-weight: 600;
		line-height: 2.25;
		letter-spacing: -2.7px;
	}
	.basecontact .content > div .left .orgH2 .sub {
		color: var(--Gray-01, #181818);
		font-size: 1.5rem;
		font-style: normal;
		font-weight: 500;
		line-height: 2;
	}
	.basecontact .content > div .right a {
		display: block;
		width:100%;
		max-width:640px;
		height:9rem;
		line-height:9rem;
		background:#000;
		padding:0 5rem;
		color:#f81;
		text-align: center;
		font-size: 3rem;
		font-style: normal;
		font-weight: 700;
		border-radius: 5rem;
		margin-bottom:3rem;
	}
	.basecontact .content > div .right .sptel {
        padding-left: 5rem;
        background: url(images/spicon.png) left center no-repeat;
		background-size:4.1rem 4.1rem;
        color: var(--Gray-01, #181818);
        font-family: Roboto;
        font-size: 5.8rem;
        font-style: normal;
        font-weight: 500;
        line-height: 1;
        letter-spacing: 1px;
        white-space: nowrap;
        margin:0 0 1rem 3rem;
        display: block;
        width: fit-content;
    }
	.basecontact .content > div .right .sub{
		display: block;
		color: var(--Gray-01, #181818);
		font-size: 1.6rem;
		font-style: normal;
		font-weight: 400;
		line-height: 1.6; /* 162.5% */
		padding-left:3rem;
	}
	.copy {
		width:100%;
		height:80px;
		line-height:80px;
		text-align: center;
		color: var(--Gray-01, #181818);
		font-family: Roboto;
		font-size: 1.6rem;
		font-style: normal;
		font-weight: 400;
	}



	/* FV */
	section.fv {
		width:100%;
		height:100vh;
		overflow: hidden;
		position: relative;
		z-index:10;
	}
	#slide_wrapp {
		position: absolute;
	  top:0;
	  bottom:0;
	  left:0;
	  right:0;
		overflow: hidden;
	  background:#fff;
	  }
	  #slide_wrapp .slide_item {
		opacity: 0;
		transform: scale(1);
		transition: opacity 2s linear, transform 15s linear;
		position: relative;
	  }
	  #slide_wrapp .slide_item.img01 {
		background:url(images/fvimg01.jpg) bottom left no-repeat;
		background-size:cover;
		width:100%;
		height:100%;
	  }
	  #slide_wrapp .slide_item.img02 {
		background:url(images/fvimg02.jpg) bottom left no-repeat;
		background-size:cover;
		width:100%;
		height:100%;
	  }
	  #slide_wrapp .slide_item.img03 {
		background:url(images/fvimg03.jpg) bottom left no-repeat;
		background-size:cover;
		width:100%;
		height:100%;
	  }
	  #slide_wrapp .slide_item.img04 {
		background:url(images/fvimg04.jpg) bottom left no-repeat;
		background-size:cover;
		width:100%;
		height:100%;
	  }
	  #slide_wrapp .slide_item:not(:first-child) {
		position: absolute;
		top: 0;
		left: 0;
	  }
	  #slide_wrapp .slide_item.show_ {
		opacity: 1;
	  }
	  #slide_wrapp .slide_item.zoom_ {
		transform: scale(1.05);
	  }
	  #slide_wrapp .slide_item img {
		display: block;
		  width:100%;
	  }
	.fvabs {
		position:absolute;
		bottom:0;
		left:5.5rem;
		width:calc(95% - 30rem);
		max-width:1400px;
	}
	.mitsumori {
		position: absolute;
		bottom: 6rem;
		left: calc(50% + 12rem);
		width: 22.3rem;
		z-index: 13;
	}











	/* index_about */
	section.index_about {
		background:#F81;
	}

	section.index_about .content {
		width:100%;
		max-width:calc(1430px + 16rem);
		padding:10.6rem 8rem 12rem;
		margin:0 auto;
	}
	.indextoplink {
		width:100%;
		display: flex;
		justify-content: space-between;
		gap:4rem;
		margin-bottom:9rem;
	}
	.indextoplink > div {
		width:calc((100% - 8rem) / 3);
	}
	.indextoplink > div img {
		width:100%;
		margin-bottom:5px;
	}
	.indextoplink > div span.title {
		color: #FFF;
		font-size: 1.8rem;
		font-style: normal;
		font-weight: 700;
		line-height: 1.44;
		letter-spacing: 0.9px;
		padding-right:18px;
		background:url(images/indextoplinkicon.png) right center no-repeat;

	}
	.indextoplink > div p {
		display: block;
		color: #FFF;
		font-size: 12px;
		font-style: normal;
		font-weight: 500;
		line-height: 26px; /* 216.667% */
		letter-spacing: 0.6px;
	}
	.indexhistory {
		width:100%;
		display: flex;		
	}
	.indexhistory .left {
		width:48%;
	}
	.indexhistory .left h2 {
        color: #FFF;
        font-size: 4.2rem;
        font-style: normal;
        font-weight: 700;
        line-height: 1.66;
        margin-bottom: 4rem;
        margin-right: -10rem;
        width: calc(100% + 10rem);
	}
	.indexhistory .left .text {
		width:96%;
	}
	.indexhistory .left .text p {
		color: #FFF;
		font-size: 1.7rem;
		font-style: normal;
		font-weight: 500;
		line-height: 2.35; /* 235.294% */
		letter-spacing: 0.85px;
		padding-bottom:1.2rem;
	}
	.indexhistory .right {
		width:52%;
	}
	.indexhistory .right svg.aisome {
		width:100%;
	}
	.cls-1 {
		fill: #f81;
	}
	.cls-2 {
		fill: #141414;
	}
	.cls-3 {
		fill: #fff;
	}
	.cls-4 {
		fill: none;
	}
	.cls-5 {
		fill: #d6d6d6;
	}
	.cls-6 {
		fill: #323232;
	}
	.cls-7 {
		fill: #e6e6e6;
	}
	.fukidashi{
		transition: all 0.1s;
	}
	.tatemono {
		transition: all 0.1s;
	}
	a:hover .fukidashi {
		transform: translateY(-15px);		
		cursor: pointer;
		transition: .2s cubic-bezier(0.45, 0, 0.55, 1);
	}
	a:hover .tatemono {
		transform: translateY(-10px);		
		cursor: pointer;
		transition: .2s cubic-bezier(0.45, 0, 0.55, 1);
		transition-delay: 0.1s;
	}
	svg.aisome {
		width:100%;
	}


	/* index_onestopsolution */
	section.index_onestopsolution {
		background:#F8F8F8;
	}
	section.index_onestopsolution .img_width {
		width:100%;
		padding-left:5.5rem;

	}
	section.index_onestopsolution .img_width img {
		width:calc(95% - 30rem);
		max-width:1400px;
		margin-top:-10px;
	}
	section.index_onestopsolution .content {
		width:100%;
		max-width:calc(1430px + 16rem);
		padding:10.6rem 8rem 12rem;
		margin:0 auto 0;
	}
	.index_onestopsolution .flow {
		width:100%;
	}
	.indexsection_top {
		width:100%;
		display: flex;
		gap:6.5rem;
		justify-content: space-between;
		padding-bottom:7.5rem;
	}
	.indexsection_top .left {
		width:56%;
	}
	.indexsection_top .left .bk {
		color: var(--Gray-01, #181818);
		font-size: 4.2rem;
		font-style: normal;
		font-weight: 700;
		line-height:1.66;
	}
	.indexsection_top .right {
		padding-top:10px;
		width:44%;
		color: var(--Gray-01, #181818);
		font-size: 1.8rem;
		font-style: normal;
		font-weight: 500;
		line-height: 2.11;
		letter-spacing: 0.9px;
	}
	.indexsection_top .fots {
		width:100%;
	}



	/* index_feedback */


	.index_feedback {
		background:#fff;
		overflow: hidden;
	}
	section.index_feedback .img_width {
		width:100%;
		padding-right:5.5rem;
		text-align: right;

	}
	section.index_feedback .img_width img {
		width:50%;
		max-width:763px;
		margin-top:-10px;
	}
	section.index_feedback .content {
		width:100%;
		max-width:calc(1430px + 16rem);
		padding:10.6rem 8rem 12rem;
		margin:0 auto 0;
	}
	.indexsection_top {
		width:100%;
		display: flex;
		gap:6.5rem;
		justify-content: space-between;
		padding-bottom:7.5rem;
	}
	.indexsection_top .left .org {
		color: var(--Gray-01, #F81);
		font-size: 4.2rem;
		font-style: normal;
		font-weight: 700;
		line-height:1.66;
	}
	.indexsection_top .right_feed {
		width:44%;
		display: flex;
		align-items: center;
	}
	.indexsection_top .right_feed .linkbox {
		padding-top:0;
	}
	.voicelist {
		width:100%;
		display: flex;
		gap:7rem;
		justify-content: flex-start;
		flex-wrap: wrap;
	}
	.voicelist > div {
		width:calc((100% - 14rem) / 3);
	}
	.voicelist > div a > img {
		width:100%;
	}
	.voicelist > div .bottom {
		display: block;
		background:#F8F8F8;
		padding:2.3rem 2.5rem;
		margin-top:-10px;
	}
	.voicelist > div .bottom > img {
		width:100%;
		height:10rem;
		object-fit: contain;
		margin-bottom:2.3rem;
	}
	.voicelist > div .bottom span.companyname {
		color: var(--Gray-01, #181818);
		text-align: center;
		font-size: 2rem;
		font-style: normal;
		font-weight: 700;
		line-height: 1;
		display: block;
		margin-bottom:2.3rem;
	}
	.voicelist > div .bottom span.text{
		color: var(--Gray-01, #181818);
		font-size: 1.6;
		font-style: normal;
		font-weight: 500;
		line-height: 1.87; /* 187.5% */
		display: block;
		margin-bottom:2.3rem;
	}
	.voicelist > div .bottom span.tag {
		display: flex;
		justify-content: flex-start;
		gap:0.8rem;
	}
	.voicelist > div .bottom span.tag > span {
		width:fit-content;
		height:2.7rem;
		display: flex;
		align-items: center;
		justify-content: center;
		padding:0 0.6rem;
	}
	.voicelist > div .bottom span.tag span.red {
		background: var(--Area-02-Kanto, #FC5422);
		color: var(--White, #FFF);
		font-size: 1.2rem;
		font-style: normal;
		font-weight: 500;
		line-height: 1.25rem; /* 125% */

	}
	.voicelist > div .bottom span.tag span.shikaku {

	}
	.voicelist > div .bottom span.tag span.area {
		background: var(--Area-02-Kanto, #181818);
		color: var(--White, #FFF);
		font-size: 1.2rem;
		font-style: normal;
		font-weight: 500;
		line-height: 1.25rem; /* 125% */
		border-radius: 1.35rem;
		
	}


	/* index_showcase */
	section.index_showcase {
		background:#181818;
	}
	section.index_showcase .img_width {
		width:100%;
		padding-left:5.5rem;
		text-align: left;

	}
	section.index_showcase .img_width img {
		width:50%;
		max-width:863px;
		margin-top:-10px;
	}
	section.index_showcase .content {
		width:100%;
		max-width:calc(1430px + 16rem);
		padding:10.6rem 8rem 0rem;
		margin:0 auto 0;
	}
	.indexsection_top .left .sub.wht {
		color: var(--White, #FFF);
		font-size: 1.8rem;
		font-style: normal;
		font-weight: 500;
		line-height: 2.11; /* 211.111% */
		letter-spacing: 0.9px;
	}
	.content_jisseki {
		width:100%;
		max-width:calc((715px + 8rem) + 50%);
		padding:0rem 0 14.8rem 8rem;
		margin-left:auto;
	}
	.jissekilist {
		width:100%;
	}
	.jissekilist div.jbox {
		margin:0 5rem 0 0;
	}
	.jissekilist div.jbox img.jissekiimg {
		width:100%;
		margin-bottom:2rem;
	}
	.jissekilist div.jbox h4 {
		display: block;
		width:100%;
		color: var(--White, #FFF);
		font-size: 1.7rem;
		font-style: normal;
		font-weight: 500;
		line-height: 1;
		margin-bottom:2rem;
	}
	.jissekilist div.jbox .tag {
		display: flex;
		justify-content: flex-start;
		gap:0.8rem;
		flex-wrap: wrap;
	}
	.jissekilist div.jbox .tag > a {
		width:fit-content;
		height:2.7rem;
		display: flex;
		align-items: center;
		justify-content: center;
		padding:0 0.6rem;
	}
	.jissekilist div.jbox .tag > a.normal {
		background: #E7E7E7;
		color: var(--White, #181818);
		font-size: 1.2rem;
		font-style: normal;
		font-weight: 500;
		line-height: 1.25rem; /* 125% */
		border-radius: 1.35rem;

	}
	.jissekilist div.jbox .tag > a.gyoshu {
		color: #F81;
		font-size: 1.2rem;
		font-style: normal;
		font-weight: 500;
		line-height: 1.25rem; /* 125% */
		border-radius: 1.35rem;
		border:1px solid #F8F8F8;
	}
	.jissekilist .slick-next {
		display: block!important;
		position: absolute!important;
		bottom: -8.5rem !important;
		top: unset!important;
		left: 5rem !important;
		width: 3.2rem!important;
		height: 3.2rem!important;
		background: url(images/jisseki_righticon.png) center center no-repeat!important;
	}
	.jissekilist .slick-prev {
		display: block!important;
		position: absolute!important;
		bottom: -8.5rem !important;
		top: unset!important;
		left: 0rem !important;
		width: 3.2rem!important;
		height: 3.2rem!important;
		background: url(images/jisseki_lefticon.png) center center no-repeat!important;
	}
	.slick-prev:before {
		content: ''!important;
	}
	.slick-next:before {
		content: ''!important;
	}



	/* index_news */
	section.index_news {
		background:#fff;
	}
	section.index_news .content {
		width:100%;
		max-width:calc(1180px + 16rem);
		padding:12rem 8rem;
		margin:0 auto 0;
	}
	section.index_news .news {
		width:100%;
		display: flex;
		justify-content: space-between;
	}
	section.index_news .news .left {
		width:28rem;
	}
	section.index_news .news .left .orgH2 {
		width:100%;
		margin-bottom:6.9rem;
	}
	section.index_news .news .left .orgH2 .main {
		display: block;
		color: var(--Main-Orange01, #F81);
		font-family: Roboto;
		font-size: 9rem;
		font-style: italic;
		font-weight: 600;
		line-height: 1;
		letter-spacing: -2.7px;
	}
	section.index_news .news .left .orgH2 .sub {
		color: var(--Gray-01, #181818);
		font-size: 1.5rem;
		font-style: normal;
		font-weight: 500;
		line-height: 1.6; /* 213.333% */
	}
	section.index_news .news .right {
		width:calc(100% - 28rem);
	}
	section.index_news .news .right .newslist {
		width:100%;
		border-top:1px solid #161616;
	}
	section.index_news .news .right .newslist a {
		display:flex;
		align-items: center;
		justify-content: space-between;
		border-bottom:1px solid #161616;
		padding:2.8rem 0;
	}
	section.index_news .news .right .newslist a .day {
		color: var(--Gray-01, #181818);
		font-family: Roboto;
		font-size: 1.7rem;
		font-style: normal;
		font-weight: 500;
		line-height: 1; /* 100% */
		display:inline-block;
		width:12rem;
	}
	section.index_news .news .right .newslist a .tag {
		display: flex;
		width: 14rem;
		height: 3rem;
		padding: .6rem 1.4rem;
		justify-content: center;
		align-items: center;
		color: var(--Gray-02, #464646);
		text-align: center;
		font-size: 1.3rem;
		font-style: normal;
		font-weight: 500;
		line-height: 1.7; /* 130.769% */
		margin-right:3rem;
		border:1px solid #F81;
		border-radius: 1.5rem;
	}
	section.index_news .news .right .newslist a .title {
		display: inline-block;
		width:calc(100% - 29rem);
		color: var(--Gray-01, #181818);
		font-size: 1.7rem;
		font-style: normal;
		font-weight: 400;
		line-height: 1.88; /* 188.235% */
	}




/* 下層ページ */
	/* defaulttitle */
	.defaulttitle {
		width:100%;
		height:20rem;
		background:#F8F8F8;
		position:relative;
		z-index:11;
	}
	.defaulttitle h1 {
		width:100%;
		max-width:calc(1430px + 16rem);
		height:20rem;
		padding:0 8rem 0 8rem;
		margin:0 auto 0;
		display: flex;
		align-items: center;
		position:relative;
	}
	.defaulttitle h1 .main {
		color: var(--Main-Orange01, #F81);
		font-size: 4.2rem;
		font-style: normal;
		font-weight: 500;
		line-height: 1.7; /* 230.952% */
	}

	
	.defaulttitle_mini {
		width:100%;
		height:20rem;
		background:#F8F8F8;
		position:relative;
		z-index:11;
	}
	.defaulttitle_mini h1 {
		width:100%;
		max-width:calc(1430px + 16rem);
		height:20rem;
		padding:0 8rem 0 8rem;
		margin:0 auto 0;
		display: flex;
		align-items: center;
		position:relative;
	}
	.defaulttitle_mini h1 .main {
		color: var(--Main-Orange01, #F81);
		font-size: 4.2rem;
		font-style: normal;
		font-weight: 500;
		line-height: 1.7; /* 230.952% */
	}
	.defaulttitle_mini .titleimg {
		position:absolute;
		top:0;
		right:0;
		height:20rem;
		width:auto;
	}

	/* gyoshubetsu */
	.gyoshubetsu {
		background:#fff;
	}

	.gyoshubetsu .content {
		width:100%;
		max-width:calc(1430px + 16rem);
		padding:10.6rem 8rem 12rem;
		margin:0 auto;
	}

	.gyoshubetsu_top {
		width:100%;
		display: flex;
		padding-bottom:5rem;
	}
	.gyoshubetsu_top .left {
		width:48%;
	}
	.gyoshubetsu_top .left h2 {
        color: #000;
        font-size: 4.2rem;
        font-style: normal;
        font-weight: 700;
        line-height: 1.66;
        margin-bottom: 4rem;
        margin-right: -10rem;
        width: calc(100% + 10rem);
	}
	.gyoshubetsu_top .left .text {
		width:96%;
	}
	.gyoshubetsu_top .left .text p {
		color: #000;
		font-size: 1.7rem;
		font-style: normal;
		font-weight: 500;
		line-height: 2.35; /* 235.294% */
		letter-spacing: 0.85px;
		padding-bottom:1.2rem;
	}
	.gyoshubetsu_top .right {
		width:52%;
	}
	.gyoshubetsu_top .right svg.aisome {
		width:100%;
	}
	.gyoshulist {
		width:100%;
		display: flex;
		flex-wrap: wrap;
		justify-content: flex-start;
		gap:7rem 5.5rem;
	}
	.gyoshulist a {
		display:block;
		width:calc((100% / 3) - (11rem / 3));
		color: #000!important;
	}
	.gyoshulist a h2 {
		width:100%;
		height:10rem;
		padding-left:10.8rem;
	}
	.gyoshulist a.gyoshu01 h2 {
		 background:url(images/gyoshuimg01_icon.png) left center no-repeat;
		 background-size:10rem 10rem;
	}
	.gyoshulist a.gyoshu02 h2 {
		 background:url(images/gyoshuimg02_icon.png) left center no-repeat;
		 background-size:10rem 10rem;
	}
	.gyoshulist a.gyoshu03 h2 {
		 background:url(images/gyoshuimg03_icon.png) left center no-repeat;
		 background-size:10rem 10rem;
	}
	.gyoshulist a.gyoshu04 h2 {
		 background:url(images/gyoshuimg04_icon.png) left center no-repeat;
		 background-size:10rem 10rem;
	}
	.gyoshulist a.gyoshu05 h2 {
		 background:url(images/gyoshuimg05_icon.png) left center no-repeat;
		 background-size:10rem 10rem;
	}
	.gyoshulist a.gyoshu06 h2 {
		 background:url(images/gyoshuimg06_icon.png) left center no-repeat;
		 background-size:10rem 10rem;
	}
	.gyoshulist a.gyoshu07 h2 {
		 background:url(images/gyoshuimg07_icon.png) left center no-repeat;
		 background-size:10rem 10rem;
	}
	.gyoshulist a.gyoshu08 h2 {
		 background:url(images/gyoshuimg08_icon.png) left center no-repeat;
		 background-size:10rem 10rem;
	}
	.gyoshulist a.gyoshu09 h2 {
		 background:url(images/gyoshuimg09_icon.png) left center no-repeat;
		 background-size:10rem 10rem;
	}
	.gyoshulist a.gyoshu10 h2 {
		 background:url(images/gyoshuimg10_icon.png) left center no-repeat;
		 background-size:10rem 10rem;
	}
	.gyoshulist a.gyoshu11 h2 {
		 background:url(images/gyoshuimg11_icon.png) left center no-repeat;
		 background-size:10rem 10rem;
	}
	.gyoshulist a h2 span {
		display: flex;
		width:100%;
		height:7.15rem;
		align-items: center;
		color: var(--Black, #000);
		font-size: 2.1rem;
		font-style: normal;
		font-weight: 700;
		line-height: 1.6;
		letter-spacing: 1.05px;
		border-bottom:2px solid #181818;
		background:url(images/gyoshubetsulink.png) right 1rem center no-repeat;
		transition: all .2s;
	}
	.gyoshulist a:hover h2 span {
		background:url(images/gyoshubetsulink.png) right 0rem center no-repeat;
	}

	.gyoshulist a img {
		width:100%;
		margin-bottom:2rem;
	}
	.gyoshulist a span.title {
		display: inline-block;
		width:100%;
		color: var(--Main-Orange01, #F81);
		font-size: 1.8rem;
		font-style: normal;
		font-weight: 700;
		line-height: 1.66; /* 166.667% */
		letter-spacing: 0.9px;
		margin-bottom:2rem;
	}
	.gyoshulist a span.text {
		display: inline-block;
		width:100%;
		color: #000!important;
		font-size: 1.5rem;
		font-style: normal;
		font-weight: 400;
		line-height:2.13;
		letter-spacing: 0.75px;
	}


	




	/* gyoshubetsu single */
	.defaulttitle h1 span.sub {
		background: #000;
		color: #fff;
		display: inline-flex;
		height: 3rem;
		padding: 0.9rem 1.6rem;
		justify-content: center;
		align-items: center;
		border-radius: 1.5rem;
		line-height: 3rem;
		position: absolute;
		left: 8rem;
		bottom: 3rem;
	}
	section.gyoshubetsusingle {
		background:#fff;
		position:relative;
		z-index:11;
	}
	section.gyoshubetsusingle .content {
		width:100%;
		max-width:calc(1430px + 16rem);
		padding:7rem 8rem 0rem;
		margin:0 auto 0;
	}
	section.gyoshubetsusingle .content > .text {
		width:100%;
		max-width:1080px;
		margin:0 auto 9rem;
		color: #000;
		font-size: 1.7rem;
		font-style: normal;
		font-weight: 500;
		line-height: 2.35; /* 235.294% */
		letter-spacing: 0.85px;
	}
	.gyoshubetsusingle_top {
		display: flex;
		width:100%;
		gap:3.5rem;
		justify-content: space-between;
		padding-bottom:9.5rem;
	}
	.gyoshubetsusingle_top .left {
		width:50%;
	}
	.gyoshubetsusingle_top .right {
		width:50%;
	}
	.gyoshubetsusingle_top .left h2 {
		width:100%;
	}
	.gyoshubetsusingle_top .left h2 .sub {
		display:block;
		color: #000;
		font-size: 2.2rem;
		font-style: normal;
		font-weight: 700;
		line-height: 1;
		margin-bottom:2.6rem;
	}

	.gyoshubetsusingle_top .left h2 .main {
		color: #000;
		font-size: 4.8rem;
		font-style: normal;
		font-weight: 700;
		line-height: 1.6;
		letter-spacing: -1.5px;
	}
	.gyoshubetsusingle_top .right img {
		position: absolute;
		top: -5rem;
		right: 0;
		width: 48%;
		max-width: 846px;
		min-width: 500px;
		z-index:12;
	}
	.voicelistpage > div > .text {
		width:100%;
		max-width:1080px;
		padding:8.6rem 0rem 9rem;
		margin:0 auto 0;
	}
	.voicelistpage > div > .text p {
		display:block;
		padding-bottom:1.2rem;
		color: #000;
		font-size: 1.7rem;
		font-style: normal;
		font-weight: 500;
		line-height: 2.35;
		letter-spacing: 0.85px;
	}
	.solutionblock {
		width:100%;
		max-width:1180px;
		padding:0;
		margin:0 auto 0;

	}
	.naname {
		display: flex;
		align-items: center;
		flex-wrap: wrap;
		width: fit-content;
		min-height:19.5rem;
		margin:0 auto 9rem;
		padding:0 8.35rem;
		background-image:url(images/naname.png),url(images/naname.png);
		background-position:left center,right center;
		background-size:auto 100%,auto 100%;
		background-repeat:no-repeat;
		color: var(--Black, #000);
		text-align: center;
		font-size: 3.64rem;
		font-style: normal;
		font-weight: 400;
		line-height: 1.66;
	}
	.solutionblock .solutionlist {
		width:100%;
	}
	.solutionblock .solutionlist > div {
		width:100%;
		margin-bottom:4.5rem;
	}
	.solutionblock .solutionlist > div h3 {
		width:100%;
		height:5.6rem;
		background:#000;
		display: flex;
		justify-content: flex-start;
	 }
	 .solutionblock .solutionlist > div h3 .case {
		width:14rem;
		height:5.6rem;
		background: url(images/casebg.png) left center no-repeat;
		background-size:auto 5.6rem;
		display: flex;
		align-items: center;
		justify-content: center;
	}
	.solutionblock .solutionlist > div h3 .case .thin {
		color: var(--Gray-01, #181818);
		font-family: Roboto;
		font-size: 3.03rem;
		font-style: italic;
		font-weight: 200;
		line-height: 1.37; /* 137.626% */
		letter-spacing: -0.909px;
		padding-right:0.5rem;
	}
	.solutionblock .solutionlist > div h3 .case .num {
		color: var(--Gray-01, #181818);
		font-family: Roboto;
		font-size: 3.03rem;
		font-style: italic;
		font-weight: 600;
		line-height: 1.87; /* 187.912% */
		letter-spacing: -0.909px;
	}
	.solutionblock .solutionlist > div h3 .title {
		color: var(--White, #FFF);
		font-size: 3rem;
		font-style: normal;
		font-weight: 500;
		line-height: 1.3;
		letter-spacing: 1.5px;
		padding-left:2.3rem;
		display: flex;
		align-items: center;
	}
	.solutionblock .solutionlist > div .cnt {
		width:100%;
		padding:7rem 5rem 0;
		display: flex;
		width:100%;
		justify-content: space-between;
	}
	.solutionblock .solutionlist > div .cnt .left {
		width:44rem;
	}
	.solutionblock .solutionlist > div .cnt .left img {
		width:100%;
	}
	.solutionblock .solutionlist > div .cnt .right {
		width:calc(100% - 44rem);
		padding-left:4rem;
	}
	.solutionblock .solutionlist > div .cnt .right .text {
		color: #000;
		font-size: 1.7rem;
		font-style: normal;
		font-weight: 500;
		line-height: 2.35; /* 235.294% */
		margin-bottom:4.6rem;
	}
	.solutionblock .solutionlist > div .cnt .right .eglist {

	}
	.solutionblock .solutionlist > div .cnt .right .eglist > div {
		margin-bottom:3.45rem;
	}
	.solutionblock .solutionlist > div .cnt .right .eglist > div h4 {
		width:100%;
		margin-bottom:1rem;
		color: var(--Main-Orange01, #F81);
		font-size: 2rem;
		font-style: normal;
		font-weight: 700;
		line-height:1.6;
		letter-spacing: 1px;
		padding-left:3.4rem;
		background:url(images/caseh4bg.png) left center no-repeat;
		background-size:2.4rem 2.4rem;
	}
	.solutionblock .solutionlist > div .cnt .right .eglist > div p {
		color: #000;
		font-size: 1.5rem;
		font-style: normal;
		font-weight: 400;
		line-height: 2.13;
		letter-spacing: 0.75px;
	}
	.gyoshubetsu_voice {
		background:#fff;
		position:relative;
		z-index:11;
	}
	.gyoshubetsu_voice .content {
		width:100%;
		max-width:calc(1180px + 16rem);
		padding:12rem 8rem 0rem;
		margin:0 auto 0;
	}
	.gyoshubetsu_voice h2 {
		width:100%;
		height:5.6rem;
		background:#000 url(images/gyoshubetsu_voiceH2bg.png) left center no-repeat;
		color: var(--White, #FFF);
		font-size: 3rem;
		font-style: normal;
		font-weight: 500;
		line-height: 1.3;
		letter-spacing: 1.5px;
		padding-left:2.3rem;
		display: flex;
		align-items: center;
		padding-left:3.9rem;
	}
	.voice3 {
		width:100%;
		max-width:1180px;
		padding:0;
		margin:0 auto 0;
	}
	.voice3 > div {
		width:100%;
		padding:7rem 5rem 0;
		display: flex;
		width:100%;
		justify-content: space-between;
	}
	.voice3 > div .left {
		width:44rem;
	}
	.voice3 > div .left img {
		width:100%;
		margin-bottom:2.4rem;
	}
	.voice3 > div .left .data {
        width: 100%;
        display: flex;
        border-bottom: 1px solid #a3a3a3;
        border-top: 1px solid #a3a3a3;
        margin-top: -1px;
        padding: 1rem 0;
	}
	.voice3 > div .left .data span:first-child{
		display:block;
		width:10rem;
		color: #000;
		font-size: 1.5rem;
		font-style: normal;
		font-weight: 400;
		line-height: 1.7;
	}
	.voice3 > div .left .data span:last-child{
		display:block;
		width:34rem;
		color: #000;
		font-size: 1.5rem;
		font-style: normal;
		font-weight: 400;
		line-height: 1.7;
	}
	.voice3 > div .right {
		width:calc(100% - 44rem);
		padding-left:4rem;
	}
	.voice3 > div .right .text {
		color: var(--Gray-01, #181818);
		font-size: 2.4rem;
		font-style: normal;
		font-weight: 500;
		line-height: 1.75;
		margin-bottom:4.6rem;
	}
	.voice3 > div .right .intvlist {

	}
	.voice3 > div .right .intvlist p.ques {
		color: var(--Main-Orange01, #F81);
		font-size: 2rem;
		font-style: normal;
		font-weight: 700;
		line-height: 2; /* 200% */
		letter-spacing: 1px;
		margin-bottom:1rem;
	}
	.voice3 > div .right .intvlist p.answ {
		color: #000;
		font-size: 1.5rem;
		font-style: normal;
		font-weight: 400;
		line-height: 2.13;
		letter-spacing: 0.75px;
		margin-bottom:1.353rem;
	}
	.solutionblock .solutionlist > div .cnt .right .eglist > div p {
		color: #000;
		font-size: 1.5rem;
		font-style: normal;
		font-weight: 400;
		line-height: 2.13;
		letter-spacing: 0.75px;
	}

	/* gyoshubetsu_jirei */
	
	.gyoshubetsu_jirei {
		background:#fff;
	}
	.gyoshubetsu_jirei .content {
		width:100%;
		max-width:calc(1180px + 16rem);
		padding:9rem 8rem 0rem;
		margin:0 auto 0;
	}
	h2.blkore {
		width:100%;
		height:5.6rem;
		background:#F81 url(images/gyoshubetsu_voiceH2bg_b.png) left center no-repeat;
		color: var(--White, #FFF);
		font-size: 3rem;
		font-style: normal;
		font-weight: 500;
		line-height: 1.3;
		letter-spacing: 1.5px;
		padding-left:2.3rem;
		display: flex;
		align-items: center;
		padding-left:3.9rem;
		margin-bottom:1rem;
	}
	.jireiImg {
		width:100%;
		padding:11.5rem 5.7rem;
		border:3px solid #F81;
	}
	.jireiImg img {
		width:100%;
	}
	.jireiImg img.w60 {
		width:60%;
		margin:0 20%;
	}
	.jireiImg img.w80 {
        width: 80%;
        margin: 0 10%;
	}


	/* gyoshubetsu_hojokin */
	
	.gyoshubetsu_hojokin {
		background:#fff;
	}
	.gyoshubetsu_hojokin .content {
		width:100%;
		max-width:calc(980px + 16rem);
		padding:9rem 8rem 12rem;
		margin:0 auto 0;
	}
	.gyoshubetsu_hojokin h2 {
		color: var(--Gray-01, #181818);
		font-size: 2.4rem;
		font-style: normal;
		font-weight: 500;
		line-height: 1.75;
		padding:2.5rem 0;
		border-top:3px solid #181818;

	}
	.gyoshubetsu_hojokin .text {
		color: #000;
		font-size: 1.5rem;
		font-style: normal;
		font-weight: 400;
		line-height: 2;
		letter-spacing: 0.75px;
	}
	.gyoshubetsu_hojokin .text p {
		padding-bottom:10px;
	}
	.gyoushujisseki {
		padding-bottom:15rem;
	}


	/* tsuyomi02 */
	
	.naname_100 {
		display: flex;
		align-items: center;
		flex-wrap: wrap;
		width: fit-content;
		min-height:10rem;
		margin:0 auto 5rem;
		padding:0 6.6rem;
		background-image:url(images/naname.png),url(images/naname.png);
		background-position:left center,right center;
		background-size:auto 100%,auto 100%;
		background-repeat:no-repeat;
		color: var(--Black, #000);
		text-align: center;
		font-size: 3.64rem;
		font-style: normal;
		font-weight: 400;
		line-height: 1.66;
	}
	.tsuyomi02 {
		background:#fff;
		position:relative;
	}
	.tsuyomi02 .content {
		width:100%;
		max-width:calc(1430px + 16rem);
		padding:7rem 8rem 12rem;
		margin:0 auto 0;
		z-index:11;
	}
	.pagelink {
		width:100%;
		height:9rem;
		display: flex;
		justify-content: space-around;
		background:#f8f8f8;
		align-items: center;
		padding:0 3rem;
		margin-bottom:12rem;
	}
	.pagelink a {
		display: block;
		width:fit-content;
		height:3.5rem;
		line-height:3.5rem;
		padding-right:4.3rem;
		background:url(images/pagelinkbg.png) right center no-repeat;
		color: var(--Gray-01, #181818);
		font-size: 2rem;
		font-style: normal;
		font-weight: 500;
	}
	.tsuyomiblock {
		width:100%;
		margin-bottom:12rem;
		max-width:1180px;
		margin:0 auto 0;
	}
	.firsttext {
		color: #000;
		text-align: center;
		font-size: 1.9rem;
		font-style: normal;
		font-weight: 500;
		line-height: 2.1; /* 210.526% */
		letter-spacing: 0.95px;
		margin-bottom:8rem;
	}
	.firsttext span {
		background: #FFEF95;
		padding:0 3px;
	}
	.t01block {
		display: flex;
		margin-bottom:5.5rem;
	}
	.t01block .left {
		width:67.8%;
	}
	.tsuyo h4 {
		color: var(--Main-Orange01, #F81);
		font-size: 3.2rem;
		font-style: normal;
		font-weight: 700;
		line-height: 1.18;
		margin-bottom:2rem;
	}
	.tsuyo p.main {
		display: block;
		margin-bottom:2rem;
		color: #000;
		font-size: 2.4rem;
		font-style: normal;
		font-weight: 500;
		line-height: 1.66;
	}
	.tsuyo p.text {
		display: block;
		color: #000;
		font-size: 1.6rem;
		font-style: normal;
		font-weight: 400;
		line-height: 2.25;
		margin-bottom:4rem;
	}
	.t01block .right {
		width:30%;
		position:relative;
	}
	.t01block .right img {
        position: absolute;
        left: 0;
        bottom: 4rem;
        width: 140%;
        max-width: 489px;
	}
	.contact_madoguchi {
		border:3px solid #F81;
	}
	.contact_madoguchi .title {
		width:100%;
		height:6rem;
		line-height:6rem;
		padding-left:2.3rem;
		color: var(--White, #FFF);
		font-size: 2.6rem;
		font-style: normal;
		font-weight: 700;
		background:#F81;
	}
	.contact_madoguchi .cont {
		display: flex;
		justify-content: space-between;
		padding:4rem 1.4rem;
	}
	.contact_madoguchi .cont > div {
		border-right:1px solid #B9B9B9;
		padding:0 2.6rem
	}
	.contact_madoguchi .cont > div:last-child {
		border-right:none;

	}
	.contact_madoguchi .cont > div .telnum {
        padding-left: 4.8rem;
        background: url(images/spicon.png) left center no-repeat;
        color: var(--Gray-01, #181818);
        font-family: Roboto;
        font-size: 5rem;
        font-style: normal;
        font-weight: 500;
        line-height: 1;
        letter-spacing: 1px;
        white-space: nowrap;
        margin-bottom: 1rem;
        display: block;
	}
	.contact_madoguchi .cont > div span.noraml {
		color: var(--Gray-01, #181818);
		font-size: 1.5rem;
		font-style: normal;
		font-weight: 400;
		line-height: 1.45;
		white-space: nowrap
	}
	.contact_madoguchi .cont > div span.mini {
		color: var(--Gray-01, #181818);
		font-size: 1.2rem;
		font-style: normal;
		font-weight: 400;
		line-height: 1.6;
		white-space: nowrap
	}
	.contact_madoguchi .cont > div.fl {
		display: flex;
	}
	.contact_madoguchi .cont > div.fl .left {
		width:11.2rem;
	}
	.contact_madoguchi .cont > div.fl .left img {
		width:11.2rem;
		height:11.2rem;
	}
	.contact_madoguchi .cont > div.fl .right{
		padding-left:1.9rem;
	}
	.contact_madoguchi .cont > div.fl .right .linesearch {
		display: block;
		border-radius: 5px;
		border: 1px solid #06C755;
		width:18rem;
		height:4.7rem;
		line-height:calc(4.7rem - 2px);
		color: #06C755;
		font-size: 1.9rem;
		font-style: normal;
		font-weight: 500;
		background:url(images/mushimegane.png) right 1.2rem center no-repeat;
		margin-bottom:1.6rem;
		padding-left:1.3rem;
	}
	.contact_madoguchi .cont > div.fl .right a.linebtn {
		display: block;
		border-radius: 32px;
		width:18rem;
		height:5rem;
		color: var(--White, #FFF);
		text-align:center;
		font-size: 1.6rem;
		font-style: normal;
		font-weight: 500;
		line-height: 5rem;
		padding-left:2rem;
		background:#06C755 url(images/lineicon.png) left 1.9rem center no-repeat;
	}
	.contact_madoguchi .cont > div .kochira {
        display: block;
        color: var(--Gray-01, #181818);
        font-size: 1.65rem;
        font-style: normal;
        font-weight: 500;
        line-height: 1.7;
        margin-bottom: 1rem;
	}
	.contact_madoguchi .cont > div a.contactbtn {
        display: block;
        width: 29.3rem;
        height: 7.4rem;
        line-height: 7.4rem;
        border-radius: 4rem;
        background: #181818 url(images/mailicon.png) right 3rem center no-repeat;
        padding-right: 3rem;
        color: #fff;
        text-align: center;
        font-size: 1.9rem;
        font-style: normal;
        font-weight: 700;
	}


	.tsuyomi02_02 {
		background:#f8f8f8 url(images/tsuyoarw_wht.png) top center no-repeat;		
		padding-top:7rem;
	}
	.tsuyomi02_02 .content {
		width:100%;
		max-width:calc(1180px + 16rem);
		padding:8rem 8rem 12rem;
		margin:0 auto 0;
		position:relative;
		z-index:11;
	}
	.t02block {
		display: flex;
		justify-content: space-between;
		margin-bottom:8rem;		
	}
	.t02block > div {
		width:calc(50% - 3rem);
	}
	.t02block > div img {
		width:100%;
		margin-bottom:2rem;
	}
	.blacktitlebox {
		width:100%;
	}
	.blacktitlebox .title {
		width:100%;
		height:5.6rem;
		background:#000 url(images/gyoshubetsu_voiceH2bg.png) left center no-repeat;
		color: var(--White, #FFF);
		font-size: 3rem;
		font-style: normal;
		font-weight: 500;
		line-height: 1.3;
		letter-spacing: 1.5px;
		padding-left:2.3rem;
		display: flex;
		align-items: center;
		padding-left:3.9rem;
	}
	.blacktitlebox .cont {
		background:#fff;
		padding:6.5rem 5rem;
	}
	.blacktitlebox .toptext {
		color: #000;
		text-align: center;
		font-size: 2rem;
		font-style: normal;
		font-weight: 500;
		line-height: 2;
		margin-bottom:5rem;
	}
	.blacktitlebox .cont > div {
		margin-bottom:2.5rem;
	}
	.blacktitlebox .cont > div .subtitle {
		display: flex;
		margin-bottom:1rem;

	}
	.blacktitlebox .cont > div .subtitle .num {
		display:block;
		width:5.25rem;
		line-height:5.25rem;
		text-align:left;
		color: var(--Gray-01, #181818);
		font-family: Roboto;
		font-size: 3.3rem;
		font-style: normal;
		font-weight: 300;
		letter-spacing: -0.99px;
	}
	.blacktitlebox .cont > div .subtitle .main {
		width:calc(100% - 5.25rem);
		color: var(--Main-Orange01, #F81);
		font-size: 2.4rem;
		font-style: normal;
		font-weight: 700;
		line-height:4.5rem;
		letter-spacing: 1.2px;
	}
	.blacktitlebox .cont > div p.text {
		width:calc(100% - 5.25rem);
		border-top:1px solid #a3a3a3;
		padding-top:1.5rem;
		margin:0 0 2rem 5.25rem;
		color: #000;
		font-size: 1.5rem;
		font-style: normal;
		font-weight: 400;
		line-height: 2.13; /* 213.333% */
	}
	.blacktitlebox .cont .foottext {
		color: #000;
		text-align: center;
		font-size: 2rem;
		font-style: normal;
		font-weight: 500;
		line-height: 2;
	}


	.tsuyomi02_03 {
		background:#fff url(images/tsuyoarw_gry.png) top center no-repeat;			
		padding-top:7rem;
	}
	.tsuyomi02_03 .content {
		width:100%;
		max-width:calc(1180px + 16rem);
		padding:8rem 8rem 12rem;
		margin:0 auto 0;
		position:relative;
		z-index:11;
	}
	.t03block {
		display: flex;
		justify-content: space-between;
		margin-bottom:8rem;		
	}
	.t03block.mb0 {
		margin-bottom:0!important;
	}
	.t03block > .left {
		width:47.5%;
	}
	.t03block > .left img {
		width:100%;
	}
	.t03block > .right {
		width:48.8%;
	}
	.teiansholist {
		padding:5rem 0 8rem;
		display: flex;
		justify-content: space-between;
	}
	.teiansholist img {
		width:18.5%;
	}

	.tsuyomi02_04 {
		background:#f8f8f8 url(images/tsuyoarw_wht.png) top center no-repeat;			
		padding-top:7rem;
	}
	.tsuyomi02_04 .content {
		width:100%;
		max-width:calc(1280px + 16rem);
		padding:8rem 8rem 12rem;
		margin:0 auto 0;
		position:relative;
		z-index:11;
	}
	.merit_demerit {
		width:100%;
		background:#fff;
		padding:10rem 5rem 5.5rem;
	}
	.merit_demerit .f01 {
		color: var(--Main-Orange01, #F81);
		text-align: center;
		font-size: 4rem;
		font-style: normal;
		font-weight: 500;
		line-height: 1.6; /* 100% */
		margin-bottom:3rem;
	}
	.merit_demerit .toptext{
		color: #000;
		text-align: center;
		font-size: 2rem;
		font-style: normal;
		font-weight: 500;
		line-height:2;
		margin-bottom:3rem;
	}

	.merit_box {
		width:100%;
		display: -webkit-box;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		-ms-flex-wrap: wrap;
		-webkit-flex-wrap: wrap;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	.mb10rem {
		margin-bottom:10rem;
	}
	.merit_box .merit {
		width:calc(50% - 3rem);
		background:#FFFBE6 url(https://4stech.net/kanto/wp-content/themes/wptheme/images/merit_maru_big.png) center center no-repeat;
		padding-bottom:3rem;
	}
	.merit_box .demerit {
		width:calc(50% - 2px);
		background:#f8f8f8 url(https://4stech.net/kanto/wp-content/themes/wptheme/images/demerit_batsu_big.png) center center no-repeat;
		padding-bottom:3rem;
	}
	.merit_box > div h3 {
		display:block;
		width:100%;
		height:6rem;
		line-height:5.8rem;
		border-bottom:0.2rem solid #fff;
		color: var(--Gray-01, #181818);
		text-align: center;
		font-size: 2.8rem;
		font-style: normal;
		font-weight: 700;
		line-height: 6rem; /* 142.857% */
	}
	.merit_box div div {
		width:100%;
		padding:3rem 3rem 0;
	}
	.merit_box div div h4 {
		padding-left:3rem;
		color: var(--Gray-01, #181818);
		font-size: 2.1rem;
		font-style: normal;
		font-weight: 500;
		line-height: 1.7;
	}
	.merit_box div.merit div h4 {
		background:url(https://4stech.net/kanto/wp-content/themes/wptheme/images/merit_maru.png) left center no-repeat;
	}
	.merit_box div.demerit div h4 {
		background:url(https://4stech.net/kanto/wp-content/themes/wptheme/images/demerit_batsu.png) left center no-repeat;
	}
	.merit_box div div p {
		padding-left:3rem;
		color: var(--Gray-01, #181818);
		font-size: 1.4rem;
		font-style: normal;
		font-weight: 400;
		line-height: 1.5;
	}



	.tsuyomi02_05 {
		background:#fff url(images/tsuyoarw_gry.png) top center no-repeat;		
		padding-top:7rem;
	}
	.tsuyomi02_05 .content {
		width:100%;
		max-width:calc(1180px + 16rem);
		padding:8rem 8rem 12rem;
		margin:0 auto 0;
		position:relative;
		z-index:11;
	}
	.t05block {
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;	
	}
	.t05block.mb0 {
		margin-bottom:0!important;
	}
	.t05block > .left {
		width:47.5%;
		margin-bottom:7.5rem;
	}
	.t05block > .left img {
		width:100%;
	}
	.t05block > .right {
		width:48.8%;
		margin-bottom:7.5rem;
	}
	.othertextbox {
		background:#f8f8f8;
		padding:5rem;
	}
	.othertextbox .title {
		color: var(--Gray-01, #181818);
		font-size: 2.6rem;
		font-style: normal;
		font-weight: 500;
		line-height: 1; /* 150.978% */
		letter-spacing: 1.3px;
		margin-bottom:3rem;
		padding-bottom:1rem;
		border-bottom:1px solid #a3a3a3;
	}
	.othertextbox .block {
		padding:2rem 0;
		color: var(--Gray-01, #181818);
		font-size: 1.5rem;
		font-style: normal;
		font-weight: 400;
		line-height: 1.7; /* 173.333% */
		border-bottom:1px solid #a3a3a3;
	}
	

	.tsuyomi02_06 {
		background:#f8f8f8 url(images/tsuyoarw_wht.png) top center no-repeat;		
		padding-top:7rem;
	}
	.tsuyomi02_06 .content {
		width:100%;
		max-width:calc(1280px + 16rem);
		padding:8rem 8rem 2.5rem;
		margin:0 auto 0;
		position:relative;
		z-index:11;
	}
	.t06block {
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;	
	}
	.t06block > .left {
		width:47.5%;
		margin-bottom:7.5rem;
	}
	.t06block > .left img {
		width:100%;
	}
	.t06block > .right {
		width:48.8%;
		margin-bottom:7.5rem;
	}	

	.tsuyomi02_07 {
		background:#fff url(images/tsuyoarw_gry.png) top center no-repeat;		
		padding-top:7rem;
	}
	.tsuyomi02_07 .content {
		width:100%;
		max-width:calc(1030px + 16rem);
		padding:8rem 8rem 12rem;
		margin:0 auto 0;
		position:relative;
		z-index:11;
	}
	.t07block {
		border-top:1px solid #a3a3a3;
	}
	.t07block > div {
		padding:4rem 0 0;
		border-bottom:1px solid #a3a3a3;
	}



	/* goteianjirei */
	.goteianjirei {
		position:relative;
	}
	.goteianjirei .content {
		width:100%;
		max-width:calc(1430px + 16rem);
		padding:8rem 8rem 12rem;
		margin:0 auto 0;
		z-index:11;
	}
    .goteianjirei > div > .text {
        width: 100%;
        max-width: 1080px;
        padding: 8.6rem 0rem 9rem;
        margin: 0 auto 0;
	}
	.goteianjireilist {
		width:100%;
		display: flex;
		flex-wrap: wrap;
		gap:7rem;
	}
	.goteianjireilist > div {
		width:calc((100% - 14rem) / 3);
	}
	.goteianjireilist > div a {
		display:block;
		padding:2rem;
		border:1px solid #a3a3a3;
		background:#fcfcfc;
		margin-bottom:2rem;
	}
	.goteianjireilist > div img {
		width:100%;
	}
	.goteianjireilist > div .title {
		display: block;
		color: var(--Main-Orange01, #F81);
		text-align: center;
		font-size: 2.2rem;
		font-style: normal;
		font-weight: 700;
		line-height: 1;
		margin-bottom:2.3rem;
	}
	.goteianjireilist > div p {
		color: var(--Gray-01, #181818);
		font-size: 1.6rem;
		font-style: normal;
		font-weight: 500;
		line-height: 1.87;
	}


	/* voicelistpage */
	.voicelistpage {
		position:relative;

	}
	.voicelistpage .content {
		width:100%;
		max-width:calc(1430px + 16rem);
		padding:8rem 8rem 12rem;
		margin:0 auto 0;
		z-index:11;
	}
    .voicelistpage > div > .text {
        width: 100%;
        max-width: 1080px;
        padding: 8.6rem 0rem 9rem;
        margin: 0 auto 0;
	}



	/* voicesingle */

	.voicesingle {
	}
	.voicesingle .content {
		width:100%;
		max-width:calc(1180px + 16rem);
		padding:8rem 8rem 12rem;
		margin:0 auto 0;
		z-index:11;
	}

	.voicesingle .title {
		width:100%;
	}
	.voicesingle .title div.tag {
		display: flex;
		justify-content: flex-start;
		gap:0.8rem;
		margin-bottom:3.5rem;
	}
	.voicesingle .title .tag span {
		width:fit-content;
		height:2.7rem;
		display: flex;
		align-items: center;
		justify-content: center;
		padding:0 0.6rem;
	}
	.voicesingle .title .tag span.red {
		background: var(--Area-02-Kanto, #FC5422);
		color: var(--White, #FFF);
		font-size: 1.2rem;
		font-style: normal;
		font-weight: 500;
		line-height: 1.25rem; /* 125% */

	}
	.voicesingle .title .tag span.shikaku {

	}
	.voicesingle .title .tag span.area {
		background: var(--Area-02-Kanto, #181818);
		color: var(--White, #FFF);
		font-size: 1.2rem;
		font-style: normal;
		font-weight: 500;
		line-height: 1.25rem; /* 125% */
		border-radius: 1.35rem;
	}
	.voicesingle .title .main {
		color: #000;
		font-size: 2.8rem;
		font-style: normal;
		font-weight: 700;
		line-height: 1.7;
		margin-bottom:3.6rem;
	}
	.voicecontent {
		width:100%;
		display: flex;
		justify-content: space-between;
	}
	.voicecontent > .left {
		width:72.8%;
	}
	.voicecontent > .right {
		width:23.7%;
		border-top:1px solid #181818;
		padding-top:1.7rem;
	}
	.voicecontent .left .mainimg{
		width:100%;
		margin-bottom:5rem;
	}
	.kihondata {
		margin-bottom:7.4rem;
	}

	.kihondata > div {
        width: 100%;
        display: flex;
        border-bottom: 1px solid #a3a3a3;
        border-top: 1px solid #a3a3a3;
        margin-top: -1px;
        padding: 2rem 0;
	}
	.kihondata > div span:first-child{
		display:block;
		width:16rem;
		color: #000;
		font-size: 1.6rem;
		font-style: normal;
		font-weight: 500;
		line-height: 1.7;
	}
	.kihondata > div span:last-child{
		display:block;
		width:calc(100% - 16rem);
		color: #000;
		font-size: 1.5rem;
		font-style: normal;
		font-weight: 400;
		line-height: 1.7;
	}
	.voicecontent .ques {
		width:100%;
		border-left:2px solid #f81;
		padding-left:1.4rem;
		margin-bottom:4rem;
	}
	.voicecontent .ques .ore {
		display: block;
		color: var(--Main-Orange01, #F81);
		font-size: 1.4rem;
		font-style: normal;
		font-weight: 500;
		line-height: 1; /* 285.714% */
		margin-bottom:1.5rem;
	}
	.voicecontent .ques .main {
		display: block;
		color: var(--Gray-01, #181818);
		font-size: 2rem;
		font-style: normal;
		font-weight: 700;
		line-height: 2; /* 200% */
	}
	.voicecontent .answ {
		color: #000;
		font-size: 1.6rem;
		font-style: normal;
		font-weight: 500;
		line-height: 2.25;
		letter-spacing: 0.8px;
		margin-bottom:7.5rem;
	}
	.voicecontent .imgbox {
		width:100%;
		display: flex;
		gap:2rem;
		margin-bottom:7.5rem;

	}
	.voicecontent .imgbox img {
		width:calc(50% - 1rem);
	}
	.voicecontent .right img {
		width:100%;
		margin-bottom:1.5rem;
	}
	.voicecontent .right .companyname {
		color: var(--Gray-01, #181818);
		text-align: center;
		font-size: 1.6rem;
		font-style: normal;
		font-weight: 700;
		line-height: 1.4;
		margin-bottom:1.5rem;
	}
	.voicecontent .right .text {
		color: var(--Gray-01, #181818);
		font-size: 1.2rem;
		font-style: normal;
		font-weight: 500;
		line-height: 2; /* 200% */
	}

	/* columnlist */
	section.column {
		position:relative;

	}
	section.column .content {
		width:100%;
		max-width:calc(1430px + 16rem);
		padding:8rem 8rem 12rem;
		margin:0 auto 0;
		z-index:11;
	}
	.taglinklist {
		border-top:1px solid #181818;
		padding-top:3.8rem;
	}
	.taglinklist .top {
		width:100%;
		display:flex;
		gap:1.7rem;
		margin-bottom:3.8rem;
		flex-wrap: wrap;
	}
	.taglinklist .top a {
		display:block;
		width:fit-content;
		height:3.4rem;
		display: flex;
		align-items: center;
		justify-content: center;
		padding:0 1.1rem;
		color: var(--Gray-01, #181818);
		font-size: 1.7rem;
		font-style: normal;
		font-weight: 500;
		line-height: 1;
		border:1px solid #181818;
	}
	.taglinklist .bottom {
		width:100%;
		display:flex;
		gap:1.7rem;
		margin-bottom:6rem;
		flex-wrap: wrap;
	}
	.taglinklist .bottom a {
		display:block;
		width:fit-content;
		height:3.3rem;
		display: flex;
		align-items: center;
		justify-content: center;
		padding:0 1.2rem;
		color: var(--Gray-01, #fff);
		font-size: 1.6rem;
		font-style: normal;
		font-weight: 500;
		line-height: 1;
		background:#181818;
		border-radius: 2rem;;
	}


	.column .columnlist {
		width:100%;
		display: flex;
		gap:7rem;
		justify-content: space-between;
		flex-wrap: wrap;
	}
	.column .columnlist a {
		display:block;
		width:calc((100% - 14rem) / 3);
	}
	.column .columnlist a > img {
		width:100%;
	}
	.column .columnlist a .bottom {
		display: block;
		background:#F8F8F8;
		padding:2.3rem 2.5rem;
		margin-top:-10px;
	}
	.column .columnlist a .bottom span.title {
		color: var(--Gray-01, #181818);
		font-size: 2rem;
		font-style: normal;
		font-weight: 700;
		line-height: 1.66;
		display: block;
		margin-bottom:1.9rem;
	}
	.column .columnlist a .bottom span.text{
		color: var(--Gray-01, #181818);
		font-size: 1.6;
		font-style: normal;
		font-weight: 500;
		line-height: 1.87; /* 187.5% */
		display: block;
		margin-bottom:2.3rem;
	}
	.column .columnlist a .bottom span.tag {
		display: flex;
		justify-content: flex-start;
		gap:0.8rem;
	}
	.column .columnlist a .bottom span.tag > span {
		width:fit-content;
		height:2.7rem;
		display: flex;
		align-items: center;
		justify-content: center;
		padding:0 0.6rem;
		flex-wrap: wrap;
	}
	.column .columnlist a .bottom span.tag span.shikaku {
		background: #fff;
		color: #181818;
		font-size: 1.2rem;
		font-style: normal;
		font-weight: 500;
		line-height: 1.25rem; /* 125% */
		white-space: nowrap;
		border:1px solid #747474;

	}
	.column .columnlist a .bottom span.tag span.blk {
		background: var(--Area-02-Kanto, #181818);
		color: var(--White, #FFF);
		font-size: 1.2rem;
		font-style: normal;
		font-weight: 500;
		line-height: 1.25rem; /* 125% */
		border-radius: 1.35rem;
		white-space: nowrap

	}



	/* gyoshusingle */

	section.gyoshubetsusingle {
		position:relative;
	}
	section.gyoshubetsusingle .content {
		width:100%;
		max-width:calc(1430px + 16rem);
		padding:8rem 8rem 12rem;
		margin:0 auto 0;
		z-index:11;
	}
	section.gyoshubetsusingle2 {
		background:#f8f8f8;
	}
	section.gyoshubetsusingle2 .content {
		width:100%;
		max-width:calc(1180px + 16rem);
		padding:12rem 8rem 12rem;
		margin:0 auto 0;
		z-index:11;
	}
	section.gyoshubetsusingle3 {
		background:#fff;
	}
	section.gyoshubetsusingle3 .content {
		width:100%;
		max-width:calc(1430px + 16rem);
		padding:12rem 8rem 12rem;
		margin:0 auto 0;
		z-index:11;
	}
	section.gyoshubetsusingle3 .teiansholist{
		width:100%;
		max-width:1180px;
		padding:0rem 0rem 12rem;
		margin:0 auto 0;
		flex-wrap: wrap;
		gap:2rem;
	}

	/* mitsumori */
	.mitsumoriform {

	}
	.mitsumoriform .content {
		width:100%;
		max-width:calc(1180px + 16rem);
		padding:8rem 8rem 12rem;
		margin:0 auto 0;
		z-index:11;
	}
	.formblock {
		background:#f8f8f8;
	}
	.formblock .content {
		width:100%;
		max-width:calc(980px + 16rem);
		padding:8rem 8rem 12rem;
		margin:0 auto 0;
		z-index:11;
	}
	.contact_madoguchi.blk {
		border:3px solid #d1d1d1;
	}
	.title.contactmadoguchi_blk {
		width:100%;
		height:4rem;
		line-height:4rem;
		padding-left:0rem;
		margin-bottom:2rem;
		color: var(--Gray-01, #181818);
		font-size: 2.6rem;
		font-style: normal;
		font-weight: 700;
		text-align:center;
		background:transparent;
	}


	.form_area .form_block {
		width:100%;
		border-bottom:1px solid #000;
		padding:25px 0 4px 0;
	}
	.form_area .form_block .descr {
		width:100%;
		padding-bottom:15px;
	}
	.form_area .form_block .descr .hissu_comme {
		display:block;
		float:left;
		width:100%;
		height:21px;
		line-height:21px;
		color:#ff3000;
		font-size:100%;
		font-weight:500;
	}
	.form_area .form_block .form {
		width:100%;
		margin-bottom:21px;
	}
	.form_area .form_block .form .left {
		display:block;
		float:left;
		width:180px;
		height:55px;
		line-height:55px;
		font-size:105%;
		font-weight:700;
	}
	.form_area .form_block .form .left .hissu {
		display:inline-block;
		width:38px;
		height:21px;
		background:#ff3000;
		line-height:21px;
		text-align:center;
		color:#fff;
		font-size:90%;
		font-weight:700;
		margin-right:3px;
	}
	.form_area .form_block .form .right {
		display:block;
		float:left;
		width:calc(100% - 180px);
	}
	.form_area .form_block .form .right input[type="tel"], .form_area .form_block .form .right input[type="email"], .form_area .form_block .form .right input[type="text"], .form_area .form_block .form .right select {
		display:block;
		width:100%;
		height:55px;
		background:#fff;
		border:none;
		outline:none;
		padding:0 0 0 12px;
		font-family : inherit;
		font-size : 110%;
	}
	.form_area .form_block .form .right select {
		width:100%;
	}
	.form_area .form_block .form .right textarea {
		display:block;
		width:100%;
		height:205px;
		background:#fff;
		border:none;
		outline:none;
		padding:12px;
		font-family : inherit;
		font-size : 110%;
	}
	.form_attention {
		width:100%;
		margin:25px 0;
		background:#ffe5a0;
		padding:18px;
		text-align:center;
		font-size:100%;
		font-weight:500;
	}
	.form_attention span {
		color:#ff3000;
		font-weight:700;
		font-size:110%;
	}
	.form_area input[type="submit"] {
		display:block;
		width:100%;
		max-width:440px;
		height:80px;
		line-height:80px;
		background:#000000 url() right 20px center no-repeat;
		font-size:140%;
		font-weight:700;
		color:#ff8100;
		text-align:center;
		margin:0 auto;
		outline:none;
		border:0;
		cursor:pointer;
	}
	.form_area input[type="button"].wpcf7c-btn-back {
		display: block;
		width: 50%;
		height: 30px;
		line-height:30px;
		background: #000000;
		font-size: 85%;
		font-weight: 400;
		color: #ffd800;
		text-align: center;
		margin: 5px auto 0 auto;
		outline: none;
 		border: 0;
		font-family : inherit;
		cursor:pointer;
	}
	/* 隱ｿ謨ｴ */
	.form_area .ajax-loader {
		display:none!important;
	}
	.form_area .wpcf7-not-valid {
		background:#FCC!important;
	}
	.form_area .wpcf7-response-output {
		display:none!important;
	}
	/* 遒ｺ隱阪�繝ｼ繧ｸ */
	.form_area .wpcf7c-conf, .wpcf7c-conf:focus {
		background: transparent!important;
		border: none!important;
		color:#000!important;
	}
	.form_area input.wpcf7c-conf:-webkit-autofill {
		-webkit-box-shadow: 0 0 0px 1000px #ececec inset;
	}
	.form_area input.wpcf7c-conf {
		padding-left:6px!important;
		font-weight: 400!important;
	}
	.form_area select.wpcf7c-conf {
		appearance: none;
		-webkit-appearance: none;
		-moz-appearance: none;
	}

	.form_area select.wpcf7c-conf::-ms-expand {
		display: none;
	}
	input:focus::-webkit-input-placeholder {
		color: transparent;
	}
	input:focus::-moz-placeholder {
		color: transparent;
	}
	input:focus::-ms-input-placeholder {
		color: transparent;
	}
	input:focus::placeholder {
		color: transparent;
	}
	input.wpcf7c-conf::-webkit-input-placeholder {
		color: transparent;
	}
	input.wpcf7c-conf::-moz-placeholder {
		color: transparent;
	}
	input.wpcf7c-conf::-ms-input-placeholder {
		color: transparent;
	}
	input.wpcf7c-conf::placeholder {
		color: transparent;
	}

	.privacypolicy {
		width:90%;
		height:200px;
		margin:0 auto 30px auto;
		border:1px solid #888888;
		overflow: auto;
		background:#fff;
		font-size:90%;
		line-height:1.8;
		padding:20px;
	}
	.shodakuCheck {
		text-align:center;
		padding-bottom:50px;
		font-size:105%;
		font-weight:700;
	}
	.shodakuCheck span, .shodakuCheck input {
		cursor:pointer;
	}
	.shodakuCheck .wpcf7-list-item-label {
		padding-left:5px;
	}


	/* FAQ */

	.faq01 {

	}
	.faq01 .content {
		width:100%;
		max-width:calc(1180px + 16rem);
		padding:8rem 8rem 16rem;
		margin:0 auto 0;
		z-index:11;
	}
	.faq02 {
		background:#f8f8f8;
	}
	.faq02 .content {
		width:100%;
		max-width:calc(1180px + 16rem);
		padding:0rem 8rem 12rem;
		margin:0 auto 0;
		z-index:11;
		position: relative;
	}
	.pagelink.faqlink {
        width: 100%;
        height: 9rem;
        display: flex;
        justify-content: space-around;
        background: #f8f8f8;
        align-items: center;
        padding: 0 3rem;
        margin-bottom: 12rem;
        position: absolute;
        top: -10rem;
        max-width: 1180px;
	}
	.faqname {
        color: var(--Main-Orange01, #F81);
        font-size: 2.6rem;
        font-style: normal;
        font-weight: 700;
        line-height: 2.7;
        margin-bottom: 2rem;
        padding-top: 4rem;
	}
	.qanda_block {
		background: #fff;
	}

	section#qandaBlock {
        padding: 0px 0 15px 0;
        position: relative;
	}
	section#qandaBlock .contents1160 {
		width:100%;
		max-width:1200px;
		padding:0px 0px 20px 0px;
		margin:0 auto;
	}
	.yokuaruH2 {
		display:block;
		text-align:center;
		font-size:280%;
		font-weight:900;
		line-height:1.45;
		padding-bottom:30px;
		letter-spacing:-2px;
		color:#000;
	}
	section#qandaBlock p.descr {
		display: block;
		width: 100%;
		font-size: 115%;
		line-height: 2;
		font-weight: 500;
		padding-bottom: 20px;
		margin-bottom: 15px;
		letter-spacing: -1px;
		color:#000;
		text-align:center;
	}
	.qanda {
		width:100%;
		margin-bottom:2rem;
	}
	.qanda h3 {
        width: 100%;
        height: 8rem;
        position: relative;
        padding: 0 3rem 0 8rem;
        cursor: pointer;
	}
	.qanda h3 span{
        display: block;
        color: var(--Gray-01, #181818);
        font-size: 1.9rem;
        font-style: normal;
        font-weight: 500;
        line-height: 8rem;
        width: 100%;
	}
	.qanda h3::before {
        content: "";
        display: block;
        width: 8rem;
        height: 8rem;
        background: url(images/faqq.png) center center no-repeat;
        color: #000;
        position: absolute;
        left: 0;
        top: 0;
	}
	.qanda h3::after {
        content: "";
        display: block;
        width: 3rem;
        height: 3rem;
        background: url(images/faqicon_plus.png) center center no-repeat;
        position: absolute;
        right: 3rem;
        top: 50%;
        text-align: center;
        transform: translate(0%, -50%);
	}
	.qanda h3.open::after {
        content: "";
        display: block;
        width: 3rem;
        height: 3rem;
        background: url(images/faqicon_minus.png) center center no-repeat;
        position: absolute;
        right: 3rem;
        top: 50%;
        text-align: center;
        transform: translate(0%, -50%);
	}
	.qanda .answer {
        width: 100%;
        padding: 0 3rem 3rem 8rem;
        margin-top: 0px;
        position: relative;
        line-height: 1.8;
        color: #000;
        display: none;
	}
	.qanda .answer p.mainans {
        padding-bottom: 2rem;
        width: 100%;
        border-top: 1px solid #f81;
        padding-top: 2rem;
        color: var(--Gray-01, #181818);
        font-size: 1.7rem;
        font-style: normal;
        font-weight: 500;
        line-height: 1.52;
	}
	.qanda .answer p.normalans {
        color: var(--Gray-01, #181818);
        font-size: 1.6rem;
        font-style: normal;
        font-weight: 400;
        line-height: 1.87;
	}
	.qanda .answer::before {
        content: "";
        display: block;
        width: 8rem;
        height: 4rem;
        background: url(images/faqa.png) center center no-repeat;
        position: absolute;
        left: 0px;
        top: 15px;
	}




	/* area top */

	section.areatop {
		position:relative;
	}
	section.areatop .content {
		width:100%;
		max-width:calc(1430px + 16rem);
		padding:8rem 8rem 12rem;
		margin:0 auto 0;
		z-index:11;
	}



	.areabottom_top {
		display: flex;
		width:100%;
		gap:3.5rem;
		justify-content: space-between;
		padding-bottom:9.5rem;
		position: relative;
	}
	.areabottom_top .left {
		width:72%;
	}
	.areabottom_top .right {
		width:28%;
	}
	.areabottom_top .left h2 {
		width:100%;
	}
	.areabottom_top .left h2 .sub {
		display:block;
		color: #000;
		font-size: 2.2rem;
		font-style: normal;
		font-weight: 700;
		line-height: 1;
		margin-bottom:2.6rem;
	}

	.areabottom_top .left h2 .main {
		color: #000;
		font-size: 4.8rem;
		font-style: normal;
		font-weight: 700;
		line-height: 1.6;
		letter-spacing: -1.5px;
	}
	.areabottom_top .right img {
        position: absolute;
        top: -18rem;
        right: 0;
        width: 30%;
        z-index: 12;
	}

    section.areatop > div > .text {
        width: 100%;
        max-width: 1080px;
        padding: 0rem 0rem rem;
        margin: 0 auto 0;
		color: #000;
		font-size: 1.7rem;
		font-style: normal;
		font-weight: 500;
		line-height: 2.3;
		letter-spacing: 0.85px;
	}


	section.search {
		width:100%;
		background:#F8F8F8 url(images/wht1.png) top center no-repeat;
		background-size:100% 18rem;
	}
	section.search .content {
		width:100%;
		max-width:calc(1080px + 16rem);
		padding:0rem 8rem 15rem;
		margin:0 auto 0;
		z-index:11;
	}

	.searchbox {
		width:100%;
		border:3px solid #D1D1D1;
		background:#fff;
		padding:2.5rem 7rem 4rem;
		margin-bottom:10rem;
	}
	.searchbox h2 {
		width:100%;
		text-align: center;
		color: var(--Main-Orange01, #F81);
		font-size: 2.6rem;
		font-style: normal;
		font-weight: 700;
		line-height: 1.3; /* 123.077% */
		margin-bottom:3.5rem;
	}
	.searchbox .conditions {
		width:100%;
		display: flex;
		justify-content: space-between;
		gap:5rem;
		margin-bottom:4rem;
	}
	.searchbox .conditions .block {
		width:calc((100% - 10rem) / 3);

	}
	.searchbox .conditions .block .title {
		width:100%;
		height:3.2rem;
		padding-left:4rem;
		color: var(--Gray-01, #181818);
		font-size: 2rem;
		font-style: normal;
		font-weight: 700;
		line-height: 3.2rem;
		margin-bottom:1.7rem;
	}
	.searchbox .conditions .block .title.conditions01 {
		background:url(images/searchboxicon01.png) left center no-repeat;
		background-size:2.88rem;
	}
	.searchbox .conditions .block .title.conditions02 {
		background:url(images/searchboxicon02.png) left center no-repeat;
		background-size:2.88rem;
	}
	.searchbox .conditions .block .title.conditions03 {
		background:url(images/searchboxicon03.png) left center no-repeat;
		background-size:2.88rem;
	}
	.searchbox select {
		width:100%;
		border:none;
		outline:none;
		height: 6rem;
		padding: 0 1.8rem;
		color: var(--Gray-01, #181818);
		font-family: "Noto Sans CJK JP";
		font-size: 16px;
		font-style: normal;
		font-weight: 400;
		line-height: 16px; /* 100% */
		border-radius: 5px;
		background: var(--Gray-08, #F3F3F3);
		-webkit-appearance: none;
		appearance: none;
		-webkit-appearance: none;
		appearance: none;
		background-image: url(images/searchselectarw.png);
		background-repeat: no-repeat;
		background-size: 1.7rem auto; /* 画像のサイズ（幅 高さ）*/
		background-position: right 1.8rem center; /* 画像の位置 */
	}
	.searchbox input[type="submit"] {
		display: flex;
		width:100%;
		border:none;
		outline:none;
		max-width: 78rem;
		height: 6.8rem;
		padding: 0 4rem;
		flex-direction: column;
		justify-content: center;
		align-items: center;
		background:#000 url(images/searchinputicon.png) right 4rem center no-repeat;
		color: var(--White, #FFF);
		text-align: center;
		font-size: 1.9rem;
		font-style: normal;
		font-weight: 700;
		line-height: 25.191px; /* 132.587% */
		border-radius:4rem;
		margin:0 auto;
		cursor:pointer;
	}

	.areatopcontents {
		width:100%;
	}
	.areatopcontents .areasearch_arealist {
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
		gap:4rem;
	}
	.areatopcontents .areasearch_arealist > div {
		width:calc(50% - 2rem);
		background:#fff;
		position:relative;
		padding:14rem 4rem 4rem;
	}
	.areatopcontents .areasearch_arealist > div .areaillust {
		position:absolute;
		top:-1.8rem;
		left:2.8rem;
	}
	.areatopcontents .areasearch_arealist > div h3 {
		position:absolute;
		width:100%;
		height:13rem;
		line-height:13rem;
		color: var(--Main-Orange01, #F81);
		font-size: 2.6rem;
		font-style: normal;
		font-weight: 700;
		top:0;
		left:0;
		text-align: center;

	}
	.areatopcontents .areasearch_arealist > div img.areaimg {
		width:100%;
		margin-bottom:2rem;
	} 
	.areatopcontents .areasearch_arealist > div .text {
		color: var(--Gray-01, #181818);
		font-family: "Noto Sans CJK JP";
		font-size: 1.6rem;
		font-style: normal;
		font-weight: 400;
		line-height: 2;
		margin-bottom:2rem;
	}
	.areatopcontents .areasearch_arealist > div .morebtn_search {
		width:100%;
		text-align: right;
	}
	.areatopcontents .areasearch_arealist > div .morebtn_search a {
		display:inline-block;
		height:3rem;
		color: var(--Gray-01, #181818);
		font-size: 1.6rem;
		font-style: normal;
		font-weight: 400;
		line-height: 3rem;
		background:url(images/gyoshubetsulink.png) right center no-repeat;
		background-size:3rem 3.1rem;
		padding-right:4rem;
	}

	/* area 各地 */
	.defaulttitle.tatecenter h1 {
        align-items: flex-start;
        position: relative;
        flex-direction: column;
        justify-content: center;
	}
	.defaulttitle.tatecenter h1 .sub2 {
		color: var(--Main-Orange01, #F81);
		font-size: 1.9rem;
		font-style: normal;
		font-weight: 700;
		line-height: 1;
	}
	.areabottom_top .left .text {
		width: 100%;
		max-width: 700px;
		margin: 0 auto;
		color: #000;
		font-size: 1.7rem;
		font-weight: 500;
		line-height: 2.1;
		letter-spacing: 0.85px;
	}
    section.areatop.areakakuchi .content {
        padding: 8rem 8rem 0rem;
    }
	.search .content1430 {
		width:100%;
		max-width:calc(1430px + 16rem);
		padding:0rem 8rem 8.5rem;
		margin:0 auto 0;
		z-index:11;
	}
	.jireilist_area {
		background: #fff;
		padding: 0 7.8rem 5rem;
		margin-bottom:5rem;
	}
	.jireilist_area .top {
		position:relative;
		padding:14rem 0 0 0;
	}
	.jireilist_area .top img.areaillust {
		position:absolute;
		top:-1.8rem;
		left:2.8rem;
	}
	.jireilist_area .top h2 {
		position:absolute;
		width:100%;
		height:13rem;
		line-height:13rem;
		color: var(--Main-Orange01, #F81);
		font-size: 2.6rem;
		font-style: normal;
		font-weight: 700;
		top:0;
		left:0;
		padding-left:18rem;
	}
	.jireilist_area .top .morebtn {
        display: inline-block;
        height: 3rem;
        color: var(--Gray-01, #181818);
        font-size: 1.6rem;
        font-style: normal;
        font-weight: 400;
        line-height: 3rem;
        background: url(images/gyoshubetsulink.png) right center no-repeat;
        background-size: 3rem 3.1rem;
        padding-right: 4rem;
        position: absolute;
        bottom: 3rem;
        right: 0;
    }
	.jireilist_area .jissekilist {
		display: flex	;
		flex-wrap: wrap;
		justify-content: space-around;
		gap: 5rem;
	}
	.jireilist_area .jissekilist .jbox {
        margin: 0 0 0 0 !important;
        width: calc((100% - 10rem) / 3);
	}
	.jireilist_area .jissekilist div.jbox h4 {
        color: #181818;
    }
    .jireilist_area .jissekilist div.jbox .tag > a.gyoshu {
        background:#F8F8F8;
    }
	.jissekimiru {
		background:#FFE7CF;
		display: flex;
		width: 330px;
		height: 6rem;
		padding: 2rem 2.5rem;
		flex-direction: column;
		justify-content: center;
		align-items: center;
		color: var(--Gray-01, #181818);
		font-size: 1.8rem;
		font-style: normal;
		font-weight: 400;
		border-radius:1rem;
		margin:0 auto;
	}


	/* searchi result */

	.searchresult {
		position:relative;
	}
	.searchresult .content {
		width:100%;
		max-width:calc(1080px + 16rem);
		padding:8rem 8rem 4rem;
		margin:0 auto 0;
		z-index:11;
	}
	.searchresult .left .text {
		color: #000;
		font-size: 2rem;
		font-style: normal;
		font-weight: 500;
		line-height: 2.1; /* 216.554% */
	}
	.searchtitle {
		display:block;
		width:fit-content;
		height:3.5rem;
		margin:0 auto 6rem;
		background:url(images/searchtitleicon.png) left center no-repeat;
		background-size:3.5rem;
		color: var(--Gray-01, #181818);
		text-align: center;
		font-size: 3.6rem;
		font-style: normal;
		font-weight: 700;
		line-height: 3.5rem;
		padding-left:4.5rem;

	}

	.jireilist_area .top .kensu {
        position: absolute;
        width: 100%;
        height: 13rem;
        line-height: 13rem;
        color: var(--Main-Orange01, #F81);
        font-size: 2.6rem;
        font-style: normal;
        font-weight: 700;
        top: 0;
        left: 0;
	}
    section.search.resultbox .content {
        padding: 0rem 8rem 5rem;
    }


	.pagenate {
		width:100%;
		margin:8rem 0 5rem 0;
	}
	.pagenate .pagenageBox {
		width:100%;
		min-height:5.6rem;
		text-align:center;
	}
	.pagenate .pagenageBox a, .pagenate .pagenageBox span {
		display:inline-block;
		height:5.6rem;
		line-height:5.6rem;
		margin:0 2px;
		text-align:center;
		color:#181818;
		font-size:2rem;
		font-weight:400;
		background:#F3F3F3;
	}
	.pagenate .pagenageBox .dots {
		background:transparent;
	}
	.pagenate .pagenageBox a {
		width:5.6rem;
		border-radius:3rem;
		background:#F3F3F3;
	}
	.pagenate .pagenageBox a:hover {
		background:#FFE7CF;
		color:#F81;
	}
	.pagenate .pagenageBox span.current {
		width:5.6rem;
		border-radius:3rem;
		background:#FFE7CF;
		color:#F81;
	}
	.pagenate .pagenageBox a.prev {
	}
	.pagenate .pagenageBox a.prev:after{
			content: "";
	}
	.pagenate .pagenageBox .prev, .pagenate .pagenageBox .next {
		background:transparent;
	}
/* footer */
	footer {
		
	}
	footer .content {
    width: 100%;
    max-width: calc(1430px + 16rem);
    padding: 6.5rem 8rem 3rem;
    margin: 0 auto 0;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
	}
	footer .content .left {
    width: 26rem;		
	}
	footer .content .left img {
		
	}
	footer .content .left .company {
		
	}
	footer .content .left p {
		
	}
	footer .content .right {
    width: calc(100% - 32rem);
    display: flex;
    justify-content: space-between;
    gap: 2rem;
	}
	footer .content .right > div {
    width: 20%;
    border-top: 2px solid #464646;
    padding-top: 1.5rem;
	}
	footer .content .right > div .main {
	display:block;
	width:100%;
    color: var(--Gray-01, #181818);
    font-size: 1.6rem;
    font-style: normal;
    font-weight: 500;
    line-height: 2.5;
	}
	footer .content .right > div .sub {
	display:block;
	width:100%;
	color: var(--Gray-01, #181818);
	font-size: 1.5rem;
	font-style: normal;
	font-weight: 400;
	line-height: 2.2;
    padding-left: 2rem;
	}




}









@media (max-width: 1450px) and (min-width:1281px) {
	html {
		font-size:56%;
	}
}
@media (max-width: 1280px) and (min-width:800px) {
	html {
		font-size:51%;
	}
}




@media (max-width: 1550px) and ( min-width:480px) {

	header {
		padding-left: 20px;
	}

	header .head_logo {
	}

}


@media (max-width: 1400px) and ( min-width:480px) {



}



@media (max-width: 1550px) and ( min-width:480px) {
	section#point_main .point_list a {
		font-size:95%;
	}
}

@media (max-width: 1400px) and ( min-width:480px) {
	section#point_main .point_list a {
		font-size:90%;
	}
}

@media (max-width: 1310px) and ( min-width:480px) {
	section#point_main .point_list a {
		font-size:82%;
		letter-spacing:-2.5px;
	}
}

@media (max-width: 1200px) and ( min-width:480px) {
	section#point_main .point_list a {
		font-size:75%;
	}
}


@media (max-width: 1280px) and ( min-width:480px) {

	section.pointBlock .right_white_block {
		width:100%;
		max-width:1280px;
		padding-right:0;
		margin-left:0;
		background:#fff;
	}

	section.pointBlock .right_white_block .pointImg {
		position: absolute;
		left: calc(100% - 1340px);
		top: -60px;
	}

	section.pointBlock .left_white_block .contents1280 p.point {
		left:10px;
	}

	section.pointBlock .right_white_block .contents1280 p.point {
		right:10px;
	}

















































}







@media (max-width: 479px) {


	body {
		text-align: center;
		background:#fff;
		background-position:top;
		font-size:13px;
		line-height:1.8;
		color:#333;
		font-family: 'Noto Sans JP', sans-serif!important;
		width:100%;
		height:100%;
	}

/* 汎用 */
	.spNone {
		display:none!important;
	}


	


















	.contents1080 {
		width:100%;
		max-width:1120px;
		padding:0 20px;
		margin:0 auto;
	}

	.contents1280 {
		width:100%;
		max-width:1320px;
		padding:0 20px;
		margin:0 auto;
	}
	.linkbox {
		width:100%;
		display:flex;		
		padding-top:4.5rem;
		gap:3rem;
	}
	.linkbox.lef {
		justify-content: flex-start;
	}
	.linkbox.rig {
		justify-content: flex-end;
	}
	.linkbox.center {
		justify-content: center;
	}
	.linkbox a {
        display: block;
        width: 86%;
        height: 57px;
        border: 1px solid #181818;
        background: #fff url(images/linkbtnbg.png) right 1.5rem center no-repeat;
        background-size: 22px;
        border-radius: 4rem;
        padding: 20px 0 20px 20px;
        line-height: 3rem;
        color: var(--Gray-01, #181818);
        font-size: 1.4rem;
        font-style: normal;
        font-weight: 500;
        line-height: 15px;
        transition: all 0.2s;
        margin: 0 7%;
	}
	.linkbox a:hover {
		background:#fff url(images/linkbtnbg.png) right 1rem center no-repeat;
        background-size: 22px;
		transition: all 0.12s;
	}
	.linkbox.big a {
		width:45rem;
	}


	
	.linkbox_mini {
		width:100%;
		display:flex;		
		gap:3rem;
	}
	.linkbox_mini.lef {
		justify-content: flex-start;
	}
	.linkbox_mini.rig {
		justify-content: flex-end;
	}
	.linkbox_mini a {
		display:block;
		width:16rem;
		height:4.6rem;
		background:#181818 url(images/linkbtnbg.png) right 2rem center no-repeat;
		background-size:2.6rem 2.6rem;
		border-radius: 4rem;
		padding:1rem 2rem;
		line-height:2.6rem;
		color: #fff;
		font-size: 1.6rem;
		font-style: normal;
		font-weight: 500;
		line-height:2.6rem;
		transition: all 0.2s;
	}
	.linkbox_mini a:hover {
		background:#181818 url(images/linkbtnbg.png) right 1rem center no-repeat;
		background-size:2.6rem 2.6rem;
		transition: all 0.12s;
	}

	/* index header */

	div.indexright {
        height: 65px;
        position: absolute;
        left: 0;
        top: 0;
        bottom: 0;
        z-index: 11;
        width: 100%;
        background: #fff;
	}
	div.indexright img {
		display: none;
	}
	div.indexright img.splogo {
        position: absolute;
        left: -40px;
        bottom: 0;
        width: auto;
        height: 50px;
	}
	div.indexright nav {
		display:none;
	}


	/* index header2 */
	header.index {
        width: 100%;
        height: 65px;
        background: #fff;
        position: fixed;
        opacity: 0;
        top: -128px;
        z-index: 30;
        padding: 0 24.5rem 0 26.2rem;
	}
	header.index .headlogo {
        position: absolute;
        left: -40px;
        bottom: 0;
        width: auto;
        height: 50px;
	}
	header.index nav {
		display: none;
	}
	header.index .gmenu {
		display: none;
	}
	header.index .bottom {
		display: none;
	}






	/* 下層ページ header */
	main.other {
		padding-top:65px;
	}
	header.other {
        width: 100%;
        height: 65px;
        background: #fff;
        position: fixed;
        top: 0;
        z-index: 30;
        padding: 0 24.5rem 0 26.2rem;
	}
	header.other .headlogo {
        position: absolute;
        left: -40px;
        bottom: 0;
        width: auto;
        height: 50px;
	}
	header.other nav {
		display: none;
	}
	header.other .gmenu {
		display: none;
	}
	header.other .bottom {
		display: none;
	}
	

	/* footer */
	.basecontact {
		background:#F8F8F8;
	}

	.basecontact .content {
        width: 100%;
        padding: 40px 30px;
        margin: 0 auto;
	}
	.basecontact .content > div {
	}
	.basecontact .content > div .left {
        width: 100%;
	}
	.basecontact .content > div .right {
        width: 100%;
	}
	.basecontact .content > div .left .orgH2 {
        margin-bottom: 40px;

	}
	.basecontact .content > div .left .orgH2 .main {
		display: block;
		color: var(--Main-Orange01, #F81);
		font-family: Roboto;
		font-size: 5rem;
		font-style: italic;
		font-weight: 600;
		line-height: 50px;
		letter-spacing: -1.5px;
	}
	.basecontact .content > div .left .orgH2 .sub {
        color: var(--Gray-01, #181818);
        font-size: 1.5rem;
        font-style: normal;
        font-weight: 500;
        line-height: 2;
	}
	.basecontact .content > div .right a {
        display: block;
        width: 100%;
        height: 60px;
        line-height: 36px;
        background: #000 url(images/bottomcontacticon.png) right 20px center no-repeat;
        padding: 12px 25px;
        color: #f81;
        text-align: left;
        font-size: 1.8rem;
        font-style: normal;
        font-weight: 700;
        border-radius: 5rem;
        margin-bottom: 24px;
	}
	.basecontact .content > div .right .sptel {
        padding-left: 33px;
        background: url(images/spicon.png) left center no-repeat;
        background-size: 30px;
        color: var(--Gray-01, #181818);
        font-family: Roboto;
        font-size: 4.2rem;
        font-style: normal;
        font-weight: 500;
        line-height: 1;
        letter-spacing: 0.85px;
        white-space: nowrap;
        margin: 0 auto 5px;
        display: block;
        width: fit-content;
    }
	.basecontact .content > div .right .sub{
        display: block;
        color: var(--Gray-01, #181818);
        font-size: 1rem;
        font-style: normal;
        font-weight: 400;
        line-height: 1.7;
	}
	.copy {
		width:100%;
		height:80px;
		line-height:80px;
		text-align: center;
		color: var(--Gray-01, #181818);
		font-family: Roboto;
		font-size: 1.286rem;
		font-style: normal;
		font-weight: 400;
	}



	/* FV */
	section.fv {
        width: 100%;
        height: min(152vw,70vh);
        overflow: hidden;
        position: relative;
        z-index: 10;
	}
	#slide_wrapp {
		position: absolute;
	  top:0;
	  bottom:0;
	  left:0;
	  right:0;
		overflow: hidden;
	  background:#fff;
	  }
	  #slide_wrapp .slide_item {
		opacity: 0;
		transform: scale(1);
		transition: opacity 2s linear, transform 15s linear;
		position: relative;
	  }
	  #slide_wrapp .slide_item.img01 {
		background:url(images/sp-home-fv02-1.jpg) center center no-repeat;
		background-size:cover;
		width:100%;
		height:100%;
	  }
	  #slide_wrapp .slide_item.img02 {
		background:url(images/sp-home-fv02-1.jpg) center center no-repeat;
		background-size:cover;
		width:100%;
		height:100%;
	  }
	  #slide_wrapp .slide_item.img03 {
		background:url(images/sp-home-fv02-1.jpg) center center no-repeat;
		background-size:cover;
		width:100%;
		height:100%;
	  }
	  #slide_wrapp .slide_item.img04 {
		background:url(images/sp-home-fv02-1.jpg) center center no-repeat;
		background-size:cover;
		width:100%;
		height:100%;
	  }
	  #slide_wrapp .slide_item:not(:first-child) {
		position: absolute;
		top: 0;
		left: 0;
	  }
	  #slide_wrapp .slide_item.show_ {
		opacity: 1;
	  }
	  #slide_wrapp .slide_item.zoom_ {
		transform: scale(1.05);
	  }
	  #slide_wrapp .slide_item img {
		display: block;
		  width:100%;
	  }
	.fvabs {
        position: absolute;
        bottom: 0;
        left: 5vw;
        width: 86vw;
        max-width: 1400px;
	}
	.mitsumori {
		position: absolute;
		bottom: 6rem;
		left: calc(50% + 12rem);
		width: 22.3rem;
		z-index: 13;
	}











	/* index_about */
	section.index_about {
		background:#F81;
	}

	section.index_about .content {
        width: 100%;
        padding: 30px 0 0;
        margin: 0 auto;
	}
	.indextoplink {
        width: calc(100% - 60px);
        margin: 0 auto 30px;
	}
	.indextoplink > div {
        width: 100%;
        margin-bottom: 20px;
	}
	.indextoplink > div img {
		width:100%;
		margin-bottom:5px;
	}
	.indextoplink > div span.title {
        color: #FFF;
        font-size: 1.6rem;
        font-style: normal;
        font-weight: 700;
        line-height: 1.6;
        letter-spacing: 0.8px;
        padding-right: 18px;
        background: url(images/indextoplinkicon.png) right center no-repeat;
	}
	.indextoplink > div p {
        display: block;
        color: #FFF;
        font-size: 1.2rem;
        font-style: normal;
        font-weight: 500;
        line-height: 1.5;
        letter-spacing: 0.6px;
	}
	.indexhistory {
        width: 100%;
        display: flex;
        flex-wrap: wrap;	
	}
	.indexhistory .left {
        width: 100%;
        padding: 0 30px 50px;
        order: 1;
	}
	.indexhistory .left h2 {
        color: #FFF;
        font-size: 2rem;
        font-style: normal;
        font-weight: 700;
        line-height: 1.7;
        margin-bottom: 20px;
        width: 100%;
	}
	.indexhistory .left .text {
        width: 100%;
	}
	.indexhistory .left .text p {
        color: #FFF;
        font-size: 1.3rem;
        font-style: normal;
        font-weight: 500;
        line-height: 2;
        padding-bottom: 1rem;
	}
	.indexhistory .right {
        width: 98%;
        margin: 0 1% 20px;
	}
	.indexhistory .right svg.aisome {
		width:100%;
	}
	.cls-1 {
		fill: #f81;
	}
	.cls-2 {
		fill: #141414;
	}
	.cls-3 {
		fill: #fff;
	}
	.cls-4 {
		fill: none;
	}
	.cls-5 {
		fill: #d6d6d6;
	}
	.cls-6 {
		fill: #323232;
	}
	.cls-7 {
		fill: #e6e6e6;
	}
	.fukidashi{
		transition: all 0.1s;
	}
	.tatemono {
		transition: all 0.1s;
	}
	a:hover .fukidashi {
		transform: translateY(-15px);		
		cursor: pointer;
		transition: .2s cubic-bezier(0.45, 0, 0.55, 1);
	}
	a:hover .tatemono {
		transform: translateY(-10px);		
		cursor: pointer;
		transition: .2s cubic-bezier(0.45, 0, 0.55, 1);
		transition-delay: 0.1s;
	}
	svg.aisome {
		width:100%;
	}


	/* index_onestopsolution */
	section.index_onestopsolution {
		background:#F8F8F8;
	}
	section.index_onestopsolution .img_width {
        width: 100%;
        padding: 0 20px;
	}
	section.index_onestopsolution .img_width img {
        width: 100%;
        margin-top: -2px;
	}
	section.index_onestopsolution .content {
        width: 100%;
        padding: 30px 30px 50px;
        margin: 0 auto 0;
	}
	.index_onestopsolution .flow {
        width: 80%;
        max-width: 250px;
        margin: 0 auto;
        display: block;
	}
	.indexsection_top {
        width: 100%;
        padding-bottom: 3.5rem;
	}
	.indexsection_top .left {
        width: 100%;
	}
	.indexsection_top .left .bk {
        color: var(--Gray-01, #181818);
        font-size: 2rem;
        font-style: normal;
        font-weight: 700;
        line-height: 1.7;
	}
	.indexsection_top .right {
        padding-top: 10px;
        width: 100%;
        color: var(--Gray-01, #181818);
        font-size: 1.3rem;
        font-style: normal;
        font-weight: 500;
        line-height: 2;
	}
	.indexsection_top .fots {
		width:100%;
	}



	/* index_feedback */


	.index_feedback {
		background:#fff;
	}
	section.index_feedback .img_width {
        text-align: right;
        width: 100%;
        padding: 0 20px;
	}
	section.index_feedback .img_width img {
        width: 90%;
        max-width: 240px;
        margin-top: -5px;
	}
	section.index_feedback .content {
        width: 100%;
        padding: 30px 30px 40px;
        margin: 0 auto 0;
	}
	.indexsection_top .left .org {
        color: var(--Gray-01, #F81);
        font-size: 2rem;
        font-style: normal;
        font-weight: 700;
        line-height: 1.66;
        margin-bottom: 35px;
	}
	.indexsection_top .right_feed {
        width: 100%;
        display: flex;
        align-items: center;
	}
	.indexsection_top .right_feed .linkbox {
		padding-top:0;
	}
	.voicelist {
		width:100%;
	}
	.voicelist > div {
		width:100%;
	}
	.voicelist > div a > img {
		width:100%;
	}
	.voicelist > div .bottom {
        display: block;
        background: #F8F8F8;
        padding: 20px 25px;
        margin-top: -10px;
        margin-bottom: 30px;
	}
	.voicelist > div .bottom > img {
        width: 100%;
        height: 7rem;
        object-fit: contain;
        margin-bottom: 15px;
	}
	.voicelist > div .bottom span.companyname {
        color: var(--Gray-01, #181818);
        text-align: center;
        font-size: 1.7rem;
        font-style: normal;
        font-weight: 700;
        line-height: 1;
        display: block;
        margin-bottom: 20px;
	}
	.voicelist > div .bottom span.text{
        color: var(--Gray-01, #181818);
        font-size: 1.2rem;
        font-style: normal;
        font-weight: 500;
        line-height: 1.87;
        display: block;
        margin-bottom: 20px;
	}
	.voicelist > div .bottom span.tag {
		display: flex;
		justify-content: flex-start;
		gap:0.8rem;
	}
	.voicelist > div .bottom span.tag > span {
        width: fit-content;
        height: 25px;
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 0 10px;
	}
	.voicelist > div .bottom span.tag span.red {
        background: var(--Area-02-Kanto, #FC5422);
        color: var(--White, #FFF);
        font-size: 1.08rem;
        font-style: normal;
        font-weight: 500;
        line-height: 25px;
	}
	.voicelist > div .bottom span.tag span.shikaku {

	}
	.voicelist > div .bottom span.tag span.area {
        background: var(--Area-02-Kanto, #181818);
        color: var(--White, #FFF);
        font-size: 1.08rem;
        font-style: normal;
        font-weight: 500;
        line-height: 25px;
        border-radius: 1.35rem;		
	}


	/* index_showcase */
	section.index_showcase {
		background:#181818;
	}
	section.index_showcase .img_width {
        text-align: left;
        width: 100%;
        padding: 0 20px;
	}
	section.index_showcase .img_width img {
        width: 80%;
        max-width: 275px;
        margin-top: -3px;
	}
	section.index_showcase .indexsection_top .left {
		margin-bottom: 40px;
	}
	section.index_showcase .indexsection_top .left .org {
		margin-bottom:20px!important;
	}
	section.index_showcase .indexsection_top .left .sub.wht {
        color: var(--White, #FFF);
        font-size: 1.2rem;
        font-style: normal;
        font-weight: 500;
        line-height: 2;
        letter-spacing: 0.6px;		
	}
	section.index_showcase .content {
        width: 100%;
        padding: 40px 30px;
        margin: 0 auto 0;
	}
	.indexsection_top .left .sub.wht {
		color: var(--White, #FFF);
		font-size: 1.8rem;
		font-style: normal;
		font-weight: 500;
		line-height: 2.11; /* 211.111% */
		letter-spacing: 0.9px;
	}
	.content_jisseki {
        width: 100%;
        padding: 0rem 50px 90px 15px;
        margin-left: auto;
	}
	.jissekilist {
		width:100%;
	}
	.jissekilist div.jbox {
		margin:0 10px;
	}
	.jissekilist div.jbox img.jissekiimg {
        width: 100%;
        margin-bottom: 17px;
	}
	.jissekilist div.jbox h4 {
        display: block;
        width: 100%;
        color: var(--White, #FFF);
        font-size: 1.5rem;
        font-style: normal;
        font-weight: 500;
        line-height: 1.6;
        margin-bottom: 17px;
	}
	.jissekilist div.jbox .tag {
        display: flex;
        justify-content: flex-start;
        gap: 10px 5px;
        flex-wrap: wrap;
	}
	.jissekilist div.jbox .tag > a {
        width: fit-content;
        height: 22px;
        display: flex
;
        align-items: center;
        justify-content: center;
        padding: 0 10px;
	}
	.jissekilist div.jbox .tag > a.normal {
        background: #E7E7E7;
        color: var(--White, #181818);
        font-size: 0.96rem;
        font-style: normal;
        font-weight: 500;
        line-height: 22px;
        border-radius: 1.35rem;
	}
	.jissekilist div.jbox .tag > a.gyoshu {
        color: #F81;
        font-size: 0.96rem;
        font-style: normal;
        font-weight: 500;
        line-height: 22px;
        border-radius: 1.35rem;
        border: 1px solid #F8F8F8;
	}
	.jissekilist .slick-next {
        display: block !important;
        position: absolute !important;
        bottom: -60px !important;
        top: unset !important;
        left: 55px !important;
        width: 32px !important;
        height: 32px !important;
        background: url(images/jisseki_righticon.png) center center no-repeat !important;
	}
	.jissekilist .slick-prev {
        display: block !important;
        position: absolute !important;
        bottom: -60px !important;
        top: unset !important;
        left: 7px;
        width: 32px;
        height: 32px;
        background: url(images/jisseki_lefticon.png) center center no-repeat !important;
	}
	.slick-prev:before {
		content: ''!important;
	}
	.slick-next:before {
		content: ''!important;
	}
	.content_jisseki .slick-list{
		overflow: visible;
	}


	/* index_news */
	section.index_news {
		background:#fff;
	}
	section.index_news .content {
        width: 100%;
        padding: 45px 30px;
        margin: 0 auto 0;
	}
	section.index_news .news {
        width: 100%;
	}
	section.index_news .news .left {
        width: 100%;
        display: flex;
	}
	section.index_news .news .left .orgH2 {
		width:100%;
        margin-bottom: 40px;
	}
	section.index_news .news .left .orgH2 .main {
        display: block;
        color: var(--Main-Orange01, #F81);
        font-family: Roboto;
        font-size: 5rem;
        font-style: italic;
        font-weight: 600;
        line-height: 1;
        letter-spacing: -1.5px;
	}
	section.index_news .news .left .orgH2 .sub {
        color: var(--Gray-01, #181818);
        font-size: 1.5rem;
        font-style: normal;
        font-weight: 500;
        line-height: 1.6;
	}
	section.index_news .news .left .linkbox_mini.lef {
		width: 50%;
		justify-content: flex-end;
		margin-top: 12px;		
	}

	section.index_news .news .left .linkbox_mini a {
        display: block;
        width: 125px;
        height: 37px;
        background: #181818 url(images/linkbtnbg.png) right 10px center no-repeat;
        background-size: 20px;
        border-radius: 4rem;
        padding: 10px 15px;
        color: #fff;
        font-size: 1.25rem;
        font-style: normal;
        font-weight: 500;
        line-height: 17px;
        transition: all 0.2s;
    }
	section.index_news .news .right {
        width: 100%;
	}
	section.index_news .news .right .newslist {
		width:100%;
		border-top:1px solid #161616;
	}
	section.index_news .news .right .newslist a {
        display: flex;
        border-bottom: 1px solid #161616;
        padding: 15px 0;
        flex-wrap: wrap;
        justify-content: space-between;
	}
	section.index_news .news .right .newslist a .day {
        color: var(--Gray-01, #181818);
        font-family: Roboto;
        font-size: 1.5rem;
        font-style: normal;
        font-weight: 500;
        line-height: 24px;
        display: block;
        width: 50%;
	}
	section.index_news .news .right .newslist a .tag {
        display: flex;
        width: 110px;
        height: 24px;
        padding: 5px 10px;
        justify-content: center;
        align-items: center;
        color: var(--Gray-02, #464646);
        text-align: center;
        font-size: 1.04rem;
        font-style: normal;
        font-weight: 500;
        line-height: 14px;
        margin-right: 0;
        border: 1px solid #F81;
        border-radius: 1.5rem;
	}
	section.index_news .news .right .newslist a .title {
        display: block;
        width: 100%;
        color: var(--Gray-01, #181818);
        font-size: 1.4rem;
        font-style: normal;
        font-weight: 400;
        line-height: 1.7;
        padding-top: 12px;
	}




/* 下層ページ */
	/* defaulttitle */
	.defaulttitle {
        width: 100%;
        height: 125px;
        background: #F8F8F8;
        position: relative;
        z-index: 11;
	}
	.defaulttitle h1 {
        width: 100%;
        height: 125px;
        padding: 0 30px;
        margin: 0 auto 0;
        display: flex;
        align-items: flex-start;
        position: relative;
        flex-direction: column;
        justify-content: center;
        gap: 5px;
	}
	.defaulttitle h1 .main {
        color: var(--Main-Orange01, #F81);
        font-size: 2.2rem;
        font-style: normal;
        font-weight: 500;
        line-height: 1.7;
	}

	
	.defaulttitle_mini {
        width: 100%;
        height: 110px;
        background: #F8F8F8;
        position: relative;
        z-index: 11;
	}
	.defaulttitle_mini h1 {
        width: 100%;
        height: 110px;
        padding: 0 30px;
        margin: 0 auto 0;
        display: flex;
        align-items: center;
        position: relative;
	}
	.defaulttitle_mini h1 .main {
        color: var(--Main-Orange01, #F81);
        font-size: 2.2rem;
        font-style: normal;
        font-weight: 500;
        line-height: 1.7;
	}
	.defaulttitle_mini .titleimg {
        position: absolute;
        top: 0;
        left: 55%;
        height: 100%;
        width: auto;
	}

	/* gyoshubetsu */
	.gyoshubetsu {
		background:#fff;
	}

	.gyoshubetsu .content {
        width: 100%;
        padding: 30px 0;
	}

	.gyoshubetsu_top {
        width: 100%;
        padding-bottom: 5rem;
        position: relative;
	}
	.gyoshubetsu_top .left {
        width: 100%;
        padding: 0 30px;
	}
	.gyoshubetsu_top .left h2 {
        color: #000;
        font-size: 2rem;
        font-style: normal;
        font-weight: 700;
        line-height: 1.7;
        margin-bottom: 30px;
        width: 100%;
	}
	.gyoshubetsu_top .left .text {
        width: 100%;
        padding-top: 100vw;
        margin-bottom: 45px;
	}
	.gyoshubetsu_top .left .text p {
        color: #000;
        font-size: 1.3rem;
        font-style: normal;
        font-weight: 500;
        line-height: 2;
        letter-spacing: 0;
        padding-bottom: 12px;
	}
	.gyoshubetsu_top .right {
        width: 100%;
        position: absolute;
        top: 25vw;
	}
	.gyoshubetsu_top .right svg.aisome {
		width:100%;
	}
	.gyoshulist {
        width: 100%;
        padding: 0 30px;
	}
	.gyoshulist a {
        display: block;
        width: 100%;
        color: #000 !important;
        margin-bottom: 40px;
	}
	.gyoshulist a h2 {
        width: 100%;
        height: 80px;
        padding-left: 80px;
	}
	.gyoshulist a.gyoshu01 h2 {
        background: url(images/gyoshuimg01_icon.png) left center no-repeat;
        background-size: 76px;
	}
	.gyoshulist a.gyoshu02 h2 {
		 background:url(images/gyoshuimg02_icon.png) left center no-repeat;
		 background-size: 76px;
	}
	.gyoshulist a.gyoshu03 h2 {
		 background:url(images/gyoshuimg03_icon.png) left center no-repeat;
		 background-size: 76px;
	}
	.gyoshulist a.gyoshu04 h2 {
		 background:url(images/gyoshuimg04_icon.png) left center no-repeat;
		 background-size: 76px;
	}
	.gyoshulist a.gyoshu05 h2 {
		 background:url(images/gyoshuimg05_icon.png) left center no-repeat;
		 background-size: 76px;
	}
	.gyoshulist a.gyoshu06 h2 {
		 background:url(images/gyoshuimg06_icon.png) left center no-repeat;
		 background-size: 76px;
	}
	.gyoshulist a.gyoshu07 h2 {
		 background:url(images/gyoshuimg07_icon.png) left center no-repeat;
		 background-size: 76px;
	}
	.gyoshulist a.gyoshu08 h2 {
		 background:url(images/gyoshuimg08_icon.png) left center no-repeat;
		 background-size: 76px;
	}
	.gyoshulist a.gyoshu09 h2 {
		 background:url(images/gyoshuimg09_icon.png) left center no-repeat;
		 background-size: 76px;
	}
	.gyoshulist a.gyoshu10 h2 {
		 background:url(images/gyoshuimg10_icon.png) left center no-repeat;
		 background-size: 76px;
	}
	.gyoshulist a.gyoshu11 h2 {
		 background:url(images/gyoshuimg11_icon.png) left center no-repeat;
		 background-size: 76px;
	}
	.gyoshulist a h2 span {
        display: flex;
        width: 100%;
        height: 60px;
        align-items: center;
        color: var(--Black, #000);
        font-size: 1.6rem;
        font-style: normal;
        font-weight: 700;
        line-height: 1.6;
        letter-spacing: 0.8px;
        border-bottom: 2px solid #181818;
        background: url(images/gyoshubetsulink.png) right 10px center no-repeat;
        background-size: 24px;
        transition: all .2s;
	}
	.gyoshulist a:hover h2 span {
		background:url(images/gyoshubetsulink.png) right center no-repeat;
        background-size: 24px;
	}

	.gyoshulist a img {
        width: 100%;
        margin-bottom: 12px;
	}
	.gyoshulist a span.title {
        display: inline-block;
        width: 100%;
        color: var(--Main-Orange01, #F81);
        font-size: 1.5rem;
        font-style: normal;
        font-weight: 700;
        line-height: 1.66;
        letter-spacing: 0.75px;
        margin-bottom: 12px;
	}
	.gyoshulist a span.text {
		display: inline-block;
		width:100%;
		color: #000!important;
		font-size: 1.2rem;
		font-style: normal;
		font-weight: 400;
		line-height:2;
		letter-spacing: 0.6px;
	}


	




	/* gyoshubetsu single */
	.defaulttitle h1 span.sub {
        background: #000;
        color: #fff;
        display: inline-flex;
        height: 20px;
        padding: 0 12px;
        justify-content: center;
        align-items: center;
        border-radius: 1.5rem;
        line-height: 3rem;
        font-size: 0.92rem;
        font-weight: 500;
	}
	section.gyoshubetsusingle {
		background:#fff;
		position:relative;
		z-index:11;
	}
	section.gyoshubetsusingle .content {
        width: 100%;
        padding: 90px 30px 55px;
        margin: 0 auto 0;
	}
	section.gyoshubetsusingle .content > .text {
        width: 100%;
        max-width: 1080px;
        margin: 0 auto 55px;
        color: #000;
        font-size: 1.4rem;
        font-style: normal;
        font-weight: 500;
        line-height: 2.1;
        letter-spacing: 0;
	}
	.gyoshubetsusingle_top {
        width: 100%;
		padding-bottom:30px;
	}
	.gyoshubetsusingle_top .left {
        width: 100%;
	}
	.gyoshubetsusingle_top .right {
        width: 100%;
	}
	.gyoshubetsusingle_top .left h2 {
		width:100%;
	}
	.gyoshubetsusingle_top .left h2 .sub {
        display: block;
        color: #000;
        font-size: 1.3rem;
        font-style: normal;
        font-weight: 700;
        line-height: 1;
        margin-bottom: 12px;
	}

	.gyoshubetsusingle_top .left h2 .main {
        color: #000;
        font-size: 2rem;
        font-style: normal;
        font-weight: 700;
        line-height: 1.7;
        letter-spacing: 0;
	}
	.gyoshubetsusingle_top .right img {
        position: absolute;
        top: -30px;
        right: 0;
        width: 44%;
        z-index: 12;
	}
	.voicelistpage > div > .text {
		width:100%;
		max-width:1080px;
		padding:8.6rem 0rem 9rem;
		margin:0 auto 0;
	}
	.voicelistpage > div > .text p {
		display:block;
		padding-bottom:1.2rem;
		color: #000;
		font-size: 1.4rem;
		font-style: normal;
		font-weight: 500;
		line-height: 2.1;
		letter-spacing: 0.6px;
	}
	.solutionblock {
		width:100%;
		max-width:1180px;
		padding:0;
		margin:0 auto 0;

	}
	.naname {
        display: flex;
        align-items: center;
        flex-wrap: wrap;
        width: fit-content;
        min-height: 135px;
        margin: 0 auto 30px;
        padding: 0 20%;
        background-image: url(images/naname.png), url(images/naname.png);
        background-position: left center, right center;
        background-size: auto 100%, auto 100%;
        background-repeat: no-repeat;
        color: var(--Black, #000);
        text-align: center;
        font-size: 1.9rem;
        font-style: normal;
        font-weight: 400;
        line-height: 1.57;
	}
	.solutionblock .solutionlist {
		width:100%;
	}
	.solutionblock .solutionlist > div {
		width:100%;
		margin-bottom:4.5rem;
	}
	.solutionblock .solutionlist > div h3 {
        width: 100%;
        height: 40px;
        background: #000;
        display: flex;
        justify-content: flex-start;
	 }
	 .solutionblock .solutionlist > div h3 .case {
        width: 49px;
        height: 40px;
        background: url(images/casebg.png) right center no-repeat;
        background-size: 165% 100%;
        display: flex;
        align-items: center;
        position: relative;
        flex-direction: column;
        justify-content: center;
        gap: 0;
        padding-top: 3px;
	}
	.solutionblock .solutionlist > div h3 .case .thin {
        color: var(--Gray-01, #181818);
        font-family: Roboto;
        font-size: 1.1rem;
        font-style: italic;
        font-weight: 200;
        line-height: 1;
        letter-spacing: -0.909px;
	}
	.solutionblock .solutionlist > div h3 .case .num {
        color: var(--Gray-01, #181818);
        font-family: Roboto;
        font-size: 2.1rem;
        font-style: italic;
        font-weight: 600;
        line-height: 1;
        letter-spacing: -0.6px;
	}
	.solutionblock .solutionlist > div h3 .title {
        color: var(--White, #FFF);
        font-size: 1.9rem;
        font-style: normal;
        font-weight: 500;
        line-height: 1;
        letter-spacing: 0.95px;
        padding-left: 10px;
        display: flex;
        align-items: center;
	}
	.solutionblock .solutionlist > div .cnt {
        padding: 30px 0px;
        width: 100%;
	}
	.solutionblock .solutionlist > div .cnt .left {
        width: 100%;
        margin-bottom: 35px;
        padding: 0 25px;
	}
	.solutionblock .solutionlist > div .cnt .left img {
		width:100%;
	}
	.solutionblock .solutionlist > div .cnt .right {
        width: 100%;
	}
	.solutionblock .solutionlist > div .cnt .right .text {
        color: #000;
        font-size: 1.4rem;
        font-style: normal;
        font-weight: 500;
        line-height: 2.2;
        margin-bottom: 40px;
        letter-spacing: 0.7px;
	}
	.solutionblock .solutionlist > div .cnt .right .eglist {

	}
	.solutionblock .solutionlist > div .cnt .right .eglist > div {
        margin-bottom: 25px;
	}
	.solutionblock .solutionlist > div .cnt .right .eglist > div h4 {
        width: 100%;
        margin-bottom: 15px;
        color: var(--Main-Orange01, #F81);
        font-size: 1.9rem;
        font-style: normal;
        font-weight: 700;
        line-height: 1.6;
        letter-spacing: 1px;
        padding-left: 34px;
        background: url(images/caseh4bg.png) left center no-repeat;
        background-size: 24px;
	}
	.solutionblock .solutionlist > div .cnt .right .eglist > div p {
        color: #000;
        font-size: 1.4rem;
        font-style: normal;
        font-weight: 400;
        line-height: 2;
        letter-spacing: 0.7px;
	}
	.gyoshubetsu_voice {
		background:#fff;
		position:relative;
		z-index:11;
	}
	.gyoshubetsu_voice .content {
        width: 100%;
        padding: 80px 30px 40px;
        margin: 0 auto 0;
	}
	.gyoshubetsu_voice h2 {
        width: 100%;
        height: 60px;
        background: #000 url(images/gyoshubetsu_voiceH2bg.png) left center no-repeat;
        background-size: auto 100%;
        color: var(--White, #FFF);
        font-size: 1.9rem;
        font-style: normal;
        font-weight: 500;
        line-height: 1.3;
        letter-spacing: 0.6px;
        display: flex;
        align-items: center;
        padding: 0 15px 0 35px;
	}
	.voice3 {
        width: 100%;
        padding: 0;
        margin: 0 auto 0;
	}
	.voice3 > div {
        padding: 15px 0;
        width: 100%;
	}
	.voice3 > div .left {
        width: 100%;
	}
	.voice3 > div .left img {
        width: 100%;
        margin-bottom: 16px;
	}
	.voice3 > div .left .data {
        width: 100%;
        display: flex;
        border-bottom: 1px solid #a3a3a3;
        border-top: 1px solid #a3a3a3;
        margin-top: -1px;
        padding: 10px 0;
	}
	.voice3 > div .left .data span:first-child{
        display: block;
        width: 25%;
        color: #000;
        font-size: 1.2rem;
        font-style: normal;
        font-weight: 400;
        line-height: 1.6;
	}
	.voice3 > div .left .data span:last-child{
        display: block;
        width: 75%;
        color: #000;
        font-size: 1.2rem;
        font-style: normal;
        font-weight: 400;
        line-height: 1.7;
	}
	.voice3 > div .right {
        width: 100%;
        padding: 15px 0;
	}
	.voice3 > div .right .text {
        color: var(--Gray-01, #181818);
        font-size: 1.5rem;
        font-style: normal;
        font-weight: 500;
        line-height: 1.6;
        margin-bottom: 22px;
	}
	.voice3 > div .right .intvlist {

	}
	.voice3 > div .right .intvlist p.ques {
        color: var(--Main-Orange01, #F81);
        font-size: 1.9rem;
        font-style: normal;
        font-weight: 700;
        line-height: 2;
        letter-spacing: 0.6px;
        margin-bottom: 1rem;
	}
	.voice3 > div .right .intvlist p.answ {
        color: #000;
        font-size: 1.3rem;
        font-style: normal;
        font-weight: 400;
        line-height: 2;
        letter-spacing: 0.3px;
        margin-bottom: 12px;
	}

	/* gyoshubetsu_jirei */
	
	.gyoshubetsu_jirei {
		background:#fff;
	}
	.gyoshubetsu_jirei .content {
        width: 100%;
        padding: 25px 30px;
        margin: 0 auto 0;
	}
	h2.blkore {
        width: 100%;
        height: 60px;
        background: #F81 url(images/gyoshubetsu_voiceH2bg_b.png) left center no-repeat;
        background-size: auto 100%;
        color: var(--White, #FFF);
        font-size: 1.9rem;
        font-style: normal;
        font-weight: 500;
        line-height: 1.3;
        letter-spacing: 0.9px;
        display: flex;
        align-items: center;
        padding: 0 15px 0 35px;
        margin-bottom: 15px;
	}
	.jireiImg {
        width: 100%;
        padding: 15px;
        border: 2px solid #F81;
	}
	.jireiImg img {
		width:100%;
	}


	/* gyoshubetsu_hojokin */
	
	.gyoshubetsu_hojokin {
		background:#fff;
	}
	.gyoshubetsu_hojokin .content {
        width: 100%;
        padding: 25px 30px 80px;
        margin: 0 auto 0;
	}
	.gyoshubetsu_hojokin h2 {
        color: var(--Gray-01, #181818);
        font-size: 1.9rem;
        font-style: normal;
        font-weight: 500;
        line-height: 1.75;
        padding: 25px 0;
        border-top: 3px solid #181818;
	}
	.gyoshubetsu_hojokin .text {
        color: #000;
        font-size: 1.3rem;
        font-style: normal;
        font-weight: 400;
        line-height: 2;
        letter-spacing: 0.65px;
	}
	.gyoshubetsu_hojokin .text p {
		padding-bottom:10px;
	}
	.gyoushujisseki {
		padding-bottom:50px;
	}


	/* tsuyomi02 */
	
	.naname_100 {
        display: flex;
        align-items: center;
        flex-wrap: wrap;
        width: fit-content;
        min-height: 90px;
        margin: 0 auto 30px;
        padding: 20px 20%;
        background-image: url(images/naname.png), url(images/naname.png);
        background-position: left center, right center;
        background-size: auto 100%, auto 100%;
        background-repeat: no-repeat;
        color: var(--Black, #000);
        text-align: center;
        font-size: 1.9rem;
        font-style: normal;
        font-weight: 400;
        line-height: 1.57;
	}
	.tsuyomi02 {
		background:#fff;
		position:relative;
	}
	.tsuyomi02 .content {
        width: 100%;
        padding: 90px 30px 40px;
        margin: 0 auto 0;
		z-index:11;
	}
	.pagelink {
        width: 100%;
        height: auto;
        background: #f8f8f8;
        padding: 10px 8px 5px;
        margin-bottom: 55px;
	}
	.pagelink a {
        display: inline-block;
        width: fit-content;
        line-height: 1;
        padding: 5px 16px 5px 0;
        background: url(images/pagelinkbg.png) right 2px center no-repeat;
        background-size: 12px;
        color: var(--Gray-01, #181818);
        font-size: 1.2rem;
        font-style: normal;
        font-weight: 500;
        margin-right: 5px;
        margin-bottom: 5px;
	}
	.tsuyomiblock {
		width:100%;
		margin-bottom:12rem;
		max-width:1180px;
		margin:0 auto 0;
	}
	.firsttext {
        color: #000;
        text-align: left;
        font-size: 1.4rem;
        font-style: normal;
        font-weight: 500;
        line-height: 1.8;
        margin-bottom: 3rem;
	}
	.firsttext span {
		background: #FFEF95;
		padding:0 3px;
	}
	.t01block {
        margin-bottom: 35px;
	}
	.t01block .left {
        width: 100%;
	}
	.tsuyo h4 {
		color: var(--Main-Orange01, #F81);
		font-size: 1.9rem;
		font-style: normal;
		font-weight: 700;
		line-height:1.6;
		letter-spacing: 0.95px;
		margin-bottom:15px;
	}
	.tsuyo p.main {
		display: block;
		margin-bottom:12px;
		color: #000;
		font-size: 1.6rem;
		font-style: normal;
		font-weight: 500;
		line-height: 1.66;
		letter-spacing: 0.8px;
	}
	.tsuyo p.text {
		display: block;
		color: #000;
		font-size: 1.4rem;
		font-style: normal;
		font-weight: 400;
		line-height: 2;
		margin-bottom:35px;
	}
	.t01block .right {
		width:30%;
		position:relative;
	}
	.t01block .right img {
        position: absolute;
        left: 0;
        bottom: 4rem;
        width: 140%;
        max-width: 489px;
	}
	.contact_madoguchi {
        border: 2px solid #F81;
	}
	.contact_madoguchi .title {
        width: 100%;
        height: 36px;
        line-height: 36px;
        padding-left: 14px;
        color: var(--White, #FFF);
        font-size: 1.9rem;
        font-style: normal;
        font-weight: 700;
        background: #F81;
	}
	.contact_madoguchi .cont {
        padding: 30px 20px 30px;
	}
	.contact_madoguchi .cont > div {
        border-bottom: 1px solid #B9B9B9;
        padding-bottom: 15px;
        margin-bottom: 15px;
	}
	.contact_madoguchi .cont > div:last-child {
		border-right:none;

	}
	.contact_madoguchi .cont > div .telnum {
        padding-left: 38px;
        background: url(images/spicon.png) left center no-repeat;
        background-size: auto 36px;
        color: var(--Gray-01, #181818);
        font-family: Roboto;
        font-size: 3.8rem;
        font-style: normal;
        font-weight: 500;
        line-height: 1;
        letter-spacing: 0.75px;
        white-space: nowrap;
        margin-bottom: 1rem;
        display: block;
	}
	.contact_madoguchi .cont > div span.normal {
		color: var(--Gray-01, #181818);
		font-size: 1.3rem;
		font-style: normal;
		font-weight: 400;
		line-height: 1.7;
	}
	.contact_madoguchi .cont > div span.mini {
        color: var(--Gray-01, #181818);
        font-family: "Noto Sans CJK JP";
        font-size: 1.3rem;
        font-style: normal;
        font-weight: 400;
        line-height: 1.6;
	}
	.contact_madoguchi .cont > div.fl {
        display: block;
	}
	.contact_madoguchi .cont > div.fl .left {
        display: none;
	}
	.contact_madoguchi .cont > div.fl .right{
        width: 100%;
	}
	.contact_madoguchi .cont > div.fl .right .linesearch {
        display: none;
	}
	.contact_madoguchi .cont > div.fl .right a.linebtn {
        display: block;
        margin: 0 auto;
        border-radius: 32px;
        width: 80%;
        height: 5rem;
        color: var(--White, #FFF);
        text-align: center;
        font-size: 1.6rem;
        font-style: normal;
        font-weight: 500;
        line-height: 5rem;
        padding-left: 2rem;
        background: #06C755 url(images/lineicon.png) left 1.9rem center no-repeat;
	}
	.contact_madoguchi .cont > div .kochira {
        display: block;
        color: var(--Gray-01, #181818);
        font-size: 1.4rem;
        font-style: normal;
        font-weight: 500;
        line-height: 1.7;
        margin-bottom: 1rem;
        text-align: center;
	}
	.contact_madoguchi .cont > div a.contactbtn {
        display: block;
        width: 100%;
        height: 7.4rem;
        line-height: 7.4rem;
        border-radius: 4rem;
        background: #181818 url(images/mailicon.png) right 3rem center no-repeat;
        padding-right: 3rem;
        color: #fff;
        text-align: center;
        font-size: 1.9rem;
        font-style: normal;
        font-weight: 700;
	}


	.tsuyomi02_02 {
		background:#f8f8f8 url(images/tsuyoarw_wht.png) top center no-repeat;	
	}
	.tsuyomi02_02 .content {
        width: 100%;
        max-width: calc(1180px + 16rem);
        padding: 60px 30px 50px;
        margin: 0 auto 0;
        position: relative;
        z-index: 11;
	}
	.t02block {
		margin-bottom:45px;		
	}
	.t02block > div {
        width: 100%;
	}
	.t02block > div img {
		width:100%;
		margin-bottom:2rem;
	}
	.blacktitlebox {
		width:100%;
	}
	.blacktitlebox .title {
        width: 100%;
        height: 60px;
        background: #000 url(images/gyoshubetsu_voiceH2bg.png) left center no-repeat;
        background-size: auto 100%;
        color: var(--White, #FFF);
        font-size: 1.75rem;
        font-style: normal;
        font-weight: 500;
        line-height: 1.3;
        letter-spacing: 1.5px;
        padding-left: 2.3rem;
        display: flex;
        align-items: center;
        padding-left: 30px;
	}
	.blacktitlebox .cont {
        background: #fff;
        padding: 15px 20px;
	}
	.blacktitlebox .toptext {
        color: #000;
        text-align: left;
        font-size: 1.5rem;
        font-style: normal;
        font-weight: 500;
        line-height: 2;
        margin-bottom: 35px;
	}
	.blacktitlebox .cont > div {
        margin-bottom: 35px;
	}
	.blacktitlebox .cont > div .subtitle {
		display: flex;
		margin-bottom:1rem;

	}
	.blacktitlebox .cont > div .subtitle .num {
        display: block;
        width: 35px;
        line-height: 35px;
        text-align: left;
        color: var(--Gray-01, #181818);
        font-family: Roboto;
        font-size: 2.5rem;
        font-style: normal;
        font-weight: 300;
        letter-spacing: -0.8px;
	}
	.blacktitlebox .cont > div .subtitle .main {
        width: calc(100% - 5.25rem);
        color: var(--Main-Orange01, #F81);
        font-size: 1.9rem;
        font-style: normal;
        font-weight: 700;
        line-height: 35px;
        letter-spacing: 0.75px;
	}
	.blacktitlebox .cont > div p.text {
        width: 100%;
        border-top: 1px solid #a3a3a3;
        padding-top: 10px;
        margin: 0 0 15px 0;
        color: #000;
        font-size: 1.3rem;
        font-style: normal;
        font-weight: 400;
        line-height: 1.8;
	}
	.blacktitlebox .cont .foottext {
		color: #000;
        text-align: center;
        font-size: 1.6rem;
        font-style: normal;
        font-weight: 500;
        line-height: 1.85;
    }


	.tsuyomi02_03 {
		background:#fff url(images/tsuyoarw_gry.png) top center no-repeat;	
	}
	.tsuyomi02_03 .content {
        width: 100%;
        padding: 75px 30px 40px;
        margin: 0 auto 0;
        position: relative;
        z-index: 11;
	}
	.t03block {
        margin-bottom: 60px;
	}
	.t03block.mb0 {
		margin-bottom:0!important;
	}
	.t03block > .left {
        width: 100%;
        margin-bottom: 15px;
	}
	.t03block > .left img {
		width:100%;
	}
	.t03block > .right {
        width: 100%;
	}
	.teiansholist {
        padding: 25px 0 40px;
        display: flex;
        gap: 2%;
        flex-wrap: wrap;
        justify-content: center;
	}
	.teiansholist img {
        width: 49%;
	}

	.tsuyomi02_04 {
		background:#f8f8f8 url(images/tsuyoarw_wht.png) top center no-repeat;	
	}
	.tsuyomi02_04 .content {
        width: 100%;
        padding: 75px 30px 50px;
        margin: 0 auto 0;
        position: relative;
        z-index: 11;
	}
	.merit_demerit {
        width: 100%;
        background: #fff;
        padding: 25px 15px;
	}
	.merit_demerit .f01 {
        color: var(--Main-Orange01, #F81);
        text-align: center;
        font-size: 2rem;
        font-style: normal;
        font-weight: 500;
        line-height: 1.6;
        margin-bottom: 20px;
	}
	.merit_demerit .toptext{
        color: #000;
        text-align: left;
        font-size: 1.4rem;
        font-style: normal;
        font-weight: 500;
        line-height: 1.8;
        margin-bottom: 25px;
	}

	.merit_box {
        width: 100%;
        display: block;
	}
	.mb10rem {
        margin-bottom: 75px;
	}
	.merit_box .merit {
        width: 100%;
        background: #FFFBE6 url(https://4stech.net/kanto/wp-content/themes/wptheme/images/merit_maru_big.png) center center no-repeat;
        padding-bottom: 25px;
        margin-bottom: 25px;
	}
	.merit_box .demerit {
        width: 100%;
        background: #f8f8f8 url(https://4stech.net/kanto/wp-content/themes/wptheme/images/demerit_batsu_big.png) center center no-repeat;
        padding-bottom: 25px;
	}
	.merit_box > div h3 {
        display: block;
        width: 100%;
        height: 45px;
        border-bottom: 0.2rem solid #fff;
        color: var(--Gray-01, #181818);
        text-align: center;
        font-size: 1.7rem;
        font-style: normal;
        font-weight: 700;
        line-height: 45px;
	}
	.merit_box div div {
        width: 100%;
        padding: 15px 15px 0;
	}
	.merit_box div div h4 {
        padding-left: 25px;
        color: var(--Gray-01, #181818);
        font-size: 1.6rem;
        font-style: normal;
        font-weight: 500;
        line-height: 1.7;
	}
	.merit_box div.merit div h4 {
		background:url(https://4stech.net/kanto/wp-content/themes/wptheme/images/merit_maru.png) left center no-repeat;
        background-size: 18px;
	}
	.merit_box div.demerit div h4 {
        background: url(https://4stech.net/kanto/wp-content/themes/wptheme/images/demerit_batsu.png) left center no-repeat;
        background-size: 18px;
		}
	.merit_box div div p {
        padding-left: 25px;
        padding-top: 5px;
        color: var(--Gray-01, #181818);
        font-size: 1.3rem;
        font-style: normal;
        font-weight: 400;
        line-height: 1.5;
	}



	.tsuyomi02_05 {
		background:#fff url(images/tsuyoarw_gry.png) top center no-repeat;	
	}
	.tsuyomi02_05 .content {
		width:100%;
		padding:75px 30px 50px;
		margin:0 auto 0;
		position:relative;
		z-index:11;
	}
	.t05block {
		width:100%;
	}
	.t05block.mb0 {
		margin-bottom:0!important;
	}
	.t05block > .left {
		width:100%;
		margin-bottom:12px;
	}
	.t05block > .left img {
		width:100%;
	}
	.t05block > .right {
		width:100%;
		margin-bottom:50px;
	}
	.othertextbox {
        background: #f8f8f8;
        padding: 20px 20px;
	}
	.othertextbox .title {
        color: var(--Gray-01, #181818);
        font-size: 1.9rem;
        font-style: normal;
        font-weight: 500;
        line-height: 1;
        letter-spacing: 0.6px;
        margin-bottom: 10p;
        padding-bottom: 15px;
        border-bottom: 1px solid #a3a3a3;
	}
	.othertextbox .block {
        padding: 20px 0;
        color: var(--Gray-01, #181818);
        font-size: 1.3rem;
        font-style: normal;
        font-weight: 400;
        line-height: 1.85;
        border-bottom: 1px solid #a3a3a3;
	}
	

	.tsuyomi02_06 {
		background:#f8f8f8 url(images/tsuyoarw_wht.png) top center no-repeat;	
	}
	.tsuyomi02_06 .content {
		width:100%;
		padding:75px 30px 1px;
		margin:0 auto 0;
		position:relative;
		z-index:11;
	}
	.t06block {
	}
	.t06block > .left {
		width:100%;
		margin-bottom:12px;
	}
	.t06block > .left img {
		width:100%;
	}
	.t06block > .right {
		width:100%;
		margin-bottom:40px;
	}	

	.tsuyomi02_07 {
		background:#fff url(images/tsuyoarw_gry.png) top center no-repeat;	
	}
	.tsuyomi02_07 .content {
		width:100%;
		padding:75px 30px 80px;
		margin:0 auto 0;
		position:relative;
		z-index:11;
	}
	.t07block {
		border-top:1px solid #a3a3a3;
	}
	.t07block > div {
		padding:4rem 0 0;
		border-bottom:1px solid #a3a3a3;
	}



	/* goteianjirei */
	.goteianjirei {
		position:relative;
	}
	.goteianjirei .content {
        width: 100%;
        padding: 90px 30px 50px;
        margin: 0 auto 0;
		z-index:11;
	}
    .goteianjirei > div > .text {
        width: 100%;
        max-width: 1080px;
        padding: 0 0 40px;
        margin: 0 auto 0;
        font-size: 1.4rem;
	}
    .goteianjirei > div > .text p {
		padding-bottom:12px;
	}
	.goteianjireilist {
        width: 100%;
	}
	.goteianjireilist > div {
        width: 100%;
        margin-bottom: 40px;
	}
	.goteianjireilist > div a {
        display: block;
        padding: 2rem;
        border: 1px solid #a3a3a3;
        background: #fcfcfc;
        margin-bottom: 2rem;
	}
	.goteianjireilist > div img {
		width:100%;
	}
	.goteianjireilist > div .title {
        display: block;
        color: var(--Main-Orange01, #F81);
        text-align: left;
        font-size: 1.9rem;
        font-style: normal;
        font-weight: 700;
        line-height: 1.6;
        margin-bottom: 20px;
        padding: 0 15px;
	}
	.goteianjireilist > div p {
        color: var(--Gray-01, #181818);
        font-size: 1.3rem;
        font-style: normal;
        font-weight: 500;
        line-height: 2.1;
        padding: 0 15px;
	}


	/* voicelistpage */
	.voicelistpage {
		position:relative;

	}
	.voicelistpage .content {
        width: 100%;
        padding: 90px 30px 60px;
        margin: 0 auto 0;
		z-index:11;
	}
    .voicelistpage > div > .text {
        width: 100%;
        max-width: 1080px;
        padding: 0 0 20px;
        margin: 0 auto 0;
	}


	/* voicesingle */

	.voicesingle {
	}
	.voicesingle .content {
        width: 100%;
        padding: 45px 30px;
        margin: 0 auto 0;
		z-index:11;
	}

	.voicesingle .title {
		width:100%;
	}
	.voicesingle .title div.tag {
		display: flex;
		justify-content: flex-start;
		gap:0.8rem;
		margin-bottom:3.5rem;
	}
	.voicesingle .title .tag span {
        width: fit-content;
        height: 20px;
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 0 12px;
	}
	.voicesingle .title .tag span.red {
        background: var(--Area-02-Kanto, #FC5422);
        color: var(--White, #FFF);
        font-size: 1rem;
        font-style: normal;
        font-weight: 500;
        line-height: 1.25rem;
	}
	.voicesingle .title .tag span.shikaku {

	}
	.voicesingle .title .tag span.area {
        background: var(--Area-02-Kanto, #181818);
        color: var(--White, #FFF);
        font-size: 1rem;
        font-style: normal;
        font-weight: 500;
        line-height: 1.25rem;
        border-radius: 1.35rem;
	}
	.voicesingle .title .main {
        color: #000;
        font-size: 2rem;
        font-style: normal;
        font-weight: 700;
        line-height: 1.7;
        margin-bottom: 30px;
	}
	.voicecontent {
		width:100%;
	}
	.voicecontent > .left {
		width:100%;
	}
	.voicecontent > .right {
		display: none;
	}
	.voicecontent .left .mainimg{
		width:100%;
		margin-bottom:12px;
	}
	.kihondata {
        margin-bottom: 50px;
	}

	.kihondata > div {
        width: 100%;
        display: block;
        border-bottom: 1px solid #a3a3a3;
        border-top: 1px solid #a3a3a3;
        margin-top: -1px;
        padding: 12px 0;
	}
	.kihondata > div span:first-child{
        display: block;
        width: 100%;
        color: #000;
        font-size: 1.4rem;
        font-style: normal;
        font-weight: 500;
        line-height: 2;
        padding-bottom: 5px;
	}
	.kihondata > div span:last-child{
        display: block;
        width: 100%;
        color: #000;
        font-size: 1.2rem;
        font-style: normal;
        font-weight: 400;
        line-height: 2;
	}
	.voicecontent .ques {
        width: 100%;
        border-left: 2px solid #f81;
        padding-left: 1.4rem;
        margin-bottom: 20px;
	}
	.voicecontent .ques .ore {
        display: block;
        color: var(--Main-Orange01, #F81);
        font-size: 1.4rem;
        font-style: normal;
        font-weight: 500;
        line-height: 1;
        margin-bottom: 1.5rem;
	}
	.voicecontent .ques .main {
        display: block;
        color: var(--Gray-01, #181818);
        font-size: 1.5rem;
        font-style: normal;
        font-weight: 700;
        line-height: 1.8;
        margin-bottom: 0px !important;
	}
	.voicecontent .answ {
        color: #000;
        font-size: 1.4rem;
        font-style: normal;
        font-weight: 500;
        line-height: 2.1;
        letter-spacing: 0.7px;
        margin-bottom: 30px;
	}
	.voicecontent .imgbox {
        width: 100%;
        display: block;
        margin-bottom: 25px;
	}
	.voicecontent .imgbox img {
        width: 100%;
        margin-bottom: 15px;
	}
	.voicecontent .sponly img {
        width: 60%;
        margin: 0 auto 10px;
        display: block;
	}
	.voicecontent .sponly .companyname {
        color: var(--Gray-01, #181818);
        text-align: center;
        font-size: 1.5rem;
        font-style: normal;
        font-weight: 700;
        line-height: 1.2;
        margin-bottom: 15px;
	}
	.voicecontent .sponly .text {
        color: var(--Gray-01, #181818);
        font-size: 1.2rem;
        font-style: normal;
        font-weight: 500;
        line-height: 2;
        margin-bottom: 15px;
	}

	/* columnlist */
	section.column {
		position:relative;

	}
	section.column .content {
        width: 100%;
        padding: 90px 30px 50px;
        margin: 0 auto 0;
		z-index:11;
	}
	.taglinklist {
        border-top: 1px solid #181818;
        padding-top: 15px;
	}
	.taglinklist .top {
        width: 100%;
        display: block;
        margin-bottom: 15px;
	}
	.taglinklist .top a {
        width: fit-content;
        height: 20px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        padding: 0 1.1rem;
        color: var(--Gray-01, #181818);
        font-size: 1rem;
        font-style: normal;
        font-weight: 500;
        line-height: 18px;
        border: 1px solid #747474;
        margin: 0 3px 5px 0;
	}
	.taglinklist .bottom {
        width: 100%;
        display: block;
        margin-bottom: 45px;
	}
	.taglinklist .bottom a {
        width: fit-content;
        height: 20px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        padding: 0 1.1rem;
        color: var(--Gray-01, #fff);
        font-size: 1rem;
        font-style: normal;
        font-weight: 500;
        line-height: 1;
        background: #181818;
        border-radius: 2rem;
        margin: 0 3px 5px 0;
	}
	.column .columnlist {
        width: 100%;
	}
	.column .columnlist a {
        display: block;
        width: 100%;
	}
	.column .columnlist a > img {
		width:100%;
	}
	.column .columnlist a .bottom {
        display: block;
        background: #F8F8F8;
        padding: 20px 15px;
        margin: -10px 0 35px 0;
	}
	.column .columnlist a .bottom span.title {
        color: var(--Gray-01, #181818);
        font-size: 1.5rem;
        font-style: normal;
        font-weight: 700;
        line-height: 1.8;
        display: block;
        margin-bottom: 20px;
	}
	.column .columnlist a .bottom span.text{
        color: var(--Gray-01, #181818);
        font-size: 1.3rem;
        font-style: normal;
        font-weight: 500;
        line-height: 1.87;
        display: block;
        margin-bottom: 15px;
	}
	.column .columnlist a .bottom span.tag {
        display: block;
	}
	.column .columnlist a .bottom span.tag > span {
        width: fit-content;
        height: 20px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        padding: 0 1.1rem;
        flex-wrap: wrap;
        margin: 0 3px 5px 0;
	}
	.column .columnlist a .bottom span.tag span.shikaku {
        background: #fff;
        color: #181818;
        font-size: 1rem;
        font-style: normal;
        font-weight: 500;
        line-height: 1.25rem;
        white-space: nowrap;
        border: 1px solid #747474;
	}
	.column .columnlist a .bottom span.tag span.blk {
        background: var(--Area-02-Kanto, #181818);
        color: var(--White, #FFF);
        font-size: 1rem;
        font-style: normal;
        font-weight: 500;
        line-height: 18px;
        border-radius: 1.35rem;
        white-space: nowrap;
	}



	/* gyoshusingle */

	section.gyoshubetsusingle0 {
		position:relative;
	}
	section.gyoshubetsusingle1 .content {
		width:100%;
		max-width:calc(1430px + 16rem);
		padding:8rem 8rem 12rem;
		margin:0 auto 0;
		z-index:11;
	}
	section.gyoshubetsusingle2 {
		background:#f8f8f8;
	}
	section.gyoshubetsusingle2 .content {
        width: 100%;
        padding: 50px 30px;
        margin: 0 auto 0;
		z-index:11;
	}
	section.gyoshubetsusingle3 {
		background:#fff;
	}
	section.gyoshubetsusingle3 .content {
        width: 100%;
        padding: 50px 30px;
        margin: 0 auto 0;
		z-index:11;
	}
	section.gyoshubetsusingle3 .teiansholist{
		width:100%;
		max-width:1180px;
		padding:0rem 0rem 90px;
		margin:0 auto 0;
		flex-wrap: wrap;
		gap:2%;
	}

	/* mitsumori */
	.mitsumoriform {

	}
	.mitsumoriform .content {
		width:100%;
		max-width:calc(1180px + 16rem);
		padding:8rem 8rem 12rem;
		margin:0 auto 0;
		z-index:11;
	}
	.formblock {
		background:#f8f8f8;
	}
	.formblock .content {
		width:100%;
		max-width:calc(980px + 16rem);
		padding:8rem 8rem 12rem;
		margin:0 auto 0;
		z-index:11;
	}
	.contact_madoguchi.blk {
		border:3px solid #d1d1d1;
	}
	.title.contactmadoguchi_blk {
		width:100%;
		height:3rem;
		line-height:3rem;
		padding-left:0rem;
		margin-bottom:1.5rem;
		color: var(--Gray-01, #181818);
		font-size: 2.2rem;
		font-style: normal;
		font-weight: 700;
		text-align:center;
		background:transparent;
	}


	.form_area .form_block {
		width:100%;
		border-bottom:1px solid #000;
		padding:25px 0 4px 0;
	}
	.form_area .form_block .descr {
		width:100%;
		padding-bottom:15px;
	}
	.form_area .form_block .descr .hissu_comme {
		display:block;
		float:left;
		width:100%;
		height:21px;
		line-height:21px;
		color:#ff3000;
		font-size:100%;
		font-weight:500;
	}
	.form_area .form_block .form {
		width:100%;
		margin-bottom:21px;
	}
	.form_area .form_block .form .left {
		display:block;
		float:left;
		width:180px;
		height:55px;
		line-height:55px;
		font-size:105%;
		font-weight:700;
	}
	.form_area .form_block .form .left .hissu {
		display:inline-block;
		width:38px;
		height:21px;
		background:#ff3000;
		line-height:21px;
		text-align:center;
		color:#fff;
		font-size:90%;
		font-weight:700;
		margin-right:3px;
	}
	.form_area .form_block .form .right {
		display:block;
		float:left;
		width:calc(100% - 180px);
	}
	.form_area .form_block .form .right input[type="tel"], .form_area .form_block .form .right input[type="email"], .form_area .form_block .form .right input[type="text"], .form_area .form_block .form .right select {
		display:block;
		width:100%;
		height:55px;
		background:#fff;
		border:none;
		outline:none;
		padding:0 0 0 12px;
		font-family : inherit;
		font-size : 110%;
	}
	.form_area .form_block .form .right select {
		width:100%;
	}
	.form_area .form_block .form .right textarea {
		display:block;
		width:100%;
		height:205px;
		background:#fff;
		border:none;
		outline:none;
		padding:12px;
		font-family : inherit;
		font-size : 110%;
	}
	.form_attention {
		width:100%;
		margin:25px 0;
		background:#ffe5a0;
		padding:18px;
		text-align:center;
		font-size:100%;
		font-weight:500;
	}
	.form_attention span {
		color:#ff3000;
		font-weight:700;
		font-size:110%;
	}
	.form_area input[type="submit"] {
		display:block;
		width:100%;
		max-width:440px;
		height:80px;
		line-height:80px;
		background:#000000 url() right 20px center no-repeat;
		font-size:140%;
		font-weight:700;
		color:#ff8100;
		text-align:center;
		margin:0 auto;
		outline:none;
		border:0;
		cursor:pointer;
	}
	.form_area input[type="button"].wpcf7c-btn-back {
		display: block;
		width: 50%;
		height: 30px;
		line-height:30px;
		background: #000000;
		font-size: 85%;
		font-weight: 400;
		color: #ffd800;
		text-align: center;
		margin: 5px auto 0 auto;
		outline: none;
 		border: 0;
		font-family : inherit;
		cursor:pointer;
	}
	/* 隱ｿ謨ｴ */
	.form_area .ajax-loader {
		display:none!important;
	}
	.form_area .wpcf7-not-valid {
		background:#FCC!important;
	}
	.form_area .wpcf7-response-output {
		display:none!important;
	}
	/* 遒ｺ隱阪�繝ｼ繧ｸ */
	.form_area .wpcf7c-conf, .wpcf7c-conf:focus {
		background: transparent!important;
		border: none!important;
		color:#000!important;
	}
	.form_area input.wpcf7c-conf:-webkit-autofill {
		-webkit-box-shadow: 0 0 0px 1000px #ececec inset;
	}
	.form_area input.wpcf7c-conf {
		padding-left:6px!important;
		font-weight: 400!important;
	}
	.form_area select.wpcf7c-conf {
		appearance: none;
		-webkit-appearance: none;
		-moz-appearance: none;
	}

	.form_area select.wpcf7c-conf::-ms-expand {
		display: none;
	}
	input:focus::-webkit-input-placeholder {
		color: transparent;
	}
	input:focus::-moz-placeholder {
		color: transparent;
	}
	input:focus::-ms-input-placeholder {
		color: transparent;
	}
	input:focus::placeholder {
		color: transparent;
	}
	input.wpcf7c-conf::-webkit-input-placeholder {
		color: transparent;
	}
	input.wpcf7c-conf::-moz-placeholder {
		color: transparent;
	}
	input.wpcf7c-conf::-ms-input-placeholder {
		color: transparent;
	}
	input.wpcf7c-conf::placeholder {
		color: transparent;
	}

	.privacypolicy {
		width:90%;
		height:200px;
		margin:0 auto 30px auto;
		border:1px solid #888888;
		overflow: auto;
		background:#fff;
		font-size:90%;
		line-height:1.8;
		padding:20px;
	}
	.shodakuCheck {
		text-align:center;
		padding-bottom:50px;
		font-size:105%;
		font-weight:700;
	}
	.shodakuCheck span, .shodakuCheck input {
		cursor:pointer;
	}
	.shodakuCheck .wpcf7-list-item-label {
		padding-left:5px;
	}


	/* FAQ */

	.faq01 {

	}
	.faq01 .content {
        width: 100%;
        padding: 4rem 3rem 15rem;
        margin: 0 auto 0;
		z-index:11;
	}
	.faq02 {
		background:#f8f8f8;
	}
	.faq02 .content {
        width: 100%;
        max-width: calc(1180px + 16rem);
        padding: 0rem 3rem 5rem;
        margin: 0 auto 0;
        z-index: 11;
        position: relative;
	}
	.pagelink.faqlink {
        width: 86%;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-around;
        align-items: center;
        position: absolute;
        top: -11rem;
        left: 7%;
        gap: 1rem;
        background: transparent;
        padding: 0;
        margin: 0;
	}
	.pagelink.faqlink a {
        display: flex;
        align-items: center;
        width: calc(50% - 0.5rem);
        height: 4rem;
        border: 1px solid #E7E7E7;
        line-height: 1;
        padding: 5px 12px;
        background: url(images/pagelinkbg.png) right 6px center no-repeat;
        background-size: 17px;
        color: var(--Gray-01, #181818);
        font-size: 1.2rem;
        font-style: normal;
        font-weight: 500;
        margin: 0;
    }
	.faqname {
        color: var(--Main-Orange01, #F81);
        font-size: 2rem;
        font-style: normal;
        font-weight: 700;
        line-height: 2.7;
        margin-bottom: 1.5rem;
        padding-top: 2rem;
	}
	.qanda_block {
		background: #fff;
	}

	section#qandaBlock {
        padding: 0px 0 15px 0;
        position: relative;
	}
	section#qandaBlock .contents1160 {
		width:100%;
		max-width:1200px;
		padding:0px 0px 20px 0px;
		margin:0 auto;
	}
	.yokuaruH2 {
		display:block;
		text-align:center;
		font-size:280%;
		font-weight:900;
		line-height:1.45;
		padding-bottom:30px;
		letter-spacing:-2px;
		color:#000;
	}
	section#qandaBlock p.descr {
		display: block;
		width: 100%;
		font-size: 115%;
		line-height: 2;
		font-weight: 500;
		padding-bottom: 20px;
		margin-bottom: 15px;
		letter-spacing: -1px;
		color:#000;
		text-align:center;
	}
	.qanda {
		width:100%;
		margin-bottom:2rem;
	}
	.qanda h3 {
        width: 100%;
        height: 6rem;
        position: relative;
        padding: 0 4rem 0 5rem;
        cursor: pointer;
        display: flex;
        align-items: center;
	}
	.qanda h3 span{
        display: block;
        color: var(--Gray-01, #181818);
        font-size: 1.4rem;
        font-style: normal;
        font-weight: 500;
        line-height: 1.6;
        width: 100%;
	}
	.qanda h3::before {
        content: "";
        display: block;
        width: 3rem;
        height: 3rem;
        background: url(images/faqq.png) center center no-repeat;
        background-size: auto 100%;
        color: #000;
        position: absolute;
        left: 1rem;
        top: calc(50% - 1.5rem);
	}
	.qanda h3::after {
        content: "";
        display: block;
        width: 2rem;
        height: 2rem;
        background: url(images/faqicon_plus.png) center center no-repeat;
        position: absolute;
        right: 1.5rem;
        top: 50%;
        text-align: center;
        transform: translate(0%, -50%);
        background-size: 2rem;
	}
	.qanda h3.open::after {
        content: "";
        display: block;
        width: 2rem;
        height: 2rem;
        background: url(images/faqicon_minus.png) center center no-repeat;
        background-size: 2rem;
        position: absolute;
        right: 1.5rem;
        top: 50%;
        text-align: center;
        transform: translate(0%, -50%);
	}
	.qanda .answer {
        width: 100%;
        padding: 0 2rem 2rem 5rem;
        margin-top: 0px;
        position: relative;
        line-height: 1.8;
        color: #000;
        display: none;
	}
	.qanda .answer p.mainans {
        padding-bottom: 2rem;
        width: 100%;
        border-top: 1px solid #f81;
        padding-top: 2rem;
        color: var(--Gray-01, #181818);
        font-size: 1.4rem;
        font-style: normal;
        font-weight: 500;
        line-height: 1.4;
	}
	.qanda .answer p.normalans {
        color: var(--Gray-01, #181818);
        font-size: 1.2rem;
        font-style: normal;
        font-weight: 400;
        line-height: 1.87;
	}
	.qanda .answer::before {
        content: "";
        display: block;
        width: 2.5rem;
        height: 2.5rem;
        background: url(images/faqa.png) center center no-repeat;
        position: absolute;
        left: 1.3rem;
        top: 15px;
        background-size: auto 100%;
	}

	/* area top */

	section.areatop {
		position:relative;
	}
	section.areatop .content {
        width: 100%;
        padding: 9rem 3rem 4rem;
        margin: 0 auto 0;
		z-index:11;
	}



	.areabottom_top {
        width: 100%;
        padding-bottom: 4rem;
        position: relative;
	}
	.areabottom_top .left {
        width: 100%;
	}
	.areabottom_top .right {
		width:28%;
	}
	.areabottom_top .left h2 {
		width:100%;
	}
	.areabottom_top .left h2 .sub {
		display:block;
		color: #000;
		font-size: 2.2rem;
		font-style: normal;
		font-weight: 700;
		line-height: 1;
		margin-bottom:2.6rem;
	}

	.areabottom_top .left h2 .main {
        color: #000;
        font-size: 2.3rem;
        font-style: normal;
        font-weight: 700;
        line-height: 1.6;
        letter-spacing: 0;
	}
	.areabottom_top .right img {
        position: absolute;
        top: -18rem;
        right: 0;
        width: 45%;
        z-index: 12;
	}

    section.areatop > div > .text {
        width: 100%;
        max-width: 1080px;
        padding: 0rem 0rem 0rem;
        margin: 0 auto 0;
        color: #000;
        font-size: 1.4rem;
        font-style: normal;
        font-weight: 500;
        line-height: 2;
        letter-spacing: 0.5px;
	}


	section.search {
		width:100%;
		background:#F8F8F8 url(images/wht1.png) top center no-repeat;
		background-size:100% 18rem;
	}
	section.search .content {
        width: 100%;
        max-width: calc(1080px + 16rem);
        padding: 0rem 3rem 6rem;
        margin: 0 auto 0;
		z-index:11;
	}

	.searchbox {
        width: 100%;
        border: 2px solid #D1D1D1;
        background: #fff;
        padding: 2.5rem 3rem 2.5rem;
        margin-bottom: 10rem;
	}
	.searchbox h2 {
        width: 100%;
        text-align: center;
        color: var(--Main-Orange01, #F81);
        font-size: 1.8rem;
        font-style: normal;
        font-weight: 700;
        line-height: 1.3;
        margin-bottom: 2.5rem;
	}
	.searchbox .conditions {
        width: 100%;
        margin-bottom: 3rem;
	}
	.searchbox .conditions .block {
        width: 100%;
        margin-bottom: 15px;

	}
	.searchbox .conditions .block .title {
        width: 100%;
        height: 1.9rem;
        padding-left: 2.5rem;
        color: var(--Gray-01, #181818);
        font-size: 1.4rem;
        font-style: normal;
        font-weight: 700;
        line-height: 1.9rem;
        margin-bottom: 1rem;
	}
	.searchbox .conditions .block .title.conditions01 {
        background: url(images/searchboxicon01.png) left center no-repeat;
        background-size: 1.8rem;
	}
	.searchbox .conditions .block .title.conditions02 {
		background:url(images/searchboxicon02.png) left center no-repeat;
        background-size: 1.8rem;
	}
	.searchbox .conditions .block .title.conditions03 {
		background:url(images/searchboxicon03.png) left center no-repeat;
        background-size: 1.8rem;
	}
	.searchbox select {
        width: 100%;
        border: none;
        outline: none;
        height: 4rem;
        padding: 0 1.4rem;
        color: var(--Gray-01, #181818);
        font-family: "Noto Sans CJK JP";
        font-size: 1.4rem;
        font-style: normal;
        font-weight: 400;
        line-height: 16px;
        border-radius: 5px;
        background: var(--Gray-08, #F3F3F3);
        -webkit-appearance: none;
        appearance: none;
        -webkit-appearance: none;
        appearance: none;
        background-image: url(images/searchselectarw.png);
        background-repeat: no-repeat;
        background-size: 1.4rem auto;
        background-position: right 1rem center;
        font-family: inherit;
	}
	.searchbox input[type="submit"] {
        display: flex;
        width: 100%;
        border: none;
        outline: none;
        height: 5rem;
        padding: 0 2rem;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        background: #000 url(images/searchinputicon.png) right 2rem center no-repeat;
        background-size: 2rem;
        color: var(--White, #FFF);
        text-align: center;
        font-size: 1.6rem;
        font-style: normal;
        font-weight: 700;
        line-height: 1;
        border-radius: 4rem;
        margin: 0 auto;
        cursor: pointer;
	}

	.areatopcontents {
		width:100%;
	}
	.areatopcontents .areasearch_arealist {
	}
	.areatopcontents .areasearch_arealist > div {
        width: 100%;
        background: #fff;
        position: relative;
        padding: 8rem 2rem 2rem;
        margin-bottom: 5rem;
	}
	.areatopcontents .areasearch_arealist > div .areaillust {
        position: absolute;
        top: -3rem;
        left: -2.2rem;
        width: 10rem;
	}
	.areatopcontents .areasearch_arealist > div h3 {
        position: absolute;
        width: 100%;
        height: 8rem;
        line-height: 8rem;
        color: var(--Main-Orange01, #F81);
        font-size: 1.9rem;
        font-style: normal;
        font-weight: 700;
        top: 0;
        left: 0;
        text-align: center;
	}
	.areatopcontents .areasearch_arealist > div img.areaimg {
        width: 100%;
        margin-bottom: 2rem;
	} 
	.areatopcontents .areasearch_arealist > div .text {
        color: var(--Gray-01, #181818);
        font-family: "Noto Sans CJK JP";
        font-size: 1.3rem;
        font-style: normal;
        font-weight: 400;
        line-height: 2;
        margin-bottom: 2rem;
	}
	.areatopcontents .areasearch_arealist > div .morebtn_search {
		width:100%;
		text-align: right;
	}
	.areatopcontents .areasearch_arealist > div .morebtn_search a {
        display: inline-block;
        height: 3rem;
        color: var(--Gray-01, #181818);
        font-size: 1.3rem;
        font-style: normal;
        font-weight: 400;
        line-height: 3rem;
        background: url(images/gyoshubetsulink.png) right center no-repeat;
        background-size: 2rem auto;
        padding-right: 3rem;
	}

	/* area 各地 */
	.defaulttitle.tatecenter h1 {
        align-items: flex-start;
        position: relative;
        flex-direction: column;
        justify-content: center;
	}
	.defaulttitle.tatecenter h1 .sub2 {
        color: var(--Main-Orange01, #F81);
        font-size: 1.2rem;
        font-style: normal;
        font-weight: 700;
        line-height: 1;
	}
	.areabottom_top .left .text {
        width: 100%;
        max-width: 700px;
        margin: 0 auto;
        color: #000;
        font-size: 1.3rem;
        font-weight: 500;
        line-height: 2.1;
        letter-spacing: 0.55px;
	}
    section.areatop.areakakuchi .content {
        padding: 9rem 3rem 0rem;
    }
	.search .content1430 {
        width: 100%;
        max-width: calc(1430px + 16rem);
        padding: 0rem 3rem 8.5rem;
        margin: 0 auto 0;
		z-index:11;
	}
	.jireilist_area {
        background: #fff;
        padding: 0 2rem 5rem;
        margin-bottom: 5rem;
	}
	.jireilist_area .top {
        position: relative;
        padding: 8rem 0 0 0;
	}
	.jireilist_area .top img.areaillust {
        position: absolute;
        top: -5rem;
        left: -4rem;
        width: 40%;
	}
	.jireilist_area .top h2 {
        position: absolute;
        width: 100%;
        height: 8rem;
        line-height: 8rem;
        color: var(--Main-Orange01, #F81);
        font-size: 1.8rem;
        font-style: normal;
        font-weight: 700;
        top: 0;
        left: 0;
        padding-left: 0;
        text-align: center;
	}
	.jireilist_area .top .morebtn {
		display: none;
    }
	.jireilist_area .jissekilist {
		display: flex	;
		flex-wrap: wrap;
		justify-content: space-around;
		gap: 5rem;
	}
	.jireilist_area .jissekilist .jbox {
        margin: 0 0 0 0 !important;
        width: 100%;
	}
	.jireilist_area .jissekilist div.jbox h4 {
        color: #181818;
    }
    .jireilist_area .jissekilist div.jbox .tag > a.gyoshu {
        background:#F8F8F8;
    }
	.jissekimiru {
        background: #FFE7CF;
        display: flex;
        width: 330px;
        height: 5rem;
        padding: 0rem 2.5rem;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        color: var(--Gray-01, #181818);
        font-size: 1.5rem;
        font-style: normal;
        font-weight: 500;
        border-radius: 1rem;
        margin: 0 auto;
	}


	/* searchi result */

	.searchresult {
		position:relative;
	}
	.searchresult .content {
        width: 100%;
        max-width: calc(1080px + 16rem);
        padding: 9rem 3rem 0rem;
        margin: 0 auto 0;
		z-index:11;
	}
	.searchresult .left .text {
        color: #000;
        font-size: 1.4rem;
        font-style: normal;
        font-weight: 500;
        line-height: 2.1;
	}
	.searchtitle {
        display: block;
        width: fit-content;
        height: 2rem;
        margin: 0 auto 2rem;
        background: url(images/searchtitleicon.png) left center no-repeat;
        background-size: auto 2rem;
        color: var(--Gray-01, #181818);
        text-align: center;
        font-size: 1.8rem;
        font-style: normal;
        font-weight: 700;
        line-height: 2rem;
        padding-left: 2.5rem;
	}

	.jireilist_area .top .kensu {
        position: absolute;
        width: 100%;
        height: 8rem;
        line-height: 8rem;
        color: var(--Main-Orange01, #F81);
        font-size: 1.5rem;
        font-style: normal;
        font-weight: 700;
        top: 0;
        left: 0;
	}
    section.search.resultbox .content {
        padding: 0rem 3rem 0rem;
    }


	.pagenate {
        width: 100%;
        margin: 5rem 0 5rem 0;
	}
	.pagenate .pagenageBox {
        width: 100%;
        min-height: 4rem;
        text-align: center;
	}
	.pagenate .pagenageBox a, .pagenate .pagenageBox span {
        display: inline-block;
        height: 4rem;
        line-height: 4rem;
        margin: 0 1px;
        text-align: center;
        color: #181818;
        font-size: 1.3rem;
        font-weight: 400;
        background: #F3F3F3;
	}
	.pagenate .pagenageBox .dots {
		background:transparent;
	}
	.pagenate .pagenageBox a {
		width:4rem;
		border-radius:3rem;
		background:#F3F3F3;
	}
	.pagenate .pagenageBox a:hover {
		background:#FFE7CF;
		color:#F81;
	}
	.pagenate .pagenageBox span.current {
		width:4rem;
		border-radius:3rem;
		background:#FFE7CF;
		color:#F81;
	}
	.pagenate .pagenageBox a.prev {
	}
	.pagenate .pagenageBox a.prev:after{
			content: "";
	}
	.pagenate .pagenageBox .prev, .pagenate .pagenageBox .next {
		background:transparent;
	}




























	











/* スライドメニュボタン */

	.menuBtn {
		display: block;
		width: 50px;
		height: 50px;
		background:transparent url(images/menubtn_on.png) center center no-repeat;
		background-size: 100% 100%;
		position:absolute;
		right:5px;
		top:5px;
		z-index:50;
		-webkit-transition: all 0.5s;
		-moz-transition: all 0.5s;
		-ms-transition: all 0.5s;
		-o-transition: all 0.5s;
		transition: all 0.5s;
	}

	html.sb-active .menuBtn {
		background:transparent url(images/menubtn_off.png) center center no-repeat;
		background-size: 100% 100%;
		-webkit-transition: all 0.5s;
		-moz-transition: all 0.5s;
		-ms-transition: all 0.5s;
		-o-transition: all 0.5s;
		transition: all 0.5s;
	}




/* header */

	html.sb-active header.scroll {
		display:block;
		background:transparent!important;
		width:100%;
		height:60px;
		padding-left:12px;
		position:fixed;
		z-index:101;
		-webkit-transition: all 0.5s;
		-moz-transition: all 0.5s;
		-ms-transition: all 0.5s;
		-o-transition: all 0.5s;
		transition: all 0.5s;
	}

	html.sb-active header .head_logo {
		display:inline-block;
		float:left;
		height:26px;
		margin-top:17px;
		background:transparent url(images/logo.png) center center no-repeat!important;
		background-size:contain!important;
		color:#777777!important;
		-webkit-transition: all 0.5s;
		-moz-transition: all 0.5s;
		-ms-transition: all 0.5s;
		-o-transition: all 0.5s;
		transition: all 0.5s;
	}








/* スライドメニュー */

	.slideMenu {
		width:100%;
		height:calc(100vh - 60px);
		padding-top:60px;
		text-align:center;
		position:relative;
	}

	.slideMenu .menuBlock {
		display:block;
		height:auto;
		width:100%;
		padding:20px 25px 20px 40px;
	}

	.slideMenu .menuBlock .slideMenuSp {
		width:100%;
		padding-bottom:40px;
	}	

	.slideMenu .menuBlock .slideMenuSp li {
		display:block;
		width:100%;
	}

	.slideMenu .menuBlock .slideMenuSp li > div.accordionMenu00, .slideMenu .menuBlock .slideMenuSp li a.accordionNo {
		display:block;
		width:100%;
		padding:12px 0;
		text-align:left;
	}

	.slideMenu .menuBlock .slideMenuSp li > div.accordionMenu00 span.main, .slideMenu .menuBlock .slideMenuSp li a.accordionNo span.main {
		display:inline-block;
		color:#fff;
		font-size:130%;
		font-weight:800;
		font-family: 'Heebo', sans-serif;
		padding-right:10px;
		line-height:30px;
	}

	.slideMenu .menuBlock .slideMenuSp li > div.accordionMenu00 span.sub, .slideMenu .menuBlock .slideMenuSp li a.accordionNo span.sub {
		display:inline-block;
		color:#707286;
		font-size:85%;
		line-height:30px;
	}

	.slideMenu .menuBlock .slideMenuSp li > div.accordionMenu00 div {
		background:url(images/slideMenu_plus.png) right 10px center no-repeat;
		background-size:10.5px;
	}

	.slideMenu .menuBlock .slideMenuSp li a.accordionNo {
		background:url(images/slideMenu_minus.png) right 10px center no-repeat;
		background-size:10.5px;
	}


	.slideMenu .sideLink {
		display:none;
		padding:0 0 0 25px;
	}

	.slideMenu .sideLink a.normalLink {
		display:block;
		line-height:30px;
		color:#fff;
		font-weight:500;
		font-size:100%;
		background:url(images/slideMenu_minus.png) right 10px center no-repeat;
		background-size:10.5px;
	}

	.slideMenu .sideLink .accordionMini {
		width:100%;
	}
	.slideMenu .sideLink .accordionMini div {
		display:block;
		line-height:30px;
		color:#fff;
		font-weight:500;
		font-size:100%;
		background:url(images/slideMenu_plus.png) right 10px center no-repeat;
		background-size:10.5px;
	}	

	.slideMenu .sideLinkMini {
		display:none;
		padding-left:15px;
		padding-bottom:12px;
	}

	.slideMenu .sideLinkMini a {		
		display:block;
		line-height:30px;
		color:#fff;
		font-weight:400;
		font-size:92%;
	}

	.slideMenu .bannerBox {
		width:100%;
		text-align:center;
		padding:0;
	}

	.slideMenu .bannerBox .hikBanner {
		width:143.5px;
		height:auto;
		margin:4px 5px;
	}

	.slideMenu .bannerBox .dahuaBanner {
		width:89px;
		height:auto;
		margin:0 5px;
	}






/* -----------------------------------
 * Slidebars
 * Version 0..10
 * http://plugins.adchsm.me/slidebars/
 *
 * Written by Adam Smith
 * http://www.adchsm.me/
 *
 * Released under MIT License
 * http://plugins.adchsm.me/slidebars/license.txt
 *
 * -------------------
 * Slidebars CSS Index
 *
 * 001 - Box Model, Html & Body
 * 002 - Site
 * 003 - Slidebars
 * 004 - Animation
 * 005 - Helper Classes
 *
 * ----------------------------
 * 001 - Box Model, Html & Body
 */

html, body, #sb-site, .sb-site-container, .sb-slidebar {
	/* Set box model to prevent any user added margins or paddings from altering the widths or heights. */
	margin: 0;
	padding: 0;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}

html, body {
	width: 100%;
	overflow-x: hidden; /* Stops horizontal scrolling. */
}

html {
	height: 100%; /* Site is as tall as device. */
}

body {
	min-height: 100%;
	height: auto;
	position: relative; /* Required for static Slidebars to function properly. */
}

html.sb-scroll-lock.sb-active:not(.sb-static) {
	overflow: hidden; /* Prevent site from scrolling when a Slidebar is open, except when static Slidebars are only available. */
}

/* ----------
 * 002 - Site
 */

#sb-site, .sb-site-container {
	/* You may now use class .sb-site-container instead of #sb-site and use your own id. However please make sure you don't set any of the following styles any differently on your id. */
	width: 100%;
	position: relative;
	z-index: 1; /* Site sits above Slidebars */
	background-color: #ffffff; /* Default background colour, overwrite this with your own css. I suggest moving your html or body background styling here. Making this transparent will allow the Slidebars beneath to be visible. */
}

/* ---------------
 * 003 - Slidebars
 */

.sb-slidebar {
	height: 100%;
	overflow-y: auto; /* Enable vertical scrolling on Slidebars when needed. */
	position: fixed;
	top: 0px;
	z-index: 0; /* Slidebars sit behind sb-site. */
	display: none; /* Initially hide the Slidebars. Changed from visibility to display to allow -webkit-overflow-scrolling. */
	background: rgba(5,10,44,0.95); /* Default Slidebars background colour, overwrite this with your own css. */
	-webkit-transform: translate(0px); /* Fixes issues with translated and z-indexed elements on iOS 7. */
}

.sb-left {
	left: 0; /* Set Slidebar to the left. */
}

.sb-right {
	right: 0; /* Set Slidebar to the right. */
}

html.sb-static .sb-slidebar,
.sb-slidebar.sb-static {
	position: absolute; /* Makes Slidebars scroll naturally with the site, and unfixes them for Android Browser < 3 and iOS < 5. */
}

.sb-slidebar.sb-active {
	display: block; /* Makes Slidebars visibile when open. Changed from visibility to display to allow -webkit-overflow-scrolling. */
}

.sb-style-overlay {
	z-index: 99; /* Set z-index high to ensure it overlays any other site elements. */
}

.sb-momentum-scrolling {
	-webkit-overflow-scrolling: touch; /* Adds native momentum scrolling for iOS & Android devices. */
}

/* Slidebar widths for browsers/devices that don't support media queries. */
	.sb-slidebar {
		width: 100%;
	}
	
	.sb-width-thin {
		width: 15%;
	}
	
	.sb-width-wide {
		width: 45%;
	}

@media (max-width: 480px) { /* Slidebar widths on extra small screens. */
	.sb-slidebar {
		width: 100%;
	}
	
	.sb-width-thin {
		width: 100%;
	}
	
	.sb-width-wide {
		width: 100%;
	}
}

@media (min-width: 481px) { /* Slidebar widths on small screens. */
	.sb-slidebar {
		width: 55%;
	}
	
	.sb-width-thin {
		width: 40%;
	}
	
	.sb-width-wide {
		width: 70%;
	}
}

@media (min-width: 768px) { /* Slidebar widths on medium screens. */
	.sb-slidebar {
		width: 40%;
	}
	
	.sb-width-thin {
		width: 25%;
	}
	
	.sb-width-wide {
		width: 55%;
	}
}

@media (min-width: 992px) { /* Slidebar widths on large screens. */
	.sb-slidebar {
		width: 30%;
	}
	
	.sb-width-thin {
		width: 15%;
	}
	
	.sb-width-wide {
		width: 45%;
	}
}

@media (min-width: 1200px) { /* Slidebar widths on extra large screens. */
	.sb-slidebar {
		width: 20%;
	}
	
	.sb-width-thin {
		width: 5%;
	}
	
	.sb-width-wide {
		width: 35%;
	}
}

/* ---------------
 * 004 - Animation
 */

.sb-slide, #sb-site, .sb-site-container, .sb-slidebar {
	-webkit-transition: -webkit-transform 400ms ease;
	   -moz-transition: -moz-transform 400ms ease;
	     -o-transition: -o-transform 400ms ease;
	        transition: transform 400ms ease;
	-webkit-transition-property: -webkit-transform, left, right; /* Add left/right for Android < 4.4. */
	-webkit-backface-visibility: hidden; /* Prevents flickering. This is non essential, and you may remove it if your having problems with fixed background images in Chrome. */
}

/* --------------------
 * 005 - Helper Classes
 */
 
.sb-hide { 
	display: none; /* Optionally applied to control classes when Slidebars is disabled over a certain width. */
}








}












/*画面サイズが変わっても常に動画の中央が表示されるようにする*/
/*動画よりも画面が横に長くなるとき用*/
@media (aspect-ratio: 16/9), (min-aspect-ratio: 16/9) {
  .video-container .video-wrap video {
    width: 100%;
    top: 50%;
    transform: translateY(-50%);
  }
}

/*動画よりも画面が縦に長くなるとき用*/
@media (max-aspect-ratio: 16/9) {
  .video-container .video-wrap video {
    height: 125%;
    left: 60%;
    transform: translateX(-50%);
  }
}




.fadeIn_only {
	opacity: 0;
	transform: translate(0, 0);
	transition: 3s;
}

.fadeIn_left {
	opacity: 0;
	transform: translate(-15%, 0);
	transition: .8s;
	/* transition-timing-function : cubic-bezier(.41,.05,.94,.65); */
	/* -webkit-transition-timing-function : cubic-bezier(.41,.05,.94,.65); */
}

.fadeIn_right {
	opacity: 0;
	transform: translate(15%, 0);
	transition: .8s;
}

.fadeIn_right50 {
	opacity: 0;
	transform: translate(50%, 0);
	transition: .4s;
}

.fadeIn_up {
	opacity: 0;
	transform: translate(0, 15%);
	transition: .8s;
}

.fadeIn_down {
	opacity: 0;
	transform: translate(0, -30%);
	transition: .8s;
}


.fadeIn_left2 {
	opacity: 0;
	transform: translate(-8%, 0);
	transition: .8s;
	/* transition-timing-function : cubic-bezier(.41,.05,.94,.65); */
	/* -webkit-transition-timing-function : cubic-bezier(.41,.05,.94,.65); */
}

.fadeIn_right2 {
	opacity: 0;
	transform: translate(8%, 0);
	transition: .8s;
}

.fadeIn_up2 {
	opacity: 0;
	transform: translate(0, 8%);
	transition: .8s;
}

.fadeIn_down2 {
	opacity: 0;
	transform: translate(0, -8%);
	transition: .8s;
}

.fadeIn_left3 {
	opacity: 0;
	transform: translate(-4%, 0);
	transition: .8s;
	/* transition-timing-function : cubic-bezier(.41,.05,.94,.65); */
	/* -webkit-transition-timing-function : cubic-bezier(.41,.05,.94,.65); */
}

.fadeIn_right3 {
	opacity: 0;
	transform: translate(4%, 0);
	transition: .8s;
}

.fadeIn_up3 {
	opacity: 0;
	transform: translate(0, 4%);
	transition: .8s;
}

.fadeIn_down3 {
	opacity: 0;
	transform: translate(0, -4%);
	transition: .8s;
}

.is-show {
	transform: translate(0, 0);
	opacity: 1;
}

	.timing0 {transition-delay: 0ms;}
	.timing1 {transition-delay: 100ms;}
	.timing2 {transition-delay: 200ms;}
	.timing3 {transition-delay: 300ms;}
	.timing4 {transition-delay: 400ms;}
	.timing5 {transition-delay: 500ms;}
	.timing6 {transition-delay: 600ms;}
	.timing7 {transition-delay: 700ms;}
	.timing8 {transition-delay: 800ms;}
	.timing9 {transition-delay: 900ms;}
	.timing10 {transition-delay: 1000ms;}
	.timing11 {transition-delay: 1100ms;}
	.timing12 {transition-delay: 1200ms;}
	.timing13 {transition-delay: 1300ms;}
	.timing14 {transition-delay: 1400ms;}
	.timing15 {transition-delay: 1500ms;}
	.timing16 {transition-delay: 1600ms;}
	.timing17 {transition-delay: 1700ms;}
	.timing18 {transition-delay: 1800ms;}
	.timing19 {transition-delay: 1900ms;}
	.timing20 {transition-delay: 2000ms;}

	.timing25 {transition-delay: 2500ms;}
	.timing30 {transition-delay: 3000ms;}
	.timing35 {transition-delay: 3500ms;}

	.timing70 {transition-delay: 7500ms;}

	.timing75 {transition-delay: 7500ms;}
	.timing76 {transition-delay: 7600ms;}

