@charset "utf-8";

@font-face {
    font-family: 'NotoSansCJKjp';
    font-style: normal;
    font-weight: 100;
    src: url('/_common/font/NotoSansCJKjp-Thin.woff') format('woff'), /* Modern Browsers */
    url('/_common/font/NotoSansCJKjp-Thin.woff') format('woff2'); /* Modern Browsers */
}
@font-face {
    font-family: 'NotoSansCJKjp';
    font-style: normal;
    font-weight: 200;
    src: url('/_common/font/NotoSansCJKjp-Light.woff') format('woff'),
    url('/_common/font/NotoSansCJKjp-Light.woff2') format('woff2');
}
@font-face {
    font-family: 'NotoSansCJKjp';
    font-style: normal;
    font-weight: 300;
    src: url('/_common/font/NotoSansCJKjp-DemiLight.woff') format('woff'),
    url('/_common/font/NotoSansCJKjp-DemiLight.woff2') format('woff2');
}
@font-face {
    font-family: 'NotoSansCJKjp';
    font-style: normal;
    font-weight: 400;
    src: url('/_common/font/NotoSansCJKjp-Regular.woff') format('woff'),
    url('/_common/font/NotoSansCJKjp-Regular.woff2') format('woff2');
}
/*
@font-face {
    font-family: 'NotoSansCJKjp';
    font-style: normal;
    font-weight: 500;
    src: url('/_common/font/NotoSansCJKjp-Medium.woff') format('woff'),
    url('/_common/font/NotoSansCJKjp-Medium.woff2')  format('woff2');
}
@font-face {
    font-family: 'NotoSansCJKjp';
    font-style: normal;
    font-weight: 700;
    src: url('/_common/font/NotoSansCJKjp-Bold.woff') format('woff'),
    url('/_common/font/NotoSansCJKjp-Bold.woff2')  format('woff2');
}
@font-face {
    font-family: 'NotoSansCJKjp';
    font-style: normal;
    font-weight: 900;
    src: url('/_common/font/NotoSansCJKjp-Black.woff') format('woff'),
    url('/_common/font/NotoSansCJKjp-Black.woff2')  format('woff2');
}
*/


/* 全デバイス共通 */
:root {
    /*--color-site-image: #4a82af;*/
    /*--color-txt-main: #333333;*/
    /*--color-sns-fb: #3b5998;*/
    /*--color-sns-twitter: #55acee;*/
    /*--color-sns-line: #09B701;*/
}

* {
    box-sizing: border-box;
}
html {
    font-size: 100%;
    width: 100%;
    height: 100%;
}
body {
    margin: 0;
    overflow-x: hidden;
    font-family: "Noto Sans", "NotoSansCJKjp", "Microsoft Yahei", "PingHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 1em;
    font-weight:100;
    line-height: 1.8;
    /*color: var(--color-txt-main);*/
    color: #333333;
}

/* text-align */
.txtC {
    text-align: center;
}
.txtL {
    text-align: left;
}
.txtR {
    text-align: right;
}

/* TODO PC・スマートフォン表示切り替え */
.pc { display: block !important; }
.sp { display: none !important; }
/*@media only screen and (max-width: 750px) {*/
    /*.pc { display: none !important; }*/
    /*.sp { display: block !important; }*/
/*}*/

/* PCのみ改行 */
.br-pc {
    display: block;
}
/* SPのみ改行 */
.br-sp {
    display: none;
}

/* フェード */
.fade-up {
    transition: opacity 0.7s;
    -moz-transition: opacity 0.7s;
    -webkit-transition: opacity 0.7s;
    -o-transition: opacity 0.7s;
    transition: transform 0.7s;
    -moz-transition: transform 0.7s;
    -webkit-transition: transform 0.7s;
    -o-transition: transform 0.7s;
}

/* button pagetop */
#pagetop img {
    position: fixed;
    bottom: 30px;
    right: 30px;
    width: 60px;
    height: 60px;
    z-index: 10001;
}

/*  menu NavigationDrawer */
.drawer-container {
    max-width: 80rem;
}
.drawer--navbarTopGutter {
    padding-top: 0;
}
.drawer-hamburger-icon, .drawer-hamburger-icon:after, .drawer-hamburger-icon:before {
    background-color: grey;
}
.drawer-navbar {
    height: 3.75rem;
    border-bottom: 1px solid #ddd;
    background-color: rgba(255, 255, 255, 0.8);
    /*background-color: rgba(255, 255, 255, 1);*/
}
.drawer-navbar .drawer-nav {
    /*height: 50px;*/
}
.drawer-navbar .drawer-navbar-header {
    border-bottom: 0px;
    background-color: rgba(255, 255, 255, 0);
}
.drawer-navbar .drawer-navbar-header .drawer-brand img {
    cursor: pointer;
    margin: .875rem;
    height:2rem;
    vertical-align:middle;
}
.drawer-nav {
    background-color: transparent;
    max-width: 100rem;
}
.drawer-nav .drawer-menu {
    /*color: var(--color-txt-main);*/
    color: #333333;
}
.drawer-nav .drawer-menu li {
    padding: 0px 10px;
}

