.about__top {
  position: relative;
  z-index: 2;
}
.about__vision {
  position: relative;
  z-index: 1;
  padding-top: 35px;
  text-align: center;
}
@media (max-width: 767.98px) {
  .about__vision {
    padding-top: 13.33333vw;
  }
}
.about__vision:before {
  content: "";
  opacity: 0;
  position: absolute;
  z-index: -1;
  top: -82px;
  left: 50%;
  width: 1920px;
  height: 830px;
  transition: opacity 0.8s cubic-bezier(0.215, 0.61, 0.355, 1),
    -webkit-filter 0.8s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: opacity 0.8s cubic-bezier(0.215, 0.61, 0.355, 1),
    filter 0.8s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: opacity 0.8s cubic-bezier(0.215, 0.61, 0.355, 1),
    filter 0.8s cubic-bezier(0.215, 0.61, 0.355, 1),
    -webkit-filter 0.8s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition-delay: 1s;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background: url(/img/about/bg_vision.jpg) no-repeat;
  background-position: top;
  background-size: 100% 100%;
  -webkit-filter: blur(10px);
  filter: blur(10px);
}
@media (max-width: 767.98px) {
  .about__vision:before {
    top: 45.33333vw;
    left: 0;
    width: 100%;
    height: 104vw;
    -webkit-transform: translateX(0);
    transform: translateX(0);
    background: url(/img/about/bg_vision_sm.jpg) no-repeat;
    background-size: 100% 100%;
  }
}
.about__vision.is-show:before {
  opacity: 1;
  -webkit-filter: blur(0);
  filter: blur(0);
}
.about__vision__title em {
  display: block;
  letter-spacing: 0;
  font-family: neuzeit-grotesk, sans-serif;
  font-size: 6.2rem;
  font-weight: 700;
  font-style: normal;
  line-height: 1.20968;
  overflow-wrap: break-word;
}
@media (max-width: 767.98px) {
  .about__vision__title em {
    font-size: 4.8rem;
    line-height: 1;
  }
}
.about__vision__title em .slash {
  display: inline-block;
  padding: 0 0.25em 0 0.35em;
  vertical-align: top;
  font-size: 4.8rem;
  font-weight: 400;
  line-height: 1.3;
}
@media (max-width: 767.98px) {
  .about__vision__title em .slash {
    font-size: 3.8rem;
    line-height: 1;
  }
}
.about__vision__title h2 {
  letter-spacing: 0.06em;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1;
}
@media (max-width: 767.98px) {
  .about__vision__title h2 {
    font-size: 1.6rem;
    line-height: 1.875;
  }
}
.about__vision__text {
  margin-top: 36px;
  letter-spacing: 0.06em;
  font-size: 1.6rem;
  line-height: 1.53125;
}
@media (max-width: 767.98px) {
  .about__vision__text {
    margin-top: 8vw;
    font-size: 1.4rem;
    line-height: 1.75;
  }
}
.about__vision__text em {
  display: block;
  padding-bottom: 15px;
  letter-spacing: 0.06em;
  font-size: 3.6rem;
  font-weight: 700;
  font-style: normal;
  line-height: 1.22222;
}
@media (max-width: 767.98px) {
  .about__vision__text em {
    padding-bottom: 4vw;
  }
}
.about__vision__btn {
  margin: 55px auto 0;
}
@media (max-width: 767.98px) {
  .about__vision__btn {
    margin-top: 14.66667vw;
  }
}
.over__line {
  position: absolute;
  z-index: 1;
  bottom: -664px;
  left: 50%;
  width: 1920px;
  height: 640px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  pointer-events: none;
}
@media (max-width: 767.98px) {
  .over__line {
    bottom: -53.33333vw;
    left: 0;
    width: 100%;
    height: 26.66667vw;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
.over__line__01 {
  z-index: 1;
  top: 0;
  right: 0;
  width: 738px;
  height: 246px;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 0, 0 0);
  clip-path: polygon(0 0, 100% 0, 100% 0, 0 0);
  will-change: clip-path;
}
@media (max-width: 767.98px) {
  .over__line__01 {
    top: 9.86667vw;
    width: 20vw;
    height: 7.2vw;
  }
}
.over__line__02 {
  z-index: 2;
  top: 116px;
  left: 818px;
  width: 442px;
  height: 130px;
  -webkit-clip-path: polygon(0 100%, 100% 100%, 100% 100%, 0 100%);
  clip-path: polygon(0 100%, 100% 100%, 100% 100%, 0 100%);
  will-change: clip-path;
}
@media (max-width: 767.98px) {
  .over__line__02 {
    top: 0.26667vw;
    left: 31.46667vw;
    width: 58.93333vw;
    height: 17.33333vw;
  }
}
.over__line__03 {
  z-index: 3;
  top: 114px;
  left: 0;
  width: 957px;
  height: 519px;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 0, 0 0);
  clip-path: polygon(0 0, 100% 0, 100% 0, 0 0);
  will-change: clip-path;
}
@media (max-width: 767.98px) {
  .over__line__03 {
    top: 0;
    left: 0;
    width: 50.13333vw;
    height: 26.4vw;
  }
}
.about__row {
  position: relative;
  z-index: 2;
  margin: 0 auto;
  padding: 0 64px;
  max-width: 1184px;
}
@media (max-width: 767.98px) {
  .about__row {
    padding: 0;
    max-width: inherit;
  }
}
.about__row.about__row--message {
  margin-top: 366px;
}
@media (max-width: 767.98px) {
  .about__row.about__row--message {
    margin-top: 68vw;
    padding-right: 2.66667vw;
  }
}
.about__row.about__row--approach {
  margin-top: 150px;
}
@media (max-width: 767.98px) {
  .about__row.about__row--approach {
    margin-top: 25.6vw;
    padding-left: 2.66667vw;
  }
}

