@charset "utf-8";
/* CSS Document */
.main {
  margin: 0 auto;
  background-color: #ffffff;
}
.section-top {
  height: 700px;
  margin: 0 auto;
}
.section-top_main-image {
  background-image: url("../Images/TOP_SP.jpg");
  background-size: cover;
  height: 700px;
  margin: 0 auto;
}
.section-top_main-image_message h1 {
  width: 375px;
  height: 700px;
  text-align: left;
  line-height: 40px;
  font-size: 2.8rem;
  font-weight: 600;
  padding: 600px 0 10px 30px;
}
@media (min-width:420px) {
  .section-top_main-image_message h1 {
    width: 375px;
    height: 700px;
    text-align: left;
    line-height: 40px;
    font-size: 2.8rem;
    font-weight: 600;
    padding: 20px 0 10px 20px;
  }
}
@media (min-width:768px) {
  .section-top {
    height: 700px;
    max-width: 1440px;
    margin: 0 auto;
  }
  .section-top_main-image {
    background-image: url("../Images/TOP_PC.jpg");
    background-size: cover;
    height: 700px;
    max-width: 1440px;
    margin: 0 auto;
  }
  .section-top_main-image_message h1 {
    max-width: 380px;
    text-align: left;
    line-height: 40px;
    font-size: 3.0rem;
    font-weight: 600;
    padding-top: 100px;
    padding-left: 50px;
  }
}
.section-news {
  background-color: #ffffff;
  height: 400px;
  margin: 100px auto;
}
.section-news_content-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 100%;
  height: 400px;
}
.section-news_h1-wrapper {
  width: 375px;
  height: 120px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
}
.section-news_hero {
  position: relative;
  width: 130px;
  height: 120px;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}
.section-news_hero::before {
  content: '';
  position: absolute;
  width: 130px;
  height: 120px;
  background-image: url("../Images/green brush.png");
  background-size: cover;
  background-position: center;
  opacity: 0.3; /* Only the image has 30% opacity */
  z-index: 0;
}
.section-news_hero h1 {
  position: relative;
  font-size: 2.4rem;
  font-weight: 400;
  z-index: 1;
}
.section-news_news-list {
  width: 351px;
  line-height: 23px;
}
.section-news ol li {
  list-style: none;
  text-align: left;
}
.section-news ol li p {
  font-size: 1.8rem;
}
@media (min-width:726px) {
  .section-news {
    height: 420px;
    margin: 0 auto;
  }
  .section-news_content-wrapper {
    height: 420px;
  }
  .section-news_h1-wrapper {
    width: 275px;
    padding: 100px 0 0;
    display: flex;
    justify-content: center;
  }
  .section-news_news-list {
    width: 451px;
    height: 420px;
    padding-top: 110px
  }
}
@media (min-width:1024px) {
  .section-news {
    height: 380px;
    max-width: 1024px;
  }
  .section-news_content-wrapper {
    height: 380px;
    max-width: 1024px;
  }
  .section-news_h1-wrapper {
    width: 180px;
    padding: 120px 50px 100px 0;
    justify-content: center;
  }
  .section-news_news-list {
    width: 700px;
    height: 380px;
    padding-top: 130px;
  }
}
.section-menu {
  height: 1550px;
  margin: 100px auto 0;
}
.section-menu_background {
  position: relative;
  background-color: #C3914373;
  height: 1550px;
  margin-top: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}
