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


body {
	min-width: 0px;
}

.maincontents-inner {
    padding-top: 0px;
}

.maincontents-inner .box-title h2 {
    font-family: var(--subtitle-font);
    font-weight: var(--base-font-weight3);
    color: var(--color-main);
    font-size: 6vw;
line-height: 0.9;
    margin-bottom: 1.5vw;
}

.maincontents-inner .box-title h3 {
    font-family: var(--title-font);
    font-weight: var(--base-font-weight0);
     font-size: 2.2vw;
line-height: 1.4;
letter-spacing: 0.05em;
}

.maincontents-inner p {
   font-size: 1vw;
}

@media screen and (min-width: 1601px) {
    
.maincontents-inner .box-title h2 {
    font-size: 103px;
}

.maincontents-inner .box-title h3 {
     font-size: 37px;
}

.maincontents-inner p {
   font-size: 16px;
}

}

.maincontents-inner .layout-85 {
    max-width: 85%;
}

.main-img h3 {
    text-indent: -1.5vw;
}


/* contents01 */

.contents01 {
	width: 100%;
    background-image: url("../../images/exterior/back01.jpg");
background-position: center top;
background-repeat: no-repeat;
background-size: cover;
    padding: 9.5vw 0px;
    position: relative;
}

.contents01::before, .contents01::after {
	content: "";
	position: absolute;
top: 0px;
	width: 2%;
	height: 100%;
    background-color: var(--color-main);
    display: block;
    mix-blend-mode: multiply;
}

.contents01::before {
left: 0px;
}

.contents01::after {
right: 0px;
}


/* contents04 */

.contents04 {
	width: 100%;
    background-image: url("../../images/exterior/back03.jpg");
background-position: center top;
background-repeat: no-repeat;
background-size: cover;
    padding: 8vw 0px;
    position: relative;
    text-align: center;
}

.contents04::before, .contents04::after {
	content: "";
	position: absolute;
left: 0px;
	width: 100%;
	height: 30px;
    background-color: rgba(255,255,255,0.5);
    display: block;
}

.contents04::before {
top: 0px;
}

.contents04::after {
bottom: 0px;
}


/* layout01 */

.layout01 {
    width: 95%;
    max-width: 95%;
	display: flex;
  justify-content: flex-end;
flex-wrap: wrap;
}

.layout01 .box-detail {
	width: 48%;
}

.layout01 h2 img {
    width: 75%;
}

.layout01 h3 {
    font-family: var(--title-font);
    font-weight: var(--base-font-weight0);
    font-size: 3.3vw;
line-height: 1.4;
letter-spacing: 0.1em;
    text-indent: -2vw;
    padding: 2.2vw 0px;
}

@media screen and (min-width: 1601px) {
    
.layout01 h2 img {
    max-width: 415px;
}

.layout01 h3 {
    font-size: 48px;
}

}


/* layout02 */

.layout02 .box {
    display: flex;
  justify-content: flex-end;
flex-wrap: wrap;
    gap:0px 5%;
}

.layout02 .box:nth-child(even) {
    flex-direction: row-reverse;
}

.layout02 .box:not(:last-child) {
    margin-bottom: 11vw;
}

.layout02 .box-detail {
    width: 42%;
    padding-top: 5vw;
    position: relative;
}

.layout02 .box:nth-child(odd) .box-detail {
    padding-left: 5%;
}

.layout02 .box:nth-child(even) .box-detail {
    padding-left: 2%;
    padding-right: 5%;
}

.layout02 .box-detail::before {
    content: "";
	position: absolute;
top: 0px;
	width: 50%;
	height: 100%;
    border-style : solid;
border-color : rgba(0, 0, 0, 0.5);
border-width : 1px;
}

.layout02 .box:nth-child(odd) .box-detail::before {
left: 0px;
    border-right-style : none;
}

.layout02 .box:nth-child(even) .box-detail::before {
right: 0px;
    border-left-style : none;
}

.layout02 .box-img {
    width: 48%;
    position: relative;
}

.layout02 .box-img::before {
    content: "";
	position: absolute;
bottom: 0px;
	width: 8vw;
	height: 8vw;
    display: block;
    z-index: -1;
    background-color: var(--color-main);
    margin-bottom: -4vw;
}

.layout02 .box:nth-child(odd) .box-img::before {
left: 0px;
    margin-left: -4vw;
}

.layout02 .box:nth-child(even) .box-img::before {
right: 0px;
    margin-right: -4vw;
}

.layout02 .box-detail h3 {
   text-indent: -1vw;
    margin-bottom: 3vw;
}

.layout02 .box-detail p {
   letter-spacing: 0em;
}

