@charset "utf-8";

/*-- 
company

====================================================== --*/
#page-company.lower .lower_base{
    background-color: var(--c-white);
}
#page-company.lower .lower_base .content_body_inner {
    padding: 4rem 0rem;
    }
#content_company .content_body .box{
    width: 650px;
    text-align: center;
    margin: 0 auto;
}
#content_company .content_body .box span{
    font-size: 2.4rem;
    color:#969293;
    font-weight: 500;
}
#content_company .content_body .box h3{
    font-size: 3.6rem;
    margin-bottom: 1.5rem;
    color: var(--c-navy); 
    font-weight: 700;
}
#content_company .content_body .box h3 .content_company_theme_parenthesis{
    color: var(--c-navy); 
   font-size:5rem;
   padding : 1rem ;
}

#content_company .content_body .box p{
    font-size: 1.8rem;
    letter-spacing: 0;
    color: var(--c-brown);
}
#content_company .content_body h2{
    font-size: 3.0rem;
    font-weight: 700;
}
#content_company .member_list {
	display: flex;
	justify-content: space-between;
	column-gap: 2%;
	
}
#content_company .member_list .member_list_item {
    display: flex;
    flex-direction: column;
    align-items: center;
}
#content_company .member_list .member_list_item .image{
    width: 233px;
    height: auto;
}
#content_company .member_list .member_list_item .caption{
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    padding-top: 40px;
}

#content_company .member_list .member_list_item span.license{
    color: var(--c-brown-light);
}
#content_company table{
    width: 920px;
    margin: 0 auto;
}
 table, tr, td{
    font-weight: 400;
    border-collapse: collapse;
    border: 1px solid #EFECEC;
}
#content_company table tr td{
    padding: 1rem;
    font-size: 1.6rem;
    height: 60px;
}
#content_company table tr td span{
    display: block;
}
#content_company table tr td:first-child{
    background-color:#DDD6CE;
    text-align: center;
    width: 160px;
    vertical-align: middle;
    border-bottom: var(--c-white);
}
#content_company table tr td:last-child{
    padding-left: 100px;
}
#content_company .content_body_inner.access .map{
    width: 570px;
}
body.lower .lower_base .row.-col_2 .col:last-child{
    width: 380px;
}
#content_company .content_body_inner.access p{
    width: 380px;
    line-height : 1.5 ;
    
}
#content_company .content_body_inner.history{
	height: 40rem;
    margin-top: 0;
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
    width: 100%;
    /* background-color: var(--c-beige); */
    padding: 6rem 2rem 10rem 2rem;
    position: relative;
    overflow: visible;
    background-image: url(../img/company/bg_history.png);
    color: var(--c-white);
}
#content_company .content_body_inner.history .year_list_item{
    display: flex;
    flex-direction: row;
    align-items: flex-start;
}


/* pc */
@media screen and (min-width:1001px){
  #content_company .member_list .member_list_item .post {
      position: absolute;
      top: 20px;
      font-size: 1.5rem;
      text-align: left;
      width: 100%;
  }  
  #content_company .member_list .member_list_item .name{
      font-size: 2.6rem;
      font-weight: 500;
  }
    #content_company .member_list .member_list_item .name .name_sei{
       margin-right :1em;
    }
  
  #content_company .member_list .member_list_item .arrow_right_inline {
      position  : absolute;
      margin-top : 1.4rem ;
      margin-left : 3rem ;
  }  

  #content_company table .fsbig{
        font-size: 2.1rem;
        font-weight: 700;
  }
  #content_company .member_list .member_list_item span.license{
      font-size: 1.7rem;
      text-align :left ;
      text-indent : 2.6rem ;
      font-weight: 500;
      width: 100%;
  }    
  
}


