@charset "UTF-8";
/* ===================================================================
CSS information
 file name  :  template_c3.css
 style info :  corporate No.3 用の cssの定義
=================================================================== */

/*-----------------------------------------------------------------

layout

-----------------------------------------------------------------*/

#contents_right {
    margin-top: -80px;
    position: relative;
    z-index: 3;
}

/*-----------------------------------------------------------------

header

-----------------------------------------------------------------*/

.drawer-hamburger {
    display: none;
}
    .drawer-menu > ul > li.megamenu > .mm_inner > .mm_nav > ul > li:hover ul{
        /* display:block !important; */
        opacity: 1;
        z-index: 10;
    }
     .drawer-menu > ul > li.megamenu > .mm_inner > .mm_nav > ul > li > ul{
        /* display: none !important; */
    position: absolute;
    width: 186px;
    height: 50px;
    line-height: 20px;
    border-bottom: 1px solid #ddd;
    padding: 6px 0;
    margin: 0 auto;
    padding-left: 30px;
    left: 170px;
    z-index: -100;
    top:0;
    background: #fff;
    opacity: 0;
    }


body.dcms_editor header.template_c3 {
    position: static;
}

header.template_c3 {
    -webkit-box-shadow: 0 0 10px 3px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 10px 3px rgba(0, 0, 0, 0.1);
    position: fixed;
    height: 80px;
    width: 100%;
    z-index: 102;
    top:0;
}

header.template_c3 #header_area {
    width: 100%;
    height: 80px;
    max-width: var(--baseW);
    margin: auto;
    position: relative;
    display: flex;
    align-items: center;
}

header.template_c3 #header_logo {
    margin-left: 0px;
    position: relative;
    /* width: 240px; */
    margin-right: auto;
}

header.template_c3 #header_logo a {
    display: block;
}

header.template_c3 #header_logo a img {
    width: 100%;
    height: 34px;
    display: block;
}

header.template_c3 .gnavi_area {
    display: block;
    height: 100%;
}

header.template_c3 .gnavi_area #drawer_in,
header.template_c3 .gnavi_area nav {
    height: 100%;
}

header.template_c3 .gnavi_area ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    height: 100%;
}

header.template_c3 .gnavi_area ul li {
    position: relative;
    /* margin-right: 0.5em; */
    list-style: none;
    height: 100%;
}

header.template_c3 .gnavi_area ul li a {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 8px 0;
    position: relative;
    font-weight: bold;
    -webkit-transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s;
    transition: all .3s ease 0s;
    font-size: 11px;
    text-align: center;
    color: #333;
}

header.template_c3 .gnavi_area ul li a::after {
    position: absolute;
    left: 0;
    bottom: 0;
    content: "";
    display: block;
    height: 3px;
    width: 100%;
    -webkit-transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s;
    transition: all .3s ease 0s;
}

header.template_c3 .gnavi_area ul li a:hover {
    text-decoration: none;
}

header.template_c3 .gnavi_area ul li.main_current a {
    text-decoration: none;
}

header.template_c3 .gnavi_contact {
    display: none;
}

#lang {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-around;
    height: 100%;
    width: auto;

}

#lang a {
    display: flex;
    font-size: 13px;
    line-height: 1.2;
    align-items: center;
    justify-content: center;
    color: #FFF;
    /* border-radius: 100%; */
    width: 75px;
    height: 40px;
}

#lang .langJP {
    background-color: #364c6b;
}

#lang .langEN {
    background-color: #4e6688;
}

#lang .langCH {
    background-color: #5e6db1;
}

#lang a:hover {
    text-decoration: none;
    opacity: 0.7;
}

@media only screen and (max-width: 1160px) {
    #lang {
        flex-direction: row;
        height: auto;
        margin-right: 80px;
    }
    #lang a + a {
        /* margin-left: 10px; */
    }
}


/*CONTACT BTN 1個目*/

header.template_c3 #contact_area {
    width: 75px;
    height: 80px;
    /* margin-right: 15px; */
}

header.template_c3 #contact_area a {
    position: relative;
    display: flex;
    text-align: center;
    overflow: hidden;
    z-index: 1;
    width: 100%;
    height: 100%;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

header.template_c3 #contact_area a::after {
    content: "";
    display: inline-block;
    width: 28px;
    height: 21px;
    background: url(images/icon_mail.png)no-repeat center center /cover;
}

header.template_c3 #contact_area a::before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    -webkit-transition: -webkit-transform 0.4s 0s cubic-bezier(0.48, 0.18, 0, 0.98);
    transition: -webkit-transform 0.4s 0s cubic-bezier(0.48, 0.18, 0, 0.98);
    -o-transition: transform 0.4s 0s cubic-bezier(0.48, 0.18, 0, 0.98);
    transition: transform 0.4s 0s cubic-bezier(0.48, 0.18, 0, 0.98);
    transition: transform 0.4s 0s cubic-bezier(0.48, 0.18, 0, 0.98), -webkit-transform 0.4s 0s cubic-bezier(0.48, 0.18, 0, 0.98);
}

/*------HOVER*/

header.template_c3 #contact_area a:hover {
    text-decoration: none;
}

header.template_c3 #contact_area a:hover::before {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

/* mega menu 
_____________________________________*/
.mm_inner {
    position: absolute;
    width: 200px;
    left: calc(50% - 100px);
    top: 50px;
    opacity: 0;
    z-index: -1;
    transition: all 0.4s;
    visibility: hidden;
    display: block;
    border: 1px solid #f1f0f0;
}
/*.gnavi_area > ul > li.megamenu:hover > ul,*/
.megamenu:hover .mm_inner {
    opacity: 1;
    z-index: 100;
    top: 68px;
    visibility: visible;
}
.mm_inner .mm_in_title {
    width:25%;
    color:#ffffff;
    background: #136CBF;
    display:flex;
    flex-direction:column;
    align-items:center;
    justify-content: center;
    font-size:15px;
    font-weight:bold;
}
.mm_inner .mm_in_title .en {
    font-size:10px;
    font-weight:normal;
}
.mm_inner .mm_nav {
    width:100%;
}
.megamenu ul {
    display: block !important;
    width: 100%;
    padding: 0;
}
.megamenu li {
    display: inherit;
    width:100%;
    border-left:none;
}
.megamenu li + li{
    border-top: 1px solid #DADADA;
}
.megamenu li:last-child {
    border-right:none;
}
.megamenu li a {
    display: block !important;
    color: #555;
    padding: 8px !important;
    background-color: white;
}
.megamenu li a:hover {
    color: #136CBF;
    background-color:#F3F3F0;
    text-decoration:underline;
}

@media only screen and (max-width:690px) {
    .mm_inner {
        display:none;
    }
}

