@charset "UTF-8";
/* CSS Document */


/* l-container--page */

.p-strategy .l-wrapper--page::before {
    left: 0px;
    top: 0px;
    width: 22%;
    height: 720px;
}


/* p-about-section01 */

.l-wrapper--page section.p-about-section01 {
    padding-bottom: 250px;
}

.p-about-section01::before {
    left: 0px;
    top: 300px;
    width: 45%;
    height: 620px;
    z-index: -1;
}

.p-about-content01 p {
    font-size: 1.2vw;
    line-height: 2.4;
}

@media screen and (max-width: 1280px) {
    .p-about-content01 p {
        font-size: 16px;
        letter-spacing: 0em;
    }
}

@media screen and (min-width: 1920px) {
    .p-about-content01 p {
        font-size: 20px;
    }
}


/* p-about-section02 */

.p-about-section02 {
    width: 100%;
}

.p-about-section02::before {
    right: 0px;
    top: 55%;
    width: 45%;
    height: 680px;
    z-index: -1;
}

.p-about-content02 {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    position: relative;
    gap: 40px 3%;
}

.p-about-content02 .item {
    width: 48.5%;
    position: relative;
}

.p-about-content02 a {
    display: block;
    position: relative;
    width: 100%;
    height: 100%;
}

.p-about-content02 a:hover {
    opacity: 1;
}

.p-about-content02 .item__img {
    position: relative;
    overflow: hidden;
}

.p-about-content02 .item__img::before {
    content: "";
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 100%;
    height: 50%;
    display: block;
    z-index: 1;
    background: -moz-linear-gradient(50% 100% 90deg, rgba(2, 41, 95, 1) 0%, rgba(0, 94, 245, 0) 100%);
    background: -webkit-linear-gradient(90deg, rgba(2, 41, 95, 1) 0%, rgba(0, 94, 245, 0) 100%);
    background: -webkit-gradient(linear, 50% 100%, 50% 35%, color-stop(0, rgba(2, 41, 95, 1)), color-stop(1, rgba(0, 94, 245, 0)));
    background: -o-linear-gradient(90deg, rgba(2, 41, 95, 1) 0%, rgba(0, 94, 245, 0) 100%);
    background: -ms-linear-gradient(90deg, rgba(2, 41, 95, 1) 0%, rgba(0, 94, 245, 0) 100%);
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#02295F', endColorstr='#005EF5' ,GradientType=0)";
    background: linear-gradient(0deg, rgba(2, 41, 95, 1) 0%, rgba(0, 94, 245, 0) 100%);
}

.p-about-content02 .item__img img {
    transition: .5s all;
}

.p-about-content02 .item a:hover img {
    transform: scale(1.1, 1.1);
    transition: .5s all;
    z-index: -1;
}

.p-about-content02 .item__txt {
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 100%;
    padding: 30px 6%;
    z-index: 1;
    text-align: left;
}

.p-about-content02 h3 {
    color: #FFF;
    display: inline-block;
    font-size: 24px;
    line-height: 1.2;
    letter-spacing: 0.05em;
    font-weight: var(--base-font-weight2);
    position: relative;
    padding-right: 40px;
}

.p-about-content02 h3::before {
    content: "";
    position: absolute;
    right: 0px;
    top: 0px;
    background-position: right center;
    background-repeat: no-repeat;
    width: 22px;
    height: 100%;
    transition: .5s;
}

.p-about-section02 h3::before {
    background-image: url("../../img/common/icon-link2.svg");
    background-size: auto 10px;
}

.p-about-section04 h3::before {
    background-image: url("../../img/common/link-arrow01.svg");
    background-size: auto 18px;
}

.p-about-section02 .item:hover h3::before {
    margin-right: 0px;
}

.p-about-section04 .item:hover h3::before {
    margin-right: -10px;
}



/* p-about-section03 */

.p-about-section03 {
    width: 100%;
}

.p-about-content03 .item {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    position: relative;
}

.p-about-content03 .item__txt {
    flex: 1;
    padding-right: 5%;
}

.p-about-content03 .item__img {
    width: 52%;
    text-align: center;
}

.p-about-content03 .item__img img {
    mix-blend-mode: multiply;
}

.p-about-content03 h3 {
    font-weight: var(--base-font-weight2);
    color: var(--color-main);
    font-size: 2.2vw;
    line-height: 1.6;
    letter-spacing: 0em;
}

