@charset "utf-8";
/*@import url('https://fonts.googleapis.com/css2?family=Julius+Sans+One&display=swap');*/
/*
Theme Name: fukutoku-shoji
Theme URI: https://www.fukutoku-shoji.co.jp/
Description:福徳商事
Version: 1
*/


/*全端末（PC・タブレット・スマホ）共通設定---*/

/*全体設定*/
html {
	scroll-snap-type: y proximity;
	scroll-padding-top: 70px;
 	scroll-behavior: smooth;
}
body {
	margin: 0px;
	padding: 0px;
	color: #000;	/*全体の文字色*/
	font-size: 18px;	/*文字サイズ*/
	line-height: 2;		/*行間*/
	background: #fff;	/*背景色*/
    text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;	/*safari*/
}
h1,h2,h3,h4,h5,p{
	font-weight: 400;
	font-style: normal;
}

img {border: none;width: 100%;height: auto;vertical-align: middle;}
table {border-collapse:collapse;font-size: 100%;border-spacing: 0;}
iframe {width: 100%;}
.centered{
	margin: 0 auto;
	position:relative;
} 
.sp {
		display: none;
	}
input,textarea,select {
    border: 1px solid #999;
    border-radius: 0.5em;
    padding: 0 0.5em;
}
select {
    border: 1px solid #999;
    border-radius: 0.5em;
    padding: 0.43em;	
}
.font-julius {
  font-family: "Julius Sans One";
  font-weight: bold;
  font-style: normal;
}
.noto-serif-jp {
  /*font-family: "Noto Serif JP", serif;*/
  /*font-weight: 600;*/
  font-style: normal;
}
.has-text-align-center{
	text-align:center;
}
main {
	min-height:60em;
}
@media screen and (max-width:1100px){
	body {
		font-size: 1.6vw;
	}
}
@media screen and (max-width:580px){
	body {
		font-size: 4vw;
	}
	.sp {
		display: inline;
	}
}
@media screen and (min-width:1101px){
	.centered{
		margin: 0 auto;
		max-width: 1100px;
	} 
}


/*リンク設定---*/
a {
	color: #262e2b;		/*リンクテキストの色*/
	transition: 0.2s;	/*マウスオン時の移り変わるまでの時間設定。0.2秒。*/
	text-decoration: none;
	display: inline-block;
}
a:hover {
	color: #0d7513;			/*マウスオン時の文字色*/
}


/*ヘッダー設定---*/
header {
	padding: 0.5em 2em 0.5em;
    position: fixed;
    width: 100%;
    z-index: 100;
    background: linear-gradient(to left, #ffffff99, #ffffff 70%);
}
@media screen and (max-width:580px){
	header {
		font-size: 0.9em;
		padding: 0.8em;
	}
		header .logo {
		font-size: 1.1em;
	}
}

header .logo {
    display: block;
    width: 20em;
    position: relative;
}
header .logo p {
    position: absolute;
    top: -0.7em;
    left: 7em;
    font-size: 0.9em;
}
a.logo:hover {
	color:#000;
}

/*PCメニュー設定---*/
@media screen and (min-width:981px){
	nav.drawer {
		top: 0;
        right: 1.5em;
        position: absolute;
        padding-top: 0.7em;
        font-size: 0.9em;
	}
	nav.drawer span{
		padding-left:0.1em;
		line-height: 1em;
        display: inline-block;
	}
	nav.drawer span:nth-child(1),nav.drawer span:nth-child(2),nav.drawer span:nth-child(3),nav.drawer span:nth-child(4){
		border-right:1px solid #999;
		padding-right: 0.5em;
	}
	nav.drawer a{
		display: inline-block;
	}
	nav.drawer span:nth-child(6) a{
		display: inline-block;
        background: linear-gradient(to left, #FC7316, #FCAB16);
        color: #ffffff;
        padding: 0.4em 1em 0.3em;
        border-radius: 1em;
        margin-left: 1em;
		font-weight:bold;
	}
	nav.drawer span:nth-child(6) a:hover{
        box-shadow: -1px 1px 8px rgb(251 214 1 / 88%), 3px -1px 10px rgb(28 189 133 / 88%);;
	}
	
}

/*スマホメニュー設定---*/
#sp_menu_button{
	display: none;
}
@media screen and (max-width:980px){
	#sp_menu_button{
		display: block;
        top: 0;
        right: 0;
        position: fixed;
        transition: all 0.6s;
		padding: 0.7em 0.5em 0.5em;
        z-index: 120;
	}
	
	.menu-trigger {
		display: inline-block;
	}
	.menu-trigger,
	.menu-trigger span {
		display: inline-block;
		transition: all .4s;
		box-sizing: border-box;
		cursor: pointer;
	}
	.menu-trigger {
		position: relative;
		width: 2em;
		height: 1.6em;
		vertical-align: top;		
	}
	.menu-trigger span {
		position: absolute;
		left: 0;
		width: 100%;
		height: 0.3em;
		background-color: #156639;
		border-radius: 0.3em;
	}
	.menu-trigger span:nth-of-type(1) {
		top: 0;
	}
	.menu-trigger span:nth-of-type(2) {
		top: 0.65em;
	}
	.menu-trigger span:nth-of-type(3) {
		bottom: 0;
	}
	.menu-trigger span:nth-of-type(4)  {
		font-size: 0.8em;
		color: #00a08e;
		bottom: 0;
		background: none;
	}
	.drawer-open .menu-trigger span:nth-of-type(1) {
		transform: translateY(0.6em) rotate(-45deg);
		top: 0.1em;
	}
	.drawer-open .menu-trigger span:nth-of-type(2) {
		opacity: 0;
	}
	.drawer-open .menu-trigger span:nth-of-type(3) {
		transform: translateY(-0.6em) rotate(45deg);
	}
	.drawer-open .menu-trigger span {
		background-color: #90d5af;
	}
	.drawer {
		position: fixed;
		top: 0;
		right: -20em;
		height: 100vh;
		width: 10em;
		overflow: auto;
		z-index: 100;
		transition: all 0.6s;
		background-color: #505050e8;
		font-size:1.4em;
	}
	.drawer-open .drawer {
		right: 0;
	}
	nav.drawer a {
		display: block;
        padding: 0.5em 2em;
        border-bottom: 1px solid #ffffff63;
        color: #fff;
        font-size: 0.8em;
	}
	nav.drawer a:hover {
		background-color:#ffffff50 ;
	}
}
@media screen and (max-width:580px){
	#sp_menu_button{
		padding: 1em 0.5em 0.5em;
	}
}

/*フッター設定---*/

footer {
    background: #fff;
    position: relative;
}

footer #footer_recruit {
	position: relative;
	overflow: hidden;
	height: 40vw;
	min-height: 27em;
	margin: 0 0 4em;
}
footer #footer_recruit:before {
	position: absolute;
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    z-index: 1;
    background: #00000050;
    backdrop-filter: blur(3px);
    transition: all .3s ease-out;
}
footer #footer_recruit:hover:before {
    backdrop-filter: blur(1px);	
	background: #00000020;
}
footer #footer_recruit #staff {
	position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
	transition: all .3s ease-out;
}
footer #footer_recruit:hover #staff {
	transform: scale(1.03);
}
footer #footer_recruit #staff span {
	display:block;
	width: 100%;
	height: 100%;
	top: 0;
}
footer #footer_recruit #staff img {
    object-fit: cover;
    height: 100%;
}

footer #footer_recruit a {
	display:block;
	position:relative;
	width:100%;
	height:100%;
	z-index:2;
}
footer #footer_recruit h4 {
	position: relative;
    color: #fff;
    top: 40%;
    text-align: center;
    font-size: 4.5em;
    line-height: 1em;
    font-weight: normal;	
}
footer #footer_recruit div {
	position: relative;
    color: #000;
    top: 40%;
    text-align: center;
    font-size: 0.9em;
    line-height: 2.3em;
    background: #FFF;
    width: 16em;
    margin: 0 auto;
}
footer #footer_info {
	background:linear-gradient(to left, #156639, #0C780E);	
	padding:1em 0;
	display: grid;
    grid-template-columns: 33% 34% 33%;
}
footer #footer_info section {
	position: relative;
	overflow: hidden;
	height: 20em;
}
footer #footer_info section:before {
	position: absolute;
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    z-index: 1;
    background: #00000050;
    backdrop-filter: blur(3px);
    transition: all .3s ease-out;
}
footer #footer_info section:hover:before {
    backdrop-filter: blur(1px);	
	background: #00000020;
}
footer #footer_info section img {
	position: absolute;
	display: block;
	width: 100%;
	height: 100%;
	top: 0;
	transition: all .3s ease-out;
	object-fit: cover;
}
footer #footer_info section:hover img {
	transform: scale(1.1);
}
footer #footer_info section a {
	display:block;
	position: relative;
    z-index: 2;
	width:100%;
	height:100%;
}
footer #footer_info section h4 {
	position: relative;
    color: #fff;
    top: 45%;
    text-align: center;
    font-size: 2.5em;
    line-height: 1em;
}
footer #footer_info section h4 span {
	display: block;
    font-size: 0.35em;
    line-height: 1em;
}
footer #footer_link {
	display: grid;
    grid-template-columns: 28% 20.5% 18.5% 18.5% 14.5%;
	padding:7em 1em 6em 4em;;
	max-width:1400px;
	margin:0 auto;
}
footer #footer_link span {
	display:block;
}
footer #footer_link a {
	color:#4A4949;
	position:relative;
}
footer #footer_link a:hover{
	color:#4A4949;
	transition: .2s;
	filter:brightness(0) saturate(100%) invert(50%) sepia(50%) saturate(400%) hue-rotate(70deg) brightness(100%) contrast(90%);
}
footer #footer_link h3 {
	font-size: 1.6em;
    line-height: 0.9em;
	position:relative;
}

footer #footer_link h3 span {
	display: inline-block;
    font-size: 0.61em;
}
/*footer #footer_link h3 a::before {
    content: "";
    position: absolute;
    width: 1em;
    height: 1.6em;
    display: block;
    top: 0em;
    left: -1.3em;
    background: url(img/i_comp.png) no-repeat;
    background-size: contain;
}*/
footer #footer_link .l_new {
    margin: 2em 0 1em 2em;
    line-height: 1em;
}
footer #footer_link .l_new a {
	font-size:1.2em;
}
/*footer #footer_link .l_new a::before {
    content: "";
    position: absolute;
    width: 1em;
    height: 1.6em;
    display: block;
    top: -0.2em;
    left: -1.5em;
    background: url(img/i_new.png) no-repeat;
    background-size: contain;
}*/
footer #footer_link .l_contact a{
	display: inline-block;
    background: linear-gradient(to left, #FC7316, #FCAB16);
    color: #ffffff;
    padding: 0.7em 2em 0.5em;
    border-radius: 2em;
    line-height: 1em;
    font-weight: bold;
}
footer #footer_link .l_contact a:hover{
	filter:none;
	box-shadow: -1px 1px 8px rgb(251 214 1 / 88%), 3px -1px 10px rgb(28 189 133 / 88%);;
}
footer #footer_link h4 {
    font-size: 1.2em;
    line-height: 1em;
    margin: 0 0 0.5em 0;
}
/*footer #footer_link h4 a::before {
    content: "";
    position: absolute;
    width: 0.834em;
    height: 0.834em;
    display: block;
    top: 0.05em;
    left: -1.2em;
    background: url(img/i_go.png) no-repeat;
    background-size: contain;
}:*/
footer #footer_link div span {
	margin:0 0 0 1.5em;
}
/*footer #footer_link div span a::before {
    content: "";
    position: absolute;
    width: 1em;
    height: 1em;
    display: block;
    top: 0.6em;
    left: -1.5em;
    background: url(img/i_lm.png) no-repeat;
    background-size: contain;
}*/

