@charset "UTF-8";
/* CSS Document */


/* contents-top */

.contents-top {
    width: 100%;
}

.contents-top img {
    width: 100%;
    height: auto;
}

.contents-top p {
    font-weight: var(--base-weight0);
    line-height: 2.5;
    letter-spacing: 0.1em;
}

.contents-top-wrap {
    width: 100%;
    padding-top: 25px;
    padding-bottom: 70px;
}

/* main-img-top */

.main-img-top {
    width: 100%;
    position: relative;
}

/* box-img */

.main-img-top .box-img {
    width: 100%;
}

.main-img-top .box-img img {
    width: 100%;
    height: 100vh;
}

.main-img-top .box-text {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 49%;
    height: 85%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

.main-img-top h2 {
    width: 40%;
}


/* contents01 */

.contents01 {
    width: 100%;
    padding-bottom: 20px;
}

.contents01 .box-img {
    width: 100%;
    position: relative;
    top: -15px;
    display: flex;
    justify-content: space-between
}

.contents01 .box-img .box:nth-child(1) {
    width: 25%;
}

.contents01 .box-img .box:nth-child(2) {
    padding-top: 10.5%;
    width: 39%;
}

.contents01 .box-img .box:nth-child(3) {
    padding-top: 20.12%;
    width: 36%;
}




/* layout01 */

.layout01 {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    gap: 0px 5%;
}

.layout01 .box-title {
    width: 50%;
    display: flex;
    justify-content: flex-end;
    flex-wrap: wrap;
}

.layout01 .box-detail {
    padding-top: 10vw;
}

@media screen and (max-width: 1400px) {
    .layout01 .box-detail {
        padding-top: 130px;
    }
}

.layout01 h2 {
    width: 80%;
    max-width: 730px;
}

.layout01 h3 {
    font-weight: var(--base-weight0);
    font-size: 28px;
    line-height: 1.2;
    letter-spacing: 0.1em;
    margin-bottom: 40px;
}

/* layout02 */

.layout02,
.layout03,
.layout04 {
    position: relative;
    width: 100%;
    display: flex;
    justify-content: flex-end;
    flex-wrap: wrap;
}

.layout02 {
    padding-top: 540px;
    margin-bottom: 180px;
}

.layout03 {
    margin-bottom: 200px;
}

.layout02 .box-detail,
.layout03 .box-detail,
.layout04 .box-detail {
    width: 100%;
    padding-left: 5%;
}

.layout02 .box-detail {
    position: absolute;
    left: 0%;
    top: 0px;
}

.layout02 .box-img {
    width: 50%;
}

.layout03 .box-img {
    width: 78%;
    position: relative;
    margin-top: -50px;
}

.layout04 .box-img {
    width: 90%;
    position: relative;
    margin-top: -100px;
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
    gap: 0px 10px;
}

.layout02 h2,
.layout03 h2,
.layout04 h2 {
    position: relative;
}

.layout02 h2 {
    width: 60%;
    max-width: 1020px;
}

.layout02 h2::before {
    content: "";
    position: absolute;
    right: 0px;
    top: 13vw;
    display: block;
    background-image: url("../../images/top/text02b.svg");
    background-position: right top;
    background-repeat: no-repeat;
    background-size: auto 100%;
    width: 400px;
    height: 180px;
    margin-right: -220px;
}

@media screen and (max-width: 1400px) {
    .layout02 h2::before {
        top: 180px;
    }
}

@media screen and (min-width: 1800px) {
    .layout02 h2::before {
        top: 240px;
    }
}

.layout03 h2,
.layout04 h2 {
    width: 80%;
    max-width: 1380px;
}

.layout03 h2::before {
    content: "";
    position: absolute;
    left: 13vw;
    top: 0px;
    display: block;
    background-image: url("../../images/top/text03b.svg");
    background-position: left top;
    background-repeat: no-repeat;
    background-size: auto 100%;
    width: 640px;
    height: 235px;
    margin-top: -80px;
}

@media screen and (max-width: 1400px) {
    .layout03 h2::before {
        left: 180px;
    }
}

@media screen and (min-width: 1800px) {
    .layout03 h2::before {
        left: 350px;
    }
}

.layout04 h2::before {
    content: "";
    position: absolute;
    right: 0px;
    bottom: 0px;
    display: block;
    background-image: url("../../images/top/text04b.svg");
    background-position: right bottom;
    background-repeat: no-repeat;
    background-size: auto 100%;
    width: 780px;
    height: 480px;
    margin-bottom: -80px;
    margin-right: -13vw;
}

@media screen and (max-width: 1400px) {
    .layout04 h2::before {
        margin-right: -180px;
    }
}

@media screen and (min-width: 1800px) {
    .layout04 h2::before {
        margin-right: -250px;
    }
}

.layout02 h3,
.layout03 h3,
.layout04 h3 {
    font-weight: var(--base-weight0);
    font-size: 35px;
    line-height: 1.4;
    letter-spacing: 0.1em;
    padding: 80px 0px 40px;
}

@media screen and (min-width: 1500px) {
    .layout02 h3 {
        padding-top: 110px;
    }
}

.layout04 h3 {
    padding-top: 150px;
}



/* layout05 */

.layout05 {
    padding-top: 150px;
}

.layout05 ul {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 0px 50px;
}

.layout05 ul li a {
    font-weight: var(--base-weight0);
    font-size: 20px;
    line-height: 1.2;
    letter-spacing: 0.3em;
    display: inline-block;
    width: 380px;
    padding: 15px 0px;
    text-align: center;
    border-style: solid;
    border-color: var(--color-base);
    border-width: 1px;
}

.layout05 ul li a:hover {
    color: #FFF;
    background-color: var(--color-base);
    opacity: 1;
}



.sp-view {
    display: none;
}
