@charset "utf-8";


/*-------------------------------
	sec01
-------------------------------*/
.sec01 {
    padding-top: 140px;
    padding-bottom: 70px;
}

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

    .sec01 .textBlock .cnt {
        width: 50%;
    }

    .sec01 .textBlock .text,
    .sec01 .textBlock .text-en {
        max-width: calc(100% - 52px);
    }
}

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

    .sec01 {
        padding-top: 80px;
        padding-bottom: 70px;
    }

    .sec01 .textBlock .cnt {
        width: 100%;
    }

    .sec01 .textBlock .text,
    .sec01 .textBlock .text-en {
        max-width: 100%;
    }
}

/*-------------------------------
	sec02
-------------------------------*/
.sec02 {
    padding-top: 70px;
    padding-bottom: 180px;
    position: relative;
    overflow-x: hidden;
}

.sec02 .pesonalBlock {
    padding-bottom: 77px;
    height: 1320px;
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
    position: relative;
}

.sec02 .pesonalBlock::before {
    content: "";
    background: url(../img/philosophy/sec02.jpg)no-repeat center;
    background-size: contain;
    width: 1024px;
    aspect-ratio: 1108 / 1477;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}

.sec02 .pesonalBlock .cnt {
    padding: 36px 28px;
    width: 348px;
    background-color: rgba(255, 255, 255, .6);
}

.sec02 .pesonalBlock .cnt.--left {
    margin-right: 60px;
}

.sec02 .pesonalBlock .cnt .text {
    margin-right: 0;

}

.sec02 .pesonalBlock .personal-name {
    padding-top: 36px;
    padding-bottom: 28px;
    margin-bottom: 20px;
    display: flex;
    align-items: flex-end;
    border-bottom: 1px solid #9B9999;
}

.sec02 .pesonalBlock .name {
    font-size: 1.5rem;
    letter-spacing: 0.1rem;
    line-height: 1;
    position: relative;
}

.sec02 .pesonalBlock .name::before {
    content: attr(data-name-en);
    font-size: 2rem;
    font-weight: 600;
    letter-spacing: 0.2rem;
    line-height: 1;
    white-space: nowrap;
    position: absolute;
    top: -32px;

}

.sec02 .pesonalBlock .position {
    margin-left: 20px;
    font-size: 0.9rem;
    letter-spacing: 0.2rem;
    line-height: 1;
}

.sec02 .pesonalBlock .personal-overview .goal {
    margin-bottom: 32px;
    font-size: 1.7rem;
    letter-spacing: 0;
}

.sec02 .pesonalBlock .personal-overview .text {
    margin-bottom: 32px;
    text-align: justify;
}

.sec02 .pesonalBlock .personal-overview .text:last-of-type {
    margin-bottom: 0;
}

.sec02 .pesonalBlock .cnt.--right {
    padding-bottom: 86px;
}


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

    .sec02 .pesonalBlock::before {
        left: -200px;
    }

    .sec02 .pesonalBlock .cnt.--left {
        margin-right: 20px;
    }

    .sec02 .pesonalBlock .cnt.--right {
        padding-bottom: 134px;
    }
}

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

    .sec02 {
        padding-bottom: 40px;
    }

    .sec02 .pesonalBlock {
        margin-top: 400px;
        padding-bottom: 0;
        position: static;
        height: auto;
        flex-direction: column;
    }

    .sec02 .pesonalBlock::before {
        width: 100%;
        top: 180px;
        left: 0;
    }

    .sec02 .pesonalBlock .cnt {
        margin-right: 0;
        margin-bottom: 40px;
        width: 100%;
        background-color: rgba(255, 255, 255, .8);
    }

    .sec02 .pesonalBlock .cnt.--left {
        margin-right: 0;
    }

    .sec02 .pesonalBlock .cnt.--right {
        padding-bottom: 36px;
        margin-right: 0;
    }
}


/*-------------------------------
	sec03
-------------------------------*/
.sec03 {
    padding-top: 140px;
    padding-bottom: 100px;
    background-color: #fff;
    position: relative;
    overflow-x: hidden;
}


.sec03 .textBlock {
    margin-top: 68px;
    display: flex;
    flex-direction: column;
    align-items: flex-end;

}

.sec03 .textBlock .cnt {
    display: flex;
    align-items: flex-start;
}

.sec03 .textBlock .cnt img {
    margin-right: 20px;
    width: 170px;
    aspect-ratio: 171 / 214;
    object-fit: contain;
}

.sec03 .textBlock .cnt {
    display: flex;
}

.sec03 .textBlock .cnt .text,
.sec03 .textBlock .cnt .text-en {
    margin-right: 0;
    max-width: 680px;
}

.sec03 .textBlock .textBlock-inner {
    padding-bottom: 77px;
    margin-bottom: 77px;
    position: relative;
}

.sec03 .textBlock .cnt:last-of-type .textBlock-inner:last-of-type {
    margin-bottom: 0;
}

