/* easing */
#section--support {
  background-color: rgba(56, 47, 86, 0.1);
}
@media screen and (min-width: 992px) {
  #section--support .sec-body #wrap--academic-writing {
    display: flex;
    justify-content: space-between;
  }
}
#section--support .sec-body #wrap--academic-writing .sub-sec {
  position: relative;
}
@media screen and (min-width: 992px) {
  #section--support .sec-body #wrap--academic-writing .sub-sec {
    display: flex;
    flex-direction: column;
    width: 47.5%;
    margin: 0;
  }
}
#section--support .sec-body #wrap--academic-writing .sub-sec:not(:first-child) {
  margin: 60px 0 0;
}
@media screen and (min-width: 992px) {
  #section--support .sec-body #wrap--academic-writing .sub-sec:not(:first-child) {
    margin: 0;
  }
}
#section--support .sec-body #wrap--academic-writing .sub-sec > .in {
  padding: 40px 30px;
  background-color: var(--color-primary-pale);
  border-radius: 5px;
}
@media screen and (min-width: 768px) {
  #section--support .sec-body #wrap--academic-writing .sub-sec > .in {
    padding: 50px 40px;
  }
}
@media screen and (min-width: 992px) {
  #section--support .sec-body #wrap--academic-writing .sub-sec > .in {
    flex: 1;
    padding: 60px 50px;
  }
}
@media screen and (min-width: 1200px) {
  #section--support .sec-body #wrap--academic-writing .sub-sec > .in {
    padding: 80px 60px;
  }
}
#section--support .sec-body #wrap--academic-writing .sub-sec > .in:before {
  content: "";
  display: block;
  position: absolute;
  top: 100%;
  left: 50%;
  width: 0;
  height: 0;
  border: 40px solid transparent;
  border-top: 20px solid var(--color-primary-pale);
  transform: translate(-50%, 0);
}
@media screen and (min-width: 992px) {
  #section--support .sec-body #wrap--academic-writing .sub-sec > .in:before {
    border: 50px solid transparent;
    border-top: 30px solid var(--color-primary-pale);
  }
}
#section--support .sec-body #wrap--academic-writing .sub-sec .sub-sec-head {
  text-align: center;
  margin: 0 0 30px;
}
#section--support .sec-body #wrap--academic-writing .sub-sec .sub-sec-foot {
  position: relative;
  z-index: 1;
  margin: 40px 0 0;
}
@media screen and (min-width: 992px) {
  #section--support .sec-body #wrap--academic-writing .sub-sec .sub-sec-foot {
    margin: 50px 0 0;
  }
}
#section--support .sec-body #sub-section--academic .sub-sec-body table tbody tr td {
  text-align: center;
}
#section--support .sec-body #sub-section--academic .sub-sec-body table tbody tr td ul {
  display: inline-block;
  text-align: left;
}
#section--support .sec-body #sub-section--writing .sub-sec-body .wrap-image {
  overflow: hidden;
  position: relative;
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
}
#section--support .sec-body #sub-section--writing .sub-sec-body .wrap-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center bottom;
     object-position: center bottom;
}