@media only screen and (max-width: 1160px) {
    .drawer-hamburger {
        display: block;
    }
    body.drawer-open header.template_c3::before {
        content: "";
        width: 100%;
        height: 100%;
        position: absolute;
        z-index: 1;
    }
    header.template_c3 {
        height: 55px;
    }
    header.template_c3 #header_area {
        height: 55px;
    }
    header.template_c3 .gnavi_area {
        padding-right: 0;
        width: 85%;
    }
    header.template_c3 #drawer_in {
        padding: 24px;
        overflow-y: scroll;
        height: auto;
    }
    header.template_c3 .gnavi_area #drawer_in {
        height: auto;
    }
    header.template_c3 .gnavi_area nav {
        height: 100%;
    }
    header.template_c3 .gnavi_area ul {
        display: block;
        height: auto;
    }
    header.template_c3 .gnavi_area ul li {
        margin: 0;
        padding: 0;
        border-width: 0 0 1px 0;
        border-style: solid;
        list-style: none;
        height: 100%;
    }
    header.template_c3 .gnavi_area ul li a {
        padding: 16px;
    }

    header.template_c3 .gnavi_area ul li a::after {
        display: none;
    }
    header.template_c3 .gnavi_area ul li:first-child {
        border-width: 1px 0 1px 0;
        border-style: solid;
    }
    header.template_c3 #header_logo {
        margin-left: 16px;
        width: auto;
    }
    header.template_c3 #header_logo a img {
        height: auto;
        width: 70%;
        max-width: 100%;
    }
    header.template_c3 #contact_area {
        display: none;
    }
    header.template_c3 .gnavi_contact {
        display: block;
        margin-top: 1.5em;
    }
    header.template_c3 .gnavi_contact a {
        display: block;
        position: relative;
        width: 100%;
        height: 100%;
        text-align: center;
        overflow: hidden;
        z-index: 1;
    }
    header.template_c3 .gnavi_contact a .txt {
        display: block;
        height: 100%;
        padding: 45px 8px 8px;
        font-weight: bold;
        background-repeat: no-repeat;
        background-position: center 10px;
        background-size: 32px auto;
    }
    header.template_c3 .gnavi_contact a::before {
        content: '';
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: -1;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
        -webkit-transition: -webkit-transform 0.4s 0s cubic-bezier(0.48, 0.18, 0, 0.98);
        transition: -webkit-transform 0.4s 0s cubic-bezier(0.48, 0.18, 0, 0.98);
        -o-transition: transform 0.4s 0s cubic-bezier(0.48, 0.18, 0, 0.98);
        transition: transform 0.4s 0s cubic-bezier(0.48, 0.18, 0, 0.98);
        transition: transform 0.4s 0s cubic-bezier(0.48, 0.18, 0, 0.98), -webkit-transform 0.4s 0s cubic-bezier(0.48, 0.18, 0, 0.98);
    }
    header.template_c3 .gnavi_contact a:hover {
        text-decoration: none;
    }
    header.template_c3 .gnavi_contact a:hover::before {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

/*-----------------------------------------------------------------

footer

-----------------------------------------------------------------*/

body.page_index_ver03 footer.template_c3 {
    margin-top: 60px;
    border-top: 3px solid #F0EFED;
}

footer.template_c3 .footer_lead_block {
    padding-top: 20px;
    padding-bottom: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

footer.template_c3 .footer_logo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-right: 32px;
}

footer.template_c3 .footer_logo img {
    max-width: 373px;
    width: auto;
    height: auto;
    margin-right: 30px;
}

footer.template_c3 .footer_address {
    margin-left: auto;
}

footer.template_c3 #footer_nav .footer_nav_block {
    padding-top: 48px;
    padding-bottom: 16px;
}

footer.template_c3 .footer_nav_block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
}

footer.template_c3 .fnav_unit {
    width: 15%;
}

footer.template_c3 .fnav_unit:first-of-type {
    width: 12%;
}

footer.template_c3 .fnav_unit_one {
    margin-bottom: 32px;
}

footer.template_c3 .fnav_title {
    margin-bottom: 16px;
}

footer.template_c3 .fnav_title a {
    padding-left: 18px;
    line-height: 1.2;
    font-size: 12px;
    font-weight: bold;
    position: relative;
}

footer.template_c3 .fnav_title a::before {
    content: '';
    width: 6px;
    height: 6px;
    border: 0px;
    border-width: 1px 1px 0 0;
    border-style: solid;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -2px;
}

footer.template_c3 .fnav_list li {
    list-style: none;
    padding-left: 10px;
    margin-bottom: 8px;
    line-height: 1.4;
}

footer.template_c3 .fnav_list li a {
    position: relative;
    padding-left: 10px;
    font-size: 12px;
}

footer.template_c3 .fnav_list li a::before {
    content: '';
    width: 4px;
    height: 4px;
    border: 0px;
    border-width: 1px 1px 0 0;
    border-style: solid;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -2px;
}

footer.template_c3 #footer_info .inner {
    border-width: 1px 0 0 0;
    border-style: solid;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-top: 16px;
    padding-bottom: 16px;
}

footer.template_c3 #footer_info .footer_info_navi a {
    padding-right: 32px;
}

footer.template_c3 #footer_info .footer_info_navi a + a {
    padding-left: 32px;
    border-width: 0 0 0 1px;
    border-style: solid;
}

footer.template_c3 #footer_info small {
    margin-left: auto;
}

@media only screen and (max-width: 979px) {
    body.page_index_ver03 footer.template_c3 {
        margin-top: 0;
    }
    footer.template_c3 .fnav_unit {
        width: 33.333%;
        font-size: 0.8rem;
    }
    /*  footer.template_c3 .footer_logo img {
    max-width: 160px;
  }*/
    footer.template_c3 .footer_logo {
        display: block;
        padding-right: 0;
        margin: 0 auto 16px;
        font-size: 13px;
        text-align: center;
    }
    footer.template_c3 .footer_logo img {
        width: 100%;
        margin: auto auto 16px;
    }
    footer.template_c3 .footer_address {
        width: 100%;
        font-size: 12px;
        text-align: center;
    }
}

@media only screen and (max-width: 690px) {
    body.page_index_ver03 footer.template_c3 {
        margin-top: 0;
    }
    footer.template_c3 .fnav_unit {
        width: 100%!important;
    }
    footer.template_c3 .fnav_unit_one {
        margin-bottom: 0;
    }
    footer.template_c3 #footer_nav .footer_nav_block {
        padding: 0;
        display: block;
    }
    footer.template_c3 .fnav_list {
        display: none;
    }
    footer.template_c3 .fnav_title {
        margin-bottom: 0;
    }
    footer.template_c3 .fnav_title a {
        display: block;
        padding: 12px 8px 12px 35px;
        background-position: 15px 15px;
        border-width: 1px 0 0 0;
        border-style: solid;
        font-size: 14px;
        font-weight: normal;
    }
    footer.template_c3 #footer_info .inner {
        display: block;
        text-align: center;
        padding-top: 20px;
        padding-bottom: 8px;
    }
    footer.template_c3 #footer_info .footer_info_navi a {
        padding: 2px 24px;
        font-size: 12px;
    }
    footer.template_c3 #footer_info .footer_info_navi a + a {
        padding-left: 0;
        border-left: none;
    }
    footer.template_c3 #footer_info small {
        display: block;
        margin-top: 20px;
        padding-top: 8px;
        border-width: 1px 0 0 0;
        border-style: solid;
    }
    footer.template_c3 .fnav_title a::before {
        left: 15px;
    }
}

/*-----------------------------------------------------------------

ボタン　btn

-----------------------------------------------------------------*/

.dlb_btn_arrnone {
    display: block;
    position: relative;
    text-align: center;
    overflow: hidden;
}

.dlb_btn_arrnone::before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    -webkit-transition: -webkit-transform 0.4s 0s cubic-bezier(0.48, 0.18, 0, 0.98);
    transition: -webkit-transform 0.4s 0s cubic-bezier(0.48, 0.18, 0, 0.98);
    -o-transition: transform 0.4s 0s cubic-bezier(0.48, 0.18, 0, 0.98);
    transition: transform 0.4s 0s cubic-bezier(0.48, 0.18, 0, 0.98);
    transition: transform 0.4s 0s cubic-bezier(0.48, 0.18, 0, 0.98), -webkit-transform 0.4s 0s cubic-bezier(0.48, 0.18, 0, 0.98);
}

.dlb_btn_arrnone:hover {
    text-decoration: none;
}

.dlb_btn_arrnone:hover::before {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.dlb_btn_arrnone a {
    padding: 20px 1em;
    display: block;
    position: relative;
    z-index: 2;
    font-size: 115%;
    font-weight: bold;
    text-decoration: none;
}

/*-----------------------------------------------------------------

locator ぱんくず

-----------------------------------------------------------------*/

#locator_template_c3 {
    font-size: 10px;
    line-height: 1.4;
    padding: 5px 0;
    width: 100vw;
    margin: 0 auto 0;
    width: 100%;
    position: relative;
    z-index: 3;
}

