@charset "utf-8";

body{
    font-family: 'Yu Gothic Medium',"游ゴシック Medium","Yu Gothic","游ゴシック体","ヒラギノ角ゴ Pro W3","sans-serif;";
    line-height: 1.7;
    color: #5D5D5D;
}

h3{
    font-weight: normal;
}

/* ヘッダー */

.nav_header_wrap{
    padding: 2.4rem 3rem; 
    align-items: center;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background-color: #ffffff;
    z-index: 998;
}
.nav_header_logo{
    display: flex;
    gap: 2rem;
    align-items: center;
    position: relative;
    z-index: 998;
}

.header_service span{
    display: block;
}
.header_service-one{
    font-size: 1rem;
    position: relative;
    top: 3px;
}

.header_service-two{
    font-size: 1.43rem;
    top: -1px;
    position: relative;
}

.header_service_name{
    font-size: 1.3rem;
    background-color: #F5F5F5;
    border-radius: 4rem;
    width: 9rem;
    height: 2.6rem;
    text-align: center;
    padding-top: 0.2rem;
}
.g-nav ul{
    display: flex;
    align-items: center;
    font-size: 1.6rem;
}
.nav_header_wrap{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.g-nav ul li{
    padding-right: 1.8rem;
}
.g-nav ul li:last-child{
    padding-top: 0.8rem ;
    padding-right: 0;
}
.header_contact{
    color: #ffffff;
    font-size: 1.8rem;
    background-color: #E59375;
    border-radius: 3rem;
    width: 18rem;
    height: 4.7rem;
    text-align: center;
    font-weight: bold;
}

/* SP版 */

@media screen and (max-width:767px) {
    .nav_header_wrap{
        height: 60px;
        padding: 10px 0;
        display: flex;
        align-items: center;
    }

    .header_contact{
        gap: 5px;
    }

    
    .nav_header_logo a{
        padding: 10px 5px 5px 15px;
    }

    .nav_header_logo img{
        height: 30px;
    }

    .header_service{
        display: none;
    }

    .header_service_name{
        display: none;
    }

    .g-nav{
        display: none;
        width: 100vw;
        background-color: #ffffff;
        position: fixed;
        z-index: 100;
        padding-top: 100px;
    }

    .g-nav li{
        display: none;
        text-align: center;
        margin-bottom: 30px;
    }



}

/* Loading背景画面設定　*/
#splash {
    /*fixedで全面に固定*/
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 999;
    background:#E59375;
    }
    
    /* Loading画像中央配置　*/
    #splash_logo {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    }
    
    /* Loading アイコンの大きさ設定　*/
    #splash_logo img {
    width:260px;
    }
    
    /* fadeUpをするアイコンの動き */
    .fadeIn{
        animation-name:fadeInAnime;
        animation-duration:1s;
        animation-fill-mode:forwards;
        opacity:0;
        }
        
        @keyframes fadeInAnime{
        from {
            opacity: 0;
        }
        
        to {
            opacity: 1;
        }
        }

/* FV */

/* .fv{
    display: block;
    left: 0;
    top: 0;
    width: 100vw;
    height: 100vh;
    padding-top: 95px;
} */

.fv-hi{
    height: 100vh;
    margin-top: 95px;
}

.fv{
    height: 100vh;

}

.fv-area{
    position: fixed;
    top: 0;
    right:0;
    left:0;
    bottom:0;
    overflow: hidden;
    z-index: -100;
    margin-top: 95px;
}

.fv-video{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 177.77777778vh;
    height: 56.25vw; 
    min-height: 100%;
    min-width: 100%;
}

.home_content_wrapper{
    padding-top: 22rem;
    padding-left: 15rem;
}
.page-title{
    color: #ffffff;
    font-size: 5rem;
    line-height: 6.6rem;
    letter-spacing: 0.1em;
    font-weight: bold;
}
.page-subtitle{
    color: #ffffff;
    font-size: 2.5rem;
    line-height: 3.5rem;
    letter-spacing: 0.65rem;
    font-weight: bold;
}
.logo-white{
    padding: 3rem 0rem;
}

.fv-bottom{
    background-image: url(/image/common/fv-bottom.jpg);
    background-size: cover;
    background-position: center top;
    background-repeat: no-repeat;
}

.fv-bot-inner h1{
    color: #ffffff;
    font-size: 3rem;
    text-align: center;
    padding-top: 7rem;
    padding-bottom: 5rem;
    letter-spacing: 0.1em
}
.fv-bottom p{
    color: #ffffff;
    font-size: 2rem;
    font-weight: 600;
    text-align: center;
    padding-bottom: 3rem;
    letter-spacing: 0.1em
}

.fv-bot-inner{
    padding-bottom: 4rem;
}

/* SP版 */

@media screen and (max-width:767px) {

    .fv-hi{
        height: 56.25vw;
        margin-top: 60px;

    }

    .fv{
        height: 56.25vw;
    }

    .fv-area{
        height: 56.25vw;
        margin-top: 60px;
    }

    .fv-video{
        width: 100vw;
        height: 56.25vw;
    }

    .home_content_wrapper{
        padding: 350px 0 50px 50px;
        max-width: 550px;
    }

    .page-title{
        font-size: 5rem;
    }

    .logo-white{
        width: 30rem;
    }

    .page-subtitle{
        font-size: 2.6rem;
    }

    .fv-bot-inner h1{
        font-size: 6vw;
        padding: 40px 0;
    }
    .fv-bottom p{
        font-size: 4vw;
    }
}

/* ABOUT */

.about{
    background-size: cover;
    background-position: center top;
    background-repeat: no-repeat;
    background-image: url(/image/common/about-background.png);
}
.heading{
    font-family: "Brandon Grotesque", sans-serif;
    font-size: 1.5rem;
    color: #DF9346;
    text-align: center;
    padding-top: 13rem;
    padding-bottom: 3.5rem;
    letter-spacing: 0.5em
}
.gy-title{
    font-size: 4rem;
    font-weight: bold;
    text-align: center;
    padding-bottom: 7rem;
    letter-spacing: 0.05em
}
.about-service{
    padding-bottom: 13rem;
}
.about-service-contents{
    background-color: #ffffff;
    border-radius: 3rem;
    width: 80%;
    max-width: 108rem;
    height: auto;
    display: flex;
    align-items: center;
    margin: 0 auto;
    padding: 4%;
    box-shadow:  0 0.3rem 5rem rgba(57, 60, 60, 0.1);
    justify-content: space-evenly;
}

