/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v8.4.14,
* Autoprefixer: v10.4.7
* Browsers: last 4 version
*/

@charset "UTF-8";
/*　====================== 下層ページ共通 ======================　*/
.sub-mv{
    width: 75%;
    margin-left: auto;
    margin-top: 70px;
    position: relative;
}
/* 下層ページタイトル */
.sub-mv .cmn-h2{
    position: absolute;
    left: -15vw;
    bottom: -7.6vw;
}
.sub-mv .cmn-h2 .cmn-h2-en{
    font-size: 8vw;
    line-height: 1.3;
}

.breadcrumbs ol{
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-column-gap: 20px;
       -moz-column-gap: 20px;
            column-gap: 20px;
    margin-top: 60px;
}
.breadcrumbs ol li a,.breadcrumbs ol li p,.breadcrumbs ol li span{
    color: #0089B1;
    font-weight: 500;
}
.breadcrumbs ol li p{
    font-weight: 800;
    font-family: "Oswald", sans-serif;
}
.sub-bg {
    position: relative;
    z-index: 0;
}

.sub-bg::before {
    content: "";
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url(../images/sub-bg.webp);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    z-index: -1;
}

header,
footer,
.sub-mv,.breadcrumbs {
    position: relative;
    z-index: 10;
}


@media screen and (max-width:768px){
    .sub-mv{
        margin-top: 60px;
        width: 80%;
    }
    .sub-mv .mv-img{
        height: 200px;
    }
    .sub-mv .mv-img img{
        height: 100%;
        -o-object-fit: cover;
           object-fit: cover;
    }
    .sub-mv .sp-only{
        height: 170px;
    }
    .sub-mv .sp-only img{
        height: 100%;
        -o-object-fit: cover;
           object-fit: cover;
    }
    .breadcrumbs ol{
        -webkit-column-gap: 7px;
           -moz-column-gap: 7px;
                column-gap: 7px;
        margin-top: 85px;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    }
    .sub-bg::before {
        content: "";
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-image: url(../images/sub-bg-sp.webp);
        background-size: cover;
        background-position: bottom;
        background-repeat: no-repeat;
        z-index: -1;
    }
    /* 下層ページタイトル */
    .sub-mv .cmn-h2{
        left: -15vw;
        bottom: -18vw;
    }
    .sub-mv .cmn-h2 .cmn-h2-en{
        font-size: 15vw;
    }
    .about .sec2 .container-wrap,.about .sec3 .container-wrap,.recruit .sec2 .container-wrap,.contact .container-wrap,.privacy .container-wrap{
        width: 85%;
    }
}

