@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Outfit:wght@100..900&display=swap");
@media screen and (min-width: 576px) {
  #header {
    height: 80px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
#footer {
  margin-top: 0;
}

img {
  max-width: 100%;
  height: auto;
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.sp {
  display: none;
}

@media (max-width: 750px) {
  .sp {
    display: block;
  }
  .pc {
    display: none;
  }
}
.bold {
  font-weight: bold;
}

.wrapper {
  font-size: 1.8rem;
  line-height: 2;
  background-color: #fff;
}
@media (max-width: 750px) {
  .wrapper {
    font-size: 1.6rem;
  }
}

p {
  line-height: 2;
}

.inner {
  margin-left: auto;
  margin-right: auto;
  width: 87%;
}

.page_ttl {
  font-size: 3.2rem;
  font-weight: 600;
  text-align: center;
  line-height: 100%;
}
@media (max-width: 750px) {
  .page_ttl {
    font-size: 2.4rem;
    line-height: 1.8;
  }
}
.page_ttl span {
  font-family: "Outfit", sans-serif;
  font-weight: 700;
  font-size: 1.6rem;
  line-height: 100%;
  letter-spacing: 0.1em;
  color: #AF964B;
  display: block;
  margin: 16px 0 0;
}
@media (max-width: 750px) {
  .page_ttl span {
    font-size: 1rem;
  }
}

.sv_header {
  padding: 80px 0;
}
@media (max-width: 750px) {
  .sv_header {
    padding: 55px 0 80px;
  }
}
.sv_header .inner {
  max-width: 980px;
}
.sv_header h2 {
  margin: 80px 0 120px;
  font-size: 3.2rem;
  font-weight: 600;
  text-align: center;
  line-height: 100%;
}
@media (max-width: 750px) {
  .sv_header h2 {
    font-size: 2.4rem;
    margin: 40px 0 80px;
  }
}
.sv_header h2 span {
  font-family: "Outfit", sans-serif;
  font-weight: 700;
  font-size: 1.6rem;
  line-height: 100%;
  letter-spacing: 0.1em;
  color: #AF964B;
  display: block;
  margin: 16px 0 0;
}
@media (max-width: 750px) {
  .sv_header h2 span {
    font-size: 1rem;
  }
}

.cta_box {
  text-align: center;
  padding: 50px 0 80px;
}
.cta_box a {
  -webkit-transition: 0.6s;
  transition: 0.6s;
}
.cta_box a:hover {
  opacity: 0.8;
}

.concern {
  background-color: #F5F3EF;
}
.concern .inner {
  max-width: 804px;
  padding: 130px 0;
}
@media (max-width: 750px) {
  .concern .inner {
    padding: 0;
  }
}

.service_contents {
  background-color: #F5F3EF;
  padding: 80px 0 160px;
}
@media (max-width: 750px) {
  .service_contents {
    padding: 80px 0;
  }
}

.service_contents_itemWrap {
  max-width: 808px;
  width: 87%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media (max-width: 750px) {
  .service_contents_itemWrap {
    display: block;
  }
}

.service_contents_item {
  background-color: #fff;
  border-radius: 24px;
  -webkit-box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.1019607843);
          box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.1019607843);
  width: calc(50% - 20px);
  overflow: hidden;
}
@media (max-width: 750px) {
  .service_contents_item {
    width: 100%;
  }
}
.service_contents_item h3 {
  font-weight: 600;
  font-size: 24px;
  line-height: 100%;
  border-bottom: 1px solid;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
@media (max-width: 750px) {
  .service_contents_item h3 {
    font-size: 2rem;
  }
}
.service_contents_item li::before {
  content: "●";
}

.service_contents_item:nth-child(odd) {
  margin-right: 40px;
}
@media (max-width: 750px) {
  .service_contents_item:nth-child(odd) {
    margin-right: 0;
  }
}

.service_contents_item:nth-child(n+3) {
  margin-top: 40px;
}

@media (max-width: 750px) {
  .service_contents_item:nth-child(n+2) {
    margin-top: 40px;
  }
}
.service_contents_item__bottom {
  padding: 24px;
}

.reason {
  background-color: #F5F3EF;
  padding: 160px 0 160px;
}
.reason .page_ttl {
  margin-bottom: 130px;
}
@media (max-width: 750px) {
  .reason .page_ttl {
    margin-bottom: 84px;
  }
}

.reason_item {
  position: relative;
}

.reason_item + .reason_item {
  margin-top: 90px;
}
@media (max-width: 750px) {
  .reason_item + .reason_item {
    margin-top: 64px;
  }
}

.reason_item__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 87%;
  max-width: 980px;
  margin-left: auto;
  margin-right: auto;
  border-radius: 24px;
  overflow: hidden;
  background-color: #fff;
  padding: 50px;
  -webkit-box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.1019607843);
          box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.1019607843);
  position: relative;
}
@media (max-width: 750px) {
  .reason_item__inner {
    padding: 50px 24PX;
    display: block;
  }
}

