@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700&display=swap");
/*======================================================================
# mixin
======================================================================*/
/*======================================================================
# common
======================================================================*/
@media screen and (min-width: 920px) {
  .is-sp {
    display: none;
  }
  .is-pc {
    display: block;
  }
}

@media screen and (max-width: 540px) {
  .is-pc {
    display: none;
  }
  .is-sp {
    display: block;
  }
}

body {
  font-size: 18px;
  color: #000;
  font-family: 'Noto Sans JP', sans-serif;
}

@media screen and (max-width: 540px) {
  body {
    font-size: 12px;
  }
}

a {
  display: block;
}

@media screen and (min-width: 920px) {
  a:hover {
    opacity: .7;
  }
}

img {
  width: 100%;
}

p {
  line-height: 1.5;
}

strong {
  font-weight: normal;
}

/* headeer
----------------------------------------------------------------------*/
.header {
  height: 90px;
  background: white;
}

@media screen and (max-width: 540px) {
  .header {
    height: 60px;
  }
}

.header-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 40px;
  height: 90px;
}

@media screen and (max-width: 540px) {
  .header-wrap {
    height: 60px;
    padding: 0 10px;
  }
}

.header-logo {
  margin-top: 15px;
}

@media screen and (max-width: 540px) {
  .header-logo {
    width: 100px;
  }
}

.header-tel {
  margin-top: 20px;
  margin-left: auto;
}

@media screen and (max-width: 540px) {
  .header-tel {
    width: 100px;
  }
}

.header-btn {
  margin-top: 15px;
  margin-left: 20px;
}

@media screen and (max-width: 540px) {
  .header-btn {
    margin-left: 10px;
    margin-top: 20px;
    width: 100px;
  }
}

/* fv
----------------------------------------------------------------------*/
.fv {
  width: 100%;
  height: auto;
}

.fv-wrap {
  width: 100%;
  height: 100%;
}

/* limited
----------------------------------------------------------------------*/
.limited {
  width: 100%;
  background: #0058a8;
  padding: 30px 0 40px;
}

.limited-inner {
  display: table;
  margin: 0 auto;
}

@media screen and (max-width: 540px) {
  .limited-inner {
    width: 300px;
  }
}

.limited-ttl {
  font-size: 27px;
  font-weight: bold;
  color: white;
  text-align: center;
}

.limited-ttl span {
  color: #ffdd22;
}

.limited-content {
  margin-top: 15px;
}

@media screen and (max-width: 540px) {
  .limited-content {
    width: 350px;
  }
}

.limited-btn {
  width: 330px;
  margin: 30px auto 0;
}

@media screen and (max-width: 540px) {
  .limited-btn {
    width: 250px;
  }
}

/* reason
----------------------------------------------------------------------*/
.reason {
  width: 100%;
  padding: 60px 0 120px;
  background: #f2faff;
}

@media screen and (max-width: 540px) {
  .reason {
    padding: 30px 0 60px;
  }
}

.reason-inner {
  max-width: 1090px;
  margin: 0 auto;
}

@media screen and (max-width: 540px) {
  .reason-inner {
    width: 340px;
  }
}

.reason-ttl {
  width: 420px;
  height: 55px;
  background: #0058a8;
  color: white;
  font-size: 27px;
  font-weight: bold;
  text-align: center;
  line-height: 55px;
  margin: 0 auto;
}

@media screen and (max-width: 540px) {
  .reason-ttl {
    width: 250px;
    height: 40px;
    line-height: 40px;
    font-size: 20px;
  }
}

.reason-content {
  margin-top: 40px;
}

.reason-wrap {
  width: 340px;
  margin: 50px auto 0;
}

.reason-img {
  width: 250px;
  margin: 0 auto;
}

.reason-wrap-ttl {
  margin-top: 30px;
  font-size: 20px;
  font-weight: bold;
  color: #0058a8;
  text-align: center;
}

.reason-txt {
  margin-top: 30px;
  font-size: 14px;
}

/* pass
----------------------------------------------------------------------*/
.pass {
  background: #fafed3;
  padding-bottom: 65px;
}

