@charset "UTF-8";
html {
  font-size: 10px;
}

@media (max-width: 767px) {
  html {
    font-size: 2.667vw;
  }
}
body {
  color: #333;
}

@media (min-width: 768px) {
  .pc_n {
    display: none;
  }
}

@media (max-width: 767px) {
  .sp_n {
    display: none;
  }
}

.title {
  color: #0071bd;
  text-align: center;
  font-family: "Noto Serif JP";
  font-size: 18.872px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 1.51px;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  background-color: #fff;
  white-space: nowrap;
}
@media (max-width: 767px) {
  .title {
    font-size: 1.2rem !important;
  }
}
.title span {
  position: relative;
  top: 10px;
  color: #0071bd;
  font-family: "Sorts Mill Goudy";
  font-size: 54px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%; /* 54px */
  display: inline-block;
  margin-right: 8px;
  padding-top: 0;
  white-space: nowrap;
}
@media (max-width: 767px) {
  .title span {
    margin-right: 0.8rem;
    font-size: 3.8rem;
  }
}

.link-button {
  width: 267px;
  height: 45.84px;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 2.413px;
  background: #0071bd;
  color: #fff;
  font-family: "ヒラギノ角ゴシック", "Hiragino Sans", "メイリオ", Meiryo, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 2.016vw;
  margin-left: auto;
  margin-right: auto;
  filter: drop-shadow(0px 3.217px 0px #05395d);
  position: relative;
  transition: all 0.3s;
  cursor: pointer;
}
.link-button:hover {
  opacity: 0.8;
}
.link-button::after {
  content: "";
  position: absolute;
  background: url(../img/line.png) no-repeat center center/cover;
  width: 16px;
  height: 16px;
  top: 50%;
  transform: translateY(-50%);
  right: 1.25vw;
}

.fv-section {
  height: 45.139vw;
}
@media (max-width: 767px) {
  .fv-section {
    height: 43.1rem;
  }
}

.swiper {
  height: 100%;
}

.swiper-slide {
  position: relative;
}

.slide01 {
  background: url(../img/slide03.jpg) no-repeat center center/cover;
}

.slide__box {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  padding-left: 15.278vw;
}
@media (max-width: 767px) {
  .slide__box {
    padding-left: 1.5rem;
  }
}

.slide__title {
  color: #fff;
  font-weight: bold;
  font-size: 45px;
  line-height: 1.6;
}
@media (max-width: 767px) {
  .slide__title {
    font-size: 2.4rem;
  }
}

.slide__title-main {
  color: #fff;
  font-weight: bold;
  font-size: 45px;
  line-height: 1.6;
}
@media (max-width: 767px) {
  .slide__title-main {
    font-size: 2.4rem;
  }
}

.slide__title-sub {
  color: #fff;
  font-weight: bold;
  font-size: 5rem;
  line-height: 1.6;
  margin-top: -10px;
}
@media (max-width: 767px) {
  .slide__title-sub {
    font-size: 2.4rem;
    margin-top: 0.5rem;
  }
}

.slide__button {
  margin-top: 4.028vw;
}
.slide__button a {
  width: 18.542vw;
  height: 3.183vw;
  flex-shrink: 0;
  border-radius: 0.168vw;
  background: #0071bd;
  display: flex;
  align-items: center;
  color: #fff;
  font-family: "ヒラギノ角ゴシック", "Hiragino Sans", "メイリオ", Meiryo, sans-serif;
  font-size: 1.152vw;
  font-style: normal;
  font-weight: 700;
  line-height: 2.016vw;
  filter: drop-shadow(0px 3.217px 0px #05395d);
  transition: all 0.3s;
  position: relative;
  justify-content: center;
  height: 4.5rem;
  font-size: 1.8rem;
}
@media (max-width: 767px) {
  .slide__button a {
    width: 20rem;
  }
}
.slide__button a::after {
  position: absolute;
  content: "";
  background: url(../img/line.png) no-repeat center center/cover;
  width: 0.972vw;
  height: 0.972vw;
  top: 50%;
  transform: translateY(-50%);
  right: 1.25vw;
}
@media (max-width: 767px) {
  .slide__button a::after {
    width: 1rem;
    height: 1rem;
    right: 1.8rem;
  }
}
.slide__button a:hover {
  opacity: 0.8;
}
.slide__button a small {
  font-size: 0.903vw;
  line-height: 1;
  top: 2px;
  position: relative;
}
@media (max-width: 767px) {
  .slide__button a small {
    font-size: 1.3rem;
  }
}

.slide02 {
  background: url(../img/slide01.jpg) no-repeat center center/cover;
}

.trouble {
  padding-top: 80px;
  padding-bottom: 80px;
  background-color: #fff;
}
@media (max-width: 767px) {
  .trouble {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
}

.trouble__inner {
  max-width: 993px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
}
@media (max-width: 767px) {
  .trouble__inner {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}

.trouble__title {
  color: #0071bd;
  text-align: center;
  font-family: "Noto Sans JP";
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-top: 0 !important;
}
@media (max-width: 767px) {
  .trouble__title {
    font-size: 2.3rem !important;
  }
}

.trouble__list {
  margin-top: 60px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
}
@media (max-width: 767px) {
  .trouble__list {
    gap: 1.5rem;
    margin-top: 4rem;
  }
}

.trouble__item {
  background-color: #0071bd;
  padding: 2.4rem 2rem;
}
@media (max-width: 767px) {
  .trouble__item {
    padding: 1.5rem;
  }
}

.trouble__item_head {
  color: #fff;
  font-family: "Noto Sans JP";
  font-size: 17.196px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
@media (max-width: 767px) {
  .trouble__item_head {
    font-size: 1.6rem;
  }
}

.trouble__ul {
  margin-top: 10px;
}

.trouble__items {
  color: #fff;
  font-family: "Noto Sans JP";
  font-size: 14.07px;
  font-style: normal;
  font-weight: 400;
  line-height: 180%; /* 25.325px */
  padding-left: 2.6rem;
  position: relative;
}
@media (max-width: 767px) {
  .trouble__items {
    padding-left: 1.3rem;
    font-size: 1.3rem;
  }
}
.trouble__items::after {
  content: "";
  position: absolute;
  width: 9.395px;
  height: 8.721px;
  flex-shrink: 0;
  background-color: #fff;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 50%;
  left: 0;
}
@media (max-width: 767px) {
  .trouble__items::after {
    top: 1.3rem;
    width: 0.5rem;
    height: 0.5rem;
  }
}

.trouble__list02 {
  background-color: #0071bd;
  padding: 2.3rem 2rem;
  margin-top: 2.3rem;
  max-width: 646px;
  margin-left: auto;
  margin-right: auto;
}

.trouble__heading {
  margin-top: 5rem;
  max-width: 953px;
  height: 88px;
  flex-shrink: 0;
  background: #f7f7f7;
  color: #fc9702;
  font-family: "Noto Sans JP";
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
  line-height: 18px; /* 64.286% */
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 767px) {
  .trouble__heading {
    font-size: 1.6rem;
    line-height: 1.6;
    padding-left: 1rem;
    padding-right: 1rem;
    margin-top: 3rem;
  }
}

.features-section {
  background-color: #f0f0f0;
  padding-top: 80px;
  padding-bottom: 80px;
}
@media (max-width: 767px) {
  .features-section {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }
}

.features-section .features__title {
  background-color: #f0f0f0;
  margin-top: 0 !important;
}

.features__box {
  margin-top: 70px;
}
@media (max-width: 767px) {
  .features__box {
    margin-top: 4rem;
  }
}

.features__item .swiper {
  height: 32rem;
  margin-top: 3rem;
}
.features__item .swiper img {
  height: 100%;
  object-fit: cover;
}
.features__item:nth-of-type(n + 2) {
  margin-top: 80px;
}

.features__item01,
.features__item02,
.features__item03 {
  max-width: 817px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
}
@media (max-width: 767px) {
  .features__item01,
  .features__item02,
  .features__item03 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}

.features__heading {
  display: flex;
  align-items: center;
  gap: 30px;
  font-family: "Noto Sans JP";
}
@media (max-width: 767px) {
  .features__heading {
    flex-direction: column;
  }
}

.features__number {
  width: 90px;
  height: 90px;
  flex-shrink: 0;
  border: 1px solid #0071bd;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #0071bd;
  text-align: center;
  font-family: Roboto;
  font-size: 28px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.features__head {
  color: #333;
  font-family: "Noto Sans JP";
  font-size: 21px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
@media (max-width: 767px) {
  .features__head {
    font-size: 1.8rem;
  }
}

.features__about {
  color: #000;
  font-family: "Noto Sans JP";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-top: 10px;
}
@media (max-width: 767px) {
  .features__about {
    font-size: 1.4rem;
  }
}

.features__img {
  margin-top: 40px;
}

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

.swiper02 img {
  width: 100%;
}

.service-section {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-color: #fff;
}
@media (max-width: 767px) {
  .service-section {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }
}

.service__inner {
  max-width: 81.7rem;
  padding-left: 2rem;
  padding-right: 2rem;
  margin-left: auto;
  margin-right: auto;
  background-color: #fff;
  position: relative; /* 相対配置 */
  /* .service-fv に被せる */
  z-index: 5;
}
@media (max-width: 767px) {
  .service__inner {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}

.service__inner-next {
  max-width: 817px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
}
@media (max-width: 767px) {
  .service__inner-next {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}

.service__about {
  color: #000;
  text-align: center;
  font-family: "Noto Sans JP";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 32px; /* 200% */
  margin-top: 60px;
}
@media (max-width: 767px) {
  .service__about {
    font-size: 1.4rem;
    margin-top: 4rem;
  }
}

.service__box_head {
  color: #333;
  text-align: center;
  font-family: "Noto Sans JP";
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  line-height: 32px; /* 145.455% */
  margin-top: 80px;
}

.service__box {
  margin-top: 3.3rem;
  position: relative;
}
@media (max-width: 767px) {
  .service__box {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 2rem;
    padding-top: 8rem;
  }
}

@media (max-width: 767px) {
  .service__left {
    order: 2;
  }
}

.service__left_box:nth-of-type(n + 2) {
  margin-top: 38px;
}

.service__left_heading {
  color: #0071bd;
  font-family: "Noto Sans JP";
  font-size: 18.713px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
@media (max-width: 767px) {
  .service__left_heading {
    font-size: 1.8rem;
  }
}

.service__left_text {
  color: #333;
  font-family: "Noto Sans JP";
  font-size: 14.97px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-top: 10px;
}

.service__right {
  position: absolute;
  flex-shrink: 0;
  right: -90px;
  top: 0;
  width: 32%;
}
@media (max-width: 767px) {
  .service__right {
    position: static;
    order: 1;
    width: 60%;
  }
}

@media screen and (min-width: 768px) and (max-width: 1000px) {
  .service__right {
    right: 0px;
  }
}
.service__button {
  margin-top: 78px;
  text-align: center;
}
@media (max-width: 767px) {
  .service__button {
    margin-top: 40px;
  }
}

.service__title {
  margin-top: 0 !important;
}
@media (max-width: 767px) {
  .service__title {
    flex-direction: column;
    align-items: flex-start;
    gap: 1rem;
  }
}

.service__title span {
  font-size: 5.4rem;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 100%;
  margin-right: 0;
  text-indent: 5px;
  margin-bottom: -4px;
}
@media (max-width: 767px) {
  .service__title span {
    font-size: 3.8rem;
  }
}

.download {
  padding-top: 100px;
  padding-bottom: 100px;
  background-color: #fff;
}
@media (max-width: 767px) {
  .download {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }
}

.download__inner {
  max-width: 817px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
}
@media (max-width: 767px) {
  .download__inner {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}

.download__title {
  color: #0071bd;
  font-family: "Noto Sans JP";
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  text-align: center;
  line-height: normal;
}
@media (max-width: 767px) {
  .download__title {
    margin-top: 0 !important;
    font-size: 2.4rem;
  }
}

.download__list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 54px;
  margin-top: 50px;
}
@media (max-width: 767px) {
  .download__list {
    grid-template-columns: repeat(1, 1fr);
    gap: 8rem;
  }
}

.download__img {
  border: 2px solid #0071bd;
}

.download__text {
  margin-top: 10px;
  color: #333;
  font-family: "Noto Sans JP";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.download__text02 {
  margin-top: 14px;
  color: #333;
  font-family: "Noto Sans JP";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.download__text02 span {
  font-weight: bold;
  font-size: 20px;
}

.download__button {
  margin-top: 71px;
}
@media (max-width: 767px) {
  .download__button {
    margin-top: 30px;
  }
}
.download__button .link-button {
  width: 100%;
}

.download__heading {
  color: #333;
  font-family: "Noto Sans JP";
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-top: 7px;
}

.download__text03 {
  margin-top: 9px;
  color: #333;
  font-family: "Noto Sans JP";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.download__button02 {
  margin-top: 20px;
}
.download__button02 .link-button {
  width: 100%;
}

.works {
  padding-top: 100px;
  padding-bottom: 100px;
  background-color: #f0f0f0;
}
@media (max-width: 767px) {
  .works {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }
}

.works__inner {
  max-width: 817px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
}
@media (max-width: 767px) {
  .works__inner {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}

.works__title {
  background-color: #f0f0f0;
  margin-top: 0 !important;
}

.works__list {
  margin-top: 52px;
}

.works__item {
  background-color: #fff;
  padding: 34px 30px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 40px;
  transition: all 0.3s;
}
.works__item:hover {
  opacity: 0.8;
}
.works__item:nth-of-type(n + 2) {
  margin-top: 50px;
}
@media (max-width: 767px) {
  .works__item {
    flex-direction: column;
    padding: 2rem;
    gap: 2rem;
  }
}

.works__img {
  flex-shrink: 0;
  width: 323px;
}
@media (max-width: 767px) {
  .works__img {
    width: 100%;
  }
}

.works_right_company {
  color: #333;
  font-family: "Noto Sans JP";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.works_right_text {
  color: #333;
  font-family: "Noto Sans JP";
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-top: 11px;
}
@media (max-width: 767px) {
  .works_right_text {
    font-size: 1.8rem;
  }
}

.works__right_about {
  color: #000;
  font-family: "Noto Sans JP";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 27px; /* 192.857% */
  margin-top: 15px;
}
@media (max-width: 767px) {
  .works__right_about {
    font-size: 1.4rem;
    line-height: 1.5;
  }
}

.works__button {
  margin-top: 60px;
}
@media (max-width: 767px) {
  .works__button {
    margin-top: 3rem;
  }
}

.news {
  padding-top: 100px;
  padding-bottom: 100px;
  background-color: #f0f0f0;
}
@media (max-width: 767px) {
  .news {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }
}

.news__inner {
  max-width: 817px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
}
@media (max-width: 767px) {
  .news__inner {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}

.news__title {
  background-color: #f0f0f0;
  margin-top: 0 !important;
}

.news__box {
  background-color: #fff;
  padding: 15px 20px;
  margin-top: 40px;
}

.news__item {
  padding-bottom: 10px;
  display: block;
  transition: all 0.3s;
}
.news__item:hover {
  opacity: 0.8;
}
.news__item:nth-of-type(n + 2) {
  padding-top: 10px;
  border-top: 1px solid #d9d9d9;
}
.news__item:last-of-type {
  border-bottom: 1px solid #d9d9d9;
}

.news__list {
  display: flex;
  align-items: center;
  gap: 40px;
}

.news__time {
  font-size: 14px;
  color: #333;
}

.news__category {
  background-color: #0071bd;
  border-radius: 10px;
  padding: 0px 10px;
  color: #fff;
}

.news__about {
  margin-top: 5px;
  font-size: 16px;
  font-weight: bold;
  color: #333;
}

.list-section {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  height: 340px;
}
@media (max-width: 767px) {
  .list-section {
    grid-template-columns: repeat(1, 1fr);
    height: auto;
  }
}

.list-items {
  display: flex;
  align-items: center;
  flex-direction: column;
  padding-top: 50px;
  padding-bottom: 30px;
}
@media (max-width: 767px) {
  .list-items {
    width: 100%;
    padding-bottom: 50px;
  }
}

.list-items__head {
  font-size: 3rem;
  font-weight: bold;
  color: #0071bd;
  position: relative;
  z-index: 2;
  color: #fff;
}

.list-items__text {
  font-size: 1.6rem;
  margin-top: 10px;
  text-align: center;
  position: relative;
  z-index: 2;
  color: #fff;
}

.list-items__button {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-top: 30px;
}
@media (max-width: 767px) {
  .list-items__button {
    flex-direction: column;
    gap: 10px;
  }
}

.link-button {
  position: relative;
  z-index: 2;
}

.list-items__button01 .link-button {
  width: 200px;
}
@media (max-width: 767px) {
  .list-items__button01 .link-button {
    width: 267px;
  }
}

@media screen and (min-width: 768px) and (max-width: 921px) {
  .list-items__button01 {
    flex-direction: column;
  }
}
.list-items02 {
  background: url(../img/23980821_s.jpg) no-repeat center center/cover;
  position: relative;
}
.list-items02::after {
  content: "";
  position: absolute;
  background-color: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.list-items01 {
  background: url(../img/photo-1508873699372-7aeab60b44ab.jpg) no-repeat center center/cover;
  position: relative;
  width: 100%;
}
.list-items01::after {
  content: "";
  position: absolute;
  background-color: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.service-fv {
  position: relative; /* これを追加（または absolute/fixed でもOK） */
  z-index: 1; /* `.service-section` より背面に配置 */
}
.service-fv .slide01 {
  background: url(../img/service-fv.jpg) no-repeat center center/cover;
}

.service-section__text {
  color: #333;
  font-size: 1.8rem;
  font-style: normal;
  font-weight: 500;
  line-height: 230%; /* 41.4px */
  letter-spacing: -0.36px;
  margin-top: 6.5rem;
}
@media (max-width: 767px) {
  .service-section__text {
    margin-top: 4rem;
    font-size: 1.6rem;
  }
}

.service-section__text p {
  line-height: 2.3; /* 読みやすい行間 */
}

.service-section__text p:not(:first-child) {
  margin-top: 40px; /* 段落の間隔を調整 */
}

.service-section__list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 56px;
  margin-top: 44px;
}
@media (max-width: 767px) {
  .service-section__list {
    grid-template-columns: repeat(1, 1fr);
  }
}

.service-section__icon {
  display: flex;
  align-items: center;
  justify-content: center;
}

.service-section__icon-radar {
  display: flex;
  align-items: center;
  justify-content: center;
}

.service-section__icon img {
  width: 53%;
}

.service-section__icon-radar img {
  width: 64%;
}

.service-section__box {
  background-color: #0071bd;
  padding-top: 2rem;
  padding-left: 2.9rem;
  padding-right: 3.1rem;
  padding-bottom: 2.2rem;
  margin-top: 2.5rem;
}

.service-section__txt {
  margin-top: 22px;
}

.service-section__item {
  color: #fff;
  font-size: 16.07px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%; /* 16.07px */
}

.service-section__about {
  padding-left: 2.6rem;
  position: relative;
}
@media (max-width: 767px) {
  .service-section__about {
    font-size: 1.6rem;
  }
}
.service-section__about::before {
  content: "";
  position: absolute;
  width: 9px;
  height: 9px;
  background-color: #fff;
  border-radius: 50%;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
}
.service-section__about:nth-of-type(n + 2) {
  margin-top: 1.3rem;
}

.service-section__heading {
  color: #fff;
  font-family: "Noto Sans JP";
  font-size: 1.8rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.service-section__more {
  color: #fff;
  font-family: "Noto Sans JP";
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 400;
  line-height: 180%; /* 28.8px */
  margin-top: 19px;
}
@media (max-width: 767px) {
  .service-section__more {
    font-size: 1.4rem;
  }
}

.service02 {
  padding-top: 9rem;
  padding-bottom: 10rem;
  background: #f0f0f0;
}
@media (max-width: 767px) {
  .service02 {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }
}

.service02__title {
  background-color: #f0f0f0;
}
@media (max-width: 767px) {
  .service02__title {
    flex-direction: column;
    align-items: flex-start;
    gap: 1rem;
  }
}

.service02__title span {
  margin-right: 0;
  letter-spacing: 0;
}
@media (max-width: 767px) {
  .service02__title span {
    margin-top: 0.8rem;
  }
}

.service02__title img {
  margin-left: -5px;
}

.service02__list {
  margin-top: 60px;
}

.service02__item {
  color: #333;
  font-family: "Noto Sans JP";
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 400;
  line-height: 220%; /* 35.2px */
  padding-left: 1.8rem;
  position: relative;
}
@media (max-width: 767px) {
  .service02__item {
    font-size: 1.4rem;
  }
}
.service02__item::after {
  content: "・";
  position: absolute;
  color: #333;
  font-family: "Noto Sans JP";
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 400;
  line-height: 220%; /* 35.2px */
  top: 0;
  left: 0;
}
.service02__item:nth-of-type(n + 2) {
  margin-top: 3.5rem;
}

.service02__box {
  margin-top: 8rem;
  display: flex;
  align-items: center;
  gap: 4.5rem;
  justify-content: center;
  text-indent: 0.6rem;
}
@media (max-width: 767px) {
  .service02__box {
    flex-direction: column;
  }
}

.service02__heading {
  color: #0071bd;
  font-family: "Noto Sans JP";
  font-size: 2.8rem;
  font-style: normal;
  font-weight: 700;
  line-height: 100%; /* 28.74px */
  letter-spacing: -0.575px;
}
@media (max-width: 767px) {
  .service02__heading {
    font-size: 2.4rem;
  }
}

.service02__icon {
  width: 289.337px;
  height: 309.046px;
  flex-shrink: 0;
}

.service02__items01 {
  margin-top: 30px;
}

.service02__items01-box-left {
  display: flex;
}
@media (max-width: 767px) {
  .service02__items01-box-left {
    flex-direction: column;
    align-items: center;
  }
}

.service02__items03-box-left {
  display: flex;
}
@media (max-width: 767px) {
  .service02__items03-box-left {
    flex-direction: column;
    align-items: center;
  }
}

.box-left__number {
  width: 90px;
  height: 90.131px;
  flex-shrink: 0;
  border: 1px solid #0071bd;
  border-radius: 50%;
  background-color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #0071bd;
  text-align: center;
  font-family: Roboto;
  font-size: 28px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.box-left__head {
  color: #333;
  font-size: 2.4rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  padding-top: 2.7rem;
  margin-left: 3rem;
}
@media (max-width: 767px) {
  .box-left__head {
    font-size: 2rem;
    margin-left: 0;
    padding: 1.5rem;
  }
}

.box-right__text {
  color: #333;
  font-family: "Noto Sans JP";
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 400;
  line-height: 200%; /* 32px */
  margin-top: 2.4rem;
}
@media (max-width: 767px) {
  .box-right__text {
    margin-top: 1rem;
    font-size: 1.4rem;
  }
}

.box-right__text-sub {
  color: #333;
  font-family: "Noto Sans JP";
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 400;
  line-height: 200%; /* 32px */
  margin-top: 1.7rem;
}
@media (max-width: 767px) {
  .box-right__text-sub {
    font-size: 1.4rem;
  }
}

.box-right__link {
  text-align: left;
  margin-top: 2.2rem;
}
.box-right__link a {
  margin-left: 0;
  justify-content: flex-start;
  padding-left: 2.5rem;
}
.box-right__link a::after {
  right: 1.5rem;
}

.service02__items02 {
  margin-top: 8rem;
  display: flex;
  align-items: center;
  gap: 2.9rem;
}

.box-left__head-small {
  color: #333;
  font-size: 2.2rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  padding-top: 3rem;
  margin-left: 3rem;
}
@media (max-width: 767px) {
  .box-left__head-small {
    margin-left: 0;
    padding-top: 1.5rem;
  }
}

.service02__block {
  margin-top: 4.6rem;
}

.service02__block_img {
  width: 100%;
  color: #fff;
  font-family: "Noto Serif JP";
  font-size: 3rem;
  font-style: normal;
  font-weight: 900;
  line-height: normal;
  letter-spacing: 0.15rem;
  position: relative;
}
@media (max-width: 767px) {
  .service02__block_img {
    font-size: 2.2rem;
  }
}
.service02__block_img::after {
  position: absolute;
  content: "01";
  color: #fff;
  font-family: "Sorts Mill Goudy";
  font-size: 7.8rem;
  font-style: normal;
  font-weight: 400;
  line-height: 100%; /* 118.867px */
  left: 0;
  top: -4rem;
}
.service02__block_img span {
  position: absolute;
  top: 49%;
  left: 51%;
  transform: translate(-50%, -50%);
}
@media (max-width: 767px) {
  .service02__block_img span {
    width: 100%;
    text-align: center;
  }
}

.service02__block_img img {
  aspect-ratio: 777/255;
  object-fit: cover;
  width: 100%;
}

.service02__text {
  color: #000;
  font-family: "Noto Sans JP";
  font-size: 1.4rem;
  font-style: normal;
  font-weight: 400;
  line-height: 180%; /* 25.2px */
  margin-top: 1.7rem;
}

.service02__items03 {
  margin-top: 6.7rem;
}

.service03__block {
  margin-top: 4.7rem;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 4rem;
}
@media (max-width: 767px) {
  .service03__block {
    grid-template-columns: repeat(1, 1fr);
  }
}

.service03__box {
  position: relative;
}
.service03__box::after {
  position: absolute;
  color: #fff;
  font-family: "Sorts Mill Goudy";
  font-size: 7.8rem;
  font-style: normal;
  font-weight: 400;
  line-height: 100%; /* 95.312px */
  top: -4.2rem;
  left: 0;
}
.service03__box:nth-of-type(1)::after {
  content: "02";
}
.service03__box:nth-of-type(2)::after {
  content: "03";
}
.service03__box:nth-of-type(3)::after {
  content: "04";
}

.service03__box_img {
  position: relative;
}
@media (max-width: 767px) {
  .service03__box_img {
    height: 11.3rem;
  }
  .service03__box_img img {
    height: 100%;
    width: 100%;
  }
}
.service03__box_img span {
  color: #fff;
  font-size: 1.693rem;
  font-family: "Noto Serif JP";
  font-style: normal;
  font-weight: 900;
  line-height: normal;
  letter-spacing: 0.085rem;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  white-space: nowrap;
}

.service03__block_text {
  color: #000;
  font-family: "Noto Sans JP";
  font-size: 1.4rem;
  font-style: normal;
  font-weight: 400;
  line-height: 180%; /* 25.2px */
  margin-top: 1.4rem;
}

.service02__point {
  margin-top: 8rem;
}

.service02__point__head {
  color: #0071bd;
  text-align: center;
  font-family: "Noto Sans JP";
  font-size: 2.8rem;
  font-style: normal;
  font-weight: 700;
  line-height: 100%; /* 28px */
  letter-spacing: -0.056rem;
}
@media (max-width: 767px) {
  .service02__point__head {
    font-size: 2.3rem;
  }
}

.service02__point_list {
  margin-top: 5rem;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 4rem;
}
@media (max-width: 767px) {
  .service02__point_list {
    grid-template-columns: repeat(1, 1fr);
  }
}

.service02__point_icon {
  margin-left: auto;
  margin-right: auto;
  width: 9rem;
}

.service02__point_head {
  color: #0071bd;
  font-family: "Noto Sans JP";
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 700;
  line-height: 180%; /* 28.8px */
  text-align: center;
  margin-top: 1.5rem;
}

.service02__point_text {
  color: #333;
  font-family: "Noto Sans JP";
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 400;
  line-height: 180%; /* 28.8px */
  margin-top: 0.5rem;
  padding-left: 0.5rem;
}

.service02__point_box {
  color: #0071bd;
  font-family: "Noto Sans JP";
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1.8rem; /* 112.5% */
  margin-top: 4rem;
  background-color: #fff;
  max-width: 77.7rem;
  height: 6.6rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 767px) {
  .service02__point_box {
    line-height: 180%;
    font-size: 1.4rem;
    height: 8rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }
}

.service04__block {
  margin-top: 4rem;
}

.service04__text-box {
  max-width: 100%;
  width: 100%;
  display: block;
  padding: 2.8rem 5.9rem;
  background-color: #fff;
  border: 0.2rem solid #0071bd;
  margin: 0 auto;
  list-style-type: none; /* デフォルトのリストマーカーを削除 */
  padding-left: 7.6rem;
  padding-right: 5rem;
  padding-bottom: 2.7rem;
}
@media (max-width: 767px) {
  .service04__text-box {
    padding: 3rem;
    font-size: 1.4rem;
  }
}

.service04__text {
  font-family: "Noto Sans JP";
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 500;
  color: #0071bd;
  line-height: 217%;
  position: relative; /* 疑似要素の基準位置 */
}

/* 疑似要素で「・」を追加 */
.service04__text::before {
  content: "・"; /* 箇条書きのマーカー */
  position: absolute;
  left: -1.6rem;
  color: #0044cc; /* マーカーの色をテキストと統一 */
  font-weight: bold;
}

.utilization {
  padding-top: 8.8rem;
  padding-bottom: 8.87rem;
  background-color: #fff;
}
@media (max-width: 767px) {
  .utilization {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }
}

.utilization__inner {
  max-width: 81.7rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 2rem;
  padding-right: 2rem;
}

.utilization__title {
  letter-spacing: 0;
}
@media (max-width: 767px) {
  .utilization__title {
    flex-direction: column;
    align-items: center;
    gap: 1rem;
  }
}

.utilization__title span {
  margin-right: 0;
  text-indent: -1rem;
  margin-bottom: -0.3rem;
}

.utilization__text {
  color: #333;
  font-family: "Noto Sans JP";
  font-size: 1.8rem;
  font-style: normal;
  font-weight: 400;
  line-height: 220%;
  margin-top: 5.4rem;
}
@media (max-width: 767px) {
  .utilization__text {
    font-size: 1.6rem;
  }
}

.utilization__img {
  width: 100%;
  margin-top: 4.57rem;
}
@media (max-width: 767px) {
  .utilization__img img {
    overflow: scroll;
  }
}

.utilization__img img {
  aspect-ratio: 799/386;
  object-fit: cover;
  width: 100%;
}

.reason {
  background: #f0f0f0;
  padding-top: 9.1rem;
  padding-bottom: 10.5rem;
}
@media (max-width: 767px) {
  .reason {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }
}

.reason__inner {
  max-width: 81.7rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 2rem;
  padding-right: 2rem;
}

.reason__title {
  background-color: #f0f0f0;
  text-indent: 0.5rem;
}

.reason__title span {
  margin-right: 0;
  letter-spacing: 0;
  margin-bottom: -0.3rem;
}

.reason__text {
  color: #333;
  font-family: "Noto Sans JP";
  font-size: 1.8rem;
  font-style: normal;
  font-weight: 400;
  line-height: 220%;
  margin-top: 4.2rem;
}
@media (max-width: 767px) {
  .reason__text {
    font-size: 1.6rem;
  }
}

.reason__img {
  width: 100%;
  margin-top: 2.55rem;
}

.reason__img img {
  aspect-ratio: 799/420;
  object-fit: cover;
  width: 100%;
}

.flow {
  background-color: #fff;
  padding-top: 8.9rem;
  padding-bottom: 11.9rem;
}
@media (max-width: 767px) {
  .flow {
    padding-bottom: 7rem;
    padding-top: 7rem;
  }
}

.flow__inner {
  max-width: 81.7rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 2rem;
  padding-right: 2rem;
}

.flow__title {
  letter-spacing: 0.08rem;
}

.flow__title span {
  margin-right: 0;
  text-indent: -0.8rem;
  margin-bottom: -0.3rem;
}

.flow__text {
  color: #333;
  font-family: "Noto Sans JP";
  font-size: 1.8rem;
  font-style: normal;
  font-weight: 400;
  line-height: 220%;
  margin-top: 6.4rem;
}
@media (max-width: 767px) {
  .flow__text {
    font-size: 1.6rem;
  }
}

.flow__cards {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0.7rem;
  margin-top: 3rem;
  align-self: stretch;
}
@media (max-width: 767px) {
  .flow__cards {
    grid-template-columns: repeat(1, 1fr);
    gap: 3rem;
  }
}

.flow__card {
  display: flex;
  flex-direction: column;
  max-width: 18.85rem;
  height: 100%; /* 高さを統一 */
}
@media (max-width: 767px) {
  .flow__card {
    flex-direction: column;
    max-width: 100%;
  }
}

.flow__card-step1 {
  background-color: #4188e1;
  padding-top: 1.6rem;
  padding-bottom: 1.5rem;
  padding-right: 2.13rem;
  padding-left: 2.13rem;
  color: #fff;
  font-size: 1.35rem;
  font-weight: 900;
  font-family: Roboto;
  font-style: normal;
  box-shadow: 0px 0px 0.887rem rgba(0, 83, 92, 0.3);
}

.flow__card-step2 {
  background-color: #347bd3;
  padding-top: 1.6rem;
  padding-bottom: 1.5rem;
  padding-right: 2.13rem;
  padding-left: 2.13rem;
  color: #fff;
  font-size: 1.35rem;
  font-weight: 900;
  font-family: Roboto;
  font-style: normal;
  box-shadow: 0px 0px 0.887rem rgba(0, 83, 92, 0.3);
}

.flow__card-step3 {
  background-color: #236ac1;
  padding-top: 1.6rem;
  padding-bottom: 1.5rem;
  padding-right: 2.13rem;
  padding-left: 2.13rem;
  color: #fff;
  font-size: 1.35rem;
  font-weight: 900;
  font-family: Roboto;
  font-style: normal;
  box-shadow: 0px 0px 0.887rem rgba(0, 83, 92, 0.3);
}

.flow__card-step4 {
  background-color: #1158b0;
  padding-top: 1.6rem;
  padding-bottom: 1.5rem;
  padding-right: 2.13rem;
  padding-left: 2.13rem;
  color: #fff;
  font-size: 1.35rem;
  font-weight: 900;
  font-family: Roboto;
  font-style: normal;
  box-shadow: 0px 0px 0.887rem rgba(0, 83, 92, 0.3);
}

.flow__card-step1 span {
  font-size: 2.084rem;
  font-weight: 900;
  color: #fff;
  font-family: Roboto;
  margin-left: 0.5rem;
  font-style: normal;
}

.flow__card-step2 span {
  font-size: 2.084rem;
  font-weight: 900;
  color: #fff;
  font-family: Roboto;
  margin-left: 0.5rem;
  font-style: normal;
}

.flow__card-step3 span {
  font-size: 2.084rem;
  font-weight: 900;
  color: #fff;
  font-family: Roboto;
  margin-left: 0.5rem;
  font-style: normal;
}

.flow__card-step4 span {
  font-size: 2.084rem;
  font-weight: 900;
  color: #fff;
  font-family: Roboto;
  margin-left: 0.5rem;
  font-style: normal;
}

.flow__card-body {
  display: flex;
  flex-direction: column;
  flex-grow: 1; /* 余白を埋める */
  justify-content: space-between; /* タイトルと本文の間を広げる */
  padding: 2.13rem;
  background-color: #f7f7f7;
  margin-top: 2rem;
  padding-bottom: 3.8rem;
}

.card-body__title {
  font-size: 1.4rem;
  font-weight: 700;
  font-style: normal;
  color: #4188e1;
  line-height: 160%;
  letter-spacing: 0.03rem;
  font-family: Noto Sans JP;
}
@media (max-width: 767px) {
  .card-body__title {
    font-size: 1.6rem;
  }
}

.card-body__text {
  font-size: 1.3rem;
  font-weight: 500;
  font-style: normal;
  color: #444444;
  line-height: 160%;
  letter-spacing: 0.03rem;
  font-family: Noto Sans JP;
  margin-top: 1rem;
}

.price {
  background: #f0f0f0;
  padding-top: 9.1rem;
  padding-bottom: 9.95rem;
}
@media (max-width: 767px) {
  .price {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }
}

.price__inner {
  max-width: 81.7rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 2rem;
  padding-right: 2rem;
}

.price__title {
  background-color: #f0f0f0;
  text-indent: 0.5rem;
}

.price__title span {
  margin-right: 0;
  letter-spacing: 0;
  margin-bottom: -0.3rem;
}

.price__text {
  color: #333;
  font-family: Noto Sans JP;
  font-size: 1.7rem;
  font-style: normal;
  font-weight: 500;
  line-height: 100%;
  margin-top: 4.3rem;
  text-align: center;
}

.price__list {
  margin-top: 7.4rem;
}

.price__list-box {
  width: 100%;
  border-collapse: collapse;
  margin-top: 3.5rem;
}

.price__list-title {
  font-size: 2.8rem;
  font-weight: 700;
  line-height: 100%;
  color: #333;
  font-family: Noto Sans JP;
  text-align: center;
}

.price-list-box__top-name {
  padding-top: 1.6rem;
  padding-right: 0.7rem;
  padding-bottom: 1.7rem;
  padding-left: 0.7rem;
  text-align: center;
  font-size: 2rem;
  font-weight: 700;
  line-height: 100%;
  width: 38%;
  border-right: 0.1rem solid #fff;
  font-family: Noto Sans JP;
  color: #fff;
  background-color: #0071bd;
}
@media (max-width: 767px) {
  .price-list-box__top-name {
    font-size: 1.8rem;
  }
}

.price-list-box__top-price {
  width: 50%;
  text-align: center;
  padding-top: 1.55rem;
  padding-right: 0.7rem;
  padding-bottom: 1.55rem;
  padding-left: 0.7rem;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 100%;
  font-family: Noto Sans JP;
  color: #fff;
  background-color: #0071bd;
}

.price-list-box__top-price span {
  font-size: 2rem;
  font-weight: 700;
  line-height: 100%;
  font-family: Noto Sans JP;
  color: #fff;
}
@media (max-width: 767px) {
  .price-list-box__top-price span {
    font-size: 1.8rem;
  }
}

.price-list-box__name {
  padding-top: 1.45rem;
  padding-right: 0.7rem;
  padding-bottom: 1.45rem;
  padding-left: 0.7rem;
  text-align: center;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 100%;
  font-family: Noto Sans JP;
  color: #333;
  width: 30%;
  border: 0.1rem solid #333;
  background-color: #fff;
  vertical-align: middle;
}
@media (max-width: 767px) {
  .price-list-box__name {
    font-size: 1.4rem;
    line-height: 1.8;
  }
}

.price-list-box__name-large {
  padding-top: 3.85rem;
  padding-right: 0.7rem;
  padding-bottom: 3.65rem;
  padding-left: 0.7rem;
  text-align: center;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 100%;
  font-family: Noto Sans JP;
  color: #333;
  width: 30%;
  border: 0.1rem solid #333;
  background-color: #fff;
  vertical-align: middle;
}
@media (max-width: 767px) {
  .price-list-box__name-large {
    font-size: 1.4rem;
  }
}

.price-list-box__price {
  width: 50%;
  text-align: center;
  font-family: Noto Sans JP;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 100%;
  padding-top: 1.55rem;
  padding-bottom: 1.45rem;
  border: 0.1rem solid #333;
  color: #333;
  background-color: #fff;
}

.price-list-box__price-large {
  font-size: 2.3rem;
  font-weight: 700;
  line-height: 100%;
  font-family: Noto Sans JP;
  color: #333;
}
@media (max-width: 767px) {
  .price-list-box__price-large {
    font-size: 1.8rem;
    line-height: 1.8;
  }
}

.price-list-box__price-mid {
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 180%;
  font-family: Noto Sans JP;
  color: #333;
}
@media (max-width: 767px) {
  .price-list-box__price-mid {
    font-size: 1.4rem;
  }
}

.price-list-box__price-small {
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 180%;
  font-family: Noto Sans JP;
  color: #333;
}

.work {
  background-color: #fff;
  padding-top: 10rem;
  padding-bottom: 10rem;
}

.work__inner {
  max-width: 81.7rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 2rem;
  padding-right: 2rem;
}

.work__box {
  margin-top: 5rem;
}

.work-box__title {
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 100%;
  font-family: Noto Sans JP;
  color: #0071bd;
}
@media (max-width: 767px) {
  .work-box__title {
    font-size: 1.6rem;
    line-height: 1.6;
  }
}

.work-box__text {
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 180%;
  font-family: Noto Sans JP;
  margin-top: 1.5rem;
}

.work__items {
  margin-top: 6rem;
}
@media (max-width: 767px) {
  .work__items {
    margin-top: 4rem;
  }
}

.work__item:not(:first-child) {
  margin-top: 4.2rem;
}

.work-item__img {
  width: 57%; /* 画像を適切な幅に調整 */
  max-width: 45rem; /* 画像が大きくなりすぎないように */
  display: flex;
  align-items: center;
  max-height: 22.2rem;
}
@media (max-width: 767px) {
  .work-item__img {
    width: 100%;
    max-width: none;
  }
}

.work-item__img img {
  aspect-ratio: 323/200;
  object-fit: cover;
  width: 100%;
  height: 90%;
}

.work__item {
  background-color: #f0f0f0;
  display: flex;
  padding-top: 3.8rem;
  padding-right: 3.6rem;
  padding-bottom: 3.7rem;
  padding-left: 3.6rem;
}
@media (max-width: 767px) {
  .work__item {
    flex-direction: column;
    gap: 3rem;
  }
}

.work-item {
  transition: all 0.3s;
}

.work-item:hover {
  opacity: 0.8;
}

.work-item__box {
  margin-left: 4rem;
  width: 60%;
}
@media (max-width: 767px) {
  .work-item__box {
    margin-left: 0;
    width: 100%;
  }
}

.work-item-box__company-name {
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 100%;
  font-family: Noto Sans JP;
  color: #333;
}

.work-item-box__title {
  font-size: 2.2rem;
  font-weight: 700;
  line-height: 160%;
  font-family: Noto Sans JP;
  margin-top: 1.5rem;
  color: #333;
}
@media (max-width: 767px) {
  .work-item-box__title {
    font-size: 2rem;
  }
}

.work-item-box__title-small {
  font-size: 2rem;
  font-weight: 700;
  line-height: 160%;
  font-family: Noto Sans JP;
  margin-top: 1.5rem;
  color: #333;
}

.work-item-box__text {
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 193%;
  font-family: Noto Sans JP;
  margin-top: 1.5rem;
  color: #333;
}

.work__button-top {
  margin-top: 4.2rem;
}

.consultation {
  background-image: url(../img/service/consultation-img.jpg);
  background-size: cover; /* 画像をコンテナ全体に広げる */
  background-position: center; /* 画像の中心を表示 */
  background-repeat: no-repeat; /* 画像を繰り返さない */
  height: 39.6rem; /* Figma の画像と同じ高さを指定 */
  position: relative;
}

.consultation::before {
  content: ""; /* 空の要素を作成 */
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 113, 189, 0.91); /* Figmaの青色（#0071BD）と透明度（91%）を適用 */
  z-index: 0;
}

.consultation__title {
  font-size: 3.8rem;
  font-weight: 700;
  line-height: 160%;
  font-family: Noto Sans JP;
  text-align: center;
  color: #fff;
  padding-top: 7.5rem;
  z-index: 1;
  position: relative;
}

.consultation__text {
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 160%;
  font-family: Noto Sans JP;
  text-align: center;
  color: #fff;
  margin-top: 3.2rem;
  z-index: 1;
  position: relative;
}
@media (max-width: 767px) {
  .consultation__text {
    font-size: 1.5rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }
}

.consultation-button {
  width: 34.5rem;
  height: 6.5rem;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0.2413rem;
  background: #e7a33e;
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 2.4rem;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  letter-spacing: 0.1rem;
  margin-left: auto;
  margin-right: auto;
  filter: drop-shadow(0px 5px 0px #ac6e12);
  position: relative;
  z-index: 2;
  transition: all 0.3s;
  margin-top: 56px;
}

/* 通常のCSS記法でホバーを指定 */
.consultation-button:hover {
  opacity: 0.8;
}

.page-template-page-service #container {
  overflow-x: hidden;
}

.marketingresearch-fv {
  background: url(../img/marketing/fv.jpg) no-repeat center center/cover;
}
.marketingresearch-fv .slide01 {
  background: transparent;
}

.marketingresearch-section {
  padding-top: 8rem;
  padding-bottom: 8rem;
  text-align: center;
  background-color: #fff;
}

.marketingresearch-inner {
  max-width: 81.7rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 2rem;
  padding-right: 2rem;
}

.marketingresearch-title {
  color: #0071BD;
  font-family: "Noto Sans JP";
  font-size: 3.2rem;
  font-style: normal;
  font-weight: 700;
  line-height: 162%; /* 5.184rem */
  letter-spacing: 0.256rem;
}
@media (max-width: 767px) {
  .marketingresearch-title {
    font-size: 2.1rem;
  }
}

.marketingresearch-text {
  color: #333;
  font-family: "Noto Sans JP";
  font-size: 1.7rem;
  font-style: normal;
  font-weight: 500;
  line-height: 200%; /* 4.14rem */
  letter-spacing: -0.036rem;
  text-align: left;
  margin-top: 4.4rem;
}
@media (max-width: 767px) {
  .marketingresearch-text {
    font-size: 1.6rem;
  }
}

.marketingresearch-section02 {
  padding-top: 8rem;
  padding-bottom: 8rem;
}
.marketingresearch-section02 .trouble__list {
  max-width: 99.2rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 2rem;
  padding-right: 2rem;
}
.marketingresearch-section02 .trouble__items {
  text-align: left;
}
.marketingresearch-section02 .title {
  background-color: transparent;
}
.marketingresearch-section02 .trouble__items::after {
  transform: none;
  top: 0.9rem;
}

.marketingresearch-section03 {
  background-color: #fff;
  padding-top: 8rem;
  padding-bottom: 8rem;
}
.marketingresearch-section03 .marketingresearch-text {
  text-align: center;
}

.survey-info__table {
  display: flex;
  flex-direction: column;
  border: 0.1rem solid #333;
  border-radius: 0.5rem;
  overflow: hidden;
  margin-top: 3rem;
}

.survey-info__row {
  display: flex;
  border-top: 0.1rem solid #333;
}
.survey-info__row:last-of-type .survey-info__data {
  text-align: left;
}

.survey-info__row:first-child {
  border-top: none;
}

.survey-info__header {
  background-color: #0064b1;
  color: #ffffff;
  font-weight: bold;
  padding: 1rem;
  font-family: "Noto Sans JP";
  font-size: 1.8rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-align: center;
  width: 33.4rem;
  vertical-align: middle;
  flex-shrink: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 767px) {
  .survey-info__header {
    width: 38%;
    font-size: 1.6rem;
  }
}

.survey-info__data {
  width: 100%;
  background-color: #fff;
  padding-top: 1rem;
  padding-bottom: 1rem;
  padding-left: 2.8rem;
  padding-right: 2.8rem;
  color: #333;
  font-family: "Noto Sans JP";
  font-size: 1.8rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  line-height: 180%; /* 3.24rem */
  text-align: center;
}
@media (max-width: 767px) {
  .survey-info__data {
    width: 62%;
    font-size: 1.6rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }
}

.marketingresearch-section04 {
  padding-top: 8rem;
  padding-bottom: 8rem;
}
.marketingresearch-section04 .title {
  background-color: transparent;
}
.marketingresearch-section04 .marketingresearch-text {
  text-align: center;
}

.marketingresearch-reason {
  margin-top: 6rem;
  display: flex;
  gap: 2.1rem;
}
@media (max-width: 767px) {
  .marketingresearch-reason {
    flex-direction: column;
    gap: 5rem;
  }
}

.marketingresearch-reason {
  display: flex;
}

@media (max-width: 767px) {
  .feature__list {
    order: 2;
  }
}

.feature__item:nth-of-type(n+2) {
  margin-top: 3.5rem;
}

.feature__title {
  color: #0071BD;
  font-family: "Noto Sans JP";
  font-size: 2rem;
  font-style: normal;
  font-weight: 600;
  line-height: 150%; /* 2rem */
  display: flex;
}

@media (max-width: 767px) {
  .feature__number {
    padding-top: 0;
  }
}

.feature__text {
  color: #333;
  font-family: "Noto Sans JP";
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 400;
  margin-top: 1.6rem;
  line-height: 150%; /* 2.4rem */
}

.marketingresearch-img {
  width: 26.2rem;
  margin-top: 0.8rem;
  flex-shrink: 0;
  margin-left: auto;
  margin-right: auto;
}

.marketingresearch-section05 {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-color: #fff;
}
.marketingresearch-section05 .title {
  background-color: transparent;
}
.marketingresearch-section05 .marketingresearch-text {
  text-align: center;
}

.marketingresearch-section06 {
  padding-top: 8rem;
  padding-bottom: 8rem;
}
.marketingresearch-section06 .title {
  background-color: transparent;
}
.marketingresearch-section06 .marketingresearch-text {
  text-align: center;
}

.process__steps {
  display: flex;
  flex-wrap: wrap;
  gap: 1.4rem;
  margin-top: 3.5rem;
}
@media (max-width: 767px) {
  .process__steps {
    flex-direction: column;
  }
}

.process__step {
  flex: 1 1 24rem;
  display: flex;
  flex-direction: column;
}

.process__step-head {
  height: 7.1rem;
  display: flex;
  align-items: center;
  color: #ffffff;
  padding-left: 2.1rem;
}

.process__step-head--one {
  background: #4188E1;
}

.process__step-head--two {
  background: #347BD3;
}

.process__step-head--three {
  background: #1158B0;
}

.process__step-label {
  margin: 0;
  font-weight: 700;
  font-size: 2rem;
  letter-spacing: 0.05em;
}

.process__step-num {
  font-size: 2.7rem;
  font-family: Roboto;
}

.process__step-body {
  padding: 2.5rem;
  background: #F7F7F7;
  margin-top: 1.8rem;
  height: 17.8rem;
}
@media (max-width: 767px) {
  .process__step-body {
    height: auto;
  }
}

.process__step-title {
  margin: 0 0 1rem;
  font-size: 1.4824rem;
  color: #0058be;
  font-weight: 700;
  line-height: 1;
}

.process__step-text {
  margin: 0;
}

.process__note {
  color: #333;
  font-family: "Noto Sans JP";
  font-size: 1.4rem;
  font-style: normal;
  font-weight: 500;
  line-height: 180%; /* 2.6683rem */
  letter-spacing: -0.0296rem;
  margin-top: 1.6rem;
}

.process__note-small {
  font-size: 1.4rem;
}

.process__step-text {
  font-size: 1.4rem;
}

.marketingresearch-section06 .price-list-box__price-large02 {
  font-size: 1.2rem;
  line-height: 168%;
}

.price-list-box__price-large-small {
  font-size: 1.8rem;
}

.case-study__item {
  display: flex;
  flex-wrap: wrap;
  gap: 4rem;
  align-items: center;
  justify-content: flex-start;
  background-color: #F0F0F0;
  padding: 3.6rem;
  transition: all 0.3s;
}
.case-study__item:hover {
  opacity: 0.7;
}
@media (max-width: 767px) {
  .case-study__item {
    flex-direction: column;
    gap: 5rem;
  }
}
.case-study__item:nth-of-type(n+2) {
  margin-top: 3rem;
}

.case-study__figure {
  flex: 0 0 32.3rem;
  margin: 0;
}
@media (max-width: 767px) {
  .case-study__figure {
    flex: 0 0 100%;
  }
}

.case-study__img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 0.4rem;
}

.case-study__content {
  flex: 1 1 20rem;
}
@media (max-width: 767px) {
  .case-study__content {
    flex: 0 0 100%;
  }
}

.case-study__title {
  color: #333;
  font-family: "Noto Sans JP";
  font-size: 2rem;
  font-style: normal;
  font-weight: 700;
  line-height: 160%; /* 3.2rem */
}

.case-study__text {
  color: #000;
  font-family: "Noto Sans JP";
  font-size: 1.4rem;
  font-style: normal;
  font-weight: 400;
  line-height: 2.7rem; /* 192.857% */
  margin-top: 1.4rem;
}

.case-study__separator {
  width: 100%;
  height: 0.6rem;
  background-color: #000000;
  border: none;
  margin: 3rem 0;
}

.marketingresearch-section07 {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-color: #fff;
}

.case-study__list {
  margin-top: 3.65rem;
}