@charset "UTF-8";
/*GN font-color white*/
#navi.bg_none .menu_parent > label,
#navi.bg_none .menu_parent > a{
    color: #FFF;
}
#navi.bg_none.bg_white .menu_parent > label,
#navi.bg_none.bg_white .menu_parent > a{
    color: #000;
}
html{
  scroll-behavior: smooth;
}
/* Hero ================================= */
.container article:first-child {
    min-height: initial;
}
#hero{
    padding: 0;
    background: #000;
}
#hero .img_wrap {
    position: relative;
    width: 100%;
    max-height: 620px;
}
#hero .img_wrap::before{
    content:"";
    display: block;
    padding-top: 32.2916%;
}
#hero .img_wrap img{
    display: block;
    margin: 0 auto;
    height: 100%;
    width: 100%;
    object-fit: contain;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    opacity: 0.68;
}
#hero .title_wrap{
    position: absolute;
    top: 45%;
    right: 56%;
    letter-spacing: 1px;
    line-height: 1.5;
    box-sizing: border-box;
    color: #FFF;
}
#hero .title_wrap .title{
    font-size: 3.0rem;
    margin: 0.5em 0;
    word-break: break-all;
    letter-spacing: normal;
}
#hero .title_wrap .title span{
    display: block;
    font-size: 2rem;
}
@media (max-width: 767px){

    #hero .img_wrap{
        min-height: 180px;
    }
    #hero .img_wrap img{
        object-fit: cover;
    }
    #hero .title_wrap{
        width: 130px;
        height: auto;
        bottom: 5px;
        right: 40%;
    }
    #hero .title_wrap .title{
        font-size: 1.4rem;
        margin: 0;
        line-height: 1.2;
    }
    #hero .title_wrap .title span{
        font-size: 1rem;
    }
}
@media (min-width: 768px){
    #hero .title_wrap .title{
        font-size: 3.0rem;
        margin: 0.5em 0;
    }
}

/* contents_wrap=============================================== */
#contents_wrap{
    padding: 0;
}
#contents_wrap .btn_wrap{
    position: relative;
    padding-top: 20px;
    height: 80px;
}
#contents_wrap .btn_wrap > div > a{
    display: block;
    padding: 13px;
}
#contents_wrap .btn_wrap > div > a:hover{
    text-decoration: none;
}
@media (max-width: 1024px){
    #contents_wrap .btn_wrap > div {
        text-align: center;
    }
    #contents_wrap .btn_wrap > div .basic_btn{
        display: inline-block;
        width: 45%;
        max-width: 250px;
        font-size: 1rem;
    }
}
@media (min-width: 1025px){
    #contents_wrap .btn_wrap > div{
        position: absolute;
        right: 27px;
    }
    #contents_wrap .btn_wrap .basic_btn{
        width: 253px;
        margin-bottom: 14px;
    }
}

#contents_wrap section{
    margin-bottom: 75px;
}
#contents_wrap section .fnt17{
    letter-spacing: 0.02em;
    text-align: center;
}
#contents_wrap section .title{
    letter-spacing: 0.02em;
}
#contents_wrap section .caption{
    letter-spacing: 0.02em;
    text-align: center;
    line-height: 1.5;

 }
@media (max-width: 767px){
    #contents_wrap section .fnt17{
        font-size: 1.4rem;
        width: 90%;
        margin: 0 auto 22px;
    }
    #contents_wrap section .title{
        font-size: 1.7rem;
    }
    #contents_wrap section .caption{
        width: 90%;
        margin: 20px auto;
        font-size: 1.2rem;
    }
}
@media (min-width: 768px){
    #contents_wrap section .fnt17{
        font-size: 1.7rem;
        margin-bottom: 44px;
    }
    #contents_wrap section .title{
        font-size: 2rem;
    }
    #contents_wrap section .caption{
        width: 90%;
        margin: 20px auto;
        font-size: 1.4rem;
    }
}

