/* commonParts
---------------------------------------------------- */
#page-ttl {
  position: relative;
  z-index: 2;
  width: 100%;
  background-size: cover;
}
#page-ttl.__service {
  background-image: url(../images/service/pgttl-bgimg.jpg);
  background-position: 50% 100%;
}
#page-ttl.__fleet {
  background-image: url(../images/fleet/pgttl-bgimg.jpg);
  background-position: 50% 100%;
}
#page-ttl.__reason {
  background-image: url(../images/reason/pgttl-bgimg.jpg);
  background-position: 50% 100%;
}
#page-ttl.__safety {
  background-image: url(../images/safety/pgttl-bgimg.jpg);
  background-position: 50% 100%;
}
#page-ttl.__flow {
  background-image: url(../images/flow/pgttl-bgimg.jpg);
  background-position: 50% 100%;
}
#page-ttl.__faq {
  background-image: url(../images/faq/pgttl-bgimg.jpg);
  background-position: 50% 100%;
}
#page-ttl.__company {
  background-image: url(../images/company/pgttl-bgimg.jpg);
  background-position: 50% 100%;
}
#page-ttl.__reservation {
  background-image: url(../images/reservation/pgttl-bgimg.jpg);
  background-position: 50% 100%;
}
#page-ttl.__for-international-guests {
  background-image: url(../images/for-international-guests/pgttl-bgimg.jpg);
  background-position: 50% 100%;
}
#page-ttl::before {
  position: absolute;
  z-index: -1;
  inset: 0;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.8) 85%, #111);
  opacity: 0.6;
}
#page-ttl .pgttl-inner {
  margin-top: -1em;
  margin-bottom: 1em;
}
@media screen and (max-width: 767px) {
  #page-ttl .pgttl-inner {
    margin-top: 0;
    margin-bottom: 2em;
  }
}

.__breadcrumbs {
  background-color: #111;
  width: 100%;
  padding: 0.2em 0;
}
.__breadcrumbs ul {
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
}
.__breadcrumbs ul li {
  display: flex;
  align-items: center;
  padding: 0.36em 0;
  margin-left: 1em;
  font-size: 0.8em;
  opacity: 0.8;
}
.__breadcrumbs ul li::after {
  content: "|";
  margin-left: 1em;
}
.__breadcrumbs ul li a {
  font-size: 1em;
}
.__breadcrumbs ul li:last-of-type::after {
  content: none;
}

.__table-style {
  border-top: solid 1px #717171;
  border-left: solid 1px #717171;
}
.__table-style dl {
  display: flex;
}
@media screen and (max-width: 767px) {
  .__table-style dl {
    display: block;
  }
}
.__table-style dl dt, .__table-style dl dd {
  font-weight: 400;
  padding: 1em 1.4em;
  border-bottom: solid 1px #717171;
  border-right: solid 1px #717171;
}
@media screen and (max-width: 767px) {
  .__table-style dl dt, .__table-style dl dd {
    padding-left: 1em;
    padding-right: 1em;
  }
}
.__table-style dl dt {
  flex-shrink: 0;
  background-color: rgba(17, 17, 17, 0.6);
  width: 12em;
}
@media screen and (max-width: 767px) {
  .__table-style dl dt {
    width: 100%;
    font-size: 0.9em;
    padding-top: 0.4em;
    padding-bottom: 0.4em;
  }
}
.__table-style dl dd {
  width: 100%;
}
.__table-style dl dd > * + * {
  margin-top: 0.6em;
}
.__table-style dl dd a {
  display: inline;
  font-size: 1em;
}

