.for-organizations__section01 {
  margin-top: 12.6rem;
  margin: 12.6rem 8.6rem 0 5.5rem;
}

.about-others {
  padding: 8rem 20rem 10rem 8rem;

  background-color: #FFFFFF;
}

.about-others .asset__h3  h3{
  font-size: 2.4rem;
  background-color: #FFF;
  font-weight: bold;
}

.about-others__container {
  margin-top: 4rem;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 4rem;
}

.about-others__box {
  position: relative;
}

.about-others__img {
  width: 100%;
  height: auto;
  aspect-ratio: 66/28;
  border: solid 0.1rem #C7C0C0;
  border-radius: 0.5rem;
  -o-object-fit: cover;
  object-fit: cover;
}

.about-others__ttl {
  font-size: 1.8rem;
  font-weight: bold;
  margin: 2rem 0 1.5rem 0;
}

.about-others__txt {
  font-size: 1.6rem;
  line-height: 1.875em;
  color: #353636;
}

.about-others__btn {
  margin-top: 4rem;
}

section#Implementation {
  background-color: #F8FCFF;
  position: relative;
}

.Implementation__bg {
  position: absolute;
  width: 100%;
  z-index: 0;
  top: -4rem;
  left: 0;
  pointer-events: none;
}

.access {
  background-color: #F8FCFF;
  /* margin-top: -8rem; */
  padding: 0 12rem 0 8rem;
  padding-top: 13rem;
  margin-bottom: 14.22rem;
  position: relative;
}

.access__nav {
  margin-top: 4rem;
  display: flex;
  justify-content: center;
  gap: 4rem;
  text-align: center;
  margin-bottom: 8rem;
}

.access__nav>li>a {
  width: 38rem;
}

.access__box {
  background-color: #FFF;
  padding: 4rem 8rem 4rem 4rem;
  border-radius: 0.5rem;
  border: solid 0.1rem #CCCCCC;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 4rem;
  border-left: solid 0.3rem #EA5B13;
}

.access__box:not(:first-of-type) {
  margin-top: 4rem;
}

.access__box.green {
  border-left: solid 0.3rem #137C2A;
}

.access__box.green .access__txt-middle .top {
  color: #137C2A;
}

.access__box.green .access__txt-bottom .top {
  color: #137C2A;
}

.access__map {
  width: 100%;
}

.access__map iframe {
  width: 100%;
  aspect-ratio: 620/466;
  margin-bottom: 1.5rem;
}

.access__map p {
  color: #353636;
  line-height: 1.875em;
}

.access__map p a {
  color: #145D99;
  text-decoration: underline;
  transition: color 0.3s ease;
  margin-left: 1.5rem;
  transition: all 0.3s ease;
}

.access__map p a:hover {
  opacity: 0.8;
}

.access__txt-head {
  font-size: 2.4rem;
  font-weight: bold;
  padding: 4rem 0;
  border-bottom: #CCCCCC solid 0.1rem;
}

.access__txt-head span {
  font-size: 2rem;
}

.access__txt-middle {
  margin-bottom: 3rem;
}

.access__txt-middle .top {
  font-size: 1.8rem;
  color: #EA5B13;
  font-weight: bold;
  margin-top: 3rem;
}

.access__txt-middle .middle {
  font-size: 1.6rem;
  line-height: 1.875em;
  font-weight: bold;
  margin-top: 1.5rem;
}

.access__txt-middle .bottom {
  font-size: 1.6rem;
  line-height: 1.875em;
}

.access__txt-bottom {
  padding-top: 0rem;
  border-top: #CCCCCC solid 0.1rem;
}

.access__txt-bottom .top {
  font-size: 1.8rem;
  color: #EA5B13;
  font-weight: bold;
  margin-top: 3rem;
}

.access__txt-bottom .middle {
  font-size: 1.6rem;
  line-height: 1.875em;
  font-weight: bold;
  margin-top: 1.5rem;
}