@media screen and (max-width: 1280px) {
    .p-about-content03 h3 {
        font-size: 29px;
    }
}

@media screen and (min-width: 1920px) {
    .p-about-content03 h3 {
        font-size: 40px;
    }
}

.p-about-section03 p {
    padding: 25px 0px 60px;
}

.p-about-section03 .c-link01 a::before {
    background-image: url("../../img/common/icon-link2.svg");
    background-size: auto 9px;
}


/* p-about-section04 */

.p-about-section04 {
    width: 100%;
    padding-top: 150px;
}

.p-about-section04::before {
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: -1;
}





/* p-strategy-section01 */

.p-strategy-section01::before {
    right: 0px;
    bottom: 0px;
    width: 25%;
    height: 55%;
}

/* p-strategy-section02 */

.p-strategy-section02::before {
    left: 0px;
    top: 500px;
    width: 100%;
    height: 55%;
}

/* p-strategy-section03 */

.p-strategy-section03::before {
    left: 0px;
    top: 450px;
    width: 70%;
    height: 680px;
}

.p-strategy-section03 .c-page__ttl--ttl01 {
    margin-bottom: 30px;
}

.p-strategy-section03 > p {
    text-align: center;
    margin-bottom: 60px;
}

/* p-strategy-content01 */

.p-strategy-content01 ul {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    gap: 30px 3%;
}

.p-strategy-content01 ul li {
    width: 48.5%;
    padding: 12px 0px;
    text-align: center;
    font-size: 24px;
    color: #FFF;
    line-height: 1.2;
    letter-spacing: 0.05em;
    font-weight: var(--base-font-weight2);
}

/* p-strategy-content02 */

.p-strategy-content02 {
    text-align: center;
    position: relative;
}

.p-strategy-content02 img {
    width: 90%;
    height: auto;
}

.p-strategy-content02 a {
    position: absolute;
    left: 5%;
    top: 20%;
    width: 30%;
    height: 60%;
    display: block;
}


/* p-strategy-content03 */

.p-strategy-content03 .item--item01::before {
    right: 0px;
    bottom: 0px;
    width: 50%;
    height: 600px;
    margin-bottom: -800px;
}

.p-strategy-content03 .item--item03::before {
    left: 0px;
    top: 0px;
    width: 40%;
    height: 650px;
    margin-top: -60px;
    z-index: -1;
}

.p-strategy-content03 .item:not(:last-child) {
    margin-bottom: 120px;
}

.p-strategy-content03 .item--item01 .item__img {
    position: relative;
    width: 100%;
    margin-top: 50px;
}

.p-strategy-content03 .item--item01 .item__img::before {
    content: "";
    position: absolute;
    left: 0px;
    top: 30%;
    width: 100%;
    height: 20%;
    display: block;
    background: -moz-linear-gradient(0% 50% 0deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0.14) 98%, rgba(255, 255, 255, 0) 100%);
    background: -webkit-linear-gradient(0deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0.14) 98%, rgba(255, 255, 255, 0) 100%);
    background: -webkit-gradient(linear, 0% 50%, 100% 50%, color-stop(0, rgba(255, 255, 255, 1)), color-stop(0.8587, rgba(255, 255, 255, 0.14)), color-stop(1, rgba(255, 255, 255, 0)));
    background: -o-linear-gradient(0deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0.14) 98%, rgba(255, 255, 255, 0) 100%);
    background: -ms-linear-gradient(0deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0.14) 98%, rgba(255, 255, 255, 0) 100%);
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFF', endColorstr='#FFFFFF' ,GradientType=0)";
    background: linear-gradient(90deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0.14) 98%, rgba(255, 255, 255, 0) 100%);
}

.p-strategy-content03 .item--item01 .item__img ul {
    display: flex;
    justify-content: flex-end;
    flex-wrap: wrap;
    gap: 0px 1.5%;
    position: relative;
}

.p-strategy-content03 .item--item01 .item__img ul::before {
    content: "顧客中心主義";
    position: absolute;
    left: 5%;
    top: 0px;
    width: 50%;
    height: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
    gap: 0px 60px;
    font-weight: var(--base-font-weight2);
    color: var(--color-main);
    font-size: 24px;
    line-height: 1.2;
    letter-spacing: 0.05em;
    margin-top: -32px;
}

