* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: "Zen Kaku Gothic Antique", sans-serif;
}

ul {
  list-style: none;
}

a {
  text-decoration: none;
}

img {
  max-width: 100%;
  height: auto;
}

.pc {
  display: block;
}
@media (max-width: 768px) {
  .pc {
    display: none;
  }
}

.sp {
  display: none;
}
@media (max-width: 768px) {
  .sp {
    display: block;
  }
}

body {
  overflow-x: hidden;
}

.container {
  position: relative;
  width: 100%;
  max-width: 1080px;
  margin: 0 auto;
  padding-left: 40px;
  padding-right: 40px;
}
@media (max-width: 1080px) {
  .container {
    padding-left: 16px;
    padding-right: 16px;
  }
}

.sec__title {
  text-align: center;
  font-size: 45px;
  font-weight: 700;
  line-height: 1;
  color: #5a934c;
}
@media (max-width: 768px) {
  .sec__title {
    font-size: 32px;
  }
}
.sec__title .mountain {
  display: block;
  margin-bottom: 20px;
}
.sec__title .en {
  display: block;
  margin-top: 16px;
  font-size: 24px;
}
@media (max-width: 768px) {
  .sec__title .en {
    font-size: 16px;
  }
}

.main-visual {
  display: block;
}
.main-visual img {
  width: 100%;
}

.headline {
  position: relative;
  padding: 80px 0;
  z-index: 2;
}
.headline__list {
  display: flex;
  flex-wrap: wrap;
  gap: 50px;
}
.headline__item {
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  .headline__item {
    align-items: flex-start;
  }
}
.headline__item .mark {
  width: 110px;
  text-align: center;
}
@media (max-width: 768px) {
  .headline__item .mark {
    width: 40px;
  }
}
.headline__item .text {
  width: calc(100% - 110px);
  font-size: 30px;
  font-weight: 700;
  line-height: 1.6;
  color: #333333;
}
@media (max-width: 768px) {
  .headline__item .text {
    width: calc(100% - 60px);
    padding: 0 0 0 20px;
    font-size: 18px;
  }
}
.headline::before, .headline::after {
  content: "";
  position: absolute;
  width: calc(50vw - 540px);
  background-color: #ffffff;
}
.headline::before {
  left: 0;
  bottom: -31px;
  height: 31px;
}
.headline::after {
  right: 0;
  bottom: -33px;
  height: 33px;
}