#section--collab {
  padding-bottom: 0;
}
@media screen and (min-width: 992px) {
  #section--collab {
    display: flex;
    padding: 0;
  }
}
@media screen and (min-width: 992px) {
  #section--collab .sec-head {
    margin: 0;
    width: 40%;
    height: 100vh;
    display: flex;
    align-items: center;
    color: var(--color-white);
    background-color: var(--color-primary-darken);
  }
}
@media screen and (min-width: 992px) {
  #section--collab .sec-head .inner {
    padding: 0 4vw;
  }
}
#section--collab .sec-head .lead {
  opacity: 0.8;
}
@media screen and (min-width: 992px) {
  #section--collab .sec-head .lead {
    font-size: 0.9em;
  }
}
@media screen and (min-width: 992px) {
  #section--collab .sec-body {
    width: 60%;
  }
}
#section--collab .sec-body #examples .example {
  min-height: 100vh;
  padding-bottom: 25vh;
  background-color: var(--color-primary-pale);
  padding-top: 80px;
}
@media screen and (min-width: 768px) {
  #section--collab .sec-body #examples .example {
    padding-top: 90px;
  }
}
@media screen and (min-width: 992px) {
  #section--collab .sec-body #examples .example {
    padding-top: 100px;
  }
}
@media screen and (min-width: 1200px) {
  #section--collab .sec-body #examples .example {
    padding-top: 120px;
  }
}
#section--collab .sec-body #examples .example:last-child {
  padding-bottom: 80px;
}
@media screen and (min-width: 768px) {
  #section--collab .sec-body #examples .example:last-child {
    padding-bottom: 90px;
  }
}
@media screen and (min-width: 992px) {
  #section--collab .sec-body #examples .example:last-child {
    padding-bottom: 100px;
  }
}
@media screen and (min-width: 1200px) {
  #section--collab .sec-body #examples .example:last-child {
    padding-bottom: 120px;
  }
}
#section--collab .sec-body #examples .example__inner {
  padding: 0 8vw;
}
#section--collab .sec-body #examples .example__head {
  position: relative;
  margin: 0 0 20px;
  padding: 0 0 15px;
  text-align: center;
}
#section--collab .sec-body #examples .example__head:before {
  content: "";
  display: block;
  position: absolute;
  top: 100%;
  left: 50%;
  width: 0;
  height: 0;
  border: 30px solid transparent;
  border-top: 20px solid var(--color-primary-darken);
  opacity: 0.2;
  transform: translate(-50%, 0%);
}
#section--collab .sec-body #examples .example__body .item {
  padding: 40px 0;
}
@media screen and (min-width: 768px) {
  #section--collab .sec-body #examples .example__body .item {
    padding: 50px 0;
  }
}
@media screen and (min-width: 992px) {
  #section--collab .sec-body #examples .example__body .item {
    padding: 60px 0;
  }
}
#section--collab .sec-body #examples .example__body .item:not(:first-child) {
  border-top: 1px dotted rgba(56, 47, 86, 0.5);
}
#section--collab .sec-body #examples .example__body .item__image {
  position: relative;
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
}
#section--collab .sec-body #examples .example__body .item__image:before, #section--collab .sec-body #examples .example__body .item__image:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 5px;
}
#section--collab .sec-body #examples .example__body .item__image:before {
  background-color: #eae8ef;
  transform: translate(0, 32.5%) rotate(10deg) scale(0.7);
}
#section--collab .sec-body #examples .example__body .item__image:after {
  background-color: #e0dee8;
  transform: translate(0, 15%) rotate(5deg) scale(0.9);
}
#section--collab .sec-body #examples .example__body .item__image span {
  overflow: hidden;
  position: relative;
  z-index: 1;
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  box-shadow: rgba(0, 0, 0, 0.2) 0px 30px 90px;
}
#section--collab .sec-body #examples .example__body .item__image span img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center bottom;
     object-position: center bottom;
}
#section--collab .sec-body #examples .example__body .item__detail {
  position: relative;
  z-index: 1;
  margin: 20px 0 0;
}
@media screen and (min-width: 768px) {
  #section--collab .sec-body #examples .example__body .item__detail {
    margin: 30px 0 0;
  }
}
#section--collab .sec-body #examples .example__body .item__detail .case {
  opacity: 0.5;
}
#section--collab .sec-body #examples .example__body .item__detail .indent {
  position: relative;
  padding: 0 0 0 30px;
}
#section--collab .sec-body #examples .example__body .item__detail .indent:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 0.5em;
  width: 3px;
  height: 100%;
  background-color: rgba(56, 47, 86, 0.2);
  border-radius: 20px;
  transform: translate(0, -50%);
}
#section--collab .sec-body #examples .example__body .item__detail .indent p {
  opacity: 0.8;
}
#section--collab .sec-body #examples .example__body .item__detail .indent p:first-of-type {
  margin: 10px 0 0;
}
@media screen and (min-width: 992px) {
  #section--collab .sec-body #examples .example__body .item__detail .indent p:first-of-type {
    margin: 15px 0 0;
  }
}
#section--collab .sec-body #examples .example__body .item__detail .indent .wrap-btn {
  margin: 30px 0 0;
}
@media screen and (min-width: 992px) {
  #section--collab .sec-body #examples .example__body .item__detail .indent .wrap-btn .btn {
    margin: 0;
  }
}
@media screen and (min-width: 992px) {
  #section--collab .sec-body .horizontal-scroll__itemOuter {
    position: relative;
    width: 100%;
    height: calc(100vh - 180px);
  }
}
#section--collab .sec-body .horizontal-scroll__itemInner {
  padding: 0 8vw;
}
@media screen and (min-width: 992px) {
  #section--collab .sec-body .horizontal-scroll__itemInner {
    position: absolute;
    display: flex;
    height: 100%;
  }
}
#section--collab .sec-body .horizontal-scroll__itemInner .item {
  padding: 40px 0;
}
@media screen and (min-width: 992px) {
  #section--collab .sec-body .horizontal-scroll__itemInner .item {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 84vw;
    height: calc(100% - 140px);
    padding: 0;
    margin: 40px 0 100px;
  }
}
#section--collab .sec-body .horizontal-scroll__itemInner .item:not(:first-child) {
  border-top: 1px dotted rgba(56, 47, 86, 0.5);
}
@media screen and (min-width: 992px) {
  #section--collab .sec-body .horizontal-scroll__itemInner .item:not(:first-child) {
    border: 0;
    margin-left: min(5vw, 60px);
    padding-left: min(5vw, 60px);
    border-left: 1px dotted rgba(56, 47, 86, 0.5);
  }
}
#section--collab .sec-body .horizontal-scroll__itemInner .item__image {
  position: relative;
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
}
@media screen and (min-width: 992px) {
  #section--collab .sec-body .horizontal-scroll__itemInner .item__image {
    width: 30%;
    max-width: 300px;
    height: 100%;
  }
}
#section--collab .sec-body .horizontal-scroll__itemInner .item__image:before, #section--collab .sec-body .horizontal-scroll__itemInner .item__image:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 5px;
}
#section--collab .sec-body .horizontal-scroll__itemInner .item__image:before {
  background-color: #eae8ef;
  transform: translate(0, 32.5%) rotate(10deg) scale(0.7);
}
@media screen and (min-width: 992px) {
  #section--collab .sec-body .horizontal-scroll__itemInner .item__image:before {
    width: 140%;
    transform: translate(40%, 0) rotate(10deg) scale(0.7);
  }
}
#section--collab .sec-body .horizontal-scroll__itemInner .item__image:after {
  background-color: #e0dee8;
  transform: translate(0, 15%) rotate(5deg) scale(0.9);
}
@media screen and (min-width: 992px) {
  #section--collab .sec-body .horizontal-scroll__itemInner .item__image:after {
    width: 130%;
    transform: translate(20%, 0) rotate(5deg) scale(0.9);
  }
}
#section--collab .sec-body .horizontal-scroll__itemInner .item__image span {
  overflow: hidden;
  position: relative;
  z-index: 1;
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  box-shadow: rgba(0, 0, 0, 0.2) 0px 30px 90px;
}
#section--collab .sec-body .horizontal-scroll__itemInner .item__image span img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center bottom;
     object-position: center bottom;
}
#section--collab .sec-body .horizontal-scroll__itemInner .item__detail {
  position: relative;
  z-index: 1;
  margin: 20px 0 0;
}
@media screen and (min-width: 992px) {
  #section--collab .sec-body .horizontal-scroll__itemInner .item__detail {
    flex: 1;
    margin: 0;
    padding: 0 0 0 60px;
  }
}
#section--collab .sec-body .horizontal-scroll__itemInner .item__detail .case {
  opacity: 0.5;
}
#section--collab .sec-body .horizontal-scroll__itemInner .item__detail .indent {
  position: relative;
  padding: 0 0 0 30px;
}
#section--collab .sec-body .horizontal-scroll__itemInner .item__detail .indent:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 0.5em;
  width: 3px;
  height: 100%;
  background-color: rgba(56, 47, 86, 0.2);
  border-radius: 20px;
  transform: translate(0, -50%);
}
#section--collab .sec-body .horizontal-scroll__itemInner .item__detail .indent p {
  opacity: 0.8;
}
#section--collab .sec-body .horizontal-scroll__itemInner .item__detail .indent p:first-of-type {
  margin: 10px 0 0;
}
@media screen and (min-width: 992px) {
  #section--collab .sec-body .horizontal-scroll__itemInner .item__detail .indent p:first-of-type {
    margin: 15px 0 0;
  }
}
#section--collab .sec-body .horizontal-scroll__itemInner .item__detail .indent .wrap-btn {
  margin: 30px 0 0;
}
@media screen and (min-width: 992px) {
  #section--collab .sec-body .horizontal-scroll__itemInner .item__detail .indent .wrap-btn .btn {
    margin: 0;
  }
}