.p-strategy-content03 .item--item01 .item__img ul li {
    width: 25%;
}

.p-strategy-content03 .item--item02 {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.p-strategy-content03 .item--item02 .item__txt {
    width: 50%;
}

.p-strategy-content03 .item--item02 .item__img {
    width: 47%;
}

.p-strategy-content03 .item--item03 .item__detail {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding-top: 50px;
}

.p-strategy-content03 .item--item03 .inner {
    width: 48.5%;
    background-color: #FFF;
    border-radius: 20px;
    padding: 25px 40px;
}

.p-strategy-content03 .item--item03 .inner__inner01 {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.p-strategy-content03 .item--item03 .inner__inner01 ul {
    flex: 1;
}

.p-strategy-content03 .item--item03 .inner__inner01 .inner__img {
    width: 48%;
}

.p-strategy-content03 .item--item03 h6,
.p-strategy-content03 .item--item03 ul li {
    font-weight: var(--base-font-weight2);
    color: var(--color-main);
    font-size: 24px;
    line-height: 1.4;
    letter-spacing: 0.05em;
}

@media screen and (max-width: 1400px) {
    .p-strategy-content03 .item--item03 ul li {
        font-size: 20px;
    }
}

.p-strategy-content03 .item--item03 h6 {
    padding-bottom: 5px;
    margin-bottom: 20px;
    border-bottom-style: solid;
    border-color: #DCE5EB;
    border-width: 2px;
}

.p-strategy-content03 .item--item03 ul li {
    position: relative;
    padding-left: 35px;
}

.p-strategy-content03 .item--item03 ul li:not(:last-child) {
    margin-bottom: 15px;
}

.p-strategy-content03 .item--item03 ul li::before {
    content: "";
    position: absolute;
    left: 0px;
    top: 6px;
    background-image: url("../../img/common/icon-check.svg");
    background-position: left top;
    background-repeat: no-repeat;
    background-size: auto 100%;
    width: 35px;
    height: 22px;
}

/* p-strategy-content04 */

.p-strategy-content04 {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    gap: 30px 3%;
    margin-bottom: 100px;
}

.p-strategy-content04 .item {
    width: 48.5%;
    background-color: #FFF;
    text-align: center;
    border-radius: 20px;
    padding: 40px;
    position: relative;
}

.p-strategy-content04 .item::before {
    content: "";
    position: absolute;
    left: 0px;
    top: 0px;
    background-position: left top;
    background-repeat: no-repeat;
    background-size: auto 100%;
    width: 110px;
    height: 110px;
    margin-left: -25px;
    margin-top: -25px;
}

.p-strategy-content04 .item:nth-child(1)::before {
    background-image: url("../../img/about/strategy/number01.svg");
}

.p-strategy-content04 .item:nth-child(2)::before {
    background-image: url("../../img/about/strategy/number02.svg");
}

.p-strategy-content04 .item:nth-child(3)::before {
    background-image: url("../../img/about/strategy/number03.svg");
}

.p-strategy-content04 .item:nth-child(4)::before {
    background-image: url("../../img/about/strategy/number04.svg");
}

.p-strategy-content04 h4 {
    font-weight: var(--base-font-weight);
    color: var(--color-main);
    font-size: 2.2vw;
    line-height: 1.4;
    letter-spacing: 0em;
}

@media screen and (max-width: 1400px) {

    .p-strategy-content04 .item::before {
        width: 100px;
        height: 100px;
    }

    .p-strategy-content04 h4 {
        font-size: 30px;
    }
}

@media screen and (min-width: 1601px) {
    .p-strategy-content04 h4 {
        font-size: 40px;
    }
}

.p-strategy-content04 p {
    padding: 10px 0px 20px;
    line-height: 1.6;
}


/* p-strategy-content05 */

.p-strategy-content05 {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 0px 60px;
}

.p-strategy-content05 .p-strategy__btn:nth-child(1) .c-link02 a::before {
    background-image: url("../../img/common/icon-link3.svg");
    background-size: auto 26px;
}

.p-strategy-content05 .p-strategy__btn:nth-child(2) .c-link02 a::before {
    background-image: url("../../img/common/icon-link4.svg");
    background-size: auto 15px;
}




.sp-view {
    display: none;
}
