/*------------------------------------------------------
  SP（〜767px）
------------------------------------------------------*/
@media (max-width: 767px) {
  :root {
      --main-color: #178D39;
      --white: #FFFFFF;
      --bg-color: #f5f5f5;
      --bg-green: #E8F3EB;
      --bg-light-green: #E8F3E1;
      --yellow: #FDFF5B;
      --red: #e72334;
      --mail-orange: #FC5820;
      --line-green: #49B52A;
      --font-color: #123C1E;
      --font-family: "Noto Sans JP", sans-serif;
      --letter-spacing-wide: 0.05em;
  }
  html {height: -webkit-fill-available; -webkit-text-size-adjust: 100%;font-size: 14px;}
  body {
    position: relative;
    font-size: 1rem;
    -webkit-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -o-text-size-adjust: 100%;
    text-size-adjust: 100%;
    /* アンチエイリアス */
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;

    min-height: 100vh;
    /* mobile viewport bug fix */
    min-height: -webkit-fill-available;
  }

  /* --- 全体 --- */
  .wrap {
    position: relative;
    word-break: normal;
    scroll-behavior: smooth;
  }
  .inner {
    padding: 0 1.143rem;
  }

  img {
    max-width: 100%;
    height: auto;
  }

  em {
    font-style: normal;
  }

  .flex {
    flex-direction: column;
    align-items: stretch;
  }

  .grid-2,
  .grid-3,
  .grid-5 {
    grid-template-columns: 1fr;
  }
  a {
    transition: none;
  }

  .footer .flex {
    gap: 2.4rem;
  }

  .footer .flex .item .logo {
    width: 80%;
    display: block;
  }

  /* =========================
     mv
  ========================= */
  .mv {
    background: var(--bg-green);
  }

  .mv .contact-only {
    bottom: 10px;
    padding: 8px 16px;
    background: rgba(255, 255, 255, 0.9);
    width: calc(100% - 30px);
  }

  .mv .contact-only .flex {
    gap: 0;
  }

  .mv .contact-only .flex a {
    line-height: 0.8;
  }

  /* =========================
     sec1
  ========================= */
  .sec1 {
    padding: 3.571rem 0;
  }

  .sec1 .col-1 .flex {
    flex-direction: row;
    flex-wrap: wrap;
    gap: 0.571rem;
    justify-content: center;
    align-items: center;
  }
  .sec1 .col-1 .catch .left img,
  .sec1 .col-1 .catch .right img {
    max-width: 2.14rem;
  }

  .sec1 .col-1 .flex .item {
    width: 48%;
    max-width: none;
    height: auto;
    aspect-ratio: 1 / 1;
    padding: 10px 5px;
  }

  .sec1 .col-1 .flex .item img {
    width: 58%;
  }

  .sec1 .col-1 .flex .item .ttl {
    margin-top: 0.571rem;
    max-width: none;
    padding: 5px 9px;
    height: auto;
    font-size: .9rem;
    /* 14px */
  }

  .sec1 .col-1 .flex .item .text {
    font-size: 0.785rem;
    white-space: nowrap;
  }

  /* 3つ目だけ1列（横幅100%） */
  .sec1 .col-1 .flex .item:nth-child(3) {
    width: calc((100% - 1.143rem) / 2);
  }

  .sec1 .col-1 .catch .texts .text:first-child {
    font-size: 1.714rem;
    white-space: nowrap;
  }
  .sec1 .col-1 .catch .texts .text:first-child > span {
    font-size: 1.2rem;
  }

  .sec1 .col-1 .catch .texts .text-2 {
    font-size: 1.571rem;
    white-space: nowrap;
  }

  .sec1 .col-1 .catch .texts .text-3 {
    width: 70vw;
    font-size: 1.571rem;
    white-space: nowrap;
  }

  .sec1 .col-1 .catch {
    padding: 2.857rem 0;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 8px;
  }

  .sec1 .col-2 .text {
    text-align: center;
    width: auto;
    max-width: 100%;
    margin: -4.286rem auto 0;
    font-size: 1.286rem;
    padding: 16px 8px;
    white-space: nowrap;
  }

  .sec1 .col-3 {
    padding: 4.286rem 0;
  }

  .sec1 .col-3 .box {
    width: 100%;
  }

  .sec1 .col-3 .grid {
    margin-top: 16px;
    gap: 1.143rem;
  }

  .sec1 .col-3 .grid .item .images {
    padding: 10px;
  }

  .sec1 .col-3 .grid .item:first-child .box .images img {
      height: 70px;
  }

  /* =========================
     sec2（特徴：縦積み + 背景のはみ出し解除）
  ========================= */
  .sec2 {
    padding: 0 0 7rem;
  }

  .sec2 .title {
    flex-direction: column;
    align-items: center;
    gap: 0;
    position: relative;
  }

  .sec2 .title h2+img {
    width: 24%;
    margin-left: auto;
    position: absolute;
    top: 0;
    right: 0;
  }

  .sec2 .title+.flex {
    margin-top: 3rem;
  }

  .sec2 .flex {
    margin-top: 5rem;
    gap: 1rem;
    width: 100%;
    flex-direction: column;
    align-items: stretch;
    overflow: hidden;
  }

  .sec2 .flex > .texts {
    flex: none;
    min-width: 0;
    width: 100%;
    padding: 20px 15px;
    background: #FFF;
    box-sizing: border-box;
  }

  .sec2 .flex+.obj {
    margin-top: 3rem;
  }

  .sec2 .flex .images {
    width: 100%;
    max-width: 100%;
    flex: none;
  }

  .sec2 .flex .texts::after {
    display: none;
    /* left: 0!important;
    right: 0!important;
    top: 0;
    min-height: 100%;
    width: 100%!important;
    position: absolute;
    margin-left: 0;
    margin-right: 0; */
  }

  .sec2 .flex .texts .point {
    padding: 0.143rem 1.714rem 0.571rem 1.714rem;
    font-size: 2.143rem;
  }

  .sec2 .flex:nth-child(even) .images,
  .sec2 .flex:nth-child(even) .texts {
    order: initial;
  }

  .sec2 .flex .texts .heading3 {
    margin-top: 16px;
    font-size: 1.714rem;
  }

  .sec2 .flex .texts .heading3+.text {
    margin-top: 16px;
    display: block;
    text-wrap: wrap !important;
  }

  .sec2 .catch+.grid {
    gap: 4rem;
  }

  .sec2 .catch+.grid h3 {
    font-size: 1.714rem;
  }

  /* =========================
     sec3（料金：grid縦積み + 横並び維持したい箇所を上書き）
  ========================= */
  .sec3 {
    padding-top: 110px;
  }
  .sec3 .inner {
    padding: 4.286rem 1.071rem;
  }

  .sec3 .col-1.grid {
    gap: 2rem;
  }

  .sec3 .col-1 .item .box img {
    max-width: none;
    width: 100%;
  }

  .sec3 .item-full {
    margin-top: 2rem;
  }

  .sec3 .col-2 .flex {
    margin-top: 4rem;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 1.143rem;
  }

  .sec3 .col-2 .flex .cnt {
    display: grid;
    align-items: center;
    gap: 0;
  }

  .sec3 .col-2 .flex .image {
    width: 9rem;
    height: 9rem;
  }

  .sec3 .col-2 .flex .image+p {
    width: max-content;
    margin: -0.714rem auto 0;
  }

  .sec3 .cover >.obj {
    top: -3.571rem;
    width: 17.857rem;
    height: 17.857rem;
  }

  .sec3 .cover > .obj + .obj-2 {
    top: -8rem;
    width: 25%;
  }

  .sec3 .title {
    width: 100%;
  }

  .sec3 .title h2 {
    font-size: 1.714rem;
    /* 24px */
  }

  .sec3 .title h2+.text {
    font-size: 1.286rem;
    /* 18px */
  }

  .sec3 .col-3 {
    padding: 3.571rem 0 7rem;
    background-size: cover, 200% auto;
  }

  .sec3 .col-3 .inner {
    padding: 3.571rem 1.071rem;
    background: var(--white);
  }

  .sec3 .col-3 .inner .cover {
    padding: 20px 12px 40px;
  }

  .sec3 .col-3 .box .flex {
    flex-direction: row;
    flex-wrap: wrap;
    gap: 0.571rem;
    justify-content: center;
  }

  .sec3 .col-3 .inner .cover .flex {
    flex-direction: row;
    flex-wrap: nowrap;
    gap: 0;
    justify-content: center;
    width: 100%;
  }

  .sec3 .col-3 .inner .cover .flex-1 .cnt {
    padding: 16px 9px;
    font-size: 1rem;
    text-wrap: wrap !important;
  }

  .sec3 .col-3 .inner .cover .flex-1 .parts {
    font-size: 1rem;
    width: 26px;
    height: 26px;
    margin: 0 -4px;
  }

  .sec3 .col-3 .box .flex-2 .is-Sp.br {
    display: block;
    flex-basis: 100%;
    height: 10px;
    margin: 0;
    padding: 0;
  }

  .sec3 .col-3 .box .flex-2 .cnt .ttl {
    font-size: 1.1rem;
  }

  .sec3 .col-3 .box {
    padding: 3.4rem 1.143rem 1.714rem;
  }

  .sec3 .col-3 .obj img {
    width: 40%;
  }

  .sec3 .col-3 .box .flex .parts {
    width: 1.786rem;
    height: 1.786rem;
  }

  .sec3 .item .box {
    height: auto;
  }

  .sec3 .item .box img+.line {
    font-size: 1.286rem;
    /* 18px */
  }

  .sec3 .item .box .cover .dot-list {
    height: auto;
  }

  .sec3 .item .box .line p:first-child {
    font-size: 1.286rem;
    /* 18px */
  }

  .sec3 .col-2 .kome-list {
    width: 100%;
  }

  /* =========================
     sec4（事例：before/after は横維持）
  ========================= */
  .sec4 {
    padding: 4.286rem 0;
  }

  .sec4 .title {
    max-width: 80%;
  }

  .sec4 .title .text-curve {
    margin: 1rem auto 0;
    max-width: 82%;
  }

  .sec4 #sec4 {
    padding-bottom: 88px;
  }

  .sec4 #sec4 .item {
    padding: 16px 8px;
    width: 100%;
  }

  .sec4 #sec4 .item .head {
    flex-direction: row;
    gap: 4px;
  }

  .sec4 #sec4 .item .head .img {
    border: 4px solid var(--white);
    border-radius: 4px;
    width: 100%;
  }

  .sec4 #sec4 .item .head .img img {
    border-radius: 2px;
  }

  .sec4 #sec4 .item .head .arrow {
    width: 6px;
    min-width: 6px;
  }

  .sec4 #sec4 .item .swiper-pagination {
    bottom: 12px;
  }

  .sec4 #sec4 .item .body .price > span {
    font-size: 1.3rem;
  }

  .sec4 #sec4 .item .body .price > span.price-text {
    font-size: 2.1rem;
  }

  .sec4 #sec4 .item .body .line .ttl {
    width: 100px;
    padding: 3px 12px;
  }

  .sec4 #sec4 .splide__arrow--prev,
  .sec4 #sec4 .splide__arrow--next {
    border-radius: 50%;
    width: 40px;
    height: 40px;
  }

  .sec4 #sec4 .splide__arrow--next {
    right: 1rem;
  }

  .sec4 #sec4 .splide__arrow--prev {
    left: 1rem;
    background: url('../images/swiper_arrow_prev.svg') no-repeat center center;
  }

  /* =========================
     articles（問い合わせ：縦積み）
  ========================= */
  .articles {
    padding: 4.286rem 0;
  }

  .articles .contact .head {
    padding: 1.714rem;
    height: auto;
  }

  .articles .contact .head .texts {
    width: 100%;
  }

  .articles .contact .head .images {
    position: static;
    margin-top: 1.143rem;
  }

  .articles .contact .head .images img {
    margin: 0 auto;
  }

  .articles .contact .body {
    padding: 1.714rem;
  }

  .articles .contact .body .text.is-Pc {
    display: none;
  }

  .articles .contact .body .text.is-Sp {
    display: block;
  }

  .articles .contact .body .flex {
    align-items: center;
    gap: 0.4rem;
  }

  .articles .contact .body .flex a {
    line-height: 0.8;
  }

  .articles .permit {
    margin-top: 5.714rem;
  }
  .articles .permit .cover {
    padding: 40px 20px;
  }

  .articles .permit .cover .flex {
    gap: 1.143rem;
  }

  .articles .permit .obj,
  .articles .permit .obj-2 {
    display: none;
    /* 画面外はみ出し防止 */
  }

  /* =========================
     sec5（声：grid縦積み）
  ========================= */
  .sec5 {
    padding: 4.286rem 0;
  }

  .sec5 h2+.text+.grid {
    grid-template-columns: repeat(2, 1fr);
    place-items: center; 
    margin: 2.286rem 0;
    gap: 0.857rem;
  }
  .sec5 h2+.text+.grid > :last-child:nth-child(odd){
    max-width: 184px;
  }
  .sec5 h2+.text+.grid > :last-child:nth-child(odd){
    grid-column: 1 / -1;
    justify-self: center;
    width: fit-content;
  }

  /* =========================
     sec6（流れ：縦積み）
  ========================= */
  .sec6 {
    padding: 4.286rem 0 5.714rem;
  }

  .sec6 .col-1 {
    padding-bottom: 3rem;
  }

  .sec6 .col-1 .flow {
    padding: 24px;
    flex-direction: column;
    align-items: stretch;
    justify-content: center;
    width: 100%!important;
  }

  .sec6 .col-1 .flow img {
    width: 50%;
    margin: 0 auto;
  }

  .sec6 .col-1 .flow .texts {
    width: 100%;
    flex: none; 
    min-width: 0;
  }
  .sec6 .col-1 .flow .step {
    margin: 0 auto;
  }
  .sec6 .col-1 .flow .texts .text {
    width: 100%;
    text-wrap: wrap !important;
  }

  .sec6 .col-2 {
    padding: 4.286rem 0;
  }

  .sec6 .col-2 .flex {
    margin-top: 3rem;
    flex-direction: column;
    align-items: stretch;
    width: 100%!important;
  }

  .sec6 .col-2 .flex .item {
    width: 100%;
  }
  .sec6 .col-2 .flex h3 + .text {
    width: 100%;
    text-wrap: wrap !important;
  }

  .sec6 .col-2 .flex .obj {
    margin: 0 auto;
    transform: rotate(90deg);
  }

  .sec6 .box-videos {
    padding-top: 4.826rem;
    padding-bottom: 2rem;
  }

  .sec6 .box-videos .ttl {
    padding: 1.286rem 0.714rem;
    font-size: 1.1rem;
  }

  .sec6 .box-videos .ttl+.flex {
    gap: 0.857rem;
    flex-wrap: nowrap;
    flex-direction: column;
    align-items: center;
  }
  .sec6 .box-videos .ttl + .flex .item {
    flex: none;
    width: 100%;
  }

  .sec6 .col-access {
    padding: 2.286rem 0;
  }
  .sec6 .col-access .flex {
    gap: 64px;
  }

  .sec6 .col-access .map {
    margin: 0 auto;
    width: 100%;
  }

  .sec6 .col-access .map iframe {
    width: 100%;
    height: 21.429rem;
  }

  .sec6 .col-access .texts .title + .line {
    margin-top: 30px;
  }

  .sec6 .col-access .texts .line>p.ttl {
    width: 120px;
    min-width: 120px;
  }

  .sec6 .col-access .texts .line>.text a {
    font-size: 1.143rem;
  }

  .sec6 .col-access .texts {
    width: 100%;
  }

  .sec6 .col-access .texts .title+.line>.text {
    font-size: 1.143rem;
  }

  .sec6 .col-access .texts .title h2 {
    font-size: 1.714rem;
  }

  .sec6 .col-1 .title .line .obj,
  .sec6 .col-2 .title .line .obj {
    display: none;
  }

  .sec6 .col-3 {
    padding-top: 4.286rem;
  }

  .sec6 .col-3 .card {
    flex-direction: column;
    align-items: stretch;
  }

  .sec6 .col-3 .card .texts {
    width: 100%;
  }

  .sec6 .col-3 .card .step span {
    font-size: 1.286rem;
  }

  .sec6 .col-3 .card h2 {
    margin-top: 1.14rem;
    font-size: 1.714rem;
  }

  /* =========================
     sec7（一覧：縦積み）
  ========================= */
  .sec7 {
    padding: 4.286rem 0 1rem;
  }
  .sec7::before {
    background-size: 200% auto;
    height: calc(100 * 100vw/ 412 );
  }
  .sec7::after {
    bottom: 40px;
    background-size: 200% auto;
    height: calc(100 * 100vw/ 412 );
  }

  .sec7 .cover {
    padding-bottom: 5.174rem;
    margin-bottom: 5.174rem;
  }

  .sec7 .title {
    gap: 0.286rem;
  }

  .sec7 .title h2 {
    text-align: center;
    padding: 0.714rem 1.143rem;
    font-size: 1.5rem;
  }

  .sec7 .title h2+.logo {
    margin-left: 0;
    width: 18%;
  }

  .sec7 .flex {
    margin-top: 3.357rem;
    gap: 2.857rem;
    flex-direction: column;
    align-items: stretch;
    justify-content: center;
    width: 100%!important;
  }

  .sec7 .flex .texts {
    width: 100%;
    flex: none; 
    min-width: 0;
  }

  .sec7 .flex .texts .text {
    width: 100%!important;
    text-wrap: wrap !important;
  }

  .sec7 .flex img {
    width: 100%;
    flex: none;
  }

  /* =========================
     sec-faq（FAQ：縦積み + a-lineの見た目調整）
  ========================= */
  .sec-faq {
    padding: 5.714rem 0 4.286rem;
  }

  .sec-faq .inner {
    margin: 0 15px;
    padding: 1.714rem 1.143rem;
  }

  .sec-faq .title {
    padding: 2.6rem 0 3.4rem;
  }

  .sec-faq .title h2 {
    line-height: 1.6;
    font-size: 1.714rem;
    /* 24px */
  }

  .sec-faq .title .faq-cnt {
    margin-top: -20px;
  }

  .sec-faq .title .obj {
    left: 0;
    right: 0;
    margin: 0 auto;
    font-size: 9rem;
    white-space: nowrap;
  }

  .sec-faq .faq-cnt .q-line .question {
    flex: 0 0 2.857rem;
    width: 2.857rem;
    height: 2.857rem;
  }

  .sec-faq .faq-cnt .a-line .answer {
    flex: 0 0 2.857rem;
    width: 2.857rem;
    height: 2.857rem;
  }

  .sec-faq .cover .title + .faq-cnt {
    margin-top: -2rem;
  }

  .sec-faq .faq-cnt {
    margin-top: 1.714rem;
  }

  .sec-faq .faq-cnt .q-line,
  .sec-faq .faq-cnt .a-line {
    gap: 0.857rem;
  }

  .sec-faq .faq-cnt .q-line .text {
    font-size: 1rem;
    text-wrap: wrap !important;
  }

  .sec-faq .faq-cnt .a-line {
    align-items: flex-start;
  }

  .sec-faq .faq-cnt .a-line .text {
    font-size: 1rem;
    text-wrap: wrap !important;
    width: 100%;
  }

  .sec-faq .faq-cnt .q-line .arrow {
    flex: 0 0 1.286rem;
    width: 1.286rem;
  }

  /* =========================
     sec8（会社概要：縦積み）
  ========================= */
  .sec8 {
    padding: 4.286rem 0;
  }

  .sec8 .obj {
    display: none;
  }

  .sec8 .flex {
    gap: 1.143rem;
  }

  .sec8 .flex .map {
    margin: 0 auto;
    width: 100%;
  }

  .sec8 .flex .map iframe {
    width: 100%;
    height: 21.429rem;
  }

  .sec8 h2 + .line {
    margin-top: 2.85rem;
  }

  .sec8 .line {
    margin-top: 2.286rem;
    gap: 1.143rem;
    flex-direction: column;
  }

  /* =========================
     sec9（エリア：縦積み）
  ========================= */
  .sec9 {
    padding: 5.714rem 0 4.286rem;
  }

  .sec9 .title {
    position: relative;
    width: 90%;
    z-index: 10;
  }

  .sec9 .obj {
    left: 1.143rem;
    top: -2.857rem;
  }

  .sec9 .obj img {
    width: 50%;
  }

  .sec9 .title h2 {
    padding: 1rem 1.143rem 1rem 4.571rem;
    font-size: 1.429rem;
    /* 20px */
  }

  .sec9 .wrap {
    position: relative;
    padding: 5.714rem 0;
    background-image: none;
    z-index: 0;
  }

  .sec9 .wrap::before {
    content:"";
    position:absolute;
    inset:0;
    background: var(--white) url("../images/sec9_bg.webp") center bottom/contain no-repeat;
    opacity: .7;
    z-index: -10; 
    pointer-events: none;
  }

  .sec9 .wrap .inner {
    position: relative;
    z-index: 10;
  }

  .sec9 .wrap .flex .texts {
    width: 100%;
    grid-template-columns: repeat(2, 1fr);
    gap: 0.857rem 1.143rem;
  }

  .sec9 .wrap .caution {
    width: 100%;
    font-size: 1rem;
    text-align: left;
  }

  /* =========================
     footer（縦積み + ボタン）
  ========================= */
  .footer {
    padding: 7.14rem 0 7.14rem;
  }

  .footer .flex .links {
    width: 100%;
    flex-direction: column;
    gap: .8rem;
  }

  .footer .flex .links .item {
    width: 100%;
    align-items: flex-start;
  }

  .footer .flex .links ul li {
    font-size: 1.2rem;
  }

  .contact-only {
    margin: 3.4rem auto 0;
    border-radius: 1.143rem;
    padding: 8px 16px;
    background: rgba(255, 255, 255, 0.9);
  }

  .contact-only .flex {
    gap: 0;
    align-items: center;
  }

  .contact-only .flex a {
    line-height: 0.8;
  }

  /* =========================
     お問い合わせフォーム
  ========================= */

  .sec-form .formTable {
    margin-top: 40px;
  }

  .sec-form #formWrap .formTable tr {
    display: block;
  }

  .sec-form #formWrap .formTable th ,
  .sec-form #formWrap .formTable td {
    padding: 15px 0;
    width: 100%;
    display: block;
  }

  .sec-form #formWrap .formTable th {
    padding: 30px 15px 15px;
  }

  .sec-form #formWrap .formTable td {
    padding: 0 15px 30px;
  }

  .sec-form #formWrap .formTable td .col-1 {
    margin-top: 12px;
  }
  .sec-form #formWrap .formTable td .col-1__prefecture {
    margin-top: 0;
  }

  .sec-form #formWrap .formTable td.col-2 {
    display: flex;
    flex-direction: column;
    gap: 8px;
  }

  .sec-form #formWrap .formTable tr:nth-child(even) th {
    padding: 15px;
  }

  .sec-form #formWrap .formTable tr:nth-child(even) td {
    padding: 0 15px 15px;
  }

  .sec-form .formTable td.col-2 .col-2__item {
    width: 100%;
    gap: 16px;
  }

  .fixed-nav__pc {
    display: none;
  }

  .fixed-nav__sp a {
    text-decoration: none;
  }
  .fixed-nav__sp a:hover {
    opacity: 1;
  }

  .fixed-nav__sp {
    padding: 0 16px 6px;
    width: 100%;
    height: fit-content;
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(255, 255, 255, 1);
    box-shadow: 0 1px 12px rgb(159,159,159);
    z-index: 9999;
    transform: translateZ(0);
    will-change: transform;
  }

  .fixed-nav__sp .flex {
    display: flex;
    justify-content: center;
    align-items: stretch;
    flex-direction: row;
    gap: 8px;
  }

  .fixed-nav__sp .line {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    gap: 2px;
  }

  .fixed-nav__sp .line .line--logo {
    width: calc(46 / 343 * 100%);
    margin-top: -15px;
  }

  .fixed-nav__sp .line .line--text {
    width: calc(295 / 343 * 100%);
  }

  .fixed-nav__sp .line .line--logo {
    width: calc(46 / 343 * 100%);
    margin-top: -15px;
  }
  .fixed-nav__sp .p-float_btn {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }
  .fixed-nav__sp .p-float_btn img {
    max-width: 100vw;
    height: auto;
    width: 100%;
  }
  .fixed-nav__sp .p-float_btn.tel {
    width: calc(159 / 343 * 100%);
    border-radius: 6px;
    background: #FD9E97;
  }
  .fixed-nav__sp .p-float_btn.line {
    background: #57BE37;
    border-radius: 6px;
    width: calc(88 / 343 * 100%);
  }
  .fixed-nav__sp .p-float_btn.mail {
    width: calc(88 / 343 * 100%);
    background: #FF6F28;
    border-radius: 6px;
  }  

  /* =========================
     Thanks ページ
  ========================= */
  .main-thanks .texts {
    margin-top: 40px;
  }
  .main-thanks .texts .text {
    text-align: left;
    text-wrap: auto;
  }

  .is-Pc {
    display: none;
  }

  .is-Sp {
    display: inline;
  }
}