<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@import url("../components/carousel.css");
@media screen and (max-width: 767px) {
  .service-hero {
    background: #ebf6fd url(../../img/spot/sp/bg_main_spot_sp.webp) no-repeat top
      center/contain;
  }
}

.top-section {
  position: relative;
}

.top-section--service-hero {
  height: 375px;
  padding: 75px 0 0;
  background: url(../../img/spot/bg_main_spot.webp) no-repeat top center/cover;
}

@media screen and (max-width: 767px) {
  .top-section--service-hero {
    height: auto;
    padding: 180px 30px 40px;
    background: transparent;
  }
}

@media screen and (max-width: 767px) {
  .top-section--service-hero .top-section__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.top-section--service-hero .top-section__heading {
  font-size: 42px;
  letter-spacing: 0.5px;
  line-height: 1.4;
  color: #1565c0;
}

@media screen and (max-width: 767px) {
  .top-section--service-hero .top-section__heading {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    font-size: 26px;
    font-weight: bold;
    letter-spacing: 1px;
    line-height: 38px;
    margin-right: -20px;
  }
}

.top-section--service-hero .top-section__sub-heading {
  display: block;
  font-weight: normal;
  font-size: 24px;
  font-weight: bold;
  line-height: 1.2;
  margin-bottom: 15px;
  color: #1565c0;
}

@media screen and (max-width: 767px) {
  .top-section--service-hero .top-section__sub-heading {
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 0.5px;
    line-height: 26px;
  }
}

.top-section__heading-caption {
  position: absolute;
  left: 500px;
  display: inline-block;
  border: 1px solid #1565c0;
  border-radius: 23px;
  color: #1565c0;
  padding: 6px 30px 6px 12px;
  font-size: 16px;
  font-weight: bold;
  margin-top: 6px;
}

.top-section__heading-caption:hover {
  -webkit-transition: 200ms;
  transition: 200ms;
  opacity: 0.8;
}

@media screen and (max-width: 767px) {
  .top-section__heading-caption {
    position: relative;
    top: 0;
    left: 0;
    padding: 0 32px 0 14px;
    margin-top: 0px;
    margin-bottom: 5px;
  }
}

.top-section__heading-caption:before {
  content: "";
  display: block;
  position: absolute;
  width: 24px;
  height: 24px;
  right: 8px;
  top: 5px;
  background: url(../../img/spot/img_heading_caption.svg) no-repeat
    center/contain;
}

@media screen and (max-width: 767px) {
  .top-section__heading-caption:before {
    right: 10px;
    top: 7px;
  }
}

.top-section--service-hero .top-section__body {
  margin-top: 20px;
}

@media screen and (max-width: 767px) {
  .top-section--service-hero .top-section__body {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
    margin-top: 30px;
  }
}

.top-section--service-hero .top-section__body .c-button {
  text-align: center;
}

.top-section--service-hero .top-section__body .c-button:not(:first-child) {
  margin-left: 20px;
}

@media screen and (max-width: 767px) {
  .top-section--service-hero .top-section__body .c-button:not(:first-child) {
    margin-left: 0;
    margin-top: 20px;
  }
}

@media screen and (max-width: 767px) {
  .top-section__buttons {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 4;
    order: 4;
  }
}

.top-section--service-hero .top-section__logo {
  position: absolute;
  right: 30px;
  bottom: 20px;
}

@media screen and (max-width: 767px) {
  .top-section--service-hero .top-section__logo {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    position: static;
    margin-bottom: 20px;
  }
}

.top-section--overview {
  padding: 80px 0 60px;
}

@media screen and (max-width: 767px) {
  .top-section--overview {
    padding: 50px 30px 0;
    z-index: 1;
  }
}

.top-section--overview .top-section__inner {
  position: relative;
}

.top-section--overview .top-section__heading {
  position: static;
}

.top-section--overview .top-section__heading::after {
  content: "";
  display: block;
  position: absolute;
  top: -89px;
  right: 0;
  width: 449px;
  height: 309px;
}

.top-section--overview .top-section__heading.lazyloaded::after {
  background: url(../../img/spot/img_consept_spot.svg) no-repeat center/contain;
}

@media screen and (max-width: 767px) {
  .top-section--overview .top-section__heading::after {
    position: static;
    width: 100%;
    height: 197px;
    margin-top: 20px;
  }
}

.top-section--overview .top-section__body {
  margin-top: 30px;
}

.top-section--plan {
  padding: 190px 0 100px;
}

@media screen and (max-width: 767px) {
  .top-section--plan {
    padding: 60px 0;
  }
}

@media screen and (max-width: 767px) {
  .top-section--plan .top-section__description {
    padding: 0 30px;
  }
}

.top-section--work {
  background: #ebf6fd;
  padding: 80px 0 0;
  position: relative;
}

@media screen and (max-width: 767px) {
  .top-section--work {
    padding: 40px 30px 0;
    margin-bottom: 95px;
  }
}

.top-section--work .top-section__body {
  margin-top: 60px;
  margin-bottom: -80px;
}

@media screen and (max-width: 767px) {
  .top-section--work .top-section__body {
    margin-top: 40px;
  }
}

.top-section--work .top-section__more {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transform: translateY(50%);
  transform: translateY(50%);
  position: relative;
  z-index: 1;
}

.top-section--step {
  padding: 60px 0;
  background: #ebf6fd;
  color: #1565c0;
}

@media screen and (max-width: 767px) {
  .top-section--step {
    padding: 40px 30px;
  }
}

.top-section--step .top-section__heading {
  font-size: 28px;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .top-section--step .top-section__heading {
    text-align: left;
  }
}

.top-section--step .top-section__description {
  text-align: center;
  margin-top: 10px;
  font-size: 14px;
  line-height: 1.5;
}

@media screen and (max-width: 767px) {
  .top-section--step .top-section__description {
    text-align: left;
  }
}

.top-section--step .top-section__body {
  margin-top: 30px;
}

.top-section--contact {
  padding: 60px 0;
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#1565c0),
    to(#03a9f4)
  );
  background: linear-gradient(90deg, #1565c0 0%, #03a9f4 100%);
}

.top-section--banner {
  padding: 40px 0;
}

.top-section--faq {
  padding: 100px 0 40px;
}

@media screen and (max-width: 767px) {
  .top-section--faq {
    padding: 40px 30px 30px;
  }
}

.top-section--faq .top-section__body {
  width: 800px;
  margin: 60px auto 0;
}

@media screen and (max-width: 767px) {
  .top-section--faq .top-section__body {
    width: 100%;
    margin: 40px auto 0;
  }
}

.top-section__inner {
  width: 1240px;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .top-section__inner {
    width: 100%;
  }
}

.top-section__heading {
  position: relative;
  font-size: 36px;
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: 0.5px;
}

@media screen and (max-width: 767px) {
  .top-section__heading {
    font-size: 28px;
  }
}

.top-section__heading--with-line {
  color: #1565c0;
  text-align: center;
  padding-top: 20px;
}

.top-section__heading--with-line:before,
.top-section__heading--with-line:after {
  content: "";
  display: block;
  height: 2px;
  width: 40px;
  position: absolute;
  top: 0;
}

.top-section__heading--with-line:before {
  right: 50%;
  background: #03a9f4;
}

.top-section__heading--with-line:after {
  left: 50%;
  background: #1565c0;
}

.top-section__heading strong {
  color: #1565c0;
}

.top-section__description {
  font-size: 14px;
  line-height: 21px;
  text-align: center;
  margin-top: 10px;
}

.top-section__body {
  margin-top: 50px;
}

@media screen and (max-width: 767px) {
  .top-section__body {
    margin-top: 30px;
  }
}

.top-section__more {
  margin-top: 60px;
  text-align: center;
}

.top-section__more a {
  text-decoration: none;
}

@media screen and (max-width: 767px) {
  .top-section__more {
    margin-top: 40px;
  }
}

.top-section__more .c-button.c-button--l {
  width: 100%;
  max-width: 326px;
}

.column__block + .column__block {
  margin-top: 50px;
}

.column__heading {
  position: relative;
  font-size: 26px;
  font-weight: bold;
  line-height: 30px;
  letter-spacing: 0.5px;
  color: #434e5b;
  padding: 15px 15px 15px 36px;
  background: #fafafa;
  margin-bottom: 40px;
}

@media screen and (max-width: 767px) {
  .column__heading {
    background: #ffffff;
    color: #434e5b;
    line-height: 1.4;
    font-size: 24px;
    padding: 0 0 15px;
    margin-bottom: 30px;
  }
}

.column__heading:before {
  content: "";
  position: absolute;
  display: block;
  background: #1565c0;
  height: 2px;
  width: 20px;
  left: 0;
  top: 50%;
  -webkit-transform: translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0);
}

@media screen and (max-width: 767px) {
  .column__heading:before {
    width: 100%;
    top: auto;
    height: 3px;
    bottom: 0;
    background: #f7f7f7;
    -webkit-transform: none;
    transform: none;
  }
}

@media screen and (max-width: 767px) {
  .column__heading:after {
    content: "";
    position: absolute;
    display: block;
    height: 3px;
    bottom: 0;
    background: -webkit-gradient(
      linear,
      left top,
      right top,
      from(#1565c0),
      to(#03a9f4)
    );
    background: linear-gradient(90deg, #1565c0 0%, #03a9f4 100%);
    width: 50px;
  }
}

@media screen and (max-width: 767px) {
  .column__body {
    padding: 0;
    margin: 0 -30px;
    overflow: hidden;
    height: 308px;
  }
}

@media screen and (max-width: 767px) {
  .column__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow: auto;
    padding: 0 30px 50px;
    -webkit-overflow-scrolling: touch;
  }
}

.column__item {
  margin-right: 30px;
}

@media screen and (max-width: 767px) {
  .column__item {
    min-width: 250px;
    max-width: 250px;
    height: 308px;
    padding: 0 30px 0 0;
    margin-right: 0;
  }
}

.column .slide-prev-arrow,
.column .slide-next-arrow {
  width: 32px;
  height: 50px;
  position: absolute;
  top: 70px;
  background: #ddd;
  cursor: pointer;
  -webkit-transition: 200ms;
  transition: 200ms;
  opacity: 1;
}

.column .slide-prev-arrow:hover,
.column .slide-next-arrow:hover {
  opacity: 0.8;
}

@media screen and (max-width: 767px) {
  .column .slide-prev-arrow,
  .column .slide-next-arrow {
    -webkit-transition: none;
    transition: none;
  }
  .column .slide-prev-arrow:hover,
  .column .slide-next-arrow:hover {
    opacity: 1;
  }
}

.column .slide-prev-arrow {
  right: 100%;
  margin-right: 24px;
  background: url(../../img/common/icon_arrow_slide_l_l.svg) no-repeat center;
}

.column .slide-next-arrow {
  left: 100%;
  margin-left: 24px;
}

.column .slide-next-arrow {
  background: url(../../img/common/icon_arrow_slide_l_r.svg) no-repeat center;
}

.step__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 50px;
}

@media screen and (max-width: 767px) {
  .step__list {
    margin-top: 30px;
    display: block;
    padding: 0 10px;
  }
}

.step__item + .step__item {
  margin-left: 80px;
  position: relative;
}

@media screen and (max-width: 767px) {
  .step__item + .step__item {
    margin-left: 0;
    margin-top: 50px;
  }
}

.step__item + .step__item:before {
  content: "";
  display: block;
  position: absolute;
  left: -50px;
  top: 155px;
  width: 20px;
  height: 40px;
  background: url(../../img/common/arrow_step.svg) no-repeat center/contain;
}

@media screen and (max-width: 767px) {
  .step__item + .step__item:before {
    width: 16px;
    height: 32px;
    left: 50%;
    top: auto;
    margin-bottom: 25px;
    bottom: 100%;
    -webkit-transform: translate(-50%, 50%) rotate(90deg);
    transform: translate(-50%, 50%) rotate(90deg);
  }
}

.step-card {
  width: 290px;
  height: 341px;
  border-radius: 6px;
  background: #ffffff no-repeat top 70px center;
  position: relative;
  padding: 180px 40px 40px;
}

@media screen and (max-width: 767px) {
  .step-card {
    width: 100%;
    height: 100%;
    padding-top: 170px;
    padding-bottom: 30px;
    background-position: top 20px center;
    background-size: 180px 130px;
  }
}

.step-card--1.lazyloaded {
  background-image: url(../../img/spot/img_step_spot_01.svg);
}

.step-card--2.lazyloaded {
  background-image: url(../../img/spot/img_step_spot_02.svg);
}

.step-card--3.lazyloaded {
  background-image: url(../../img/spot/img_step_spot_03.svg);
}

.step-card__num {
  position: absolute;
  left: 50%;
  top: 0;
  -webkit-transform: translate(-50%, -15px);
  transform: translate(-50%, -15px);
}

@media screen and (max-width: 767px) {
  .step-card__num {
    top: -7px;
    left: -10px;
    -webkit-transform: none;
    transform: none;
  }
}

.step-card__heading {
  margin: 0 -20px;
  color: #1565c0;
  font-weight: normal;
  font-size: 20px;
  font-weight: bold;
  line-height: 23px;
  text-align: center;
}

.step-card__text {
  margin-top: 15px;
  color: #323b44;
  font-size: 14px;
  line-height: 24px;
}

.step__filelink {
  margin-top: 25px;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .step__filelink {
    margin-top: 15px;
  }
}

.step__filelink a {
  color: #1565c0;
  font-size: 16px;
  font-weight: bold;
  text-decoration: underline;
}

@media screen and (min-width: 768px) {
  .step__filelink a:hover {
    text-decoration: none;
  }
}

.faq__item:not(:first-child) {
  margin-top: 20px;
}

.slick-dotted.slick-slider {
  padding-bottom: 50px;
}

.slick-dots {
  position: absolute;
  bottom: 0;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}

.slick-dots li.slick-active button:before {
  background-color: #1565c0;
}

.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}

.slick-dots li button:before {
  content: "";
  display: block;
  background-color: #d8e1ea;
  width: 13px;
  height: 13px;
  border-radius: 50%;
}

.introduction {
  background: #ebf6fd;
  padding: 50px 0 60px;
  position: relative;
}

@media screen and (max-width: 767px) {
  .introduction {
    padding: 0 30px 40px;
    background: transparent;
  }
}

.introduction:after {
  content: "";
  display: block;
  border: transparent solid 40px;
  border-top-color: #ebf6fd;
  position: absolute;
  left: 50%;
  top: 100%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}

.introduction__inner {
  width: 1240px;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .introduction__inner {
    width: 100%;
  }
}

.introduction__heading {
  text-align: center;
  font-size: 26px;
  font-weight: bold;
  line-height: 1;
}

@media screen and (max-width: 767px) {
  .introduction__heading {
    line-height: 36px;
  }
}

.introduction__body {
  margin-top: 50px;
}

@media screen and (max-width: 767px) {
  .introduction__body {
    margin-top: 30px;
  }
}

.introduction__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -20px;
  padding: 0 10px;
}