.about-service-contents img{
    width: 40%;
    height: auto;
}

.about-service-img{
    height: auto;
    border-radius: 2.3rem;
}
.service-sentence{
    width: 80%;
    padding-left: 5%;
}
.service-sentence-top{
    font-size: 2.6rem;
}
.service-pink{
    font-weight: bold;
    padding-bottom: 1.5rem;
    color: #E59375;
    font-size: 2.6rem;   
}

.service-lead-bottom{
    font-size: 1.7rem;
    line-height: 3.6rem;
    align-items: center;
    width: 98%;
    letter-spacing: 0.05em;
}
.default-gray{
    color: #5D5D5D;
}

@media screen and (max-width:767px) {

    .about-inner{
        padding: 0 30px;
    }

    .heading{
        padding-top: 50px;
        padding-bottom: 10px;
    }

    .gy-title{
        padding-bottom: 30px;
    }

    .gy-title span{
        display: block;
    }

    .about-service{
        padding-bottom: 40px;
    }

    .about-service-contents{
        display: block;
        width: 100%;
        padding: 30px;
    }

    .about-service-contents img{
        width: 100%;
        height: auto;
        padding-bottom: 2rem;
    }

    .service-sentence{
        width: 100%;
    }

    .gy-title{
        font-size: 20px;
    }

    .service-pink{
        font-size: 18px;
    }

    .service-pink span{
        display: inline;
    }

}



/* CTA */

.cta{
    background-image: url(/image/common/cta-background-w.jpg);
    background-size: cover;
    background-position: center top;
    background-repeat: no-repeat;
    min-height: 51.6rem;
    text-align: center;
    position: relative;
}
.cta::before{
    background-image: url(/image/common/cta-background.jpg);
    background-size: cover;
    background-position: center top;
    background-repeat: no-repeat;
    min-height: 51.6rem;
    width: 100%;
    height: 100%;
    position: absolute;
    content: "";
    left: 0;
    opacity: 0.8;
    z-index: 1;
}

.cta-inner{
    max-width: calc(710px + 44.5%);
    margin: 0 auto;
    padding: 0 22.2%;
}

.cta-contents{
    text-align: center;
    margin: 0 auto;
    z-index: 2;
    display: block;
    position: relative;
    padding-bottom: 8rem;
}
.contact-us{
    padding-top: 8rem;
    padding-bottom: 1.5rem;
}
.cta-title{
    color: #ffffff;
    font-size: 3.2rem;
    font-weight: bold;
    letter-spacing: 0.05em;
    display: flex;
    align-items: center;
    justify-content: center;
}
.cta-title:before,.cta-title:after{
    border-top: 0.1rem solid;
    content: "";
    width: 3em;
}
.cta-title:before{
    margin-right: 0.5em;
}
.cta-title:after{
    margin-left: 0.5em;
}
.cta-lead{
    color: #ffffff;
    font-size: 1.8rem;
    font-weight: bold;
    padding-top: 2rem;
    padding-bottom: 5rem;
    letter-spacing: 0.1em;
}

.cta-button{
    display: flex;
    text-align: center;
    background-color: #34414E;
    border-radius: 5rem;
    width: 35rem;
    padding: 2.5rem 2rem;
    align-items: center;
    margin: 0 auto;
}

.cta-button-sentence{
    color: #ffffff;
    font-weight: bold;
    padding-right: 10%;
    padding-left: 28%;
    letter-spacing: 0.1em;
    font-size: 2rem;
    padding-top: 1px;
}
.cta-button-arrow{
    min-width: 2rem;
}

.sp-only{
    display: none;
}

/* SP版 */

@media screen and (max-width:767px) {

    .cta{
        background-image: url(/image/common/cta-bg-sp.jpg);
        background-size: cover;
        background-position: center top;
        background-repeat: no-repeat;
        text-align: center;
        position: relative;
    }

    .cta::before{
        display: none;
    }

    .cta-inner{
        padding: 30px;
    }

    .cta-contents{
        padding-bottom: 20px;
    }

    .contact-us{
        padding-top: 20px;
    }

    .cta-title{
        font-size: 4.8vw;

    }

    .cta-title:before,.cta-title:after{
        display: none;
    }

    .cta-lead{
        padding-bottom: 30px;
        font-size: 3.7vw;
    }

    .cta-button{
        padding: 3rem 2rem;
    }

    .cta-button-arrow{
    margin-right: 2.5rem;
    }

}

/* research */

.research{
    background-size: cover;
    background-position: center top;
    background-repeat: no-repeat;
    background-image: url(/image/common/research-background.jpg);
    text-align: center;
}
.research-top-title{
    color: #1F4D8F;
    font-size: 4.8rem;
    text-align: center;
    font-weight: bold;
    padding-bottom: 7rem;
    line-height: 7rem;
}

.research-gr-inner{
    max-width: calc(1080px + 18.6%);
    margin: 0 auto;
    padding: 0 9.3%;
}

.data-one{
    align-items: flex-end
}
.research-outline{
    background-color: #ffffff;
    border-radius: 3rem;
    aspect-ratio: 3/2;
    text-align: center;
    box-shadow:  0 0.3rem 5rem rgba(26, 28, 28, 0.1);
}
.research-title{
    background-image: url(/image/common/research-orange.jpg);
    border-radius: 3rem 3rem 0 0;
    color: #ffffff;
    font-size: 3rem;
    padding: 1.5rem;
    text-align: center;
}
.research-question{
    font-size: 2.2rem;
    padding-top: 7rem;
    text-align: center;
}
.gh-blue-area{
    width: 50%;
    padding-bottom: 6rem;
}
.research-hu{
    text-align: center;
}
.research-one-data{
    padding-top: 4rem;
    display: flex;
    justify-content: center
}

.research-one-data{
    text-align: center;
}

.graph-blue{
    width: 35rem;
    height: 35rem;
    padding-left: 3rem;
    margin-bottom: 5rem;
}

.graph-blue img{ 
    width: 100%;
    height: auto;
    position: relative;
    display: block;
}