footer #footer_office {
	background:#eeeeee;
}
footer #footer_office section {
    display: grid;
    grid-template-columns: 25% 25% 25% 25%;
	max-width:1400px;
	margin:0 auto;
}
footer #footer_office section .wrapper {
	padding-left: 0.5em;
    border-left: 5px solid #00A08E;
    margin: 0.7em 0.5em;
}
footer #footer_office section h4 {
	font-size:1em;
	line-height:1.8em;
}
footer #footer_office section p {
    font-size: 0.8em;
    line-height: 1em;
}
footer #line {
    background: linear-gradient(to left, #156639, #0C780E);
    padding: 0.4em 4em;
    text-align: right;
}
footer #line div {
	max-width:1400px;
	margin:0 auto;
}
footer #line a {
	color:#fff;
}
footer #line a:hover {
	color:#ffffff70;
}
footer .logo {
    width: 18em;
    margin: auto;
	padding: 2em 0 0;
}
@media screen and (max-width:580px){
	footer #footer_recruit #staff {
		grid-template-columns: 50% 50%;
	}
	footer #footer_recruit {
		height: 37em;
	}
	footer #footer_recruit #staff span {
		height: 21em;
	}
	footer #footer_recruit h4 {
		font-size: 3.2em;
		top: 40%;
	}
	footer #footer_recruit a div {
		font-size:1.2em;
		width: 12em;
        line-height: 1.8em;
	}
	footer #footer_info {
		display: block;
	}
	footer #footer_info section {
		height: 15em;
	}
	footer #footer_info section h4 {
		font-size: 2.5em;
		font-weight: normal;
	}
	footer #footer_link {
		display: block;
		padding: 5em 1em 5em 3em;
		font-size:1.2em;
	}	
	footer #footer_link .l_new a::before {
		top: -0.2em;
	}
	footer #footer_link .l_contact {
		margin: 1.5em 0 2.5em;
	}
	footer #footer_link h4 {
		margin: 1em 0 0.5em;
	}
	footer #footer_link div.grid{
		display: grid;
		grid-template-columns:50% 50%;
		margin-left: -0.7em;
	}
	footer #footer_link div span {
		font-size: 1em;
	}
	footer #footer_office {
		font-size:1.3em;
	}
	footer #footer_office section {
		display: block;
		padding: 0.5em;
	}
	footer #footer_office section .wrapper {
		margin: 0.5em 0;
	}
	footer #line {
		padding: 0.4em 1em;
	}
}

#pagetop {
	font-family: 'Alata', sans-serif;
    display: block;
    position: fixed;
    bottom: 0.7em;
    right: 0.7em;
    width: 5em;
    height: 5em;
    background-color: #034f19;
    color: #fff;
    text-align: center;
    line-height: 7.3em;
    border-radius: 50%;
    opacity: 0.7;
    z-index: 100;
    font-size: 0.8em;
}
#pagetop:hover {
	color: #fff;
	opacity: 0.5;
}
#pagetop::before{
	content: "";
    width: 1.3em;
    height: 1.3em;
    border-top: 1px solid #fff;
    border-left: 1px solid #fff;
    display: block;
    position: absolute;
    transform: rotate(45deg);
    top: 2em;
    left: 1.9em;
}


/*　スライドショー ---*/
.out{
    position: relative;
	height:40em;
}
.out:before {
    content: "";
    display: block;
    background: radial-gradient(#00000000 0% 30%, #00000040);
    width: 100%;
    height: 100%;
    top: 0;
    position: relative;
    z-index: 5;
}
.in img{
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    transition: 1s;
    z-index: 0;
	display: block;
    width: 100%;
    height: 100%;
	object-fit:cover;
}
.out input{
    display: none;
}
.in{
    display: flex;
    justify-content: end;
}
.in label span{
    display: block;
    width: 0.7em;
    height: 0.7em;
    padding: 0.3em;
    margin: -2em 0 0;
    border-radius: 100%;
    cursor: pointer;
    position: relative;
    z-index: 6;
    box-sizing: unset;
}
.in label span::before{
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background: #ffffff;
    opacity: 0.5;
    border-radius: 100%;
}            
.out  input:nth-of-type(1):checked ~ .in label:nth-of-type(1) span::before,
.out  input:nth-of-type(2):checked ~ .in label:nth-of-type(2) span::before,
.out  input:nth-of-type(3):checked ~ .in label:nth-of-type(3) span::before,
.out  input:nth-of-type(4):checked ~ .in label:nth-of-type(4) span::before,
.out  input:nth-of-type(5):checked ~ .in label:nth-of-type(5) span::before,
.out  input:nth-of-type(6):checked ~ .in label:nth-of-type(6) span::before,
.out  input:nth-of-type(7):checked ~ .in label:nth-of-type(7) span::before{
    background: #666666;
    opacity: 1;
}
.in label span::before{
    animation: slidebutton 35s infinite;
}
@keyframes slidebutton{
    0%{opacity: 0.5;background: #ffffff;}
    2.8%{opacity: 1;background: #666666;}/* b÷x×100=y */
    14%{opacity: 1;background: #666666;}/* 100÷c=z */
    16.8%{opacity: 0.5;background: #ffffff;}/* y+z */
}            
.in label:nth-of-type(2) span::before,.in label:nth-of-type(2) img{
    animation-delay: 5s;
}            
.in label:nth-of-type(3) span::before,.in label:nth-of-type(3) img{
    animation-delay: 10s;
}            
.in label:nth-of-type(4) span::before,.in label:nth-of-type(4) img{
    animation-delay: 15s;
}
.in label:nth-of-type(5) span::before,.in label:nth-of-type(5) img{
    animation-delay: 20s;
}   
.in label:nth-of-type(6) span::before,.in label:nth-of-type(6) img{
    animation-delay: 25s;
}   
.in label:nth-of-type(7) span::before,.in label:nth-of-type(7) img{
    animation-delay: 30s;
}   
.out input:nth-of-type(1):checked ~ .in label:nth-of-type(1) img,
.out input:nth-of-type(2):checked ~ .in label:nth-of-type(2) img,
.out input:nth-of-type(3):checked ~ .in label:nth-of-type(3) img,
.out input:nth-of-type(4):checked ~ .in label:nth-of-type(4) img,
.out input:nth-of-type(5):checked ~ .in label:nth-of-type(5) img,
.out input:nth-of-type(6):checked ~ .in label:nth-of-type(6) img,
.out input:nth-of-type(7):checked ~ .in label:nth-of-type(7) img{
    opacity: 1;
    z-index: 1;
}
.in img{
    animation: slide 35s infinite;/* (a+b)×c=x */
    opacity: 0;
}
@keyframes slide{
    0%{opacity: 0;}
    2.8%{opacity: 1;z-index: 1;}/* b÷x×100=y */
    14%{opacity: 1;}/* 100÷c=z */
    16.8%{opacity: 0;z-index: 0;}/* y+z */
}
.out input:checked ~ .in img,.out input:checked ~ .in span::before{
    animation: none;
}
.in:hover img,.in:hover span::before{
    animation-play-state:paused;/* マウスを載せると一時停止 */
}
@media screen and (max-width:580px){
	.out {
		height: 25em;
	}
}
/*　共通index（個人情報ページ） ---*/
#index h2.title {
    padding: 3em 0 3em;
    text-align: center;
    font-size: 2.5em;
    color: #545454;
    font-weight: normal;
}
#index .contents{
	background: #eee;
    padding: 2em;
}
#index .contents section{
    width: 50em;
    margin: 1em auto;
    position: relative;
    border-radius: 1em;
    padding: 4em;
    background: #fff;
    box-shadow: 1px 1px 5px #ddd;
}
#index .contents section h4{
	margin-top:2em;
	font-size: 1.2em;
    font-weight: bold;
}
@media screen and (max-width:580px){
	#index h2.title {
		font-size: 3em;
		padding: 3em 0.5em;
	}
	#index .contents {
	    padding: 2em 1em;	
	}
	#index .contents section {
		width: auto;
		padding: 1em;
	}
}

/*　トップページ ---*/
#home #first_view .out {
    height: 100vh;
    max-height: 60em;
    position: fixed;
    width: 100%;
	z-index: -1;
}
#home #first_view .in label span{
	margin: -8em 0 0;
}
#home #top_catch {
    height: 100vh;
    max-height: 60em;
    position: relative;
}
#home #top_catch .box {
	position: absolute;
    background: #00000080;
    color: #fff;
	padding: 1em 4em;
    width: 100%;
    backdrop-filter: blur(5px);
    bottom: 0;
}
#home #top_catch h3 {
	font-size: 1em;
}
#home #top_catch h4 {
	font-size: 3em;
    font-weight: normal;
    color: #ffffff66;
    line-height: 1em;
}
#home #top_company {
	background: #fff;
    width: 100%;
    position: relative;
    padding: 5em 0;
}
#home #top_company .back {
	position: absolute;
    width: 50%;
    height: 35em;
    opacity: 0.2;
    left: 50%;
    top: 7em;
}
#home #top_company .back img {
    object-fit: cover;
    transition: all .3s ease-out;
    width: 100%;
    height: 100%;
}
#home #top_company .img {
	position: relative;
    width: 50%;
    height: 40em;
    overflow: hidden;
    box-shadow: 2px 3px 11px 0px #00000050;
}
#home #top_company .img img {
    object-fit: cover;
    transition: all .3s ease-out;
    width: 100%;
    height: 100%;
}
#home #top_company .box {
	position: absolute;
    margin: 2em 4em;
    bottom: 10em;
    left: 50%;
    border-top: 1px solid #999;
    padding: 2em 0;
    border-bottom: 1px solid #999;
    max-width: 35em;
}
#home #top_company .box h4 {
	font-size: 3vw;
    text-align: center;
}
#home #top_company .box p {
	padding: 2em 3em 4em;
    white-space: pre-wrap;
}
#home #top_company .link {
	text-align: right;
   	padding: 0 5em 0 0;
	position:relative;
}
#home #top_company .link .button {
    display: block;
    position: absolute;
    bottom: -0.8em;
    right: 0;
    width: 4em;
    height: 4em;
    background-color: #034f19;
    color: #fff;
    text-align: center;
    border-radius: 50%;
    opacity: 0.7;
}
#home #top_company .link .button::before {
    content: "";
    width: 1em;
    height: 1em;
    border-top: 1px solid #fff;
    border-left: 1px solid #fff;
    display: block;
    position: absolute;
    transform: rotate(135deg);
    top: 1.6em;
    left: 1.3em;
}

