@charset "utf-8";

@import "https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css";

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-style: normal;
	font-size: 100%;
	vertical-align: baseline;
	font-family:"游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
	color: #333;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}

html{
    overflow-y: scroll;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

input, textarea{
	margin: 0;
	padding: 0;
}

ol, ul{
    list-style:none;
}

table{
    border-collapse: collapse; 
    border-spacing:0;
}

caption, th{
    text-align: left;
}

a:focus {
	outline:none;
}

.clearfix:after {
	content: "."; 
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}

.clearfix {
	min-height: 1px;
}

* html .clearfix {
	height: 1px;
	/*¥*//*/
	height: auto;
	overflow: hidden;
	/**/
}

body{
	line-height: 150%;
	word-break: break-all;
	overflow: hidden;
	-webkit-text-size-adjust:100%
}

a{
	text-decoration: none;
}

img{
	max-width: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
li,
a{
	letter-spacing: 0.05em;
}

#wrap{
	position: relative;
}

body{
	min-width: 1180px;
}

a{
	text-decoration: none;
}
	
a.over{
	transition: all ease-out 0.3s;
}
	
a.over:hover{
	opacity: 0.6;
}

a.disabled{
	pointer-events: none;
}

.inner{
	width: 1180px;
	margin: auto;
	box-sizing: border-box;
}
	
img{
	width: auto !important;
}

.gray_bg{
	background: #f2f2f2;
}

/* header
   ========================================================================== */
header{
	background: #1f1f1f;
	border-bottom: 1px solid #fff;
	position: relative;
}

header .logo{
	line-height: 0;
	display: inline-block;
	width: 117px;
	position: absolute;
	margin: auto;
	top: 67px;
	left: 0;
	right: 0;
	z-index: 10;
}

header .logo a{
	line-height: 0;
	display: inline-block;
}

header .sns_icons{
	position: absolute;
	margin: auto;
	top: 0;
	bottom: 0;
	right: 22px;
	height: 36px;
}

.sns_icons ul{
	display: flex;
	align-content: center;
}

.sns_icons ul li{
	margin-left: 5px;
	line-height: 0;
}

.sns_icons ul li a{
	width: 36px;
	height: 36px;
	box-sizing: border-box;
	line-height: 0;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	background: #333;
	border-radius: 100%;
	transition: .3s;
}

footer .sns_icons ul li a{
	width: 30px;
	height: 30px;
	background: #4d4d4d;
}

header .sns_icons ul li:nth-child(1) a{
	padding-left: 4px;
}

 .sns_icons ul li a:hover{
	background: #474747;
}

 footer .sns_icons ul li a:hover{
	background: #777;
}

.sns_icons ul li a i{
	color: #c8c8c8;
	font-size: 20px;
}

footer .sns_icons ul li a i{
	font-size: 18px;
}


/* pc_nav
   ========================================================================== */
.pc_nav{
	display: block;
}
	
.pc_nav ul{
	margin: auto;
	font-size: 0;
	display: flex;
}
	
.pc_nav ul li{
	text-align: center;
	display: inline-block;
	border-right: 1px solid #1f1f1f;
}
	
.pc_nav ul li a{
	display: flex;
	justify-content: center;
	align-items: center;
	height: 80px;
	width: 120px;
	background: #333;
	transition: .3s;
}
	
.pc_nav ul li a:hover{
	background: #474747;
}
	
.pc_nav ul li a span{
	display: inline-block;
}
	
.pc_nav ul li a .icon{
	margin-right: 8px;
	line-height: 0;
}
	
.pc_nav ul li a .text{
	font-size: 12px;
	color: #fff;
}


/* page-top
   ========================================================================== */
#page-top{
	text-align: center;
	border-bottom: 1px solid #4d4d4d;
}
	
#page-top a{
	display: flex;
	height: 60px;
	justify-content: center;
	align-items: center;
	line-height: 0;
	box-sizing: border-box;
	position: relative;
	transition: .3s;
}
	
