/* company
-------------------------------------------*/

.company .c_tbl dd .map iframe{
	width: 100%;
	height: 320px;
	margin-top: 20px;
}
#message .ceo{
	text-align: right;
	padding-top: 50px;
	line-height: 1.8;
}
#message .ceo span{
	font-size: 28px
}
#philosophy p{
	font-size: 22px;
	text-align: center;
	line-height: 2.5;
	text-shadow: 2px 2px 3px rgba(0,0,0,0.2);
}
#history .c_tbl{
	line-height: 1.8;
}
#history .c_tbl dt{
	width: 25%;
	font-weight: bold;
}
#history .c_tbl dt.month{
	width: 10%;
	text-align: center;
}
#history .c_tbl dd{
	width: 60%;
}
#wrapper .csr .sec{
	padding-bottom: 150px;
}
#wrapper .csr .sec:first-child{
	padding-bottom: 0;
}
#wrapper .csr .sec:last-child{
	padding-bottom: 200px;
}
.csr .text{
	overflow: hidden;
	padding-bottom: 110px;
}
.csr .text .photo,
.sdgs_tbl .photo{
	display: flex;
	justify-content: space-between;
}
.csr .text .photo img,
.sdgs_tbl .photo img{
	width: 32.5%;
	object-fit: cover;
	border-radius: 10px;
}
.csr .text p{
	padding-top: 10px;
	text-align: left;
}
.csr .text p a{
	color: var(--green);
}
.csr .text p a:hover{
	opacity: var(--hover);
}
#wrapper .sdgs .sec:first-child,
.sdgs #management,
#purpose .s_content,
#wrapper .character .sec:first-child{
	padding-bottom: 100px;
}
#purpose .s_content:last-child{
	padding-bottom: 0;
}
.sdgs_tbl{
	width: var(--page-width);
	margin: 0 auto;
	padding-bottom: 200px;
}
.sdgs_tbl table{
	width: 100%;
	margin-bottom: 100px;
}
.sdgs_tbl table th{
	padding: 8px;
	color: #fff;
	font-weight: bold;
	background-color: var(--font-black);
}
.sdgs_tbl table th + th{
	border-left: 1px solid #3d4858;
}
.sdgs_tbl table td{
	width: 25%;
	padding: 20px;
	letter-spacing: 0;
	text-align: justify;
	background-color: #f6f6f6;
	border-bottom: 1px solid #ccc;
}
.sdgs_tbl table td:nth-of-type(1){
	font-weight: bold;
}
.sdgs_tbl table td:nth-of-type(2){
	background-color: #e5faba;
}
.sdgs_tbl table td:nth-of-type(3){
	background-color: #ffe8b2;
}
.sdgs_tbl table td:nth-of-type(4){
	background-color: #d5e4f2;
}
#purpose .icon{
	display: flex;
	justify-content: flex-start;
	padding-top: 40px;
}
#purpose .icon img{
	width: 150px;
	height: auto;
	object-fit: cover;
}
#business_practice{
	width: var(--page-width);
	margin: 0 auto;
	text-align: justify;
}
#wrapper .sdgs #business_practice h4{
	font-size: 24px;
}
#business_practice .c_area{
	display: flex;
	justify-content: space-between;
	width: 100%;
}
#business_practice .c_area p{
	width: 62%;
}
#business_practice .c_area .logo{
	width: 32%;
}
#business_practice .c_area .logo img{
	object-fit: cover;
	width: 100%;
	height: auto;
}
#license h4 span{
	display: block;
	line-height: 2;
	font-size: 14px;
	font-weight: normal;
}
#license .c_tbl dt{
	width: 80%;
	font-weight: bold;
}
#license .c_tbl dd{
	width: 20%;
	text-align: center;
}
#wrapper .character h3{
	margin-bottom: 50px;
}
.character h3 span{
	color: var(--orange);
	font-size: 16px;
	font-weight: bold;
	font-family: var(--font-en);
	vertical-align: middle;
	padding-left: 20px;
}
.character_profile{
	width: var(--page-width);
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
}
.character_profile .profile{
	width: 60%;
	text-align: justify;
}
.character_profile .profile p{
	padding-bottom: 30px;
}
.profile_list .title{
	padding: 4px;
	color: #fff;
	font-size: 13px;
	text-align: center;
	font-family: var(--font-en);
	background-color: var(--font-black);
}
.profile_list .spec{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	font-size: 16px;
}
.profile_list .spec dt,
.profile_list .spec dd{
	padding: 14px;
	border-bottom: 1px solid #fff;
}
.profile_list .spec dt{
	width: 22%;
	color: #fff;
	background-color: var(--green);
}
.profile_list .spec dd{
	width: 78%;
	line-height: 1.75;
	background-color: rgba(var(--green-rgb), 0.15);
}
.character_profile .illust{
	width: 32%;
	margin-top: -5%;
}

