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

.content-header {
  flex-direction: column;
  width: 100%;
  background: url("../../gyousei/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("../../gyousei/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;
  }
}

#overview .overview__text {
  text-align: left;
  line-height: 1.5;
  font-size: 16px;
  margin-bottom: 48px;
}
@media (min-width: 47.9375em) {
  #overview .overview__text {
    text-align: center;
    margin-bottom: 40px;
  }
}
#overview .overview-contents {
  background-color: #f2f2f2;
  border-radius: 32px;
  padding: 32px 16px;
}
@media (min-width: 47.9375em) {
  #overview .overview-contents {
    padding: 40px;
  }
}
#overview .overview-contents:not(:last-child) {
  margin-bottom: 40px;
}
#overview .overview-contents__title {
  margin: 0;
  font-weight: bold;
  line-height: 1.5;
  font-size: 22px;
  padding-bottom: 8px;
  border-bottom: 2px solid #d0d0d0;
  margin-bottom: 24px;
  text-align: left;
}
@media (min-width: 47.9375em) {
  #overview .overview-contents__title {
    font-size: 26px;
    margin-bottom: 32px;
  }
}
#overview .overview-contents__box .overview-contents__subtitle {
  background-color: #e93817;
  margin-bottom: 24px !important;
  padding: 12px 0;
  text-align: center;
  color: #fff;
  border-radius: 14px;
  font-weight: bold;
  line-height: 1.5;
  font-size: 16px;
}
@media (min-width: 47.9375em) {
  #overview .overview-contents__box .overview-contents__subtitle {
    margin-bottom: 32px !important;
    font-size: 20px;
  }
}
#overview .overview-contents__box .overview-contents__subtitle:after {
  display: none;
}
#overview .overview-contents__box .overview-contents__text {
  line-height: 1.5;
  font-size: 16px;
  margin: 0;
  margin-bottom: 40px;
}
@media (min-width: 47.9375em) {
  #overview .overview-contents__box .overview-contents__text {
    margin-bottom: 48px;
  }
}
#overview .overview-contents__box .overview-contents__itemlist .overview-contents-item {
  background-color: #fff;
  border-radius: 32px;
  padding: 24px 16px 32px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: column;
  gap: 20px;
}
@media (min-width: 47.9375em) {
  #overview .overview-contents__box .overview-contents__itemlist .overview-contents-item {
    flex-direction: row;
    padding: 40px;
  }
}
#overview .overview-contents__box .overview-contents__itemlist .overview-contents-item:not(:last-child) {
  margin-bottom: 16px;
}
#overview .overview-contents__box .overview-contents__itemlist .overview-contents-item__image {
  flex-shrink: 0;
  width: 100px;
}
#overview .overview-contents__box .overview-contents__itemlist .overview-contents-item__image img {
  width: 100%;
  height: auto;
}
#overview .overview-contents__box .overview-contents__itemlist .overview-contents-item__textarea .overview-contents-item__title {
  margin: 0;
  text-align: center;
  margin-bottom: 16px;
  font-weight: bold;
  line-height: 1.5;
  font-size: 22px;
}
@media (min-width: 47.9375em) {
  #overview .overview-contents__box .overview-contents__itemlist .overview-contents-item__textarea .overview-contents-item__title {
    margin-bottom: 12px;
    text-align: left;
    font-size: 26px;
  }
}
#overview .overview-contents__box .overview-contents__itemlist .overview-contents-item__textarea .overview-contents-item__text {
  margin: 0;
  line-height: 1.5;
  font-size: 16px;
}
#overview .overview-contents__box .overview-request {
  margin-top: 32px;
}
@media (min-width: 47.9375em) {
  #overview .overview-contents__box .overview-request {
    margin-top: 36px;
  }
}
#overview .overview-contents__box .overview-request__title {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  color: #0c0b86;
  margin: 0;
  margin-bottom: 16px;
  gap: 12px;
  font-weight: bold;
  line-height: 1.5;
  font-size: 20px;
  text-align: left;
}
@media (min-width: 47.9375em) {
  #overview .overview-contents__box .overview-request__title {
    margin-bottom: 24px;
    gap: 16px;
    font-size: 22px;
  }
}
#overview .overview-contents__box .overview-request__title:before {
  flex-shrink: 0;
  display: block;
  content: "";
  width: 24px;
  height: 21px;
  background: url("../../gyousei/images/check-icon.svg") no-repeat center center/cover;
  margin-top: 5px;
}
@media (min-width: 47.9375em) {
  #overview .overview-contents__box .overview-request__title:before {
    margin-top: 8px;
  }
}
#overview .overview-contents__box .overview-request__title:after {
  display: none;
}
#overview .overview-contents__box .overview-request__list {
  background-color: #fff;
  border-radius: 32px;
  padding: 24px 16px;
  margin: 0;
}
@media (min-width: 47.9375em) {
  #overview .overview-contents__box .overview-request__list {
    padding: 32px 40px;
  }
}
#overview .overview-contents__box .overview-request__list li {
  margin: 0;
  position: relative;
  padding-left: 24px;
  line-height: 1.5;
  font-size: 16px;
  font-weight: 400;
}
#overview .overview-contents__box .overview-request__list li:not(:last-child) {
  margin-bottom: 6px;
}
#overview .overview-contents__box .overview-request__list li:before {
  content: "・";
  position: absolute;
  top: 0;
  left: 0;
}
#overview .overview-contents__box .overview-solution {
  background-color: #fff;
  border-radius: 32px;
  padding: 24px 16px;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column-reverse;
  gap: 24px;
}
@media (min-width: 47.9375em) {
  #overview .overview-contents__box .overview-solution {
    gap: 48px;
    padding: 40px;
    justify-content: center;
    flex-direction: row;
  }
}
#overview .overview-contents__box .overview-solution__textarea {
  flex-shrink: 0;
  width: 100%;
}
@media (min-width: 47.9375em) {
  #overview .overview-contents__box .overview-solution__textarea {
    width: 47.9166666667%;
  }
}
#overview .overview-contents__box .overview-solution__textarea .overview-solution-item:not(:last-child) {
  margin-bottom: 24px;
}
@media (min-width: 47.9375em) {
  #overview .overview-contents__box .overview-solution__textarea .overview-solution-item:not(:last-child) {
    margin-bottom: 36px;
  }
}
#overview .overview-contents__box .overview-solution__textarea .overview-solution-item .overview-solution-item__title {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  color: #0c0b86;
  margin: 0;
  margin-bottom: 16px;
  gap: 12px;
  font-weight: bold;
  line-height: 1.5;
  font-size: 20px;
  text-align: left;
}
@media (min-width: 47.9375em) {
  #overview .overview-contents__box .overview-solution__textarea .overview-solution-item .overview-solution-item__title {
    margin-bottom: 16px;
    gap: 16px;
    font-size: 22px;
  }
}
#overview .overview-contents__box .overview-solution__textarea .overview-solution-item .overview-solution-item__title:before {
  flex-shrink: 0;
  display: block;
  content: "";
  width: 24px;
  height: 21px;
  background: url("../../bunkyo/images/check-icon.svg") no-repeat center center/cover;
  margin-top: 5px;
}
@media (min-width: 47.9375em) {
  #overview .overview-contents__box .overview-solution__textarea .overview-solution-item .overview-solution-item__title:before {
    margin-top: 8px;
  }
}
#overview .overview-contents__box .overview-solution__textarea .overview-solution-item .overview-solution-item__title:after {
  display: none;
}
#overview .overview-contents__box .overview-solution__textarea .overview-solution-item .overview-solution-item__text {
  margin: 0;
  line-height: 1.5;
  font-weight: 400;
  font-size: 16px;
}
@media (min-width: 47.9375em) {
  #overview .overview-contents__box .overview-solution__textarea .overview-solution-item .overview-solution-item__text {
    padding-left: 40px;
  }
}
#overview .overview-contents__box .overview-solution__image {
  overflow: hidden;
  border-radius: 32px;
}
#overview .overview-contents__box .overview-solution__image img {
  width: 100%;
  height: auto;
}
#overview .overview-contents__box.overview-contents__point .point-list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-right: 16px;
}
#overview .overview-contents__box.overview-contents__point .point-list li + li {
  margin-top: 16px;
}
#overview .overview-contents__box.overview-contents__point .point-list li > .num {
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column;
  width: 60px;
  height: 60px;
  margin-right: 12px;
  margin-bottom: 0;
  padding-top: 2px;
  border-radius: 60px;
  background: #0c0b86;
  font-size: 12px;
  font-weight: 700;
  color: #fff;
}
@media screen and (min-width: 768px) and (max-width: 1160px) {
  #overview .overview-contents__box.overview-contents__point .point-list li > .num {
    font-size: calc(11px + 1 * (100vw - 768px) / 392);
    width: calc(52px + 8 * (100vw - 768px) / 312);
    height: calc(52px + 8 * (100vw - 768px) / 312);
  }
}
@media screen and (max-width: 767px) {
  #overview .overview-contents__box.overview-contents__point .point-list li > .num {
    font-size: 10px;
  }
}
#overview .overview-contents__box.overview-contents__point .point-list li > .num span {
  font-family: "Roboto", sans-serif;
  font-size: 24px;
  line-height: 1;
}
@media screen and (min-width: 768px) and (max-width: 1160px) {
  #overview .overview-contents__box.overview-contents__point .point-list li > .num span {
    font-size: calc(20px + 4 * (100vw - 768px) / 392);
  }
}
#overview .overview-contents__box.overview-contents__point .point-list li > .txt {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 0;
}
@media screen and (min-width: 768px) and (max-width: 1160px) {
  #overview .overview-contents__box.overview-contents__point .point-list li > .txt {
    font-size: calc(18px + 2 * (100vw - 768px) / 392);
  }
}
@media screen and (max-width: 767px) {
  #overview .overview-contents__box.overview-contents__point .point-list li > .txt {
    font-size: 18px;
  }
}

