.constructionTruck {
  background-color: #4d4d4d;
  color: #ffffff;
  overflow: hidden;
  position: relative;
}

@media print, screen and (min-width: 768px) {
  .constructionTruck {
    background-image: linear-gradient(125deg, #4f4f4f 0%, #464646 100%);
    padding: 160px 0 152px;
  }
}

@media screen and (max-width: 768px) {
  .constructionTruck {
    padding: 80px 0 84px;
  }
}

.constructionTruck__bgTxt {
  color: rgba(255, 255, 255, 0.1);
  left: 0;
  line-height: .8;
  position: absolute;
}

@media print, screen and (min-width: 768px) {
  .constructionTruck__bgTxt {
    bottom: 160px;
    font-size: 96px;
  }
}

@media only screen and (min-width: 768px) and (min-width: 1920px) {
  .constructionTruck__bgTxt {
    left: calc(100 / 1440 * 100vw);
  }
}

@media screen and (max-width: 768px) {
  .constructionTruck__bgTxt {
    bottom: 50px;
    font-size: 40px;
  }
}

.cvGuide {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.cvGuide__btn {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #ffffff;
  -webkit-box-shadow: 0 8px 16px 0 rgba(102, 102, 102, 0.1);
          box-shadow: 0 8px 16px 0 rgba(102, 102, 102, 0.1);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  letter-spacing: .12em;
  line-height: 1;
  position: relative;
}

@media print, screen and (min-width: 768px) {
  .cvGuide__btn {
    font-size: 16px;
    height: 56px;
    width: 240px;
  }
}

@media screen and (max-width: 768px) {
  .cvGuide__btn {
    font-size: 10px;
    height: 32px;
    width: 133px;
  }
}

@media screen and (max-width: 768px) {
  .cvGuide__btn:nth-of-type(n+3) {
    margin-top: 10px;
  }
}

@media print, screen and (min-width: 768px) {
  .cvGuide__btn--full {
    width: 512px;
  }
}

@media screen and (max-width: 768px) {
  .cvGuide__btn--full {
    width: 100%;
  }
}

.cvGuide__icon {
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}

@media print, screen and (min-width: 768px) {
  .cvGuide__icon {
    left: 24px;
  }
}

@media screen and (max-width: 768px) {
  .cvGuide__icon {
    left: 10px;
  }
}

.cvGuide__icon .outlineSVG {
  height: auto;
}

@media print, screen and (min-width: 768px) {
  .cvGuide__icon .outlineSVG {
    width: 16px;
  }
}

@media screen and (max-width: 768px) {
  .cvGuide__icon .outlineSVG {
    width: 11px;
  }
}

.cvGuide__icon .mapSVG {
  height: auto;
}

@media print, screen and (min-width: 768px) {
  .cvGuide__icon .mapSVG {
    width: 18px;
  }
}

@media screen and (max-width: 768px) {
  .cvGuide__icon .mapSVG {
    width: 12px;
  }
}

.cvGuide__icon .memberSVG {
  height: auto;
}

@media print, screen and (min-width: 768px) {
  .cvGuide__icon .memberSVG {
    width: 26px;
  }
}

@media screen and (max-width: 768px) {
  .cvGuide__icon .memberSVG {
    width: 16px;
  }
}

.informationArea {
  color: #464646;
}

@media print, screen and (min-width: 768px) {
  .informationArea {
    padding: 80px 0 0;
  }
}

@media screen and (max-width: 768px) {
  .informationArea {
    padding: 80px 30px 0;
  }
}

.informationArea__inner {
  background-color: #ffffff;
  margin: 0 auto;
}

@media print, screen and (min-width: 768px) {
  .informationArea__inner {
    -webkit-box-shadow: 0 8px 16px 0 rgba(204, 204, 204, 0.1);
            box-shadow: 0 8px 16px 0 rgba(204, 204, 204, 0.1);
    padding: 80px 96px;
    width: 1056px;
  }
}

@media screen and (max-width: 768px) {
  .informationArea__inner {
    -webkit-box-shadow: 0 8px 16px 0 rgba(204, 204, 204, 0.1);
            box-shadow: 0 8px 16px 0 rgba(204, 204, 204, 0.1);
    padding: 60px 30px;
  }
}

.informationArea__head {
  text-align: center;
}

@media screen and (max-width: 768px) {
  .informationArea__head {
    width: 100%;
  }
}

.informationArea__head + .informationArea__cont {
  border-top: 1px solid rgba(153, 153, 153, 0.4);
}

@media print, screen and (min-width: 768px) {
  .informationArea__head + .informationArea__cont {
    margin-top: 56px;
    padding-top: 48px;
  }
}

@media screen and (max-width: 768px) {
  .informationArea__head + .informationArea__cont {
    margin-top: 36px;
    padding-top: 32px;
  }
}

.informationArea__cont .infoCard {
  padding-left: 0;
}

.informationArea__cont .infoCard:before {
  display: none;
}

.informationArea__cont .infoCard__heading {
  line-height: 1.7;
}

.informationArea__cont .infoCard__heading:before {
  content: '';
  margin-top: calc((1 - 1.7) * .5em);
}

.informationArea__cont .infoCard__heading:after {
  margin-bottom: calc((1 - 1.7) * .5em);
}

.informationArea__cont .infoCard__heading:before, .informationArea__cont .infoCard__heading:after {
  content: '';
  display: block;
  height: 0;
  width: 0;
}

@media print, screen and (min-width: 768px) {
  .informationArea__cont .infoCard__heading {
    font-size: 18px;
  }
}

@media screen and (max-width: 768px) {
  .informationArea__cont .infoCard__heading {
    font-size: 14px;
  }
}

.informationArea__cont .infoCard__heading a {
  border-bottom: 1px solid currentColor;
  -webkit-transition: .3s ease opacity;
  transition: .3s ease opacity;
}

@media print, screen and (min-width: 768px) {
  .informationArea__cont .infoCard__heading a:hover {
    opacity: .7;
  }
}

@media (hover: hover) and (pointer: fine) {
  .informationArea__cont .infoCard__heading a:hover {
    opacity: .7;
  }
}

.informationArea__ttl {
  color: #464646;
  font-family: "Cinzel", serif;
  letter-spacing: .12em;
  line-height: .85;
}

@media print, screen and (min-width: 768px) {
  .informationArea__ttl {
    font-size: 20px;
  }
}

@media screen and (max-width: 768px) {
  .informationArea__ttl {
    font-size: 14px;
  }
}

.informationArea__heading {
  letter-spacing: .12em;
  line-height: 1.6;
}

.informationArea__heading:before {
  content: '';
  margin-top: calc((1 - 1.6) * .5em);
}

.informationArea__heading:after {
  margin-bottom: calc((1 - 1.6) * .5em);
}

.informationArea__heading:before, .informationArea__heading:after {
  content: '';
  display: block;
  height: 0;
  width: 0;
}

@media print, screen and (min-width: 768px) {
  .informationArea__heading {
    font-size: 32px;
    margin-top: 48px;
  }
}

@media screen and (max-width: 768px) {
  .informationArea__heading {
    font-size: 20px;
    margin-top: calc(88 / 750 * 100vw);
  }
}

@media print, screen and (min-width: 768px) {
  .informationArea__heading + .informationArea__link {
    margin-top: 31px;
  }
}

@media screen and (max-width: 768px) {
  .informationArea__heading + .informationArea__link {
    margin-top: calc(88 / 750 * 100vw);
  }
}

.informationArea__link {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #464646;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  letter-spacing: .12em;
  position: relative;
  -webkit-transition: .3s ease opacity;
  transition: .3s ease opacity;
}

@media print, screen and (min-width: 768px) {
  .informationArea__link {
    font-size: 24px;
    gap: 10px;
    padding-bottom: 10px;
  }
}

@media screen and (max-width: 768px) {
  .informationArea__link {
    font-size: 16px;
    gap: 5px;
    padding-bottom: calc(16 / 750 * 100vw);
  }
}

.informationArea__link--block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: auto;
  margin-right: auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.informationArea__link:after {
  background-color: currentColor;
  bottom: 0;
  content: '';
  height: 1px;
  left: 0;
  position: absolute;
  width: 100%;
}

.informationArea__link .arrowSVG {
  height: auto;
}

@media print, screen and (min-width: 768px) {
  .informationArea__link .arrowSVG {
    width: 16px;
  }
}

@media screen and (max-width: 768px) {
  .informationArea__link .arrowSVG {
    width: 10px;
  }
}

@media print, screen and (min-width: 768px) {
  .informationArea__link:hover {
    opacity: .7;
  }
}

@media (hover: hover) and (pointer: fine) {
  .informationArea__link:hover {
    opacity: .7;
  }
}

.mainVisual {
  position: relative;
}

.mainVisual__visual img {
  width: 100%;
}

.moreBtn {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #455d75;
  -webkit-box-shadow: 0 8px 16px 0 rgba(102, 102, 102, 0.1);
          box-shadow: 0 8px 16px 0 rgba(102, 102, 102, 0.1);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 auto;
  position: relative;
  -webkit-transition: .3s;
  transition: .3s;
  width: 100%;
  will-change: auto;
}

@media print, screen and (min-width: 768px) {
  .moreBtn {
    height: 48px;
  }
}

@media screen and (max-width: 768px) {
  .moreBtn {
    height: 44px;
  }
}

@media print, screen and (min-width: 768px) {
  .moreBtn:hover {
    opacity: .8;
  }
  .moreBtn:hover .arrowSVG {
    -webkit-transform: translate(30%, -50%);
            transform: translate(30%, -50%);
  }
}

@media (hover: hover) and (pointer: fine) {
  .moreBtn:hover {
    opacity: .8;
  }
  .moreBtn:hover .arrowSVG {
    -webkit-transform: translate(30%, -50%);
            transform: translate(30%, -50%);
  }
}

.moreBtn__txt {
  color: #ffffff;
  font-family: "Cinzel", serif;
  letter-spacing: .12em;
  line-height: .8;
}

@media print, screen and (min-width: 768px) {
  .moreBtn__txt {
    font-size: 16px;
  }
}

@media screen and (max-width: 768px) {
  .moreBtn__txt {
    font-size: 13px;
  }
}

.moreBtn .arrowSVG {
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  -webkit-transition: .3s;
  transition: .3s;
  will-change: auto;
}

@media print, screen and (min-width: 768px) {
  .moreBtn .arrowSVG {
    right: 20px;
  }
}

@media screen and (max-width: 768px) {
  .moreBtn .arrowSVG {
    height: auto;
    right: 16px;
    width: 13px;
  }
}

.moreBtn--comingsoon {
  background-color: #a0abb6;
  pointer-events: none;
}

.moreBtn--comingsoon .arrowSVG {
  display: none;
}

.newsBox {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: rgba(255, 255, 255, 0.4);
  -webkit-box-shadow: 0 8px 16px 0 rgba(102, 102, 102, 0.1);
          box-shadow: 0 8px 16px 0 rgba(102, 102, 102, 0.1);
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: absolute;
  -webkit-transition: .3s;
  transition: .3s;
  z-index: 2;
}

@media print, screen and (min-width: 768px) {
  .newsBox {
    bottom: 48px;
    height: 50px;
    left: 48px;
    padding: 0 24px;
    width: 528px;
  }
}

@media only screen and (min-width: 768px) and (min-width: 1920px) {
  .newsBox {
    left: calc(100 / 1440 * 100vw);
  }
}

@media screen and (max-width: 768px) {
  .newsBox {
    bottom: 20px;
    height: 38px;
    left: 20px;
    padding: 0 11px;
    width: 335px;
  }
}

@media print, screen and (min-width: 768px) {
  .newsBox:hover {
    background-color: white;
  }
  .newsBox:hover:after {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
  .newsBox:hover .newsBox__icon {
    -webkit-transform: translate(50%, 0);
            transform: translate(50%, 0);
  }
}

@media (hover: hover) and (pointer: fine) {
  .newsBox:hover {
    background-color: white;
  }
  .newsBox:hover:after {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
  .newsBox:hover .newsBox__icon {
    -webkit-transform: translate(50%, 0);
            transform: translate(50%, 0);
  }
}

.newsBox:before {
  background-image: linear-gradient(to right, #818282, #818282 4px, transparent 5px, transparent 6px);
  background-repeat: repeat-x;
  background-size: 6px 1px;
  bottom: 0;
  content: '';
  height: 1px;
  left: 0;
  position: absolute;
  width: 100%;
}

.newsBox:after {
  background-color: #818282;
  bottom: 0;
  content: '';
  height: 1px;
  left: 0;
  position: absolute;
  -webkit-transform: scale(0, 1);
          transform: scale(0, 1);
  -webkit-transform-origin: left center;
          transform-origin: left center;
  -webkit-transition: .3s;
  transition: .3s;
  width: 100%;
}

.newsBox__detail {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.newsBox__term {
  color: rgba(70, 70, 70, 0.6);
  font-family: "Cinzel", serif;
  letter-spacing: .08em;
  line-height: .8;
}

@media print, screen and (min-width: 768px) {
  .newsBox__term {
    font-size: 16px;
  }
}

@media screen and (max-width: 768px) {
  .newsBox__term {
    font-size: 12px;
  }
}

.newsBox__desc {
  color: #464646;
  letter-spacing: .16em;
  position: relative;
}

@media print, screen and (min-width: 768px) {
  .newsBox__desc {
    font-size: 16px;
    margin-left: 20px;
    line-height: 1.5;
  }
  .newsBox__desc:before {
    content: '';
    margin-top: calc((1 - 1.5) * .5em);
  }
  .newsBox__desc:after {
    margin-bottom: calc((1 - 1.5) * .5em);
  }
  .newsBox__desc:before, .newsBox__desc:after {
    content: '';
    display: block;
    height: 0;
    width: 0;
  }
}

@media screen and (max-width: 768px) {
  .newsBox__desc {
    font-size: 11px;
    margin-left: 10px;
    line-height: 1.09091;
  }
  .newsBox__desc:before {
    content: '';
    margin-top: calc((1 - 1.09091) * .5em);
  }
  .newsBox__desc:after {
    margin-bottom: calc((1 - 1.09091) * .5em);
  }
  .newsBox__desc:before, .newsBox__desc:after {
    content: '';
    display: block;
    height: 0;
    width: 0;
  }
}

.newsBox__desc .new {
  color: #666666;
  font-family: "Licorice", cursive;
  line-height: .8;
  opacity: .7;
  position: absolute;
  right: 0;
  top: 0;
}

@media print, screen and (min-width: 768px) {
  .newsBox__desc .new {
    font-size: 32px;
    -webkit-transform: translate(22px, -13px) rotate(15deg);
            transform: translate(22px, -13px) rotate(15deg);
  }
}

@media screen and (max-width: 768px) {
  .newsBox__desc .new {
    font-size: 20px;
    -webkit-transform: translate(14px, -8px) rotate(15deg);
            transform: translate(14px, -8px) rotate(15deg);
  }
}

.newsBox__icon {
  height: auto;
  -webkit-transition: .3s;
  transition: .3s;
}

@media print, screen and (min-width: 768px) {
  .newsBox__icon {
    width: 16px;
  }
}

@media screen and (max-width: 768px) {
  .newsBox__icon {
    width: 10px;
  }
}

.newsBox__icon .arrowSVG {
  height: auto;
  width: 100%;
}

.resultGallery {
  counter-reset: resultPhotoOrder;
  overflow: hidden;
  position: relative;
}

@media print, screen and (min-width: 768px) {
  .resultGallery {
    height: 714px;
    margin-right: calc((100vw - 1056px) / -2);
    width: calc(624px + (100vw - 1056px) / 2);
  }
}

@media screen and (max-width: 768px) {
  .resultGallery {
    margin-top: 48px;
    padding-bottom: 100px;
  }
}

.resultGallery__inner {
  -webkit-transform: rotate(5deg);
          transform: rotate(5deg);
  -webkit-transform-origin: bottom left;
          transform-origin: bottom left;
}

.resultGallery__inner:nth-of-type(even) .resultGallery__list {
  -webkit-animation: slideReverse infinite linear;
          animation: slideReverse infinite linear;
  -webkit-animation-duration: 30s;
          animation-duration: 30s;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  float: right;
  zoom: 1;
}

.resultGallery__inner:nth-of-type(even) .resultGallery__list:after {
  clear: both;
  content: '';
  display: block;
}

@media print, screen and (min-width: 768px) {
  .resultGallery__inner + .resultGallery__inner {
    margin-top: 30px;
  }
}

@media screen and (max-width: 768px) {
  .resultGallery__inner + .resultGallery__inner {
    margin-top: 10px;
  }
}

.resultGallery__list {
  -webkit-animation: slide infinite linear;
          animation: slide infinite linear;
  -webkit-animation-duration: 30s;
          animation-duration: 30s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media print, screen and (min-width: 768px) {
  .resultGallery__list {
    width: 2700px;
  }
}

@media screen and (max-width: 768px) {
  .resultGallery__list {
    width: 1350px;
  }
}

@media print, screen and (min-width: 768px) {
  .resultGallery__list + .resultGallery__list {
    margin-top: 30px;
  }
}

@media screen and (max-width: 768px) {
  .resultGallery__list + .resultGallery__list {
    margin-top: 24px;
  }
}

.resultGallery__item {
  counter-increment: resultPhotoOrder;
  position: relative;
  will-change: transform;
}

@media print, screen and (min-width: 768px) {
  .resultGallery__item {
    width: 430px;
  }
}

@media screen and (max-width: 768px) {
  .resultGallery__item {
    width: 215px;
  }
}

.resultGallery__order {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: rgba(51, 51, 51, 0.8);
  bottom: 0;
  color: #ffffff;
  content: counter(resultPhotoOrder);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 20px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  right: 0;
  width: 20px;
}

@media print, screen and (min-width: 768px) {
  .resultGallery__order {
    font-size: 12px;
  }
}

@media screen and (max-width: 768px) {
  .resultGallery__order {
    font-size: 10px;
  }
}

.resultGallery__caption {
  bottom: 0;
  left: 0;
  position: absolute;
}

@media screen and (max-width: 768px) {
  .resultGallery__caption {
    margin: 0 20px;
  }
}

@media print, screen and (min-width: 768px) {
  @-webkit-keyframes slide {
    0% {
      -webkit-transform: translate3d(0%, 0, 0);
              transform: translate3d(0%, 0, 0);
    }
    100% {
      -webkit-transform: translate3d(-1360px, 0, 0);
              transform: translate3d(-1360px, 0, 0);
    }
  }
  @keyframes slide {
    0% {
      -webkit-transform: translate3d(0%, 0, 0);
              transform: translate3d(0%, 0, 0);
    }
    100% {
      -webkit-transform: translate3d(-1360px, 0, 0);
              transform: translate3d(-1360px, 0, 0);
    }
  }
  @-webkit-keyframes slideReverse {
    0% {
      -webkit-transform: translate3d(0%, 0, 0);
              transform: translate3d(0%, 0, 0);
    }
    100% {
      -webkit-transform: translate3d(1350px, 0, 0);
              transform: translate3d(1350px, 0, 0);
    }
  }
  @keyframes slideReverse {
    0% {
      -webkit-transform: translate3d(0%, 0, 0);
              transform: translate3d(0%, 0, 0);
    }
    100% {
      -webkit-transform: translate3d(1350px, 0, 0);
              transform: translate3d(1350px, 0, 0);
    }
  }
}

@media screen and (max-width: 768px) {
  @-webkit-keyframes slide {
    0% {
      -webkit-transform: translate3d(0%, 0, 0);
              transform: translate3d(0%, 0, 0);
    }
    100% {
      -webkit-transform: translate3d(-680px, 0, 0);
              transform: translate3d(-680px, 0, 0);
    }
  }
  @keyframes slide {
    0% {
      -webkit-transform: translate3d(0%, 0, 0);
              transform: translate3d(0%, 0, 0);
    }
    100% {
      -webkit-transform: translate3d(-680px, 0, 0);
              transform: translate3d(-680px, 0, 0);
    }
  }
  @-webkit-keyframes slideReverse {
    0% {
      -webkit-transform: translate3d(0%, 0, 0);
              transform: translate3d(0%, 0, 0);
    }
    100% {
      -webkit-transform: translate3d(675px, 0, 0);
              transform: translate3d(675px, 0, 0);
    }
  }
  @keyframes slideReverse {
    0% {
      -webkit-transform: translate3d(0%, 0, 0);
              transform: translate3d(0%, 0, 0);
    }
    100% {
      -webkit-transform: translate3d(675px, 0, 0);
              transform: translate3d(675px, 0, 0);
    }
  }
}

.resultSect__head {
  text-align: center;
}

@media print, screen and (min-width: 768px) {
  .resultSect__head + .resultSect__cont {
    margin-top: 80px;
  }
}

@media screen and (max-width: 768px) {
  .resultSect__head + .resultSect__cont {
    margin-top: 30px;
  }
}

.resultSect__heading {
  line-height: 1;
  position: relative;
}

@media print, screen and (min-width: 768px) {
  .resultSect__heading .jp {
    font-size: 26px;
    letter-spacing: .16em;
  }
}

@media screen and (max-width: 768px) {
  .resultSect__heading .jp {
    font-size: 18px;
    letter-spacing: .12em;
  }
}

.resultSect__heading .en {
  color: rgba(255, 255, 255, 0.1);
  font-family: "Cinzel", serif;
  left: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  white-space: nowrap;
}

@media print, screen and (min-width: 768px) {
  .resultSect__heading .en {
    font-size: 26px;
    letter-spacing: .08em;
    padding-top: 19px;
  }
}

@media screen and (max-width: 768px) {
  .resultSect__heading .en {
    font-size: 18px;
    letter-spacing: .12em;
    padding-top: 12px;
  }
}

@media print, screen and (min-width: 768px) {
  .resultSect__cont {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin: 0 auto;
    width: 1056px;
  }
}

.resultSect__txt {
  letter-spacing: .12em;
  line-height: 2;
}

.resultSect__txt:before {
  content: '';
  margin-top: calc((1 - 2) * .5em);
}

.resultSect__txt:after {
  margin-bottom: calc((1 - 2) * .5em);
}

.resultSect__txt:before, .resultSect__txt:after {
  content: '';
  display: block;
  height: 0;
  width: 0;
}

@media print, screen and (min-width: 768px) {
  .resultSect__txt {
    font-size: 16px;
  }
}

@media screen and (max-width: 768px) {
  .resultSect__txt {
    font-size: 12px;
    text-align: center;
  }
}

.roomInfo {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #464646;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media print, screen and (min-width: 768px) {
  .roomInfo {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

@media screen and (max-width: 768px) {
  .roomInfo {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin: 0 auto;
    width: 220px;
  }
}

.roomInfo__term, .roomInfo__desc {
  font-family: "Cinzel", serif;
  letter-spacing: 0;
  line-height: .8;
}

@media print, screen and (min-width: 768px) {
  .roomInfo__term, .roomInfo__desc {
    width: 180px;
  }
}

.roomInfo__term .num, .roomInfo__desc .num {
  color: #907e5e;
}

.roomInfo__term .large, .roomInfo__desc .large {
  vertical-align: top;
}

@media print, screen and (min-width: 768px) {
  .roomInfo__term .large, .roomInfo__desc .large {
    font-size: 42px;
    line-height: .65;
  }
}

@media screen and (max-width: 768px) {
  .roomInfo__term .large, .roomInfo__desc .large {
    font-size: 30px;
    line-height: .75;
  }
}

.roomInfo__term .meter, .roomInfo__desc .meter {
  font-family: "Shippori Mincho B1", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
}

@media print, screen and (min-width: 768px) {
  .roomInfo__term {
    text-align: right;
  }
}

.roomInfo__line {
  background-color: #595959;
  height: 1px;
  margin: 0 10px;
}

@media print, screen and (min-width: 768px) {
  .roomInfo__line {
    width: 24px;
  }
}

@media screen and (max-width: 768px) {
  .roomInfo__line {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    width: auto;
  }
}

@media screen and (max-width: 768px) {
  .roomInfo__desc {
    text-align: right;
  }
}

@media print, screen and (min-width: 768px) {
  .roomInfo--ldk {
    font-size: 34px;
  }
}

@media screen and (max-width: 768px) {
  .roomInfo--ldk {
    font-size: 24px;
  }
}

@media print, screen and (min-width: 768px) {
  .roomInfo--ldk .large {
    line-height: .55;
  }
}

@media screen and (max-width: 768px) {
  .roomInfo--ldk .large {
    line-height: .55;
  }
}

@media print, screen and (min-width: 768px) {
  .roomInfo--length {
    font-size: 28px;
  }
}

@media screen and (max-width: 768px) {
  .roomInfo--length {
    font-size: 24px;
  }
}

@media print, screen and (min-width: 768px) {
  .roomInfo + .roomInfo {
    margin-top: 20px;
  }
}

@media screen and (max-width: 768px) {
  .roomInfo + .roomInfo {
    margin-top: 15px;
  }
}

.trafficInfo {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
}

@media print, screen and (min-width: 768px) {
  .trafficInfo {
    padding-bottom: 15px;
  }
}

@media screen and (max-width: 768px) {
  .trafficInfo {
    margin: 0 auto;
    padding-left: 10px;
    width: 220px;
  }
}

.trafficInfo:before {
  background-color: #aeaeae;
  bottom: 0;
  content: '';
  left: 0;
  position: absolute;
}

@media print, screen and (min-width: 768px) {
  .trafficInfo:before {
    height: 1px;
    width: 100%;
  }
}

@media screen and (max-width: 768px) {
  .trafficInfo:before {
    height: 100%;
    width: 1px;
  }
}

.trafficInfo__term {
  position: relative;
}

.trafficInfo__term .line {
  color: #464646;
  letter-spacing: .02em;
}

@media print, screen and (min-width: 768px) {
  .trafficInfo__term .line {
    font-size: 14px;
    margin-bottom: 10px;
  }
}

@media screen and (max-width: 768px) {
  .trafficInfo__term .line {
    font-size: 10px;
    margin-bottom: 6px;
  }
}

.trafficInfo__term .station {
  color: #464646;
  line-height: 1;
}

@media print, screen and (min-width: 768px) {
  .trafficInfo__term .station {
    font-size: 20px;
  }
}

@media screen and (max-width: 768px) {
  .trafficInfo__term .station {
    font-size: 13px;
  }
}

.trafficInfo__term .name {
  color: #464646;
}

@media print, screen and (min-width: 768px) {
  .trafficInfo__term .name {
    font-size: 24px;
  }
}

@media screen and (max-width: 768px) {
  .trafficInfo__term .name {
    font-size: 16px;
  }
}

.trafficInfo__desc {
  color: #464646;
  letter-spacing: .02em;
  line-height: 1;
}

@media print, screen and (min-width: 768px) {
  .trafficInfo__desc .transpotation {
    font-size: 28px;
  }
}

@media screen and (max-width: 768px) {
  .trafficInfo__desc .transpotation {
    font-size: 18px;
  }
}

@media print, screen and (min-width: 768px) {
  .trafficInfo__desc .time {
    font-size: 26px;
  }
}

@media screen and (max-width: 768px) {
  .trafficInfo__desc .time {
    font-size: 16px;
  }
}

.trafficInfo__desc .num {
  color: #94afaa;
  font-family: "Cinzel", serif;
  line-height: .7;
}

@media print, screen and (min-width: 768px) {
  .trafficInfo__desc .num {
    font-size: 42px;
  }
}

@media screen and (max-width: 768px) {
  .trafficInfo__desc .num {
    font-size: 34px;
  }
}

@media print, screen and (min-width: 768px) {
  .trafficInfo + .trafficInfo {
    margin-top: 24px;
  }
}

@media screen and (max-width: 768px) {
  .trafficInfo + .trafficInfo {
    margin-top: 20px;
  }
}

.uspCard {
  color: #464646;
  position: relative;
}

@media print, screen and (min-width: 768px) {
  .uspCard {
    padding-bottom: 40px;
  }
}

.uspCard__visual {
  position: relative;
}

@media print, screen and (min-width: 768px) {
  .uspCard__visual {
    width: 720px;
  }
}

.uspCard__visual .photo__image {
  display: block;
  width: 100%;
}

.uspCard__visual .photo--capTop .capIn {
  bottom: auto;
  top: 5px;
}

.uspCard__cont {
  background-size: cover;
  -webkit-box-shadow: 0 8px 16px 0 rgba(102, 102, 102, 0.1);
          box-shadow: 0 8px 16px 0 rgba(102, 102, 102, 0.1);
  z-index: 2;
}

@media print, screen and (min-width: 768px) {
  .uspCard__cont {
    bottom: 0;
    padding: 50px;
    position: absolute;
    right: 0;
    width: 505px;
  }
}

@media screen and (max-width: 768px) {
  .uspCard__cont {
    padding: 40px 20px 32px;
  }
}

.uspCard__cont:after {
  background-color: rgba(255, 255, 255, 0.9);
  content: '';
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}

.uspCard__heading {
  color: #174c6b;
  font-family: "Cinzel", serif;
  font-weight: 400;
  letter-spacing: .04em;
  line-height: .65;
  position: absolute;
  right: 0;
}

@media print, screen and (min-width: 768px) {
  .uspCard__heading {
    bottom: calc(100% + 3px);
    font-size: 60px;
  }
}

@media screen and (max-width: 768px) {
  .uspCard__heading {
    bottom: calc(100% + 4px);
    font-size: 40px;
  }
}

.uspCard__subheading {
  color: #464646;
  font-family: "YakuHanMP", "Cinzel", "Shippori Mincho B1", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
  font-weight: 400;
  letter-spacing: .06em;
  text-align: center;
  white-space: nowrap;
}

@media print, screen and (min-width: 768px) {
  .uspCard__subheading {
    font-size: 30px;
    line-height: 1.66667;
  }
  .uspCard__subheading:before {
    content: '';
    margin-top: calc((1 - 1.66667) * .5em);
  }
  .uspCard__subheading:after {
    margin-bottom: calc((1 - 1.66667) * .5em);
  }
  .uspCard__subheading:before, .uspCard__subheading:after {
    content: '';
    display: block;
    height: 0;
    width: 0;
  }
}

@media screen and (max-width: 768px) {
  .uspCard__subheading {
    font-size: 20px;
    line-height: 2.5;
  }
  .uspCard__subheading:before {
    content: '';
    margin-top: calc((1 - 2.5) * .5em);
  }
  .uspCard__subheading:after {
    margin-bottom: calc((1 - 2.5) * .5em);
  }
  .uspCard__subheading:before, .uspCard__subheading:after {
    content: '';
    display: block;
    height: 0;
    width: 0;
  }
}

.uspCard__subheading sup {
  vertical-align: top;
}

@media print, screen and (min-width: 768px) {
  .uspCard__subheading sup {
    font-size: 12px;
  }
}

@media screen and (max-width: 768px) {
  .uspCard__subheading sup {
    font-size: 10px;
  }
}

@media print, screen and (min-width: 768px) {
  .uspCard__subheading + .planVariation,
  .uspCard__subheading + .lifeInfo {
    margin-top: 24px;
  }
}

@media screen and (max-width: 768px) {
  .uspCard__subheading + .planVariation,
  .uspCard__subheading + .lifeInfo {
    margin-top: 16px;
  }
}

@media print, screen and (min-width: 768px) {
  .uspCard__subheading + .moreBtn {
    margin-top: 40px;
  }
}

@media screen and (max-width: 768px) {
  .uspCard__subheading + .moreBtn {
    margin-top: 28px;
  }
}

@media print, screen and (min-width: 768px) {
  .uspCard .planVariation + .moreBtn,
  .uspCard .lifeInfo + .moreBtn {
    margin-top: 32px;
  }
}

@media screen and (max-width: 768px) {
  .uspCard .planVariation + .moreBtn,
  .uspCard .lifeInfo + .moreBtn {
    margin-top: 24px;
  }
}

.uspCard__bgSquare {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -9;
}

.uspCard__bgSquare:before {
  background-color: rgba(76, 152, 170, 0.2);
  content: '';
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  -webkit-transform: rotate(5deg);
          transform: rotate(5deg);
  width: 100%;
  z-index: -1;
}

@media print, screen and (min-width: 768px) {
  .uspCard.is-reverse .uspCard__visual {
    margin: 0 0 0 auto;
  }
}

@media print, screen and (min-width: 768px) {
  .uspCard.is-reverse .uspCard__cont {
    left: 0;
    right: unset;
  }
}

@media print, screen and (min-width: 768px) {
  .uspCard.is-reverse .uspCard__heading {
    left: 0;
    right: unset;
  }
}

.uspCard.is-reverse .uspCard__bgSquare:before {
  background-color: #dce4e6;
  -webkit-transform: rotate(-5deg);
          transform: rotate(-5deg);
}

@media print, screen and (min-width: 768px) {
  .uspCard + .uspCard {
    margin-top: 160px;
  }
}

@media screen and (max-width: 768px) {
  .uspCard + .uspCard {
    margin-top: 100px;
  }
}

.uspCard.sai-init {
  opacity: 0;
  -webkit-perspective: 300px;
          perspective: 300px;
  -webkit-transform: translate(0, 30%);
          transform: translate(0, 30%);
  -webkit-transition: 3s;
  transition: 3s;
}

.uspCard.sai-init .uspCard__bgSquare:before {
  -webkit-transform: rotate(25deg) rotateX(15deg);
          transform: rotate(25deg) rotateX(15deg);
  -webkit-transform-origin: center;
          transform-origin: center;
  -webkit-transition: 1s;
  transition: 1s;
}

.uspCard.sai-init.sai-animate {
  opacity: 1;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}

.uspCard.sai-init.sai-animate .uspCard__bgSquare:before {
  -webkit-transform: rotate(5deg) rotateX(0deg);
          transform: rotate(5deg) rotateX(0deg);
}

.uspCard.sai-init.is-reverse.sai-animate .uspCard__bgSquare:before {
  -webkit-transform: rotate(-5deg) rotateX(0deg);
          transform: rotate(-5deg) rotateX(0deg);
}

.planVariation {
  color: #464646;
  text-align: center;
  white-space: nowrap;
}

.planVariation__type {
  font-family: "YakuHanMP", "Cinzel", "Shippori Mincho B1", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
  letter-spacing: .04em;
}

@media print, screen and (min-width: 768px) {
  .planVariation__type {
    font-size: 30px;
  }
}

@media screen and (max-width: 768px) {
  .planVariation__type {
    font-size: 18px;
    letter-spacing: .02em;
  }
}

.planVariation__type .num {
  color: #174c6b;
  vertical-align: baseline;
}

@media print, screen and (min-width: 768px) {
  .planVariation__type .num {
    font-size: 40px;
    line-height: .7;
  }
}

@media screen and (max-width: 768px) {
  .planVariation__type .num {
    font-size: 24px;
    line-height: .7;
  }
}

.planVariation__type sup {
  vertical-align: top;
}

@media print, screen and (min-width: 768px) {
  .planVariation__type sup {
    font-size: 11px;
  }
}

@media screen and (max-width: 768px) {
  .planVariation__type sup {
    font-size: 9px;
  }
}

.lifeInfo {
  color: #464646;
  margin: 0 auto;
}

@media print, screen and (min-width: 768px) {
  .lifeInfo {
    width: 340px;
  }
}

@media screen and (max-width: 768px) {
  .lifeInfo {
    width: 100%;
  }
}

.lifeInfo__row {
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media print, screen and (min-width: 768px) {
  .lifeInfo__row + .lifeInfo__row {
    margin-top: 16px;
  }
}

@media screen and (max-width: 768px) {
  .lifeInfo__row + .lifeInfo__row {
    margin-top: 12px;
  }
}

.lifeInfo__name {
  font-family: "Shippori Mincho B1", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
  letter-spacing: .04em;
}

@media print, screen and (min-width: 768px) {
  .lifeInfo__name {
    font-size: 22px;
  }
}

@media screen and (max-width: 768px) {
  .lifeInfo__name {
    font-size: 18px;
  }
}

.lifeInfo__desc {
  letter-spacing: .02em;
  line-height: 1;
}

@media print, screen and (min-width: 768px) {
  .lifeInfo__desc {
    font-size: 20px;
  }
}

@media screen and (max-width: 768px) {
  .lifeInfo__desc {
    font-size: 17px;
  }
}

.lifeInfo__desc .num {
  color: #174c6b;
  font-family: "Cinzel", serif;
  vertical-align: baseline;
}

@media print, screen and (min-width: 768px) {
  .lifeInfo__desc .num {
    font-size: 32px;
    line-height: .6;
  }
}

@media screen and (max-width: 768px) {
  .lifeInfo__desc .num {
    font-size: 28px;
    line-height: .6;
  }
}

.lifeInfo__desc sup {
  vertical-align: top;
}

@media print, screen and (min-width: 768px) {
  .lifeInfo__desc sup {
    font-size: 11px;
  }
}

@media screen and (max-width: 768px) {
  .lifeInfo__desc sup {
    font-size: 9px;
  }
}

.uspFeature__head {
  margin: 0 auto;
  position: relative;
}

@media screen and (max-width: 768px) {
  .uspFeature__head {
    padding-bottom: 20px;
    width: 275px;
  }
}

.uspFeature__head:after {
  background-color: #aaaaab;
  bottom: 0;
  content: '';
  height: 1px;
  left: 0;
  position: absolute;
  width: 100%;
}

@media screen and (max-width: 768px) {
  .uspFeature__head + .uspFeature__cont {
    margin-top: 40px;
  }
}

.uspFeature__cont {
  position: relative;
}

@media screen and (max-width: 768px) {
  .uspFeature__cont {
    padding-bottom: 28px;
  }
}

.uspFeature__ttl {
  color: #464646;
  font-family: "Cinzel", serif;
  line-height: .8;
}

@media screen and (max-width: 768px) {
  .uspFeature__ttl {
    font-size: 12px;
    letter-spacing: .08em;
  }
}

@media screen and (max-width: 768px) {
  .uspFeature__heading {
    font-size: 16px;
    letter-spacing: 0;
    margin-top: 15px;
    line-height: 1.5625;
  }
  .uspFeature__heading:before {
    content: '';
    margin-top: calc((1 - 1.5625) * .5em);
  }
  .uspFeature__heading:after {
    margin-bottom: calc((1 - 1.5625) * .5em);
  }
  .uspFeature__heading:before, .uspFeature__heading:after {
    content: '';
    display: block;
    height: 0;
    width: 0;
  }
}

.uspFeature__visual {
  position: relative;
  width: 265px;
  z-index: 2;
}

.uspFeature__bg {
  bottom: 0;
  position: absolute;
  right: 0;
  width: 150px;
  z-index: 1;
}

.uspIntroduction {
  overflow: hidden;
}

@media print, screen and (min-width: 768px) {
  .uspIntroduction {
    margin: 0 auto;
    padding: 135px 0 160px;
    width: 1056px;
  }
}

@media screen and (max-width: 768px) {
  .uspIntroduction {
    padding: 72px 30px 80px;
  }
}

.container {
  padding-top: 0;
}
