@charset "UTF-8";
/* ----rem設定---- */
:root {
  --liquid-lgDesignRatio: calc(1440 / 10);
  --liquid-mdDesignRatio: calc(840 / 10);
  --liquid-smDesignRatio: calc(390 / 10);
}

@media screen and (max-width: 1440px) {
  :root {
    --liquid-htmlroot: calc(100vw / var(--liquid-lgDesignRatio));
  }
  html {
    font-size: var(--liquid-htmlroot);
  }
}
@media screen and (max-width: 840px) {
  :root {
    --liquid-htmlroot: calc(100vw / var(--liquid-mdDesignRatio));
  }
}
@media screen and (max-width: 520px) {
  :root {
    --liquid-htmlroot: calc(100vw / var(--liquid-smDesignRatio));
  }
}
/* --------- */
/* ----レスポンシブの表示非表示---- */
.sp1440,
.sp840,
.sp520 {
  display: none;
}

@media (max-width: 1440px) {
  .pc1440 {
    display: none !important;
  }
  .sp1440 {
    display: block;
  }
}
@media (max-width: 1440px) and (max-width: 840px) {
  .pc840 {
    display: none !important;
  }
  .sp840 {
    display: block;
  }
}
@media (max-width: 1440px) and (max-width: 840px) and (max-width: 520px) {
  .pc520 {
    display: none !important;
  }
  .sp520 {
    display: block;
  }
}
/* --------- */
.header01 .headerlogo02 {
  z-index: 999;
}

.inner {
  width: 86%;
  max-width: 110rem;
  margin: 0 auto;
}

#lineSv {
  width: 100%;
  height: 108rem;
  position: relative;
  background: url(../img/line/line-sv@2x.webp) no-repeat;
  background-size: cover;
  background-position: center bottom;
  margin-bottom: 11.5rem;
}
#lineSv .ttlBox {
  width: 70%;
  max-width: 80rem;
  position: absolute;
  inset: 20% 0 auto 0;
  margin: 0 auto;
}
#lineSv > ul {
  font-size: 2.2rem;
  line-height: 1;
  font-weight: bold;
  position: absolute;
  inset: auto auto 12% 7%;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
  gap: 0.5em;
}
#lineSv > ul li {
  padding: 0.7em 1em;
  color: #06c755;
  background-color: #fff;
}
#lineSv > a {
  width: 70%;
  max-width: 52rem;
  position: absolute;
  inset: 95% 0 auto 0;
  margin: 0 auto;
}

@media (max-width: 840px) {
  #lineSv {
    height: 78rem;
  }
  #lineSv .ttlBox {
    top: 17%;
  }
  #lineSv > ul {
    font-size: 1.5rem;
    inset: auto auto 12% 2%;
  }
}
@media (max-width: 840px) and (max-width: 520px) {
  #lineSv {
    height: 53rem;
  }
  #lineSv .ttlBox {
    top: 26%;
    width: 86%;
  }
  #lineSv > ul {
    font-size: 1rem;
    inset: auto auto 8% 1%;
  }
}
#lineWorry {
  font-size: 4.13rem;
  line-height: 1;
  letter-spacing: 0.1em;
  font-weight: bold;
}
#lineWorry > h2 {
  font-weight: bold;
  text-align: center;
  padding-top: 2em;
  position: relative;
  margin-bottom: 1.5em;
}
#lineWorry > h2::before {
  content: "";
  display: block;
  width: 1em;
  aspect-ratio: 4/6;
  position: absolute;
  inset: 0 0 auto 0;
  margin: 0 auto;
  background: url(../img/line/worry-ico01.svg) no-repeat center;
  background-size: cover;
}
#lineWorry .worryBox {
  width: 100%;
  max-width: 110rem;
  margin: 0 auto -0.9%;
}
#lineWorry .grayBlock {
  background-color: #e6e6e6;
  padding: 3em 0;
}
#lineWorry .grayBlock .inner .butBox {
  width: 30%;
  max-width: 21.7rem;
  margin: 0 auto 1.5em;
}
#lineWorry .grayBlock .inner ul {
  display: flex;
  flex-wrap: wrap;
  row-gap: 0.6em;
}
#lineWorry .grayBlock .inner ul li {
  width: 100%;
  color: #fff;
  padding: 0.5em 1em;
  text-align: center;
  background-color: #666;
  border-radius: 999px;
}

