@import url("https://fonts.googleapis.com/css2?family=Zen+Old+Mincho:wght@400;500;600;700;900&display=swap");
@keyframes fade {
  0% {
    opacity: 0;
    transform: translate(0, 30px);
  }
  100% {
    opacity: 1;
    transform: translate(0);
  }
}
.tour-box,
.sec-tour .link-wrap,
.sec-highlights-inner h2,
.highlights-box,
.sec-pickup,
.sec-guide-inner,
.sec-learn-inner,
.sec-participation-inner {
  opacity: 0;
}
.tour-box.animation,
.sec-tour .link-wrap.animation,
.sec-highlights-inner h2.animation,
.highlights-box.animation,
.sec-pickup.animation,
.sec-guide-inner.animation,
.sec-learn-inner.animation,
.sec-participation-inner.animation {
  animation: fade 0.8s forwards;
}

main {
  font-family: "Zen Old Mincho", serif;
  letter-spacing: 0;
}

a.fix-btn {
  display: block;
  position: fixed;
  bottom: 0;
  right: 0;
  background: #222d7a;
  z-index: 2;
  color: #ffff00;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-weight: 900;
  line-height: 1.2em;
  border-top: solid 3px #c7c7c7;
  width: 100%;
  font-size: 1.2em;
  padding: 0.9em 0;
  /*width: 93%;
  bottom: 4vw;
  left: 0;
  right: 0;
  margin: auto;
  border: none;
  border-radius: 0.2em;
  border: solid 3px #c7c7c7;
  background: #222c7ae4;
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.4);*/
}
@media screen and (min-width: 768px) {
  a.fix-btn {
    padding: 0;
    width: 144px;
    height: 144px;
    font-size: 21px;
    right: 30px;
    bottom: 30px;
    border-radius: 50em;
    transition: all 0.3s;
    border: none;
  }
  a.fix-btn:hover {
    transform: scale(0.9);
    opacity: 0.9;
  }
  a.fix-btn:hover::after {
    transform: scale(1.1);
  }
  a.fix-btn::after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    border: solid 3px #c7c7c7;
    border-radius: 50em;
    box-sizing: border-box;
    transition: all 0.3s;
  }
}
a.fix-btn .btn-arrow {
  display: block;
  width: 0.6em;
  height: 0.6em;
  background: #fff;
  clip-path: polygon(0 0, 0% 100%, 100% 50%);
  position: absolute;
  top: 50%;
  right: 5%;
  transform: translate(0, -50%);
}
@media screen and (min-width: 768px) {
  a.fix-btn .btn-arrow {
    margin: 0.4em 0 0;
    position: relative;
    top: 0;
    right: 0;
    transform: translate(0);
  }
}

.hero-area {
  position: relative;
  overflow: hidden;
}
.hero-area div.hero-img {
  width: 33%;
  position: absolute;
  top: 14vw;
  left: 49.6%;
  transform: translate(-50%, 0);
}
@media screen and (min-width: 768px) {
  .hero-area div.hero-img {
    width: 13%;
    top: 6vw;
  }
}
.hero-area .hero-txt-wrap {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1;
  color: #fff;
  text-align: center;
}
.hero-area .hero-txt-wrap h1 {
  line-height: 1em;
  font-weight: 900;
  margin-top: 20vw;
  font-size: 17.4vw;
}
@media screen and (min-width: 768px) {
  .hero-area .hero-txt-wrap h1 {
    font-size: 8vw;
    margin-top: 7vw;
  }
}
.hero-area .hero-txt-wrap h1 span.small01 {
  line-height: 1.2em;
  display: inline-block;
  font-size: 0.3em;
  position: relative;
  display: inline-block;
  position: relative;
}
.hero-area .hero-txt-wrap h1 span.small01::after, .hero-area .hero-txt-wrap h1 span.small01::before {
  content: "";
  display: block;
  position: absolute;
  width: 2px;
  height: 1em;
  background-color: #fff;
  bottom: 0;
}
.hero-area .hero-txt-wrap h1 span.small01::after {
  left: -0.7em;
  transform: rotate(-30deg);
}
.hero-area .hero-txt-wrap h1 span.small01::before {
  right: -0.7em;
  transform: rotate(30deg);
}
.hero-area .hero-txt-wrap h1 span.small02 {
  line-height: 1.2em;
  display: block;
  font-size: 0.52em;
}
.hero-area .hero-txt-wrap .hero-fuki {
  position: absolute;
  top: 12%;
  right: 2%;
  width: 28%;
}
@media screen and (min-width: 768px) {
  .hero-area .hero-txt-wrap .hero-fuki {
    width: 16%;
    top: 18%;
    right: 20%;
  }
}
.hero-area .hero-txt-wrap .hero-read {
  line-height: 1.2em;
  font-size: 7vw;
  margin: 2.2em 0 1.4em;
}
@media screen and (min-width: 768px) {
  .hero-area .hero-txt-wrap .hero-read {
    margin: 1.8em 0 0.5em;
    font-size: min(2.43vw, 45px);
  }
}
.hero-area .hero-txt-wrap .hero-txt {
  line-height: 2.2em;
}
@media screen and (min-width: 768px) {
  .hero-area .hero-txt-wrap .hero-txt {
    line-height: 2em;
    font-size: min(1.32vw, 25px);
  }
}

