@media screen and (min-width: 769px) {
  html,
  body {
    margin: 0;
    padding: 0;
  }
}
@media screen and (max-width: 768px) {
  body:not(.footer-only-pc):not(.footer-only-sp) .layout-footer {
    /* display: none; */
    z-index: 1;
  }
}

.-wb {
  display: inline-block;
}

.-pc {
  display: block;
}

@media screen and (max-width: 768px) {
  .-pc {
    display: none;
  }
}

.-sp {
  display: none;
}

@media screen and (max-width: 768px) {
  .-sp {
    display: block;
  }
}


@media screen and (min-width: 769px) {
  .future {
    padding-bottom: 0;
  }
}

.layout-content {
  margin-bottom: 0;
}

.c-main-visual {
  background: url(../assets/img/future/bg_future01.png) no-repeat;
  background-size: cover;
}

@media (min-width: 769px) {
  .c-main-visual {
    height: calc(100vh - 114px);
  }
}

.c-main-visual__titles {
  color: #212326;
  bottom: 200px;
}

@media screen and (max-width: 768px) {
  .c-main-visual {
    height: 100vh;
    background-position: top;
    z-index: 5;
    position: relative;
  }

  .c-main-visual__titles {
    position: absolute;
    bottom: 120px;
    left: 20px;
  }
}


.mainvisual__catch .c-main-visual__main-title {
  -webkit-box-pack: flex-start;
  -webkit-justify-content:  flex-start;
  justify-content: flex-start;
}

@media screen and (min-width: 769px) {
  .mainvisual__catch span:nth-child(1) {
    width: 500px;
    height: 78px;
  }

  .mainvisual__catch span:nth-child(2) {
    width: 160px;
    height: 20px;
  }

  .mainvisual__catch .c-main-visual__sub-title {
    justify-content: flex-start;
    width: 162px;
    height: 20px;
    padding-left: 40px;
    font-size: 1.6rem;
  }
}

@media screen and (max-width: 768px) {
  .mainvisual__catch span:nth-child(1) {
    width: 68.533vw;
    height: 100%;
    padding: 10px 10px 10px 15px;
  }

  .mainvisual__catch span:nth-child(2) {
    width: 38.774vw;
    height: 100%;
  }

  .c-main-visual .rower-page-mainvisual__block {
    left: 0;
  }

  .mainvisual__catch .c-main-visual__sub-title {
    justify-content: flex-start;
    padding-left: 25px;
    font-size: 1.6rem;
    max-width: 142px;
    min-height: 20px;
  }
}


.mainvisual__catch span {
  position: relative;
  display: block;
}

.mainvisual__catch span::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: #fff;
  z-index: -1;
}

.mainvisual__catch span::after {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: #212326;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  z-index: 2;
}

/* @media screen and (min-width: 769px) {
  .mainvisual__catch span:nth-child(1) {
    width: 242px;
    height: 78px;
  }
} */

@media screen and (max-width: 768px) {
  .mainvisual__catch span:nth-child(1) {
    width: 68.534vw;
    max-width: 375px;
    height: 100%;
  }
  
}

.mainvisual__catch span:nth-child(1)::before {
  /* -webkit-animation: fadeIn 0s 1.7s backwards;
  animation: fadeIn 0s 1.7s backwards; */
  animation: none;
}

.mainvisual__catch span:nth-child(1)::after {
  /* -webkit-animation: labelIn 0.3s 1.4s ease, labelOut 0.2s 1.7s ease;
  animation: labelIn 0.3s 1.4s ease, labelOut 0.2s 1.7s ease; */
  animation: none;
}

.mainvisual__catch span:nth-child(1) .img {
  display: block;
  position: absolute;
  top: 0;
  /* -webkit-animation: fadeIn 0s 1.8s backwards;
  animation: fadeIn 0s 1.8s backwards; */
}

@media screen and (min-width: 769px) {
  .mainvisual__catch span:nth-child(1) .img {
    left: 4px;
    width: 500px;
    height: 76px;
  }
}

@media screen and (max-width: 768px) {
  .mainvisual__catch span:nth-child(1) .img {
    left: 0.2vw;
    width: 35.6vw;
    height: auto;
  }
}

