@charset "utf-8";

@media screen and (max-width: 768px){
	.breadcrumb{
		width: 100%;
		padding: 0 3vw 0 3vw;
	}
	.breadcrumb .inner-content{
		width: 100%;
		overflow-x: auto;
		overflow-y: hidden;
		white-space: nowrap;
	}
	.breadcrumb .inner-content ul{
		width: 100%;
		font-size: 0;
		list-style: none;
	}
	.breadcrumb .inner-content ul li{
		display: inline-block;
		font-size: 3vw;
		font-weight: 500;
		line-height: 1.4em;
		padding: 0 3vw 0 0;
		margin: 0 1vw 0 0;
		position: relative;
	}
	.breadcrumb .inner-content ul li:first-of-type{
		padding-left: 0;
	}
	.breadcrumb .inner-content ul li::after{
		display: block;
		content: "";
		background: #000;
		width: 1.4vw;
		height: calc(tan(60deg) * 2vw / 2);
		clip-path: polygon(0 0, 100% 50%, 0 100%);
		position: absolute;
		top: 50%;
		right: 0;
		transform: translateY(-50%);
	}
	.breadcrumb .inner-content ul li:last-of-type::after{
		display: none;
	}
	.breadcrumb .inner-content ul li a{
		font-size: 3vw;
	}
	.wrap-header{
		width: 100%;
		padding: 0 7vw 0 7vw;
        margin: 5vw 0 0 0;
		position: relative;
		text-align: center;
		z-index: 40;
	}
	.wrap-header .inner-content{
		width: 100%;
		display: block;
		border-radius: 20px;
		overflow: hidden;
		padding: 3.2vw;
		text-align: center;
		border: solid 1px #d2d2d2;
	}
	.wrap-header .inner-content h2{
		font-size: 9vw;
		line-height: 1.4em;
	}
	.wrap-header .inner-content h3{
		font-size: 4.4vw;
		line-height: 1.4em;
		margin: 2vw 0 0 0;
	}
	.wrap-header .inner-content p{
		font-size: 3.6vw;
		margin: 4vw 0 0 0;
		padding: 0 0 0 0.2em;
	}
	.wrap-header .scrolldown{
		display: inline-block;
		margin: 6vw 0 0 0;
		font-size: 14px;
	}
	.wrap-header .scrolldown::after{
		content: " ";
		display: inline-block;
        width: 16px;
        height: 16px;
		transform-origin: 50% 50%;
		transform: rotate(90deg);
		background: url(/common/img/ar.png) no-repeat center center;
		background-size: 100% auto;
		position: relative;
		top: 3px;
		margin: 0 0 0 10px;
	}
	.wrap-company-profile{
		width: 100%;
		padding: 0 7vw 0 7vw;
        margin: 10vw 0 0 0;
		position: relative;
	}
	.wrap-company-profile .inner-content{
		width: 100%;
	}
	.wrap-company-profile .inner-content h4{
		font-size: 5vw;
		line-height: 1.4em;
		transition: color 0.2s;
	}
	.wrap-company-profile .inner-content dl{
		width: 100%;
		list-style: none;
	}
	.wrap-company-profile .inner-content dl dd{
		width: 100%;
		display: block;
		padding: 3vw 0 3vw 0;
	}
	.wrap-company-profile .inner-content dl dd:nth-child(1){
		padding: 6vw 0 3vw 0;
	}
	.wrap-company-profile .inner-content dl dd .ttl{
		display: block;
		font-size: 4.4vw;
		width: 100%;
		padding: 0 0 3vw 0;
		border-bottom: solid 1px #d2d2d2;
	}
	.wrap-company-profile .inner-content dl dd .txt{
		display: block;
		font-size: 3vw;
		width: 100%;
		padding: 3vw 0 0 0;
	}
	.wrap-company-profile .inner-content dl dd .txt ul{
		counter-reset: listnum;
		list-style: none;	
	}
	.wrap-company-profile .inner-content dl dd .txt ul li{
		position: relative;
		padding: 0 0 0 1.8em;
	}
	.wrap-company-profile .inner-content dl dd .txt ul li::after{
		display: inline-block;
		counter-increment: listnum;
		content: "(" counter(listnum) ")";
		position: absolute;
		top: 0;
		left: 0;
	}
	.wrap-company-profile .inner-content dl dd .txt table{
		width: 100%;
	}
	.wrap-company-profile .inner-content dl dd .txt table td:nth-of-type(1){
		width: 42vw;
	}
	.wrap-company-profile .inner-content dl dd iframe{
		width: 100%;
		height: 86vw;
		-webkit-filter: grayscale(100%);
		-moz-filter: grayscale(100%);
		-ms-filter: grayscale(100%);
		-o-filter: grayscale(100%);
		filter: grayscale(100%);
	}
}

