@import url("https://fonts.googleapis.com/css2?family=Oswald:wght@700&family=Montserrat:wght@700&display=swap");
@media screen and (min-width: 680px) {
  .pc {
    display: inline-block;
  }
  .sp {
    display: none;
  }
}
@media screen and (max-width: 680px) {
  .pc {
    display: none;
  }
  .sp {
    display: inline-block;
  }
}
body {
  font-family: "Noto Sans JP", sans-serif;
  color: #333;
  overflow-x: hidden;
  font-weight: 500;
  line-height: 1.8;
}

.img-center {
  display: block;
  margin: 2rem auto;
  max-width: 100%;
  height: auto;
}

p.narrow {
  width: min(90vw, 800px);
  margin-bottom: 2rem;
  margin: auto;
}

.bg-beige {
  background-color: #f0ede4;
}

.section-title {
  position: relative;
  padding-bottom: 15px;
}
.section-title::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 50px;
  height: 3px;
  background-color: #0056b3;
}

.js-fade-up {
  opacity: 0;
  visibility: hidden;
}

footer {
  font-size: 0.8rem;
}

.mv-hero {
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  background-color: #fdfdfd;
}
.mv-hero .puzzle-hands-wrapper {
  position: absolute;
  inset: 0;
  pointer-events: none;
}
.mv-hero .puzzle-hands-wrapper .hand {
  position: absolute;
  width: clamp(80px, 10vw, 200px);
  opacity: 0;
}
.mv-hero .puzzle-hands-wrapper .hand:nth-child(1) {
  top: 0%;
  left: 20%;
  transform: translateX(-50%);
}
.mv-hero .puzzle-hands-wrapper .hand:nth-child(2) {
  top: 0%;
  right: 30%;
}
.mv-hero .puzzle-hands-wrapper .hand:nth-child(3) {
  top: 20%;
  right: 0%;
  transform: translateY(-50%);
}
.mv-hero .puzzle-hands-wrapper .hand:nth-child(4) {
  bottom: 20%;
  right: 0%;
}
.mv-hero .puzzle-hands-wrapper .hand:nth-child(5) {
  bottom: 10%;
  left: 70%;
  transform: translateX(-50%);
}
.mv-hero .puzzle-hands-wrapper .hand:nth-child(6) {
  bottom: 14%;
  left: 15%;
}
.mv-hero .puzzle-hands-wrapper .hand:nth-child(7) {
  top: 50%;
  left: 0%;
  transform: translateY(-50%);
}
.mv-hero .puzzle-hands-wrapper .hand:nth-child(8) {
  top: 15%;
  left: 0%;
}

@media (max-width: 768px) {
  .sub-copy-wrapper {
    background-color: #fff;
    padding: 1rem;
  }
}

.bottom-wave {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 1;
  overflow: hidden;
  display: flex;
  justify-content: center;
}
@media (min-width: 1450px) {
  .bottom-wave {
    bottom: -100px;
  }
}

.side-contact {
  position: fixed;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 100;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
@media (max-width: 768px) {
  .side-contact {
    display: none;
  }
}
.side-contact a {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #3498db;
  color: #fff;
  padding: 20px 12px;
  writing-mode: vertical-rl;
  text-decoration: none;
  border-radius: 10px 0 0 10px;
  font-size: 0.9rem;
  font-weight: bold;
  letter-spacing: 0.15rem;
  transition: transform 0.3s ease;
}
.side-contact a img {
  width: 22px;
  height: auto;
  margin-bottom: 10px;
}
.side-contact a:hover {
  transform: translateX(-3px);
  filter: brightness(1.1);
}

.destruction-box {
  background-color: #e9e4f0;
  border-radius: 40px;
  padding: 60px 20px;
  max-width: 960px;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .destruction-box {
    border-radius: 20px;
    padding: 40px 15px;
  }
}

.loop-unit {
  margin: 15px 0;
}

.loop-text {
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.8;
  color: #333;
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .loop-text {
    font-size: 1rem;
  }
}

.loop-arrow {
  font-size: 1.5rem;
  font-weight: 900;
  margin: 10px 0;
  color: #333;
}

.marker {
  background: linear-gradient(transparent 60%, #ffeb3b 60%);
  padding: 0 2px;
  display: inline-block;
}

.loop-section {
  position: relative;
  width: 100%;
  padding: 100px 0;
  background: repeating-linear-gradient(-45deg, #e6e0f0, #e6e0f0 10px, #d8d0e8 10px, #d8d0e8 20px);
  overflow: hidden;
}
.loop-section .wave-divider {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  line-height: 0;
}
.loop-section .wave-divider svg {
  width: 100%;
  height: 60px;
  fill: #ffffff;
}
.loop-section .wave-divider.bottom {
  top: auto;
  bottom: 0;
  transform: rotate(180deg);
}
.loop-section .content-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 20px;
  position: relative;
  z-index: 1;
}
.loop-section .content-wrapper .loop-image {
  width: 100%;
  height: auto;
  max-width: 800px;
}

#teichaku {
  background-image: url(../img/img-man.png), url(../img/img-woman.png);
  background-position: left -3% top 20%, right bottom 20%;
  background-repeat: no-repeat;
}
@media screen and (max-width: 1200px) {
  #teichaku {
    background-image: none;
  }
}

