@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Heebo:wght@400&display=swap&text=0123456789\"");

/*==================================================
common
==================================================*/
header a,
main a {
    text-decoration: none;
}

/* fix button color */
/* .cmnRecomCatalogBnr__tt>strong {
    color: #156082;
}

.cmnRecomCatalogBnr__bt__in>a {
    background: #156082;
} */

a.arrow_r::after,
#prospect .device-coop .link-circle a p::after {
    content: "";
    display: block;
    width: .6em;
    height: .6em;
    border-top: solid 1px;
    border-right: solid 1px;
    transform: rotate(45deg);
    position: absolute;
    right: 1em;
    top: calc(50% - .3em);
    transition: right .2s 0s ease;
}

a.arrow_r:hover::after {
    right: .7em;
}

header p,
main p {
    line-height: 1.8;
}

main img {
    width: 100%;
    max-width: 100%;
    height: auto;
}

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

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

    /* banner 3 blocks */
    .list2col>* {
        width: 48%;
        margin-left: 4%;
        margin-bottom: 2%;
    }

    /* banner 3 blocks */
    .list3col>* {
        width: 32%;
        margin-left: 2%;
        margin-bottom: 2%;
    }

    /* banner 4 blocks */
    .list4col>* {
        width: 23.5%;
        margin-left: 2%;
        margin-bottom: 2%;
    }

    .list2col>*:nth-child(2n+1),
    .list3col>*:nth-child(3n+1),
    .list4col>*:nth-child(4n+1) {
        margin-left: 0;
    }
}

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

    .forSP,
    .forSPi {
        display: none;
    }

    .forPC {
        display: block;
    }

    .forPCi {
        display: inline-block;
    }
}

@media print {

    .forSP,
    .forSPi {
        display: none;
    }
}

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

    .forPC,
    .forPCi {
        display: none;
    }

    .forSP {
        display: block;
    }

    .forSPi {
        display: inline-block;
    }
}

.iblock {
    display: inline-block;
}

.blue {
    color: #0075c1;
}

.em {
    font-weight: bold;
}

.center {
    text-align: center;
}

.sml {
    font-size: .8em;
}

.mtop-1 {
    margin-top: 1em !important;
}

.note {
    margin: 1em auto 0;
    font-size: .9rem;
    counter-reset: num;
    color: #666;
}

@media (max-width: 767px) {
    .note {
        width: 100%;
    }
}

.note.numnote {
    counter-reset: numnote;
}

.counter-reset {
    counter-reset: num;
    counter-reset: numnote;
}

.counter-reset .note,
.counter-reset .numnote {
    counter-reset: none !important;
}

.note.numnote.countreset-2 {
    counter-reset: numnote 1;
}

.note.numnote.countreset-3 {
    counter-reset: numnote 2;
}

.note.numnote.countreset-4 {
    counter-reset: numnote 3;
}

.note.numnote.countreset-5 {
    counter-reset: numnote 4;
}

.note.numnote.countreset-6 {
    counter-reset: numnote 5;
}

.note li {
    padding-left: 1em;
    text-align: left;
    position: relative;
    font-size: .9rem;
    color: #666;
}

.note.center {
    width: fit-content;
    margin-inline: auto;
    text-align: left;
}

/* @media (max-width: 767px) {
    .note.center {
        text-align: left;
    }
}

.note.center li {
    display: inline-block;
    text-align: center;
}

.note.notecenter li {
    display: block;
    text-align: center;
    padding-left: 0;
} */

.note.numnote li {
    padding-left: 2em;
    counter-increment: numnote;
}

.note li::before {
    content: "※";
    position: absolute;
    left: 0;
}

.note.notecenter li::before {
    position: static;
}

.note.numnote li::before {
    content: '※' counter(numnote);
}

@media (min-width: 768px) {
    .textW {
        width: 680px !important;
        margin: 1rem auto 0;
    }
}


/* ZEH ruby */
[data-ruby] {
    position: relative;
    white-space: nowrap;
}

[data-ruby]::before {
    content: attr(data-ruby);
    display: inline-block;
    text-align: center;
    position: absolute;
    top: -1em;
    left: 50%;
    margin: auto;
    font-size: 0.4em;
    letter-spacing: .15em;
    transform: translateX(-50%);

}

[data-ruby] rt {
    display: none;
}


/*==================================================
page header
==================================================*/

header.pageHeader {
    width: 100%;
    min-width: 1140px;
    height: 60px;
    padding: 0 30px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #fff;
}

@media (max-width: 767px) {
    header.pageHeader {
        height: 50px;
        padding: 0 3vw;
    }
}

header.pageHeader .logo {
    width: 160px;
    display: block;
    line-height: 0;
}

@media (max-width: 767px) {
    header.pageHeader .logo {
        width: min(32vw, 160px);
        padding-left: 1vw;
    }
}

header.pageHeader .logo img {
    width: 100%;
    height: auto;
}

header.pageHeader a.catalog {
    padding: .5em 2em .7em;
    color: #fff;
    background: linear-gradient(#48cfd9, #0075c1);
    font-size: .9rem;
    line-height: 1;
    border-radius: 2em;
    position: relative;
}

@media (max-width: 767px) {
    header.pageHeader a.catalog {
        padding: .7em 2em .9em 1.2em;
        font-size: .85rem;
    }
}


/*==================================================
page contents
==================================================*/

main {
    display: block;
    width: 100%;
    min-width: 1140px;
}

@media (max-width: 767px) {

    header.pageHeader,
    main {
        min-width: 0;
    }
}

/*** pageMain ***/
#pageMain {
    height: calc(100vh - 60px);
    min-height: 740px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
    z-index: auto;
    overflow: hidden;
    text-align: center;
    background: url("/smart/smartheim/zeh/images/main_img.jpg") no-repeat center / cover #000;
}

