@charset "UTF-8";

body {
	font-family: 'Noto Sans JP', 'Yu Gothic', YuGothic, '游ゴシック体', 'メイリオ', Meiryo, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', 'ＭＳ Ｐゴシック', 'MS PGothic', Osaka, sans-serif;
	font-size: 3.6vw;
	line-height: 180%;
	font-weight: 400;
	-webkit-text-size-adjust: 100%;
	/* for iOS */
	background: #fff;
}

.pc,
.pc2,
.pc3 {
	display: none;
}

.sp {
	display: inline-block;
}

.sp2 {
	display: block;
}

.sp3 {
	display: flex;
}

#wrapper {
	width: 100%;
	margin: auto;
	padding: 0;
	position: relative;
}


/*====================================
ヘッダー
=====================================*/
header {
	position: fixed;
	width: 100%;
	margin: 0 auto;
	padding: 0;
	display: flex;
	justify-content: space-between;
	align-items: center;
	z-index: 10;
	top: 0;
	left: 0;
}

header.brightness {
	z-index: 50;
}

h1 {
	width: 18%;
	height: 3.4em;
	margin: 0;
	padding: 0 0 0 3%;
	background: #fff;
	display: flex;
	align-items: center;
	position: relative;
	z-index: 1;
}

h1 a {
	display: flex;
	width: 75%;
	margin: 0;
	padding: 0;
}

h1 a img {
	width: 100%;
	height: auto;
}

h1:after {
	position: absolute;
	content: '';
	display: block;
	width: 0;
	height: 0;
	border-style: solid;
	border-color: transparent #fff #fff transparent;
	border-width: 2.8em;
	border-radius: 0 0 10px 0;
	transform: scaleX(0.6) rotate(45deg);
	top: -3.1em;
	right: -2.8em;
	z-index: -1;
}

nav {
	display: inline-block;
	margin: 0;
	padding: 0;
}

nav ul {
	margin: 0;
	padding: 0 3% 0 0;
	list-style: none;
	display: flex;
	justify-content: flex-end;
	align-items: center;
}

nav ul li {
	margin: 0 0 0 0.5em;
	padding: 0;
}

nav ul li a {
	height: 3.0em;
	margin: 0;
	padding: 0 0.8em 0 1.8em;
	font-size: 2.4vw;
	line-height: 150%;
	font-weight: var(--weight-nomal);
	text-decoration: none !important;
	color: #fff !important;
	white-space: nowrap;
	display: flex;
	align-items: center;
	position: relative;
}

nav ul li a:before {
	position: absolute;
	content: '';
	display: block;
	width: 0.6em;
	height: 1.0em;
	margin: 0;
	padding: 0;
	top: 50%;
	left: 0.7em;
	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: 0.5em;
}

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 100%);
	border-radius: 0.5em;
}

nav ul li:nth-of-type(3) a:before {
	background: url(../images/icon/arrow01.png) center / contain no-repeat;
}


#fadeLayer {
	position: fixed;
	width: 100%;
	height: 100%;
	margin: 0 auto;
	background: rgba(255, 255, 255, 0);
	top: 0;
	left: 0;
	display: none;
	z-index: 0;
}

#fadeLayer.on {
	display: block;
}


/*====================================
共通
=====================================*/
main {
	margin: 0 auto;
}

#sp_menu {
	width: 12%;
	height: 3.6em;
	font-size: 3.8vw;
	margin: auto;
	padding: 0;
	cursor: pointer;
	/*background: url(../images/common/sp_menu.png) no-repeat center center;*/
	background-size: contain;
	top: -0.1em;
	right: 0;
	z-index: 110;
}

#sp_menu span.btn {
	display: flex;
	margin: auto;
	padding: 0;
	justify-content: center;
	align-items: center;
}

#sp_menu span.btn:before,
#sp_menu span.btn:after,
#sp_menu span.btn span {
	display: block;
	width: 45%;
	position: absolute;
	left: 0;
	right: 0;
	margin: auto;
	-webkit-transition: .35s ease-in-out;
	-moz-transition: .35s ease-in-out;
	transition: .35s ease-in-out;
}

#sp_menu span.btn span {
	height: 3px;
	background-color: #666;
	border-radius: 1.5px;
	top: calc(50% - 1.5px);
}

#sp_menu span.btn:before {
	content: "";
	top: calc(37% - 3px);
	border-top: 3px solid #666;
}

#sp_menu span.btn:after {
	content: "";
	bottom: calc(37% - 3px);
	border-bottom: 3px solid #666;
}

#sp_menu span.btn.on span {
	width: 0;
}

#sp_menu span.btn.on:before {
	top: calc(50% - 1.5px);
	-webkit-transform: rotate(315deg);
	-moz-transform: rotate(315deg);
	transform: rotate(315deg);
}

#sp_menu span.btn.on:after {
	bottom: calc(50% - 1.5px);
	-webkit-transform: rotate(-315deg);
	-moz-transform: rotate(-315deg);
	transform: rotate(-315deg);
}

