/* common */
html body
{
    font-family: '游ゴシック体', 'Yu Gothic', YuGothic, sans-serif !important;
    font-weight: 700 !important
}
html body p
{
    font-family: '游ゴシック体', 'Yu Gothic', YuGothic, sans-serif !important;
    font-weight: 700 !important
}


.f-mincho {
    font-family: 'ヒラギノ明朝 ProN W3', 'Hiragino Mincho ProN', serif !important;
}
/* align */
.ta-c {
    text-align: center;
}
.ta-r {
    text-align: right;
}

/* margin */
.mg-t-05r {
    margin-top: .5rem;
}
.mg-t-1r {
    margin-top: 1rem;
}
.mg-t-1_5r {
    margin-top: 1.5rem;
}
.mg-t-2r {
    margin-top: 2rem;
}
.mg-t-2_5r {
    margin-top: 2.5rem;
}
.mg-t-3r {
    margin-top: 3rem;
}
.mg-t-3_5r {
    margin-top: 3.5rem;
}
.mg-t-4r {
    margin-top: 4rem;
}
.mg-t-4_5r {
    margin-top: 4.5rem;
}
.mg-t-5r {
    margin-top: 5rem;
}

.mg-r-05r {
    margin-right: .5rem;
}
.mg-r-1r {
    margin-right: 1rem;
}
.mg-r-1_5r {
    margin-right: 1.5rem;
}
.mg-r-2r {
    margin-right: 2rem;
}
.mg-r-2_5r {
    margin-right: 2.5rem;
}
.mg-r-3r {
    margin-right: 3rem;
}
.mg-r-3_5r {
    margin-right: 3.5rem;
}
.mg-r-4r {
    margin-right: 4rem;
}
.mg-r-4_5r {
    margin-right: 4.5rem;
}
.mg-r-5r {
    margin-right: 5rem;
}

.mg-b-05r {
    margin-bottom: .5rem;
}
.mg-b-1r {
    margin-bottom: 1rem;
}
.mg-b-1_5r {
    margin-bottom: 1.5rem;
}
.mg-b-2r {
    margin-bottom: 2rem;
}
.mg-b-2_5r {
    margin-bottom: 2.5rem;
}
.mg-b-3r {
    margin-bottom: 3rem;
}
.mg-b-3_5r {
    margin-bottom: 3.5rem;
}
.mg-b-4r {
    margin-bottom: 4rem;
}
.mg-b-4_5r {
    margin-bottom: 4.5rem;
}
.mg-b-5r {
    margin-bottom: 5rem;
}

.mg-l-05r {
    margin-left: .5rem;
}
.mg-l-1r {
    margin-left: 1rem;
}
.mg-l-1_5r {
    margin-left: 1.5rem;
}
.mg-l-2r {
    margin-left: 2rem;
}
.mg-l-2_5r {
    margin-left: 2.5rem;
}
.mg-l-3r {
    margin-left: 3rem;
}
.mg-l-3_5r {
    margin-left: 3.5rem;
}
.mg-l-4r {
    margin-left: 4rem;
}
.mg-l-4_5r {
    margin-left: 4.5rem;
}
.mg-l-5r {
    margin-left: 5rem;
}

/* padding */
.pd-t-05r {
    padding-top: .5rem;
}
.pd-t-1r {
    padding-top: 1rem;
}
.pd-t-1_5r {
    padding-top: 1.5rem;
}
.pd-t-2r {
    padding-top: 2rem;
}
.pd-t-2_5r {
    padding-top: 2.5rem;
}
.pd-t-3r {
    padding-top: 3rem;
}
.pd-t-3_5r {
    padding-top: 3.5rem;
}
.pd-t-4r {
    padding-top: 4rem;
}
.pd-t-4_5r {
    padding-top: 4.5rem;
}
.pd-t-5r {
    padding-top: 5rem;
}

.pd-r-05r {
    padding-right: .5rem;
}
.pd-r-1r {
    padding-right: 1rem;
}
.pd-r-1_5r {
    padding-right: 1.5rem;
}
.pd-r-2r {
    padding-right: 2rem;
}
.pd-r-2_5r {
    padding-right: 2.5rem;
}
.pd-r-3r {
    padding-right: 3rem;
}
.pd-r-3_5r {
    padding-right: 3.5rem;
}
.pd-r-4r {
    padding-right: 4rem;
}
.pd-r-4_5r {
    padding-right: 4.5rem;
}
.pd-r-5r {
    padding-right: 5rem;
}

