@charset "utf-8";
/* TOP image */
#hero {
    position: relative;
}

/* button 下へスクロール */
#hero .btn-scroll-down {
    position: absolute;
    left: 50%;
    bottom: 20%;
    z-index: 999;
}
#hero .btn-scroll-down a {
    padding-top: 60px;
}
#hero .btn-scroll-down a span {
    position: absolute;
    top: 0;
    left: 50%;
    width: 50px;
    height: 50px;
    margin-left: -30px;
    border: 1px solid #fff;
    border-radius: 100%;
    box-sizing: border-box;
}
#hero .btn-scroll-down a span::after {
    position: absolute;
    top: 50%;
    left: 50%;
    content: '';
    width: 16px;
    height: 16px;
    margin: -12px 0 0 -8px;
    border-left: 1px solid #fff;
    border-bottom: 1px solid #fff;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    box-sizing: border-box;
}
#hero .btn-scroll-down a span::before {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    content: '';
    width: 50px;
    height: 50px;
    box-shadow: 0 0 0 0 rgba(255,255,255,.1);
    border-radius: 100%;
    opacity: 0;
    -webkit-animation: sdb 3s infinite;
    animation: sdb 3s infinite;
    box-sizing: border-box;
}
@-webkit-keyframes sdb {
    0% {
        opacity: 0;
    }
    30% {
        opacity: 1;
    }
    60% {
        box-shadow: 0 0 0 60px rgba(255,255,255,.1);
        opacity: 0;
    }
    100% {
        opacity: 0;
    }
}
@keyframes sdb {
    0% {
        opacity: 0;
    }
    30% {
        opacity: 1;
    }
    60% {
        box-shadow: 0 0 0 60px rgba(255,255,255,.1);
        opacity: 0;
    }
    100% {
        opacity: 0;
    }
}

/* menu scroll */
.scroll-navbar {
    position: absolute;
    width: 100%;
    text-align: center;
    background-color: #FFFFFF;
    opacity: 0.8;
    border-bottom: 1px solid #dfdfdf;
    z-index:99999;
}
.scroll-navbar ul {
    display: table;
    margin: auto;
    padding: 0px;
    text-align: center;
}
.scroll-navbar li {
    display: table-cell;
    width: 200px;
    height: 60px;
    letter-spacing: 0.2em;
    vertical-align: middle;
}
.scroll-navbar li a {
    /*color: var(--color-txt-main);*/
    color: #333333;
    text-decoration: none;
}
.scroll-navbar li a:hover {
    /*color: var(--color-site-image);*/
    color: #4a82af;
    font-weight: 400;
    text-decoration: none;
}
.scroll-navbar-fixed {
    position: fixed;
    top: 0;
    left: 0;
    opacity: 1;
}

/* TODO */
#container-main {
    /*float: left;*/
    padding: 0;
    width: 100%;
    font-size:0;
    color: red;
}

.article {
    margin: 0 10%;
    margin-top: 60px;
    padding: 10px;
}
.article-box {
    position: relative;
    padding: 10px;
}
.article-box a {
    text-decoration: none;
}
.article-box .thumbnail {
    overflow: hidden;
    position: relative;
    width: 100%;
    /*padding-top: 56.25%;*/
    padding-top: 60%;
}
.article-box .thumbnail img {
    position: absolute;
    display: block;
    top: 0;
    width: 100%;
    max-width: 100%;
    height: auto;
    vertical-align: middle;
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    opacity: 1;
    /*object-fit: cover;*/
    /*object-position: 0% 0% ;*/
    background: #808080;
}
.article-box .thumbnail img:hover {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    opacity: .7;
}
.article-box .title {
    margin: 0px;
    padding: 10px;
    min-height: 100px;
    color: #FFFFFF;
    background-color: #4a82af;
    font-size: 16px;
    line-height: 30px;
    text-align: left;
    vertical-align: top;
    width: 100%;
}