.drawer-navbar .drawer-menu-item {
    letter-spacing: 3px;
}

/* select language */
#drawer-select-language {
    padding: 1rem;
    text-align:center;
}
.select-language {
    vert-align: middle;
    width: 140px;
    padding: 0px;
    color: #ffffff;
    /*background-color: var(--color-site-image);*/
    background-color: #4a82af;
    text-align: center;
    font-weight: 200;
    font-size: 0.9rem;
}
.select-language .select-language-title {
    cursor: pointer;
    padding: 5px 10px;
    overflow: hidden;
    letter-spacing: 0.1rem;
    vertical-align: middle;
}
.select-language .select-language-lang {
    display: none;
    cursor: pointer;
    position: absolute;
    overflow: hidden;
    padding: 0px;
    width: 140px;
    list-style: none;
    /*border: 1px solid var(--color-site-image);*/
    border: 1px solid #4a82af;
    background-color: rgba(255, 255, 255, 0.8);
}
.select-language .select-language-lang li {
    display: block;
    float: none;
    padding: 5px;
    width: 100%;
    height: 100%;
    letter-spacing: 0.1em;
    text-align: center;
    vertical-align: middle;
}
.select-language .select-language-lang li a {
    /*color: var(--color-site-image);*/
    color: #4a82af;
    font-weight: 200;
    text-decoration: none;
}
.select-language .select-language-lang li:hover {
    color: #ffffff;
    /*background-color: var(--color-site-image);*/
    background-color: #4a82af;
    opacity: 0.6;
}
.select-language .select-language-lang li:hover a {
    color: #ffffff;
}
.select-language-arrow {
    position: relative;
    display: inline-block;
    padding-left: 20px;
}
.select-language-arrow::before{
    position: absolute;
    content: '';
    width: 8px;
    height: 8px;
    border: 0px;
    border-top: solid 1px #ffffff;
    border-right: solid 1px #ffffff;
    -ms-transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
    top: -0.5rem;
    left: 5px;
    margin-top: -4px;
}

/* TODO */
.language_form {
    display: none;
}
.language-select {
    font-size: 16px;
    background-color: transparent;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: 0;
    border-radius: 0;
}

/* TOP image */
#hero {
    position: relative;
}

/* button 下へスクロール */
#hero .btn-scroll-down {
    position: absolute;
    left: 50%;
    bottom: 25%;
    z-index: 999;
}
#hero .btn-scroll-down a {
    padding-top: 60px;
}
#hero .btn-scroll-down a span {
    position: absolute;
    top: 0;
    left: 50%;
    width: 60px;
    height: 60px;
    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: 60px;
    height: 60px;
    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%;
    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 5%;
    }
    .col_3 > div{
        width: 50%;
    }
}
@media screen and (max-width: 800px) {
    .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: -70px;
    padding-top: 70px;
    width: 100%;
    text-align: center;
}

.category .category-header {
    z-index: 1;
    box-sizing: border-box;
    margin-top: 60px;
    margin-bottom: 10px;
    padding: 10px;
    /*padding-top: 80px;*/
    height: 140px;
    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 .category-header-subtitle {
    margin-bottom: 20px;
    font-size: 1rem;
    font-weight: 200;
    letter-spacing: 0.5em;
    color: #FFFFFF;
}
.category .category-header .category-header-link {
    margin-bottom: 10px;
    font-size: 1rem;
    font-weight: 200;
    text-shadow: none;
    color: #4a82af;
}
.category .category-header .category-header-link {
    color: #4a82af;
}

.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: 100px;
    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;
}


.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;
}