.graph-icon{
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 40%;
    padding-top: 3rem;
    padding-left: 7rem;
}
.graph-sentence{
    display: flex;
    align-items: center;
    padding-bottom: 2rem;
    font-size: 2.5rem;
}

.graph-sentence:last-child{
    padding-bottom: 0;
}

.gh-sentence{
    padding-left: 2rem;
    text-align: start;
}
.gh-sentence-gy{
    padding-left: 2rem;
    color: #919191;
    text-align: start;
}
.icon-one{
    background-color: #BCE1E8;
    border-radius: 50%;
    width: 2rem;
    height: 2rem;
    aspect-ratio: 1/1;
}
.icon-two{
    background-color: #9AC7D0;
    border-radius: 50%;
    width: 2rem;
    height: 2rem;
    aspect-ratio: 1/1;
}
.icon-three{
    background-color: #8BADB4;
    border-radius: 50%;
    width: 2rem;
    height: 2rem;
    aspect-ratio: 1/1;
}
.icon-four{
    background-color: #849DA2;
    border-radius: 50%;
    width: 2rem;
    height: 2rem;
    aspect-ratio: 1/1;
}

.graph-blue-sp{
    padding: 4rem;
    padding-top: 2rem;
}

.graph-text{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: start;
}

.data-source{
    text-align: end;
    color: #DF9346;
    padding-top: 1rem;
    padding-bottom: 10rem;
    text-decoration: underline;
    width: auto;
}

.data-source a{
    display: inline-block; 
    width: auto; 
}

.data-source span{
    color: #DF9346;
}

.data-source img{
    width: 1em;
    padding-left: 2px;
    opacity: 0.7;
}

.research-outline ul{
    font-size: 2.5rem;
}
.research-outline ul li{
    text-align: start;
    padding-bottom: 4rem;
}
.research-outline ul li:last-child{
    padding-bottom: 0;
}

.graph-orange{
    width: 80%;
    padding-top: 2.2rem;
}

.research-arrow{
    padding-bottom: 10rem;
}

.research-bg{
    background-color: #9AC7D0;
    height: 25rem;
    border-radius: 3rem;
    color: #ffffff;
    font-size: 3rem;
    font-weight: bold;
    background-size: 100%;
    align-items: center;
    display: flex;
    position: relative;
    padding: 0 9.3%;
}
.research-bg::before{
    background-image: url(/image/common/research-entry.svg);
    position: absolute;
    content: "";
    background-repeat: no-repeat;
    width: 50%;
    height: 100%;
    z-index: 1;
    top: -2.6rem;
    left: 5rem;
}
.research-bg::after{
    background-image: url(/image/common/research-woman.webp);
    background-size: 28rem;
    position: absolute;
    content: "";
    background-repeat: no-repeat;
    width: 30%;
    height: 300px;
    z-index: 1;
    top: -5rem;
    right: 0;
}
.research-bg-text{
    text-align: start;
    padding-left: 0rem;
    padding-right: 2rem;
}

.research-bg-text span{
    display: block;
}

.research-largetext{
    font-size: 4rem;
}
.research-woman-area{
    width: 30%;
    height: auto;
}
.research-loop{
    padding-top:11rem;
    padding-bottom: 8rem;
}
.research-loop-wrap{
    display: flex;
    overflow: hidden;
}
.research-loop-list{
    display: flex;
    animation: loop-list 30s linear infinite; 
}
.research-loop-list li{
    padding-right: 3rem;
}
.research-loop-item {
    width: calc(100vw / 4);
    display: block;
}
.research-loop-item img{
    width: 100%;
    border-radius: 1rem;

}
@keyframes loop-list {
    from {
        transform: translateX(0);
    }
    to {
        transform: translateX(-100%);
    }
}

.sp-only{
    display: none;
}

#graph-sp{
    display: none;
}

/* SP版 */

@media screen and (max-width:767px) {

    .research-inner{
        padding: 0 30px;
    }

    .research-top-title{
        font-size: 2.3rem;
        line-height: 4rem;
        padding-bottom: 30px;
    }

    .research-title{
        font-size: 2rem;
        font-weight: bold;
    }

    .research-con-inner{
        padding: 0 20px;
    }

    #graph-sp {
        display: block;
        padding: 10px;
    }

    .research-gr-inner{
        padding: 0;
    }

    .research-question{
        padding-top: 20px;
        font-size: 1.6rem;
    }

    .gh-sentence{
        font-size: 1.4rem;
    }

    .gh-sentence-gy{
        font-size: 1.4rem;
    }

    .data-source{
        text-align: center;
        padding-bottom: 30px;
        font-size: 2.6vw;
        padding-top: 1.5rem;
    }

    .research-arrow{
        padding: 30px 0;
    }




    .research-one-data{
        display: block;
        max-width: calc(384px + 30%);
        margin: 0 auto;
        padding: 0 15%;
    }

    .graph-blue-sp{
        width: 80%;
        margin: 0 auto;
    }

    .graph-icon{
        width: 100%;
        padding: 30px 0;
        margin: 0 auto;
    }

    .graph-sentence{
        width: 100%;
        padding-bottom: 0;
        font-size: 18px;
    }

    .graph-orange{
        width: 100%;
        padding: 0 0 1rem 0;
    }

    .research-bg{
    display: none;
    }

    .research-bg::after{
        width: 100%;
        height: auto;
        bottom: 0;
        left: 50%;
        transform: translateX(-50%);
    }

    .research-bg-text span{
        display: inline;
    }

    .research-loop-item {
        width: calc(100vw / 2);
        display: block;
    }

    .pc-only{
        display: none;
    }

    .sp-only{
        display: block;
    }

}

/* CTA */

