body {
  font-family: "Noto Sans JP", sans-serif;
  color: #333;
}

.content-header {
  flex-direction: column;
  width: 100%;
  background: url("../images/header_bg-sp.png") no-repeat center center/cover;
  min-height: 208px;
}
@media (min-width: 47.9375em) {
  .content-header {
    min-height: 240px;
    background: url("../images/header_bg.png") no-repeat center center/cover;
  }
}
.content-header h1 {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  font-weight: bold;
  line-height: 1.4;
  font-size: 30px;
  gap: 4px;
}
@media (min-width: 47.9375em) {
  .content-header h1 {
    font-size: calc(30px + 10 * (100vw - 768px) / 392);
  }
}
@media (min-width: 72.5em) {
  .content-header h1 {
    font-size: 40px;
  }
}
.content-header h1:before {
  content: "";
  aspect-ratio: 1/1;
  width: 48px;
  background: url("../images/sp-icon.svg") no-repeat center center/cover;
}
@media (min-width: 47.9375em) {
  .content-header h1:before {
    width: calc(48px + 8 * (100vw - 768px) / 392);
  }
}
@media (min-width: 72.5em) {
  .content-header h1:before {
    width: 56px;
  }
}

#interview {
  padding: 40px 0 80px !important;
}

@media (min-width: 47.9375em) {
  #interview {
    padding: 80px 0 !important;
  }
}
#interview .container {
  margin: 0 auto;
  max-width: 342px;
}
@media (min-width: 47.9375em) {
  #interview .container {
    max-width: 736px;
  }
}

#interview .container .interview-contents a {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: column-reverse;
  gap: 20px;
  border-radius: 20px;
  background-image: url("../images/interview-case-bg-sp.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 24px 16px 32px;
}

@media (min-width: 47.9375em) {
  #interview .container .interview-contents a {
    flex-direction: row;
    justify-content: space-between;
    background-image: url("../images/interview-case-bg.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    gap: 24px;
    padding: 28px 28px 28px 40px;
  }
}
#interview .container .interview-contents .interview-contents__textarea h3 {
  margin: 0;
  color: #ffffff;
  text-align: left;
  margin-bottom: 16px;
  font-weight: bold;
  line-height: 1.5;
  font-size: 18px;
}

@media (min-width: 47.9375em) {
  #interview .container .interview-contents .interview-contents__textarea h3 {
    font-size: 18px;
    margin-bottom: 16px;
  }
}
#interview .container .interview-contents .interview-contents__textarea h2:after {
  display: none;
}

#interview .container .interview-contents .interview-contents__textarea .interview-contents__company {
  display: inline-block;
  margin: 0;
  margin-bottom: 16px;
  background-color: #fff;
  color: #f44a2b;
  font-weight: bold;
  line-height: 1;
  font-size: 13px;
  padding: 8px;
  border-radius: 4px;
}

#interview .container .interview-contents .interview-contents__textarea .interview-contents__text {
  font-weight: 400;
  color: #fff;
  line-height: 1.5;
  font-size: 16px;
  margin: 0;
  margin-bottom: 20px;
}

@media (min-width: 47.9375em) {
  #interview .container .interview-contents .interview-contents__textarea .interview-contents__text {
    margin-bottom: 16px;
  }
}
#interview .container .interview-contents .interview-contents__textarea .interview-contents__link {
  margin: 0;
  text-align: center;
}

@media (min-width: 47.9375em) {
  #interview .container .interview-contents .interview-contents__textarea .interview-contents__link {
    text-align: left;
  }
}
#interview .container .interview-contents .interview-contents__textarea .interview-contents__link span {
  display: inline-block;
  position: relative;
  color: #406faf;
  padding-right: 26px;
  color: #fff;
}

#interview .container .interview-contents .interview-contents__textarea .interview-contents__link span:before {
  content: "";
  aspect-ratio: 1/1;
  position: absolute;
  top: 55%;
  transform: translateY(-50%);
  right: 0;
  background: url("../images/arrow-right-white-orange.svg") no-repeat center center/cover;
  transition: background 0.3s;
  width: 18px;
}

#interview .container .interview-contents .interview-contents__image {
  border-radius: 20px;
  overflow: hidden;
  margin: 0;
  width: 100%;
}

@media (min-width: 47.9375em) {
  #interview .container .interview-contents .interview-contents__image {
    width: 46.1077844311%;
  }
}
#interview .container .interview-contents .interview-contents__image img {
  width: 100%;
  height: auto;
}

