@charset "UTF-8";
/* CSS Document */

/*			quality 01
==============================*/
.contents_Wrap {
	background: transparent;
	color: #3e4e57;
	padding: 0 0 100px;
}
.contents_Wrap section {
	overflow: hidden;
}
.contents_Wrap figure {
	position: relative;
	height: fit-content;
}

.page_mv {
	position: relative;
	background: url(../img/main.jpg) no-repeat center 0;
	background-size: cover;
	/* aspect-ratio: 14 / 3; */
	height: 300px;
	margin: 0 auto 100px;
}
.page_mv h2 {
	position: absolute;
	top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);

	font-family: "EB Garamond", serif;
	color: #fff;
	font-size: 2vw;
	letter-spacing: 0.2em;
	text-align: center;
	filter: drop-shadow(0 0 3px rgba(0, 0, 0, 0.8)) drop-shadow(0 0 7px rgba(0, 0, 0, 0.8));

}



/* tab_Area */
.tab_Area{
margin: 0 auto;
max-width: 1200px;
width: 96%;
justify-content: space-between;
flex-wrap: wrap;
}
.tab_Area li{
max-width: 185px;
width: calc(100% / 6);
border: 1px solid #5c7db1;
text-align: center;
}
.tab_Area li a{
display: block;
font-size: 15px;
padding: 15px 22px;
color:  #5c7db1;
background: #FFF;
position:relative;
z-index:0;
background: transparent;
transition: .5s;
}
.tab_Area li:nth-child(5) a{
padding: 7.5px 22px;
}

