@import url('https://fonts.googleapis.com/css?family=Noto+Serif+JP&display=swap');@import url('https://fonts.googleapis.com/css?family=Noto+Sans+JP&display=swap');
*{
    font-family: 'Noto Serif JP', serif;
    letter-spacing: 0.1rem;
}
*:link{
    color: #000;
}
html{
    font-size: 62.5%;
}
.container{
    max-width:1280px;
    margin: 0 auto;
    padding:0 1rem;
}
.sp_br{
    display:block;
}
.pc_br{
    display:inline;
}
@media screen and (min-width: 768px) {
    .container{
        padding:0;
    }
    .sp_br{
        display:inline;
    }
    .pc_br{
        display:block;
    }
}
/*-----------------header--------------------*/
/*-----------------header--------------------*/
#index .kv_outer .fixed {
    position: fixed;
    left: 0;
}
#index header{
    background-color: #fff;
    width: 100%;
    border-bottom: 6px solid #004097;
} 
#index header .header_nav .container{
    position:relative;
}
#index header .header_nav{
    position:absolute;
    top:0;
    width:100%;
    height:15vw;
    background-color: white;
    border-top: 6px solid #004097;
    z-index: 9999;
}
#index header .container{
    position:relative;
    max-width:1280px;
    height: 100%;
    margin: 0 auto;
    display:flex;
    justify-content: space-between;
    align-items: center;
}
#index  .header_logo{
    width: 30vw;
}
#index .nav_list{
    display:none;
    margin-top: 30px;
}    
#index .nav_list ul{
    display:flex;
    justify-content: space-between;
    align-items: center;
}
#index .nav_list_li{
    width: 105px;
    text-align: center;
}
#index .nav_list_li .bold{
    border-left: 1px solid #bcbcbc;
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 1.3rem;
    font-weight:800;
}
#index .nav_list_li:last-of-type .bold{
    border-right: 1px solid #bcbcbc;
}
#index .nav_list_li .head_serif{
    line-height: 2.4rem;
        font-size: 1.2rem;
    color: #6c6c6c;
}
#index .require{
    width: 160px;
    position:absolute;
    top: 0;
    right:0;
    background-color: #004097;
    border-radius: 0 0 0.5rem 0.5rem;
    color: #fff;
    text-align: center;
        padding:0.7rem 2rem;
    display: none;
    align-items: end;
    justify-content: space-between;
    
}
#index .require a{
    color:white;
    display: inline-block;
    width: 100%;
    height: 100%;
    text-align: left;
}
#index .require:after{
    content:url(../img/top_arrow.png);
}

#index .kv_outer{
    position: relative;
    width: 100%;
    height:100vw;
    background-image:url(../img/kv.png);
    background-size: cover;
    background-position: center 7vw;
    background-repeat: no-repeat;
}
#index .kv_outer .container{
    position:unset;
    max-width:1280px;
    height:100%;
    margin:0 auto;
}
#index .kv_sentence{
    width: 100vw;
    position: absolute;
    bottom: 10vmin;
    right:0;
    text-align:right;
    color: #fff;
    font-size: 5vmin;
    line-height: 1.3;
    letter-spacing: 0.3rem;
    background:-webkit-linear-gradient(left, rgba(13,16,9, 0.0), rgba(13,16,9, 0.7), rgba(13,16,9, 0.9));
    background:-o-linear-gradient(left, rgba(13,16,9, 0.0), rgba(13,16,9, 0.7), rgba(13,16,9, 0.9));
    background:linear-gradient(to right, rgba(13,16,9, 0.0), rgba(13,16,9, 0.5), rgba(13,16,9, 0.9));
}
#index .kv_sentence_inner{
    margin-right: 2rem;
}
#index .kv_sentence .bold{
    font-size: 6vw;
}
#index .head_news{
    height:130px;
    margin: 2vmin ;
}
#index .head_news .container{
}
#index .head_news ul{
    display: block;
    justify-content: space-between;}
#index .head_news li{
    font-size:3vmin;
    text-align: center;
}
#index .head_news .news{
    font-family:'Noto Sans JP', sans-serif;
    color: #b81717;    
    flex-basis:15%;
    line-height:1.5;}