#scene {
  padding-bottom: 96px !important;
}
@media (min-width: 47.9375em) {
  #scene {
    padding-bottom: 120px !important;
  }
}
#scene.noslider {
  padding-bottom: 40px !important;
}
@media (min-width: 47.9375em) {
  #scene.noslider {
    padding-bottom: 80px !important;
  }
}

#scene .container {
  margin: 0 auto !important;
  max-width: 342px;
}
@media (min-width: 47.9375em) {
  #scene .container {
    max-width: 1120px;
    margin: 0 20px;
  }
}

#scene .container .scene__itemlist {
  position: relative;
  max-width: 342px;
  width: 100%;
  margin: 0 auto;
}
@media (min-width: 872px) {
  #scene .container .scene__itemlist {
    max-width: 736px;
  }
}

#scene .container .scene__itemlist .slick-list {
  overflow: hidden;
}

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

#scene .container .scene-contents {
  width: 342px;
  flex-shrink: 0;
}
@media (min-width: 872px) {
  #scene .container .scene-contents {
    width: 736px;
  }
}

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

@media (min-width: 872px) {
  #scene .container .scene-contents a {
    flex-direction: row;
    justify-content: space-between;
    background-image: url("../../gyousei/images/scene-bg.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    gap: 27px;
    padding: 28px 28px 28px 40px;
  }
}
#scene .container .scene-contents > span {
  display: flex;
  width: 100%;
  height: 100%;
  justify-content: flex-end;
  align-items: center;
  flex-direction: column-reverse;
  gap: 20px;
  border-radius: 20px;
  background-image: url("../../gyousei/images/scene-bg-sp.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 24px 16px 32px;
}

