/* media query */
body {
  font-size: 2rem;
}
@media screen and (max-width: 960px) {
  body {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 668px) {
  body {
    font-size: 1.6rem;
  }
}

#contents h3.en {
  font-family: "Roboto Condensed", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  letter-spacing: 2px;
  font-style: normal;
  text-align: center;
  font-size: 5rem;
  line-height: 100%;
  margin-bottom: 20px;
}
@media screen and (max-width: 960px) {
  #contents h3.en {
    margin-bottom: 10px;
    font-size: 4rem;
  }
}
@media screen and (max-width: 668px) {
  #contents h3.en {
    margin-bottom: 5px;
    font-size: 3rem;
  }
}
#contents p.jp {
  text-align: center;
  font-size: 1.7rem;
}
@media all and (max-width: 1200px) {
  #contents p.jp {
    font-size: clamp(14px, 1.4166666667vw, 100px);
  }
}

.pageTitle small {
  display: block;
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  font-size: 2.2rem;
  line-height: 130%;
  margin-bottom: 8px;
}
@media screen and (max-width: 960px) {
  .pageTitle small {
    font-size: 1.6rem;
  }
}
.pageTitle br {
  display: none;
}
@media screen and (max-width: 668px) and (orientation: portrait) {
  .pageTitle br {
    display: block;
  }
}

.aboutArea {
  max-width: 750px;
  margin: 0 auto;
  padding-top: 50px;
  padding-bottom: 100px;
  text-align: center;
}
@media screen and (max-width: 810px) {
  .aboutArea {
    max-width: 100%;
    margin-left: 30px;
    margin-right: 30px;
  }
}
@media screen and (max-width: 668px) and (orientation: portrait) {
  .aboutArea {
    max-width: 100%;
    margin-left: 25px;
    margin-right: 25px;
  }
}
@media screen and (max-width: 960px) {
  .aboutArea {
    padding-bottom: 60px;
  }
}
.aboutArea .mainimg {
  margin-bottom: 10px;
}
.aboutArea .sub {
  margin-bottom: 10px;
  display: inline-block;
  background-color: #055f8c;
  color: #fff;
  font-size: 1.7rem;
  padding: 6px 30px;
}
@media all and (max-width: 1200px) {
  .aboutArea .sub {
    font-size: clamp(14px, 1.4166666667vw, 100px);
  }
}
.aboutArea h3 {
  margin-bottom: 10px;
  font-size: 3.5rem;
  font-weight: 700;
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
}
@media all and (max-width: 1200px) {
  .aboutArea h3 {
    font-size: clamp(25px, 2.9166666667vw, 100px);
  }
}
.aboutArea .comment {
  font-size: 2rem;
  font-weight: 600;
  font-feature-settings: "palt";
}
@media all and (max-width: 1200px) {
  .aboutArea .comment {
    font-size: clamp(14px, 1.6666666667vw, 100px);
  }
}

