@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;500;600;700&family=Noto+Serif+JP:wght@300;400;500;600;700&display=swap");
@media screen and (min-width: 769px) {
  html {
    font-size: 0.782vw; } }
@media screen and (min-width: 1281px) {
  html {
    font-size: 10px; } }
@media screen and (max-width: 768px) {
  html {
    font-size: 1.283vw; } }

body {
  margin: 0;
  font-weight: 400;
  font-family: 'Noto Serif JP', serif;
  color: #333;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  position: relative;
  line-height: 0;
  background: #fff; }

html {
  height: -webkit-fill-available; }

body {
  min-height: 100vh;
  min-height: -webkit-fill-available; }

img {
  vertical-align: bottom; }

img, svg {
  width: 100%;
  height: auto; }

@media screen and (-webkit-min-device-pixel-ratio: 0) and (min-resolution: 0.001dpcm) {
  img {
    image-rendering: -webkit-optimize-contrast; } }
a {
  text-decoration: none;
  color: inherit;
  color: #333; }

h1, h2, h3, h4, h5, p, dl, dt, dd, ul, ol, li, figure {
  margin: 0;
  padding: 0; }

ul, ol {
  list-style: none; }

@media screen and (max-width: 768px) {
  .pcv {
    display: none !important; } }

@media screen and (min-width: 769px) {
  .spv {
    display: none !important; } }

*, *:before, *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box; }

header {
  position: fixed;
  z-index: 9000;
  transition: ease-out 0.6s all; }
  @media screen and (min-width: 769px) {
    header {
      left: 0;
      top: 0;
      width: 100%;
      height: 100px;
      background: rgba(255, 255, 255, 0);
      backdrop-filter: blur(0px);
      -webkit-backdrop-filter: blur(0px); } }
  @media screen and (max-width: 768px) {
    header {
      left: 3vw;
      top: 3vw;
      width: 94vw;
      border-radius: 5px;
      overflow: hidden;
      /*height: divceil(130, 10, rem);*/
      background: rgba(255, 255, 255, 0.5);
      backdrop-filter: blur(10px);
      -webkit-backdrop-filter: blur(10px); } }

@media screen and (min-width: 769px) {
  header.act {
    background: rgba(255, 255, 255, 0.5);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px); } }
@media screen and (max-width: 768px) {
  header.act {
    background: rgba(255, 255, 255, 0.5);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px); } }

@media screen and (min-width: 769px) {
  header .inner {
    position: absolute;
    left: 0;
    top: 0;
    width: 100px;
    height: 100%; } }
@media screen and (max-width: 768px) {
  header .inner {
    position: relative;
    width: 100%;
    height: 10rem; } }

header .inner #logo {
  position: relative;
  display: block;
  z-index: 99999; }
  @media screen and (min-width: 769px) {
    header .inner #logo {
      width: 108px;
      height: 100px;
      background: url("../img/logo_white.svg") center center no-repeat;
      background-size: 48px auto; } }
  @media screen and (max-width: 768px) {
    header .inner #logo {
      width: 27.6rem;
      height: 100%;
      background: url("../img/logo_sp.svg") center center no-repeat;
      background-size: 23.6rem auto; } }

@media screen and (min-width: 769px) {
  header.act .inner #logo {
    background: url("../img/logo_color.svg") center center no-repeat;
    background-size: 48px auto; } }

@media screen and (min-width: 769px) {
  .nav_btn {
    display: none; } }
@media screen and (max-width: 768px) {
  .nav_btn {
    display: inline-block;
    position: absolute;
    top: 2rem;
    right: 2rem;
    width: 6rem;
    height: 6rem;
    z-index: 99999;
    cursor: pointer;
    transition: .3s;
    display: block;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    background: none;
    border: none; } }

.nav_btn::before {
  content: "MENU";
  position: absolute;
  right: 0;
  bottom: 0;
  margin: 0;
  width: 6rem;
  text-align: center;
  font-weight: 500;
  line-height: 1em;
  font-size: 2rem;
  color: #333; }

.nav_btn.closebg::before {
  content: "CLOSE"; }

.nav_btn > span {
  display: block;
  position: absolute;
  top: 1rem;
  right: 0;
  width: 6rem;
  height: 1px;
  margin: 0;
  background: #000 !important;
  transition: .4s ease-in-out; }

.nav_btn > span:before,
.nav_btn > span:after {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 6rem;
  height: 1px;
  background: #000 !important;
  transition: .4s ease-in-out; }

.nav_btn > span:before {
  width: 6rem;
  margin-top: -7px; }

.nav_btn > span:after {
  width: 6rem;
  margin-top: 7px; }

.nav_btn .close {
  background: transparent !important; }

.nav_btn .close:before, .nav_btn .close:after {
  margin-top: 0; }

.nav_btn .close:before {
  width: 7.3vw;
  transform: rotate(-30deg);
  -webkit-transform: rotate(-30deg); }

.nav_btn .close:after {
  width: 7.3vw;
  transform: rotate(-150deg);
  -webkit-transform: rotate(-150deg); }

@media screen and (min-width: 769px) {
  header nav {
    position: relative;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 1;
    pointer-events: auto;
    display: block !important; } }
@media screen and (max-width: 768px) {
  header nav {
    position: relative;
    width: 88vw;
    transition: ease-out 0.6s all;
    display: none;
    margin: 0 auto; } }

/*
header nav.open{
    @include mq(sp) {
        display: block;
        height: auto;
    }
}
*/
@media screen and (min-width: 769px) {
  header #menu {
    position: absolute;
    right: 30px;
    top: 20px;
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
    gap: 30px; } }