.recommend {
  position: relative;
  padding: 150px 0;
  background-color: #edf5ea;
}
@media (max-width: 768px) {
  .recommend {
    padding: 80px 0;
  }
}
.recommend::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  /* background-image: repeating-linear-gradient(-45deg,
          transparent,
          transparent 35px,
          rgba(255, 255, 255, 0.3) 35px,
          rgba(255, 255, 255, 0.3) 37px); */
  background: url(/tanoshimu-tozan/images/bg.png) repeat;
}
.recommend .border-mount {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  min-width: 1080px;
}
@media (max-width: 1080px) {
  .recommend .border-mount {
    min-width: 100%;
  }
}
.recommend .border-mount.top {
  top: 0;
}
.recommend .border-mount.bottom {
  bottom: 0;
}
.recommend__title {
  margin-bottom: 120px;
}
.recommend__list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 80px 20px;
  width: 100%;
}
.recommend__item {
  position: relative;
  width: calc((100% - 20px) / 2);
  padding: 100px 40px 60px;
  text-align: center;
  font-size: 26px;
  font-weight: 700;
  line-height: 1.5;
  color: #333333;
  background-color: #ffffff;
  border: 2px solid #5a934c;
}
@media (max-width: 768px) {
  .recommend__item {
    width: 100%;
    padding: 80px 10px 40px;
    font-size: 20px;
  }
}
.recommend__item::before {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -62px;
  width: 123px;
  height: 123px;
  background-position: center;
  background-size: contain;
}
.recommend__item:nth-child(1)::before {
  background: url(/tanoshimu-tozan/images/recommend-num-1.png) no-repeat;
}
.recommend__item:nth-child(2)::before {
  background: url(/tanoshimu-tozan/images/recommend-num-2.png) no-repeat;
}
.recommend__item:nth-child(3)::before {
  background: url(/tanoshimu-tozan/images/recommend-num-3.png) no-repeat;
}
.recommend__item:nth-child(4)::before {
  background: url(/tanoshimu-tozan/images/recommend-num-4.png) no-repeat;
}
.recommend__tree span {
  position: absolute;
  z-index: 3;
}
@media (max-width: 768px) {
  .recommend__tree span img {
    width: 50%;
  }
}
.recommend__tree span:nth-child(1) {
  left: -180px;
  top: -280px;
}
@media (max-width: 1400px) {
  .recommend__tree span:nth-child(1) {
    left: -10px;
    top: -180px;
  }
}
@media (max-width: 1080px) {
  .recommend__tree span:nth-child(1) {
    left: 20px;
  }
}
@media (max-width: 768px) {
  .recommend__tree span:nth-child(1) {
    top: -80px;
  }
}
.recommend__tree span:nth-child(2) {
  left: -10px;
  top: -160px;
}
@media (max-width: 1400px) {
  .recommend__tree span:nth-child(2) {
    left: 80px;
  }
}
@media (max-width: 1080px) {
  .recommend__tree span:nth-child(2) {
    left: 100px;
    top: -100px;
  }
}
@media (max-width: 768px) {
  .recommend__tree span:nth-child(2) {
    left: 80px;
  }
}
.recommend__tree span:nth-child(3) {
  left: 180px;
  top: -140px;
}
@media (max-width: 768px) {
  .recommend__tree span:nth-child(3) {
    left: 120px;
    top: -80px;
  }
}
.recommend__tree span:nth-child(4) {
  right: 10px;
  top: -280px;
}
@media (max-width: 1400px) {
  .recommend__tree span:nth-child(4) {
    right: 200px;
    top: -160px;
  }
}
@media (max-width: 768px) {
  .recommend__tree span:nth-child(4) {
    right: 40px;
    top: -80px;
  }
}
.recommend__tree span:nth-child(5) {
  right: -100px;
  top: -340px;
}
@media (max-width: 1400px) {
  .recommend__tree span:nth-child(5) {
    right: 100px;
    top: -180px;
  }
}
@media (max-width: 768px) {
  .recommend__tree span:nth-child(5) {
    right: 0px;
    top: -60px;
  }
}
.recommend__tree span:nth-child(6) {
  left: -10px;
  bottom: -140px;
}
@media (max-width: 1080px) {
  .recommend__tree span:nth-child(6) {
    left: 20px;
    bottom: -80px;
  }
}
.recommend__tree span:nth-child(7) {
  left: 170px;
  bottom: -260px;
}
@media (max-width: 1080px) {
  .recommend__tree span:nth-child(7) {
    left: 80px;
    bottom: -180px;
  }
}
@media (max-width: 768px) {
  .recommend__tree span:nth-child(7) {
    left: 60px;
    bottom: -100px;
  }
}
.recommend__tree span:nth-child(8) {
  right: 190px;
  bottom: -280px;
}
@media (max-width: 768px) {
  .recommend__tree span:nth-child(8) {
    right: 100px;
    bottom: -100px;
  }
}
.recommend__tree span:nth-child(9) {
  right: -10px;
  bottom: -160px;
}
@media (max-width: 1400px) {
  .recommend__tree span:nth-child(9) {
    right: 140px;
    bottom: -160px;
  }
}
@media (max-width: 768px) {
  .recommend__tree span:nth-child(9) {
    right: 70px;
    bottom: -120px;
  }
}
.recommend__tree span:nth-child(10) {
  right: -160px;
  bottom: -80px;
}
@media (max-width: 1400px) {
  .recommend__tree span:nth-child(10) {
    right: 40px;
    bottom: -220px;
  }
}
@media (max-width: 768px) {
  .recommend__tree span:nth-child(10) {
    right: 0;
    bottom: -60px;
  }
}

