/*!
global > color
------------------------------
*/
/*!
global > content-width
------------------------------
*/
/*!
global > font
------------------------------
*/
/*!
global > mixin
------------------------------
*/
/*!
global > color
------------------------------
*/
/*!
global > content-width
------------------------------
*/
/*!
global > font
------------------------------
*/
/*!
global > mixin
------------------------------
*/
@media screen and (min-width: 768px) {
  .p_greeting {
    padding-bottom: 156px;
  }
}
.p_greeting_sec__txt {
  margin-top: 26px;
}

@media screen and (min-width: 768px) {
  .p_greeting_sec__txt {
    margin-top: 58px;
  }
}
.p_greeting_sec__txt .c_txt01 {
  margin-top: 10px;
}

@media screen and (min-width: 768px) {
  .p_greeting_sec__txt .c_txt01 {
    margin-top: 30px;
  }
}
.p_greeting_sec__txt .c_txt01:first-child {
  margin-top: 0;
}

.p_greeting_sec01 {
  padding-top: 30px;
}

@media screen and (min-width: 768px) {
  .p_greeting_sec01 {
    padding-top: 71px;
  }
}
.p_greeting_sec01__img {
  text-align: center;
}

.p_greeting_sec01 .c_ttl01 {
  margin-top: 34px;
}

@media screen and (min-width: 768px) {
  .p_greeting_sec01 .c_ttl01 {
    margin-top: 78px;
  }
}
.p_greeting_sec02 {
  padding-top: 60px;
}

@media screen and (min-width: 768px) {
  .p_greeting_sec02 {
    padding-top: 75px;
  }
}
.p_greeting_sec02 .c_list01 {
  margin-top: 30px;
}

@media screen and (min-width: 768px) {
  .p_greeting_sec02 .c_list01 {
    margin-top: 59px;
  }
}
.p_greeting_sec03 {
  padding-top: 60px;
}

@media screen and (min-width: 768px) {
  .p_greeting_sec03 {
    padding-top: 80px;
  }
}
@media screen and (min-width: 768px) {
  .p_greeting_sec03 .p_greeting_sec__txt {
    margin-top: 59px;
  }
}
.p_greeting_sec__flex {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-direction: column-reverse;
}
@media screen and (min-width: 768px) {
  .p_greeting_sec__flex {
    flex-direction: row;
    gap: clamp(
      2.5rem,
      2.9761904762vw + 1.0714285714rem,
      3.75rem
  );
  }
}
@media screen and (min-width: 768px) {
  .p_greeting_sec__flex .p_greeting_sec__txt {
    width: 100%;
    text-align: justify;
  }
}
.p_greeting_sec__flex_imgarea {
  width: 100%;
  max-width: 240px;
  margin: 30px auto 0;
}
@media screen and (min-width: 768px) {
  .p_greeting_sec__flex_imgarea {
    width: clamp(
      10rem,
      -10.4166666667vw + 19.375rem,
      14.375rem
  );
    max-width: 100%;
    margin: 62px 0 0;
    flex-shrink: 0;
  }
}
/*# sourceMappingURL=greeting.css.map */