@media screen and (min-width: 769px){
	.breadcrumb{
		width: 100%;
		padding: 0 3vw 0 3vw;
	}
	.breadcrumb .inner-content{
		width: 100%;
	}
	.breadcrumb .inner-content ul{
		width: 100%;
		font-size: 0;
		list-style: none;
	}
	.breadcrumb .inner-content ul li{
		display: inline-block;
		font-size: max(1.0vw, 12px);
		font-weight: 500;
		line-height: 1.4em;
		padding: 0 max(1.2vw, 20px) 0 0;
		margin: 0 max(0.4vw, 10px) 0 0;
		position: relative;
	}
	.breadcrumb .inner-content ul li:first-of-type{
		padding-left: 0;
	}
	.breadcrumb .inner-content ul li::after{
		display: block;
		content: "";
		background: #000;
		width: 0.6vw;
    	height: calc(tan(60deg) * 0.8vw / 2);
		min-width: 6px;
		min-height: calc(tan(60deg) * 10px / 2);
		clip-path: polygon(0 0, 100% 50%, 0 100%);
		position: absolute;
		top: 50%;
		right: 0;
		transform: translateY(-54%);
	}
	.breadcrumb .inner-content ul li:last-of-type::after{
		display: none;
	}
	.breadcrumb .inner-content ul li a{
		font-size: max(1.0vw, 12px);
	}
	.wrap-header{
		width: 100%;
		padding: 0 7vw 0 7vw;
        margin: 3vw 0 0 0;
		position: relative;
		text-align: center;
	}
	.wrap-header .inner-content{
		width: 100%;
		display: block;
		border-radius: 20px;
		overflow: hidden;
		padding: 3.2vw;
		text-align: left;
		border: solid 1px #d2d2d2;
	}
	.wrap-header .inner-content h2{
		font-size: 5vw;
		line-height: 1.0em;
	}
	.wrap-header .inner-content h3{
		font-size: 3vw;
		line-height: 1.4em;
		margin: 0.8vw 0 0 0;
		padding: 0 0 0 0.1em;
	}
	.wrap-header .inner-content p{
		font-size: max(1.4vw, 14px);
		margin: 1.4vw 0 0 0;
		padding: 0 0 0 0.3em;
	}
	.wrap-header .scrolldown{
		display: inline-block;
		margin: 20px 0 0 0;
		font-size: 16px;
	}
	.wrap-header .scrolldown::after{
		content: " ";
		display: inline-block;
        width: 16px;
        height: 16px;
		transform-origin: 50% 50%;
		transform: rotate(90deg);
		background: url(/common/img/ar.png) no-repeat center center;
		background-size: 100% auto;
		position: relative;
		top: 3px;
		margin: 0 0 0 10px;
	}
	.wrap-company-profile{
		width: 100%;
		padding: 0 7vw 0 7vw;
        margin: 6vw 0 0 0;
		position: relative;
	}
	.wrap-company-profile .inner-content{
		width: 100%;
	}
	.wrap-company-profile .inner-content h4{
		font-size: 2.4vw;
		line-height: 1.4em;
		transition: color 0.2s;
	}
	.wrap-company-profile .inner-content dl{
		width: 100%;
		list-style: none;
		padding: 0 0 0 18vw;
	}
	.wrap-company-profile .inner-content dl dd{
		width: 100%;
		display: flex;
		border-top: solid 1px #d2d2d2;
		padding: 1.4vw 0 1.4vw 0;
	}
	.wrap-company-profile .inner-content dl dd:nth-child(1){
		border: none;
	}
	.wrap-company-profile .inner-content dl dd .ttl{
		font-size: max(1.2vw, 14px);
		width: 22%;
		padding: 0 0 0 1.4vw;
	}
	.wrap-company-profile .inner-content dl dd .txt{
		font-size: max(1.0vw, 14px);
		width: 78%;
		padding: 0.1vw 1.4vw 0 1.4vw;
	}
	.wrap-company-profile .inner-content dl dd .txt ul{
		counter-reset: listnum;
		list-style: none;	
	}
	.wrap-company-profile .inner-content dl dd .txt ul li{
		position: relative;
		padding: 0 0 0 1.8em;
	}
	.wrap-company-profile .inner-content dl dd .txt ul li::after{
		display: inline-block;
		counter-increment: listnum;
		content: "(" counter(listnum) ")";
		position: absolute;
		top: 0;
		left: 0;
	}
	.wrap-company-profile .inner-content dl dd .txt table{
		width: 100%;
	}
	.wrap-company-profile .inner-content dl dd .txt table td:nth-of-type(1){
		width: 14vw;
	}
	.wrap-company-profile .inner-content dl dd iframe{
		width: 100%;
		height: 26vw;
		-webkit-filter: grayscale(100%);
		-moz-filter: grayscale(100%);
		-ms-filter: grayscale(100%);
		-o-filter: grayscale(100%);
		filter: grayscale(100%);
	}
}