/*
Theme Name: test
Author: test
Author URI: https://wordpress.org/
Version: 1.0
*/
.p-top__sec--business {
    color: rgb(255, 255, 255);
    padding: 50px 0px 99px;
    background: url(img/bg_business.jpg) left top / cover no-repeat;
}
.p-top__sec {
    position: relative;
    line-height: 1.4;
    font-family: "Noto Serif JP", serif;
}

.p-top__sec--business .p-top__sec__vttitle {
    top: 68px;
    font-weight: 300;
}

.p-top__sec__vttitle {
    display: flex;
    position: absolute;
    align-items: center;
    width: 200px;
    transform: rotate(90deg) translate(20px, 15px);
    color: rgb(0, 153, 179);
    letter-spacing: 0.11em;
    pointer-events: none;
    user-select: none;
}

.p-top__sec__inner02 {
    position: relative;
    width: 100%;
    padding-left: 183px;
    overflow: hidden;
}

.p-top__sec--business .img {
    position: relative;
    overflow: hidden;
}

.p-top__sec--business .content {
    display: flex;
    position: absolute;
    top: 0px;
    flex-direction: column;
    height: 100%;
    padding: 19px 40px 40px;
}

.p-top__sec--business .ttl {
    position: relative;
    width: fit-content;
    letter-spacing: 0.075em;
    padding: 0px 0px 10px;
    font-size: 25px;
    font-weight: 700;
}

.p-top__sec--business .ttl::before {
    position: absolute;
    bottom: 0px;
    left: -40px;
    width: calc(100% + 40px);
    height: 1px;
    content: "";
    background: rgb(255, 255, 255);
}

.p-top__sec--business .p-top__sec__txt {
    margin-top: 27px;
    font-weight: 300;
    line-height: 2.1;
}

.p-top__sec__txt {
    font-size: 16px;
    letter-spacing: 0.1em;
    margin: 50px 0px 40px;
}

.p-top__sec--business .c-btn {
    margin-top: auto;
}

