@charset "UTF-8";
.-noto {
  font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
}
/*index*/
#copyright {
  font-size: 1.2rem;
  letter-spacing: 2px;
  text-align: center;
  display: block;
  padding: 20px;
  background: #fff;
}

header {
  background: none;
  filter: none;
  display: flex;
  justify-content: space-between;
  position: absolute;
  top: 30px;
  left: 3%;
  width: calc(100vw - 6%);
  color: #fff;
  z-index: 3;
}

#indexhead ul {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

#video-wrapper {
  position: relative;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
}

#video-area::before {
  content: "";
  display: block;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
}

#video-area {
  position: fixed;
  z-index: -1;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  overflow: hidden;
}

#video {
  position: absolute;
  z-index: -1;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 177.77777778vh;
  height: 56.25vw;
  min-height: 100%;
  min-width: 100%;
}

.indexhead-login a {
  border: 1px solid #fff;
  border-radius: 4px;
  color: #fff;
  padding: 6px 10px;
  font-size: 1.4rem;
  line-height: 1;
}

.indexhead-login a span {
  background: url(../img/i-locks.svg) no-repeat left center / 12px 16px;
  padding-left: 22px;
}

.indexhead-tel {
  margin-right: 20px;
}

.indexhead-tel span {
  font-size: 4rem;
  line-height: 1;
  background: url(../img/i-tel-w.svg) no-repeat left center / 23px 30px;
  padding-left: 30px;
  letter-spacing: 1px;
}
.indexhead-tel__min {
  font-size: 1.2rem;
}

#inner-contents {
  height: 75vh;
  text-align: center;
  color: #fff;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin: 15vh auto 5vh;
  width: 90vw;
}

.m-fcp {
  width: 100%;
  position: relative;
}

.f-fcp {
  background: #000;
  display: inline-block;
  font-size: 2.6rem;
  padding: 10px 20px;
  border-radius: 30px;
  line-height: 1;
  margin: 0 auto 20px;
  font-weight: normal;
  position: relative;
}

.baloon {
  position: absolute;
  top: -116px;
  left: -40px;
  display: inline-block;
  margin: 1.5em 0;
  padding: 20px;
  width: max-content;
  height: max-content;
  text-align: center;
  color: #fff;
  font-size: 3rem;
  font-weight: bold;
  background: #f8b500;
  border-radius: 50%;
  box-sizing: border-box;
  z-index: 2;
  transform: rotate(-15deg);
}

.baloon:before {
  content: "";
  position: absolute;
  bottom: -25px;
  left: 50%;
  margin-left: -15px;
  border: 15px solid transparent;
  border-top: 15px solid #f8b500;
  z-index: 0;
}

.f-subcp {
  font-size: 5.6rem;
  line-height: 1.2;
  margin-bottom: 20px;
}

.f-mincp {
  color: #f8b500;
  font-size: 2.4rem;
}

.-cov-wrapper {
  margin-top: auto;
  width: 100%;
}

.-cov-btn {
  max-width: 472px;
  margin: 0 auto;
  font-size: 2.2rem;
  width: 100%;
}

.-cov-btn a {
  background: #00a774;
  color: #fff;
  padding: 20px;
  width: 100%;
  display: block;
  border-radius: 40px;
}

.-cov-btn a:hover {
  opacity: 1;
  background: #f8b500;
}

.special_sale {
  display: inline-block;
  height: max-content;
  padding: 10px;
  border: 1px solid #fff;
  position: absolute;
  right: 10%;
  bottom: 34%;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 6px;
  letter-spacing: 1px;
}

.special_sale dt {
  font-size: 2.2rem;
  font-weight: bold;
  line-height: 1.5;
  color: #d64827;
}

.keylist {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
  gap: 10px;
  justify-content: center;
  max-width: 1120px;
  margin: 0 auto 60px;
}

.keylist li {
  text-align: center;
}

.keylist li a {
  background: #212f51;
  color: #fff;
  display: block;
  padding: 20px 10px;
  border-radius: 6px;
}

.keylist li a span {
  background: url(../img/un-arrow.svg) no-repeat right center / 12px 8px;
  padding-right: 22px;
}

main {
  background: #fff;
  padding: 5% 20px;
}

.-tit-icon {
  background: url(../img/-tit-icon.svg) no-repeat center top / 50px 17px;
  padding: 27px 0 0;
  text-align: center;
  font-size: 4.4rem;
  line-height: 1.5;
  margin: 0 auto 60px;
}

.-s_sub {
  margin-bottom: 14px;
}

