@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; }

/*--------------------------
メディアクエリ設定
---------------------------*/
/*マップ型変数で定義*/
/*@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; }

/*--------------------------------------------------
ヘルパークラス
---------------------------------------------------*/
@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; }
  @media screen and (min-width: 768px) {
    .bl_header {
      padding: 1em; } }
  @media screen and (max-width: 767px) {
    .bl_header {
      padding: 0.5em 1em; } }
  .bl_header.bl_header__simple {
    padding: 1em; }

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

@media screen and (min-width: 768px) {
  .bl_nav {
    display: flex;
    justify-content: flex-end;
    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; }
  .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 #FFE3B7;
    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: 60px;
  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: #FCEE21; }
  .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; }

/*--------------------------------------------------
お問合せフォーム本体
---------------------------------------------------*/
.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 {
  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; }
    .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: 40%;
      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: 84px; } }
  @media screen and (max-width: 767px) {
    .bl_submit_img {
      max-width: 54px; } }

.el_submit {
  display: block;
  width: 100%;
  padding: 1em 1.5em;
  border-radius: 88px;
  background: #E9A843;
  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: #FCFDDB; }
  @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){
	}*/
/*---------------------------------
FV
----------------------------------*/
.ly_fv {
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  padding: 2em 2em 0; }
  @media screen and (min-width: 768px) {
    .ly_fv {
      background-image: url("../img/fv.jpg"); } }
  @media screen and (max-width: 767px) {
    .ly_fv {
      background-image: url("../img/fv-sp.jpg"); } }

.bl_fv {
  position: relative;
  margin: 0 auto; }
  @media screen and (min-width: 768px) {
    .bl_fv {
      max-width: 1000px;
      width: 100%; } }

.bl_fvInner {
  display: flex;
  justify-content: center;
  align-items: flex-start; }
  @media screen and (min-width: 768px) {
    .bl_fvInner {
      gap: 24px; } }
  @media screen and (max-width: 767px) {
    .bl_fvInner {
      flex-direction: column;
      gap: 8px; } }

.bl_fv_right {
  align-self: flex-end; }

/*ボタン*/
.ly_btn.ly_btn__fv {
  margin: 1em auto;
  z-index: 3; }
  @media screen and (min-width: 768px) {
    .ly_btn.ly_btn__fv {
      max-width: 430px;
      width: 100%;
      /*			position: absolute;
      			left: 0px;
      			bottom: 65px;*/ } }
  @media screen and (max-width: 767px) {
    .ly_btn.ly_btn__fv {
      width: 100%; } }

/*GooglePartner*/
.ly_partner {
  display: block; }
  @media screen and (min-width: 768px) {
    .ly_partner {
      width: 100%;
      margin: 2em auto; } }
  @media screen and (max-width: 767px) {
    .ly_partner {
      width: 96%;
      margin: 1em auto; } }

.bl_partner_txt {
  text-align: center; }

.el_partner_icon {
  display: inline-block;
  margin-right: 0.5em;
  vertical-align: middle; }

.el_partner_txt {
  display: inline-block;
  font-weight: 700;
  vertical-align: middle; }
  @media screen and (min-width: 768px) {
    .el_partner_txt {
      font-size: 1.125em; } }
  @media screen and (max-width: 767px) {
    .el_partner_txt {
      width: 83%;
      font-size: 0.8em; } }

.ly_txt_btn {
  margin: 1.5em auto; }
  @media screen and (min-width: 768px) {
    .ly_txt_btn {
      max-width: 300px;
      width: 100%; } }
  @media screen and (max-width: 767px) {
    .ly_txt_btn {
      width: 90%; } }

/*再度？*/
.bl_fv_caseList {
  display: flex;
  /*flex-wrap: wrap;*/
  justify-content: center;
  align-items: center;
  gap: 4px;
  width: 100%; }
  .bl_fv_caseList > li {
    flex-grow: 1; }

.el_fv_caseList {
  display: block;
  background: #333;
  padding: 0.2em 0.5em;
  text-align: center;
  color: #FCEE21;
  font-weight: bold;
  font-size: 1.313em;
  border-radius: 24px; }