/*納品までの流れ*/
#contents_wrap section .flow_box{
    position: relative;
    width: 80%;
    max-width: 830px;
    margin: 40px auto;
    border: 1px solid #000;
}
#contents_wrap section .flow_box p{
    position: absolute;
    top: -8px;
    left: 25px;
    background: #FFF;
    margin: 0;
    padding: 0 5px;
    font-size: 1.5rem;
    letter-spacing: 0.3px;
}
#contents_wrap section .flow_box > img{
    width: 100%;
}
@media (max-width: 767px){
    #contents_wrap section .flow_box{
        width: 90%;
    }
    #contents_wrap section .flow_box p{
        font-size: 1.2rem;
    }
}
@media (min-width: 768px){
    #contents_wrap section .flow_box{
        width: 80%;
    }
}
/*制作例*/
.sampleBox_big{
    width: 100%;
    border-top: 1px solid #AFAFAF;
    border-bottom: 1px solid #AFAFAF;
}
.sampleBox_big .title_box{
    width: 20%;
    padding-right: 32px;
    font-size: 2.5rem;
    letter-spacing: 0.01em;
    text-align: right;
    border-right: 1px solid #AFAFAF;
    box-sizing: border-box;
}
.title_box p {
    margin: 1em 0;
}
.sampleBox_big .content_box{
    width: 80%;
    padding: 57px 0 185px 60px;
    box-sizing: border-box;
}
.sampleBox_big .content_box .img_wrap{
}
.sampleBox_big .content_box .img_wrap > div{
    width: 100%;
    max-width: 599px;
    position: relative;
    display: block;
}
.sampleBox_big .content_box .img_wrap > div > span{
    position: absolute;
    bottom: -33px;
    left: 0;
    display: inline-block;
    border: 1px solid #707070;
    background: #FFF;
    font-size: 1.4rem;
    letter-spacing: 0.02em;
    padding: 10px 17px;
}
.sampleBox_big .content_box .img_wrap > div > img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.sampleBox_big .content_box .text_wrap{
    padding-left: 84px;
    width: 55%;
    box-sizing: border-box;
    position: relative;
}
.sampleBox_big .content_box .text_wrap::before{
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 35px;
    width: 1px;
    height: 141px;
    background: #707070;
    transform: rotate(30deg);
}
@media (min-width: 1025px){
    .sampleBox_big .content_box .text_wrap{
        min-width: 500px;
    }
}
.sampleBox_big .content_box .text_wrap .top_text{
    line-height: 1.5;
    word-break: break-word;
    margin-bottom: 2em;
}
.sampleBox_big .content_box .text_wrap .top_text.mw682{
    max-width: 682px;
}
.sampleBox_big .content_box .text_wrap .flex_box {
    justify-content: space-between;
}
.sampleBox_big .content_box .text_wrap .flex_box .left,
.sampleBox_big .content_box .text_wrap .flex_box .right{
    width: 45%;
    max-width: 318px;
}
.sampleBox_big .content_box .text_wrap dl{
    letter-spacing: 0.02em;
    line-height: 1.5;
}
.sampleBox_big .content_box .text_wrap dl dt.mb25{
    margin-bottom: 25px;
}
.sampleBox_big .content_box .text_wrap dl dd{
    margin: 0 0 16px;
}
@media (max-width: 1024px){
    .sampleBox_big .title_box{
        font-size: 1.8rem;
        padding-right: 20px;
    }
    .sampleBox_big .content_box{
        flex-direction: column;
        padding: 40px;
        box-sizing: border-box;
    }
    .sampleBox_big .content_box .img_wrap{
        margin-bottom: 30px;
        margin-left: auto;
        margin-right: auto;
    }
    .sampleBox_big .content_box .img_wrap > div > span{
        left: auto;
        right: 0;
        bottom: -24px;
        padding: 5px 10px;
    }
    .sampleBox_big .content_box .text_wrap{
        width: 100%;
        max-width: 599px;
        padding-left: 20px;
        margin: 1em 0 3em;
    }
    .sampleBox_big .content_box .text_wrap::before {
        top: -70px;
        left: 10px;
        height: 110px;
    }
    .sampleBox_big .content_box .text_wrap .flex_box .left,
    .sampleBox_big .content_box .text_wrap .flex_box .right{
        width: 48%;
    }
}
@media (max-width: 767px){
    .sampleBox_big .content_box .text_wrap .top_text{
        font-size: 1.4rem;
    }
    .sampleBox_big .content_box .text_wrap dl{
        font-size: 1.2rem;
    }
    .sampleBox_big,
    .sampleBox_big .content_box .text_wrap .flex_box{
        flex-direction: column;
    }
    .sampleBox_big .title_box{
        width: 100%;
        text-align: left;
        border-right: none;
        padding: 0 20px;
        box-sizing: border-box;
    }
    .sampleBox_big .content_box{
        width: 100%;
        padding: 0 20px;
    }
    .sampleBox_big .content_box .text_wrap .flex_box .left,
    .sampleBox_big .content_box .text_wrap .flex_box .right{
        width: 100%;
    }
}
@media (min-width: 768px){
    .sampleBox_big .content_box .text_wrap .top_text{
        font-size: 1.8rem;
    }
    .sampleBox_big .content_box .text_wrap dl{
        font-size: 1.4rem;
    }
}
.sampleBox{
    width: 50%;
    box-sizing: border-box;
    padding: 57px 40px;
}
.sampleBox .title_box{
    width: 20%;
    min-width: 165px;
    padding-right: 45px;
    font-size: 2.5rem;
    letter-spacing: 0.01em;
    box-sizing: border-box;
    word-break: keep-all;
}
.sampleBox .content_box .img_wrap{
    margin-bottom: 50px;
}
.sampleBox .content_box .img_wrap > div{
    width: 100%;
    max-width: 599px;
    position: relative;
    display: block;
}
.sampleBox .content_box .img_wrap > div > img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.sampleBox .content_box .img_wrap > div > span {
    position: absolute;
    bottom: -28px;
    right: 0;
    display: inline-block;
    border: 1px solid #707070;
    background: #FFF;
    font-size: 1.4rem;
    letter-spacing: 0.02em;
    padding: 8px 17px;
}

