@charset "UTF-8";
/* CSS Document */

#company{
    padding-top: 5.38%;
}
#company_top{
	margin-bottom: 5.38%;
}
#company_top ul{
	display: flex;
	flex-wrap: wrap;
}
#company_top ul li{
    width: 31.53%;
    margin-right: 2.705%;
    margin-bottom: 2.705%;
}
#company_top ul li:nth-child(3n){
	margin-right: 0;
}
#company_top ul li a{
    display: block;
    border-bottom: 1px solid #00a63c;
    background-image: url("../images/arrow_green_sita.svg");
    background-repeat: no-repeat;
    background-position: right 4px center;
    background-size: 14px auto;
    font-size: 15px;
    line-height: 1em;
    font-weight: 600;
    padding-left: 4px;
    padding-bottom: 8px;
    padding-right: 24px;
}
#comp_message{
	padding-bottom: 6.15%;
}
#comp_message .contents_wrap{
	    display: flex;
	justify-content: space-between;
}
#comp_mess_head {
    width: 208px;
    min-width: 208px;
	margin-right: 24px;
}
#comp_mess_name{
	padding-top: 27.69%;
}
#comp_mess_name p{
	font-size: 17px;
	line-height: 1em;
	margin-bottom: 16px;
	font-weight: 600;
	display: flex;
	align-items: center;
}
#comp_mess_name p span{
	display: block;
	margin-right:20px;
	font-size: 14px;
	    color: #00a63c;
}
#comp_mess_contens{
	width: 70%;
}
#comp_mess_contens h3{
	margin-bottom:5.38%;
}
#comp_mess_contens p{
	    line-height: 2em;
}
#comp_mess_contens .p_margin{
	margin-bottom: 3.07%;
}
.company_big{
    background-image: url(../images/company_big_2.png);
    background-repeat: no-repeat;
    background-position: right center;
    width: 100%;
    height: 100%;
    padding-top: 13.84%;
    padding-bottom: 13.84%;
    background-size: 90% auto;
}
.company_big.left{
    background-image: url(../images/company_big_1.png);
    background-repeat: no-repeat;
    background-position: left center;
}

#comp_overview{
	margin-top: 6.92%;
	margin-bottom: 6.92%;
}
#over_table {
	    margin-top: 5.38%;
      width: 80%;
	margin-right: auto;
	margin-left: auto;
      border-collapse: collapse;
    }

    #over_table tr {
      border-bottom: 1px solid #00a63c;
    }

    #over_table tr:first-child {
      border-top: 1px solid #00a63c;
    }

    #over_table th {
      width: 160px;
      padding: 16px 20px;
      white-space: nowrap;
      text-align: left;
	  font-weight: 500;
    }

    #over_table td {
      padding: 16px 20px;
      line-height: 1.8em;
    }
.over_td_txt{
	margin-bottom: 12px;
}
#over_table td .over_td_txt:last-child{
	margin-bottom: 0;
}


#comp_history{
	margin-bottom: 6.92%;
}
.history_table {
          margin-top: 5.38%;
    width: 80%;
    margin-right: auto;
    margin-left: auto;
      border-collapse: collapse;
    }
 
    .history_table tr {
    }
 
    .history_table tr:nth-child(odd) {
      background-color: #f5f5f5;
    }
 
    .history_table tr:nth-child(even) {
      background-color: #fff;
    }
 
    .history_table td {
      padding: 16px 20px;
      font-size: 15px;
      line-height: 1.7em;
      vertical-align: middle;
    }
 
    .history_table th {
		padding: 16px 20px;
      width: 160px;
      white-space: nowrap;
		text-align: left;
		font-weight: 500;
    }


#comp_service{
	margin-top: 6.92%;
}
#comp_service .contents_wrap{
	    display: flex;
	justify-content: space-between;
}
#comp_ser_head {
    width: 208px;
    min-width: 208px;
}
#comp_ser_contens{
	padding-left: 6.92%;
	border-left: 1px solid #00a63c;
	padding-top: 4px;
	padding-bottom: 4px;
}
#comp_ser_contens h3{
	    background-color: #00a63c;
    color: #FFFFFF;
    padding: 6px 16px;
    padding-bottom: 8px;
    display: inline-block;
    font-size: 19px;
	margin-bottom: 20px;
}
#comp_ser_contens p{
	line-height: 1.8em;
}