.access__txt-bottom .bottom {
  font-size: 1.6rem;
  line-height: 1.875em;
}

.access__slide {
  grid-column: 1/-1;
}

.access__swiper {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.access__swiper .swiper-wrapper {
  transition-timing-function: linear;
}

.access__swiper .swiper-slide img {
  height: auto;
  width: 100%;
  aspect-ratio: 32/20;
}

.contact-banner {
  margin-bottom: 16rem;
}

@media screen and (max-width: 1024px) {
  .for-organizations__section01 {
    margin: 6.6rem 0rem 0 0rem;
  }

  .about-others {
    margin: 0 0rem;
    padding: 4rem 0 0;
  }

  .about-others__container {
    grid-template-columns: 1fr;
    gap: 02rem;
    margin-top: 2rem;
  }
  .about-others .asset__h3 h3 {
    font-size: 1.8rem;
  }

  .about-others__box {
    padding: 2rem;
  }

  .about-others__img {
    aspect-ratio: 66/28;
  }

  .about-others__ttl {
    font-size: 1.8rem;
  }

  .about-others__txt {
    font-size: 1.4rem;
  }

  .about-others__btn {
    margin-top: 2rem;
  }

  .access {
    padding: 0 2rem;
    margin-top: 6rem;
    margin-bottom: 8rem;
  }

  .access__box {
    grid-template-columns: 1fr;
    padding: 2rem;
    gap: 0rem;
  }

  .access__map iframe {
    aspect-ratio: 16/9;
  }

  .access__txt-head {
    font-size: 2rem;
    padding: 2rem 0 2rem;
  }

  .access__txt-middle .top {
    font-size: 1.6rem;
  }

  .access__txt-middle .middle,
  .access__txt-middle .bottom {
    font-size: 1.4rem;
  }

  .access__txt-bottom .top {
    font-size: 1.6rem;
  }

  .access__txt-bottom .middle,
  .access__txt-bottom .bottom {
    font-size: 1.4rem;
  }

  .access__nav {
    flex-direction: column;
    gap: 2rem;
    align-items: center;
    margin-bottom: 4rem;
  }

  .access__nav a {
    font-size: 1.4rem;
  }

  .access__nav>li>a {
    width: 30rem;
  }
}

/*# sourceMappingURL=for-organizations.css.map */



.commentary {
  margin-top: 11rem;
  margin-right: 10.4rem;
  padding: 7rem 40rem 32.4rem;
  position: relative;
}

.commentary__container {
  padding-left: 5rem;
}

.commentary__h3 {
  background-color: #FFF;
  font-size: 2.4rem;
  font-weight: bold;
  padding: 2rem 3rem;
  width: fit-content;
}

.commentary__txt {
  line-height: 1.875em;
  max-width: 68rem;
  margin: auto;
  margin-top: 4rem;
}

.commentary__txt .left {
  padding-right: 4.8rem;
}

.commentary__txt .right {
  margin-top: 6rem;
  padding-left: 10rem;
}

.commentary__img01 {
  position: absolute;
  width: 51rem;
  left: 0;
  top: 0;
}

.commentary__img02 {
  width: 46.3rem;
  position: absolute;
  right: 0;
  top: 1rem;
}

.rafting {
  background-color: #F8FCFF;
  padding: 10rem 20rem 17rem 8rem;
  position: relative;
}

.rafting__box01,
.rafting__box02 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 4rem;
}

.rafting__box01 {
  padding-bottom: 8rem;
  position: relative;
}

.rafting__box01::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 1px;
  background-color: #cccccc;
  bottom: 0;
  left: 0;
}

.rafting__box01-ttl {
  font-size: 2.4rem;
  font-weight: bold;
}

.rafting__box01-ttl span {
  color: #EA5B13;
}

.rafting__box01-txt {
  font-size: 1.6rem;
  line-height: 1.875em;
  margin-top: 2rem;
}