/*　====================== アニメーション関連 ======================　*/
/* グラデーション */
.gra-box{
    width: 70%;
    margin-top: 0;
    margin-left: auto;
}
.gra-box .text1{
    background: -webkit-gradient(linear,left top, right top,from(#007799),color-stop(#1CA8C5),to(rgba(99,247,255,0.1)) );
    background: -o-linear-gradient(left,#007799,#1CA8C5,rgba(99,247,255,0.1) );
    background: linear-gradient(to right,#007799,#1CA8C5,rgba(99,247,255,0.1) );
    color: #fff;
    font-size: 30px;
    font-weight: 500;
    -webkit-clip-path: polygon(5% 0%, 100% 0, 100% 100%, 0% 100%);
            clip-path: polygon(5% 0%, 100% 0, 100% 100%, 0% 100%);
    padding: 20px 50px 20px 10%;
}
.gra-box .text2{
    margin-top: 40px;
    padding-left: 10%;
    padding-right: 20px;
    font-size: 18px;
    line-height: 2;
}
@media screen and (max-width:768px){
    .gra-box{
        width: 90%;
    }
    .gra-box .text1{
        font-size: 22px;
        padding: 15px 50px 15px 10%;
        line-height: 1.5;
    }
}

/*　====================== ABOUT ======================　*/
.about .gra-box{
    width: 60%;
}
.about .sec1 .img-wrap{
    width: 38%;
    position: relative;
}
.about .sec1 .img-wrap .img1 img {
    -webkit-animation: rotation 150s linear infinite;
            animation: rotation 150s linear infinite;
    display: block;
    width: 100%;
    height: auto;
    scale: calc(1.25);
}
@-webkit-keyframes rotation {
    from {
        -webkit-transform: rotate(0deg);
                transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(360deg);
                transform: rotate(360deg);
    }
}
@keyframes rotation {
    from {
        -webkit-transform: rotate(0deg);
                transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(360deg);
                transform: rotate(360deg);
    }
}
.about .sec1 .img-wrap .img-inner{
    position: absolute;
    color: #7DC8DE;
    font-size: 30px;
    font-family: "Oswald", sans-serif;
    font-weight: 100;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
}
.about .sec1 .img-wrap .img-inner.text1{
    right: 20%;
    top: 25%;
}
.about .sec1 .img-wrap .img-inner.text2{
    left: 30%;
    top: 50%;
}
.about .sec1 .img-wrap .img-inner.text3{
    right: 0;
    top: 75%;
}
.about .sec1 .sec1-inner{
    width: 60%;
}
.about .sec1 .sec1-inner .gra-box{
    width: 100%;
}
.about .sec1 .sec1-inner .philosophy-wrap{
    margin-top: 80px;
    padding-left: 10%;
}
.about .sec1 .sec1-inner .philosophy-wrap h3{
    font-size: 28px;
    color: #0089B1;
    position: relative;
}
.about .sec1 .sec1-inner .philosophy-wrap h3::after{
    position: absolute;
    content: "";
    width: 100%;
    height: 1px;
    background: #0089B1;
    top: 50%;
    left: 280px;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
}
.about .sec1 .sec1-inner .philosophy-wrap ul{
    padding-left: 10%;
    margin-top: 40px;
}
.about .sec1 .sec1-inner .philosophy-wrap ul li{
    font-size: 20px;
    margin-bottom: 20px;
}
.about .sec1 .sec1-inner .philosophy-wrap ul li .num{
    font-family: "Oswald", sans-serif;
    color: #0089B1;
    margin-right: 25px;
    font-size: 22px;
    position: relative;
    line-height: 1;
}
.about .sec1 .sec1-inner .philosophy-wrap ul li .num::after{
    position: absolute;
    content: "■";
    color: #0089B1;
    font-size: 5px;
    bottom: 4px;
    right: -12px;
}
.about .sec2,.about .sec3{
    padding-top: 0;
}
.about .sec2 .sec2-wrap,.about .sec3 .sec3-wrap{
    background: #fff;
    padding: 80px 8%;
    -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, .08);
            box-shadow: 0 0 15px rgba(0, 0, 0, .08);
}
.about .sec2 .sec2-inner{
    margin-top: 80px;
}
.about .sec2 .sec2-inner .sec2-img{
    width: 40%;
}
.about .sec2 .sec2-inner .text-wrap{
    width: 55%;
}
.about .sec2 .sec2-inner .text-wrap .text1{
    margin-bottom: 20px;
}
.about .sec2 .sec2-inner .text-wrap .text2{
    font-size: 18px;
    font-weight: 500;
}
.about .sec3 .sec3-inner1{
    width: 80%;
    margin: 0 auto;
}
.about .sec3 .sec3-inner1 table{
    width: 100%;
    margin-top: 60px;
}
.about .sec3 .sec3-inner1 table tr th{
    padding: 25px 10px;
    border-bottom: 2px solid #0089B1;
    text-align: left;
}
.about .sec3 .sec3-inner1 table tr td{
    padding: 25px 10px;
    border-bottom: 2px solid #DEDEDE;
    text-align: left;
}
.about .sec3 .sec3-inner2{
    margin: 80px auto 0;
}
.about .sec3 .sec3-inner2 .text1{
    text-align: center;
    margin-top: 60px;
}
.about .sec3 .sec3-inner2 .text1{
    margin: 60px 0 40px;
}
.about .sec3 .sec3-inner2 .partner-list{
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 40px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}
.about .sec3 .sec3-inner2 .partner-list li{
    width: 28%;
}
.about .sec3 .sec3-inner2 .partner-list li .partner-img{
    max-width: 120px;
    margin: 0 auto;
}
.about .sec3 .sec3-inner3{
    margin-top: 80px;
}
.about .sec3 .sec3-inner3 .map-wrap{
    width: 50%;
}
.about .sec3 .sec3-inner3 .map-wrap iframe{
    width: 100%;
    height: 350px;
}
.about .sec3 .sec3-inner3 .text-wrap{
    width: 40%;
}
.about .sec3 .sec3-inner3 .text-wrap .title{
    margin-top: 60px;
    font-size: 18px;
    color: #0089B1;
    font-weight: 800;
    padding-left: 20px;
    position: relative;
}
.about .sec3 .sec3-inner3 .text-wrap .title::after{
    position: absolute;
    content: "";
    width: 10px;
    height: 3px;
    background: #0089B1;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
}
.about .sec3 .sec3-inner3 .text-wrap .text{
    margin-top: 20px;
}

@media screen and (max-width:768px){
    .about .sec1 .sec1-wrap{
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
            -ms-flex-direction: column-reverse;
                flex-direction: column-reverse;
    }
    .about .sec1 .img-wrap{
        width: 90%;
        margin-top: 70px;
        margin-top: 40px;
    }
    .about .sec1 .sec1-inner{
        width: 90%;
        margin-left: auto;
    }
    .about .sec1 .img-wrap .img-inner.text1{
        top: 15%;
        font-size: 24px;
    }
    .about .sec1 .img-wrap .img-inner.text2{
        left: 10%;
        top: 40%;
        font-size: 24px;
    }
    .about .sec1 .img-wrap .img-inner.text3{
        top: 65%;
        font-size: 24px;
    }
    .gra-box .text2{
        margin-top: 30px;
        font-size: 15px;
        padding-left: 4%;
        line-height: 1.6;
    }
    .about .sec1 .sec1-inner .philosophy-wrap{
        padding-left: 0;
        margin-top: 50px;
    }
    .about .sec1 .sec1-inner .philosophy-wrap h3{
        font-size: 24px;
    }
    .about .sec1 .sec1-inner .philosophy-wrap h3::after{
        left: 240px;
    }
    .about .sec1 .sec1-inner .philosophy-wrap ul{
        padding: 0 5%;
        margin-top: 30px;
    }
    .about .sec1 .sec1-inner .philosophy-wrap ul li{
        font-size: 18px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
    .about .sec1 .sec1-inner .philosophy-wrap ul li .num::after{
        bottom: auto;
        top: 17px;
        right: -10px;
        font-size: 4px;
    }
    .about .sec1 .sec1-inner .philosophy-wrap ul li .num{
        font-size: 20px;
        margin-top: 4px;
        margin-right: 20px;
    }
    .about .sec2 .sec2-inner{
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        margin-top: 50px;
    }
    .about .sec2 .sec2-inner .sec2-img{
        width: 60%;
    }
    .about .sec2 .sec2-inner .text-wrap{
        width: 100%;
        margin-top: 30px;
    }
    .about .sec2 .sec2-inner .text-wrap .text2{
        font-size: 17px;
    }
    .about .sec2{
        margin-top: -80px;
    }
    .about .sec2 .sec2-wrap,.about .sec3 .sec3-wrap{
        padding: 50px 5%;
    }
    .about .sec3 .sec3-inner1{
        width: 100%;
    }
    .about .sec3 .sec3-inner1 table{
        margin-top: 50px;
    }
    .about .sec3 .sec3-inner1 table tr{
        border-bottom: 1px solid #0089B1;
        display: flex;
        flex-direction: column;
    }
    .about .sec3 .sec3-inner1 table tr:first-of-type{
        border-top: 1px solid #0089B1;
    }
    .about .sec3 .sec3-inner1 table tr th{
        vertical-align: middle;
        width: 100%;
        padding: 30px 2px 0;
        border: none;
        font-size: 16px;
    }
    .about .sec3 .sec3-inner1 table tr td{
        vertical-align: middle;
        width: 100%;
        padding: 10px 2px 30px;
        border: none;
        font-size: 15px;
    }
    .about .sec3 .sec3-inner2 .text1{
        text-align: left;
        margin: 40px 0 30px;
    }
    .about .sec3 .sec3-inner3 .flex{
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
            -ms-flex-direction: column-reverse;
                flex-direction: column-reverse;
    }
    .about .sec3 .sec3-inner3 .text-wrap{
        width: 100%;
    }
    .about .sec3 .sec3-inner3 .text-wrap .title{
        margin-top: 40px;
    }
    .about .sec3 .sec3-inner3 .map-wrap{
        width: 100%;
    }
    .about .sec3 .sec3-inner3 .text-wrap .text{
        margin-top: 15px;
    }
    .about .sec3 .sec3-inner3 .map-wrap iframe{
        width: 100%;
        height: 250px;
        margin-top: 40px;
    }
}

/*　====================== SERVICE ======================　*/
.service-bg{
    background-image: url(../images/service/service-bg-pc.webp);
    background-size: cover;
    background-position: top;
    margin-top: 0;
}
#service{
    background: none;
    padding-bottom: 100px;
}
.service .sec1{
    padding-bottom: 0;
}
.service .sec2{
    padding-top: 0;
}
#service .content-wrap .content-inner .service-img{
    height: 480px;
}
.service-child .service-list{
    gap: 5%;
    row-gap: 80px;
    margin-top: 100px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}
.service-child .service-list li{
    position: relative;
    width: calc(45% - 10px);
}
.service-child .service-list li .bg-img{
    height: 600px;
}
.service-child .service-list li .bg-img img{
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
}
.service-child .service-list li .text-wrap{
    position: absolute;
    bottom: 0;
    padding: 8%;
    background: rgba(0, 108, 139, .9);
}
.service-child .service-list li .text-wrap h3,.service-child .service-list li .text-wrap p{
    color: #fff;
}
.service-child .service-list li .text-wrap h3{
    margin-bottom: 30px;
    margin-top: 5px;
    font-size: 32px;
    font-weight: 600;
}
.service-child .service-list li .text-wrap .text1{
    font-family: "Oswald", sans-serif;
    font-size: 20px;
    position: relative;
    padding-left: 25px;
    letter-spacing: 0.1rem;
    font-weight: 400;
}
.service-child .service-list li .text-wrap .text1::before{
    position: absolute;
    content: "";
    width: 10px;
    height: 3px;
    background: #fff;
    top: 50%;
    left: 5px;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
}
.service-child .service-list li .text-wrap .text2{
    line-height: 1.8;
}
.service-child .sec3{
    background: #0089B1;
}
.service-child .sec3 .sec3-wrap{
    background: #fff;
    padding: 50px 0;
}
.service-child .sec3 .sec3-inner{
    width: 80%;
    margin: 0 auto;
    text-align: center;
}
.service-child .sec3 .title{
    color: #0089B1;
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 15px;
}
.service-child .sec3 .sec3-inner .sec3-img{
    width: 30%;
    max-width: 250px;
}
.service-child .sec3 .content-wrap{
    gap: 40px;
    margin-top: 40px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}
.service-child .sec3 .content-inner{
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    width: 60%;
}
.service-child .sec3 .content-inner .check-list{
    border: 1px solid #0089B1;
    width: 80%;
    margin: 0 auto;
    padding: 30px 5%;
}
.service-child .sec3 .content-inner .check-list li{
    text-align: left;
    font-size: 18px;
    font-weight: 700;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto 15px;
}
.service-child .sec3 .content-inner .check-list li i{
    margin-right: 7px;
}
.service-child .sec3 .content-inner .check-list li:last-of-type{
    margin-bottom: 0;
}
.service-child .sec3 .content-inner .text1{
    font-size: 20px;
    font-weight: 600;
    color: #FF6320;
    margin-top: 20px;
    letter-spacing: 0.01rem;
}
.service-child.creative .sec3 .sec3-wrap .creative-img{
    max-width: 250px;
    width: 30%;
}
.service-child.creative .sec3 .sec3-inner{
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 40px;
}
.service-child.creative .sec3 .sec3-wrap .text-wrap{
    text-align: left;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
}
.service-child.creative .sec3 .sec3-wrap .text-wrap p{
    margin-bottom: 15px;
}
.service-child.creative .sec3 .sec3-wrap .text-wrap p:last-of-type{
    margin-bottom: 0;
}
.service-child.sns .cmn-h2 .cmn-h2-en{
    font-size: 7vw;
}
.service-child.sns .icon-wrap{
    width: 100%;
    max-width: 800px;
    margin: 0 auto;
    text-align: center;
    border: 1px solid #0089B1;
    margin-top: 100px;
    padding: 40px 3%;
}
.service-child.sns .icon-wrap ul{
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 50px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}
.service-child.sns .icon-wrap .title{
    color: #0089B1;
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 30px;
}
.service-child.sns .icon-wrap .icon-inner{
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
}
.service-child.sns .icon-wrap .icon-inner .icon{
    max-width: 65px;
    margin: 10px auto 0;
}
.service-child.sns .icon-wrap .icon-inner .icon.youtube{
    margin-top: 20px;
}


@media screen and (max-width:768px){
    #service{
        padding-bottom: 60px;
    }
    .service-bg{
        background-image: url(../images/service/service-bg-sp.webp);
        background-size: cover;
        background-position: top;
        margin-top: 0;
    }
    #service .content-wrap .content-inner .service-img{
        height: 200px;
    }
    .service-child .service-list{
        margin-top: 60px;
        row-gap: 50px;
    }
    .service-child .service-list li{
        width: 100%;
    }
    .service-child .service-list li .text-wrap .text1{
        font-size: 18px;
    }
    .service-child .service-list li .text-wrap h3{
        font-size: 24px;
        margin-bottom: 20px;
    }
    .service-child .service-list li .bg-img{
        height: 500px;
    }
    .service-child.creative .service-list li .bg-img{
        height: 580px;
    }
    .service-child .service-list li .text-wrap{
        padding: 6%;
    }
    .service-child .sec3 .sec3-inner{
        width: 90%;
    }
    .service-child .sec3 .title{
        font-size: 24px;
        text-align: left;
    }
    .service-child .sec3 .text2{
        text-align: left;
    }
    .service-child .sec3 .sec3-inner .sec3-img{
        width: 80%;
        max-width: 200px;
    }
    .service-child .sec3 .content-wrap{
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        gap: 20px;
        margin-top: 20px;
    }
    .service-child .sec3 .content-inner{
        width: 100%;
    }
    .service-child .sec3 .content-inner .text1{
        font-size: 18px;
    }
    .service-child .sec3 .content-inner .check-list{
        width: 100%;
        padding: 25px 5%;
    }
    .service-child .sec3 .content-inner .check-list li{
        font-size: 16px;
        margin: 0 auto 8px;
    }
    .service-child.creative .sec3 .sec3-inner{
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
            -ms-flex-direction: column-reverse;
                flex-direction: column-reverse;
    }
    .service-child.creative .sec3 .sec3-wrap .creative-img{
        width: 60%;
    }
    .service-child.sns .cmn-h2 .cmn-h2-en{
        font-size: 12vw;
    }
    .service-child.sns .icon-wrap{
        padding: 30px 7%;
        margin-top: 60px;
    }
    .service-child.sns .icon-wrap .title{
        font-size: 24px;
        margin-bottom: 20px;
    }
    .service-child.sns .icon-wrap .icon-inner p{
        letter-spacing: 0.01rem;
    }
    .service-child.sns .icon-wrap ul{
        gap: 30px;
    }
    .service-child.sns .icon-wrap .icon-inner .icon{
        max-width: 50px;
    }
}

