@charset "utf-8";
/*
 Theme Name:   tokaichemy_child
 Description:  tokaichemy_child
 Author:       東海ケミ―株式会社
 Template:     tokaichemy
*/


html,body,p,ol,ul,li,dl,dt,dd,blockquote,figure,fieldset,legend,textarea,pre,iframe,hr,h1,h2,h3,h4,h5,h6 {
	margin: 0;padding: 0;
}

p {
	font-family: "source-han-sans-japanese", sans-serif;
	font-weight: 500;
	font-style: normal;
	font-size:16px;
	margin:0 0 20px 0;
	line-height:1.8em;
	letter-spacing: 0.11rem;
}

ul,li {
	list-style: none;
}

button,input,select,textarea {
	margin: 0;
}

*, *:before, *:after {
	box-sizing: inherit;
}

img,embed,object,audio,video {
	height: auto;
}
a{
	color: #000;
	-webkit-transition: 0.2s ease-in-out;
	-moz-transition: 0.2s ease-in-out;
	-o-transition: 0.2s ease-in-out;
	transition: 0.2s ease-in-out;
	text-decoration:none;
}
html {
	box-sizing: border-box;
	overflow: auto;
}

body {
	font-family: "source-han-sans-japanese", sans-serif;
	font-weight: 500;
	font-style: normal;
	font-size: 16px;
	color:#000;
	padding:0;
	margin:0;
	letter-spacing: 0px;
	overflow: hidden;
}

img.site_logo{
	max-width:308px;
	width:100%;
	transition: all 0.5s ease;
}

img {
	width:auto;
	max-width:100%;
	vertical-align: bottom;
}

.disp_sp {
	display:block;
}

.disp_pc {
	display:none;
}

.txt-center {
	text-align:center;
}

.font-han{
	font-family: "source-han-sans-japanese", sans-serif;
	font-weight: 500;
	font-style: normal;
}

.font-din{
	font-family: "din-2014", sans-serif;
	font-weight: 700;
	font-style: normal;
}

p.center{
	text-align:center;
}

/***************/
/* header */
/***************/
#header {
	width:100%;
	height:100px;
	top: 0;
	left: 0;
	text-align:center;
	z-index:999;
	background:none;
	position:relative;
	transition: all 0.5s ease;
	background:#fff;

}

#header.scroll{
	background:#fff;
	box-shadow: 0px 5px 10px rgba(0, 0, 0, .1);
}

#header .header-inn {
}

#header .h-left a{
	display: flex;
	-webkit-align-items: center;
	align-items: center;
}

@media screen and (min-width:1001px) {
/*	#header {
		height: 208px;
	}*/

	#header .header-inn {
		width:100%;
		display:flex;
		margin:0 auto;
		padding:0;
	}

	#header .h-left{
		width:20%;
		-webkit-align-items: center;
		align-items: center;
		display: flex;
		padding: 0;
		margin-left:23px;
		box-sizing: border-box;
	}

	#header .h-right{
		width:calc(100% - 20%);
		padding: 0;
		display: -webkit-flex;
		display: flex;
		-webkit-justify-content: right;
		justify-content: right;
		/*-webkit-align-items: center;*/
		box-sizing: border-box;
	}

	img.site_logo.isSmall{
		max-width:417px;
		transition: all 0.5s ease;
	}

}

@media screen and (max-width:1000px) {
	#header{
		height:60px;
		z-index: 1;
	}

	#header.active{
		position: fixed;
	}

	#header .header-inn{
		width: 100%;
		height: 60px;
		display: flex;
		margin: 0 auto;
		padding: 0;
	}

	#header .h-left{
		text-align:left;
		display: flex;
		margin:10px;
		max-width:300px;
		padding:0;
		-webkit-align-items: center;
		align-items: center;
	}

	#header .h-right{
		display:none;
	}

		#header .h-left img{
		max-width:none;
		max-height:60px;
	}
	
}

@media screen and (max-width:640px) {
}

@media screen and (min-width:641px) {
}


@media screen and (max-width:480px) {
	#header .h-left{
		margin:3px 10px;
		max-width:200px;
	}

}

@media screen and (max-width:380px) {


}
/***************/
/*   pc-nav    */
/***************/
.pc_nav{
display: -webkit-flex;
    display: flex;
    -webkit-justify-content: right;
    justify-content: right;
    -webkit-align-items: center;

}

.pc_nav ul{
	display:flex;
}

.pc_nav li{
}

.pc_nav a{
	font-size:15px;
	color:#000;
	display:block;
	padding: 22.5px 20px;
	letter-spacing: 0.1rem;
	font-family: "source-han-sans-japanese", sans-serif;
	font-weight: 500;
	font-style: normal;
}

.pc_nav span{
	display:block;
	font-family: "din-2014", sans-serif;
	font-weight: 600;
	font-style: normal;
	font-size:26px;
}

.pc_nav li:nth-child(1) span{
	color:#E60012;
}

.pc_nav li:nth-child(2) span{
	color:#EC1A0E;
}

.pc_nav li:nth-child(3) span{
	color:#F33309;
}

.pc_nav li:nth-child(4) span{
	color:#F94D05;
}

.pc_nav li:nth-child(5) span{
	color:#FF6600;
}


.pc_nav li.contact_link{
	background: linear-gradient(-90deg, #e60012 0%, #f69c00 100%);
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-align-items: center;
	align-items: center;
	margin-left:20px;
	width:100%;
}

.pc_nav li.contact_link div{
	width:100%;
}

.pc_nav li.contact_link div:nth-child(1) a{
	border-right:solid 1px #fff;
}

.pc_nav li.contact_link a{
	box-sizing: border-box;
	width: 100%;
	padding: 13px 31px;
	margin: 0;
	color:#fff;
}

@media screen and (max-width:1300px) {
	.pc_nav a{
		padding: 22.5px 10px;
	}

	.pc_nav li.contact_link{
		margin-left:10px;
	}

	.pc_nav li.contact_link a{
		padding:13px 20px;
	}
}

@media screen and (max-width:1100px) {
	.pc_nav a{
		letter-spacing: 0.1rem;
		padding: 22.5px 5px;
	}

	.pc_nav a,
	.pc_nav span{
		letter-spacing: 0;
	}
}

@media screen and (max-width:1000px){
	.pc_nav{
		display:none;
	}
}

/***************/
/*   sp-nav    */
/***************/


/*header navi--------------------*/

.menu{
	height: 40px;
	position: absolute;
	right: 10px;
	top: 30px;
	bottom:50%;
	margin:auto;
	width: 40px;
	z-index: 9999;
	display:initial;
	background:#FF6600;
}

header .menu:after{
	/*content: "menu";*/
	position: absolute;
	left: -2px;
	bottom: -20px;
	right: 0;
	margin: auto;
	font-size: 12px;
}

header.active .menu:after{
	/*content: "close";*/
	position: absolute;
	left: 0;
	bottom: -20px;
}

.menu__line{
	background: #fff;
	display: block;
	height: 3px;
	position: absolute;
	transition:transform .3s;
	width: 30px;
	border-radius: 3px;
	left: 5px;
	top: 7px;
}
.menu__line--center{
	top: 18px;
	left: 5px;
}
.menu__line--bottom{
	top: 30px;
	left: 5px;
}
.menu__line--top.active{
	top: 18px;
	transform: rotate(45deg);
}
.menu__line--center.active{
	transform:scaleX(0);
}
.menu__line--bottom.active{
	top: 18px;
	transform: rotate(135deg);
}
/*gnav*/
.sp_menu{
	display: none;
	height: 100%;
	position: fixed;
	width: 100%;
	z-index: -1;
	background:#4472C4;
}
.gnav__wrap{
	height: 100%;
	position: absolute;
	width: 100%;
	background: #f5f5f5;
}


.gnav__wrap ul.gnav__menu01{
	display: flex;
	flex-wrap: wrap;
	margin: 80px 30px;
}


.gnav__wrap ul.gnav__menu01 li {
	margin: 0 10px;
	width: calc(50% - 20px);
	text-align: left;
	position: relative;
}

.gnav__wrap ul.gnav__menu01 li:nth-child(-n+2):before {
	content: "";
	position: absolute;
	bottom: auto;
	left: 0;
	right: 0;
	background:#fff;
	display: block;
	background-repeat: repeat;
	height: 1px;
	top: 0;
}

.gnav__wrap ul.gnav__menu01 li:after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	background:#333;
	display: block;
	background-repeat: repeat;
	height: 1px;
	top: auto;
}

.gnav__wrap ul.gnav__menu01 li a{
	padding: 30px 20px;
	color:#333;
}

.gnav__wrap ul.gnav__menu01 li a{
	text-decoration: none;
	transition: .5s;
	display: block;
	font-size: 18px;
	font-weight: 500;
	transition: .5s;
}

.gnav__wrap ul li a:hover{
	opacity:0.5;
}

