.summary-area {
  max-width: none;
}

.summary-area__body .module-supervisor {
  padding-inline: 0;
}

.module-supervisor img {
  max-width: 100%;
  height: auto;
}

.module-supervisor .inner-wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 40px 20px;
}

.module-supervisor .inner-wrap .inner-item {
  width: calc(50% - 20px);
}

@media screen and (max-width: 767px) {
  .module-supervisor .inner-wrap .inner-item {
    width: fit-content;
    margin-inline: auto;
  }
}

.module-supervisor .inner-wrap .inner-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.module-supervisor .inner-wrap .inner-item .more {
  position: static;
  margin-top: auto;
}

@media screen and (min-width: 768px) {
  .module-supervisor .inner-wrap .inner-item figure {
    width: 100px;
    min-width: auto;
    height: 114px;
  }
}
.module-supervisor .inner-wrap .inner-item .txtfield {
  text-align: left;
}
@media screen and (min-width: 768px) {
  .module-supervisor .inner-wrap .inner-item .txtfield {
    display: flex;
    flex-direction: column;
    margin-left: 20px;
  }
}

@media screen and (min-width: 768px) {
  .module-supervisor .inner {
    display: block;
  }
}

.module-supervisor .inner-item {
  display: flex;
  width: 100%;
}

@media screen and (max-width: 767px) {
  .module-supervisor .inner-item {
    display: block;
  }
}

.ast-number-list > li {
  position: relative;
  padding-left: 2.5em;
  counter-increment: list-number;
}

.ast-number-list > li::before {
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  content: "※" counter(list-number);
}

.indent-list {
  padding-left: 1em;
  text-indent: -1em;  
}

@media screen and (min-width: 769px) {
  .u-ml-pc-3 {
    margin-left: 3em;
  }
}

.content-list li {
  display: flex;
}

.content-list > li {
  padding-left: 1em;
  text-indent: -1em;
}

.content-list li > * {
  text-indent: 0;
}

.content-list-head {
  position: relative;
  flex-shrink: 0;
  padding-right: 1em;
}

.content-list-head::after {
  display: inline-block;
  position: absolute;
  top: 0;
  right: 0;
  content: "：";
}

@media screen and (max-width: 768px) {
  .content-list-head-small {
    text-indent: 0;
    font-size: 12px;
  }
}

.content-list-body {
  flex: 1;
}

.line-height-18 {
  line-height: 1.8;
}

.speaker01 {
  color: #057ed8;
}

.speaker02 {
  color: #e70a36;
}

.speaker03 {
  color: #00944f;
}

.speaker04 {
  color: #fd7e00;
}

.index-box {
  padding: 30px;
  background: #f9f8fb;
}

@media screen and (max-width: 767px) {
  .index-box {
    width: 94.66666667vw;
    margin-inline: auto;
  }
}

.index-list {
  padding-left: 20px;
}

.index-list li {
  list-style: decimal;
  line-height: 1.6;
}

.index-list li + li {
  margin-top: 1em;
}

.index-list li a {
  text-decoration: underline;
  color: inherit;
}

.index-list li a:hover {
  opacity: 0.7;
}

.image-link a {
  display: flex;
  align-items: center;
  gap: 20px;
  position: relative;
  z-index: 0;
  padding: 10px 10px;
  background: #fff;
  border: 1px solid #268b52;
  color: #268b52;
  transition: 0.3s ease;
}

@media screen and (max-width: 767px) {
  .image-link a{
    gap: 10px;
  }
}

.image-link a:hover {
  color: #fff;
}

.image-link a::before {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  background: linear-gradient(to right, #268b52, #00bb8d);
  opacity: 0;
  transition: 0.3s ease;
  content: "";
}

.image-link a:hover::before {
  opacity: 1;
}

.image-link a::after {
  display: block;
  width: 14px;
  aspect-ratio: 1;
  background: currentColor;
  mask-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0nMTEnIGhlaWdodD0nMTAnIHZpZXdCb3g9JzAgMCAxMSAxMCcgZmlsbD0nbm9uZScgeG1sbnM9J2h0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnJz48cGF0aCBkPSdNNS42NjA5MiAwLjk5OTk5OUw5LjcxMjg3IDVNOS43MTI4NyA1TDUuNjYwOTIgOU05LjcxMjg3IDVMMC45ODU1OTYgNScgc3Ryb2tlPScjRjlGOEZCJyBzdHJva2Utd2lkdGg9JzEuNCcgc3Ryb2tlLWxpbmVjYXA9J3JvdW5kJyBzdHJva2UtbGluZWpvaW49J3JvdW5kJy8+PC9zdmc+");
  mask-position: center;
  mask-repeat: no-repeat;
  content: '';
}

.image-link a:hover img {
  opacity: 1 !important;
}

.image-link a:hover p {
  color: inherit !important;
}

.image-link .image-link-img {
  width: 125px;
}

@media screen and (max-width: 767px) {
  .image-link .image-link-img {
    width: 95px;
  }
}

.image-link .image-link-img img {
  width: 100%;
}

.image-link .image-link-txt {
  flex: 1;
  font-size: 16px;
  line-height: 1.6;
}

@media screen and (max-width: 767px) {
  .image-link .image-link-txt {
    font-size: 14px;
  }
}