.col_2{
    width: 100%;
    display: flex;
    display: -ms-flexbox; /* IE10 */
    flex-wrap: wrap;
    -ms-flex-wrap: wrap; /* IE10 */
}
.col_3{
    width: 100%;
    display: flex;
    display: -ms-flexbox; /* IE10 */
    flex-wrap: wrap;
    -ms-flex-wrap: wrap; /* IE10 */
}
.col_3 > div{
    width: 33.33333%;
    /*padding: 5px;*/
}
.col_3 .img-box {
    height: 300px;
}
@media screen and (max-width: 1024px) {
    .article {
        margin: 0 20px;
    }
}
@media screen and (max-width:768px) and (min-width:481px) {
    .article {
        margin: 0 10px;
    }
    .col_3 > div{
        width: 50%;
    }
}
@media screen and (max-width: 480px) {
    .article {
        margin: 0 5%;
    }
    .col_3 > div{
        width: 100%;
    }
}

.item-A {
    position: relative;
    /*display: inline-block;*/
    margin: 10px 7px 10px 10px;
    padding: 0px;
    text-align: center;
    /*background-color: #efefef;*/
    width: 490px;
    height: 400px;
    overflow: hidden;
    vertical-align: top;
    overflow-y: hidden;
}


@media screen and (max-width: 960px) {
    /*.col_2 > div{*/
    /*width: 100%;*/
    /*}*/
    /*.col_3 > div{*/
    /*width: 50%;*/
    /*}*/
    /*.col_4 > div{*/
    /*width: 33.33333%;*/
    /*}*/
    /*.col_2 .img-box {*/
    /*!*height: 310px;*!*/
    /*height: 260px;*/
    /*}*/
}

/* カテゴリー */
.category {
    margin-top: -60px;
    padding-top: 60px;
    width: 100%;
    text-align: center;
}

.category .category-header {
    z-index: 1;
    box-sizing: border-box;
    margin-top: 50px;
    margin-bottom: 10px;
    padding: 10px;
    height: 100px;
    color: #ffffff;
    text-shadow: 1px 1px 1px rgba(0,0,0,0.8);
    /*background: linear-gradient(var(--color-site-image) 0%, rgba(255, 255, 255, 0.5) 100%);*/
    background: linear-gradient(#4a82af 0%, rgba(255, 255, 255, 0.5) 100%);
    box-shadow:inset 1px 1px 0 rgba(255,255,255,0.25);
}
.category .category-header h1 {
    margin: 0;
    font-size: 1.5rem;
    font-weight: 300;
    letter-spacing: 0.5em;
    color: #FFFFFF;
}
.category .category-header .subtitle {
    font-size: 1rem;
    font-weight: 200;
    letter-spacing: 0.5em;
    color: #FFFFFF;
}

.category .contents {
    z-index: 2;
    position: relative;
    box-sizing: border-box;
    background-color: #FFFFFF;
    text-align: center;
}
.category .contents .exp {
    /*right: 0;*/
    /*display: inline-block;*/
    margin: 10px auto;
    text-align: center;
    vertical-align: top;
    width: 100%
}
.category .contents .exp h3 {
    padding: 10px 0;
    font-size: 1.3rem;
    font-weight: 200;
    text-align: center;
    vertical-align: top;
    letter-spacing: 0.1em;
}
.category .contents .exp .summary {
    margin: 0 auto;
    line-height: 2;
    text-align: left;
    vertical-align: top;
    width: 600px;
}
.category .contents .exp2 {
    /*right: 0;*/
    display: inline-block;
    margin: 10px auto;
    text-align: left;
    vertical-align: top;
    width: 60%
}
.category .contents .exp2 .title2 {
    padding: 10px 0;
    text-align: left;
    letter-spacing: 0.1rem;
    display: inline-block;
    vertical-align: middle;
    width:70%;
}
.category .contents .exp .summary2 {
    font-size: 1rem;
    line-height: 2;
    text-align: left;
    vertical-align: top;
}
.category .contents .exp2 .readmore {
    display: inline-block;
    vertical-align: middle;
    text-align: right;
    width:28%;
}
.category .contents h2{
    margin-top: 80px;
    margin-bottom: 5px;
    font-size: 1.5rem;
    font-weight: 100;
    letter-spacing: 0.5rem;
    text-align: center;
}
.category .contents p {
    line-height: 2;
}

/*.category .contents .content {*/
    /*margin-top: 50px;*/
    /*text-align: left;*/
/*}*/
/*.category .contents .content {*/
    /*margin-left: auto;*/
    /*margin-right: auto;*/
    /*width: 900px;*/
/*}*/





.category .contents .aaa {
    margin-top: 10px;
    margin-bottom: 80px;
}
.category .contents .aaa p {
    line-height: 2;
}
.category .contents .aaa .aaa-title {
    font-size: 1.6rem;
}
.category .contents .aaa_img {
    position: relative;
}
.category .contents .aaa_img img {
    width: 100%;
    /*height: 600px;*/
    /*object-fit: cover;*/
    /*object-position: 50% 80%;*/
}
.category .contents .aaa_img p {
    position: absolute;
    margin: 0;
    color: white;
    font-size: 2.2rem;
    font-weight: 200;
    line-height: 1.8;
    width:100%;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    -webkit-transform: translateY(-50%) translateX(-50%);
    text-shadow: 1px 1px 2px #000;
}

.business_img1 {
    position: relative;
    margin-bottom: 30px;
    width: 100%;
    /*height: 500px;*/
    overflow: hidden;
}
.business_img1  img {

}
.business_img1 .img_txt {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    -webkit-transform: translateY(-50%) translateX(-50%);
    font-size: 2.4rem;
    line-height: 46px;
    text-align: center;
    text-shadow: 1px 1px 2px #000;
    width: 900px;
    color: #ffffff;
    font-weight: 200;
    letter-spacing: 10px;
}
.business_img1 .img_txt1 {
    font-size: 2rem;
    letter-spacing: 5px;
}

.business_img1 .img_txt .sub {
    font-size: 1.6rem;
    letter-spacing: 5px;
}



.aaa .value_ {
    margin: 30px;
    display: inline-block;
    vertical-align: top;

}
.aaa .value_ .value-img {
    position: relative;
    margin: 10px auto;
    width: 200px;
    height: 200px;
    border: 2px solid #555555;
    border-radius: 100%;
}
.aaa .value_ .value-img img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    width: 50%;
    height: 50%;
}
.value_ .value-img .value-number {
    position: absolute;
    width: 40px;
    height: 40px;
    border-radius: 100%;
    right: 10px;
    bottom: 10px;
    color: #ffffff;
    background-color: #555555;
    font-size: 24px;
    font-weight: 200;
    vertical-align: baseline;
}
.value_ .value-title {
    font-size: 1.3rem;
    margin: 30px 10px;
}
.value_ .value-summary {
    margin: 30px 0px;
    width: 240px;
    text-align: justify;

}

