@charset "UTF-8";
/*
* 共通
*/
body {
	font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Noto Sans Japanese", "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, Meiryo, sans-serif;
	font-size:15px;
}
p,ul,li{
	margin:0;
	padding:0;
}
ul{
	list-style: none;
}
a {
	color: unset;
	text-decoration: none;
	background-color: transparent;
	-webkit-text-decoration-skip: objects;
}
a:hover{
	opacity:0.8;
	color: unset;
	text-decoration: none;
}
header{
	position: relative;
}

footer{
	margin:40px 0;
	padding: 1em 0;
}
footer p{
	text-align:center;
	font-size:13px;
}
.header_wrap{
	padding: 1em 0;
	border-bottom:#BF2F8B solid 5px;	
}
.page-wrap{
	/* margin-top: 6.25rem; */
	margin:6.25rem 0;
}
h2.section-header__title {
	font-size: 1.8rem;
	font-weight: 800;
	line-height: 1;
	letter-spacing: 0.1em;
	text-align: center;
}
.page-section-wrap{
	margin-top: 3rem;
}
.page-contents-wrap{
	max-width:960px;
	width:90%;
	margin:0 auto;
}
h3.page-contents__title {
	font-size: 1.4rem;
	font-weight: 600;
	line-height: 1;
	letter-spacing: 0.1em;
	text-align: center;
	color: #BF2F8B;
	margin: 2em 0;
}
h3.page-contents__title::before ,h3.page-contents__title::after{
	display: inline-block;
	content: "";
	width: 1.5em;
	height: 2px;
	vertical-align: middle;
	margin: 0 0.5em;
	background-color: #BF2F8B;
}
.wrap{
	max-width:960px;
	width:100%;
	margin:0 auto;
}
.wrap2{
	max-width:560px;
	width:60%;
	margin:0 auto;
}
.wrap3{
	max-width:760px;
	width:80%;
	margin:0 auto;
}
.main_img_wrap{
	width:100%;
	margin: 0 auto 4em;
}
.main_img_wrap > img{
	width:100%;
}
.mobile-navigation, .pure-drawer{
	display:none;
}
input:-webkit-autofill {
	-webkit-box-shadow: 0 0 0px 1000px white inset;

}
.table1{
	width:100%;
	border:none;
}

.table1 th{
	background:#efefef;
	border: 1px solid #9fa0a0;
	/* width:7em; */
	padding:1em;
	text-align:left;
	font-weight:normal;
}

.table1 td{
	text-align:left;
	padding:1em;
	border: 1px solid #9fa0a0;
}
h1{
	width: 20%;
	display:inline-block;
	margin:0;
	box-sizing: border-box;
	padding: 0;
}
.logo{
	width: 100%;
}
.clearfix::after {
	display: none;
}
.g_navi {
	align-self: center;
}
.g_navi ul{
	list-style:none;
}
.g_navi li{
	float:left;
}
.g_navi li.current a{
	font-weight:bold;
}
.g_navi li a{	
	color:#003864;
	padding:0 0 7px;
	text-decoration:none;
	letter-spacing:0.1em;
}
.g_navi li:not(:first-child):before{
	content:"";
	padding:0 0.5em;
}
.g_navi li a:hover:after {
	position: absolute;
	display: block;
	top: 1.5em;
	left: 50%;
	transform: translateX(-50%);
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	border-color: #BF2F8B transparent transparent transparent;
	border-width: 0.8em 0.8em 0 0.8em;
	z-index: 1;
	margin: 0.5em auto;
}
.g_navi li a.recruit:hover:after {
	display: none;
}
.g_navi>ul>li {
	position: relative;
	margin: 0;
}
.g_navi>ul>li>div {
	display: none;
	position: absolute;
	top: 100%;
	transform: translateY(0%);
	width: 160%;
	padding: 3.3em 0;
	z-index: 99;
}
.g_navi>ul>li:hover>div {
	display: block;
}
.g_navi>ul>li>div.company_wrap  {
	width: 450%;
}
.g_navi>ul>li>div.contact_wrap  {
	width: 250%;
	right: 0;
}
.g_navi>ul>li>div>ul {
	display: none;
	background: #fff;
	padding: 1em 0.5em 0.5em 0.5em;
	margin: 0;
	position: relative;
}
.g_navi>ul>li:hover>div>ul {
	display: block;
}
.g_navi>ul>li>div>ul::before {
	position: absolute;
	display: block;
	top: -2.8em;
	left: 31%;
	transform: translateX(-50%);
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	border-color: #BF2F8B transparent transparent transparent;
	border-width: 0.8em 0.8em 0 0.8em;
}
.g_navi>ul>li>div.company_wrap>ul::before {
	left: 11%;
}
.g_navi>ul>li>div.contact_wrap>ul::before {
	left: 80%;
}
.g_navi>ul>li>div>ul>li {
	float: none;
	margin-bottom: 0.5em;
}
.g_navi>ul>li>div>ul>li:before {
	content: "";
	display: inline-block;
	width: 0;
	height: 0;
	border-style: solid;
	margin: 0 0.5em;
	border-width: 0.3em 0 0.3em 0.5em;
	border-color: transparent transparent transparent #BF2F8B;
}
.g_navi>ul>li>div>ul>li:not(:first-child):before {
	padding: 0;
}
.g_navi>ul>li>div>ul>li a:hover:after {
	display: none;
}

