/*-----------------------
import.scss
-----------------------*/
/*-----------------------
mixin
-----------------------*/
/*mediaquery*/
/*-----------------------
01.reset
-----------------------*/
/*reset --Don't use global reset!--*/
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;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  font-weight: normal;
}
table caption,
table th,
table td {
  text-align: left;
  vertical-align: middle;
}
table caption,
table th {
  font-weight: 300;
}
table td {
  font-weight: 200;
}

q::before,
q::after,
blockquote::before,
blockquote::after {
  content: "";
  content: none;
}

a {
  display: inline-block;
  color: #000;
  text-decoration: none;
}
a:link {
  color: #000;
}
a:active {
  color: #000;
}
a:visited {
  color: #000;
}
a:hover {
  cursor: pointer;
}

a img {
  border: none;
}

img {
  vertical-align: bottom;
  max-width: 100%;
}

ul {
  list-style: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
  display: block;
}

input, button, textarea, select {
  margin: 0;
  border: none;
  outline: none;
  font-size: 3.4rem;
  letter-spacing: 0.1em;
}

img.cover,
video.cover {
  object-fit: cover;
}

h1 {
  font-weight: normal;
}

h2,
h3,
h4,
h5,
h6 {
  font-weight: 500;
}

p {
  margin: 0;
}

:placeholder-shown {
  color: #8a8a8a;
}

::-webkit-input-placeholder {
  color: #8a8a8a;
}

:-moz-placeholder {
  color: #8a8a8a;
  opacity: 1;
}

::-moz-placeholder {
  color: #8a8a8a;
  opacity: 1;
}

:-ms-input-placeholder {
  color: #8a8a8a;
}

*:focus {
  outline: none;
}

.pc {
  display: block;
}
@media (max-width: 750px) {
  .pc {
    display: none;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .pc {
    display: none;
  }
}

.tab {
  display: none;
}
@media (max-width: 750px) {
  .tab {
    display: none;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .tab {
    display: block;
  }
}

.sp {
  display: none;
}
@media (max-width: 750px) {
  .sp {
    display: block;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .sp {
    display: none;
  }
}

.fL {
  float: left;
}

.fR {
  float: right;
}

.flex {
  display: flex;
}

.table {
  display: table;
}

.clearfix {
  overflow: hidden;
  *zoom: 1;
}

.center {
  text-align: center;
}

.right {
  text-align: right;
}

.left {
  text-align: left;
}

.mT20 {
  margin-top: 2rem;
}

.mT40 {
  margin-top: 4rem;
}

.mT60 {
  margin-top: 6rem;
}

/*-----------------------
style.scss
-----------------------*/
html {
  font-size: 62.5%;
  line-height: 1;
  scroll-behavior: smooth;
}

body {
  position: relative;
  color: #000;
  font-size: 2.4rem;
  line-height: 1.6;
  letter-spacing: 0.1em;
  width: 750px;
  -webkit-text-size-adjust: 100%;
  margin: 0 auto;
}

a:hover {
  opacity: 0.7;
}

.mainv {
  padding-top: 12rem;
}

.cta .img {
  position: relative;
}
.cta .img .btn {
  position: absolute;
  text-align: center;
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom: 3%;
}

#trouble {
  position: relative;
}
#trouble .deco {
  position: absolute;
  text-align: center;
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom: -11%;
}

#faq {
  position: relative;
  padding-bottom: 5rem;
}
#faq .inner {
  width: 90%;
  max-width: 65rem;
  margin: 0 auto;
}
#faq #acmenu {
  margin-top: 7rem;
}
#faq #acmenu dt {
  display: block;
  cursor: pointer;
  position: relative;
  margin-bottom: 6rem;
}
#faq #acmenu dt:last-of-type {
  margin-bottom: 0;
}
#faq #acmenu dt:after {
  position: absolute;
  content: "";
  border-bottom: 0.4rem #fff solid;
  border-right: 0.4rem #fff solid;
  right: 3%;
  top: 35%;
  transform: rotate(45deg);
  width: 2rem;
  height: 2rem;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
#faq #acmenu dt.open:after {
  transform: rotate(225deg);
  top: 35%;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
#faq #acmenu dd {
  display: none;
  margin: -6rem auto 6rem;
}
#faq #acmenu dd:last-of-type {
  margin: 0 auto;
}

.footer .img {
  position: relative;
}
.footer .img .btn {
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom: 15%;
  text-align: center;
}
.footer .img .btn a {
  color: #fff;
  text-decoration: underline;
  font-size: 2rem;
}

.fixed {
  position: fixed;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 0;
  text-align: center;
  z-index: 99999;
}
.fixed .btn a:hover {
  opacity: 1;
}

@media (min-width: 768px) and (max-width: 1024px) {
  body {
    width: 100%;
  }

  .img img {
    width: 100%;
  }

  #faq .ttl img {
    width: 100%;
  }
  #faq #acmenu dd:last-of-type {
    margin: -.1rem auto 0;
  }
}
@media (max-width: 750px) {
  body {
    width: 100%;
  }

  .mainv {
    padding-top: 5rem;
  }

  .cta .img .btn a img {
    width: 85%;
  }

  #trouble .deco {
    width: 40%;
  }

  #faq {
    padding-bottom: 2.5rem;
  }
  #faq #acmenu {
    margin-top: 3.5rem;
  }
  #faq #acmenu dt {
    margin-bottom: 3rem;
  }
  #faq #acmenu dt:after {
    width: 1rem;
    height: 1rem;
  }
  #faq #acmenu dt.open:after {
    width: 1rem;
    height: 1rem;
  }
  #faq #acmenu dd {
    margin-top: -3rem;
    margin-bottom: 3rem;
  }
  #faq #acmenu dd:last-of-type {
    margin: -.1rem auto 0;
  }

  .footer .img .btn a {
    font-size: 4vw;
  }
}