.sampleBox .content_box .text_wrap{
    position: relative;
    padding-left: 35px;
    max-width: 599px;
    box-sizing: border-box;
}
.sampleBox .content_box .text_wrap::before{
    content: "";
    display: block;
    position: absolute;
    top: -80px;
    left: 0;
    width: 1px;
    height: 141px;
    background: #707070;
    transform: rotate(30deg);
}
.sampleBox .content_box .text_wrap .top_text {
    line-height: 1.5;
    word-break: break-all;
    margin-bottom: 2em;
}
.sampleBox .content_box .text_wrap dl{
    letter-spacing: 0.02em;
    line-height: 1.5;
}
.sampleBox .content_box .text_wrap dl dt.mb22{
    margin-bottom: 22px;
}
.sampleBox .content_box .text_wrap dl dd{
    margin: 0 0 16px;
}
@media (max-width: 1024px){
    .sampleBox {
        flex-direction: column;
        padding: 0 20px;
    }
    .sampleBox .title_box{
        width: 100%;
        padding-right: 0;
        font-size: 1.8rem;
    }
    .sampleBox .content_box .text_wrap{
        padding-left: 20px;
        margin-bottom: 3em;
    }
    .sampleBox .content_box .text_wrap::before {
        top: -70px;
        left: 10px;
        height: 110px;
    }
    .sampleBox .content_box .img_wrap > div > span{
        left: auto;
        right: 0;
        bottom: -24px;
        padding: 5px 10px;
    }
}
@media (max-width: 767px){
    .column2{
        flex-direction: column;
    }
    .sampleBox{
        width: 100%;
    }
    .sampleBox:first-child{
        border-bottom: 1px solid #AFAFAF;
    }
    .sampleBox .content_box .text_wrap .top_text {
        font-size: 1.4rem;
    }
    .sampleBox .content_box .text_wrap dl{
        font-size: 1.2rem;
    }
}
@media (min-width: 768px){
    .sampleBox:first-child{
        border-right: 1px solid #AFAFAF;
    }
    .sampleBox .content_box .text_wrap .top_text {
        font-size: 1.8rem;
    }
    .sampleBox .content_box .text_wrap dl{
        font-size: 1.4rem;
    }
}
/* information=============================================== */
#information-menu .inner{
    width: 90%;
    max-width: 330px;
    margin: 0 auto;
}
#information-menu .inner h2{
    margin-bottom: 30px;
}
#information-menu .inner .title{
    display: inline-block;
    position: relative;
    padding-left: 50px;
    font-size: 1.7rem;
    letter-spacing: 0.01em;
}
#information-menu .inner .title::before{
    content: "";
    display: inline-block;
    width: 50px;
    height: 50px;
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    background-image: url(../images/information_icon5.svg);
    left: 0;
    bottom: -5px;
}
#information-menu .inner .title > span{
    display: block;
    border-bottom: 2px solid #707070;
    padding: 13px 10px;
    box-sizing: border-box;
}
#information-menu .inner .tel{
    margin: 20px 0 14px;
    letter-spacing: 0.01em;
    text-align: center;
    display: block;
}
#information-menu .inner dl {
    display: flex;
    justify-content: center;
    align-items: center;
}
#information-menu .inner dl dt{
    letter-spacing: 0.01em;
    display: block;
    color: #FFF;
    background: #000;
    padding: 4px 11px;
    margin-right: 10px;
}
#information-menu .inner dl dd{
    letter-spacing: 0.01em;
    margin: 0;
}
#information-menu .inner .address{
    letter-spacing: 0.01em;
    line-height: 1.5;
    margin-top: 25px;
}
@media (max-width: 767px) {
    #information-menu .inner .tel{
        font-size: 2.5rem;
    }
    #information-menu .inner dl dt{
        font-size: 1.2rem;
    }
    #information-menu .inner dl dd{
        font-size: 1.7rem;
    }
    #information-menu .inner .address{
        font-size: 1.4rem;
    }
}
@media (min-width: 768px) {
    #information-menu .inner .title{
        font-size: 1.7rem;
    }
    #information-menu .inner .tel{
        font-size: 3rem;
    }
    #information-menu .inner dl dt{
        font-size: 1.3rem;
    }
    #information-menu .inner dl dd{
        font-size: 2.1rem;
    }
    #information-menu .inner .address{
        font-size: 1.7rem;
    }
}