@charset "UTF-8";

.pc {
	display: inline-block;
}

.pc2 {
	display: block;
}

.pc3 {
	display: flex;
}

.sp,
.sp2,
.sp3 {
	display: none;
}

a,
a:before,
a:after {
	transition: 0.2s linear;
}

#wrapper {
	width: 100%;
	min-width: 1200px;
	margin: auto;
	padding: 0;
	position: relative;
}


/*====================================
ヘッダー
=====================================*/
header {
	width: 100%;
	height: 80px;
	margin: 0 auto;
	padding: 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	position: absolute;
	z-index: 1;
}

h1 {
	width: 350px;
	height: 80px;
	margin: 0;
	padding: 0 0 0 50px;
	background: #fff;
	display: flex;
	align-items: center;
	position: relative;
	z-index: 1;
}

h1:after {
	position: absolute;
	content: '';
	display: block;
	width: 0;
	height: 0;
	border-style: solid;
	border-color: transparent #fff #fff transparent;
	border-width: 60px;
	border-radius: 0 0 10px 0;
	transform: scaleX(0.6) rotate(45deg);
	top: -63px;
	right: -60px;
	z-index: -1;
}

h1 a:hover {
	opacity: 0.8;
}

nav {
	display: inline-block;
	margin: 0;
	padding: 0;
}

nav ul {
	margin: 0;
	padding: 0 24px 0 0;
	list-style: none;
	display: flex;
	justify-content: flex-end;
	align-items: center;
}

nav ul li {
	margin: 0 0 0 15px;
	padding: 0;
}

nav ul li a {
	height: 40px;
	margin: 0;
	padding: 0 23px 0 33px;
	font-size: 13px;
	line-height: 150%;
	font-weight: var(--weight-nomal);
	text-decoration: none !important;
	color: #fff !important;
	display: flex;
	align-items: center;
	position: relative;
}

nav ul li a:before {
	position: absolute;
	content: '';
	display: block;
	width: 6px;
	height: 10px;
	margin: 0;
	padding: 0;
	top: 50%;
	left: 20px;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
}

nav ul li:nth-of-type(1) a,
nav ul li:nth-of-type(2) a {
	background: rgba(0, 0, 0, 0.6);
	border-radius: 5px;
}

nav ul li:nth-of-type(1) a:hover,
nav ul li:nth-of-type(2) a:hover {
	background: rgba(0, 0, 0, 0.8);
	border-radius: 5px;
}

nav ul li:nth-of-type(1) a:before,
nav ul li:nth-of-type(2) a:before {
	background: url(../images/icon/arrow02.png) center / contain no-repeat;
}

nav ul li:nth-of-type(3) a {
	background: linear-gradient(to right, #CC0001 0%, #E4148B 50%, #CC0001 100%);
	background-size: 200% auto;
	background-position: left center;
	border-radius: 5px;
}

nav ul li:nth-of-type(3) a:hover {
	background-position: right center;
	border-radius: 5px;
}

nav ul li:nth-of-type(3) a:before {
	background: url(../images/icon/arrow01.png) center / contain no-repeat;
}

ul.subnavi {
	width: 100%;
	display: flex;
	align-items: center;
	margin: 0;
	padding: 0;
}

ul.subnavi li {
	width: 25%;
	text-align: center;
	list-style: none;
}

ul.subnavi li a {
	background: #EEEEEE;
	display: block;
	text-align: center;
	height: 100%;
	text-decoration: none;
	color: #333;
	padding: .5em 0;
	transition: none;
}

ul.subnavi li a img.active {
	display: none;
}

ul.subnavi li a:hover {
	background: linear-gradient(to right, #CC0001 0%, #E4148B 100%);
	color: #FFF;
}

ul.subnavi li a:hover img:first-of-type {
	display: none;
}

ul.subnavi li a:hover img.active {
	display: inline;
}

#fadeLayer {
	position: fixed;
	width: 100%;
	height: 100%;
	margin: 0 auto;
	background: rgba(255, 255, 255, 0);
	top: 0;
	left: 0;
	display: none;
	z-index: 50;
}

#fadeLayer.on {
	display: block;
}

/*====================================
共通
=====================================*/
main {
	margin: 0 auto;
}

/*====================================
フッター
=====================================*/
footer {
	width: 100%;
	margin: 0 auto;
	padding: 50px 0 40px;
	background: #EEEEEE;
}

#footer {
	max-width: 1380px;
	margin: 0 auto;
	padding: 0 10px;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	flex-direction: row-reverse;
}

#footer div.comany_info {
	width: 290px;
	margin: 0;
	padding: 0;
	text-align: left;
}

#footer div.comany_info h5 {
	width: 350px;
	margin: 0;
	padding: 0;
}