@media screen and (max-width: 650px){
	
	#message .ceo{
		letter-spacing: .1em;
	}
	#message .ceo span{
		font-size: 20px
	}
	#philosophy p{
		font-size: 16px;
		letter-spacing: .1em;
		text-shadow: 2px 2px 3px rgba(0,0,0,0.1);
	}
	#history .c_tbl dl{
		text-align: left;
		display: flex;
		justify-content: space-between;
	}
	#history .c_tbl dt{
		width: 35%;
	}
	#history .c_tbl dt.month{
		width: 10%;
	}
	#history .c_tbl dd{
		width: 53%;
	}
	#wrapper .csr .sec{
		padding-bottom: 15%;
	}
	#wrapper .csr .sec:last-child{
		padding-bottom: 20%;
	}
	#wrapper .csr h4{
		font-size: 16px;
		line-height: 1.5;
		padding-bottom: 2%;
		margin-bottom: 5%;
	}
	.csr .text{
		padding-bottom: 15%;
	}
	.csr .text .photo,
	.sdgs_tbl .photo{
		display: flex;
		justify-content: space-between;
	}
	.csr .text .photo img,
	.sdgs_tbl .photo img{
		width: 33.33%;
		border-radius: 0;
	}
	#wrapper .sdgs .sec:first-child,
	.sdgs #management,
	#purpose .s_content,
	#wrapper .character .sec:first-child{
		padding-bottom: 15%;
	}
	#purpose .s_content:last-child{
		padding-bottom: 0;
	}
	.sdgs_tbl{
		overflow-x: scroll;	/* 横スクロール */
		padding-bottom: 30%;
	}
	.sdgs_tbl p{
		padding: 0 10px;
		font-size: 11px;
		height: 34px;
		line-height: 34px;
		border-radius: 17px;
		border: 1px solid #aaa;
		color: #777;
		margin-bottom: 3%;
	}
	.sdgs_tbl table{
		overflow: scroll;	/* 横スクロール */
		width: 600px;
		margin-bottom: 15%;
	}
	.sdgs_tbl table th{
		padding: 4px 8px;
	}
	.sdgs_tbl table td{
		width: 25%;
		padding: 8px 10px;
		text-align: left;
	}
	#purpose .s_content h4{
		margin-bottom: 0;
		padding-bottom: 5%;
	}
	#purpose .s_content h4 br{
		display: none;
	}
	#purpose .icon{
		width: 100%;
		flex-wrap: wrap;
		padding-top: 5%;
	}
	#purpose .icon img{
		width: 33.33%;
	}
	#business_practice{
	}
	#wrapper .sdgs #business_practice h4{
		font-size: 18px;
		line-height: 1.5;
		padding-bottom: 3%;
	}
	#business_practice .c_area{
		flex-wrap: wrap;
	}
	#business_practice .c_area p{
		width: 100%;
	}
	#business_practice .c_area .logo{
		width: 80%;
		margin: 10% auto 0;
	}
	#license h4 span{
		display: inline-block;
		font-size: 13px;
	}
	#license h4 span br{
		display: none;
	}
	#wrapper #license .c_tbl dl{
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		width: 100%;
	}
	#license .c_tbl dt{
		width: 76%;
		font-weight: bold;
		padding-right: 10px;
	}
	#license .c_tbl dd{
		width: 24%;
		border-left: 1px solid #ddd;
	}
	#wrapper .character h3{
		margin-bottom: 5%;
		line-height: 1;
	}
	.character h3 span{
		font-size: 12px;
		padding-left: 5%;
	}
	.character_profile{
		flex-wrap: wrap;
		align-items: center;
		flex-direction: column-reverse;
	}
	.character_profile .profile{
		width: 100%;
	}
	.character_profile .profile p{
		padding: 8% 0;
	}
	.profile_list .title,
	.profile_list .spec{
		font-size: 13px;
	}
	.profile_list .spec dt,
	.profile_list .spec dd{
		padding: 8px 12px;
	}
	.profile_list .spec dt{
		width: 30%;
	}
	.profile_list .spec dd{
		width: 70%;
	}
	.character_profile .illust{
		width: 45%;
		margin-top: 0;
	}
}