@charset "UTF-8";
.only-sp {
  display: none;
}

.mt50 {
  margin-top: 50px !important;
}

.lp-header {
  position: relative;
}

.lp-header .mai-view_area {
  overflow: hidden;
  height: 640px;
  width: 100%;
}

.header_cta_btn {
  background: url(../images/ico_inquiry.png) #fffd3f left 38px center no-repeat !important;
  background-size: 28px !important;
  padding: 7px 0 0 32px !important;
}

.lp-header .mai-view_area .mv_wrapper::before {
  content: "";
  display: block;
  height: auto;
  height: 100vh;
  width: 100vw;
  background-color: rgba(000, 000, 000, 0.2);
  position: absolute;
  z-index: 2;
}

.lp-header .mai-view_area .mv_wrapper {
  /* 高さを画面いっぱいに指定する。(vhが効かない場合の対策) */
  height: 640px;
  /* 横幅がウィンドウズサイズの縦幅よりもはみ出てしまう場合に、左にずらすために指定。 */
  position: relative;
  /* 横幅もいっぱいに。 */
  width: 100vw;
  width: 100%;
}

.lp-header .mai-view_area .mv_wrapper #video {
  /* 動画が再生を始めるまで、cssのほうでも背景を設定します。 */
  /* background: url('../img/mp4/mv.mp4') no-repeat; */
  /* 中央揃えになるように、fixed。 */
  background-attachment: fixed;
  /* positionも中央に。 */
  background-position: center center;
  /* 画面サイズに応じてサイズを可変するように設定。 */
  background-size: cover;
  /* 以下、画面いっぱいにするためのCSS設定 */
  left: 0;
  /* wrapperのサイズに応じて、leftの位置をjQueryで指定するため、positionはabsoluteにします。 */
  min-height: 640px;
  min-width: 100%;
  min-width: 100vw;
  position: absolute;
  top: 0;
  /* z-indexは調整してください。 */
  z-index: 1;
}


.youtubeIframe {
  position: relative;
  width: 100%;
  padding-top: 56.25% !important;
}

.youtubeIframe iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}

@media only screen and (min-width: 768px) {
/* ローカルナビ */
.fmini .navi_box ul {
  width: 100%;
  height: 70px;
  box-sizing: border-box;
  border: none;
  border-radius: 0px;
  background-color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}

.fmini .navi_box .navi_innerbox {
  position: absolute;
  top: -35px;
  width: 100%;
  background-color: #fff;
  border-top: 3px #00a7ac solid;
  border-bottom: 3px #00a7ac solid;
}

.fmini .navi_box {
  position: relative;
  width: 100%;
  margin: 0 auto;
  position: sticky;
  top: 111px;
  z-index: 999;
}

.fmini .navi_box ul {
  width: 100%;
  height: 70px;
  box-sizing: border-box;
  border: none;
  border-radius: 0px;
  background-color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}

.fmini .navi_box .navi_innerbox {
  position: absolute;
  top: -35px;
  width: 100%;
  background-color: #fff;
  border-top: 3px #00a7ac solid;
  border-bottom: 3px #00a7ac solid;
}

.fmini .navi_box {
  position: relative;
  width: 100%;
  margin: 0 auto;
  position: sticky;
  top: 111px;
  z-index: 999;
}
}


/* 汎用　テキスト・見出し */
.lp-header .lp-header_text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  width: 100%;
}

.mv_h1 {
  text-align: center;
}

.mv_h1 span {
  display: block;
  color: #fff;
  font-weight: bold;
  line-height: 1.1;
}

.mv_h1 .small {
  font-size: 30px;
  margin-bottom: 10px;
}

.mv_h1 .strong {
  font-size: 70px;
}

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

.markerYellow {
  background-color: #ffffa3;
  padding: 0 3px;
}

#lp_loader .lead_text {
  font-size: 20px;
  font-weight: bold;
  margin-top: 105px;
  line-height: 2;
}

#lp_loader h3 {
  font-size: 22px;
  font-weight: 800;
  margin-bottom: 20px;
  border-bottom: 1px solid #111;
}

#lp_loader .vertical_line_title {
  border-left: 5px solid #00a7ac;
  padding-left: 10px;
  margin-bottom: 20px;
  border-bottom: none;
  font-size: 18px;
}

/* 背景色 */
#lp_loader section:nth-of-type(2n) {
  background-color: #dfeeee;
}

#lp_loader .gray_bg {
  background-color: #f3f3f3;
  ;
  display: inline-block;
  padding: 15px 25px;
  border-radius: 10px;
}

#lp_loader .gray_bg li,
#lp_loader .gray_bg p {
  font-size: 24px;
  font-weight: bold;
}

#lp_loader .gray_bg .small {
  font-size: 0.7em;
}

#lp_loader .circle-list li::before {
  content: "●";
  color: #00a7ac;
  display: inline-block;
  margin-right: 2em;
}

/* お問い合わせボタン */