@media screen and (min-width: 769px) {
  .mainvisual__catch span:nth-child(2) {
    width: 162px;
    height: 20px;
  }
}

@media screen and (max-width: 768px) {
  .mainvisual__catch span:nth-child(2) {
    width: 87.333vw;
    height: 12.4vw;
  }
}
/* 
.mainvisual__catch span:nth-child(2)::before {
  -webkit-animation: fadeIn 0s 2.2s backwards;
  animation: fadeIn 0s 2.2s backwards;
}

.mainvisual__catch span:nth-child(2)::after {
  -webkit-animation: labelIn 0.4s 1.8s ease, labelOut 0.2s 2.2s ease;
  animation: labelIn 0.4s 1.8s ease, labelOut 0.2s 2.2s ease;
} */

.mainvisual__catch span:nth-child(2) .img {
  display: block;
  position: absolute;
  bottom: 0;
  /* -webkit-animation: fadeIn 0s 2.2s backwards;
  animation: fadeIn 0s 2.2s backwards; */
}

@media screen and (min-width: 769px) {
  .mainvisual__catch span:nth-child(2) .img {
    left: 12px;
    width: 516px;
    height: 66px;
  }
}

@media screen and (max-width: 768px) {
  .mainvisual__catch span:nth-child(2) .img {
    left: 0.7vw;
    width: 84.8vw;
    height: auto;
  }
}

@media screen and (min-width: 769px) {
  .mainvisual__catch span img {
    padding: 0 45px;
  }
}




.instruction {
  position: absolute;
  right: 0;
  bottom: 50px;
  font-size: 12px;
  width: 190px;
  padding-bottom: 10px;
  border-bottom: solid 1px #212326;
}

@media screen and (max-width: 768px) {
  .instruction {
    display: none;
  }
}

.arrow__r {
  display: none;
  position: absolute;
  top: 50%;
  right: 20px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 7;
}

.arrow__r.active {
  display: block;
}

.arrow__l {
  display: none;
  position: absolute;
  top: 50%;
  left: 20px;
  -webkit-transform: translateY(-50%) scale(-1, 1);
  transform: translateY(-50%) scale(-1, 1);
  z-index: 7;
}

.arrow__l.active {
  display: block;
}

.arrow img {
  -webkit-transform: scale(0.7);
  transform: scale(0.7);
  -webkit-transform-origin: 0;
  transform-origin: 0;
}

.wrapper {
  position: relative;
  z-index: 1;
}

@media (max-width: 768px) {
  .wrapper {
    padding-bottom: 40px;
  }
}

.wrapper::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background-image: url(../assets/img/future/bg_future01.png) ;
  background-size: cover;
  background-attachment: fixed;
  width: 100%;
  height: 100%;
  z-index: -1;
}

@media (max-width: 768px) {
  .wrapper::before {
    content: "";
    height: 100vh;
    position: fixed;
    background: url(../assets/img/future/bg_future01.png) no-repeat center center /cover;
    top: 0;
    left: 0;
    width: 100%;
    z-index: -1;
  }
}

.wrapper::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background-image: linear-gradient(180deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.6) 3%, rgba(255, 255, 255, 1));
  width: 100%;
  height: 100%;
  z-index: 0;
}

/* 
.wrapper::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color:rgba(255,255,255,0.9);
  z-index: 0;
} */

.time-line {
  width: 1280px;
  padding: 0 60px;
  margin: 0 auto;
  position: relative;
}

.time-line::before {
  content: "";
  position: absolute;
  left: 50%;
  transform: translate(-50%);
  width: 1px;
  height: 100%;
  background-color: #000;
  z-index: 1;
  opacity: 0;
}

@media (min-width: 769px) {
  .time-line.is-scroll-in::before {
    animation: block-line-s 2.5s ease .1s 1 forwards;
  }
}

@media (max-width: 768px) {
  .time-line {
    width: 100%;
    padding: 0 17px;
 }
  .time-line::before {
    display: none;
  }
}

