/* for-international-guests.html
---------------------------------------------------- */
.sec-ttl h3 {
  text-align: center;
  font-family: "Orbitron", sans-serif;
  font-size: max(2.5rem, 1.75em);
  text-shadow: 4px 4px 12px rgba(0, 0, 0, 0.6);
  line-height: 1.4em;
}
@media screen and (max-width: 767px) {
  .sec-ttl h3 {
    font-size: 1.5em;
  }
}
.sec-ttl h3 .__line-Animation {
  width: 160px;
  margin: 0 auto;
  margin-top: 0.6em;
}

.__list-content ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 4em;
}
@media screen and (max-width: 991px) {
  .__list-content ul {
    margin-top: 3em;
  }
}
@media screen and (max-width: 767px) {
  .__list-content ul {
    margin-top: 1em;
  }
}
.__list-content ul .list-item {
  width: calc(20% - 2.4em);
  margin-right: 3em;
}
.__list-content ul .list-item:nth-of-type(5) {
  margin-right: 0;
}
@media screen and (max-width: 767px) {
  .__list-content ul .list-item {
    width: calc(50% - 1.5em);
    margin-top: 2em;
  }
  .__list-content ul .list-item:nth-of-type(2n) {
    margin-right: 0;
  }
}
.__list-content ul .list-item .item-icon {
  width: min(40%, 5.75em);
  margin: 0 auto;
}
.__list-content ul .list-item .item-icon img {
  width: 100%;
  height: auto;
}
.__list-content ul .list-item .item-name {
  margin-top: 1em;
}
.__list-content ul .list-item .item-name h4 {
  text-align: center;
  font-family: "Noto Serif JP", serif;
  font-size: max(1.25rem, 1em);
  line-height: 1.4em;
}

section {
  overflow: clip;
}
section .__inner {
  position: relative;
}
section .__slash-shape {
  position: absolute;
  z-index: -1;
  top: 0;
  right: 0;
  width: 66.6666666667%;
  margin-right: -6.25rem;
}
@media screen and (max-width: 767px) {
  section .__slash-shape {
    width: 80%;
  }
}

.sec-service_en .__slash-shape {
  right: initial;
  left: 0;
  margin-right: 0;
  margin-left: -6.25rem;
}
.sec-service_en .sec-intro {
  text-align: center;
}
@media screen and (max-width: 991px) {
  .sec-service_en .sec-intro {
    text-align: start;
  }
}
@media screen and (max-width: 767px) {
  .sec-service_en .sec-intro {
    padding-bottom: 60px;
  }
}
.sec-service_en .sec-intro .sec-catch {
  margin: 0 auto;
}
.sec-service_en .sec-intro .sec-txt {
  margin-top: 1.6em;
}
.sec-service_en .service-list {
  margin-top: 3em;
}
@media screen and (max-width: 767px) {
  .sec-service_en .service-list {
    margin-top: 2em;
  }
}
.sec-service_en .service-list ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: min(-1.875rem, -1em);
}
.sec-service_en .service-list ul .service-list-item {
  width: calc(25% - max(1.875rem, 1em) * 3 / 4);
  margin-top: max(1.875rem, 1em);
  border: solid 1px #fff;
  box-shadow: 4px 4px 12px rgba(0, 0, 0, 0.6);
}
@media screen and (max-width: 1199px) {
  .sec-service_en .service-list ul .service-list-item {
    width: calc(50% - max(1.875rem, 1em) * 1 / 2);
  }
}
@media screen and (max-width: 767px) {
  .sec-service_en .service-list ul .service-list-item {
    width: 100%;
  }
}
.sec-service_en .service-list ul .service-list-item .item-img {
  width: 100%;
  aspect-ratio: 3/2;
}
.sec-service_en .service-list ul .service-list-item .item-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.sec-service_en .service-list ul .service-list-item .item-content {
  padding: 1.2em 1.2em 2em;
}
@media screen and (max-width: 767px) {
  .sec-service_en .service-list ul .service-list-item .item-content {
    padding-top: 1em;
    padding-bottom: 1.6em;
  }
}
.sec-service_en .service-list ul .service-list-item .item-content .item-name h4 span.__txt {
  font-size: max(1.25rem, 1.25em);
}
.sec-service_en .service-list ul .service-list-item .item-content .item-txt {
  margin-top: 1em;
}

.sec-reason_en {
  background-image: linear-gradient(90deg, transparent 40%, rgba(0, 0, 0, 0.6));
}