section.sec-schedule {
  padding: 15vw 0 0;
}
@media screen and (min-width: 768px) {
  section.sec-schedule {
    padding: 55px 0 0;
  }
}
section.sec-schedule div.sec-schedule-inner {
  padding: 8% 4%;
  border-radius: 0.6em;
  background-color: #455f86;
  width: 90%;
  margin: auto;
}
@media screen and (min-width: 768px) {
  section.sec-schedule div.sec-schedule-inner {
    padding: 30px 0;
    max-width: 1058px;
  }
}
section.sec-schedule h3 {
  font-weight: 500;
  text-align: center;
  color: #fff;
  font-size: 1.2em;
  margin-bottom: 1em;
}
@media screen and (min-width: 768px) {
  section.sec-schedule h3 {
    font-size: 21px;
  }
}
section.sec-schedule h3 span {
  display: inline-block;
}
section.sec-schedule h3 span.icon {
  width: 1.6em;
  transform: translate(0, 0.2em);
}
@media screen and (min-width: 768px) {
  section.sec-schedule div.schedule-txt-wrap {
    display: flex;
    flex-wrap: wrap;
    width: 90.4%;
    margin: auto;
    gap: 1%;
  }
}
section.sec-schedule div.schedule-txt-wrap .schedule-txt {
  line-height: 1.2em;
  font-weight: 500;
  letter-spacing: 0.05em;
  padding: 0.4em 0;
  font-size: 1.1em;
  background: #fff;
  padding: 0.8em 0.6em;
  margin-bottom: 0.4em;
  border-radius: 0.1em;
}
@media screen and (min-width: 768px) {
  section.sec-schedule div.schedule-txt-wrap .schedule-txt {
    width: 49.5%;
    font-size: 2.1vw;
  }
}
@media screen and (min-width: 1000px) {
  section.sec-schedule div.schedule-txt-wrap .schedule-txt {
    font-size: 2vw;
  }
}
@media screen and (min-width: 1280px) {
  section.sec-schedule div.schedule-txt-wrap .schedule-txt {
    font-size: 26px;
  }
}
section.sec-schedule div.schedule-txt-wrap .schedule-txt:nth-last-of-type(1) {
  border-bottom: none;
}
section.sec-schedule div.schedule-txt-wrap .schedule-txt .small {
  font-size: 0.7em;
}
section.sec-schedule div.schedule-txt-wrap .schedule-txt .big {
  font-size: 1.5em;
}
section.sec-schedule a {
  display: block;
  background: #ffff00;
  box-sizing: border-box;
  border-radius: 50em;
  width: 70%;
  position: relative;
  margin: auto;
  padding: 0.4em 0;
  font-weight: 500;
  text-align: center;
  margin-top: 1em;
}
@media screen and (min-width: 768px) {
  section.sec-schedule a {
    font-size: 17px;
    padding: 0.4em 1.4em;
    width: 255px;
    transition: all 0.3s;
    overflow: hidden;
  }
  section.sec-schedule a::before {
    position: absolute;
    content: "";
    top: 0;
    left: -120%;
    width: 100%;
    height: 100%;
    transform: skewX(-30deg);
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.5) 100%);
  }
  section.sec-schedule a:hover {
    opacity: 0.9;
    transition: all 0.8s;
  }
  section.sec-schedule a:hover::before {
    animation: lightcurtain-ani 0.8s ease-out;
  }
}
@media screen and (min-width: 1000px) {
  section.sec-schedule a {
    font-size: 19px;
  }
}
section.sec-schedule a .txt {
  display: inline-block;
  transform: translate(-0.4em, 0);
}
section.sec-schedule a .btn-arrow {
  background-color: #000;
  display: block;
  width: 0.6em;
  height: 0.6em;
  clip-path: polygon(0 0, 0% 100%, 100% 50%);
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  right: 5%;
}
@media screen and (min-width: 768px) {
  section.sec-schedule a .btn-arrow {
    right: 7%;
  }
}
section.sec-schedule p.schedule-note {
  width: 90%;
  margin: 1em auto 0;
  line-height: 1.4em;
  font-size: 0.7em;
}
@media screen and (min-width: 768px) {
  section.sec-schedule p.schedule-note {
    text-align: center;
    font-size: 14px;
    line-height: 1.6em;
    margin: 1.8em auto 0;
  }
}
@media screen and (min-width: 1000px) {
  section.sec-schedule p.schedule-note {
    font-size: 16px;
  }
}

.infinite-slide-wrapper {
  overflow: hidden;
  width: 100%;
  position: relative;
  left: 50%;
  transform: translate(-50%, 0);
  margin: 10vw 0;
}
@media screen and (min-width: 768px) {
  .infinite-slide-wrapper {
    margin-bottom: pcvw(58);
    margin: 60px 0;
  }
}
.infinite-slide-wrapper div.infinite-slide {
  display: flex;
  width: 500%;
}
@media screen and (min-width: 768px) {
  .infinite-slide-wrapper div.infinite-slide {
    width: 280%;
  }
}
.infinite-slide-wrapper .slider {
  animation: scroll-left 40s infinite linear 0.5s both;
  display: flex;
}
.infinite-slide-wrapper .slide {
  padding-right: spvw(8);
  box-sizing: border-box;
}
@media screen and (min-width: 768px) {
  .infinite-slide-wrapper .slide {
    padding-right: 8px;
  }
}
@keyframes scroll-left {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}