@media screen and (max-width: 767px) {
  .introduction__list {
    display: block;
    margin: 0;
    padding: 0;
  }
}

.introduction__item {
  width: 33.333%;
  padding: 0 20px;
}

@media screen and (max-width: 767px) {
  .introduction__item {
    width: 100%;
    padding: 0;
  }
}

@media screen and (max-width: 767px) {
  .introduction__item + .introduction__item {
    margin-top: 20px;
  }
}

.introduction-item {
  background: #ffffff;
  border-radius: 12px;
  padding: 105px 40px 35px;
  position: relative;
}

@media screen and (max-width: 767px) {
  .introduction-item {
    padding: 90px 30px 25px;
  }
}

.introduction-item:before {
  content: "";
  display: block;
  background: no-repeat center/contain;
  position: absolute;
  top: 0;
  left: 50%;
  width: 195px;
  height: 112px;
  -webkit-transform: translate(-50%, -22px);
  transform: translate(-50%, -22px);
}

@media screen and (max-width: 767px) {
  .introduction-item:before {
    height: 88px;
    -webkit-transform: translate(-50%, -10px);
    transform: translate(-50%, -10px);
  }
}

.introduction-item--1.lazyloaded:before {
  background-image: url(../../img/spot/img_problem_spot_01.svg);
}

