@charset "utf-8";

/* ーーーーーーーーーーーーーーー
common
ーーーーーーーーーーーーーーー */
body {
    font-family: "IBM Plex Sans JP", sans-serif;
    font-weight: 400;
    font-size: 1.7rem;
    line-height: 2.2;
    color: #666666;
}

p {
    text-align: justify;
}

.textSize02 {
    font-size: 1.9rem;
}

.section__inner {
    max-width: 1100px;
    margin: 0 auto;
    padding: 4.6% 0 0;
}

.section__title {
    font-size: 4.6rem;
    color: #00468c;
    font-weight: 300;
    text-align: center;
    margin-bottom: 4.1%;
}

.section__textBox {
    margin-bottom: 12.273%;
}

.section__text01 {
    margin-bottom: 4.546%;
    text-align: center;
}

.section__text02 {
    text-align: center;
}

.section__area {
    display: flex;
    justify-content: space-between;
}

.section__unit {
    width: calc(100% / 3);
    padding: 3.3% 3.182% 13.637%;
}

.section__unit--heading {
    color: #00468c;
}

.parallax__container {
    max-width: 1100px;
    margin: 0 auto;
    height: min(25.76vw, 413px);
    overflow: hidden;
}

.push {
    display: inline-block;
}




@media screen and (max-width: 1200px) {

    .parallax__container,
    .section__inner {
        width: 80%;
    }

    .section__title {
        font-size: 4rem;
    }

    .section__unit {
        padding: 4.364% 2.8% 13.637%;
    }
}


@media screen and (max-width: 1024px) {

    body {
        font-size: 1.5rem;
        line-height: 2;
    }

    .section__title {
        margin-bottom: 5%;
    }

    .push01 {
        display: inline-block;
    }
}

@media screen and (max-width: 768px) {
    body {
        font-size: 1.3rem;
        line-height: 2;
    }
    .section__title {
        font-size: 3rem;
    }

    .parallax__container,
    .section__inner {
        width: 90%;
    }
    .parallax__container{
        height: min(33vw, 413px);
    }

    .push02 {
        display: inline-block;
    }

    .section__area {
        display: block;
    }

    .section__unit {
        width: 100%;
    }
    .textSize02{
        font-size: 1.7rem;
    }

}

@media screen and (max-width: 480px) {
    .section__title {
        font-size: 2.3rem;
        margin-bottom: 4.5%;
    }

    .section__inner {
        padding: 6% 0 0;
    }

    .push03 {
        display: inline-block;
    }

    .section__textBox {
        padding: 0 5vw;
    }
}

/* ーーーーーーーーーーーーーーー
header
ーーーーーーーーーーーーーーー */
.header {
    position: fixed;
    background-color: #fff;
    width: 100%;
    z-index: 10;
}

.header__inner {
    margin: min(2.688%, 1.8rem) 0 min(2.688%, 1.8rem) 2%;
}

.h-logo {
    max-width: 235px;
    width: 14.43vw;
    min-width: 100px;
}

.h-logo__link {
    display: block;
    width: 100%;
    height: 100%;
    transition: .3s;
}

.h-logo__link:hover {
    opacity: 0.8;
}


/* ーーーーーーーーーーーーーーー
mv
ーーーーーーーーーーーーーーー */

.mvContainer {
    padding-top: min(17.875%, 28rem);
    margin-bottom: 1em;
}

.mvContainer__logo {
    max-width: 678px;
    width: 37.43vw;
    margin: 0 0 6.4% 3.5%;
}

.mv__parallax {
    position: relative;
}

.mv__parallax--gra {
    display: block;
    width: 100%;
    height: 100%;
    background: rgb(0, 70, 140);
    background: linear-gradient(90deg, rgba(0, 70, 140, 0) 40%, rgba(0, 70, 140, 0.9486388305322129) 82%);
}



