/*====================================================

common

=====================================================*/

.inner01 {
  width: min(100%, 1200px);
  margin: 0 auto;
  position: relative;
  z-index: 2;
}

.ttl01-wrap {
  position: relative;
  margin-bottom: 100px;
}

.ttl01 {
  text-align: center;
  font-size: 4.6rem;
  font-weight: bold;
  color: var(--txt-color01);
  z-index: 2;
  letter-spacing: 0.05em;
  line-height: 1.5em;
}

.ttl01-en {
  color: #cae7ff;
  position: absolute;
  z-index: 0;
  left: 0;
  right: 0;
  text-align: center;
  bottom: -80px;
  font-size: 6rem;
  letter-spacing: 0.1em;
  font-weight: bold !important;
}

.ttl02-wrap {
  max-width: 600px;
  margin: 0 auto 80px;
  background-color: var(--red);
  border-radius: 0 0 30px 30px;
  padding: 50px 30px 20px 30px;
}

.ttl02 {
  text-align: center;
  font-size: 3rem;
  font-weight: bold;
  color: #fff;
  line-height: 1.75em;
}

.ttl02 span {
  text-align: center;
  font-size: 2.4rem;
  font-weight: bold;
  color: #fff;
  line-height: 1.75em;
  display: block;
}

.ttl02-icon {
  width: 40px;
  height: auto;
  margin: 0 auto 10px;
}

.ttl02-icon img {
  width: 100%;
}

.r-txt {
  color: var(--red);
}

.blue-bg01 {
  background-color: #f3fbff;
}

.cream-bg {
  background-color: #fdfff4;
}

.bg-cross {
  background-image: url(/wp-content/themes/insp_theme02/img/bg-cross.png);
  background-size: 20px auto;
}

/*====================================================

こんなお悩みありませんか？

=====================================================*/

.worry-section {
  padding: 100px 0;
  background-image: url(/wp-content/themes/insp_theme02/img/men-bg01.webp),
    url(/wp-content/themes/insp_theme02/img/girl-bg01.webp);
  background-size: auto 70%;
  background-position: left 5% bottom, right 5% bottom;
  background-repeat: no-repeat;
}

.worry-list li {
  font-size: 2.2rem;
  font-weight: bold;
  color: var(--txt-color01);
  background-image: url(/wp-content/themes/insp_theme02/img/check-icon.svg);
  background-size: 30px auto;
  background-repeat: no-repeat;
  background-position: top 8px left 0;
  margin-bottom: 10px;
  padding-bottom: 10px;
  padding-left: 40px;
  border-bottom: 1px solid #a2a2a2;

  span {
    font-size: 2.2rem;
    font-weight: bold;
  }
}

.worry-list li:last-of-type {
  border-bottom: none;
}

.w-box01 {
  max-width: 900px;
  padding: 60px 60px 40px;
  background-color: rgba(255, 255, 255, 0.8);
  border-radius: 30px;
  margin: 0 auto;
}

/*====================================================

cta帯

=====================================================*/

