/* kv */
.top-kv {
  margin: 5px 0 85px;
}
.top-kv .-w-wrapper {
  position: relative;
  padding-left: 200px;
}
.top-kv .-w-sub {
  position: absolute;
  left: 0;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -ms-flex-line-pack: end;
      align-content: flex-end;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 200px;
}
.top-kv .-w-sub-pic {
  text-align: center;
  width: 100%;
  margin-bottom: -50px;
}
.top-kv .-w-sub-text {
  border-right: solid 1px;
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
          writing-mode: vertical-rl;
  font-size: 22px;
  font-weight: 700;
  padding: 0 2px;
  margin-right: 50px;
}
.top-kv .-w-main {
  position: relative;
}
.top-kv .-w-main-image {
  position: relative;
  border-radius: 30px;
  overflow: hidden;
}
.top-kv .-w-main-image::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  background: #000;
  width: 100%;
  height: 100%;
  opacity: 0.25;
}
.top-kv .-w-main-image img {
  width: 100%;
  min-height: 480px;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.top-kv .-w-main-text {
  position: absolute;
  left: 40px;
  bottom: 30px;
  color: #fff;
  font-size: 40px;
  font-weight: 700;
  line-height: 1.4;
}
.top-kv .-w-banner {
  text-align: center;
  padding: 0 2.67%;
  margin-top: 80px;
}

@media screen and (min-width: 1160px) {
  .top-kv .-w-banner {
    position: fixed;
    z-index: 10;
    right: 0;
    bottom: 15px;
    padding: 0;
    margin: 0;
  }
  .top-kv .-w-banner.is-fix {
    position: absolute;
    bottom: 0 !important;
  }
}
@media screen and (min-width: 1280px) {
  .top-kv .-w-sub {
    bottom: 10px;
  }
  .top-kv .-w-sub-pic {
    margin-bottom: -10px;
  }
  .top-kv .-w-main-image img {
    height: calc(100vh - 146px);
  }
}
@media screen and (max-width: 959px) {
  .top-kv {
    margin: 0 0 45px;
  }
  .top-kv .-w-wrapper {
    padding-left: 0;
  }
  .top-kv .-w-sub {
    display: none;
  }
  .top-kv .-w-main-image {
    border-radius: 0 30px 30px 30px;
  }
  .top-kv .-w-main-image img {
    min-height: 0;
  }
  .top-kv .-w-main-text {
    left: 5.33%;
    bottom: 20px;
    font-size: 26px;
    font-size: 6.7vw;
    line-height: 1.308;
  }
  .top-kv .-w-banner {
    margin-top: 10px;
  }
}
@media screen and (max-width: 519px) {
  .top-kv .-w-main-image {
    border-radius: 0 15px 15px 15px;
  }
}
/* intro */
.top-intro {
  position: relative;
  margin-bottom: 100px;
}
.top-intro .-w-wrapper {
  position: relative;
  max-width: 970px;
  margin: 0 auto;
}
.top-intro .-w-bal {
  position: absolute;
  z-index: 1;
  right: -15px;
  top: 50px;
}
.top-intro .-w-image {
  position: relative;
  border-radius: 30px;
  overflow: hidden;
}
.top-intro .-w-image::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  background: #000;
  width: 100%;
  height: 100%;
  opacity: 0.3;
}
.top-intro .-w-image img {
  width: 100%;
}
.top-intro .-w-title {
  position: absolute;
  left: -50px;
  top: 55px;
  font-size: 30px;
  font-weight: 700;
}
.top-intro .-w-title span {
  display: inline-block;
  background: #e61c47;
  color: #fff;
  line-height: 1;
  padding: 15px 20px;
  margin: 0 0 15px;
}
.top-intro .-w-text {
  position: absolute;
  left: 33px;
  bottom: 33px;
  color: #fff;
  font-weight: 500;
}
.top-intro .-w-btn-wrap {
  position: absolute;
  right: 70px;
  bottom: 0;
  -webkit-transform: translate(0, 50%);
          transform: translate(0, 50%);
}
.top-intro .-w-illust {
  position: absolute;
  right: -27px;
  right: -84px;
  bottom: 15px;
}

