@charset "utf-8";

html {
  scroll-behavior: smooth;
}

.subheader {
  height: 40px;
  padding: 40px 0;
  background-color: #f2f2f2;
}

.company_title {
  margin-bottom: 15px;
  font-size: 3.6rem;
  font-family: "valion";
  font-weight: 200;
  letter-spacing: 0.05em;
}

.subtitle {
  font-size: 1.2rem;
  font-weight: 400;
}

@media(min-width:1040px) {
  .subheader {
    height: 110px;
    padding: 80px 0 30px;
  }

  .company_title {
    margin-bottom: 40px;
    font-size: 6.4rem;
  }

  .subtitle {
    font-size: 2.0rem;
  }
}

.top_message {
  padding: 0 50px 100px;
}

.top_message img {
  width: 50px;
  margin: 0 auto;
}

.top_message_flex {
  display: block;
  transition: 1.0s ease-in-out;
  transform: translateY(30px);
  opacity: 0;
}

.top_message_flex.on {
  transform: translateY(0);
  opacity: 1.0;
}

.top_message_img .top_message_logo {
  margin: 80px 0 50px;
  width: 150px;
  opacity: 0.6;
}

.top_message_description {
  text-align: left;
}

.top_message_title {
  padding: 10px 0px 10px 20px;
  border-left: 3px solid #333;
}

.top_message_title h3 {
  margin: 10px 0;
  font-family: alumni-sans, sans-serif;
  font-size: 3.6rem;
  font-weight: 600;
}

.top_message_first {
  margin: 20px 0 30px 20px;
  font-size: 1.4rem;
  line-height: 2.8rem;
  font-weight: 400;
}

.top_message_point {
  font-size: 2.0rem;
}

.top_message_second {
  margin-left: 20px;
  font-size: 1.2rem;
  line-height: 2.3rem;
  font-weight: 400;
}

.top_message_name {
  font-size: 1.4rem;
  font-weight: 400;
}

@media(min-width:1040px) {
  .top_message {
    padding: 0 auto 150px;
  }

  .top_message img {
    width: 120px;
  }

  .top_message_flex {
    display: flex;
    margin-top: 100px;
    flex-direction: row-reverse;
    justify-content: space-evenly;
  }

  .top_message_img .top_message_logo {
    width: 270px;
  }

  .top_message_title {
    padding: 10px 0px 20px 40px;
    border-left: 3px solid #333;
  }

  .top_message_title h3 {
    margin: 20px 0;
    font-size: 5.6rem;
    font-weight: 600;
    line-height: 6.2rem;
  }

  .top_message_first {
    margin: 50px 0 50px 40px;
    font-size: 2.0rem;
    line-height: 3.6rem;
  }

  .top_message_point {
    font-size: 2.8rem;
  }

  .top_message_second {
    margin-left: 40px;
    font-size: 1.6rem;
    line-height: 3.0rem;
  }

  .top_message_name {
    font-size: 2.0rem;
  }
}

.overview {
  padding: 0 30px 100px;
  background-color: #f2f2f2;
}

.overview img {
  width: 50px;
}

.company_title2 {
  margin: 80px 0 15px;
  font-size: 3.6rem;
  font-family: "valion";
  font-weight: 200;
  letter-spacing: 0.05em;
}

.overview_main {
  margin: 50px auto 0;
  padding: 30px 20px 40px;
  max-width: 570px;
  border-radius: 30px;
  box-shadow: 10px 10px 10px #D1DCBA;
  background-color: #FFF;
  transition: 1.0s ease-in-out;
  transform: translateY(30px);
  opacity: 0;
}
.overview_main.on {
  transform: translateY(0);
  opacity: 1.0;
}

.overview_description {
  margin: 0 auto;
  text-align: left;
  border-collapse: separate;
  border-spacing: 0;
}

.overview_description th {
  min-width: 105px;
  padding: 10px 0 10px 5px;
  border-bottom: 1px solid #333;
  font-size: 1.4rem;
  font-weight: 500;
}

.overview_description td {
  padding: 10px 0 15px;
  border-bottom: 1px solid #333;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1.8rem;
}

@media(min-width:1040px) {
  .overview {
    padding: 0 50px 150px;
    background-color: #f2f2f2;
  }

  .overview img {
    width: 120px;
  }

  .company_title2 {
    margin: 100px 0 40px;
    font-size: 6.4rem;
    font-weight: 200;
    letter-spacing: 0.05em;
  }

  .overview_main {
    margin: 70px auto 0;
    padding: 70px 90px 90px 90px;
    max-width: 750px;
    box-shadow: 20px 20px 10px #D1DCBA;
  }

  .overview_description {
    font-size: 1.6rem;
  }

  .overview_description th {
    min-width: 200px;
    padding: 20px 0;
    font-size: 1.8rem;
  }

  .overview_description td {
    min-width: 460px;
    padding: 20px 0;
    font-size: 1.6rem;
    line-height: 2.2rem;
  }
}

.access {
  padding: 0 30px 100px;
}

.access img {
  width: 50px;
}

.access_map {
  margin-top: 50px;
}

.access_map iframe {
  width: 100%;
  min-width: 330px;
  height: 330px;
}

@media(min-width:1040px) {
  .access {
    padding: 0 50px 150px;
  }

  .access img {
    width: 150px;
  }

  .access_map {
    margin-top: 100px;
  }

  .access_map iframe {
    width: 100%;
    max-width: 1000px;
    height: 600px;
  }
}

.contact {
  background-color: #f2f2f2;
  padding: 0 30px 70px 30px;
}

.contact img {
  width: 50px;
}

.contact p {
  font-size: 1.2rem;
  margin-top: 50px;
  font-weight: 400;
  line-height: 2.0rem;
}

.contact_button {
  display: flex;
  margin: 50px auto 0;
  justify-content: center;
  align-items: center;
  width: 200px;
  height:45px;
  border-radius: 25px;
  border: solid 1px #333;
  background-color: #FFF;
  color: #333;
  text-decoration: none;
  font-size: 1.2rem;
}

.contact_button:hover {
  background-color: #333;
  color: #FFF;
  opacity: 1.0;
}

.contact_button i::before {
  padding-left: 15px;
}

@media(min-width:1040px) {
  .contact {
    padding: 0px 70px 150px;
  }

  .contact img {
    width: 120px;
  }

  .contact p {
    font-size: 1.8rem;
    margin-top: 70px;
  }

  .contact_button {
    margin-top: 70px;
    width: 340px;
    height:80px;
    font-size: 2.0rem;
    border-radius: 50px;
    border: solid 2px #333;
  }

  .contact_button i::before {
    padding-left: 20px;
  }
}