#index .head_news .date{
    flex-basis:15%;
    line-height:1.5;
    font-weight:bold;
}
#index .head_news .body{
    flex-basis:70%;
    text-align:left;
    line-height:1.5;
    font-weight:bold;
}@media screen and (min-width: 768px) {    #index header .header_nav{
            width: 100%;
    background-color: white;
            border-top: 6px solid #004097;
        height:86px;
    }
    #index  .header_logo{
        width: unset;
        max-width: 240px;
    }
    #index .kv_outer{
        height:830px;
        background-position: center 10px;
    }
    #index .kv_sentence{
        font-size: 4rem;
        bottom: 100px;
        height:140px;
    }
    #index .kv_sentence_inner{
        margin-right: 4rem;
        height:100%;
        margin-top:1vmin;
    }
    #index .kv_sentence .bold{
        font-size: 4.5rem;
    }
    #index .nav_list{
        display:block;
        
        margin-left: auto;
    }    
    #index .require{
        display:flex;
    }
    #index .head_news{
        margin: 0;
    }    
    #index .head_news li{
        font-size:1.5rem;
        text-align: center;
    }
    #index .head_news ul{
        display: flex;        
    }
}
@media screen and (min-width: 1420px) {
    #index .kv_outer{
        background-position: center calc(25px + -1vw);
    }
}
/*------------------service-------------------*/
/*------------------service-------------------*/#index .service .container{
    margin-top:55px;
}/*------------------section_tit_outer-------------------*/#index .section_tit_outer{
    width: 90%;
    margin: 0 auto;
    margin-top: 15vw;
    text-align: center;
}
 .section_tit{
    font-size:7vw;
    font-weight:400;
    position:relative;
    line-height: 1.4;
}
.section_tit_under{
    letter-spacing: 0.3rem;
    font-size:2vmin;
    font-family: 'Noto Sans JP', sans-serif;
}
#index .service_sentence_outer{
    text-align:center;
}
#index .service_sentence_outer .service_sentence{
    font-size: calc(1rem + 1vw);
    line-height:8vw;}
