@charset "UTF-8";
/*------------------------------------------------------------
	Main Image
------------------------------------------------------------*/
.p-main-wrapper:before {
	position: absolute;
	content: "";
	background: url(../img/fill.png) rgba(0,0,0,0.8);
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	opacity: 0.2;
}
.p-main-wrapper {
	background: url(../img/index/img_main.jpg) center no-repeat;
	background-size: 1921px;
	position: relative;
}
.p-main {
	padding: 250px 0 240px;
	text-align: center;
}
.p-main-catch {
	display: inline-block;
	color: #FFF;
	font-size: 1.8rem;
	line-height: 1.8;
	font-weight: 500;
	position: relative;
}
.p-main-catch > span {
	display: inline-block;
	padding: 3px 15px;
	margin-top: 2px;
	background: rgba(0,0,0,0.3);
}
.p-main-catch strong {
	font-weight: bold;
	font-size: 2.8rem;
}
@media screen and (min-width: 1921px) {
.p-main-wrapper {
	background-size: 2500px;
}
}
@media screen and (min-width: 2500px) {
.p-main-wrapper {
	background-size: cover;
}
}
@media screen and (max-width: 1366px) {
.p-main-wrapper {
	background-size: cover;
}
.p-main {
	padding: 80px 0;
}
.p-main-catch {
	font-size: 1.4rem;
}
.p-main-catch strong {
	font-weight: bold;
	font-size: 2.2rem;
}
}
@media screen and (max-width: 1024px) {
.p-main {
	padding: 40px 0;
}
.p-main-catch {
	font-size: 1.2rem;
}
.p-main-catch strong {
	font-size: 1.6rem;
}
}
@media screen and (max-width: 767px) {
.p-main {
	padding: 40px 0;
}
.p-main-catch {
	font-size: 1rem;
}
.p-main-catch strong {
	font-size: 1.2rem;
}
}
@media screen and (max-width: 568px) {
.p-main-wrapper:before {
	opacity: 0.5;
}
.p-main {
	padding: 25px 0;
}
.p-main-catch > span {
	display: inline;
	padding: 0;
	margin-top: 0;
	background: none;
}
.p-main-catch {
	text-align: left;
}
.p-main-catch br {
	display: none;
}
.p-main-catch strong {
	font-size: 1rem;
	border-bottom: #FFF 1px dotted;
}
}
/*------------------------------------------------------------
	Entrance
------------------------------------------------------------*/
.p-ttl {
	font-size: 0;
	text-align: center;
	margin-bottom: 50px;
}
.p-ent-inner {
	padding-top: 50px;
	border-top: #DFDFDF 1px solid;
}
* + .p-ent-inner {
	margin-top: 50px;
}
.p-ent-inner-catch {
	font-weight: bold;
	font-size: 1.6rem;
	line-height: 1.6;
	text-align: center;
	margin-bottom: 50px;
}
.p-ent-inner-ttl {
	font-family: 'Oswald', sans-serif;
	font-weight: 500;
	font-size: 2.8rem;
	line-height: 1.6;
	text-align: center;
	margin-bottom: 40px;
	position: relative;
}
.p-ent-inner-ttl:before {
	content: "";
	position: absolute;
	width: 45px;
	height: 5px;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	background: #d00600;
}
.p-ent-inner-catch > span {
	color: #d00600;
	padding: 0 0.1em;
}
.p-ent-wrapper {
	padding-top: 30px;
	padding-bottom: 80px;
}
.p-ent {
	border: 1px #DDD solid;
	border-top: 4px #d00600 solid;
	margin-bottom: 15px;
	background: #F6F6F6;
	box-shadow: 0px 2px 3px 0px rgba(0,0,0,0.1);
	transition: 0.2s;
}
.p-ent.is-link:hover {
	background: #FFF;
}
.p-ent-ttl-area {
	text-align: center;
	padding: 15px;
}
.p-ent-ttl {
	font-size: 1.1rem;
	font-weight: bold;
	color: #d00600;
}
.p-ent-img {
	text-align: center;
	font-size: 0;
	display: inline-block;
	margin: 12px 15px 5px;
	padding: 8px;
	border: #d00600 2px solid;
	border-radius: 100%;
	width: 70px;
	height: 70px;
}
.p-ent-img img {
	max-width: 100%;
}
@media screen and (max-width: 1024px) {
.p-ttl {
	margin-bottom: 25px;
}
.p-ent-inner {
	padding-top: 25px;
}
* + .p-ent-inner {
	margin-top: 25px;
}
.p-ent-inner-ttl {
	font-size: 1.8rem;
	margin-bottom: 35px
}
.p-ent-inner-ttl:before {
	height: 4px;
}
.p-ent-wrapper {
	padding-top: 40px;
	padding-bottom: 40px;
}
.p-ttl img {
	width: 280px;
}
.p-ent {
	margin-bottom: 7px;
}
}
@media screen and (max-width: 767px) {
.p-ttl {
	margin-bottom: 15px;
}
.p-ttl img {
	max-width: 130px;
}
.p-ent-inner {
	padding-top: 15px;
}
* + .p-ent-inner {
	margin-top: 15px;
}
.p-ent-inner-ttl {
	font-size: 1.4rem;
	margin-bottom: 20px
}
.p-ent-inner-ttl:before {
	width: 30px;
	height: 3px;
}
.p-ent {
	margin-bottom: 0;
	background: none;
	border: 0;
	border-top: #CCC 1px dotted;
	height: inherit!important;
	box-shadow: none;
}
.p-ttl img {
	width: 180px;
}
.p-ent-inner-catch {
	font-size: 1rem;
	text-align: left;
	margin-bottom: 20px;
}
.p-ent-wrapper {
	padding-top: 20px;
	padding-bottom: 40px;
}
.p-ent-ttl-area {
	text-align: left;
	padding: 10px 0;
	position: relative;
}
.p-ent-ttl-area:before {
	content: "";
	position: absolute;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	transform: rotate(45deg);
	width: 10px;
	height: 10px;
	border: #d00600 2px solid;
	border-left: 0;
	border-bottom: 0;
	right: 15px;
	top: 0;
	bottom: 0;
	margin: auto;
}
.p-ent-ttl-area:after {
	height: 0;
	visibility: hidden;
	content: ".";
	display: block;
	clear: both;
}
.p-ent-img {
	float: left;
	display: block;
	margin: 0;
	padding: 4px;
	width: 35px;
	height: inherit;
}
.p-ent-ttl {
	font-size: 1rem;
	padding-left: 43px;
	padding-top: 5px
}
}
/*------------------------------------------------------------
	Entrance - Color
------------------------------------------------------------*/
.p-ent.is-color {
	border: 0;
	background: #d00600;
	box-shadow: 0px 2px 3px 0px rgba(0,0,0,0.2);
}
.p-ent.is-color:hover {
	background: #d00600;
	opacity: 0.7;
}
.p-ent.is-color .p-ent-ttl {
	color: #FFF;
}
.p-ent.is-color .p-ent-img {
	border-color: #FFF;
}
@media screen and (max-width: 767px) {
.p-ent-ttl-area {
	padding: 10px 10px;
	margin-top: 1px;
}
.p-ent.is-color {
	box-shadow: none;
}
.p-ent.is-color .p-ent-ttl-area:before {
	border-color: #FFF;
}
}