.-s_sub-tit {
  text-align: center;
  font-size: 2.2rem;
  font-weight: bold;
  margin: 0 auto 60px;
  position: relative;
  width: max-content;
  display: flex;
  align-items: center;
}

.-s_sub-tit::before,
.-s_sub-tit::after {
  content: "";
  display: block;
  width: 5em;
  height: 1px;
  background: #999;
}

.-s_sub-tit::before {
  margin-right: 2em;
}

.-s_sub-tit::after {
  margin-left: 2em;
}

.-outline-tit {
  text-align: center;
  font-size: 2.2rem;
  font-weight: bold;
  margin: 0 auto 10px;
  position: relative;
  width: max-content;
  display: flex;
  align-items: center;
}

.-outline-tit::before,
.-outline-tit::after {
  content: "";
  display: block;
  width: 5em;
  height: 1px;
  background: #999;
}

.-outline-tit::before {
  margin-right: 2em;
}

.-outline-tit::after {
  margin-left: 2em;
}

.mact {
  max-width: 1120px;
  margin: 0 auto 30px;
}

.cont-block {
  display: grid;
  grid-template-columns: minmax(30%, 642px) auto;
  gap: 0 50px;
  max-width: 1400px;
  margin: 0 auto 0;
}

.cont-block__infor--tit {
  font-size: 2.4rem;
  line-height: 1.5;
  margin-bottom: 20px;
}

.i-mean {
  max-width: 564px;
  margin: 0 0 20px;
}
.-mins_txt {
  text-decoration: underline;
  font-weight: bold;
}

.contents-wrapper {
  max-width: 1400px;
  margin: 0 auto 100px;
}

.-reverse .cont-block {
  grid-template-columns: auto 642px;
  align-items: center;
}

.-reverse .cont-block .cont-block--pic {
  order: 2;
}

.outline-map {
  max-width: 1200px;
  margin: 60px auto 0;
}

.pic-score {
  max-width: 800px;
  margin: 0 auto;
}

.pic-score figcaption {
  margin-top: 10px;
}

#main__mv {
  overflow-x: hidden;
  padding-bottom: 50px;
  margin: 0 auto 40px;
  position: relative;
}

.tablet-cover {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  margin: 0 auto;
  z-index: 2;
  pointer-events: none;
  max-width: 900px;
  width: 100%;
}

.mv__container {
  height: 600px;
  margin-left: auto;
  margin-right: auto;
  max-width: 600px;
  position: relative;
  padding-right: 100px;
}

#main__swipers {
  height: 80%;
  overflow: visible !important;
  width: 100%;
  z-index: 1;
}

.swiper-slide {
  padding: 15% 10% 5% 8%;
  margin: 0 0px;
  opacity: 0.2;
}
.swiper-slide p {
  color: #999;
  font-size: 2rem;
  letter-spacing: 2px;
  margin-bottom: 20px;
}

.slide-info {
  display: none;
}

.swiper-button-prev {
  left: -200px !important;
  background: url(../img/button-prev.svg) no-repeat center center / 50px 44px;
}

.swiper-button-next {
  right: -200px !important;
  background: url(../img/button-next.svg) no-repeat center center / 50px 44px;
}

.swiper-button-next,
.swiper-button-prev {
  width: 50px !important;
  height: 44px !important;
  transition: 0.3s;
  top: 30% !important;
}

.swiper-button-next:hover,
.swiper-button-prev:hover {
  opacity: 0.6;
}

.swiper-button-next:after,
.swiper-button-prev:after {
  display: none;
}

.swiper-pagination {
  left: 50%;
  margin-top: 20px;
  transform: translateX(-50%) !important;
}

.swiper-pagination-bullet {
  margin: 0 4px;
}

.swiper-pagination-bullet-active {
  background: #000 !important;
}

.swiper-slide dt {
  font-size: 6rem;
  line-height: 1.2;
  margin-bottom: 40px;
  font-weight: 500;
}

.swiper-slide-active {
  opacity: 1;
}

.another-wrapper {
  margin: 0 auto 100px;
}

.-ind-tab {
  max-width: 1000px;
  margin: 0 auto 30px;
  display: grid;
  grid-template-columns: repeat(3, 32%);
  gap: 0 2%;
}

.-ind-tab li {
  text-align: center;
  font-size: 2.2rem;
  font-weight: bold;
  border-bottom: 1px solid #ddd;
  padding-bottom: 20px;
  cursor: pointer;
}

.-ind-tab li.-active {
  border-bottom: 1px solid #212f51;
}

.case-list {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(380px, 1fr));
  gap: 20px 40px;
}

