@charset "UTF-8";



/*********** top-nav *************/

.top-nav-bg {
	position: fixed;
	top: 90px;
	width:100%;
	height: 60px;
	background: #fff;
	z-index: 900;
}

.top-nav-bg .line {
	position: absolute;
	top: 27px;
	width: 100%;
	height: 1px;
	border-top: 1px solid #999;
}

nav.top-nav {
	max-width: 1240px;
	margin: 0 auto;
	padding: 0 20px;
}

nav.top-nav ul {
	display: flex;
	justify-content: space-between;
}

nav.top-nav li {
	display: flex;
	width: 10%;
	word-break: break-all;
	position: relative;
}

nav.top-nav li .glay,
nav.top-nav li a {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 60px;
	text-align: center;
	text-decoration: none;
	transition: all 0.3s ease;
}

nav.top-nav li .glay .en,
nav.top-nav a .en {
	font-size: 1.3rem;
	letter-spacing: 0;
	line-height: 1.0;
	width: 100%;
	padding-top: 5px;
}

nav.top-nav li .glay .ja,
nav.top-nav a .ja {
	font-size: 1.5rem;
	letter-spacing: 0;
	line-height: 1.0;
	width: 100%;
	padding-bottom: 10px;
}

nav.top-nav li .glay {
	color: #bbb;
}
	
nav.top-nav li a:hover {
	background: #E4E1D7;
}
	
nav.top-nav ul li .new{
    display: none;
}
	

/*********** ↑top-nav *************/





/*********** 共通・bg *************/

main {
	margin-top: 150px;
}

.footer-cap {
	margin-top: 150px;
}

footer {
	padding-top: 40px;
}

nav.footer-nav li a:hover {
	background: #EDEDED;
}

/*********** ↑共通・bg *************/





.merit-bg {
	background: linear-gradient(90deg, #EBEBEB, #fff, #B5B5B5);
}

.merit-wrap {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	padding: 20px 0;
}

.merit-wrap li {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	width: 50%;
	font-size: 2.1rem;
	line-height: 1.3;
	text-align: center;
}

.merit-wrap.second li {
	line-height: 1.7;
}

.merit-wrap li .l {
	font-size: 1.5em;
}

.merit-wrap li .m {
	font-size: 1.2em;
	
}

.merit-wrap li sup {
	font-size: 1.0rem;
	top: -1.1em;
}

.merit-wrap li:nth-child(1) {
	border-right: 1px solid #666;
}

.merit-wrap li:nth-child(1) .cap {
	width: 100%;
	margin-top: -1em;
}

.merit-bg hr {
	border-top: 1px solid #666;
}

@media only screen and (max-width: 1200px){
.merit-wrap li {	font-size: 1.8vw;}
}




/*********** concept *************/

.concept-bg {
	position: relative;
	background-image: url("../../images/concept_bg.jpg");
	background-position: center top;
	background-repeat: no-repeat;
	background-size: cover;
	color: #fff;
	padding-bottom: 120px;
}

.concept-bg h3 {
	font-family: 'EB Garamond',serif;
	font-size: 2.0rem;
	letter-spacing: 0.1em;
	text-align: center;
}

.concept-bg hr {
	border-top: 0.5px solid #fff;
}

.concept_01-wrap {
	width: 54.75%;
	margin: 0 auto;
	margin-top: 20px;
}

.concept-copy {
	line-height: 2.2;
	text-align: center;
	margin-top: 40px;
}

.concept-copy p {
	margin-top: 20px;
}

/*********** ↑concept *************/




/*********** info *************/

.info-bg {
	background: linear-gradient(0deg, rgba(0,0,0,0.2), rgba(0,0,0,0.1), rgba(0,0,0,0.2));
	padding: 80px 0;
}

.info-area {
	padding-top: 40px;
	padding-bottom: 80px;
}

.info-area a {color: #fff; text-decoration: underline; text-underline-offset: 4px;}
.info-area a:visited {color: #fff;}
.info-area a:hover {color: #fff; text-decoration: none;}
.info-area a:active {color: #fff;}


.info-st {
	text-align: center;
	margin-top: 60px;
}

.info-st .txt1 {
	font-size: 4.0rem;
	line-height: 1.5;
	letter-spacing: 0.1em;
}

.info-st .txt1 .l {
	font-size: 1.3em;
}

.info-st .txt2 {
	font-size: 2.2rem;
	line-height: 1.5;
	letter-spacing: 0.1em;
	margin-top: 10px;
}

.info-st .txt2 .l {
	font-size: 1.5em;
}

.info-st .txt2 .s {
	font-size: 0.7em;
}

/*********** ↑info *************/




/*********** cont *************/

.cont-bg {
	position: relative;
	background-image: url("../../images/cont_bg.jpg");
	background-position: center bottom;
	background-repeat: no-repeat;
	background-size: cover;
	padding-top: 40px;
}

.cont-wrap.left {
	display: grid;
	grid-template-columns: 25.83% 74.17%;
	grid-template-rows: auto;
	justify-content: space-between;
	margin-top: 100px;
}

.cont-wrap.left li:nth-child(1) {
	grid-column: 2 / 3;
	grid-row: 1 / 2;
}

.cont-wrap.left li:nth-child(2) {
	grid-column: 1 / 2;
	grid-row: 1 / 2;
	align-self: center;
	width: 109.68%;
	position: relative;
	z-index: 5;
}

.cont-wrap.right {
	display: grid;
	grid-template-columns: 74.17% 25.83%;
	grid-template-rows: auto;
	justify-content: space-between;
	margin-top: 100px;
}

.cont-wrap.right li:nth-child(1) {
	grid-column: 1 / 2;
	grid-row: 1 / 2;
}

.cont-wrap.right li:nth-child(2) {
	grid-column: 2 / 3;
	grid-row: 1 / 2;
	align-self: center;
	width: 109.68%;
	margin-left: -9.68%;
	position: relative;
	z-index: 5;
}

/*********** ↑cont *************/









