.c-cover-img-pc {
  height: 500px;
  object-position: 0 40%;
}

.c-title-main span {
  font-size: clamp(48px, 9vw, 100px);
  margin-bottom: 30px;
}

.c-text {
  margin-top: 37px;
}

.c-block {
  margin-top: 73px;
}

.c-images {
  margin-top: 30px;
  display: block;
}

.c-images img {
  height: auto;
  width: 100%;
}

.tab-trigger {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  margin-bottom: 32px;
}

.c-title-sub {
  margin-top: -6px;
}

.c-lead {
  padding-block: 3px;
}

.tab-trigger li {
  background: #fff;
  border: #272727 solid 1px;
  border-radius: 999px;
  font-size: 20px;
  font-weight: 400;
  line-height: 55px;
  padding: 0 32px;
  cursor: pointer;
  transition: 0.5s;
}

.tab-trigger li:hover,
.tab-trigger li.active {
  background: #fd0200;
  border: #fd0200 solid 1px;
  color: #fff;
  font-weight: 700;
  transition: 0.5s;
}

.tab-block {
  margin-bottom: 32px;
  padding-bottom: 32px;
}

.tab-block.show {
  display: block;
  animation: showContents 0.5s ease-in-out forwards;
}

@keyframes showContents {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.tab-block-title {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.5;
}

.tab-block-title.large {
  font-size: 24px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: -5%;
}

.tab-icon {
  margin-right: 10px;
}

.text-category-wrapper {
  display: inline-flex;
  align-items: center;
  gap: 5px 10px;
}

.tab-category {
  display: inline-block;
  border: #000 solid 1px;
  border-radius: 999px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  padding: 2px 12px;
}

.tab-block {
  border-bottom: #d9d9d9 solid 1px;
  padding-bottom: 32px;
  margin-bottom: 32px;
}

.tab-block:last-child {
  border-bottom: none;
  margin-bottom: 0;
}

.tab-block-box {
  display: flex;
  align-items: flex-end;
  gap: 10px;
}

.tab-block-box.aligin-top {
  align-items: flex-start;
}

.tab-block-img {
  width: 270px;
}

.tab-block-img img {
  height: 153px;
  width: 100%;
  object-fit: cover;
}

.tab-block-text {
  padding-left: 57.5px;
}

.tab-block-text.noimg {
  width: 100%;
}

.tab-block-text p {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
}

.tab-inner-list {
  margin-top: 17px;
  margin-bottom: 17px;
}

.tab-inner-list li {
  background: url(../../images/development/icon-list.webp) top 8px left no-repeat;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 8px;
  padding-left: 26.14px;
}

.tab-inner-list li:last-child {
  margin-bottom: 0;
}

.tab-block-inner-block {
  display: flex;
  gap: 10px;
}

.tab-block-inner-block .tab-block-img {
  width: 270px;
}

.tab-block-inner-block p {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
  margin-top: 0;
  padding-left: 57.5px;
  width: calc(100% - 270px);
}

.font-strong {
  font-weight: 700;
}

.tab-block-text .c-text {
  margin-top: 0;
}

.bottom-imgblock {
  margin-top: 100px;
}

.swiper-wrapper {
  transition-timing-function: linear !important;
}

.bottom-imgblock .swiper-slide {
  height: 236px;
  width: 420px;
}

.s .bottom-imgblock .swiper-slide {
  height: 142px;
  width: 252px;
}

.bottom-imgblock .swiper-slide img {
  width: 100%;
  height: auto;
  object-fit: cover;
}

.pc-only {
  display: block;
}

.sp-only {
  display: none;
}

.m .tab-trigger {
  display: block;
}

.m .tab-trigger li {
  display: inline-block;
}

.s .pc-only {
  display: none;
}

.s .sp-only {
  display: block;
}

.s .c-title-main span {
  font-size: clamp(32px, 9vw, 120px);
  margin-bottom: 6px;
}

.s .c-title-sub {
  margin-top: 8px;
}

#program-title + .c-block-body {
  margin-top: 33px;
}

.s .tab-trigger {
  margin-bottom: 15px;
}

.s .tab-trigger li {
  font-size: 14px;
  line-height: 44px;
  margin-right: 2px;
  margin-bottom: 8px;
  padding: 0 22px;
}

.s .tab-icon {
  margin-right: 7.2px;
  height: auto;
  width: 38.4px;
}

.s .tab-icon img {
  height: auto;
  width: 100%;
}

.s .tab-block-title {
  font-size: 16px;
}

.s .text-category-wrapper {
  flex-wrap: wrap;
}

.s .tab-category {
  font-size: 10px;
  padding: 6px 7px;
}

.s .tab-block {
  margin-bottom: 17px;
  padding-bottom: 22px;
}

.s .tab-block-box {
  display: block;
}

.s .tab-block-text {
  padding-left: 44.5px;
  width: 100%;
}

.s .tab-block-text p {
  line-height: 1.8;
}

.s .tab-block-img {
  width: 100%;
  padding-left: 44.5px;
  margin-top: 20px;
}

.s .tab-inner-list li {
  font-size: 16px;
  background-size: 12px;
  padding-left: 20.14px;
  margin-bottom: 4px;
}

.s .tab-block-inner-block {
  display: block;
}

.s .tab-block-inner-block p {
  padding-left: 44.5px;
  width: 100%;
}

.s .c-cover-img-sp {
  padding-top: 24px;
}

.s .c-block-title {
  line-height: 100%;
  padding-bottom: 32px;
}

.s .c-block-body {
  margin-top: 24px;
}

.s .bottom-imgblock {
  height: 36.41025641025641vw;
  margin-top: 26px;
}

.s .tab-block-img img {
  height: auto;
}
