body {
    /*font-family: -apple-system, BlinkMacSystemFont,
                  "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;*/
    font-family: Roboto, Helvetica, "Noto Sans JP", "ヒラギノ角ゴPro W3", "Hiragino Kaku Gothic Pro", "游ゴシック体", YuGothic, "小塚ゴシック Pro L", "Kozuka Gothic Pro Light", "メイリオ", Meiryo, "ＭＳ　Ｐゴシック", "MS PGothic", sans-serif;
    font-size: 16px;
    color: #333333;
    letter-spacing: 1px;
    /*1.5px*/
    font-feature-settings: "palt" 1;
    font-kerning: auto;
    line-height: 1.75;
    /*background-color: #F0F0F0; F6F6F6*/
    margin: 0;
    padding: 0;
    bottom: 0;
    background: #dddddd;
}

.body_color_con.active::before {
    z-index: 10000;
    content: "";
    display: block;
    width: 100%;
    background-color: rgba(0, 0, 20, .5);
    position:fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.br_sp {
    display: block;
}

@media only screen and (max-width: 767px) {
    body {
        font-size: 14px;
    }

    .br_sp {
        display: none;
    }
}


.header {
    width: 100%;
    height: 12vh;
    position: fixed;
    z-index: 10000;
    top: 0;
    left: 0;
}

.navbar-fixed-top {
    background: none;


}

.container_top {
    display: flex;
    text-align: center;
    justify-content: space-between;
}

.logo {
    width: 100%;
    text-align: left;

}

.logo img {
    width: auto;
    height: 60px;
    margin-top: 1.8vh;
    margin-left: 1.5vw;
}

#menu-btn-check {
    display: none;
}

.nav {
    display: flex;
    margin-right: 1vw;
    margin-top: 3.5vh;
    padding-left: 3vw;

}


.nav li {
    list-style: none;
    margin-right: 3vw;
}

.nav-item-child {
    color: #58504a;
    text-decoration: none;
    font-size: 1.7vw;
    font-weight: 300;
    transition: 0.3s;

}

.nav-item-child:hover {
    color: #fff;


}

.nav_contact_btn a {
    display: block;
    width: 15vw;
    padding: 0px 0;
    background: #73336d;
    text-align: center;
    border-radius: 9999px;
    border: #73336d 2px solid;
    transition: 0.3s;

}

.nav_contact_btn a:hover {
    background: #fff;
    color: #73336d;
    border: #73336d 2px solid;

}


.nav_contact_btn-tx {
    color: #fff;
    transition: 0.3s;
}

.nav_contact_btn-tx :hover {
    color: #73336d;
}

.header_bottom190 {
    padding-bottom: 12vh;
}

h1 {
    font-size: 150px;
    color: #58504a;
    font-weight: 500;
    margin-left: 60px;
    align-items: center;
}

.blurb__heading_ot {
    margin-top: 0px;
    margin-bottom: 0px;
}

/*top_start*/
#top {
    margin-top: -160px;

}

.top_area {
    width: 100%;
    position: relative;
    height: auto;
}



video {
    /*天地中央配置*/
    display: block;
    margin: 0 0 0 auto;
    width: 100%;
}

.top_video_pc {
    display: block;
}

.top_video_sp {
    display: none;
}

@media only screen and (max-width: 1090px) {


    .top_area {
        display: block;
        height: auto;
        width: 100%;
        overflow: hidden;
    }

    video {
        /*天地中央配置*/
        display: block;
        position: relative;
        width: 100%;

        object-position: center;


    }



}