@media screen and (max-width: 768px) {
  header #menu {
    position: relative;
    display: block;
    width: 100%;
    border-top: #E5E5E5 1px solid;
    margin-top: 1rem; } }

header #menu a {
  position: relative;
  font-weight: 300; }
  @media screen and (min-width: 769px) {
    header #menu a {
      color: #fff;
      font-size: 1.4rem;
      line-height: 1;
      letter-spacing: 0.1em; } }
  @media screen and (max-width: 768px) {
    header #menu a {
      display: block;
      line-height: 1.072em;
      font-size: 2.8rem;
      letter-spacing: 0.1em;
      color: #333;
      border-bottom: #E5E5E5 1px solid;
      padding: 3vw 4vw; } }

@media screen and (min-width: 769px) {
  header.act #menu a {
    color: #333; } }

@media screen and (min-width: 769px) {
  header #sns {
    position: absolute;
    right: 30px;
    top: 50px;
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
    gap: 3.0rem; } }
@media screen and (max-width: 768px) {
  header #sns {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    gap: 4rem;
    padding: 3rem 0 4rem; } }

header #sns a {
  position: relative;
  display: block;
  font-weight: 700;
  font-family: 'Noto Sans JP', sans-serif; }
  @media screen and (min-width: 769px) {
    header #sns a {
      font-size: 1.4rem;
      line-height: 3.0rem;
      letter-spacing: 0.1em;
      height: 3.0rem;
      padding-right: 4.5rem; } }
  @media screen and (max-width: 768px) {
    header #sns a {
      line-height: 2.143em;
      font-size: 2.8rem;
      letter-spacing: 0em;
      padding-left: 8rem;
      height: 6rem; } }

header #sns a.tel {
  color: #7B7B7B; }
  @media screen and (min-width: 769px) {
    header #sns a.tel {
      background: url("../img/icon_tel.svg") right center no-repeat;
      background-size: 3.0rem auto;
      pointer-events: none; } }
  @media screen and (max-width: 768px) {
    header #sns a.tel {
      background: url("../img/icon_tel.svg") left center no-repeat;
      background-size: 6rem auto; } }

header #sns a.line {
  color: #4cc764;
  background: url("../img/icon_line.svg") right center no-repeat;
  background-size: 3.0rem auto; }
  @media screen and (max-width: 768px) {
    header #sns a.line {
      background: url("../img/icon_line.svg") left center no-repeat;
      background-size: 6rem auto; } }

header a {
  transition: ease-out 0.6s all; }

header a:hover {
  opacity: 0.6; }

footer {
  position: relative;
  width: 100%;
  background: #F5F5F5;
  color: #333; }
  @media screen and (min-width: 769px) {
    footer {
      height: 31rem; } }
  @media screen and (max-width: 768px) {
    footer {
      padding: 6rem 4rem;
      text-align: left; } }

footer #foot_logo {
  position: absolute;
  display: block; }
  @media screen and (min-width: 769px) {
    footer #foot_logo {
      top: 5rem;
      right: 5rem;
      width: 10.5rem; } }
  @media screen and (max-width: 768px) {
    footer #foot_logo {
      top: 6rem;
      right: 4.5rem;
      width: 10.5rem; } }

@media screen and (min-width: 769px) {
  footer #foot_sns {
    position: absolute;
    bottom: 5rem;
    right: 5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1.5rem; } }
@media screen and (max-width: 768px) {
  footer #foot_sns {
    position: absolute;
    top: 19rem;
    right: 4rem;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 3rem; } }

footer #foot_sns a {
  display: block; }
  @media screen and (min-width: 769px) {
    footer #foot_sns a {
      width: 3rem; } }
  @media screen and (max-width: 768px) {
    footer #foot_sns a {
      width: 6rem; } }

footer a {
  transition: ease-out 0.6s all; }

footer a:hover {
  opacity: 0.6; }

footer .cc {
  font-weight: 300;
  display: block; }
  @media screen and (min-width: 769px) {
    footer .cc {
      position: absolute;
      bottom: 5rem;
      left: 5rem;
      line-height: 1.167em;
      font-size: 1.2rem;
      letter-spacing: 0em; } }
  @media screen and (max-width: 768px) {
    footer .cc {
      line-height: 1em;
      font-size: 2.4rem;
      letter-spacing: 0em;
      margin-top: 6rem; } }

footer #footer_info {
  display: block; }
  @media screen and (min-width: 769px) {
    footer #footer_info {
      position: absolute;
      top: 5rem;
      left: 5rem; } }
  @media screen and (max-width: 768px) {
    footer #footer_info {
      position: relative; } }

footer #footer_info .tel_ttl {
  position: relative;
  display: table;
  font-weight: 300; }
  @media screen and (min-width: 769px) {
    footer #footer_info .tel_ttl {
      line-height: 1em;
      font-size: 1.6rem;
      letter-spacing: 0em; } }
  @media screen and (max-width: 768px) {
    footer #footer_info .tel_ttl {
      line-height: 1em;
      font-size: 2.8rem;
      letter-spacing: 0em; } }

