@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{
	text-align: center;
}

#zigyou_main h2{
	  margin-bottom: 1em;
  text-align: center;
  font-size: 40px;
  font-size: 2.5rem;
  font-weight: bold;
  color: #122031;
	margin-top: 50px;
	
	
	    display: flex;
    margin-bottom: 1em;
    text-align: left;
 -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
	    margin-right: 120px;
}

#zigyou_main h2::before {
	    margin-top: -10px;
    display: inline-block;
    width: 144.002px;
    height: 180.949px;
    margin-right: 14px;
    background: url("../img/profile/img01.svg") no-repeat;
    background-size: 170px auto;
    font-size: 0px;
    font-size: 0rem;
    content: '';
}


 @media (max-width: 767px) {
#zigyou_main h2{
      font-size: 26px;
      font-size: 1.625rem; 
	     margin-top: 20px;
	 }
	 

}

#profile-01{
	margin-top: 100px;
	margin-bottom: 50px;
}

#profile-02 figure{
	margin-bottom: 20px;
}


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


 @media (max-width: 966px) {
#profile-01{
	margin-top: 50px;
	
}
	 #profile-02 .inner{
		
		 width: 90%;
	 }
	 #profile-01 .inner{
	 width: 90%;
	
}
	 #profile-02 .inner figure{
		  text-align: center;
	 }
	 
}
@media (max-width: 767px) {
	#profile-02 .inner ul{
		width: 90%;
		margin: auto;
	}
	#profile-02 .inner li{
	
}
}

.typ01{
	margin-top: 50px;
  display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}
.typ01>div{
	
	width: 50%;
}
.typ01 .tit_bar{
	background: #00436E;
	padding-bottom: 10px;
	margin-bottom: 10px;
	text-align: center;
	margin-top: 20px;
}

.typ01 h3{
		 font-size: 40px;
font-size: 2.5rem;
    font-weight: bold;
    color: #fff;
    line-height: 32px;
    padding-top: 30px;
	
}
.typ01 .tit_bar p{
	color: #fff;

}

.typ01 p.bottom{
		padding: 0 20px 20px 20px;
}
.typ01 li{
	 font-size: 30px;
    font-size: 1.875rem;
}


@media (max-width: 767px) {
	
	.typ01{
		margin-top: 10px;
	}
	#profile-02 .inner{
		display: block;
	}
	.typ01 h3{
	font-size: 18px;
    font-size: 1.125rem;
		 padding-top: 10px;
	}
	.typ01 li{
		   font-size: 18px;
    font-size: 1.125rem;
	}
	.typ01{
		display: block;
		width: 100%;
	}
	.typ01 div{
		margin-bottom: 30px;
		width: 100%;
	}
	.typ01 li{
	  line-height: 1.2;
        font-size: 24px;
        font-size: 1.5rem;
}
}



/* 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;
}

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


