.contents {
  padding-top: 100px;
}
.contents__hero {
  position: relative;
  margin: 0 0 100px 20px;
}
.contents__image {
  width: 77%;
  margin-left: auto;
  padding-top: 75%;
  background-image: url(../images/contents_hero.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.contents__images {
  width: 77%;
  margin-right: 0;
  margin-left: auto;
}
.contents__images img {
  display: block;
}
.contents__images img:first-of-type {
  width: 90%;
  height: auto;
  margin-bottom: -40px;
}
.contents__images img:last-of-type {
  display: block;
  width: 80%;
  margin-left: auto;
  margin-right: 0;
}
.contents__heading {
  position: absolute;
  top: 60px;
  left: 0;
  z-index: 10;
  text-shadow: 1px 1px 5px #fff;
}
@media screen and (min-width: 768px) {
  .contents {
    padding-top: 120px;
  }
  .contents__hero {
    margin: 0 0 130px 10%;
  }
  .contents__heading {
    top: 90px;
  }
  .contents__image {
    width: 82%;
    padding-top: 50%;
  }
  .contents__images {
    display: flex;
    width: 82%;
  }
  .contents__images img:first-of-type, .contents__images img:last-of-type {
    width: 48.5%;
    margin-right: 1.5%;
  }
  .contents__images img:first-of-type {
    margin-bottom: 0;
  }
}
@media screen and (min-width: 1200px) {
  .contents {
    padding-top: 30px;
  }
  .contents__hero {
    margin-bottom: 150px;
  }
  .contents__heading {
    top: 110px;
  }
  .contents__image {
    width: 87%;
    padding-top: 40%;
  }
  .contents__images {
    width: 87%;
  }
}
@media screen and (min-width: 1600px) {
  .contents__hero {
    margin: 0 0 200px 15%;
  }
  .contents__heading {
    top: 150px;
  }
  .contents__image {
    width: 90%;
    padding-top: 38%;
  }
  .contents__images {
    width: 90%;
  }
}

.business {
  margin-bottom: 100px;
}
.business__image {
  width: 100%;
  padding-top: 62.5%;
  background-image: url(../images/contents_image.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.business__contents {
  padding: 40px 20px 0;
}
.business__heading {
  margin-bottom: 40px;
  font-size: 18px;
  letter-spacing: 3px;
}
@media screen and (min-width: 768px) {
  .business {
    display: flex;
    align-items: flex-start;
    flex-direction: row-reverse;
  }
  .business__image {
    width: 50%;
    padding-top: 45%;
    background-position: right;
  }
  .business__contents {
    flex: 1;
    padding: 0 30px 0 20px;
  }
}
@media screen and (min-width: 1200px) {
  .business {
    margin-bottom: 150px;
  }
  .business__image {
    padding-top: 48%;
  }
  .business__contents {
    padding: 60px 80px 0 10%;
  }
  .business__heading {
    margin-bottom: 55px;
    font-size: 24px;
    letter-spacing: 4px;
  }
}
@media screen and (min-width: 1600px) {
  .business__image {
    width: 48%;
    padding-top: 43%;
  }
  .business__contents {
    padding: 60px 160px 0 15%;
  }
}

.flow {
  margin-bottom: 80px;
}
.flow__inner {
  padding: 0 20px;
}
.flow__heading {
  margin-bottom: 50px;
}
.flow__item {
  margin-bottom: 50px;
}
.flow__item:last-of-type {
  margin-bottom: 0;
}
.flow__subheading {
  display: flex;
  justify-content: flex-start;
  align-items: baseline;
  margin-bottom: 15px;
  line-height: 1;
}
.flow__subheading h3 {
  font-size: 18px;
}
.flow__number {
  margin-right: 12px;
  font-size: 32px;
  letter-spacing: 1px;
}
.flow__image {
  margin-bottom: 15px;
}
@media screen and (min-width: 768px) {
  .flow__inner {
    padding: 0 10%;
  }
  .flow__list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .flow__item {
    width: 47%;
  }
  .flow__item:nth-last-of-type(2) {
    margin-bottom: 0;
  }
}
@media screen and (min-width: 1200px) {
  .flow {
    margin-bottom: 130px;
  }
  .flow__inner {
    padding: 0 10%;
  }
  .flow__heading {
    margin-bottom: 80px;
  }
  .flow__list {
    max-width: 980px;
    margin: auto;
  }
  .flow__subheading h3 {
    font-size: 22px;
  }
  .flow__number {
    font-size: 38px;
  }
}

.contact__inner {
  text-align: center;
}
.contact__button {
  margin-bottom: 50px;
}
.contact__button a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 90%;
  max-width: 330px;
  height: 60px;
  margin: auto;
  border: 1px solid #aaa;
  border-radius: 6px;
  font-weight: bold;
  font-size: 15px;
  letter-spacing: 3px;
  text-align: center;
  text-indent: 3px;
}
.contact__tel {
  display: inline-block;
  letter-spacing: 0;
}
.contact__tel h2 {
  margin-bottom: 8px;
  font-size: 16px;
}
.contact__tel a {
  display: flex;
  align-items: center;
  margin-bottom: 5px;
}
.contact__tel a img {
  width: 32px;
  margin-right: 10px;
}
.contact__tel a span {
  font-size: 32px;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
}
.contact__tel p {
  margin-left: 42px;
  font-size: 11px;
}
@media screen and (min-width: 1200px) {
  .contact__inner {
    text-align: left;
  }
  .contact__button a {
    height: 70px;
    margin-left: 0;
    font-size: 17px;
  }
  .contact__tel {
    font-size: 18px;
  }
  .contact__tel h2 {
    font-size: 18px;
  }
  .contact__tel a img {
    width: 36px;
  }
  .contact__tel a span {
    font-size: 42px;
  }
  .contact__tel p {
    margin-left: 46px;
    font-size: 12px;
  }
}/*# sourceMappingURL=contents.css.map */