/* font-family: 'Noto Sans JP'; */
@import url('https://fonts.googleapis.com/css?family=Noto+Sans+JP:300,400&display=swap&subset=japanese');

/* common */
* {
    font-family: 'Noto Sans JP', sans-serif;
}

body {
    font-family: 'Noto Sans JP', sans-serif;
    letter-spacing: 1px;
}

a:hover {
    color: #35379a !important;
}

button:hover {
    opacity: 0.6;
}

/* color */
.tem_color_rd {
    color: #960000;
}

.tem_color_pk {
    color: #eb6877;
}

.tem_color_gr {
    color: #89bd1a;
}

.tem_color_bl {
    color: #00a8ff;
}

.tem_color_nv {
    color: #001b54;
}

.tem_color_mt {
    color: #46b4a9;
}

.tem_color_br {
    color: #7e6b5a;
}

.tem_color_bk {
    color: #565679;
}

/* box */
.box {
    font-size: 15px;
    line-height: 1.5;
    text-align: justify;
    font-weight: 200;
    color: #222;
}

.box1 {
    font-size: 18px;
    line-height: 1.5;
    text-align: center;
    padding: 8px;
    margin-bottom: 20px;
    color: #333;
    border-bottom: 1px solid #ccc;
    border-top: 2px solid #626294;
}

.box2 {
    font-size: 18px;
    line-height: 1.3;
    text-align: center;
    padding: 10px;
    margin-bottom: 20px;
    color: #fff;
    background: #565679;
}

.box3 {
    font-size: 16px;
    line-height: 1.5;
    font-weight: bold;
    padding: 5px 13px;
    margin-bottom: 20px;
    color: #222;
    border-left: 5px solid #c0c0e8;
}

.box4 {
    font-size: 14px;
    line-height: 1.5;
    font-weight: 300;
    padding: 15px;
    margin-bottom: 20px;
    background: #f3f3f3;
    color: #555;
}

.box5 {
    font-size: 18px;
    line-height: 1.5;
    font-weight: bold;
    padding: 12px 15px;
    margin-bottom: 20px;
    background: #ececec;
    border-left: 8px solid #565679;
    color: #111;
}

/* sub_table */
.s_table01, .s_table02, .s_table03, .s_table04, .s_table05 {
    width: 100%;
    overflow: hidden;
}

.s_table01 th, .s_table01 td {
    border-width: 1px 0;
    border-style: solid;
    border-color: #d0d4d9;
}

.s_table01 th {
    font-size: 16px;
    font-weight: 500;
    padding: 8px 12px;
    background: #f5f7f9;
}

.s_table01 td {
    font-size: 14px;
    font-weight: 300;
    vertical-align: middle;
    padding: 8px 10px;
    background: #fff;
}

.s_table02 th {
    font-size: 16px;
    text-align: center;
    padding: 8px 10px;
    color: #fff;
    border: 3px solid #fff;
    background: #626294;
}

.s_table02 th a {
    color: #fff;
}

.s_table02 td {
    font-size: 16px;
    text-align: center;
    padding: 8px 10px;
    border: 1px solid #e8e8e8;
    color: #565679;
}

.s_table03 th {
    font-size: 16px;
    font-weight: 500;
    padding: 8px 5px;
    border-bottom: 1px dotted #ccc;
    color: #626294;
}

.s_table03 td {
    font-size: 14px;
    font-weight: 300;
    padding: 8px 10px;
    border-bottom: 1px dotted #ccc;
    color: #555;
}

.s_table04 {
    border-top: 1px solid #bbb;
    border-bottom: 1px solid #bbb;
}

.s_table04 th {
    font-size: 15px;
    border-bottom: 1px dashed #ccc;
    padding: 8px 10px;
}

.s_table04 td {
    font-size: 15px;
    text-align: right;
    padding: 8px 10px;
    border-bottom: 1px dashed #ccc;
    color: #ee3524;
}

.s_table05 {
    border-bottom: solid 1px #e4e4e4;
}

.s_table05 th {
    font-size: 15px;
    padding: 8px 12px;
    border-width: 1px 1px 0 1px;
    border-style: solid;
    border-color: #e4e4e4;
    background: #f8f8f8;
}