footer #footer_info .tel {
  position: relative;
  display: table;
  font-weight: 300; }
  @media screen and (min-width: 769px) {
    footer #footer_info .tel {
      line-height: 1em;
      font-size: 3rem;
      letter-spacing: 0em;
      margin-top: 1rem;
      pointer-events: none; } }
  @media screen and (max-width: 768px) {
    footer #footer_info .tel {
      line-height: 1em;
      font-size: 4.8rem;
      letter-spacing: 0em;
      margin-top: 2rem; } }

footer #footer_info .line {
  position: relative;
  display: table;
  font-weight: 300; }
  @media screen and (min-width: 769px) {
    footer #footer_info .line {
      line-height: 1.875em;
      font-size: 1.6rem;
      letter-spacing: 0em;
      margin-top: 1rem;
      color: #4cc764;
      background: url("../img/icon_line.svg") right center no-repeat;
      background-size: 3rem auto;
      padding-right: 4rem; } }
  @media screen and (max-width: 768px) {
    footer #footer_info .line {
      line-height: 1.608em;
      font-size: 2.8rem;
      letter-spacing: 0em;
      margin-top: 3rem;
      color: #4cc764;
      background: url("../img/icon_line.svg") right center no-repeat;
      background-size: 4.5rem auto;
      padding-right: 5.5rem; } }

footer #footer_info .info {
  position: relative;
  display: table;
  font-weight: 300; }
  @media screen and (min-width: 769px) {
    footer #footer_info .info {
      line-height: 1.875em;
      font-size: 1.6rem;
      letter-spacing: 0em;
      margin-top: 0.5rem; } }
  @media screen and (max-width: 768px) {
    footer #footer_info .info {
      line-height: 1em;
      font-size: 2.8rem;
      letter-spacing: 0em;
      margin-top: 3rem; } }

/*common*/
.slider,
.slider div {
  width: 100%;
  height: 100%; }

section,
main {
  position: relative;
  width: 100%; }

section .inner {
  position: relative;
  margin: 0 auto; }
  @media screen and (min-width: 769px) {
    section .inner {
      width: 106rem; } }
  @media screen and (max-width: 768px) {
    section .inner {
      width: 70rem; } }

#totop {
  position: fixed;
  z-index: 10; }
  @media screen and (min-width: 769px) {
    #totop {
      bottom: 0;
      right: 2.5rem;
      width: 5rem;
      padding-bottom: 2.5rem; } }
  @media screen and (max-width: 768px) {
    #totop {
      bottom: 0;
      right: 4rem;
      width: 12vw;
      padding-bottom: 4rem; } }

/*common*/
.txt_normal {
  position: relative;
  font-weight: 300; }
  @media screen and (min-width: 769px) {
    .txt_normal {
      line-height: 2.5em;
      font-size: 1.6rem;
      letter-spacing: 0.05em; } }
  @media screen and (max-width: 768px) {
    .txt_normal {
      line-height: 1.715em;
      font-size: 2.8rem;
      letter-spacing: 0.05em; } }

.txt_normal2 {
  position: relative;
  font-weight: 300; }
  @media screen and (min-width: 769px) {
    .txt_normal2 {
      line-height: 1.875em;
      font-size: 1.6rem;
      letter-spacing: 0.05em; } }
  @media screen and (max-width: 768px) {
    .txt_normal2 {
      line-height: 1.715em;
      font-size: 2.8rem;
      letter-spacing: 0.05em; } }

.cap_normal {
  position: relative;
  font-weight: 300; }
  @media screen and (min-width: 769px) {
    .cap_normal {
      line-height: 2.5em;
      font-size: 1.2rem;
      letter-spacing: 0.05em; } }
  @media screen and (max-width: 768px) {
    .cap_normal {
      line-height: 1.75em;
      font-size: 2.4rem;
      letter-spacing: 0.05em; } }

.indent_normal {
  position: relative;
  font-weight: 300; }
  @media screen and (min-width: 769px) {
    .indent_normal {
      padding-left: 1.6rem;
      text-indent: -1.6rem; } }
  @media screen and (max-width: 768px) {
    .indent_normal {
      padding-left: 3.8vw;
      text-indent: -3.8vw; } }

.indent_normal2 {
  position: relative;
  font-weight: 300; }
  @media screen and (min-width: 769px) {
    .indent_normal2 {
      padding-left: 2.4rem;
      text-indent: -2.4rem; } }
  @media screen and (max-width: 768px) {
    .indent_normal2 {
      padding-left: 4.8vw;
      text-indent: -4.8vw; } }

@media screen and (min-width: 769px) {
  #read {
    padding: 24rem 0; } }
@media screen and (max-width: 768px) {
  #read {
    padding: 18rem 0; } }

@media screen and (min-width: 769px) {
  #read .read_ttl {
    border-left: #ffd31c 2px solid;
    padding-left: 4rem; } }
@media screen and (max-width: 768px) {
  #read .read_ttl {
    border-left: #ffd31c 2px solid;
    padding-left: 4rem; } }

#read .read_ttl h2 {
  position: relative;
  font-weight: 500; }
  @media screen and (min-width: 769px) {
    #read .read_ttl h2 {
      line-height: 1em;
      font-size: 3rem;
      letter-spacing: 0.2em;
      padding: 1rem 0 4rem; } }
  @media screen and (max-width: 768px) {
    #read .read_ttl h2 {
      line-height: 1.5em;
      font-size: 4.8rem;
      letter-spacing: 0.2em;
      padding: 1rem 0 4rem; } }