#accordion {
	display: none;
	position: fixed;
	width: 100%;
	height: 100vh;
	margin: auto;
	padding: 0;
	top: 0;
	left: 0;
	background: rgba(255, 255, 255, 0.95);
	z-index: 90;
}

#accordion h2 {
	width: 48%;
	margin: 2em auto 5%;
	padding: 0;
}

#accordion h2 img {
	width: 100%;
	height: auto;
}

#accordion ul {
	width: 100%;
	margin: 0 auto;
	padding: 0;
	list-style: none;
}

#accordion ul li {
	display: block;
	margin: 1% auto;
	padding: 2% 0;
	position: relative;
}

#accordion ul li:after {
	position: absolute;
	content: '';
	display: block;
	width: 10%;
	height: 1px;
	margin: auto;
	padding: 0;
	background: #d51e34;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	-webkit- translateX(-50%);
}

#accordion ul li:first-of-type:before {
	display: none;
}

#accordion ul li a {
	display: block;
	margin: 0 auto;
	padding: 1.6% 0;
	font-size: 4.0vw;
	line-height: 200%;
	color: #000;
	letter-spacing: 0.05em;
	text-decoration: none;
	white-space: nowrap;
}

#accordion ul li a img {
	display: inline-block;
	padding-right: 1em;
	vertical-align: 0;
}


/*====================================
フッター
=====================================*/
footer {
	width: 100%;
	margin: 0 auto;
	padding: 8% 4% 5%;
	background: #EEEEEE;
}

#footer {
	margin: 0 auto;
	padding: 0;
}

#footer div.comany_info {
	width: 100%;
	margin: 0 auto;
	padding: 0;
	text-align: left;
}

#footer div.comany_info h5 {
	width: 60%;
	margin: 0;
	padding: 0;
}

#footer div.comany_info h5 img {
	width: 100%;
	height: auto;
}

#footer div.comany_info h6 {
	margin: 1em 0 0;
	padding: 0;
	font-size: 3.6vw;
	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: .8em 0 0;
	padding: 0;
	font-size: 3.5vw;
	line-height: 180%;
	list-style: none;
}

#footer div.comany_info ul li {
	margin: 0 0 .3em;
	padding: 0 0 0 1em;
	position: relative;
}

#footer div.comany_info ul li:before {
	position: absolute;
	content: '';
	display: block;
	width: 0.5em;
	height: 1em;
	margin: 0;
	padding: 0;
	background: url(../images/icon/arrow02.png) center / contain no-repeat;
	top: 0.45em;
	left: 0;
}

#footer div.comany_info ul li a {
	color: #333;
	text-decoration: none;
}

#footer div.nav_area {
	width: 100%;
	margin: 8% 0 0;
	padding: 0;
	text-align: left;
}

#footer div.nav_area div.search {
	margin: 0;
	padding: 0;
	display: flex;
	flex-wrap: wrap;
}

#footer div.nav_area div.search a {
	width: 50%;
	height: 74px;
	margin: 3% 0 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;
}

#footer div.nav_area div.search a:nth-of-type(even) {
	border-right: 1px solid #CCCCCC;
}

#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 img {
	width: 8%;
	height: auto;
}

#footer div.nav_area div.search a h5 {
	margin: 0.8em 0 0;
	padding: 0;
	font-size: 3.2vw;
	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: 2em 0 1em;
	padding: 0;
	font-size: 3.5vw;
	line-height: 180%;
	list-style: none;
}

#footer div.nav_area ul.nav li {
	display: inline-block;
	margin: 0 0 .6em;
	padding: 0 0 0 1.2em;
	position: relative;
	width: 49.5%;
}

#footer div.nav_area ul.nav li:before {
	position: absolute;
	content: '';
	display: block;
	width: 0.5em;
	height: 1em;
	margin: 0;
	padding: 0;
	background: url(../images/icon/arrow02.png) center / contain no-repeat;
	top: 0.45em;
	left: 0;
}

#footer div.nav_area ul.nav li a {
	color: #333;
	text-decoration: none;
}

#footer div.nav_area ul.nav p {
	display: block;
	margin: .5em 0 3em;
	padding: 0;
}

#footer div.nav_area ul.nav p a {
	margin: 0;
	padding: 1em 1.5em 1em 2.2em;
	font-size: 3.5vw;
	line-height: 150%;
	font-weight: var(--weight-nomal);
	text-decoration: none !important;
	background: linear-gradient(to right, #CC0001 0%, #E4148B 100%);
	border-radius: 0.5em;
	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: 0.5em;
	height: 0.8em;
	margin: 0;
	padding: 0;
	background: url(../images/icon/arrow01.png) center / contain no-repeat;
	top: 50%;
	left: 4%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
}


#footer_copy {
	margin: 0 auto;
	padding: 15px 0;
	font-size: 13px;
	line-height: 160%;
	color: #fff;
	background: #CC0001;
}


#page_top {
	position: fixed;
	display: none;
	width: 10%;
	bottom: 2em;
	right: 3%;
	z-index: 1000;
}

#page_top img {
	width: 100%;
	height: auto;
}