@media (max-width: 840px) {
  #lineWorry {
    font-size: 3rem;
  }
}
@media (max-width: 840px) and (max-width: 520px) {
  #lineWorry {
    font-size: 2.2rem;
  }
  #lineWorry .grayBlock {
    font-size: 70%;
  }
  #lineWorry .grayBlock .inner ul li {
    padding: 1.5em 1em;
  }
}
#linePoint {
  clip-path: polygon(100% 0, 100% 95%, 50% 100%, 0 95%, 0 0);
  background: url(../img/line/pt-bg01@2x.webp) no-repeat center;
  background-size: cover;
  font-size: 2.7rem;
  line-height: 1.44;
  letter-spacing: 0.05em;
  padding: 4em 0;
}
#linePoint .inner > h2 {
  color: #fff;
  font-size: 155%;
  font-weight: bold;
  text-align: center;
  margin-bottom: 2.5em;
}
#linePoint .inner > h2 span {
  font-size: 166%;
  display: block;
  background: linear-gradient(transparent 50%, #06c755 50%);
  width: fit-content;
  margin: 0 auto;
  padding: 0.1em 1em;
}
#linePoint .inner .ptList {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  row-gap: 1.5em;
}
#linePoint .inner .ptList .ptItem {
  width: 32%;
  text-align: center;
}
#linePoint .inner .ptList .ptItem > p.en {
  color: #fff;
  border-radius: 999px;
  width: fit-content;
  padding: 0.1em 1em;
  border: 0.1em solid #fff;
  margin: 0 auto 1em;
}
#linePoint .inner .ptList .ptItem dl {
  width: 100%;
  aspect-ratio: 1;
  background-color: #fff;
  border-radius: 50%;
  padding: 1em;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  row-gap: 0.3em;
}
#linePoint .inner .ptList .ptItem dl dt {
  width: 4.5em;
}
#linePoint .inner .ptList .ptItem dl dd {
  font-weight: bold;
}

@media (max-width: 840px) {
  #linePoint {
    font-size: 2rem;
    padding: 5em 0;
  }
}
@media (max-width: 840px) and (max-width: 520px) {
  #linePoint {
    font-size: 1.6rem;
  }
  #linePoint .inner > h2 {
    font-size: 120%;
  }
  #linePoint .inner > h2 span {
    font-size: 150%;
    padding: 0.1em 0.4em;
  }
  #linePoint .inner .ptList {
    justify-content: center;
  }
  #linePoint .inner .ptList .ptItem {
    width: 55%;
  }
}
#lineFaq {
  font-size: 2.4rem;
  line-height: 1.75;
  letter-spacing: 0.1em;
  padding: 5em 0;
}
#lineFaq .inner {
  max-width: 122rem;
  width: 90%;
}
#lineFaq .inner > h2 {
  font-size: 175%;
  font-weight: bold;
  line-height: 1;
  text-align: center;
  padding-top: 2em;
  position: relative;
  margin-bottom: 1.5em;
}
#lineFaq .inner > h2::before {
  content: "";
  display: block;
  width: 2em;
  aspect-ratio: 71/56;
  position: absolute;
  inset: 0 0 auto 0;
  margin: 0 auto;
  background: url(../img/line/faq-ico01.svg) no-repeat center;
  background-size: cover;
}
#lineFaq .inner .faqList {
  display: flex;
  flex-direction: column;
  row-gap: 2em;
}
#lineFaq .inner .faqList .faqItem {
  width: 100%;
  display: flex;
  flex-direction: column;
  row-gap: 0.5em;
  background-color: #e6e6e6;
  border-radius: 1em;
  padding: 1.5em 1em;
}
#lineFaq .inner .faqList .faqItem dt,
#lineFaq .inner .faqList .faqItem dd {
  padding: 0 4em;
  position: relative;
}
#lineFaq .inner .faqList .faqItem dt::before,
#lineFaq .inner .faqList .faqItem dd::before {
  content: "";
  display: block;
  position: absolute;
  width: 3.5em;
  aspect-ratio: 92/100;
  background-repeat: no-repeat;
  background-size: cover;
}
#lineFaq .inner .faqList .faqItem dt p,
#lineFaq .inner .faqList .faqItem dd p {
  font-weight: bold;
  border-radius: 0.5em;
  padding: 1em;
  text-align: left;
}
#lineFaq .inner .faqList .faqItem dt:before {
  background-image: url(../img/line/faq-img01.svg);
  inset: 0 auto auto 0;
}
#lineFaq .inner .faqList .faqItem dt p {
  background-color: #fff;
}
#lineFaq .inner .faqList .faqItem dd:before {
  background-image: url(../img/line/faq-img02.svg);
  inset: 0 0 auto auto;
}
#lineFaq .inner .faqList .faqItem dd p {
  background-color: #06c755;
  color: #fff;
}