.introduction-item--2.lazyloaded:before {
  background-image: url(../../img/spot/img_problem_spot_02.svg);
}

.introduction-item--3.lazyloaded:before {
  background-image: url(../../img/spot/img_problem_spot_03.svg);
}

.introduction-item__text {
  font-size: 18px;
  font-weight: bold;
  line-height: 28px;
}

@media screen and (max-width: 767px) {
  .introduction-item__text {
    font-size: 14px;
    line-height: 24px;
  }
}

@media screen and (max-width: 767px) {
  .overview {
    margin: 0 -30px;
  }
}

.overview__detail {
  margin-top: 90px;
}

@media screen and (max-width: 767px) {
  .overview__detail {
    margin-top: 60px;
  }
}

.overview-detail {
  border-top: #03a9f4 solid 6px;
  padding: 50px 60px;
  -webkit-box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.2);
  background: #ffffff;
}

@media screen and (max-width: 767px) {
  .overview-detail {
    padding: 30px 30px 60px;
  }
}

.overview-detail__block + .overview-detail__block {
  margin-top: 70px;
}

.overview-detail__heading {
  font-size: 28px;
  font-weight: bold;
  line-height: 1.5;
  text-align: center;
  margin-bottom: 24px;
  color: #1565c0;
}

@media screen and (max-width: 767px) {
  .overview-detail__heading {
    text-align: left;
  }
}

