body::before{
    background-image: url(../images/top/header.webp);
}
article{
    height: 100vh;
    height: 100dvh;
    overflow-y: auto;
    overflow-x: hidden;
}
section:not(#tamashi, .quality-content){
    height: 100vh;
    height: 100dvh;
}

.link-btn{
    border: solid 1px rgb(255, 255, 255);
    position: relative;
    font-weight: 300;
    padding: 10px 20px;
    color: rgb(255, 255, 255);
    letter-spacing: 0.5em;
    width: 300px;
    display: block;
}
.link-btn::before{
    content: "";
    background: rgb(255, 255, 255);
    width: 30px;
    height: 1px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    right: -15px;
}
.link-btn:hover{
    background: rgb(100, 100, 100);
}
/*--------------------------------------------
max-width 810
--------------------------------------------*/
@media (max-width: 810px) {
    section:not(#tamashi){
        scroll-snap-align: none;
    }
    footer{
        scroll-snap-align: none;
    }
    .link-btn{
        width: 200px;
        font-size: 0.8rem;
    }
}

/*--------------------------------------------

first-view

--------------------------------------------*/
#first-view{
    width: 100%;
    position: relative;
}
#first-view::before{
    content: "";
    background: rgba(0, 0, 0, 0.6);
    width: 5.5em;
    height: 100%;
    font-size: 10rem;
    position: absolute;
    top: 0;
    left: 0;
    animation: firstOut 3s 1s forwards;
    z-index: -2;
}
@keyframes firstOut {
    0% {
        left: 0;
    }
    100% {
        left: -5.5em;
    }
}
.fixed-title {
    position: fixed;
    left: 5%;
    top: 50%;
    transform: translateY(-50%);
    transition: all 0.5s ease-in-out;
    display: flex;
    flex-direction: column;
    gap: 15px;
    pointer-events: none;
    z-index: 1;
}
.fixed-title.operation{
    opacity: 1;
    transition: all 0.5s 0.5s ease-in-out;
}
.fixed-title.unfixed {
    opacity: 0;
    z-index: -1;
    transition: all 0.5s ease-in-out;
}
#first-view h1{
    font-size: 10rem;
    text-shadow: 5px 5px 10px rgba(0, 0, 0, 0.7);
    font-weight: 600;
}
#first-view h1 .serif{
    font-weight: 400;
}
#first-view p{
    letter-spacing: 1em;
    font-weight: 300;
    font-size: 1rem;
    padding-left: 20px;
}

/*--------------------------------------------
max-width 1300
--------------------------------------------*/
@media (max-width: 1300px) {
    #first-view{
        font-size: 7rem;
    }
    #first-view::before{
        width: 3.7em;
    }
    @keyframes firstOut {
        0% {
            left: 0;
        }
        100% {
            left: -3.7em;
        }
    }
    #first-view h1{
        font-size: 7rem;
    }
    #first-view p{
        font-size: 0.8rem;
        padding-left: 10px;
    }
}
/*--------------------------------------------
max-width 1080
--------------------------------------------*/
@media (max-width: 1080px) {
    .fixed-title.operation{
        transform: translateY(-100%);
    }
}
/*--------------------------------------------
max-width 810
--------------------------------------------*/
@media (max-width: 810px) {
    .fixed-title {
        z-index: -1;
    }
}
/*--------------------------------------------
max-width 600
--------------------------------------------*/
@media (max-width: 600px) {
    .fixed-title.operation{
        transform: translateY(-120%);
    }
    #first-view{
        font-size: 20.5vw;
    }
    #first-view::before{
        width: 100%;
    }
    @keyframes firstOut {
        0% {
            left: 0;
        }
        100% {
            left: -100%
        }
    }
    #first-view h1{
        white-space: nowrap;
        font-size: 20.5vw;
    }
    #first-view p{
        letter-spacing: 0.5em;
    }
}


