
  

    /* ====================================
             Reset & Base Styles
          ==================================== */
    * {
      margin: 0;
      padding: 0;
      box-sizing: border-box;
    }
  
    html {
      scroll-behavior: smooth;
    }
  
    body {
      color: #191919;
      font-family: -apple-system, BlinkMacSystemFont, Roboto, "Segoe UI", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      background-color: #FFFFFF;
      line-height: 1.4;
    }
    
    /* Utility Classes */
    .sp-only {
      display: none;
    }
    
    @media print,
    screen and (max-width: 767px) {
      .sp-only {
        display: inline;
      }
    }
    
    .pc-only {
      display: inline;
    }
    
    @media print,
    screen and (max-width: 767px) {
      .pc-only {
        display: none;
      }
    }

   
    img {
      max-width: 100%;
      height: auto;
      display: block;
    }
  
    button {
      font-family: inherit;
    }
  
    .container {
      max-width: 1340px;
      margin: 0 auto;
      padding: 0 20px;
    }
  
    /* ====================================
             Header Section
          ==================================== */
    .header {
      display: none;
      top: 0;
      left: 0;
      right: 0;
      background: #FFFFFF;
      z-index: 1000;
      height: 76px;
    }
  
    @media print,
    screen and (max-width: 767px) {
      .header {
        display: block;
        height: auto;
      }
    }
  
    .header_inner {
      max-width: 1340px;
      margin: 0 auto;
      padding: 0 20px;
      height: 100%;
      display: flex;
      align-items: center;
      justify-content: space-between;
    }

    @media print,
    screen and (max-width: 767px) {
      .header_inner {
        padding: 20px 20px 22px;
      }
    }
    
  
    .header_logo {
      display: flex;
      align-items: center;
      text-decoration: none;
    }

    .header_logo-img {
      /*height: 38px;*/
      width: 100%;
      margin-left: auto;
      margin-right: auto;
    }
  
    .header_cta {
      background-color: #D00F00;
      color: #FFFFFF;
      text-decoration: none;
      padding: 10px 24px 10px 12px;
      border-radius: 25px;
      font-size: 16px;
      font-weight: 600;
      display: inline-flex;
      align-items: center;
      gap: 8px;
      cursor: pointer;
      border: none;
      outline: none;
      position: relative;
      overflow: visible;
      box-shadow: 0 3px 0 0 #961E1E;
      transition: box-shadow 0.3s ease;
    }

    .header_cta:hover {
      box-shadow: 0 0 0 0 rgba(150, 30, 30, 0);
    }

    .header_cta-icon {
      width: 20px;
      height: 20px;
      object-fit: contain;
    }
  
    .header-spacer {
      display: none;
      height: 56px;
    }
  
    @media print,
    screen and (max-width: 767px) {
      .header-spacer {
        display: block;
      }
    }



  
    /* ====================================
             FV Section
          ==================================== */
    .fv {
      background-color: #FFFFFF;
    }
  
    @media print,
    screen and (max-width: 767px) {
      .fv {
        padding-bottom:40px;
      }
    }
  
    .fv_container {
      margin: 0 auto;
      padding-left: 10%;
    }

    @media print,
    screen and (max-width: 767px) {
      .fv_container {
        padding-left: 0;
      }
    }

  
    .fv_content {
      display: grid;
      grid-template-columns: 1fr 1fr;
      align-items: center;
      min-height: 500px;
      position: relative;
      gap: 40px;
    }
  
    @media print,
    screen and (max-width: 767px) {
      .fv_content {
        grid-template-columns: 1fr;
        min-height: auto;
        gap: 16px;
      }
    }
  
    .fv_text {
      display: flex;
      flex-direction: column;
      gap: 114px;
      z-index: 2;
      position: relative;
      min-width: 380px;
      height: 100%;
      padding-left: calc(50vw - 648px);
      margin-top: 88px;
    }
  
    @media print,
    screen and (max-width: 767px) {
      .fv_text {
        order: 1;
        gap: 20px;
        padding-left: 0;
        min-width: auto;
        margin-top: 0;
      }
    }
  
    .fv_logo-wrapper {
      /*display: flex;
      align-items: center;
      gap: 56px;*/
      margin-bottom: 8px;
    }
  

    @media print,
    screen and (max-width: 1100px) {
      .fv_logo-wrapper {
        /*gap: 32px;*/
      }
    }

    @media print,
    screen and (max-width: 767px) {
      .fv_logo-wrapper {
        display: none;
        /*gap: 29px;*/
      }
    }
  
    .fv_logo {
      height: 75px;
      width: auto;
    }
  
    .fv_cta-btn {
      background-color: #D00F00;
      color: #FFFFFF;
      text-decoration: none;
      padding: 12px 40px 12px 16px;
      border-radius: 30px;
      font-size: 20px;
      font-weight: 600;
      display: inline-flex;
      align-items: center;
      gap: 12px;
      cursor: pointer;
      border: none;
      outline: none;
      position: relative;
      overflow: visible;
      box-shadow: 0 4px 0 0 #961E1E;
      transition: box-shadow 0.3s ease;
    }

    .fv_cta-btn:hover {
      box-shadow: 0 0 0 0 rgba(150, 30, 30, 0);
    }


    @media print,
    screen and (max-width: 1100px) {
      .fv_cta-btn {
        padding: 12px 16px 12px 10px;
        font-size: 16px;
      }
    }

    @media print,
    screen and (max-width: 767px) {
      .fv_cta-btn {
        padding: 14px 20px 14px 16px;
        font-size: 18px;
        border-radius: 25px;
        box-shadow: 0 3px 0 0 #961E1E;
      }

      .fv_cta-btn:hover {
        box-shadow: 0 0 0 0 rgba(150, 30, 30, 0);
      }
    }

    .fv_cta-btn img {
      width: 28px;
      height: 28px;
      object-fit: contain;
      margin-right: 0;
    }
  
    .fv_cta-arrow {
      width: 16px;
      height: 16px;
    }

    .fv_image_sp_head {
      display: none;
    }

    @media print,
    screen and (max-width: 767px) {
      .fv_image_sp_head {
        display: block;
      }
    }
  
  
    .fv_text_content {
      position: relative;
      padding-top: 122px
    }

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


    .fv_text_content2 {
      position: relative;
      padding-top: 122px
    }

    @media print,
    screen and (max-width: 767px) {
      .fv_text_content2 {
        padding-top: 3rem;
      }
    }
  


    .fv_renovation-logo {
      position: absolute;
      top: -12%;
      left: -40px;
      z-index: 1;
    }

    @media print,
    screen and (max-width: 767px) {
      .fv_renovation-logo {
        position: absolute;
        top: -83%;
        left: -20%;
        right: 0;
        text-align: center;
      }
    }

    .fv_renovation-logo2 {
      position: absolute;
      top: -12%;
      left: -40px;
      z-index: 1;
    }

    @media print,
    screen and (max-width: 767px) {
      .fv_renovation-logo2 {
        position: absolute;
        top: -43%;
        left: -20%;
        right: 0;
        text-align: center;
      }
    }


    .fv_renovation-logo-img {
      width: 340px;
      height: auto;
      display: block;
    }

    @media print,
    screen and (max-width: 767px) {
      .fv_renovation-logo-img {
        width: 280px;
        margin: 0 auto;
      }
    }

    .fv_speech-bubble {
      position: absolute;
      top: 23%;
      left: 35%;
    }

    @media print,
    screen and (max-width: 1153px) {
      .fv_speech-bubble {
        position: absolute;
        top: 16%;
        left: 37%;
      }
    }

    @media print,
    screen and (max-width: 767px) {
      .fv_speech-bubble {
        left: auto;
        right: 18%;
        top: -32%;
      }
    }

    @media print,
    screen and (max-width: 540px) {
      .fv_speech-bubble {
        right: 8%;
      }
    }

    @media print,
    screen and (max-width: 420px) {
      .fv_speech-bubble {
        right: 1%;
      }
    }
    

    .fv_speech-bubble img {
      max-width: 196px;
      height: auto;
      display: block;
    }
  
    @media print,
    screen and (max-width: 767px) {
      .fv_speech-bubble img {
        max-width: 136px;
      }
    }


    .fv_speech-bubble2 {
      position: absolute;
      top: 5%;
    left: 52%;
    }

    @media print,
    screen and (max-width: 1153px) {
      .fv_speech-bubble2 {
        position: absolute;
        top: 5%;
        left: 57%;
      }
    }

    @media print,
    screen and (max-width: 767px) {
      .fv_speech-bubble2 {
        left: auto;
        right: 9%;
        top: -32%;
      }
    }

    @media print,
    screen and (max-width: 540px) {
      .fv_speech-bubble2 {
        right: 8%;
        top: -58%;
      }
    }

    @media print,
    screen and (max-width: 420px) {
      .fv_speech-bubble2 {
        right: 1%;
        top: -54%;
      }
    }
    

    .fv_speech-bubble2 img {
      max-width: 196px;
      height: auto;
      display: block;
    }
  
    @media print,
    screen and (max-width: 767px) {
      .fv_speech-bubble2 img {
        max-width: 136px;
      }
    }
 
    .fv_speech-bubble3 {
      position: absolute;
      top: 5%;
    left: 52%;
    }

    @media print,
    screen and (max-width: 1153px) {
      .fv_speech-bubble3 {
        position: absolute;
        top: 5%;
        left: 57%;
      }
    }

    @media print,
    screen and (max-width: 767px) {
      .fv_speech-bubble3 {
        left: auto;
        right: 9%;
        top: -32%;
      }
    }

    @media print,
    screen and (max-width: 540px) {
      .fv_speech-bubble3 {
        right: 8%;
        top: -35%;
      }
    }

    @media print,
    screen and (max-width: 420px) {
      .fv_speech-bubble3 {
        right: 1%;
        top: -34%;
      }
    }
    

    .fv_speech-bubble3 img {
      max-width: 196px;
      height: auto;
      display: block;
    }
  
    @media print,
    screen and (max-width: 767px) {
      .fv_speech-bubble3 img {
        max-width: 136px;
      }
    }



 
    .fv_speech-bubble4 {
      position: absolute;
      top: 5%;
    left: 52%;
    }

    @media print,
    screen and (max-width: 1153px) {
      .fv_speech-bubble4 {
        position: absolute;
        top: 5%;
        left: 57%;
      }
    }

    @media print,
    screen and (max-width: 767px) {
      .fv_speech-bubble4 {
        left: auto;
        right: 9%;
        top: -32%;
      }
    }

    @media print,
    screen and (max-width: 540px) {
      .fv_speech-bubble4 {
        right: 4%;
        top: -11%;
      }
    }

    @media print,
    screen and (max-width: 420px) {
      .fv_speech-bubble4 {
        right: 1%;
        top: -34%;
      }
    }
    

    .fv_speech-bubble4 img {
      max-width: 196px;
      height: auto;
      display: block;
    }
  
    @media print,
    screen and (max-width: 767px) {
      .fv_speech-bubble4 img {
        max-width: 136px;
      }
    }




  
    .fv_title {
      font-size: 42px;
      font-weight: 800;
      color: #191919;
      margin-bottom: 16px;
      letter-spacing: -0.01em;
    }
  
    @media print,
    screen and (max-width: 767px) {
      .fv_title {
        text-align: center;
        font-size: 28px;
        margin-bottom: 12px;

      }
    }
    
  
    .fv_subtitle {
      font-size: 18px;
      font-weight: 700;
    }
  
    @media print,
    screen and (max-width: 767px) {
      .fv_subtitle {
        text-align: center;
        font-size: 16px;

      }
    }
  
    .fv_image {
      height: 100%;
      position: relative;
      max-height: 640px;
    }
  
    @media print,
    screen and (max-width: 767px) {
      .fv_image {
        height: 100%;
        order: 2;
        margin-right: 0;
        margin-bottom: 0;
        max-height: none;
      }
    }
  
    .fv_main-img {
      width: 100%;
      height: 640px;
      object-fit: cover;
    }
  
  
    @media print,
    screen and (max-width: 767px) {
      .fv_main-img {
        height: auto;
        border-radius: 0;
        width: 100%;
      }
    }
  
    .container {
      max-width: 1340px;
      margin: 0 auto;
      padding: 0 20px;
    }
  
    @media print,
    screen and (max-width: 767px) {
      .container {
        padding: 0 16px;
      }
    }

    /* ====================================
       CV1 Section
    ==================================== */
    .cv1 {
      padding: 88px 0;
      background-color: #FFFFFF;
    }

    @media print,
    screen and (max-width: 767px) {
      .cv1 {
        margin-bottom: 24px;
        padding: 0;
      }
    }

    .cv1_container {
      max-width: 1340px;
      margin: 0 auto;
      padding: 0 20px;
    }

    @media print,
    screen and (max-width: 767px) {
      .cv1_container {
        padding: 0 24px;
      }
    }

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

    @media print,
    screen and (max-width: 767px) {
      .cv1_content {
        margin-top: 8px;
      }
    }

    .cv1_room-img {
      width: 100%;
      height: auto;
      max-width: 500px;
    }


    .cv1_dot {
      width: 8px;
      height: 8px;
      background-color: #FFD700;
      border-radius: 50%;
    }

    .cv1_title {
      font-size: 32px;
      font-weight: 700;
      color: #191919;
    }

    @media print,
    screen and (max-width: 767px) {
      .cv1_title {
        font-size: 22px;
      }
    }

    .cv1_title-char {
      position: relative;
      display: inline-block;
    }

    .cv1_title-char::before {
      content: '';
      position: absolute;
      top: -8px;
      left: 50%;
      transform: translateX(-50%);
      width: 8px;
      height: 8px;
      background-color: #333;
      border-radius: 50%;
    }

    @media print,
    screen and (max-width: 767px) {
      .cv1_title-char::before {
        top: -6px;
        width: 6px;
        height: 6px;
      }
    }

    .cv1_title-highlight {
      font-weight: 800;
      font-size: 48px;
      color: #E1323C;
    }

    @media print,
    screen and (max-width: 767px) {
      .cv1_title-highlight {
        font-size: 24px;
      }
    }

    .cv1_subtitle {
      font-size: 32px;
      font-weight: 800;
      color: #191919;
      margin-bottom: 24px;
      display: inline-block;
      text-decoration: underline;
      text-decoration-thickness: 20px;
      text-decoration-color: #FFD700;
      text-underline-offset: -0.2em;
      text-decoration-skip-ink: none;
    }

    @media print,
    screen and (max-width: 767px) {
      .cv1_subtitle {
        font-size: 22px;
        margin-bottom: 32px;
        text-underline-offset: -0.15em;
        text-decoration-thickness: 16px;
      }
    }

    .cv1_catalog {
      margin-bottom: 24px;
    }

    .cv1_catalog-img {
      width: 100%;
      max-width: 600px;
      height: auto;
      cursor: pointer;
      transition: transform 0.2s ease;
    }

    .cv1_catalog-img:hover {
      transform: scale(1.02);
    }

    @media print,
    screen and (max-width: 767px) {
      .cv1_catalog-img {
        max-width: 360px;
      }
    }


    /* ====================================
       sec01 Section (About)
    ==================================== */
    .sec01 {
      position: relative;
      padding: 0;
      background-color: #FFFFFF;
    }

    .sec01_background {
      height: 480px;
      width: 100%;
      position: relative;
      overflow: hidden;
    }

    @media print,
    screen and (max-width: 767px) {
      .sec01_background {
        height: 360px;
      }
    }

    .sec01_bg-img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      position: absolute;
      top: 0;
      left: 0;
    }

    .sec01_bg-img_sp {
      display: none;
    }

    @media print,
    screen and (max-width: 767px) {
      .sec01_bg-img {
        display: none;
      }
      
      .sec01_bg-img_sp {
        display: block;
        width: 100%;
        height: 100%;
        object-fit: cover;
        position: absolute;
        top: 0;
        left: 0;
      }
    }

    .sec01_about-text {
      position: absolute;
      left: 61px;
      top: 50%;
      transform: translateY(-50%) translateX(-50%) rotate(90deg);
      font-size: 140px;
      font-weight: 500;
      color: rgba(255, 255, 255, 0.7);
      line-height: 1;
      white-space: nowrap;
      z-index: 2;
      letter-spacing: -6px;
    }

    @media print,
    screen and (max-width: 767px) {
      .sec01_about-text {
        top:36%;
        left: 36px;
        font-size: 72px;
        transform: translateY(-50%) translateX(-50%) rotate(90deg);
        letter-spacing: 0;
      }
    }

    .sec01_content-box {
      position: relative;
      margin: -158px auto 0;
      width: 700px;
      height: 316px;
      background: white;
      z-index: 3;
    }

    /* Top border - Yellow */
    .sec01_border-top {
      position: absolute;
      top: 0;
      right: 0;
      width: calc(100% - 16px);
      height: 16px;
      background: #F3C82D;
      z-index: 1;
    }

    /* Right border - Red */
    .sec01_border-right {
      position: absolute;
      top: 16px;
      right: 0;
      width: 16px;
      height: calc(100% - 16px);
      background: #E1323C;
      z-index: 1;
    }

    /* Bottom border - Navy */
    .sec01_border-bottom {
      position: absolute;
      bottom: 0;
      left: 0;
      width: calc(100% - 16px);
      height: 16px;
      background: #00375F;
      z-index: 1;
    }

    /* Left border - Blue */
    .sec01_border-left {
      position: absolute;
      top: 0;
      left: 0;
      width: 16px;
      height: calc(100% - 16px);
      background: #119CDA;
      z-index: 1;
    }

    @media print,
    screen and (max-width: 767px) {
      .sec01_content-box {
        width: 86%;
        height: 200px;
        margin: -100px auto 0;
      }

      .sec01_border-top {
        width: calc(100% - 8px);
        height: 8px;
      }

      .sec01_border-right {
        top: 8px;
        width: 8px;
        height: calc(100% - 8px);
      }

      .sec01_border-bottom {
        width: calc(100% - 8px);
        height: 8px;
      }

      .sec01_border-left {
        width: 8px;
        height: calc(100% - 8px);
      }
    }

    .sec01_content-inner {
      padding: 100px 65px;
      text-align: center;
      position: relative;
      height: 100%;
      display: flex;
      flex-direction: column;
      justify-content: center;
      z-index: 2;
    }

    @media print,
    screen and (max-width: 767px) {
      .sec01_content-inner {
        padding: 24.5px 20px;
      }
    }

    .sec01_title {
      font-size: 44px;
      font-weight: 800;
      margin-bottom: 16px;
    }

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

    .sec01_title svg {
      display: inline-block;
      vertical-align: middle;
      margin: 0px 6px 4px;
      width:28px;
      height:28px;
    }

    @media print,
    screen and (max-width: 767px) {
      .sec01_title svg {
        width:20px;
        height:20px;
        margin: -2px 8px 0 ;
      }
    }

    .sec01_description {
      font-size: 16px;
      font-weight: 400;
    }

    @media print,
    screen and (max-width: 767px) {
      .sec01_description {
        font-size: 14px;
      }
    }

    /* ====================================
       sec02 Section
    ==================================== */
    .sec02 {
      padding: 96px 0 88px;
    }

    @media print,
    screen and (max-width: 767px) {
      .sec02 {
        padding: 64px 0;
      }
    }

    .sec02_container {
      max-width: 1340px;
      margin: 0 auto;
      padding: 0 20px;
    }

    @media print,
    screen and (max-width: 767px) {
      .sec02_container {
        padding: 0 20px;
      }
    }

    .sec02_title {
      text-align: center;
      margin-bottom: 40px;
    }

    @media print,
    screen and (max-width: 767px) {
      .sec02_title {
        margin-bottom: 32px;
      }
    }

    .sec02_main-title {
      font-size: 32px;
      font-weight: 800;
      margin-bottom: 16px;
    }

    @media print,
    screen and (max-width: 767px) {
      .sec02_main-title {
        font-size: 24px;
        margin-bottom: 12px;
      }
    }

    .sec02_main-title-highlight {
      font-weight: 800;
      color: #E1323C;
      font-size: 40px;
    }

    @media print,
    screen and (max-width: 767px) {
      .sec02_main-title-highlight {
        font-size: 28px;
      }
    }

    .sec02_sub-title {
      font-size: 32px;
      font-weight: 800;
      color: #00375F;
    }

    @media print,
    screen and (max-width: 767px) {
      .sec02_sub-title {
        font-size: 22px;
      }
    }

    .sec02_cards {
      max-width: 1140px;
      margin: 0 auto;
      display: grid;
      grid-template-columns: repeat(4, 1fr);
      gap: 20px;
    }

    @media print,
    screen and (max-width: 767px) {
      .sec02_cards {
        gap: 16px;
        grid-template-columns: 1fr;
      }
    }

    .sec02_card {
      background: #F5F5F5;
      border-radius: 8px;
      padding: 24px 20px;
      text-align: center;
      position: relative;
      transition: transform 0.2s ease;
      display: flex;
      flex-direction: column;
      align-items: center;
    }


    @media print,
    screen and (max-width: 767px) {
      .sec02_card {
        padding: 20px 24px;
        border-radius: 12px;
        flex-direction: row;
        gap: 16px;
        text-align: left;
      }
    }

    @media print, screen and (min-width: 768px) {
      .sec02_card::after {
      content: '';
      position: absolute;
      bottom: -18px;
      left: 50%;
      transform: translateX(-50%);
      width: 0;
      height: 0;
      border-left: 14px solid transparent;
      border-right: 14px solid transparent;
      border-top: 18px solid #F5F5F5;
    }
}