#home #top_business {
	background:#fff;
}
#home #top_business h3 {
	font-size: 4em;
    font-weight: normal;
    color: #a2b0a5;
}
#home #top_business section {
	position: relative;
    overflow: hidden;
}
#home #top_business a {
	display:block;
}
#home #top_business a:hover {
	color:#262e2b;
}
#home #top_business img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    transition: all .3s ease-out;
}
#home #top_business a:hover img{
	transform: scale(1.1);
}
#home #top_business .right{
	position:relative;
	z-index:1;
	margin-left: 55%;
    background: #00000070;
    backdrop-filter: blur(8px);
    min-height: 30em;
    padding: 4em 2em;
}
#home #top_business .right .box{
	position: relative;
    width: 17em;
    margin: 5em auto 4em;
    text-align: center;
    background: #ffffffee;
    border-radius: 1em;
    padding: 1.5em;
    box-shadow: 1px 1px 7px #00000030;
}
#home #top_business .right .box h4 {
	font-size: 2.3em;
}
#home #top_business .right .box span{
	margin-top: -1.3em;
    display: block;
    font-size: 1.2em;
}
#home #top_business section.shoes .box:before {
    content: "";
    width: 3em;
    height: 2.2em;
    display: block;
    background: url(img/i_shoe.png) no-repeat;
    background-size: contain;
    margin: 0 auto;
}
#home #top_business section.urethane .box::before {
    content: "";
    width: 3em;
    height: 2.2em;
    display: block;
    background: url(img/i_uret.png) no-repeat;
    background-size: contain;
    margin: 0 auto;
}
#home #top_business .right .link{
	color:#fff;
	text-align:center;
}

#home #top_business .right .link:after {
	content: "";
    width: 1em;
    height: 1em;
    border-top: 1px solid #fff;
    border-left: 1px solid #fff;
    display: inline-block;
    position: relative;
    transform: rotate(135deg);
    top: 0.1em;
    left: 0.5em;
}


@media screen and (max-width:580px){
	#home #first_view {
		padding-top: 3.35em;
	}
	#home #first_view .out {
		height: 28em;
	}
	#home #first_view .in label span {
		margin: -2em 0 0;
		font-size: 0.8em;
	}
	#home #top_catch {
		height: 37em;
	}
	#home #top_catch h3 {
		font-size: 0.8em;
	}
	#home #top_catch h4 {
		font-size: 2.5em;
		line-height: 0.8em;
		margin-top: 0.3em;
	}
	#home #top_catch .box {
		padding: 1em;
		top: 28em;
		border: none;
	}
	#home #top_company .box {
		position: relative;
	}
	#home #top_company {
		padding: 3em 1em 1em;
	}
	#home #top_company .back {
		left: 0;
        width: 100%;
        height: 30em;
        top: auto;
        bottom: 0;
	}
	#home #top_company .img {
		width: 85%;
        height: 22em;
	}
	#home #top_company .box {
        position: relative;
        left: auto;
        bottom: auto;
        margin: 2em 0 1em 6%;
        padding: 1em 0;
    }
	#home #top_company .box h4 {
		font-size: 1.7em;
	}
	#home #top_company .box p {
		padding: 1em 0 2em;
        font-size: 1.2em;
        line-height: 1.5em;
	}
	#home #top_company .link {
		padding: 0 2.4em 0;
		font-size: 1.4em;
	}
	#home #top_company .link .button {
		font-size: 0.5em;
		bottom: 0;
	}
	#home #top_business h3 {
		font-size: 3em;
		padding: 1em 0 0.2em;
	}
	#home #top_business .right {
    	margin: 0;
    	backdrop-filter: blur(1px);
	}
}

/*　newsリスト共有 ---*/
#news_list_area {
	background: #f3f3f3;
    padding: 1em;
}
#news_list {
	font-size: 0.9em;
    padding-left: 20em;
    max-width: 70em;
	position:relative;
    margin: 5em auto;
}
#news_list h3 {
	font-size: 5em;
    color: #777777;
    position: absolute;
    font-weight: normal;
    top: 0;
    left: 0;
}
#news_list h3 span {
	font-size: 0.31em;
    display: block;
    line-height: 1em;
    text-indent: 0.3em;
}
#news_list .link_button a {
	display: block;
    position: absolute;
    left: 0.7em;
    top: 8em;
    font-size: 1em;
    border: 1px solid #aaaaaa;
    padding: 0.3em 1.2em;
    color: #777777;
    border-radius: 0.5em;
}
#news_list .link_button a span {
    font-size: 0.8em;
    display: inline-block;
    margin-left: 0.5em;
}
#news_list #list{
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	max-height:40em;/* 3記事 */
	overflow: auto;
	padding: 0 0.5em;
}
#news_list section {
	border-top: 1px solid #ccc;
    padding: 1.5em 0 0;
    position: relative;
    height: 13em;
}
#news_list section:first-child{
	border-top:none;
}
#news_list section a {
	display:block;
}
#news_list .category{
	text-align: right;
    position: absolute;
    right: 0;
    top: 0.5em;
}
#news_list .category span{
	display:inline-block;
	margin-left:1em;
	font-size: 0.8em;
}
#news_list .category span a{
	display: block;
    color:#7e847f;
    line-height: 1.5em;
    padding: 0 0.4em;
    border: 1px solid #7e847f;
    border-radius: 0.3em;
}
#news_list .category span a:hover{
	color:#00A08E;
	border:1px solid #00A08E;
}
#news_list .thumbnail {
	display: inline-block;
    width: 14em;
    border-radius: 1em;
    box-shadow: 0 0 10px 0px rgba(0, 0, 0, 0.2);
    overflow: hidden;
    position:absolute;
}
#news_list .thumbnail img {
	object-fit: cover;
    width: 100%;
    aspect-ratio: 10/7;
	transition: all .3s ease-out;
}
#news_list section:hover .thumbnail img{
	transform: scale(1.1);
}
#news_list .wrapper  {
	display:inline-block;
	margin-left: 15.5em;
}
#news_list .date{
	display: inline-block;
    width: 49%;
    color:#7e847f;
}
#news_list .title {
	font-size: 1.3em;
    margin: 0 0 0.5em;
    line-height: 1.5em;
	width: 100%;
	overflow: hidden;
	display: -webkit-box;
	text-overflow: ellipsis;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	/* ブラウザがサポートしていない場合のフェールセーフ */
	max-height: 3em;
}
#news_list .content {
	color:#7e847f;
	line-height: 1.5em;
	width: 100%;
	overflow: hidden;
	display: -webkit-box;
	text-overflow: ellipsis;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	/* ブラウザがサポートしていない場合のフェールセーフ */
	height: 3em;
	margin-bottom: 0.3em;
}
@media screen and (max-width:580px){
	#news_list {
		padding: 6em 0 0 1.5em;
	}
	#news_list h3 {
		font-size: 4em;
	}
	#news_list .link_button a {
		top: 4em;
		left: auto;
		right: 0;
		font-size: 0.8em;
	}
	#news_list section {
		height: 9em;
        padding-top: 1em;
        overflow: hidden;
	}
	#news_list .thumbnail {
		width: 10em;
	}
	#news_list .thumbnail img {
		aspect-ratio: 1.4 / 1;
	}
	#news_list .wrapper {
        font-size: 0.9em;
        margin-left: 12em;
        line-height: 1.2em;
	}
	#news_list .title {
		font-size: 1.1em;
		margin-bottom: 0.3em;
	}
	#news_list #list {
		max-height: 28em;
        padding: 0;
	}
	#news_list .category {
		top: 0.1em;
	}
	
}

/*　news一覧　page-news.php ---*/
#news {
	background: #fff;
    position: relative;
	padding:5em 1em 1em;
}
#news #news_list #list{
	max-height:none;
	border-top:none;
	border-bottom:none;
}

/*　新着　single.php ---*/
#news_single p#category {
    display: inline-block;
    color: #999999;
    line-height: 1.5em;
    padding: 0 0.4em;
    border: 1px solid #cccccc;
    border-radius: 0.3em;
    margin: 0 0 0 5.5em;
}
#news_single #news_contents {
    max-width: 1000px;
    margin: 0 auto;
	padding: 9em 2em 4em;
	position:relative;
}
#news_single #news_contents #page {
    border-left: 1px solid #666666;
    position: absolute;
    right: 1em;
    top: 5em;
    padding: 0 0.5em;
    line-height: 1em;
	color:#666666;
    border-right: 1px solid #666666;
}
#news_single #news_contents #title {
	font-size: 2em;
    color: #666666;
}
#news_single #news_contents #deta {
    color: #7e847f;
    position: relative;
    padding-left: 5em;
    margin: 0.2em 0 2em 0.5em;
}
#news_single #news_contents #deta span {
	position:absolute;
	left:0;
}
#news_single #news_contents #deta span a {
    display: inline-block;
    color: #7e847f;
    line-height: 1.5em;
    padding: 0 0.4em;
    border: 1px solid #7e847f;
    border-radius: 0.3em;
	margin-right:1em;
	font-size:0.8em;
}
#news_single #news_contents #thumbnail {
	width: calc(100% + 4em);
    margin: 0 -2em;
}
#news_single #news_contents #thumbnail img {
	object-fit: cover;
    height: 26em;
    border-radius: 1em;
	box-shadow: 0 0 10px 0px rgba(0, 0, 0, 0.2);
}
#news_single #news_contents #content {
	padding-top:3em;
}

#news_single #news_contents #content h1 {
    margin: 1em 0;
}
#news_single #news_contents #content h2 {
	position: relative;
    font-size: 1.2em;
    background: #eee;
    padding: 0.5em 1em 0.5em 1.5em;
    margin: 1em 0;
    border-radius: 0.5em;
}
#news_single #news_contents #content h2:before {
    position: absolute;
    top: 25%;
    left: 0.8em;
    width: 6px;
    height: 50%;
    content: '';
    opacity: 0.5;
    -ms-filter: "alpha(opacity=50)";
    border-radius: 3px;
    background: #5f7276;
}
#news_single #news_contents #content h3 {
    margin: 1em 0;
    border-bottom: 3px dashed #999;
    font-size: 1.3em;
    padding-bottom: 0.2em;
}
#news_single #news_contents #content  h4 {
    margin: 1em 0;
}
#news_single #news_contents #content  h5 {
    margin: 1em 0;
}
#news_single #news_contents #content  h6 {
    margin: 1em 0;
}
#newnews_singles #news_contents #content  p {
    margin: 1em 0;
}
#news_single #news_contents #content ul{
    margin: 1em 0;	
}
#news_single #news_contents #content li{
	list-style-type: square;
    list-style-position: inside;
}
#news_single #post-link {
	width: 100%;
    margin-top: 6em;
    clear: both;
    position: relative;
    padding-top: 2em;
    border-top: 1px solid #ccc;
    font-size: 0.9em;
    height: 8em;
}
#news_single #post-link .prev {
	width:15em;
	line-height: 1.5em;
	margin:0 0 0 2em;
	position:relative;	
}
#news_single #post-link .next {
	width:15em;
	line-height: 1.5em;
	position: absolute;
    right: 0;
	line-height: 1.5em;
	margin:0 2em 0 0;
}
#news_single #post-link .prev a::before {
	content: "Prev";
	display:block;
	font-weight: bold;
}
#news_single #post-link .next a::before {
	content: "Next";
	display:block;
	font-weight: bold;
}
#news_single #post-link .prev a {
	overflow: hidden;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    height: 4.5em;
    width: 15em;
}
#news_single #post-link .next a {
	overflow: hidden;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    height: 4.5em;
	width: 15em;
}