/*--------------------------------------------

second-view

--------------------------------------------*/
#second-view {
    background: linear-gradient(rgba(0, 0, 0, 0) 0% ,rgba(0, 0, 0, 0.6) 100%);
    padding: 5%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 30px;
    padding-left: calc(10rem * 5);
}
#second-view h2{
    font-weight: 400;
    letter-spacing: 0.1em;
    font-size: 1.5rem;
}
#second-view p{
    font-size: 1rem;
    letter-spacing: 0.05em;
    line-height: 2em;
    padding: 0 50px;
}
#second-view strong{
    font-weight: 400;
    letter-spacing: 0.1em;
    font-size: 1.2rem;
}

/*--------------------------------------------
max-width 1300
--------------------------------------------*/
@media (max-width: 1300px) {
    #second-view{
        padding-left: calc(7rem * 5);
    }
    #second-view p{
        font-size: 0.8rem;
        padding: 0 25px;
    }
    #second-view strong{
        font-size: 1rem;
    }
}
/*--------------------------------------------
max-width 1080
--------------------------------------------*/
@media (max-width: 1080px) {
    #second-view{
        padding-left: 5%;
        justify-content: flex-end;
        align-items: flex-start;
    }
    #second-view p{
        padding: 0;
    }
}
/*--------------------------------------------
max-width 500
--------------------------------------------*/
@media (max-width: 500px) {
    #second-view{
        padding-bottom: 10%;
    }
    #second-view h2{
        font-size: 5vw;
    }
    #second-view p{
        line-height: 1.8em;
    }
    #second-view strong{
        font-size: 0.9rem;
        letter-spacing: 0.05em;
    }
}

/*--------------------------------------------

how to, flow, know

--------------------------------------------*/
#howto hgroup, #flow hgroup{
    display: flex;
    flex-direction: column;
    gap: 10px;
}
#howto h2, #flow h2{
    font-size: 2rem;
    letter-spacing: 0.1em;
    font-weight: 500;
}
#howto hgroup p, #flow hgroup p{
    font-size: 0.8rem;
    letter-spacing: 0.5em;
    font-weight: 300;
}
#flow a.link-btn ,#know a.link-btn{
    text-align: right;
    margin: 0 calc(5% + 15px) 0 auto;
}
/*--------------------------------------------

tamashi

--------------------------------------------*/
#tamashi{
    opacity: 0;
    height: 90vh;
    height: 90svh;
    width: 30%;
    transition: all 0.3s ease-in-out;
    pointer-events: none;
    position: fixed;
    left: 5%;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    display: flex;
    justify-content: center;
    z-index: 2;
}
#tamashi.operation{
    opacity: 1;
    transition: all 0.3s 0.3s ease-in-out;
}
#tamashi.unfixed{
    opacity: 0;
    transition: all 0.3s ease-in-out;
}
#tamashi p {
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    text-orientation: upright;
    font-size: 5rem;
    display: flex;
    justify-content: center;
    align-items: center;
    letter-spacing: 0.2em;
}
#tamashi p span {
    font-size: 3rem;
    letter-spacing: -0.5em;
    display: inline-block;
    margin-top: -20px;
}


/*--------------------------------------------
max-width 1080
--------------------------------------------*/
@media (max-width: 1080px) {
    #tamashi{
        width: 20%;
    }
}

/*--------------------------------------------
max-width 810
--------------------------------------------*/
@media (max-width: 810px) {
    #tamashi{
        width: 100%;
        height: 100vh;
        height: 100dvh;
        position: static;
        background: rgba(0, 0, 0, 0.8);
        opacity: 1;
        transform: none;
        -webkit-transform: none;
        -ms-transform: none;
        pointer-events: auto;
        align-items: center;
    }
    #tamashi.unfixed{
        opacity: 1;
    }
    #tamashi img{
        opacity: 1;
        height: 80%;
    }
    #tamashi img.sp-only{
        display: none;
    }
    #tamashi img.pc-only{
        display: block !important;
    }
    #tamashi p {
        font-size: 3.5rem;
    }
}