@media (max-width: 767px) {
    #pageMain {
        padding: 5vw 0 10vw;
        /* height: auto; */
        min-height: 0;
        background: url("/smart/smartheim/zeh/images/main_img_sp.jpg") no-repeat top center / 100% auto #000;
    }
}

#pageMain>* {
    width: 100%;
    max-width: 980px;
    padding: 0 20px;
    margin: 1.5em auto 0;
    color: #fff;
    text-align: left;
}

@media (max-width: 767px) {
    #pageMain>* {
        padding: 0 5vw;
    }
}

#pageMain .hGroup {
    margin: -1em auto 0;
}

#pageMain .main-title {
    font-size: 3.5em;
    font-weight: 300;
    letter-spacing: .05em;
    visibility: hidden;
    animation: startAnimation 1s .2s both;
}

@media (max-width: 767px) {
    #pageMain .main-title {
        font-size: min(9.5vw, 2.5em);
    }

    #pageMain .main-title .spblock {
        display: block;
        line-height: 1.1;
    }
}

#pageMain .sub-title {
    font-size: 1.7em;
    letter-spacing: .05em;
    text-shadow: 0 0 2px rgba(0, 0, 0, 1), 0 0 3px rgba(0, 0, 0, .7), 0 0 10px rgba(0, 0, 0, .5);
    visibility: hidden;
    animation: startAnimation 1s .6s both;
}

@media (max-width: 767px) {
    #pageMain .sub-title {
        margin: .25em auto 0;
        font-size: min(5.5vw, 1.5em);
        line-height: 1.5;
    }
}

#pageMain .main-lead {
    font-size: 1.1em;
    visibility: hidden;
    animation: startAnimation 1s 1s both;
}

@media (max-width: 767px) {
    #pageMain .main-lead {
        font-size: 1rem;
    }
}

#pageMain .approval {
    justify-content: flex-start;
    align-items: flex-start;
    visibility: hidden;
    animation: startAnimation 1s 1s both;
}

#pageMain .approval li {
    /* width: 132px; */
    width: min(132px, 25%);
    margin-right: 2rem;
    margin-right: min(2rem, 6%);
    font-size: .8rem;
    text-align: center;
}

#pageMain .approval li:last-child {
    margin-right: 0;
}

#pageMain .approval li.builder-mark img {
    padding: 18px;
    background-color: #fff;
    border-radius: 3px;
}

@media (max-width:767px) {
    #pageMain .approval li.builder-mark img {
        padding: 10px;
    }
}

#pageMain .approval li p {
    margin-top: .5em;
}

@keyframes startAnimation {
    0% {
        opacity: 0;
        transform: translateX(-25px);
        visibility: hidden;
    }

    1% {
        opacity: 0;
        transform: translateX(-25px);
        visibility: visible;
    }

    100% {
        opacity: 1;
        transform: translateX(0);
        visibility: visible;
    }
}


/*** pageCo ***/
.pageCo {
    padding-bottom: 6rem;
    position: relative;
    z-index: auto;
}

@media (max-width:767px) {
    .pageCo {
        padding-bottom: 0;
    }
}

/*** page navigation ***/
#pageNav {
    width: 100%;
    max-width: 100%;
    padding: 0;
    background: rgb(248 248 248/ .85);
    position: absolute;
    left: 0;
    bottom: 0;
}


#pageNav ul {
    max-width: 980px;
    margin: 0 auto;
    display: flex;
    justify-content: space-around;
    align-items: center;
}

@media (max-width:767px) {
    #pageNav ul {
        justify-content: space-between;
        flex-wrap: nowrap;
    }
}

#pageNav ul li {
    position: relative;
}

#pageNav ul li::after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border-top: solid 2px #fff;
    position: absolute;
    bottom: calc(50% - 1.6em);
    left: 50%;
    transform: translateX(-50%);
    transition: width .2s 0s ease;
}

#pageNav ul li.on::after {
    width: calc(100% - 3.5em);
}

@media (max-width: 767px) {
    #pageNav ul li.on::after {
        width: calc(100% - 1.5em);
        bottom: calc(50% - 1.9em);
    }
}

#pageNav ul li a {
    display: block;
    padding: 1.1em 2em;
    font-size: 1.2em;
    line-height: 1.6;
    text-align: center;
    color: #000;
    opacity: 1;
    transition: opacity .2s 0s ease;
}

#pageNav ul li.request-brochure a {
    color: #fff;
    background-color: #156082;
}

@media (max-width: 767px) {
    #pageNav ul li {
        width: 25%;
    }

    #pageNav ul li:first-child,
    #pageNav ul li:last-child {
        width: 21%;
    }

    #pageNav ul li:nth-child(2) {
        width: 33%;
    }

    #pageNav ul li a {
        width: 100%;
        padding: .75em 1em;
        font-size: .8rem;
    }

    #pageNav ul li {
        border-right: 1px solid #fff;
    }

    #pageNav ul li.request-brochure {
        border-right: none;
    }

    #pageNav ul li a br {
        display: block;
    }
}

#pageNav ul li a:hover {
    opacity: .7;
}

/* common =========================================*/
main .bg-gray {
    background-color: #f6f6f6;
}

.co-box {
    opacity: 0;
    transition: all .8s 0s ease;
    counter-reset: numnote;
    transform: translateY(30px);
}

