@charset "UTF-8";
@import url('https://fonts.googleapis.com/css?family=Roboto&display=swap');

/* 
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com 
Twitter: @rich_clark
*/

html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
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;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}

body {
    line-height: 1;
    -webkit-text-size-adjust: 100%;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}



blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}

a {
    margin: 0;
    padding: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}

/* change colours to suit your needs */
ins {
    background-color: #ff9;
    color: #000;
    text-decoration: none;
}

/* change colours to suit your needs */
mark {
    background-color: #ff9;
    color: #000;
    font-style: italic;
    font-weight: bold;
}

del {
    text-decoration: line-through;
}

abbr[title],
dfn[title] {
    border-bottom: 1px dotted;
    cursor: help;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

/* change border colour to suit your needs */
hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #cccccc;
    margin: 1em 0;
    padding: 0;
}

input,
select {
    vertical-align: middle;
}

* {
    box-sizing: border-box;
}



/*font-family: 'Noto Sans Japanese', serif;*/
html {
    width: 100%;
    color: #000;
    font-size: 62.5%;
    font-family: YakuHanJP, "游ゴシック", YuGothic, "メイリオ", Meiryo, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", Verdana, "ＭＳ Ｐゴシック", sans-serif;
    font-weight: 500;
}

body {
    width: 100%;
    line-height: 1;
    letter-spacing: 0.08rem;
    word-wrap: break-word;
    text-align: left;
    font-size: 1.6em;
}




a {
    color: #000;
    text-decoration: none;
    -webkit-text-size-adjust: 100%;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
}

a:hover {
    opacity: 0.7;
}

img {
    max-width: 100%;
    height: auto;
    display: block;
}

.pc {
    display: block !important;
}

.sp {
    display: none !important;
}

.clearfix:before,
.clearfix:after {
    content: " ";
    /* 1 */
    display: table;
    /* 2 */
}

.clearfix:after {
    clear: both;
}

/*
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */
.clearfix {
    *zoom: 1;
}

li {
    list-style: none;
    margin: 0;
    padding: 0;
}

main,
header,
footer,
nav,
section,
article,
figure,
aside {
    display: block;
}

.flex-container {
    display: flex;
    flex-direction: row;
    /* デフォルト値 */
    align-items: stretch;
    /* デフォルト値 */
    justify-content: flex-start;
    /* デフォルト値 */
    flex-wrap: nowrap;
    /* デフォルト値 */
    align-content: stretch;
    /* デフォルト値 */
}

.flex-item {
    flex-grow: 0;
    /* デフォルト値 */
    flex-shrink: 1;
    /* デフォルト値 */
    flex-basis: auto;
    /* デフォルト値 */
}

/* Common Text */
h2 {
    font-family: 'Roboto', sans-serif;
    font-size: 3.2rem;
    letter-spacing: 0.2rem;
    color: #ccc;
    font-weight: bold;
}

h3 {
    font-size: 3.6rem;
    line-height: 1.0;
    letter-spacing: 0.5rem;
    font-weight: bold;
}

/* タイトルアニメーション*/
.motion-txt {
    display: inline-block;
    position: relative;
    overflow: hidden;
}

.motion-txt:after {
    content: '';
    position: absolute;
    opacity: 1;
    left: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    background-color: #000;
    transform: translate3d(-101%, 0, 0);
}

.js-scroll.show .motion-txt:after {
    transition-property: transform, opacity;
    transition-duration: 0.5s;
    transition-delay: 0s;
    transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
    transform: translate3d(0, 0, 0);
}

.js-scroll.done .motion-txt:after {
    transition-property: transform;
    transition-duration: 0.5s;
    transition-delay: 0s;
    transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
    transform: translate3d(103%, 0, 0);
}

.motion-txt .motion-inner {
    display: inline-block;
    opacity: 0;
}

.js-scroll.done .motion-txt .motion-inner {
    opacity: 1;
}

/* ふわっとフェードイン */
.effect-fade {
    opacity: 0;
    transform: translate(0, 45px);
    transition: all 1600ms;
}

.effect-fade.effect-scroll {
    opacity: 1;
    transform: translate(0, 0);
}

/* Common Button */
section .btn_more {
    max-width: 460px;
    color: #1a1a1a;
    background-color: #f5f5f5;
    text-align: center;
    font-weight: 600;
    margin: 0 auto;
}

section .btn_more a {
    width: 100%;
    padding: 20px 20px;
    line-height: 1;
    opacity: 0.99;

}