.pass-ttl {
  width: 100%;
  height: 120px;
  line-height: 120px;
  text-align: center;
  color: white;
  font-size: 27px;
  font-weight: bold;
  background: #f35900;
  position: relative;
}

.pass-ttl::after {
  content: '';
  position: absolute;
  bottom: -20px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 34px;
  height: 20px;
  border-style: solid;
  border-width: 20px 17px 0 17px;
  border-color: #f35900 transparent transparent transparent;
}

.pass-ttl span {
  color: #ffdd22;
}

@media screen and (max-width: 540px) {
  .pass-ttl {
    font-size: 20px;
    height: 60px;
    line-height: 60px;
  }
  .pass-ttl::after {
    bottom: -10px;
    width: 20px;
    height: 10px;
    border-style: solid;
    border-width: 10px 10px 0 10px;
    border-color: #f35900 transparent transparent transparent;
  }
}

.pass-inner {
  max-width: 670px;
  margin: 65px auto 0;
}

@media screen and (max-width: 540px) {
  .pass-inner {
    width: 340px;
  }
}

.pass-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.pass-content-img {
  width: 300px;
  height: 300px;
}

@media screen and (max-width: 540px) {
  .pass-content-img {
    width: 150px;
    height: 150px;
  }
}

.pass-content-body {
  width: 320px;
  margin-left: auto;
  padding: 40px 0;
}

@media screen and (max-width: 540px) {
  .pass-content-body {
    width: calc(100% - 155px);
    padding: 0;
  }
}

.pass-content-ttl {
  font-size: 22px;
  font-weight: bold;
  color: #f35900;
}

@media screen and (max-width: 540px) {
  .pass-content-ttl {
    font-size: 16px;
  }
}

.pass-content-name {
  font-size: 20px;
  font-weight: 600;
  text-align: right;
  margin-top: 20px;
}

@media screen and (max-width: 540px) {
  .pass-content-name {
    margin-top: 10px;
    font-size: 14px;
  }
}

.pass-content-txt {
  font-size: 16px;
  margin-top: 50px;
}

@media screen and (max-width: 540px) {
  .pass-content-txt {
    margin-top: 10px;
    font-size: 11px;
  }
}

/* voice
----------------------------------------------------------------------*/
.voice {
  width: 100%;
  padding: 40px 0 30px;
  background: #0058a8;
}

.voice-inner {
  max-width: 800px;
  margin: 0 auto;
}

@media screen and (max-width: 540px) {
  .voice-inner {
    width: 340px;
  }
}

.voice-ttl {
  width: 420px;
  height: 55px;
  color: #0058a8;
  background: white;
  font-size: 27px;
  font-weight: bold;
  text-align: center;
  line-height: 55px;
  margin: 0 auto;
}

@media screen and (max-width: 540px) {
  .voice-ttl {
    width: 250px;
    height: 40px;
    line-height: 40px;
    font-size: 20px;
  }
}

.voice-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 45px;
}

@media screen and (max-width: 540px) {
  .voice-wrap {
    display: block;
    margin-top: 30px;
  }
}

.voice-img {
  width: 22%;
}

@media screen and (max-width: 540px) {
  .voice-img {
    width: 150px;
    margin: 0 auto;
  }
}

.voice-body {
  width: 75%;
  margin-left: auto;
}

@media screen and (max-width: 540px) {
  .voice-body {
    width: 340px;
    margin-left: 0;
    margin: 0 auto;
  }
}

.voice-body-ttl {
  font-size: 21px;
  font-weight: bold;
  color: #ffdd22;
  margin-top: 10px;
}

@media screen and (max-width: 540px) {
  .voice-body-ttl {
    font-size: 16px;
    text-align: center;
  }
}

.voice-body-name {
  font-size: 14px;
  font-weight: 600;
  color: white;
  margin-top: 15px;
}

@media screen and (max-width: 540px) {
  .voice-body-name {
    font-size: 10px;
    text-align: center;
  }
}