@media only screen and (max-width: 765px) {
    .top_video_pc {
        display: none;
    }

    .top_video_sp {
        display: block;
    }

    .header {
        width: 100%;
        height: 10vh;
        position: fixed;
        z-index: 100000;
        top: 0;
        left: 0;
    }

    .navbar-fixed-top {
        background: #fff;


    }



    .container_top {
        display: block;
        text-align: left;
        justify-content: space-between;
    }





    .logo img {
        width: auto;
        height: 7vh;
        margin-top: 1.5vh;
        margin-left: 1.5vw;
    }

    .hamburger_menu {
        position: fixed;
        top: 0px;
        right: 10px;
        display: flex;
        height: 10vh;
        width: 10vw;
        justify-content: center;
        align-items: center;

    }

    #menu-btn-check {
        display: none;
    }


    .hamburger_menu01 {
        display: block;
        height: 2px;
        width: 30px;
        border-radius: 3px;
        background-color: #58504a;
        position: absolute;
        transition: 0.3s;
        text-align: center;


    }

    .hamburger_menu02 {
        display: block;
        height: 2px;
        width: 30px;
        border-radius: 3px;
        background-color: #58504a;
        position: absolute;
        transition: 0.3s;
        text-align: center;
        margin-bottom: 15px;

    }

    .hamburger_menu03 {
        display: block;
        height: 2px;
        width: 30px;
        border-radius: 3px;
        background-color: #58504a;
        position: absolute;
        transition: 0.3s;
        text-align: center;
        margin-top: 15px;

    }

    .navbar-fixed-top_mobile {
        background: #fff;
        width: 100%;
        height: auto;
        position: fixed;
        z-index: 100000;
        top: 10vh;
        left: 0;
        padding-bottom: 20px;
        transition: 0.3s;
        transition: 0.3192s cubic-bezier(0.04, 0.04, 0.12, 0.96) 0.1008s;
        transform: scale(1, 0);
        transform-origin: top;
    }


    .nav {
        display: block;
        text-align: right;
        margin-right: 5vw;
        margin-top: 2vh;
        padding-left: 3vw;
        padding-top: 10px;
        transition: 0.3s;


    }


    .nav li {
        list-style: none;
        margin-right: 2vw;


    }

    .nav-item-child {
        color: #58504a;
        text-decoration: none;
        font-size: 20px;
        font-weight: 800;
        transition: 0.3s;

    }

    .nav-item-child:hover {
        color: #58504a;


    }

    .nav_contact_btn a {
        display: inline-block;
        width: 120px;
        padding: 0px 0;
        margin-top: 40px;

    }

    .nav_contact_btn a:hover {
        background: #fff;
        color: #73336d;
        border: #73336d 2px solid;

    }


    .nav_contact_btn-tx {
        color: #fff;
        transition: 0.3s;
    }

    .nav_contact_btn-tx :hover {
        color: #73336d;
    }

    .hamburger_menu01.active {
        background-color: rgba(255, 255, 255, 0);
        /*メニューオープン時は真ん中の線を透明にする*/
    }

    .hamburger_menu02.active {
        margin-bottom: 0;
        transform: rotate(45deg);
    }

    .hamburger_menu03.active {
        margin-top: 0;
        transform: rotate(-45deg);
    }


    .navbar-fixed-top_mobile.active {
        transform: scale(1, 1);
        transform-origin: top;
        transition: 0.3192s cubic-bezier(0.04, 0.04, 0.12, 0.96) 0.1008s;
    }





}

.fadeIn_up {
    opacity: 0;
    transform: translate(0, 30%);
    transition: 1s;
}

.fadeIn_up.is-show {
    transform: translate(0, 0);
    opacity: 1;
}

.fadeIn_up.is-show:nth-of-type(2) {
    -moz-transition-delay: 500ms;
    -webkit-transition-delay: 500ms;
    -o-transition-delay: 500ms;
    transition-delay: 500ms;
}


/*about_start*/

#about {
    margin-top: -12vh;
    padding-top: 12vh;
}

#blog {
    margin-top: 0vh;
    padding-top: 0vh;
    /*padding-bottom:12vh;*/
    background-color: #f0f0f0;
}

.about_area {
    width: 100%;
    position: relative;
    z-index: 1000;
}

.text_about {
    display: flex;
    justify-content: space-between;
    align-items: center;
    text-align: center;
    padding-bottom: 50px;
    padding-top: 50px;


}

.text_blog {
    display: flex;
    justify-content: space-around;
    align-items: center;
    padding-bottom: 0px;
    /*padding-top: 50px;*/


}


.about_discrption p {
    display: inline-block;
    padding-left: 90px;
    padding-right: 90px;
    font-size: 20px;
    text-align: left;
}

.blog_discrption p {
    display: inline-block;
    padding-left: 200px;
    padding-right: 90px;
    font-size: 18px;
    color: #58504a;
}

.about_img {
    width: 100%;

}

.about_img img {
    width: 100%;
    height: auto;

}