.about__row__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
@media (max-width: 767.98px) {
  .about__row__inner {
    display: block;
  }
}
.about__row--approach .about__row__inner {
  justify-content: flex-end;
}
.about__row__img {
  flex-shrink: 0;
  position: relative;
  width: calc(100% - 486px);
  min-width: 310px;
}
@media (max-width: 1184px) {
  .about__row__img {
    width: calc(100% - 386px - 8.44595vw);
  }
}
@media (max-width: 767.98px) {
  .about__row__img {
    width: 100%;
  }
}
.about__row__img {
  -webkit-clip-path: polygon(0 0, 95% 6%, 100% 100%, 0 100%);
  clip-path: polygon(0 0, 95% 6%, 100% 100%, 0 100%);
}
.about__row--approach .about__row__img {
  order: 2;
  -webkit-clip-path: polygon(0 0, 100% 6%, 100% 100%, 3% 100%);
  clip-path: polygon(0 0, 100% 6%, 100% 100%, 3% 100%);
}
.about__row__imgInner {
  overflow: hidden;
}
.about__row--message .about__row__content {
  padding-left: 100px;
  width: 46%;
  min-width: 450px;
}
@media (max-width: 1184px) {
  .about__row--message .about__row__content {
    padding-left: 8.44595vw;
    width: auto;
    min-width: inherit;
  }
}
@media (max-width: 767.98px) {
  .about__row--message .about__row__content {
    padding-right: 6.93333vw;
    padding-left: 9.6vw;
    width: 100%;
  }
}
.about__row--approach .about__row__content {
  order: 1;
  padding-right: 100px;
  width: 40%;
  min-width: 360px;
}
@media (max-width: 1184px) {
  .about__row--approach .about__row__content {
    padding-right: 8.44595vw;
    width: auto;
    min-width: inherit;
  }
}
@media (max-width: 767.98px) {
  .about__row--approach .about__row__content {
    padding-right: 9.6vw;
    padding-left: 6.93333vw;
    width: 100%;
  }
}
@media (max-width: 767.98px) {
  .about__row__title {
    margin-top: 10.66667vw;
  }
}
.about__row__title em {
  line-height: 1;
}
@media (max-width: 767.98px) {
  .about__row__title em {
    font-size: 5.2rem;
  }
}
.about__row__title h2 {
  margin-top: 10px;
}
@media (max-width: 767.98px) {
  .about__row__title h2 {
    margin-top: 2.66667vw;
  }
}
.about__row__text {
  margin-top: 25px;
  letter-spacing: 0.06em;
  font-size: 1.4rem;
  line-height: 1.75;
}
@media (max-width: 767.98px) {
  .about__row__text {
    margin-top: 5.6vw;
  }
}
.about__row__btn {
  margin-top: 40px;
}
@media (max-width: 767.98px) {
  .about__row__btn {
    margin-top: 9.33333vw;
  }
}
.about__bottom {
  position: relative;
  margin: 150px auto 0;
  padding: 0 64px;
  max-width: 1184px;
}
@media (max-width: 767.98px) {
  .about__bottom {
    margin-top: 5.6vw;
    padding: 0 9.6vw;
    max-width: inherit;
  }
}
.about__bottom__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  z-index: 2;
  width: 100%;
}
@media (max-width: 767.98px) {
  .about__bottom__inner {
    display: block;
  }
}
.about__bottom__col {
  width: 46.21212%;
}
@media (max-width: 767.98px) {
  .about__bottom__col {
    margin-top: 21.33333vw;
    width: 100%;
  }
}
.about__bottom__col--officers .about__bottom__img {
  -webkit-clip-path: polygon(0 3%, 100% 0, 100% 100%, 3% 100%);
  clip-path: polygon(0 3%, 100% 0, 100% 100%, 3% 100%);
}
.about__bottom__col--outline .about__bottom__img {
  -webkit-clip-path: polygon(0 0, 100% 0, 97% 97%, 0 100%);
  clip-path: polygon(0 0, 100% 0, 97% 97%, 0 100%);
}
.about__bottom__title {
  margin-top: 18px;
  letter-spacing: 0.06em;
  font-size: 2.2rem;
  font-weight: 700;
  line-height: 1.63636;
}
@media (max-width: 767.98px) {
  .about__bottom__title {
    margin-top: 4vw;
    font-size: 2rem;
    line-height: 1.8;
  }
}
.about__bottom__btn {
  margin-top: 20px;
}
@media (max-width: 767.98px) {
  .about__bottom__btn {
    margin-top: 4.26667vw;
  }
}
.under__line {
  position: absolute;
  z-index: 1;
  top: -401px;
  left: 50%;
  width: 1920px;
  height: 760px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  pointer-events: none;
}
@media (max-width: 767.98px) {
  .under__line {
    top: -40vw;
    left: 0;
    width: 100%;
    height: 62.13333vw;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
.under__line__01 {
  z-index: 1;
  top: 0;
  left: 0;
  width: 826px;
  height: 310px;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 0, 0 0);
  clip-path: polygon(0 0, 100% 0, 100% 0, 0 0);
  will-change: clip-path;
}
@media (max-width: 767.98px) {
  .under__line__01 {
    top: 6vw;
    width: 16.26667vw;
    height: 10.4vw;
  }
}
.under__line__02 {
  z-index: 2;
  top: 191px;
  left: 711px;
  width: 469px;
  height: 121px;
  -webkit-clip-path: polygon(0 100%, 100% 100%, 100% 100%, 0 100%);
  clip-path: polygon(0 100%, 100% 100%, 100% 100%, 0 100%);
  will-change: clip-path;
}
@media (max-width: 767.98px) {
  .under__line__02 {
    top: 0;
    left: 7.46667vw;
    width: 53.06667vw;
    height: 16vw;
  }
}
.under__line__03 {
  z-index: 3;
  top: 191px;
  right: 0;
  width: 904px;
  height: 563px;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 0, 0 0);
  clip-path: polygon(0 0, 100% 0, 100% 0, 0 0);
  will-change: clip-path;
}
@media (max-width: 767.98px) {
  .under__line__03 {
    top: 0;
    right: 0;
    width: 60.26667vw;
    height: 58.13333vw;
  }
}
.msg__inner {
  padding: 0 115px;
  letter-spacing: 0.06em;
  font-size: 16px;
}
@media (max-width: 1024px) {
  .msg__inner {
    padding: 0 6.25vw;
  }
}
@media (max-width: 767.98px) {
  .msg__inner {
    padding: 0;
    font-size: 4.26667vw;
  }
}
.msg__inner .msg__title {
  padding: 60px 0 0;
  font-size: 3.2rem;
}
@media (max-width: 767.98px) {
  .msg__inner .msg__title {
    padding: 12vw 0 0;
    font-size: 5.86667vw;
  }
}
.msg__inner .msg__block {
  padding: 35px 0 0;
}
@media (max-width: 767.98px) {
  .msg__inner .msg__block {
    padding: 9.33333vw 0 0;
  }
}
.msg__inner .msg__block_name {
  margin: 15px 0 0;
  width: 182px;
}
@media (max-width: 767.98px) {
  .msg__inner .msg__block_name {
    width: 37.33333vw;
  }
}
.outline__dl {
  display: flex;
  padding: 0 80px;
  font-size: 16px;
}
@media (max-width: 1024px) {
  .outline__dl {
    padding: 0 6.25vw;
  }
}
@media (max-width: 767.98px) {
  .outline__dl {
    display: block;
    padding: 0;
    font-size: 4.26667vw;
  }
}
@media (max-width: 767.98px) {
  .outline__dl:last-of-type {
    border-bottom: 1px solid #ccc;
  }
}
.outline__dl:last-of-type dd,
.outline__dl:last-of-type dt {
  border-bottom: 1px solid #ccc;
}
@media (max-width: 767.98px) {
  .outline__dl:last-of-type dd,
  .outline__dl:last-of-type dt {
    border-bottom: none;
  }
}
.outline__dl dt {
  padding: 30px 10px;
  border-top: 1px solid #000;
  width: 210px;
  min-width: 210px;
  font-weight: 700;
}
@media (max-width: 767.98px) {
  .outline__dl dt {
    position: relative;
    padding: 9.33333vw 3.2vw 2.66667vw;
    border-top: 0;
    width: 100%;
  }
  .outline__dl dt:after,
  .outline__dl dt:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background: #ccc;
  }
  .outline__dl dt:after {
    width: 23.46667vw;
    background: #000;
  }
}
.outline__dl dd {
  padding: 30px;
  border-top: 1px solid #ccc;
  width: 100%;
}
@media (max-width: 767.98px) {
  .outline__dl dd {
    padding: 0 3.2vw 9.33333vw;
    border-top: 0;
  }
}
.outline__dl dd em {
  display: inline-block;
  font-weight: 700;
  font-style: normal;
}
.outline__dl dd a {
  display: inline-block;
  margin: 5px 0;
}
.outline__dl dd a[target="_blank"]:after {
  content: "";
  display: inline-block;
  margin-left: 0.8em;
  width: 17px;
  height: 13px;
  -webkit-transform: translateY(2px);
  transform: translateY(2px);
  background: url(/img/common/icon/icon_blank_b.svg) no-repeat;
  background-size: contain;
}
@media (max-width: 767.98px) {
  .outline__dl dd a[target="_blank"]:after {
    width: 3.73333vw;
    height: 2.93333vw;
  }
}
.outline__dl .outline__p-mark {
  width: 67px;
}
@media (max-width: 767.98px) {
  .outline__dl .outline__p-mark {
    width: 17.86667vw;
  }
}
.map-wrap {
  margin: 74px 0 0;
  padding: 0 80px;
}
@media (max-width: 767.98px) {
  .map-wrap {
    margin: 14.93333vw 0 0;
    padding: 0;
  }
}
.map-wrap #googleMap {
  width: 100%;
  height: 506px;
}
@media (max-width: 767.98px) {
  .map-wrap #googleMap {
    height: 108.8vw;
  }
}
.map-wrap #googleMap .gm-ui-hover-effect {
  outline: none;
}
.googlemap__tooltip {
  padding: 10px 10px 10px 20px;
}
.googlemap__logo {
  width: 93px;
}
.googlemap__logo img {
  width: 100%;
}
.map__title {
  position: relative;
  margin-bottom: 40px;
  padding-bottom: 16px;
  font-size: 2.8rem;
  font-weight: 700;
  line-height: 1.57143;
}
@media (max-width: 767.98px) {
  .map__title {
    margin-bottom: 12.8vw;
    padding-bottom: 5.06667vw;
  }
}
.map__title:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 40px;
  height: 3px;
  background-color: #000;
}
@media (max-width: 767.98px) {
  .map__title:after {
    width: 10.66667vw;
    height: 0.8vw;
  }
}