.cta-band {
  background-image: linear-gradient(141deg, #0c65b1, #4dadff);
  padding: 60px 15px;
}

.cta-band a {
  background-image: url(/wp-content/themes/insp_theme02/img/arrow-right.svg);
  background-size: 30px auto;
  background-repeat: no-repeat;
  background-position: right 15px top 50%;
  transition-duration: 0.3s;
}

.cta-band a:hover {
  transform: translateY(-20px);
}

.cta-inner {
  width: min(100%, 1200px);
  margin: 0 auto;
}

.cta-inner a {
  display: block;
  font-size: 3.2rem;
  font-weight: bold;
  letter-spacing: 0.05em;
  color: var(--red);
  display: block;
  text-align: center;
  padding: 20px 20px 30px;
  border-radius: 10px;
  width: 48%;
  background-color: #fff;
}

.cb-tel span {
  display: block;
  width: 130px;
  height: auto;
  margin: 0 auto 10px;
  letter-spacing: 0;
}

.cb-tel span img {
  width: 100%;
  height: auto;
}

.cb-simulator span {
  display: block;
  width: 130px;
  height: auto;
  margin: 0 auto 10px;
}

.cb-simulator span img {
  width: 100%;
  height: auto;
}

/*====================================================

選ばれる理由

=====================================================*/

.reason-section {
  padding: 100px 0;
}

.reason-list li {
  margin-bottom: 120px;
}

.reason-list li:last-of-type {
  margin-bottom: 0;
}

.reason-list li:nth-of-type(2n) {
  flex-direction: row-reverse;
}

.reason-img {
  width: 47%;
}

.reason-img img {
  width: 100%;
  height: auto;
}

.reason-content {
  width: 47%;
  position: relative;

  .number {
    font-size: 14rem;
    position: absolute;
    z-index: -1;
    color: #d2dce6;
    top: -100px;
    left: 0px;
    font-weight: bold;
    line-height: 1em;
  }
}

.reason-head {
  font-size: 3.4rem;
  font-weight: bold;
  letter-spacing: 0.05em;
  line-height: 1.5em;
  color: var(--txt-color01);
  margin-bottom: 40px;
  position: relative;
}

.reason-head::after {
  content: "";
  height: 2px;
  width: 50px;
  position: absolute;
  bottom: -20px;
  left: 0;
  background-color: var(--red);
}

/*====================================================

オンライン見積もりシミュレーター

=====================================================*/

.simulator-section {
  padding: 0;
  position: relative;
}

.simulator-section::before {
  background-color: var(--red);
  top: 0;
  width: 100%;
  height: 20px;
  position: absolute;
  content: "";
  z-index: 1;
}

.simulator-head {
  text-align: center;
  font-size: 2.4rem;
  font-weight: bold;
  color: var(--blue);
  margin-bottom: 40px;
}

input[type="text"] {
  width: 100%;
  padding: 10px 15px;
  font-size: 1.6rem;
  border: 1px solid #ccc;
  border-radius: 8px;
  box-sizing: border-box;
  outline: none;
  background-color: #fff;
}

input[type="email"] {
  width: 100%;
  padding: 10px 15px;
  font-size: 1.6rem;
  border: 1px solid #ccc;
  border-radius: 8px;
  box-sizing: border-box;
  outline: none;
  background-color: #fff;
}

input[type="submit"] {
  background-color: var(--red);
  color: #fff;
  border: none;
  padding: 15px 20px;
  font-size: 1.8rem;
  border-radius: 999px;
  text-shadow: center;
  display: block;
  font-weight: bold;
  width: 80%;
  margin: 0 auto;
  text-align: center;
  background-image: url(/wp-content/themes/insp_theme02/img/mail-icon.svg);
  background-size: 20px auto;
  background-repeat: no-repeat;
  background-position: right 20px top 50%;
}

input[type="submit"]:hover {
  opacity: 0.7;
  cursor: pointer;
}

textarea {
  border: none;
  outline: none;
  padding: 8px 12px;
  background-color: #f5f5f5;
  border-radius: 20px;
  font-size: 1.4rem;
  resize: vertical;
  width: 100%;
  box-sizing: border-box;
  line-height: 1.5em;
}

.form-alert {
  margin-bottom: 60px;
  padding: 0 15px;
}

.form-alert p {
  margin-bottom: 0;
  text-align: center;
}

.form-tel {
  font-size: 2rem;
  font-weight: bold;
  text-align: center;
  padding: 10px 20px;
  background-color: var(--red);
  color: #fff;
  width: 100%;
  display: block;
  border-radius: 10px;
  transition-duration: 0.3s;
  margin: 10px 0 20px;
}

.form-amount {
  border: 2px solid var(--blue);
  position: -webkit-sticky;
  position: sticky;
  left: 0;
  width: 400px;
  border-radius: 10px;
  top: 80px;
  background-color: #fff;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}

.fa-head {
  text-align: center;
  padding: 20px;
  background-color: var(--blue);
  color: #fff;
  font-weight: 700;
  letter-spacing: 0.05em;
  border-radius: 8px 8px 0 0;
  width: 100%;
  font-size: 2.4rem;
}

.fa-inner {
  padding: 30px 40px 60px 40px;
}

.fa-txt01 {
  text-align: center;
  color: var(--red);
  font-weight: bold;
}

.fa-mail-head {
  text-align: center;
  color: var(--red);
  font-weight: bold;
  font-size: 1.8rem;
  margin-bottom: 10px;
}

.form-name-area {
  margin-bottom: 20px;
}

.contact-box {
  padding: 20px;
  background-color: #f3f3f3;
  border-radius: 10px;
}

.contact-name {
  font-size: 1.6rem;
  margin-bottom: 10px;

  span {
    display: inline-block;
    background-color: var(--red);
    color: #fff;
    font-size: 1.2rem;
    padding: 5px;
    border-radius: 3px;
    line-height: 1em;
    margin-left: 5px;
    vertical-align: 1px;
  }
}

.form-mail-area {
  margin-bottom: 20px;
}

#total-amount {
  text-align: center;
  font-size: 3.4rem;
  font-weight: bold;
  color: var(--red);
}

#total-amount span {
  font-size: 5rem;
  font-weight: bold;
  letter-spacing: 0.01em;
}