/* tb sp */
@media screen and (max-width:1000px){

    #page-company.lower .lower_base .content_body_inner {
        padding: 4rem 0rem 0rem 0rem ;
    }

    #content_company .content_body .box span{
        font-size: 1.5rem;
        font-weight: 400;
    }

    #content_company .content_body .box h3{
        font-size: 2.2rem;
        font-weight: 700;
        margin : 0 -2rem  1.5rem -2rem;
    }
    #content_company .content_body .box h3 .content_company_theme_parenthesis{
       color: var(--c-navy); 
       font-size:3rem;
       padding : 0 0.6rem ;
    }
    /*
    #content_company .content_body .box h3 .content_company_theme_parenthesis.parenthesis_left{
        position: absolute;
        left: -2rem;
        margin-top: -1rem
    }
    #content_company .content_body .box h3 .content_company_theme_parenthesis.parenthesis_right{
        position: absolute;
        right: -2rem;
        margin-top: -1rem
    }
    */
    

    #content_company .content_body .box p{
        font-size: 1.5rem;
        line-height : 200% ;
    }

    #content_company .content_body .box{
        width: 100%;
        margin: 0 auto;
    }
    #content_company .member_list{
        flex-wrap: wrap;
        align-items: center;
        justify-content: center;
        flex-direction: column
    }

    
    #content_company .member_list .member_list_item {
        display: flex;
        flex-direction: column;
        margin : 1rem 0 2rem 0 ;
    }
    
    #content_company .member_list .member_list_item .caption{
        padding-top: 1rem;
    }
    #content_company .member_list .member_list_item .name{
        font-size: 2.4rem;
        font-weight: 500;
    }
    #content_company .member_list .member_list_item .name .name_sei{
       margin-right :0.5em;
    }
    
    #content_company .member_list .member_list_item .arrow_right_inline {
        margin-left : 0.5rem ;
        margin-right : -2rem ;
        margin-bottom : -0.2rem ;
    }  
      
      
    #content_company table{
        width:100%;
        margin: 2rem auto;
        
    }
    #content_company table tr td{
        padding: 0.5rem 1rem ;
        height : 50px ;
    }
    
    #content_company table .fsbig{
          font-size: 1.6rem;
          font-weight: 700;
    }
    
    #content_company table tr td:first-child{
        width: 21%;
        font-size: 1.5rem;
    }
    #content_company table tr td:last-child{
        width: 79%;
        padding-left: 1rem;
        font-size: 1.4rem;
        vertical-align: middle;
        color: var(--c-black);
    }
    #content_company table td ul li {
        font-size: 1.2rem;
    }
    
    body.lower .lower_base .row.-col_2{
        flex-direction: column-reverse;
        display: flex;
    }
    body.lower .lower_base .row.-col_2 .col{
        width: 100%;
    }
    #content_company .content_body_inner.access p {
        width: 100%;
        font-size : 1.3rem ;
    }
    #content_company .content_body_inner.access .map{
        position: relative;
        width: 100%;
        height: 0;
        padding-top: 75%;
    }
    #content_company .content_body_inner.access .map iframe{
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }
}


body.lower .lower_content_base { 
  background-color: unset;
}

section#content_company_history {  
    margin-top: -8rem;
    margin-bottom: 15rem;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    display: block;
    height: auto;
    width: 100%;
    background-image: url(../img/company/bg_history.png);
    color : var(--c-white) ;
    padding : 3.5rem ;
}

/* pc */
@media screen and (min-width:1001px){
    section#content_company_history h2 {  
        text-align:center;
        margin : 0rem auto ;
        font-size : 3rem ;
        font-weight: 700;
    }
    section#content_company_history .content_body_inner.history {  
        max-width : 700px ;
        margin : 1rem auto ;
    }
    section#content_company_history .year_list_item_box {  
        margin-top: 3rem;
        border-left : 3px solid var(--c-white) ;
    }
    section#content_company_history .year_list_item {  
        display : flex ;
        flex-direction: row;
        font-size : 1.6rem ;
        padding : 0 1rem ;
        line-height : 220% ;
    }
    section#content_company_history .year_list_item .year {  
        width : 9rem ;
    }
}

/* sp */
@media screen and (max-width:1000px){
    section#content_company_history {  
        margin-top: -0rem;
        margin-bottom: 8rem;
    }

    section#content_company_history {  
        background-position: top;
        background-image: url(../img/company/bg_history_sp.png);
    }

    section#content_company_history h2 {  
        text-align:center;
        margin : 0rem auto ;
        font-size : 2rem ;
        font-weight: 700;
    }

    section#content_company_history .year_list_item {  
        font-size : 1.4rem ;
        line-height : 180% ;
        padding : 0 1rem ;
    }
    section#content_company_history .year_list_item_box {  
        margin-top: 2rem;
        border-left : 3px solid var(--c-white) ;
    }
    section#content_company_history .year_list_item .year {  
        margin-top: 2rem;
    }
  
}


