@charset "UTF-8";
body {
    margin-top: 100px;
    width: 100%;
    width: 100vw;
    overflow-x: hidden;
}

a {
    color: inherit;
}

.hannnari {}

.headerIsoWrap {
    max-height: 40px;
    height: 100%;
    margin-left: 20px;
    margin-top: 0px;
}

.headerIsoWrap img {
    max-height: 45px;
    height: 100%;
    object-fit: contain;
    font-family: 'object-fit: contain;';
}

.header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100px;
    background-color: #FFF;
    z-index: 9;
    padding: 0 0 0 50px;
    box-shadow: 0 1px 3px rgb(0 0 0 / 30%);
    padding-right: 40px;
}

.headerWrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 100%;
}

.graphImage {
    width: 100%;
    height: 100%;
    object-fit: contain;
    font-family: "object-fit: contain;";
}

.headerLogoArea {
    display: flex;
    align-items: center;
}

.logoInner {
    display: block;
    margin-bottom: 10px;
    font-size: 1.2rem;
}

.headerLogo {
    display: block;
    max-width: 300px;
    width: 100%;
}

.headerLogo>* {
    width: auto;
    height: 80px;
}

.headerMenuArea {
    display: flex;
}

.headerMenuAreaL {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0 -20px;
}

.headerMenu .header_contactBtn {
    text-decoration: none !important;
    color: #fff;
    /*    border: 1px solid var(--base-color);*/
    background: var(--base-color);
    text-align: center;
    padding: 36px;
    transition: .3s;
    line-height: 1;
}

.headerMenu .header_contactBtn:hover {
    background: var(--color-orange);
    color: #fff;
}

.headerMenu .header_contactBtn:after {
    display: none;
}

.headerMenu {
    margin: 0 20px;
    position: relative;
}

.headerMenuDropdown {
    position: absolute;
    top: 20px;
    left: 0;
    display: none;
}

.headerMenuDropdown.pos1 {
    left: -34px;
}

.headerMenuDropdown.pos2 {
    position: absolute;
    left: 50%;
    transform: translate(-50%, 0);
}

.headerMenuDropdown.pos3 {
    left: -31px;
}

.headerMenuDropdown.pos4 {
    left: -11px;
}

.headerMenuDropdown.pos5 {
    left: -43px;
}

.headerMenuDropdown.pos6 {
    left: -64px;
}

.headerMenu:hover .headerMenuDropdown {
    display: block;
}

.headerMenuDropdownInner {
    margin-top: 30px;
    background-color: #FFF;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin-left: -20px;
    margin-right: -20px;
    padding: 20px;
    filter: drop-shadow(0 5px 5px rgba(0, 0, 0, .5));
    position: relative;
}

.headerMenuDropdownInner:before {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 25px 20px 25px;
    border-color: transparent transparent #ffffff transparent;
    position: absolute;
    top: -20px;
    left: 0;
    right: 0;
    margin: auto;
}

.headerMenuDropdownInnerMenu {
    margin: 0 20px 20px 20px;
}

.headerMenuDropdownInnerMenu:last-child {
    margin-bottom: 0;
}

.headerMenuLink {
    font-size: 2.0rem;
    position: relative;
}

.headerMenuDropdownInnerMenu .headerMenuLink {
    font-size: 1.6rem;
    white-space: pre;
}

.headerMenuLink:after {
    content: "";
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 0;
    height: 2px;
    background-color: var(--base-color);
    -webkit-transition: width .3s cubic-bezier(0.33, 1, 0.68, 1);
    -moz-transition: width .3s cubic-bezier(0.33, 1, 0.68, 1);
    -o-transition: width .3s cubic-bezier(0.33, 1, 0.68, 1);
    transition: width .3s cubic-bezier(0.33, 1, 0.68, 1);
}

.headerMenuLink:hover:after {
    width: 100%;
    height: 2px;
    background-color: var(--base-color);
    -webkit-transition: width .3s cubic-bezier(0.33, 1, 0.68, 1);
    -moz-transition: width .3s cubic-bezier(0.33, 1, 0.68, 1);
    -o-transition: width .3s cubic-bezier(0.33, 1, 0.68, 1);
    transition: width .3s cubic-bezier(0.33, 1, 0.68, 1);
}

.headerMenuLast {
    position: relative;
}

.relative {
    position: relative;
}

.headerMenuLast:before {
    content: "";
    position: absolute;
    top: 0;
    left: -20px;
    height: 100%;
    width: 1px;
    background-color: #A4A4A4;
}

.headerMenuLast .headerMenuLink {
    display: flex;
}

.headerMenuLast .headerMenuLink>img {
    margin-left: 10px;
    margin-bottom: -4px;
}

.headerMenuHumbWrap {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    width: 40px;
    height: 26px;
    margin-left: 20px;
    position: relative;
    display: none;
}

.headerMenuHumb,
.headerMenuHumb:before,
.headerMenuHumb:after {
    display: block;
    width: 40px;
    height: 2px;
    background-color: var(--base-color);
    -webkit-transition: width .3s cubic-bezier(0.33, 1, 0.68, 1);
    -moz-transition: width .3s cubic-bezier(0.33, 1, 0.68, 1);
    -o-transition: width .3s cubic-bezier(0.33, 1, 0.68, 1);
    transition: width .3s cubic-bezier(0.33, 1, 0.68, 1);
}

.headerMenuHumb {
    background: var(--base-color);
    margin-top: 12px;
}

.headerMenuHumb:before {
    content: "";
    width: 40px;
    position: absolute;
    top: 0;
    right: 0;
}

.headerMenuHumb:after {
    content: "";
    width: 40px;
    position: absolute;
    bottom: 0;
    right: 0;
}

.headerMenuHumbWrap:hover .headerMenuHumb {
    width: 40px;
    -webkit-transition: width .3s cubic-bezier(0.33, 1, 0.68, 1);
    -moz-transition: width .3s cubic-bezier(0.33, 1, 0.68, 1);
    -o-transition: width .3s cubic-bezier(0.33, 1, 0.68, 1);
    transition: width .3s cubic-bezier(0.33, 1, 0.68, 1);
}


/*.headerMenuHumbWrap:hover .headerMenuHumb:before {
    width: 50px;
    -webkit-transition: width .3s cubic-bezier(0.33, 1, 0.68, 1);
    -moz-transition: width .3s cubic-bezier(0.33, 1, 0.68, 1);
    -o-transition: width .3s cubic-bezier(0.33, 1, 0.68, 1);
    transition: width .3s cubic-bezier(0.33, 1, 0.68, 1);
}

.headerMenuHumbWrap:hover .headerMenuHumb:after {
    width: 30px;
    -webkit-transition: width .3s cubic-bezier(0.33, 1, 0.68, 1);
    -moz-transition: width .3s cubic-bezier(0.33, 1, 0.68, 1);
    -o-transition: width .3s cubic-bezier(0.33, 1, 0.68, 1);
    transition: width .3s cubic-bezier(0.33, 1, 0.68, 1);
}
*/

.headerSideMenu {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    overflow-y: scroll;
    background-color: rgba(0, 0, 0, .5);
    z-index: 999;
    /* 	transform: translateX(100vw); */
    display: none;
    -webkit-transition: transform .3s cubic-bezier(0.33, 1, 0.68, 1);
    -moz-transition: transform .3s cubic-bezier(0.33, 1, 0.68, 1);
    -o-transition: transform .3s cubic-bezier(0.33, 1, 0.68, 1);
    transition: transform .3s cubic-bezier(0.33, 1, 0.68, 1);
}

.headerSideMenu.active {
    display: block;
    /* 	transform: translateX(0); */
    -webkit-transition: transform .3s cubic-bezier(0.33, 1, 0.68, 1);
    -moz-transition: transform .3s cubic-bezier(0.33, 1, 0.68, 1);
    -o-transition: transform .3s cubic-bezier(0.33, 1, 0.68, 1);
    transition: transform .3s cubic-bezier(0.33, 1, 0.68, 1);
}

.headerSideMenuInner {
    max-width: 650px;
    width: 100%;
    background-color: var(--base-color);
    margin: 0 0 0 auto;
    min-height: 100vh;
    padding: 80px 150px 80px 150px;
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-direction: column;
}

.headerSideMenuInnerLinkArea,
.headerSideMenuInnerCont {
    width: 100%;
}

.headerSideMenuInnerCont {}

.headerSideMenuInnerMenu {
    margin-bottom: 30px;
    ;
}

.headerSideMenuInnerMenuLink {
    margin-bottom: 10px;
    font-size: 2.0rem;
}