@media screen and (min-width: 769px) {
  .content,
  .dialogue-box,
  .pp-scrollable {
    /* min-width: 1080px; */
    position: relative;
    z-index: 1;
  }
}
/* 
@media screen and (max-width: 768px) {
  .content {
    position: relative;
  }
} */

/* .content:nth-of-type(1) {
  background: url(../assets/img/future/bg_future01.png) no-repeat;
  background-size: cover;
} */

@media screen and (max-width: 768px) {
  .content:nth-of-type(1) {
    padding-top: 160px;
    /* height: calc(100vh - 55px); */
    /* background: url(../assets/img/future/bg_future01_sp.png) no-repeat;
    background-size: cover; */
  }

  .content:nth-of-type(1) .recruit-section__inner {
    position: relative;
    height: 100%;
  }
}

/* .content:nth-of-type(2) {
  background: url(../assets/img/future/bg_future02.png) no-repeat;
  background-size: cover;
} */

/* @media screen and (max-width: 768px) {
  .content:nth-of-type(2) {
    background: none;
    margin-bottom: 65px;
  }

  .content:nth-of-type(2) .dialogue__img img {
    width: 100%;
  }
} */

/* .content:nth-of-type(3) {
  background: url(../assets/img/future/bg_future03.png) no-repeat;
  background-size: cover;
} */

@media screen and (max-width: 768px) {
  .content:nth-of-type(3) {
    background: none;
    margin-bottom: 60px;
  }

  .content:nth-of-type(3) .dialogue__img img {
    width: 100%;
  }
}

/* .content:nth-of-type(4) {
  background: url(../assets/img/future/bg_future04.png) no-repeat;
  background-size: cover;
} */

/* @media screen and (max-width: 768px) {
  .content:nth-of-type(4) {
    background: none;
    margin-bottom: 60px;
  }

  .content:nth-of-type(4) .dialogue__detail {
    margin: -20px 0 0 0;
  }

  .content:nth-of-type(4) .dialogue__detail img {
    width: 100%;
  }
} */
/* 
.content:nth-of-type(5) {
  background: url(../assets/img/future/bg_future04.png) no-repeat;
  background-size: cover;
} */

@media screen and (max-width: 768px) {
  .content:nth-of-type(5) {
    background: none;
    margin-bottom: 60px;
  }

  .content:nth-of-type(5) .dialogue__detail {
    margin: -20px 0 0 0;
  }

  .content:nth-of-type(5) .dialogue__detail img {
    width: 100%;
  }
}

/* .content:nth-of-type(6) {
  background: url(../assets/img/future/bg_future06.png) no-repeat;
  background-size: cover;
} */

@media screen and (max-width: 768px) {
  /* .content:nth-of-type(6) {
    background: url(../assets/img/future/bg_future06_sp.png) no-repeat bottom;
    background-size: contain;
    padding-bottom: 60px;
  } */

  .content:nth-of-type(6) .dialogue__detail {
    margin: -20px 0 0 0;
  }

  .content:nth-of-type(6) .dialogue__detail img {
    width: 100%;
  }
}

.dialogue {
  position: relative;
  /* max-width: 1200px; */
  height: 100%;
  margin: 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: flex-start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  justify-content: center;

}

@media screen and (max-width: 768px) {
  .dialogue {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    height: auto;
  }
}

.dialogue--reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

@media screen and (max-width: 768px) {
  .dialogue--reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
}

.dialogue--center {
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
}

/* @media screen and (min-width: 769px) {
  .dialogue.bg {
    position: relative;
  }

  .dialogue.bg::before {
    content: "";
    display: block;
    width: 960px;
    height: 480px;
    position: absolute;
    left: 50%;
    top: calc(50% + 90px);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background-color: #ffde6a;
  }
} */

.dialogue .c-accent-bar::before {
  background-color: initial;
}

.dialogue .c-accent {
  color: #000;
  position: relative;
  top: 0;
  font-size: 1.6rem;
  font-weight: 900;
  margin-bottom: 15px;
}

@media (max-width: 768px) {
  .dialogue .c-accent {
    margin-bottom: 7px;
  }
}

