@charset "UTF-8";
/* Scss Document */
/* Scss Document */
/* A Modern CSS Reset */
*, *::before, *::after {
  box-sizing: border-box; }

body, h1, h2, h3, h4, p, figure, blockquote, dl, dd {
  margin: 0; }

ul[role="list"], ol[role="list"] {
  list-style: none; }

html:focus-within {
  scroll-behavior: smooth; }

body {
  min-height: 100vh;
  text-rendering: optimizeSpeed;
  line-height: 1.5; }

a:not([class]) {
  text-decoration-skip-ink: auto; }

img, picture {
  max-width: 100%;
  display: block; }

input, button, textarea, select {
  font: inherit; }

@media (prefers-reduced-motion: reduce) {
  html:focus-within {
    scroll-behavior: auto; }

  *, *::before, *::after {
    animation-duration: .01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: .01ms !important;
    scroll-behavior: auto !important; } }
img {
  width: 100%;
  max-width: 100%;
  height: auto;
  backface-visibility: hidden; }

ul, li {
  list-style: none;
  padding: 0;
  margin: 0; }

a {
  outline: none;
  text-decoration: none !important; }

.is_sp {
  display: block;
}

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

.is_pc {
  display: none;
}

@media screen and (min-width: 768px) {
  .is_pc {
    display: block;
  }
}

.u_break_sp {
  display: block;
}

@media screen and (min-width: 768px) {
  .u_break_sp {
    display: none;
  }
}
/*--------------------------
メディアクエリ設定
---------------------------*/
/*マップ型変数で定義*/
/*@mixinでメディアクエリを呼び出す。変数mq、初期値sm*/
/*	@include mq(sm){
	}
	@include mq(pc){
	}*/
/*--------------------------------------------------
変数設定
---------------------------------------------------*/
/*地の文のみフォント指定変更*/
/*--------------------------------------------------
全体設定
---------------------------------------------------*/
body {
  font-family: 'Zen Maru Gothic',"Hiragino Kaku Gothic ProN","Yu Gothic",Meiryo,sans-serif;
  color: #333333;
  overflow-x: hidden;
  font-size: 16px;
  font-weight: 500; }

@media screen and (min-width: 768px) {
  a[href^="tel:"] {
    pointer-events: none;
    cursor: default;
    display: block;
    /*無効化を防ぐ*/ } }
@media screen and (max-width: 767px) {
  a[href^="tel:"] {
    pointer-events: auto; } }

a {
  color: #333333;
  font-weight: 700; }