@media screen and (min-width: 768px) {
    #index .section_tit_outer{
        width: 400px;
        margin-top: 55px;
        margin-bottom: 50px;
    }
    .section_tit{
        font-size:3.4rem;
    }
    .section_tit_under {
        font-size: 1.5rem;
    }    .section_tit::before{
        width:10rem;
    }
    .section_tit::after{
        width:10rem;
    }
    #index .service_sentence_outer .service_sentence{
        font-size: 1.8rem;
        line-height:4.5rem;
    }
}
/*------------------service_img_area-------------------*/
#index .service_img_area .container{
    display:block;
    align-items: center;
    justify-content: center;
    padding-bottom:15vw;
}
#index .service_sentence{
    margin-top:50px;
}
#index .service_img_area{
    margin-top:  10vw;
    background-color: #fafafa;
}
#index .sevice_img_p_outer{
    width: 100%;
    text-align: center;
}
#index .sevice_img_tit{
    padding-top: 10vw;
    line-height: 1.5;
    font-size: 5vmin;
}
#index .sevice_img_p{
    margin-top:10vw;
    margin-bottom:5vw;
    font-size: calc(1rem + 1vw);
    line-height:3rem;
}
#index .service_img_outer{
    position: relative;
    text-align: center;
}
#index .service_img1{
    margin: 0;
    width:80%;
    text-align:center;
} @media screen and (min-width: 768px) {
    #index .service_img_area{
        margin-top:  170px;
        padding-bottom: 50px;
    }
    #index .service_img_area .container{
        display:flex;
        padding-bottom:0;
    }
    #index .sevice_img_p_outer{
        width: 46.87%;        text-align: left;
    }
    #index .sevice_img_tit{
        width: 80%;
        padding-top: 10vw;
        line-height: 5rem;
        font-size: calc(2.5vw * 0.8);
        font-size:3rem;
    }    #index .service_img_outer{
        width: 55%;
    }
    #index .sevice_img_p{
        margin-top: 100px;
        margin-bottom: 0;
        font-size: 1.6rem;
        line-height: 4rem
    }
    #index .service_img1{
        width: calc(100% + 10vw);
        margin-top: -20%;
        margin-bottom: -27%;
        margin-left: -19%;
    }
}
@media screen and (min-width: 1500px) {
    #index .sevice_img_tit{
        font-size:3rem;
        padding-top:10vw;
        line-height:5rem;
    }
    #index .sevice_img_p{
        margin-top:100px;
        margin-bottom:0;
        font-size: 1.6rem;
    }
}
/*------------------company-------------------*/
/*------------------company-------------------*/
#index .company{
    margin-top:15vw;
    background-color: #dbe9ef;
    background-image: url('../img/company_info_back.png');
    background-repeat: no-repeat;
    background-position: right center;
    background-size: contain;
    overflow: hidden;
}
#index .company .section_tit_outer{
    margin-bottom: 35px;
}
#index .company .company_info_data_outer{
    display:block;
    align-items: center;
    justify-content: space-around;
    margin-bottom:50px;
}
#index .company .table tr{
    border-bottom: 1px solid #9e9e9e;
    font-size:calc(1rem + 1vw)
}
#index .company .table tr:nth-of-type(7),
#index .company .table tr:nth-of-type(8),
#index .company .table tr:nth-of-type(9){
    border-bottom:none;
}#index .company .table th {
    width: 30%;
}
#index .company .table td{
    width: 40%;
}
.company .table th,
#index .company .table td{
    padding: 1rem 0;
    line-height:2.5rem;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight:400;
    text-align:left;
}
#index .company .company_info_img_outer{
    margin:0 auto;
    margin-top:10vw;
    width:80%;
    text-align:center;
}
#index .company_info_img_caption{
    line-height:3rem;
    text-align:right;
    font-size: 3vmin;
    font-family: 'Noto Sans JP', sans-serif;
}
@media screen and (min-width: 768px) {
    #index .company{
        margin-top:150px;
    }
    #index .company .company_info_data_outer{
        display:flex;
    }
    .company_info_data{
        width:40%;
    }
    #index .company .table tr{
        font-size:1.7rem;
    }
    #index .company .table th{
        width:30%;
    }
    #index .company .table td{    }
    .company .table th,
    #index .company .table td{
        padding: 15px 0;
    }
    #index .company .company_info_img_outer {
        width: 40%;
        margin:0;
    }
    #index .company_info_img_caption{
        font-size: 1.7rem;
    }
}
/*------------------company_info_icon-------------------*/
#index .company_info_icon_area{
    width:100%;
    padding: 3vmin;
    padding-bottom:10vmin;
    background-image:url('../img/company_info_icon_back.png');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;}
#index .company_info_icon_outer{
    display:block;
    align-items: center;
    justify-content: space-evenly;   
    text-align:center;
}
#index .company_info_icon_li{
    line-height:1.5;
    width: unset;
    margin-top: 5vw;
}
#index .company_info_li_tit{
    font-family: 'Noto Sans JP', sans-serif;
    font-weight:400;
    font-size: 2.7rem;
}
#index .company_info_icon{
    width:55px;
}
#index .company_info_li_p{
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 2.7rem;
    line-height:1.3;
}
#index .company_info_li_p span{
    font-size: 4.5rem;
    font-weight:800;
    font-family: 'Noto Sans JP', sans-serif;}