body.pagewide #locator_template_c3 {
    margin-top: 80px;
}

#locator_template_c3 li {
    display: inline-block;
    list-style: none;
    margin-right: 6px;
    position: relative;
}

#locator_template_c3 li::after {
    content: ">";
    margin-left: 6px;
}

#locator_template_c3 li:last-child::after {
    display: none;
}

#locator_template_c3 li a {
    text-decoration: underline;
}

#locator_template_c3 li:first-child {
    margin-left: 0;
}

#locator_template_c3.en li:first-child {
    display: none;
}
#locator_template_c3.cn li:first-child {
    display: none;
}

#pageband {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    height: 638px;
    margin-top: 80px;
    position: relative;
    z-index: 0;
}

.pageband_black {
    background-color: rgba(0, 0, 0, 0.2);
    position: abo;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 0;
}

@media only screen and (max-width: 979px) {
    #pageband {
        height: 240px;
    }
}

@media only screen and (max-width: 690px) {
    body.pagewide #locator_template_c3 {
        margin-top: 55px;
    }
    #pageband {
        height: 120px;
        margin-top: 55px;
    }
}

/*-----------------------------------------------------------------

ページ見出し H1

-----------------------------------------------------------------*/

#pagelead {
    position: relative;
    max-width: var(--baseW);
    padding: 30px 40px 0 40px;
    margin: -80px auto 30px;
    position: relative;
    z-index: 1;
}

body#tinymce #pagelead {
    margin-top: 0;
}

#pagetitle {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
}

.pagetitle {
    font-size: 40px;
    line-height: 1.4;
    margin: 0 25px 0 0;
    font-weight: normal;
}

.pagetitle_sub {
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.4;
    letter-spacing: .08em;
    padding: 16px 0;
    text-transform: uppercase;
}

#pagedescription {
    margin-top: 20px;
}

/*=============================2カラム用　CONTENTS LEFT*/

#subcommon #contents_left {
    padding-left: 40px;
    /*    margin-bottom: 30px;*/
}

/*=============================2カラム用　ページ見出し H1*/

#subcommon #pagelead {
    left: -40px;
    min-width: 1200px;
    padding: 30px 40px 0 40px;
    background-color: transparent;
    max-width: none;
}

#subcommon #pagelead::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    background-color: #FFF;
}

/*================================================*/

@media only screen and (max-width: 1219px) {
    #pagelead,
    #subcommon #pagelead {
        /* width: 94vw; */
    }
    #subcommon #pagelead {
        min-width: auto;
    }
}

@media only screen and (max-width: 979px) {
    #subcommon #pagelead {
        left: auto;
    }
    #subcommon #contents_left {
        padding-left: 0;
        margin-bottom: 60px;
    }
}

@media only screen and (max-width: 690px) {
    #pagelead,
    #subcommon #pagelead {
        padding: 12px 16px 0 16px;
        margin: -30px auto 20px;
    }
    .pagetitle {
        font-size: 28px;
        width: 100%;
        margin: 0;
    }
    .pagetitle_sub {
        font-size: 12px;
        width: 100%;
        padding: 6px 0;
    }
    #pagedescription {
        margin-top: 20px;
        width: calc(100vw - 32px);
        margin-left: -16px;
    }
}


/*-----------------------------------------------------------------

見出し 共通

-----------------------------------------------------------------*/

.c3_title.template_c3 {
    text-align: center;
    margin-bottom: 20px;
    margin-top: 0px;
}

.c3_title.template_c3 .c3_title {
    margin: 0;
    font-family: 'Roboto', sans-serif;
    font-size: 28px;
    letter-spacing: -.01em;
    color: #044e87;
    font-weight: normal;
}

.c3_title.template_c3 .c3_txt {
    margin-left: 0px;
    color: #4f92c6;
}

@media only screen and (max-width: 979px) {
    .c3_title.template_c3 .c3_title {
        width: 100%;
    }
    .c3_title.template_c3 .c3_txt {
        margin-left: 0;
        width: 100%;
        margin-top: 8px;
        color: #4f92c6;
    }
}

/*-----------------------------------------------------------------

TOP

-----------------------------------------------------------------*/

#topmain {
    margin-top: 80px;
    position: relative;
    height: 564px;
    background: url(images/mainimage_01_bg.jpg)no-repeat center top /cover;
}

@media only screen and (max-width: 1150px) {
    #topmain {
        margin-top: 55px;
    }
}

#topmain .mainvisual_img {
    position: absolute;
    right: 0;
    height: 520px;
    width: 80%;
    overflow: hidden;
}

#topmain .mainvisual_img .mainvisual_img_in {
    -webkit-transform: translate3d(-150px, 0, 0);
    transform: translate3d(-150px, 0, 0);
    opacity: 0;
    height: 100%;
    width: 100%;
}

#topmain .mainvisual_img .mainvisual_img_in.is_active {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.58, 1);
    transition: -webkit-transform 1s cubic-bezier(0, 0, 0.58, 1);
    -o-transition: transform 1s cubic-bezier(0, 0, 0.58, 1);
    transition: transform 1s cubic-bezier(0, 0, 0.58, 1);
    transition: transform 1s cubic-bezier(0, 0, 0.58, 1), -webkit-transform 1s cubic-bezier(0, 0, 0.58, 1);
}

.topmain_txt {
    position: relative;
    max-width:1148px;
    width: 100%;
    height: 100%;
    margin: auto;
    z-index: 2;
}
.topmain_txt_in {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    max-width: 531px;
    height: 100%;
    background: linear-gradient(180deg, #FFF 60%, rgba(255, 255, 255, 0.6));
}

.topmain_txt .inn_ {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 40px;
}

.topmain_txt_sub {
    font-size: 38px;
    line-height: 1;
    font-weight: bold;
    text-align: center;
}
.cn .topmain_txt_sub {
    font-size: 28px;
}
.topmain_txt_sub .sub {
    font-size: 17px;
    display: block;
    margin-bottom: 10px;
}

.topmain_txt_sub.is_active {
    /*  opacity: 1;*/
    /*  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transition: -webkit-transform 2.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: -webkit-transform 2.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: transform 2.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: transform 2.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: transform 2.5s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 2.5s cubic-bezier(0.215, 0.61, 0.355, 1);*/
}

.topmain_txt_sub.mark {
    margin: 0 20px;
}

.topmain_txt_title {
    text-align: center;
    font-size: 44px;
    line-height: 1.2;
    letter-spacing: 0.15em;
}

.topmain_txt_title.is_active {
    /*  opacity: 1;*/
    /*  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transition: -webkit-transform 2.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: -webkit-transform 2.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: transform 2.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: transform 2.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: transform 2.5s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 2.5s cubic-bezier(0.215, 0.61, 0.355, 1);*/
}

.topmain_txt_lead {
    text-align: center;
    font-weight: bold;
    font-size: 51px;
    line-height: 1;
}

.topmain_txt_lead.is_active {
    /*  opacity: 1;*/
    /*  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transition: -webkit-transform 2.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: -webkit-transform 2.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: transform 2.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: transform 2.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: transform 2.5s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 2.5s cubic-bezier(0.215, 0.61, 0.355, 1);*/
}

@media only screen and (max-width: 1199px) {
    /* .topmain_txt {
        margin-left: 0;
        left: 0;
    } */
    .topmain_txt_sub,
    .topmain_txt_title,
    .topmain_txt_lead {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    .topmain_txt_sub.is_active,
    .topmain_txt_title.is_active,
    .topmain_txt_lead.is_active {
        -webkit-transform: translate3d(5%, 0, 0);
        transform: translate3d(5%, 0, 0);
        -webkit-transition-duration: 1s;
        -o-transition-duration: 1s;
        transition-duration: 1s;
/*        padding-right: 5%;*/
    }
}

@media only screen and (max-width: 979px) {
    #topmain {
        margin-top: 55px;
        height: 400px;
    }
    #topmain .mainvisual_img {
        position: static;
        height: 200px;
        width: 100%;
    }
    .topmain_txt .inn_ {
        display: block;
    }
    .topmain_txt_in {
        position: relative;
        width: auto;
        height: auto;
        margin: auto;
        bottom: -60px;
        background: transparent;
    }
    .topmain_txt_in > div {
        background: #FFF;
        padding: 40px 34px;
    }
    .topmain_txt {}
    .topmain_txt_sub {}
    .topmain_txt_sub.mark {}
    .topmain_txt_sub.mark img {
        width: 30px;
        height: auto;
    }
    .topmain_txt_title {
        font-size: 30px;
    }
    .topmain_txt_lead {}

    .topmain_txt_sub,
    .topmain_txt_title,
    .topmain_txt_lead {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    .topmain_txt_sub.is_active,
    .topmain_txt_title.is_active,
    .topmain_txt_lead.is_active {
        -webkit-transform: translate3d(16px, 0, 0);
        transform: translate3d(16px, 0, 0);
        -webkit-transition-duration: 1s;
        -o-transition-duration: 1s;
        transition-duration: 1s;
        padding-right: 32px;
    }
}

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

body#tinymce #topmain .mainvisual_img .mainvisual_img_in,
body#tinymce .topmain_txt_sub,
body#tinymce .topmain_txt_title,
body#tinymce .topmain_txt_lead {
    opacity: 1;
}

