

/* --------------- profile --------------- */


.wrap_profile {
	background-color: #000;
}

.col_pagettl_profile {
	width: 100%;
	height: 290px;
	max-width: 2000px;
	margin: 0 auto;
	position: relative;
	background-image: url(../img/profile/bg_pagettl.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center top;
}

.pagettl_profile {
	max-width: 182px;
	font-size: 18px;
	font-weight: 600;
	text-align: center;
	color: #fff;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateY(-50%) translateX(-50%);
	-webkit- transform: translateY(-50%) translateX(-50%);
}

.pagettl_profile img {
	margin-bottom: 5px;
}

.wrap_spacer_profile {
	width: 100%;
	max-width: 2000px;
	margin: 0 auto;
	background-image: url(../img/profile/bg_gradation.jpg);
	background-repeat: repeat-y;
	background-position: left top;
}

.spacer_profile {
	max-width: 920px;
	width: 92%;
	height: 117px;
	margin: 0 auto;
	background-color: #000;
}

.cont_profile1 {
	max-width: 920px;
	width: 92%;
	margin: 0 auto;
	padding: 82px 0 64px;
	background-color: #731a32;
	background: -moz-linear-gradient(left, #731a32, #2e0000);
	background: -webkit-linear-gradient(left, #731a32, #2e0000);
	background: linear-gradient(to right, #731a32, #2e0000);
	color: #fff;
}

.box_profile1 {
	width: 80%;
	margin: 0 auto;
	font-size: 17px;
}

.col_profile2 {
	width: 100%;
	max-width: 2000px;
	margin: 0 auto;
}

.col_profile2 .img_sp {
	display: none;
}

.bg_profile2 {
	width: 100%;
	max-width: 2000px;
	margin: 0 auto;
	background-image: url(../img/profile/bg_gradation_right.jpg);
	background-repeat: repeat-y;
	background-position: right top;
}

.cont_profile2 {
	max-width: 920px;
	width: 92%;
	margin: 0 auto;
	padding: 58px 0 0;
	background-color: #000;
	color: #fff;
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
}

.cont_profile2 .img {
	width: 38%;
	margin-right: 8%;
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	align-self: flex-end;
}

.cont_profile2 .txt {
	width: 44%;
	margin-right: 10%;
	font-size: 17px;
}

.col_profile3 {
	width: 100%;
	max-width: 2000px;
	margin: 0 auto 110px;
	background-image: url(../img/profile/bg_gradation.jpg);
	background-repeat: repeat-y;
	background-position: left top;
}

.cont_profile3 {
	max-width: 920px;
	width: 92%;
	margin: 0 auto;
	padding: 74px 0 70px;
	background-color: #000;
	color: #fff;
	font-size: 17px;
}

.cont_profile3 .txt1 {
	width: 80%;
	margin: 0 auto;
	padding-bottom: 35px;
}

.cont_profile3 .txt2 {
	width: 80%;
	margin: 0 auto 70px;
}

.link_sns_profile {
	max-width: 156px;
	margin: 0 auto 17px;
	padding: 0;
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.link_sns_profile a {
	width: 29px;
	margin: 0 13px 0 0;
	padding: 0;
	transition: opacity .3s;
	-moz-transition: opacity .3s;
	-webkit-transition: opacity .3s;
}

.link_sns_profile a:last-child {
	margin: 0;
}

.cont_license_profile {
	max-width: 816px;
	width: 90%;
	margin: 0 auto 70px;
	padding: 30px 0 13px 0;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
	font-size: 17px;
}

.cont_license_profile dl {
	margin: 0 0 0 85px;
	padding: 0;
}

.cont_license_profile dt {
	margin: 0;
	padding: 0;
	line-height: 1.2;
}

.cont_license_profile dd {
	margin: 0 0 22px 16px;
	padding: 0;
	line-height: 1.45;
}

.cont_license_profile dd p{
	margin: 0;
	padding: 0 0 0 1em;
	text-indent: -1em;
}

.col_profile4 {
	padding-bottom: 40px;
}

.mds_profile_summary {
	margin: 0 0 40px;
	padding: 0;
	color: #fff;
	font-size: 18px;
	font-weight: 700;
	line-height: 1.4;
	text-align: center;
}

.mds_profile_summary .en {
	width: 75.27%;
	max-width: 265px;
	margin: 0 auto 10px;
	padding: 0;
}

dl.list_profile_summary {
	width: 94%;
	max-width: 816px;
	margin: 0 auto;
	padding: 14px 15px 14px;
	color: #fff;
	line-height: 1.7;
	border-bottom: solid 1px #b98f29;
	display: flex;
}

dl.list_profile_summary:first-of-type {
	border-top: solid 1px #b98f29;
}

dl.list_profile_summary:last-of-type {
	margin-bottom: 50px;
}

dl.list_profile_summary dt {
	width: 160px;
	margin: 0;
	padding: 0;
	color: #b98f29;
	flex-shrink: 0;
}

dl.list_profile_summary dd {
	margin: 0;
	padding: 0;
}

dl.list_profile_summary dd ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

dl.list_profile_summary dd ul li {
	margin: 0 0 4px;
	padding: 0 0 0 1em;
	text-indent: -1em;
}

dl.list_profile_summary dd ul li:last-of-type {
	margin-bottom: 0;
}

.btn_profile1 {
	max-width: 310px;
	width: 90%;
	margin: 0 auto;
	height: 56px;
	display: block;
	background-color: #731a32;
	border: 1px solid #fff;
	color: #fff;
	font-size: 17px;
	font-weight: 500;
	letter-spacing: -0.02em;
	line-height: 56px;
	text-align: center;
	position: relative;
	text-decoration: none;
	transition: background-color .2s;
	-moz-transition: background-color .2s;
	-webkit-transition: background-color .2s;
}

.btn_profile1 span {
	margin-left: -40px;
}

.btn_profile1:after {
	content: "";
	width: 38px;
	height: 7px;
	margin: 0;
	padding: 0;
	border-right: solid 1px #fff;
	border-bottom: solid 1px #fff;
	transform: skewX(45deg);
	-moz-transform: skewX(45deg);
	-webkit-transform: skewX(45deg);
	position: absolute;
	margin-left: 7px;
	top: 40%;
	transition: all .3s;
	-moz-transition: all .3s;
	-webkit-transition: all .3s;
}







/* ---------------------------------------------------------------
start max 1200px
--------------------------------------------------------------- */

@media print,screen and ( max-width: 1200px ) {





}

/* ---------------------------------------------------------------
end max 1200px
--------------------------------------------------------------- */



/* ---------------------------------------------------------------
start max 1033px
--------------------------------------------------------------- */

@media print,screen and ( max-width: 1033px ) {


	.col_pagettl_profile {
		height: 220px
	}


	.cont_profile2 .img {
		align-self: flex-start;
	}




}

/* ---------------------------------------------------------------
end max 1033px
--------------------------------------------------------------- */




/* ---------------------------------------------------------------
start max 850px
--------------------------------------------------------------- */

@media print,screen and ( max-width: 850px ) {



	.wrap_spacer_profile ,
	.bg_profile2 ,
	.col_profile3 {
		background-size: 60% auto;
	}

	.box_profile1 {
		width: 84%;
	}

	.cont_profile2 .txt {
		width: 47%;
		margin-right: 7%;
	}

	.cont_profile3 {
		padding: 70px 0 100px;
	}

	.cont_profile3 .txt1 {
		width: 84%;
	}

	.cont_profile3 .txt2 {
		width: 84%;
	}

	.col_profile4 {
		margin-top: 0;
	}

	.cont_license_profile dl {
		margin: 0 0 0 45px;

	}


}

/* ---------------------------------------------------------------
end max 850px
--------------------------------------------------------------- */




/* ---------------------------------------------------------------
start max 700px
--------------------------------------------------------------- */

@media print,screen and ( max-width: 700px ) {




	.col_pagettl_profile {
		height: 135px
	}

	.pagettl_profile {
		margin-top: 6px;
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translateY(-50%) translateX(-50%);
		-webkit- transform: translateY(-50%) translateX(-50%);
	}

	.pagettl_profile img {
		margin-bottom: 0;
		max-width: 91px;
	}


	.wrap_spacer_profile {
		display: none;
	}

	.col_profile1 {
		padding-top: 25px;
	}

	.cont_profile1 {
		padding: 23px 0 25px;
	}

	.col_profile2 {
		margin-bottom: 60px;
	}

	.cont_profile2 {
		padding: 0;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}

	.col_profile2 .img_sp {
		display: block;
		width: 48%;
		margin: 40px auto 30px;
	}

	.cont_profile2 .img {
		display: none;
	}

	.cont_profile2 .txt {
		width: 90%;
		margin-right: auto;
		margin-left: auto;
	}

	.bg_profile2 {
		background-image: none;
		background: -moz-linear-gradient(right, #731a32 0%, #731a32 50%, #000 50%, #000 100%);
		background: -webkit-linear-gradient(right, #731a32 0%, #731a32 50%, #000 50%, #000 100%);
		background: linear-gradient(to left, #731a32 0%, #731a32 50%, #000 50%, #000 100%);
	}

	.col_profile3 {
		background-image: none;
		background: -moz-linear-gradient(left, #731a32 0%, #731a32 50%, #000 50%, #000 100%);
		background: -webkit-linear-gradient(left, #731a32 0%, #731a32 50%, #000 50%, #000 100%);
		background: linear-gradient(to right, #731a32 0%, #731a32 50%, #000 50%, #000 100%);
	}

	.cont_profile3 {
		padding: 2px 0 2px;
	}

	.cont_license_profile {
		margin: 0 auto 80px;
		padding: 30px 0 12px 0;
		font-size:16px;
		line-height: 1.4;
	}

	.col_profile4 {
		margin-top: 55px;
	}

	.cont_license_profile dl {
		margin: 0 0.5vw 0 0.5vw;
		padding: 0;
	}

	.link_sns_profile {
		max-width: 210px;
		margin: 0 auto 11px;
	}

	.link_sns_profile a {
		width: 39px;
		margin: 0 17px 0 0;
	}

	dl.list_profile_summary {
		display: block;
	}

	dl.list_profile_summary dt {
		width: 100%;
	}





}

/* ---------------------------------------------------------------
end max 700px
--------------------------------------------------------------- */



/* ---------------------------------------------------------------
start max 450px
--------------------------------------------------------------- */

@media print,screen and ( max-width: 450px ) {


	.col_pagettl_profile {
		height: 135px;
		background-image: url(../img/profile/sp/bg_pagettl.jpg);
	}



}

/* ---------------------------------------------------------------
end max 450px
--------------------------------------------------------------- */




/* ---------------------------------------------------------------
start min 701px
--------------------------------------------------------------- */

@media print,screen and ( min-width: 701px ) {

	a.btn_profile1:hover {
		background-color: #99344f;
	}

	a.btn_profile1:hover:after {
		width: 42px;
	}


}
