@charset "utf-8";
.blog-flex-box {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.blog-flex-content {
  width: 350px;
  margin: 0 0 25px 0;
}
.blog-flex-content img {
  width: 100%;
  margin: 0 0 5px 0;
}
.blog-content-text {
  border-left: 5px solid #aed2df;
  padding: 0 0 0 5px;
  margin: 35px 0 20px 0;
}
.box-line {
  border-left: 3px solid #aed2df;
}

.box-line span {
  margin: 0 0 0 5px;
  word-break: break-all;
}

.toc_list li:before {
  content: none !important;
}

/* toc_container */
#toc_container {
  color: #595858;
  background: #f9f9f9;
  border: none;
  width: 100% !important;
  margin-block: 3rem;
  padding: 2rem 1rem;
}
#toc_container a {
  color: #595858 !important;
}
#toc_container p.toc_title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.5rem;
  font-size: 1.15rem;
  line-height: 1;
}
#toc_container span.toc_toggle {
  color: transparent;
  font-size: 0.75rem;
}
#toc_container span.toc_toggle a {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  border: 1px solid #d0d0d0;
  border-radius: 4px;
  padding: 0.5em 1em 0.5em 1rem;
  background: #ffffff;
  line-height: 1;
}
#toc_container span.toc_toggle a::before,
#toc_container span.toc_toggle a::after {
  content: '';
  display: block;
  width: 9px;
  height: 1px;
  border-bottom: 1px solid;
}
#toc_container span.toc_toggle a::after {
  position: absolute;
  width: 1px;
  height: 9px;
  margin-left: 4px;
  border-right: 1px solid;
  opacity: 0;
}
#toc_container.contracted span.toc_toggle a::after {
  opacity: 1;
}
#toc_container .toc_list li:not(:last-child) {
  border-bottom: 2px dotted #dadada;
}
#toc_container .toc_list a {
  display: block;
  padding-block: 0.5em;
  font-size: 0.875rem;
}

#toc_container .toc_number::after {
  content: '.';
}
.archive-event {
  padding-top: 64px;
}
@media screen and (max-width: 767px) {
  .archive-event {
    padding-top: 42px;
  }

  body.page-contact #contact {
    padding-bottom: 80px;
  }
}

ul.course_list._pt2 li:nth-child(3)::before {
  background-image: url(../images/icon04.webp);
  width: 128px;
  height: 43px;
}
ul.course_list._pt2 li:nth-child(4)::before {
  background-image: url(../images/icon05.webp);
  width: 75px;
  height: 55px;
}
ul.course_list._pt2 li:nth-child(5)::before {
  background-image: url(../images/icon06.webp);
  width: 100px;
  left: 65px;
}
ul.course_list._pt2 li:nth-child(6)::before {
  background-image: url(../images/icon07.webp);
  width: 75px;
  height: 55px;
}
ul.course_list._pt2 li:nth-child(7)::before {
  background-image: url(../images/icon08.webp);
  width: 75px;
  height: 55px;
}
ul.course_list._pt2 li:nth-child(8)::before {
  background-image: url(../images/icon09.webp);
  width: 100px;
  height: 55px;
}
ul.course_list._pt2 li:nth-child(9)::before {
  background-image: url(../images/icon10.webp);
  width: 75px;
  height: 55px;
}
ul.course_list._pt2 li:nth-child(10)::before {
  background-image: url(../images/icon11.webp);
  width: 109px;
  height: 55px;
}
ul.course_list._pt2 li:nth-child(11)::before {
  background-image: url(../images/icon12.webp);
  width: 101px;
  height: 55px;
}

.studio-list.calendar {
  grid-template-columns: 1fr;
  gap: 20px;
}

.studio-list-item-calendar {
  position: relative;
  display: grid;
  grid-template-columns: 225px 1fr;
  gap: 20px 25px;
  padding: 20px 20px 10px;
  background: #fff;
  border-radius: 10px;
}

.studio-list-item-calendar .studio-ttl {
  grid-column: 2 / 3;
  grid-row: 1 / 2;
  font-size: 23px;
}

.studio-list-item-calendar .studio-ttl a::before {
  display: none;
}

.studio-list-item-calendar .img-area {
  align-self: start;
  grid-column: 1 / 2;
  grid-row: 1 / 3;
  border-radius: 5px;
}

.studio-list-item-calendar .area-list {
  grid-column: 2 / 3;
  grid-row: 2 / 3;
  display: grid;
  grid-template-columns: 70px 1fr;
  gap: 15px 10px;
}

.studio-list-item-calendar .area-list dt {
  align-self: start;
  border: 2px solid #E8EAED;
  border-radius: 40px;
  font-size: 14px;
  text-align: center;
}

.studio-list-item-calendar .area-list dd {
  font-size: 15px;
  line-height: 1.5;
}

.studio-list-item-calendar .btn {
  position: absolute;
  top: 20px;
  right: 20px;
}

.studio-list-item-calendar .btn a {
  width: 153px;
  min-width: unset;
  padding: 5px 0 3px;
  font-size: 13px;
  line-height: 1.5;
  vertical-align: middle;
  background: url(../images/common/arrow_blue.svg) no-repeat center right 13px / 4px auto, transparent;
  border: 2px solid #B8D9E6;
  border-radius: 100px;
  color: #4CA1BF;
}

.studio-list-item-calendar .calendar-wrapper {
  grid-column: 1 / 3;
  grid-row: 3 / 4;
}

.studio-list-item-calendar .calendar-inner {
  display: flex;
  border: 1px solid #C5CCD6;
  border-radius: 5px;
  background: #fff;
  overflow: hidden;
}