.g_navi>ul>li>ul>li:first-child {
	margin-top: 0;
}
.g_navi>ul>li>ul>li {
	margin-top: 1em;
	color: #fff;
}
.g_navi>ul>li>ul>li{
	float: none;
}
.g_navi>ul>li.current:after {
	position: absolute;
	display: block;
	top: 1.5em;
	left: 50%;
	transform: translateX(-50%);
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	border-color: #BF2F8B transparent transparent transparent;
	border-width: 0.8em 0.8em 0 0.8em;
	z-index: 1;
	margin: 0.5em auto;
}


@media screen and (max-width: 768px){
	/*
	* 共通
	*/
	.mobile-navigation,.pure-drawer{
		display:block;
	}
	.g_navi{
		display:none;
	}
	.m_menu{
		margin:100px 0 0 ;
		overflow-y: scroll;
		height: 80%;
	}
	
	.m_menu li ul a{
		font-size: min(1em, 3.5vw);
	}
	.m_menu li{
		border-bottom:1px solid #ccc;
		list-style:none;
	}
	.m_menu li a{
		display:block;
		color:#036eb7;
		padding:1em 1.5em;
		font-size:15px;
	}
	.m_menu li>ul {
		border-top: 1px solid #ccc;
		}
	.m_menu_label{
		background-color: #ccc;
	}
	.wrap, .wrap2, .wrap3{
		width:90%;
		/* margin:30px 2% 0; */
	}
	h1{
		width: 80%;
	}
	.sp-none{
		display: none;
	}
}
@media (max-width: 375px){
	html {
		font-size: 4.2666666667vw;
	}
	body {
		font-size:1rem;
	}
}

/* TOP */

.main_v {
	position: relative;
}
.main_v h2{
	/* max-width: 960px; */
	width: 100%;
	margin: 0 auto;
	font-size: 3.1em;
	text-shadow: 5px 5px 2px rgb(0 0 0 / 20%);
	text-shadow: 0px 0px 5px #000, 0px 0px 7px #000, 0px 0px 10px #000;
	font-family: "Noto Serif JP", serif;
	letter-spacing: 0.1em;
	color: #fff;
	white-space: nowrap;
}
.main_v h2 span{
	font-size:42px;
}
.page_top_btn {
  position: fixed;
  bottom: 10px;
  right: 10px;
	width:110px;
	height: 110px;
  font-weight: bold;
  padding: 0.7em;
  text-align: center;
  background: #fff;
  transition: 0.3s;
	border-radius: 50%;
	z-index: 999;
	display: flex;
	flex-direction: column;
	box-shadow: 1px 2px 0px 2px rgb(0 0 0 / 20%);
}
.page_top_btn > img{
  width: 50%;
	margin: 0 auto;
}

html{
  scroll-behavior: smooth;
}
.page_top_btn:hover {
  background: rgb(255, 255, 255, 0.8);
}

