<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*=========  #sec1   =========*/
#sec1 {
    position: relative;
    padding: 24vw 0 20vw;
}
#sec1 h2 {
    font-size: 6vw;
    text-align: center;
    margin-bottom: 8vw;
    letter-spacing: 0.15em;
}
#sec1 .list {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    margin-bottom: 6vw;
}
#sec1 .list li {
    width: 40%;
    margin: 0 5% 5vw;
}
#sec1 .ttl {
    position: absolute;
    font-size: 20vw;
    left: 0;
    top: -9vw;
    text-align: center;
    color: rgba(255, 255, 255, 0.04);
    letter-spacing: 0.05em;
    word-break: keep-all;
}
#sec1 .photo {
    margin: 0 -10% 8vw;
}
#sec1 h3 {
    font-size: 4.5vw;
    text-align: center;
    margin-bottom: 6vw;
}
@media only screen and (min-width: 768px) {
    #sec1 {
        padding: 159px 0 145px;
    }
    #sec1 h2 {
        font-size: 40px;
        line-height: 60px;
        margin-bottom: 80px;
    }
    #sec1 .list {
        margin-bottom: 80px;
        justify-content: space-between;
    }
    #sec1 .list li {
        width: 288px;
        margin: 0;
    }
    #sec1 .ttl {
        font-size: 178px;
        top: -40px;
        letter-spacing: 23px;
    }
    #sec1 .photo {
        margin: 0 42px 37px;
    }
    #sec1 h3 {
        font-size: 30px;
        margin-bottom: 19px;
        line-height: 60px;
        letter-spacing: 3px;
    }
    #sec1 .txt {
        text-align: center;
    }
}


/*=========  #sec2   =========*/
#sec2 {
    position: relative;
    padding: 24vw 0 15vw;
}
#sec2 h2 {
    font-size: 8vw;
    text-align: center;
    margin-bottom: 8vw;
    letter-spacing: 0.05em;
    line-height: 1.4;
}
#sec2 h2 small {
    font-size: 5vw;
}
#sec2 .gr-box {
    flex-direction: column;
}
#sec2 .gr-box .box {
    margin-bottom: 5vw;
    border: 1px solid #75736e;
    padding: 8% 5%;
}
#sec2 .gr-box .box dl dt {
    font-size: 6vw;
    margin-bottom: 3vw;
    text-align: center;
}
#sec2 .ttl {
    position: absolute;
    font-size: 9vw;
    left: 0;
    top: 20vw;
    text-align: center;
    color: rgba(0, 0, 0, 0.08);
    letter-spacing: 0.05em;
    word-break: keep-all;
}
@media only screen and (min-width: 768px) {
    #sec2 {
        padding: 190px 0 140px;
    }
    #sec2 h2 {
        font-size: 60px;
        margin-bottom: 35px;
    }
    #sec2 h2 small {
        font-size: 40px;
    }
    #sec2 .gr-box {
        flex-direction: row;
        justify-content: space-between;
    }
    #sec2 .gr-box .box {
        margin-bottom: 20px;
        box-sizing: border-box;
        width: 318px;
        padding: 39px 30px 20px;
    }
    #sec2 .gr-box .box dl dt {
        font-size: 24px;
        margin-bottom: 21px;
    }
    #sec2 .ttl {
        font-size: 9vw;
        top: 130px;
    }
}


/*=========  #sec3   =========*/
#sec3 {
    position: relative;
    padding: 20vw 5% 0vw;
}
#sec3 .left {
    margin-bottom: 18vw;
}
#sec3 .left h2 {
    font-size: 6vw;
    margin-bottom: 8vw;
    line-height: 1.7;
    letter-spacing: 0.15em;
}
#sec3 .left .txt {
    margin-bottom: 5vw;
}
#sec3 .left h3 {
    text-align: right;
}
#sec3 .left h3 span {
    font-size: 5vw;
}
#sec3 .right {
    margin: 0 -5.5%;
}
#sec3 .right .photo {
    height: 100vw;
}
@media only screen and (min-width: 768px) {
    #sec3 {
        padding: 0;
    }
    #sec3 .group {
        display: flex;
    }
    #sec3 .left {
        margin-bottom: 20px;
        width: 61%;
    }
    #sec3 .left .col {
        width: 599px;
        margin-right: 90px;
        margin-left: auto;
        margin-top: 130px;
    }
    #sec3 .left h2 {
        font-size: 40px;
        margin-bottom: 50px;
    }
    #sec3 .left .txt {
        margin-bottom: 43px;
    }
    #sec3 .left h3 {
        font-size: 20px;
    }
    #sec3 .left h3 span {
        font-size: 24px;
    }
    #sec3 .right {
        margin: 0;
        width: 49%;
    }
    #sec3 .right .photo {
        height: 904px;
    }
}


