@charset "utf-8";
/* CSS Document */
.main {
  padding-top: 100px;
}
.section-top-message {
  width: 100%;
}
.section-top-message__text-container {
  margin: 0 auto;
}
.section-top-message__text-container h5 {
  font-size: 2.0rem;
  line-height: 3.6rem;
}
.section-top-message__text-container h5 span {
  background-image: linear-gradient(to bottom, transparent 0%, transparent 95%, #444444 95%, #444444 100%);
  background-size: 35px;
  background-repeat: no-repeat;
}
.section-top-message__text-container h2 {
  font-size: 5.0rem;
  font-weight: 600;
  line-height: 9.0rem;
}
.section-top-message__text-container h3 {
  margin-top: 40px;
  font-size: 2.0rem;
  line-height: 3.4rem;
}
@media (max-width: 1200px) {
  .main {
    overflow: hidden;
  }
  .section-top-message {
    padding: 40px 24px;
  }
  .section-top-message__text-container h5 {
    font-size: 2.0rem;
    line-height: 3.0rem;
  }
  .section-top-message__text-container h1 {
    margin-top: 50px;
    font-size: 5.0rem;
    font-weight: 600;
    line-height: 7.0rem;
  }
  .section-top-message__text-container h3 {
    margin-top: 50px;
    font-size: 2.0rem;
    line-height: 3.6rem;
  }
}
@media(min-width: 1200px) {
  .section-top-message {
    padding: 100px 0 0;
  }
  .section-top-message__text-container {
    max-width: 1200px;
    padding: 0 20px;
    margin: 0 auto;
  }
  .section-top-message__text-container h2 {
    margin-top: 50px;
    font-size: 6.0rem;
    line-height: 10.8rem;
  }
  .section-top-message__text-container h3{
    margin-top: 40px;
    font-size: 4.0rem;
    line-height: 7.2rem;
  }
  .section-top-message__image-container {
    display: inline-block;
    max-height: 800px;
  }
}
.section-service-1, .section-service-2 {
  margin-top: 80px;
}
.section-service-3 {
  margin-top: 80px;
  width: 100%;
  background-color: #F4F4F4;
}
.section-service-1__text-container, .section-service-2__text-container {
  margin: 0 auto;
  padding: 30px 24px;
  max-width: 554px;
  background-color: #F4F4F4;
}
.section-service-3__text-container {
  max-width: 1200px;
  padding: 30px 24px;
  margin: 0 auto;
}
.section-service-1__text-container h2, .section-service-2__text-container h2 {
  font-size: 3.0rem;
  line-height: 5.4rem;
  font-weight: 600;
}
.section-service-3__text-container h2 {
  font-size: 3.0rem;
  line-height: 5.4rem;
  font-weight: 600;
}
/*
.section-service-1__under-bar, .section-service-2__under-bar {
  margin-top: 8px;
  width: 40px;
  height: 1px;
  display: block;
  border: solid 1px #444444;
}
.section-service-3__under-bar {
    margin-top: 8px;
  width: 40px;
  height: 1px;
  display: block;
  border: solid 1px #444444;
}
*/
.section-service-1__text-container h3, .section-service-2__text-container h3 {
  margin-top: 30px;
  font-size: 2.0rem;
  line-height: 3.6rem;
  font-weight: 600;
}
.section-service-1__text-container h3 span, .section-service-2__text-container h3 span {
  color: #D67C1D;
}
.section-service-1__text-container p, .section-service-2__text-container p, .section-service-3__text-container p {
  margin-top: 30px;
  font-size: 1.6rem;
  line-height: 3.0rem;
  font-weight: 500;
}
.section-service-1__text-container p span, .section-service-2__text-container p span, .section-service-3 p span {
  color: #D67C1D;
  font-weight: 600;
}
.section-service-3__text-container {}
/*@media(min-width: 450px) {
  .section-service-1__text-container h2 span, .section-service-2__text-container h2 span {
    padding-bottom: 5px;
    background-image: linear-gradient(to bottom, transparent 0%, transparent 95%, #444444 95%, #444444 100%);
    background-size: 35px;
    background-repeat: no-repeat;
  }
  .section-service-3__text-container h2 span {
    padding-bottom: 5px;
    background-image: linear-gradient(to bottom, transparent 0%, transparent 95%, #444444 95%, #444444 100%);
    background-size: 35px;
    background-repeat: no-repeat;
  }
}
*/
@media(max-width: 1200px) {
  .section-service-1 {
    width: 100%;
  }
  .section-service-2 {
    width: 100%;
  }
  .section-service-1__image-container {
    margin: 0 auto;
    max-width: 554px;
  }
  .section-service-2__image-container {
    margin: 0 auto;
    max-width: 554px;
  }
  .section-service-1__image-container img {
    width: 100%;
    object-fit: cover;
    vertical-align: bottom;
  }
  .section-service-2__image-container img {
    width: 100%;
    object-fit: cover;
    vertical-align: bottom;
  }
}
@media(min-width: 1200px) {
  .section-service-1 {
    margin: 100px 0 0 auto;
    max-width: 1560px;
    display: flex;
    flex-direction: row-reverse;
  }
  .section-service-2 {
    margin-top: 100px;
    max-width: 1560px;
    display: flex;
    align-items: stretch;
  }
  .section-service-1__text-container {
    margin: 0 0 0 auto;
    padding: 60px;
  }
  .section-service-2__text-container {
    margin: 0 auto 0 0;
    padding: 60px;
  }
  .section-service-1__text-container h2, .section-service-2__text-container h2, .section-service-3__text-container h2 {
    font-size: 4.0rem;
    line-height: 5.9rem;
    font-weight: 600;
  }
  .section-service-1__text-container h3, .section-service-2__text-container h3, .section-service-3__text-container h3 {
    margin-top: 40px;
    font-size: 2.5rem;
    line-height: 4.0rem;
    font-weight: 600;
  }
  .section-service-1__text-container p, .section-service-2__text-container p, .section-service-3__text-container p {
    margin-top: 40px;
    font-size: 1.6rem;
    line-height: 3.0rem;
    font-weight: 500;
  }
  .section-service-1__image-container, .section-service-2__image-container, .section-service-3__image-container {
    width: 50%;
  }
  .section-service-1__image-container img, .section-service-2__image-container img, .section-service-3__image-container img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .section-service-3__text-container {
    margin-top: 100px;
    padding: 40px 0;
  }
}