.cta-large{
    background-image: url(/image/common/cta-background-other.jpg);
    background-size: cover;
    background-position: center top;
    background-repeat: no-repeat;
    text-align: center;
    position: relative;
}
.cta-large::before{
    background-image: url(/image/common/cta-background.jpg);
    background-size: cover;
    background-position: center top;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
    position: absolute;
    content: "";
    left: 0;
    opacity: 0.8;
    z-index: 1;
}
.cta-large-contents{
    width: 66%;
    text-align: center;
    margin: 0 auto;
    z-index: 2;
    display: block;
    position: relative;
    padding-bottom: 8rem;
}
.cta-large-title{
    color: #34414E;
    font-size: 3.2rem;
    font-weight: bold;
    padding-bottom: 5rem;
}
.cta-large-box{
    background-color: #ffffff;
    border-radius: 2.6rem;
    justify-content: center;
    margin-bottom: 5rem;
}
.cta-large-box-title{
    background-color: #9AC7D0;
    border-radius: 2.6rem 2.6rem 0 0;
    height: auto;
    font-size: 2.8rem;
    color: #ffffff;
    padding: 1rem;
    letter-spacing: 0.1;
}
.cta-check{
    width: 76%;
    margin: 0 auto;
    padding-top: 5.5rem;
    padding-bottom: 5.5rem;
    text-align: start;
}
.cta-check-icon{
    display: flex;
    font-size: 2.3rem;
    padding-bottom: 2rem;
}
.cta-check-icon:last-child{
    padding-bottom: 0;
}
.cta-check-icon img{
    display: flex;
    align-items: center;
    padding-right: 2rem;
}

/* スマホ版 */

@media screen and (max-width:767px){

    .cta-large{
        background-image: url(/image/common/cta-large-bg-sp.jpg);
        background-size: cover;
        background-position: center top;
        background-repeat: no-repeat;
        text-align: center;
    }
    

    .cta-large::before{
        display: none;
    }

    .cta-large-contents{
        margin: 0;
        padding: 30px 30px 50px 30px;
        width: 100%;
    }

    .cta-large-title{
        padding-bottom: 2rem;
        font-size: 4.8vw;
    }

    .cta-large-box-title{
        font-size: 4vw;
    }

    .cta-check-icon{
        font-size: 3.8vw;
    }

    .cta-button{
        width: 100%;
        border-radius: 10rem;
        aspect-ratio: 4/1;
    }

    .cta-button-sentence{
        padding: 0;
        margin: 0 auto;
        font-size: 5vw;
    }

    .cta-check-icon{
        align-items: flex-start
    }
}

/* point */

.point{
    text-align: center;
    background-image: url(/image/common/point-background.jpg);
    background-size: cover;
    background-position: center top;
    background-repeat: no-repeat;
    overflow: hidden;
}
.point-top-title{
    display: flex;
    font-size: 3.5rem;
    font-weight: bold;
    justify-content: center;
}
.point-top-title img{
    width: 26rem;
    height: auto;
    padding-right: 2rem;
}
.point-icon {
    display: flex;
    justify-content: center;
    max-width: calc(1080px + 18.6%);
    margin: 0 auto;
    padding: 0 9.3%;
    margin-top: 1.5rem;
}
.point-icon-one{
    padding: 10rem 3rem 3rem 3rem;
    width: 36rem;
}

.point-icon-one a{
    display: inline-block;
    padding: 0;
    margin: 0;
    border-radius: 3rem;
    box-shadow:  0 0.3rem 5rem rgba(57, 60, 60, 0.1);
    line-height: 0; 
}
.point-icon-one img{
    width: 100%;    
    height: auto;   
    border-radius: 1.8rem;
    margin: 0;       
    padding: 0;     
}

.point-icon-wrap-one{
    position: relative;
    display: inline-block;
    width: 100%;
}

.point-icon-wrap-one::before{
    background-image: url(/image/common/point-icon-one-top.webp);
    content: "";
    background-size: 25%;
    background-position: center top;
    background-repeat: no-repeat;
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 1;
    top: -5rem;
}
.point-icon-two{
    padding: 10rem 3rem 3rem 3rem;
    width: 36rem;
}
.point-icon-two a{
    display: inline-block;
    padding: 0;
    margin: 0;
    border-radius: 3rem;
    box-shadow:  0 0.3rem 5rem rgba(57, 60, 60, 0.1);
    line-height: 0; 
}
.point-icon-two img{
    width: 100%;    
    height: auto;   
    border-radius: 1.8rem;
    margin: 0;       
    padding: 0;     
}

.point-icon-wrap-two{
    position: relative;
    display: inline-block;
    width: 100%;
}

.point-icon-wrap-two::before{
    background-image: url(/image/common/point-icon-two-top.png);
    content: "";
    background-size: 25%;
    background-position: center top;
    background-repeat: no-repeat;
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 1;
    top: -5rem;
}
.point-icon-three{
    padding: 10rem 3rem 3rem 3rem;
    width: 36rem;
}
.point-icon-three a{
    display: inline-block;
    padding: 0;
    margin: 0;
    border-radius: 3rem;
    box-shadow:  0 0.3rem 5rem rgba(57, 60, 60, 0.1);
    line-height: 0; 
}
.point-icon-three img{
    width: 100%;    
    height: auto;   
    border-radius: 1.8rem;
    margin: 0;       
    padding: 0;     
}

.point-icon-wrap-three{
    position: relative;
    display: inline-block;
    width: 100%;
}

.point-icon-wrap-three::before{
    background-image: url(/image/common/point-icon-three-top.png);
    content: "";
    background-size: 25%;
    background-position: center top;
    background-repeat: no-repeat;
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 1;
    top: -5rem;
}
#point-one{
    background-color: #ffffff;
    width: 88%;
    height: auto;
    border-radius: 0 4rem 4rem 0;
    box-shadow:  0 0.3rem 5rem rgba(57, 60, 60, 0.1);
    margin-top: 10rem;
}

.point-title {
    display: flex;
    align-items: center;
}

.point-title-num {
    color: #E59375;
    font-size: 10rem;
    font-family: "Brandon Grotesque", sans-serif;
    padding-left: 12rem;
    padding-right: 4rem;
}

.point-title-line {
    border-left: 2px solid #DBDBDB;
    height: 7.3rem;
    padding-right: 4.5rem;
}

.text-one {
    font-size: 2.4rem;
    text-align: start;
    line-height: 30px;
}

.text-two {
    font-size: 4.3rem;
    color: #E59375;
    text-align: start;
    line-height: 50px;
    font-weight: bold;
}
.point-one-toptext {
    display: flex;
    align-items: center;
    padding-left: 12rem;
    padding-top: 8rem;
}

.toptext-wrapper{
    width: 10.7rem;
    height: 10.7rem;
}