/*.category .contents .bbb {*/
    /*margin-left: auto;*/
    /*margin-right: auto;*/
    /*width: 700px;*/
/*}*/

/*.category .contents h1 {*/
    /*!*display: inline-block;*!*/
    /*margin: 0;*/
    /*!*margin-top: 50px;*!*/
    /*padding: 0.25em 0.5em;!*上下 左右の余白*!*/
    /*!*color: #494949;!*文字色*!*!*/
    /*color: yellow;!*文字色*!*/
    /*background: transparent;!*背景透明に*!*/
    /*!*border-left: solid 5px var(--color-site-image);!*左線*!*!*/
    /*border-left: solid 5px #4a82af;!*左線*!*/
    /*font-size: 1.5rem;*/
    /*text-align: left;*/
    /*vertical-align: top;*/
    /*width: 20%;*/
    /*letter-spacing: 0.1em;*/
/*}*/
.category2 {
    margin: 20px auto;
    width: 560px;
    text-align: center;
}

.hr {
    width: 30px;
    margin: 0 auto 40px;
    /*border-top: 1px solid var(--color-txt-main);*/
    border-top: 1px solid #333333;
}

.business-service {
    /*background-color: #EEEEEE;*/
    margin: 0;
    padding: 0px;
    /*padding-bottom: 0;*/
    text-align: center;
    width: 100%;

}
.business-service a {
    text-decoration: none;
}

.business-service-header {
    margin: 10px 0px;

    /*color: #333333;*/
    /*color: var(--color-site-image);*/
    font-size: 1.3rem;
    font-weight: 200;
    line-height: 2;
}



