

body{
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
}


/* header */

header{

    display: block;
    position: fixed;

    top:0;
    left: 0;

    margin: 0;
    padding: 0;

    font-size: 0;

    width: 100%;
    height: 60px;
    background-color: #fff;
z-index: 10;
}


.header_title_logo{
    display: inline-block;
    width: 10%;
    height: 40px;
    vertical-align: top;
    margin-top: 10px;
    margin-left: 40px;

    background-color: #fff;
}
.header_menu_container{

    display: inline-block;
    float: right;
    width: 80%;
    font-size: 0;
    height: 60px;

    background-color: #fff;
    text-align: right;

    vertical-align: top;


}

.header_menu_elment{
    display: inline-block;
    position: relative;

    width: 130px;
    height: 40px;

    font-size: 14px;

    box-sizing: border-box;

    line-height: 40px;
    text-align: center;

    vertical-align: middle;

    margin-top: 10px;

    margin-bottom: 10px;
    border-left:1px solid #f0f0f0;
    opacity: 1.0;

    transition: opacity 0.5s ease-in-out;

    /* cursor: pointer; */

    color: #000;
    text-decoration: none;
}

.header_menu_elment:hover{
    opacity: 0.3;
}
/* 非活性対応 */
.header_menu_elment:nth-child(3):hover{
    opacity: 1.0;
}


.header_menu_elment.black{

    color: #fff;
    background-color: #000;


    line-height: 60px;

    height: 60px;
    border-left:0px;


    margin-top: 0px;

    margin-bottom: 0px;

}

.header_right_menu_container_sp{
    display: none;
}

.cover_header_spacer{
    display: block;
    position: relative;

    margin: 0;
    padding: 0;

    width: 100%;
    height: 60px;

    background-color: transparent;

}

/* メインビジュアル */

.strength_mv_container{
    margin-top: 60px;
    width: 100%;
    position: relative;
}

.mv_img{
    display: block;
    width: 100%;
}

.strength_inner_container{
    width: 700px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}

.strength_title_container{
    display: block;
    position: relative;
    width: 300px;
    margin: 0px auto 30px;
    text-align: center;
}

.text_block {
    font-size: 22px;
    margin-bottom: 3px;
}

.text_bar {
    display: block;
    margin: auto;
    width: 300px;
    height: 4px;
    background-color: #000;
    transition: width 0.8s cubic-bezier(0,.84,.2,1);
}

.strength_mv_text{
    font-size: 16px;
    line-height: 2.0;
    text-align: center;
}


/* icon */

.section_icon{
    background-color: #fff;
    width: 100%;
}

.icon_container{
    display: flex;
    justify-content: space-around;
    margin-left: auto;
    margin-right: auto;
    padding-top: 110px;
    width: 90%;
    max-width: 1100px;
}

.icon_wrap{
    width: 230px;
}

.icon{
    opacity: 1.0;
    transition: opacity 1.4s linear;
    display: block;
    width: 160px;
    position: relative;
    margin-left: auto;
    margin-right: auto;
}

.hex_frame {
    width: 160px;
    display: block;
    position: relative;
}

.icon_title {
    display: block;
    position: absolute;
    width: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    opacity: 1.0;
    transition: opacity 0.4s linear;
}

.icon_text{
    font-size: 15px;
    margin-top: 20px;
    line-height: 2.0;
    text-align: justify;
}

.more_btn{
    display: block;
    width: 220px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
    height: 40px;
    line-height: 40px;
    border-radius: 20px;
    text-align: center;
    border: 1px solid #000;
    color: #000;
    text-decoration: none;
    transition: all 0.3s ease-in-out;
}
.more_btn:hover{
    background-color: #000;
    color: #fff;
}


/* plan / inclusion /  creation */

.section_plan, .section_inclusion, .section_creation{
    background-color: #fff;
    width: 100%;
}

