@charset "UTF-8";

html {
  color: #000;
  background: #fff;
}

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
textarea,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
}

fieldset,
img {
  border: 0;
}

address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
  font-style: normal;
  font-weight: normal;
}

ol,
ul {
  list-style: none;
}

caption,
th {
  text-align: left;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
}

q:before,
q:after {
  content: "";
}

abbr,
acronym {
  border: 0;
  font-variant: normal;
}

sup {
  vertical-align: text-top;
}

sub {
  vertical-align: text-bottom;
}

input,
textarea,
select,
button {
  color: inherit;
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  *font-size: 100%;
  border-radius: 0;
  border: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-appearance: none;
  background-color: inherit;
}

input,
textarea,
select {
  font-size: 16px;
}

textarea {
  resize: vertical;
  display: block;
}

button {
  padding: 0;
  cursor: pointer;
}

legend {
  color: #000;
}

main {
  display: block;
}

a {
  text-decoration: none;
  color: inherit;
}

img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}

svg {
  display: block;
}

* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  box-sizing: border-box;
}

*::before,
*::after {
  box-sizing: border-box;
}

body {
  color: #181818;
  font-family: "Noto Sans JP", sans-serif;
}

body.is-no-scroll {
  overflow-y: hidden;
}

@media (min-width: 768px) {
  a[href^="tel:"] {
    pointer-events: none;
    cursor: default;
  }
}

/* 見出し */
.heading {
  font-size: 36px;
  letter-spacing: 0.12em;
  font-weight: 700;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .heading {
    font-size: 24px;
  }
}

