@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: sticky;
    background-color: #fff;
    width: 100%;
    z-index: 10;
    top: 0;
    padding: min(2.688%, 1.8rem) 2.1905% min(2.688%, 1.8rem) 2%;
}

.header__inner {
    margin: min(2.688%, 1.8rem) 2.1905% min(2.688%, 1.8rem) 2%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.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,
.nav__list li a:hover {
    opacity: 0.8;
}

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

.nav__list li:not(:last-child) {
    margin-right: 3rem;
}

.nav__list li a {
    display: inline-block;
    width: 100%;
    height: 100%;
    cursor: pointer;
    transition: .3s;
}

.nav__link--gray {
    background-color: #e6e6e6;
    padding: 1.2rem 4rem;
    transition: .3s;
}

.nav__link--gray:hover {
    background-color: #f4f4f4;
}


.hamburger {
    display: none;
}

@media screen and (max-width: 767px) {
    .hamburger {
        display: block;
        position: relative;
        width: 30px;
        height: 20px;
        cursor: pointer;
    }

    .bar {
        position: absolute;
        width: 100%;
        height: 2px;
        background-color: #666666;
        transition: .4s;
    }

    .bar:nth-of-type(1) {
        top: 0;
    }

    .bar:nth-of-type(2) {
        top: 50%;
    }

    .bar:nth-of-type(3) {
        top: 100%;
    }

    .js-hamburger:nth-of-type(1) {
        top: 50%;
        transform: rotate(45deg);
    }

    .js-hamburger:nth-of-type(2) {
        opacity: 0;
    }

    .js-hamburger:nth-of-type(3) {
        top: 50%;
        transform: rotate(-45deg);
    }

    .nav {
        position: fixed;
        background-color: #fff;
        width: 100%;
        height: 100vh;
        top: 0;
        right: 100%;
        transition: .4s;
    }

    .nav__list {
        display: block;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        text-align: center;
        width: 100%;
    }

    .nav__list li:not(:last-child) {
        margin: 0 0 3rem 0;
    }

    .js-nav {
        right: 0;
    }

}

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

.mvContainer {
    padding-top: min(17.875%, 28rem);

}

.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;

}

.mvContainer--about .mv__parallax--img {
    object-fit: cover;
    min-height: 150px;
}

.mv__parallax--text {
    position: absolute;
    bottom: 20%;
    right: 3.625%;
    width: 32.3vw;
    height: auto;
}

.mv__parallax .top-news {
    margin-bottom: 0;
    background-color: #fff;
    position: absolute;
    bottom: -1px;
    left: 50%;
    transform: translatex(-50%);
    padding: 2rem 3rem;
    max-width: 893.6px;
    width: 100%;
    justify-content: center;
}

@media screen and (max-width: 1149px) {
    .mv__parallax--text {
        bottom: 30%;
    }

    .mv__parallax .top-news {
        width: 95%;
    }

}

@media screen and (max-width: 767px) {
    .mvContainer {
        padding-top: min(45%, 49rem);
    }

    .mvContainer__logo {
        width: 50vw;
        margin-bottom: 7em;
    }


    .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%);
    }

    .mv__parallax--text {
        bottom: 30%;
    }

}



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

    div .mv__title {
        width: 100%;
        text-align: center;
    }
}

@media screen and (max-width: 480px) {
    .mvContainer {
        padding-top: min(50%, 54rem);
    }

    .mvContainer__logo {
        width: 70vw;
    }

    .mv__parallax--text {
        bottom: auto;
        top: 35%;
        transform: translateY(-50%);
        min-width: 170px;
        width: 50vw;
    }

    div .mv__title {
        font-size: 9.5834vw;
    }


    .mv__parallax .top-news {
        padding: 1rem;
    }

}





/* ーーーーーーーーーーーーーーー
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,
.caseStudy__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;
} */


/* ーーーーーーーーーーーーーーー
パンくず
ーーーーーーーーーーーーーーー */
.current-item {
    color: #00468c;
}

.pan {
    margin-bottom: 8rem;
}

.pan .taxonomy {
    display: none;
}

/* ーーーーーーーーーーーーーーー
バナー
ーーーーーーーーーーーーーーー */
.banner {
    /* 	background-color:#f9f4eb; */
    padding: max(4.28%, 40px) 0;
}

.banner .section__inner {
    max-width: 1200px;
}

.banner__list {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    column-gap: max(4.28%, 35px);
    row-gap: 30px;
}


.banner__item {
    width: calc((100% - max(4.28%, 35px)) /2);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.03);
}

.banner__item--link {
    display: inline-block;
    width: 100%;
    height: 100%;
    transition: .4s;
}

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


@media screen and (max-width: 480px) {
    .banner__list {
        row-gap: 20px;
        flex-direction: column;
    }

    .banner__item {
        width: 100%;
    }
}