#index .company_info_icon_li time{
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 1.2rem;
}
#index .company_info_icon_p{
    margin-top:60px;
    font-family: 'Noto Sans JP', sans-serif;
    font-size:4vmin;
    text-align:center;
    line-height: 1.5;
}
@media screen and (min-width: 768px) {
    #index .company_info_icon_area{
        padding: 60px;
    }
    #index .company_info_li_p{    }
    #index .company_info_icon_outer{
        display:flex;
    }
    #index .company_info_icon{
        width:55px;
    }
    #index .company_info_icon_li{
        width: 20rem;
    }
    #index .company_info_icon_p{
        /*font-size:2.3rem;*/
        font-size: 1.8rem;
        /*font-weight: 600;*/
    }
}
/*------------------map-------------------*/
/*------------------map-------------------*/
#index .map .iframe_area{
    position: relative;
    overflow: hidden;
    height: 0;
    padding-bottom: 80%;
    border: none;
}
#index .map iframe{
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
}#index .map .section_tit_outer{
    margin-top: 55px;
    margin-bottom: 50px;
}
@media screen and (min-width: 768px) {
    #index .map .iframe_area{
        padding-bottom: 35%;
    }
}/*-----------------information------------------*/
/*-----------------information------------------*/
#index .information {
    background-color: #dbe9ef;
}#index .information .section_tit_outer{
    margin-bottom: 55px;
    padding-top: 55px;
}
#index .information .information_table_tit{
    font-size: calc(1rem + 1vw);
    font-family: 'Noto Sans JP', sans-serif;
    font-weight:400;
    letter-spacing: 1;
    line-height: 1.5;
    text-align:center;
}#index .jobOffer_outer{
    margin:0 auto;
    margin-bottom: 6rem;
}
.jobOffer{
    font-size: 2rem;
    font-family: 'Noto Sans JP', sans-serif;
    line-height:2;
    text-align: center;
}
.jobOffer a{
    font-size: 2rem;
    font-family: 'Noto Sans JP', sans-serif;
}#index  .information .info_table_area{
    margin-bottom:10vw;
    padding: 0 1rem;    
    overflow:hidden;
}#index .info_detail_outer{
    display:block;
    justify-content: center;
    margin-top: 20px;
}
#index .info_detail{
    padding:5vmin;
}
#index .info_detail_tit{
    width:unset;
    padding: 5vw;    border-top: 2px solid #004097;
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 3vmin;
    font-size: calc(1rem + 1vw);
    text-align:center;
}
#index .info_detail_item{
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 3vmin;
    font-size: calc(1rem + 1vw);
    line-height:2;
}
#index .info_detail_item_in{
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 3vmin;
    font-size: calc(1rem + 1vw);
}
#index .info_detail{
    border-top: 4px solid #fff;}#index .info_table_area:nth-of-type(3) .info_detail_tit{
    border-top: 4px solid #004097;
}
#index .info_table_area:nth-of-type(4) .info_detail_tit{
    border-top: 4px solid #cf0000;
}
#index .info_table_area:nth-of-type(5) .info_detail_tit{
    border-top: 4px solid #D8E212;
}
#index .info_table_area:nth-of-type(6) .info_detail_tit{
    border-top: 4px solid #23AC0E;}