.timeline-section {
  position: relative;
  padding: 80px 0 0;
  background: repeating-linear-gradient(45deg, #fff3b0, #fff3b0 10px, #ffeb3b 10px, #ffeb3b 20px);
  overflow: hidden;
}
.timeline-section .container {
  position: relative;
  max-width: 700px;
  margin: 0 auto;
}
.timeline-section .central-axis {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  justify-content: center;
  padding: 40px 0;
  z-index: 10;
  height: 100%;
}
.timeline-section .central-axis img {
  height: 100%;
  width: auto;
}
@media (max-width: 768px) {
  .timeline-section .central-axis {
    display: none;
  }
}
.timeline-section .timeline-content {
  display: block;
  position: relative;
}
.timeline-section .step {
  width: 60%;
  position: relative;
  z-index: 2;
  margin-bottom: -80px;
  opacity: 0;
}
.timeline-section .step.step-left {
  margin-right: auto;
  transform: translateX(-50px);
}
.timeline-section .step.step-right {
  margin-left: auto;
  transform: translateX(50px);
  margin-top: 40px;
}
@media (max-width: 768px) {
  .timeline-section .step {
    width: 90%;
    margin: 0 auto 20px !important;
    padding: 0 !important;
    text-align: center;
    transform: translateY(30px);
  }
  .timeline-section .step .step-img {
    max-width: 300px;
  }
}
.timeline-section .step .step-img {
  width: 100%;
  height: auto;
  display: block;
}

.mechanism-section {
  background-color: #ffd700;
  padding: 100px 0;
  position: relative;
  text-align: center;
  overflow: hidden;
}
.mechanism-section .main-copy {
  max-width: 800px;
  margin: 60px auto;
}
.mechanism-section .puzzle {
  position: absolute;
  width: 150px;
  z-index: 1;
}
.mechanism-section .puzzle.puzzle-tl {
  top: 0%;
  left: 0%;
}
.mechanism-section .puzzle.puzzle-tr {
  top: 0%;
  right: 0%;
}
.mechanism-section .puzzle.puzzle-bl {
  bottom: 0%;
  left: 0%;
}
.mechanism-section .puzzle.puzzle-br {
  bottom: 0%;
  right: 0%;
}
@media (max-width: 768px) {
  .mechanism-section .puzzle {
    width: 100px;
  }
}

.atarimae {
  background-color: #ffd700;
  position: relative;
  padding-bottom: 50px;
}

.atarimae-inner {
  background-color: #fff;
  padding: 1.5rem;
  margin: auto;
  border-radius: 50px;
}
@media (max-width: 768px) {
  .atarimae-inner {
    padding: 1rem 0.5rem;
  }
}
.atarimae-inner #atarimae-title {
  position: absolute;
  top: -30px;
  left: 50%;
  transform: translateX(-50%);
}
.atarimae-inner #atarimae-title img {
  width: 300px;
  margin: auto;
}

.atarimae-section {
  padding: 120px 0 50px;
  background: #fff;
}
.atarimae-section .atarimae-item {
  position: relative;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}
