@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=M+PLUS+Rounded+1c:wght@400;500;700&family=Noto+Sans+JP:wght@400;500;700;900&family=Roboto:wght@400;500;700&display=swap");
html {
  font-size: 62.5%;
  color: #333333;
  scroll-behavior: smooth;
}

p {
  margin: 0;
}

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

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

picture,
img {
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

::-moz-placeholder {
  color: rgb(218, 216, 216);
  font-weight: 500;
}

::placeholder {
  color: rgb(218, 216, 216);
  font-weight: 500;
}

@media screen and (min-width: 780px) {
  .sp,
.sp-br {
    display: none !important;
  }
  body {
    min-width: 921px;
  }
  header {
    width: 100%;
    height: auto;
    height: 85px;
    aspect-ratio: 1440/85;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 4.16%;
    padding: 0 60px;
    color: #035ead;
  }
  header .header-logo-wrapper {
    display: flex;
    align-items: center;
    gap: 16.4px;
  }
  header .logo {
    width: 341.6px;
  }
  header .header-zenkoku {
    width: 120px;
    height: 27px;
  }
  header .tel-wrapper {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
  }
  header .tel-wrapper .open-hours {
    font-family: "Noto Sans JP", sans-serif;
    font-size: 0.8333333333vw;
    font-size: 1.2rem;
    font-weight: 500;
    line-height: 1.4483333333;
  }
  header .tel-wrapper .tel-number {
    font-family: "Roboto", sans-serif;
    font-size: 2.0833333333vw;
    font-size: 3rem;
    font-weight: bold;
    line-height: 1.15;
    position: relative;
  }
  header .tel-wrapper .tel-number::before {
    content: "";
    background-image: url(./images/pc-header-tel.svg);
    background-size: contain;
    position: absolute;
    width: 1.6vw;
    width: 24px;
    height: auto;
    aspect-ratio: 1/1;
    left: -2.08vw;
    left: -30px;
    top: 50%;
    transform: translateY(-50%);
  }
  .first-view {
    width: 100%;
    height: auto;
    height: 555px;
    background-image: url(./images/pc-fv-back.png);
    background-size: cover;
    background-repeat: repeat;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    overflow-x: hidden;
  }
  .first-view .fv-catch {
    width: 60.69%;
    width: 874px;
    transform: translate(2.22vw, 0.694vw);
    transform: translate(31.97px, 10px);
  }
  .first-view .fv-bottom {
    width: 100%;
    display: flex;
    justify-content: center;
    position: absolute;
    bottom: 0;
    z-index: 20;
  }
  .first-view .fv-bottom .fv-track-record {
    width: 36.3%;
    width: 522.96px;
    height: 153.5px;
    transform: translate(5px, 65px);
  }
  .first-view .fv-bottom .fv-family {
    width: 30.83%;
    width: 444px;
  }
  .first-view::after {
    content: "";
    display: inline-block;
    position: absolute;
    bottom: 0;
    background-image: url(./images/pc-fv-town.png);
    width: 100%;
    height: 72px;
    background-repeat: repeat-x;
    z-index: 0;
  }
  .not-hoken {
    width: 100%;
    height: 60px;
    background-color: #f1421b;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .not-hoken__text {
    color: white;
    font-size: 3rem;
    line-height: 1.4333333333;
    font-weight: bold;
    letter-spacing: 0.02em;
  }
  .not-hoken__text::before {
    content: "";
    background-image: url(./images/not-hoken-icon.svg);
    background-size: cover;
    display: inline-block;
    width: 44.79px;
    height: 40px;
    vertical-align: bottom;
    margin-right: 5px;
    transform: translateY(-2px);
  }
  .second-section {
    width: 100%;
    height: auto;
    background-image: url(./images/second-back.png);
    background-position: center;
    background-repeat: repeat;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 2.77vw 0 5.97vw;
    padding: 40px 0 86px;
    overflow-x: hidden;
  }
  .second-section .second-woman {
    width: 54.16%;
    width: min(54.16%, 779.54px);
    width: 779.54px;
    position: relative;
  }
  .second-section .second-woman .second-woman-voice {
    font-family: "Noto Sans JP", sans-serif;
    font-size: 2.3rem;
    font-weight: 500;
    line-height: 1.4347826087;
    text-align: center;
    position: absolute;
    top: 20px;
    left: 34px;
  }
  .second-section .second-woman .second-woman-voice .bold {
    font-weight: bold;
    line-height: 1.1;
  }
  .second-section .second-woman .second-woman-voice .voice02 {
    margin-top: 15px;
  }
  .second-section .form-house {
    width: 75%;
    width: 1080px;
    margin-top: 2.77vw;
    position: relative;
  }
  .second-section .form-house .form-not-hoken {
    color: #f1421b;
    font-size: 3rem;
    font-weight: bold;
    line-height: 1.4333333333;
    margin-top: 20px;
    position: relative;
    letter-spacing: 0.02em;
  }
  .second-section .form-house .form-not-hoken::before {
    content: "";
    background-image: url(./images/red-not-hoken-icon.svg);
    background-size: cover;
    display: inline-block;
    width: 44.79px;
    height: 40px;
    vertical-align: bottom;
    margin-right: 10px;
  }
  .second-section .form-house .form-not-hoken::after {
    content: "";
    background-image: url(./images/red-not-hoken-border.svg);
    background-size: contain;
    display: inline-block;
    width: 204px;
    height: 8px;
    position: absolute;
    right: 16px;
    bottom: -4px;
  }
  .third-section {
    width: 100%;
    height: auto;
    background-color: #edf9ff;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 5.55vw 0 4.166vw;
    padding: 80px 0 30px;
  }
  .third-section .third-title {
    width: 41.38%;
    width: 606px;
  }
  .third-section .third-image {
    width: 54.16%;
    width: 780px;
    margin-top: 2.08vw;
    margin-bottom: 1.388vw;
    margin-top: 30px;
    margin-bottom: 20px;
  }
  .third-section .third-description {
    width: 56.11%;
    width: 808px;
    position: relative;
    font-family: "Noto Sans JP", sans-serif;
  }
  .third-section .third-description .description-text01 {
    font-size: 1.6rem;
    font-weight: 500;
    line-height: 2.0625;
    position: absolute;
    left: 195px;
    top: 39px;
  }
  .third-section .third-description .description-text02 {
    width: 591px;
    font-size: 1.6rem;
    font-weight: 500;
    line-height: 2.0625;
    position: absolute;
    bottom: 15px;
    left: 125px;
  }
  .third-section .third-description .description-text02 .bold {
    font-weight: 900;
  }
  .third-section .third-description .description-text02 .yellow-line {
    background: linear-gradient(transparent 65%, #ff6 65%);
  }
  .third-section .third-description02 {
    width: 56.11%;
    width: 808px;
    position: relative;
    font-family: "Noto Sans JP", sans-serif;
    transform: translateY(-5px);
  }
  .third-section .third-description02 .description-text03 {
    font-size: 1.6rem;
    font-weight: 500;
    line-height: 2.0625;
    position: absolute;
    text-align: center;
    left: 217px;
    top: 39px;
  }
  .third-section .third-description02 .description-text04 {
    width: 591px;
    font-size: 1.6rem;
    font-weight: 500;
    line-height: 2.0625;
    position: absolute;
    bottom: 45px;
    left: 125px;
  }
  .third-section .third-description02 .description-text04 .semi-bold {
    font-weight: bold;
  }
  .third-section .third-description02 .description-text04 .bold {
    font-weight: 900;
  }
  .third-section .third-description02 .description-text04 .yellow-line {
    background: linear-gradient(transparent 65%, #ff6 65%);
  }
  .forth-section {
    width: 100%;
    height: auto;
    background-color: #c4eaff;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    padding-bottom: 80px;
  }
  .forth-section .forth-title {
    width: 27.1%;
    width: 390px;
    z-index: 100;
  }
  .forth-section .forth-image {
    width: 56.94%;
    width: clamp(780px, 58%, 820px);
    width: 820px;
    transform: translateX(-1.388vw);
    margin-top: 2.84vw;
    margin-top: 40px;
  }
  .forth-section .forth-text {
    width: 58.1%;
    width: 837px;
    font-family: "Noto Sans JP", sans-serif;
    color: #035ead;
    font-size: 1.6666666667vw;
    font-size: 2.4rem;
    font-weight: bold;
    line-height: 1.4;
    letter-spacing: -0.02em;
    transform: translateX(1.98vw);
    margin-top: 4.16vw;
    margin-top: 60px;
    position: relative;
  }
  .forth-section .forth-text::after {
    position: absolute;
    content: "";
    background-image: url(./images/forth-shock-man.png);
    background-size: contain;
    width: 12.5%;
    width: 104.75px;
    height: auto;
    aspect-ratio: 104.75/132.26;
    top: -3vw;
    top: -43.2px;
    right: 2.2vw;
    right: 31.7px;
  }
  .forth-section::before {
    content: "";
    background-image: url(./images/pc-forth-arrow.svg);
    background-size: contain;
    width: 54.16%;
    width: 780px;
    height: auto;
    aspect-ratio: 780/115;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: 0;
  }
  .fifth-section {
    width: 100%;
    height: auto;
    background-color: white;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 83px 0 86px;
  }
  .fifth-section .siranakatta-bord {
    width: 54.16%;
    width: 780px;
    height: auto;
    height: 502px;
    background-color: #ffd789;
    box-shadow: 5px 6px 0px #ffa800;
    border-radius: 10px;
    z-index: 10;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 2.77vw;
    padding: 40px;
  }
  .fifth-section .siranakatta-bord .siranakatta-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1.389vw;
    gap: 20px;
  }
  .fifth-section .siranakatta-bord .siranakatta {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .fifth-section .siranakatta-bord .siranakatta .text {
    width: 88.57%;
    font-family: "Noto Sans JP", sans-serif;
    color: #333333;
    font-size: 1.1111111111vw;
    font-size: 1.6rem;
    line-height: 1.3;
    font-weight: 500;
    margin-top: 0.694vw;
    margin-top: 10px;
  }
  .fifth-section .siranakatta-bord .fifth-title {
    font-family: "M PLUS Rounded 1c", sans-serif;
    color: #333;
    font-size: 2.0833333333vw;
    font-size: 3rem;
    font-weight: 500;
    line-height: 1.485;
    margin-bottom: 1vw;
    margin-bottom: 15px;
  }
  .fifth-section .siranakatta-bord .siranakatta-voice {
    width: 68.9%;
    width: 33.47vw;
    width: 482px;
    height: auto;
    aspect-ratio: 482/96;
    background-image: url(./images/pc-siranakatta-voice.png);
    background-size: contain;
    background-repeat: no-repeat;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    margin-top: 2vw;
    margin-top: 30px;
    transform: translateX(-5.2vw);
    transform: translateX(-74.9px);
  }
  .fifth-section .siranakatta-bord .siranakatta-voice .voice {
    width: 89.6%;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1.1111111111vw;
    font-size: 1.6rem;
    font-weight: 500;
    line-height: 1.125;
    transform: translateX(-0.486vw);
    transform: translateX(-7px);
    letter-spacing: -0.02em;
  }
  .fifth-section .siranakatta-bord .siranakatta-voice::after {
    content: "";
    background-image: url(./images/fifth-siranakatta-men.png);
    background-size: contain;
    width: 21.74%;
    width: 7.22vw;
    width: 104.75px;
    height: auto;
    aspect-ratio: 104.75/132.26;
    position: absolute;
    right: -7.76vw;
    right: -111.74px;
    top: 50%;
    transform: translateY(-50%);
  }
  .fifth-section::after {
    position: absolute;
    bottom: 0;
    content: "";
    background-image: url(./images/pc-firth-back-image.png);
    background-repeat: repeat-x;
    width: 100%;
    height: 308px;
    aspect-ratio: 1440/308;
    z-index: 0;
  }
  .sixth-section {
    width: 100%;
    height: auto;
    background-color: #edf9ff;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 5.55vw;
    padding-top: 80px;
    position: relative;
    overflow: hidden;
  }
  .sixth-section .sixth-title {
    width: 45%;
    width: 648px;
    position: relative;
  }
  .sixth-section .sixth-title::after {
    content: "";
    background-image: url(./images/pc-sixth-konnamono.png);
    background-size: contain;
    width: 31.63%;
    width: 205px;
    height: auto;
    aspect-ratio: 205/81;
    position: absolute;
    top: -4.3vw;
    top: -62px;
    right: -11.5vw;
    right: -165.6px;
  }
  .sixth-section .sixth-image {
    width: 59.7%;
    width: 860px;
    margin-top: 2.77vw;
    margin-top: 40px;
  }
  .sixth-section .sixth-woman {
    width: 47%;
    width: 678px;
    z-index: 20;
    position: relative;
  }
  .sixth-section .sixth-woman .sixth-woman-voice {
    font-family: "Noto Sans JP", sans-serif;
    font-size: 2.2rem;
    font-weight: 500;
    line-height: 1.4;
    position: absolute;
    top: 20px;
    right: 30px;
  }
  .seventh-section {
    width: 100%;
    height: auto;
    height: 511px;
    background-color: #c4eaff;
    background-size: cover;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    transform: translateY(-55px);
  }
  .seventh-section .cta-buttons {
    position: absolute;
    bottom: 50px;
    left: 0;
    right: 0;
    z-index: 20;
  }
  .seventh-section::after {
    content: "";
    background-image: url(./images/pc-seventh-bottom.png);
    width: 921px;
    height: 446px;
    background-size: contain;
    position: absolute;
    bottom: 175px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 0;
  }
  .eighth-section {
    width: 100%;
    background-color: white;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 5.55vw 0;
    padding: 80px 0;
    padding-top: 25px;
    /* 前ページ、次ページボタン共通のスタイル */
    /* 次ページボタンのスタイル */
    /* 前ページボタンのスタイル */
    /* 全体のスタイル */
    /* 現在のスライドのスタイル */
  }
  .eighth-section .eighth-title {
    font-family: "M PLUS Rounded 1c", sans-serif;
    font-size: 2.0833333333vw;
    font-size: 3rem;
    font-weight: bold;
    line-height: 1.4816666667;
  }
  .eighth-section .case-slides {
    width: 50.6%;
    width: 730px;
    position: relative;
    margin-top: 2.77vw;
    margin-bottom: 3vw;
    margin-top: 40px;
    margin-bottom: 40px;
  }
  .eighth-section .swiper {
    position: relative;
  }
  .eighth-section .swiper-wrapper {
    padding-bottom: 3.125vw;
    padding-bottom: 45px;
  }
  .eighth-section .swiper-button-prev,
.eighth-section .swiper-button-next {
    width: 3.1944vw; /* ボタンの幅 */
    height: 3.1944vw; /* ボタンの高さ */
    width: 46px;
    height: 46px;
    background-size: 3.1944vw 3.1944vw; /* 背景画像としてのサイズ（＝表示したい画像サイズ） */
    background-size: 46px 46px; /* 背景画像としてのサイズ（＝表示したい画像サイズ） */
    margin-top: -24px; /* 縦中央配置用：ボタンの高さの半分のネガティブマージン（top:50%がすでに設定されている） */
  }
  .eighth-section .swiper-button-next {
    background-image: url(./images/slide-next.png);
    transform: translate(5.9vw, 4vw);
    transform: translate(85px, 0);
    /* btnシャドウ */
    filter: drop-shadow(0px 0px 10px rgba(0, 0, 0, 0.2));
  }
  .eighth-section .swiper-button-prev {
    background-image: url(./images/slide-prev.png);
    transform: translate(-5.9vw, 4vw);
    transform: translate(-85px, 0);
    /* btnシャドウ */
    filter: drop-shadow(0px 0px 10px rgba(0, 0, 0, 0.2));
  }
  .eighth-section .pc-swiper-pagination {
    display: flex;
    justify-content: center;
  }
  .eighth-section .swiper-pagination-bullet {
    width: 0.6944vw; /* 幅 */
    height: 0.6944vw; /* 高さ */
    width: 10px;
    height: 10px;
    background: #c4eaff; /* 色：緑 */
    opacity: 1; /* 半透明（デフォルトでは0.2） */
    margin-left: 20px !important;
  }
  .eighth-section .swiper-pagination-bullet-active {
    width: 0.6944vw; /* 幅 */
    height: 0.6944vw; /* 高さ */
    width: 10px;
    height: 10px;
    background: #035ead; /* 色：黄色 */
    opacity: 1; /* 不透明 */
    margin-left: 20px !important;
  }
  .eighth-section .swiper-pagination-horizontal {
    bottom: 0;
  }
  .eighth-section .swiper-button-next::after,
.eighth-section .swiper-button-prev::after {
    display: none;
  }
  .eighth-section .each-slide {
    width: 230px !important;
    display: flex;
    flex-direction: column;
    align-items: center;
    font-family: "Noto Sans JP", sans-serif;
  }
  .eighth-section .each-slide .case-title {
    color: #71a7d9;
    font-size: 1.1111111111vw;
    font-size: 1.6rem;
    font-weight: bold;
    line-height: 1.448125;
  }
  .eighth-section .each-slide .case-image {
    width: 100%;
    margin-top: 0.694vw;
    margin-top: 10px;
  }
  .eighth-section .each-slide .price-wrapper {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    gap: 0.694vw;
    gap: 10px;
    margin-top: 0.833vw;
    margin-top: 12px;
  }
  .eighth-section .each-slide .price-wrapper .building-type {
    width: 4.51vw;
    height: 1.59vw;
    width: 65px;
    height: 23px;
    color: white;
    font-size: 1.1111111111vw;
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 1.448125;
    background-color: #71a7d9;
    display: flex;
    justify-content: center;
  }
  .eighth-section .each-slide .price-wrapper .appart {
    width: 5.13vw;
    width: 74px;
  }
  .eighth-section .each-slide .price-wrapper .case-price {
    height: 33px;
    font-size: 1.1111111111vw;
    font-size: 1.6rem;
    font-weight: bold;
    line-height: 2.0625;
  }
  .eighth-section .each-slide .price-wrapper .case-price span {
    color: #ffa800;
    font-size: 2.5vw;
    font-size: 3.6rem;
    font-weight: 900;
    line-height: 0.9166666667;
    margin: 0 1px;
  }
  .eighth-section .each-slide .case-story {
    width: 100%;
    font-size: 0.9722222222vw;
    font-size: 1.4rem;
    font-weight: 500;
    line-height: 1.4;
    letter-spacing: -0.02em;
    margin-top: 12px;
  }
  .nineth-section {
    width: 100%;
    height: auto;
    background-color: #edf9ff;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 5.55vw 0;
    padding: 80px 0;
  }
  .nineth-section .nineth-title {
    font-family: "M PLUS Rounded 1c", sans-serif;
    font-size: 2.0833333333vw;
    font-size: 3rem;
    font-weight: bold;
    line-height: 1.485;
  }
  .nineth-section .reason-wrapper {
    margin: 0 auto;
    display: flex;
    justify-content: center;
    gap: 3.125vw;
    gap: 45px;
    margin-top: 2.77vw;
    margin-top: 40px;
  }
  .nineth-section .reason-wrapper .each-reason {
    width: 15.97vw;
    width: 230px;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .nineth-section .reason-wrapper .each-reason .reason-title {
    font-family: "Noto Sans JP", sans-serif;
    white-space: nowrap;
    text-align: center;
  }
  .nineth-section .reason-wrapper .each-reason .reason-title .top {
    font-size: 1.1111111111vw;
    font-size: 1.6rem;
    line-height: 2.0625;
    font-weight: 500;
  }
  .nineth-section .reason-wrapper .each-reason .reason-title .bottom {
    color: #ffa800;
    font-size: 1.8055555556vw;
    font-size: 2.6rem;
    font-weight: 500;
    line-height: 1.2692307692;
  }
  .nineth-section .reason-wrapper .each-reason .reason-image {
    width: 100%;
    margin: 1.1vw 0;
    margin: 15px 0;
  }
  .nineth-section .reason-wrapper .each-reason .reason-text {
    font-family: "Noto Sans JP", sans-serif;
    width: 100%;
    font-size: 0.9722222222vw;
    font-size: 1.4rem;
    font-weight: 500;
    line-height: 1.4;
  }
  .tenth-section {
    width: 100%;
    height: auto;
    background-image: url(./images/pc-tenth-back.png);
    background-repeat: repeat;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 5.55vw 0;
    padding: 80px 0;
  }
  .tenth-section .tenth-title {
    font-family: "M PLUS Rounded 1c", sans-serif;
    font-size: 2.0833333333vw;
    font-size: 3rem;
    font-weight: bold;
    line-height: 1.485;
  }
  .tenth-section .word-of-mouse-wrapper {
    width: 48.6%;
    width: 700px;
    display: flex;
    flex-direction: column;
    gap: 2.847vw;
    gap: 41px;
    margin-top: 3.54vw;
    margin-top: 51px;
    font-family: "Noto Sans JP", sans-serif;
  }
  .tenth-section .word-of-mouse-wrapper .each-word-of-mouse {
    box-sizing: border-box;
    width: 100%;
    height: auto;
    aspect-ratio: 700/324;
    border: 4px #969696 solid;
    background-color: white;
    border-radius: 24px;
    position: relative;
    padding: 33px 26px 26px;
  }
  .tenth-section .word-of-mouse-wrapper .each-word-of-mouse .mouse-heading {
    color: #ffa800;
    font-size: 1.25vw;
    font-size: 1.8rem;
    font-weight: bold;
    font-weight: 500;
    line-height: 1.8333333333;
    margin-bottom: 0.69vw;
    margin-bottom: 10px;
  }
  .tenth-section .word-of-mouse-wrapper .each-word-of-mouse .word-of-mouse-contents-wrapper {
    display: flex;
    gap: 0.6944vw;
    gap: 10px;
  }
  .tenth-section .word-of-mouse-wrapper .each-word-of-mouse .word-of-mouse-contents-wrapper .mouse-image {
    width: 21.39vw;
    width: 308px;
  }
  .tenth-section .word-of-mouse-wrapper .each-word-of-mouse .word-of-mouse-contents-wrapper .word-of-mouse-contents {
    width: 22.22vw;
    width: 320px;
  }
  .tenth-section .word-of-mouse-wrapper .each-word-of-mouse .word-of-mouse-contents-wrapper .word-of-mouse-contents .mouse-information {
    display: flex;
    align-items: flex-end;
    gap: 0.55vw;
    gap: 8px;
  }
  .tenth-section .word-of-mouse-wrapper .each-word-of-mouse .word-of-mouse-contents-wrapper .word-of-mouse-contents .information-left {
    width: 4.166vw;
    width: 60px;
  }
  .tenth-section .word-of-mouse-wrapper .each-word-of-mouse .word-of-mouse-contents-wrapper .word-of-mouse-contents .name {
    font-size: 0.9722222222vw;
    font-size: 1.4rem;
    font-weight: 500;
    line-height: 1.4478571429;
    margin-bottom: 0.34vw;
    margin-bottom: 5px;
  }
  .tenth-section .word-of-mouse-wrapper .each-word-of-mouse .word-of-mouse-contents-wrapper .word-of-mouse-contents .living {
    font-size: 0.9722222222vw;
    font-size: 1.4rem;
    font-weight: 500;
    line-height: 1.4478571429;
  }
  .tenth-section .word-of-mouse-wrapper .each-word-of-mouse .word-of-mouse-contents-wrapper .word-of-mouse-contents .repair-content-callout {
    width: 17.5vw;
    width: 252px;
    height: auto;
    aspect-ratio: 252/30;
    color: white;
    font-size: 1.1111111111vw;
    font-size: 1.6rem;
    font-weight: 500;
    line-height: 1.125;
    background-color: #ffa800;
    text-align: center;
    vertical-align: middle;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 5px;
  }
  .tenth-section .word-of-mouse-wrapper .each-word-of-mouse .word-of-mouse-contents-wrapper .word-of-mouse-contents .repair-content {
    font-size: 0.9722222222vw;
    font-size: 1.4rem;
    font-weight: 500;
    line-height: 1.6;
  }
  .tenth-section .word-of-mouse-wrapper .each-word-of-mouse::before {
    content: "";
    background-image: url(./images/pc-word-of-mouse-ring.png);
    background-size: cover;
    width: 85.9%;
    width: 555px;
    height: auto;
    aspect-ratio: 555/28;
    position: absolute;
    top: -1vw;
    top: -14px;
    left: 50%;
    transform: translateX(-50%);
  }
  .eleventh-section {
    width: 100%;
    height: auto;
    background-color: #edf9ff;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 5.55vw 0;
    padding: 80px 0;
  }
  .eleventh-section .eleventh-title {
    font-family: "M PLUS Rounded 1c", sans-serif;
    font-size: 2.0833333333vw;
    font-size: 3rem;
    font-weight: bold;
    line-height: 1.485;
  }
  .eleventh-section .flow-wrapper {
    width: 54.16%;
    width: 780px;
    margin-top: 3.88vw;
    margin-bottom: 5.06vw;
    margin-top: 56px;
    margin-bottom: 73px;
    position: relative;
  }
  .eleventh-section .flow-wrapper .each-flow {
    width: 100%;
    border-bottom: 1px dashed #035ead;
    font-family: "Noto Sans JP", sans-serif;
    padding-left: 9.513vw;
    padding-left: 130px;
  }
  .eleventh-section .flow-wrapper .each-flow .flow-title {
    color: #035ead;
    font-size: 1.5277777778vw;
    font-size: 2.2rem;
    font-weight: bold;
    line-height: 1.4481818182;
  }
  .eleventh-section .flow-wrapper .each-flow .flow-content {
    font-size: 1.1111111111vw;
    font-size: 1.6rem;
    font-weight: 500;
    line-height: 1.5;
    margin-top: 1.1vw;
    margin-top: 15px;
  }
  .eleventh-section .flow-wrapper .each-flow:last-child {
    border-bottom: none;
  }
  .eleventh-section .flow-wrapper .omoshikomi {
    padding-bottom: 3.125vw;
    padding-bottom: 45px;
  }
  .eleventh-section .flow-wrapper .muryo-tyosa {
    padding-top: 2vw;
    padding-bottom: 2vw;
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .eleventh-section .flow-wrapper .sinsei {
    padding-top: 3.125vw;
    padding-bottom: 3.125vw;
    padding-top: 46px;
    padding-bottom: 45px;
  }
  .eleventh-section .flow-wrapper .kyuhu {
    padding-top: 2.29vw;
    padding-bottom: 2.29vw;
    padding-top: 34px;
    padding-bottom: 35px;
  }
  .eleventh-section .flow-wrapper .gonyukin {
    padding-top: 2.36vw;
    padding-top: 34px;
  }
  .eleventh-section .flow-wrapper::before {
    content: "";
    background-image: url(./images/pc-hokenkin-flow.png);
    background-size: contain;
    width: 6.944vw;
    width: 100px;
    height: auto;
    aspect-ratio: 100/863;
    position: absolute;
    top: -0.75vw;
    left: 0.5vw;
    top: -10.8px;
    left: 7.2px;
  }
  .twelveth-section {
    width: 100%;
    height: auto;
    background-image: url(./images/second-back.png);
    background-position: center;
    background-repeat: repeat;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 5.5vw 0 5.97vw;
    padding: 80px 0 86px;
    overflow-x: hidden;
  }
  .twelveth-section .form-house {
    width: 75%;
    width: 1080px;
    position: relative;
  }
  .twelveth-section .form-house .form-not-hoken {
    color: #f1421b;
    font-size: 3rem;
    font-weight: bold;
    line-height: 1.4333333333;
    margin-top: 20px;
    position: relative;
    letter-spacing: 0.02em;
  }
  .twelveth-section .form-house .form-not-hoken::before {
    content: "";
    background-image: url(./images/red-not-hoken-icon.svg);
    background-size: cover;
    display: inline-block;
    width: 44.79px;
    height: 40px;
    vertical-align: bottom;
    margin-right: 10px;
  }
  .twelveth-section .form-house .form-not-hoken::after {
    content: "";
    background-image: url(./images/red-not-hoken-border.svg);
    background-size: contain;
    display: inline-block;
    width: 204px;
    height: 8px;
    position: absolute;
    right: 16px;
    bottom: -4px;
  }
  footer {
    width: 100%;
    height: auto;
    font-family: "Noto Sans JP", sans-serif;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-color: #035ead;
    color: white;
    padding: 69px 0 80px;
  }
  footer .footer-logo {
    width: 276.6px;
  }
  footer .footer-links {
    display: flex;
    justify-content: center;
    gap: 40px;
    font-size: 1.1111111111vw;
    font-size: 1.6rem;
    font-weight: 500;
    line-height: 1.448125;
    margin-top: 1.94vw;
    margin-top: 28px;
  }
  footer .copyright {
    font-size: 1.1111111111vw;
    font-size: 1.6rem;
    font-weight: 500;
    line-height: 1.448125;
    margin-top: 1.39vw;
    margin-top: 20px;
  }
  .sodan-form {
    width: 54.166vw;
    width: 780px;
    font-family: "Noto Sans JP", sans-serif;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 0 auto;
    position: absolute;
    bottom: 29px;
    left: 50%;
    transform: translateX(-50%);
  }
  .sodan-form .form-contents {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 1.388vw;
    gap: 20px;
    margin-bottom: 2vw;
    margin-bottom: 30px;
  }
  .sodan-form label {
    font-size: 1.1111111111vw;
    font-size: 1.6rem;
    font-weight: 500;
    line-height: 1.448125;
  }
  .sodan-form .must {
    width: 46px;
    height: 19px;
    background-color: #f1421b;
    border-radius: 3px;
    color: white;
    font-size: 0.8333333333vw;
    font-size: 1.2rem;
    font-weight: 500;
    line-height: 0.8333333333;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-bottom: 1px;
  }
  .sodan-form .form-name,
.sodan-form .form-tel,
.sodan-form .form-mail,
.sodan-form .form-okomari {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 2vw;
  }
  .sodan-form input[type=text],
.sodan-form input[type=tel],
.sodan-form input[type=email],
.sodan-form select {
    width: 27.77vw;
    height: 2.777vw;
    width: 400px;
    height: 40px;
    background-color: white;
    outline: 1px solid #b5b5b5;
    border: none;
    border-radius: 5px;
    color: #555555;
    padding-left: 0.694vw;
    padding-left: 10px;
  }
  .sodan-form input[type=text]:focus,
.sodan-form input[type=tel]:focus,
.sodan-form input[type=email]:focus,
.sodan-form select:focus {
    border: none;
    outline: 1px solid #ffa800;
  }
  .sodan-form select {
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none; /* デフォルトの矢印を非表示 */
    z-index: 200;
  }
  .sodan-form .okomari-select {
    position: relative;
    z-index: 200;
  }
  .sodan-form .okomari-select::after {
    position: absolute;
    content: "";
    background-image: url(./images/select-arrow.svg);
    background-size: contain;
    width: 0.83vw;
    width: 12px;
    height: auto;
    height: 10px;
    top: 50%;
    right: 0.99vw;
    right: 13px;
    transform: translateY(-50%);
    z-index: 0;
    pointer-events: none;
  }
  .sodan-form .form-buttons {
    display: flex;
    flex-direction: column;
    gap: 2vw;
    gap: 30px;
  }
  .cta-buttons {
    display: flex;
    justify-content: center;
    gap: 2vw;
    gap: 30px;
  }
  .cta-free-consultation-button-wrapper {
    box-shadow: 4px 4px 0px #e38a00;
    display: block;
    width: 29.86vw;
    width: 430px;
    height: auto;
    aspect-ratio: 430/80;
    border-radius: 10px;
    background-color: #ffa800;
    border: none;
    position: relative;
    cursor: pointer;
    transition: 0.3s all;
  }
  .free-consultation-button-wrapper {
    box-shadow: 4px 4px 0px #e38a00;
    display: block;
    width: 29.86vw;
    width: 430px;
    height: auto;
    aspect-ratio: 430/80;
    border-radius: 10px;
    background-color: #ffa800;
    border: none;
    position: relative;
    cursor: pointer;
    transition: 0.3s all;
  }
  .free-consultation-button {
    width: 100%;
    height: 100%;
    background-color: transparent;
    font-family: "Noto Sans JP", sans-serif;
    color: white;
    font-weight: 500;
    font-size: 2.0833333333vw;
    font-size: 3rem;
    line-height: 1.4333333333;
    letter-spacing: 0.01em;
    border: none;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    padding-left: 90px;
    align-items: center;
    cursor: pointer;
    transition: 0.3s all;
  }
  .strong,
.form-strong {
    letter-spacing: -0.2em;
  }
  .free-consultation-button-wrapper:active,
.free-consultation-button-wrapper:hover,
.cta-free-consultation-button-wrapper:active,
.cta-free-consultation-button-wrapper:hover {
    transform: translate(4px, 4px);
    box-shadow: 1px 2px 0px #e38a00;
  }
  .free-consultation-button-wrapper::after {
    content: "";
    background-image: url(./images/free-consultation-arrow.svg);
    background-size: contain;
    width: 1vw;
    width: 14px;
    height: auto;
    aspect-ratio: 14/16;
    position: absolute;
    right: 5.81%;
    top: 50%;
    transform: translateY(-45%);
    transition: 0.3s all;
  }
  .cta-free-consultation-button-wrapper::after {
    content: "";
    background-image: url(./images/free-consultation-arrow.svg);
    background-size: contain;
    width: 1vw;
    width: 14px;
    height: auto;
    aspect-ratio: 14/16;
    position: absolute;
    right: 5.81%;
    top: 50%;
    transform: translateY(-45%);
    transition: 0.3s all;
  }
  .zenkoku {
    width: 64px;
    height: 64px;
    position: absolute;
    left: 14px;
    top: 50%;
    transform: translateY(-50%);
  }
  .form-tel-button {
    width: 29.86vw;
    width: 430px;
    height: auto;
    aspect-ratio: 430/80;
    border-radius: 10px;
    background-color: #035ead;
    border: none;
    position: relative;
    box-shadow: 4px 4px 0px #003587;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    transition: 0.3s all;
  }
  .form-tel-button .tel-number {
    display: flex;
    gap: 0.694vw;
    gap: 10px;
    font-family: "Roboto", sans-serif;
    color: white;
    font-size: 2.0833333333vw;
    font-size: 3rem;
    font-weight: bold;
    line-height: 1.1333333333;
  }
  .form-tel-button .tel-number .white-phone {
    width: 1.66vw;
    width: 24px;
  }
  .form-tel-button .open-hours {
    font-family: "Noto Sans JP", sans-serif;
    color: white;
    font-size: 0.8333333333vw;
    font-size: 1.2rem;
    font-weight: 500;
    line-height: 1.4166666667;
  }
  .form-tel-button::before {
    content: "";
    background-image: url(./images/form-tel-message.png);
    width: 62.23%;
    width: 267px;
    height: auto;
    aspect-ratio: 267/25;
    background-size: cover;
    top: -1vw;
    top: -15px;
    left: 50%;
    transform: translateX(-50%);
    position: absolute;
  }
  .form-tel-button:active,
.form-tel-button:hover {
    transform: translate(4px, 4px);
    box-shadow: 1px 2px 0px #003587;
  }
  .privacy-policy-wrapper {
    font-family: "Noto Sans JP", sans-serif;
    width: 800px;
    margin: 0 auto;
    padding-top: 80px;
    padding-bottom: 100px;
  }
  .privacy-policy-wrapper h1 {
    font-family: "M PLUS Rounded 1c", sans-serif;
    font-size: 3.6rem;
    margin-bottom: 60px;
  }
  .privacy-policy-wrapper .first {
    font-size: 1.8rem;
    line-height: 1.5;
  }
  .privacy-policy-wrapper h2 {
    font-size: 2rem;
    border-bottom: 1px solid #333;
    padding-top: 18px;
    padding-bottom: 8px;
    margin-top: 60px;
  }
  .privacy-policy-wrapper p {
    font-size: 1.6rem;
    line-height: 2;
  }
  .privacy-policy-wrapper .company-information {
    margin-top: 40px;
    font-weight: bold;
  }
  .privacy-policy-wrapper .company-information p {
    line-height: 1.8;
  }
}
@media screen and (max-width: 779px) {
  .pc {
    display: none !important;
  }
  .pc-br {
    display: none;
  }
  header {
    width: 100%;
    height: auto;
    height: 16vw;
    aspect-ratio: 375/60;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  header .header-logo-wrapper {
    display: flex;
    align-items: center;
    gap: 10.4vw;
  }
  header .logo {
    width: 55.2vw;
    margin-left: 2.66vw;
  }
  header .header-zenkoku {
    width: 14.93vw;
  }
  header .tel-wrapper {
    display: none;
  }
  header .tel-icon {
    width: 16vw;
    height: 100%;
  }
  .first-view {
    width: 100%;
    height: 177.33vw;
    background-image: url(./images/sp-fv-back.png);
    background-size: cover;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .first-view .fv-catch {
    width: 92.32%;
    margin-top: 5.33vw;
    transform: translateX(1.467vw);
  }
  .first-view .fv-bottom {
    width: 89.33%;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
  }
  .first-view .fv-track-record {
    width: 100%;
    margin-top: 2.66vw;
  }
  .first-view .fv-family {
    width: 70.25%;
    height: auto;
    transform: translateY(-4.2vw);
  }
  .not-hoken {
    width: 100%;
    height: 13.3333333333vw;
    background-color: #f1421b;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .not-hoken__text {
    color: white;
    font-size: 6.1333333333vw;
    line-height: 1.5;
    font-weight: bold;
    transform: translateX(2.4vw);
    letter-spacing: 0.02em;
    padding-top: 0.5333333333vw;
  }
  .not-hoken__text::before {
    content: "";
    background-image: url(./images/not-hoken-icon.svg);
    background-size: cover;
    display: inline-block;
    width: 8.9573333333vw;
    height: 8vw;
    vertical-align: top;
  }
  .second-section {
    width: 100%;
    height: auto;
    background-image: url(./images/sp-second-back.png);
    background-size: contain;
    background-repeat: repeat;
    display: flex;
    flex-direction: column;
    align-items: center;
    align-items: center;
    padding-top: 10.66vw;
    padding-bottom: 21.33vw;
    margin-top: 2.66vw;
    margin-bottom: -2.66vw;
  }
  .second-section .second-woman {
    width: 89.1%;
    transform: translateX(0.8vw);
    position: relative;
  }
  .second-section .second-woman .second-woman-voice {
    width: 79.2vw;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 5.3333333333vw;
    font-weight: 500;
    line-height: 1.8;
    position: absolute;
    top: 5.067vw;
    left: 5.067vw;
    letter-spacing: 0.01em;
  }
  .second-section .second-woman .second-woman-voice .bold {
    font-weight: bold;
    line-height: 1.4;
  }
  .second-section .second-woman .second-woman-voice .voice02 {
    margin-top: 2.67vw;
  }
  .third-section {
    width: 100%;
    height: auto;
    background-color: #edf9ff;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 21.33vw 0 21.66vw;
  }
  .third-section .third-title {
    width: 88.26%;
  }
  .third-section .third-image {
    width: 89.33%;
    margin-top: 10.66vw;
  }
  .third-section .description-text {
    font-size: 4.2666666667vw;
    font-weight: 500;
    line-height: 1.8;
    position: absolute;
    letter-spacing: -0.01em;
  }
  .third-section .third-description {
    width: 94.4%;
    margin-top: 13.33vw;
    position: relative;
    font-family: "Noto Sans JP", sans-serif;
  }
  .third-section .third-description .description-text01 {
    font-size: 4.2666666667vw;
    font-weight: 500;
    line-height: 1.8;
    position: absolute;
    left: 6.66vw;
    top: 4vw;
  }
  .third-section .third-description .description-text02 {
    width: 65vw;
    font-size: 4.2666666667vw;
    font-weight: 500;
    line-height: 1.8;
    position: absolute;
    bottom: 4.2vw;
    right: 5.66vw;
  }
  .third-section .third-description02 {
    width: 94.4%;
    margin-top: 5.33vw;
    position: relative;
    font-family: "Noto Sans JP", sans-serif;
  }
  .third-section .third-description02 .description-text03 {
    left: 6.66vw;
    top: 4vw;
  }
  .third-section .third-description02 .description-text04 {
    bottom: 4.2vw;
    right: 5.66vw;
  }
  .third-section .bold {
    font-weight: 900;
  }
  .third-section .semi-bold {
    font-weight: bold;
  }
  .third-section .yellow-line {
    background: linear-gradient(transparent 65%, #ff6 65%);
  }
  .forth-section {
    width: 100%;
    height: auto;
    background-color: #c4eaff;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    padding-bottom: 21.33vw;
  }
  .forth-section .forth-title {
    width: 89.33%;
    z-index: 100;
    transform: translateY(-10.7vw);
  }
  .forth-section .forth-image {
    width: 89.33%;
    transform: translateX(-0.9vw);
  }
  .forth-section .forth-text {
    width: 89.33%;
    font-family: "Noto Sans JP", sans-serif;
    color: #035ead;
    font-size: 5.8666666667vw;
    font-weight: bold;
    line-height: 1.5;
    margin-top: 8.19vw;
    position: relative;
  }
  .forth-section::before {
    content: "";
    background-image: url(./images/sp-forth-arrow.svg);
    background-size: contain;
    width: 100%;
    height: auto;
    aspect-ratio: 375/55;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: 0;
  }
  .forth-section::after {
    position: absolute;
    content: "";
    background-image: url(./images/sp-forth-shock-man.png);
    background-size: contain;
    width: 21.1%;
    height: auto;
    aspect-ratio: 79/100;
    bottom: 0;
    right: 10.9vw;
  }
  .fifth-section {
    width: 100%;
    height: auto;
    background-color: white;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    background-image: url(./images/sp-fifth-back.png);
    background-size: contain;
    background-repeat: repeat;
    margin-top: 7.2vw;
    padding-top: 16vw;
    padding-bottom: 22.93vw;
  }
  .fifth-section .siranakatta-bord {
    width: 89.33%;
    height: auto;
    background-color: #ffd789;
    box-shadow: 5px 6px 0px #ffa800;
    border-radius: 10px;
    z-index: 10;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 10.66vw 2.66vw;
  }
  .fifth-section .siranakatta-bord .siranakatta-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8vw;
  }
  .fifth-section .siranakatta-bord .siranakatta {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .fifth-section .siranakatta-bord .siranakatta .text {
    width: 100%;
    font-family: "Noto Sans JP", sans-serif;
    color: #333333;
    font-size: 4.2666666667vw;
    line-height: 1.6;
    font-weight: 500;
    margin-top: 2.66vw;
    padding-left: 2.66vw;
  }
  .fifth-section .siranakatta-bord .fifth-title {
    font-family: "M PLUS Rounded 1c", sans-serif;
    color: #333;
    font-size: 6.6666666667vw;
    font-weight: 700;
    line-height: 1.4852;
    margin: 0 auto;
    margin-bottom: 6.66vw;
  }
  .fifth-section .siranakatta-bord .siranakatta-voice {
    width: 66.61vw;
    height: auto;
    aspect-ratio: 249.82/160;
    background-image: url(./images/sp-siranakatta-voice.png);
    background-size: contain;
    background-repeat: no-repeat;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    margin-top: 8vw;
  }
  .fifth-section .siranakatta-bord .siranakatta-voice .voice {
    width: 55.2vw;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 4.2666666667vw;
    font-weight: 500;
    line-height: 1.6;
    transform: translateX(-1vw);
    letter-spacing: -0.02em;
  }
  .fifth-section .siranakatta-bord .siranakatta-voice::after {
    content: "";
    background-image: url(./images/sp-fifth-siranakatta-men.png);
    background-size: contain;
    width: 32.76%;
    height: auto;
    aspect-ratio: 104.75/132.26;
    position: absolute;
    right: -16vw;
    top: 50%;
    transform: translateY(-43.5%);
  }
  .sixth-section {
    width: 100%;
    height: auto;
    background-color: #edf9ff;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 21.33vw;
    padding-bottom: 68.35vw;
    position: relative;
  }
  .sixth-section .sixth-title {
    width: 74.93%;
    position: relative;
  }
  .sixth-section .sixth-title::after {
    content: "";
    background-image: url(./images/sp-sixth-konnamono.png);
    background-size: contain;
    width: 57.65%;
    height: auto;
    aspect-ratio: 162/37.46;
    position: absolute;
    top: -10vw;
    right: -8vw;
  }
  .sixth-section .sixth-image {
    width: 89.33%;
    margin-top: 10.66vw;
  }
  .sixth-section .sixth-woman {
    width: 89.33%;
    position: absolute;
    bottom: -9vw;
    z-index: 20;
  }
  .sixth-section .sixth-woman .sixth-woman-voice {
    width: 78.66vw;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 5.3333333333vw;
    font-weight: 500;
    line-height: 1.5;
    position: absolute;
    top: 5.23vw;
    right: 5.33vw;
  }
  .seventh-section {
    width: 100%;
    height: auto;
    background-image: url(./images/sp-seventh-back.png);
    background-size: cover;
    transform: translateY(-6.7vw);
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-bottom: 13.333vw;
    margin-bottom: -6.3vw;
    overflow: hidden;
  }
  .seventh-section .zero-en {
    width: 89.33%;
    transform: translateY(4.5vw);
    margin-bottom: 15.6vw;
  }
  .eighth-section {
    width: 100%;
    background-color: white;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 21.33vw 0;
    /* 前ページ、次ページボタン共通のスタイル */
    /* 次ページボタンのスタイル */
    /* 前ページボタンのスタイル */
    /* 全体のスタイル */
    /* 現在のスライドのスタイル */
  }
  .eighth-section .eighth-title {
    font-family: "M PLUS Rounded 1c", sans-serif;
    font-size: 8vw;
    font-weight: bold;
    line-height: 1.4816666667;
  }
  .eighth-section .case-slides {
    width: 61.33%;
    position: relative;
    margin-top: 10.66vw;
    margin-bottom: 8vw;
  }
  .eighth-section .swiper {
    position: relative;
  }
  .eighth-section .swiper-wrapper {
    padding-bottom: 3.125vw;
  }
  .eighth-section .swiper-button-prev,
.eighth-section .swiper-button-next {
    width: 12.266vw; /* ボタンの幅 */
    height: 12.266vw; /* ボタンの高さ */
    background-size: 12.266vw 12.166vw; /* 背景画像としてのサイズ（＝表示したい画像サイズ） */
  }
  .eighth-section .swiper-button-next {
    background-image: url(./images/slide-next.png);
    transform: translate(16.5vw, -6vw);
    /* btnシャドウ */
    filter: drop-shadow(0px 0px 10px rgba(0, 0, 0, 0.2));
  }
  .eighth-section .swiper-button-prev {
    background-image: url(./images/slide-prev.png);
    transform: translate(-16.5vw, -6vw);
    /* btnシャドウ */
    filter: drop-shadow(0px 0px 10px rgba(0, 0, 0, 0.2));
  }
  .eighth-section .sp-swiper-pagination {
    display: flex;
    justify-content: center;
    gap: 1vw;
  }
  .eighth-section .swiper-pagination-bullet {
    width: 2.66vw; /* 幅 */
    height: 2.66vw; /* 高さ */
    background: #c4eaff; /* 色：緑 */
    opacity: 1; /* 半透明（デフォルトでは0.2） */
  }
  .eighth-section .swiper-pagination-bullet-active {
    width: 2.66vw; /* 幅 */
    height: 2.66vw; /* 高さ */
    background: #035ead; /* 色：黄色 */
    opacity: 1; /* 不透明 */
  }
  .eighth-section .swiper-pagination-horizontal {
    bottom: 0;
  }
  .eighth-section .swiper-button-next::after,
.eighth-section .swiper-button-prev::after {
    display: none;
  }
  .eighth-section .each-slide {
    width: 61.33vw !important;
    display: flex;
    flex-direction: column;
    align-items: center;
    font-family: "Noto Sans JP", sans-serif;
  }
  .eighth-section .each-slide .case-title {
    color: #71a7d9;
    font-size: 4.2666666667vw;
    font-weight: bold;
    line-height: 1.448125;
  }
  .eighth-section .each-slide .case-image {
    width: 100%;
    margin-top: 2.66vw;
  }
  .eighth-section .each-slide .price-wrapper {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 2.66vw;
    margin-top: 3.2vw;
  }
  .eighth-section .each-slide .price-wrapper .building-type {
    width: 17.33vw;
    height: 6.133w;
    color: white;
    font-size: 4.2666666667vw;
    font-weight: 400;
    line-height: 1.448125;
    background-color: #71a7d9;
    display: flex;
    justify-content: center;
  }
  .eighth-section .each-slide .price-wrapper .appart {
    width: 19.13vw;
  }
  .eighth-section .each-slide .price-wrapper .case-price {
    font-size: 4.2666666667vw;
    font-weight: bold;
    line-height: 2.0625;
  }
  .eighth-section .each-slide .price-wrapper .case-price span {
    color: #ffa800;
    font-size: 9.6vw;
    font-weight: 900;
    line-height: 0.9166666667;
    margin: 0 0.4vw;
  }
  .eighth-section .each-slide .case-story {
    width: 100%;
    font-size: 3.7333333333vw;
    font-weight: 500;
    line-height: 1.4;
    letter-spacing: -0.02em;
    margin-top: 3.2vw;
  }
  .nineth-section {
    width: 100%;
    height: auto;
    background-color: #edf9ff;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 21.33vw 0;
  }
  .nineth-section .nineth-title {
    font-family: "M PLUS Rounded 1c", sans-serif;
    font-size: 6.6666666667vw;
    font-weight: bold;
    line-height: 1.4852;
    text-align: center;
  }
  .nineth-section .reason-wrapper {
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10.66vw;
    margin-top: 10.66vw;
    font-family: "Noto Sans JP", sans-serif;
  }
  .nineth-section .reason-wrapper .each-reason {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .nineth-section .reason-wrapper .each-reason .reason-title {
    font-family: "Noto Sans JP", sans-serif;
    white-space: nowrap;
    text-align: center;
  }
  .nineth-section .reason-wrapper .each-reason .reason-title .top {
    font-size: 4.2666666667vw;
    line-height: 2.0625;
    font-weight: 500;
  }
  .nineth-section .reason-wrapper .each-reason .reason-title .bottom {
    color: #ffa800;
    font-size: 6.9333333333vw;
    font-weight: 700;
    line-height: 1.2692307692;
  }
  .nineth-section .reason-wrapper .each-reason .reason-contents {
    font-family: "Noto Sans JP", sans-serif;
    display: flex;
    gap: 2.66vw;
    margin-top: 2.66vw;
    align-items: center;
  }
  .nineth-section .reason-wrapper .each-reason .reason-image {
    width: 34.66vw;
  }
  .nineth-section .reason-wrapper .each-reason .reason-text {
    font-family: "Noto Sans JP", sans-serif;
    width: 52vw;
    font-size: 3.7333333333vw;
    font-weight: 500;
    line-height: 1.6;
  }
  .tenth-section {
    width: 100%;
    height: auto;
    background-image: url(./images/sp-tenth-back.png);
    background-repeat: repeat;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 21.33vw 0;
  }
  .tenth-section .tenth-title {
    font-family: "M PLUS Rounded 1c", sans-serif;
    font-size: 8vw;
    font-weight: bold;
    line-height: 1.485;
  }
  .tenth-section .word-of-mouse-wrapper {
    width: 89.33%;
    display: flex;
    flex-direction: column;
    gap: 11.2vw;
    margin-top: 13.6vw;
    font-family: "Noto Sans JP", sans-serif;
  }
  .tenth-section .word-of-mouse-wrapper .each-word-of-mouse {
    box-sizing: border-box;
    width: 100%;
    height: auto;
    height: 160vw;
    border: 4px #969696 solid;
    background-color: white;
    border-radius: 24px;
    position: relative;
    padding: 4.266vw;
    padding-top: 8.266vw;
  }
  .tenth-section .word-of-mouse-wrapper .each-word-of-mouse .mouse-heading {
    width: 100%;
    color: #ffa800;
    font-size: 4.8vw;
    font-weight: bold;
    line-height: 1.4477777778;
    text-align: center;
  }
  .tenth-section .word-of-mouse-wrapper .each-word-of-mouse .word-of-mouse-contents-wrapper {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .tenth-section .word-of-mouse-wrapper .each-word-of-mouse .word-of-mouse-contents-wrapper .mouse-image {
    width: 100%;
    margin-top: 2.66vw;
  }
  .tenth-section .word-of-mouse-wrapper .each-word-of-mouse .word-of-mouse-contents-wrapper .word-of-mouse-contents {
    width: 100%;
  }
  .tenth-section .word-of-mouse-wrapper .each-word-of-mouse .word-of-mouse-contents-wrapper .word-of-mouse-contents .mouse-information {
    display: flex;
    align-items: flex-end;
    gap: 2.133vw;
    margin-top: 4vw;
  }
  .tenth-section .word-of-mouse-wrapper .each-word-of-mouse .word-of-mouse-contents-wrapper .word-of-mouse-contents .information-left {
    width: 16vw;
  }
  .tenth-section .word-of-mouse-wrapper .each-word-of-mouse .word-of-mouse-contents-wrapper .word-of-mouse-contents .mouse-profile {
    display: flex;
    align-items: center;
    gap: 2.66vw;
    margin: 1.33vw 0;
  }
  .tenth-section .word-of-mouse-wrapper .each-word-of-mouse .word-of-mouse-contents-wrapper .word-of-mouse-contents .name {
    font-size: 3.7333333333vw;
    font-weight: 500;
    line-height: 1.4478571429;
  }
  .tenth-section .word-of-mouse-wrapper .each-word-of-mouse .word-of-mouse-contents-wrapper .word-of-mouse-contents .living {
    font-size: 3.7333333333vw;
    font-weight: 500;
    line-height: 1.4478571429;
  }
  .tenth-section .word-of-mouse-wrapper .each-word-of-mouse .word-of-mouse-contents-wrapper .word-of-mouse-contents .repair-content-callout {
    width: 60.53vw;
    height: auto;
    aspect-ratio: 227/30;
    color: white;
    font-size: 4.2666666667vw;
    font-weight: 500;
    line-height: 1.125;
    background-color: #ffa800;
    text-align: center;
    vertical-align: middle;
    display: flex;
    justify-content: center;
    align-items: center;
    letter-spacing: -0.03em;
  }
  .tenth-section .word-of-mouse-wrapper .each-word-of-mouse .word-of-mouse-contents-wrapper .word-of-mouse-contents .repair-content {
    font-size: 3.7333333333vw;
    font-size: 3.6vw;
    font-weight: 500;
    line-height: 1.8666666667;
    letter-spacing: -0.02em;
    margin-top: 4vw;
  }
  .tenth-section .word-of-mouse-wrapper .each-word-of-mouse::before {
    content: "";
    background-image: url(./images/sp-word-of-mouse-ring.png);
    background-size: cover;
    width: 88.9%;
    height: auto;
    aspect-ratio: 298/28;
    position: absolute;
    top: -3.8vw;
    left: 50%;
    transform: translateX(-50%);
  }
  .eleventh-section {
    width: 100%;
    height: auto;
    background-color: #edf9ff;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 21.33vw 0;
  }
  .eleventh-section .eleventh-title {
    font-family: "M PLUS Rounded 1c", sans-serif;
    font-size: 6.6666666667vw;
    font-weight: bold;
    line-height: 1.4852;
    text-align: center;
  }
  .eleventh-section .flow-wrapper {
    width: 89.33%;
    margin-top: 10.66vw;
    margin-bottom: 10.66vw;
    position: relative;
  }
  .eleventh-section .flow-wrapper .each-flow {
    width: 100%;
    border-bottom: 1px dashed #035ead;
    font-family: "Noto Sans JP", sans-serif;
    padding-left: 18.66vw;
  }
  .eleventh-section .flow-wrapper .each-flow .flow-title {
    color: #035ead;
    font-size: 5.8666666667vw;
    font-weight: bold;
    line-height: 1.4481818182;
  }
  .eleventh-section .flow-wrapper .each-flow .flow-content {
    font-size: 4.2666666667vw;
    font-weight: 500;
    line-height: 1.6;
    margin-top: 4vw;
  }
  .eleventh-section .flow-wrapper .each-flow:last-child {
    border-bottom: none;
  }
  .eleventh-section .flow-wrapper .omoshikomi {
    padding-bottom: 8vw;
  }
  .eleventh-section .flow-wrapper .muryo-tyosa {
    padding-top: 8vw;
    padding-bottom: 8vw;
  }
  .eleventh-section .flow-wrapper .sinsei {
    padding-top: 8vw;
    padding-bottom: 8vw;
  }
  .eleventh-section .flow-wrapper .kyuhu {
    padding-top: 8vw;
    padding-bottom: 8vw;
  }
  .eleventh-section .flow-wrapper .gonyukin {
    padding-top: 8vw;
  }
  .eleventh-section .flow-wrapper::before {
    content: "";
    background-image: url(./images/sp-hokenkin-flow.png);
    background-size: contain;
    width: 16vw;
    height: auto;
    aspect-ratio: 60/1207;
    position: absolute;
    top: 8.5vw;
    left: 0vw;
  }
  .twelveth-section {
    width: 100%;
    height: auto;
    background-image: url(./images/sp-second-back.png);
    background-size: cover;
    background-position: center;
    background-repeat: repeat;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 21.33vw 0;
  }
  .twelveth-section .form-house {
    width: 100%;
    position: relative;
  }
  .twelveth-section .form-house .form-not-hoken {
    color: #f1421b;
    font-size: 5.3333333333vw;
    font-weight: bold;
    line-height: 1.5;
    margin-top: 5.3333333333vw;
    position: relative;
    white-space: nowrap;
    letter-spacing: 0.02em;
  }
  .twelveth-section .form-house .form-not-hoken::before {
    content: "";
    background-image: url(./images/red-not-hoken-icon.svg);
    background-size: cover;
    display: inline-block;
    width: 7.464vw;
    height: 6.6666666667vw;
    vertical-align: bottom;
    transform: translateY(-0.2666666667vw);
  }
  .twelveth-section .form-house .form-not-hoken::after {
    content: "";
    background-image: url(./images/sp-red-not-hoken-border.svg);
    background-size: contain;
    display: inline-block;
    width: 136px;
    height: 6px;
    position: absolute;
    right: 2.6666666667vw;
    bottom: -1.0666666667vw;
  }
  footer {
    width: 100%;
    height: auto;
    aspect-ratio: 375/257;
    font-family: "Noto Sans JP", sans-serif;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-color: #035ead;
    color: white;
  }
  footer .footer-logo {
    width: 63.2%;
  }
  footer .footer-links {
    display: flex;
    justify-content: center;
    gap: 10.66vw;
    font-size: 4.2666666667vw;
    font-weight: 500;
    line-height: 1.448125;
    margin-top: 6.4vw;
  }
  footer .copyright {
    font-size: 3.2vw;
    font-weight: 500;
    line-height: 1.4483333333;
    margin-top: 5.33vw;
  }
  .form-house {
    width: 100%;
    position: relative;
  }
  .form-house .form-not-hoken {
    color: #f1421b;
    font-size: 5.3333333333vw;
    font-weight: bold;
    line-height: 1.5;
    margin-top: 5.3333333333vw;
    position: relative;
    white-space: nowrap;
    letter-spacing: 0.02em;
  }
  .form-house .form-not-hoken::before {
    content: "";
    background-image: url(./images/red-not-hoken-icon.svg);
    background-size: cover;
    display: inline-block;
    width: 7.464vw;
    height: 6.6666666667vw;
    vertical-align: bottom;
    transform: translateY(-0.2666666667vw);
  }
  .form-house .form-not-hoken::after {
    content: "";
    background-image: url(./images/sp-red-not-hoken-border.svg);
    background-size: contain;
    display: inline-block;
    width: 136px;
    height: 6px;
    position: absolute;
    right: 2.6666666667vw;
    bottom: -1.0666666667vw;
  }
  .sodan-form {
    width: 78.666%;
    font-family: "Noto Sans JP", sans-serif;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 0 auto;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 8.8vw;
  }
  .sodan-form .form-contents {
    width: 100%;
    display: flex;
    flex-direction: column;
    margin-bottom: 8vw;
  }
  .sodan-form .sp-form-label {
    display: flex;
    align-items: center;
    gap: 8vw;
    margin-bottom: 1.86vw;
  }
  .sodan-form label {
    font-size: 4.2666666667vw;
    font-weight: 500;
    line-height: 1.448125;
  }
  .sodan-form .must {
    width: 12.26vw;
    height: 5vw;
    background-color: #f1421b;
    color: white;
    font-size: 3.2vw;
    font-weight: 500;
    line-height: 0.8333333333;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 3px;
    padding-bottom: 1px;
  }
  .sodan-form .form-tel,
.sodan-form .form-mail,
.sodan-form .form-okomari {
    display: flex;
    flex-direction: column;
    width: 100%;
    margin-top: 6.133vw;
  }
  .sodan-form input[type=text],
.sodan-form input[type=tel],
.sodan-form input[type=email],
.sodan-form select {
    width: 100%;
    height: 10.66vw;
    background-color: white;
    border: 1px solid #b5b5b5;
    border-radius: 5px;
    color: #555555;
    padding-left: 2.66vw;
    font-size: 4.2666666667vw;
  }
  .sodan-form input[type=text]:focus,
.sodan-form input[type=tel]:focus,
.sodan-form input[type=email]:focus,
.sodan-form select:focus {
    border: none;
  }
  .sodan-form select {
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none; /* デフォルトの矢印を非表示 */
  }
  .sodan-form .okomari-select {
    position: relative;
  }
  .sodan-form .okomari-select::after {
    position: absolute;
    content: "";
    background-image: url(./images/select-arrow.svg);
    background-size: contain;
    width: 3.2vw;
    height: auto;
    aspect-ratio: 12/10;
    top: 50%;
    right: 2.66vw;
    transform: translateY(-45%);
    pointer-events: none;
  }
  .sodan-form .form-buttons {
    display: flex;
    flex-direction: column;
    gap: 9.06vw;
  }
  .cta-buttons {
    display: flex;
    flex-direction: column;
    gap: 9.06vw;
  }
  .cta-free-consultation-button-wrapper {
    box-shadow: 4px 4px 0px #e38a00;
    display: block;
    width: 100%;
    height: auto;
    aspect-ratio: 335/80;
    border-radius: 10px;
    background-color: #ffa800;
    border: none;
    position: relative;
    cursor: pointer;
  }
  .free-consultation-button-wrapper {
    box-shadow: 4px 4px 0px #e38a00;
    display: block;
    width: 88.26vw;
    height: auto;
    aspect-ratio: 335/80;
    border-radius: 10px;
    background-color: #ffa800;
    border: none;
    position: relative;
    cursor: pointer;
  }
  .free-consultation-button {
    width: 100%;
    height: 100%;
    background-color: transparent;
    font-family: "Noto Sans JP", sans-serif;
    color: white;
    font-weight: 500;
    font-size: 6.9333333333vw;
    line-height: 1.0384615385;
    letter-spacing: 0.01em;
    border: none;
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    text-align: left;
  }
  .cta-free-consultation-button {
    font-size: 6.6666666667vw;
    line-height: 144.8vw;
    letter-spacing: 0.08em;
  }
  .strong {
    letter-spacing: -0.1em;
  }
  .form-strong {
    letter-spacing: -0.2em;
  }
  .zenkoku {
    width: 14.93vw;
    height: 14.93vw;
    position: absolute;
    top: 50%;
    left: 4.53vw;
    transform: translateY(-50%);
  }
  .cta-zenkoku {
    left: 3.2vw;
  }
  .form-consultation-button-wrapper {
    width: 77.6vw;
    height: auto;
    aspect-ratio: 291/80;
    transition: 0.3s all;
  }
  .form-consultation-button {
    font-size: 6.6666666667vw;
    line-height: 1.448;
    letter-spacing: -0.02rem;
    transition: 0.3s all;
    transform: translateX(-3.46vw);
  }
  .free-consultation-button-wrapper:active,
.free-consultation-button-wrapper:hover,
.cta-free-consultation-button-wrapper:active,
.cta-free-consultation-button-wrapper:hover {
    transform: translate(4px, 4px);
    box-shadow: 1px 2px 0px #e38a00;
  }
  .cta-free-consultation-button-wrapper::after {
    content: "";
    background-image: url(./images/free-consultation-arrow.svg);
    background-size: contain;
    width: 4.8vw;
    height: auto;
    aspect-ratio: 18/16;
    position: absolute;
    right: 5.81vw;
    top: 50%;
    transform: translateY(-45%);
    transition: 0.3s all;
  }
  .free-consultation-button-wrapper::after {
    content: "";
    background-image: url(./images/free-consultation-arrow.svg);
    background-size: contain;
    width: 4.8vw;
    height: auto;
    aspect-ratio: 18/16;
    position: absolute;
    right: 4vw;
    top: 50%;
    transform: translateY(-40%);
    transition: 0.3s all;
  }
  .form-tel-button {
    width: 89.33vw;
    height: auto;
    aspect-ratio: 335/80;
    border-radius: 10px;
    background-color: #035ead;
    border: none;
    position: relative;
    box-shadow: 4px 4px 0px #003587;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    transition: 0.3s all;
  }
  .form-tel-button .tel-number {
    display: flex;
    gap: 2.66vw;
    font-family: "Roboto", sans-serif;
    color: white;
    font-size: 8vw;
    font-weight: bold;
    line-height: 1.15;
  }
  .form-tel-button .tel-number .white-phone {
    width: 6.4vw;
  }
  .form-tel-button .open-hours {
    font-family: "Noto Sans JP", sans-serif;
    color: white;
    font-size: 3.2vw;
    font-weight: 500;
    line-height: 1.4483333333;
  }
  .sp-form-tel-button {
    width: 77.6vw;
    height: auto;
    aspect-ratio: 291/80;
  }
  .form-tel-button::before {
    content: "";
    background-image: url(./images/form-tel-message.png);
    width: 71.368vw;
    height: auto;
    aspect-ratio: 267.63/25;
    background-size: cover;
    top: -3vw;
    left: 50%;
    transform: translateX(-50%);
    position: absolute;
  }
  .form-tel-button:active,
.form-tel-button:hover {
    transform: translate(4px, 4px);
    box-shadow: 1px 2px 0px #003587;
  }
  .privacy-policy-wrapper {
    font-family: "Noto Sans JP", sans-serif;
    width: 89.33%;
    margin: 0 auto;
    padding-top: 40px;
    padding-bottom: 100px;
  }
  .privacy-policy-wrapper h1 {
    font-family: "M PLUS Rounded 1c", sans-serif;
    font-size: 3rem;
    margin-bottom: 60px;
  }
  .privacy-policy-wrapper .first {
    font-size: 1.8rem;
    line-height: 1.5;
  }
  .privacy-policy-wrapper h2 {
    font-size: 2rem;
    border-bottom: 1px solid #333;
    padding-top: 18px;
    padding-bottom: 8px;
    margin-top: 40px;
  }
  .privacy-policy-wrapper p {
    font-size: 1.6rem;
    line-height: 1.8;
  }
  .privacy-policy-wrapper .company-information {
    margin-top: 40px;
    font-weight: bold;
    line-height: 2;
  }
}
@-webkit-keyframes dokidoki {
  0% {
    transform: scale(1);
  }
  20% {
    transform: scale(1.01);
  }
  40% {
    transform: scale(1.02);
  }
  50% {
    transform: scale(1.03);
  }
  60% {
    transform: scale(1.02);
  }
  80% {
    transform: scale(1.01);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes dokidoki {
  0% {
    transform: scale(1);
  }
  20% {
    transform: scale(1.01);
  }
  40% {
    transform: scale(1.02);
  }
  50% {
    transform: scale(1.03);
  }
  60% {
    transform: scale(1.02);
  }
  80% {
    transform: scale(1.01);
  }
  100% {
    transform: scale(1);
  }
}
.dokidoki {
  -webkit-animation-name: dokidoki;
          animation-name: dokidoki;
  /* アニメーション名の指定 */
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
  /* アニメーションの開始時間指定 */
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  /* アニメーション動作時間の指定 */
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
  /* アニメーションの動き（徐々に早く徐々に遅く）*/
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  /* アニメーションをループさせる */
}
/*# sourceMappingURL=style.css.map */