/*=========  #sec4   =========*/
#sec4 {
    position: relative;
    padding: 20vw 0 20vw;
    background: url("../img/company/sec4_bg.jpg") no-repeat center;
    background-size: cover;
}
#sec4 h2 {
    font-size: 6vw;
    text-align: center;
    margin-bottom: 5vw;
}
#sec4 .info dl {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    padding: 10px 0;
    border-bottom: 1px solid #fff;
    font-size: 14px;
    line-height: 25px;
}
#sec4 .info dl dt {
    width: 100px;
}
#sec4 .info dl dd {
    width: calc(100% - 100px);
}
#sec4 .info dl dd a.link {
    text-decoration: underline;
}
#sec4 .info dl dd a:hover {
    text-decoration: none;
}
@media only screen and (min-width: 768px) {
    #sec4 {
        padding: 160px 0 190px;
    }
    #sec4 h2 {
        font-size: 40px;
        margin-bottom: 70px;
        letter-spacing: 4px;
    }
    #sec4 .info dl {
        font-size: 16px;
        line-height: 24px;
        width: 850px;
        margin: auto;
        padding: 23px 0;
    }
    #sec4 .info dl dt {
        width: 206px;
    }
    #sec4 .info dl dd {
        width: calc(100% - 236px);
    }
}


/*=========  #sec5   =========*/
#sec5 {
    position: relative;
    padding: 20vw 0 20vw;
}
#sec5 .box {
    background: rgba(30, 27, 23, 0.9);
    padding: 8% 5% 30%;
    position: relative;
}
#sec5 .box h2 {
    text-align: center;
    font-size: 7vw;
    margin-bottom: 12vw;
    color: #fff;
    letter-spacing: 0.15em;
}
#sec5 .box .row {
    color: #fff;
}
#sec5 .box .row dl {
    border-bottom: 1px solid #fff;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-between;
    padding: 25px 0;
}
#sec5 .box .row dl dt {
    font-size: 5vw;
    margin-top: 2%;
    width: 40%;
}
#sec5 .box .row dl dt span {
    font-size: 10vw;
}
#sec5 .box .row dl dd {
    width: 51%;
    text-align: justify;
    font-size: 14px;
    line-height: 30px;
    align-self: flex-end;
}
#sec5 .box .row.reser dl {
    flex-direction: row-reverse;
}
#sec5 .box .deco1 {
    color: rgba(255, 255, 255, 0.05);
    font-size: 16vw;
    position: absolute;
    top: 27vw;
    left: 0;
}
#sec5 .box .deco2 {
    color: rgba(255, 255, 255, 0.05);
    font-size: 16vw;
    position: absolute;
    top: 223vw;
    right: 5%;
}
#sec5 .box .deco3 {
    color: rgba(255, 255, 255, 0.05);
    font-size: 16vw;
    position: absolute;
    bottom: 1vw;
    left: 4%;
}
@media only screen and (min-width: 768px) {
    #sec5 {
        padding: 160px 0 160px;
    }
    #sec5 .wrap {
        width: 1200px;
    }
    #sec5 .box {
        padding: 120px 30px 184px;
    }
    #sec5 .box h2 {
        font-size: 40px;
        margin-bottom: 70px;
    }
    #sec5 .box .group {
        width: 750px;
        margin: 0 auto;
        display: flex;
        flex-direction: column;
    }
    #sec5 .box .row {
        align-self: flex-start;
        min-width: 540px;
    }
    #sec5 .box .row.reser {
        align-self: flex-end;
    }
    #sec5 .box .row dl {
        padding: 26px 0;
    }
    #sec5 .box .row.reser dl dt {
        margin-right: 17px;
        align-self: flex-end;
    }
    #sec5 .box .row dl dt {
        font-size: 30px;
        margin-top: 10px;
        width: 260px;
        margin-right: 2px;
        letter-spacing: 7px;
		word-break: keep-all;
    }
    #sec5 .box .row dl dt span {
        font-size: 72px;
    }
    #sec5 .box .row dl dd {
        width: calc(100% - 200px);
        font-size: 16px;
        line-height: 28px;
    }
    #sec5 .box .deco1 {
        font-size: 150px;
        top: 180px;
    }
    #sec5 .box .deco2 {
        font-size: 150px;
        top: 819px;
        right: 7px;
    }
    #sec5 .box .deco3 {
        font-size: 150px;
        bottom: 30px;
        left: 0;
        letter-spacing: 8px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 1400px) {
	#sec5 .box .group{
		width: 800px;
	}
}