.rafting__event {
  margin-top: 4rem;
  background-color: #FFF;
  border: solid 0.1rem #CCCCCC;
  padding: 4rem;
  border-radius: 0.5rem;
}

.rafting__event-ttl {
  font-size: 1.8rem;
  font-weight: bold;
  padding-bottom: 2.5rem;
  position: relative;
}

.rafting__event-ttl::after {
  position: absolute;
  content: '';
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background: repeating-linear-gradient(to right, #CCCCCC 0, #CCCCCC 0.5rem, transparent 0.5rem, transparent 1rem);
}

.rafting__event-cat {
  margin-top: 2.5rem;
}

.rafting__event-cat ul {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
}

.rafting__event-cat ul li {
  background-color: #EA5B13;
  padding: 1.5rem 1.9rem;
  font-size: 1.8rem;
  border-radius: 0.5rem;
  color: #FFF;
  font-weight: bold;
}

.rafting__box02 {
  padding: 8rem 0 0 0;
}

.rafting__box02 .rafting__box01-ttl span {
  color: #137C2A;
}

.rafting__box02 .rafting__event-cat ul li {
  background-color: #137C2A;
}

.rafting__bg {
  position: absolute;
  width: 100%;
  top: -4rem;
  pointer-events: none;
  left: 0;
}

.precedent {
  padding: 20rem 20rem 0 8rem;
  position: relative;
  /* グラデーション */
  background: linear-gradient(to bottom, #F8FCFF 0%, #F8FCFF 40%, #FFFFFF 41%, #FFFFFF 100%);
}

.precedent__bg {
  position: absolute;
  width: 100%;
  top: 2rem;
  left: 0;
  pointer-events: none;
}

.precedent__container {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
}

.precedent__ttl {
  position: relative;
}

.precedent__container {
  position: relative;
}

.precedent__ttl .ttl__asset01 {
  flex-wrap: wrap;
  gap: 0 1rem;
}

.precedent__ttl .ttl__asset01 h3 {
  min-width: 80rem;
  font-size: 2.4rem;
}

.precedent__ttl .ttl__asset01 p {
  line-height: 1.875em;
  margin-top: 2rem;
}

.precedent__ttl .ttl__asset01 img {
  width: 4rem;
}

.precedent__container {
  margin-top: 11.3rem;
}

.precedent__box-head {
  position: relative;
  color: #FFF;
  background-color: #EA5B13;
  padding: 2.1rem 4rem;
  font-size: 1.8rem;
  font-weight: bold;
  border-radius: .5rem .5rem 0 0;
}

.precedent__box-icon {
  position: absolute;
  bottom: 0;
  width: 13.3rem;
  right: 6.2rem;
}

.precedent__box-content {
  padding: 3rem 4rem;


}

.precedent__box {
  border: #EA5B13 1px solid;
  border-radius: .5rem;
}

.precedent__box-ttl .ttl {
  font-weight: bold;
  font-size: 1.8rem;
}

.precedent__box-ttl .tour {
  margin-top: 1rem;
  padding-bottom: 2rem;
  border-bottom: #CCCCCC 1px solid;
  line-height: 1.875em;
}

.precedent__box-txt {
  padding-top: 2rem;
  line-height: 1.875em;
}

.precedent__box.green {
  border: #137C2A 1px solid;

}

.precedent__box.green .precedent__box-head {
  background-color: #137C2A;
}

.precedent__other {
  border: #CCCCCC 1px solid;
  position: relative;
  padding: 6rem 7.8rem 4rem;
  line-height: 1.875em;
  max-width: 110rem;
  margin: auto;
  border-radius: 0.5rem;
}

.precedent__other {
  margin-top: 7.3rem;
  position: relative;
}

.precedent__other-ttl {
  background-color: #FFF;
  padding: 0 5rem;
  font-weight: bold;
  font-size: 1.8rem;
  position: absolute;
  width: fit-content;
  left: 50%;
  top: -1.5rem;
  transform: translateX(-50%);
}

@media screen and (max-width: 1024px) {
  .commentary {
    padding: 0;
    margin: 8rem 2rem 0;
  }

  .commentary__container {
    padding: 0;
  }

  .commentary__img01 {
    width: 11rem;
    display: none;
  }

  .commentary__img02 {
    width: 11rem;
    display: none;
  }

  .commentary__h3 {
    padding: 1rem;
    font-size: 1.6rem;
    text-align: center;
  }

  /* .precedent {
    padding: 10rem 5rem 0;
  }
  .precedent__container {
    grid-template-columns: 1fr;
  }
  .precedent__box {
    margin-bottom: 4rem;
  } */
  .commentary__txt {
    margin-top: 2rem;
    padding: 0;
    font-size: 1.4rem;
  }

  .commentary__txt .right {
    padding: 0;
    margin-top: 2rem;
  }

  .commentary__txt .left {
    padding: 0;
  }

  .rafting {
    padding: 0;
    margin: 4rem 2rem;
  }

  .rafting__box01,
  .rafting__box02 {
    grid-template-columns: 1fr;
    gap: 2rem;
  }

  .rafting__box01-ttl {
    font-size: 1.8rem;
  }

  .rafting__box01-txt {
    font-size: 1.6rem;
    line-height: 1.875em;
  }

  .rafting__event {
    padding: 2rem;
    margin-top: 2rem;
  }

  .rafting__event-cat ul li {
    padding: 1rem;
    font-size: 1.4rem;
  }

  .rafting__event-ttl {
    padding-bottom: 2rem;
  }

  .rafting__event-cat {
    margin-top: 2rem;
  }
  .rafting__event-cat ul {
    gap: 1rem 2rem;
  }

  .rafting__box01 {
    padding-bottom: 4rem;
  }

  .rafting__box02 {
    padding-top: 4rem;
    display: flex;
    flex-direction: column-reverse;
  }
  .rafting__bg {
    top: -3rem;
  }

  .precedent {
    padding: 0;
    padding: 10rem 2rem 0;
    background : linear-gradient(to bottom, #F8FCFF 0%, #F8FCFF 20%, #FFFFFF 21%, #FFFFFF 100%) ;

  }

  .precedent__ttl .ttl__asset01 h3 {
    min-width: 0;
    font-size: 1.8rem;
  }

  .precedent__ttl .ttl__asset01 img {
    width: 3rem;
  }

  .precedent__ttl .ttl__asset01 p {
    margin-top: 1rem;
    font-size: 1.4rem;
  }

  .precedent__container {
    margin-top: 4rem;
    grid-template-columns: 1fr;
    gap: 4rem;
  }

  .precedent__box-head {
    padding: 1.5rem;
    font-size: 1.6rem;
  }

  .precedent__box-icon {
    width: 9.3rem;
    right: 1.2rem;
  }

  .precedent__box-content {
    padding: 2rem;
  }

  .precedent__box-ttl .ttl {
    font-size: 1.6rem;
  }

  .precedent__box-ttl .tour {
    font-size: 1.4rem;
  }

  .precedent__box-txt {
    font-size: 1.4rem;
  }
  .precedent__other {
    padding: 2.5rem 2rem 2rem;
  }
  .precedent__other-ttl {
    padding:  0 2rem;
    white-space: nowrap;
    font-size: 1.6rem;
  }
  .precedent__other-txt{
    font-size: 1.4rem;
  }
  .Implementation__bg {
    top: -6rem;
  }
  .about-others__box {
    padding-bottom: 4rem;
  }
  .access {
    margin-top:4rem;
  }
  .about-others__container {
    padding-bottom: 2rem;
  }
  .access__slide {
    margin-top: 2rem;
  }
}