/* ボタン */
.form-btn {
  display: block;
  font-size: 23px;
  color: #fff;
  background-color: #fa7a24;
  letter-spacing: 0.09em;
  font-weight: 500;
  border-radius: 100vh;
  border: 2px solid #fff;
  box-shadow: 2px 2px 12px rgba(0, 0, 0, 0.19);
  max-width: 435px;
  width: 100%;
  height: 94px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

@media screen and (max-width: 767px) {
  .form-btn {
    max-width: 245px;
    height: 55px;
    font-size: 13px;
  }
}

.form-btn.form-btn--header {
  max-width: 230px;
  height: 52px;
  font-size: 12.66px;
  font-weight: 500;
}

@media screen and (max-width: 767px) {
  .form-btn.form-btn--header {
    max-width: 140px;
    height: 32px;
    font-size: 7.5px;
  }
}

.form-btn.form-btn--header::after {
  width: 10px;
  height: 10px;
  right: 5px;
}

@media screen and (max-width: 767px) {
  .form-btn.form-btn--header::after {
    width: 6px;
    height: 6px;
    right: 4px;
  }
}

.form-btn::after {
  content: "";
  position: absolute;
  top: 51%;
  transform: translateY(-50%);
  right: 16px;
  display: inline-block;
  width: 12px;
  height: 16px;
  background-image: url(../img/button-arrow.webp);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
}

@media screen and (max-width: 767px) {
  .form-btn::after {
    right: 6px;
    width: 10px;
    height: 10px;
  }
}

.form-btn.sticky-cta__link {
  max-width: 375px;
  height: 65px;
}

@media screen and (max-width: 767px) {
  .form-btn.sticky-cta__link::after {
    right: 12px;
  }
}

.form-btn__sub {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  max-width: 230px;
  width: 100%;
  height: 45px;
  font-size: 23px;
  letter-spacing: 0.09em;
  color: #fa7a24;
  background-color: #fff;
  border: 1px solid #fa7a24;
  border-radius: 100vh;
  position: absolute;
  top: -25%;
  left: 50%;
  transform: translateX(-50%);
}

@media screen and (max-width: 767px) {
  .form-btn__sub {
    font-size: 13px;
    max-width: 136px;
    height: 26px;
  }
}

.form-btn__sub.sticky-cta__link {
  height: 30px;
}

.form-btn__sub.form-btn__sub--header {
  font-size: 12.66px;
  max-width: 136px;
  height: 25.32px;
  font-weight: 500;
}

@media screen and (max-width: 767px) {
  .form-btn__sub.form-btn__sub--header {
    font-size: 7.5px;
    height: 15px;
    max-width: 75px;
  }
}

/* 送信ボタン */
.submit-btn {
  display: inline-grid;
  background-color: #fa7a24;
  color: #fff;
  font-size: 23px;
  font-weight: 500;
  max-width: 419px;
  width: 100%;
  height: 94px;
  place-items: center;
  border: 2px solid #fff;
  box-shadow: 0 0 29px rgba(0, 0, 0, 0.19);
}

.submit-btn.submit-btn--thanks {
  max-width: 319px;
  height: 64px;
}

@media screen and (max-width: 767px) {
  .submit-btn {
    font-size: 18px;
    max-width: 260px;
    height: 58px;
    font-size: 18px;
  }
}

/* CTA */
.cta {
  background-color: #1babda;
}

.cta__message {
  max-width: 530px;
  margin: 0 auto;
  padding: 0 15px;
}

@media screen and (max-width: 924px) {
  .cta__message {
    width: 92%;
  }
}

.cta__card {
  background-color: #fff;
  max-width: 50%;
  margin: 22px auto 0;
  padding: 64px 0 42px;
}

@media (max-width: 1830px) {
  .cta__card {
    width: 100%;
    margin: 14px auto 0;
    padding: 24px 0 23px;
  }
}

@media screen and (max-width: 1024px) {
  .cta__card {
    max-width: 1030px;
  }
}

.cta__card-inner {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 54px;
}

@media (max-width: 1830px) {
  .cta__card-inner {
    display: block;
  }
}

.cta__card-tel {
  margin-top: -22px;
}

@media (max-width: 1830px) {
  .cta__card-tel {
    text-align: center;
    margin-top: 0;
  }
}

.cta__card-tel-top {
  display: flex;
  align-items: center;
  gap: 14px;
}

@media (max-width: 1830px) {
  .cta__card-tel-top {
    justify-content: center;
  }
}

.cta__card-tel-icon {
  width: 37px;
  -o-object-fit: contain;
  object-fit: contain;
}

@media (max-width: 1830px) {
  .cta__card-tel-icon {
    width: 25px;
  }
}

.cta__card-tel-text {
  font-size: 45px;
  font-weight: 700;
  letter-spacing: 0.05em;
}

@media (max-width: 1830px) {
  .cta__card-tel-text {
    font-size: 31px;
  }
}

.cta__card-hours {
  font-size: 16px;
  letter-spacing: 0.05em;
  font-weight: 500;
}

@media (max-width: 1830px) {
  .cta__card-hours {
    font-size: 10px;
  }
}

.cta__card-btn {
  flex: 0 0 435px;
}

@media (max-width: 1830px) {
  .cta__card-btn {
    width: 71%;
    margin: 30px auto 0;
    text-align: center;
  }
}

.cta01 {
  padding: 67px 15px;
  text-align: center;
}

@media (max-width: 1830px) {
  .cta01 {
    padding: 34px 15px 36px;
  }
}

.cta02,
.cta03 {
  padding: 66px 15px;
}

@media screen and (max-width: 767px) {
  .cta03 {
    padding: 66px 15px 100px;
  }
}

.cta__card02 {
  margin-top: 24px;
  padding: 11px 0 17px;
  background-color: #fff;
  max-width: 50%;
  margin: 24px auto 0;
}

@media (max-width: 1830px) {
  .cta__card02 {
    width: 100%;
    margin-top: 20px;
    padding: 18px 0 23px;
  }
}

@media screen and (max-width: 1024px) {
  .cta__card02 {
    max-width: 1030px;
  }
}

.cta__card02-inner {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 30px;
}

@media (max-width: 1830px) {
  .cta__card02-inner {
    display: block;
  }
}

.cta__card02-left {
  flex: 0 0 460px;
}

@media (max-width: 1830px) {
  .cta__card02-left {
    max-width: 242px;
    width: 100%;
    margin: 0 auto;
  }
}

.cta__card02-right {
  flex: 0 0 318px;
}

@media (max-width: 1830px) {
  .cta__card02-right {
    max-width: 242px;
    width: 100%;
    margin: 10px auto 0;
  }
}

.cta__card02-right-link {
  display: block;
}

/* インナー */
/* ヘッダー */
.header {
  height: 80px;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10;
  background-color: #fff;
}

@media screen and (max-width: 767px) {
  .header {
    height: 60px;
    position: static;
    top: initial;
    left: initial;
    z-index: initial;
  }
}

@media (max-width: 370px) {
  .header {
    padding: 0 10px;
  }
}

.header__inner {
  height: 100%;
  max-width: 1030px;
  margin: 0 auto;
  padding: 0 15px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

@media (min-width: 380px) {
  .header__inner {
    justify-content: space-between;
  }
}

@media (max-width: 370px) {
  .header__inner {
    padding: 0;
  }
}

/* ロゴ */
.header__logo {
  font-size: 26px;
  letter-spacing: 0.2em;
  font-weight: 500;
}

@media screen and (max-width: 767px) {
  .header__logo {
    font-size: 13px;
    margin-right: 20px;
  }
}

@media (max-width: 370px) {
  .header__logo {
    margin-right: 10px;
  }
}

.header__logo-link {
  display: block;
  width: 210px;
}

@media screen and (max-width: 767px) {
  .header__logo-link {
    width: 150px;
  }
}

.header__logo-link img {
  width: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.header__info {
  display: flex;
  align-items: center;
  gap: 24px;
}

@media screen and (max-width: 767px) {
  .header__info {
    gap: 5px;
    flex: 1 1 auto;
    justify-content: flex-end;
  }
}

@media (min-width: 380px) {
  .header__info {
    margin-right: 15px;
  }
}

@media (min-width: 768px) {
  .header__info {
    margin-right: 30px;
  }
}

.header__card-tel {
  flex-shrink: 0;
  text-align: center;
  margin-top: 0;
}

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

.header__card-tel-top {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
}

@media screen and (max-width: 767px) {
  .header__card-tel-top {
    gap: 5px;
  }
}

.header__card-tel-icon {
  width: 26px;
  -o-object-fit: contain;
  object-fit: contain;
}

@media screen and (max-width: 767px) {
  .header__card-tel-icon {
    width: 14px;
    margin-top: 3px;
  }
}

.header__card-tel-text {
  font-size: 32px;
  font-weight: 700;
  letter-spacing: 0.05em;
}

@media screen and (max-width: 767px) {
  .header__card-tel-text {
    font-size: 16px;
  }
}

.header__card-hours {
  font-size: 10px;
  letter-spacing: 0.05em;
  font-weight: 500;
}

@media screen and (max-width: 767px) {
  .header__card-hours {
    font-size: 5.5px;
    margin-top: 1px;
    padding-left: 8px;
  }
}

.header__card-btn {
  flex: 0 0 230px;
  margin-top: 12px;
}

@media screen and (max-width: 767px) {
  .header__card-btn {
    flex: 0 0 140px;
    margin-top: 7px;
  }
}

/* フッター */
.footer {
  padding: 0;
  background-color: transparent;
  color: #fff;
  font-family: "Noto Serif JP", serif;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .footer {
    padding: 32px 0 118px;
    margin-top: 4em;
    background-color: #f5f5f5;
    color: #333;
  }
}

.footer__title {
  display: inline-block;
  font-size: 24px;
  font-weight: 600;
  text-align: center;
  letter-spacing: 0.1em;
}

@media screen and (max-width: 767px) {
  .footer__title {
    font-size: 16px;
  }
}

.footer__info {
  margin-top: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 0.1em;
}

@media screen and (max-width: 767px) {
  .footer__info {
    font-size: 12px;
  }
}

.footer__info span {
  display: inline-block;
  margin: 0 0.5em;
}

.footer__copyright {
  margin-top: 0;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .footer__copyright {
    margin-top: 5px;
  }
}

.footer__copyright-text {
  display: inline-block;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 0.1em;
}

@media screen and (max-width: 767px) {
  .footer__copyright-text {
    font-size: 12px;
  }
}

/* フッター */
.footer__sitemap-inner {
  padding-block: 20px;
  background: #fff;
  color: #333;
}

.footer__sitemap-items {
  display: flex;
  justify-content: center;
}

.footer__sitemap-items li a {
  margin-inline: 1em;
}

@media screen and (max-width: 767px) {
  .footer__sitemap-inner {
    background: #f5f5f5;
  }

  .footer__sitemap-items li a {
    font-size: 12px;
    margin-inline: 3.2svw;
  }
}

/* @media (any-hover: hover) {
  .footer__sitemap-items li a:hover {
    text-decoration: underline;
  }
} */

.footer__sitemap-items li:nth-child(n+2)::before {
  content: "｜";
}

.footer__copyright {
  background: #333;
  font-size: 12px;
  color: #fff;
}

@media screen and (max-width: 767px) {
  .footer__copyright {
    padding-block: 0;
    background: #f5f5f5;
    color: #333;
  }
}

.footer__copyright-inner {
  padding-block: 12px;
  text-align: center;
}

/* fv */
.fv {
  padding-top: 80px;
}

@media screen and (max-width: 767px) {
  .fv {
    padding-top: 0;
  }
}

/* lead */
.lead {
  padding: 17px 15px 24px;
}

.lead__inner {
  max-width: 34.85%;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .lead__inner {
    max-width: none;
    width: 87%;
  }
}

@media screen and (max-width: 1024px) {
  .lead__inner {
    max-width: 727px;
  }
}

/* top */
.top {
  padding: 34px 15px 34px;
  background-color: #fff;
}

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

.top__inner {
  max-width: 50%;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .top__inner {
    max-width: none;
    width: 100%;
  }
}

@media screen and (max-width: 1024px) {
  .top__inner {
    max-width: 1030px;
  }
}

/* links */
.links {
  padding: 64px 15px 87px;
}

@media screen and (max-width: 767px) {
  .links {
    padding: 50px 5px;
  }
}

.links.links--flets {
  padding: 144px 15px 87px;
}

@media screen and (max-width: 767px) {
  .links.links--flets {
    padding: 50px 5px;
  }
}

.links__inner {
  max-width: 50%;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .links__inner {
    max-width: none;
    width: 100%;
  }
}

@media screen and (max-width: 1240px) {
  .links__inner {
    max-width: 1030px;
  }
}

.links__content {
  display: flex;
  align-items: center;
  justify-content: center;
}

@media screen and (max-width: 767px) {
  .links__content {
    flex-direction: column;
    gap: 16px;
  }
}

.links__anchor {
  display: block;
  transition: opacity 0.3s;
}

.links__anchor:hover {
  opacity: 0.8;
}

/* 選ばれる理由 */
.reason {
  padding: 70px 0 58px;
  background-color: #e3f5fc;
}

@media screen and (max-width: 767px) {
  .reason {
    padding: 52px 0 42px;
  }
}

.reason__contents {
  margin-top: 42px;
}

@media screen and (max-width: 767px) {
  .reason__contents {
    margin-top: 45px;
  }
}

.reason__heading {
  text-align: center;
  padding: 0 15px;
}

.reason__heading img {
  max-width: 29%;
  -o-object-fit: contain;
  object-fit: contain;
}

@media screen and (max-width: 1240px) {
  .reason__heading img {
    max-width: 610px;
  }
}

@media screen and (max-width: 767px) {
  .reason__heading img {
    max-width: 250px;
  }
}

.reason__item:not(:first-child) {
  margin-top: 50px;
}

@media screen and (max-width: 767px) {
  .reason__item:not(:first-child) {
    margin-top: 44px;
  }
}

.reason__item.is-first {
  max-width: 78%;
  margin-right: auto;
  padding-right: 15px;
}

@media screen and (max-width: 767px) {
  .reason__item.is-first {
    max-width: none;
    padding-right: 0;
  }
}

@media screen and (max-width: 924px) {
  .reason__item.is-first {
    max-width: 1558px;
    width: 100%;
  }
}

.reason__item.is-second {
  max-width: 78%;
  margin-left: auto;
  padding-left: 15px;
}

@media screen and (max-width: 767px) {
  .reason__item.is-second {
    max-width: none;
    padding-left: 0;
  }
}

@media screen and (max-width: 924px) {
  .reason__item.is-second {
    max-width: 1550px;
    width: 100%;
  }
}

.reason__item.is-third {
  max-width: 78%;
  margin-right: auto;
  padding-right: 15px;
}

@media screen and (max-width: 767px) {
  .reason__item.is-third {
    max-width: none;
    padding-right: 0;
  }
}

@media screen and (max-width: 924px) {
  .reason__item.is-third {
    max-width: 1562px;
    width: 100%;
  }
}

.reason__item.is-fourth {
  max-width: 78%;
  margin-left: auto;
  padding-left: 15px;
}

@media screen and (max-width: 767px) {
  .reason__item.is-fourth {
    max-width: none;
    padding-left: 0;
  }
}

@media screen and (max-width: 924px) {
  .reason__item.is-fourth {
    max-width: 1550px;
    width: 100%;
  }
}

/* service */
.service {
  background-color: #f2f2f2;
  padding: 77px 0 84px;
}

@media screen and (max-width: 767px) {
  .service {
    padding: 43px 0 40px;
  }
}

.service__content {
  margin-top: 32px;
}

@media screen and (max-width: 767px) {
  .service__content {
    margin-top: 30px;
  }
}

.service__content.is-flets {
  margin-top: 67px;
}

@media screen and (max-width: 767px) {
  .service__content.is-flets {
    margin-top: 40px;
  }
}

.service__heading {
  max-width: 234px;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .service__heading {
    max-width: 184px;
  }
}

.service__body {
  max-width: 50%;
  margin: 0 auto;
  padding: 0 15px;
}

@media screen and (max-width: 1024px) {
  .service__body {
    max-width: 1030px;
  }
}

.service__next-title {
  max-width: 270px;
  margin: 72px auto 0;
}

@media screen and (max-width: 767px) {
  .service__next-title {
    margin: 40px auto 0;
  }
}

.service__price {
  max-width: 43%;
  margin: 32px auto 0;
  padding: 0 15px;
}

@media screen and (max-width: 1024px) {
  .service__price {
    max-width: 890px;
  }
}

@media screen and (max-width: 767px) {
  .service__price {
    max-width: 270px;
    padding: 0;
  }
}

.service__more-arrow {
  max-width: 40px;
  margin: 20px auto;
}

@media screen and (max-width: 767px) {
  .service__more-arrow {
    max-width: 18px;
    margin: 17px auto;
  }
}

.service__more-arrow img {
  width: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.service__more {
  max-width: 50%;
  margin: 0 auto;
  padding: 0 15px;
  position: relative;
}

@media screen and (max-width: 924px) {
  .service__more {
    max-width: 1030px;
  }
}

@media (max-width: 1830px) {
  .service__more {
    width: 485px;
  }
}

@media screen and (max-width: 767px) {
  .service__more {
    max-width: none;
    width: 100%;
  }
}

.service__more-link {
  width: 353px;
  position: absolute;
  right: 6.5%;
  bottom: 8.4%;
}

.service__more-link img {
  width: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

@media (max-width: 1830px) {
  .service__more-link {
    right: 65px;
    bottom: 15px;
  }
}

@media screen and (max-width: 767px) {
  .service__more-link {
    width: 70%;
    right: 15%;
    bottom: 4%;
  }
}

.service__more-anchor {
  display: block;
}

.service__more-notice {
  max-width: 35%;
  margin: 20px auto 0;
}

@media screen and (max-width: 767px) {
  .service__more-notice {
    max-width: 95%;
  }
}

@media screen and (max-width: 1024px) {
  .service__more-notice {
    max-width: 730px;
  }
}

/* フレッツ光セクション */
.service__flets-title {
  max-width: 154px;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .service__flets-title {
    max-width: 115px;
  }
}

.service__flets-area {
  max-width: 42.5%;
  margin: 43px auto 0;
  padding: 0 15px;
}

@media screen and (max-width: 1024px) {
  .service__flets-area {
    max-width: 880px;
  }
}

@media screen and (max-width: 767px) {
  .service__flets-area {
    max-width: 271px;
    margin: 28px auto 0;
  }
}

.service__flets-body {
  max-width: 50%;
  margin: 40px auto 0;
  padding: 0 15px;
}

@media screen and (max-width: 924px) {
  .service__flets-body {
    max-width: 1000px;
    width: 100%;
    margin: 32px auto 0;
  }
}

.service__flets-notice {
  max-width: 30.25%;
  margin: 36px auto 0;
  padding: 0 15px;
}

@media screen and (max-width: 767px) {
  .service__flets-notice {
    max-width: 15.8%;
    margin: 32px auto 0;
  }
}

@media screen and (max-width: 924px) {
  .service__flets-notice {
    max-width: 605px;
    width: 100%;
  }
}

.service__flets-content {
  max-width: 50%;
  margin: 55px auto 0;
  padding: 0 15px;
}

@media screen and (max-width: 767px) {
  .service__flets-content {
    max-width: none;
    width: 100%;
    margin: 46px auto 0;
    padding: 0;
  }
}

@media screen and (max-width: 924px) {
  .service__flets-content {
    max-width: 1000px;
    width: 100%;
  }
}

/* ご利用開始までの目安 */
.service__time {
  padding: 59px 0 60px;
  background-color: #fff;
}

@media screen and (max-width: 767px) {
  .service__time {
    padding: 40px 0 40px;
  }
}

.service__time-heading {
  max-width: 420px;
  margin: 0 auto;
  padding: 0 15px;
}

@media screen and (max-width: 767px) {
  .service__time-heading {
    max-width: 270px;
  }
}

.service__time-body {
  max-width: 26.15%;
  margin: 39px auto 0;
  padding: 0 15px;
}

.service__time-body.is-index {
  max-width: 42.75%;
}

@media screen and (max-width: 1240px) {
  .service__time-body.is-index {
    max-width: 553px;
  }
}

@media screen and (max-width: 767px) {
  .service__time-body.is-index {
    max-width: 244px;
    padding: 0;
  }
}

@media screen and (max-width: 767px) {
  .service__time-body {
    max-width: 13.5%;
    margin: 35px auto 0;
  }
}

@media screen and (max-width: 924px) {
  .service__time-body {
    max-width: 553px;
  }
}

@media screen and (max-width: 767px) {
  .service__time-body {
    max-width: 244px;
    padding: 0;
  }
}

/* 対応できる案件 */
.property {
  padding: 70px 0 80px;
}

@media screen and (max-width: 767px) {
  .property {
    padding: 50px 0 48px;
  }
}

.property__heading {
  max-width: 310px;
  margin: 0 auto;
  padding: 0 15px;
}

@media screen and (max-width: 767px) {
  .property__heading {
    max-width: 195px;
  }
}

.property__content {
  max-width: 49.75%;
  margin: 55px auto 0;
  padding: 0 15px;
}

@media screen and (max-width: 767px) {
  .property__content {
    max-width: none;
    width: 100%;
    margin: 35px auto 0;
  }
}

@media screen and (max-width: 1240px) {
  .property__content {
    max-width: 1025px;
  }
}

/* よくある質問 */
.qa {
  padding: 54px 0;
  background-color: #e3f5fc;
}

@media screen and (max-width: 767px) {
  .qa {
    padding: 27px 0;
  }
}

.qa02 {
  margin-top: 36px;
}

.qa__title-wrap {
  background-color: #1babda;
  padding: 23px 0 22px;
}

@media screen and (max-width: 767px) {
  .qa__title-wrap {
    padding: 10px 0 10px;
  }
}

.qa__title-inner {
  max-width: 40.5%;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .qa__title-inner {
    padding-left: 19px;
  }
}

@media screen and (max-width: 1240px) {
  .qa__title-inner {
    max-width: 840px;
  }
}

.qa__contents {
  margin-top: 45px;
}

@media screen and (max-width: 767px) {
  .qa__contents {
    margin-top: 30px;
  }
}

.qa__title {
  color: #fff;
  font-size: 28px;
  letter-spacing: 0.12em;
  font-weight: 700;
  line-height: 1;
  padding-left: 29px;
  position: relative;
}

@media screen and (max-width: 767px) {
  .qa__title {
    font-size: 19px;
    padding-left: 8px;
  }
}

.qa__title::before {
  content: "";
  position: absolute;
  top: 2px;
  left: 0;
  display: inline-block;
  width: 4px;
  height: 100%;
  background-color: #fff;
}

@media screen and (max-width: 767px) {
  .qa__title::before {
    top: 1px;
    width: 2px;
  }
}

.qa__items {
  max-width: 41.7%;
  margin: 33px auto 0;
  padding: 0 15px;
}

@media screen and (max-width: 767px) {
  .qa__items {
    margin: 15px auto 0;
  }
}

@media screen and (max-width: 1240px) {
  .qa__items {
    max-width: 864px;
  }
}

.qa__list-item {
  background-color: #fff;
  padding: 32px 34px 24px;
  border-radius: 20px;
}

@media screen and (max-width: 767px) {
  .qa__list-item {
    padding: 14px 12px 14px;
  }
}

.qa__list-item:not(:first-child) {
  margin-top: 30px;
}

@media screen and (max-width: 767px) {
  .qa__list-item:not(:first-child) {
    margin-top: 15px;
  }
}

.qa__term,
.qa__desc {
  display: flex;
  gap: 12px;
}

@media screen and (max-width: 767px) {

  .qa__term,
  .qa__desc {
    gap: 9px;
  }
}

.qa__term {
  align-items: center;
  padding-bottom: 31px;
  cursor: pointer;
  transition: padding-bottom 0.3s;
}

.qa__term.is-close {
  padding-bottom: 0;
}

@media screen and (max-width: 767px) {
  .qa__term {
    padding-bottom: 12px;
  }
}

.qa__desc {
  align-items: flex-start;
  border-top: 1px solid #181818;
  padding-top: 32px;
  transition: padding-top 0.3s, line-height 0.3s, height 0.3s, opacity 0.3s;
}

.qa__desc.is-close {
  padding-top: 0;
  line-height: 0;
  height: 0;
  opacity: 0;
}

@media screen and (max-width: 767px) {
  .qa__desc {
    padding-top: 12px;
  }
}

.qa__term-text {
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 0.075em;
}

@media screen and (max-width: 767px) {
  .qa__term-text {
    font-size: 15px;
  }
}

.qa__desc-text {
  font-size: 18px;
  letter-spacing: 0.1em;
}

@media screen and (max-width: 767px) {
  .qa__desc-text {
    font-size: 14px;
  }
}

.qa__desc-text span+span {
  display: block;
  margin-top: 1em;
}

.qa__q,
.qa__a {
  font-family: "Arial", sans-serif;
  font-size: 40px;
  letter-spacing: 0.12em;
}

@media screen and (max-width: 767px) {

  .qa__q,
  .qa__a {
    font-size: 22px;
  }
}

.qa__q {
  color: #1babda;
}

/* フォーム */
.sec-form {
  padding: 60px 0 100px;
}

@media screen and (max-width: 767px) {
  .sec-form {
    padding: 38px 0 50px;
  }
}

.sec-form__inner {
  max-width: 48%;
  margin: 46px auto 0;
  padding: 0 15px;
}

@media screen and (max-width: 767px) {
  .sec-form__inner {
    padding: 0;
    margin: 28px auto 0;
  }
}

@media screen and (max-width: 1240px) {
  .sec-form__inner {
    max-width: 990px;
  }
}

.form__item {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 32px;
}

@media screen and (max-width: 767px) {
  .form__item {
    gap: 2px;
  }
}

.form__item:not(:first-child) {
  margin-top: 29px;
}

@media screen and (max-width: 767px) {
  .form__item:not(:first-child) {
    margin-top: 15px;
  }
}

@media screen and (max-width: 767px) {
  .form__item {
    flex-direction: column;
    width: 81.73%;
    margin: 0 auto;
  }
}

.form__item-label {
  flex: 0 0 240px;
  display: flex;
  justify-content: space-between;
}

@media screen and (max-width: 767px) {
  .form__item-label {
    flex: initial;
    width: 100%;
    justify-content: flex-start;
  }
}

.form__item-control {
  flex: 1 1 auto;
}

@media screen and (max-width: 767px) {
  .form__item-control {
    flex: initial;
    width: 100%;
  }
}

.form__item-control.form__item-radio {
  display: flex;
  flex-wrap: wrap;
  -moz-column-gap: 64px;
  column-gap: 64px;
  row-gap: 10px;
}

@media screen and (max-width: 767px) {
  .form__item-control.form__item-radio {
    -moz-column-gap: 45px;
    column-gap: 45px;
    row-gap: 8px;
  }
}

.form__item-name {
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0.1em;
}

@media screen and (max-width: 767px) {
  .form__item-name {
    font-size: 14px;
  }
}

.form__item-required {
  color: #fff;
  background-color: #fa7a24;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0.1em;
  padding: 4px 4px;
}

@media screen and (max-width: 767px) {
  .form__item-required {
    font-size: 13px;
    padding: 2px 4px;
    margin-left: 0.5em;
  }
}

input[type=text],
input[type=tel],
input[type=email],
textarea {
  border: 2px solid #d6d4d4;
  font-size: 18px;
  padding: 17px 13px;
}

@media screen and (max-width: 767px) {

  input[type=text],
  input[type=tel],
  input[type=email],
  textarea {
    padding: 7px 5px;
  }
}

input[type=text]::-moz-placeholder,
input[type=tel]::-moz-placeholder,
input[type=email]::-moz-placeholder,
textarea::-moz-placeholder {
  font-size: 18px;
  color: #d6d4d4;
}

input[type=text]::placeholder,
input[type=tel]::placeholder,
input[type=email]::placeholder,
textarea::placeholder {
  font-size: 18px;
  color: #d6d4d4;
}

@media screen and (max-width: 767px) {

  input[type=text]::-moz-placeholder,
  input[type=tel]::-moz-placeholder,
  input[type=email]::-moz-placeholder,
  textarea::-moz-placeholder {
    font-size: 13px;
  }

  input[type=text]::placeholder,
  input[type=tel]::placeholder,
  input[type=email]::placeholder,
  textarea::placeholder {
    font-size: 13px;
  }
}

input[type=text],
input[type=tel],
input[type=email] {
  width: 550px;
  height: 57px;
}

@media screen and (max-width: 767px) {

  input[type=text],
  input[type=tel],
  input[type=email] {
    width: 100%;
    height: 51px;
  }
}

textarea {
  width: 100%;
  height: 177px;
  padding: 17px 13px;
  resize: none;
}

@media screen and (max-width: 767px) {
  textarea {
    padding: 7px 5px;
  }
}

/* ラジオボタン */
.form__item-radio-inner {
  cursor: pointer;
}

.form__item-radio-inner span {
  font-size: 18px;
  letter-spacing: 0.1em;
  font-weight: 500;
  padding-left: 24px;
  position: relative;
}

@media screen and (max-width: 767px) {
  .form__item-radio-inner span {
    font-size: 13px;
    padding-left: 14px;
  }
}

.form__item-radio-inner span::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  display: inline-block;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  border: 2px solid #d6d4d4;
  background-color: #fff;
}

@media screen and (max-width: 767px) {
  .form__item-radio-inner span::before {
    top: 58%;
    width: 12px;
    height: 12px;
  }
}

.form__item-radio-inner span::after {
  display: none;
}

input[type=radio] {
  position: absolute;
  opacity: 0;
}

input[type=radio]:checked+span::after {
  display: block;
  content: "";
  position: absolute;
  top: 9px;
  left: 4px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #fa7a24;
}

@media screen and (max-width: 767px) {
  input[type=radio]:checked+span::after {
    top: 9px;
    left: 3.5px;
    width: 5px;
    height: 5px;
  }
}

/* ボタン */
.form__btn-wrap {
  text-align: center;
  margin-top: 50px;
}

@media screen and (max-width: 767px) {
  .form__btn-wrap {
    margin-top: 26px;
  }
}

/* 追従CTAボタン */
.sticky-cta {
  display: none;
}

@media screen and (max-width: 767px) {
  .sticky-cta {
    text-align: center;
    display: block;
    position: fixed;
    bottom: 10px;
    left: 50%;
    transform: translateX(-50%);
    width: 90%;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s, visibility 0.3s;
  }

  .sticky-cta.is-show {
    opacity: 1;
    visibility: visible;
  }
}

/* サンクスページ */
.thanks {
  background-color: #1babda;
  height: calc(100vh - 80px);
  margin-top: 80px;
}

@media screen and (max-width: 767px) {
  .thanks {
    height: calc(100vh - 60px);
    margin-top: 0;
  }
}

.thanks__inner {
  padding-top: 119px;
}

@media screen and (max-width: 767px) {
  .thanks__inner {
    padding-top: 80px;
  }
}

.thanks__title {
  font-size: 40px;
  font-weight: 500;
  letter-spacing: 0.1em;
  color: #fff;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .thanks__title {
    font-size: 20px;
  }
}

.thanks__content {
  max-width: 770px;
  margin: 81px auto 0;
  padding: 34px 28px 34px;
  background-color: #fff;
}

@media screen and (max-width: 767px) {
  .thanks__content {
    max-width: none;
    width: 95%;
    margin: 50px auto 0;
    padding: 29px 14px 26px;
  }
}

.thanks__text {
  font-size: 18px;
  letter-spacing: 0.1em;
  line-height: 1.6;
}

@media screen and (max-width: 767px) {
  .thanks__text {
    font-size: 13px;
  }
}

.thanks__contact {
  margin-top: 31px;
  display: flex;
  align-items: center;
  gap: 8px;
}

@media screen and (max-width: 767px) {
  .thanks__contact {
    margin-top: 14px;
    gap: 4px;
  }
}

.thanks__contact-icon {
  width: 21px;
  display: inline-block;
  margin-top: 2px;
  -o-object-fit: contain;
  object-fit: contain;
}

@media screen and (max-width: 767px) {
  .thanks__contact-icon {
    width: 14px;
  }
}

.thanks__contact-text {
  font-size: 26px;
  letter-spacing: 0.05em;
}

@media screen and (max-width: 767px) {
  .thanks__contact-text {
    font-size: 17px;
  }
}

.recapcha__text {
  margin-top: 50px;
  text-align: center;
  line-height: 1.8;
  font-size: 14px;
  display: none;
}

@media screen and (max-width: 767px) {
  .recapcha__text {
    margin-top: 30px;
    padding-inline: 15px;
    font-size: 12px;
  }
}

.grecaptcha-badge {
  visibility: hidden;
}

/* プライバシーポリシーページ */
.page__title {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
  font-size: 1.6rem;
  font-weight: 700;
  margin-block: 1rem 2rem;
}

@media screen and (max-width: 767px) {
  .page__title {
    font-size: 20px;
  }
}

.page__title::after {
  content: "";
  display: block;
  width: 6rem;
  height: 4px;
  background-color: #fa7a24;
}

.privacy__content {
  display: flex;
  flex-direction: column;
  gap: 30px;
  max-width: 1030px;
  margin-inline: auto;
  padding: 144px 15px 87px;
}

@media screen and (max-width: 767px) {
  .privacy__content {
    padding-block-start: 0;
  }
}

.privacy__content dl dt,
.privacy__content dl dd {
  font-size: 18px;
}

@media screen and (max-width: 767px) {

  .privacy__content dl dt,
  .privacy__content dl dd {
    font-size: 14px;
  }
}

.privacy__content dl dt {
  margin-bottom: 5px;
  font-weight: bold;
}

.privacy__corp {
  margin-block-start: 50px;
  padding: 30px;
  border: 1px solid #CCC;
}

.privacy__corp p {
  font-size: 18px;
}

@media screen and (max-width: 767px) {
  .privacy__corp p {
    font-size: 14px;
  }
}

.privacy__corp-name {
  margin-block-end: 10px;
}

/* 会社概要 */
.company__content {
  display: flex;
  flex-direction: column;
  gap: 30px;
  max-width: 1030px;
  margin-inline: auto;
  padding: 144px 15px 87px;
}

.company__info-table th {
  font-weight: 700;
  vertical-align: top;
  width: 25%;
}

.company__info-table td {
  width: 75%;
}

.company__info-table tr:last-of-type {
  border-bottom: none;
}

@media screen and (max-width: 767px) {
  .company__content {
    padding-block-start: 0;
  }
}

.company__info-table {
  line-height: 1.8;
}

.company__info-table tr {
  border-bottom: 1px solid #ddd;
}

.company__info-table th,
.company__info-table td {
  padding: 20px 5px 20px 50px;
}

@media screen and (max-width: 767px) {
  .company__info-table th {
    display: flex;
    flex-direction: column;
    padding: 1em 0;
    width: auto;
  }

  .company__info-table td {
    display: flex;
    flex-direction: column;
    padding: 0 0 1em;
    width: auto;
  }
}

/*改行*/
br.sp {
  display: none;
}

@media screen and (max-width: 767px) {
  br.sp {
    display: inline;
  }

  br.pc {
    display: none;
  }
}

/*# sourceMappingURL=style.css.map */