.common-banner-staff {
    background: url(../../img/page/about/bk-top-about.jpg) no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
}

.common-banner-staff::before {
    content: "";
    position: absolute;
    width: 73.2rem;
    height: 100%;
    background: linear-gradient(to right, #0093ff 0%, rgba(2, 166, 253, 0.96) 17.73%, rgba(52, 115, 201, 0) 100%);
    opacity: 0.5;
    top: 0;
    left: 0;
}

.section-top-about {
    padding-top: 6.5rem;
    @media screen and (max-width: 767px) {
        padding-top: 3.5rem;
	}
}


@media screen and (max-width: 767px) {
	.common-banner-staff::before {
		width: 50%;
	}
}

.blue-mid-title {
    font-family: "Noto Sans JP";
    font-weight: bold;
    font-size: 2.8rem;
    letter-spacing: 0.06em;
    line-height: 28px;
    text-align: center;
    color: #255ca6;
    margin-bottom: 3.6rem;
    @media screen and (max-width: 767px) {
        font-size: 2rem;
        margin-bottom: 3.5rem;
	}
}

.top-text-about {
    font-family: "Noto Sans JP";
    font-weight: normal;
    font-size: 1.4rem;
    letter-spacing: 0.03em;
    line-height: 3rem;
    text-align: left;
    color: #000;
    max-width: 80rem;
    @media screen and (max-width: 767px) {
        font-size: 1.2rem;
        max-width: 100%;
        line-height: 2.3rem;
	}
}

.hero-section {
    padding-top: 8.6rem;
    position: relative;
    @media screen and (max-width: 767px) {
        padding-top: 5rem;
	}
}

.hero-section::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 69rem;
    background: linear-gradient(to right, #d6edff00, #D6EDFF);
    transform: rotate(12deg);
    right: -16rem;
    top: 17rem;
}

.hero-section::after {
    content: "";
    position: absolute;
    width: 59rem;
    height: 0.9rem;
    background: #3278D6;
    opacity: 20%;
    transform: rotate(12deg);
    top: 95vh;
    left: -1vw;
    z-index: -1;
    border-radius: 0.8rem;
}

.hero-section .blue-mid-title {
    margin-bottom: 0;
}

.hero-container {
    margin-top: 6.5rem;
}

.hero-flexcontainer {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.icon-flex-container1 {
    width: 14.3rem;
    margin-left: 8rem;
    @media screen and (max-width: 767px) {
        margin-left: 0;
        width: 8rem;
	}
}

.flex-container-txt {
    font-family: "Noto Sans JP";
    font-weight: 500;
    font-size: 1.4rem;
    letter-spacing: 0.03em;
    line-height: 3rem;
    text-align: left;
    color: #000;
    max-width: 53.3rem;
    @media screen and (max-width: 767px) {
        font-size: 1.2rem;
        line-height: 2.3rem;
        max-width: 25rem;
	}
}

.flex-container-txt span {
    font-size: 2rem;
    color: #3278D6;
    @media screen and (max-width: 767px) {
        font-size: 1.4rem;
	}
}

.hero-flexcontainer1 {
    margin-bottom: 1rem;
    @media screen and (max-width: 767px) {
        gap: 1.5rem;
        margin-bottom: 2rem;
	}
}

.icon-flex-container2 {
    width: 13.3rem;
    @media screen and (max-width: 767px) {
        width: 8rem;
	}
}

.hero-flexcontainer2 {
    margin-bottom: 3rem;
    justify-content: start;
    gap: 4.5rem;
    align-items: flex-end;
    @media screen and (max-width: 767px) {
        align-items: center;
        gap: 1.5rem;
        margin-bottom: 2rem;
	}
}

.hero-flexcontainer3 {
    margin-bottom: 2.1rem;
    @media screen and (max-width: 767px) {
        margin-bottom: 2rem;
	}
}

.icon-flex-container3 {
    width: 15.6rem;
    margin-left: 6rem;
    @media screen and (max-width: 767px) {
        width: 8rem;
        margin-left: 0;
	}
}

.icon-flex-container4 {
    width: 10rem;
    @media screen and (max-width: 767px) {
        width: 4.7rem;
	}
}

.hero-flexcontainer4 {
    justify-content: start;
    gap: 11.8rem;
    @media screen and (max-width: 767px) {
        gap: 1.5rem;
	}
}

.measuring-section {
    margin-top: 22.7rem;
    @media screen and (max-width: 767px) {
        margin-top: 9rem;
	}
}

.measuring-section .blue-mid-title {
    margin-bottom: 0;
}
.measuring-box{
    @media screen and (max-width: 767px) {
	width:100%;
	text-align:center;
	}
}

.flex-container-measuring {
    margin-top: 6rem;
    margin-bottom: 19.2rem;
    display: flex;
    justify-content: space-between;
    @media screen and (max-width: 767px) {
        margin-top: 2rem;
        margin-bottom: 4rem;
        /* flex-direction: column; */
        align-items: center;
        flex-wrap: wrap;
        justify-content: space-around;
        row-gap: 3rem;
	}
}

.img-measuring-container {
    width: 28.2rem;
    @media screen and (max-width: 767px) {
        width: 17.2rem;
	text-align:center;
	margin:0 auto;
	}   
}

.up-txt-measuring {
    font-family: "Noto Sans JP";
    font-weight: bold;
    font-size: 1.8rem;
    letter-spacing: 0.02em;
    /* line-height: 25px; */
    text-align: left;
    color: #3278d6;
    margin-top: 1.7rem;
    margin-bottom: 0.7rem;
    @media screen and (max-width: 767px) {
        font-size: 1.4rem;
        margin-top: 1rem;
	text-align:center;
	}
}

.down-txt-measuring {
    font-family: "Noto Sans JP";
    font-weight: bold;
    font-size: 2rem;
    letter-spacing: 0.02em;
    line-height: 2.5rem;
    /* text-align: left; */
    color: #3278d6;
    @media screen and (max-width: 767px) {
        font-size: 1.6rem;
	}
}

.ml-6 {
    margin-left: 6rem;
    @media screen and (max-width: 767px) {
        margin-left: 0;
	}
}

.section-ofss {
    position: relative;
    margin-bottom: 15.3rem;
    @media screen and (max-width: 767px) {
        margin-bottom: 5rem;
	}
}

.section-ofss::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 124rem;
    background: linear-gradient(to right, #d6edff00, #D6EDFF);
    transform: rotate(-193deg);
    right: 25rem;
    top: 29rem;
}

.office-flex-container {
    display: flex;
    gap: 4rem;
    align-items: center;
}

.office-img-container {
    width: 52.1rem;
    position: relative;
    @media screen and (max-width: 767px) {
        width: 100%;
        margin-top: 2rem;
        margin-bottom: 2rem;
	}
}

.office-img-container::after {
    content: "OFFICE";
    position: absolute;
    bottom: -2rem;
    left: 1rem;
    font-family: Jost;
    font-weight: 500;
    font-style: italic;
    font-size: 5rem;
    letter-spacing: 0.1em;
    color: #3278d6;
}

@media screen and (max-width: 767px) {
    .office-img-container::after {
        bottom: inherit;
        left: inherit;
        font-size: 3.5rem;
        top: -3rem;
        right: 0rem;
    }
}

.text-office-container {
    max-width: 46rem;
    margin-top: 9rem;
    @media screen and (max-width: 767px) {
        max-width: 100%;
        margin-top: 4rem;
        margin-bottom: 3rem;
	}
}

.blue-title-ofss {
    font-family: "Noto Sans JP";
    font-weight: bold;
    font-size: 1.8rem;
    letter-spacing: 0.02em;
    /* line-height: 25px; */
    text-align: left;
    color: #255ca6;
    margin-bottom: 2.3rem;
}

.underblue-txt-ofss {
    font-family: "Noto Sans JP";
    font-weight: normal;
    font-size: 1.4rem;
    letter-spacing: 0.03em;
    line-height: 3rem;
    text-align: left;
    color: #000;
    @media screen and (max-width: 767px) {
        font-size: 1.2rem;
        line-height: 1.8rem;
	}
}

.factory-container {

}

.factory-img-container {
    width: 43rem;
    position: relative;
    @media screen and (max-width: 767px) {
        width: 100%;
        margin: 2rem auto;
	}
}

.factory-img-container::after {
    content: "FACTORY";
    position: absolute;
    bottom: -6rem;
    left: 23rem;
    font-family: Jost;
    font-weight: 500;
    font-style: italic;
    font-size: 5rem;
    letter-spacing: 0.1em;
    color: #3278d6;
    width: 25rem;
}

@media screen and (max-width: 767px) {
    .factory-img-container::after {
        bottom: inherit;
        left: inherit;
        font-size: 3.5rem;
        width: inherit;
        top: -1rem;
        right: -17rem;
    }
}

.factory-flex-container {
    display: flex;
    align-items: center;
    gap: 7.95rem;
    margin-top: 1.5rem;
}

.shopping-center-img-container {
    width: 40rem;
    position: relative;
    @media screen and (max-width: 767px) {
        width: 100%;
        margin: 2rem auto;
	}
}

.shopping-center-img-container::after {
    content: "SHOPPING CENTER";
    position: absolute;
    bottom: -5rem;
    left: 2rem;
    font-family: Jost;
    font-weight: 500;
    font-style: italic;
    font-size: 5rem;
    letter-spacing: 0.1em;
    color: #3278d6;
    width: 52rem;
}

@media screen and (max-width: 767px) {
    .shopping-center-img-container::after {
        content: "SHOPPING \A CENTER";
        bottom: inherit;
        left: inherit;
        font-size: 2.5rem;
        width: inherit;
        top: -5rem;
        right: -20rem;
        white-space: pre;
    }
}

.shopping-center-flex-container {
    display: flex;
    align-items: center;
    gap: 10rem;
    margin-top: 4rem;
    @media screen and (max-width: 767px) {
        display: inherit;
	}
}

.text-shopping-center-container {
    margin-top: 6rem;
    @media screen and (max-width: 767px) {
        margin-top: 3rem;
	}
}

.spf-flex-container {
    display: flex;
    align-items: center;
    gap: 6.7rem;
    margin-top: 4rem;
    @media screen and (max-width: 767px) {
        display: inherit;
	}
}

.text-spf-container {
    margin-top: 6rem;
}

.spf-img-container {
    width: 50rem;
    position: relative;
    @media screen and (max-width: 767px) {
        width: 100%;
        margin: 2rem auto;
	}
}

.spf-img-container::after {
    content: "SOLAR POWER FACILITY";
    position: absolute;
    bottom: -7rem;
    left: -16rem;
    font-family: Jost;
    font-weight: 500;
    font-style: italic;
    font-size: 5rem;
    letter-spacing: 0.1em;
    color: #3278d6;
    width: 66rem;
}

@media screen and (max-width: 767px) {
    .spf-img-container::after {
        content: "SOLAR POWER \A FACILITY";
        bottom: inherit;
        left: inherit;
        font-size: 2.5rem;
        width: inherit;
        white-space: pre;
        top: -5rem;
        right: -14.5rem;
    }
}

.section-mana-phylo {
    position: relative;
}

.section-mana-phylo::before {
    content: "";
    position: absolute;
    width: 50rem;
    height: 0.9rem;
    transform: rotate(-15deg);
    top: 24rem;
    left: -3rem;
    background: #3278D6;
    opacity: 20%;
}

.blue-bk-mana {
    width: 100%;
    background-color: #60BAFF;
    padding-top: 7.1rem;
    padding-bottom: 20.7rem;
    position: relative;
    border-radius: 0.8rem;
    @media screen and (max-width: 767px) {
        padding-bottom: 9rem;
	}
}

.blue-bk-mana::before {
    content: "MANAGEMENT PHILOSOPHY";
    position: absolute;
    top: 3.5rem;
    left: 0;
    right: 0;
    margin: auto;
    width: 76.5rem;
    font-family: Jost;
    font-weight: 500;
    font-style: italic;
    font-size: 5rem;
    letter-spacing: 0.1em;
    text-align: right;
    color: #fff;
    opacity: 0.1;
}

@media screen and (max-width: 767px) {
    .blue-bk-mana::before {
        
    }
}

.blue-bk-title-mana {
    font-family: "Noto Sans JP";
    font-weight: bold;
    font-size: 2.8rem;
    letter-spacing: 0.06em;
    /* line-height: 28px; */
    text-align: center;
    color: #fff;
    margin-bottom: 3.6rem;
    @media screen and (max-width: 767px) {
        font-size: 2.2rem;
        margin-bottom: 1.6rem;
	}
}

.blue-bk-txt-mana {
    font-family: "Noto Sans JP";
    font-weight: normal;
    font-size: 1.6rem;
    letter-spacing: 0.03em;
    line-height: 3.5rem;
    text-align: center;
    color: #fff;
    @media screen and (max-width: 767px) {
        font-size: 1.4rem;
        line-height: 2.5rem;
        padding-left: 1rem;
        padding-right: 1rem;
	}
}

.flex-two-box-mana {
    margin-top: -15rem;
    display: flex;
    justify-content: space-between;
    @media screen and (max-width: 767px) {
        margin-top: -6rem;
	}
}

.box1-mana {
    position: relative;
    width: 39.7rem;
    background-color: #4E8ADB;
    padding-top: 5.2rem;
    border-radius: 0.8rem;
    height: 34.5rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    @media screen and (max-width: 767px) {
        width: 48%;
        height: 26.5rem;
        padding: 3rem 1rem 3rem;
	}
}

.box1-mana::before {
    content: "01";
    position: absolute;
    top: -2.5rem;
    left: 0;
    right: 0;
    margin: auto;
    font-family: Jost;
    font-weight: 500;
    font-size: 5rem;
    letter-spacing: 0.04em;
    line-height: 14rem;
    text-align: center;
    color: #fff;
    opacity: 0.05;
    @media screen and (max-width: 767px) {
        top: -3.5rem;
        font-size: 3rem;
	}
}

.box-mana-title {
    font-family: "Noto Sans JP";
    font-weight: bold;
    font-size: 2.2rem;
    letter-spacing: 0.02em;
    /* line-height: 25px; */
    text-align: center;
    color: #fff;
    margin-bottom: 1.7rem;
    @media screen and (max-width: 767px) {
        font-size: 1.6rem;
        line-height: 2.3rem;
        margin-bottom: 1.2rem;
	}
}

.box-mana-txt {
    font-family: "Noto Sans JP";
    font-weight: normal;
    font-size: 1.8rem;
    line-height: 2.8rem;
    text-align: left;
    color: #fff;
    margin-bottom: 1.2rem;
    max-width: 32.5rem;
    @media screen and (max-width: 767px) {
        font-size: 1rem;
        line-height: 1.8rem;
        margin-bottom: 1.5rem;
        max-width: 15rem;
	}
}

.box2-mana {
    position: relative;
    width: 39.7rem;
    background-color: #4E8ADB;
    padding-top: 5.2rem;
    /* padding-right: 3.6rem; */
    /* padding-left: 3.6rem; */
    border-radius: 0.8rem;
    height: 34.5rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    @media screen and (max-width: 767px) {
        width: 48%;
        height: 26.5rem;
        padding-top: 3rem;
	}
}

.box2-mana::before {
    content: "02";
    position: absolute;
    top: -2.5rem;
    left: 0;
    right: 0;
    margin: auto;
    font-family: Jost;
    font-weight: 500;
    font-size: 5rem;
    letter-spacing: 0.04em;
    line-height: 14rem;
    text-align: center;
    color: #fff;
    opacity: 0.05;
    @media screen and (max-width: 767px) {
        top: -3.5rem;
        font-size: 3rem;
	}
}

@media screen and (max-width: 767px) {
    .box1-mana::before, .box2-mana::before {
        top: -4.5rem;
        font-size: 3rem;
    }
}

.flex-nmb-txt-mana {
    display: flex;
    gap: 0.5rem;
}

.box2-mana .box-mana-txt {
    line-height: 3.5rem;
}

.section-overview {
    padding-top: 10.8rem;
    padding-bottom: 10.6rem;
    @media screen and (max-width: 767px) {
        padding-top: 6rem;
        padding-bottom: 6rem;
	}
}

.section-overview .blue-mid-title {
    margin-bottom: 0;
}

.overview-table {
    margin-top: 4.1rem;
    @media screen and (max-width: 767px) {
        margin-top: 3rem;
	}
}

.ov-th {
    border-top: #C7D5E8 1px solid;
    display: flex;
    @media screen and (max-width: 767px) {
        flex-direction: column;
	}
}

.ov-th:last-child {
    border-top: #C7D5E8 1px solid;
    display: flex;
    border-bottom: #C7D5E8 1px solid;
}

.ov-left{
    padding: 2rem 5.7rem 2rem 5.5rem;
    background-color: #F2FAFF;
    color: #255CA6;
    width: 28.5rem;
    font-family: "Noto Sans JP";
    font-weight: normal;
    font-size: 1.4rem;
    letter-spacing: 0.03em;
    line-height: 3rem;
    text-align: left;
    color: #255ca6;
    display: flex;
    align-items: center;
    @media screen and (max-width: 767px) {
        padding: 1rem 0.7rem 1rem 1.5rem;
        width: 100%;
        font-size: 1.2rem;
        line-height: 2rem;
        /* justify-content: center; */
	}
}

.ov-right {
    padding: 2.2rem 2rem 2.2rem 5.4rem;
    font-family: "Noto Sans JP";
    font-weight: normal;
    font-size: 1.4rem;
    letter-spacing: 0.03em;
    line-height: 3rem;
    text-align: left;
    color: #255ca6;
    @media screen and (max-width: 767px) {
        padding: 1.5rem;
        font-size: 1.2rem;
        line-height: 2rem;
	}
}

.ov-right a {
    text-decoration: #255CA6 underline;
    color: #255CA6;
    position: relative;
}

.ov-right a::after {
    position: absolute;
    content: "";
    background: url(../../img/page/about/go-to.png) no-repeat;
    background-size: 100%;
    width: 1.3rem;
    height: 1.4rem;
    top: 0;
    bottom: 0;
    right: -2rem;
    margin: auto;
}

.ov-right a:hover {
    text-decoration: none;
} 

.section-access {
    position: relative;
    margin-bottom: 19.2rem;
    @media screen and (max-width: 767px) {
        margin-bottom: 8rem;
	}
}

.section-access::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 60rem;
    background: linear-gradient(to right, #d6edff00, #D6EDFF);
    transform: rotate(16deg);
    right: -20rem;
    top: -4rem;
}

.li-ov-container {
    display: flex;
    gap: 2.2rem;
    margin-bottom: 2.1rem;
}

.li-hd-ov {
    width: 8.7rem;
    @media screen and (max-width: 767px) {
        width: 7.5rem;
	}
}

.li-hd-child-ov {
    font-family: "Noto Sans JP";
    font-weight: normal;
    font-size: 1.4rem;
    letter-spacing: 0.03em;
    line-height: 2.6rem;
    text-align: left;
    color: #255ca6;
    @media screen and (max-width: 767px) {
        font-size: 1.2rem;
        line-height: 2rem;
        max-width: 21rem;
	}
}

.li-hd-child-ov a {
    text-decoration: #255CA6 underline;
    color: #255CA6;
    position: relative;
}

.li-hd-child-ov a {
    text-decoration: #255CA6 underline;
    color: #255CA6;
    position: relative;
}

.li-hd-child-ov a::after {
    position: absolute;
    content: "";
    background: url(../../img/page/about/go-to.png) no-repeat;
    background-size: 100%;
    width: 1.3rem;
    height: 1.4rem;
    top: 0;
    bottom: 0;
    right: -2rem;
    margin: auto;
}

.access-left-info {
}

.access-flex-container {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    @media screen and (max-width: 767px) {
        display: inherit;
	}
}

.info-access-txt {
    font-family: "Noto Sans JP";
    font-weight: normal;
    font-size: 1.4rem;
    letter-spacing: 0.03em;
    line-height: 2.6rem;
    text-align: left;
    color: #255ca6;
    margin-bottom: 3.2rem;
    @media screen and (max-width: 767px) {
        font-size: 1.3rem;
        line-height: 2rem;
        margin-bottom: 1.5rem;
	}
}

.button-container-acccess {
    width: 14.6rem;
    height: 14.6rem;
    border-radius: 50%;
    background-color: #3278D6;
    display: flex;
    justify-content: center;
    gap: 1.5rem;
    flex-direction: column;
    align-items: center;
    @media screen and (max-width: 767px) {
        width: 8.6rem;
        height: 8.6rem;
        margin: 1.5rem auto 0;
	}
}

.link-text {
    font-family: "Noto Sans JP";
    font-weight: bold;
    font-size: 1.6rem;
    letter-spacing: 0.06em;
    /* line-height: 25px; */
    text-align: center;
    color: #fff;
    @media screen and (max-width: 767px) {
        font-size: 1rem;
	}   
}

.arrow-acess-container {
    width: 3.2rem;
    height: 0.5rem;
    transition: 0.4s;
}

.button-container-acccess:hover .arrow-acess-container {
    transform: translateX(1rem);
}

.right-map iframe{
    width: 64.4rem;
    @media screen and (max-width: 767px) {
        width: 100%;
        height: 20rem;
	}
}

.tel-number {
    position: relative !important;
    text-decoration: none !important;
}

.tel-number::after {
    content: "" !important;
    position: absolute !important;
    width: 0 !important;
}