.toptext-wrapper img{
    width: 100%;
    height: auto;
    position: relative;
    display: block;
}

.point-one-text {
    text-align: start;
    padding-left: 3rem;
}

.point-one-tx-or {
    color: #E59375;
    font-size: 3rem;
    line-height: 50px;
    font-weight: bold;
}

.point-one-tx-gy {
    font-size: 1.8rem;
    line-height: 30px;
    display: block;
}

.point-one-tx-gy span{
    display: block;
}

.point-one-bottomtext {
    display: flex;
    align-items: center;
    padding-left: 12rem;
    padding-top: 6rem;
    padding-bottom: 8rem;
}

.bottomtext-wrapper{
    width: 10.7rem;
    height: 10.7rem;
}

.bottomtext-wrapper img{
    width: 100%;
    height: auto;
    position: relative;
    display: block;
}

#point-two{
    background-color: #ffffff;
    width: 88%;
    height: auto;
    border-radius: 4rem 0 0 4rem;
    box-shadow:  0 0.3rem 5rem rgba(57, 60, 60, 0.1);
    margin-top: 10rem;
    margin-left: auto;
    margin-right: 0;
    overflow: hidden;
}

.point-two-toptext {
    font-size: 2.6rem;
    color: #E59375;
    text-align: start;
    padding-bottom: 2rem;
    font-weight: bold
}

.point-two-bottomtext {
    padding-right: 8rem;
    padding-bottom: 8rem;
    font-size: 2rem;
    text-align: start
}
.point-two-bottom-textall{
    padding-left: 12rem;
    padding-top: 8rem;
    line-height: 4rem;
}
#point-three{
    background-color: #ffffff;
    width: 88%;
    height: auto;
    border-radius: 0 4rem 4rem 0;
    box-shadow:  0 0.3rem 5rem rgba(57, 60, 60, 0.1);
    margin-top: 10rem;
}
.point-three-toptext {
    font-size: 2.6rem;
    color: #E59375;
    text-align: start;
    padding-bottom: 2rem;
    font-weight: bold
}

.point-three-bottomtext {
    padding-right: 8rem;
    padding-bottom: 8rem;
    font-size: 2rem;
    text-align: start
}
.point-three-bottom-textall{
    padding-left: 12rem;
    padding-top: 8rem;
    line-height: 4rem;
}

@media screen and (max-width:767px){

    .point{
        text-align: center;
        background-image: url(/image/common/point-bg-sp.png);
        background-size: cover;
        background-position: center top;
        background-repeat: no-repeat;
        overflow: hidden;
        
    }

    .point-top-title{
        padding: 0 30px;
    }

    .point-icon{
        display: block;
        text-align: center;
        padding: 0;
    }

    .point-icon-one{
        margin: 0 auto;
        width: 100%;
        padding-top: 8rem;
    }

    
    .point-icon-two{
        margin: 0 auto;
        width: 100%;
        padding: 3rem;
        padding-top: 6rem;
    }

    .point-icon-three{
        margin: 0 auto;
        width: 100%;
        padding: 3rem;
        padding-top: 6rem;
    }

    .point-title-num{
        padding: 0;
    }

    .point-top-title{
        font-size: 20px;
        display: block;
        font-weight: bold;
        text-align: center;
        letter-spacing: 0.05em;
    }

    .point-title{
        display: block;
        text-align: center;
    }

    .point-title-num{
        font-size: 6rem;
        padding-top: 2rem;
    }

    .point-title-line{
        border-left: 0;
        border-top: 2px solid #DBDBDB;
        width: 10%;
        height: 4.3rem;
        margin: 0 auto;
    }

    .point-one{
        width: 95%;
    }

    .point-one-text{
        padding: 0;
    }

    .text-one{
        text-align: center;
        font-weight: normal;
    }


    .text-two{
        text-align: center;
        padding-bottom: 4rem;
        font-size: 3rem;
    }

    .point-image img{
        width: 100%;
    }

    .point-one-bottom-textall{
    padding:50px 30px;
    }

    .point-one-toptext{
        display: block;
        padding: 0;
        text-align: center;
    }

    .toptext-wrapper {
        margin: 0 auto;
    }

    .point-one-tx-or{
        text-align: center;
        font-size: 2.5rem;
        line-height: 1.5em;
    }

    .point-one-tx-or{
        margin: 2rem 0;
        font-size: 2rem;
    }


    .point-one-tx-or span{
        display: block;
    }

    .point-one-tx-gy{
        text-align: center;
        font-size: 1.6rem;
        line-height: 3rem;
    }

    .point-one-tx-gy span{
        display: inline;
    }

    .point-one-bottomtext{
        display: block;
        padding: 0;
    }

    .bottomtext-wrapper {
        margin: 0 auto;
    }

    .bottomtext-wrapper img{
        margin-top: 4rem;
    }

    .point-two{
        width: 95%;
    }

    .point-two-bottom-textall{
        padding: 50px 30px;
    }

    .point-two-toptext{
        font-size: 2rem;
        line-height: 1.5em;
    }

    .point-two-bottomtext{
        padding: 0;
        font-size: 1.6rem;
        line-height: 3rem;
    }

    .point-two-bottomtext span{
        display: block;
        padding-top: 15px;
    }

    .point-three{
        width: 95%;
    }

    .point-three-bottom-textall{
        padding: 50px 30px;
    }

    .point-three-toptext{
        font-size: 2rem;
        line-height: 1.5em;
    }

    .point-three-bottomtext{
        padding: 0;
        font-size: 1.6rem;
        line-height: 3rem;
    }

    .point-three-bottomtext span{
        display: block;
        padding-top: 15px
    }

}

/* works */

.works-text-one {
    display: inline-block;
    background-color: #ffffff;
    border-radius: 5rem;
    margin: 0 auto;
    font-size: 2.5rem;
    padding: 1.5rem 6rem;    
}

.works-text-two {
    font-size: 4rem;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 3rem 0 2.5rem;
    font-weight: bold;
}

.works-text-two img{
    width: 20%;
    padding: 0 2rem;
}

.works-text-three {
    font-size: 2.5rem;
}

.works-text-four {
    font-size: 2.5rem;
    padding-bottom: 10rem;
}

