/*
Theme Name: original
*/
@charset "UTF-8";
@font-face {
    font-family: 'Lato';
    src: url('myFont/Lato -Regular.woff') format('woff');
    font-weight: 400;
    font-display: swap;
}
@font-face {
    font-family: 'Lato';
    src: url('myFont/Lato -Bold.woff') format('woff');
    font-weight: 700;
    font-display: swap;
}
@font-face {
    font-family: 'Lato';
    src: url('myFont/Lato -Light.woff') format('woff');
    font-weight: 300;
    font-display: swap;
}
@font-face {
    font-family: 'Playfair Display';
    src: url('myFont/Playfair_Display -Regular.woff') format('woff');
    font-weight: 400;
    font-display: swap;
}

*{ 
    box-sizing:border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}
html {
    font-size: 1.25vw;
    border-right:solid #000 1px;
}
body {
    color: #050507;
    font-family: 'Lato','Hiragino Kaku Gothic ProN', 'Source Sans Pro', sans-serif;
    font-weight: 400;
    background-image: url(img/mv.webp);
    background-position: center;
    /* 画像をタイル状に繰り返し表示しない */
    background-repeat: no-repeat;
    /* コンテンツの高さが画像の高さより大きい時、動かないように固定 */
    /* background-attachment: fixed; */
    /* 表示するコンテナの大きさに基づいて、背景画像を調整 */
    background-size: cover;
    /* 背景画像が読み込まれる前に表示される背景のカラー */
    background-color: #000000;
    /* 画面の高さが低くてメニューが隠れてしまった場合に、縦スクロールが出るよう設定 */
    overflow-y: auto;
    /* overflow-x: scroll; */
    overflow: hidden;
    margin: 0;
}
a {
    color: #333333;
    text-decoration: none;
}
img {
    aspect-ratio: attr(width) / attr(height);
    vertical-align: bottom;
}
li {
    list-style: none;
}

/*================================================
    header
================================================*/
/* ナビゲーション */
#nav {
    position:fixed;
    top:0;
    left:0;
    /* width:100%; */
    width: 100vw;
    z-index:100;
}
#navx::-webkit-scrollbar{
    display: none;
}
#nav li {
    float:left;
    width:16.666%; /* 8sectionsの場合は１２.5％ */
    text-align:center;
    border-bottom:1px solid rgba(0,0,0,0.1);
}
#nav li a {
    display:block;
    padding:15px;
    color:#fff;
    line-height: 24px;
    text-decoration:none;
    text-shadow:1px 1px 0 rgba(0,0,0,0.1);
    background:rgba(0,0,0,0.1);
    border-left:1px solid rgba(0,0,0,0.1);
    border-right:1px solid rgba(255,255,255,0.2);
}
#nav li.active a {
    background:rgba(255,255,255,0.3);
}

/*================================================
    main共通
================================================*/
.ms-section {
    padding-top: 55px;
    padding-bottom: 30px;
    text-align: center;
}
.section-title{
    font-family: 'Playfair Display';
    font-weight: lighter;
}
.ms-section .works__img{
    width: 60%;
    height: 60%;
}
.sp{
    display: none;
}
.inline-sp{
    display: none;
}

/*================================================
    HOME
================================================*/
.home__left,
.home__right{
    z-index: 99;
}
.home__left .site-title{
    text-align: right;
    letter-spacing: 1px;
    font-family: 'Playfair Display';
    font-size: 6vw;
    font-weight: normal;
    color: #FFF;
}
.home__left .sub-title{
    text-align: right;
    letter-spacing: 2.5px;
    font-size: 2vw;
    color: #FFF;
    padding-top: 20px;
}
.home__right .site-title{
    text-align: left;
    letter-spacing: 1px;
    font-family: 'Playfair Display';
    font-size: 6vw;
    font-weight: normal;
    color: #FFF;
}
.home__right .sub-title{
    text-align: left;
    letter-spacing: 2.5px;
    font-size: 2vw;
    color: #FFF;
    padding-top: 20px;
}
.home__left{
    position: relative;
}
.home__left .tab__container{
    width: 100%;
    height: 55px;
    padding-top: 55px;
    background-color: #000;
    position: absolute;
    top: 0;
}
.home__right{
    position: relative;
}
.home__right .tab__container{
    width: 100%;
    height: 55px;
    padding-top: 55px;
    background-color: #000;
    position: absolute;
    top: 0;
}

