/* Hero */
body{
    overflow-x: hidden;
}
.company-main-visual {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    max-width: 100%;
    margin: 0 auto 105px;
    border-radius: 0 0 50px 50px;
    overflow: hidden;
    padding: 110px 0 60px;
    background-image: url('../img/company/company_mv_top.jpg');
    background-size: 118%;
    background-position: center;
    background-repeat: no-repeat;
    font-family: "ten-mincho-antique", sans-serif;
    color: white;
    height: 700px;
    box-sizing: border-box;
}
.company-main-visual::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(0deg,rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 100%);
    opacity: 0.2;
    z-index: 0;
}
.cmv-inner {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 100%;
    max-width: 1400px;
    height: 100%;
    margin: 0 auto;
    z-index: 1;
}
.cmv-top-links{
    display: flex;
    align-items: center;
}
.cmv-top-links .cmv-link a {
    display: flex;
    align-items: center;
    width: fit-content;
    gap: 10px;
    margin-right: 10px;
    line-height: 1;
    font-size: 12px;
    font-weight: 300;
    color: #FFFFFF;
    text-decoration: none;
}
.cmv-top-links .cmv-link:first-of-type a {
    padding-left: 0px;
}
.cmv-top-links .cmv-link:not(:last-of-type) a::after{
    content: "";
    display: block;
    width: 12px;
    height: 1px;
    background-color: #FFFFFF;
}
.cmv-bottom-content{

}
.cmv-bottom-links{
    display: flex;
    align-items: center;
}
.cmv-bottom-links .cmv-link a{
    display: block;
    width: fit-content;
    padding: 0 15px;
    line-height: 1;
    font-size: 12px;
    color: #FFFFFF;
    text-decoration: none;
}
.cmv-bottom-links .cmv-link:first-of-type a {
    padding-left: 0px;
}
.cmv-bottom-links .cmv-link:not(:last-of-type) a{
    border-right: 1px solid #FFFFFF;
}
.cmv-heading{
    display: flex;
    align-items: flex-end;
    gap: 20px;
    font-size: 40px;
    font-weight: 400;
    line-height: 1.2;
    letter-spacing: 0.1rem;
    margin-bottom: 30px;
}
.cmv-heading .cmv-subheading{
    font-size: 10px;
    line-height: 1.2;
    letter-spacing: 0.03rem;
}
@media(max-width: 1600px){
    .company-main-visual {
        background-size: cover;
        height: 600px;
    }
    .cmv-inner {
        padding: 0 100px;
    }
}
@media(max-width: 991px){
    .company-main-visual {
        border-radius: 0 0 20px 20px;
        margin: 0 auto 50px;
        padding: 100px 0 30px;
        background-size: cover;
        background-position: right 35% center;
    }
    .cmv-inner {
        padding: 0 20px;
    }
    .cmv-heading{
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        gap: 5px;
        font-size: 30px;
        font-weight: 400;
        line-height: 1.2;
        letter-spacing: 0.1rem;
    }
}

/* Overview */
.overview-section {
    width: 100%;
    max-width: 1600px;
    margin: 0 auto 80px;
    font-family: "ten-mincho-antique", sans-serif;
    /* overflow-x: hidden; */
}
.overview-section.overview-section-02 {
    margin: 0 auto;
}
.overview-section-title {
    display: flex;
    flex-direction: column;
    gap: 10px;
    width: 100%;
    max-width: 1400px;
    font-size: 40px;
    font-weight: 400;
    margin: 0 auto;
    color: #030049;
    box-sizing: border-box;
}
.overview-section-title span {
    font-size: 10px;
    letter-spacing: 0.03rem;
}
.overview-container {
    display: flex;
    gap: 60px;
}

.overview-images {
    position: relative;
    width: 660px;
    height: 640px;
}