section .btn_more a.animated-button.thar-three {
    color: #1a1a1a;
    cursor: pointer;
    display: block;
    position: relative;
    transition: all 0.4s cubic-bezier(0.42, 0, 0.58, 1);
    0s;

}

section .btn_more a.animated-button.thar-three:hover {
    color: #fff !important;
    background-color: transparent;

}

section .btn_more a.animated-button.thar-three:hover:before {
    left: 0%;
    right: auto;
    width: 100%;
}

section .btn_more a.animated-button.thar-three:before {
    display: block;
    position: absolute;
    top: 0px;
    right: 0px;
    height: 100%;
    width: 0px;
    z-index: -1;
    content: '';
    color: #fff !important;
    background: #000;
    transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}

section .btn_more2 {
    max-width: 460px;
    color: #fff;
    background-color: #666;
    text-align: center;
    font-weight: 600;
    margin: 0 auto;
}

section .btn_more2 a {
    width: 100%;
    display: inline-block;
    padding: 20px 20px;
    line-height: 1;
    color: #fff;
    opacity: 0.99;
}


section .btn_more2 a.animated-button.thar-three {
    color: #fff;
    cursor: pointer;
    display: block;
    position: relative;
    transition: all 0.4s cubic-bezier(0.42, 0, 0.58, 1);
    0s;

}

section .btn_more2 a.animated-button.thar-three:hover {
    color: #fff !important;
    background-color: transparent;
}

section .btn_more2 a.animated-button.thar-three:hover:before {
    left: 0%;
    right: auto;
    width: 100%;
}

section .btn_more2 a.animated-button.thar-three:before {
    display: block;
    position: absolute;
    top: 0px;
    right: 0px;
    height: 100%;
    width: 0px;
    z-index: -1;
    content: '';
    color: #fff !important;
    background: #000;
    transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}

/* Header */
header {

    line-height: 1;
    position: fixed !important;
    top: 0;
    left: 0;
    width: 100%;
    height: 80px;
    z-index: 24;
    position: relative;
}

header h1 {
    position: absolute;
    width: 107px;
    margin: 0 auto 0;
    top: 30px;
    left: 40px;
}

header nav {
    position: absolute;
    right: 40px;
    top: 35px;
    font-size: 15px;
    font-weight: 600;
    letter-spacing: 0;
}

header nav li {
    display: inline-block;
    padding-left: 50px;
}


.mv {
    width: 100%;
    height: 100vh;
    overflow: auto;
    background-color: #fff;
    position: relative;
}

.mv .catch_box {
    position: absolute;
    top: 25%;
    left: 50%;
    width: 53%;
    max-width: 336px;
    max-height: 180px;
    transform: translateY(-50%) translateX(-50%);
    -webkit- transform: translateY(-50%) translateX(-50%);
    margin: auto;
}


.mv .kv_photo {
    position: absolute;
    bottom: 0;
    margin: 0 auto;
    width: 100%;
    height: 50vh;
}

.mv .kv_photo img {
    width: 100%;
    height: 50vh;
    object-fit: cover;
    font-family: 'object-fit: cover;';
}

.mv .css-fade1 {
    animation-name: fade-in1;
    animation-duration: 1.6s;
    animation-timing-function: ease-out;
    animation-delay: 1.5s;
    animation-iteration-count: 1;
    animation-direction: normal;
    animation-fill-mode: forwards;
    opacity: 0;
}