.pd-b-05r {
    padding-bottom: .5rem;
}
.pd-b-1r {
    padding-bottom: 1rem;
}
.pd-b-1_5r {
    padding-bottom: 1.5rem;
}
.pd-b-2r {
    padding-bottom: 2rem;
}
.pd-b-2_5r {
    padding-bottom: 2.5rem;
}
.pd-b-3r {
    padding-bottom: 3rem;
}
.pd-b-3_5r {
    padding-bottom: 3.5rem;
}
.pd-b-4r {
    padding-bottom: 4rem;
}
.pd-b-4_5r {
    padding-bottom: 4.5rem;
}
.pd-b-5r {
    padding-bottom: 5rem;
}

.pd-l-05r {
    padding-left: .5rem;
}
.pd-l-1r {
    padding-left: 1rem;
}
.pd-l-1_5r {
    padding-left: 1.5rem;
}
.pd-l-2r {
    padding-left: 2rem;
}
.pd-l-2_5r {
    padding-left: 2.5rem;
}
.pd-l-3r {
    padding-left: 3rem;
}
.pd-l-3_5r {
    padding-left: 3.5rem;
}
.pd-l-4r {
    padding-left: 4rem;
}
.pd-l-4_5r {
    padding-left: 4.5rem;
}
.pd-l-5r {
    padding-left: 5rem;
}


/* color */
.bg_pink {
    background-color: #CF5F84;
}

/* g-nav */
.header-bg {
    background-image: url('/img/header-bg.png');
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: contain;
    height: 200px;
}
.g-nav-wrapper {
    width: 100%;
    overflow: auto;
    margin-top: 25px;
}
.g-nav-wrapper .logo {
    float: left;
}
.g-nav-wrapper .g-nav {
    float: right;
}
.g-nav-wrapper .g-nav ul li {
    float: left;
    list-style: none;
    list-style-image : url('/img/g-nav-icon.png');
    margin-right: 80px;
}
.g-nav-wrapper .g-nav ul li a,
.g-nav-wrapper .g-nav ul li a:hover {
    color: #003E83;
    text-decoration: none;
}
@media (max-width: 991px) {
    .g-nav-wrapper .logo {
        width: 170px;
    }
    .g-nav-wrapper .g-nav {
        margin-top: 0px;
        width: calc(100% - 170px);
    }
    .g-nav-wrapper .g-nav ul {
        margin-left: 150px;
    }
    .g-nav-wrapper .g-nav ul li {
        width: 40%;
        margin-right: 0;
        line-height: 2.5rem;
    }
}
@media (max-width: 767px) {
    .g-nav-wrapper .g-nav ul {
        margin-left: 50px;
    }
    .g-nav-wrapper .g-nav ul li {
        width: 45%;
    }
}
@media (max-width: 575px) {
    .header-bg {
        height: 200px;
        background-size: 170%;
        background-position: left 85% bottom;
    }
    .g-nav-wrapper .g-nav ul {
        margin-left: 10px;
        padding: 0;
    }
    .g-nav-wrapper .g-nav ul li {
        width: 50%;
        list-style-image : none;
        text-align: center;
    }
}
@media (max-width: 767px) {
    .container {
        max-width: 100% !important;
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
    .row {
        margin-left: 0 !important;
        margin-right: 0 !important;
    }
    .col-12 {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
}

/* footer */
.footer-nav-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 67px;
    background-image:  url('/img/foot-bg-01.jpg');
}
.footer-nav-wrapper div {
    margin: 0 25px;
    background-image:  url('/img/f-nav-icon.png');
    background-repeat: no-repeat;
    background-position: top 5px left;
}
.footer-nav-wrapper div a,
.footer-nav-wrapper div a:hover {
    padding-left: 25px;
    color: #B2DCEB;
    text-decoration: none;
}
@media (max-width: 767px) {
    .footer-nav-wrapper div {
        margin: 0 10px;
        background-image: none;
    }
    .footer-nav-wrapper div a,
    .footer-nav-wrapper div a:hover {
        padding-left: 0px;
    }
}
@media (max-width: 575px) {
    .footer-nav-wrapper div a,
    .footer-nav-wrapper div a:hover {
        font-size: .8rem;
    }
}

.footer-info-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 185px;
    background-image:  url('/img/foot-bg-02.jpg');
    color: #FFF;
}
.footer-info-wrapper .corp-name {
    color: #B2DCEB;
    font-size: 1.2rem;
    margin-bottom: 1.5rem;
    margin-left: -150px;
}
.footer-info-wrapper .corp-address,
.footer-info-wrapper .corp-copyright {
    line-height: 1rem;
    font-weight: normal !important;
    font-size: .8rem;
    margin-bottom: .5rem;
    margin-left: -150px;
}
.footer-info-wrapper .phone-inquiry {
    font-size: 2rem;
    font-family: 'ヒラギノ明朝 ProN W3', 'Hiragino Mincho ProN', serif !important;
    margin-left: 50px;
    margin-bottom: 0rem;
    margin-top: 1.5rem;
    letter-spacing: .2rem;
}
.footer-info-wrapper .phone-number {
    font-size: 3rem;
    font-weight: normal !important;
    margin-left: 50px;
    background-image:  url('/img/f-phone-icon.png');
    background-repeat: no-repeat;
    background-position: top 20px left;
    padding-left: 50px;
}
@media (max-width: 991px) {
    .footer-info-wrapper {
        display: block;
        background-image:  url('/img/foot-bg-02.jpg');
        background-size: cover;
        background-repeat: no-repeat;
        height: 250px;
    }
    .footer-info-wrapper .corp-name {
        font-size: 1rem;
        padding-top: 1.5rem;
        margin-bottom: 1.5rem;
        margin-left: 50px;
    }
    .footer-info-wrapper .corp-address,
    .footer-info-wrapper .corp-copyright {
        font-size: .7rem;
        margin-bottom: .5rem;
        margin-left: 50px;
    }
    .footer-info-wrapper .phone-inquiry {
        font-size: 1.5rem;
        margin-left: 50px;
        margin-bottom: 0rem;
        margin-top: 1.5rem;
        letter-spacing: .2rem;
    }
    .footer-info-wrapper .phone-number {
        font-size: 2.5rem;
        margin-left: 50px;
        background-image:  url('/img/f-phone-icon.png');
        background-repeat: no-repeat;
        background-position: top 15px left;
        padding-left: 50px;
    }
}
@media (max-width: 575px) {
    .container {
        max-width: 100%;
    }
    .footer-info-wrapper .corp-name {
        margin-left: 20px;
    }
    .footer-info-wrapper .corp-address,
    .footer-info-wrapper .corp-copyright {
        margin-left: 20px;
    }
    .footer-info-wrapper .phone-inquiry {
        margin-left: 20px;
        font-size: 1.2rem;
    }
    .footer-info-wrapper .phone-number {
        margin-left: 20px;
        background-image:  url('/img/f-phone-icon.png');
        background-repeat: no-repeat;
        background-position: top 10px left;
        padding-left: 50px;
        font-size: 2rem;
    }
}