/*=========  #sec6   =========*/
#sec6 {
    position: relative;
    padding: 20vw 0 15vw;
}
#sec6 h2 {
    font-size: 6vw;
    text-align: center;
    margin-bottom: 13vw;
}
#sec6 .box {
    border: 1px solid #fff;
    position: relative;
    padding: 5%;
    margin-bottom: 8vw;
}
#sec6 .box h3 {
    text-align: center;
    font-size: 5vw;
    margin-bottom: 6vw;
    line-height: 1.7;
}
#sec6 .box h3 span {
    font-size: 4vw;
}
#sec6 .box h3 span small {
    font-size: 3vw;
}
@media only screen and (min-width: 768px) {
    #sec6 {
        padding: 148px 0 410px;
    }
    #sec6 h2 {
        font-size: 40px;
        line-height: 60px;
        margin-bottom: 70px;
        letter-spacing: 4px;
    }
    #sec6 .list {
        display: flex;
        justify-content: space-between;
    }
    #sec6 .box {
        margin-bottom: 30px;
        width: 480px;
        box-sizing: border-box;
        padding: 33px 50px;
    }
    #sec6 .box h3 {
        font-size: 30px;
        margin-bottom: 20px;
        line-height: 40px;
    }
    #sec6 .box h3 span {
        font-size: 24px;
    }
    #sec6 .box h3 span small {
        font-size: 17px
    }
}


/*=========  #sec7   =========*/
#sec7 {
    background: url(../img/shared/bd_bg.jpg) repeat;
    padding-bottom: 20vw;
}
#sec7 .js {
    background: url(../img/company/sec7_js-p1.jpg) no-repeat right 36% top;
    background-size: cover;
    position: relative;
    padding: 8% 5%;
    margin: 0 -5.5% 5vw;
}
#sec7 .js h2 {
    font-size: 6vw;
    margin-bottom: 8vw;
    margin-top: 33vw;
}
#sec7 .js h2 span {
    font-size: 4vw;
}
#sec7 .js h2 span small {
    font-size: 3vw;
}
#sec7 .js dl dt {
    font-size: 5vw;
    margin-bottom: 5vw;
}
#sec7 .js dl dt span{
	margin-right: 20px;
}
#sec7 .js dl dd {
    text-align: justify;
    line-height: 31px;
}
#sec7 .js .slick-dots {
    position: relative;
    margin-bottom: -13vw;
}
#sec7 .js .slick-dots li {
    margin: 0 20px;
}
#sec7 .js .slick-dots button {
    font-size: 25px;
    line-height: 31px;
    color: #322f2a;
    width: 40px;
    height: 40px;
    box-sizing: border-box;
    z-index: 0;
    position: relative;
    border: 1px solid;
}
#sec7 .js .slick-dots button:hover{
	opacity: 0.8;
}
#sec7 .js .slick-dots button:before {
    background: #FFF;
    width: 100%;
    height: 100%;
    border-radius: 0;
    z-index: -1;
    list-style: none;
    font-family: none;
    font-size: 0;
    border: 0;
}
 #sec7 .js .slick-dots .slick-active button {
        color: #fff;
	 border: 1px solid #322f2a;
    }
  #sec7 .js .slick-dots .slick-active button:before {
        background: #322f2a;
    }
@media only screen and (min-width: 768px) {
    #sec7 {
        padding-bottom: 185px;
        padding-top: 1px;
    }
    #sec7 .js {
        padding: 78px;
        margin: 0;
        margin-top: -401px;
    }
    #sec7 .js h2 {
        font-size: 30px;
        margin-bottom: 43px;
		margin-top: 0;
    }
    #sec7 .js h2 span {
        font-size: 24px;
    }
    #sec7 .js h2 span small {
        font-size: 17px;
    }
    #sec7 .js dl dt {
        font-size: 24px;
        margin-bottom: 10px;
    }
    #sec7 .js dl dd {
        line-height: 40px;
        width: 475px;
    }
    #sec7 .js .slick-dots {
        margin-bottom: -100px;
    }
    #sec7 .js .slick-dots li {
        margin: 0 29px;
    }
    #sec7 .js .slick-dots button {
        width: 57px;
        height: 57px;
        border: 1px solid #322f2a;
    }
  
   
}