#read .read_ttl p {
  position: relative;
  font-weight: 300; }
  @media screen and (min-width: 769px) {
    #read .read_ttl p {
      line-height: 2.5em;
      font-size: 1.6rem;
      letter-spacing: 0.1em; } }
  @media screen and (max-width: 768px) {
    #read .read_ttl p {
      line-height: 1.875em;
      font-size: 3.2rem;
      letter-spacing: 0.1em; } }

@media screen and (min-width: 769px) {
  section .sec_ttl {
    margin-bottom: 8rem; } }
@media screen and (max-width: 768px) {
  section .sec_ttl {
    margin-bottom: 8rem; } }

section .sec_ttl h3 {
  position: relative;
  font-weight: 500; }
  @media screen and (min-width: 769px) {
    section .sec_ttl h3 {
      line-height: 2.084em;
      font-size: 2.4rem;
      letter-spacing: 0.2em;
      border-left: #ff6c3f 2px solid;
      padding-left: 4rem; } }
  @media screen and (max-width: 768px) {
    section .sec_ttl h3 {
      line-height: 1.62em;
      font-size: 4.2rem;
      letter-spacing: 0.2em;
      border-left: #ff6c3f 2px solid;
      padding-left: 4rem; } }

section .sec_ttl p {
  position: relative;
  font-weight: 300; }
  @media screen and (min-width: 769px) {
    section .sec_ttl p {
      line-height: 2.5em;
      font-size: 1.6rem;
      letter-spacing: 0.1em;
      padding-top: 2rem; } }
  @media screen and (max-width: 768px) {
    section .sec_ttl p {
      line-height: 1.875em;
      font-size: 3.2rem;
      letter-spacing: 0.1em;
      padding-top: 4rem; } }

section .sec_ttl p a {
  color: #FF6C3F;
  text-decoration: underline; }

section .sec_ttl p a:hover {
  text-decoration: none; }

.btn_view {
  display: block;
  position: relative;
  cursor: pointer;
  transition: .3s;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  background: none;
  border: #FF6C3F 1px solid;
  padding: 0;
  color: #FF6C3F; }
  @media screen and (min-width: 769px) {
    .btn_view {
      width: 18rem;
      height: 4rem;
      border-radius: 2rem;
      font-weight: 300;
      line-height: 1em;
      font-size: 1.6rem;
      letter-spacing: 0.1em;
      font-family: 'Noto Serif JP', serif; } }
  @media screen and (max-width: 768px) {
    .btn_view {
      width: 30rem;
      height: 7rem;
      border-radius: 3.5rem;
      font-weight: 300;
      line-height: 1em;
      font-size: 2.8rem;
      letter-spacing: 0.1em;
      font-family: 'Noto Serif JP', serif; } }

.btn_view::after {
  display: block;
  content: "";
  position: absolute;
  top: auto;
  top: 0;
  right: 0;
  height: 100%;
  transition: .4s ease-in-out; }
  @media screen and (min-width: 769px) {
    .btn_view::after {
      width: 4rem;
      background: url("../img/arrow_btn.svg") center center no-repeat;
      background-size: 1rem auto; } }
  @media screen and (max-width: 768px) {
    .btn_view::after {
      width: 6rem;
      background: url("../img/arrow_btn.svg") center center no-repeat;
      background-size: 1.5rem auto; } }

a:hover .btn_view {
  background: #FF6C3F;
  color: #fff; }

a:hover .btn_view::after {
  transform: translateX(5px); }
  @media screen and (min-width: 769px) {
    a:hover .btn_view::after {
      background: url("../img/arrow_btn_w.svg") center center no-repeat;
      background-size: 1rem auto; } }
  @media screen and (max-width: 768px) {
    a:hover .btn_view::after {
      background: url("../img/arrow_btn_w.svg") center center no-repeat;
      background-size: 1.5rem auto; } }

.link_view {
  display: block;
  position: relative;
  cursor: pointer;
  transition: .3s;
  display: block;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  background: none;
  border: #FF6C3F 1px solid;
  padding: 0;
  color: #FF6C3F;
  display: flex;
  align-items: center;
  justify-content: center; }
  @media screen and (min-width: 769px) {
    .link_view {
      width: 18rem;
      height: 4rem;
      border-radius: 2rem;
      font-weight: 300;
      line-height: 1em;
      font-size: 1.6rem;
      letter-spacing: 0.1em;
      font-family: 'Noto Serif JP', serif; } }
  @media screen and (max-width: 768px) {
    .link_view {
      width: 30rem;
      height: 7rem;
      border-radius: 3.5rem;
      font-weight: 300;
      line-height: 1em;
      font-size: 2.8rem;
      letter-spacing: 0.1em;
      font-family: 'Noto Serif JP', serif; } }

.link_view::after {
  display: block;
  content: "";
  position: absolute;
  top: auto;
  top: 0;
  right: 0;
  height: 100%;
  transition: .4s ease-in-out; }
  @media screen and (min-width: 769px) {
    .link_view::after {
      width: 4rem;
      background: url("../img/arrow_btn.svg") center center no-repeat;
      background-size: 1rem auto; } }
  @media screen and (max-width: 768px) {
    .link_view::after {
      width: 6rem;
      background: url("../img/arrow_btn.svg") center center no-repeat;
      background-size: 1rem auto; } }

.link_view:hover {
  background: #FF6C3F;
  color: #fff; }

.link_view:hover::after {
  transform: translateX(5px); }
  @media screen and (min-width: 769px) {
    .link_view:hover::after {
      background: url("../img/arrow_btn_w.svg") center center no-repeat;
      background-size: 1rem auto; } }
  @media screen and (max-width: 768px) {
    .link_view:hover::after {
      background: url("../img/arrow_btn_w.svg") center center no-repeat;
      background-size: 1.5rem auto; } }

@media screen and (min-width: 769px) {
  #faq {
    padding-bottom: 9rem; } }
@media screen and (max-width: 768px) {
  #faq {
    padding-bottom: 12rem; } }

#faq dl {
  position: relative;
  width: 100%; }
  @media screen and (min-width: 769px) {
    #faq dl {
      display: flex;
      align-items: flex-start;
      justify-content: space-between;
      flex-wrap: wrap;
      padding: 2rem 0 3rem;
      border-top: #ffc800 1px solid;
      pointer-events: none; } }
  @media screen and (max-width: 768px) {
    #faq dl {
      display: block;
      padding: 0 0 6rem;
      pointer-events: auto;
      cursor: pointer; } }

