@charset "utf-8";

/**
 *
 *  ページ用CSS
 *　about
 */

/*--------------------------------------------------------------------------
   Overwright
---------------------------------------------------------------------------*/
.page-ttl {
  background-image: url(../img/about/bg_page_ttl_pc.jpg);  
}



/*--------------------------------------------------------------------------
   Content
---------------------------------------------------------------------------*/
.content  {
  background: #fff; 
  padding-bottom: 0;
}


/* about-box
-----------------------------------------------------------------*/
.about-lead-box {
  text-align: center;
  margin-bottom: 100px;
}
.about-lead-box h2 {
  font-size: 4rem;
  line-height: 1.5;
  letter-spacing: .1rem;
  margin-bottom: 40px;
}
.about-lead-box h2 span {
  font-size: 2.4rem;
}
.about-lead-box .about-lead-txt {
  font-size: 1.8rem;
  line-height: 2;
}
.about-box {
  border-top: 2px solid #0077d3;
  letter-spacing: .05rem;
  margin-bottom: 70px;
}
.about-box h3 {
  text-align: center;
  font-size: 2.2rem;
  letter-spacing: .2rem;
  padding: 35px 0;
  border-bottom: 2px solid #dbdbdb;
}

.info-list {
  font-size: 1.5rem;
  letter-spacing: .2rem;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 120px;
}
.info-list dt {
  border-bottom: 1px solid #bdbdbd;
  width: 18.33%;
  padding: 35px 40px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
.info-list dt::before {
  content: "";
  background: #bdbdbd;
  width: 1px;
  height: calc(100% - 40px);
  position: absolute;
  top: 20px;
  right: 0;
}
.info-list dd {
  border-bottom: 1px solid #bdbdbd;
  width: 81.67%;
  padding: 35px 40px;
}
a.target_blank {
  display: inline-block;
  text-decoration: underline;
}
a.target_blank::after {
  content: "";
  width: 12px;
  height: 13px;
  display: inline-block;
  margin: 0 5px 0 2px;
  vertical-align: -.2rem;
  background: url(../img/analysis/ico_link_blank.png) no-repeat top center / contain;
}
a.target_blank:hover {
  text-decoration: none;
}
.history-box {
  border-top: none;
}
.history-box h2 {
  font-size: 3.2rem;
  text-align: center;
  letter-spacing: .2rem;
  padding-bottom: 20px;
  margin-bottom: 100px;
  position: relative;
}
.history-box h2::before {
  content: "";
  width: 100%;
  height: 1px;
  background: #dbdbdb;
  position: absolute;
  left: 0;
  bottom: 0;
}
.history-box h2::after {
  content: "";
  width: 28.6%;
  height: 1px;
  background: #237ac5;
  position: absolute;
  left: calc(50% - 14.3%);
  bottom: 0;
}
.history-box table {
  width: 100%;
  margin-top: 40px;
}
.history-box tr:nth-child(odd) {
  background: #f4f7f8;
}
.history-box td {
  padding: 15px 20px;
  font-size: 1.5rem;
  letter-spacing: .1rem;
}
.history-box .date {
  padding: 15px 15px 15px 40px;
  width: 15%;
  white-space: nowrap;
}
.about-school-box {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 40px;
}
.about-school-box a {
  display: block;
  width: 31.66%;
  background: #f4f7f8;
  padding: 30px;
  text-decoration: none;
  transition: all 0.5s ease-in-out;
}
.about-school-box a:hover {
  opacity: .7;
}
.about-school-box .photo {
  padding: 20px 0 10px;
}
.about-school-box .txt-detail {
  font-size: 1.5rem;
  line-height: 1.5;
}


.access .ttl-sec{
  margin-bottom: 30px;
}
.access .address{
	width: 70%;
    max-width: 1000px;
    border: 1px solid #d9d9d9;
	margin: 35px auto;
    padding: 1.2rem 1.5rem;
    text-align: center;
}
.access .address span{
	font-size: 120%;
}
.access #gmap_area{
  height: 420px;
}





/*--------------------------------------------------------------------------
   mobile
---------------------------------------------------------------------------*/
@media screen and (max-width: 768px)  {

.page-ttl {
  background-image: url(../img/about/bg_page_ttl_sp.jpg);  
}


/* about-box
-----------------------------------------------------------------*/
  .about-lead-box {
    margin-bottom: 50px;
  }
  .about-lead-box h2 {
    font-size: 2.6rem;
    margin-bottom: 10px;
  }
  .about-lead-box h2 span {
    font-size: 1.3rem;
  }
  .about-lead-box .about-lead-txt {
    font-size: 1.5rem;
    line-height: 1.75;
    text-align: left;
  }
  .about-box {
    margin-bottom: 40px;
  }
  .about-box h3 {
    font-size: 1.6rem;
    padding: 25px 0;
  }
  .info-list {
    font-size: 1.3rem;
    margin-bottom: 40px;
  }
  .info-list dt {
    font-weight: 500;
    justify-content: flex-start;
    width: 100%;
    padding: 15px 15px 5px;
    border-bottom: none;
  }
  .info-list dt::before {
    content: none;
  }
  .info-list dd {
    border-top: none;
    width: 100%;
    padding: 0 15px 15px;
  }
  a.target_blank {
    margin-bottom: 10px;
  }
  .history-box h2 {
    font-size: 2rem;
    margin-bottom: 50px;
  }
  .history-box table {
    margin-top: 30px;
  }
  .history-box th, .history-box td {
    width: 100% !important;
    display: list-item;
  }
  .history-box td {
    padding: 5px 30px 20px;
    font-size: 1.4rem;
    letter-spacing: .1rem;
  }
  .history-box .date {
    padding: 20px 30px 0;
    width: 100%;
    font-weight: 500;
  }
  .about-school-box {
    margin-bottom: -50px;
  }
  .about-school-box a {
    width: 100%;
    padding: 25px;
    margin-bottom: 10px;
  }
  .about-school-box .txt-detail {
    font-size: 1.4rem;
  }
  
  .access{
    padding: 40px 0 0;
  }
  .access .ttl-sec{
    margin-bottom: 25px;
  }
	.access .address{
		width: 90%;
		border: 1px solid #d9d9d9;
		margin: 25px auto 15px;
        line-height: 1.5;
	}

}