.button2 {
    position: relative;
    display: inline-block;
    margin: 10px;
    margin-bottom: 30px;
    padding: 16px;


    width: 60%;

    /*background-color: var(--color-site-image);*/
    background-color: #4a82af;
    opacity: 0.7;
    box-shadow:3px 3px 3px rgba(0,0,0,0.3);
    -webkit-transition: 0.8s;
    -moz-transition: 0.8s;
    -o-transition: 0.8s;
    -ms-transition: 0.8s;
    transition: 0.8s;
    /*border: 2px solid #afafaf;*/
    color: #fff;
    text-align: center;
    text-decoration: none;
    font-size: 1.2rem;
    font-weight: 100;
}
.button2::before,
.button2::after {
    position: absolute;
    top: 50%;
    right: .2em;
    content: '';
    margin-top: -5px;
    border: 9px solid transparent;
    border-top-width: 7px;
    border-bottom-width: 7px;
    border-left-color: #fff;
}
.button2::after {
    opacity: 0;
    right: 1em;
}
.button2:hover {
    /*background-color: var(--color-site-image);*/
    background-color: #4a82af;
    opacity: 1;
}
.button2:hover::before {
    animation: arrowbefore .5s;
}
.button2:hover::after {
    animation: arrowafter .5s;
}
@keyframes arrowbefore {
    100% {
        right: -.4em;
        opacity: 0;
    }
}
@keyframes arrowafter {
    99% {
        right: .2em;
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}

.square_btn {
    display: inline-block;
    margin: 10px;
    padding: 0.5em 1em;
    text-decoration: none;
    /*color: var(--color-site-image);*/
    color: #4a82af;
    /*border: solid 1px var(--color-site-image);*/
    border: solid 1px #4a82af;
    transition: .4s;

    width: 160px;

}

.square_btn:hover {
    /*background: var(--color-site-image);*/
    background: #4a82af;
    color: white;
}

#channel {
    margin: 30px auto;
    max-width: 900px;
}

#channel .channel_img {
    display: inline-block;
    margin: 30px 30px;
    height: 60px;
}
#channel .channel_img img {
    height: 100%;
}





/* 会社プロフィール */
table.profile {
    margin-left: auto ;
    margin-right: auto ;
    margin-bottom: 80px;
    width: 600px;
    border-collapse: collapse;
    font-weight: 200;
}
table.profile th,td {
    padding: 10px;
    vertical-align: top;
}
table.profile th {
    border: 0px solid grey;
    border-collapse: collapse;
    width: 100px;
    text-align: left;
    vertical-align: top;
    font-weight: 400;
}
table.profile td {
    padding: 10px;
    text-align: left;
    border: 0px solid grey;
    border-collapse: collapse;
}

/*.contact_btn {*/
    /*display: inline-block;*/
    /*padding: 20px;*/
    /*text-decoration: none;*/
    /*color: #FFF;*/
    /*background-image: -webkit-linear-gradient(var(--color-site-image) 0%, rgba(74, 130, 175, 0.61) 100%);*/
    /*background-image: linear-gradient(var(--color-site-image) 0%, rgba(74, 130, 175, 0.61) 100%);*/
    /*transition: .4s;*/
    /*width: 300px;*/
/*}*/

/*.contact_btn:hover {*/
    /*background-image: -webkit-linear-gradient(var(--color-site-image) 0%, rgba(74, 130, 175, 0.61) 70%);*/
    /*background-image: linear-gradient(var(--color-site-image) 0%, rgba(74, 130, 175, 0.61) 70%);*/
/*}*/

.contact_btn {
    display: inline-block;
    margin: 10px;
    padding: 1em 1em;
    text-decoration: none;
    /*color: var(--color-site-image);*/
    color: #4a82af;
    border: solid 1px #4a82af;
    transition: .4s;
    text-align: center;
    width: 300px;

}
.contact_btn:hover {
    /*background: var(--color-site-image);*/
    background: #4a82af;
    color: white;
}

.drawer_contact_btn {
    display: inline-block;
    margin: .875rem;
    padding: 5px;
    text-decoration: none;
    /*color: var(--color-site-image);*/
    color: #4a82af;
    border: solid 1px #4a82af;
    transition: .4s;
    text-align: center;
    width: 160px;
    height: 2rem;
    font-size: 12px;

}
.drawer_contact_btn:hover {
    /*background: var(--color-site-image);*/
    background: #4a82af;
    color: white;
}


