@charset "UTF-8";

/*-------------------------------------------

    0. anker--message
    1. anker--company
    2. anker--service
    3. anker--recruit
    4. anker--not_404
    
-------------------------------------------*/

/* anker--message
----------------------------------------------------------------*/

.page.message .keyvisual {
    background-image: url(../img/message/keyvisual_190124.jpg);
}

.page.message .type01:last-of-type {
    padding-top: 120px;
}

.page.message .type01 img {
    margin-bottom: 52px;
}

.page.message .type01 h2 {
    font-size: 3.8rem;
    color: #d8102c;
    line-height: 1.4;
    letter-spacing: 3.5px;
    margin-bottom: 44px;
}

.page.message .type01 p {
    margin-bottom: 20px;
}

.page.message .type01 p.t_right {
    margin: 70px 0 0;
}

.page.message .type01 ol {
    font-weight: bold;
    margin-bottom: 32px;
    text-indent: -2em;
    padding-left: 3rem;
}

.page.message .type01 ol li {
}

/* hover */
@media screen and (min-width: 1024px) {
}

/* ~ipad pro */
@media screen and (max-width: 1024px) {
    .page.message .keyvisual {
    }

    .page.message .type01 {
    }

    .page.message .type01 img {
    }

    .page.message .type01 h2 {
    }

    .page.message .type01 p {
    }

    .page.message .type01 p.t_right {
    }

    .page.message .type01 ol {
    }

    .page.message .type01 ol li {
    }
}

/* ~ipad */
@media screen and (max-width: 768px) {
    .page.message .keyvisual {
        margin-bottom: 40px;
    }

    .page.message .type01 {
    }

    .page.message .type01 img {
        width: 100%;
        margin-bottom: 40px;
    }

    .page.message .type01 h2 {
        font-size: 2.8rem;
        margin-bottom: 30px;
    }

    .page.message .type01 p {
    }

    .page.message .type01 p.t_right {
        margin-top: 40px;
    }

    .page.message .type01 ol {
        margin-bottom: 20px;
    }

    .page.message .type01 ol li {
    }

    .page.message .type01:last-of-type {
        padding-top: 40px;
    }
}

/* ~sp sizeL */
@media screen and (max-width: 425px) {
}

/* ~sp sizeM */
@media screen and (max-width: 375px) {
    .page.message .keyvisual {
    }

    .page.message .type01 {
    }

    .page.message .type01 img {
    }

    .page.message .type01 h2 {
    }

    .page.message .type01 p {
    }

    .page.message .type01 p.t_right {
    }

    .page.message .type01 ol {
    }

    .page.message .type01 ol li {
    }
}

/* ~sp sizeS */
@media screen and (max-width: 320px) {
    .page.message .keyvisual {
    }

    .page.message .type01 {
    }

    .page.message .type01 img {
    }

    .page.message .type01 h2 {
    }

    .page.message .type01 p {
    }

    .page.message .type01 p.t_right {
    }

    .page.message .type01 ol {
    }

    .page.message .type01 ol li {
    }
}

/* anker--company
----------------------------------------------------------------*/

.page.company .keyvisual {
    background-image: url(../img/company/keyvisual_190124.jpg);
}

.page.company .edit-area.type01 {
    padding-bottom: 65px;
}

.page.company .edit-area.type02 {
    background-color: #f2f5f7;
    padding: 60px 0;
}

.page.company .edit-area.type03 {
    padding: 64px 0 0;
}

.page.company .edit-area.type03 p {
    letter-spacing: 3px;
}

.page.company .edit-area.type03 ul {
}

.page.company .edit-area.type03 ul:after {
    content: "";
    display: block;
    height: 0;
    clear: both;
}

.page.company .edit-area.type03 ul li {
    width: 300px;
    margin-right: 30px;
    float: left;
}

.page.company .edit-area.type03 ul li:last-child {
    margin-right: 0;
}

.page.company .edit-area.type03 ul li img {
}

.company-map {
    display: flex;
    margin: auto;
    margin-top: 50px;
    justify-content: center;
    align-items: center;

    @media screen and (max-width: 1024px) {
        width: 100%;
    }
}