.viewer-galleries .gallery-img {
  position: relative;
  cursor: pointer;
  width: 100%;
  aspect-ratio: 3/2;
  overflow: clip;
  box-shadow: 4px 4px 12px rgba(0, 0, 0, 0.6);
}
.viewer-galleries .gallery-img::before {
  pointer-events: none;
  position: absolute;
  inset: 0;
  z-index: 1;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: radial-gradient(circle, rgba(0, 0, 0, 0) 35%, rgba(0, 0, 0, 0.2) 60%, rgba(0, 0, 0, 0.6) 100%);
}
.viewer-galleries .gallery-img::after {
  position: absolute;
  z-index: 2;
  top: 0;
  right: 0;
  margin: 0.6em;
  content: "\f065";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  font-size: 1em;
  line-height: 1em;
}
.viewer-galleries .gallery-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  will-change: transform;
  filter: brightness(1);
  transition: all 0.4s ease;
}
@media screen and (min-width: 1200px) {
  .viewer-galleries .gallery-img:hover img {
    filter: brightness(0.6);
    transform: scale(1.06);
  }
}

.viewer-backdrop {
  background-color: rgba(20, 20, 20, 0.8);
}

.viewer-button {
  top: 16px !important;
  right: 16px !important;
  width: 56px !important;
  height: 56px !important;
  background-color: initial !important;
  border: solid 1px #fff;
  transition: all 0.24s !important;
}
.viewer-button::before {
  bottom: initial !important;
  top: 50% !important;
  left: 50% !important;
  transform: translate(-50%, -50%) scale(1.25);
}
.viewer-button:hover {
  opacity: 0.6;
}

.viewer-footer {
  margin-bottom: 8vh;
}

.viewer-title {
  color: #fff !important;
  font-size: 1em !important;
}

.viewer-toolbar {
  margin-top: 1em;
}
.viewer-toolbar .viewer-prev,
.viewer-toolbar .viewer-next {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 4em;
  height: 4em;
  margin: 0 0.4em;
}
@media screen and (max-width: 767px) {
  .viewer-toolbar .viewer-prev,
  .viewer-toolbar .viewer-next {
    width: 3em;
    height: 3em;
    margin: 0 1em;
  }
}

.message-content {
  background-image: linear-gradient(90deg, rgba(0, 0, 0, 0.6), transparent, rgba(0, 0, 0, 0.6));
  margin-top: 7.5rem;
}
@media screen and (max-width: 1199px) {
  .message-content {
    margin-top: 80px;
  }
}
@media screen and (max-width: 767px) {
  .message-content {
    margin-top: 48px;
  }
}
.message-content .content-ttl {
  margin: 0 auto;
}
.message-content .content-txt {
  text-align: center;
  margin-top: 1.6em;
}
@media screen and (max-width: 767px) {
  .message-content .content-txt {
    text-align: start;
  }
}
.message-content .content-txt p {
  line-height: 2em;
  margin-top: 1em;
}

.qa-list {
  margin-top: 2em;
}
@media screen and (max-width: 767px) {
  .qa-list {
    margin-top: 1em;
  }
}
.qa-list .qa-list-item {
  background-color: rgba(17, 17, 17, 0.6);
  border: solid 1px #717171;
  margin-top: 1em;
}
.qa-list .qa-list-item .item-inner {
  display: flex;
  align-items: flex-start;
}
.qa-list .qa-list-item .item-inner span {
  display: block;
}
.qa-list .qa-list-item .item-inner span.__initial {
  flex-shrink: 0;
  color: #3194ad;
  margin-right: 1em;
}
.qa-list .qa-list-item dt, .qa-list .qa-list-item dd {
  padding: 1.2em;
}
@media screen and (max-width: 767px) {
  .qa-list .qa-list-item dt, .qa-list .qa-list-item dd {
    font-size: 0.95em;
  }
}
.qa-list .qa-list-item .accordion-btn {
  position: relative;
  cursor: pointer;
  font-weight: 500;
}
.qa-list .qa-list-item .accordion-btn span.__plus {
  position: absolute;
  z-index: 2;
  top: 0;
  right: 0;
  font-size: 0.85em;
  margin-top: 1.4em;
  margin-right: 1.2em;
}
.qa-list .qa-list-item .accordion-btn span.__plus::before {
  content: "+";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  transition: all 0.24s ease;
}
.qa-list .qa-list-item .accordion-btn span.__txt {
  padding-right: 2em;
}
.qa-list .qa-list-item .accordion-btn.__open span.__plus::before {
  content: "\f068";
}
.qa-list .qa-list-item .accordion-inner {
  display: none;
  padding-top: 0;
  padding-bottom: 1.4em;
}
.qa-list .qa-list-item .accordion-inner .item-inner span.__initial {
  color: #d3c182;
}

