﻿@charset "utf-8";

#company .underttl-area .underttl-txt {
	background-image: url("../img/ttl-icon-company.png");
}


/* -----------------------------------------------------------
    企業情報　メッセージ
-------------------------------------------------------------- */
.message-area .company-ttl-wrap {
	padding: 60px 0 0 0;
}

.message-area .company-contents-wrap1 {
	margin: 45px 0 0 0;
}

.message-area .company-contents-wrap {
	margin: 40px 0 0 0;
}


.message-area .message-ttl {
	font-size: 2.8rem;
	margin: 0 0 20px 0;
	font-weight: bold;
	line-height: 1.4;
	color: #ea4451;
}

.message-area .message-name {
	padding: 0 0 0 480px;
	font-size: 1.7rem;
	margin-bottom: 0!important;
}

.message-area .message-txt p {
	margin: 25px 10px 30px 0;
	line-height: 2.3;
	letter-spacing: .03em;
}

#sec1 .about-body {
	display: flex;
	align-items: center;
	flex-direction: row-reverse;
}

#sec1 .about-body .elements {
	margin: 0 50px 0 0;
}

#sec1 .message-txt-wrap {
	margin-top: 20px;
}

#sec1 .about-body .ttl {
	font-size: 2.8rem;
	font-weight: bold;
	line-height: 1.6;
	color: #ea4451;
	letter-spacing: .05em;
}

#sec1 .about-body .txt {
	margin: 15px 0 0 0;
	line-height: 2.3;
	letter-spacing: .05em;
}

#sec2 .cmn-btn .cmn-btn-inner {
	margin: 0 auto 0 0;
}

@media screen and (max-width: 768px) {
	
	.message-area .company-contents-wrap{
		margin: 0;
	}
	
	.message-area .company-contents-wrap1{
		margin: 0;
	}
	
	.message-area .company-ttl-wrap {
		padding: 20px 0;
	}
	
	.shop-area .message-ttl {
		font-size: 2.4rem;
		margin: 0 0 20px 0;
	}
	
	.shop-area .message-name {
		padding: 0;
		text-align: right;
	}
	
	#sec1 .message-txt-wrap {
		margin-top: 0;
	}
	
	#sec1 .about-body {
		display: block;
	}
	
	#sec1 .about-body .img {
		text-align: center;
	}
	
	#sec1 .about-body .img img {
		width: 60%;
	}
	
	#sec1 .about-body .elements {
		margin: 10px 0 0 0;
	}
	
	#sec1 .about-body .ttl {
		font-size: 2.1rem;
		line-height: 1.4;
	}
	
	#sec1 .about-body .txt {
		margin: 15px 0 0 0;
		letter-spacing: .03em;
		line-height: 1.9;
	}
	
	#sec2 .message-area .message-ttl {
		margin: 0 0 15px 0;
	}
	
	#sec2 .cmn-btn .cmn-btn-inner {
		margin: 25px auto 0;;
	}
	
	#sec2 .message-area .message-txt p {
		margin: 15px 0 0 0;
		line-height: 1.9;
	}
	
	#sec4 .company-contents-wrap {
		padding-top: 0;	
	}

}




/* -----------------------------------------------------------
    company-common    company配下 共通
-------------------------------------------------------------- */

.company-in-block {
	display: flex;
	justify-content: space-between;
}

.company-contents-wrap{
	padding: 20px 40px 30px 60px;
	width: 100%;
}

.company-contents-wrap1{
	padding: 20px 40px 30px 60px;
	width: 100%;
}
.company-ttl-wrap {
	display: flex;
	padding: 30px 40px 0 0;
	width: 280px;
	position: relative;
	flex-shrink: 0;
	flex-direction: column;
	background: #FAF3F3;
}

.company-ttl-wrap::before {
	content: "";
	position: absolute;
	right: 0;
	top: 0;
	width: 100vw;
	height: 100%;
	background: #FAF3F3;
}

.company-ttl {
	display: flex;
	flex-direction: column;
	position: relative;
}

.company-ttl::after  {
	border-top: 6px dotted #ea4451;
	content: "";
	flex-grow: 1;
	width: 200px;
	position: absolute;
	margin: 10px 0 0 110px;
}

#sec1 .company-ttl::after {
	margin: 10px 0 0 110px;
	width: 200px;
}

#sec2 .company-ttl::after {
	margin: 10px 0 0 110px;
	width: 200px;
}

#sec3 .company-ttl::after {
	margin: 10px 0 0 80px;
	width: 230px;
}

#sec4 .company-ttl::after {
	margin: 10px 0 0 87px;
	width: 220px;
}

.company-ttl-en {
	color: #ea4451;
	min-width: 1240px;
	position: relative;
	font-size: 2rem;
	letter-spacing: .03em;
	font-family: 'DM Sans', sans-serif;

}

.company-ttl-ja {
	font-size: 3.1rem;
	font-weight: bold;
	letter-spacing: .05em;
	padding: 20px 0 0 0px;
	text-align: left;
	z-index: 2;
}


/* テーブル */
table{
	width: 100%;
	border-collapse: collapse;
	border-top: 1px solid #ddd;
	line-height: 1.6;
	margin: 20px 0 0;
}

table tr{
	border-bottom: 1px solid #ddd;
}

table th{
	text-align: left;
	vertical-align: top;
	font-weight: bold;
	padding: 20px 0 20px 25px;
	width: 139px;
}

table td{
	padding: 25px 30px;
}

table td a::after {
	content: '\f35d';
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	font-size: 1.6rem;
	left: 15px;
	color: #ea4451;
	margin: 0 0 0 6px;
}

table td a:hover {
	text-decoration: none!important;
}

table .item-client td {
	line-height: 2.2;
}

table td p {
	margin-bottom: 10px;
}