.resin-list {
    width: 700px !important;
    display: flex;
    justify-content: space-between;
    
    @media screen and (max-width: 768px) {
        width: 100% !important;
        justify-content: auto;
        flex-direction: column;

        & ul {
            padding-left: 6rem;
        }
    }
}

.photo-set-img {
    width: 100% !important;
    display: flex;
    flex-direction: column;
    align-items: center;
}

/* hover */
@media screen and (min-width: 1024px) {
}

/* ~ipad pro */
@media screen and (max-width: 1024px) {
}

/* ~ipad */
@media screen and (max-width: 768px) {
    .page.company .edit-area.type01 {
        padding-bottom: 50px;
    }

    .page.company .edit-area.type02 {
        padding: 40px 0;
    }

    .page.company .edit-area.type03 {
        padding: 30px 0 0;
    }

    .page.company .edit-area.type03 p {
        margin-bottom: 30px;
    }

    .page.company .edit-area.type03 ul {
    }

    .page.company .edit-area.type03 ul li {
        width: 32%;
        margin-right: 2%;
    }

    .page.company .edit-area.type03 ul li img {
        width: 100%;
    }
}

/* ~sp sizeL */
@media screen and (max-width: 425px) {
}

/* ~sp sizeM */
@media screen and (max-width: 375px) {
}

/* ~sp sizeS */
@media screen and (max-width: 320px) {
}

/* anker--service
----------------------------------------------------------------*/

.page.service .keyvisual {
    background-image: url(../img/service/keyvisual_190124.jpg);
}

.page.service h3 {
    font-size: 2.4rem;
    line-height: 1.65;
    color: #d8102c;
    margin-bottom: 60px;
    text-align: center;
    letter-spacing: 3px;
}

.page.service h3 br {
    display: none;
}

.page.service .edit-area.type01 {
}

.page.service .edit-area.type01 ul {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 96px 39px;
    max-width: 840px;
    margin: 0 auto;
    margin-bottom: 76px;
}

.page.service .edit-area.type01 ul li {
    text-align: center;
    font-weight: bold;
}

.page.service .edit-area.type01 ul li img {
    width: 100%;
    max-width: 175px;
    height: auto;
    margin: 0 auto 30px;
}

.page.service .edit-area.type01 ul li span {
    font-size: 1.6rem;
    line-height: 1.2;
    display: block;
}

.page.service .edit-area.type01 ul li strong {
    margin-bottom: 16px;
    display: block;
    letter-spacing: 3.5px;
}

.page.service .edit-area.type01 ul li span {
    font-weight: normal;
    text-align: center;
    font-size: 1.4rem;
    line-height: 1.8;
}

.page.service .edit-area.type02 {
    background-color: #f2f5f7;
    padding: 76px 0;
}

.page.service .edit-area.type02 h2 {
}

.page.service .edit-area.type02 h3 {
}

