@charset "UTF-8";
.mv {
  position: relative;
  overflow: hidden;
}
.mv_copy_main {
  margin-bottom: 28px;
}
.mv_copy_read {
  margin-bottom: 6px;
  color: #000;
  font-size: min(15px, 1.2566137566vw);
  font-weight: 700;
  white-space: nowrap;
  line-height: 2;
  letter-spacing: 0.1em;
}
.mv_copy_read span {
  display: block;
}
.mv_copy .goto_casestudy {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  vertical-align: top;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  font-size: 13px;
  text-decoration: underline;
  -webkit-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out;
}
.mv_copy .goto_casestudy::before {
  content: "";
  display: block;
  width: 36px;
  height: 43px;
  background: url(/img/common/icon_casestudy_01.svg) center top no-repeat;
  background-size: contain;
}
.mv_slide_wrap::before, .mv_slide_wrap::after {
  content: "";
  position: absolute;
  background: #FFF;
  -webkit-box-shadow: 8px 12px 20px 0 rgba(0, 0, 0, 0.12);
          box-shadow: 8px 12px 20px 0 rgba(0, 0, 0, 0.12);
}
.mv_slide_wrap::before {
  top: 3.3870967742%;
  left: 1.7741935484%;
  width: 100%;
  height: 100%;
  -webkit-transform: rotate(2.5deg);
      -ms-transform: rotate(2.5deg);
          transform: rotate(2.5deg);
}
.mv_slide_wrap::after {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: rotate(4deg);
      -ms-transform: rotate(4deg);
          transform: rotate(4deg);
}
.mv_swiper {
  width: 100%;
  height: 100%;
  -webkit-transform: rotate(4deg);
      -ms-transform: rotate(4deg);
          transform: rotate(4deg);
}
.mv_swiper .swiper-slide {
  width: 100%;
  height: 100%;
}
.mv_swiper img {
  border: 1px solid #fff;
}
@media all and (max-width: 749px) {
  .mv {
    --mv_raito: 1;
    min-height: calc(100vh - 128px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    display: -webkit-flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .mv_inner {
    position: relative;
  }
  .mv_copy {
    padding-top: calc(7.6335877863vw * var(--mv_raito));
    text-align: center;
    max-width: 100%;
  }
  .mv_copy_main {
    width: calc(63.6132315522vw * var(--mv_raito));
    margin: 0 auto;
    margin-bottom: calc(71.2468193384vw * var(--mv_raito));
  }
  .mv_copy_main img {
    width: 100%;
  }
  .mv_copy_read {
    width: 100%;
    margin-bottom: calc(2.5445292621vw * var(--mv_raito));
    font-size: calc(3.3078880407vw * var(--mv_raito));
    line-height: 1.92;
    letter-spacing: 0.1em;
  }
  .mv_copy .goto_casestudy {
    font-size: calc(3.3078880407vw * var(--mv_raito));
  }
  .mv_copy .goto_casestudy::before {
    width: calc(8.1424936387vw * var(--mv_raito));
    height: calc(9.1603053435vw * var(--mv_raito));
  }
  .mv_slide_wrap {
    position: absolute;
    top: calc(63.6132315522vw * var(--mv_raito));
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    width: calc(76.3358778626vw * var(--mv_raito));
    height: calc(53.1806615776vw * var(--mv_raito));
    padding: calc(3.5623409669vw * var(--mv_raito));
  }
  .mv > .mv_scroll {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    display: -webkit-flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    padding-top: 10px;
    padding-bottom: 10px;
  }
}
@media (max-width: 749px) and (max-height: 851px) {
  .mv {
    --mv_raito: 0.86;
    height: auto;
  }
  .mv .mv_scroll {
    margin-top: 10px;
  }
}
@media (max-width: 749px) and (max-height: 710px) {
  .mv_scroll {
    display: none !important;
  }
}
@media screen and (min-width: 750px) {
  .mv {
    height: calc(100vh - 113px);
    min-height: 620px;
    padding-bottom: 113px;
  }
  .mv_inner {
    position: relative;
    width: 100%;
    max-width: 1300px;
    margin: 0 auto;
    padding: 0 50px;
    height: 100%;
  }
  .mv_copy {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    right: 57.6923076923%;
    width: 36.9230769231%;
  }
  .mv_copy_main {
    width: min(363px, 79.1666666667%);
  }
  .mv_copy_read span:nth-child(odd) {
    margin-left: -0.4em;
  }
  .mv_slide_wrap {
    position: absolute;
    top: calc(50% - 20px);
    left: calc(50% - 20px);
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 47.5384615385%;
    padding: 2.0769230769%;
  }
  .mv .goto_casestudy:hover {
    color: #008700;
    opacity: 0.75;
  }
  .mv_scroll {
    position: absolute;
    bottom: -30px;
    -webkit-transform: translateY(100%);
        -ms-transform: translateY(100%);
            transform: translateY(100%);
    width: min(363px, 79.1666666667%);
    text-align: center;
    left: 10px;
  }
}

.mv_scroll_anim {
  position: relative;
  display: inline-block;
  width: 41px;
  height: 65px;
  background: url("../img/index/mv_scroll.svg") center center no-repeat;
  background-size: contain;
}
.mv_scroll_anim i {
  display: block;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: 0 0 no-repeat;
  background-size: contain;
  -webkit-animation-name: dot;
          animation-name: dot;
  -webkit-animation-duration: 2s;
          animation-duration: 2s; /* アニメーション全体の時間 */
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
}
.mv_scroll_anim i:nth-child(1) {
  -webkit-animation-delay: -1s;
          animation-delay: -1s;
  background-image: url("../img/index/mv_scroll_01.svg");
}
.mv_scroll_anim i:nth-child(2) {
  -webkit-animation-delay: -0.6666666667s;
          animation-delay: -0.6666666667s;
  background-image: url("../img/index/mv_scroll_02.svg");
}
.mv_scroll_anim i:nth-child(3) {
  -webkit-animation-delay: -0.5s;
          animation-delay: -0.5s;
  background-image: url("../img/index/mv_scroll_03.svg");
}
.mv_scroll_anim i:nth-child(4) {
  background-image: url("../img/index/mv_scroll_04.svg");
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
}
@media all and (max-width: 749px) {
  .mv_scroll_anim {
    width: 8.3155216285vw;
    height: 12.9363867684vw;
  }
}

@-webkit-keyframes dot {
  0%, 80%, 100% {
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
}

@keyframes dot {
  0%, 80%, 100% {
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
}
.message {
  overflow: hidden;
  position: relative;
  padding-top: 60px;
}
.message_bg {
  display: block;
  position: absolute;
  top: -15px;
  left: 0;
  width: 397px;
  height: 397px;
  background: url(/img/index/message_bg_01.webp) center center no-repeat;
  background-size: contain;
}
.message_text {
  max-width: 580px;
  margin: 0 auto 40px;
}
.message_text p:not(:last-child) {
  margin-bottom: 2em;
}
.message_photo {
  margin-bottom: 60px;
  text-align: center;
}
.message_photo img {
  border: 0.5px solid #008700;
  border-radius: 50%;
  width: 100px;
  height: 100px;
  margin-bottom: 13px;
}
.message_photo_name {
  letter-spacing: 0.1em;
  line-height: 1.6;
}
.message_photo_name em {
  display: block;
  font-size: 15px;
  font-weight: 700;
}
.message_photo_name i {
  display: block;
  font-family: "Roboto", sans-serif;
  font-size: 13px;
  color: #008700;
}
.message_request_title {
  position: relative;
  width: 350px;
  height: 140px;
  margin: 0 auto 25px;
  border-radius: 20px;
  padding-top: 16px;
  padding-bottom: 13px;
  background-color: #008700;
  color: #fff;
  font-weight: 700;
  font-size: 20px;
  text-align: center;
  line-height: 1.9;
}
.message_request_title::before {
  content: "";
  display: block;
  position: absolute;
  top: -12px;
  left: calc(50% - 15px);
  width: 30px;
  height: 30px;
  border-radius: 5px;
  -webkit-transform: rotate(45deg) skew(19deg, 19deg);
      -ms-transform: rotate(45deg) skew(19deg, 19deg);
          transform: rotate(45deg) skew(19deg, 19deg);
  background-color: #008700;
}
.message_request_title span, .message_request_title i {
  position: relative;
  display: block;
}
.message_request_title span {
  margin-left: 0.25em;
  letter-spacing: 0.5em;
}
.message_request_title i {
  margin-top: 10px;
  font-family: "Roboto", sans-serif;
  font-size: 12px;
  letter-spacing: 0.15em;
}
.message_answer {
  position: relative;
  padding: 60px 0 107px;
  background: #fff;
}
.message_answer::before {
  content: "";
  display: block;
  width: 20px;
  height: 25px;
  position: absolute;
  top: -18px;
  left: calc(50% - 10px);
  background: url(/img/common/icon_arrow_01.svg) center center no-repeat;
  background-size: contain;
}
.message_answer_title {
  margin-bottom: 25px;
  text-align: center;
  font-size: 22px;
  font-weight: 700;
  color: #008700;
  letter-spacing: 0.5em;
  line-height: 1.8;
}
.message_answer_title span {
  display: block;
  margin-left: 0.25em;
}
.message_answer_title strong {
  position: relative;
  z-index: 1;
  display: inline-block;
  font-weight: 700;
}
.message_answer_title strong::before {
  content: "";
  position: absolute;
  z-index: -1;
  bottom: 3px;
  left: -0.25em;
  display: inline-block;
  width: 100%;
  height: 10px;
  opacity: 0.46;
  background: #D1B667;
}
.message_answer_title i {
  display: block;
  margin-top: 10px;
  font-size: 12px;
  font-family: "Roboto", sans-serif;
  letter-spacing: 0.15em;
}
.message_answer_list_title {
  margin-bottom: 20px;
  font-family: "Shippori Mincho", serif;
  font-size: 26px;
  color: #008700;
  font-weight: 500;
  line-height: 1.3;
}
.message_swiper {
  width: 100vw;
  margin-bottom: 27px;
}
.message_swiper .swiper-wrapper {
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
}
.message_outro {
  max-width: 580px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  border-radius: 20px;
  border: 1px solid #008700;
  background: #FFF;
  padding: 23px 25px 23px 30px;
  margin: 0 auto 67px;
  color: #008700;
  line-height: 1;
  font-weight: 700;
  text-align: center;
  letter-spacing: 0.5em;
}
.message_outro strong {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 18px;
  margin-top: 12px;
  font-weight: 700;
  font-size: 18px;
}
.message_outro strong span {
  white-space: nowrap;
}
@media all and (max-width: 749px) {
  .message {
    padding-top: 100px;
  }
  .message_bg {
    top: 42px;
    left: -26px;
    width: 182px;
    height: 182px;
  }
  .message_text {
    margin-bottom: 30px;
    padding-left: 15px;
    padding-right: 15px;
    line-height: 1.92;
  }
  .message_text p:not(:last-child) {
    margin-bottom: 1.9em;
  }
  .message_photo {
    margin-bottom: 40px;
  }
  .message_photo img {
    width: 83px;
    height: 83px;
    margin-bottom: 7px;
  }
  .message_request {
    position: relative;
    width: 100%;
    max-width: 400px;
    margin: 0 auto;
    padding-bottom: 58px;
  }
  .message_request_title {
    width: 260px;
    height: 103.155px;
    border-radius: 14.842px;
    margin-bottom: 35px;
    padding-top: 12px;
    font-size: 14.842px;
  }
  .message_request_title::before {
    left: calc(50% - 11px);
    width: 22px;
    height: 22px;
    top: -9px;
  }
  .message_request_title i {
    margin-top: 5px;
    font-size: 8.905px;
  }
  .message_request_contents {
    text-align: center;
  }
  .message_request_contents p:first-child {
    position: relative;
    padding-bottom: 30px;
    margin-bottom: 25px;
  }
  .message_request_contents p:first-child::before {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 0;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    display: block;
    background: #9C9EA0;
    width: 236px;
    height: 0.5px;
  }
  .message_answer {
    padding: 40px 0 90px;
  }
  .message_answer_title {
    margin-bottom: 25px;
    font-size: 17.654px;
  }
  .message_answer_title i {
    margin-top: 5px;
    font-size: 9.63px;
  }
  .message_answer_title strong::before {
    height: 8px;
  }
  .message_answer_list {
    max-width: 400px;
    margin: 0 auto;
    padding-left: 20px;
    padding-right: 15px;
  }
  .message_answer_list li:not(:last-child) {
    margin-bottom: 25px;
  }
  .message_answer_list li {
    display: grid;
    grid-template-areas: "area1 area2" "area1 area3";
    grid-template-columns: 16.5394402036vw 1fr;
    grid-template-rows: auto 1fr;
    gap: 0 18px;
  }
  .message_answer_list_icon {
    grid-area: area1;
    align-self: center;
  }
  .message_answer_list_title {
    grid-area: area2;
    margin-bottom: 7px;
    font-size: 18px;
  }
  .message_answer_list_text {
    grid-area: area3;
  }
  .message_swiper {
    width: 863px;
    margin-bottom: 17px;
  }
  .message_outro {
    max-width: 362px;
    border-radius: 15px;
    margin: 0 15px;
    padding: 17px 0 19px;
    font-size: 12px;
  }
  .message_outro img {
    width: 215px;
  }
  .message_outro strong {
    gap: 11px 0;
    margin-top: 9px;
    font-size: 14px;
  }
  .message_outro strong span {
    margin-left: 1.5em;
  }
}
@media screen and (max-width: 392px) {
  .message_answer_list br {
    display: none;
  }
}
@media screen and (min-width: 750px) {
  .message {
    scroll-margin-top: 100px;
    margin-top: 60px;
  }
  .message_request {
    padding: 0 40px;
  }
  .message_request_contents {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    display: -webkit-flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 7.0754716981%;
    max-width: 1272px;
    width: 100%;
    margin: 0 auto 60px;
  }
  .message_request_contents::before {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    display: block;
    background: #9C9EA0;
    width: 0.5px;
    height: 470px;
  }
  .message_answer_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    display: -webkit-flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    gap: 0 100px;
  }
  .message_answer_list_icon {
    display: block;
    margin: 0 auto 17px;
  }
  .message_answer_list_title, .message_answer_list_text {
    text-align: center;
  }
  .message_outro strong span {
    margin-top: -2px;
  }
}

.service {
  background: rgba(230, 225, 211, 0.6);
  padding-top: 90px;
  padding-bottom: 70px;
  scroll-margin-top: 50px;
}
.service_list {
  margin-bottom: 75px;
}
.service_list li {
  position: relative;
  border-top: 0.5px solid #9C9EA0;
  padding-left: calc(4.1254125413% + 30px);
  padding-right: 3.4653465347%;
}
.service_list li:last-child {
  border-bottom: 0.5px solid #9C9EA0;
}
.service_list_title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 15px;
  font-size: 22px;
  color: #008700;
  line-height: 1.4;
}
.service_list_title img {
  position: relative;
  top: 1px;
}
.service_list_title.__p {
  color: #B99527;
}
.service_list i {
  position: absolute;
  left: 0;
  top: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 24px;
  height: 100%;
  padding-top: 4px;
  background: #008700;
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
          writing-mode: vertical-rl;
  font-size: 1px;
  color: transparent;
}
.service_list i.__p {
  left: 33px;
  background: #B99527;
}
.service_list i.__show {
  font-size: 16px;
  color: #fff;
}
.service_promise {
  margin-bottom: 75px;
}
.service_promise_title {
  margin-bottom: 50px;
  font-family: "Shippori Mincho", serif;
  font-size: 26px;
  color: #008700;
  text-align: center;
  -webkit-text-decoration: underline 1px;
          text-decoration: underline 1px;
  text-underline-offset: 5px;
  line-height: 1.34;
}
.service_promise_list li {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #fff;
  border-radius: 10px;
  padding: 15px 20px 15px 78px;
}
.service_promise_list_title {
  margin-bottom: 5px;
  color: #008700;
  font-weight: 700;
  font-size: 16px;
}
.service_promise_list_text {
  line-height: 1.76;
  font-size: 13px;
}
.service_promise_list i {
  position: absolute;
  left: 20px;
  top: 50%;
  width: 48px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  text-align: center;
}
.service .btn_goto_casestudy {
  margin-left: auto;
  margin-right: auto;
}
@media all and (max-width: 749px) {
  .service {
    padding-top: 35px;
    padding-bottom: 35px;
  }
  .service_list {
    width: calc(100% + 15px);
    margin-bottom: 30px;
  }
  .service_list li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    display: -webkit-flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    gap: 10px 3px;
    padding: 15px 0 15px 54px;
  }
  .service_list_title {
    gap: 8px;
    width: 100%;
    font-size: 18px;
  }
  .service_list_title img {
    width: 23px;
  }
  .service_list_photo {
    width: 105px;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .service_list_text {
    width: calc(100% - 108px);
    padding-left: 31px;
    font-size: 12px;
    line-height: 1.83;
  }
  .service_list i {
    width: 20px;
    height: 100%;
  }
  .service_list i.__p {
    left: 23px;
  }
  .service_list i.__show {
    font-size: 12px;
  }
  .service_promise {
    margin-bottom: 35px;
  }
  .service_promise_title {
    margin-bottom: 20px;
    font-size: 18px;
    text-underline-offset: 4px;
  }
  .service_promise_list {
    max-width: 400px;
    margin: 0 auto;
  }
  .service_promise_list li:not(:last-child) {
    margin-bottom: 3px;
  }
  .service_promise_list_title {
    margin-bottom: 5px;
    font-size: 14px;
  }
  .service_promise_list_text {
    font-size: 12px;
  }
  .service_promise_list i {
    left: 18px;
    scale: 0.84;
  }
}
@media screen and (max-width: 392px) {
  .service_list_title {
    font-size: 17px;
  }
}
@media screen and (min-width: 750px) {
  .service .title_01 {
    margin-left: -0.18em;
  }
  .service .title_01 i {
    margin-left: 0.18em;
    margin-top: 13px;
    font-size: 16px;
  }
  .service_title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    display: -webkit-flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .service_title img {
    margin-bottom: 50px;
  }
  .service_list li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    display: -webkit-flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    min-height: 130px;
  }
  .service_list_title {
    width: 39.603960396%;
  }
  .service_list_title.__p {
    color: #B99527;
  }
  .service_list_photo {
    width: min(178px, 20.9411764706%);
    margin-right: 2.3102310231%;
  }
  .service_list_photo img {
    display: block;
    position: relative;
    top: 5px;
  }
  .service_list_text {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    padding-left: 17px;
  }
  .service_list_text::before, .service_list_text::after {
    content: "";
    display: block;
    width: 22px;
    height: 1px;
    -webkit-transform: rotate(-36.56deg);
        -ms-transform: rotate(-36.56deg);
            transform: rotate(-36.56deg);
    margin-left: -17px;
    background: #008700;
  }
  .service_list_text::after {
    -webkit-transform: rotate(36.56deg);
        -ms-transform: rotate(36.56deg);
            transform: rotate(36.56deg);
  }
  .service_list_text.__p::before, .service_list_text.__p::after {
    background: #B99527;
  }
  .service_list_text.__pb::after {
    background: #B99527;
  }
  .service_promise_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    display: -webkit-flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    gap: 20px 4.1254125413%;
  }
  .service_promise_list li {
    width: 30.5280528053%;
    max-width: 370px;
    min-height: 140px;
  }
}