.c-btn {
    display: flex;
    position: relative;
    align-items: center;
    width: 150px;
    height: 50px;
    color: rgb(255, 255, 255);
    font-size: 1.2rem;
    font-family: "Noto Sans JP", sans-serif;
    letter-spacing: 0.05em;
    padding: 0px 0px 0px 20px;
    background: linear-gradient(90deg, rgb(51, 153, 204) 0%, rgb(0, 153, 179) 100%);
    text-decoration: none;
    transition: 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.c-btn::before {
    position: absolute;
    right: 0px;
    width: 20px;
    height: 1px;
    content: "";
    background: rgb(255, 255, 255);
    transition: 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.p-top__sec__vttitle {
    display: flex;
    position: absolute;
    align-items: center;
    width: 200px;
    transform: rotate(90deg) translate(20px, 15px);
    color: rgb(0, 0, 0);
    letter-spacing: 0.11em;
    pointer-events: none;
    user-select: none;
}

.p-top__sec__vttitle h2 {
    position: relative;
    font-style: normal;
    font-weight: 400;
    font-size: 4rem;
    font-family: "Playfair Display", serif;
    pointer-events: none;
    user-select: none;
}

.p-top__sec__vttitle h2::after {
    position: absolute;
    top: 50%;
    right: -34px;
    width: 20px;
    height: 1px;
    margin-top: 7px;
    transform: translateY(-50%);
    content: "";
    pointer-events: none;
    user-select: none;
    background: rgb(0, 153, 179);
}

.c-btn:hover span::before {
    transform: scaleX(1);
    transform-origin: left bottom;
}

@media only screen and (max-width: 767px) {
    .p-top__sec--business {
        padding: 25px 0 50px;
        background: url(img/bg_business_sp.jpg) no-repeat left top;
        background-size: cover;
    }
}

@media only screen and (max-width: 767px) {
    .p-top__sec--business .p-top__sec__vttitle {
        top: 78px;
    }
}

@media only screen and (max-width: 1024px) {
    .p-top__sec__vttitle {
        left: -59px;
    }
}

@media only screen and (max-width: 1024px) {
    .p-top__sec__vttitle h2 {
        font-size: 22px;
        letter-spacing: .03em;
    }
}

@media only screen and (max-width: 1024px) {
    .p-top__sec__vttitle h2:after {
        right: -22px;
        width: 15px;
        margin-top: 3px;
    }
}

@media only screen and (max-width: 1024px) {
    .p-top__sec__inner, .p-top__sec__inner02 {
        width: 100%;
        padding-right: 15px;
        padding-left: 60px;
    }
}

@media only screen and (max-width: 767px) {
    .p-top__sec--business .p-top__sec__inner02 {
        padding-right: 0;
    }
}

@media only screen and (max-width: 767px) {
    .p-top__sec--business .content {
        padding: 40px 20px 51px;
    }
}

@media only screen and (max-width: 767px) {
    .p-top__sec--business .ttl {
        font-size: 23px;
        letter-spacing: .1em;
    }
}

@media only screen and (max-width: 767px) {
    .p-top__sec--business .p-top__sec__txt {
        margin-top: 10px;
        line-height: 2;
        letter-spacing: .1em;
    }
}

.p-top__sec--business .img img {
    min-height: 460px;
    object-fit: cover;
}

@media only screen and (max-width: 767px) {
    .p-top__sec--business .content {
        padding: 40px 20px 51px;
        background-color: #76797cb3;
        color: #ffffff;
    }
}

@media only screen and (max-width: 767px) {
    .p-top__sec--business .p-top__sec__txt {
        margin-top: 10px;
        line-height: 2;
        letter-spacing: .1em;
    }

    .c-btn span {
        font-size: 16px;
    }
}

.c-btn:after {
    position: absolute;
    right: -20px;
    width: 20px;
    height: 1px;
    background: #0099B3;
    content: "";
    transition: all .5s cubic-bezier(.645, .045, .355, 1);
}

.c-btn span:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transform: scaleX(0);
    transform-origin: bottom right;
    background: rgba(255, 255, 255, .1);
    content: "";
    transition: transform .5s cubic-bezier(.645, .045, .355, 1);
}

@media only screen and (min-width: 2000px) {

    .p-top__sec--business .ttl {
        padding: 30px 0px 20px;
        font-size: 25px;
    }

    .p-top__sec__txt {
        font-size: 26px;
    }
}

.c-lowerMain__content {
    z-index: 1;
    position: absolute;
    top: 200px;
    color: #fff;
    width: 100%;
    text-align: center;
}

.c-lowerMain__ttl {
    width: -moz-fit-content;
    margin-top: 0;
    margin-bottom: 23px;
    margin-left: -1px;
    padding: 0 0 4px;
    font-weight: 600;
    font-size: 50px;
    font-family: serif;
    letter-spacing: .1em;
    width: 100%;
    color: #ffffff;
}

.c-lowerMain__sttl--about {
    margin-top: -8px;
    font-size: 2.8rem;
    letter-spacing: 10px;
    font-family: "Noto Serif JP", serif;
    font-weight: 700;
}

.p-business__ttl {
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto;
    padding: 24px 47px;
    background: #0099B3;
    color: #fff;
    font-size: 2.4rem;
    font-family: "Noto Serif JP", serif;
    letter-spacing: .1em;
}

.c-sec--business {
    margin-bottom: 45px;
}

.c-sec {
    position: relative;
    padding: 103px 0;
    overflow: hidden;
    font-size: 1.5rem;
}

.c-sec--business .c-sec__bgtitle {
    top: 397px;
}

.c-sec__bgtitle {
    position: absolute;
    top: 349px;
    left: 10px;
    width: 800px;
    transform: rotate(90deg) translateY(330px);
    color: #cce5e8;
    font-style: normal;
    font-size: 4rem;
    font-family: Playfair Display, serif;
    letter-spacing: .04em;
}

.c-sec__inner {
    max-width: 1032px;
    margin: 0 auto;
    padding: 0 15px;
}

.c-sec__innertxt {
    max-width: 750px;
    margin: 0 auto 65px;
    line-height: 2.13;
}

.c-sec__bgtitle span {
    position: relative;
    top: 9px;
    padding-right: 34px;
    font-size: 12rem;
    letter-spacing: 0;
}

.c-sec__ttl:before {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    width: 60px;
    height: 2px;
    margin: auto;
    background: #3399CC;
    content: "";
}

.c-sec__ttl {
    position: relative;
    margin-top: 0;
    margin-bottom: 43px;
    padding-bottom: 18px;
    color: #0099b3;
    font-weight: 500;
    font-size: 18px;
    font-family: "Noto Serif JP", serif;
    letter-spacing: .1em;
    text-align: center;
    line-height: 2;
}

.c-sec__ttl--business {
    margin-top: 36px;
}

.c-separate {
    -webkit-user-select: none;
    -moz-user-select: none;
    width: 100%;
    height: 400px;
    overflow: hidden;
    pointer-events: none;
    user-select: none
}

.c-separate img {
    -o-object-fit: cover;
    width: 100%;
    height: 100%;
    object-fit: cover
}

@media only screen and (max-width: 1024px) {
    .c-separate {
        height: 254px;
    }
}

@media only screen and (max-width: 767px) {
    .c-separate img {
        height: 454px;
    }
}
@media only screen and (max-width: 767px) {
    .c-sec--business {
        margin-bottom: 50px;
        padding-bottom: 0;
    }
}

@media only screen and (max-width: 767px) {
    .c-sec--business .c-sec__bgtitle {
        top: 2px;
        margin-bottom: 0;
        padding-bottom: 30px;
        font-size: 13px;
        color: #26747e;
    }

    .c-lowerMain__sttl--about {
        font-size: 4.8rem;
    }
	
	.__2nd,.__3rd {
		display: none;
	}
}

@media only screen and (max-width: 1024px) {
    .c-sec__bgtitle span {
        display: block;
        margin-bottom: -5px;
        padding: 0;
        font-size: 40px;
        clear: both;
        padding-bottom: 20px;
        letter-spacing: 5px;
        color: #26747e;
    }
}

@media only screen and (max-width: 1024px) {
    .c-sec__bgtitle {
        position: relative;
        top: 0;
        left: 0;
        width: 100%;
        margin-top: -72px;
        transform: rotate(0) translate(0);
        font-size: 1.3rem;
        text-align: center;
    }

    #notIndexMain {
        padding-top: 60px!important;
    }

    .p-business__ttl {
        font-size: 18px!important;
    }
}