.gnav__wrap ul.gnav__menu01 li a:before{
	content: "\f0da";
	font-family: FontAwesome;
	margin-right: 15px;
	top: -2px;
	position: relative;
	color:#E60012;
}


@media screen and (min-width:1001px) {
	.menu,.sp_menu{
		display:none !important;
	}
}

@media screen and (max-width:480px) {
	.sp_menu{

	}

	.gnav__wrap ul.gnav__menu01{
		margin: 80px 10px;
	}

	.gnav__wrap ul.gnav__menu01 li {
		width: calc(100% - 20px);
	}


	.gnav__wrap ul.gnav__menu01 li a{
		padding: 15px 10px;
		font-size: 14px;
	}

	

	.gnav__wrap ul.gnav__menu01 li:nth-child(n+2):before {
		display:none;
	}

}

/***************/
/* footer */
/***************/
footer{

}


.foot_contact{
	background-image: url("img/foot_contact.png");
	background-size: cover;
	background-position:center;
	background-repeat:no-repeat;
	padding:110px 20px 90px;
}

.foot_contact .inner{
	max-width:1094px;
	margin:0 auto;
	text-align:center;
	background:#FFF5E6;
	padding: 80px 20px 75px;
}

h2.f_contact{
	font-size:20px;
	font-weight:700;
	letter-spacing: 0.2rem;
	margin-bottom: 15px;
	color: #000;
	margin-bottom: 18px;
}

h2.f_contact span{
	font-family: "din-2014", sans-serif;
	font-weight: 700;
	font-style: normal;
	font-size:60px;
	display:block;
	color:#FF6600;
	letter-spacing: 0;
	margin-bottom: 17px;
	letter-spacing: 0.4rem;
}

.foot_contact p{
	color:#333333;
	line-height: 2.55rem;
	margin-bottom:28px;
	font-size:18px;
	font-weight:400;
}

.foot_contact a{
	display:block;
	background: linear-gradient(-90deg, #e60012 0%, #f69c00 100%);
	color:#fff;
	border-radius:50px;
	font-size:30px;
	font-weight:700;
	padding:13px 20px;
	max-width:460px;
	margin:0 auto 0;
}

.foot_contact a:hover{
	opacity:0.75;
}

.foot_area{
	background-image: url("img/foot_bg.png");
	background-size: cover;
	background-position:center;
	background-repeat:no-repeat;
	padding:60px 20px 13px;
}

.foot_area .inner{
	max-width:1316px;
	margin:0 auto;
	display:flex;
}

.foot_area .inner > div:nth-child(1){
	width:38%;
}

.foot_area .inner > div:nth-child(2){
	width:62%;
	display: flex;
	-webkit-justify-content: flex-end;
	justify-content: flex-end;
}

.foot_link{
	display: flex;
	flex-wrap: wrap;
	max-width: 680px;
	width: 100%;
}

.foot_link > div{
	width:25%;
	margin-bottom:30px;
}

.foot_link li a{
	font-size:14px;
	display:block;
	line-height: 1.45rem;
	letter-spacing: 0.1rem;
}

.foot_link li a:hover{
	color:#ff6600;
}

.foot_link li:nth-child(1) a{
	font-size:20px;
	font-weight:700;
	margin-bottom:10px;
	letter-spacing: 0.2rem;
}


footer div.copy{
	border-top:solid 1px #9D9D9D;
	padding-top:23px;
	text-align:center;
	font-size:13px;
	font-weight:300;
	margin-bottom:50px;
}

footer p.adress{
	margin:10px 0 20px;
}

footer p.tip{
	margin: 15px 0 20px;
	line-height: 1.55rem;
	letter-spacing: 0.1rem;
}

@media screen and (max-width:1100px) {
	.foot_area .inner > div:nth-child(1){
		width:45%;
	}

	.foot_area .inner > div:nth-child(2){
		width:55%;
	}
}

@media screen and (max-width:1000px) {
	
	.foot_contact{
		padding:70px 20px 70px;
	}

	h2.f_contact span{
		font-size:48px;
		margin-bottom: 20px;
		letter-spacing: 0.2rem;
	}

	.foot_contact .inner{
		padding:60px 20px 60px;
	}

	.foot_contact p{
		line-height:1.8rem;
		font-size:16px;
	}

	.foot_contact a{
		font-size:24px;
		
	}

	.foot_area{
		padding:40px 20px 20px;
	}

	.foot_area .inner > div:nth-child(1){
		width:100%;
		text-align: center;
	}

	.foot_area .inner > div:nth-child(2){
		display:none;
	}
}

@media screen and (max-width:480px) {
	.foot_area .inner > div:nth-child(1) img{
		max-width:240px;
	}

	.foot_contact{
		padding:50px 20px;
	}

	.foot_contact .inner{
		padding: 40px 20px 50px;
	}

	footer p.adress{
		font-size: 15px;
		letter-spacing: 0.05rem;
	}

	h2.f_contact span{
		font-size:34px;
	}

	footer p.tip{
		font-size: 15px;
		letter-spacing: 0.05rem;
	}

	.foot_contact a{
		font-size:20px;
		
	}
}

/***************/
/* common */
/**************/
#content{
/*	margin-top:100px;	*/
}

#content a{
	opacity:1;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}

#content a:hover{
    opacity:0.75;
}

section.low_head{
	background:url("img/low_head.jpg");
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	width: 100%;
	height: 250px;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-align-items: center;
	align-items: center;
}


h1{
}


h2{
	font-size:40px;
	text-align:center;
	line-height: 2.2rem;
	letter-spacing: 0.2rem;
	margin-bottom:20px;
}

section.low_head h1,
section.low_head p{
	text-align:center;
	font-weight:700;
	font-size:20px;
	margin-bottom:0;
	line-height: 1.8em;
	letter-spacing: 0.11rem;
}

section.low_head span{
	color:#FF6600;
	font-size:60px;
	display:block;
	margin-bottom:20px;
	letter-spacing: 0.3rem;
	margin-top: 20px;
}

section.low_content{
	padding:30px 20px 120px;
}

section.low_content .inner{
	max-width:1316px;
	margin:0 auto;
}

.bread{
	font-size:18px;
	font-weight:300;
}

.pagetop {
	display: none;
	position: fixed;
	bottom: 10px;
	right: 30px;
	z-index:1;
}
.pagetop a {
	display: block;
	text-align: center;
	text-decoration: none;

}

.dli-caret-circle-fill-left {
	display: inline-block;
	vertical-align: middle;
	color: #dc2423;
	line-height: 1;
	position: relative;
	width: 50px;
	height: 50px;
	background: currentColor;
	border-radius: 50%;
	box-sizing: content-box;
}

.dli-caret-circle-fill-left::before {
	content: '';
	color: #fff;
	width: 0;
	height: 0;
	border-style: solid;
	border-color: transparent;
	border-width: 12px 18px;
	border-right-color: currentColor;
	border-left: 0;
	transform: translateX(-15%);
	position: absolute;
	top: -4px;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	transform: rotate(90deg);
}



@media screen and (max-width:1000px) {

	br.sp{
		display:none;
	}

}

@media screen and (max-width:780px) {
	h2{
		font-size:30px;
		line-height: 2rem;
	}

	h2 span{
		font-size:16px;
	}


	section.low_head{
		height:180px;
	}

	section.low_head h1,
	section.low_head p{
		font-size:18px;
	}

	section.low_head span{
		font-size:48px;
		margin-top:0;
		margin-bottom: 10px;
	}



}
@media screen and (max-width:480px) {

	h2{

	}

	.pagetop{
		bottom: 10px;
		right: 10px;
		margin:0;
	}

	.pagetop a,.pagetop a:hover{
		font-size:35px;
		padding: 0;
	}

	.pagetop img{
		max-width:100px;
	}

	section.low_head{
		height:auto;
		padding:30px 20px;
	}

	section.low_head p{
		font-size:16px;
	}

	section.low_head p span{
		font-size:32px;
		margin-top:0;
		margin-bottom: 0px;
		line-height: 1.8rem;
		letter-spacing: 0.2rem;
	}

	section.low_head span{
		font-size:36px;
		margin-bottom: 0;
	}

	.bread{
		font-size:15px;
		line-height:1.6rem;
	}

}


/************/
/* top page */
/************/
.top_low h2{
	font-family: "din-2014";
	font-weight: bold;
	font-size: 70px;
	line-height:1em;
	margin-bottom:15px;
}

@media screen and (max-width:1000px) {
	.top_low h2{
		font-size: 50px;
		margin-bottom:17px;
	}
}

/***************/
/* top main */
/**************/
section.top_main{

}

section.top_main .flex{
	display:flex;
}

section.top_main .flex > div:nth-child(1){
	width:100%;
}

.video-wrap {
	width: 100%;
	max-height: 640px;   /* 高さ上限 */
	overflow: hidden;    /* はみ出した部分を隠す */
	position: relative;
}

video {
	display: block; /* ← これで余白を完全に消せる */
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;  /* ← 中央寄せ */
}


@media screen and (max-width:1000px) {

}

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


}