.sec-area_en .sec-txt {
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  margin-top: 3em;
}
.sec-area_en .sec-content {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 4em;
}
@media screen and (max-width: 991px) {
  .sec-area_en .sec-content {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .sec-area_en .sec-content {
    margin-top: 2em;
  }
}
.sec-area_en .sec-content .area-map {
  width: min(100% - 24em, 56em);
  aspect-ratio: 5/3;
  box-shadow: 4px 4px 12px rgba(0, 0, 0, 0.6);
}
@media screen and (max-width: 1199px) {
  .sec-area_en .sec-content .area-map {
    aspect-ratio: 4/3;
  }
}
@media screen and (max-width: 991px) {
  .sec-area_en .sec-content .area-map {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .sec-area_en .sec-content .area-map {
    width: calc(100% + 40px);
    margin-left: -20px;
    aspect-ratio: 7/6;
    margin-top: 2em;
  }
}
.sec-area_en .sec-content .area-map img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 80% 50%;
     object-position: 80% 50%;
}
.sec-area_en .sec-content .area-list {
  flex-shrink: 0;
  margin-left: 5rem;
}
@media screen and (max-width: 991px) {
  .sec-area_en .sec-content .area-list {
    display: flex;
    margin-left: 0;
    margin-top: 3em;
  }
}
@media screen and (max-width: 767px) {
  .sec-area_en .sec-content .area-list {
    margin-top: 2em;
  }
}
@media screen and (max-width: 991px) {
  .sec-area_en .sec-content .area-list ul {
    width: 50%;
  }
}
.sec-area_en .sec-content .area-list ul li {
  font-family: "Noto Serif JP", serif;
  display: flex;
  align-items: center;
  line-height: 1.6em;
}
.sec-area_en .sec-content .area-list ul li:not(:nth-of-type(1)) {
  margin-top: 0.6em;
}
.sec-area_en .sec-content .area-list ul li::before {
  flex-shrink: 0;
  content: "";
  background-image: url(../images/for-international-guests/area-icon_pin.png);
  background-size: cover;
  width: 2em;
  aspect-ratio: 1/1;
  margin-right: 0.2em;
}
.sec-area_en .sec-content .area-list ul li.tokyo::before {
  background-image: url(../images/for-international-guests/area-icon_tokyo.png);
}
.sec-area_en .sec-content .area-list ul li.fuji::before {
  background-image: url(../images/for-international-guests/area-icon_fuji.png);
}
.sec-area_en .sec-content .area-list ul li.airport::before {
  background-image: url(../images/for-international-guests/area-icon_airport.png);
}

.sec-fleet_en {
  background-image: linear-gradient(-90deg, transparent 40%, rgba(0, 0, 0, 0.6));
}
.sec-fleet_en .__slash-shape {
  top: initial;
  bottom: 0;
}
.sec-fleet_en .fleet-list {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 991px) {
  .sec-fleet_en .fleet-list {
    margin-top: 1em;
  }
}
.sec-fleet_en .fleet-list .fleet-content {
  width: calc(33.3333333333% - max(3.75rem, 3em) * 2 / 3);
  margin-right: max(3.75rem, 3em);
  margin-top: max(3.75rem, 3em);
}
.sec-fleet_en .fleet-list .fleet-content:nth-of-type(3n) {
  margin-right: 0;
}
@media screen and (max-width: 1199px) {
  .sec-fleet_en .fleet-list .fleet-content {
    width: calc(50% - max(3.75rem, 3em) * 1 / 2);
  }
  .sec-fleet_en .fleet-list .fleet-content:nth-of-type(3n) {
    margin-right: max(3.75rem, 3em);
  }
  .sec-fleet_en .fleet-list .fleet-content:nth-of-type(2n) {
    margin-right: 0;
  }
  .sec-fleet_en .fleet-list .fleet-content:last-of-type {
    margin-right: 0;
  }
}
@media screen and (max-width: 767px) {
  .sec-fleet_en .fleet-list .fleet-content {
    width: 100%;
    margin-right: 0;
  }
  .sec-fleet_en .fleet-list .fleet-content:nth-of-type(3n) {
    margin-right: 0;
  }
}
.sec-fleet_en .fleet-list .fleet-content .viewer-galleries {
  position: relative;
  padding-bottom: 2em;
}
.sec-fleet_en .fleet-list .fleet-content .viewer-galleries .fleet-slider {
  box-shadow: 4px 4px 12px rgba(0, 0, 0, 0.6);
}
.sec-fleet_en .fleet-list .fleet-content .viewer-galleries .swiper-pagination {
  bottom: 0;
  text-align: end;
}
.sec-fleet_en .fleet-list .fleet-content .viewer-galleries .swiper-pagination-bullet {
  background-color: #3194ad;
  width: 6px;
  height: 6px;
}
@media screen and (max-width: 767px) {
  .sec-fleet_en .fleet-list .fleet-content .viewer-galleries .swiper-pagination-bullet {
    width: 4px;
    height: 4px;
  }
}
.sec-fleet_en .fleet-list .fleet-content .content-txt h4 {
  font-family: "Noto Serif JP", serif;
  font-size: max(1.5rem, 1.25em);
}
.sec-fleet_en .fleet-list .fleet-content .content-txt h4 span.__small {
  font-size: 0.8em;
}
@media screen and (max-width: 767px) {
  .sec-fleet_en .fleet-list .fleet-content .content-txt h4 span.__small {
    font-size: 0.7em;
  }
}

.sec-notices_en .sec-txt {
  margin: 0 auto;
  margin-top: 3em;
}
.sec-notices_en .sec-txt p {
  font-size: max(1.6875rem, 1.5em);
}
@media screen and (max-width: 767px) {
  .sec-notices_en .sec-txt p {
    font-size: 1.275em;
  }
}
.sec-notices_en .sec-content {
  margin-top: 4em;
}
@media screen and (max-width: 767px) {
  .sec-notices_en .sec-content {
    margin-top: 3em;
  }
}
.sec-notices_en .sec-content p {
  margin-bottom: 1em;
}
.sec-notices_en .sec-content dl {
  padding: 2em 0;
  border-bottom: solid 1px #717171;
}
.sec-notices_en .sec-content dl dt {
  transform: translateY(0);
}
.sec-notices_en .sec-content dl dd {
  margin-top: 0.6em;
}

.sec-flow_en {
  background-image: linear-gradient(-90deg, transparent 40%, rgba(0, 0, 0, 0.6));
}
@media screen and (max-width: 767px) {
  .sec-flow_en .flow-list ul .flow-list-item {
    width: 100%;
    margin-right: 0;
  }
}
.sec-flow_en .flow-list ul .flow-list-item:not(:last-of-type) {
  position: relative;
}
.sec-flow_en .flow-list ul .flow-list-item:not(:last-of-type)::after {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%) rotate(-45deg);
  margin-right: -1.5em;
  content: "";
  display: block;
  width: 1em;
  aspect-ratio: 1/1;
  border-bottom: solid 2px rgba(255, 255, 255, 0.6);
  border-right: solid 2px rgba(255, 255, 255, 0.6);
}
@media screen and (max-width: 991px) {
  .sec-flow_en .flow-list ul .flow-list-item:not(:last-of-type)::after {
    width: 0.6em;
  }
}
@media screen and (max-width: 767px) {
  .sec-flow_en .flow-list ul .flow-list-item:not(:last-of-type)::after {
    position: relative;
    top: initial;
    transform: rotate(45deg);
    margin: 0 auto;
    margin-top: 2.4em;
  }
}
@media screen and (max-width: 767px) {
  .sec-flow_en .flow-list ul .flow-list-item .item-icon {
    width: min(40%, 5.75em);
  }
}
.sec-flow_en .flow-list ul .flow-list-item .item-name {
  margin-top: 2em;
}
@media screen and (max-width: 767px) {
  .sec-flow_en .flow-list ul .flow-list-item .item-name {
    margin-top: 1em;
  }
}
.sec-flow_en .flow-list ul .flow-list-item .item-name h4 span.__num {
  font-size: 0.85em;
  line-height: 1.2em;
  display: block;
}
@media screen and (max-width: 767px) {
  .sec-flow_en .flow-list ul .flow-list-item .item-name h4 span.__num {
    font-size: 0.9em;
    margin-right: 1em;
    display: inline-block;
  }
}