@media screen and (min-width: 1160px) {
  .top-intro .-w-wrapper {
    margin: 0 230px 0 auto;
  }
}
@media screen and (min-width: 1160px) and (max-width: 1279px) {
  .top-intro .-w-wrapper {
    left: 45px;
  }
}
@media screen and (max-width: 959px) {
  .top-intro {
    margin-bottom: 65px;
  }
  .top-intro .-w-bal {
    right: 2.66%;
    top: auto;
    bottom: 3%;
    max-width: 61%;
  }
  .top-intro .-w-text-wrap {
    position: absolute;
    left: 0;
    top: 75px;
    top: 17.647%;
  }
  .top-intro .-w-title {
    position: static;
    font-size: 18px;
    font-size: 4.8vw;
    margin-bottom: 5px;
  }
  .top-intro .-w-title span {
    padding: 10px 2.67%;
    margin: 0 0 10px;
  }
  .top-intro .-w-text {
    position: static;
    padding: 0 2.67%;
  }
  .top-intro .-w-btn-wrap {
    right: auto;
    left: 4%;
  }
  .top-intro .-w-illust {
    display: none;
  }
}
@media screen and (max-width: 519px) {
  .top-intro .-w-image {
    border-radius: 15px;
  }
}
/* banner */
.top-banner {
  margin-bottom: 80px;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .top-banner {
    margin-bottom: 60px;
  }
}
/* news */
.top-news {
  margin-bottom: 80px;
}
.top-news .-w-wrapper {
  position: relative;
  min-height: 380px;
  padding: 0 22.72% 0 13.64%;
}
.top-news .-w-en-title {
  position: absolute;
  left: 0;
  top: 65px;
  font-size: 22px;
  font-weight: 500;
  letter-spacing: 0.075em;
  line-height: 1;
}
.top-news .-w-en-title > * {
  -webkit-transform: rotate(90deg) translate(-1em, 0);
          transform: rotate(90deg) translate(-1em, 0);
  -webkit-transform-origin: left bottom;
          transform-origin: left bottom;
}
.top-news .-w-illust-01 {
  position: absolute;
  z-index: 1;
  right: 87px;
  top: 21px;
  pointer-events: none;
}
.top-news .-w-illust-02 {
  position: absolute;
  z-index: 1;
  left: 10px;
  bottom: 70px;
  pointer-events: none;
}
.top-news .-w-btn-wrap {
  text-align: center;
}

@media screen and (max-width: 959px) {
  .top-news {
    margin-bottom: 40px;
  }
  .top-news .-w-wrapper {
    padding: 20px 0 42px;
  }
  .top-news .-w-en-title {
    top: 0;
  }
  .top-news .-w-illust-01 {
    right: 4.2%;
    top: 0;
    -webkit-transform: translate(0, -33%);
            transform: translate(0, -33%);
    max-width: 83px;
    width: 20.28%;
  }
  .top-news .-w-illust-02 {
    left: 7.6%;
    bottom: 0;
    max-width: 61px;
    width: 15.21%;
  }
}
.article-01 .-w-article {
  margin-bottom: 20px;
}
.article-01 .-w-article a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 6em;
  background: #e5d3cc;
  font-size: 14px;
  line-height: 1.667;
  min-height: 80px;
  padding: 10px 90px 10px 60px;
}
.article-01 .-w-article a::before {
  content: "";
  position: absolute;
  right: 25px;
  top: 50%;
  display: block;
  border-radius: 50%;
  background: #ffc045;
  width: 25px;
  height: 25px;
  margin: -12.5px 0 0;
}
.article-01 .-w-article a::after {
  content: "";
  position: absolute;
  right: 38px;
  top: 50%;
  display: block;
  background: url("../img/icon_arrow_g.svg") 100% 50% no-repeat;
  width: 44px;
  height: 9px;
  margin: -4.5px 0 0;
  -webkit-transition: right 0.5s, background-image 0.2s;
  transition: right 0.5s, background-image 0.2s;
}
.article-01 .-w-article a:hover {
  opacity: 1;
}
.article-01 .-w-article a:hover::after {
  right: 30px;
  background-image: url("../img/icon_arrow_w.svg");
}
.article-01 .-w-article-date {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  color: #065471;
  letter-spacing: 0.1em;
  width: 110px;
}
.article-01 .-w-article-title {
  font-size: 1.071em;
}
.article-01 .nopost {
  padding: 20px 0;
  margin-bottom: 40px;
  text-align: center;
}

