@charset "utf-8";
main {
  overflow: clip;
  padding-bottom: min(9.375vw,120px);
}
@media screen and (max-width: 768px) {
  main {
    padding-bottom: 80px;
  }
}
/* ↓↓↓ fv ↓↓↓ */
.fv {
  position: relative;
}
.fv .bg_wrap {
  position: relative;
  width: 100%;
  background-color: #fff;
  padding: 160px 0 0;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .fv .bg_wrap {
    padding: 132px 0 0;
  }
}
.fv .inner {
  position: relative;
  max-width: 856px;
  width: calc(100% - 30px*2);
  container-type: inline-size;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .fv .inner {
    padding-bottom: 40px;
  }
}
.fv .inner .deco {
  position: absolute;
}
.fv .inner .deco01 {
  width: min(10.78125vw,138px);
  top: -59px;
  left: max(min(calc((-162 + 32) * ((100vw - 1000px) / (1280 - 1000)) - 32px),-32px),-162px);
}
.fv .inner .deco02_01 {
  width: min(24.84375vw, 318px);
  bottom: -182px;
  right: max(min(calc((-269 + 90) * ((100vw - 1000px) / (1280 - 1000)) - 90px), -90px), -269px);
  z-index: 1;
}
.fv .inner .deco02_02 {
  width: min(6.953125vw,89px);
  bottom: min(calc((-64 + 100) * ((100vw - 768px) / (1280 - 768)) - 100px),-64px);
  /* bottom: -64px; */
  right: min(max(calc((27 - 100) * ((100vw - 1100px) / (1280 - 1100)) + 100px),27px),100px);
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .fv .inner .deco01 {
    width: min(calc(68/375*100vw),110px);
    top: -17px;
    left: unset;
    right: 5px;
  }
  .fv .inner .deco02_01 {
    width: min(calc(159 / 375 * 100vw), 230px);
    bottom: max(calc(-92 / 375 * 100vw), -130px);
    right: -74px;
  }
  .fv .inner .deco02_02 {
    width: min(calc(45 / 375 * 100vw), 64px);
    bottom: max(calc(-16 / 375 * 100vw), -130px);
    right: min(calc((120 - 70) * ((100vw - 375px) / (768 - 375)) + 70px),120px);
  }
}
.fv .inner .item {
  position: absolute;
  opacity: 0;
  translate: -50% 10%;
}
.fv .inner .item01 {
  width: min(79.84375vw, 1022px);
  top: min(5.625vw,72px);
  left: 48%;
}
.fv .inner .item02 {
  width: min(79.53125vw, 1018px);
  top: max(-4.140625vw,-53px);
  left: 55.5%;
}
@media screen and (max-width: 768px) {
  .fv .inner .item01 {
    display: none;
  }
  .fv .inner .item02 {
    width: 335px;
    top: -60px;
    left: 50%;
  }
}
.fv .page_ttl {
  position: relative;
}
.fv .page_ttl .en {
  position: relative;
  width: fit-content;
  font-size: clamp(2rem, 2.803738317757009cqw, 2.4rem);
  font-family: var(--Livvic);
  font-weight: 900;
  line-height: 1;
  letter-spacing: 0.05em;
  color: var(--seminar_color);
  display: block;
}
@media screen and (max-width: 768px) {
  .fv .page_ttl .en {
    font-size: 2rem;
  }
}
.fv .page_ttl .ja {
  position: relative;
  width: fit-content;
  font-size: 4.672897196261682cqw;
  font-family: var(--Zen_Maru);
  font-weight: 700;
  letter-spacing: 0.08em;
  display: block;
  margin-top: 1.8691588785046727cqw;
}
@media screen and (max-width: 768px) {
  .fv .page_ttl .ja {
    font-size: 2.4rem;
    margin-top: 12px;
  }
}
.fv .date {
  width: fit-content;
  font-size: clamp(1.2rem,1.8691588785046727cqw,1.6rem);
  font-weight: 700;
  letter-spacing: 0.05em;
  background-color: var(--seminar_color);
  display: inline-block;
  padding: 0.46728971962616817cqw 1.8691588785046727cqw;
  margin-top: 1.8691588785046727cqw;
}
@media screen and (max-width: 768px) {
  .fv .date {
    font-size: 1.4rem;
    padding: 4px 16px;
    margin-top: 16px;
  }
}
.fv .bg_bottom {
  position: absolute;
  width: 100%;
  display: flex;
  justify-content: center;
  overflow: clip;
  translate: -50% 100%;
  bottom: min(0.625vw, 8px);
  left: 50%;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .fv .bg_bottom {
    bottom: 2px;
  }
}
.fv .bg_bottom .deco03 {
  position: absolute;
  width: max(100%, 1920px);
  display: block;
  translate: -50% 0;
  top: 0;
  left: 50%;
}
@media screen and (max-width: 768px) {
  .fv .bg_bottom .deco03 {
    width: 100%;
  }
}
.fv .bg_bottom .bg_parts {
  width: max(100%, 1920px);
  flex-shrink: 0;
}
@media screen and (max-width: 768px) {
  .fv .bg_bottom .bg_parts {
    width: 100%;
  }
}
.lead_img {
  position: relative;
  max-width: 856px;
  display: flex;
  align-items: center;
  justify-content: center;
  container-type: inline-size;
  margin: calc(min(7.8125vw,100px) + 200px) auto 0;
}
@media screen and (max-width: 768px) {
  .lead_img {
    margin-top: calc((64/375*100vw) + 62px);
  }
}
.lead_img .deco03_01 {
  position: absolute;
  width: 13.66822429906542cqw;
  bottom: -7.476635514018691cqw;
  left: min(max(calc((-117 - 0) * ((100vw - 900px) / (1280 - 900)) + 0px),-117px),0px);
}
.lead_img .deco03_02 {
  position: absolute;
  width: 6.308411214953271cqw;
  bottom: 2.9205607476635516cqw;
  left: min(max(calc((-50 - 40) * ((100vw - 900px) / (1280 - 900)) + 40px),-50px),40px);
}
@media screen and (max-width: 768px) {
  .lead_img .deco03_01 {
    width: 60px;
    bottom: -52px;
    left: 11px;
  }
  .lead_img .deco03_02 {
    width: 29px;
    bottom: -8px;
    left: 44px;
  }
}
.lead_img .broder {
  width: 79.43925233644859cqw;
  height: fit-content;
  outline: 2px dashed #000;
  display: block;
}
@media screen and (max-width: 768px) { 
  .lead_img .broder {
    width: calc(324/375*100vw);
    outline: 1px dashed #000;
  }
}
/* ↑↑↑ fv ↑↑↑ */
/* ↓↓↓ ambassador ↓↓↓ */
.ambassador {
  position: relative;
  padding: 0 30px;
  margin: min(10.46875vw,134px) auto 0;
}
@media screen and (max-width: 768px) {
  .ambassador {
    padding: 40px 25px 0;
    margin-top: 82px;
  }
}
.ambassador .inner {
  position: relative;
  max-width: 856px;
  container-type: inline-size;
  margin: 0 auto;
}
.ambassador .inner .deco {
  position: absolute;
}
.ambassador .inner .deco01 {
  width: 17.990654205607477cqw;
  top: 3.0373831775700935cqw;
  right: max(min(calc((-178 + 22) * ((100vw - 960px) / (1280 - 960)) - 22px),-22px),-178px);
}
.ambassador .inner .deco02 {
  width: 17.990654205607477cqw;
  bottom: -21.02803738317757cqw;
  left: max(min(calc((-184 + 60) * ((100vw - 960px) / (1280 - 960)) - 60px),-60px),-184px);
}
@media screen and (max-width: 768px) {
  .ambassador .inner .deco01 {
    width: 77px;
    top: 103px;
    right: 0;
  }
  .ambassador .inner .deco02 {
    width: 90px;
    bottom: -47px;
    left: -18px;
    z-index: 1;
  }
}
.ambassador .inner .conts_ttl {
  display: flex;
  align-items: center;
  flex-direction: column;
}
.ambassador .inner .conts_ttl .en {
  position: relative;
  width: fit-content;
  font-size: 9.345794392523365cqw;
  font-family: var(--Livvic);
  font-weight: 900;
  line-height: 1.07142857;
  letter-spacing: 0.05em;
  color: var(--seminar_color);
  -webkit-text-stroke: 2px #000;
  display: inline-block;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .ambassador .inner .conts_ttl .en {
    font-size: 4.8rem;
    -webkit-text-stroke: 1px #000;
  }
}
.ambassador .inner .conts_ttl .en::before {
  content: '';
  position: absolute;
  width: 4.672897196261682cqw;
  height: auto;
  aspect-ratio: 40/42;
  background-image: url(../img/seminar/fv_ttl_deco.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  translate: 0 -100%;
  top: 1.6355140186915886cqw;
  left: 15.186915887850466cqw;
}
@media screen and (max-width: 768px) {
  .ambassador .inner .conts_ttl .en::before {
    width: 18px;
    top: 9px;
    left: 82px;
  }
}
.ambassador .inner .conts_ttl .ja {
  font-size: clamp(1.4rem,2.102803738317757cqw,1.8rem);
  font-weight: 500;
  letter-spacing: 0.05em;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .ambassador .inner .conts_ttl .ja {
    font-size: 1.6rem;
  }
}
.ambassador .inner .flex {
  display: flex;
  align-items: center;
  gap: 76px 6.5420560747663545cqw;
  margin-top: 5.607476635514018cqw;
}
@media screen and (max-width: 768px) {
  .ambassador .inner .flex {
    flex-direction: column;
    margin-top: 32px;
  }
}
.ambassador .inner .flex .people {
  position: relative;
}
.ambassador .inner .flex .people::before {
  content: '';
  position: absolute;
  width: 13.434579439252337cqw;
  height: auto;
  aspect-ratio: 115/65;
  background-image: url(../img/seminar/session01/ambassador_deco.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  top: -6.074766355140187cqw;
  left: 0;
}
@media screen and (max-width: 768px) {
  .ambassador .inner .flex .people::before {
    width: 79px;
    top: -13px;
    left: -29px;
  }
}
.ambassador .inner .flex .people .img {
  width: 28.037383177570092cqw;
  height: auto;
  aspect-ratio: 1/1;
  border-radius: 50%;overflow: clip;
  outline: 2px dashed #000;
  display: block;
}
@media screen and (max-width: 768px) {
  .ambassador .inner .flex .people .img {
    width: 178px;
    outline-width: 1px;
  }
}
.ambassador .inner .flex .people .prof {
  position: absolute;
  width: max-content;
  border-radius: 9999px;
  background-color: #C2C0ED;
  padding: 0.9345794392523363cqw 3.7383177570093453cqw 1.1682242990654206cqw;
  translate: -50% 100%;
  bottom: 2.453271028037383cqw;
  left: 50%;
}
@media screen and (max-width: 768px) {
  .ambassador .inner .flex .people .prof {
    padding: 8px 32px 10px;
    bottom: 21px;
  }
}
.ambassador .inner .flex .people .prof .post {
  font-size: clamp(1rem,1.6355140186915886cqw,1.4rem);
  font-weight: 500;
  letter-spacing: 0.05em;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .ambassador .inner .flex .people .prof .post {
    font-size: 1.4rem;
  }
}
.ambassador .inner .flex .people .prof .name {
  font-size: clamp(2rem,2.803738317757009cqw,2.4rem);
  font-family: var(--Zen_Maru);
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.08em;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .ambassador .inner .flex .people .prof .name {
    font-size: 2.4rem;
  }
}
.ambassador .inner .flex .people .prof .name .s_txt {
  font-size: clamp(1.4rem,2.102803738317757cqw,1.8rem);
}
@media screen and (max-width: 768px) {
  .ambassador .inner .flex .people .prof .name .s_txt {
    font-size: 1.8rem;
  }
}
.ambassador .inner .flex .txt {
  position: relative;
  font-size: clamp(1.2rem,1.8691588785046727cqw,1.6rem);
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0.05em;
  text-align: justify;
  border: 2px solid #000;
  background-color: #fff;
  border-radius: 1.8691588785046727cqw;
  padding: 3.5046728971962615cqw;
}
@media screen and (max-width: 768px) {
  .ambassador .inner .flex .txt {
    font-size: 1.6rem;
    border-radius: 16px;
    border-width: 1px;
    padding: 32px;
  }
}
.ambassador .inner .flex .txt::before,
.ambassador .inner .flex .txt::after {
  content: '';
  position: absolute;
  width:0;
  height:0;
  border-style:solid;
  border-width: 0.9345794392523363cqw 2.102803738317757cqw .9345794392523363cqw 0;
  translate: -100% -50%;
  top: 50%;
}
.ambassador .inner .flex .txt::before {
  border-color: transparent #000 transparent transparent;
  left: 0;
}
.ambassador .inner .flex .txt::after {
  border-color: transparent #fff transparent transparent;
  left: 4px;
}
@media screen and (max-width: 768px) {
  .ambassador .inner .flex .txt::before,
  .ambassador .inner .flex .txt::after {
    border-width: 0 9.5px 16px 9.5px;
    translate: -50% -100%;
    left: 50%;
  }
  .ambassador .inner .flex .txt::before {
    border-color: transparent transparent #000 transparent;
    top: 0;
  }
  .ambassador .inner .flex .txt::after {
    border-color: transparent transparent #fff transparent;
    top: 2px;
  }
}
/* ↑↑↑ ambassador ↑↑↑ */
/* ↓↓↓ lecture ↓↓↓ */
.lecture {
  position: relative;
  padding: 0 30px;
  margin: min(13.28125vw,170px) auto 0;
}
@media screen and (max-width: 768px) {
  .lecture {
    padding: 0 25px;
    margin: 76px auto 0;
  }
}
.lecture .inner {
  max-width: 856px;
  container-type: inline-size;
  margin: 0 auto;
}
.lecture .inner .conts_ttl {
  display: flex;
  align-items: center;
  flex-direction: column;
}
.lecture .inner .conts_ttl .en {
  position: relative;
  width: fit-content;
  font-size: 9.345794392523365cqw;
  font-family: var(--Livvic);
  font-weight: 900;
  line-height: 1.07142857;
  letter-spacing: 0.05em;
  color: var(--seminar_color);
  -webkit-text-stroke: 2px #000;
  display: inline-block;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .lecture .inner .conts_ttl .en {
    font-size: 5.6rem;
    -webkit-text-stroke: 1px #000;
  }
}
.lecture .inner .conts_ttl .en::before {
  content: '';
  position: absolute;
  width: 4.672897196261682cqw;
  height: auto;
  aspect-ratio: 40/42;
  background-image: url(../img/seminar/fv_ttl_deco.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  translate: 0 -100%;
  top: 2.6869158878504673cqw;
  right: 22.7803738317757cqw;
}
@media screen and (max-width: 768px) {
  .lecture .inner .conts_ttl .en::before {
    width: 18px;
    top: unset;
    bottom: 24px;
    right: 40px;
  }
}
.lecture .inner .conts_ttl .ja {
  font-size: clamp(1.4rem,2.102803738317757cqw,1.8rem);
  font-weight: 500;
  letter-spacing: 0.05em;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .lecture .inner .conts_ttl .ja {
    font-size: 1.6rem;
  }
}
.lecture .inner .conts_list {
  margin-top: 6.5420560747663545cqw;
}
@media screen and (max-width: 768px) {
  .lecture .inner .conts_list {
    margin-top: 31px;
  }
}
.lecture .inner .conts_list .flex_block {
  display: flex;
  gap: 24px 10.2803738317757cqw;
}
.lecture .inner .conts_list .flex_block:nth-child(even) {
  flex-direction: row-reverse;
}
@media screen and (max-width: 768px) {
  .lecture .inner .conts_list .flex_block,
  .lecture .inner .conts_list .flex_block:nth-child(even) {
    flex-direction: column;
  }
}
.lecture .inner .conts_list .flex_block+.flex_block {
  margin-top: 9.345794392523365cqw;
}
@media screen and (max-width: 768px) {
  .lecture .inner .conts_list .flex_block+.flex_block {
    margin-top: 63px;
  }
}
.lecture .inner .conts_list .flex_block .img_group {
  width: 41.1214953271028cqw;
  display: block;
  flex-shrink: 0;
}
@media screen and (max-width: 768px) {
  .lecture .inner .conts_list .flex_block .img_group {
    width: 100%;  
  }
}
.lecture .inner .conts_list .flex_block .img_group .img {
  width: 100%;
  display: block;
  outline: 2px dashed #000;
}
@media screen and (max-width: 768px) {
  .lecture .inner .conts_list .flex_block .img_group .img {
    outline-width: 1px;
  }
}
.lecture .inner .conts_list .flex_block .img_group figcaption {
  font-size: clamp(1rem,1.6355140186915886cqw,1.4rem);
  font-weight: 500;
  letter-spacing: 0.05em;
  display: block;
  margin-top: 0.9345794392523363cqw;
}
@media screen and (max-width: 768px) {
  .lecture .inner .conts_list .flex_block .img_group figcaption {
    font-size: 1.4rem;
    margin-top: 8px;
  }
}
.lecture .inner .conts_list .flex_block .txt_group {
  flex: 1;
}
.lecture .inner .conts_list .flex_block.-onecol .txt_group {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.lecture .inner .conts_list .flex_block .txt_group .num {
  position: relative;
  width: fit-content;
  font-size: clamp(1.2rem,1.8691588785046727cqw,1.6rem);
  font-family: var(--Livvic);
  font-weight: 500;
  background-color: var(--seminar_color);
  display: inline-block;
  padding: 0.5841121495327103cqw 2.570093457943925cqw;
}
@media screen and (max-width: 768px) {
  .lecture .inner .conts_list .flex_block .txt_group .num {
    font-size: 1.6rem;
    padding: 5px 22px;
  }
}
.lecture .inner .conts_list .flex_block .txt_group .num::before {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 1.1682242990654206cqw 1.5186915887850467cqw 0 0;
  border-color: var(--seminar_color) transparent transparent transparent;
  translate: 0 100%;
  bottom: 0;
  left: 3.2710280373831773cqw;
}
.lecture .inner .conts_list .flex_block.-onecol .txt_group .num::before {
  translate: -50% 100%;
  left: 50%;
}
@media screen and (max-width: 768px) {
  .lecture .inner .conts_list .flex_block .txt_group .num::before {
    border-width: 10px 13px 0 0;
    left: 28px;
  }
}
.lecture .inner .conts_list .flex_block .txt_group .head {
  font-size: clamp(2rem,2.803738317757009cqw,2.4rem);
  font-family: var(--Zen_Maru);
  font-weight: 700;
  letter-spacing: 0.08em;
  margin-top: 1.1682242990654206cqw;
}
@media screen and (max-width: 768px) {
  .lecture .inner .conts_list .flex_block .txt_group .head {
    font-size: 2.4rem;
    margin-top: 10px;
  }
}
.lecture .inner .conts_list .flex_block .txt_group .txt {
  font-size: clamp(1.2rem,1.8691588785046727cqw,1.6rem);
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0.05em;
  text-align: justify;
  margin-top: 2.803738317757009cqw;
}
@media screen and (max-width: 768px) {
  .lecture .inner .conts_list .flex_block .txt_group .txt {
    font-size: 1.6rem;
    margin-top: 16px;
  }
}
/* ↑↑↑ lecture ↑↑↑ */
/* ↓↓↓ comments ↓↓↓ */
.comments {
  position: relative;
  padding: 0 30px;
  margin: min(9.375vw,120px) auto 0;
}
@media screen and (max-width: 768px) {
  .comments {
    padding: 0 25px;
    margin: 76px auto 0;
  }
}
.comments .inner {
  max-width: 856px;
  container-type: inline-size;
  margin: 0 auto;
}
.comments .inner .conts_ttl {
  display: flex;
  align-items: center;
  flex-direction: column;
}
.comments .inner .conts_ttl .en {
  position: relative;
  width: fit-content;
  font-size: 9.345794392523365cqw;
  font-family: var(--Livvic);
  font-weight: 900;
  line-height: 1.07142857;
  letter-spacing: 0.05em;
  color: var(--seminar_color);
  -webkit-text-stroke: 2px #000;
  display: inline-block;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .comments .inner .conts_ttl .en {
    font-size: 5.6rem;
    -webkit-text-stroke: 1px #000;
  }
}

.comments .inner .conts_ttl .en::before {
  content: '';
  position: absolute;
  width: 4.672897196261682cqw;
  height: auto;
  aspect-ratio: 40/42;
  background-image: url(../img/seminar/fv_ttl_deco.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  translate: 0 -100%;
  top: 3.7383177570093453cqw;
  left: 11.448598130841122cqw;
}
@media screen and (max-width: 768px) {
  .comments .inner .conts_ttl .en::before {
    width: 18px;
    top: 23px;
    left: 75px;
  }
}
.comments .inner .conts_ttl .ja {
  font-size: clamp(1.4rem,2.102803738317757cqw,1.8rem);
  font-weight: 500;
  letter-spacing: 0.05em;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .comments .inner .conts_ttl .ja {
    font-size: 1.6rem;
  }
}
.comments .inner .comments_slider {
  width: 100vw;
  overflow: clip;
  padding-top: 5.607476635514018cqw;
  margin: 5.607476635514018cqw calc(50% - 50vw) 0;
}
@media screen and (max-width: 768px) {
  .comments .inner .comments_slider {
    padding-top: 48px;
    margin: 32px calc(50% - 50vw) 0;
  }
}
.comments .inner .comments_slider .splide__track {
  overflow: unset;
}
.comments .inner .comments_slider .splide__slide {
  position: relative;
  width: 38.31775700934579cqw;
  background-color: #fff;
  border-radius: 3.7383177570093453cqw;
  border: 2px solid #000;
  padding: 4.439252336448598cqw 3.7383177570093453cqw 14.953271028037381cqw;
}
@media screen and (max-width: 768px) {
  .comments .inner .comments_slider .splide__slide {
    width: 328px;
    border-radius: 32px;
    border: 1px solid #000;
    padding: 33px 32px 99px;
  }
}
.comments .inner .comments_slider .splide__slide.orange {
  --num_color:#FDA486;
}
.comments .inner .comments_slider .splide__slide.yellow {
  --num_color:#FEF589;
}
.comments .inner .comments_slider .splide__slide.l_green {
  --num_color:#CAF555;
}
.comments .inner .comments_slider .splide__slide.green {
  --num_color:#7DE24F;
}
.comments .inner .comments_slider .splide__slide.blue {
  --num_color:#B6E4FF;
}
.comments .inner .comments_slider .splide__slide.pink {
  --num_color:#FDBBE6;
}
.comments .inner .comments_slider .splide__slide::before,
.comments .inner .comments_slider .splide__slide::after {
  content: '';
  position: absolute;
  width:0;
  height:0;
  border-style:solid;
  border-width: 1.8691588785046727cqw 1.0514018691588785cqw 0 1.0514018691588785cqw;
  translate: -50% 100%;
  left: 50%;
}
@media screen and (max-width: 768px) {
  .comments .inner .comments_slider .splide__slide::before,
  .comments .inner .comments_slider .splide__slide::after {
    border-width: 16px 9px 0 9px; 
  }
}
.comments .inner .comments_slider .splide__slide::before {
  border-color: #000 transparent transparent transparent;
  bottom: 0;
}
.comments .inner .comments_slider .splide__slide::after {
  border-color: #fff transparent transparent transparent;
  bottom: 4px;
}
@media screen and (max-width: 768px) {
  .comments .inner .comments_slider .splide__slide::after {
    bottom: 2px;
  }
}
.comments .inner .comments_slider .splide__slide .num {
  position: absolute;
  width: 18.22429906542056cqw;
  height: 9.11214953271028cqw;
  font-size: 3.7383177570093453cqw;
  font-family: var(--Livvic);
  font-weight: 900;
  letter-spacing: 0.05em;
  color: var(--num_color);
  -webkit-text-stroke: 2px #000;
  background-color: #fff;
  border-radius: 9.11214953271028cqw 9.11214953271028cqw 0 0;
  display: flex;
  justify-content: center;
  align-items: center;
  translate: -50% -100%;
  top: 3.5046728971962615cqw;
  left: 50%;
}
@media screen and (max-width: 768px) {
  .comments .inner .comments_slider .splide__slide .num {
    width: 156px;
    height: 78px;
    font-size: 3.2rem;
    -webkit-text-stroke: 1px #000;
    border-radius: 78px 78px 0 0;
    top: 30px;
  }
}
.comments .inner .comments_slider .splide__slide .num::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #fff;
  border: 2px solid #000;
  border-radius: 9.11214953271028cqw 9.11214953271028cqw 0 0;
  clip-path: polygon(0 0, 100% 0, 100% 5.607476635514018cqw, 0% 5.607476635514018cqw);
  top: 0;
  left: 0;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .comments .inner .comments_slider .splide__slide .num::before {
    border-radius: 78px 78px 0 0;
    border: 1px solid #000;
    clip-path: polygon(0 0, 100% 0, 100% 48px, 0% 48px);
  }
}
.comments .inner .comments_slider .splide__slide .txt {
  font-size: clamp(1.2rem,1.8691588785046727cqw,1.6rem);
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0.05em;
  text-align: justify;
}
@media screen and (max-width: 768px) {
  .comments .inner .comments_slider .splide__slide .txt {
    font-size: 1.6rem;
  }
}
.comments .inner .comments_slider .splide__slide .txt .dots_line {
  border-bottom: 2px dashed var(--seminar_color);
}
@media screen and (max-width: 768px) {
  .comments .inner .comments_slider .splide__slide .txt .dots_line {
    border-bottom: 1px dashed var(--seminar_color);
  }
}
.comments .inner .comments_slider .splide__slide .deco {
  position: absolute;
  width: 14.485981308411214cqw;
  bottom: 0.5841121495327103cqw;
  right: 1.8691588785046727cqw;
}
@media screen and (max-width: 768px) {
  .comments .inner .comments_slider .splide__slide .deco {
    width: 99px;
    bottom: -1pxs;
    right: 14px;
  }
}
.comments .inner .comments_slider .splide__arrows {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 3.7383177570093453cqw;
  padding-bottom: 0.7009345794392523cqw;
  margin: 6.425233644859812cqw auto 0;
}
@media screen and (max-width: 768px) {
  .comments .inner .comments_slider .splide__arrows {
    gap: 24px;
    padding-bottom: 4px;
    margin: 31px auto 0;
  }
}
.comments .inner .comments_slider .splide__arrow {
  position: initial;
  width: 5.607476635514018cqw;
  height: auto;
  aspect-ratio: 1/1;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #fff;
  border: 2px solid #000;
  border-radius: 50%;
  filter: drop-shadow(0px 0.46728971962616817cqw 0px var(--seminar_color));
  transform: unset;
  transition: filter ease .3s, translate ease .3s;
  opacity: 1;
  padding-bottom: 0.23364485981308408cqw;
}
@media screen and (min-width: 769px) {
  .comments .inner .comments_slider .splide__arrow:hover {
    filter: drop-shadow(0px 0px 0px var(--seminar_color));
    translate: 0 10%;
  }
}
@media screen and (max-width: 768px) {
  .comments .inner .comments_slider .splide__arrow {
    width: 40px;
    border: 1px solid #000;
    filter: drop-shadow(0px 4px 0px var(--seminar_color));
    padding-bottom: 2px;
  }
}
.comments .inner .comments_slider .splide__arrow .arrow {
  width: 3.0373831775700935cqw;
  display: block;
}
@media screen and (max-width: 768px) {
  .comments .inner .comments_slider .splide__arrow .arrow {
    width: 17px;
  }
}
.comments .inner .comments_slider .splide__arrow--prev .arrow {
  rotate: Y 180deg;
}
.comments .inner .comments_slider .splide__pagination {
  position: initial;
  gap: 0.9345794392523363cqw;
  transform: unset;
}
@media screen and (max-width: 768px) {
  .comments .inner .comments_slider .splide__pagination {
    gap: 8px;
  }
}
.comments .inner .comments_slider .splide__pagination .splide__pagination__page {
  width: 1.4018691588785046cqw;
  height: auto;
  aspect-ratio: 1/1;
  border: 2px solid #000;
  background-color: #fff;
  opacity: 1;
  margin: unset;
}
@media screen and (max-width: 768px) {
  .comments .inner .comments_slider .splide__pagination .splide__pagination__page {
    width: 10px;
    border: 1px solid #000;
  }
}
.comments .inner .comments_slider .splide__pagination__page.is-active {
  background: var(--seminar_color);
  transform: unset;
}
.comments .inner .box {
  position: relative;
  margin-top: 14.018691588785046cqw;
}
@media screen and (max-width: 768px) {
  .comments .inner .box {
    margin-top: 80px;
  }
}
.comments .inner .box .box_head {
  width: fit-content;
  font-size: clamp(2rem,2.803738317757009cqw,2.4rem);
  font-family: var(--Zen_Maru);
  font-weight: 700;
  letter-spacing: 0.08em;
  text-align: center;
  display: block;
  border-radius: 1.8691588785046727cqw 1.8691588785046727cqw 0 0;
  background-color: var(--seminar_color);
  border: 2px solid #000;
  border-bottom: unset;
  padding: 0.9345794392523363cqw 3.5046728971962615cqw;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .comments .inner .box .box_head {
    font-size: 1.8rem;
    border-radius: 16px 16px 0 0;
    border: 1px solid #000;
    border-bottom: unset;
    padding: 8px 10px;
  }
}
.comments .inner .box .inner_flex {
  position: relative;
  width: 100%;
  background-color: #fff;
  border-radius: 3.7383177570093453cqw;
  border: 2px solid #000;
  padding: 6.5420560747663545cqw 10.2803738317757cqw;
  display: flex;
  align-items: center;
  gap: 16px 3.7383177570093453cqw;
}
@media screen and (max-width: 768px) {
  .comments .inner .box .inner_flex {
    flex-direction: column;
    border-radius: 32px;
    border: 1px solid #000;
    padding: 32px;
  }
}
.comments .inner .box .inner_flex .deco {
  position: absolute;
}
.comments .inner .box .inner_flex .deco01 {
  width: 15.42056074766355cqw;
  top: -9.462616822429906cqw;
  left: max(min(calc((-68 + 30) * ((100vw - 768px) / (1280 - 768)) - 30px),-30px),-68px);
}
.comments .inner .box .inner_flex .deco02 {
  width: min(calc((178 - 140) * ((100vw - 768px) / (1280 - 768)) + 140px),178px);
  bottom: -11px;
  right: max(min(calc((-90 + 34) * ((100vw - 768px) / (1280 - 768)) - 34px),-34px),-90px);
}
@media screen and (max-width: 768px) {
  .comments .inner .box .inner_flex .deco01 {
    width: 80px;
    top: 16px;
    left: 18px;
  }
  .comments .inner .box .inner_flex .deco02 {
    width: 116px;
    bottom: -78px;
    right: -6px;
  }
}
.comments .inner .box .inner_flex .img {
  width: 17.75700934579439cqw;
  height: fit-content;
  aspect-ratio: 1/1;
  border-radius: 50%;
  overflow: clip;
  outline: 2px dashed #000;
  flex-shrink: 0;
}
@media screen and (max-width: 768px) {
  .comments .inner .box .inner_flex .img {
    width: 120px;
    outline: 1px dashed #000;
  }
}
.comments .inner .box .inner_flex .txt {
  flex: 1;
  font-size: clamp(1.2rem,1.8691588785046727cqw,1.6rem);
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0.05em;
  text-align: justify;
}
@media screen and (max-width: 768px) {
  .comments .inner .box .inner_flex .txt {
    font-size: 1.6rem;
  }
}
.back_btn {
  position: relative;
  width: 38.31775700934579cqw;
  font-size: clamp(1.4rem,2.102803738317757cqw,1.8rem);
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.05em;
  text-align: center;
  border-radius: 9999px;
  border: 2px solid #000;
  background-color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  filter: drop-shadow(0px 0.9345794392523363cqw 0px var(--seminar_color));
  transform: translateZ(0px);
  transition: filter ease .3s, translate ease .3s;
  padding: 2.102803738317757cqw;
  margin: 14.018691588785046cqw auto 0;
}
@media screen and (min-width: 769px) {
  .back_btn:hover {
    filter: drop-shadow(0px 0px 0px var(--seminar_color));
    translate: 0 10%;
  }
}
@media screen and (max-width: 768px) {
  .back_btn {
    width: min(100%,328px);
    font-size: 1.8rem;
    border: 1px solid #000;
    filter: drop-shadow(0px 8px 0px var(--seminar_color));
    padding: 18px;
    margin: 110px auto 0;
  }
}
.back_btn::before {
  content: '';
  position: absolute;
  width: 3.0373831775700935cqw;
  height: auto;
  aspect-ratio: 26/10;
  background-image: url(../img/seminar/backbtn_arrow.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  translate: 0 -50%;
  top: 46%;
  left: 2.453271028037383cqw;
}
@media screen and (max-width: 768px) {
  .back_btn::before {
    width: 25px;
    background-image: url(../img/seminar/backbtn_arrow_sp.svg);
    left: 21px;
  }
}
/* ↑↑↑ comments ↑↑↑ */
footer {
  margin-top: unset;
}