.dialogue .c-accent::before,
.dialogue .c-accent::after {
  position: absolute;
  content: "";
  opacity: 0;
}

@media (max-width: 768px) {
  .dialogue .c-accent::before,
  .dialogue .c-accent::after {
    display: none;
  }
}

.dialogue .c-accent::before {
  width: 24px;
  height: 24px;
  top: 0px;
  left: -77px;
  background: #000;
  border-radius: 50%;
}

.dialogue .c-accent::after {
  width: 40px;
  height: 1px;
  top: 10px;
  left: -54px;
  background: #000;
}

.dialogue-box {
  position: relative;
  /* top: 50%; */
  top: 0;
  right: 0;
  width: 50%;
  /* max-width: 512px; */
  /* width: 600px; */
  padding: 178px 0 0 70px;
  /* -webkit-transform: translateY(-50%);
  transform: translateY(-50%); */
  box-sizing: border-box;
}

@media screen and (max-width: 768px) {
  .dialogue-box {
    position: relative;
    top: inherit;
    left: inherit;
    width: 100%;
    margin: 0 20px;
    padding: 15px 0 0;
    -webkit-transform: none;
    transform: none;
    z-index: 3;
  }
}

@media screen and (min-width: 769px) {
  .dialogue-box.shadow {
    box-shadow: 21.213px 21.213px 47px 0px rgba(4, 0, 0, 0.07);
  }
}

.dialogue-box__text {
  font-size: 16px;
  line-height: 1.75;
  letter-spacing: 0.08em;
  text-align: justify;
  font-feature-settings: "palt";
}

@media screen and (min-width: 769px) {
  .dialogue-box--type-02 {
    position: inherit;
    top: inherit;
    -webkit-transform: inherit;
    transform: inherit;
  }
}

@media (max-width: 768px) {
  .dialogue-box--type-02 {
    background-color: initial;
  }
}

.dialogue-box__title {
  font-size: 2.4rem;
  margin-bottom: 20px;
}


.dialogue__img {
  /* width: 50%; */
  /* max-width: 525px; */
  position: relative;
}

.dialogue__img img {
  width: 100%;
}

.caption .number {
  font-size: 1.4rem;
  margin-bottom: 10px;
}

.caption__text {
  font-size: 1.6rem;
  font-weight: 700;
  margin-bottom: 15px;
}

@media (max-width: 768px) {
  .caption__text {
    margin-bottom: 0;
  }
}

/* .dialogue__link {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  flex-wrap: wrap;
  flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  justify-content: space-between; */
  /* max-width: 840px;
  max-width: 525px;
  padding-right: 15px;
  border-right: 1px solid #000;
  border-bottom: 1px solid #000;
  position: relative;
}

@media screen and (min-width: 769px) {
  .dialogue__link {
    width: 50%;
    margin-top: 30px;
    margin-right: 50px;
  }
}

@media screen and (max-width: 768px) {
  .dialogue__link {
    margin: 0 20px;
  }
}

.dialogue__link::before,
.dialogue__link::after {
	left: 100%;
	top: 50%;
	border: solid transparent;
	content: "";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
  transform: scaleX(1.5);
}

.dialogue__link::before {
  left: calc(100% + 11px);
	border-color: rgba(0, 0, 0, 0);
	border-left-color: #000;
	border-width: 21px;
	margin-top: -21px;
}

.dialogue__link::after {
  left: calc(100% + 10px);
	border-color: rgba(255, 255, 255, 0);
	border-left-color: #fff;
	border-width: 20px;
	margin-top: -20px;
} */

.dialogue__link a:hover {
  opacity: 1;
}

.dialogue__link .img {
  background-color: #fff;
  max-width: 235px;
  height: 100%;
  margin-right: 30px;
}

.dialogue__link .img img {
  width: 100%;
}

.dialogue__link .caption {
  /* display: block; */
  /* margin: 10px 0 60px; */
  margin: 0;
  /* padding-right: 20px; */
  font-size: 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  flex-direction: column;
}

@media screen and (max-width: 768px) {
  .dialogue__link .caption {
    margin-bottom: 0;
    font-size: 18px;
  }
}