@media screen and (max-width: 959px) {
  .article-01 .-w-article-wrap {
    margin-bottom: 25px;
  }
  .article-01 .-w-article {
    margin-bottom: 15px;
  }
  .article-01 .-w-article a {
    font-size: 13px;
    min-height: 65px;
    padding: 10px 65px 10px 15px;
  }
  .article-01 .-w-article a::before {
    right: 16px;
    width: 21px;
    height: 21px;
    margin-top: -10px;
  }
  .article-01 .-w-article a::after {
    right: 26px;
    background-size: contain;
    width: 36px;
  }
  .article-01 .-w-article a:hover::after {
    right: 22px;
  }
  .article-01 .-w-article-date {
    width: 85px;
  }
}
.article-02 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -12.5px;
}
.article-02 .-w-article {
  width: 25%;
  padding: 0 12.5px;
  margin-bottom: 38px;
}
.article-02 .-w-article a {
  display: block;
}
.article-02 .-w-article-image {
  position: relative;
  height: 0;
  padding-top: 74.75%;
  margin-bottom: 8px;
}
.article-02 .-w-article-image img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.article-02 .-w-article-date {
  color: #065471;
  font-size: 0.938em;
  letter-spacing: 0.1em;
  margin-bottom: 5px;
}
.article-02 .-w-article-title {
  font-size: 1em;
  line-height: 1.438;
}
.article-02 .-w-article-text {
  line-height: 1.875;
}
.article-02 .nopost {
  padding: 20px 0;
  margin-bottom: 40px;
  text-align: center;
}

@media screen and (max-width: 959px) {
  .article-02 {
    margin: 0 -10px 10px;
  }
  .article-02 .-w-article {
    width: 50%;
    padding: 0 10px;
    margin-bottom: 20px;
  }
  .article-02 .-w-article-image {
    margin-bottom: 4px;
  }
  .article-02 .-w-article-date {
    margin-bottom: 0;
  }
  .article-02 .-w-article-text {
    font-size: 0.9em;
  }
}
/* feature */
.top-feature {
  position: relative;
  margin-bottom: 85px;
}
.top-feature::before, .top-feature::after {
  content: "";
  position: absolute;
  display: block;
  background: url("../img/feature_dot.png") 50% 50% no-repeat;
  width: 436px;
  height: 331px;
}
.top-feature::before {
  right: 1.4%;
  top: -70px;
}
.top-feature::after {
  left: 1.7%;
  bottom: 20%;
}
.top-feature .-w-wrapper {
  position: relative;
  z-index: 1;
  max-width: 890px;
  margin: 0 auto;
}
.top-feature .-w-list .-w-title-wrap {
  margin-bottom: 20px;
}
.top-feature .-w-list .-w-btn-wrap {
  text-align: right;
}
.top-feature .-w-list-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.top-feature .-w-list-box:nth-of-type(odd) .-w-list-num {
  left: 15px;
}
.top-feature .-w-list-box:nth-of-type(even) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.top-feature .-w-list-box:nth-of-type(even) .-w-list-num {
  right: 45px;
}
.top-feature .-w-list-box:nth-of-type(1) .-w-list-illust {
  left: -115px;
  bottom: -53px;
}
.top-feature .-w-list-box:nth-of-type(2) .-w-list-illust {
  right: -25px;
  bottom: -75px;
}
.top-feature .-w-list-image-wrap {
  position: relative;
  width: 50.56%;
}
.top-feature .-w-list-num {
  position: absolute;
  top: -40px;
}
.top-feature .-w-list-image img {
  border-radius: 50%;
  width: 100%;
}
.top-feature .-w-list-illust {
  position: absolute;
}
.top-feature .-w-list-text-wrap {
  width: 46%;
  padding: 0 25px;
}