.overview-detail__sub-title {
  font-weight: bold;
  color: #1565c0;
  font-size: 15px;
}

.overview-detail__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 767px) {
  .overview-detail__body {
    display: block;
  }
}

.overview-detail__thumbnail {
  width: 370px;
}

@media screen and (max-width: 767px) {
  .overview-detail__thumbnail {
    width: 100%;
  }
}

.overview-detail__thumbnail img {
  width: 100%;
  height: auto;
}

.overview-detail__detail {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin-left: 50px;
}

@media screen and (max-width: 767px) {
  .overview-detail__detail {
    margin-left: 0px;
    margin-top: 20px;
  }
}

.overview-detail__text {
  font-size: 14px;
  line-height: 24px;
  margin-top: 20px;
}

.overview-detail__text a {
  color: #1565c0;
  text-decoration: underline;
}

@media screen and (min-width: 768px) {
  .overview-detail__text a:hover {
    text-decoration: none;
  }
}

.overview-detail__detail &gt; .overview-detail__text:first-child {
  margin-top: 0px;
}

.overview-detail__text.-center {
  text-align: center;
}

@media screen and (max-width: 767px) {
  .overview-detail__text.-center {
    text-align: left;
  }
}

.overview-detail__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 55px;
}

@media screen and (max-width: 767px) {
  .overview-detail__list {
    margin-top: 30px;
    display: block;
  }
}

