@charset "utf-8";

/* ========== reset ========== */
.c-localnav__trigger--main {
  border-bottom: none;
}

.contactCommon .elementor-container .elementor-column .elementor-element-populated,
.contactChildPageCommon .elementor-container .elementor-column .elementor-element-populated {
  padding: 0;
}

/* ========== common ========== */
main#content {
  margin-top: 0;
}
main#content .elementor-widget:not(:last-child) {
  margin-bottom: 0;
}

.contact .contactBtn {
  position: relative;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px 20px;
  border-radius: calc(1px / 0);
  background-color: #00334f;
  box-shadow: 2px 2px 5px 2px rgb(53 53 53 / 0.2);
  line-height: 1.5;
  font-size: 1.4rem;
  font-weight: 700;
  color: #fff;
}
.contact .contactBtn::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 10px;
  translate: 0 -40%;
  display: block;
  width: 0.5em;
  height: 0.5em;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  rotate: 45deg;
  transition: translate 0.3s;
}
@media (hover: hover) {
  .contact .contactBtn:hover::after {
    translate: 30% -40%;
  }
}
@media screen and (min-width: 600px) {
  .contact .contactBtn {
    padding: 15px 30px;
    font-size: 1.6rem;
  }
  .contact .contactBtn::after {
    right: 15px;
  }
}

.contact .contactReception {
  width: fit-content;
  display: flex;
  align-items: center;
  gap: 0.5em;
  color: #666;
}
.contact .contactReception > span:first-child {
  padding: 5px min(2.6vw, 20px);
  background-color: #ddd;
  border-radius: 5px;
  line-height: 1.5;
  font-size: clamp(1.2rem, 3.2vw, 1.4rem);
}
.contact .contactReception > span:last-child {
  /* font-size: clamp(1.8rem, 4.8vw, 2.8rem); */
  font-size: 1.6rem;
  font-weight: 700;
}

.contact .sec {
  padding-block-end: min(16vw, 120px);
}
.contact .sec#category {
  padding-block-end: min(26.7vw, 200px);
}
.contact .secContainer {
  position: relative;
  margin-inline: -10px;
  padding: min(20vw, 150px) 10px 0;
}
.contact .secContainer:has(+ .secContainer) {
  padding-block-end: min(12vw, 90px);
}
.contact .secContainer:nth-of-type(odd) {
  background-color: #e3ebf3;
}
.contact .secContainer:nth-of-type(odd) .contact-secTtl {
  border-color: #e3ebf3;
}
.contact .secContainer:nth-of-type(even) {
  background-color: #006298;
}
.contact .secContainer:nth-of-type(even) .contact-secTtl {
  border-color: #006298;
}
.contact .secContainer:nth-of-type(even) .contact-ttl {
  color: #fff;
}
@media screen and (min-width: 600px) {
  .contact .secContainer {
    padding-inline: 65px;
  }
}

.contact .contact-secTtl {
  position: absolute;
  top: 0;
  left: 50%;
  translate: -50% -50%;
  width: min(24vw, 135px);
  height: auto;
  padding: min(2.7vw, 15px);
  aspect-ratio: 1 / 1;
  background-color: #fff;
  border: min(1vw, 6px) solid;
  border-radius: 50%;
  box-shadow: 2px 4px 5px 2px rgb(53 53 53 / 0.12);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 5px;
}
.contact .contact-secTtl > img {
  height: auto;
}
.contact .contact-secTtl > span {
  line-height: 1.25;
  text-align: center;
  font-size: clamp(1.4rem, 3.7vw, 2.1rem);
  font-weight: 700;
  color: #006298;
}