.case-list li {
  font-size: 2rem;
  line-height: 1.5;
  background: url(../img/i-check-g.svg) no-repeat 0 3px / 20px 20px;
  padding-left: 30px;
}

/*faq*/

.faq__list {
  max-width: 1000px;
  margin: 0 auto 40px;
}

.faq-index {
  font-size: 1.8rem;
  margin-bottom: 20px;
  font-weight: bold;
}

.faq__list dt {
  background: #fff;
  padding: 20px;
  border-radius: 6px;
  font-weight: bold;
  margin-bottom: 10px;
  -webkit-filter: drop-shadow(0 2px 6px rgba(0, 0, 0, 0.2));
  filter: drop-shadow(0 2px 6px rgba(0, 0, 0, 0.2));
  cursor: pointer;
}

.faq__list dd {
  padding: 20px 2% 30px;
  display: none;
}

.faq__list span {
  background: url(../img/icon_q.svg) no-repeat left center;
  background-size: 20px 20px;
  padding: 5px 0 5px 30px;
  display: block;
}

.faq__list p:not(:last-child) {
  margin-bottom: 20px;
}

.-registcase {
  background: #fff;
  padding: 20px;
}

.-registcase:not(:last-child) {
  margin-bottom: 25px;
}

.price-intro {
  max-width: 1120px;
  margin: 0 auto 20px;
}

.plans-qa ol li {
  list-style: decimal;
  margin-left: 20px;
}

.plan_names {
  font-size: 1.8rem;
  font-weight: bold;
}

.plan__price,
.plan__price_index,
.plan__price_regist {
  position: relative;
  font-size: 1.2rem;
  line-height: 1.4;
}

.plan__price {
  padding-left: 30px;
}

.plan__price_index,
.plan__price_regist {
  text-align: center;
}

.plan__price span,
.plan__price_index span,
.plan__price_regist span {
  font-weight: bold;
  font-size: 2.8rem;
  line-height: 1.5;
}

.price-plan_list-tbl {
  border-collapse: collapse;
  width: 100%;
  max-width: 1400px;
  margin: 0 auto 20px;
}

.price-plan_list-tbl tr:nth-child(even) td {
  background: #f7f7f7;
}

.price-plan_list-tbl th,
.price-plan_list-tbl td {
  padding: 15px;
  border: 1px solid #ccc;
  background: #fff;
  vertical-align: top;
  width: calc(100% / 7);
  font-size: 1.4rem;
}

.price-plan_list-tbl th.plans-th {
  text-align: center;
}

.price-plan_list-tbl td {
  text-align: center;
  vertical-align: middle;
}

.price-plan_list-tbl td.plans-cont {
  text-align: left;
}

.plans-stit {
  background: #2f2e50 !important;
  color: #fff;
  font-size: 2rem;
  font-weight: bold;
}

.-fb {
  font-weight: bold;
  background: #bebebe !important;
}

.price-plan_list-tbl tr td.white {
  background: #fff;
}

.-regist-btn {
  min-width: 20px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 12px 5px;
}

.plan-prc {
  display: grid;
  justify-content: center;
  height: 100%;
  align-items: center;
  grid-template-rows: 50px 76px;
  gap: 10px 0;
}

.plan_it {
  margin-bottom: auto;
}

.price-plan_list-tbl img {
  max-width: 100%;
  height: auto;
  display: block;
}

#admin-foot {
  background: #fff;
}

#fix-regist {
  position: fixed;
  right: 20px;
  bottom: 5%;
  max-width: 150px;
  z-index: 5;
}

.df-logobox {
  max-width: 240px;
  margin: 0 auto;
  font-size: 1.1rem;
  text-align: center;
}

.df-logobox p {
  margin-top: 10px;
}

.outline-middle {
  text-align: center;
  margin: 0 auto 40px;
  font-size: 2.6rem;
  line-height: 1.5;
}

.outline-middle--tit {
  font-weight: bold;
  font-size: 3rem;
  margin-bottom: 20px;
}

@media (max-width: 1550px) {
  /*index*/
  .plan_names {
    font-size: 1.6rem;
  }

  .plan__price span,
  .plan__price_index span,
  .plan__price_regist span {
    font-size: 2.2rem;
  }

  .plan__price,
  .plan__price_index,
  .plan__price_regist {
    font-size: 1rem;
  }
}

