@charset "UTF-8";
/*
Theme Name: torikilukun
*/
body {
  font-size: 16px;
  color: #161616;
  line-height: 1.6;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  background: #fff;
  overflow-x: visible !important;
}
body.is-checked {
  overflow: hidden;
}

@media screen and (max-width: 767px) {
  .sm {
    display: inline;
  }
}
@media screen and (min-width: 768px) {
  .sm {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .md {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .md {
    display: inline;
  }
}

@media screen and (max-width: 767px) {
  .hidden-sm {
    display: none;
  }
}

@media screen and (min-width: 768px) {
  .hidden-md {
    display: none;
  }
}

@media screen and (min-width: 900px) {
  .hidden-lg {
    display: none;
  }
}

@media screen and (min-width: 1300px) {
  .hidden-xl {
    display: none;
  }
}

.inner {
  padding-inline: 16px;
}
@media screen and (min-width: 768px) {
  .inner {
    max-width: 1104px;
    margin-inline: auto;
    padding-left: 40px;
    padding-right: 40px;
  }
}

/*
Theme Name: torikilukun
*/
.cta__content {
  display: block;
  position: relative;
}

.cta__bg {
  width: 100%;
  display: block;
}

.cta__btn {
  position: absolute;
  bottom: 18%;
  left: 55%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 66.4vw;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
@media screen and (min-width: 768px) {
  .cta__btn {
    width: 40.15vw;
    bottom: 16%;
  }
}

.cta__btn:hover {
  opacity: 0.8;
}

@media screen and (max-width: 767px) {
  main {
    max-width: 750px;
    width: 100%;
    margin-inline: auto;
  }
}

.fv__inner {
  position: relative;
}

.fv__bg {
  width: 100%;
  display: block;
}

.fv__text {
  position: absolute;
  bottom: -3%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 94%;
}
@media screen and (min-width: 768px) {
  .fv__text {
    bottom: -23%;
    width: 80%;
  }
}

.company {
  padding-top: 32px;
  padding-bottom: 24px;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .company {
    padding-top: 15.62vw;
  }
}

@media screen and (min-width: 768px) {
  .company__logo img {
    width: 65.23vw;
  }
}

.work {
  position: relative;
}
.work::before {
  content: "";
  position: absolute;
  bottom: -5%;
  left: 52%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background: url(../img/work-arrow.svg) no-repeat center center/contain;
  width: 3.8vw;
  height: 27vw;
  z-index: 3;
}
@media screen and (min-width: 768px) {
  .work::before {
    bottom: -8%;
    height: 6vw;
  }
}
.work::after {
  content: "";
  position: absolute;
  bottom: -6%;
  left: 0;
  background: #fffee8;
  width: 100%;
  height: 20vw;
  clip-path: ellipse(55% 100% at 50% 0%);
}
@media screen and (min-width: 768px) {
  .work::after {
    content: "";
    position: absolute;
    bottom: -18%;
    left: 0;
    background: #fffee8;
    width: 100%;
    height: 13vw;
    clip-path: ellipse(55% 100% at 50% 0%);
  }
}

.service img {
  width: 100%;
}

.flow {
  position: relative;
  margin-top: -26%;
}
@media screen and (min-width: 768px) {
  .flow {
    margin-top: -17.5%;
  }
}

.qa {
  padding-top: 40px;
  padding-bottom: 48px;
}
@media screen and (min-width: 768px) {
  .qa {
    padding-top: 92px;
    padding-bottom: 72px;
  }
}

.qa__tag {
  text-align: center;
}
@media screen and (max-width: 767px) {
  .qa__tag svg {
    width: 62px;
    height: 45px;
  }
}

.qa__heading {
  text-align: center;
  font-size: 36px;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .qa__heading {
    font-size: 46px;
    margin-bottom: 56px;
  }
}

.qa__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 12px;
  max-width: 720px;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .qa__list {
    max-width: 1000px;
    width: 100%;
    gap: 20px;
  }
}

.qa__item.is-open .qa__question-icon::before {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.qa__question {
  width: 100%;
  background: none;
  border: none;
  cursor: pointer;
  padding: 20px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
  text-align: left;
  border-radius: 4px;
  background: #3ab7ff;
  padding: 10px 12px 10px 10px;
}
@media screen and (min-width: 768px) {
  .qa__question {
    padding: 20px 30px;
  }
}

.qa__question-text {
  color: #fff;
  font-weight: 700;
  line-height: 24px; /* 150% */
  padding-left: 24px;
  position: relative;
}
.qa__question-text::before {
  content: "Q. ";
  position: absolute;
  top: 0;
  left: 0;
}

.qa__question-icon {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 28px;
  height: 28px;
  position: relative;
}

.qa__question-icon::before {
  content: "";
  position: absolute;
  background: url(../img/qa__arrow.svg) no-repeat center center/contain;
  width: 100%;
  height: 100%;
  -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
  transition: opacity 0.3s, -webkit-transform 0.3s;
  transition: transform 0.3s, opacity 0.3s;
  transition: transform 0.3s, opacity 0.3s, -webkit-transform 0.3s;
}

.qa__answer {
  display: none;
  padding: 0 0 20px;
}

.qa__answer p {
  font-weight: 400;
  line-height: 24px; /* 150% */
  padding-top: 16px;
}

@media screen and (min-width: 768px) {
  .cta__img {
    width: 71.25vw;
    margin-inline: auto;
  }
}

.cta__img-arrow {
  text-align: center;
}
.contact {
  background: #fff;
  padding-top: 46px;
  padding-bottom: 68px;
}
@media screen and (min-width: 768px) {
  .contact {
    padding-bottom: 80px;
  }
}

@media screen and (max-width: 767px) {
  .contact__inner {
    padding-inline: 20px;
  }
}

.contact__heading {
  display: block;
  width: 100%;
  max-width: 375px;
  margin: 0 auto 40px;
}

.contact__form {
  max-width: 480px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 26px;
}
@media screen and (min-width: 768px) {
  .contact__form {
    max-width: 640px;
  }
}

.contact__form-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 18px;
}

.contact__form-label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 6px;
}

.contact__form-title {
  line-height: 100%; /* 16px */
  color: #161616;
}

.contact__form-required {
  color: #d32929;
  line-height: 100%; /* 16px */
}

.contact__form-input {
  width: 100%;
  border-radius: 8px;
  border: 1px solid #b3b3b3;
  background: #fff;
  padding: 6px 10px;
  color: #161616;
  outline: none;
  -webkit-transition: border-color 0.2s;
  transition: border-color 0.2s;
}

.contact__form-input::-webkit-input-placeholder {
  color: #b3b3b3;
  line-height: 100%; /* 16px */
}

.contact__form-input::-moz-placeholder {
  color: #b3b3b3;
  line-height: 100%; /* 16px */
}

.contact__form-input:-ms-input-placeholder {
  color: #b3b3b3;
  line-height: 100%; /* 16px */
}

.contact__form-input::-ms-input-placeholder {
  color: #b3b3b3;
  line-height: 100%; /* 16px */
}

.contact__form-input::placeholder {
  color: #b3b3b3;
  line-height: 100%; /* 16px */
}

.contact__form-input:focus {
  border-color: #009ae2;
}

.contact__form-input.input-invalid {
  border-color: #d32929;
}

.contact__form-textarea {
  width: 100%;
  border-radius: 8px;
  border: 1px solid #b3b3b3;
  background: #fff;
  border-radius: 6px;
  padding: 6px 10px;
  color: #161616;
  outline: none;
  resize: vertical;
  min-height: 102px;
  -webkit-transition: border-color 0.2s;
  transition: border-color 0.2s;
  font-family: inherit;
}

.contact__form-textarea:focus {
  border-color: #009ae2;
}

.contact__form-textarea.input-invalid {
  border-color: #d32929;
}

.contact__form-submit {
  text-align: center;
  margin-top: 8px;
}
@media screen and (min-width: 768px) {
  .contact__form-submit {
    margin-top: 60px;
  }
}

.contact__form-btn {
  border: none;
  cursor: pointer;
  padding: 0;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  width: 256px;
  height: auto;
  margin-inline: auto;
  aspect-ratio: 440/60; /* btn.pngの実際の比率に変更 */
  background: url("../img/btn.png") no-repeat center center/contain;
  display: block;
  color: transparent; /* "送信"テキストを非表示 */
  font-size: 0; /* "送信"テキストを非表示 */
}
@media screen and (min-width: 768px) {
  .contact__form-btn {
    width: 440px;
  }
}
.contact__form-btn:hover {
  opacity: 0.8;
}

.footer {
  padding: 34px 0px 60px;
  color: #fff;
  background: #161616;
}

.footer__company span {
  font-size: 18px;
  font-weight: 700;
}
.footer__company {
  font-size: 18px;
}
.footer__address {
  margin-top: 16px;
  margin-bottom: 20px;
  color: #fff;
  line-height: 24px; /* 150% */
  font-style: normal;
}
.footer__copyright {
  padding-top: 20px;
  color: #fff;
  font-size: 16px;
  line-height: 24px; /* 150% */
}
.cta__fixed {
  position: fixed;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100%;
  z-index: 100;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.3s ease, visibility 0.3s ease;
  transition: opacity 0.3s ease, visibility 0.3s ease;
  max-width: 500px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .cta__fixed {
    padding-inline: 20px;
  }
}
.cta__fixed.is-show {
  opacity: 1;
  visibility: visible;
}

.cta__fixed-link {
  display: block;
  width: 100%;
}
.cta__fixed-link img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}