/* top */
.header-lead-wrapper {
    background-color: #B2DCEB;
    text-align: center;
    position: relative;
}
.header-lead-wrapper h1 {
    color: #012954;
    font-size: 2em;
    line-height: 4rem;
    padding-top: 4rem;
    margin-bottom: 0;
    font-weight: 600;
    font-family: 'ヒラギノ明朝 ProN W3', 'Hiragino Mincho ProN', serif !important;
}
.basic-idea-logo {
    position: absolute;
    top: 320px;
    left: 170px;
}
.basic-idea-text {
    position: absolute;
    top: 420px;
    left: 500px;
    line-height: 2.4rem;
    color: #FFF;
    font-size: 1.2rem;
}
.basic-idea-logo-text {
    text-align: center;
    background-image:  url('/img/top-main-bg-02.jpg');
    background-repeat: repeat-y;
    background-size: 100%;
}
.basic-idea-logo-text p {
    margin-top: 15px;
    margin-bottom: 0;
    padding-bottom: 15px;
    color: #FFF;
    font-size: 1.2rem;
}
@media (max-width: 1199px) {
    .header-lead-wrapper h1 {
        color: #012954;
        font-size: 1.7em;
        line-height: 3.5rem;
    }
    .basic-idea-logo {
        top: 245px;
        left: 130px;
    }
    .basic-idea-text {
        top: 350px;
        left: 430px;
    }
}
@media (max-width: 991px) {
    .header-lead-wrapper h1 {
        padding-top: 2rem;
        padding-bottom: 1rem;
        font-size: 1.5em;
        line-height: 3rem;
    }
}
@media (max-width: 767px) {
    .header-lead-wrapper h1 {
        padding-top: 2rem;
        padding-bottom: 1.5rem;
        font-size: 1.2em;
        line-height: 2.5rem;
    }
    .basic-idea-logo-text img {
        width: 50%;
    }
    .basic-idea-logo-text p {
        font-size: 1rem;
        line-height: 1.6rem;
    }
    .bisw-bottom {
        height: 100px;
        background-color: #B2DCEB;
    }
}
@media (max-width: 575px) {
    .basic-idea-logo-text p {
        font-size: 1rem;
        line-height: 1.6rem;
        padding: 0 50px;
        text-align: left;
    }
    .basic-idea-logo-text p br {
        display: none;
    }
    .bisw-bottom {
        height: 80px;
        background-color: #B2DCEB;
    }
}



