@charset "utf-8";

h2 {
	font-size: 1.75rem;
}
section p.sec_copy {
	font-size: 1.125rem;
}



#sec01 {
	width: 1200px;
	margin: auto;
	padding-bottom: 100px;
}
#sec02 {
	width: 1200px;
	margin: auto;
	padding-bottom: 0;
}
#sec03 {
	width: 100%;
	margin: 100px auto;
}
#sec03 article.profile p.sec_copy {
	letter-spacing: .1em;
}



.tb {
	display: none;
}
.sec01_main_img {
	margin-bottom: 80px;
}
.sec01_cont {
	width: 100%;
	display: flex;
	justify-content: space-between;
	margin-top: 40px;
}
.sec01_cont_img,
.sec01_cont_txt {
	width: 50%;
}
.sec01_cont_txt {
	display: flex;
	justify-content: center;
	align-items: center;
	background-image: url(../images/design/column_bk.png);
	padding: 0 60px;
}
.sec01_cont_txt h2 {
	width: 100%;
	border-bottom: 1px solid #fff;
	padding-bottom: 10px;
	margin: 0 0 20px;
}
.sec01_cont_txt h2 span {
	font-size: 80%;
}

section h2 {
    width: 90%;
    margin: 0 auto 80px;
    text-align: center;
    letter-spacing: .15em;
}
section p.sec_copy {
    width: 90%;
    margin: 0 auto 80px;
    text-align: center;
    letter-spacing: .2em;
    line-height: 2;
}


.profile {
	width: 100%;
	background: #000;
	padding: 80px 0;
}

.profile .sec_copy {
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 20px;
	text-align: justify;
	line-height: 2;
	letter-spacing: .195em;
}
.profile_detail {
	width: 1000px;
	padding: 50px 30px;
	margin-left: auto;
	margin-right: auto;
	display: flex;
	justify-content: space-between;
	align-items: self-end;
	background: #333;
}
.profile_detail .profile_detail_img {
	width: 45%;
}
.profile_detail .profile_detail_txt {
	width: 45%;
}
.profile_detail .profile_detail_txt h3 {
	padding-bottom: 10px;
}

.en_h2 {
	margin: 80px auto 10px;
	font-size: 1.75rem;
	letter-spacing: .3em;
	font-family: var(--fontEn);
	color: var(--txtColor2);
}
.en_h2_copy {
	margin: 0 auto 40px;
	font-size: 1.313rem;
	text-align: center;
	letter-spacing: .2em;
}
.columns3 {
	display: flex;
	width: 1200px;
	justify-content: space-between;
}
.columns3 figure {
	width: 360px;
}
.columns3 figure figcaption.rw_type {
	bottom: 12%;
}
.columns3 figure div.caption {
	display: flex;
	justify-content: space-between;
	align-items: self-end;
}
.columns3 .caption01 {
	font-size: 1.5rem;
	font-family: var(--fontEn);
	color: var(--txtColor2);
	position: static;
	letter-spacing: .1em;
}
.columns3 .caption02 {
	font-size: 1rem;
	position: static;
}


.article_01 {
	width: 100%;
	background-image: url(../images/design/material_back.png);
	padding: 60px 80px 40px;
	display: flex;
	justify-content: space-between;
}
.article_01 div:first-child {
	width:513px;
}
.article_01 div:first-child h2,
.article_01 div:first-child p {
	text-align: left;
}
.article_01 .en_h2 {
	margin: 0 0 10px;
}
.article_01 .en_h2_copy {
	margin: 0 0 30px;
}
.article_01 div:nth-child(2) {
	width: 495px;
}
.article_01 .sec02_02_txt {
	line-height: 2;
}
.article_01 .sec02_02_ano {
	font-size: 0.75rem;
	letter-spacing: .1em;
	margin-top: 10px;
}
.article_01 figure figcaption {
	bottom: 18%;
}
.profile .en_h2 {
	margin: 0 auto 10px;
}
.profile .en_h2_copy {
	margin: 0 auto 40px;
}