.overview-images img {
    position: absolute;
    object-fit: contain;
}
.overview-images img.overview-image01 {
    top: 0;
    left: -130px;
    width: 787px;
    height: auto;
    z-index: 1;
}
.overview-images img.overview-image02 {
    top: 190px;
    right: 20px;
    width: 312px;
    border-radius: 5px;
    z-index: 2;
}
.overview-section.overview-section-02 img.overview-image02{
    top: 310px;
}
.overview-text .overview-images-02 {
    position: relative;
    width: 100%;
    height: 36vw;
    margin-top: 150px;
}
.overview-text img.overview-image03 {
    position: absolute;
    top: 0;
    left: 0px;
    width: 315px;
    height: auto;
    border-radius: 5px;
    z-index: 1;
}
.overview-text img.overview-image04 {
    position: absolute;
    top: 15px;
    right: -155px;
    width: 555px;
    border-radius: 5px;
    z-index: 2;
}

.overview-text {
    position: relative;
    width: 50%;
    color: #040315;
}

.overview-heading {
  font-size: 28px;
  font-weight: 400;
  margin: 140px auto 30px 0;
  line-height: 1.5;
  letter-spacing: 0.05rem;
}

.overview-paragraph {
  font-size: 16px;
  font-weight: 300;
  line-height: 1.5;
  letter-spacing: 0.05rem;
  margin: 0;
}

/* Responsive */
@media (max-width: 1600px) {
    .overview-section-title {
        padding: 0 100px;
        margin: 0;
    }
    .overview-images img.overview-image01 {
        width: 55vw;
    }
    .overview-text img.overview-image03 {
        width: 17vw;
        left: -2vw;
        object-fit: cover;
        object-position: bottom;
    }
    .overview-text img.overview-image04 {
        top: 5vw;
        right: -15vw;
        width: 45vw;
        z-index: 0;
    }
    .overview-section.overview-section-02 img.overview-image02 {
        top: 23vw;
        width: 22vw;
        right: unset;
        left: 23vw;
    }
}
@media (max-width: 991px) {
    .overview-section {

    }
    .overview-section-title {
        display: flex;
        flex-direction: column;
        gap: 10px;
        font-size: 28px;
        padding: 0 20px;
        margin: 0;
    }
    .overview-section-title span {
        font-size: 10px;
    }
    .overview-container {
        flex-direction: column;
        gap: 50px;
        margin-bottom: 130px;
    }

    .overview-images {
        width: 100%;
        height: 70vw;
        flex-direction: row;
        gap: 10px;
    }

    .overview-images img {
        width: 48%;
    }
    .overview-images img.overview-image01 {
        width: 91vw;
        height: 64vw;
        right: -94px;
        left: unset;
    }
    .overview-text {
        width: 100%;
        padding: 0 20px;
        box-sizing: border-box;
    }
    .overview-heading{
        font-size: 22px;
        margin: 0 0 30px;
    }
    .overview-images img.overview-image02 {
        width: 32.5vw;
        height: auto;
        border-radius: 5px;
        top: 20vw;
        bottom: unset;
        right: unset;
        left: 20px;
    }
    .overview-images-02 img.overview-image01 {
        width: 91vw;
        height: 64vw;
        right: unset;
        left: -94px;
    }
    .overview-images-02 img.overview-image02 {
        width: 32.5vw;
        height: auto;
        border-radius: 5px;
        top: 20vw;
        bottom: unset;
        right: 20px;
        left: unset;
    }
    .overview-paragraph {
        font-size: 14px;
    }
    .overview-section.overview-section-02 .overview-section-title {
        padding-top: 50px;
        padding-bottom: 50px;
    }
    .overview-section.overview-section-02 .overview-images {
        height: 67vw;
    }
    .overview-section.overview-section-02 .overview-images img.overview-image01 {
        right: unset;
        left: -15vw;
    }
    .overview-section.overview-section-02 .overview-images img.overview-image02 {
        width: 30vw;
        top: 22vw;
        right: 20px;
        left: unset;
    }
    .overview-text .overview-images-02 {
        margin-top: 50px;
        height: 57vw;
    }
    .overview-text img.overview-image03 {
        width: 40vw;
        left: 16vw;
        aspect-ratio: 3/2;
        object-fit: cover;
        object-position: bottom;
    }
    .overview-text img.overview-image04 {
        top: 5vw;
        right: -30vw;
        width: 80vw;
    }
}