/*--------------------------------------------

how to

--------------------------------------------*/
#howto{
    padding: 5%;
    padding-left: 35%;
    background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.2));
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 30px;
    height: 100%;
}
#howto h2{
    text-align: center;
}
#howto h2 small{
    display: block;
    padding-top: 15px;
}
.howto-img{
    display: flex;
    gap: 30px;
    align-items: stretch;
    justify-content: center;
}
.howto-img img{
    width: calc(40% - 15px);
    height: auto;
    aspect-ratio: 3 / 4;
    object-fit: cover;
}
#howto p{
    width: 80%;
    margin: 0 auto;
    font-size: 1rem;
    line-height: 1.6em;
}

/*--------------------------------------------
max-width 1400
--------------------------------------------*/
@media (max-width: 1400px) {

}
/*--------------------------------------------
max-width 1080
--------------------------------------------*/
@media (max-width: 1080px) {
    #howto{
        padding-left: 30%;
    }
    .howto-img img{
        aspect-ratio: 9 / 16;
    }
    #howto p{
        font-size: 0.8rem;
    }
}
/*--------------------------------------------
max-width 810
--------------------------------------------*/
@media (max-width: 810px) {
    #howto{
        padding-left: 5%;
    }
    .howto-img img{
        width: calc(50% - 15px);
    }
    #howto p{
        width: 100%;
    }
}


/*--------------------------------------------

flow

--------------------------------------------*/
#flow{
    background: linear-gradient(rgba(0, 0, 0, 0.2) ,rgba(0, 0, 0, 0.5));
    display: flex;
    flex-direction: column;
    gap: 60px;
    padding: 5%;
    padding-left: 43%;
    justify-content: center;
}
#flow h2{
    display: flex;
    align-items: center;
}
#flow h2 small{
    padding-left: 30px;
}

#flow dl{
    display: flex;
    flex-direction: column;
    gap: 60px;
}
#flow dl div{
    display: flex;
    gap: 45px;
    align-items: center;
}
#flow dl dt{
    border: solid 1px rgb(255, 255, 255);
    position: relative;
    font-size: 1rem;
    aspect-ratio: 1 / 1;
    width: 4rem;
    display: flex;
    align-items: center;
    justify-content: center;
}
#flow dl dt::before{
    content: "";
    background: rgb(255, 255, 255);
    width: 30px;
    height: 1px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    right: -15px;
}
#flow dl dd{
    font-size: 1.5rem;
    font-weight: 500;
}
#flow dl dd small{
    display: block;
    padding-top: 10px;
    font-size: 1rem;
    font-weight: 400;
}

/*--------------------------------------------
max-width 1200
--------------------------------------------*/
@media (max-width: 1200px) {

}
/*--------------------------------------------
max-width 1080
--------------------------------------------*/
@media (max-width: 1080px) {
    #flow{
        padding-left: 30%;
    }

    #flow dl div{
        gap: 30px;
    }
    #flow dl dt{
        width: 3rem;
    }
}
/*--------------------------------------------
max-width 810
--------------------------------------------*/
@media (max-width: 810px) {
    #flow{
        padding-left: 5%;
    }
    #flow h2 small{
        padding-left: 15px;
    }
    #flow dl dd{
        font-weight: 400;
        font-size: 1.2rem;
    }
    #flow dl dd small{
        font-size: 0.8rem;
    }
}


/*--------------------------------------------

know

--------------------------------------------*/
#know{
    background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.2));
    padding: 5%;
    padding-left: 35%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 100px;
}
#know hgroup{
    display: flex;
    flex-direction: column-reverse;
    align-items: center;
}
#know h2{
    font-size: 5rem;
    text-align: center;
    font-weight: 300;
}
#know hgroup p{
    display: block;
    padding-bottom: 15px;
    font-size: 1rem;
    font-weight: 500;
    letter-spacing: 0.5em;
}
#know > p{
    text-align: center;
    margin: 0 auto;
    width: fit-content;
    line-height: 2em;
    font-size: 1rem;
    letter-spacing: 0.2em;
}

