@charset "UTF-8";
@font-face {
  font-family: "LINE Seed JP";
  src: url("../asset/font/LINESeedJP/LINESeedJP_OTF_Rg.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "LINE Seed JP";
  src: url("../asset/font/LINESeedJP/LINESeedJP_OTF_Bd.woff2") format("woff2");
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: "LINE Seed JP";
  src: url("../asset/font/LINESeedJP/LINESeedJP_OTF_Eb.woff2") format("woff2");
  font-weight: 800;
  font-style: normal;
}
@media screen and (max-width: 768px) {
  .sp--hidden {
    display: none !important;
  }
}

.sp--show {
  display: none;
}
@media screen and (max-width: 768px) {
  .sp--show {
    display: block;
  }
}

@media screen and (min-width: 768px) {
  .pc--hidden {
    display: none;
  }
}

/*変数
=======================*/
/*初期
=======================*/
html, body {
  max-width: 100vw;
  overflow-x: hidden;
}

a {
  color: #000;
  text-decoration: none;
}

h2, p {
  margin: 0;
  padding: 0;
}

ol, ul, dl, dt {
  margin: 0;
  padding: 0;
  list-style: none;
}

body {
  font-family: "LINE Seed JP", sans-serif;
}

.md-inner {
  width: 90vw;
  max-width: 960px;
  margin: auto;
  padding: 0 20px;
}

.lg-inner {
  width: 90vw;
  max-width: 1100px;
  margin: auto;
  padding: 0 20px;
}
@media screen and (max-width: 1440px) {
  .lg-inner {
    max-width: 1200px;
  }
}

.xl-inner {
  width: 90vw;
  max-width: 1200px;
  margin: auto;
  padding: 0 20px;
}
@media screen and (min-width: 1920px) {
  .xl-inner {
    max-width: 1480px;
  }
}

.bg--orange-gra {
  background: linear-gradient(90deg, #F6B26A 0%, #EF7E72 100%);
}

.bg--gray {
  background-color: #eee;
}

.bg--grayB {
  background-color: #ababab;
}

.bg--orange {
  background-color: #F4A16D;
}

.text--white {
  color: #fff;
}

.text--pink {
  color: #FF5E5E;
}

.text--orange {
  color: #F4A16D;
}

.text--orange-gra {
  background: linear-gradient(90deg, #F6B26A 0%, #EF7E72 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.text--bold {
  font-weight: bold;
}

.text-weight--800 {
  font-weight: 800;
}

.underline {
  text-decoration: underline;
}

.xl-py {
  padding-top: 120px;
  padding-bottom: 120px;
}
@media screen and (max-width: 768px) {
  .xl-py {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}

.section__heading {
  margin-bottom: 50px;
  text-align: center;
  font-size: 72px;
  font-weight: 800;
}
@media screen and (max-width: 768px) {
  .section__heading {
    margin-bottom: 30px;
    font-size: 42px;
    line-height: 50px;
  }
}

.header {
  position: fixed;
  width: 100%;
  z-index: 10;
}
@media screen and (max-width: 768px) {
  .header {
    position: absolute;
  }
}
.header__container {
  display: flex;
  justify-content: space-between;
  height: 120px;
}
@media screen and (max-width: 768px) {
  .header__container {
    justify-content: center;
    height: inherit;
    padding: 52px 0 43px;
  }
}
.header__logo {
  width: 295px;
  align-self: center;
  padding-left: 70px;
}
@media screen and (max-width: 768px) {
  .header__logo {
    padding: 0;
  }
}
.header__logo img {
  width: 100%;
}
.header__nav--list {
  display: flex;
}
@media screen and (max-width: 768px) {
  .header__nav--list {
    display: none;
  }
}
.header__nav--item {
  display: flex;
  align-items: center;
  max-width: 224px;
  height: 70px;
  padding: 0 20px;
  line-height: 70px;
  font-size: 20px;
}
.header__nav--item svg {
  margin-right: 5px;
}
.header__nav--item--mail svg {
  position: relative;
  top: 2px;
}
.header__nav--item--tell {
  color: #EF7E72;
  background: #fff;
}

.fv {
  position: relative;
  z-index: -10;
  width: 100%;
  overflow: hidden;
  background-image: url("../asset/img/fv_bg.jpg");
  background-color: rgba(255, 255, 255, 0.4);
  background-blend-mode: lighten;
  background-size: cover;
  background-position: center;
}
.fv .row {
  display: flex;
  align-items: end;
}
@media screen and (max-width: 768px) {
  .fv .row {
    justify-content: center;
  }
}
.fv__container {
  position: relative;
  padding-top: 80px;
  padding-bottom: 62px;
}
@media screen and (max-width: 768px) {
  .fv__container {
    padding-bottom: 64px;
  }
}
.fv__container .fv__woman {
  position: absolute;
  bottom: 0;
  right: -10vw;
  z-index: -1;
  width: 58vw;
  max-width: 904px;
}
@media screen and (min-width: 1920px) {
  .fv__container .fv__woman {
    right: -80px;
  }
}
@media screen and (max-width: 768px) {
  .fv__container .fv__woman {
    right: 0;
    width: 70vw;
    max-width: 273px;
  }
}
.fv__container .fv__woman .fv__woman--image {
  display: block;
  width: 100%;
}
.fv__container .fv__eacon {
  position: absolute;
  z-index: -1;
  top: 70vh;
  right: 0;
  max-width: 614px;
  width: 43vw;
}
@media screen and (max-width: 768px) {
  .fv__container .fv__eacon {
    width: 100%;
    bottom: 20vh;
    left: 0;
    right: inherit;
    max-width: 169px;
    top: inherit;
    z-index: -2;
  }
}
.fv__container .fv__eacon img {
  width: 100%;
}
.fv__heading {
  padding-top: clamp(4.375rem, 1.25rem + 4.17vw, 6.25rem);
  font-weight: 800;
  font-style: italic;
}
@media screen and (max-width: 768px) {
  .fv__heading {
    padding-top: 56px;
    text-align: center;
  }
}
.fv__heading--primary {
  margin-bottom: 30px;
  font-size: 5.6rem;
  letter-spacing: -3px;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .fv__heading--primary {
    margin-bottom: 12px;
    font-size: 2.4rem;
    letter-spacing: 0;
  }
}
.fv__heading--primary p {
  position: relative;
  z-index: 1;
}
.fv__heading--primary p::after {
  content: attr(data-text);
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  width: 100%;
  -webkit-text-stroke-width: 12px;
  -webkit-text-stroke-color: #EF7F72;
}
@media screen and (max-width: 768px) {
  .fv__heading--primary p::after {
    -webkit-text-stroke-width: 8px;
  }
}
.fv__heading--primary p.first {
  font-size: 7.5rem;
}
@media screen and (max-width: 768px) {
  .fv__heading--primary p.first {
    font-size: 4rem;
  }
}
.fv__heading--primary p.first::after {
  content: attr(data-text);
  -webkit-text-stroke-width: 14px;
}
@media screen and (max-width: 768px) {
  .fv__heading--primary p.first::after {
    -webkit-text-stroke-width: 10px;
  }
}
.fv__heading--secondary {
  display: flex;
  align-items: center;
  margin-bottom: 16px;
}
@media screen and (max-width: 768px) {
  .fv__heading--secondary {
    margin-bottom: 9px;
    justify-content: center;
  }
}
.fv__heading--secondary .fv__heading--secondary--1 {
  position: relative;
  max-width: 60px;
  margin-right: 8px;
  writing-mode: vertical-rl;
  font-size: 2rem;
  text-stroke: 8px white;
  -webkit-text-stroke: 8px white;
}
@media screen and (max-width: 768px) {
  .fv__heading--secondary .fv__heading--secondary--1 {
    margin-right: 0;
    font-size: clamp(1.188rem, -0.375rem + 6.67vw, 1.25rem);
    text-stroke: 2px white;
    -webkit-text-stroke: 2px white;
  }
}
.fv__heading--secondary .fv__heading--secondary--1::after {
  content: "最短";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  background: linear-gradient(180deg, #E2CB5B 0%, #AA8B50 100%);
  background-clip: text;
  -webkit-background-clip: text;
  text-fill-color: transparent;
  -webkit-text-fill-color: transparent;
  color: transparent;
  text-stroke: 1px #fff;
  -webkit-text-stroke: 1px #fff;
}
.fv__heading--secondary .fv__heading--secondary--2 {
  position: relative;
  letter-spacing: -5px;
  text-stroke: 10px white;
  -webkit-text-stroke: 10px white;
  flex-grow: 1;
  font-size: clamp(3.5rem, 2.563rem + 1.25vw, 4.063rem);
}
@media screen and (max-width: 768px) {
  .fv__heading--secondary .fv__heading--secondary--2 {
    font-size: 2rem;
    letter-spacing: 0;
    text-stroke: 6px white;
    -webkit-text-stroke: 6px white;
    flex-grow: inherit;
  }
}
.fv__heading--secondary .fv__heading--secondary--2::after {
  content: "10分で出張解決";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  background: linear-gradient(180deg, #E2CB5B 0%, #AA8B50 100%);
  background-clip: text;
  -webkit-background-clip: text;
  text-fill-color: transparent;
  -webkit-text-fill-color: transparent;
  color: transparent;
  text-stroke: 1px #fff;
  -webkit-text-stroke: 1px #fff;
}
.fv__heading--tertiary {
  position: relative;
  margin-bottom: 52px;
  font-size: clamp(3.5rem, 2.563rem + 1.25vw, 4.063rem);
  letter-spacing: -3.25px;
  text-stroke: 10px white;
  -webkit-text-stroke: 10px white;
}
@media screen and (max-width: 768px) {
  .fv__heading--tertiary {
    margin-bottom: 52px;
    font-size: clamp(1.75rem, 0.188rem + 6.67vw, 1.813rem);
    letter-spacing: 0;
    text-stroke: 6px white;
    -webkit-text-stroke: 6px white;
  }
}
.fv__heading--tertiary::after {
  content: "お急ぎの方はお任せ下さい";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  background: linear-gradient(90deg, #CCB06A 0%, #AA8B50 100%);
  background-clip: text;
  -webkit-background-clip: text;
  text-fill-color: transparent;
  -webkit-text-fill-color: transparent;
  color: transparent;
  text-stroke: 1px #fff;
  -webkit-text-stroke: 1px #fff;
}

.fv__catch {
  display: flex;
  margin-bottom: 70px;
}
@media screen and (max-width: 768px) {
  .fv__catch {
    position: relative;
    z-index: -10;
    flex-wrap: wrap;
    margin-bottom: 140px;
  }
}

.fv__catch--item {
  margin-right: 15px;
  padding: 30px 20px;
  font-size: clamp(1.25rem, 0.521rem + 0.97vw, 1.688rem);
  text-align: center;
  border-radius: 5px;
}
@media screen and (max-width: 768px) {
  .fv__catch--item {
    margin-bottom: 13px;
    padding: 18px 15px;
    font-size: 15.5px;
  }
}

.fv__info--list {
  display: flex;
  justify-content: space-between;
  max-width: 1120px;
  margin: auto;
  flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  .fv__info--list {
    justify-content: space-around;
  }
}
.fv__info--list .fv__info--item {
  box-sizing: border-box;
  width: 144px;
  padding: 18px 0;
  border-radius: 4px;
  border: 3px solid #EF7F72;
  background: #FFF;
  text-align: center;
  font-size: clamp(1.5rem, 1.083rem + 0.56vw, 1.75rem);
  font-weight: 700;
  color: #EF7F72;
}
@media screen and (max-width: 768px) {
  .fv__info--list .fv__info--item {
    width: 78px;
    margin-bottom: 11.2px;
    padding: 8.8px 0;
    font-size: 13.4px;
  }
}

.content-appeal {
  max-width: 1159px;
  margin: 0 auto 110px;
  width: 70%;
}
@media screen and (max-width: 768px) {
  .content-appeal {
    width: 95%;
    margin: 20px auto 0;
  }
}
.content-appeal .content-appeal--image {
  display: block;
  width: 100%;
  position: relative;
  top: -30px;
}
@media screen and (max-width: 768px) {
  .content-appeal .content-appeal--image {
    top: -50px;
  }
}

.calling {
  background-image: url("../asset/img/calling_bg.jpg");
  background-size: cover;
  background-position: center;
  color: #fff;
}
.calling .calling__container {
  position: relative;
  z-index: 0;
  padding-top: 113px;
  padding-bottom: 113px;
}
@media screen and (max-width: 768px) {
  .calling .calling__container {
    padding-top: 52px;
    padding-bottom: 52px;
  }
}
.calling .calling__outer {
  max-width: 1100px;
  margin: auto;
}
.calling .calling__inner {
  max-width: clamp(39.5rem, 30.75rem + 11.67vw, 44.75rem);
  margin-left: auto;
}
.calling .calling__woman {
  position: absolute;
  left: 5vw;
  bottom: 0;
  z-index: -1;
  max-width: 402px;
}
@media screen and (max-width: 768px) {
  .calling .calling__woman {
    display: none;
  }
}
.calling .calling__woman .calling__woman--image {
  display: block;
  width: 100%;
}
.calling .calling__heading {
  margin-bottom: 25px;
  margin-right: auto;
  font-weight: 800;
}
@media screen and (max-width: 768px) {
  .calling .calling__heading {
    margin-bottom: 28px;
    text-align: center;
  }
}
.calling .calling__heading .calling__heading--primary {
  margin-bottom: 10px;
  font-size: clamp(3.375rem, 2.75rem + 0.83vw, 3.75rem);
}
@media screen and (max-width: 768px) {
  .calling .calling__heading .calling__heading--primary {
    font-size: 25px;
  }
}
.calling .calling__heading .calling__heading--secondary {
  font-size: clamp(4.75rem, 3.708rem + 1.39vw, 5.375rem);
}
@media screen and (max-width: 768px) {
  .calling .calling__heading .calling__heading--secondary {
    font-size: 36px;
  }
}

.calling__tell {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px 0;
  font-size: clamp(3.625rem, 3rem + 0.83vw, 4rem);
  font-weight: 800;
  border-radius: 5px;
}
@media screen and (max-width: 768px) {
  .calling__tell {
    max-width: 300px;
    margin: auto;
    padding: 8.4px 0;
    font-size: 23px;
    background: #FF1E00;
    border-radius: 90px;
    box-shadow: 0px -2px 4px 0px rgba(0, 0, 0, 0.25) inset;
  }
}
@media screen and (max-width: 768px) {
  .calling__tell svg {
    width: 39px;
    height: 39px;
  }
}
.calling__tell .calling__tell--text {
  margin-left: 18px;
  text-decoration: none;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .calling__tell .calling__tell--text {
    margin-left: 8px;
    pointer-events: none;
    cursor: default;
    text-decoration: none;
  }
}

.tracking-cta {
  color: #fff;
}
.tracking-cta__item {
  color: #fff;
}
@media screen and (min-width: 768px) {
  .tracking-cta__item {
    width: 50%;
    max-width: 300px;
    font-size: 1.4rem;
    padding: 15px 10px;
  }
}
@media screen and (min-width: 768px) {
  .tracking-cta__item.--tel {
    background-color: #fff;
    color: #EF7E72;
  }
}
@media screen and (min-width: 768px) {
  .tracking-cta__item svg {
    width: 36px;
  }
}
@media screen and (min-width: 768px) {
  .tracking-cta__box {
    display: flex;
    gap: 20px;
    justify-content: center;
    align-items: center;
  }
}
@media screen and (min-width: 768px) {
  .tracking-cta__txt {
    margin-left: 6px;
    text-decoration: none;
  }
}

.sp__calling {
  position: fixed;
  z-index: 100;
  bottom: 0;
  width: 100%;
  padding: 20px 0 26px;
  text-align: center;
  background-color: #FEBE00;
  overflow: hidden;
  opacity: 0;
  transform: translateY(100%);
  transition: all 0.8s ease-in-out; /* アニメーション */
}
@media screen and (min-width: 768px) {
  .sp__calling {
    padding: 26px 0 26px;
  }
}
.sp__calling .sp__calling--text {
  margin-bottom: 10px;
  font-size: 23px;
  font-weight: 800;
}
@media screen and (min-width: 768px) {
  .sp__calling .sp__calling--text {
    font-size: 1.6rem;
    margin-bottom: 0px;
  }
}
.sp__calling::after {
  content: "";
  display: block;
  position: absolute;
  top: 30px;
  left: -120px;
  z-index: -2;
  width: 235px;
  height: 235px;
  transform: rotate(45deg);
  background: rgba(255, 255, 255, 0.3);
}
@media screen and (min-width: 768px) {
  .sp__calling::after {
    top: -121px;
    left: -400px;
    width: 1000px;
    height: 600px;
    transform: rotate(40deg);
  }
}

/* スクロール後にスライドインする */
.sp__calling.visible {
  opacity: 1;
  transform: translateX(0);
}

.service {
  position: relative;
  padding-bottom: 66px;
  background-color: #eee;
  font-weight: 800;
}
@media screen and (max-width: 768px) {
  .service {
    padding-bottom: 20px;
  }
}
.service__heading {
  margin-bottom: 70px;
}
@media screen and (max-width: 768px) {
  .service__heading {
    margin-bottom: 30px;
  }
}
.service__heading--primary {
  margin-bottom: 24px;
  font-size: 52px;
}
@media screen and (max-width: 768px) {
  .service__heading--primary {
    margin-bottom: 20px;
    font-size: 25px;
    line-height: 34px;
  }
}
.service__list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  .service__list {
    flex-wrap: nowrap;
    padding: 0;
  }
}
.service__card {
  width: 30%;
  margin-bottom: 60px;
  background-color: #fff;
  border-radius: 5px;
  overflow: hidden;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .service__card {
    margin-bottom: 0;
  }
}
.service__title {
  width: 100%;
  padding: 30px 0;
  text-align: center;
  color: #fff;
  font-size: clamp(2rem, 1.375rem + 0.83vw, 2.375rem);
  background-color: #FAC62A;
}
@media screen and (max-width: 768px) {
  .service__title {
    padding: 22px 0;
    font-size: 29px;
    line-height: 33.5px;
  }
}
.service__image--outer {
  width: 100%;
}
.service__image {
  display: block;
  width: 100%;
}
.service__price {
  position: relative;
  z-index: 1;
  width: 100%;
  margin: 28px auto 10px;
  font-size: clamp(2.875rem, 2.25rem + 0.83vw, 3.25rem);
  text-align: center;
  line-height: 1.5;
  color: #fff;
  overflow: visible;
}
@media screen and (max-width: 768px) {
  .service__price {
    margin: 21px auto 10px;
    font-size: 39px;
    line-height: 50px;
  }
}
.service__price::after {
  content: attr(data-text);
  display: block;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  text-transform: uppercase;
  color: transparent;
  -webkit-text-stroke: 10px transparent;
  background: linear-gradient(180deg, #F6B26A 0%, #EF7E72 100%);
  -webkit-background-clip: text;
  background-clip: text;
}
.service__body {
  width: 100%;
  padding: 0 34px;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .service__body {
    padding: 0 26px 20px;
  }
}
.service__body--item {
  display: flex;
  align-items: center;
  padding: 17px 0;
  font-size: clamp(1.125rem, 0.917rem + 0.28vw, 1.25rem);
  color: #676767;
  border-bottom: 1px solid #D9D9D9;
}
@media screen and (max-width: 768px) {
  .service__body--item {
    padding: 11.4px 0;
    font-size: 15.2px;
  }
}
.service__body--item:last-child {
  border-bottom: none;
}
.service__body--item i {
  margin-right: 10px;
  font-size: 22px;
}

.swiper-container {
  position: relative;
  width: 100%;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .swiper-container {
    padding: 0 20px 50px;
    box-sizing: border-box;
  }
}

.swiper-slide {
  width: 30%;
  display: flex;
  flex-direction: column;
  align-items: center;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 768px) {
  .swiper-slide {
    width: 100%;
  }
}

/* ナビゲーションボタン */
.swiper-button-next,
.swiper-button-prev {
  top: 46%;
  display: none;
  width: 46px;
  height: 46px;
  color: #000;
  background-color: #fff;
  border-radius: 46px;
  filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
}
.swiper-button-next i,
.swiper-button-prev i {
  font-size: 46px;
}
@media screen and (max-width: 768px) {
  .swiper-button-next,
  .swiper-button-prev {
    display: block;
  }
}
.swiper-button-next::after,
.swiper-button-prev::after {
  content: "";
}

/* ページネーションのスタイル */
.swiper-pagination-bullet {
  background: #333;
}

.reason {
  background-color: #eee;
  font-weight: 800;
}
.reason .reason__list--item {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
  background-color: #fff;
  border-radius: 5px;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .reason .reason__list--item {
    display: block;
    padding-bottom: 30px;
  }
}
.reason .reason__left {
  width: 40%;
  max-width: 380px;
}
@media screen and (max-width: 768px) {
  .reason .reason__left {
    margin-bottom: 30px;
    width: 100%;
  }
}
.reason .reason__left .reason__image {
  display: block;
  width: 100%;
}
.reason .reason__right {
  max-width: 720px;
  flex-grow: 1;
  word-break: break-word;
  overflow-wrap: break-word;
  box-sizing: border-box;
  padding: 0 40px;
}
@media screen and (max-width: 768px) {
  .reason .reason__right {
    padding: 0 24px;
    text-align: center;
  }
}
.reason .reason__right .reason__title {
  margin-bottom: 20px;
  font-size: 36px;
}
@media screen and (max-width: 768px) {
  .reason .reason__right .reason__title {
    margin-bottom: 10px;
    font-size: 28px;
    line-height: 40px;
  }
}
.reason .reason__right .reason__body {
  font-size: 20px;
  line-height: 1.8;
  color: #676767;
}
@media screen and (max-width: 768px) {
  .reason .reason__right .reason__body {
    font-size: clamp(0.912rem, -0.025rem + 4vw, 0.95rem);
    line-height: 24px;
  }
}

.comparison {
  background-color: #eee;
}
@media screen and (max-width: 768px) {
  .comparison {
    padding-bottom: 0;
  }
}
.comparison__heading {
  font-weight: 800;
  text-align: center;
}
.comparison__heading--primary {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .comparison__heading--primary {
    display: block;
    margin-bottom: 10px;
  }
}
.comparison__heading--primary .comparison__heading--image {
  max-width: 577px;
}
@media screen and (max-width: 768px) {
  .comparison__heading--primary .comparison__heading--image {
    width: 295px;
    margin: auto;
  }
}
.comparison__heading--primary span {
  display: inline-block;
  margin-left: 15px;
  font-size: 48px;
}
@media screen and (max-width: 768px) {
  .comparison__heading--primary span {
    font-size: 20px;
  }
}
.comparison__heading--primary img {
  display: block;
  width: 100%;
}
.comparison__heading--secondary {
  margin-bottom: 60px;
}
@media screen and (max-width: 768px) {
  .comparison__heading--secondary {
    margin-bottom: 25px;
  }
}
.comparison .comparison__feature {
  padding: 55px 78px;
  background-color: #fff;
}
@media screen and (max-width: 768px) {
  .comparison .comparison__feature {
    width: 100%;
    padding: 0;
    background-color: #eee;
  }
}
.comparison .comparison__feature img {
  display: block;
  width: 100%;
}
.comparison .comparison__feature::after {
  display: none;
  content: "";
  display: block;
  width: 100%;
  height: 50px;
  background-color: #fff;
}
@media screen and (max-width: 768px) {
  .comparison .comparison__feature::after {
    display: block;
  }
}

.flow {
  padding-bottom: 100px;
  background: linear-gradient(180deg, #F6B26A 0%, #EF7E72 100%);
  font-weight: 800;
}
@media screen and (max-width: 768px) {
  .flow {
    padding-bottom: 20px;
  }
}
.flow .flow__list--item {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
  background-color: #fff;
  border-radius: 5px;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .flow .flow__list--item {
    display: block;
    padding-bottom: 30px;
  }
}
.flow .flow__left {
  width: 40%;
  max-width: 380px;
}
@media screen and (max-width: 768px) {
  .flow .flow__left {
    margin-bottom: 30px;
    width: 100%;
  }
}
.flow .flow__left .flow__image {
  display: block;
  width: 100%;
}
.flow .flow__right {
  max-width: 720px;
  flex-grow: 1;
  word-break: break-word;
  overflow-wrap: break-word;
  box-sizing: border-box;
  padding: 0 40px;
}
@media screen and (max-width: 768px) {
  .flow .flow__right {
    padding: 0;
    text-align: center;
  }
}
.flow .flow__right .flow__step-text {
  margin-bottom: 20px;
  background: linear-gradient(180deg, #F6B26A 0%, #EF7E72 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media screen and (max-width: 768px) {
  .flow .flow__right .flow__step-text {
    margin-bottom: 0;
    line-height: 40px;
  }
}
.flow .flow__right .flow__title {
  margin-bottom: 20px;
  font-size: 36px;
}
@media screen and (max-width: 768px) {
  .flow .flow__right .flow__title {
    margin-bottom: 10px;
    font-size: 24px;
    line-height: 40px;
  }
}
.flow .flow__right .flow__body {
  font-size: 20px;
  line-height: 1.8;
  color: #676767;
}
@media screen and (max-width: 768px) {
  .flow .flow__right .flow__body {
    font-size: 15.2px;
    line-height: 24px;
  }
}

.faq {
  padding-bottom: 152px;
  background-color: #eee;
}
@media screen and (max-width: 768px) {
  .faq {
    padding-bottom: 30px;
  }
}
.faq .faq__list .faq__list--item {
  margin-bottom: 20px;
  padding: 0 40px;
  border-radius: 4px;
  background-color: #fff;
}
@media screen and (max-width: 768px) {
  .faq .faq__list .faq__list--item {
    padding: 0 20px;
  }
}
.faq .faq__list .faq__list--item .faq__question {
  display: flex;
  align-items: center;
  padding: 29px 0;
  font-size: 20px;
  font-weight: bold;
  border-bottom: 1px solid #ddd;
}
@media screen and (max-width: 768px) {
  .faq .faq__list .faq__list--item .faq__question {
    padding: 20px 0;
    font-size: 16px;
    line-height: 140%;
  }
}
.faq .faq__list .faq__list--item .faq__question::before {
  content: "Q";
  display: inline-block;
  width: 40px;
  line-height: 40px;
  margin-right: 24px;
  color: #fff;
  font-size: 24px;
  text-align: center;
  background-color: #F4A16D;
  border-radius: 2px;
}
@media screen and (max-width: 768px) {
  .faq .faq__list .faq__list--item .faq__question::before {
    margin-right: 10px;
    font-size: 24px;
  }
}
.faq .faq__list .faq__list--item .faq__question p {
  flex-grow: 1;
  width: 0px;
  text-wrap: auto;
  overflow-wrap: break-word;
  word-break: break-word;
}
.faq .faq__list .faq__list--item .faq__answer {
  padding: 24px 0 22px;
  font-size: 17px;
}
@media screen and (max-width: 768px) {
  .faq .faq__list .faq__list--item .faq__answer {
    padding: 20px 0 20px;
    font-size: 16px;
    line-height: 140%;
  }
}

.catch__container {
  padding: 52px 0;
}
@media screen and (max-width: 768px) {
  .catch__container {
    padding: 50px 0;
  }
}
.catch__container .catch__body {
  margin-bottom: 0;
  font-size: 42px;
  line-height: 1.6;
}
@media screen and (max-width: 768px) {
  .catch__container .catch__body {
    font-size: 24px;
    line-height: 40px;
  }
}

.contact {
  background-color: #eee;
}
.contact .contact__container {
  margin-bottom: 50px;
  padding: 67px 0;
  background-color: #fff;
  border-radius: 4px;
}
@media screen and (max-width: 768px) {
  .contact .contact__container {
    width: 100%;
    padding: 30px 0;
  }
}
.contact .contact__form .contact__inner {
  width: 80%;
  max-width: 800px;
  margin: auto;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .contact .contact__form .contact__inner {
    width: 100%;
    padding: 0 30px;
  }
}
.contact .contact__form .contact__group {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .contact .contact__form .contact__group {
    font-size: 16px;
    line-height: 140%;
  }
}
.contact .contact__form .contact__group .contact__label {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
  flex-wrap: wrap;
}
.contact .contact__form .contact__group select {
  -webkit-appearance: none; /* Safari, Chrome */
  -moz-appearance: none; /* Firefox */
  appearance: none; /* 標準のスタイルを無効化 */
  cursor: pointer;
  background-color: #F3F3F3;
  border: 1px solid #ccc;
  border-radius: 4px;
  padding: 12px 16px;
  font-size: 20px;
  font-weight: bold;
  color: #000;
}
@media screen and (max-width: 768px) {
  .contact .contact__form .contact__group select {
    font-size: 16px;
    line-height: 140%;
  }
}
.contact .contact__form .contact__group input[type=text],
.contact .contact__form .contact__group input[type=email],
.contact .contact__form .contact__group select,
.contact .contact__form .contact__group textarea {
  display: block;
  width: 100%;
  box-sizing: border-box;
  padding: 25px 23px;
  background-color: #F3F3F3;
  border: none;
  border-radius: 4px;
}
@media screen and (max-width: 768px) {
  .contact .contact__form .contact__group input[type=text],
  .contact .contact__form .contact__group input[type=email],
  .contact .contact__form .contact__group select,
  .contact .contact__form .contact__group textarea {
    padding: 14px 20px;
  }
}
.contact .contact__form .contact__group textarea {
  resize: none;
  height: 250px;
  overflow-y: auto;
}
.contact .contact__form .required--text {
  display: block;
  margin-right: 10px;
  padding: 5px 10px;
  font-size: 16px;
  border-radius: 4px;
}
@media screen and (max-width: 768px) {
  .contact .contact__form .required--text {
    padding: 2px 6px;
    font-size: 14px;
  }
}
.contact .contact__form .contact__protection {
  justify-content: center;
  margin-bottom: 57px;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .contact .contact__form .contact__protection {
    font-size: 20px;
    margin-bottom: 28px;
    line-height: 1.6;
  }
}
.contact .contact__form .contact__protection input[type=checkbox] {
  margin-right: 15px;
  transform: scale(1.5);
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .contact .contact__form .contact__protection input[type=checkbox] {
    margin: 0 0 20px;
  }
}
@media screen and (max-width: 768px) {
  .contact .contact__form .contact__protection a {
    width: 100%;
    text-align: center;
  }
}
.contact .contact__form .contact__submit {
  text-align: center;
}
@media screen and (max-width: 768px) {
  .contact .contact__form .contact__submit {
    margin-bottom: 0;
  }
}
.contact .contact__form .contact__submit .contact__submit--btn {
  display: block;
  width: 50%;
  max-width: 224px;
  margin: auto;
  padding: 24px 0;
  border: none;
  border-radius: 5px;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .contact .contact__form .contact__submit .contact__submit--btn {
    width: 80%;
    padding: 20px 0;
    font-size: 20px;
  }
}
@media screen and (max-width: 768px) {
  .contact .contact__result {
    width: 100%;
    padding: 0;
    box-sizing: border-box;
    word-wrap: break-word;
  }
}
.contact .contact__result--message {
  font-size: 30px;
  text-align: center;
  white-space: pre-wrap;
  line-height: 140%;
}
@media screen and (max-width: 768px) {
  .contact .contact__result--message {
    padding: 0 30px;
    font-size: 18px;
  }
}
.contact .form__error {
  margin-bottom: 50px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .contact .form__error {
    margin-bottom: 25px;
    padding: 0 30px;
  }
}
.contact .form__error .form__error--item {
  margin-bottom: 10px;
}

.company .company-table__container {
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .company .company-table__container {
    padding: 0px 10px;
  }
}
.company .company__table {
  width: 100%;
  max-width: 800px;
  margin: auto;
  border-collapse: collapse;
}
.company .company__table .company__row {
  text-align: left;
  font-size: 16px;
  border-bottom: 1px solid #D9D9D9;
}
@media screen and (max-width: 768px) {
  .company .company__table .company__row {
    padding: 30px 0;
    font-size: 15px;
  }
}
.company .company__table .company__row .company__th {
  width: 20%;
  max-width: 100px;
  padding: 20px 0;
}
@media screen and (max-width: 768px) {
  .company .company__table .company__row .company__th {
    width: 30%;
  }
}
.company .company__table .company__row .company__td {
  padding: 20px 0;
}

.footer .copy-right {
  padding: 27px 0;
  font-size: 16px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .footer .copy-right {
    padding: 30px 0 170px;
    font-size: 14px;
  }
}

/*ポップアップ広告
====================*/
#popup__overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 9998;
}
#popup__modal {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 9999;
  animation: fadeIn 0.4s ease;
  width: 80%;
  max-width: 300px;
}

.popup__content {
  background: #ffe08e;
  padding: 20px;
  text-align: center;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.3);
}
.popup__content .calling__tell {
  padding: 8px !important;
  font-size: 23px;
  background: linear-gradient(90deg, #F6B26A 0%, #EF7E72 100%) !important;
  border-radius: 5px !important;
  box-shadow: none !important;
}
.popup__content .calling__tell svg {
  width: 50px !important;
}
.popup__content .calling__tell .calling__tell--text {
  margin-left: 5px !important;
}
.popup__close {
  position: absolute;
  right: 0;
  bottom: 100%;
  display: flex;
  align-items: center;
  color: #fff500;
  background: #162852;
  cursor: pointer;
  padding: 6px 15px;
  border-radius: 5px 5px 0 0;
}
.popup__close i {
  margin-right: 5px;
}
.popup__close span {
  font-weight: bold;
}
.popup__img {
  width: 100%;
}

@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translate(-50%, -60%);
  }
  to {
    opacity: 1;
    transform: translate(-50%, -50%);
  }
}/*# sourceMappingURL=style.css.map */