@charset "utf-8";

.pt--subpage .part-header {
	position: relative;
	width: 100%;
	height: 100px;
	padding: 0 50px;
	box-sizing: border-box;
	z-index: 1;
}

.pt--subpage .part-header__inner-wrap {
	display: flex;
	width: 100%;
	height: 100%;
	max-width: 1260px;
	align-items: center;
}

.pt--subpage .part-header__title {
	line-height: 0;
	margin: 0;
}

.pt--subpage .part-header__title a {
	position: relative;
	display: block;
	padding: 5px 0px;
	border-bottom: 2px solid rgba(0,0,0,0.7);
	transition: all 0.2s ease;
}

.pt--subpage .part-header__title a:hover {
	border-bottom-color: rgba(0,0,0,0);
}

.pt--subpage .part-header__title a:before {
	content: "";
	position: absolute;
	display: block;
	top: -5px;
	left: -10px;
	width: 20px;
	height: 20px;
	background-color: #999;
	border-radius: 50%;
	transition: all 0.2s ease;
}

.pt--subpage .part-header__title a:hover:before {
	top: -10px;
	left: -15px;
	width: 30px;
	height: 30px;
}

.pt--subpage .part-header__title img {
	height: 25px;
	position: relative;
}



.pt--subpage .page-header {
	position: relative;
	width: 100%;
	margin-bottom: 45px;
}

.pt--subpage .page-header_container {
	overflow: hidden;
}

.pt--subpage .page-header__page-title {
	position: relative;
	display: flex;
	align-items: center;
	padding: 40px 0px;
	font-size: 3rem;
	line-height: 3.5rem;
	margin-bottom: 40px;
	box-sizing: border-box;
}

.pt--subpage .page-header__page-title:before {
	content: "";
	display: block;
	width: 100%;
	height: 4px;
	background-color: rgba(0,0,0,0.15);
	position: absolute;
	left: 0;
	bottom: -4px;
	border-radius: 2px;
}

.pt--subpage .page-header__page-title-wrap {
	
}

.pt--subpage .page-header.detail {
	margin-bottom: 30px;
}

.pt--subpage .page-header.detail .page-header__page-title {
	margin-bottom: 30px;
	padding: 15px 0px;
	min-height: auto;
	font-size: 1.6rem;
	font-weight: bold;
}

.pt--subpage .page-header__page-description-title {
	font-size: 5rem;
	line-height: 1.45;
	color: #555;
	margin-bottom: 15px;
}

.pt--subpage .page-header__page-description-txt {
	margin: 80px auto;
}



.pt--subpage .page-header.keyvisual {
	background-position: center bottom;
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-size: cover;
	background-color: rgba(0,0,0,0.1);
	padding: calc(40px + 5vw) 0;
	box-sizing: border-box;
	opacity: 0;
}

.onloadcomplete .pt--subpage .page-header.keyvisual {
	transition: opacity 0.5s ease;
	opacity: 1;
}

.pt--subpage .keyvisual .page-header__page-title {
	padding: 0;
	margin: 20px 0 30px;
	font-weight: 700;
}



.pt--subpage .keyvisual .page-header__page-title:before {
	display: none;
}

.pt--subpage .keyvisual .page-header__page-description-title {
	font-weight: bold;
	color: #555;
	margin-bottom: 25px;
}

.pt--subpage .keyvisual .page-header__page-description-title span {
	display: inline-block;
}

.pt--subpage .keyvisual .page-header__page-description-txt {
	line-height: 2.5rem;
	margin: 20px 0 20px;
}




.pt--subpage .keyvisual .page-header__page-title {
	transition: opacity 1.5s ease 0.1s;
	opacity: 0;
}

.pt--subpage .keyvisual .page-header__page-description-title {
	transition: opacity 1.5s ease 0.2s;
	opacity: 0;
}

.pt--subpage .keyvisual .page-header__page-description-txt {
	transition: opacity 1.5s ease 0.3s;
	opacity: 0;
}

.onloadcomplete .pt--subpage .keyvisual .page-header__page-title,
.onloadcomplete .pt--subpage .keyvisual .page-header__page-description-title,
.onloadcomplete .pt--subpage .keyvisual .page-header__page-description-txt {
	opacity: 1;
}