.f_ct{
	margin:0 0 30px;
}
.f_ct_wrap{
	max-width:100%;;
	padding:0 20px;
}
.f_ttl1 {
	font-weight: bold;
	font-size: min(5em, 5vw);
	letter-spacing: 0.1rem;
	font-family: 'Orbitron', sans-serif;
	color: #FFF;
	text-shadow: 2px 5px 2px rgb(0 0 0 / 50%);
}
.f_ttl1 span {
	display: block;
	font-size: min(1.4em, 2vw);
	letter-spacing: 0.1rem;
	font-family: inherit;
}
/* .f_ttl1 span::before{
	content: "";
	background: #000;
	width: 2.5em;
	display: inline-flex;
	height: 2px;
	align-items: center;
	vertical-align: middle;
	margin: 0 0.4em;
} */
#top_sdgs.wrap ,#top_other.wrap{
	margin: 3em auto;
}
.top_sdgs_wrap {
	width: 100%;
	display: flex;
  align-items: center;
	justify-content: space-around;
}
.top_sdgs_wrap > div{
	width: 45%;
}
/* #top_news ul{
	list-style: none;
}
#top_news ul li{
	text-indent: -6em;
	padding-left:6em;
	margin-bottom:1em;
	font-weight:bold;
}
#top_news ul li .news_time{
	padding:0 1em 0 0;
	font-weight:normal;
} */
.newswrap_bg {
	position: relative;
}
.top_news_ttl{
	position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
	text-align: center;
	font-size: min(2.5em, 3.5vw);
}
.top_news_ttl span {
	margin-top: 1rem;
	font-size: 1rem;
}
.massagewrap_bg {
	background-image: url(../common/img/top/massage_bg.png);
  background-size: cover;
}
.massage_wrap {
	padding-bottom: 50px;
	width: 95%;
	margin: 0 auto;
	display: flex;
  align-items: center;
  justify-content: space-between;
}
.massagettl_wrap{
	width: 80%;
	max-width: 960px;
  margin: 0 auto;
}
.massagettl_wrap img{
  margin:1em 0;
}
.massage_wrap_col01{
	width: 30%;
}
.massage_wrap_col02{
	position: relative;
	display: flex;
	gap: 1em;
	background-color: #fff; 
	padding: 3em;
	width: 65%;
	border-radius: 10px;
}
.massage_wrap_col02::before{
	position: absolute;
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 1em 3.5em 1em 0;
	border-color: transparent #fff transparent transparent;
	top: 30%;
	transform: translateY(-30%);
	left: -3.5em;
	display: inline-block;
}
.massage_wrap_txt{
	width: 60%;
}
.massage_wrap_img{
	width: 40%;
}
.wrap_metal{
	background-color: #006934;
  background-position:center;
  position: relative;	
	padding: 5em 3em;
}
.wrap_metal::before{
	content: "";
	background: URL(../common/img/top/metal_bg.png); 
	background-size:cover;
	opacity: 0.15;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.col01 {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	width: 90%;
	justify-content: space-between;
}
.col01:nth-child(2) {
	margin-left:auto ;
}
.col01_01 {
	width: 45%;
	margin-top: 2em;
}
.top_service_box img{
	border-radius: 25px; 
	box-shadow: 10px 10px 10px rgb(0 0 0 / 50%);
}
.top_service_box p{
	margin-top: 1rem;
	color: #fff;
	text-shadow: 2px 5px 2px rgb(0 0 0 / 50%);
	font-size: min(1.4em, 2vw);
}
.car_bg{
	background-color: #043B6F;	
}
.car_bg::before{
	background:url(../common/img/top/car_bg.png); 
	background-size:cover;
	}
.carinfo_bg_bg{
	background-color: #9C8E49;	
}
.carinfo_bg_bg::before{
	background: URL(../common/img/top/carinfo_bg.png); 
	background-size:cover;
	}
.col02 {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	width: 100%;
	justify-content: space-between;
	margin-top: 2em;
}
.col02_01 {
	width: 32%;
	background-color: #fff;
	border-radius: 10px;
}
.carinfo_col_wrap{
 margin: 1em;
}
.info_table_ttl{
 background-color: #036EB7;
 color: #fff;
 margin: 0.5em 0;
 text-align: center;
}
.soldout{
 background-color: #E50012;
}
.info_table{
	width: 100%;
}
.info_table th,.info_table td{
	border: #fff 3px solid;
}
.info_table th{
	width: 30%;
	text-align: center;
	background-color:#DCDDDD ;
}
.info_table td{
	width: 70%;
}
.col02_02 {
	width: 47.1%;
	background-color: #002870;
	margin-bottom: 2em;
	color: #fff;
	height: 14em;
	border-radius: 10px;
}
.song{
	background-color: #FABE00;
}
.col02_02 p {
	font-size: min(1.2em, 2.2vw);
	font-weight: bold;
	margin: 1em auto;
	text-align: center;
	letter-spacing: 0.1rem;
}
.col02_02 p > img{
	width: 20%;
  margin-top: 2em;
}
.col02_02 p > span{
	display: block;
	font-size: 0.8em;
}
/* .col02_top_in_02 {
	display: flex;
	background-color: #0068B7;
	align-items: center;
	margin-bottom: 2em;
	color: #fff;
	height: 8rem;
} */
/* .col02_top_in_02 p {
	font-size: min(1.2em, 2.2vw);
	font-weight: bold;
	margin: 0 auto;
	text-align: center;
	letter-spacing: 0.1rem;
} */
a.col02_top_in_02:hover {
	opacity: 1;
	color: #fff;
}
#top_service img, #top_sdgs img{
	width:100%;
}
#top_service > section{
	padding: 5em 3em;
}
.header_contents {
	align-items: flex-start;
	display: flex;
	justify-content: space-between;
	text-align: left;
	transition: padding .2s;
	width:90%;
	margin:0 auto;
	z-index: 99;
}
.header_contents_txt {
	font-size: 0.8em;
	margin-left: 10%;
}