.dialogue__link a {
  width: 100%;
  max-width: 525px;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  /* justify-content: space-between;
  -webkit-justify-content: space-between; */
  margin-bottom: 15px;
}

@media screen and (max-width: 768px) {
  .dialogue__link a {
    width: 100%;
  }
}

.dialogue__link a:last-child .caption {
  margin-bottom: 0;
}

.dialogue__link .link-arrow {
  position: relative;
  width: 20px;
  height: 20px;
  top: 0;
  left: 0;
}

.dialogue__link .link-arrow::before,
.dialogue__link .link-arrow::after {
  content: "";
  position: absolute;
}

.dialogue__link .link-arrow::before {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 16px;
  height: 2px;
  background: #000;
}

.dialogue__link .link-arrow::after {
  border-right: 2px solid #000;
  border-bottom: 2px solid #000;
  width: 10px;
  height: 10px;
  top: 4px;
  right: 2px;
  transform: rotate(-45deg);
}

.dialogue__detail {
  position: relative;
  /* width: 600px;
  height: 550px; */
  /* width: 475px;
  height: 370px; */
  /* margin: 60px 60px 0 0; */
  z-index: 2;
}

@media screen and (min-width: 769px) {
  .dialogue__balloon-inner {
    width: 100%;
    height: 100%;
    margin-bottom: 20px;
  }

  .dialogue__balloon-inner.bg-star {
    background: url(../assets/img/future/bg_dialogue_detail.png) no-repeat;
    background-size: cover;
  }
}

@media screen and (max-width: 768px) {
  .dialogue__balloon-inner {
    width: auto;
    height: auto;
  }
}

.item-round {
  /* width: 280px;
  height: 280px; */
  width: 200px;
  height: 200px;
  box-shadow: 21.213px 21.213px 47px 0px rgba(4, 0, 0, 0.07);
}

@media screen and (max-width: 768px) {
  .item-round {
    width: 44vw;
    height: 44vw;
    max-width: 300px;
    max-height: 300px;
  }
}

.item-round::after {
  /* width: 264px;
  height: 264px;
  border: solid 1px #fbbb07; */
  width: 203px;
  height: 203px;
  border: solid 3px #fbbb07;
}

@media screen and (max-width: 768px) {
  .item-round::after {
    width: 44vw;
    height: 44vw;
    max-width: 300px;
    max-height: 300px;
  }
}

.item-round .item__title {
  margin-bottom: 5px;
}


.item-round .item__en {
  color: #fbbb07;
  font-weight: 500;
}

.item-round:nth-child(1) {
  left: calc(50% - 25px);
  top: -45px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

@media screen and (max-width: 768px) {
  .item-round:nth-child(1) {
    top: -60px;
    left: 50%;
  }
}

.item-round:nth-child(2) {
  left: 10px;
  bottom: 70px;
}

@media screen and (max-width: 768px) {
  #section4 .item-round {
    width: 40.11vw;
    height: 40.11vw;
  }

  #section4 .item-round::after{
    width: 40.11vw;
    height: 40.11vw;
  }

  #section4 .item-round:nth-child(2) {
    bottom: 10px;
    left: 10px;
  }

  #section4 .item-round:nth-child(3) {
    bottom: 10px;
    right: 10px;
  }
}

.item-round:nth-child(3) {
  right: 60px;
  bottom: 70px;
}

@media screen and (max-width: 768px) {
  #section5 .item-round:nth-child(1) {
    top: -70px;
  }

  #section5 .item-round {
    width: 42.784vw;
    height: 42.784vw;
  }

  #section5 .item-round::after {
    width: 42.784vw;
    height: 42.784vw;
  }

  #section5 .item-round:nth-child(2) {
    bottom: 5px;
    left: 5px;
  }

  #section5 .item-round:nth-child(3) {
    bottom: 5px;
    right: 5px;
  }
}

.item-round.multiple div.js-modal-open {
  font-size: 1.2rem;
  width: 140px;
  height: 35px;
  background-color: #F3BE01;
  color: #fff;
  text-align: left;
  justify-content: flex-start;
  padding-left: 10px;
  margin-bottom: 5px;
}