/*　====================== RICRUIT ======================　*/
.recruit .sec2{
    padding-top: 0;
}
.recruit .sec2 .sec2-wrap{
    background: #fff;
    padding: 80px 8%;
    -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, .08);
            box-shadow: 0 0 15px rgba(0, 0, 0, .08);
}
.recruit .sec2 .sec2-inner1{
    width: 100%;
    max-width: 850px;
    margin: 0 auto;
}
.recruit .sec2 .sec2-inner1 table{
    width: 100%;
    margin-top: 50px;
}
.recruit .sec2 .sec2-inner1 table tr th{
    padding: 25px 10px;
    border-bottom: 2px solid #0089B1;
    text-align: left;
}
.recruit .sec2 .sec2-inner1 table tr td{
    padding: 25px 10px;
    border-bottom: 2px solid #DEDEDE;
    text-align: left;
    line-height: 1.3;
}
.recruit .sec2 .sec2-inner1 table tr td .text{
    margin-bottom: 10px;
}
.recruit .sec2 .sec2-inner1 table tr td .text:last-of-type{
    margin-bottom: 0;
}

@media screen and (max-width:768px){
    .recruit .sec2 .sec2-wrap{
        padding: 60px 8% 30px;
    }
    .recruit .sec2 .sec2-inner1{
        width: 100%;
    }
    .recruit .sec2 .sec2-inner1 table{
        margin-top: 35px;
    }
    .recruit .sec2 .sec2-inner1 table tr{
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
    }
    .recruit .sec2 .sec2-inner1 table tr th{
        vertical-align: middle;
        width: 100%;
        padding: 30px 2px 0px;
        font-size: 16px;
        border-bottom: none;
        border-top: 1px solid #0089B1;
    }
    .recruit .sec2 .sec2-inner1 table tr td{
        vertical-align: middle;
        width: 100%;
        padding: 15px 2px 30px;
        border-bottom: none;
    }
    .recruit .sec2 .sec2-inner1 table tr td .text{
        margin-bottom: 8px;
    }
}