.about_ {
    display: inline-block;
    text-align: justify;
    width: 420px;
    margin-right: 20px;
    vertical-align: top;
    line-height: 1.8;
}

.map {
    border:#CCC solid 1px;
    width:100%;
    height:500px
}


/* 解像度低めのPC
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@*/

@media screen and (max-width:1024px) and (min-width:769px) {
    .category .contents h1 {
        font-size: 20px;
    }
    .category .contents .exp .title {
        font-size: 16px;
    }
    .category .contents .exp .summary {
        font-size: 14px;
    }

    .category .contents .aaa_img p {
        font-size: 1.8rem;
        line-height: 2;
    }

    #channel {
        margin: 20px 10%;
    }
}

/* タブレット
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@*/

@media screen and (max-width:768px) and (min-width:481px) {
   .nav_fix li {
        font-size: 0.9rem;
    }
    .aaa .value_ {
        text-align: center;
        margin: 20px;
        display: inline-block;

    }
    .aaa .value_ .value-img {
        width: 180px;
        height: 180px;
    }
    .value_ .value-exp {
        margin: 20px 0px;

    }

    .category .contents .aaa_img p {
        font-size: 1.8rem;
        line-height: 2;
    }

    .category .contents .bbb {
        margin-left: auto;
        margin-right: auto;
        width: 100%;
    }

    .category .contents .exp {
        display: block;
        /*margin: 10px;*/
        padding: 10px 0;
        text-align: left;
        vertical-align: top;
        font-size: 14px;
        width: 100%;
        box-sizing:border-box;
    }

    .category .contents h1 {
        font-size: 20px;
    }
    .category .contents .exp .title {
        font-size: 18px;
    }
    .category .contents .exp .summary {
        font-size: 16px;
    }

    .button2 {
        margin: 10px 0;
        width: 90%;
        font-size: 16px;
        box-sizing: border-box;
    }

    #channel {
        margin: 20px 10%;
    }
}


/* スマートフォン
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@*/