.contact .contact-ttl {
  margin-block-end: min(3.7vw, 28px);
  line-height: 1.5;
  text-align: center;
  font-size: clamp(2.4rem, 6.4vw, 3.6rem);
  font-weight: 700;
  color: #333;
}
.contact .contact-list {
  display: flex;
  flex-direction: column;
  row-gap: min(4vw, 30px);
}
.contact .contactItem {
  box-shadow: 3px 3px 5px 5px rgb(53 53 53 / 0.12);
  background-color: #fff;
}
.contact .contactItem-question {
  position: relative;
  display: flex;
  padding-block: min(1.3vw, 10px) min(2.6vw, 20px);
  padding-inline-end: min(10.6vw, 80px);
  pointer-events: all;
  cursor: pointer;
}
/* .contact .contactItem-question::before,
.contact .contactItem-question::after {
  content: '';
  position: absolute;
  top: 50%;
  right: min(5.3vw, 40px);
  translate: 50% 0;
  display: block;
  width: min(3.2vw, 24px);
  height: auto;
  aspect-ratio: 24 / 5;
  background-color: #006298;
}
.contact .contactItem-question::after {
  rotate: 90deg;
} */
.contact .contactItem-question::after {
  content: "";
  position: absolute;
  top: 50%;
  right: min(5.3vw, 40px);
  translate: 50% -50%;
  display: block;
  width: 0.6em;
  height: 0.6em;
  border-top: 0.2em solid #006298;
  border-right: 0.2em solid #006298;
  rotate: 45deg;
  transition: translate 0.3s;
}
@media (hover: hover) {
  .contact .contactItem-question:hover::after {
    translate: 100% -50%;
  }
}

.contact .contactItem-questionMark {
  width: 13%;
  padding-inline-end: min(1.5vw, 10px);
  text-align: right;
  font-family: "Roboto", sans-serif;
  font-size: clamp(2.8rem, 7.5vw, 4.2rem);
  font-weight: 700;
  color: #0291df;
}
.contact .contactItem-questionTxt {
  width: 87%;
  padding-top: min(2vw, 10px);
  line-height: 1.5;
  font-size: clamp(1.4rem, 3.7vw, 2.1rem);
  font-weight: 500;
  color: #333;
}
.contact .contactItem-answer {
  display: none;
  padding: 0 min(4vw, 20px) min(4vw, 20px);
}
.contact .contactItem-answerContainer {
  display: flex;
}
.contact .contactItem-answerInit {
  width: 8%;
  padding-inline-end: min(1.3vw, 10px);
  text-align: right;
  font-family: "Roboto", sans-serif;
  font-size: clamp(1.8rem, 4.8vw, 3.6rem);
  font-weight: 700;
  color: #006298;
}
.contact .contactItem-answerContents {
  width: 92%;
}
.contact .contactItem-btn {
  margin: 1em auto 0;
  max-width: 350px;
}
@media screen and (min-width: 600px) {
  .contact .contactItem-questionMark {
    width: 8%;
  }
  .contact .contactItem-questionTxt {
    width: 92%;
  }
  /* .contact .contactItem-answer {
    padding-inline-end: 80px;
  } */
  .contact .contactItem-answerInit {
    width: 6%;
  }
  .contact .contactItem-answerContents {
    width: 94%;
  }
  .contact .contactItem-btn {
    max-width: 400px;
  }
}

.contact .contactItemAnswerContents {
  line-height: 1.5;
  font-size: clamp(1.4rem, 3.7vw, 2.1rem);
  color: #333;
}
.contact .contactItemAnswerContents ._mb10 {
  margin-bottom: 10px;
}
.contact .contactItemAnswerContents ._mt1em {
  margin-top: 1em;
}
.contact .contactItemAnswerContents ._mt2em {
  margin-top: 2em;
}
.contact .contactItemAnswerContents h4 {
  font-size: 1.4em;
}
.contact .contactItemAnswerContents h5 {
  font-size: 1.15em;
}
.contact .contactItemAnswerContents h6 {
  margin-bottom: 5px;
  padding-bottom: 4px;
  font-size: 1.15em;
  font-weight: 700;
  border-bottom: 2px solid black;
}
.contact .contactItemAnswerContents p {
  line-height: inherit;
  font-size: inherit;
  color: inherit;
}
.contact .contactItemAnswerContents p._fs14 {
  font-size: 1.4rem;
}
.contact .contactItemAnswerContents img {
  display: block;
}