/***************/
/* top_info */
/**************/
section.top_info{
	background:#F5F5F5;
	padding:100px 20px 120px;
}

section.top_info .inner{
	max-width:1316px;
	margin:0 auto;
}

section.top_info .flex{
	display:flex;
}

section.top_info .flex > div:nth-child(1){
	width:264px;
}

section.top_info .flex > div:nth-child(2){
	width:calc(100% - 264px);
}


h2.top{
	font-size:20px;
	font-family: "source-han-sans-japanese", sans-serif;
	font-weight: 700;
	font-style: normal;
	text-align:left;
}

h2.top span{
	color:#FF6600;
	font-size:50px;
	font-family: "din-2014", sans-serif;
	font-weight: 700;
	font-style: normal;
	display:block;
	letter-spacing: 0.6rem;
	margin-bottom:15px;
}

ul.info_list{

}

ul.info_list li{
	background:#fff;
}

ul.info_list li:nth-child(even){
	background:rgba(255,255,255,0.6);
}

ul.info_list li a{
	color:#333333;
	display:block;
	font-size:16px;
	padding:11px 20px;
}

ul.info_list li a:hover{
	opacity:1;
	color:#FF6600;
}

ul.info_list li span{
	font-size:20px;
	color:#E60012;
	font-weight:700;
	margin-right:40px;
	letter-spacing: 0.1rem;
}

.info_btn{

}

.info_btn a{
	background:#241916;
	color:#fff;
	padding:8px 20px;
	border-radius:30px;
	font-weight:700;
	width:100%;
	max-width:170px;
	display:block;
	text-align:center;
}


@media screen and (max-width:1000px) {

	section.top_info{
		padding: 60px 20px 70px;
	}

	section.top_info .flex > div:nth-child(1){
		width:200px;
	}

	section.top_info .flex > div:nth-child(2){
		width:calc(100% - 200px);
	}

	ul.info_list li span{
		display:block;
		margin-bottom: 5px;
		font-size: 16px;
	}

	h2.top{
		font-size:18px;
	}

	h2.top span{
		font-size: 35px;
		letter-spacing: 0.2rem;
		margin-bottom: 5px;
	}

}

@media screen and (max-width:480px) {
	section.top_info .flex{
		display:block;
	}

	section.top_info .flex > div:nth-child(1),
	section.top_info .flex > div:nth-child(2){
		width:100%;
	}

	section.top_info .sp_block{
		display:flex;
		-webkit-justify-content: space-between;
		justify-content: space-between;
	}

	section.top_info .sp_block > div:nth-child(2){
		display: flex;
		-webkit-align-items: flex-end;
		align-items: flex-end;
		margin-bottom:25px;
	}

	h2.top{
		margin-bottom:25px;
	}

}

/***************/
/* top_pro     */
/**************/

section.top_pro{
	background: linear-gradient(to bottom, #fff 361px, #FFF5E6 0);
	padding:85px 20px 115px;
}

section.top_pro .inner{
	max-width:1316px;
	margin:0 auto;
}

.top_read{
	display:flex;
}

.top_read > div:nth-child(1){
	width:470px;
}

.top_read > div:nth-child(2){
	width:550px;
}

.product_list{
	display:flex;
	flex-wrap:wrap;
	margin:15px 0 55px;
}

.product_list > div{
	width:33.333%;
}

.product_list > div:nth-child(1){
	background-image: url("img/top_pro01.jpg");
	background-size: cover;
	background-position:center;
	background-repeat:no-repeat;
}


.product_list > div:nth-child(2){
	background-image: url("img/top_pro02.jpg");
	background-size: cover;
	background-position:center;
	background-repeat:no-repeat;
}

.product_list > div:nth-child(3){
	background-image: url("img/top_pro03.jpg");
	background-size: cover;
	background-position:center;
	background-repeat:no-repeat;
}

.product_list > div:nth-child(4){
	background-image: url("img/top_pro04.jpg");
	background-size: cover;
	background-position:center;
	background-repeat:no-repeat;
}

.product_list > div:nth-child(5){
	background-image: url("img/top_pro05.jpg");
	background-size: cover;
	background-position:center;
	background-repeat:no-repeat;
}

.product_list > div:nth-child(6){
	background-image: url("img/top_pro06.jpg");
	background-size: cover;
	background-position:center;
	background-repeat:no-repeat;
}

.product_list a{
	display:block;
	width:100%;
	text-align:center;
	font-size:26px;
	font-weight: 700;
	position:relative;
	position: relative;
	background-color: rgba(255, 255, 255, 0.71); /* #fff + 不透明度71% */
	backdrop-filter: blur(1px) brightness(0.9);   /* ぼかし量1px + 明るさ-10% */
	-webkit-backdrop-filter: blur(1px) brightness(0.9); /* Safari対応 */
	padding: 20px 20px 45px;
	height: 295px;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-align-items: center;
	align-items: center;
	letter-spacing: 0.15rem;
}

#content .product_list a:hover{
	background-color:transparent;
	backdrop-filter:none;
	-webkit-backdrop-filter:none;
	opacity:1;
	color: #FF6600;
	text-shadow: 2px 3px 3px rgba(0, 0, 0, 0.4);
}

.product_list a:before{
	content: "";
	position: absolute;
	top: 10px;    /* 内側10pxからスタート */
	right: 10px;
	bottom: 10px;
	left: 10px;
	border: 2px solid #fff; /* 線の太さと色 */
	pointer-events: none;   /* 線がクリックを邪魔しない */
}

#content .product_list a:hover:before{
	border: 2px solid #FF6600; /* 線の太さと色 */
}

.product_list span{
	position:relative;
	display: inline-block; /* 擬似要素を相対配置するため */
}

.product_list span:after{
	content: "";
	position: absolute;
	left: 50%;
	bottom: -30px; /* テキストからの距離を調整 */
	transform: translateX(-50%);
	width: 0;
	height: 0;
	border-left: 20px solid transparent;
	border-right: 20px solid transparent;
	border-top: 14px solid #000; /* ▼の色（ここを好きな色に） */
}

#content .product_list a:hover span:after{
	border-top: 14px solid #FF6600; /* ▼の色（ここを好きな色に） */
}

.top_btn{
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-align-items: center;
	align-items: center;
}

.top_btn > div{
	max-width:460px;
	width:100%;
	margin:0 30px;
}

.top_btn a{
	text-align:center;
	display:block;
	margin:0 auto;
	background:#000000;
	color:#fff;
	padding:20px 20px;
	border-radius: 50px;
	width:100%;
	font-weight: 700;
	font-size:22px;
	letter-spacing: 0.25rem;
}

#content .top_btn a:hover{
	background:#FF6600;
	opacity:1;
}

.link_sds{
	margin:70px auto 40px;
	padding:0 40px;
}

.link_sds a{
	max-width:500px;
	display:block;
	margin:0 auto;
}

@media screen and (max-width:1000px) {
	section.top_pro{
		padding:60px 20px 70px;
	}

	.top_read > div:nth-child(1){
		width:35%;
	}

	.top_read > div:nth-child(2){
		width:65%;
	}
}

@media screen and (max-width:640px) {
	.top_read{
		display:block;
	}

	.top_read > div:nth-child(1),
	.top_read > div:nth-child(2){
		width:100%;
	}

	.product_list{
		margin:25px 0 40px;
	}

	.product_list > div{
		width:50%;
	}

	.product_list a{
		font-size:18px;
		padding:20px 30px 45px;
		height: 150px;
	}

	.top_btn{
		display:block;
	}

	.top_btn > div{
		margin:0 auto 30px;
	}

	.top_btn a{
		font-size:18px;
		padding:15px 20px;
		width:80%;
	}

	.link_sds{
		margin:40px auto 30px;
	}
}


@media screen and (max-width:480px) {
}

/***************/
/* top_reco     */
/**************/

section.top_reco{
	background: #FFF5E6;
	padding:0 20px 83px;
}

section.top_reco .inner{
	max-width:1316px;
	margin:0 auto;
}

.top_recobox{
	display:flex;
	margin: 17px auto 25px; 
	-webkit-justify-content: center;
	justify-content: center;
}

.top_recobox a{
	display:block;
}

.top_recobox > div{
	width:33.333%;
	padding: 20px;
}

.top_recobox p{
	padding: 30px 18px;
	font-size:15px;
	line-height: 1.9rem;
	margin: 0;
}

.top_recobox p span{
	font-size:22px;
	font-weight:700;
	display:inline-block;
	margin-bottom:18px;
	letter-spacing: 0.28rem;
}

.top_recobox img{
	width: 100%;
	height: 380px;
	object-fit: cover;
}

@media screen and (max-width:1000px) {
	section.top_reco{
		padding:0 20px 60px;
	}

	.top_recobox p{
		line-height: 1.6rem;
	}

	.top_recobox p span{
		font-size: 18px;
		letter-spacing: 0.1rem;
	}

	.top_recobox img{
		height: 240px;
	}
}

