@charset "utf-8";

/*--------------------------------
* common
 --------------------------------*/

@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@200..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Cinzel&display=swap');

h1,h2,h3,h4,h5,h6 {
  font-size: inherit;
  font-weight: inherit;
}

p {
	margin: 0;
}

#contents {
	font-family:'Noto Serif JP', serif;
	color: #000;
	font-size: 1.6rem;
    line-height: 1.8;
	letter-spacing: 0.05em;
	padding-top: 0;
}

#contents * {
	box-sizing: border-box;
}

#contents img {
	width: 100%;
	height: auto;
}

.pc-visible {display: block;}
.sp-visible {display: none;}
.posa{position:absolute;}
.posr{position: relative;}
.ib {display: inline-block;}
.txt-white {color: #fff;}
.ar {text-align: right;}
.ac {text-align: center;}
.aj {text-align: justify;}
.ib {display: inline-block;}

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

.cap {
	font-size: 1.1rem;
	line-height: 1.5;
	letter-spacing: 0;
}

.cap-cover-w {
	position: absolute;
	right: 5px;
	bottom: 5px;
	color: #fff;
	font-size: 1.1rem;
	line-height: 1.2;
	letter-spacing: 0;
	text-align: right;
	text-shadow: 0 0 5px #000,0 0 5px #000,0 0 5px #000;
	z-index: 5;
}

.cap-cover-b {
	position: absolute;
	right: 5px;
	bottom: 5px;
	color: #000;
	font-size: 1.1rem;
	line-height: 1.2;
	letter-spacing: 0;
	text-align: right;
	z-index: 5;
}

h3 .en {
	font-family: 'Cinzel', serif;
	font-size: 1.8rem;
	line-height: 1.6;
	text-align: center;
}

h3 .ja {
	color: #000;
	font-size: 3.0rem;
	line-height: 1.6;
	text-align: center;
}

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




/*--------------------------------
* quality common
 --------------------------------*/

.about-nav ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	max-width: 1000px;
	margin: 0 auto;
	margin-top: 60px;
}

.about-nav.second ul {
	margin-top: 80px;
	margin-bottom: 100px;
}

.about-nav li {
	position: relative;
	width: 25%;
}

.about-nav li a {
	display: flex;
	justify-content: center;
	align-items: center;
	color: #D5D5D5;
	font-size: 1.6rem;
	text-align: center;
	line-height: 1.0;
	text-decoration: none;
	border-bottom: 2px solid #D5D5D5;
	width: 100%;
	padding: 20px 0;
	transition: 0.2s;
}

.about-nav li a:hover {
	color: #000!important;
	border-bottom: 2px solid #000;
}

.about-nav li.current a {
	color: #000;
	border-bottom: 2px solid #000;
}

.txt-set .txt-head {
	color: #969696;
	font-size: 2.6rem;
	line-height: 1.6;
}

.txt-set .txt-lead {
	text-align: justify;
	margin-top: 20px;
}

.txt-s-set .txt-head {
	font-size: 1.8rem;
	line-height: 1.6;
}

.txt-s-set .txt-lead {
	font-size: 1.4rem;
	text-align: justify;
	margin-top: 20px;
}

.title-set {
	color: #fff;
	text-align: center;
	background: #4D4D4D;
	max-width: 320px;
	padding: 10px;
	margin-left: 8.33%;
	margin-top: 100px;
	margin-bottom: 80px;
}

.inner-area {
	max-width: 900px;
	margin-left: 16.67%;
}

.btn-more {
	position: relative;
	max-width: 260px;
	margin: 0 auto;
	background: #004097;
}

.btn-more a {
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	font-family: 'Cinzel', serif;
	color: #fff;
	font-size: 1.6rem;
	line-height: 1.0;
	letter-spacing: 0.2em;
	text-decoration: none;
	width: 100%;
	height: 60px;
	border: 1px solid #004097;
	background-image: url("/content/dam/31sumai/finecourt/quality/img/mk_arrow-w.png");
	background-position: right 40px center;
	background-repeat: no-repeat;
	background-size: 34px auto;
 	z-index: 3;
	transition: 0.2s;
}

.btn-more a:hover {
	color: #004097!important;
	background-image: url("/content/dam/31sumai/finecourt/quality/img/mk_arrow-b.png");
}