/*---------------------------------
メインエリア
----------------------------------*/
@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; } }

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

/*---------------------------------
料金プラン
----------------------------------*/
.ly_plans {
  margin: 2em auto;
  padding: 0.5em; }
  @media screen and (min-width: 768px) {
    .ly_plans {
      max-width: 1000px; } }
  @media screen and (max-width: 767px) {
    .ly_plans {
      width: 96%; } }

.bl_plans_lead {
  text-align: center; }

.el_plans_lead_logo {
  display: inline-block;
  margin-right: 0.5em; }
  @media screen and (min-width: 768px) {
    .el_plans_lead_logo {
      width: 220px; } }
  @media screen and (max-width: 767px) {
    .el_plans_lead_logo {
      width: 60%; } }

.el_plans_lead_txt {
  display: inline-block; }
  @media screen and (min-width: 768px) {
    .el_plans_lead_txt {
      font-size: 1.8em; } }
  @media screen and (max-width: 767px) {
    .el_plans_lead_txt {
      font-size: 1.313em;
      line-height: 1.5; } }

.ly_plans_lead {
  margin: 2em auto;
  width: 90%; }

.bl_plansList {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  gap: 12px; }
  @media screen and (max-width: 767px) {
    .bl_plansList {
      flex-wrap: wrap; } }

.bl_plansList_item {
  width: 100%;
  background: #FCFDDB;
  padding: 0.8em; }
  @media screen and (min-width: 768px) {
    .bl_plansList_item {
      -ms-flex: 0 1 auto;
      flex: 0 1 auto;
      min-height: 550px; } }

.el_plans_appearTxt {
  text-align: center;
  font-size: 1.125em; }

