@charset "UTF-8";
/* CSS Document */
.main {
  background-color: #F6F7F9;
}
.section-top {
  margin-top: 100px;
  margin-bottom: 40px;
}
.section-top__top-image {
  margin-bottom: 40px;
}
.section-top__top-image img {
  width: 100vw;
  max-height: 640px;
  object-fit: cover;
  object-position: bottom;
}
.section-top__campany {
  padding: 0 24px;
}
.section-top__campany-top-message {
  width: 250px;
  max-width: 100%;
  height: auto;
  margin-bottom: 80px;
}
.section-top__campany h2 {
  margin: 0 0 15px;
  line-height: 3.6rem;
  position: relative;
  font-family: 'Noto Serif JP', serif;
  letter-spacing: 0.1em;
}
.section-top__campany h2::before {
  content: "";
  width: 40px;
  height: 2px;
  background-color: #856519;
  display: block;
  position: absolute;
  left: 0;
  bottom: -17px;
}
.section-top__campany p {
  margin: 30px 0 25px;
}
.button-left {
  position: relative;
  max-width: 327px;
  height: 50px;
  border-radius: 50px;
  background: #493314;
  transition: .4s;
  box-sizing: border-box;
  margin: 0 auto 0 0;
}
.button-left a {
  color: #FFF;
  text-decoration: none;
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 50px;
}
.button-left::before {
  content: "";
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50px;
  width: 10px;
  height: 10px;
  border-top: solid 1px #FFF;
  border-right: solid 1px #FFF;
  transform: rotate(45deg);
}
.button-left:hover {
  background-color: #f6f7f9;
  border: solid 1px #493314;
  transition: .4s;
}
.button-left a:hover {
  color: #333333;
}
.button-left:hover::before {
  border-top: solid 1px #333333;
  border-right: solid 1px #333333;
}
@media (min-width:960px) {
  .section-top {
    display: flex;
    align-items: center;
    margin-top: 130px;
  }
  .section-top__top-image {
    margin: 0;
  }
  .section-top__top-image img {
    width: 50vw;
  }
  .section-top__campany {
    padding: 50px;
  }
  .section-top__campany-top-message {
    width: auto;
    height: 140px;
    margin-bottom: 120px;
  }
  .section-top__campany h2 {
    margin: 0 0 30px;
    font-size: 3.0rem;
    position: relative;
    font-family: 'Noto Serif JP', serif;
  }
  .section-top__campany h2::before {
    content: "";
    width: 50px;
    height: 2px;
    background-color: #856519;
    display: block;
    position: absolute;
    left: 0;
    bottom: -32px;
  }
  .section-top__campany p {
    font-size: 2.4rem;
    line-height: 3.6rem;
    margin: 60px 0 30px;
  }
}
.section-flow {
  padding: 0 24px;
  margin-bottom: 40px;
}
.section-flow__lead h2 {
  margin: 0 0 15px;
  position: relative;
  font-family: 'Noto Serif JP', serif;
  letter-spacing: 0.1em;
}
.section-flow__lead h2::before {
  content: "";
  width: 40px;
  height: 2px;
  background-color: #856519;
  display: block;
  position: absolute;
  left: 0;
  bottom: -17px;
}
.section-flow__lead p {
  margin: 30px 0 25px;
}
.section-flow ol {
  list-style: none;
}
.section-flow__step {
  width: 100px;
  height: 100px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  border: solid 2px #aa632d;
  margin: 0 auto 15px;
}
.section-flow__step-step{
  position: relative;
  bottom: 5px;
  color: #aa632d;
}
.section-flow__step-number {
  font-size: 2.4rem;
  color: #aa632d;
}
.section-flow__flow {
  display: flex;
  justify-content: center;
  font-size: 2.0rem;
  margin-bottom: 25px;
}
.button-right {
  position: relative;
  max-width: 327px;
  height: 50px;
  border-radius: 50px;
  background: #493314;
  transition: .4s;
  box-sizing: border-box;
  margin: 0 0 0 auto;
}
.button-right a {
  color: #FFF;
  text-decoration: none;
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 50px;
}
.button-right::before {
  content: "";
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50px;
  width: 10px;
  height: 10px;
  border-top: solid 1px #FFF;
  border-right: solid 1px #FFF;
  transform: rotate(45deg);
}
.button-right:hover {
  background-color: #f6f7f9;
  border: solid 1px #493314;
  transition: .4s;
}
.button-right a:hover {
  color: #333333;
}
.button-right:hover::before {
  border-top: solid 1px #333333;
  border-right: solid 1px #333333;
}
@media (min-width:768px) {
  .section-flow {
    max-width: 1040px;
    margin: 100px auto;
  }
  .section-flow__lead h2 {
    margin: 0 0 30px;
    font-size: 3.0rem;
  }
  .section-flow__lead h2::before {
    content: "";
    width: 50px;
    height: 2px;
    background-color: #856519;
    display: block;
    position: absolute;
    left: 0;
    bottom: -32px;
  }
  .section-flow__lead p {
    margin: 60px 0 30px;
  }
  .section-flow ol {
    display: flex;
    justify-content: space-evenly;
  }
  .section-flow__flow {
    margin-bottom: 3.0rem;
  }
}
.section-product {
  padding: 0 24px;
  margin-bottom: 40px;
}
.section-product__lead h2 {
  margin: 0 0 15px;
  position: relative;
  font-family: 'Noto Serif JP', serif;
  letter-spacing: 0.1em;
}
.section-product__lead h2::before {
  content: "";
  width: 40px;
  height: 2px;
  background-color: #856519;
  display: block;
  position: absolute;
  left: 0;
  bottom: -17px;
}
.section-product__lead p {
  margin: 30px 0 25px;
}
.section-product ul {
  list-style: none;
}
.section-product ul li {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 330px;
  background-color: #FFFFFF;
  text-align: center;
  box-sizing: border-box;
  padding: 15px;
  margin: 0 auto 25px;
}
.section-product ul li img {
  width: 40%;
}
@media (min-width:768px) {
  .section-product {
    max-width: 1040px;
    margin: 0 auto 100px;
  }
  .section-product__lead h2 {
    margin: 0 0 30px;
    font-size: 3.0rem;
  }
  .section-product__lead h2::before {
    content: "";
    width: 50px;
    height: 2px;
    background-color: #856519;
    display: block;
    position: absolute;
    left: 0;
    bottom: -32px;
  }
  .section-product__lead p {
    margin: 60px 0 30px;
  }
  .section-product ul {
    display: flex;
  }
  .section-product ul li {
    margin: 0 15px 30px;
  }
}
.section-contact {
  padding: 0 24px 40px;
}
.section-contact__lead h2 {
  margin: 0 0 15px;
  position: relative;
  font-family: 'Noto Serif JP', serif;
  letter-spacing: 0.1em;
}
.section-contact__lead h2::before {
  content: "";
  width: 40px;
  height: 2px;
  background-color: #856519;
  display: block;
  position: absolute;
  left: 0;
  bottom: -17px;
}
.section-contact__lead p {
  margin: 30px 0 25px;
}
.section-contact__email-button {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 25px;
  max-width: 550px;
  height: 166px;
  border-radius: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #493314;
  font-size: 2.0rem;
  color: #FFF;
  text-decoration: none;
  transition: .4s;
  box-sizing: border-box;
}
.section-contact__email-button::before {
  content: "";
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 2em;
  width: 10px;
  height: 10px;
  border-top: solid 1px #FFF;
  border-right: solid 1px #FFF;
  transform: rotate(45deg);
}
.section-contact__email-button:hover {
  background-color: #f6f7f9;
  border: solid 1px #493314;
  color: #333333;
  transition: .4s;
}