.co-box.show {
    opacity: 1;
    transform: translateY(0);
}

@media (max-width: 767px) {
    .co-box img {
        width: 100%;
        height: auto;
    }
}

/*** co-mainimg ***/
.co-mainimg {
    width: 100%;
    height: 40vw;
    max-height: 500px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    position: relative;
    z-index: auto;
    overflow: hidden;
}

@media (max-width: 767px) {
    .co-mainimg {
        height: 72vw;
        max-height: 100%;
    }
}

.co-mainimg .bg-img {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 0;
}

.co-mainimg .bg-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/*** co-title ***/
.co-box .co-title {
    width: 14em;
    margin: 0 auto;
    padding: .5em 1em;
    font-size: 1.5rem;
    text-align: center;
    font-weight: bold;
    color: #fff;
    background: linear-gradient(90deg, #48cfd9, #0075c1);
    position: relative;
    z-index: 1;
}

@media (max-width: 767px) {
    .co-box .co-title {
        width: 13em;
        font-size: 1.3rem;
    }
}

/*** co-sub ***/
.co-mainimg .co-sub {
    margin-top: 1.5em;
    color: #fff;
    font-size: 1.8rem;
    position: relative;
    z-index: 1;
}

@media (max-width: 767px) {
    .co-mainimg .co-sub {
        font-size: 1.15rem;
        text-shadow: 0 0 2px #000, 0 0 5px #000;
    }
}

.co-box .co-lead-title {
    margin: 2.2em auto .8em;
    text-align: center;
    color: #0075c1;
    font-size: 1.6rem !important;
    font-weight: bold;
}

@media (max-width: 767px) {
    .co-box .co-lead-title {
        font-size: 1.3rem !important;
    }
}

/*** co-lead ***/
.co-box .co-lead {
    text-align: center;
    font-weight: bold;
    font-size: 1.3rem !important;
}

@media (max-width: 767px) {
    .co-box .co-lead {
        text-align: center;
        font-size: 1.15rem !important;
    }
}

/*** box ***/
.box {
    width: 100%;
    min-width: 1140px;
    padding: 80px 0;
    position: relative;
}

@media (max-width: 767px) {
    .box {
        min-width: 0;
        padding: 15vw 5vw;
    }
}

.inner {
    padding: 0 calc(50vw - 490px);
    padding: 0 max(calc(50vw - 490px), 80px);
}

@media (max-width: 767px) {
    .inner {
        padding: 0 5vw;
    }
}

.box.inner {
    padding-top: 80px;
    padding-bottom: 80px;
}

@media (max-width: 767px) {
    .box.inner {
        padding-top: 15vw;
        padding-bottom: 15vw;
    }
}

.box:not(.bg-gray)+.box:not(.bg-gray),
.box.bg-gray+.box.bg-gray {
    padding-top: 0 !important;
}

/*** flex ***/
@media screen and (min-width:768px) {
    .box .left {
        width: 460px;
    }

    .box .right {
        width: 470px;
    }
}

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

    .box .left,
    .box .right {
        width: 100%;
    }

    .box .left+.right,
    .box .right+.left {
        margin-top: 2rem;
    }
}

.box figure {
    width: 980px;
    max-width: 100%;
    margin: 2em auto;
}

@media screen and (max-width:767px) {
    .box figure {
        width: 100%;
        text-align: center;
    }

    .box figure img {
        width: 100%;
        height: auto;
    }
}

.box .right .img-wrp {
    width: 100%;
}

.box .right .img-wrp img {
    width: 100%;
    height: auto;
}

/*** frame-box ***/
.frame-box {
    width: 980px;
    margin: 0 auto;
    padding: 70px 60px 60px;
    background-color: #fff;
    border: 2px solid #48cfd9;
    border-image: linear-gradient(90deg, #48cfd9, #0075c1);
    border-image-slice: 1;
    position: relative;
}

@media (max-width: 767px) {
    .frame-box {
        width: 100%;
        padding: 5em 5vw 2em;
    }
}

.frame-box:not(:first-child) {
    margin: 80px auto 40px;
}

@media (max-width: 767px) {
    .frame-box:not(:first-child) {
        margin: 15vw auto 7vw;
    }
}

.frame-box .frame-title {
    width: 35em;
    margin: 0 auto 2em;
    padding: .5em 0;
    text-align: center;
    font-size: 1.1rem;
    font-weight: bold;
    color: #fff;
    background: linear-gradient(90deg, #48cfd9, #0075c1);
    border-radius: 5rem;
    position: absolute;
    left: 50%;
    top: 0;
    transform: translate(-50%, -50%);
}

@media (max-width: 767px) {
    .frame-box .frame-title {
        width: 90%;
    }
}

/*** r-corner-title ***/
.r-corner-title {
    width: max-content;
    min-width: 25em;
    margin: 3em auto 2em;
    padding: .35em 1.25em;
    text-align: center;
    font-size: min(1.1rem, 4vw);
    font-weight: bold;
    color: #0075c1;
    line-height: 1.4;
    background-color: #fff;
    border: solid 2px #05a2e7;
    border-radius: 5rem;
}

@media screen and (max-width:767px) {
    .r-corner-title {
        max-width: 100%;
        min-width: 0;
    }
}

.r-corner-title:first-child {
    margin: 0 auto 2.5em;
}

.r-corner-title:first-child.mbtm1 {
    margin-bottom: 1.5em;
}

.r-corner-title+ul.note {
    width: fit-content;
    text-align: center;
    margin: -2em auto 3.5em;
}

.r-corner-title+ul.note li {
    text-align: left;
}

/*** dot-title ***/
.dot-title {
    margin-bottom: 1em;
    padding-left: 1.2em;
    position: relative;
    font-weight: bold;
}

.dot-title::before {
    content: '';
    display: block;
    width: .8em;
    height: .8em;
    background: linear-gradient(90deg, #48cfd9, #0075c1);
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: .4em;
}

/* about =========================================*/
#about .co-title {
    margin: 0 auto 2em;
}

@media screen and (max-width:767px) {
    #about .co-lead-title span {
        display: block;
        font-size: .85em;
    }

    #about .co-lead {
        text-align: justify;
    }
}