@keyframes fade-in1 {
    0% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

/* top about
--------------------------- */
section.top_about_cont {
    position: relative;
    width: 100%;
    margin-top: 120px;
    margin-bottom: 180px;
}

section.top_about_cont .top_about_box {
    width: 30%;
    line-height: 1.8;
    margin-left: 10%;

}

section.top_about_cont .top_about_box h2 {
    margin-bottom: 20px;
    line-height: 1;
}

section.top_about_cont .top_about_box h3 {
    font-size: 3.6rem;
    line-height: 1.5;
    letter-spacing: 0.5rem;
    margin-bottom: 20px;
}

section.top_about_cont .top_about_box .about_read {
    margin: 0 auto;
    max-width: 460px;
}

section.top_about_cont .top_about_box p {
    margin-bottom: 50px;
}

section.top_about_cont .top_about_img {
    overflow: hidden;
    position: absolute;
    top: 0;
    right: 0;
    width: 50%;
    height: 480px;
}

section.top_about_cont .top_about_img img {
    width: 100%;
    height: 480px;
    object-fit: cover;
    font-family: 'object-fit: cover;';
}



/* top service
--------------------------- */

section.top_service_cont {
    width: 100%;
    height: 520px;
    background: url(../img/top_service_bg.png) center / cover no-repeat;
    color: #fff;
}

section.top_service_cont .top_service_box {
    max-width: 1080px;
    padding-top: 80px;
    margin: 0 auto;
    text-align: center;
    line-height: 1.8;
}

section.top_service_cont .top_service_box h2 {
    margin-bottom: 20px;
    line-height: 1;
}

section.top_service_cont .top_service_box h3 {
    font-size: 3.6rem;
    line-height: 1.5;
    letter-spacing: 0.5rem;
    margin-bottom: 15px;
}

section.top_service_cont .top_service_box p {
    margin-bottom: 50px;
}

/* top works
--------------------------- */
section.top_works_cont {
    width: 100%;
    margin: 0 auto;
    text-align: center;
    background: #f7f7f7;
    padding-top: 100px;
    padding-bottom: 120px;

}

section.top_works_cont h2 {
    color: #000;
    padding-bottom: 60px;
}

section.top_works_cont ul {
    width: 80%;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
    margin-bottom: 50px;
}

section.top_works_cont li.top_works_img_list {
    position: relative;
    width: 30%;
    background: #000;
    overflow: hidden;
}

section.top_works_cont li.top_works_img_list p {
    position: absolute;
    /*絶対配置*/
    color: #fff;
    /*文字は白に*/
    font-size: 3.0rem;
    font-weight: bold;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    margin: 0;
    padding: 0;
    opacity: 0;
    transition-duration: 1s;
}


section.top_works_cont li.top_works_img_list img {
    width: 30% object-fit: cover;
    font-family: 'object-fit: cover;';
    opacity: 1;
    transition-duration: 0.3s;
}

section.top_works_cont li.top_works_img_list img:hover {
    transform: scale(1.1);
    /*画像の拡大率*/
    transition-duration: 0.3s;
    /*変化に掛かる時間*/
    opacity: 0.4;
}




/* top news
--------------------------- */
section.top_news_cont {
    width: 100%;
    margin: 0 auto;
    text-align: center;
    padding-top: 100px;
    padding-bottom: 160px;
}

section.top_news_cont h2 {
    color: #000;
    padding-bottom: 60px;
}


section.top_news_cont ul {
    max-width: 1080px;
    margin: 0 auto;
    text-align: left;
}

section.top_news_cont li {
    width: 100%;
    padding: 30px 70px;
    display: flex;
    flex-wrap: wrap;
    line-height: 1.5;
}

section.top_news_cont li:nth-child(odd) {
    background: #f7f7f7;
}

section.top_news_cont li div.data {
    width: 150px;
    display: inline-block;
    font-weight: 600;
    margin-bottom: 10px;
    line-height: 1;
}


/* Footer */
footer {
    width: 100%;
    text-align: center;
    background-color: #000;
    color: #fff;
}

footer footer p {
    color: #fff;
    font-size: 1.4rem;
}

footer .contact {
    cursor: pointer;
    width: 100%;
    height: 420px;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    text-align: center;
}

footer .contact1:after {
    position: absolute;
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    background: url(../img/contact_bg.png) center / cover no-repeat;
    -webkit-transition: all .5s ease-out;
    -moz-transition: all .5s ease-out;
    -ms-transition: all .5s ease-out;
    transition: all .5s ease-out;
}

footer .contact1:hover:after {
    opacity: 0.8;
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

footer .contact_box {}

footer .contact_box a {
    position: absolute;
    display: inline-block;
    width: 100%;
    height: 420px;
    z-index: 1;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    -webkit- transform: translateY(-50%) translateX(-50%);
    margin: auto;
    padding-top: 120px;
}

footer .contact_box a:hover {
    opacity: 1;
}

footer .contact .contact_box h2 {
    font-size: 5.2rem;
    margin-bottom: 12px;
    color: #fff;
}

footer .contact .contact_box h3 {
    font-size: 2.4rem;
    margin-bottom: 30px;
    color: #fff;
}

footer .contact .contact_box p {
    color: #fff;
}

footer .foot_copy {
    font-size: 1.3rem;
    background-color: #000;
    color: #999;
    padding: 50px 0;
    text-align: center;
    margin: 0 auto;
}


/* 中ページ共通 */


#about,
#service,
#works {
    width: 100%;
    padding-top: 160px;
}

#about h1,
#service h1,
#works h1 {
    text-align: center;
    font-size: 4.6rem;
    margin-bottom: 60px;
}

