@media screen and (max-width: 749px) {
  .header {
    background-image: none;
    background-size: initial;
    position: relative;
    height: 80px;
  }
  .header::before {
    top: 0;
    right: 0;
    bottom: 80px;
    left: 0;
    content: ' ';
  }
  .header__inner {
    padding: 1%;
  }
}

.about-fv {
  background: url("../../../images/about/about-top.png");
  height: 50vh;
  background-size: cover;
  background-position: center;
  margin-top: -20px;
}

@media screen and (max-width: 959px) {
  .about-fv {
    height: 30vh;
  }
}

@media screen and (max-width: 749px) {
  .about-fv {
    height: 25vh;
    margin-top: -98px;
  }
}

.fv::before {
  background-color: initial;
}

.about-top__title {
  font-size: 2.4rem;
  text-align: center;
  font-weight: bold;
  margin: 65px 0 30px 0;
}

.about-top__dot {
  width: 10%;
  margin: 0 auto 30px auto;
}

.about-top__img {
  margin-bottom: 30px;
}

.about-top__text {
  text-align: center;
  margin-bottom: 50px;
}

.about-top__text p {
  font-size: 1.8rem;
}

.about-top__movie {
  background-color: #DFF0F4;
  padding: 30px;
  margin-bottom: 100px;
}

.about-top__movie__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 2rem;
  color: rgba(57, 154, 178, 0.9);
  margin-bottom: 30px;
}

.about-top__movie__title h3 {
  margin-top: 20px;
}

.about-top__movie__title img {
  width: 10%;
}

.about-top__movie__movie {
  margin-bottom: 30px;
}

.about-top__movie__text {
  padding: 0 75px;
}

@media screen and (max-width: 749px) {
  .about-top__movie__text {
    padding: 0;
  }
}

.about-link-area {
  background-color: #DFF0F4;
  padding-bottom: 150px;
}

@media screen and (max-width: 749px) {
  .about-link-area {
    padding-bottom: 30px;
  }
}

.about-link-area__header .out-box {
  padding: 30px 0px;
}

.about-link-area__header .out-box .link-box {
  position: relative;
}

.about-link-area__header .out-box .link-box p {
  font-size: 1.6rem;
  letter-spacing: 0;
  padding-bottom: 0;
  font-weight: bold;
}

.about-link-area__header .out-box .link-box .off {
  position: absolute;
  width: 15px;
  height: 20px;
  right: 10px;
  top: 4px;
}

.about-link-area__content__1 {
  padding: 0 130px;
}

@media screen and (max-width: 749px) {
  .about-link-area__content__1 {
    padding: 0 20px;
  }
}

.about-link-area__content__1__title {
  margin: 0 -130px;
}

@media screen and (max-width: 749px) {
  .about-link-area__content__1__title {
    margin: 0 -20px;
  }
}

.about-link-area__content__1 img {
  margin-bottom: 30px;
}

.about-link-area__content__1__text-2 {
  margin-bottom: 50px;
}

.about-link-area__content__1__text-3 {
  margin-bottom: 30px;
  text-align: center;
}

.about-link-area__content__2 {
  padding-bottom: 10px;
}

.about-link-area__content__2__way {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #399AB2;
  margin-bottom: 50px;
}

@media screen and (max-width: 749px) {
  .about-link-area__content__2__way {
    display: block;
  }
}

.about-link-area__content__2__way__left {
  -ms-flex-preferred-size: 70%;
      flex-basis: 70%;
  position: relative;
  color: #ffffff;
}

@media screen and (max-width: 959px) {
  .about-link-area__content__2__way__left {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
  }
}

.about-link-area__content__2__way__left__number {
  position: absolute;
  left: 10px;
  top: 10px;
  font-size: 1.2em;
  font-family: 'Oswald', sans-serif;
}

.about-link-area__content__2__way__left__number:after {
  position: absolute;
  width: 0;
  height: 51.95px;
  top: 5px;
  left: 25px;
  content: '';
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  border-width: 0 0 0 2px;
  border-style: solid;
  border-color: #ffffff;
}

.about-link-area__content__2__way__left__title {
  padding: 0 50px;
  margin-top: 50px;
  margin-bottom: 20px;
}

@media screen and (max-width: 749px) {
  .about-link-area__content__2__way__left__title {
    padding: 10px 20px 0 80px;
  }
}

.about-link-area__content__2__way__left__text {
  padding: 0 50px;
}

@media screen and (max-width: 749px) {
  .about-link-area__content__2__way__left__text {
    padding: 0 20px 10px 80px;
  }
}