#faq dl dt {
  position: relative;
  text-align: justify;
  text-justify: inter-ideograph;
  font-weight: 300; }
  @media screen and (min-width: 769px) {
    #faq dl dt {
      width: 50%;
      line-height: 1.875em;
      font-size: 1.6rem;
      letter-spacing: 0.05em;
      background: url("../img/q.svg") 0 0 no-repeat;
      background-size: 2rem auto;
      padding: 0 4rem; } }
  @media screen and (max-width: 768px) {
    #faq dl dt {
      line-height: 2.143em;
      font-size: 2.8rem;
      letter-spacing: 0.05em;
      background: url("../img/q.svg") 0 0 no-repeat;
      background-size: 4rem auto;
      padding: 0 6rem 2rem 6.5rem;
      border-bottom: #ffc800 1px solid; } }

@media screen and (max-width: 768px) {
  #faq dl dt::after {
    display: block;
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    transition: .4s ease-in-out;
    width: 6rem;
    background: url("../img/faq_arrow.svg") center center no-repeat;
    background-size: 4rem auto; } }

@media screen and (max-width: 768px) {
  #faq dl.open dt::after {
    transform: rotate(180deg); } }

#faq dl dd {
  position: relative;
  text-align: justify;
  text-justify: inter-ideograph;
  font-weight: 300; }
  @media screen and (min-width: 769px) {
    #faq dl dd {
      display: block !important;
      width: 50%;
      line-height: 1.875em;
      font-size: 1.6rem;
      letter-spacing: 0.05em;
      background: url("../img/a.svg") 0 0 no-repeat;
      background-size: 2rem auto;
      padding-left: 4rem; } }
  @media screen and (max-width: 768px) {
    #faq dl dd {
      display: none;
      line-height: 2.143em;
      font-size: 2.8rem;
      letter-spacing: 0.05em;
      background: url("../img/a.svg") 0 2rem no-repeat;
      background-size: 4rem auto;
      padding: 2rem 0 0 6.5rem; } }

/*
#faq dl.open dd{
    @include mq(sp) {
    display: block;
    }
}*/
/*inside*/
#kv_inside {
  position: relative;
  width: 100%; }
  @media screen and (min-width: 769px) {
    #kv_inside {
      height: 500px; } }
  @media screen and (max-width: 768px) {
    #kv_inside {
      height: 78rem; } }

#kv_inside .ttl {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 10; }

#kv_inside .ttl div {
  position: relative;
  width: 100%;
  color: #fff;
  text-align: center;
  /*background:rgba(255,255,255,.1);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);*/
  text-shadow: 0px 0px 20px #000;
  font-weight: 500; }
  @media screen and (min-width: 769px) {
    #kv_inside .ttl div {
      padding: 2rem 0 2.5rem; } }
  @media screen and (max-width: 768px) {
    #kv_inside .ttl div {
      padding: 3rem 0 8rem; } }

#kv_inside .ttl h1 {
  position: relative;
  font-weight: 500; }
  @media screen and (min-width: 769px) {
    #kv_inside .ttl h1 {
      line-height: 1em;
      font-size: 3rem;
      letter-spacing: 0.2em;
      padding: 0 0 2rem; } }
  @media screen and (max-width: 768px) {
    #kv_inside .ttl h1 {
      line-height: 1.5em;
      font-size: 4.8rem;
      letter-spacing: 0.2em;
      padding: 0 0 3rem; } }

#kv_inside .ttl p {
  position: relative;
  font-weight: 300; }
  @media screen and (min-width: 769px) {
    #kv_inside .ttl p {
      line-height: 1.143em;
      font-size: 1.4rem;
      letter-spacing: 0.2em; } }
  @media screen and (max-width: 768px) {
    #kv_inside .ttl p {
      line-height: 1em;
      font-size: 2.8rem;
      letter-spacing: 0.05em; } }

#contact_block .contact_ttl {
  position: relative;
  width: 100%; }
  @media screen and (min-width: 769px) {
    #contact_block .contact_ttl {
      height: 500px; } }
  @media screen and (max-width: 768px) {
    #contact_block .contact_ttl {
      height: 30rem; } }