@media screen and (min-width: 1280px) {
  .top-feature .-w-wrapper {
    margin-left: 5%;
  }
}
@media screen and (max-width: 959px) {
  .top-feature {
    background: none;
    margin-bottom: -20px;
  }
  .top-feature::before, .top-feature::after {
    display: none;
  }
  .top-feature .-w-list {
    max-width: 450px;
    margin: 0 auto;
  }
  .top-feature .-w-list .-w-title-wrap {
    margin-bottom: 10px;
  }
  .top-feature .-w-list-box {
    display: block;
    margin-bottom: 65px;
  }
  .top-feature .-w-list-box:nth-of-type(odd) .-w-list-num {
    left: 10px;
    -webkit-transform-origin: left top;
            transform-origin: left top;
  }
  .top-feature .-w-list-box:nth-of-type(odd) .-w-list-illust {
    -webkit-transform-origin: right bottom;
            transform-origin: right bottom;
  }
  .top-feature .-w-list-box:nth-of-type(even) .-w-list-num {
    right: 30px;
    -webkit-transform-origin: right top;
            transform-origin: right top;
  }
  .top-feature .-w-list-box:nth-of-type(even) .-w-list-illust {
    -webkit-transform-origin: left bottom;
            transform-origin: left bottom;
  }
  .top-feature .-w-list-box:nth-of-type(1) .-w-list-text-wrap, .top-feature .-w-list-box:nth-of-type(2) .-w-list-text-wrap {
    margin-top: 65px;
  }
  .top-feature .-w-list-box:nth-of-type(1) .-w-list-illust {
    left: -90px;
    bottom: -33px;
  }
  .top-feature .-w-list-box:nth-of-type(2) .-w-list-illust {
    right: -95px;
    bottom: -50px;
  }
  .top-feature .-w-list-image-wrap {
    width: 89.3%;
    margin: 0 auto;
  }
  .top-feature .-w-list-num {
    top: -30px;
    -webkit-transform: scale(0.7);
            transform: scale(0.7);
  }
  .top-feature .-w-list-illust {
    -webkit-transform: scale(0.7);
            transform: scale(0.7);
  }
  .top-feature .-w-list-text-wrap {
    width: 100%;
    padding: 0;
    margin-top: 20px;
  }
}
/* service */
.top-service {
  background: #e5d3cc;
  padding: 50px 0 60px;
  margin-bottom: 75px;
}
.top-service .-w-wrapper > .-w-title-wrap {
  padding-right: 130px;
}
.top-service .-w-cont {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.top-service .-w-right {
  width: 100%;
}
.top-service .-w-left {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 305px;
  margin-right: 85px;
}
.top-service .-w-left .-w-btn-wrap {
  text-align: right;
  margin: 45px 30px 0 0;
}
.top-service .swiper-container {
  padding-top: 60px;
  margin-top: -60px;
}
.top-service .swiper-slide {
  width: auto;
  margin-right: 10px;
}
.top-service .swiper-slide img {
  border-radius: 30px;
}
.top-service .swiper-pagination {
  left: auto;
  right: 27.6%;
  bottom: auto;
  top: 0;
  text-align: right;
  width: auto;
  margin-bottom: 35px;
}
.top-service .swiper-pagination-bullet {
  background: #fff;
  border: solid 1px #065471;
  width: 10px;
  height: 10px;
  opacity: 1;
}
.top-service .swiper-pagination-bullet-active {
  background: #065471;
}

@media screen and (max-width: 959px) {
  .top-service {
    padding: 33px 0;
    margin-bottom: 15px;
  }
  .top-service .-w-wrapper > .-w-title-wrap {
    padding-right: 0;
  }
  .top-service .-w-cont {
    display: block;
  }
  .top-service .-w-right {
    margin-right: 0;
  }
  .top-service .-w-left {
    width: 100%;
    margin: 30px 0 0;
  }
  .top-service .-w-left .-w-btn-wrap {
    text-align: center;
    margin: 25px 0 0;
  }
  .top-service .swiper-container {
    padding-top: 35px;
    margin-top: -35px;
  }
  .top-service .swiper-slide {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 50%;
    padding: 0 3px;
    margin-right: 0;
  }
  .top-service .swiper-slide img {
    width: 100%;
  }
  .top-service .swiper-pagination {
    right: 0;
  }
  .top-service .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
  }
}
@media screen and (max-width: 519px) {
  .top-service .swiper-slide img {
    border-radius: 15px;
  }
}
/* faq */
.top-faq {
  margin-bottom: 85px;
}
.top-faq .-w-wrapper {
  position: relative;
  padding: 0 165px 0 9.09%;
}
.top-faq .-w-en-title {
  position: absolute;
  left: 0;
  top: 65px;
  font-size: 22px;
  font-weight: 500;
  letter-spacing: 0.075em;
  line-height: 1;
}
.top-faq .-w-en-title > * {
  -webkit-transform: rotate(90deg) translate(-1em, 0);
          transform: rotate(90deg) translate(-1em, 0);
  -webkit-transform-origin: left bottom;
          transform-origin: left bottom;
}
.top-faq .-w-list {
  margin-top: -12px;
}
.top-faq .-w-list > div {
  background-image: linear-gradient(to right, #065471, #065471 10px, transparent 10px, transparent 20px);
  background-size: 20px 2px;
  background-position: left bottom;
  background-repeat: repeat-x;
  padding: 22px 0;
}
.top-faq .-w-list > div > dt {
  position: relative;
  font-size: 1.063em;
  font-weight: 500;
  padding: 0 50px;
  cursor: pointer;
}
.top-faq .-w-list > div > dt::after {
  content: "";
  position: absolute;
  right: 10px;
  top: 2px;
  display: block;
  border-radius: 50%;
  background: #ffc045 url("../img/icon_plus.svg") 50% 50% no-repeat;
  width: 26px;
  height: 26px;
}
.top-faq .-w-list > div > dt.is-active::after {
  background-image: url("../img/icon_minus.svg");
}
.top-faq .-w-list > div > dd {
  position: relative;
  border-radius: 30px;
  background: #e5d3cc;
  height: 0;
  padding: 0 40px 0 75px;
  margin: 0;
  overflow: hidden;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.top-faq .-w-list > div > dd.is-open {
  height: auto;
  padding: 17px 40px 15px 75px;
  margin: 30px 0 13px;
}
.top-faq .-w-list .-w-q {
  position: absolute;
  left: 0;
  top: -5px;
  color: #e61c47;
  font-size: 35px;
  font-weight: 700;
  line-height: 1;
}
.top-faq .-w-list .-w-a {
  position: absolute;
  left: 28px;
  top: 17px;
  color: #065471;
  font-size: 35px;
  font-weight: 700;
  line-height: 1;
}
.top-faq .-w-btn-wrap {
  text-align: center;
  margin-top: 40px;
}
.top-faq .-w-illust {
  position: absolute;
  right: -36px;
  bottom: 5px;
}

@media screen and (min-width: 960px) and (max-width: 1279px) {
  .top-faq .-w-wrapper {
    margin-right: 50px;
  }
}
@media screen and (max-width: 959px) {
  .top-faq {
    margin-bottom: 40px;
  }
  .top-faq .-w-wrapper {
    padding: 20px 0 42px;
  }
  .top-faq .-w-en-title {
    top: 0;
  }
  .top-faq .-w-list {
    margin-top: 0;
  }
  .top-faq .-w-list > div {
    background-image: linear-gradient(to right, #065471, #065471 8px, transparent 8px, transparent 16px);
    background-size: 16px 1px;
    padding: 10px 0;
  }
  .top-faq .-w-list > div > dt {
    font-size: 1em;
    line-height: 1.643;
    padding: 0 35px;
  }
  .top-faq .-w-list > div > dt::after {
    right: 0;
    top: 50%;
    background-size: contain;
    width: 20px;
    height: 20px;
    margin-top: -10px;
  }
  .top-faq .-w-list > div > dd {
    font-size: 1em;
    line-height: 1.875;
    padding: 0 10px 0 50px;
    margin: 0;
  }
  .top-faq .-w-list > div > dd.is-open {
    padding: 7px 10px 12px 50px;
    margin: 15px 0 18px;
  }
  .top-faq .-w-list .-w-q {
    top: 50%;
    font-size: 28px;
    margin-top: -0.7em;
  }
  .top-faq .-w-list .-w-a {
    left: 15px;
    top: 10px;
    font-size: 28px;
  }
  .top-faq .-w-btn-wrap {
    margin-top: 30px;
  }
  .top-faq .-w-illust {
    right: 0;
    bottom: -5px;
    max-width: 124px;
    width: 30.14%;
  }
}
@media screen and (max-width: 519px) {
  .top-faq .-w-list > div > dd {
    border-radius: 15px;
  }
}
/* blog */
.top-blog {
  background: #e5d3cc;
  padding: 50px 0 35px;
  margin-bottom: 75px;
}
.top-blog .-w-wrapper {
  position: relative;
}
.top-blog .-w-en-title {
  position: absolute;
  left: 0;
  top: -0.5em;
  font-size: 22px;
  font-weight: 500;
  letter-spacing: 0.075em;
  line-height: 1;
}
.top-blog .-w-en-title > * {
  -webkit-transform: rotate(90deg) translate(-1em, 0);
          transform: rotate(90deg) translate(-1em, 0);
  -webkit-transform-origin: left bottom;
          transform-origin: left bottom;
}
.top-blog .-w-btn-wrap {
  text-align: center;
}

@media screen and (min-width: 1280px) {
  .top-blog .-w-wrapper {
    padding: 0 88px 0 20px;
  }
}
@media screen and (max-width: 959px) {
  .top-blog {
    padding: 42px 0 30px;
    margin-bottom: 35px;
  }
  .top-blog .-w-wrapper {
    padding: 0;
  }
  .top-blog .-w-title-wrap {
    margin-bottom: 40px;
  }
}
/* about */
.top-about {
  position: relative;
  margin-bottom: 88px;
}
.top-about::before, .top-about::after {
  content: "";
  position: absolute;
  top: 50%;
  display: block;
  background: url("../img/about_dot.png") 50% 50% no-repeat;
  width: 305px;
  height: 197px;
}
.top-about::before {
  right: 10px;
  margin-top: -120px;
}
.top-about::after {
  left: 3.57%;
  margin-top: 135px;
}
.top-about .-w-wrapper {
  position: relative;
  z-index: 1;
  max-width: 1020px;
}
.top-about .-w-list-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  text-align: center;
  margin-top: 88px;
}
.top-about .-w-list-box:nth-of-type(odd) .-w-list-main {
  padding-left: 80px;
}
.top-about .-w-list-box:nth-of-type(odd) .-w-list-en-title {
  left: 0;
}
.top-about .-w-list-box:nth-of-type(odd) .-w-list-en-title > * {
  -webkit-transform: rotate(90deg) translate(-1em, 0);
          transform: rotate(90deg) translate(-1em, 0);
  -webkit-transform-origin: left bottom;
          transform-origin: left bottom;
}
.top-about .-w-list-box:nth-of-type(even) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.top-about .-w-list-box:nth-of-type(even) .-w-list-main {
  padding-right: 80px;
}
.top-about .-w-list-box:nth-of-type(even) .-w-list-en-title {
  right: 0;
}
.top-about .-w-list-box:nth-of-type(even) .-w-list-en-title > * {
  -webkit-transform: rotate(90deg) translate(100%, 0);
          transform: rotate(90deg) translate(100%, 0);
  -webkit-transform-origin: right top;
          transform-origin: right top;
}
.top-about .-w-list-main {
  position: relative;
  width: 68.63%;
}
.top-about .-w-list-en-title {
  position: absolute;
  top: 0;
  font-size: 22px;
  font-weight: 500;
  letter-spacing: 0.075em;
  line-height: 1;
}
.top-about .-w-list-en-title > * {
  display: block;
}
.top-about .-w-list-main-image img {
  border-radius: 30px;
}
.top-about .-w-list-sub {
  width: 27.45%;
}
.top-about .-w-list-sub .-w-btn-wrap {
  margin-bottom: 55px;
}
.top-about .-w-list-sub-image img {
  border-radius: 50%;
}

@media screen and (max-width: 959px) {
  .top-about {
    margin-bottom: 45px;
  }
  .top-about::before, .top-about::after {
    -webkit-transform: scale(0.7);
            transform: scale(0.7);
  }
  .top-about::before {
    -webkit-transform-origin: right bottom;
            transform-origin: right bottom;
    margin-top: -140px;
  }
  .top-about::after {
    top: auto;
    bottom: 9%;
    -webkit-transform-origin: left bottom;
            transform-origin: left bottom;
    left: 5.33%;
    margin-top: 0;
  }
  .top-about .-w-list {
    max-width: 670px;
    margin: 0 auto;
  }
  .top-about .-w-list-box {
    display: block;
    margin-top: 70px;
  }
  .top-about .-w-list-box:nth-of-type(odd) .-w-list-main {
    padding-left: 30px;
    margin-right: -2.82%;
  }
  .top-about .-w-list-box:nth-of-type(even) .-w-list-main {
    padding-right: 30px;
    margin-left: -2.82%;
  }
  .top-about .-w-list-box:nth-of-type(even) .-w-list-sub-image {
    margin-left: auto;
  }
  .top-about .-w-list-main {
    width: 102.82%;
  }
  .top-about .-w-list-sub {
    width: 100%;
    margin-top: 18px;
  }
  .top-about .-w-list-sub .-w-btn-wrap {
    margin-bottom: 10px;
  }
  .top-about .-w-list-sub-image {
    width: 55%;
  }
}
@media screen and (max-width: 519px) {
  .top-about .-w-list-main-image img {
    border-radius: 15px;
  }
}/*# sourceMappingURL=style_top.css.map */