/* ---------------------------------------------------------------------------------------------- */


.internal-page-index {
	margin-bottom: 20px;
}
.internal-page-index br {
	display: none;
}

.internal-page-index .flex-container {
	align-items: stretch;
	margin-top: -100px;
}

.internal-page-index .flex-item {
	width: calc(33.333% - (10px * 2));
	margin-right: 10px;
	position: relative;
	z-index: 1;
}

.internal-page-index .flex-item:last-child {
	margin-right: 0;
}

.internal-page-index a {
	display: block;
	width: 100%;
	height: 100%;
	padding: 20px;
	color: #fff;
	background: #000 no-repeat right center;
	background-size: 70px;
	line-height: 2rem;
	border-radius: 5px;
	box-sizing: border-box;
	text-decoration: none;
	display: flex;
	flex-direction: column;
	box-shadow: 0 1px 3px rgba(0,0,0,0.15);
	transition: all 0.2s ease;
}

.internal-page-index a:hover {
	transform: translateY(-2px);
	box-shadow: 0 4px 8px rgba(0,0,0,0.25);
}

:target .section-header-title {
	-webkit-animation: targetAnimation 0.2s ease-out 0s 4 alternate;
	        animation: targetAnimation 0.2s ease-out 0s 4 alternate;
}

.internal-page-index .text-ja {
	font-size: 1.8rem;
	font-weight: bold;
	display: block;
	margin: 5px 0;
}

.internal-page-index .text-ja span {
	display: inline-block;
}

.internal-page-index .small {
	font-size: 1.2rem;
}

.internal-page-index .text-en {
	font-family: "Open Sans", Helvetica, Arial, sans-serif;
	font-size: 1.1rem;
	font-weight: bold;
	line-height: 1.2;
	text-transform: uppercase;
	opacity: 0.6;
	display: block;
}


/* ---------------------------------------------------------------------------------------------- */


.headding-state {
	position: relative;
	font-weight: bold;
	font-size: 1.8rem;
	line-height: 3.0rem;
	margin-top: 20px;
	margin-bottom: 20px;
	color: rgba(0,0,0,0.6);
}


/* border left & bottom type */

.headding-state.headding-lb-border {
	font-size: 2.5rem;
	margin-bottom: 25px;
	padding: 20px 0 20px 20px;
	box-sizing: border-box;
	color: rgba(0,0,0,0.9);
}

.headding-state.headding-lb-border:after,
.headding-state.headding-lb-border:before {
	content: "";
	position: absolute;
	display: block;
	border-radius: 2px;
	left: 0px;
}

.headding-state.headding-lb-border:after {
	background-color: rgba(0,0,0,0.1);
	position: absolute;
	bottom: -4px;
	height: 4px;
	width: 100%;
}

.headding-state.headding-lb-border:before {
	background-color: rgba(0,0,0,1);
	top: 15px;
	width: 5px;
	height: calc(100% - 30px);
	border-radius: 3px;
}


/* border left & bottom type */

.headding-state.headding-l-border {
	font-size: 2.5rem;
	padding: 20px;
	box-sizing: border-box;
	color: rgba(0,0,0,0.9);
}

.headding-state.headding-l-border:before {
	content: "";
	position: absolute;
	display: block;
	border-radius: 2px;
	left: 0px;
}

.headding-state.headding-l-border:before {
	background-color: rgba(0,0,0,1);
	top: 15px;
	width: 5px;
	height: calc(100% - 30px);
	border-radius: 3px;
}


/* background-fill border-top type */

.headding-state.headding-bgb-bigger {
	font-size: 2.5rem;
	background: rgba(0,0,0,0.1);
	border-top: 10px solid rgba(0,0,0,1);
	border-radius: 5px 5px 0 0;
	padding: 30px 20px;
	display: flex;
	align-items: center;
	backface-visibility: hidden;
}