.form-block {
  padding-bottom: 100px;
}

.form-content {
  width: calc(100% - 460px);
  margin-left: auto;
  position: relative;
  top: 0;
}

.form-head {
  text-align: center;
  font-size: 2rem;
  color: #fff;
  background-color: #5a503a;
  font-weight: bold;
  margin-bottom: 30px;
  padding: 10px;
  border-radius: 999px;
}

.form-inner01 {
  margin-bottom: 60px;
}

.form-inner02 {
  display: grid;
  gap: 30px;
  grid-template-columns: repeat(2, 1fr);
  margin-bottom: 60px;
}

.form-inner03 {
  display: grid;
  gap: 30px;
  grid-template-columns: repeat(2, 1fr);
}

.form-box {
  padding: 20px;
  background-color: #fff;
  border: 2px solid #f7f3f3;
  border-radius: 10px;
  transition-duration: 0.3s;
  position: relative;
}

.form-box:hover,
.form-box.active {
  border: 2px solid var(--red);
}

.form-box:hover {
  cursor: pointer;
}

.form-check {
  position: absolute;
  top: 15px;
  right: 15px;
  width: 20px;
  height: 20px;
  transition-duration: 0.3s;
}

.form-box.active .form-check svg {
  circle {
    fill: #4aab3d;
  }
  path {
    fill: #fff;
  }
}

.form-box-number {
  padding: 20px;
  background-color: #fff;
  border: 2px solid #f7f3f3;
  border-radius: 10px;
}

.form-name {
  text-align: center;
  font-weight: bold;
  color: var(--red);
  font-size: 2rem;
}

.form-price {
  text-align: center;
  font-weight: bold;
  color: var(--red);
  font-size: 1.8rem;
}

.form-txt {
  padding: 15px;
  border-radius: 5px;
  background-color: #f3f3f3;
  font-size: 1.4rem;
  line-height: 1.5em;
  margin-top: 20px;
}

.form-txt02 {
  margin-bottom: 40px;
}

.arrows {
  display: flex;
  align-items: center;
  gap: 8px;
  margin: 10px 0;
}

.arrows button {
  width: 36px;
  height: 36px;
  font-size: 18px;
  background-color: #f0f0f0;
  border: 1px solid #ccc;
  border-radius: 4px;
  cursor: pointer;
  transition: background-color 0.2s ease;
}

.arrows button:hover {
  background-color: #ddd;
}