@media screen and (max-width: 768px) {
  .item-round.multiple div.js-modal-open {
    width: 31vw;
    /* margin-bottom: 5.3vw; */
    height: 15%;
    min-height: 35px;
    margin-bottom: 1.5vw;
    font-size: 2.4vw;
  }
}

.item-round.multiple div.js-modal-open .text {
  width: calc(100% - 32px);
}

@media (max-width: 768px) {
  .item-round.multiple div.js-modal-open .text {
    width: calc(100% - 16px);
  }
}

.item-round.multiple div.js-modal-open .text.indent {
  text-indent: -1em;
  padding-left: 1em;
}


.item-round.multiple div.js-modal-open .icon-plus {
  width: 25px;
  height: 25px;
  right: 7px;
  left: auto;
  top: 50%;
  transform: translateY(-50%);
}

@media (max-width: 768px) {
  .item-round.multiple div.js-modal-open .icon-plus {
    /* width: 16px;
    height: 16px; */
    width: 4.5vw;
    height: 4.5vw;
  }
}

.item-round .icon-plus::before {
  width: 8px;
  height: 2px;
}

.item-round .icon-plus::after {
  width: 2px;
  height: 8px;
}

@media screen and (max-width: 768px) {
  .item-round .icon-plus::before {
    /* width: 6px;
    height: 2px; */
    max-width: 30px;
    max-height: 20px;
    width: 2vw;
    height: 2px;
  }
  .item-round .icon-plus::after {
    /* width: 2px;
    height: 6px; */
    max-width: 20px;
    max-height: 30px;
    width: 2px;
    height: 2vw;
  }
}

@media screen and (max-width: 768px) {
  .item-round.multiple .item__title {
    margin-bottom: 2px;
  }
}

.item-round.item--02 .item__en {
  color: #F3BE01;
}



@media screen and (min-width: 769px) {
  #pager {
    position: absolute;
    width: 1200px;
    margin: 0 auto;
    bottom: 40px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    padding: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    z-index: 10;
  }

  #pager.hide {
    display: none;
  }

  #pager li {
    display: block;
    position: relative;
    margin-left: 12px;
  }

  #pager li a {
    position: relative;
    display: block;
    width: 37px;
    height: 37px;
  }

  #pager li a::after {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    content: "";
    display: block;
    width: 9px;
    height: 9px;
    border-radius: 50%;
    border: solid 1px #212326;
    box-sizing: border-box;
  }

  #pager li::before {
    content: "";
    display: block;
    width: 39px;
    height: 1px;
    position: absolute;
    left: -26px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    background: #212326;
  }

  #pager li:first-child {
    margin-left: 0;
  }

  #pager li:first-child::before {
    display: none;
  }

  #pager li:nth-child(7) {
    display: none;
  }

  #pager .active a {
    position: relative;
    width: 37px;
    height: 37px;
    border-radius: 50%;
    border: solid 1px #212326;
    box-sizing: border-box;
  }

  #pager .active a::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    display: block;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: #212326;
    box-sizing: border-box;
  }
}

#pp-nav {
  display: none;
}

/* @media screen and (min-width: 769px) {
  #section-footer {
    padding-top: 0px;
  }
} */

@media screen and (min-width: 769px) {
  #section2,
  #section3,
  #section4,
  #section5 {
    margin-bottom: 85px;
  }

  #section6 {
    padding-bottom: 225px;
    margin-bottom: 0;
  }

  
  #section2 .dialogue {
    padding-top: 180px;
  }

  /* #section2 .dialogue-box {
    top: 95px;
  } */

  #section3 .dialogue {
    padding-top: 15px;
  }

  /* #section3 .dialogue-box {
    top: 80px;
  } */

  #section4 .dialogue {
    padding-top: 50px;
  }
/* 
  #section4 .dialogue-box {
    top: 60px;
  } */

  #section5 .dialogue {
    padding-top: 40px;
  }

  /* #section5 .dialogue-box {
    top: 75px;
  } */

  #section6 .dialogue {
    padding-top: 40px;
  }

  #section6 .dialogue-box {
    top: 62px;
  }
}