#section--collab-other {
  background-color: rgba(56, 47, 86, 0.05);
}
#section--collab-other .sec-head {
  margin: 0;
}
@media screen and (min-width: 768px) {
  #section--collab-other .sec-head {
    margin: 0 0 60px;
  }
}
@media screen and (min-width: 768px) {
  #section--collab-other .sec-body ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: -20px;
  }
}
@media screen and (min-width: 1200px) {
  #section--collab-other .sec-body ul {
    margin: -25px;
  }
}
#section--collab-other .sec-body ul li {
  padding: 40px 0;
}
#section--collab-other .sec-body ul li:not(:first-child) {
  border-top: 1px dotted rgba(56, 47, 86, 0.5);
}
@media screen and (min-width: 768px) {
  #section--collab-other .sec-body ul li:not(:first-child) {
    border: 0;
  }
}
@media screen and (min-width: 768px) {
  #section--collab-other .sec-body ul li {
    width: 50%;
    padding: 20px;
  }
}
@media screen and (min-width: 992px) {
  #section--collab-other .sec-body ul li {
    width: 33.3333333333%;
  }
}
@media screen and (min-width: 1200px) {
  #section--collab-other .sec-body ul li {
    padding: 25px;
  }
}
#section--collab-other .sec-body ul li .in .li-head .li-image {
  position: relative;
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
}
@media screen and (min-width: 992px) {
  #section--collab-other .sec-body ul li .in .li-head .li-image {
    aspect-ratio: 16/10;
  }
}
#section--collab-other .sec-body ul li .in .li-head .li-image:before, #section--collab-other .sec-body ul li .in .li-head .li-image:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 5px;
}
#section--collab-other .sec-body ul li .in .li-head .li-image:before {
  background-color: #eae8ef;
  transform: translate(0, 32.5%) rotate(10deg) scale(0.7);
}
#section--collab-other .sec-body ul li .in .li-head .li-image:after {
  background-color: #e0dee8;
  transform: translate(0, 15%) rotate(5deg) scale(0.9);
}
#section--collab-other .sec-body ul li .in .li-head .li-image span {
  overflow: hidden;
  position: relative;
  z-index: 1;
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  box-shadow: rgba(0, 0, 0, 0.2) 0px 30px 90px;
}
#section--collab-other .sec-body ul li .in .li-head .li-image span img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center bottom;
     object-position: center bottom;
}
#section--collab-other .sec-body ul li .in .li-body {
  position: relative;
  z-index: 1;
  margin: 20px 0 0;
}
@media screen and (min-width: 992px) {
  #section--collab-other .sec-body ul li .in .li-body {
    margin: 30px 0 0;
  }
}
#section--collab-other .sec-body ul li .in .li-body .case {
  opacity: 0.5;
}
#section--collab-other .sec-body ul li .in .li-body .indent {
  position: relative;
  padding: 0 0 0 30px;
}
#section--collab-other .sec-body ul li .in .li-body .indent:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 0.5em;
  width: 3px;
  height: 100%;
  background-color: rgba(56, 47, 86, 0.2);
  border-radius: 20px;
  transform: translate(0, -50%);
}
#section--collab-other .sec-body ul li .in .li-body .indent p {
  opacity: 0.8;
}
#section--collab-other .sec-body ul li .in .li-body .indent p:first-of-type {
  margin: 10px 0 0;
}
@media screen and (min-width: 992px) {
  #section--collab-other .sec-body ul li .in .li-body .indent p:first-of-type {
    margin: 15px 0 0;
  }
}
