@charset "UTF-8";
/* CSS Document */


/* p-top-mainimg */

.p-top-mainimg {
    width: 100%;
    position: relative;
	margin-top: 60px;
}

.p-top-mainimg::after {
    content: "";
    position: absolute;
    left: 1.5%;
    bottom: 0px;
    background-image: url("../../img/common/icon-scroll.svg");
    background-position: left top;
    background-repeat: no-repeat;
    background-size: auto 100%;
    width: 15px;
    height: 190px;
}

.p-top-slider {
    width: 100%;
    position: relative;
}

.p-top-slider::after {
    content: "";
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 100%;
    height: 40%;
    display: block;
    mix-blend-mode: multiply;
    background: -moz-linear-gradient(50% 0% -90deg, rgba(255, 255, 255, 1) 0%, rgba(90, 128, 159, 1) 100%);
    background: -webkit-linear-gradient(-90deg, rgba(255, 255, 255, 1) 0%, rgba(90, 128, 159, 1) 100%);
    background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0, rgba(255, 255, 255, 1)), color-stop(1, rgba(90, 128, 159, 1)));
    background: -o-linear-gradient(-90deg, rgba(255, 255, 255, 1) 0%, rgba(90, 128, 159, 1) 100%);
    background: -ms-linear-gradient(-90deg, rgba(255, 255, 255, 1) 0%, rgba(90, 128, 159, 1) 100%);
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFF', endColorstr='#5A809F' ,GradientType=0)";
    background: linear-gradient(180deg, rgba(255, 255, 255, 1) 0%, rgba(90, 128, 159, 1) 100%);
}

.p-top-slider .item img {
    width: 100%;
    height: 100vh;
}

.p-top-slider__txt {
    position: absolute;
    left: 5%;
    bottom: 100px;
}

.p-top-slider__txt h2,
.p-top-slider__txt h3 {
    color: #FFF;
    line-height: 1.1;
    letter-spacing: 0.05em;
    font-weight: var(--base-font-weight);
}

.p-top-slider__txt h2 {
    font-size: 5.2vw;
}

.p-top-slider__txt h3 {
    font-family: var(--title-font);
    padding-top: 1.6vw;
    font-size: 1.6vw;
}

@media screen and (max-width: 1280px) {
    .p-top-slider__txt h2 {
        font-size: 75px;
    }

    .p-top-slider__txt h3 {
        font-size: 20px;
        padding-top: 20px;
    }
}

/* contents-top */

.l-container--home {
    width: 100%;
}

.l-container--home img {
    width: 100%;
    height: auto;
}

.l-container--home p {
    line-height: 2.2;
    font-weight: var(--base-font-weight);
}


/* p-top-wrapper */

.p-top-wrapper {
    width: 100%;
    padding-top: 180px;
}

.p-top-wrapper section {
    padding-bottom: 150px;
}

.p-top-wrapper section.p-top-section02:not(:last-child) {
    padding-bottom: 100px;
}

/* p-top-gradation */

.p-top-gradation {
    position: relative;
}

.p-top-gradation::before,
.p-top-gradation::after {
    content: "";
    position: absolute;
    display: block;
    background: -moz-linear-gradient(50% 0% -90deg, rgba(229, 227, 227, 1) 0%, rgba(241, 241, 241, 1) 100%);
    background: -webkit-linear-gradient(-90deg, rgba(229, 227, 227, 1) 0%, rgba(241, 241, 241, 1) 100%);
    background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0, rgba(229, 227, 227, 1)), color-stop(1, rgba(241, 241, 241, 1)));
    background: -o-linear-gradient(-90deg, rgba(229, 227, 227, 1) 0%, rgba(241, 241, 241, 1) 100%);
    background: -ms-linear-gradient(-90deg, rgba(229, 227, 227, 1) 0%, rgba(241, 241, 241, 1) 100%);
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#E5E3E3', endColorstr='#F1F1F1' ,GradientType=0)";
    background: linear-gradient(180deg, rgba(229, 227, 227, 1) 0%, rgba(241, 241, 241, 1) 100%);
}

.p-top-wrapper::before {
    left: 0px;
    top: 0px;
    width: 22%;
    height: 700px;
}

.p-top-section01::before {
    right: 0px;
    top: 300px;
    width: 48%;
    height: 40%;
    z-index: -1;
}