@media only screen and (max-width: 1090px) {
    #about {
        margin-top: -10vh;
        padding-top: 10vh;
    }

    #blog {
        margin-top: -10vh;
        padding-top: 10vh;
    }

    h1 {
        margin-top: 0;
        margin-bottom: 0;
        margin-left: 0;
        padding-top: 30px;
        padding-bottom: 20px;
        font-size: 50px;
        text-align: center;
    }

    .text_about {
        display: block;
        align-items: center;
        text-align: center;
        padding-bottom: 50px;
        padding-top: 20px;


    }

    .text_blog {
        display: block;
        align-items: center;
        text-align: center;
        /*padding-bottom: 120px;*/
        padding-top: 20px;
    }


    .about_discrption p {
        display: inline-block;
        padding-left: 60px;
        padding-right: 60px;
        font-size: 15px;
    }

    .blog_discrption p {
        display: inline-block;
        padding-left: 60px;
        padding-right: 60px;
        font-size: 15px;
        color: #58504a;
    }


    .about_img {
        width: 100%;

    }

    .about_img img {
        width: 100%;
        height: auto;

    }

}
.midashi {
    position: relative;
    padding: 0.5em;
    background: #CCC;
    color: #333;
}
.midashi::before {
    position: absolute;
    content: '';
    top: 100%;
    left: 0;
    border: none;
    border-bottom: solid 15px transparent;
    border-right: solid 20px rgb(149, 158, 155);
}


/*service_start*/
#service {
    margin-top: -12vh;
    padding-top: 12vh;
    background: #f0f0f0;
}

/*
.service_area {
    background: #f0f0f0;
    padding-bottom: 100px;
    width: 100%;
    height: 280vh;
}*/

.service_slider {
    margin-left: auto;
    margin-right: auto;
    width: 90%;
    /*IE(Internet Explorer)・Microsoft Edgeへの対応*/
    -ms-overflow-style: none;
    /*Firefoxへの対応*/
    scrollbar-width: none;

}

.service_slider::-webkit-scrollbar {
    display: none;
}

.js-area {
    overflow: hidden;

}


.js-wrap {
    display: flex;
}

.js-item {
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 50px;
    font-weight: bold;
    color: #fff;
}

.themes_tx #banner{
    width: 100%;
    max-width: 400px;
    height: auto;
}

@media (max-width: 1000px){
.themes_tx #banner{
    width: 100%;
    max-width: 350px;
    height: auto;
}
}


/*@media (max-height: 800px) {
    .service_area {
        height: 300vh;
       
    }
    .themes_tx {
        margin-top: 100px;
    }
  }

.container_service {
    width: 100%;
    display: flex;
    gap: 3vw;
    
}*/

.themes_three {
    display: flex;
    justify-content: left;
    margin-left: 50px;

}

.themes_tx {
    width: 40vw;
    /*margin-top: 160px;*/
    color: #58504a;
    padding-left: 5vw;
}

.themes_tx h3 {
    font-size: 27px;
    font-weight: 800;
    margin-top: 0;
    margin-bottom: 60px;
    font-family: Roboto, Helvetica, "Noto Sans JP", "ヒラギノ角ゴPro W3", "Hiragino Kaku Gothic Pro", "游ゴシック体", YuGothic, "小塚ゴシック Pro L", "Kozuka Gothic Pro Light", "メイリオ", Meiryo, "ＭＳ　Ｐゴシック", "MS PGothic", sans-serif;

}

.themes_tx p {
    font-size: 20px;
    font-weight: 500;
}

/*video*/
#video img {
    width: fit-content;
    height: 70vh;
    object-fit: cover;
}


/*web*/

#Web img {
    width: fit-content;
    height: 70vh;
    object-fit: cover;

}

/*app*/

#App img {
    width: fit-content;
    height: 70vh;
    object-fit: cover;

}

@media only screen and (max-width: 1090px) {
    #service {
        margin-top: -10vh;
        padding-top: 10vh;
        padding-bottom: 100px;
    }



    .container_service {
        width: 100%;
        display: block;
        padding: 0;
    }

    .themes_three {
        display: block;
        text-align: center;
        margin: 0;

    }

    .themes_tx {
        width: 100%;
        margin-left: auto;
        margin-right: auto;
        margin-top: 50px;
        color: #58504a;
        margin-bottom: 70px;
        padding-left: 0;
    }

    .themes_tx h3 {
        font-size: 27px;
        font-weight: 800;
        margin-top: 0;
        margin-bottom: 20px;
        font-family: Roboto, Helvetica, "Noto Sans JP", "ヒラギノ角ゴPro W3", "Hiragino Kaku Gothic Pro", "游ゴシック体", YuGothic, "小塚ゴシック Pro L", "Kozuka Gothic Pro Light", "メイリオ", Meiryo, "ＭＳ　Ｐゴシック", "MS PGothic", sans-serif;

    }

    .js-item {
        height: 90%;
    }

    .themes_tx p {
        font-size: 16px;
        text-align: left;
    }

    /*video*/
    #video img {
        width: fit-content;
        height: 40vh
    }


    /*web*/

    #Web img {
        width: fit-content;
        height: 40vh
    }

    /*app*/

    #App img {
        width: fit-content;
        height: 40vh
    }
}


