/* ---------------------------------------------------
	common
------------------------------------------------------ */
body {
  background: url(../img/common/bg02.svg) no-repeat center bottom 740px, #fff;
  background-size: 2542px;
}
body.ex_sitemap {
  background: url(../img/common/bg03.svg) no-repeat center top 164px, #fff;
  background-attachment: fixed;
  background-size: 1798px;
}

main {
  padding-top: 96px;
}
.ex_hello-world main {
  padding-top: 0;
}

.top__bg01 {
  padding-top: 80px;
}

@media screen and (max-width: 810px) {
  .footer {
    margin-top: 80px;
  }
  .top__bg01 {
    padding-top: 64px;
  }
}
/* ---------------------------------------------------
		top-mv
------------------------------------------------------ */
.top-mv {
  position: relative;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  height: 100vh;
  padding: 0 8%;
}
.top-mv .mv__bg {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  pointer-events: none;
}
.top-mv .mv__bg img {
  height: auto;
  object-fit: cover;
  animation: flip 6s ease-in-out infinite;
}
.top-mv .mv__title {
  padding-left: 43px;
}

@keyframes flip {
  0% {
    transform: perspective(50rem) rotateX(0deg);
    filter: saturate(100%);
  }
  20% {
    transform: perspective(50rem) rotateX(0deg);
    filter: saturate(100%);
  }
  50% {
    transform: perspective(50rem) rotateX(180deg);
    filter: saturate(0%);
  }
  80% {
    transform: perspective(50rem) rotateX(0deg);
    filter: saturate(100%);
  }
  100% {
    transform: perspective(50rem) rotateX(0deg);
    filter: saturate(100%);
  }
}
@media screen and (max-width: 810px) {
  .top-mv {
    height: 100svh;
    padding: 0;
  }
  .top-mv .mv__bg {
    width: 80%;
  }
  .top-mv .mv__title {
    padding-left: 16vw;
  }
  .top-mv .mv__title img {
    width: 88%;
    height: auto;
  }
}
/* ---------------------------------------------------
		about
------------------------------------------------------ */
.top-about {
  padding: 96px 0 112px;
}
.top-about .icon__title .en {
  letter-spacing: 0.12em;
}
.top-about .about__block {
  max-width: 984px;
  margin: 80px auto 0;
}
.top-about .about__block .block__text {
  max-width: 59%;
}
.top-about .about__block .block__text .title {
  margin-top: -12px;
  font-size: 4rem;
  letter-spacing: 0.24em;
  line-height: 1.5;
}
.top-about .about__block .block__text .title + .text {
  margin-top: 48px;
}
.top-about .about__block .block__text .text {
  font-size: 1.5rem;
  line-height: 2.25;
  letter-spacing: 0.2em;
}
.top-about .about__block .block__text .text.last {
  margin-top: 2.25em;
}
.top-about .about__block .block__pic {
  width: 41%;
}
.top-about .about__button {
  margin-top: 88px;
  text-align: center;
}

@media screen and (max-width: 810px) {
  .top-about {
    margin-top: 0;
    padding: 56px 0 80px;
    background: url(../img/top/sp_img_about01.svg) no-repeat right bottom 40px;
    background-size: 237px;
  }
  .top-about .icon__title .en {
    letter-spacing: 0.12em;
  }
  .top-about .about__block {
    margin-top: 56px;
  }
  .top-about .about__block .block__text {
    max-width: 100%;
  }
  .top-about .about__block .block__text .title {
    margin-top: 0;
    font-size: 3rem;
    letter-spacing: 0.24em;
    line-height: 1.5;
  }
  .top-about .about__block .block__text .title + .text {
    margin-top: 32px;
  }
  .top-about .about__block .block__text .text {
    font-size: 1.5rem;
    line-height: 2.25;
    letter-spacing: 0.2em;
  }
  .top-about .about__button {
    margin-top: 48px;
  }
  .top-about .text_fadein {
    opacity: 0;
    transition-delay: 200ms;
    transition-duration: 1500ms;
    transition-property: opacity, transform;
    transform: translate(0, 20px);
  }
  .top-about .text_fadein.active {
    transform: translate(0, 0);
    opacity: 1;
  }
}
/* ---------------------------------------------------
	strength
------------------------------------------------------ */
.top-strength {
  margin-top: 40px;
  padding: 144px 0 120px;
}
.top-strength .icon__title {
  text-align: center;
}
.top-strength .strength__lead {
  margin-top: 48px;
  letter-spacing: 0.08em;
  text-align: center;
}
.top-strength .strength__pic {
  margin-top: 56px;
  text-align: center;
}
.top-strength .strength__pic .pic__logo {
  margin-top: 32px;
}
.top-strength .strength__pic .pic__logo .swiper-wrapper {
  transition-timing-function: linear;
}
.top-strength .strength__button {
  margin-top: 88px;
  text-align: center;
}

@media screen and (max-width: 810px) {
  .top-strength {
    margin-top: 0;
    padding: 72px 0 80px;
  }
  .top-strength .icon__title {
    text-align: center;
  }
  .top-strength .strength__lead {
    margin-top: 48px;
    text-align: left;
  }
  .top-strength .strength__pic {
    margin: 32px auto 0;
  }
  .top-strength .strength__pic .pic__logo {
    width: 100vw;
    margin: 32px -30px 0;
  }
  .top-strength .strength__button {
    margin-top: 48px;
  }
}
/* ---------------------------------------------------
		top__logolist
------------------------------------------------------ */
.top__logolist {
  max-width: 1600px;
  margin: 0 auto 0;
}
.top__logolist .swiper-wrapper {
  transition-timing-function: linear;
}
.top__logolist .swiper-slide img {
  border-radius: 16px;
}