.headerSideMenuInnerMenuLinkSm {
    margin-bottom: 10px;
    font-size: 1.6rem;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.headerSideMenuInnerMenuLinkSm:before {
    content: "";
    display: block;
    width: 8px;
    height: 2px;
    margin-right: 12px;
    background-color: #fff;
    position: relative;
    top: 2px;
}

.headerSideMenuInnerMenuLinkSm.noBo:before {
    display: none;
}

.headerSideMenuInnerMenuLinkSm:last-child {
    margin-bottom: 0;
}

.headerSideMenuInnerMenuLinkYa>a {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.headerSideMenuInnerMenuLinkYa>a>img {
    margin-left: 10px;
}

.headerSideMenuInnerClose {
    position: absolute;
    top: 35px;
    right: 55px;
    cursor: pointer;
}
.btn-social,
.headerSideMenuInnerContTel {
    margin-bottom: 20px;
}
.btn-social img{
    width: 100%
}
.headerSideMenuInnerContTelLink {
    text-align: center;
    display: block;
    border: 1px solid #fff;
    padding: 10px;
    background: var(--color-black);
}

.headerSideMenuInnerContTelLinkInner {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 10px;
}

.headerSideMenuInnerContTelLinkInnerImg {}

.headerSideMenuInnerContTelLinkInnerNum {
    font-size: 4.0rem;
}

.headerBtm {
    font-size: 1.4rem;
}

.headerSideMenuInnerContTelLinkInnerCaution {}

@media screen and (max-width: 1530px) {
    .headerMenuLink {
        font-size: 1.6rem;
    }
}

@media screen and (max-width: 1080px) {
    .headerMenuLink {
        font-size: 1.4rem;
    }
}

@media screen and (max-width: 1450px) {
    .headerMenu {
        margin: 0 10px;
    }
    .headerMenuAreaL {
        margin: 0 -5px;
    }
    .headerMenuLast:before {
        left: -10px;
    }
    .headerLogo {
        max-width: 250px;
    }
    .header {
        /*height: 80px;*/
        padding: 0 40px 0 20px;
    }
    body {
        /* margin-top: 80px;*/
    }
    /*.headerMenu .header_contactBtn{
        padding: 28px;
    }*/
}

@media screen and (max-width: 991px) {
    .header {
        padding-right: 20px;
        height: 80px;
    }
    .headerLogo>* {
        width: auto;
        height: 60px;
    }
    .headerMenuHumbWrap {
        display: block;
    }
    .headerMenuAreaL {
        display: none;
    }
    .headerSideMenuInner {
        padding: 100px 60px;
    }
    body {
        margin-top: 80px;
    }
}

@media screen and (max-width: 450px) {
    .headerMenuAreaL {
        display: none;
    }
    .headerSideMenuInner {
        padding: 40px 30px;
    }
    .header {
        height: 60px;
    }
    body {
        margin-top: 60px;
    }
    .headerSideMenuInnerContTelLinkInnerNum {
        font-size: 2.8rem;
    }
    .headerSideMenuInnerMenuLink {
        font-size: 1.8rem;
    }
    .headerSideMenuInnerMenuLinkSm {
        font-size: 1.4rem;
    }
}


/*
 * footer
 */

footer {
    background: #fff;
}

.footerWrap {
    padding-top: 90px;
    padding-bottom: 65px;
    display: flex;
    justify-content: space-between;
}

.footerLeft {
    width: 330px;
}

.footerLeftInBtm {
    margin-top: 60px;
    ;
}

.footerLogo {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 5px;
}

.footerLogoLink {
    display: block;
    width: 270px;
    margin-right: 55px;
}

.footerLogoLinkAni {}

.footerAddr {
    font-size: 1.4rem;
    line-height: 1.3;
}

.footerAddrTitle {
    text-align: center;
    padding: 3px;
    width: 80px;
    border: 1px solid var(--base-color);
    color: var(--base-color);
    font-size: 1.3rem;
    border-radius: 3px;
    margin-bottom: 7px;
}

.footerRight {
    width: calc(100% - 330px);
}

.footerMenuWrap {
    display: flex;
    justify-content: flex-end;
    align-items: flex-start;
    margin: 0 -15px;
    max-width: 930px;
    flex-wrap: wrap;
    margin-right: 0;
    margin-left: auto;
}

.footerMenu {
    margin: 0 15px 40px 15px;
    flex-basis: calc(25% - 30px);
}

.footerMenuLast {}

.footerMenuLink {
    font-size: 1.8rem;
}

.footerMiniLink .footerMenuLink {
    font-size: 1.4rem;
}

.footerMenuLast .footerMenuLink {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.footerMenuLast .footerMenuLink>img {
    margin-left: 10px;
}

.footerMiniLink {
    margin-top: 20px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.footerMiniLink:before {
    content: "";
    displayf: block;
    margin-right: 10px;
    width: 10px;
    height: 2px;
    background-color: var(--base-color)
}

.copyWrap {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #195271;
    height: 80px;
    color: #fff;
}

.copyWrap .copy {
    font-size: 13px;
    font-family: "Noto Sans JP", sans-serif;
}

.footer {
    position: relative;
}

.toTop {
    position: absolute;
    bottom: 110px;
    right: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    cursor: pointer;
}

.toTopSvg {
    margin-bottom: 10px;
    transform: translateY(0px);
    -webkit-transition: transform .3s cubic-bezier(0.33, 1, 0.68, 1);
    -moz-transition: transform .3s cubic-bezier(0.33, 1, 0.68, 1);
    -o-transition: transform .3s cubic-bezier(0.33, 1, 0.68, 1);
    transition: transform .3s cubic-bezier(0.33, 1, 0.68, 1);
}

.toTop:hover .toTopSvg {
    transform: translateY(-10px);
    -webkit-transition: transform .3s cubic-bezier(0.33, 1, 0.68, 1);
    -moz-transition: transform .3s cubic-bezier(0.33, 1, 0.68, 1);
    -o-transition: transform .3s cubic-bezier(0.33, 1, 0.68, 1);
    transition: transform .3s cubic-bezier(0.33, 1, 0.68, 1);
}

.toTopSvg path {
    stroke: #2b2b2b;
    -webkit-transition: stroke .3s cubic-bezier(0.33, 1, 0.68, 1);
    -moz-transition: stroke .3s cubic-bezier(0.33, 1, 0.68, 1);
    -o-transition: stroke .3s cubic-bezier(0.33, 1, 0.68, 1);
    transition: stroke .3s cubic-bezier(0.33, 1, 0.68, 1);
}

.toTop:hover .toTopSvg path {
    stroke: var(--base-color);
    -webkit-transition: stroke .3s cubic-bezier(0.33, 1, 0.68, 1);
    -moz-transition: stroke .3s cubic-bezier(0.33, 1, 0.68, 1);
    -o-transition: stroke .3s cubic-bezier(0.33, 1, 0.68, 1);
    transition: stroke .3s cubic-bezier(0.33, 1, 0.68, 1);
}
.btnFixed{
    position: fixed;
    display: flex;
    bottom: 0;
    right: 0;
    z-index: 4;
}
.btnFixed__line img{
    height: 80px;
    max-width: inherit;
}
.footerFixedContactWrap {
    max-width: 250px;
    width: 100%;
    height: 80px;
    padding: 15px 20px;
    background-color: var(--base-color);
    z-index: 2;
    /*border-radius: 10px 0 0 0;*/
    transition: .3s;
}

.footerFixedContactWrap.scroll {
    bottom: 0;
}

.footerFixedDocContTel {
    margin-bottom: 20px;
}

.footerFixedDocContTelLink {
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}

.footerFixedDocContTelLinkInner {
    display: flex;
    justify-content: center;
    align-items: center;
    /*margin-bottom: 10px;*/
}

.footerFixedDocContTelLinkInnerImg.chara {
    width: 38px;
}

.footerFixedDocContTelLinkInnerImg {
    width: 24px;
    margin-right: 5px;
}

.footerFixedDocContTelLinkInnerNum {
    font-size: 2.5rem;
    display: block;
    margin-bottom: 5px;
}

.footerFixedDocContTelLinkInnerCaution {
    font-size: 1.2rem;
    display: block;
}

.footerFixedDocContTelLinkInnerCaution.lg {
    font-size: 1.3rem;
    padding-bottom: 8px;
}

.footerFixedContact {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.footerFixedDocContDoc {}

.footerFixedContactColBor {
    width: 1px;
    height: 50px;
    background-color: rgba(255, 255, 255, .3)
}

.footerRigthInBtm {
    margin-top: 40px;
    display: flex;
    align-items: flex-end;
    flex-direction: column;
}

.footerBtmIso {
    width: 150px;
    margin-bottom: 10px;
}

.footerBtm {
    font-size: 1.2rem;
}

@media screen and (max-width: 1300px) {
    .footerMenuLink {
        font-size: 1.4rem;
    }
    .footerMenuWrap {
        margin: 0 -5px;
    }
    .footerMenu {
        margin: 0 5px;
    }
    .footerLogoLinkAni {
        display: block;
        width: 150px;
    }
}

@media screen and (max-width: 991px) {
    .footerLogo {
        display: flex;
        align-items: flex-start;
        flex-direction: column-reverse;
    }
    .footerLogoLinkAni {
        margin-bottom: 20px;
    }
    .footerMenuWrap {
        flex-wrap: wrap;
    }
    .footerMenu {
        margin-bottom: 20px;
    }
    .footerWrap {
        padding-top: 40px;
        padding-bottom: 75px;
    }
    .footerFixedContactWrap {
        max-width: 310px;
    }
    .footerFixedDocContTelLinkInnerNum {
        font-size: 2.0rem;
    }
    .footerFixedDocContTelLinkInnerCaution.lg {
        font-size: 1.1rem;
    }
    .footerFixedDocContTelLinkInnerCaution {
        font-size: 1.1rem;
    }
    .copyWrap {
        padding: 0 20px;
        justify-content: flex-start;
    }
}

@media screen and (max-width: 500px) {
    body {
        margin-bottom: 70px;
    }
    .copyWrap {
        height: 40px;
    }
    .footerFixedDocContTelLinkInnerNum {
        font-size: 2.2rem;
    }
    .footerFixedDocContTelLinkInnerImg {
        width: 24px;
        margin-right: 2px;
    }
    .footerFixedContactWrap {
        height: 70px;
        padding: 15px 10px;
    }
    .btnFixed__line{
        background: #06c755;
    }
    .btnFixed__line img {
        height: 70px;
        width: 100%;
        object-fit: contain
    }
    .footerFixedContactWrap {
        max-width: ;
    }
    .copyWrap {
        justify-content: center;
    }
    .footerWrap {
        flex-wrap: wrap;
    }
    .footerLeft,
    .footerRight {
        flex-basis: 100%;
    }
    .footerMenu {
        flex-basis: 100%;
    }
    .footerLeft {
        padding-bottom: 20px;
        margin-bottom: 20px;
        border-bottom: 1px solid #000;
        ;
    }
    .footerWrap {
        padding-bottom: 30px;
    }
    .toTop {
        bottom: 90px;
    }
}

.w450 {
    max-width: 450px;
}

.bgWhite {
    background: #fff;
}

.bgGray {
    background: rgb(240, 240, 240);
    background: -moz-linear-gradient(top, rgba(240, 240, 240, 1) 0%, rgba(255, 255, 255, 1) 100%);
    background: -webkit-linear-gradient(top, rgba(240, 240, 240, 1) 0%, rgba(255, 255, 255, 1) 100%);
    background: linear-gradient(to bottom, rgba(240, 240, 240, 1) 0%, rgba(255, 255, 255, 1) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#f0f0f0', endColorstr='#ffffff', GradientType=0);
    padding-top: 85px;
    padding-bottom: 85px;
}

.bgGrayContents {
    background: #f6f6f6;
}

.bgGray2 {
    background-color: #F5F5F5;
}

.bgBlue {
    background: #bbd1dd;
}

.bgGray3 {
    background-color: var(--color-grey3);
}

.imgBg {
    background-image: url(../img/imgbg.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    padding: 120px 0 160px 0;
}

.imgBg2 {
    background-image: url(../img/top/topBgBanner.jpg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: top;
    padding-top: 135px;
}

.morikohLogoBg {
    position: relative;
    z-index: 1;
}

.morikohLogoBg:before {
    content: "";
    display: block;
    width: 100%;
    height: 500px;
    /* background-image: url(../img/company/morikoh.png); */
    background-size: cover;
    background-position: 227% 0;
    position: absolute;
    top: 10%;
    z-index: -1;
}

.mainLowerVi {
    position: relative;
    /*    margin-bottom: 80px;*/
}

.mainLowerVi:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    background-color: #000000;
    width: 100%;
    height: 300px;
    opacity: .4;
    display: none;
}

.mainLowerViImg {
    width: 100%;
    height: 500px;
}

.mainLowerViImg>img {
    width: 100%;
    /*display: none;*/
}

.pankuzuWrap {
    /*height: 30px;*/
    width: 100%;
    margin-bottom: 80px;
    padding-top: 10px;
    padding-bottom: 10px;
}

.pankuzuArea {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    list-style: none;
    flex-wrap: wrap;
}

.pankuzuIn>* {
    display: flex;
    justify-content: center;
    align-items: center;
    /*height: 30px;*/
    padding: 20px 0;
    /* background-color: #2B2B2B;*/
    /*font-weight: bold;*/
    font-size: 1.3rem;
}

.pankuzuIn.active>* {
    /*background-color: #FFF;*/
}

.pankuzuIn a {
    position: relative;
    padding-left: 30px;
    margin-left: 20px;
}

.pankuzuIn a:before {
    content: '';
    position: absolute;
    width: 8px;
    height: 8px;
    left: 0;
    top: 0;
    bottom: 0;
    margin-top: auto;
    margin-bottom: auto;
    /* transform: scale3d(1.5, 1.5, 1.5); */
    border-top: 2px solid #555;
    border-right: 2px solid #555;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    transition: .3s;
}

.pankuzuIn:first-child a:before {
    display: none;
}

.pankuzuIn:first-child a {
    padding-left: 0;
    margin-left: 0;
    color: var(--color-orange);
}

.pankuzuIn.active>* {
    color: #2B2B2B;
}

.messageMain {
    padding-bottom: 80px;
}

.messageMainTtl h2 {
    font-size: 2.4rem;
    line-height: 2;
}

.messageMainTtl span {
    font-size: 3.5rem;
}

.messageMainTtl.sm {
    font-size: 5.0rem;
}

.messageMainTtl.sm span {
    font-size: 3.5rem;
}

.messageMainLogoWrap {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: -20px;
    margin-right: -20px;
}

.messageMainLogo {
    margin: 0 20px;
}

.messageMainSubTtl {
    font-size: 2.5rem;
}

.messageMainSubTtl.mbb>* {
    display: inline-block;
    padding-bottom: 15px;
    border-bottom: 5px solid var(--base-color);
}

.tac {
    text-align: center;
}

.contentTtl {
    font-size: 2.5rem;
}

.contentTtl.lhn {
    font-size: 2.5rem;
}

.contentTtl.lg {
    font-size: 3.5rem;
    line-height: 1.77;
}

.contentTtl2 {
    font-size: 4.0rem;
    padding-bottom: 20px;
    border-bottom: 1px solid #DDDDDD;
    color: var(--base-color);
}

.contentTtl2 .innerTitle {
    font-size: 2.4rem;
    border-left: 8px solid var(--base-color);
    padding-left: 15px;
    padding-top: 3px;
    padding-bottom: 3px;
}


/*.contentTtl6{

}
*/

.contentTtl6 .innerTitle {
    font-size: 2.4rem;
    border-left: 8px solid var(--base-color);
    padding-left: 15px;
    padding-top: 3px;
    padding-bottom: 3px;
}

.contentTtl2Sub {
    color: var(--base-color);
    font-size: 2.2rem;
    font-weight: lighter;
    display: inline-block;
    letter-spacing: .1em;
    font-weight: bold;
}

.contentTtl2Main {
    letter-spacing: .2rem;
    color: var(--base-black);
}

.contentTtl2Po {
    position: absolute;
    font-size: 10rem;
    color: #F5F5F5;
    z-index: -1;
    bottom: -40px;
    right: 0;
    transform: translateX(20%);
}

.contentTtl3 {
    font-size: 4.0rem;
    position: relative;
    padding-top: 20px;
    padding-bottom: 40px;
    z-index: 1;
}

.ls07 {
    letter-spacing: 0.7rem;
}

.contentTtl3Po {
    position: absolute;
    font-size: 10rem;
    color: var(--color-grey2);
    z-index: -1;
    left: 0;
    top: -35%;
    transform: translateX(-40%);
}

.contentTtl4 {
    font-size: 3.0rem;
    position: relative;
    /*padding-top: 20px;*/
    padding-bottom: 40px;
}

.contentDesc {
    line-height: 1.77;
}

.contentDesc.longerDesc {
    margin-bottom: 230px;
}

.contentDesc.sm {
    font-size: 1.6rem;
}

.contentDesc.ml {
    margin-left: 20px;
}

.lh2 {
    line-height: 2;
}

.lhn {
    line-height: 1.77;
}

.imageLink {
    position: relative;
    display: block;
}

.imageLink:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, .5);
    width: 100%;
    height: 100%;
}

.imageLinkImg {
    width: 100%;
    height: 100%;
}

.imageLinkTxt {
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 100%;
    height: 100%;
}

.imageLinkTxtEng,
.imageLinkTxtJp {
    display: block;
}

.imageLinkTxtEng {
    font-size: 3.5rem;
}

.imageLinkTxtJp {
    display: block;
}

.imageLinkStrWrap {
    position: absolute;
    bottom: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 100%;
    height: 40px;
}

.mainClTtl {
    font-size: 7.0rem;
    color: var(--base-color);
}

.mainClTtlBlock {
    display: flex;
    align-items: center;
    justify-content: center;
    width: auto;
    background-color: #2B2B2B;
    color: #FFF;
    width: 100px;
    height: 30px;
    font-size: 1.8rem;
    line-height: 1;
    margin: 20px auto 0 auto;
}

.mainClTtlBlock.lg {
    width: 170px;
}

.contentPad {
    padding-top: 140px;
}

.colorTtl {
    font-size: 3.5rem;
}

.colorTtlEng {
    font-size: 2.0rem;
    margin-left: 20px;
}

.contentTable {
    background-color: #FFF;
}

.contentTableRow {
    display: flex;
    justify-content: flex-start;
    align-items: stretch;
    /*border-top: 1px solid #D4D4D4;*/
}


/*
.contentTableRow:last-child {
    border-bottom: 1px solid #D4D4D4;
}
*/

.contentTableHead {
    padding: 20px 0;
    flex-basis: 200px;
    text-align: center;
}

.avgSpacing .contentTableHead {
    padding: 20px 20px;
    text-align-last: left;
    border-top: 1px solid #DDDDDD;
    letter-spacing: .2em;
}

.his .contentTableRow:first-child .contentTableHead {
    border-color: #f6f6f6;
    position: relative;
}

.his .contentTableRow:first-child .contentTableHead:before {
    content: '';
    height: 50%;
    bottom: 0;
    right: -2px;
    width: 2px;
    position: absolute;
    background: var(--base-color);
}

.avgSpacing .contentTableHead h3 {
    font-weight: 500;
    line-height: 1.5;
}

.avgSpacing .contentTableRow:last-child .contentTableHead {
    border-bottom: 1px solid #ddd;
}

.contentTableBody {
    padding: 20px 30px;
    flex-basis: calc(100% - 200px);
    color: #2B2B2B;
    line-height: 1.5;
    border-top: 1px solid #DDDDDD;
}

.avgSpacing .contentTableRow:last-child .contentTableBody {
    border-bottom: 1px solid #DDDDDD;
}

.his .contentTable {
    background: inherit;
}

.his .contentTableRow {
    align-items: stretch;
    border-top: none;
}

.his .contentTableRow:last-child {
    border-bottom: none;
}

.his .contentTableHead {
    padding: 25px 0;
    border-right: 2px solid var(--base-color);
    position: relative;
    text-align: right;
    padding-right: 20px;
}

.his .contentTableBody {
    padding-left: 40px;
    border-top: none;
}

.his .contentTableHead:after {
    content: "";
    position: absolute;
    right: -11px;
    top: 25px;
    width: 20px;
    height: 20px;
    background-color: var(--base-color);
    border-radius: 10px;
}

.contentTableBody.logo {
    max-width: 300px;
}

.mapWrap {}

.mapIframe iframe {
    display: block;
    width: 100%;
    height: 400px;
}

.mapRow {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
}

.mapCol {
    flex-basis: 260px;
}

.mapColLg {
    flex-basis: calc(100% - 260px);
    padding: 0 20px;
    border-left: 1px solid #A4A4A4;
}

.mapTtl {
    font-size: 2.0rem;
}

.mapTag a,
a.mapTag {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    /*width: 120px;*/
    height: 30px;
    font-size: 1.8rem;
    color: var(--base-color);
    font-family: 'Roboto', sans-serif;
    font-weight: lighter;
}

.mapTag a i,
a.mapTag i {
    display: inline-block;
    color: var(--base-color);
    margin-right: 5px;
}

.mapDesc {
    font-size: 1.4rem;
    line-height: 22px;
}

.mapDescTel .telItem {
    display: inline-flex;
    margin-right: 20px;
}

.mapDescTel .telItem .icon {
    display: inline-block;
    margin-right: 5px;
}

.recruitLink {
    display: block;
    width: 100%;
    height: 500px;
    position: relative;
    background-color: #2b2b2b;
}

.recruitLinkImg {
    position: absolute;
    top: 0;
    right: 0;
    width: 58.4%;
    height: 100%;
}

.recruitLinkTtl {
    position: absolute;
    top: 13%;
    margin: auto;
    left: 3%;
    font-size: 4.0rem;
    display: flex;
    align-items: center;
}

.recruitLinkTtlEng {
    display: block;
    font-size: 2.0rem;
    margin-top: 10px;
}

.recruitLinkDesc {
    position: absolute;
    top: 44%;
    left: 3%;
    line-height: 1.77;
}

.recruitLinkMore {
    position: absolute;
    bottom: 60px;
    left: 3%;
}

.contact_caution {
    font-size: 1.4rem;
    color: var(--base-color);
}

.contactBottom {
    background-color: var(--base-color);
    height: 255px;
    padding: 0 100px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.contactBottomL {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-basis: 50%;
}

.contactBottomR {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    flex-basis: 450px;
}

.contactBottomTtl {
    font-size: 5.0rem;
}

.contactBottomTtlSub {
    margin-top: 10px;
    display: block;
    font-size: 2.2rem;
}

.contactBottomMenuInnerCont {
    width: 100%;
}

.contactBottomMenuInnerContTel {
    margin-bottom: 20px;
}

.contactBottomMenuInnerContTelLink {
    text-align: center;
    display: block;
}

.contactBottomMenuInnerContTelLinkInner {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 10px;
}

.contactBottomMenuInnerContTelLinkInnerImg {}

.contactBottomMenuInnerContTelLinkInnerNum {
    font-size: 4.0rem;
}

.contactBottomMenuInnerContTelLinkInnerCaution {}

.messageMainImgWrap {
    position: relative;
}

.messageMainImgWrap:after {
    content: "";
    position: absolute;
    /* bottom: 0; */
    bottom: 0;
    /*left: 0;*/
    right: 0;
    margin: auto;
    width: 90%;
    height: 70px;
    background-color: #FFF;
}

.messageMainImg {}

.messageMainImgStr {
    position: absolute;
    top: 35%;
    left: 10%;
    font-size: 7.4rem;
}

.messageMainImgStrSub {
    font-size: 2.0rem;
    display: block;
    margin-top: 10px;
}

.messageMainWrap {
    width: 90%;
    padding: 0 8%;
    margin-left: auto;
}

.messageNameWrap {
    margin-bottom: 40px;
    border-bottom: 1px solid #DDD;
    padding-bottom: 20px;
}

.messageNameWrap .position {
    font-size: 1.6rem;
    margin-bottom: 15px;
}

.messageNameFlex {
    display: flex;
    align-items: center;
}

.messageNameFlex .name_jp {
    font-size: 3.2rem;
    margin-right: 20px;
}

.messageNameFlex .name_en {
    font-size: 1.4rem;
}

.lowerContentTtlWrap {
    position: relative;
}

.lowerContentTtl {
    font-size: 4.0rem;
}

.lowerContentTtl .borderTtlItem:after {
    content: '';
    background: var(--base-color);
    width: 60px;
    height: 6px;
    bottom: 0;
    margin: 0 auto;
    display: block;
    margin-top: 20px;
}

.lowerContentTtlWrap .borderTtlItem {}

.lowerContentTtlEng {
    font-size: 2.0rem;
    display: block;
    margin-top: 10px;
}

.lowerContentTtlBg {
    position: absolute;
    top: -20px;
    left: 0;
    right: 0;
    margin: auto;
    font-size: 10rem;
    color: #fff;
    z-index: -1;
    font-family: "Oswald", sans-serif;
}

.lowerContentTtlSub {
    font-size: 2.6rem;
    line-height: 1.7;
    font-weight: bold;
}

.lowerContentTtlDesc {
    font-size: 2.0rem;
}

.commonLink01 {
    background: var(--base-color);
    display: inline-block;
    min-width: 180px;
    padding: 15px;
    text-align: left;
    color: #fff;
    position: relative;
    font-size: 1.4rem;
    border: 1px solid var(--base-color);
    transition: .3s;
}

.commonLink01:after {
    content: '';
    position: absolute;
    width: 8px;
    height: 8px;
    right: 10px;
    top: 0;
    bottom: 0;
    margin-top: auto;
    margin-bottom: auto;
    /* transform: scale3d(1.5, 1.5, 1.5); */
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    transition: .3s;
}

.commonLink01:hover {
    background: #fff;
    color: var(--base-color);
}

.commonLink01:hover:after {
    border-top: 2px solid var(--base-color);
    border-right: 2px solid var(--base-color);
}

.commonLink02 {
    background: var(--base-color);
    display: inline-block;
    min-width: 200px;
    padding: 15px;
    text-align: left;
    color: #fff;
    position: relative;
    font-size: 1.4rem;
    border: 1px solid #007C36;
    transition: .3s;
    text-align: center;
    width: 80%;
    max-width: 570px;
    cursor: pointer;
}

.commonLink02:after {
    content: '';
    position: absolute;
    width: 8px;
    height: 8px;
    right: 10px;
    top: 0;
    bottom: 0;
    margin-top: auto;
    margin-bottom: auto;
    /* transform: scale3d(1.5, 1.5, 1.5); */
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    transition: .3s;
}

.commonLink02:hover {
    background: #fff;
    color: var(--base-color);
}

.commonLink02:hover:after {
    border-top: 2px solid #007C36;
    border-right: 2px solid #007C36;
}

.methodBoxWrap {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    max-width: 1000px;
    margin: auto;
    padding-top: 50px;
    padding-bottom: 50px;
}

.methodBoxWrap .od1 {
    order: 1;
}

.methodBoxWrap .od2 {
    order: 2;
}

.methodBoxLeft {
    padding-top: 3%;
    padding-left: 0%;
    padding-right: 4%;
    width: 56%;
}

.methodBoxLeft.adv {
    padding-top: 7%;
}

.methodBoxLeft.od2 {
    padding-right: 0%;
    padding-left: 4%;
}

.methodBoxRight {
    width: 44%;
}

.methodBoxTtl {
    font-size: 3.0rem;
    position: relative;
    padding-top: 30px;
    margin-bottom: 30px;
    z-index: 2;
    line-height: 1.7;
}

.methodBoxTtl.noBar:before {
    display: none;
}

.methodBoxTtl:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 80px;
    height: 5px;
    background-color: var(--base-color)
}

.methodBoxTtl.tarPc:before {
    left: unset;
    right: 0;
}

.methodBoxTtlEng {
    position: absolute;
    top: 0;
    left: 0;
    transform: translate(-80px, -50px);
    color: #EEEEEE;
    font-size: 10rem;
    z-index: -1;
}

.methodBoxTtlEng.tal {
    left: 13%;
}

.methodBoxTtlEng.tarPc {
    left: unset;
    right: -15%;
}

.objImage {
    width: 100%;
    height: 100%;
    object-fit: cover;
    font-family: "object-fit: cover;";
}

.objImage.con {
    object-fit: contain;
    font-family: "object-fit: contain;";
}

.btn {
    max-width: 350px;
    width: 100%;
    height: 70px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    font-size: 1.8rem;
}

.btn-lg {
    max-width: 450px;
}

.btn-sm {
    max-width: 250px;
}

.btn-arrow {
    width: 320px;
}

.btn:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    background-color: rgba(0, 0, 0, .1);
    -webkit-transition: width .3s cubic-bezier(0.33, 1, 0.68, 1);
    -moz-transition: width .3s cubic-bezier(0.33, 1, 0.68, 1);
    -o-transition: width .3s cubic-bezier(0.33, 1, 0.68, 1);
    transition: width .3s cubic-bezier(0.33, 1, 0.68, 1);
}

.btn:hover:before {
    width: 100%;
    background-color: rgba(0, 0, 0, .2);
    -webkit-transition: width .3s cubic-bezier(0.33, 1, 0.68, 1);
    -moz-transition: width .3s cubic-bezier(0.33, 1, 0.68, 1);
    -o-transition: width .3s cubic-bezier(0.33, 1, 0.68, 1);
    transition: width .3s cubic-bezier(0.33, 1, 0.68, 1);
}

.btn-main {
    background-color: var(--base-color);
    color: #FFF;
}

.btn-contact {
    background-color: var(--color-blue);
    color: #FFF;
    max-width: 400px;
    margin-right: auto;
    margin-left: auto;
}

.btn-inv {
    background-color: #D4D4D4;
    color: #2B2B2B;
}

.btn-inv.active {
    background-color: #2B2B2B;
    color: #FFF;
}

.btn-white {
    background-color: #FFF;
    color: var(--base-color);
}

.btn-green {
    color: #FFF;
    background-color: var(--base-color);
}

.btn-with-img>img {
    margin-right: 10px;
}

.btnArrow {
    position: absolute;
    right: -30px;
}

.mainVisual {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    height: calc(100vh - 180px);
    overflow: hidden;
    margin-top: 100px;
}

.mainVisualImg {
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.mainVisualText1 {
    font-size: 3.0rem;
    /*     line-height: calc(45/30); */
    letter-spacing: 0.3rem;
    color: #FFF;
    margin-bottom: 6px;
    font-size: 500;
}

.mainVisualText2 {
    font-size: 5rem;
    /*     line-height: calc(43/88); */
    color: #FFF;
    margin-bottom: 12px;
}

.mainVisualText3 {
    font-size: 1.6rem;
    line-height: calc(32/22);
    color: #FFF;
}

.mainVisualTextWrap {
    width: 100%;
    height: auto;
    display: flex;
    justify-content: flex-start;
    position: absolute;
    bottom: 25%;
    left: 4%;
    /* flex-direction: column; */
    flex-wrap: wrap;
    max-width: 700px;
    align-items: flex-end;
}

.vidVis {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
}

.vidVis:after,
.vidVis:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
}

.vidVis:after {
    background-color: rgba(0, 0, 0, .2);
}

.vidVis:before {}

.vidVis video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    font-family: "object-fit: cover;"
}

.mapAreaBg {
    background: url(../img/top/bgAboutCorp.jpg) no-repeat;
    background-size: cover;
    background-position: center;
    padding: 50px 0 30px;
}

.mapArea {
    /*    margin-bottom: 60px;*/
    padding-bottom: 60px;
}

.scrollBtn {
    display: block;
    margin-right: auto;
    margin-left: auto;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    bottom: 5%;
    color: #FFF;
    text-align: center;
}

@keyframes animateScrollBar {
    0% {
        -webkit-transform: translateY(0px);
        transform: translateY(0px)
    }
    100% {
        -webkit-transform: translateY(80px);
        transform: translateY(80px)
    }
}


/*
お知らせ
-------------------------------------*/

.newsList.topBottm {
    height: 80px;
    display: flex;
    align-items: center;
}

.newsList.topBottm>* {
    width: 100%;
}

.li-newsList {
    display: flex;
    list-style: none;
    letter-spacing: 0.032;
    line-height: 1.95;
    padding: 14px 0px;
    align-items: center;
    border-top: 1px solid #D4D4D4;
}

.li-newsList:last-child {
    border-bottom: 1px solid #D4D4D4;
}

.li-newsListInner {
    display: flex;
    align-items: center;
}

.li-newsList.noBo {
    border: none;
    display: flex;
    justify-content: space-between;
}

.newsList-date {
    font-size: 16px;
    margin-right: 34px;
    color: var(--color-black);
    font-weight: normal;
}

.li-newsList.noBo .li-newsListInner {
    width: 100%;
}

.li-newsList.noBo .newsList-description {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%;
}

.newsList-cate {
    background-color: var(--color-blue);
    border: 1px solid var(--color-blue);
    color: #fff;
    margin-right: 28px;
    width: 100px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.4rem;
    border-radius: 100px;
}


/*
.newsList-cate.cate-news {
    background-color: #fff;
    border: 1px solid var(--base-gray);
    background: #F7F7F7;
    color: var(--color-black);
    margin-right: 28px;
    width: 100px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.4rem;
    border-radius: 100px;
}

.newsList-cate.cate-recruit {
    background-color: #fff;
    border: 1px solid var(--color-orange);
    background: #F7F7F7;
    color: var(--color-black);
    margin-right: 38px;
    width: 100px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.4rem;
}

.newsList-cate.cate-achieve {
    background-color: #fff;
    border: 1px solid var(--color-blue);
    color: var(--color-blue);
    margin-right: 28px;
    width: 100px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.4rem;
}

.newsList-cate.cate-other {
    background-color: #fff;
    border: 1px solid var(--color-black);
    color: var(--color-black);
    margin-right: 28px;
    width: 100px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.4rem;
}

*/

.btnViewMore {
    display: flex;
    white-space: nowrap;
    margin-left: auto;
}

.btnViewMore img {
    margin-left: 6px;
}

.mapWrap {
    position: relative;
}

.mapPoint {
    position: absolute;
    background-color: var(--base-color);
    color: #FFF;
    width: 70px;
    height: 70px;
    border-radius: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.mapPoint span {
    position: absolute;
    bottom: -3%;
    color: var(--base-color);
}

.colRevWrap.col2Wrap .col:nth-child(1) {
    order: 2;
}

.colRevWrap.col2Wrap .col:nth-child(2) {
    order: 1;
    padding-left: 10%;
}

.commonDesc {
    font-size: 20;
    line-height: calc(32/20);
}

.greenData {
    color: var(--base-color);
    /* font-size: #FFF; */
}

.greenDataFlex {
    display: flex;
}

.block {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 20px;
    font-size: 3.0rem;
}

.block span {
    font-size: 5.0rem;
}

.serviceWrap {
    display: flex;
    width: 100%;
    /*    margin-bottom: 100px;*/
}

.serviceWrap .col img {
    transition: 0.3s;
}

.serviceWrap .col:hover img {
    transform: scale(1.1);
    transition: 0.3s;
}

.serviceWrap .centerText {
    z-index: 2;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 95%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    text-align: center;
}

.numBox {
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFF;
    background-color: var(--base-color);
    position: absolute;
    top: 0%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}

.txt3 {
    position: absolute;
    bottom: 5%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}

.serviceWrap .txt1 {
    font-size: 1.7rem;
    line-height: calc(25/14);
}

.serviceWrap .txt2 {
    font-size: 3rem;
    line-height: calc(47/35);
}

.serviceWrap .col {
    width: 50%;
    color: #FFF;
    position: relative;
}

.serviceWrap .col img {
    z-index: 1;
    opacity: 0.5;
}

.imgWrap {
    overflow: hidden;
    background-color: #000;
}

.imgCenterWrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.imgCenterWrap .col:nth-child(odd) {
    margin-right: 10px;
}

.newslistWrap {
    display: flex;
    justify-content: space-between;
    margin-bottom: 80px;
}

.newslistWrap .newsList {
    max-width: 800px;
    width: 100%;
}

.newslistWrap .li-newsList {
    border-top: 1px solid var(--color-grey4);
}

.imgBlockWrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.imgBlock {
    display: block;
    width: 100%;
    box-shadow: 0 0 10px rgba(0, 0, 0, .16);
    position: relative;
    border: 3px solid transparent;
    -webkit-transition: border .3s cubic-bezier(0.33, 1, 0.68, 1);
    -moz-transition: border .3s cubic-bezier(0.33, 1, 0.68, 1);
    -o-transition: border .3s cubic-bezier(0.33, 1, 0.68, 1);
    transition: border .3s cubic-bezier(0.33, 1, 0.68, 1);
}

.imgBlock:hover {
    border: 3px solid var(--base-color);
    -webkit-transition: border .3s cubic-bezier(0.33, 1, 0.68, 1);
    -moz-transition: border .3s cubic-bezier(0.33, 1, 0.68, 1);
    -o-transition: border .3s cubic-bezier(0.33, 1, 0.68, 1);
    transition: border .3s cubic-bezier(0.33, 1, 0.68, 1);
}

.imgBlock img {
    transform: scale(1);
    -webkit-transition: transform .3s cubic-bezier(0.33, 1, 0.68, 1);
    -moz-transition: transform .3s cubic-bezier(0.33, 1, 0.68, 1);
    -o-transition: transform .3s cubic-bezier(0.33, 1, 0.68, 1);
    transition: transform .3s cubic-bezier(0.33, 1, 0.68, 1);
}

.imgBlock:hover img {
    transform: scale(1.1);
    -webkit-transition: transform .3s cubic-bezier(0.33, 1, 0.68, 1);
    -moz-transition: transform .3s cubic-bezier(0.33, 1, 0.68, 1);
    -o-transition: transform .3s cubic-bezier(0.33, 1, 0.68, 1);
    transition: transform .3s cubic-bezier(0.33, 1, 0.68, 1);
}

.imgBlock .imgWrap {}

.imgBlockTextArea {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100px;
    background-color: #fff;
}

.imgBlockTextArea .ja {
    font-size: 2.5rem;
    margin-bottom: 10px;
    display: block;
}

.imgBlockTextArea .en {
    font-size: 1.6rem;
    display: block;
}

.imgBg2 .imgBlock:first-child {
    margin-right: 40px;
}

.moreZindex {
    z-index: 2;
}

.meritWrap {
    margin-top: -12.55%;
}

.meritBox {
    position: relative;
    height: 100%;
}

.meritBoxImg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
}

.meritBox:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.9);
    z-index: 1;
}

.meritBoxStr {
    padding: 50px 30px;
    position: relative;
    z-index: 1;
}

.meritBoxTtl {
    font-size: 3.5rem;
}

.meritBoxTtlSubMin {
    display: block;
    font-size: 1.6rem;
}

.meritBoxTtlSub {
    font-size: 2.2rem;
    display: flex;
    min-height: 100px;
    align-items: center;
    justify-content: center;
}

.meritBoxDesc {
    font-size: 1.8rem;
    line-height: 1.77;
    min-height: 90px;
}

.meritBoxDescMin {
    font-size: 1.6rem;
    line-height: 1.77;
}

.imageBoxCap {
    font-size: 1.6rem;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.imageBoxCap:before {
    content: "";
    display: block;
    width: 20px;
    height: 2px;
    background-color: var(--base-color);
    margin-right: 10px;
}

.conentRLineTtl {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    font-size: 6.0rem;
}

.conentRLine {
    display: block;
    width: 80px;
    height: 2px;
    background-color: #2B2B2B;
    margin-left: 20px;
}

.white .conentRLine {
    background-color: #FFF;
}

.conentRLineTtlSub {
    flex-basis: 100%;
    display: block;
    margin-top: 10px;
    font-size: 2.0rem;
}

.infoGraph {}

.infoGraphImg {
    height: 160px;
    padding: 30px;
}

.whiteBoxBg {
    display: block;
    margin-left: 70px;
    background-color: #FFF;
    box-shadow: 0 0 20px rgba(0, 0, 0, .16);
    padding: 100px 120px;
}

.contentTtlNum>* {
    display: flex;
    align-items: center;
    font-size: 2.0rem;
}

.contentTtlNumNum {
    color: #D4D4D4;
    font-size: 6.0rem;
    margin-right: 20px;
    display: block;
}

.whiteBoxInnerWrap {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    padding-bottom: 60px;
    margin-bottom: 90px;
    border-bottom: 1px solid #D4D4D4;
}

.whiteBoxInnerWrap:last-child {
    padding-bottom: 0;
    margin-bottom: 0;
    border-bottom: none;
}

.whiteBoxInnerL {
    width: 33.3333%;
    padding-right: 45px;
}

.whiteBoxInnerR {
    width: 66.6666%;
}

.grayBgHarf {
    position: relative;
    overflow: hidden;
    max-width: 1920px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}

.grayBgHarfInner {
    position: relative;
    padding-top: 150px;
}

.grayBgHarf:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    background-color: #F5F5F5;
    display: block;
    width: 100%;
    height: 50%;
    z-index: -1;
}

.squareTtl {
    font-size: 3.0rem;
}

.squareTtl:before {
    content: "";
    display: block;
    width: 30px;
    height: 30px;
    margin-bottom: 10px;
    background-color: var(--base-color);
}

.GrayBgHarfImage {
    margin-right: -27.2%;
}

.grayBgHarfInnerTtl {
    margin-top: 12%;
}

.grayBgHarfInnerBottom {
    margin-top: -20%;
}

.contentTtlLeftBorder {
    font-size: 4.0rem;
    padding-left: 13px;
    position: relative;
}

.contentTtlLeftBorder:before,
.contentTtlLeftBorder:after {
    content: "";
    display: block;
    width: 3px;
    height: 50%;
    position: absolute;
    top: 0;
    left: 0;
}

.contentTtlLeftBorder:before {
    background-color: #2B2B2B;
}

.contentTtlLeftBorder:after {
    top: 50%;
    background-color: #D4D4D4;
}

.contentTtlLeftBorder>* {
    display: flex;
    align-items: center;
}

.contentTtlLeftBorderSm {
    font-size: 2.0rem;
    margin-left: 20px;
    display: block;
}

.flowImage {
    margin-bottom: 20px;
}

.fullWidContRecruit {
    display: flex;
    justify-content: flex-start;
    align-items: stretch;
}

.fullWidContLeft {
    flex-basis: 41.6666%;
    background-color: #2B2B2B;
    padding-top: 110px;
    padding-bottom: 100px;
    padding-left: 11%;
}

.fullWidContRight {
    flex-basis: 58.3333%;
    position: relative;
    overflow: hidden;
}

.recImageR:after {
    content: "READ MORE";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 250px;
    height: 250px;
    border-radius: 50%;
    border: 1px solid #FFF;
    color: #FFF;
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0;
    -webkit-transition: opacity .3s cubic-bezier(0.33, 1, 0.68, 1);
    -moz-transition: opacity .3s cubic-bezier(0.33, 1, 0.68, 1);
    -o-transition: opacity .3s cubic-bezier(0.33, 1, 0.68, 1);
    transition: opacity .3s cubic-bezier(0.33, 1, 0.68, 1);
}

.fullWidContRight:hover .recImageR:after {
    opacity: 1;
    -webkit-transition: opacity .3s cubic-bezier(0.33, 1, 0.68, 1);
    -moz-transition: opacity .3s cubic-bezier(0.33, 1, 0.68, 1);
    -o-transition: opacity .3s cubic-bezier(0.33, 1, 0.68, 1);
    transition: opacity .3s cubic-bezier(0.33, 1, 0.68, 1);
}

.fullWidContRight .recImageR img {
    transform: scale(1.0);
    opacity: 1;
    -webkit-transition: transform .3s cubic-bezier(0.33, 1, 0.68, 1), opacity .3s cubic-bezier(0.33, 1, 0.68, 1);
    -moz-transition: transform .3s cubic-bezier(0.33, 1, 0.68, 1), opacity .3s cubic-bezier(0.33, 1, 0.68, 1);
    -o-transition: transform .3s cubic-bezier(0.33, 1, 0.68, 1), opacity .3s cubic-bezier(0.33, 1, 0.68, 1);
    transition: transform .3s cubic-bezier(0.33, 1, 0.68, 1), opacity .3s cubic-bezier(0.33, 1, 0.68, 1);
}

.fullWidContRight:hover .recImageR img {
    transform: scale(1.05);
    opacity: .9;
    -webkit-transition: transform .3s cubic-bezier(0.33, 1, 0.68, 1), opacity .3s cubic-bezier(0.33, 1, 0.68, 1);
    -moz-transition: transform .3s cubic-bezier(0.33, 1, 0.68, 1), opacity .3s cubic-bezier(0.33, 1, 0.68, 1);
    -o-transition: transform .3s cubic-bezier(0.33, 1, 0.68, 1), opacity .3s cubic-bezier(0.33, 1, 0.68, 1);
    transition: transform .3s cubic-bezier(0.33, 1, 0.68, 1), opacity .3s cubic-bezier(0.33, 1, 0.68, 1);
}

.BlRecTable {}

.BlRecTableRow {
    display: flex;
    justify-content: flex-start;
    align-items: stretch;
    border-bottom: 1px solid #D4D4D4;
    -webkit-transition: background-color .3s cubic-bezier(0.33, 1, 0.68, 1);
    -moz-transition: background-color .3s cubic-bezier(0.33, 1, 0.68, 1);
    -o-transition: background-color .3s cubic-bezier(0.33, 1, 0.68, 1);
    transition: background-color .3s cubic-bezier(0.33, 1, 0.68, 1);
}

.BlRecTableRow2 {
    cursor: pointer;
}

.BlRecTableHead {
    padding-top: 30px;
    padding-bottom: 30px;
    text-align: center;
    width: 120px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #000000;
    -webkit-transition: color .3s cubic-bezier(0.33, 1, 0.68, 1);
    -moz-transition: color .3s cubic-bezier(0.33, 1, 0.68, 1);
    -o-transition: color .3s cubic-bezier(0.33, 1, 0.68, 1);
    transition: color .3s cubic-bezier(0.33, 1, 0.68, 1);
}

.BlRecTableBody {
    padding-top: 35px;
    padding-bottom: 30px;
    padding-left: 20px;
    width: calc(100% - 120px);
}

.BlRecTableBodyInner {
    margin-bottom: 10px;
    position: relative;
}

.multi .BlRecTableBodyInner {
    position: relative;
    padding-left: 20px;
}

.multi .BlRecTableBodyInner:before {
    content: "";
    position: absolute;
    top: 9px;
    left: 7px;
    width: 3px;
    height: 3px;
    background-color: #FFF
}

.active .multi .BlRecTableBodyInner:before {
    background-color: #2B2B2B
}

.BlRecTableBodyInner:last-child {
    margin-bottom: 0;
}

.BlRecTableBodyInnerSm {
    display: inline-block;
    margin-left: 20px;
}

.BlRecTableRow {
    position: relative;
}

.BlRecTableRow:after {
    content: "";
    background-image: url(../img/recruit/right.svg);
    background-size: 100%;
    background-position: left;
    width: 36px;
    height: 100%;
    position: absolute;
    background-repeat: no-repeat;
    top: 0;
    right: -35px;
    z-index: 2;
    opacity: 0;
}

.BlRecTableRow.active:after {
    opacity: 1;
    -webkit-transition: opacity .3s cubic-bezier(0.33, 1, 0.68, 1);
    -moz-transition: opacity .3s cubic-bezier(0.33, 1, 0.68, 1);
    -o-transition: opacity .3s cubic-bezier(0.33, 1, 0.68, 1);
    transition: opacity .3s cubic-bezier(0.33, 1, 0.68, 1);
}

.BlRecTableRow.active .BlRecTableHead {
    background-color: var(--base-color);
    -webkit-transition: background-color .3s cubic-bezier(0.33, 1, 0.68, 1);
    -moz-transition: background-color .3s cubic-bezier(0.33, 1, 0.68, 1);
    -o-transition: background-color .3s cubic-bezier(0.33, 1, 0.68, 1);
    transition: background-color .3s cubic-bezier(0.33, 1, 0.68, 1);
}

.BlRecTableRow.active .BlRecTableBody {
    background-color: #FFF;
    -webkit-transition: background-color .3s cubic-bezier(0.33, 1, 0.68, 1);
    -moz-transition: background-color .3s cubic-bezier(0.33, 1, 0.68, 1);
    -o-transition: background-color .3s cubic-bezier(0.33, 1, 0.68, 1);
    transition: background-color .3s cubic-bezier(0.33, 1, 0.68, 1);
}

.BlRecTableRow.active .BlRecTableBodyInner {
    color: #2B2B2B;
    -webkit-transition: color .3s cubic-bezier(0.33, 1, 0.68, 1);
    -moz-transition: color .3s cubic-bezier(0.33, 1, 0.68, 1);
    -o-transition: color .3s cubic-bezier(0.33, 1, 0.68, 1);
    transition: color .3s cubic-bezier(0.33, 1, 0.68, 1);
}

.recImageR {
    display: block;
}

.vRecTable {
    display: none;
}

.recTableRow {
    display: flex;
    justify-content: flex-start;
    align-items: stretch;
}

.recTableHead {
    border-top: 1px solid #2B2B2B;
    padding: 20px;
    margin-right: 20px;
    width: 235px;
}

.recTableBody {
    border-top: 1px solid #D4D4D4;
    padding: 20px;
    line-height: 1.55;
    width: calc(100% - 255px);
}

.recTableRow:last-child .recTableHead {
    border-bottom: 1px solid #2B2B2B;
}

.recTableRow:last-child .recTableBody {
    /* 	border-bottom: 1px solid #D4D4D4; */
}

.interviewMainWrap {
    display: flex;
    justify-content: flex-start;
    align-items: stretch;
}

.interviewMainL {
    flex-basis: 500px;
    background-color: #2B2B2B;
    padding: 9% 2% 2% 5%;
}

.interviewMainL.s2 {
    padding: 9% 2% 10% 5%;
}

.s2 .interviewMainTtl {
    margin-bottom: 10%;
}

.s4 .interviewMainTtl {
    margin-bottom: 20%;
}

.interviewMainR {
    flex-basis: calc(100% - 500px);
    background-color: #2B2B2B;
}

.interviewMainTtl {
    font-size: 5.0rem;
    margin-bottom: 50%;
}

.interviewMainNamYe {
    font-size: 1.6rem;
    margin-bottom: 20px;
}

.interviewMainNamName {
    font-size: 2.8rem;
}

.interviewMainNamNameSm {
    display: block;
    margin-top: 10px;
    line-height: 1.7;
}

.interviewMainNamName .BlRecTableBodyInnerSm {
    font-size: 2.0rem;
    margin-left: 20px;
}

.interviewMainNamCatch {
    font-size: 3.5rem;
    line-height: 1.6;
}

.interviewMainNamCatch.sm {
    font-size: 2.5rem;
}

.interviewTxtCol {}

.interviewTxtColTtl {
    font-size: 3.5rem;
    line-height: 1.5;
}

.privacyTtl {
    font-size: 2.5rem;
    line-height: 1.5;
}

.interviewTxtColTtl>* {
    position: relative;
    padding-left: 50px;
}

.interviewTxtColTtl>*:before {
    content: "Q.";
    color: var(--base-color);
    display: inline-block;
    font-weight: 300;
    margin-right: 20px;
    position: absolute;
    top: 0;
    left: 0;
}

.interviewTxtColDesc {}

.interviewTxtColDesc.bWrap {
    border-radius: 5px;
    border: 1px solid var(--base-color);
    padding: 40px 30px;
}

.interView2ColWrap {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
}

.interView2ColL {
    flex-basis: 350px;
    margin-right: 50px
}

.interView2ColR {
    flex-basis: calc(100% - 400px);
}

.interviewTxtColDescInnderWrap {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    padding-bottom: 40px;
    border-bottom: 1px solid #d5d5d5;
    margin-bottom: 40px;
}

.interviewTxtColDescInnderWrap:last-child {
    padding-bottom: 0;
    border-bottom: none;
    margin-bottom: 0;
}

.interviewTxtColDescInnderImg {
    width: 150px;
    margin-right: 20px;
    text-align: center;
}

.interviewTxtColDescInnderImgCap {
    font-size: 1.2rem;
    line-height: 1.7;
    display: block;
}

.interviewTxtColDescInnderTxt {
    width: calc(100% - 120px);
    margin-top: 15px;
}

.newColInnerAcTtl {
    font-size: 2.0rem;
    border-bottom: 1px solid #D5D5D5;
    padding-bottom: 20px;
    margin-bottom: 20px;
}

.newColWrap {
    display: flex;
    align-items: flex-start;
}

.newColInnerL {
    flex-basis: 800px;
    margin-right: 50px;
}

.newColInnerR {
    flex-basis: calc(100% - 850px);
}

.newColInnerAcTag {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
}

.newColInnerAcArchive>* {
    display: block;
    padding: 10px 20px;
}

.newColInnerAcArchive.ofs {
    max-height: 400px;
    overflow-y: scroll;
}

.pager {
    list-style: none;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 -10px;
}

.pager li {
    margin: 0 10px;
}

.pager>li>a {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 30px;
    width: 30px;
    border: 1px solid #2B2B2B;
    font-size: 1.6rem;
    -webkit-transition: background-color .3s cubic-bezier(0.33, 1, 0.68, 1), border-color .3s cubic-bezier(0.33, 1, 0.68, 1), color .3s cubic-bezier(0.33, 1, 0.68, 1);
    -moz-transition: background-color .3s cubic-bezier(0.33, 1, 0.68, 1), border-color .3s cubic-bezier(0.33, 1, 0.68, 1), color .3s cubic-bezier(0.33, 1, 0.68, 1);
    -o-transition: background-color .3s cubic-bezier(0.33, 1, 0.68, 1), border-color .3s cubic-bezier(0.33, 1, 0.68, 1), color .3s cubic-bezier(0.33, 1, 0.68, 1);
    transition: background-color .3s cubic-bezier(0.33, 1, 0.68, 1), border-color .3s cubic-bezier(0.33, 1, 0.68, 1), color .3s cubic-bezier(0.33, 1, 0.68, 1);
}

.pager>li>a:hover {
    background-color: var(--base-color);
    border-color: var(--base-color);
    background-color: #FFF;
    -webkit-transition: background-color .3s cubic-bezier(0.33, 1, 0.68, 1), border-color .3s cubic-bezier(0.33, 1, 0.68, 1), color .3s cubic-bezier(0.33, 1, 0.68, 1);
    -moz-transition: background-color .3s cubic-bezier(0.33, 1, 0.68, 1), border-color .3s cubic-bezier(0.33, 1, 0.68, 1), color .3s cubic-bezier(0.33, 1, 0.68, 1);
    -o-transition: background-color .3s cubic-bezier(0.33, 1, 0.68, 1), border-color .3s cubic-bezier(0.33, 1, 0.68, 1), color .3s cubic-bezier(0.33, 1, 0.68, 1);
    transition: background-color .3s cubic-bezier(0.33, 1, 0.68, 1), border-color .3s cubic-bezier(0.33, 1, 0.68, 1), color .3s cubic-bezier(0.33, 1, 0.68, 1);
}

.contactFormRow {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: 20px;
    border-bottom: 1px solid #CED4DA;
    padding-bottom: 20px;
}

.contactFormHead {
    width: 200px;
}

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

.form_sample {
    padding-top: 10px;
    font-size: 1.4rem;
}

.form-control {
    padding: 15px 15px;
    width: 100%;
    border: 1px solid #AAAAAA;
    border-radius: 3px;
    outline: none;
}

.contact_NameFlex {
    display: flex;
}

.contact_NameFlex .contact_NameItem {
    margin-right: 20px;
    display: flex;
    align-items: center;
}

.contact_NameFlex .contact_NameItem .contact_NameHead {
    width: 60px;
}

textarea.form-control {
    height: 200px;
}

.ppArea {
    text-align: center;
}

.btnWrap {
    display: flex;
    justify-content: center;
    margin-left: -20px;
    margin-right: -20px;
}

.btnWrap>* {
    margin-left: 20px;
    margin-right: 20px;
}

.z2 {
    position: relative;
    z-index: 2;
}

.featuresDiv {
    padding: 40px 20px 20px 20px;
    border: 1px solid var(--base-color);
    height: 100%;
}

.featuresDivTtl {
    font-size: 3.0rem;
    margin-bottom: 20px;
}

.featuresDivDtl {}

.featuresDivDtl span {
    font-size: 2.5rem;
}

.basicLink {
    text-decoration: underline;
    color: var(--base-color);
}

.require_form {
    color: var(--base-color);
    display: inline-block;
    margin-left: 10px;
    font-size: .6em;
}

.mapAbs {
    position: relative;
}

.mapIconWrap {
    position: absolute;
    left: 59%;
    top: 48%;
    width: 70px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.mapIconWrap.pos1 {
    left: 59%;
    top: 48%;
}

.mapIconWrap.pos2 {
    left: 71%;
    top: 52%;
}

.mapIconWrap.pos3 {
    left: 63%;
    top: 33%;
}

.mapIconWrap.pos4 {
    left: 74%;
    top: 33%;
}

.mapIconPin {
    font-size: 3.6rem;
    color: #EC1C24;
    margin-bottom: -15px;
    position: relative;
    z-index: 2;
}

.mapIconRound {
    background-color: var(--base-color);
    background-color: #09432A;
    border-radius: 50%;
    color: #FFF;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1.4rem;
    width: 70px;
    height: 70px;
    box-shadow: 0 0 20px rgba(0, 0, 0, .0);
    transform: translateY(0) scale(1.0);
    -webkit-transition: width .3s cubic-bezier(0.33, 1, 0.68, 1), heigh .3s cubic-bezier(0.33, 1, 0.68, 1), background-color .3s cubic-bezier(0.33, 1, 0.68, 1), box-shadow .3s cubic-bezier(0.33, 1, 0.68, 1), transform .3s cubic-bezier(0.33, 1, 0.68, 1);
    -moz-transition: width .3s cubic-bezier(0.33, 1, 0.68, 1), heigh .3s cubic-bezier(0.33, 1, 0.68, 1), background-color .3s cubic-bezier(0.33, 1, 0.68, 1), box-shadow .3s cubic-bezier(0.33, 1, 0.68, 1), transform .3s cubic-bezier(0.33, 1, 0.68, 1);
    -o-transition: width .3s cubic-bezier(0.33, 1, 0.68, 1), heigh .3s cubic-bezier(0.33, 1, 0.68, 1), background-color .3s cubic-bezier(0.33, 1, 0.68, 1), box-shadow .3s cubic-bezier(0.33, 1, 0.68, 1), transform .3s cubic-bezier(0.33, 1, 0.68, 1);
    transition: width .3s cubic-bezier(0.33, 1, 0.68, 1), heigh .3s cubic-bezier(0.33, 1, 0.68, 1), background-color .3s cubic-bezier(0.33, 1, 0.68, 1), box-shadow .3s cubic-bezier(0.33, 1, 0.68, 1), transform .3s cubic-bezier(0.33, 1, 0.68, 1);
}

.pos2 .mapIconRound {
    font-size: 1.2rem;
}

.mapIconStr {
    margin-top: 5px;
    color: var(--base-color);
    font-size: 1.2rem;
}

.btnViewMoreWrap {
    display: flex;
    justify-content: flex-end;
}

.mapIconWrap:hover .mapIconRound {
    background-color: var(--base-color);
    /* 	width: 82px; */
    /* 	height: 82px; */
    box-shadow: 0 0 20px rgba(0, 0, 0, .3);
    transform: translateY(0) scale(1.1);
    -webkit-transition: width .3s cubic-bezier(0.33, 1, 0.68, 1), heigh .3s cubic-bezier(0.33, 1, 0.68, 1), background-color .3s cubic-bezier(0.33, 1, 0.68, 1), box-shadow .3s cubic-bezier(0.33, 1, 0.68, 1), transform .3s cubic-bezier(0.33, 1, 0.68, 1);
    -moz-transition: width .3s cubic-bezier(0.33, 1, 0.68, 1), heigh .3s cubic-bezier(0.33, 1, 0.68, 1), background-color .3s cubic-bezier(0.33, 1, 0.68, 1), box-shadow .3s cubic-bezier(0.33, 1, 0.68, 1), transform .3s cubic-bezier(0.33, 1, 0.68, 1);
    -o-transition: width .3s cubic-bezier(0.33, 1, 0.68, 1), heigh .3s cubic-bezier(0.33, 1, 0.68, 1), background-color .3s cubic-bezier(0.33, 1, 0.68, 1), box-shadow .3s cubic-bezier(0.33, 1, 0.68, 1), transform .3s cubic-bezier(0.33, 1, 0.68, 1);
    transition: width .3s cubic-bezier(0.33, 1, 0.68, 1), heigh .3s cubic-bezier(0.33, 1, 0.68, 1), background-color .3s cubic-bezier(0.33, 1, 0.68, 1), box-shadow .3s cubic-bezier(0.33, 1, 0.68, 1), transform .3s cubic-bezier(0.33, 1, 0.68, 1);
}

.dataTable {
    width: 100%;
}

.dataTable tr {
    border-top: 1px solid #D5D5D5;
}

.dataTable th {
    padding: 20px 10px;
    background-color: #D5D5D5;
}

.dataTable td {
    padding: 20px 10px;
}

.dataTable td:nth-child(n+2) {
    text-align: center;
}

.dataTable tr:nth-child(odd) td {
    background-color: #F1F1F1;
}

.dataTable.download td {
    vertical-align: middle;
}

.pdfIcon {
    width: 114px;
    height: 158px;
}

.mapSpAbs {
    display: none;
}

.ovh-x {
    overflow-x: hidden;
}

.loading {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    z-index: 9999;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    background-color: var(--base-color);
}

.loadingImg {
    padding: 20px;
}

.atebits-loader:not(:required) {
    background: rgba(255, 255, 255, 0.5);
    display: inline-block;
    width: 9px;
    height: 9px;
    overflow: hidden;
    position: relative;
    text-indent: -9999px;
    -moz-box-shadow: rgba(255, 255, 255, 0.5) -12px -12px 0 0, rgba(255, 255, 255, 0.5) 12px -12px 0 0, rgba(255, 255, 255, 0.5) -12px 0 0 0, rgba(255, 255, 255, 0.5) 12px 0 0 0, rgba(255, 255, 255, 0.5) -12px 12px 0 0, rgba(255, 255, 255, 0.5) 0 12px 0 0, rgba(255, 255, 255, 0.5) 12px 12px 0 0;
    -webkit-box-shadow: rgb(255 255 255 / 50%) -12px -12px 0 0, rgb(255 255 255 / 50%) 12px -12px 0 0, rgb(255 255 255 / 50%) -12px 0 0 0, rgb(255 255 255 / 50%) 12px 0 0 0, rgb(255 255 255 / 50%) -12px 12px 0 0, rgb(255 255 255 / 50%) 0 12px 0 0, rgb(255 255 255 / 50%) 12px 12px 0 0;
    box-shadow: rgb(255 255 255 / 50%) -12px -12px 0 0, rgb(255 255 255 / 50%) 12px -12px 0 0, rgb(255 255 255 / 50%) -12px 0 0 0, rgb(255 255 255 / 50%) 12px 0 0 0, rgb(255 255 255 / 50%) -12px 12px 0 0, rgb(255 255 255 / 50%) 0 12px 0 0, rgb(255 255 255 / 50%) 12px 12px 0 0;
    -moz-animation: atebits-loader 8s infinite ease-in-out;
    -webkit-animation: atebits-loader 8s infinite ease-in-out;
    animation: atebits-loader 8s infinite ease-in-out;
    -moz-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
}

.recBtn {
    margin-bottom: 20px;
}

@-moz-keyframes atebits-loader {
    0% {
        -moz-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    3% {
        -moz-transform: rotate(90deg);
        transform: rotate(90deg);
    }
    10% {
        -moz-transform: rotate(90deg);
        transform: rotate(90deg);
    }
    13% {
        -moz-transform: rotate(180deg);
        transform: rotate(180deg);
    }
    20% {
        -moz-transform: rotate(180deg);
        transform: rotate(180deg);
    }
    23% {
        -moz-transform: rotate(90deg);
        transform: rotate(90deg);
    }
    30% {
        -moz-transform: rotate(90deg);
        transform: rotate(90deg);
    }
    33% {
        -moz-transform: rotate(180deg);
        transform: rotate(180deg);
    }
    40% {
        -moz-transform: rotate(180deg);
        transform: rotate(180deg);
    }
    43% {
        -moz-transform: rotate(270deg);
        transform: rotate(270deg);
    }
    50% {
        -moz-transform: rotate(270deg);
        transform: rotate(270deg);
    }
    53% {
        -moz-transform: rotate(180deg);
        transform: rotate(180deg);
    }
    60% {
        -moz-transform: rotate(180deg);
        transform: rotate(180deg);
    }
    63% {
        -moz-transform: rotate(90deg);
        transform: rotate(90deg);
    }
    70% {
        -moz-transform: rotate(90deg);
        transform: rotate(90deg);
    }
    73% {
        -moz-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    80% {
        -moz-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    83% {
        -moz-transform: rotate(-90deg);
        transform: rotate(-90deg);
    }
    90% {
        -moz-transform: rotate(-90deg);
        transform: rotate(-90deg);
    }
    93% {
        -moz-transform: rotate(0deg);
        transform: rotate(0deg);
    }
}

@-webkit-keyframes atebits-loader {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    3% {
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
    }
    10% {
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
    }
    13% {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
    }
    20% {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
    }
    23% {
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
    }
    30% {
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
    }
    33% {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
    }
    40% {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
    }
    43% {
        -webkit-transform: rotate(270deg);
        transform: rotate(270deg);
    }
    50% {
        -webkit-transform: rotate(270deg);
        transform: rotate(270deg);
    }
    53% {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
    }
    60% {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
    }
    63% {
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
    }
    70% {
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
    }
    73% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    80% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    83% {
        -webkit-transform: rotate(-90deg);
        transform: rotate(-90deg);
    }
    90% {
        -webkit-transform: rotate(-90deg);
        transform: rotate(-90deg);
    }
    93% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
}

@keyframes atebits-loader {
    0% {
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    3% {
        -moz-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
    }
    10% {
        -moz-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
    }
    13% {
        -moz-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
    }
    20% {
        -moz-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
    }
    23% {
        -moz-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
    }
    30% {
        -moz-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
    }
    33% {
        -moz-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
    }
    40% {
        -moz-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
    }
    43% {
        -moz-transform: rotate(270deg);
        -ms-transform: rotate(270deg);
        -webkit-transform: rotate(270deg);
        transform: rotate(270deg);
    }
    50% {
        -moz-transform: rotate(270deg);
        -ms-transform: rotate(270deg);
        -webkit-transform: rotate(270deg);
        transform: rotate(270deg);
    }
    53% {
        -moz-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
    }
    60% {
        -moz-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
    }
    63% {
        -moz-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
    }
    70% {
        -moz-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
    }
    73% {
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    80% {
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    83% {
        -moz-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
        -webkit-transform: rotate(-90deg);
        transform: rotate(-90deg);
    }
    90% {
        -moz-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
        -webkit-transform: rotate(-90deg);
        transform: rotate(-90deg);
    }
    93% {
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
}

.mx-image {
    max-width: 300px;
    width: 100%
}

.mx-image.sm {
    max-width: 120px;
    width: 100%
}

.mx-image.lg {
    max-width: 680px;
}

.re_image1 {
    float: left;
    max-width: 40px;
}

.re_image2 {
    width: 85%;
}

.mx-image.center {
    margin-left: auto;
    margin-right: auto;
}

.ceoName {
    /*display: flex;
    justify-content: center;
    align-items: center;*/
}

.tbImage {
    margin-top: 10px;
    ;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    margin: 20px -20px 0 -20px;
}

.tbImage>* {
    margin: 0 20px;
}

small.caution {
    font-size: 1.4rem;
    display: block;
    margin-top: 20px;
    line-height: 1.57;
}

.arrowRight {
    position: relative;
    padding-bottom: 20px;
    border-bottom: 1px solid var(--base-color);
}

.arrowRight:after {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 30px 0 30px 30px;
    border-color: transparent transparent transparent var(--base-color);
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
}

.arrRes {
    font-size: 1.4em;
}

.StfImage {
    width: 150px;
    margin: auto;
    margin-bottom: 20px;
}

.tarPc {
    text-align: right;
}

.mlautoPc {
    margin-left: auto;
}

@media screen and (max-width: 1800px) {
    .li-newsList.noBo {
        justify-content: flex-start;
    }
    .li-newsList.noBo .btnViewMore {
        margin-left: 20px;
    }
}

.spShow {
    display: none!important;
}

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

@media screen and (max-width: 991px) {
    .mainVisual {
        margin-top: 80px;
    }
}

@media screen and (max-width: 1300px) {
    .mainVisualText2 {
        font-size: 4.8rem;
    }
    .mainVisualText3 {
        font-size: 1.8rem;
    }
    .mainVisualText1 {
        font-size: 2.5rem;
    }
    .contentTtl3 {
        font-size: 3.5rem;
        padding-bottom: 30px;
        z-index: 1;
    }
    .contentDesc {
        font-size: 1.6rem;
        word-break: break-all;
    }
    .btn-lg {
        max-width: 350px;
    }
    .lowerContentTtlSub {
        font-size: 2.2rem;
    }
    .contentTtl3Po {
        font-size: 8rem;
    }
    .serviceWrap .txt2 {
        font-size: 2.8rem;
    }
    .mainVisual {
        /*height: calc(100vh - 240px);*/
    }
    .contentTtl {
        font-size: 2.2rem;
    }
    .whiteBoxBg {
        margin-left: 50px;
        padding: 50px 60px;
    }
}

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

@media screen and (max-width: 991px) {
    .mapIconRound {
        width: 60px;
        height: 60px;
        font-size: 1.3rem;
    }
    .pos2 .mapIconRound {
        font-size: 1.0rem;
    }
    .contactBottom {
        height: auto;
        padding: 40px 20px;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    .contactBottomL,
    .contactBottomR {
        flex-basis: 100%;
        width: 100%;
    }
    .contactBottom {
        flex-wrap: wrap;
    }
    .contactBottomL {
        margin-bottom: 20px;
    }
    .contactBottomMenuInnerContContact .btn {
        width: 100%;
        max-width: none;
    }
    .contentTtl {
        font-size: 2.0rem;
    }
    .imageLink {
        margin-bottom: 20px;
    }
    .spMxImage {
        max-width: 500px;
        width: 100%;
        margin: auto;
    }
    .whiteBoxInnerWrap {
        flex-wrap: wrap;
    }
    .whiteBoxInnerL {
        width: 100%;
        padding-right: 0;
        order: 2;
    }
    .whiteBoxInnerR {
        width: 100%;
        margin-bottom: 20px;
        order: 1;
    }
    .squareTtl {
        font-size: 2.0rem;
    }
    .contentTtlLeftBorder {
        font-size: 3.0rem;
    }
    .contentTtlLeftBorderSm {
        font-size: 1.8rem;
    }
    .newColWrap {
        flex-wrap: wrap;
    }
    .newColInnerL,
    .newColInnerR {
        flex-basis: 100%;
    }
    .newColInnerL {
        margin-right: 0;
        margin-bottom: 60px;
        width: 100%;
    }
    .contentTtl.lg {
        font-size: 3.0rem;
    }
    .imgCenterWrap .col:nth-child(odd) {
        margin-right: 0px;
    }
    .tarPc {
        text-align: left;
    }
    .methodBoxTtl.tarPc:before {
        left: 0;
        right: unset;
    }
    .mlautoPc {
        margin-left: 0;
    }
}

@media screen and (max-width: 768px) {
     :root {
        --base-margin: 7px;
    }
    html {
        font-size: 53%;
    }
    .mainVisualText2 {
        font-size: 3.2rem;
        line-height: 1.5;
    }
    .mainVisualText1 {
        font-size: 2.0rem;
    }
    .mainVisualText3 {
        font-size: 1.6rem;
        margin-bottom: 20px;
        line-height: 1.5;
    }
    .bgGray3 {
        padding-top: 40px;
    }
    .mapColWrap {
        position: relative;
    }
    .mapColL {
        position: relative;
        z-index: 2;
    }
    .mapColR {
        position: absolute;
        z-index: 0;
        width: 80%;
        height: 100%;
        right: 0;
    }
    .mapAbsSp {
        display: block;
        position: absolute;
        top: 0;
        right: 0;
    }
    .mapAbsSp .mapAbs img {
        visibility: hidden;
    }
    .mapAbsSpHid {
        display: none;
    }
    .mapSpAbs {
        display: flex;
    }
    .mapSpAbs.pos1 {
        left: 63%;
        top: 50%;
    }
    .mapSpAbs.pos2 {
        left: 76%;
        top: 57%;
    }
    .mapColL .contentTtl3 {
        padding-bottom: 0px;
    }
    .mapColL .contentTtl3 {
        padding-bottom: 0px;
        margin-bottom: 20px;
    }
    .mapColL .contentDesc {
        margin-bottom: 5%;
    }
    .colRevWrap.col2Wrap .col:nth-child(1) {
        order: 1;
    }
    .colRevWrap.col2Wrap .col:nth-child(2) {
        order: 2;
        padding-left: 0;
    }
    .spTopImg {
        height: 260px;
        width: 100%;
        object-fit: cover;
    }
    .serviceWrap {
        flex-wrap: wrap;
    }
    .serviceWrap .col {
        width: 100%;
        /*margin-bottom: 40px;*/
    }
    .newslistWrap {
        flex-wrap: wrap;
    }
    .li-newsList {
        flex-wrap: wrap;
    }
    .newsList-description {
        flex-basis: 100%;
    }
    .footerRigthInBtm {
        align-items: flex-start;
    }
    .serviceWrap {
        /* margin-bottom: 50px;*/
    }
    .newslistWrap {
        margin-bottom: 30px;
    }
    .btn-arrow {
        margin-right: 15px;
        /*width: calc(100% - 15px);*/
    }
    .scrollBorder {
        height: 50px;
    }
    @keyframes animateScrollBar {
        0% {
            -webkit-transform: translateY(0px);
            transform: translateY(0px)
        }
        100% {
            -webkit-transform: translateY(50px);
            transform: translateY(50px)
        }
    }
    .imgBlockWrap {
        flex-wrap: wrap;
    }
    .imgBg2 .imgBlock:first-child {
        margin-right: 0;
    }
    .imgBg2 {
        background-size: 100% 80%;
        padding-top: 75px;
    }
    .imgBlock .imgWrap {
        height: 150px;
    }
    .imgBlockTextArea {
        height: 70px;
    }
    .serviceWrap .imgWrap {
        height: 220px;
    }
    .mapRow {
        flex-wrap: wrap;
    }
    .mapCol {
        flex-basis: 100%;
        margin-bottom: 20px;
        ;
    }
    .mapColLg {
        flex-basis: 100%;
        padding: 0;
        border-left: none;
    }
    .mapIframe iframe {
        height: 240px;
    }
    .recruitLink {
        padding: 30px;
        height: auto;
    }
    .recruitLinkTtl {
        position: static;
        margin-bottom: 30px
    }
    .recruitLinkDesc {
        position: static;
        line-height: 1.77;
        text-align: left;
        margin-bottom: 30px;
    }
    .recruitLinkMore {
        position: static;
        text-align: right;
    }
    .contactBottomTtlSub {
        font-size: 1.8rem;
    }
    .contentTableRow {
        flex-wrap: wrap;
    }
    .contentTableHead,
    .contentTableBody {
        flex-basis: 100%;
    }
    .contentTableBody {
        padding-top: 0;
        font-size: 1.6rem;
        padding: 20px 20px;
    }
    .his .contentTableRow {
        flex-wrap: nowrap;
    }
    .his .contentTableHead {
        flex-basis: 120px;
    }
    .his .contentTableBody {
        padding-left: 20px;
    }
    .imgBg {
        padding: 60px 0 40px 0;
    }
    .mainClTtl {
        font-size: 5rem;
    }
    .contentPad {
        padding-top: 60px;
    }
    .mainLowerViImg {
        height: 190px;
    }
    .mainLowerVi:before {
        height: 160px;
    }
    .pankuzuWrap {
        height: 30px;
    }
    .pankuzuIn>* {
        height: 30px;
        padding: 0 15px;
        font-size: 1.5rem;
    }
    .recTableRow {
        flex-wrap: wrap;
    }
    .recTableHead,
    .recTableBody {
        width: 100%;
    }
    .recTableHead {
        margin-right: 0;
    }
    .methodBoxWrap {
        flex-wrap: wrap;
    }
    .methodBoxLeft {
        padding-top: 12%;
        padding-left: 0;
        padding-right: 0;
        width: 100%;
        order: 2;
        margin-bottom: 40px;
    }
    .methodBoxRight {
        width: 100%;
        order: 1;
        margin-bottom: 20px;
    }
    .methodBoxRight img {
        margin: 0 auto
    }
    .meritWrap {
        margin-top: 20px;
    }
    .meritWrap .col {
        margin-bottom: 20px;
    }
    .meritBoxStr {
        padding: 50px 20px;
    }
    .conentRLineTtl {
        font-size: 3.0rem;
    }
    .dataTable td,
    .dataTable th {
        display: block;
    }
    .dataTable th {
        display: none;
    }
    .dataTable td {
        text-align: left;
    }
    .dataTable td:before {
        font-weight: bold;
        content: attr(data-label);
        display: block;
        margin-bottom: 10px;
    }
    .methodBoxLeft.od2 {
        padding-right: 0;
        padding-left: 0;
    }
    .whiteBoxBg {
        margin-left: 0;
        padding: 20px 30px;
    }
    .whiteBoxInnerWrap {
        padding-bottom: 30px;
        margin-bottom: 50px;
    }
    .grayBgHarfInner {
        padding-top: 30px;
    }
    .grayBgHarfInnerTtl {
        margin-top: 5%;
        margin-bottom: 3%;
    }
    .GrayBgHarfImage {
        margin-right: auto;
        margin-bottom: auto;
    }
    .grayBgHarfInnerBottom {
        margin-top: 3%;
    }
    .squareTtl:before {
        width: 20px;
        height: 20px;
    }
    .featuresDiv {
        margin-bottom: 20px;
        ;
        padding: 20px;
    }
    .featuresDiv {
        height: auto;
    }
    .methodBoxTtl {
        font-size: 2.2rem;
    }
    .contentTtl.lg {
        font-size: 2.6rem;
    }
    .fullWidContRecruit {
        flex-wrap: wrap;
    }
    .fullWidContLeft {
        flex-basis: 100%;
        padding-top: 60px;
        padding-bottom: 40px;
        padding-left: 20px;
        padding-right: 20px;
    }
    .fullWidContRight {
        flex-basis: 100%;
        height: 200px
    }
    .BlRecTableRow:after {
        display: none;
    }
    .BlRecTableBody {
        padding-top: 15px;
        padding-bottom: 15px;
    }
    .BlRecTableHead {
        padding-top: 15px;
        padding-bottom: 15px;
    }
    .recImageR:after {
        width: 150px;
        height: 150px;
    }
    .interviewMainL {
        flex-basis: 500px;
        background-color: #2B2B2B;
        padding: 9% 20px 9% 20px;
    }
    .interviewMainTtl {
        margin-bottom: 30px;
    }
    .interviewMainNamCatch {
        font-size: 2.5rem;
    }
    .interviewTxtColTtl {
        font-size: 2.2rem;
    }
    .interviewTxtColDesc {
        font-size: 1.6rem;
    }
    .interView2ColWrap {
        flex-wrap: wrap;
    }
    .interView2ColL {
        margin-bottom: 20px
    }
    .interView2ColL,
    .interView2ColR {
        flex-basis: 100%;
        height: auto;
    }
    .interviewTxtColTtl>* {
        padding-left: 20px;
    }
    .BlRecTableBody {
        width: 100%;
    }
    .multi .BlRecTableBodyInner {
        line-height: 1.5
    }
    .recTableRow:last-child .recTableHead {
        border-bottom: none;
    }
    .spMapInner {
        display: flex;
        margin: 0 -20px;
        margin-bottom: 40px;
    }
    .spMapInner>* {
        margin: 0 20px;
    }
    .mapSpAbs {
        position: static;
    }
    .spShow {
        display: block!important;
    }
    .messageMainImgWrap {
        display: flex;
        flex-direction: column-reverse;
        margin-bottom: 20px;
        ;
    }
    .messageMainImgStr {
        position: static;
        font-size: 5.4rem;
        margin-bottom: 20px;
    }
    .messageMainImgWrap:after {
        height: 40px;
    }
    .messageMain {
        padding-bottom: 60px;
    }
    .contactFormRow {
        flex-wrap: wrap;
    }
    .contact_NameFlex {
        display: block;
    }
    .contact_NameFlex .contact_NameItem {
        margin-bottom: 20px;
    }
    .contactFormHead {
        margin-bottom: 10px;
    }
    .contactFormHead,
    .contactFormBody {
        width: 100%;
    }
    .tbImage {
        margin: 20px 0;
        flex-wrap: wrap;
    }
    .tbImage>* {
        margin: 0;
    }
    .tbImage>*:nth-child(2) {
        margin: 20px 0;
    }
    .recruitLinkImg {
        position: static;
        width: 100%;
        margin-bottom: 20px;
    }
    .interviewMainWrap {
        flex-wrap: wrap;
    }
    .interviewMainL {
        flex-basis: 100%;
        order: 2;
    }
    .interviewMainR {
        flex-basis: 100%;
        order: 1;
    }
    .interView2ColL {
        flex-basis: 100%;
        margin-right: 0;
    }
    .contentTtlNumNum {
        font-size: 4.0rem;
    }
    .block {
        font-size: 2.0rem;
    }
    .block span {
        font-size: 4.0rem;
    }
    .noBo .li-newsListInner {
        flex-wrap: wrap;
    }
    .mainVisual {
        height: calc(100vh - 200px);
    }
    .newsList.topBottm {
        height: 140px;
        display: flex;
        align-items: center;
    }
    .li-newsList.noBo .btnViewMore {
        margin-left: auto;
    }
    .ceoName {
        flex-wrap: wrap;
    }
    .footerFixedContact {
        justify-content: space-around;
    }
    .headerSideMenuInnerClose {
        top: 15px;
        right: 15px;
    }
    .dataTable td:nth-child(n+2) {
        text-align: left;
    }
    .arrowRight:after {
        border-width: 15px 0 15px 20px;
        transform: rotate(90deg);
        top: -11px;
    }
    .arrowRight .col:first-child {
        margin-bottom: 30px;
        ;
    }
    .featuresDivDtl .arrowRight span {
        font-size: 2.0rem;
        line-height: 1.5
    }
    .interviewTxtColDescInnderImg {
        width: 100px;
    }
    .contentDesc.longerDesc {
        margin-bottom: 30px;
    }
    .methodBoxTtlEng.tal,
    .methodBoxTtlEng.tarPc{
        right: 0;
        left:0 ;
        transform: inherit;
        font-size: 13.33vw
    }
    .methodBoxTtlEng.tal{
        font-size: 14.4vw
    }
    .methodBoxTtlEng.pw{
        font-size: 17.6vw
    }
    .methodBoxTtlEng.bis{
        font-size: 8.8vw
    }
    
}
@media screen and (min-width: 501px) {
    .btnFixed__btn{
        display: none;
    }    
}
@media screen and (max-width: 500px) {
    .btn {
        max-width: none;
    }
    .footerLogoLink {
        max-width: 270px;
        width: 100%;
    }
    .spMapInner {
        margin: 0;
        margin-bottom: 40px;
        justify-content: space-between;
    }
    .mapIconRound {
        /* 	    width: 50px; */
        /* 	    height: 50px; */
    }
    .spMapInner>* {
        margin: 0 0;
    }
    .greenDataFlex {
        flex-wrap: wrap;
    }
    .scrollBtn {}
    .mainVisualTextWrap {
        width: 90%;
        left: 5%;
    }
    .lowerContentTtlBg {
        font-size: 9rem;
        overflow: hidden;
    }
    .avgSpacing .contentTableHead {
        padding-right: 10px;
        padding-left: 10px;
        /*text-align-last: unset;*/
    }
    .contentTableBody {
        padding: 20px 10px;
    }
    .btnFixed{
        width: 100%
    }
    .btnFixed > *{
        width: 50%
    }
    .btnFixed__icon{
        display: none;
    }
}

@media screen and (max-width: 450px) {
    .mainVisual {
        margin-top: 60px;
    }
}

.add_marg {
    margin-top: 10px;
}


/*
footer
----------------------*/

.commonContactWrap {
    background: #1A1A1A;
    padding: 80px 0;
}

.commonContactInner {
    width: 90%;
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
}

.commonContact_list {
    display: flex;
    flex-direction: row;
    justify-content: center;
}

.commonContact_list .listItem {
    list-style: none;
    color: #fff;
    text-align: center;
    padding-left: 3%;
    padding-right: 3%;
    border-right: 1px solid #707070;
}

.commonContact_list .listItem:last-child {
    border-right: 0;
}

.commonContact_list .listItem .listItem_ttl {
    text-align: center;
    border: 2px solid #fff;
    border-radius: 100px;
    font-size: 1.5rem;
    padding: 5px;
    width: 140px;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 15px;
}

.commonContact_list .listItem .telLinkItem {
    text-align: center;
    margin-bottom: 20px;
    font-weight: bold;
}

.commonContact_list .listItem .telLinkItem img {
    margin-left: auto;
    margin-right: auto;
}

.commonContact_list .listItem .caut {
    font-size: 1.2rem;
}

.commonContact_list .footerCommonLink {
    background: #FABE00;
    color: #fff;
    transition: .3s;
    font-size: 1.4rem;
    padding: 10px 40px 10px 10px;
    max-width: 250px;
}

@media screen and (max-width: 900px) {
    .commonContact_list {
        display: block;
    }
    .commonContact_list .listItem {
        margin-bottom: 60px;
        height: auto;
        border-right: none;
    }
}

.privacyDesc .privacyList {
    padding-left: 2rem;
}


/*
contact
----------------------*/

.radioBlock {
    display: flex;
}

@media screen and (max-width: 425px) {
    .radioBlock {
        display: block;
    }
}


/*
h2
----------------------*/

@media screen and (max-width: 425px) {
    h2 {
        font-size: 90%;
    }
}

.c-list{
    list-style: none;
    padding-left: 10px
}
.c-list li {
  position: relative;
  padding-left: 20px;
}
.c-list li:before {
  content: "・";
  position: absolute;
  left: 0;
  top: 0;
  color: #1798d6;
  font-size: 20px;
  line-height: 1.4;
  display: block
}
.methodBoxLeft .contentDesc > *{
    margin-bottom: 15px;
}
.methodBoxLeft .contentDesc > *.u-fw_bold{
    margin-bottom: 0;
}
.methodBoxLeft .contentDesc > *.u-fw_bold + p{
    padding-left: 15px;
}
.u-fw_bold{
    font-weight: bold;
}
.u-ta_left{
    text-align: left;
}