.page.service .edit-area.type02 .photo-set {
    margin-bottom: 50px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.page.service .edit-area.type02 .photo-set h4,
.page.service .edit-area.type02 .photo-set div {
    width: calc(100% - 466px);
    float: right;
    box-sizing: border-box;
}

.page.service .edit-area.type02 .photo-set h4 {
    font-size: 2rem;
    font-weight: bold;
    padding-left: 20px;
    /* border-left: solid 4px #d8102c; */
    margin-bottom: 20px;
    line-height: 1.2;
    text-align: center;
    width: 100%;
}

.page.service .edit-area.type02 .photo-set img {
    float: left;
}

.page.service .edit-area.type02 .photo-set div {
    font-size: 1.4rem;
    /* padding-left: 10px; */
}

.page.service .edit-area.type02 .photo-set div p {
}

.page.service .edit-area.type02 .photo-set div ul {
    line-height: 1.9;
}

.page.service .edit-area.type02 .photo-set div ul li {
}

/* hover */
@media screen and (min-width: 1024px) {
    .page.service h3 br {
        display: block;
    }
}

/* ~ipad pro */
@media screen and (max-width: 1024px) {
    .page.service h3 {
    }

    .page.service .edit-area.type01 {
    }

    .page.service .edit-area.type01 ul {
        max-width: none;
        gap: 96px 25px;
    }

    .page.service .edit-area.type01 ul li img {
    }

    .page.service .edit-area.type01 ul li span {
    }

    .page.service .edit-area.type01 ul li strong {
    }

    .page.service .edit-area.type01 ul li span {
    }

    .page.service .edit-area.type02 {
    }

    .page.service .edit-area.type02 h2 {
    }

    .page.service .edit-area.type02 h3 {
    }

    .page.service .edit-area.type02 .photo-set {
    }

    .page.service .edit-area.type02 .photo-set h4,
    .page.service .edit-area.type02 .photo-set div {
    }

    .page.service .edit-area.type02 .photo-set h4 {
    }

    .page.service .edit-area.type02 .photo-set img {
    }

    .page.service .edit-area.type02 .photo-set div {
    }

    .page.service .edit-area.type02 .photo-set div p {
    }

    .page.service .edit-area.type02 .photo-set div ul {
    }

    .page.service .edit-area.type02 .photo-set div ul li {
    }
}

/* ~ipad */
@media screen and (max-width: 768px) {
    .page.service h3 {
        margin-bottom: 30px;
    }

    .page.service .edit-area.type01 {
    }

    .page.service .edit-area.type01 ul {
        grid-template-columns: repeat(2, 1fr);
        gap: 1.4rem;
        margin-bottom: 40px;
    }

    .page.service .edit-area.type01 ul li img {
        width: 75%;
        margin-bottom: 12px;
    }

    .page.service .edit-area.type01 ul li span {
    }

    .page.service .edit-area.type01 ul li strong {
        margin-bottom: 8px;
    }

    .page.service .edit-area.type01 ul li span {
    }

    .page.service .edit-area.type02 {
        padding: 40px 0;
    }

    .page.service .edit-area.type02 h2 {
    }

    .page.service .edit-area.type02 h3 {
    }

    .page.service .edit-area.type02 .photo-set {
        margin-bottom: 25px;
    }

    .page.service .edit-area.type02 .photo-set h4,
    .page.service .edit-area.type02 .photo-set div {
        /* width: calc(100% - 360px); */
    }

    .page.service .edit-area.type02 .photo-set h4 {
    }

    .page.service .edit-area.type02 .photo-set img {
        width: 340px;
    }

    .page.service .edit-area.type02 .photo-set div {
    }

    .page.service .edit-area.type02 .photo-set div p {
        margin-bottom: 20px;
    }

    .page.service .edit-area.type02 .photo-set div ul {
    }

    .page.service .edit-area.type02 .photo-set div ul li {
    }
}

/* ~sp sizeL */
@media screen and (max-width: 425px) {
    .page.service h3 {
        font-size: 1.8rem;
    }

    .page.service h3 br {
        display: block;
    }

    .page.service .edit-area.type01 {
    }

    .page.service .edit-area.type01 ul li img {
    }

    .page.service .edit-area.type01 ul li span {
    }

    .page.service .edit-area.type01 ul li strong {
    }

    .page.service .edit-area.type01 ul li span {
    }

    .page.service .edit-area.type02 {
    }

    .page.service .edit-area.type02 h2 {
    }

    .page.service .edit-area.type02 h3 {
    }

    .page.service .edit-area.type02 .photo-set {
    }

    .page.service .edit-area.type02 .photo-set h4,
    .page.service .edit-area.type02 .photo-set div {
    }

    .page.service .edit-area.type02 .photo-set h4 {
        float: none;
        width: 100%;
    }

    .page.service .edit-area.type02 .photo-set img {
        float: none;
        margin: 0 auto 12px;
        display: block;
        width: 100%;
    }

    .page.service .edit-area.type02 .photo-set div {
        width: 100%;
        float: none;
        padding: 0;
    }

    .page.service .edit-area.type02 .photo-set div p {
    }

    .page.service .edit-area.type02 .photo-set div ul {
    }

    .page.service .edit-area.type02 .photo-set div ul li {
    }
}

/* ~sp sizeM */
@media screen and (max-width: 375px) {
    .page.service h3 {
    }

    .page.service .edit-area.type01 {
    }

    .page.service .edit-area.type01 ul {
    }

    .page.service .edit-area.type01 ul:after {
    }

    .page.service .edit-area.type01 ul li {
    }

    .page.service .edit-area.type01 ul li:nth-child(3n) {
    }

    .page.service .edit-area.type01 ul li:nth-child(3n + 1) {
    }

    .page.service .edit-area.type01 ul li img {
    }

    .page.service .edit-area.type01 ul li span {
    }

    .page.service .edit-area.type01 ul li strong {
    }

    .page.service .edit-area.type01 ul li span {
    }

    .page.service .edit-area.type02 {
    }

    .page.service .edit-area.type02 h2 {
    }

    .page.service .edit-area.type02 h3 {
    }

    .page.service .edit-area.type02 .photo-set {
    }

    .page.service .edit-area.type02 .photo-set h4,
    .page.service .edit-area.type02 .photo-set div {
    }

    .page.service .edit-area.type02 .photo-set h4 {
    }

    .page.service .edit-area.type02 .photo-set img {
    }

    .page.service .edit-area.type02 .photo-set div {
    }

    .page.service .edit-area.type02 .photo-set div p {
    }

    .page.service .edit-area.type02 .photo-set div ul {
    }

    .page.service .edit-area.type02 .photo-set div ul li {
    }
}

/* ~sp sizeS */
@media screen and (max-width: 320px) {
    .page.service h3 {
    }

    .page.service .edit-area.type01 {
    }

    .page.service .edit-area.type01 ul {
    }

    .page.service .edit-area.type01 ul:after {
    }

    .page.service .edit-area.type01 ul li {
    }

    .page.service .edit-area.type01 ul li:nth-child(3n) {
    }

    .page.service .edit-area.type01 ul li:nth-child(3n + 1) {
    }

    .page.service .edit-area.type01 ul li img {
    }

    .page.service .edit-area.type01 ul li span {
    }

    .page.service .edit-area.type01 ul li strong {
    }

    .page.service .edit-area.type01 ul li span {
    }

    .page.service .edit-area.type02 {
    }

    .page.service .edit-area.type02 h2 {
    }

    .page.service .edit-area.type02 h3 {
    }

    .page.service .edit-area.type02 .photo-set {
    }

    .page.service .edit-area.type02 .photo-set h4,
    .page.service .edit-area.type02 .photo-set div {
    }

    .page.service .edit-area.type02 .photo-set h4 {
    }

    .page.service .edit-area.type02 .photo-set img {
    }

    .page.service .edit-area.type02 .photo-set div {
    }

    .page.service .edit-area.type02 .photo-set div p {
    }

    .page.service .edit-area.type02 .photo-set div ul {
    }

    .page.service .edit-area.type02 .photo-set div ul li {
    }
}

/* anker--recruit
----------------------------------------------------------------*/

.page.recruit .keyvisual {
    background-image: url(../img/recruit/keyvisual_190124.jpg);
}

.page.recruit .edit-area.type01 {
    padding-bottom: 80px;
}

/* ~ipad */
@media screen and (max-width: 768px) {
    .page.recruit .edit-area.type01 {
        padding-bottom: 40px;
    }
}

/* anker--not_404
----------------------------------------------------------------*/

.page.not_404 {
}

.page.not_404 .keyvisual {
    background-image: url(../img/index/keyvisual.jpg);
}

.page.not_404 .container {
    padding: 4% 0;
}

.page.not_404 .container .h_02 {
}

.page.not_404 .container .contents {
}

.page.not_404 .container .contents .t_center {
}

.page.not_404 .container .contents .btn01 {
    margin: 0 auto;
}

/* hover */
@media screen and (min-width: 1024px) {
}

/* ~ipad pro */
@media screen and (max-width: 1024px) {
}

/* ~ipad */
@media screen and (max-width: 768px) {
}

/* ~sp sizeL */
@media screen and (max-width: 425px) {
    .page.not_404 {
    }

    .page.not_404 .h_00 {
    }

    .page.not_404 .container {
        padding: 8% 0;
    }

    .page.not_404 .container .h_02 {
    }

    .page.not_404 .container .contents {
    }

    .page.not_404 .container .contents .t_center {
    }

    .page.not_404 .container .contents .btn01 {
    }
}

/* ~sp sizeM */
@media screen and (max-width: 375px) {
}

/* ~sp sizeS */
@media screen and (max-width: 320px) {
}

/* 2025 renew from here */
.pc-off {
    @media screen and (min-width: 1081px) {
        display: none !important;
    }
}

.item {
    margin: 70px auto 0;
    width: 600px;
    max-width: 100%;

    @media screen and (max-width: 767px) {
        margin: 40px auto 0;
    }

    .item-title {
        margin-bottom: 0;
        font-family: "Noto Sans JP";
        font-weight: bold;
        font-size: 20px;
        text-align: center;

        @media screen and (max-width: 767px) {
            font-size: 16px;
        }
    }

    .box {
        margin-top: 30px;
        display: flex;
        justify-content: center;
        gap: 50px;

        @media screen and (max-width: 767px) {
            margin-top: 20px;
            flex-direction: column;
            gap: 0;
        }

        .column {
            .thing {
                margin-bottom: 0;
                font-family: "Noto Sans JP";
                font-weight: normal;
                font-size: 14px;

                @media screen and (max-width: 767px) {
                    font-size: 12px;
                }
            }
        }
    }

    .normal-text {
        margin-top: 30px;
        margin-bottom: 0;
        font-family: "Noto Sans JP";
        font-weight: normal;
        font-size: 14px;

        @media screen and (max-width: 767px) {
            margin-top: 20px;
            font-size: 12px;
        }
    }

    .text-center {
        text-align: center;
    }

    .photo {
        margin-top: 50px;
        width: 960px;
        max-width: 100%;
        display: flex;
        justify-content: center;

        @media screen and (max-width: 767px) {
            margin-top: 30px;
        }

        & img {
            max-width: 100%;
        }

        .photo-in {
            width: 50%;
        }
    }
}

/* 2025.06 renew company */
.mt60 {
    margin-top: 60px !important;

    @media screen and (max-width: 767px) {
        margin-top: 30px !important;
    }
}

.edit-area {
    .h_03 {
        font-size: 20px;
        font-weight: bold;
        text-align: center;
        margin: 40px 0 20px;

        @media screen and (max-width: 767px) {
            font-size: 14px;
            margin: 30px 0 15px;
        }
    }

    .map {
        margin: 40px auto 20px;
        display: block;
        max-width: 100%;

        @media screen and (max-width: 767px) {
            margin: 30px auto 10px;
        }
    }
}

/* 2025.06 renew circular-economy */
.page.circular-economy .keyvisual {
    background-image: url(../img/circular-economy/keyvisual.jpg);
}

#section1 {
    /* padding: 50px 0 90px; */
    padding: 50px 0 20px;

    @media screen and (max-width: 767px) {
        /* padding: 25px 0 45px; */
        padding: 25px 0 10px;
    }

    .sub-red {
        font-weight: 700;
        font-size: 20px;
        text-align: center;
        color: #e5113f;
        margin: -10px 0 20px;

        @media screen and (max-width: 767px) {
            font-size: 16px;
            margin: -5px 0 10px;
        }
    }

    .normal {
        margin-bottom: 40px;
        font-weight: 400;
        font-size: 16px;
        line-height: 1.88;

        @media screen and (max-width: 767px) {
            font-size: 14px;
        }
    }

    .processes {
        padding-top: 2px;
        /* display: none; */

        @media screen and (max-width: 767px) {
            padding-top: 0;
        }

        .process {
            margin-top: 35px;

            @media screen and (max-width: 767px) {
                margin-top: 10px;
            }

            .red-title {
                padding-bottom: 20px;
                font-weight: 700;
                font-size: 18px;
                color: #e5113f;

                @media screen and (max-width: 767px) {
                    padding-bottom: 10px;
                    font-size: 14px;
                }
            }

            .article {
                display: grid;
                grid-template-columns: 1fr 202px;
                gap: 30px;

                @media screen and (max-width: 767px) {
                    display: flex;
                    flex-direction: column-reverse;
                    gap: 0;
                }

                .left-txt {
                    font-weight: 400;
                    font-size: 16px;
                    line-height: 1.88;

                    @media screen and (max-width: 767px) {
                        font-size: 14px;
                    }
                }

                .right-img {
                    width: 100%;
                    aspect-ratio: 1.5;
                    object-fit: cover;

                    @media screen and (max-width: 767px) {
                        margin-bottom: 10px;
                    }
                }
            }
        }
    }
}

