@charset 'utf-8';
@font-face{
  font-family:"anti"; 
  src:url(../font/anti.woff) format("woff");
}
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
  display: block;
}
html{
  margin: 0 auto;
  scroll-behavior: smooth;
  font-size: 62.5%;
}
/* iOSでのデフォルトスタイルをリセット */

input[type="submit"], input[type="button"] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  appearance: button;
  border: none;
  box-sizing: border-box;
  cursor: pointer;
}
input[type="submit"]::-webkit-search-decoration, input[type="button"]::-webkit-search-decoration {
  display: none;
}
input[type="submit"]::focus, input[type="button"]::focus {
  outline-offset: -2px;
}
body {

  line-height: 1;
  font-family: sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.6rem;
}
ol, ul {
  list-style: none;
}
blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}

img{
  max-width: 100%;
  vertical-align: bottom;
}
a {
  transition: .3s;
}
a:hover {
  opacity: 0.8;
}

/* レスポンシブ表示非表示 */
.sp{
  display: none!important;
}
@media screen and (max-width: 767px){
 .sp{
    display: block!important;
  } 
  .pc{
    display: none!important;
  }
  .contents_tel_btn {
    text-align: center;
    margin: 60px auto 0px;
    width:100%;
  }
  img.sp {
    width: 100%;
  }
}

.inner {
  max-width: 960px;
  padding: 0 20px;
  margin-inline: auto;
}

/* LINE申し込み　ボタン */
.section-line {
  background-color: #008e40;
  padding-bottom: 120px;
  padding-top: 70px;
}

/* 電話申し込み　ボタン */
.contents_tel_btn {
  text-align: center;
  margin: 60px auto 0px;
  width:100%;
}

img.pc._tel_btn {
  width: 60%;
}

@media screen and (max-width: 767px) {
  .section-line {
    padding: 30px 0;
  }
  .section-line > .inner {
    padding: 0 10px;
  }
  /* 電話申し込み　ボタン */
.contents_tel_btn {
  text-align: center;
  margin-top: 20px;
}
}

.line__title {
  text-align: center;
}
.line__title img {
  width: 66%;
  display: inline-block;
}
@media screen and (max-width: 767px) {
  .line__title img {
    width: 80%;
  }
}

.line__step {
  display: flex;
  column-gap: 5px;
  margin-top: 60px;
}
@media screen and (max-width: 767px)  {
  .line__step {
    margin-top: 20px;
    flex-direction: column;
    row-gap: 10px;
  }
}

.line__step1 {
  position: relative;
}
.line__step1 > a {
  position: absolute;
  bottom: 8%;
  left: 50%;
  transform: translateX(-50%);
  width: 80%;
  transition: .3s;
}
.line__step1 > a:hover {
  opacity: 0.7;
}

.line__button {
  margin-top: 70px;
  display: flex;
  column-gap: 70px;
}
@media screen and (max-width: 767px) {
  .line__button {
    flex-direction: column;
    row-gap: 14px;
    margin-top: 20px;
    padding: 0 10px;
  }
}
.line__button >a {
  display: inline-block;
  flex: 1;
}


/* 追従バナー */
.form-link {
  position: fixed;
  right: 60px;
  bottom: 20px;
}
@media screen and (max-width: 1300px) {
  .form-link {
    right: 0;
    bottom: 0;
  }
}
.form-link__sp {
  display: none !important;
}
@media screen and (max-width: 500px) {
  .form-link {
    right: 0;
    bottom: 0;
  }
  .form-link__pc {
    display: none !important;
  }
  .form-link__sp {
    display: block !important;
  }
}

.form-link > img {
  width: 500px;
}
@media screen and (max-width: 500px) {
  .form-link > img {
    width: 100%;
  }
}

.section-mv{
  position: relative;
}
.fv-a{
  position: absolute;
  right: 5vw;
  bottom: 26vw;
  width: 23vw;
  height: 8vw;
  z-index: 2;
}

@media screen and (max-width: 500px) {
  .fv-a {
    display: none;
  }
}