@charset "UTF-8";
/* CSS Document */
.main {
  background-color: #F6F7F9;
  overflow: hidden;
}
.section-image{
  margin: 100px 0 40px;
}
.section-image__image {
  max-width: 1040px;
  position: relative;
  margin: 0 auto;
}
.section-image img {
  width: 100vw;
  height: 450px;
  object-fit: cover;
  padding-left: 100px;
}
.section-image h2 {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  font-family: 'Lato', sans-serif;
  font-family: 'Noto Serif JP', serif;
  font-size: 40px;
  line-height: 50px;
  color: #493314;
  background-color: #FFF;
  padding: 0 10px;
  margin: 0 24px;
}
@media (min-width:960px) {
  .section-image {
    margin: 130px 0 100px;
  }
  .section-image img {
    height: 500px;
  }
  .section-image h2 {
    font-size: 5.0rem;
    line-height: 60px;
   }
}
.section-process {
  padding: 0 24px 40px;
}
.section-process h2 {
  margin: 0 0 40px;
  position: relative;
  line-height: 3.6rem;
  letter-spacing: 0.1em;
  font-family: 'Lato', sans-serif;
  font-family: 'Noto Serif JP', serif;
}
.section-process h2::before {
  content: "";
  width: 40px;
  height: 2px;
  background-color: #856519;
  display: block;
  position: absolute;
  left: 0;
  bottom: -17px;
}
.section-process ol {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  list-style: none;
}
.section-process ol li {
  max-width: 350px;
  margin-bottom: 25px;
}
.section-process__image img {
  width: 100%;
  max-width: 350px;
  height: 230px;
  object-fit: cover;
  margin: 0 30px 20px 0;
}
.section-process__content {
  text-align: left;
}
.section-process__content h3 {
  font-size: 2.0rem;
  font-weight: 300;
  line-height: 3.0rem;
  color: #aa632d;
  border-bottom: solid 1px #deba9f;
  padding-bottom: 10px;
  margin-bottom: 15px;
}
.step {
  font-size: 1.6rem;
}
.heading {
  color: #333333;
}
@media (min-width:960px) {
  .section-process {
    max-width: 1040px;
    padding-bottom: 65px;
    margin: 0 auto;
  }
  .section-process h2 {
    margin: 0 0 50px;
    font-size: 3.0rem;
  }
  .section-process h2::before {
    content: "";
    width: 50px;
    height: 2px;
    background-color: #856519;
    display: block;
    position: absolute;
    left: 0;
    bottom: -22px;
  }
  .section-process h2 br {
    display: none;
  }
  .section-process ol {
    display: block;
  }
  .section-process ol li {
    display: flex;
    max-width: initial;
    margin-bottom: 15px;
  }
  .section-process__image img {
    width: 350px;
  }
  .section-process__content h3 {
    width: 500px;
  }
  .section-process__step03 {
    display: flex;
    align-items: center;
  }
}
 
