@charset "UTF-8";
.mainvisual_underpage {
	position: relative !important;
	overflow: hidden;
	background-image: url(../img/logo/mainvisual_bg.jpg);
}
@media print, screen and (min-width: 641px) {
	.mainvisual_underpage {
		background-size: 50% auto;
		background-position: 39% top;
		background-repeat: no-repeat;
		background-attachment: fixed;
	}
}
@media screen and (max-width: 640px) {
	.mainvisual_underpage {
		background-size: cover;
		background-position: center center;
	}
	.mainvisual_underpage+* {
		margin-top: 0 !important;
	}
}
.mainvisual_underpage svg {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	overflow: visible;
	fill: #191923;
}
@media screen and (max-width: 640px) {
	.mainvisual_underpage svg {
		width: 70vw;
		height: auto;
	}
}
@media screen and (max-width: 640px) {
	.mainvisual_underpage .underpage_title_ja {
		margin-top: -.60rem;
	}
}
.chartArea {
	position: relative;
	background-color: #191923;
}
@media print, screen and (min-width: 641px) {
	.chartArea {
		padding: 1.3rem 0.3rem 2.2rem;
	}
}
@media screen and (max-width: 640px) {
	.chartArea {
		padding: 0.7rem 0 0.3rem 0;
	}
}
.chartArea .tit {
	position: absolute;
}
@media print, screen and (min-width: 641px) {
	.chartArea .tit {
		top: 0.9rem;
		left: 50%;
		margin-left: -500px;
	}
}
@media screen and (max-width: 640px) {
	.chartArea .tit {
		top: 0.7rem;
		left: 0.2rem;
	}
}
@media print, screen and (max-width: 1200px) and (min-width: 720px) {
	.chartArea .tit {
		left: 30px;
		margin-left: 0;
	}
}
.chartArea .row01 {
	position: relative;
	text-align: center;
}
.chartArea .row01 a {
	display: inline-block;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}