.price {
  scroll-margin-top: 50px;
}
.price_block_contents p:not(:last-child) {
  margin-bottom: 2em;
}
.price_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  border-radius: 10px;
  padding: 25px 0;
  background: #008700;
  color: #fff;
}
.price_list_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 0 30px 10px;
}
.price_list_item:not(:last-child) {
  border-right: 1px solid rgba(255, 255, 255, 0.3);
}
.price_list_item span {
  display: block;
}
.price_list_time {
  width: 100%;
  margin-bottom: 18px;
  font-weight: 700;
  font-size: 16px;
}
.price_list_price {
  font-family: "Shippori Mincho", serif;
  font-size: 26px;
  line-height: 1.46;
}
.price_list_price i {
  display: inline-block;
  font-weight: normal;
  font-size: 12px;
}
.price_title_01 {
  position: relative;
  font-weight: 700;
  font-size: 16px;
}
.price_title_01::before {
  content: "";
  position: absolute;
  left: -23px;
  top: 8px;
  display: block;
  width: 15px;
  height: 15px;
  border: 1px solid #008700;
  border-radius: 50%;
}
.price_title_01.__b {
  color: #008700;
}
.price_title_01.__p {
  color: #B99527;
}
.price_title_01.__p::before {
  border-color: #B99527;
}
.price_other_list {
  margin-left: 23px;
}
.price_other_list li:not(:last-child) {
  margin-bottom: 2em;
}
.price_payment_list > li:not(:last-child) {
  margin-bottom: 2em;
}
.price_payment_list > li ul:not(:last-child) {
  margin-bottom: 2em;
}
.price_payment_list h5 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4px;
  margin: 5px 0;
  font-weight: 700;
  line-height: 1.3;
}
.price_payment_list h5 i {
  height: 1.38em;
  width: 1.38em;
  position: relative;
  top: 1px;
  background-color: #008700;
  font-size: 0.9em;
  text-align: center;
  border-radius: 50%;
  color: #fff;
  font-family: "Roboto", sans-serif;
  line-height: 1.38em;
}
@media all and (max-width: 749px) {
  .price {
    padding-top: 60px;
  }
  .price_block {
    border-top: 0.35px solid #9C9EA0;
    width: 100vw;
    margin-left: -15px;
  }
  .price_block:last-child {
    border-bottom: 0.35px solid #9C9EA0;
  }
  .price_block_contents {
    padding: 0 15px 30px 15px;
  }
  .price_block_contents p:not(:last-child) {
    margin-bottom: 1.6em;
  }
  .price_block_contents {
    display: none;
  }
  .price .title_02 {
    position: relative;
    padding: 15px;
    font-size: 16px;
  }
  .price .title_02::before {
    height: 28px;
  }
  .price_list {
    padding: 8px 0 14px;
    border-radius: 6px;
  }
  .price_list_item {
    padding: 0 0 0 12px;
  }
  .price_list_time {
    margin-bottom: 10px;
    font-size: 13px;
  }
  .price_list_price {
    font-size: 15px;
    line-height: 1.4;
  }
  .price_list_price i {
    font-size: 10px;
  }
  .price_title_01 {
    font-size: 14px;
  }
  .price_title_01::before {
    top: 6px;
    left: -18px;
    width: 13px;
    height: 13px;
  }
  .price_other_list {
    margin-left: 18px;
  }
  .price_payment_list {
    margin-left: 18px;
  }
  .price_payment_list > li:not(:last-child) {
    margin-bottom: 1.6em;
  }
  .price_payment_list > li ul:not(:last-child) {
    margin-bottom: 1.6em;
  }
}
@media screen and (min-width: 750px) {
  .price {
    padding-top: 90px;
    margin-top: 40px;
  }
  .price_block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    display: -webkit-flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .price_block:not(:last-child) {
    margin-bottom: 50px;
  }
  .price_block_contents {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .price .title_02 {
    width: 26.0726072607%;
    min-width: 200px;
  }
}

.flow_list {
  counter-reset: flownum;
  background: #FFF;
  border-radius: 10px;
  padding: 30px 40px;
}
.flow_list li {
  position: relative;
}
.flow_list li::before {
  counter-increment: flownum;
  content: counter(flownum, decimal-leading-zero);
  font-family: "Roboto", sans-serif;
  line-height: 1;
  color: #008700;
  letter-spacing: 0;
}
.flow_list li:not(:last-child)::after {
  content: "";
  display: block;
  width: 13.2158590308%;
  height: 202px;
  background: url(../img/index/flow_arrow.svg) center center no-repeat;
  background-size: contain;
}
.flow_list_icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 53px;
  width: 67px;
}
.flow_list_title {
  color: #008700;
  font-weight: 700;
  font-size: 16px;
}
.flow_list_text {
  margin-top: 12px;
  line-height: 1.71;
}
@media all and (max-width: 749px) {
  .flow {
    padding-top: 60px;
  }
  .flow_list {
    padding: 12px 20px;
  }
  .flow_list li {
    padding-left: 76px;
  }
  .flow_list li::before {
    font-size: 12px;
  }
  .flow_list li:not(:last-child) {
    margin-bottom: 10px;
  }
  .flow_list li:not(:last-child)::after {
    width: calc(100% - 76px);
    height: 14px;
    margin-top: 15px;
    background-image: url(../img/index/flow_arrow_sp.svg);
  }
  .flow_list_icon {
    position: absolute;
    left: 0;
    top: 36px;
    scale: 0.82;
    -webkit-transform-origin: 0 0;
        -ms-transform-origin: 0 0;
            transform-origin: 0 0;
  }
  .flow_list_title {
    font-size: 14px;
  }
  .flow_list_text {
    margin-top: 5px;
    font-size: 13px;
  }
}
@media screen and (min-width: 750px) {
  .flow {
    scroll-margin-top: 80px;
    padding-top: 90px;
    margin-top: 40px;
  }
  .flow_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    display: -webkit-flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    gap: 0 6.2706270627%;
  }
  .flow_list li {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    display: -webkit-flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .flow_list li::after {
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translate(150%, -50%);
        -ms-transform: translate(150%, -50%);
            transform: translate(150%, -50%);
  }
  .flow_list_icon {
    margin-top: 20px;
  }
  .flow_list_title {
    margin-top: 22px;
  }
}