#page-top a::after{
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 5px 10px 5px;
	border-color: transparent transparent #4d4d4d transparent;
	position: absolute;
	margin: auto;
	left: 0;
	right: 0;
	bottom: 0;
}
	
#page-top a:hover{
	opacity: .5;
}


/* footer
   ========================================================================== */
footer{
	margin: 10px 0 0;
	padding: 0;
	background: #333;
}

footer .inner{
	padding: 40px 0 0;
	display: flex;
	position: relative;
	align-items: center;
}
	
footer .logo{
	margin: 0 0 0;
	width: 84px;
	display: block;
	line-height: 0;
}
	
footer .logo a{
	line-height: 0;
}

footer .footer_nav{
	margin: 0;
}

footer .footer_nav ul{
	margin: 0 14px 0 20px;
	padding: 0 20px 0 0;
	border-right: 1px solid #4d4d4d;
}

footer .footer_nav ul li{
	margin-left: 18px;
	display: inline-block;
	width: auto;
}

footer .footer_nav ul li:first-child{
	margin-left: 0;
}

footer .footer_nav ul li a{
	font-size: 12px;
	display: inline-block;
	background-size: auto;
	color: #fff;
	width: auto;
	text-align: left;
	background: none;
}
	
footer .footer_nav ul li a:hover{
	text-decoration: underline;
}
	
footer .sumus_logo{
	position: absolute;
	margin: auto;
	top: 55px;
	right: 0;
	line-height: 0;
	max-width: 300px;
}
	
footer address{
	padding: 15px 0 20px;
	font-size: 10px;
	color: #FFF;
	line-height: 0;
	text-align: center;
}


/* block_title
   ========================================================================== */
.block_title{
	padding: 50px 0 0;
	text-align: center;
	line-height: 0;
	position: relative;
}

.block_title::after{
	content: "";
	width: 40px;
	height: 5px;
	background: #00a288;
	position: absolute;
	margin: auto;
	top: 0;
	left: 0;
	right: 0;
}

.feature .block_title::after{
	display: none;
}

.block_title span{
	display: block;
}

.block_title .eng{
	line-height: 0;
}

.block_title .jpn{
	margin: 15px 0 0;
	font-size: 14px;
	font-weight: normal;
	line-height: 150%;
}

.block_title.green .jpn{
	color: #00a288;
}


/* anime_btn
   ========================================================================== */
.anime_btn{
	text-align: center;
	line-height: 0;
}

.anime_btn a{
	width: 240px;
	position: relative;
	border: none;
	overflow: hidden;
	display: inline-block;
	background: #00a288;
	border-radius: 6px;
}

.anime_btn a span{
	padding: 0;
	height: 50px;
	font-size: 16px;
	font-weight: bold;
	transition: .5s;
	z-index: 1;
	position: relative;
	border: 1px solid #00a288;
	line-height: 50px;
	display: block;
	color: #fff;
	box-sizing: border-box;
	border-radius: 6px;
}

.anime_btn a:hover span{
	animation: anime_btn_text 0.8s cubic-bezier(0.77, 0, 0.175, 1);
	animation-fill-mode: forwards;
}

.anime_btn a::after{
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #fff;
	transform: translate(-100%,0);
}

.anime_btn a:hover::after{
	animation: anime_btn 0.8s cubic-bezier(0.77, 0, 0.175, 1);
	animation-fill-mode: forwards;
}


/* bg_photo
   ========================================================================== */	
.bg_photo img{
	display: none;
}

.bg_photo{
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}


@keyframes anime_btn {
	0% { transform: translate(-100%,0);}
	48% { transform: translate(0,0);}
	52% { transform: translate(0,0); }
	100% { transform: translate(100%,0); }
}

@keyframes anime_btn_text {
	0% { color: #fff;}
	48% { color: #00a288;}
	52% { color: #00a288;}
	100% { color: #fff;}
}


@media screen and (min-width : 1400px){


	/* header
	   ========================================================================== */
	header .logo{
		top: 7px;
	}
	
	
}