#about h1 .motion-inner,
#service h1 .motion-inner,
#works h1 .motion-inner {
    display: inline-block;
    padding-bottom: 20px;
    border-bottom: solid 1px #000;
}


#about div.mv,
#service div.mv,
#works div.mv {
    overflow: hidden;
    width: 100%;
    height: 600px;
    margin-bottom: 100px;
}

#about div.mv img,
#service div.mv img,
#works div.mv img {
    width: 100%;
    height: 600px;
    object-fit: cover;
    font-family: 'object-fit: cover;';

}

#about .about_cont,
#service .service_cont {
    width: 100%;
    background: linear-gradient(90deg, #fff 0%, #fff 30%, #f2f2f2 30%, #f2f2f2 100%);
    padding: 100px 0;
    margin-bottom: 120px;


}

#about .about_cont .about_cont_inner,
#service .service_cont .service_cont_inner {
    max-width: 1080px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

#about .about_cont h2,
#service .service_cont h2 {
    color: #000;
    line-height: 1.5;
    letter-spacing: 0.4rem;
    font-family: YakuHanJP, "游ゴシック", YuGothic, "メイリオ", Meiryo, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", Verdana, "ＭＳ Ｐゴシック", sans-serif;
}


#about .about_cont div.txtbox,
#service .service_cont div.txtbox {
    display: block;
    width: 580px;
}

#about .about_cont div.txtbox p,
#service .service_cont div.txtbox p {
    color: #000;
    line-height: 1.6;
    letter-spacing: 0.4rem;
    margin-bottom: 60px;
}

#about .about_cont .about_img,
#service .service_cont .service_img {
    display: block;
    padding-top: 40px;
    width: 496px;
    margin: 0 auto;
}


#service .service_cont h3 {
    width: 100%;
    border-bottom: solid 1px #000;
    padding-bottom: 15px;
    font-size: 3.0rem;
    margin-bottom: 40px;
}

#service .service_cont h4 {
    width: 100%;
    font-size: 2.4rem;
    margin-bottom: 25px;
    font-weight: bold;
}

#service .service_cont span.stxt {
    font-size: 1.6rem;
    margin-left: 20px;
}

#about .about_company_profile {
    max-width: 1080px;
    margin: 0 auto 140px;
}

#about .about_company_profile h2 {
    font-size: 3.6rem;
    color: #000;
    margin-bottom: 50px;
    font-family: 'Roboto', sans-serif;
}

#about .about_company_profile ul {
    max-width: 1080px;
    margin: 0 auto;
    text-align: left;
}

#about .about_company_profile li {
    width: 100%;
    padding: 30px 70px;
    display: flex;
    flex-wrap: wrap;
}

#about .about_company_profile li:nth-child(odd) {
    background: #f7f7f7;
}

#about .about_company_profile li div.name {
    width: 186px;
    display: inline-block;
    font-weight: 600;
    padding-right: 100px;

}

#about .about_company_profile li span {
    display: inline-block;
    line-height: 1.5;
}


/* 中ページ works top */

#works ul {
    max-width: 1120px;
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin-bottom: 180px;
    padding-top: 50px;
}

#works li.works_img_list {
    position: relative;
    max-width: 560px;
    height: 384px;
    background: #000;
    overflow: hidden;
}

#works li.works_img_list p {
    position: absolute;
    /*絶対配置*/
    color: #fff;
    /*文字は白に*/
    font-size: 4.0rem;
    font-weight: bold;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    margin: 0;
    padding: 0;
    opacity: 0;
    transition-duration: 1s;
}

#works li.works_img_list img {
    width: 560;
    height: 384px;
    object-fit: cover;
    font-family: 'object-fit: cover;';
    opacity: 1;
    transition-duration: 0.3s;
}

#works li.works_img_list img:hover {
    transform: scale(1.1);
    /*画像の拡大率*/
    transition-duration: 0.3s;
    /*変化に掛かる時間*/
    opacity: 0.4;
}


/* 中ページ works 詳細ページ*/
#works_detail h1.works_mv {
    width: 100%;
    margin-top: 160px;
    margin-bottom: 60px;
    position: relative;
    max-height: 600px;
    background: #000;
}