#lp_loader .cta_box {
  display: flex;
  justify-content: center;
}

#lp_loader .cta_box a {
  width: 50%;
  display: block;
  padding: 15px 0 20px 0;
  color: #00a7ac;
  line-height: 1.6;
  font-weight: 500;
  text-align: center;
  background: #fff;
  border-radius: 10px 0 0 10px;
  opacity: 1;
  transition: all 0.2s ease-out;
  background: #fffd3f;
  border-radius: 10px;
}

#lp_loader .cta_box a:hover {
  opacity: 0.85;
}

#lp_loader .cta_box a strong {
  display: inline-block;
  font-size: 24px;
  font-weight: 800;
  margin-bottom: 10px;
  padding: 10px 10px 10px 50px;
  line-height: 1;
  background: url("../images/ico_inquiry.png") left 6px no-repeat;
  background-size: 36px;
}

#lp_loader .cta_box a span {
  display: block;
  font-size: 14px;
}

/* 汎用FLEX */

#lp_loader .col2-flex {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

#lp_loader .col2-flex_item {
  flex: 1;
}

#lp_loader .col2-flex_item:first-child {
  margin-right: 50px;
  flex: 1.5;
}

#lp_loader .col2-flex_item img {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

#lp_loader .col2-flex_reverse {
  flex-direction: row-reverse;
}

/* contents4 */

#lp_loader #anc_lineup .icon_explan_box table {
  width: 100%;
  background-color: transparent;
  border-spacing: 0;
  border-collapse: separate;
  overflow: hidden;
  border: transparent;
  margin-bottom: 0px;
}

#lp_loader #anc_lineup .icon_explan_box table th {
  background: transparent;
  padding: 0;
  border-left: transparent;
  border-bottom: transparent;
  border-top: transparent;
}

#lp_loader #anc_lineup .icon_explan_box table td {
  border-left: transparent;
  border-bottom: transparent;
  text-align-last: left;

}

/* contents5*/
#lp_loader #contents05 .under_line {
  text-decoration: underline;
}

#lp_loader #contents05 .attention {
  margin-top: 30px;
  line-height: 1.3;
}

/* contents6 */
#lp_loader #contents06 .user_name {
  margin-top: 20px !important;
  text-align: center;
}

#lp_loader #contents06 .circle-list {
  background-color: #fff;
  border-radius: 9px;
  padding: 30px 50px;
  position: relative;
}

#lp_loader #contents06 .circle-list::after {
  content: "";
  display: inline-block;
  width: 60px;
  height: 35px;
  background: #ffffff;
  -webkit-clip-path: polygon(0 0, 0 100%, 100% 50%);
  clip-path: polygon(0 0, 0 100%, 100% 50%);
  position: absolute;
  right: -55px;
  top: 50%;
  transform: translateY(-50%) !important;
}

#lp_loader #contents06 .circle-list li {
  margin-bottom: 20px;
}

#lp_loader #contents06 .circle-list li:last-child {
  margin-bottom: 0;
}

#lp_loader #contents06 .col2-flex_item:nth-child(1) {
  flex: 4;
}

#lp_loader #contents06 .col2-flex_item:nth-child(2) {
  flex: 1;
}

#lp_loader #contents06 .col2-flex_item:first-child {
  margin-right: 80px;
}

#lp_loader #contents06 .col2-flex_item img {
  max-width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

/* エンドエリア（お問い合わせ） */

#lp_loader .contact_area {
  background-color: #00a7ac;
  text-align: center;
}

#lp_loader .contact_area_title {
  color: #fff;
  font-size: 20px;
  position: relative;
  display: inline-block;
  padding: 0 20px;
  line-height: 1;
  letter-spacing: 0.1rem;
}

#lp_loader .contact_area_title::before,
#lp_loader .contact_area_title::after {
  content: "";
  width: 2px;
  height: 25px;
  display: block;
  background-color: #fff;
  position: absolute;
  bottom: -5px;
}

#lp_loader .contact_area_title::before {
  transform: rotate(-30deg);
  left: 0;
}

#lp_loader .contact_area_title::after {
  transform: rotate(30deg);
  right: 0;
}

#lp_loader .contact_area .cta_box a {
  width: 75%;
  padding: 20px 0;
}

#lp_loader .contact_area .cta_box a strong {
  font-size: 35px;
  margin-bottom: 5px;
  padding: 10px 10px 10px 60px;
  background: url("../images/ico_inquiry.png") left 7px no-repeat;
  background-size: 46px;
}

#lp_loader .contact_area .cta_box a span {
  display: block;
  font-size: 19px;
}