@media (min-width: 872px) {
  #scene .container .scene-contents > span {
    flex-direction: row;
    justify-content: space-between;
    background-image: url("../../gyousei/images/scene-bg.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    gap: 27px;
    padding: 28px 28px 28px 40px;
  }
}
#scene .container .scene-contents .scene-contents__textarea {
  width: 100%;
}
@media (min-width: 872px) {
  #scene .container .scene-contents .scene-contents__textarea {
    width: auto;
  }
}

#scene .container .scene-contents .scene-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: 872px) {
  #scene .container .scene-contents .scene-contents__textarea h2 {
    font-size: 26px;
    margin-bottom: 16px;
  }
}
#scene .container .scene-contents .scene-contents__textarea h2:after {
  display: none;
}

#scene .container .scene-contents .scene-contents__textarea .scene-contents__company {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 10px;
  margin: 0;
  margin-bottom: 16px;
  font-weight: bold;
  line-height: 1;
  font-size: 14px;
  color: #fff;
}

@media (min-width: 872px) {
  #scene .container .scene-contents .scene-contents__textarea .scene-contents__company {
    font-size: 16px;
    gap: 12px;
  }
}
#scene .container .scene-contents .scene-contents__textarea .scene-contents__company span {
  display: inline-block;
  margin: 0;
  background-color: #fff;
  color: #0c0b86;
  font-weight: bold;
  line-height: 1;
  font-size: 16px;
  padding: 8px;
  border-radius: 4px;
}

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