#contact_block .contact_ttl .ttl {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 10; }

#contact_block .contact_ttl .ttl div {
  position: relative;
  width: 100%;
  color: #fff;
  text-align: center;
  text-shadow: 0px 0px 20px #666;
  font-weight: 500; }

#contact_block .contact_ttl .ttl h3 {
  position: relative;
  font-weight: 500; }
  @media screen and (min-width: 769px) {
    #contact_block .contact_ttl .ttl h3 {
      line-height: 1em;
      font-size: 3rem;
      letter-spacing: 0.2em; } }
  @media screen and (max-width: 768px) {
    #contact_block .contact_ttl .ttl h3 {
      line-height: 1em;
      font-size: 4.2rem;
      letter-spacing: 0.2em; } }

#contact_block .inner {
  text-align: center; }
  @media screen and (min-width: 769px) {
    #contact_block .inner {
      padding: 12rem 0; } }
  @media screen and (max-width: 768px) {
    #contact_block .inner {
      padding: 12rem 0; } }

#contact_block .contact_read {
  position: relative;
  font-weight: 500; }
  @media screen and (min-width: 769px) {
    #contact_block .contact_read {
      line-height: 2em;
      font-size: 2rem;
      letter-spacing: 0.1em; } }
  @media screen and (max-width: 768px) {
    #contact_block .contact_read {
      line-height: 1.715em;
      font-size: 2.8rem;
      letter-spacing: 0.05em; } }

#contact_block .icon_set {
  position: relative;
  width: 100%; }
  @media screen and (min-width: 769px) {
    #contact_block .icon_set {
      display: flex;
      align-items: stretch;
      justify-content: center;
      padding: 4rem 0;
      gap: 4rem; } }
  @media screen and (max-width: 768px) {
    #contact_block .icon_set {
      display: flex;
      align-items: stretch;
      justify-content: center;
      padding: 6rem 0;
      gap: 3rem; } }

#contact_block .icon_set a {
  display: block;
  position: relative;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  font-family: 'Noto Sans JP', sans-serif;
  transition: .4s ease-in-out; }
  @media screen and (min-width: 769px) {
    #contact_block .icon_set a {
      width: 16rem;
      height: 16rem;
      border-radius: 3rem;
      font-weight: 700;
      line-height: 1em;
      font-size: 1.4rem;
      letter-spacing: 0.1em;
      padding-top: 11rem; } }
  @media screen and (max-width: 768px) {
    #contact_block .icon_set a {
      width: 20rem;
      height: 20rem;
      border-radius: 3rem;
      font-weight: 700;
      line-height: 1em;
      font-size: 2.4rem;
      letter-spacing: 0.0em;
      padding-top: 14rem; } }

#contact_block .icon_set a.tel {
  border: #707070 1px solid;
  color: #707070; }
  @media screen and (min-width: 769px) {
    #contact_block .icon_set a.tel {
      background: #fff url("../img/icon_tel.svg") center 3.5rem no-repeat;
      background-size: 6rem auto; } }
  @media screen and (max-width: 768px) {
    #contact_block .icon_set a.tel {
      background: #fff url("../img/icon_tel.svg") center 3rem no-repeat;
      background-size: 9rem auto; } }

#contact_block .icon_set a:hover.tel {
  color: #fff; }
  @media screen and (min-width: 769px) {
    #contact_block .icon_set a:hover.tel {
      background: #707070 url("../img/icon_tel.svg") center 3.5rem no-repeat;
      background-size: 6rem auto; } }
  @media screen and (max-width: 768px) {
    #contact_block .icon_set a:hover.tel {
      background: #707070 url("../img/icon_tel.svg") center 3rem no-repeat;
      background-size: 9rem auto; } }

#contact_block .icon_set a.line {
  border: #4cc764 1px solid;
  color: #4cc764; }
  @media screen and (min-width: 769px) {
    #contact_block .icon_set a.line {
      background: #fff url("../img/icon_line.svg") center 3.5rem no-repeat;
      background-size: 6rem auto; } }
  @media screen and (max-width: 768px) {
    #contact_block .icon_set a.line {
      background: #fff url("../img/icon_line.svg") center 3rem no-repeat;
      background-size: 9rem auto; } }

#contact_block .icon_set a:hover.line {
  color: #fff; }
  @media screen and (min-width: 769px) {
    #contact_block .icon_set a:hover.line {
      background: #4cc764 url("../img/icon_line.svg") center 3.5rem no-repeat;
      background-size: 6rem auto; } }
  @media screen and (max-width: 768px) {
    #contact_block .icon_set a:hover.line {
      background: #4cc764 url("../img/icon_line.svg") center 3rem no-repeat;
      background-size: 9rem auto; } }

#contact_block .icon_set a.hp {
  border: #FF6C3F 1px solid;
  color: #FF6C3F; }
  @media screen and (min-width: 769px) {
    #contact_block .icon_set a.hp {
      background: #fff url("../img/icon_mail.svg") center 3.5rem no-repeat;
      background-size: 6rem auto; } }
  @media screen and (max-width: 768px) {
    #contact_block .icon_set a.hp {
      background: #fff url("../img/icon_mail.svg") center 3rem no-repeat;
      background-size: 9rem auto; } }

