@charset "UTF-8";
html {
	font-size: 62.5%; 
}
/*--------------------------------
common
--------------------------------*/
.text-center {
	text-align: center;
}
.text-right {
	text-align: right;
}
.text-left {
	text-align: left;
}
.en-font{
  font-family: garamond-premier-pro-display, serif;
  font-weight: 300;
  font-style: normal;
}

.small-text {
	font-size: 75%;
}
.large-text{
	font-size: 150%;
}
.fit-img {
	width: 100%;
	height: auto;
	vertical-align: middle;
}
.has-max {
	height: auto;
	max-width: 100%;
}
.flex-wrapper {
	display: flex;
	flex-wrap: wrap;
}
.flex-nowrap{
	flex-wrap: nowrap;
}
.img-wrapper{
	position: relative;
}
.img-wrapper .caption{
	position: absolute;
	bottom: 0;
	left: 8px;
	right: 8px;
	z-index: 1;
	font-size: 1.2rem;
}
.inline-block{
	display: inline-block;
}
.grid-wrapper{
	display: grid;
	grid-template-columns: repeat(3, 1fr);
}
@media screen and (max-width: 940px){
	.grid-wrapper{
		grid-template-columns: repeat(2, 1fr);
	}
}
@media screen and (max-width: 767px){
	.grid-wrapper{
		grid-template-columns: 1fr;
	}
}
.congruent-section{
	position: relative;
}
.congruent-section .inner{
	margin: 0 auto;
	padding: 80px 0;
	width: calc(100% - 32px);
	max-width: 1200px;
}
@media screen and (max-width: 767px){
	.congruent-section .inner{
		padding: 32px 0;
	}
}
/*--------------------------------
lp css
--------------------------------*/
.congruent{
	font-family: serif;
}
.congruent .area1{
	position: relative;
	background: url("../../img/congruent/selection-bg.jpg") no-repeat center center;
    background-size: cover;
}
.congruent-en{
	font-size: 140px;
}
.congruent .area1 .congruent-en{
	position: absolute;
	top: 0;
	left: 0;
	color: #fff;
	line-height: 1;
	margin: -5px 0;
}
.congruent .area1 .congruent-en span{
	opacity: .3;
}
.congruent .area1 .inner{
	display: flex;
	justify-content: center;
}
.congruent-copy{
	margin-top: 100px;
	writing-mode: vertical-rl;
}
.congruent-copy dt{
	font-size: 3rem;
	margin-left: 40px;
	text-indent: -.5em;
}
.congruent-copy dd{
	font-size: 1.6rem;
	line-height: 2.5;
	margin: 0;
}
.congruent .area2{
	position: relative;
	background: url("../../img/congruent/special-bg02.png") no-repeat top center,url("../../img/congruent/special-bg03.png") no-repeat bottom right,url("../../img/congruent/special-bg01.jpg") repeat center center;
    background-size: cover,20vw,100%;
}
.congruent-haed{
	font-size: 6rem;
}
.congruent .area2 .inner{
	max-width: 1000px;
}
.congruent-video{
	margin-top: 40px;
	position: relative;
	width: 100%;
	height: 0;
	padding-top: 56.25%;
}
.congruent-video iframe{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.congruent-list{
	margin: 140px 0 100px;
	gap: 120px 10%;
}
.congruent-item{
	position: relative;
	width: 45%;
}
.congruent-name{
	font-size: 3.2rem;
}
.congruent-item .congruent-name.has-en{
	line-height: 1.3;
	margin-right: -32px;
}
.congruent-name .en-text{
	text-orientation: upright;
}
.congruent-name .en-text .ls{
	letter-spacing: -.6em;
}
.congruent-item .congruent-name{
	position: absolute;
	top: 0;
	right: 0;
	margin: 0 -10px;
	writing-mode: vertical-rl;
}
.congruent-item .img-wrapper{
	position: relative;
	margin-right: 60px;
	z-index: 2;
}
.congruent-item .img-wrapper::before{
	content: "";
	position: absolute;
	z-index: -1;
	top: -10%;
	left: -5%;
	width: 90%;
	height: 60%;
	background: #b3484a;
}
.congruent-note{
	font-size: 2rem;
	line-height: 1.5;
}
.congruent-note sub{
	font-size: 1rem;
	vertical-align: text-top;
	bottom: -5px;
}
.congruent-item .congruent-note{
	margin-top: 20px;
}
.congruent-item a{
	position: relative;
	margin-top: 20px;
	display: block;
	color: #b3484a;
	font-size: 2rem;
	transition: .2s;
}
.congruent-item a:hover{
	opacity: .7;
}
.congruent-item a::before{
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 150px;
	height: 2px;
	background: #b3484a;
}
.congruent-item a::after{
	content: "";
    position: absolute;
    bottom: 7px;
    transform: rotate(35deg);
    left: 127px;
    width: 25px;
    height: 2px;
    background: #b3484a;
}
.congruent .area3{
	position: relative;
	background: url("../../img/congruent/position-bg.jpg") no-repeat center center;
    background-size: cover;
}
.congruent .area3::before{
	content: "";
	position: absolute;
	top: -77px;
	left: 50%;
	transform: translate(-50%,0);
	width: 2px;
	height: 107px;
	background: #000;
}
.congruent .area3 .img-wrapper{
	margin-top: 50px;
}
.congruent .area4{
	background: #000;
}
.congruent-introduction:nth-of-type(1){
	margin-top: 200px;
}
.congruent-introduction{
	position: relative;
	width: 100vw;
	margin: 150px calc(50% - 50vw) 0;
	z-index: 2;
}
.congruent .area4 .text-wrapper{
	box-sizing: border-box;
	width: 520px;
	height: auto;
	background: #fff;
	color: #000;
	padding: 40px 32px;
}
.congruent .area4 .congruent-name{
	border-bottom: 1px solid #000;
	padding-top: 10px;
	margin-bottom: 10px;
}
.congruent-station{
	font-size: 3.4rem;
	font-feature-settings: "palt";
}
.congruent-station span{
	position: relative;
	font-size: 2.4rem;
}
.congruent-station sub{
	font-size: 1rem;
	vertical-align: text-top;
}
.congruent-link{
	margin-top: 20px;
	gap: 20px;
}
.congruent-link a{
	position: relative;
	display: block;
	height: 50px;
	line-height: 50px;
	font-size: 2.2rem;
	text-align: center;
	transition: .2s;
}
.congruent-link a:hover{
	opacity: .7;
	color: #fff;
}
.congruent-link a::before{
	content: "";
	position: absolute;
	top: 50%;
	right: 30px;
    width: 10px;
    height: 10px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    transform: translate(0,-50%) rotate(45deg);

}
.congruent-hp{
	width: 100%;
	background: #912f33;
	color: #fff;
}
.congruent-req{
	background: #d9dadc;
}
.congruent-res{
	background: #2e303b;
	color: #fff;
}
.congruent-link a.congruent-req::before{
    border-top: 2px solid #000;
    border-right: 2px solid #000;
}
.congruent-link a.congruent-req:hover{
	color: #000;
}
.congruent-req,
.congruent-res{
	width: calc(100%/2 - 10px);
}
.congruent-req.one,
.congruent-res.one{
	width: 100%;
}
.congruent-introduction .congruent-en{
	position: absolute;
	top: -40px;
	left: 0;
	z-index: 1;
	line-height: 1;
}
.congruent-introduction:nth-of-type(even) .congruent-en{
	left: auto;
	right: 0;
}
.congruent-introduction .img-wrapper{
	width: 80vw;
	margin-left: auto;
}
.congruent-introduction:nth-of-type(even) .img-wrapper{
	margin-left: 0;
	margin-right: auto;
}
.congruent-introduction .text-wrapper{
	position: absolute;
	top: 25%;
	left: 80px;
}
.congruent-introduction:nth-of-type(even) .text-wrapper{
	left: auto;
	right: 80px;
}
.congruent-introduction .img-wrapper .caption{
	text-align: right;
}
.congruent-introduction .img-wrapper .caption.has-bg {
	left: auto;
	right: 0;
	margin: 0;
	padding: .4em;
	background: rgba(0, 0, 0, 0.7);
}
.congruent-introduction:nth-of-type(even) .img-wrapper .caption{
	text-align: left;
}
.congruent-introduction .congruent-note{
	font-size: 2.8rem;
}
.congruent-item01{
	top: 0;
	left: 0;
	position: absolute;
	overflow: hidden;
	width: 30vw;
}
.congruent-item01 img{
	transform: translate(-5vw,-7vw);
}
.congruent-item02{
	top: -24.8vw;
    right: 0;
    position: absolute;
    overflow: hidden;
    width: 24vw;
}
.congruent-item02 img{
	transform: translate(4vw,8vw);
}
.congruent-item03{
	top: 1vw;
    right: -12vw;
    position: absolute;
    overflow: hidden;
    width: 19vw;
    z-index: -1;
}
.congruent-introduction:nth-of-type(odd) .congruent-item03{
	right:auto;
	left: -12vw;
}
.congruent a{
	outline: none;
}
.congruent-caption{
	position: absolute;
	top: -14px;
	left: 0;
	bottom: auto;
	white-space: nowrap;
}
.caption-area {
	background: #d0d0d0;
}
.caption-area .inner{
	margin-bottom: -100px;
}
@media screen and (max-width: 1100px){
	.congruent-en{
		font-size: 100px;
	}
	.congruent-copy dt{
		margin-left: 20px;
	}
	.congruent-copy dd{
		line-height: 1.5;
	}
	.congruent .area4 .text-wrapper{
		width: 400px;
		padding: 18px 15px;
		margin-top: 25px;
	}
	.congruent-introduction .congruent-en{
		top: -27px;
	}
	.congruent-introduction .congruent-note{
		font-size: 2rem;
	}
	.congruent-station{
		font-size: 2.4rem;
	}
	.congruent-station span{
		font-size: 1.7rem;
	}
	.caption{
		font-size: 1.1rem;
	}
	.congruent-link a{
		font-size: 1.5rem;
	}
	.congruent-link a::before{
		right: 15px;
		width:6px;
		height: 6px;
		border-top: 1px solid #fff;
		border-right: 1px solid #fff;
	}
	.congruent-link a.congruent-req::before {
		border-top: 1px solid #000;
		border-right: 1px solid #000;
	}
}
@media screen and (max-width: 900px){

	.congruent .area4 .text-wrapper{
		position: static;
		width: 100%;
	}
	.congruent-introduction{
		width: 100%;
		margin: 150px auto 0;
	}
	.congruent-introduction .img-wrapper{
		width: 100%;
	}
	.congruent-item02,
	.congruent-item03{
		right: -16px;
	}
	.congruent-caption{
		margin-top: 20px;
		position: relative;
		top: 0;
		display: block;
	}
}
@media screen and (max-width: 767px){
	.congruent-copy dt{
		font-size: 1.6rem;
		margin-left: 14px;
	}
	.congruent-copy dd{
		font-size: 1.1rem;
		white-space: nowrap;
	}
	.congruent-en{
		font-size: 5rem;
	}
	.congruent-copy{
		margin-top: 38px;
	}
	.congruent .area1{
		background: url(../../img/congruent/selection-bg-sp.jpg) no-repeat center center;
		background-size: cover;
	}
	.congruent-haed{
		font-size: 3rem;
	}
	.congruent-video{
		margin-top: 20px;
	}
	.congruent-list{
		margin: 60px 0 50px;
		gap: 60px;
	}
	.congruent-item{
		width: 100%;
	}
	.congruent-item .img-wrapper{
		margin-right: 70px;
	}
	.congruent-item .congruent-name {
		margin: 0 -4px;
	}
	.congruent-name{
		font-size: 2.4rem;
	}
	.congruent-note{
		font-size: 1.5rem;
	}
	.congruent-item .congruent-note{
		margin-top: 15px;
	}
	.congruent-item .img-wrapper{
		left: 5%;
	}
	.congruent .area3::before{
		display: none;
	}
	.congruent .area3 .img-wrapper{
		margin-top: 40px;
	}
	.congruent-introduction:nth-of-type(1){
		margin-top: 110px;
	}
	.congruent-item01{
		width: 160px;
	}
	.congruent-item01 img {
		transform: translate(-50px,-25px);
	}
	.congruent-introduction{
		margin: 70px auto 0;
	}
	.congruent-item02{
		width: 160px;
		top: -110px;
		right: -16px;
		z-index: -1;
	}
	.congruent-item02 img{
		transform: translate(16px,16px);
	}
	.congruent-item03{
		width: 130px;
		right: 50%;
		transform: translate(50%,0);
		top: -50px;
	}
	.congruent-introduction:nth-of-type(odd) .congruent-item03{
		right: 50%;
		left: auto;
	}
	.caption-area .inner{
		margin-bottom: -50px;
	}
	.congruent-introduction .img-wrapper .caption{
		text-align: left;
	}
	.congruent .area2{
		background: url(../../img/congruent/special-bg02-sp.png) no-repeat top center,
		url(../../img/congruent/special-bg01.jpg) repeat center center;
		background-size: cover,100%;
	}
	.congruent-item .congruent-name.has-en {
    line-height: 1.1;
    margin-right: -8px;
	}
}
.map-wrap {
	margin-top: 40px;
	position: relative;
	/* padding-top:62.52%; */
	height: 700px;
}
.congruent-map {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
@media screen and (max-width: 767px){
	.map-wrap {
		margin-top: 20px;
		height: 500px;
	}
}
/*--------------------------------
state
--------------------------------*/
.disabled {
	opacity: 0.1;
	cursor: default;
	pointer-events: none;
}
.none{
	opacity: 0.1;
	cursor: default;
	pointer-events: none;
}
.is-none{
	display: none;
}
.is-light{
	color: #fff;
}
.is-dark{
	color: #333;
}
.is-key{
	color: #62a6a1;
}
.is-gry{
	color: #727171;
}
.is-blu{
	color: #87c2cc;
}
.is-blu2{
	color: rgb(11 116 174 / 70%);
}
.is-nvy{
	color: #1E374F;
}
.is-shadow{
	text-shadow: 0 0 1px rgba(0,0,0,.8), 0 0 4px rgba(0,0,0,.4);
}
.is-alert{
	color: #c90000;
}
@media screen and (max-width: 767px){
	.sp-none{
		display: none;
	}
	.slick-slide img.sp-none{
		display: none;
	}
}
@media screen and (min-width: 768px){
	.pc-none{
		display: none;
	}
	.slick-slide img.pc-none{
		display: none;
	}
}