.s_table05 td {
    font-size: 14px;
    font-weight: 300;
    padding: 8px 12px;
    border-width: 1px 1px 0 1px;
    border-style: solid;
    border-color: #e4e4e4;
}

/* button */
.btn01 {
    font-size: 16px;
    font-weight: bold;
    border: 0;
    padding: 0;
    overflow: hidden;
    background: none;
    color: #363636;
}

.btn01:hover {
    transition: all 0.35s ease-in-out;
    color: #565679;
}

.btn02 {
    font-size: 16px;
    font-weight: bold;
    border: 0;
    padding: 0;
    overflow: hidden;
    background: none;
    color: #fff;
}

.btn02:hover {
    transition: all 0.35s ease-in-out;
    opacity: .6;
}

/* m_titbox */
.m_titbox {
    width: 100%;
    margin: 100px auto 40px auto;
}

.m_titbox-type {
    margin: 0 auto;
    text-align: center;
    font-size: 30px;
    overflow: hidden;
}

.m_titbox-type_w {
    margin: 0 auto;
    text-align: center;
    font-size: 30px;
    overflow: hidden;
    color: #fff;
}

.m_titbox-type span {
    border-bottom: 2px solid #565679;
}

.m_titbox-type_w span {
    border-bottom: 2px solid #fff;
}

/*Board*/
.Board .m_titbox-type span {
    border-bottom: 2px solid #999;
}

/*Board mod_article01*/
.mod_article01 .time {
    color: #fff;
    background: #565679;
}

/*Board mod_article02*/
.mod_article02 .time {
    color: #fff;
    background: #565679;
}

/*Board mod_article03*/
.mod_article03 .time {
    color: #fff;
    background: #565679;
}

/* sub_top */
.top-menu {
    border-top: 0;
    background: none;
    padding: 15px 0;
    text-align: center;
    position: relative;
}

.top-menu-background {
    width: 100%;
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
}

.top-menu-background .areaimg {
    width: 100%;
    float: left;
    margin: 0;
}

.top-menu-background .view {
    position: relative;
    width: 100%;
    height: 0;
    overflow: hidden;
    padding-bottom: 94px;
}

.top-menu-background .view .thumbnail1 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    min-height: 100%;
    padding: 0;
    border: 0;
}