.reason_item__num {
  display: block;
  position: absolute;
  font-family: "Outfit", sans-serif;
  font-weight: 700;
  font-size: 3.2rem;
  line-height: 100%;
  letter-spacing: 0.1em;
  color: #AF964B;
  top: -50px;
  left: 50%;
  border-radius: 50%;
  background-color: #fff;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100px;
  height: 100px;
  text-align: center;
  padding-top: 20px;
  -webkit-box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.1019607843);
          box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.1019607843);
}
@media (max-width: 750px) {
  .reason_item__num {
    width: 50px;
    height: 50px;
    top: -24px;
    font-size: 2rem;
    padding-top: 12px;
    z-index: 1;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
}

.reason_item__img {
  margin-right: 56px;
  width: 43.2653061224%;
}
@media (max-width: 750px) {
  .reason_item__img {
    margin-right: 0;
    width: 100%;
  }
}

.reason_item__dsp {
  width: 51.0204081633%;
}
@media (max-width: 750px) {
  .reason_item__dsp {
    margin-top: 20px;
    width: 100%;
  }
}
.reason_item__dsp h3 {
  font-size: 2.4rem;
  color: #AF964B;
  font-weight: 600;
  margin-bottom: 20px;
}
@media (max-width: 750px) {
  .reason_item__dsp h3 {
    font-size: 2rem;
    margin-bottom: 10px;
  }
}
.reason_item__dsp p span {
  font-weight: bold;
}

.voice {
  background-color: #EEE8DB;
  padding: 160px 0 160px;
}
@media (max-width: 750px) {
  .voice {
    padding: 80px 0;
  }
}
.voice h2 {
  margin-bottom: 80px;
}
@media (max-width: 750px) {
  .voice h2 {
    margin-bottom: 40px;
  }
}

.voice_item {
  margin-left: auto;
  margin-right: auto;
  display: block;
  border-radius: 24px;
  background-color: #fff;
  padding: 80px 40px;
  -webkit-box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.1019607843);
          box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.1019607843);
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media (max-width: 750px) {
  .voice_item {
    padding: 24px;
    width: 87%;
    margin-left: auto;
    margin-right: auto;
  }
  .voice_item + .voice_item {
    margin-top: 40px;
  }
}
.voice_item h3 {
  font-size: 3.2rem;
  line-height: 1.6;
  font-weight: 600;
  text-align: center;
}
@media (max-width: 750px) {
  .voice_item h3 {
    font-size: 2rem;
    margin-top: 30px;
    text-align: left;
  }
}
.voice_item h3 span {
  font-size: 2.4rem;
}
@media (max-width: 750px) {
  .voice_item h3 span {
    font-size: 1.2rem;
  }
}

.voice_item__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 40px 0;
}
@media (max-width: 750px) {
  .voice_item__row {
    display: block;
    margin: 0;
  }
}

