@charset "UTF-8";
.bg-fv {
  background-size: cover;
  background-position: 33% 100%;
  background-repeat: no-repeat;
  height: 375px;
  z-index: 0;
  background-image: url(../../assets/img/fv-img.png);
}

@supports (background-image: url(../../assets/img/fv-img.webp)) {
  .bg-fv {
    background-image: url(../../assets/img/fv-img.webp);
  }
}

.comparison {
  background-size: cover;
  background-position: 100% 100%;
  background-repeat: no-repeat;
  z-index: 0;
  background-image: url(../../assets/img/bg01.png);
}

@supports (background-image: url(../../assets/img/bg01.webp)) {
  .comparison {
    background-image: url(../../assets/img/bg01.webp);
  }
}

body {
  font-size: 15px;
}

@media screen and (min-width: 768px) {
  .bg-fv {
    height: 480px;
  }
}

@media screen and (min-width: 992px) {
  .container {
    max-width: 1100px;
  }
  body {
    font-size: 16px;
  }
  .bg-fv {
    background-position: 100% top;
    height: 520px;
  }
}

.header-scrolled {
  background-color: rgba(255, 255, 255, 0.8);
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
  -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
          box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  /* 任意で影を追加 */
}

table.table td,
table.table th {
  background-color: transparent !important;
}

.iframe-box {
  width: 100%;
  aspect-ratio: 16/6;
}

.hight-468 {
  height: 440px;
}

.top-n160px {
  top: -160px;
}

.text-shadow-1px {
  text-shadow: 1px 1px 2px #00000099;
}

.text-shadow-2px {
  text-shadow: 2px 2px 4px #000000;
}

.text-shadow-white {
  text-shadow: 2px 2px 8px #ffffff;
}

.bg-light-gray {
  background-color: #f8f9fa;
}

.border-top-right-radius-50 {
  border-top-right-radius: 50px;
}

.w-100px {
  width: 100px;
}

.h-100px {
  height: 100px;
}

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

.f-number {
  font-weight: 700;
  color: #a036d1;
}

.accordion-collapse {
  overflow: hidden !important;
}

/* 無料アイコン画像サイズ */
.icon-muryou {
  width: 40px;
  height: 40px;
}

.section-title::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: -10px;
  /* タイトル下との距離 */
  width: 80px;
  height: 2px;
  background-color: #222;
}

.bottom-20px {
  bottom: 20px;
}

.start-50pr {
  left: 50%;
}

.top-n65px {
  top: -65px;
}

.end-n90px {
  right: -90px;
}

.min-hight-180px {
  min-height: 180px;
}

