<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.mainVisual {
  position: relative;
  z-index: 1;
}
.mainVisual__image .caption {
  margin-top: 10px;
}
@media screen and (min-width: 768px) {
  .mainVisual__image .caption {
    text-align: right;
  }
}
@media screen and (max-width: 768px) {
  .mainVisual__image .caption {
    padding: 0 30px;
  }
}
.mainVisual__ttl {
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0);
  z-index: 2;
  -webkit-mask-image: linear-gradient(90deg, rgba(255, 255, 255, 0) 25%, rgb(255, 255, 255) 33%, rgb(255, 255, 255) 66%, rgba(255, 255, 255, 0) 75%);
          mask-image: linear-gradient(90deg, rgba(255, 255, 255, 0) 25%, rgb(255, 255, 255) 33%, rgb(255, 255, 255) 66%, rgba(255, 255, 255, 0) 75%);
  -webkit-mask-position: 100% 50%;
          mask-position: 100% 50%;
  -webkit-mask-size: 400% 100%;
          mask-size: 400% 100%;
}
@media screen and (min-width: 768px) {
  .mainVisual__ttl {
    top: 12.5vw;
    width: 43.8194444444vw;
  }
}
@media screen and (max-width: 768px) {
  .mainVisual__ttl {
    width: 80.7692307692vw;
    top: 51.7948717949vw;
  }
}
.mainVisual__ttl .pic {
  width: 100%;
}
.mainVisual__ttl .pic__image {
  width: 100%;
}
.mainVisual.sai-animate .mainVisual__ttl {
  -webkit-mask-position: 50% 50%;
          mask-position: 50% 50%;
  transition: 2s cubic-bezier(0.43, 0.02, 0.05, 1) 0.5s !important;
}