.section-menu_background::before {
  content: '';
  position: absolute;
  width: 130px;
  height: 120px;
  background-size: cover;
  background-position: center;
  z-index: 0;
}
.section-menu_content-wrapper {
  height: 1550px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
  margin: 0 auto;
}
.section-menu_description {
  height: 500px;
  width: 375px;
  margin: 0 auto;
  text-align: left;
  z-index: 2;
}
.section-menu_hero {
  position: relative;
  height: 240px;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  padding: 50px 70px 0 70px;
}
.section-menu_hero::before {
  content: '';
  position: absolute;
  width: 130px;
  height: 120px;
  background-image: url("../Images/green brush.png");
  background-size: cover;
  background-position: center;
  opacity: 0.3; /* Only the image has 30% opacity */
  z-index: 1;
}
.section-menu_hero h1 {
  position: relative;
  font-size: 2.4rem;
  font-weight: 400;
  z-index: 2;
}
.section-menu_description p {
  text-align: left;
  font-size: 1.8rem;
  line-height: 30px;
  width: 351px;
  margin: 20px auto 0;
}
.section-menu_img1 {
  margin: 0;
  max-height: 400px;
  z-index: 2;
}
.section-menu_img2 {
  margin: 0;
  max-height: 400px;
  z-index: 2;
}
@media (min-width: 750px) {
  .section-menu {
    height: 1550px;
    margin: 0 auto;
  }
  .section-menu_background {
    margin-top: 0;
  }
  .section-menu_description {
    height: 500px;
    width: 500px;
    margin: 0 auto;
  }
  .section-menu_description p {
    margin: 30px auto 0;
  }
  .section-menu_img1 {
    margin: 0 100px;
  }
  .section-menu_img2 {
    margin: 0 100px;
  }
}
@media (min-width:1024px) {
  .section-menu {
    height: 700px;
    margin: 0 auto;
  }
  .section-menu_background {
    height: 700px;
  }
  .section-menu_content-wrapper {
    height: 700px;
    gap: 30px;
    display: flex;
    flex-wrap: nowrap;
    justify-content: start;
  }
  .section-menu_description {
    width: 300px;
    height: 700px;
    margin: 0;
  }
  .section-menu_hero {
    position: relative;
    height: 240px;
    display: flex;
    justify-content: left;
    align-items: center;
    overflow: hidden;
    padding: 120px 0 0;
  }
  .section-menu_description p {
    width: 300px;
    margin: 50px auto 0;
  }
  .section-menu_img1 {
    max-height: 325px;
    margin: 120px 0 0;
  }
  .section-menu_img2 {
    max-height: 325px;
    margin: 120px 0 0;
  }
}
@media (min-width:1280px) {
  .section-menu_content-wrapper {
    gap: 40px;
  }
  .section-menu_description {
    width: 375px;
  }
  .section-menu_description p {
    width: 375px;
    margin: 50px auto 0;
  }
  .section-menu_img1 {
    max-height: 400px;
  }
  .section-menu_img2 {
    max-height: 400px;
  }
}
@media(min-width:1440px) {
  .section-menu {
    max-width: 1440px;
    margin: 0 auto;
  }
  .section-menu_background {
    max-width: 1280px;
    overflow: visible;
  }
  .section-menu_background::before {
  content: '';
  position: absolute;
  width: 130px;
  height: 120px;
  background-size: cover;
  background-position: center;
  z-index: 0;
}
  .section-menu_content-wrapper {
    max-width: 1440px;
    gap: 50px;
    position: static;
    display: flex;
    flex-wrap: nowrap;
    margin: 0 auto;
  }
  .section-menu_description {
    width: 450px;
    margin: 0 0 0 150px;
  }
  .section-menu_description p {
    width: 450px;
    margin: 50px auto 0;
  }
}
.section-brand {
  background-image: url("../Images/ourbrand_SP.jpg");
  background-position: center;
  background-size: cover;
  min-height: 700px;
  margin: 120px auto 0;
}
.section-brand_hero {
  position: relative;
  height: 240px;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  padding-top: 120px;
}
.section-brand_hero::before {
  content: '';
  position: absolute;
  width: 130px;
  height: 120px;
  background-image: url("../Images/green brush.png");
  background-size: cover;
  background-position: center;
  opacity: 0.3; /* Only the image has 30% opacity */
  z-index: 0;
}
.section-brand_hero h1 {
  position: relative;
  font-size: 2.4rem;
  z-index: 1;
}
.section-brand p {
  font-size: 1.8rem;
  line-height: 30px;
  max-width: 351px;
  margin: 0 auto;
  padding-top: 70px;
  text-align: left;
}
@media (min-width:768px) {
  .section-brand {
    background-image: url("../Images/ourbrand_PC.jpg");
    max-width: 1440px;
  }
  .section-brand p {
    max-width: 590px;
    padding-top: 100px;
    text-align: center;
  }
}
@media (min-width:1024) {
  .section-brand p {
    max-width: 590px;
    padding-top: 100px;
    text-align: center;
  }
}
.section-access {
  min-height: 1010px;
  min-width: 375px;
  background-color: #FFFFFF;
  padding: 120px 0 0;
  margin: 0 auto;
}
.section-access_hero {
  position: relative;
  height: 130px;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  margin: 0 auto;
}
.section-access_hero::before {
  content: '';
  position: absolute;
  width: 130px;
  height: 120px;
  background-image: url("../Images/green brush.png");
  background-size: cover;
  background-position: center;
  opacity: 0.3; /* Only the image has 30% opacity */
  z-index: 0;
}
.section-access_hero h1 {
  position: relative;
  font-size: 2.4rem;
  z-index: 1;
}
.section-access_map {
  height: 500px;
  min-width: 375px;
  padding-top: 100px;
  margin: 0 auto;
}
.section-access_map iframe {
  height: 100%;
  width: 100%;
  margin: 0 auto;
}
.section-access address {
  font-style: normal;
  max-width: 375px;
  margin: 0 auto;
  padding: 70px 10px 0;
  text-align: left;
  font-size: 1.7rem;
}
.section-access span {
  padding-left: 70px;
}
@media (min-width:750px) {
  .section-access {
    min-height: 1040px;
    min-width: 768px;
    padding: 120px 0 0;
    margin: 0 auto;
  }
  .section-access_map {
    min-width: 768px;
  }
  .section-access address {
    font-size: 1.8rem;
    max-width: 550px;
    padding: 70px 0 0;
  }
  .section-access span {
    padding-left: 77px;
  }
}
@media (min-width:1024px) {
  .section-access {
    min-height: 990px;
    min-width: 1024px;
    max-width: 1240px;
    padding: 120px 0 0;
    margin: 0 auto;
  }
  .section-access_map {
    min-width: 1024px;
    max-width: 1240px;
  }
  .section-access address {
    font-size: 1.8rem;
    max-width: 550px;
    padding: 70px 0 0;
  }
  .section-access span {
    padding-left: 77px;
  }
}
.section-contact {
  background-color: #ffffff;
  min-height: 700px;
  padding: 120px 0 0;
  margin: 0 auto 150px;
}
.section-contact_content-wrapper {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 100%;
  height: 570px;
  margin: 0 auto;
}
.section-contact_hero {
  position: relative;
  height: 120px;
  width: 375px;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}