body#tinymce #topmain .mainvisual_img,
body#tinymce .topmain_txt {
    position: static;
    margin: auto;
}

body#tinymce #topmain,
body#tinymce #topmain .mainvisual_img {
    height: auto;
}

/*---------------------------
category
-----------------------------*/

#c3_category_area {
    position: relative;
    padding-top: 0px;
    padding-bottom: 40px;
    margin-bottom: 0px;
}

#c3_category_area .category_bg {
    height: 100%;
    width: 70%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -2;
}

#c3_category_area .category_block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

#c3_category_area .category_box {
    width: 48.5%;
}

#c3_category_area .category_box + .category_box {
    margin-left: 3%;
}

#c3_category_area .category_title {
    font-size: 36px;
    font-weight: bold;
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    line-height: 1;
    letter-spacing: -.02em;
    margin-left: 16px;
}

#c3_category_area .category_img {
    position: relative;
    top: -15px;
    z-index: -1;
    overflow: hidden;
}

#c3_category_area .category_img img {
    -webkit-transition: -webkit-transform 0.3s linear;
    transition: -webkit-transform 0.3s linear;
    -o-transition: transform 0.3s linear;
    transition: transform 0.3s linear;
    transition: transform 0.3s linear, -webkit-transform 0.3s linear;
}

#c3_category_area .category_txt {
    margin-top: -5em;
    padding: 0 16px;
}

#c3_category_area .category_txt > div {
    font-size: 0;
}

#c3_category_area .category_catch {
    font-size: 16px;
    font-weight: bold;
    display: inline-block;
    position: relative;
    overflow: hidden;
    padding: 6px 10px;
}

#c3_category_area .category_catch::before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    -webkit-transition: -webkit-transform 0.4s 0s cubic-bezier(0.48, 0.18, 0, 0.98);
    transition: -webkit-transform 0.4s 0s cubic-bezier(0.48, 0.18, 0, 0.98);
    -o-transition: transform 0.4s 0s cubic-bezier(0.48, 0.18, 0, 0.98);
    transition: transform 0.4s 0s cubic-bezier(0.48, 0.18, 0, 0.98);
    transition: transform 0.4s 0s cubic-bezier(0.48, 0.18, 0, 0.98), -webkit-transform 0.4s 0s cubic-bezier(0.48, 0.18, 0, 0.98);
}

#c3_category_area .category_box:hover .category_catch::before {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

#c3_category_area .category_box:hover .category_catch .catc_on {
    text-decoration: none;
    position: relative;
    z-index: 2;
}

#c3_category_area .category_box:hover .txt_link.arr_after a {
    background-position: right center;
}

#c3_category_area .category_box:hover .category_img img {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
}

@media only screen and (max-width: 979px) {
    #c3_category_area {
        padding-top: 110px;
        margin-bottom: 60px;
    }
    #c3_category_area .category_bg {
        width: 90%;
    }
}

@media only screen and (max-width: 690px) {
    #c3_category_area {
        padding-top: 110px;
        padding-bottom: 0;
        margin-bottom: 0;
    }
    #c3_category_area .category_bg {
        width: 100%;
    }
    #c3_category_area .category_block {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    #c3_category_area .category_box {
        width: 100%;
        margin: 0 auto 30px;
    }
    #c3_category_area .category_box + .category_box {
        margin-left: auto;
    }
    #c3_category_area .category_title {
        font-size: 32px;
    }
    #c3_category_area .category_catch {
        padding: 4px 8px;
        line-height: 1.4;
    }
}

body#tinymce #c3_category_area .category_box:hover .category_catch::before {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
}

body#tinymce #c3_category_area .category_box:hover .category_img img {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

/*---------------------------
TOP SERVICES
-----------------------------*/

.cta_lead.template_c3 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 20px;
}

.cta_lead.template_c3 .cta_title {
    margin: 0;
    font-family: 'Roboto', sans-serif;
}

.cta_lead.template_c3 .cta_txt {
    margin-left: 30px;
}

#c3_item_icon {
    padding: 10px 0 30px;
    background: url(images/template_c3_top_service_bg.jpg) no-repeat center/cover;
}

#c3_item_icon .c3_item {
    padding: 40px;
    text-align: center;
    -webkit-transition: all .2s ease 0s;
    -o-transition: all .2s ease 0s;
    transition: all .2s ease 0s;
    border-width: 1px;
    border-style: solid;
    height: 100%;
}

#c3_item_icon .c3_item:hover {
    -webkit-transform: scale(1.08);
    -ms-transform: scale(1.08);
    transform: scale(1.08);
}

#c3_item_icon .icon {
    font-size: 72px;
    line-height: 1;
}

#c3_item_icon .title_sub {
    font-family: 'Roboto', sans-serif;
    font-weight: 900;
    font-size: 12px;
    letter-spacing: .08em;
    margin: 32px 0 12px;
}

#c3_item_icon .title a {
    font-size: 18px;
    text-decoration: none;
}

@media only screen and (max-width: 979px) {
    #c3_item_icon .c3_item {
        padding: 24px;
    }
}

@media only screen and (max-width: 690px) {
    #c3_item_icon {
        padding: 24px 0 16px;
    }
    #c3_item_icon .c3_item {
        padding: 20px;
    }
    #c3_item_icon .icon {
        font-size: 44px;
    }
    #c3_item_icon .title_sub {
        margin: 16px 0 8px;
    }
}

body#tinymce #c3_item_icon .c3_item {
    border: none;
}

body#tinymce #c3_item_icon .c3_item:hover {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    border: none;
}

/*---------------------------
TOP INFO RSS
-----------------------------*/

.c3_info_block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.c3_info_block dl {
    width: 100%;
    display: flex;
    margin-right: 24px;
    margin-bottom: 24px;
    padding-top: 16px;
    border-width: 3px 0 0 0;
    border-style: solid;
    position: relative;
}

.c3_info_block dl:nth-child(4n) {
    margin-right: 0;
}

.c3_info_block .rss_date {
    font-weight: bold;
    font-size: 18px;
    line-height: 1.4;
    width: 120px;
}
.c3_info_block .rss_title{
    width: calc(100% - 120px)
}
.c3_info_block .rss_title span {
    line-height: 1;
    font-size: 10px;
    padding: 6px 8px 4px;
}

.c3_info_block .rss_contents {
    display: none;
}