.voice-body-txt {
  font-size: 14px;
  font-weight: 600;
  color: white;
  margin-top: 10px;
}

.voice-body-txt span {
  color: #ffdd22;
}

@media screen and (max-width: 540px) {
  .voice-body-txt {
    font-size: 10px;
  }
}

/* results
----------------------------------------------------------------------*/
.results {
  width: 100%;
  background: #fafed3;
  padding: 60px 0 50px;
}

.results-inner {
  max-width: 777px;
  margin: 0 auto;
}

@media screen and (max-width: 540px) {
  .results-inner {
    width: 340px;
  }
}

.results-ttl {
  width: 420px;
  height: 55px;
  background: #f35900;
  color: white;
  font-size: 27px;
  font-weight: bold;
  text-align: center;
  line-height: 55px;
  margin: 0 auto;
}

@media screen and (max-width: 540px) {
  .results-ttl {
    width: 250px;
    height: 40px;
    line-height: 40px;
    font-size: 20px;
  }
}

.results-sub-ttl {
  font-size: 27px;
  font-weight: 700;
  text-align: center;
  margin-top: 50px;
}

.results-sub-ttl span {
  color: #f35900;
}

@media screen and (max-width: 540px) {
  .results-sub-ttl {
    font-size: 16px;
    margin-top: 30px;
  }
}

.results-circle {
  max-width: 620px;
  margin: 50px auto 0;
}

@media screen and (max-width: 540px) {
  .results-circle {
    margin: 30px auto 0;
  }
}

.results-hensati {
  margin-top: 70px;
}

@media screen and (max-width: 540px) {
  .results-hensati {
    margin-top: 40px;
  }
}

.results-btn {
  margin: 55px auto 0;
  width: 335px;
}

@media screen and (max-width: 540px) {
  .results-btn {
    margin: 30px auto 0;
    width: 250px;
  }
}

.results-btn-lead {
  font-size: 22px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 20px;
}

.results-btn-lead span {
  color: #0058a8;
}

/* interrog
----------------------------------------------------------------------*/
.interrog {
  width: 100%;
  padding: 20px 0;
  background: #eaeaea;
}

.interrog-inner {
  max-width: 720px;
  margin: 0 auto;
}

@media screen and (max-width: 540px) {
  .interrog-inner {
    width: 340px;
  }
}

/* price
----------------------------------------------------------------------*/
.price {
  width: 100%;
  padding: 50px 0 70px;
}

.price-inner {
  max-width: 780px;
  margin: 0 auto;
}

@media screen and (max-width: 540px) {
  .price-inner {
    width: 340px;
  }
}

.price-ttl {
  width: 420px;
  height: 55px;
  background: #004F80;
  color: white;
  font-size: 27px;
  font-weight: bold;
  text-align: center;
  line-height: 55px;
  margin: 0 auto;
}

@media screen and (max-width: 540px) {
  .price-ttl {
    width: 250px;
    height: 40px;
    line-height: 40px;
    font-size: 20px;
  }
}

.price-table {
  margin-top: 60px;
}

@media screen and (max-width: 540px) {
  .price-table {
    margin-top: 40px;
  }
}

.attention {
  margin: 35px auto 0;
  max-width: 570px;
}

.attention p {
  font-size: 13px;
}

@media screen and (max-width: 540px) {
  .attention p {
    font-size: 8px;
  }
}

.comparison {
  margin-top: 30px;
}

.price-btn {
  margin: 55px auto 0;
  width: 335px;
}

@media screen and (max-width: 540px) {
  .price-btn {
    margin: 30px auto 0;
    width: 250px;
  }
}

.price-btn-lead {
  font-size: 22px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 20px;
}

.price-btn-lead span {
  color: #0058a8;
}

/* message
----------------------------------------------------------------------*/
.message {
  width: 100%;
  padding: 40px 0 60px;
  background: #0058a8;
}

.message-inner {
  max-width: 780px;
  margin: 0 auto;
}

@media screen and (max-width: 540px) {
  .message-inner {
    width: 340px;
  }
}