.ttl_txt_wrap{
	gap: 1.5em;
	align-items: baseline;
}
.ttl_txt_wrap > p:first-child{
	font-weight: bold;
	font-size: 1.2em;
}
.top_arrow{
	position: relative;
}
.top_arrow::after{
	position: absolute;
	top: 50%;
  transform: translateY(-50%);
	right: 10%;
	left: 85%;
	content: "\f054";
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	color: #FFF;
	display: inline-block;
	text-align: center;
	margin: 0.5rem;
	font-size: 1.8em;
}

.footer_bg{
	background-color: #BF2F8B;
	padding: 5em;
	position: relative;
}
.wrap_footer_box{
	width:95%;
	margin:0 auto;
}
.footer_box p, .footer_box a{
	color: #fff;
}
.footer_logo{
	width: 25%;
}
.footer_box:last-child{
	border-top:1px solid #fff ;
}
.footer_box ,.footer_sns{
	display: flex;
	justify-content: space-around;
}
.footer_box p{
	text-align: left;
	margin-bottom: 2em;
}
.footer_box_address_01{
	flex-basis: 30%;
}
.footer_box_address_02{
	flex-basis: 15%;
}
.footer_box_address_03{
	flex-basis: 40%;
}
.tel_free{
	font-size: 1.5em;
}
.tel_free::before{
	content: "";
	background: URL(../common/img/tel1.svg) no-repeat;
	width: 1.5em;
	height: 1.5em;
	display: inline-block;
	vertical-align: bottom;
	margin-right: 0.3em;
}
.footer_box_address p {
	text-align: left;
	margin-bottom: 2em;
	font-size: 0.8em;
}
.g_navi_footer ul {
	list-style: none;
	margin-top: 35px;
}
.jc-sb{
	justify-content: space-between;
}
.inquiry_box{
	position: relative;
	height: 25vh;
	top: -15vh
}
.g_navi_footer{
	font-size: 0.8em;
}
.g_navi_footer_col01{
	flex-basis: 18%;
}
.g_navi_footer_col02{
	flex-basis: 24%;
}
.g_navi_footer_col03{
	flex-basis: 20%;
}
.g_navi_footer li {
	padding: 0 0.5em;
	margin-bottom: 1em;
}
.g_navi_footer>ul>li>ul {
	padding: 1em 0;
	margin-top: 0;
}
.wrap_footer_sns{
	border-bottom: #BF2F8B solid 5px;
}
.footer_sns{
	width: 40%;
	margin:1em auto;
}
.footer_box_sns{
width: 10%;
}
div.footer_box_sns:first-child{
	margin: 0px 1em;
}
.footer_box_sns:first-child p.report_txt{
	white-space: nowrap;
  margin: 0.5em -2em;
}
.footer_box_sns p{
	font-size: 1vw;
}
.footer_copy{
	margin-top: 1rem;
}

@media screen and (max-width: 860px){
	.header_contents {
		width:100%;
	}
}