/* PC [ 769px ~ ] */
@media all and (min-width: 769px),(max-width: 1200px) {

    /* header for nav */
    .P-nav-logo {
        padding: 12px 20px;
        font-size: 30px;
        line-height: 46px;
        z-index: 999;
        color: #777;
    }

    .P-nav-logo img {
        width: 180px;
    }

    /* Nav links */
    .P-nav-item {
        position: relative;
        display: inline-block;
        padding: 30px 20px;
        font-weight: 400;
        color: #555;
    }

    .P-nav-item:hover, .P-nav-item:focus {
        color: #000;
        text-decoration: none;
    }

    /* main _ slide */
    .main-slide-text {
        position: relative;
        width: 100%;
        max-width: 1200px;
        margin: 0 auto;
        text-align: center;
        z-index: 1;
    }

    .main-slide-text .visual-text {
        position: absolute;
        z-index: 10;
        top: 0;
        left: 50%;
        transform: translateX(-50%);
        padding-top: 180px;
    }

    .main-slide-text .visual-text .tit_03 {
        font-size: 50px;
        font-weight: 700;
        text-align: center;
        text-shadow: 0 0 5px #444;
        color: #fff;
    }

    .main-slide-text .visual-text .tit_05 {
        font-size: 20px;
        text-align: center;
        text-shadow: 0 0 5px #444;
        color: #fff;
    }

    .main-slider {
        width: 100%;
        overflow: hidden;
    }

    .main-slider li {
        position: relative;
        width: 100%;
        height: 530px;
        overflow: hidden;
        background-size: 100% auto;
    }

    /* main _ contents */
    .P-contents {
        width: 100%;
        position: relative;
        display: block;
    }

    section {
        width: 100%;
        margin: 0 auto 90px auto;
        display: inline-block;
    }

    /* section_01 */
    .section_01 {
        padding: 90px 0 210px 0;
        margin: 0 auto;
        background: #f5f5ff;
    }

    .section_01 p {
        text-align: center;
    }

    .section_01 .tit_04 {
        width: 100%;
        max-width: 754px;
        margin: 0 auto 40px auto;
    }

    /* section_02 */
    .section_02 {
        width: 100%;
        height: 290px;
        background: url('/images/main/pattern1.png') top repeat;
    }

    .section_02 .wrap {
        position: relative;
    }

    .Mbox_content {
        width: 100%;
        position: absolute;
        top: -150px;
        padding: 0 20px;
    }

    .M_box {
        width: 23.8%;
        min-height: 315px;
        float: left;
        padding: 20px;
        margin: 0 1.5% 0 0;
        background: #fff;
        border: 1px solid #eee;
    }

    .M_box:last-child {
        margin: 0 0 0 0;
    }

    .M_txt {
        padding: 18px;
    }

    .M_box .M_txt {
        min-height: 260px;
    }

    .M_txt .tit {
        font-size: 20px;
        line-height: 1.5;
        font-weight: bold;
        text-align: center;
    }

    .M_txt .tit-eg {
        font-size: 14px;
        font-weight: 300;
        text-align: center;
        margin: 0 0 30px 0;
        color: #8280ca;
    }

    .M_txt .txt {
        font-size: 14px;
        text-align: left;
        margin: 0 0 13px 0;
        color: #666;
    }

    .M_box:hover {
        background-size: cover;
        -webkit-transition: all 0.3s linear;
        -moz-transition: all 0.3s linear;
        -ms-transition: all 0.3s linear;
        -o-transition: all 0.3s linear;
        transition: all 0.3s linear;
    }

    .mbox-bg01:hover {
        background: url('/images/main/main_slide_02_m.jpg') center no-repeat;
    }

    .mbox-bg02:hover {
        background: url('/images/main/main_slide_03_m.jpg') center no-repeat;
    }

    .mbox-bg03:hover {
        background: url('/images/main/main_slide_04_m.jpg') center no-repeat;
    }

    .mbox-bg04:hover {
        background: url('/images/main/main_slide_05_m.jpg') center no-repeat;
    }

    .M_box:hover .M_txt {
        background: rgba(255, 255, 255, 0.85);
    }

    /* section_03 */
    .section_03 {
        width: 100%;
        position: relative;
    }

    .section_03 .wrap {
        width: 100%;
        position: relative;
    }

    .contact_content {
        width: 100%;
        max-width: 400px;
        position: absolute;
        z-index: 9;
        top: 42px;
        left: 0;
        padding: 45px;
        background: #152042;
    }

    .contact_content p {
        text-align: left;
        color: #fff;
    }

    .contact_content .tit-eg {
        font-size: 16px;
        font-weight: 300;
    }

    .contact_content .tit {
        font-size: 27px;
        font-weight: bold;
        margin: 0 0 15px 0;
    }

    .contact_content .txt {
        font-size: 13px;
        font-weight: 100;
        margin: 0 0 50px 0;
    }

    .contact_content .w-line {
        width: 70px;
        margin: 0 0 10px 0;
        border-top: 5px solid #fff;
    }

    .cot-bg_content {
        position: relative;
        top: 0;
        right: 0;
        z-index: 1;
    }

    .cot-bg_box {
        width: 100%;
        max-width: 1400px;
        min-width: 1200px;
        float: right;
        margin: 0;
    }

    .cot-bg_box .areaimg {
        width: 100%;
        float: left;
        margin: 0;
    }

    .cot-bg_box .view {
        position: relative;
        width: 100%;
        height: 0;
        overflow: hidden;
        padding-bottom: 485px;
    }

    .cot-bg_box .view .thumbnail1 {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        object-fit: cover;
        min-height: 100%;
        padding: 0;
        border: 0;
    }

    .section_04 .M_txt .tit {
        font-size: 20px;
        line-height: 1.5;
        font-weight: bold;
        text-align: center;
    }

    .section_04 .M_txt .tit-eg {
        font-size: 14px;
        font-weight: 300;
        text-align: center;
        color: #565679;
    }

    /* section_05 */
    .business_content {
        width: 100%;
    }

    .bus_box {
        width: 48%;
        float: left;
        margin: 0 4% 0 0;
    }

    .bus_box:last-child {
        margin: 0 0 0 0;
    }

    .bus_box .areaimg {
        width: 100%;
        float: left;
        margin: 0;
    }

    .bus_box .view {
        position: relative;
        width: 100%;
        height: 0;
        overflow: hidden;
        padding-bottom: 270px;
    }

    .bus_box .view .thumbnail1 {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        object-fit: cover;
        min-height: 100%;
        padding: 0;
        border: 0;
    }

    .bus_txt {
        width: 100%;
        padding: 30px;
        display: inline-block;
        border-width: 0 1px 1px 1px;
        border-style: solid;
        border-color: #eee;
        background: #fff;
    }

    .bus_txt .left {
        float: left;
    }

    .bus_txt .M_txt {
        padding: 0;
    }

    .bus_txt .M_txt .tit-eg {
        font-size: 16px;
        font-weight: 300;
        text-align: left;
        margin: 0;
        color: #565679;
    }

    .bus_txt .M_txt .tit {
        font-size: 25px;
        font-weight: bold;
        text-align: left;
        margin: 0 0 10px 0;
    }

    .bus_txt .right {
        width: 45px;
        float: right;
        background: #1a1945;
    }

    .bus_txt .right p {
        text-align: center;
        padding: 45px 0;
    }

    .bus_txt .right:hover {
        opacity: .5;
        transition: all 0.2s ease-out;
    }

    /* section_06 */
    .section_06 {
        margin: 0 auto;
    }

    .bottom_content {
        width: 100%;
        float: left;
        text-align: center;
        background: #000;
    }

    .bottom_content .bot_wrap {
        padding-top: 80px;
        min-height: 395px;
        display: block;
        position: relative;
        overflow: hidden;
        color: #fff;
    }

    .bottom_content .bot_wrap:before {
        width: 100%;
        height: 100%;
        background: url(/images/main/main_img_04.jpg) no-repeat center center;
        background-size: cover;
        position: absolute;
        top: 0;
        left: 0;
        transition: transform 1s linear, opacity 0.2s ease-in-out;
        opacity: .4;
        content: "";
    }

    .bottom_content .bot_wrap:hover:before {
        transform: scale(1.05);
        opacity: .7;
    }

    .bottom_content .bot_wrap .bot_text {
        width: 100%;
        max-width: 500px;
        margin: 0 auto;
        padding: 0 2%;
        position: relative;
        z-index: 99;
    }

    .bottom_content .bot_wrap .bot_text p {
        text-align: center;
        color: #fff;
    }

    .bot_wrap .bot_text .tit_04 {
        font-size: 14px;
        font-weight: 300;
    }

    .bot_wrap .bot_text .tit_05 {
        font-size: 30px;
        font-weight: 500;
        margin: 0 0 30px 0;
    }

    .bot_wrap .bot_text .tit_06 {
        font-size: 14px;
        font-weight: 200;
        margin: 0 0 30px 0;
    }

    /* SNS */
    .SNS_link2 {
        width: 100%;
        background: #f8f8f8;
        margin: 0;
        overflow: hidden;
    }

    .sns_box2 {
        width: 100%;
        max-width: 320px;
        margin: auto;
        padding: 18px 0;
        text-align: center;
    }

    .sns_box2 img {
        width: 40px;
        margin: 0 4%;
    }

    .sns_box2 a:hover {
        opacity: .6;
    }

    .sns_box2.jack_sns {
        width: 100%;
        max-width: 395px;
        padding: 7px 0;
    }

    .jack_sns img {
        width: 100%;
        max-width: 95px;
        margin: 0 0 10px 0;
    }

}