/*--------------------------------------------
max-width 1200
--------------------------------------------*/
@media (max-width: 1200px) {
    #know h2{
        font-size: 3rem;
    }
    #know h2 small{
        font-size: 0.8rem;
    }
    #know p{
        font-size: 0.8rem;
    }
}
/*--------------------------------------------
max-width 1080
--------------------------------------------*/
@media (max-width: 1080px) {
    #know{
        padding-left: 30%;
    }
}
/*--------------------------------------------
max-width 810
--------------------------------------------*/
@media (max-width: 810px) {
    #know{
        padding-left: 5%;
    }
    #know h2{
        font-size: 2.3rem;
    }
    #know p{
        text-align: left;
    }
}


/*--------------------------------------------

recruit

--------------------------------------------*/
#recruit{
    padding: 5%;
    background: linear-gradient(rgba(0, 0, 0, 0.2) ,rgba(0, 0, 0, 0.6));
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}
.recruit-word{
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    font-size: 4rem;
    font-weight: 700;
    width: calc(50% - 4rem);
    display: flex;
    align-items: center;
}
#recruit p:nth-child(3) {
    letter-spacing: 0.15em;
}
.recruit-word .serif{
    font-weight: 300;
}
.recruit-or{
    font-size: 4rem;
}
#recruit a.link-btn{
    text-align: center;
    position: absolute;
    bottom: 5%;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
}

/*--------------------------------------------
max-width 1200
--------------------------------------------*/
@media (max-width: 1200px) {

}
/*--------------------------------------------
max-width 1080
--------------------------------------------*/
@media (max-width: 1080px) {
    .recruit-word{
        font-size: 4rem;
        width: calc(50% - 3.5rem);
    }
    .recruit-or{
        font-size: 3.5rem;
    }
}
/*--------------------------------------------
max-width 500
--------------------------------------------*/
@media (max-width: 500px) {
    .recruit-word{
        font-size: 3rem;
        width: calc(50% - 2.5rem);
        margin-top: -60px;
    }
    .recruit-or{
        font-size: 2.5rem;
        margin-top: -60px;
    }
}


/*--------------------------------------------

quality

--------------------------------------------*/
#quality{
    padding: 5%;
    background: linear-gradient(rgba(0, 0, 0, 0.6) ,rgba(0, 0, 0, 0.2) ,rgba(0, 0, 0, 0.4));
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 15px;
}
#quality h2{
    font-size: 8rem;
    text-shadow: 5px 5px 10px rgba(0, 0, 0, 0.7);
    font-weight: 600;
}
#quality h2 .serif{
    font-weight: 400;
}
#quality p{
    letter-spacing: 1em;
    font-weight: 300;
    font-size: 1rem;
    padding-left: 20px;
}

/*--------------------------------------------
max-width 1300
--------------------------------------------*/
@media (max-width: 1300px) {
    #quality h2{
        font-size: 7rem;
    }
    #quality p{
        font-size: 0.8rem;
        padding-left: 10px;
    }
}
/*--------------------------------------------
max-width 1080
--------------------------------------------*/
@media (max-width: 1080px) {
    #quality h2{
        font-size: 5rem;
    }
}
/*--------------------------------------------
max-width 600
--------------------------------------------*/
@media (max-width: 600px) {
    #quality h2{
        white-space: nowrap;
        font-size: 15.5vw;
    }
    #quality p{
        letter-spacing: 0.5em;
    }
}

/*--------------------------------------------

quality-content

--------------------------------------------*/
.quality-content{
    padding: calc(5% + 100px) calc((100% - 980px) / 2);
    background: rgb(0, 0, 0);
    display: flex;
    flex-direction: column;
    gap: 150px;
}
.quality-item{
    display: flex;
    align-items: center;
    gap: 100px;
}
.quality-item:nth-child(even){
    flex-direction: row-reverse;
}

