.guidanceSect {
  position: relative;
  z-index: 1;
}

@media print, screen and (min-width: 768px) {
  .guidanceSect {
    -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;
    padding: 80px 0;
  }
}

@media screen and (max-width: 768px) {
  .guidanceSect {
    padding-top: 60px;
  }
}

.guidanceSect:after {
  background-color: #e7ecf3;
  content: '';
  position: absolute;
  top: 0;
  -webkit-transform: scale(0, 1);
          transform: scale(0, 1);
  -webkit-transform-origin: left;
          transform-origin: left;
  -webkit-transition: -webkit-transform .6s ease;
  transition: -webkit-transform .6s ease;
  transition: transform .6s ease;
  transition: transform .6s ease, -webkit-transform .6s ease;
  z-index: -1;
}

@media print, screen and (min-width: 768px) {
  .guidanceSect:after {
    height: 100%;
    width: calc(1070 / 1440 * 100vw);
  }
}

@media screen and (max-width: 768px) {
  .guidanceSect:after {
    height: calc(100% - 120px);
    left: -25px;
    width: 100%;
  }
}

@media print, screen and (min-width: 768px) {
  .guidanceSect:nth-child(odd):after {
    left: calc((100vw - 1000px) / -2);
  }
}

@media print, screen and (min-width: 768px) {
  .guidanceSect:nth-child(odd) .guidanceSect__cont {
    margin-right: -100px;
  }
}

@media print, screen and (min-width: 768px) {
  .guidanceSect:nth-child(even) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}

@media print, screen and (min-width: 768px) {
  .guidanceSect:nth-child(even):after {
    right: calc((100vw - 1000px) / -2);
    -webkit-transform-origin: right;
            transform-origin: right;
  }
}

@media print, screen and (min-width: 768px) {
  .guidanceSect:nth-child(even) .guidanceSect__head {
    margin-right: -100px;
  }
}

@media print, screen and (min-width: 768px) {
  .guidanceSect:nth-child(even) .guidanceSect__cont {
    margin-left: -100px;
  }
}

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

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

.guidanceSect__head {
  position: relative;
}

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

.guidanceSect__head:before, .guidanceSect__head:after {
  aspect-ratio: 1 / 1;
  background-color: rgba(208, 94, 0, 0.5);
  content: '';
  display: block;
  opacity: 0;
  position: absolute;
  -webkit-transform: translate(0, 100%);
          transform: translate(0, 100%);
  -webkit-transition: opacity .8s ease, -webkit-transform .8s ease;
  transition: opacity .8s ease, -webkit-transform .8s ease;
  transition: transform .8s ease, opacity .8s ease;
  transition: transform .8s ease, opacity .8s ease, -webkit-transform .8s ease;
}

@media print, screen and (min-width: 768px) {
  .guidanceSect__head:before, .guidanceSect__head:after {
    width: 70px;
  }
}

@media screen and (max-width: 768px) {
  .guidanceSect__head:before, .guidanceSect__head:after {
    width: 35px;
  }
}

.guidanceSect__head:before {
  -webkit-transition-delay: .2s;
          transition-delay: .2s;
}

@media print, screen and (min-width: 768px) {
  .guidanceSect__head:before {
    bottom: calc(100% + 60px);
    left: -50px;
  }
}

@media screen and (max-width: 768px) {
  .guidanceSect__head:before {
    bottom: calc(100% + 42.5px);
    left: -12.5px;
  }
}

.guidanceSect__head:after {
  -webkit-transition-delay: .4s;
          transition-delay: .4s;
}

@media print, screen and (min-width: 768px) {
  .guidanceSect__head:after {
    bottom: calc(100% + 30px);
    right: calc(100% + 10px);
  }
}

@media screen and (max-width: 768px) {
  .guidanceSect__head:after {
    bottom: calc(100% + 25px);
    left: -25px;
  }
}

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

.guidanceSect__head .heading .en {
  line-height: .8;
}

@media print, screen and (min-width: 768px) {
  .guidanceSect__head .heading .en {
    font-size: 44px;
  }
}

@media screen and (max-width: 768px) {
  .guidanceSect__head .heading .en {
    font-size: 33px;
  }
}

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

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

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

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

.guidanceSect__ttl {
  color: #003784;
  font-family: "Cinzel", serif;
  letter-spacing: .03em;
}

@media print, screen and (min-width: 768px) {
  .guidanceSect__ttl {
    font-size: 50px;
    line-height: .8;
    white-space: nowrap;
  }
}

@media screen and (max-width: 768px) {
  .guidanceSect__ttl {
    font-size: 35px;
    line-height: calc(80 / 70);
  }
}

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

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

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

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

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

@media screen and (max-width: 768px) {
  .guidanceSect__cont {
    margin: 36px -25px 0 auto;
    width: 295px;
  }
}

.guidanceSect__visual {
  position: relative;
}

.guidanceSect__visual .photo__capIn {
  left: 10px;
  right: auto;
}

.guidanceSect__visualCap .caption {
  bottom: 10px;
  left: 10px;
  position: absolute;
}

