.site-main--service {
  background: #f7f7f7;
}

.page-block .page-thumb {
  overflow: hidden;
}
.page-block .message {
  position: relative;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .page-block .message__column {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media screen and (min-width: 768px) {
  .page-block .message__column__contents {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    margin-top: 0;
    margin-right: 25px;
  }
}
@media screen and (min-width: 1024px) {
  .page-block .message__column__contents {
    margin-right: 50px;
  }
}
.page-block .message__column__contents .title {
  line-height: 1.4em;
  font-weight: 900;
  color: #0F3092;
  font-size: clamp(1.25rem, 0.682rem + 2.42vw, 2.5rem);
}
.page-block .message__column__contents .desc {
  line-height: 1.5em;
  margin-top: 20px;
}
@media screen and (min-width: 768px) {
  .page-block .message__column__contents .desc {
    margin-top: 30px;
  }
}
.page-block .message__column__contents .desc p:not(:first-child) {
  margin-top: 15px;
}
@media screen and (min-width: 768px) {
  .page-block .message__column__contents .desc p:not(:first-child) {
    margin-top: 20px;
  }
}
.page-block .message__column__img-slider {
  margin-top: 25px;
  pointer-events: none;
}
@media screen and (min-width: 768px) {
  .page-block .message__column__img-slider {
    width: 45%;
  }
}
@media screen and (min-width: 1024px) {
  .page-block .message__column__img-slider {
    width: 50%;
  }
}
.page-block .message__column__img-slider .swiper-wrapper .swiper-slide {
  height: 100%;
}
@media screen and (min-width: 768px) {
  .page-block .message__column__img-slider .swiper-wrapper .swiper-slide img {
    position: absolute;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.page-block .wrapper {
  border-top: 2px solid #efefef;
}
@media screen and (min-width: 1024px) {
  .page-block .wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media screen and (min-width: 1024px) {
  .page-block .wrapper .service-menu {
    position: sticky;
    top: 125px;
    height: 100%;
    margin-right: 50px;
  }
}
.page-block .wrapper .service-menu .service-menu-list {
  padding: 25px;
  background: #fff;
}
@media screen and (min-width: 1024px) {
  .page-block .wrapper .service-menu .service-menu-list {
    padding: 50px;
  }
}
.page-block .wrapper .service-menu .service-menu-list .item {
  text-align: center;
  margin-top: 25px;
}
@media screen and (min-width: 1024px) {
  .page-block .wrapper .service-menu .service-menu-list .item {
    text-align: initial;
  }
}
.page-block .wrapper .service-menu .service-menu-list .item:first-child {
  margin-top: 0;
}
.page-block .wrapper .service-menu .service-menu-list .item a {
  -webkit-transition: color 0.4s cubic-bezier(0.25, 1, 0.5, 1);
  transition: color 0.4s cubic-bezier(0.25, 1, 0.5, 1);
}
@media screen and (min-width: 1024px) {
  .page-block .wrapper .service-menu .service-menu-list .item a:hover {
    color: #0F3092;
  }
}
.page-block .wrapper .service-list {
  margin-top: 50px;
}
@media screen and (min-width: 1024px) {
  .page-block .wrapper .service-list {
    margin-top: 0;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}
.page-block .wrapper .service-list .item {
  padding-top: 50px;
}
@media screen and (min-width: 1024px) {
  .page-block .wrapper .service-list .item {
    padding-top: 75px;
  }
}
.page-block .wrapper .service-list .item:first-child {
  padding-top: 0;
}
.page-block .wrapper .service-list .item .column {
  position: relative;
  display: block;
  padding: 25px;
  background: #fff;
}
.page-block .wrapper .service-list .item .column:before {
  content: "";
  display: block;
  position: absolute;
  top: 25px;
  right: 25px;
  background-image: url("../../../images/page/service/icon-arrow.svg");
  background-repeat: no-repeat;
  background-size: contain;
  width: 15px;
  height: 15px;
}
@media screen and (min-width: 1024px) {
  .page-block .wrapper .service-list .item .column:before {
    width: 20px;
    height: 20px;
  }
}
@media screen and (min-width: 1024px) {
  .page-block .wrapper .service-list .item .column {
    margin-top: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    padding: 50px;
  }
  .page-block .wrapper .service-list .item .column:hover .img img {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  .page-block .wrapper .service-list .item .column:hover .column__contents .title:before {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
    -webkit-transform-origin: left;
            transform-origin: left;
  }
}
.page-block .wrapper .service-list .item .column .img {
  position: relative;
  overflow: hidden;
  margin-top: 25px;
  aspect-ratio: 16/9;
}
@media screen and (min-width: 1024px) {
  .page-block .wrapper .service-list .item .column .img {
    width: 45%;
  }
}
.page-block .wrapper .service-list .item .column .img img {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.25, 1, 0.5, 1);
  transition: -webkit-transform 0.4s cubic-bezier(0.25, 1, 0.5, 1);
  transition: transform 0.4s cubic-bezier(0.25, 1, 0.5, 1);
  transition: transform 0.4s cubic-bezier(0.25, 1, 0.5, 1), -webkit-transform 0.4s cubic-bezier(0.25, 1, 0.5, 1);
}
@media screen and (min-width: 1024px) {
  .page-block .wrapper .service-list .item .column__contents {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    margin-right: 25px;
  }
}
@media screen and (min-width: 1200px) {
  .page-block .wrapper .service-list .item .column__contents {
    margin-right: 50px;
  }
}
.page-block .wrapper .service-list .item .column__contents .num {
  color: #0F3092;
}
.page-block .wrapper .service-list .item .column__contents .title {
  position: relative;
  display: inline-block;
  margin-top: 20px;
  font-weight: 900;
  font-size: clamp(1.25rem, 0.966rem + 1.21vw, 1.875rem);
}
@media screen and (min-width: 1024px) {
  .page-block .wrapper .service-list .item .column__contents .title {
    margin-top: 25px;
  }
}
.page-block .wrapper .service-list .item .column__contents .title:before {
  content: "";
  display: block;
  position: absolute;
  bottom: -4px;
  left: 0;
  width: 100%;
  height: 4px;
  background: #0F3092;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transform-origin: right;
          transform-origin: right;
  -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.25, 1, 0.5, 1);
  transition: -webkit-transform 0.4s cubic-bezier(0.25, 1, 0.5, 1);
  transition: transform 0.4s cubic-bezier(0.25, 1, 0.5, 1);
  transition: transform 0.4s cubic-bezier(0.25, 1, 0.5, 1), -webkit-transform 0.4s cubic-bezier(0.25, 1, 0.5, 1);
}
.page-block .wrapper .service-list .item .column__contents .desc {
  margin-top: 20px;
  line-height: 1.5em;
}
@media screen and (min-width: 1024px) {
  .page-block .wrapper .service-list .item .column__contents .desc {
    margin-top: 25px;
    font-size: 14px;
  }
}
.page-block .service-blocks .service-block:not(:first-child) {
  margin-top: 50px;
  padding-top: 40px;
  border-top: 2px solid #efefef;
}
@media screen and (min-width: 768px) {
  .page-block .service-blocks .service-block:not(:first-child) {
    margin-top: 100px;
    padding-top: 80px;
  }
}
.page-block .service-blocks .service-block .title {
  position: relative;
  font-weight: 900;
  font-size: clamp(1.25rem, 0.966rem + 1.21vw, 1.875rem);
  padding-left: 20px;
  margin-bottom: clamp(1.563rem, 0.852rem + 3.03vw, 3.125rem);
}
@media screen and (min-width: 768px) {
  .page-block .service-blocks .service-block .title {
    padding-left: 30px;
  }
}
.page-block .service-blocks .service-block .title:before {
  content: "";
  display: block;
  position: absolute;
  top: calc(50% - 4px);
  left: 0;
  width: 10px;
  height: 10px;
  background: #0F3092;
  border-radius: 100vh;
}
@media screen and (min-width: 768px) {
  .page-block .service-blocks .service-block .title:before {
    width: 15px;
    height: 15px;
  }
}
@media screen and (min-width: 768px) {
  .page-block .service-blocks .service-block .column {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media screen and (min-width: 768px) {
  .page-block .service-blocks .service-block .column__contents {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    margin-top: 0;
    margin-right: 25px;
  }
}
@media screen and (min-width: 1024px) {
  .page-block .service-blocks .service-block .column__contents {
    margin-right: 50px;
  }
}
.page-block .service-blocks .service-block .column__contents .desc {
  line-height: 1.8em;
}
.page-block .service-blocks .service-block .column__contents .desc p:not(:first-child) {
  margin-top: 15px;
}
@media screen and (min-width: 768px) {
  .page-block .service-blocks .service-block .column__contents .desc p:not(:first-child) {
    margin-top: 20px;
  }
}
.page-block .service-blocks .service-block .column__img {
  margin-top: 25px;
}
@media screen and (min-width: 768px) {
  .page-block .service-blocks .service-block .column__img {
    margin-top: 0;
    width: 45%;
  }
}
@media screen and (min-width: 1024px) {
  .page-block .service-blocks .service-block .column__img {
    width: 50%;
  }
}
@media screen and (min-width: 1024px) {
  .page-block .service-blocks .service-block .reason-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.page-block .service-blocks .service-block .reason-list .item {
  padding: 25px;
  border: 2px solid #0F3092;
  margin-top: 25px;
  background: #fff;
}
@media screen and (min-width: 1024px) {
  .page-block .service-blocks .service-block .reason-list .item {
    width: calc(33.3% - 16.6px);
    margin-right: 25px;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
  }
}
.page-block .service-blocks .service-block .reason-list .item:first-child {
  margin-top: 0;
}
@media screen and (min-width: 1024px) {
  .page-block .service-blocks .service-block .reason-list .item:nth-child(2n) {
    margin-top: 50px;
  }
}
@media screen and (min-width: 1024px) {
  .page-block .service-blocks .service-block .reason-list .item:nth-child(3n) {
    margin-top: 100px;
    margin-right: 0;
  }
}
.page-block .service-blocks .service-block .reason-list .item__num {
  color: #0F3092;
  letter-spacing: 0;
}
.page-block .service-blocks .service-block .reason-list .item__title {
  font-weight: 900;
  line-height: 1.2em;
  font-size: 20px;
  text-align: center;
  color: #0F3092;
}
@media screen and (min-width: 1200px) {
  .page-block .service-blocks .service-block .reason-list .item__title {
    font-size: 25px;
  }
}
.page-block .service-blocks .service-block .reason-list .item__img {
  margin-top: 25px;
}
.page-block .service-blocks .service-block .reason-list .item__desc {
  margin-top: 20px;
  line-height: 1.5em;
  font-size: 13px;
}
@media screen and (min-width: 1200px) {
  .page-block .service-blocks .service-block .reason-list .item__desc {
    margin-top: 25px;
    font-size: 14px;
  }
}
.page-block .service-blocks .service-block .flow-list .item {
  position: relative;
  margin-top: 25px;
  background: #fff;
  padding: 25px;
}
@media screen and (min-width: 768px) {
  .page-block .service-blocks .service-block .flow-list .item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}
@media screen and (min-width: 1024px) {
  .page-block .service-blocks .service-block .flow-list .item {
    margin-top: 50px;
    padding: 50px;
  }
}
.page-block .service-blocks .service-block .flow-list .item:first-child {
  margin-top: 0;
}
.page-block .service-blocks .service-block .flow-list .item:not(:last-child):before {
  content: "";
  display: block;
  position: absolute;
  bottom: -25px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 50px;
  height: 25px;
  background: #0F3092;
  clip-path: polygon(0 0, 100% 0%, 50% 100%);
}
@media screen and (min-width: 1024px) {
  .page-block .service-blocks .service-block .flow-list .item:not(:last-child):before {
    bottom: -50px;
    width: 100px;
    height: 50px;
  }
}
.page-block .service-blocks .service-block .flow-list .item__img {
  position: relative;
}
@media screen and (min-width: 768px) {
  .page-block .service-blocks .service-block .flow-list .item__img {
    height: auto;
    width: 50%;
  }
}
@media screen and (min-width: 768px) {
  .page-block .service-blocks .service-block .flow-list .item__img img {
    position: absolute;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.page-block .service-blocks .service-block .flow-list .item__contents {
  margin-top: 25px;
}
@media screen and (min-width: 768px) {
  .page-block .service-blocks .service-block .flow-list .item__contents {
    margin-top: 0;
    margin-right: 25px;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}
@media screen and (min-width: 1024px) {
  .page-block .service-blocks .service-block .flow-list .item__contents {
    padding: 50px 0;
    margin-right: 50px;
  }
}
.page-block .service-blocks .service-block .flow-list .item__contents .contents__num {
  color: #0F3092;
}
.page-block .service-blocks .service-block .flow-list .item__contents .contents__title {
  margin-top: 15px;
  line-height: 1.2em;
  font-size: 20px;
}
@media screen and (min-width: 1024px) {
  .page-block .service-blocks .service-block .flow-list .item__contents .contents__title {
    font-size: 25px;
    margin-top: 25px;
  }
}
.page-block .service-blocks .service-block .flow-list .item__contents .contents__desc {
  margin-top: 15px;
  line-height: 1.5em;
  font-size: 13px;
}
@media screen and (min-width: 768px) {
  .page-block .service-blocks .service-block .flow-list .item__contents .contents__desc {
    margin-top: 17px;
    font-size: 14px;
  }
}
@media screen and (min-width: 1024px) {
  .page-block .service-blocks .service-block .flow-list .item__contents .contents__desc {
    margin-top: 24px;
    font-size: 15px;
  }
}
.page-block .service-blocks .service-block .flow-list .item__contents .contents__desc span {
  display: inline-block;
  color: #cc0000;
}
.page-block .service-blocks .service-block .flow-list .item__contents .contents__desc a {
  color: #0F3092;
  text-decoration: underline;
}
.page-block .service-blocks .service-block .faq-list .item {
  padding: 15px;
  border: 1px solid #0F3092;
  margin-top: 15px;
}
@media screen and (min-width: 768px) {
  .page-block .service-blocks .service-block .faq-list .item {
    margin-top: 25px;
    padding: 25px;
  }
}
.page-block .service-blocks .service-block .faq-list .item:first-child {
  margin-top: 0;
}
.page-block .service-blocks .service-block .faq-list .item dt, .page-block .service-blocks .service-block .faq-list .item dd {
  position: relative;
  line-height: 1.4em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 12px;
}
@media screen and (min-width: 768px) {
  .page-block .service-blocks .service-block .faq-list .item dt, .page-block .service-blocks .service-block .faq-list .item dd {
    font-size: 14px;
  }
}
.page-block .service-blocks .service-block .faq-list .item dt .mark, .page-block .service-blocks .service-block .faq-list .item dd .mark {
  position: relative;
  width: 25px;
  height: 25px;
}
@media screen and (min-width: 768px) {
  .page-block .service-blocks .service-block .faq-list .item dt .mark, .page-block .service-blocks .service-block .faq-list .item dd .mark {
    width: 35px;
    height: 35px;
  }
}
.page-block .service-blocks .service-block .faq-list .item dt .mark span, .page-block .service-blocks .service-block .faq-list .item dd .mark span {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  display: inline-block;
  color: #fff;
}
@media screen and (min-width: 768px) {
  .page-block .service-blocks .service-block .faq-list .item dt .mark span, .page-block .service-blocks .service-block .faq-list .item dd .mark span {
    font-size: 15px;
  }
}
.page-block .service-blocks .service-block .faq-list .item dt .text, .page-block .service-blocks .service-block .faq-list .item dd .text {
  margin-left: 12px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media screen and (min-width: 768px) {
  .page-block .service-blocks .service-block .faq-list .item dt .text, .page-block .service-blocks .service-block .faq-list .item dd .text {
    margin-left: 20px;
  }
}
.page-block .service-blocks .service-block .faq-list .item dt {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.page-block .service-blocks .service-block .faq-list .item dt .mark {
  background: #0F3092;
}
.page-block .service-blocks .service-block .faq-list .item dd {
  margin-top: 15px;
  padding-top: 15px;
  border-top: 1px dashed #0F3092;
}
@media screen and (min-width: 768px) {
  .page-block .service-blocks .service-block .faq-list .item dd {
    margin-top: 25px;
    padding-top: 25px;
  }
}
.page-block .service-blocks .service-block .faq-list .item dd .mark {
  background: #212121;
}
.page-block .service-blocks .service-block .faq-list .item dd .text span {
  display: inline-block;
  color: #cc0000;
}
.page-block .service-blocks .service-block .faq-list .item dd .text a {
  color: #0F3092;
  text-decoration: underline;
}