/*================================================
    About
================================================*/
.about__left{
    position: relative;
    text-align: right;
}
.about__left .section-title{
    position: absolute;
    top: 20vh;
    left: 0vw;
    font-size: 100px;
    transform: rotate( 90deg ); /* 3DのX軸(水平)で回転 */
}
.about__left .ms-tableCell{
    padding: 20px;
}
.about__left .about__pl{
    padding-bottom: 50px;
    line-height: 5vh;
}
.about__left .about__detail p{
    line-height: 4vh;
    text-shadow: #aaa;
}
.about__right {
    position: relative;
    background-image: url(img/profile.webp);
    background-position: left top+100px;
    background-size:contain;
}
.about__right .section-title{
    position: absolute;
    bottom: 100px;
    right: 0;
    font-size: 100px;
    padding-right: 100px;
}
.about__right img{
    position: absolute;
    bottom: 0px;
    left: 0;
    filter: drop-shadow(-5px 10px 10px #333333);
    width: auto;
    height: 80%;
    object-fit: cover;
}
.mask {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 300px;
    transform: scale(-1, 1);opacity: 0.5;
    -webkit-mask-image: linear-gradient(to right, black 60%, transparent 100%);
            mask-image: linear-gradient(to right, black 60%, transparent 100%);
}

/*================================================
    Contact
================================================*/
.contact__left{
    position: relative;
}
.contact__left .section-title{
    color: rgba(255,255,255,0.1);
    font-size: 10rem;
    text-align: right;
    padding-left: -30px;
    position: absolute;
    left: 50%;
    top: 30%;
    transform: translateX(-50%);
}
.contact__left .sns__list{
    position: absolute;
    top: 40%;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    justify-content: space-between;
    width: 200px;
    padding-top: 150px;
    margin: 0 auto;
}
.contact__left .sns__item{
    display: flex;
    justify-content: center;
    align-items: center;
    border: solid 1px #FFFFFF;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    -webkit-transition: 0.3s ease-in-out;  
    -moz-transition: 0.3s ease-in-out;  
      -o-transition: 0.3s ease-in-out;  
         transition: 0.3s ease-in-out;
}
.contact__left .sns__item:hover{
    opacity: 0.5;  
    filter: alpha(opacity=50);  /* IE用 */
}
.contact__left .sns__list a{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
}
.contact__left .sns__list img{
    width: 20px;
    height: 20px;
}
.contact__inner{
    text-align: center;
    margin: 0 auto;
    /* width: calc(100% - 10px);
    max-width: 600px; */
    width: 90%;
    height: 90%;
    /* background-color: rgba(255,255,255,0.9); */
}

.contact__form{
    display: block;
    width: fit-content;
    margin: 0 auto;
    font-size: 14px;
    padding: 20px;
}
.contact__item{
    display: flex;
    align-items: center;
    padding-top: 20px;
}
.contact__label{
    width: 200px;
    text-align: left;
    padding-left: 10px;
    border-left: solid 5px #D3B490;
}
.label-required{
    color: #FFFFFF;
    background-color: #ff1493;
    border-radius: 7px;
    font-weight: bold; 
    font-size: 10px;
    line-height: 14px;
    padding: 5px 10px;
    margin-left: 5px;
}
.radio__text{
    padding-left: 5px;
    padding-right: 4vw;
}
input[type="text"],
input[type="email"],textarea{
    border: solid 1px #aaa;
    border-radius: 5px;
    padding: 10px;
    font-size: 15px;
    margin-right: 10px;
    width: calc( 100% - 200px );
}
select{
    margin-right: 10px;
    width: calc( 100% - 200px );
    appearance: none;
    cursor: pointer;
    border: solid 1px #aaa;
    border-radius: 5px;
    padding: 10px;
    font-size: 15px;
}
textarea{
    margin-right: 10px;
    border: solid 1px #aaa;
    border-radius: 5px;
    padding: 10px;
    height: 160px;
    max-width: 300px;
    font-size: 15px;
}
.contact__btn{
    text-align: center;
    margin: 25px auto;
}
.contact__btn button{
    background: #D3B490;
    border-radius: 7px;
    cursor: pointer;
    color: #FFFFFF;
    font-size: 17px;
    font-weight: bold;
    padding: 10px 25px;
}

/*================================================
    work共通
================================================*/
.inline-sp{
    display: none;
}
.wrapper{
    /* height: 400px; */
}
.work__left .section-title{
    color: rgba(255,255,255,0.1);
    font-size: 100px;
    font-weight: 300;
    transform: rotate( 90deg ); /* 3DのX軸(水平)で回転 */
}
.work__right .section-title{
    color: rgba(255,255,255,0.1);
    font-size: 100px;  
}
.work__left .first,
.work__right .first{
    color: rgba(255,255,255,0.5);
}
.work__left .number,
.work__right .number{
    font-size: 300px;
}
.works__list{
    display: block;
    text-align: left;
    width: 25vw;
    padding-top: 50px;
    margin: 0 auto;
    color: #333333;
}
.works__list li{
    line-height: 3vh;
    margin-top: 3vh;
}
.works__list li a{
    display: block;
    word-break: break-all;
} 
.works__item{
    white-space: normal;
}
.works__item:nth-child(2){
    display: flex;
}
.works__detail{
    word-break: break-all;
}

.git__link{
    position: relative;
    display: inline-block;
    text-decoration: none;
}
.work-1 .works__link__img,
.work-2 .works__link__img,
.work-3 .works__link__img,
.work-4 .works__link__img,
.work-5 .works__link__img,
.work-6 .works__link__img{
    width: 1.5vw;
    height: 1.5vw;
    vertical-align: middle;
    margin-right: 10px;
    margin-bottom: 2px;
}
.git__link::after {
    position: absolute;
    bottom: -2px;
    left: 0;
    content: '';
    width: 50%;
    height: 1px;
    background: #FFFFFF;
    transform: scale(0, 1);
    transform-origin: left top;
    transition: transform .3s;
}
.git__link:hover::after {
    transform: scale(1, 1);
}
.fade{
    -webkit-transition: 0.3s ease-in-out;  
       -moz-transition: 0.3s ease-in-out;  
         -o-transition: 0.3s ease-in-out;  
            transition: 0.3s ease-in-out;  
}  
.fade:hover {  
    opacity: 0.5;  
    filter: alpha(opacity=50);  /* IE用 */
} 
/*================================================
    works01
================================================*/
.work-1__left{
    position: relative;
    background-color: #2f4f4f;
}
.work-1__left .section-title{
    position: absolute;
    top: 20vh;
    left: -4vw;
}
.work-1__left .work-1{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
}
.work-1__left .work-1 .works__item,
.work-1__left .work-1 .works__item a{
    color: rgba(255,255,255,0.9);
}
.work-1__right{
    position: relative;
    background-color: lightsalmon; 
}
.work-1__right .section-title{
    position: absolute;
    bottom: 0;
    right: 5vw;
}
.work-1__right .work-2{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
}

/*================================================
    works02
================================================*/
/* left */
.work-2__left{
    position: relative;
    background-color: #f0e68c;
}
.work-2__left .section-title{
    color: rgba(255,255,255,0.2);
    position: absolute;
    top: 20vh;
    left: -4vw;
}
.work-2__left .first{
    color: rgba(255,255,255,0.6);
}
.work-2__left .work-3{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
}
/* right */
.work-2__right{
    position: relative;
    background-color: #d8bfd8 ;
}
.work-2__right .section-title{
    position: absolute;
    bottom: 0;
    right: 5vw;
}
.work-2__right .work-4{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
}

/*================================================
    works03
================================================*/
/* left */
.work-3__left{
    position: relative;
    background-color: skyblue;
}
.work-3__left .section-title{
    position: absolute;
    top: 20vh;
    left: -4vw;
}
.work-3__left .work-5{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
}
/* right */
.work-3__right{
    position: relative;
    background-color: blanchedalmond;
}
.work-3__right .section-title{
    color: rgba(255,255,255,0.3);
    position: absolute;
    bottom: 0;
    right: 5vw;
}
.work-3__right .first{
    color: rgba(255,255,255,0.7);
}
.work-3__right .work-6{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;   
}

/*================================================
    footer
================================================*/
.footer{
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 30px;
    text-align: center;
}
.copyright{
    font-size: 16px;
}

/*========= スクロールダウンアイコンのためのCSS ===============*/

/*スクロールダウン全体の場所*/
.scrolldown4{
    /*描画位置※位置は適宜調整してください*/
    position:absolute;
    bottom:10%;
    left: 3%;
    /*矢印の動き1秒かけて永遠にループ*/
    animation: arrowmove 1s ease-in-out infinite;
}
/*下からの距離が変化して全体が下→上→下に動く*/
@keyframes arrowmove{
    0%{bottom:20%;}
    50%{bottom:80%;}
    100%{bottom:20%;}
}
/*Scrollテキストの描写*/
.scrolldown4 span{
    /*描画位置*/
    position: absolute;
    left:-20px;
    bottom:10px;
    /*テキストの形状*/
    color: #fff;
    font-size: 0.7rem;
    letter-spacing: 0.05em;
    /*縦書き設定*/
    -ms-writing-mode: tb-rl;
    -webkit-writing-mode: vertical-rl;
    writing-mode: vertical-rl;
}
/* 矢印の描写 */
.scrolldown4:before {
    content: "";
    /*描画位置*/
    position: absolute;
    bottom: 0;
    right: -6px;
    /*矢印の形状*/
    width: 1px;
    height: 20px;
    background: #fff;
    transform: skewX(-31deg);
}
.scrolldown4:after{
    content:"";
    /*描画位置*/
    position: absolute;
    bottom:0;
    right:0;
    /*矢印の形状*/
    width:1px;
    height: 50px;
    background:#fff;
}
/*■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■
/*================================================
    SP  max-width: 900px
================================================*/
@media screen and (max-width: 900px) {
    html {
        font-size: 18px;
    }
    .section-title{
        font-size: 2rem;
    }
    .about__left .section-title,
    .about__right .section-title{
        color: rgba(255,255,255,0.1);
    }
    .about__right img{
        width: auto;
        height: 80%;
    }
    .about__right {
        background-size: cover;
    }
    .contact__left .section-title{
        font-size: 2rem;
    }
    .contact__form{
        width: 90%;
        text-align: left;
        padding: 15px 30px;
    }
    .contact__item{
        display: flex;
        flex-direction: column;
        padding-left: 0;
    }
    .contact__label{
        justify-content: flex-start;
        width: 90%;
        margin-bottom: 10px;
    }
    input[type="text"],input[type="email"],textarea{
        display: flex;
        width: 90%;
    }
    .contact__right select{
        width: 90%;
    }
    .work__left .number,
    .work__right .number{
        font-size: 180px;
    }
    .works__list{
        width: 70%;
    }
    .work-1__left .section-title,
    .work-2__left .section-title,
    .work-3__left .section-title {
        position: absolute;
        top: 20vh;
        left: -15vw;
        width: 500px;
    }
    .work-1__right .section-title,
    .work-2__right .section-title,
    .work-3__right .section-title {
        bottom: 5vh;
    }
    .work-1 .works__link__img,
    .work-2 .works__link__img,
    .work-3 .works__link__img,
    .work-4 .works__link__img{
        width: 20px;
        height: 20px;
}
    
    /*== スクロールバー ===============================*/
    /* スクロールバーの位置 */
    #multiscroll-nav.right{
        right: -3px;
    }
    .copyright{
        font-size: 14px;
    }
    /*スクロールダウン全体の場所*/
    .scrolldown4{
        left: 7%;
    }
    /*Scrollテキストの描写*/
    .scrolldown4 span{
        /*描画位置*/
        left:-20px;
        bottom:5px;
    }
    .scrolldown4:before {
        right: -5px;
        height: 15px;
    }
    .scrolldown4:after{
        height: 40px;
    }
}
/*================================================
    SP  max-width: 768px
================================================*/
@media screen and (max-width: 768px) {
    
    .about__right img{
        height: 50%;
        right: 0;
    }
}

