.common-page-heading {
  margin-bottom: 0 !important;
}

#principle {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background: #f8f4ea;
  position: relative;
}
@media (max-width: 768px) {
  #principle {
    padding-top: 7rem;
    padding-bottom: 7rem;
    overflow: hidden;
  }
}
#principle::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 23%;
  height: fit-content;
  aspect-ratio: 320/311;
  background-image: url("../images/principle-img04.png");
  background-size: cover;
}
@media (max-width: 768px) {
  #principle::before {
    width: 45%;
    opacity: 0.55;
  }
}
#principle::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 23%;
  height: fit-content;
  aspect-ratio: 320/306;
  background-image: url("../images/principle-img05.png");
  background-size: cover;
}
@media (max-width: 768px) {
  #principle::after {
    width: 45%;
    opacity: 0.55;
  }
}
#principle .principle--inner {
  position: relative;
  z-index: 1;
}
#principle .principle--inner .__text01 {
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
  margin-bottom: 5rem;
  text-align: center;
}
@media (max-width: 768px) {
  #principle .principle--inner .__text01 {
    margin-bottom: 3rem;
    text-align: left;
    line-height: 2;
  }
}
#principle .principle--inner .about-photo {
  position: relative;
  width: 100%;
  max-width: 900px;
  margin: 0 auto 7rem;
  overflow: hidden;
}
@media (max-width: 768px) {
  #principle .principle--inner .about-photo {
    margin-bottom: 4rem;
  }
}
#principle .principle--inner .about-photo .about-photo__01 {
  display: block;
  width: 100%;
  border-radius: 20px;
}
@media (max-width: 768px) {
  #principle .principle--inner .about-photo .about-photo__01 {
    border-radius: 12px;
  }
}
#principle .principle--inner .about-photo::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  background: linear-gradient(to right, rgba(248, 244, 234, 0) 0%, rgba(248, 244, 234, 0.1) 25%, rgba(248, 244, 234, 0.35) 50%, rgba(248, 244, 234, 0.7) 70%, #f8f4ea 100%);
}
@media (max-width: 768px) {
  #principle .principle--inner .about-photo::after {
    background: linear-gradient(to right, rgba(248, 244, 234, 0) 0%, rgba(248, 244, 234, 0.1) 35%, rgba(248, 244, 234, 0.6) 75%, #f8f4ea 100%);
  }
}
#principle .principle--inner .about-photo .about-photo__02 {
  position: absolute;
  width: 50%;
  bottom: 10%;
  right: -1rem;
  z-index: 2;
}
@media (max-width: 768px) {
  #principle .principle--inner .about-photo .about-photo__02 {
    width: 58%;
    right: -0.5rem;
    bottom: 8%;
  }
}
#principle .principle--inner .__text02 {
  text-align: center;
}
@media (max-width: 768px) {
  #principle .principle--inner .__text02 .__01 {
    margin-bottom: 0.75rem;
  }
}
#principle .principle--inner .__text02 .fs24 {
  font-size: 2rem;
}
@media (max-width: 768px) {
  #principle .principle--inner .__text02 .fs24 {
    font-size: 1.25rem;
    line-height: 2;
  }
}
@media (max-width: 768px) {
  #principle .principle--inner .__text02 .__02 {
    line-height: 2;
  }
}
#principle .principle--inner .__text02 .__03 {
  width: 100%;
  max-width: 460px;
  margin: 1rem auto;
}
@media (max-width: 768px) {
  #principle .principle--inner .__text02 .__03 {
    max-width: 300px;
    margin: 1.5rem auto;
  }
}
#principle .principle--inner .__text02 .__03 img {
  width: 100%;
}
@media (max-width: 768px) {
  #principle .principle--inner .__text02 .__04 {
    line-height: 2;
  }
}
@media (max-width: 768px) {
  #principle .principle--inner .__text02 .__04 br {
    display: none;
  }
}

#important {
  padding-top: 7rem;
  padding-bottom: 7rem;
  background: #fafaf0;
}
@media (max-width: 768px) {
  #important {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
}
#important .important--inner .important--list {
  display: flex;
  justify-content: center;
  gap: 2rem;
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
}
@media (max-width: 768px) {
  #important .important--inner .important--list {
    flex-wrap: wrap;
    gap: 0;
  }
}
#important .important--inner .important--list .important--list__item {
  width: calc((100% - 6rem) / 4);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 1rem;
  position: relative;
}
@media (max-width: 768px) {
  #important .important--inner .important--list .important--list__item {
    width: 50%;
    padding: 1.5rem 1rem 2rem;
    justify-content: flex-start;
  }
}
@media (max-width: 480px) {
  #important .important--inner .important--list .important--list__item {
    width: 100%;
    padding: 2rem 0;
  }
}
#important .important--inner .important--list .important--list__item::after {
  content: "";
  position: absolute;
  top: 0;
  right: -1rem;
  width: 0.5px;
  height: 100%;
  border-right: 0.5px dotted #76544a;
}
@media (max-width: 768px) {
  #important .important--inner .important--list .important--list__item::after {
    right: 0;
  }
}
@media (max-width: 480px) {
  #important .important--inner .important--list .important--list__item::after {
    top: auto;
    right: auto;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 1px;
    border-right: 0;
    border-bottom: 0.5px dotted #76544a;
  }
}
@media (max-width: 768px) {
  #important .important--inner .important--list .important--list__item:nth-child(2)::after {
    border-right: 0;
  }
}
#important .important--inner .important--list .important--list__item:last-child::after {
  border-right: 0.5px dotted transparent;
}
@media (max-width: 480px) {
  #important .important--inner .important--list .important--list__item:last-child::after {
    border-bottom: 0;
  }
}
#important .important--inner .important--list .important--list__item .important--list__item__img {
  width: 70%;
}
@media (max-width: 768px) {
  #important .important--inner .important--list .important--list__item .important--list__item__img {
    width: 55%;
    max-width: 150px;
  }
}
#important .important--inner .important--list .important--list__item .important--list__item__img img {
  width: 100%;
}
@media (max-width: 768px) {
  #important .important--inner .important--list .important--list__item .fs16 {
    text-align: center;
    font-size: 1.14rem;
  }
}
#important .important--inner .important--list .important--list__item p {
  line-height: 1.8;
  min-height: 5.4em;
}
@media (max-width: 768px) {
  #important .important--inner .important--list .important--list__item p {
    min-height: auto;
    text-align: center;
  }
}

