@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;
  display: flex;
  align-items: center; }
  @media screen and (min-width: 768px) {
    .bl_headerInner {
      max-width: 1140px;
      justify-content: space-between; } }
  @media screen and (max-width: 767px) {
    .bl_headerInner {
      width: 96%;
      justify-content: flex-start; } }

@media screen and (max-width: 767px) {
  .bl_header_left {
    width: 70%; } }

@media screen and (max-width: 767px) {
  .bl_header_right {
    margin-left: auto; } }

@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; }
    @media screen and (max-width: 767px) {
      .ly_section.ly_section__contact {
        width: 92%;
        padding: 2em 0; } }
  .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 0; } }
.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;*/
  background: #FCFDDB; }

.bl_fv {
  position: relative;
  margin: 0 auto; }
  @media screen and (min-width: 768px) {
    .bl_fv {
      max-width: 800px;
      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_section {
  background: #fff;
  padding: 1em;
  margin: 0 auto; }
  @media screen and (min-width: 768px) {
    .ly_btn_section {
      max-width: 800px;
      width: 100%; } }
  @media screen and (max-width: 767px) {
    .ly_btn_section {
      width: 100%; } }

.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%; } }
  @media screen and (max-width: 767px) {
    .ly_btn.ly_btn__fv {
      width: 100%; } }

.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%; } }

/*---------------------------------
メインエリア
----------------------------------*/
.ly_container_main {
  background: #FCFDDB; }
  @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;
  font-weight: bold; }
  @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; }

.bl_zeikomi_caution {
  text-align: right;
  margin: 0 auto; }
  @media screen and (min-width: 768px) {
    .bl_zeikomi_caution {
      max-width: 800px; } }
  @media screen and (max-width: 767px) {
    .bl_zeikomi_caution {
      width: 96%; } }

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

.bl_form_contracted {
  background: #F8F8F8;
  padding: 0.5em;
  text-align: center; }
  @media screen and (min-width: 768px) {
    .bl_form_contracted {
      margin: 0.8em auto; } }
  @media screen and (max-width: 767px) {
    .bl_form_contracted {
      margin: 0.2em auto; } }

.el_form_contracted {
  font-size: 0.875em; }

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

/*---------------------------------
フッター
----------------------------------*/
.ly_footer {
  background: #fff;
  /*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; }

/*---------------------------------
プラン変更等のページ
----------------------------------*/
.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 */
