* {
  box-sizing: border-box;
}

h1,
h2,
h3,
h4,
h5,
p,
ol,
ul,
li {
  margin: 0;
  padding: 0;
}

body {
  background: #fff;
  margin: 0;
  font-size: 14px;
  font-weight: 400;
  font-family: "Noto Sans", sans-serif;
}

.u-red {
  color: #993300;
}

.c-wrap {
  margin: 0 auto;
  padding-inline: 30px;
  max-width: 925px;
  width: 100%;
}
.c-wrap.--lg {
  max-width: 978px;
}

h2 {
  text-align: center;
  font-size: 24px;
  font-weight: 700;
}

h3 {
  font-size: 18px;
  font-weight: 700;
  color: #993300;
}

h4 {
  font-size: 16px;
  font-weight: 700;
}

a {
  color: #008000;
}

img {
  width: 100%;
}

/* header */
.header {
  padding-block: 20px 2px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.header__img {
  display: block;
  width: 184px;
  aspect-ratio: 1/1;
}

/* sec01 */
.sec01 {
  padding-block: 51px 24px;
  background: #FFF8F4;
}
.sec01__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 33px;
}
.sec01__items {
  display: flex;
  gap: 61px;
  justify-content: center;
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .sec01__items {
    flex-direction: column;
    align-items: center;
  }
}
.sec01__item {
  display: flex;
  flex-direction: column;
  gap: 19px;
  width: 411px;
}
.sec01__item.--tac {
  text-align: center;
}
@media screen and (max-width: 767px) {
  .sec01__item {
    flex: 1;
    text-align: center;
    width: 100%;
  }
}
.sec01__row {
  display: flex;
  gap: 16px;
}
@media screen and (max-width: 767px) {
  .sec01__row {
    flex-direction: column;
    align-items: center;
  }
}
.sec01__img {
  width: 150px;
  flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .sec01__img {
    width: 129px;
  }
}
.sec01__body {
  display: flex;
  flex-direction: column;
  gap: 7px;
}
.sec01__links {
  display: flex;
  gap: 10px;
}
@media screen and (max-width: 767px) {
  .sec01__links {
    justify-content: center;
  }
}
.sec01__link {
  display: block;
  width: 29px;
}
/* sec02 */
.sec02 {
  padding-block: 36px 74px;
}
.sec02__inner {
  display: flex;
  flex-direction: column;
  gap: 39px;
}
.sec02__content {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.sec02__img {
  display: inline-block;
  width: 253px;
  flex-shrink: 0;
}
.sec02__row {
  display: flex;
  gap: 21px;
}
@media screen and (max-width: 767px) {
  .sec02__row {
    flex-direction: column;
    align-items: center;
  }
}
.sec02 p + p {
  margin-top: 20px;
}

/* sec03 */
.sec03 {
  padding-block: 36px 41px;
  background: #FFF8F4;
}
.sec03__inner {
  display: flex;
  flex-direction: column;
  gap: 34px;
}
.sec03__items {
  position: relative;
  padding-inline: 10px;
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.sec03__items::after {
  position: absolute;
  content: "";
  width: 1px;
  height: 100%;
  background: #000;
  top: 50%;
  right: 69%;
  transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .sec03__items::after {
    display: none;
  }
}
.sec03 h3 {
  padding-right: 20px;
}
.sec03 .sec03__items + h2 {
  margin-top: 27px;
}
.sec03__item {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .sec03__item {
    flex-direction: column;
    justify-content: start;
    gap: 10px;
  }
}
.sec03__lists {
  padding-left: 63px;
  max-width: 70%;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .sec03__lists {
    padding-left: 20px;
    max-width: 100%;
  }
}
.sec03__list {
  display: flex;
  flex-wrap: wrap;
  gap: 0px 19px;
}
.sec03__text {
  font-size: 16px;
  font-weight: 700;
}
/* sec04 */
.sec04 {
  padding-block: 16px 50px;
}
.sec04__inner {
  margin-top: 20px;
  text-align: center;
  display: flex;
  flex-direction: column;
  gap: 41px;
}
.sec04__content {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.sec04__items {
  margin-top: 21px;
  display: flex;
  flex-direction: column;
  gap: 28px;
}
.sec04__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 13px;
}
.sec04__lists {
  text-align: left;
  width: -moz-fit-content;
  width: fit-content;
}
.sec04__lists li {
  width: -moz-fit-content;
  width: fit-content;
}

/* footer */
.footer {
  padding-block: 30px 30px;
  text-align: center;
  background: #930;
}
.footer__text {
  color: #fff;
  font-size: 12px;
}/*# sourceMappingURL=index.css.map */