.tab_Area li a:hover {
	color: #fff;
}
.tab_Area li a::before{
content:'';
position:absolute;
top:0;
bottom:0;
left:0;
right:0;
z-index:-1;
background: rgb(223,209,186);
background: linear-gradient(90deg, #5c7db1 0%, #83a7d8 50%, #5c7db1 100%);
opacity: 0;
transition: .5s;
}
.tab_Area li a:hover::before{
opacity: 1;
}
.tab_Area .curr a {
	color: #fff;
background: rgb(223,209,186);
background: linear-gradient(90deg, #5c7db1 0%, #83a7d8 50%, #5c7db1 100%);
}

/* common */
.section_Wrap {
	padding:100px 0;
}
.section_Wrap + .section_Wrap {
	padding:0 0 100px;
}

.box {
	padding:0 0 50px;
}

.section_Wrap .title {
	color:#504f4f;
	font-size: 14px;
	line-height: 1.3;
	letter-spacing: 2px;
	margin-bottom: 50px;
}
.section_Wrap .title span {
	font-size: 36px;
	line-height: 1.3;
	letter-spacing: 2px;
	font-family: 'Cinzel', serif;
	color:#103246;
}

.section_Wrap .ttl_btmBorder {
	color:#273c7d;
	font-size: 20px;
	line-height: 1.8;
	letter-spacing: 2px;
	font-weight: 600;
	border-bottom:1px solid #273c7d;
	margin-bottom: 20px;
}
.section_Wrap .ttl_btmBorder .txt_s_black {
	font-size: 12px;
	color:#333;
	padding-left:1em;
}

.section_Wrap .ttl_btmBorder_Gold {
	color:#90774f;
	font-size: 20px;
	line-height: 1.8;
	letter-spacing: 2px;
	font-weight: 600;
	border-bottom:1px solid #90774f;
	margin-bottom: 20px;
}

.section_Wrap p {
	font-size: 14px;
	line-height: 1.8;
	letter-spacing: 1px;
}
.section_Wrap p+figure {
	margin-top: 30px;
}
.section_Wrap figure+p,
.section_Wrap figure+h4 {
	margin-top: 50px;
}
.section_Wrap p+h4 {
	margin-top: 30px;
}
.section_Wrap p.lead_Txt {
	color:#273c7d;
	font-size: 16px;
	line-height: 1.6;
	letter-spacing: 2px;
	font-weight: 600;
	margin-bottom: 10px;
}
figure { position: relative;}
figcaption {
	font-size: 10px;
	font-family:"Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
	transform: rotate(.028deg);
	margin-top: 5px;
}


/*----- 個別 -----*/

/* quality01 planning
--------------------------- */
/* section_Wrap */
.section_Wrap .pla_01 {
	max-width: 1200px;
	width:94%;
	margin:0 auto;
}

.fig_fig_Box {
	justify-content: space-between;
	margin-bottom: 50px;
}
.fig_fig_Box figure:first-child {
	max-width: 380px;
	width:63%;
	margin-right: 35px;
}
.section_Wrap .pla_04 {
	max-width: 1200px;
	width:94%;
	margin:0 auto;
}


.flat p.cap_Txt{
    font-size: 10px;
    bottom: 0px;
    right: 0;
    text-align: right;
	line-height: 1.8;
}

/*-----------------------------
tab
-----------------------------*/
@media only screen and (max-width: 1024px) {


}


/*-----------------------------
tab 横
-----------------------------*/
@media only screen and (max-width: 1023px) {
.tab_Area{
flex-wrap: wrap;
box-sizing: border-box;
}
.tab_Area{
flex-wrap: wrap;
box-sizing: border-box;
}
.tab_Area li{
width: calc((100% - 2%) / 3);
max-width: 310px;
}
.tab_Area li:nth-child(-n+3){
margin-bottom: 1%;
}
.tab_Area li a{
font-size: 12px;
padding: 15px 10px;
}
.tab_Area li:nth-child(5) a {
padding: 9px 10px;
}
}


/*-----------------------------
tab・sp
-----------------------------*/
@media only screen and (max-width: 769px) {

	.contents_Wrap {
		padding: 0 0 50px;
	}
	.page_mv {
		background: url(../img/main_sp.jpg) no-repeat center center;
		background-size: cover;
		/* aspect-ratio: 18 / 13.6; */
		height:150px;
		margin: 0 auto 50px;
	}
	.page_mv h2 {
		font-size: 5vw;
	}



	.tab_Area {
	flex-wrap: wrap;
	box-sizing: border-box;
	}
	.tab_Area li{
	width: calc((100% - 4%) / 3);
	max-width: 230px;
	}
	.tab_Area li:nth-child(-n+3){
	margin-bottom: 2%;
	}
	.tab_Area li a{
	font-size: 12px;
	padding: 15.6px 10px;
	}
	.tab_Area li:nth-child(5) a {
	padding: 9.5px 10px;
	}

	/* common */
	.section_Wrap {
		padding:50px 0;
	}
	.section_Wrap + .section_Wrap {
		padding:0 0 30px;
	}

	.section_Wrap .title {
		font-size: 13px;
		line-height: 1.3;
		letter-spacing: 2px;
		margin-bottom: 30px;
	}
	.section_Wrap .title span {
		font-size: 26px;
	}
	.section_Wrap .ttl_btmBorder {
		font-size: 16px;
		line-height: 1.6;
		margin-bottom: 15px;
	}
	.section_Wrap .ttl_btmBorder .txt_s_black {
		font-size: 11px;
		padding-left:0;
	}
	.section_Wrap .ttl_btmBorder_Gold {
		font-size: 16px;
		line-height: 1.6;
		letter-spacing: 2px;
		margin-bottom: 15px;
	}
	.section_Wrap p {
		font-size: 13px;
	}
	.section_Wrap p+figure {
		margin-top: 10px;
	}
	.section_Wrap figure+p {
		/* margin-top: 50px; */
	}
	.section_Wrap p.lead_Txt {
		font-size: 14px;
	}



	/*----- 個別 -----*/

	/* quality01 planning
	--------------------------- */
	/* section_Wrap */
	.fig_fig_Box {
		flex-direction: column;
		margin-bottom: 30px;
	}
	.fig_fig_Box figure:first-child {
		max-width: 100%;
		width:100%;
		margin-right: 0;
		margin-bottom: 20px;
	}



}