/* business outline */
.business-outline-top-wrapper {
    background-color: #B2DCEB;
    position: relative;
}
.business-outline-top-wrapper img {
    display: block;
}
.business-outline-top-logo {
    position: absolute;
    top: 320px;
    left: 170px;
}
.business-outline-top-text {
    position: absolute;
    top: 420px;
    left: 480px;
    line-height: 2.4rem;
    color: #FFF;
    font-size: 1.1rem;
}
.business-outline-top-logo-text {
    text-align: center;
    background-image:  url('/img/business-top-bg-02.jpg');
    background-repeat: repeat-y;
    background-size: 100%;
}
.business-outline-top-logo-text p {
    margin-top: 15px;
    margin-bottom: 0;
    padding-bottom: 15px;
    color: #FFF;
    font-size: 1.2rem;
    line-height: 2rem;
}
@media (max-width: 1199px) {
    .business-outline-top-logo {
        top: 250px;
        left: 90px;
    }
    .business-outline-top-logo img {
        width: 90%;
    }
    .business-outline-top-text {
        top: 320px;
        left: 355px;
    }
}
@media (max-width: 767px) {
    .business-outline-top-logo-text img {
        width: 40%;
    }
    .business-outline-top-logo-text p {
        font-size: 1rem;
        line-height: 1.6rem;
    }
}
@media (max-width: 575px) {
    .business-outline-top-logo-text img {
        width: 50%;
    }
    .business-outline-top-logo-text p {
        font-size: 1rem;
        line-height: 1.6rem;
        padding: 0 50px;
        text-align: left;
    }
    .business-outline-top-logo-text p br {
        display: none;
    }
}
.work-info-wrapper {
    background-image:  url('/img/work-info-bg.png');
    background-repeat: no-repeat;
    background-size: 100%;
    background-position-y: bottom;
    background-color: #B2DCEB;
}
.work-info-wrapper h1 {
    font-size: 2rem;
    padding: 5rem 0 0 7rem;
}
.work-info-wrapper p {
    font-size: 1.1rem;
    line-height: 2rem;
    width: 630px;
    padding: 1rem 0 4rem 7rem;
    margin: 0;
    color: #1E327D;
}
.work-info-title-wrapper {
    background-color: #1E327D;
    overflow: auto;
    padding-bottom: 1rem;
}
.power .work-info-title-wrapper {
    background-color: #FFF;
}
.power .work-info-title-one h2,
.trafic .work-info-title-one h2 {
    color: #786A56;
}
.power .work-info-title-one p,
.power .work-info-title-wrapper-txt-sm p,
.trafic .work-info-title-one p,
.trafic .work-info-title-wrapper-txt-sm p {
    color: #1E327D;
}
.trafic .work-info-title-wrapper {
    background-color: #B2DCEB;
}
.work-info-title-img {
    float: left;
    padding-left: 60px;
}
.work-info-title-one {
    float: left;
    width: calc(100% - 300px);
}
.work-info-title-one h2 {
    color: #FFF;
    font-size: 1.5rem;
    padding: 15px 0 0 20px;
    line-height: 2rem;
}
.work-info-title-one p {
    color: #B2DCEB;
    line-height: 1.5rem;
    padding: 10px 0 0 20px;
}
.work-info-title-wrapper p {
    margin-bottom: 0;
}
.work-info-one-wrapper {
    position: relative;
    font-weight: normal;
    height: 500px;
}
.work-info-one-wrapper.trafic-bg {
    background-color: #B2DCEB;
}
.work-info-one-img-wrapper {
    position: absolute;
    line-height: 0;
}
.work-info-one-img-wrapper img {
    display: block;
}
.work-info-one-text-wrapper {
    overflow: auto;
    position: absolute;
    font-weight: 600;
}
.work-info-one-text-wrapper .left {
    float: left;
    width: 55%;
    padding: 2rem 0 0 8rem;
}
.work-info-one-text-wrapper .right {
    float: right;
    width: 45%;
    padding: 2rem 0 0 2rem;
}
.work-info-one-text-wrapper .left li,
.work-info-one-text-wrapper .right li {
    list-style: none;
    list-style-image: url('/img/bo-list-circle.png');
    line-height: 2rem;
    color: #786A56;
}
.work-info-one-text-wrapper .left li.no-img-list {
    list-style-image: none;
    line-height: 1.4rem;
    padding-top: .5rem;
    color: #333;
}