.quality-word{
    padding: 20px;
    border: solid 1px rgb(255, 255, 255);
    position: relative;
    width: 350px;
    height: 300px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.quality-word::before{
    content: "";
    width:  111.80px;
    height: 1px;
    background: rgb(255, 255, 255);
    position: absolute;
    bottom: -26px;
    right: -106px;
    transform: rotate(26.57deg);
}
.quality-item:nth-child(even) .quality-word::before{
    right: auto;
    left: -106px;
    transform: rotate(-26.57deg);
}
.quality-word h3{
    font-size: 1.5rem;
    letter-spacing: 0.1em;
}
.quality-word h3 span{
    font-size: 3rem;
    color: rgb(179, 179, 179);
}
.quality-word h3 small{
    display: block;
    padding-top: 15px;
    font-size: 0.8rem;
    font-weight: 300;
    letter-spacing: 0.5em;
}
.quality-word p{
    padding-top: 30px;
}

.quality-item img{
    aspect-ratio: 1 / 1;
    object-fit: cover;
    width: 400px;
}

/*--------------------------------------------
max-width 1200
--------------------------------------------*/
@media (max-width: 1200px) {

}
/*--------------------------------------------
max-width 1000
--------------------------------------------*/
@media (max-width: 1000px) {
    .quality-content{
        padding: calc(5% + 100px) 5%;
    }
}
/*--------------------------------------------
max-width 810
--------------------------------------------*/
@media (max-width: 810px) {
    .quality-word{
        height: 200px;
    }
    .quality-word h3{
        font-size: 1rem;
    }
    .quality-word h3 span{
        font-size: 2rem;
    }
    .quality-word h3 small{
        padding-top: 5px;
        font-size: 0.75rem;
    }
    .quality-word p{
        padding-top: 15px;
    }

    .quality-item img{
        width: 300px;
    }
}

/*--------------------------------------------
max-width 710
--------------------------------------------*/
@media (max-width: 710px) {
    .quality-content{
        gap: 100px;
    }
    .quality-item{
        flex-direction: column !important;
        align-items: flex-start;
        gap: 50px;
    }
    .quality-item:nth-child(even){
        align-items: flex-end;
    }
    .quality-word::before{
        right: auto;
        left: -7px;
    }
    .quality-item:nth-child(even) .quality-word::before{
        right: -7px;
        left: auto;
    }

    .quality-item img{
        display: block;
        margin: 0 0 0 auto;
        aspect-ratio: 16 / 9;
        width: 90%;
    }
    .quality-item:nth-child(even) img{
        margin: 0 auto 0 0;
    }
}

/*--------------------------------------------

company

--------------------------------------------*/
#company{
    padding: 5%;
    background: linear-gradient(rgba(0, 0, 0, 0.4) ,rgba(0, 0, 0, 0.2) ,rgba(0, 0, 0, 0.4));
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 40px;
}
#company h2{
    font-size: 3rem;
    text-shadow: 5px 5px 10px rgba(0, 0, 0, 0.7);
    font-weight: 600;
    letter-spacing: 0.1em;
}
#company h2 .serif{
    font-weight: 400;
}
.company-content {
    display: flex;
    gap: 50px;
    justify-content: center;
    align-items: center;
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
}
.company-content p, .company-content dl {
    width: 50%;
}
.company-content p{
    letter-spacing: 0.1em;
    font-weight: 300;
    font-size: 1rem;
    line-height: 2rem;
}
.company-content dl {
    position: relative;
    padding: 40px;
    text-align: center;
    background: rgba(0, 0, 0, 0.3);
}
.company-content dl::before, .company-content dl::after {
    content: "";
    position: absolute;
    width: 50px;
    height: 50px;
    border-top: solid 2px rgb(255, 255, 255);
    border-right: solid 2px rgb(255, 255, 255);
}
.company-content dl::before {
    top: 20px;
    left: 20px;
    transform: rotate(-90deg);
}
.company-content dl::after {
    bottom: 20px;
    right: 20px;
    transform: rotate(90deg);
}
.company-content dt {
    font-size: 1.2rem;
}
.company-content dd:first-of-type {
    padding: 15px 0;
}
.company-content dd ul {
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.company-content dd ul li small {
    display: block;
    padding-top: 2px;
}

#company a{
    text-align: right;
}