#scene .container .scene-contents .scene-contents__textarea .scene-contents__link {
  margin: 0;
  margin-top: 16px;
  text-align: center;
}

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

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

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

@media (min-width: 872px) {
  #scene .container .scene-contents .scene-contents__image {
    width: 40.5688622754%;
  }
}
#scene .container .scene-contents .scene-contents__image img {
  width: 100%;
  height: auto;
}

.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("../../gyousei/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("../../gyousei/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%);
  }
}

#merit .container {
  background-color: #f2f2f2;
  padding: 32px 16px;
  border-radius: 32px;
}
@media (min-width: 47.9375em) {
  #merit .container {
    padding: 40px;
  }
}
#merit .container .merit__title {
  background-color: #e93817;
  margin-bottom: 32px !important;
  padding: 12px 0;
  text-align: center;
  color: #fff;
  border-radius: 14px;
  font-weight: bold;
  line-height: 1.5;
  font-size: 16px;
}
@media (min-width: 47.9375em) {
  #merit .container .merit__title {
    font-size: 20px;
  }
}
#merit .container .merit__title:after {
  display: none;
}
#merit .container .merit__box {
  margin: 0;
}
#merit .container .merit__box .merit-list {
  margin: 0;
}
#merit .container .merit__box .merit-list .merit-list-item {
  background-color: #fff;
  border-radius: 32px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: column;
  padding: 24px 16px 32px;
  gap: 20px;
  margin: 0;
}
@media (min-width: 47.9375em) {
  #merit .container .merit__box .merit-list .merit-list-item {
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
    padding: 40px;
    gap: 12px;
  }
}
#merit .container .merit__box .merit-list .merit-list-item:not(:last-child) {
  margin-bottom: 16px;
}
#merit .container .merit__box .merit-list .merit-list-item__number {
  flex-shrink: 0;
  margin: 0;
  background-color: #0c0b86;
  color: #ffffff;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  font-weight: bold;
  line-height: 1;
  aspect-ratio: 1/1;
  font-size: 12px;
  width: 60px;
  padding-top: 3px;
  margin-top: 8px;
}
#merit .container .merit__box .merit-list .merit-list-item__number span {
  font-family: "Roboto", sans-serif;
  font-size: 24px;
  margin-top: 2px;
}
#merit .container .merit__box .merit-list .merit-list-item__textarea .merit-list-item__title {
  font-weight: bold;
  line-height: 1.5;
  margin: 0;
  text-align: center;
  font-size: 22px;
  margin-bottom: 16px;
}
@media (min-width: 47.9375em) {
  #merit .container .merit__box .merit-list .merit-list-item__textarea .merit-list-item__title {
    text-align: left;
    font-size: 26px;
    margin-bottom: 12px;
  }
}
#merit .container .merit__box .merit-list .merit-list-item__textarea .merit-list-item__contents .merit-list-item__text {
  margin: 0;
  line-height: 1.5;
  font-size: 16px;
}
#merit .container .merit__box .merit-list .merit-list-item__textarea .merit-list-item__contents .merit-list-item__text:not(:last-child) {
  margin-bottom: 8px;
}
@media (min-width: 47.9375em) {
  #merit .container .merit__box .merit-list .merit-list-item__textarea .merit-list-item__contents .merit-list-item__text:not(:last-child) {
    margin-bottom: 12px;
  }
}
#merit .container .merit__box .merit-list .merit-list-item__textarea .merit-list-item__contents ul {
  margin: 0 !important;
}
#merit .container .merit__box .merit-list .merit-list-item__textarea .merit-list-item__contents ul li {
  position: relative;
  margin: 0;
  padding-left: 24px;
}
#merit .container .merit__box .merit-list .merit-list-item__textarea .merit-list-item__contents ul li:not(:last-child) {
  margin-bottom: 6px;
}
#merit .container .merit__box .merit-list .merit-list-item__textarea .merit-list-item__contents ul li span {
  display: block;
  color: #0c0b86;
  font-weight: bold;
}
#merit .container .merit__box .merit-list .merit-list-item__textarea .merit-list-item__contents ul li:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "・";
  color: #0c0b86;
}

