@charset "utf-8";
/* CSS Document */
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    vertical-align: baseline;
}
*{
    box-sizing: border-box;
}
html {
    font-size: 62.5%; /* 62.5%を指定すると「1.0 rem = 10px」 */
}
body {
    color:#262828;
	font-size: 16px;
    font-size: 1.6rem;
    line-height: 2;
    letter-spacing: 2px;
    background-color:#fff;
	margin:0;
    box-sizing: border-box;
}
a, a:active, a:visited{
    color:#262828;
	text-decoration:none;
}
a:hover,a:active{
	opacity:0.8;
}
img{
	border:none;
    width: 100%;
}
ul li{
	list-style:none;
}
.nowrap {
    white-space: nowrap;
	display: inline-block;
}
.clearfix:after {
    content:".";
    display:block;
    clear:both;
    height:0;
    visibility:hidden;
}
.renner{
    font-family: "Renner*", a-otf-gothic-bbb-pr6n, sans-serif;
}
.logo-text a img, .footer-nav{
    z-index: 2000;
}



/*********
    INDEX
**********/

.main{
    background-attachment: fixed;
    transition: all .5s ease-in-out;
}
.bg-01, .bg-02, .bg-03, .bg-04,.bg-05{
    opacity: 0;
}
.main.bg-01{
    background-image: 
        radial-gradient(at 92% 21%, #79a731 -12%, transparent 40%),
        radial-gradient(at 55% 52%, #fff, transparent),
        radial-gradient(at 0% 80%, #bacb00, transparent 29%),
        radial-gradient(at 28% 1%, #081e1b, #198135 59%),
        radial-gradient(at 123% 80%, #fff, transparent 70%),
        radial-gradient(at 95% 100%, #097d89, transparent),
        radial-gradient(at 50% 69%, #fff, #fff 100%);
    opacity: 1;
}
.main.bg-02{
    background-image: 
        radial-gradient(at 9% 129%, #731baf, transparent 31%),
        radial-gradient(at 1% 20%, #bce57f, transparent 25%),
        radial-gradient(at 0% 0%, #62eb2b, transparent 56%),
        radial-gradient(at 99% 90%, #bce57f, transparent 29%),
        radial-gradient(at 112% 59%, #61db84, transparent 65%),
        radial-gradient(at 0% 20%, #9944d7, transparent 80%),
        radial-gradient(at 98% 0%, #9944d7, #bc78b5 40%);
    opacity: 1;
}
.main.bg-03{
    background-image:
        radial-gradient(at 23% 67%, #c0e482, transparent 27%), 
        radial-gradient(at 35% 97%, #9868ce, transparent 45%),
        radial-gradient(at 85% 49%, #9944d7, transparent 67%),
        radial-gradient(at 0% 0%, #180571, transparent 61%),
        radial-gradient(at 95% 2%, #180571, transparent 35%),
        radial-gradient(at 80% 60%, #79ed56, #64e185 40%),
        radial-gradient(at 100% 100%, #66ea34, #aded72 40%);
    opacity: 1;
}
.main.bg-04{
    background-image:
        radial-gradient(at 100% 0%, #e7c30d, transparent 27%), 
        radial-gradient(at 100% 20%, #d3da18, transparent 25%),
        radial-gradient(at 8% 40%, #e96c5a, transparent 40%),
        radial-gradient(at 90% 45%, #b7e02c, transparent 21%),
        radial-gradient(at 9% 50%, #e06369, transparent 15%),
        radial-gradient(at 10% 80%, #5e62f7, transparent 40%),
        radial-gradient(at 100% 100%, #98e0ef, #f5c390 60%);
    opacity: 1;
}
.main.bg-05{
    background-image:
        linear-gradient(to bottom, #8dc723, #079131);
    opacity: 1;
}
.container{
    padding: 0 20px;
}
#top{
    padding-top: 130px;
}
.top-copy{
    color: #fff;
}
.gsr-copy{
    font-weight: bold;
    font-size: 3rem;
    text-align: justify;
    text-align-last: justify;
    text-justify: inter-character;
    line-height: 1.6;
}
.top-copy h1{
    margin: 30px auto 20px;
    line-height: 1.5;
    letter-spacing: 3px;
    font-size: 1.8rem;
}
.co-list{
    width: 90%;
    max-width: 500px;
    margin: 10px auto 0;
    display: flex;
    justify-content: center;
    align-items: center;
}
.co-list dd{
    width: 25%;
    padding: 0 5px;
}
.top-concept{
    margin: 30px auto 60px;
    color: #000;
    line-height: 2.2;
}
.our-ttl{
    font-size: 3rem;
    font-family: acumin-pro, sans-serif;
    font-style: normal;
    font-weight: bold;
    color: #000;
    transform: scale(0.6, 1);
    margin-left: -25%;
}

#works, #works-flow, #company{
    padding-top: 160px;
}
#contact, #company{
    padding-top: 160px;
    padding-bottom: 200px;
}
#works, #works-flow, #contact{
    color: #fff;
}
h2{
    margin-bottom: 30px;
    font-size: 3rem;
}
.work-copy{
    font-size: 1.8rem;
}
#works-list{
    margin: 60px auto;
}
#works-list ul{
    display: flex;
    flex-wrap: wrap;
}
#works-list ul li{
    width: 50%;
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-content: center;
    margin-bottom: 30px;
    text-align: center;
    line-height: 1.5;
    font-weight: bold;
    letter-spacing: 1.3px;
}
#works-list ul li img{
    width: 60%;
    height: auto;
    margin: 0 auto;
    padding: 20px 20px 0;
}
.work-sub h3{
    font-size: 2.4rem;
    text-align: center;
    letter-spacing: 3px;
    margin-bottom: 20px;
}
.work-sub ul{
    display: flex;
    justify-content: center;
    align-items: center;
}
.work-sub ul li{
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    padding: 5px;
}
.work-sub ul li span{
    font-size: 11px;
    letter-spacing: 1px;
    margin-top: 10px;
}

#bg-color-3{
    background-image:
        radial-gradient(at 23% 67%, #c0e482, transparent 27%), 
        radial-gradient(at 35% 97%, #9868ce, transparent 45%),
        radial-gradient(at 85% 49%, #9944d7, transparent 67%),
        radial-gradient(at 0% 0%, #180571, transparent 61%),
        radial-gradient(at 95% 2%, #180571, transparent 35%),
        radial-gradient(at 80% 60%, #79ed56, #64e185 40%),
        radial-gradient(at 100% 100%, #66ea34, #aded72 40%);
}
.works-flow{
    margin: 60px auto 0;
    overflow: hidden;
    position: relative;
}
.works-flow-outline{
    overflow-x:scroll;
}
.works-flow-outline ul{
    display: flex;
    overflow: auto;
    scroll-snap-type: x mandatory;
    padding-bottom: 40px;
}
.works-flow-outline ul li{
    min-width: 100%;
    scroll-snap-align: start;
    overflow: hidden;
}
.flow{
    width: 80%;
    height: 200px;
    background: #eaf9e7;
    border-radius: 25px;
    margin: 150px auto 0;
    text-align: center;
    position: relative;
}
.flow:before{
    content:"";
    display: block;
    width: 100%;
    height: 200px;
    background: #eaf9e7;
    border-radius: 25px;
    position: absolute;
    z-index: -1;
}
.works-flow h3{
    text-align: center;
    font-size: 2rem;
    letter-spacing: 2px;
}

/****  画像　***/
.flow img{
    position: absolute;
}

.flow span:after{
    transform: translatey(-100%);
    transition: all 1.5s ease-in-out;
}
.flow.active-point span:after{
    transform: translatey(0);
}

/****  画像(1)　***/
.flow-01 img{
    width: 295px;
    left: -7%;
    bottom: -157px;
}
.flow-01 span:after{
    content: "";
    display: block;
    width: 37px;
    height: 54px;
    background: url("/img/flow-phone.gif") no-repeat center/ cover;
    position: absolute;
    left: 60%;
    bottom: 143px;
}




/****  画像(2)　***/
.flow-02 span:nth-of-type(1) img{
    width: 220px;
    left: -25%;
    bottom: 40px;
}
.flow-02 span:nth-of-type(2) img{
    width: 267px;
    right: -31%;
    bottom: 24px;
}

/****  画像(3)　***/
.flow-03 span:nth-of-type(1) img{
    width: 220px;
    left: -25%;
    bottom: 87px;
    z-index: 1;
}
.flow-03 span:nth-of-type(2) img{
    width: 220px;
    right: -25%;
    bottom: 33px;
}
.flow-03 span:nth-of-type(3) img{
    width: 220px;
    left: 18%;
    bottom: -40px;
}
.flow-03 span:nth-of-type(1):after{
    content: "";
    display: block;
    width: 120px;
    height: 86px;
    background: url("/img/flow-03-1.gif") no-repeat center/ cover;
    position: absolute;
    left: 33%;
    bottom: 245px;
}
.flow-03 span:nth-of-type(2):after{
    content: "";
    display: block;
    width: 40px;
    height: 67px;
    background: url("/img/flow-03-2.gif") no-repeat center/ cover;
    position: absolute;
    right: 54px;
    bottom: 220px;
}
.flow-03 span:nth-of-type(3):after{
    content: "";
    display: block;
    width: 37px;
    height: 37px;
    background: url("/img/flow-bell.gif" ) no-repeat center/cover;
    position: absolute;
    left: 35%;
    bottom: 139px;
}

/****  画像(4)　***/
.flow-04 span:nth-of-type(1) img{
    width: 300px;
    bottom: 240px;
    left: calc(50% - 150px);
}
.flow-04 span:nth-of-type(2) img{
    width: 240px;
    bottom: 12px;
}
.flow-04 span:nth-of-type(3) img{
    width: 200px;
    left: -17%;
    bottom: -33px;
}
.flow-04 span:nth-of-type(2):after{
    content: "";
    display: block;
    width: 80px;
    height: 80px;
    background: url("/img/flow-comment.gif") no-repeat center/ cover;
    position: absolute;
    right: 33%;
    bottom: 210px;
}
.flow-04 span:nth-of-type(3):after{
    content: "";
    display: block;
    width: 37px;
    height: 37px;
    background: url("/img/flow-bell.gif") no-repeat center/ cover;
    position: absolute;
    left: 29%;
    bottom: 167px;
}

/****  画像(5)　***/
.flow-05 span:nth-of-type(1) img{
    width: 300px;
    bottom: 240px;
    left: calc(50% - 150px);
}
.flow-05 span:nth-of-type(2) img{
    width: 200px;
    right: -25%;
    bottom: 100px;
}
.flow-05 span:nth-of-type(3) img{
    width: 200px;
    left: -35%;
    bottom: 60px;
}
.flow-05 span:nth-of-type(4) img{
    width: 200px;
    left: 32%;
    bottom: -30%;
}
.flow-05 span:nth-of-type(3):after{
    content: "";
    display: block;
    width: 120px;
    height: 46px;
    background: url("/img/flow-05.gif") no-repeat center/ cover;
    position: absolute;
    left: 14%;
    bottom: 186px;
}
.flow-05 span:nth-of-type(4):after{
    content: "";
    display: block;
    width: 80px;
    height: 80px;
    background: url("/img/flow-comment.gif") no-repeat center/ cover;
    position: absolute;
    left: 23%;
    bottom: 110px;
}

/****  画像(6)　***/
.flow-06 span:nth-of-type(1) img{
    width: 240px;
    left: calc(50% - 120px);
    bottom: 162px;
}
.flow-06 span:nth-of-type(2) img{
    width: 230px;
    right: -17%;
    bottom: -8px;
}
.flow-06 span:nth-of-type(3) img{
    width: 200px;
    left: -13%;
    bottom: 1px;
}
.flow-06 span:nth-of-type(3):after{
    content: "";
    display: block;
    width: 54px;
    height: 54px;
    background: url("/img/flow-kirakira.gif") no-repeat center/ cover;
    position: absolute;
    left: 30%;
    bottom: 220px;
}

/****  画像(7)　***/
.flow-07 span:nth-of-type(1) img{
    width: 240px;
    left: calc(50% - 120px);
    bottom: 162px;
}
.flow-07 span:nth-of-type(2) img{
    width: 220px;
    left: -30%;
    bottom: 70px;
    z-index: 1;
}
.flow-07 span:nth-of-type(3) img{
    width: 180px;
    transform: scale(-1, 1);
    left: 16%;
}
.flow-07 span:nth-of-type(4) img{
    width: 180px;
    right: -30%;
}
.flow-07 span:nth-of-type(2):after{
    content: "";
    display: block;
    width: 140px;
    height: 106px;
    background: url("/img/flow-07-1.gif") no-repeat center/ cover;
    position: absolute;
    left: 20%;
    bottom: 220px;
    transform: rotate(-15deg);
}
.flow-07 span:nth-of-type(3):after{
    content: "";
    display: block;
    width: 100px;
    height: 117px;
    background: url("/img/flow-07-2.gif") no-repeat center/ cover;
    position: absolute;
    right: 13%;
    bottom: 120px;
}

/****  画像(8)　***/
.flow-08 span:nth-of-type(1) img{
    width: 240px;
    left: calc(50% - 120px);
    bottom: 162px;
}
.flow-08 span:nth-of-type(2) img{
    width: 220px;
    bottom: 50px;
}
.flow-08 span:nth-of-type(3) img{
    width: 220px;
    left: 0;
    bottom: 30px;
}
.flow-08 span:nth-of-type(3):after{
    content: "";
    display: block;
    width: 50px;
    height: 46px;
    background: url("/img/flow-bag.gif") no-repeat center/ cover;
    position: absolute;
    right: 29%;
    bottom: 260px;
    transition: all 1.5s cubic-bezier(.36,0,.47,-1.16);
    transform: translateY(10px);
}
.flow-08.active-point span:nth-of-type(3):after{
    transform: translateY(-300%);
}

/****  画像(9)　***/
.flow-09 span:nth-of-type(1) img{
    width: 200px;
    left: calc(50% - 100px);
    bottom: 160px;
}
.flow-09 span:nth-of-type(2) img{
    width: 220px;
    right: -17%;
    bottom: -10px;
}
.flow-09 span:nth-of-type(3) img{
    width: 200px;
    left: -13%;
    bottom: -12px;
}
.flow-09 span:nth-of-type(3):after{
    content: "";
    display: block;
    width: 54px;
    height: 54px;
    background: url("/img/flow-kirakira.gif") no-repeat center/ cover;
    position: absolute;
    left: 30%;
    bottom: 220px;
}

/****  画像(10)　***/
.flow-10 span:nth-of-type(1) img{
    width: 200px;
    left: calc(50% - 100px);
    bottom: 160px;
}
.flow-10 span:nth-of-type(2) img{
    width: 202px;
    right: -11%;
    bottom: 88px;
}
.flow-10 span:nth-of-type(3) img{
    transform: scale(-1, 1);
    width: 200px;
    right: -36%;
    bottom: 59px;
}
.flow-10 span:nth-of-type(4) img{
    width: 220px;
    right: -17%;
    bottom: -10px;
}
.flow-10 span:nth-of-type(5) img{
    width: 200px;
    left: -23%;
    bottom: -12px;
}
.flow-10 span:nth-of-type(5):after{
    content: "";
    display: block;
    width: 54px;
    height: 54px;
    background: url("/img/flow-kirakira.gif") no-repeat center/ cover;
    position: absolute;
    left: 30%;
    bottom: 220px;
}



/*****  NEW WORKS FLOW *****/
#worksflow{
    margin-top: 60px;
    padding-bottom: 60px;
}
.swiper-wrapper{
    padding-bottom: 60px;
}
#worksflow h3{
    text-align: center;
    font-size: 2rem;
    letter-spacing: 2px;
}
#worksflow .swiper-slide{
    overflow: hidden;
    position: relative;
}
#worksflow .swiper-slide dl dd{
    width: 80%;
    height: 400px;
    margin: 0 auto;
    position: relative;
}
#worksflow .swiper-slide dl dd:before {
    content: "";
    display: block;
    width: 100%;
    height: 200px;
    background: #eaf9e7;
    border-radius: 25px;
    position: absolute;
    bottom: 0;
    z-index: -1;
}
#worksflow span{
    position: absolute;
}
.flow01 .img-customer{
    bottom: -92%;
    width: 500px;
    left: -48%;
}
.flow01 .img-phone{
    width: 60px;
    right: 0px;
    bottom: 151px;
    transform: rotate(10deg);
}
.flow02 .img-customer{
    width: 300px;
    left: -38%;
    bottom: -66px;
    z-index: 1;
}
.flow02 .img-staff01{
    width: 320px;
    right: -39%;
    bottom: -20px;
}
.flow03 .img-staff01, .flow05 .img-staff01{
    width: 260px;
    bottom: -117px;
    z-index: 1;
}
.flow03 .img-staff02, .flow05 .img-staff02, .flow07 .img-staff02{
    width: 150px;
    left: -35px;
}
.flow03 .img-staff03, .flow05 .img-staff03{
    width: 150px;
    right: -35px;
    bottom: 65px;
}
.flow04 .img-customer{
    width: 300px;
    left: -98px;
    bottom: -165px;
    z-index: 1;
}
.flow04 .img-staff01{
    width: 240px;
    right: -88px;
    bottom: 7px;
}
.flow06 .img-customer{
    width: 200px;
    left: -50px;
    bottom: 2px;
}
.flow06 .img-staff01{
    width: 240px;
    bottom: 2px;
    right: -50px;
}
.flow07 .img-staff01{
    width: 180px;
    transform: scale(-1, 1);
    bottom: 0;
    left: 50px;
}
.flow07 .img-staff03{
    width: 130px;
    right: -50px;
    bottom: 0;
}
.flow08 .img-staff02{
    width: 180px;
    left: -40px;
    bottom: 0;
}
.flow08 .img-staff03{
    width: 160px;
    right: -40px;
    bottom: 30px;
}
.flow09 .img-customer{
    width: 200px;
    bottom: 20px;
    left: -40px;
}
.flow09 .img-staff01{
    width: 240px;
    bottom: 0;
    right: -40px;
}
.flow10 .img-customer{
    width: 280px;
    left: -108px;
    bottom: -85px;
}
.flow10 .img-staff03{
    width: 100px;
    right: 10px;
    bottom: 161px;
}
.flow10 .img-staff02{
    transform: scale(-1,1);
    width: 120px;
    right: -71px;
    bottom: 112px;
}
.flow10 .img-staff01{
    width: 320px;
    right: -80px;
    bottom: -135px;
}






/*****  NEW WORKS FLOW -- END *****/

.contact-form div{
    border-bottom: 1px solid #bfbfbf;
    position: relative;
    margin-bottom: 40px;
}
.contact-form label{
    position: absolute;
    font-size: 1rem;
}
.contact-form input{
    background: transparent;
    border: none;
    box-shadow: none;
    margin: 0;
    padding: 20px 10px 10px;
    outline: none;
    width: 100%;
}
.contact-form textarea{
    background: transparent;
    width: 100%;
    margin-top: 20px;
    outline: none;
    border: none;
    padding: 20px 10px;
}
.contact-form div.formrun-system-show{
    font-size: 12px;
    color: #7e0f0f;
    border: none;
    margin-bottom: 5px;
}
.contact-form button{
    border: none;
    padding: 10px 20px;
    border-radius: 25px;
    backdrop-filter: blur(16px);
    background: rgba(255,255,255,0.6);
    letter-spacing: 2px;
    font-weight: bold;
    color: #565656;
    font-size: 1.8rem;
}


.company-copy h2{
    color: #fff;
}
.ceo{
    text-align: center;
    margin:0 auto 30px;
}
.ceo img{
    max-width: 100px;
}
.ceo-comment{
    text-align: center;
    font-weight: bold;
    margin-bottom: 60px;
}
.company-content{
    text-align: center;
}
.company-content dl{
    margin-bottom: 20px;
}
.company-content dl dd:nth-of-type(1){
    background: rgba(255,255,255,0.1);
    padding: 5px 0;
}
.company-content dl dd:nth-of-type(2){
    padding: 20px 20px 0;
    line-height: 1.3;
}
.yomi{
    font-size: 0.6em;
    letter-spacing: 3px;
}
.co-name{
    font-size: 2rem;
}
.zip{
    font-size: 0.8em;
}
.c-contact a i{
    backdrop-filter: blur(16px);
    background: rgba(110,203,150,1);
    padding: 10px;
    border-radius: 25px;
    font-family: "Font Awesome 5 Free";
    font-size: 15px;
    font-weight: 600;
    font-style: normal;
    color: #fff;
    margin-left: 5px;
    transition: all .3s;
}
.c-contact a i:hover{
    margin-left: 10px;
}




/*********
    サンクスページ
**********/
#thaks{
    background: #ccc;
}
.thanks-inner{
    width: 100%;
    max-width: 800px;
    margin: 0 auto;
    height: calc(100vh - 110px);
    padding: 120px 20px 0;
    text-align: center;
}
.thanks-inner h1{
    font-size: 2.2rem;
}
.thanks-content, .back{
    margin-top: 60px;
}
.back a{
    display: block;
    width: 200px;
    background: linear-gradient(-45deg, rgba(255,255,255,0.4), rgba(255,255,255,0.1));
    backdrop-filter: blur(16px);
    border-radius: 25px;
    padding: 5px 0;
    margin: 0 auto;
    font-weight: bold;
}



/*********
    header
**********/
#gsr-header{
    position: fixed;
    width: 100%;
    backdrop-filter: blur(2px);
}
.logo-text{
    padding: 20px 20px 10px;
}
.logo-text a{
    display: block;
    width: 100px;
}
.logo-text a img{
    height: auto;
}
.logo01{
    display: inline-block;
    letter-spacing: 15px;
}
#gsr-nav{
    display: none;
    transform: translateY(-100%);
    font-size: 2rem;
    letter-spacing: 2px;
}
#gsr-nav ul li a{
    display: block;
    width: 100%;
}
#gsr-nav.open{
    visibility: visible;
    width: 100%;
    height: 100vh;
    background: rgba(98,147,97,1);
    position: fixed;
    z-index: 10000;
    padding: 10vh 10vw;
    transform: translateY(0);
}


/*********
    footer
**********/
#copyright{
    font-size: 8px;
    text-align: center;
}
#gsr-footer{
    padding: 10px 0 80px;
    background: #0b4c24;
    color: #fff;
}
 .footer-nav{
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
}
.footer-nav ul{
    display: flex;
    backdrop-filter: blur(16px);
    font-size: 10px;
    width: 100%;
    background: linear-gradient(-45deg, rgba(255,255,255,0.4), rgba(255,255,255,0.1));
    border-radius: 30px 30px 0 0;
}
.footer-nav ul li{
    width: 20%;
}
.footer-nav ul a{
    display: flex;
    flex-flow: column;
    justify-content: center;
    height: 100%;
    padding: 10px 5px 5px;
    color: #fff;
    text-align: center;
    line-height: 1;
}
.footer-nav ul a img{
    width: 30px;
    display: block;
    margin: 0 auto 5px;
}






@media screen and (min-width: 768px){
    body{
        font-size: 3rem;
    }
    .container{
        padding: 0 40px;
    }
    .gsr-copy{
        font-size: 5.2rem;
    }
    .top-copy h1{
        font-size: 3.4rem;
        letter-spacing: 7px;
        margin: 60px auto 40px;
    }
    .our-ttl{
        font-size: 4rem;
    }
    h2{
        font-size: 5rem;
    }
    .work-copy{
        font-size: inherit;
    }
    #works-list{
        margin: 100px auto;
    }
    #works-list ul li{
        padding: 20px;
    }
    .work-sub h3{
        margin-bottom: 40px;
        font-size: 4rem;
    }
    .work-sub ul li{
        padding: 15px;
    }
    .work-sub ul li span{
        font-size: 2rem;
        letter-spacing: 1.5px;
    }
    .works-flow h3{
        letter-spacing: 3px;
        font-size: 4.2rem;
    }
    
    .flow-01 img{
        left: 20%;
        bottom: -100px;
    }
    .flow-01 span:after{
        left: 55%;
        bottom: 200px;
    }
    .flow-02 span:nth-of-type(1) img{
        width: 295px;
        left: 0;
        bottom: -19px;
    }
    .flow-02 span:nth-of-type(2) img{
        right: -4%;
        bottom: -20px;
        width: 336px;
    }
    .flow-03 span:nth-of-type(1) img{
        width: 300px;
        left: -21%;
        bottom: 87px
    }
    .flow-03 span:nth-of-type(1):after{
        left: 23%;
        bottom: 252px;
    }
    .flow-03 span:nth-of-type(2) img{
        width: 300px;
        right: -13%;
        bottom: 33px;
    }
    .flow-03 span:nth-of-type(2):after{
        right: 128px;
        bottom: 289px;
    }
    .flow-03 span:nth-of-type(3) img{
        width: 320px;
        left: 25%;
        bottom: -113px;
    }
    .flow-03 span:nth-of-type(3):after{
        left: 36%;
        bottom: 170px;
    }
    .flow-04 span:nth-of-type(1) img, .flow-05 span:nth-of-type(1) img{
        left: calc(50% - 180px);
        width: 360px;
    }
    .flow-04 span:nth-of-type(2) img{
        width: 300px;
        bottom: 0;
    }
    .flow-04 span:nth-of-type(2):after{
        right: 33%;
        bottom: 261px;
    }
    .flow-04 span:nth-of-type(3) img{
        bottom: -33px;
        width: 260px;
        left: 0;
    }
    .flow-04 span:nth-of-type(3):after{
        left: 31%;
        bottom: 250px;
    }
    .flow-05 span:nth-of-type(2) img{
        width: 240px;
        right: -3%;
    }
    .flow-05 span:nth-of-type(3) img{
        width: 240px;
        left: -14%;
    }
    .flow-05 span:nth-of-type(3):after{
        left: 18%;
        bottom: 216px;
    }
    .flow-05 span:nth-of-type(4) img{
        bottom: -30%;
        width: 240px;
        left: 35%;
    }
    .flow-05 span:nth-of-type(4):after{
        left: 38%;
        bottom: 150px;
    }
    .flow-06 span:nth-of-type(1) img, .flow-07 span:nth-of-type(1) img, .flow-08 span:nth-of-type(1) img{
        width: 300px;
        left: calc(50% - 150px);
        bottom: 130px;
    }
    .flow-06 span:nth-of-type(2) img{
        width: 250px;
        bottom: -14%;
        right: 1%;
    }
    .flow-06 span:nth-of-type(3) img{
        width: 240px;
        bottom: -34px;
        left: 0%;
    }
    .flow-07 span:nth-of-type(2) img{
        width: 240px;
        left: -11%;
    }
    .flow-07 span:nth-of-type(3) img{
        width: 240px;
        left: 44%;
    }
    .flow-07 span:nth-of-type(4) img{
        width: 240px;
        right: -15%;
        bottom: 10px;
    }
    .flow-08 span:nth-of-type(2) img{
        width: 260px;
        bottom: 0;
    }
    .flow-08 span:nth-of-type(3) img{
        width: 260px;
        left: 15%;
    }
    .flow-08 span:nth-of-type(3):after{
        right: 36%;
    }
    .flow-08.active-point span:nth-of-type(3):after{
        transform: translateY(-400%);
    }
    .flow-09 span:nth-of-type(2) img, .flow-10 span:nth-of-type(4) img{
        width: 260px;
        right: 4%;
    }
    .flow-09 span:nth-of-type(3) img, .flow-10 span:nth-of-type(5) img{
        width: 240px;
        left: 1%;
    }
    .flow-09 span:nth-of-type(3):after, .flow-10 span:nth-of-type(5):after{
        bottom: 250px;
        left: 25%;
    }
    .flow-10 span:nth-of-type(2) img{
        width: 240px;
        right: 11%;
    }
    .flow-10 span:nth-of-type(3) img{
        width: 240px;
        right: -15%;
    }
    
    .contact-form div.contact-content{
        display: flex;
    }
    .contact-form label{
        position: relative;
        font-size: 2rem;
        width: 40%;
    }
    .contact-form input, .contact-form textarea{
        font-size: 2.4rem;
        padding: 0 10px 20px;
    }
    .contact-form textarea{
        margin: 0;
    }
    .contact-form div.formrun-system-show{
        position: absolute;
        top: -25px;
    }
    .contact-form button{
        font-size: 2.4rem;
        padding: 20px 40px;
        border-radius: 35px;
    }
    .ceo {
        margin-bottom: 40px;
    }
    .ceo-comment{
        margin-bottom: 150px;
    }
    .company-content dl{
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .company-content dl dd:nth-of-type(1){
        width: 30%;
        font-size: 2.4rem;
    }
    .company-content dl dd:nth-of-type(2){
        width: 70%;
        text-align: left;
        padding: 0 20px;
        font-size: 2.4rem;
    }
    .c-contact a i{
        margin-left: 15px;
    }
    
    
    #gsr-footer{
        padding: 20px 0 160px;
    }
    #copyright{
        font-size: 14px;
    }
    .footer-nav ul{
        width: 700px;
        margin: 0 auto 30px;
        border-radius: 50px;
    }
    .footer-nav ul a{
        padding: 20px 5px;
        font-size: 1.4rem;
    }
    .footer-nav ul a img{
        width: 45px;
    margin-bottom: 15px;
    }













}
@media screen and (min-width: 1024px){
    #bg-color-1, #bg-color-2, #bg-color-3, #bg-color-4, #bg-color-5{
        max-width: 1000px;
        margin: 0 auto;
    }
    .gsr-copy{
        font-size: 7rem;
    }
    #works-list ul{
        justify-content: center;
        align-items: center;
    }
    #works-list ul li{
        width: calc(100% / 3);
        font-size: 2.4rem;
    }
    .works-flow-outline ul li{
        padding: 0 10%;
    }

















}
@media screen and (min-width: 1025px){
    .works-flow-outline ul li::-webkit-scrollbar{
        width: 10px;
        height: 10px;
    }
    .works-flow-outline ul l::-webkit-scrollbar-thumb{
        border-radius: 0.25rem;
    }
    .works-flow-outline ul l::-webkit-scrollbar-thumb{
        opacity: 1;
      background-color: black;
    }
    
    
    
}
@media screen and (min-width: 1234px){
    .footer-nav{
        left: initial;
        right: 20px;
        bottom: calc(50% - 302px);
        width: auto;
    }
    .footer-nav ul{
        width: 120px;
        flex-flow: column;
        justify-content: center;
        align-items: center;
        margin-bottom: 0;
    }
    .footer-nav ul li{
        width: 100%;
    }
    #gsr-footer{
        padding-bottom: 20px;
    }
    
}