section.sec-tour {
  background-color: #2e3d63;
  position: relative;
  padding: 29vw 0 20vw;
}
@media screen and (min-width: 768px) {
  section.sec-tour {
    padding: 160px 0 130px;
  }
}
section.sec-tour div.bg-txt {
  font-family: var(--font-arvo);
  position: absolute;
  text-align: center;
  font-weight: bold;
  width: 100%;
  line-height: 1em;
  top: 0;
  left: 0;
}
@media screen and (min-width: 768px) {
  section.sec-tour div.bg-txt {
    width: 88%;
    right: 0;
    margin: auto;
    top: 40px;
    transform: translate(0);
  }
}
section.sec-tour div.tour-box {
  position: relative;
  z-index: 1;
  background: #fff;
  margin: auto;
  width: 90%;
  border-radius: 0.4em;
  padding: 5%;
}
@media screen and (min-width: 768px) {
  section.sec-tour div.tour-box {
    width: 90%;
    max-width: 772px;
    padding: 0;
  }
}
section.sec-tour div.tour-box div.tour-img {
  width: 100%;
  margin-bottom: 5%;
}
@media screen and (min-width: 768px) {
  section.sec-tour div.tour-box div.tour-img {
    margin-bottom: 0;
    width: 38%;
    position: absolute;
    top: 50%;
    left: -3%;
    transform: translate(0, -50%);
  }
}
@media screen and (min-width: 768px) {
  section.sec-tour div.tour-box div.tour-box-txt-wrap {
    padding: 40px 0;
    width: 57%;
    margin: 0 4% 0 auto;
  }
}
section.sec-tour div.tour-box div.tour-box-txt-wrap h3 {
  font-weight: 500;
  color: #0051a4;
  font-size: 1.2em;
  text-align: center;
  margin-bottom: 0.6em;
}
@media screen and (min-width: 768px) {
  section.sec-tour div.tour-box div.tour-box-txt-wrap h3 {
    display: inline-block;
    text-align: left;
    font-size: 18px;
    margin-bottom: 0;
  }
}
section.sec-tour div.tour-box div.tour-box-txt-wrap h3 span {
  display: inline-block;
}
section.sec-tour div.tour-box div.tour-box-txt-wrap h3 span.icon {
  width: 2em;
  transform: translate(0, 0.2em);
  margin-right: 0.4em;
}
section.sec-tour div.tour-box div.tour-box-txt-wrap .red-txt {
  text-align: center;
  background-color: #d90000;
  line-height: 1.2em;
  color: #fff;
  padding: 0.2em 0.8em;
  border-radius: 50em;
  font-weight: 500;
  width: 60%;
  margin: 0.4em auto 0.6em;
}
@media screen and (min-width: 768px) {
  section.sec-tour div.tour-box div.tour-box-txt-wrap .red-txt {
    width: auto;
    margin: 0;
    display: inline-block;
    font-size: 15px;
  }
}
section.sec-tour div.tour-box div.tour-box-txt-wrap .schedule-txt {
  line-height: 1.2em;
  font-weight: 500;
  letter-spacing: 0.05em;
  border-bottom: dashed #808080 1px;
  padding: 0.6em 0;
  font-size: 1.1em;
}
@media screen and (min-width: 768px) {
  section.sec-tour div.tour-box div.tour-box-txt-wrap .schedule-txt {
    padding: 0.4em 0;
    font-size: 2.6vw;
  }
}
@media screen and (min-width: 1000px) {
  section.sec-tour div.tour-box div.tour-box-txt-wrap .schedule-txt {
    font-size: 24px;
  }
}
@media screen and (min-width: 1280px) {
  section.sec-tour div.tour-box div.tour-box-txt-wrap .schedule-txt {
    font-size: 26px;
  }
}
section.sec-tour div.tour-box div.tour-box-txt-wrap .schedule-txt:nth-last-of-type(1) {
  border-bottom: none;
}
section.sec-tour div.tour-box div.tour-box-txt-wrap .schedule-txt .small {
  font-size: 0.7em;
}
section.sec-tour div.tour-box div.tour-box-txt-wrap .schedule-txt .big {
  font-size: 1.5em;
}
section.sec-tour a {
  display: block;
  margin: auto;
  background-color: #ffff00;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  font-weight: bold;
  width: 90%;
  margin: 2em auto 0;
  -moz-column-gap: 1em;
       column-gap: 1em;
  padding: 1em 0;
  position: relative;
}
@media screen and (min-width: 768px) {
  section.sec-tour a {
    width: 568px;
    font-size: 19px;
    padding: 1em 0;
    margin-top: 50px;
    -moz-column-gap: 1em;
         column-gap: 1em;
    transition: all 0.3s;
    overflow: hidden;
  }
  section.sec-tour a::before {
    position: absolute;
    content: "";
    top: 0;
    left: -120%;
    width: 100%;
    height: 100%;
    transform: skewX(-30deg);
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.5) 100%);
  }
  section.sec-tour a:hover {
    opacity: 0.9;
    transition: all 0.8s;
  }
  section.sec-tour a:hover::before {
    animation: lightcurtain-ani 0.8s ease-out;
  }
}
@media screen and (min-width: 1000px) {
  section.sec-tour a {
    font-size: 21px;
  }
}
section.sec-tour a .link-txt {
  display: block;
  margin-left: 5%;
  width: 30%;
}
@media screen and (min-width: 768px) {
  section.sec-tour a .link-txt {
    width: 170px;
  }
}
@media screen and (min-width: 1000px) {
  section.sec-tour a .link-txt {
    width: 190px;
  }
}
section.sec-tour a .btn-inner {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  box-sizing: border-box;
  border-radius: 50em;
  background: #fff;
  padding: 0.4em 1.2em;
  width: 12em;
}
@media screen and (min-width: 768px) {
  section.sec-tour a .btn-inner {
    padding: 0.4em 1.4em;
    width: 255px;
  }
}
section.sec-tour a .btn-inner .btn-arrow {
  background-color: #000;
  display: block;
  width: 0.6em;
  height: 0.6em;
  clip-path: polygon(0 0, 0% 100%, 100% 50%);
}

