.normal-title {
    font-family: 'IBM Plex Sans JP', sans-serif;
    font-size: 3.3rem;
    line-height: 1.75;
    position: relative;
    color: #0f5787;
    padding-left: 5px;
}

.normal-title::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 10px;
    background-image: url(../images/environment/icon-normal-title.svg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    bottom: -15px;
    left: 0;
}

.environment-01-cont-01 {
    padding: 48px 50px 78px 50px;
    width: 1100px;
    height: 100%;
    background-image: url(../images/environment/bg-environment-01-01.png);
    background-size: 100% 100%;
}

.environment-01-cont-01 .cont-img {
    position: relative;
    z-index: 0;
}

.environment-01-cont-01 .cont-img::before {
    content: "";
    position: absolute;
    width: 224px;
    height: 215px;
    background-image: url(../images/environment/icon-environment-01-cont-01.svg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    bottom: -185px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1;
}

.environment-01-cont-01 .text {
    position: relative;
    z-index: 2;
}

.text {
    font-size: 1.6rem;
    line-height: 2;
    color: #4d4d4d;
}

.environment-01-cont-01-title {
    position: relative;
    font-weight: 500;
    font-size: 2.8rem;
    text-align: center;
    line-height: 1.567;
    color: #0f5787;
    z-index: 2;
}

.title-content {
    font-family: 'IBM Plex Sans JP', sans-serif;
    font-size: 2.1rem;
    line-height: 1.71;
    color: #00b1c0;
    font-weight: 500;
    text-align: center;
}

.environment-01-cont-02 .left {
    position: relative;
    display: flex;
    flex-direction: column;
    padding-left: 20px;
    padding-right: 20px;
    justify-content: start;
}

.environment-01-cont-02 .right {
    position: relative;
    display: flex;
    flex-direction: column;
    padding-left: 20px;
    padding-right: 20px;
    justify-content: end;
}

.environment-01-cont-02 .left .cont-img {
    display: flex;
    justify-content: center;
}

.environment-01-cont-02 .right .cont-img {
    display: flex;
    justify-content: end;
}

.environment-01-cont-02 .left .cont-content {
    padding-right: 35px;
}

.environment-01-cont-02 .right .cont-content {
    padding-left: 30px;
}

.environment-01-cont-02 .text {
    text-align: justify;
}

.out-title::before {
    font-family: 'Expletus Sans', cursive;
    font-size: 3.9rem;
    letter-spacing: 0.01em;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-right: 15px;
    padding-bottom: 3px;
    color: #02b1c1;
    content: "Point 1";
    position: absolute;
    width: 185px;
    height: 100px;
    background-image: url(../images/environment/bg-icon-environment-01.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    top: -13px;
    left: 25px;
}

.left .out-title::before {
    left: 25px;
}

.right .out-title::before {
    top: -13px;
    left: 53px;
}

.item-01.out-title::before {
    content: "Point 1";
}

.item-02.out-title::before {
    content: "Point 2";
}

.item-03.out-title::before {
    content: "Point 3";
}

.item-04.out-title::before {
    content: "Point 4";
}

.environment-01-cont-03 {
    height: 100%;
    background-color: #00b1c0;
    padding: 70px 0;
}

.gallery {
    font-family: 'Expletus Sans';
    font-size: 8.4rem;
    color: #a3e3e8;
}

.seto-lounge {
    font-weight: 500;
    font-size: 3rem;
    line-height: 1.75;
    color: #fff;
}

.environment-01-cont-03 .text {
    line-height: 1.875;
    color: #fff;
    font-weight: 500;
}

.environment-01-cont-03 .left {
    display: flex;
    justify-content: end;
}

.environment-01-cont-03 .right {
    display: flex;
    flex-direction: column;
    justify-content: start;
    padding-left: 100px;
    max-width: 550px;
}

.environment-02-cont-01-title {
    position: relative;
    color: #0f5787;
    font-size: 2.3rem;
    font-weight: 500;
    line-height: 1.75;
    font-family: 'IBM Plex Sans JP', sans-serif;
}

.environment-02-cont-01-title::before {
    content: "";
    position: absolute;
    height: 1px;
    width: 290px;
    left: 0;
    bottom: 0;
    background-color: #0f5787;
}

.environment-02-cont-01 .text {
    line-height: 1.875;
    text-align: justify;
}

.environment-02-cont-01 .left {
    padding-right: 20px;
}

.environment-02-cont-01 .right {
    padding-top: 10px;
}

.environment-03-cont-01-conetent {
    display: flex;
    flex-direction: row;
}

.environment-03-cont-01 .cont-img {
    width: 180px;
}

.environment-03-cont-01 .cont-content {
    width: calc(100% - 180px);
    padding: 0 27px;
}

.environment-03-cont-01-title {
    font-size: 2rem;
    line-height: 1.75;
    color: #02b1c1;
    font-weight: bold;
}

.environment-03-cont-01 .text {
    line-height: 1.875;
    font-weight: 500;
    text-align: justify;
}

.environment-04-cont-01 {
    margin-bottom: 50px;
}

.environment-04-cont-01-title {
    position: relative;
    display: flex;
    flex-direction: row;
    cursor: pointer;
}


/* .environment-04-cont-01-title.active {
    margin-bottom: 25px;
} */

.environment-04-cont .content {
    position: relative;
    display: flex;
    flex-direction: row;
    cursor: pointer;
    margin-bottom: 55px;
    padding-top: 25px;
}

.environment-04-cont-01:last-child .content {
    margin-bottom: 0;
}

.environment-04-cont-01-title::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 2px;
    background-image: url(../images/environment/icon-underdot.svg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    bottom: 0;
    left: 0;
}

.environment-04-cont-01-title::after {
    content: "";
    position: absolute;
    width: 30px;
    height: 30px;
    background-image: url(../images/environment/icon-down-teal.svg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    top: 50%;
    transform: translateY(-50%);
    right: 18px;
}

.environment-04-cont-01-title.active::after {
    background-image: url(../images/environment/icon-up-teal.svg);
}

.q-text {
    font-family: 'Expletus Sans';
    color: #00b1c0;
    font-size: 4rem;
    line-height: 1.75;
    padding-right: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 115px;
}

.a-text {
    font-family: 'Expletus Sans';
    color: #0f5787;
    font-size: 3.5rem;
    padding-right: 20px;
    display: flex;
    justify-content: center;
    min-width: 115px;
}

.environment-04-cont-01-title-0 {
    color: #00b1c0;
    font-weight: 500;
    font-size: 2.3rem;
    line-height: 1.478;
    display: flex;
    align-items: center;
}

.environment-04-cont .text {
    line-height: 2.1875;
}

.list-anchor {
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    gap: 10px 0;
    align-items: flex-end;
}

.list-anchor li {
    width: 22.72%;
    margin-right: 3.04%;
}

.list-anchor li a {
    position: relative;
    display: flex;
    min-height: 55px;
    align-items: center;
    width: 100%;
    border-bottom: 1px solid #a6a6a6;
    line-height: 1.25;
    display: flex;
    align-items: start;
    padding-right: 48px;
    padding-left: 3px;
    min-height: 80px;
    align-items: center;
}

.list-anchor li a::after {
    content: "";
    position: absolute;
    width: 23px;
    height: 23px;
    background-image: url(../images/environment/icon-down-teal.svg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    top: 50%;
    transform: translateY(-50%);
    right: 15px;
}

.list-anchor li a span {
    color: #0f5787;
    font-size: 1.8rem;
    line-height: 1.75;
    margin-right: 10px;
    font-weight: 500;
    line-height: 1.16;
}

.list-anchor li:nth-child(4n) {
    margin-right: 0;
}

.slider-env .slick-dots {
    left: calc(50% + 186px);
    position: absolute;
    bottom: 35px;
    margin-top: 0;
}

.slider-env ul.slick-dots li.slick-active {
    background-color: #fff;
}

.slider-env ul.slick-dots li {
    background-color: rgba(255, 255, 255, 0.5);
}

.slider-env .slide-arrow {
    left: calc(50% + 95px);
    top: unset;
    bottom: 15px;
    transform: none;
}

.slider-env .slide-arrow.next-arrow {
    right: unset;
    left: calc(50% + 412px);
}

.environment-01-cont-03 .right {
    position: relative;
    top: -20px;
}

.environment-01-cont-03 .left {
    height: 480px;
}

.environment-01-cont-03 .left img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

@media(max-width:1080px) and (min-width:768px) {
    .seto-lounge {
        font-size: 2rem;
    }
    .environment-01-cont-03 .right {
        padding-right: 15px;
        padding-left: 50px;
    }
    .slider-env .slide-arrow {
        left: calc(50% + 45px);
    }
    .slider-env .slick-dots {
        left: calc(50% + 136px);
    }
    .slider-env .slide-arrow.next-arrow {
        left: calc(50% + 357px);
    }
}

.page-about .page-header::before {
    background-image: url(../images/about/bg-page-about.png);
}

.page-environment .page-header::before {
    background-image: url(../images/environment/bg-page-environment.png);
}

body.page-about .text-content {
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 400;
}

.about-03-01-wrap .biggerlink {
    cursor: pointer;
}

.about-03-01-wrap .biggerlink .button * {
    transition: all 0.3s ease;
}

.about-03-01-wrap .biggerlink:hover .button * {
    opacity: 0.6;
}