.caseArea {
  max-width: 1200px;
  margin: 0 auto;
  margin-bottom: 100px;
}
@media screen and (max-width: 1260px) {
  .caseArea {
    max-width: 100%;
    margin-left: 30px;
    margin-right: 30px;
  }
}
@media screen and (max-width: 668px) and (orientation: portrait) {
  .caseArea {
    max-width: 100%;
    margin-left: 25px;
    margin-right: 25px;
  }
}
@media screen and (max-width: 960px) {
  .caseArea {
    margin-bottom: 50px;
  }
}
.caseArea p.jp {
  padding-bottom: 50px;
}
@media screen and (max-width: 960px) {
  .caseArea p.jp {
    padding-bottom: 20px;
  }
}
.caseArea div.main {
  background-color: #f5f5f5;
  border-radius: 20px;
  padding: max(30px, 2vw) max(20px, 2vw);
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.caseArea div.main > section {
  width: calc(33.3333333333% - max(12px, 1.3vw));
}
@media screen and (max-width: 668px) {
  .caseArea div.main > section {
    width: 100%;
  }
  .caseArea div.main > section:not(:last-child) {
    margin-bottom: 20px;
  }
}
.caseArea div.main > section .point {
  width: 38px;
  margin: 0 auto 10px;
}
.caseArea div.main > section h4 {
  text-align: center;
  font-size: 2.5rem;
  font-weight: 600;
  font-weight: 700;
  line-height: 140%;
  margin-bottom: 15px;
}
@media all and (max-width: 1200px) {
  .caseArea div.main > section h4 {
    font-size: clamp(20px, 2.0833333333vw, 100px);
  }
}
@media screen and (max-width: 668px) and (orientation: portrait) {
  .caseArea div.main > section h4 br.pc {
    display: block !important;
  }
}
.caseArea div.main > section .comment {
  font-size: 1.7rem;
  margin-bottom: 10px;
}
@media all and (max-width: 1200px) {
  .caseArea div.main > section .comment {
    font-size: clamp(14px, 1.4166666667vw, 100px);
  }
}
.caseArea div.main > section .illust {
  max-width: 240px;
  margin: 0 auto;
}
@media all and (max-width: 1200px) {
  .caseArea div.main > section .illust {
    width: 70%;
  }
}

.useArea {
  max-width: 1200px;
  margin: 0 auto;
  margin-bottom: 100px;
}
@media screen and (max-width: 1260px) {
  .useArea {
    max-width: 100%;
    margin-left: 30px;
    margin-right: 30px;
  }
}
@media screen and (max-width: 668px) and (orientation: portrait) {
  .useArea {
    max-width: 100%;
    margin-left: 25px;
    margin-right: 25px;
  }
}
@media screen and (max-width: 960px) {
  .useArea {
    margin-bottom: 50px;
  }
}
.useArea .howto {
  max-width: 1000px;
  margin: 0 auto 70px;
}
@media screen and (max-width: 960px) {
  .useArea .howto {
    margin-bottom: 30px;
  }
}
.useArea h3.en {
  padding-bottom: 40px;
}
@media screen and (max-width: 960px) {
  .useArea h3.en {
    padding-bottom: 10px;
  }
}
.useArea div.main {
  background-color: #f5f5f5;
  border-radius: 20px;
  padding: max(30px, 2vw) max(20px, 2vw);
}
.useArea div.main .useTab {
  max-width: 350px;
  margin: 0 auto 40px;
  background-color: #fff;
  border-radius: 10px;
}
@media screen and (max-width: 960px) {
  .useArea div.main .useTab {
    margin-bottom: 20px;
  }
}
.useArea div.main .useTab ul {
  display: flex;
}
.useArea div.main .useTab ul li {
  width: 50%;
}
.useArea div.main .useTab ul li a {
  display: block;
  text-align: center;
  color: rgba(0, 0, 0, 0.2);
  padding: 10px 0;
  line-height: 130%;
  font-size: 2.2rem;
  font-weight: 600;
  letter-spacing: 2px;
  font-weight: 700;
}
@media all and (max-width: 1200px) {
  .useArea div.main .useTab ul li a {
    font-size: clamp(20px, 1.8333333333vw, 100px);
  }
}
@media screen and (max-width: 960px) {
  .useArea div.main .useTab ul li a {
    padding: 7px 0;
  }
}
.useArea div.main .useTab ul li a.active {
  background-color: #FFCC00;
  border-radius: 10px;
  color: #000;
}
.useArea div.main .useContent .stepMain {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.useArea div.main .useContent .stepMain > section {
  width: calc(33.3333333333% - max(12px, 1.3vw));
  margin-bottom: 20px;
}
@media screen and (max-width: 668px) {
  .useArea div.main .useContent .stepMain > section {
    width: 100%;
  }
}
.useArea div.main .useContent .stepMain > section .step {
  width: 81px;
  height: 93px;
  background: url(../images/icon_step.svg) no-repeat center/contain;
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin: 0 auto 10px;
}
@media screen and (max-width: 960px) {
  .useArea div.main .useContent .stepMain > section .step {
    width: 61px;
    height: 70px;
  }
}
.useArea div.main .useContent .stepMain > section .step span, .useArea div.main .useContent .stepMain > section .step strong {
  display: block;
  text-align: center;
  font-family: "Roboto Condensed", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  letter-spacing: 2px;
  font-style: normal;
  line-height: 100%;
}
.useArea div.main .useContent .stepMain > section .step span {
  font-size: 17px;
}
@media screen and (max-width: 960px) {
  .useArea div.main .useContent .stepMain > section .step span {
    font-size: 14px;
  }
}
.useArea div.main .useContent .stepMain > section .step strong {
  font-size: 28px;
}
@media screen and (max-width: 960px) {
  .useArea div.main .useContent .stepMain > section .step strong {
    font-size: 22px;
  }
}
.useArea div.main .useContent .stepMain > section h4 {
  text-align: center;
  font-size: 4rem;
  font-weight: 700;
  font-family: "Roboto Condensed", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  letter-spacing: 2px;
  font-style: normal;
  line-height: 120%;
  margin-bottom: 15px;
}
@media all and (max-width: 1200px) {
  .useArea div.main .useContent .stepMain > section h4 {
    font-size: clamp(25px, 3.3333333333vw, 100px);
  }
}
.useArea div.main .useContent .stepMain > section .illust {
  max-width: 300px;
  margin: 0 auto 10px;
}
@media all and (max-width: 1200px) {
  .useArea div.main .useContent .stepMain > section .illust {
    width: 70%;
    margin-bottom: 5px;
  }
}
.useArea div.main .useContent .stepMain > section .comment {
  font-size: 1.7rem;
}
@media all and (max-width: 1200px) {
  .useArea div.main .useContent .stepMain > section .comment {
    font-size: clamp(14px, 1.4166666667vw, 100px);
  }
}
@media screen and (max-width: 668px) {
  .useArea div.main .useContent .stepMain > section .comment {
    text-align: center;
  }
}
@media screen and (max-width: 668px) and (orientation: portrait) {
  .useArea div.main .useContent .stepMain > section .comment {
    text-align: left;
  }
}
.useArea div.main .useContent .notice {
  background-color: #fff;
  padding: max(20px, 1.5vw) max(20px, 2vw);
  margin-bottom: 25px;
  border-radius: 10px;
}
.useArea div.main .useContent .notice h5 {
  font-size: 2.1rem;
  font-weight: 600;
  margin-bottom: 10px;
}
@media all and (max-width: 1200px) {
  .useArea div.main .useContent .notice h5 {
    font-size: clamp(20px, 1.75vw, 100px);
  }
}
.useArea div.main .useContent .notice ul {
  margin-left: 20px;
}
.useArea div.main .useContent .notice ul li {
  list-style: disc;
}
.useArea div.main .useContent .notice ul li {
  font-size: 1.5rem;
  line-height: 160%;
  margin-bottom: 5px;
}
@media screen and (max-width: 668px) {
  .useArea div.main .useContent .notice ul li {
    font-size: 1.3rem;
  }
}
.useArea div.main .useContent .btn {
  max-width: 270px;
  margin: 0 auto;
}
.useArea div.main .useContent .btn a {
  display: block;
  font-size: 1.7rem;
  font-weight: 700;
  text-align: center;
  padding: 15px 10px;
  border-radius: 30px;
  background-color: #055f8c;
  color: #fff;
}
@media all and (max-width: 1200px) {
  .useArea div.main .useContent .btn a {
    font-size: clamp(14px, 1.4166666667vw, 100px);
  }
}
.useArea div.main .useContent .btn a:hover {
  transform: translateY(-5px);
}

.systemArea {
  background-color: #055f8c;
  padding: 100px 0 40px;
  margin-bottom: 80px;
}
@media screen and (max-width: 960px) {
  .systemArea {
    padding: 40px 0 20px;
    margin-bottom: 40px;
  }
}
.systemArea > h3.en {
  padding-bottom: 70px;
  color: #fff;
}
@media screen and (max-width: 960px) {
  .systemArea > h3.en {
    padding-bottom: 40px;
  }
}
.systemArea > div {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media screen and (max-width: 1260px) {
  .systemArea > div {
    max-width: 100%;
    margin-left: 30px;
    margin-right: 30px;
  }
}
@media screen and (max-width: 668px) and (orientation: portrait) {
  .systemArea > div {
    max-width: 100%;
    margin-left: 25px;
    margin-right: 25px;
  }
}
.systemArea > div > section {
  width: calc(50% - max(12px, 2vw));
  background-color: #fff;
  border-radius: 20px;
  margin-bottom: 60px;
  padding: 40px max(20px, 2vw) 30px;
  position: relative;
}
@media all and (max-width: 1200px) {
  .systemArea > div > section {
    padding-top: 30px;
  }
}
@media screen and (max-width: 960px) {
  .systemArea > div > section {
    padding-top: 25px;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 668px) and (orientation: portrait) {
  .systemArea > div > section {
    width: 100%;
  }
}
.systemArea > div > section::after {
  content: "";
  display: block;
  background: url(../images/tag.svg) no-repeat center/contain;
  width: 6.14%;
  aspect-ratio: 35/114;
  position: absolute;
  left: max(20px, 2vw);
  bottom: calc(100% - 70px);
}
@media all and (max-width: 1200px) {
  .systemArea > div > section::after {
    bottom: calc(100% - (35px + 2.25vw));
  }
}
@media screen and (max-width: 668px) and (orientation: portrait) {
  .systemArea > div > section::after {
    bottom: auto;
    top: -20px;
    max-height: 80px;
  }
}
.systemArea > div > section h4 {
  font-size: 2.7rem;
  font-weight: 600;
  font-weight: 700;
  margin-left: 10%;
  margin-bottom: 20px;
  line-height: 120%;
}
@media all and (max-width: 1200px) {
  .systemArea > div > section h4 {
    font-size: clamp(20px, 2.25vw, 100px);
  }
}
.systemArea > div > section .text {
  font-size: 1.7rem;
  margin-bottom: 20px;
  line-height: 150%;
}
@media all and (max-width: 1200px) {
  .systemArea > div > section .text {
    font-size: clamp(14px, 1.4166666667vw, 100px);
  }
}
.systemArea > div > section .text * {
  font-size: 1.7rem;
  line-height: 150%;
}
@media all and (max-width: 1200px) {
  .systemArea > div > section .text * {
    font-size: clamp(14px, 1.4166666667vw, 100px);
  }
}
.systemArea > div > section .kome {
  font-size: 1.4rem;
  margin-bottom: 20px;
  line-height: 130%;
  text-indent: -1em;
  padding-left: 1em;
}
@media all and (max-width: 1200px) {
  .systemArea > div > section .kome {
    font-size: clamp(14px, 1.1666666667vw, 100px);
  }
}
.systemArea > div > section .kome * {
  font-size: 1.4rem;
  line-height: 130%;
}
@media all and (max-width: 1200px) {
  .systemArea > div > section .kome * {
    font-size: clamp(14px, 1.1666666667vw, 100px);
  }
}
.systemArea > div > section ul.text {
  margin-left: 20px;
}
.systemArea > div > section ul.text li {
  list-style: disc;
}
.systemArea > div > section:has(.kome) .text {
  margin-bottom: 5px;
}

.faqArea {
  max-width: 900px;
  margin: 0 auto;
  margin-bottom: 100px;
}
@media screen and (max-width: 960px) {
  .faqArea {
    max-width: 100%;
    margin-left: 30px;
    margin-right: 30px;
  }
}
@media screen and (max-width: 668px) and (orientation: portrait) {
  .faqArea {
    max-width: 100%;
    margin-left: 25px;
    margin-right: 25px;
  }
}
@media screen and (max-width: 960px) {
  .faqArea {
    margin-bottom: 40px;
  }
}
.faqArea .jp {
  margin-bottom: 40px;
}
.faqArea > div > section.q_and_a {
  background-color: #f5f5f5;
  border-radius: 20px;
  padding: 20px max(20px, 2.5vw);
}
.faqArea > div > section.q_and_a:not(:last-child) {
  margin-bottom: 30px;
}
.faqArea > div > section.q_and_a h4 {
  display: flex;
  align-items: flex-start;
  cursor: pointer;
  position: relative;
  padding-right: 15px;
}
.faqArea > div > section.q_and_a h4 span, .faqArea > div > section.q_and_a h4 strong {
  display: block;
  line-height: 120%;
}
.faqArea > div > section.q_and_a h4 span {
  font-family: "Roboto Condensed", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  letter-spacing: 2px;
  font-style: normal;
  font-size: 3rem;
  font-weight: 700;
  margin-right: 5px;
}
@media all and (max-width: 1200px) {
  .faqArea > div > section.q_and_a h4 span {
    font-size: clamp(25px, 2.5vw, 100px);
  }
}
.faqArea > div > section.q_and_a h4 strong {
  font-size: 2rem;
  font-weight: 700;
  padding-top: 0.25em;
}
@media screen and (max-width: 668px) {
  .faqArea > div > section.q_and_a h4 strong {
    font-size: 1.8rem;
  }
}
.faqArea > div > section.q_and_a h4::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-top: 10px solid #000;
  position: absolute;
  right: 0;
  top: 12px;
  transition: 0.5s;
}
.faqArea > div > section.q_and_a h4.on::after {
  transform: rotateX(180deg);
}
.faqArea > div > section.q_and_a .areaA {
  display: none;
  margin-top: 15px;
  padding-top: 5px;
  border-top: 1px solid rgba(0, 0, 0, 0.2);
}
.faqArea > div > section.q_and_a .areaA > div {
  display: flex;
  align-items: flex-start;
}
.faqArea > div > section.q_and_a .areaA > div .a {
  font-family: "Roboto Condensed", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  letter-spacing: 2px;
  font-style: normal;
  font-size: 3rem;
  font-weight: 700;
  margin-right: 5px;
}
@media all and (max-width: 1200px) {
  .faqArea > div > section.q_and_a .areaA > div .a {
    font-size: clamp(25px, 2.5vw, 100px);
  }
}
.faqArea > div > section.q_and_a .areaA > div .text {
  padding-top: 15px;
}
.faqArea > div > section.q_and_a .areaA > div .text * {
  font-size: 1.7rem;
  line-height: 170%;
}
@media all and (max-width: 1200px) {
  .faqArea > div > section.q_and_a .areaA > div .text * {
    font-size: clamp(14px, 1.4166666667vw, 100px);
  }
}
.faqArea > div > section.q_and_a .areaA > div .text a {
  text-decoration: underline;
}

.contactArea {
  max-width: 1200px;
  margin: 0 auto;
  background-color: #055f8c;
  color: #fff;
  border-radius: 30px;
  padding: max(30px, 4vw) max(20px, 5vw);
  text-align: center;
  margin-bottom: 100px;
}
@media screen and (max-width: 1260px) {
  .contactArea {
    max-width: 100%;
    margin-left: 30px;
    margin-right: 30px;
  }
}
@media screen and (max-width: 668px) and (orientation: portrait) {
  .contactArea {
    max-width: 100%;
    margin-left: 25px;
    margin-right: 25px;
  }
}
@media screen and (max-width: 960px) {
  .contactArea {
    margin-bottom: 40px;
    border-radius: 20px;
  }
}
.contactArea .jp {
  margin-bottom: 30px;
}
.contactArea .text {
  font-size: 1.7rem;
  margin-bottom: 20px;
}
@media all and (max-width: 1200px) {
  .contactArea .text {
    font-size: clamp(14px, 1.4166666667vw, 100px);
  }
}
.contactArea .btn {
  max-width: 270px;
  margin: 0 auto;
}
.contactArea .btn a {
  display: block;
  font-size: 1.7rem;
  font-weight: 700;
  text-align: center;
  padding: 15px 10px;
  border-radius: 30px;
  background-color: #fff;
  color: #055f8c;
}
@media all and (max-width: 1200px) {
  .contactArea .btn a {
    font-size: clamp(14px, 1.4166666667vw, 100px);
  }
}
.contactArea .btn a:hover {
  transform: translateY(-5px);
}

.linkArea {
  max-width: 600px;
  margin: 0 auto;
  text-align: center;
  margin-bottom: 100px;
}
@media screen and (max-width: 660px) {
  .linkArea {
    max-width: 100%;
    margin-left: 30px;
    margin-right: 30px;
  }
}
@media screen and (max-width: 668px) and (orientation: portrait) {
  .linkArea {
    max-width: 100%;
    margin-left: 25px;
    margin-right: 25px;
  }
}
@media screen and (max-width: 960px) {
  .linkArea {
    margin-bottom: 50px;
  }
}
.linkArea .btn {
  max-width: 100%;
  margin: 0 auto;
  margin-top: 25px;
}
.linkArea .btn a {
  display: block;
  font-size: 1.7rem;
  font-weight: 700;
  text-align: center;
  padding: 15px 10px;
  border-radius: 30px;
  background-color: #FFCC00;
  color: #000;
}
@media all and (max-width: 1200px) {
  .linkArea .btn a {
    font-size: clamp(14px, 1.4166666667vw, 100px);
  }
}
.linkArea .btn a:hover {
  transform: translateY(-5px);
}
.linkArea .notice {
  margin-top: 5px;
  font-size: 0.85em;
}
.linkArea .btnMypage {
  max-width: 280px;
  margin: 35px auto 0;
}
.linkArea .btnMypage a {
  display: block;
  font-size: 1.7rem;
  font-weight: 700;
  text-align: center;
  padding: 10px 5px 15px;
  border-radius: 20px;
  border: 2px solid #055f8c;
  color: #055f8c;
}
@media all and (max-width: 1200px) {
  .linkArea .btnMypage a {
    font-size: clamp(14px, 1.4166666667vw, 100px);
  }
}
.linkArea .btnMypage a small {
  display: block;
  font-size: 0.8em;
  line-height: 100%;
}
.linkArea .btnMypage a:hover {
  transform: translateY(-5px);
  background-color: #055f8c;
  color: #fff;
}/*# sourceMappingURL=index.css.map */