.p-top-section02::before {
    left: 0px;
    bottom: 0px;
    width: 60%;
    height: 70%;
}

.p-top-content03::before {
    left: 0px;
    top: 75%;
    width: 45%;
    height: 620px;
    z-index: -2;
}

.p-top-section04::before {
    right: 0px;
    bottom: 0px;
    width: 45%;
    height: 85%;
}

.p-top-section05::before {
    left: 0px;
    bottom: 0px;
    width: 45%;
    height: 70%;
}


/* p-top__ttl */

.p-top__ttl {
    margin-bottom: 50px;
}

.p-top__ttl h2 {
    font-family: var(--title-font);
    font-weight: var(--base-font-weight3);
    color: var(--color-main);
    font-size: 100px;
    line-height: 0.8;
    letter-spacing: 0em;
}

.p-top-section03 .p-top__ttl h2 {
    color: #FFF;
}

.p-top__ttl h2::first-letter {
    color: var(--color-sub);
}


/* p-top-content01 */

.p-top-content01 {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
    gap: 0px 5%;
    padding-bottom: 140px;
}

.p-top-content01 .item__txt {
    width: 600px;
}

.p-top-content01 .item__img {
    flex: 1;
    position: relative;
    padding-bottom: 80px;
}

.p-top-content01 .item__img--img01 {
    padding-left: 20%;
}

.p-top-content01 .item__img--img02 {
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 45%;
}

.p-top-content01 h3 {
    color: var(--color-main);
    font-size: 40px;
    font-weight: 300;
    line-height: 1.2;
    letter-spacing: 0em;
    margin-bottom: 30px;
}

.p-top-content01 p {
    padding: 30px 0px 100px;
}


/* p-top__slider--message */

.p-top__slider--message img {
    min-height: 380px;
}

.swiper-wrapper {
    transition-timing-function: linear;
}


/* p-top-content02 */

.p-top-content02 {
    position: relative;
    padding-top: 120px;
}

.p-top-content02 .item__txt {
    position: absolute;
    right: 0px;
    top: 0px;
    width: 45%;
}