.atarimae-section .item-header {
  background-color: black;
  border-radius: 50px;
  color: white;
  padding: 1rem;
  font-size: 1.6rem;
  letter-spacing: 0.15rem;
}
.atarimae-section .item-header span {
  font-size: 1rem;
  margin-right: 1.5rem;
  border-right: 3px solid rgba(255, 255, 255, 0.6509803922);
  padding-right: 1rem;
}
@media (max-width: 768px) {
  .atarimae-section .item-header span {
    border-right: 0;
    padding-right: 0;
    margin-right: 0;
  }
}
.atarimae-section .item-header img {
  width: 60px;
  margin: 0 20px;
}
@media (max-width: 768px) {
  .atarimae-section .item-header img {
    margin: 0 auto 15px;
  }
}
@media (max-width: 768px) {
  .atarimae-section .item-header {
    display: flex;
    flex-direction: column;
    text-align: center;
    border-radius: 30px;
    line-height: 1.6;
  }
}
.atarimae-section .item-content {
  margin: 30px 0 30px 60px;
}
@media (max-width: 768px) {
  .atarimae-section .item-content {
    margin: 20px 0;
  }
}
.atarimae-section .check-list {
  list-style: none;
  padding: 0;
}
.atarimae-section .check-list li {
  font-size: 1.25rem;
  font-weight: bold;
  margin-bottom: 15px;
  padding-left: 40px;
  background: url("../img/ic-check.svg") no-repeat left center/30px;
}
.atarimae-section .step-flow {
  display: flex;
  justify-content: space-between;
  gap: 10px;
  margin: 40px 0 100px;
}
@media (max-width: 768px) {
  .atarimae-section .step-flow {
    flex-wrap: wrap;
    justify-content: center;
    margin-bottom: 0;
  }
}
.atarimae-section .step-flow .step-box {
  flex: 1;
  min-width: 160px;
  border: 2px solid #000;
  border-radius: 20px;
  overflow: hidden;
  text-align: center;
  background: #fff;
}
@media (max-width: 768px) {
  .atarimae-section .step-flow .step-box {
    flex: 0 0 calc(50% - 10px);
    margin-bottom: 10px;
  }
}
.atarimae-section .step-flow .step-box .step-label {
  background: #308fcb;
  color: #fff;
  padding: 8px;
  font-weight: bold;
  font-size: 1.1rem;
}
.atarimae-section .step-flow .step-box .step-body {
  padding: 15px 10px;
  font-size: 0.9rem;
  font-weight: bold;
  min-height: 100px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.atarimae-section .step-flow .step-box .step-body span {
  display: block;
  font-size: 0.7rem;
  font-weight: normal;
  margin-top: 8px;
  text-align: left;
}
.atarimae-section .fukidashi {
  position: absolute;
  z-index: 5;
}
.atarimae-section .fukidashi.fukidashi-top-right {
  top: -20px;
  right: -50px;
  width: 220px;
}
.atarimae-section .fukidashi.fukidashi-mid-right {
  top: -40px;
  right: -50px;
  width: 200px;
}
.atarimae-section .fukidashi.fukidashi-bottom-right {
  top: 0px;
  right: 0px;
  width: 200px;
}
@media (max-width: 768px) {
  .atarimae-section .fukidashi.fukidashi-bottom-right {
    margin: 0;
  }
}
@media (max-width: 1100px) {
  .atarimae-section .fukidashi {
    position: static;
    width: 200px;
    margin: 20px auto 0;
  }
}

.marker {
  background: linear-gradient(transparent 60%, #fff100 60%);
}

.marker-wh {
  background: linear-gradient(transparent 60%, #fff 60%);
}

.big-lead {
  font-size: 2.7rem;
  font-weight: 600;
}
@media (max-width: 768px) {
  .big-lead {
    font-size: 1.8rem;
  }
}

.info-section .mission-card {
  position: relative;
  background: #fff;
  border-radius: 40px;
  padding: 60px;
  overflow: visible;
}
.info-section .mission-card .mission-header {
  position: relative;
  margin-bottom: 40px;
}
.info-section .mission-card .mission-header .en-title {
  font-family: "Oswald", sans-serif;
  font-size: 5rem;
  color: #ffd700;
  letter-spacing: 0.25rem;
  -webkit-text-stroke: 1px #000;
  margin-top: -100px;
  line-height: 1;
  text-transform: uppercase;
}
@media (max-width: 768px) {
  .info-section .mission-card .mission-header .en-title {
    margin-top: -50px;
    font-size: 3rem;
  }
}
.info-section .mission-card .mission-header .jp-sub {
  display: block;
  font-weight: bold;
  font-size: 1.1rem;
}
.info-section .about-card {
  background: #3498db;
  color: #fff;
  margin: 60px auto;
  padding: 60px 30px;
  border-radius: 80px;
  position: relative;
  overflow: visible;
}
.info-section .about-card .about-container {
  display: flex;
  gap: 40px;
}
.info-section .about-card .vertical-title {
  writing-mode: vertical-rl;
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  .info-section .about-card .vertical-title {
    writing-mode: horizontal-tb;
    margin-bottom: 20px;
    display: block;
  }
}
.info-section .about-card .vertical-title .jp-small {
  font-size: 1.1rem;
  letter-spacing: 0.2rem;
}
.info-section .about-card .vertical-title .en-large {
  font-family: "Oswald", sans-serif;
  color: #ffd700;
  -webkit-text-stroke: 1px #000;
  font-size: 5.5rem;
  letter-spacing: 0.05em;
}
@media (max-width: 768px) {
  .info-section .about-card .vertical-title .en-large {
    margin-left: 0;
    font-size: 3.5rem;
  }
}
.info-section .about-card .about-table {
  width: 100%;
  border-collapse: collapse;
}
.info-section .about-card .about-table tr {
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}
.info-section .about-card .about-table tr:last-child {
  border-bottom: none;
}
.info-section .about-card .about-table th,
.info-section .about-card .about-table td {
  padding: 20px 10px;
  text-align: left;
  vertical-align: top;
}
.info-section .about-card .about-table th {
  width: 120px;
  font-weight: bold;
}
.info-section .about-card .about-table td {
  line-height: 1.6;
}

@media (max-width: 768px) {
  .info-section .mission-card,
  .info-section .about-card {
    padding: 30px 20px;
    border-radius: 30px;
  }
  .info-section .about-container {
    flex-direction: column;
  }
  .info-section .en-title,
  .info-section .en-large {
    font-size: 3.5rem !important;
  }
}
.contact-section {
  background-color: #f0ede4;
  padding: 80px 20px;
  text-align: center;
}
.contact-section .contact-header {
  margin-bottom: 40px;
  display: inline-block;
  border-bottom: 1px solid #000;
  padding-bottom: 5px;
}
.contact-section .contact-header .en-title {
  font-family: "Oswald", sans-serif;
  font-size: 5.5rem;
  color: #ffd700;
  -webkit-text-stroke: 1.5px #000;
  line-height: 1;
  text-transform: uppercase;
  margin: 0;
}
.contact-section .contact-header .jp-sub {
  display: block;
  font-weight: bold;
  font-size: 1.1rem;
  margin-top: 10px;
}
.contact-section .lead-text {
  font-size: 1.1rem;
  line-height: 1.8;
  margin-bottom: 40px;
  font-weight: bold;
}
.contact-section .contact-buttons {
  display: flex;
  justify-content: center;
  gap: 30px;
  flex-wrap: wrap;
}
.contact-section .contact-buttons .btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 320px;
  height: 80px;
  background: #fff;
  border: 3px solid #000;
  border-radius: 40px;
  text-decoration: none;
  color: #000;
  font-size: 1.5rem;
  font-weight: bold;
  transition: all 0.3s ease;
}
.contact-section .contact-buttons .btn:hover {
  transform: translateY(-3px);
}
.contact-section .contact-buttons .btn img {
  width: 30px;
  margin-right: 15px;
}

.footer {
  background-color: #000;
  color: #fff;
  padding: 20px 0;
  text-align: center;
  font-size: 0.8rem;
  letter-spacing: 0.1em;
}

@media (max-width: 768px) {
  .contact-section .en-title {
    font-size: 3.5rem;
  }
  .contact-section .contact-buttons {
    flex-direction: column;
    align-items: center;
  }
  .contact-section .contact-buttons .btn {
    width: 100%;
    max-width: 300px;
    height: 60px;
    font-size: 1.2rem;
  }
}
.map-wrapper {
  position: relative;
  width: 100%;
  margin: 0 auto;
  height: 650px;
  overflow: hidden;
  border: 1px solid #ccc;
}
.map-wrapper iframe {
  position: absolute;
  top: -60px;
  left: 0;
  width: 100%;
  height: 705px;
  border: none;
}

@media (min-width: 1475px) {
  .hero-overlap-fix {
    margin-top: 5rem;
  }
}/*# sourceMappingURL=kanasho.css.map */