@charset "utf-8";
html {
  scroll-behavior: smooth;
}
html #wpadminbar {
  display: none;
}
/* -------------------------
common
----------------------------*/
img {
  width: 100%;
}
.secTitle {
  margin-inline: auto;
  padding-block: 5.4vw;
  width: max-content;
}
.secTitle img {
  height: auto;
  max-height: 8.3vw;
  max-width: 100%;
  width: auto;
}

.container {
  padding-inline: 20px;
}

.sectionTitle__group {
  text-align: center;
}

.sectionTitle__group h2 {
  color: #a0e2ff;
  font-size: 4.1vw;
  position: relative;
}
.sectionTitle__group h2:after {
  background: #0098db;
  border-radius: 5px;
  bottom: -20px;
  color: #0098db;
  content: "";
  height: 6px;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
  width: 3.3vw;
}
.sectionTitle__group p {
  color: #0098db;
  font-size: 1.875vw;
  font-weight: 700;
  margin-top: 28px;
}

a {
  transition: .3s;
}
a:hover {
  cursor: pointer;
  opacity: .5;
}
a,
p,
h2,
input,
div,
select {
  font-family: "Noto Sans JP", serif;
}
.for-sp {
  display: none;
}
.for-pc {
  display: block;
}

@media screen and (max-width: 768px) {
  .secTitle {
    padding-block: 28px;
  }
  .secTitle img {
    max-height: 72px;
    width: auto;
  }
  .sectionTitle__group h2 {
    font-size: 36px;
  }
  .sectionTitle__group p {
    font-size: 20px;
  }
  .sectionTitle__group h2:after {
    font-size: 40px;
    height: 4px;
    width: 6vw;
  }
  .for-sp {
    display: block;
  }
  .for-pc {
    display: none;
  }
}
/* -------------------------
header
----------------------------*/
.header {
  align-items: center;
  background: #fff;
  display: flex;
  justify-content: space-between;
  padding: 1vw .83vw 1vw 2.5vw;
  position: fixed;
  width: calc(100% - 3.33vw);
  z-index: 100;
}

.header__logo {
  width: 15.6vw;
}

.header__btnColumn {
  display: flex;
  gap: 24px;
}

.header__btn--item {
  width: 14vw;
}
.headerFixedBtn__column {
  display: grid;
  font-weight: 700;
  grid-template-columns: 1fr 1fr;
  height: 50px;
  left: 0;
  position: fixed;
  top: 0;
  width: 100vw;
  z-index: 100;
}
.headerFixedBtn__download {
  align-items: center;
  background: #0098db;
  color: #fff;
  display: flex;
  justify-content: center;
}
.headerFixedBtn__contact {
  align-items: center;
  background: #fff;
  color: #0098db;
  display: flex;
  justify-content: center;
}