.mv__parallax--img {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.mv__parallax--text {
    position: absolute;
    bottom: 20%;
    right: 3.625%;
    width: 32.3vw;
    height: auto;
}
@media screen and (max-width: 767px){
    .mvContainer{
        padding-top: min(45%, 49rem);
    }
    .mvContainer__logo{
        width: 50vw;
        margin-bottom: 7em;
    }
    .mv__parallax .simpleParallax.simple-parallax-initialized{
        height: 43vh;
    }
    .mv__parallax img{
        height: 100%;
    }
    .mv__parallax--gra{
        background: linear-gradient(90deg, rgba(0, 70, 140, 0) 10%, rgba(0, 70, 140, 0.9486388305322129) 82%);
    }
}
@media screen and (max-width: 480px) {
    .mvContainer {
        padding-top: min(50%, 54rem);
    }
    .mvContainer__logo{
        width: 70vw;
    }
    .mv__parallax--text {
        bottom: auto;
        top: 47%;
        transform: translateY(-50%);
        min-width: 170px;
        width:63vw;
    }

}





/* ーーーーーーーーーーーーーーー
about
ーーーーーーーーーーーーーーー */
.about__border{
    border-top: solid 1px #cccccc;
}


/* ーーーーーーーーーーーーーーー
promise
ーーーーーーーーーーーーーーー */
.promise__unit--heading {
    margin-bottom: 2.2rem;
    height: 3.8rem;
}

.promise__inner{
    border-right: solid 1px #cccccc;
    border-left: solid 1px #cccccc;
}

.promise__area{
    border-top: solid 1px #cccccc;
}

.section__unit01{
    border-right: solid 1px #cccccc;
}

.section__unit02 {
    border-right: solid 1px #cccccc;
}


.promise__border {
    border-top: solid 1px #cccccc;
}

.push-promise {
    display: none;
}


@media screen and (max-width: 1200px){
.promise__unit--heading {
    height: 7.6rem;
}
}

@media screen and (max-width: 1024px) {

    .push-promise,
    .push-promise02 {
        display: inline-block;
    }

    .promise__title {
        line-height: 1.2;
    }
}

@media screen and (max-width: 768px) {
    .promise__unit--heading {
        margin-bottom: 0.5rem;
        height: auto;
    }

    .section__unit01 {
        border-bottom: solid 1px #cccccc;
    }

    .section__unit02 {
        border-bottom: solid 1px #cccccc;
    }


    .section__unit {
        padding: 6% 5vw 8%;
    }
}

@media screen and (max-width: 480px) {
 

    .promise__inner {
        padding: 10% 0 0;
    }
}


/* ーーーーーーーーーーーーーーー
team
ーーーーーーーーーーーーーーー */
.team__unit {
    padding: 2.8% 3.182% 7.5%;
}

.team__unit--heading {
    margin-bottom: 1rem;
    font-size: 2.6rem;
}

.team__position {
    margin-bottom: 4.6rem;
}

.team__position--text {
    text-align: left;
    line-height: 1.5;
    height: 47.594px;
}



.team__inner {
    border-left: solid 1px #cccccc;
    border-right: solid 1px #cccccc;
}


.team__area {
    border-top: solid 1px #cccccc;
}

.team__unit01,
.team__unit02 {
    border-right: solid 1px #cccccc;
}

.team__border{
    border-top: solid 1px #cccccc;
}

@media screen and (max-width: 768px) {

    .team__unit01,
    .team__unit02 {
        border-bottom: solid 1px #cccccc;
    }

    .team__unit--heading {
        margin-bottom: 0rem;
        font-size: 2.6rem;
    }

    .br-none {
        display: none;
    }

    .team__position {
        margin-bottom: 3rem;
    }

    .team__unit {
        padding: 6% 5vw 10%;
    }
}


@media screen and (max-width: 767px){
.team__position--text {
    height: auto;
}
}

@media screen and (max-width: 480px) {
    .team__unit--heading {
        font-size: 2rem;
    }

    .team__unit--heading {
        font-size: 2rem;
    }

    .team__position--text {
        font-size: 1.2rem;
    }

    .team__position {
        margin-bottom: 2rem;
    }

}


/* ーーーーーーーーーーーーーーー
company
ーーーーーーーーーーーーーーー */

.companyBox {
    padding: 6% 0 6.5%;
    border-collapse: separate;
    width: 100%;
}

.companyBox__heading {
    font-weight: 400;
    width: 20%;
    padding-left: 6rem;
    line-height: 1.5;
}

.companyBox__info {
    padding: 0 0 3rem 5rem;
    line-height: 1.5;
}

.bottom-mone {
    padding: 0 0 0 5rem;
}

.companyBox__item {
    list-style: inside;
}


.company__inner{
    border-left: solid 1px #cccccc;
    border-right: solid 1px #cccccc;
}


.companyBox{
    border-top: solid 1px #cccccc;
    position: relative;
}

.companyBox::before {
    content: "";
    position: absolute;
    top: 0;
    left: 19%;
    height: 100%;
    border-left: solid 1px #cccccc;
}


@media screen and (max-width: 1200px) {
    .companyBox__heading {
        padding-left: 3rem;
    }

    .companyBox__info {
        padding: 0 0 3.5rem 3rem;
    }
}



@media screen and (max-width: 768px) {
    .companyBox__info {
        padding: 0 0 3.5rem 0.5rem;
    }


    .companyBox__heading {
        width: 20%;
    }

    .companyBox.is-active::after {
        left: 20%;
    }

}

@media screen and (max-width: 660px) {
    .companyBox__heading {
        padding-left: 0.5rem;
    }

}

@media screen and (max-width: 480px) {
    .company__unit {
        display: flex;
        flex-direction: column;
        padding:1.5rem 5% 1rem; 
    }

    .company__unit:first-child {
        padding:3.5rem 5vw 1.5rem; 
    }

    .company__unit:last-child {
        padding:1.5rem 5% 3.5rem; 
    }


    .companyBox__heading {
        width: 100%;
    }
    
    .companyBox.is-active::after {
        display: none;
    }

    .companyBox {
        padding:0;
        border-collapse: collapse;
    }
    .companyBox__heading {
        padding-left: 0;
        margin-bottom: 0.3em;
    }

    .companyBox__info {
        padding: 0 ;
    }

    .companyBox::before {
        height: 0;
    }
}


/* ーーーーーーーーーーーーーーー
footer
ーーーーーーーーーーーーーーー */
.footer {
    height: 13.438vw;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 15rem;
}

.footer__list {
    display: flex;
    justify-content: space-between;
    align-items: end;
    width: 68.75%;
    margin: 0 auto;
}

.footer__logo {
    max-width: 300px;
    min-width: 150px;
    width: 14.43vw;
    margin-left: 50%;
    transform: translateX(-50%);
}

.companyBox__info--link {
    transition: .3s;
}

.companyBox__info--link:hover {
    opacity: 0.8;
}

.Copyright {
    font-size: 1.2rem;
}

.footer{
    border-top: solid 1px #cccccc;
}

@media screen and (max-width: 1200px) {
    .footer__list {
        width: 90%;
    }
}

@media screen and (max-width: 1024px) {
    .footer__list {
        width: 98%;
    }

    .Copyright {
        font-size: 1rem;
    }
}

@media screen and (max-width: 768px) {
    .footer__list {
        width: 100%;
        display: block;
        text-align: center;
    }

    .footer__logo {
        min-width: 200px;
    }

}

@media screen and (max-width: 768px) {
    .footer {
        min-height: 10rem;
    }

    .footer__logo {
        min-width: 100px;
    }
}


@media screen and (max-width: 480px) {
    .footer {
        min-height: 11rem;
    }
    
    .footer__list {
        margin-bottom: 1rem;
    }
}


/* 
.section__unit--text {
    flex-grow: 1;
} */