@media (max-width: 840px) {
  #lineFaq {
    font-size: 2rem;
  }
}
@media (max-width: 840px) and (max-width: 520px) {
  #lineFaq {
    font-size: 1.2rem;
  }
  #lineFaq .inner > h2 {
    font-size: 230%;
  }
  #lineFaq .inner .faqList .faqItem {
    row-gap: 1.5em;
  }
  #lineFaq .inner .faqList .faqItem dd {
    padding-left: 0;
  }
  #lineFaq .inner .faqList .faqItem dt {
    padding-right: 0;
  }
}
#lineMh {
  font-size: 2rem;
  line-height: 1.75;
  letter-spacing: 0.1em;
  padding: 4em 0;
}
#lineMh .inner {
  margin-bottom: 3em;
}
#lineMh .inner > h2 {
  font-size: 210%;
  font-weight: bold;
  line-height: 1.4;
  text-align: center;
  padding-top: 1.3em;
  position: relative;
  margin-bottom: 1.5em;
}
#lineMh .inner > h2::before {
  content: "";
  display: block;
  width: 4em;
  aspect-ratio: 182/36;
  position: absolute;
  inset: 0 0 auto 0;
  margin: 0 auto;
  background: url(../img/line/mh-ico01.svg) no-repeat center;
  background-size: cover;
}
#lineMh > .imgBox {
  max-width: initial;
  min-width: 48rem;
  width: 100%;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}

