@import url("https://fonts.googleapis.com/css2?family=M+PLUS+Rounded+1c:wght@400;500;700&family=Quicksand:wght@600&display=swap");
@font-face {
  font-family: "AmaticSC";
  src: url("/clearturn/font/AmaticSC-Regular.woff") format("woff");
}
@font-face {
  font-family: "Outfit-lt";
  src: url("/clearturn/font/Outfit-Light.woff") format("woff");
}
@font-face {
  font-family: "Outfit-r";
  src: url("/clearturn/font/Outfit-Regular.woff") format("woff");
}
@font-face {
  font-family: "Outfit-md";
  src: url("/clearturn/font/Outfit-Medium.woff") format("woff");
}
@font-face {
  font-family: "Outfit-sb";
  src: url("/clearturn/font/Outfit-SemiBold.woff") format("woff");
}
@font-face {
  font-family: "Outfit-bd";
  src: url("/clearturn/font/Outfit-Bold.woff") format("woff");
}
@font-face {
  font-family: "NotoSansJP-lt";
  src: url("/clearturn/font/NotoSansJP-Light.woff") format("woff");
}
@font-face {
  font-family: "NotoSansJP-r";
  src: url("/clearturn/font/NotoSansJP-Regular.woff") format("woff");
}
@font-face {
  font-family: "NotoSansJP-md";
  src: url("/clearturn/font/NotoSansJP-Medium.woff") format("woff");
}
@font-face {
  font-family: "NotoSansJP-sb";
  src: url("/clearturn/font/NotoSansJP-SemiBold.woff") format("woff");
}
@font-face {
  font-family: "NotoSansJP-bd";
  src: url("/clearturn/font/NotoSansJP-Bold.woff") format("woff");
}
@font-face {
  font-family: "CrimsonText-r";
  src: url("/clearturn/font/CrimsonText-Regular.woff") format("woff");
}
@font-face {
  font-family: "CrimsonText-sb";
  src: url("/clearturn/font/CrimsonText-SemiBold.woff") format("woff");
}
@font-face {
  font-family: "CrimsonText-bd";
  src: url("/clearturn/font/CrimsonText-Bold.woff") format("woff");
}
@font-face {
  font-family: "NotoSerif-lt";
  src: url("/clearturn/font/NotoSerifJP-Light.woff") format("woff");
}
@font-face {
  font-family: "NotoSerif-r";
  src: url("/clearturn/font/NotoSerifJP-Regular.woff") format("woff");
}
@font-face {
  font-family: "NotoSerif-md";
  src: url("/clearturn/font/NotoSerifJP-Medium.woff") format("woff");
}
@font-face {
  font-family: "NotoSerif-sb";
  src: url("/clearturn/font/NotoSerifJP-SemiBold.woff") format("woff");
}
@font-face {
  font-family: "NotoSerif-bd";
  src: url("/clearturn/font/NotoSerifJP-Bold.woff") format("woff");
}
@font-face {
  font-family: "Roboto-lt";
  src: url("/clearturn/font/Roboto-Light.woff") format("woff");
}
@font-face {
  font-family: "Roboto-md";
  src: url("/clearturn/font/Roboto-Medium.woff") format("woff");
}
@font-face {
  font-family: "Roboto-bd";
  src: url("/clearturn/font/Roboto-Bold.woff") format("woff");
}
@font-face {
  font-family: "mplus1c";
  src: url("/clearturn/font/MPLUSRounded1c-Regular.woff") format("woff");
}
@font-face {
  font-family: "mplus1c-bd";
  src: url("/clearturn/font/MPLUSRounded1c-Bold.woff") format("woff");
}
@font-face {
  font-family: "quicksand-sb";
  src: url("/clearturn/font/Quicksand-SemiBold.woff") format("woff");
}
@font-face {
  font-family: "quicksand-bd";
  src: url("/clearturn/font/Quicksand-Bold.woff") format("woff");
}
html {
  background-position: center top;
  background-repeat: repeat-y;
  background-size: 100% auto;
  background-image: url(/clearturn/img/collaboration/common/main_bg.jpg);
  font-family: "M PLUS Rounded 1c", sans-serif;
  color: #525252;
}

sub {
  font-size: 0.6em;
  vertical-align: middle;
  bottom: 0em;
}