.number-input {
  width: 60px;
  height: 36px;
  text-align: center;
  font-size: 16px;
  border: 1px solid #ccc;
  border-radius: 4px;
}

.wpcf7 form .wpcf7-response-output {
  margin: 2em 0.5em 1em;
  padding: 15px;
  background: #e9f5ff;
  font-size: 1.6rem;
  border: none;
  color: #0c65b1;
  margin: 0;
  width: 100%;
  border-radius: 10px;
  line-height: 1.5em;
  border: none !important;
  margin-top: 20px;
}

.wpcf7-not-valid-tip {
  font-size: 1.2rem;
  margin-top: 5px;
}

.checkbox {
  position: absolute;
  top: -20px;
  right: 30px;
  width: 50px;
  height: 50px;
  cursor: pointer;
  border-radius: 50px;
  display: block;
  background-color: rgba(0, 0, 0, 0.25);
  margin: 20px;
  transition: all 0.15s cubic-bezier(0.5, 0, 0, 1.5);
}

.checkbox:hover {
  background-color: rgba(0, 0, 0, 0.5);
}

.checkbox:hover:after {
  color: white;
}

.checkbox:after {
  line-height: 50px;
  font-family: "FontAwesome";
  display: block;
  content: "";
  color: rgba(255, 255, 255, 0.5);
  text-align: center;
  width: 100%;
  height: 100%;
  transform: scale(0.5);
  border-radius: 100%;
  font-size: 15px;
  transition: all 0.15s cubic-bezier(0.5, 0, 0, 1.5),
    font-size 0.35s cubic-bezier(0.5, 0, 0, 3);
}

.checkbox.is-checked:after {
  transform: scale(1);
  font-size: 25px;
  color: rgba(255, 255, 255, 1);
}

.checkbox.is-checked:hover:after {
  transform: scale(1.1);
}

.check:after {
  content: "\f00c"; /* FontAwesome のチェックアイコン */
  background-color: rgba(165, 194, 92, 0);
}

.check.is-checked:after {
  background-color: rgba(165, 194, 92, 1);
}

/*====================================================

制作実績

=====================================================*/

.case-section {
  background-image: url(/wp-content/themes/insp_theme02/img/case-bg01.jpg);
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: bottom;
  padding: 100px 0;
  overflow: hidden;
}

.swiper-container {
  width: 100%;
  padding: 40px 0;
  position: relative;
}

.swiper-slide {
  flex-shrink: 0;
  transition: transform 0.8s ease-out, opacity 0.8s ease-out;
}

.swiper-slide.swiper-slide-active {
  opacity: 1;
}

.swiper-slide img {
  width: 100%;
  height: auto;
}

.swiper-slide:not(.swiper-slide-active) {
  opacity: 0.5;
  transform: scale(0.7);
}

.swiper-button-prev img,
.swiper-button-next img {
  width: 50px;
  height: auto;
}

.swiper-button-prev,
.swiper-button-next {
  top: 25% !important;
  width: 50px !important;
  height: auto;
  transition-duration: 0.3s;
}

.swiper-button-prev {
  left: calc(50% - 25%) !important;
}

.swiper-button-next {
  right: calc(50% - 25%) !important;
}

.swiper-button-prev:hover,
.swiper-button-next:hover {
  opacity: 0.7;
}

.swiper-button-prev::after,
.swiper-button-next::after {
  display: none;
}

.case-content {
  padding: 30px 50px 40px;
  background-color: rgba(255, 255, 255, 1);
  box-shadow: 0 0 68px rgba(9, 53, 94, 0.2);
  border-radius: 15px;
}

.case-img {
  margin: 0 auto 30px;
  width: 80%;
}

.case-txt02 {
  font-size: 1.6rem;
  color: var(--txt-color01);
}

/*====================================================

お客様の声

=====================================================*/

.voice-section {
  background-image: url(/wp-content/uploads/2025/04/dot-blue.png);
  background-repeat: repeat;
  background-size: 20px auto;
  padding: 100px 0;
}

