#firsttimeskiing section#main-visual {
  position: relative;
  z-index: 4;
  background-image: url("../img/firsttimeskiing/img_firsttimeskiing_top_pc.jpg");
}
@media screen and (width <= 768px) {
  #firsttimeskiing section#main-visual {
    background-image: url("../img/firsttimeskiing/img_firsttimeskiing_top_sp.jpg");
  }
}
#firsttimeskiing section#title {
  position: relative;
  z-index: 3;
  padding: 20px 20px 0;
  text-align: center;
  background-color: var(--color-blue);
}
#firsttimeskiing section#title::before {
  position: absolute;
  bottom: -50%;
  left: 0;
  z-index: -1;
  width: 200px;
  height: 200px;
  content: "";
  background-image: url("../img/common/triangle_green.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  transform: rotate(90deg);
}
@media screen and (width <= 768px) {
  #firsttimeskiing section#title::before {
    width: 100px;
    height: 100px;
  }
}
#firsttimeskiing section#title::after {
  position: absolute;
  top: -25%;
  right: -5%;
  z-index: -1;
  width: 300px;
  height: 300px;
  content: "";
  background-image: url("../img/common/triangle_light_green.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
@media screen and (width <= 768px) {
  #firsttimeskiing section#title::after {
    width: 150px;
    height: 150px;
  }
}
#firsttimeskiing section#title img {
  max-width: 1200px;
}
#firsttimeskiing section#funfun-square {
  padding: 20px 50px 0;
  background-color: var(--color-blue);
}
@media screen and (width <= 768px) {
  #firsttimeskiing section#funfun-square {
    padding: 40px 5% 0;
  }
}
#firsttimeskiing section#funfun-square .inner-1020 {
  position: relative;
  padding: 50px;
  background-color: var(--color-white);
  border: 1px solid var(--color-black);
  border-radius: 14px;
}
#firsttimeskiing section#funfun-square .inner-1020::before {
  position: absolute;
  bottom: -200px;
  left: 50%;
  z-index: 5;
  width: 1200px;
  height: 450px;
  content: "";
  background-image: url("../img/firsttimeskiing/img_funfun_triangle_pc.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  transform: translate(-50%, -50%);
}
@media screen and (width <= 768px) {
  #firsttimeskiing section#funfun-square .inner-1020::before {
    content: none;
  }
}
#firsttimeskiing section#funfun-square .inner-1020::after {
  position: absolute;
  top: -2%;
  right: 2%;
  width: 300px;
  height: 150px;
  content: "";
  background-image: url("../img/skiareainformation/img_new_open.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
@media screen and (width <= 768px) {
  #firsttimeskiing section#funfun-square .inner-1020::after {
    width: 150px;
    height: 75px;
  }
}
@media screen and (width <= 768px) {
  #firsttimeskiing section#funfun-square .inner-1020 {
    padding: 80px 5% 30px;
  }
}
#firsttimeskiing section#funfun-square .inner-1020 .content-wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
#firsttimeskiing section#funfun-square .inner-1020 .content-wrapper::before {
  position: absolute;
  top: 15%;
  left: -2%;
  z-index: 5;
  width: 176px;
  height: 126px;
  content: "";
  background-image: url("../img/common/icon_snowman.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
@media screen and (width <= 768px) {
  #firsttimeskiing section#funfun-square .inner-1020 .content-wrapper::before {
    top: 15%;
    left: -1%;
    width: 88px;
    height: 63px;
  }
}
#firsttimeskiing section#funfun-square .inner-1020 .content-wrapper::after {
  position: absolute;
  top: 20%;
  right: -3%;
  z-index: 5;
  width: 176px;
  height: 126px;
  content: "";
  background-image: url("../img/common/icon_snow.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
@media screen and (width <= 768px) {
  #firsttimeskiing section#funfun-square .inner-1020 .content-wrapper::after {
    top: 15%;
    right: -1%;
    width: 88px;
    height: 63px;
  }
}
#firsttimeskiing section#funfun-square .inner-1020 .content-wrapper span.arrow {
  width: 40px;
}
@media screen and (width <= 768px) {
  #firsttimeskiing section#funfun-square .inner-1020 .content-wrapper span.arrow {
    width: 20px;
  }
}
#firsttimeskiing section#funfun-square .inner-1020 .content-wrapper span.title-image {
  position: relative;
  max-width: 400px;
  margin: 40px 0 0;
}
#firsttimeskiing section#funfun-square .inner-1020 .content-wrapper span.title-image::before {
  position: absolute;
  top: 50%;
  left: -38%;
  z-index: 5;
  width: 127px;
  height: 121px;
  content: "";
  background-image: url("../img/firsttimeskiing/icon_change.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  transform: translateY(-50%);
}
@media screen and (width <= 768px) {
  #firsttimeskiing section#funfun-square .inner-1020 .content-wrapper span.title-image::before {
    top: -250%;
    left: -10%;
    width: 90px;
    height: 85px;
  }
}
@media screen and (width <= 768px) {
  #firsttimeskiing section#funfun-square .inner-1020 .content-wrapper span.title-image {
    max-width: 80%;
    margin: 20px 0 0;
  }
}
#firsttimeskiing section#funfun-square .inner-1020 .content-wrapper p.title {
  margin: 5px 0 0;
  font-size: 20px;
  font-weight: 600;
}
@media screen and (width <= 768px) {
  #firsttimeskiing section#funfun-square .inner-1020 .content-wrapper p.title {
    font-size: 15px;
  }
}
#firsttimeskiing section#funfun-square .inner-1020 .content-wrapper h2 {
  margin: 55px 0 0;
  font-size: 20px;
  font-weight: 900;
  line-height: 1.8;
}
@media screen and (width <= 768px) {
  #firsttimeskiing section#funfun-square .inner-1020 .content-wrapper h2 {
    margin: 30px 0 0;
    font-size: 15px;
  }
}
#firsttimeskiing section#funfun-square .inner-1020 .content-wrapper p.read {
  position: relative;
  margin: 45px 0 0;
  line-height: 2.5;
}
@media screen and (width <= 768px) {
  #firsttimeskiing section#funfun-square .inner-1020 .content-wrapper p.read::before {
    position: absolute;
    top: 20%;
    left: -30%;
    width: 100px;
    height: 300px;
    content: "";
    background-image: url("../img/firsttimeskiing/img_funfun_triangle_left.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
  }
}
@media screen and (width <= 768px) {
  #firsttimeskiing section#funfun-square .inner-1020 .content-wrapper p.read::after {
    position: absolute;
    top: -15%;
    right: -30%;
    width: 100px;
    height: 300px;
    content: "";
    background-image: url("../img/firsttimeskiing/img_funfun_triangle_right.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
  }
}
@media screen and (width <= 768px) {
  #firsttimeskiing section#funfun-square .inner-1020 .content-wrapper p.read {
    margin: 30px 0 0;
  }
}
#firsttimeskiing section#funfun-square .inner-1020 .content-wrapper span.photo {
  max-width: 690px;
  margin: 55px 0 0;
}
@media screen and (width <= 768px) {
  #firsttimeskiing section#funfun-square .inner-1020 .content-wrapper span.photo {
    margin: 30px 0 0;
  }
}
#firsttimeskiing section#ic-lift {
  padding: 60px 50px 0;
  background-color: var(--color-blue);
}
@media screen and (width <= 768px) {
  #firsttimeskiing section#ic-lift {
    padding: 25px 5% 0;
  }
}
#firsttimeskiing section#ic-lift .inner-1020 {
  position: relative;
  display: flex;
  justify-content: space-between;
  padding: 50px;
  background-color: var(--color-white);
  border: 1px solid var(--color-black);
  border-radius: 14px;
}
#firsttimeskiing section#ic-lift .inner-1020::before {
  position: absolute;
  right: 30px;
  bottom: -22px;
  z-index: 2;
  width: 44px;
  height: 44px;
  content: "";
  background-image: url("../img/common/icon_rectangle.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  transform: translateX(-50%);
}
@media screen and (width <= 768px) {
  #firsttimeskiing section#ic-lift .inner-1020::before {
    right: 55px;
    bottom: -12px;
    width: 22px;
    height: 22px;
  }
}
@media screen and (width <= 768px) {
  #firsttimeskiing section#ic-lift .inner-1020 {
    flex-direction: column;
    gap: 30px;
    padding: 30px 5%;
  }
}
#firsttimeskiing section#ic-lift .inner-1020 p.read {
  line-height: 2.5;
}
#firsttimeskiing section#ic-lift .inner-1020 .left-wrapper {
  display: flex;
  flex-direction: column;
  gap: 30px;
  width: 55%;
}
@media screen and (width <= 768px) {
  #firsttimeskiing section#ic-lift .inner-1020 .left-wrapper {
    width: 100%;
  }
}
#firsttimeskiing section#ic-lift .inner-1020 .right-wrapper {
  width: 40%;
}
@media screen and (width <= 768px) {
  #firsttimeskiing section#ic-lift .inner-1020 .right-wrapper {
    width: 100%;
  }
}
#firsttimeskiing section#auto-gate {
  padding: 60px 50px;
  background-color: var(--color-blue);
}
@media screen and (width <= 768px) {
  #firsttimeskiing section#auto-gate {
    padding: 25px 5% 40px;
  }
}
#firsttimeskiing section#auto-gate .inner-1020 {
  position: relative;
  display: flex;
  justify-content: space-between;
  padding: 50px;
  background-color: var(--color-white);
  border: 1px solid var(--color-black);
  border-radius: 14px;
}
#firsttimeskiing section#auto-gate .inner-1020::before {
  position: absolute;
  top: -25px;
  right: 20px;
  z-index: 2;
  width: 14px;
  height: 51px;
  content: "";
  background-image: url("../img/common/icon_rectangle_thin.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
@media screen and (width <= 768px) {
  #firsttimeskiing section#auto-gate .inner-1020::before {
    top: -15px;
    right: 15px;
    width: 10px;
    height: 35px;
  }
}
@media screen and (width <= 768px) {
  #firsttimeskiing section#auto-gate .inner-1020 {
    flex-direction: column;
    gap: 30px;
    padding: 30px 5%;
  }
}
#firsttimeskiing section#auto-gate .inner-1020 p.read {
  line-height: 2.5;
}
#firsttimeskiing section#auto-gate .inner-1020 .left-wrapper {
  display: flex;
  flex-direction: column;
  gap: 30px;
  width: 55%;
}
@media screen and (width <= 768px) {
  #firsttimeskiing section#auto-gate .inner-1020 .left-wrapper {
    width: 100%;
  }
}
#firsttimeskiing section#auto-gate .inner-1020 .right-wrapper {
  width: 40%;
}
@media screen and (width <= 768px) {
  #firsttimeskiing section#auto-gate .inner-1020 .right-wrapper {
    width: 100%;
  }
}