/*　====================== CONTACT ======================　*/
.contact .gra-box .text2{
    margin-top: 0;
}
.contact .sec2{
    padding-top: 0;
}
.contact .sec2 .sec2-wrap{
    background: #fff;
    padding: 80px 8%;
    -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, .08);
            box-shadow: 0 0 15px rgba(0, 0, 0, .08);
}
.contact .sec2 .sec2-inner1{
    width: 80%;
    margin: 0 auto;
}
.contact .sec2 .sec2-inner1 table{
    width: 100%;
    margin-top: 50px;
}
.contact .sec2 form{
    width: 100%;
    max-width: 850px;
    margin: 60px auto 0;
}
.contact form .form-inner{
    margin-bottom: 30px;
    border-bottom: 1px solid #CDCDCD;
    padding-bottom: 30px;
}
.contact form .form-inner.privacy-policy{
    border-bottom: 0;
}
.contact form .form-inner input,.contact form .form-inner select,.contact form .form-inner textarea{
    padding: 10px;
    background: #EEEEEE;
    border: none;
    width: 100%;
    line-height: 1.5;
    border-radius: 0;
}
.contact form .form-inner select{
    padding: 15px 10px;
    font-size: 16px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
}
.contact form .form-inner .title{
    width: 35%;
    margin-right: 30px;
}
.contact form .form-inner .title .req{
    background: #FF6320;
    color: #fff;
    font-size: 14px;
    padding: 3px 6px;
}
.contact form .form-inner .content{
    width: 65%;
}
.contact form .form-inner.text label.flex{
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
}
.contact form .form-inner.privacy-policy{
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto;
}
.contact form .form-inner.privacy-policy input{
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 2px 8px 0 0;
}
.contact form .form-inner.privacy-policy .privacy-policy-link{
    color: #0089B1;
    letter-spacing: 0.001rem;
    padding-right: 2px;
}
.contact form .submit input{
    background: #FF6320;
    border: none;
    color: #fff;
    border-radius: 50px;
    padding: 15px 30px;
    cursor: pointer;
    display: block;
    margin: 30px auto 0;
    line-height: 1.5;
    letter-spacing: 0.2rem;
    width: 260px;
}
.contact form .submit input:hover{
    opacity: 0.7;
}
.thanks .cmn-btn{
    margin-left: 10%;
    margin-top: 40px;
}
.thanks .gra-box .text2{
    margin-top: 40px;
}


