@charset "UTF-8";
	*,:after,:before{
	margin:0;
	padding:0;
	list-style:none;
	background-repeat:no-repeat;
	box-sizing:inherit;
	vertical-align:inherit;
	font-size:inherit;
	line-height:inherit;
	color:inherit
}
@font-face{
	font-family:number;
	font-style:normal;
	font-weight:400;
	src:local("Helvetica");
	unicode-range:U+0030-0039
}
@font-face{
	font-family:number;
	font-style:normal;
	font-weight:400;
	src:local("Arial");
	unicode-range:U+0030-0039
}
html{
	font-family:number,Raleway,"游ゴシック体",YuGothic,"游ゴシック Medium","Yu Gothic Medium","游ゴシック","Yu Gothic","Noto Sans JP",sans-serif;
	font-size:14px;
	line-height:1.6;
	color:#505050;
	-webkit-text-size-adjust:100%;
	vertical-align:baseline;
	box-sizing:border-box;
	-webkit-font-smoothing:antialiased;
	-moz-osx-font-smoothing:grayscale
}
@media (max-width:450px){
	html{
	font-size:13px
}
}
@media all and (-ms-high-contrast:none){
	html{
	font-family:Verdana,Meiryo,sans-serif
}
}
a,a img,button{
	outline:0;
	border:none;
	cursor:pointer
}
button{
	background-color:transparent;
	padding:0;
	-webkit-appearance:none;
	-moz-appearance:none;
	appearance:none
}
input,textarea{
	padding:0;
	border:none;
	border-radius:0;
	outline:0;
	background:0 0
}
input[type=text]:focus,textarea:focus{
	outline:0
}
img{
	vertical-align:bottom;
	max-width:100%;
	height:auto
}
a,button{
	text-decoration:none;
	-webkit-tap-highlight-color:transparent
}
a:hover,button:hover{
	outline:0
}
em,i{
	font-style:normal
}
a:disabled,button:disabled,input:disabled{
	pointer-events:none
}
.groupheader{
	position:relative;
	background-color:#5C5C5C;
	background-image:url(../img/bg_header.png);
	background-position:center;
	background-repeat:repeat;
	color:#fff;
	line-height:1;
	padding:10px 20px 10px 20px;
}
.groupheader a{
	opacity:1;
	-webkit-transition:opacity .5s;
	transition:opacity .5s
}
.groupheader a:hover{
	opacity:.5
}
.scala_group .groupheader{
	background-color:transparent;
	background-image:none;
	position:fixed;
	top:0;
	left:0;
	width:100%;
	z-index:1
}
@media (max-width:490px){
	.groupheader{
	background-image:url(../img/bg_header_sp.png);
	background-size:auto 100%
}
}
.groupheader__wrap{
	max-width:1200px;
	margin:auto;
	display:-webkit-box;
	display:-webkit-flex;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-pack:justify;
	-webkit-justify-content:space-between;
	-ms-flex-pack:justify;
	justify-content:space-between;
	-webkit-box-align:center;
	-webkit-align-items:center;
	-ms-flex-align:center;
	align-items:center
}
.groupheader__title{
	min-width:160px
}
@media (max-width:490px){
	.groupheader__title{
	min-width:114px
}
}
.groupheader__title img{
	width:140px
}
@media (max-width:490px){
	.groupheader__title img{
	width:114px
}
}
.groupheader__list{
	display:-webkit-box;
	display:-webkit-flex;
	display:-ms-flexbox;
	display:flex;
	width:100%;
	max-width:696px;
	font-size:.86rem;
	letter-spacing:.1em;
	border-left:1px solid #fff
}
.groupheader__list li{
	-webkit-box-flex:1;
	-webkit-flex-grow:1;
	-ms-flex-positive:1;
	flex-grow:1;
	text-align:center;
	border-right:1px solid #fff
}
.groupheader__list li a{
	display:block;
	padding:.42em
}
@media (max-width:870px){
	.groupheader__list{
	display:none
}
}
.menu_btn{
	display:none
}
@media (max-width:870px){
	.menu_btn{
	display:block;
	width:31px;
	height:24px;
	position:relative;
	cursor:pointer
}
}
.menu_btn span{
	display:block;
	width:100%;
	height:2px;
	background-color:#fff;
	position:absolute;
	left:0
}
.menu_btn span:nth-child(1){
	top:0
}
.menu_btn span:nth-child(2){
	top:50%;
	margin-top:-1px
}
.menu_btn span:nth-child(3){
	bottom:0
}
.groupheader_menu{
	display:none
}
@media (min-width:871px){
	.groupheader_menu{
	display:none!important
}
}
.header{
	position:-webkit-sticky;
	position:sticky;
	z-index:2;
	background-color:#E9E8E8;
	color:#595757;
	line-height:1;
	padding:19px 20px;
	top:0;
	left:0
}
.header a{
	opacity:1;
	-webkit-transition:opacity .2s;
	transition:opacity .2s
}
.header a:hover{
	opacity:.5
}
.header__wrap{
	max-width:1200px;
	margin:auto;
	display:-webkit-box;
	display:-webkit-flex;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-pack:justify;
	-webkit-justify-content:space-between;
	-ms-flex-pack:justify;
	justify-content:space-between;
	-webkit-box-align:center;
	-webkit-align-items:center;
	-ms-flex-align:center;
	align-items:center
}
.header__title{
	min-width:315px;
	margin-right:20px
}
@media (max-width:490px){
	.header__title{
	min-width:198px
}
}
.header__title img{
	height:43.14px
}
@media (max-width:490px){
	.header__title img{
	height:28px
}
}
.header__list{
	display:-webkit-box;
	display:-webkit-flex;
	display:-ms-flexbox;
	display:flex;
	width:100%;
	max-width:696px;
	font-size:.86rem;
	letter-spacing:.1em;
	border-left:1px solid #595757
}
.header__list li{
	-webkit-box-flex:1;
	-webkit-flex-grow:1;
	-ms-flex-positive:1;
	flex-grow:1;
	text-align:center;
	border-right:1px solid #595757
}
.header__list li a{
	display:block;
	padding:.42em
}
@media (max-width:870px){
	.header__list{
	display:none
}
}
.header .menu_btn span{
	background-color:#595757
}
.menu{
	display:none;
	position:fixed;
	top:0;
	left:0;
	z-index:12;
	width:100%;
	height:100%;
	background-color:#3C3C3C;
	color:#fff
}
@media (min-width:871px){
	.menu{
	display:none!important
}
}
.menu__title{
	position:absolute;
	width:114px;
	height:24.45px;
	top:19px;
	left:19px
}
#group_menu .menu__title{
	top:21px;
	left:20px
}
@media (min-width:500px){
	#group_menu .menu__title{
	top:19px
}
}
@media (min-width:500px){
	.menu__title,
	.menu__title	img{
	width:140px;
}
}
.menu__title.com,
.menu__title.com img{
	width:auto;
	height:28.22px
}
@media (min-width:500px){
	.menu__title.com,
	.menu__title.com img{
	width:auto;
	height:43.42px
}
}
.menu__list{
	position:absolute;
	top:50%;
	left:50%;
	-webkit-transform:translateX(-50%) translateY(-50%);
	-ms-transform:translateX(-50%) translateY(-50%);
	transform:translateX(-50%) translateY(-50%);
	font-size:17px;
	line-height:1;
	width:85%;
	letter-spacing:.12em
}
@media (min-width:500px){
	.menu__list{
	font-size:20px
}
}
.menu__list a{
	display:block;
	padding:.88em 0
}
.menu__list .min{
	font-size:.76em;
	margin-top:1.18em
}
.menu .close_btn{
	position:absolute;
	top:4px;
	right:17px;
	width:24px;
	height:36px;
	cursor:pointer;
	-webkit-transform-origin:right top;
	-ms-transform-origin:right top;
	transform-origin:right top;
	-webkit-transform:scale(1.5);
	-ms-transform:scale(1.5);
	transform:scale(1.5)
}
.menu .close_btn span{
	display:block;
	width:100%;
	height:2px;
	background-color:#fff;
	position:absolute;
	left:0;
	top:50%;
	margin-top:-1px
}
.menu .close_btn span:nth-child(1){
	-webkit-transform:rotate(45deg);
	-ms-transform:rotate(45deg);
	transform:rotate(45deg)
}
.menu .close_btn span:nth-child(2){
	-webkit-transform:rotate(-45deg);
	-ms-transform:rotate(-45deg);
	transform:rotate(-45deg)
}
.menu .close_btn::after{
	content:"";
	display:block;
	width:200%;
	height:200%;
	position:absolute;
	top:-50%;
	left:-50%;
	z-index:-1
}
.menu#com_menu .close_btn{
	top:6px
}
@media (min-width:500px){
	.menu#com_menu .close_btn{
	top:14px
}
}
.totop_btn{
	display:block;
	width:78px;
	height:78px;
	background-color:#878787;
	position:fixed;
	bottom:0;
	right:0;
	z-index:1;
	-webkit-transform:translateY(101%);
	-ms-transform:translateY(101%);
	transform:translateY(101%);
	-webkit-transition:-webkit-transform .5s;
	transition:-webkit-transform .5s;
	transition:transform .5s;
	transition:transform .5s,-webkit-transform .5s;
	opacity:1;
	-webkit-transition:opacity .5s;
	transition:opacity .5s
}
.totop_btn img{
	width:100%
}
@media (max-width:500px){
	.totop_btn{
	width:45px;
	height:45px
}
}
.totop_btn.active{
	-webkit-transform:translateY(0);
	-ms-transform:translateY(0);
	transform:translateY(0)
}
.totop_btn:hover{
	opacity:.5
}
.sitemap{
	font-size:.85rem;
	background-color:#3C3C3C;
	color:#fff;
	font-family:"游ゴシック体",YuGothic,"游ゴシック Medium","Yu Gothic Medium","游ゴシック","Yu Gothic","Noto Sans JP",sans-serif;
	padding:80px 20px 100px;
	overflow:hidden
}
@media (max-width:820px){
	.sitemap{
	padding:56px 20px 80px
}
}
@media (max-width:620px){
	.sitemap{
	padding:36px 20px 65px
}
}
@media (max-width:530px){
	.sitemap{
	padding:26px 20px 50px
}
}
.sitemap__wrap{
	display:-webkit-box;
	display:-webkit-flex;
	display:-ms-flexbox;
	display:flex;
	-webkit-flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	flex-wrap:wrap;
	-webkit-box-pack:justify;
	-webkit-justify-content:space-between;
	-ms-flex-pack:justify;
	justify-content:space-between;
	max-width:957px;
	margin:auto
}
@media (max-width:820px){
	.sitemap__wrap{
	-webkit-box-pack:start;
	-webkit-justify-content:flex-start;
	-ms-flex-pack:start;
	justify-content:flex-start;
	margin-right:-2em
}
}
.sitemap__wrap+.sitemap__wrap{
	margin-top:80px
}
@media (max-width:820px){
	.sitemap__wrap+.sitemap__wrap{
	margin-top:56px
}
}
@media (max-width:620px){
	.sitemap__wrap+.sitemap__wrap{
	margin-top:36px
}
}
@media (max-width:530px){
	.sitemap__wrap+.sitemap__wrap{
	margin-top:26px
}
}
.sitemap__item,.sitemap__spacer{
	line-height:1;
	letter-spacing:.1em;
	white-space:nowrap
}
.scala_group .sitemap__item,.scala_group .sitemap__spacer{
	min-width:9%;
	-webkit-box-flex:0;
	-webkit-flex-grow:0;
	-ms-flex-positive:0;
	flex-grow:0;
	max-width:none
}
@media (max-width:820px){
	.sitemap__item,.sitemap__spacer{
	margin-top:1.43em;
	max-width:none;
	width:25%;
	-webkit-box-flex:0;
	-webkit-flex-grow:0;
	-ms-flex-positive:0;
	flex-grow:0;
	padding-right:2em
}
.sitemap__item:last-child,.sitemap__spacer:last-child{
	margin-top:3em
}
}
@media (max-width:620px){
	.sitemap__item,.sitemap__spacer{
	width:33.33%
}
}
@media (max-width:530px){
	.sitemap__item,.sitemap__spacer{
	width:50%
}
.sitemap__item:last-child,.sitemap__spacer:last-child{
	margin-top:2em
}
}
.sitemap__item dt,.sitemap__spacer dt{
	font-weight:700
}
.sitemap__item dt a,.sitemap__spacer dt a{
	display:block;
	padding:.86em 0;
	padding-right:1em;
	position:relative;
	opacity:1;
	-webkit-transition:opacity .2s;
	transition:opacity .2s
}
.sitemap__item dt a:after,.sitemap__spacer dt a:after{
	content:"";
	display:block;
	width:100%;
	height:2px;
	background:#fff;
	position:absolute;
	left:0;
	bottom:0
}
.sitemap__item dt a:hover,.sitemap__spacer dt a:hover{
	opacity:.7
}
.sitemap__item dd,.sitemap__spacer dd{
	margin-top:.8em
}
@media (max-width:820px){
	.sitemap__item dd,.sitemap__spacer dd{
	margin-top:.25em
}
}
.sitemap__item dd a,.sitemap__spacer dd a{
	display:block;
	padding:.5em 0
}
.sitemap__item dd a:hover,.sitemap__spacer dd a:hover{
	text-decoration:underline
}
.sitemap__item dt+dd,.sitemap__spacer dt+dd{
	margin-top:1.5em
}
@media (max-width:820px){
	.sitemap__item dt+dd,.sitemap__spacer dt+dd{
	margin-top:1em
}
}
.group_link{
	background-color:#E9E8E8;
	padding:10px 20px
}
.group_link a{
	opacity:1;
	-webkit-transition:opacity .2s;
	transition:opacity .2s
}
.group_link a:hover{
	opacity:.5
}
.group_link__wrap{
	max-width:930px;
	margin:auto;
	display:-webkit-box;
	display:-webkit-flex;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-pack:justify;
	-webkit-justify-content:space-between;
	-ms-flex-pack:justify;
	justify-content:space-between;
	-webkit-flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	flex-wrap:wrap;
	line-height:1;
	vertical-align:middle
}
@media (max-width:950px){
	.group_link__wrap{
	-webkit-box-pack:start;
	-webkit-justify-content:flex-start;
	-ms-flex-pack:start;
	justify-content:flex-start
}
}
.group_link__item{
	margin:10px 0
}
@media (max-width:950px){
	.group_link__item{
	min-width:25%
}
}
@media (max-width:750px){
	.group_link__item{
	min-width:33.33%
}
}
@media (max-width:600px){
	.group_link__item{
	min-width:50%
}
}
.group_link__item img{
	width:auto;
	height:21px
}
.group_link__item img.grp{
	height:16px
}
@media (max-width:600px){
	.group_link__item img{
	height:24px
}
.group_link__item img.grp{
	height:20px
}
}
.footer{
	background-color:#3C3C3C;
	background-image:url(../img/bg_gry.png);
	background-position:center;
	background-repeat:repeat;
	color:#fff;
	padding:48px 20px 20px;
	font-size:.93rem;
	letter-spacing:.1em
}
@media (max-width:700px){
	.footer{
	padding:40px 20px 18px
}
}
.footer_information{
	max-width:978px;
	margin:auto;
	display:-webkit-box;
	display:-webkit-flex;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-pack:justify;
	-webkit-justify-content:space-between;
	-ms-flex-pack:justify;
	justify-content:space-between;
	-webkit-box-align:center;
	-webkit-align-items:center;
	-ms-flex-align:center;
	align-items:center
}
@media (max-width:550px){
	.footer_information{
	-webkit-box-align:start;
	-webkit-align-items:flex-start;
	-ms-flex-align:start;
	align-items:flex-start
}
}
.footer_information__link{
	width:50%;
	display:-webkit-box;
	display:-webkit-flex;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-pack:justify;
	-webkit-justify-content:space-between;
	-ms-flex-pack:justify;
	justify-content:space-between;
	-webkit-flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	flex-wrap:wrap
}
.footer_information__link.group{
	width:65%
}
@media (max-width:1000px){
	.footer_information__link{
	width:60%
}
}
.footer_information__link.group{
	width:65%
}
@media (max-width:700px){
	.footer_information__link.group{
	width:55%
}
}
@media (max-width:940px){
	.footer_information__link.group li{
	width:50%;
	margin:.25em 0
}
}
@media (max-width:800px){
	.footer_information__link.group li{
	width:100%;
	line-height:1.4;
	margin-bottom:1.75em
}
}
@media (max-width:800px){
	.footer_information__link{
	display:block
}
.footer_information__link li{
	line-height:1.4;
	margin-bottom:2.25em
}
}
.footer_information__link a:hover{
	text-decoration:underline
}
.footer_information__jpx{
	display:block;
	width:25%;
	font-size:.86rem;
	letter-spacing:0;
	opacity:1;
	-webkit-transition:opacity .2s;
	transition:opacity .2s
}
@media (max-width:940px){
	.footer_information__jpx{
	width:35%
}
}
@media (max-width:700px){
	.footer_information__jpx{
	width:45%
}
}
.footer_information__jpx:hover{
	opacity:.5
}
.footer_information__jpx dl{
	display:-webkit-box;
	display:-webkit-flex;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-align:center;
	-webkit-align-items:center;
	-ms-flex-align:center;
	align-items:center;
	-webkit-box-pack:justify;
	-webkit-justify-content:space-between;
	-ms-flex-pack:justify;
	justify-content:space-between
}
@media (max-width:550px){
	.footer_information__jpx dl{
	display:block
}
}
.footer_information__jpx dt{
	width:54px;
	min-width:54px
}
@media (max-width:550px){
	.footer_information__jpx dt{
	width:49px;
	min-width:none
}
}
.footer_information__jpx dd{
	padding-left:1em
}
@media (max-width:550px){
	.footer_information__jpx dd{
	padding-left:0;
	margin-top:1em
}
}
.footer_copyright{
	max-width:978px;
	margin:auto;
	margin-top:52px;
	display:-webkit-box;
	display:-webkit-flex;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-pack:justify;
	-webkit-justify-content:space-between;
	-ms-flex-pack:justify;
	justify-content:space-between;
	-webkit-box-align:center;
	-webkit-align-items:center;
	-ms-flex-align:center;
	align-items:center
}
@media (max-width:700px){
	.footer_copyright{
	margin-top:48px
}
}
@media (max-width:550px){
	.footer_copyright{
	font-size:10px;
	letter-spacing:.05em
}
}
.footer_copyright__sns{
	opacity:1;
	-webkit-transition:opacity .2s;
	transition:opacity .2s
}
@media (max-width:550px){
	.footer_copyright__sns{
	width:32px
}
}
.footer_copyright__sns:hover{
	opacity:.5
}
html{
	background-color:#E9E8E8
}
.btn_readmore>a,.btn_readmore>span{
	display:inline-block;
	text-align:center;
	font-weight:700;
	font-size:.86rem;
	border:2px solid;
	padding:1em 0;
	line-height:1;
	position:relative
}
.btn_readmore>a::after,.btn_readmore>span::after{
	content:"";
	display:block;
	width:2em;
	height:1px;
	position:absolute;
	top:50%;
	right:.5em;
	border-bottom:1px solid;
	-webkit-animation:readmore 2s ease infinite;
	animation:readmore 2s ease infinite
}
@-webkit-keyframes readmore{
	0%{
	width:0;
	-webkit-transform:translateX(-2em);
	transform:translateX(-2em)
}
50%{
	width:2em;
	-webkit-transform:translateX(0);
	transform:translateX(0)
}
100%{
	width:0;
	-webkit-transform:translateX(0);
	transform:translateX(0)
}
}
@keyframes readmore{
	0%{
	width:0;
	-webkit-transform:translateX(-2em);
	transform:translateX(-2em)
}
50%{
	width:2em;
	-webkit-transform:translateX(0);
	transform:translateX(0)
}
100%{
	width:0;
	-webkit-transform:translateX(0);
	transform:translateX(0)
}
}