a.el_link_txt {
  text-decoration: underline !important;
  color: #F15A24; }

.el_link_outer {
  display: inline-block;
  width: 2%;
  min-width: 12px;
  margin: 0 0.2em; }
.section_inner {
  width: 92%;
  margin-inline: auto;
}
/*--------------------------------------------------
ヘルパークラス
---------------------------------------------------*/
@media screen and (min-width: 768px) {
  .hp_sp_br {
    display: none; } }
@media screen and (max-width: 767px) {
  .hp_sp_br {
    display: block; } }

@media screen and (min-width: 768px) {
  .hp_pc_br {
    display: block; } }
@media screen and (max-width: 767px) {
  .hp_pc_br {
    display: none; } }

/*表示非表示*/
@media screen and (min-width: 768px) {
  .hp_pc_visible {
    display: block; } }
@media screen and (max-width: 767px) {
  .hp_pc_visible {
    display: none; } }
@media screen and (min-width: 768px) {
  .hp_pc_visible.hp_pc_visible__inline {
    display: inline; } }
@media screen and (max-width: 767px) {
  .hp_pc_visible.hp_pc_visible__inline {
    display: none; } }

@media screen and (min-width: 768px) {
  .hp_sp_visible {
    display: none; } }
@media screen and (max-width: 767px) {
  .hp_sp_visible {
    display: block; } }
@media screen and (min-width: 768px) {
  .hp_sp_visible.hp_sp_visible__inline {
    display: none; } }
@media screen and (max-width: 767px) {
  .hp_sp_visible.hp_sp_visible__inline {
    display: inline; } }

/*文章系ヘルパー*/
.hp_ta-c {
  text-align: center !important; }

.hp_ta-r {
  text-align: right !important; }

.hp_txt_small {
  font-size: 0.8em; }

.hp_txt_xsmall {
  font-size: 0.4em; }

.hp_txt_large {
  font-size: 1.5em; }

.hp_txt_primary {
  color: #00CDD7; }

.hp_txt_orange {
  color: #F15A24; }

.hp_txt_caution {
  color: #E00429; }

.hp_txt_bold {
  font-weight: bold; }

.hp_txt_gradient {
  background: #36d1dc;
  background: linear-gradient(90deg, #36d1dc 0%, #5b86e5 100%);
  color: transparent;
  -webkit-background-clip: text; }

/*IE対応*/
@media all and (-ms-high-contrast: none) {
  .hp_txt_gradient {
    background: #36d1dc;
    color: #fff; } }
.hp_txt_inlineblock {
  display: inline-block; }

.hp_txt_bg {
  background: #F7FF0C; }

.hp_txt_bg_w {
  background: #fff; }

.hp_bg_yellow {
  background: #FCFDDB; }

.hp_bg_white {
  background: #fff; }

.hp_border_rounded {
  border-radius: 48px; }

/*toggleコンテンツ*/
.hp_toggle_btn {
  cursor: pointer; }

.hp_toggle_cont {
  display: none; }

/*背景の線*/
.hp_back_line {
  display: block;
  width: 1px;
  height: 0;
  background: #1B2025;
  position: absolute;
  top: 0;
  left: 36vw;
  z-index: 2; }

.hp_mt_10 {
  margin-top: 10px; }

/*--------------------------------------------------
共通文字デザイン
---------------------------------------------------*/
.el_boxline {
  display: inline-block;
  background: #fff;
  padding: 0 0.5em;
  margin: 0 0.3em 0 0.2em;
  border: solid 2px #333;
  position: relative; }
  .el_boxline::before {
    display: block;
    content: "";
    position: absolute;
    bottom: -4px;
    right: -7px;
    width: 2px;
    height: 1.5em;
    background: #333; }
  .el_boxline::after {
    display: block;
    content: "";
    position: absolute;
    bottom: -6px;
    right: -7px;
    width: 2em;
    height: 2px;
    background: #333; }

/*--------------------------------------------------
ヘッダー
---------------------------------------------------*/
.bl_header {
  background: #fff;
  border-bottom: 4px solid #E50000;
}
  @media screen and (min-width: 768px) {
    .bl_header {
    } }
  @media screen and (max-width: 767px) {
    .bl_header {
       } }
  .bl_header.bl_header__simple {
    padding: 1em; }

.bl_headerInner {
  margin: 0 auto;
  padding: 10px;
display: flex; }
  @media screen and (min-width: 768px) {
    .bl_headerInner {
      max-width: 1140px;
      padding: 1rem;
      display: flex;
      justify-content: space-between;
      align-items: center; } }
  @media screen and (max-width: 767px) {
    .bl_headerInner {
      width: 96%; } }
.bl_header_img {
  display: flex;
  align-items: center;
  max-width: 520px;
  gap: 10px;
}

.bl_header_img__inner {
  width: 50%;
}
.bl_nav_body {
  display: none;
}
@media screen and (min-width: 768px) {
  .bl_nav_body {
    display: block;
    background: #D81F1F;
    padding: 20px 0;
  }
  .bl_nav {
    display: flex;
    justify-content: center;
    align-items: center; } }
@media screen and (max-width: 767px) {
  .bl_nav {
    display: none; } }

@media screen and (min-width: 768px) {
  .bl_nav_item {
    padding: 0 0.5em;
    margin: 0 0.2em; } }

.el_nav_link {
  /*a*/
  position: relative;
  transition: .3s all;
color: #fff; }
  .el_nav_link::after {
    display: block;
    content: "";
    width: 0%;
    height: 4px;
    background: #FCEE21;
    position: absolute;
    bottom: -25px;
    left: 0;
    z-index: 1;
    transition: .3s all;
    opacity: 0; }
  .el_nav_link:focus::after {
    display: block;
    content: "";
    width: 100%;
    transition: .3s all;
    opacity: 1; }
  .el_nav_link:hover::after {
    display: block;
    content: "";
    width: 100%;
    transition: .3s all;
    opacity: 1; }

@media screen and (min-width: 768px) {
  .el_headerlogo {
    max-width: 180px; } }
@media screen and (max-width: 767px) {
  .el_headerlogo {
    width: 50%; } }
@media screen and (min-width: 768px) {
  .el_headerlogo.el_headerlogo__simple {
    max-width: 160px; } }
@media screen and (max-width: 767px) {
  .el_headerlogo.el_headerlogo__simple {
    width: 30%; } }

/*--------------------------------------------------
見出し関連
---------------------------------------------------*/
.el_heading {
  /*取引先一覧*/
  /*3つの違い h2*/
  /*こんなお悩み*/
  /*4つの違い h3*/
  /*提案可能エリア*/
  /*集客の流れ*/
  /*サービス例*/
  /*FAQ*/
  /*contact*/
  /*confirm*/
  /*thanks*/ }
  .el_heading .el_heading_txt.el_heading_txt__slant {
    position: relative; }
    .el_heading .el_heading_txt.el_heading_txt__slant::before {
      display: block;
      content: "";
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 32px 4px 0 4px;
      border-color: #000333 transparent transparent transparent;
      -webkit-transform: rotate(-15deg);
      transform: rotate(-15deg);
      position: absolute;
      bottom: 0;
      left: -30px;
      z-index: 1; }
    .el_heading .el_heading_txt.el_heading_txt__slant::after {
      display: block;
      content: "";
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 32px 4px 0 4px;
      border-color: #000333 transparent transparent transparent;
      -webkit-transform: rotate(15deg);
      transform: rotate(15deg);
      position: absolute;
      bottom: 0;
      right: -30px;
      z-index: 1; }
  @media screen and (min-width: 768px) {
    .el_heading.el_heading__suppliers {
      font-size: 1.125em; } }
  @media screen and (max-width: 767px) {
    .el_heading.el_heading__suppliers {
      font-size: 1.125em; } }
  .el_heading.el_heading__diff {
    display: block;
    text-align: center;
    margin: 0em auto 2em; }
    @media screen and (min-width: 768px) {
      .el_heading.el_heading__diff {
        width: 100%;
        font-size: 2em; } }
    @media screen and (max-width: 767px) {
      .el_heading.el_heading__diff {
        width: 100%;
        font-size: 1.5em; } }
  .el_heading.el_heading__trouble {
    display: block;
    text-align: center; }
    @media screen and (min-width: 768px) {
      .el_heading.el_heading__trouble {
        font-size: 2em;
        margin: 2em auto; } }
    @media screen and (max-width: 767px) {
      .el_heading.el_heading__trouble {
        font-size: 2em;
        margin: 2em auto 0.5em; } }
  .el_heading.el_heading__points {
    text-align: center;
    font-weight: 700; }
    @media screen and (min-width: 768px) {
      .el_heading.el_heading__points {
        font-size: 1.5em; } }
    @media screen and (max-width: 767px) {
      .el_heading.el_heading__points {
        font-size: 1.313em; } }
  .el_heading.el_heading__area {
    display: block;
    text-align: center; }
    @media screen and (min-width: 768px) {
      .el_heading.el_heading__area {
        font-size: 2em;
        margin: 2em auto 0.5em; } }
    @media screen and (max-width: 767px) {
      .el_heading.el_heading__area {
        font-size: 1.5em;
        margin: 2em auto 0.5em; } }
  .el_heading.el_heading__flow {
    text-align: center;
    font-weight: 700; }
    @media screen and (min-width: 768px) {
      .el_heading.el_heading__flow {
        font-size: 1.8em; } }
    @media screen and (max-width: 767px) {
      .el_heading.el_heading__flow {
        font-size: 1.5em; } }
  .el_heading.el_heading__service {
    display: block;
    text-align: center;
    font-size: 1.6em;
    font-weight: 700;
    padding: 1em;
    position: relative;
    z-index: 1;
    background: url("../img/bg-title.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
    /*		&::before {
    			display: block;
    			content: "";
    			width: 100%;
    			height: 60px;
    
    			position: absolute;
    			top: 0;
    			left: 0;
    			z-index: -1;
    		}*/ }
    @media screen and (min-width: 768px) {
      .el_heading.el_heading__service {
        width: 50%;
        min-width: 300px;
        max-width: 300px; } }
    @media screen and (max-width: 767px) {
      .el_heading.el_heading__service {
        width: 100%; } }
  .el_heading.el_heading__faq {
    text-align: center;
    font-size: 1.8em;
    font-weight: 700; }
  .el_heading.el_heading__contact {
    text-align: center;
    font-weight: 700; }
    @media screen and (min-width: 768px) {
      .el_heading.el_heading__contact {
        font-size: 2em; } }
    @media screen and (max-width: 767px) {
      .el_heading.el_heading__contact {
        font-size: 1.8em; } }
    .el_heading.el_heading__contact .el_heading_txt {
      vertical-align: middle; }
  .el_heading.el_heading__confirm {
    font-size: 2em;
    text-align: center; }
  .el_heading.el_heading__thanks {
    font-size: 2em;
    text-align: center; }

.el_heading_label {
  display: inline-block;
  border: solid 1px currentColor;
  color: #E00429;
  border-radius: 4px;
  padding: 0.2em 0.5em;
  font-size: 0.5em;
  margin-right: 0.2em;
  vertical-align: middle; }

/*--------------------------------------------------
ボタン
---------------------------------------------------*/
.el_btn {
  display: block;
  padding: 0.5em;
  background: #059392;
  text-align: center;
  box-shadow: 10px 10px 0px 0px #00BEBD;
  transition: .3s all;
  /*要素による指定*/
  /*場所による指定*/
  /*形状についての指定*/
  /*ゴーストボタン系*/
  /*LP下部のお問合せボタンの形状変更*/ }
  .el_btn:focus {
    -webkit-transform: translate(10px, 10px);
    transform: translate(10px, 10px);
    box-shadow: 0px 0px 0px 0px #00BEBD;
    transition: .3s all; }
  .el_btn:hover {
    -webkit-transform: translate(10px, 10px);
    transform: translate(10px, 10px);
    box-shadow: 0px 0px 0px 0px #00BEBD;
    transition: .3s all; }
  .el_btn .el_btn_txt {
    color: #fff;
    font-weight: 700; }
  @media screen and (min-width: 768px) {
    .el_btn.el_btn__fv {
      font-size: 1.8em; } }
  @media screen and (max-width: 767px) {
    .el_btn.el_btn__fv {
      font-size: 1.5em; } }
  .el_btn.__rounded {
    border-radius: 48px; }
  .el_btn.el_btn__ghost {
    border: solid 2px #00bebd;
    padding: 0.5em 1em;
    text-align: center;
    box-shadow: 4px 4px 0px 0px #00BEBD;
    background: #fff; }
    .el_btn.el_btn__ghost:focus {
      -webkit-transform: translate(4px, 4px);
      transform: translate(4px, 4px);
      box-shadow: 0px 0px 0px 0px #00BEBD;
      transition: .3s all; }
    .el_btn.el_btn__ghost:hover {
      -webkit-transform: translate(4px, 4px);
      transform: translate(4px, 4px);
      box-shadow: 0px 0px 0px 0px #00BEBD;
      transition: .3s all; }
    .el_btn.el_btn__ghost .el_btn_txt {
      color: #00bebd; }
      @media screen and (max-width: 767px) {
        .el_btn.el_btn__ghost .el_btn_txt {
          font-size: 0.875em; } }
  .el_btn.el_btn__submit {
    box-shadow: 10px 10px 0px 0px #b7cbff;
    background: transparent;
    border-radius: 48px;
    padding: 0; }
    @media screen and (max-width: 767px) {
      .el_btn.el_btn__submit {
        -webkit-appearance: none;
        appearance: none; } }
    .el_btn.el_btn__submit:focus {
      -webkit-transform: translate(10px, 10px);
      transform: translate(10px, 10px);
      box-shadow: 0px 0px 0px 0px #FFE3B7;
      transition: .3s all; }
    .el_btn.el_btn__submit:hover {
      -webkit-transform: translate(10px, 10px);
      transform: translate(10px, 10px);
      box-shadow: 0px 0px 0px 0px #FFE3B7;
      transition: .3s all; }
    .el_btn.el_btn__submit.js-disabled {
      box-shadow: none; }
      .el_btn.el_btn__submit.js-disabled:focus {
        -webkit-transform: translate(0);
        transform: translate(0);
        transition: .3s all; }
      .el_btn.el_btn__submit.js-disabled:hover {
        -webkit-transform: translate(0);
        transform: translate(0);
        transition: .3s all; }

/*--------------------------------------------------
ラベル
---------------------------------------------------*/
.el_label {
  padding: 0 0.5em;
  border-radius: 4px; }
  .el_label.__caution {
    background: #F15A24;
    color: #fff;
    font-weight: 700;
    text-align: center; }
  .el_label.el_label__fv {
    display: inline-block;
    font-size: 0.7em;
    margin-right: 0.5em; }
  .el_label.el_label__caution {
    background: #333333;
    padding: 0.2em 0.5em;
    font-weight: 700;
    text-align: center;
    color: #fff;
    margin: 0 0.2em;
    font-size: 0.6em; }

.ly_submit_balloon {
  position: absolute;
  top: -16px;
  left: 20px;
  z-index: 2;
  width: 20%; }

.bl_submit_balloon {
  background: #F15A24;
  color: #fff;
  border-radius: 4px;
  padding: 0.2em 0.5em;
  text-align: center;
  font-weight: 700;
  position: relative; }
  @media screen and (min-width: 768px) {
    .bl_submit_balloon {
      font-size: 1.125em; } }
  @media screen and (max-width: 767px) {
    .bl_submit_balloon {
      font-size: 1em; } }
  .bl_submit_balloon::after {
    display: block;
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 16px 12px 0 12px;
    border-color: #f15b24 transparent transparent transparent;
    position: absolute;
    bottom: -10px;
    left: 0;
    right: 0;
    margin: auto;
    z-index: -1; }

/*--------------------------------------------------
横幅共通設定
---------------------------------------------------*/
/*ベタ塗背景ナシの共通設定*/
.ly_section {
  width: 90%;
  margin-left: auto;
  margin-right: auto; }
  .ly_section.ly_section__contact {
    width: 100%;
    padding: 2em;
    background: #D81F1F; }
  .ly_section.ly_section__planchenge {
    width: 100%;
    background: #FCFCFC; }
    @media screen and (min-width: 768px) {
      .ly_section.ly_section__planchenge {
        padding: 2em; } }
    @media screen and (max-width: 767px) {
      .ly_section.ly_section__planchenge {
        padding: 2em 0; } }

@media screen and (min-width: 768px) {
  .ly_sectionInner {
    padding: 3em; } }
@media screen and (max-width: 767px) {
  .ly_sectionInner {
    padding: 2em 1em; } }
.ly_sectionInner.ly_sectionInner__arrow {
  padding: 8em 0 4em; }

/*--------------------------------------------------
吹き出し
---------------------------------------------------*/
.bl_balloonInner {
  width: 100%;
  /*吹き出し*/
  border: solid 4px #4C4948;
  border-radius: 12px;
  padding: 2em;
  position: relative;
  overflow: hidden;
  z-index: 0; }
  .bl_balloonInner::before {
    display: block;
    content: "";
    width: 100%;
    height: 100%;
    background: #fff;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: -2; }
  .bl_balloonInner::after {
    display: block;
    content: "";
    width: 100%;
    height: 100%;
    background: #FCEE21;
    border-radius: 12px 0 0 0;
    position: absolute;
    top: 10px;
    left: 10px;
    z-index: -1; }

.ly_balloon_tails {
  width: 24px;
  height: 24px;
  position: absolute;
  bottom: -19px;
  z-index: 2; }
  .ly_balloon_tails.ly_balloon_tails__l {
    left: 40px; }
  .ly_balloon_tails.ly_balloon_tails__r {
    right: 50px; }

.st0 {
  fill: #FCEE21; }

.st1 {
  fill: none;
  stroke: #4C4948;
  stroke-width: 4;
  stroke-linecap: round;
  stroke-linejoin: round; }

/*--------------------------------------------------
お問合せフォーム本体
---------------------------------------------------*/
.bl_side_lower {
  padding: 24px 20px;
}
.ly_lead_catuion {
  margin: 1em auto; }
  @media screen and (min-width: 768px) {
    .ly_lead_catuion {
      max-width: 800px; } }
  @media screen and (max-width: 767px) {
    .ly_lead_catuion {
      width: 90%; } }

.bl_lead_caution {
  border: solid 1px #E50000;
  padding: 1.2em;
  color: #E50000;
  font-weight: bold;
  text-align: center;
}

.ly_form_head {
  font-size: 22px;
  color: #E50000;
  font-weight: bold;
  text-align: center;
  margin-bottom: 20px;
}

.ly_form {
  display: block;
  /*side用*/
  /*確認画面用*/ }
  @media screen and (min-width: 768px) {
    .ly_form {
      width: 100%;
      max-width: 800px;
      margin: 2em auto; } }
  @media screen and (max-width: 767px) {
    .ly_form {
      width: 100%;
      margin: 2em auto; } }
  .ly_form.ly_form__side {
    margin: 0 auto; }
    .ly_form.ly_form__side .bl_formList {
      border-top-style: none;
      flex-wrap: wrap;
      justify-content: flex-start;
      padding: 0.2em 1em; }
    @media screen and (min-width: 768px) {
      .ly_form.ly_form__side .el_agree_text {
        font-size: 0.8em;
        line-height: 1.4; } }
    .ly_form.ly_form__side .ly_margin_box.ly_margin_box__ch {
      margin: 0.2em 0;
      display: flex;
      flex-wrap: nowrap;
      flex-direction: column;
    }
    .ly_form.ly_form__side .el_checkbox_labeltxt.el_checkbox_labeltxt__ch {
      font-size: 0.7em; }
  .ly_form.ly_form__confirm {
    background: #fff; }
    @media screen and (min-width: 768px) {
      .ly_form.ly_form__confirm {
        width: 100%;
        max-width: 800px;
        margin: 2em auto;
        padding: 2.5em; } }
    @media screen and (max-width: 767px) {
      .ly_form.ly_form__confirm {
        width: 100%;
        margin: 2em auto;
        padding: 1em; } }

.ly_form {
  /*サイドエリア用input系指定*/ }
  .ly_form input[type="text"] {
    padding: 0.5em;
    width: 100%; }
    @media screen and (min-width: 768px) {
      .ly_form input[type="text"] {
        font-size: 1em; } }
    @media screen and (max-width: 767px) {
      .ly_form input[type="text"] {
        font-size: 1em; } }
  .ly_form input[type="tel"] {
    padding: 0.5em;
    width: 100%; }
    @media screen and (min-width: 768px) {
      .ly_form input[type="tel"] {
        font-size: 1em; } }
    @media screen and (max-width: 767px) {
      .ly_form input[type="tel"] {
        font-size: 1em; } }
  .ly_form input[type="email"] {
    padding: 0.5em;
    width: 100%; }
    @media screen and (min-width: 768px) {
      .ly_form input[type="email"] {
        font-size: 1em; } }
    @media screen and (max-width: 767px) {
      .ly_form input[type="email"] {
        font-size: 1em; } }
  .ly_form input[type="checkbox"] {
    width: 24px;
    height: 24px;
    vertical-align: middle; }
  .ly_form input[type="submit"] {
    -webkit-appearance: none;
    appearance: none; }
  .ly_form .el_labeltxt {
    vertical-align: middle; }
  .ly_form select {
    width: 100%;
    padding: 0.5em; }
    @media screen and (min-width: 768px) {
      .ly_form select {
        font-size: 1em; } }
    @media screen and (max-width: 767px) {
      .ly_form select {
        font-size: 1em; } }
  .ly_form textarea {
    width: 100%;
    padding: 0.5em; }
    @media screen and (min-width: 768px) {
      .ly_form textarea {
        font-size: 1em; } }
    @media screen and (max-width: 767px) {
      .ly_form textarea {
        font-size: 1em; } }
  .ly_form.ly_form__side input[type="text"] {
    padding: 0.5em;
    width: 100%; }
    @media screen and (min-width: 768px) {
      .ly_form.ly_form__side input[type="text"] {
        font-size: 0.8em; } }
    @media screen and (max-width: 767px) {
      .ly_form.ly_form__side input[type="text"] {
        font-size: 0.8em; } }
  .ly_form.ly_form__side input[type="tel"] {
    padding: 0.5em;
    width: 100%; }
    @media screen and (min-width: 768px) {
      .ly_form.ly_form__side input[type="tel"] {
        font-size: 0.8em; } }
    @media screen and (max-width: 767px) {
      .ly_form.ly_form__side input[type="tel"] {
        font-size: 0.8em; } }
  .ly_form.ly_form__side input[type="email"] {
    padding: 0.5em;
    width: 100%; }
    @media screen and (min-width: 768px) {
      .ly_form.ly_form__side input[type="email"] {
        font-size: 0.8em; } }
    @media screen and (max-width: 767px) {
      .ly_form.ly_form__side input[type="email"] {
        font-size: 0.8em; } }
  .ly_form.ly_form__side input[type="checkbox"] {
    width: 16px;
    height: 16px;
    vertical-align: middle; }
  .ly_form.ly_form__side textarea {
    width: 100%;
    padding: 0.5em; }
    @media screen and (min-width: 768px) {
      .ly_form.ly_form__side textarea {
        font-size: 0.8em; } }
    @media screen and (max-width: 767px) {
      .ly_form.ly_form__side textarea {
        font-size: 0.8em; } }
  .ly_form.ly_form__side .el_submit {
    padding: 0.5em;
    font-size: 1.125em; }

.bl_formList {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0.5em 1em;
  margin: 0 auto;
  border-top: solid 1px #BFBFBF;
  /*確認画面のチェックボックスエリア*/ }
  @media screen and (max-width: 767px) {
    .bl_formList {
      flex-wrap: wrap; } }
  .bl_formList:first-child {
    border-top-style: none; }
  .bl_formList:last-child {
    border-bottom: solid 1px #BFBFBF; }
  .bl_formList.bl_formList__confirmCh {
    background: #fff;
    border-top-style: none;
    margin-top: 1em; }
    @media screen and (min-width: 768px) {
      .bl_formList.bl_formList__confirmCh {
        padding: 2em; } }
    @media screen and (max-width: 767px) {
      .bl_formList.bl_formList__confirmCh {
        width: 94%;
        padding: 1em 1em 2em; } }

.el_formList_ttl {
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  font-weight: 700;
  margin-bottom: 0.2em; }
  @media screen and (min-width: 768px) {
    .el_formList_ttl {
      width: 340px;
      font-size: 0.9em; } }
  @media screen and (max-width: 767px) {
    .el_formList_ttl {
      width: 100%;
      font-size: 0.8em; } }

.bl_formList_cont {
  width: 100%;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto; }
  @media screen and (max-width: 767px) {
    .bl_formList_cont {
      margin-top: 0.4em; } }
  .bl_formList_cont.bl_formList_cont__flex {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center; }
    @media screen and (min-width: 768px) {
      .bl_formList_cont.bl_formList_cont__flex {
        flex-wrap: nowrap; } }
    @media screen and (max-width: 767px) {
      .bl_formList_cont.bl_formList_cont__flex {
        flex-wrap: wrap; } }
    @media screen and (min-width: 768px) {
      .bl_formList_cont.bl_formList_cont__flex div:nth-child(n+2) {
        margin-left: 0.5em; } }

.bl_formList_contListItem {
  width: 100%;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto; }

.el_formList_txt {
  display: block;
  width: 100%; }

/*登記住所の余白*/
.ly_margin_box {
  margin: 1em 0; }

/*確認画面のチェック画像*/
.el_form_check_gr {
  position: relative;
  padding-left: 2em; }
  .el_form_check_gr::before {
    display: block;
    content: "";
    background: url("../img/icon-check-gr.png");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    width: 24px;
    height: 24px;
    position: absolute;
    top: 50%;
    left: 0px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%); }
  .el_form_check_gr:nth-child(n+2) {
    margin-top: 1em; }

/*送信ボタン*/
.ly_submit {
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  /*確認画面用*/
  /*サイド用*/ }
  @media screen and (min-width: 768px) {
    .ly_submit {
      width: 100%;
      max-width: 440px;
      margin: 3em auto; } }
  @media screen and (max-width: 767px) {
    .ly_submit {
      width: 96%;
      margin: 2em auto; } }
  .ly_submit.ly_submit__confirm {
    max-width: 600px;
    flex-direction: column-reverse;
    flex-wrap: wrap; }
  .ly_submit.ly_submit__side {
    width: 90%;
    max-width: 100%;
    margin: 1em auto; }

.bl_submit {
  width: 100%;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  position: relative;
  z-index: 1; }
  .bl_submit.bl_submit__back {
    margin-top: 1em; }
    @media screen and (min-width: 768px) {
      .bl_submit.bl_submit__back {
        max-width: 300px; } }
    @media screen and (max-width: 767px) {
      .bl_submit.bl_submit__back {
        width: 60%; } }

.bl_submit_img {
  width: 30%;
  position: absolute;
  bottom: -5px;
  right: 0;
  z-index: 1; }
  @media screen and (min-width: 768px) {
    .bl_submit_img {
      max-width: 60px; } }
  @media screen and (max-width: 767px) {
    .bl_submit_img {
      max-width: 34px; } }

.el_submit {
  display: block;
  width: 100%;
  padding: 1em 1.5em;
  border-radius: 88px;
  background: #477DFB;
  text-align: center;
  color: #fff;
  font-weight: 900;
  border-style: none;
  cursor: pointer;
  pointer-events: auto;
  transition: .3s all; }
  @media screen and (min-width: 768px) {
    .el_submit {
      font-size: 1.5em; } }
  @media screen and (max-width: 767px) {
    .el_submit {
      font-size: 1.2em; } }
  .el_submit.el_submit__back {
    background: transparent;
    transition: .3s all;
    border: solid 2px currentColor;
    color: #B1B1B1;
    padding: 0.5em;
    font-size: 1.2em; }
  .el_submit.js-disabled {
    background: #aaa;
    pointer-events: none;
    transition: .3s all;
    pointer-events: none; }

/*--------------------------------------------------
同意チェックボックス
---------------------------------------------------*/
@media screen and (min-width: 768px) {
  .bl_agree {
    width: 100%;
    max-width: 800px;
    margin: 2em auto; } }
@media screen and (max-width: 767px) {
  .bl_agree {
    width: 96%;
    margin: 2em auto; } }
@media screen and (min-width: 768px) {
  .bl_agree.bl_agree__side {
    width: 90%;
    max-width: 100%;
    margin: 0em auto; } }

.bl_agreeInner {
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center; }

/*お申込みフォームのほう*/
.bl_agreeInner_bg {
  background: #fff;
  padding: 2em;
  border-radius: 24px; }

.bl_agreeList {
  border-bottom: dotted 2px #707070;
  padding-bottom: 1em;
  margin-bottom: 1em; }
  .bl_agreeList > li:nth-of-type(n+2) {
    margin-top: 0.5em; }

/*--------------------------------------------------
送信完了画面
---------------------------------------------------*/
.ly_bg_yellow {
  background: #fff; }
  @media screen and (min-width: 768px) {
    .ly_bg_yellow {
      padding: 4em 0; } }
  @media screen and (max-width: 767px) {
    .ly_bg_yellow {
      padding: 2em 0; } }

@media screen and (min-width: 768px) {
  .ly_thanksLead {
    max-width: 800px;
    margin: 1em auto; } }
@media screen and (max-width: 767px) {
  .ly_thanksLead {
    width: 96%;
    margin: 1em auto; } }

.bl_thanksLead {
  text-align: center;
  line-height: 1.8; }

.bl_cautionLeadBox {
  border: solid 1px currentColor;
  border-radius: 4px;
  padding: 1.5em;
  margin: 2em auto;
  color: #e00429; }

.ly_btnTop {
  margin: 1em auto 3em; }
  @media screen and (min-width: 768px) {
    .ly_btnTop {
      width: 100%;
      max-width: 400px; } }
  @media screen and (max-width: 767px) {
    .ly_btnTop {
      width: 90%; } }

/*資料ダウンロード*/
@media screen and (min-width: 768px) {
  .ly_thanks_DLbtn {
    width: 100%;
    max-width: 500px;
    margin: 2em auto 6em; } }
@media screen and (max-width: 767px) {
  .ly_thanks_DLbtn {
    width: 90%;
    margin: 2em auto 6em; } }

/**/
/*	@include mq(pc){
	}	
	@include mq(sm){
	}*/
/*---------------------------------
section_head
----------------------------------*/
.section_head {
  text-align: center;
}

.section_head__inner {
  color: #E50000;
  font-size: 22px;
  font-weight: bold;
}
/*---------------------------------
FV
----------------------------------*/
.top_kv {
  position: relative;
  border-bottom: 4px solid #E50000;
}

.top_kv_inner {

}

.top_kv_cta {
  width: 69vw;
  margin-inline: auto;
  position: absolute;
  left: 50%;
  bottom: 30px;
  transform: translateX(-50%);
}

.top_kv_cta-link {

}

.top_kv_cta-link > img {

}

/*---------------------------------
メインエリア
----------------------------------*/
@media screen and (min-width: 768px) {
  .ly_container_main {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: flex-start; } }
@media screen and (max-width: 767px) {
  .ly_container_main {
    display: block; } }
.ly_main {
  width: 92%;
  margin-inline: auto;
  width: 92%;
}

@media screen and (min-width: 768px) {
  .ly_main {
    max-width: 880px;
     } }
@media screen and (max-width: 767px) {
  .ly_main {
    display: block; } }
@media screen and (min-width: 1200px) {
  .ly_main {
    width: calc(100% - 365px); } }

/*---------------------------------
企業ロゴ
----------------------------------*/
.ly_logos {
  margin: 0 auto;
  padding: 1em;
  margin: 1em auto;
  background: #F4F4F4; }
  @media screen and (min-width: 768px) {
    .ly_logos {
      max-width: 1000px;
      width: 96%; } }
  @media screen and (max-width: 767px) {
    .ly_logos {
      width: 92%; } }

.bl_logos {
  /*	display: flex;
  	justify-content: center;
  	align-items: center;*/
  display: grid;
  gap: 6px 4px;
  justify-content: center;
  width: 100%;
  margin: 1em auto; }
  @media screen and (min-width: 768px) {
    .bl_logos {
      grid-template-columns: repeat(4, 24%); } }
  @media screen and (max-width: 767px) {
    .bl_logos {
      grid-template-columns: repeat(3, 32%); } }

.bl_logos_item {
  padding: 0 0.2em; }

.ly_appear {
  margin: 2em auto; }

.el_apper_txt {
  display: inline-block;
  vertical-align: middle;
  font-weight: 700; }
  @media screen and (min-width: 768px) {
    .el_apper_txt {
      font-size: 1.8em; } }
  @media screen and (max-width: 767px) {
    .el_apper_txt {
      font-size: 1.8em; } }
  @media screen and (max-width: 767px) {
    .el_apper_txt.el_apper_txt__spBr {
      display: inline-block; } }
  @media screen and (min-width: 768px) {
    .el_apper_txt.el_apper_txt__l {
      font-size: 2em; } }
  @media screen and (max-width: 767px) {
    .el_apper_txt.el_apper_txt__l {
      font-size: 1.5em; } }


/*---------------------------------
サポート
----------------------------------*/
.top_support_section {

}

.top_support_attention {
  margin-top: 14px;
  margin-bottom: 24px;
}

.top_support_attention__inner {
  font-size: 12px;
}

.section_head {

}

.section_head__inner {

}

.top_support_wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 20px;
  margin-top: 24px;
}

@media screen and (min-width: 768px) {
  .top_support_wrapper {
    flex-direction: row;
  }
}

.top_support_wrapper-upper,
.top_support_wrapper-bottom {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
}

.top_support_wrapper-upper {

}

.top_support_wrapper-bottom {

}

.top_support_wrapper-inner {
}

.top_support_wrapper-inner:not(:first-child) {

}

.top_support_img {
  max-width: 120px;
  margin-inline: auto;
}

.top_support_img__square {
  max-width: 42px;
  margin-inline: auto;
}

.top_support_img > img {

}
/*---------------------------------
お悩み
----------------------------------*/
.section_head__inner-confusion {
  display: flex;
  justify-content: center;
  gap: 8px;
}

@media screen and (min-width: 768px) {
  .section_head__inner-confusion {
    font-size: 32px;
    gap: 10px;
  }
}

.section_head__inner-confusion img {
  display: block;
  width: 15px;
}

.top_confusion_section {
  margin-top: 40px;
}

@media screen and (min-width: 768px) {
  .top_confusion_section {
    margin-top: 56px;
  }
}

.top_confusion_wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px;
  margin-top: 12px;
}

@media screen and (min-width: 768px) {
  .top_confusion_wrapper {
    margin-top: 40px;
    gap: 22px 28px;
  }
}

.top_confusion_wrapper-inner {
  width: calc(50% - 12px * 1 / 2);
  background: #158A54;
  padding: 26px 0 23px;
  border-radius: 13px;
}

@media screen and (min-width: 768px) {
  .top_confusion_wrapper-inner {
    width: calc(50% - 28px * 1 / 2);
  }
}

.top_confusion_text {
  color: #fff;
  width: 86%;
  margin-inline: auto;
}

@media screen and (min-width: 768px) {
  .top_confusion_text {
    font-size: 18px;
  }
}

.top_confusion_img {
  max-width: 212px;
  margin-inline: auto;
  margin-top: 12px;
}

@media screen and (min-width: 768px) {
  .top_confusion_img {
    max-width: 283px;
    margin-top: 20px;
  }
}
/*---------------------------------
まるッと解決
----------------------------------*/
.top_solution_section {
  margin-top: 40px;
}

@media screen and (min-width: 768px) {
  .top_solution_section {
    margin-top: 80px;
  }
}

.top_solution_wrapper {
  display: flex;
  flex-direction: column;
  gap: 32px;
  margin-top: 36px;
}

@media screen and (min-width: 768px) {
  .top_solution_wrapper {
    flex-direction: row;
  }
}

@media screen and (min-width: 768px) {
  .top_solution_content-box-wrapper {
    display: flex;
    gap: 60px;
    align-items: flex-start;
  }

  .top_solution_slide__pc {
    width: 100%;
  }
}

.top_solution_wrapper-inner {
  max-width: 250px;
  margin-inline: auto;
}

.top_solution_img {

}

.top_solution_img > img {

}

.top_solution_detail {
  margin-top: 40px;
}

.top_solution_detail-inner {

}

.top_solution_detail-wrapper-inner {

}

.top_solution_detail-wrapper-inner:not(:first-child) {
  margin-top: 40px;
}

.top_solution_detail-wrapper:not(:first-child) {
  margin-top: 40px;
}

.top_solution_body {

}

.top_solution_head {
  display: flex;
  align-items: center;
  gap: 14px;
}

.top_solution_head-img {
  display: block;
  width: 54px;

}

.top_solution_head-text {
  color: #D81F1F;
  font-size: clamp(18px, 5.86vw, 22px);
  font-weight: bold;
}

@media screen and (min-width: 768px) {
  .top_solution_head-text {
    font-size: 30px;
  }
}

.top_solution_content {
  background: #FBD7B4;
  border-radius: 17px;
  padding: 28px 0;
  margin-top: 8px;
}

.top_solution_content-inner {
  width: 92%;
  margin-inline: auto;
}

.top_solution_content-lead {

}

.top_solution_content-lead__inner {

}

.top_solution_content-check {
  margin-top: 40px;
}

.top_solution_content-check-inner {

}

.top_solution_content-check-list {

}

.top_solution_content-check-item {
  display: flex;
  align-items: flex-start;
  gap: 16px;
}

.top_solution_content-check-item:not(:first-child) {
  margin-top: 8px;
}

.top_solution_content-check-item > img {
  display: block;
  width: 30px;
}

.top_solution_content-check-item > span {
  color: #D81F1F;
  font-size: 18px;
  font-weight: 700;
}

.top_solution_content-box {
  background: #fff;
  border-radius: 17px;
  padding: 25px 0;
  margin-top: 32px;
}

.top_solution_content-box-head {
  text-align: center;
}

.top_solution_content-box-head__inner {
  font-size: 20px;
}

.top_solution_content-box-inner {
  width: 80%;
  margin-inline: auto;
  margin-top: 16px;
  position: relative;
}

@media screen and (min-width: 768px) {
  .top_solution_content-box-inner__pc {
    width: 92%;
    margin-top: 30px;
  }
}

.swiper {
  padding-bottom: 40px!important;
}

.swiper-wrapper {

}

.swiper-pagination-bullet {
  background: #FFB743!important;
  opacity: 1!important;
}

.swiper-pagination-bullet-active {
  background: #D81F1F!important;
}

.top_solution_slide {

}

.top_solution_slide-img {
  width: 60%;
  margin-inline: auto;
}

.top_solution_slide-img > img {

}

.top_solution_slide-body {
  margin-top: 16px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.top_solution_slide-body_head {
  text-align: center;
}

@media screen and (min-width: 768px) {
  .top_solution_slide-body_head {
    font-size: clamp(12px, 0.8vw, 14px);
  }
}

.top_solution_slide-body_text {
  font-size: 13px;
  margin-top: 8px;
  color: #4A413E;
  line-height: 2;
}
/*---------------------------------
料金プラン
----------------------------------*/
.top_plan_section {
  margin-top: 50px;
}

@media screen and (min-width: 768px) {
  .top_plan_section {
    margin-top: 100px;
  }
}

.top_plan_wrapper {
  display: flex;
  flex-direction: column;
  gap: 18px;
  margin-top: 20px;
  max-width: 360px;
  margin-inline: auto;
}

@media screen and (min-width: 768px) {
  .top_plan_wrapper {
    max-width: unset;
    flex-direction: row;
    margin-top: 30px;
  }
}

.top_plan_wrapper-inner {

}

.top_plan_img {

}

.top_plan_img > img {

}

.top_plan_accordion {
  margin-top: 8px;
  border: 1px solid #707070;
}

.top_plan_accordion-inner {

}

.top_plan_accordion-head {
  padding: 14px 16px;
  cursor: pointer;
}

.top_plan_accordion-head-inner {
  position: relative;
}

.top_plan_accordion-head-inner::before {
  content: "";
  width: 15px;
  height: 15px;
  border-top: 2px solid #707070;
  border-left: 2px solid #707070;
  position: absolute;
  top: 50%;
  right: 20px;
  -webkit-transform: translateY(-50%) rotate(225deg);
  transform: translateY(-50%) rotate(225deg);
  z-index: 1;
  transition: transform 0.3s ease;
}
.top_plan_accordion-head-inner.is-active {
  transition: transform 0.3s ease;
}
.top_plan_accordion-head-inner.is-active::before {
  transform: rotate(45deg); /* アクティブ時の矢印の回転 */
}
.top_plan_accordion-body {
  /* padding: 14px 0 26px;
  margin: 0 16px; */
  border-top: 1px solid #707070;
}


.top_plan_accordion-body.is-active {
  overflow: hidden; /* 高さが0の時の内容の非表示 */
}
.top_plan_accordion-list {
  padding: 14px 0 26px;
  margin: 0 16px;
}

.top_plan_accordion-item {

}

.top_plan_accordion-item:not(:first-child) {

}
/*---------------------------------
提供サービス
----------------------------------*/
.top_service_section {
  margin-top: 40px;
}

@media screen and (min-width: 768px) {
.top_service_section {
  margin-top: 90px;
}
}

.top_service_inner {
  max-width: 450px;
  margin-inline: auto;
}

@media screen and (min-width: 768px) {
  .top_service_inner {
    max-width: unset;
  }
}

.top_service_wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 14px 25px;
  margin-top: 40px;
}

@media screen and (min-width: 768px) {
  .top_service_wrapper {
    
  }
}

.top_service_wrapper-inner {
  width: calc(50% - 25px * 1 / 2);
  border: 1px solid #F15A24;
  border-radius: 999px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 39.3vw;
  max-height: 210px;
  gap: 10px;
  box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.2);
}

@media screen and (min-width: 768px) {
  .top_service_wrapper-inner {
    width: calc(20% - 25px * 4 / 5);
    height: 13.5vw;
    max-height: 140px;
  }
}

.top_service_wrapper-inner:not(:first-child) {

}

.top_service_img {
  width: 50%;
  margin-inline: auto;
  max-width: 100px;
}

.top_service_img__short {
  width: 30%;
}

.top_service_img > img {

}

.top_service_text {

}

.top_service_text__inner {
  color: #D81F1F;
  font-weight: bold;
  font-size: clamp(10px, 3.46vw, 13px);
  text-align: center;
}
/*---------------------------------
運用事例＆お客様の声
----------------------------------*/
.top_voice_section {
  margin-top: 64px;
}

@media screen and (min-width: 768px) {
  .top_voice_section {
    margin-top: 100px;
  }
}

.top_voice_wrapper {
  display: flex;
  flex-direction: column;
  gap: 40px;
  margin-top: 40px;
}

.top_voice_wrapper-inner {
  display: flex;
  flex-direction: column;
  padding: 0 0 20px 0;
  border: 1px solid #158A54;
  border-radius: 10px;
}

@media screen and (min-width: 768px) {
  .top_voice_wrapper-inner {
    padding: unset;
    border: unset;
    border-radius: unset;
  }
}

.top_voice_body-wrapper {
  width: 92%;
  margin-inline: auto;
}

@media screen and (min-width: 768px) {
  .top_voice_body-wrapper {
    width: 100%;
    margin-inline: unset;
  }
}

.top_voice_head {
  background: #158A54;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 7px;
  line-height: 1;
  padding: 16px 0;
  width: 100%;
}

.top_voice_head__inner {
  color: #fff;
  font-size: 24px;
  font-weight: bold;
}

@media screen and (min-width: 768px) {
  .top_voice_head__inner {
    font-size: 30px;
  }
}

.top_voice_body-wrapper {
  margin-top: 40px;
}

.top_voice_body-wrapper-inner {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

@media screen and (min-width: 768px) {
  .top_voice_body-wrapper-inner {
    flex-direction: row;
  }
}

.top_voice_body-img {
  max-width: 180px;
  margin-inline: auto;
}

@media screen and (min-width: 768px) {
  .top_voice_body-img {
    width: 240px;
    max-width: unset;
  }
}

@media screen and (min-width: 768px) {
  .top_voice_body-content {
    width: calc(100% - 264px * 1 / 2);
  }
}

.top_voice_body-list {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
}

@media screen and (min-width: 768px) {
  .top_voice_body-list {
    justify-content: flex-start;
  }
}

.top_voice_body-item {
  font-size: clamp(10px, 2.5vw, 13px);
  color: #fff;
  background: #D81F1F;
  border-radius: 999px;
  line-height: 1;
  padding: 7px 14px;
}

.top_voice_body-lead {
  margin-top: 24px;
}

.top_voice_body-lead__inner {

}

.top_voice_body-detail {
  margin-top: 24px;
}

.top_voice_body-detail-head {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding: 10px 20px;
  background: #FFB743;
  border-radius: 7px;
}

.top_voice_body-detail-head__inner {
  color: #fff;
  font-size: 15px;
}

.top_voice_body-detail-result {
  margin-top: 12px;
}

.top_voice_body-detail-result-text {
  font-size: 20px;
  font-weight: bold;
  color: #D81F1F;
}

.top_voice_body-detail-result-text:first-child {
  color: #4A413E;
  font-weight: normal;
}

.top_voice_body-detail-result-text span {
  font-size: 30px;
}

.top_voice_body-detail-text {
  margin-top: 8px;
}

.top_voice_body-detail-text__inner {

}
/*---------------------------------
ご利用の流れ
----------------------------------*/
.top_flow_section {
  margin-top: 60px;
  padding: 24px 0 60px;
  border-radius: 30px;
  background: #FCFDDB;
}

@media screen and (min-width: 768px) {
  .top_flow_section {
    border-radius: 110px;
    padding: 40px 0 60px;
  }
}

.top_flow_head {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #F15A24;
  border-radius: 999px;
  width: 100%;
  max-width: 250px;
  margin-inline: auto;
  padding: 10px 0;
}

.top_flow_head__inner {
  font-size: 24px;
  color: #fff;
  line-height: 1;
}

.top_flow_lead {
  text-align: center;
  margin-top: 16px;
}

.top_flow_lead-text {

}

.top_flow_wrapper {
  margin-top: 40px;
  width: 92%;
  max-width: 310px;
  margin-inline: auto;
  display: flex;
  flex-direction: column;
  gap: 40px;
}

@media screen and (min-width: 768px) {
  .top_flow_wrapper {
    max-width: unset;
    gap: 16px;
  }
}

.top_flow_wrapper-inner {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

/* .top_flow_wrapper-inner:nth-child(even) {
  margin-top: 20px;
} */

@media screen and (min-width: 768px) {
  .top_flow_wrapper-inner {
    flex-direction: row;
  }
}

.top_flow_wrapper-inner-img {
  max-width: 60px;
  margin-inline: auto;
}

@media screen and (min-width: 768px) {
  .top_flow_wrapper-inner-img {
    max-width: 90px;
    margin-inline: auto;
  }
}

.top_flow_wrapper-img {
  max-width: 180px;
  margin-inline: auto;
}

@media screen and (min-width: 768px) {
  .top_flow_wrapper-img {
    max-width: unset;
    margin-inline: unset;
    width: 115px;
  }
}

@media screen and (min-width: 768px) {
  .top_flow_wrapper-content {
    width: calc(100% - 131px);
  }
}

.top_flow_wrapper-head {

}

.top_flow_wrapper-head-inner {
  font-size: 20px;
  color: #D81F1F;
}

.top_flow_wrapper-head-inner > span {
  font-size: 14px;
  color: #000;
}

.top_flow_wrapper-text {
  margin-top: 8px;
}

.top_flow_wrapper-text-inner {

}
/*---------------------------------
よくある質問
----------------------------------*/
.top_faq_section {
  margin-top: 40px;
  margin-bottom: 60px;
}

@media screen and (min-width: 768px) {
  .top_faq_section {
    margin-top: 86px;
    margin-bottom: 86px;
  }
}

.top_faq_content {
  margin-top: 32px;
}

.m_faq_button {
  border: none;
  background: transparent;
  width: 100%;
  padding: 9px;
  border: dashed 2px #D81F1F;
  border-radius: 10px;
}
.m_faq_button:not(:first-child) {
  margin-top: 24px;
}
@media screen and (min-width: 768px) {
  .m_faq_button:not(:first-child) {
    margin-top: 40px;
  }
}
.m_faq_content {
  padding: 16px;
}
@media screen and (min-width: 768px) {
  .m_faq_content {
    padding: 24px;
  }
}
.m_faq_content__q {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #D81F1F;
  border-radius: 10px;
  gap: 16px;
}
.m_faq_content-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 24px;
}
.m_faq_icon {
  font-size: 20px;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .m_faq_icon {
    font-size: 28px;
  }
}
.m_faq_icon__q {
  color: var(--color-attention-faq);
}
.m_faq_icon__a {
  color: var(--color-text);
}
.m_faq_txt {
  text-align: left;
  color: #fff;
  font-size: 15px;
}
@media screen and (min-width: 768px) {
  .m_faq_txt {
    font-size: 20px;
  }
}
.m_faq_txt__a {
  font-weight: 500;
  color: #4A413E;
}
@media screen and (min-width: 768px) {
  .m_faq_txt__a {
    font-size: 20px;
  }
}
.m_faq_mark {
  width: 13px;
  height: 13px;
  position: relative;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.m_faq_mark::before,
.m_faq_mark::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.m_faq_mark::before {
  width: 2px;
  height: 100%;
  background: #fff;
}
.m_faq_mark::after {
  width: 100%;
  height: 2px;
  background: #fff;
}
.m_faq_content__a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: center;
  gap: 24px;
}

.js_faq_mark.is-open::before {
  opacity: 0;
}
.js_faq_mark-flow {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.js_faq_mark-flow.is-open {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.js_faq_mark-flow.is-open::before {
  opacity: 1;
}
.js_faq-a {
  height: 0;
  opacity: 0;
}


/*---------------------------------
エリアからはみ出る矢印
----------------------------------*/
.ly_overArea_fill {
  background: #FCFDDB;
  max-width: none;
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 1; }
  @media screen and (min-width: 768px) {
    .ly_overArea_fill {
      width: calc(100vw + 280px);
      height: 350px; } }
  @media screen and (max-width: 767px) {
    .ly_overArea_fill {
      width: 100vw;
      min-height: 350px; } }
  .ly_overArea_fill::before {
    display: block;
    content: "";
    position: absolute;
    max-width: none;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1;
    /*三角形*/
    width: 0;
    height: 0;
    border-style: solid;
    border-color: #fff transparent transparent transparent; }
    @media screen and (min-width: 768px) {
      .ly_overArea_fill::before {
        border-width: 100px 50vw 0 50vw; } }
    @media screen and (max-width: 767px) {
      .ly_overArea_fill::before {
        border-width: 60px 50vw 0 50vw; } }
  .ly_overArea_fill::after {
    display: block;
    content: "";
    position: absolute;
    max-width: none;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1;
    /*三角形*/
    width: 0;
    height: 0;
    border-style: solid;
    border-color: #FCFDDB transparent transparent transparent; }
    @media screen and (min-width: 768px) {
      .ly_overArea_fill::after {
        border-width: 100px 50vw 0 50vw;
        bottom: -100px; } }
    @media screen and (max-width: 767px) {
      .ly_overArea_fill::after {
        border-width: 60px 50vw 0 50vw;
        bottom: -60px; } }

.ly_overAreaLead {
  text-align: center;
  position: relative;
  z-index: 2;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%); }
  @media screen and (min-width: 768px) {
    .ly_overAreaLead {
      top: 130px; } }
  @media screen and (max-width: 767px) {
    .ly_overAreaLead {
      top: 100px; } }

.el_overlead_txt {
  font-weight: 700; }
  @media screen and (min-width: 768px) {
    .el_overlead_txt {
      font-size: 2em; } }
  @media screen and (max-width: 767px) {
    .el_overlead_txt {
      font-size: 1.5em; } }
  .el_overlead_txt:nth-child(n+2) {
    margin-top: 0.5em; }

.bl_overAreaLead {
  position: relative;
  left: 50%;
  transform: translateX(-50%); }

/*セリフと男性*/
.bl_kachi {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto; }
  @media screen and (min-width: 768px) {
    .bl_kachi {
      width: 70%;
      max-width: 900px; } }
  @media screen and (max-width: 767px) {
    .bl_kachi {
      width: 100%;
      flex-wrap: wrap; } }

.ly_kachi_balloon {
  width: 100%;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  position: relative; }

.bl_kachi_man {
  width: 100%;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto; }
  .bl_kachi_man > img {
    width: 70%;
    display: block;
    margin: 0 auto; }

/*作って終わりではありません*/
.ly_camp_lead {
  margin: 3em auto;
  max-width: 900px; }

.bl_camp_lead {
  text-align: center;
  position: relative; }
  .bl_camp_lead::before {
    display: block;
    content: "";
    width: 100%;
    background: url("../img/img-slant-l.png");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: bottom left;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 1; }
    @media screen and (min-width: 768px) {
      .bl_camp_lead::before {
        height: 108px; } }
    @media screen and (max-width: 767px) {
      .bl_camp_lead::before {
        height: 58px; } }
  .bl_camp_lead::after {
    display: block;
    content: "";
    width: 100%;
    background: url("../img/img-slant-r.png");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: bottom right;
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 1; }
    @media screen and (min-width: 768px) {
      .bl_camp_lead::after {
        height: 108px; } }
    @media screen and (max-width: 767px) {
      .bl_camp_lead::after {
        height: 58px; } }

.el_camp_txt {
  display: block;
  margin: 0 auto;
  font-weight: 700; }
  @media screen and (min-width: 768px) {
    .el_camp_txt {
      max-width: 750px;
      font-size: 1.5em; } }
  @media screen and (max-width: 767px) {
    .el_camp_txt {
      width: 100%;
      font-size: 1.125em; } }

/*---------------------------------
LP内キャンペーンバナー
----------------------------------*/
.ly_camp_banner {
  display: block;
  margin: 2em auto;
  max-width: 900px;
  width: 100%;
}

/*---------------------------------
ページ下部お問合せフォーム
----------------------------------*/
.bl_form_lead {
  width: 100%;
  max-width: 800px;
  margin: 2em auto;
  text-align: center;
  font-size: 1.125em; }

/*---------------------------------
フッター
----------------------------------*/
.ly_footer {
  background: #D81F1F;
  /*フッター色変更*/ }
  @media screen and (min-width: 768px) {
    .ly_footer {
      padding: 2em; } }
  @media screen and (max-width: 767px) {
    .ly_footer.ly_footer__pb {
      padding: 2em 2em 6em; } }
  .ly_footer.ly_footer__bk {
    background: #333333; }
    @media screen and (max-width: 767px) {
      .ly_footer.ly_footer__bk {
        padding: 1em 0; } }
    .ly_footer.ly_footer__bk .bl_footer_link > li > a {
      color: #fff; }
      @media screen and (min-width: 768px) {
        .ly_footer.ly_footer__bk .bl_footer_link > li > a {
          border-left: solid 1px #fff; } }
    @media screen and (min-width: 768px) {
      .ly_footer.ly_footer__bk .bl_footer_link > li:last-of-type > a {
        border-right: solid 1px #fff; } }
    .ly_footer.ly_footer__bk .el_footer_copy {
      color: #fff; }

.el_footer_logo {
  width: 200px;
  display: block;
  margin: 0 auto; }

.bl_footer_link {
  width: 100%;
  display: flex;
  color: #fff;
  justify-content: center;
  align-items: center;
  margin: 3em auto 1em; }
  @media screen and (min-width: 768px) {
    .bl_footer_link {
      max-width: 800px; } }
  @media screen and (max-width: 767px) {
    .bl_footer_link {
      flex-wrap: wrap; } }
  .bl_footer_link > li {
    width: 100%;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    text-align: center; }
    @media screen and (min-width: 768px) {
      .bl_footer_link > li:nth-child(n+2) {
        border-left: solid 1px #333; } }
    @media screen and (max-width: 767px) {
      .bl_footer_link > li:nth-child(n+2) {
        border-top: dotted 1px #333; } }
    .bl_footer_link > li > a {
      display: block;
      color: #fff;
    }
      @media screen and (min-width: 768px) {
        .bl_footer_link > li > a {
          padding: 0 0.5em; } }
      @media screen and (max-width: 767px) {
        .bl_footer_link > li > a {
          padding: 0.5em; } }

.el_footer_copy {
  display: block;
  margin: 0.5em;
  color: #fff;
  text-align: center; }

/*---------------------------------
左右固定エリア
----------------------------------*/
@media screen and (min-width: 768px) {
  .ly_side {
    display: none; } }
@media screen and (max-width: 767px) {
  .ly_side {
    display: none; } }
@media screen and (min-width: 1200px) {
  .ly_side {
    display: block;
    position: sticky;
    top: 0;
    right: 0;
    width: 365px;
    height: 100vh;
    background: #E7EDF3;
    z-index: 999; } }

.bl_side_upperInner {
  background: #D81F1F;
  padding: 0.4em 1em; }

.el_side_banner {
  width: 100%;
  display: block;
  margin: 0 auto;
  text-align: center; }

/*いろいろOK*/
.ly_side_caseList {
  margin: 0em auto 0.5em;
  text-align: center; }
  @media screen and (min-width: 768px) {
    .ly_side_caseList {
      width: 100%; } }
  @media screen and (max-width: 767px) {
    .ly_side_caseList {
      width: 100%; } }
  .ly_side_caseList .el_fv_caseList {
    color: #fff; }
    @media screen and (min-width: 768px) {
      .ly_side_caseList .el_fv_caseList {
        font-size: 0.7em; } }
    @media screen and (max-width: 767px) {
      .ly_side_caseList .el_fv_caseList {
        font-size: 0.9em; } }

/*---------------------------------
左右固定エリアtest
----------------------------------*/
/*よこはば1000以下の場合*/
.ly_content {
  width: 100%;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto; }

/*仮に吹き出しの男性*/
.bl_fukidashiman {
  display: flex;
  justify-content: center;
  align-items: center; }

.bl_fukidashimanImg {
  width: 30%;
  margin-left: 2em; }

/*---------------------------------
プラン変更等のページ
----------------------------------*/
.ly_planchange_formList {
  display: none;
  margin: 2em auto; }
  .ly_planchange_formList.js-active {
    display: block; }

/*---------------------------------
SP版のみ固定フッター
----------------------------------*/
@media screen and (min-width: 768px) {
  .ly_fixedFooter {
    display: none; } }
@media screen and (max-width: 767px) {
  .ly_fixedFooter {
    position: fixed;
    bottom: -80px;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 999;
    background: #fff;
    padding: 1em;
    transition: .3s all;
    box-shadow: 0px 0px 16px -6px rgba(0, 0, 0, 0.2); } }
@media screen and (max-width: 767px) {
  .ly_fixedFooter .el_btn {
    box-shadow: 6px 6px 0px 0px #00bebd; } }
@media screen and (max-width: 767px) {
  .ly_fixedFooter .el_btn .el_btn_txt {
    font-size: 1.125em; } }
.ly_fixedFooter.js-active {
  bottom: 0; }

/*---------------------------------
アニメーション
----------------------------------*/
.js-fadeIn {
  opacity: 0;
  visibility: hidden; }
.js_disabled {
  background: #707070;
  pointer-events: none;
}

.el_btn__submit.js_disabled {
  pointer-events: none;
}
/**/

/*# sourceMappingURL=style-lp.css.map */
