@charset "UTF-8";

/*****************
mainContent
*****************/
.nav {
    padding: 0 4.7% 6%;
}

.nav__list {
    margin-top: 2%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}

.nav__item {
    width: 48%;
    margin-top: 3%;
}

.navMore {
    border: 3px solid var(--darkBlue);
    margin-top: 3%;
}

.navMore summary {
    padding: 0 5% 0 13%;
    position: relative;
}

.navMore summary::before {
    display: block;
    content: '';
    background: url(../img/icon_arrow-down_circle.png) no-repeat top / cover;
    width: 5.6%;
    height: 42%;
    position: absolute;
    top: 50%;
    left: 6%;
    transform: translateY(-50%);
}

.navMore[open] summary {
    border-bottom: 3px solid var(--darkBlue);
}

.navMore[open] summary::before {
    transform: rotate(180deg);
    top: 29%;
}

.navMore__list {
    padding: 4% 10% 6% 7.5%;
}

.navMore__list > li + li {
    margin-top: 4.5%;
}

.navMore__item {
    margin: 0 auto;
    padding: 0 0 2% 1%;
    border-bottom: 2px solid var(--edionBlue);
    position: relative;
}

.navMore__item a::after {
    display: block;
    content: '';
    background: url(../img/icon-link.png) no-repeat top / contain;
    width: 6.5%;
    height: 111%;
    position: absolute;
    bottom: -5%;
    right: 53%;
}

.navMore__item:nth-of-type(2) a::after {
    height: 113%;
    right: 41%;
}

.navMore__item:nth-of-type(3) a::after {
    height: 55%;
    bottom: 50%;
    right: 30.5%;
}

.navMore__item:last-of-type a::after {
    right: 20.5%;
}

.navMore__item::after {
    display: block;
    content: '';
    background: url(../img/money.png) no-repeat top / cover;
    width: 17%;
    height: 185%;
    position: absolute;
    bottom: -50%;
    right: 0;
}

.navMore__item:nth-of-type(2):after  {
    background-image: url(../img/care.png);
    width: 22%;
    height: 130%;
    bottom: -30%;
    right: -3%;
}

.navMore__item:nth-of-type(3):after  {
    background-image: url(../img/comfortable.png);
    width: 22.5%;
    height: 125%;
    bottom: -5%;
    right: -3%;
}

.navMore__item:last-of-type:after  {
    background-image: url(../img/smell.png);
    width: 18%;
    height: 200%;
    bottom: -50%;
    right: -1.5%;
}

.navMore__item a {
    font-size: clamp(1.2rem, 3.5vw, 2.3rem);
    line-height: 1.2;
    display: block;
    text-align: left;
    position: relative;
}

.navMore__item a span {
    font-size: clamp(1.2rem, 2.9vw, 1.9rem);
    font-weight: 500;
    color: #C8C8C8;
}

/* コンテンツ */
.section:first-of-type {
    margin-top: 0;
}

.section:not(:first-of-type) {
    opacity: 0;
}

.section__title img {
    width: 78.5%;
    margin-bottom: -2.5%;
}

.section__title h2 {
    font-size: clamp(2.1rem, 6.6vw, 4.4rem);
    line-height: 1.4;
    padding: 5% 5% 4.2%;
    border: 3.5px solid var(--darkBlue);
}

.section__title span {
    display: block;
    font-size: clamp(1.85rem, 5.8vw, 3.85rem);
    color: var(--darkBlue);
    letter-spacing: -0.2rem;
}

.section__desc {
    font-size: clamp(1.3rem, 4vw, 2.64rem);
    margin-top: 9%;
}

.section__desc h3 {
    font-size: clamp(1.85rem, 5.8vw, 3.85rem);
}

.deatil__item__text {
    margin-top: 8.5%;
}

.deatil__item__text span {
    font-size: clamp(1.92rem, 6vw, 3.9rem);
    color: var(--orange);
    font-weight: 700;
}

.notes {
    font-size: clamp(1rem, 2.2vw, 1.45rem);
    color: color-mix(in srgb, var(--darkBlue) 70%, var(--white));
    font-weight: 500;
}

.deatil__item--work .deatil__item__text img {
    width: 60%;
    margin-top: 8.5%;
}

.deatil__item .notation .p2 {
    font-size: 1rem;
    font-weight: 500;
    color: color-mix(in srgb, var(--darkBlue) 70%, var(--white));
}

/* price */
.section--price .section__desc {
    padding: 0 2%;
}

.section--price .section__desc .p1, .p1_plus2 {
    display: inline-block;
    background-color: color-mix(in srgb, var(--yellow) 32%, var(--white));
    font-weight: 500;
    line-height: 1.3;
    letter-spacing: -0.15rem;
}