#works_detail h1.works_mv p {
    position: absolute;
    /*絶対配置*/
    color: #fff;
    /*文字は白に*/
    font-size: 8.0rem;
    font-weight: bold;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    margin: 0;
    padding: 0;
}

#works_detail h1.works_mv img {
    width: 100%;
    height: 600px;
    object-fit: cover;
    font-family: 'object-fit: cover;';
    opacity: 0.6;
}

#works_detail .inner {
    max-width: 880px;
    margin: 0 auto;
}

#works_detail .works_description {
    line-height: 1.8;

    text-align: left;
    margin-bottom: 60px;
}

#works_detail ul {
    max-width: 880px;
    margin: 0 auto;
}

#works_detail li {
    margin-bottom: 60px;
}

#works_detail .works_info {
    width: 100%;
    padding: 30px 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    text-align: center;
    margin-bottom: 60px;
}

#works_detail .works_info .data {
    margin-right: 60px;
    padding-left: 30px;
    line-height: 22px;
    background: url(../works/img/ic_data.png) no-repeat;
    background-size: 22px 22px;
}

#works_detail .works_info .area {
    padding-left: 30px;
    line-height: 22px;
    background: url(../works/img/ic_area.png) no-repeat;
    background-size: 22px 22px;
}

#works_detail section .btn_more {
    max-width: 100%;
    margin-bottom: 140px;
}


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



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

    #about .about_cont,
    #service .service_cont {
        width: 100%;
        background: linear-gradient(90deg, #fff 0%, #fff 0, #f2f2f2 0, #f2f2f2 100%);
        padding: 0 0 100px 0;
        margin-bottom: 120px;
    }

    #about .about_cont h2,
    #service .service_cont h2 {
        color: #000;
        line-height: 1.5;
        letter-spacing: 0.4rem;
        font-family: YakuHanJP, "游ゴシック", YuGothic, "メイリオ", Meiryo, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", Verdana, "ＭＳ Ｐゴシック", sans-serif;
        margin-top: 60px;
        margin-bottom: 30px;
    }

    #about .about_cont .about_cont_inner,
    #service .service_cont .service_cont_inner {
        width: 86%;
        margin: 0 auto;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }

    #about .about_cont div.txtbox,
    #service .service_cont div.txtbox {
        display: block;
        width: 100%;
    }

    #about .about_company_profile {
        width: 94%;
        margin: 0 auto 140px;
    }

    #about .about_company_profile h2 {
        color: #000;
        margin-bottom: 50px;
        font-family: 'Roboto', sans-serif;
    }

    #works ul {
        max-width: 86%;
        margin: 0 auto;
        display: flex;
        flex-direction: row;
        flex-wrap: column;
        margin-bottom: 100px;
        padding-top: 20px;
    }

    #works li.works_img_list {
        max-width: 100%;
        height: auto;
        margin-bottom: 20px;
    }

    #works li.works_img_list img {
        width: 100%;
        height: auto;
        opacity: 0.7;
    }

    #works li.works_img_list p {
        opacity: 1;
    }


    #works_detail .inner {
        max-width: 86%;
        margin: 0 auto;
    }

}