.philosophy-container-01 {
    position: relative;
    width: 100%;
    height: 1040px;
    background-image: url('../img/company/sec02_bga.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
}
.philosophy-container-01::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 33vw;
    background-image: url('../img/company/sec02_top.png');
    background-size: 100%;
    background-position: top;
    background-repeat: no-repeat;
    z-index: 0;
}
.philosophy-container-01 .philosophy-text {
    position: sticky;
    top: 0;
    width: 100%;
    max-width: 1400px;
    padding-top: 420px;
    margin: 0 auto -500px;
    color: #FFFFFF;
    z-index: 0;
}
.philosophy-container-02 .philosophy-text {
    width: 100%;
    max-width: 1400px;
    padding-top: 50px;
    margin: 0 auto;
    color: #FFFFFF;
    z-index: 0;
}
.philosophy-container-02::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 33vw;
    background-image: url('../img/company/sec02_bottom.png');
    background-size: 100%;
    background-position: bottom;
    background-repeat: no-repeat;
    z-index: 0;
}
.philosophy-sub-heading {
    display: flex;
    align-items: center;
    gap: 15px;
    width: 100%;
    font-size: 14px;
    font-weight: 400;
    margin: 0 auto 100px;
    padding-bottom: 10px;
    border-bottom: 1px solid #FFFFFF;
}
.philosophy-sub-heading::before {
    content: "";
    display: block;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background-color: #FFFFFF;
}
.philosophy-heading {
    width: 100%;
    max-width: 940px;
    margin: 0 auto 50px;
}
.philosophy-heading .philosophy-heading-large {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 54px;
    font-weight: 300;
    line-height: 1.3;
    letter-spacing: 0.03rem;
}
.philosophy-container-01 .philosophy-heading .philosophy-heading-large:last-of-type {
    justify-content: flex-end;
}
.philosophy-container-01 .philosophy-heading .philosophy-heading-large:first-of-type::before {
    content: "";
    display: block;
    width: 15px;
    height: 60px;
    background-image: url('../img/company/heading-decoration-01.svg');
    background-size: contain;
    background-position: bottom;
    background-repeat: no-repeat;
}
.philosophy-container-01 .philosophy-heading .philosophy-heading-large:last-of-type {
    text-align: right;
}
.philosophy-container-01 .philosophy-heading .philosophy-heading-large:last-of-type::after {
    content: "";
    display: block;
    width: 15px;
    height: 60px;
    background-image: url('../img/company/heading-decoration-02.svg');
    background-size: contain;
    background-position: bottom;
    background-repeat: no-repeat;
}
.philosophy-heading .philosophy-heading-small {
    display: block;
    font-size: 10px;
    margin: 20px 0;
    letter-spacing: 0.03rem;
    text-align: center;
}
.philosophy-container-02 .philosophy-heading .philosophy-heading-small {
    text-align: left;
    margin: 0 0 460px;
}

