@charset "UTF-8";
/* RESET COMMON
========================================================================== */
* {
  margin: 0;
  padding: 0;
}

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;
  outline: none;
  font-size: 100%;
  color: inherit;
  font-weight: normal;
  font: inherit;
  vertical-align: baseline;
  text-decoration: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

strong {
  font-weight: bold;
}

html {
  font-size: 62.5%;
}

body {
  font-family: "yu-gothic-pr6n", "YuGothic", "Yu Gothic Medium", "Yu Gothic", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-style: normal;
  font-size: 16px;
  font-size: 1.6em;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.1em;
  color: #000;
  background-color: #ffffff;
  padding-bottom: 0 !important;
}

input {
  border: none;
  outline: none;
}

input[type=submit] {
  -webkit-appearance: none;
  border-radius: 0;
  cursor: pointer;
}

textarea {
  resize: none;
}

ul {
  list-style-type: none;
}

blockquote {
  color: #191919;
  background-color: #f2f2f2;
  position: relative;
  margin-top: 2rem;
  padding: 20px 20px 20px 70px;
}
blockquote:before {
  position: absolute;
  top: 25px;
  left: 35px;
  content: '"';
  font-size: 3rem;
  color: #d8d8d8;
}

a, a * {
  text-decoration: none !important;
  -webkit-transition: opacity 0.75s;
  transition: opacity 0.75s;
}

a:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
}

.sp, .spinline {
  display: none;
}

@media screen and (max-width: 768px) {
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
  .spinline {
    display: inline;
  }
  a:hover, a:hover p, a:hover img {
    opacity: 1;
    filter: alpha(opacity=100);
  }
}
#wpfront-scroll-top-container, #click_to_call_bar {
  display: none !important;
}

/* TOP
========================================================================== */
.top_content {
  width: 100%;
  height: 100dvh;
  background-image: url(../img/fv_back.jpg);
  background-position: center center;
  background-size: cover;
  position: relative;
}
@media screen and (max-width: 768px) {
  .top_content {
    background-image: url(../img/fv_back_sp.jpg);
  }
}
.top_content .wrap {
  width: 900px;
  position: absolute;
  top: 50%;
  right: 50%;
  -webkit-transform: translate(50%, -50%);
          transform: translate(50%, -50%);
  text-align: center;
}
@media screen and (max-width: 1000px) {
  .top_content .wrap {
    width: 90%;
  }
}
.top_content .wrap .top {
  font-size: 2.4rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .top_content .wrap .top {
    font-size: 1.8rem;
  }
}
.top_content .wrap .text {
  font-family: serif;
  font-size: 3.9rem;
  letter-spacing: 0.2em;
  color: #fff;
  margin-top: 25px;
}
@media screen and (max-width: 768px) {
  .top_content .wrap .text {
    font-size: 2.9rem;
    line-height: 1.8;
  }
}
.top_content .wrap .link_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 15px;
  margin-top: 65px;
}
@media screen and (max-width: 768px) {
  .top_content .wrap .link_wrap {
    display: block;
    margin-top: 50px;
  }
}
.top_content .wrap .link_wrap > a {
  height: 50px;
  padding: 15px 25px;
  background-color: #fff;
  border-radius: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 768px) {
  .top_content .wrap .link_wrap > a {
    width: 240px;
    margin: 18px auto 0;
  }
  .top_content .wrap .link_wrap > a:first-child {
    margin-top: 0;
  }
}
.top_content .wrap .link_wrap > a span {
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 1;
  color: #FF000E;
  margin: auto;
  margin-right: 0;
}
.top_content .wrap .link_wrap > a .icon {
  margin: auto;
  margin-left: 8px;
}/*# sourceMappingURL=style.css.map */