@media (768px <= width) {
  .pagetitle__name {
    bottom: 30%;
  }
}

.post {
  margin-top: calc(-180 / var(--spSize) * 100vw);
}
@media (768px <= width) {
  .post {
    margin-top: -180px;
  }
}
.post__item {
  width: calc(600 / var(--spSize) * 100vw);
  padding-left: calc(20 / var(--spSize) * 100vw);
  padding-right: calc(20 / var(--spSize) * 100vw);
}
.post__item img {
  aspect-ratio: 634/360;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (768px <= width) {
  .post__item {
    width: 714px;
    padding-left: 40px;
    padding-right: 40px;
  }
}
.post.swiper {
  overflow: visible;
}
.post .swiper-pagination-bullets {
  line-height: 8px;
  bottom: calc(-50 / var(--spSize) * 100vw);
}
@media (768px <= width) {
  .post .swiper-pagination-bullets {
    bottom: -45px;
  }
}
.post .swiper-pagination-bullet {
  background-color: var(--clr-lightYellow4);
  opacity: 1;
}
.post .swiper-pagination-bullet-active {
  background-color: #333;
}

.merit {
  padding: calc(160 / var(--spSize) * 100vw) calc(30 / var(--spSize) * 100vw) calc(120 / var(--spSize) * 100vw);
}
@media (768px <= width) {
  .merit {
    padding: 160px 0 120px;
  }
}
.merit__lead {
  font-size: 2.4rem;
  font-family: var(--ff-shippori);
  line-height: 1.9286;
}
@media (width < 768px) {
  .merit__lead br {
    display: none;
  }
}
@media (768px <= width) {
  .merit__lead {
    font-size: 2.8rem;
    text-align: center;
  }
}
.merit__wrap {
  margin-top: calc(100 / var(--spSize) * 100vw);
  display: grid;
  justify-content: center;
}
@media (width < 768px) {
  .merit__wrap {
    gap: calc(100 / var(--spSize) * 100vw);
  }
}
@media (768px <= width) {
  .merit__wrap {
    margin-top: 100px;
    grid-template-columns: repeat(3, 1fr);
    justify-content: space-between;
  }
}
.merit__item figure {
  display: grid;
}
.merit__item figure img {
  margin-left: auto;
  margin-right: auto;
}
@media (width < 768px) {
  .merit__item figure img {
    width: 70%;
  }
}
.merit__item figure figcaption {
  font-size: 2rem;
  font-family: var(--ff-shippori);
  line-height: 1.8333;
  padding-top: calc(20 / var(--spSize) * 100vw);
  text-align: center;
}
@media (768px <= width) {
  .merit__item figure figcaption {
    font-size: 2.4rem;
    padding-top: 20px;
  }
}

.sec1 {
  --time: 100s;
  width: 100%;
  display: flex;
  overflow: hidden;
  pointer-events: none;
  position: absolute;
  top: 0;
  left: 0;
}
@media (768px <= width) {
  .sec1 {
    --time: 200s;
  }
}
.sec1__title--first, .sec1__title--second {
  flex-shrink: 0;
  width: auto;
  height: auto;
  display: inline-block;
  text-wrap: nowrap;
  white-space: nowrap;
  font-size: 8rem;
  font-family: var(--ff-ci);
  line-height: 1.3;
  color: rgba(76, 177, 207, 0.1);
}
@media (768px <= width) {
  .sec1__title--first, .sec1__title--second {
    font-size: 24rem;
  }
}
.sec1__title--first {
  animation: anim--first var(--time) infinite linear 0.1s both;
}
.sec1__title--second {
  animation: anim--first var(--time) infinite linear 0.1s both;
}

#contact {
  position: relative;
  padding: calc(250 / var(--spSize) * 100vw) calc(30 / var(--spSize) * 100vw) calc(200 / var(--spSize) * 100vw);
  background: url(../images/kujiranews/img_bg.webp) center top/150% auto no-repeat;
  background-image: -webkit-image-set(url(../images/kujiranews/img_bg.webp) 1x, url(../images/kujiranews/img_bg@2x.webp) 2x);
  background-image: image-set(url(../images/kujiranews/img_bg.webp) 1x, url(../images/kujiranews/img_bg@2x.webp) 2x);
}
@media (768px <= width) {
  #contact {
    padding: 300px max(50% - 600px, 50px) 200px;
    background-size: 100% auto;
  }
}
#contact > .title {
  text-align: center;
  font-family: var(--ff-shippori);
  line-height: 1;
  padding-bottom: calc(45 / var(--spSize) * 100vw);
  position: relative;
}
@media (768px <= width) {
  #contact > .title {
    padding-bottom: 45px;
  }
}
#contact > .title::after {
  content: "";
  width: calc(102 / var(--spSize) * 100vw);
  height: 1px;
  border-bottom: 1px dotted #cac9c4;
  position: absolute;
  bottom: 0;
  left: calc(50% - 51 / var(--spSize) * 100vw);
}
@media (768px <= width) {
  #contact > .title::after {
    width: 102px;
    left: calc(50% - 51px);
  }
}
#contact > .title .sub {
  font-size: 1.6rem;
}
@media (768px <= width) {
  #contact > .title .sub {
    font-size: 3.2rem;
  }
}
#contact > .title .label {
  font-size: 3.1rem;
  margin-top: calc(30 / var(--spSize) * 100vw);
}
@media (768px <= width) {
  #contact > .title .label {
    font-size: 6.2rem;
    margin-top: 30px;
  }
}
#contact .text {
  margin-top: calc(80 / var(--spSize) * 100vw);
  text-align: center;
}
@media (768px <= width) {
  #contact .text {
    margin-top: 80px;
    font-size: 2rem;
  }
}
#contact .form {
  background: var(--clr-lightYellow2);
  margin-top: calc(100 / var(--spSize) * 100vw);
  padding: calc(100 / var(--spSize) * 100vw) calc(40 / var(--spSize) * 100vw);
  position: relative;
}
@media (768px <= width) {
  #contact .form {
    margin-top: 100px;
    padding: 100px 80px;
  }
}
#contact .headline {
  background-color: var(--clr-lightYellow4);
  display: flex;
  align-items: baseline;
  gap: calc(10 / var(--spSize) * 100vw);
  padding: calc(5 / var(--spSize) * 100vw) calc(30 / var(--spSize) * 100vw);
}
@media (768px <= width) {
  #contact .headline {
    gap: 10px;
    padding: 5px 30px;
  }
}
#contact .headline span:nth-child(1) {
  font-size: 2.8rem;
  font-family: var(--ff-ci);
}
#contact .headline span:nth-child(2) {
  font-size: 2.4rem;
  font-family: var(--ff-shippori);
}
#contact .block-button {
  text-align: center;
  position: relative;
}
#contact .block-button a {
  border: 1px solid var(--clr-lightYellow3);
  border-radius: 50px;
  font-family: var(--ff-shippori);
  display: inline-block;
  text-align: center;
  background: var(--clr-lightYellow2);
  position: relative;
  width: 100%;
  line-height: 1.8;
  padding-top: calc(10 / var(--spSize) * 100vw);
  padding-bottom: calc(10 / var(--spSize) * 100vw);
  position: relative;
}
@media (768px <= width) {
  #contact .block-button a {
    font-size: 2rem;
    line-height: 3;
    width: 800px;
    padding: 0;
  }
  #contact .block-button a br {
    display: none;
  }
}
#contact .block-button a::after {
  content: "";
  background: url(../images/common/icon_plus_white.webp) center/calc(17 / var(--spSize) * 100vw) auto no-repeat;
  background-image: -webkit-image-set(url(../images/common/icon_plus_white.webp) 1x, url(../images/common/icon_plus_white@2x.webp) 2x);
  background-image: image-set(url(../images/common/icon_plus_white.webp) 1x, url(../images/common/icon_plus_white@2x.webp) 2x);
  width: calc(40 / var(--spSize) * 100vw);
  height: calc(40 / var(--spSize) * 100vw);
  background-color: var(--clr-blue);
  border-radius: 50%;
  position: absolute;
  right: calc(20 / var(--spSize) * 100vw);
  top: 50%;
  transform: translateY(-50%);
}
@media (768px <= width) {
  #contact .block-button a::after {
    background-size: 17px auto;
    width: 40px;
    height: 40px;
    right: 20px;
  }
}
#contact .block-button a.open::after {
  background-image: url(../images/common/icon_minus_white.webp);
  background-image: -webkit-image-set(url(../images/common/icon_minus_white.webp) 1x, url(../images/common/icon_minus_white@2x.webp) 2x);
  background-image: image-set(url(../images/common/icon_minus_white.webp) 1x, url(../images/common/icon_minus_white@2x.webp) 2x);
}
#contact .block-button::before {
  content: "";
  border-top: 1px solid var(--clr-lightYellow3);
  position: absolute;
  left: calc(-40 / var(--spSize) * 100vw);
  right: calc(-40 / var(--spSize) * 100vw);
  top: 50%;
}
@media (768px <= width) {
  #contact .block-button::before {
    left: -80px;
    right: -80px;
  }
}