@charset "UTF-8";
/* CSS Document */
main {
  max-width: 1160px;
  margin: 100px auto;
}
.header-img {
  height: 50px;
  width: 110px;
}
.top-img {
  margin: 0 calc(50% - 50vw);
  width: 100vw;
  height: 750px;
  object-fit: cover;
}
br {
  display: none;
}
.about-primary {
  font-size: 6.0rem;
  line-height: 6.0rem;
  text-align: center;
  padding-bottom: 20px;
}
.about-label {
  font-size: 2.4rem;
  line-height: 2.4rem;
  text-align: center;
  padding-bottom: 200px;
  
}
.about-container {
  margin-bottom: 250px;
}
.about-messeage {
  font-size: 2.4rem;
  line-height: 2.4rem;
  text-align: center;
  padding-bottom: 40px;
}
.about-messeage2 {
  font-size: 2.4rem;
  line-height: 4.0rem;
  text-align: center;
  display: block;
}
.section-information {
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  background-color: rgba(255, 255, 255, 0.5);
  box-shadow: 0px 3px 10px 2px rgba(0, 0, 0, 0.4);
  max-width: 1160px;
  padding: 40px 24px;
  margin: 60px 24px;
}
table {
  width: 100%;
}
.section-information h2 {
  font-size: 3.0rem;
  line-height: 3.0rem;
  font-weight: 600;
  text-align: center;
  padding: 60px 0 100px;
}
.informationbox {
  max-width: 534px;
  margin: 0 auto;
  padding-bottom: 140px;
}
table {
  border-collapse: collapse;
}
td, th {
  border: none;
  border-bottom: 1px solid #333;
  padding: 20px 0 5px;
  line-height: 3.0rem;
}
th {
  width: 40%;
}
@media(max-width:480px){
.about-primary {
  font-size: 3.0rem;
  line-height: 3.0rem;
  text-align: center;
  padding-bottom: 15px;
}
.about-label {
  font-size: 1.2rem;
  line-height: 1.4rem;
  text-align: center;
  padding-bottom: 60px;
  
}
.about-container {
  margin-bottom: 80px;
}
.about-messeage {
  font-size: 1.2rem;
  line-height: 1.2rem;
  text-align: center;
  padding-bottom: 30px;
}
.about-messeage2 {
  font-size: 1.2rem;
  line-height: 3.0rem;
  text-align: center;
  display: block;
}
.section-information {
 padding: 0 24px;
 margin: 60px 24px 0;
}
.inner {
  margin: 0 auto;
  padding: 0 24px;
  max-width: 534px;
  }
.section-information h2 {
  font-size: 1.8rem;
  line-height: 1.8rem;
  font-weight: 600;
  text-align: left;
  padding: 40px 0;
  margin: 0 auto;
  }
.informationbox {
  padding-bottom: 80px;
  }
table {
  display: table;
  width: 100%;
  }
th {
  font-size: 1.0rem;
  line-height: 1.0rem;
  padding: 10px 0 12px;
  width: 100%;
  border-bottom: none;
  display: block;
  }
td {
  font-size: 1.4rem;
  line-height: 2.1rem;
  padding-bottom: 15px;
  padding-top: 0;
  display: block;
  }
}