.studio-list-item-calendar .calendar .head {
  align-self: stretch;
  display: grid;
  place-content: center;
  width: 150px;
  text-align: center;
  background: #DAE4E6;
}

.studio-list-item-calendar .calendar .cell {
  flex-grow: 1;
  flex-shrink: 0;
  width: 58px;
  height: 88px;
  border-left: 1px solid #C5CCD6;
  text-align: center;
  font-size: 14px;
}

.studio-list-item-calendar .calendar .cell.close {
  color: #C5CCD6;
}

.studio-list-item-calendar .calendar .cell.red {
  color: #E65C5C;
}

.studio-list-item-calendar .calendar .cell.blue {
  color: #24ACF0;
}

.studio-list-item-calendar .calendar .weekday {
  display: grid;
  place-content: center;
  height: 24px;
  border-bottom: 1px solid #C5CCD6;
  background: #F5F5F5;
}

.studio-list-item-calendar .calendar .date {
  margin-top: 3px;
}

.studio-list-item-calendar .calendar .btn-box {
  display: inline-block;
  width: 15px;
  height: 15px;
  margin-top: 8px;
  border: 1px solid #E65C5C;
  border-radius: 50%;
}

.studio-list-item-calendar .calendar .close-text {
  margin-top: 2px;
}

.studio-list-item-calendar .calendar-bottom {
  display: flex;
  justify-content: space-between;
  margin-top: 4px;
}

.studio-list-item-calendar .calendar-info {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 0.3em;
}

.studio-list-item-calendar .calendar-info::before {
  content: "";
  display: inline-block;
  width: 15px;
  height: 15px;
  border: 1px solid #E65C5C;
  border-radius: 50%;
}

@media screen and (max-width: 767px) {
  .studio-list.calendar {
    display: grid;
    gap: 15px;
    width: 100vw;
    margin: 0 calc(50% - 50vw);
  }

  .studio-list-item-calendar {
    position: relative;
    display: block;
    padding: 10px 20px;
    border-radius: 0;
    width: 100vw;
  }

  .studio-list-item-calendar .studio-ttl {
    font-size: 17px;
    width: 100%;
  }

  .studio-list-item-calendar .img-area {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2px;
    border-radius: 0;
    width: 100%;
    margin-top: 10px;
  }

  .studio-list-item-calendar .area-list {
    gap: 5px 7px;
    margin-top: 15px;
    width: 100%;
  }

  .studio-list-item-calendar .area-list dt {
    font-size: 12px;
    text-align: center;
  }

  .studio-list-item-calendar .area-list dd {
    font-size: 13px;
    line-height: 1.4;
  }

  .studio-list-item-calendar .btn {
    position: static;
    margin-top: 14px;
  }

  .studio-list-item-calendar .btn a {
    width: 100%;
    min-width: unset;
    padding: 5px 0 3px;
    font-size: 14px;
    border: 2px solid #B8D9E6;
  }

  .studio-list-item-calendar .calendar-wrapper {
    margin-top: 10px;
    width: 100%;
    overflow-x: auto;
  }

  .studio-list-item-calendar .calendar-inner {
    display: flex;
    border-radius: 0;
    width: max-content;
  }

  .studio-list-item-calendar .calendar {
    width: 100%;
    border-radius: 0;
    margin-top: 7px;
    padding-bottom: 8px;
    overflow: auto;
  }

  .studio-list-item-calendar .calendar .head {
    display: none;
  }

  .studio-list-item-calendar .calendar-head {
    display: flex;
    justify-content: space-between;
  }

  .studio-list-item-calendar .calendar .cell {
    width: 54px;
    height: 78px;
    font-size: 13px;
  }

  .studio-list-item-calendar .calendar .head + .cell {
    border-left: 0;
  }

  .studio-list-item-calendar .calendar .weekday {
    height: 22px;
  }

  .studio-list-item-calendar .calendar .date {
    margin-top: 3px;
  }

  .studio-list-item-calendar .calendar .btn-box {
    margin-top: 8px;
  }

  .studio-list-item-calendar .calendar-bottom {
    display: flex;
    justify-content: space-between;
    margin-top: 4px;
  }

  .studio-list-item-calendar .calendar-info {
    display: none;
  }

  .studio-list-item-calendar .calendar-info::before {
    width: 11px;
    height: 11px;
  }
}
@media screen and (min-width: 768px) {
  .studio-list-item-calendar .img-area img:not(:first-child) {
    display: none;
  }
}

.contact-form_content {
  position: relative;
}

.contact-form_content.is-inputed select,
.contact-form_content.is-inputed input,
.contact-form_content.is-inputed textarea {
  border-color: #03AF00;
}

.contact-form_content.is-inputed::after {
  content: "";
  position: absolute;
  top: 16px;
  left: -48px;
  width: 32px;
  height: 32px;
  background: url(../images/common/check.svg) no-repeat center / contain;
  animation: bounce .5s ease forwards;
}

@media screen and (max-width: 767px) {
  .contact-form_content.is-inputed::after {
    left: auto;
    right: 6px;
    top: -24px;
  }
}

.contact-form_body.is-inputed .contact-form_required-icon {
  opacity: 0;
}

.contact-form_required-icon.any {
  background: #ccc;
}

@keyframes bounce {
  0% {
    transform: translate(0, -50%);
  }
  50% {
    transform: translate(0, -60%);
  }
  80% {
    transform: translate(0, -45%);
  }
  100% {
    transform: translate(0, -50%);
  }
}