#comp_item{
	margin-top: 5.38%;
	margin-bottom: 6.92%;
}
#comp_item .contents_wrap{
	    display: flex;
	justify-content: space-between;
}
#comp_item_head {
    width: 208px;
    min-width: 208px;
}
#comp_item_contens{
	padding-left: 6.92%;
	border-left: 1px solid #00a63c;
	padding-top: 4px;
	padding-bottom: 4px;
}
#comp_item_contens p{
	line-height: 1.8em;
}


#comp_qualified{
	margin-bottom: 6.92%;
}
#comp_qual_contents{
	        box-shadow: -1px 1px 10px rgba(0, 0, 0, 0.2);
}
.comp_qual_cont_flex{
	display: flex;
}
.comp_qual_cont_each{
	padding: 3.84%;
	width: 50%;
	box-sizing: border-box;
}
.comp_qual_cont_each-img{
	padding: 0;
	width: 50%;
}
.comp_qual_cont_each-img img{
	width: 100%;
  height: 100%;
  object-fit: cover;
	box-sizing: border-box;
}
#comp_qualified .p_center{
	text-align: center;
	margin-top: 3.84%;
    margin-bottom: 4.61%;
	line-height: 1em;
	font-size: 15px;
}
.comp_qual_cont_each h3{
	background-color: #00a63c;
    color: #FFFFFF;
    padding: 4px 12px;
    padding-bottom: 6px;
    display: inline-block;
    font-size: 18px;
	margin-bottom: 16px;
}
.comp_qual_cont_each p{
	line-height: 1.8em;
}
.comp_qual_p_border{
	border-top: 1px solid #00a63c;
	padding-top: 20px;
	margin-top: 20px;
}


#comp_map{
	margin-bottom: 6.15%;
}
#comp_map_flex{
	display: flex;
	justify-content: space-between;
	margin-top: 4.61%;
}
.comp_map_each{
    width: 47.69%;
    box-sizing: border-box;
}
.comp_map_each .comp_map_ad{
	margin-bottom: 20px;
}
.comp_map_each .comp_map_ad p{
	line-height: 1.7em;
}
.comp_map_each .comp_map_ad h3{
    background-color: #00a63c;
    color: #FFFFFF;
    padding-top: 4px;
    padding-right: 8px;
    padding-left: 8px;
    padding-bottom: 6px;
    line-height: 1em;
    font-size: 16px;
    margin-bottom: 6px;
    display: inline-block;
    font-weight: 500;
}
.gmap {
height: 0;
overflow: hidden;
padding-bottom: 56.25%;
position: relative;
}
.gmap iframe {
position: absolute;
left: 0;
top: 0;
height: 100%;
width: 100%;
}


#comp_maker{
	    background-color: #f5f5f5;
	margin-bottom: 5.38%;
}
#comp_maker .contents_wrap{
	padding-top: 4.61%;
	padding-bottom: 4.61%;
}
#comp_maker ul {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  padding: 0;
  margin: 0;
  list-style: none;
	margin-top: 4.61%;
}

#comp_maker ul li {
  border: 1px solid #333;
font-weight: 500;
  text-align: center;
  padding: 16px;
  box-sizing: border-box;
}


#comp_init_content{
	    margin-top: 4.61%;
	width: 77.69%;
    margin-right: auto;
    margin-left: auto;
	border-top: 1px solid #00a63c;
	border-bottom: 1px solid #00a63c;
}
#comp_init_content a{
	display: block;
	display: flex;
	align-items: center;
	padding-top: 2.3%;
	padding-bottom: 2.3%;
	padding-right: 4.61%;
	padding-left: 4.61%;
}
#comp_init_img{
	width: 152px;
	min-width:152px;
	margin-right: 9.23%;
}
#comp_init_content p{
	font-weight: 600;
	font-size: 18px;
}
