@charset "UTF-8";
/* コンテンツ最大幅 */
/* color */
/* ============================================ */
/* font */
/* ============================================ */
.greeting-intro__box {
  margin-top: 50px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 48px;
}
@media all and (max-width: 1025px) {
  .greeting-intro__box {
    gap: 30px;
  }
}
@media all and (max-width: 480px) {
  .greeting-intro__box {
    margin-top: 25px;
  }
}
.greeting-intro__txt {
  flex: 0 0 56%;
  max-width: 56%;
}
@media all and (max-width: 896px) {
  .greeting-intro__txt {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.greeting-intro__txt p {
  font-size: clamp(1.4rem, 1.36rem + 0.2vw, 1.6rem);
  line-height: 34px;
}
@media all and (max-width: 480px) {
  .greeting-intro__txt p {
    line-height: 28px;
  }
}
.greeting-intro__img {
  flex: 1 1 0%;
}
@media all and (max-width: 896px) {
  .greeting-intro__img {
    text-align: center;
  }
}
.greeting-intro__img img {
  max-width: 100%;
  border-radius: 8px;
}
@media all and (max-width: 480px) {
  .greeting-intro__img img {
    max-width: 80%;
  }
}

.greeting-philosophy.common-bg__object {
  padding: 150px 0;
  margin-top: 150px;
}
@media all and (max-width: 1367px) {
  .greeting-philosophy.common-bg__object {
    padding: 75px 0;
    margin-top: 75px;
  }
}
.greeting-philosophy .common-ttl__normal {
  margin-top: 0;
}
@media all and (max-width: 480px) {
  .greeting-philosophy .common-ttl__normal {
    margin-top: 0;
  }
}
.greeting-philosophy__wrapper {
  position: relative;
  z-index: 1;
}
.greeting-philosophy__ngi {
  margin: 70px 0 130px;
}
@media all and (max-width: 1367px) {
  .greeting-philosophy__ngi {
    margin: 35px 0 75px;
  }
}
.greeting-philosophy__ngi ul {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px 3px;
  margin: auto;
  max-width: 900px;
}
@media all and (max-width: 600px) {
  .greeting-philosophy__ngi ul {
    justify-content: center;
  }
}
@media all and (max-width: 480px) {
  .greeting-philosophy__ngi ul + ul {
    margin-top: 40px;
  }
}
.greeting-philosophy__ngi ul li {
  word-break: keep-all;
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-style: normal;
}
@media all and (max-width: 600px) {
  .greeting-philosophy__ngi ul li {
    text-align: center;
  }
}
.greeting-philosophy__ngi ul li:first-child {
  color: #0079C0;
  font-size: clamp(6rem, 5.52rem + 2.4vw, 8.4rem);
  font-weight: 700;
}
@media all and (max-width: 480px) {
  .greeting-philosophy__ngi ul li:first-child {
    line-height: 75px;
  }
}
.greeting-philosophy__ngi ul li:last-child {
  font-size: clamp(1.8rem, 1.44rem + 1.8vw, 3.6rem);
  line-height: 40px;
  padding-top: 10px;
}
@media all and (max-width: 480px) {
  .greeting-philosophy__ngi ul li:last-child {
    line-height: 30px;
    padding-top: 0;
  }
}
.greeting-philosophy__ngi ul li:last-child span {
  display: block;
  margin-top: 5px;
  font-size: clamp(1.4rem, 1.28rem + 0.6vw, 2rem);
}
@media all and (max-width: 480px) {
  .greeting-philosophy__ngi ul li:last-child span {
    margin-top: 5px;
  }
}
.greeting-philosophy__box {
  margin-top: 30px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  gap: 50px 30px;
}
@media (width < 1250px) {
  .greeting-philosophy__box {
    margin-top: 75px;
    justify-content: center;
  }
}
@media all and (max-width: 480px) {
  .greeting-philosophy__box {
    margin-top: 50px;
  }
}
.greeting-philosophy__txt h4 {
  color: #0079C0;
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  letter-spacing: 0;
  font-size: 7.4rem;
  line-height: 40px;
}
@media all and (max-width: 1367px) {
  .greeting-philosophy__txt h4 {
    font-size: clamp(3rem, 1.776rem + 6.12vw, 7rem);
  }
}
@media all and (max-width: 896px) {
  .greeting-philosophy__txt h4 {
    line-height: 45px;
  }
}
.greeting-philosophy__txt p {
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-size: 3.6rem;
  margin-top: 60px;
  text-align: right;
}
@media all and (max-width: 1367px) {
  .greeting-philosophy__txt p {
    font-size: clamp(1.5rem, 1.041rem + 2.29vw, 3rem);
  }
}
@media (width < 1250px) {
  .greeting-philosophy__txt p {
    margin-top: 30px;
  }
}
@media all and (max-width: 896px) {
  .greeting-philosophy__txt p {
    margin-top: 15px;
    text-align: left;
  }
}
.greeting-philosophy__img {
  text-align: center;
}
@media all and (max-width: 1367px) {
  .greeting-philosophy__img img {
    width: 405.6px;
  }
}
@media all and (max-width: 480px) {
  .greeting-philosophy__img img {
    max-width: 90%;
  }
}

.greeting-policy__txt {
  text-align: center;
  margin: 85px 0 150px;
}
@media all and (max-width: 480px) {
  .greeting-policy__txt {
    margin: 45px 0;
  }
}
.greeting-policy__txt h4 {
  color: #0079C0;
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-size: clamp(2rem, 1.44rem + 2.8vw, 4.8rem);
  line-height: 34px;
  word-break: keep-all;
}
@media all and (max-width: 480px) {
  .greeting-policy__txt h4 {
    line-height: 45px;
  }
}
.greeting-policy__txt p {
  font-size: clamp(1.4rem, 1.2rem + 1vw, 2.4rem);
  line-height: 34px;
  margin-top: 50px;
  word-break: keep-all;
}
@media all and (max-width: 896px) {
  .greeting-policy__txt p {
    margin-top: 25px;
  }
}
@media all and (max-width: 480px) {
  .greeting-policy__txt p {
    margin-top: 15px;
  }
}

.common-ttl__small {
  margin-top: 50px;
}
@media all and (max-width: 480px) {
  .common-ttl__small {
    margin-top: 35px;
  }
}

.footer {
  margin-top: 0;
}
@media all and (max-width: 896px) {
  .footer {
    margin-top: 0;
  }
}