.sec03 .textBlock .textBlock-inner::before {
    content: "";
    width: 100vw;
    height: 1px;
    background: #9B9999;
    position: absolute;
    bottom: 0;
    left: 0;
}

.sec03 .textBlock .textBlock-inner .textBlockTitle {
    margin-bottom: 4px;
    font-size: 1.5rem;
    letter-spacing: 0.1rem;
    display: block;
}

.sec03 .textBlock .textBlock-inner .h3title {
    margin-bottom: 46px;
    font-size: 2rem;
    font-weight: 400;
    letter-spacing: 0.2rem;
}

.sec03 .textBlock .textBlock-inner p:first-of-type {
    margin-bottom: 88px;
}

@media screen and (max-width:599px) {
    .sec03 {
        padding-top: 80px;
    }

    .sec03 .textBlock .cnt {
        flex-direction: column;
    }

    .sec03 .textBlock .cnt img {
        margin-right: auto;
        margin-left: auto;
        margin-bottom: 40px;
        width: 120px;
    }

    .sec03 .textBlock .textBlock-inner::before {
        width: 100%;
    }

    .sec03 .textBlock .cnt .text,
    .sec03 .textBlock .cnt .text-en {
        margin-right: 0;
        max-width: 100%;
    }

    .sec03 .textBlock .textBlock-inner p:first-of-type {
        margin-bottom: 40px;
    }

}

/*-------------------------------
	sec04
-------------------------------*/
.sec04 {
    padding-top: 185px;
    padding-bottom: 100px;
    position: relative;
}

.sec04 .sec__title {
    margin-bottom: 150px;
}

.sec04 .overviewBlock {
    margin-left: 100px;
    display: flex;
    flex-direction: column;
}

.sec04 .overviewBlock .overview__item {
    padding-top: 40px;
    margin-bottom: 30px;
    display: flex;
    border-top: 1px solid #9B9999;
}

.sec04 .overviewBlock .overview__item:last-of-type {
    margin-bottom: 80px;
    padding-bottom: 40px;
    border-bottom: 1px solid #9B9999;
}

.sec04 .overviewBlock .overview__item .title {
    padding-left: 20px;
    width: 220px;
    font-size: 1.5rem;
    letter-spacing: 0.2rem;
}

.sec04 .overviewBlock .overview__item .data {
    font-size: 1.5rem;
    letter-spacing: 0.2rem;
    line-height: 2;
}

.sec04 .overviewBlock .overview__item .address {
    display: flex;
    flex-wrap: wrap;
}

.sec04 .overviewBlock .overview__item .address .place-name {
    margin-left: -10px;
    font-feature-settings: "palt";
}


.sec04 .overviewBlock .overview__item .address:last-of-type {
    margin-top: 10px;
}

.sec04 .overviewBlock .overview__item .address .postalcode {
    margin-right: 10px;
}

.sec04 .overviewBlock .overview__item .address .place {
    display: flex;
}


.sec04 .overviewBlock .googlemap {
    width: 100%;
    height: 455px;
    padding-bottom: 80px;
    border-bottom: 1px solid #9B9999;
}

@media screen and (max-width:1023px) {
    .sec04 .overviewBlock .overview__item .address {
        flex-direction: column;
    }

    .sec04 .overviewBlock .overview__item .address span {
        display: block;
        line-height: 1.666;
    }
    .sec04 .overviewBlock .overview__item .address:last-of-type {
        margin-top: 20px;
    }


}

@media screen and (max-width:599px) {
    .sec04 {
        padding-top: 80px;
    }

    .sec04 .sec__title {
        margin-bottom: 80px;
    }

    .sec04 .overviewBlock {
        margin-left: 0;

    }

    .sec04 .overviewBlock .overview__item {
        flex-direction: column;
    }

    .sec04 .overviewBlock .overview__item .title {
        padding-left: 0;
        margin-bottom: 20px;
        width: 100%;
    }
}

/*-------------------------------
	sec05
-------------------------------*/
.sec05 {
    padding-top: 450px;
    padding-bottom: 140px;
    position: relative;
}

.sec05::before {
    content: "";
    background: url(../img/index/sec05.jpg)no-repeat center;
    width: 610px;
    aspect-ratio: 610 / 563;
    position: absolute;
    top: -90px;
    left: calc(50% - 100px);
}


.sec05 .basewidth {
    position: relative;
    z-index: 1;
}

.sec05 .basewidth::before {
    content: "";
    background: url(../img/index/sec05-2.jpg)no-repeat center;
    width: 311px;
    aspect-ratio: 623 / 576;
    position: absolute;
    top: calc(-450px - 90px);
    left: 0;
}

.sec05 .textBlock {
    margin-top: 68px;
}

/*-------------------------------
	sec06
-------------------------------*/
.sec06 {
    padding-top: 185px;
    padding-bottom: 220px;
    position: relative;
    background-color: #fff;
}