.layout02 .box-detail ul {
   padding: 2vw 0px;
}

.layout02 .box-detail ul li {
   font-size: 1.2vw;
color: #619a2a;
line-height: 1.8;
}

@media screen and (min-width: 1601px) {
    
.layout02 .box-detail ul li {
   font-size: 21px;
}

}


/* layout03 */

.layout03 {
    width: 100%;
    background-image: url("../../images/exterior/back02.jpg");
background-position: center top;
background-repeat: no-repeat;
background-size: cover;
    position: relative;
    padding: 4.5vw 8%;
}

.layout03::before {
    content: "";
	position: absolute;
left: 0px;
top: 0px;
	width: 2%;
	height: 100%;
    display: block;
    background-color: var(--color-main);
    mix-blend-mode: multiply;
}

.layout03 .box-text {
    position: absolute;
right: 0px;
bottom: 0px;
    background-color: #FFF;
    width: 55%;
    padding: 2vw 3.5vw;
}

.layout03 .box-title h2, .layout03 .box-title h3 {
    color: #FFF;
}

.layout03 h4 {
    font-family: var(--title-font);
    font-weight: var(--base-font-weight0);
     font-size: 2.5vw;
line-height: 1.2;
letter-spacing: 0.05em;
}

@media screen and (min-width: 1601px) {
    
.layout03 h4 {
     font-size: 38px;
}

}


/* layout04 */

.layout04 {
    display: flex;
  justify-content: flex-start;
flex-wrap: wrap;
    gap:2vw 4%;
    padding-top: 2vw;
}

.layout04 .box {
	width: 30.6%;
}

.layout04 .box-detail, .layout04 .box-text {
	padding-top: 1.5vw;
}

.layout04 .box-text:not(:last-child) {
	padding-bottom: 1.5vw;
    border-bottom-style : solid;
border-color : rgba(0, 0, 0, 0.5);
border-width : 1px;
}

.layout04 h4, .layout04 h5 {
    font-size: 1.5vw;
line-height: 1.6;
letter-spacing: 0.05em;
font-weight: 300;
}

.layout04 h6 {
    font-weight: var(--base-font-weight2);
	font-size: 1.2vw;
line-height: 1.4;
    margin-bottom: 5px;
}

@media screen and (min-width: 1601px) {
.layout04 h4, .layout04 h5 {
    font-size: 23px;
}
    
.layout04 h6 {
    font-size: 17px;
}

}

/* layout05 */

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

.layout05 .box-title-page01 {
    flex: 1;
}

.layout05 .box-detail {
    width: 63%;
}

.layout05 .box {
    position: relative;
    padding-left: 8.8vw;
}

.layout05 .box:not(:last-child) {
    border-bottom-style : solid;
border-color : rgba(0, 0, 0, 0.5);
border-width : 1px;
    padding-bottom: 3.2vw;
    margin-bottom: 3.2vw;
}

.layout05 .box::before {
    content: "";
	position: absolute;
left: 0px;
top: 0px;
background-position: left top;
background-repeat: no-repeat;
	background-size: 100% auto;
	width: 7.4vw;
	height: 7.5vw;
    margin-top: -1.5vw;
}

.layout05 .box:nth-child(1)::before {
	background-image: url("../../images/exterior/p01.svg");
}

.layout05 .box:nth-child(2)::before {
	background-image: url("../../images/exterior/p02.svg");
}

.layout05 .box:nth-child(3)::before {
	background-image: url("../../images/exterior/p03.svg");
}

.layout05 .box:nth-child(4)::before {
	background-image: url("../../images/exterior/p04.svg");
}

.layout05 .box:nth-child(5)::before {
	background-image: url("../../images/exterior/p05.svg");
}

.layout05 .box:nth-child(6)::before {
	background-image: url("../../images/exterior/p06.svg");
}

.layout05 .box::after {
    content: "";
	position: absolute;
left: 0px;
bottom: 0px;
	background-image: url("../../images/exterior/arrow01.svg");
background-position: center bottom;
background-repeat: no-repeat;
	background-size: auto 100%;
	width:100%;
	height: 2vw;
    margin-bottom: -2vw;
}

.layout05 .box:last-child::after {
    display: none;
}

.layout05 h6 {
    font-family: var(--title-font);
    font-size: 1.5vw;
line-height: 1.4;
letter-spacing: 0.05em;
font-weight: 300;
    margin-bottom: 0.5vw;
    text-indent: -0.5vw;
}

@media screen and (min-width: 1601px) {
.layout05 h6 {
    font-size: 23px;
}

}


.sp-view {
	display: none;
}
