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


/* contents-top */

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

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

.contents-top .box-img img {
    transition: .5s all;
}

.contents-top .box-img {
    overflow: hidden;
    position: relative;
}

.contents02 .box:hover img {
    transform: scale(1.2, 1.2);
    transition: .5s all;
}

.contents-top p {
    line-height: 2;
}


.contents-top-wrap {
    width: 100%;
    background-image: url("../../images/top/back01.png");
    background-position: center top;
    background-repeat: no-repeat;
    background-size: auto 2030px;
}


/* main-img-top */

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

.main-img-top .box-img {
    clip-path: url(#clip-frame);
}

.main-img-top .box-text {
    position: absolute;
    left: 0%;
    bottom: 10%;
    width: 100%;
    padding-left: 7%;
}

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

.main-img-top h3 {
    font-family: var(--title-font);
    font-weight: var(--base-weight2);
    color: var(--color-sub3);
    font-size: 45px;
    line-height: 1.4;
    letter-spacing: 0.1em;
    padding-top: 20px;
}

/* contents02 */

.contents02 {
    width: 100%;
    padding-bottom: 330px;
    background-image: url("../../images/top/icon04.svg");
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: auto 290px;
}

/* contents03 */

.contents03 {
    width: 100%;
    background-color: var(--color-back);
    position: relative;
    padding-top: 35px;
}

.contents03::before {
    content: "";
    position: absolute;
    left: 0px;
    top: 0px;
    display: block;
    background-image: url("../../images/common/access.svg");
    background-position: center top;
    background-repeat: no-repeat;
    background-size: auto 100%;
    width: 100%;
    height: 74px;
    margin-top: -35px;
}


/* layout01 */

.layout01 {
    display: flex;
    justify-content: flex-end;
    flex-wrap: wrap;
    gap: 0px 6%;
    padding: 100px 0px 120px;
}

.layout01 .box-detail {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

.layout01 .box-detail::before {
    content: "";
    position: absolute;
    right: 0px;
    bottom: 0px;
    display: block;
    background-image: url("../../images/top/icon01.svg");
    background-position: right bottom;
    background-repeat: no-repeat;
    background-size: auto 100%;
    width: 410px;
    height: 240px;
    margin-right: -8%;
    margin-bottom: -140px;
}

.layout01 .box-img {
    width: 50%;
    border-radius: 60px 0px 0px 60px;
    box-shadow: 10px 10px 10px rgba(80, 180, 124, 0.2);
    overflow: hidden;
}

.layout01 h2 {
    font-family: var(--title-font);
    font-weight: var(--base-weight2);
    color: var(--color-sub2);
    font-size: 110px;
    line-height: 1.2;
    letter-spacing: 0em;
    margin-bottom: 20px;
}

.layout01 p {
    line-height: 2.2;
}

/* layout02 */

.layout02 {
    padding-bottom: 8vw;
    display: flex;
    justify-content: flex-end;
    flex-wrap: wrap;
    align-items: flex-start;
    flex-direction: row-reverse;
    position: relative;
}

.layout02::before {
    content: "";
    position: absolute;
    left: 10%;
    bottom: 0px;
    display: block;
    background-image: url("../../images/top/icon03.svg");
    background-position: left bottom;
    background-repeat: no-repeat;
    background-size: auto 100%;
    width: 700px;
    height: 270px;
}

.layout02 .box-detail {
    flex: 1;
    text-align: center;
    background-image: url("../../images/top/icon02.svg");
    background-position: center top;
    background-repeat: no-repeat;
    background-size: auto 630px;
}

.layout02 .box-img {
    width: 52%;
    border-radius: 0px 60px 60px 0px;
    box-shadow: 10px 10px 10px rgba(80, 180, 124, 0.2);
    overflow: hidden;
    margin-top: 30px;
}

.layout02 h3 img {
    height: 630px;
    width: auto;
}

/* layout03 */

.layout03 .box {
    width: 100%;
    height: 880px;
    position: relative;
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 120px 120px 0px 0px;
    padding-top: 150px;
}

.layout03 .box::before {
    content: "";
    position: absolute;
    left: 0px;
    bottom: 0px;
    display: block;
    width: 100%;
    height: 30%;
    background: -moz-linear-gradient(50% 100% 90deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
    background: -webkit-linear-gradient(90deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
    background: -webkit-gradient(linear, 50% 100%, 50% 0%, color-stop(0, rgba(255, 255, 255, 1)), color-stop(1, rgba(255, 255, 255, 0)));
    background: -o-linear-gradient(90deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
    background: -ms-linear-gradient(90deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFF', endColorstr='#FFFFFF' ,GradientType=0)";
    background: linear-gradient(0deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);

}

.layout03 .box:not(:last-child) {
    margin-bottom: 100px;
}

.layout03 .service01 {
    background-image: url("../../images/top/back02.jpg");
}

.layout03 .service02 {
    background-image: url("../../images/top/back03.jpg");
}

.layout03 .service02 .box-inner {
    display: flex;
    justify-content: flex-end;
    flex-wrap: wrap;
}

.layout03 h2,
.layout03 h3,
.layout03 h4 {
    font-family: var(--title-font);
    font-weight: var(--base-weight2);
    line-height: 1.2;
    letter-spacing: 0.3em;
}

.layout03 .service02 h2,
.layout03 .service02 h3,
.layout03 .service02 h4 {
    letter-spacing: 0.15em;
}

.layout03 h2 {
    color: var(--color-main);
    font-size: 45px;
    margin-bottom: 15px;
}

.layout03 h3,
.layout03 h4 {
    color: var(--color-sub);
    font-size: 85px;
}

.layout03 .service01 h3::after {
    content: "KAIUN";
}

.layout03 h4,
.layout03 h3::after {
    font-size: 50px;
    letter-spacing: 0.05em;
}

.layout03 h6 a {
    display: inline-block;
    padding: 18px 20px;
    border-radius: 60px;
    background-color: var(--color-sub2);
    font-weight: var(--base-weight2);
    color: #FFF;
    font-size: 18px;
    line-height: 1.2;
    letter-spacing: 0.1em;
    position: relative;
    min-width: 300px;
    text-align: center;
}

.layout03 h6 a:hover {
    background-color: var(--color-sub);
    opacity: 1;
}

.layout03 h6 a::before {
    content: "";
    position: absolute;
    right: 30px;
    top: 0px;
    display: block;
    background-image: url("../../images/common/link-arrow01.svg");
    background-position: right center;
    background-repeat: no-repeat;
    background-size: auto 26px;
    width: 26px;
    height: 100%;
    transition: .5s;
}

.layout03 h6 a:hover::before {
    right: 20px;
}

.layout03 p {
    font-size: 18px;
    line-height: 2.2;
    padding: 30px 0px 60px;
}

/* layout04 */

.layout04 iframe {
    width: 100%;
    height: 450px;
}


.sp-view {
    display: none;
}