#contact_block .icon_set a:hover.hp {
  color: #fff; }
  @media screen and (min-width: 769px) {
    #contact_block .icon_set a:hover.hp {
      background: #FF6C3F url("../img/icon_mail.svg") center 3.5rem no-repeat;
      background-size: 6rem auto; } }
  @media screen and (max-width: 768px) {
    #contact_block .icon_set a:hover.hp {
      background: #FF6C3F url("../img/icon_mail.svg") center 3rem no-repeat;
      background-size: 9rem auto; } }

#local_nav {
  position: relative;
  width: 100%; }
  @media screen and (min-width: 769px) {
    #local_nav {
      display: flex;
      align-items: stretch;
      justify-content: space-between;
      flex-wrap: wrap;
      gap: 4rem 4rem; } }
  @media screen and (max-width: 768px) {
    #local_nav {
      display: flex;
      align-items: flex-start;
      justify-content: flex-start;
      flex-wrap: wrap;
      gap: 4rem; } }

@media screen and (min-width: 769px) {
  #support #local_nav {
    justify-content: flex-start !important; } }

#local_nav a {
  position: relative;
  display: block;
  border: #e5e5e5 1px solid;
  flex-wrap: wrap; }
  @media screen and (min-width: 769px) {
    #local_nav a {
      width: 32.6rem;
      padding: 3rem 2rem 3rem; } }
  @media screen and (max-width: 768px) {
    #local_nav a {
      width: 100%;
      padding: 5rem 4rem 4rem; } }

#local_nav a:after {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: none;
  transition: .4s ease-in-out;
  pointer-events: none; }

