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

@media screen and (max-width: 768px) {
  .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: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 170%; /* 47.6px */
    margin-bottom: 20px;
  }
  .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;
    justify-content: center;
    flex-wrap: wrap;
    gap: 10px;
    width: 100%;
    margin-bottom: 40px;
  }
  .intro__wrapper .intro-imgs .intro-img {
    max-width: none;
    background-size: cover;
    background-repeat: no-repeat;
    width: calc((100% - 30px) / 3);
    height: auto;
    padding-bottom: 24%;
    margin-bottom: 0px;
  }
  .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);
    margin-bottom: 0px;
  }
  .materials {
    display: flex;
    justify-content: center;
    padding: 0 24px;
  }
  .materials__wrapper {
    max-width: 1120px;
    width: 100%;
    padding-bottom: 20px;
  }
  .materials__wrapper .material-list {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .materials__wrapper .material-list .material {
    max-width: none;
    width: 100%;
    margin-bottom: 20px;
  }
  .materials__wrapper .material-list .material__img {
    width: 100%;
    height: 200px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    margin-bottom: 6px;
  }
  .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: 16px;
    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: 40px;
  }
  .package__wrapper .package-head__text {
    color: #000;
    /* text/22- Bold- line-hegiht:160% */
    font-family: "Zen Maru Gothic";
    font-size: 16px;
    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: 40px;
  }
  .flow__wrapper .flow-img {
    width: 100%;
    padding-bottom: 100%;
    background-image: url(../assets/images/flow-sp.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-direction: column;
    flex-wrap: wrap;
    column-gap: 48px;
    row-gap: 16px;
    margin-bottom: 16px;
  }
  .facility__wrapper .fac-list .fac {
    max-width: none;
    width: 100%;
  }
  .facility__wrapper .fac-list .fac .fac-head {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
  }
  .facility__wrapper .fac-list .fac .fac-head__square {
    width: 16px;
    height: 16px;
    margin-right: 9px;
    background: var(--main-primary-007BE3, #0070ce);
  }
  .facility__wrapper .fac-list .fac .fac-head__text {
    color: #0070ce;
    font-size: 16px;
    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: 12px;
    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: 12px;
  }
  .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: 20px;
  }
  .facility__wrapper .fac-imgs {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 10px;
    width: 100%;
    margin-bottom: 40px;
  }
  .facility__wrapper .fac-imgs .fac-img {
    max-width: none;
    width: calc((100% - 30px) / 3);
    height: auto;
    padding-bottom: 24%;
    margin-bottom: 0px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
  }
  .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);
    margin-bottom: 0px;
  }
}/*# sourceMappingURL=business-res.css.map */