.sec06 .sec__title {
    margin-bottom: 146px;
    font-size: 2.2rem;
    font-weight: 900;
    letter-spacing: 0.1rem;
    text-align: center;
    position: relative;
}

.sec06 .sec__title::before {
    content: "";
    position: absolute;
    top: -185px;
    left: 0;
    right: 0;
    width: 1px;
    height: 150px;
    margin: auto;
    background-color: #000;
}

.sec06 .news__item {
    margin-bottom: 50px;
    padding-bottom: 50px;
    padding-right: 36px;
    border-bottom: 1px solid #000;
    display: flex;
    align-items: flex-start;
}

.sec06 .news__item:last-of-type {
    margin-bottom: 0;
}

.sec06 .news__item .head {
    min-width: 280px;
    display: flex;
    align-items: flex-start;
}

.sec06 .news__item .head .date {
    margin-right: 32px;
}

.sec06 .news__item .head .category {
    padding: 2px 12px;
    border-radius: 4px;
    border: 1px solid #000;
}

/*-------------------------------
	sec07
-------------------------------*/
.sec07 {
    padding-top: 185px;
    padding-bottom: 170px;
    position: relative;
}

.sec07 .sec__title {
    margin-bottom: 52px;
    font-size: 2.2rem;
    font-weight: 900;
    letter-spacing: 0.1rem;
    text-align: center;
    position: relative;
}

.sec07 .sec__title::before {
    content: "";
    position: absolute;
    top: -185px;
    left: 0;
    right: 0;
    width: 1px;
    height: 150px;
    margin: auto;
    background-color: #000;
}

.sec07 .sec__h3title {
    margin-bottom: 146px;
    font-size: 2rem;
    font-weight: 400;
    letter-spacing: 0.1rem;
    text-align: center;
    position: relative;
}

.sec07 .data__list {
    display: flex;
    flex-wrap: wrap;
    padding-left: 0;
}

.sec07 .data__item {
    padding: 30px 20px;
    margin-right: 30px;
    margin-bottom: 30px;
    width: 264px;
    height: 264px;
    background-color: #fff;
    border: 1px solid #D22917;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-end;
}

.sec07 .data__item .numerical_data {
    width: 100%;
    font-size: 1.8rem;
    font-weight: 900;
    line-height: 1;
    color: #D22917;
    text-align: center;
    position: absolute;
    top: 12px;
    left: 50%;
    transform: translateX(-50%);
}

.sec07 .data__item .numerical_data .emphasis {
    font-size: 8rem;
    line-height: 1;
}

.sec07 .data__item .data-icon {
    width: 208px;
    position: absolute;
    bottom: 20px;
}

.sec07 .data__item .data-icon img {
    width: 100%;
    aspect-ratio: 13 / 8;
}

.sec07 .data__item .data-title {
    margin-bottom: 20px;
    font-size: 1.8rem;
    line-height: 1.666;
    letter-spacing: 0.45rem;
    text-align: center;
    color: #fff;
}

.sec07 .data__item .data-desc {
    min-height: 6rem;
    font-size: 1.2rem;
    line-height: 1.85;
    letter-spacing: 0.025rem;
    color: #fff;
}

.sec07 .data__item.--07 .data-desc {
    font-size: 1rem;
    line-height: 1.85;
    letter-spacing: 0.025rem;
}

.sec07 .data__item:nth-child(3n) {
    margin-right: 0;
}

.sec07 .data__item.--index {
    padding: 30px;
    background-color: #D22917;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-end;
}

.sec07 .data__item.--link {
    padding: 0;
    background-color: #D22917;
}

.sec07 .data__item.--link .btn__link {
    padding: 30px 20px;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-end;
    position: relative;
}

.sec07 .data__item.--index img {
    margin-bottom: 18px;
    width: 44px;
    height: 44px;
}

.sec07 .data__item.--link img {
    width: 44px;
    height: 44px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.sec07 .data__item.--index .text {
    margin-left: auto;
    margin-right: auto;
    width: 100px;
    font-size: 1.2rem;
    line-height: 1.666;
    color: #fff;
    text-align: justify;
}

.sec07 .data__item.--link .text {
    margin-left: auto;
    margin-right: auto;
    font-size: 1.2rem;
    line-height: 1.666;
    letter-spacing: 0.5rem;
    color: #fff;
    text-align: center;
}


.sec07 .data__item:hover {
    background-color: #CB2B22;
    transition: all .5s;
}

.sec07 .data__item.--link:hover {
    opacity: 0.85;
    transition: all .3s;
}

.sec07 .data__item:hover .data-icon {
    display: none;
    opacity: 0;
    transition: all .5s;
}

.sec07 .data__item:hover .data-hover {
    display: block;
    transition: all 5s;
}

.sec07 .data__item:hover .numerical_data {
    color: #fff;
    opacity: 0.35;
    transition: all .5s;
}