@media screen and (max-width: 768px) {
  .content {
    margin-bottom: 65px;
  }

  .content#section4 {
    padding-top: 65px;
  }

  .content#section5 {
    padding-top: 65px;
  }

}


#section4 .item-round .item__en {
  margin-bottom: 0;
}

.dialogue__balloon {
  /* width: 50%; */
  margin-right: 50px;
  /* display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  justify-content: space-between;
  max-width: 525px;
  padding-right: 15px;
  border-right: 1px solid #000;
  border-bottom: 1px solid #000;
  position: relative; */
  z-index: 1;
}

@media screen and (min-width: 769px) {
  .dialogue__balloon {
    /* width: 100%; */
    /* margin-top: 30px; */
    margin-right: 25px;
    /* margin-right: 50px; */
    /* margin-right: 6.3%; */
  }
}

@media screen and (max-width: 768px) {
  .dialogue__balloon {
    width: 100%;
    margin: 0;
    padding: 0;
    border: none;
  }
}

/* .dialogue__balloon::before,
.dialogue__balloon::after {
	left: 100%;
	top: 50%;
	border: solid transparent;
	content: "";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
  transform: scaleX(1.5);
} */
/* 
@media (max-width: 768px) {
  .dialogue__balloon::before,
  .dialogue__balloon::after {
    display: none;
  }
}

.dialogue__balloon::before {
  left: calc(100% + 11px);
	border-color: rgba(0, 0, 0, 0);
	border-left-color: #000;
	border-width: 21px;
	margin-top: -21px;
}

.dialogue__balloon::after {
  left: calc(100% + 10px);
	border-color: rgba(255, 255, 255, 0);
	border-left-color: #fff;
	border-width: 20px;
	margin-top: -20px;
} */

.pioneer-link-container {
  width: 1280px;
  padding: 0 60px 100px;
  margin: 0 auto;
  position: relative;
  animation: is-appear 1.5s ease .6s 1 forwards;
  z-index: 1;
}

@media (max-width: 768px) {
  .pioneer-link-container {
    width: 100%;
    padding: 0 17px;
  }
}

.pioneer-link-container.is-scroll-in {
  opacity: 1;
}

.pioneer-link-container .inner {
  width: 100%;
  max-width: 1152px;
  margin: 0 auto;
  padding: 40px;
  background: #fff;
  position: relative;
  border: 1px solid #000;
  z-index: 1;
}

@media (max-width: 768px) {
  .pioneer-link-container .inner {
    padding: 30px 17px 0;
  }
}

.pioneer-link-container .dialogue-box__title,
.pioneer-link-container .dialogue-box__text {
  text-align: center;
}

.pioneer-link-container .dialogue-box__text {
  margin-bottom: 35px;
}

.pioneer-link-container .link-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: space-between;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  max-width: 980px;
  margin: 0 auto;
}

@media (max-width: 768px) {
  .pioneer-link-container .link-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
  }
}

.pioneer-link-container .link-wrap a {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  flex-direction: column;
  max-width: 300px;
}

@media (max-width: 768px) {
  .pioneer-link-container .link-wrap a {
    margin-bottom: 30px;
  }
}

.pioneer-link-container .dialogue__link .img {
  max-width: 300px;
  margin-right: 0;
  margin-bottom: 15px;
}

.pioneer-link-container .link-wrap .text-group {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: space-between;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}

@media (max-width: 768px) {
  .pioneer-link-container .link-wrap .text-group {
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
  }
}

/*modal*/
@media screen and (max-width: 768px) {
  .modal__content {
    width: calc(100% - 40px);
  }
}

.modal__content__inner {
  width: 660px;
  /* padding: 60px; */
  padding: 0 20px 20px;
  box-sizing: border-box;
}

@media screen and (max-width: 768px) {
  .modal__content__inner {
    width: 100%;
    max-height: calc(100vh - 140px);
    padding: 0 20px 20px;
  }
}

.modal .block__img {
  max-width: 300px;
  margin: 0 auto 40px;
  padding-top: 80px;
}


.modal .block__img img {
  width: 100%;
}

.modal .block__title {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.5;
}

