@charset "utf-8";
/* CSS Document */
.main {
  padding-top: 100px;
  width: 100%;
}
.section-top {
  width: 100%;
}
.section-top__text-contents h2 {
  width: 100%;
  padding: 30px 24px 0;
  font-size: 4.0rem;
  font-weight: 600;
  line-height: 7.0rem;
  color: #FFFFFF;
}
.section-top__text-contents p {
  margin: 50px 24px 0;
  font-size: 1.8rem;
  line-height: 3.6rem;
  font-weight: 500;
}
.section-top__image-container {
  display: none;
}
@media (max-width: 1160px) {
  .section-top__text-contents h2 {
    width: 100%;
    height: 400px;
    padding: 30px 24px 0;
    font-size: 4.0rem;
    font-weight: 600;
    line-height: 7.0rem;
    color: #FFFFFF;
    background-image: url("../images/home/ryo-yoshitake-rD28m9BmXVs-unsplash.jpg");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
  }
}
@media(min-width: 1160px) {
  .section-top {
    display: flex;
    align-items: stretch;
  }
  .section-top__text-contents {
    width: 37.5%;
    width: 800px;
    padding: 100px 59px;
  }
  .section-top__text-contents h2 {
    width: 100%;
    padding: 0;
    font-size: 6.0rem;
    font-weight: 600;
    line-height: 10.8rem;
    color: #D67C1D;
    background-image: url(none);
  }
  .section-top__text-contents p {
    margin: 40px 0 0;
    padding: 0;
    font-size: 2.5rem;
    line-height: 4.5rem;
  }
  .section-top__image-container {
    display: inline-block;
    width: 67.5%;
  }
  .section-top__image-container img {
    object-fit: cover;
    width: 100%;
    height: 100%;
  }
  .section-top__image {
 
  }
}
.section-first-message, .section-second-message {
  margin-top: 50px;
  overflow-x: hidden;
}
.section-first-message__text-container, .section-second-message__text-container {
  margin: 0 24px;
}
.section-first-message__text-container h5 {
  display: inline-block;
  font-size: 2.0rem;
}
.section-first-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-first-message__text-container h2 {
  margin-top: 50px;
  display: block;
  font-size: 6.0rem;
  font-weight: 600;
  line-height: 6.0rem;
}
.section-first-message__text-container h3, .section-second-message__text-container h3 {
  margin-top: 50px;
  display: block;
  font-size: 2.0rem;
  line-height: 3.6rem;
  font-weight: 600;
}
.section-first-message__text-container h3 span, .section-second-message__text-container h3 span, .section-first-message__text-container p span, .section-second-message__text-container p span {
  color: #D67C1D;
}
.section-first-message__text-container p, .section-second-message__text-container p {
  margin-top: 50px;
  font-size: 1.6rem;
  line-height: 3.0rem;
  font-weight: 500;
}
.section-first-message__image-container {
  margin-top: 50px;
  width: 95vw;
}
.section-first-message__image-container img {
  object-fit: cover;
  width: 100%;
}
@media(min-width: 1160px) {
  .section-first-message {
    margin: 180px 0 0;
    width: 100%;
    /*height: 895px;*/
    background-image: url("../images/home/PEZ_tuutenkaku.jpg");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
  }
  .section-first-message__text-container {
    margin: 0 300px 0 auto;
    padding: 60px 40px;
    width: 795px;
    height: 100%;
    background-color: #FFFFFF;
  }
  .section-first-message__text-container h2 {
    margin-top: 50px;
  }
  .section-first-message__text-container h3 {
    margin-top: 50px;
    font-size: 4.0rem;
    line-height: 7.2rem;
  }
    .section-first-message__text-container p {
    margin-top: 50px;
  }
  .section-first-message__image-container {
    display: none;
  }
}
.section-second-message__image-container {
  margin: 50px 0 0 24px;
  width: 95vw;
}
.section-second-message__image-container img {
  object-fit: cover;
  width: 100%;
}
@media(min-width: 1160px) {
  .section-second-message {
    margin: 180px 0 0;
    width: 100%;
    /*height: 630px;*/
    background-image: url("../images/home/heriyakei419162.jpg");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
  }
  .section-second-message__text-container {
    margin: 0 auto 0 300px;
    padding: 40px 40px;
    width: 795px;
    height: 100%;
    background-color: #FFFFFF;
  }
  .section-second-message__text-container h2 {
    margin-top: 50px;
  }
  .section-second-message__text-container h3 {
    margin-top: 0;
    font-size: 4.0rem;
    line-height: 7.2rem;
  }
    .section-second-message__text-container p {
    margin-top: 50px;
  }
  .section-second-message__text-container__data {
    border-bottom: 1px solid #444444;
  }
  .section-second-message__image-container {
    display: none;
  }
}