.message-ttl {
  width: 420px;
  height: 55px;
  color: #0058a8;
  background: white;
  font-size: 27px;
  font-weight: bold;
  text-align: center;
  line-height: 55px;
  margin: 0 auto;
}

@media screen and (max-width: 540px) {
  .message-ttl {
    width: 250px;
    height: 40px;
    line-height: 40px;
    font-size: 20px;
  }
}

.message-content {
  margin-top: 45px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.message-img {
  width: 320px;
}

@media screen and (max-width: 540px) {
  .message-img {
    width: 45%;
  }
}

.message-body {
  color: white;
  margin-left: 75px;
}

@media screen and (max-width: 540px) {
  .message-body {
    margin-left: 10px;
  }
}

.message-body-ttl {
  font-size: 22px;
  font-weight: bold;
  margin-top: 70px;
}

@media screen and (max-width: 540px) {
  .message-body-ttl {
    font-size: 13px;
    margin-top: 20px;
    font-weight: 600;
  }
}

.message-body-txt {
  font-size: 25px;
  font-weight: bold;
}

@media screen and (max-width: 540px) {
  .message-body-txt {
    font-size: 13px;
    font-weight: 600;
    margin-top: 5px;
  }
}

.message-wrap {
  margin-top: 70px;
}

.message-wrap p {
  font-size: 14px;
  color: white;
}

.message-wrap .more {
  font-size: 14px;
  display: none;
}

.message-wrap .more.is-open {
  display: block;
}

@media screen and (max-width: 540px) {
  .message-wrap {
    margin-top: 30px;
    line-height: 1.5;
  }
}

.more-btn {
  margin: 45px auto 0;
  width: 170px;
  height: 25px;
  background: white;
  color: #0058a8;
  font-size: 14px;
  line-height: 25px;
  text-align: center;
  border-radius: 30px;
  margin-bottom: 70px;
}

/* faq
----------------------------------------------------------------------*/
.faq {
  width: 100%;
  padding: 50px 0 110px;
}

.faq-inner {
  max-width: 790px;
  margin: 0 auto;
}

@media screen and (max-width: 540px) {
  .faq-inner {
    width: 340px;
  }
}

.faq-ttl {
  width: 420px;
  height: 55px;
  background: #0058a8;
  color: white;
  font-size: 27px;
  font-weight: bold;
  text-align: center;
  line-height: 55px;
  margin: 0 auto;
}

@media screen and (max-width: 540px) {
  .faq-ttl {
    width: 250px;
    height: 40px;
    line-height: 40px;
    font-size: 20px;
  }
}

.faq-content {
  margin-top: 50px;
}

.faq-item {
  margin-top: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #aac7e2;
}

.faq-question {
  padding-left: 60px;
  height: 50px;
  line-height: 50px;
  font-size: 18px;
  position: relative;
}

.faq-question::before {
  content: 'Q';
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 50px;
  height: 50px;
  border-radius: 100%;
  background: #0058a8;
  color: #fff;
  line-height: 50px;
  text-align: center;
  font-size: 1.6rem;
}

@media screen and (max-width: 540px) {
  .faq-question {
    height: 35px;
    line-height: 35px;
    font-size: 12px;
    padding-left: 50px;
  }
  .faq-question::before {
    width: 35px;
    height: 35px;
    line-height: 35px;
    font-size: 1.2rem;
  }
}

.faq-answer {
  padding-left: 60px;
  height: 50px;
  line-height: 50px;
  font-size: 18px;
  margin-top: 8px;
  position: relative;
  display: none;
}

.faq-answer::before {
  content: 'A';
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 50px;
  height: 50px;
  border-radius: 100%;
  background: #f35900;
  color: #fff;
  line-height: 50px;
  text-align: center;
  font-size: 1.6rem;
}

.faq-answer .is-open {
  display: block;
}

@media screen and (max-width: 540px) {
  .faq-answer {
    height: 35px;
    line-height: 35px;
    font-size: 11px;
    padding-left: 50px;
  }
  .faq-answer::before {
    width: 35px;
    height: 35px;
    line-height: 35px;
    font-size: 1.2rem;
  }
}

/* place
----------------------------------------------------------------------*/
.place {
  width: 100%;
  padding: 50px 0;
  background-color: #d7eeff;
  background-image: repeating-linear-gradient(-45deg, #fff, #fff 5px, transparent 0, transparent 10px);
}

.place-inner {
  max-width: 750px;
  margin: 0 auto;
}

@media screen and (max-width: 540px) {
  .place-inner {
    width: 340px;
  }
}

.place-ttl {
  width: 420px;
  height: 55px;
  background: #0058a8;
  color: white;
  font-size: 27px;
  font-weight: bold;
  text-align: center;
  line-height: 55px;
  margin: 0 auto;
}

@media screen and (max-width: 540px) {
  .place-ttl {
    width: 250px;
    height: 40px;
    line-height: 40px;
    font-size: 20px;
  }
}

.place-wrap {
  margin-top: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.place-item {
  width: 360px;
}

@media screen and (max-width: 540px) {
  .place-item {
    width: 48%;
  }
}

/* strongth
----------------------------------------------------------------------*/
.strongth {
  background: #fafed3;
  padding-bottom: 50px;
}

.strongth-ttl {
  width: 100%;
  height: 120px;
  line-height: 120px;
  text-align: center;
  color: white;
  font-size: 27px;
  font-weight: bold;
  background: #f35900;
  position: relative;
}

.strongth-ttl::after {
  content: '';
  position: absolute;
  bottom: -20px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 34px;
  height: 20px;
  border-style: solid;
  border-width: 20px 17px 0 17px;
  border-color: #f35900 transparent transparent transparent;
}

.strongth-ttl span {
  color: #ffdd22;
}

@media screen and (max-width: 540px) {
  .strongth-ttl {
    font-size: 18px;
    height: 60px;
    line-height: 60px;
  }
  .strongth-ttl::after {
    bottom: -10px;
    width: 20px;
    height: 10px;
    border-style: solid;
    border-width: 10px 10px 0 10px;
    border-color: #f35900 transparent transparent transparent;
  }
}

.strongth-content {
  max-width: 770px;
  margin: 55px auto 0;
}

@media screen and (max-width: 540px) {
  .strongth-content {
    width: 340px;
    margin: 30px auto 0;
  }
}

.strongth-btn-lead {
  margin-top: 44px;
  text-align: center;
  font-size: 27px;
  font-weight: bold;
}

.strongth-btn-lead span {
  color: #f35900;
}

.strongth-btn-lead strong {
  font-size: 41px;
  font-weight: bold;
}

@media screen and (max-width: 540px) {
  .strongth-btn-lead {
    font-size: 18px;
    margin-top: 30px;
  }
  .strongth-btn-lead strong {
    font-size: 18px;
  }
}

.strongth-btn {
  width: 335px;
  margin: 25px auto 0;
}

@media screen and (max-width: 540px) {
  .strongth-btn {
    width: 240px;
  }
}

/* footer
----------------------------------------------------------------------*/
.footer {
  width: 100%;
  padding: 25px 0 15px;
  background: #0058a8;
}

@media screen and (max-width: 540px) {
  .footer {
    padding: 0;
  }
}

.footer-btn-wrap {
  max-width: 450px;
  margin: 0 auto;
}

.footer-btn-lead {
  font-size: 18px;
  color: white;
  margin-bottom: 10px;
  text-align: center;
}

.footer-btn-lead span {
  color: #ffe97b;
}

.footer-btn {
  width: 330px;
  margin: 0 auto;
}

.footer-content {
  display: none;
  width: 100%;
  height: 60px;
}

@media screen and (max-width: 540px) {
  .footer-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.footer-tel-sp {
  width: 50%;
  color: white;
  padding: 15px 15px;
}

.footer-tel-sp img {
  width: 90%;
}

.footer-sp-btn {
  width: 50%;
  background: #079300;
  color: white;
  line-height: 60px;
  text-align: center;
  font-weight: bold;
  font-size: 16px;
}