@media screen and (max-width: 768px) {
  .header {
    position: relative;
  }
  .header__logo {
    width: 84px;
  }
  .header__btn--item {
    width: 88px;
  }
  .header__btnColumn {
    gap: 8px;
  }
}
/* -------------------------
mainvisual
----------------------------*/
.main {
  padding-top: 6.7vw;
}
.mainvisual {
  background-image: url(../images/pc/img-top-back.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.mainvisual__container {
  padding-inline: 20px;
}

.mv__title {
  margin-inline: auto;
  max-width: 62.5vw;
  padding-top: 1.875vw;
  width: 100%;
}

.mv__slide {
  margin-block: 1.875vw;
  margin-inline: auto;
  max-width: 38vw;
  position: relative;
  width: 100%;
}

.mvSwiper__Wrapper {
  left: 50%;
  position: absolute;
  top: 1.4vw;
  transform: translateX(-50.2%);
  width: 26vw;
}

.mvSwiper__bubble {
  display: none;
  left: -36%;
  max-width: 20vw;
  position: absolute;
  top: 32px;
  transition: .3s;
  width: 100%;
}

.mvSwiper__bubble.second-bubble {
  left: unset;
  right: -36%;
}
@keyframes bubbleFadeIn {
  from {
    opacity: 0;
    transform: scale(.5);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}

.mvSwiper__bubble {
  display: none;
  opacity: 0;
  transform: scale(.5);
  transform-origin: right center;
  transition: opacity .3s ease-out, transform .3s ease-out;
}

.mvSwiper__bubble.second-bubble {
  transform-origin: left center;
}

.mvSwiper__bubble.show {
  animation: bubbleFadeIn .5s ease-out forwards;
  display: block;
}

.mv__bottomText {
  margin-inline: auto;
  max-width: 70vw;
  padding-block: 1.875vw;
  width: 100%;
}

@media screen and (max-width: 768px) {
  .main {
    padding-top: 0;
  }
  .mv__title {
    max-width: 333px;
    padding-top: 16px;
  }
  .mv__bottomText {
    max-width: 335px;
    padding-block: 8px 24px;
  }
  .mv__slide {
    margin-top: 104px;
    max-width: 311px;
  }
  .mvSwiper__Wrapper {
    top: 12px;
    transform: translateX(-50.5%);
    width: 217px;
  }
  .mvSwiper__bubble {
    left: 50% !important;
    max-width: 120px;
    right: unset;
    top: -96px;
    transform: translateX(-50%) !important;
  }
}
/* -------------------------
buttonArea
----------------------------*/
.buttonArea {
  background: #f9f9f9;
  padding-block: 4.3vw;
}
.buttonArea__text {
  margin-inline: auto;
  max-width: 62.5vw;
  width: 100%;
}

.buttonArea__column--item {
  display: block;
  width: 100%;
}

.buttonArea__column {
  display: flex;
  gap: 2vw;
  margin-inline: auto;
  max-width: 47.6vw;
  padding-top: 2.3vw;
}

.buttonArea__column--item img {
  width: -webkit-fill-available;
}
@media screen and (max-width: 768px) {
  .buttonArea {
    padding-block: 20px 28px;
  }
  .buttonArea__column {
    gap: 12px;
    margin-inline: auto;
    max-width: 330px;
    padding-top: 24px;
    width: 100%;
  }
  .buttonArea__text {
    margin-inline: auto;
    max-width: 300px;
    width: 100%;
  }
}
/* -------------------------
worries
----------------------------*/
.worries {
  background: #fff;
}
.worries__top {
  margin-inline: auto;
  max-width: 62.5vw;
  padding-block: 5.2vw;
  width: 100%;
}
.worries__bottom {
  background: #e4f4fc;
}
.worries__bottomHead {
  margin-inline: auto;
  max-width: 35.8vw;
  position: relative;
  top: -12px;
  width: 100%;
}
.worries__bottomContent {
  margin-inline: auto;
  max-width: 60.4vw;
  padding-block: 4.68vw 5.2vw;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .worries__top {
    margin-inline: auto;
    max-width: 284px;
    padding-block: 24px 32px;
  }
  .worries__bottomHead {
    max-width: 294px;
    top: -8px;
  }
  .worries__bottomContent {
    max-width: 294px;
    padding-block: 28px;
  }
}
/* -------------------------
point
----------------------------*/
.point {
  background-color: rgba(255, 255, 255, .4);
  padding-bottom: 140px;
  position: relative;
}

/* .point::before {
    background-attachment: fixed;
    background-image: url(../images/pc/img-dot-back.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    content: "";
    height: 100%;
    left: 0;
    opacity: 0.4;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
} */
.point__content {
  margin-inline: auto;
  max-width: 63.5vw;
  padding-bottom: 6.8vw;
  width: 100%;
}

@media screen and (max-width: 768px) {
  .point__content {
    max-width: 304px;
  }
}
/* -------------------------
case
----------------------------*/
.case {
  background: #f9f9f9;
}
.case .secTitle {
  padding-bottom: 78px;
}
.case__content {
  margin-inline: auto;
  max-width: 65.6vw;
  padding-bottom: 6.87vw;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .case__content {
    max-width: 260px;
    padding-bottom: 44px;
  }
  .case .secTitle {
    padding-bottom: 28px;
  }
}
/* -------------------------
fee
----------------------------*/
.fee {
  background: #dbf9ff;
}
.fee__content {
  margin-inline: auto;
  max-width: 55vw;
  padding-bottom: 6.87vw;
  width: 100%;
}
.campain {
  background-image: url(../images/pc/img-stripe-back.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  justify-content: center;
  padding-block: 3.9vw;
}
.campain__container {
  max-width: 57vw;
  width: 100%;
}

@media screen and (max-width: 768px) {
  .campain__container {
    max-width: 320px;
  }
  .fee__content {
    max-width: 320px;
    padding-bottom: 28px;
  }
  .campain {
    padding-block: 28px 40px;
  }
}
/* -------------------------
faq
----------------------------*/
.faq {
  background-color: rgba(255, 255, 255, .4);
  overflow: hidden;
  padding-bottom: 140px;
  position: relative;
}

.faq::before {
  background-image: url(../images/pc/img-dot-back.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  content: "";
  height: 100vh;
  left: 0;
  opacity: .4;
  position: fixed;
  top: 0;
  width: 100vw;
  z-index: -1;
}
.faqAccod {
  display: grid;
  gap: 36px;
  margin-inline: auto;
  max-width: 1320px;
  width: 100%;
}

.faqAccod__head {
  align-items: center;
  cursor: pointer;
  display: flex;
  font-size: 24px;
  justify-content: space-between;
  line-height: 1.8;
  padding: 30px;
}

.faqAccod__icon {
  border: .1em solid currentColor;
  border-bottom: 0;
  border-left: 0;
  box-sizing: border-box;
  color: #333;
  cursor: pointer;
  display: inline-block;
  height: .7em;
  line-height: 1;
  top: 50%;
  transform: translateY(-50%) rotate(135deg);
  transition: transform .3s;
  vertical-align: middle;
  width: .7em;
}

.faqAccod__item.active .faqAccod__icon {
  transform: translateY(-50%) rotate(315deg);
}

.faqAccod__content {
  border-top: 1px solid #707070;
  max-height: 0;
  overflow: hidden;
  transition: max-height .3s ease-out;
}
.faqAccod__text {
  font-size: 22px;
  line-height: 1.8;
  padding: 30px;
}

@media screen and (max-width: 1200px) {
  .faqAccod__head {
    font-size: 20px;
  }
  .faqAccod__text {
    font-size: 18px;
  }
}

@media screen and (max-width: 768px) {
  .faq {
    padding-bottom: 40px;
  }
  .faqAccod__head {
    display: grid;
    font-size: 18px;
    gap: 8px;
    grid-template-columns: auto 24px;
    padding: 16px;
  }
  .faqAccod__text {
    font-size: 16px;
    padding: 16px;
  }
}
/* -------------------------
contact
----------------------------*/
#contact {
  scroll-margin-top: 6vw;
}
.contact {
  background: #1d8eca;
  padding-block: 4vw;
}
.contact__title {
  color: #fff;
  display: flex;
  font-size: 28px;
  line-height: 1.5;
  margin-inline: auto;
  text-align: center;
  width: fit-content;
}
.contact__note {
  color: #fff;
  font-size: 18px;
  margin-top: 18px;
  text-align: center;
}
.itemForm {
  align-items: flex-start;
  display: grid;
  grid-template-columns: 300px auto;
}
.formArea {
  display: grid;
  gap: 30px;
  margin-inline: auto;
  margin-top: 3vw;
  max-width: 800px;
  width: 100%;
}
/* .formArea .wpcf7cf_group {
    display: contents;
} */
.itemForm__title {
  color: #fff;
  font-size: 20px;
  margin-top: 16px;
}
.itemForm__input input {
  font-size: 18px;
  height: 50px;
  padding-left: .5em;
  width: 100%;
}
.itemForm__textarea textarea {
  font-size: 18px;
  padding: .5em;
  width: calc(100% - 1em);
}
.itemForm__check {
  color: #fff;
}
.itemForm__check {
  margin-top: 2vw;
  text-align: center;
}
.itemForm__check a {
  color: #fff;
  text-decoration: underline;
}
.itemForm__contact {
  display: grid;
}
.itemForm__contact input {
  background: #fff;
  border: 1px solid #000;
  border-radius: 60px;
  color: #000;
  font-size: 20px;
  height: 60px;
  margin: 4vw auto 0;
  width: 280px;
}
.wpcf7-list-item label {
  align-items: center;
  display: flex !important;
  gap: 8px;
}
.wpcf7-acceptance .wpcf7-list-item-label {
  font-size: 18px;
}
.wpcf7-form-control.wpcf7-acceptance input[type="checkbox"] {
  appearance: none;
  background: #fff;
  border: 2px solid #333;
  border-radius: 4px;
  display: inline-block;
  height: 30px;
  margin: 0;
  position: relative;
  width: 30px;
}

.wpcf7-form-control.wpcf7-acceptance input[type="checkbox"]:checked::after {
  background: #fff;
  border: 2px solid #333;
  border-radius: 4px;
  content: "✔";
  font-size: 18px;
  height: 27px;
  left: 50%;
  line-height: 24px;
  margin: 0;
  position: absolute;
  text-align: center;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 27px;
}

.wpcf7-not-valid-tip {
  font-size: 16px !important;
  margin-top: 8px;
}
.itemForm__select {
  display: inline-block;
  position: relative;
  width: 100%;
}

.itemForm__selectText {
  color: #fff;
  font-size: 18px;
  line-height: 1.5;
  margin-top: 16px;
}

.itemForm__select select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: #fff;
  border: 1px solid #ccc;
  color: #000;
  font-size: 18px;
  height: 50px;
  padding-inline: 20px;
  width: 100%;
}

/* 下向き矢印 */
.itemForm__select::after {
  border: 2px solid #333;
  border-left: 0;
  border-top: 0;
  box-sizing: border-box;
  content: "";
  height: 8px;
  pointer-events: none;
  position: absolute;
  right: 15px;
  top: 20px;
  transform: rotate(45deg);
  width: 8px;
}

.wpcf7-form-control.wpcf7-select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-image: none;
}
.itemForm__button {
  background: #fff;
  transition: .3s;
}

.wpcf7 form .wpcf7-response-output {
  color: #fff !important;
  left: 50%;
  position: relative;
  transform: translateX(-50%);
  width: fit-content;
}
.wpcf7 .wpcf7-submit:disabled {
  background-color: #fff !important;
  color: #000 !important;
  opacity: 1 !important;
}
.wpcf7 .wpcf7-submit:disabled:hover {
  opacity: 1 !important;
}

.wpcf7 .wpcf7-submit:hover {
  cursor: pointer;
  opacity: .6 !important;
}
@media screen and (max-width: 768px) {
  .itemForm__title {
    font-size: 16px;
  }
  .itemForm {
    gap: 8px;
    grid-template-columns: 1fr;
  }
}

/* -------------------------
company
----------------------------*/
.company {
  background: #fff;
  padding-block: 7.2vw;
}
.company__table {
  font-size: 24px;
  margin-inline: auto;
  margin-top: 4.1vw;
  max-width: 1000px;
  width: 100%;
}
.company__table a {
  color: #000;
}
.company__table tr {
  display: grid;
  grid-template-columns: 240px auto;
  padding-block: 32px;
}
.company__table tr th {
  line-height: 2;
  text-align: start;
}
.company__table tr td {
  line-height: 2;
}
@media screen and (max-width: 1200px) {
  .company__table {
    font-size: 18px;
  }
}

@media screen and (max-width: 768px) {
  .company {
    padding-block: 24px 40px;
  }
  .company__table {
    margin-top: 24px;
  }
  .company__table tr {
    gap: 16px;
    grid-template-columns: 1fr;
    padding-block: 20px;
  }
}
/* -------------------------
footer
----------------------------*/
.footer {
  background: #7b7979;
  padding: 64px 20px 48px;
}
.footer__head {
  align-items: center;
  display: flex;
  gap: 20px;
  justify-content: center;
  text-align: center;
}
.footer__head p {
  color: #fff;
  font-size: 24px;
  line-height: 2.5;
}
.footer__privacy {
  color: #fff;
  display: block;
  font-size: 16px;
  margin-top: 56px;
  text-align: center;
}
.copyRight {
  color: #fff;
  font-size: 16px;
  margin-top: 16px;
  text-align: center;
}
/* -------------------------
お問い合わせ（完了）
----------------------------*/
.contact__container {
  align-items: center;
  display: grid;
  height: calc(100vh - 6.7vw - 276px);
  justify-content: center;
  margin-inline: auto;
  max-width: 1080px;
  padding-inline: 16px;
  width: calc(100% - 40px);
}
.contact__thanks {
  font-size: 24px;
  line-height: 1.5;
  text-align: center;
}
.contact__button {
  align-items: center;
  background: #fff;
  border: 1px solid #000;
  border-radius: 60px;
  color: #000;
  display: flex;
  font-size: 20px;
  height: 60px;
  justify-content: center;
  margin-inline: auto;
  width: 280px;
}

@media screen and (max-width: 768px) {
  .contact__container {
    align-content: center;
    gap: 100px;
    height: calc(100vh - 326px);
  }
  .contact__thanks {
    font-size: 18px;
  }

  .contact__button {
    font-size: 18px;
  }
}