#section2 {
    padding: 90px 0;
    background-color: #f2f5f7;
    /* display: none; */

    @media screen and (max-width: 767px) {
        padding: 45px 0;
    }

    .normal {
        margin-bottom: 40px;
        font-weight: 400;
        font-size: 16px;
        line-height: 1.88;

        @media screen and (max-width: 767px) {
            font-size: 14px;
        }
    }

    .examples {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        column-gap: 30px;
        row-gap: 40px;

        @media screen and (max-width: 767px) {
            grid-template-columns: 1fr;
            row-gap: 30px;
        }

        .example {
            & img {
                width: 100%;
                aspect-ratio: 1.5;
                object-fit: cover;
            }

            .title {
                margin-top: 18px;
                margin-bottom: 15px;
                font-weight: 700;
                font-size: 18px;
                line-height: 1.5;
                color: #e5113f;

                @media screen and (max-width: 767px) {
                    margin-top: 10px;
                    margin-bottom: 5px;
                    font-size: 14px;
                }
            }

            .desc {
                margin-bottom: 0;
                font-weight: 400;
                font-size: 14px;
                line-height: 1.71;

                a {
                    transition: all 0.3s;
                    text-decoration: underline;
                    display: flex;
                    align-items: center;

                    &::before {
                        content: "";
                        display: inline-block;
                        width: 10px;
                        height: 10px;
                        background-color: #e60033;
                        margin-right: 8px;
                        vertical-align: middle;
                        text-decoration: none;
                    }

                    &:hover {
                        opacity: 0.7;
                        text-decoration: none;
                    }
                }

                @media screen and (max-width: 767px) {
                    font-size: 13px;
                }
            }
        }
    }
}