@media (max-width: 520px) {
  #lineMh {
    font-size: 1.2rem;
  }
  #lineMh .inner > h2 {
    font-size: 240%;
  }
}
#lineMethod {
  font-size: 2rem;
  line-height: 1.75;
  letter-spacing: 0.1em;
  padding: 4em 0;
}
#lineMethod .inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  row-gap: 4em;
}
#lineMethod .inner .txtBlock {
  width: 44%;
  text-align: left;
}
#lineMethod .inner .txtBlock > h2 {
  font-weight: bold;
  line-height: 1;
  font-size: 210%;
  padding-left: 1.5em;
  margin-bottom: 1em;
  position: relative;
}
#lineMethod .inner .txtBlock > h2::before {
  content: "";
  display: block;
  position: absolute;
  inset: 50% auto auto 0;
  transform: translateY(-50%);
  width: 1em;
  aspect-ratio: 43/40;
  background: url(../img/line/method-ico01.svg) no-repeat center;
  background-size: cover;
}
#lineMethod .inner .txtBlock dl dt {
  font-weight: bold;
  color: #d00604;
}
#lineMethod .inner .txtBlock dl dd {
  font-weight: bold;
  margin-bottom: 1em;
}
#lineMethod .inner .txtBlock dl dd:last-child {
  margin-bottom: 0;
}
#lineMethod .inner .imgBlock {
  width: 52%;
}
#lineMethod .inner .imgBlock .mobileBox {
  width: 100%;
  aspect-ratio: 292/596;
  max-width: 29.1rem;
  margin: 0 auto;
  background: url(../img/line/method-img01.svg) no-repeat center;
  background-size: cover;
  position: relative;
}
#lineMethod .inner .imgBlock .mobileBox .qr {
  position: absolute;
  width: 80%;
  inset: 16% 0 auto 0;
  margin: 0 auto;
}
#lineMethod .inner .imgBlock .mobileBox .btn {
  display: block;
  width: 80%;
  text-align: center;
  background-color: #06c755;
  color: #fff;
  font-weight: bold;
  letter-spacing: 0.5em;
  position: absolute;
  inset: 59.5% 0 auto 0;
  margin: 0 auto;
  padding: 0.9em;
  border-radius: 1em;
  font-size: 120%;
}
#lineMethod .inner .imgBlock .mobileBox .id {
  font-size: 120%;
  font-weight: bold;
  text-align: center;
  position: absolute;
  inset: auto 0 16% 0;
  margin: 0 auto;
}
#lineMethod .inner .imgBlock .mobileBox:after {
  content: "";
  display: block;
  width: 40%;
  aspect-ratio: 118/389;
  background: url(../img/line/method-img03.svg) no-repeat center;
  background-size: contain;
  position: absolute;
  inset: auto auto 0% 110%;
}

@media (max-width: 840px) {
  #lineMethod .inner .imgBlock .mobileBox:after {
    width: 30%;
    inset: auto auto 0% 96%;
  }
}
@media (max-width: 840px) and (max-width: 520px) {
  #lineMethod {
    font-size: 1.3rem;
  }
  #lineMethod .inner {
    justify-content: center;
  }
  #lineMethod .inner .txtBlock {
    width: 100%;
  }
}
#lineFunction {
  font-size: 2rem;
  line-height: 1.75;
  letter-spacing: 0.1em;
  padding: 8em 0;
  background-color: #e6e6e6;
  position: relative;
}
#lineFunction .inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  row-gap: 4em;
}
#lineFunction .inner .txtBlock {
  width: 48%;
  text-align: left;
}
#lineFunction .inner .txtBlock > h2 {
  font-weight: bold;
  line-height: 1;
  font-size: 210%;
  padding-left: 1.5em;
  margin-bottom: 1em;
  position: relative;
}
#lineFunction .inner .txtBlock > h2::before {
  content: "";
  display: block;
  position: absolute;
  inset: 50% auto auto 0;
  transform: translateY(-50%);
  width: 1em;
  aspect-ratio: 43/40;
  background: url(../img/line/method-ico01.svg) no-repeat center;
  background-size: cover;
}
#lineFunction .inner .txtBlock dl dt {
  text-align: center;
  font-weight: bold;
  color: #fff;
  width: 100%;
  background-color: #d00604;
  border-radius: 999px;
  padding: 0.1em 1em;
  margin-bottom: 0.3em;
}
#lineFunction .inner .txtBlock dl dd {
  font-weight: bold;
  margin-bottom: 1em;
}
#lineFunction .inner .txtBlock dl dd:last-child {
  margin-bottom: 0;
}
#lineFunction .inner .imgBlock {
  width: 47%;
}
#lineFunction .telAbs {
  position: absolute;
  inset: auto 2% 0 auto;
  width: 20%;
  max-width: 21.3rem;
}

@media (max-width: 840px) {
  #lineFunction {
    padding: 8em 0 10em;
  }
  #lineFunction .inner {
    justify-content: center;
  }
  #lineFunction .inner .txtBlock {
    width: 100%;
  }
}
@media (max-width: 840px) and (max-width: 520px) {
  #lineFunction {
    font-size: 1.3rem;
  }
  #lineFunction .inner .imgBlock {
    width: 70%;
  }
  #lineFunction .telAbs {
    width: 29%;
  }
}