@charset "UTF-8";
/* mixin
========================================================= */
#main_img{
	width: 100%;

    position: relative;
    height: calc(100% - 71.5px);
    height: calc(100vh - 103px);
    min-height: 250px;
    max-height: 400px;
}

#main_img img{

    object-position: center bottom;
    position: absolute;
    top: -50px;
    left: 0;
    right: 0;
    bottom: 0px;
    width: 100%;
    height: 100%;
    object-fit: cover;
    font-family: "object-fit: cover;";
  height: calc(100% - 71.5px);
}


#zigyou_main h2{
	  margin-bottom: 1em;
  text-align: center;
  font-size: 40px;
  font-size: 2.5rem;
  font-weight: bold;
  color: #122031;
	margin-top: 50px;
}
 @media (max-width: 767px) {
#zigyou_main h2{
      font-size: 26px;
      font-size: 1.625rem; 
	     margin-top: 20px;
	 }
	 

}


#performance-02 {
	margin-bottom: 100px;
}



#performance-02 .inner{
	max-width: 1100px;
	margin: auto;
}

#performance-02  p{
		max-width: 966px;
	margin: auto;
}


 @media (max-width: 966px) {

	 #performance-02 .inner{
		 width: 90%;
	 }
}
@media (max-width: 767px) {
	
	#performance-02 .inner li{
	
}
	
	#performance-02  p{
		width: 90%;
	}
}

.typ01{
	margin-top: 50px;
  display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}
.typ01 div{

}
.typ01 h3{
		font-size: 30px;
    font-size: 1.87999rem;
  font-weight: bold;
	color: #00436E;
	border-bottom: 2px solid #00436E;
	padding-bottom: 10px;
	margin-bottom: 10px;
}
.typ01 ul{
list-style-type: disc;
}
.typ01 li{
	 font-size: 26px;
      font-size: 1.625rem;
	    margin-left: 20px;
	list-style-type: disc!important;
}
@media (max-width: 767px) {
	.typ01 h3{
	font-size: 18px;
    font-size: 1.125rem;
	}
	.typ01 li{
		   font-size: 18px;
    font-size: 1.125rem;
	}
	.typ01{
		display: block;
		width: 100%;
	}
	.typ01 div{
		margin-bottom: 30px;
		width: 100%;
	}
}

.typ02{
	margin-top: 50px;
  display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}
.typ02 div{
  width: 25%;
}
.typ02 h3{
		font-size: 30px;
    font-size: 1.87999rem;
  font-weight: bold;
	color: #00436E;
	border-bottom: 2px solid #00436E;
	padding-bottom: 10px;
	margin-bottom: 10px;
}
.typ02 ul{
list-style-type: disc;
}
.typ02 li{
	 font-size: 26px;
      font-size: 1.625rem;
	    margin-left: 20px;
	list-style-type: disc!important;
}
@media (max-width: 767px) {
	.typ02 h3{
	font-size: 18px;
    font-size: 1.125rem;
	}
	.typ02 li{
		   font-size: 18px;
    font-size: 1.125rem;
	}
	.typ02{
		display: block;
		
	}
	.typ02 div{
		margin-bottom: 30px;
		width: 100%;
	}
}


.typ03{
	margin-top: 50px;
display: -webkit-flex;
    display: flex;
}
.typ03 div{
  width: 25%;
margin-right: 10%;
}
.typ03 h3{
		font-size: 30px;
    font-size: 1.87999rem;
  font-weight: bold;
	color: #00436E;
	border-bottom: 2px solid #00436E;
	padding-bottom: 10px;
	margin-bottom: 10px;
}
.typ03 ul{
list-style-type: disc;
}
.typ03 li{
	 font-size: 26px;
      font-size: 1.625rem;
	    margin-left: 20px;
	list-style-type: disc!important;
}
@media (max-width: 767px) {
	.typ03 h3{
	font-size: 18px;
    font-size: 1.125rem;
	}
	.typ03 li{
		   font-size: 18px;
    font-size: 1.125rem;
	}
	.typ03{
		display: block;
		
	}
	.typ03 div{
		margin-right: 0;
		margin-bottom: 30px;
		width: 100%;
		
	}
}

/* mixin

 #com-03 header{
  min-height: 400px;
    background-position: center top;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover; 
	
	background-image:url("../img/com/img.jpg");
	 position: relative;
}

========================================================= */


