@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;
}

.txt-small {
  font-size: 1rem;
  line-height: 1.7rem;
}
@media screen and (max-width: 750px) {
  .txt-small {
    font-size: 2rem;
    line-height: 3.4rem;
  }
}

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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          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: 20.6rem;
  }
}
@media screen and (max-width: 750px) {
  .dtl__box-slider {
    width: 24rem;
  }
}
.dtl__box-slider .swiper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: 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 {
  -webkit-transform: scale(-1, 1);
          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: 3.5rem 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: 9rem;
  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;
  -webkit-box-align: center;
      -ms-flex-align: 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;
  font-weight: 700;
  white-space: nowrap;
}
@media screen and (min-width: 751px) {
  .dtl__box-name {
    padding-top: 5rem;
    font-size: 3.6rem;
  }
}
@media screen and (max-width: 750px) {
  .dtl__box-name {
    padding-top: 4rem;
    font-size: 4.6rem;
  }
}
.dtl__box-capacity {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 2.5rem;
}
@media screen and (min-width: 751px) {
  .dtl__box-capacity {
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 750px) {
  .dtl__box-capacity {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    font-size: 2rem;
  }
}
.dtl__box-capacity > span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: 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;
  }
}
.dtl__box-checks {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 10rem;
}
@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;
  }
}
@media screen and (min-width: 751px) {
  .dtl__box-checks {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 73rem;
    padding-right: 3rem;
    margin-left: 10rem;
  }
}
@media screen and (max-width: 750px) {
  .dtl__box-checks {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.dtl__box-checks > p {
  line-height: 1;
  position: relative;
}
@media screen and (min-width: 751px) {
  .dtl__box-checks > p {
    width: 42.188%;
    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: 15rem;
  }
}
@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 {
  -webkit-transform: scale(-1, 1);
          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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 2.3rem;
}
@media screen and (max-width: 750px) {
  .dtl__award {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          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;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            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;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            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 11rem;
  }
}
@media screen and (max-width: 750px) {
  .feat__inner {
    border-radius: 8.6rem;
    width: 64rem;
    margin-top: -18.3rem;
    padding: 15.1rem 0 5.7rem;
  }
}
.feat__inner::before, .feat__inner::after {
  content: "";
  position: absolute;
  background-repeat: no-repeat;
  background-size: 100% auto;
  z-index: 5;
  pointer-events: none;
}
.feat__inner::before {
  background-position: center top;
}
@media screen and (min-width: 751px) {
  .feat__inner::before {
    background-image: url(/clearturn/img/collaboration/common/feat_line1_pc.png);
    inset: -2px;
  }
}
@media screen and (max-width: 750px) {
  .feat__inner::before {
    background-image: url(/clearturn/img/collaboration/common/feat_line1_sp.png);
    inset: -1px;
    background-size: 100% 65%;
  }
}
.feat__inner::after {
  background-position: center bottom;
}
@media screen and (min-width: 751px) {
  .feat__inner::after {
    background-image: url(/clearturn/img/collaboration/common/feat_line2_pc.png);
    inset: -2px;
  }
}
@media screen and (max-width: 750px) {
  .feat__inner::after {
    background-image: url(/clearturn/img/collaboration/common/feat_line2_sp.png);
    inset: -1px;
  }
}
.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: 108rem;
    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 {
    -webkit-box-pack: left;
        -ms-flex-pack: left;
            justify-content: left;
  }
}
@media screen and (min-width: 751px) {
  .feat__point.bg1 .feat__point-thumb {
    width: 25rem;
    margin-left: 8rem;
  }
}
@media screen and (max-width: 750px) {
  .feat__point.bg1 .feat__point-thumb {
    width: 35rem;
  }
}
.feat__point-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (min-width: 751px) {
  .feat__point-head {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
}
@media screen and (max-width: 750px) {
  .feat__point-head {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media screen and (min-width: 751px) {
  .feat__point-caption {
    width: 39rem;
  }
}
@media screen and (max-width: 750px) {
  .feat__point-caption {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media screen and (min-width: 751px) {
  .feat__point-number {
    width: 14.5rem;
    -webkit-transform: translate(-24.827%, 0);
            transform: translate(-24.827%, 0);
  }
}
@media screen and (max-width: 750px) {
  .feat__point-number {
    width: 17.4rem;
    -webkit-transform: translate(-11.494%, 0);
            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.543em;
    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: 47rem;
    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: 45.5rem;
    margin-left: 1rem;
  }
}
@media screen and (max-width: 750px) {
  .feat__point-thumb {
    width: 53.7rem;
    margin: 9rem auto 0;
  }
}
@media screen and (min-width: 751px) {
  .feat__point-thumb > figcaption {
    position: absolute;
    width: 17.1rem;
    left: -5.6rem;
    top: -12rem;
  }
}
@media screen and (max-width: 750px) {
  .feat__point-thumb > figcaption {
    width: 42.2rem;
    margin: 8rem auto 0;
  }
}
.feat__point-thumb > img {
  position: relative;
}
@media screen and (min-width: 751px) {
  .feat__point-body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media screen and (min-width: 751px) {
  .feat__point-img02 {
    width: 97.8rem;
    margin: 0 auto;
  }
}
@media screen and (max-width: 750px) {
  .feat__point-img02 {
    width: 53.7rem;
    margin: 6rem auto 0;
  }
}
.feat__point-cards {
  display: grid;
  text-align: center;
  font-size: 1.9rem;
}
@media screen and (min-width: 751px) {
  .feat__point-cards {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 6rem;
    -webkit-column-gap: 3.5rem;
       -moz-column-gap: 3.5rem;
            column-gap: 3.5rem;
    grid-template-columns: repeat(3, auto);
    row-gap: 4rem;
  }
}
@media screen and (max-width: 750px) {
  .feat__point-cards {
    margin: 10rem auto 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    row-gap: 4.5rem;
    font-size: 2.5rem;
    grid-template-columns: 1fr;
  }
}
.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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
  z-index: 2;
}
@media screen and (min-width: 751px) {
  .feat__point-card {
    border-radius: 2rem;
    width: 31rem;
    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/card1_bg.png);
}
.feat__point-card.card1 > dt {
  color: #f77aad;
}
.feat__point-card.card1 > dd {
  background: #fffbfc;
}
.feat__point-card.card2 {
  background-image: url(/clearturn/img/collaboration/common/card2_bg.png);
}
.feat__point-card.card2 > dt {
  color: #efa348;
}
.feat__point-card.card2 > dd {
  background: #fffbfc;
}
.feat__point-card.card3 {
  background-image: url(/clearturn/img/collaboration/common/card3_bg.png);
}
.feat__point-card.card3 > dt {
  color: #57c4dd;
}
.feat__point-card.card3 > dd {
  background: #fffbfc;
}
.feat__point-card > dt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}
@media screen and (min-width: 751px) {
  .feat__point-card > dt {
    height: 8.5rem;
    line-height: 1.4em;
    font-size: 2.25rem;
  }
}
@media screen and (max-width: 750px) {
  .feat__point-card > dt {
    height: 11rem;
    line-height: 1.394em;
    font-size: 3.3rem;
  }
}
.feat__point-card > dd {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}
@media screen and (min-width: 751px) {
  .feat__point-card > dd {
    border-radius: 1.5rem;
    height: 12.5rem;
    line-height: 1.75em;
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 750px) {
  .feat__point-card > dd {
    border-radius: 2.3rem;
    height: 17.3rem;
    line-height: 1.808em;
    font-size: 2.6rem;
  }
}
.feat__point-card > dd em {
  font-style: normal;
}
.feat__point-card01 {
  background-color: #fffdea;
  border-radius: 10px;
}
@media screen and (min-width: 751px) {
  .feat__point-card01 {
    width: 97.8rem;
    margin-top: 2.2rem;
  }
}
@media screen and (max-width: 750px) {
  .feat__point-card01 {
    margin: 4rem auto 0;
    width: 53.7rem;
  }
}
.feat__point-card01 > p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}
@media screen and (min-width: 751px) {
  .feat__point-card01 > p {
    padding: 3rem 0;
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 750px) {
  .feat__point-card01 > p {
    padding: 6.5rem 0;
    font-size: 2.6rem;
  }
}
.feat__point-card01 > p > span {
  display: block;
  font-weight: 400;
}
@media screen and (min-width: 751px) {
  .feat__point-card01 > p > span {
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 750px) {
  .feat__point-card01 > p > span {
    font-size: 2rem;
  }
}
.feat__point-card02 {
  background-image: url(/clearturn/img/collaboration/common/card5_bg.png);
  background-size: cover;
  border-radius: 15px;
}
@media screen and (min-width: 751px) {
  .feat__point-card02 {
    width: 97.8rem;
    margin-top: 2.4rem;
  }
}
@media screen and (max-width: 750px) {
  .feat__point-card02 {
    margin: 4rem auto 0;
    width: 53.7rem;
  }
}
.feat__point-card02 > p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  color: #57c4dd;
  font-weight: bold;
}
@media screen and (min-width: 751px) {
  .feat__point-card02 > p {
    padding: 3rem 0;
    font-size: 2rem;
  }
}
@media screen and (max-width: 750px) {
  .feat__point-card02 > p {
    padding: 6.5rem 0;
    font-size: 3.3rem;
  }
}
.feat__point-card02 > p > span {
  display: block;
  font-weight: 400;
}
@media screen and (min-width: 751px) {
  .feat__point-card02 > p > span {
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 750px) {
  .feat__point-card02 > p > span {
    font-size: 2rem;
  }
}
.feat__point-testhead {
  color: #f77aad;
  font-weight: bold;
}
@media screen and (min-width: 751px) {
  .feat__point-testhead {
    margin-top: 6rem;
    font-size: 2.3rem;
  }
}
@media screen and (max-width: 750px) {
  .feat__point-testhead {
    width: 48rem;
    margin: 5.5rem auto 0;
    font-size: 3.5rem;
  }
}
@media screen and (max-width: 750px) {
  .feat__point-testhead:first-of-type {
    margin: 10rem auto 0;
  }
}
.feat__point-checks {
  margin-top: 5rem;
}
@media screen and (min-width: 751px) {
  .feat__point-checks {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 3rem;
  }
}
@media screen and (max-width: 750px) {
  .feat__point-checks {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 6.5rem;
    margin: 4rem auto 0;
    width: 48rem;
    row-gap: 3.5rem;
  }
}
.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: 6.4rem 0 2.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 1rem;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (max-width: 750px) {
  .feat__point-checked {
    margin: 4.5rem 0 5.4rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 2rem;
  }
}
.feat__point-checked > p {
  width: 37rem;
  height: 8rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: 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;
  }
}
.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 {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (min-width: 751px) {
  .feat__point-note {
    width: 97.8rem;
    margin-top: 3.6rem;
    line-height: 1.7em;
    font-size: 1.2rem;
  }
}
@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;
  }
}
@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;
  }
}
.feat__point-dtlimg {
  margin: 12rem auto 0;
  width: 95.6rem;
  height: auto;
}
@media screen and (max-width: 750px) {
  .feat__point-dtlimg {
    margin: 12.5rem auto 0;
    width: 57rem;
  }
}

@media screen and (min-width: 751px) {
  .advan.col1 {
    padding-top: 1.2rem;
  }
}
@media screen and (max-width: 750px) {
  .advan.col1 {
    padding-top: 9.5rem;
  }
}
@media screen and (max-width: 750px) {
  .advan.col1 .advan__title {
    padding-bottom: 14rem;
  }
}
.advan.col1 .advan__title::before {
  background-image: url(/clearturn/img/collaboration/common/advan_col1_title.png);
}
.advan.col1 .advan__inner {
  background: #ddf5f9;
}
@media screen and (min-width: 751px) {
  .advan.col1 .advan__inner {
    padding: 15rem 0 13rem;
  }
}
@media screen and (max-width: 750px) {
  .advan.col1 .advan__inner {
    padding: 16.5rem 0 13rem;
  }
}
@media screen and (min-width: 751px) {
  .advan.col1 .advan__inner::after {
    background-image: url(/clearturn/img/collaboration/common/advan_col1_line_pc.png);
  }
}
@media screen and (max-width: 750px) {
  .advan.col1 .advan__inner::after {
    background-image: url(/clearturn/img/collaboration/common/advan_col1_line_sp.png);
  }
}
@media screen and (min-width: 751px) {
  .advan.col1 .advan__block {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media screen and (min-width: 751px) {
  .advan.col1 .advan__block-desc {
    margin-left: 7rem;
  }
}
.advan.col1 .advan__block-desc > dt > p > span {
  background: #87ddec;
}
.advan.col1 .advan__block-desc > dt > h3 {
  color: #10bcd9;
}
@media screen and (min-width: 751px) {
  .advan.col2 {
    padding-top: 0.8rem;
  }
}
@media screen and (max-width: 750px) {
  .advan.col2 {
    padding-top: 10rem;
  }
}
.advan.col2 .advan__title {
  font-weight: 600;
  font-family: "Quicksand", sans-serif;
}
@media screen and (min-width: 751px) {
  .advan.col2 .advan__title {
    font-size: 2.5rem;
  }
}
@media screen and (max-width: 750px) {
  .advan.col2 .advan__title {
    padding-bottom: 13rem;
    font-size: 4.6rem;
  }
}
.advan.col2 .advan__title::before {
  background-image: url(/clearturn/img/collaboration/common/advan_col2_title.png);
}
.advan.col2 .advan__inner {
  background: #fff;
}
@media screen and (min-width: 751px) {
  .advan.col2 .advan__inner {
    padding: 13rem 21.5rem 13.2rem;
  }
}
@media screen and (max-width: 750px) {
  .advan.col2 .advan__inner {
    padding: 11rem 7rem 11.5rem;
  }
}
@media screen and (min-width: 751px) {
  .advan.col2 .advan__inner::after {
    background-image: url(/clearturn/img/collaboration/common/advan_col2_line_pc.png);
  }
}
@media screen and (max-width: 750px) {
  .advan.col2 .advan__inner::after {
    background-image: url(/clearturn/img/collaboration/common/advan_col3_line_sp.png);
  }
}
@media screen and (min-width: 751px) {
  .advan.col2 .advan__block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    aspect-ratio: 16/9;
  }
}
@media screen and (max-width: 750px) {
  .advan.col2 .advan__block {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
  }
}
.advan.col2 .advan__block iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media screen and (min-width: 751px) {
  .advan.col2 .advan__block iframe {
    border-radius: 20px;
  }
}
@media screen and (max-width: 750px) {
  .advan.col2 .advan__block iframe {
    border-radius: 13px;
  }
}
.advan.col2 .advan__block-title::before {
  background-image: url(/clearturn/img/collaboration/common/advan_col2_bg.png);
}
.advan__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  margin: 0 auto;
  line-height: 1;
  font-weight: 700;
  text-align: center;
  z-index: 5;
}
@media screen and (min-width: 751px) {
  .advan__title {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 82rem;
    height: 19.7rem;
    padding-bottom: 3.5rem;
    font-size: 2rem;
  }
}
@media screen and (max-width: 750px) {
  .advan__title {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    height: 21.1rem;
    font-size: 3rem;
  }
}
.advan__title::before {
  content: "";
  position: absolute;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  pointer-events: none;
}
@media screen and (min-width: 751px) {
  .advan__title::before {
    inset: 0;
  }
}
@media screen and (max-width: 750px) {
  .advan__title::before {
    width: 107.2rem;
    height: 25.9rem;
    inset: auto auto 0 50%;
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
  }
}
.advan__title > h2 {
  position: relative;
}
.advan__inner {
  position: relative;
  margin: 0 auto;
  z-index: 1;
}
@media screen and (min-width: 751px) {
  .advan__inner {
    border-radius: 6rem;
    width: 118rem;
    margin-top: -13rem;
  }
}
@media screen and (max-width: 750px) {
  .advan__inner {
    border-radius: 8.6rem;
    width: 64rem;
    margin-top: -12rem;
  }
}
.advan__inner::after {
  content: "";
  position: absolute;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  inset: -1px;
  pointer-events: none;
}
.advan__block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}
@media screen and (max-width: 750px) {
  .advan__block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media screen and (min-width: 751px) {
  .advan__block-image.wid1 {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 37.6rem;
    padding-top: 5.5rem;
  }
}
@media screen and (max-width: 750px) {
  .advan__block-image.wid1 {
    width: 51.6rem;
  }
}
.advan__block-image.wid1 > figure {
  position: relative;
}
.advan__block-image.wid1 > figure > figcaption {
  position: absolute;
}
.advan__block-image.wid1 > figure > figcaption.pos1 {
  width: 47.607%;
  left: -7.978%;
  top: -5.319%;
}
.advan__block-image.wid1 > figure > figcaption.pos2 {
  width: 47.607%;
  right: -7.978%;
  top: -5.319%;
}
.advan__block-image.wid1 > figure > figcaption.pos3 {
  width: 71.011%;
  left: 14.628%;
  bottom: -19.946%;
}
@media screen and (max-width: 750px) {
  .advan__block-desc {
    width: 47rem;
    margin-top: 14rem;
  }
}
.advan__block-desc > dt > p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.advan__block-desc > dt > p > span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 1;
  font-weight: 400;
}
@media screen and (min-width: 751px) {
  .advan__block-desc > dt > p > span {
    border-radius: 2.942em;
    width: 7.236em;
    height: 2.942em;
    font-size: 1.7rem;
  }
}
@media screen and (max-width: 750px) {
  .advan__block-desc > dt > p > span {
    border-radius: 2.885em;
    width: 7.116em;
    height: 2.885em;
    font-size: 2.6rem;
  }
}
@media screen and (min-width: 751px) {
  .advan__block-desc > dt > h3 {
    padding-top: 2rem;
    line-height: 1.715em;
    font-size: 2.1rem;
  }
}
@media screen and (max-width: 750px) {
  .advan__block-desc > dt > h3 {
    padding-top: 1.5rem;
    line-height: 1.667em;
    font-size: 3rem;
  }
}
@media screen and (min-width: 751px) {
  .advan__block-desc > dt + dd {
    padding-top: 3rem;
  }
}
@media screen and (max-width: 750px) {
  .advan__block-desc > dt + dd {
    padding-top: 4rem;
  }
}
@media screen and (min-width: 751px) {
  .advan__block-desc > dd {
    width: 34rem;
  }
}
@media screen and (min-width: 751px) {
  .advan__block-desc > dd + dd {
    padding-top: 3rem;
  }
}
@media screen and (max-width: 750px) {
  .advan__block-desc > dd + dd {
    padding-top: 40px;
  }
}
@media screen and (min-width: 751px) {
  .advan__block-text {
    line-height: 1.938em;
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 750px) {
  .advan__block-text {
    line-height: 1.8em;
    font-size: 2.5rem;
  }
}
.advan__block-note {
  line-height: 1.7em;
}
@media screen and (min-width: 751px) {
  .advan__block-note {
    position: absolute;
    left: 24.5rem;
    bottom: -7.5rem;
    font-size: 1rem;
  }
}
@media screen and (max-width: 750px) {
  .advan__block-note {
    padding-top: 3.5rem;
    font-size: 2rem;
  }
}
.advan__block-bal > figure {
  width: 34rem;
}
@media screen and (max-width: 750px) {
  .advan__block-bal > figure {
    width: 47rem;
  }
}
.advan__block-title {
  position: relative;
}
@media screen and (min-width: 751px) {
  .advan__block-title {
    width: 75rem;
  }
}
@media screen and (max-width: 750px) {
  .advan__block-title {
    text-align: center;
  }
}
.advan__block-title::before {
  content: "";
  position: absolute;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  pointer-events: none;
}
@media screen and (min-width: 751px) {
  .advan__block-title::before {
    width: 10rem;
    height: 10rem;
    right: 0.8rem;
    top: -6.4rem;
  }
}
@media screen and (max-width: 750px) {
  .advan__block-title::before {
    width: 11rem;
    height: 11rem;
    right: -5.2rem;
    top: 12.6rem;
  }
}
.advan__block-title > p {
  line-height: 1;
  font-weight: 500;
}
@media screen and (min-width: 751px) {
  .advan__block-title > p {
    font-size: 2.2rem;
  }
}
@media screen and (max-width: 750px) {
  .advan__block-title > p {
    font-size: 3rem;
  }
}
.advan__block-title > h3 {
  font-weight: 500;
}
@media screen and (min-width: 751px) {
  .advan__block-title > h3 {
    padding-top: 2rem;
    line-height: 1;
    font-size: 3.6rem;
  }
}
@media screen and (max-width: 750px) {
  .advan__block-title > h3 {
    padding-top: 2.5rem;
    line-height: 1.5em;
    font-size: 4.6rem;
  }
}
@media screen and (min-width: 751px) {
  .advan__block-title > h3 > small {
    font-size: 0.445em;
  }
}
@media screen and (max-width: 750px) {
  .advan__block-title > h3 > small {
    font-size: 0.435em;
  }
}

.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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          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: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 8rem 0 20rem;
}
.series-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: 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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: 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%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}