@media only screen and (max-width: 767px) {
  .fmini #header_cta .header_cta_inner a {
    width: 100%;
    box-sizing: border-box;
  }

  .only-sp {
    display: block;
  }

  #video {
    z-index: 1 !important;
  }


  /* 汎用　テキスト・見出し */
  .lp-header .lp-header_text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 5;
    width: 100%;
  }

  .mv_h1 {
    text-align: center;
  }

  .mv_h1 span {
    display: block;
    color: #fff;
    font-weight: bold;
    line-height: 1.1;
  }

  .mv_h1 .small {
    font-size: 18px;
    margin-bottom: 10px;
  }

  .mv_h1 .strong {
    font-size: 40px;
  }

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

  .markerYellow {
    background-color: #ffffa3;
    padding: 0 3px;
  }

  #lp_loader .lead_text {
    font-size: 18px;
    font-weight: bold;
    margin-top: 50px;
    line-height: 2;
  }

  #lp_loader h3 {
    font-size: 22px;
    font-weight: 800;
    margin-bottom: 20px;
    border-bottom: 1px solid #111;
  }

  #lp_loader .vertical_line_title {
    border-left: 5px solid #00a7ac;
    padding-left: 10px;
    margin-bottom: 20px;
    border-bottom: none;
    font-size: 18px;
  }

  .col2-flex {
    display: flex;
    flex-direction: column;
    margin-bottom: 30px !important;
  }

  #lp_loader .col2-flex_item {
    margin-bottom: 10px !important;
  }

  .col2-flex_reverse {
    flex-direction: column;
  }

  #lp_loader .col2-flex_item:first-child {
    margin-right: 0px;
  }

  #lp_loader #anc_lineup .sign {
    width: 30px;
  }

  /* お問い合わせボタン */

  #lp_loader .cta_box {
    display: flex;
    justify-content: center;
  }

  #lp_loader .cta_box a {
    width: 100%;
    display: block;
    padding: 15px 0 20px 0;
    color: #00a7ac;
    line-height: 1.6;
    font-weight: 500;
    text-align: center;
    background: #fff;
    border-radius: 10px 0 0 10px;
    opacity: 1;
    transition: all 0.2s ease-out;
    background: #fffd3f;
    border-radius: 10px;
  }

  #lp_loader .cta_box a:hover {
    opacity: 0.85;
  }

  #lp_loader .cta_box a strong {
    display: inline-block;
    font-size: 20px;
    font-weight: 800;
    margin-bottom: 10px;
    padding: 10px 10px 10px 50px;
    line-height: 1;
    background: url("../images/ico_inquiry.png") left 6px no-repeat;
    background-size: 36px;
  }

  #lp_loader .cta_box a span {
    display: block;
    font-size: 14px;
  }

  /* ラインナップ */
  #lp_loader #anc_lineup .icon_explan_box table th {
    padding: 10px 20px 10px 0px;
}
  #lp_loader #anc_lineup .icon_explan_box table th img{
    width: 30px;
}
  /* contents6 */
  #lp_loader .circle-list li::before {
    margin-right: 1em;
  }

  #lp_loader #contents06 .circle-list {
    border-radius: 10px;
    padding: 30px;
  }

  #lp_loader #contents06 .circle-list::after {
    content: "";
    width: 50px;
    height: 30px;
    position: absolute;
    top: auto;
    bottom: -25px;
    left: 50px;
    transform: translate(0, 0) rotate(60deg) !important;
  }

  #lp_loader #contents06 .circle-list li {
    margin-bottom: 10px;
    font-size: 14px;
    text-indent: -1em;
    padding-left: 1em;
  }

  #lp_loader #contents06 .circle-list li:last-child {
    margin-bottom: 0;
  }

  #lp_loader #contents06 .col2-flex_item:nth-child(2) {
    text-align: center;
  }

  #lp_loader #contents06 .col2-flex_item:first-child {
    margin-right: 0px;
  }

  #lp_loader #contents06 .col2-flex_item img {
    width: 150px;
    -o-object-fit: cover;
    object-fit: cover;
  }

  /* エンドエリア（お問い合わせ） */

  #lp_loader .contact_area {
    background-color: #00a7ac;
    text-align: center;
  }

  #lp_loader .contact_area_title {
    color: #fff;
    font-size: 20px;
    position: relative;
    display: inline-block;
    padding: 0 20px;
    line-height: 1;
    letter-spacing: 0.1rem;
  }

  #lp_loader .contact_area_title::before,
  #lp_loader .contact_area_title::after {
    content: "";
    width: 2px;
    height: 25px;
    display: block;
    background-color: #fff;
    position: absolute;
    bottom: -5px;
  }

  #lp_loader .contact_area_title::before {
    transform: rotate(-30deg);
    left: 0;
  }

  #lp_loader .contact_area_title::after {
    transform: rotate(30deg);
    right: 0;
  }

  #lp_loader .contact_area .cta_box a {
    width: 100%;
    padding: 20px 0;
  }

  #lp_loader .contact_area .cta_box a strong {
    font-size: 20px;
    margin-bottom: 5px;
    padding: 10px 10px 10px 60px;
    background: url("../images/ico_inquiry.png") left 0px no-repeat;
    background-size: 46px;
  }

  #lp_loader .contact_area .cta_box a span {
    display: block;
    font-size: 14px;
  }

}

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