@media screen and (max-width:768px){
    .contact .sec2{
        padding-top: 0;
    }
    .contact .sec2 .sec2-wrap{
        padding: 60px 8%;
    }
    .contact .sec2 form{
        margin: 40px auto 0;
    }
    .contact form .form-inner{
        margin-bottom: 20px;
        padding-bottom: 20px;
    }
    .contact form .form-inner label.flex{
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
    }
    .contact form .form-inner .title,.contact form .form-inner .content{
        width: 100%;
    }
    .contact form .form-inner .title{
        margin: 0 0 7px;
    }
    .contact form .form-inner .title .req{
        font-size: 13px;
        padding: 1px 4px;
        line-height: 1.5;
    }
    .contact form .form-inner.privacy-policy{
        padding-bottom: 0;
    }
}

/*　====================== PRIVACY POLICY ======================　*/
.privacy .sec1 .sec1-wrap{
    background: #fff;
    padding: 80px 8%;
    -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, .08);
            box-shadow: 0 0 15px rgba(0, 0, 0, .08);
}
.privacy .sec1 .privacy-inner{
    margin-bottom: 40px;
    border-bottom: 1px solid #CDCDCD;
    padding-bottom: 40px;
}
.privacy .sec1 .privacy-inner:first-of-type p{
    margin-top: 0;
}
.privacy .sec1 .privacy-inner:last-of-type{
    border-bottom: 0;
    padding-bottom: 0;
}
.privacy .sec1 .privacy-inner h3{
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 20px;
}
.privacy .sec1 .privacy-inner>ul,.privacy .sec1 .privacy-inner>ul>li>ul{
    margin-left: 3%;
    margin-bottom: 10px;
}
.privacy .sec1 .privacy-inner p{
    margin-top: 20px;
    line-height: 1.8;
}
.privacy .sec1 .privacy-inner ul li{
    line-height: 1.8;
    margin-top: 10px;
}
@media screen and (max-width:768px){
    .privacy .sec1 .sec1-wrap{
        padding: 60px 8%;
    }
    .privacy .sec1 .privacy-inner{
        margin-bottom: 30px;
        padding-bottom: 30px;
    }
    .privacy .sec1 .privacy-inner p{
        line-height: 1.8;
    }
    .privacy .sec1 .privacy-inner ul li{
        line-height: 1.8;
    }
}