@media only screen and (max-width: 979px) {
    .c3_info_block dl:nth-child(4n) {
        margin-right: 4%;
    }
    .c3_info_block dl:nth-child(2n) {
        margin-right: 0;
    }
}

@media only screen and (max-width: 690px) {
    .c3_info_block dl {
        display: block;
        width: 100%;
        margin-right: 0;
        margin-bottom: 16px;
    }
    .c3_info_block dl:nth-child(4n) {
        margin-right: 0;
    }
    .c3_info_block .rss_date {
        font-size: 16px;
    }
    .c3_info_block .rss_title {
        margin-top: 8px;
    }
    .c3_info_block .rss_title span {
        top: 16px;
        font-size: 9px;
        padding: 6px 8px 4px;
    }
}

/*---------------------------
TOP INFO media
-----------------------------*/

.c3_media_block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.c3_media_block .dlb_media_block {
    width: calc(25% - 19.2px);
    margin-right: 24px;
    margin-bottom: 24px;
    padding-top: 22px;
    border-width: 3px 0 0 0;
    border-style: solid;
    position: relative;
    border-color: #F0EFED;
}

.c3_media_block .dlb_media_left,
.c3_media_block .dlb_media_txt {
    display: none;
}

.c3_media_block .dlb_media_right {
    position: relative;
}

.c3_media_block .dlb_media_time {
    font-weight: bold;
    font-size: 18px;
    color: #000000;
    margin-bottom: 18px;
}

.c3_media_block .dlb_media_title {
    color: #044e87;
    font-size: 14px;
    margin-top: 8px;
    font-weight: normal;
}

.c3_media_block .dlb_media_cate {
    position: absolute;
    right: 0;
    top: 0;
    margin-top: 0;
}

.c3_media_block .dlb_media_cate span {
    color: #ffffff;
    background-color: #129544;
}

@media only screen and (max-width: 979px) {
    .c3_media_block .dlb_media_block {
        width: 48%;
        margin-right: 4%;
    }
    .c3_media_block .dlb_media_block:nth-child(2n) {
        margin-right: 0;
    }
}

@media only screen and (max-width: 690px) {
    .c3_media_block .dlb_media_block {
        width: 100%;
        margin-right: 0;
        margin-bottom: 10px;
    }
    .c3_media_block .dlb_media_block:nth-child(2n) {
        margin-right: 0;
    }
    .c3_media_block .dlb_media_time {
        font-size: 16px;
    }
}

/*-----------------------------------------------------------------

お知らせ一覧 news

-----------------------------------------------------------------*/

.rss_box dl {
    padding: 20px 0;
/*    border-top: 1px solid #dddddd;
    border-bottom: 1px solid #dddddd;*/
}

.rss_box .rss_date {
    float: left;
    width: 100px;
}

.rss_box .rss_title {
    float: left;
    width: calc(100% - 100px);
}

.rss_box .rss_contents {
    clear: both;
    padding-top: 10px;
}

.rss_box span {
    line-height: 1;
    font-size: 10px;
    margin-right: 16px;
    padding: 6px 8px 4px;
}

@media only screen and (max-width: 690px) {
    .rss_box .rss_date {
        float: none;
        width: 100%;
        font-weight: bold;
        margin-bottom: 8px;
    }
    .rss_box .rss_title {
        float: none;
        width: 100%;
        font-size: 110%;
        line-height: 1.4;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
    .rss_box .rss_contents {
        clear: both;
        padding-top: 8px;
    }
    
}

/*-----------------------------------------------------------------

サービス紹介 c3_pagenavi_item

-----------------------------------------------------------------*/

.c3_pagenavi_item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 40px 40px 40px 0;
    border-width: 0 0 1px 0;
    border-style: solid;
    -webkit-transition: all .2s ease 0s;
    -o-transition: all .2s ease 0s;
    transition: all .2s ease 0s;
}

.c3_pagenavi_item .item_icon {
    width: 200px;
    text-align: center;
}

.c3_pagenavi_item .item_icon i,
.c3_pagenavi_item .item_icon em {
    font-size: 72px;
    -webkit-transition: all .2s ease 0s;
    -o-transition: all .2s ease 0s;
    transition: all .2s ease 0s;
}

.c3_pagenavi_item .item_info {
    width: calc(100% - 200px);
}

.c3_pagenavi_item .item_title {
    font-size: 28px;
    line-height: 1.4;
}

.c3_pagenavi_item .item_title_sub {
    font-size: 12px;
    line-height: 1.2;
    margin: 25px 0 30px;
    font-weight: bold;
    letter-spacing: .1em;
}

.c3_pagenavi_item .item_txt {
    margin-bottom: 20px;
}

.c3_pagenavi_item:hover .txt_link.arr_after a {
    background-position: right center;
}

.c3_pagenavi_item:hover i,
.c3_pagenavi_item:hover em {
    font-size: 88px;
}

.c3_pagenavi_item.top {
    border-width: 1px 0 1px 0;
    border-style: solid;
}

.c3_pagenavi_item + .c3_pagenavi_item {
    border-width: 0 0 1px 1px;
    border-style: solid;
}

@media only screen and (max-width: 979px) {
    .c3_pagenavi_item + .c3_pagenavi_item {
        border-left: none;
    }
}

@media only screen and (max-width: 690px) {
    .c3_pagenavi_item {
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: start;
        padding: 24px 0 24px 0;
    }
    .c3_pagenavi_item .item_icon {
        width: 30%;
    }
    .c3_pagenavi_item .item_icon i,
    .c3_pagenavi_item .item_icon em {
        font-size: 40px;
    }
    .c3_pagenavi_item .item_info {
        width: calc(100% - 30%);
    }
    .c3_pagenavi_item .item_title {
        font-size: 24px;
    }
    .c3_pagenavi_item .item_title_sub {
        margin: 8px 0 15px;
    }
    .c3_pagenavi_item .item_txt {
        margin-bottom: 10px;
    }
}

/*-----------------------------------------------------------------

 リンク

-----------------------------------------------------------------*/

.txt_link.arr_after a {
    padding-right: 45px;
    position: relative;
    display: inline-block;
    line-height: 1.4;
}

.txt_link.arr_after a::after {
    content: "";
    background-repeat: no-repeat;
    background-position: calc(100% - 10px) center;
    background-size: 30px auto;
    position: absolute;
    right: 0;
    top: 0;
    display: block;
    height: 20px;
    width: 45px;
    -webkit-transition: all .2s ease 0s;
    -o-transition: all .2s ease 0s;
    transition: all .2s ease 0s;
}

.txt_link.arr_after a:hover::after {
    background-position: 100% center;
}

/*-----------------------------------------------------------------

CTA 共通お問い合わせ

-----------------------------------------------------------------*/

#cta_area.template_c3 {
    padding: 30px 0 16px;
    margin-top: 80px;
    line-height: 1.4;
}

#cta_area.template_c3 .cta_title {
    font-size: 28px;
    letter-spacing: -.01em;
}

.cta_lead.template_c3 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 20px;
}

.cta_lead.template_c3 .cta_title {
    margin: 0;
    font-family: 'Roboto', sans-serif;
}

.cta_lead.template_c3 .cta_txt {
    margin-left: 30px;
}

.cta_title_sub {
    text-align: center;
    font-weight: bold;
    padding: 12px 8px;
    font-size: 16px;
}

.tel_area .cta_title_sub {
    padding-top: 20px;
    padding-bottom: 20px;
}

.cta_box {
    padding: 24px 16px;
}

.cta_btn {
    margin-top: 16px;
}

.cta_btn a {
    text-align: center;
    overflow: hidden;
    z-index: 1;
    display: block;
    position: relative;
}

.cta_btn a .txt {
    display: block;
    height: 100%;
    padding: 16px 8px;
    font-weight: bold;
}