.plan_container, .inclusion_container, .creation_container{
    border-bottom: 1px dotted #c8c8c8;
    margin-left: auto;
    margin-right: auto;
    padding-top: 100px;
    padding-bottom: 130px;
    width: 90%;
    max-width: 1100px;
}

.content_title_wrap{
    overflow: hidden;
    width: 100%;
    height: 390px;
    position: relative;
}

.content_title_wrap img{
    display: block;
    font-family: 'object-fit: cover;'; /*IE対策*/
    object-fit: cover;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.content_title_wrap img.sp{
    display: block;
}

.content_title_inner{
    width: 80%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}

.content_title_en{
    color: #fff;
    font-family: 'Lato', sans-serif;
    font-weight: 100;
    font-size: 60px;
    text-align: center;
}

.content_bar{
    background-color: #fff;
    margin-left: auto;
    margin-right: auto;
    margin-top: 5px;
    width: 100%;
    height: 1px;
}

.content_title_ja{
    color: #fff;
    font-size: 30px;
    font-weight: bold;
    margin-top: 20px;
    text-align: center;
}

.content_title_text{
    color: #fff;
    font-size: 15px;
    margin-top: 10px;
    line-height: 2.0;
    text-align: center;
}

.content_result_wrap{
    margin-top: 60px;
    width: 100%;
}
.content_result_wrap.second{
    margin-top: 80px;
}

.content_tag_title{
    background-color: #000;
    width: 100%;
    height: 60px;
    position: relative;
}

.content_title{
    color: #fff;
    font-size: 22px;
    line-height: 60px;
    text-align: center;
}

.content_tag{
    display: block;
    border: 1px solid #fff;
    color: #fff;
    padding: 2px 30px;
    font-size: 16px;
    position: absolute;
    top: 50%;
    right: 2%;
    transform: translateY(-50%);
}

.content_result_inner{
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
    width: 100%;
}

.content_result_l{
    width: 47%;
}
.content_result_l.sp{
    display: none;
}

.content_result_l img{
    display: block;
    width: 100%;
}

.content_result_r{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin-top: 10px;
    width: 50%;
}

.content_event_title{
    font-size: 22px;
    font-weight: bold;
}

.content_event_sub_title{
    color: #000;
    display: block;
    font-size: 26px;
    margin-top: 10px;
    text-decoration: underline;
}

.content_result_text{
    margin-top: 15px;
    font-size: 15px;
    line-height: 1.5;
    text-align: justify;
}

.content_point_wrap{
    background-color: #f0f0f0;
    box-sizing: border-box;
    margin-top: 20px;
    padding: 15px 20px 40px 20px;
    width: 100%;
    height: 160px;
}

.point_title{
    font-size: 16px;
    margin-bottom: 5px;
}

.point_list{
    font-size: 13px;
    margin-left: 1rem;
    text-indent: -1rem;
}

.creation_wrap{
    margin-top: 60px;
    width: 100%;
}

.creation_list{
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #f0f0f0;
    font-size: 22px;
    width: 100%;
    height: 60px;
}
.creation_list:not(:first-child){
    margin-top: 3px;
}


/* contact */

.other_contact_container{
    display: block;
    position: relative;
    width: 100%;
    height: 130px;
    background-color: #787878;
    margin-top: 100px;
    margin-bottom: 100px;
    text-align: center;
    opacity: 1;
    transition: all 0.3s ease-in-out;
}
.other_contact_container:hover{
    opacity: 0.7;
}

.other_contact_text{
    color: #fff;
    font-size: 22px;
    line-height: 130px;
}

.other_contact_container .arrow_white{
    height: 30px;
}


/* Capital */
.capital_medica_container{
    display: block;
    position: relative;
    width: 100%;

    background-color: #aaaaaa;
    text-align: center;

    opacity: 1;
    transition: all 0.3s ease-in-out;
}
.capital_medica_container:hover{
    opacity: 0.7;
}

.capital_medica_logo{

    display:block;

    width: 100%;
}

.capital_medica_logo.sp{
    display: none;
}

.arrow_white {
    display: block;
    position: absolute;
    top: 50%;
    right: 5%;
    height: 15px;
    transform: translateY(-50%);
}

.capital_medica_container .arrow_white{
    height: 30px;
}


/* FOOTER */

footer{

    display: block;
    position: relative;

    width: 100%;
    height: auto;


    background-color: #787878;
}

.footer_inner_container{

    display: block;
    position: relative;

    width: 90%;
    height: auto;

    margin: auto;

    padding-top: 60px;
    padding-bottom: 60px;

    font-size: 0;

}

.footer_inner_half_container{
    display: inline-block;
    position: relative;

    width:   50%;
    height: auto;

    color: #fff;

    vertical-align: top;

}

.footer_inner_half_container ul{
    list-style-type: none;
    padding-left: 20%;
}

.footer_inner_half_container ul a{
    color: #fff;
    text-decoration: none;
}

.footer_inner_half_container ul li{
    line-height: 1;
    font-size: 16px;
    margin-bottom: 30px;

    opacity: 1.0;
    transition: all 0.5s ease-in-out;
}
.footer_inner_half_container ul li:hover{
    opacity: 0.3;
}
/* 非活性対応 */
.footer_inner_half_container ul a:nth-child(4) li:hover{
    opacity: 1.0;
}

.footer_bottom_container{
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;

    width: 100%;
    height: 80px;

    padding-left: 5%;
    padding-right: 5%;

    background-color: #fff;
}

/* .footer_bottom_container span{
    line-height: 80px;
    color: #969696;



} */

.footer_bottom_container.sp{
    display: none;
}

.footer_privacy_policy{
margin-left: 20px;
}

.footer_privacy_policy a{
    color: #969696;
    font-size: 12px;
    text-decoration: underline;
}

.copyright{
    color: #969696;
    font-size: 12px;
    margin-top: 10px;
}

.footer_privacy_policy a:visited{
    color: 969696;
}

.footer_privacy_policy a:hover{
    color: 969696;
}

.footer_privacy_policy a:active{
    color: 969696;
}

.pmark{
    width: 70px;
    /* line-height: 80px;
    float: right; */

    /* padding-top: 15px; */

    /* vertical-align: middle; */
}

.address_info{
    display: block;
    width: 100%;
}

.address_info.sp{
    display: none;
}
.address_info.pc{
    display: block;
}


.map_container{
    display: block;
    width: 100%;
    height: 180px;
    margin-top: 20px;
}

.google_map{
    color: #c8c8c8;
    font-size: 12px;
    margin-top: 10px;
    text-align: right;
}
/* menu */
.sp_menu_container{
    display: none;
}

br.pc{
    display: block;
}
br.sp{
    display: none;
}
br.sp_500{
    display: none;
}



/* SP */

@media screen and (max-width: 825px){
    .header_menu_elment{
        width: 100px;
    }
}

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

    /*header */

    header{
        width: 100vw;
    }

    .header_menu_container{
        display: none;
    }

    .header_right_menu_container_sp{
        display: block;
        position: absolute;

        top:0;
        right: 0;

        width: 60px;
        height: 100%;

        z-index: 3;

        cursor: pointer;

    }

    .header_right_menu_container_sp img{

        display: block;
        position: absolute;

        top:50%;
        left: 50%;

        width: 30px;

        transform: translate(-50%,-50%);

        z-index: 4;
    }

    .header_title_logo {
        width: 70px;
        margin-left: 20px;
    }

    .cover_after_container{
        display: flex;

        text-align: start;
    }

    .cover_after_container a{
        align-self: center;
        line-height: 1.5;
        margin-left: auto;
        margin-right: auto;
        width: fit-content;
        width: -moz-fit-content;
        width: -webkit-fit-content;
        max-width: 80%;
    }

    /* Top */

    .cover_sub_block{
        width: 50%;
        height: 120px;
    }

    .cover_main_container{
        height: calc(100vh - 360px);

    }

    .cover_title_container.pc{
        display: none;
    }

    .cover_title_container.sp{
        display: block;
    }

    /* capital medica */
    .capital_medica_logo.pc{
        display: none;
    }

    .capital_medica_logo.sp{
        display: block;
    }

    /* footer */

    .address_info.sp{
        display: block;
        max-width:300px;
        width: 60%;
        margin: auto;
    }
    .address_info.pc{
        display: none;
    }

    .footer_bottom_container.pc{
        display: none;
    }

    .footer_inner_half_container{
        width: 100%;
    }

    .footer_inner_half_container ul{
        margin-bottom: 100px;
    }

    .footer_inner_half_container.top{
        padding-top: 50px;
    }

    .footer_inner_half_container.bottom{
        border-top: 1px dotted #fff;

        padding-top: 80px;
    }

    .map_container{
        margin-top: 60px;
        margin-bottom: 60px;
    }

    .footer_bottom_container.sp{

        display: block;
        width: 100%;
        height: auto;

        text-align: center;

        position: relative;

        padding-top: 20px;
        padding-bottom: 40px;

        background-color: #f0f0f0;
    }

    .pmark{
        display: block;
        margin:20px auto 30px;
    }

    .footer_privacy_policy{
        margin-left: 0px;
    }

    .copyright{
        margin-top: 3px;
    }

    /* Menu */
    .sp_menu_container{
        display: block;
        position: fixed;

        width: 100%;
        height: 100vh;

        top:0;
        left: 0;

        background-color: #b4b4b4;
        z-index: 999;

        opacity: 1.0;

        transition: opacity 0.3s linear;
    }

    .sp_menu_container.display_none{
        display: none;
    }

    .sp_menu_container.hide{
          opacity: 0.0;
    }

    .sp_menu_container ul{
        margin-left: 20%;
        width: 60%;
        list-style-type: none;

        margin-top: 100px;
    }
    .sp_menu_container ul li{
        font-size: 16px;

        border-bottom: 1px dotted #000 ;

        margin-bottom: 20px;
        padding-bottom: 5px;

        cursor: pointer;

        opacity: 1.0;
        transform:translateX(0);

        transition: all 0.3s ease-in-out;
    }

    .sp_menu_container.hide ul li{
        opacity: 0.0;
        transform:translateX(-50px);
    }

    .sp_menu_container ul li:nth-child(1){
        transition-delay: 0.05s;
    }
    .sp_menu_container ul li:nth-child(2){
        transition-delay: 0.1s;
    }
    .sp_menu_container ul li:nth-child(3){
        transition-delay: 0.15s;
    }
    .sp_menu_container ul li:nth-child(4){
        transition-delay: 0.2s;
    }
    .sp_menu_container ul li:nth-child(5){
        transition-delay: 0.25s;
    }
    .sp_menu_container ul li:nth-child(6){
        transition-delay: 0.3s;
    }
    .sp_menu_container ul li:nth-child(7){
        transition-delay: 0.35s;
    }

    .sp_menu_img{

        display: block;
        position: absolute;

        width: 20px;
        height: 20px;

        top: 30px;
        right: 30px;

    }
}











































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

    /* メインビジュアル */
    .strength_mv_container{
        min-height: 300px;
    }

    .mv_img{
        font-family: 'object-fit: cover;'; /*IE対策*/
        object-fit: cover;
        height: 100%;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%,-50%);
    }

    .strength_inner_container{
        width: 90%;
    }

    .strength_title_container{
        margin: 0px auto 15px;
    }

    .strength_mv_text{
        line-height: 1.7;
    }




    /* icon */

    .icon_container{
        display: block;
        padding-top: 60px;
    }

    .icon_wrap{
        width: 100%;
    }
    .icon_wrap:not(:first-child){
        margin-top: 90px;
    }

    .icon{
        width: 290px;
    }

    .hex_frame {
        width: 290px;
    }

    .icon_text{
        line-height: 1.7;
        text-align: center;
    }

    .more_btn{
        width: 100%;
    }


    /* plan / inclusion /  creation */

    .plan_container, .inclusion_container, .creation_container{
        border-bottom: none;
        padding-top: 90px;
        padding-bottom: 0px;
    }

    .content_title_wrap{
        width: 100vw;
        left: 50%;
        transform: translateX(-50%);
    }

    .content_title_wrap img.pc{
        display: none;
    }

    .content_title_inner{
        width: 90%;
    }

    .content_title_text{
        line-height: 1.7;
    }

    .content_result_wrap.second{
        margin-top: 60px;
    }

    .content_tag_title{
        height: 100px;
    }

    .content_title{
        line-height: 1.5;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%,-50%);
    }

    .content_tag{
        padding: 5px 20px;
        right: 3%;
    }

    .content_result_inner{
        display: block;
    }

    .content_result_l{
        margin-top: 20px;
        width: 100%;
    }
    .content_result_l.pc{
        display: none;
    }
    .content_result_l.sp{
        display: block;
    }

    .content_result_r{
        display: block;
        margin-top: 0px;
        width: 100%;
    }

    .content_event_sub_title{
        display: block;
        font-size: 26px;
        margin-top: 10px;
        text-decoration: underline;
    }

    .content_point_wrap{
        box-sizing: border-box;
        margin-top: 0px;
        padding: 30px 20px 30px 20px;
        height: 200px;
    }

    .creation_list{
        font-size: 18px;
        text-align: center;
    }


    /* contact */

    .other_contact_container{
        margin-left: auto;
        margin-right: auto;
        width: 90%;
    }

    .other_contact_text{
        line-height: 1.5;
        width: fit-content;
        width: -moz-fit-content;
        width: -webkit-fit-content;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%,-50%);
    }




    br.pc{
        display: none;
    }
    br.sp{
        display: block;
    }
    br.sp_500{
        display: none;
    }
}

















































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

    /* メインビジュアル */
    .strength_mv_container{
        min-height: 250px;
    }

    .strength_title_container{
        width: 300px;
    }

    .text_block {
        font-size: 18px;
    }

    .strength_mv_text{
        font-size: 12px;
    }

    /* icon */

    .icon_wrap:not(:first-child){
        margin-top: 45px;
    }

    .icon{
        width: 165px;
    }

    .hex_frame {
        width: 165px;
    }

    .icon_text{
        font-size: 12px;
    }

    /* plan / inclusion /  creation */

    .plan_container, .inclusion_container, .creation_container{
        padding-top: 90px;
    }

    .content_title_wrap{
        height: 300px;
    }

    .content_title_en{
        font-size: 30px;
    }

    .content_title_ja{
        font-size: 20px;
        margin-top: 10px;
    }

    .content_title_text{
        font-size: 12px;
        margin-top: 20px;
    }

    .content_result_wrap{
        margin-top: 30px;
    }
    .content_result_wrap.second{
        margin-top: 30px;
    }

    .content_tag_title{
        height: 100px;
    }

    .content_title{
        font-size: 18px;
        width: fit-content;
        width: -moz-fit-content;
        width: -webkit-fit-content;
    }

    .content_tag{
        padding: 3px 15px;
        font-size: 12px;
    }

    .content_event_title{
        font-size: 18px;
    }

    .content_event_sub_title{
        font-size: 20px;
    }

    .content_result_text{
        font-size: 14px;
    }

    .creation_list{
        font-size: 14px;
    }


    /* contact */

    .other_contact_container {
        height: 100px;
    }

    .other_contact_text{
        font-size: 14px;
    }

    br.sp_500{
        display: block;
    }
}


@media screen and (max-width: 320px){
    .strength_mv_text{
        font-size: 10px;
    }

    .content_title{
        font-size: 16px;
    }

    .content_tag{
        padding: 3px 10px;
    }

    .content_title_inner {
        width: 100%;
    }

    .content_bar {
        width: 90%;
    }
}