@media print, screen and (max-width: 767px) {
    .sec02_card_b, .sec02_card_d {
      justify-content: end;
    }
  }


    .sec02_card-title {
      font-size: 16px;
      font-weight: 400;
      margin-bottom: 28px;
      order: 1;
    }

    @media print,
    screen and (max-width: 767px) {
      .sec02_card-title {
        margin-bottom: 0;
        order: 0;
      }
    }

    @media print, screen and (max-width: 767px) {
      .sec02_card-title_b {
      display: flex;
      justify-content: end;
      }
    }

    @media print, screen and (max-width: 767px) {
      .sec02_card-title_d {
        display: flex;
        justify-content: end;
      }
    }
    /* 768px以上 1088px未満*/
    @media print, screen and (min-width: 768px) and (max-width: 1088px) {
      .card_title_b_only {
        display: none;
      }
    }


    .sec02_card-image {
      width: 100%;
      max-width: 200px;
      height: auto;
      margin: 0 auto;
      display: block;
      order: 2;
    }

    @media print,
    screen and (max-width: 767px) {
      .sec02_card-image {
        width: fit-content;
        flex-shrink: 0;
        order: 0;
      }
    }

    .sec02_card-image_a {
      height: 150px;
      margin: 0 auto;
      display: block;
    }
    
    @media print,
    screen and (max-width: 767px) {
      .sec02_card-image_a {
        width: 128px;
        height: 96px;
        margin: 0;
      }
    }
    
    .sec02_card-image_b {
      height: 156px;
      margin: 0 auto;
      display: block;
    }
    
    @media print,
    screen and (max-width: 767px) {
      .sec02_card-image_b {
        width: 62px;
        height: 96px;
        margin: 0;
      }
    }
    
    .sec02_card-image_c {
      height: 142px;
      margin: 0 auto;
      display: block;
    }
    
    @media print,
    screen and (max-width: 767px) {
      .sec02_card-image_c {
        width: 96px;
        height: 96px;
        margin: 0;
      }
    }
    
    .sec02_card-image_d {
      height: 146px;
      margin: 0 auto;
      display: block;
    }
    
    @media print,
    screen and (max-width: 767px) {
      .sec02_card-image_d {
        width: 126px;
        height: 96px;
        margin: 0;
      }
    }

    /* ====================================
       CV2 Section
    ==================================== */
     .cv2_container {
      max-width: 1340px;
      margin: 0 auto;
    }

    @media print,
    screen and (max-width: 767px) {
      .cv2_container {
        padding: 0 20px;
      }
    }

    .cv2_title {
      text-align: center;
      margin-bottom: 56px;
    }

    @media print,
    screen and (max-width: 767px) {
      .cv2_title {
        margin-bottom: 32px;
      }
    }

    .cv2_title-text {
      font-size: 32px;
      font-weight: 800;
    }

    @media print,
    screen and (max-width: 767px) {
      .cv2_title-text {
        font-size: 20px;
      }
    }

    .cv2_title-highlight {
      font-weight: 800;
      color: #E1323C;
      font-size: 48px;
    }

    @media print,
    screen and (max-width: 767px) {
      .cv2_title-highlight {
        font-size: 24px;
      }
    }

    .cv2_title-underline {
      font-weight: 900;
      padding: 0 8px;
      display: inline-block;
      text-decoration: underline;
      text-decoration-thickness: 20px;
      text-decoration-color: #FFD700;
      text-underline-offset: -0.2em;
      text-decoration-skip-ink: none;
    }

    @media print,
    screen and (max-width: 767px) {
      .cv2_title-underline {
        text-underline-offset: -0.15em;
        text-decoration-thickness: 16px;
      }
    }

    .cv2_content {
      display: flex;
      gap: 48px;
      align-items: flex-start;
      justify-content: center;
    }

    @media print,
    screen and (max-width: 767px) {
      .cv2_content {
        flex-direction: column;
        gap: 32px;
        align-items: center;
      }
    }

    .cv2_room {
      width: 360px;
      /*height: 233px;*/
      flex-shrink: 0;
    }

    @media print,
    screen and (max-width: 767px) {
      .cv2_room {
        display: none;
      }
    }

    .cv2_room-img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      border-radius: 8px;
    }

    .cv2_cta-wrapper {
      width: 600px;
      position: relative;
    }

    @media print,
    screen and (max-width: 767px) {
      .cv2_cta-wrapper {
        width: 100%;
        max-width: 360px;
      }
    }

    .cv2_cta-title {
      font-size: 32px;
      font-weight: 800;
      margin-bottom: 21px;
      position: relative;
    }

    @media print,
    screen and (max-width: 767px) {
      .cv2_cta-title {
        font-size: 22px;
        margin-bottom: 20px;
        text-align: center;
      }
    }

    .cv2_cta-title-highlight {
      font-weight: 800;
      color: #E1323C;
      font-size: 48px;
    }

    @media print,
    screen and (max-width: 767px) {
      .cv2_cta-title-highlight {
        font-size: 24px;
      }
    }

    .cv2_cta-title-char {
      position: relative;
      display: inline-block;
    }

    .cv2_cta-title-char::before {
      content: '';
      position: absolute;
      top: -8px;
      left: 50%;
      transform: translateX(-50%);
      width: 8px;
      height: 8px;
      background-color: #333;
      border-radius: 50%;
    }

    @media print,
    screen and (max-width: 767px) {
      .cv2_cta-title-char::before {
        top: -6px;
        width: 6px;
        height: 6px;
      }
    }

    .cv2_cta-btn {
      width: 100%;
      height: 145px;
      cursor: pointer;
      transition: transform 0.2s ease;
    }

    .cv2_cta-btn:hover {
      transform: scale(1.02);
    }

    @media print,
    screen and (max-width: 767px) {
      .cv2_cta-btn {
        height: 100px;
      }
    }

    .cv2_cta-img {
      width: 100%;
      height: 100%;
      object-fit: contain;
    }

    @media print,
    screen and (max-width: 767px) {
      .cv2_cta-img {
        max-width: 360px;
        height: auto;
      }
    }

    /* ====================================
       sec03 Section
    ==================================== */
    .sec03 {
      padding: 112px 20px 88px;
      background-color: #FFFFFF;
    }

    @media print,
    screen and (max-width: 767px) {
      .sec03 {
        padding: 64px 20px 72px;
      }
    }

    .sec03_container {
      padding: 0;
      max-width: 1140px;
      margin: 0 auto;
    }

    .sec03_title {
      text-align: center;
      margin-bottom: 48px;
    }

    @media print,
    screen and (max-width: 767px) {
      .sec03_title {
        margin-bottom: 32px;
      }
    }

    .sec03_title-text {
      font-size: 40px;
      font-weight: 700;
    }

    @media print,
    screen and (max-width: 767px) {
      .sec03_title-text {
        font-size: 28px;
      }
    }

    .sec03_title-x {
      font-size: 32px;
      display: inline-block;
      vertical-align: middle;
    }

    .sec03_title-x svg {
      display: inline-block;
      vertical-align: middle;
      width: 28px;
      height: 28px;
      margin: -8px 4px 0 8px;
    }

    @media print,
    screen and (max-width: 767px) {
      .sec03_title-x {
        font-size: 24px;
      }

      .sec03_title-x svg {
        width: 20px;
        height: 20px;
        margin: -6px 4px 0 6px;
      }
    }

    .sec03_points {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      gap: 24px;
    }

    @media print,
    screen and (max-width: 767px) {
      .sec03_points {
        grid-template-columns: 1fr;
        gap: 16px;
      }
    }

    .sec03_point {
      background: #FFFFFF;
      border: 6px solid #E5E3E0;
      padding: 42px 0 26px;
      text-align: center;
      position: relative;
    }

    @media print,
    screen and (max-width: 767px) {
      .sec03_point {
        padding: 18px 14px 22px;
        text-align: center;
      }
    }

    .sec03_point-number {
      font-size: 24px;
      font-weight: 700;
      margin-bottom: 24px;
      font-family: reross-quadratic, sans-serif;
    }

    @media print,
    screen and (max-width: 767px) {
      .sec03_point-number {
        font-size: 16px;
        margin-bottom: 0;
        text-align: left;
      }
    }

    .sec03_point-icon {
      width: 165px;
      height: 125px;
      margin: 0 auto 24px;
      display: flex;
      align-items: center;
      justify-content: center;
    }

    @media print,
    screen and (max-width: 767px) {
      .sec03_point-icon {
        margin: -20px auto 16px;
        position: static;
      }
    }

    .sec03_point-icon img {
      width: 100%;
      height: 100%;
      object-fit: contain;
    }

    .sec03_point-title {
      font-size: 24px;
      font-weight: 700;
      margin-bottom: 24px;
    }

    @media print,
    screen and (max-width: 767px) {
      .sec03_point-title {
        font-size: 24px;
        margin-bottom: 16px;
        margin-top: 0;
        text-align: center;
      }
    }

    .sec03_point-desc {
      font-size: 16px;
      font-weight: 400;
    }

    @media print,
    screen and (max-width: 767px) {
      .sec03_point-desc {
        font-size: 16px;
        text-align: center;
      }
    }

    /* ====================================
       sec04 Section
    ==================================== */
    .sec04 {
      padding: 88px 0;
      background-color: #FFF8DF;
    }

    @media print,
    screen and (max-width: 767px) {
      .sec04 {
        padding: 72px 0 64px;
      }
    }

    .sec04_container {
      max-width: 1340px;
      margin: 0 auto;
      padding: 0 20px;
    }

    @media print,
    screen and (max-width: 767px) {
      .sec04_container {
        padding: 0 20px;
      }
    }

    .sec04_header {
      text-align: center;
      margin-bottom: 48px;
    }

    @media print,
    screen and (max-width: 767px) {
      .sec04_header {
        width: 100%;
        margin: 0 auto;
        margin-bottom: 32px;
      }
    }

    .sec04_question {
      font-size: 26px;
      font-weight: 700;
      margin-bottom: 38px;
      padding-bottom: 8px;
      position: relative;
      display: block;
    }

    @media print,
    screen and (max-width: 767px) {
      .sec04_question {
        padding-bottom: 0px;
        font-size: 18px;
        margin-bottom: 24px;
      }
    }

    .sec04_question::after {
      content: '';
      position: absolute;
      bottom: -24px;
      left: 50%;
      transform: translateX(-50%);
      width: 386px;
      height: 20px;
      background-image: url('../images/sec04_line.svg');
      background-size: contain;
      background-repeat: no-repeat;
      background-position: center;
    }

    @media print,
    screen and (max-width: 767px) {
      .sec04_question::after {
        width: 268px;
        height: 14px;
        bottom: -20px;
      }
    }

    .sec04_title {
      font-size: 40px;
      font-weight: 800;
      padding: 0 4px;
      display: inline-block;
      text-decoration: underline;
      text-decoration-thickness: 20px;
      text-decoration-color: #FFD700;
      text-underline-offset: -0.2em;
      text-decoration-skip-ink: none;
    }

    @media print,
    screen and (max-width: 767px) {
      .sec04_title {
        font-size: 24px;
        margin-bottom: 0;
        text-underline-offset: -0.15em;
        text-decoration-thickness: 8px;
        line-height: 1.5;
      }
    }

    .sec04_subtitle {
      font-size: 16px;
      font-weight: 400;
      margin: 24px 0 40px;
    }

    @media print,
    screen and (max-width: 767px) {
      .sec04_subtitle {
        font-size: 14px;
        margin: 24px 0 32px;
      }
    }

    .sec04_vs-section-wrapper {
      background-color: white;
      max-width: 1140px;
      margin: 0 auto;
    }

    .sec04_vs-section {
      display: flex;
      justify-content: center;
      align-items: center;
      gap: 32px;
      margin-bottom: 32px;
      text-align: center;
      padding: 48px 32px 0;
    }

    @media print,
    screen and (max-width: 767px) {
      .sec04_vs-section {
        flex-direction: column;
        gap: 28px;
        margin-bottom: 0;
        padding: 32px 20px 0 ;
      }
    }

    .sec04_vs-image {
      width: 80%;
      max-width: 584px;
      height: auto;
      margin-left: auto;
      margin-right: auto;
    }

    @media print,
    screen and (max-width: 767px) {
      .sec04_vs-image {
        width: 100%;
        max-width: 584px;
        height: auto;
        margin-bottom: 40px;
      }
    }

    .sec04_vs-image_pc {
      display: block;
    }

    .sec04_vs-image_sp {
      display: none;
    }

    @media print,
    screen and (max-width: 767px) {
      .sec04_vs-image_pc {
        display: none;
      }

      .sec04_vs-image_sp {
        margin-top: 12px;
        display: block;
      }
    }


    .sec04_vs-image img {
      margin-top: 30px;
      height: auto;
    }

    .sec04_description-wrapper {
      max-width:416px;
      width: 100%;
    }

    .sec04_description {
      font-size: 28px;
      font-weight: 800;
      line-height: 1.4;
      margin-bottom: 40px;
      text-align: left;
    }

    @media print,
    screen and (max-width: 767px) {
      .sec04_description {
        font-size: 20px;

        text-align: left;
        margin: 0 auto 16px;
      }
    }

    .sec04_subdesc {
      font-size: 16px;
      font-weight: 400;
      line-height: 1.8;
      text-align: left;
    }

    @media print,
    screen and (max-width: 767px) {
      .sec04_subdesc {
        font-size: 14px;
        text-align: left;
        line-height: 1.6;
        margin: 0;
      }
    }


    .sec04_loan-section{
      margin-top: 50px;
    }


    .sec04_loan-title {
      font-size: 24px;
      font-weight: 700;
      margin-bottom: 32px;
      display: flex;
      align-items: center;
      gap: 16px;
    }

    @media print,
    screen and (max-width: 767px) {
      .sec04_loan-title {
        font-size: 18px;
        margin-bottom: 24px;
      }
    }

    .sec04_loan-icon {
      width: 40px;
      height: 40px;
      flex-shrink: 0;
    }

    @media print,
    screen and (max-width: 767px) {
      .sec04_loan-icon {
        width: 32px;
        height: 32px;
      }
    }

    .sec04_loan-image {
      width: 100%;
      height: auto;
    }

    .sec04_loan-image_pc {
      display: block;
      width: 70%;
      
      margin-left: auto;
      margin-right: auto;

      padding-top: 30px;
      padding-bottom: 30px;
    }

    .sec04_loan-image_sp {
      display: none;
    }

    @media print,
    screen and (max-width: 767px) {
      .sec04_loan-image_pc {
        display: none;
      }

      .sec04_loan-image_sp {
        margin-top: 12px;
        display: block;
      }
    }

    /* ====================================
       CV3 Section
    ==================================== */
    .cv3 {
      padding: 88px 0 44px;
      background-color: #FFFFFF;
    }

    @media print,
    screen and (max-width: 767px) {
      .cv3 {
        padding: 64px 20px;
      }
    }

    .cv3_container {
      max-width: 1340px;
      margin: 0 auto;
      padding: 0 20px;
    }

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

    .cv3_content {
      text-align: center;
      position: relative;
    }

    .cv3_title {
      font-size: 32px;
      font-weight: 800;
      line-height: 1.5;
      margin-bottom: 40px;
    }

    @media print,
    screen and (max-width: 767px) {
      .cv3_title {
        font-size: 20px;
        margin-bottom: 14px;
      }
    }

    .cv3_title-highlight {
      font-weight: 800;
      padding: 0 4px;
      display: inline-block;
      text-decoration: underline;
      text-decoration-thickness: 20px;
      text-decoration-color: #FFD700;
      text-underline-offset: -0.2em;
      text-decoration-skip-ink: none;
    }

    @media print,
    screen and (max-width: 767px) {
      .cv3_title-highlight {
        text-decoration-thickness: 16px;
        text-underline-offset: -0.15em;
      }
    }

    .cv3_cta-wrapper {
      display: flex;
      align-items: center;
      justify-content: center;
      gap: 32px;
      position: relative;
    }

    @media print,
    screen and (max-width: 767px) {
      .cv3_cta-wrapper {
        display: grid;
        grid-template-columns: 1fr 1fr;
        grid-template-rows: auto auto;
        gap: 16px 12px;
        justify-items: center;
        align-items: center;
        margin: 0 auto;
        max-width: 100%;
      }
    }

    .cv3_character {
      width: 180px;
      height: 180px;
      position: relative;
    }

    @media print,
    screen and (max-width: 767px) {
      .cv3_character {
        width: 120px;
        height: 120px;
      }
    }

    .cv3_character--left {
      order: 1;
    }

    .cv3_character--right {
      order: 3;
    }

    @media print,
    screen and (max-width: 767px) {
      .cv3_character--left {
        grid-column: 1;
        grid-row: 1;
        margin: 0 0 0 20px;
      }

      .cv3_character--right {
        grid-column: 2;
        grid-row: 1;
        margin: 0 20px 0 0;
      }
    }

    .cv3_character-img {
      width: 100%;
      height: 100%;
      object-fit: contain;
    }

    .cv3_sparkles {
      position: absolute;
      width: 40px;
      height: 40px;
    }

    @media print,
    screen and (max-width: 767px) {
      .cv3_sparkles {
        width: 30px;
        height: 30px;
      }
    }

    .cv3_sparkles--left {
      top: -20px;
      right: -20px;
    }

    .cv3_sparkles--right {
      top: -20px;
      left: -20px;
    }

    @media print,
    screen and (max-width: 767px) {
      .cv3_sparkles--left {
        top: -10px;
        right: -10px;
      }

      .cv3_sparkles--right {
        top: -10px;
        left: -10px;
      }
    }

    .cv3_cta-button {
      order: 2;
      position: relative;
      display: inline-block;
      transition: transform 0.2s ease;
    }

    @media print,
    screen and (max-width: 767px) {
      .cv3_cta-button {
        grid-column: 1 / -1;
        grid-row: 2;
        margin: 0;
        width: 100%;
        max-width: 360px;
      }
    }

    .cv3_cta-button:hover {
      transform: scale(1.02);
    }

    .cv3_catalog-icon {
      max-height: 150px;
      flex-shrink: 0;
      position: relative;
    }

    @media print,
    screen and (max-width: 767px) {
      .cv3_catalog-icon {
        width: 100%;
        max-width: 360px;
        max-height: none;
        object-fit: contain;
      }
    }


    /* ====================================
       sec05 Section (Gallery)
    ==================================== */

    .sec05_container {
      margin: 0 auto;
    }

    .sec05_photo-wrapper {
      position: relative;
      padding: 0 100px;
      margin-bottom: 56px;
    }

    @media print,
    screen and (max-width: 767px) {
      .sec05_photo-wrapper {
        padding: 0 20px;
        margin-bottom: 40px;
      }
    }

    .sec05_photo-bg {
      position: absolute;
      right: 0;
      top: 56px;
      width: 50%;
      height: 588px;
      background-color: #FFF8DF;
      border-radius: 8px;
    }

    @media print,
    screen and (max-width: 767px) {
      .sec05_photo-bg {
        display: none;
      }
    }

    .sec05_photo-grid {
      max-width: 1140px;
      margin: 0 auto;
      position: relative;
      z-index: 1;
      display: grid;
      grid-template-rows: auto auto;
      gap: 12px;
    }

    @media print,
    screen and (max-width: 767px) {
      .sec05_photo-grid {
        gap: 0;
      }
    }

    .sec05_photo-top {
      display: grid;
      grid-template-columns: 628fr 500fr;
      gap: 12px;
    }

    @media print,
    screen and (max-width: 767px) {
      .sec05_photo-top {
        grid-template-columns: 1fr;
      }
    }

    .sec05_photo-main {
      width: 100%;
      height: 416px;
      overflow: hidden;
      border-radius: 0;
    }

    @media print,
    screen and (max-width: 767px) {
      .sec05_photo-main {
        height: 240px;
      }
    }

    .sec05_photo-main img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      transition: transform 0.3s ease;
    }


    .sec05_photo-right {
      display: flex;
      flex-direction: column;
      gap: 12px;
    }

    @media print,
    screen and (max-width: 767px) {
      .sec05_photo-right {
        display: none;
      }
    }

    .sec05_photo-right-top {
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 12px;
    }

    @media print,
    screen and (max-width: 767px) {
      .sec05_photo-right-top {
        gap: 16px;
      }
    }

    .sec05_photo-item {
      width: 100%;
      height: 202px;
      overflow: hidden;
      border-radius: 0;
    }

    @media print,
    screen and (max-width: 767px) {
      .sec05_photo-item {
        height: 140px;
      }
    }

    .sec05_photo-item img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      transition: transform 0.3s ease;
    }

    .sec05_photo-bottom {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      gap: 12px;
    }

    @media print,
    screen and (max-width: 767px) {
      .sec05_photo-bottom {
        display: none;
      }
    }

    .sec05_photo-bottom-item {
      width: 100%;
      height: 272px;
      overflow: hidden;
      border-radius: 0;
    }

    @media print,
    screen and (max-width: 767px) {
      .sec05_photo-bottom-item {
        height: 140px;
      }
    }

    .sec05_photo-bottom-item img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      transition: transform 0.3s ease;
    }

    .sec05_gallery {
      position: relative;
      padding: 24px 0 0 0;
      overflow-x: clip; /* 横方向のオーバーフローを右側のみ許可 */
      overflow-y: visible;
    }

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

    .sec05_gallery-bg {
      position: absolute;
      left: 0; /* 画面左端から開始 */
      top: 0;
      width: 55%; /* 画面中央まで伸ばす */
      height: 108%;
      background-color: #FFF8DF;
      border-radius: 0 8px 8px 0; /* 左側の角丸を削除、右側のみ角丸 */
      z-index: 0;
    }

    @media print,
    screen and (max-width: 1140px) {
      .sec05_gallery-bg {
        left: 0;
        width: 80%; /* 画面中央まで維持 */
      }
    }

    @media print,
    screen and (max-width: 767px) {
      .sec05_gallery-bg {
        display: none;
      }
    }

    .sec05_gallery-container {
      position: relative;
      max-width: 1140px;
      margin: 0 auto;
      padding-left: 16px;
      display: flex;
      justify-content: space-between;
      align-items: center;
      gap: 60px;
      z-index: 1;
      overflow: visible; /* カルーセルが右端まで伸びるように */
    }

    @media print,
    screen and (max-width: 1340px) {
      .sec05_gallery-container {
       margin-left: 100px;
      }
    }

    @media print,
    screen and (max-width: 1140px) {
      .sec05_gallery-container {
        gap: 40px;
        padding-left: 20px;
      }
    }

    @media print,
    screen and (max-width: 1024px) {
      .sec05_gallery-container {
        gap: 40px;
      }
    }

    @media print,
    screen and (max-width: 767px) {
      .sec05_gallery-container {
        flex-direction: column;
        gap: 40px;
        padding: 0;
        margin-left: 0;
      }
    }

    .sec05_gallery-left {
      position: relative;
      min-width: 200px;
      flex-shrink: 0;
    }

    @media print,
    screen and (max-width: 767px) {
      .sec05_gallery-left {
        padding: 0 20px;
      }
    }

    .sec05_gallery-title {
      width: 250px;
      height: auto;
      margin-bottom: -34px;
      margin-left: -16px;
    }

    @media print,
    screen and (max-width: 767px) {
      .sec05_gallery-title {
        width: 200px;
        margin-bottom: -46px;
        margin-left: -32px;
      }
    }

    .sec05_gallery-text {
      padding-left: 84px;
      padding-right: 20px;
    }

    @media print,
    screen and (max-width: 767px) {
      .sec05_gallery-text {
        padding-left: 0;
        padding-right: 0;
      }
    }

    .sec05_gallery-subtitle {
      font-size: 32px;
      font-weight: 700;
      margin-bottom: 22px;
    }

    @media print,
    screen and (max-width: 767px) {
      .sec05_gallery-subtitle {
        font-size: 28px;
        margin-bottom: 24px;
        text-align: center;
      }
    }

    .sec05_gallery-desc {
      font-size: 20px;
      font-weight: 700;
    }

    @media print,
    screen and (max-width: 767px) {
      .sec05_gallery-desc {
        font-size: 18px;
      }
    }

    .sec05_gallery-carousel {
      position: relative;
      flex: none; /* flexを解除 */
      width: calc(100vw - ((100vw - 1140px) / 2) - 20px - 260px); /* 画面右端まで伸ばす計算 */
      /* 計算式の説明:
         100vw (ビューポート幅)
         - ((100vw - 1140px) / 2) (左側のマージン)
         - 20px (container padding-left)
         - 260px (左側コンテンツ幅 + gap)
      */
      max-width: none; /* 最大幅制限を解除 */
      min-width: 385px;
      overflow-x: auto;
      overflow-y: hidden;
      scroll-snap-type: x mandatory;
      scroll-behavior: smooth;
      scrollbar-width: none;
      -ms-overflow-style: none;
    }

    /* 画面幅が1140px以下の場合 */
    @media print,
    screen and (max-width: 1140px) {
      .sec05_gallery-carousel {
        width: calc(100vw - 20px - 260px); /* 左パディングと左側コンテンツ分を引く */
      }
    }

    @media print,
    screen and (max-width: 767px) {
      .sec05_gallery-carousel {
        min-width: auto;
        width: 100%; /* モバイルでは通常の100%幅 */
        max-width: 100%;
      }
    }

    .sec05_gallery-carousel::-webkit-scrollbar {
      display: none;
    }

    .sec05_gallery-track {
      display: flex;
      gap: 16px;
      animation: scrollCarousel 30s linear infinite;
    }

    /* 自動スクロールアニメーション */
    @keyframes scrollCarousel {
      0% {
        transform: translateX(0);
      }
      100% {
        transform: translateX(calc(-516px * 6)); /* (500px + 16px gap) × 6枚 */
      }
    }

    /* ホバー時に自動スクロールを停止 */
    .sec05_gallery-carousel.slide-paused:hover .sec05_gallery-track {
      animation-play-state: paused;
    }

    /* ホバー時の画像スタイル */
    .sec05_gallery-carousel.slide-paused:hover .sec05_gallery-image img:hover {
      opacity: 0.8;
      cursor: grabbing;
    }

    /* 手動スクロール時に自動アニメーションを無効化 */
    .sec05_gallery-carousel:active .sec05_gallery-track,
    .sec05_gallery-carousel:focus-within .sec05_gallery-track {
      animation: none;
    }

    @media print,
    screen and (max-width: 767px) {
      .sec05_gallery-track {
        gap: 8px;
        animation: scrollCarouselMobile 30s linear infinite;
      }

      @keyframes scrollCarouselMobile {
        0% {
          transform: translateX(0);
        }
        100% {
          transform: translateX(calc((100vw - 84px) * -6)); /* モバイル幅 × 6枚 */
        }
      }
    }

    .sec05_gallery-image {
      width: 500px;
      height: 350px;
      flex-shrink: 0;
      overflow: hidden;
      border-radius: 0;
      scroll-snap-align: start;
    }

    @media print,
    screen and (max-width: 767px) {
      .sec05_gallery-image {
        width: calc(100vw - 100px);
        height: 224px;
        scroll-snap-align: center;
      }
    }

    .sec05_gallery-image img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      transition: opacity 0.3s ease, transform 0.3s ease;
    }


    /* ====================================
       CV4 Section
    ==================================== */
    .cv4 {
      padding: 122px 0 112px;
    }

    @media print,
    screen and (max-width: 767px) {
      .cv4 {
        padding: 80px 20px;
      }
    }

    .cv4_container {
      max-width: 1340px;
      margin: 0 auto;
      padding: 0 20px;
    }

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

    .cv4_content {
      text-align: center;
    }

    .cv4_title {
      font-size: 32px;
      font-weight: 800;
      line-height: 1.5;
      margin-bottom: 48px;
    }

    @media print,
    screen and (max-width: 767px) {
      .cv4_title {
        font-size: 18px;
        margin-bottom: 32px;
      }
    }

    .cv4_title-highlight {
      font-weight: 800;
      padding: 0 4px;
      display: inline-block;
      text-decoration: underline;
      text-decoration-thickness: 20px;
      text-decoration-color: #FFD700;
      text-underline-offset: -0.2em;
      text-decoration-skip-ink: none;
    }

    @media print,
    screen and (max-width: 767px) {
      .cv4_title-highlight {
        text-underline-offset: -0.15em;
        text-decoration-thickness: 16px;
      }
    }

    .cv4_cta {
      margin-bottom: 56px;
      display: flex;
      justify-content: center;
    }

    @media print,
    screen and (max-width: 767px) {
      .cv4_cta {
        margin-bottom: 40px;
      }
    }

    .cv4_cta-button {
      display: inline-block;
      transition: transform 0.2s ease;
    }

    .cv4_cta-button:hover {
      transform: scale(1.02);
    }

    .cv4_cta-icon {
      max-height: 150px;
    }

    @media print,
    screen and (max-width: 767px) {
      .cv4_cta-button {
        display: flex;
        justify-content: center;
        width: 100%;
        max-height: none;
      }
      
      .cv4_cta-icon {
        width: 100%;
        max-width: 360px;
        height: auto;
      }
    }

    .cv4_preview {
      max-width: 1140px;
      margin: 0 auto;
    }

    .cv4_preview-container {
      display: flex;
      justify-content: center;
      gap: 40px;
      align-items: center;
    }

    @media print,
    screen and (max-width: 767px) {
      .cv4_preview-container {
        flex-direction: column;
        gap: 24px;
      }
    }

    .cv4_preview-image {
      width: 100%;
      max-width: 450px;
      max-height: 318px;
      display: block;
    }

    @media print,
    screen and (max-width: 767px) {
      .cv4_preview-image {
        max-width: 335px;
        max-height: 236px;
      }
    }

    /* ====================================
       sec06 Section (Q&A)
    ==================================== */
    .sec06 {
      padding: 80px 0 96px;
      background-color: #FFF8DF;
    }

    @media print,
    screen and (max-width: 767px) {
      .sec06 {
        padding: 72px 20px 88px;
      }
    }

    .sec06_container {
      max-width: 760px;
      margin: 0 auto;
    }

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

    .sec06_header {
      text-align: center;
      margin-bottom: 56px;
    }

    @media print,
    screen and (max-width: 767px) {
      .sec06_header {
        margin-bottom: 48px;
      }
    }

    .sec06_label {
      color: #F3C82D;
      font-size: 24px;
      font-weight: 700;
      margin-bottom: 16px;
      font-family: reross-quadratic, sans-serif;
    }

    @media print,
    screen and (max-width: 767px) {
      .sec06_label {
        margin-bottom: 12px;
      }
    }

    .sec06_title {
      font-size: 32px;
      font-weight: 700;
    }

    @media print,
    screen and (max-width: 767px) {
      .sec06_title {
        font-size: 28px;
      }
    }

    .sec06_list {
      display: flex;
      flex-direction: column;
      gap: 32px;
    }

    @media print,
    screen and (max-width: 767px) {
      .sec06_list {
        gap: 24px;
      }
    }

    .sec06_item {
      background: white;
      border-radius: 8px;
      overflow: hidden;
    }

    @media print,
    screen and (max-width: 767px) {
      .sec06_item {
        border-radius: 4px;
      }
    }

    .sec06_question {
      display: flex;
      align-items: center;
      padding: 24px 32px;
      cursor: pointer;
      position: relative;
      transition: background-color 0.3s ease;
      list-style: none;
    }
    
    .sec06_question::-webkit-details-marker {
      display: none;
    }

    @media print,
    screen and (max-width: 767px) {
      .sec06_question {
        padding: 16px;
      }
    }

    .sec06_q-icon {
      width: 48px;
      height: 48px;
      flex-shrink: 0;
      margin-right: 20px;
    }

    @media print,
    screen and (max-width: 767px) {
      .sec06_q-icon {
        width: 36px;
        height: 36px;
        margin-right: 12px;
      }
    }

    .sec06_q-text {
      flex: 1;
      font-size: 18px;
      font-weight: 700;
      line-height: 1.5;
      padding-right: 44px;
    }

    @media print,
    screen and (max-width: 767px) {
      .sec06_q-text {
        font-size: 14px;
        padding-right: 28px;
      }
    }

    .sec06_arrow {
      position: absolute;
      right: 32px;
      top: 52%;
      transform: translateY(-50%);
      width: 20px;
      height: 20px;
      transition: transform 0.3s ease;
    }

    @media print,
    screen and (max-width: 767px) {
      .sec06_arrow {
        top: 50%;
        right: 20px;
        width: 16px;
        height: 16px;
      }
    }

    details[open] .sec06_arrow {
      transform: translateY(-50%) rotate(180deg);
    }


    .sec06_answer-inner {
      display: flex;
      align-items: flex-start;
      padding: 0 32px 24px;
    }

    @media print,
    screen and (max-width: 767px) {
      .sec06_answer-inner {
        padding: 16px 20px 20px;
      }
    }

    .sec06_a-icon {
      width: 48px;
      height: 48px;
      flex-shrink: 0;
      margin-right: 20px;
      margin-top: 16px;
    }

    @media print,
    screen and (max-width: 767px) {
      .sec06_a-icon {
        width: 36px;
        height: 36px;
        margin-right: 12px;
        margin-top: 0;
      }
    }

    .sec06_a-text {
      flex: 1;
      font-size: 16px;
      color: #333;
      line-height: 1.8;
      padding-top: 16px;
    }

    @media print,
    screen and (max-width: 767px) {
      .sec06_a-text {
        font-size: 14px;
        padding-top: 0;
      }
    }

    /* ====================================
       CV5 Section
    ==================================== */
    .cv5 {
      padding: 88px 0 96px;
      position: relative;
      max-width: 1140px;
      margin: 0 auto;
    }

    @media print,
    screen and (max-width: 767px) {
      .cv5 {
        padding: 80px 20px 88px;
      }
    }

    .cv5_container {
      max-width: 1340px;
      margin: 0 auto;
      padding: 0 36px;
      position: relative;
    }

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

    .cv5_content {
      display: flex;
      align-items: center;
      gap: 60px;
    }

    @media print,
    screen and (max-width: 767px) {
      .cv5_content {
        flex-direction: column;
        gap: 40px;
      }
    }

    .cv5_room {
      width: 36%;
      position: relative;
      min-width: 0;
      max-width: 482px;
    }

    @media print,
    screen and (max-width: 767px) {
      .cv5_room {
        flex: 0 0 auto;
        width: 100%;
        max-width: 335px;
      }
    }

    .cv5_room-image {
      width: 100%;
      height: auto;
    }

    .cv5_main {
      width: 64%;
      text-align: left;
    }

    @media print,
    screen and (max-width: 767px) {
      .cv5_main {
        width: auto;
        text-align: center;
      }
    }

    .cv5_title {
      font-size: 32px;
      font-weight: 800;
      margin-bottom: 40px;
    }

    @media print,
    screen and (max-width: 767px) {
      .cv5_title {
        font-size: 22px;
        margin-bottom: 32px;
      }
    }

    .cv5_title-highlight {
      padding: 0 4px;
      display: inline-block;
      text-decoration: underline;
      text-decoration-thickness: 20px;
      text-decoration-color: #FFD700;
      text-underline-offset: -0.2em;
      text-decoration-skip-ink: none;
    }

    @media print,
    screen and (max-width: 767px) {
      .cv5_title-highlight {
        text-decoration-thickness: 16px;
        text-underline-offset: -0.15em;
      }
    }

    .cv5_cta-wrapper {
      position: relative;
      display: inline-block;
    }


    @media print,
    screen and (max-width: 767px) {
      .cv5_cta-wrapper {
        display: flex;
        justify-content: center;
      }
    }

    .cv5_cta-button {
      display: inline-block;
      transition: transform 0.2s ease;
    }

    .cv5_cta-button:hover {
      transform: scale(1.02);
    }

    .cv5_cta-icon {
      max-height: 145px;
    }

    @media print,
    screen and (max-width: 767px) {
      .cv5_cta-button {
        display: block;
        width: 100%;
        max-width: 360px;
        margin: 0 auto;
      }
      
      .cv5_cta-icon {
        width: 100%;
        max-width: 360px;
        max-height: none;
        height: auto;
      }
    }


    /* ====================================
       sec07 Section (One-Stop Service)
    ==================================== */
    .sec07 {
      padding: 88px 0 80px;
      background-color: #FFF8DF;
    }

    @media print,
    screen and (max-width: 767px) {
      .sec07 {
        padding: 88px 20px 80px;
      }
    }

    .sec07_container {
      max-width: 1140px;
      margin: 0 auto;
      padding: 0 20px;
    }

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

    .sec07_header {
      text-align: center;
      margin-bottom: 48px;
    }

    @media print,
    screen and (max-width: 767px) {
      .sec07_header {
        margin-bottom: 32px;
      }
    }

    .sec07_question {
      font-size: 24px;
      font-weight: 700;
      line-height: 1.5;
      position: relative;
    }

    .sec07_question::after {
      content: '';
      position: absolute;
      bottom: -24px;
      left: 50%;
      transform: translateX(-50%);
      width: 400px;
      height: 20px;
      background-image: url('../images/sec04_line.svg');
      background-size: contain;
      background-repeat: no-repeat;
      background-position: center;
    }

    @media print,
    screen and (max-width: 767px) {
      .sec07_question {
        font-size: 16px;
        margin-bottom: 32px;
      }

      .sec07_question::after {
        width: 280px;
        height: 16px;
        bottom: -20px;
      }
    }

    .sec07_question-highlight {
      color: #E13239;
      font-size: 32px;
      font-weight: 900;
    }

    @media print,
    screen and (max-width: 767px) {
      .sec07_question-highlight {
        font-size: 22px;
      }
    }

    .sec07_main-title {
      font-size: 40px;
      font-weight:800;
      text-align: center;
      margin-bottom: 24px;
      line-height: 1.6;
    }

    @media print,
    screen and (max-width: 767px) {
      .sec07_main-title {
        font-size: 24px;
        margin-bottom: 24px;
        line-height: 1.5;
      }
    }

    .sec07_main-title-highlight {
      display: inline-block;
      text-decoration: underline;
      text-decoration-thickness: 20px;
      text-decoration-color: #FFD700;
      text-underline-offset: -0.2em;
      text-decoration-skip-ink: none;
    }

    @media print,
    screen and (max-width: 767px) {
      .sec07_main-title-highlight {
        text-decoration-thickness: 8px;
        text-underline-offset: -0.15em;
      }
    }

    .sec07_main-title-highlight-2 {
        color: #E1323C;
        font-size: 48px;
        font-weight: 800;
        line-height: 1.34;
    }

    @media print,
    screen and (max-width: 767px) {
      .sec07_main-title-highlight-2 {
        font-size: 24px;
        line-height: 1.5;
      }
    }

    .sec07_subtitle {
      font-size: 16px;
      text-align: center;
      margin-bottom: 56px;
      letter-spacing: 0.8px;
    }

    @media print,
    screen and (max-width: 767px) {
      .sec07_subtitle {
        font-size: 14px;
        margin-bottom: 49px;
        letter-spacing: 0.7px;
      }
    }

    .sec07_services {
      display: flex;
      row-gap: 16px;
      column-gap: 52px;
      flex-wrap: wrap;
      justify-content: center;
    }

    @media print,
    screen and (max-width: 767px) {
      .sec07_services {
        display: flex;
        align-items: flex-start;
        gap: 12px;
        max-width: 100%;
        margin: 0 auto;
      }
    }
    
    /* SP: 「全て一社完結」画像のスタイル */
    .sec07_services-inner {
      display: none;
    }
    
    .sec07_services-items {
      display: contents;
    }
    
    @media print,
    screen and (max-width: 767px) {
      .sec07_services-inner {
        display: flex;
        align-items: center;
        justify-content: center;
        flex-shrink: 0;
        width: auto;
        position: relative;
        padding-right: 10px;
      }
      
      .sec07_services-all {
        width: 39px;
        height: auto;
        object-fit: contain;
      }
      
      /* サービスアイテムを縦並びにするコンテナ */
      .sec07_services-items {
        display: flex;
        flex-direction: column;
        gap: 22px;
        flex: 1;
        max-width: 335px;
      }
    }

    .sec07_service-item {
      background: #FFF8DF;
      text-align: center;
      position: relative;
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: start;
      z-index: 2;
      width: 126px;
    }
    
    /* PC: アイコン間の帯状背景（右側） */
    .sec07_service-item:not(:last-child)::after {
      content: '';
      position: absolute;
      left: 100%;
      top: 32%;
      transform: translate(-30px, -50%);
      width: 60px;
      height: 48px;
      background-color: #FCEEC3;
      z-index: -1;
    }

    /* PC: アイコン間の帯状背景（左側） */
    @media screen and (min-width: 768px) {
      .sec07_service-item:not(:first-child)::before {
        content: '';
        position: absolute;
        left: 0;
        top: 32%;
        transform: translate(-30px, -50%);
        width: 60px;
        height: 48px;
        background-color: #FCEEC3;
        z-index: -1;
      }
    }


    /* 画面幅878px-1055px（5個 + 1個で表示） */
    @media screen and (min-width: 878px) and (max-width: 1055px) {
      /* 5番目: 左側の帯のみ（1行目の最後） */
      .sec07_service-item:nth-child(5)::after {
        display: none;
      }
      /* 6番目: 帯なし（2行目の単独アイコン） */
      .sec07_service-item:nth-child(6)::before {
        display: none;
      }
    }

    /* 画面幅768px-877px（4個 + 2個で表示） */
    @media screen and (min-width: 768px) and (max-width: 877px) {
      /* 4番目: 左側の帯のみ（1行目の最後） */
      .sec07_service-item:nth-child(4)::after {
        display: none;
      }
      /* 5番目: 右側の帯のみ（2行目の最初） */
      .sec07_service-item:nth-child(5)::before {
        display: none;
      }
    }
    


    @media print,
    screen and (max-width: 767px) {
      .sec07_service-item {
        width: 100%;
        height: 88px;
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: flex-start;
        text-align: left;
        gap: 20px;
        box-shadow: none;
        margin: 0;
        position: relative;
      }
      
      /* SP: 縦の帯状背景（1つ目のアイテムに設定） */
      .sec07_service-item:first-child::before {
        content: '';
        position: absolute;
        left: 28px;
        top: 86px;
        width: 32px;
        height: 470px;
        background-color: #FCEEC3;
        z-index: -1;
      }
      
      /* PC時の帯を非表示 */
      .sec07_service-item::after {
        display: none;
      }
    }

    .sec07_service-number {
      position: absolute;
      top: -12px;
      left: -12px;
      width: 43px;
      height: 43px;
      z-index: 1;
    }

    @media print,
    screen and (max-width: 767px) {
      .sec07_service-number {
        position: absolute;
        top: -8px;
        left: -12px;
        width: 32px;
        height: 32px;
        z-index: 1;
      }
    }

    .sec07_service-icon {
      width: 124px;
      height: 124px;
      margin: 0 0 16px 0;
    }

    @media print,
    screen and (max-width: 767px) {
      .sec07_service-icon {
        width: 88px;
        height: 88px;
        margin: 0;
        flex-shrink: 0;
      }
    }

    .sec07_service-title {
      font-size: 14px;
      font-weight: 700;
      line-height: 1.4;
    }

    @media print,
    screen and (max-width: 767px) {
      .sec07_service-title {
        font-size: 16px;
        font-weight: 700;
        line-height: 1.5;
        padding: 0;
        text-align: left;
      }
    }

    @media screen and (min-width: 768px) {
      .sec07_service-title-construction {
        width: 160px;
      }
    }

    .sec07_service-subtitle {
      font-size: 14px;
      font-weight: 700;
      margin-top: 4px;
      line-height: 1.4;
    }

    @media print,
    screen and (max-width: 767px) {
      .sec07_service-subtitle {
        font-size: 13px;
        margin-top: 2px;
        line-height: 1.6;
      }
    }


    /* ====================================
       sec08 Section (Main Visual)
    ==================================== */
    .sec08 {
      padding: 88px 0 0 0;
    }

    @media print,
    screen and (max-width: 767px) {
      .sec08 {
        padding: 80px 0 0; 
      }
    }

    .sec08_container {
      max-width: 1340px;
      margin: 0 auto;
      display: flex;
      justify-content: end;
      align-items: center;
      gap: 154px;
    }

    @media print,
    screen and (max-width: 767px) {
      .sec08_container {
        flex-direction: column-reverse;
        gap: 32px;
        padding: 0;
      }
    }

    .sec08_content {
      max-width: 514px;
      padding-left: 40px;
      margin-top: 140px;
    }

    @media print,
    screen and (max-width: 767px) {
      .sec08_content {
        max-width: 100%;
        text-align: center;
        padding: 0 20px;
        margin-top: 0;
      }
    }

    .sec08_title {
      font-size: 30px;
      font-weight: 700;
      margin-bottom: 40px;
    }

    @media print,
    screen and (max-width: 767px) {
      .sec08_title {
        font-size: 28px;
        margin-bottom: 24px;
      }
    }

    .sec08_text {
      font-weight: 400;
      font-size: 16px;
      line-height: 1.8;
    }

    @media print,
    screen and (max-width: 767px) {
      .sec08_text {
        font-size: 14px;
        line-height: 1.8;
      }
    }

    @media print,
    screen and (max-width: 452px) {
      .sec08_text_linebreak {
       display: none;
      }
    }

    /* 768px-880px間でbrタグを非表示 */
    @media screen and (min-width: 768px) and (max-width: 880px) {
      .sec08_text_linebreak {
        display: none;
      }
    }

    .sec08_image {
      flex: 1;
      max-width: 640px;
      min-width: 335px;
    }

    @media print,
    screen and (max-width: 767px) {
      .sec08_image {
        width: 100%;
        max-width: 100%;
      }
    }

    .sec08_image-img {
      width: 100%;
      height: auto;
      display: block;
      min-height: 500px;
      object-fit: cover;
    }

    @media print,
    screen and (max-width: 767px) {
      .sec08_image-img {
        min-height: auto;
      }
    }

    /* ====================================
       Footer
    ==================================== */
    .footer {
      height: 520px;
      position: relative;
      background-image: url('../images/footer-photo.png');
      background-size: cover;
      background-position: center;
      background-repeat: no-repeat;
      padding: 80px 0;
      color: black;
    }

    @media print,
    screen and (max-width: 767px) {
      .footer {
        padding: 60px 20px;
        background-image: url('../images/footer-photo_s.png');
      }
    }

    .footer_overlay {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      background-color: rgba(237, 237, 237, 0.75);
      z-index: 1;
    }

    .footer_container {
      max-width: 544px;
      margin: 20px auto 0;
      position: relative;
      z-index: 2;
    }

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

    .footer_content {
      display: flex;
      flex-direction: column;
      align-items: center;
      text-align: center;
      gap: 32px;
    }

    @media print,
    screen and (max-width: 767px) {
      .footer_content {
        display: block;
        gap: 24px;
      }
    }


    .footer_logos {
      display: flex;
      align-items: center;
      gap: 72px;
      padding-bottom: 40px
    }

    @media print,
    screen and (max-width: 767px) {
      .footer_logos {
        flex-direction: column;
        gap: 32px;
        padding-bottom: 64px;
      }
    }

    .footer_logo-main {
      height: 110px;
      width: auto;
    }

    @media print,
    screen and (max-width: 767px) {
      .footer_logo-main {
        height: auto;
        max-height: 160px;
      }
    }

    .footer_logo-sub {
      height: 90px;
      width: auto;
    }

    @media print,
    screen and (max-width: 767px) {
      .footer_logo-sub {
        height: auto;
        max-height: 70px;
      }
    }

    .footer_info {
      display: flex;
      flex-direction: column;
      gap: 8px;
    }

    @media print,
    screen and (max-width: 767px) {
      .footer_info {
        gap: 12px;
      }
    }

    .footer_address {
      font-size: 16px;
      font-weight: 700;
      margin: 0;
    }

    @media print,
    screen and (max-width: 767px) {
      .footer_address {
        font-size: 14px;
      }
    }

    .footer_contact {
      font-size: 16px;
      font-weight: 700;
      margin: 0;
      display: flex;
      column-gap: 16px;
      row-gap: 16px;
      align-items: center;
      justify-content: center;
    }

    @media print,
    screen and (max-width: 767px) {
      .footer_contact {
        font-size: 14px;
        column-gap: 20px;
        row-gap: 4px;
        flex-wrap: wrap;
        margin-bottom: 32px;
      }
    }
    .footer_contact-tel {
      color: black;
      text-decoration: none;
      transition: color 0.3s ease;
      cursor: pointer;
    }

    @media print, screen and (min-width: 768px) {
      .footer_contact-tel:hover {
        color: #119cda;
        text-decoration: underline;
      }
    }

    /*@media print,
    screen and (max-width: 767px) {
      .footer_contact-tel {
        color: #119CDA;
      }
    }*/
    
    .footer_contact-fax {
      text-decoration: none;
      color: white;
    }

    .footer_privacy {
      font-size: 16px;
      font-weight: 700;
    }

    @media print,
    screen and (max-width: 767px) {
      .footer_privacy {
        font-size: 14px;
        margin-bottom: 32px;
      }
    }

    .footer_privacy-link {
      color: black;
      text-decoration: none;
      font-size: 14px;
      border-bottom: 1px solid transparent;
      transition: color 0.3s ease;
      cursor: pointer;
    }

    .footer_privacy-link:hover {
      color: #119cda;
      text-decoration: underline;
    }

    @media print,
    screen and (max-width: 767px) {
      .footer_privacy-link {
        font-size: 14px;
      }
    }

    .footer_copyright {
      font-size: 12px;
    }

    @media print,
    screen and (max-width: 767px) {
      .footer_copyright {
        font-size: 10px;
      }
    }


    /* ====================================
       CV7 Section
    ==================================== */
    .cv7 {
      padding: 112px 0 ;
      background-color: #FFFFFF;
      position: relative;
    }

    @media print,
    screen and (max-width: 767px) {
      .cv7 {
        padding: 72px 20px 96px;
      }
    }

    .cv7_container {
      max-width: 1340px;
      margin: 0 auto;
      padding: 0;
      position: relative;
    }

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

    .cv7_content {
      display: flex;
      justify-content: start;
      align-items: center;
      gap: 58px;
      padding-left: 72px;
    }

    @media print,
    screen and (max-width: 1340px) {
      .cv7_content {
        padding-left: 4%;
      }
    }

    @media print,
    screen and (max-width: 767px) {
      .cv7_content {
        flex-direction: column;
        gap: 48px;
        padding-left: 0;
      }
    }

    .cv7_room {
      position: relative;
      min-width: 0;
      max-width: 482px;
    }

    @media print,
    screen and (max-width: 767px) {
      .cv7_room {
        flex: 0 0 auto;
        width: 100%;
      }
    }

    .cv7_room-image {
      width: 100%;
      height: auto;
    }

    .cv7_main {
      width: 100%;
      max-width: 600px;
      text-align: left;
    }

    @media print,
    screen and (max-width: 767px) {
      .cv7_main {
        text-align: center;
      }
    }

    .cv7_title {
      font-size: 32px;
      font-weight: 800;
      line-height: 1.5;
      margin: 0 0 16px;
      position: relative;
      padding-top: 16px;
    }

    @media print,
    screen and (max-width: 767px) {
      .cv7_title {
        width: fit-content;
        font-size: 20px;
        margin: 0 auto 20px;
        padding-top: 0;
      }
    }

    .cv7_chonchon {
      position: absolute;
      top: -4px;
      left: -14px;
      width: 36px;
      height: 24px;
    }

    @media print,
    screen and (max-width: 767px) {
      .cv7_chonchon {
        top: -14px;
        width: 33.8px;
        height: 21.8px;
      }
    }

    .cv7_subtitle {
      font-size: 32px;
      font-weight: 800;
      line-height: 1.5;
      margin-bottom: 40px;
      color: #333;
    }

    @media print,
    screen and (max-width: 767px) {
      .cv7_subtitle {
        font-size: 20px;
        margin-bottom: 32px;
      }
    }

    .cv7_subtitle-char {
      position: relative;
      display: inline-block;
    }

    .cv7_subtitle-char::before {
      content: '';
      position: absolute;
      top: -6px;
      left: 50%;
      transform: translateX(-50%);
      width: 8px;
      height: 8px;
      background-color: #333;
      border-radius: 50%;
    }

    @media print,
    screen and (max-width: 767px) {
      .cv7_subtitle-char::before {
        top: -6px;
        width: 6px;
        height: 6px;
      }
    }

    .cv7_subtitle-highlight {
      color: #E13239;
      font-weight: 900;
      font-size: 48px;
    }

    @media print,
    screen and (max-width: 767px) {
      .cv7_subtitle-highlight {
        font-size: 22px;
      }
    }

    .cv7_cta-wrapper {
      position: relative;
      display: inline-block;
    }

    @media print,
    screen and (max-width: 767px) {
      .cv7_cta-wrapper {
        display: flex;
        justify-content: center;
      }

    }

    .cv7_cta-button {
      display: inline-block;
      transition: transform 0.2s ease;
    }

    .cv7_cta-button:hover {
      transform: scale(1.02);
    }

    .cv7_cta-icon {
      max-height: 150px;
    }

    @media print,
    screen and (max-width: 767px) {
      .cv7_cta-icon {
        max-height: none;
        width: 100%;
        max-width: 360px;
        height: auto;
      }
    }



    /* ====================================
       SP Fixed Footer CTA
    ==================================== */
    /*.sp-fixed-cta {
      display: none;
    }*/

    .sp-fixed-cta {
      display: flex;
      align-items: center;
      justify-content: center;
      position: fixed;
      bottom: 20px;
      right: 0;
      z-index: 9999;
    }

    .sp-fixed-cta__link {
      display: flex;
      align-items: center;
      justify-content: center;
      width: 100%;
      height: 100%;
    }

    .sp-fixed-cta__image {
      max-width: 400px;
      width: 90%;
      height: auto;
      display: block;
    }
    

    

    @media print,
    screen and (max-width: 767px) {
      .sp-fixed-cta {
        display: flex;
        align-items: center;
        justify-content: center;
        position: fixed;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 80px;
        z-index: 9999;
        background-color: white;
      }

      .sp-fixed-cta__link {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 100%;
        height: 100%;
      }

      .sp-fixed-cta__image {
        max-width: 400px;
        width: 90%;
        height: auto;
        display: block;
      }

      /* bodyに固定フッター分の余白を追加 */
      body {
        padding-bottom: 80px;
      }
    }

    /* 540px以下で画像を全画面表示 */
    @media screen and (max-width: 540px) {
      body {
        padding-bottom: 40px;
      }

      .sp-fixed-cta {
        height: auto;
        padding: 0;
        background-color: transparent;
      }

      .sp-fixed-cta__image {
        max-width: 100%;
        width: 100%;
        height: auto;
      }
    }