/*pc only*/
@media screen and (min-width: 769px) {

	/*js*/
	.is-fix {
		position: fixed;
		top: 120px;
	}
	
	.is-opacity {
		opacity: 0;
		display: none;
	}
	
	table td .tel a {
		text-decoration: none!important;
		color: #674c2d!important;
	}
	
}


@media screen and (max-width: 768px){
	
	#company .wrap20 {
   		padding: 0 0!important;
	}
	
	.company-contents-wrap {
		padding: 20px 20px;
	} 

	.company-contents-wrap1{
		padding: 20px 20px;
		text-align: center;
	}
	
	.company-in-wrap {
		margin-bottom: 20px;
	}
	
	.company-ttl-wrap {
		padding: 15px 0 15px 0;
		width: 100%;
		align-items: flex-start;
		margin: 0;
	}
	.company-ttl-wrap::before {
		display: none;
	}
	
	.company-in-block {
		display: block;
	}
	
	.company-ttl {
		flex-direction: row;
	}
	
	.company-ttl::before {
		left: 5px;
		top: -25px;
	}

	.company-ttl-en::before {
		width: 18px;
	}
	
	.company-ttl-en {
		font-size: 2.5rem;
		padding: 0 0 0 20px;
		margin: 0 15px 0 0;
		min-width: auto;
	}
	
	.company-ttl-ja {
		font-size: 1.6rem;
		padding: 3px 0 0 0;
		line-height: 1.3;
	}
	
	.cmn-catch {
		font-size: 2.4rem;
		letter-spacing: .05em;
		padding: 15px 0 15px;
	}
	
	.cmn-txt {
		font-size: 1.6rem;
		margin: 15px 0 0 0;
		line-height: 2;
	}
	.message-area .message-ttl {
	font-size: 2.1rem;
	line-height: 1.6;
	}
	
	table{
		display: block;
		margin: 0;
		border-top: none;
	}
	
	tbody {
		display: block;
	}
	
	tr {
		display: block;
	}
	
	table th{
		padding: 15px 0 8px 0;
		display: block;
		width: auto;
	}
	
	table td{
		padding: 15px;
		padding: 0 15px 15px 15px;
		display: block;
	}
	
	table .item-client td {
		line-height: 2;
	}
	
	.company-wrap {
		display: block;
		padding: 0;
	}
	
	.company-contents {
		width: 100%;
	}
	
	.company-ttl::after  {
		content: none;
	}

	.btn-area{
	text-align: center;
	}
	
}




/* -----------------------------------------------------------
    事業内容
-------------------------------------------------------------- */
.works-wrap {
	display: flex;
	flex-wrap: wrap;
}

.works-wrap .works-item {
	border: 2px solid #222;
	margin: 0 12px 12px 0;
	position: relative;
	height: 130px;
	padding: 50px 20px 10px 20px;
	min-width: 180px;
	display: flex;
	align-items: flex-end;
	text-align: center;
	justify-content: center;
}

.works-wrap .works-item::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 15px 15px 0 0;
	border-color: #222 transparent transparent transparent;
	margin: 0;
}

.works-wrap .works-item::after {
	content: "";
	position: absolute;
	left: 50%;
	-webkit-transform : translateX(-50%);
	transform : translateX(-50%);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	width: 50px;
	height: 50px;
}

.works-wrap .works-item span {
	line-height: 1.3;
	font-size: 1.7rem;
	min-height: 40px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.works-wrap .img01::after {
    background-image: url(../../control/img/ttl-icon-conpany-1.png);
	top: 25px;
}

.works-wrap .img02::after {
    background-image: url(../../control/img/ttl-icon-conpany-2.png);
	top: 25px;
}

.works-wrap .img03::after {
    background-image: url(../../control/img/ttl-icon-conpany-3.png);
	top: 25px;
}

.works-wrap .img04::after {
    background-image: url(../../control/img/ttl-icon-conpany-4.png);
	top: 25px;
}

.works-wrap .img05::after {
    background-image: url(../../control/img/ttl-icon-conpany-5.png);
	top: 15px;
}

.works-wrap .img06::after {
    background-image: url(../../control/img/ttl-icon-conpany-6.png);
	top: 15px;
}

.works-wrap .img07::after {
    background-image: url(../../control/img/ttl-icon-conpany-7.png);
	top: 25px;
}


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

	.works-wrap .works-item {
		min-width: auto;
		width: calc( ( 100% - 10px ) / 2 );
		margin: 0 10px 10px 0;
		padding: 30px 5px 10px;
		height: auto;
		padding: 5px 5px 5px 50px;
		text-align: left;
		min-height: 55px;
		display: flex;
		align-items: center;
	}
	
	.works-wrap .works-item::after {
		position: absolute;
		top: 50%!important;
		-webkit-transform : translateY(-50%)!important;
		transform : translateY(-50%)!important;
		left: 10px!important;
	}
	
	.works-wrap li:nth-child(2n) {
		margin-right: 0;
	}
	
	.works-wrap .works-item::after {
		width: 35px;
		height: 35px;
	}
	
	.works-wrap .works-item::before {
		border-width: 10px 10px 0 0;
	}
	
	.works-wrap .works-item span {
		font-size: 1.4rem;
		line-height: 1.2;
		min-height: auto;
	}
	
	.works-wrap .img01::after {
		top: 10px;
	}
	
	.works-wrap .img02::after {
		top: 10px;
	}
	
	.works-wrap .img03::after {
		top: 10px;
	}
	
	.works-wrap .img04::after {
		top: 10px;
	}
	
	.works-wrap .img05::after {
		top: 5px;
	}
	
	.works-wrap .img06::after {
		top: 5px;
	}
	
	.works-wrap .img07::after {
		top: 10px;
	}

}