@media screen and (max-width:640px) {
	.top_recobox{
		margin:25px 0 25px;
		width:100%;
		flex-wrap:wrap;
	}

	.top_recobox > div{
		width:100%;
	}

	.top_recobox a{
		padding:20px;
		background:#fff;
		margin-bottom:0;
	}

	.top_recobox p{
		padding:20px 0 0;
		font-size: 14px;
		line-height: 1.4rem;
	}

	.top_recobox a img{
		display:block;
		width:80%;
		margin:0 auto;
	}

	.top_recobox p span{
		font-size: 16px;
		margin-bottom: 0;
	}
}

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

	.top_recobox img{
		height: 150px;
	}
}

/***************/
/* top_company */
/**************/

section.top_company{
	padding:0 20px 91px;
}

section.top_company .inner{
	max-width:1316px;
	margin:0 auto;
	
}

section.top_company .flex{
	display:flex;
}

section.top_company .flex > div:nth-child(1){
	display:flex;
	-webkit-align-items: flex-end;
	align-items: flex-end;
}

section.top_company div.text{
	max-width:604px;
	width:100%;
	background:#fff;
	position: absolute;
	padding: 50px 20px 30px 0;
}

section.top_company .flex > div:nth-child(2){
	margin: 0 calc(50% - 50vw) 0;
	width: 100vw;
	z-index: -1;
}

section.top_company .flex img{
	width:66.668%;
	margin: 0 0 0 auto;
	display:block;
}

section.top_company div.text p{
	margin:0;
	line-height:2.2rem;
}

.comp_btn{
	margin: 92px -26.5px 0;
	display:flex;
	flex-wrap:wrap;
	-webkit-justify-content: center;
	justify-content: center;
}

.comp_btn > div{
	width: 33.333%;
	display:flex;
	-webkit-justify-content: center;
	justify-content: center;
	margin:0 0 65px;
}

.comp_btn a{
	color:#fff;
	max-width:410px;
	border-radius: 55px;
	background: linear-gradient(-90deg, #e60012 0%, #f69c00 100%);;
	font-weight: 700;
	letter-spacing: 0.2rem;
	font-size:30px;
	display:block;
	padding:33px 20px;
	width:100%;
	text-align:center;
}

@media screen and (max-width:1300px) {
	.comp_btn a{
		font-size: 28px;
		padding: 30px 20px;
	}

	.comp_btn > div{
		width: calc(33.333% - 30px);
		margin: 0 15px 30px;
	}
}
@media screen and (max-width:1000px) {

	section.top_company{
		padding:0 0 60px;
	}

	section.top_company div.text{
		position:relative;
		padding: 60px 20px 30px 0;
	}

	section.top_company div.text p br{
		display:none;
	}

	section.top_company .flex > div{
	}

	section.top_company .flex > div:nth-child(1){
		width:60%;
		padding:0 20px;
	}


	section.top_company .flex > div:nth-child(2){
		width:40%;
		margin:0;
		padding:0 20px 0 0;
		display:flex;
		-webkit-align-items: center;
		align-items: center;
	}

	section.top_company .flex img{
		width:100%;
		margin:0 auto;
	}

	.comp_btn{
		margin: 40px 0 0;
	}

	.comp_btn a{
		font-size: 24px;
		padding: 20px 20px;
	}
	section.top_company div.text{
		width: auto;
		max-width:none;
	}
}

@media screen and (max-width:640px) {

	section.top_company{
		padding-bottom:40px;
	}

	section.top_company .flex{
		display:block;
	}

	section.top_company .flex > div:nth-child(1){
		width:100%;
	}

	section.top_company .flex > div:nth-child(2){
		width:100%;
		padding:20px 20px;
	}

	.comp_btn > div{
		width: calc(50% - 30px);
		margin: 0 15px 30px;
	}

	.comp_btn a{
		font-size: 20px;
		padding: 15px 20px;
	}

	.comp_btn{
		margin-top:30px;
	}


}

@media screen and (max-width:480px) {
}

/***************/
/* top_recruit */
/**************/

section.top_recruit{
	background-image: url("img/top_recruit.jpg");
	background-size: cover;
	background-position:center;
	background-repeat:no-repeat;
	padding:120px 20px 70px;
}

section.top_recruit .inner{
	max-width:1316px;
	margin:0 auto;
	text-align:center;
}

h2.top_rec{
	color:#fff;
	font-size:23px;
	font-weight:700;
	letter-spacing: 0.3rem;
	margin-bottom: 15px;
}

h2.top_rec span{
	font-family: "din-2014", sans-serif;
	font-weight: 600;
	font-style: normal;
	font-size:60px;
	display:block;
	margin-bottom:10px;
	color:#fff;
	letter-spacing: 0;
	margin-bottom: 26px;
}

section.top_recruit p{
	color:#fff;
	line-height: 2.1rem;
	letter-spacing: 0.2rem;
	margin-bottom:60px;
}

.top_recbtn a{
	display:block;
	background:#fff;
	color:#FF6600;
	border-radius:100px;
	font-size:42px;
	font-weight:700;
	padding:45px 20px;
	max-width:1094px;
	margin:0 auto 55px;
	letter-spacing: 0.6rem;
}

#content .top_recbtn a:hover{
	opacity:1;
	background:#FF6600;
	color:#fff;
}


@media screen and (max-width:1000px) {
	.top_recbtn a{
		font-size:26px;
		padding:25px 20px;
		width:80%;
	}

	section.top_recruit{
		padding:70px 20px 40px;
	}

	h2.top_rec span{
		font-size:48px;
		margin-bottom: 20px;
	}

	section.top_recruit p{
		margin-bottom:40px;
	}
}

@media screen and (max-width:480px) {
	section.top_recruit{
		padding:50px 20px 30px;
	}

	.top_recbtn a{
		width:90%;
		letter-spacing:0.2rem;
		margin-bottom:30px;
		font-size:18px;
		padding:15px 20px;
	}

	section.top_recruit p{
		letter-spacing: 0.05rem;
		font-size: 15px;
		line-height: 1.8rem;
	}
}

/***************/
/* low_news */
/**************/

div.low_news{
	max-width:1094px;
	margin:68px auto 32px;
}

div.low_news ul li{
	
}

div.low_news ul > li:nth-child(odd){
	background:#F5F5F5;
}

div.low_news li a{
	display:block;
	font-size:16px;
	padding:32px 20px;
}

#content div.low_news li a:hover{
	color:#FF6600;
	opacity:1;
}

div.low_news li span{
	display:inline-block;
	font-size:20px;
	color:#E60012;
	margin-right:30px;
	letter-spacing: 0.1rem;
}

div.news_pager{
	margin-bottom:25px;
}

div.news_pager ul{
	display:flex;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-align-items: center;
	align-items: center;
	flex-wrap:wrap;
}

div.news_pager ul li{
}

div.news_pager ul a{
	display:flex;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-align-items: center;
	align-items: center;
	margin:0 6px;
	width:50px;
	height:50px;
	border-radius:50%;
	color:#FF6600;
	border:solid 1px #FF6600;
	font-weight: 600;
	font-size:24px;
	margin-bottom:20px;
}

div.news_pager ul li.active a,
#content div.news_pager ul li a:hover{
	background:#FF6600;
	color:#fff;
	opacity:1;
}


@media screen and (max-width:1000px) {
	
}

@media screen and (max-width:780px) {
	div.low_news li span{
		display:block;
		margin-bottom:10px;
		font-size:18px;
	}

	div.low_news li a{
		padding: 25px 20px;
	}
}


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

	div.news_pager ul a{
		margin:0 6px;
		width:40px;
		height:40px;
	}
}




/*******************/
/* low_news detail */
/*******************/

.news_title{
	max-width:1094px;
	margin:100px auto 0;
	background:#ffeee4;
	padding:20px 20px;
}

.news_title span{
	display:block;
	font-size:20px;
	color:#E60012;
	letter-spacing: 0.1rem;
}

.news_title h1{
	font-weight:700;
	font-size:22px;
	color:#333333;
	margin-bottom:10px;
	line-height: 2rem;
	letter-spacing: 0;
}

.news_thum{
	margin:40px 0 50px;
}

.news_thum img{
	display:block;
	max-width:900px;
	margin:0 auto;
}

.news_text{
	max-width:900px;
	margin:65px auto 60px;
	border-bottom:solid 1px #4B4B4B;
	padding-bottom:60px;
}

.news_text p{
	margin-bottom:0;
	color:#333333;
	line-height: 3.12rem;
	letter-spacing: 0;

}

div.back_link{
}

div.back_link a{
	display:block;
	text-align:center;
	max-width:420px;
	border:solid 1px #FF6600;
	color:#FF6600;
	padding:20px 20px;
	font-size:20px;
	letter-spacing: 0.2rem;
	border-radius:50px;
	margin:0 auto;
}

#content div.back_link a:hover{
	color:#fff;
	background:#FF6600;
	opacity:1;
}