.voice_item__img {
  margin-right: 30px;
  width: 33.4061135371%;
}
@media (max-width: 750px) {
  .voice_item__img {
    margin-right: 0;
    width: 100%;
  }
}

.voice_item__txt {
  width: 63.3187772926%;
}
@media (max-width: 750px) {
  .voice_item__txt {
    width: 100%;
  }
}

.voice_item__q {
  color: #AF964B;
  font-weight: 600;
  font-size: 2rem;
  border-bottom: 1px solid;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 1;
  padding-bottom: 8px;
  margin-bottom: 8px;
}
.voice_item__q::before {
  content: url(../images/service/icon_q.svg);
  margin-right: 10px;
  vertical-align: middle;
}

.voice_item__a {
  line-height: 1.8;
}

.voice .swiper {
  padding-bottom: 10px !important;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  position: relative;
  overflow: hidden;
  width: 100%;
}
.voice .swiper-slide {
  background-color: inherit !important;
}
.voice .swiper-button-next, .voice .swiper-button-prev {
  top: 50% !important;
}
.voice .swiper-button-next {
  right: 15% !important;
}
.voice .swiper-button-prev {
  left: 15% !important;
}
.voice .swiper-button-next:after, .voice .swiper-button-prev:after {
  content: none !important;
}
.voice .swiper-button-prev {
  background-image: url(../images/service/arrow.svg) !important;
}
.voice .swiper-button-next {
  background-image: url(../images/service/arrow.svg) !important;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.voice_item__spBtn {
  display: none;
}
@media (max-width: 750px) {
  .voice_item__spBtn {
    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;
    margin-top: 40px;
    font-weight: 600;
    letter-spacing: 0.1em;
    color: #fff;
    background: #004F3C;
    width: 100%;
    height: 64px;
    border-radius: 16px;
    font-size: 0;
  }
  .voice_item__spBtn::before {
    content: "詳しく見る";
    font-size: 2rem;
  }
  .voice_item__spBtn span {
    margin-left: 24px;
  }
}

@media (max-width: 750px) {
  .voice_item__q, .voice_item__a {
    display: none;
  }
  .voice_item.on .voice_item__txt {
    margin-top: 30px;
  }
  .voice_item.on .voice_item__q, .voice_item.on .voice_item__a {
    display: block;
  }
  .voice_item.on .voice_item__spBtn::before {
    content: "閉じる";
  }
  .voice_item.on .voice_item__spBtn span {
    -webkit-transform: rotate(-180deg);
            transform: rotate(-180deg);
  }
}
.case {
  background-color: #fff;
}
.case h2 {
  margin-bottom: 80px;
}

.case__pc {
  padding: 160px 0 0;
}
@media (max-width: 750px) {
  .case__pc {
    display: none;
  }
}
.case__pc .care_tab_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.case__pc .care_tab_wrap span {
  position: relative;
}
.case__pc .care_tab_wrap span img:last-child {
  opacity: 1;
  position: absolute;
  bottom: 0;
  left: 0;
}
.case__pc .care_tab_wrap span img:first-child {
  opacity: 0;
}
.case__pc .care_tab_wrap .on img:last-child {
  opacity: 0;
}
.case__pc .care_tab_wrap .on img:first-child {
  opacity: 1;
}
.case__pc .care_tab--cleaning {
  margin-left: 24px;
}
.case__pc .case_content {
  background-color: #F5F3EF;
  padding: 95px 0;
  width: 100%;
  overflow: hidden;
  display: none;
}
.case__pc .case_content.on {
  display: block;
}
.case__pc h3 {
  text-align: center;
  font-size: 2.4rem;
  font-weight: 600;
}
.case__pc .case_cooking h3 {
  margin-top: 160px;
}
.case__pc .case_cooking__anime_wrap {
  -webkit-animation: infiniteScroll 16s linear infinite;
          animation: infiniteScroll 16s linear infinite;
  margin-top: 68px;
}
.case__pc .case_cooking__anime {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.case__pc .case_cooking__anime ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.case__pc .case_cooking__anime li {
  width: 25vw;
  max-width: 290px;
  margin-left: 40px;
  border-radius: 16px;
  overflow: hidden;
}
.case__pc .case_cooking__txt {
  margin-top: 50px;
}
.case__pc .case_cleaning h3 {
  margin-top: 80px;
}
.case__pc .case_cleaning__ba {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 40px;
}
.case__pc .case_cleaning__ba > div span {
  border-radius: 16px;
  overflow: hidden;
  width: 25vw;
  max-width: 290px;
  display: block;
  position: relative;
}
.case__pc .case_cleaning__ba > div span::after {
  height: 40px;
  width: 100%;
  line-height: 40px;
  text-align: center;
  font-size: 2.4rem;
  color: #fff;
  position: absolute;
  left: 0;
  bottom: 0;
  letter-spacing: 0.1em;
}
.case__pc .case_cleaning__baBefore {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.case__pc .case_cleaning__baBefore::after {
  display: block;
  content: url(../images/service/case_arrow.svg);
  margin: 0 45px;
}
.case__pc .case_cleaning__baBefore span::after {
  content: "before";
  background-color: #333333;
}
.case__pc .case_cleaning__baAfter span::after {
  content: "after";
  background-color: #AF964B;
}
.case__pc .case_cleaning__txt {
  margin-top: 80px;
}

@-webkit-keyframes infiniteScroll {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}

@keyframes infiniteScroll {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}
.case__sp {
  display: none;
}
@media (max-width: 750px) {
  .case__sp {
    display: block;
    padding: 80px 0 0;
  }
  .case__sp .case_spBtn {
    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;
    margin-top: 15px;
    margin-left: auto;
    margin-right: auto;
    font-weight: 600;
    letter-spacing: 0.1em;
    color: #fff;
    background: #004F3C;
    height: 64px;
    border-radius: 16px;
    font-size: 0;
  }
  .case__sp .case_spBtn::before {
    content: "詳しく見る";
    font-size: 2rem;
  }
  .case__sp .case_spBtn span {
    margin-left: 24px;
  }
  .case__sp .case_accordion {
    display: none;
  }
  .case__sp .case_content {
    background-color: #F5F3EF;
    padding: 50px 0 40px;
  }
  .case__sp .case_content__ttl {
    font-weight: 600;
    font-size: 2.4rem;
    line-height: 100%;
    color: #AF964B;
    margin-bottom: 80px;
    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;
  }
  .case__sp h3 {
    font-weight: 600;
    font-size: 2rem;
    margin-bottom: 30px;
    margin-top: 80px;
    line-height: 1.6;
  }
  .case__sp .swiper-slide {
    padding: 0;
    border-radius: 16px;
    overflow: hidden;
  }
  .case__sp .swiper-slide > img {
    height: auto !important;
  }
  .case__sp .swiper-pagination {
    position: relative !important;
  }
  .case__sp .swiper-pagination-bullet {
    background: #333 !important;
    opacity: 1 !important;
    width: 8px !important;
    height: 8px !important;
  }
  .case__sp .swiper-pagination-bullet-active {
    background: #AF964B !important;
  }
}
.case__sp .case_cooking__txt, .case__sp .case_cleaning__txt {
  margin-top: 40px;
}
.case__sp .case_cleaning__baBefore span {
  position: relative;
  display: block;
  border-radius: 16px;
  overflow: hidden;
}
.case__sp .case_cleaning__baBefore span::after {
  height: 40px;
  width: 100%;
  line-height: 40px;
  text-align: center;
  font-size: 2.4rem;
  color: #fff;
  position: absolute;
  left: 0;
  bottom: 0;
  letter-spacing: 0.1em;
}
.case__sp .case_cleaning__baBefore span, .case__sp .case_cleaning__baAfter span {
  position: relative;
  display: block;
  border-radius: 16px;
  overflow: hidden;
}
.case__sp .case_cleaning__baBefore span::after, .case__sp .case_cleaning__baAfter span::after {
  height: 40px;
  width: 100%;
  line-height: 40px;
  text-align: center;
  font-size: 2.4rem;
  color: #fff;
  position: absolute;
  left: 0;
  bottom: 0;
  letter-spacing: 0.1em;
}
.case__sp .case_cleaning__baBefore::after {
  display: block;
  content: url(../images/service/sp_case_arrow.svg);
  margin: 25px 0;
  text-align: center;
}
.case__sp .case_cleaning__baBefore span::after {
  content: "before";
  background-color: #333333;
}
.case__sp .case_cleaning__baAfter span::after {
  content: "after";
  background-color: #AF964B;
}

.on.case_content .case_spBtn::before {
  content: "閉じる";
}
.on.case_content .case_spBtn span {
  -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg);
}
.on.case_content .case_accordion {
  display: block;
}

.price {
  background-color: #fff;
  padding: 160px 0;
}
@media (max-width: 750px) {
  .price {
    padding: 80px 0;
  }
}
.price .inner {
  max-width: 980px;
}
.price h2 {
  margin-bottom: 80px;
}
.price h3 {
  font-size: 2.4rem;
  font-weight: 600;
  margin-top: 160px;
  margin-bottom: 40px;
  text-align: center;
}
@media (max-width: 750px) {
  .price h3 {
    margin-top: 80px;
    font-size: 2rem;
  }
}

.price_head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 80px;
}
@media (max-width: 750px) {
  .price_head {
    display: block;
    padding-bottom: 30px;
  }
}

.price_headBOx {
  padding: 50px 20px;
  color: #fff;
  max-width: 360px;
  width: 50%;
  border-radius: 24px;
}
@media (max-width: 750px) {
  .price_headBOx {
    width: 100%;
    max-width: inherit;
  }
}

.price_headBOx--free {
  background-color: #AF964B;
  margin-right: 80px;
}
@media (max-width: 750px) {
  .price_headBOx--free {
    margin-right: 0;
  }
}

.price_headBOx--subsc {
  background-color: #004F3C;
}
@media (max-width: 750px) {
  .price_headBOx--subsc {
    margin-top: 24px;
  }
}

.price_headBOx__ttl {
  font-size: 2.4rem;
  font-weight: 600;
  text-align: center;
  border-bottom: 1px solid;
  padding-bottom: 30px;
  margin-bottom: 40px;
}

.price_headBOx__txt span {
  font-size: 3.2rem;
}

.price_tbl__wrap {
  border-radius: 24px;
  overflow: hidden;
  margin: 40px auto 0;
  border: 1px solid #AF964B;
}

.price_tbl {
  border-spacing: 0;
  width: 100%;
}
.price_tbl th, .price_tbl td {
  padding: 5px;
  text-align: center;
}
.price_tbl th {
  background-color: #AF964B;
  color: #fff;
  font-weight: 600;
}
.price_tbl td {
  border-top: 1px solid #AF964B;
}
.price_tbl th + th {
  border-left: 1px solid #fff;
}
.price_tbl td + td {
  border-left: 1px solid #AF964B;
}
.price_tbl tr:last-child td {
  border-bottom: none;
}
.price_tbl tr:nth-child(odd) td {
  background-color: #F6F5F4;
}
.price_tbl li {
  text-align: left;
  list-style: disc;
  margin-left: 1.5em;
  line-height: 1.6;
}

.price_spBtn {
  display: none;
}

@media (max-width: 750px) {
  .price_tbl__wrap {
    border-radius: 0;
    width: 100vw;
    margin: 40px calc(50% - 50vw) 0;
    border: none;
  }
  .price_tbl th, .price_tbl td {
    width: 50%;
    padding: 5px 0;
  }
  .price_tbl th:first-child {
    border-left: 1px solid #AF964B;
  }
  .price_tbl td {
    border: 1px solid #AF964B !important;
  }
  .price_spBtn {
    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;
    margin-top: 15px;
    margin-left: auto;
    margin-right: auto;
    width: 87%;
    font-weight: 600;
    letter-spacing: 0.1em;
    color: #fff;
    background: #004F3C;
    height: 64px;
    border-radius: 16px;
    font-size: 0;
  }
  .price_spBtn::before {
    content: "詳しく見る";
    font-size: 2rem;
  }
  .price_spBtn span {
    margin-left: 24px;
  }
  .price_tbl__wrap--plan table tr:nth-child(n+3) {
    display: none;
  }
  .on.price_tbl__wrap--plan table tr:nth-child(n+3) {
    display: table-row;
  }
  .on.price_tbl__wrap--plan .price_spBtn::before {
    content: "閉じる";
  }
  .on.price_tbl__wrap--plan .price_spBtn span {
    -webkit-transform: rotate(-180deg);
            transform: rotate(-180deg);
  }
}
@media (max-width: 750px) {
  .price_tbl_spot th, .price_tbl_spot td {
    width: 33.3333333333% !important;
  }
  .price_tbl_spot th {
    font-size: 1.3rem;
  }
}

.price_tbl_option tr th:nth-child(1) {
  width: 20%;
}
.price_tbl_option tr th:nth-child(2),
.price_tbl_option tr th:nth-child(3) {
  width: 30%;
}
@media (max-width: 750px) {
  .price_tbl_option th {
    border-top: 1px solid #fff;
    font-size: 1.3rem;
  }
}

.price_tbl_option + .price_tbl_option {
  margin-top: 40px;
}

.price_tbl__wrap + p {
  margin-top: 40px;
}

.flow {
  background-color: #F5F3EF;
  padding: 160px 0;
}
@media (max-width: 750px) {
  .flow {
    padding: 80px 0;
  }
}
.flow h2 {
  margin-bottom: 80px;
}

.flow_box {
  max-width: 940px;
  width: 87%;
  margin-left: auto;
  margin-right: auto;
  -webkit-box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.1019607843);
          box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.1019607843);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 30px 6.8085106383%;
  background-color: #fff;
  border-radius: 24px;
  position: relative;
}
@media (max-width: 750px) {
  .flow_box {
    display: block;
    padding: 60px 30px;
  }
}