#sec04 p.sec_copy {
	margin: 0 auto 40px;
}
#sec04 figure.land {
	width: 1280px;
	margin: auto;
}
#sec04 figure.land figcaption.rw_type {
  bottom: .25vw;
}
#sec04 .annotation {
    width: 100%;
    max-width: 1200px;
    margin: auto;
    font-size: 0.75rem;
    letter-spacing: 0;
    font-family: 'Noto Serif JP';
    font-weight: 400;
	color: var(--txtColor1);
}

#sec04 .equipment {
	width: 1200px;
	margin: 80px auto 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: start;
	gap: 60px;
}
#sec04 .equipment li {
	max-width: 250px;
}
#sec04 .equipment figure figcaption {
	bottom: 0.25vw;
}
#sec04 .equipment li h3 {
	border-left: 5px solid #99975f;
	margin: 10px 0;
	height: 30px;
	font-size: 1rem;
	padding-left: 7px;
	line-height: 30px;
	letter-spacing: 0;
}
#sec04 .equipment li h3 span {
	font-size:68%;
}
#sec04 .equipment li p,
.profile_detail_txt p {
	font-size: 0.875rem;
	letter-spacing: .08em;
}
#sec04 .equipment li p span {
	font-size: 80%;
}
#sec04 .equipment li p.miwa {
	letter-spacing: 0.01em;
}
#sec04 .equipment li p.bike {
	letter-spacing: .05em;
}


#sec04 ul.annotation {
	letter-spacing: -.06em;
}


.plant {
	margin: 80px auto;
	width: 1200px;
	background-image: url(../images/design/column_bk.png);
	padding: 40px;
}
.plant h2 {
	width: 100%;
	font-size: 1.375rem;
	margin-bottom: 60px;
}
.plant .sec_copy {
	text-align: justify;
	line-height: 1.5;
	margin-bottom: 40px;
}
.plant_img {
	display: flex;
	justify-content: space-between;
	gap: 1%;
}
.plant_img figcaption.rw_type {
	bottom: 0.2vw;
}
.plant_img li {
	width: 15%;
}
.plant_ano {
	font-size: 0.75rem;
	margin-top: 10px;
	text-align: right;
	letter-spacing: .1em;
}

#sec04 p.sec_copy span {
	font-size: 75%;
}

.design_slider {
	max-width: 1200px;
	margin: 80px auto;
}
.design_slider.slick-dotted.slick-slider {
  margin-bottom: 80px;
}



/* ---------------------------------------------------------------------------------------------------------------------------------------- */
/* 1199*/
/* ---------------------------------------------------------------------------------------------------------------------------------------- */
@media screen and (max-width: 1199px) {

h2 {
	font-size: 2vw;
}
section p.sec_copy {
	font-size: 1.5vw;
}

#sec01,
#sec02 {
	width: 90%;
	padding-bottom: 8.33vw;
}
#sec03 {
	margin: 0 auto 8.33vw;
}
.sec01_main_img {
	margin-bottom: 6.66vw;
}
.sec01_cont {
	margin-top: 3.33vw;
}
.sec01_cont_txt {
	padding: 0 5vw;
}
.sec01_cont_txt h2 {
	padding-bottom: 0.83vw;
	margin-bottom: 1.66vw;
}

section h2 {
    margin: 0 auto 6.66vw;
}
section p.sec_copy {
    margin: 0 auto 8.33vw;
}
.article_01 {
	padding: 1.66vw 5vw;
}
/*.article_01 h2 {
	padding-bottom: 1.66vw;
	margin-bottom: 1.66vw;
}*/
.article_01 div .sec02_02_img {
	margin-bottom: 3.33vw;
}
.article_01 .sec02_02_ano {
	font-size: 1vw;
	bottom: -3.33vw;
	right: 0.83vw;
}
.profile {
	padding: 8.33vw 0;
}
.profile h2 {
	width: 90%;
	padding-bottom: 1.66vw;
	margin-bottom: 1.66vw;
}
.profile .sec_copy {
	width: 83.33vw;
}
.profile .sec_copy br.pc {
	display: none;
}
.profile_detail {
	width: 83.33vw;
	padding: 4.16vw 2.5vw;
}
.profile_detail .profile_detail_txt h3 {
	padding-bottom: 0.83vw;
}

