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/pc-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;
  }
}

.faq__link {
  margin-top: 40px;
}
@media (min-width: 47.9375em) {
  .faq__link {
    margin-top: 64px;
  }
}

#case {
  padding: 40px 0 !important;
}

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

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

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

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

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

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

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

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

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

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

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

#interview .container {
  max-width: 342px;
  width: 100%;
  margin: 0 auto;
}

@media screen and (min-width: 776px) {
  #interview .container {
    width: auto;
    max-width: 736px;
  }
}
#interview .container .interview-contents {
  width: 342px;
  margin: 0 auto;
}

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

@media (min-width: 47.9375em) {
  #interview .container .interview-contents a {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    background-image: url("../images/case-bg.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    gap: 48px;
    padding: 28px 28px 28px 40px;
  }
}
#interview .container .interview-contents .interview-contents__textarea {
  width: 100%;
}

@media (min-width: 47.9375em) {
  #interview .container .interview-contents .interview-contents__textarea {
    width: auto;
  }
}
#interview .container .interview-contents .interview-contents__textarea h3 {
  margin: 0;
  color: #ffffff;
  text-align: left;
  margin-bottom: 20px;
  font-weight: bold;
  line-height: 1.5;
  font-size: 22px;
}

@media (min-width: 47.9375em) {
  #interview .container .interview-contents .interview-contents__textarea h3 {
    font-size: 26px;
    margin-bottom: 16px;
  }
}
#interview .container .interview-contents .interview-contents__textarea h3: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: #0C0B86;
  font-weight: bold;
  line-height: 1;
  font-size: 16px;
  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: 16px;
}

@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.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: 41.0606060606%;
  }
}
#interview .container .interview-contents .interview-contents__image img {
  width: 100%;
  height: auto;
}

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

@media (min-width: 47.9375em) {
  #interview {
    padding: 80px 0 120px !important;
  }
}
#interview .container .interview__itemlist {
  position: relative;
  max-width: 342px;
  width: 100%;
  margin: 0 auto;
}

@media (min-width: 47.9375em) {
  #interview .container .interview__itemlist {
    max-width: 736px;
  }
}
#interview .container .interview__itemlist .slick-list {
  overflow: hidden;
}

#interview .container .interview__itemlist .slick-list .slick-track {
  display: flex;
  justify-content: center;
  align-items: stretch;
  gap: 24px;
}

#interview .container .interview__itemlist .slick-list .slick-track .interview-contents {
  width: 342px;
  margin: 0;
}

@media (min-width: 47.9375em) {
  #interview .container .interview__itemlist .slick-list .slick-track .interview-contents {
    width: 736px;
  }
}
.slick-dots {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  bottom: -28px;
  left: 50%;
  transform: translate(-50%, 100%);
  margin: 0;
}

.slick-dots li {
  margin: 0;
  line-height: 0;
}

.slick-dots li.slick-active button {
  background: #e93817;
}

@media (min-width: 47.9375em) {
  .slick-dots li.slick-active button:hover {
    opacity: 1;
  }
}
.slick-dots li button {
  margin: 0;
  font-size: 0px;
  line-height: 0;
  background: #d9d9d9;
  padding: 0;
  border: 0;
  aspect-ratio: 1/1;
  width: 12px;
  border-radius: 50%;
}

@media (min-width: 47.9375em) {
  .slick-dots li button {
    transition: opacity 0.3s;
  }
  .slick-dots li button:hover {
    opacity: 0.7;
  }
}
.slick-arrow {
  border: 0;
  padding: 0;
  margin: 0;
  border-radius: 0;
  position: absolute;
  left: 0;
  z-index: 20;
  bottom: -16px;
  font-size: 0;
  line-height: 0;
  transform: translate(0%, 100%);
  background: #fff;
  width: 40px;
  height: 40px;
}

@media (min-width: 47.9375em) {
  .slick-arrow {
    transform: translate(0%, -50%);
    top: 50%;
  }
  .slick-arrow:hover {
    opacity: 0.7;
  }
}
.slick-arrow:focus {
  outline: none;
}

.slick-arrow.slick-next {
  background: url("../images/slider-arrow-right-orange.svg") no-repeat center center/cover;
  left: auto;
  right: 0;
}

@media (min-width: 47.9375em) {
  .slick-arrow.slick-next {
    right: -28px;
    transform: translate(100%, -50%);
  }
}
.slick-arrow.slick-prev {
  background: url("../images/slider-arrow-left-orange.svg") no-repeat center center/cover;
}

