@media screen and (max-width: 750px) {
  .main .pageTitle .image img {
    -o-object-position: 60% 50%;
       object-position: 60% 50%;
  }
}
.main section .inner {
  padding: 0 2rem;
}
@media screen and (max-width: 750px) {
  .main section .inner {
    padding: 0;
  }
}
.main .message {
  margin: 2.6rem 0 0;
}
@media screen and (max-width: 750px) {
  .main .message {
    margin: 1.6rem 0 0;
  }
}
.main .message .inner {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
}
@media screen and (max-width: 750px) {
  .main .message .inner {
    display: block;
  }
}
.main .message .inner .image {
  width: 13.4rem;
  position: relative;
}
@media screen and (max-width: 750px) {
  .main .message .inner .image {
    width: auto;
    margin: 0.52rem 0 0;
  }
}
.main .message .inner .image figcaption {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  position: absolute;
  bottom: -0.4rem;
  left: -0.4rem;
}
.main .message .inner .image figcaption .line {
  padding: 0 0.4rem;
  background: #ec9019;
  color: #fff;
  font-weight: 700;
}
.main .message .inner .image figcaption .line--01 {
  font-size: 0.3rem;
  line-height: 0.74rem;
}
@media screen and (max-width: 750px) {
  .main .message .inner .image figcaption .line--01 {
    font-size: 0.28rem;
    line-height: 0.6rem;
  }
}
.main .message .inner .image figcaption .line--02 {
  display: flex;
  align-items: center;
  margin: 0.1rem 0 0;
  font-size: 0.28rem;
  line-height: 0.9rem;
}
.main .message .inner .image figcaption .line--02 strong {
  margin: 0 0 0 0.28rem;
  font-size: 0.46rem;
  font-weight: inherit;
}
@media screen and (max-width: 750px) {
  .main .message .inner .image figcaption .line--02 strong {
    font-size: 0.36rem;
    line-height: 0.72rem;
  }
}
.main .message .inner .text {
  width: 100%;
  font-weight: 700;
  letter-spacing: 0.021em;
}
.main .message .inner .text .catch {
  line-height: 2;
  padding: 1.64rem 0 0;
  font-size: 0.5rem;
}
.main .message .inner .text .catch::before, .main .message .inner .text .catch::after {
  content: "";
  display: block;
  height: 0;
  width: 0;
}
.main .message .inner .text .catch::before {
  margin-bottom: -0.5em;
}
.main .message .inner .text .catch::after {
  margin-top: -0.5em;
}
@media screen and (max-width: 750px) {
  .main .message .inner .text .catch {
    padding: 1.6rem 0 0;
    font-size: 0.35rem;
  }
}
.main .message .inner .text .catch + p {
  padding: 1.2rem 0 0;
}
.main .message .inner .text p {
  line-height: 2.1666666667;
  padding: 0.72rem 0 0;
  font-size: 0.3rem;
}
.main .message .inner .text p::before, .main .message .inner .text p::after {
  content: "";
  display: block;
  height: 0;
  width: 0;
}
.main .message .inner .text p::before {
  margin-bottom: -0.5833333333em;
}
.main .message .inner .text p::after {
  margin-top: -0.5833333333em;
}
.main .message .inner .text .signature {
  width: 4rem;
  margin: 1rem 0 0 auto;
}
@media screen and (max-width: 750px) {
  .main .message .inner .text .signature {
    max-width: 50%;
  }
}
.main .outline {
  margin: 2rem 0 0;
  padding: 2rem 0 1.8rem;
  background: #fafafa;
}
@media screen and (max-width: 750px) {
  .main .outline {
    margin: 1.6rem 0 0;
    padding: 1.6rem 0;
  }
}
.main .outline .inner {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
@media screen and (max-width: 750px) {
  .main .outline .inner {
    display: block;
  }
}
.main .outline .data {
  display: flex;
  flex-wrap: wrap;
  width: 11.4rem;
  margin: 0.4rem 0 0;
  font-size: 0.3rem;
  letter-spacing: 0.021em;
  line-height: 1.4;
}
@media screen and (max-width: 750px) {
  .main .outline .data {
    width: auto;
  }
}
.main .outline .data dt,
.main .outline .data dd {
  border-bottom: 1px solid #e6e6e6;
  padding: 0.58rem 0;
}
.main .outline .data dt {
  width: 2.4rem;
  font-weight: 700;
}
.main .outline .data dd {
  width: calc(100% - 2.4rem);
}
.main .access {
  padding: 0 0 2.8rem;
  background: #fff;
}
@media screen and (max-width: 750px) {
  .main .access {
    padding: 0 0 1.6rem;
  }
}
.main .access .map {
  height: 10rem;
}
@media screen and (max-width: 750px) {
  .main .access .map {
    height: 8rem;
  }
}
.main .access .inner {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-top: 1.8rem;
  position: relative;
}
@media screen and (max-width: 750px) {
  .main .access .inner {
    display: block;
    margin-top: 1.6rem;
  }
}
.main .access .data {
  display: flex;
  align-items: center;
  width: 11.4rem;
  font-size: 0.3rem;
  font-weight: bold;
  letter-spacing: 0.021em;
  line-height: 2.3333333333;
}
@media screen and (max-width: 750px) {
  .main .access .data {
    display: block;
    width: auto;
    margin: 0.52rem 0 0;
  }
}
.main .access .data dt {
  display: flex;
  align-items: center;
  width: 3rem;
}
@media screen and (max-width: 750px) {
  .main .access .data dt {
    display: block;
    width: auto;
  }
}
.main .access .data dt::after {
  content: "";
  flex-grow: 1;
  display: block;
  height: 1px;
  margin: 0 0.4rem;
  background: #808080;
}
@media screen and (max-width: 750px) {
  .main .access .data dt::after {
    content: none;
  }
}
.main .access .data dd {
  flex-grow: 1;
}
.main .access .data dd li {
  white-space: nowrap;
}
@media screen and (max-width: 750px) {
  .main .access .data dd li {
    white-space: normal;
  }
}
/*# sourceMappingURL=unique.css.map */