.work-info-one-wrapper-xs .bg-fluid-img {
    background-image: url('/img/bo_1_bg_2.jpg');
    background-repeat: repeat-y;
    background-size: 100%;
}
.work-info-one-wrapper-xs .bg-fluid-img.two {
    background-image: url('/img/bo_2_bg_2.jpg');
    background-repeat: repeat-y;
    background-size: 100%;
}
.work-info-one-wrapper-xs .bg-fluid-img.three {
    background-image: url('/img/bo_3_bg_2.jpg');
    background-repeat: repeat-y;
    background-size: 100%;
}
.work-info-one-text-wrapper-xs .left {
    width: 90%;
    padding: 1rem 0 0 1.5rem;
}
.work-info-one-text-wrapper-xs .right {
    width: 80%;
    padding: 0 0 0 1.5rem;
}
.work-info-one-text-wrapper-xs .right ul {
    margin-bottom: 0;
}
.work-info-one-text-wrapper-xs .left li,
.work-info-one-text-wrapper-xs .right li {
    list-style: none;
    list-style-image: url('/img/bo-list-circle.png');
    line-height: 2rem;
    color: #786A56;
}
.work-info-one-text-wrapper-xs .left li.no-img-list {
    list-style-image: none;
    line-height: 1.4rem;
    padding-top: .5rem;
    color: #333;
}
.work-info-one-wrapper-xs .bo_1_bg_1_img img {
    display: block;
}
@media (max-width: 1199px) {
    .work-info-one-wrapper {
        height: 550px;
    }
    .work-info-one-wrapper.two {
        height: 450px;
    }
    .bo_1_bg_2_img {
        height: 104px;
    }
}
@media (max-width: 991px) {
    .work-info-one-wrapper {
        height: 500px;
    }
    .bo_1_bg_2_img {
        height: 154px;
    }
    .work-info-one-text-wrapper .left {
        float: none;
        width: 80%;
        padding: 2rem 0 0 5rem;
    }
    .work-info-one-text-wrapper .right {
        float: none;
        width: 80%;
        padding: 0 0 0 5rem;
    }
}
@media (max-width: 767px) {
    .work-info-wrapper h1 {
        font-size: 1.8rem;
        padding: 4rem 2rem 0 2rem;
    }
    .work-info-wrapper p {
        width: auto;
        padding: 1rem 2rem 4rem 2rem;
        font-size: 1rem;
        line-height: 1.8rem;
    }
    
    .work-info-title-img {
        width: 150px;
    }
    .work-info-title-img img {
        width: 100%;
    }
    .work-info-title-one {
        width: calc(100% - 220px);
    }
    .work-info-title-one h2 {
        padding: 20px 0 0 20px;
    }
    .work-info-title-one p {
        display: none;
    }
    .work-info-title-wrapper-txt-sm {
        background-color: #1E327D;
        color: #B2DCEB;
        line-height: 1.5rem;
        padding: 10px 60px 20px 60px;
    }
    .work-info-title-wrapper-txt-sm p {
        margin: 0;
    }
    .work-info-title-wrapper-txt-sm.power-sm {
        background-color: #FFF;
    }
    .work-info-title-wrapper-txt-sm.trafic-sm {
        background-color: #B2DCEB;
    }
    .work-info-one-wrapper {
        height: 550px;
    }
    .work-info-title-wrapper.three {
        padding-top: 30px;
    }
    .bo_1_bg_2_img {
        height: 204px;
    }
}
@media (max-width: 575px) {
    .work-info-title-wrapper {
        padding-bottom: 0;
    }
    .work-info-title-wrapper.three {
        padding-top: 30px;
    }
    .work-info-title-img {
        float: none;
        padding-top: 20px;
        padding-left: 30px;
        width: 120px;
    }
    .work-info-title-img.two {
        padding-top: 50px;
    }
    .work-info-title-one {
        padding-left: 10px;
        float: none;
        width: auto;
    }
    .work-info-title-wrapper-txt-sm {
        padding: 10px 30px 20px 30px;
    }
    .work-info-one-text-wrapper-xs.two div.right ul {
        padding-bottom: 15px;
    }
    .work-info-one-wrapper-xs.three .bo_1_bg_3_img {
        padding-bottom: 50px;
    } 
}

/* corporation */
.corporation-outline-wrapper {
    height: 900px;
    background-image:  url('/img/corporation-outline-bg.jpg');
    background-repeat: no-repeat;
    background-size: 100%;
    background-position-y: bottom;
}
.corporation-outline-wrapper h1 {
    font-size: 2rem;
    padding: 5rem 0 0 7rem;
}
.corporation-outline-table {
    margin: 3rem 0 0 7rem;
    background-color: #FFF;
    width: 880px;
}
.corporation-outline-table th {
    padding: 15px 0 15px 40px;
    background-color: #53A2A7;
    color: #FFF;
    border-top: solid 2px #1E327D;
    width: 200px;
}
.corporation-outline-table td {
    padding: 15px 0 15px 40px;
    color: #1E327D;
    border-top: solid 2px #1E327D;
}
.corporation-outline-table tr:last-child {
    border-bottom: solid 2px #1E327D;
}