@media screen and (max-width:1000px) {
	.news_thum img{
		width:100%;
	}
}

@media screen and (max-width:780px) {

	.news_title{
		margin:40px auto 40px;
	}

	.news_text{
		margin:0 auto 40px;
		padding-bottom:40px;
	}

	.news_title h1{
		font-size:18px;
		line-height:1.8rem;
		margin-bottom:0;
	}

	div.back_link a{
		padding: 15px 20px;
		width:80%;
	}


}




@media screen and (max-width:480px) {
	section.low_content{
		padding:30px 20px 70px;
	}

	.news_title{
		margin:40px auto 30px;
	}


	.news_text p{
		line-height:2.4rem;
	}

	div.back_link a{
		font-size:18px;
	}

}

/*******************/
/* low_products    */
/*******************/
.product_head{
	margin:100px 0 90px;
	display:flex;
}

.product_head > div:nth-child(1){
	background-image: url("img/products/products_bg.png");
	background-size: cover;
	background-position:center;
	background-repeat:no-repeat;
	padding: 30px 55px 55px;
	width:calc(100% - 41.56%);
	display:flex;
	-webkit-align-items: flex-end;
	align-items: flex-end;
}

.product_head > div:nth-child(2){
	width:41.56%;
}

.product_head h1{
	color:#fff;
	text-align: left;
	font-weight:700;
	font-size:40px;
	line-height: 2.6rem;
	letter-spacing: 0.25rem;
}

.product_head h1 span{
	display:block;
}

.products_text{
	margin-bottom:90px;
}

.products_text p{
	line-height:2.5rem;
}

.products_link{
	max-width:1094px;
	margin:40px auto 30px;
}

.products_link p.head{
	text-align:center;
	color:#fff;
	padding:7px 0;
	background: linear-gradient(-90deg, #e60012 0%, #f69c00 100%);
	font-size:20px;
	font-weight:700;
	margin-bottom:45px;
}

.products_link ul{
	display:flex;
	flex-wrap:wrap;
	max-width:1048px;
	margin: 0 auto;
}

.products_link li{
	width:calc(50% - 24px);
	border-bottom:solid 1px #DBDBDB;
	text-indent: 0;       /* 最初はインデントしない */
	padding-left: 2em;    /* 全体をずらす */
	text-indent: -2em;    /* 1行目だけ戻す */
	line-height: 1.7rem;
}

.products_link ul > li:nth-child(odd){
	margin-right:24px;
}

.products_link ul > li:nth-child(even){
	margin-left:24px;
}

.products_link p.full{
	font-size:24px;
	font-weight:700;
	color:#FF6600;
	padding: 0 30px;
}

.products_link ul + p.full{
	margin-top:50px;
}

.products_link li a{
	display:block;
	color:#333333;
	padding:19px 30px 19.5px;
}

.products_link li a.none{
	pointer-events: none;
}

.products_link li a:before{
	content:"";
	display:inline-block;
	background:url("img/products/link_arrow.svg");
	width:21px;
	height:21px;
	position:relative;
	top:4px;
	margin-right:10px;
}

#content .products_link li a:hover{
	color:#FF6600;
	opacity:1;
	text-decoration:none;
}

.products_bg{
	background:#FFF5E6;
	padding:65px 20px;
	margin: 100px calc(50% - 50vw) 0;  /* 画面幅いっぱいにはみ出させるためのネガティブマージン */
	width: 100vw;                /* 幅を画面幅いっぱいに指定 */
}

.products_bg.index{
	margin-top:40px;
	padding-top: 80px;
}

.products_bg .inner{
	max-width:1316px;
	margin:0 auto;
}

.products_bg h2{
	font-weight:700;
	font-size:20px;
	margin-bottom:65px;
}


.products_bg h2 span{
	display:block;
	color:#FF6600;
	font-size:50px;
	letter-spacing: 0.6rem;
	margin-bottom: 15px;

}

section.low_content.nobottom{
	padding:30px 20px 0px;
}


/* ul.abroad 全体-------------------------------------------- */
ul.abroad { list-style: none; margin: 0; padding: 0; }

/* PC表示 */
ul.abroad li {
	display: grid;
	grid-template-columns: 2fr 1fr 1fr 3fr;
	gap: 12px;
	border-bottom: 1px solid #ddd;
	align-items: center;
	border-bottom: 1px solid #ccc;
	width: 100%;
	text-indent: 0;
	padding: 0 20px;
	margin:0 !important;
}
ul.abroad li:first-child {
	font-weight: bold;
	border-bottom: 1px solid #ccc;
	color:#ff6600;
	padding:20px 20px;

}
ul.abroad li a { color: #0066cc; text-decoration: none; }
ul.abroad li a:hover { text-decoration: underline; }
ul.abroad li a:before { content:none;}

/* スマホ表示 */
@media (max-width: 700px) {
	ul.abroad li {
		display: block;
		padding: 15px 0;
		border-bottom: 1px solid #ccc;
	}
	ul.abroad li:first-child { display: none; }

	ul.abroad li div {
		display: block;
		margin-bottom: 6px;
		line-height: 1.4;
	}

	/* 項目名：を色分けして表示 */
	ul.abroad li div::before {
		content: attr(data-label) "：";
		color: #ff6600;
		font-weight: bold;
	}
	ul.abroad li a,
	ul.abroad li span {
		display: inline; /* 改行せず横に続ける */
		color: #333;
		margin-left: 0.2em;
	}
	ul.abroad li a { color: #0066cc; text-decoration: none;padding: 15px 0; }
	ul.abroad li a:hover { text-decoration: underline; }
}
/* ul.abroad 全体-------------------------------------------- */

@media screen and (max-width:1000px) {
	.product_head{
		margin: 50px 0 50px;
	}
}

@media screen and (max-width:780px) {
	.product_head > div:nth-child(1){
		width: 65%;
		padding: 30px 25px 30px;
	}

	.product_head > div:nth-child(2){
		width: 35%;
	}

	.product_head h1{
		font-size:30px;
		letter-spacing: 0.1rem;
	}

}

@media screen and (max-width:640px) {
	.product_head{
		display:block;
	}

	.product_head > div:nth-child(1){
		padding:20px 25px;
	}


	.product_head > div:nth-child(1),
	.product_head > div:nth-child(2){
		width:100%;
	}

	.product_head > div:nth-child(2) img{
		width:80%;
		max-width:460px;
		display:block;
		margin:30px auto 10px;
	}

	.products_link li{
		width:calc(50% - 15px);
	}

	.products_link ul > li:nth-child(odd){
		margin-right:15px;
	}

	.products_link ul > li:nth-child(even){
		margin-left:15px;
	}

	.products_link li a{
		padding:12px 20px 12px;
	}

	.products_bg{
		margin-top:80px;
		padding: 40px 20px 40px;
	}

	.products_bg.index{
		padding-top: 40px;
	}

	.products_bg h2{
		font-size:18px;
		margin-bottom:40px;
	}

	.products_bg h2 span{
		font-size:30px;
		letter-spacing: 0.2rem;
		margin-bottom: 5px;
	}

}


@media screen and (max-width:480px) {
	.products_text p{
		line-height:2.2rem;
	}

	.product_head h1{
		font-size:24px;
		letter-spacing: 0.1rem;
		line-height: 2.0rem;
	}

	.product_head h1 span{
		font-size:30px;
	}
	.product_head{
		margin-top:30px;
	}

	.products_text{
		margin-bottom:40px;
	}
}

/*******************/
/* low_recommend   */
/*******************/
.rec_list{
	display:flex;
	flex-wrap:wrap;
	max-width:1316px;
	margin:100px auto 0;
}

.rec_list > div{
	width:calc(33.333% - (160px / 3));

}

.rec_list > div:nth-child(3n+2){
	margin:0 80px 0;
}

.rec_list a{
	display:block;
}

.rec_list img{
	width: 100%;
	height: 260px;
	object-fit: cover;
}

.rec_list p{
	margin:20px 0 50px;
	font-weight:500;
	font-size:15px;
	line-height: 1.4rem;
}

section.low_content.recom{
	background-image: url("img/recommend/recommend_bg.png");
	background-size: cover;
	background-position:center;
	background-repeat:no-repeat;
}

.recom_detail{
	margin:91px 0 50px;
}

.recom_detail h1{
	font-size:30px;
	padding:20px 15px 10px;
	border-bottom:solid 1px #707070;
	letter-spacing: 0.18rem;
}

.recom_text{
	margin-bottom: 60px;
}

.recom_text .flex{
	display:flex;
}

.recom_text .flex > div:nth-child(1){
	width:39.51%;
}

.recom_text .flex > div:nth-child(2){
	width:calc(100% - 39.51%);
	padding-left:68px;
}

.recom_text h2{
	text-align:left;
	font-weight:700;
	color:#FF6600;
	font-size:22px;
}

.recom_text p{
	line-height:2.0rem;
}

.recom_bottom{
	display:none;
	margin: 0 calc(50% - 50vw) 0;  /* 画面幅いっぱいにはみ出させるためのネガティブマージン */
	width: 100vw;                /* 幅を画面幅いっぱいに指定 */
	padding:80px 20px 20px;
	background:#FFF5E6;
}

.recom_bottom .inner{
	max-width:1316px;
	margin:0 auto;
}

.recom_bottom .rec_list{
	margin-top:0;
	-webkit-justify-content: center;
	justify-content: center;
}

.recom_bottom h2{
	font-weight:700;
	font-size:20px;
	letter-spacing:0.1rem;
	position: relative;
	padding-bottom: 15px;
	margin-bottom: 40px;
}

.recom_bottom h2:after{
	content: "";
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	width: 130px;         /* 線の長さ */
	height: 4px;          /* 太さ */
	background-color: #FF6600; /* 色 */
}

@media screen and (max-width:1000px) {

	.rec_list{
		margin:40px auto 0;
	}

	.rec_list > div{
		width:calc(33.333% - (60px / 3));

	}

	.rec_list > div:nth-child(3n+2){
		margin:0 30px 0;
	}

	.rec_list p{
		margin:20px 0 40px;
	}

	.recom_detail{
		margin-top:20px;
	}

	.recom_detail h1{
		font-size:22px;
	}

	.recom_text .flex{
		flex-wrap:wrap;
	}

	.recom_text .flex > div:nth-child(1){
		width:100%;
	}

	.recom_text .flex > div:nth-child(1) img{
		max-width:560px;
		margin:0 auto 40px;
		display:block;
		width:70%;
	}

	.recom_text .flex > div:nth-child(2){
		width:100%;
		padding-left:0px;
	}

	.rec_list img{
		height: 170px;
	}


}

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

	.rec_list > div{
		width:calc(50% - 15px);

	}

	.rec_list > div:nth-child(3n+2){
		margin:0 0 0;
	}

	.rec_list > div:nth-child(odd){
		margin-right:15px;
	}

	.rec_list > div:nth-child(even){
		margin-left:15px;
	}

	.recom_bottom{
		padding:40px 20px 30px;
	}

	.recom_bottom .rec_list > div{
		width:calc(50% - 15px);
	}

	.recom_bottom .rec_list > div:nth-child(odd){
		margin-right:7.5px;
		margin-left:7.5px;
	}

	.recom_bottom .rec_list > div:nth-child(even){
		margin-right:7.5px;
		margin-left:7.5px;
	}

	.recom_bottom .rec_list p{
		margin-bottom:20px;
	}

	.recom_text p{
		line-height:1.8rem;
		font-weight: 400;
	}

	.rec_list img{
		height: 130px;
	}
}

/*****************/
/* low_company   */
/*****************/
.low_company{
	display:flex;
	margin:100px auto 0;
	position:relative;

}

.low_company .sidebar {
	width:212px;
	position:absolute;
	top:0;
}

.low_company .content {
	flex:1;
	margin-left:316px;
}
.low_company .sidebar a {
	display: block;
	font-size: 24px;
	margin-bottom: 20px;
	text-decoration: none;
	padding: 5px 10px 5px;
	border-bottom: 1px solid #ccc;
	color: #FF6600;
	letter-spacing: 0.3rem;
}
.low_company .sidebar a:hover {
	
}

.low_company h2 {
	background: linear-gradient(-90deg, #e60012 0%, #f69c00 100%);
	position:relative;
	color:#fff;
	font-weight:700;
	font-size:20px;
	text-align: left;
	padding: 7px 30px 7px;
	margin-top:5px;
	margin-bottom: 30px;
}

.low_company .photo{
	display:flex;
	margin: 0 17px;
}

.low_company .photo > div:nth-child(1){
	width:calc(100% - 244px);
	padding-right:22px;
}

.low_company .photo > div:nth-child(2){
	width:244px;
}

.low_company .photo img{
	border-radius:20px;
	display:block;
	margin: 10px 0 5px;
}

.low_company p{
	line-height:2.5rem;
	letter-spacing: 0.10rem;
}

.low_company p.name{
	text-align:right;
}

.low_company section#s2{
	margin-top:75px;
	margin-bottom:105px;
}

.low_company h2 + p{
	margin:0 17px;
}

.comp_flex{
	display:flex;
	flex-wrap:wrap;
	margin:-10px 20px 85px;
}

.comp_flex > div{
	border-bottom:solid 1px #DBDBDB;
}

.comp_flex > div:nth-child(odd){
	width:30%;
	padding: 13px 25px 0px;
}

.comp_flex > div:nth-child(even){
	width:70%;
	padding: 13px 45px 0px;
}

.low_company p.orange,
.comp_flex p.orange{
	color:#FF6600;
}

.comp_flex p{
	line-height:1.8rem;
	letter-spacing: 0;

}

#content .low_company a:hover{
	color:#FF6600;
	opacity:1;
}