/* Interview Slider (slick) */
#interview .container .interview__itemlist {
  position: relative;
}
#interview .container .interview__itemlist .slick-list {
  overflow: hidden;
}
#interview .container .interview__itemlist .slick-list .slick-track {
  display: flex;
  align-items: flex-start;
}
#interview .container .interview__itemlist .slick-list .slick-track .slick-slide {
  height: auto !important;
  padding: 0 2px;
  box-sizing: border-box;
}
@media (min-width: 47.9375em) {
  #interview .container .interview__itemlist .slick-list .slick-track .slick-slide {
    padding: 0 12px;
  }
}
/* SPのみカード高さを揃える（PCは自然に揃っているため不要） */
@media (max-width: 47.9275em) {
  #interview .container .interview__itemlist .slick-list .slick-track {
    align-items: stretch;
  }
  #interview .container .interview__itemlist .slick-list .slick-track .slick-slide {
    display: flex;
  }
  #interview .container .interview__itemlist .slick-list .slick-track .slick-slide > div {
    display: flex;
    width: 100%;
  }
  #interview .container .interview__itemlist .slick-list .slick-track .slick-slide .interview-contents {
    display: flex;
    width: 100%;
  }
  #interview .container .interview__itemlist .slick-list .slick-track .slick-slide .interview-contents a {
    width: 100%;
  }
  #interview .container .interview__itemlist .interview-contents .interview-contents__textarea {
    flex-grow: 1;
  }
}
/* 画像のアスペクト比を統一（第1回と第2回を揃える） */
#interview .container .interview__itemlist .interview-contents .interview-contents__image {
  aspect-ratio: 310 / 192;
  flex-shrink: 0;
}
#interview .container .interview__itemlist .interview-contents .interview-contents__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (min-width: 47.9375em) {
  #interview .container .interview__itemlist .interview-contents .interview-contents__image {
    aspect-ratio: 308 / 248;
  }
}
#interview .container .interview__itemlist .slick-dots {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  bottom: -28px;
  left: 50%;
  transform: translate(-50%, 100%);
  margin: 0;
  padding: 0;
  list-style: none;
}
#interview .container .interview__itemlist .slick-dots li {
  margin: 0;
  line-height: 0;
}
#interview .container .interview__itemlist .slick-dots li.slick-active button {
  background: #e93817;
}
#interview .container .interview__itemlist .slick-dots li button {
  margin: 0;
  font-size: 0;
  line-height: 0;
  background: #d9d9d9;
  padding: 0;
  border: 0;
  aspect-ratio: 1/1;
  width: 12px;
  border-radius: 50%;
  cursor: pointer;
  transition: opacity 0.3s;
}
@media (min-width: 47.9375em) {
  #interview .container .interview__itemlist .slick-dots li button:hover {
    opacity: 0.7;
  }
  #interview .container .interview__itemlist .slick-dots li.slick-active button:hover {
    opacity: 1;
  }
}
#interview .container .interview__itemlist .slick-arrow {
  border: 0;
  padding: 0;
  margin: 0;
  border-radius: 0;
  position: absolute;
  z-index: 20;
  bottom: -16px;
  font-size: 0;
  line-height: 0;
  transform: translate(0%, 100%);
  background-color: transparent;
  width: 40px;
  height: 40px;
  cursor: pointer;
  left: 0;
}
#interview .container .interview__itemlist .slick-arrow:focus {
  outline: none;
}
#interview .container .interview__itemlist .slick-arrow.slick-next {
  background: url("../images/slider-arrow-right-orange.svg") no-repeat center center/cover;
  left: auto;
  right: 0;
}
#interview .container .interview__itemlist .slick-arrow.slick-prev {
  background: url("../images/slider-arrow-left-orange.svg") no-repeat center center/cover;
}
@media (min-width: 47.9375em) {
  #interview .container .interview__itemlist .slick-arrow {
    transform: translate(0%, -50%);
    top: 50%;
    bottom: auto;
  }
  #interview .container .interview__itemlist .slick-arrow:hover {
    opacity: 0.7;
  }
  #interview .container .interview__itemlist .slick-arrow.slick-next {
    right: -28px;
    transform: translate(100%, -50%);
  }
  #interview .container .interview__itemlist .slick-arrow.slick-prev {
    left: -28px;
    transform: translate(-100%, -50%);
  }
}

#overview {
  padding-bottom: 40px !important;
}
@media (min-width: 47.9375em) {
  #overview {
    padding-bottom: 80px !important;
  }
}
#overview p {
  line-height: 1.5;
  font-size: 16px;
}
@media (min-width: 47.9375em) {
  #overview p {
    text-align: center;
  }
}

#strength .strength__itemlist {
  display: flex;
  justify-content: center;
  align-items: stretch;
  flex-wrap: wrap;
  gap: 16px;
}
@media (min-width: 47.9375em) {
  #strength .strength__itemlist {
    gap: 28px;
  }
}
#strength .strength__itemlist .strength-item {
  position: relative;
  min-width: 300px;
  width: 100%;
  background-color: #fff;
  border: 1px solid #0c0b86;
  border-radius: 32px;
  overflow: hidden;
  padding: 40px 32px 32px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: column;
}
@media (min-width: 47.9375em) {
  #strength .strength__itemlist .strength-item {
    width: calc((100% - 56px) / 3);
  }
}
#strength .strength__itemlist .strength-item__number {
  aspect-ratio: 1/1;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #0c0b86;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  color: #fff;
  font-weight: bold;
  line-height: 1;
  font-size: 12px;
  width: 72px;
}
#strength .strength__itemlist .strength-item__number span {
  font-family: "Roboto", sans-serif;
  display: block;
  line-height: 1;
  font-weight: bold;
  font-size: 24px;
}
#strength .strength__itemlist .strength-item__image {
  aspect-ratio: 1/1;
  width: 100px;
  margin: 0 auto 20px;
}
@media (min-width: 47.9375em) {
  #strength .strength__itemlist .strength-item__image {
    margin: 0 auto 28px;
  }
}
#strength .strength__itemlist .strength-item__image img {
  width: 100%;
  height: auto;
}
#strength .strength__itemlist .strength-item__title {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  flex-grow: 2;
  margin: 0;
  font-weight: bold;
  line-height: 1.5;
  font-size: 18px;
  text-align: center;
}
@media (min-width: 47.9375em) {
  #strength .strength__itemlist .strength-item__title {
    font-size: 20px;
  }
}
#strength .strength__itemlist .strength-item__title span {
  color: #0c0b86;
}