.no-touchevents .chartArea .row01 a:hover {
	opacity: 0.5;
	-webkit-transform: scale(1.04);
	-ms-transform: scale(1.04);
	transform: scale(1.04);
}
.chartArea .row01 .logo {
	display: block;
	margin: auto;
}
@media screen and (max-width: 640px) {
	.chartArea .row01 .logo {
		width: 0.9rem;
		height: auto;
	}
}
.chartArea .row02 {
	position: relative;
	margin: auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
@media print, screen and (min-width: 641px) {
	.chartArea .row02 {
		width: 12rem;
		margin-top: 1.3rem;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}
}
@media screen and (max-width: 640px) {
	.chartArea .row02 {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		margin-top: 0.3rem;
	}
}
@media print, screen and (min-width: 641px) {
	.chartArea .row02 .brandblock {
		width: 240px;
	}
}
@media screen and (max-width: 640px) {
	.chartArea .row02 .brandblock {
		width: 40%;
		padding-bottom: 0.25rem;
	}
}
.chartArea .row02 .logo {
	display: block;
	margin: auto;
}
@media print, screen and (min-width: 641px) {
	.chartArea .row02 .logo {
		width: 1.90rem;
		height: auto;
	}
}
@media screen and (max-width: 640px) {
	.chartArea .row02 .logo {
		width: 1rem;
		height: auto;
	}
}
.chartArea .row02 .name {
	display: block;
	font-family: worker, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "游ゴシック", "游ゴシック体", "Yu Gothic", YuGothic, verdana, "メイリオ", "Meiryo", "Osaka", sans-serif;
	font-weight: 400;
	font-style: normal;
	text-align: center;
	color: #FFF;
}
@media print, screen and (min-width: 641px) {
	.chartArea .row02 .name {
		width: 150%;
		margin-left: -25%;
		font-size: 0.30rem;
		letter-spacing: 5px;
		margin-top: 10px;
	}
}
@media screen and (max-width: 640px) {
	.chartArea .row02 .name {
		font-size: 0.20rem;
		letter-spacing: 2px;
		margin-top: 6px;
	}
}
.chartArea a {
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}
.no-touchevents .chartArea a:hover {
	opacity: 0.5;
	-webkit-transform: scale(1.04);
	-ms-transform: scale(1.04);
	transform: scale(1.04);
}
.companydescArea {
	background-color: #F2F2F2;
}
@media print, screen and (min-width: 641px) {
	.companydescArea {
		padding: 1.2rem 0.8rem;
	}
}
@media screen and (max-width: 640px) {
	.companydescArea {
		padding-bottom: 0.3rem;
	}
}
.companydescArea .block {
	position: relative;
	background-color: #fff;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	overflow: hidden;
}
@media print, screen and (min-width: 641px) {
	.companydescArea .block {
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		padding: 0.9rem 0.6rem 0.9rem 1.0rem;
		max-width: 1200px;
		width: 100%;
		min-height: 6rem;
		margin: auto;
		-webkit-clip-path: polygon(16px 0px, calc(100% - 16px) 0px, 100% 16px, 100% calc(100% - 16px), calc(100% - 16px) 100%, 16px 100%, 0% calc(100% - 16px), 0% 16px);
		clip-path: polygon(16px 0px, calc(100% - 16px) 0px, 100% 16px, 100% calc(100% - 16px), calc(100% - 16px) 100%, 16px 100%, 0% calc(100% - 16px), 0% 16px);
	}
}
@media screen and (max-width: 640px) {
	.companydescArea .block {
		-webkit-box-orient: vertical;
		-webkit-box-direction: reverse;
		-ms-flex-direction: column-reverse;
		flex-direction: column-reverse;
		padding: 0.4rem 0.25rem 0.4rem;
		overflow: hidden;
	}
}
@media print, screen and (min-width: 641px) {
	.companydescArea .block+.block {
		margin-top: 0.56rem;
	}
}
@media screen and (max-width: 640px) {
	.companydescArea .block+.block {
		margin-top: 0.3rem;
	}
}
.companydescArea .bg {
	display: block;
	position: absolute;
	opacity: 0;
}
@media print, screen and (min-width: 641px) {
	.companydescArea .bg {
		top: 50%;
		margin-top: -400px;
		margin-left: -400px;
	}
}
@media screen and (max-width: 640px) {
	.companydescArea .bg {
		top: 0;
		bottom: 0;
		left: -40vw;
		width: 125vw;
		height: auto;
		margin: auto;
	}
}
@media print, screen and (min-width: 641px) {
	.companydescArea .bg {
		-webkit-transform: translateX(-10%);
		-ms-transform: translateX(-10%);
		transform: translateX(-10%);
	}
}
@media screen and (max-width: 640px) {
	.companydescArea .bg {
		-webkit-transform: translateX(-7%);
		-ms-transform: translateX(-7%);
		transform: translateX(-7%);
	}
}
.companydescArea .bg.active {
	-webkit-transition: 1.2s cubic-bezier(0, 0, 0.58, 1);
	-o-transition: 1.2s cubic-bezier(0, 0, 0.58, 1);
	transition: 1.2s cubic-bezier(0, 0, 0.58, 1);
	opacity: 1;
	-webkit-transform: none;
	-ms-transform: none;
	transform: none;
}
.companydescArea .info {
	position: relative;
}
@media print, screen and (min-width: 641px) {
	.companydescArea .info {
		width: 6.9rem;
	}
}
@media screen and (max-width: 640px) {
	.companydescArea .info {
		margin-top: 0.3rem;
	}
}
.companydescArea .tit {
	position: relative;
	border-bottom: 1px solid #B2B2B2;
	font-weight: bold;
}
@media print, screen and (min-width: 641px) {
	.companydescArea .tit {
		padding-left: 0.1rem;
		padding-bottom: 0.14rem;
		line-height: 1.7;
		font-size: 0.24rem;
		letter-spacing: 2px;
	}
}
@media screen and (max-width: 640px) {
	.companydescArea .tit {
		font-size: 0.15rem;
		line-height: 1.7;
		padding-bottom: 0.10rem;
	}
}
.companydescArea .tit span {
	display: inline-block;
	position: absolute;
}
@media print, screen and (min-width: 641px) {
	.companydescArea .tit span {
		right: 0.2rem;
		font-size: 0.20rem;
	}
}
@media screen and (max-width: 640px) {
	.companydescArea .tit span {
		right: 0;
		font-size: 0.15rem;
	}
}
.companydescArea .txt {
	font-weight: bold;
}
@media print, screen and (min-width: 641px) {
	.companydescArea .txt {
		padding-left: 0.1rem;
		font-size: 0.16rem;
		line-height: 2.2;
		margin-top: 0.35rem;
	}
}
@media screen and (max-width: 640px) {
	.companydescArea .txt {
		font-size: 0.13rem;
		line-height: 2.2;
		margin-top: 0.2rem;
	}
}
@media print, screen and (min-width: 641px) {
	.companydescArea .txt+.txt {
		margin-top: 0.3rem;
	}
}
.companydescArea .logobox {
	position: relative;
	opacity: 0;
}
@media print, screen and (min-width: 641px) {
	.companydescArea .logobox {
		padding-top: 0.5rem;
	}
}
@media screen and (max-width: 640px) {
	.companydescArea .logobox {
		width: 100%;
	}
}
@media print, screen and (min-width: 641px) {
	.companydescArea .logobox {
		-webkit-transform: scale(1.05);
		-ms-transform: scale(1.05);
		transform: scale(1.05);
	}
}
@media screen and (max-width: 640px) {
	.companydescArea .logobox {
		-webkit-transform: scale(1.25);
		-ms-transform: scale(1.25);
		transform: scale(1.25);
	}
}
.companydescArea .logobox.active {
	opacity: 1;
	-webkit-transform: none;
	-ms-transform: none;
	transform: none;
	-webkit-transition: 1.2s cubic-bezier(0, 0, 0.58, 1);
	-o-transition: 1.2s cubic-bezier(0, 0, 0.58, 1);
	transition: 1.2s cubic-bezier(0, 0, 0.58, 1);
}
.companydescArea .logo {
	display: block;
	margin: auto;
}
@media print, screen and (min-width: 641px) {
	.companydescArea .logo {
		width: 2.60rem;
		height: auto;
	}
}
@media screen and (max-width: 640px) {
	.companydescArea .logo {
		width: 1.80rem;
		height: auto;
	}
}
.companydescArea .name {
	font-family: worker, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "游ゴシック", "游ゴシック体", "Yu Gothic", YuGothic, verdana, "メイリオ", "Meiryo", "Osaka", sans-serif;
	font-weight: 400;
	font-style: normal;
	text-align: center;
}
@media print, screen and (min-width: 641px) {
	.companydescArea .name {
		font-size: 0.56rem;
		letter-spacing: 0.1rem;
		margin-top: 0.0rem;
	}
}
@media screen and (max-width: 640px) {
	.companydescArea .name {
		font-size: 0.28rem;
		letter-spacing: 0.04rem;
		margin-top: 0.1rem;
		text-indent: 0.04rem;
	}
}
.companydescArea .name.type01 {
	letter-spacing: 0.03rem;
}
