#page.about.in .inner {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
}
#page.about.in .breadcrumb-area {
  margin-bottom: 50px;
}
#page.about.in .about-content {
  margin-bottom: 100px;
}
#page.about.in .about-content .about-ttl-wr {
  margin-bottom: 60px;
}
#page.about.in .about-content h1 {
  font-size: 30px;
  font-weight: 500;
  line-height: 1;
  color: #1a2e72;
  text-align: center;
  letter-spacing: 0.03em;
  margin-bottom: 10px;
}
#page.about.in .about-content .about-ttl-sub {
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
  color: #1a2e72;
  text-align: center;
  letter-spacing: 0.03em;
}
#page.about.in .about-content .about-greeting {
  background-color: #e9e4dc;
  padding: 60px 0;
}
#page.about.in .about-content .about-greeting .about-greeting-inner {
  padding: 0 50px;
}
#page.about.in .about-content .about-greeting h2 {
  font-size: 25px;
  font-weight: 500;
  line-height: 1;
  color: #1a2e72;
  letter-spacing: 0.03em;
  padding-bottom: 10px;
  border-bottom: 1px solid #1a2e72;
  margin-bottom: 25px;
}
#page.about.in .about-content .about-greeting .about-greeting-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 50px;
}
#page.about.in .about-content .about-greeting .about-greeting-img {
  width: 100%;
  max-width: 218px;
}
#page.about.in .about-content .about-greeting .about-greeting-textaera {
  width: 100%;
}
#page.about.in .about-content .about-greeting .about-greeting-text {
  font-size: 15px;
  font-weight: 500;
  line-height: 1.6666666667;
  color: #1f2438;
  letter-spacing: 0.03em;
  margin-bottom: 40px;
  text-align: justify;
}
#page.about.in .about-content .about-greeting h3 {
  font-size: 15px;
  font-weight: 500;
  line-height: 1;
  color: #1f2438;
  letter-spacing: 0.03em;
  text-align: right;
}
#page.about.in .about-content .philosophy .philosophy-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 800px;
  position: relative;
}
#page.about.in .about-content .philosophy .philosophy-img {
  width: 100%;
  max-width: 564px;
}
#page.about.in .about-content .philosophy .philosophy-textarea {
  position: absolute;
  top: 48%;
  left: 50%;
  z-index: 2;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
#page.about.in .about-content .philosophy h2 {
  font-size: 40px;
  font-weight: 700;
  line-height: 1;
  color: #1a2e72;
  letter-spacing: 0.03em;
  text-align: center;
  margin-bottom: 30px;
}
#page.about.in .about-content .philosophy li {
  font-size: 20px;
  font-weight: 500;
  line-height: 1;
  color: #1a2e72;
  letter-spacing: 0.03em;
  margin-bottom: 14px;
}
#page.about.in .about-content .mission-values {
  background-color: #e9e4dc;
  padding: 60px 0;
}
#page.about.in .about-content .mission-values .inner {
  padding: 0 50px;
}
#page.about.in .about-content .mission-values .mission-values-ttl-wr {
  margin-bottom: 30px;
}
#page.about.in .about-content .mission-values h2 {
  font-size: 30px;
  font-weight: 500;
  line-height: 1;
  color: #1a2e72;
  letter-spacing: 0.03em;
  margin-bottom: 10px;
}
#page.about.in .about-content .mission-values .mission-values-sub {
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
  color: #1a2e72;
  letter-spacing: 0.03em;
}
#page.about.in .about-content .mission-values .mission-values-content {
  margin-bottom: 70px;
  background-color: #f7f8f6;
  border: 2px solid #c9d3f5;
  border-radius: 12px;
  padding: 25px 40px;
}
#page.about.in .about-content .mission-values .mission-values-content.last-content {
  margin-bottom: 0;
}
#page.about.in .about-content .mission-values h3 {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.8333333333;
  letter-spacing: 0.03em;
  margin-bottom: 15px;
}
#page.about.in .about-content .mission-values .mission-values-text {
  font-size: 15px;
  font-weight: 500;
  line-height: 2.2;
  letter-spacing: 0.03em;
}
#page.about.in .about-content .mission-values .mission-values-text span {
  display: block;
  padding: 4px 0;
  border-bottom: 1px solid #c9d3f5;
}
#page.about.in .about-content .mission-values .mission-values-text span:last-child {
  border-bottom: none;
}
@media screen and (max-width: 1200px) {
  #page.about.in .inner {
    padding: 0 20px;
  }
}
@media screen and (max-width: 767px) {
  #page.about.in .inner {
    padding: 0 15px;
  }
  #page.about.in .breadcrumb-area {
    margin-bottom: 0;
  }
  #page.about.in .about-content {
    margin-bottom: 40px;
  }
  #page.about.in .about-content .about-greeting {
    padding: 40px 0;
  }
  #page.about.in .about-content .about-greeting .about-greeting-inner {
    padding: 0 15px;
  }
  #page.about.in .about-content .about-greeting .about-greeting-flex {
    display: block;
  }
  #page.about.in .about-content .about-greeting .about-greeting-img {
    width: 100%;
    max-width: 218px;
    margin: 0 auto 20px auto;
  }
  #page.about.in .about-content .about-greeting .about-greeting-text {
    margin-bottom: 25px;
  }
  #page.about.in .about-content .philosophy .philosophy-content {
    height: 500px;
  }
  #page.about.in .about-content .philosophy .philosophy-textarea {
    top: 48%;
  }
  #page.about.in .about-content .philosophy h2 {
    font-size: 35px;
    margin-bottom: 20px;
  }
  #page.about.in .about-content .philosophy li {
    font-size: 18px;
  }
  #page.about.in .about-content .mission-values {
    padding: 50px 0;
  }
  #page.about.in .about-content .mission-values .inner {
    padding: 0 15px;
  }
  #page.about.in .about-content .mission-values .mission-values-ttl-wr {
    margin-bottom: 30px;
  }
  #page.about.in .about-content .mission-values h2 {
    font-size: 25px;
  }
  #page.about.in .about-content .mission-values .mission-values-sub {
    font-size: 15px;
  }
  #page.about.in .about-content .mission-values .mission-values-content {
    margin-bottom: 60px;
    padding: 25px 20px;
  }
}