@media screen and (max-width:480px) {

    /* TOP画像 */
    #hero {
        position: relative;
        /*margin-top:60px;*/
        margin-bottom: 80px;
    }
    #hero .btn-scroll-down {
        position: absolute;
        left: 50%;
        bottom: 30%;
        z-index: 999;
    }
    #hero .btn-scroll-down a span {
        width: 46px;
        height: 46px;
        margin-left: -23px;
    }
    #hero .btn-scroll-down a span::before {
        width: 44px;
        height: 44px;
    }

    #main {
        overflow-x: hidden;
    }


    .category .category-header {
        margin-top: 50px;
        margin-bottom: 10px;
        padding: 5px;
        width: 100%;
        height: 80px;
        text-align: center;
    }
    .category .category-header h1 {
        margin: 0;
        font-size: 24px;
        font-weight: 400;
        letter-spacing: 0.2em;
    }
    .category .category-header .subtitle {
        font-size: 14px;
        font-weight: 300;
        letter-spacing: 0.2em;
    }

    .category .contents h1 {
        /*margin-left: 10px;*/
        font-size: 18px;
    }

    .category .contents .bbb {
        width: 100%;
    }

    .category .contents .exp {
        display: block;
        /*margin: 10px;*/
        padding: 10px 15px;
        text-align: left;
        vertical-align: top;
        font-size: 1rem;
        line-height: 1.8;
        width: 100%;
        box-sizing: border-box;
    }

    .category .contents .exp .title {
        font-size: 1rem;
        letter-spacing: 0;
    }

    .category .contents .exp .summary {
        font-size: 1em;
        line-height: 1.5;
        letter-spacing: 0;
        width: 100%;
    }

    .category .contents .exp .title2 {
        padding: 10px 0;
        color: #494949; /*文字色*/
        font-size: 14px;
        font-weight: 100;
        text-align: left;
        letter-spacing: 0.1em;

        display: block;
        vertical-align: middle;
        width: 100%;
    }

    .category .contents .exp .readmore {
        display: block;
        vertical-align: middle;
        text-align: right;
        width: 100%;
    }

    .category .contents {
        margin: 0;
        padding: 0px;
        width: 100%;
        /*height: 300px;*/
    }

    .category .contents2 {
        padding: 0px;
        /*margin-top: -40px;*/
        /*padding-top: 40px;*/
    }

    .category .contents3 {
        padding: 0px;
        margin-top: -50px;
        padding-top: 50px;
    }
    .category .contents .contents-h1-wrapper {
        margin: 50px auto 100px;
        /*width: 1000px;*/
        width: 90%;
    }

    .category .contents h2 {
        margin-top: 50px;
        margin-bottom: 5px;
        font-size: 22px;
        letter-spacing: 0.2em;
    }

    .category .contents .exp2 {
        margin: 0px;
        padding: 10px;
        width: 100%;

        box-sizing: border-box;
    }

    .category .contents .exp2 .title2 {
        display: block;
        width: 100%;
    }

    .category .contents .exp2 .readmore {
        display: block;
        width: 100%;
    }

    .category .contents .aaa p {
        font-size: 1rem;
        line-height: 2;
    }

    .category .contents .aaa .aaa-title {
        font-size: 1.3rem;
        line-height: 2rem;
    }

    .category .contents .aaa .aaa-summary {
        margin-left: 20px;
        margin-right: 20px;
        text-align: left;
    }

    .category .contents .aaa img {
        width: 100%;
        height: auto;
    }

    .category .contents .aaa_img img {
        width: 100%;
        object-fit: cover;
        object-position: 50% 80%;
    }

    .category .contents .aaa_img p {
        position: absolute;
        margin: 0;
        color: white;
        font-size: 20px;
        width: 100%;
        top: 50%;
        left: 50%;
        transform: translateY(-50%) translateX(-50%);
        -webkit-transform: translateY(-50%) translateX(-50%);
        text-shadow: 1px 1px 2px #000;
    }

    .aaa .value_ .value-img img {
        width: 50%;
        height: auto;
    }

    .category .contents .content {
        /*margin: 10px;*/
        width: 100%;
        margin-top: 10px;
        margin-bottom: 40px;
        box-sizing: border-box;
        text-align: center;

    }

    .category-b h2 {
        font-size: 1.2em;
    }

    .business_img1 {
        margin-top: 60px;
        /*margin-bottom: 20px;*/
    }

    .business_img1 .img_txt {
        font-size: 20px;
        letter-spacing: 10px;
    }

    .button2 {
        margin: 10px 0;
        width: 100%;
        font-size: 1rem;
        box-sizing: border-box;
    }

    .square_btn {
        margin: 0;
        width: 120px;

    }

    .business-service {
        margin: 0px;
        padding: 10px;
        width: 100%;
        box-sizing: border-box;

    }
    .business-service-header {
        font-size: 1rem;

    }
    .business-service-header-sub {
        margin: 10px 0;
        width: 100%;
        font-size: 14px;
        box-sizing: border-box;
    }

    .value_ .value-summary {
        padding: 10px;
    }

    #channel {
        margin: 20px 10px;
        max-width: 100%;
    }

    #channel .channel_img {
        display: inline-block;
        margin: 20px 10px;
        height: 40px;
    }

    #channel .channel_img img {
        width: auto;
        height: 100%;
    }

    .aaa .value_ {
        margin: 10px;
    }

    .value_ .value-summary {
        width: 100%;
    }

    /* 会社プロフィール */
    table.profile {
        /*margin-left: 10px;*/
        /*margin-right: 10px;*/
        margin: 0px;
        margin-bottom: 80px;
        width: 100%;
        border-collapse: collapse;
    }

    table.profile th, td {
        width: 100%;
        display: block;
        box-sizing: border-box;
        padding: 10px 20px 5px;
    }

    table.profile td {
        padding: 5px 20px;
    }

    .map {
        width: 100%;
        height: 300px
    }

    .about_ {
        width: 100%;
        margin: 0px;
        padding: 20px;
        text-align: justify;
        box-sizing: border-box;
    }

    .hr {
        width: 30px;
        margin: 0 auto 20px;
    }

    .contact_btn {
        margin: 5px;
        font-size: 14px;
        width: 260px;
    }

}