#about .about-title {
    margin: 0 auto 2em;
    color: #0075c1;
    text-align: center;
    font-size: 1.9rem;
}

@media screen and (max-width:767px) {
    #about .about-title {
        margin: 0 auto 1.5em;
        font-size: 1.7rem;
    }
}

#about .about-title::after {
    content: '';
    display: block;
    width: 2em;
    height: 5px;
    margin: .5em auto 0;
    background: linear-gradient(90deg, #48cfd9, #0075c1);
}

#about p {
    font-size: 1.1rem;
}

#about .sec:nth-child(2) .right {
    margin-top: -2.5rem;
}

@media screen and (max-width:767px) {
    #about .sec:nth-child(2) .right {
        margin-top: 0;
    }
}

#about .frame-box {
    padding: 50px 60px 30px;
}

@media screen and (max-width:767px) {
    #about .frame-box {
        margin: 20vw auto 7vw;
        padding: 3.5em 2vw 0;
    }
}

#about .frame-box p {
    font-size: 1.3rem;
}

@media screen and (max-width:767px) {
    #about .frame-box p {
        font-size: 1.15rem;
    }
}

#about .box figure {
    margin: 0 auto 2em;
}

/* issuance-wrp */
@media screen and (min-width:768px) {
    #about .issuance-wrp {
        display: grid;
        justify-content: space-between;
        grid-template-areas: 'text fig' 'note1 fig' 'note2 fig';
        grid-template-columns: 400px 550px;
        grid-template-rows: auto auto 1fr;
    }

    #about .issuance-wrp .text {
        grid-area: text;
    }

    #about .issuance-wrp .fig {
        grid-area: fig;
    }

    #about .issuance-wrp .note1 {
        grid-area: note1;
    }

    #about .issuance-wrp .note2 {
        margin-top: 0;
        grid-area: note2;
    }
}

@media screen and (max-width:767px) {
    #about .issuance-wrp .fig {
        max-width: 400px;
        margin: 2em auto 0;
    }
}

/*** percent-wrp ***/
.percent-wrp {
    text-align: center;
}

.percent-wrp .percent {
    font-size: min(1.6em, 5vw);
    color: #0075c1;
    text-align: center;
    line-height: 1.2;
    letter-spacing: .1em;
}

.percent-wrp .continuous {
    display: inline-block;
    padding: 0 .25em .4em;
    margin-bottom: 1em;
    border-bottom: solid 1px #888;
    position: relative;
}

.percent-wrp .continuous::before,
.percent-wrp .continuous::after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    color: #888;
    border: solid .5em transparent;
    border-top: solid .75em;
    position: absolute;
    left: 50%;
    top: 100%;
    transform: translateX(-50%);
}

.percent-wrp .continuous::after {
    border-top: solid .75em #fff;
    top: calc(100% - 2px);
}

.percent-wrp .percent .num {
    display: block;
    text-align: center;
    font-size: min(5.6rem, 16vw);
    line-height: 1;
    font-weight: bold;
    text-indent: .2em;
    letter-spacing: 0;
}

.percent-wrp .percent .num .sml {
    padding-left: .1em;
    font-size: .5em;
}

/*** btn-wrp ***/
.btn-wrp {
    display: block;
    width: 100%;
    padding: 2em 1em;
    text-align: center;
    margin: 1em auto 4em;
}

.btn-wrp .btn {
    display: flex;
    width: 100%;
    max-width: 400px;
    font-weight: bold;
    color: #0075c1;
    border: 3px solid #0075c1;
    background-color: #fff;
    position: relative;
    margin: 0 auto;
}

.btn-wrp .btn::after {
    content: '';
    width: .5em;
    height: .5em;
    position: absolute;
    top: 50%;
    right: 1em;
    border-top: 2px solid;
    border-right: 2px solid;
    transform: translateY(-50%) rotate(45deg);

}

.btn-wrp .btn .img-box {
    display: block;
    width: 30%;
    margin: 0;
    position: relative;
}

.btn-wrp .btn .img-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.btn-wrp .btn .text-box {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 70%;
    padding: .5em 1em;
    margin: 0;
    position: relative;
}

/* achievement =========================================*/

/* achievement-title */
#achievement .achievement-title {
    font-size: 2rem;
    margin: 0 auto 1.5em;
    text-align: center;
}

@media screen and (max-width:767px) {
    #achievement .achievement-title {
        font-size: 1.4rem;
    }
}

#achievement .achievement-title .color-point1 {
    color: #8fc31f;
}

#achievement .achievement-title .color-point2 {
    color: #65aadd;
}

#achievement .achievement-title .color-point3 {
    color: #f39939;
}

#achievement .co-lead+.approval {
    display: flex;
    justify-content: center;
    margin: 1em auto 0;
}

#achievement .co-lead+.approval li {
    width: 130px;
    width: min(130px, 27vw);
    padding: 10px;
}

#achievement .co-lead+.approval p {
    font-size: .8em;
    text-align: center;
}