/* 実績の上の動画ループ */

.works-loop {
    overflow: hidden;
    position: relative;
    width: 100%;
}

.works-loop-wrap {
    display: flex;
    animation: loopScroll 20s linear infinite;
    position: relative;
}

.works-loop-item iframe{
    margin-right: 20rem;
    border-radius: 1.6rem;
    width: 80rem;
    height: 45rem;
}

/* .works-loop-wrap::before{
    background-image: url(/image/common/loop-camera.png);
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
} */

.works-loop-item:last-child{
    margin-right: 0;
}

.works-loop-tx{
    margin: 8rem 0 7rem;
}

.works-loop-tx-wrap {
    display: flex;
    animation: loopScroll 20s linear infinite;
    position: relative;
}

@keyframes loopScroll {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-100%);
    }
}

.loop-text-tx {
    margin-right: 6rem;
    flex-shrink: 0;
    width: 100%;
}

.loop-text-tx:last-child {
    margin-right: 0;
}

.works-loop-t {
    overflow: hidden;
    position: relative;
    width: 100%;
}

.works-loop-wrap-t {
    display: flex;
    animation: loopScroll 20s linear infinite;
}

.works-loop-item-t iframe{
    margin-right: 15rem;
    border-radius: 1.6rem;
    width: 65rem;
    height: 36.6rem;
}

.works-loop-item-t:last-child{
    margin-right: 0;
}

.works-button{
    display: flex;
    text-align: center;
    background-color: #ffffff;
    border: 2.5px solid #34414E; 
    border-radius: 5rem;
    width: 37.2rem;
    padding: 2rem 2rem 2rem 3rem;
    align-items: center;
    margin: 0 auto;
    aspect-ratio: 4/1;
    font-size: 2.2rem;
    color: #34414E;
    justify-content: center;
    font-weight: bold;
    margin-top: 10rem;
}
.works-button a{
    height: auto;
    display: flex;
    align-items: center;
}
.works-button img{
    height: auto;
    padding-bottom: 1.5px;
    padding-left: 2rem;
}

.works-button-sentence{
    color: #34414E;
}

.service-lg-wrap{
    max-width: calc(850px + 18.6%);
    margin: 0 auto;
    padding: 0 9.3%;
}

.service-lg-content{
    background-color: #ffffff;
    border-radius: 3rem;
    box-shadow:  0 0.3rem 5rem rgba(57, 60, 60, 0.1);
    margin-top: 16rem;
    margin-bottom: 10rem;
    text-align: center;
}

.service-lg-tx {
    font-size: 2.2rem;
    font-weight: bold;
    padding-top: 1rem;
}

.service-lg-tx-one {
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 5rem;
}

.service-lg-tx-one img{
    padding-right: 2rem;
}

.service-lg-pink{
    font-weight: bold;
    padding-bottom: 1.5rem;
    color: #E59375;
    font-size: 2.2rem;  
}

.lg-line{
    padding-top: 1.5rem;
}

.service-lg-wo{
    display: flex;
    justify-content: center;
    padding-top: 4rem;
    padding-bottom: 6rem;
    width: 100%;
    margin: 0 auto;
}
.service-lg-wo img{
    width: 60%;
}

/* スマホ版 */

@media screen and (max-width:767px){

    .works-inner{
        padding: 0 30px;
    }

    .works-loop-item iframe{
        margin-right: 20px;
        border-radius: 1rem;
        width: 36rem;
        height: 20.25rem;
        
    }

    .works-text-one {
        font-size: 3.8vw;
        padding: 1rem 3rem;
    }

    .works-text-two {
        padding: 20px 0 10px;
        font-size: 5vw;
    }

    .works-text-two span{
        display: block;
        font-size: 2rem;
    }

    .works-text-two img{
        width: 21vw;
        padding: 0 1rem 3px;
    }

    .works-text-four{
        font-size: 5vw;
        padding-bottom: 6rem;
    }

    .works-loop-tx-wrap{
        padding: 3rem 0;
    }

    .works-loop-item-t iframe{
        margin-right: 20px;
        border-radius: 1rem;
        width: 24rem;
        height: 13.5rem;
    }

    .works-button-wrap{
        padding: 0 30px;
    }

    .works-button{
        width: 100%;
        border-radius: 10rem;
        margin-top: 5rem;
    }

    .works-button-sentence{
        font-size: 4.8vw;
    }


    .service-lg-wrap{
        width: 100%;
        margin: 0;
        padding: 0 30px;
    }

    .service-lg-tx {
        font-size: 2rem;
        padding: 0 20px;
    }

    .service-lg-content{
        margin-top: 8rem;
    }

    .service-lg-tx-one {
        font-size: 4vw;
    }

    .service-lg-tx-one img{
        padding-right: 1rem;
        width: 18rem;
    }

    .service-lg-pink{
        padding-bottom: 1rem;
    }

    .lg-line{
        font-size: 3.5vw;
    }

    .lg-line-two{
        font-size: 4vw;
        letter-spacing: 0.15em;
    }

    .service-lg-wo{
        padding-bottom: 3rem;
    }

    .service-lg-wo img{
        width: 80%;
    }

}

/* plan */

.plan-bg{
    background-image: url(/image/common/plan-bg.jpg);
    padding-bottom: 13rem;
    height: auto;
}

.heading-left{
    font-family: "Brandon Grotesque", sans-serif;
    font-size: 1.5rem;
    color: #DF9346;
    text-align: start;
    padding-top: 13rem;
    padding-bottom: 3.5rem;
    letter-spacing: 0.5em;
}

.gy-title-left{
    font-size: 4rem;
    font-weight: bold;
    text-align: start;
    padding-bottom: 7rem;
    letter-spacing: 0.05em;
}

.plan-wrap{
    max-width: calc(1080px + 18.6%);
    margin: 0 auto;
    padding: 0 9.3%;
}

.plan-detail {
    display: flex;

}

.plan-detail-one {
    text-align: center;
    background-color: #ffffff;
    width: 100%;
    height: auto;
    border: 5px solid #F09866;
    border-radius: 2.6rem;
    margin-right: 2.5rem;
    box-shadow:  0 0.3rem 5rem rgba(57, 60, 60, 0.1);
}

