@media screen and (min-width: 1024px) {
	.scrolled header{
	}
}


	svg .st0{fill:none;stroke:#000000;stroke-width:0.0612;}
	svg .st1{fill:none;stroke:#000000;stroke-width:0.0915;}

/*
---
---------------------------------------------------------------------------*/
body{
}

header{
	display: flex;
	align-items: center;
	height: 90px;
	padding: 0 20px;
	position: fixed;
	box-shadow: 0 4px 8px rgba(214, 214, 214, .75);
	z-index: 510;
	background-color: #fff;
	width: 100%;
	left: 0;
	top: 0;
}

#logo{
	width: 268px;
}
#logo a{
	display: block;
	position: relative;
}
#logo img {
	display: block;
}
#logo a:before{
	/*content: '';*/
	display: block;
	padding-bottom: calc(44 / 268 * 100%);
}
#logo svg{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.common__globalmenu__wrapper {
	flex-grow: 2;
	display: flex;
	align-items: center;
	font-size: 1.4rem;
	padding-left: 20px;
}
.common__globalmenu__wrapper > li {
	padding: 0 20px;
	position: relative;
}
.common__globalmenu__wrapper > li > a {
	color: inherit;
	display: block;
}
.common__globalmenu__wrapper > li > .sub-menu {
	display: none;
	position: absolute;
	top: 100%;
	left: 50%;
	transform: translateX(-50%);
	width: 260px;
	padding-top: 20px;
}
.common__globalmenu__wrapper > li > .sub-menu > li {
	background-color: #fff;
	border: 1px solid;
}
.common__globalmenu__wrapper > li > .sub-menu > li > a:hover {
	color: #FE94AF;
}
.common__globalmenu__wrapper > li > .sub-menu > li > a {
	display: block;
	color: inherit;
	padding: 10px;
}
.common__globalmenu__wrapper > li > .sub-menu > li + li {
	border-top-width: 0;
}
.common__globalmenu__wrapper > li > .sub-menu:before {
	content: "";
	position: absolute;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 6px 6px 0 6px;
	border-color: #444444 transparent transparent transparent;
	top: 10px;
	left: 50%;
	transform: translateX(-50%);
}

.common__globalmenu__wrapper > li > .sub-menu > li > .sub-menu > li {
	border-top: 1px dashed;
}
.common__globalmenu__wrapper > li > .sub-menu > li > .sub-menu > li > a:hover {
	color: #FE94AF;
}
.common__globalmenu__wrapper > li > .sub-menu > li > .sub-menu > li > a {
	display: block;
	color: inherit;
	padding: 5px 10px 5px 30px;
	position: relative;
}
.common__globalmenu__wrapper > li > .sub-menu > li > .sub-menu > li > a:before {
	content: "";
	position: absolute;
	width: 12px;
	border-top: 1px solid;
	top: 50%;
	left: 12px;
}

.notouch .common__globalmenu__wrapper > li.menu-item-has-children > a {
	pointer-events: none;
}

.header__submenu__wrapper {
	display: flex;
	font-size: 1.4rem;
	align-items: center;
}
.header__submenu__item {
	padding-left: 20px;
}
.header__submenu__access img {
	margin-right: 10px;
}
.header__submenu__access:hover {
	color: #FE94AF;
}
.header__submenu__access {
	display: flex;
	align-items: center;
	color: inherit;
}
.header__submenu__briefing:hover {
	color: #FE94AF;
	background-color: transparent;
}
.header__submenu__briefing {
	display: block;
	padding: 8px 18px;
	color: #fff;
	background-color: #FE94AF;
	border: 1px solid #FE94AF;
}



/*
---
---------------------------------------------------------------------------*/
.contents_wrapper{
	position: relative;
	overflow: hidden;
}
.contents_body{
	min-height: 150px;
}
.contents_body-sb{
	max-width: 1040px;
	margin-left: auto;
	margin-right: auto;
	padding-right: 20px;
	padding-left: 20px;
}

section:after,
.contents_body-sb:after{
	content: '';
	display: table;
	clear: both;
}
.contents_body-sb > :first-child{
	margin-top: 0 !important;
}
.contents_body-sb > :last-child{
	margin-bottom: 0 !important;
}


/*
---
---------------------------------------------------------------------------*/
.top-news-wrapper{
	display: none;
}
.top-news-wrapper.active{
	display: block;
}


/*
---
---------------------------------------------------------------------------*/
footer a {
	color: #fff;
}
footer{
	background-image: url("../images/seitoku_check_03.png");
	background-size: 50px;
	color: #fff;
	position: relative;
}
.footer__inner {
	padding: 40px 20px 10px;
	background-color: rgba(0,0,0,0.5);
}
.footer__sitename {
	font-size: 2.6rem;
}
.footer__sns__wrapper a:hover {
	opacity: .5;
}
.footer__sns__wrapper a {
	display: block;
	margin: 0 4px;
}
.footer__sns__wrapper {
	justify-content: center;
	margin-left: -4px;
	margin-right: -4px;
}
.copy{
	text-align: center;
	font-size: 1rem;
}