@media screen and (max-width: 480px) {
    .pc {
        display: none !important;
    }

    .sp {
        display: block !important;
    }

    body {
        font-size: 1.4em;
    }

    header .inner,
    .trouble .inner,
    .select .inner,

    .auxiliary .inner,
    .price .inner,
    .case .inner,
    .flow .inner {
        padding: 0 15px !important;
        margin: 0;
        overflow: hidden;
    }

    header {
        position: absolute !important;
    }

    /* Header */
    header .catch_box {
        position: absolute;
        top: 25%;
        left: 50%;
        width: 50%;
        min-width: 60%;
        transform: translateY(-50%) translateX(-50%);
        -webkit- transform: translateY(-50%) translateX(-50%);
        margin: auto;
    }

    header h1 {
        position: absolute;
        width: 65px;
        margin: 0 auto 0;
        top: 20px;
        left: 15px;
    }

    /* about */
    section.top_about_cont .top_about_box h2 {
        font-size: 3.0rem;
        margin-bottom: 15px;

    }

    section.top_about_cont .top_about_box h3 {
        font-size: 2.4rem;
        line-height: 1.5;
        letter-spacing: 0.2rem;
        margin-bottom: 12px;

    }

    section.top_about_cont {
        position: relative;
        width: 100%;
        margin-top: 50px;
        margin-bottom: 50px;
    }

    section.top_about_cont .top_about_box {
        width: 100%;
        line-height: 1.8;
        margin: 0;
        padding: 8%;
        padding-top: 260px;

    }

    section.top_about_cont .top_about_img {
        position: absolute;
        top: 0;
        left: 0;
        width: 84%;
        height: 220px;
        margin: 0 auto;

    }

    section.top_about_cont .top_about_img img {
        width: 100%;
        height: 220px;
        object-fit: cover;
        font-family: 'object-fit: cover;';
    }

    /* service */
    section.top_service_cont {
        width: 100%;
        height: auto;
        padding: 50px 0;
        background: url(../img/sp_top_service_bg.png) center / cover no-repeat;
        color: #fff;
    }

    section.top_service_cont .top_service_box {
        max-width: 86%;
        margin: 0 auto;
        text-align: center;
        line-height: 1.8;
        padding-top: 0;
    }

    section.top_service_cont .top_service_box h2 {
        font-size: 3.0rem;
        margin-bottom: 15px;

    }

    section.top_service_cont .top_service_box h3 {
        font-size: 2.4rem;
        line-height: 1.5;
        letter-spacing: 0.2rem;
        margin-bottom: 10px;

    }

    section.top_service_cont .top_service_box p {
        margin-bottom: 20px;
    }

    /* works */
    section.top_works_cont {
        width: 100%;
        padding-top: 50px;
        padding-bottom: 60px;

    }

    section.top_works_cont h2 {
        color: #000;
        padding-bottom: 30px;
        font-size: 3.0rem;
    }

    section.top_works_cont ul {
        width: 100%;
        margin: 0 auto;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        flex-direction: column;
        align-items: center;
        margin-bottom: 10px;
    }

    section.top_works_cont li.top_works_img_list {
        width: 80%;
        margin-bottom: 25px;
    }

    section.top_works_cont .btn_more2 {
        width: 80%;
    }

    /* news */
    section.top_news_cont {
        width: 90%;
        margin: 0 auto;
        text-align: center;
        padding-top: 50px;
        padding-bottom: 80px;

    }

    section.top_news_cont h2 {
        color: #000;
        padding-bottom: 30px;
        font-size: 3.0rem;
    }

    section.top_news_cont li {
        padding: 20px 25px;

    }

    section.top_news_cont li span {
        display: block;
        margin-bottom: 10px;
    }

    /* contact */
    footer .contact {
        cursor: pointer;
        width: 100%;
        height: 250px;
        margin: 0 auto;
        position: relative;
        overflow: hidden;
        text-align: center;
    }

    footer .contact1:after {
        background: url(../img/sp_contact_bg.png) center / cover no-repeat;
        å
    }

    footer .contact_box {}

    footer .contact_box a {
        position: absolute;
        display: inline-block;
        width: 100%;
        height: 250px;
        z-index: 1;
        top: 50%;
        left: 50%;
        transform: translateY(-50%) translateX(-50%);
        -webkit- transform: translateY(-50%) translateX(-50%);
        margin: auto;
        padding-top: 68px;
    }

    footer .contact .contact_box h2 {
        font-size: 4.0rem;
        margin-bottom: 8px;
        color: #fff;
    }

    footer .contact .contact_box h3 {
        font-size: 1.8rem;
        margin-bottom: 26px;
        color: #fff;
        letter-spacing: 0.2rem;
    }


    footer .foot_copy {
        font-size: 1.2rem;
        color: #999;
        padding: 25px 0;
    }



    /* 中ページ共通 */
    #about,
    #service,
    #works {
        width: 100%;
        padding-top: 86px;
    }

    #about h1,
    #service h1,
    #works h1 {
        text-align: center;
        font-size: 2.3rem;
        margin-bottom: 30px;
    }

    #about h1 .motion-inner,
    #service h1 .motion-inner,
    #works h1 .motion-inner {
        display: inline-block;
        padding-bottom: 10px;
        border-bottom: solid 1px #000;
    }

    #about div.mv,
    #service div.mv,
    #works div.mv {
        overflow: hidden;
        width: 100%;
        height: 250px;
        margin-bottom: 80px;
    }

    #about div.mv img,
    #service div.mvimg,
    #works div.mv img {
        width: 100%;
        height: 250px;
        object-fit: cover;
        font-family: 'object-fit: cover;';
    }

    #about .about_cont,
    #service .service_cont {
        width: 100%;
        padding: 0 0 60px 0;
        margin-bottom: 50px;
        background: linear-gradient(90deg, #fff 0%, #fff 4%, #f2f2f2 4%, #f2f2f2 100%);
    }

    #about .about_cont .about_cont_inner,
    #service .service_cont .service_cont_inner {
        width: 84%;
        margin: 0 auto;
        display: flex;
        flex-wrap: column;
    }

    #about .about_cont h2 {
        width: 100%;
        font-size: 2.5rem;
        margin: -35px 0 30px 0;
        letter-spacing: 0.4rem;
    }

    #about .about_cont div.txtbox,
    #service .service_cont div.txtbox {
        width: 100%;
        display: inline;
    }

    #about .about_cont div.txtbox p,
    #service .service_cont div.txtbox p {
        letter-spacing: 0.1rem;
    }

    #about .about_cont .about_img,
    #service .service_cont .service_img {
        padding-top: 0px;
        width: 80%;
        margin: 0 auto;
    }


    #service .service_cont h2 {
        width: 100%;
        font-size: 2.5rem;
        margin: -35px 0 50px 0;
        letter-spacing: 0.4rem;
    }

    #service .service_cont h3 {
        width: 100%;
        border-bottom: solid 1px #000;
        padding-bottom: 15px;
        font-size: 2.3rem;
        margin-bottom: 30px;
    }

    #service .service_cont h4 {
        width: 100%;
        font-size: 1.8rem;
        margin-bottom: 15px;
        font-weight: bold;
    }

    #service .service_cont span.stxt {
        font-size: 1.4rem;
        margin-left: 20px;
    }

    #about .about_company_profile {
        width: 92%;
        margin: 0 auto 80px;
    }

    #about .about_company_profile h2 {
        padding-left: 4%;
        font-size: 2.5rem;
        color: #000;
        margin-bottom: 30px;
        font-family: 'Roboto', sans-serif !important;
    }

    #about .about_company_profile ul {
        width: 100%;
        margin: 0 auto;
        text-align: left;
    }

    #about .about_company_profile li {
        width: 100%;
        padding: 15px 20px;
        font-size: 1.4rem;
        display: flex;
        flex-wrap: wrap;
    }

    #about .about_company_profile li div.name {
        width: 100%;
        display: block;
        font-weight: 600;
        margin-bottom: 10px;
    }

    #about .about_company_profile li span {
        line-height: 1.5;
    }

    /* 中ページ works top */

    #works ul {
        max-width: 86%;
        margin: 0 auto;
        display: flex;
        flex-direction: row;
        flex-wrap: column;
        margin-bottom: 100px;
        padding-top: 20px;
    }

    #works li.works_img_list {
        width: 100%;
        height: auto;
        margin-bottom: 20px;

    }

    #works li.works_img_list img {
        width: 100%;
        height: auto;
        opacity: 0.7;
    }

    #works li.works_img_list p {
        font-size: 2.8rem;
        opacity: 1;
    }

    /* 中ページ works 詳細ページ*/
    #works_detail h1.works_mv {
        overflow: hidden;
        width: 100%;
        height: 250px;
        margin-bottom: 30px;
        margin-top: 80px;

    }

    #works_detail h1.works_mv p {
        position: absolute;
        /*絶対配置*/
        color: #fff;
        /*文字は白に*/
        font-size: 4.0rem;
        font-weight: bold;
        top: 50%;
        left: 50%;
        -ms-transform: translate(-50%, -50%);
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        margin: 0;
        padding: 0;
    }

    #works_detail h1.works_mv img {
        width: 100%;
        height: 250px;
        object-fit: cover;
        font-family: 'object-fit: cover;';
        opacity: 0.6;
    }

    #works_detail .inner {
        max-width: 86%;
        margin: 0 auto;
    }

    #works_detail .works_description {
        line-height: 1.8;
        text-align: left;
        margin-bottom: 30px;
    }

    #works_detail ul {
        max-width: 880px;
        margin: 0 auto;
        padding-bottom: 20px;

    }

    #works_detail li {
        margin-bottom: 40px;
    }

    #works_detail .works_info {
        width: 100%;
        padding: 30px 0;
        display: flex;
        flex-direction: column;
        text-align: left;
    }

    #works_detail .works_info .data {
        margin: 0 0 20px 0;

    }

    #works_detail .works_info .area {
        padding-left: 30px;
        line-height: 22px;
        background: url(../works/img/ic_area.png) no-repeat;
        background-size: 22px 22px;
    }

    /* hamberger-menu */
    #nav-toggle {
        position: fixed;
        top: 5px;
        right: 10px;
        height: 40px;
        cursor: pointer;
        padding: 10px 10px;
        background: transparent;
    }

    #nav-toggle > div {
        position: relative;
        width: 25px;
    }

    #nav-toggle span {
        width: 100%;
        height: 1px;
        left: 0;
        display: block;
        background: #000;
        position: absolute;
        transition: top 0.5s ease, -webkit-transform 0.6s ease-in-out;
        transition: transform 0.6s ease-in-out, top 0.5s ease;
        transition: transform 0.6s ease-in-out, top 0.5s ease, -webkit-transform 0.6s ease-in-out;
    }

    #nav-toggle span:nth-child(1) {
        top: 4px;
    }

    #nav-toggle span:nth-child(2) {
        top: 10px;
    }

    #nav-toggle span:nth-child(3) {
        top: 16px;
    }

    #nav-toggle:hover span:nth-child(1) {
        top: 4px;
    }

    #nav-toggle:hover span:nth-child(3) {
        top: 16px;
    }

    .open #nav-toggle span {
        background: #fff;
    }

    .open #nav-toggle span:nth-child(1) {
        top: 10px;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
    }

    .open #nav-toggle span:nth-child(2) {
        top: 10px;
        width: 0;
        left: 50%;
    }

    .open #nav-toggle span:nth-child(3) {
        top: 10px;
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }

    /* z-index */
    #nav-toggle {
        z-index: 1000;
    }

    #header {
        z-index: 900;
    }

    #gloval-nav {
        background: rgba(0, 0, 0, 0.9);
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: 990;
        text-align: left;
        display: flex;
        visibility: hidden;
        justify-content: center;
        align-items: center;
        font-size: 1.8rem;
        opacity: 0;
        transition: opacity 0.6s ease, visibility 0.6s ease;

    }

    #gloval-nav nav {
        display: block;
        position: relative;
    }

    #gloval-nav ul {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translateY(-60%) translateX(-50%);
        -webkit- transform: translateY(-60%) translateX(-50%);
        margin: auto;
    }

    #gloval-nav a {
        display: block;
        color: #fff;
        padding: 20px 0;
        transition: color 0.6s ease;
        font-size: 1.8rem;

    }

    #gloval-nav a:hover {
        color: #666;
    }

    #gloval-nav ul li {
        display: block;
        padding: 0 0 0 28px;
        opacity: 0;
        -webkit-transform: translateX(200px);
        transform: translateX(200px);
        transition: opacity 0.2s ease, -webkit-transform 0.6s ease;
        transition: transform 0.6s ease, opacity 0.2s ease;
        transition: transform 0.6s ease, opacity 0.2s ease, -webkit-transform 0.6s ease;
    }

    #gloval-nav ul li:before {
        content: '';
        position: absolute;
        top: 50%;
        display: inline-block;
        width: 10px;
        height: 1px;
        background-color: #999;
    }

    #gloval-nav ul li:before {
        left: 0;
    }

    #gloval-nav ul li:nth-child(2) {
        transition-delay: 0.10s;
    }

    #gloval-nav ul li:nth-child(3) {
        transition-delay: 0.15s;
    }

    #gloval-nav ul li:nth-child(4) {
        transition-delay: 0.20s;
    }

    #gloval-nav ul li:nth-child(5) {
        transition-delay: 0.25s;
    }

    #gloval-nav ul li:nth-child(6) {
        transition-delay: 0.30s;
    }

    #gloval-nav ul li:nth-child(7) {
        transition-delay: 0.35s;
    }

    /* open */
    .open {
        overflow: hidden;
    }

    .open #nav-toggle {
        background-color: transparent;
    }

    .open #gloval-nav {
        visibility: visible;
        opacity: 1;
    }

    .open #gloval-nav nav {
        display: block;
        position: relative;
    }

    .open #gloval-nav ul {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translateY(-60%) translateX(-50%);
        -webkit- transform: translateY(-60%) translateX(-50%);
        margin: auto;
    }

    .open #gloval-nav li {
        opacity: 1;
        -webkit-transform: translateX(-60px);
        transform: translateX(-60px);
        transition: opacity 0.9s ease, -webkit-transform 1s ease;
        transition: transform 1s ease, opacity 0.9s ease;
        transition: transform 1s ease, opacity 0.9s ease, -webkit-transform 1s ease;
    }