@media (max-width: 1199px) {
    .corporation-outline-table {
        margin: 3rem 0 0 5rem;
        width: 780px;
    }
    .corporation-outline-table th {
        padding: 15px 0 15px 30px;
        width: 150px;
    }
    .corporation-outline-table td {
        padding: 15px 0 15px 30px;
    }
}
@media (max-width: 990px) {
    .corporation-outline-wrapper {
        height: 1500px;
    }
    .corporation-outline-wrapper h1 {
        padding: 5rem 0 0 1rem;
    }
    .corporation-outline-table {
        margin: 3rem 0 0 1rem;
        width: 650px;
    }
    .corporation-outline-table th {
        padding: 15px 0 15px 10px;
        display: block;
        width: auto;
    }
    .corporation-outline-table td {
        padding: 15px 0 15px 10px;
        display: block;
    }
}
@media (max-width: 767px) {
    .corporation-outline-table {
        margin: 2rem 0 0 0rem;
        width: 95%;
        margin: 2rem auto 0;
    }
    .corporation-outline-table th {
        display: block;
        width: auto;
    }
    .corporation-outline-table td {
        display: block;
    }
}


.organization-map-title,
.organization-map-wrapper {
    background-color: #B2DCEB;
}
.organization-map-title h2 {
    font-size: 2rem;
    padding: 5rem 0 0 7rem;
    margin-bottom: 0;
}
.organization-map-bg {
    background-color: #B2DCEB;
}
.organization-map-wrapper {
    margin: 0 auto;
    width: 950px;
    padding-top: 2rem;
    padding-bottom: 5rem;
}
.organization-map-wrapper img {
    width: 100%;
}
@media (max-width: 1199px) {
    .organization-map-wrapper {
        margin: 0 auto;
        width: 95%;
    }
}
@media (max-width: 990px) {
    .organization-map-title h2 {
        padding: 5rem 0 0 1rem;
    }
}

.g-map-title {
    background-color: #B2DCEB;
}
.g-map-title h2 {
    font-size: 2rem;
    padding: 2rem 0 0 7rem;
    margin-bottom: 0;
}
.g-map-wrapper {
    background-color: #B2DCEB;
    padding-top: 2rem;
}
@media (max-width: 990px) {
    .g-map-title h2 {
        padding: 2rem 0 0 1rem;
    }
}

.outline-title {
    background-color: #1E327D;
}
.outline-title h2 {
    font-size: 2rem;
    padding: 5rem 0 2rem 7rem;
    margin-bottom: 0;
    color: #FFF;
}
.outline-table-wrapper {
    height: 850px;
    background-image:  url('/img/outline-bg.jpg');
    background-repeat: no-repeat;
    background-size: 100%;
    background-position-y: top;
}
.outline-table {
    margin: 0 0 0 7rem;
    background-color: #FFF;
    width: 880px;
}
.outline-table th {
    padding: 15px 0 15px 10px;
    background-color: #53A2A7;
    color: #FFF;
    border-top: solid 2px #1E327D;
    width: 200px;
}
.outline-table td {
    padding: 15px 0 15px 15px;
    color: #1E327D;
    border-top: solid 2px #1E327D;
}
.outline-table tr:last-child {
    border-bottom: solid 2px #1E327D;
}
.otb {
    display: none;
}
@media (max-width: 1199px) {
    .outline-table-wrapper {
        height: 900px;
    }
    .outline-table {
        margin: 0rem 0 0 5rem;
        width: 780px;
    }
    .outline-table th {
        padding: 15px 0 15px 10px;
        width: 200px;
    }
    .outline-table td {
        padding: 15px 10px 15px 10px;
    }
}
@media (max-width: 990px) {
    .outline-title h2 {
        padding: 5rem 0 2rem 1rem;
    }
    .outline-table {
        margin: 0rem 0 0 1rem;
        width: 650px;
    }
    .outline-table-wrapper {
        height: 1500px;
    }
    .outline-table th {
        display: block;
        width: auto;
    }
    .outline-table td {
        display: block;
    }
}
@media (max-width: 767px) {
    .outline-table-wrapper {
        height: 1500px;
    }
    .outline-table {
        margin: 0rem 0 0 0rem;
        width: 95%;
        margin: 0 auto;
    }
    .outline-table th {
        display: block;
        width: auto;
    }
    .outline-table td {
        display: block;
    }
}