.btn-more:before {
 	content: '';
 	position: absolute;
 	top: 0;
 	left: 0;
 	z-index: 2;
 	background:#fff;
 	width: 100%;
	height: 100%;
 	transition: transform 0.5s;
 	transform: scale(0, 1);
	transform-origin: left top;
}

.btn-more:hover:before {
	transform-origin: left top;
	transform:scale(1, 1);
}






/*--------------------------------
* quality
 --------------------------------*/

h3 {
	margin-top: 100px;
}

.quality_01-wrap {
	position: relative;
	margin-top: 120px;
}

.line-area1 {
	position: relative;
}

.line-area1 .line {
	position: absolute;
	top: 0;
	left: 9.68%;
	width: 1px;
	height: 100%;
	background: #D5D5D5;
	z-index: -5;
}

.txt_01-wrap {
	max-width: 900px;
	margin-left: 16.67%;
	padding-top: 100px;
}

.land_01-wrap {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-top: 60px;
}

.land_01-wrap li {
	display: flex;
	flex-direction: column;
	width: 45.56%;
}

.land_01-wrap .txt-s-set {
	flex-grow: 1;
}

.land_01-wrap .photo {
	margin-top: 30px;
}

.land_01-wrap .txt {
	font-size: 1.3rem;
	text-align: center;
	margin-top: 10px;
}

hr.land {
	margin: 40px 0;
}

.cap.land {
	margin-top: 20px;
}

.structure-cap1 {
	margin-top: 10px;
}

.structure_01-wrap {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-top: 60px;
}

.structure_01-wrap li {
	width: 45.56%;
}

.structure_01-wrap .txt {
	font-size: 1.3rem;
	margin-bottom: 10px;
}

.structure_01 .photo {
	position: relative;
	width: 93.66%;
	margin-top: 60px;
}

.structure_02 .photo {
	position: relative;
	width: 85.61%;
	margin-top: 30px;
}

.structure_02 .photo p:nth-child(2) {
	margin-left: 5%;
}

@media only screen and (max-width: 1240px) {
.structure_01 .photo {	margin-top: 30px;}
}

hr.structure {
	margin: 60px 0;
}

.structure_txt-wrap {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.structure_txt-wrap li:nth-child(1) {
	width: 42.22%;
}

.structure_txt-wrap li:nth-child(2) {
	width: 51.11%;
}

.structure_txt-wrap .pickup {
	background: #EBEBEB;
	padding: 20px 30px 25px;
}

.structure_txt-wrap .pickup .txt-head {
	border-bottom: 1px solid #4D4D4D;
	padding-bottom: 15px;
}

.structure_txt-wrap sup {
	font-size: 0.6em;
}

.structure-cap2 {
	margin-top: 20px;
}

.base_01-wrap {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.base_01-wrap li:nth-child(1) {
	width: 60%;
}

.base_01-wrap li:nth-child(2) {
	width: 35.11%;
}

.base_01-wrap .txt-s-set {
	margin-top: 40px;
}

.base_01-wrap .txt {
	font-size: 1.3rem;
}

.eco_01-wrap {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-top: 60px;
}

.eco_01-wrap li:nth-child(1) {
	width: 35.56%;
}

.eco_01-wrap li:nth-child(2) {
	width: 58.89%;
}

.eco_01-wrap .txt-s-set .txt-lead {
	margin-top: 0;
}

.eco_02-wrap {
	max-width: 704px;
	margin: 0 auto;
	margin-top: 50px;
}

.management_01-wrap {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-top: 100px;
}

.management_01-wrap li:nth-child(1) {
	width: 48%;
}

.management_01-wrap li:nth-child(2) {
	width: 47.22%;
}

.management_01-wrap .txt-head {
	letter-spacing: 0;
}

.management_02 {
	margin-top: 30px;
}

.loop-wrap {
	display: grid;
	grid-template-columns: 42.86% 50%;
	grid-template-rows: auto auto;
	justify-content: space-between;
	border: 1px solid #004097;
	padding: 30px;
	padding-bottom: 15px;
	margin-top: 100px;
}

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

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

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

.loop-wrap .txt {
	letter-spacing: 0;
}

.loop_01 {
	margin-top: 30px;
	margin-bottom: 30px;
}

.cap.end {
	max-width: 1000px;
	margin: 0 auto;
	margin-top: 80px;
}