.overview-detail__list--simple {
  list-style: disc;
  margin-left: 1rem;
}

.overview-detail__item {
  padding: 180px 40px 40px;
  width: 33.333%;
}

.overview-detail__item.lazyloaded {
  background: #ebf6fd url(../../img/spot/img_point_spot_01.svg) no-repeat center
    top 30px;
}

@media screen and (max-width: 767px) {
  .overview-detail__item {
    padding: 180px 30px 40px;
    width: 100%;
  }
}

.overview-detail__item--1.lazyloaded {
  background-image: url(../../img/spot/img_point_spot_01.svg);
}

.overview-detail__item--2.lazyloaded {
  background-position: center top 35px;
  background-image: url(../../img/spot/img_point_spot_02.svg);
}

.overview-detail__item--3.lazyloaded {
  background-image: url(../../img/spot/img_point_spot_03.svg);
}

.overview-detail__item + .overview-detail__item {
  margin-left: 30px;
}

@media screen and (max-width: 767px) {
  .overview-detail__item + .overview-detail__item {
    margin-left: 0;
    margin-top: 20px;
  }
}

.overview-detail__item-heading {
  font-size: 20px;
  font-weight: bold;
  line-height: 32px;
  text-align: center;
  margin: 0 -30px 20px;
}

@media screen and (max-width: 767px) {
  .overview-detail__item-heading {
    margin: 0 0 20px;
  }
}

.overview-detail__item-text {
  font-size: 14px;
  line-height: 28px;
}