.low_company .year{
	display:flex;
	flex-wrap:wrap;
	margin: 42px 0 127px;
}

.low_company .year > div{
	
}

.low_company .year > div:nth-child(odd){
	padding-left:40px;
	color:#FF6600;
	position:relative;
	width:230px;
}

.low_company .year > div:nth-child(even){
	width:calc(100% - 230px);
	padding-left:60px;
}

.low_company .year p{
	line-height: 1.8rem;
	letter-spacing: 0;
	position:relative;
}

.low_company .year > div:nth-child(odd) p:after{
	content:"";
	position:absolute;
	right:0;
	top:3px;
	width:21px;
	height:21px;
	background:#FF6600;
	border-radius: 50%;
}

.low_company .year > div:nth-child(odd):before{
	content:"";
	width:1px;
	height:100%;
	background:#DBDBDB;
	right: 10.5px;
	top: 4px;
	position:absolute;
}

.low_company .year > div:nth-last-child(2):before{
	content:none;
}

.low_company .area > div{
	margin:0 auto;
	max-width:960px;
	border-bottom:solid 1px #DBDBDB;
	padding:20px 15px 20px;
}
.low_company .area span{
	font-weight:700;
	font-size:18px;
	display:inline-block;
	margin-bottom:15px;
}

.low_company .area p{
	line-height:1.8rem;
	margin-bottom:0;
}

@media screen and (max-width:1300px) {
	.low_company .sidebar {
		width:20%;
	}

	.low_company .content {
		margin-left:25%;
	}
}


@media screen and (max-width:1000px) {
	.low_company{
		display:block;
		margin-top: 60px;
	}

	#company_side{
		display:none;
	}

	.low_company .content{
		margin:0;
	}

	.low_company .photo{
		flex-wrap:wrap;
		margin: 0 17px;
	}

	.low_company .photo > div:nth-child(1){
		width:calc(100%);
		padding-right:0px;
	}

	.low_company .photo > div:nth-child(2){
		width:100%;
	}

	.low_company .photo > div:nth-child(2) img{
		max-width:244px;
		margin:40px auto 0;
	}

	.low_company p.name{
		text-align:center;
	}

	.low_company p{
		line-height:2.2rem;
	}

	.low_company section#s2{
		margin:60px 0 60px;
	}

	.comp_flex > div:nth-child(odd){
		width:25%;
		padding: 13px 15px 0px;
	}

	.comp_flex > div:nth-child(even){
		width:75%;
		padding: 13px 20px 0px;
	}

	.low_company .year > div:nth-child(odd){
		padding-left:20px;
		width:180px;
	}

	.low_company .year > div:nth-child(even){
		width:calc(100% - 180px);
		padding-left:30px;
	}

	.low_company .year{
		margin:42px 0 60px;
	}

}

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

	.low_company{
		margin-top:40px;
	}

	.low_company section#s2{
		margin:50px 0 50px;
	}

	.low_company p{
		line-height:1.8rem;
	}

	.low_company .photo > div:nth-child(2) img{
		margin:20px auto 0;
	}

	.comp_flex{
		margin:0px 20px 60px;
	}

	.comp_flex{
		display:block;
	}

	.comp_flex > div:nth-child(odd){
		width:100%;
		padding: 0 0 0px;
		border-bottom: 0;
	}

	.comp_flex > div:nth-child(odd) p{
		margin-bottom:5px;
	}

	.comp_flex > div:nth-child(even){
		width:100%;
		padding: 0 0 0px;
		margin-bottom:20px;
	}

	.low_company .year{
		display:block;
		margin: 0 17px 50px;
	}

	.low_company .year > div:nth-child(odd){
		padding-left:0;
		width:100%;
		padding-bottom:0;
	}

	.low_company .year > div:nth-child(even){
		width:100%;
		padding-left:0;
		padding-bottom:0;
	}

	.low_company .year > div:nth-child(odd) p{
		margin-bottom:0;
	}

	.low_company .year > div:nth-child(odd) p:before{
		content:"●";
		display:inline-block;
		margin-right:10px;
	}

	.low_company .year > div:nth-child(odd) p:after{
		content:none;
	}

	.low_company .year > div:nth-child(odd):before{
		content:none;
	}

	.low_company .area p{
		line-height:1.6rem;
	}


}