@media screen and (max-width: 810px) {
  .top__logolist .swiper-wrapper {
    height: 40vw;
  }
  .top__logolist .swiper-slide img {
    border-radius: 10px;
  }
  .top__logolist .swiper-slide.even {
    left: 20vw;
  }
}
/* ---------------------------------------------------
	top-blog
------------------------------------------------------ */
.top-blog {
  margin-top: 40px;
  padding: 120px 0 120px;
}
.top-blog .blog__title {
  font-size: 1.6rem;
  line-height: 1.25;
  letter-spacing: 0.08em;
}
.top-blog .blog__title .en {
  position: relative;
  display: inline-block;
  margin-right: 32px;
  padding-right: 40px;
  font-size: 8rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.04em;
}
.top-blog .blog__title .en::after {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  bottom: 0;
  width: 3px;
  height: 60px;
  background: #e6e6e6;
  transform: skewX(-28deg);
}
.top-blog .blog__list {
  margin-top: 56px;
  justify-content: flex-start;
  overflow: visible;
}
.top-blog .blog__list .list__item {
  width: 31.25%;
  margin-right: 3.0625%;
}
.top-blog .blog__list .list__item:nth-of-type(3n), .top-blog .blog__list .list__item:last-of-type {
  margin-right: 0;
}
.top-blog .blog__list .list__item a {
  position: relative;
  display: block;
  height: 100%;
  padding: 16px 16px 60px;
  background: #fff;
  border-radius: 24px;
}
@media (any-hover: hover) {
  .top-blog .blog__list .list__item a:hover {
    box-shadow: 0 0 16px rgba(0, 0, 0, 0.08);
    opacity: 1;
  }
  .top-blog .blog__list .list__item a:hover .eyecatch img {
    transform: scale(1.06);
  }
  .top-blog .blog__list .list__item a:hover .title {
    text-decoration: underline;
  }
  .top-blog .blog__list .list__item a:hover .arrow {
    background: url(../img/common/icon_arrow_hover.svg) no-repeat;
    background-size: 100%;
  }
}
.top-blog .blog__list .list__item .eyecatch {
  aspect-ratio: 272/153;
  overflow: hidden;
  border-radius: 12px;
}
.top-blog .blog__list .list__item .eyecatch img {
  width: 100%;
  height: 100%;
  aspect-ratio: 272/153;
  object-fit: cover;
  transition: transform 0.5s;
}
.top-blog .blog__list .list__item .item__body {
  margin-top: 24px;
}
.top-blog .blog__list .list__item .time {
  display: block;
  color: #687480;
  font-size: 1.4rem;
  font-weight: 400;
  font-family: "Montserrat", sans-serif;
  line-height: 1.25;
  letter-spacing: 0.08em;
}
.top-blog .blog__list .list__item .title {
  margin-top: 16px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.04em;
}
.top-blog .blog__list .list__item .arrow {
  position: absolute;
  right: 16px;
  bottom: 16px;
  display: block;
  margin-left: auto;
  width: 48px;
  height: 28px;
  background: url(../img/common/icon_arrow.svg) no-repeat;
  background-size: 100%;
  transition: all 0.5s;
}
.top-blog .blog__button {
  margin-top: 64px;
  text-align: center;
}

@media screen and (max-width: 810px) {
  .top-blog {
    margin-top: 0;
    padding: 88px 0 80px;
  }
  .top-blog .blog__title {
    font-size: 1.4rem;
    line-height: 1.25;
    letter-spacing: 0.08em;
  }
  .top-blog .blog__title .en {
    margin-right: 24px;
    padding-right: 32px;
    font-size: 6.4rem;
    letter-spacing: 0.04em;
  }
  .top-blog .blog__title .en::after {
    height: 48px;
  }
  .top-blog .blog__title .en + span {
    display: block;
    margin-top: 12px;
  }
  .top-blog .blog__list {
    margin-top: 56px;
    gap: 16px;
  }
  .top-blog .blog__list .list__item {
    width: 100%;
    margin-right: 0;
  }
  .top-blog .blog__list .list__item a {
    border-radius: 16px;
    border: 1px solid #DBE1E7;
  }
  .top-blog .blog__list .list__item .item__body {
    margin-top: 20px;
  }
  .top-blog .blog__list .list__item .time {
    font-size: 1.3rem;
  }
  .top-blog .blog__list .list__item .title {
    margin-top: 10px;
    font-size: 1.4rem;
    line-height: 1.5;
  }
  .top-blog .blog__list .list__item .icon {
    margin-top: 16px;
  }
  .top-blog .blog__button {
    margin-top: 48px;
  }
}
/* ---------------------------------------------------
	top-news
------------------------------------------------------ */
.top-news {
  padding: 144px 0 120px;
}
.top-news .news__list {
  margin-top: 44px;
}
.top-news .news__list > li + li {
  margin-top: 16px;
}
.top-news .news__list > li a {
  position: relative;
  display: flex;
  align-items: flex-start;
  padding: 38px 80px 38px 40px;
  background: #fff;
  border-radius: 24px;
  justify-content: space-between;
}
@media (any-hover: hover) {
  .top-news .news__list > li a:hover {
    box-shadow: 0 0 16px rgba(0, 0, 0, 0.08);
    opacity: 1;
  }
  .top-news .news__list > li a:hover .title {
    text-decoration: underline;
  }
  .top-news .news__list > li a:hover .arrow {
    background: url(../img/common/icon_arrow_hover.svg) no-repeat;
    background-size: 100%;
  }
}
.top-news .news__list > li .time {
  display: block;
  width: 112px;
  margin-top: 7px;
  color: #687480;
  font-size: 1.4rem;
  font-weight: 400;
  font-family: "Montserrat", sans-serif;
  line-height: 1.2;
  letter-spacing: 0.08em;
}
.top-news .news__list > li .category {
  display: block;
  width: 128px;
  margin-top: 4px;
  padding: 4px;
  background: #F1F3F5;
  border-radius: 100vmax;
  font-size: 1.3rem;
  font-weight: 500;
  line-height: 1.2;
  text-align: center;
}
.top-news .news__list > li .title {
  display: block;
  width: calc(100% - 112px - 128px);
  padding-left: 30px;
  font-weight: 500;
  letter-spacing: 0.04em;
}
.top-news .news__list > li .arrow {
  position: absolute;
  right: 24px;
  top: 50%;
  display: block;
  margin-left: auto;
  width: 48px;
  height: 28px;
  margin-top: -14px;
  background: url(../img/common/icon_arrow.svg) no-repeat;
  background-size: 100%;
  transition: all 0.5s;
}
.top-news .news__button {
  margin-top: 64px;
  text-align: center;
}