/* mobile [0 ~ 768px] */
@media all and (max-width: 768px) {

    /* header for nav */
    .P-nav-logo {
        padding: 12px 0 10px 20px;
        font-size: 24px;
        line-height: 33px;
    }

    #btn-top-menu {
        width: 38px;
        float: right;
        padding-top: 26px;
        margin-right: 15px;
    }

    /* main _ slide */
    .main-slider {
        width: 100%;
        display: none;
    }

    .main-slide-text .visual-text {
        padding-top: 20%;
    }

    .wrap ul.slides {
        width: 100%;
        overflow: hidden;
    }

    .wrap ul.slides li {
        position: relative;
        width: 100%;
    }

    .section_01 {
        padding: 90px 0;
    }

    .section_02 {
        height: auto;
        padding: 30px 0;
    }

    .Mbox_content {
        width: 100%;
        position: relative;
        top: 0;
        padding: 0;
    }

    .contact_content {
        left: 5%;
    }

}

/* mobile [0 ~ 480px] */
@media all and (max-width: 480px) {

    .section_01 {
        padding: 50px 0;
    }

    .M_box {
        width: 100%;
        margin: 0 0 20px 0;
    }

    .contact_content {
        width: 90%;
        position: relative;
        left: 0;
        margin: 0 5%;
    }

    .cot-bg_box {
        min-width: auto;
    }

    .cot-bg_box .view {
        padding-bottom: 200px;
    }

    .bus_box {
        width: 100%;
        margin: 0 0 20px 0;
    }

    .bus_box .view {
        padding-bottom: 210px;
    }

    .bus_txt {
        padding: 20px;
    }
}