.voice-list {
  display: grid;
  gap: 60px;
  grid-template-columns: repeat(2, 1fr);
}

.voice-list li {
  padding: 40px;
  background-color: #fff;
  border-radius: 20px;
  border: 2px solid #f7f3f3;
}

.voice-icon {
  max-width: 100px;
  margin: 0 auto 20px;
}

.voice-icon img {
  width: 100%;
  height: auto;
  display: block;
}

.voice-head {
  font-size: 2rem;
  text-align: center;
  color: var(--red);
  font-weight: bold;
  margin-bottom: 20px;
}

.voice-txt {
  font-size: 1.5rem;
  margin-bottom: 0;
}

/*====================================================

Footer

=====================================================*/

.footer {
  background-color: #f4fbff;
  padding: 100px 0 0;
}
.footer-inner {
  max-width: 1400px;
  margin: 0 auto 80px;
}
.footer-logo-address {
  width: 500px;
}
.footer-logo {
  padding-bottom: 40px;
  border-bottom: 5px dotted var(--blue);
  margin-bottom: 40px;
}
.footer-logo img {
  max-width: 300px;
}
.footer-address p,
.footer-address a {
  color: var(--blue);
  font-size: 1.6rem;
}
.footer-address p {
  margin-bottom: 0;
  margin-top: 5px;
}
.footer-address p:first-of-type {
  margin-top: 0;
}
.footer-address .name {
  margin-bottom: 0;
}
.footer-address a:hover {
  opacity: 0.7;
}
.footer-nav-wrap {
  width: calc(100% - 600px);
}
.footer-nav.flex {
  width: 98%;
  margin: 0 auto 25px;
}
.footer-nav.flex .left {
  width: 47.5%;
}
.footer-nav.flex .right {
  width: 47.5%;
  margin-left: 5%;
}
.footer-menu a {
  color: var(--blue);
  font-size: 1.4rem;
}
.footer-menu a:hover {
  opacity: 0.8;
}
.footer-menu > li > a {
  padding-left: 10px;
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px dashed var(--blue);
  display: block;
}
.footer-menu .sub-menu {
  margin: 5px 0 20px;
  padding-top: 5px;
}
.footer-menu .sub-menu li {
  padding-left: 10px;
  padding-bottom: 3px;
}
.footer-menu .sub-menu a {
  font-size: 1.4rem;
}
.copyright {
  background-color: var(--main);
  padding: 15px;
}
.copyright p {
  color: var(--blue);
  text-align: center;
  font-size: 1.4rem;
  margin-bottom: 0;
}

/*====================================================

privacy policy

=====================================================*/

.sub-header {
  background-color: #eff7ff;
  padding: 80px 0;
  margin-bottom: 60px;
  margin-top: 30px;
}

.sub-header h2 {
  text-align: center;
  font-size: 2.8rem;
  font-weight: bold;
  color: var(--blue);
}

.privacy-section {
  padding-bottom: 100px;
}

.privacy-head {
  margin-top: 40px;
  font-size: 2rem;
  padding-bottom: 10px;
  margin-bottom: 20px;
  border-bottom: 2px solid var(--blue);
  letter-spacing: 0.05em;
  font-weight: bold;
  color: var(--txt-color01);
}

.privacy-head span {
  font-size: 1.4rem;
  color: var(--blue);
  margin-left: 10px;
  font-weight: bold;
}

/*====================================================

404

=====================================================*/

.error-section {
  padding-bottom: 100px;

  p {
    text-align: center;
    color: var(--txt-color01);
  }
}

/*====================================================

SP

=====================================================*/

@media screen and (max-width: 1400px) {
  .swiper-button-prev img,
  .swiper-button-next img {
    width: 30px;
  }
}

@media screen and (max-width: 1200px) {
  .inner01 {
    padding: 0 15px;
  }

  .form-block {
    padding: 0 0 0;
  }
}