/* recruit(adoption) */
.adoption-wrapper {
    background-color: #B2DCEB;
    background-image:  url('/img/adoption-table-bottom.jpg');
    background-repeat: no-repeat;
    background-position: bottom;
    height: 800px;
}
.adoption-wrapper h1 {
    font-size: 2rem;
    padding: 5rem 0 2rem 7rem;
    margin-bottom: 0;
}
.business-outline-top-logo-text.adoption {
    background-image:  url('/img/adoption-top-bg-02.jpg');
}
.business-outline-top-text.adoption {
    position: absolute;
    top: 390px;
    left: 450px;
    line-height: 2.4rem;
    color: #FFF;
    font-size: 1.1rem;
    width: 550px;
}
.adoption-table {
    margin: 1rem 0 0 7rem;
    background-color: #FFF;
    width: 880px;
}
.adoption-table th {
    padding: 15px 0 15px 40px;
    background-color: #53A2A7;
    color: #FFF;
    border-top: solid 2px #1E327D;
    width: 200px;
}
.adoption-table td {
    padding: 15px 0 15px 40px;
    color: #1E327D;
    border-top: solid 2px #1E327D;
}
.adoption-table tr:last-child {
    border-bottom: solid 2px #1E327D;
}
.adoption-table ul {
    padding: 0 20px;
    line-height: 2.5rem;
    margin-bottom: 0;
}
.apply-info-wrapper {
    height: 400px;
}
.apply-info-wrapper h2 {
    font-size: 2rem;
    padding: 2rem 0 2rem 7rem;
    margin-bottom: 0;
}
.apply-info-box {
    padding: 10px 10px 10px 15px;
    margin: 0 auto 0 auto;
    border: solid 2px #786A56;
    width: 880px;
}
.apply-info-box p {
    margin: 0;
    font-size: 1.8rem;
    font-weight: 500 !important;
    letter-spacing: .5rem;
}
.apply-info-text {
    margin: 1rem 0 0 7.5rem;
}

@media (max-width: 1199px) {
    .business-outline-top-text.adoption {
        position: absolute;
        top: 330px;
        left: 350px;
        line-height: 2rem;
        font-size: 1.1rem;
        width: 480px;
    }
    .adoption-wrapper h1 {
        padding: 5rem 0 2rem 5rem;
    }
    .adoption-table {
        margin: 0 0 0 5rem;
        width: 780px;
    }
    .adoption-table th {
        padding: 15px 0 15px 30px;
        width: 150px;
    }
    .adoption-table td {
        padding: 15px 0 15px 30px;
    }
    .apply-info-wrapper h2 {
        padding: 2rem 0 2rem 4.5rem;
    }
    .apply-info-box {
        width: 780px;
    }
    .apply-info-text {
        margin: 1rem 0 0 5rem;
    }
}
@media (max-width: 990px) {
    .business-outline-top-logo-text.adoption p {
        width: 80%;
        margin: 0 auto;
        line-height: 2rem;
        padding: 3rem 0 0 0;
    }
    .adoption-wrapper {
        height: 1300px;
    }
    .adoption-wrapper h1 {
        padding: 5rem 0 2rem 1rem;
    }
    .adoption-table {
        margin: 0 0 0 1rem;
        width: 650px;
    }
    .adoption-table th {
        padding: 15px 0 15px 10px;
        display: block;
        width: auto;
    }
    .adoption-table td {
        padding: 15px 0 15px 10px;
        display: block;
    }
    .apply-info-wrapper h2 {
        padding: 2rem 0 2rem 1rem;
    }
    .apply-info-box {
        width: 650px;
    }
    .apply-info-box p {
        font-size: 1.6rem;
        letter-spacing: 0rem;
    }
    .apply-info-text {
        margin: 1rem 0 0 1.5rem;
    }
}
@media (max-width: 767px) {
    .adoption-table {
        margin: 0rem 0 0 0rem;
        width: 95%;
        margin: 0 auto;
    }
    .adoption-table th {
        display: block;
        width: auto;
    }
    .adoption-table td {
        display: block;
    }
    .apply-info-wrapper {
        height: 400px;
    }
    .apply-info-box {
        width: 95%;
    }
    .apply-info-text {
        margin: 1rem 0 0 1.5rem;
    }
    .apply-info-box p {
        font-size: 1.4rem;
        letter-spacing: 0rem;
    }
}
@media (max-width: 767px) {
    .apply-info-box p {
        font-size: 1.2rem;
    }
}