/* mobile [0 ~ 320px] */
@media all and (max-width: 320px) {

}

/*---------------------------------
Ver1. css add
---------------------------------*/

/* Sub : sub_top-menu ---------------------------------*/
.top-menu {
    border-top: 0;
    background: none;
    padding: 15px 0 0 0;
    text-align: center;
    position: relative;
}

.top-menu-background {
    width: 100%;
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
}

.top-menu-background .areaimg {
    width: 100%;
    float: left;
    margin: 0;
}

.top-menu-background .view {
    position: relative;
    width: 100%;
    height: 0;
    overflow: hidden;
    padding-bottom: 120px;
}

.top-menu-background .view .thumbnail1 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    min-height: 100%;
    padding: 0;
    border: 0;
}

.breadCrumb {
    font-size: 10px;
    padding: 0 10px;
}

/* Sub : sub_top-menu color */
.top-menu-title p {
    font-size: 24px;
    padding-top: 15px;
    color: #fff;
}

.top-menu-title p span {
    color: #aab3ff;
}

.breadCrumb a, a:hover, a:active {
    color: #9a9a9a;
}

/* Sub : box01_content 50% ---------------------*/
.box01_content {
    width: 100%;
    overflow: hidden;
    margin: 0 auto 40px auto;
}

.box01_left {
    float: left;
    margin-right: 2%;
}

.box01_right {
    float: right;
}

@media all and (max-width: 480px) {
    .box01_left {
        width: 100% !important;
        float: left;
        margin-right: 0px;
        margin-bottom: 20px;
    }

    .box01_right {
        width: 100% !important;
        float: left;
    }
}

/* Sub : photobox 50% ---------------------------*/
.photobox {
    width: 100%;
    overflow: hidden;
}

.photobox ul li {
    width: 50%;
    float: left;
    padding: 1%;
    transition: all .5s;
}

.phot03 ul li {
    width: 33.3%;
}

.phot04 ul li {
    width: 25%;
}

.phot05 ul li {
    width: 20%;
}

@media all and (max-width: 768px) {
    .photobox ul li {
        width: 50%;
    }

    .phot03 ul li {
        width: 33.3%;
    }
}

@media all and (max-width: 480px) {
    .photobox ul li {
        width: 100%;
    }
}

/* Sub : text css ---------------------------------*/
.t_st01 {
    font-size: 20px;
    line-height: 1.2;
    padding: 9px 13px;
    margin: 0 0 15px;
    border-width: 1px 0;
    border-style: solid;
    border-color: #c4b3e2;
    color: #333550;
}
}

@media all and (max-width: 480px) {
    .t_st01, .t_st02 {
        font-size: 18px;
    }
}