.contact .contactItemAnswerContents ol > li {
  position: relative;
  counter-increment: list-counter;
  margin-block-end: 1em;
  padding-inline-start: 1.3em;
}
.contactItemAnswerContents ol > li::before {
  content: counter(list-counter) ". ";
  position: absolute;
  top: -0.2em;
  left: 0;
  font-size: 1.2em;
}
.contact .contactItemAnswerContents ol > li > span {
  padding-inline-end: 0.3em;
}

.contact .contactItemAnswerContents-img {
  width: 100%;
  max-width: 400px;
}
.contact .contactItemAnswerContents-imgBox {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 1em;
}
.contactItemAnswerContents-note {
  padding-inline-start: 1em;
  text-indent: -1em;
}
.contactItemAnswerContents-note::before {
  content: "※";
  color: #ff0000;
}

.contactItemAnswerContents table td {
  word-break: break-all;
  word-wrap: break-word;
  overflow-wrap: break-word;
  line-break: anywhere;
  hyphens: none;
}

.contactItemAnswerContents .tableWapper {
  overflow: auto;
}
.contactItemAnswerContents .tableWapper table {
  min-width: 880px;
}

@media screen and (min-width: 600px) {
  .contact .contactItemAnswerContents {
    padding-block-start: min(0.2vw, 0.3em);
  }
  .contact .contactItemAnswerContents-imgBox {
    flex-direction: row;
  }
  .contact .contactItemAnswerContents-imgBox > img {
    width: calc((100% - 1em * 2) / 3);
  }
}

.contact .contactAnchor-list {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: center;
  gap: min(5.3vw, 40px) 7%;
}
.contact .contactAnchor {
  position: relative;
  width: calc((100% - 7%) / 2);
  height: auto;
  aspect-ratio: 320 / 300;
  background-color: #fff;
  box-shadow: 2px 2px 5px 4px rgb(53 53 53 / 0.12);
  pointer-events: all;
  cursor: pointer;
}
.contact .contactAnchor::after {
  content: "";
  position: absolute;
  bottom: -3px;
  left: 50%;
  translate: -50% 0;
  display: block;
  width: 10px;
  height: 10px;
  border-right: 3px solid #006298;
  border-bottom: 3px solid #006298;
  transform: skewX(-15deg);
  rotate: 38deg;
  transition: bottom 0.3s;
}
@media (hover: hover) {
  .contact .contactAnchor:hover:after {
    bottom: -8px;
  }
}
.contact .contactAnchor > a {
  width: 100%;
  height: 100%;
  padding: 15px 10px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.contact .contactAnchor-ttl {
  margin-block-start: 0.3em;
  line-height: 1.25;
  text-align: center;
  font-size: 1.6rem;
  font-weight: 700;
  color: #006298;
}
.contact .contactAnchor-txt {
  line-height: 1.5;
  text-align: center;
  font-size: 1.2rem;
  font-weight: 500;
  color: #333;
}
@media screen and (min-width: 600px) {
  .contact .contactAnchor-list {
    column-gap: 10px;
  }
  .contact .contactAnchor {
    width: calc((100% - 10px * 5) / 6);
  }
}

.contactAnchor._ticket .contactAnchor-img {
  width: 38%;
  aspect-ratio: 1 / 1;
}
.contactAnchor._goods .contactAnchor-img {
  width: 31%;
  aspect-ratio: 88 / 101;
}
.contactAnchor._fav .contactAnchor-img {
  width: 38%;
  aspect-ratio: 1 / 1;
}
.contactAnchor._facility .contactAnchor-img {
  width: 54%;
  aspect-ratio: 154 / 73;
}
/* .contactAnchor._fvillage .contactAnchor-img {
  width: 38%;
  aspect-ratio: 100 / 103;
} */
.contactAnchor._app .contactAnchor-img {
  width: 25%;
  aspect-ratio: 71 / 103;
}
.contactAnchor._team .contactAnchor-img {
  width: 43%;
  aspect-ratio: 123 / 73;
}

.contact #ticket .contact-secTtl > img {
  width: 51.6%;
  aspect-ratio: 93 / 93;
}
.contact #goods .contact-secTtl > img {
  width: 43%;
  aspect-ratio: 79 / 93;
}
.contact #fav .contact-secTtl > img {
  width: 51.6%;
  aspect-ratio: 93 / 91;
}
.contact #facility .contact-secTtl > img {
  width: 71%;
  aspect-ratio: 142 / 67;
}
/* .contact #facility .contact-secTtl > span {
  font-size: clamp(1.2rem, 3.2vw, 1.8rem);
} */
.contact #app .contact-secTtl > img {
  width: 32%;
  aspect-ratio: 58 / 82;
}
.contact #team .contact-secTtl > img {
  width: 57%;
  aspect-ratio: 103 / 61;
}