.common__footermenu__wrapper {
	display: flex;
	flex-wrap: wrap;
	text-align: left;
}
.common__footermenu__wrapper > li {
	width: 33.333333333333%;
	padding: 20px;
	border-left: 1px solid;
}
.common__footermenu__wrapper > li > .sub-menu a {
	font-size: 1.4rem;
	padding-left: 14px;
}
.common__footermenu__wrapper > li > .sub-menu > li + li {
	margin-top: 14px;
}
.common__footermenu__wrapper > li:nth-of-type(3n+3) {
	border-right: 1px solid;
}
.common__footermenu__wrapper > li > a + .sub-menu {
	margin-top: 14px;
}
.common__footermenu__wrapper > li:nth-of-type(n+4) {
	border-top: 1px solid;
}
.common__footermenu__wrapper a {
	display: block;
}
.common__footermenu__wrapper > li.menu-item-has-children > a {
	pointer-events: none;
}
.common__footermenu__wrapper > li > .sub-menu > li > .sub-menu > li > a {
	display: block;
	color: inherit;
	padding: 10px 10px 0px 40px;
	position: relative;
}
.common__footermenu__wrapper > li > .sub-menu > li > .sub-menu > li > a:before {
	content: "";
	position: absolute;
	width: 12px;
	border-top: 1px solid;
	top: 20px;
	left: 20px;
}


/*
---
---------------------------------------------------------------------------*/
.go_page_top{
	position: fixed;
	bottom: 5px;
	right: 5px;
	opacity: 0;
	z-index: 100;
	cursor: pointer;
	width: 85px;
	height: 85px;
	transition: all .5s;
	border-radius: 5px;
	background-color: rgba(77,77,77,1);
}
.go_page_top img{
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
}
.scrolled .go_page_top{
	opacity: 0.65;
}
.notouch.scrolled .go_page_top:hover{
	opacity: 1;
}


/*
---
---------------------------------------------------------------------------*/
.common__sidefix__wrapper span {
	position: relative;
	z-index: 1;
}
.common__sidefix__wrapper {
	position: fixed;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	z-index: 1000;
}
.common__sidefix__wrapper a {
	background-image: url("../images/seitoku_check_03.png");
	background-size: 30px;
	display: block;
	color: #fff;
	padding: 14px;
	font-size: 2rem;
	box-shadow: -4px 4px 8px rgba(106, 106, 106, .3);
	border-style: solid;
	border-color: #fff;
	border-width: 2px 0 2px 2px;
}
.common__sidefix__wrapper a:before {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background-color: rgba(0,0,0,0.4);
}
.notouch .common__sidefix__wrapper a:hover {
	padding-right: 40px;
	width: 94px;
}
.common__sidefix__wrapper a {
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
	max-height: 200px;
	width: 54px;
}


/*
---
---------------------------------------------------------------------------*/
.slick--arrow-black-square .slick-prev {
	background-image: url("../images/arrow-border-14x26-white-prev.png");
}
.slick--arrow-black-square .slick-next {
	background-image: url("../images/arrow-border-14x26-white-next.png");
}
.slick--arrow-black-square .slick-arrow {
	width: 30px;
	height: 50px;
	background-color: #000;
	background-repeat: no-repeat;
	background-size: 14px auto;
	background-position: center;
}
.slick--arrow-black-border .slick-next {
	background-image: url("../images/arrow-border-28x14-black-next.png");
}
.slick--arrow-black-border .slick-prev {
	background-image: url("../images/arrow-border-28x14-black-prev.png");
}
.slick--arrow-black-border .slick-arrow {
	width: 48px;
	height: 48px;
	background-size: 28px auto;
	background-repeat: no-repeat;
	background-position: center;
}

.slick-dotted.slick-slider {
	margin-bottom: 0;
}
.slick--dots--black .slick-dots li button {
/*	border-width: 0;*/
	background-color: transparent;
	width: 10px;
	height: 10px;
}
.slick--dots--black .slick-dots li.slick-active button,
.slick--dots--black .slick-dots li button:hover {
	background-color: #000;
}
.slick--dots--black .slick-dots {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}
.slick--dots--black .slick-dots li {
	display: block;
	margin-top: 5px;
	width: 10px;
	height: 10px;
}

.footer__addtel__wrapper a:hover {
	opacity: .5;
}

[data-aos^=fade][data-aos^=fade] {
	opacity: 1;
}
[data-aos=fade-down] {
	transform: translateY(-20px)
}
[data-aos=fade-up] {
	transform: translateY(20px)
}
[data-aos=fade-left] {
	transform: translate(20px)
}
[data-aos=fade-right] {
	transform: translate(-20px)
}
[data-aos=zoom-in] {
    transform: scale(.9)
}
[data-aos=fade-up-right] {
    transform: translate(-20px,20px)
}
[data-aos=zoom-in-left] {
    transform: translate(20px) scale(.9)
}

.common__footersubmenu__wrapper {
	display: flex;
	flex-wrap: wrap;
	margin-left: -20px;
	margin-right: -20px;
}
.common__footersubmenu__wrapper > li {
	padding: 20px 20px 0;
}
.common__footersubmenu__wrapper a {
	display: block;
}


@media only screen and (max-width: 1280px) {
	.common__globalmenu__wrapper > li {
		padding: 0 10px;
	}
}


@media only screen and (max-width: 1023px) {
	.common__globalmenu__wrapper {
		display: none;
	}
	header {
		justify-content: space-between;
		height: 70px;
		padding-right: 70px;
	}
	
	
	/*
	---
	---------------------------------------------------------------------------*/
}


@media only screen and (max-width: 767px) {
	header {
		padding-right: 44px;
		padding-left: 10px;
		height: 60px;
	}
	.header__submenu__wrapper {
		flex-shrink: 0;
	}
	.header__submenu__item {
		padding-left: 10px;
	}
	.header__submenu__access {
		font-size: 0;
	}
	.header__submenu__access img {
		margin-right: 0;
	}
	.header__submenu__briefing {
		font-size: 1rem;
		padding: 4px 8px;
	}
	
	.common__sidefix__wrapper {
		top: auto;
		bottom: 70px;
		transform: none;
	}
	.common__sidefix__wrapper a {
		font-size: inherit;
		width: 54px;
	}
	
	.go_page_top{
		width: 50px;
		height: 50px;
	}
}


@media only screen and (max-width: 450px) {
	body{
	}
}