/*****************/
/* low_recruit   */
/*****************/
section.top_recruit.low_page{
	margin: 63px calc(50% - 50vw) -120px;  /* 画面幅いっぱいにはみ出させるためのネガティブマージン */
	width: 100vw;                /* 幅を画面幅いっぱいに指定 */
}

.scroll-box{
	margin: 0 calc(50% - 50vw) 113px;  /* 画面幅いっぱいにはみ出させるためのネガティブマージン */
	width: 100vw;                /* 幅を画面幅いっぱいに指定 */

}

.scroll-container {
	display: flex;
	width: 241.5%;
	animation: scroll 50s linear infinite;
}
.scroll-container img {
	width: 50%;
	object-fit: cover;
	display: block;
}
@keyframes scroll {
	0% { transform: translateX(0); }
	100% { transform: translateX(-50%); }
}

section.fresh_content{
	background-image: url("img/recruit/recruit_bg.png");
	background-size: cover;
	background-position:center;
	background-repeat:no-repeat;
	margin: 0 calc(50% - 50vw) 0;  /* 画面幅いっぱいにはみ出させるためのネガティブマージン */
	width: 100vw;                /* 幅を画面幅いっぱいに指定 */
	padding:0 20px;
}

div.recruit_head{
	background-image: url("img/recruit/head_bg.jpg");
	background-size: cover;
	background-position:center bottom;
	background-repeat:no-repeat;
	padding:77px 20px;
	margin-top:100px;
}

.low_company div.recruit_head{
	margin-top:0;
	margin-bottom:160px;
}

div.recruit_head h1{
	color:#fff;
	text-align:center;
	font-weight:700;
	font-size:32px;
	letter-spacing: 0.4rem;
}

.fresh_content h2{
	font-size:34px;
	font-weight:700;
	color:#FF6600;
}

.fresh_content .top{
	text-align:center;
	margin:70px 0 88px;
}

.fresh_content .top p{
	margin-top:30px;
	line-height:2.5rem;
}

.fresh_content .detail{
	padding-bottom:35px;
}

.fresh_content .detail img{
	width:100%;
}

.fresh_content .detail img{
	width:100%;
}

.fresh_content a.youtube_link{
	display:block;
	max-width:280px;
}

.fresh_content .flex{
	display:flex;
	margin-top:49px;
	margin-bottom: 49px;
}

.recruit_data{
	margin: 0 calc(50% - 50vw) 0;  /* 画面幅いっぱいにはみ出させるためのネガティブマージン */
	width: 100vw;                /* 幅を画面幅いっぱいに指定 */
	padding:85px 20px 58px;
	background:#FFF5E6;
}

section.low_content .recruit_data .inner{
	max-width:1094px;
	margin:0 auto;
}

.recruit_data h2{
	font-size:20px;
	font-weight:700;
	margin-bottom:42px;
}

.recruit_data h2 span{
	color:#FF6600;
	font-size:50px;
	font-weight:700;
	letter-spacing: 0.6rem;
	display:inline-block;
	margin-bottom:13px;
}

.recruit_data .list{
	display:flex;
	margin:0 -11px;
	flex-wrap:wrap;
}

.recruit_data .list > div{
	width:calc(33.333% - 22px);
	margin:0 11px 32px;
}

.recruit_data .list > div img{
	width:100%;
}

.recruit_data .list > div img.pc{
	display:block;
}

.recruit_data .list > div img.sp{
	display:none;
}

@media screen and (min-width:1001px) {
	.fresh_content .detail > div.flex:nth-child(even) > div:nth-child(odd){
		order:2;
	}

	.fresh_content .detail > div.flex:nth-child(even) > div:nth-child(even){
		order:1;
	}

	/*ODD---------------------------------------------------------------------*/

	.fresh_content .detail > div.flex:nth-child(odd) > div:nth-child(odd){
		width:100%;
		max-width: 708px;
		padding-right: 50px;
	}

	.fresh_content .detail > div.flex:nth-child(odd) > div:nth-child(even){
		margin-right:calc(50% - 50vw);
		width:50vw;
	}

	.fresh_content .detail img{
		width:100%;
	}

	/*EVEN---------------------------------------------------------------------*/

	.fresh_content .detail > div.flex:nth-child(even) > div:nth-child(odd){
		width:100%;
		max-width: 708px;
		padding-left: 50px;
	}

	.fresh_content .detail > div.flex:nth-child(even) > div:nth-child(even){
		margin-left:calc(50% - 50vw);
		width:50vw;
	}

	.fresh_content .detail > div.flex:nth-child(3){
		margin:90px 0 80px;
	}
}

.fresh_content .flex h2{
	text-align:left;
	line-height:3.3rem;
	margin-top:-15px;
	margin-bottom:32px;
}

.fresh_content .flex p{
	font-size:18px;
	line-height:2.46rem;
}

.fresh_content .flex p span{
	font-size:22px;
	font-weight:700;
}

.fresh_content .flex ul{
	background:#FFF5E6;
	padding:10px 25px;
	max-width:400px;
	margin-bottom:20px;

}

.fresh_content .flex ul li{
	position:relative;
	padding:12px 0;
	font-size:18px;
	font-weight:700;
}

.fresh_content .flex ul li:before{
	content:"";
	display:inline-block;
	background-image: url("img/recruit/arrow.svg");
	width:21px;
	height:21px;
	margin-right:10px;
	position:relative;
	top:4px;

}

.gaiyo{
	max-width:1094px;
	margin:0 auto;
	padding:170px 0 60px;
}