.contact .contact-info {
  padding-block-start: min(13.3vw, 100px);
}

.contact .contactBox {
  position: relative;
  padding: min(5.3vw, 40px) min(4vw, 30px);
  background-color: #fff;
  overflow: hidden;
}
.contact .contactBox::before {
  content: "";
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  display: block;
  width: min(17.3vw, 130px);
  height: auto;
  aspect-ratio: 1 / 1;
  background-color: #006298;
  border-radius: 50%;
  translate: -34% -34%;
}
.contact .contactBox::after {
  content: "";
  position: absolute;
  z-index: 1;
  top: 10px;
  left: 2%;
  display: block;
  height: auto;
  background: center/contain no-repeat;
}
.contact .contactBox > * {
  position: relative;
  z-index: 2;
}
.contact .contactBox-ttl {
  text-align: center;
  font-size: clamp(1.6rem, 4.3vw, 2.4rem);
  font-weight: 700;
}
.contact .contactBox-btn {
  margin: min(5.3vw, 40px) auto 0;
  width: calc(580px / 2);
  aspect-ratio: 580 / 120;
  padding: 10px 40px;
  font-size: 1.6rem;
}
.contact .contactBox-btn::after {
  right: 20px;
  width: 0.6em;
  height: 0.6em;
}
.contact .contactBox-tell {
  margin-block: min(4vw, 30px) min(2vw, 15px);
  line-height: 1;
  text-align: center;
  font-size: clamp(1.4rem, 3.7vw, 2.1rem);
  font-weight: 700;
  color: #006298;
}
.contact .contactBox-tell2 {
  margin-block: min(4vw, 30px) min(2vw, 15px);
  line-height: 1;
  text-align: left;
  font-size: clamp(1.4rem, 3.7vw, 2.1rem);
  font-weight: 700;
  color: #006298;
}
.contact .contactBox-tell > span {
  display: block;
  font-family: "Roboto", sans-serif;
  font-size: clamp(3.5rem, 9.3vw, 5rem);
  font-weight: 900;
}
.contactBox-reception {
  margin-inline: auto;
}
.contactBox-note {
  margin-block-start: 1em;
  line-height: 1.5;
  font-size: clamp(1.2rem, 3.2vw, 1.5rem);
}
.contactBox-note::before {
  content: "※";
}
.contactBox-note._colorRed {
  color: #ff0000;
}
@media screen and (min-width: 600px) {
  .contact .contactBox::after {
    top: 15px;
  }
}

/* mail */
.contact .contactBox._mail {
  margin-block-end: min(4vw, 30px);
}
.contact .contactBox._mail::after {
  width: min(5.87vw, 44px);
  aspect-ratio: 44 / 35;
  background-image: url(/media/sites/2/company/contact/icon-mail.webp);
}
.contact .contactBox._mail .contactBox-note {
  text-align: center;
}

/* tell */
.contact .contactBox._tell::after {
  width: min(5.87vw, 44px);
  aspect-ratio: 44 / 46;
  background-image: url(/media/sites/2/company/contact/icon-tell.webp);
}
@media screen and (min-width: 600px) {
  .contact .contactBox._tell .contactBox-note {
    text-align: center;
  }
}