.overview-detail__item-notice {
  color: #637487;
  font-size: 12px;
  line-height: 22px;
  margin-top: 10px;
}

.overview-detail__item-notice a {
  text-decoration: underline;
  color: #1565c0;
}

.overview-detail__item-notice a:hover {
  text-decoration: none;
}

.top-section__button .c-button--l {
  margin-top: 10px;
  width: 400px;
}

@media screen and (max-width: 767px) {
  .top-section__button .c-button--l {
    max-width: 100%;
    font-size: 20px;
  }
}
/* â†‘ã“ã“ã¾ã§ */

.work__block + .work__block {
  margin-top: 70px;
}

@media screen and (max-width: 767px) {
  .work__block + .work__block {
    margin-top: 40px;
  }
}

.work__heading {
  padding-left: 40px;
  font-size: 26px;
  font-weight: bold;
  letter-spacing: 0.5px;
  line-height: 1.5;
  position: relative;
}

@media screen and (max-width: 767px) {
  .work__heading {
    padding-left: 0;
    padding-top: 20px;
  }
}

.work__heading:before {
  content: "";
  display: block;
  width: 20px;
  height: 2px;
  background: #03a9f4;
  position: absolute;
  top: 20px;
  left: 0;
}

@media screen and (max-width: 767px) {
  .work__heading:before {
    top: 0;
    left: 50%;
    width: 40px;
    margin-left: -20px;
  }
}

.work__text {
  padding-left: 40px;
  margin-top: 10px;
  font-size: 16px;
  line-height: 1.5;
}

@media screen and (max-width: 767px) {
  .work__text {
    font-size: 14px;
    padding-left: 0;
  }
}

.work__header {
  margin-bottom: 35px;
}

.work__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: -20px;
}

@media screen and (max-width: 767px) {
  .work__list {
    display: block;
    margin: 0;
  }
}

.work__item {
  padding: 20px;
  width: 33.333%;
}

@media screen and (max-width: 767px) {
  .work__item {
    padding: 0;
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .work__item + .work__item {
    margin-top: 20px;
  }
}

.work-card {
  background: #ffffff;
  height: 100%;
}

.work-card__detail {
  padding: 35px 30px 40px;
  position: relative;
}

.work-card__label {
  position: absolute;
  top: -15px;
  left: 30px;
  font-size: 14px;
}

@media screen and (max-width: 767px) {
  .work-card__label {
    font-size: 10px;
  }
}

.work-card__label-time {
  display: inline-block;
  background: #637487;
  color: #ffffff;
  line-height: 20px;
  padding: 5px 12px;
}

.work-card__label-online {
  display: inline-block;
  background: #1565c0;
  color: #ffffff;
  border-radius: 20px;
  line-height: 20px;
  padding: 5px 12px;
  margin-left: 10px;
}

.work-card__thumbnail img {
  display: block;
  width: 100%;
  height: auto;
}

.work-card__title {
  font-size: 20px;
  font-weight: bold;
  line-height: 1.5;
}

.work-card__description {
  margin-top: 15px;
  font-size: 14px;
  line-height: 2;
}

@media screen and (max-width: 767px) {
  .work-card__description {
    font-size: 12px;
    line-height: 20px;
  }
}

.work-card__description a {
  color: #1565c0;
  text-decoration: underline;
}

@media screen and (min-width: 768px) {
  .work-card__description a:hover {
    text-decoration: none;
  }
}

.work-card__button {
  margin-top: 20px;
}

.guidance-link {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 80px;
  -webkit-box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.2);
  z-index: 1;
  width: 1000px;
  height: 160px;
  cursor: pointer;
  -webkit-transition: 200ms;
  transition: 200ms;
  opacity: 1;
}

.guidance-link.lazyloaded {
  background: url(../../img/spot/btn_bg_guidance.webp) no-repeat top
    center/contain;
}

.guidance-link:hover {
  opacity: 0.8;
}

@media screen and (max-width: 767px) {
  .guidance-link {
    -webkit-transition: none;
    transition: none;
  }
  .guidance-link:hover {
    opacity: 1;
  }
}