.uspArea {
  position: relative;
  z-index: 1;
  color: var(--primary-color);
}
@media screen and (min-width: 768px) {
  .uspArea {
    padding: 80px 0 68px;
  }
}
@media screen and (max-width: 768px) {
  .uspArea {
    padding: 40px 0;
  }
}
.uspArea__inner {
  margin: 0 auto;
  perspective: 1000px;
}
@media screen and (min-width: 768px) {
  .uspArea__inner {
    width: 1200px;
  }
}
@media print, screen and (min-width: 768px) and (max-width: 1200px) {
  .uspArea__inner {
    padding: 0 20px;
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .uspArea__inner {
    padding: 0 30px;
  }
}
.uspArea__logo {
  margin: 0 auto;
  transform-style: preserve-3d;
  transform: translateZ(-300px);
  opacity: 0;
  transition: transform 1.5s cubic-bezier(0.43, 0.02, 0.05, 1), opacity 1s cubic-bezier(0.43, 0.02, 0.05, 1);
}
@media screen and (min-width: 768px) {
  .uspArea__logo {
    width: -moz-fit-content;
    width: fit-content;
  }
}
@media screen and (max-width: 768px) {
  .uspArea__logo {
    width: 130px;
  }
}
.uspArea__heading {
  text-align: center;
  letter-spacing: 0;
  line-height: 1.4;
}
.uspArea__heading:before {
  content: "";
  margin-top: calc((1 - 1.4) * 0.5em);
}
.uspArea__heading:after {
  margin-bottom: calc((1 - 1.4) * 0.5em);
}
.uspArea__heading:before, .uspArea__heading:after {
  content: "";
  display: block;
  height: 0;
  width: 0;
}
@media screen and (min-width: 768px) {
  .uspArea__heading {
    font-size: 36px;
  }
}
@media screen and (max-width: 768px) {
  .uspArea__heading {
    font-size: 28px;
  }
}
@media screen and (min-width: 768px) {
  * + .uspArea__heading {
    margin-top: 50px;
  }
}
@media screen and (max-width: 768px) {
  * + .uspArea__heading {
    margin-top: 32px;
  }
}
.uspArea__heading .num {
  font-family: var(--font-garamond);
  display: inline-block;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .uspArea__heading .num {
    font-size: 50px;
  }
}
@media screen and (max-width: 768px) {
  .uspArea__heading .num {
    font-size: 46px;
  }
}
@media screen and (min-width: 768px) {
  .uspArea__list {
    display: flex;
    justify-content: center;
    gap: 62px;
    align-items: flex-end;
    margin-top: 40px !important;
  }
}
@media screen and (max-width: 768px) {
  .uspArea__list {
    margin-top: 32px !important;
  }
}
.uspArea__item {
  letter-spacing: 0;
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .uspArea__item {
    font-size: 30px;
  }
}
@media screen and (max-width: 768px) {
  .uspArea__item {
    font-size: 26px;
  }
}
@media screen and (min-width: 768px) {
  .uspArea__item:not(:nth-child(3n+1)):before {
    content: "";
    display: block;
    width: 1px;
    height: 62px;
    background-color: var(--primary-color);
    position: absolute;
    top: 50%;
    left: -31px;
    transform: translateY(-50%) rotate(15deg);
  }
}
@media screen and (max-width: 768px) {
  .uspArea__item:not(:first-child) {
    margin-top: 16px;
    padding-top: 16px;
  }
}
@media screen and (max-width: 768px) {
  .uspArea__item:not(:first-child):before {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    left: 0;
    background-color: #E1E1E1;
    position: absolute;
    top: 0;
  }
}
.uspArea__item .inner {
  position: relative;
  z-index: 1;
  line-height: 1.4;
}
.uspArea__item .inner:before {
  content: "";
  margin-top: calc((1 - 1.4) * 0.5em);
}
.uspArea__item .inner:after {
  margin-bottom: calc((1 - 1.4) * 0.5em);
}
.uspArea__item .inner:before, .uspArea__item .inner:after {
  content: "";
  display: block;
  height: 0;
  width: 0;
}
@media screen and (max-width: 768px) {
  .uspArea__item .inner {
    width: -moz-fit-content;
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
  }
}
.uspArea__item .num {
  display: inline-block;
  font-family: var(--font-garamond);
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .uspArea__item .num {
    font-size: 60px;
  }
}
@media screen and (max-width: 768px) {
  .uspArea__item .num {
    font-size: 56px;
  }
}
.uspArea__item .sub {
  display: inline-block;
  line-height: 1;
  font-size: 12px;
  position: absolute;
  top: 0.5em;
  left: 1.5em;
  margin: auto;
}
.uspArea.sai-animate .uspArea__logo {
  transform: translateZ(0);
  opacity: 1;
}

.conceptArea {
  position: relative;
  z-index: 1;
  color: var(--primary-color);
}
@media screen and (min-width: 768px) {
  .conceptArea {
    aspect-ratio: 1440/800;
    padding: 128px 0;
    display: flex;
    align-items: center;
  }
}
@media screen and (max-width: 768px) {
  .conceptArea {
    padding: 100px 0 247px;
  }
}
.conceptArea__inner {
  text-align: center;
}
@media screen and (min-width: 768px) {
  .conceptArea__inner {
    width: -moz-fit-content;
    width: fit-content;
    margin-left: 49.5138888889vw;
  }
}
@media screen and (max-width: 768px) {
  .conceptArea__inner {
    padding: 0 30px;
  }
}
.conceptArea__heading {
  letter-spacing: 0.1em;
  font-size: 24px;
  line-height: 1.4;
}
.conceptArea__heading:before {
  content: "";
  margin-top: calc((1 - 1.4) * 0.5em);
}
.conceptArea__heading:after {
  margin-bottom: calc((1 - 1.4) * 0.5em);
}
.conceptArea__heading:before, .conceptArea__heading:after {
  content: "";
  display: block;
  height: 0;
  width: 0;
}
.sectTtl + .conceptArea__heading {
  margin-top: 64px;
}
.conceptArea__txt {
  letter-spacing: 0;
}
@media screen and (min-width: 768px) {
  .conceptArea__txt {
    font-size: 16px;
    line-height: 2;
  }
  .conceptArea__txt:before {
    content: "";
    margin-top: calc((1 - 2) * 0.5em);
  }
  .conceptArea__txt:after {
    margin-bottom: calc((1 - 2) * 0.5em);
  }
  .conceptArea__txt:before, .conceptArea__txt:after {
    content: "";
    display: block;
    height: 0;
    width: 0;
  }
}
@media screen and (max-width: 768px) {
  .conceptArea__txt {
    font-size: 14px;
    line-height: 1.8;
  }
  .conceptArea__txt:before {
    content: "";
    margin-top: calc((1 - 1.8) * 0.5em);
  }
  .conceptArea__txt:after {
    margin-bottom: calc((1 - 1.8) * 0.5em);
  }
  .conceptArea__txt:before, .conceptArea__txt:after {
    content: "";
    display: block;
    height: 0;
    width: 0;
  }
}
.conceptArea__heading + .conceptArea__txt {
  margin-top: 24px;
}
.conceptArea__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.conceptArea__bg .photo {
  width: 100%;
  height: 100%;
}
.conceptArea__bg .photo__pic, .conceptArea__bg .photo__image {
  width: 100%;
  height: 100%;
}
.conceptArea__bg .photo__image {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: bottom center;
     object-position: bottom center;
}
@media screen and (min-width: 768px) {
  .conceptArea__bg .photo__capOut {
    right: auto;
    left: 5px;
  }
}
@media screen and (max-width: 768px) {
  .conceptArea__bg .photo__capOut {
    padding-right: 5px;
  }
}

.sectTtl {
  color: var(--secondary-color);
  font-family: var(--font-montserrat);
  letter-spacing: 0.08em;
  font-weight: 200;
  white-space: nowrap;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .sectTtl {
    font-size: 120px;
  }
}
@media print, screen and (min-width: 768px) and (max-width: 1200px) {
  .sectTtl {
    font-size: 8.3333333333vw;
  }
}
@media screen and (max-width: 768px) {
  .sectTtl {
    font-size: 15.3846153846vw;
  }
}

.locationGuide {
  position: relative;
  z-index: 1;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .locationGuide {
    padding: 120px 0;
  }
}
@media screen and (max-width: 768px) {
  .locationGuide {
    padding: 100px 0 74px;
  }
}
.locationGuide:before {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  aspect-ratio: 1718/1281;
  background: url("../assets/imgs/bg-symbol-01.png") no-repeat top center/cover;
}
@media screen and (min-width: 768px) {
  .locationGuide:before {
    width: 1718px;
    top: 334px;
    left: -715px;
  }
}
@media screen and (max-width: 768px) {
  .locationGuide:before {
    width: 1030px;
    top: 110px;
    left: -490px;
  }
}
.locationGuide__inner {
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .locationGuide__inner {
    width: 1200px;
  }
}
@media print, screen and (min-width: 768px) and (max-width: 1200px) {
  .locationGuide__inner {
    padding: 0 20px;
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .locationGuide__inner {
    padding: 0 30px;
  }
}
@media screen and (max-width: 768px) {
  .locationGuide__head {
    text-align: center;
  }
}
.locationGuide__heading {
  letter-spacing: 0;
  color: var(--ttl-color);
}
@media screen and (min-width: 768px) {
  .locationGuide__heading {
    font-size: 32px;
    line-height: 2.6;
  }
  .locationGuide__heading:before {
    content: "";
    margin-top: calc((1 - 2.6) * 0.5em);
  }
  .locationGuide__heading:after {
    margin-bottom: calc((1 - 2.6) * 0.5em);
  }
  .locationGuide__heading:before, .locationGuide__heading:after {
    content: "";
    display: block;
    height: 0;
    width: 0;
  }
}
@media screen and (max-width: 768px) {
  .locationGuide__heading {
    font-size: 24px;
    line-height: 2;
  }
  .locationGuide__heading:before {
    content: "";
    margin-top: calc((1 - 2) * 0.5em);
  }
  .locationGuide__heading:after {
    margin-bottom: calc((1 - 2) * 0.5em);
  }
  .locationGuide__heading:before, .locationGuide__heading:after {
    content: "";
    display: block;
    height: 0;
    width: 0;
  }
}
@media screen and (min-width: 768px) {
  .sectTtl + .locationGuide__heading {
    margin-top: 115px;
  }
}
@media screen and (max-width: 768px) {
  .sectTtl + .locationGuide__heading {
    margin-top: 40px;
  }
}
.locationGuide__cont {
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .locationGuide__cont {
    margin-top: -380px;
  }
}
@media screen and (max-width: 768px) {
  .locationGuide__cont {
    margin-top: 40px;
  }
}
@media screen and (min-width: 768px) {
  .locationGuide__cont .guidanceBtn {
    margin: 37px auto 0 89px;
  }
}
@media screen and (max-width: 768px) {
  .locationGuide__cont .guidanceBtn {
    margin-top: 66px;
  }
}
.locationGuide__item {
  position: relative;
}
.locationGuide__item:nth-child(1) {
  z-index: 3;
}
@media screen and (min-width: 768px) {
  .locationGuide__item:nth-child(1) {
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 0 0 auto;
  }
}
@media screen and (max-width: 768px) {
  .locationGuide__item:nth-child(1) {
    width: 326px;
    margin: 0 -30px 0 auto;
  }
}
.locationGuide__item:nth-child(2) {
  z-index: 2;
}
@media screen and (min-width: 768px) {
  .locationGuide__item:nth-child(2) {
    width: -moz-fit-content;
    width: fit-content;
    margin: -40px auto 0 0;
  }
}
@media screen and (max-width: 768px) {
  .locationGuide__item:nth-child(2) {
    width: 326px;
    margin: 74px auto 0 -30px;
  }
}
.locationGuide__item:nth-child(3) {
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .locationGuide__item:nth-child(3) {
    width: -moz-fit-content;
    width: fit-content;
    margin: -100px 100px 0 auto;
  }
}
@media screen and (max-width: 768px) {
  .locationGuide__item:nth-child(3) {
    width: 266px;
    margin: 64px 0 0 auto;
  }
}

.guidanceBtn {
  position: relative;
  z-index: 1;
  display: block;
  text-align: left;
  color: #fff;
}
@media screen and (min-width: 768px) {
  .guidanceBtn {
    width: 472px;
    height: 140px;
  }
}
@media screen and (max-width: 768px) {
  .guidanceBtn {
    width: 320px;
    height: 94px;
  }
}
.guidanceBtn:before {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 100%;
  background: linear-gradient(96deg, #F0DDEE 0%, #DAE6EC 30%, #C2E0E6 60%, #E2EEFA 80%, #ABDAE1 100%);
  transition: opacity 0.4s ease-in-out;
}
@media screen and (min-width: 768px) {
  .guidanceBtn:before {
    top: -17px;
    left: 10px;
  }
}
@media screen and (max-width: 768px) {
  .guidanceBtn:before {
    top: -12px;
    left: 7px;
  }
}
.guidanceBtn__inner {
  background-color: rgba(36, 89, 196, 0.6);
  transition: filter 0.4s ease-in-out;
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .guidanceBtn__inner {
    padding: 22px 50px;
  }
}
@media screen and (max-width: 768px) {
  .guidanceBtn__inner {
    padding: 15px 33px;
  }
}
.guidanceBtn__ttl {
  display: block;
  font-family: var(--font-montserrat);
  font-weight: 200;
  line-height: 1;
  letter-spacing: 0.08em;
}
@media screen and (min-width: 768px) {
  .guidanceBtn__ttl {
    font-size: 40px;
  }
}
@media screen and (max-width: 768px) {
  .guidanceBtn__ttl {
    font-size: 27px;
  }
}
.guidanceBtn__subTtl {
  letter-spacing: 0;
  display: block;
  line-height: 1.4;
}
.guidanceBtn__subTtl:before {
  content: "";
  margin-top: calc((1 - 1.4) * 0.5em);
}
.guidanceBtn__subTtl:after {
  margin-bottom: calc((1 - 1.4) * 0.5em);
}
.guidanceBtn__subTtl:before, .guidanceBtn__subTtl:after {
  content: "";
  display: block;
  height: 0;
  width: 0;
}
@media screen and (min-width: 768px) {
  .guidanceBtn__subTtl {
    font-size: 14px;
  }
}
@media screen and (max-width: 768px) {
  .guidanceBtn__subTtl {
    font-size: 10px;
  }
}
.guidanceBtn__arrow {
  position: absolute;
  z-index: 2;
  transition: transform 0.4s ease-in-out;
}
@media screen and (min-width: 768px) {
  .guidanceBtn__arrow {
    bottom: 42px;
    right: 35px;
    width: 117px;
  }
}
@media screen and (max-width: 768px) {
  .guidanceBtn__arrow {
    width: 80px;
    bottom: 28px;
    right: 24px;
  }
}
.guidanceBtn__arrow .arrowSVG {
  width: 100%;
  height: auto;
}
@media screen and (min-width: 768px) {
  .guidanceBtn:hover:before {
    opacity: 0.8;
  }
  .guidanceBtn:hover .guidanceBtn__inner {
    filter: hue-rotate(12deg);
  }
  .guidanceBtn:hover .guidanceBtn__arrow {
    transform: translateX(10px);
  }
}
@media (hover: hover) and (pointer: fine) {
  .guidanceBtn:hover:before {
    opacity: 0.8;
  }
  .guidanceBtn:hover .guidanceBtn__inner {
    filter: hue-rotate(12deg);
  }
  .guidanceBtn:hover .guidanceBtn__arrow {
    transform: translateX(10px);
  }
}
.guidanceBtn--green .guidanceBtn__inner {
  background-color: rgba(2, 119, 88, 0.6);
}
.guidanceBtn--comingSoon {
  pointer-events: none;
  border: none;
}
.guidanceBtn--comingSoon:after {
  content: "COMING SOON";
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: var(--font-montserrat);
  font-weight: 200;
  letter-spacing: 0.08em;
  line-height: 1;
  position: absolute;
  z-index: 2;
  left: 0;
  background: rgba(177, 177, 177, 0.7);
}
@media screen and (min-width: 768px) {
  .guidanceBtn--comingSoon:after {
    width: calc(100% + 10px);
    height: calc(100% + 17px);
    top: -17px;
    font-size: 30px;
  }
}
@media screen and (max-width: 768px) {
  .guidanceBtn--comingSoon:after {
    width: calc(100% + 7px);
    height: calc(100% + 12px);
    top: -12px;
    font-size: 20px;
  }
}

.accessGuide {
  padding: 100px 0 120px;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.accessGuide:before {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  aspect-ratio: 1718/1281;
  background: url("../assets/imgs/bg-symbol-01.png") no-repeat top center/cover;
}
@media screen and (min-width: 768px) {
  .accessGuide:before {
    width: 1718px;
    bottom: -320px;
    right: -902px;
  }
}
@media screen and (max-width: 768px) {
  .accessGuide:before {
    width: 1030px;
    top: 250px;
    left: -170px;
  }
}
.accessGuide__inner {
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .accessGuide__inner {
    width: 1200px;
  }
}
@media print, screen and (min-width: 768px) and (max-width: 1200px) {
  .accessGuide__inner {
    padding: 0 20px;
    width: 100%;
    max-width: 100vw;
    margin: 0 auto 0 0;
  }
}
@media screen and (max-width: 768px) {
  .accessGuide__inner {
    padding: 0 30px;
  }
}
@media screen and (min-width: 768px) {
  .accessGuide__head .sectTtl {
    text-align: right;
  }
}
@media screen and (max-width: 768px) {
  .accessGuide__head .sectTtl {
    text-align: center;
  }
}
.accessGuide__heading {
  letter-spacing: 0;
  color: var(--ttl-color);
}

@media screen and (min-width: 768px) {
  .accessGuide__heading {
    font-size: 32px;
    width: -moz-fit-content;
    width: fit-content;
    margin-right: 0;
    margin-left: auto;
    line-height: 2.6;
  }
  .accessGuide__heading:before {
    content: "";
    margin-top: calc((1 - 2.6) * 0.5em);
  }
  .accessGuide__heading:after {
    margin-bottom: calc((1 - 2.6) * 0.5em);
  }
  .accessGuide__heading:before, .accessGuide__heading:after {
    content: "";
    display: block;
    height: 0;
    width: 0;
  }
}
@media print, screen and (min-width: 768px) and (max-width: 1200px) {
  .accessGuide__heading {
    width: auto;
  }
  .accessGuide__heading br {
    display: none;
  }
}

@media screen and (max-width: 768px) {
  .accessGuide__heading {
    font-size: 24px;
    text-align: center;
    line-height: 2;
  }
  .accessGuide__heading:before {
    content: "";
    margin-top: calc((1 - 2) * 0.5em);
  }
  .accessGuide__heading:after {
    margin-bottom: calc((1 - 2) * 0.5em);
  }
  .accessGuide__heading:before, .accessGuide__heading:after {
    content: "";
    display: block;
    height: 0;
    width: 0;
  }
}
.accessGuide__heading .inner {
  display: inline-block;
  position: relative;
  z-index: 1;
}
.accessGuide__heading .sub {
  display: inline-block;
  line-height: 1;
  font-size: 12px;
  position: absolute;
  margin: auto;
  left: 1.5em;
}
@media screen and (min-width: 768px) {
  .accessGuide__heading .sub {
    top: 0.5em;
  }
}
@media screen and (max-width: 768px) {
  .accessGuide__heading .sub {
    top: -0.5em;
  }
}
@media screen and (min-width: 768px) {
  .sectTtl + .accessGuide__heading {
    margin-top: 100px;
  }
}
@media screen and (max-width: 768px) {
  .sectTtl + .accessGuide__heading {
    margin-top: 40px;
  }
}
.accessGuide__cont {
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .accessGuide__cont {
    margin-top: -360px;
  }
}
@media print, screen and (min-width: 768px) and (max-width: 1200px) {
  .accessGuide__cont {
    margin-top: calc(80 / 1440 * 100vw);
  }
}
@media screen and (max-width: 768px) {
  .accessGuide__cont {
    margin-top: 40px;
  }
}
@media screen and (min-width: 768px) {
  .accessGuide__cont .guidanceBtn {
    margin: 56px 114px 0 auto;
  }
}
@media screen and (max-width: 768px) {
  .accessGuide__cont .guidanceBtn {
    margin-top: 75px;
  }
}
.accessGuide__item {
  position: relative;
}
.accessGuide__item:nth-child(1) {
  z-index: 3;
}
@media screen and (min-width: 768px) {
  .accessGuide__item:nth-child(1) {
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto 0 0;
  }
}
@media print, screen and (min-width: 768px) and (max-width: 1200px) {
  .accessGuide__item:nth-child(1) {
    width: calc(784 / 1440 * 100vw);
  }
}
@media screen and (max-width: 768px) {
  .accessGuide__item:nth-child(1) {
    width: 326px;
    margin: 0 -30px 0 auto;
  }
}
.accessGuide__item:nth-child(2) {
  z-index: 2;
}
@media screen and (min-width: 768px) {
  .accessGuide__item:nth-child(2) {
    width: -moz-fit-content;
    width: fit-content;
    margin: -115px 0 0 auto;
  }
}
@media print, screen and (min-width: 768px) and (max-width: 1200px) {
  .accessGuide__item:nth-child(2) {
    width: calc(368 / 1440 * 100vw);
  }
}
@media screen and (max-width: 768px) {
  .accessGuide__item:nth-child(2) {
    width: 297px;
    margin: 54px auto 0 -30px;
  }
}
.accessGuide__item:nth-child(3) {
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .accessGuide__item:nth-child(3) {
    width: -moz-fit-content;
    width: fit-content;
    margin: -85px auto 0 104px;
  }
}
@media print, screen and (min-width: 768px) and (max-width: 1200px) {
  .accessGuide__item:nth-child(3) {
    width: calc(368 / 1440 * 100vw);
    margin: calc(-40 / 1440 * 100vw)  auto 0 calc(104 / 1440 * 100vw);
  }
}
@media screen and (max-width: 768px) {
  .accessGuide__item:nth-child(3) {
    width: 266px;
    margin: 42px 0 0 auto;
  }
}</pre></body></html>