@media screen and (max-width: 768px){
	.header_contents {
		width:90%;
	}
	.main_v{
		/* height:400px; */
	}
	.main_v header {
    padding-top: 0;
	}
	.main_v h2{
		font-size: 34px;
		font-size: min(4.5vw, 34px);
	}
	.main_v h2 span{
		font-size: 26px;
	}
	.newswrap_bg {
		background-image: url(../common/img/top/news_bg.png);
    padding: 5em;
    background-size: cover;
	}
	.news_wrap {
    display: block;
	}
	.top_news_ttl {
    width: auto;
	}
	.f_ttl1 {
		width: auto;
		font-size: 2.1em;
	}
	.f_ttl1 span {
		font-size: 1.3rem;
	}
	.top_sdgs_wrap, .col01 {
		display: block;
	}
	.top_sdgs_wrap > div, .col01_01, .col01_02{
		width: 100%;
	}
	.massage_wrap {
    flex-direction: column-reverse;
	}
	.massage_wrap_col01 {
    width: 50%;
		align-self: flex-end;
		margin-top: 1em;
		position: relative;
	}
.massage_wrap_col02 {
	flex-direction: column-reverse;
	width: 100%;
	padding: 2em;
}
.massage_wrap_col01::before {
	position: absolute;
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	border-right: 40px solid transparent;
	border-left: 40px solid transparent;
	border-bottom: 20px solid #fff;
	border-top: 0;
	transform: translate(-30px,-10px) rotate(27deg);
	top: -10px;
	left: -30px;
	display: inline-block;
	z-index: 1;
}
.massage_wrap_col02::before {
	display: none;
}
.massage_wrap_txt, .massage_wrap_img{
	width: auto;
}
	.col01_01 {
		margin-bottom: 3rem;
	}
	.col02 {
		display: block;
	}
	.col02_01, .col02_02 {
    width: 80%;
		height: auto;
		margin: 1.5em auto;
}
.col02_01 {
	padding: 1em 0;
}

	.col02_top_in_02 {
		height: auto;
		padding: 1.5em;
	}
	
	.col02_top_in_02 p {
    font-size:1rem;
		width: 70%;
	}
	#top_service > section {
    padding:3em 0;
}
	.footer_bg{
		padding: 5em 1em;
	}
	.footer_box {
		display: block;
	}
	/* .wrap_footer_box{
		margin: 0 auto;
	} */
	.g_navi_footer ,.footer_box_address{
		width: auto;
	}
	.footer_bg::after {
    width: 100%;
	}
	.footer_logo{
		width: 100%;
	}
	.footer_sns{
		width: 95%;
	}
}

/* 新着情報 */
.newswrap {
	margin-bottom: 3em;
}
.newswrap h4 {
	border-bottom: 2px #BF2F8B solid;
	margin: 1rem 0;
	margin-bottom: 20px;
	font-size: 1.5em;
}
.news_img {
	text-align: center;
}
.news_img > img {
	width: 80%;
	margin: 1em auto;
}
.newswrap a {
	color: #003864;
	text-decoration: underline;
}
@media screen and (max-width: 768px){
	.newswrap h4 {
    font-size: 1.1em;
}
	.news_img > img {
    width: 100%;
}
}

/* 会社情報 */
.ceo_greeting_ttl{
	font-size: 1.2em;
	font-weight: bold;
	text-align: center;
	margin: 1.5em 0;
	position: relative;
}
.ceo_greeting_ttl::before{
	content: "";
	background-image: url(../common/img/company/character_img01.png);
	width: 6em;
	height: 8em;
	display: inline-block;
	background-size: contain;
	position: absolute;
	top: -6rem;
	left: 50%;
	transform: translateX(-13em);
	background-repeat: no-repeat;
}
.ceo_greeting_ttl::after{
	content: "";
	background-image: url(../common/img/company/character_img02.png);
	width: 6em;
	height: 8em;
	display: inline-block;
	background-size: contain;
	position: absolute;
	top: -7.5rem;
	left: 45%;
	transform: translateX(10em);
	background-repeat: no-repeat;
}