#news_single #post-link .prev a::after {
    content: "";
    width: 1em;
    height: 1em;
    border-top: 1px solid #262e2b;
    border-left: 1px solid #262e2b;
    display: block;
    position: absolute;
    transform: rotate(-45deg);
    top: 2.5em;
    left: -2em;
}

#news_single #post-link .next a::after {
    content: "";
    width: 1em;
    height: 1em;
    border-top: 1px solid #262e2b;
    border-left: 1px solid #262e2b;
    display: block;
    position: absolute;
    transform: rotate(135deg);
    top: 2.5em;
    right: -2em;
}

#news_single #post-link .prev:hover a::after,
#news_single #post-link .next:hover a::after{
    border-top: 1px solid #0d7513;
    border-left: 1px solid #0d7513;
}

@media screen and (max-width:1000px){
	#news_single #news_contents  #thumbnail img {
		border-radius: 0;
	}
}
@media screen and (max-width:580px){
	#news_single #news_contents {
		padding: 1em 0.5em;
	}
	#news_single #news_contents  #thumbnail {
		width: calc(100% + 1em);
		margin: 0 -0.5em;
	}
	#news_single #news_contents  #title {
    	font-size: 1.5em;
		margin: 5em 0 0.5em;
	}
	#news_single #news_contents  #thumbnail img {
		border-radius: 0;
		height: 17em;
	}
	#news_single #news_contents  #deta {
		margin-bottom: 0.5em;
	}
	#news_single #news_contents  #content {
		padding-top: 1em;
	}
	#news_single #post-link .next {
		width: 10em;
	}
	#news_single #post-link .next a {
		width: 10em;
	}
	#news_single #post-link .prev {
		width: 10em;
	}
	#news_single #post-link .prev a {
		width: 10em;
	}
}

/*福徳商事について---*/
#about{
	
}
#about #about_concept{
	position: relative;
    height: 40em;
}
#about #about_concept p{
	font-size: 1.8em;
    line-height: 1.7em;
    white-space: pre-wrap;
    top: 50%;
    transform: translateY(-50%) translateX(-50%);
    position: absolute;
	left: 50%;
    margin-left: -7em;
}
#about #about_concept .img01 img{
	clip-path: polygon(100% 0, 0 0, 100% 100%);
    position: absolute;
    z-index: 10;
    width: 46em;
    right: 0;
	height: 27em;
    object-fit: cover;
}
#about #about_concept .img02 img{
	clip-path: polygon(100% 0, 5% 100%, 100% 100%);
    position: absolute;
    width: 43em;
    right: 0;
    bottom: 0;
	height: 26em;
    object-fit: cover;
}
#about #about_message {
	background: linear-gradient(to left, #156639, #0C780E);
    color: #fff;
    padding: 5em 0 3em;
    position: relative;
}
#about #about_message h3 {
	font-size: 6em;
    font-weight: normal;
    line-height: 0.8em;
    position: absolute;
    top: 0;
}
#about #about_message .centered {
	padding: 0em 6em 0em;
}
#about #about_message .centered h4 {
	margin: 2em 0 1em;
    font-size: 1.2em;
    font-weight: bold;
    position: relative;
    text-indent: 1.5em;
}
/*#about #about_message .centered h4::before {
    content: "";
    position: absolute;
    width: 1em;
    height: 1em;
    display: block;
    top: .6em;
    background: url(img/i_lm.png) no-repeat;
    background-size: contain;
    filter: brightness(0) invert(1);
}*/
#about #about_message .centered p {
	white-space: pre-wrap;
	line-height: 1.3em;
}
#about #about_message .centered h5 {
    font-size: 1em;
    font-weight: bold;
	text-align:right;
	margin-top: 1em;
}
#about #about_message .centered h5 b {
	font-size:1.6em;
}
#about #about_info  {
	position:relative;
	padding: 10em 0 10em;
}

#about #about_info h3 {
    font-size: 6em;
    font-weight: normal;
    line-height: 0.8em;
    position: absolute;
    top: 0;
	color: #0E7418;
}
#about #about_info .centered {
	padding: 1em 6em 3em;
}
#about #about_info .centered h4 {
	position: relative;
    text-indent: 1.5em;
    margin-bottom: 2em;
}
/*#about #about_info .centered h4::before {
    content: "";
    position: absolute;
    width: 1em;
    height: 1em;
    display: block;
    top: .6em;
    background: url(img/i_lm.png) no-repeat;
    background-size: contain;
}*/
#about #about_info .centered p {
    font-size: 1.7em;
    line-height: 1.4em;
    padding: 0 1em 2em;
}
#about #about_info .centered dl {
	display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
	width: 100%;
}
#about #about_info .centered dt {
    width: 20%;
    border-bottom: 2px solid #b5d4b8;
    padding: 0.8em 0.3em;
    line-height: 1.8em;
}
#about #about_info .centered dd {
    width: 79%;
    border-bottom: 2px solid #eeeeee;
    padding: 0.8em 0.3em;
    line-height: 1.8em;
}
#about #about_history  {
	background: linear-gradient(to left, #156639, #0C780E);
    color: #fff;
	position:relative;
	padding: 10em 0 10em;
	overflow: hidden;
}
#about #about_history h3 {
    font-size: 6em;
    font-weight: normal;
    line-height: 0.8em;
    position: absolute;
    top: 0;
	color: #ffffff;
	z-index:10;
}
#about #about_history .centered {
	padding: 1em 6em 3em;
	position:relative;
	z-index:10;
}
#about #about_history .centered:after{
	content: "現在";
    position: absolute;
    color: #ffffff;
    bottom: -2em;
    left: 10.5em;
    font-size: 1.2em;
}
#about #about_history .centered h4 {
	margin: 2em 0 1em;
    font-size: 1.2em;
    font-weight: bold;
    position: relative;
    text-indent: 1.5em;
}
/*#about #about_history .centered h4::before {
    content: "";
    position: absolute;
    width: 1em;
    height: 1em;
    display: block;
    top: .6em;
    background: url(img/i_lm.png) no-repeat;
    background-size: contain;
    filter: brightness(0) invert(1);
}*/
#about #about_history .centered dl {
	display: flex;
    flex-wrap: wrap;
}
#about #about_history .centered dt {
    width: 5em;
    line-height: 1.8em;
    font-size: 1.3em;
    margin: 0.2em 2em 0.2em 0;
    position: relative;
}
#about #about_history .centered dt::before {
	content: "";
    position: absolute;
    width: 1px;
    height: 2.8em;
    display: block;
    top: 0.9em;
    background: #ffffff;
    right: -1.1em;
}
#about #about_history .centered dt span {
	display: inline-block;
    text-align: right;
    position: absolute;
    right: 0;
}
#about #about_history .centered dd {
    padding: 0 1em;
    line-height: 2.3em;
    background: #ffffff;
    color: #000;
    border-radius: 2em;
    height: 2.3em;
    margin-top: 0.3em;
	position:relative;
}
#about #about_history .centered dd::before {
	content: "";
    position: absolute;
    width: 0.8em;
    height: 0.8em;
    display: block;
    top: 0.8em;
    background: #ffffff;
    border-radius: 0.5em;
    left: -1.55em;
}
#about #about_history .centered dl:last-child dd::after {
	content: "";
    position: absolute;
    width: 0.6em;
    height: 0.8em;
    display: block;
    top: 4.2em;
    background: #ffffff;
    left: -1.5em;
    clip-path: polygon(0 0, 100% 0, 50% 100%);
}
#about #about_history .photo{
	top: 0;
    right: 0;
    position: absolute;
	max-width: 44%;
}
#about #about_history .photo img{
	height: 18.3em;
    width: 29em;
    object-fit: cover;
}
#about #about_history .photo img:nth-child(1){
    filter: grayscale(1) sepia(0.8) brightness(0.7);
}
#about #about_history .photo img:nth-child(2){
    filter: grayscale(1) sepia(0.8) brightness(0.7);
}
#about #about_history .photo img:nth-child(3){

}
#about #about_history .photo img:nth-child(4){

}
#about #about_office {
	position:relative;
	padding: 7em 0;
}
#about #about_office h3 {
    font-size: 6em;
    font-weight: normal;
    line-height: 0.8em;
    position: absolute;
    top: 0;
    color: #0E7418;
}
#about #about_office .centered {
	padding: 1em 6em 0;
}
#about #about_office .centered h4 {
	position: relative;
    text-indent: 1.5em;
    margin-bottom: 2em;
}
#about #about_office .centered p{
	text-align:center;
}
/*#about #about_office .centered h4::before {
    content: "";
    position: absolute;
    width: 1em;
    height: 1em;
    display: block;
    top: .6em;
    background: url(img/i_lm.png) no-repeat;
    background-size: contain;
}*/
#about #about_office .wrapper {
	position: relative;
    margin: 4em auto;
    box-shadow: 3px 3px 1em #00000050;
}
#about #about_office .box{
	position:absolute;
	right:0;
	background: linear-gradient(to left, #0d6228ed, #032a01d1);
	color:#ffffff;
	height: 25em;
	width: 40%;
    min-width: 25em;
	padding: 5em 3em;
	z-index: 10;
	top: 0;
}
#about #about_office img{
	object-fit: cover;
    height: 25em;
	transition: all .3s ease-out;
}
#about #about_office .photo {
    width: 60%;
    height: 25em;
    overflow: hidden;
}
#about #about_office .photo:hover img {
    transform: scale(1.1);
}