.cta_btn a::before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    -webkit-transition: -webkit-transform 0.4s 0s cubic-bezier(0.48, 0.18, 0, 0.98);
    transition: -webkit-transform 0.4s 0s cubic-bezier(0.48, 0.18, 0, 0.98);
    -o-transition: transform 0.4s 0s cubic-bezier(0.48, 0.18, 0, 0.98);
    transition: transform 0.4s 0s cubic-bezier(0.48, 0.18, 0, 0.98);
    transition: transform 0.4s 0s cubic-bezier(0.48, 0.18, 0, 0.98), -webkit-transform 0.4s 0s cubic-bezier(0.48, 0.18, 0, 0.98);
}

.cta_btn a:hover {
    text-decoration: none;
}

.cta_btn a:hover::before {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.cta_tel_mun {
    font-size: 40px;
    text-align: center;
    line-height: 1.2;
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    margin-top: 16px;
}

.cta_time {
    text-align: center;
    margin-top: 5px;
}

@media only screen and (max-width: 979px) {
    #cta_area.template_c3 {
        margin-top: 0;
    }
    .cta_tel_mun {
        font-size: 32px;
        margin-top: 0;
    }
    .cta_lead.template_c3 .cta_title {
        width: 100%;
    }
    .cta_lead.template_c3 .cta_txt {
        margin-left: 0;
        width: 100%;
        margin-top: 8px;
    }
}

/*-----------------------------------------------------------------

企業紹介 c3_pagenavi_txt

-----------------------------------------------------------------*/

.c3_pagenavi_txt .col {
    padding: 32px;
    border-width: 1px;
    border-style: solid;
    -webkit-transition: all .2s ease 0s;
    -o-transition: all .2s ease 0s;
    transition: all .2s ease 0s;
}

.c3_pagenavi_txt .txt_title {
    font-size: 28px;
    line-height: 1.4;
}

.c3_pagenavi_txt .txt_title_sub {
    font-size: 12px;
    line-height: 1.4;
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    margin: 16px auto;
}

.c3_pagenavi_txt .txt_txt {
    margin-bottom: 16px;
}

@media only screen and (max-width: 979px) {
    .c3_pagenavi_txt .col {
        padding: 24px;
    }
    .c3_pagenavi_txt .txt_title {
        font-size: 24px;
    }
    .c3_pagenavi_txt .txt_title_sub {
        margin: 10px auto 20px;
    }
    .c3_pagenavi_txt .txt_txt {
        margin-bottom: 20px;
    }
}

/*-----------------------------------------------------------------

理念と想い

-----------------------------------------------------------------*/

.item_num_list .col {
    padding: 40px;
}