.headding-state.headding-bgb-bigger:before {
	content: "";
	position: absolute;
	display: block;
	top: -35px;
	left: 30px;
	width: 7px;
	height: 50px;
	background: rgba(0,0,0,0.8);
	border-radius: 10px;
	mix-blend-mode: multiply;
	-webkit-transform: rotate(45deg);
	        transform: rotate(45deg);
}

/* border bottom type */

.headding-state.headding-b-border {
	font-size: 2rem;
	padding-bottom: 15px;
	margin-bottom: 25px;
	color: rgba(0,0,0,0.9);
}

.headding-state.headding-b-border:after {
	content: "";
	position: absolute;
	display: block;
	left: 0;
	bottom: -4px;
	width: 100%;
	height: 4px;
	background-color: rgba(0,0,0,0.1);
	border-radius: 3px;
}


/* icon(finger) type */

.headding-state.headding-finger {
	font-size: inherit;
	padding-left: 30px;
	background-image: url(../images/common/icon_finger_color.png);
	background-color: rgba(0,0,0,0);
	background-repeat: no-repeat;
	background-position: left center;
	background-size: 24px 24px;
	box-sizing: border-box;
	color: rgba(0,0,0,0.9);
}

.headding-state.headding-finger.headding-finger-wt:before {
	background-image: url(../images/common/icon_finger_wt.png);
}


.headding-state.headding-finger.headding-finger-bk:before {
	background-image: url(../images/common/icon_finger_bk.png);
}


/* ---------------------------------------------------------------------------------------------- */


.notice {
	line-height: 30%;
}


/* ---------------------------------------------------------------------------------------------- */
/* Desktop                                                                                        */

@media screen and (max-width: 1180px) {
	.pt--subpage .part-header {
		height: 70px;
		padding: 0px 50px;
	}
	
	.pt--subpage .part-header__title img {
		height: 17px;
	}
	
	.pt--subpage .part-header__title a:before {
		top: 0px;
		left: -5px;
		width: 10px;
		height: 10px;
	}
}


/* ---------------------------------------------------------------------------------------------- */
/* Tablet                                                                                         */

/* iPad */
@media screen and (max-width: 768px) {
	.pt--subpage .part-header {
		height: 70px;
		padding: 0px 35px;
	}
	
	.pt--subpage .part-header__title img {
		height: 17px;
	}
	
	.pt--subpage .part-header__title a:before {
		top: 0px;
		left: -5px;
		width: 10px;
		height: 10px;
	}
	
	.pt--subpage .page-header__page-title {
		padding: 20px 0px;
		font-size: 2.5rem;
		line-height: 3rem;
	}
	
	.pt--subpage .page-header__page-description-title {
		font-size: 3.5rem;
		line-height: 4rem;
	}
	
	.pt--subpage .page-header__page-description-txt {
		margin: 15px 0px;
	}
	
	.internal-page-index a {
		padding: 10px;
	}
	.internal-page-index br {
		display: block;
	}
}


/* ---------------------------------------------------------------------------------------------- */
/* SmartPhone                                                                                     */

/*@media screen and (max-width: 414px) {*/
@media screen and (max-width: 540px) {
	.pt--subpage .part-header {
		height: 120px;
		padding: 55px 20px 0px 20px;
	}
	
	.pt--subpage .page-header__page-title {
		letter-spacing: -0.1rem;
	}
	
	.pt--subpage .page-header__page-description-title {
		font-size: 2rem;
		line-height: 2.5rem;
	}
	
	.pt--subpage .page-header__page-description-title br {
		display: none;
	}
	
	.pt--subpage .page-header__page-description-txt {
		font-size: 1.4rem;
		line-height: 2.5rem;
	}
	
	.pt--subpage .page-header__page-description-txt br {
		display: none;
	}
	
	
	.internal-page-index {
		margin-bottom: 20px;
	}
	
	.internal-page-index .flex-container {
		display: block;
		margin-top: -100px;
	}
	
	.internal-page-index .flex-item {
		width: 100%;
		margin-top: 0;
		margin-bottom: 10px;
	}
	.internal-page-index br {
		display: none;
	}
	
	
	
	.headding-state.headding-lb-border {
		font-size: 2.0rem;
		line-height: 2.5rem;
		padding: 15px 0 15px 15px;
	}
}


