@charset "utf-8";
/*<section class="title-h">*/  
.title-h h2::after {
  content: 'ABOUT';
  font-size: 20px;
  display: block;
  margin: 10px auto 0 auto;
}
/*終わり*/ 


/*<div class="about">*/
.overview h3 {
  font-size: 35px;
  text-align: center;
  margin-bottom: 80px;
}

.overview h3::after {
  content: '';
  display: block;
  width: 40px;
  height: 2px;
  background-color: #000000;
  margin-top: 15px;
  margin-left: auto;
  margin-right: auto;
}
/*終わり*/


/*<section class="philo-in">*/
.philo-in {
  width: 100%;
  margin: 0 auto;
  padding: 50px 5vw 100px 5vw;
  background-color: #fcfcfc;
}

.mission {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 80px auto 0 auto;
  width: 80%;
}

.miss-txt {
  width: 60%;
}

.miss-txt p,
.mess-txt p {
  font-size: 18px;
}

.miss-txt span,
.mess-txt span {
  font-size: 30px;
  font-weight: 900;
  margin-bottom: 50px;
  display: inline-block;
  background: linear-gradient(transparent 65%, rgba(103,168,221, 0.6) 65%);
}

.miss-h,
.mess-h {
  font-size: 45px;
  text-align: left;
  line-height: 0.9;
}

.miss-h small,
.mess-h small {
  font-size: 16px;
}

.message {
  margin: 120px auto 0 auto;
  width: 80%;
}

.mess-h {
  margin-bottom: 50px;
}

.mess-txt .bold {
  font-size: 18px;
  margin: 15px 0;
  color: #333;
  background: none;
}

/*終わり*/


/*<section class="overview">*/
.overview {
  width: 100%;
  padding: 50px 5vw 650px 5vw;
}

.overview-in {
  position: relative;
}

.overview-img {
  width: 100%;
  height: 480px;
  margin: 0 auto;
}

.overview-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50px 0 50px 0;
}

.overview-in dl {
  position: absolute;
  top: 80%;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  width: 70%;
  display: flex;
  flex-wrap: wrap;
  margin: 0 auto;
  background-color: #fff;
  border-radius: 20px;
  padding: 10px;
  z-index: 1;
}

.overview-in dt {
  font-size: 20px;
  font-weight: 900;
  color: #000;
  width: 20%;
  padding: 30px 2vw;
  box-sizing: border-box;
  border-bottom: solid 2px #f1f1f1;
}


.overview-in dd {
  width: 80%;
  padding: 30px 2vw;
  box-sizing: border-box;
  border-bottom: solid 2px #f1f1f1;
}
/*終わり*/


/*タブレット*/
@media (max-width: 1024px) {
  .philo-in {
    padding: 50px 2vw 100px 2vw;
  }

  .mission,
  .message {
    width: 90%;
  }

  .miss-txt
  .mess-txt {
    width: 70%;
  }

  .miss-txt span,
  .mess-txt span {
    font-size: 25px;
  }
  
  .overview-in dl {
    width: 85%;
  }

  .overview-img {
    height: 430px;
  }
}
/*終わり*/


/*スマホ*/
@media (max-width: 599px) {
  .about h3 {
    margin-bottom: 50px;
  }

  .mission {
    margin-top: 50px;
    display: block;
    width: 90%;
  }

  .miss-txt {
    width: 100%;
  }

  .miss-txt span,
  .mess-txt span {
    background: none;
    color: rgb(103,168,221);
  }

  .overview {
    padding-bottom: 100px;
  }

  .overview-in {
    position: static;
  }

  .overview-in dl {
    position: static;
    display: block;
    width: 100%;
    transform: translateX(0%);
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%); 
    padding: 20px 0 0 0; 
  }

  .overview-in dt {
    padding: 30px 1vw 0 1vw;
    width: 100%;
    font-size: 20px;
    border-bottom: none;
  }

  .overview-in dd {
    width: 100%;
  }

}
/*終わり*/