.el_plans_appearTxt_st {
  font-size: 1.5em;
  background: linear-gradient(transparent 60%, #FCEE21 60%); }

.bl_plans_ttl {
  background: #fff;
  padding: 0.5em 1em;
  text-align: center;
  font-size: 1.313em;
  margin: 0.5em auto; }

.bl_plans_cont {
  background: #fff;
  padding: 1em;
  font-weight: bold; }

.el_ttl_cost {
  font-size: 1.125em;
  font-weight: bold;
  text-align: center; }

.bl_price {
  text-align: center;
  font-weight: bold; }

.el_price {
  color: #E50012;
  font-weight: bold;
  font-size: 3em; }

.el_price_s {
  color: #333333;
  font-size: 0.4em;
  position: relative; }

.hp_txt_sup {
  position: relative;
  top: -6px;
  z-index: 1; }
  @media screen and (min-width: 768px) {
    .hp_txt_sup {
      font-size: 0.3em; } }
  @media screen and (max-width: 767px) {
    .hp_txt_sup {
      font-size: 0.5em; } }

.bl_price_sub {
  text-align: center;
  font-size: 1.313em; }

/*アイコン*/
.ly_option {
  margin: 1em auto;
  width: 100%; }

.bl_optionList {
  display: grid;
  grid-template-columns: repeat(3, 31%);
  gap: 4px;
  justify-content: center; }

.bl_optionList_item {
  background: #FCEE21;
  padding: 0.3em 0.2em;
  text-align: center;
  line-height: 1.2; }

@media screen and (min-width: 768px) {
  .el_option_ttl {
    font-size: 0.75em; } }
@media screen and (max-width: 767px) {
  .el_option_ttl {
    font-size: 0.8em; } }

.ly_estimate {
  padding: 0.5em 0;
  border-top: solid 1px #707070; }

.bl_estimate_txt {
  text-align: center;
  font-size: 1.125em;
  position: relative; }

.el_estimate_strong {
  color: #F15A24; }

/*注釈*/
.ly_plan_caution {
  width: 92%;
  margin: 1em auto; }

.bl_plan_caution li {
  font-size: 0.8em;
  text-indent: -1.5em;
  padding-left: 1.2em; }
  .bl_plan_caution li:nth-of-type(n+2) {
    margin-top: 0.2em; }

/*---------------------------------
企業ロゴ
----------------------------------*/
.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; } }

.el_apper_num {
  display: inline-block;
  vertical-align: middle; }
  @media screen and (min-width: 768px) {
    .el_apper_num {
      width: 18%;
      max-width: 110px;
      margin: 0 0.2em; } }
  @media screen and (max-width: 767px) {
    .el_apper_num {
      width: 25%;
      margin: 0 0.5em; } }
  @media screen and (min-width: 768px) {
    .el_apper_num.el_apper_num__0000 {
      max-width: 190px; } }
  @media screen and (max-width: 767px) {
    .el_apper_num.el_apper_num__0000 {
      width: 42%; } }

.bl_appear {
  text-align: center;
  margin-bottom: 0.5em; }
  @media screen and (max-width: 767px) {
    .bl_appear {
      line-height: 2; } }

.el_appear_subTxt {
  text-align: center;
  font-size: 1.313em;
  font-weight: 700;
  margin-top: 0.5em; }

.el_txt_innerImg {
  display: inline-block;
  vertical-align: middle;
  width: 200px;
  margin-right: 0.5em; }

.ly_circle {
  margin: 3em auto;
  display: flex;
  justify-content: center;
  align-items: center; }
  @media screen and (min-width: 768px) {
    .ly_circle {
      max-width: 900px;
      width: 100%; } }
  @media screen and (max-width: 767px) {
    .ly_circle {
      width: 100%;
      flex-wrap: wrap; } }

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

/*吹き出しの大外*/
.ly_circle_balloon {
  margin: 0 auto;
  position: relative; }
  @media screen and (min-width: 768px) {
    .ly_circle_balloon {
      width: 80%; } }
  @media screen and (max-width: 767px) {
    .ly_circle_balloon {
      width: 100%; } }

.bl_circle_man {
  margin: 1em auto 0;
  width: 80%;
  text-align: center; }

.el_lkl_txt {
  font-size: 1.313em;
  font-weight: 700; }

.bl_circle_img {
  width: 100%;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  margin-left: 1em; }

/*---------------------------------
制作事例
----------------------------------*/
.jirei {
  background: #FCFDDB; }

.ly_jirei_lead {
  margin: 2em auto; }
  @media screen and (min-width: 768px) {
    .ly_jirei_lead {
      max-width: 600px; } }
  @media screen and (max-width: 767px) {
    .ly_jirei_lead {
      width: 96%; } }

.el_jirei_lead {
  text-align: center; }
  @media screen and (min-width: 768px) {
    .el_jirei_lead {
      font-size: 1.313m; } }
  @media screen and (max-width: 767px) {
    .el_jirei_lead {
      font-size: 1.125em; } }

.ly_jireImg {
  margin: 3em auto; }
  @media screen and (min-width: 768px) {
    .ly_jireImg {
      max-width: 900px; } }
  @media screen and (max-width: 767px) {
    .ly_jireImg {
      width: 96%; } }

.bl_jireiImgInner {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  flex-wrap: wrap; }
  @media screen and (min-width: 768px) {
    .bl_jireiImgInner {
      column-gap: 24px;
      row-gap: 32px; } }
  @media screen and (max-width: 767px) {
    .bl_jireiImgInner {
      column-gap: 8px;
      row-gap: 24px; } }

.bl_jirei_img {
  -ms-flex: 0 1 auto;
  display: block;
  flex: 0 1 auto;
}
  @media screen and (min-width: 768px) {
    .bl_jirei_img {
      width: 31%;
      transition: opacity 0.3s ease;
    }

    .bl_jirei_img:hover {
      opacity: 0.7;
    }
  }
  @media screen and (max-width: 767px) {
    .bl_jirei_img {
      width: 46%; } }

/*---------------------------------
制作実績
----------------------------------*/
.ly_works {
  margin: 3em auto; }
  @media screen and (min-width: 768px) {
    .ly_works {
      max-width: 1000px;
      width: 96%; } }
  @media screen and (max-width: 767px) {
    .ly_works {
      width: 96%; } }

.bl_worksList {
  /*	@include mq(sm){
  		flex-wrap: wrap;
  	}*/ }
  @media screen and (min-width: 768px) {
    .bl_worksList {
      width: 100%;
      display: flex;
      justify-content: center;
      align-items: flex-start;
      gap: 12px; } }

@media screen and (min-width: 768px) {
  .bl_worksList_item {
    width: 100%;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto; } }

.el_works_ttl {
  background: #FCFDDB;
  font-size: 1.313em;
  padding: 0.5em 1em;
  text-align: center;
  position: relative; }
  .el_works_ttl::after {
    display: block;
    content: "";
    width: 100%;
    height: 4px;
    background: #FCEE21;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 1; }

.el_works_img {
  padding: 1em 0.5em;
  display: block;
  margin: 0 auto; }

/*---------------------------------
特長
----------------------------------*/
@media screen and (min-width: 768px) {
  .ly_pointList {
    max-width: 840px;
    margin: 180px auto 2em; } }
@media screen and (max-width: 767px) {
  .ly_pointList {
    width: 96%;
    margin: 124px auto 2em; } }

.bl_pointList_item {
  background: #FCFDDB;
  box-shadow: 5px 4px 12px -7px rgba(0, 0, 0, 0.3);
  border-radius: 32px; }
  @media screen and (min-width: 768px) {
    .bl_pointList_item:nth-child(n+2) {
      margin-top: 1.2em; } }
  @media screen and (max-width: 767px) {
    .bl_pointList_item:nth-child(n+2) {
      margin-top: 3em; } }

.bl_pointList_itemInner {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 2em 1.5em; }
  @media screen and (min-width: 768px) {
    .bl_pointList_itemInner {
      gap: 24px; } }
  @media screen and (max-width: 767px) {
    .bl_pointList_itemInner {
      flex-direction: column;
      gap: 16px;
      position: relative; } }

.bl_point_icon {
  -ms-flex: 0 1 auto;
  flex: 0 1 auto; }
  @media screen and (min-width: 768px) {
    .bl_point_icon {
      max-width: 116px; } }
  @media screen and (max-width: 767px) {
    .bl_point_icon {
      width: 24%;
      position: absolute;
      top: -20px;
      left: 0;
      z-index: 1; } }

.bl_point_txtWrapper {
  width: 100%;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto; }
  @media screen and (max-width: 767px) {
    .bl_point_txtWrapper {
      text-align: center; } }

.bl_point_img {
  width: 70%;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto; }

.el_point_ttl {
  display: inline-block;
  background: #FFDC5A;
  background: linear-gradient(transparent 60%, #FFDC5A 60%); }
  @media screen and (min-width: 768px) {
    .el_point_ttl {
      font-size: 2em; } }
  @media screen and (max-width: 767px) {
    .el_point_ttl {
      font-size: 1.6em; } }

.bl_point_txt {
  margin-top: 1em; }
  @media screen and (max-width: 767px) {
    .bl_point_txt {
      text-align: left; } }

/*---------------------------------
他社との違い
----------------------------------*/
/*.ly_points {
	margin: 2em auto;
	max-width: 900px;
	width: 100%;
}
.bl_points {
	display: flex;
	justify-content: center;
	align-items: flex-start;
	flex-wrap: wrap;
	gap: 24px;
	width: 100%;
}
.bl_points_item {
		-ms-flex: 0 1 auto;
	flex: 0 1 auto;
	background: #FCFDDB;
	position: relative;
	@include mq(pc){
		padding: 2em;
		min-height: 488px;
	}
	@include mq(sm){
		padding: 2em 1.2em;
	}
	&::before {
		display: block;
		content: "";
		width: 0;
		height: 0;
		border-style: solid;
		border-width: 32px 32px 0 0;
		border-color: #ffffff transparent transparent transparent;
		position: absolute;
		top: 0;
		left: 0;
		z-index: 1;
	}
	@include mq(pc){
		width: 45%;
	}
	@include mq(sm){
		width: 100%;
	}
	&:nth-child(2n) {
		@include mq(pc){
			margin-left: 2em;
		}
	}
	&:nth-child(n+2) {
		@include mq(sm){
			margin-top: 1em;
		}
	}
}
.el_points_img {
	display: block;
	width: 80%;
	margin: 2em auto;
}
.el_points_lead {
	display: block;
	width: 82%;
	margin: 0 auto;
	@include mq(pc){
		font-size: 1.125em;
	}
	@include mq(sm){
		font-size: 1.313em;
	}
}*/
/*---------------------------------
お悩みはありませんか
----------------------------------*/
.ly_trouble {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 2em auto; }
  @media screen and (min-width: 768px) {
    .ly_trouble {
      width: 100%;
      max-width: 900px; } }
  @media screen and (max-width: 767px) {
    .ly_trouble {
      width: 100%;
      flex-direction: column; } }

.bl_trouble_img {
  width: 100%;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto; }
  @media screen and (max-width: 767px) {
    .bl_trouble_img {
      display: block;
      width: 80%;
      margin: 0 auto 1.2em; } }

.bl_troubleList {
  width: 100%;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  margin-left: 2em; }

.bl_troubleList_item {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center; }
  .bl_troubleList_item:nth-child(n+2) {
    margin-top: 2em; }

.el_trouble_icon {
  width: 44px;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  margin-right: 1em; }

.el_trouble_txt {
  width: 100%;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  font-size: 1.5em; }

/*---------------------------------
エリアからはみ出る矢印
----------------------------------*/
.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_heading_sub_step {
  background: #F15A24;
  border-radius: 48px;
  color: #fff;
  font-weight: bold;
  text-align: center;
  margin: 0 auto 1em; }
  @media screen and (min-width: 768px) {
    .bl_heading_sub_step {
      width: 100%;
      max-width: 400px;
      font-size: 1.5em;
      padding: 0.5em; } }
  @media screen and (max-width: 767px) {
    .bl_heading_sub_step {
      font-size: 1.3em;
      padding: 0.3em; } }

.bl_zenkoku_txt {
  font-weight: bold;
  text-align: center; }
  @media screen and (min-width: 768px) {
    .bl_zenkoku_txt {
      font-size: 2em; } }
  @media screen and (max-width: 767px) {
    .bl_zenkoku_txt {
      font-size: 1.3em; } }

.el_zenkoku_strong {
  color: #F15A24;
  font-size: 2em; }

.bl_zenkoku {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  gap: 16px; }
  @media screen and (min-width: 768px) {
    .bl_zenkoku {
      padding: 2em; } }
  @media screen and (max-width: 767px) {
    .bl_zenkoku {
      padding: 2em 1em;
      flex-direction: column; } }

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

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

/*---------------------------------
集客の流れ
----------------------------------*/
#flow {
  overflow: hidden; }

/*#pathline {
	width: 100%;
	pointer-events: none;
	fill: none;
}*/
/*.pathline {
	stroke-width: 50px;
	stroke: white;
	fill: none;
}
.bg_svg {
	width: 110%;
	position: absolute;
	top: 80px;
	left: -70px;
	z-index: -1;
	@include mq(sm){
	display: none;
	}
}*/
.bg_svg_tri {
  display: block;
  width: 100%;
  position: absolute;
  bottom: -50px;
  left: -38px;
  z-index: -1; }
  .bg_svg_tri::before {
    display: block;
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 75px 100px 0 100px;
    border-color: #ffffff transparent transparent transparent; }

.bl_flow {
  position: relative;
  z-index: 2; }
  .bl_flow::after {
    display: block;
    content: "";
    background: #fff;
    position: absolute;
    margin: auto;
    z-index: -1; }
    @media screen and (min-width: 768px) {
      .bl_flow::after {
        top: 50px;
        left: 22%;
        width: 6%;
        height: 65%; } }
    @media screen and (max-width: 767px) {
      .bl_flow::after {
        top: 30px;
        left: 0;
        right: 0;
        width: 20%;
        height: 82%; } }

@media screen and (min-width: 768px) {
  .bl_flow_item {
    margin-top: 3em;
    margin-bottom: 3em; } }
@media screen and (max-width: 767px) {
  .bl_flow_item {
    margin-top: 1.5em;
    margin-bottom: 1.5em; } }
.bl_flow_item.bl_flow_item__last {
  position: relative; }
  .bl_flow_item.bl_flow_item__last::before {
    display: block;
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 70px 100px 0 100px;
    border-color: #ffffff transparent transparent transparent;
    position: absolute;
    bottom: 0; }
    @media screen and (min-width: 768px) {
      .bl_flow_item.bl_flow_item__last::before {
        left: 13%; } }
    @media screen and (max-width: 767px) {
      .bl_flow_item.bl_flow_item__last::before {
        left: 0;
        right: 0;
        margin: auto; } }

.bl_flow_itemInner {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center; }
  @media screen and (max-width: 767px) {
    .bl_flow_itemInner {
      flex-wrap: wrap; } }
  .bl_flow_itemInner.bl_flow_itemInner__rev {
    flex-direction: row-reverse; }
  .bl_flow_itemInner.bl_flow_itemInner__colrev {
    display: block;
    /*flex-direction: row-reverse;*/ }

.bl_flow_img {
  width: 100%;
  position: relative;
  z-index: 1;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  /*	&::after {
  		display: block;
  		content: "";
  		width: 200px;
  		height: 200px;
  		background: #fff;
  		border-radius: 50%;
  		position: absolute;
  		top: 50%;
  		left: 50%;
  			-webkit-transform: translate(-50%,-50%);
  		transform: translate(-50%,-50%);
  		z-index: -1;
  	}*/ }
  .bl_flow_img > img {
    display: block;
    width: 70%;
    margin: 0 auto; }

.bl_flow_lead {
  width: 100%;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  position: relative;
  /*	&.bl_flow_lead__pos {
  		@include mq(pc){
  			height: 300px;
  		}
  	}*/ }
  @media screen and (max-width: 767px) {
    .bl_flow_lead {
      margin-top: 2em; } }

.bl_flow_ttl {
  margin-bottom: 0.5em; }
  @media screen and (min-width: 768px) {
    .bl_flow_ttl {
      width: 80%;
      min-width: 280px; } }
  @media screen and (max-width: 767px) {
    .bl_flow_ttl {
      width: 90%; } }
  @media screen and (min-width: 768px) {
    .bl_flow_ttl.bl_flow_ttl__s {
      width: 60%; } }
  @media screen and (max-width: 767px) {
    .bl_flow_ttl.bl_flow_ttl__s {
      width: 70%; } }
  .bl_flow_ttl.bl_flow_ttl__rev {
    margin-left: auto; }
  @media screen and (min-width: 768px) {
    .bl_flow_ttl.bl_flow_ttl__goal {
      width: 40%;
      margin-left: auto;
      margin-right: 150px; } }
  @media screen and (max-width: 767px) {
    .bl_flow_ttl.bl_flow_ttl__goal {
      width: 100%; } }

.el_ttl_img {
  display: block;
  margin-bottom: 0.5em; }
  @media screen and (min-width: 768px) {
    .el_ttl_img {
      /*margin-left: 4em;*/ } }

@media screen and (min-width: 768px) {
  .bl_flow_txtWrapper {
    margin-left: 2em; } }
.bl_flow_txtWrapper.bl_flow_txtWrapper__goal {
  margin: 0 auto; }
  @media screen and (min-width: 768px) {
    .bl_flow_txtWrapper.bl_flow_txtWrapper__goal {
      width: 80%; } }
  @media screen and (max-width: 767px) {
    .bl_flow_txtWrapper.bl_flow_txtWrapper__goal {
      width: 100%; } }

.bl_flow_txt {
  line-height: 1.8; }
  @media screen and (min-width: 768px) {
    .bl_flow_txt {
      font-size: 1.125em; } }
  @media screen and (max-width: 767px) {
    .bl_flow_txt {
      font-size: 1em; } }

.bl_flow_lead_box {
  /*	&:nth-child(1) {
  		top: 0;
  		left: -60px;		
  	}
  	&:nth-child(2) {
  		bottom: -10px;
  		left: 0;
  	}*/ }
  @media screen and (min-width: 768px) {
    .bl_flow_lead_box {
      /*		position: absolute;
      		max-width: 410px;
      		z-index: 1;*/ } }

/*フロー最下部*/
.ly_flow_finish {
  margin: 1em auto; }
  @media screen and (min-width: 768px) {
    .ly_flow_finish {
      width: 100%;
      max-width: 600px; } }
  @media screen and (max-width: 767px) {
    .ly_flow_finish {
      width: 100%; } }

/*---------------------------------
サービス例
----------------------------------*/
@media screen and (min-width: 768px) {
  .bl_service {
    width: 100%;
    max-width: 820px;
    margin: 4em auto 2em; } }
@media screen and (max-width: 767px) {
  .bl_service {
    width: 100%;
    margin: 2em auto; } }

.bl_service_item:nth-child(n+2) {
  margin-top: 2em; }

.bl_service_itemInner {
  display: flex;
  justify-content: flex-start;
  align-items: center; }
  @media screen and (min-width: 768px) {
    .bl_service_itemInner {
      width: 100%;
      max-width: 700px; } }
  @media screen and (max-width: 767px) {
    .bl_service_itemInner {
      width: 100%;
      flex-wrap: wrap; } }
  .bl_service_itemInner.bl_service_itemInner__rev {
    flex-direction: row-reverse;
    margin-left: auto; }

.bl_service_left {
  width: 100%;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  margin: 0 0.5em; }

.bl_service_right {
  -ms-flex: 0 1 auto;
  flex: 0 1 auto; }
  @media screen and (min-width: 768px) {
    .bl_service_right {
      width: 30%;
      margin: 0 0.5em; } }
  @media screen and (max-width: 767px) {
    .bl_service_right {
      width: 40%;
      margin: 1.5em auto 1em; } }

.bl_service_lead {
  font-size: 1.313em; }

/*---------------------------------
FAQ
----------------------------------*/
.ly_faq {
  margin: 3em auto;
  max-width: 900px;
  width: 100%; }

.bl_faq_item:nth-child(n+2) {
  margin-top: 2em; }

.bl_faq_boxWrapper {
  border: dashed 2px #FCEE21;
  border-radius: 8px;
  padding: 0.2em; }

.bl_faq_ttlWrapper {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  background: #FCEE21;
  border-radius: 8px;
  padding: 1em;
  font-size: 1.1313em;
  font-weight: 700;
  color: #333;
  cursor: pointer; }

.el_faq_icon {
  max-width: 40px;
  width: 100%;
  text-align: center;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto; }

.el_faq_ttl {
  padding: 0 0.5em; }

.el_faq_btn {
  position: relative;
  max-width: 22px;
  width: 100%;
  margin-left: auto;
  text-align: center;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  transition: .3s all;
  /*toggleで変更*/ }
  .el_faq_btn::before {
    display: block;
    content: "";
    width: 100%;
    height: 2px;
    background: #333;
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    transition: .3s all;
    opacity: 1; }
  .el_faq_btn::after {
    display: block;
    content: "";
    width: 2px;
    height: 1.1em;
    background: #333;
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    margin: auto;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    transition: .3s all; }
  .el_faq_btn.js-active::before {
    opacity: 0;
    transition: .3s all; }
  .el_faq_btn.js-active::after {
    -webkit-transform: translateY(-50%) rotate(90deg);
    transform: translateY(-50%) rotate(90deg);
    transition: .3s all; }

.bl_faq_cont {
  display: none;
  padding: 1em; }
  .bl_faq_cont.js-active {
    display: block; }

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

/*---------------------------------
フッター
----------------------------------*/
.ly_footer {
  background: #FCEE21;
  /*フッター色変更*/ }
  @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;
  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; }
      @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;
  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: #FCEE21;
  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; }

/**/

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