.mv-lower_bg {
    background: url(../img/mv-about_sp.png) center/cover no-repeat;
}


.philosophy {
    padding-top: 60px;
}

.philosophy_content {

}

.philosophy_item {
    padding-bottom: 20px;
}

.philosophy_item-bg {
    width: 100vw;
    margin: 0 calc(50% - 50vw);
    height: 281px;
    padding: 20px;

    &.mission {
        background: url(../img/img-company01_sp.png) center/cover no-repeat;
    }

    &.vision {
        background: url(../img/img-company02_sp.png) center/cover no-repeat;
    }
}

.philosophy_item-title {

}

.title-en {
    color: var(--color-base, #FFF);
    font-family: "Fira Sans";
    font-size: 52px;
    font-style: italic;
    font-weight: 500;
    line-height: normal;
}

.title-ja {
    color: var(--color-base, #FFF);
    font-family: "Noto Sans JP";
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.philosophy_item-message {
    padding: 20px 20px 18px 20px;
    transform: translateY(-40px);
    background: var(--color-base, #FFF);
    box-shadow: 0 3px 12px 0 rgba(0, 0, 0, 0.16);
}

.message-heading {
    color: var(--color-main, #023E78);
    text-align: center;
    font-family: "Noto Sans JP";
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;

    & .pc {
        display: none;
    }
}

.message-text {
    color: var(--color-contrast, #1A1A1A);
    font-family: "Noto Sans JP";
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px; /* 171.429% */
    margin-top: 18px;
}

.company-profile {
    padding: 60px 0 98px 0;
    background: url(../img/bg.png)center / cover no-repeat;
}

.company-profile_box {
    padding: 40px 20px;
    align-items: flex-start;
    background: var(--color-base, #FFF);
}

.company-profile_title {
    color: var(--color-contrast, #1A1A1A);
    text-align: center;
    font-family: "Noto Sans JP";
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.company-profile_list {
    margin-top: 40px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    align-self: stretch;
}

.company-profile_item {
    display: flex;
    width: 100%;

    &:first-child {
        dt {
            border-top: 1px solid #023E78;
        }

        dd {
            border-top: 1px solid #E8EAEC;
        }
    }
}

.company-profile_label {
    display: flex;
    min-width: 100px;
    width: 33.9%;
    padding: 15px 0;
    align-items: center;
    align-self: stretch;
    border-bottom: 1px solid var(--color-main, #023E78);
    color: var(--color-contrast, #1A1A1A);
    font-family: "Noto Sans JP";
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.company-profile_value {
    display: flex;
    width: 66.1%;
    padding: 15px 0 15px 20px;
    align-items: center;
    gap: 10px;
    flex: 1 0 0;
    border-bottom: 1px solid #E8EAEC;
    color: var(--color-contrast, #1A1A1A);
    font-family: "Noto Sans JP";
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 1.2;
    overflow-wrap: anywhere;
}

.company-profile_value-list {
    position: relative;
	padding-left: 14px;
}

.company-profile_value-item {
    &::before {
        content: "・";
        position: absolute;
		left: 0;
    }
}

.company-directors {
    padding: 60px 0 155px 0;
    position: relative;

    &::before {
        content: "";
        position: absolute;
        width: 100%;
        height: 100%;
        background: linear-gradient(transparent 40%, #EDF3F8 40%,#EDF3F8 93%, transparent 93%);
        transform: skewY(10deg);
        z-index: -2;
    }
}

.company-directors_title {
    color: var(--color-contrast, #1A1A1A);
    text-align: center;
    font-family: "Noto Sans JP";
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.company-directors_cards {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 60px;
    margin-top: 40px;
}

.company-directors_card {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 19px;
}

.company-directors_photo {
    width: 64vw;
    text-align: center;
}

.company-directors_profile {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 17px;
}

.company-directors_profile-head {
    display: flex;
    align-items: center;
    gap: 20px;
}

.company-directors_position {
    color: var(--color-contrast, #1A1A1A);
    font-family: "Noto Sans JP";
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.company-directors_name {
    color: var(--color-contrast, #1A1A1A);
    font-family: "Noto Sans JP";
    text-align: center;
    font-style: normal;
    font-size: 20px;
    line-height: normal;
    font-weight: 700;
}

.company-directors_bio {
    color: var(--color-contrast, #1A1A1A);
    font-family: "Noto Sans JP";
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px; /* 171.429% */    
}

.company-directors_sns-links {
    display: flex;
    align-items: center;
    gap: 24px;
}

.company-directors_sns-link {}




@media screen and (min-width:768px){
.mv-lower_bg {
    background: url(../img/mv-about_pc.png)center / cover no-repeat;
}



.philosophy {
    padding-top: 70px;
}

.philosophy_item {
    padding-bottom: 60px;
}

.philosophy_item-bg {
    width: 100%;
    margin: 0;
    height: 353px;

    &.mission {
        background: url(../img/img-company01_pc.png) center / cover no-repeat;
    }

    &.vision {
        background: url(../img/img-company02_pc.png) center / cover no-repeat;
    }
}

.title-en {
    font-size: 100px;
}

.title-ja {
    font-size: 24px;
}

.philosophy_item-message {
    padding: 30px 40px;
    width: 53.75vw;
    margin: 0 auto;
    transform: translateY(-60px);
}

.message-heading {
    font-size: 24px;

    & .sp {
        display: none;
    }

    & .pc {
        display: block;
    }
}

.message-text {
    margin-top: 30px;
}

.company-profile {
    background: url(../img/bg-company.png)center/ cover no-repeat;
    padding: 92.5px 0 92.5px 0;
}

.company-profile_box {
    padding: 60px 40px;
    max-width: 768px;
    margin: 0 auto;
}

.company-profile_list {
    margin-top: 60px;
}

.company-profile_label {
    padding: 24px 32px;
    font-size: 16px;
    width: 29%;
}

.company-profile_value {
    padding: 23px 32px;
    font-size: 16px;
    width: 71%;
    line-height: 1.5;
}

.company-directors {
    padding: 120px 0 187px 0;

    &::before {
        background: linear-gradient(transparent 49%, #EDF3F8 49%,#EDF3F8 88%, transparent 88%);
    }
}

.company-directors_cards {
    margin: 60px auto 0 auto;
    max-width: 688px;
}

.company-directors_card {
    flex-direction: row-reverse;
    justify-content: space-between;
    width: 100%;
    align-items: flex-start;
}

.company-directors_photo {
    width: 240px;
    flex-shrink: 0;
}

.company-directors_profile {
    width: 59.3%;
    gap: 30px;
}

.footer {}

.footer_links {
    flex-direction: row;
}

.footer_link {
    width: 50%;
    padding: 52px 0;

    &:nth-child(1) {
        background: url(../img/img-download.png) center / cover no-repeat ;
    }

    &:nth-child(2) {
        background: url(../img/img-contact.png) center / cover no-repeat ;
    }
}

.footer_heading {
    gap: 4px;
}

.footer_heading-en {
    font-size: 60px;
}

.footer_heading-ja {
    font-size: 16px;
}

.footer_btn {
    max-width: 315px;
    font-size: 24px;
    padding: 32px 0;
    
    &:hover {
        background-color: var(--color-accent-1, #FFF400);
        color: var(--color-accent-1, #1A1A1A);

        && .footer_btn-icon {
            fill: #1A1A1A;
            transition: 0.3s ease;
            transform: translateX(10px) translateY(-50%);
        }
    }
}

.footer_btn-icon {
    right: 30px;
}



.company-info {
    padding: 120px 0 17px 0;
}

.footer_logo {
    font-size: 52px;
}

.company-address {
    margin-top: 19px;
}

.tel-number {
   
}

.footer_copyright {
    margin-top: 76px;
    font-size: 14px;
}

.pagetop-btn {
    right: 20px;
    bottom: 40px;
}
}