@media print, screen and (min-width: 768px) {
  .guidanceSect--concept .guidanceSect__head .txt {
    font-size: 18px;
  }
}

@media screen and (max-width: 768px) {
  .guidanceSect--concept .guidanceSect__head .txt {
    font-size: 14px;
  }
}

@media print, screen and (min-width: 768px) {
  .guidanceSect--concept .guidanceSect__visualCap .caption:last-child {
    left: 36%;
  }
}

@media screen and (max-width: 768px) {
  .guidanceSect--concept .guidanceSect__visualCap .caption:last-child {
    left: 38%;
  }
}

@media print, screen and (min-width: 768px) {
  .guidanceSect--access .guidanceSect__visualCap .caption:last-child {
    left: 52%;
  }
}

@media screen and (max-width: 768px) {
  .guidanceSect--access .guidanceSect__visualCap .caption:last-child {
    left: 56%;
  }
}

.guidanceSect.sai-animate:after {
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
}

.guidanceSect.sai-animate .guidanceSect__head:before, .guidanceSect.sai-animate .guidanceSect__head:after {
  opacity: 1;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}

.mainCard {
  position: relative;
}

.mainCard__cap .caption {
  position: absolute;
  text-align: right;
}

.mainCard--01 .mainCard__cap .caption {
  right: 5px;
}

@media print, screen and (min-width: 768px) {
  .mainCard--01 .mainCard__cap .caption:first-child {
    bottom: 58%;
  }
}

@media screen and (max-width: 768px) {
  .mainCard--01 .mainCard__cap .caption:first-child {
    top: 180px;
  }
}

@media print, screen and (min-width: 768px) {
  .mainCard--01 .mainCard__cap .caption:nth-child(2) {
    bottom: 5px;
  }
}

@media screen and (max-width: 768px) {
  .mainCard--01 .mainCard__cap .caption:nth-child(2) {
    top: 265px;
  }
}

@media print, screen and (min-width: 768px) {
  .mainCard--02 .mainCard__cap .caption:not(:first-child) {
    bottom: 5px;
  }
}

@media screen and (max-width: 768px) {
  .mainCard--02 .mainCard__cap .caption:not(:first-child) {
    bottom: 97px;
  }
}

.mainCard--02 .mainCard__cap .caption:first-child {
  bottom: 40%;
  right: 10px;
}

@media screen and (max-width: 768px) {
  .mainCard--02 .mainCard__cap .caption:first-child {
    bottom: 122px;
  }
}

@media print, screen and (min-width: 768px) {
  .mainCard--02 .mainCard__cap .caption:nth-child(2) {
    right: 65%;
  }
}

@media screen and (max-width: 768px) {
  .mainCard--02 .mainCard__cap .caption:nth-child(2) {
    left: 5px;
  }
}

@media print, screen and (min-width: 768px) {
  .mainCard--02 .mainCard__cap .caption:nth-child(3) {
    right: 36%;
  }
}

@media screen and (max-width: 768px) {
  .mainCard--02 .mainCard__cap .caption:nth-child(3) {
    left: 35%;
  }
}

@media print, screen and (min-width: 768px) {
  .mainCard--02 .mainCard__cap .caption:nth-child(4) {
    right: 5px;
  }
}

@media screen and (max-width: 768px) {
  .mainCard--02 .mainCard__cap .caption:nth-child(4) {
    left: 68%;
  }
}

@media print, screen and (min-width: 768px) {
  .mainCard--03 .mainCard__cap .caption:nth-child(1) {
    bottom: 5px;
    left: 12%;
  }
}

@media screen and (max-width: 768px) {
  .mainCard--03 .mainCard__cap .caption:nth-child(1) {
    bottom: 5px;
    left: 5px;
  }
}

@media print, screen and (min-width: 768px) {
  .mainCard--03 .mainCard__cap .caption:last-child {
    bottom: 14%;
    right: 10%;
  }
}

@media screen and (max-width: 768px) {
  .mainCard--03 .mainCard__cap .caption:last-child {
    bottom: 110px;
    left: 216px;
  }
}

.uspArea .photo {
  width: 100vw;
}

@media print, screen and (min-width: 768px) {
  .uspArea .photo {
    margin-left: calc((100vw - 1000px) / -2);
  }
}

@media only screen and (min-width: 768px) and (max-width: 1000px) {
  .uspArea .photo {
    margin-left: -20px;
    width: calc(100% + 40px);
  }
}

@media screen and (max-width: 768px) {
  .uspArea .photo {
    margin-left: -25px;
  }
}

.uspArea .caption {
  color: #333333;
}

@media print, screen and (min-width: 768px) {
  .uspArea .caption {
    margin: 12px -100px 0;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1200px) {
  .uspArea .caption {
    margin: 12px auto 0;
    width: 100%;
  }
}

@media screen and (max-width: 768px) {
  .uspArea .caption {
    margin: 10px -12.5px 0;
  }
}

@media print, screen and (min-width: 768px) {
  .top-guidance {
    padding: 140px 0 24px;
  }
}

@media screen and (max-width: 768px) {
  .top-guidance {
    padding-top: 90px;
  }
}