@media screen and (max-width: 1024px) {
  .ttl01-wrap {
    margin-bottom: 70px;
  }

  .ttl01 {
    font-size: 2.4rem;
    letter-spacing: 0;
  }

  .ttl01-en {
    bottom: -50px;
    font-size: 3rem;
  }

  .worry-section {
    padding: 60px 0;
    background-size: auto 200px;
  }

  .w-box01 {
    padding: 40px 20px 20px;
    background-color: rgba(255, 255, 255, 0.8);
    border-radius: 20px;
    margin: 0 auto;
  }

  .worry-list li {
    font-size: 1.6rem;
    background-size: 20px auto;
    background-position: top 8px left 0;
    margin-bottom: 10px;
    padding-bottom: 10px;
    padding-left: 25px;

    span {
      font-size: 1.6rem;
    }
  }

  .cta-band {
    padding: 30px 15px;
  }

  .cta-inner a {
    font-size: 2.2rem;
  }

  .reason-section {
    padding: 60px 0;
  }

  .reason-list li {
    flex-wrap: wrap-reverse;
  }

  .reason-img,
  .reason-content {
    width: 100%;
  }

  .reason-content {
    .number {
      font-size: 7rem;
      top: -10px;
      left: 3px;
    }
  }

  .reason-list li {
    margin-bottom: 40px;
  }

  .reason-img img {
    max-width: 400px;
    margin: 0 auto 20px;
    display: block;
  }

  .reason-head {
    font-size: 2rem;
    padding-left: 60px;
  }

  .reason-txt-box p {
    font-size: 1.4rem;
    margin-bottom: 0;
  }

  .simulator-section {
    padding-bottom: 60px;
  }

  .simulator-section::before {
    height: 10px;
  }

  .simulator-head {
    font-size: 2.4rem;
    margin-bottom: 20px;
  }

  .ttl02-wrap {
    margin: 0 auto 40px;
    border-radius: 0 0 10px 10px;
    padding: 30px 20px 20px 20px;
  }

  .ttl02 {
    font-size: 1.8rem;
  }

  .ttl02 span {
    font-size: 1.5rem;
  }

  .simulator-head {
    font-size: 1.8rem;
  }

  .fa-inner {
    padding: 10px 20px 20px 20px;
  }

  .form-alert {
    margin-bottom: 30px;

    p {
      font-size: 1.4rem;
    }
  }

  .form-amount {
    width: 100%;
    z-index: 5;
    top: 20px;
    opacity: 0.95;
  }

  .form-content {
    width: 100%;
    margin-left: 0;
    position: relative;
    top: 0;
    margin-top: 60px;
  }

  .form-txt {
    padding: 10px;
    font-size: 1.2rem;
    margin-top: 10px;
  }

  .form-head {
    font-size: 1.6rem;
  }

  .fa-head {
    padding: 5px 10px 7px;
    border-radius: 5px 5px 0 0;
    font-size: 1.6rem;
  }

  #total-amount span {
    font-size: 3rem;
  }

  #total-amount {
    font-size: 2rem;
  }

  .form-tel {
    font-size: 1.6rem;
    padding: 10px 20px;
  }

  .fa-mail-head {
    font-size: 1.6rem;
    background-image: url(/wp-content/themes/insp_theme02/img/plus-icon.svg);
    background-size: 15px auto;
    background-repeat: no-repeat;
    background-position: right 0 top 7px;
  }

  .fa-mail-head.active {
    background-image: url(/wp-content/themes/insp_theme02/img/minus-icon.svg);
  }

  .contact-name {
    font-size: 1.4rem;
  }

  .contact-name {
    span {
      font-size: 1rem;
    }
  }

  input[type="submit"] {
    padding: 10px 20px;
    font-size: 1.6rem;
    width: 100%;
    max-width: 200px;
  }

  .form-sp {
    display: none;
  }

  .form-txt02 {
    font-size: 1.4rem;
  }

  .case-section {
    padding: 60px 0 40px;
  }

  .case-content {
    padding: 30px 20px 40px;
  }

  .case-txt01 {
    font-size: 1.4rem;
  }

  .case-head {
    font-size: 1.7rem;
    margin-bottom: 30px;
  }

  .case-head::after {
    width: 30px;
    bottom: -15px;
    margin: 0 auto;
  }

  .case-txt02 {
    font-size: 1.3rem;
  }

  .voice-section {
    padding: 60px 0;
  }

  .voice-list li {
    padding: 20px;
  }

  .voice-icon {
    max-width: 60px;
    margin: 0 auto 10px;
  }

  .voice-txt {
    font-size: 1.3rem;
  }

  .voice-list {
    gap: 30px;
    grid-template-columns: repeat(2, 1fr);
  }

  .sub-header {
    padding: 50px 15px;
    margin-bottom: 40px;
    margin-top: 10px;
  }

  .sub-header h2 {
    font-size: 2rem;
    line-height: 1.5em;
  }

  .privacy-section {
    padding-bottom: 60px;
  }

  .privacy-head {
    font-size: 1.5rem;
  }

  .privacy-head span {
    font-size: 1.2rem;
  }

  .privacy-section p,
  .privacy-section li {
    font-size: 1.3rem;
  }

  .error-section {
    padding-bottom: 60px;
    p {
      font-size: 1.3rem;
    }
  }
}

