@charset "UTF-8";
.l-contents__inner--single-committee {
  padding: 10px 0;
}

.detail-committee {
  width: 100%;
}

.detail-committee__heading {
  font-size: 30px;
  line-height: 63px;
  font-weight: bold;
  margin-bottom: 10px;
  color: #1565C0;
  text-align: center;
  line-height: 1.6;
}

@media screen and (max-width: 767px) {
  .detail-committee__heading {
    font-size: 32px;
    line-height: 42px;
    margin-bottom: 30px;
    padding: 20px 0;
  }
}

.detail-committee__body {
  display: flex;
  justify-content: center;
  column-gap: 60px;
}

@media screen and (max-width: 767px) {
  .detail-committee__body {
    display: block;
  }
}

.detail-committee__detail {
  width: 680px;
}

@media screen and (max-width: 767px) {
  .detail-committee__detail {
    width: 100%;
    margin-right: 0;
    padding: 0 30px;
    margin-bottom: 40px;
  }
}

.detail-committee__detail--supplementary-text {
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  color: #1565C0;
}

.detail-committee__thumbnail {
  border: 1px solid #DDDDDD;
}

.detail-committee__description {
  margin-top: 30px;
  font-size: 16px;
  line-height: 2;
}

.detail-committee__description h2 {
  font-weight: bold;
  font-size: 20px;
  margin-bottom: 6px;
}

.detail-committee__description a {
  text-decoration: underline;
  color: #1565C0;
}

.detail-committee__description a:hover {
  text-decoration: none;
}

.detail-committee__points {
  margin-top: 50px;
  margin-bottom: 40px;
}

@media screen and (min-width: 767px) {
  .detail-committee__form {
    width: 500px;
  }
}

.committee-preview__thumbnail {
  width: 680px;
  height: 500px;
  -webkit-transition: 200ms;
  transition: 200ms;
  opacity: 1;
  display: flex;
  align-items: center;
}

.committee-preview__thumbnail  img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 500px;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (max-width: 767px) {
  .committee-preview__thumbnail {
    -webkit-transition: none;
    transition: none;
    width: 100%;
    height: 70vw;
  }

  .committee-preview__thumbnail::before {
    content: "";
    display: block;
  }

  .committee-preview__thumbnail img {
    max-height: 70vw;
  }
}

.committee-slide-prev-arrow,
.committee-slide-next-arrow {
  width: 38px;
  height: 38px;
  border-radius: 38px;
  position: absolute;
  top: calc((100% - 38px) / 2);
  cursor: pointer;
  -webkit-transition: 200ms;
  transition: 200ms;
  opacity: 1;
  z-index: 999;
  &:hover {
    opacity: 0.8;
  }
}

@media screen and (max-width: 767px) {
  .committee-slide-prev-arrow,
  .committee-slide-next-arrow {
    -webkit-transition: none;
    transition: none;
  }
  .committee-slide-prev-arrow:hover,
  .committee-slide-next-arrow:hover {
    opacity: 1;
  }
}

.committee-slide-prev-arrow {
  right: 92%;
  background: rgba(209, 209, 209, 0.3) url(../../img/common/icon_arrow_slide_s_w_r.svg) no-repeat center;
  background-size: 42%;
  transform: rotate(180deg);
  background-position: 12px 5px;
}

.committee-slide-next-arrow {
  left: 92%;
  background: rgba(209, 209, 209, 0.5) url(../../img/common/icon_arrow_slide_s_w_r.svg) no-repeat center;
  background-size: 42%;
  background-position: 12px 5px;
}

.committee-preview__list {
  display: flex;
  flex-wrap: wrap;
}

.committee-point {
  position: relative;
  padding: 50px 30px 30px;
  background-color: #FFFFFF;
  -webkit-box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.15);
}

@media screen and (max-width: 767px) {
  .committee-point {
    margin: 0 -30px;
  }
}

.committee-point__title {
  position: absolute;
  top: -16px;
  left: 0;
  color: #FFFFFF;
  font-size: 18px;
  font-weight: bold;
  line-height: 24px;
  text-align: center;
  padding: 8px 16px;
  background: #434E5B;
}


.committee-point__title::before {
  content: "";
  display: block;
  position: absolute;
  left: calc(100% - 1px);
  bottom: 0;
  border: 8px solid #434E5B;
  border-top-color: transparent;
  border-right-color: transparent;
}

@media screen and (max-width: 767px) {
  .committee-point__title {
    left: 30px;
  }
}

.committee-point__item {
  position: relative;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.5;
  padding-left: 15px;
}

.committee-point__item:not(:first-child) {
  margin-top: 10px;
}

.committee-point__item::before {
  content: '';
  display: block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #1565C0;
  position: absolute;
  top: 9px;
  left: 0;
}

.committee-form {
  background-color: #FFFFFF;
  -webkit-box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.15);
  border-top: 3px solid #1565C0;
  width: 500px;
  height: 530px;
  position: fixed;
}

@media screen and (max-width: 767px) {
  .committee-form {
    width: auto;
    position: relative;
  }
}

.committee-form.js-bottom-stop {
  position: absolute;
  top: auto;
  bottom: 30px;
}