@media (max-width: 1030px) {
  /*index*/
  #main__mv {
    overflow: visible;
    position: relative;
  }

  .mv__container {
    position: initial;
    max-width: 1120px;
    max-width: min(calc(100% - 140px), 1120px);
    padding: 30px;
    height: auto;
    background: #f5f5f5;
    border-radius: 6px;
  }

  .swiper-button-prev {
    left: 0px !important;
    right: inherit !important;
    top: 50% !important;
  }

  .swiper-button-next {
    right: 0px !important;
    left: inherit !important;
    top: 50% !important;
  }

  .swiper-pagination {
    margin-top: 50px;
  }

  .tablet-cover {
    display: none;
  }

  .swiper-slide {
    padding: 0px;
  }

  .swiper-slide dt {
    font-size: 4rem;
  }
}

@media (max-width: 959px) {
  /*index*/
  main {
    padding: 5% 20px;
  }
  .-tit-icon {
    font-size: 2.4rem;
  }

  .-s_sub-tit,
  .-outline-tit {
    font-size: 1.8rem;
    width: auto;
    display: flex;
    justify-content: center;
  }

  .-outline-tit::before,
  .-outline-tit::after {
    width: 3em;
  }

  .-ind-tab li {
    font-size: 1.8rem;
  }

  .price-plan_list form {
    overflow: scroll;
    width: calc(100vw - 20px);
  }

  .price-plan_list-tbl {
    width: 1400px;
    margin-right: 20px;
  }

  .outline-middle--tit {
    font-size: 2.2rem;
  }

  .outline-middle--txt {
    font-size: 1.8rem;
  }

  .cont-block__infor--tit {
    font-size: 1.8rem;
  }
}

@media (max-width: 767px) {
  /*index*/
  .f-fcp {
    font-size: 2rem;
  }
  .baloon {
    font-size: 1.8rem;
    top: -93px;
    left: -20px;
  }

  .f-subcp {
    font-size: 4rem;
  }

  .f-mincp {
    font-size: 2rem;
  }

  #fix-regist {
    max-width: 100px;
  }

  .cont-block {
    grid-template-columns: 100%;
    gap: 20px 0;
  }
}

@media (max-width: 560px) {
  /*index*/
  .keylist {
    font-size: 1.4rem;
  }

  .keylist li a {
    padding: 10px;
  }

  .keylist li a span {
    display: block;
  }
}

@media (max-width: 519px) {
  /*index*/
  .contents-wrapper {
    margin-bottom: 60px;
  }

  #inner-contents {
    height: 60vh;
    margin: 25vh auto 10vh;
    width: 90vw;
  }

  .f-subcp {
    font-size: 3rem;
  }

  .f-fcp {
    font-size: 1.4rem;
  }

  .-cov-btn {
    font-size: 1.8rem;
  }

  .-tit-icon {
    font-size: 2.1rem;
    margin-bottom: 30px;
  }

  .-s_sub-tit {
    margin: -20px 0 30px;
    font-size: 1.6rem;
  }

  .outline-middle--tit {
    font-size: 1.8rem;
    text-align: left;
  }

  .cont-block__infor--tit {
    font-size: 1.6rem;
  }

  .outline-middle--txt {
    font-size: 1.6rem;
    text-align: left;
  }

  .-s_sub-tit::before,
  .-s_sub-tit::after,
  .-outline-tit::before,
  .-outline-tit::after {
    width: 1em;
    font-size: 1.6rem;
  }

  .-s_sub-tit::before {
    margin-right: 1em;
  }

  .-s_sub-tit::after {
    margin-left: 1em;
  }

  .mv__container {
    min-width: 100%;
    padding: 40px;
  }

  .swiper-slide dt {
    font-size: 3rem;
  }

  .swiper-slide p {
    margin-bottom: 0;
    font-size: 1.6rem;
  }

  .swiper-button-next,
  .swiper-button-prev {
    width: 32px !important;
    height: 24px !important;
    background-size: 32px 24px !important;
  }

  .case-list {
    grid-template-columns: 100%;
    gap: 20px 40px;
  }

  .case-list li {
    font-size: 1.8rem;
  }

  .case-list {
    gap: 10px 0;
  }

  .-ind-tab li {
    font-size: 1.4rem;
  }

  #admin-foot ul {
    font-size: 1.2rem;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(130px, 1fr));
    gap: 10px;
  }

  #admin-foot ul li:not(:first-child) {
    border: none;
    padding: 0;
    margin: 0;
  }

  #copyright {
    letter-spacing: 0;
  }
}

@media (max-width: 414px) {
  /*index*/
  .f-subcp {
    font-size: 2.6rem;
  }

  .f-mincp {
    font-size: 1.8rem;
  }

  .baloon {
    left: 0;
  }

  .case-list li {
    font-size: 1.6rem;
  }

  #copyright {
    font-size: 1rem;
    letter-spacing: 0;
  }
}