@media screen and (max-width: 767px) {
  .guidance-link {
    max-width: 315px;
    width: 100%;
    height: auto;
    border-radius: 20px;
    padding: 0;
  }

  .guidance-link.lazyloaded {
    background: url(../../img/spot/sp/btn_bg_guidance_sp.webp) no-repeat top
      center/contain;
  }
}

@media screen and (max-width: 767px) {
  .guidance-link:before {
    content: "";
    display: block;
    width: 100%;
    padding-top: 60%;
  }
}

.guidance-link__text {
  color: #ffffff;
  font-size: 32px;
  font-weight: bold;
  line-height: 46px;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .guidance-link__text {
    position: absolute;
    top: 50%;
    left: 30px;
    font-size: 28px;
    line-height: 39px;
    text-align: left;
    padding-right: 20%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}

.plan {
  -webkit-box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.2);
}

.plan__header {
  background: #1565c0;
  color: #ffffff;
  text-align: center;
  font-size: 28px;
  font-weight: bold;
  letter-spacing: 0.5px;
  line-height: 42px;
  padding: 9px;
}

@media screen and (max-width: 767px) {
  .plan__header {
    font-size: 18px;
    line-height: 28px;
    padding: 15px 10px;
  }
}

.plan__body {
  padding: 50px 60px;
}

@media screen and (max-width: 767px) {
  .plan__body {
    padding: 40px 30px 60px;
  }
}

.plan__price-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 767px) {
  .plan__price-inner {
    display: block;
  }
}

.plan__price-item {
  width: 33.333%;
}

@media screen and (max-width: 767px) {
  .plan__price-item {
    width: 100%;
  }
}

.plan__price-item + .plan__price-item .plan__price-main {
  border-left: 1px solid #e0e4e8;
}

.plan__price-item + .plan__price-item .plan__price-sub {
  border-left: 1px solid #ffffff;
}

.plan__price-main {
  color: #1565c0;
  background: #ebf6fd;
  font-size: 32px;
  font-weight: bold;
  line-height: 60px;
  text-align: center;
  padding: 20px;
}

@media screen and (max-width: 767px) {
  .plan__price-main {
    font-size: 24px;
    line-height: 42px;
  }
}

.plan__price-num {
  font-size: 42px;
}

@media screen and (max-width: 767px) {
  .plan__price-num {
    font-size: 38px;
    margin-right: 4px;
  }
}

.plan__price-unit {
  font-size: 26px;
  text-align: justify;
  margin: 0 -0.4em;
}

@media screen and (max-width: 767px) {
  .plan__price-unit {
    font-size: 16px;
  }
}

.plan__price-sub {
  color: #ffffff;
  background: #637487;
  font-size: 28px;
  font-weight: bold;
  line-height: 42px;
  padding: 6px;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .plan__price-sub {
    font-size: 20px;
    line-height: 30px;
    padding: 5px;
  }
}

.plan__price-sub span {
  font-size: 32px;
}

@media screen and (max-width: 767px) {
  .plan__price-sub span {
    font-size: 20px;
  }
}

.plan__price-text {
  margin-top: 30px;
  font-size: 16px;
  font-weight: bold;
  line-height: 24px;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .plan__price-text {
    text-align: left;
  }
}

.plan__content {
  margin-top: 40px;
}

.plan__content-header {
  background: #637487;
  color: #ffffff;
  font-size: 24px;
  font-weight: bold;
  letter-spacing: 0.5px;
  line-height: 36px;
  text-align: center;
  padding: 9px;
  margin-bottom: 10px;
}

.plan__content-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 767px) {
  .plan__content-body {
    display: block;
  }
}

.plan__content-item {
  background: #ebf6fd;
  padding: 30px;
}

.plan__content-item + .plan__content-item {
  margin-left: 6px;
}

@media screen and (max-width: 767px) {
  .plan__content-item + .plan__content-item {
    margin-left: 0;
    margin-top: 10px;
  }
}

.plan__content-heading {
  color: #1565c0;
  font-size: 20px;
  font-weight: bold;
  line-height: 30px;
  margin-bottom: 20px;
}

@media screen and (max-width: 767px) {
  .plan__content-heading {
    text-align: center;
  }
}

.plan__content-text {
  font-size: 14px;
  line-height: 24px;
}

.plan__content-text + .plan__content-text {
  margin-top: 10px;
}