.about-link-area__content__2__way__right {
  -ms-flex-preferred-size: 30%;
      flex-basis: 30%;
}

@media screen and (max-width: 959px) {
  .about-link-area__content__2__way__right {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
  }
}

.about-link-area__content__3 {
  padding-bottom: 100px;
}

.about-link-area__content__3__item__left {
  position: relative;
  margin-bottom: 100px;
  color: #ffffff;
}

@media screen and (max-width: 749px) {
  .about-link-area__content__3__item__left {
    margin-bottom: 150px;
  }
}

.about-link-area__content__3__item__left__img {
  width: 70%;
}

.about-link-area__content__3__item__left__box {
  position: absolute;
  background-color: rgba(57, 154, 178, 0.9);
  bottom: -30px;
  right: 0;
  width: 470px;
}

@media screen and (max-width: 749px) {
  .about-link-area__content__3__item__left__box {
    width: 250px;
    bottom: -90px;
  }
}

.about-link-area__content__3__item__left__box__content {
  position: relative;
}

.about-link-area__content__3__item__left__box__content__title {
  text-align: center;
  padding-top: 60px;
  padding-bottom: 30px;
  font-size: 3.2rem;
}

@media screen and (max-width: 749px) {
  .about-link-area__content__3__item__left__box__content__title {
    font-size: 1.8rem;
    padding-top: 30px;
    padding-bottom: 15px;
  }
}

.about-link-area__content__3__item__left__box__content__title span {
  background-color: rgba(0, 0, 0, 0.5);
  padding: 5px;
}

.about-link-area__content__3__item__left__box__content__text {
  padding: 0 30px 100px 30px;
}

@media screen and (max-width: 749px) {
  .about-link-area__content__3__item__left__box__content__text {
    font-size: 1.2rem;
    padding-bottom: 30px;
  }
}

.about-link-area__content__3__item__left__box__content__number {
  position: absolute;
  top: 6px;
  right: 6px;
  font-size: 3.2em;
  font-family: 'Oswald', sans-serif;
  font-weight: bold;
}

@media screen and (max-width: 749px) {
  .about-link-area__content__3__item__left__box__content__number {
    font-size: 2.4rem;
  }
}

.about-link-area__content__3__item__left .box-5 {
  position: absolute;
  bottom: -90px;
}

@media screen and (max-width: 749px) {
  .about-link-area__content__3__item__left .box-5 {
    bottom: -120px;
  }
}

.about-link-area__content__3__item__right {
  position: relative;
  margin-bottom: 100px;
  color: #ffffff;
}

@media screen and (max-width: 749px) {
  .about-link-area__content__3__item__right {
    margin-bottom: 150px;
  }
}

.about-link-area__content__3__item__right__img {
  width: 70%;
  margin-left: 30%;
}

.about-link-area__content__3__item__right__box {
  position: absolute;
  background-color: rgba(57, 154, 178, 0.9);
  bottom: -30px;
  left: 0;
  width: 470px;
  z-index: 10;
}

@media screen and (max-width: 749px) {
  .about-link-area__content__3__item__right__box {
    width: 250px;
    bottom: -90px;
  }
}

.about-link-area__content__3__item__right__box__content {
  position: relative;
}

.about-link-area__content__3__item__right__box__content__title {
  text-align: center;
  padding-top: 60px;
  padding-bottom: 30px;
  font-size: 3.2rem;
}

@media screen and (max-width: 749px) {
  .about-link-area__content__3__item__right__box__content__title {
    font-size: 1.8rem;
    padding-top: 30px;
    padding-bottom: 15px;
  }
}

.about-link-area__content__3__item__right__box__content__title span {
  background-color: rgba(0, 0, 0, 0.5);
  padding: 5px;
}

.about-link-area__content__3__item__right__box__content__text {
  padding: 0 30px 100px 30px;
}

@media screen and (max-width: 749px) {
  .about-link-area__content__3__item__right__box__content__text {
    font-size: 1.2rem;
    padding-bottom: 30px;
  }
}

.about-link-area__content__3__item__right__box__content__number {
  position: absolute;
  top: 6px;
  right: 6px;
  font-weight: bold;
  font-size: 3.2em;
  font-family: 'Oswald', sans-serif;
}

@media screen and (max-width: 749px) {
  .about-link-area__content__3__item__right__box__content__number {
    font-size: 2.4rem;
  }
}

.about-br {
  display: block;
}

@media screen and (max-width: 749px) {
  .link-area .out-box .link-box {
    border: none;
    padding-top: 0px;
  }
}
/*# sourceMappingURL=about.css.map */