#about #about_office .box h5{
    font-size: 1.2em;
	margin-bottom: 1em;
}
#about #about_office .box .i_comp {
	position:relative;
    text-indent: 1.3em;
}
/*#about #about_office .box .i_comp::before{
	content: "";
    position: absolute;
    width: 1.2em;
    height: 1.2em;
    display: block;
    top: 0.3em;
    background: url(img/i_comp.png) no-repeat;
    background-size: contain;
    filter: brightness(0) invert(1);
}*/
#about #about_office .box .i_shoe {
	position:relative;
    text-indent: 1.3em;
}
/*#about #about_office .box .i_shoe::before{
	content: "";
    position: absolute;
    width: 1.3em;
    height: 1em;
    display: block;
    top: 0.6em;
    left: -0.4em;
    background: url(img/i_shoe.png) no-repeat;
    background-size: contain;
    filter: brightness(0) invert(1);
}*/
#about #about_office .box .i_fact {
	position:relative;
    text-indent: 1.3em;
}
/*#about #about_office .box .i_fact::before{
	content: "";
    position: absolute;
    width: 1.5em;
    height: 1em;
    display: block;
    top: 0.6em;
    left: -0.7em;
    background: url(img/i_fact.png) no-repeat;
    background-size: contain;
    filter: brightness(0) invert(1);
}*/
#about #about_office .box .i_uret {
	position:relative;
    text-indent: 1.3em;
}
/*#about #about_office .box .i_uret::before{
	content: "";
    position: absolute;
    width: 1em;
    height: 1em;
    display: block;
    top: 0.4em;
    left: -0.2em;
    background: url(img/i_uret.png) no-repeat;
    background-size: contain;
    filter: brightness(0) invert(1);
}*/
#about #about_office .box p{
    white-space: pre-wrap;
	line-height: 1.5em;
	border-left: 2px solid #01A083;
    padding-left: 1em;
	margin-bottom: 1em;
}
#about #about_office .map {
    width: 100%;
	height:20em;
	overflow: hidden;
}
#about #about_office .map iframe {
    width: 100%;
    height: 45em;
	margin-top:-10em;
}
@media screen and (max-width:580px){
	#about #about_concept {
		height: 28em;
	}
	#about #about_concept .img01 img {
		width: 19em;
        height: 17em;
	}
	#about #about_concept p {
		transform: none;
        top: 5.5em;
        left: 0;
        margin-left: 1em;
        font-size: 1.3em;
	}
	#about #about_concept .img02 img {
		width: 19em;
        height: 11em;
	}
	#about #about_message h3 {
		font-size: 4em;
	}
	#about #about_message .centered {
		padding: 0 1em;
		font-size: 1.2em;
	}
	#about #about_info .centered h4 {
		margin: 0 0 1em;
		font-size:1.5em;
	}
	#about #about_info h3 {
		font-size: 3em;
	}
	#about #about_info {
		padding: 7em 0;
		font-size: 0.8em;
	}
	#about #about_info .centered {
		padding: 0 1em;
	}
	#about #about_info .centered dl {
		font-size: 1.2em;
	}
	#about #about_info .centered dt {
		width:25%;
	}
	#about #about_info .centered dd {
		width:74%;
	}
	#about #about_history h3 {
		font-size: 4em;
	}
	#about #about_history .centered h4 {
		font-size: 1.5em;
	}
	#about #about_history {
		padding: 5em 0 10em;
	}
	#about #about_history .centered {
		padding: 1em;
	}
	#about #about_history .centered:after{
		bottom: -3em;
		left: 3.5em;
	}
	#about #about_history .centered dt {
		width: 2.4em;
        display: inline-block;
        font-size: 1.5em;
        margin: 0.2em 1.4em 0.2em 0;
		line-height: 1em;
	}
	#about #about_history .centered dt::before{
		height: 4em;
		right: -0.65em;
	}
	#about #about_history .centered dd::before{
		width: 0.7em;
    	height: 0.7em;
		left: -1.3em;
	}
	#about #about_history .centered dl:last-child dd::after{
		left: -1.3em;
		top: 6em;
	}
	#about #about_history .centered dt span {
		font-size: 0.8em;
		top: 1.2em;
		right: 0.2em;
	}
	#about #about_history .centered dd {
		max-width: 74%;
        height: auto;
        display: inline-block;
        padding: 0.5em 1em;
        line-height: 1.3em;
        font-size: 1.2em;
	}
	#about #about_history .photo {
		max-width: 100%;
		opacity: 0.2;
	}
	#about #about_history .photo img {
		height: 23em;
	}
	#about #about_office h3 {
		font-size: 4em;
	}
	#about #about_office .centered h4 {
		font-size: 1.5em;
        margin-bottom: 0.5em;
	}
	#about #about_office .centered {
		padding: 1em;
		font-size: 1.2em;
	}
	#about #about_office .centered p {
		text-align: left;
		margin-left: 1em;
	}
	#about #about_office .wrapper {
		margin-top: 0;
	}
	#about #about_office .box {
		height: auto;
        padding: 1em 1em 1em 1.5em;
        font-size: 1.2em;
        position: relative;
        width: 100%;
        min-width: auto;
	}
	#about #about_office .photo {
		width: 100%;
		height: 18em;
	}
	#about #about_office .map {
		height: 18em;
	}
	#about #about_office .map iframe {
		height: 37em;
        margin-top: -8em;
	}
}
/*シューズ---*/
#shoes #concept img {
    object-fit: cover;
    height: 40em;
}

#shoes #concept .first_view {
	position:relative;
}
#shoes #concept .first_view:before {
    content: "";
    display: block;
    background: radial-gradient(#00000000 0% 70%, #00000020);
    width: 100%;
    height: 100%;
    top: 0;
    position: absolute;
}
#shoes #concept .first_view h1{
	position: absolute;
    color: #ffffff;
    top: 50%;
    font-size: 3em;
    text-shadow: 1px 1px 7px black;
	left: 16%;
}
#shoes #concept .first_view h1 span{
	display:block;
	font-size: 0.5em;
}
#shoes #concept .shoes_box {
	position: relative;
    width: 18em;
    margin: -5em auto 4em;
    text-align: center;
    background: #ffffffee;
    border-radius: 1em;
    padding: 1.5em;
    box-shadow: 1px 1px 7px #00000030;
}
#shoes #concept .shoes_box::before {
    content: "";
    width: 3em;
    height: 2.2em;
    display: block;
    background: url(img/i_shoe.png) no-repeat;
    background-size: contain;
    margin: 0 auto;
}
#shoes #concept .shoes_box h4{
	font-size:2.5em;
}
#shoes #concept p{
	white-space: pre-wrap;
	padding:1em;
}
#shoes #concept .shoes_box span{
	margin-top: -1.3em;
    display: block;
    font-size: 1.2em;
}
#shoes #pickup{
	background: linear-gradient(to left, #156639, #0C780E);
    margin-top: 5em;
    position: relative;
    padding: 1em 0;
}
#shoes #pickup ul{
	display: grid;
    grid-template-columns: 25% 25% 25% 25%;
}
#shoes #pickup ul li{
	overflow:hidden;
	position:relative;
}

#shoes #pickup ul li img{
	transition: all .3s ease-out;
	width:100%;
	aspect-ratio: 1 / 1;
	object-fit: cover;
}
#shoes #pickup ul li:hover img,#shoes #pickup ul li:active img{
	transform: scale(1.10);
}
#shoes #pickup p {
    position: absolute;
    bottom: -100%;
    width: 100%;
    height: 100%;
    background: #00000090;
    color: #fff;
    padding: 1em;
	transition: all .3s ease-out;
	white-space: pre-wrap;
}
#shoes #pickup li:hover p,#shoes #pickup li:active p {
	bottom:0%;
}
#shoes #brand {
    border-bottom: 1em solid #eeeeee;
}
#shoes #brand h3{
	font-size: 6em;
    font-weight: normal;
    color: #0e7516;
	margin-top: -0.15em;
}
#shoes #brand h4{
	position: relative;
    text-indent: 1.5em;
    margin-bottom: 2em;
	margin-left:2em;
}
/*#shoes #brand h4::before {
    content: "";
    position: absolute;
    width: 1em;
    height: 1em;
    display: block;
    top: .6em;
    background: url(img/i_lm.png) no-repeat;
    background-size: contain;
}*/

#shoes #brand #brand_main li {
    position: relative;
	overflow: hidden;
}
#shoes #brand #brand_main li:before {
    content: "";
    display: block;
    background: radial-gradient(#00000000 0% 70%, #00000020);
    width: 100%;
    height: 100%;
    top: 0;
    position: absolute;
	z-index:1;
}
#shoes #brand #brand_main li:nth-child(8):before {
	display:none;
}

#shoes #brand #brand_main li:nth-child(1),
#shoes #brand #brand_main li:nth-child(3),
#shoes #brand #brand_main li:nth-child(5),
#shoes #brand #brand_main li:nth-child(7){
	position:absolute;
	width:50%;
}
#shoes #brand #brand_main li:nth-child(2),
#shoes #brand #brand_main li:nth-child(4),
#shoes #brand #brand_main li:nth-child(6),
#shoes #brand #brand_main li:nth-child(8){
	margin-left: 50%;
    width: 50%;
}

#shoes #brand #brand_main li .back{
	object-fit: cover;
    height: 30vw;
    min-height: 20em;
	transition: all .3s ease-out;
}
#shoes #brand #brand_main li .ather_back{
	object-fit: cover;
    height: 30vw;
    min-height: 20em;
}
#shoes #brand #brand_main li:hover img.back,#shoes #brand #brand_main li:active img.back{
	transform: scale(1.10);
}

#shoes #brand #brand_main li div{
	position: absolute;
    width: 100%;
    bottom: -11em;
    background: #ffffffcc;
    padding: 0.5em;
	transition: all .3s ease-out;
	z-index:2;
}
#shoes #brand #brand_main li div img.brandlogo{
	width: 10em;
    height: 3.5em;
    position: absolute;
    object-fit: cover;
}
#shoes #brand #brand_main li:hover div,#shoes #brand #brand_main li:active div{
	bottom: 0em;
}
#shoes #brand #brand_main li div p.brandcheck {
	padding: 0.3em 0 0.3em 0.5em;
    white-space: pre-wrap;
    line-height: 1.4em;
    padding-top: 0.3em;
    border-bottom: 1px solid;
    margin-left: 11em;
}
#shoes #brand #brand_main li p.brandtext{
	white-space: pre-wrap;
    height: 11em;
    padding: 1em;
    overflow: scroll;
	line-height: 1.5em;
}
#shoes #brand #brand_list {
    background: #eeeeee;	
}
#shoes #brand #brand_list ul {
	width:42em;
	margin:0 auto;
    padding: 2em 1em 1.5em;
}
#shoes #brand #brand_list li {
	display:inline-block;
	overflow:hidden;
	position: relative;
	margin: 0px 5px;
}
#shoes #brand #brand_list li span{
	font-size: 1em;
    display: block;
    text-align: left;
    transition: all .3s ease-out;
    background: #ffffffee;
    position: absolute;
    top: 4em;
    height: 4em;
    width: 100%;
	padding: 0.5em 1em;
}
#shoes #brand #brand_list li:hover span,#shoes #brand #brand_list li:active span {
	top: 0em;
}
#shoes #brand #brand_list li img.brandlogo {
	width:9em;
	height:3em;
	object-fit: cover;
	transition: all .3s ease-out;
}
#shoes #brand #brand_list li:hover img.brandlogo,#shoes #brand #brand_list li:active img.brandlogo{
	transform: scale(1.10);
}
#shoes #sns div.wrapper{
	border-bottom: 7em solid #eeeeee;
    padding: 4em 1em 5em;
}
#shoes #sns h3 {
    font-size: 6em;
    font-weight: normal;
    color: #dddddd;
    margin-top: -0.15em;
}