.flow_box__img {
  width: 21.6748768473%;
}
@media (max-width: 750px) {
  .flow_box__img {
    width: 100%;
    text-align: center;
  }
  .flow_box__img img {
    width: 176px;
    height: 176px;
  }
}

.flow_box__dsp {
  width: 73.8916256158%;
}
@media (max-width: 750px) {
  .flow_box__dsp {
    width: 100%;
    margin-top: 30px;
  }
}
.flow_box__dsp h3 {
  font-size: 2.4rem;
  font-weight: 600;
}
@media (max-width: 750px) {
  .flow_box__dsp h3 {
    font-size: 2rem;
    text-align: center;
  }
}
.flow_box__dsp p {
  line-height: 1.8;
}

.flow_box + .flow_box {
  margin-top: 87px;
}

.flow_box + .flow_box::before {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  display: block;
  content: url(../images/service/flow_arrow.svg);
  top: -55px;
  width: 23px;
  height: 38px;
}

.flow_btn {
  margin: 80px auto 0;
  display: block;
  width: 508px;
}
@media (max-width: 750px) {
  .flow_btn {
    width: 100%;
    text-align: center;
  }
}

.fix_btn {
  position: fixed;
  bottom: 10px;
  right: 50px;
  z-index: 1;
}
@media (max-width: 750px) {
  .fix_btn {
    width: 120px;
    height: 120px;
    right: 10px;
  }
}

.bottom-cta {
  display: none;
}