.p1_plus, .p1_plus2 {
    font-size: clamp(1.3rem, 4vw, 2.64rem);
}

.p1_plus {
    margin: 4% auto 0;
}

.p_plus3 {
    font-size: clamp(0.9rem, 2.5vw, 1.7rem);
}

.section--price .section__desc .p2 span {
    color: var(--orange);
    font-size: clamp(1.92rem, 6vw, 3.9rem);
    line-height: 1.2;
}

.section--price .section__desc .notes {
    font-size: clamp(0.9rem, 2.5vw, 1.7rem);
    text-align: left;
    margin: 1.5% 0 0 1%;
}

/* work */
.section--work .section__title h2 {
    font-size: clamp(2.3rem, 7.2vw, 4.8rem);
}

.deatil__item--time .deatil__item__text span {
    margin: 0 2%;
}

.deatil__item--time .deatil__item__text img {
    width: 90%;
    margin-top: 7%;
}

.deatil__item--time .notation .p2 {
    display: inline-block;
}

/* guarantee */
.section--guarantee .section__title h2 {
    font-size: clamp(1.92rem, 6vw, 3.9rem);
    padding: 10% 3%;
}

.arrow_down {
    width: 10.5%;
}

.deatil__item--repair .p1 {
    font-weight: 500;
    margin-top: 5%;
}

.deatil__item--repair .p1 span {
    font-weight: 700;
    font-size: clamp(1.6rem, 5vw, 3.29rem);
    color: var(--darkBlue);
    margin-left: 3%;
}

.service {
    background-color: color-mix(in srgb, var(--yellow) 32%, var(--white));
    padding: 8% 6% 8% 8%;
    margin-top: 5%;
}

.service__item {
    background-color: var(--white);
    padding: 4% 0 8.5%;
    font-weight: 500;
    box-shadow: 2px 4px 5px rgba(0,0,0,0.3);
    margin-top: 9.5%;
    position: relative;
}

.service__item:first-of-type {
    margin-top: 0;
}

.service__item .icon {
    width: 21%;
    position: absolute;
    top: -4.1%;
    left: -5.5%;
}

.service__item .p1 {
    text-align: left;
    line-height: 1.3;
    display: inline-block;
    margin-left: 5%;
}

.service__item .p1 span {
    font-size: clamp(1.76rem, 5.5vw, 3.6rem);
    color: var(--lightBlue);
}

.service__item strong {
    font-size: clamp(3.3rem, 10.1vw, 6.7rem);
}

.service__item {
    position: relative;
}

.service__item::before {
    display: block;
    content: '';
    background: url(../img/service_01.png) no-repeat top left / contain;
    width: 21%;
    height: 20.3%;
    position: absolute;
    top: -4%;
    left: -5.5%;
}

.service__item--service01 .p2 {
    font-size: clamp(1.6rem, 5vw, 3.3rem);
    line-height: 1.1;
}

.service__item--service01 .p2 span {
    font-size: clamp(1.3rem, 4vw, 2.64rem);
    color: var(--darkBlue);
    margin-left: -25%;
}

.service__item--service01 .notes {
    text-indent: -2em;
    line-height: 1.2;
    margin: -6.5% 0 0 52%;
} 

.service__item--service01 img {
    width: 92%;
}

.service__item--service02::before  {
    background-image: url(../img/service_02.png);
    width: 21%;
    height: 17%;
}

.service__item--service02 .p1 {
    margin-left: 11%;
}

.service__item--service02 strong {
    font-size: clamp(3.5rem, 11vw, 7.3rem);
}

.service__item--service02 span {
    display: block;
    color: var(--orange);
    font-weight: 700;
    font-size: clamp(1.76rem, 5.5vw, 3.6rem);
    margin-top: -3%;
}

.service__item--service02 img {
    width: 89%;
}

.service__item--service03 {
    padding: 6% 0 8.5%;
}

.service__item--service03::before  {
    background-image: url(../img/service_03.png);
    width: 21%;
    height: 46.2%;
    top: -10%;
}

.service__item--service03 .icon {
    top: -9.5%;
}

.service__item--service03 .p1 {
    display: inline;
    text-align: center;
    line-height: 1.4;
}

/* .service__item--service03 .p1 span {
    font-size: clamp(1.76rem, 5.5vw, 3.6rem);
    color: var(--lightBlue);
} */


.service__item--service04::before  {
    background-image: url(../img/service_04.png);
    height: 43.6%;
}