.transform-translate-50 {
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.w-80pr {
  width: 80%;
}

.background-rgba-07 {
  background: rgba(34, 34, 34, 0.7);
}

.rounded-top-right {
  border-top-right-radius: 80px;
}

.rounded-top-left {
  border-top-left-radius: 50px;
}

.rounded-top-bottom {
  border-top-left-radius: 20px;
  border-bottom-right-radius: 20px;
}

.border-bottom-orange {
  border-bottom: 1px solid #ff8336;
}

.border-bottom-green {
  border-bottom: 1px solid #129647;
}

.after-background-image {
  background-image: url("../../assets/img/flow-after-bg.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
  z-index: 0;
}

@supports (background-image: url(../../assets/img/flow-after-bg.webp)) {
  .after-background-image {
    background-image: url(../../assets/img/flow-after-bg.webp);
  }
}

.commitment-background-image {
  background-image: url("../../assets/img/commitment-text.png");
  background-repeat: no-repeat;
  background-position: top right;
  background-size: 400px auto;
  position: relative;
  z-index: 0;
}

@supports (background-image: url(../../assets/img/commitment-text.webp)) {
  .commitment-background-image {
    background-image: url(../../assets/img/commitment-text.webp);
  }
}

@media (max-width: 991px) {
  .commitment-background-image {
    background-image: none;
  }
}

.characteristics-background-image {
  background-image: url("../../assets/img/characteristics-text.png");
  background-repeat: no-repeat;
  background-position: top right;
  background-size: 400px auto;
  position: relative;
  z-index: 0;
}

@supports (background-image: url(../../assets/img/characteristics-text.webp)) {
  .characteristics-background-image {
    background-image: url(../../assets/img/characteristics-text.webp);
  }
}

@media (max-width: 991px) {
  .characteristics-background-image {
    background-image: none;
  }
}

.construction-background-image {
  background-image: url("../../assets/img/construction-text.png");
  background-repeat: no-repeat;
  background-position: top right;
  background-size: 400px auto;
  position: relative;
  z-index: 0;
}

@supports (background-image: url(../../assets/img/construction-text.webp)) {
  .construction-background-image {
    background-image: url(../../assets/img/construction-text.webp);
  }
}

@media (max-width: 991px) {
  .construction-background-image {
    background-image: none;
  }
}

.vice-background-image {
  background-image: url("../../assets/img/vice-text.png");
  background-repeat: no-repeat;
  background-position: top right;
  background-size: 400px auto;
  position: relative;
  z-index: 0;
}

@supports (background-image: url(../../assets/img/vice-text.webp)) {
  .vice-background-image {
    background-image: url(../../assets/img/vice-text.webp);
  }
}

@media (max-width: 991px) {
  .vice-background-image {
    background-image: none;
  }
}

.form-background-image {
  background-image: url("../../assets/img/form-text.png");
  background-repeat: no-repeat;
  background-position: top right;
  background-size: 400px auto;
  position: relative;
  z-index: 0;
}

@supports (background-image: url(../../assets/img/form-text.webp)) {
  .form-background-image {
    background-image: url(../../assets/img/form-text.webp);
  }
}

@media (max-width: 991px) {
  .form-background-image {
    background-image: none;
  }
}

.privacy-background-image {
  background-image: url("../../assets/img/privacy-text.png");
  background-repeat: no-repeat;
  background-position: top right;
  background-size: 400px auto;
  position: relative;
  z-index: 0;
}

@supports (background-image: url(../../assets/img/privacy-text.webp)) {
  .privacy-background-image {
    background-image: url(../../assets/img/privacy-text.webp);
  }
}

@media (max-width: 991px) {
  .privacy-background-image {
    background-image: none;
  }
}

.service-background {
  background-image: url(../../assets/img/service-bg.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

@supports (background-image: url(../../assets/img/service-bg.webp)) {
  .service-background {
    background-image: url(../../assets/img/service-bg.webp);
  }
}

.fade-up {
  opacity: 0;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
  -webkit-transition: opacity 0.8s ease, -webkit-transform 0.8s ease;
  transition: opacity 0.8s ease, -webkit-transform 0.8s ease;
  transition: opacity 0.8s ease, transform 0.8s ease;
  transition: opacity 0.8s ease, transform 0.8s ease, -webkit-transform 0.8s ease;
}

.fade-up.show {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.more-container img:hover {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.btn-hover {
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}

body {
  font-weight: 400 !important;
}

.bg-header-example, .bg-header-voice .bg-header-service, .bg-header-company, .bg-header-faq, .bg-header-privacy .bg-header-form {
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  z-index: 0;
}

.bg-header-example {
  background-image: url(../../assets/img/bg-header-example.png);
}

@supports (background-image: url(../../assets/img/bg-header-example.webp)) {
  .bg-header-voice {
    background-image: url(../../assets/img/bg-header-example.webp);
  }
}

.bg-header-voice {
  background-image: url(../../assets/img/bg-header-voice.png);
}

@supports (background-image: url(../../assets/img/bg-header-voice.webp)) {
  .bg-header-voice {
    background-image: url(../../assets/img/bg-header-voice.webp);
  }
}

.bg-header-service {
  background-image: url(../../assets/img/bg-header-service.png);
}

@supports (background-image: url(../../assets/img/bg-header-service.webp)) {
  .bg-header-service {
    background-image: url(../../assets/img/bg-header-service.webp);
  }
}

.bg-header-company {
  background-image: url(../../assets/img/bg-header-company.png);
}

@supports (background-image: url(../../assets/img/bg-header-company.webp)) {
  .bg-header-company {
    background-image: url(../../assets/img/bg-header-company.webp);
  }
}

.bg-header-faq {
  background-image: url(../../assets/img/bg-header-faq.png);
}

@supports (background-image: url(../../assets/img/bg-header-faq.webp)) {
  .bg-header-faq {
    background-image: url(../../assets/img/bg-header-faq.webp);
  }
}

.bg-header-privacy {
  background-image: url(../../assets/img/bg-header-privacy.png);
}

@supports (background-image: url(../../assets/img/bg-header-privacy.webp)) {
  .bg-header-privacy {
    background-image: url(../../assets/img/bg-header-privacy.webp);
  }
}

.bg-header-form {
  background-image: url(../../assets/img/bg-header-form.png);
}

@supports (background-image: url(../../assets/img/bg-header-form.webp)) {
  .bg-header-form {
    background-image: url(../../assets/img/bg-header-form.webp);
  }
}

@media (max-width: 575px) {
  .img-fluid-sm {
    height: 230px !important;
    width: 100% !important;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: top;
       object-position: top;
  }
}

.w-sm-40pr {
  width: 70% !important;
}

@media (max-width: 991.98px) {
  .nav-bg-white {
    background-color: rgba(255, 255, 255, 0.8) !important;
  }
  .w-sm-40pr {
    width: 43% !important;
  }
  .logo-sp {
    width: 40px;
    height: 40px;
  }
  .f-sm-20px {
    font-size: 20px !important;
  }
  .min-hight-180px {
    min-height: 70px;
  }
  .navbar-bg-sp {
    background-color: rgba(255, 255, 255, 0.8) !important;
  }
}

.required-label {
  position: relative;
  left: 30%;
}

@media screen and (min-width: 776px) {
  .required-label {
    position: absolute;
    left: inherit;
    right: -10px;
    top: 50%;
  }
}

@media (min-width: 768px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}

.triangle-button {
  color: #fff;
  display: block;
  padding: 10px;
  position: relative;
  text-align: center;
  text-decoration: none;
  width: 100%;
  font-size: 24px;
  border-radius: 12px;
}

.triangle-button02 {
  max-width: 279px;
  margin: 0 auto;
}

@media screen and (min-width: 768px) {
  .triangle-button02 {
    max-width: 600px;
    margin: 0 auto;
  }
}

.btn_color_01 {
  background-color: #E8A02B;
}

.triangle-button::after {
  content: "";
  display: inline-block;
  border-style: solid;
  border-width: 8px 0 8px 8px;
  border-color: transparent transparent transparent #fff;
  width: 0;
  height: 0;
  position: absolute;
  top: 50%;
  right: 20px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
/*# sourceMappingURL=add.css.map */