@charset "utf-8";

/* ******************************************
	General
****************************************** */




/* *******************
	top_about
******************* */
#top_about {
	background-color: #fff;
}
#top_about .wrap ul {
	padding: 0;
	margin: 0;
	list-style: none;

	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
}
#top_about .wrap ul li {
	width: 30%;
	padding: 0;
	margin: 0;
	margin-bottom: 60px;
	background-color: #000;
}
#top_about .wrap ul li a {
	position: relative;
	overflow: hidden;
	width: 100%;

	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
}
#top_about .wrap ul li a:hover {
	opacity: 1;
}
#top_about .wrap ul li a::before {
	content: '';
	display: block;
	padding-top: 100%;
}
#top_about .wrap ul li img {
	width: 100%;
	height: auto;
	position: absolute;
	opacity: 0.7;
	transition: all 0.5s ease-in-out;
}
#top_about .wrap ul li img:hover {
	transform: scale(1.1);
	opacity: 0.5;
}
#top_about .wrap ul li h3 {
	position: absolute;
	margin: auto;
	text-align: center;
	font-size: 29.5px;
}
#top_about .wrap ul li h3 span {
	display: block;
	font-size: 17px;
	line-height: 1.2em;
	padding-bottom: 5px;
}

@media screen and (max-width:1024px) {
	#top_about .wrap ul li {
		width: 47%;
	}
}
@media screen and (max-width:600px) {
	#top_about .wrap ul li {
		width: 100%;
		max-width: 420px;
		margin: 0 auto 30px;
	}
}




/* *******************
	about_post
******************* */
#about_post h1 {
  text-align: left;
}
#about_post .family {
  display: block;
  text-align: right;
  font-size: 15px;
  margin-bottom: 35px;
}
#about_post h3 {
  text-align: left;
  margin-bottom: 45px;
}

.about_post_story {
  background-color: #fff;
  padding: 75px 0;
}
.about_post_story .inn {
  width: calc(100% - 150px);
  margin: 0 auto;
  text-align: left;
}
.about_post_story article {
  margin-bottom: 65px;
}
.about_post_story h4 {
  text-align: left;
  margin-bottom: 20px;
}

@media screen and (max-width:600px) {
  .about_post_story {
    padding: 40px 0;
  }
  .about_post_story .inn {
    width: calc(100% - 80px);
  }
}




/* *******************
	about_flow
******************* */
#about_flow article {
  background-color: #fff;
  margin-bottom: 115px;
  position: relative;
  padding-bottom: 70px;
}
#about_flow article::after {
  content: '';
  display: inline-block;
  border-style: solid;
  border-width: 24px 14px 0 14px;
  border-color: #737373 transparent transparent transparent;
  position: absolute;
  bottom: -65px;
}
#about_flow article:last-child:after {
  content: none;
}
#about_flow article dl {
  padding: 33px 0;
  margin: 0 auto;
  width: calc(100% - 66px);
  text-align: left;
}
#about_flow article dl dt {
  font-size: 17px;
  padding: 0;
  margin: 0;
  margin-bottom: 35px;
}
#about_flow article dl dd {
  font-size: 15px;
  padding: 0;
  margin: 0;
}
#about_flow .btn_more {
  position: absolute;
  bottom: 30px;
  right: 33px;
  margin-bottom: 0;
}




/* *******************
	about_contact
******************* */
#about_contact {
  /* padding: 0; */
}
#about_contact .wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
#about_contact .wrap h3 {
  margin-bottom: 0;
}
#about_contact .wrap .btn_more {
  margin-top: 0;
}

@media screen and (max-width:600px) {
  #about_contact .wrap .btn_more {
    margin: 25px auto 0;
    text-align: center;
  }
}




/* *******************
	info_company
******************* */
#info_company {
  padding-top: 0;
}
#info_company .company_map {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: stretch;
}
#info_company .company_map picture {
  width: 50%;
}
#info_company .company_map iframe {
  width: 50%;
}
#info_company .wrap {
  padding-top: 80px;
}
#info_company .wrap dl {
  padding: 0;
  margin: 0 auto;
  display: inline-block;
  font-size: 15px;
  text-align: left;
}
#info_company .wrap dl dt {
  position: absolute;
  margin: 0;
  padding: 7px 0;
  width: 150px;
}
#info_company .wrap dl dd {
  position: relative;
  margin: 0;
  padding: 7px 0;
  padding-left: 150px;

}

@media screen and (max-width:600px) {
  #info_company .company_map picture {
    width: 100%;
  }
  #info_company .company_map iframe {
    width: 100%;
  }
  #info_company .wrap dl dt {
    position: relative;
    padding: 7px 0 0;
    width: 100%;
    font-weight: bold;
  }
  #info_company .wrap dl dd {
    padding-left: 0;
    margin-bottom: 20px;
  
  }
}




/* *******************
	info_outline
******************* */
#info_outline {}
#info_outline ul {
  padding: 0;
  margin: 0 auto 0 25px;
  list-style: none;
  text-align: center;
  display: inline-block;
}
#info_outline ul li {
  position: relative;
}
#info_outline ul li::before {
  content: '';
  position: absolute;
  left: -22px;
  top: 0;
}




/* *******************
	info_award
******************* */
#info_award .wrap {
  background-color: #fff;
  padding: 65px 0;
}
#info_award .wrap_inn {
  width: calc(100% - 100px);
  margin: 0 auto;
}
#info_award ul {
  padding: 0;
  margin: 0 auto 0 25px;
  list-style: none;
  text-align: center;
  display: inline-block;
}
#info_award ul li {
  position: relative;
  margin-bottom: 10px;
  line-height: 1.4;
}
#info_award ul li::before {
  content: '';
  position: absolute;
  left: -22px;
  top: 0;
}




/* *******************
	info_staff
******************* */
#info_staff article {
  background-color: #fff;
  margin-bottom: 38px;

  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
}
#info_staff article picture {
  width: 50%;
  margin: 0;
  position: relative;
  display: block;
  line-height: 0.1em;
}
#info_staff article picture img {
  /* position: absolute; */
  object-fit: cover;
  aspect-ratio: 16 / 10;
  width: 100%;
  height: auto;
}
#info_staff article .staff {
  width: calc(50% - 90px);
  margin: 0;
  padding: 35px 45px;
  text-align: left;
  font-size: 15px;
}
#info_staff article .staff h2 {
  font-size: 24px;
  text-align: left;
  margin-bottom: 20px;
}
#info_staff article .staff dl {
  padding: 0;
  margin: 0;
  margin-bottom: 30px;
}
#info_staff article .staff dl dt {
  padding: 0;
  margin: 0;
}
#info_staff article .staff dl dt::before {
  content: '■';
  margin-right: 2px;
}
#info_staff article .staff dl dd {
  padding: 0;
  margin: 0;
}
#info_staff article .staff p {
}

@media screen and (max-width:600px) {
  #info_staff article picture {
    width: 100%;
    margin-bottom: 20px;
  }
  #info_staff article .staff {
    width: 90%;
    margin: 0 auto;
  }
  
}


