/*-------------------------------------------------
|- mainVisualBlock
-------------------------------------------------*/
.img-one {
    max-width: 905px;
    margin: 65px auto 60px;
}
.txt-one {
    margin: 60px auto 40px;
    font-size: var(--font-size17);
    text-align: center;
}
.txt-two {
    width: fit-content;
    margin: 0 auto;
}
.txt-two__ttl {
    position: relative;
    width: fit-content;
    margin: 0 auto 30px;
    padding: 7px 0 7px 70px;
    box-sizing: border-box;
    font-size: var(--font-size23);
    font-weight: bold;
}
.txt-two__ttl::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 50px;
    height: 50px;
    background: url(/iereno/assets/img/img002.jpg);
}
.txt-two__txt {
    font-size: var(--font-size16);
    text-align: center;
}
@media screen and (max-width: 767px){
    .img-one {
        margin: 25px auto;
    }
    .txt-one {
        margin: 15px auto 30px;
        font-size: var(--font-size13);
    }
    .txt-two__ttl {
        margin: 0 auto 10px;;
        padding: 8px 0 8px 40px;
        font-size: var(--font-size15);
        line-height: 1;
    }
    .txt-two__ttl::before {
        width: 30px;
        height: 30px;
    }
    .txt-two__txt {
        font-size: var(--font-size13);
        line-height: 1.8;
    }
}
/*-------------------------------------------------
|- service-block
-------------------------------------------------*/
.service-block {
    width: 100%;
    max-width: 770px;
    margin: 130px auto 0;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.service {
    width: 100%;
    padding: 20px 50px 40px;
    box-sizing: border-box;
    background: rgba(234,225,183,.3);
    border-radius: 55px;
}
.service-block > * + * {
    width: 47%;
    margin-top: 40px;
    padding: 40px 25px 20px;
    border-radius: 45px;
}
.service__ttl {
    margin-bottom: 10px;
    font-size: var(--font-size20);
    text-align: center;
}
.service__img {
    max-width: 140px;
    margin: 0 auto;
}
.service__txt {
    min-height: 105px;
    font-size: var(--font-size16);
    text-align: center;
}
.service-top .service__txt {
    min-height: auto;
}
@media screen and (max-width: 767px){
    .service-block {
        margin: 20px auto 0;
    }
    .service {
        padding: 10px 20px 20px;
        border-radius: 30px;
    }
    .service-block > * + * {
        width: 49%;
        margin-top: 10px;
        padding: 15px 15px 10px;
    }
    .service__ttl {
        margin-bottom: 5px;
        font-size: var(--font-size15);
        font-feature-settings: 'palt';
    }
    .service__img {
        max-width: 90px;
    }
    .service__txt {
        min-height: auto;
        font-size: var(--font-size13);
        font-feature-settings: 'palt';
    }
}
/*-------------------------------------------------
|- forte-block
-------------------------------------------------*/
.forte-block {
    max-width: 880px;
    margin: 70px auto 0;
}
.forte {
    width: fit-content;
    max-width: 88%;
    margin: 80px 0;
}
.forte:nth-child(odd) {
    margin: 0 0 0 auto;
}
.forte__ttl {
    position: relative;
    margin-bottom: 10px;
    padding: 7px 0 7px 80px;
    box-sizing: border-box;
    font-size: var(--font-size23);
    font-weight: bold;
}
.forte__ttl::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 50px;
    height: 50px;
}
.forte__ttl-one::before {
    background: url(/iereno/assets/img/img002.jpg);
}
.forte__ttl-two::before {
    background: url(/iereno/assets/img/img003.jpg);
}
.forte__ttl-three::before {
    background: url(/iereno/assets/img/img004.jpg);
}
.forte__txt {
    padding-left: 80px;
    box-sizing: border-box;
    font-size: var(--font-size16);
}
@media screen and (max-width: 767px){
    .forte-block {
        margin: 40px auto 0;
    }
    .forte {
        width: 100%;
        max-width: none;
        margin: 30px auto;
    }
    .forte:nth-child(odd) {
        width: 85%;
        margin: 0 auto;
    }
    .forte__ttl {
        margin: 0;
        padding: 4px 0 4px 40px;
        font-size: var(--font-size15);
        font-feature-settings: 'palt';
    }
    .forte__ttl::before {
        width: 30px;
        height: 30px;
    }
    .forte__txt {
        padding-left: 45px;
        font-size: var(--font-size13);
        font-feature-settings: 'palt';
    }
}

/*-------------------------------------------------
|- check-block
-------------------------------------------------*/
.check-block {
    position: relative;
    max-width: 870px;
    margin: 125px auto 0;
    padding: 60px 0;
    background: rgba(234,225,183,.3);
    border-radius: 75px;
}
.check__top {
    position: absolute;
    top: -55px;
    right: 40px;
    width: 100%;
    max-width: 502px;
}
.check__img {
    width: 67%;
    margin: 0 auto;
    line-height: 0;
}
.check__img:nth-child(n+3) {
    margin-top: 10px;
}
.check__txt {
    width: 67%;
    margin: 0 auto;
    font-size: var(--font-size15);
    font-weight: bold;
    text-align: right;
}
@media screen and (max-width: 767px){
    .check-block {
        margin: 60px auto 0;
        padding: 45px 0 15px;
        border-radius: 40px;
    }
    .check__top {
        top: -5%;
        right: 7%;
        width: 70%;
    }
    .check__img {
        width: 81%;
    }
    .check__txt {
        width: 81%;
        font-size: var(--font-size12);
    }
}