#shoes #sns div.wrapper ul{
	width: 60%;
    margin: 0 auto;
}
#shoes #sns div.wrapper li{
	display: block;
    border: 14px solid #eeeeee;
    border-radius: 1em;
    font-size: 0.8em;
    margin: 2em 2em;
    min-height: 14em;
    position: relative;
    padding: 1em ;
}
#shoes #sns div.wrapper li .sb_instagram_header {
    display: none;
}
#shoes #sns div.wrapper li section.sb-feed-header.sb-fs {
    display: none;
}
#shoes #sns div.wrapper li img.sns_qr {
	position: absolute;
    width: 12em;
    right: 0;
    top: 0;
}
#shoes #sns div.wrapper li img.sns_icon{
	width: 5em;
    border-radius: 50%;
    margin: 0.5em 0.5em 0.5em 0;
    border: 1px solid #dddddd;
    position: absolute;
    top: -3em;
    left: -3em;
    background: #fff;
}
#shoes #sns div.wrapper li span{
	font-size: 1.4em;
    padding-left: 1em;
}
#shoes #sns div.wrapper li .textarea {
    line-height: 1.5em;
    padding-left: 2em;
    min-height: 9em;
    max-width: 38em;
}
#shoes #sns div.wrapper p{
	text-align: center;
    padding: 2em;
}
#shoes #explanation{

}
#shoes #explanation section{
	position:relative;
	overflow:hidden;
	margin-bottom: 5px;
}
#shoes #explanation section:before{
    content: "";
    display: block;
	background: linear-gradient(0deg, transparent, #00000080);
    width: 55%;
    height: 30%;
    top: 0;
	position: absolute;
}
#shoes #explanation section h3{
	position: absolute;
    color: #ffffff;
    font-size: 6em;
    font-weight: normal;
    top: -0.1em;
    line-height: 1em;
}
#shoes #explanation section img{
	width:55%;
	height:100%;
	object-fit:cover;
	position:absolute;
	z-index:-1;
	transition: all .3s ease-out;
}
#shoes #explanation section:hover img,#shoes #explanation section:active img{
	transform: scale(1.10);
}
#shoes #explanation section .box{
	margin-left: 55%;
    background: #ffffff99;
	backdrop-filter: blur(20px);
    min-height: 35em;
	padding:4em 2em;
}
#shoes #explanation section .wrapper{
	max-width:30em;
	margin: 0 auto;
}
#shoes #explanation section .box h5{
	font-size: 1.1em;
    position: relative;
    margin-left: 2em;
}
/*#shoes #explanation section .box h5:before{
	content: "";
    position: absolute;
    width: 1.6em;
    height: 1.4em;
    display: block;
    top: 0.45em;
    left: -2em;
    background: url(img/i_shoe.png) no-repeat;
    background-size: contain;
}*/
#shoes #explanation section .box h4{
	font-size: 1.7em;
    line-height: 1.3em;
    margin: 1em 0;
}
#shoes #explanation section .box p{
	white-space: pre-wrap;
    line-height: 1.4em;
}
#shoes #oem {
	background: linear-gradient(to left, #156639cc, #0C780Eee);
	position:relative;
}
#shoes #oem h3 {
	font-size: 6em;
    font-weight: normal;
    line-height: 0.8em;
    position: absolute;
    top: 0;
    color: #fff;
}
#shoes #oem img {
    position: absolute;
    object-fit: cover;
	z-index:-1;
	width: 100%;
    height: 100%;
}
#shoes #oem section {
	padding: 12em 2em;
    color: #ffffff;
	max-width:50em;
	margin:0 auto;
}
#shoes #oem section h4 {
	font-size:2em;
}
#shoes #oem section p {
	white-space: pre-wrap;
}

#shoes #distribution {
	position:relative;
}
#shoes #distribution:after {
	content: "";
    width: 3em;
    height: 2.5em;
    display: block;
    background-size: contain;
    margin: 8em auto;
}
#shoes #distribution h3 {
	font-size: 6em;
    font-weight: normal;
    color: #0e7516;
    margin-top: 0em;
    line-height: 0.8em;
}
#shoes #distribution h4 {
   	font-size: 1.2em;
    position: relative;
    max-width: 42em;
    margin: 4em auto 0;
}
/*#shoes #distribution h4:before {
    content: "";
    position: absolute;
    width: 1.6em;
    height: 1.4em;
    display: block;
    top: 0.45em;
    left: -2em;
    background: url(img/i_shoe.png) no-repeat;
    background-size: contain;
}*/
#shoes #distribution p {
	max-width: 50em;
    margin: 2em auto;
}

@media screen and (max-width:580px){
	#shoes #concept img {
		height: 25em;
	}
	#shoes #concept .first_view h1 {
		font-size: 1.6em;
		left: 1em;
		text-align: center;
	}
	#shoes #concept .first_view h1 span {
		font-size: 0.65em;
	}
	#shoes #concept .shoes_box {
		font-size: 0.85em;
	}
	#shoes #concept p {
		padding: 0 1em 1em;
	}
	#shoes #pickup ul {
		grid-template-columns: 50% 50%;
	}
	#shoes #pickup p {
		font-size: 0.8em;
		line-height: 1.5em;
	}
	#shoes #pickup {
		padding: 4em 0 1.5em;
	}
	#shoes #brand h3 {
		font-size: 4em;
	}
	#shoes #brand #brand_main li:nth-child(1),
	#shoes #brand #brand_main li:nth-child(3),
	#shoes #brand #brand_main li:nth-child(5),
	#shoes #brand #brand_main li:nth-child(7){
		position: relative;
		width: 100%;
	}
	#shoes #brand #brand_main li:nth-child(1) .back, #shoes #brand #brand_main li:nth-child(4) .back {
		min-height: 20em;
	}
	#shoes #brand #brand_main li:nth-child(2),
	#shoes #brand #brand_main li:nth-child(4),
	#shoes #brand #brand_main li:nth-child(6),
	#shoes #brand #brand_main li:nth-child(8){
		margin-left: 0;
		width: 100%;
	}
	#shoes #brand #brand_list ul {
		width: 100%;
		text-align: center;
	}
	#shoes #brand #brand_main li .back {
		min-height: 20em;
	}
	#shoes #brand #brand_list li img.brandlogo {
		width: 10em;
		height: 3.5em;
	}
	#shoes #sns div.wrapper ul {
		width: 100%;
	}
	#shoes #sns div.wrapper li {
		height: auto;
        padding: 1em 1em 10em 1em;
		text-align: center;
	}
	#shoes #sns div.wrapper li img.sns_qr {
		padding: 1em 1em 0 1em;
        bottom: 0;
        top: auto;
        left: 5.5em;
	}
	#shoes #sns div.wrapper li span {
		position: relative;
	}
	#shoes #sns div.wrapper li div {
		text-align: left;
	}
	
	#shoes #sns div.wrapper li img.sns_icon {
		width: 5.5em;
	}
	#shoes #sns div.wrapper p {
		font-size: 0.8em;
	}
	#shoes #sns div.wrapper {
		padding: 1em 0;
	}
	#shoes #sns #sb_instagram #sbi_load .sbi_load_btn,#shoes #sns #sb_instagram .sbi_follow_btn a {
		font-size: 9px;
		padding: 4px 3px;
	}
	#shoes #sns div.wrapper li .textarea {
		min-height: auto;
		padding-bottom: 1em;
	}
	#shoes #explanation section:before {
		width: 100%;
	}
	#shoes #explanation section h3 {
		font-size: 4em;
	}
	#shoes #explanation section img {
		position: relative;
		height: 30em;
		width:100%;
	}
	#shoes #explanation section .box {
		width: 100%;
		margin: -6em 0 0 0;
		padding: 2em 1em; 
		background: #ffffffcc;
	}
	#shoes #oem h3 {
		font-size:4em;
	}
	#shoes #distribution h3{
		font-size:3.5em;
	}
	#shoes #distribution h4 {
		font-size: 1.5em;
		margin: 1em 3em;
	}
	#shoes #distribution p {
		padding: 0 1em;
	}
	
}
/*ウレタン---*/
#urethane #concept img {
    object-fit: cover;
    height: 40em;
}

#urethane #concept .first_view {
	position:relative;
}
#urethane #concept .first_view:before {
    content: "";
    display: block;
    background: radial-gradient(#00000000 0% 70%, #00000020);
    width: 100%;
    height: 100%;
    top: 0;
    position: absolute;
}
#urethane #concept .first_view h1{
	position: absolute;
    color: #ffffff;
    top: 50%;
    font-size: 3em;
    text-shadow: 1px 1px 7px black;
	left: 16%;
}
#urethane #concept .first_view h1 span{
	display:block;
	font-size: 0.5em;
}
#urethane #concept .urethane_box {
	position: relative;
    margin: -5em auto 4em;
    text-align: center;
    background: #ffffffee;
    border-radius: 1em;
    padding: 1.5em;
    box-shadow: 1px 1px 7px #00000030;
	width: 18em;
}
#urethane #concept .urethane_box::before {
    content: "";
    width: 3em;
    height: 2.2em;
    display: block;
    background: url(img/i_uret.png) no-repeat;
    background-size: contain;
    margin: 0 auto;
}
#urethane #concept .urethane_box span{
	margin-top: -1.3em;
    display: block;
    font-size: 1.2em;
}
#urethane #concept .urethane_box h4{
	font-size:2.5em;
}
#urethane #concept p{
	white-space: pre-wrap;
	padding:1em;
}
#urethane #pickup{
	background: linear-gradient(to left, #156639, #0C780E);
    margin-top: 1em;
    position: relative;
    padding: 1em 0;
}

#urethane #pickup ul{
	display: grid;
    grid-template-columns: 25% 25% 25% 25%;
}
#urethane #pickup ul li{
	overflow:hidden;
	position:relative;
}
#urethane #pickup ul li img{
	transition: all .3s ease-out;
	width:100%;
	aspect-ratio: 1 / 1.2;
	object-fit: cover;
}
#urethane #pickup ul li:hover img,#urethane #pickup ul li:active img{
	transform: scale(1.10);
}

