@charset "utf-8";
/*-------------------------------------------------------------------
	index
-------------------------------------------------------------------*/
#mainVisual {
  position: relative;
  width: 100%;
  margin: 0;
  padding: 0;
  background: #000;
  background-image: url("../imgs/about/mainPcbg.jpg");
  background-repeat: no-repeat;
  background-position: left center;
  background-size: cover;
  height: 364px;
}
#mainVisual .mvBox {
  width: 100%;
  height: 364px;
  padding: 100px 0px 0;
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  flex-wrap: wrap;
}
.mvBox .mvTitle {
  font-size: 3.7rem;
  text-shadow: 1px 1px 1px #000000;
  color: #fff;
  font-weight: 700;
  padding: 0;
}
.areaAbout01 {
  display: flex;
  justify-content: space-evenly;
  flex-wrap: wrap;
  margin: 20px auto 0;
}
.areaAbout03 {
  display: flex;
 justify-content: start; 
  flex-wrap: wrap;
  margin: 0 auto;
}
.areaAbout01 section {
  width: 55%;
  margin: 0 auto;
}
.areaAbout03 .left, .areaAbout03 .right {
  width: 50%;
  margin: 0 auto;
}
.areaAbout01 figure {
  width: 40%;
  text-align: center;
  margin: 0 auto;
}
.areaAbout01 table, .areaAbout03 table {
  width: 100%;
}
.areaAbout01 tr, .areaAbout03 tr {
  display: flex;
  justify-content: flex-start;
}
.areaAbout01 th, .areaAbout03 th {
  width: 30%;
  padding: 5px;
  font-weight: normal;
  text-align: left;
}
.areaAbout01 td, .areaAbout03 td {
  width: 65%;
  text-align: left;
  padding: 5px;
}
.areaAbout02 {
  display: flex;
  flex-wrap: wrap;
}
.areaAbout02 h3 {
  width: 30%;
  padding: 10px;
	border:1px solid #59518c;
	background: #dcd7de;
	font-size:1.5rem;
	justify-content: center;
	display: flex;
	align-items: center;
}
.areaAbout02 section {
  width: 70%;
  padding: 10px;
	border-top: 1px solid #59518c;
	border-right: 1px solid #59518c;
	border-bottom: 1px solid #59518c;
	line-height: 1.3;
	font-size:1.5rem;
}
@media screen and (max-width: 1680px) {
  #mainVisual {
    height: 358px;
  }
  #mainVisual .mvBox {
    height: 358px;
    padding: 94px 0px 0;
  }
  .mvBox .mvTitle {
    font-size: 3.2rem;
  }
.areaAbout02 h3 {
  width: 30%;
  padding: 10px;
	border:1px solid #59518c;
	background: #dcd7de;
	font-size:1.4rem;
	justify-content: center;
	display: flex;
	align-items: center;
}
.areaAbout02 section {
  width: 70%;
  padding: 10px;
	border-top: 1px solid #59518c;
	border-right: 1px solid #59518c;
	border-bottom: 1px solid #59518c;
	line-height: 1.3;
	font-size:1.4rem;
}
}
@media screen and (max-width: 1280px) {
  #mainVisual {
    height: 348px;
  }
  #mainVisual .mvBox {
    height: 348px;
    padding: 84px 0px 0;
  }
  .mvBox .mvTitle {
    font-size: 3.0rem;
  }
.areaAbout02 h3 {
  width: 30%;
  padding: 10px;
	border:1px solid #59518c;
	background: #dcd7de;
	font-size:1.3rem;
	justify-content: center;
	display: flex;
	align-items: center;
}
.areaAbout02 section {
  width: 70%;
  padding: 10px;
	border-top: 1px solid #59518c;
	border-right: 1px solid #59518c;
	border-bottom: 1px solid #59518c;
	line-height: 1.3;
	font-size:1.3rem;
}
}
@media screen and (max-width: 1024px) {
  #mainVisual {
    height: 451px;
  }
  #mainVisual .mvBox {
    height: 451px;
    padding: 187px 0px 0;
  }
  .mvBox .mvTitle {
    font-size: 2.8rem;
  }

}
@media screen and (max-width: 864px) {
  #mainVisual {
    height: 446px;
  }
  #mainVisual .mvBox {
    height: 446px;
    padding: 182px 0px 0;
  }
  .mvBox .mvTitle {
    font-size: 2.5rem;
  }
.areaAbout02 h3 {
  width: 30%;
  padding: 10px;
	border:1px solid #59518c;
	background: #dcd7de;
	font-size:1.2rem;
	justify-content: center;
	display: flex;
	align-items: center;
}
.areaAbout02 section {
  width: 70%;
  padding: 10px;
	border-top: 1px solid #59518c;
	border-right: 1px solid #59518c;
	border-bottom: 1px solid #59518c;
	line-height: 1.3;
	font-size:1.2rem;
}
}
@media screen and (max-width: 768px) {
  #mainVisual {
    background-image: url("../imgs/about/mainSpbg.jpg");
    height: 447px;
  }
  #mainVisual .mvBox {
    height: 447px;
    padding: 122px 0px 0;
  }
  .mvBox .mvTitle {
    font-size: 2.5rem;
  }
  .areaAbout01 {
    margin: 10px auto 0;
  }
	.areaAbout03 .left, .areaAbout03 .right {
  width: 100%;
  margin: 0 auto;
}
  .areaAbout01 section {
    width: 100%;
  }
  .areaAbout01 figure {
    width: 100%;
  }
  .areaAbout01 table {
    width: 100%;
  }
  .areaAbout01 tr, .areaAbout03 tr {
    display: flex;
    justify-content: flex-start;
  }
  .areaAbout01 th, .areaAbout03 th {
    width: 30%;
    padding: 5px;
    font-weight: normal;
    text-align: left;
  }
  .areaAbout01 td, .areaAbout03 td {
    width: 65%;
    text-align: left;
    padding: 5px;
  }
.areaAbout02 h3 {
  width: 100%;
  padding: 10px;
	border:1px solid #59518c;
	background: #dcd7de;
	font-size:1.3rem;
	justify-content: center;
	display: flex;
	align-items: center;
}
.areaAbout02 section {
  width: 100%;
  padding: 10px;
		border-top: none;
	border-left: 1px solid #59518c;
	border-right: 1px solid #59518c;
	border-bottom: 1px solid #59518c;
	line-height: 1.3;
	font-size:1.3rem;
}
}