/*=========  #sec8   =========*/
#sec8 {
    position: relative;
    padding: 15vw 0 15vw;
}
#sec8 h2 {
    font-size: 7vw;
    text-align: center;
    margin-bottom: 10vw;
}
#sec8 .row .box {
    border: 1px solid #9c9c9c;
    padding: 10%;
    margin-bottom: 6vw;
}
#sec8 .row .box dl {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-direction: column;
    text-align: center;
}
#sec8 .row .box dl dt {
    font-size: 5vw;
    margin-bottom: 5vw;
}
#sec8 .row .box dl dd {
    font-size: 6vw;
}
#sec8 .row .box dl dd span {
    font-size: 13vw;
}

    #sec8 .row .box ul{
    margin: 0 auto;
    }
    #sec8 .row .box ul li{
            display: flex;
    justify-content: space-between;
            margin-bottom: 0.5em;
    border-bottom: 1px solid #3d3d3d;
    padding-bottom: 0.7em;
    }
    #sec8 .row .box ul li b{
           width: 56%;
    line-height: 1.5;
    display: inline-flex;
    align-items: center;
    }
    #sec8 .row .box ul dl.numb{
            display: inline-flex;
    line-height: 1;
        font-size: 4vw;
            min-width: 113px;
    }
    #sec8 .row .box ul dl.numb dt{
        font-size: 5vw;
        margin: 0;
    line-height: 1.2;
    }
    #sec8 .row .box ul dl.numb dt span{
        font-size: 8vw;
    font-weight: 800;
    }
    #sec8 .row .box ul dl.numb dd{
        font-size: 4vw;
    }
#sec8 .row2 {
    border: 1px solid #9c9c9c;
    padding: 10%;
    position: relative;
}
#sec8 .row2 h3 {
    font-size: 5vw;
    text-align: center;
    margin-bottom: 6vw;
}
#sec8 .row2 .photo {
    margin-left: 20%;
}
#sec8 .row2 .price {
    font-size: 13vw;
    line-height: 1.2;
    position: absolute;
    bottom: 20px;
    left: 4%;
}
#sec8 .row2 .price small {
    font-size: 5vw;
}

#sec8 .row2 .reiwa {
    line-height: 1.2;
    position: absolute;
    bottom: 8px;
    left: 4%;
}

@media only screen and (max-width: 767px) {
#sec8 .row .box:nth-child(2){
        padding: 10% 6%;
}
    #sec8 .row .box ul{
        letter-spacing: 0;
    }
}

@media only screen and (min-width: 768px) {
    #sec8 {
        padding: 163px 0 100px;
    }
    #sec8 h2 {
        font-size: 40px;
        margin-bottom: 50px;
    }
    #sec8 .row {
        display: flex;
        justify-content: space-between;
        width: 1000px;
        margin: 0 auto;
    }
    #sec8 .row .box {
        padding: 50px 30px;
        margin-bottom: 20px;
        width: 38%;
        box-sizing: border-box;
    }
    #sec8 .row .box:nth-child(2){
        width: 60%;
            padding: 50px;
    } 
    #sec8 .row .box dl dt {
        font-size: 30px;
        margin-bottom: 25px;
    }
    #sec8 .row .box dl dd {
        font-size: 40px;
            margin-top: 133px;
    }
    #sec8 .row .box dl dd span {
        font-size: 100px;
        font-weight: 800;
    }
    #sec8 .row .box ul{
    }
    #sec8 .row .box ul li{
    }
    #sec8 .row .box ul li b{
            width: auto;
    font-size: 20px;
    }
    #sec8 .row .box ul dl.numb{
        font-size: 16px;
            min-width: 120px;
    }
    #sec8 .row .box ul dl.numb dt{
        font-size: 18px;
    }
    #sec8 .row .box ul dl.numb dt span{
           font-size: 35px;
    display: inline-block;
    }
    #sec8 .row .box ul dl.numb dd{
        font-size: 14px;    
        margin-top: 0;
    }
    
    
    
    #sec8 .row2 {
        padding: 60px 0 60px;
        width: 1000px;
        margin: auto;
        box-sizing: border-box;
    }
    #sec8 .row2 h3 {
        font-size: 30px;
        margin-bottom: 21px;
    }
    #sec8 .row2 .photo {
            text-align: right;
    margin: 0 82px -27px auto;
    }
    #sec8 .row2 .price {
        font-size: 90px;
        bottom: 30px;
        left: 80px;
        line-height: 81px;
        letter-spacing: 0px;
    }
    
    #sec8 .row2 .price small {
        font-size: 40px;
    }

    #sec8 .row2 .reiwa {
        position: absolute;
        left: 80px;
        bottom: 0;
        line-height: 81px;
        letter-spacing: 0px;
    }
}