.col03 {
	display: flex;
	/* flex-wrap: wrap; */
	align-items: flex-start;
	width: 100%;
	/* justify-content: space-between; */
	margin-top: 2em;
	gap: 5em;
}
.company_ceo_col{
	display: flex;
	align-items: flex-end;
	justify-content: flex-end;
	margin-top: 1.5em;
}
.company_ceo{
	font-weight: bold;
	font-size: 1.1rem;
}
.company_ceo span{
	font-size: 1.3em;
}
.company_ceo_col_imgcol{
	width: 10%;
	margin-left: 1.5em;
}
.company_ceo_col_imgcol>img{
	width: 100%;
}
.ceo_imgcol{
	width: 30%;
}
.ceo_imgcol >img{
	width: 100%;
}
.ceo_imgcol >p{
	margin-top: 1em;
	text-align: center;
}
.ceo_tablecol{
	width: 70%;
}
.ten_articles ol{
	counter-reset: count 0;
	list-style: none;
}
.ten_articles li{
	position: relative;
}
.ten_articles li::before{
position: absolute;
left: -2.5em;
content: counter(count);
counter-increment: count 1;
background-color: #BF2F8B;
color: #fff;
border-radius: 50%;
padding: 0.3em 0.8em;
}
.ten_articles li:last-child::before{
	padding: 0.35em 0.6em;
}
th.table_year{
	vertical-align: baseline;
	border-right: none;
}
th.table_month-top{
	border-left: none;
}
th.table_month{
	border-left: none;
	border-top: none;
}
th.month-col01{
	border-bottom: none;
}
.historytable th{
	white-space: nowrap;
}
.page-company_01 .wrap2 >p{
	width: fit-content;
  margin: 0 auto;
}
ol{
	margin-top: 1.5em;
}
ul> li, ol> li {
	margin-bottom: 1.5em;
}
.page-company_02 ul> li, .page-company_03 ul> li, .page-company_06 ol> li{
	margin-bottom: 0.5em;
}
.page-company_03 ul> li{
	margin: 0;
}
.page-company_02 ul> li:before{
	content: "";
	display: inline-block;
	width: 0;
	height: 0;
	border-style: solid;
	margin: 0 0.5em;
	border-width: 0.3em 0 0.3em 0.5em;
	border-color: transparent transparent transparent #BF2F8B;
}
.page-company_02 table.table1 th, .page-company_03 table.table1 th {
	text-align: center;
	font-weight: normal;
}
.page-company_02 table.table1 td:last-child{
	text-align: right;
}
.yuryo::before{
	content: "";
	background-image: url(../common/img/company/yuryo.png);
	width: 1.5em;
	height: 1.5em;
	display: inline-block;
	text-align: center;
	vertical-align: bottom;
	margin-left: 0.5em;
	background-size: contain;
	background-repeat: no-repeat;
}
.page-company_02 table.table1 td:last-child > a{
	background-color: red;
	border-radius: 5px;
	color: #fff;
	padding: 0.2em 2em;
	white-space: nowrap;
}
.page-company_02 table.table1 td:last-child > a::before{
	content: "";
	background-image: url(../common/img/company/download.png);
	width: 1.5em;
	height: 1.5em;
	display: inline-block;
	text-align: center;
	vertical-align: bottom;
	margin-right: 1em;
	background-size: contain;
	background-repeat: no-repeat;
}
.section-header_sdgs{
	background-color: #CBB95F;
	color: #fff;
	padding: 1.5rem 0;
}
.ttlimg_sdgs{
	width: 50%;
}
.sdgs_col{
	display: flex;
	width: 100%;
	gap: 1.5em;
	margin: 2em 0;
}
.sdgsimg_col{
	width: 15%;
}
.sdgsimg_col >img{
	width: 100%;
}
.sdgs_col >p{
	width: 85%;
}
.page-company_06 dl> dt{
	font-weight: unset;
	margin-bottom: 1.5em;
}

@media screen and (max-width: 768px){
	.ceo_greeting_ttl::before, .ceo_greeting_ttl::after, .company_ceo_col_imgcol{
		display: none;
	}
	
	.col03 {
		display: block;
	}
	.ceo_imgcol{
		width: 50%;
		margin: 0 auto;
	}
	.ceo_tablecol{
		width: 100%;
	}
	table.historytable{
		font-size: min(2.5vw, 1rem);
	}
	.page-company_02 table.table1 td, .page-company_02 table.table1 td:last-child{
		display: block;
		text-align: left;
	}
	.page-company_02 table.table1 td:last-child > a {
    padding: 0.2em 0.8em;
}
.ttlimg_sdgs {
	width: 80%;
}
.sdgs_col{
	gap: 1em;
}
.sdgsimg_col{
	width: 20%;
}
.sdgs_col >p{
	width: 80%;
}
}

/* メタルリサイクル部 */
.col04 {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	margin-top: 2em;
	gap: 1em;
}
.col04_01 {
	width: 31%;
}
.col04_01 >img{
	width: 100%;
}
.col04_01 >div{
	padding: 0.8em;
}
.page-metal_recycle_02 .col04{
	margin-bottom: 3em;
}
.page-metal_recycle_02 .col04_01, .page-car_recycle_02 .col04_01{
	background-color: #EFEFEF;
}
.caution{
	color: red;
}
.flow_col{
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 1em;
	margin: 2em 0;
}
.flow_bg01{
	background-color: #E7E1EF;
}
.flow_bg02{
	background-color: #EBF5EC;
}
.flow_bg03{
	background-color: #FDEDE4;
}
.flow_bg04{
	background-color: #F6F1D6;
}
.flow_bg05{
	background-color: #DFF2FC;
}
.flow_bg06{
	background-color: #FBE6EF;
}
.flow_bg07{
	background-color: #FFFCDB;
}
.flow_bg08{
	background-color: #DFEAF8;
}

.flow_col_item{
	text-align: center;
}
.flow_col_item > p{
	text-align: left;
}
.flow_col_item > img{
	width: 100%;
}
.item01{
	width: 24%;
}
.item01 > p{
	text-align: center;
}
.item02{
	width: 22%;
}
.item03{
	width: 6%;
}
.item04{
	width: 22%;
}
.item05{
	width: 20%;
}
.flow_arrow::before {
	display: inline-block;
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 30px 0 30px 20px;
	border-color: transparent transparent transparent #BF2F8B;
}