.plant {
	margin: 8.33vw auto 0;
	width: 90%;
	padding: 1.66vw 3.33vw;
}
.plant h2 {
	padding-bottom: 1.66vw;
	margin-bottom: 1.66vw;
}
.plant .sec_copy {
	margin-bottom: 3.33vw;
}
.plant .sec_copy br.pc {
	display: none;
}
.plant_img figcaption.rw_type {
	bottom: 0.2vw;
}
.plant_ano {
	font-size: 1vw;
	margin-top: 0.83vw;
	text-align: right;
}

.en_h2 {
	font-size: 2vw;
}
.en_h2_copy {
	font-size: 1.75vw;
}

.columns3 {
	width: 100%;
}
.columns3 figure {
	width: 30%;
}
.columns3 figure div.caption {
	display: block;
}
.columns3 figure .caption figcaption {
	display: block;
	width: 100%;
}
.columns3 figure figcaption.rw_type {
	bottom: 23%;
}
.article_01 figure figcaption {
	bottom: 4.5vw;
}

#sec04 p.sec_copy {
	letter-spacing: .1em;
}
#sec04 figure.land {
	width: 100%;
}
#sec04 .annotation {
    width: 95%;
    margin-top: 20px;
}


#sec04 .equipment {
	width: 90%;
	margin: 6.66vw auto 0;
	gap: 30px;
}
#sec04 .equipment li {
	max-width: 21%;
}
#sec04 .equipment li h3 {
	font-size: 1.3vw;
}
#sec04 .equipment li p,
.profile_detail_txt p {
	font-size: 1.1vw;
	letter-spacing: 0;
}
#sec04 p.sec_copy {
	letter-spacing: .05em;
}

.design_slider {
	max-width: 90%;
}



/* ---------------------------------------------------------------------------------------------------------------------------------------- */
/* 999*/
/* ---------------------------------------------------------------------------------------------------------------------------------------- */
@media screen and (max-width: 999px) {

h2 {
	font-size: 3vw;
}
section p.sec_copy {
	font-size: 2vw;
}

.tb {
	display: block;
}
.sec01_cont_txt h2 {
	letter-spacing: .1em;
}
.article_01 h2 span {
	letter-spacing: .1em;
}
.article_01 div .sec02_02_img {
	margin-bottom: 6.33vw;
}
.article_01 .sec02_02_ano {
	font-size: 1.25vw;
	letter-spacing: 0;
	bottom: -6.33vw;
}
.plant_img figcaption.rw_type {
	line-height: 1;
	left: 0.5vw;
}
.plant_ano {
	font-size: 1.25vw;
	letter-spacing: 0;
}
.main_copy {
    letter-spacing: .15em;
}
.columns3 .caption01 {
	font-size: 2vw;
}
.columns3 .caption02 {
	font-size: 1.6vw;
}
.article_01 figure figcaption {
	bottom: 7vw;
}

#sec04 h2 {
    margin: 6.66vw auto;
    letter-spacing: .1em;
}
.en_h2_copy {
	font-size: 2.7vw;
}
.article_01 .en_h2_copy {
	letter-spacing: .1em;
}

#sec04 .equipment li {
	max-width: 45%;
}
#sec04 .equipment li h3 {
	font-size: 2vw;
}
#sec04 .equipment li p,
.profile_detail_txt p {
	font-size: 1.6vw;
	letter-spacing: 0;
}

#sec03 article.profile p.sec_copy {
	font-size: 2vw;
}

.article_01 div:first-child {
	width:50vw;
}
.article_01 div:nth-child(2) {
	width: 40vw;
}

#sec04 .plant h2 {
    margin: 3vw auto;
}


}


