@charset "UTF-8";
/* 
font
  font-family: 'Montserrat', sans-serif;
  font-family: 'Noto Sans JP', sans-serif;
  font-family: 'Roboto', sans-serif;
  font-family: 'Zen Maru Gothic', serif;

size
  14px= 0.875rem
  16px= 1rem
  18px= 1.125em
  20px= 1.25em
  24px= 1.5em
  26px= 1.625em
  28px= 1.75em
*/
/*

common

*/
/* pc */
.content-title-wrapper {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 50px;
}
.content-title {
  text-align: left;
  font-family: 'Zen Maru Gothic', serif;
  font-size: 1.75em;
  font-weight: 300;
}
.title-circle {
  content: "";
  background-image: url("../image/about-contents/other/title-circle.png");
  background-size: cover;
  background-repeat: no-repeat;
  width: 32px;
  height: 32px;
  margin: 5px 10px 0 0;
}
/* mobile */
@media(max-width: 768px) {
  .content-title-wrapper {
    margin-bottom: 30px;
  }
  .content-title {
    font-size: 1.5em;
  }
  .title-circle {
    width: 30px;
    height: 30px;
    margin: 5px 10px 0 0;
  }
}
/* 

section top

*/
/* pc */
.section-top {
  margin-bottom: 150px;
  padding-top: 80px;
  height: 600px;
  display: flex;
  justify-content: flex-end;
}
.top-bk-image {
  background-image: url("../image/about-contents/top/about-top-image.jpg");
  background-repeat: no-repeat;
  background-position: center 10%;
  background-size: cover;
  width: 80%;
  height: 100%;
  position: relative;
  border-radius: 20px 0 0 20px;
}
.section-top-title {
  position: absolute;
  top: 65%;
  left: -150px;
  text-align: left;
  font-family: 'Zen Maru Gothic', serif;
  font-size: 2.5em;
  line-height: 1.2;
  color: #fff;
  font-weight: 400;
  padding: 30px 60px;
  background-color: #b0c4de;
  border-radius: 10px;
  letter-spacing: 3;
}
.section-top-title span {
  display: block;
  margin-top: 10px;
  font-family: 'Roboto', sans-serif;
  font-size: 1.8275rem;
  font-weight: 300;
  color: #fff;
}
/* mobile */
@media(max-width: 768px) {
  .section-top {
    margin-bottom: 150px;
    padding-top: 60px;
    height: 400px;
    display: block;
  }
  .top-bk-image {
    background-position: center top;
    background-size: cover;
    width: 100%;
    height: 100%;
    position: relative;
    border-radius: 0;
  }
  .section-top-title {
    top: 80%;
    left: -3%;
    text-align: center;
    font-size: 1.75em;
    padding: 20px 60px 30px;
    border-radius: 10px;
  }
  .section-top-title span {
    display: block;
    margin-top: 5px;
    font-size: 1.25rem;
    font-weight: 300;
  }
}
/*

section mission

*/
/* pc */
.section-mission {
  max-width: 1000px;
  margin: 0 auto 150px;
  padding: 0 20px;
}
.mission-wrapper {
  display: flex;
  align-items: center;
  text-align: left;
}
.mission-text-wrapper {
  width: 80%;
  margin-right: 60px;
  padding-left: 20px;
  text-align: justify;
  text-justify: inter-ideograph; /* Edge IE用 */
}
.mission-text:nth-of-type(1) {
  margin-top: 40px;
}
.mission-text-em {
  font-style: normal;
  font-size: 1.25em;
}
.mission-text {
  margin-bottom: 20px;
  line-height: 2;
}
.mission-logo-wrapper {
  width: 180px;
}
.mission-logo-wrapper img {
  width: 100%;
}
/* mobile */
@media(max-width: 768px) {
  .section-mission {
    margin: 0 auto 100px;
    padding: 0 20px;
  }
  .mission-wrapper {
    display: block;
  }
  .mission-text-wrapper {
    width: 100%;
    margin-right: 0;
    padding: 0 10px;
  }
  .mission-text:nth-of-type(1) {
    margin-top: 30px;
  }
  .mission-text-em {
    font-style: normal;
    font-size: 1.125em;
  }
  .mission-text {
    margin-bottom: 15px;
    line-height: 1.8;
  }
  .mission-text:last-child {
    margin-bottom: 30px;
  }
  .mission-logo {
    padding-left: 20px;
  }
}
/*

section forte

*/
/* pc */
.section-forte {
  max-width: 1000px;
  margin: 0 auto 150px;
  padding: 0 20px;
}
.forte-text-wrapper {
  width: 100%;
  padding: 0 20px;
  text-align: left;
  text-align: justify;
  text-justify: inter-ideograph; /* Edge IE用 */
}
.forte-text {
  margin-bottom: 20px;
  line-height: 2;
}
.forte-text:last-child {
  margin-bottom: 60px;
}
.forte-image-wrapper {
  width: 100%;
  padding: 0;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.forte-image01 {
  width: 330px;
  height: 300px;
  border-radius: 10px;
  background-image: url("../image/about-contents/forte/forte-image01.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  margin: 0 10px 30px 0;
  opacity: 0;
  transform: translateY(10px);
  transition: opacity 1.5s, transform 2s;
}
.forte-image02 {
  width: 230px;
  height: 300px;
  border-radius: 10px;
  background-image: url("../image/about-contents/forte/forte-image02.jpg");
  background-repeat: no-repeat;
  background-position: left center;
  background-size: cover;
  margin: 60px 10px 30px 10px;
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 1.5s, transform 2s;
}
.forte-image03 {
  width: 310px;
  height: 270px;
  border-radius: 10px;
  background-image: url("../image/about-contents/forte/forte-image03.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  margin: 20px 0 0 10px;
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 1.5s, transform 2s;
}
.forte-image01.active, .forte-image02.active, .forte-image03.active {
  opacity: 1;
  transform: translateY(0px);
}
/* mobile */
@media(max-width: 768px) {
  .section-forte {
    margin: 0 auto 100px;
    padding: 0 20px;
  }
  .forte-text-wrapper {
    padding: 0 10px;
  }
  .forte-text {
    margin-bottom: 15px;
    line-height: 1.8;
  }
  .forte-text:last-child {
    margin-bottom: 40px;
  }
  .forte-image01 {
    width: 300px;
    height: 270px;
    border-radius: 10px;
    margin: 0 10px 30px 0;
  }
  .forte-image02 {
    width: 200px;
    height: 270px;
    border-radius: 10px;
    margin: 0 10px 30px 10px;
  }
  .forte-image03 {
    width: 280px;
    height: 240px;
    border-radius: 10px;
    margin: 0 0 30px 10px;
  }
}
@media(max-width: 414px) {
  .forte-image-wrapper {
    width: 100%;
    padding: 0 20px;
    display: block;
    position: relative;
  }
  .forte-image01 {
    width: 280px;
    height: 250px;
    margin: 0 0 30px 0;
    transform: translateY(10px);
    transition: opacity 1.5s, transform 1s;
  }
  .forte-image02 {
    width: 180px;
    height: 250px;
    margin: 0 0 30px auto;
    transform: translateY(10px);
    transition: opacity 1.5s, transform 1s;
  }
  .forte-image03 {
    width: 260px;
    height: 220px;
    margin: 0;
    transform: translateY(10px);
    transition: opacity 1.5s, transform 1s;
  }
}
/*

section consult

*/
/* pc */
.section-consult {
  max-width: 1000px;
  margin: 0 auto 150px;
  padding: 0 20px;
}
.consult-text-wrapper {
  width: 100%;
  padding: 0 20px;
  text-align: left;
  text-align: justify;
  text-justify: inter-ideograph; /* Edge IE用 */
}
.consult-text {
  margin-bottom: 20px;
  line-height: 2;
}
.consult-list {
  list-style: none;
  margin: 30px 0;
}
/* mobile */
@media(max-width: 768px) {
  .section-consult {
    margin: 0 auto 100px;
    padding: 0 20px;
  }
  .consult-text-wrapper {
    padding: 0 10px;
  }
  .consult-text {
    margin-bottom: 20px;
    line-height: 1.8;
  }
}