/* inquiry */
.business-outline-top-text.inquiry {
    top: 450px;
    left: 480px;
}
.business-outline-top-logo-text.inquiry {
    background-image:  url('/img/inquiry-top-bg-02.jpg');
}
@media (max-width: 1199px) {
    .business-outline-top-text.inquiry {
        top: 370px;
        left: 360px;
    }
}
@media (max-width: 990px) {
    .business-outline-top-logo-text.inquiry {
        margin-top: -65px;
    }
}
.inquiry-box-wrapper {
    height: 400px;
    padding-top: 100px;
}
.mail-box {
    float: left;
    margin-left: 110px;
}
.mail-link {
    background-image: url('/img/mail_bg.jpg');
    width: 416px;
    height: 78px;
}
.tel-box-pc {
    float: right;
    margin-right: 100px;
}
.tel-link {
    background-image: url('/img/tel_bg.jpg');
    width: 416px;
    height: 78px;
}
.tel-box-pc .tel-no {
    color: #53A2A7;
    font-size: 2.8rem;
    padding: 6px 0 0 100px;
    display: block;
}
.tel-box-sp {
    display: none;
}
.tel-box-sp .tel-no {
    color: #53A2A7;
    font-size: 2.8rem;
    padding: 6px 0 0 100px;
    display: block;
}
a.tel_anc,
a.tel_anc:hover {
    color: inherit;
    text-decoration: none;
}
@media (max-width: 1199px) {
    .mail-box {
        margin-left: 40px;
    }
    .tel-box-pc {
        margin-right: 40px;
    }
}
@media (max-width: 990px) {
    .inquiry-box-wrapper {
        height: 600px;
        padding-top: 100px;
    }
    .mail-box {
        float: none;
        margin: 0 0 0 50px;
    }
    .tel-box-pc {
        float: none;
        margin: 0px;
    }
    .tel-box-pc {
        display: none;
    }
    .tel-box-sp {
        display: block;
        margin: 50px 0 0 50px;
    }
}
@media (max-width: 575px) {
    .mail-box {
        margin: auto;
    }
    .tel-box-sp {
        margin: 50px auto 0;
    }
    .mail-box h2,
    .mail-box p,
    .tel-box-sp h2,
    .tel-box-sp p {
        margin-left: 25px;
    }
    .mail-link {
        width: 90%;
        height: 78px;
        background-repeat: no-repeat;
        background-size: contain;
        margin: 0 auto;
    }
    .tel-link {
        width: 90%;
        margin: 0 auto;
        height: 78px;
        background-size: contain;
        background-repeat: no-repeat;
    }
    .tel-box-sp .tel-no {
        font-size: 2.6rem;
        padding-top: 10px;
        padding-left: 23%;
    }
}
@media (max-width: 440px) {
    .tel-box-sp .tel-no {
        font-size: 2.2rem;
        padding-top: 7px;
    }
}

/* inqyiry */
.sipmle_head_line {
    height: 5px;
    width: 100%;
    background-color: #B2DCEB;
}
h1.inqyiry_title {
    margin-top: 100px;
    font-size: 2rem;
}
.inquiry_forms label {
    margin-top: 25px;
}
.inquiry_forms .req_icon {
    color: #CF5F84;
    padding-left: 10px;
}
.inquiry_forms input,
.inquiry_forms textarea {
    border-width: 2px;
    border-color: #53A2A7;
}
.inquiry_forms .form-control:focus {
    border-color: #53A2A7;
    box-shadow: 0 0 0 0.2rem rgba( 83, 162, 167, .25);
}
.inquiry_forms .formError .formErrorContent,
.inquiry_forms .formError .formErrorArrow div {
    background: #53A2A7;
}
.personal {
    margin-top: 75px;
    border-color: #AAA !important;
    margin-left: auto;
    margin-right: auto;
}
.inquiry_submit {
    background-image: url('/img/mail_btn_bg.jpg');
    border: none;
    margin: 50px 15px 100px 15px;
    padding: 25px;
    color: #FFF;
    line-height: 1rem;
}
.inquiry_submit.confirm_btn {
    padding: 14px 25px;
    margin-top: -1px;
}
.inquiry_return {
    background-color: #CCC;
    border: none;
    margin-top: 50px;
    margin-right: 10px;
    padding: 25px 30px;
    color: #333;
    display: inline-block;
    cursor: pointer;
}
.inquiry_submit:hover {
    cursor: pointer;
}
.confirm_form_wrapper .confirm_text {
    color: #CF5F84;
    font-size: 1.2rem;
    margin-top: 2rem;
}
.confirm_form_wrapper .send_text {
    font-size: 1.2rem;
    margin-top: 2rem;
    margin-bottom: 5rem;
}
.confirm_form_wrapper ul {
    margin: 0;
    padding: 0;
    margin-top: 50px;
    font-weight: 500 !important;
    letter-spacing: 0.1rem;
}
.confirm_form_wrapper ul li {
    line-height: 3rem;
    list-style: none;
}
.send_form_wrapper p {
    font-size: 1.2rem;
    line-height: 3rem;
    margin-top: 50px;
}
@media (max-width: 767px) {
    .container.confirm_form_wrapper {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }
    .inquiry_return {
        display: inline-block;
        margin-bottom: 1.5rem;
        padding: 25px 42px 25px 40px;
        margin-right: 0;
    }
}
@media (max-width: 576px) {
    .inquiry_submit {
        line-height: 1.5rem;
        padding: 15px 25px 25px 25px;
    }
}