@charset "UTF-8";
/* ========================= /
/  mixin
/* =========================*/
/* ========================= /
/  カラー
/* =========================*/
/* ========================= /
/  フォント
/* =========================*/
.message__inner {
  margin: 80px auto 0;
  display: grid;
  grid-template-columns: 50% calc(50% - 50px);
  gap: 60px 50px;
  align-items: center;
}
@media screen and (max-width: 1024px) {
  .message__inner {
    margin: 40px 0 0;
    display: block;
  }
}
.message__img {
  padding: 0 60px;
  grid-row: 1;
  grid-column: 1;
}
@media screen and (max-width: 1024px) {
  .message__img {
    padding: 0 30px;
  }
}
.message__img img {
  aspect-ratio: 419/389;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.message__info {
  grid-row: 1/span 2;
  grid-column: 2;
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 1024px) {
  .message__info {
    margin: 15px 0 0;
  }
}
.message__info-name {
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.8;
  color: #5B3218;
}
@media screen and (max-width: 1024px) {
  .message__info-name {
    font-size: 1.8rem;
    text-align: center;
  }
}
.message__info-name span {
  font-size: 2.4rem;
  line-height: 1.1666666667;
}
@media screen and (max-width: 1024px) {
  .message__info-name span {
    font-size: 2.2rem;
    text-align: center;
  }
}
.message__info-txt {
  margin: 30px 0 0;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.5;
}
@media screen and (max-width: 1024px) {
  .message__info-txt {
    margin: 20px 0 0;
    font-size: 1.4rem;
  }
}
.message__history {
  grid-row: 2;
  grid-column: 1;
}
@media screen and (max-width: 1024px) {
  .message__history {
    margin: 40px 0 0;
  }
}
@media screen and (max-width: 1024px) {
  .message__history .sec__ttl {
    margin: 0 0 20px;
  }
}
.message__subttl {
  font-size: 2rem;
  line-height: 1.4;
  letter-spacing: 0.06em;
}
.message__dl {
  padding: 15px 0;
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: 0.06em;
  display: grid;
  grid-template-columns: 105px 1fr;
  align-items: flex-start;
  gap: 0 10px;
  border-bottom: 1px solid #5B3218;
}
@media screen and (max-width: 1024px) {
  .message__dl {
    padding: 10px 0;
  }
}
.message__dl dt {
  font-size: 1.4rem;
  line-height: 2;
  font-weight: bold;
}
@media screen and (max-width: 1024px) {
  .message__dl dt {
    font-size: 1.1rem;
  }
}
.message__dl dd {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.75;
}
@media screen and (max-width: 1024px) {
  .message__dl dd {
    font-size: 1.3rem;
  }
}

.feel {
  padding: 105px 0 60px;
  background: rgba(219, 85, 88, 0.1);
}
@media screen and (max-width: 1024px) {
  .feel {
    padding: 60px 0 40px;
  }
}
.feel .shape.--top {
  top: -165px;
}
.feel .shape.--bottom {
  bottom: -160px;
}
.feel__img {
  margin: 0 auto;
  width: 769px;
}
@media screen and (max-width: 1024px) {
  .feel__img {
    width: auto;
  }
}
.feel__img img {
  aspect-ratio: 769/373;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.feel__ttl {
  padding: 0.5em 1em;
  margin-inline: auto;
  margin-bottom: -35px;
  width: fit-content;
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: 0.06em;
  font-size: 3.2rem;
  font-weight: bold;
  line-height: 1.3;
  text-align: center;
  transform: translateY(-50%);
  background: #fff;
  border-radius: 8px;
}
@media screen and (max-width: 1024px) {
  .feel__ttl {
    font-size: 2rem;
  }
}
.feel__txt {
  margin: 32px auto 0;
  width: 83.3%;
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: 0.06em;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.7777777778;
}
@media screen and (max-width: 1024px) {
  .feel__txt {
    margin: 15px auto 0;
    font-size: 1.4rem;
  }
}

.philosophy .shape.--top {
  top: 130px;
}
.philosophy .shape.--bottom {
  bottom: -430px;
}
.philosophy__lead {
  margin: 50px 0 70px;
  font-size: 3.2rem;
  font-weight: bold;
  letter-spacing: 0.05em;
  line-height: 1.75;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  .philosophy__lead {
    margin: 30px 0 40px;
    font-size: 2rem;
  }
}
.philosophy__footer {
  margin: 70px 0 0;
  display: grid;
  grid-template-columns: 56.5% calc(43.5% - 100px);
  gap: 30px 100px;
}
@media screen and (max-width: 1024px) {
  .philosophy__footer {
    margin: 40px 0 0;
    display: block;
  }
}
.philosophy__footer .sec__ttl {
  grid-column: 1;
  grid-row: 1;
}
.philosophy__subttl {
  font-size: 2.8rem;
  letter-spacing: 0.06em;
  line-height: 1.1428571429;
}
@media screen and (max-width: 1024px) {
  .philosophy__subttl {
    font-size: 2rem;
  }
}
.philosophy__txtArea {
  grid-column: 1;
  grid-row: 2;
}
@media screen and (max-width: 1024px) {
  .philosophy__txtArea {
    margin: 30px 0 0;
  }
}
.philosophy__txtArea > :first-child {
  margin-top: 0;
}
.philosophy__txt {
  margin: 30px 0;
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: 0.06em;
  font-weight: 1.8rem;
  line-height: 1.7777777778;
}
@media screen and (max-width: 1024px) {
  .philosophy__txt {
    margin: 20px 0;
    font-size: 1.2rem;
  }
}
.philosophy__school {
  grid-column: 2;
  grid-row: 1/span 2;
}
@media screen and (max-width: 1024px) {
  .philosophy__school {
    margin: 30px auto 0;
    width: 85%;
  }
}
.philosophy__item {
  padding-bottom: 45px;
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: 0.06em;
  display: grid;
  grid-template-columns: 100px auto;
  gap: 0 20px;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .philosophy__item {
    padding-bottom: 30px;
    grid-template-columns: 80px auto;
  }
}
.philosophy__item::before {
  position: absolute;
  content: "";
  top: 0;
  bottom: 0;
  left: 47.5px;
  display: block;
  width: 5px;
  height: 100%;
  background: #5B3218;
  z-index: -1;
}
@media screen and (max-width: 1024px) {
  .philosophy__item::before {
    left: 38.5px;
    width: 3px;
  }
}
.philosophy__item:nth-of-type(1) .philosophy__item-year {
  background: #F49E1A;
}
.philosophy__item:nth-of-type(2) .philosophy__item-year {
  background: #8EB92B;
}
.philosophy__item:nth-of-type(3) .philosophy__item-year {
  background: #DB5558;
}
.philosophy__item:nth-of-type(4) {
  padding-bottom: 0;
}
.philosophy__item:nth-of-type(4)::before {
  content: none;
}
.philosophy__item:nth-of-type(4) .philosophy__item-year {
  background: #55C1D5;
}
.philosophy__item-year {
  grid-column: 1;
  grid-row: 1;
  font-size: 2rem;
  font-weight: bold;
  line-height: 1;
  width: 100px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
  background: #000;
  color: #fff;
}
@media screen and (max-width: 1024px) {
  .philosophy__item-year {
    font-size: 1.5rem;
    width: 80px;
    height: 30px;
  }
}
.philosophy__item-name {
  grid-column: 2;
  grid-row: 1;
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.6;
}
@media screen and (max-width: 1024px) {
  .philosophy__item-name {
    font-size: 1.5rem;
  }
}
.philosophy__item-desc {
  grid-column: 2;
  grid-row: 2;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.3333333333;
}
@media screen and (max-width: 1024px) {
  .philosophy__item-desc {
    font-size: 1.3rem;
  }
}
.philosophy__item-desc span {
  font-weight: bold;
}

.point {
  font-family: "Noto Sans JP", sans-serif;
}
.point__para {
  text-align: left;
  line-height: 1.7777777778;
}

.feature .shape.--bottom {
  bottom: -200px;
}
.feature__bg img {
  aspect-ratio: 1620/341;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.feature__ttl {
  margin: 0 auto;
  padding: 20px 75px;
  width: fit-content;
  transform: translateY(-30%);
  background: #FFF8DE;
  border-radius: 8px;
}
@media screen and (max-width: 1024px) {
  .feature__ttl {
    padding: 10px 35px;
  }
}
.feature__ttl .sec__ttl--ja {
  letter-spacing: 0;
  color: #000;
}
.feature__list > :first-child {
  margin-top: 0;
}
.feature__item {
  margin: 45px 0 0;
  display: grid;
  grid-template-columns: 50% calc(50% - 30px);
  grid-template-rows: 125px auto;
  gap: 0 30px;
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 1024px) {
  .feature__item {
    margin: 25px 0 0;
    display: block;
  }
}
.feature__lead {
  grid-column: 1;
  grid-row: 1;
  line-height: 1;
  display: flex;
  align-items: center;
  gap: 0 15px;
}
@media screen and (max-width: 1024px) {
  .feature__lead {
    gap: 0 10px;
    line-height: 1.5;
  }
}
.feature__lead img {
  display: inline-block;
  width: 67px;
  height: 67px;
}
@media screen and (max-width: 1024px) {
  .feature__lead img {
    width: 50px;
    height: 50px;
  }
}
.feature__lead span {
  color: #5B3218;
  font-size: 2.4rem;
  font-weight: bold;
}
@media screen and (max-width: 1024px) {
  .feature__lead span {
    font-size: 1.6rem;
  }
}
.feature__txt {
  padding-right: 30px;
  grid-column: 1;
  grid-row: 2;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 2;
}
@media screen and (max-width: 1024px) {
  .feature__txt {
    margin: 10px 0 0;
    font-size: 1.3rem;
    padding-right: 0;
  }
}
.feature__img {
  grid-column: 2;
  grid-row: 1/span 2;
}
@media screen and (max-width: 1024px) {
  .feature__img {
    margin: 15px 0 0;
  }
}/*# sourceMappingURL=concept.css.map */