figure.snip1353 {
    /*font-family: 'Raleway', Arial, sans-serif;*/
    position: relative;
    float: left;
    overflow: hidden;
    /*margin: 10px 1%;*/
    margin: 0px;
    padding:10px;
    /*min-width: 230px;*/
    /*max-width: 315px;*/
    /*min-height: 340px;*/
    /*max-height: 340px;*/

    width: 33.333333%;
    /*max-height: 420px;*/
    color: #ffffff;
    text-align: left;
    overflow-x: hidden;
}
figure.snip1353 * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all 0.6s ease;
    transition: all 0.6s ease;
}
figure.snip1353 img {
    opacity: 1;
    width: 100%;
    max-height: 120%;
}
figure.snip1353:after,
figure.snip1353:before {
    /*background: var(--color-site-image);*/
    background: #4a82af;
    width: 200%;
    height: 200%;
    position: absolute;
    content: '';
    opacity: 0.6;
    -webkit-transition: all 0.55s ease-in-out;
    transition: all 0.55s ease-in-out;
    z-index: 1;
}
figure.snip1353:after {
    top: 0;
    left: 0;
    -webkit-transform: skew(-45deg) translateX(-150%);
    transform: skew(-45deg) translateX(-150%);
}
figure.snip1353:before {
    right: 0;
    bottom: 0;
    -webkit-transform: skew(-45deg) translateX(150%);
    transform: skew(-45deg) translateX(150%);
}
figure.snip1353 figcaption {
    position: absolute;
    top: 15%;
    left: 0%;
    width: 100%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 2;
}
figure.snip1353 h3,
figure.snip1353 p {
    margin: 0;
    width: 100%;
    opacity: 1;
}
figure.snip1353 h3 {
    padding: 0 30px;
    font-size: 30px;
    line-height: 40px;
    font-weight: 200;
    letter-spacing: 0.5rem;
    text-transform: uppercase;
    text-shadow: 1px 1px 2px #000;
}
figure.snip1353 p {
    padding: 20px 30px;
    font-size: 1rem;
    font-weight: 200;
}
figure.snip1353 a {
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    position: absolute;
    z-index: 2;
}
figure.snip1353:hover img,
figure.snip1353.hover img {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}
figure.snip1353:hover:after,
figure.snip1353.hover:after {
    -webkit-transform: skew(-45deg) translateX(-50%);
    transform: skew(-45deg) translateX(-50%);
}
figure.snip1353:hover:before,
figure.snip1353.hover:before {
    -webkit-transform: skew(-45deg) translateX(50%);
    transform: skew(-45deg) translateX(50%);
}
figure.snip1353:hover figcaption h3,
figure.snip1353.hover figcaption h3,
figure.snip1353:hover figcaption p,
figure.snip1353.hover figcaption p {
    -webkit-transition-delay: 0.2s;
    transition-delay: 0.2s;
}
figure.snip1353:hover figcaption h2,
figure.snip1353.hover figcaption h2 {
    opacity: 1;
}
figure.snip1353:hover figcaption p,
figure.snip1353.hover figcaption p {
    opacity: 0.7;
}


.button2 {
    position: relative;
    display: inline-block;
    margin: 10px;
    margin-bottom: 30px;
    padding: 16px;


    width: 600px;

    /*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: #314f6a;
    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
}





/* footer */
footer {
    clear: both;
    text-align: center;
    padding-top: 15px;
    padding-bottom: 15px;
    color: #FFF;	/*文字色*/
    /*background: var(--color-site-image);	!*背景色*!*/
    background: #4a82af;	/*背景色*/
    width: 100%;
}
footer .pr {
    display: block;
    font-size: 60%;
}
footer a {
    text-decoration: none;
    color: #FFF;
}
footer a:hover {
    color: #FFF;
}



/* 解像度低めのPC
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@*/

@media screen and (max-width:1024px) and (min-width:769px) {
    .drawer-nav {
        color: #ffffff;
        background-color: rgba(255, 255, 255, 0.5);
        text-align: center;
    }
    .drawer-navbar .drawer-navbar-header {
        border-bottom: 0px;
        background-color: rgba(255, 255, 255, 0);
        text-align: left;
    }




    .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) {

    .drawer-nav {
        color: #ffffff;
        background-color: rgba(255, 255, 255, 0.5);
        text-align: center;
    }
    .drawer-navbar .drawer-navbar-header {
        border-bottom: 0px;
        background-color: rgba(255, 255, 255, 0.5);
        text-align: left;
    }








    .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;
    }

    figure.snip1353 h3 {
        font-size: 1.2rem;
        letter-spacing: 0.3rem;
    }

    .button2 {
        margin: 10px 0;
        width: 90%;
        font-size: 16px;
        box-sizing: border-box;
    }

    #channel {
        margin: 20px 10%;
    }
}


/* スマートフォン
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@*/

@media screen and (max-width:480px) {

    /* PC・スマートフォン表示切り替え */
    .pc { display: none !important; }
    .sp { display: block !important; }

    /* PCのみ改行 */
    .br-pc {
        display: none;
    }
    /* SPのみ改行 */
    .br-sp {
        display: block;
    }

    /* pagetop */
    #pagetop img {
        position: fixed;
        bottom: 40px;
        right: 10px;
        width: 40px;
        height: 40px;
        z-index: 10001;
    }

    /* ドロワーナビ */
    .drawer-nav {
        color: #2c2c2c;
        background-color: rgba(255, 255, 255, 0.8);
        text-align: center;
    }
    .drawer-navbar .drawer-navbar-header {
        border-bottom: 0px;
        background-color: rgba(255, 255, 255, 0.6);
        text-align: left;
    }
    .drawer-navbar .drawer-brand {
        padding-left: 0;
    }
    .drawer-navbar .drawer-navbar-header .drawer-brand img {
        margin: .875rem;
        margin-left: 0;
        height:1.8rem;
    }
    .drawer-menu-item {
        padding: 10px;
    }
    .drawer-navbar .drawer-menu {
        padding-bottom: 20px;
    }

    /* select language */
    .select-language .lang {
        background-color: transparent;
    }
    .language_form {
        display: inline-block;
    }

    /* 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;
    }

    .category .contents3 {
        padding: 0px;
        margin-top: -40px;
        padding-top: 40px;
    }
    .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: 3;
    }

    .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;
    }

    .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;
    }

    figure.snip1353 {
        width: 100%;
    }
    figure.snip1353 h3 {
        padding: 20px;
        font-size: 1.5rem;
        letter-spacing: 0.3rem;

    }

    .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;
    }

}