/* achievement-table */
#achievement table {
    table-layout: fixed;
    margin: 0 auto;
    border-bottom: solid 1px #999;
}

@media screen and (max-width:767px) {
    #achievement table {
        font-size: .8em;
    }
}

#achievement .achievement-table,
#achievement .achievement-table+.note {
    max-width: 640px;
    width: 100%;
}

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

    #achievement .achievement-table,
    #achievement .achievement-table+.note {
        width: 100%;
    }
}

#achievement .achievement-table .th {
    width: 20%;
}

#achievement .achievement-table .td1 {
    width: 16%;
}

#achievement .achievement-table .td2 {
    width: 16%;
}

#achievement .achievement-table thead th {
    padding: .5em 0;
    font-size: .95rem;
    color: #0075c1;
}

#achievement .achievement-table thead .goal {
    border-bottom: 2px solid #999;
}

#achievement .achievement-table tbody th,
#achievement .achievement-table tbody td {
    padding: .5em 0;
    text-align: center;
    border-top: solid 1px #999;
    vertical-align: middle;
    color: #0075c1;
}

#achievement .achievement-table tbody th {
    font-weight: bold;
}

#achievement .achievement-table tbody th span {
    display: block;
    color: #333;
    font-size: .8rem;
    font-weight: normal;
}

@media screen and (max-width:767px) {
    #achievement .achievement-table tbody th span {
        font-size: .65rem;
    }
}

#achievement .achievement-table tbody td {
    font-size: 1em;
}

@media screen and (max-width:767px) {
    #achievement .achievement-table tbody td {
        padding-left: .25em;
        font-size: min(1.2em, 3.4vw);
    }
}

#achievement .achievement-table tbody tr:nth-child(odd) td {
    color: #05a2e7;
}

#achievement .achievement-table .goal2025 {
    border-left: 25px solid #f6f6f6;
}

@media screen and (max-width:767px) {
    #achievement .achievement-table .goal2025 {
        border-left: 15px solid #f6f6f6;
    }
}

#achievement .achievement-table tbody td span {
    display: inline-block;
    padding-right: .1em;
    /*     text-align: right; */
    font-weight: bold;
    font-size: 1.3em;
}

/*** point-head ***/
@media screen and (min-width:768px) {

    #achievement .point-head .left,
    #achievement .point-head .right {
        width: 50%;
    }
}

#achievement .point-head .left {
    padding: 3rem 2rem;
    text-align: center;
}

@media screen and (max-width:767px) {
    #achievement .point-head .left {
        width: 100%;
        padding: 2rem 5vw;
        order: 2;
    }

    #achievement .point-head .right {
        width: 100%;
        order: 1;
    }
}

#achievement .point-head .point-title {
    display: flex;
    justify-content: center;
    align-items: center;
}

#achievement .point-head .point-title span {
    width: 50%;
}

#achievement .point-head .point-title span:first-child img {
    display: block;
    margin-left: auto;
    width: 10rem;
    padding: .5em 3em .5em 0;
    border-right: solid 1px #000;
}

#achievement .point-head .point-title span:last-child {
    padding-left: 3rem;
    font-size: 2rem;
    text-align: left;
    letter-spacing: .1em;
}

#achievement .point-head .point-title span img {
    width: 100%;
    height: auto;
}

#achievement .point-head .sub {
    margin: 1.3em auto;
    font-weight: bold;
    font-size: 1.3rem;
    line-height: 1.6;
}

#achievement .point-head .symbol {
    width: 180px;
    width: min(180px, 40%);
    margin: 0 auto;
}

#achievement .point-head .right img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

@media screen and (max-width:767px) {
    #achievement .co-lead {
        line-height: 2;
    }
}

#achievement .co-lead span {
    display: inline-block;
    font-size: 2.5em;
    vertical-align: -.15em;
    margin-top: -1em;
    padding: 0 .1em;
    line-height: 1;
    color: #0075c1;
    font-family: 'Heebo';
}

#achievement .frame-title {
    width: 30em;
    padding: .7em 0 .7em .8em;
    font-size: 1.5rem;
    border-radius: 0;
    font-weight: normal;
}

#achievement .frame-title+.note {
    margin: -.5em auto 3em;
}

@media screen and (max-width:767px) {
    #achievement .frame-title {
        width: 90%;
        padding: .7em .5em;
        font-size: 1.2rem;
    }
}

/*** point-box ***/
.point-box {
    width: 100%;
    position: relative;
}

/* point1 */
#point1 {
    margin-top: 50px;
}

/* grade_arrow */
.grade_arrow {
    width: 70px;
    height: 35px;
    position: absolute;
    left: calc(50% - 35px);
    overflow: hidden;
    z-index: 2;
}

.grade_arrow::before {
    content: '';
    display: block;
    width: 50px;
    height: 50px;
    background: linear-gradient(45deg, #48cfd9, #0075c1);
    position: absolute;
    left: 50%;
    transform: translate(-50%, -50%) rotate(45deg);
    z-index: 2;
}

#point1 .grade_arrow {
    top: -80px;
}

#point3 .grade_arrow {
    bottom: -20px;
}

/* fukidashi */
#point1 .fukidashi {
    display: grid;
    position: relative;
}

#point1 .insulation-gty .fukidashi {
    margin-top: 3rem;
}

#point1 .fukidashi .left {
    grid-area: left;
}

#point1 .fukidashi .right {
    grid-area: right;
}

#point1 .fukidashi .left,
#point1 .fukidashi .right {
    width: auto;
}

