@charset "utf-8";
/*
///////////////////////////////////////////////////////////////////////////////////
//
//  共通CSS設定
//
///////////////////////////////////////////////////////////////////////////////////
/*
/* [01.CLEAR]
/* [02.PKG,SPC]
/* [03.OTHER]
/*
///////////////////////////////////////////////////////////////////////////////////
/*
/* [01.CLEAR]
--------------------------------------------------------------------------*/
.clr:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}
.clr {
	min-height: 1px;
}
* html .clr {
	height: 1px;
	/*¥*//*/
	height: auto;
	overflow: hidden;
	/**/
}

/* [02.PKG,SPC]
--------------------------------------------------------------------------*/
.wrap_side {
	width: 100%;
	max-width: 1680px;
	margin: 0 auto;
	box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}
.pkg {
	width: 1020px;
	margin: 0 auto;
	padding: 80px 0 80px 0;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	position: relative;
}
.pkg_w1440 {
	width: 100%;
	max-width: 1440px;
	padding: 80px 60px;
	margin: 0 auto;
	box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}
.spc_b_10 {
	margin-bottom: 10px;
}
.spc_b_20 {
	margin-bottom: 20px;
}
.spc_b_30 {
	margin-bottom: 30px;
}
.spc_b_40 {
	margin-bottom: 40px;
}
.spc_b_60 {
	margin-bottom: 60px;
}
.spc_b_80 {
	margin-bottom: 80px;
}

/* [03.OTHER]
--------------------------------------------------------------------------*/
.tac {
	text-align: center;
}
.mrg_auto {
	margin: 0 auto;
}
.btn {
	width: 260px;
	height: 60px;
	line-height: 58px;
	display: block;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	text-align: center;
	color: #fff;
	font-size: 14px;
	transition: all .3s;
	background: #212121;
}
.btn-cv {
	width: 220px;
	height: 60px;
	line-height: 58px;
	display: block;
	background: #212121;
	border: solid 1px #212121;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	text-align: center;
	color: #fff;
	font-size: 14px;
	transition: all .3s;
}
.btn-wide {
	width: 100%;
    height: 60px;
    line-height: 58px;
    display: block;
    background: #212121;
    border: solid 1px #212121;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    text-align: center;
    color: #fff;
    font-size: 14px;
    transition: all .3s;
}
.btn:hover,
.btn-cv:hover,
.btn-wide:hover {
    -webkit-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    transform: translateY(-5px);
}
.top_h2 {
	font-size: 48px;
	line-height: 140%;
	margin-bottom: 40px;
	font-weight: normal;
}
.top_h3 {
    font-size: 14px;
    line-height: 140%;
    font-weight: normal;
    margin-bottom: 40px;
    font-weight: normal;
}
.eng {
	color: #cd0224;
	font-size: 32px;
	line-height: 100%;
	font-family: 'Playfair Display', serif;
}
.ttl {
	font-size: 28px;
	line-height: 140%;
}
.bg_f5f5f5 {
	background: #f5f5f5;
}
.bg_212121 {
	background: #212121;
}
.re-m {
	margin: 0;
}
.fw-b {
	font-weight: bold;
}
.f-f-en {
	font-family: 'Poppins', sans-serif;
}
.mg_auto {
	margin: 0 auto;
}
.thum {
	width: 100%;
}
.thum img {
	width: 100%;
	height: auto;
}
.dsc {
	display: none;
}
.dsc-sp {
	display: none;
}
.dsc-pc {
	display: block;
}
.animation {
	opacity : 0;
	visibility: hidden;
	transition: 2s;
	transform: translateY(60px);
}
.active {
	opacity: 1;
	visibility: visible;
	transform: translateY(0);
}