html {
  font-family: "Zen Maru Gothic", serif;
  font-size: 1rem;
  font-weight: 500;
  font-style: normal;
}

.intro {
  display: flex;
  justify-content: center;
  padding: 0 24px;
}
.intro__wrapper {
  max-width: 1120px;
  width: 100%;
}
.intro__wrapper .intro-desc {
  display: block;
  color: var(--main-primary-007BE3, #0070ce);
  max-width: 756px;
  width: 100%;
  margin: 0 auto;
  /* text/28- Bold - line-hegiht:160% */
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
  line-height: 170%; /* 47.6px */
  margin-bottom: 40px;
}
.intro__wrapper .intro-problem-img {
  width: 100%;
  background-image: url(../assets/images/intro.jpg);
  background-size: contain;
  padding-bottom: 34.8214285714%;
  margin-bottom: 24px;
}
.intro__wrapper .intro-imgs {
  display: flex;
  gap: 10px;
  width: 100%;
}
.intro__wrapper .intro-imgs .intro-img {
  max-width: 216px;
  width: 100%;
  height: 208px;
  margin-bottom: 80px;
}
.intro__wrapper .intro-imgs .intro-img--1 {
  background-image: url(../assets/images/intro1.jpg);
}
.intro__wrapper .intro-imgs .intro-img--2 {
  background-image: url(../assets/images/intro2.jpg);
}
.intro__wrapper .intro-imgs .intro-img--3 {
  background-image: url(../assets/images/intro3.jpg);
}
.intro__wrapper .intro-imgs .intro-img--4 {
  background-image: url(../assets/images/intro4.jpg);
}
.intro__wrapper .intro-imgs .intro-img--5 {
  background-image: url(../assets/images/intro5.jpg);
}

.materials {
  display: flex;
  justify-content: center;
  padding: 0 24px;
}
.materials__wrapper {
  max-width: 1120px;
  width: 100%;
  padding-bottom: 40px;
}
.materials__wrapper .material-list {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.materials__wrapper .material-list .material {
  max-width: 346.6px;
  width: 30.8928571429%;
  margin-bottom: 40px;
}
.materials__wrapper .material-list .material__img {
  width: 100%;
  height: 240px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  margin-bottom: 12px;
}
.materials__wrapper .material-list .material__img--1 {
  background-image: url(../assets/images/mtr1.jpg);
}
.materials__wrapper .material-list .material__img--2 {
  background-image: url(../assets/images/mtr2.jpg);
}
.materials__wrapper .material-list .material__img--3 {
  background-image: url(../assets/images/mtr3.jpg);
}
.materials__wrapper .material-list .material__img--4 {
  background-image: url(../assets/images/mtr4.jpg);
}
.materials__wrapper .material-list .material__img--5 {
  background-image: url(../assets/images/mtr5.jpg);
}
.materials__wrapper .material-list .material__img--6 {
  background-image: url(../assets/images/mtr6.jpg);
}
.materials__wrapper .material-list .material__img--7 {
  background-image: url(../assets/images/mtr7.jpg);
}
.materials__wrapper .material-list .material__text {
  color: var(--main-primary-007BE3, #0070ce);
  /* text/22- Bold- line-hegiht:160% */
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  line-height: 170%; /* 37.4px */
}

.package {
  display: flex;
  justify-content: center;
  padding: 0 24px;
}
.package__wrapper {
  max-width: 1120px;
  width: 100%;
  padding-bottom: 80px;
}
.package__wrapper .package-head__text {
  color: #000;
  /* text/22- Bold- line-hegiht:160% */
  font-family: "Zen Maru Gothic";
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  line-height: 170%;
}
.package__wrapper .package-head__text .blue {
  color: var(--main-primary-007BE3, #0070ce);
}

.flow {
  display: flex;
  justify-content: center;
  padding: 0 24px;
}
.flow__wrapper {
  max-width: 1120px;
  width: 100%;
  padding-bottom: 80px;
}
.flow__wrapper .flow-img {
  width: 100%;
  padding-bottom: 3.9285714286%;
  background-image: url(../assets/images/flow-pc.png);
  background-size: contain;
  background-repeat: no-repeat;
}

.facility {
  display: flex;
  justify-content: center;
  padding: 0 24px;
}
.facility__wrapper {
  max-width: 1120px;
  width: 100%;
}
.facility__wrapper .fac-list {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  column-gap: 48px;
  row-gap: 26px;
  margin-bottom: 16px;
}
.facility__wrapper .fac-list .fac {
  max-width: 340px;
  width: 30.3571428571%;
}
.facility__wrapper .fac-list .fac .fac-head {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
.facility__wrapper .fac-list .fac .fac-head__square {
  width: 20px;
  height: 20px;
  margin-right: 9px;
  background: var(--main-primary-007BE3, #0070ce);
}
.facility__wrapper .fac-list .fac .fac-head__text {
  color: #0070ce;
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  line-height: 170%; /* 37.4px */
}
.facility__wrapper .fac-list .fac .fac-detail-list .fac-detail {
  display: flex;
  justify-content: space-between;
  padding-bottom: 24px;
  border-bottom: 1px solid #0070ce;
}
.facility__wrapper .fac-list .fac .fac-detail-list .fac-detail__key {
  max-width: 120px;
  width: 100%;
}
.facility__wrapper .fac-list .fac .fac-detail-list .fac-detail__value {
  max-width: 140px;
  width: 100%;
}
.facility__wrapper .fac-list .fac .fac-detail-list .fac-detail--none-border {
  border-bottom: none;
}
.facility__wrapper .fac-list .fac .fac-detail-list .fac-detail:last-child {
  padding-top: 24px;
}
.facility__wrapper .fac-additional-info {
  color: #000;
  /* text/12 - bold -line-hegiht:140% - - letter-padding:6% */
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: 140%; /* 16.8px */
  letter-spacing: 0.72px;
  margin-bottom: 41px;
}
.facility__wrapper .fac-imgs {
  display: flex;
  gap: 10px;
  width: 100%;
}
.facility__wrapper .fac-imgs .fac-img {
  max-width: 216px;
  width: 100%;
  height: 208px;
  margin-bottom: 80px;
}
.facility__wrapper .fac-imgs .fac-img--1 {
  background-image: url(../assets/images/fac1.jpg);
}
.facility__wrapper .fac-imgs .fac-img--2 {
  background-image: url(../assets/images/fac2.jpg);
}
.facility__wrapper .fac-imgs .fac-img--3 {
  background-image: url(../assets/images/fac3.jpg);
}
.facility__wrapper .fac-imgs .fac-img--4 {
  background-image: url(../assets/images/fac4.jpg);
}
.facility__wrapper .fac-imgs .fac-img--5 {
  background-image: url(../assets/images/fac5.jpg);
}/*# sourceMappingURL=business.css.map */