/*===========================================================================*/
/*  company  */
/*===========================================================================*/
.p-company {
    padding-top: 262px;
    padding-bottom: 237px;
    position: relative;
    overflow: hidden;
}

.p-company::before {
    background: url(../img/company/fv02.webp) no-repeat center center/cover;
    content: '';
    height: 507px;
    left: 0;
    position: absolute;
    bottom: 0;
    width: 100%;
}

.p-company__inner {
    margin: 0 auto;
    max-width: 1164px;
}

.p-company__head {
    position: relative;
    z-index: 2;
}

.p-company__head--wrapper {
    background: linear-gradient(120deg, #619ABA 21.5%, #325C83 59.85%, #619ABA 93.62%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.p-company__head--wrapper span {
    font-size: 50px;
    line-height: 1.6;
    letter-spacing: .08em;
    border-bottom: 3px solid #568AAC;
}

.p-company__txts {
    margin-top: 50px;
    position: relative;
    z-index: 2;
}

.p-company__txts p {
    font-size: 16px;
    line-height: 2.3;
    letter-spacing: .05em;
    margin-top: 22px;
}

.p-company__txts p:nth-of-type(1) {
    margin-top: 0px;
}

.p-company__img--wrapper {
    position: absolute;
    width: 1064px;
    top: 133px;
    z-index: 1;
    left: calc(50% - 238px);
}

.p-company__img--deco01 {
    position: absolute;
    width: 298px;
    top: 0;
    left: 56px;
    animation: float-deco01 15s ease-in-out infinite;
}

.p-company__img--deco02 {
    position: absolute;
    width: 352px;
    bottom: 254px;
    right: 0;
    animation: float-deco02 15s ease-in-out infinite;
}

.p-company__img--deco03 {
    position: absolute;
    width: 427px;
    bottom: 0;
    left: 2px;
    z-index: -1;
    animation: float-deco03 15s ease-in-out infinite;
}

@keyframes float-deco01 {
    0%, 100% { transform: translate(0, 0) translateZ(0); }
    33% { transform: translate(20px, -15px) translateZ(0); }
    66% { transform: translate(-10px, 20px) translateZ(0); }
}

@keyframes float-deco02 {
    0%, 100% { transform: translate(0, 0) translateZ(0); }
    25% { transform: translate(-20px, 10px) translateZ(0); }
    75% { transform: translate(20px, -10px) translateZ(0); }
}

@keyframes float-deco03 {
    0%, 100% { transform: translate(0, 0) translateZ(0); }
    50% { transform: translate(15px, 20px) translateZ(0); }
    80% { transform: translate(-15px, -15px) translateZ(0); }
}

@media screen and (max-width: 900px) {
    @keyframes float-deco01 {
        0%, 100% { transform: translate(0, 0) translateZ(0); }
        33% { transform: translate(10px, -8px) translateZ(0); }
        66% { transform: translate(-5px, 10px) translateZ(0); }
    }

    @keyframes float-deco02 {
        0%, 100% { transform: translate(0, 0) translateZ(0); }
        25% { transform: translate(-10px, 5px) translateZ(0); }
        75% { transform: translate(10px, -5px) translateZ(0); }
    }

    @keyframes float-deco03 {
        0%, 100% { transform: translate(0, 0) translateZ(0); }
        50% { transform: translate(8px, 10px) translateZ(0); }
        80% { transform: translate(-8px, -8px) translateZ(0); }
    }
}

@media screen and (max-width: 900px) {
    .p-company {
        padding-top: 70px;
        padding-bottom: 440px;
    }

    .p-company::before {
        background: url(../img/company/fv02-sp.webp) no-repeat center center/cover;
        height: 378px;
    }

    .p-company__inner {
        max-width: 500px;
    }

    .p-company__head {
        position: relative;
    }

    .p-company__head span {
        font-size: 30px;
    }

    .p-company__txts {
        margin-top: 30px;
        padding-left: 48px;
    }

    .p-company__txts p {
        font-size: 14px;
        margin-top: 17px;
        line-height: 1.8;
    }

    .p-company__img--wrapper {
        width: 472px;
        top: unset;
        bottom: 46px;
        left: calc(50% + 13px);
        transform: translate(-50%, 0);
    }

    .p-company__img--deco01 {
        width: 287px;
        top: 51px;
        left: calc(50% + 31px);
    }

    .p-company__img--deco02 {
        width: 170px;
        bottom: 72px;
        right: 6px;
    }

    .p-company__img--deco03 {
        width: 197px;
        bottom: -15px;
        left: 21px;
    }
}

/*===========================================================================*/
/*  p-greeting  */
/*===========================================================================*/
.p-greeting {
    padding-top: 150px;
    padding-bottom: 180px;
    background-color: #F9FCFF;
    overflow: hidden;
}

.p-greeting__inner {
    padding-top: 80px;
    position: relative;
}
.p-greeting__inner::before {
    background-color: #D0D6D9;
    content: '';
    height: 1px;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}
.p-greeting__inner::after {
    background-color: #3685CF;
    content: '';
    height: 1px;
    left: 0;
    position: absolute;
    top: 0;
    width: 88px;
}

.p-greeting__heads {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.p-greeting__head {
    font-size: 35px;
    line-height: 1.45;
    letter-spacing: .03em;
    width: 51.3%;
}

.p-greeting__subHead {
    font-size: 20px;
    font-weight: 500;
    line-height: 1.5;
    width: 42.7%;
}

.p-greeting__contents {
    margin-top: 47px;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
}

.p-greeting__imgs {
    width: 51.3%;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    min-height: 599px;
    position: relative;
}

.p-greeting__names {
    width: 30.2%;
    padding-bottom: 352px;
}

.p-greeting__name--en {
    font-size: 12px;
    font-weight: 500;
    line-height: 1.5;
}

.p-greeting__name--ja {
    margin-top: 180px;
    display: flex;
    flex-wrap: wrap;
    justify-content: right;
    align-items: flex-end;
    column-gap: 8px;
}

.p-greeting__name--ja .--small {
    font-size: 13px;
    line-height: 1.45;
    letter-spacing: .08em;
    transform: translate(0, -5px);
}
.p-greeting__name--ja .--large {
    font-size: 26px;
    line-height: 1.45;
    letter-spacing: .08em;
}

.p-greeting__img {
    width: 66%;
    border-radius: 5px;
    overflow: hidden;
}

.p-greeting__img02 {
    position: absolute;
    width: 442px;
    bottom: 0;
    right: calc(66% + 5px);
    border-radius: 5px;
    overflow: hidden;
}

.p-greeting__txt {
    width: 42.7%;
    font-size: 16px;
    line-height: 1.8;
    letter-spacing: .06em;
}

@media screen and (max-width: 900px) {
    .p-greeting {
        padding-top: 60px;
        padding-bottom: 60px;
    }

    .p-greeting__inner {
        padding-top: 30px;
    }
    .p-greeting__inner::after {
        width: 29px;
    }

    .p-greeting__heads {
        gap: 15px;
        justify-content: left;
    }

    .p-greeting__head {
        font-size: 24px;
        width: auto;
    }

    .p-greeting__subHead {
        font-size: 13px;
        width: auto;
    }

    .p-greeting__contents {
        margin-top: 60px;
        display: block;
    }

    .p-greeting__imgs {
        width: 100%;
        display: flex;
        align-items: flex-start;
        justify-content: left;
        gap: 12px;
        min-height: unset;
    }

    .p-greeting__names {
        width: 108px;
        padding-bottom: 0;
    }

    .p-greeting__name--en {
        font-size: 10px;
    }

    .p-greeting__name--ja {
        margin-top: 90px;
        column-gap: 8px;
        flex-direction: column;
        align-items: flex-end;
    }

    .p-greeting__name--ja .--small {
        font-size: 11px;
        transform: translate(0, 0);
    }
    .p-greeting__name--ja .--large {
        font-size: 15px;
    }

    .p-greeting__img {
        width: calc(100% - 120px);
        max-width: 215px;
    }

    .p-greeting__img02 {
        width: 164px;
        right: calc(100% - 108px);
    }

    .p-greeting__txt {
        width: 100%;
        margin-top: 24px;
        font-size: 14px;
    }
}

/*===========================================================================*/
/*  philosophy  */
/*===========================================================================*/
.p-philosophy {
    overflow: hidden;
    background-color: #F9FCFF;
}

.p-philosophy__inner {
    position: relative;
    padding-top: 80px;
    max-width: 1317px;
}

.p-philosophy__inner::after {
    background-color: #3685CF;
    content: '';
    height: 1px;
    left: 0;
    position: absolute;
    top: 0;
    width: 88px;
}

.p-philosophy__inner::before {
    background-color: #D0D6D9;
    content: '';
    height: 1px;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

.p-philosophy__heads {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.p-philosophy__head {
    width: 31.6%;
    font-size: 35px;
    line-height: 1.45;
    letter-spacing: .03em;
}

.p-philosophy__subHead {
    width: 68.4%;
    font-size: 20px;
    line-height: 1.5;
}

.p-philosophy__rightBox {
    padding-left: 31.6%;
}

.p-philosophy__right--heads {
    display: flex;
    justify-content: space-between;
    margin-top: 55px;
}

.p-philosophy__right--head {
    font-size: 95px;
    font-weight: 400;
    line-height: 1.1;
    letter-spacing: -.02em;
}

.p-philosophy__right--subHead {
    margin-top: -96px;
    display: flex;
    gap: 30px;
    justify-content: flex-start;
}

.p-philosophy__right--subHead span {
    font-size: 32px;
    line-height: 1.1;
    letter-spacing: .05em;
    text-align: center;
}

.p-philosophy__rightList {
    display: flex;
    justify-content: space-between;
    margin-top: 100px;
}

.p-philosophy__rightList li {
    width: 33.3%;
    padding-left: 33px;
    padding-right: 33px;
    border-left: #D0D6D9 solid 1px;
}

.p-philosophy__rightList--img {
    width: 70px;
}

.p-philosophy__rightList--head {
    margin-top: 53px;
    font-size: 25px;
    line-height: 1.45;
    letter-spacing: .03em;
}

.p-philosophy__rightList--txt {
    margin-top: 10px;
    font-size: 14px;
    line-height: 1.9;
    letter-spacing: .03em;
}

.p-philosophy__slider {
    margin-top: 100px;
    display: flex;
    gap: 3px;
}

@media screen and (max-width: 900px) {
    .p-philosophy {
        padding-top: 60px;
    }

    .p-philosophy__inner {
        padding-top: 30px;
        max-width: 500px;
    }

    .p-philosophy__heads {
        gap: 15px;
        justify-content: left;
    }

    .p-philosophy__head {
        font-size: 24px;
        width: auto;
    }

    .p-philosophy__subHead {
        font-size: 13px;
        width: auto;
    }

    .p-philosophy__rightBox {
        padding-left: 0px;
    }

    .p-philosophy__right--heads {
        margin-top: 40px;
    }

    .p-philosophy__right--head {
        font-size: 45px;
    }

    .p-philosophy__right--subHead {
        margin-top: 0;
        gap: 9px;
    }

    .p-philosophy__right--subHead span {
        font-size: 16px;
    }

    .p-philosophy__rightList {
        flex-direction: column;
        justify-content: flex-start;
        margin-top: 40px;
    }

    .p-philosophy__rightList li {
        width: 100%;
        padding-left: 0;
        padding-right: 0;
        border-left: unset;
        border-top: #D0D6D9 solid 1px;
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .p-philosophy__rightList li:nth-of-type(1) {
        padding-top: 0px;
        border-top: unset;
    }

    .p-philosophy__rightList--sp {
        display: flex;
        align-items: center;
    }

    .p-philosophy__rightList--img {
        width: 33px;
    }

    .p-philosophy__rightList--head {
        margin-top: 0px;
        font-size: 20px;
        padding-left: 13px;
    }

    .p-philosophy__rightList--txt {
        margin-top: 6px;
        padding-left: 46px;
    }

    .p-philosophy__slider {
        margin-top: 40px;
    }
}

/*===========================================================================*/
/*  img slide  */
/*===========================================================================*/
.p-company__imgs {
    padding-top: 100px;
    overflow: hidden;
    display: flex;
    gap: 3px;
    background-color: #F9FCFF;
    height: 450px;
}

.p-company__imgs--inner {
    display: flex;
    gap: 3px;
    animation: img-scroll 36s linear infinite;
}

.p-company__imgs--inner figure {
    width: 585px;
    min-width: 585px;
}

.p-company__imgs--inner figure img {
    height: 100%;
    object-fit: cover;
}


@media screen and (max-width: 900px) {
    .p-company__imgs {
        padding-top: 40px;
        height: 220px;
    }

    .p-company__imgs--inner figure {
        width: 313px;
        min-width: 313px;
    }
}

/*===========================================================================*/
/*  outline  */
/*===========================================================================*/
.p-outline {
    padding-top: 150px;
    padding-bottom: 150px;
    background-color: #F9FCFF;
}

.p-outline__inner {
    padding-top: 80px;
    position: relative;
}
.p-outline__inner::before {
    background-color: #D0D6D9;
    content: '';
    height: 1px;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}
.p-outline__inner::after {
    background-color: #3685CF;
    content: '';
    height: 1px;
    left: 0;
    position: absolute;
    top: 0;
    width: 88px;
}

.p-outline__heads {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.p-outline__head {
    width: 31.6%;
    font-size: 35px;
    line-height: 1.45;
    letter-spacing: .03em;
}

.p-outline__subHead {
    width: 68.4%;
    font-size: 20px;
    line-height: 1.5;
}

.p-outline__list {
    padding-left: 31.6%;
    margin-top: 20px;
}

.p-outline__list dl {
    display: flex;
    gap: 18px;
}

.p-outline__list dl dt {
    width: 208px;
    font-size: 18px;
    line-height: 1.45;
    letter-spacing: .03em;
    border-bottom: #D0D6D9 dotted 1px;
    padding-top: 35px;
    padding-bottom: 35px;
}

.p-outline__list dl dd {
    width: calc(100% - 226px);
    font-size: 18px;
    line-height: 1.45;
    letter-spacing: .03em;
    border-bottom: #D0D6D9 dotted 1px;
    padding-top: 35px;
    padding-bottom: 35px;
}

.p-outline__list--map {
    padding-left: 10px;
    color: #3685CF;
    text-decoration-line: underline;
    text-decoration-style: solid;
    text-decoration-skip-ink: auto;
    text-decoration-thickness: auto;
    text-underline-offset: auto;
    text-underline-position: from-font;
}

.p-outline__list--img {
    margin-top: 23px;
    max-width: 353px;
    overflow: hidden;
    border-radius: 5px;
}

@media screen and (max-width: 900px) {
    .p-outline {
        padding-top: 60px;
        padding-bottom: 60px;
    }

    .p-outline__inner {
        padding-top: 30px;
    }
    .p-outline__inner::after {
        width: 29px;
    }

    .p-outline__heads {
        gap: 15px;
        justify-content: left;
    }

    .p-outline__head {
        font-size: 24px;
        width: auto;
    }

    .p-outline__subHead {
        font-size: 13px;
        width: auto;
    }

    .p-outline__list {
        padding-left: 100%;
        margin-top: 25px;
        padding-left: 0%;
    }

    .p-outline__list dl {
        gap: 12px;
    }

    .p-outline__list dl dt {
        width: 90px;
        font-size: 15px;
        padding-top: 25px;
        padding-bottom: 25px;
    }

    .p-outline__list dl dd {
        width: calc(100% - 90px);
        font-size: 15px;
        padding-top: 25px;
        padding-bottom: 25px;
    }

    .p-outline__list--map {
        padding-left: 0px;
    }

    .p-outline__list--img {
        margin-top: 23px;
        max-width: unset;
    }
}