.sec-agency_en .sec-inner .txt-wrap .sec-catch h4 {
  font-family: "Noto Serif JP", serif;
  font-size: max(1.5rem, 1.25em);
}

.sec-faq_en {
  background-image: linear-gradient(-90deg, transparent 40%, rgba(0, 0, 0, 0.6));
}
.sec-faq_en .qa-list {
  margin-top: 3em;
}
@media screen and (max-width: 767px) {
  .sec-faq_en .qa-list {
    margin-top: 2em;
  }
}

.sec-contact_en {
  background-image: linear-gradient(180deg, transparent 80%, #111);
}
.sec-contact_en .sec-inner .txt-wrap .sec-catch h4 {
  font-family: "Noto Serif JP", serif;
  font-size: max(1.5rem, 1.25em);
}
.sec-contact_en .sec-inner .txt-wrap .sec-link {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.sec-contact_en .sec-inner .txt-wrap .sec-link .__linkbtn02 a {
  padding: 0.6em 2em;
}
.sec-contact_en .sec-inner .txt-wrap .sec-link .__linkbtn02 a .__icon {
  display: block;
  width: 7em;
}
@media screen and (max-width: 767px) {
  .sec-contact_en .sec-inner .txt-wrap .sec-link .__linkbtn02 a .__icon {
    width: 6em;
  }
}
.sec-contact_en .sec-inner .txt-wrap .sec-link .__linkbtn02 a .__icon img {
  width: 100%;
  height: auto;
}
.sec-contact_en .sec-inner .txt-wrap .sec-link .__linkbtn01 {
  margin-left: 2em;
}/*# sourceMappingURL=for-international.css.map */