.contact .contactAddress {
  margin-block-start: min(8vw, 60px);
  font-style: normal;
}
.contact .contactAddress-ttl {
  margin-block-end: 15px;
  padding-bottom: 5px;
  border-bottom: min(1vw, 8px) solid;
  border-image: linear-gradient(
      90deg,
      rgb(0 98 152 / 1) 0%,
      rgb(0 98 152 / 1) 20%,
      rgb(187 187 187 / 1) 20%,
      rgb(187 187 187 / 1) 100%
    )
    1;
  display: flex;
  align-items: center;
  column-gap: min(2.4vw, 18px);
  font-size: clamp(1.7rem, 4.5vw, 2.4rem);
  font-weight: 700;
  white-space: nowrap;
}
.contact .contactAddress-ttl > img {
  height: auto;
}
.contactAddress._fvillage .contactAddress-ttl > img {
  width: min(10.1vw, 57px);
  aspect-ratio: 76 / 64;
}
.contactAddress._kamagaya .contactAddress-ttl > img {
  width: min(13vw, 73.5px);
  aspect-ratio: 98 / 56;
}

.contactAddress-address {
  font-size: clamp(1.6rem, 4.2vw, 2rem);
  font-weight: 500;
}
.contactAddress-reception {
  margin-block-start: 10px;
}

/* scroll btn */
.scrollBtn {
  position: fixed;
  z-index: 11;
  bottom: 5px;
  right: 5px;
  display: block;
  width: 40px;
  height: auto;
  aspect-ratio: 1 / 1;
  background-color: #fff;
  border: 2px solid #006298;
  opacity: 0;
  transition: translate 0.3s, opacity 0.2s;
  pointer-events: none;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}
.scrollBtn.is-active {
  pointer-events: all;
  opacity: 1;
}
.scrollBtn::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50% -30%;
  display: block;
  width: 35%;
  height: auto;
  aspect-ratio: 1 / 1;
  border-left: 2px solid #006298;
  border-top: 2px solid #006298;
  rotate: 45deg;
}
@media (hover: hover) {
  .scrollBtn:hover {
    translate: 0 -5px;
  }
}
@media screen and (min-width: 600px) {
  .scrollBtn {
    bottom: 20px;
    right: 3%;
  }
}

/* ========== _childPage ========== */
.contact._childPage .contactItem-question {
  padding: min(1.3vw, 10px) 3% min(1.3vw, 10px) 0;
  border-bottom: 2px solid #ddd;
  pointer-events: auto;
  cursor: auto;
}
.contact._childPage .contactItem-question::before,
.contact._childPage .contactItem-question::after {
  content: none;
}

.contact._childPage .contactItem-answer {
  display: block;
  padding-top: min(2.6vw, 20px);
}

.reference {
  padding-top: min(8vw, 60px);
}

.reference-ttl {
  line-height: 1.5;
  text-align: center;
  font-size: clamp(1.9rem, 5.1vw, 2.8rem);
  font-weight: 600;
}

.reference-txt {
  text-align: center;
}

.reference-answer {
  margin-top: min(4vw, 30px);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 30px;
}
.reference-answer > li {
  width: calc((100% - 30px) / 2);
  max-width: 300px;
}
.reference-answer > li .contactBtn {
  padding: 15px;
  font-size: 1.6rem;
  cursor: pointer;
}
.reference-answer > li .contactBtn::after {
  content: none;
}
@media (hover: hover) {
  .reference-answer > li .contactBtn:hover {
    opacity: 0.8;
  }
}

.contact._childPage .reference-btn {
  margin: min(5.3vw, 40px) auto 0;
  width: calc(650px / 2);
  padding: 15px 40px;
  font-size: 1.6rem;
}

.contact._childPage .reference-reception {
  margin: min(4vw, 30px) auto 0;
}

.reference > div {
  opacity: 1;
  transition: opacity 0.3s;
}
.reference .is-hidden {
  opacity: 0;
}

.contact._childPage .sec#category {
  padding-top: min(13.3vw, 100px);
  padding-bottom: 0;
}

.contact._childPage .backTopPage {
  padding-top: min(13.3vw, 100px);
}
.contact._childPage .backTopPage .contactBtn {
  margin: 0 auto;
  width: calc(690px / 2);
  aspect-ratio: 690 / 140;
  padding: 10px 45px;
  font-size: 2rem;
}
.contact._childPage .backTopPage .contactBtn::after {
  right: 20px;
}