#message {
  padding-top: 7rem;
  padding-bottom: 7rem;
  text-align: center;
}
@media (max-width: 768px) {
  #message {
    padding-top: 4rem;
    padding-bottom: 4rem;
    text-align: left;
  }
}
#message p {
  line-height: 3.2;
  margin-bottom: 1.5rem;
}
@media (max-width: 768px) {
  #message p {
    line-height: 2.2;
  }
}
@media (max-width: 768px) {
  #message .message--name {
    text-align: center;
    margin-top: 2rem;
  }
}
#message .__img {
  width: 100%;
  max-width: 250px;
  margin: 0 auto;
}
@media (max-width: 768px) {
  #message .__img {
    max-width: 200px;
  }
}
#message .__img img {
  width: 100%;
}

#company {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-color: #fafaf0;
}
@media (max-width: 768px) {
  #company {
    padding-top: 4rem;
    padding-bottom: 7rem;
    overflow: hidden;
  }
}
#company .company--inner {
  position: relative;
}
#company .company--inner .deco {
  position: absolute;
  pointer-events: none;
  z-index: 0;
  animation: float 6s ease-in-out infinite;
  aspect-ratio: 1/1;
  border-radius: 62% 38% 55% 45%/45% 60% 40% 55%;
  transform: rotate(-12deg);
}
#company .company--inner .deco.deco01 {
  width: 3%;
  top: 4%;
  right: 6%;
  background: #f4d35e;
}
@media (max-width: 768px) {
  #company .company--inner .deco.deco01 {
    width: 7%;
    right: 2%;
    top: 1%;
  }
}
#company .company--inner .deco.deco02 {
  width: 2%;
  bottom: 4%;
  left: 5%;
  background: #e6762e;
  animation-delay: 1s;
  transform: rotate(18deg);
}
@media (max-width: 768px) {
  #company .company--inner .deco.deco02 {
    width: 5%;
    left: 2%;
    bottom: -6%;
  }
}
#company .company--inner .deco.deco03 {
  width: 4%;
  bottom: 2%;
  left: 8%;
  background: #f4d35e;
  animation-delay: 2s;
  transform: rotate(-25deg);
}
@media (max-width: 768px) {
  #company .company--inner .deco.deco03 {
    width: 8%;
    left: 8%;
    bottom: -9%;
  }
}
#company .company--inner .deco.deco04 {
  width: 2%;
  top: 3%;
  right: 10%;
  background: #e6762e;
  animation-delay: 3s;
  transform: rotate(10deg);
}
@media (max-width: 768px) {
  #company .company--inner .deco.deco04 {
    width: 5%;
    right: 12%;
    top: -1%;
  }
}
#company .company--inner > *:not(.deco) {
  position: relative;
  z-index: 1;
}
#company .company--inner .company--list {
  width: 100%;
  max-width: 900px;
  margin: 0 auto;
}
#company .company--inner .company--list dl {
  display: grid;
  grid-template-columns: 180px 1fr;
  border-bottom: 1px solid #d8d3c8;
}
@media (max-width: 768px) {
  #company .company--inner .company--list dl {
    display: block;
    padding: 1.5rem 0;
  }
}
#company .company--inner .company--list dt {
  font-weight: 700;
  color: #734026;
  padding: 1.8rem 2rem 1.8rem 0;
  position: relative;
}
@media (max-width: 768px) {
  #company .company--inner .company--list dt {
    padding: 0;
    margin-bottom: 0.6rem;
    font-size: 0.85rem;
  }
}
#company .company--inner .company--list dt::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  width: 1px;
  height: 60%;
  background: #d8d3c8;
}
@media (max-width: 768px) {
  #company .company--inner .company--list dt::after {
    display: none;
  }
}
#company .company--inner .company--list dd {
  padding: 1.8rem 0 1.8rem 2.5rem;
}
@media (max-width: 768px) {
  #company .company--inner .company--list dd {
    padding: 0;
    line-height: 1.8;
    font-size: 0.9rem;
  }
}/*# sourceMappingURL=style.css.map */