.application {
  position: relative;
  padding: 100px 0 140px;
}
.application::before, .application::after {
  content: "";
  position: absolute;
  width: calc(50vw - 540px);
  background-color: #ffffff;
}
.application::before {
  left: 0;
  top: -29px;
  height: 29px;
}
.application::after {
  right: 0;
  top: -25px;
  height: 25px;
}
.application__title {
  margin-bottom: 120px;
}
.application__head {
  display: block;
  margin-bottom: 50px;
  text-align: center;
}

.application__list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 40px 60px;
  margin-bottom: 120px;
}

.application__item {
  position: relative;
  width: calc((100% - 60px) / 2);
  min-height: 200px;
  text-align: center;
  background-color: #5a934c;
}

@media (max-width: 768px) {
  .application__item {
    width: 100%;
    min-height: 200px;
  }
}

.application__item::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: calc(100% - 14px);
  height: calc(100% - 14px);
  border: 2px solid #ffffff;
  pointer-events: none;
  z-index: 0;
}

.application__link {
  position: absolute;
  inset: 0;
  z-index: 1;
  display: block;
  color: inherit;
  text-decoration: none;
  text-align: center;
}

@media (max-width: 768px) {
  .application__link {
    padding: 30px 10px 40px;
  }
}

.application__link:hover {
  opacity: 0.8;
}

.application__item p.main {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  margin: 0;
  font-size: 24px;
  font-weight: 900;
  line-height: 1.2;
  color: #ffffff;
}

@media (max-width: 768px) {
  .application__item p.main {
    font-size: 20px;
  }
}

.application__item p.area {
  width: fit-content;
  margin: 0 auto;
  padding: 8px 24px;
  font-size: 18px;
  font-weight: 900;
  line-height: 1;
  color: #5a934c;
  background-color: #ffffff;
}

@media (max-width: 768px) {
  .application__item p.area {
    font-size: 16px;
  }
}

.application__item p.date {
  font-size: 21px;
  font-weight: 900;
  line-height: 1.4;
  color: #ffffff;
}

@media (max-width: 768px) {
  .application__item p.date {
    font-size: 16px;
  }
}

.application__more {
  position: absolute;
  right: 16px;
  bottom: 12px;
  line-height: 0;
}

.arc-text {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 40px;
  margin-top: 60px;
}
.arc-text__line {
  display: block;
  width: 160px;
  height: 2px;
  background-color: #5a934c;
}
.arc-text__line--left {
  transform: rotate(-15deg);
  transform-origin: right center;
}
.arc-text__line--right {
  transform: rotate(15deg);
  transform-origin: left center;
}
.arc-text__content {
  position: relative;
  display: inline-block;
  height: 80px;
}
.arc-text__char {
  position: absolute;
  left: 50%;
  bottom: 0;
  transform-origin: center bottom;
  font-size: 32px;
  font-weight: 700;
  color: #5a934c;
  white-space: nowrap;
}
.arc-text__char:nth-child(1) {
  transform: translateX(-50%) rotate(-24deg) translateY(-40px);
}
.arc-text__char:nth-child(2) {
  transform: translateX(-50%) rotate(-18deg) translateY(-30px);
}
.arc-text__char:nth-child(3) {
  transform: translateX(-50%) rotate(-12deg) translateY(-22px);
}
.arc-text__char:nth-child(4) {
  transform: translateX(-50%) rotate(-6deg) translateY(-16px);
}
.arc-text__char:nth-child(5) {
  transform: translateX(-50%) rotate(0deg) translateY(-12px);
}
.arc-text__char:nth-child(6) {
  transform: translateX(-50%) rotate(6deg) translateY(-16px);
}
.arc-text__char:nth-child(7) {
  transform: translateX(-50%) rotate(12deg) translateY(-22px);
}
.arc-text__char:nth-child(8) {
  transform: translateX(-50%) rotate(18deg) translateY(-30px);
}
.arc-text__char:nth-child(9) {
  transform: translateX(-50%) rotate(24deg) translateY(-40px);
}

.application__note {
  margin-top: 60px;
  text-align: center;
  font-size: 20px;
  line-height: 1.6;
  color: #333;
}

@media (max-width: 768px) {
  .application__note {
    font-size: 16px;
    margin-top: 40px;
  }
}