#point1 .fukidashi .supplementation {
    grid-area: supple;
}

#point1 .fukidashi .note {
    grid-area: note;
}

@media screen and (min-width:768px) {
    #point1 .fukidashi {
        grid-template-areas: 'left right' 'supple supple' 'note note';
        grid-template-columns: 500px 440px;
    }

    #point1 .fukidashi .left {
        padding-right: 40px;
        border-right: solid 1px #48cfd9;
        position: relative;
    }

    #point1 .fukidashi .right {
        padding: .5em 0;
    }

    #point1 .fukidashi .left::before,
    #point1 .fukidashi .left::after {
        content: '';
        display: block;
        width: 20px;
        height: 20px;
        border: solid 15px transparent;
        border-right: solid 20px #48cfd9;
        position: absolute;
        right: 0;
        top: calc(50% - 10px);
    }

    #point1 .fukidashi .left::after {
        border-right: solid 20px #fff;
        right: -2px;
    }
}

@media screen and (max-width:767px) {
    #point1 .fukidashi {
        grid-template-areas: 'left' 'supple' 'right' 'note';
        grid-template-columns: 100%;
    }

    #point1 .insulation-gty .fukidashi {
        grid-template-areas: 'left' 'note' 'right';
    }

    #point1 .fukidashi .right {
        margin-top: 3rem;
        padding-left: 0;
        padding-top: 2rem;
        border-left: none;
        border-top: solid 1px #48cfd9;
        position: relative;
    }

    #point1 .fukidashi .right::before,
    #point1 .fukidashi .right::after {
        content: '';
        display: block;
        width: 20px;
        height: 20px;
        border: solid 15px transparent;
        border-bottom: solid 25px #48cfd9;
        position: absolute;
        left: calc(50% - 15px);
        bottom: 100%;
    }

    #point1 .fukidashi .right::after {
        border-bottom: solid 25px #fff;
        bottom: calc(100% - 3px);
    }
}

#point1 .insulation-title {
    width: 100%;
    padding: .2em;
    margin-bottom: 2%;
    font-size: 1.05rem;
    color: #fff;
    text-align: center;
}

#point1 .insulation-heim .dot-title,
#point1 .insulation-gty .dot-title {
    font-size: .95em;
}

#point1 .insulation-heim .insulation-title {
    background-color: #0075c1;
}

#point1 .insulation-gty .insulation-title {
    background-color: #2e7534;
}

#point1 .fukidashi .img-wrp {
    margin: 2em auto 0;
}

/* insulation-table */
#point1 .insulation-table {
    width: 100%;
    font-size: .9em;
}

#point1 .insulation-table+.note {
    margin: 5px 0 1.25em;
}

#point1 .insulation-table th,
#point1 .insulation-table td {
    border: 1px solid #ccc;
    padding: .75em;
    text-align: center;
    font-weight: bold;
    vertical-align: middle;
    line-height: 1.6;
    color: #333;
}

#achievement .insulation-table tbody tr:nth-child(odd) td {
    font-size: 1.1em;
}

@media screen and (max-width:767px) {
    #achievement .insulation-table tbody tr:nth-child(2) td {
        font-size: .9em;
    }

    #achievement .insulation-table tbody tr:nth-child(odd) td {
        font-size: 1.2em;
    }
}

#achievement .insulation-table tbody tr:nth-child(odd) td:not(.bg) {
    color: #05a2e7;
}

#point1 .insulation-table td.bg {
    color: #fff;
    font-size: 1em;
    text-align: center;
    background-color: #0075c1;
}

#point1 .insulation-table td span {
    width: auto;
}

#point1 .insulation-heim .frame {
    width: 100%;
    max-width: 740px;
    margin: 2em auto;
    border: 1px solid #ccc;
    padding: 1em;
}

@media screen and (max-width:767px) {
    #point1 .insulation-heim .frame {
        margin-bottom: 0;
    }
}

#point1 .insulation-heim .frame .about-ua {
    margin-bottom: .5em;
}

#point1 .insulation-heim .frame h3 {
    font-size: .9em;
    font-weight: bold;
}

#point1 .insulation-heim .frame p {
    font-size: .8em;
    font-weight: bold;
}

/* point2 */
#point2 ul {
    counter-reset: features;
}

#point2 li {
    text-align: center;
    counter-increment: features;
}

#point2 li::before {
    content: "0" counter(features);
    display: block;
    margin: .8em auto .5em;
    font-family: 'Heebo';
    font-size: 2.3rem;
    line-height: 1;
    color: #0075c1;
}

#point2 li span {
    display: inline-block;
    width: 210px;
}

#point2 li p {
    margin-top: 1em;
    font-weight: bold;
}

@media screen and (max-width:767px) {
    #point2 ul li {
        width: 100%;
        margin-bottom: 1.6em;
        padding-top: 2.8rem;
        display: flex;
        justify-content: space-between;
        align-items: center;
        position: relative;
    }

    #point2 ul li::before {
        margin: 0;
        position: absolute;
        top: 0;
        left: calc(50% - .5em);
    }

    #point2 ul li span {
        width: 30%;
    }

    #point2 ul li p {
        width: 65%;
        margin: 0;
        text-align: left;
        font-size: .95rem;
    }

    #point2 ul li p br {
        display: none;
    }
}

/* point3 */
#point3 h5 {
    margin-bottom: 1em;
    font-size: 1.3rem;
    font-weight: bold;
    color: #0075c1;
}

#point3 h5+.note {
    margin: -.5em auto 1.5em;
}

#point3 .right {
    text-align: center;
}

