@charset "UTF-8";
#article--bar {
	padding-bottom: 0px;
}

.title--container {
	width: 100%;
	height: 688px;
	display: flex;
	overflow: hidden;
	position: relative;
	margin-bottom: 80px;
}

.title--container h2 {
	display: flex;
	padding: 211px var(--mainPadding) 0;
	text-align: start;

	color: #FFF;
	font-family: "游明朝体", "Yu Mincho", YuMincho;
	font-size: 3.2rem;
	font-weight: 500;
	line-height: 1;
}

.title--container h2 span{
	-webkit-text-stroke-width: 4px;
	-webkit-text-stroke-color: #FFF;
	color: rgba(0,0,0,0);
	font-family: "trajan-pro-3";
	font-size: 12.8rem;
	font-weight: 700;
	line-height: 1;
	margin-right: 40px;
}

.title--container span::after {
	content: "";
	background-image: url(../images/Natures-02.jpeg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	width: 79%;
	height: 400px;
	position: absolute;
	right: 0;
	bottom: 0;
	z-index: -1;
}

@media screen and ( max-width:768px){
    .title--container {
		height: 350px;
	}

	.title--container h2 {
		padding: 124px var(--mainPadding) 0;
		font-size: 1.6rem;
	}

	.title--container h2 span{
		-webkit-text-stroke-width: 1px;
		font-size: 4rem;
		margin-right: 24px;
	}

	.title--container span::after {
		height: 200px;
	}
}

@media screen and (min-width: 1440px){	
	.title--container h2 {
		padding: 211px var(--widePadding) 0;
	}

	.title--container span::after {
		width: 68%;
	}
}

@media screen and (min-width: 1440px){	
	.title--container{
		margin-bottom: 160px;
	}

	.title--container h2 {
		padding: 211px var(--widePadding) 0;
	}

	.title--container span::after {
		width: 68%;
	}
}

.section {
    padding: 0 var(--mainPadding);
}

.sectionTitle--container {
    display: flex;
    width: 100%;
    margin-bottom: calc(var(--bodyPadding) / 2);
    flex-direction: column;
    align-items: start;
    gap: 16px;
	position: relative;
}

.sectionTitle{
    font-family: "trajan-pro-3";
    font-size: 16rem;
    font-weight: 400;
    line-height: 1;

	color: #ab884a;
	z-index: 20;
}


.sectionTitle--container p {
	color: #FFF;
    font-size: 3rem;
    font-weight: 800;
	position: absolute;
	bottom: 0;
	left: 80px;
	z-index: 30;
}

@media screen and (max-width: 414px){    
    .sectionTitle{
        font-size: 10rem;
    }

    .section {
        padding: 0 var(--mainPadding);
    }

	.sectionTitle--container p {
		color: #FFF;
		font-size: 6vw;
		bottom: 0;
		left: 40px;
	}
}

@media screen and (max-width: 487px){
	.sectionTitle--container p {
		color: #FFF;
		font-size: 6vw;
		bottom: 0;
		left: 40px;
	}
}

@media screen and (min-width:415px) and ( max-width:768px){   
    .sectionTitle{
        font-size: 10rem;
    }
}

@media screen and (min-width:769px) and ( max-width:960px){     
    .sectionTitle{
        font-size: 10rem;
    }
}

@media screen and (min-width: 1440px){    
    .section {
        padding: 0 var(--widePadding);
    }
}

.quotation--about {
	width: 100%;
}

.sectionTxt{
	margin-top: 40px;
}

.sectionTxt p{
    font-size: 1.6rem;
}

.sectionTxt--about {
	margin-bottom: 56px;
}

@media screen and (max-width: 414px){
	.sectionTxt--about blockquote{
		font-size: 1.6rem;
		margin: 40px 0;
	}
	
    .sectionTxt p{
		font-size: 1.4rem;
	}
}

.slider {
	width: 100%;
	z-index: -10;
}

.slider img{
	width: 100%;
	max-width: 600px;
	height: 400px;
	object-fit: cover;
}

.slider .slick-track{
	margin: 0;
}

.slider .slick-slide{
	margin: 0 10px;
}

@media screen and ( max-width:768px){   
    .slider img{
		width: 100%;
		max-width: 600px;
		height: 200px;
		object-fit: cover;
	}
}

.section--pickUp {
	padding-top: 56px;
	padding-bottom: 300px;
}

.sectionTxt--pick {
	margin-bottom: 56px;
}

.sectionPick {
	display: block;
	margin: 0 auto;
}

.sectionPick dl {
	display: flex;
	width: 100%;
	padding: 0 var(--mainPadding);
	justify-content: space-between;
	flex-direction: column;
	gap: 160px;
}

.sectionPick__item {
	display: block;
	width: 100%;
	padding: 8px 32px;
	background-color: rgba(90, 98, 107, 0.5);
	backdrop-filter: blur 3px;
	position: relative;
}

.sectionPick__item dt {
	display: block;
	font-size: 2rem;
	font-weight: 800;
	line-height: 2; 
	border-bottom: solid 1px #fff;
	margin-bottom: 8px;
}

.sectionPick__item dd {
	font-size: 1.6rem;
}

.sectionPick__item:nth-child(even){
	text-align: end;
}

.sectionPick__item:nth-child(1):after{
	content: "";
	display: block;
	width: 150px;
	height: 300px;
	background-image: url(../images/about-bg01.jpeg);
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	background-attachment: fixed;
	position: absolute;
	top: -16px;
	right: -16%;
	z-index: -10;
}
.sectionPick__item:nth-child(2):after{
	content: "";
	display: block;
	width: 150px;
	height: 300px;
	background-image: url(../images/about-bg02.jpeg);
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	background-attachment: fixed;
	position: absolute;
	top: -16px;
	left: -16%;
	z-index: -9;
}
.sectionPick__item:nth-child(3):after{
	content: "";
	display: block;
	width: 150px;
	height: 300px;
	background-image: url(../images/about-bg03.jpeg);
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	background-attachment: fixed;
	position: absolute;
	top: -16px;
	right: -16%;
	z-index: -11;
}

.section--caution h4{
	text-align: center;
	font-size: 2rem;
	font-style: normal;
	font-weight: 800;
	line-height: 2; 
}

@media screen and (max-width: 414px){  
	.section--pickUp {
		padding-top: 56px;
		padding-bottom: 160px;
	}
	
    .sectionPick__item dt {
		font-size: 1.6rem;
	}
	
	.sectionPick__item dd {
		font-size: 1.4rem;
	}

	.sectionPick__item:nth-child(3):after{
		content: "";
		display: block;
		width: 150px;
		height: 300px;
		background-image: url(../images/about-bg03.jpeg);
		background-position: center;
		background-size: cover;
		background-repeat: no-repeat;
		background-attachment: fixed;
		position: absolute;
		top: -100%;
		right: -16%;
		z-index: -11;
	}
}