@charset "utf-8";

@media screen and (max-width:599px) {
    main {
        /* margin-top: calc(100vh - 300px); */
        margin-top: 80px;
    }
}

/*-------------------------------
	sec01
-------------------------------*/
.sec01 {
    padding-top: 280px;
    padding-bottom: 350px;
}

@media screen and (max-width:599px) {
    .sec01 {
        padding-top: 40px;
        padding-bottom: 200px;
    }

    .sec01 .text {
        margin-bottom: 40px;
    }
}

/*-------------------------------
	sec02
-------------------------------*/
.sec02 {
    padding-top: 450px;
    padding-bottom: 350px;
    background-color: #fff;
    position: relative;
}

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

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

.sec02 .btnBlock {
    display: flex;
    justify-content: flex-end;
}

@media screen and (max-width:820px) {
    .sec02 {
        padding-top: 265px;
        padding-bottom: 265px;
    }

    .sec02::before {
        width: 410px;
        left: initial;
        right: 0;
    }

    .sec02 .btnBlock {
        margin-top: 40px;
    }

}

@media screen and (max-width:599px) {
    .sec02 {
        padding-top: 300px;
        padding-bottom: 265px;
    }

    .sec02::before {
        width: calc(100% - 20px);
        left: initial;
        right: 10px;
    }

    .sec02 .text {
        margin-bottom: 40px;
    }

    .sec02 .btnBlock {
        margin-top: 40px;
    }

}

/*-------------------------------
	sec03
-------------------------------*/
.sec03 {
    padding-top: 450px;
    padding-bottom: 82px;
    position: relative;
}

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


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

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

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

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

.sec03 .btnBlock .btn__link {
    width: 265px;
}

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

    .sec03::before {
        width: 410px;
        left: initial;
        right: 0;
    }

    .sec03 .basewidth::before {
        width: 220px;
        top: calc(-265px - 90px);
        left: 40px;
    }

    .sec03 .textBlock-inner {
        width: 50%;
    }

    .sec03 .textBlock-inner .text,
    .sec03 .textBlock-inner .text-en {
        max-width: calc(100% - 26px);
    }

}

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

    .sec03::before {
        width: calc(100% - 20px);
        left: initial;
        right: 10px;
    }

    .sec03 .basewidth::before {
        width: 50%;
        top: -140px;
        left: initial;
        right: 0;
    }

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

    .sec03 .textBlock-inner .text,
    .sec03 .textBlock-inner .text-en {
        margin-bottom: 40px;
        max-width: 100%;
    }

    .sec03 .btnBlock .btn__link {
        width: 100%;
    }
}

/*-------------------------------
	sec04
-------------------------------*/
.sec04 {
    padding-top: 185px;
    padding-bottom: 385px;
    background-color: #fff;
    position: relative;
    overflow-x: hidden;
}

.sec04 .slickBlock {
    margin-left: 80px;
    margin-right: calc(50% - 50vw);
    height: 475px;

}

.sec04 .slickBlock img {
    width: 100%;
    /* height: 475px; */
    height: 640px;
    object-fit: contain;
}

.sec04 .slickBlock .slidetext {
    margin-top: 32px;
    margin-left: 32px;
    display: flex;
}

.sec04 .slickBlock .slidetext span {
    padding-right: 40px;
    font-size: 1.2rem;
    letter-spacing: 0.05rem;
    display: inline-block;
}

.sec04 .slickBlock .slidetext span::after {
    content: "|";
    margin-left: 40px;
}

.sec04 .slickBlock .slidetext:last-of-type {
    padding-left: 0;
}

.sec04 .slickBlock .slidetext:last-of-type span:last-of-type:after {
    content: none;
    margin-left: 0;
}

.sec04 .slick-dots {
    position: absolute;
    top: -80px;
    right: 80px;
    bottom: inherit;
    display: block;
    width: initial !important;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
}

.sec04 .slick-dots li.slick-active button:before {
    font-size: 10px;
    opacity: .75;
}

@media screen and (max-width:820px) {
    .sec04 .slickBlock {
        margin-left: 0;
    }

}

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

    .sec04 .slickBlock {
        padding-left: 0;
        margin-left: 0;
        height: auto;
    }

    .sec04 .slickBlock .slidetext {
        margin-top: 10px;
        margin-left: 0;
        flex-direction: column;
    }

    .sec04 .slickBlock .slidetext span {
        margin-bottom: 10px;
    }

    .sec04 .slickBlock .slidetext span:after {
        content: none;

    }

    .sec04 .slickBlock img {
        object-fit: cover;
        width: 100%;
        height: 280px;
    }
}

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

.sec05::before {
    content: "";
    background: url(../img/index/sec05.jpg)no-repeat center;
    background-size: contain;
    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;
    background-size: contain;
    width: 311px;
    aspect-ratio: 623 / 576;
    position: absolute;
    top: calc(-450px - 90px);
    left: 0;
}

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

.sec05 .btnBlock .btn__link {
    width: 265px;
}

@media screen and (max-width:820px) {
    .sec05 {
        padding-top: 265px;
    }

    .sec05::before {
        width: 410px;
        left: initial;
        right: 0;
    }

    .sec05 .basewidth::before {
        width: 220px;
        top: calc(-265px - 90px);
        left: 40px;
    }

    .sec05 .textBlock-inner {
        width: 50%;
    }

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



}

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

    .sec05::before {
        width: calc(100% - 20px);
        left: initial;
        right: 10px;
    }

    .sec05 .basewidth::before {
        width: 50%;
        top: -140px;
        left: initial;
        right: 0;
    }

    .sec05 .sec__h3title {
        margin-bottom: 20px;
    }

    .sec05 .textBlock {
        width: 100%;
    }

    .sec05 .textBlock .text,
    .sec05 .textBlock .text-en {
        margin-bottom: 40px;
        max-width: 100%;
    }

    .sec05 .btnBlock .btn__link {
        width: 100%;
    }
}

/*-------------------------------
	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;
}

@media screen and (max-width:599px) {
    .sec06 .sec__title {
        margin-bottom: 80px;
    }

    .sec06 .news__item {
        padding-right: 0;
        flex-direction: column;
    }

    .sec06 .news__item .head {
        margin-bottom: 20px;
    }

    .sec06 .news__item .desc {
        text-align: justify;
    }
}

/*-------------------------------
	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:nth-child(3n) {
    margin-right: 0;
}



.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.4rem;
    line-height: 1.85;
    letter-spacing: 0.025rem;
    color: #fff;
    text-align: justify;
}

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


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

@media screen and (max-width:820px) {
    .sec07 .data__list {
        justify-content: center;
    }

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

    .sec07 .data__item .text {
        max-width: 100%;
    }
}

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

    .sec07 .sec__h3title {
        margin-bottom: 80px;
    }

    .sec07 .data__item {
        margin-right: 0;
    }

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