@media screen and (max-width: 768px){
	.col04_01 {
		width: 47%;
	}
	.flow_col{
		flex-direction: column;
		width: 85%;
		margin: 2em auto;
		}
	.flow_col_item{
		width: 100%;
		margin-bottom: 1em;
	}
	.flow_col_item > img{
		width: 50%;
	}
	.flow_col_item > p{
		text-align: unset;
	}
	.flow_arrow::before {
		display: inline-block;
		content: "";
		width: 0;
		height: 0;
		border-style: solid;
		border-width: 20px 30px 0 30px;
		border-color: #BF2F8B transparent transparent transparent;
	}
	
}

/* 自動車リサイクル部 */
.col04_02{
	width: 47%;
}
.col04_02 >img{
	width: 100%;
}
.counter-reset_flow {
	counter-reset: number;
}
.flow_wrap{
	display: flex;
	background-color: #BF2F8B;
	position: relative;
	align-items: center;
	padding:2em;
	gap: 1em;
}
.flow_wrap::after{
	position: absolute;
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 20px 30px 0 30px;
	border-color: #BF2F8B transparent transparent transparent;
	top: 100%;
	left: 50%;
	transform: translateX(-50%);
	z-index: 1;
}
.flow_wrap:nth-child(even){
	background-color: #EFEFEF;
}
.flow_wrap:nth-child(even)::after{
	content: "";
	border-color: #EFEFEF transparent transparent transparent;
}
.flow_wrap:last-child::after{
	display: none;
}
.flow_img {
	width: 65%;
	display: flex;
	justify-content: space-evenly;
	align-items: flex-start;
}
.flow_img> img{
	width: 70%;
	align-items: baseline;
}
.flow_img::before {
	color: #FFF;
	font-size: 5em;
	counter-increment: number 1;
	content: counter(number);
	display: block;
}
.flow_wrap:nth-child(even) .flow_img::before {
	color: #BF2F8B;
}
.flow_txt {
	width: 35%;
}
.flow_txt > p{
	width: 90%;
	margin: 0 auto;
}
.flow_wrap:nth-child(odd) .flow_txt > p{
	color: #fff;
}
.flow_txt > p:first-child{
	font-weight: bold;
}

@media screen and (max-width: 768px){
	.flow_wrap{
		display: block;
		padding: 1em;
	}
	.flow_img {
		width: 100%;
		display: block;
	}
	.flow_img::before {
		font-size: 2.5em;
	}
	.flow_img >img {
		width: 90%;
    display: block;
    margin: 0 auto;
	}
	.flow_txt {
		width: 100%;
	}
}

/* よくある質問・お客様の声 */
ul.faq li{
	position: relative;
	line-height: 1.5em;
	padding: 2em 0 0 3em;
	margin: 0;
}
ul.faq li::before {
	position: absolute;
	content: "Q";
	display: inline-block;
	background: #BF2F8B;
	color: white;
	font-weight: bold;
	font-size: 1.5em;
	border-radius: 50%;
	left: 0;
	width: 1.5em;
	height: 1.5em;
	line-height: 1.3em;
	text-align: center;
	top: 50%;
  transform: translateY(-10%);
}
ul.faq li:nth-child(even)::before {
	content: "A";
	background: #CBB95F;
}
ul.faq li:nth-child(odd) {
	border-top: 1px solid #9FA0A0;
	color: #BF2F8B;
}
ul.faq li:nth-child(even) {
	margin-bottom: 1em;
}
ul.faq li:last-child {
	padding-bottom: 1em;
	border-bottom: 1px solid #9FA0A0;
}
ul.voice li {
	position: relative;
	line-height: 1.5em;
	padding: 3em 0 2em 6em;
	margin: 0;
}
ul.voice li::before {
	position: absolute;
	content: "";
	background: url(../common/img/faq/voice_icon01.png);
	width: 4.5em;
	height: 4.5em;
	display: inline-block;
	vertical-align: bottom;
	background-size: contain;
	background-repeat: no-repeat;
	top: 50%;
	transform: translateY(-40%);
	left: 0;
	margin-left: 1em;
}
ul.voice li.woman::before {
	content: "";
	background:url(../common/img/faq/voice_icon02.png) ;
	background-size: contain;
	background-repeat: no-repeat;
}
ul.voice li{
	border-top: 1px solid #9FA0A0;
	margin-bottom: 1em;
}
ul.voice li:last-child {
	padding-bottom: 3em;
	border-bottom: 1px solid #9FA0A0;
}
ul.voice li > p:first-child {
	display: inline-block;
	background-color: #0081CC;
	padding: 0.3em 1em;
	color: #fff;
}
ul.voice li.woman > p:first-child {
	display: inline-block;
	background-color: #EA545D;
	padding: 0.3em 1em;
	color: #fff;
}

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