/*================================================
    SP  max-width: 520px
================================================*/
@media screen and (max-width: 520px) {
    body{
        font-size: 14px;
        overflow: hidden;
    }
    .pc{
        display: none;
    }
    .sp{
        display: block;
    }
    .inline-sp{
        display: inline;
    }
    .header{
        justify-content: center;
    }
    #nav li a{
        padding: 15px 5px;
        font-size: 10px;
    }
    /*全体のボックスについている余白をリセット*/
    .ms-section{
        padding: 55px 25px 0px 10px;
    }
    .ms-section .works__img{
        width: 50vw;
        height: 100%;
    }
    .home__left{
        padding: 0 ;
    }
    /*天地中央になっている見せ方を上ぞろえに上書き*/
    .ms-tableCell{
        vertical-align: middle;
    }
    /*右上ナビゲーションと右エリア非表示*/
    .ms-right{
        display: none;
    }
    /*左エリアを横幅100%にして画像＋テキストを出す設定*/
    .ms-left{
        width:100%!important;
        height: 100%;
        text-align: center;
    }
    .home__left .site-title{
        font-size: 36px;
        text-align: center;
    }
    .home__left .sub-title{
        text-align: center;
        font-size: 12px;
    }

    /*== about ===============================*/
    .about__left{
        text-align: left;
    }
    .about__left .section-title{
        text-align: left;
        top: 25%;
        left: -20%;
    }
    .about__left .about__pl{
        line-height: 8vw;
    }
    .about__left .about__detail p{
        line-height: 6vw;
    }

    /*== contact ===============================*/
    .contact__left .contact__inner{
        display: flex;
        align-items: center;
        text-align: center;
        margin: 0 auto ;
        width: calc(100% - 70px);
        /* max-width: 600px;
        height: auto; */
        overflow: scroll;
        /* background-color: rgba(255,255,255,0.9); */
        position: absolute;
        bottom: calc(50% - 40px);
        left: 50%;
        transform: translate(-50%, 50%);
    }
    .contact__form{
        font-size: 12px;
        width: 100%;
    }
    .contact__left .contact__item{
        flex-direction: column;
        width: 100%;
        height: auto;
        padding-top: 2vh;
    }
    .contact__form:first-child{
        padding-top: 0;
    }
    .contact__left input[type="text"],
    .contact__left input[type="email"]{
        height: 25px;
        margin-right: 0;
        font-size: 12px;
        padding: 0 10px;
    }
    .contact__left select{
        margin-right: 10px;
        width: 90%;
        height: 25px;
        appearance: none;
        cursor: pointer;
        border: solid 1px #aaa;
        border-radius: 5px;
        padding: 0 10px;
        font-size: 12px;
    }
    .contact__left textarea{
        height: 10vh;
        margin-right: 0;
        font-size: 12px;
        padding: 0 10px;
    }
    .contact__label{
        margin-bottom: 5px;
    }
    .contact__btn {
        margin: 10px auto 0;
    }
    .contact__btn button{
        font-size: 14px;
        padding: 5px 20px;
    }

    .contact__left .sns__list{
        top: 0;
        padding-top: calc( 30px + 6vh );
    }
    .contact__left .sns__item{
        width: 30px;
        height: 30px;
    }
    .contact__left .sns__item img{
        width: 15px;
        height: 15px;
    }

    /*== Work共通 ===============================*/
    .wrapper{
        height: auto;
        }
    .wrapper a{
        display: block;
    }
    .works__list{
        padding-top: 10px;
    }
    .works__list li{
        line-height: 30px;
        margin-top: 0;
    }
    .wrapper .works__list{
        width: 100%;
        margin: 0;
    }
    .work-1 .works__link__img,
    .work-3 .works__link__img,
    .work-5 .works__link__img{
        width: 7.5vw;
        height: 7.5vw;
        margin-right: 20px;
        opacity: 0.8;
    }
    .work-1 .works__item,
    .work-3 .works__item,
    .work-5 .works__item{
        white-space: nowrap;
        padding-top: 10px;
        padding-left: 10vw;
    }
    .work-2 .works__item,
    .work-4 .works__item,
    .work-6 .works__item{
        text-align: right;
        white-space: nowrap;
        padding-top: 10px;
        padding-right: 20px;
    }
    .work-2 .works__item:nth-child(2),
    .work-4 .works__item:nth-child(2),
    .work-6 .works__item:nth-child(2){
        display: flex;
        justify-content: flex-end;

    }
    .work-2 .link,
    .work-4 .link,
    .work-6 .link{
        margin-left: auto;
        margin-right: 0;
    }
    .work-2 .works__img,
    .work-4 .works__img
    .work-6 .works__img{
        display: block;
    }
    .work-2 .works__link__img,
    .work-4 .works__link__img,
    .work-6 .works__link__img{
        display: block;
        width: 7.5vw;
        height: 7.5vw;
        margin-left: 20px;
        margin-right: 0;
        opacity: 0.8;
    }
    .work-1__left .section-title,
    .work-2__left .section-title,
    .work-3__left .section-title {
        left: -40vw;
    }

    /*== Work1 ===============================*/
    .work-1__left{
        background: linear-gradient(-45deg, #FFA07A 0%, #FFA07A 50%, #2f4f4f 50%, #2f4f4f 100%);
    }
    .work-1__left .ms-tableCell{
        position: relative;
    }
    .work-1__left .work-1{
        position: absolute;
        top: 23vh;
        left: 30vw;
        width: 230px;
    }
    .work-1__left .work-2{
        position: absolute;
        bottom: 10vh;
        right: 2vw;
        display: flex;
        flex-direction: column;
        justify-content: right;
        width: 230px;
    }

    /*== Work2 ===============================*/
    .work-2__left{
        background: linear-gradient(-45deg, #D8C0D7 0%, #D8C0D7 50%, #F0E58B 50%, #F0E58B 100%);
    }
    .work-2__left .ms-tableCell{
        position: relative;
    }
    .work-2__left .work-3{
        position: absolute;
        top: 23vh;
        left: 30vw;
        width: 230px;
    }
    .work-2__left .work-4{
        position: absolute;
        bottom: 10vh;
        right: 2vw;
        display: flex;
        flex-direction: column;
        justify-content: right;
        width: 230px;
    }

    /*== Work3 ===============================*/
    .work-3__left{
        background: linear-gradient(-45deg, blanchedalmond 0%, blanchedalmond 50%, skyblue 50%, skyblue 100%);
    }
    .work-3__left .ms-tableCell{
        position: relative;
    }
    .work-3__left .work-5{
        position: absolute;
        top: 23vh;
        left: 30vw;
        width: 230px;
    }
    .work-3__left .work-6{
        position: absolute;
        bottom: 10vh;
        right: 2vw;
        display: flex;
        flex-direction: column;
        justify-content: right;
        width: 230px;
    }



}

/*================================================
    contactフォーム
================================================*/
.contact-form,
.thanks-page{
    width: 80%;
    /* height: 80%; */
    /* background-color: #D3B490; */
}
.contact-form{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin:  auto;
}
.contact-form .contact__item{
    padding: 10px 0;
}
.contact-form .contact__item:nth-of-type(5){
    height: 20%;
}
.contact-form .contact__item:nth-of-type(5) p{
    height: 100px;
    overflow: scroll;
}
.contact-form .contact__item label{
    text-align: right;
    width: 40%;
}
.contact-form .contact__item p{
    text-align: left;
    width: 60%;
}
.contact-form .contact__btn,
.thanks-page .contact__btn{
    text-align: center;
    margin: 25px auto;
}
.contact-form .contact__btn button,
.contact-form .contact__btn input,
.thanks-page .contact__btn button{
    background: #D3B490;
    border-radius: 7px;
    cursor: pointer;
    color: #FFFFFF;
    font-size: 17px;
    font-weight: bold;
    padding: 10px 25px;
}
@media screen and (max-width: 520px) {
    .contact-form__left{
        height: 100%;
    }
    .contact-form__inner{
        height: 80%;
        bottom: 20%;
    }
    .contact-form h2{
        font-size: 20px;
    }
    .contact-form .contact__item label{
        text-align: left;
        width: 100%;
    }

}