@charset "utf-8";


.con_item{
    position: absolute;
    top: 24%;
    left: 45%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    width: 80%;
}

.intro {
    background-image: url(../image/intro_bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    padding: 48px 0 40px;
}
.intro h2 {
    font-weight: 500;
    font-size: 2.0rem;
    line-height: 1.6;
    text-align: center;
    color: var(--dark);
}
.intro h2 span {
    font-size: 130%;
}
.intro p {
    font-size: 1.3rem;
    text-align: center;
    color: var(--dark);
    margin-top: 24px;
}
.contents_box {
    /* padding-bottom: 48px; */
}
.main_ttl2{
    margin-top: 48px;
}
.contents_box .main_ttl_wrap {
    position: relative;
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: bottom center;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    margin: auto;
    z-index: 1;
    min-height: auto;
    width: 98%;
    margin-bottom: 32px;
}
/* .contents_box.equipment_wrap .main_ttl_wrap {
    background-image: url(../image/contents_ttl01.svg);
} */
.equipment_wrap img{
        image-rendering: auto;
}
.contents_box .main_ttl {
    text-align: center;
    color: var(--light);
    font-size: 1.5rem;
    line-height: 1.4;
    padding-bottom: 17px;
}
.equipment_ttl {
    max-width: 80%;
    margin: 0 auto 32px;
}
.bg_beige{
    background: var(--beije);
    padding-bottom: 48px;
}
.bg_gray{
    background: var(--gray2);
    padding-bottom: 48px;
}

.eq_list_wrap ul{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 24px 16px;
    max-width: 90%;
    margin: auto;
}
.eq_list_wrap li{
    flex-basis: 47%;
}
.eq_list_wrap li.large{
    flex-basis: 100%;
}
.eq_list_wrap li.flex{
    display: flex;
    justify-content: space-between;
    gap: 16px;
    flex-basis: 100%;
}
.eq_list_wrap li.flex.rev{
    flex-direction: row-reverse;
}
.eq_list_wrap li.flex .img{
    flex-basis: 50%;
}
.eq_list_wrap li.flex dl{
    flex-basis: 48%;
}
.eq_list_wrap li.yoko{
    display: flex;
    justify-content: space-between;
    gap: 0 16px;
}
.eq_list_wrap li.yoko .img{
    flex-basis: 50%;
}
.eq_list_wrap li.yoko dl{
    flex-basis: 47%;
}
.eq_list_wrap li dl{
    padding: 8px 0 0;
}
.eq_list_wrap li dt{
    color: var(--dark);
    font-size: 1.4rem;
    display: flex;
    justify-content: space-between;
}
.eq_list_wrap li dt .logo{
    text-align: right;
    max-width: 24%;
}
.eq_list_wrap li dd{
    font-size: 1.2rem;
    padding-top: 3px;
}
.eq_list_wrap li dd small,
.nisumu p small{
    font-size: 1rem;
    display: block;
}

.buth01{
    padding-top: 32px;
}
.buth01 .equipment_ttl{
        margin: -55px auto 32px;
}
.buth01 .eq_list_wrap ul{
    padding-bottom: 40px;
}
.buth01 .logo img{
    width: 120px !important;
}
.buth02{
    padding-top: 48px;
}
.pow,
.tec,
.sec,
.comfort{
    padding-top: 64px;
}
.tec .ttl_copy{
    font-size: 1.6rem;
}
.nisumu .nisumu_copy{
    text-align: center;
    color: var(--dark);
    font-size: 1.8rem;
    line-height: 1.5;
    background: var(--green4);
    padding: 16px;
    margin-top: 40px;
}
.survice_flex{
    margin-top: 40px;
}
.survice_flex ul{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 24px 16px;
}
.survice_flex li{
    flex-basis: 48%;
}
.survice_flex li.large{
    flex-basis: 100%;
}
.survice_flex li .en_ttl{
    color: var(--green1);
    letter-spacing: 2px;
    font-size: 1.5rem;
}
.survice_flex li .ja_ttl{
    margin-top: 2px;
    color: var(--light);
    background: #8DADA1;
    text-align: center;
    padding: 8px;
}
.survice_flex li .txt{
    padding-top: 8px;
    font-size: 1.3rem;
}
.survice_flex li .txt small{
    font-size: 1rem;
    display: inline-block;
}

.sec_system{
    margin-top: 40px;
}
.sec_system .ttl{
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    flex-wrap: nowrap;
    gap: 0 24px;
    font-size: 1.8rem;
    line-height: 1.4;
    border-bottom: 1px solid var(--dark);
    padding-bottom: 8px;
}
.sec_system .ttl span.img{
    display: block;
    max-width: 200px;
}
.sec_system .img{
    margin-top: 24px;
}
.sec .eq_list_wrap{
    margin-top: 40px;
}

.eq_dev{
    text-align: center;
    padding: 0 0 48px;
}
.eq_dev img{
    width: 70%;
}
.eq_txt_wrap{
    margin: 0 auto 32px;
    text-align: center;
    color: var(--dark);
}
.eq_txt_wrap dt{
    font-size: 1.8rem;
}
.eq_txt_wrap dt small{
    font-size: 1.0rem;
}
.eq_txt_wrap dd{
    padding-top: 16px;
    font-size: 1.3rem;
}



.equipment_btn_wrap{
    padding: 32px 0 0;
}
.equipment_btn_wrap ul{
    max-width: 100%;
    margin: auto;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 4px 2px;
}
.equipment_btn_wrap ul li{
    flex-basis: calc((100% - 4px) / 2);
}
.equipment_btn_wrap ul li a{
    width: 100%;
    display: block;
    background: #CACDD1;
    text-align: center;
    color: var(--light);
    font-size: 1.3rem;
    line-height: 1;
    font-weight: 600;
    padding: 16px 8px;
    border-radius: 8px;
    position: relative;
    transition: .3s;
}

.equipment_btn_wrap ul li.carent a{background: #c4a781;}
@media (hover: hover){
    .equipment_btn_wrap ul li a:hover{
        background: #c4a781;
    }
}
.equipment_btn_wrap ul li a::before{
    content: '';
    display: block;
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
}
.equipment_btn_wrap ul li a::after{
    content: '';
    display: block;
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
}
.equipment_btn_wrap ul li:nth-of-type(1) a::before,
.equipment_btn_wrap ul li:nth-of-type(2) a::before,
.equipment_btn_wrap ul li:nth-of-type(7) a::before{
    background-image: url(../image/btn_item_01.svg);
    width: 28px; height: 28px;
    left: 10px;
    top: 10px;
}
.equipment_btn_wrap ul li:nth-of-type(1) a::after,
.equipment_btn_wrap ul li:nth-of-type(2) a::after,
.equipment_btn_wrap ul li:nth-of-type(7) a::after{
    background-image: url(../image/btn_item_01.svg);
    width: 28px; height: 28px;
    right: 10px;
    top: 10px;
}
.equipment_btn_wrap ul li:nth-of-type(3) a::before,
.equipment_btn_wrap ul li:nth-of-type(4) a::before{
    background-image: url(../image/btn_item_02.svg);
    width: 28px; height: 28px;
    left: 10px;
    top: 10px;
}
.equipment_btn_wrap ul li:nth-of-type(3) a::after,
.equipment_btn_wrap ul li:nth-of-type(4) a::after{
    background-image: url(../image/btn_item_02.svg);
    width: 28px; height: 28px;
    right: 10px;
    top: 14px;
}
.equipment_btn_wrap ul li:nth-of-type(5) a::before,
.equipment_btn_wrap ul li:nth-of-type(6) a::before{
    background-image: url(../image/btn_item_03.svg);
    width: 28px; height: 28px;
    left: 10px;
    top: 10px;
}
.equipment_btn_wrap ul li:nth-of-type(5) a::after,
.equipment_btn_wrap ul li:nth-of-type(6) a::after{
    background-image: url(../image/btn_item_03.svg);
    width: 28px; height: 28px;
    right: 10px;
    top: 10px;
}


@media (hover: hover){}



.kit_main{
        margin-left: calc((-100vw - -100%) / 2);
        margin-right: calc((-100vw - -100%) / 2);
        margin-bottom: 32px;
}
.pow .logo img{
    width: 240px !important;
}

.survice_wrap{
    position: relative;
    margin: 32px auto 0;
}
.survice_wrap dl{
    position: absolute;
    right: 0;
    top: 0;
    width: 70%;
}
.survice_wrap dl dt{
    background: var(--green4);
    border-radius: 16px;
    padding: 16px;
    font-size: 1.5rem;
}
.survice_wrap dl dt span{
    display: block;
    font-size: 1.1rem;
}
.survice_wrap dl dt small{
    font-size: 50%;
    vertical-align: top;
}
.survice_wrap dl dd{
    font-size: 1.2rem;
    padding-top: 6px;
}


/* PC */

@media screen and (min-width: 768px) {

    .intro h2 {
    font-weight: 500;
    font-size: 3.2rem;
    line-height: 1.4;
    text-align: center;
    color: var(--dark);
}
.intro p {
    font-size: 1.6rem;
    text-align: center;
    color: var(--dark);
    margin-top: 24px;
}

.con_item {
    top: 47%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    width: 35%;
}
.intro {
    background-position: bottom;
        padding: 88px 0 40px;
}

.equipment_btn_wrap ul {
    max-width:800px;
    margin: auto;
}
.equipment_btn_wrap li {
}
.equipment_btn_wrap li a{
    font-size: 1.8rem !important;
}
.contents_box .main_ttl_wrap {
    min-height: auto;
        width: 90%;
        max-width: 630px;
        margin-bottom: 32px;
}
.equipment_ttl {
            max-width: 460px;
    margin: 0 auto 32px;
}
.eq_dev {
    margin: auto;
    max-width: 800px;
}
.eq_txt_wrap dt{
    font-size: 2.4rem;
}
.eq_txt_wrap dd{
    padding-top: 16px;
    font-size: 1.6rem;
}
.kit_main {
    margin: 0 auto 64px;
    max-width: 1200px;
}
.eq_list_wrap ul{
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    gap: 24px 12px;
    max-width: 100%;
    margin: auto;
}
.eq_list_wrap ul::before {
    display: block;
    content: "";
    flex-basis: 24%;
    order: 1;
}
.eq_list_wrap ul::before {
        display: block;
    content: "";
    flex-basis: 24%;
}
.eq_list_wrap li{
    flex-basis: 24%;
}
.eq_list_wrap li.large{
    flex-basis: 48%;
}
.eq_list_wrap li.flex{
    display: flex;
    flex-direction: column;
    gap: 0px;
    flex-basis: 24%;
}
.eq_list_wrap li.flex.rev{
    flex-direction: row-reverse;
}
.eq_list_wrap li.flex .img{
    flex-basis: 50%;
}
.eq_list_wrap li.flex dl{
    flex-basis: 48%;
}
.eq_list_wrap li.yoko{
    display: flex;
    flex-direction: column;
    gap: 0;
    flex-basis: 24%;
}
.eq_list_wrap li.yoko .img{
    flex-basis: 24%;
}
.eq_list_wrap li.yoko dl{
    flex-basis: 24%;
}
.eq_list_wrap li dl{
    padding: 8px 0 0;
}
.eq_list_wrap li dt{
    color: var(--dark);
    font-size: 1.6rem;
    display: flex;
    justify-content: space-between;
}
.eq_list_wrap li dt .logo{
    text-align: right;
    max-width: 24%;
}
.eq_list_wrap li dd{
    font-size: 1.4rem;
    padding-top: 8px;
}
.eq_list_wrap li dd small,
.nisumu p small{
    font-size: 1rem;
    display: block;
}
.eq_list_wrap li.large.logo{
    flex-basis: 100%;
}

.pow .logo img {
    width: 391px !important;
}

.pow .eq_list_wrap li:nth-of-type(1){order: 1;}
.pow .eq_list_wrap li:nth-of-type(2){order: 2;}
.pow .eq_list_wrap li:nth-of-type(3){order: 3;}
.pow .eq_list_wrap li:nth-of-type(8){order: 4; margin-right: 15px;}
.pow .eq_list_wrap li:nth-of-type(4){order: 5;}
.pow .eq_list_wrap li:nth-of-type(5){order: 6;}
.pow .eq_list_wrap li:nth-of-type(6){order: 7;}
.pow .eq_list_wrap li:nth-of-type(7){order: 8;}

.toilet .eq_list_wrap ul{
    max-width: 600px;
    margin: auto;
}
.toilet .eq_list_wrap li.flex.rev{
    flex-basis: 100%;
    flex-direction: row;
    align-items: center;
}
.tec .ttl_copy {
    font-size: 1.6rem;
    text-align: center;
}

.survice_wrap {
    max-width: 800px;
}
.survice_wrap dl {
    width: 60%;
}
.survice_wrap dl dt {
    background: var(--green4);
    border-radius: 16px;
    padding: 24px;
    font-size: 2.4rem;
    line-height: 1.5;
}
.survice_wrap dl dt span {
    display: block;
    font-size: 1.6rem;
    margin-bottom: 8px;
}
.survice_wrap dl dd {
    font-size: 1.6rem;
    padding-top: 12px;
}
.equipment_wrap img {
    width: 100%;
}
.sec_system .ttl {
    font-size: 2.4rem;
}
.sec_system .ttl span.img {
    display: block;
    max-width: 300px;
}
.sec_system2 img{
    width: auto;
    display: block;
    margin: auto;
    max-width: 800px;
    text-align: center;
}

}