/* service.html
---------------------------------------------------- */
.sec-service_intro .sec-inner {
  align-items: center;
}

.sec-service-list .service-content {
  position: relative;
}
.sec-service-list .service-content:nth-of-type(odd) {
  background-image: linear-gradient(90deg, transparent 40%, rgba(0, 0, 0, 0.6));
}
.sec-service-list .service-content:nth-of-type(even) {
  background-image: linear-gradient(-90deg, transparent 40%, rgba(0, 0, 0, 0.6));
}
.sec-service-list .service-content .content-inner {
  align-items: center;
}
.sec-service-list .service-content .content-inner .txt-wrap .content-detail {
  margin-top: 2em;
}
.sec-service-list .service-content .content-inner .txt-wrap .content-detail dl dt {
  margin-bottom: 0.4em;
}
.sec-service-list .service-content .content-inner .txt-wrap .content-detail dl dd ul {
  display: flex;
  flex-wrap: wrap;
}
.sec-service-list .service-content .content-inner .txt-wrap .content-detail dl dd ul li {
  width: 50%;
}
@media screen and (max-width: 1199px) {
  .sec-service-list .service-content .content-inner .txt-wrap .content-detail dl dd ul li {
    width: -moz-fit-content;
    width: fit-content;
    margin-right: 2em;
  }
}

.sec-service_feature {
  overflow: clip;
}
@media screen and (max-width: 1199px) {
  .sec-service_feature {
    padding-bottom: 60px;
  }
}
@media screen and (max-width: 991px) {
  .sec-service_feature {
    padding-bottom: 40px;
  }
}
@media screen and (max-width: 767px) {
  .sec-service_feature {
    padding-bottom: 20px;
  }
}
.sec-service_feature .__slash-shape {
  position: absolute;
  z-index: -1;
  top: 0;
  right: 0;
  width: 50%;
  margin-right: 6.25rem;
}
@media screen and (max-width: 767px) {
  .sec-service_feature .__slash-shape {
    width: 80%;
  }
}
.sec-service_feature .sec-ttl {
  margin-top: -1em;
}
@media screen and (max-width: 1199px) {
  .sec-service_feature .feature-list {
    margin-top: -1em;
  }
}
.sec-service_feature .feature-list ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.sec-service_feature .feature-list ul .feature-list-item {
  width: calc(50% - max(5rem, 2em) * 1 / 2);
  margin-top: 3em;
}
@media screen and (max-width: 991px) {
  .sec-service_feature .feature-list ul .feature-list-item {
    width: 100%;
  }
}
.sec-service_feature .feature-list ul .feature-list-item .item-name {
  padding-bottom: 0.6em;
  border-bottom: solid 1px rgba(255, 255, 255, 0.4);
}
.sec-service_feature .feature-list ul .feature-list-item .item-name .flex-wrap {
  display: flex;
  align-items: flex-start;
}
.sec-service_feature .feature-list ul .feature-list-item .item-name .flex-wrap .item-icon {
  flex-shrink: 0;
  width: 3.5em;
  margin-top: 0.4em;
  margin-right: 1em;
}
.sec-service_feature .feature-list ul .feature-list-item .item-name .flex-wrap .item-icon img {
  width: 100%;
  height: auto;
}
.sec-service_feature .feature-list ul .feature-list-item .item-name .flex-wrap h4 {
  width: 100%;
}
.sec-service_feature .feature-list ul .feature-list-item .item-txt {
  margin-top: 1em;
}

