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

#faq {
  padding: 40px 0 !important;
}
@media (min-width: 47.9375em) {
  #faq {
    padding: 80px 0 !important;
  }
}

#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__text {
  margin: 0;
  margin-bottom: 32px;
  line-height: 1.5;
  font-size: 16px;
}
#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: #0c0b86;
  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;
    height: 144px;
  }
}
#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;
}

.follow-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 0;
}

@media screen and (max-width: 767px) {
  .follow-list {
    display: table;
    width: auto;
    margin-inline: auto;
  }
}
.follow-list li {
  position: relative;
  margin-bottom: 0;
}

@media screen and (max-width: 767px) {
  .follow-list li figure {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
.follow-list li figure .img {
  border-radius: 100%;
  border: 2px solid #0c0b86;
}

@media screen and (max-width: 767px) {
  .follow-list li figure .img {
    max-width: 100px;
  }
}
.follow-list li figure figcaption {
  font-weight: 700;
  text-align: center;
  margin-top: 8px;
}

@media screen and (min-width: 768px) and (max-width: 1160px) {
  .follow-list li figure figcaption {
    font-size: calc(14px + 2 * (100vw - 768px) / 392);
  }
}
@media screen and (max-width: 767px) {
  .follow-list li figure figcaption {
    margin-left: 12px;
  }
}
.follow-list li + li {
  margin-left: 16px;
  padding-left: 32px;
}

@media screen and (min-width: 768px) and (max-width: 1160px) {
  .follow-list li + li {
    margin-left: calc(12px + 4 * (100vw - 768px) / 392);
    padding-left: calc(20px + 12 * (100vw - 768px) / 392);
  }
}
@media screen and (max-width: 767px) {
  .follow-list li + li {
    margin-left: 0;
    padding-left: 0;
    padding-top: 24px;
  }
}
.follow-list li + li::after {
  content: "";
  position: absolute;
  z-index: 1;
  left: 0;
  top: 54px;
  width: 16px;
  height: 35.5px;
  background: url(../images/triangle_blue.svg) no-repeat 0 0/100% auto;
}

@media screen and (min-width: 768px) and (max-width: 1160px) {
  .follow-list li + li::after {
    width: calc(10px + 6 * (100vw - 768px) / 392);
    top: calc(36px + 18 * (100vw - 768px) / 392);
  }
}
@media screen and (max-width: 767px) {
  .follow-list li + li::after {
    left: 45px;
    top: 0;
    width: 10px;
    height: 24px;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
  }
}
#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 {
  width: 100%;
}
@media (min-width: 47.9375em) {
  #case .container .case-contents .case-contents__textarea {
    width: auto;
  }
}

#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;
}