#works h3 {
  line-height: 1.4;
  font-size: 26px;
  margin-bottom: 28px;
}
@media (min-width: 47.9375em) {
  #works h3 {
    font-size: 32px;
  }
}
#works p {
  line-height: 1.5;
  font-size: 16px;
  margin-bottom: 48px;
}
@media (min-width: 47.9375em) {
  #works p {
    text-align: center;
  }
}
#works .works__itemlist {
  display: flex;
  justify-content: center;
  align-items: stretch;
  gap: 30px;
  flex-direction: column;
}
@media (min-width: 47.9375em) {
  #works .works__itemlist {
    flex-direction: row;
  }
}
#works .works__itemlist .works-item {
  width: 100%;
}
#works .works__itemlist .works-item .works-item__image {
  width: 100%;
  height: auto;
  border-radius: 32px;
  overflow: hidden;
  margin: 0;
  margin-bottom: 12px;
}
@media (min-width: 47.9375em) {
  #works .works__itemlist .works-item .works-item__image {
    margin-bottom: 16px;
  }
}
#works .works__itemlist .works-item .works-item__image img {
  width: 100%;
  height: auto;
}
#works .works__itemlist .works-item .works-item__title {
  text-align: left;
  margin: 0;
  font-weight: bold;
  line-height: 1.5;
  font-size: 16px;
}

#feature h2 {
  text-align: center;
  line-height: 1.5;
  font-size: 24px;
  padding: 16px 25px;
  background-color: #0c0b86;
  border-radius: 14px;
  color: #fff;
  margin-bottom: 28px;
}
@media (min-width: 47.9375em) {
  #feature h2 {
    padding: 12px;
    font-size: 32px;
    border-radius: 84px;
    margin-bottom: 48px;
  }
}
#feature h2:after {
  display: none;
}
#feature .feature__itemlist {
  display: flex;
  justify-content: center;
  align-items: stretch;
  flex-wrap: wrap;
  gap: 16px;
}
@media (min-width: 47.9375em) {
  #feature .feature__itemlist {
    gap: 28px;
  }
}
#feature .feature__itemlist .feature-item {
  min-width: 300px;
  overflow: hidden;
  border-radius: 32px;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
}
@media (min-width: 47.9375em) {
  #feature .feature__itemlist .feature-item {
    width: calc((100% - 56px) / 3);
  }
}
#feature .feature__itemlist .feature-item .feature-item__title {
  width: 100%;
  background-color: #e93817;
  padding: 16px;
  margin: 0;
  line-height: 1.5;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-direction: column;
  font-weight: bold;
  font-size: 20px;
  color: #fff;
  text-align: left;
}
@media (min-width: 47.9375em) {
  #feature .feature__itemlist .feature-item .feature-item__title {
    min-height: 94px;
    font-size: 22px;
    padding: 14px 24px;
  }
}
#feature .feature__itemlist .feature-item .feature-item__title span {
  position: relative;
  padding-left: 36px;
}
#feature .feature__itemlist .feature-item .feature-item__title span:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 24px;
  height: 21px;
  background-image: url("../images/check-white.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  margin-top: 7px;
}
#feature .feature__itemlist .feature-item .feature-item__contents {
  flex-grow: 2;
  padding: 20px 16px 32px;
  background-color: #f2f2f2;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-direction: column;
}
@media (min-width: 47.9375em) {
  #feature .feature__itemlist .feature-item .feature-item__contents {
    padding: 24px 24px 28px;
  }
}
#feature .feature__itemlist .feature-item .feature-item__contents .feature-item__text {
  line-height: 1.5;
  font-weight: bold;
  font-size: 16px;
  margin-bottom: 20px;
}
@media (min-width: 47.9375em) {
  #feature .feature__itemlist .feature-item .feature-item__contents .feature-item__text {
    font-size: 18px;
    margin-bottom: 28px;
  }
}
#feature .feature__itemlist .feature-item .feature-item__contents .feature-item__image {
  width: 100%;
}
#feature .feature__itemlist .feature-item .feature-item__contents .feature-item__image img {
  width: 100%;
  height: auto;
}