#point3 .dot-title {
    display: inline-block;
}

#point3~.box {
    padding-top: 100px;
}

#point3~.box .frame-box .list2col {
    position: relative;
}

#point3~.box .frame-box .list2col::before,
#point3~.box .frame-box .list2col::after {
    content: '';
    display: block;
    width: 2px;
    height: 3.5rem;
    position: absolute;
    left: calc(50% - 1px);
    top: calc(70px - 1.5rem);
    background: #24a2cd;
}

#point3~.box .frame-box .list2col::after {
    background: linear-gradient(#48cfd9, #0075c1);
    transform: rotate(-90deg);
}

@media screen and (max-width:767px) {
    #point3~.box {
        padding: 15vw 5vw 15vw;
    }

    #point3~.box .frame-box .list2col>div:first-child {
        margin-bottom: 7rem;
    }

    #point3~.box .frame-box .list2col>div {
        width: 100%;
    }

    #point3~.box .frame-box .list2col::before,
    #point3~.box .frame-box .list2col::after {
        height: 2.5rem;
        top: calc(50% - .3rem);
    }
}

@media screen and (max-width:640px) {
    #point3 .left p {
        padding: 0 .5em;
    }
}

/* circle-hl */
.frame-box .circle-hl {
    margin-bottom: 2rem;
}

.frame-box .circle-hl .circle-border {
    width: 5em;
    height: 5em;
    padding: 2px;
    margin: 0 auto 1.5em;
    font-size: 1.6em;
    border-radius: 50%;
    background: linear-gradient(90deg, #48cfd9, #0075c1);
    overflow: hidden;
}

@media screen and (max-width:767px) {
    .frame-box .circle-hl .circle-border {
        font-size: 1.25em;
    }
}

.frame-box .circle-hl h5 {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
    background-color: #fff;
    border-radius: 50%;
    z-index: 1;
}

.frame-box .circle-hl p {
    text-align: center;
    font-weight: bold;
    font-size: 1.15em;
}

/*** prospect ***/
@media (max-width: 767px) {
    #prospect .co-mainimg .bg-img {
        width: 110%;
        height: 110%;
        left: -5%;
        top: -5%;
    }
}

#prospect .prospect-title {
    color: #0075c1;
    font-size: min(1.6rem, 5vw);
    text-align: center;
    font-weight: bold;
    line-height: 2;
}

#prospect .pyramid {
    width: min(740px, 100%);
    margin: 2em auto;
}

@media (max-width: 767px) {
    #prospect .pyramid {
        width: min(400px, 100%);
    }
}

#prospect .note-wrp {
    display: inline-block;
}

#prospect .pyramid~.r-corner-title {
    margin-top: min(100px, 20vw);
}

#prospect .device-coop {
    margin: 3rem auto;
    align-items: center;
    position: relative;
}

#prospect .device-coop figcaption {
    margin: 0 auto 2em;
    font-size: 1.05rem;
    font-weight: bold;
    text-align: center;
}

#prospect .device-coop figcaption .logo {
    display: block;
    width: min(500px, 80vw);
    margin: 0 auto;
}

#prospect .device-coop .link-circle {
    width: 100%;
    max-width: 900px;
    margin: 0 auto;
    position: relative;
}

#prospect .device-coop .link-circle .bg {
    width: 100%;
    position: relative;
    z-index: 0;
    opacity: .6;
}

#prospect .device-coop .link-circle .circle {
    width: 42%;
    aspect-ratio: 1/1;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -60%);
    z-index: 1;
    background-color: #fff;
    border-radius: 100%;
    padding: 0;
    overflow: hidden;
}

@media (max-width: 767px) {
    #prospect .device-coop .link-circle .circle {
        width: 60%;
        transform: translate(-50%, -85%);

    }
}

#prospect .device-coop .link-circle .device {
    width: 30%;
    height: 0;
    padding-top: calc(17% + 2.5em);
    position: absolute;
    z-index: 2;
}

@media (max-width: 767px) {
    #prospect .device-coop .link-circle .device {
        width: 46%;
        padding-top: calc(24% + 2.8em);
    }
}

#prospect .device-coop .link-circle .sunsystem {
    top: 12%;
    left: 50%;
    transform: translateX(-50%);
}

#prospect .device-coop .link-circle .e_pocket {
    right: calc(50% + 160px);
    bottom: 21%;
    transform: translateX(50%);
}

#prospect .device-coop .link-circle .hems {
    left: calc(50% + 160px);
    bottom: 21%;
    transform: translateX(-50%);
}

@media (max-width: 767px) {
    #prospect .device-coop .link-circle .sunsystem {
        top: 5%;
    }

    #prospect .device-coop .link-circle .e_pocket {
        left: 0;
        right: unset;
        transform: translateX(0);
        top: 35%;
        bottom: unset;
    }

    #prospect .device-coop .link-circle .hems {
        left: unset;
        right: 0;
        transform: translateX(0);
        top: 35%;
        bottom: unset;
    }
}

#prospect .device-coop .link-circle .device a {
    display: block;
    width: 100%;
    height: 100%;
    text-align: center;
    border-radius: 10px;
    padding: 1em;
    background-color: rgba(255, 255, 255, .9);
    border: 3px solid #0075c1;
    position: absolute;
    left: 0;
    top: 0;
}

@media (max-width: 767px) {
    #prospect .device-coop .link-circle .device a {
        padding: min(1em, 2vw);
    }
}

#prospect .device-coop .link-circle .device p {
    color: #222;
    display: block;
    width: 100%;
    font-size: min(.85rem, 2.6vw);
    font-weight: bold;
    line-height: 1.5;
    position: relative;
}