.faq_set {
  border-radius: 10px;
  padding: 0 0 0 30px;
  -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.06);
          box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.06);
  margin-bottom: 5px;
  background: #FFF;
  line-height: 1.71;
}
.faq_q::before, .faq_a::before {
  display: block;
  position: absolute;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-size: 24px;
  line-height: 1;
  width: 47px;
  min-width: 47px;
}
.faq_q {
  cursor: pointer;
  position: relative;
  padding: 20px;
  padding-right: 105px;
  padding-left: 47px;
}
.faq_q::before {
  content: "Q";
  color: #008700;
  left: 0;
  top: 22px;
}
.faq_q .ac_trigger_icon {
  right: 30px;
}
.faq_a {
  position: relative;
  padding: 0 105px 20px 47px;
  margin-left: 47px;
  display: none;
}
.faq_a::before {
  content: "A";
  color: #B99527;
  left: 0;
  top: 2px;
}
@media all and (max-width: 749px) {
  .faq {
    padding-top: 60px;
  }
  .faq_set {
    padding: 0 20px;
  }
  .faq_q::before, .faq_a::before {
    width: 24px;
    min-width: 24px;
    font-size: 18px;
  }
  .faq_q {
    padding: 15px 30px 15px 25px;
    padding-right: 30px;
    padding-left: 25px;
  }
  .faq_q .ac_trigger_icon {
    right: 0;
  }
  .faq_q::before {
    top: 17px;
  }
  .faq_a {
    padding: 0 0 15px 24px;
    margin-left: 25px;
  }
  .faq_a::before {
    top: 2px;
  }
}
@media screen and (min-width: 750px) {
  .faq {
    scroll-margin-top: 60px;
    padding-top: 90px;
    margin-top: 40px;
  }
}