#urethane #cutting .centered {
    padding: 2em;
}
#urethane #cutting h3 {
    font-size: 6em;
    font-weight: normal;
    color: #0e7516;
    margin-top: -0.15em;
}
#urethane #cutting .centered p{
	white-space: pre-wrap;
	padding:1em;
}
#urethane #cutting .cut {
	position:relative;
}
#urethane #cutting .cut h4 {
	position: relative;
    padding: 0 0 0 1.5em;
    font-size: 1.5em;
}
#urethane #cutting .cut h4::before {
    content: "";
    position: absolute;
    width: 1em;
    height: 1em;
    display: block;
    top: 0.5em;
	left: 0;
    background: url(img/i_uret.png) no-repeat;
    background-size: contain;
}
#urethane #cutting .cut p {
	line-height: 1.7em;
    font-size: 1.1em;
    padding: 1em;
    width: 100%;
    max-width: 25em;
}
#urethane #cutting section.cut .img_box{
	position:absolute;
	z-index: 1;
	overflow: hidden;
}
#urethane #cutting section.cut img {
    object-fit: cover;
	position:absolute;
    transition: all .3s ease-out;
	width:100%;
	height:100%;
}
#urethane #cutting section div:hover img,#urethane #cutting section div:active img{
	transform: scale(1.10);
}
#urethane #cutting section:nth-child(3) div:nth-child(1) {
    width: 65%;
    height: 40em;
}
#urethane #cutting section:nth-child(3) .box {
	padding: 4em 2em 5em 68%;
    height: 43em;
	position:relative;
	z-index:-1;
}
#urethane #cutting section:nth-child(3) div:nth-child(3) {
    width: 45%;
    height: 30em;
    right: 0;
    top: 18em;
}
#urethane #cutting section:nth-child(4) .box {
	padding: 1em 2em 5em 4em;
    height: 13em;
    max-width: 1400px;
    margin: 0 auto;
	position:relative;
	z-index:-1;
}
#urethane #cutting section:nth-child(4) div:nth-child(2) {
    width: 55%;
    height: 30em;
	top: 11em;
}
#urethane #cutting section:nth-child(5) .box {
	padding: 1em 2em 5em 58%;
    height: 33em;
	position:relative;
	z-index:-1;
}
#urethane #cutting section:nth-child(5) div:nth-child(2) {
    width: 45%;
    height: 27em;
    top: 10em;
    right: 0;
}
#urethane #cutting section:nth-child(6) .box {
	padding: 1em 2em 5em 4em;
    height: 55em;
    max-width: 1400px;
    margin: 0 auto;
	position:relative;
	z-index:-1;
}
#urethane #cutting section:nth-child(6) div:nth-child(2) {
    width: 65%;
    height: 40em;
	top: 15em;
}
#urethane #cutting section:nth-child(6) div:nth-child(3) {
    width: 35%;
    height: 20em;
	top: 15em;
	right:0
}
#urethane #cutting section:nth-child(6) div:nth-child(4) {
    width: 35%;
    height: 20em;
	top: 35em;
	right:0;
}
#urethane #cutting section.type {
	margin-top: 8em;
}
#urethane #cutting section.type .centered {
	border-left: 5px solid #565656;
    padding: 0 2em;
    margin: 3em auto;
}
#urethane #cutting section.type h4 {
	font-size: 2.5em;
    line-height: 1em;
}
#urethane #cutting section.type p {
	padding: 2em 0 0.5em;
    line-height: 1.7em;
    font-size: 1.1em;
}
#urethane #cutting section.type div.img-box {
	overflow:hidden;
}
#urethane #cutting section.type div.img_box::before {
    content: "";
    display: block;
    background: radial-gradient(#00000000 0% 30%, #00000040);
    width: 100%;
    height: 100%;
    top: 0;
    position: absolute;
    z-index: 5;
}
#urethane #cutting section.type img {
    object-fit: cover;
	position:absolute;
    transition: all .3s ease-out;
	width:100%;
	height:100%;
	z-index:1;
}
#urethane #cutting section:nth-child(7) div:nth-child(2) {
	height:40em;
	overflow:hidden;
	position:relative;
}
#urethane #cutting section:nth-child(8){
	position:relative;
	height: 70em;
}
#urethane #cutting section:nth-child(8) div.img_box {
	width:33%;
	height:20em;
	position:absolute;	
	overflow:hidden;
}

#urethane #cutting section:nth-child(8) div:nth-child(2) {
	top:19em;
}
#urethane #cutting section:nth-child(8) div:nth-child(3) {
	width:34%;
	top:19em;
	left:33%;
}
#urethane #cutting section:nth-child(8) div:nth-child(4) {
	top:19em;
	right:0;
}
#urethane #cutting section:nth-child(8) div:nth-child(5) {
	top:39em;
}
#urethane #cutting section:nth-child(8) div:nth-child(6) {
	width:34%;
	top:39em;
	left:33%;
}
#urethane #cutting section:nth-child(8) div:nth-child(7) {
	top:39em;
	right:0;
}
#urethane #product section {
	position:relative;
}
#urethane #product section img:nth-child(2) {
    width: 100%;
    height: 30em;
    object-fit: cover;
    position: relative;
    z-index: -1;
    transition: all .3s ease-out;
}
#urethane #product section:before {
    content: "";
    display: block;
    background: linear-gradient(0deg, transparent, #00000050);
    width: 100%;
    height: 5em;
    top: 0;
    position: absolute;
}
#urethane #product h3 {
    position: absolute;
    color: #ffffff;
    font-size: 6em;
    font-weight: normal;
    top: -0.1em;
    line-height: 1em;
}
#urethane #product ul li{
	height: 30em;
    position: relative;
    overflow: hidden;
}
#urethane #product ul li:before {
    content: "";
    display: block;
    background: radial-gradient(#00000000 0% 70%, #00000020);
    width: 100%;
    height: 100%;
    top: 0;
    position: absolute;
    z-index: 1;
}
#urethane #product ul li:nth-child(1),
#urethane #product ul li:nth-child(3),
#urethane #product ul li:nth-child(5) {
	position:absolute;
	width:50%;
}
#urethane #product ul li:nth-child(2),
#urethane #product ul li:nth-child(4),
#urethane #product ul li:nth-child(6){
	margin-left: 50%;
    width: 50%;
}
#urethane #product ul li img{
	width: 100%;
    height: 100%;
    object-fit: cover;
    position: relative;
    z-index: -1;
    transition: all .3s ease-out;
}
#urethane #product ul li div{
	position: absolute;
    top: 26em;
    z-index: 1;
    width: 100%;
	transition: all .3s ease-out;
	background:#ffffffcc;
	padding: 1em;
}
#urethane #product ul li:hover div,#urethane #product ul li:active div{
	top: 18em;
}
#urethane #product ul li div h4{
	font-size:1.2em;
	position:relative;
	padding-left: 2.2em;
}
#urethane #product ul li div h4::before {
    content: "";
    position: absolute;
    width: 1em;
    height: 1em;
    display: block;
    top: 0.5em;
    left: 1em;
    background: url(img/i_uret.png) no-repeat;
    background-size: contain;
}
#urethane #product ul li div p{
	white-space: pre-wrap;
	padding: 1em 2em;
	height: 8em;
    overflow: scroll;
}
#urethane #onlineshop h3 {
	font-size: 6em;
    font-weight: normal;
    color: #0e7516;
    margin-top: -0.12em;
}
#urethane #onlineshop section {
	padding: 6em 2em;
    max-width: 50em;
    margin: 0 auto;
}
#urethane #onlineshop h4 {
	font-size: 1.5em;
	position:relative;
	padding-left:1.5em;
}
#urethane #onlineshop h4::before {
    content: "";
    position: absolute;
    width: 1em;
    height: 1em;
    display: block;
    top: 0.5em;
    left: 0;
    background: url(img/i_uret.png) no-repeat;
    background-size: contain;
}
#urethane #onlineshop section ul{
	display: grid;
    grid-template-columns: 33% 33% 33% ;	
}
#urethane #oem {
    background: linear-gradient(to left, #156639cc, #0C780Eee);
    position: relative;
}
#urethane #oem h3 {
    font-size: 6em;
    font-weight: normal;
    line-height: 0.8em;
    position: absolute;
    top: 0;
    color: #fff;
}
#urethane #oem img {
    position: absolute;
    object-fit: cover;
    z-index: -1;
    width: 100%;
    height: 100%;
}
#urethane #oem section {
    padding: 12em 2em;
    color: #ffffff;
    max-width: 50em;
    margin: 0 auto;
}
#urethane #oem section h4 {
    font-size: 2em;
}
#urethane #oem section p {
    white-space: pre-wrap;
}
#urethane #fuctory {
    position: relative;
}
#urethane #fuctory h3 {
    font-size: 6em;
    font-weight: normal;
    color: #0e7516;
    margin-top: 0em;
    line-height: 0.8em;
}
#urethane #fuctory p {
    max-width: 50em;
    margin: 2em auto;
    white-space: pre-wrap;
    line-height: 1.5em;
    margin-top: 4em;
	padding: 0 1em;
	border-left: 5px solid #565656;
}
#urethane #fuctory:after {
    content: "";
    width: 2em;
    height: 2em;
    display: block;
    /*background: url(img/i_uret.png) no-repeat;*/
    background-size: contain;
    margin: 8em auto;
}
@media screen and (max-width:580px){
	#urethane #concept img {
		height: 25em;
	}
	#urethane #concept .first_view h1 {
		font-size: 1.2em;
		left: 1em;
		text-align: center;
	}
	#urethane #concept .first_view h1 span {
		font-size: 0.60em;
	}
	#urethane #concept .urethane_box {
		font-size: 0.85em;
	}
	#urethane #concept p {
		padding: 0 1em 1em;
	}
	#urethane #pickup ul {
		grid-template-columns: 50% 50%;
	}
	#urethane #cutting h3 {
		font-size: 4em;
	}
	#urethane #cutting .cut{
		font-size:0.8em;
	}
	#urethane #cutting .cut p {
		max-width: 100%;
		padding-top: 0;
        line-height: 1.5;
	}
	#urethane #cutting section:nth-child(3) div:nth-child(1) {
		width: 100%;
		height: 20em;
	}
	#urethane #cutting section:nth-child(3) .box {
		padding: 21em 0 0 1em;
		width: 16em;
		height: 34em;
	}
	#urethane #cutting section:nth-child(3) div:nth-child(3) {
		height: 13em;
		top: 19em;
		width: 15em;
	}
	#urethane #cutting section:nth-child(4) div:nth-child(2) {
		width: 90%;
		height: 22em;
		top: 9em;
	}
	#urethane #cutting section:nth-child(4) .box {
		padding: 0 0 0 1em;
		height: 33em;
	}
	#urethane #cutting section:nth-child(5) div:nth-child(2) {
		width: 90%;
		height: 21em;
		top: 8em;
	}
	#urethane #cutting section:nth-child(5) .box {
		padding: 0 0 0 2em;
		height: 31em;
	}
	#urethane #cutting section:nth-child(6) .box {
		padding: 0 0 0 1em;
		height:38em;
	}
	#urethane #cutting section:nth-child(6) div:nth-child(2) {
		width: 100%;
		height: 17em;
		top: 9em;
	}
	#urethane #cutting section:nth-child(6) div:nth-child(3) {
		width: 50%;
		height: 12em;
		top: 26em;
		left: 0;
	}
	#urethane #cutting section:nth-child(6) div:nth-child(4) {
		width: 50%;
		height: 12em;
		top: 26em;
		right: 0;
	}
	#urethane #cutting section.type {
		font-size: 0.8em;
		padding-top: 1em;
		margin-top: 1em;
	}
	#urethane #cutting section.type .centered {
		width: 95%;
	}
	#urethane #cutting section.type p {
		font-size: 1.1em;
	}
	#urethane #cutting section:nth-child(7) div:nth-child(2) {
		height: 20em;
	}
	#urethane #cutting section:nth-child(8) div.img_box {
		width: 50%;
		height: 12em;
	}
	#urethane #cutting section:nth-child(8) div:nth-child(2) {
		top: 30em;
	}
	#urethane #cutting section:nth-child(8) div:nth-child(3) {
		top: 30em;
		left:50%;
	}
	#urethane #cutting section:nth-child(8) div:nth-child(4) {
		top: 42em;
		left:0;
	}
	#urethane #cutting section:nth-child(8) div:nth-child(5) {
		top: 42em;
		left:50%;
	}
	#urethane #cutting section:nth-child(8) div:nth-child(6) {
		top: 54em;
		left:0;
	}
	#urethane #cutting section:nth-child(8) div:nth-child(7) {
		top: 54em;
		left:50%;
	}
	#urethane #product h3 {
		font-size: 4em;
	}
	#urethane #product ul li {
		height: 15em;
	}
	#urethane #product ul li:nth-child(1),
	#urethane #product ul li:nth-child(3),
	#urethane #product ul li:nth-child(5) {
		position:relative;
		width:100%;
	}
	#urethane #product ul li:nth-child(2),
	#urethane #product ul li:nth-child(4),
	#urethane #product ul li:nth-child(6){
		margin-left: 0;
		width: 100%;
	}
	#urethane #product ul li div {
		top: 15em;
	}
	#urethane #product ul li:hover div,#urethane #product ul li:active div{
		top: 0em;
	}
	#urethane #product ul li div p {
		height: 11em;
	}
	#urethane #onlineshop h3 {
		font-size: 4em;
        line-height: 0.8em;
        margin-top: 0;
    }
	#urethane #oem h3 {
		font-size: 4em;
	}
	#urethane #oem section {
		padding: 8em 2em;
	}
	#urethane #fuctory h3 {
		font-size: 4em;
	}
	#urethane #fuctory p {
		width:95%;
	}
	#recruit #saiyou h3 {
		font-size: 3em;
	}
	recruit #saiyou .content {
		padding: 7em 2em;
	}
	#recruit #interview h3 {
		font-size: 3em;
	}
	#recruit #interview section {
		margin: 4em 1em 0 3.5em;
		width: auto;
		padding: 0;
	}
	#recruit #interview section .img {
		top: -3em;
		left: -3em;
		border: 7px solid #0f721d57;
	}
	#recruit #interview section .img img {
		height: 5em;
		width: 5em;
	}

}