.plan__content-notice {
  margin-top: 20px;
  font-size: 16px;
  font-weight: bold;
  line-height: 24px;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .plan__content-notice {
    text-align: left;
  }
}

.plan__notice {
  margin-top: 30px;
  font-size: 14px;
  line-height: 28px;
}

@media screen and (max-width: 767px) {
  .plan__notice {
    line-height: 24px;
  }
}

.plan__notice-item a {
  color: #1565c0;
  text-decoration: underline;
}

.plan__notice-item a:hover {
  text-decoration: none;
}

.plan__notice-item b {
  font-weight: bold;
}

.plan__notice-item em {
  font-weight: bold;
  color: #1565c0;
}

@media screen and (max-width: 767px) {
  .plan__notice a {
    text-decoration: none;
  }
}

.plan__price-link {
  margin: 48px auto 0;
  text-align: center;
}

.plan__price-link a {
  color: #1565c0;
  font-size: 24px;
  font-weight: bold;
  text-decoration: underline;
}

.plan__support {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 40px;
  padding-top: 50px;
  border-top: 1px solid #e0e4e8;
}

@media screen and (max-width: 767px) {
  .plan__support {
    margin-top: 40px;
    padding-top: 0;
    border-top: none;
    display: block;
  }
}

.plan__support-thumbnail {
  width: 340px;
}

@media screen and (max-width: 767px) {
  .plan__support-thumbnail {
    width: 100%;
  }
}

.plan__support-thumbnail img {
  width: 100%;
  height: auto;
}

.plan__support-detail {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin-left: 50px;
}

@media screen and (max-width: 767px) {
  .plan__support-detail {
    margin-left: 0;
    margin-top: 25px;
  }
}

.plan__support-title {
  font-size: 28px;
  font-weight: bold;
  line-height: 44px;
  margin-bottom: 20px;
}

@media screen and (max-width: 767px) {
  .plan__support-title {
    margin-bottom: 10px;
  }
}

.plan__support-description {
  font-size: 14px;
  line-height: 2;
}

.service-logo {
  width: 320px;
  height: auto;
  display: block;
}

@media screen and (max-width: 767px) {
  .service-logo {
    max-width: 307px;
    width: 100%;
  }
}

.top-section--material {
  padding: 100px 0 40px;
}

@media screen and (max-width: 767px) {
  .top-section--material {
    padding: 40px 30px 0 30px;
  }
}

.top-material__items {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

@media screen and (max-width: 767px) {
  .top-material__items {
    flex-wrap: wrap;
    justify-content: space-between;
  }
}

.top-material__items li {
  flex-basis: 270px;
  margin: 0 42px 32px 0;
  overflow: hidden;
}

.top-material__items::before {
  content: "";
  display: block;
  flex-basis: 270px;
  margin-right: 42px;
  order: 1;
}

.top-material__items::after {
  content: "";
  display: block;
  flex-basis: 270px;
  margin-right: 42px;
}

@media screen and (max-width: 767px) {
  .top-material__items li {
    flex-basis: calc((100vw - 60px) / 2 - 2.4%);
    margin-bottom: 16px;
    margin-right: 0;
  }
}

.top-material__items li a {
  display: block;
}

.top-material__thumbnail {
  display: block;
  transition: 300ms;
  border-radius: 6px;
  overflow: hidden;
  margin-top: 14px;
}

@media screen and (max-width: 767px) {
  .top-material__thumbnail {
    aspect-ratio: 4 / 3;
  }
}

.top-material__thumbnail img {
  max-width: 100%;
  height: auto;
  width: 270px;
  height: 180px;
  object-fit: cover;
}

@media screen and (max-width: 767px) {
  .top-material__thumbnail img {
    width: 100%;
    height: 100%;
  }
}

.top-material__title {
  font-size: 16px;
  font-weight: bold;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-height: 1.4;
  padding-top: 8px;
}

@media screen and (max-width: 767px) {
  .top-material__title {
    font-size: 14px;
    height: 48px;
  }
}

.top-section__heading {
  position: relative;
  font-size: 36px;
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: 0.5px;
}

@media screen and (max-width: 767px) {
  .top-section__heading {
    font-size: 28px;
  }
}
</pre></body></html>