@media (min-width: 47.9375em) {
  .slick-arrow.slick-prev {
    left: -28px;
    transform: translate(-100%, -50%);
  }
}
#feature .feature__itemlist {
  display: flex;
  justify-content: center;
  align-items: stretch;
  gap: 16px;
  flex-direction: column;
}
@media (min-width: 47.9375em) {
  #feature .feature__itemlist {
    gap: 28px;
    flex-direction: row;
  }
}
#feature .feature__itemlist .feature-item {
  width: 100%;
  background-color: #fff;
  padding: 16px 16px 32px;
  border: 1px solid #e93817;
  border-radius: 32px;
  position: relative;
  overflow: hidden;
}
@media (min-width: 47.9375em) {
  #feature .feature__itemlist .feature-item {
    padding: 24px 28px 28px;
  }
}
#feature .feature__itemlist .feature-item__number {
  position: absolute;
  top: 0;
  left: 0;
  background-color: #e93817;
  aspect-ratio: 1/1;
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 1;
  font-weight: bold;
  font-size: 26px;
  color: #ffffff;
  width: 64px;
}
@media (min-width: 47.9375em) {
  #feature .feature__itemlist .feature-item__number {
    width: 72px;
    font-size: 32px;
  }
}
#feature .feature__itemlist .feature-item__image {
  margin-bottom: 20px;
  overflow: hidden;
  border-radius: 20px;
}
#feature .feature__itemlist .feature-item__image img {
  width: 100%;
  height: auto;
}
#feature .feature__itemlist .feature-item__title {
  color: #e93817;
  text-align: center;
  margin: 0;
  font-weight: bold;
  font-size: 20px;
  line-height: 1.5;
  margin-bottom: 16px;
}
#feature .feature__itemlist .feature-item__text {
  line-height: 1.5;
  font-size: 16px;
  margin: 0;
}

#overview .overview__text {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  margin-bottom: 40px;
}
@media (min-width: 47.9375em) {
  #overview .overview__text {
    text-align: center;
  }
}
#overview .overview-contents {
  background-color: #f2f2f2;
  padding: 32px 16px;
  border-radius: 32px;
}
@media (min-width: 47.9375em) {
  #overview .overview-contents {
    padding: 40px;
  }
}
#overview .overview-contents__title {
  padding-bottom: 8px;
  margin: 0;
  text-align: left;
  line-height: 1.5;
  font-weight: bold;
  font-size: 22px;
  margin-bottom: 24px;
  border-bottom: 2px solid #d0d0d0;
}
@media (min-width: 47.9375em) {
  #overview .overview-contents__title {
    font-size: 26px;
    margin-bottom: 32px;
  }
}
#overview .overview-contents .overview-service {
  background-color: #ffffff;
  border-radius: 20px;
  padding: 24px 16px;
  margin-bottom: 40px;
}
@media (min-width: 47.9375em) {
  #overview .overview-contents .overview-service {
    padding: 40px;
    margin-bottom: 48px;
  }
}
#overview .overview-contents .overview-service__title {
  margin: 0;
  margin-bottom: 24px;
  background-color: #e93817;
  color: #fff;
  padding: 12px 0;
  text-align: center;
  line-height: 1.5;
  font-weight: bold;
  font-size: 18px;
  border-radius: 14px;
  margin-bottom: 24px;
}
@media (min-width: 47.9375em) {
  #overview .overview-contents .overview-service__title {
    font-size: 20px;
    margin-bottom: 24px;
  }
}
#overview .overview-contents .overview-service__text {
  line-height: 1.5;
  font-size: 16px;
  margin-bottom: 28px;
}
@media (min-width: 47.9375em) {
  #overview .overview-contents .overview-service__text {
    text-align: center;
    margin-bottom: 40px;
  }
}
#overview .overview-contents .overview-service__image {
  width: 100%;
  margin: 0 auto;
}
@media (min-width: 47.9375em) {
  #overview .overview-contents .overview-service__image {
    width: 76.6666666667%;
  }
}
#overview .overview-contents .overview-service__image img {
  width: 100%;
  height: auto;
}
#overview .overview-contents .overview-trouble__title {
  position: relative;
  margin: 0;
  margin-bottom: 24px;
}
@media (min-width: 47.9375em) {
  #overview .overview-contents .overview-trouble__title {
    margin-bottom: 28px;
  }
}
@media (min-width: 47.9375em) {
  #overview .overview-contents .overview-trouble__title:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #d0d0d0;
  }
}
#overview .overview-contents .overview-trouble__title span {
  display: inline-block;
  background-color: #f2f2f2;
  font-weight: bold;
  line-height: 1.5;
  z-index: 1;
  position: relative;
  font-size: 22px;
}
@media (min-width: 47.9375em) {
  #overview .overview-contents .overview-trouble__title span {
    padding: 0 24px;
    font-size: 26px;
  }
}
#overview .overview-contents .overview-trouble__itemlist {
  display: flex;
  justify-content: center;
  align-items: stretch;
  gap: 10px;
  flex-direction: column;
}
@media (min-width: 47.9375em) {
  #overview .overview-contents .overview-trouble__itemlist {
    gap: 19px;
    flex-wrap: wrap;
    flex-direction: row;
  }
}
#overview .overview-contents .overview-trouble__itemlist .overview-trouble-item {
  background-color: #fff;
  padding: 12px 20px 12px 16px;
  border-radius: 20px 20px 0 20px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 20px;
}
@media (min-width: 47.9375em) {
  #overview .overview-contents .overview-trouble__itemlist .overview-trouble-item {
    width: calc((100% - 40px) / 3);
    min-width: 334px;
  }
}
#overview .overview-contents .overview-trouble__itemlist .overview-trouble-item__image {
  width: 52px;
  flex-shrink: 0;
}
#overview .overview-contents .overview-trouble__itemlist .overview-trouble-item__image img {
  width: 100%;
  height: auto;
}
#overview .overview-contents .overview-trouble__itemlist .overview-trouble-item .text {
  line-height: 1.5;
  font-size: 16px;
}
#overview .overview-contents .overview-trouble__itemlist .overview-trouble-item .text span {
  font-weight: bold;
}