.modal .block__text {
  font-size: 14px;
  line-height: 2;
}

.modal .block__text .link {
  text-decoration: underline;
}

  .modal__content .close {
    top: 10px;
    right: 20px;
    width: 50px;
    height: 50px;
    border-radius: 50%;
  }

  @media (max-width: 768px) {
    .modal__content .close {
      right: 10px;
    }
  }

  .modal__content .close::before,
  .modal__content .close::after {
    width: 15px;
    height: 2px;
  }

  .modal__content .close::after {
    transform: rotate(135deg) translate(-57%, 0);
  }

  
.modal-link {
  display: block;
  font-size: 14px;
  text-decoration: underline;
  margin-top: 4px;
}



/*fadein*/
.left-in, .right-in,.is-appear  {
  opacity: 0;
}

.is-appear .is-scroll-in {
  animation: is-appear .7s;
  transition-duration: 500ms;
  transition-property: opacity, transform;
  opacity: 1;
}

.left-in.is-scroll-in {
  animation: left-in .7s;
  transition-duration: 500ms;
  transition-property: opacity, transform;
  opacity: 1;
}

.right-in.is-scroll-in {
  animation: right-in .7s;
  transition-duration: 500ms;
  transition-property: opacity, transform;
  opacity: 1;
}

@media (min-width: 769px) {
  .dialogue-box.is-scroll-in .c-accent::before {
    animation: is-appear 1.5s ease .4s 1 forwards;
  }

  .dialogue-box.is-scroll-in .c-accent::after {
    animation: arrow-in .3s ease .6s 1 forwards;
  }
}

/*サッポロのカイタク*/
.pioneer-link-container,
.pioneer-link-container .inner,
.pioneer-link-container .dialogue-box__title,
.pioneer-link-container .dialogue-box__text,
.pioneer-link-container .dialogue__link a {
  opacity: 0;
}

.pioneer-link-container.is-scroll-in .inner {
  animation: is-appear .8s ease .2s 1 forwards;
}

.pioneer-link-container.is-scroll-in .dialogue-box__title,
.pioneer-link-container.is-scroll-in .dialogue-box__text {
  animation: is-appear 1s ease .8s 1 forwards;
}

.pioneer-link-container.is-scroll-in .dialogue__link a:nth-child(1) {
  animation: fade-in .7s ease 1s 1 forwards;
}

.pioneer-link-container.is-scroll-in .dialogue__link a:nth-child(2) {
  animation: fade-in .7s ease 1.2s 1 forwards;
}

.pioneer-link-container.is-scroll-in .dialogue__link a:nth-child(3) {
  animation: fade-in .7s ease 1.4s 1 forwards;
}


@keyframes fade-in {
  0% {
    opacity: 0;
    transform: translateY(25px);
  }

  70% {
    opacity: 0.5;
  }

  100% {
    opacity: 1;
    transform: translateY(0px);
  }
}


@keyframes left-in {
  0% {
    opacity: 0;
    transform: translateX(-50px);
  }

  70% {
    opacity: 0.5;
  }

  100% {
    opacity: 1;
    transform: translateX(0px);
  }
}

@keyframes right-in {
  0% {
    opacity: 0;
    transform: translateX(50px);
  }

  70% {
    opacity: 0.5;
  }

  100% {
    opacity: 1;
    transform: translateX(0px);
  }
}

@keyframes arrow-in {
  0% {
    opacity: 0;
    transform: translateX(-15px);
  }

  100% {
    opacity: 1;
    transform: translateX(0px);
  }
}

@media (max-width: 768px) {
  @keyframes left-in {
    0% {
      opacity: 0;
      transform: translateY(50px);
    }
    100% {
      opacity: 1;
      transform: translateY(0px);
    }
  }

  @keyframes right-in {
    0% {
      opacity: 0;
      transform: translateY(50px);
    }
    100% {
      opacity: 1;
      transform: translateY(0px);
    }
  }
}

@keyframes is-appear {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@keyframes block-line-s {
  from {
    opacity: 0;
    height: 0;
  }
  to {
    opacity: 1;
    height: 100%;
  }
}