.section-contact_content-wrapper {
  height: 362px;
}
.section-contact_hero::before {
  content: '';
  position: absolute;
  width: 130px;
  height: 120px;
  background-image: url("../Images/green brush.png");
  background-size: cover;
  background-position: center;
  opacity: 0.3; /* Only the image has 30% opacity */
  z-index: 0;
}
.section-contact_hero h1 {
  position: relative;
  font-size: 2.4rem;
  z-index: 1;
}
.section-contact_line-wrapper {
  width: 100%;
  height: 22px;
  display: flex;
  justify-content: center;
}
.section-contact_line {
  width: 100%;
  border-top: solid 2px #ffffff;
  margin-top: 10px;
  padding: 0 0 10px;
}
.section-contact p {
  width: 375px;
  height: 330px;
  background-color: #00582473;
  font-size: 1.8rem;
  line-height: 30px;
  color: #ffffff;
  padding: 70px 20px;
  margin-top: 100px;
  text-align: left;
}
@media (min-width:750px) {
  .section-contact {
    min-height: 670px;
    min-width: 750px;
  }
  .section-contact_content-wrapper {
    width: 750px;
  }
  .section-contact_hero {
    width: 750px;
  }
  .section-contact p {
    width: 750px;
    height: 330px;
    padding: 100px 100px 0;
    margin-top: 100px;
  }
}
@media (min-width:1024px) {
  .section-contact {
    min-height: 362px;
    min-width: 1024px;
  }
  .section-contact_content-wrapper {
    width: 1024px;
  }
  .section-contact_hero {
    height: 362px;
    width: 450px;
  }
  .section-contact p {
    width: 520px;
    height: 362px;
    padding: 100px 100px 0;
    margin-top: 0;
  }
}
@media (min-width:1440px) {
  .section-contact {
    min-height: 362px;
    min-width: 1440px;
  }
  .section-contact_content-wrapper {
    width: 1440px;
  }
  .section-contact_hero {
    height: 362px;
    width: 720px;
  }
  .section-contact p {
    width: 720px;
    height: 362px;
    padding: 110px 100px 0;
    margin-top: 0;
  }
}