@media screen and (min-width: 768px) {
    #index .information .information_table_tit{
        font-size: 2.3rem;
        font-size: 1.6rem;
    }
    #index .information .info_table_area {
        margin-bottom:100px;
        padding: 0;
    }
    #index .info_detail_outer{
        display:flex;
    }   
    #index .info_detail{
        padding:40px;
    }
    #index .info_detail_tit{
        width:325px;
        padding-top:40px;
        padding:40px;

        border-top: 4px solid #004097;
        font-family: 'Noto Sans JP', sans-serif;
        font-size:1.6rem;
        text-align:left;
    }
    #index .info_detail_item{
        font-size: 1.6rem;
        letter-spacing: 0.3rem;
    }
    #index .info_detail_item_in{
        font-size: 1.6rem;
    }
}
/*------------------map-------------------*/.free_area_outer{
    background-color: #014196;
    height:150px;
    display:flex;
    align-items:center;
    justify-content: center;
}
.free_li{
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 3vmin;
    letter-spacing: 1.5px;
    line-height:2;
    color: white;
    text-align:center;
}
.free_li:nth-of-type(2){
    font-size: 4.5vmin;
}
.free_li a{
    font-family: 'Noto Sans JP', sans-serif;
    font-weight:600;
    color:white;
    border-bottom: 1px solid white;
    letter-spacing: 0.5px;
    font-size: 4vw;
}#index .require_area{
    background-color: #52656e;
    padding:40px 0;
}
#index .require_area ul{
    height:unset;
    background-color: white;
    display:block;
    justify-content: space-evenly;
    justify-content: center;
    align-items:center;
    padding-bottom:2rem;
}.require_item:nth-of-type(1){
    font-size: 7vmin;
    text-align: center;
    line-height: 2;
}
.require_item:nth-of-type(2){
    display: none;
}.require_item:nth-of-type(3) {
    font-size: 4vmin;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 800;
    padding: 0 1rem;
    text-align: center;
}
.require_item:nth-of-type(3) span{
    font-size: 5vmin;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight:800;
}
.require_item:nth-of-type(3) p{
    font-size: 3vmin;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight:400;
    line-height:2;
}
.require_item:nth-of-type(3) span a{
    font-family: 'Noto Sans JP', sans-serif;

}
.require_item:nth-of-type(4){
    padding: 0 1rem;
    margin-top: 2rem;
}
.require_item:nth-of-type(4) p{
    text-align: center;
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 1.7rem;

}
.require_item:nth-of-type(4) a{
    font-size: 3vmin;
    font-family: 'Noto Sans JP', sans-serif;

    color: #004097;
    display: inline-block;
    border-bottom: 2px solid #004097;
    width: 80%;
    line-height: 1.5;
    margin: 0 auto;
}
.require_item:nth-of-type(4) .arrow{
    display: inline-block;
    width: 20%;
    text-align: center;
}
.require_item:nth-of-type(4) a img{
    width: 25px;
}
.require_item:nth-of-type(4) a{
    display: flex;    
    justify-content: space-evenly;
    align-items:center;
}
@media screen and (min-width: 768px) {
    .free_area_outer{
        height:170px;
    }
    .free_li{
        font-size: 1.8rem;
    }
    .free_li:nth-of-type(2){
        font-size: 3rem;
    }
    .free_li a{
        font-size: 3rem;
        
    }
    #index .require_area ul{
        display:flex;
        height:200px;
        padding-bottom:0;
    }
    .require_item{
        margin-left:2vmin;
    }
    .require_item:nth-of-type(1){
        margin-left:0;
        font-size: 3vmin;
        text-align: left;
        line-height: unset;
    }
    .require_item:nth-of-type(2){
        display: block;
        width: 5vmin;
    }

    .require_item:nth-of-type(3){
        font-size:3vmin;
        padding: 0;
    }
    .require_item:nth-of-type(3) p{
        font-size: 1.5vmin;
        text-align:right;
    }
    .require_item:nth-of-type(3) span{
        font-size: 3vmin;
    }
    .require_item:nth-of-type(3) span a{
        font-family: 'Noto Sans JP', sans-serif;
    }
    .require_item:nth-of-type(4){
        padding: 0;
        margin:0;
        margin-left: 4vmin;
    }
    .require_item:nth-of-type(4) .mail{
        display:inline-block;
        width:300px;
    }
    .require_item:nth-of-type(4) p{
        text-align: left;
    }
    .require_item:nth-of-type(4) a{
        width: 100%;
        font-size: 2vmin;
        line-height: 1.5; 
    }
    .require_item:nth-of-type(4) a{
        width: 100%;
    }
    .require_item:nth-of-type(4) a .mail_{
        display: inline-block;
        width: 70%;
    }
}/*------------------footer-------------------*/
/*------------------footer-------------------*/
.footer{
    background-color:#014196;
    width: 100%;
    line-height:65px;
}
.footer address{
    color: white;
    font-family: 'Noto Sans JP', sans-serif;
        font-size: 2vmin;
    font-style: normal;
    letter-spacing: 0.3rem;
    text-align:center;
}

@media screen and (min-width: 768px) {
    .footer address{
        font-size: 1.5rem;
    }
}

/*------------------scrolltop btn-------------------*/
/*------------------scrolltop btn-------------------*/

#scrolltop{
    display:none;
    background-color: #004097;
    font-weight: 800; 
    position: fixed;
    bottom: 3vmin;
    right: 5vmin;
    width: 17vmin;
    border-radius: 10px;
    font-size: 3vmin;
    text-align: center;
    color: white;
    background-color: #004097;
    padding-bottom: 1rem;
}#scrolltop img{
    margin-top:3vmin;
    width:30%;
    line-height:2;
}
#scrolltop span{
    display: inline-block;
    width: 100%;
    color: white;
    line-height: 1.5;
}
@media screen and (min-width: 768px) {
    #scrolltop {
        bottom: 40px;
        right: 100px;
        height: auto;
        width: 110px;
        font-size: 2.4vmin;
        border-radius: 20px;
        padding-top: 1rem;
        padding-bottom: 1rem;
    }
    #scrolltop a{
        display: inline-block;
        width: 100%;
        height: 100%;
    }
    #scrolltop img{
        margin-top:unset;
    }
}
/*開閉ボタン*/
#nav_toggle {
    display: inline-block;
    width: 30px;
    height: 30px;
    position: relative;
    z-index: 10000;
    position: absolute;
    top: initial;
    right: 15px;
}
#nav_toggle div {
  position: relative;
}
#nav_toggle span {
  display: block;
  height: 2px;
  background: #014196;
  position: absolute;
  width: 100%;
  right: 0;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