.item_num {
    font-size: 24px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    line-height: 1.4;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.item_num .num {
    padding: 16px;
    font-size: 32px;
    line-height: 1;
    display: inline-block;
    margin-right: 16px;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
}

.item_num_list.small .col {
    padding: 0;
    background-color: transparent;
    margin-bottom: 24px;
    width: 48%;
}

.item_num_list.small .col:nth-child(2n) {
    margin-left: 4%;
}

.item_num_list.small .col .item_num {
    font-size: 16px;
    font-weight: bold;
}

.item_num_list.small .col .item_num .num {
    padding: 10px;
    font-size: 24px;
}

.col2_221.item_num_list.small {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: start;

    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 20px;
}
.col2_221.item_num_list.small .col{
    width: 100% !important;
    margin: 0px;
}
@media only screen and (max-width: 979px) {
    .item_num_list .col {
        padding: 24px;
    }
    .item_num {
        font-size: 20px;
    }
    .item_num .num {
        padding: 10px;
        font-size: 24px;
    }
    .item_num_list.small .col {
        width: 100%;
        margin-botom: 16px;
    }
    .item_num_list.small .col:nth-child(2n) {
        margin-left: auto;
    }
    .item_num_list.small .col .item_num {
        font-size: 18px;
    }
    .item_num_list.small .col .item_num .num {
        padding: 8px;
        font-size: 20px;
    }
}

/*-----------------------------------------------------------------

よくある質問

-----------------------------------------------------------------*/

.faq_q {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.faq_q .initials {
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    font-size: 24px;
    padding: 10px 16px 16px;
    border-width: 2px;
    border-style: solid;
    line-height: 1;
    margin-right: 16px;
    display: inline-block;
}

.faq_q .faq_q_txt {
    font-weight: bold;
    font-size: 16px;
    line-height: 1.6;
}

.faq_a {
    margin-top: 16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
}

.faq_a .initials {
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    font-size: 24px;
    padding: 10px 16px 16px;
    border-width: 2px;
    border-style: solid;
    line-height: 1;
    margin-right: 16px;
    display: inline-block;
}

.faq_a .faq_a_txt {
    line-height: 1.6;
}

@media only screen and (max-width: 690px) {
    .faq_q .initials {
        font-size: 18px;
        padding: 8px 12px 14px;
        margin-right: 12px;
    }
    .faq_a .initials {
        font-size: 18px;
        padding: 8px 12px 14px;
        margin-right: 12px;
    }
}

.tabbtn ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.tabbtn ul li {
    list-style: none;
    margin-right: 8px;
    margin-bottom: 8px;
}

.tabbtn ul li a {
    text-decoration: none;
    display: block;
    line-height: 1.4;
    border-width: 1px;
    border-style: solid;
    padding: 16px 3em;
    text-align: center;
    font-weight: bold;
}

.tabbtn ul li a::before {
    font-family: FontAwesome;
    content: "\f107";
    padding-right: 10px;
    font-size: 15px;
    text-decoration: none;
    position: relative;
    display: inline-block;
}

@media only screen and (max-width: 690px) {
    .tabbtn ul li {
        width: 49%;
        margin: 0;
    }
    .tabbtn ul li:nth-child(2n) {
        margin-left: 2%;
    }
    .tabbtn ul li a {
        padding: 10px 1.5em;
        font-weight: normal;
    }
    .tabbtn ul li a::before {
        padding-right: 7px;
        font-size: 13px;
    }
}

/*-----------------------------------------------------------------

私たちの特長 feature

-----------------------------------------------------------------*/
.mainvisual {
    margin-top: -38px;
    position: relative;
    height: 520px;
    margin-bottom: 80px;
}

.mainvisual_bg {
    height: 480px;
    width: 80%;
    position: absolute;
    bottom: 0;
    left: 0;
}

.mainvisual_img {
    height: 480px;
    width: 65%;
    position: absolute;
    top: 0;
    right: 0;
}

.mainvisual_txt {
    width: 90%;
    height: 100%;
    display: table;
    position: absolute;
    top: 0;
    left: calc(50% - 580px);
    z-index: 2;
}

.mainvisual_txt_in {
    display: table-cell;
    vertical-align: middle;
}

.mainvisual_txt_sub {
    font-family: 'Roboto', sans-serif;
    font-weight: 900;
    font-size: 60px;
    line-height: 1;
}

.mainvisual_txt_title {
    font-size: 32px;
    line-height: 1.4;
    font-weight: bold;
    margin-bottom: 15px;
    margin-top: 30px;
}

.mainvisual_txt_lead {
    font-weight: bold;
    font-size: 18px;
    line-height: 1.6;
}

@media only screen and (max-width: 1199px) {
    .mainvisual {
        height: 360px;
        margin-bottom: 60px;
    }
    .mainvisual_bg {
        height: 320px;
        width: 80%;
    }
    .mainvisual_img {
        height: 100%;
        width: 100%;
    }
    .mainvisual_txt {
        left: 50%;
        transform: translateX(-50%);
    }
    .mainvisual_txt_sub {
        font-size: calc(30px + 1rem);
    }
    .mainvisual_txt_title {
        font-size: 24px;
    }
    .mainvisual_txt_lead {
        font-size: 16px;
    }
}

@media only screen and (max-width: 690px) {
    .mainvisual_bg {
        display: none;
    }
    .mainvisual_txt_sub {
        font-size: 25px;
    }
    .mainvisual_txt_title {
        font-size: 18px;
        margin-bottom: 10px;
        margin-top: 20px;
    }
    .mainvisual_txt_lead {
        font-size: 14px;
        line-height: 1.4;
    }

}

.midbg_left,
.midbg_right {
    position: relative;
}

.midbg_left_bg, .midbg_right_bg {
    width: 100%;
    position: absolute;
    bottom: 0;
    z-index: -1;
    max-width: 1300px;
}

.midbg_left_bg {
    right: 0;
}

.midbg_right_bg {
    left: 0;
}

.midbg_left_bg.bg01 {
    height: 130%;
    bottom: -15%;
}
.midbg_right_bg.bg02 {
    height: 130%;
    bottom: -15%;
}
.midbg_left_bg.bg03 {
    height: 130%;
    bottom: -15%;
}

.compare {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-width: 0 0 1px 0;
    border-style: solid;
}

.compare dt {
    margin-bottom: 20px;
    margin-top: 20px;
}

.compare dd {
    width: calc(100% - 80px);
    padding-left: 24px;
    margin-bottom: 20px;
    margin-top: 20px;
}

.compare dt.compare_b + dd,
.compare dd + dt {
    margin-top: 0;
}

.compare_a {
    width: 80px;
    height: 80px;
    border-width: 1px;
    border-style: solid;
    text-align: center;
    border-radius: 50%;
    line-height: 80px;
    font-weight: bold;
}

.compare_b {
    width: 80px;
    height: 80px;
    border-width: 1px;
    border-style: solid;
    text-align: center;
    border-radius: 50%;
    line-height: 80px;
    font-weight: bold;
}

.ft_blocks .dlb_btn {
    min-width: auto !important;
}
.ft_blocks .colm_02{
    /* display: flex;
    flex-wrap: wrap; */
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 10px;
}
.ft_blocks .colm_02 .col {
    /* width: calc(50% - 7px);
    margin-right: 14px;
    margin-bottom: 7px; */
}
.ft_blocks .colm_02 .col:nth-child(2n){
    /* margin-right: 0; */
}

@media only screen and (max-width: 979px) {
    .midbg_left_bg.bg01 {
        bottom: -20px;
    }
    .midbg_right_bg.bg02 {
        display: none;
    }
    .ft_blocks .colm_02 .col{
        width: 100%;
        margin-right: 0;
    }
    .ft_blocks .col_l, .ft_blocks .col_r{
        width: 100% !important;
    }
    .ft_blocks .col_l{
        margin-bottom: 40px;
    }
}

@media only screen and (max-width: 690px) {
    .midbg_left_bg.bg01,
    .midbg_right_bg.bg02,
    .midbg_left_bg.bg03 {
        display: none;
    }
    .midbg_left {
        padding-top: 30px;
        padding-bottom: 30px;
    }
    .compare dd {
        width: calc(100% - 60px);
        padding-left: 16px;
    }
    .compare_a,
    .compare_b {
        width: 60px;
        height: 60px;
        line-height: 60px;
        font-size: 12px;
    }
}

/*-----------------------------------------------------------------

カタログダウンロード

-----------------------------------------------------------------*/

.col_bn_r {
    float: right;
    width: 45%;
    padding: 24px;
    border: 2px solid #eeeeee;
}

.col_bn_l {
    float: left;
    width: 55%;
    padding-right: 5%;
}

@media only screen and (max-width: 979px) {
    .col_bn_r {
        float: none;
        width: 100%;
        padding: 0;
        border: none;
        margin-bottom: 60px;
    }
    .col_bn_l {
        float: none;
        width: 100%;
        padding-right: 0;
    }
}

/*---------------------------------------------------------------
-----------------------------------------------------------------

ブロックダウンロード

-----------------------------------------------------------------
-----------------------------------------------------------------*/

/* ----------------------------

サムネイル名 ： 表 No.08

----------------------------- */

.dlb_table_08 {
    margin-bottom: 30px;
}

.dlb_table_08 td {
    border-width: 1px 0 1px 0;
    border-style: solid;
    width: 72%;
}

.dlb_table_08 td:first-child {
    border-width: 1px 1px 1px 0;
    border-style: solid;
    width: 28%;
}

@media only screen and (max-width: 690px) {
    .dlb_table_08 td {
        display: block;
        width: 100%;
        padding-bottom: 24px;
    }
    .dlb_table_08 tr:first-child td:first-child {
        border-width: 1px 0 0 0;
        border-style: solid;
    }
    .dlb_table_08 td:first-child {
        width: 100%;
        border-bottom: none;
        border-top: none;
        padding-bottom: 8px;
        padding-top: 8px;
    }
}

/* ----------------------------

サムネイル名 ： 表 No.08-2

----------------------------- */

.dlb_table_08_2 {
    margin-bottom: 30px;
}

table.dlb_table_08_2 {
    table-layout: auto;
}

.dlb_table_08_2 td {
    border-width: 1px 0 1px 0;
    border-style: solid;
    border-color: #ebebeb;
    width: calc(100% - 100px);
}

.dlb_table_08_2 td:first-child {
    width: 100px;
    text-align: center;
}

@media only screen and (max-width: 690px) {
    .dlb_table_08_2 td {
        display: block;
        width: 100%;
        padding-bottom: 24px;
    }
    .dlb_table_08_2 tr:first-child td:first-child {
        border-top: 1px #ebebeb solid;
    }
    .dlb_table_08_2 td:first-child {
        width: 100%;
        border-bottom: none;
        border-top: none;
        padding-bottom: 8px;
        padding-top: 8px;
        text-align: left;
    }
}

/*-----------------------------------------------------------------

サムネイル名 ： box No.

-----------------------------------------------------------------*/

.dlb_box2-9_img {
    float: right;
    width: 240px;
    margin-right: 0;
    margin-left: 32px;
    margin-bottom: 32px;
}

@media only screen and (max-width: 690px) {
    .dlb_box2-9_block {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .dlb_box2-9_img {
        width: 100%;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        margin: 16px 0 0 0;
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
    }
    .dlb_box2-9_txt {
        width: 100%;
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    }
}

/*-----------------------------------------------------------------

採用情報

-----------------------------------------------------------------*/

.bgBlocks .dlb_c64_con {
    padding: 35px;
}

/*-----------------------------------------------------------------

 採用 数字で見る number

-----------------------------------------------------------------*/

.number_section {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 16px;
}

.number_section.last {
    margin-bottom: 80px;
}

.number_block {
    box-flex: 1;
    width: 100%;
}

.number_widegrade {
    height: 570px;
}

.number_onegrade {
    height: 375px;
}

.number_block_grade {
    height: 180px;
}

.number_block_grade + .number_block_grade {
    margin-top: 16px;
}

.chart_box,
.number_widegrade,
.number_onegrade,
.number_block_grade {
    border-style: solid;
    border-width: 1px;
    padding: 16px 24px;
}

.chart_box {
    padding: 16px 0;
}

.chart_box.number_name {
    padding: 0 24px;
}

#chart_doughnut {
    width: 300px !important;
    height: 300px !important;
    margin-left: auto;
    margin-right: auto;
}

#chart_bar {
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
}

.nscol2 .number_block {
    width: calc(50% - 8px);
    margin-left: 16px;
}

.nscol2 .number_block:nth-child(2n + 1) {
    margin-left: 0;
}

.nscol3 .number_block {
    width: calc(33.33333% - 8px);
    margin-left: 16px;
}

.nscol3 .number_block:nth-child(3n + 1) {
    margin-left: 0;
}

.number_twoblock.number_twograde .number_value {
    position: relative;
    text-align: right;
}

.number_twoblock.number_twograde .number_block_grade .flt {
    width: 55%;
}

.number_name {
    font-size: 2.2rem;
    margin-bottom: 8px;
    font-weight: 300;
    line-height: 1.4;
}

.number_value {
    line-height: 1;
    font-family: 'Roboto', sans-serif;
}

.number_fs70 {
    font-size: 7rem;
}

.number_fs80 {
    font-size: 8rem;
}

.number_fs90 {
    font-size: 7rem;
}

.number_fs100 {
    font-size: 10rem;
}

.number_fs110 {
    font-size: 11rem;
}

.number_fs120 {
    font-size: 12rem;
}

.number_fs130 {
    font-size: 13rem;
}

.number_fs140 {
    font-size: 18rem;
}

.number_fs150 {
    font-size: 15rem;
}

.number_fs160 {
    font-size: 8rem;
}

.number_value span.in {
    font-size: 23px;
}

@media only screen and (max-width: 979px) {
    .number_fs90 {
        font-size: 6rem;
    }
    .number_fs100 {
        font-size: 7rem;
    }
    .number_fs110 {
        font-size: 8rem;
    }
    .number_fs120 {
        font-size: 9rem;
    }
    .number_fs130 {
        font-size: 10rem;
    }
    .number_fs140 {
        font-size: 11rem;
    }
    .number_fs150 {
        font-size: 12rem;
    }
    .number_fs160 {
        font-size: 13rem;
    }
    .number_widegrade {
        height: auto;
    }
    .number_onegrade {
        height: auto;
    }
    .number_block_grade {
/*        height: auto;*/
    }
    .number_widegrade,
    .number_onegrade,
    .number_block_grade {
        padding: 16px;
    }
}

@media only screen and (max-width: 690px) {
    .number_section {
        display: block;
        margin-bottom: 15px;
    }
    .number_section.last {
        margin-bottom: 40px;
    }
    .number_block_grade + .number_block_grade {
        margin-top: 16px;
    }
    .number_widegrade,
    .number_onegrade,
    .number_block_grade {
        padding: 16px;
    }
    .number_block + .number_block {
        margin-left: 0;
        margin-top: 16px;
    }
    .nscol2 .number_block,
    .nscol3 .number_block {
        width: 100%;
        margin-left: 0;
    }
    .number_twoblock.number_twograde .number_value {
        margin-right: 0;
        position: relative;
        float: none;
        width: 100%;
        margin-top: 10px;
    }
    .number_twoblock.number_twograde .number_block_grade .flt {
        width: 100%;
    }
    .number_value {
        letter-spacing: 0;
    }
    .number_fs90 {
        font-size: 8rem;
    }
    .number_fs100 {
        font-size: 8rem;
    }
    .number_fs110 {
        font-size: 8rem;
    }
    .number_fs120 {
        font-size: 8rem;
    }
    .number_fs130 {
        font-size: 8rem;
    }
    .number_fs140 {
        font-size: 8rem;
    }
    .number_fs150 {
        font-size: 8rem;
    }
    .number_fs160 {
        font-size: 8rem;
    }
    .number_value span.in {
        padding-left: 5px;
        font-size: 60%;
    }
    .bg_men,
    .bg_women,
    .bg_employee,
    .bg_age,
    .bg_holiday,
    .bg_land,
    .bg_toyou,
    .bg_salaried,
    .bg_management,
    .bg_childcare {
        background-size: 150px auto;
        background-position: center;
    }
    .number_name {
        font-size: 2rem;
    }
    .number_value .txt_r {
        text-align: center;
        margin-right: 0;
    }
}

/*=======================ADD*/

.num_men {
    color: #2B75BF;
}

.num_women {
    color: #dd3239;
}

.num_employee {
    color: #DA964B;

}

.num_average {
    color: #D7D55E;
}

.num_work {
    color: #00CCA1;

}

.num_sale {
    color: #7BA857;
}

.num_saleratio {
    color: #C0A656;
}

.num_income {
    color: #555;

}

.num_president {
    color: #f88894;
}

.num_foundation {
    color: #BD8EDE;
}

.num_trad {
    color: #0099CC;

}

.num_car {
    color: #D0D29E;

}

.num_old {
    color: #e39939;

}

.num_young {
    color: #56B9C0;
    display: inline-block;
}

.num_base {
    color: #768CE9;

}

.bg_men {
    background: url(images/number_bg_men.jpg) no-repeat 0 0/auto 100%;
}

.bg_women {
    background: url(images/number_bg_women.jpg) no-repeat 0 0/auto 100%;
}

.bg_employee {
    background: url(images/number_bg_employee.jpg) no-repeat center bottom;
}

.bg_age {
    background: url(images/number_bg_age.jpg) no-repeat right 20px bottom 20px;
}

.bg_holiday {
    background: url(images/number_bg_holiday.jpg) no-repeat right 20px bottom 20px;
}

.bg_land {
    background: url(images/number_bg_land.jpg) no-repeat 0 0;
}

.bg_president {
    background: url(images/number_bg_president.jpg) no-repeat right 20px bottom 20px;
}

.bg_car {
    background: url(images/number_bg_car.jpg) no-repeat right 20px bottom 20px;
}

.MainTitlArea {
    margin-bottom: 20px;
}

/*.number_value {
  letter-spacing: -5px;
}*/

@media only screen and (max-width: 1024px) {
    .number_fs90 {
        font-size: 5rem;
    }
    .number_fs100 {
        font-size: 7rem;
    }
    .number_fs110 {
        font-size: 6.5rem;
    }
    .number_fs120 {
        font-size: 7rem;
    }
    .number_fs130 {
        font-size: 8rem;
    }
    .number_fs140 {
        font-size: 10rem;
    }
    .number_name {
        font-size: 2.2rem;
    }
    .bg_car{
        background: none;
    }
}

@media only screen and (max-width: 690px) {
    .number_fs90 {
        font-size: 7.5rem;
    }
    .number_fs100 {
        font-size: 7.5rem;
    }
    .number_fs110 {
        font-size: 7.5rem;
    }
    .number_fs120 {
        font-size: 7.5rem;
    }
    .number_fs130 {
        font-size: 7.5rem;
    }
    .number_fs140 {
        font-size: 7.5rem;
    }
    .number_fs150 {
        font-size: 7.5rem;
    }
    .number_fs160 {
        font-size: 7.5rem;
    }
    .num_young{
        display: block;
    }
}

/*-------------menu----------sp------------*/

.only_sp_show {
    display: none
}

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

    .drawer-open .drawer-hamburger-icon:before,
    .drawer-open .drawer-hamburger-icon:after {
        background: #000
    }
    .only_sp_show {
        display: block
    }
    header.template_c3 .gnavi_contact {
        display: none
    }
}