/*採用情報---*/
#recruit #first_view img {
    object-fit: cover;
    height: 40em;
}
#recruit #first_view {
	position:relative;
}
#recruit #first_view:before {
    content: "";
    display: block;
    background: radial-gradient(#00000000 0% 70%, #00000020);
    width: 100%;
    height: 100%;
    top: 0;
    position: absolute;
}
#recruit #first_view h1{
	position: absolute;
    color: #ffffff;
    top: 50%;
    font-size: 3em;
    text-shadow: 1px 1px 7px black;
	left: 16%;
}
#recruit #first_view h1 span{
	display:block;
	font-size: 0.5em;
}
#recruit #saiyou {
	background: linear-gradient(to left, #156639, #0C780E);
    position: relative;
    padding: 1em 0;
}
#recruit #saiyou h3 {
	font-size: 6em;
    font-weight: normal;
    color: #fff;
    margin-top: -0.7em;
    line-height: 0.7;
}
#recruit #saiyou .content {
	min-height: 15em;
    padding: 7em;
    background: #fff;
}
#recruit #interview h3 {
    font-size: 6em;
    font-weight: normal;
    color: #0e7516;
    margin-top: -0.15em;
}
#recruit #interview section{
	position: relative;
    margin: 3em auto 5em;
    width: 45em;
    box-shadow: 0 0 1em #00000030;
    padding: 1em 2em 2em;
    border-radius: 1em;
}
#recruit #interview section .img {
	position: absolute;
    background: #fff;
    border-radius: 8em;
    box-shadow: 0 0 1em #00000030;
    overflow: hidden;
    top: 2em;
    right: 1em;
    border: 5px solid #0f721d57;
}
#recruit #interview section .img img {
	object-fit: cover;
    height: 4em;
    transition: all .3s ease-out;
    width: 4em;
}
#recruit #interview section .box {
	position: relative;
    margin: 2em 2em 2em 2em;
}
#recruit #interview section .title {
	font-size: 1.2em;
    border-bottom: 3px dotted #ccc;
    margin: 2em 2em 1em 1em;
}
#recruit #interview section .box .qa {
	padding: 2em 0 0;
}
#recruit #interview section .box .qa .question {
	font-size: 1.2em;
    line-height: 1.4em;
    padding: 0 0 0 1.6em;
    position: relative;
    color: #087a36;
}
#recruit #interview section .box .qa .question:before{
	content: "Q";
    display: block;
    position: absolute;
    left: -0.05em;
    font-size: 2em;
    top: -0.05em;
    color: #c6c6c6;
}
#recruit #interview section .box .qa .answer {
	line-height: 1.5em;
    padding: 2em 0 1em 2em;
    position: relative;
}
#recruit #interview section .box .qa .answer:before{
	content: "A";
    display: block;
    position: absolute;
    left: 0;
    font-size: 2.5em;
    top: 0.7em;
    color: #c6c6c6;
}


@media screen and (max-width:580px){
	#recruit #first_view img {
        height: 25em;
    }
	#recruit #first_view h1 {
        font-size: 1.4em;
        left: 1em;
        text-align: center;
    }
	#recruit #first_view h1 span {
        font-size: 0.65em;
    }
	#recruit #saiyou h3{
		font-size:3em;
	}
	#recruit #saiyou .content {
		padding: 7em 1em;
	}
	#recruit #interview h3 {
		font-size: 3em;
	}
	#recruit #interview section {
		margin: 5em 1em;
		width: auto;
		padding: 3em 1em 2em 1.5em;
	}
	#recruit #interview section .img {
		top: -2em;
        left: auto;
	}
	#recruit #interview section .img img {
		height: 4em;
		width: 4em;
	}
	#recruit #interview section .title {
		margin: 0;
	}
	#recruit #interview section .box {
		margin: 0.5em 0;
	}
}

/*お問い合わせ---*/
#contact h1{
	padding: 2em 0 0;
    text-align: center;
    font-size: 4.5em;
    color: #156639;
    font-weight: normal;
}
#contact h2{
	text-align: center;
    font-size: 1.2em;
	align-items: center;
	display: flex;
	justify-content: center;
}
#contact h2::before,
#contact h2::after { 
	content: "";
	height: 2px;
	width: 5em;
	background: #ccc;
}
#contact h2::before {
	margin-right: 1em;
}
#contact h2::after {
	margin-left: 1em;
}
#contact h5{
	text-align: center;
    margin: 4em auto 1em;
    position: relative;
    width: 25em;
	font-size: 1em;
}
#contact h5.contact_shoes::before {
    content: "";
 	width: 2em;
    height: 1.2em;
    display: inline-block;
    background: url(img/i_shoe.png) no-repeat;
    background-size: contain;
	margin: -0.4em 0.2em;
}
#contact h5.contact_urethane::before {
    content: "";
    width: 1.3em;
    height: 1.3em;
    display: inline-block;
    background: url(img/i_uret.png) no-repeat;
    background-size: contain;
	margin: -0.4em 0.2em;
}
#contact h5.contact_other::before {
    content: "";
    width: 1.5em;
    height: 2em;
    display: inline-block;
    background: url(img/i_comp.png) no-repeat;
    background-size: contain;
    filter: brightness(100) invert(1);
    margin: -0.4em 0.2em;
}
#contact p.text {
	text-align:center;
	font-size:0.8em;
	margin:2em 1em 1em;
}
#contact p a {
	text-decoration:underline;
}
#contact article {
    background: #eee;
    padding: 2em;
}
#contact section {
	width: 50em;
    margin: 1em auto;
    position: relative;
    border-radius: 1em;
    padding: 1em;
    background: #fff;
	box-shadow: 1px 1px 5px #ddd;
}
#contact section h3{
	position: absolute;
    font-size: 4em;
    color: #eee;
    top: 0;
    right: 0.1em;
    font-weight: normal;
}
#contact section h4{
	font-size: 1.2em;
    margin-top: -0.3em;
    position: absolute;
    z-index: 1;
    padding-left: 1em;
    left: 2.6em;
    top: 1em;
}
#contact .contact_box section p{
	text-align: center;
	white-space: pre-wrap;
    line-height: 1.6em;
    padding: 2em;
    margin: 2em 0;
}
/*#contact section.contact_shoes::before {
    content: "";
    position: absolute;
    width: 4em;
    height: 1.6em;
    display: block;
    top: 1.3em;
    left: 1.4em;
    background: url(img/i_shoe.png) no-repeat;
    background-size: contain;
}
#contact section.contact_urethane::before {
    content: "";
    position: absolute;
	width: 1.5em;
    height: 1.5em;
    display: block;
    top: 1.3em;
    left: 1.9em;
    background: url(img/i_uret.png) no-repeat;
    background-size: contain;
}
#contact section.contact_other::before {
    content: "";
    position: absolute;
	width: 1.5em;
    height: 2em;
    display: block;
    top: 1em;
    left: 2.2em;
    background: url(img/i_comp.png) no-repeat;
    background-size: contain;
	filter: brightness(100) invert(1);
}*/
#contact section a{
	background: linear-gradient(to left, #FC7316, #FCAB16);
	color: #ffffff;
	padding: 0.4em 3em 0.3em 2em;
	border-radius: 2em;
	margin-left: 1em;
	font-weight: bold;
}
#contact section a:hover{
	box-shadow: -1px 1px 8px rgb(251 214 1 / 88%), 3px -1px 10px rgb(28 189 133 / 88%);
}
#contact section div.button{
	position: absolute;
    right: -1em;
    bottom: 1em;
}

#contact section a::after {
    content: "";
    width: 0.7em;
    height: 0.7em;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    display: block;
    position: absolute;
    transform: rotate(45deg);
    top: 1em;
    right: 1.8em;
}
/*フォーム---*/
#contact section .smf-item:has([data-validations~="required"]) .smf-item__label__text::after {
	content: "＊";
	display: inline-block;
	color:#EC0202;
	font-size: 10px;
}
#contact section ol.smf-progress-tracker {
    margin: 1em 0 3em;
}
#contact section .smf-form--business .smf-item {
    border: none;
}
#contact section .snow-monkey-form {
    padding: 1em;
}
#contact section .smf-item__col.smf-item__col--label {
    padding: 1em;
    text-align: center;
    border: none;
    border-bottom: 1px solid #2D6660;
    background: #fff;
    margin: 0 1em;
    max-width: 11em;
}
#contact section .smf-form .smf-text-control__control,
#contact section .smf-form .smf-textarea-control__control{
	background-color: #e9ebed;
	padding: .50rem 1rem;
	border: 1px solid #dfdfdf;
	width:100%
}
#contact section .smf-item__col.smf-item__col--controls {
    padding: 1em;
    border-bottom: 1px solid #ccc;
}
#contact section .smf-form .smf-radio-button-control__control {
    height: 1em;
}
#contact section .smf-action .smf-button-control__control {
    display: inline-block;
    background: linear-gradient(to left, #FC7316, #FCAB16);
    color: #ffffff;
    border-radius: 2em;
    margin-left: 1em;
    font-weight: bold;
    border: none;
    padding: 0.5em 4em;
	transition: 0.2s;
}
#contact section .smf-action .smf-button-control__control[data-action="back"] {
    background: linear-gradient(to left, #fc164b, #fc5816);
}
#contact section .smf-action .smf-button-control__control[data-action="complete"] {
    background: linear-gradient(to left, #FC7316, #FCAB16);
}
#contact section .smf-action .smf-button-control__control:hover {
	box-shadow: -1px 1px 8px rgb(251 214 1 / 88%), 3px -1px 10px rgb(28 189 133 / 88%);
}
#contact .contact_form_box section p{
	white-space: pre-wrap;
    line-height: 1.6em;
    margin: 1em 2em;
}
@media screen and (max-width:580px){
	#contact article {
		padding: 2em 1em;
	}
	#contact section {
		width: auto;
		padding: 0;
	}
	#contact section h3 {
		font-size: 3em;
		top: 0.1em;
	}
	#contact .contact_box section p{
		padding: 6em 4em;
	}
}