.sec-service_payment {
  overflow: clip;
}
@media screen and (max-width: 767px) {
  .sec-service_payment {
    padding-bottom: 40px;
  }
}
.sec-service_payment .__slash-shape {
  position: absolute;
  z-index: -1;
  top: 0;
  right: 0;
  width: 50%;
  margin-right: 6.25rem;
}
@media screen and (max-width: 767px) {
  .sec-service_payment .__slash-shape {
    width: 80%;
  }
}
.sec-service_payment .sec-txt {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  margin-top: 1.6em;
}
@media screen and (max-width: 991px) {
  .sec-service_payment .sec-txt {
    display: block;
  }
}
.sec-service_payment .sec-txt ul.__note {
  color: #ca9f40;
  margin-left: 2em;
}
@media screen and (max-width: 991px) {
  .sec-service_payment .sec-txt ul.__note {
    margin-left: 0;
    margin-top: 1em;
  }
}
.sec-service_payment .payment-list {
  margin-top: 3em;
}
.sec-service_payment .payment-list ul {
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .sec-service_payment .payment-list ul {
    display: block;
  }
}
.sec-service_payment .payment-list ul .payment-list-item {
  width: 100%;
}
.sec-service_payment .payment-list ul .payment-list-item:nth-of-type(2) {
  flex-shrink: 0;
  width: 40%;
  margin-left: max(1.875rem, 1em);
}
@media screen and (max-width: 767px) {
  .sec-service_payment .payment-list ul .payment-list-item:nth-of-type(2) {
    width: 100%;
    margin-left: 0;
    margin-top: 1em;
  }
}
.sec-service_payment .payment-list ul .payment-list-item .content-inner {
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 1199px) {
  .sec-service_payment .payment-list ul .payment-list-item .content-inner {
    display: block;
  }
}
.sec-service_payment .payment-list ul .payment-list-item h4 {
  color: #111;
}
.sec-service_payment .payment-list ul .payment-list-item .logo-list {
  display: flex;
  justify-content: center;
  margin-left: 2em;
}
@media screen and (max-width: 767px) {
  .sec-service_payment .payment-list ul .payment-list-item .logo-list {
    margin-left: 0;
    margin-top: 0.4em;
  }
}
.sec-service_payment .payment-list ul .payment-list-item .logo-list img {
  width: 4.5em;
  height: auto;
}
@media screen and (max-width: 1199px) {
  .sec-service_payment .payment-list ul .payment-list-item .logo-list img {
    width: 4em;
  }
}
.sec-service_payment .payment-list ul .payment-list-item .logo-list img:not(:nth-of-type(1)) {
  margin-left: max(1.875rem, 1em);
}

.sec-service_notes .sec-ttl {
  margin-top: 1em;
}
.sec-service_notes .sec-content dl {
  margin-top: 2em;
}

/* fleet.html
---------------------------------------------------- */
.sec-fleet-list .fleet-content:nth-of-type(odd) {
  background-image: linear-gradient(90deg, transparent 40%, rgba(0, 0, 0, 0.6));
}
.sec-fleet-list .fleet-content:nth-of-type(even) {
  background-image: linear-gradient(-90deg, transparent 40%, rgba(0, 0, 0, 0.6));
}
.sec-fleet-list .fleet-content .sec-ttl span.__jp .__small {
  font-size: 0.5em;
}
@media screen and (max-width: 767px) {
  .sec-fleet-list .fleet-content .sec-ttl span.__jp .__small {
    font-size: 0.7em;
  }
}
.sec-fleet-list .fleet-content .sec-txt {
  margin-top: 2em;
}
.sec-fleet-list .fleet-content .sec-txt p {
  line-height: 2em;
  margin-top: 1em;
}
.sec-fleet-list .fleet-content .sec-txt p .__ttlstyle04 {
  font-size: 1em;
  margin-top: 0.6em;
}
.sec-fleet-list .fleet-content .img-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 1em;
}
.sec-fleet-list .fleet-content .img-wrap .gallery-img {
  width: calc(33.3333333333% - max(3.75rem, 2em) * 2 / 3);
  margin-right: max(3.75rem, 2em);
  margin-top: max(3.75rem, 2em);
}
.sec-fleet-list .fleet-content .img-wrap .gallery-img:nth-of-type(3n) {
  margin-right: 0;
}
@media screen and (max-width: 767px) {
  .sec-fleet-list .fleet-content .img-wrap .gallery-img {
    width: calc(50% - max(3.75rem, 2em) * 1 / 2);
  }
  .sec-fleet-list .fleet-content .img-wrap .gallery-img:nth-of-type(3n) {
    margin-right: max(3.75rem, 2em);
  }
  .sec-fleet-list .fleet-content .img-wrap .gallery-img:nth-of-type(2n) {
    margin-right: 0;
  }
  .sec-fleet-list .fleet-content .img-wrap .gallery-img:last-of-type {
    margin-right: 0;
  }
}