#section3 {
    /* padding: 90px 0 0; */
    padding: 0;

    @media screen and (max-width: 767px) {
        padding: 45px 0 0;
    }

    .normal {
        margin-bottom: 40px;
        font-weight: 400;
        font-size: 16px;
        line-height: 1.88;

        @media screen and (max-width: 767px) {
            font-size: 14px;
        }
    }

    .visions {
        padding-top: 20px;
        display: grid;
        grid-template-columns: auto 1fr;
        column-gap: 49px;
        row-gap: 33px;
        align-items: center;

        @media screen and (max-width: 767px) {
            padding-top: 0;
            column-gap: 20px;
            row-gap: 30px;
        }

        .number {
            margin-bottom: 0;
            width: 86px;
            height: 86px;
            border: 3px solid #e5113f;
            display: flex;
            justify-content: center;
            align-items: center;
            font-family: "Roboto";
            font-weight: 500;
            font-size: 30px;
            color: #e5113f;

            @media screen and (max-width: 767px) {
                width: 40px;
                height: 40px;
                border: 2px solid #e5113f;
                font-size: 20px;
            }
        }

        .value {
            .text {
                margin-bottom: 0;
                margin-top: 1.5rem;
                font-weight: 400;
                font-size: 16px;
                line-height: 1.88;

                @media screen and (max-width: 767px) {
                    font-size: 14px;
                    margin-top: 0;
                }
            }

            .links {
                margin-top: 14px;
                display: flex;
                flex-wrap: wrap;
                gap: 16px;

                @media screen and (max-width: 767px) {
                    margin-top: 8px;
                    gap: 10px;
                }

                .link {
                    width: 170px;
                    height: 39px;
                    display: flex;
                    justify-content: center;
                    align-items: center;
                    border: 2px solid #b7b7b7;
                    font-weight: 500;
                    font-size: 14px;
                    color: #e5113f;
                    transition: opacity ease 0.3s;

                    @media screen and (max-width: 767px) {
                        width: 100px;
                        height: 30px;
                        font-size: 12px;
                    }

                    &:hover {
                        opacity: 0.7;
                    }
                }
            }
        }
    }

    .annotation {
        margin-top: 40px;
        font-weight: 400;
        font-size: 16px;
        line-height: 1.56;
        text-align: right;
        color: #000000;

        @media screen and (max-width: 767px) {
            margin-top: 30px;
            font-size: 14px;
            text-align: center;
        }
    }
}