#service .service__text {
  margin-bottom: 40px;
  line-height: 1.5;
  font-size: 16px;
}
@media (min-width: 47.9375em) {
  #service .service__text {
    text-align: center;
  }
}
#service .service__itemlist {
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  flex-wrap: wrap;
  gap: 28px;
}
#service .service__itemlist .service-item {
  width: 100%;
}
@media (min-width: 47.9375em) {
  #service .service__itemlist .service-item {
    width: calc((100% - 56px) / 3);
  }
}
#service .service__itemlist .service-item.service--item--gray a, #service .service__itemlist .service-item.service--item--gray > span {
  background-color: #f2f2f2;
}
#service .service__itemlist .service-item a, #service .service__itemlist .service-item > span {
  height: 100%;
  background-color: #fff;
  padding: 16px 16px 32px;
  border-radius: 32px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: column;
}
@media (min-width: 47.9375em) {
  #service .service__itemlist .service-item a, #service .service__itemlist .service-item > span {
    padding: 24px 24px 28px;
  }
}
#service .service__itemlist .service-item a .service-item__image, #service .service__itemlist .service-item > span .service-item__image {
  width: 100%;
  border-radius: 20px;
  overflow: hidden;
  margin-bottom: 20px;
}
#service .service__itemlist .service-item a .service-item__image img, #service .service__itemlist .service-item > span .service-item__image img {
  width: 100%;
  height: auto;
}
#service .service__itemlist .service-item a .service-item__title, #service .service__itemlist .service-item > span .service-item__title {
  margin: 0;
  margin-bottom: 16px;
  text-align: center;
  font-weight: bold;
  line-height: 1.5;
  font-size: 20px;
}
#service .service__itemlist .service-item a .service-item__text, #service .service__itemlist .service-item > span .service-item__text {
  text-align: left;
  margin: 0;
  color: #000;
  line-height: 1.5;
  font-size: 14px;
  font-weight: 400;
}
#service .service__itemlist .service-item a .service-item__link, #service .service__itemlist .service-item > span .service-item__link {
  width: 100%;
  font-weight: bold;
  line-height: 1.5;
  font-size: 14px;
  color: #406faf;
  margin-top: 16px;
}
#service .service__itemlist .service-item a .service-item__link span, #service .service__itemlist .service-item > span .service-item__link span {
  position: relative;
  padding-right: 26px;
}
#service .service__itemlist .service-item a .service-item__link span:before, #service .service__itemlist .service-item > span .service-item__link span:before {
  content: "";
  aspect-ratio: 1/1;
  position: absolute;
  top: 55%;
  transform: translateY(-50%);
  right: 0;
  background: url("../../gyousei/images/arrow-right-blue.svg") no-repeat center center/cover;
  transition: background 0.3s;
  width: 18px;
}

#cm {
  padding-top: 80px !important;
  background-color: #ffe8e1;
}

@media screen and (max-width: 767px) {
  #cm {
    padding-top: 40px !important;
  }
}
.cm__contents {
  max-width: 576px;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .cm__contents {
    max-width: 100%;
  }
}
.cm__contents .cm__movie {
  width: 100%;
  position: relative;
  display: block;
  overflow: hidden;
  border-radius: 20px;
  margin: 0 auto;
  aspect-ratio: 576/314;
  margin-bottom: 40px;
}

@media screen and (max-width: 767px) {
  .cm__contents .cm__movie {
    margin-bottom: 28px;
  }
}
.cm__contents .cm__movie iframe {
  width: 100%;
  height: 100%;
  object-fit: cover;
}