/* reason.html
---------------------------------------------------- */
.sec-reason .sec-catch {
  margin: 0 auto;
}
.sec-reason .sec-txt {
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  margin-top: 1.6em;
}
.sec-reason .sec-txt p {
  line-height: 2em;
}
.sec-reason .sec-txt p:not(:nth-of-type(1)) {
  margin-top: 1em;
}
.sec-reason .reason-list {
  margin-top: 4em;
}
.sec-reason .reason-list ul .reason-list-item {
  background-color: transparent;
  border: solid 1px #717171;
  margin-top: 2em;
}
.sec-reason .reason-list ul .reason-list-item .content-inner .txt-wrap .item-link {
  margin-top: 1.6em;
  margin-bottom: -1em;
}
@media screen and (max-width: 991px) {
  .sec-reason .reason-list ul .reason-list-item .content-inner .txt-wrap .item-link {
    margin-bottom: 0;
  }
}
.sec-reason .reason-list ul .reason-list-item .content-inner .txt-wrap .item-link .__linkbtn01 {
  margin-left: auto;
}

/* flow.html
---------------------------------------------------- */
.sec-flow_intro {
  background-image: linear-gradient(180deg, transparent 40%, rgba(0, 0, 0, 0.4));
}
.sec-flow_intro .sec-catch {
  margin: 0 auto;
}
.sec-flow_intro .sec-txt {
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  margin-top: 1.6em;
}
.sec-flow_intro .sec-txt p {
  line-height: 2em;
}
.sec-flow_intro .sec-txt p:not(:nth-of-type(1)) {
  margin-top: 1em;
}

.sec-flow-list {
  padding-top: 72px;
}
@media screen and (max-width: 767px) {
  .sec-flow-list {
    padding-top: 48px;
  }
}
.sec-flow-list .flow-list ul .flow-list-item:not(:last-of-type) {
  margin-bottom: 2em;
}
.sec-flow-list .flow-list ul .flow-list-item:not(:last-of-type)::after {
  content: "";
  display: block;
  width: 1em;
  aspect-ratio: 1/1;
  transform: rotate(45deg);
  border-bottom: solid 2px rgba(255, 255, 255, 0.6);
  border-right: solid 2px rgba(255, 255, 255, 0.6);
  margin: 0 auto;
  margin-top: 2.4em;
}
@media screen and (max-width: 991px) {
  .sec-flow-list .flow-list ul .flow-list-item:not(:last-of-type)::after {
    width: 0.6em;
  }
}
.sec-flow-list .flow-list ul .flow-list-item .item-name .flex-wrap {
  display: flex;
  align-items: flex-start;
}
.sec-flow-list .flow-list ul .flow-list-item .item-name .flex-wrap .item-icon {
  flex-shrink: 0;
  width: 3.5em;
  margin-top: 0.4em;
  margin-right: 1.6em;
}
.sec-flow-list .flow-list ul .flow-list-item .item-name .flex-wrap .item-icon img {
  width: 100%;
  height: auto;
}
.sec-flow-list .flow-list ul .flow-list-item .item-name .flex-wrap h4 {
  width: 100%;
}
.sec-flow-list .flow-list ul .flow-list-item .item-name .__line-Animation {
  margin-top: 0.8em;
}
.sec-flow-list .flow-list ul .flow-list-item .item-txt {
  margin-top: 1.6em;
}
@media screen and (max-width: 991px) {
  .sec-flow-list .flow-list ul .flow-list-item .item-txt {
    margin-top: 1em;
  }
}
.sec-flow-list .flow-list ul .flow-list-item .item-txt p {
  line-height: 2em;
}