h2.recruit {
	background: linear-gradient(-90deg, #e60012 0%, #f69c00 100%);
	position:relative;
	color:#fff;
	font-weight:700;
	font-size:20px;
	text-align: left;
	padding: 7px 30px 7px;
	margin-top:5px;
	margin-bottom: 30px;
}


@media screen and (max-width:1000px) {
	div.recruit_head{
		padding:40px 20px;
		margin-top: 60px;
	}

	.low_company div.recruit_head{
		margin-bottom:100px;
	}

	.fresh_content .top p{
		line-height:2.0rem;
	}


	.fresh_content h2{
		font-size:24px;
	}

	.fresh_content .top{
		margin:40px 0 50px;
	}

	.scroll-box{
		margin-bottom:60px;
	}

	.fresh_content .flex{
		display:block;
	}

	.fresh_content .detail img{
		display:block;
		max-width:720px;
		margin:0 auto;
		width:75%;
	}

	.fresh_content .flex p{
		font-size:16px;
		line-height: 2.0rem;
	}

	.fresh_content .flex p span{
		font-size:20px;
		line-height: 2.0rem;
	}

	.fresh_content .flex h2{
		margin-top:0;
		margin-bottom:20px;
		line-height:2.0rem;
		font-size:22px;
	}

	.fresh_content .detail img{
		margin:30px auto;
	}

	.recruit_data{
		padding:50px 20px 50px;
	}

	.recruit_data h2{
		
	}

	.recruit_data h2 span{
		font-size:42px;
		margin-bottom: 0;
	}

	.gaiyo{
		padding:60px 0 60px;
	}

}

@media screen and (max-width:480px) {
	section.top_recruit.low_page{
		margin: 40px calc(50% - 50vw) -70px;  /* 画面幅いっぱいにはみ出させるためのネガティブマージン */
	}

	div.recruit_head{
		margin-top:40px;
		padding:20px;
	}

	.fresh_content .top p,
	.fresh_content .flex p{
		font-size:16px;
		line-height: 1.8rem;
	}

	.fresh_content .flex p span{
		font-size:18px;
	}

	div.recruit_head h1{
		font-size:24px;
	}

	.low_company div.recruit_head{
		margin-bottom:40px;
	}

	.fresh_content .top{
		margin:30px 0 40px;
	}

	.fresh_content .top p{
		margin-top:20px;
	}

	.scroll-box{
		margin-bottom:40px;
	}

	.fresh_content .flex ul{
		padding:20px 20px;
	}

	.fresh_content .flex ul li{
		font-size:16px;
		padding:5px 0;
	}

	.fresh_content .detail{
		padding-bottom:20px;
	}

	.recruit_data .list > div{
		width: 100%;
	}

	.recruit_data .list > div img.pc{
		display:none;
	}

	.recruit_data .list > div img.sp{
		display:block;
	}

	.recruit_data h2{
		font-size:18px;
		margin-bottom:30px;
	}

	.recruit_data{
		padding-bottom:30px;
	}

	.gaiyo{
		padding:60px 0 30px;
	}

	.comp_flex{
		margin:0 0 50px;
	}

	.fresh_content a.youtube_link{
		margin:0 auto;
	}

}

.no_content{
	margin:60px 0 60px;
	text-align:center;
}

/*****************/
/* contact       */
/*****************/
div.contact_head{
	text-align:center;
	margin:60px 0 90px;
}

div.contact_head > p{
	line-height:2.5rem;
}

div.contact_head .tel{
	padding:30px 20px 10px;
	background:#241916;
	max-width:870px;
	margin:50px auto 0;
}

div.contact_head .tel h2{
	color:#fff;
	font-weight:700;
	font-size:36px;
	margin-bottom: 10px;
}

div.contact_head .tel p{
	color:#fff;
	font-weight:700;
	font-size:36px;
}


div.contact_head .tel span{
	font-size:18px;
	display:inline-block;
	font-weight:300;
	margin-left:10px;
}

.contact_body{
	background-image: url("img/contact_bg.png");
	background-size: cover;
	background-position:center;
	background-repeat:no-repeat;
	padding:110px 20px 90px;
	margin: 0 calc(50% - 50vw) 0;  /* 画面幅いっぱいにはみ出させるためのネガティブマージン */
	width: 100vw;                /* 幅を画面幅いっぱいに指定 */
}

section.low_content .contact_body .inner{
	max-width:1100px;
	background:#FFF5E6;
	padding:75px 20px 60px;
}

.contact_body h2{
	font-weight:700;
	font-size:36px;
	margin-bottom:80px;
}


@media screen and (max-width:1000px) {
	div.contact_head > p{
		2.0reml
	}

	div.contact_head .tel h2{
		font-size:20px;
	}

	div.contact_head .tel p{
		font-size:20px;
	}

	div.contact_head{
		margin:40px 0 60px;
	}

	div.contact_head .tel{
		margin: 30px auto 0;
	}

	section.low_content .contact_body .inner{
		padding:40px 20px 0px;
	}

	.contact_body h2{
		font-size:20px;
		margin-bottom:0;
	}
}

@media screen and (max-width:480px) {
}


/*form------------------------------------------------------------------------------------*/
div.form_box{
	max-width: 900px;
	margin: 0 auto;
}

div.form .p_link{
	margin-top: -35px;
}

div.form .p_link a{
	text-align: center;
	display:block;
	text-decoration: underline;
	color: #055bff;
}

div.form_box p{
	font-weight: 700;
	font-size: 20px;
	color:#333333;
	margin-bottom:35px;
}

div.form_box p span.text-red{
	color: #fff;
	background: #C20606;
	padding: 4px 13px;
	font-size:16px;
	font-weight:700;
	display: inline-block;
	margin-left: 20px;
	line-height: 1.4em;
	border-radius: 5px;
}

div.form_box input{
	margin: 15px 0 10px;
	padding: 10px 20px;
	font-family: yu-gothic-pr6n, sans-serif;
	font-weight: 500;
	font-size: 18px;
	border-radius: 10px;
	-moz-radius: 10px;
	-webkit-radius: 10px;
	-o-radius: 10px;
	-ms-radius: 10px;

	border: 1px #CBCBCB solid;
	-moz-border: 1px #CBCBCB solid;
	-webkit-border: 1px #CBCBCB solid;
	-o-border: 1px #CBCBCB solid;
	-ms-border: 1px #CBCBCB solid;
	width: 100%;
	-webkit-appearance: none; 
}

div.form_box input::-webkit-input-placeholder {
	color:#8A8A8A;
}

div.form_box input:-moz-placeholder {
	color:#8A8A8A;
}

div.form_box input::-moz-placeholder {
	color:#8A8A8A;
}

div.form_box input:-ms-input-placeholder {
	color:#8A8A8A;
}

.mw_wp_form .error{
	margin-bottom:30px;
}

/*radio----------*/
div.radio_box{
	margin:20px 0 40px;
}

.mw_wp_form_confirm div.radio_box {
	margin:-30px 0 30px;
}

input[type=radio].radio_btn_item{
	display: none;
}

.mwform-checkbox-field label, .mwform-radio-field label {
	display: block;
	margin: 10px;
}

.radio_btn_item + span {
	padding-left: 40px;
	display: inline-block;
	position: relative;
	font-family: yu-gothic-pr6n, sans-serif;
	font-weight: 500;
	font-size: 18px;
}

.mw_wp_form .horizontal-item + .horizontal-item{
	margin:0;
}

.radio_btn_item + span::after,
.radio_btn_item + span::before {
border-radius: 50%;
	content: '';
	display: block;
	position: absolute;
}

.radio_btn_item + span::before {
	border: 1px #CBCBCB solid;
	-moz-border: 1px #CBCBCB solid;
	-webkit-border: 1px #CBCBCB solid;
	-o-border: 1px #CBCBCB solid;
	-ms-border: 1px #CBCBCB solid;
	left: 0;
	top: 5px;
	height: 25px;
	width: 25px;
	background: #fff;
}

.radio_btn_item + span::after{
	background: #EE1C23;
	height: 13px;
	left: 6px;
	opacity: 0;
	top: 11px;
	width: 13px;
}

.radio_btn_item:checked + span::after {
	opacity: 1;
}
/*textarea--------------*/
div.form_box textarea{
	padding:10px 15px;
	border: 2px #CBCBCB solid;
	-moz-border: 2px #CBCBCB solid;
	-webkit-border: 2px #CBCBCB solid;
	-o-border: 2px #CBCBCB solid;
	-ms-border: 2px #CBCBCB solid;
	width: 100%;
	border-radius: 10px;
	-moz-radius: 10px;
	-webkit-radius: 10px;
	-o-radius: 10px;
	-ms-radius: 10px;
	-webkit-appearance: none;
	margin: 15px 0 20px;
	font-family: yu-gothic-pr6n, sans-serif;
	font-weight: 500;
	font-size: 18px;
	font-family: inherit;
}

div.form_box textarea::-webkit-input-placeholder {
	color:#8A8A8A;
	font-family: yu-gothic-pr6n, sans-serif;
	font-weight: 500;
	font-size: 18px;
}

div.form_box textarea:-moz-placeholder {
	color:#8A8A8A;
	font-family: yu-gothic-pr6n, sans-serif;
	font-weight: 500;
	font-size: 18px;
}

div.form_box textarea::-moz-placeholder {
	color:#8A8A8A;
	font-family: yu-gothic-pr6n, sans-serif;
	font-weight: 500;
	font-size: 18px;
}

div.form_box textarea:-ms-input-placeholder {
	color:#8A8A8A;
	font-family: yu-gothic-pr6n, sans-serif;
	font-weight: 500;
	font-size: 18px;
}
/*checkbox-----------------------*/
.form_box input[type=checkbox].check_btn_item{
display: none;
}

.form_box .mwform-checkbox-field{
	display: block;
	text-align: center;
}

.form_box .mwform-checkbox-field label {
display: inline-block;
}

.form_box .check_btn_item + span {
padding-left: 38px;
display: inline-block;
position: relative;
}

.form_box .check_btn_item + span::after,
.form_box .check_btn_item + span::before {
content: '';
display: block;
position: absolute;
top: 0;
}
.form_box .check_btn_item + span::before {
left: 0;
height: 25px;
width: 25px;
background: #fff;
border: 1px #CBCBCB solid;
}
.form_box .check_btn_item + span::after{
border: none;
border-right: 5px solid #EE1C23;
border-bottom: 5px solid #EE1C23;
height: 17px;
left: 6px;
opacity: 0;
top: 2px;
transform: rotate(45deg);
width: 11px;
}
.form_box .check_btn_item:checked + span::after {
opacity: 1;
}

/*submit-----------------------*/
div.form_box input[type="submit"],
div.form_box button[type="submit"]{
	border: 0;
	-moz-border: 0;
	-webkit-border: 0;
	-o-border: 0;
	-ms-border: 0;
	width: 100%;
	border-radius: 0px;
	-moz-radius: 0px;
	-webkit-radius: 0px;
	-o-radius: 0px;
	-ms-radius: 0px;
	padding:30px;
	background:#040404;
	color:#fff;
	max-width:640px;
	margin:50px auto 20px;
	display:block;
	font-size:20px;
}

div.form_box input[type="submit"]:hover,
div.form_box button[type="submit"]:hover{
	opacity:0.75;
}

div.form_box input[type="submit"] + button[type="submit"]{
	margin-top:50px;
}


@media screen and (max-width:1000px) {

	div.low_head.contact{
		background: url("img/contact/sp_head.jpg");
	}

	div.form p.p_link{
		margin-top: -20px;
		margin-bottom: 30px;
	}
}

@media screen and (max-width:780px) {
	div.form_box{
		margin: 0px -20px;
		padding:30px 25px;
		border-radius:0
	}

	div.form_box p{
		font-size:16px;
		font-weight:500;
		margin-bottom:20px;
	}

	div.form_box input[type="submit"],
	div.form_box button[type="submit"]{
		padding:10px;
	}

	.mwform-checkbox-field label, .mwform-radio-field label{
		margin:8px 0;
	}

	div.radio_box{
		margin:20px 0;
	}

	div.form_box textarea{
		line-height:1.5em;
	}

	.mw_wp_form_confirm div.radio_box{
		margin:-20px 0 30px;
	}
}
/*form------------------------------------------------------------------------------------*/