.casestudy {
  padding-top: 120px;
  padding-bottom: 120px;
  overflow: hidden;
}
.casestudy .swiper {
  margin-bottom: 30px;
  max-width: 1212px;
  overflow: visible;
  padding: 0 15px;
}
.casestudy .swiper-slide {
  width: 286px;
  z-index: 1;
}
.casestudy .swiper-prev, .casestudy .swiper-next {
  z-index: 10;
  background: #008700;
  position: absolute;
  height: 56px;
  width: 56px;
  border-radius: 50%;
  top: 70px;
  cursor: pointer;
}
.casestudy .swiper-prev.swiper-button-disabled, .casestudy .swiper-next.swiper-button-disabled {
  display: none;
}
.casestudy .swiper-prev::before, .casestudy .swiper-next::before {
  content: "";
  position: absolute;
  top: 50%;
  left: calc(50% - 2px);
  display: block;
  width: 10px;
  height: 10px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
      -ms-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
}
.casestudy .swiper-prev {
  left: 10px;
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}
.casestudy .swiper-next {
  right: 10px;
}
@media all and (max-width: 749px) {
  .casestudy {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .casestudy .swiper {
    margin-bottom: 25px;
  }
  .casestudy .swiper-slide {
    width: 235px;
  }
  .casestudy .swiper-prev, .casestudy .swiper-next {
    width: 36px;
    height: 36px;
    top: 63px;
  }
  .casestudy .swiper-prev::before, .casestudy .swiper-next::before {
    width: 7px;
    height: 7px;
    border-width: 1px;
  }
  .casestudy_goto_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    display: -webkit-flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media screen and (min-width: 750px) {
  .casestudy .swiper-prev, .casestudy .swiper-next {
    -webkit-transition: opacity 0.3s ease-out;
    transition: opacity 0.3s ease-out;
  }
  .casestudy .swiper-prev:hover, .casestudy .swiper-next:hover {
    opacity: 0.75;
  }
  .casestudy_goto_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    display: -webkit-flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    padding-right: 25px;
  }
}

.contact_form {
  background: #FFF;
  border-radius: 10px;
  max-width: 580px;
  margin: 0 auto 15px;
  padding: 30px 55px;
}
.contact_form_title {
  margin-bottom: 30px;
  font-weight: 700;
  font-size: 16px;
  color: #9C9EA0;
  text-align: center;
  line-height: normal;
}
.contact_form_form {
  color: #1E1E1E;
}
.contact_form_form dt {
  margin-bottom: 10px;
  font-weight: 700;
  line-height: 1.6;
}
.contact_form_form dd:not(:last-child) {
  margin-bottom: 20px;
}
.contact_form_note {
  font-weight: normal;
  font-size: 13px;
}
.contact_form_btnarea {
  position: relative;
  margin-top: 30px;
  text-align: center;
}
@media all and (max-width: 749px) {
  .contact_form {
    padding: 15px;
  }
  .contact_form_title {
    margin-bottom: 15px;
    font-size: 14px;
  }
}

.google_note {
  margin-top: 15px;
  color: #EAEAEA;
  font-size: 11px;
  line-height: 1.9;
}
.google_note a {
  color: #EAEAEA;
  text-decoration: underline;
}
@media screen and (min-width: 750px) {
  .google_note {
    text-align: center;
  }
}

.footer_contact {
  scroll-margin-top: 100px;
}
@media all and (max-width: 749px) {
  .footer_contact {
    scroll-margin-top: 50px;
  }
}

.footer_bg_wrap {
  background-position: center 100px;
}

.contact_form {
  scroll-margin-top: 100px;
}
@media all and (max-width: 749px) {
  .contact_form {
    scroll-margin-top: 50px;
  }
}/*# sourceMappingURL=index.css.map */