/* faq.html
---------------------------------------------------- */
.sec-faq .anchor-list {
  margin-top: 1em;
}
@media screen and (max-width: 767px) {
  .sec-faq .anchor-list {
    padding-bottom: 40px;
  }
}
.sec-faq .anchor-list ul {
  display: flex;
  flex-wrap: wrap;
}
.sec-faq .anchor-list ul .anchor-btn {
  width: calc(25% - 0.75em);
  margin-right: 1em;
  margin-top: 1em;
}
.sec-faq .anchor-list ul .anchor-btn:nth-of-type(4n) {
  margin-right: 0;
}
@media screen and (max-width: 1199px) {
  .sec-faq .anchor-list ul .anchor-btn {
    width: calc(50% - 0.5em);
  }
  .sec-faq .anchor-list ul .anchor-btn:nth-of-type(2n) {
    margin-right: 0;
  }
}
@media screen and (max-width: 767px) {
  .sec-faq .anchor-list ul .anchor-btn {
    width: 100%;
    margin-right: 0;
  }
}
.sec-faq .anchor-list ul .anchor-btn a {
  font-size: 1.05em;
  padding-top: 0.48em;
  padding-bottom: 0.48em;
}
@media screen and (max-width: 767px) {
  .sec-faq .anchor-list ul .anchor-btn a {
    font-size: 1em;
  }
}
.sec-faq .faq-content {
  position: relative;
  padding: 60px 0;
}
@media screen and (max-width: 767px) {
  .sec-faq .faq-content {
    padding: 40px 0;
  }
}
.sec-faq .faq-content:nth-of-type(odd) {
  background-image: linear-gradient(90deg, transparent 40%, rgba(0, 0, 0, 0.6));
}
.sec-faq .faq-content:nth-of-type(even) {
  background-image: linear-gradient(-90deg, transparent 40%, rgba(0, 0, 0, 0.6));
}
.sec-faq .faq-content .content-ttl {
  display: flex;
  padding-bottom: 1em;
  border-bottom: solid 1px rgba(255, 255, 255, 0.4);
}
.sec-faq .faq-content .content-ttl .ttl-icon {
  flex-shrink: 0;
  width: 3em;
  margin-top: 0.1em;
  margin-right: 1.2em;
}
.sec-faq .faq-content .content-ttl .ttl-icon img {
  width: 100%;
  height: auto;
}

/* safety.html
---------------------------------------------------- */
.sec-safety_intro .safety-list {
  margin-top: 3em;
}
@media screen and (max-width: 1199px) {
  .sec-safety_intro .safety-list {
    margin-top: 0;
  }
}
.sec-safety_intro .safety-list ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.sec-safety_intro .safety-list ul .safety-list-item {
  text-align: center;
  width: calc(33.3333333333% - max(3.75rem, 2em) * 2 / 3);
}
@media screen and (max-width: 1199px) {
  .sec-safety_intro .safety-list ul .safety-list-item {
    width: 100%;
    margin-top: 4em;
  }
}
@media screen and (max-width: 767px) {
  .sec-safety_intro .safety-list ul .safety-list-item {
    margin-top: 3em;
  }
}
.sec-safety_intro .safety-list ul .safety-list-item .item-name {
  width: 100%;
  padding-bottom: 0.8em;
  border-bottom: solid 1px rgba(255, 255, 255, 0.4);
}
.sec-safety_intro .safety-list ul .safety-list-item .item-name h3 {
  justify-content: center;
  font-size: max(2rem, 1.5em);
}
@media screen and (max-width: 767px) {
  .sec-safety_intro .safety-list ul .safety-list-item .item-name h3 {
    font-size: 1.325em;
  }
}
.sec-safety_intro .safety-list ul .safety-list-item .item-txt {
  margin-top: 0.8em;
}