.p-top-content02 .item__img {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.p-top-content02 .item__img .inner {
    width: 50%;
}

.p-top-content02 .item__img .inner:nth-child(2) {
    margin-top: 180px;
}

.p-top-content02 .item__img a {
    display: block;
    position: relative;
}

.p-top-content02 .item__img--txt {
    position: absolute;
    left: 0px;
    bottom: 20px;
    width: 100%;
    padding-left: 20px;
}

.p-top-content02 h6 {
    font-weight: var(--base-font-weight2);
    font-size: 20px;
    color: #FFF;
    line-height: 1.2;
    letter-spacing: 0.05em;
    position: relative;
    display: inline-block;
    width: 37%;
}

@media screen and (min-width: 1600px) {
    .p-top-content02 .item__img--txt {
        bottom: 25px;
    }

    .p-top-content02 h6 {
        font-size: 24px;
    }
}

.p-top-content02 h6::before {
    content: "";
    position: absolute;
    right: 0px;
    top: 2px;
    background-image: url("../../img/common/link-arrow01.svg");
    background-position: right center;
    background-repeat: no-repeat;
    background-size: auto 15px;
    width: 25px;
    height: 100%;
    transition: .5s;
}

.p-top-content02 .inner:hover h6::before {
    margin-right: -10px;
}


/* p-top-content03 */

.p-top-section03 {
    position: relative;
    padding-top: 180px;
}

.p-top-section03::before {
    content: "";
    position: absolute;
    left: 0px;
    top: 0px;
    background-image: url("../../img/top/back01.png");
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 75%;
    z-index: -1;
}

.p-top-content03 {
    width: 100%;
    position: relative;
}

.p-top-section03__btn {
    position: absolute;
    right: 16%;
    top: 0px;
    text-align: center;
    width: 7%;
}

@media screen and (min-width: 1601px) {
    .p-top-section03__btn {
        right: 14.5%;
    }
}


.p-top-section03__btn a {
    position: relative;
    z-index: 10;
}

.p-top-section03__btn img {
    width: 70px;
}

.p-top__slider--interview {
    padding-top: 30px;
}

.p-top-content03 .item {
    position: relative;
    padding: 0px 15px;
}

.p-top-content03 .item:nth-child(even) {
    margin-top: 50px;
}

.p-top-content03 a {
    display: block;
    position: relative;
    width: 100%;
    height: 100%;
}

.p-top-content03 a:hover {
    opacity: 1;
}

.p-top-content03 .item__img {
    position: relative;
    overflow: hidden;
}

.p-top-content03 .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-top-content03 .item__img img {
    transition: .5s all;
}

.p-top-content03 .item a:hover img {
    transform: scale(1.1, 1.1);
    transition: .5s all;
    z-index: -1;
}

.p-top-content03 .item__txt {
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 100%;
    padding: 30px 6%;
    z-index: 1;
}

.p-top-content03 h3,
.p-top-content03 h4,
.p-top-content03 p {
    color: #FFF;
}

.p-top-content03 h3 {
    display: inline-block;
    padding: 6px 15px;
    border-radius: 60px;
    font-size: 0.9vw;
    line-height: 0.8;
    letter-spacing: 0.05em;
    font-family: var(--title-font);
    font-weight: var(--base-font-weight2);
}

.p-top-content03 h4 {
    font-size: 1.5vw;
    line-height: 1.4;
    letter-spacing: 0.05em;
    padding: 20px 0px;
    font-weight: var(--base-font-weight);
}

.p-top-content03 p {
    font-size: 1vw;
    line-height: 1.6;
    opacity: 0.8;
    padding-top: 10px;
}

@media screen and (max-width: 1280px) {
    .p-top-content03 h3 {
        font-size: 12px;
    }

    .p-top-content03 h4 {
        font-size: 18px;
    }

    .p-top-content03 p {
        font-size: 12px;
    }
}

/* p-top-content04 */

.p-top-section04 {
    width: 100%;
    position: relative;
}

.p-top-content04 {
    position: relative;
}

.p-top-content04::before {
    content: "";
    position: absolute;
    left: 0px;
    top: 0px;
    background-image: url("../../img/top/text01.svg");
    background-position: left top;
    background-repeat: no-repeat;
    background-size: auto 100%;
    width: 71px;
    height: 428px;
    margin-left: -120px;
}

.p-top-content04 .item:not(:last-child) {
    margin-bottom: 50px;
}

.p-top-content04 .item a {
    background-color: #FFF;
    border-radius: 20px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 20px;
}

.p-top-content04 .item:nth-child(even) a {
    flex-direction: row-reverse;
}

.p-top-content04 .item a:hover {
    opacity: 1;
}

.p-top-content04 .item__txt {
    flex: 1;
    padding: 40px 50px 0px;
}

.p-top-content04 .item__img {
    width: 50%;
}

.p-top-content04 .item__img img {
    border-radius: 20px;
}

.p-top-content04 h3 {
    font-weight: var(--base-font-weight3);
    color: var(--color-main);
    font-size: 26px;
    line-height: 1.2;
    letter-spacing: 0.05em;
    padding-bottom: 15px;
    border-bottom-style: solid;
    border-color: #DCE5EB;
    border-width: 2px;
    margin-bottom: 25px;
}

/* p-top-content05 */

.p-top-section05 {
    position: relative;
    text-align: center;
}

.p-top-content05 {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 40px 3%;
}

.p-top-content05 .item {
    width: 48.5%;
    position: relative;
}

.p-top-content05 a {
    display: block;
    position: relative;
    width: 100%;
    height: 100%;
}

.p-top-content05 a:hover {
    opacity: 1;
}

.p-top-content05 .item__img {
    position: relative;
    overflow: hidden;
}

.p-top-content05 .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-top-content05 .item__img img {
    transition: .5s all;
}

.p-top-content05 .item a:hover img {
    transform: scale(1.1, 1.1);
    transition: .5s all;
    z-index: -1;
}

.p-top-content05 .item__txt {
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 100%;
    padding: 30px 6%;
    z-index: 1;
    text-align: left;
}

.p-top-content05 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-top-content05 h3::before {
    content: "";
    position: absolute;
    right: 0px;
    top: 0px;
    background-image: url("../../img/common/link-arrow01.svg");
    background-position: right center;
    background-repeat: no-repeat;
    background-size: auto 18px;
    width: 22px;
    height: 100%;
    transition: .5s;
}

.p-top-content05 .item:hover h3::before {
    margin-right: -10px;
}

.p-top-section05 p {
    padding-top: 30px;
}

.sp-view {
    display: none;
}
