.ihin-enrolled {
  max-width: none;
  background: url("../new_image/ihin_enrolled_bg.jpg") center no-repeat;
  background-size: cover;
  padding: 50px 15px 90px;
}
@media screen and (max-width: 480px) {
  .ihin-enrolled {
    margin-top: 100px;
  }
}

.ihin-enrolled__img {
  margin: -90px auto 18px;
  text-align: center;
}

.ihin-enrolled__content {
  max-width: 1000px;
  margin: auto;
}

.ihin-enrolled__headding {
  margin-bottom: 30px;
  font-family: 'Noto Serif JP', serif;
  font-size: 4rem;
  color: #333;
  text-align: center;
}
@media screen and (max-width: 680px) {
  .ihin-enrolled__headding {
    font-size: 2.6rem;
  }
}
.ihin-enrolled__headding-strong {
  position: relative;
}

.ihin-enrolled__headding-strong::after {
  display: block;
  content: "";
  background: url("../new_image/dots.svg") no-repeat;
  background-size: contain;
  width: 248px;
  height: 7px;
  position: absolute;
  top: -5px;
  left: 17px;
}
@media screen and (max-width: 680px) {
  .ihin-enrolled__headding-strong::after {
    width: 159px;
    left: 10px;
    top: -2px;
  }
}


.ihin-enrolled__banner {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
          justify-content: center;
  margin-bottom: 40px;
}

.ihin-enrolled__banner-item {
  margin: 0 20px;
}

.ihin-item {
  max-width: none;
}

.ihin-item__map {
  margin-bottom: -205px;
  text-align: center;
}
@media screen and (max-width: 960px) {
  .ihin-item__map {
    margin-bottom: -20vw;
    text-align: center;
  }
}

.ihin-item__text-box {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
          justify-content: center;
  max-width: 1050px;
  margin: auto;
}
@media screen and (max-width: 960px) {
  .ihin-item__text-box {
    flex-direction: column-reverse;
    align-items: center;
  }
}

.ihin-item__image {
  padding-top: 20px;
  margin-right: 60px;
  -webkit-flex: 0 0 auto;
          flex: 0 0 auto;
}
@media screen and (max-width: 960px) {
  .ihin-item__image {
    margin: 30px 0 0;
  }
}

.ihin-btn {
  margin-bottom: 100px;
  padding: 0 15px;
}

@media screen and (max-width: 480px) {
  .ihin-btn {
    margin-bottom: 60px;
  }
}

.ihin-btn__link {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
          justify-content: center;
  -webkit-align-items: center;
          align-items: center;
  width: 100%;
  max-width: 440px;
  height: 80px;
  margin: auto;
  padding-right: 15px;
  position: relative;
  background: #0850B7 url("../new_image/icon_blank.svg") top 30px right 30px no-repeat;
  box-shadow: 0 4px 0 #003282;
  border-radius: 5px;
  transition: box-shadow .3s, -webkit-transform .3s;
  transition: box-shadow .3s, transform .3s;
  transition: box-shadow .3s, transform .3s, -webkit-transform .3s;
  font-size: 2rem;
  font-weight: 700;
  color: #fff;
  will-change: transform;
}
@media screen and (max-width: 480px) {
  .ihin-btn__link {
    font-size: 1.8rem;
  }
}

.ihin-btn__link:hover {
  -webkit-transform: translateY(4px);
          transform: translateY(4px);
  text-decoration: none;
  box-shadow: 0 0px 0 #003282;
}
/*# sourceMappingURL=service_ihin.css.map */