.philosophy-container-02 .philosophy-heading{
    display: flex;
    align-items: center;
    gap: 100px;
    font-size: 54px;
    font-weight: 400;
    line-height: 1.3;
    letter-spacing: 0.03rem;
}
.philosophy-container-02 .philosophy-heading strong {
    display: flex;
    font-weight: 300;
    margin-bottom: 25px;
}
.philosophy-container-02 .philosophy-heading .philosophy-heading-large strong::before{
    content: "";
    display: block;
    width: 70px;
    height: 15px;
    background-image: url('../img/company/heading-decoration-03.svg');
    background-size: contain;
    background-position: bottom;
    background-repeat: no-repeat;
}
.philosophy-container-02 .philosophy-heading .philosophy-heading-large strong::after{
    content: "";
    display: block;
    width: 70px;
    height: 15px;
    background-image: url('../img/company/heading-decoration-04.svg');
    background-size: contain;
    background-position: bottom;
    background-repeat: no-repeat;
}
.philosophy-container-02 .philosophy-heading .philosophy-heading-large {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 54px;
    font-weight: 400;
    line-height: 1.3;
    letter-spacing: 0.5rem;
    writing-mode: vertical-rl;
    text-orientation: upright;
}
.philosophy-container-02 .philosophy-heading .philosophy-heading-large small {
    font-size: 22px;
    letter-spacing: 0.3rem;
}
.philosophy-paragraph{
    width: 550px;
    font-size: 16px;
    font-weight: 300;
    line-height: 1.6;
    letter-spacing: 0.05rem;
    margin: 0 auto;
    letter-spacing: 0.05rem;
}
.philosophy-heading-bottom {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}
.philosophy-container-02 {
    position: relative;
    width: 100%;
    height: 1200px;
    background-image: url('../img/company/sec02_bgb.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.philosophy-section {
    font-family: "ten-mincho-antique", sans-serif;
}
.philosophy-section-title {
    display: flex;
    flex-direction: column;
    gap: 10px;
    width: 100%;
    max-width: 1400px;
    font-size: 40px;
    margin: 0 auto;
    color: #030049;
    box-sizing: border-box;
}
.philosophy-section-title span {
    font-size: 10px;
    letter-spacing: 0.03rem;
}
@media (max-width: 1600px) {
    .philosophy-section-title {
        padding: 0 100px;
        margin: 0;
    }
    .philosophy-heading .philosophy-heading-large {
        /* font-size: 5vw; */
    }
    .philosophy-container-01 .philosophy-text {
        padding: 420px 100px 0;
        width: 100%;
        max-width: 1400px;
        box-sizing: border-box;
        margin: 0 auto -500px;
    }
    .philosophy-container-02 .philosophy-text {
        padding: 50px 100px 0;
        width: 100%;
        max-width: 1400px;
        box-sizing: border-box;
        margin: 0 auto -500px;
    }
}
@media (max-width: 991px) {
    .philosophy-container-01 {
        height: 220vw;
    }
    .philosophy-section-title {
        display: flex;
        flex-direction: column;
        gap: 10px;
        font-size: 28px;
        padding: 0 20px;
        margin: 0;
    }
    .philosophy-container-01 .philosophy-text {
        padding: 130px 20px 100px;
        margin: 0 auto -220vw;
    }
    .philosophy-sub-heading {
        margin: 0 auto 70px;
    }
    .philosophy-sub-heading {
        margin: 0 auto 70px;
    }
    .philosophy-heading .philosophy-heading-large{
        font-size: 9.5vw;
        font-weight: 400;
        line-height: 1.5;
        margin: 0 auto 0;
    }
    .philosophy-heading .philosophy-heading-small {
        font-size: 2.3vw;
        line-height: 1.5;
    }
    .philosophy-container-01 .philosophy-heading .philosophy-heading-large:first-of-type::before {
        width: 3.3vw;
        height: 30vw;
        background-image: url(../img/company/heading-decoration-01-sp.svg);
        background-position: center;
    }
    .philosophy-container-01 .philosophy-heading .philosophy-heading-large:last-of-type::after {
        width: 3.3vw;
        height: 40vw;
        background-image: url(../img/company/heading-decoration-02-sp.svg);
        background-position: center;
    }
    .philosophy-container-02 {
        height: 1200px;
    }
    .philosophy-container-02 .philosophy-text {
        padding: 50px 20px 0;
    }
    .philosophy-container-02 .philosophy-heading {
        flex-wrap: wrap;
        align-items: flex-start;
        gap: 60px 40px;
        margin-bottom: 0;
    }
    .philosophy-container-02 .philosophy-heading .philosophy-heading-large{
        margin: 0;
    }
    .philosophy-paragraph{
        margin: 0;
        width: 100%;
        font-size: 14px;
    }
}
@media(min-width: 1920px){
    .philosophy-container-02 {
        height: 1600px;
    } 
}