#footer div.comany_info h5 a:hover {
	opacity: 0.8;
}

#footer div.comany_info h6 {
	margin: 15px 0 0;
	padding: 0;
	font-size: 15px;
	line-height: 150%;
	font-weight: var(--weight-nomal);
}

#footer div.comany_info h6 strong {
	font-weight: var(--weight-bold2);
}

#footer div.comany_info ul {
	margin: 15px 0 0;
	padding: 0;
	font-size: 13px;
	line-height: 180%;
	list-style: none;
}

#footer div.comany_info ul li {
	margin: 0;
	padding: 0 0 0 0.8em;
	position: relative;
}

#footer div.comany_info ul li {
	margin: 0;
	padding: 0 0 0 0.8em;
	position: relative;
}

#footer div.comany_info ul li:before {
	position: absolute;
	content: '';
	display: block;
	width: 6px;
	height: 10px;
	margin: 0;
	padding: 0;
	background: url(../images/icon/arrow02.png) center / contain no-repeat;
	top: 0.6em;
	left: 0;
}

#footer div.comany_info ul li a {
	color: #333;
	text-decoration: none;
}

#footer div.comany_info ul li a:hover {
	color: #CC0001;
}

#footer div.nav_area {
	width: 72.5%;
	margin: 0;
	padding: 0;
	text-align: right;
}

#footer div.nav_area div.search {
	margin: 0;
	padding: 0;
	border-right: 1px solid #CCCCCC;
	display: flex;
}

#footer div.nav_area div.search a {
	width: 25%;
	height: 74px;
	margin: 0;
	padding: 0;
	background: #EEEEEE;
	border-left: 1px solid #CCCCCC;
	text-decoration: none;
	color: #333;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	transition: 0.2s linear;
}

#footer div.nav_area div.search a:hover {
	background: linear-gradient(to right, #CC0001 0%, #E4148C 100%);
}

#footer div.nav_area div.search a img.passive {
	display: block;
}

#footer div.nav_area div.search a img.active {
	display: none;
}

#footer div.nav_area div.search a:hover img.passive {
	display: none;
}

#footer div.nav_area div.search a:hover img.active {
	display: block;
}

#footer div.nav_area div.search a h5 {
	margin: 10px 0 0;
	padding: 0;
	font-size: 15px;
	line-height: 120%;
	font-weight: var(--weight-bold2);
}

#footer div.nav_area div.search a:hover h5 {
	color: #fff;
}

#footer div.nav_area ul.nav {
	margin: 25px 0 0;
	padding: 0;
	font-size: 13px;
	line-height: 180%;
	list-style: none;
	display: flex;
	justify-content: flex-end;
	align-items: center;
}

#footer div.nav_area ul.nav li {
	margin: 0 45px 0 0;
	padding: 0 0 0 0.8em;
	position: relative;
}

#footer div.nav_area ul.nav li:before {
	position: absolute;
	content: '';
	display: block;
	width: 6px;
	height: 10px;
	margin: 0;
	padding: 0;
	background: url(../images/icon/arrow02.png) center / contain no-repeat;
	top: 0.6em;
	left: 0;
}

#footer div.nav_area ul.nav li a {
	color: #333;
	text-decoration: none;
}

#footer div.nav_area ul.nav li a:hover {
	color: #CC0001;
}

#footer div.nav_area ul.nav p a {
	height: 40px;
	margin: 0;
	padding: 0 43px 0 53px;
	font-size: 13px;
	line-height: 150%;
	font-weight: var(--weight-nomal);
	text-decoration: none !important;
	background: linear-gradient(to right, #CC0001 0%, #E4148B 50%, #CC0001 100%);
	background-size: 200% auto;
	background-position: left center;
	border-radius: 5px;
	color: #fff !important;
	display: flex;
	align-items: center;
	position: relative;
}

#footer div.nav_area ul.nav p a:before {
	position: absolute;
	content: '';
	display: block;
	width: 6px;
	height: 10px;
	margin: 0;
	padding: 0;
	background: url(../images/icon/arrow01.png) center / contain no-repeat;
	top: 50%;
	left: 20px;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
}

#footer div.nav_area ul.nav p a:hover {
	background-position: right center;
	border-radius: 5px;
}


#footer_copy {
	margin: 0 auto;
	padding: 15px 0;
	font-size: 13px;
	line-height: 160%;
	color: #fff;
	background: #CC0001;
}

#page_top {
	position: fixed;
	bottom: 5px;
	right: 0;
	z-index: 80;
}

#page_top a {
	display: inline-block;
	margin: 0 auto;
	padding: 20px 15px;
	/* background: url(../images/common/slash1.png) repeat; */
}

#page_top img {
	transition: 0.2s linear;
}

#page_top img:hover {
	opacity: 0.8;
}