/*=========  #sec9   =========*/
#sec9 {
    position: relative;
    padding: 15vw 0 20vw;
}
#sec9 h2 {
    font-size: 6vw;
    text-align: center;
    margin-bottom: 6vw;
}
#sec9 .js .slick-slide {
    margin: 0 20px;
}
#sec9 .js .slick-dots {
    position: relative;
}
#sec9 .txt9{
    text-align: center;
    margin: 1em auto;
        max-width: 92%;
}
@media only screen and (min-width: 768px) {
    #sec9 {
        padding: 62px 0 141px;
    }
    #sec9 h2 {
        font-size: 40px;
        margin-bottom: 60px;
    }
    #sec9 .js .slick-slide {
        margin: 0 20px;
    }
    #sec9 .js .slick-dots {
        margin-top: 58px;
    }
}



/*=========  #sec10   =========*/
#sec10 {
    position: relative;
    padding: 20vw 0 15vw;
}
#sec10 h2 {
    font-size: 8vw;
    margin-bottom: 10vw;
    text-align: center;
}
#sec10 .txt {
    margin-bottom: 11vw;
}
#sec10 .row .col {
    margin-bottom: 15vw;
}
#sec10 .row .col h3 {
    font-size: 5vw;
    margin-bottom: 3vw;
    letter-spacing: 0.05em;
}
#sec10 .row .col h3 small {
    font-size: 3.5vw;
    display: block;
}
#sec10 .row .col .photo {
    margin-bottom: 3vw;
}
@media only screen and (min-width: 768px) {
    #sec10 {
        padding: 160px 0 85px;
    }
    #sec10 h2 {
        font-size: 40px;
        margin-bottom: 30px;
    }
    #sec10 .txt {
        margin-bottom: 58px;
        text-align: center;
    }
    #sec10 .row {
        display: flex;
        justify-content: space-between;
        width: 900px;
        margin: 0 auto;
    }
    #sec10 .row .col {
        margin-bottom: 70px;
    }
    #sec10 .row .col h3 {
        font-size: 20px;
        margin-bottom: 2px;
        letter-spacing: 0.05em;
        line-height: 32px;
    }
    #sec10 .row:nth-child(4) .col:nth-child(1) h3 {
        height: 62px;
        padding-top: 32px;
    }
    #sec10 .row .col h3 small {
        font-size: 14px;
    }
    #sec10 .row .col .photo {
        margin-bottom: 20px;
    }
    #sec10 .row .col .btn-cus {
        width: 100%;
    }
}


/*=========  .remodal   =========*/
.remodal {
    background: none;
    color: #fff;
    padding: 75px 20px 80px;
}
.remodal-close:before {
    display: none;
}
.remodal-close {
    background: url("../img/shared/close.png") no-repeat;
    background-size: 100%;
    width: 30px;
    height: 30px;
}
.remodal h2 {
    font-size: 6vw;
    margin-bottom: 5vw;
    letter-spacing: 0.15em;
}
.remodal p {
    text-align: justify;
}
@media only screen and (min-width: 768px) {
    .remodal-wrapper {
        padding: 5% 0;
    }
    .remodal-close {
        right: 30px;
        top: -150px;
    }
    .remodal-close:hover {
        opacity: 0.8;
    }
    .remodal h2 {
        font-size: 30px;
        margin-bottom: 20px;
    }
    .remodal .txt {
        font-size: 17px;
        text-align: center;
    }
    .remodal &gt; div {
        max-width: 1000px;
        margin: 0 auto;
        position: relative;
    }
    .remodal p {
       text-align: center;
    max-width: 770px;
    margin: 0 auto;
    }
}</pre></body></html>