/*--------------------------------------------
max-width 1300
--------------------------------------------*/
@media (max-width: 1300px) {
    #company p{
        font-size: 0.8rem;
        padding-left: 10px;
    }
}
/*--------------------------------------------
max-width 1080
--------------------------------------------*/
@media (max-width: 1080px) {
    #company h2{
        font-size: 2.5rem;
    }
}
/*--------------------------------------------
max-width 810
--------------------------------------------*/
@media (max-width: 810px) {
    .company-content {
        flex-direction: column;
    }
    .company-content p{
        width: 100%;
    }
    .company-content dl {
        width: fit-content;
        padding: 50px;
    }
}
/*--------------------------------------------
max-width 600
--------------------------------------------*/
@media (max-width: 600px) {
    #company h2{
        white-space: nowrap;
        font-size: 9vw;
        line-height: 1.5em;
    }
    #company p{
        line-height: 1.6em;
    }
}

/*--------------------------------------------

contact

--------------------------------------------*/
#contact{
    padding: 5%;
    background: linear-gradient(rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0) 30%, rgba(0, 0, 0, 0) 70% ,rgba(0, 0, 0, 0.6) 100%);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 80px;
}
#contact h2{
    font-size: 6rem;
    text-shadow: 5px 5px 10px rgba(0, 0, 0, 0.7);
    font-weight: 600;
    letter-spacing: 0.1em;
}
#contact h2 .serif{
    font-weight: 400;
}
#contact p{
    letter-spacing: 0.1em;
    font-weight: 300;
    font-size: 1rem;
    line-height: 2rem;
}
#contact a{
    text-align: right;
}

/*--------------------------------------------
max-width 1300
--------------------------------------------*/
@media (max-width: 1300px) {
    #contact h2{
        font-size: 5rem;
    }
    #contact p{
        font-size: 0.8rem;
        padding-left: 10px;
    }
}
/*--------------------------------------------
max-width 1080
--------------------------------------------*/
@media (max-width: 1080px) {
    #contact h2{
        font-size: 3.5rem;
    }
}
/*--------------------------------------------
max-width 600
--------------------------------------------*/
@media (max-width: 600px) {
    #contact h2{
        white-space: nowrap;
        font-size: 9vw;
        line-height: 1.5em;
    }
    #contact p{
        line-height: 1.6em;
    }
}



/*--------------------------------------------

business

--------------------------------------------*/
#business{
    padding: 5%;
    background: linear-gradient(rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0.5) 50% ,rgba(0, 0, 0, 0.6) 100%) ,url(../images/top/business_img.webp?v=1.1);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 80px;
    text-align: center;
}
#business h2{
    font-size: 4rem;
    text-shadow: 5px 5px 10px rgba(0, 0, 0, 0.7);
    font-weight: 600;
    letter-spacing: 0.1em;
}
#business h2 .serif{
    font-weight: 400;
}
#business p{
    letter-spacing: 0.1em;
    font-weight: 300;
    font-size: 1rem;
    line-height: 2em;
    width: 810px;
    margin: 0 auto;
    text-align: center;
}

/*--------------------------------------------
max-width 1300
--------------------------------------------*/
@media (max-width: 1300px) {
    #business h2{
        font-size: 3rem;
    }
    #business p{
        font-size: 0.8rem;
        padding-left: 10px;
    }
}
/*--------------------------------------------
max-width 1080
--------------------------------------------*/
@media (max-width: 1080px) {
    #business h2{
        line-height: 1.5em;
    }
    #business h2 .br{
        display: block;
    }
    #business p{
        width: 90%;
    }
}
/*--------------------------------------------
max-width 600
--------------------------------------------*/
@media (max-width: 600px) {
    #business h2{
        white-space: nowrap;
        font-size: 8.5vw;
    }
    #business p{
        line-height: 1.8em;
        width: 100%;

    }
}