.service__item--service04 .p1 {
    text-align: center;
    line-height: 1.4;
    margin-left: 10%;
}

.service__item--service04 img {
    width: 85%;
}

.deatil__item--installation .deatil__item__text b {
    font-weight: 700;
    font-size: clamp(1.6rem, 5vw, 3.3rem);
}

.deatil__item--installation .notes {
    text-align: right;
    margin-right: 11%;
}

.deatil__item--installation .deatil__item__text:last-of-type {
    border: 3px solid var(--darkBlue);
    border-radius: 10px;
    padding-top: 8.5%;
}

.deatil__item--installation .deatil__item__text:last-of-type span {
    display: inline;
    margin-right: 1%;
}

.deatil__item--installation strong {
    text-align: center;
    color: var(--orange);
    font-size: clamp(3.5rem, 11vw, 7.3rem);
    font-weight: 700;
    margin: 0 auto;
}

.deatil__item--installation .deatil__item__text:last-of-type .p1  {
    font-size: clamp(1rem, 2.9vw, 1.9rem);
}

.deatil__item--installation .deatil__item__text:last-of-type img {
    width: 23.5%;
    margin-top: 4.5%;
}

.deatil__item--installation .deatil__item__text:last-of-type .notes {
    margin: -0.2% 0 0;
    padding: 1% 3% 2%;
    border-top: 2px solid var(--darkBlue);
    text-align: left;
    letter-spacing: -0.1rem;
}

.section__btn::before,
.section__btn::after {
    right: 5%;
}

/* outdoorUnit */
.section--outdoorUnit .section__title h2 {
    padding: 10% 3%;
}

.section--outdoorUnit .section__desc .p1 {
    font-size: clamp(1.6rem, 5vw, 3.3rem);
}

.section--outdoorUnit .section__desc .unit {
    width: 31%;
}

.section--outdoorUnit .section__desc .therefore {
    position: relative;
}

.section--outdoorUnit .section__desc .therefore::before,
.section--outdoorUnit .section__desc .therefore::after {
    display: block;
    content: '';
    background: url(../img/icon-deco-left.png) no-repeat top left / cover;
    width: 5.5%;
    height: 100%;
    position: absolute;
    top: -2%;
}

.section--outdoorUnit .section__desc .therefore::before {
    left: 13%;
}

.section--outdoorUnit .section__desc .therefore::after {
    background-image: url(../img/icon-deco-right.png);
    right: 13%;
}

.section--outdoorUnit strong {
    padding: 0 3%;
    font-size: clamp(2.3rem, 7.2vw, 4.8rem);
    color: var(--darkBlue);
    font-weight: 700;
    line-height: 1.8;
    background: linear-gradient(transparent 80%, var(--markerYellow) 20%);
}

.section--outdoorUnit .notes {
    text-align: right;
    margin-right: 3%;
}

.section--outdoorUnit .maintenance {
    padding: 9.5% 3.8%;
    margin-top: 11%;
    background-color: color-mix(in srgb, var(--lightBlue) 10%, var(--white));
}

.section--outdoorUnit .maintenance__case__bad,
.section--outdoorUnit .maintenance__case__good {
    background-color: var(--white);
    padding: 5.6% 4% 7% 6.5%;
    margin: 6.8% 2%;
    border: 6px solid var(--lightBlue);
    position: relative;
}

.section--outdoorUnit .maintenance__case__good {
    border: 6px solid var(--orange);
}

.section--outdoorUnit .maintenance__case__bad p,
.section--outdoorUnit .maintenance__case__good p {
    font-size: clamp(1.1rem, 3.4vw, 2.2rem);
    text-align: left;
}

.section--outdoorUnit .maintenance__case__bad span,
.section--outdoorUnit .maintenance__case__good span {
    font-size: clamp(1.4rem, 4.3vw, 2.8rem);
    font-weight: 700;
    line-height: 1.3;
    letter-spacing: -0.1rem;
}

.section--outdoorUnit .maintenance__case__good span {
    color: var(--orange);
}

.section--outdoorUnit .maintenance__case__bad img,
.section--outdoorUnit .maintenance__case__good img {
    width: 35%;
    position: absolute;
    right: 4%;
    bottom: 16%;
}

.section--outdoorUnit .maintenance__case__good img  {
    width: 38.5%;
}

.section--outdoorUnit .maintenance p:last-of-type {
    font-size: clamp(1.23rem, 3.85vw, 2.54rem);
}

.section--outdoorUnit .maintenance .p1 span {
    font-size: clamp(1.76rem, 5.5vw, 3.6rem);
}

.section--outdoorUnit .maintenance__case img {
    width: 36%;
}