div.highlights-pickup-wrap {
  background-color: #f4f6f7;
  padding: 0 0 20vw;
}
@media screen and (min-width: 768px) {
  div.highlights-pickup-wrap {
    padding: 0 0 120px;
  }
}

section.sec-highlights {
  padding: 20vw 0 0;
}
@media screen and (min-width: 768px) {
  section.sec-highlights {
    padding: 103px 0 0;
  }
}
section.sec-highlights div.sec-highlights-inner {
  margin: auto;
  width: 90%;
}
@media screen and (min-width: 768px) {
  section.sec-highlights div.sec-highlights-inner {
    max-width: 1046px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}
section.sec-highlights div.sec-highlights-inner h2 {
  width: 80%;
  margin: 0 0 10% 0;
}
@media screen and (min-width: 768px) {
  section.sec-highlights div.sec-highlights-inner h2 {
    width: 20%;
  }
}
@media screen and (min-width: 1000px) {
  section.sec-highlights div.sec-highlights-inner h2 {
    width: 17%;
  }
}
@media screen and (min-width: 1280px) {
  section.sec-highlights div.sec-highlights-inner h2 {
    width: 178px;
  }
}
@media screen and (min-width: 768px) {
  section.sec-highlights div.sec-highlights-inner div.highlights-cont {
    width: 73%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}
@media screen and (min-width: 1000px) {
  section.sec-highlights div.sec-highlights-inner div.highlights-cont {
    width: 75%;
  }
}
@media screen and (min-width: 1280px) {
  section.sec-highlights div.sec-highlights-inner div.highlights-cont {
    width: calc(100% - 250px);
  }
}
section.sec-highlights div.sec-highlights-inner div.highlights-cont div.highlights-box {
  background: #fff;
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 5vw;
  padding: 6vw;
}
@media screen and (min-width: 768px) {
  section.sec-highlights div.sec-highlights-inner div.highlights-cont div.highlights-box {
    width: 100%;
    padding: 2.6vw;
    margin-bottom: 14px;
  }
}
@media screen and (min-width: 1280px) {
  section.sec-highlights div.sec-highlights-inner div.highlights-cont div.highlights-box {
    padding: 30px;
  }
}
@media screen and (min-width: 768px) {
  section.sec-highlights div.sec-highlights-inner div.highlights-cont div.highlights-box.small {
    width: calc(33.3333333333% - 15px);
    margin-bottom: 0;
  }
}
@media screen and (min-width: 768px) {
  section.sec-highlights div.sec-highlights-inner div.highlights-cont div.highlights-box.small div.highlights-txt-wrap {
    width: 100%;
  }
}
section.sec-highlights div.sec-highlights-inner div.highlights-cont div.highlights-box div.highlights-img {
  margin-bottom: 8%;
}
@media screen and (min-width: 768px) {
  section.sec-highlights div.sec-highlights-inner div.highlights-cont div.highlights-box div.highlights-img {
    width: 39%;
    margin-bottom: 0;
  }
}
@media screen and (min-width: 768px) {
  section.sec-highlights div.sec-highlights-inner div.highlights-cont div.highlights-box div.highlights-txt-wrap {
    width: 55%;
  }
}
section.sec-highlights div.sec-highlights-inner div.highlights-cont div.highlights-box div.highlights-txt-wrap h3 {
  color: #222d7a;
  line-height: 1.2em;
  margin-bottom: 0.6em;
  font-size: 1.4em;
}
@media screen and (min-width: 768px) {
  section.sec-highlights div.sec-highlights-inner div.highlights-cont div.highlights-box div.highlights-txt-wrap h3 {
    font-size: 2.6vw;
    margin-bottom: 0.4em;
  }
}
@media screen and (min-width: 1280px) {
  section.sec-highlights div.sec-highlights-inner div.highlights-cont div.highlights-box div.highlights-txt-wrap h3 {
    font-size: 33px;
  }
}
section.sec-highlights div.sec-highlights-inner div.highlights-cont div.highlights-box div.highlights-txt-wrap p.highlights-txt {
  line-height: 1.65em;
  font-weight: 500;
  font-size: 1em;
}
@media screen and (min-width: 768px) {
  section.sec-highlights div.sec-highlights-inner div.highlights-cont div.highlights-box div.highlights-txt-wrap p.highlights-txt {
    font-size: 1.8vw;
  }
}
@media screen and (min-width: 1000px) {
  section.sec-highlights div.sec-highlights-inner div.highlights-cont div.highlights-box div.highlights-txt-wrap p.highlights-txt {
    font-size: 1.7vw;
  }
}
@media screen and (min-width: 1280px) {
  section.sec-highlights div.sec-highlights-inner div.highlights-cont div.highlights-box div.highlights-txt-wrap p.highlights-txt {
    font-size: 20px;
  }
}
section.sec-highlights div.sec-highlights-inner div.highlights-cont p.highlights-note {
  margin-top: 1em;
  line-height: 1.2em;
  font-size: 0.7em;
}
@media screen and (min-width: 768px) {
  section.sec-highlights div.sec-highlights-inner div.highlights-cont p.highlights-note {
    font-size: 14px;
  }
}
@media screen and (min-width: 1280px) {
  section.sec-highlights div.sec-highlights-inner div.highlights-cont p.highlights-note {
    font-size: 16px;
  }
}

section.sec-pickup {
  padding: 30vw 0 0;
}
@media screen and (min-width: 768px) {
  section.sec-pickup {
    padding: 100px 0 0;
  }
}
section.sec-pickup div.sec-pickup-inner {
  width: 95%;
  margin: 0 0 0 auto;
  background-color: #eeefe1;
  padding: 10vw 6vw 13vw 7vw;
  position: relative;
}
@media screen and (min-width: 768px) {
  section.sec-pickup div.sec-pickup-inner {
    width: 90%;
    max-width: 1046px;
    margin: auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
    padding: 70px 0 70px 5%;
  }
}
section.sec-pickup .pickup-top-txt {
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  line-height: 1em;
  transform: translate(0, -130%);
  font-size: 1.4em;
}
@media screen and (min-width: 768px) {
  section.sec-pickup .pickup-top-txt {
    font-size: 28px;
  }
}
@media screen and (min-width: 1000px) {
  section.sec-pickup .pickup-top-txt {
    font-size: 32px;
  }
}
section.sec-pickup .pickup-top-txt::after, section.sec-pickup .pickup-top-txt::before {
  content: "";
  display: block;
  position: absolute;
  width: 1px;
  height: 0.6em;
  background-color: #000;
  bottom: -0.02em;
}
section.sec-pickup .pickup-top-txt::after {
  left: 0.3em;
  transform: rotate(-34deg);
}
section.sec-pickup .pickup-top-txt::before {
  right: 0.3em;
  transform: rotate(34deg);
}
section.sec-pickup .pickup-top-txt span {
  position: relative;
  display: inline-block;
  padding: 0 1em;
}
section.sec-pickup .pickup-top-txt span::after, section.sec-pickup .pickup-top-txt span::before {
  content: "";
  display: block;
  position: absolute;
  width: 1px;
  height: 0.8em;
  background-color: #000;
  bottom: 0;
}
section.sec-pickup .pickup-top-txt span::after {
  left: 0.4em;
  transform: rotate(-30deg);
}
section.sec-pickup .pickup-top-txt span::before {
  right: 0.4em;
  transform: rotate(30deg);
}
section.sec-pickup h2 {
  line-height: 1em;
  color: #222d7a;
  font-size: 1.4em;
}
@media screen and (min-width: 768px) {
  section.sec-pickup h2 {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    font-size: 32px;
    -moz-column-gap: 1em;
         column-gap: 1em;
  }
}
@media screen and (min-width: 1000px) {
  section.sec-pickup h2 {
    font-size: 36px;
  }
}
section.sec-pickup h2 .logo {
  display: block;
  width: 35%;
  margin-bottom: 1em;
}
@media screen and (min-width: 768px) {
  section.sec-pickup h2 .logo {
    width: 148px;
    margin-bottom: 0;
  }
}
section.sec-pickup h2 .txt-wrap {
  display: block;
}
section.sec-pickup h2 .small {
  font-weight: 500;
  display: block;
  font-size: 0.7em;
  color: #000;
}
section.sec-pickup h2 .big {
  font-size: 1.3em;
}
section.sec-pickup div.pickup-cont {
  margin-top: 7vw;
}
@media screen and (min-width: 768px) {
  section.sec-pickup div.pickup-cont {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 40px;
  }
}
section.sec-pickup div.pickup-cont div.pickup-cont-img01 {
  margin-bottom: 7%;
}
@media screen and (min-width: 768px) {
  section.sec-pickup div.pickup-cont div.pickup-cont-img01 {
    width: 45%;
    margin-bottom: 0;
  }
}
@media screen and (min-width: 768px) {
  section.sec-pickup div.pickup-cont div.pickup-cont-txt-wrap {
    width: 50%;
    order: -1;
  }
}
section.sec-pickup div.pickup-cont div.pickup-cont-txt-wrap .pickup-cont-read {
  line-height: 1.2em;
  margin-bottom: 0.8em;
  font-size: 1.26em;
}
@media screen and (min-width: 768px) {
  section.sec-pickup div.pickup-cont div.pickup-cont-txt-wrap .pickup-cont-read {
    font-size: 26px;
  }
}
section.sec-pickup div.pickup-cont div.pickup-cont-txt-wrap .pickup-cont-txt {
  line-height: 1.75em;
  font-size: 0.92em;
}
@media screen and (min-width: 768px) {
  section.sec-pickup div.pickup-cont div.pickup-cont-txt-wrap .pickup-cont-txt {
    font-size: 14px;
  }
}
@media screen and (min-width: 1000px) {
  section.sec-pickup div.pickup-cont div.pickup-cont-txt-wrap .pickup-cont-txt {
    font-size: 18px;
  }
}
@media screen and (min-width: 1280px) {
  section.sec-pickup div.pickup-cont div.pickup-cont-txt-wrap .pickup-cont-txt {
    font-size: 20px;
  }
}
section.sec-pickup div.pickup-point {
  margin-top: 15vw;
}
@media screen and (min-width: 768px) {
  section.sec-pickup div.pickup-point {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 75px;
    width: 93%;
  }
}
section.sec-pickup div.pickup-point .pickup-point-txt-wrap {
  border-bottom: solid 1px #000;
}
@media screen and (min-width: 768px) {
  section.sec-pickup div.pickup-point .pickup-point-txt-wrap {
    width: 55%;
  }
}
@media screen and (min-width: 1000px) {
  section.sec-pickup div.pickup-point .pickup-point-txt-wrap {
    width: 63%;
  }
}
section.sec-pickup div.pickup-point .pickup-point-txt-wrap h3 {
  font-weight: bold;
  color: #808080;
  position: relative;
  line-height: 1.2em;
  font-size: 1.2em;
}
@media screen and (min-width: 768px) {
  section.sec-pickup div.pickup-point .pickup-point-txt-wrap h3 {
    font-size: 28px;
  }
}
section.sec-pickup div.pickup-point .pickup-point-txt-wrap h3::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  position: absolute;
  top: 0;
  left: 0;
  background: #000;
}
section.sec-pickup div.pickup-point .pickup-point-txt-wrap h3 span {
  display: inline-block;
  position: relative;
  z-index: 1;
  padding-right: 0.6em;
  background-color: #eeefe1;
  transform: translate(0, -50%);
}
section.sec-pickup div.pickup-point .pickup-point-txt-wrap dl {
  padding: 2vw 0 6vw;
}
@media screen and (min-width: 768px) {
  section.sec-pickup div.pickup-point .pickup-point-txt-wrap dl {
    padding: 0;
  }
}
section.sec-pickup div.pickup-point .pickup-point-txt-wrap dt {
  display: inline-block;
  background: #fff;
  padding: 0.4em 1.6em;
  line-height: 1.2em;
}
@media screen and (min-width: 768px) {
  section.sec-pickup div.pickup-point .pickup-point-txt-wrap dt {
    font-size: 17px;
  }
}
@media screen and (min-width: 1000px) {
  section.sec-pickup div.pickup-point .pickup-point-txt-wrap dt {
    font-size: 20px;
  }
}
section.sec-pickup div.pickup-point .pickup-point-txt-wrap dd {
  line-height: 1.8em;
  margin-top: 1em;
  font-size: 0.92em;
  text-align: justify;
}
@media screen and (min-width: 768px) {
  section.sec-pickup div.pickup-point .pickup-point-txt-wrap dd {
    text-align: left;
    font-size: 13px;
  }
}
@media screen and (min-width: 1000px) {
  section.sec-pickup div.pickup-point .pickup-point-txt-wrap dd {
    font-size: 15px;
  }
}
@media screen and (min-width: 768px) {
  section.sec-pickup div.pickup-point .pickup-point-img {
    width: 40%;
  }
}
@media screen and (min-width: 1000px) {
  section.sec-pickup div.pickup-point .pickup-point-img {
    width: 32%;
  }
}
section.sec-pickup .pickup-note {
  line-height: 1.2em;
  margin-top: 3em;
  font-size: 0.7em;
}
@media screen and (min-width: 768px) {
  section.sec-pickup .pickup-note {
    font-size: 11px;
  }
}
@media screen and (min-width: 1000px) {
  section.sec-pickup .pickup-note {
    font-size: 13px;
  }
}

section.sec-guide {
  padding: 20vw 0;
}
@media screen and (min-width: 768px) {
  section.sec-guide {
    padding: 130px 0 120px;
  }
}
section.sec-guide div.sec-guide-inner {
  width: 90%;
  margin: auto;
}
@media screen and (min-width: 768px) {
  section.sec-guide div.sec-guide-inner {
    max-width: 820px;
  }
}
section.sec-guide h2 {
  text-align: center;
  font-size: 2em;
  color: #222d7a;
  margin-bottom: 1.6em;
}
@media screen and (min-width: 768px) {
  section.sec-guide h2 {
    font-size: 40px;
  }
}
@media screen and (min-width: 1000px) {
  section.sec-guide h2 {
    font-size: 46px;
  }
}
@media screen and (min-width: 768px) {
  section.sec-guide div.guide-box-wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
  }
}
section.sec-guide div.guide-box-wrap div.guide-box {
  line-height: 1.4em;
  font-size: 1.08em;
}
@media screen and (min-width: 768px) {
  section.sec-guide div.guide-box-wrap div.guide-box {
    width: 50%;
    font-size: 1.8vw;
  }
}
@media screen and (min-width: 1000px) {
  section.sec-guide div.guide-box-wrap div.guide-box {
    font-size: 17px;
  }
}
section.sec-guide div.guide-box-wrap div.guide-box.box01 {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  -moz-column-gap: 5%;
       column-gap: 5%;
  padding-bottom: 10vw;
}
@media screen and (min-width: 768px) {
  section.sec-guide div.guide-box-wrap div.guide-box.box01 {
    padding-right: 5%;
    justify-content: space-between;
    padding-bottom: 0;
  }
}
section.sec-guide div.guide-box-wrap div.guide-box.box01 div.guide-img01 {
  width: 23%;
}
section.sec-guide div.guide-box-wrap div.guide-box.box01 div.box01-inner {
  width: 65%;
}
@media screen and (min-width: 768px) {
  section.sec-guide div.guide-box-wrap div.guide-box.box01 div.box01-inner {
    width: 70%;
  }
}
section.sec-guide div.guide-box-wrap div.guide-box.box01 div.box01-inner ul {
  margin-top: 1em;
}
section.sec-guide div.guide-box-wrap div.guide-box.box01 div.box01-inner .guide-img02 {
  width: 60%;
  margin-top: 10%;
}
section.sec-guide div.guide-box-wrap div.guide-box.box02 {
  text-align: center;
}
@media screen and (min-width: 768px) {
  section.sec-guide div.guide-box-wrap div.guide-box.box02 {
    padding-left: 5%;
    border-left: dashed 1px #000;
  }
}
section.sec-guide div.guide-box-wrap div.guide-box.box02 div.guide-img03 {
  width: 60%;
  margin: 5% auto 0;
}
section.sec-guide div.guide-box-wrap div.guide-box h3 {
  text-align: center;
  background-color: #455f86;
  color: #fff;
  font-size: 1.2em;
  font-weight: 500;
  padding: 0.6em 0;
  line-height: 1.2em;
  border-radius: 50em;
  width: 90%;
  margin: auto;
  margin-bottom: 1.3em;
}
@media screen and (min-width: 768px) {
  section.sec-guide div.guide-box-wrap div.guide-box h3 {
    width: 100%;
  }
}
section.sec-guide div.guide-box-wrap div.guide-box .note {
  margin-top: 1em;
  font-size: 0.7em;
}
section.sec-guide p.yellow-bg {
  background-color: #fff8af;
  color: #c1272d;
  text-align: center;
  margin-top: 10%;
  padding: 5vw 0;
}
@media screen and (min-width: 768px) {
  section.sec-guide p.yellow-bg {
    font-size: 17px;
    margin-top: 58px;
    padding: 20px 0;
  }
}