/*works_start*/
#works {
    margin-top: -12vh;
    padding-top: 12vh;
}

.works_area {
    padding-bottom: 160px;
    position: relative;
}

.video_discrption {
    width: 100%;
    display: flex;


}

.video_v {
    margin-left: 10vw;
    display: block;
    display: flex;
    align-items: end;

}

.youtube-16-9 {
    border: none;
    margin: 0px;
    width: 600px;
    height: auto;
    aspect-ratio: 16 / 9;

}

.video_t {
    padding-left: 5vw;
    margin-top: 120px;
    font-size: 23px;
}

.video_t dt {
    font-size: 18px;
    margin-top: 10px;
}

.blog_img {
    width: 80%;
}

.blog_img02 {
    width: 30%;
}

.video_t h4 {
    margin: 0;
    font-weight: 600;

}

.video_t p {
    margin-bottom: 30px;
    padding-right: 50px;
    font-size: 16px;
}

.video_t ul li {
    font-size: 16px;

}

.video_t02 {
    font-size: 16px;
    padding-top: 100px;
    text-decoration: none;
    color: #58504a;
    position: relative;
}

.video_t02:after {
    content: "";
    display: inline-block;
    background-image: url(../img/out_link.svg);
    width: 30px;
    height: 30px;
    margin-left: 10px;
    background-repeat: no-repeat;
    position: absolute;
    top: 96px;


}

.blog_t {
    font-size: 14px;
    color: #58504a;
    text-decoration: underline;
    text-align: left;
}

/*works_contact-button*/
.brown_button {
    border: #58504a 1px solid;
    width: 210px;
    height: 80px;
    text-align: center;
    border-radius: 9999px;
    margin-left: 78%;
    margin-top: 50px;
    transition: 0.3s;
    background: none;

}

.button_01 {
    margin-left: 0;
    margin-top: 10px;
}

.brown_button a {
    text-decoration: none;
    position: relative;
    line-height: 80px;
}

.brown_button p {
    color: #58504a;
    font-size: 23px;
    margin: 0;
    transition: 0.3s;

}

.brown_button:hover {
    border: #dddddd 1px solid;
    background: #58504a;

}

.brown_button p:hover {
    color: #dddddd;

}

.dworks_btn {
    margin-left: 0px;
    width: auto;
}

@media only screen and (max-width: 1090px) {
    #works {
        margin-top: -10vh;
        padding-top: 10vh;
    }

    .video_discrption {
        width: 100%;
        display: block
    }

    .video_v {
        margin-left: 0;
        text-align: center;
        padding: 0px 100px;
    }

    .youtube-16-9 {
        border: none;
        margin: 0px;
        width: 100%;
        height: auto;
        aspect-ratio: 16 / 9;

    }


    .video_t p {
        margin-bottom: 50px;
        padding-right: 10px;

    }

    .video_t {
        padding: 0 10%;
        margin-top: 60px;
        font-size: 16px;
        /*text-align: center;*/
    }

    .blog_img {
        width: 100%;
    }

    .blog_img02 {
        width: 95%;
    }


    .video_t02 {
        font-size: 16px;
        padding-top: 50px;
    }

    .video_t02::after {
        top: 45px;
    }

    .blog_t::after {
        top: 75px;
    }

    .brown_button {
        width: 180px;
        height: 60px;
        margin-left: auto;
        margin-right: auto;
        margin-top: 50px;

    }

    .brown_button a {
        line-height: 60px;
    }

    .brown_button p {
        font-size: 14px;


    }

    .dworks_btn {
        margin-left: 0px;
        width: auto;
    }

}

@media only screen and (max-width: 765px) {
    .video_v {
        padding: 0px 20px;
    }
}

/*line_160px_*/
.height160px_color {
    display: inline-block;
    background: #f0f0f0;
    width: 100%;
    height: 12vh;
    vertical-align: top;
}

/*
.brown_button p:after{
    content: "";
    display: inline-block;
    background-image: url(../img/yaji_01.svg);
    width: 30px;
    height: 15px;
    margin-left: 20px;
    background-repeat: no-repeat;
}
*/