#nav_toggle span:nth-child(1) {
  top: 10px;
}
#nav_toggle span:nth-child(2) {
  display: none;
}
#nav_toggle span:nth-child(3) {
  top: 20px;
  right: 0;
  width: 60%;
}/*開閉ボタンopen時*/
.open #nav_toggle span {
  background: #014196;
}
.open #nav_toggle span:nth-child(1) {
  top: 12px;
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  transform: rotate(135deg);
}
.open #nav_toggle span:nth-child(2) {
  width: 0;
  left: 50%;
}
.open #nav_toggle span:nth-child(3) {
  top: 12px;
  width: 100%;
  -webkit-transform: rotate(-135deg);
  -moz-transform: rotate(-135deg);
  transform: rotate(-135deg);
}#overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 5000;
  background-color: white;
  opacity: 1;
}
@media screen and (min-width: 768px) {
    #nav_toggle {
        display:none;
    }
}@media screen and (min-width: 768px) {
  .menu_sp {
    display: none;
  }
}
/*----------------------メニュー---------------------------*/
/*----------------------メニュー---------------------------*/
.menu_sp {
  display: none;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0;
  right: 0;
  z-index: 8000;
  background-image: url("../imgs/sp/menu_back_sp.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: top center;
  background-color: white;
}
.menu_sp .up_container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding-top: 20vw;
}
.menu_sp .up_container .company_info_icon_outer_,
.menu_sp .up_container .menu_building_icon_outer,
.menu_sp .up_container .menu_saerch_icon_outer,
.menu_sp .up_container .menu_sale_icon_outer {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-bottom: 20px;
    width: 90.62vw;
    height: 25vw;
  border-radius: 5px;
  background-color: #004097;
  box-shadow: 5px 5px 10px -3px #888;
  text-align: center;
}
.menu_sp .up_container .company_info_icon_outer_ .company_info_icon,
.menu_sp .up_container .menu_building_icon_outer .menu_building_icon,
.menu_sp .up_container .menu_saerch_icon_outer .menu_saerch_icon,
.menu_sp .up_container .menu_sale_icon_outer .menu_sale_icon{
  width: 30%;
  margin: 0 auto;
  margin-bottom: 12px;
}
.menu_sp .up_container .company_info_icon_outer_ .company_info_name,
.menu_sp .up_container .menu_building_icon_outer .menu_building_list_name,
.menu_sp .up_container .menu_saerch_icon_outer .menu_saerch_name,
.menu_sp .up_container .menu_sale_icon_outer .menu_sale_name
 {
  margin: 0;
  font-size: 5vw;
    font-family: 'Noto Sans JP', sans-serif;  color: #fff;
}.menu_sp .up_container .company_info_icon_outer_{
  margin-right: 10px;
  margin-bottom:10px;
}
.menu_sp .menu_tel_icon_outer {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 90.62vw;
  height: 32vw;
  margin: 0 auto;
  margin-bottom: 53px;
  background-color: #004097;
  border-radius: 5px;
  box-shadow: 5px 5px 10px -3px #888;
}
.menu_sp .menu_tel_icon_outer .menu_tel_icon {
  width: 12%;
  margin: 0 auto;
  margin-bottom: 10px;
}
.menu_sp .menu_tel_icon_outer .menu_tel_name {
  margin: 0;
  text-align: center;
  font-size: 5vw;
  color: white;
  letter-spacing: 2px;
    font-family: 'Noto Sans JP', sans-serif;
}
.menu_sp .menu_tel_icon_outer .menu_tel_name a:link,
.menu_sp .menu_tel_icon_outer .menu_tel_name a:visited {
  color: white;
}
.menu_sp .menu_icon_under {
  width: 110px;
  margin: 0 auto;
}
#menu_sp .menu_tel_name a:link,
#menu_sp .menu_tel_name a:visited {
  color: white;
}
.menu_sale_icon_outer a,
.menu_building_icon_outer a,
.menu_saerch_icon_outer a,
.menu_tel_icon_outer a,
.company_info_icon_outer_ a{
    width:100%;
    height:100%;
    display: flex;
    justify-content: center;
    align-items: center;
}