/* リクルート */
.main_img_wrap > video{
	width: 100%;
	margin-top: 2em;
}
.interview_img img {
	float: right;
	width: 45%;
	margin-left: 1em;
}
.interview_txt ul.faq li{
	border: none;
	padding: 1.3em 0 0 3em;
}
.page-recruit > .page-section-wrap:nth-of-type(2n){
	background-color: #FEF7FA;
	padding: 2em 0 3em;
}
.recruit_btn_wrap{
	text-align: center;
}
a.recruit_btn {
	text-align: center;
	display: inline-block;
	padding: 1.5em 7em;
	background-color: #FABE00;
	color: #fff;
}
.recruit_btn > p{
	font-size: 1.3em;
}
ul.ceo-interview li:nth-child(even)::before {
	top: auto;
}
@media screen and (max-width: 768px){
	a.recruit_btn {
		padding: 1.5em 5em;
	}
}

/* お問い合わせ */
.btn_wrap{
	display: flex;
	justify-content: space-between;
	gap: 1em;
}
.contact_btn_wrap{
	width: 33%;
}
a.contact_btn{
	text-align: center;
	font-size: 1.2em;
	display: inline-block;
	width: 100%;
	padding: 1em 0;
	background-color: #C9CACA;
	color: #fff;
}
a.contact_current{
	background-color: #BF2F8B;
}

.tel_btn_wrap{
	width: 100%;
}
a.tel_btn{
	display: flex;
	justify-content: space-around;
	padding: 1.5em 3em;
	align-items: center;
	background-color: #FABE00;
}
.tel_btn_img{
	width: 20%;
}
.tel_btn_img > img{
	width: 90%;
}
.tel_btn_txt{
	text-align: left;
}
.tel_btn_recycle{
	background-color: #fff;
	color: #000;
	font-weight: bold;
	padding:0.5em 1em;
	display: inline-block;
}
.tel_btn_number{
	font-size: 1.8em;
	letter-spacing: 0.1em;
	font-weight: bold;
}
.date_wrap{
	display: flex;
	gap: 1em;
	align-items: center;
	font-size: 0.8em;
}
.date_wrap > :first-child{
	border: 1px solid #FFF;
	padding: 0.3em 1em;
	display: inline-block;
}
.contact_items{
	margin-top: 1.5em;
}

/* .contact_items > input, .contact_items > textarea{
	display: block;
	width: 100%;
	padding: 0.7em;
	margin-top: 0.5em;
} */

.wpcf7 input[type="text"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"],
.wpcf7 textarea{
	display: block;
	width: 100%;
	padding: 0.7em;
	margin-top: 0.5em;
}
.wpcf7 input[type="radio"], span.wpcf7-list-iten-label{
	display: inline-block;
}

.required_item{
	color: #fff;
	background-color: #BF2F8B;
	font-size: 0.9em;
	padding: 0 0.5em;
	margin-left: 1em;
	vertical-align: text-top;
}
.f_btn1{
	margin-top: 3em
}
.items_label{
	display: flex;
} 

.color_effect{
	color: #e40011;
  font-weight: bold;
  font-size: 1.3em;
}
.confirm_btn{
	background: #FABE00;
	border: none;
	color: white;
	padding: 0.5em 1em;
	width: 100%;
	cursor: pointer;
	font-size: 18px;
	height: 50px;
	display: block;
}
.f_btn2{
	/* display:none; */
	margin-top: 3em;
	text-align: center;
}
.back_btn{
	background: #C9CACA;
	border: none;
	color: white;
	padding: 0.5em 1em;
	width: 10em;
	margin: 0 1em;
	cursor: pointer;
	font-size: 18px;
	height: 50px;
}
.submit_btn{
	background: #FABE00;
	border: none;
	color: white;
	padding: 0.5em 1em;
	width: 10em;
	margin: 0 1em;
	cursor: pointer;
	font-size: 18px;
	height: 50px;
}
@media screen and (max-width: 768px){
	.btn_wrap{
		display: block;
		width: 80%;
		margin: 0 auto;
	}
	.contact_btn_wrap{
		width: 100%;
		margin-bottom: 1em;
	}
	a.tel_btn {
    padding: 1em;
	}
	.tel_btn_img {
    display: none;
	}
	.tel_btn_number {
    font-size: 1em;
	}
	.date_wrap {
    display: block;
	}
	.items_label {
    display: block;
	}
	.items_label > label {
    display: block;
	}

}