@media screen and (min-width: 751px) {
  .dtl {
    padding-top: 95px;
  }
}
@media screen and (max-width: 750px) {
  .dtl {
    padding-top: 12rem;
  }
}
@media screen and (min-width: 751px) {
  .dtl__inner {
    padding: 7.5rem 0 0;
  }
}
@media screen and (max-width: 750px) {
  .dtl__inner {
    padding: 5.5rem 0 0;
  }
}
.dtl__box {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: stretch;
  background: #fff;
  margin: 0 auto;
}
@media screen and (min-width: 751px) {
  .dtl__box {
    border-radius: 6rem;
    width: 118rem;
    padding: 15rem 0 18rem;
  }
}
@media screen and (max-width: 750px) {
  .dtl__box {
    border-radius: 8rem;
    width: 64rem;
    padding: 8rem 0 9rem;
  }
}
@media screen and (min-width: 751px) {
  .dtl__box-slider {
    width: 22.6rem;
  }
}
@media screen and (max-width: 750px) {
  .dtl__box-slider {
    width: 26.3rem;
  }
}
.dtl__box-slider .swiper {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
@media screen and (min-width: 751px) {
  .dtl__box-slider .swiper-wrapper {
    margin-bottom: 1rem;
  }
}
@media screen and (max-width: 750px) {
  .dtl__box-slider .swiper-wrapper {
    margin-bottom: 1.5rem;
  }
}
.dtl__box-slider .swiper-pagination {
  position: relative;
  width: auto;
  inset: auto;
  line-height: 0;
}
.dtl__box-slider .swiper-pagination-bullet {
  background: #c8c8c8;
  opacity: 1;
}
@media screen and (min-width: 751px) {
  .dtl__box-slider .swiper-pagination-bullet {
    width: 0.6rem;
    height: 0.6rem;
    margin: 0 0.75rem !important;
  }
}
@media screen and (max-width: 750px) {
  .dtl__box-slider .swiper-pagination-bullet {
    width: 1.2rem;
    height: 1.2rem;
    margin: 0 0.75rem !important;
  }
}
.dtl__box-slider .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #f77aad;
}
.dtl__box-slider .swiper-button-prev,
.dtl__box-slider .swiper-button-next {
  position: relative;
  inset: auto;
  margin: 0;
}
@media screen and (min-width: 751px) {
  .dtl__box-slider .swiper-button-prev,
  .dtl__box-slider .swiper-button-next {
    width: 0.8rem;
    height: 1rem;
  }
}
@media screen and (max-width: 750px) {
  .dtl__box-slider .swiper-button-prev,
  .dtl__box-slider .swiper-button-next {
    width: 1.6rem;
    height: 2rem;
  }
}
.dtl__box-slider .swiper-button-prev::after,
.dtl__box-slider .swiper-button-next::after {
  content: "";
  position: absolute;
  background-image: url(/clearturn/img/collaboration/common/arrow02_k.png);
  background-size: contain;
  background-repeat: no-repeat;
  inset: 0;
}
@media screen and (min-width: 751px) {
  .dtl__box-slider .swiper-button-prev {
    margin-right: 3rem;
  }
}
@media screen and (max-width: 750px) {
  .dtl__box-slider .swiper-button-prev {
    margin-right: 4rem;
  }
}
.dtl__box-slider .swiper-button-prev::after {
  transform: scale(-1, 1);
}
@media screen and (min-width: 751px) {
  .dtl__box-slider .swiper-button-next {
    margin-left: 3.5rem;
  }
}
@media screen and (max-width: 750px) {
  .dtl__box-slider .swiper-button-next {
    margin-left: 4rem;
  }
}
.dtl__box-caption {
  position: relative;
}
@media screen and (min-width: 751px) {
  .dtl__box-caption {
    width: 46rem;
    padding: 0 0 0 10rem;
  }
}
@media screen and (max-width: 750px) {
  .dtl__box-caption {
    padding: 12rem 0 0;
    text-align: center;
  }
}
.dtl__box-caption > .purchaseBtn-inner {
  margin-top: 4rem;
  margin-left: -9rem;
}
@media screen and (max-width: 750px) {
  .dtl__box-caption > .purchaseBtn-inner {
    margin-top: 7.6rem;
    margin-left: auto;
  }
}
.dtl__box-type {
  width: 6.8rem;
  height: 6.8rem;
  display: grid;
  place-content: center;
  align-items: center;
  background-color: #f4b1b1;
  border-radius: 50%;
  font-size: 1.6rem;
  font-weight: bold;
  letter-spacing: 0.01em;
  color: #fff;
  position: absolute;
  top: -3rem;
  right: 6.5rem;
}
@media screen and (max-width: 750px) {
  .dtl__box-type {
    width: 11rem;
    height: 11rem;
    font-size: 2.7rem;
    top: 0rem;
    right: -7.5rem;
  }
}
.dtl__box-label {
  letter-spacing: 0.06em;
  line-height: 1;
  font-weight: 700;
  color: #f77aad;
}
@media screen and (min-width: 751px) {
  .dtl__box-label {
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 750px) {
  .dtl__box-label {
    font-size: 3.8rem;
  }
}
.dtl__box-name {
  letter-spacing: 0.08em;
  line-height: 1.3;
  font-weight: 700;
  white-space: nowrap;
}
@media screen and (min-width: 751px) {
  .dtl__box-name {
    padding-top: 3rem;
    font-size: 3.6rem;
  }
}
@media screen and (max-width: 750px) {
  .dtl__box-name {
    padding-top: 4rem;
    font-size: 4.6rem;
  }
}
.dtl__box-capacity {
  display: flex;
  align-items: center;
}
@media screen and (min-width: 751px) {
  .dtl__box-capacity {
    gap: 1rem;
    padding-top: 1.5rem;
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 750px) {
  .dtl__box-capacity {
    gap: 1.5rem;
    justify-content: center;
    padding-top: 2.5rem;
    font-size: 2rem;
  }
}
.dtl__box-capacity > span {
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid;
  line-height: 1;
}
@media screen and (min-width: 751px) {
  .dtl__box-capacity > span {
    border-radius: 3.4rem;
    width: 11.2rem;
    height: 3.4rem;
  }
}
@media screen and (max-width: 750px) {
  .dtl__box-capacity > span {
    border-radius: 5.7rem;
    width: 18.6rem;
    height: 5.7rem;
  }
}
@media screen and (min-width: 751px) {
  .dtl__box-checks + .txt-small {
    margin-top: 3rem;
    margin-left: -3rem;
  }
}
@media screen and (max-width: 750px) {
  .dtl__box-checks + .txt-small {
    margin-top: 4rem;
  }
}
.dtl__box-checks {
  display: flex;
  margin-top: 10rem;
}
@media screen and (min-width: 751px) {
  .dtl__box-checks {
    flex-wrap: wrap;
    justify-content: space-between;
    width: 73rem;
    padding-right: 3rem;
    margin-left: 10rem;
  }
}
@media screen and (max-width: 750px) {
  .dtl__box-checks {
    flex-direction: column;
  }
}
.dtl__box-checks > p {
  line-height: 1;
  position: relative;
}
@media screen and (min-width: 751px) {
  .dtl__box-checks > p {
    width: 39.063%;
    font-size: 2.1rem;
  }
  .dtl__box-checks > p:nth-of-type(n+3) {
    margin-top: 2.5rem;
  }
}
@media screen and (max-width: 750px) {
  .dtl__box-checks > p {
    font-size: 3.1rem;
  }
  .dtl__box-checks > p:nth-of-type(n+2) {
    margin-top: 3.5rem;
  }
}
.dtl__box-checks > p::before {
  content: "";
  display: inline-block;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 1.1em;
  height: 1.1em;
  margin-right: 0.2em;
  vertical-align: bottom;
}
@media screen and (min-width: 751px) {
  .dtl__box-checks > p::before {
    background-image: url(/clearturn/img/collaboration/common/check01_pc.png);
    position: absolute;
    top: 0;
    left: -3rem;
  }
}
@media screen and (max-width: 750px) {
  .dtl__box-checks > p::before {
    background-image: url(/clearturn/img/collaboration/common/check01_sp.png);
  }
}
@media screen and (min-width: 751px) {
  .dtl__box-image {
    width: 88rem;
    margin-top: 19rem;
  }
}
@media screen and (max-width: 750px) {
  .dtl__box-image {
    width: 53rem;
    margin-top: 17rem;
  }
}
.dtl__box-image > p {
  position: relative;
  margin: 0 auto;
  z-index: 5;
}
@media screen and (min-width: 751px) {
  .dtl__box-image > p {
    width: 26.8rem;
  }
}
@media screen and (max-width: 750px) {
  .dtl__box-image > p {
    width: 40.2rem;
  }
}
.dtl__box-image > p::before {
  content: "";
  position: absolute;
  background-image: url(/clearturn/img/collaboration/common/dtl_img_arrow.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  margin: 0 auto;
  pointer-events: none;
}
@media screen and (min-width: 751px) {
  .dtl__box-image > p::before {
    width: 3.1rem;
    height: 8.8rem;
    inset: -10.7rem 0 auto 0;
  }
}
@media screen and (max-width: 750px) {
  .dtl__box-image > p::before {
    width: 3.7rem;
    height: 10.3rem;
    inset: -13.4rem 0 auto 0;
  }
}
.dtl__box-image > figure {
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 751px) {
  .dtl__box-image > figure {
    margin-top: -6.2rem;
  }
}
@media screen and (max-width: 750px) {
  .dtl__box-image > figure {
    margin-top: -8.7rem;
  }
}
.dtl__box-image > figure::before, .dtl__box-image > figure::after {
  content: "";
  position: absolute;
  background-image: url(/clearturn/img/collaboration/common/dtl_img_bg.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  pointer-events: none;
}
@media screen and (min-width: 751px) {
  .dtl__box-image > figure::before, .dtl__box-image > figure::after {
    width: 4.4rem;
    height: 3.1rem;
    top: -4rem;
  }
}
@media screen and (max-width: 750px) {
  .dtl__box-image > figure::before, .dtl__box-image > figure::after {
    width: 5.2rem;
    height: 3.7rem;
    top: -5rem;
  }
}
@media screen and (min-width: 751px) {
  .dtl__box-image > figure::before {
    left: -3.9rem;
  }
}
@media screen and (max-width: 750px) {
  .dtl__box-image > figure::before {
    left: -3rem;
  }
}
.dtl__box-image > figure::after {
  transform: scale(-1, 1);
}
@media screen and (min-width: 751px) {
  .dtl__box-image > figure::after {
    right: -3.9rem;
  }
}
@media screen and (max-width: 750px) {
  .dtl__box-image > figure::after {
    right: -3rem;
  }
}
.dtl__box-image .annotation {
  text-align: left;
  width: initial;
}
@media screen and (min-width: 751px) {
  .dtl__box-image .annotation {
    padding-top: 1.5rem;
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 750px) {
  .dtl__box-image .annotation {
    padding-top: 2.3rem;
    font-size: 2rem;
  }
}
.dtl__box-image .annotation::before {
  content: none;
}
.dtl__award {
  display: flex;
  margin-bottom: 2rem;
}
@media screen and (max-width: 750px) {
  .dtl__award {
    justify-content: center;
  }
}
.dtl__award > figure img {
  width: 11.1rem;
  height: auto;
}
@media screen and (max-width: 750px) {
  .dtl__award > figure img {
    width: 17.3rem;
  }
}

.feat {
  position: relative;
}
@media screen and (min-width: 751px) {
  .feat {
    padding: 6.5rem 0 0;
  }
}
@media screen and (max-width: 750px) {
  .feat {
    padding: 12rem 0 0;
  }
}
.feat__head {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  background-image: url(/clearturn/img/collaboration/common/feat_head.png);
  background-repeat: no-repeat;
  margin: 0 auto;
  text-align: center;
  z-index: 7;
}
@media screen and (min-width: 751px) {
  .feat__head {
    background-position: center center;
    background-size: contain;
    justify-content: center;
    width: 90rem;
    height: 21.6rem;
    padding-bottom: 2rem;
  }
}
@media screen and (max-width: 750px) {
  .feat__head {
    background-position: center bottom;
    background-size: auto 27.3rem;
    justify-content: flex-end;
    height: 24.4rem;
    padding-bottom: 11.4rem;
  }
}
.feat__head > h2 {
  letter-spacing: 0.01em;
  line-height: 1;
  font-weight: 600;
  font-family: "Quicksand", sans-serif;
}
@media screen and (min-width: 751px) {
  .feat__head > h2 {
    font-size: 3.5rem;
  }
}
@media screen and (max-width: 750px) {
  .feat__head > h2 {
    font-size: 4.6rem;
  }
}
.feat__head > p {
  letter-spacing: 0.1em;
  line-height: 1;
  font-weight: 500;
}
@media screen and (min-width: 751px) {
  .feat__head > p {
    padding-top: 0.7rem;
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 750px) {
  .feat__head > p {
    padding-top: 0.8rem;
    font-size: 2rem;
  }
}
.feat__inner {
  position: relative;
  background: #fff;
  margin: 0 auto;
}
@media screen and (min-width: 751px) {
  .feat__inner {
    border-radius: 6rem;
    width: 118rem;
    margin-top: -10.7rem;
    padding: 9.5rem 0 18rem;
  }
}
@media screen and (max-width: 750px) {
  .feat__inner {
    border-radius: 8.6rem;
    width: 64rem;
    margin-top: -18.3rem;
    padding: 15.1rem 0 12rem;
  }
}
.feat__inner::before, .feat__inner::after {
  content: "";
  position: absolute;
  background-size: 100% auto;
  z-index: 5;
  pointer-events: none;
}
@media screen and (min-width: 751px) {
  .feat__inner::before, .feat__inner::after {
    left: -11rem;
    right: -11rem;
  }
}
@media screen and (max-width: 750px) {
  .feat__inner::before, .feat__inner::after {
    left: -5rem;
    right: -5rem;
  }
}
.feat__inner::before {
  background-repeat: repeat-y;
  background-position: center top;
}
@media screen and (min-width: 751px) {
  .feat__inner::before {
    background-image: url(/clearturn/img/collaboration/common/feat_line_middle_pc.png);
    top: 58rem;
    bottom: 58rem;
  }
}
@media screen and (max-width: 750px) {
  .feat__inner::before {
    background-image: url(/clearturn/img/collaboration/common/feat_line_middle_sp.png);
    top: 49rem;
    bottom: 49rem;
  }
}
.feat__inner::after {
  background-position: center top, center bottom;
  background-repeat: no-repeat, no-repeat;
}
@media screen and (min-width: 751px) {
  .feat__inner::after {
    background-image: url(/clearturn/img/collaboration/common/feat_line_top_pc.png), url(/clearturn/img/collaboration/common/feat_line_bottom_pc.png);
    top: -0.2rem;
    bottom: -0.2rem;
  }
}
@media screen and (max-width: 750px) {
  .feat__inner::after {
    background-image: url(/clearturn/img/collaboration/common/feat_line_top_sp.png), url(/clearturn/img/collaboration/common/feat_line_bottom_sp.png);
    top: -0.4rem;
    bottom: -0.4rem;
  }
}
.feat__point {
  position: relative;
  margin: 0 auto;
  z-index: 1;
}
.feat__point.bg1 {
  background: #fffdea;
}
@media screen and (min-width: 751px) {
  .feat__point.bg1 {
    border-radius: 4rem;
    width: 107rem;
    padding: 4rem 13.5rem 12.5rem;
  }
}
@media screen and (max-width: 750px) {
  .feat__point.bg1 {
    padding: 10rem 0 13rem;
  }
}
@media screen and (min-width: 751px) {
  .feat__point.bg1 .feat__point-head {
    justify-content: left;
  }
}
@media screen and (min-width: 751px) {
  .feat__point.bg1 .feat__point-caption {
    width: 100%;
  }
}
.feat__point-head {
  display: flex;
}
@media screen and (min-width: 751px) {
  .feat__point-head {
    justify-content: center;
    align-items: flex-end;
  }
}
@media screen and (max-width: 750px) {
  .feat__point-head {
    flex-direction: column;
  }
}
@media screen and (min-width: 751px) {
  .feat__point-head:has(.feat__point-thumb) {
    justify-content: flex-end;
  }
}
@media screen and (min-width: 751px) {
  .feat__point-caption {
    width: 70rem;
  }
}
@media screen and (max-width: 750px) {
  .feat__point-caption {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}
@media screen and (min-width: 751px) {
  .feat__point-caption:has(+ .feat__point-thumb) {
    width: 35rem;
  }
}
@media screen and (min-width: 751px) {
  .feat__point-number {
    width: 14.5rem;
    transform: translate(-24.827%, 0);
  }
}
@media screen and (max-width: 750px) {
  .feat__point-number {
    width: 17.4rem;
    transform: translate(-11.494%, 0);
  }
}
.feat__point-lead {
  font-weight: 700;
}
@media screen and (min-width: 751px) {
  .feat__point-lead {
    padding-top: 1.5rem;
    line-height: 1.5em;
    font-size: 3.5rem;
  }
}
@media screen and (max-width: 750px) {
  .feat__point-lead {
    padding-top: 4rem;
    line-height: 1.544em;
    font-size: 4.6rem;
    text-align: center;
  }
}
.feat__point-text {
  line-height: 2em;
}
@media screen and (min-width: 751px) {
  .feat__point-text {
    padding-top: 5rem;
    padding-bottom: 1rem;
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 750px) {
  .feat__point-text {
    width: 44.5rem;
    margin: 0 auto;
    padding-top: 4rem;
    font-size: 2.5rem;
  }
}
.feat__point-thumb {
  position: relative;
}
@media screen and (min-width: 751px) {
  .feat__point-thumb {
    width: 47.2rem;
    margin-left: 4rem;
    margin-right: 10rem;
  }
}
@media screen and (max-width: 750px) {
  .feat__point-thumb {
    width: 50rem;
    margin: 6.5rem auto 0;
  }
}
.feat__point-thumb > img {
  position: relative;
}
.feat__point-cards {
  display: grid;
  text-align: center;
  font-size: 1.9rem;
}
@media screen and (min-width: 751px) {
  .feat__point-cards {
    justify-content: space-between;
    grid-template-columns: repeat(2, 1fr);
    gap: 2.4rem;
    width: 97.8rem;
    margin: 6rem auto 0;
  }
}
@media screen and (max-width: 750px) {
  .feat__point-cards {
    flex-direction: column;
    align-items: center;
    gap: 4.5rem;
    font-size: 2.5rem;
    grid-template-columns: 1fr;
    margin: 6rem auto 0;
  }
}
.feat__point-cards > dl dd + dd {
  margin-top: 1rem;
}
@media screen and (max-width: 750px) {
  .feat__point-cards > dl dd + dd {
    margin-top: 2.5rem;
  }
}
@media screen and (min-width: 751px) {
  .feat__point-cards > dl > dd span {
    text-align: left;
  }
}
@media screen and (max-width: 750px) {
  .feat__point-cards > dl > dd span {
    margin-top: 1rem;
  }
}
.feat__point-card {
  display: flex;
  flex-direction: column;
  position: relative;
  z-index: 2;
}
@media screen and (min-width: 751px) {
  .feat__point-card {
    border-radius: 2rem;
    width: 100%;
    padding: 0 1rem 1rem;
  }
}
@media screen and (max-width: 750px) {
  .feat__point-card {
    margin: 0 auto;
    border-radius: 3rem;
    width: 53.7rem;
    padding: 0 1.5rem 1.5rem;
  }
}
.feat__point-card.card1 {
  background-image: url(/clearturn/img/collaboration/common/card2_bg.png);
}
.feat__point-card.card1 > dt {
  color: #efa348;
}
.feat__point-card.card1 > dd {
  background: #fffbfc;
  font-weight: bold;
}
.feat__point-card.card2 {
  background-image: url(/clearturn/img/collaboration/common/card1_bg.png);
}
.feat__point-card.card2 > dt {
  color: #f77aad;
}
.feat__point-card.card2 > dd {
  background: #fffbfc;
}
.feat__point-card.card3 {
  background-image: url(/clearturn/img/collaboration/common/card6_bg.png);
}
.feat__point-card.card3 > dt {
  color: #9276ce;
}
.feat__point-card.card3 > dd {
  background: #fffbfc;
  font-weight: bold;
}
.feat__point-card > dt {
  flex-shrink: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
@media screen and (min-width: 751px) {
  .feat__point-card > dt {
    height: 8.5rem;
    line-height: 1.537em;
    font-size: 2.05rem;
  }
}
@media screen and (max-width: 750px) {
  .feat__point-card > dt {
    height: 11rem;
    line-height: 1.394em;
    font-size: 3.3rem;
  }
}
.feat__point-card > dd {
  display: flex;
  align-items: center;
  flex-direction: column;
  text-align: center;
}
@media screen and (min-width: 751px) {
  .feat__point-card > dd {
    border-radius: 1.5rem;
    height: 100%;
    padding: 4rem 0;
    line-height: 1.6em;
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 750px) {
  .feat__point-card > dd {
    border-radius: 2.3rem;
    padding: 4rem 0;
    line-height: 1.808em;
    font-size: 2.6rem;
  }
}
.feat__point-card > dd em {
  font-style: normal;
}
.feat__point-detail {
  font-weight: 700;
}
@media screen and (min-width: 751px) {
  .feat__point-detail {
    line-height: 1;
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 750px) {
  .feat__point-detail {
    line-height: 1.734;
    font-size: 3rem;
  }
}
@media screen and (min-width: 751px) {
  .feat__point-detail strong {
    font-size: 1.334em;
  }
}
@media screen and (max-width: 750px) {
  .feat__point-detail strong {
    font-size: 1.2em;
  }
}
.feat__point-detail em {
  color: #f77aad;
}
.feat__point-detail sub, .feat__point-detail small {
  font-size: 0.667em;
  font-weight: 400;
}
@media screen and (min-width: 751px) {
  .feat__point-detail + .feat__point-detail {
    padding-top: 0.834em;
  }
}
.feat__point-desc {
  font-weight: 400;
  color: #a0a0a0;
}
@media screen and (min-width: 751px) {
  .feat__point-desc {
    padding-top: 2rem;
    line-height: 1.5;
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 750px) {
  .feat__point-desc {
    padding-top: 1rem;
    line-height: 1.44;
    font-size: 2.5rem;
  }
}
.feat__point-panels {
  display: flex;
}
@media screen and (min-width: 751px) {
  .feat__point-panels {
    justify-content: center;
    align-items: stretch;
    gap: 2.4rem;
    margin-top: 8rem;
  }
}
@media screen and (max-width: 750px) {
  .feat__point-panels {
    flex-direction: column;
    align-items: center;
    gap: 11rem;
    margin-top: 12rem;
  }
}
.feat__point-panel {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  background: #fffdea;
}
@media screen and (min-width: 751px) {
  .feat__point-panel {
    border-radius: 1.5rem;
    width: 47.7rem;
    padding: 5rem 0;
  }
}
@media screen and (max-width: 750px) {
  .feat__point-panel {
    border-radius: 3rem;
    width: 53.7rem;
    padding: 8rem 0 7rem;
  }
}
.feat__point-panel > h4 {
  position: absolute;
  line-height: 0;
}
@media screen and (min-width: 751px) {
  .feat__point-panel > h4 {
    width: 12.8rem;
    left: -3.8rem;
    top: -4.3rem;
  }
}
@media screen and (max-width: 750px) {
  .feat__point-panel > h4 {
    width: 34rem;
    left: 50%;
    top: -6.8rem;
    translate: -50% 0;
  }
}
.feat__point-panel__head {
  text-align: center;
}
@media screen and (min-width: 751px) {
  .feat__point-panel__head {
    padding-bottom: 2rem;
  }
}
@media screen and (max-width: 750px) {
  .feat__point-panel__head {
    padding-bottom: 3rem;
  }
}
.feat__point-panel__head p {
  display: flex;
  justify-content: center;
  gap: 0.5em;
  font-weight: 700;
}
@media screen and (min-width: 751px) {
  .feat__point-panel__head p {
    padding-bottom: 1.5rem;
    line-height: 1.112;
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 750px) {
  .feat__point-panel__head p {
    padding-bottom: 2rem;
    line-height: 1.08;
    font-size: 2.5rem;
  }
}
.feat__point-panel__head p::before, .feat__point-panel__head p::after {
  content: "";
  display: block;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 0.667em;
  height: 1.112em;
}
.feat__point-panel__head p::before {
  background-image: url(/clearturn/img/collaboration/wcxp/feat_point_panel_head1.png);
}
.feat__point-panel__head p::after {
  background-image: url(/clearturn/img/collaboration/wcxp/feat_point_panel_head2.png);
}
.feat__point-panel__head h3 {
  font-weight: 700;
  color: #f77aad;
}
@media screen and (min-width: 751px) {
  .feat__point-panel__head h3 {
    line-height: 1.417;
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 750px) {
  .feat__point-panel__head h3 {
    line-height: 1.445;
    font-size: 3.6rem;
  }
}
.feat__point-panel__image {
  line-height: 0;
}
@media screen and (min-width: 751px) {
  .feat__point-panel__image.img1 {
    width: 18.4rem;
  }
}
@media screen and (max-width: 750px) {
  .feat__point-panel__image.img1 {
    width: 30.4rem;
  }
}
@media screen and (min-width: 751px) {
  .feat__point-panel__image.img2 {
    width: 37rem;
  }
}
@media screen and (max-width: 750px) {
  .feat__point-panel__image.img2 {
    width: 35rem;
  }
}
.feat__point-panel__text {
  text-align: justify;
}
@media screen and (min-width: 751px) {
  .feat__point-panel__text {
    width: 37rem;
    padding-top: 2.5rem;
    line-height: 1.625;
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 750px) {
  .feat__point-panel__text {
    width: 40rem;
    padding-top: 4rem;
    line-height: 1.68;
    font-size: 2.5rem;
  }
}
.feat__point-testhead {
  color: #f77aad;
  font-weight: bold;
}
@media screen and (min-width: 751px) {
  .feat__point-testhead {
    margin-top: 4.5rem;
    font-size: 2.3rem;
  }
}
@media screen and (max-width: 750px) {
  .feat__point-testhead {
    width: 48rem;
    margin: 5rem auto 0;
    font-size: 3.5rem;
  }
}
.feat__point-checks {
  display: grid;
}
@media screen and (min-width: 751px) {
  .feat__point-checks {
    margin-top: 3rem;
    grid-template-columns: repeat(3, 1fr);
    gap: 3rem;
  }
}
@media screen and (max-width: 750px) {
  .feat__point-checks {
    margin: 4rem auto 0;
    width: 48rem;
    grid-template-columns: repeat(2, auto);
    grid-template-rows: repeat(5, 1fr);
    row-gap: 3.5rem;
    display: flex;
    flex-wrap: wrap;
    gap: 3rem 6.6rem;
  }
}
.feat__point-checks > p {
  position: relative;
  line-height: 1;
  font-weight: 500;
}
@media screen and (min-width: 751px) {
  .feat__point-checks > p {
    padding-left: 1.25em;
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 750px) {
  .feat__point-checks > p {
    padding-left: 1.452em;
    font-size: 3.1rem;
  }
}
.feat__point-checks > p::before {
  content: "";
  position: absolute;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  inset: 0 auto auto 0;
}
@media screen and (min-width: 751px) {
  .feat__point-checks > p::before {
    background-image: url(/clearturn/img/collaboration/common/check02_pc.png);
    width: 0.917em;
    height: 0.917em;
  }
}
@media screen and (max-width: 750px) {
  .feat__point-checks > p::before {
    background-image: url(/clearturn/img/collaboration/common/check01_sp.png);
    width: 1.065em;
    height: 1.065em;
  }
}
.feat__point-checks > p small {
  display: block;
  padding-top: 0.2em;
}
@media screen and (min-width: 751px) {
  .feat__point-checks > p small {
    font-size: 0.667em;
  }
}
@media screen and (max-width: 750px) {
  .feat__point-checks > p small {
    font-size: 0.678em;
  }
}
@media screen and (max-width: 750px) {
  .feat__point-checks .el01 {
    grid-area: 1/1/2/2;
  }
}
@media screen and (max-width: 750px) {
  .feat__point-checks .el02 {
    grid-area: 2/1/3/2;
  }
}
@media screen and (max-width: 750px) {
  .feat__point-checks .el03 {
    grid-area: 3/1/4/2;
  }
}
@media screen and (max-width: 750px) {
  .feat__point-checks .el04 {
    grid-area: 3/2/4/3;
  }
}
@media screen and (max-width: 750px) {
  .feat__point-checks .el05 {
    grid-area: 1/2/2/3;
  }
}
@media screen and (max-width: 750px) {
  .feat__point-checks .el06 {
    grid-area: 2/2/3/3;
  }
}
@media screen and (max-width: 750px) {
  .feat__point-checks .el07 {
    grid-area: 4/1/5/3;
  }
}
@media screen and (max-width: 750px) {
  .feat__point-checks .el08 {
    grid-area: 5/1/6/3;
  }
}
.feat__point-checked {
  margin: 3rem 0 2.5rem;
  display: flex;
  justify-content: center;
  gap: 1rem;
  flex-wrap: wrap;
}
@media screen and (max-width: 750px) {
  .feat__point-checked {
    margin: 3.8rem 0 5.4rem;
    flex-direction: column;
    row-gap: 2rem;
  }
}
.feat__point-checked > p {
  width: 37rem;
  height: 8rem;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #FBBCD6;
  border-radius: 4rem;
  text-align: center;
  font-size: 1.6rem;
  font-weight: 500;
}
@media screen and (max-width: 750px) {
  .feat__point-checked > p {
    margin: 0 auto;
    height: 12.4rem;
    width: 50rem;
    border-radius: 6.5rem;
    font-size: 2.5rem;
  }
}
@media screen and (min-width: 751px) {
  .feat__point-checked > p:nth-child(3) {
    width: 75rem;
  }
}
.feat__point-checked > p > span {
  font-size: 1.2rem;
  line-height: 2.2rem;
}
@media screen and (max-width: 750px) {
  .feat__point-checked > p > span {
    text-align: center;
    font-size: 1.9rem;
    line-height: 3.4rem;
  }
}
.feat__point-checked > p.sub {
  flex-direction: column;
}
@media screen and (min-width: 751px) {
  .feat__point-note {
    width: 97.8rem;
    margin: 2.5rem auto 0;
    line-height: 1.7em;
    font-size: 1rem;
  }
}
@media screen and (max-width: 750px) {
  .feat__point-note {
    width: 47rem;
    margin: 5rem auto 0;
    line-height: 1.7em;
    font-size: 2rem;
  }
}
@media screen and (min-width: 751px) {
  .feat__point-note > li > p {
    display: inline;
  }
}
@media screen and (max-width: 750px) {
  .feat__point-note > li > p {
    padding-left: 2em;
    text-indent: -2em;
  }
}
.feat__point-box {
  position: relative;
  background: #feeef4;
}
@media screen and (min-width: 751px) {
  .feat__point-box {
    border-radius: 4rem;
    width: 75rem;
    margin: 9rem auto 0;
    padding: 10rem 8rem 7rem;
  }
}
@media screen and (max-width: 750px) {
  .feat__point-box {
    border-radius: 4.5rem;
    width: 50rem;
    margin: 18rem auto 0;
    padding: 13rem 4rem 9rem 4.5rem;
  }
}
.feat__point-box > h3 {
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
}
@media screen and (min-width: 751px) {
  .feat__point-box > h3 {
    width: 28rem;
    top: -8rem;
  }
}
@media screen and (max-width: 750px) {
  .feat__point-box > h3 {
    width: 40.6rem;
    top: -13.6rem;
  }
}
.feat__point-steps {
  display: grid;
  justify-content: center;
  margin-top: 7rem;
}
@media screen and (min-width: 751px) {
  .feat__point-steps {
    align-items: stretch;
    grid-template-columns: repeat(2, 40.5rem);
    gap: 5rem 4rem;
  }
}
@media screen and (max-width: 750px) {
  .feat__point-steps {
    grid-auto-columns: 57rem;
    gap: 9.4rem;
  }
}
.feat__point-steps > li {
  position: relative;
}
.feat__point-steps > li + li::before {
  content: "";
  position: absolute;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  z-index: 5;
}
@media screen and (min-width: 751px) {
  .feat__point-steps > li + li::before {
    background-image: url(/clearturn/img/collaboration/wcxp/arrow1.png);
    width: 8.7rem;
    height: 3.4rem;
    left: -6.2rem;
    top: 39.808%;
  }
}
@media screen and (max-width: 750px) {
  .feat__point-steps > li + li::before {
    background-image: url(/clearturn/img/collaboration/wcxp/arrow2.png);
    width: 3.4rem;
    height: 10.5rem;
    left: 50%;
    top: -11.7rem;
    translate: -50% 0;
  }
}
.feat__point-step {
  position: relative;
}
@media screen and (min-width: 751px) {
  .feat__point-step {
    display: flex;
    flex-direction: column;
    align-items: center;
    height: 100%;
  }
}
.feat__point-step h3 {
  position: absolute;
  z-index: 10;
}
@media screen and (min-width: 751px) {
  .feat__point-step h3 {
    width: 11.4rem;
    left: -3rem;
    top: -2.5rem;
  }
}
@media screen and (max-width: 750px) {
  .feat__point-step h3 {
    width: 15rem;
    left: -1.3rem;
    top: -7.5rem;
  }
}
.feat__point-step__boxs {
  display: flex;
  width: 100%;
  position: relative;
}
@media screen and (min-width: 751px) {
  .feat__point-step__boxs {
    justify-content: space-between;
    align-items: stretch;
    gap: 4rem;
    height: 100%;
  }
}
@media screen and (max-width: 750px) {
  .feat__point-step__boxs {
    flex-direction: column;
    gap: 3rem;
  }
}
.feat__point-step__box {
  display: flex;
  flex-direction: column;
  position: relative;
  background: #fff7fa;
  border-radius: 3rem;
  width: 100%;
}
@media screen and (min-width: 751px) {
  .feat__point-step__box {
    gap: 3rem;
    padding: 5rem 5rem 6rem;
  }
}
@media screen and (max-width: 750px) {
  .feat__point-step__box {
    gap: 5.5rem;
    padding: 8rem;
  }
}
.feat__point-step__box > dt {
  text-align: center;
  color: #f77aad;
}
@media screen and (min-width: 751px) {
  .feat__point-step__box > dt {
    flex-shrink: 0;
    line-height: 1.455;
    font-size: 2.2rem;
  }
}
@media screen and (max-width: 750px) {
  .feat__point-step__box > dt {
    line-height: 1.445;
    font-size: 3.6rem;
  }
}
.feat__point-step__box > dd {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  text-align: center;
}
@media screen and (min-width: 751px) {
  .feat__point-step__box > dd {
    height: 100%;
  }
}
@media screen and (min-width: 751px) {
  .feat__point-step__image {
    display: flex;
    align-items: flex-end;
    height: 100%;
  }
}
@media screen and (min-width: 751px) {
  .feat__point-step__image.img1 {
    width: 25.8rem;
  }
}
@media screen and (max-width: 750px) {
  .feat__point-step__image.img1 {
    width: 36.2rem;
  }
}
@media screen and (min-width: 751px) {
  .feat__point-step__image.img2 {
    width: 17.9rem;
  }
}
@media screen and (max-width: 750px) {
  .feat__point-step__image.img2 {
    width: 25.2rem;
  }
}
.feat__point-step__name {
  font-weight: 700;
}
@media screen and (min-width: 751px) {
  .feat__point-step__name {
    flex-shrink: 0;
    padding-top: 2rem;
    padding-bottom: 1rem;
    line-height: 1.4;
    font-size: 2rem;
  }
}
@media screen and (max-width: 750px) {
  .feat__point-step__name {
    padding-top: 5rem;
    padding-bottom: 2rem;
    line-height: 1.334;
    font-size: 3rem;
  }
}
@media screen and (min-width: 751px) {
  .feat__point-step__name:has(+ .feat__point-step__links) {
    padding-bottom: 2.5rem;
  }
}
@media screen and (max-width: 750px) {
  .feat__point-step__name:has(+ .feat__point-step__links) {
    padding-bottom: 4.5rem;
  }
}
.feat__point-step__category {
  display: flex;
  justify-content: center;
}
@media screen and (min-width: 751px) {
  .feat__point-step__category {
    flex-shrink: 0;
    padding-bottom: 7rem;
  }
}
.feat__point-step__category span {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #fff;
  border: 1px solid;
  line-height: 1;
}
@media screen and (min-width: 751px) {
  .feat__point-step__category span {
    border-radius: 3.5rem;
    width: 11rem;
    height: 3.5rem;
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 750px) {
  .feat__point-step__category span {
    border-radius: 5.6rem;
    width: 18.5rem;
    height: 5.6rem;
    font-size: 2rem;
  }
}
.feat__point-step__links {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 100%;
}
@media screen and (min-width: 751px) {
  .feat__point-step__links {
    flex-shrink: 0;
    padding-top: 3rem;
  }
}
@media screen and (max-width: 750px) {
  .feat__point-step__links {
    flex-shrink: 0;
    padding-top: 5rem;
  }
}
.feat__point-step__links::before {
  content: "";
  position: absolute;
  background-image: url(/clearturn/img/collaboration/wcxp/line.png);
  background-position: center center;
  background-repeat: repeat-x;
  background-size: auto 100%;
  height: 2px;
  left: 0;
  right: 0;
  top: 0;
  pointer-events: none;
}
.feat__point-step__link {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  background: #f77aad;
  line-height: 1;
  font-family: "Roboto-md", sans-serif;
  color: #fff;
}
@media screen and (min-width: 751px) {
  .feat__point-step__link {
    border-radius: 6rem;
    width: 20rem;
    height: 6rem;
    font-size: 2.1rem;
  }
}
@media screen and (max-width: 750px) {
  .feat__point-step__link {
    border-radius: 9rem;
    width: 40rem;
    height: 9rem;
    font-size: 3rem;
  }
}
.feat__point-step__link::after {
  content: "";
  position: absolute;
  background-image: url(/clearturn/img/collaboration/common/arrow01_w.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 0.429em;
  height: 0.572em;
  right: 0.953em;
}
@media screen and (min-width: 751px) {
  .feat__point + .feat__point {
    margin-top: 14rem;
  }
}
@media screen and (max-width: 750px) {
  .feat__point + .feat__point {
    margin-top: 13rem;
  }
}

.shoplink {
  position: relative;
}
@media screen and (min-width: 751px) {
  .shoplink {
    margin-top: 12.5rem;
  }
}
@media screen and (max-width: 750px) {
  .shoplink {
    margin-top: 10rem;
  }
}
.shoplink::before {
  content: "";
  position: absolute;
  background-image: url(/clearturn/img/collaboration/common/shoplink_bg.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  inset: 0;
  pointer-events: none;
}
.shoplink__inner {
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
}
@media screen and (min-width: 751px) {
  .shoplink__inner {
    height: 35.1rem;
    padding-right: 50%;
  }
}
@media screen and (max-width: 750px) {
  .shoplink__inner {
    padding: 7rem 0 0;
  }
}
.shoplink__title {
  position: relative;
}
@media screen and (min-width: 751px) {
  .shoplink__title {
    width: 35rem;
    margin: 0 0 0 auto;
    z-index: 3;
  }
}
@media screen and (max-width: 750px) {
  .shoplink__title {
    text-align: center;
  }
}
.shoplink__title > h2 {
  line-height: 1;
  font-weight: 600;
  font-family: "Quicksand", sans-serif;
}
@media screen and (min-width: 751px) {
  .shoplink__title > h2 {
    font-size: 3.5rem;
  }
}
@media screen and (max-width: 750px) {
  .shoplink__title > h2 {
    font-size: 5.7rem;
  }
}
.shoplink__title > p {
  line-height: 1;
  font-weight: 500;
}
@media screen and (min-width: 751px) {
  .shoplink__title > p {
    padding-top: 1rem;
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 750px) {
  .shoplink__title > p {
    padding-top: 2rem;
    font-size: 2rem;
  }
}
.shoplink__links {
  position: relative;
  z-index: 2;
}
@media screen and (min-width: 751px) {
  .shoplink__links {
    margin: 0 0 0 auto;
    padding-top: 3.5rem;
    width: 47rem;
  }
}
@media screen and (max-width: 750px) {
  .shoplink__links {
    display: flex;
    justify-content: center;
    padding-top: 6.5rem;
  }
}
@media screen and (min-width: 751px) {
  .shoplink__image {
    position: absolute;
    width: 55rem;
    inset: auto auto 0 calc(50vw - 2.3rem);
    z-index: 1;
  }
}
@media screen and (max-width: 750px) {
  .shoplink__image {
    width: 73rem;
    margin: -2.5rem auto 0;
    padding: 4.9rem 0 0 0;
  }
}

.series-link {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 8rem 0 20rem;
}
.series-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
}
@media screen and (min-width: 751px) {
  .series-btn {
    border-radius: 5rem;
  }
}
@media screen and (max-width: 750px) {
  .series-btn {
    border-radius: 7rem;
  }
}
.series-btn a {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  font-weight: 500;
}
@media screen and (min-width: 751px) {
  .series-btn a {
    width: 40rem;
    height: 8rem;
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 750px) {
  .series-btn a {
    width: 62.5rem;
    height: 12.5rem;
    font-size: 2.2rem;
  }
}
.series-btn a::after {
  content: "";
  position: absolute;
  background-image: url(/clearturn/img/collaboration/common/arrow03_k.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 0.4em;
  height: 0.6em;
  top: 50%;
  right: 12.5%;
  transform: translate(0, -50%);
}