/* ---------------------------------------------------------------------------------------------------------------------------------------- */
/* 767 */
/* ---------------------------------------------------------------------------------------------------------------------------------------- */
@media screen and (max-width: 767px) {

main h1 {
    letter-spacing: .1em;
}

.sec01_cont {
	display: block;
	margin:0 auto 8vw;
	width: 85%;
}
.sec01_cont_img,
.sec01_cont_txt {
	width: 100%;
	letter-spacing: .1em;
}
.sec01_cont_txt h2 {
	margin-top: 2vw;
}
.sec01_cont_txt {
	padding: 1vw 5vw 2vw;
}
section p.sec_copy {
	letter-spacing: .1em;
	line-height: 2;
}
.article_01 div {
	display: block;
}
.article_01 div .sec02_02_txt {
	width: 100%;
	margin-bottom: 3vw;
}
.article_01 div .sec02_02_img {
	width: 100%;
}
.article_01 {
	padding: 3vw 3vw;
}
.article_01 div .sec02_02_img {
	margin:0 auto 4vw;
	width: 100%;
}
.article_01 .en_h2_copy {
	margin: 0 0 4vw;
}
.article_01 .en_h2_copy .tb {
	display: none;
}
article h2 {
	font-size: 5vw;
}
article p,
.profile h2 span {
	letter-spacing: .1em;
}
.article_01 h2 span,
.profile h2 span {
	margin-left: 0;
}
.article_01 .sec02_02_ano,
.plant_ano {
	font-size: 2.5vw;
}
.plant_ano {
	text-align: left;
	width: 85%;
	margin: 3vw auto;
}
.article_01 .sec02_02_ano {
	bottom: -12.5vw;
}
.profile_detail {
	display: block;
}
.profile_detail .profile_detail_img,
.profile_detail .profile_detail_txt {
	width: 100%;
}
.profile_detail .profile_detail_txt h3 {
	margin-top: 2vw;
}
.plant_img {
	flex-wrap: wrap;
	width: 85%;
	margin: auto;
}
.plant_img li {
	width: 49%;
	margin-top: 2vw;
}
#sec03 .plant p.sec_copy {
	letter-spacing: .05em;
}

.plant_img figcaption.rw_type {
	bottom: 1vw;
}
.en_h2 {
	font-size: 4vw;
	margin: 10.5vw auto 1vw;
}
.en_h2_copy {
	font-size: 3vw;
	margin: 0 auto 5.3vw;
}
.article_01 {
	display: block;
}
.article_01 div:first-child,
.article_01 div:nth-child(2) {
	width: 100%;
}
.article_01 .en_h2 {
	margin: 0 0 3vw;
}
.article_01 figure figcaption {
	bottom: 15vw;
}
#sec04 .annotation {
    font-size: 2.5vw;
}
#sec04 .equipment {
	display: block;
	width: 80%;
}
#sec04 .equipment li {
	max-width: 100%;
	margin-bottom: 7vw;
}
#sec04 .equipment li:last-child {
	margin-bottom: 10vw;
}
#sec04 .equipment li h3 {
	font-size: 3.5vw;
}
#sec04 .equipment li p {
	font-size: 3vw;
}
#sec04 p.sec_copy {
	margin: 0 auto 20px;
}
#sec04 .design_slider {
	margin: 0 auto 80px;
}


.columns3 {
	display: block;
	width: 80%;
	margin: auto;
}
.columns3 figure {
	width: 100%;
}
.columns3 figure div.caption {
	display: block;
}
.columns3 figure .caption {
	display: flex;
	width: 100%;
	margin-bottom: 6vw;
}
.columns3 figure .caption figcaption {
	display: inline-block;
	width: auto;
}
.columns3 .caption01 {
	font-size: 4vw;
}
.columns3 .caption02 {
	font-size: 3vw;
}

.columns3 figure figcaption.rw_type {
	bottom: 10%;
}

.plant h2 {
	font-size: 3vw;
}

section p.sec_copy,
#sec03 article.profile p.sec_copy {
	font-size: 2.6vw;
}

}