.section-contact__email-button:hover::before{
  border-top: solid 1px #333333;
  border-right: solid 1px #333333;

} 
.section-contact__telephone {
  text-align: center;
}
.section-contact__telephone-number {
  border-bottom: solid 1px #deba9f;
  max-width: 550px;
  padding-bottom: 15px;
  margin: 0 auto 15px;
}
.section-contact__telephone-number h3 {
  font-weight: 300;
}
.section-contact__telephone-number p {
  font-size: 2.0rem;
}
.section-contact__telephone-fax br {
  display: none;
}
@media (min-width:960px) {
  .section-contact {
    max-width: 1040px;
    margin: 0 auto;
  }
  .section-contact__lead h2 {
    margin: 0 0 30px;
    font-size: 3.0rem;
  }
  .section-contact__lead h2::before {
    content: "";
    width: 50px;
    height: 2px;
    background-color: #856519;
    display: block;
    position: absolute;
    left: 0;
    bottom: -32px;
  }
  .section-contact__lead p {
    margin: 60px 0 30px;
  }
  .section-contact__email-button {
    font-size: 2.4rem;
    margin-bottom: 30px;
  }
  .section-contact__telephone {
    display: flex;
  }
  .section-contact__telephone-number {
    border-bottom: none;
    padding-top: 10px;
    margin-right: 30px;
    margin-left: auto;
  }
  .section-contact__telephone-number p {
    font-size: 2.4rem;
  }
  .section-contact__telephone-fax {
    border-left: solid 1px #deba9f;
    padding: 10px 30px;
    margin-right: auto;
  }
  .section-contact__telephone-fax br {
    display: block;
  }
}

.not-work-contact {
  pointer-events: none;
} 