.sec-safety-point {
  margin-top: -2em;
}
@media screen and (max-width: 1199px) {
  .sec-safety-point {
    margin-top: -4em;
  }
}
.sec-safety-point .point-content {
  background-color: transparent;
  border: solid 1px #717171;
  margin-top: 2em;
}
.sec-safety-point .point-content .txt-wrap .item-detail {
  border-top: solid 1px rgba(255, 255, 255, 0.4);
  padding-top: 1.6em;
  margin-top: 1.6em;
}
.sec-safety-point .point-content .txt-wrap .item-detail dd {
  margin-top: 0.6em;
}
.sec-safety-point .point-content .txt-wrap .item-detail dd span.label {
  display: inline-block;
  border: solid 1px #717171;
  font-size: 0.9em;
  padding: 0.2em 1em;
  margin-right: 0.6em;
  margin-top: 0.6em;
}

/* company.html
---------------------------------------------------- */
.sec-company_message {
  overflow: clip;
  padding-bottom: 48px;
}
@media screen and (max-width: 1199px) {
  .sec-company_message {
    padding-bottom: 36px;
  }
}
@media screen and (max-width: 767px) {
  .sec-company_message {
    padding-bottom: 20px;
  }
}
.sec-company_message .sec-inner {
  position: relative;
  z-index: 2;
}
.sec-company_message .__slash-shape {
  position: absolute;
  z-index: -1;
  top: 0;
  right: 0;
  width: 66.6666666667%;
  margin-right: -14.375rem;
}
@media screen and (max-width: 767px) {
  .sec-company_message .__slash-shape {
    width: 80%;
  }
}
.sec-company_message .sec-txt {
  margin-bottom: -1em;
}
@media screen and (max-width: 991px) {
  .sec-company_message .sec-txt {
    margin-bottom: 0;
  }
}
.sec-company_message .sec-txt p.__name {
  text-align: end;
  font-family: "Noto Serif JP", serif;
  margin-top: 2em;
}
@media screen and (max-width: 1199px) {
  .sec-company_message .sec-txt p.__name {
    font-size: 0.95em;
    margin-top: 2.4em;
  }
}
@media screen and (max-width: 767px) {
  .sec-company_message .sec-txt p.__name {
    font-size: 0.9em;
  }
}
.sec-company_message .sec-txt p.__name em {
  font-size: 1.5em;
}

.sec-company_overview {
  overflow: clip;
  padding: 48px 0;
}
@media screen and (max-width: 1199px) {
  .sec-company_overview {
    padding: 36px 0;
  }
}
@media screen and (max-width: 767px) {
  .sec-company_overview {
    padding: 20px 0;
  }
}
.sec-company_overview .sec-inner {
  position: relative;
  z-index: 2;
}
.sec-company_overview .__slash-shape {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 66.6666666667%;
  margin-left: -14.375rem;
}
@media screen and (max-width: 767px) {
  .sec-company_overview .__slash-shape {
    width: 80%;
  }
}
.sec-company_overview .table-content {
  margin-top: 3em;
}
@media screen and (max-width: 1199px) {
  .sec-company_overview .table-content {
    margin-top: 2em;
  }
}

.sec-company_access {
  overflow: clip;
  padding-top: 48px;
}
@media screen and (max-width: 1199px) {
  .sec-company_access {
    padding-top: 36px;
  }
}
@media screen and (max-width: 767px) {
  .sec-company_access {
    padding-top: 20px;
  }
}
.sec-company_access .sec-inner {
  position: relative;
  z-index: 2;
}
.sec-company_access .__slash-shape {
  position: absolute;
  z-index: -1;
  top: 0;
  right: 0;
  width: 66.6666666667%;
}
@media screen and (max-width: 767px) {
  .sec-company_access .__slash-shape {
    width: 80%;
  }
}
.sec-company_access .map-content {
  width: 100%;
  height: 37.5rem;
  background-color: rgba(17, 17, 17, 0.4);
  box-shadow: 4px 4px 12px rgba(0, 0, 0, 0.6);
  margin-top: 3em;
}
@media screen and (max-width: 1199px) {
  .sec-company_access .map-content {
    height: 480px;
    margin-top: 2em;
  }
}
@media screen and (max-width: 767px) {
  .sec-company_access .map-content {
    height: 360px;
  }
}
.sec-company_access .map-content iframe {
  width: 100%;
  height: 100%;
}/*# sourceMappingURL=sub.css.map */