.plan-detail-one-head {
    color: #F09866;
    font-size: 3.5rem;
    padding-top: 3rem;
    font-weight: bold;
    font-family: "Brandon Grotesque", sans-serif;
}

.plan-detail-one-head-sub{
    color: #DF9346;
    font-size: 1.6rem;
    padding-bottom: 1rem;
}

.plan-detail-one-sub {
    color: #F09866;
    font-size: 1.6rem;
    padding-bottom: 5px;
}

.plan-amount {
    font-size: 2.6rem;
}

.price-one{
    position: relative;
    background: linear-gradient(transparent 60%, #F9D3BE 60% 90%, transparent 90%);
    padding: 1rem;
    font-family: "Brandon Grotesque", sans-serif;
    font-weight: bold;
}

.yen {
    font-size: 1.6rem;
    font-weight: bold;
}

.tax {
    font-size: 1.6rem;
}

.plan-content {
    font-size: 1.6rem;
}

.plan-content-tx{
    width: 70%;
    margin: 0 auto;
    padding-top: 1.5rem;
}

.plan-content-line{
    display: flex;
    align-items: center;
    padding-bottom: 1rem;
    text-align: start;
}

.plan-content-line img{
    height: auto;
    display: flex;
    align-items: center;
    padding-right: 1.5rem;
}

.plan-content-line span{
    display: block;
}

.attention {
    font-size: 1.4rem;
    padding-top: 1rem;
    padding-bottom: 2.8rem;
}

.plan-detail-two {
    text-align: center;
    background-color: #ffffff;
    width: 100%;
    height: auto;
    border: 5px solid #A8CB78;
    border-radius: 2.6rem;
    margin-right: 2.5rem;
    box-shadow:  0 0.3rem 5rem rgba(57, 60, 60, 0.1);
    position: relative;
}

.plan-detail-two::before{
    background-image: url(/image/common/plan-recommend.png);
    background-repeat: no-repeat;
    background-position: center top;
    background-size: 50%;
    content: "";
    width: 100%;
    height: 100%;
    top: -35px;
    left: 0;
    position: absolute;

}

.plan-detail-two-head {
    color: #A8CB78;
    font-size: 3.5rem;
    font-weight: bold;
    padding-top: 3rem;
    font-family: "Brandon Grotesque", sans-serif;
}

.plan-detail-two-head-sub{
    color: #A8CB78;
    font-size: 1.6rem;
    padding-bottom: 1rem;
}

.plan-detail-two-sub {
    color: #A8CB78;
    font-size: 1.6rem;
    padding-bottom: 5px;
}

.price-two{
    position: relative;
    background: linear-gradient(transparent 60%, #E4EBD4 60% 90%, transparent 90%);
    padding: 1rem;
    font-family: "Brandon Grotesque", sans-serif;
    font-weight: bold;
}

.plan-detail-three {
    text-align: center;
    background-color: #ffffff;
    width: 100%;
    height: auto;
    border: 5px solid #9AC7D0;
    border-radius: 2.6rem;
    box-shadow:  0 0.3rem 5rem rgba(57, 60, 60, 0.1);
}

.plan-detail-three-head {
    color: #9AC7D0;
    font-size: 3.5rem;
    font-weight: bold;
    padding-top: 3rem;
    font-family: "Brandon Grotesque", sans-serif;
}

.plan-detail-three-head-sub{
    color: #9AC7D0;
    font-size: 1.6rem;
    padding-bottom: 1rem;
}

.plan-detail-three-sub {
    color: #9AC7D0;
    font-size: 1.6rem;
    padding-bottom: 5px;
}

.price-three{
    position: relative;
    background: linear-gradient(transparent 60%, #D4E7EB 60% 90%, transparent 90%);
    padding: 1rem;
    font-family: "Brandon Grotesque", sans-serif;
    font-weight: bold;
}

.plan-attention{
    padding-top: 4rem;
    text-align: start;
}

.gy-title-op{
    font-size: 3rem;
    font-weight: bold;
    text-align: start;
    padding-top: 12rem;
    padding-bottom: 2rem;
    letter-spacing: 0.05em;
}

.option-content {
    background-color: #ffffff;
    border-radius: 3.6rem;
    height: auto;
    padding: 3rem 6rem;
    box-shadow:  0 0.3rem 5rem rgba(57, 60, 60, 0.1);
}

.option-tx {
    font-size: 1.8rem;
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #E2E2E2;
    padding: 1.5rem;
}

.option-tx:last-child {
    border-bottom: none;
    font-size: 1.6rem    
}

.option-tx-left{
    display: flex;
    align-items: flex-start;
}

.mark {
    font-size: 1.4rem;
    padding-top: 2px;
}

@media screen and (max-width:767px){

    .plan-bg{
        background-image: url(/image/common/plan-bg-sp.png);
        padding-bottom: 7rem;
    }

    .heading-left{
        padding-top: 60px;
        padding-bottom: 10px;
    }

    .gy-title-left{
        font-size: 20px;
        padding-bottom: 30px;
    }

    .plan-wrap{
        padding: 0 30px;
    }

    .plan-detail{
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .plan-detail-one{
        margin: 0;
        margin-bottom: 50px;
        width: 100%;
    }

    .plan-detail-one-head {
        font-size: 3rem;
    }

    .plan-detail-two{
        margin: 0;
        margin-bottom: 50px;
        width: 100%;
    }

    .plan-detail-two-head {
        font-size: 3rem;
    }

    .plan-detail-three{
        width: 100%;
    }

    .plan-detail-three-head {
        font-size: 3rem;
    }

    .plan-content{
        padding-top: 20px;
    }

    .plan-content-tx{
        max-width: calc(200px + 4%);
        margin: 0 auto;
        padding: 0 2%;
    }

    .gy-title-op{
        font-size: 20px;
    padding-top: 30px;
    }

    .option-content{
        padding: 2rem 3rem;
    }

    .option-tx{
        display: flex;
        flex-direction: column;
        align-items: center;
        padding: 1.5rem 0;
    }

    .option-tx-left{
        display: block;
        text-align: center;
    }

    .option-tx-left-t span{
        display: block;
        font-size: 3vw;
    }

    .option-tx-right{
        padding-top: 1rem;
    }
}

/* flow */

.flow-wrap {
    max-width: calc(1080px + 18.6%);
    margin: 0 auto;
    padding: 0 9.3%;
}

.flow-con-wrap{
    max-width: calc(850px + 33.5%);
    margin: 0 auto;
    padding: 0 16.7%;
}

.flow-content {
    background-color: #ffffff;
    border-radius: 3.6rem;
    box-shadow:  0 0.3rem 5rem rgba(57, 60, 60, 0.1);
    margin: 0 auto;
    width: 100%;
    padding: 5rem 0;
}

.flow-step {
    display: flex;
    justify-content: center;
    padding: 2rem 3rem 0 3rem;
}

.flow-step-left {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-right: 4.5rem;
}

.flow-step-left-or {
    font-size: 2.2rem;
    color: #F09866;
    font-weight: bold;
    padding-bottom: 2rem;
    font-family: "Brandon Grotesque", sans-serif;
}

.flow-step-left img {
    background-color: #F09866;
    border-radius: 50%;
    width: 75px;
    height: auto;
    padding: 2rem;
    margin-bottom: 2rem;
}

.flow-step-line{
    border-left: 3px dotted #E2E2E2;
    height: 4rem;
}

.flow-step-right {
    width: 56rem;
    text-align: start;
}

.flow-step-right-or {
    font-size: 2.4rem;
    color: #F09866;
    font-weight: bold;
    padding-bottom: 2rem;
}

.flow-step-right-gy {
    font-size: 2rem;
}

/* スマホ版 */

@media screen and (max-width:767px){

    .flow-con-wrap{
        padding: 0 30px;
    }

    .flow-content{
        text-align: center;
        display: flex;
        flex-direction: column;
        align-items: center;
        padding: 3rem 0;
    }

    .flow-step{
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .flow-step-left{
        padding: 0;
    }

    .flow-step-left-or{
        padding-bottom: 1rem;
    }

    .flow-step-line{
        display: none;
    }

    .flow-step-right {
        width: 100%;
        height: auto;
        display: flex;
        flex-direction: column;
        align-items: center;
    }



    .flow-step-right-or{
        font-size: 5vw;
    }

    .flow-step-right-gy{
        font-size: 4vw;
        width: 80%;
        padding-bottom: 2.5rem;
        text-align: center;
    }

    .sp-only-line{
        border-left: 3px dotted #E2E2E2;
        height: 4rem;
        padding: 2rem 0;
    }
}


/* faq */

* {
    list-style: none;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

.accordion-container {
    width: 100%;
    padding-bottom: 8rem;
}

.accordion-list:not(:first-child) {
    margin-top: 10px;
}

.accordion-title {
    cursor: pointer;
    font-size: 1.8rem;
    padding: 20px 60px;
    position: relative;
    text-align: start;
}

.accordion-title::before {
    font-family: "Brandon Grotesque", sans-serif;
    font-weight: bold;
    position: absolute;
    content: 'Q';
    width: 40px;
    height: 40px;
    background-color: #E59375;
    border-radius: 30px;
    color: #FFFFFF;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto ;
}

.accordion-title:after {
    position: absolute;
    display: block;
    content: '';
    top: 35%;
    right: 22px;
    width: 8px;
    height: 8px;
    border-top: 2px solid #E59375;
    border-right: 2px solid #E59375;
    transform: rotate(135deg);
    transition: all .3s ease-in-out;
}

.accordion-title.open:after {
    transform: rotate(-45deg);
    top: 45%;
}

.accordion-text {
    display: none;
    padding: 20px 60px;
    text-align: start;
    font-size: 1.6rem;
    position: relative;
}

.accordion-text::before {
    font-family: "Brandon Grotesque", sans-serif;
    font-weight: bold;
    position: absolute;
    content: 'A';
    width: 40px;
    height: 40px;
    background-color: #ffffff;
    border-radius: 30px;
    color: #E59375;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto ;
}

.accordion-text img{
    width: 3.5rem;
    height: 3.5rem;
    margin-right: 1.5rem;
}




/* /// */


#faq {
    background-color: #F9F9F5;
}

.faq-wrap{
    max-width: calc(1080px + 18.6%);
    margin: 0 auto;
    padding: 0 9.3%;
    padding-bottom: 8rem;
}

.qu {
    display: flex;
    font-size: 1.8rem;
    align-items: center;
    padding-bottom: 1.8rem;
    width: 100%;
    height: 100%;
}

.qu img{
    width: 3.5rem;
    height: 3.5rem;
    margin-right: 1.5rem;
}

.qu p{
    text-align: start;
}

.an {
    display: flex;
    font-size: 1.8rem;
    align-items: center;
    padding-bottom: 5rem;
}

.an p{
    text-align: start;
}

.an img{
    width: 3.5rem;
    height: 3.5rem;
    margin-right: 1.5rem;
}

@media screen and (max-width:767px) {

    .faq-wrap{
        padding-bottom: 2rem;
    }

    .qa{
        text-align: start;
    }

    .qu{
        align-items: flex-start
    }

    .an{
        align-items: flex-start
    }
}

/* footer */

.page-footer-area {
    text-align: center;
    padding: 4rem;
    background-color: #34414E;
    color: #ffffff;
    z-index: 5;
}

.footer-logo{
    padding-bottom: 2rem;
}

.footer-ldlogo{
    width: 15rem;
    padding-bottom: 1rem;
}

.footer-ftlogo{
    width: 12rem;
}

.footer-one {
    display: flex;
    justify-content: center;
    font-size: 1.6rem;
    padding-bottom: 4rem;
    padding-top: 2rem;
}

.footer-one a {
    display: flex;
    padding-right: 3rem;
}

.footer-one a:last-child{
    padding-right: 0;
}

.footer-one img {
    width: 1rem;
    opacity: 0.5;
}

.footer-two {
    font-size: 1.2rem;
}

.footer-logo a {
    display: inline-block; 
}

@media screen and (max-width:767px){
    .footer-one{
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .footer-one span{
        padding-right: 0;
    }

    .footer-one a {
        padding-right: 0;
    }
}


/* 右下に固定 */
#page-top a {
    bottom: 0;
    padding: 20px;
    position: fixed;
    right: 0;
    z-index: 500;
    opacity: 0.9;
}

#page-top img{
    width: 50px;
    
}