.local_nav1:after {
  border-bottom: #a173b0 0 solid;
  border-left: #a173b0 0 solid;
  border-right: #a173b0 0 solid; }
  @media screen and (min-width: 769px) {
    .local_nav1:after {
      border-top: #a173b0 1rem solid !important; } }
  @media screen and (max-width: 768px) {
    .local_nav1:after {
      border-top: #a173b0 2rem solid !important; } }

.local_nav2:after {
  border-bottom: #7eb9b9 0 solid;
  border-left: #7eb9b9 0 solid;
  border-right: #7eb9b9 0 solid; }
  @media screen and (min-width: 769px) {
    .local_nav2:after {
      border-top: #7eb9b9 1rem solid !important; } }
  @media screen and (max-width: 768px) {
    .local_nav2:after {
      border-top: #7eb9b9 2rem solid !important; } }

.local_nav3:after {
  border-bottom: #b9a77e 0 solid;
  border-left: #b9a77e 0 solid;
  border-right: #b9a77e 0 solid; }
  @media screen and (min-width: 769px) {
    .local_nav3:after {
      border-top: #b9a77e 1rem solid !important; } }
  @media screen and (max-width: 768px) {
    .local_nav3:after {
      border-top: #b9a77e 2rem solid !important; } }

@media screen and (min-width: 769px) {
  .local_nav1:hover:after {
    border: #a173b0 1rem solid !important; } }
@media screen and (max-width: 768px) {
  .local_nav1:hover:after {
    border: #a173b0 2rem solid !important; } }

@media screen and (min-width: 769px) {
  .local_nav2:hover:after {
    border: #7eb9b9 1rem solid !important; } }
@media screen and (max-width: 768px) {
  .local_nav2:hover:after {
    border: #7eb9b9 2rem solid !important; } }

@media screen and (min-width: 769px) {
  .local_nav3:hover:after {
    border: #b9a77e 1rem solid !important; } }
@media screen and (max-width: 768px) {
  .local_nav3:hover:after {
    border: #b9a77e 2rem solid !important; } }

.local_nav_support:after {
  border-bottom: #FF6C3F 0 solid;
  border-left: #FF6C3F 0 solid;
  border-right: #FF6C3F 0 solid; }
  @media screen and (min-width: 769px) {
    .local_nav_support:after {
      border-top: #FF6C3F 1rem solid !important; } }
  @media screen and (max-width: 768px) {
    .local_nav_support:after {
      border-top: #FF6C3F 2rem solid !important; } }

@media screen and (min-width: 769px) {
  .local_nav_support:hover:after {
    border: #FF6C3F 1rem solid !important; } }
@media screen and (max-width: 768px) {
  .local_nav_support:hover:after {
    border: #FF6C3F 2rem solid !important; } }

.local_nav_support2:after {
  border-bottom: #e5e5e5 0 solid;
  border-left: #e5e5e5 0 solid;
  border-right: #e5e5e5 0 solid; }
  @media screen and (min-width: 769px) {
    .local_nav_support2:after {
      border-top: #e5e5e5 1rem solid !important; } }
  @media screen and (max-width: 768px) {
    .local_nav_support2:after {
      border-top: #e5e5e5 2rem solid !important; } }

@media screen and (min-width: 769px) {
  .local_nav_support2:hover:after {
    border: #e5e5e5 1rem solid !important; } }
@media screen and (max-width: 768px) {
  .local_nav_support2:hover:after {
    border: #e5e5e5 2rem solid !important; } }

#local_nav a .ttl {
  position: relative;
  font-weight: 500; }
  @media screen and (min-width: 769px) {
    #local_nav a .ttl {
      line-height: 1.5em;
      font-size: 2rem;
      letter-spacing: 0.1em;
      padding: 0 0 1rem; } }
  @media screen and (max-width: 768px) {
    #local_nav a .ttl {
      line-height: 1.334em;
      font-size: 4.2rem;
      letter-spacing: 0.1em;
      padding: 0 0 3rem; } }

#local_nav a .txt {
  position: relative;
  font-weight: 300; }
  @media screen and (min-width: 769px) {
    #local_nav a .txt {
      line-height: 1.5em;
      font-size: 1.4rem;
      letter-spacing: 0em;
      padding: 0 0 1rem; } }
  @media screen and (max-width: 768px) {
    #local_nav a .txt {
      line-height: 2em;
      font-size: 2.8rem;
      letter-spacing: 0.05em;
      padding: 0 0 2rem; } }

#local_nav a .tax {
  position: relative;
  font-weight: 300; }
  @media screen and (min-width: 769px) {
    #local_nav a .tax {
      line-height: 1.875em;
      font-size: 1.6rem;
      letter-spacing: 0.1em; } }
  @media screen and (max-width: 768px) {
    #local_nav a .tax {
      line-height: 2.143em;
      font-size: 2.8rem;
      letter-spacing: 0.1em; } }

#local_nav a .tax strong {
  position: relative;
  display: inline-block;
  font-weight: LBold;
  color: #FF6C3F; }
  @media screen and (min-width: 769px) {
    #local_nav a .tax strong {
      line-height: 1em;
      font-size: 3rem;
      padding: 0 0.5rem; } }
  @media screen and (max-width: 768px) {
    #local_nav a .tax strong {
      line-height: 1em;
      font-size: 6rem;
      padding: 0 0.5rem; } }

#local_nav a .tax span {
  color: #FF6C3F; }

@media screen and (min-width: 769px) {
  #local_nav a .btn_view {
    margin: 2rem 0 0; } }
@media screen and (max-width: 768px) {
  #local_nav a .btn_view {
    margin: 4rem 0 0; } }

@media screen and (min-width: 769px) {
  .plan_box {
    padding-bottom: 12rem; } }
@media screen and (max-width: 768px) {
  .plan_box {
    padding-bottom: 12rem; } }

.plan_box .line {
  position: relative;
  margin: 0 auto; }
  @media screen and (min-width: 769px) {
    .plan_box .line {
      width: 100%; } }
  @media screen and (max-width: 768px) {
    .plan_box .line {
      width: 100%; } }

.plan_box .line p {
  position: relative; }
  @media screen and (min-width: 769px) {
    .plan_box .line p {
      width: 117rem; } }
  @media screen and (max-width: 768px) {
    .plan_box .line p {
      width: 74rem; } }

@media screen and (min-width: 1281px) {
  .plan_box .line p {
    width: calc(100% - (100% - 1060px)/2); } }
#plan1 .line p {
  border-top: #a173b0 2rem solid !important;
  margin: 0; }

#plan2 .line p {
  border-top: #7eb9b9 2rem solid !important;
  margin: 0 0 0 auto; }

#plan3 .line p {
  border-top: #b9a77e 2rem solid !important;
  margin: 0; }

#btm_cont .line p {
  border-top: #e5e5e5 2rem solid !important;
  margin: 0 0 0 auto; }

.support_border1 .line p {
  border-top: #FF6C3F 2rem solid !important;
  margin: 0; }

.support_border2 .line p {
  border-top: #FF6C3F 2rem solid !important;
  margin: 0 0 0 auto; }

.alignment_border .line p {
  border-top: #353E5A 2rem solid !important;
  margin: 0; }

.list_set {
  position: relative;
  width: 100%; }
  @media screen and (min-width: 769px) {
    .list_set {
      display: flex;
      align-items: flex-start;
      justify-content: center;
      flex-wrap: wrap;
      padding: 6rem 0; } }
  @media screen and (max-width: 768px) {
    .list_set {
      padding: 8rem 0; } }

.list_set li {
  position: relative; }
  @media screen and (min-width: 769px) {
    .list_set li {
      width: 15rem;
      text-align: center; } }
  @media screen and (max-width: 768px) {
    .list_set li {
      width: 70rem;
      margin: 0 auto;
      display: flex;
      align-items: center;
      justify-content: space-between;
      text-align: left; } }

@media screen and (max-width: 768px) {
  .list_set li figure {
    width: 24rem;
    margin-left: 11rem; } }

.list_set li.arrow {
  position: relative; }
  @media screen and (min-width: 769px) {
    .list_set li.arrow {
      width: 20rem;
      padding-right: 5rem;
      background: url("../img/arrow_btn.svg") 17.1rem 6.9rem no-repeat;
      background-size: 0.8rem auto; } }
  @media screen and (max-width: 768px) {
    .list_set li.arrow {
      width: 100%;
      padding-bottom: 6rem;
      background: url("../img/faq_arrow.svg") 21rem 26rem no-repeat;
      background-size: 4rem auto; } }

.list_set li p {
  position: relative;
  font-weight: 300; }
  @media screen and (min-width: 769px) {
    .list_set li p {
      line-height: 1.572em;
      font-size: 1.4rem;
      letter-spacing: 0.05em;
      white-space: nowrap;
      padding-top: 2rem; } }
  @media screen and (max-width: 768px) {
    .list_set li p {
      width: 50%;
      line-height: 1.5em;
      font-size: 2.8rem;
      letter-spacing: 0.05em;
      padding-left: 4rem; } }