/*company_start*/

#company {
    /*margin-top: -12vh;*/
    padding-top: 12vh;
}

.company_area {
    padding: 0;
    background: #f0f0f0;
    padding-bottom: 160px;
}

.company_table {
    margin-left: 20vw;
    margin-right: auto;
    margin-top: 50px;

}

.blog_table {
    margin-left: 10vw;
    margin-right: 10vw;
}


.company_tx {
    color: #58504a;
    font-size: 20px;
    vertical-align: text-top;
}

.company_tx-r {
    padding-left: 250px;
}

@media only screen and (max-width: 1090px) {
    #company {
        margin-top: -10vh;
        padding-top: 10vh;
    }

    .company_area {
        padding: 0;
        background: #f0f0f0;
        padding-bottom: 100px;
    }

    .company_table {
        margin-left: auto;
        margin-right: auto;
        margin-top: 30px;
        padding: 0 10%;
        max-width: 415px;
    }

    .text_nowrap {
        white-space: nowrap;
    }


    .company_tx {
        color: #58504a;
        font-size: 14px;
        vertical-align: text-top;
    }

    .company_tx-r {
        padding-left: 10%;
    }
}


/*contact_start*/
#contact {
    margin-top: -12vh;
    padding-top: 12vh;
}

.contact_area {
    background: #dddddd;
    ;
    padding-bottom: 160px;

}

.contact_h1 {
    padding-top: 50px;
    padding-bottom: 50px;
}



.contact-us_width250 {
    width: 250px;
    margin-left: 70%;
}

.height30px {
    width: 100%;
    height: 30px;
}

.contact_tx {
    font-size: 20px;
    margin-left: 10vw;
}



@media only screen and (max-width: 1090px) {
    #contact {
        margin-top: -10vh;
        padding-top: 10vh;
    }

    .contact_area {
        padding-bottom: 0px;
    }

    .contact-us_width250 {
        width: 250px;
        margin-left: auto;
        margin-right: auto;
    }

    .contact_tx {
        display: table;
        font-size: 14px;
        text-align: left;
        padding: 0 50px;
        margin-bottom: 0;
        padding-bottom: 110px;
        margin-left: auto;
        margin-right: auto;

    }
}







/*recruit_start*/
#recruit {
    margin-top: 0vh;
    padding-top: 0vh;
}



.recruit_area {
    padding: 0;
    background: #dddddd;
    color: #58504a;
    padding-bottom: 160px;

}


.recruit_h1 {
    color: #58504a;
    padding-top: 50px;
    padding-bottom: 50px;
}


.contact-us_width250 {
    width: 250px;
    margin-left: 70%;
}

.height30px {
    width: 100%;
    height: 30px;
}

.recruit_tx {
    font-size: 20px;
    margin-left: 10vw;
}

.recruit_tx01 {
    width: 50%;
}

.btn_recruit {
    border: #58504a 1px solid;
}

.btn_recruit:hover {
    background: #58504a;
}

.btn_recruit p {
    color: #58504a;
}

.btn_recruit p:hover {
    color: #fff;
}





@media only screen and (max-width: 1090px) {
    #recruit {
        margin-top: 0vh;
        padding-top: 0vh;
        position: relative;
        z-index: 1001;
    }

    .recruit_area {
        padding-bottom: 0px;
    }

    .contact-us_width250 {
        width: 250px;
        margin-left: auto;
        margin-right: auto;
    }

    .recruit_tx {
        display: table;
        font-size: 14px;
        text-align: left;
        padding: 0 50px;
        margin-bottom: 0;
        padding-bottom: 110px;
        margin-left: auto;
        margin-right: auto;


    }

    .recruit_tx01 {
        width: 100%;
    }

}







/*footer*/
.footer {
    background: #58504a;
    height: 350px;
    position: relative;
}

.footer_contents {
    display: flex;
    justify-content: space-between;
}

.logo-img {
    width: 280px;
    height: auto;
    position: relative;
    margin-top: 60px;
    margin-left: 60px;

}

.footer_list {
    display: flex;
    margin-top: 100px;
    margin-right: 38px;

}

.footer_list li {
    list-style: none;
    padding-right: 30px;
display: flex;
}

.footer_list li a {
    color: #dddddd;
    text-decoration: none;
    font-size: 27px;
    font-weight: 600;
}

.copyright {
    margin-right: 60px;
    color: #dddddd;
    position: absolute;
    bottom: 0;
    right: 0;
}

