@charset "UTF-8";
.pc {
  display: block;
}

.sp {
  display: none;
}

.forguest {
  font-weight: bold;
}
.forguest .line {
  font-family: "Yu Gothic Medium", "游ゴシック Medium", "YuGothic", "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
}
.forguest .line a {
  position: fixed;
  right: 0;
  top: 9.9vw;
  display: flex;
  align-items: center;
  background-color: #01b301;
  color: #fff;
  writing-mode: vertical-rl;
  font-size: clamp(12px, 0.83vw, 16px);
  letter-spacing: 0.1em;
  line-height: 1.37;
  font-weight: bold;
  padding: 0.52vw;
  z-index: 1;
}
.forguest .line a img {
  margin-bottom: 0.26vw;
}
.forguest .video-container {
  width: min(92%, 1200px);
  margin: 0 auto clamp(5rem, 3.3974rem + 3.4188vw, 7.5rem);
}
.forguest .video-container .sub-ttl:first-of-type {
  background: none;
}
.forguest .video-container .sub-ttl:before {
  margin-top: 0;
}
.forguest .video-container .list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  justify-content: space-between;
  gap: 25px;
}
.forguest .video-container .video {
  width: 100%;
}
.forguest .video-container .txt {
  color: #000;
}
.forguest .ttl-wrap .ttl {
  padding-top: 7.03vw;
  padding-bottom: 5.99vw;
  font-size: clamp(23px, 2.4vw, 46px);
  line-height: 1.73;
  font-weight: 600;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.forguest .sub-ttl {
  font-size: clamp(17px, 1.77vw, 34px);
  line-height: 1.73;
  font-weight: 600;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.forguest .sub-ttl:first-of-type {
  background: #fff;
}
.forguest .sub-ttl:before {
  content: "";
  display: inline-block;
  background-image: url(../../images/sub-title-top.png);
  background-size: 100% 100%;
  width: 21.88vw;
  height: 1.56vw;
  margin-top: 6.99vw;
  margin-bottom: 1.56vw;
}
.forguest .sub-ttl:after {
  content: "";
  display: inline-block;
  background-image: url(../../images/sub-title-bottom.png);
  background-size: 100% 100%;
  width: 21.88vw;
  height: 0.52vw;
  margin-top: 1.56vw;
  margin-bottom: 5.21vw;
}
.forguest .guide-wrap {
  background: #fff;
  padding: 0 60px 100px;
}
.forguest .guide-wrap .box > .flex {
  display: flex;
}
.forguest .guide-wrap .box > .flex .txt {
  flex: 1;
}
.forguest .guide-wrap .box > .flex .pic {
  margin-left: 40px;
}
.forguest .guide-wrap .box h3 {
  font-size: 30px;
}
.forguest .guide-wrap .box h3 span {
  font-size: 1.2em;
  display: inline-block;
  transform: skewX(-10deg);
  margin-right: 0.25em;
}
.forguest .guide-wrap .box p {
  font-size: 16px;
  line-height: 1.8em;
  margin-top: 1.5em;
}
.forguest .guide-wrap .box p a {
  pointer-events: none;
}
.forguest .guide-wrap .box .bg-b {
  background: #f0efe9;
  padding: 30px 40px;
  margin-top: 30px;
}
.forguest .guide-wrap .box .bg-b .flex {
  display: flex;
  align-items: center;
}
.forguest .guide-wrap .box .bg-b .flex div:nth-of-type(n+2) {
  border-left: 1px solid #000;
  margin-left: 30px;
  padding-left: 30px;
}
.forguest .guide-wrap .box .bg-b .flex p {
  margin-top: 0;
}
.forguest .guide-wrap .box .bg-b .flex p span {
  font-size: 24px;
}
.forguest .guide-wrap .box .bg-b.bg-b1 .left p {
  line-height: 1.5em;
}
.forguest .guide-wrap .box .bg-b.bg-b2 p {
  font-size: 20px;
  line-height: 1;
}
.forguest .guide-wrap .box:nth-of-type(n+2) {
  border-top: 1px solid #000;
  margin-top: 50px;
  padding-top: 50px;
}
.forguest .guide-wrap .box:nth-of-type(odd) > .flex {
  flex-direction: row-reverse;
}
.forguest .guide-wrap .box:nth-of-type(odd) > .flex .pic {
  margin-left: 0;
  margin-right: 40px;
}
.forguest .guide-flow .flex {
  display: flex;
  flex-wrap: wrap;
  padding: 40px;
  -moz-column-gap: 3.125%;
       column-gap: 3.125%;
}
.forguest .guide-flow .flex li {
  width: 31.25%;
  margin-bottom: 50px;
}
.forguest .guide-flow .flex li .pic {
  position: relative;
}
.forguest .guide-flow .flex li .pic h3 {
  position: absolute;
  font-size: 60px;
  display: inline-block;
  transform: skewX(-10deg);
  font-weight: normal;
  left: 0.2em;
  top: -0.6em;
  text-shadow: #fff 0 0 5px;
}
.forguest .guide-flow .flex li p {
  margin-top: 1.5em;
  line-height: 1.5em;
}

@media screen and (max-width: 768px) {
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
  .forguest .ttl-wrap .ttl {
    font-size: clamp(16px, 6.4vw, 48px);
  }
  .forguest .ttl-wrap .ttl span {
    font-size: clamp(15px, 4vw, 30px);
  }
  .forguest .video-container {
    margin: 0 auto;
  }
  .forguest .video-container .sub-ttl:before {
    margin-top: 8vw;
  }
  .forguest .video-container .list {
    grid-template-columns: repeat(1, 1fr);
    justify-content: center;
    gap: 4vw;
  }
  .forguest .sub-ttl {
    font-size: clamp(16px, 6.1333333333vw, 46px);
  }
  .forguest .sub-ttl:first-of-type {
    background: transparent;
  }
  .forguest .sub-ttl:before {
    width: 56vw;
    height: 3.73vw;
    margin-top: 16vw;
    margin-bottom: 5.33vw;
  }
  .forguest .sub-ttl:after {
    width: 56vw;
    height: 1.2vw;
    margin-top: 5.33vw;
    margin-bottom: 12.67vw;
  }
  .forguest .text {
    font-size: clamp(18px, 4.8vw, 36px);
  }
  .forguest .guide-wrap {
    background: transparent;
    padding: 0;
  }
  .forguest .guide-wrap .box {
    padding: 0 5vw;
  }
  .forguest .guide-wrap .box:nth-of-type(n+2) {
    margin-top: 12vw;
    padding-top: 12vw;
  }
  .forguest .guide-wrap .box > .flex {
    flex-direction: column !important;
    align-items: center;
  }
  .forguest .guide-wrap .box > .flex .pic {
    margin-left: 0 !important;
    margin-right: 0 !important;
    margin-top: 10vw;
  }
  .forguest .guide-wrap .box h3 {
    font-size: 5.2vw;
    display: inline-block;
    text-align: left;
    line-height: 1.5em;
  }
  .forguest .guide-wrap .box h3 span {
    font-size: 1em;
    margin-bottom: 0.5em;
    display: block;
    text-align: center;
    margin-right: 0;
  }
  .forguest .guide-wrap .box:nth-of-type(7) h3, .forguest .guide-wrap .box:nth-of-type(8) h3 {
    text-align: center;
  }
  .forguest .guide-wrap .box p {
    font-size: 3.2vw;
    line-height: 1.5em;
  }
  .forguest .guide-wrap .box p a {
    pointer-events: inherit;
  }
  .forguest .guide-wrap .box .txt {
    width: 100%;
    text-align: center;
  }
  .forguest .guide-wrap .box .txt p {
    text-align: left;
  }
  .forguest .guide-wrap .box .bg-b {
    padding: 5vw 0;
  }
  .forguest .guide-wrap .box .bg-b .flex {
    flex-direction: column;
    align-items: center;
  }
  .forguest .guide-wrap .box .bg-b .flex div:nth-of-type(n+2) {
    border-left: 0;
    margin-left: 0;
    padding-left: 0;
  }
  .forguest .guide-wrap .box .bg-b .flex p {
    text-align: center;
  }
  .forguest .guide-wrap .box .bg-b .flex p span {
    font-size: 5vw;
  }
  .forguest .guide-wrap .box .bg-b.bg-b1 .flex .right {
    position: relative;
    margin-top: 3vw;
    padding-top: 5vw;
  }
  .forguest .guide-wrap .box .bg-b.bg-b1 .flex .right p {
    text-align: left;
  }
  .forguest .guide-wrap .box .bg-b.bg-b1 .flex .right :before {
    content: "";
    display: block;
    position: absolute;
    width: 8vw;
    height: 1px;
    background: #000;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
  }
  .forguest .guide-wrap .box .bg-b.bg-b2 .flex {
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: center;
  }
  .forguest .guide-wrap .box .bg-b.bg-b2 .flex div:first-of-type {
    border-right: 1px solid #000;
  }
  .forguest .guide-wrap .box .bg-b.bg-b2 .flex div:last-of-type {
    width: 100%;
  }
  .forguest .guide-wrap .box .bg-b.bg-b2 .flex div:not(:last-of-type) {
    padding: 0 5vw;
    margin-bottom: 5vw;
  }
  .forguest .guide-wrap .box .bg-b.bg-b2 .flex div p {
    font-size: 3.5vw;
  }
  .forguest .guide-flow .flex {
    flex-direction: column;
    padding: 10vw 5vw;
  }
  .forguest .guide-flow .flex li {
    width: 100%;
    margin-bottom: 0;
  }
  .forguest .guide-flow .flex li:nth-of-type(n+2) {
    margin-top: 17.5vw;
  }
  .forguest .guide-flow .flex li .pic {
    width: 100%;
  }
  .forguest .guide-flow .flex li .pic img {
    width: 100%;
  }
  .forguest .guide-flow .flex li .pic h3 {
    font-size: 16vw;
  }
  .forguest .guide-flow .flex li p {
    font-size: 3.5vw;
  }
}/*# sourceMappingURL=test-style.css.map */