div.learn-participation-wrap {
  background-color: #2e3d63;
}
@media screen and (min-width: 768px) {
  div.learn-participation-wrap {
    padding-bottom: 136px;
  }
}

section.sec-learn {
  padding: 20vw 0;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  section.sec-learn {
    padding: 100px 0;
  }
}
section.sec-learn h2 {
  text-align: center;
  color: #ffff00;
  font-size: 1.9em;
  line-height: 1.4em;
  margin-bottom: 1.4em;
}
@media screen and (min-width: 768px) {
  section.sec-learn h2 {
    font-size: 36px;
  }
}
@media screen and (min-width: 1000px) {
  section.sec-learn h2 {
    font-size: 46px;
  }
}
section.sec-learn h3 {
  text-align: center;
  color: #fff;
  margin-bottom: 1em;
  font-size: 1.4em;
  margin-bottom: 15vw;
}
@media screen and (min-width: 768px) {
  section.sec-learn h3 {
    font-size: 30px;
    margin-bottom: 50px;
  }
}
@media screen and (min-width: 1000px) {
  section.sec-learn h3 {
    font-size: 33px;
  }
}
section.sec-learn div.learn-slide {
  width: 80%;
  margin: auto;
  position: relative;
}
@media screen and (min-width: 768px) {
  section.sec-learn div.learn-slide {
    width: 90%;
    max-width: 1115px;
    overflow: hidden;
    padding: 4% 0 8%;
  }
}
@media screen and (min-width: 1280px) {
  section.sec-learn div.learn-slide {
    padding: 50px 0 110px;
  }
}
section.sec-learn div.learn-slide div.swiper-slide {
  box-sizing: border-box;
  background-color: #fff;
  padding: 5vw 5vw 7vw 5vw;
  transition: all 0.3s;
}
@media screen and (min-width: 768px) {
  section.sec-learn div.learn-slide div.swiper-slide {
    padding: 2.6% 2.6% 4% 2.6%;
  }
}
section.sec-learn div.learn-slide div.swiper-slide.swiper-slide-active {
  transform: scale(1.2);
}
section.sec-learn div.learn-slide div.swiper-slide h4 {
  text-align: center;
  font-size: 1.2em;
  color: #222d7a;
  height: 3.6em;
  line-height: 1.2em;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media screen and (min-width: 768px) {
  section.sec-learn div.learn-slide div.swiper-slide h4 {
    font-size: 2.2vw;
  }
}
@media screen and (min-width: 1000px) {
  section.sec-learn div.learn-slide div.swiper-slide h4 {
    font-size: 22px;
  }
}
section.sec-learn div.learn-slide div.swiper-slide p {
  text-align: center;
  line-height: 1.6em;
  font-size: 0.76em;
}
@media screen and (min-width: 768px) {
  section.sec-learn div.learn-slide div.swiper-slide p {
    font-size: 1.2vw;
    width: 110%;
    position: relative;
    left: 50%;
    transform: translate(-50%, 0);
  }
}
@media screen and (min-width: 1280px) {
  section.sec-learn div.learn-slide div.swiper-slide p {
    font-size: 13px;
  }
}
section.sec-learn div.learn-slide .swiper-pagination {
  bottom: -18vw;
  line-height: 1em;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  section.sec-learn div.learn-slide .swiper-pagination {
    bottom: 0;
  }
}
section.sec-learn div.learn-slide .swiper-pagination .swiper-pagination-bullet {
  background-color: #666666;
  opacity: 1;
}
@media screen and (min-width: 768px) {
  section.sec-learn div.learn-slide .swiper-pagination .swiper-pagination-bullet {
    width: 1.6vw;
    height: 1.6vw;
    margin: 0 10px;
  }
}
@media screen and (min-width: 1000px) {
  section.sec-learn div.learn-slide .swiper-pagination .swiper-pagination-bullet {
    width: 17px;
    height: 17px;
  }
}
section.sec-learn div.learn-slide .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #fff;
}
section.sec-learn .learn-note {
  text-align: center;
  color: #fff;
  margin-top: 25vw;
  font-size: 0.7em;
}
@media screen and (min-width: 768px) {
  section.sec-learn .learn-note {
    margin-top: 60px;
    font-size: 13px;
  }
}