.committee-other-post__sp-wrapper {
  width: 100%;
  margin-right: 0;
  padding: 0 30px;
  margin-bottom: 40px;
}

@media screen and (max-width: 767px) {
  .committee-other-post {
    width: 100%;
  }
}

/* -----------------------------
他の資料のカルーセル表示
----------------------------- */
.committee__heading--other-post {
  position: relative;
  color: #434E5B;
  font-size: 24px;
  font-weight: bold;
  line-height: 1.4;
  padding-bottom: 22px;
  margin-top: 100px;
  margin-bottom: 40px;
}

.committee__heading--other-post::before {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 3px;
  bottom: 0;
  background: #F7F7F7;
}

.committee__heading--other-post::after {
  content: "";
  position: absolute;
  display: block;
  width: 100px;
  height: 3px;
  bottom: 0;
  background: -webkit-gradient(linear, left top, right top, from(#1565C0), to(#03A9F4));
  background: linear-gradient(90deg, #1565C0 0%, #03A9F4 100%);
}

@media screen and (max-width: 767px) {
  .committee__heading--other-post {
    padding-bottom: 15px;
    margin-top: 60px;
    margin-bottom: 30px;
  }
  .committee__heading--other-post::after  {
    width: 50px;
  }
}

.committee-carousel__body--pc {
  padding: 0 40px;
  display: block;
  .committee-ranking__item {
    margin-right: 30px;
    position: relative;
  }
}

@media screen and (max-width: 767px) {
  .committee-ranking__items {
    display: flex;
    flex-wrap: wrap;
    -webkit-overflow-scrolling: touch;
    justify-content: space-between;
    row-gap: 20px;
  }
}


.committee-ranking__item {
  position: relative;
  cursor: pointer;
  margin-right: 30px;
}

@media screen and (max-width: 767px) {
  .committee-ranking__item {
    margin-right: 0;
    flex-basis: calc( (100vw - 60px) / 2 - 2.4% );
  }

  .committee-ranking__item:nth-of-type(1) {
      flex-basis: 100%;
  }
}

.committee-ranking__item:hover {
  .c-committee-card__title {
    color: #1565C0;
  }
  .c-committee-card__thumbnail {
    opacity: .8;
  }
}

.committee-ranking__item--thumbnail img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 16 / 10;
  object-fit: cover;
}

@media screen and (max-width: 767px) {

  .committee-ranking__item:hover .c-committee-card__title {
    color: #1565C0;
  }

  .committee-ranking__item:hover .c-committee-card__title {
    color: #1565C0;
  }

  .c-committee-card__thumbnail {
    opacity: .8;
  }
}

.committee-ranking__item--inner {
  width: 180px;
}

@media screen and (max-width: 767px) {
  .committee-ranking__item--inner {
    width: 100%;
  }
}

.committee-ranking__item--thumbnail {
  transition: 300ms;
  background: #E6EAEA;
  border-radius: 6px;
  overflow: hidden;
}

.committee-ranking__item--thumbnail img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 16 / 10;
  object-fit: cover;
}

.committee-ranking__item--title {
  margin: 15px 0 0;
  font-size: 16px;
  line-height: 1.5;
  -webkit-line-clamp: 3;
  max-height: 4.5em;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

@media screen and (max-width: 767px) {
  .committee-ranking__item--title {
    margin: 15px 0 5px;
  }
}

.committee-ranking__item--anchor {
  -webkit-transition: 300ms;
  transition: 300ms;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  &:focus {
    outline: none;
  }
}

@media screen and (max-width: 767px) {
  .committee-carousel__list {
    display: flex;
    flex-wrap: wrap;
    -webkit-overflow-scrolling: touch;
    justify-content: space-between;
  }
  .committee-carousel__item {
    margin-right: 0;
    position: relative;
    flex-basis: calc( (100vw - 60px) / 2 - 2.4% );
  }

  .committee-carousel__item:nth-of-type(1) {
    flex-basis: 100%;
  }
}

@media screen and (max-width: 767px) {
  .committee-carousel__item + .committee-carousel__item {
    margin-top: 20px;
  }
}

.slide-prev-arrow,
.slide-next-arrow {
  width: 32px;
  height: 50px;
  position: absolute;
  top: 50px;
  background: #ddd;
  cursor: pointer;
  transition: 200ms;
  opacity: 1;
  &:hover{
    opacity: 0.8;
  }
}

@media screen and (max-width: 767px) {
  .slide-prev-arrow,
  .slide-next-arrow {
    transition: none;
  }

  .slide-prev-arrow:hover,
  .slide-next-arrow:hover {
    opacity: 1;
  }
}

.slide-prev-arrow {
  right: 100%;
  margin-right: 24px;
  background: url(../../img/common/icon_arrow_slide_l_l.svg) no-repeat center;
}

.slide-next-arrow {
  left: 100%;
  margin-left: 24px;
  background: url(../../img/common/icon_arrow_slide_l_r.svg) no-repeat center;
}

/* CV後に表示する部分 */
.detail-committee__download-button {
  text-align: center;
  padding-top: 30px;
  padding-bottom: 10px;
}

.detail-committee__download-button a {
  max-width: 100%;
}