@media screen and (max-width: 810px) {
  .top-news {
    padding: 72px 0 80px;
  }
  .top-news .news__list {
    margin-top: 48px;
  }
  .top-news .news__list > li + li {
    margin-top: 16px;
  }
  .top-news .news__list > li a {
    padding: 24px 48px 24px 24px;
    border-radius: 16px;
    flex-wrap: wrap;
    justify-content: flex-start;
  }
  .top-news .news__list > li .time {
    width: 96px;
    margin-top: 4px;
  }
  .top-news .news__list > li .category {
    width: 120px;
    margin-top: 0;
    font-size: 1.3rem;
  }
  .top-news .news__list > li .title {
    width: 100%;
    margin-top: 8px;
    padding-right: 30px;
    padding-left: 0;
    line-height: 1.5;
  }
  .top-news .news__list > li .arrow {
    right: 16px;
  }
  .top-news .news__button {
    margin-top: 48px;
  }
}


  /* ---------------------------------------------------
	common
------------------------------------------------------ */
@media screen and (max-width: 810px) {
    .page__navi {
      max-width: 300px;
    }
  }
  /* ---------------------------------------------------
          company__section
  ------------------------------------------------------ */
  .company__section {
    padding: 96px 0 104px;
  }
  .company__section + .company__section {
    margin-top: 32px;
  }
  .company__section .company__list {
    margin-top: 40px;
    letter-spacing: 0.04em;
  }
  .company__section .company__list .list__row {
    display: flex;
    padding: 28px 40px;
    background: #fff;
    border-radius: 24px;
  }
  .company__section .company__list .list__row + .list__row {
    margin-top: 16px;
  }
  .company__section .company__list dt {
    width: 28%;
    font-weight: 600;
    line-height: 1.5;
  }
  .company__section .company__list dd {
    width: 72%;
    color: #5c5c5c;
    font-size: 1.4rem;
  }
  .company__section .company__list .inner__list .list__row {
    display: flex;
    padding: 0;
    background: none;
    border-radius: 0;
  }
  .company__section .company__list .inner__list .list__row + .list__row {
    margin-top: 0;
  }
  .company__section .company__list .inner__list dt {
    width: 10em;
    font-weight: normal;
    line-height: 1.75;
  }
  .company__section .company__list .inner__list dd {
    width: calc(100% - 10em);
  }
  .company__section .company__list .inner__list.address dt {
    width: 8em;
  }
  .company__section .company__list .inner__list.address dd {
    width: calc(100% - 8em);
  }
  .company__section iframe {
    display: block;
    width: 100%;
    height: 615px;
    margin-top: 16px;
    border: none;
  }
  .company__section .ci__bg {
    margin-top: 40px;
    padding: 80px 64px;
    background: #fff;
    border-radius: 24px;
  }
  .company__section .ci__logo {
    line-height: 1;
    text-align: center;
  }
  .company__section .ci__text {
    max-width: 655px;
    margin: 40px auto 0;
    font-size: 1.4rem;
    line-height: 2.25;
    letter-spacing: 0.04em;
  }
  .company__section .ci__block {
    margin-top: 40px;
  }
  .company__section .ci__block .block__col {
    width: 33.3%;
    text-align: center;
  }
  .company__section .ci__block .block__col .logo {
    line-height: 1;
  }
  .company__section .ci__block .block__col .text {
    margin-top: 20px;
    font-weight: 600;
    line-height: 1.5;
  }
  .company__section .ci__block .block__col .text .small {
    display: block;
    margin-top: 2px;
    font-size: 1.3rem;
    font-weight: 400;
    line-height: 1.5;
  }
  
  @media screen and (max-width: 810px) {
    .company__section {
      padding: 67px 0 67px;
    }
    .company__section + .company__section {
      margin-top: 24px;
    }
    .company__section .company__list {
      margin-top: 40px;
      letter-spacing: 0.04em;
    }
    .company__section .company__list .list__row {
      display: block;
      padding: 28px 24px;
      text-align: center;
    }
    .company__section .company__list .list__row + .list__row {
      margin-top: 16px;
    }
    .company__section .company__list dt {
      width: 100%;
      font-size: 1.4rem;
      font-weight: 500;
      line-height: 1.5;
    }
    .company__section .company__list dd {
      width: 100%;
      margin-top: 32px;
      color: #000;
      font-size: 1.4rem;
      font-weight: 500;
      letter-spacing: 0.08em;
    }
    .company__section .company__list dd.sp__ls {
      letter-spacing: 0;
    }
    .company__section .company__list .name {
      font-weight: 500;
      font-size: 1.2rem;
    }
    .company__section .company__list .inner__list .list__row {
      flex-wrap: wrap;
      justify-content: center;
    }
    .company__section .company__list .inner__list dt {
      width: auto;
      font-weight: 500;
    }
    .company__section .company__list .inner__list dd {
      width: auto;
      margin-top: 0;
      padding-left: 4px;
    }
    .company__section .company__list .inner__list.address dt {
      width: 100%;
    }
    .company__section .company__list .inner__list.address dd {
      width: 100%;
      padding-left: 0;
    }
    .company__section iframe {
      height: 370px;
      margin-top: 16px;
    }
    .company__section .ci__bg {
      margin-top: 40px;
      padding: 48px 24px 40px;
      border-radius: 20px;
    }
    .company__section .ci__logo img {
      width: 234px;
      height: auto;
    }
    .company__section .ci__text {
      margin-top: 40px;
      line-height: 1.75;
      letter-spacing: 0.08em;
    }
    .company__section .ci__block {
      margin-top: 32px;
      gap: 30px;
    }
    .company__section .ci__block .block__col {
      display: flex;
      align-items: center;
      justify-content: space-between;
      width: 100%;
      text-align: center;
    }
    .company__section .ci__block .block__col .logo {
      width: 46%;
      line-height: 1;
    }
    .company__section .ci__block .block__col .logo img {
      width: auto;
      height: 72px;
      object-fit: cover;
    }
    .company__section .ci__block .block__col .text {
      width: 54%;
      margin-top: 0;
      font-size: 1.4rem;
      line-height: 1.15;
    }
    .company__section .ci__block .block__col .text .small {
      margin-top: 4px;
      font-size: 1.3rem;
      line-height: 1.5;
    }
  }