.w_100.fnav_unit {
    width: 100% !important
}

/*---------------tab-------------------*/

.tab_con {
    display: none
}

.is-active-tab-con.tab_con {
    display: block
}
/*----------top_case----------*/
.case.bg_none_area{
  background: rgba(102,154,204,0.9)!important;
}
/*----------mainimg----------*/
@media only screen and (max-width: 980px) {
  .main_text_area{
  max-width: 75%;
  width: 100%;
  background: #fff;
  padding: 40px 34px;
  }
}
@media only screen and (max-width: 690px) {
  .main_text_area{
  max-width: 85%;
  padding: 20px 0!important;
  }
  .topmain_txt_lead{
  font-size: 43px;
  }

  #lang a {
      width: 40px;
  }

}
/*-----num_block-------*/
.number_section_box_area  .number_block_grade{
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    height: 218px!important;
}
@media only screen and (min-width:981px) and (max-width:1050px)  {
    .topmain_txt_in {
        width: 46%;
    
    }
}
@media only screen and (min-width: 1051px)and (max-width: 1200px)  {
    .topmain_txt_in {
        width: 46.2%;
    
    }  
}
@media only screen and (min-width: 1200px) {
    .topmain_txt_in {
        width: 46.5%;
    
    }  
}
@media only screen and (min-width:1881px)  {
    .topmain_txt_in {
      
        max-width: 538px;
      
    }
    .topmain_txt {
        max-width: 1161px;
    
    }
}