/*　====================== NEWS ======================　*/
.news .sec2{
    padding-top: 0;
}
#news .news-wrap{
    margin: 0 auto;
    width: 100%;
}
.news .sec2 .news-wrap{
    background: #fff;
    padding: 80px 8%;
    -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, .08);
            box-shadow: 0 0 15px rgba(0, 0, 0, .08);
}
.news .sec2 .news-inner .day{
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    background: #0089B1;
    color: #fff;
    padding: 3px 10px;
    text-align: center;
}
.news .sec2 .news-inner h1{
    font-size: 30px;
    font-weight: 700;
    color: #0089B1;
    margin-top: 10px;
}
.news .sec2 .news-inner h2{
    font-size: 24px;
    font-weight: 700;
    margin-top: 10px;
}
.news .sec2 .news-inner h3{
    font-size: 20px;
    font-weight: 700;
    margin-top: 10px;
}
.news .sec2 .news-inner h4{
    font-size: 18px;
    font-weight: 700;
    margin-top: 10px;
}
.news .sec2 .news-inner p{
    font-size: 16px;
    margin-top: 10px;
}
.news .sec2 .news-content{
    margin: 40px 0;
}
@media screen and (max-width:768px){
    .news .sec2 .news-inner p{
        margin-top: 0;
    }
    .news .sec2 .news-wrap{
        padding: 60px 8%;
    }
    .news .sec2 .news-inner h1{
        font-size: 24px;
    }
    .news .sec2 .news-inner h2{
        font-size: 20px;
    }
    .news .sec2 .news-inner h3{
        font-size: 18px;
    }
    .news .sec2 .news-inner h4{
        font-size: 16px;
    }
    .news .sec2 .news-inner p{
        font-size: 15px;
    }
}