/* ---------------------------------------------------
		product
------------------------------------------------------ */
.product__section {
    padding: 110px 0;
  }
  .product__section + .product__section {
    margin-top: 32px;
  }
  .product__section .product__title {
    font-size: 3.6rem;
    line-height: 1.5;
    letter-spacing: 0.08em;
    text-align: left;
  }
  .product__section .product__title .en {
    display: block;
    color: #C95D89;
    font-size: 1.3rem;
    font-weight: 600;
    letter-spacing: 0.03em;
  }
  .product__section .product__title .en + span {
    display: block;
    margin-top: 8px;
  }
  .product__section .product__title .icon {
    margin-right: 16px;
  }
  .product__section .product__title + * {
    margin-top: 48px;
  }
  .product__section .product__point {
    margin-top: 48px;
    background: #fff;
    border-radius: 24px;
  }
  .product__section .product__point .point__box {
    width: 33.3333333333%;
    padding: 40px 16px;
    text-align: center;
  }
  .product__section .product__point .point__box .box__num {
    font-size: 1.2rem;
    font-weight: 500;
    letter-spacing: 0.02em;
  }
  .product__section .product__point .point__box .box__title {
    margin: 28px auto 0;
    background: linear-gradient(90deg, #ea5b4b 0%, #cb5c87 40%, #9c65b1 100%);
    color: transparent;
    -webkit-background-clip: text;
    background-clip: text;
    font-size: 2rem;
    font-weight: bold;
    letter-spacing: 0.08em;
    line-height: 1.5;
    -webkit-text-fill-color: transparent;
    text-fill-color: transparent;
  }
  .product__section .product__point .point__box .box__title + * {
    margin-top: 24px;
  }
  .product__section .product__point .point__box + .point__box {
    border-left: 1px solid #F1F3F5;
  }
  .product__section .product__point .point__box .box__text {
    color: #333;
    font-size: 1.4rem;
    line-height: 1.5;
    letter-spacing: 0.08em;
  }
  .product__section .product__detail {
    margin-top: 64px;
  }
  .product__section .product__detail .detail__title {
    position: relative;
    padding-left: 24px;
    font-size: 1.7rem;
    font-weight: 500;
    line-height: 1.25;
    letter-spacing: 0.08em;
  }
  .product__section .product__detail .detail__title::before {
    content: "";
    position: absolute;
    left: 0;
    top: 12px;
    display: inline-block;
    width: 12px;
    height: 2px;
    background: rgba(0, 0, 0, 0.2);
  }
  .product__section .product__detail .detail__box {
    position: relative;
    display: flex;
    align-items: center;
    padding: 40px 40px;
    margin-top: 32px;
    background: #fff;
    border-radius: 24px;
    z-index: 1;
  }
  @media (any-hover: hover) {
    .product__section .product__detail .detail__box:hover {
      opacity: 1;
    }
    .product__section .product__detail .detail__box:hover::before {
      opacity: 1;
    }
    .product__section .product__detail .detail__box:hover .box__body::after {
      background: url(../img/common/icon_arrow_hover.svg) no-repeat;
      background-size: 100%;
    }
  }
  .product__section .product__detail .detail__box::before {
    content: "";
    display: block;
    position: absolute;
    left: -1px;
    top: -1px;
    width: calc(100% + 2px);
    height: calc(100% + 2px);
    background: linear-gradient(90deg, #ea5b4b 0%, #cb5c87 40%, #9c65b1 100%);
    border-radius: 25px;
    opacity: 0;
    transition: opacity 0.5s;
    z-index: -1;
  }
  .product__section .product__detail .detail__box::after {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    display: block;
    width: 100%;
    height: 100%;
    margin: auto 0;
    background: #fff;
    border-radius: 24px;
  }
  .product__section .product__detail .detail__box > * {
    position: relative;
    z-index: 2;
  }
  .product__section .product__detail .detail__box .box__head {
    display: flex;
    align-items: center;
    width: 42%;
  }
  .product__section .product__detail .detail__box .box__logo {
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    width: 92px;
    min-height: 92px;
    line-height: 1;
    text-align: center;
  }
  .product__section .product__detail .detail__box .box__title {
    width: calc(100% - 92px);
    padding-left: 32px;
    font-size: 2rem;
    font-family: "Montserrat", "Noto Sans JP", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-weight: 600;
    line-height: 1.5;
    letter-spacing: 0.04em;
  }
  .product__section .product__detail .detail__box .box__body {
    position: relative;
    width: 58%;
    padding-left: 32px;
    padding-right: 64px;
    border-left: 1px solid #F1F3F5;
    color: #333;
    font-size: 1.4rem;
    letter-spacing: 0.04em;
  }
  .product__section .product__detail .detail__box .box__body::after {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    display: block;
    width: 48px;
    height: 28px;
    margin: auto 0;
    background: url(../img/common/icon_arrow.svg) no-repeat, url(../img/common/icon_arrow_hover.svg) no-repeat;
    background-size: 100%;
    transition: background 0.5s;
  }
  .product__section .product__detail .detail__box + .detail__box {
    margin-top: 24px;
  }
  
  @media screen and (max-width: 810px) {
    .product__section {
      padding: 64px 0;
    }
    .product__section + .product__section {
      margin-top: 24px;
    }
    .product__section .product__title {
      font-size: 2.8rem;
      line-height: 1.5;
      letter-spacing: 0.08em;
      text-align: center;
    }
    .product__section .product__title .en + span {
      margin-top: 16px;
    }
    .product__section .product__title .icon {
      display: block;
      top: auto;
      margin: 0 auto 10px;
    }
    .product__section .product__title + * {
      margin-top: 40px;
    }
    .product__section .product__point {
      margin-top: 48px;
      border-radius: 24px;
    }
    .product__section .product__point .point__box {
      width: 100%;
      padding: 32px 16px;
    }
    .product__section .product__point .point__box .box__num {
      font-size: 1.2rem;
      font-weight: 500;
      letter-spacing: 0.02em;
    }
    .product__section .product__point .point__box + .point__box {
      border-left: none;
      border-top: 1px solid #F1F3F5;
    }
    .product__section .product__point .point__box .box__text {
      font-size: 1.4rem;
      line-height: 1.5;
      letter-spacing: 0.08em;
      opacity: 0.8;
    }
    .product__section .product__detail {
      margin-top: 64px;
    }
    .product__section .product__detail .detail__title {
      position: relative;
      width: max-content;
      max-width: 100%;
      margin: 0 auto;
      padding-left: 24px;
      padding-right: 24px;
    }
    .product__section .product__detail .detail__title::after {
      content: "";
      position: absolute;
      right: 0;
      top: 12px;
      display: inline-block;
      width: 12px;
      height: 2px;
      background: rgba(0, 0, 0, 0.2);
    }
    .product__section .product__detail .detail__box {
      flex-wrap: wrap;
      padding: 20px 20px 24px;
      margin-top: 32px;
      border-radius: 24px;
      z-index: 1;
    }
    .product__section .product__detail .detail__box::before {
      content: none;
    }
    .product__section .product__detail .detail__box::after {
      border-radius: 24px;
    }
    .product__section .product__detail .detail__box .box__head {
      display: flex;
      align-items: center;
      width: 100%;
    }
    .product__section .product__detail .detail__box .box__title {
      padding-left: 20px;
      font-size: 1.8rem;
      letter-spacing: 0.04em;
    }
    .product__section .product__detail .detail__box .box__body {
      position: relative;
      width: 100%;
      margin-top: 20px;
      padding-top: 24px;
      padding-left: 0;
      padding-right: 64px;
      border-left: none;
      border-top: 1px solid #F1F3F5;
      text-align: left;
    }
    .product__section .product__detail .detail__box .box__body::after {
      top: 20px;
    }
    .product__section .product__detail .detail__box + .detail__box {
      margin-top: 16px;
    }
    .product__section .product__detail:not(:has(.detail__title)) {
      margin-top: 40px;
    }
  }


/* ---------------------------------------------------
		privacy
------------------------------------------------------ */
.privacy {
    padding: 0 0 110px 0;
    background: #fff;
  }
  .privacy .container {
    max-width: 1000px;
  }
  .privacy .privacy__title {
    position: relative;
    padding-left: 30px;
    color: #333;
    font-size: 2.4rem;
    font-weight: 500;
    line-height: 1.5;
    letter-spacing: 0.08em;
  }
  .privacy .privacy__title::before {
    content: "";
    position: absolute;
    left: 0;
    top: 18px;
    display: inline-block;
    width: 12px;
    height: 2px;
    background: rgba(0, 0, 0, 0.2);
  }
  .privacy .privacy__lead {
    margin-top: 40px;
    font-weight: 500;
    letter-spacing: 0.08em;
    line-height: 1.75;
  }
  .privacy .privacy__lead + * {
    margin-top: 40px;
  }
  .privacy .privacy__block {
    padding: 40px 40px;
    border-top: 1px solid #D0D7DF;
    color: #333;
    letter-spacing: 0.08em;
  }
  .privacy .privacy__block:last-of-type {
    border-bottom: 1px solid #D0D7DF;
  }
  .privacy .privacy__block p {
    font-weight: 500;
    line-height: 1.5;
  }
  .privacy .privacy__block .block__title {
    font-size: 1.8rem;
    font-weight: 500;
    line-height: 1.5;
    letter-spacing: 0.08em;
  }
  .privacy .privacy__block .block__title + * {
    margin-top: 35px;
  }
  .privacy .privacy__block a {
    text-decoration: underline;
  }
  @media (any-hover: hover) {
    .privacy .privacy__block a:hover {
      opacity: 1;
      text-decoration: none;
    }
  }
  .privacy .privacy__note {
    margin-top: 40px;
    font-weight: 500;
    letter-spacing: 0.08em;
  }
  
  @media screen and (max-width: 810px) {
    .privacy {
      padding: 0;
    }
    .privacy .privacy__title {
      position: relative;
      padding-left: 24px;
      font-size: 2rem;
      letter-spacing: 0.08em;
    }
    .privacy .privacy__title::before {
      top: 16px;
    }
    .privacy .privacy__lead {
      margin-top: 24px;
      font-size: 1.4rem;
      letter-spacing: 0.08em;
      line-height: 1.75;
    }
    .privacy .privacy__lead + * {
      margin-top: 24px;
    }
    .privacy .privacy__block {
      padding: 24px 16px;
      font-size: 1.4rem;
      letter-spacing: 0.08em;
    }
    .privacy .privacy__block p {
      font-weight: 500;
      line-height: 1.5;
    }
    .privacy .privacy__block .block__title + * {
      margin-top: 16px;
    }
    .privacy .privacy__note {
      margin-top: 24px;
      font-size: 1.4rem;
      line-height: 1.5;
      letter-spacing: 0.08em;
    }
  }


/* ---------------------------------------------------
		security
------------------------------------------------------ */
.security {
    padding: 0 0 110px 0;
    background: #fff;
  }
  .security .container {
    max-width: 1000px;
  }
  .security .security__title {
    position: relative;
    padding-left: 30px;
    color: #333;
    font-size: 2.4rem;
    font-weight: 500;
    line-height: 1.5;
    letter-spacing: 0.08em;
  }
  .security .security__title::before {
    content: "";
    position: absolute;
    left: 0;
    top: 18px;
    display: inline-block;
    width: 12px;
    height: 2px;
    background: rgba(0, 0, 0, 0.2);
  }
  .security .security__title + * {
    margin-top: 40px;
  }
  .security .security__lead {
    margin-top: 40px;
    font-weight: 500;
    letter-spacing: 0.08em;
    line-height: 1.75;
  }
  .security .security__lead + * {
    margin-top: 40px;
  }
  .security .security__block {
    padding: 40px 40px;
    border-top: 1px solid #D0D7DF;
    color: #333;
    letter-spacing: 0.08em;
  }
  .security .security__block:last-of-type {
    border-bottom: 1px solid #D0D7DF;
  }
  .security .security__block p {
    font-size: 1.4rem;
    font-weight: 500;
    line-height: 1.72;
  }
  .security .security__block .block__title {
    font-size: 1.8rem;
    font-weight: 500;
    line-height: 1.5;
    letter-spacing: 0.08em;
  }
  .security .security__block .block__title + * {
    margin-top: 35px;
  }
  .security .security__block a {
    text-decoration: underline;
  }
  @media (any-hover: hover) {
    .security .security__block a:hover {
      opacity: 1;
      text-decoration: none;
    }
  }
  .security .security__block .block__list {
    line-height: 1.5;
    letter-spacing: 0.08em;
  }
  .security .security__block .block__list li {
    padding-left: 1.08em;
    text-indent: -1.08em;
    font-weight: 500;
  }
  .security .security__block .block__list li::before {
    content: "・";
    font-weight: bold;
  }
  .security .security__note {
    margin-top: 40px;
    font-weight: 500;
    letter-spacing: 0.08em;
  }
  
  @media screen and (max-width: 810px) {
    .security {
      padding: 0;
    }
    .security .security__title {
      position: relative;
      padding-left: 30px;
      font-size: 2rem;
      letter-spacing: 0.08em;
    }
    .security .security__title + * {
      margin-top: 20px;
    }
    .security .security__lead {
      margin-top: 40px;
      font-weight: 500;
      letter-spacing: 0.08em;
      line-height: 1.75;
    }
    .security .security__lead + * {
      margin-top: 40px;
    }
    .security .security__block {
      padding: 24px 16px;
      letter-spacing: 0;
    }
    .security .security__block .block__title + * {
      margin-top: 16px;
    }
    .security .security__block .block__list {
      font-size: 1.4rem;
      letter-spacing: 0.08em;
    }
    .security .security__block .block__list li {
      padding-left: 1.08em;
      text-indent: -1.08em;
    }
    .security .security__note {
      margin-top: 24px;
      font-size: 1.4rem;
      line-height: 1.5;
      letter-spacing: 0.08em;
    }
  }


/* ---------------------------------------------------
		sitemap
------------------------------------------------------ */
.sitemap {
    padding: 0 0 110px 0;
  }
  .sitemap .sitemap__list {
    letter-spacing: 0.04em;
    line-height: 1.5;
  }
  .sitemap .sitemap__list > li + li {
    margin-top: 84px;
  }
  .sitemap .sitemap__list .list__parent {
    border-bottom: 1px solid #D0D7DF;
    font-size: 2.4rem;
    letter-spacing: 0.08em;
  }
  .sitemap .sitemap__list .list__parent > a,
  .sitemap .sitemap__list .list__parent .nolink {
    position: relative;
    display: inline-block;
    padding: 0 80px 20px 30px;
    font-weight: 500;
  }
  .sitemap .sitemap__list .list__parent > a::before,
  .sitemap .sitemap__list .list__parent .nolink::before {
    content: "";
    position: absolute;
    left: 0;
    top: 18px;
    display: inline-block;
    width: 12px;
    height: 2px;
    background: rgba(0, 0, 0, 0.2);
  }
  .sitemap .sitemap__list a {
    position: relative;
    display: inline-block;
  }
  @media (any-hover: hover) {
    .sitemap .sitemap__list a:has(.arrow) {
      opacity: 1;
    }
    .sitemap .sitemap__list a:has(.arrow):hover .arrow {
      background: url(../img/common/icon_arrow_hover.svg) no-repeat;
      background-size: 100%;
    }
  }
  .sitemap .sitemap__list .arrow {
    position: absolute;
    right: 0;
    top: 50%;
    display: block;
    width: 48px;
    height: 28px;
    margin-top: -22px;
    background: url(../img/common/icon_arrow.svg) no-repeat;
    background-size: 100%;
    transition: all 0.5s;
  }
  .sitemap .navi__child {
    margin-top: 28px;
    padding-left: 40px;
    gap: 32px 0;
    align-items: flex-start;
    justify-content: flex-start;
    line-height: 1.5;
  }
  .sitemap .navi__child li {
    width: 33.33%;
  }
  .sitemap .navi__child li a {
    position: relative;
    display: inline-block;
    padding-left: 18px;
  }
  @media (any-hover: hover) {
    .sitemap .navi__child li a:hover {
      opacity: 1;
    }
    .sitemap .navi__child li a:hover::after {
      opacity: 1;
    }
  }
  .sitemap .navi__child li a::before {
    content: "";
    position: absolute;
    left: 0;
    top: 11px;
    display: inline-block;
    width: 8px;
    height: 2px;
    background: linear-gradient(to right, #FBDAA2 0%, #CBE1A0 50%, #B0D58C 75%, #86C685 100%);
  }
  .sitemap .navi__child li a:after {
    content: "";
    display: block;
    position: absolute;
    left: 18px;
    bottom: 0;
    width: calc(100% - 18px);
    height: 0;
    border-bottom: 1px solid currentColor;
    transition: opacity 0.5s;
    opacity: 0;
  }
  
  @media screen and (max-width: 810px) {
    .sitemap {
      padding: 0;
    }
    .sitemap .sitemap__list {
      letter-spacing: 0.04em;
      line-height: 1.5;
    }
    .sitemap .sitemap__list > li + li {
      margin-top: 40px;
    }
    .sitemap .sitemap__list .list__parent {
      font-size: 1.8rem;
      letter-spacing: 0.08em;
    }
    .sitemap .sitemap__list .list__parent > a,
    .sitemap .sitemap__list .list__parent .nolink {
      padding: 0 80px 20px 30px;
    }
    .sitemap .sitemap__list .list__parent > a::before,
    .sitemap .sitemap__list .list__parent .nolink::before {
      content: "";
      position: absolute;
      left: 0;
      top: 18px;
      display: inline-block;
      width: 12px;
      height: 2px;
      background: rgba(0, 0, 0, 0.2);
    }
    .sitemap .sitemap__list .arrow {
      top: 50%;
      display: block;
      width: 48px;
      height: 28px;
      margin-top: -22px;
      background: url(../img/common/icon_arrow.svg) no-repeat;
      background-size: 100%;
      transition: all 0.5s;
    }
    .sitemap .navi__child {
      margin-top: 0;
      padding-left: 20px;
      gap: 0;
      font-size: 1.4rem;
      line-height: 1.5;
    }
    .sitemap .navi__child li {
      width: 100%;
      border-bottom: 1px dotted #D0D7DF;
    }
    .sitemap .navi__child li a {
      display: block;
      padding: 16px 18px 15px;
    }
    .sitemap .navi__child li a::before {
      top: 26px;
      width: 8px;
      height: 2px;
    }
    .sitemap .navi__child li a:after {
      content: none;
    }
  }



/* ---------------------------------------------------
		archive
------------------------------------------------------ */
.news__navi {
    gap: 16px;
    line-height: 1.5;
    letter-spacing: 0.08em;
    justify-content: flex-start;
  }
  .news__navi li a {
    display: block;
    padding: 16px 20px 16px 24px;
    background: #F1F3F5;
    border-radius: 100vmax;
  }
  .news__navi li a.current {
    background: #000;
    color: #fff;
  }
  .news__navi li a .num {
    display: inline-block;
    margin-left: 8px;
    padding: 4px 8px;
    background: #fff;
    border-radius: 100vmax;
    color: #000;
    font-size: 1.5rem;
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
    letter-spacing: 0.08em;
    line-height: 1.2;
  }
  
  .news__list {
    margin-top: 80px;
  }
  .news__list > li + li {
    margin-top: 16px;
  }
  .news__list > li a {
    position: relative;
    display: flex;
    align-items: flex-start;
    padding: 38px 80px 38px 40px;
    background: #fff;
    border: 1px solid #D0D7DF;
    border-radius: 24px;
    justify-content: space-between;
  }
  @media (any-hover: hover) {
    .news__list > li a:hover {
      box-shadow: 0 0 16px rgba(0, 0, 0, 0.08);
      opacity: 1;
    }
    .news__list > li a:hover .title {
      text-decoration: underline;
    }
    .news__list > li a:hover .arrow {
      background: url(../img/common/icon_arrow_hover.svg) no-repeat;
      background-size: 100%;
    }
  }
  .news__list > li .time {
    display: block;
    width: 112px;
    margin-top: 7px;
    color: #687480;
    font-size: 1.4rem;
    font-family: "Montserrat", sans-serif;
    line-height: 1.2;
    letter-spacing: 0.08em;
  }
  .news__list > li .category {
    display: block;
    width: 128px;
    margin-top: 4px;
    padding: 4px;
    background: #F1F3F5;
    border-radius: 100vmax;
    font-size: 1.3rem;
    font-weight: 500;
    line-height: 1.2;
    text-align: center;
  }
  .news__list > li .title {
    display: block;
    width: calc(100% - 112px - 128px);
    padding-left: 30px;
    font-weight: 500;
    letter-spacing: 0.04em;
  }
  .news__list > li .arrow {
    position: absolute;
    right: 24px;
    top: 50%;
    display: block;
    margin-left: auto;
    width: 48px;
    height: 28px;
    margin-top: -14px;
    background: url(../img/common/icon_arrow.svg) no-repeat;
    background-size: 100%;
    transition: all 0.5s;
  }
  
  @media screen and (max-width: 810px) {
    .news__navi {
      width: 100vw;
      margin-left: -30px;
      margin-right: -30px;
      padding: 0 30px;
      gap: 16px;
      font-size: 1.3rem;
      line-height: 1.5;
      letter-spacing: 0.08em;
      justify-content: flex-start;
      flex-wrap: nowrap;
      white-space: nowrap;
      overflow-x: scroll;
    }
    .news__navi li a {
      padding: 10px 16px 10px 24px;
    }
    .news__navi li a .num {
      margin-left: 8px;
      padding: 4px 8px;
      border-radius: 100vmax;
      font-size: 1.2rem;
      font-family: "Montserrat", sans-serif;
      letter-spacing: 0.08em;
    }
    .news__list {
      margin-top: 88px;
    }
    .news__list > li + li {
      margin-top: 16px;
    }
    .news__list > li a {
      padding: 24px 48px 24px 24px;
      border-radius: 16px;
      flex-wrap: wrap;
      justify-content: flex-start;
    }
    .news__list > li .time {
      width: 96px;
      margin-top: 4px;
    }
    .news__list > li .category {
      width: 120px;
      margin-top: 0;
      font-size: 1.3rem;
    }
    .news__list > li .title {
      width: 100%;
      margin-top: 8px;
      padding-right: 30px;
      padding-left: 0;
      line-height: 1.5;
    }
    .news__list > li .arrow {
      right: 16px;
    }
  }
  /* ---------------------------------------------------
      single
  ------------------------------------------------------ */
  .news-single {
    padding: 80px 0 80px;
    background-color: #fff;
  }
  .news-single .container {
    max-width: 1000px;
  }
  
  .single__header .header__title {
    color: #333;
    font-size: 3.6rem;
    font-weight: 500;
    line-height: 1.2;
    letter-spacing: 0.08em;
  }
  .single__header .header__meta {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: flex-start;
    margin-top: 32px;
  }
  .single__header .header__meta .time {
    display: block;
    margin-right: 32px;
    color: #687480;
    font-size: 1.8rem;
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
    line-height: 1.2;
    letter-spacing: 0.08em;
  }
  .single__header .header__meta .category {
    display: block;
    width: 128px;
    padding: 4px;
    background: #F1F3F5;
    border-radius: 100vmax;
    font-size: 1.3rem;
    font-weight: 500;
    line-height: 1.2;
    text-align: center;
  }
  
  .single__content {
    margin-top: 96px;
    letter-spacing: 0.08em;
    /* gutenberg */
  }
  .single__content p {
    margin: 2em 0 2em;
  }
  .single__content a {
    text-decoration: underline;
  }
  @media (any-hover: hover) {
    .single__content a:hover {
      text-decoration: none;
    }
  }
  .single__content div {
    margin: 1em 0;
  }
  .single__content strong {
    font-weight: bold;
  }
  .single__content strong span {
    font-weight: bold;
  }
  .single__content em {
    font-style: italic;
  }
  .single__content blockquote {
    display: block;
    -webkit-margin-before: 1em;
    -webkit-margin-after: 1em;
    -webkit-margin-start: 40px;
    -webkit-margin-end: 40px;
  }
  .single__content .aligncenter {
    display: block;
    margin: 0 auto;
  }
  .single__content .alignright {
    float: right;
    margin: 0 0 10px 10px;
  }
  .single__content .alignleft {
    float: left;
    margin: 0 10px 10px 0;
  }
  .single__content .has-text-align-center {
    text-align: center;
  }
  .single__content .has-text-align-right {
    text-align: right;
  }
  .single__content img {
    max-width: 100%;
    height: auto;
  }
  .single__content h1 {
    width: 100%;
    margin: 2em auto 1em;
    font-size: 3.6rem;
    font-weight: bold;
    line-height: 1.5;
    text-align: left;
  }
  .single__content h2 {
    position: relative;
    width: 100%;
    margin: 60px auto 1em;
    font-size: 1.75em;
    line-height: 1.5;
    text-align: left;
    z-index: 1;
  }
  .single__content h3 {
    width: 100%;
    max-width: 100%;
    margin: 60px 0 32px;
    padding-bottom: 16px;
    border-bottom: 1px solid #D0D7DF;
    font-size: 1.5em;
    letter-spacing: 0.1em;
    line-height: 1.8;
  }
  .single__content h4 {
    margin: 50px auto 20px;
    color: #000;
    font-size: 1.125em;
  }
  .single__content h4:after {
    content: "";
    display: block;
    width: 1em;
    height: 0;
    border-top: 1px solid #D0D7DF;
  }
  .single__content h5 {
    margin: 1em auto;
    font-weight: bold;
  }
  .single__content h5:after {
    content: "";
    display: block;
    width: 1em;
    height: 0;
    border-top: 1px solid;
  }
  .single__content h6 {
    margin-bottom: 0.5em;
    font-size: 0.875em;
    font-weight: bold;
  }
  .single__content table {
    margin: 1em 0;
  }
  .single__content table th,
  .single__content table td {
    padding: 16px;
    border-top: 1px solid #D0D7DF;
    border-bottom: 1px solid #D0D7DF;
  }
  .single__content table p {
    margin: 0;
  }
  .single__content ul {
    margin: 1em 0;
    list-style: disc;
    padding-left: 1.5em;
  }
  .single__content ul li {
    list-style: disc;
  }
  .single__content ol {
    margin: 1em 0;
    list-style: decimal;
    padding-left: 1.5em;
  }
  .single__content ol li {
    list-style: decimal;
  }
  .single__content pre {
    font-family: monospace, monospace;
    font-size: 1em;
  }
  .single__content code,
  .single__content kbd,
  .single__content samp {
    font-family: monospace, monospace;
    font-size: 1em;
  }
  .single__content sub,
  .single__content sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
  }
  .single__content sub {
    bottom: -0.25em;
  }
  .single__content sup {
    top: -0.5em;
  }
  .single__content legend {
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal;
  }
  .single__content progress {
    vertical-align: baseline;
  }
  .single__content pre {
    background: #eee;
    font-family: "Courier 10 Pitch", Courier, monospace;
    font-size: 15px;
    font-size: 0.9375rem;
    line-height: 1.6;
    margin-bottom: 1.6em;
    max-width: 100%;
    overflow: auto;
    padding: 1.6em;
  }
  .single__content code,
  .single__content kbd,
  .single__content tt,
  .single__content var {
    font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
    font-size: 15px;
    font-size: 0.9375rem;
  }
  .single__content abbr,
  .single__content acronym {
    border-bottom: 1px dotted #666;
    cursor: help;
  }
  .single__content mark,
  .single__content ins {
    background: #fff9c0;
    text-decoration: none;
  }
  .single__content big {
    font-size: 125%;
  }
  .single__content details {
    display: block;
  }
  .single__content summary {
    display: list-item;
  }
  .single__content template {
    display: none;
  }
  .single__content dfn,
  .single__content cite,
  .single__content em,
  .single__content i {
    font-style: italic;
  }
  .single__content blockquote {
    padding: 0 1em;
    background: #F1F3F5;
    border-left: 4px solid #ddd;
  }
  .single__content embed,
  .single__content iframe,
  .single__content object {
    max-width: 100%;
  }
  .single__content .wp-caption {
    margin-bottom: 1.5em;
    max-width: 100%;
  }
  .single__content .wp-caption img[class*=wp-image-] {
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
  .single__content .wp-caption .wp-caption-text {
    margin: 0.8075em 0;
  }
  .single__content .wp-caption-text {
    text-align: center;
  }
  .single__content .gallery {
    margin-bottom: 1.5em;
  }
  .single__content .gallery-item {
    display: inline-block;
    text-align: center;
    vertical-align: top;
    width: 100%;
  }
  .single__content .gallery-columns-2 .gallery-item {
    max-width: 50%;
  }
  .single__content .gallery-columns-3 .gallery-item {
    max-width: 33.33%;
  }
  .single__content .gallery-columns-4 .gallery-item {
    max-width: 25%;
  }
  .single__content .gallery-columns-5 .gallery-item {
    max-width: 20%;
  }
  .single__content .gallery-columns-6 .gallery-item {
    max-width: 16.66%;
  }
  .single__content .gallery-columns-7 .gallery-item {
    max-width: 14.28%;
  }
  .single__content .gallery-columns-8 .gallery-item {
    max-width: 12.5%;
  }
  .single__content .gallery-columns-9 .gallery-item {
    max-width: 11.11%;
  }
  .single__content .gallery-caption {
    display: block;
  }
  .single__content .wp-block-gallery {
    padding-left: 0;
    list-style: none;
  }
  .single__content .wp-block-gallery li {
    list-style: none;
  }
  .single__content .wp-block-button__link {
    text-decoration: none;
  }
  
  .news-new {
    margin-top: 32px;
    padding: 100px 0;
  }
  .news-new .section__title {
    font-weight: 400;
  }
  .news-new .news__list {
    margin-top: 40px;
  }
  .news-new .news__list li a {
    border: none;
  }
  .news-new .news__button {
    margin-top: 40px;
    line-height: 1;
    text-align: center;
  }
  
  @media screen and (max-width: 810px) {
    .news-single {
      padding: 72px 0 32px;
    }
    .news-single .container {
      max-width: 1000px;
    }
    .single__header .header__title {
      font-size: 3rem;
      font-weight: 500;
      line-height: 1.2;
      letter-spacing: 0.08em;
    }
    .single__header .header__meta {
      display: flex;
      align-items: center;
      flex-wrap: wrap;
      justify-content: flex-start;
      margin-top: 32px;
    }
    .single__content {
      margin-top: 0;
      font-size: 1.4rem;
    }
    .news-new {
      margin-top: 0;
      padding: 56px 0 40px;
    }
    .news-new .section__title {
      font-size: 2.8rem;
      font-weight: 600;
    }
    .news-new .news__list {
      margin-top: 40px;
    }
    .news-new .news__list li:nth-of-type(n + 4) {
      display: none;
    }
    .news-new .news__list li a {
      border: none;
    }
  }