@charset "UTF-8";
/* コンテンツ */



.benefit {
    background-color: #333;
    color: #fff;
    font-size: 1.16em;
    line-height: 1;
    padding: 2em 2em 0.5em;
}
.benefit ul {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}
.benefit ul li {
    position: relative;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 2em;
    margin-bottom: 1.5em;
    white-space: nowrap;
}
.benefit ul li a {
    display: block;
    color: #fff;
    transition: all 0.3s;
}
.benefit ul li a:hover {
    color: #999;
}
.benefit ul li::after {
    content: '';
    position: absolute;
    right: -1px;
    top: 0;
    width: 1px;
    height: 100%;
    background-color: #ccc;
}
.benefit ul li::before {
   content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 1px;
    height: 100%;
    background-color: #ccc;
}

.banner {
    text-align: center;
}
.banner img {
    width: 80%;
}

.concept_tx1 {
    position: relative;
    z-index: 1;
    line-height: 1;
    padding: 5em 0;
    background-color: #eee;
}
.concept_tx1 h2 {
    font-family: "EB Garamond", serif;/*400-800*/
    font-weight: 400;
    font-size: 3.8em;
    letter-spacing: 0.2em;
    text-indent: 0.2em;
}
.concept_tx1 p {
    font-size: 1.4em;
    font-weight: 500;
    line-height: 1.5;
    letter-spacing: 0.2em;
    text-indent: 0.2em;
    margin-top: 1em;
}

.pw_box ul {
    display: flex;
    justify-content: space-around;
    align-items: flex-start;
    flex-wrap: wrap;
    margin-bottom: -5em;
}
.pw_box ul li {
    width: 35%;
    margin-bottom: 5em;
}
.pw_box ul li h4 {
    position: relative;
    overflow: hidden;
    margin-bottom: 0.5em;
}
.pw_box ul li h4 figure {
    pointer-events: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(rgba(51,51,51,1), rgba(51,51,51,0));
}
.pw_box ul li h4 section {
    position: relative;
    width: 100%;
    aspect-ratio: 3 / 4;
    background-image: url("../img/pw1.jpg");
    background-position: center center;
    background-size: cover;
    transition: 0.3s all;
}
.pw_box ul li:nth-child(2) h4 section {
    background-image: url("../img/pw3.jpg");
}
.pw_box ul li:nth-child(3) h4 section {
    background-image: url("../img/pw4.jpg");
}
.pw_box ul li:nth-child(4) h4 section {
    background-image: url("../img/pw5.jpg");
}
.pw_box ul li:nth-child(5) h4 section {
    background-image: url("../img/pw6.jpg");
}
.pw_box ul li:nth-child(6) h4 section {
    background-image: url("../img/pw6.jpg");
}
.pw_box ul li h4 section:hover {
    transform: scale(1.1);
}
.pw_box ul li h3 {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    line-height: 1.5;
}
.pw_box ul li h3 strong {
    font-family: "EB Garamond", serif;/*400-800*/
    font-weight: 400;
    font-size: 1.6em;
    letter-spacing: 0.1em;
    text-indent: 0.1em;
}
.pw_box ul li h3 span {
    font-weight: 500;
}

@media screen and (max-width: 1180px) {

}


@media screen and (max-width: 960px) {
.banner {

}
.banner img {
    width: 90%;
}

.concept_tx1 {
    padding: 4em 0;
}
.concept_tx1 h2 {
    font-size: 6vw;
}
.concept_tx1 p {
    font-size: 3.2vw;
}

.pw_box ul {
    margin-bottom: -4em;
}
.pw_box ul li {
    width: 35%;
    margin-bottom: 4em;
}
.pw_box ul li h3 {
    font-size: 1.6vw;
}


}


@media screen and (max-width: 520px) {
.benefit {
    font-size: 1.16em;
    padding: 2em 0 0.5em;
}
.benefit ul li {
    width: 50%;
}
.benefit ul li::after {
    content: none
}
.benefit ul li:nth-child(odd)::after {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    width: 1px;
    height: 100%;
    background-color: #ccc;
}
.benefit ul li::before {
   content: none;
}

.pw_box ul {
    justify-content: space-between;
    margin-bottom: -3em;
}
.pw_box ul li {
    width: 47%;
    margin-bottom: 3em;
}
.pw_box ul li h3 {
    font-size: 2.5vw;
}


}