#prospect .device-coop .link-circle .device p::after {
    right: .5em;
    bottom: .4em;
    top: unset;
    border-color: #fff;
}

#prospect .device-coop .link-circle .device p::before {
    content: '';
    background-color: #0075c1;
    display: block;
    position: absolute;
    bottom: 0;
    right: 0;
    width: 1.4em;
    height: 1.4em;
    border-radius: 100%;
    z-index: 0;
    transition: all .3s;
}

@media (hover) {
    #prospect .device-coop .link-circle .device:hover p::before {
        background-color: #222;
    }

    #prospect .device-coop .link-circle .device:hover p::before {
        background-color: #222;
    }
}

@media (max-width: 767px) {
    #prospect .device-coop .link-circle .device p::after {
        right: .2em;
    }

    #prospect .device-coop .link-circle .device p::before {
        right: -.35em;
    }
}

#prospect .device-coop .link-circle .device .img {
    display: block;
    pointer-events: none;
}

#prospect .device-coop .link-circle .device.sunsystem .img {
    margin-bottom: .5em;
}


#prospect .structure-wrp {
    position: absolute;
    bottom: 7%;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 75%;
    mix-blend-mode: multiply;
}

@media (max-width: 767px) {
    #prospect .structure-wrp {
        width: 100%;
        position: static;
        transform: translateX(0);
        margin-top: 1em;
    }
}

#prospect .structure-wrp .dannetsu-logo {
    display: block;
    width: 46%;
    position: relative;
}

@media (max-width:767px) {
    #prospect .structure-wrp .dannetsu-logo {
        width: 80%;
        margin: 2em auto .5em;
    }
}

#prospect .structure-wrp .plus {
    display: block;
    width: 8%;
    padding-bottom: 5%;
    position: relative;
}

@media (max-width:767px) {
    #prospect .structure-wrp .plus {
        width: 100%;
    }
}

#prospect .structure-wrp a {
    transition: all .3s;
}

#prospect .structure-wrp a:hover {
    opacity: .6;
}

#prospect .structure-wrp .plus::before,
#prospect .structure-wrp .plus::after {
    content: '';
    width: 20px;
    height: 5px;
    background-color: #444;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transform-origin: center;
}

#prospect .structure-wrp .plus::after {
    top: calc(50% - 2.5px);
    transform: translate(-50%, 0%) rotate(90deg);
}

#prospect .structure-wrp .unit {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 46%;
    border: 3px solid #0075c1;
    color: #0075c1;
    font-weight: bold;
    font-size: min(1em, 3.5vw);
    line-height: 1.5;
    padding: .25em .5em;
}

@media (max-width:767px) {
    #prospect .structure-wrp .unit {
        width: 80%;
        margin: 1em auto;
    }
}

#prospect .frame-box {
    margin-top: 100px;
    padding-top: 4em;
    position: relative;
}

#prospect .frame-box .illust {
    width: min(320px, 45%);
    position: absolute;
    right: 0;
    bottom: 0;
    transform: translate(10%, 11%);
    z-index: 2;
}

/*==================================================
information
==================================================*/
.information {
    border-top: solid 1px #fff;
    background: linear-gradient(90deg, #48cfd9, #0075c1);
}

.information ul {
    justify-content: center;
}

.information ul li {
    text-align: center;
}

.information ul li a {
    display: block;
    color: #fff;
    font-size: .8rem;
}

.information ul li p {
    margin-top: 1em;
}

@media (max-width: 767px) {
    .information {
        margin-bottom: -20px;
    }

    .information ul li:not(:last-child) {
        margin-bottom: 7vw;
    }

    .information ul li a {
        font-size: .85rem;
    }
}

/*==================================================
v21-media
==================================================*/
.v21-media {
    display: none;
}

@media (min-width: 768px) {
    .v21-media {
        width: 1px;
    }
}

@media (max-width: 767px) {
    .v21-media {
        width: 2px;
    }
}

/* footer brochure fix */
.cmnRecomWrap {
    margin-top: 0;
    margin-bottom: 1em;
}

.cmnRecomCatalogBnr__wrp {
    width: 31%;
    margin: 2%;
}

@media (max-width:767px) {
    .cmnRecomCatalogBnr__wrp {
        width: 70%;
        margin: 0 auto 2em;
    }
}

.cmnRecomCatalogBnr .cmnRecomCatalogBnr__lead {
    text-align: center;
    margin-bottom: 2em;
}

@media (max-width:767px) {
    .cmnRecomCatalogBnr .cmnRecomCatalogBnr__lead {
        text-align: center;
        margin-top: 2em;
    }
}

.cmnRecomCatalogBnr_img_wrp {
    position: relative;
    width: 100%;
    height: 250px;
    box-sizing: border-box;
    padding: 0;
    margin-bottom: 1.5em;
}

@media (max-width:767px) {
    .cmnRecomCatalogBnr_img_wrp {
        height: auto;
    }
}

.cmnRecomCatalogBnr_img_wrp .brochure-inner {
    position: relative;
    width: 100%;
    z-index: 0;
}

.cmnRecomCatalogBnr_img_wrp img {
    width: 100%;
    height: auto;
    border: 1px solid #ccc;
}

.cmnRecomCatalogBnr_img_wrp .brochure-inner img {
    opacity: .5;
}

.cmnRecomCatalogBnr__u__t {
    margin-top: 8px !important;
}

.cmnRecomCatalogBnr_img_wrp .brochure-cover {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 50%;
    z-index: 1;
}