section.sec-participation {
  background-color: #eeefe1;
  padding: 20vw 0 10vw;
}
@media screen and (min-width: 768px) {
  section.sec-participation {
    width: 90%;
    margin: auto;
    padding: 90px 0 10px;
    max-width: 1181px;
  }
}
section.sec-participation h2 {
  text-align: center;
  font-size: 2em;
  line-height: 1.4em;
  margin-bottom: 2em;
  color: #2e3d63;
}
@media screen and (min-width: 768px) {
  section.sec-participation h2 {
    font-size: 38px;
    margin-bottom: 1.6em;
  }
}
@media screen and (min-width: 1000px) {
  section.sec-participation h2 {
    font-size: 46px;
  }
}
section.sec-participation h2 .small {
  color: #000;
  font-size: 0.6em;
  display: inline-block;
  position: relative;
  line-height: 1.2em;
  margin-bottom: 0.6em;
}
section.sec-participation h2 .small::after, section.sec-participation h2 .small::before {
  content: "";
  display: block;
  position: absolute;
  width: 1px;
  height: 1.4em;
  background-color: #000;
  bottom: 0;
}
section.sec-participation h2 .small::after {
  left: -1em;
  transform: rotate(-40deg);
}
section.sec-participation h2 .small::before {
  right: -1em;
  transform: rotate(40deg);
}
section.sec-participation .participation-cont {
  margin-bottom: 20vw;
}
@media screen and (min-width: 768px) {
  section.sec-participation .participation-cont {
    margin-bottom: 100px;
  }
}
section.sec-participation h3 {
  text-align: center;
  background-color: #455f86;
  line-height: 1.2em;
  font-size: 1.4em;
  color: #fff;
  width: 75%;
  margin: auto;
  font-weight: 500;
  padding: 0.4em 0;
  border-radius: 50em;
  margin-bottom: 1.6em;
}
@media screen and (min-width: 768px) {
  section.sec-participation h3 {
    font-size: 23px;
    width: 13em;
  }
}
@media screen and (min-width: 1000px) {
  section.sec-participation h3 {
    font-size: 29px;
  }
}
section.sec-participation .participation-txt {
  text-align: center;
  font-size: 1.1em;
}
@media screen and (min-width: 768px) {
  section.sec-participation .participation-txt {
    font-size: 18px;
    line-height: 1.8em;
  }
}
section.sec-participation .participation-note {
  width: 90%;
  margin: auto;
  font-size: 0.8em;
  line-height: 1.4em;
  margin-top: 2em;
}
@media screen and (min-width: 768px) {
  section.sec-participation .participation-note {
    text-align: center;
    font-size: 14px;
  }
}
section.sec-participation .participation-img {
  margin-top: 5vw;
}
@media screen and (min-width: 768px) {
  section.sec-participation .participation-img {
    width: 90%;
    max-width: 686px;
    margin: 40px auto 0;
  }
}
section.sec-participation .participation-link {
  display: block;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  background: #ffff00;
  width: 90%;
  margin: 3em auto 1em;
  padding: 2em 1.4em;
  line-height: 1.2em;
  font-size: 0.98em;
}
@media screen and (min-width: 768px) {
  section.sec-participation .participation-link {
    width: 470px;
    padding: 2em 2.2em;
    font-size: 18px;
    margin: 3em auto 2em;
    transition: all 0.3s;
    overflow: hidden;
  }
  section.sec-participation .participation-link::before {
    position: absolute;
    content: "";
    top: 0;
    left: -120%;
    width: 100%;
    height: 100%;
    transform: skewX(-30deg);
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.5) 100%);
  }
  section.sec-participation .participation-link:hover {
    opacity: 0.9;
    transition: all 0.8s;
  }
  section.sec-participation .participation-link:hover::before {
    animation: lightcurtain-ani 0.8s ease-out;
  }
}
section.sec-participation .participation-link span {
  display: inline-block;
}
section.sec-participation .participation-link .icon {
  width: 1.4em;
  margin-right: 0.6em;
}
section.sec-participation .participation-link .btn-arrow {
  width: 1.4em;
  height: 1.4em;
  position: absolute;
  top: 50%;
  right: 3%;
  background: #fff;
  border-radius: 50em;
  transform: translate(0, -50%);
}
section.sec-participation .participation-link .btn-arrow::after {
  content: "";
  display: block;
  width: 25%;
  height: 30%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #000;
  clip-path: polygon(0 0, 0% 100%, 100% 50%);
}
section.sec-participation .participation-schedule {
  font-size: 1.24em;
  line-height: 1.6em;
  text-align: left;
  width: 90%;
  margin: 0 auto 1em;
}
@media screen and (min-width: 768px) {
  section.sec-participation .participation-schedule {
    font-size: 22px;
    text-align: center;
    margin-bottom: 0.4em;
  }
}
section.sec-participation .participation-address {
  width: 90%;
  margin: 3em auto 1em;
  font-size: 1.1em;
  line-height: 1.6em;
}
@media screen and (min-width: 768px) {
  section.sec-participation .participation-address {
    font-size: 18px;
    text-align: center;
    margin: 3em auto 1em;
  }
}
section.sec-participation div.map-wrap {
  position: relative;
}
@media screen and (min-width: 768px) {
  section.sec-participation div.map-wrap {
    width: 90%;
    max-width: 470px;
    margin: auto;
  }
}
section.sec-participation div.map-wrap iframe {
  width: 100%;
  height: 80vw;
}
@media screen and (min-width: 768px) {
  section.sec-participation div.map-wrap iframe {
    height: 268px;
  }
}/*# sourceMappingURL=factory-tour.css.map */