@media screen and (max-width: 780px) {
  .cta-inner a {
    font-size: 1.8rem;
  }
}

@media screen and (max-width: 600px) {
  .cta-inner a {
    width: 100%;
    padding: 20px;
    background-size: 20px auto;
  }

  .cta-inner a:first-of-type {
    margin-bottom: 30px;
  }

  .cb-tel span,
  .cb-simulator span {
    width: 80px;
  }

  .ttl02-wrap {
    margin: 0 15px 30px;
  }

  .form-box {
    padding: 10px;
  }

  .form-inner03 {
    gap: 20px;
    grid-template-columns: repeat(1, 1fr);
  }

  .form-name {
    font-size: 1.6rem;
  }

  .swiper-button-prev {
    left: 0px !important;
    top: 30vw !important;
  }

  .swiper-button-next {
    right: 0px !important;
    top: 30vw !important;
  }

  .voice-list {
    gap: 20px;
    grid-template-columns: repeat(1, 1fr);
  }
}

@media screen and (max-width: 1400px) {
  .footer-inner {
    padding: 0 15px;
  }
}
@media screen and (max-width: 1024px) {
  .footer {
    padding: 40px 0 0;
  }
  .footer-logo-address,
  .footer-nav-wrap {
    width: 100%;
  }
  .footer-inner.flex {
    margin-bottom: 10px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -ms-flex-wrap: wrap-reverse;
    flex-wrap: wrap-reverse;
  }
  .footer-logo img {
    max-width: 150px;
    margin: 0 auto;
    display: block;
    transform: translateX(-5px);
  }
  .footer-logo {
    padding-bottom: 0;
    margin-bottom: 20px;
    border-bottom: none;
  }
  .footer-address p {
    text-align: center;
  }
  .footer-menu a {
    font-size: 1.4rem;
  }
  .footer-menu > li > a {
    padding-left: 0;
  }
  .footer-address a,
  .footer-address p {
    font-size: 1.4rem;
  }
  .copyright p {
    font-size: 1.2rem;
  }
}

@media screen and (max-width: 600px) {
  .footer-nav.flex .left,
  .footer-nav.flex .right {
    width: 100%;
    margin: 0;
  }
  .footer-menu-title {
    font-size: 1.6rem;
  }
  .sns-icon-title p span {
    font-size: 1.2rem;
  }
  .sns-icon-wrap.flex .line {
    margin: 0 10px;
  }
}
