/* Scss Document */
.hero {
  position: relative;
}
.hero-copy {
  padding-top: 12.5vw;
  position: absolute;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  color: #fff;
  text-align: center;
  font-size: 4.2rem;
  letter-spacing: 0.25em;
}
@media only screen and (max-width: 640px) {
  .hero-copy {
    font-size: 6.25vw;
  }
}
.hero-img {
  position: relative;
  z-index: 0;
}
@media only screen and (max-width: 640px) {
  .hero-img {
    margin: 0 -41vw;
  }
}

.content {
  overflow: hidden;
}
.content.hero {
  margin-bottom: 0;
}
.content-title {
  margin-bottom: 1.5em;
  text-align: center;
}
.content-title span {
  display: block;
}
.content-title .jp {
  font-size: 2.6rem;
}
@media only screen and (max-width: 640px) {
  .content-title .jp {
    font-size: 4.0625vw;
  }
}
.content-title .en {
  font-family: "Jost", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 6rem;
}
@media only screen and (max-width: 640px) {
  .content-title .en {
    font-size: 9.375vw;
  }
}
.content-title .en:first-letter {
  color: #9E2126;
}
.content-img {
  text-align: center;
}
@media only screen and (max-width: 640px) {
  .content-img {
    margin: auto -20vw;
  }
}
.content .lead {
  font-size: 2rem;
  letter-spacing: 0.1em;
  line-height: 2;
  text-align: center;
}
@media only screen and (max-width: 640px) {
  .content .lead {
    font-size: 3.125vw;
    text-align: left;
  }
  .content .lead br {
    display: none;
  }
}
.content-visual {
  position: relative;
  overflow: hidden;
}
.content-visual-title {
  position: absolute;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 1;
  color: #fff;
  font-size: 3.2rem;
  letter-spacing: 0.25em;
  text-align: center;
}
@media only screen and (max-width: 640px) {
  .content-visual-title {
    font-size: 5vw;
    background: rgba(0, 0, 0, 0.2);
  }
}
.content-visual-img {
  position: relative;
  z-index: 0;
  text-align: center;
  overflow: hidden;
}
@media only screen and (max-width: 640px) {
  .content-visual-img {
    margin: auto -14vw;
  }
}
.content.about .content-visual-text {
  margin: -6vw calc(50% - 45vw);
  width: 90vw;
}
.content.business .content-visual-text {
  margin: -3.5vw calc(50% - 45vw) -1.5vw;
  width: 90vw;
}

.information {
  margin-bottom: 8rem;
  padding: 3rem 0;
  border-bottom: solid 1px rgba(0, 0, 0, 0.85);
}
@media only screen and (max-width: 640px) {
  .information {
    margin-bottom: 4rem;
  }
}
.information .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media only screen and (max-width: 640px) {
  .information .inner {
    display: block;
  }
}
.information .content-title {
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 36%;
}
@media only screen and (max-width: 640px) {
  .information .content-title {
    margin: 0 auto 1em;
    display: block;
    width: 100%;
  }
}
.information .content-title .en {
  margin-right: 1em;
  font-size: 4rem;
}
@media only screen and (max-width: 640px) {
  .information .content-title .en {
    margin-right: 0;
    display: block;
    font-size: 6.25vw;
  }
}
.information .content-title .en:first-letter {
  color: rgba(0, 0, 0, 0.85);
}
.information .content-title .jp {
  font-size: 2.4rem;
}
@media only screen and (max-width: 640px) {
  .information .content-title .jp {
    font-size: 4.6875vw;
  }
}
.information-list {
  padding-left: 5em;
  width: 64%;
}
@media only screen and (max-width: 640px) {
  .information-list {
    padding-left: 0;
    width: 100%;
  }
}
.information-list li {
  margin: 2em 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (max-width: 640px) {
  .information-list li {
    display: block;
  }
}
.information-list li time {
  margin-right: 2em;
}
.information-list li a {
  color: rgba(0, 0, 0, 0.85);
}

.company-table {
  margin: 0 auto;
  width: 100%;
}
.company-table th,
.company-table td {
  padding: 1em;
  border-bottom: solid 1px rgba(0, 0, 0, 0.85);
  vertical-align: top;
}
.company-table th {
  border-right: solid 1px rgba(0, 0, 0, 0.85);
  width: 25%;
}
.company-table td {
  padding-left: 3em;
  width: 75%;
}
@media only screen and (max-width: 640px) {
  .company-table td {
    padding-left: 1em;
  }
}
.company-table td address {
  margin-bottom: 1em;
}
.company-table td address:last-child {
  margin-bottom: 0;
}
.company-table .tradename th {
  padding-top: 1.25em;
}
.company-table .tradename td {
  padding-top: 0;
  padding-bottom: 0.5em;
}
.company-table .tradename .company-logo {
  margin-bottom: 1em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.company-table .tradename .company-logo img {
  width: 8rem;
}
.company-table .tradename .company-logo span {
  padding-top: 0.7em;
  margin-right: 1em;
}
.company-table tr:last-child > * {
  border-bottom: none;
}

.access-map iframe {
  width: 100%;
  height: 27rem;
}

.privacy-notes {
  padding: 1.5em;
  border: solid 1px rgba(0, 0, 0, 0.1);
  text-align: left;
}
.privacy-notes h3 {
  margin-bottom: 0.5em;
  font-size: 2rem;
}