.v-headline {
  background-image: url(../../../img/views/about/pc/visual.jpg);
}
@media screen and (max-width: 750px) {
  .v-headline {
    background-image: url(../../../img/views/about/sp/visual.jpg);
  }
}

.v-message {
  margin-bottom: 80px;
}
@media screen and (max-width: 750px) {
  .v-message {
    margin-bottom: 4rem;
  }
}
.v-message > h2 {
  margin-bottom: 20px;
}
@media screen and (max-width: 750px) {
  .v-message > h2 {
    margin-bottom: 2.5rem;
  }
}
.v-message__catch {
  text-align: center;
  margin-bottom: 30px;
}
@media screen and (max-width: 750px) {
  .v-message__catch {
    text-align: left;
    margin-bottom: 1.5rem;
  }
}
.v-message__container {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 750px) {
  .v-message__container {
    flex-direction: column;
  }
}
.v-message__container > div {
  width: 600px;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}
@media screen and (max-width: 750px) {
  .v-message__container > div {
    width: 100%;
    margin-bottom: 3rem;
  }
}
.v-message__container > div > p {
  font-size: 16px;
  letter-spacing: 1.5px;
}
@media screen and (max-width: 750px) {
  .v-message__container > div > p {
    font-size: 1.6rem;
  }
}
.v-message__container > div > h3 {
  font-size: 22px;
  line-height: 1.5;
  font-weight: 500;
}
.v-message__container > div > h3 span {
  font-size: 40px;
  font-weight: 700;
}
@media screen and (max-width: 750px) {
  .v-message__container h3 {
    margin-top: 3rem;
    font-size: 1.8rem;
    line-height: 1.5;
    text-align: center;
    letter-spacing: 2px;
  }
  .v-message__container h3 span {
    font-size: 3.3rem;
  }
}

.v-outline {
  margin-bottom: 80px;
}
@media screen and (max-width: 750px) {
  .v-outline {
    margin-bottom: 4rem;
  }
}
.v-outline > h2 {
  margin-bottom: 30px;
}
@media screen and (max-width: 750px) {
  .v-outline > h2 {
    margin-bottom: 3rem;
  }
}
.v-outline > table {
  border-collapse: collapse;
  width: 100%;
}
.v-outline > table tr {
  border-top: 2px solid #C6C6C6;
}
@media screen and (max-width: 750px) {
  .v-outline > table tr {
    border-top: none;
  }
}
.v-outline > table tr:last-child {
  border-bottom: 2px dotted #C6C6C6;
}
@media screen and (max-width: 750px) {
  .v-outline > table tr:last-child {
    border-bottom: none;
  }
}
.v-outline > table tr th, .v-outline > table tr td {
  padding: 35px 0;
}
@media screen and (max-width: 750px) {
  .v-outline > table tr th, .v-outline > table tr td {
    display: block;
    width: 100%;
    padding: 2rem 1.5rem;
  }
}
.v-outline > table tr th {
  width: 200px;
  background: #F0F0F0;
}
@media screen and (max-width: 750px) {
  .v-outline > table tr th {
    width: 100%;
    text-align: left;
  }
}
.v-outline > table tr td {
  padding-left: 60px;
}
@media screen and (max-width: 750px) {
  .v-outline > table tr td {
    padding-left: 1.5rem;
  }
}

.v-access {
  margin-bottom: 100px;
}
@media screen and (max-width: 750px) {
  .v-access {
    margin-bottom: 6rem;
  }
}
.v-access > h2 {
  margin-bottom: 20px;
}
@media screen and (max-width: 750px) {
  .v-access > h2 {
    margin-bottom: 2.5rem;
  }
}
.v-access__catch {
  margin-bottom: 25px;
}
@media screen and (max-width: 750px) {
  .v-access__catch {
    margin-bottom: 2rem;
    letter-spacing: 0.2rem;
  }
}
.v-access__iframe-container {
  margin-bottom: 35px;
}
@media screen and (max-width: 750px) {
  .v-access__iframe-container {
    margin: 0 -2.3rem 3rem;
  }
}
.v-access iframe {
  width: 100%;
}
@media screen and (max-width: 750px) {
  .v-access iframe {
    height: 35rem;
  }
}
.v-access__images {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 750px) {
  .v-access__images {
    flex-direction: column;
  }
  .v-access__images img.has-sp-mb {
    margin-bottom: 3rem;
  }
}
/*# sourceMappingURL=index.css.map */