@media only screen and (max-width: 1090px) {
 
    .footer_contents {
        display: block;
    }

    .logo-img {
        width: 100px;
        height: auto;
        position: relative;
        margin-top: 60px;
        margin-left: 60px;

    }

    .footer_list {
        display: block;
        margin-top: -20px;
        margin-right: 38px;

    }

    .footer_list li {
        list-style: none;
        padding-right: 30px;
        text-align: right;
        display: block;
    }

    .footer_list li a {
        color: #dddddd;
        text-decoration: none;
        font-size: 16px;
        font-weight: 600;
    }

    .copyright {
        margin-right: 60px;
        color: #dddddd;
        position: absolute;
        bottom: 0;
        right: 0;
    }

}


.back-to-top_area {
    position: fixed;
    right: 68px;
    bottom: 60px;
    text-align: center;
  z-index: 10000;

}

.back-to-top {
    display: block;
    background-color: #fff;
    width: 70px;
    height: 70px;
    border-radius: 5px;
    border: #58504a 1px solid;
    font-size: 20px;
    color: #58504a;
    text-decoration: none;
    line-height: 70px;

    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
  

}

.back-to-top:hover {
    background-color: #58504a;
    color: #fff;
    border: #fff 1px solid;
}

.back-to-top_area {
    display: none;
}

@media only screen and (max-width: 760px) {
    .back-to-top_area {
        position: fixed;
        right: 30px;
        bottom: 30px;


    }



}



.button_policy {

    border: none;
    /* 枠線を消す */
    outline: none;
    /* クリックしたときに表示される枠線を消す */
    background: transparent;
    /* 背景の灰色を消す */
    text-decoration: 0.75px #333 underline;
    text-underline-offset: 0.3em;
    padding-top: 10px;
    transition: 0.3s;
    position: relative;

}

.button_policy::after {
    content: "";
    display: block;
    position: absolute;
    top: 10px;
    right: -25px;
    width: 20px;
    height: 20px;
    background-image: url(../img/out_link.svg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;

}

.contact_box00 {
    position: fixed;
    width: 50vw;
    height: 40vh;
    background-color: #fff;
    top: 50%;
    left: 50%;
    /* 中央に配置 */
    transform: translate(-50%, -50%) scale(0.8);
    /* 初期状態を小さく */
    z-index: 10000;
    border-radius: 10px;
    padding: 150px 100px 100px 100px;
    overflow: auto;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.7s ease, transform 0.7s ease,visibility 0.7s ease;
    /* アニメーション効果 */

}

.contact_box00.active {
    opacity: 1;
    visibility: visible;
    transform: translate(-50%, -50%) scale(1);
    /* 元のサイズに戻す */
    display: block;
    /* 表示する */

}



.contact_box00::after {
    content: "";

}

.contact_box00 p {
    text-align: left;
}

.contact_box00 button {
    background: none;
    border: none;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;

}

#close_button_con {
    width: 40px;
    height: 40px;
    position: absolute;
    top: 60px;
    right: 100px;
    padding: 0;
    transition: 0.3s;
}

#close_button_con:hover {
    opacity: 0.6;
}

#close_button_con01 {
    width: 40px;
    height: 40px;
    position: absolute;
    top: 60px;
    right: 100px;
    padding: 0;
    transition: 0.3s;
}

#close_button_con01:hover {
    opacity: 0.6;
}

.close_button_con {
    content: "";
    display: block;
    width: 40px;
    height: 2px;
    background-color: #333;
    margin-top: -2px;
    transform: rotate(45deg);
}

.close_button_con:nth-of-type(2) {
    transform: rotate(-45deg);
    top: 2px;
}

@media only screen and (max-width: 760px) {


    .contact_box00 {
        width: 100vw;
        height: 50vh;
        padding: 60px 30px;

    }

    #close_button_con {
        top: 20px;
        right: 20px;
    }

}


.policy_section{
margin: 50px auto;
max-width: 1200px;
padding: 0 20px;
}

.policy_box{
margin-top: 100px;

}

.button_policy02{
    border: none;
    /* 枠線を消す */
    outline: none;
    /* クリックしたときに表示される枠線を消す */
    background: transparent;
    /* 背景の灰色を消す */
    color: #dddddd;
    text-decoration: none;
    font-size: 27px;
    font-weight: 600;
}

@media only screen and (max-width: 1090px) {

.button_policy02{
    font-size:  16px;
    padding: 0;

}

}
