@charset "UTF-8";
header {
    background-color: #fff;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1000;
  }
  
  a[href^="tel:"] {
    pointer-events: none;
  }
  
  
  .container2 {
    display: flex;
    justify-content: space-between;
  }
  
  .form-title {
    background-color: #f3e9dd;
    height: 54px;
    display: flex !important;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: baseline;
    align-content: center;
    padding-top: 6px;
  }
  
  .so-big-span {
    color: #f08301;
    font-size: 38px;
    font-weight: 900;
    text-align: center;
  }
  
  .small-span {
    color: #333;
    font-size: 20px;
    font-weight: 700;
    text-align: center;
  }
  
  .big-span {
    color: #333;
    font-size: 26px;
    font-weight: 900;
    text-align: center;
  }

  .slick-next {
    right: -1px !important;
}

span.subtitle-2 {
    margin-top: 2vw;
    font-size: 1.3rem;
}
  
  /*ホバー*/
  a img {
    position: relative;
    top: 0;
  }
  
  a img:hover {
    top: 5px;
    transition: 0.3s;
  }

  .hover:hover {
    opacity: 1;
}
  

.gnav_block .hover:hover {
  opacity: 1;
  color: #000;
  background-color: #f5ab01;
    }


/*ナビ*/

.gnav_block .item .text {
border: none;
letter-spacing: 0.2rem;
}

li.item {
    font-family: Meiryo;
    letter-spacing: 0.2rem;
}



/*フォーム*/
  
  
  /*SEC2*/
  .sec2title {
    max-width: 1200px;
    margin: 0 auto;
  }
  
  section#sec02 {
    background-image: url(/assets/images/car/bg-reason.webp);
    background-size: cover;
    background-color: rgba(255, 255, 255, 0.6);
    background-blend-mode: lighten;
  }
  
  .text-wrapper {
    clip-path: polygon(14% 0%, 100% 0%, 86% 100%, 0% 100%);
    background-color: rgb(246 171 0);
    width: 170px;
    height: 31px;
    position: relative;
    display: block;
    margin: 0 auto;
  }
  
  .text-wrapper span {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #000000;
    font-weight: bold;
  }
  
  .title.mb-3 {
    padding-top: 5vw;
  }
  
  h2.subtitle {
    text-align: center;
    letter-spacing: 0.09em;
    margin-top: 3vw;
    line-height: 2;
  }
  
  span.subtitle-1.mb-2 {
    font-size: 1.1rem;
    letter-spacing: 0.09em;
  }
  
  span.text-highlight {
    font-size: 2rem;
    color: #f08301;
  }
  
  .container02 {
    display: inline-flex;
    border-radius: 5px;
    box-shadow: 0 0 2px 0;
    background-color: #fff;
    margin-bottom: 5vw
  }
  
  .item01 {
    flex-basis: 200px;
  }
  
  .item02 {
    margin: 2vw;
  }
  
  .reason {
    max-width: 700px;
    display: block;
    margin: 2vw auto;
  }
  
  #sec02>div.reason>div>div.item01>img {
    width: 320px;
    height: 100%;
  }
  
  .content-title {
    color: #f08301;
    font-weight: bold;
    font-style: italic;
    font-size: 0.7rem;
  }
  
  .content-word {
    font-size: 0.8rem;
  }
  
  .cta {
    background-image: linear-gradient(90deg, #fbe38e, #ffb902);
    display: inline-flex;
    width: 100%;
    justify-content: center;
    padding: 1vw 0;
  }
  
  
  /*SEC3*/
  .text-wrapper2 {
    clip-path: polygon(14% 0%, 100% 0%, 86% 100%, 0% 100%);
    background-color: rgb(246 171 0);
    width: 170px;
    height: 31px;
    position: relative;
    display: block;
    margin: 0 auto;
  }
  
  .text-wrapper2 span {
    position: absolute;
    top: 50%;
    left: 47%;
    transform: translate(-43%, -50%);
    color: #000000;
    font-weight: bold;
  }
  
  section#sec03 {
    background-color: #fff4e8;
    padding-bottom: 10vw;
  }
  
  .point {
    background-image: radial-gradient(circle at center, #f08301 20%, transparent 20%);
    background-position: top right;
    background-repeat: repeat-x;
    background-size: 1em 0.3em;
    padding-top: 0.4em;
    font-size: 1.4rem;
    font-weight: bold;
    color: #f08301;
  }
  
  .container03 {
    display: flex;
    justify-content: center;
    margin-top: 5vw;
  }
  
  .item05 {
    margin: 0 0.5vw;
  }
  
  
  .item-info {
    display: flex;
    width: auto;
    height: 88px;
    padding: 20px 0;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 8px;
    background: #333;
    text-align: center;
  }
  
  #use-case .item-date {
    font-size: 16px;
    text-align: center;
  }
  
  #use-case .item-date img {
    width: 100%;
    height: 100%;
  }
  
  
  .item-date {
    font-feature-settings: "palt"on, "liga"off;
    font-weight: 500;
    letter-spacing: 1.12px;
    background: #f0e9e4;
    color: #5b3100;
    text-align: center;
    padding: 7px 0;
    font-size: 0.7rem;
  }
  
  .price {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  
  .price {
    color: #333;
    font-size: 12px;
    font-weight: 700;
    line-height: 100%;
    letter-spacing: 1.6px;
  }
  
  
  .text-1 {
    color: #333;
    font-feature-settings: "palt"on;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 12px;
    font-weight: 700;
    line-height: 100%;
    letter-spacing: 1.6px;
  }
  
  .text-2 {
    color: #f08300;
    font-feature-settings: "palt"on;
    font-family: 'Futura', sans-serif;
    font-size: 36px;
    font-style: italic;
    font-weight: 700;
    line-height: 100%;
    letter-spacing: 2.56px;
    margin-bottom: -2px;
  }
  
  .item-price {
    display: flex;
    width: auto;
    padding: 15px 0;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 12px;
    background: #fff;
    box-shadow: 0 4px 0 0 #f08301;
  }
  
  .description {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    gap: 10.768px;
  }
  
  .description span {
    font-size: 0.7rem;
    color: #333;
  }
  
  .use-case-btn {
    width: calc(100% - 20px);
    text-align: center;
    cursor: pointer;
    padding: 10px 5px;
    background-color: #48a503 !important;
    box-shadow: 0 7px 0 #150;
    border-radius: 8px;
    transition: all .3s ease;
  }
  
  .use-case-btn a {
    color: #fff !important;
    text-decoration: none;
    font-family: Arial, sans-serif;
    line-height: 30px;
    font-weight: 600;
    font-size: 1rem;
  }
  
  #sec03 div.kaitori .item-image>img {
    width: 100%;
  }
  
  .containerlist {
    display: flex;
    justify-content: space-around;
    max-width: 700px;
    margin: 0 auto;
    background-color: #fff;
    border-radius: 30px;
    padding: 4vw 2vw;
  }
  
  
  
  #sec03 .containerlist img {
    margin: 0 auto;
    display: block;
  }
  
  li {
    list-style: none;
    font-size: 0.7rem;
  }
  
  .kaitori {
    max-width: 1000px;
    display: block;
    margin: auto;
  }
  
  h3 {
    text-align: center;
  }
  
  .categories {
    position: relative;
    margin-top: 10vw;
  }
  
  h2.heading-12 {
    text-align: center;
    color: #fff;
    background-color: #333;
    width: 300px;
    margin: 0 auto;
    padding: 1vw;
    border-radius: 30px;
    position: absolute;
    top: -2%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  
  .listwrap {
    max-width: 700px;
    display: block;
    margin: 0 auto;
    background-color: #fff;
    border-radius: 30px;
    padding-bottom: 2vw;
  }
  
  
  
  /*SEC4*/
  .sec4title_2 {
    max-width: 500px;
    display: block;
    margin: auto;
    padding-top: 5vw;
  }
  
  .sec4title_3 {
    max-width: 400px;
    display: block;
    margin: auto;
    padding-top: 2vw;
  }
  
  .categories04 {
    display: flex;
    justify-content: space-around;
    max-width: 850px;
    margin: 0 auto;
    padding-top: 2vw;
  }
  
  .box-021 {
    position: relative;
    max-width: 400px;
    padding: 1em 1.5em;
    border: 2px solid #f39710;
    border-radius: 15px;
    color: #f39710;
    margin: 1vw;
    width: 300px;
    background-color: #fff4e8;
    font-size: 15px;
    padding-top: 3vw;
  }
  
  .box-021::before {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: -2rem;
    left: 38.3%;
    width: 3em;
    height: 3em;
    border-radius: 50%;
    background-color: #f39710;
    color: #fff;
    font-weight: 600;
    content: attr(data-number);
    font-size: 1rem;
  }

  .box-021 h3 {
    font-size: 1.1rem;
}


.box-021 p {
    margin-top: 1vw;
}
  
  .bg {
    background-image: url(/assets/images/car/bg-question-pc.webp);
    background-size: cover;
    background-position: center bottom;
    width: 100%;
    background-size: cover;

  }



  
  /*SEC5*/
  
  html,
  body {
    margin: 0;
    padding: 0;
  }
  
  * {
    box-sizing: border-box;
  }
  
  .sliderArea {
    max-width: 100%;
    margin: 0 auto;
    padding: 0 25px;
  }
  
  .sliderArea.w300 {
    max-width: 300px;
  }
  
  .slick-slide {
    margin: 0 5px;
  }
  
  .slick-slide img {
    width: 100%;
    height: auto;
  }
  
  .slick-prev,
  .slick-next {
    z-index: 1;
  }
  
  .slick-prev:before,
  .slick-next:before {
    color: #000;
  }
  
  .slick-slide {
    transition: all ease-in-out .3s;
    opacity: .2;
  }
  
  .slick-active {
    opacity: 1;
  }
  
  .slick-current {
    opacity: 1;
  }
  
  .thumb {
    margin: 20px 0 0;
  }
  
  .thumb .slick-slide {
    cursor: pointer;
  }
  
  .thumb .slick-slide:hover {
    opacity: .7;
  }
  
  .full-screen .slick-list {
    overflow: visible;
  }
  
  .full-screen.slider {
    max-width: 600px;
    margin: 0 auto;
  }
  
  .slick-prev:before,
  .slick-next:before {
    font-size: 40px !important;
    color: #f08301 !important;
  }
  
  .slick-dots li button:before {
    font-size: 10px !important;
    color: #f08301 !important;
  }
  
  
  @media screen and (max-width: 1024px) {
    body {
      font-size: 14px;
    }
  }
  
  .section {
    max-width: 100%;
    margin: 0 auto;
    padding: 30px 0;
    overflow: hidden;
  }
  
  .section p._a {
    font-size: 12px;
    font-weight: bold;
    margin: 30px 0 0;
  }
  
  .section p._a .link {
    display: inline-block;
    color: #607D8B;
    padding-left: 1.3em;
    text-indent: -1.3em;
  }
  
  .section p._a .link:before {
    content: '';
    display: inline-block;
    width: 5px;
    height: 5px;
    border-top: 2px solid #607D8B;
    border-right: 2px solid #607D8B;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    margin-right: 10px;
  }
  
  
  /*SEC6*/
  
  section#sec06 {
    background: url(/assets/images/car/bg-flow.webp) center center / cover no-repeat;
  }
  
  .categories05 {
    display: flex;
    justify-content: space-around;
    max-width: 850px;
    margin: 0 auto;
  }
  
  .box-022 {
    padding: 1em 1.5em;
    border-radius: 15px;
    color: #000;
    margin: 1vw;
    font-size: 15px;
    flex-basis: 100%;
  }
  
  .box-023 {
    flex-basis: auto;
    margin-top: 8%;
  
  }
  
  .categories05 img {
    display: block;
    margin: auto;
    width: 70%;
  }
  
  
  /*SEC7*/
  section#sec07 {
    background-color: #fff4e8;
    padding-bottom: 5vw;
  }
  
  .categories07 {
    display: flex;
    justify-content: center;
    max-width: 1000px;
    margin: 0 auto;
  }
  
  .box-024 {
    padding: 1em 1.5em;
    border-radius: 15px;
    color: #000;
    margin: 1vw;
    font-size: 15px;
    flex-basis: 100%;
  }
  
  
  .box-025 {
    border-radius: 15px;
    color: #000;
    margin: 1vw;
    font-size: 15px;
    background-color: #fff;
  }
  
  .box-025 img {
    width: 250px;
  }

  .box-022 h3 {
    margin-top: 1vw;
    font-size: 1.2rem;
}
  
 .word h3 {
    color: #f08301;
    letter-spacing: 0.1em;
    font-size: 1.2rem;
    margin-top: 1vw;
}
  
  .categories07 p {
    margin: 0.5rem;
  }
  
  .word p img {
    width: 5%;
    margin-right: 0.5vw;
    padding-bottom: 0.5vw;
  }
  
  .word {
    margin-bottom: 2vw;
  }
  
  .sec7title {
    color: var(--black);
    text-align: center;
    font-feature-settings: "palt"on, "liga"off;
    font-size: 24px;
    font-weight: 600;
    line-height: 140%;
    letter-spacing: 1.6px;
    margin-top: 2vw;
  }
  
  .rc-thumbnail img {
    width: 200px;
  }
  
  
  .grid-item {
    background-color: #fff;
    width: 200px;
    margin: 0.5vw;
  }
  
  .containershop {
    display: flex;
    justify-content: center;
    max-width: 1200px;
    margin: 0 auto;
  }
  
  #sec07>div>div>p {
    margin: 1vw;
    font-size: 1vw;
  }
  
  .area {
    background-color: #658bd6;
    color: #fff;
    padding-left: 1vw;
    font-size: 0.9rem;
  }
  
  .area2 {
    background-color: #46b2df;
    color: #fff;
    padding-left: 1vw;
    font-size: 0.9rem;
  }
  
  .area3 {
    background-color: #ca7c86;
    color: #fff;
    font-size: 0.9rem;
    padding-left: 1vw;
  }
  
  .area4 {
    background-color: #67ccb4;
    color: #fff;
    padding-left: 1vw;
    font-size: 0.9rem;
  }
  
  .area5 {
    background-color: #67b642;
    color: #fff;
    padding-left: 1vw;
    font-size: 0.9rem;
  }
  
  .area6 {
    background-color: #dccd47;
    color: #fff;
    padding-left: 1vw;
    font-size: 0.9rem;
  }
  
  .area7 {
    background-color: #d67683;
    color: #fff;
    padding-left: 1vw;
    font-size: 0.9rem;
  }
  
  
  .btn_design {
    font-size: 1rem;
    width: 400px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 40px;
    text-align: center;
    padding: 1vw;
    background-color: #ffffff;
    color: #000000;
    border: #000000 solid 1px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  
  /* マウスオーバー時 */
  .btn_design:hover {
    color: #fff;
    background-color: #000;
    cursor: pointer;
  }
  
  
  /* SEC8 */
  
  section#sec08 {
    background: url(/assets/images/car/bg-point-sp.webp) center center / cover no-repeat;
  }
  
  
  .categories08 {
    display: flex;
    background: linear-gradient(to left, transparent, rgb(255 243 226 / .8));
    background-size: 100vw auto;
    margin: 5vw 0;
    padding: 0 5vw;
  }
  
  
  .categories09 {
    display: flex;
    background: linear-gradient(to right, transparent, rgb(255 243 226 / .8));
    background-size: 100vw auto;
    margin: 5vw 0;
    padding: 0 5vw;
  }
  
  .box-026 {
    width: 700px;
    display: block;
    margin: 0 auto;
    padding-right: 2vw;
    line-height: 2;
  }
  
  .box-026 p {
    font-size: 0.9rem;
  }
  
  
  .box-026 h3 {
    text-align: left;
    color: #f08301;
  }
  
  .freeman-regular {
    font-family: "Freeman", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-style: italic;
  }
  
  .box-027 {
    flex-basis: auto;
  }
  
.box-026 h3 {
    margin-top: 2vw;
}

  /* SEC9 */

#sec09 > div {
    margin-bottom: 2vw;
}

#sec09 > div > h2 {
    margin-top: 2vw;
}

  
  .qa-7 {
    max-width: 800px;
    margin: 0 auto 1vw;
    border: none;
    border-radius: 5px;
    box-shadow: 0 4px 4px rgb(0 0 0 / 2%), 0 2px 3px -2px rgba(0 0 0 / 5%);
    background-color: #fff;
  }
  
  .qa-7 summary {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    padding: 1em 2em 1em 3em;
    color: #333333;
    font-weight: 600;
    cursor: pointer;
  }
  
  .qa-7 summary::before,
  .qa-7 p::before {
    position: absolute;
    left: 1em;
    font-weight: 600;
    font-size: 1.3em;
  }
  
  .qa-7 summary::before {
    color: #f08301;
    content: "Q";
  }
  
  .qa-7 summary::after {
    transform: translateY(-25%) rotate(45deg);
    width: 7px;
    height: 7px;
    margin-left: 10px;
    border-bottom: 3px solid #333333b3;
    border-right: 3px solid #333333b3;
    content: '';
    transition: transform .5s;
  }
  
  .qa-7[open] summary::after {
    transform: rotate(225deg);
  }
  
  .qa-7 p {
    position: relative;
    transform: translateY(-10px);
    opacity: 0;
    margin: 0;
    padding: .3em 3em 1.5em;
    color: #333;
    transition: transform .5s, opacity .5s;
  }
  
  .qa-7[open] p {
    transform: none;
    opacity: 1;
  }
  
  .qa-7 p::before {
    color: #444;
    line-height: 1.2;
    content: "A";
  }
  
  section#sec09 {
    background-color: #fff4e8;
    padding-bottom: 5vw;
  }
  
  /* SEC10 */
  
  .table_design03 {
    border-collapse: collapse;
    width: 100%;
    max-width: 700px;
    margin: 5vw auto 5vw;
  }
  
  .table_design03 th,
  .table_design03 td {
    border-bottom: 1px solid #e4e4e4;
    padding: 1em;
  }
  
  .table_design03 th {
    border-bottom: 1px solid #f08301;
    font-weight: bold;
    text-align: center;
    width: 20%;
    min-width: 4em;
  }
  
  .categories10 {
    display: flex;
    justify-content: center;
  }
  
  .box-027 {
    margin: 1vw;
  }
  
  /* footer */
  
  .footer02 {
    color: #fff;
    background: #333;
    text-align: center;
    padding: 30px;
  }
  
  @media (max-width: 767px) {
    .footer02 {
      padding: 30px 30px 100px 30px;
    }
  }
  
  .footer02 a {
    color: #fff;
    text-decoration: none;
  }
  
  .footer02 a:hover {
    text-decoration: underline;
  }
  
  .footer02 .menu {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  
  .footer02 .menu li {
    margin: 0;
    padding: 0 20px;
  }
  
  .footer02 .copyright {
    margin: 0;
    padding: 20px 0 0 0;
  }
  
  a {
    color: #f08301;
  }
  
  @media (min-width: 768px) {
    .forsp {
      display: none;
    }
  
  }
  
  
  /* スマホ */
  
  @media (max-width: 767px) {
    .forpc {
      display: none;
    }
  
    .cts {
      margin-top: 2vw;
    }
  
    .container2sp {
      display: flex;
      justify-content: flex-start;
  
    }

    span.subtitle-2 {
    font-size: 1.1rem;
    }

    .content-word {
    font-size: 1rem;
    }

    .forsp.ctasp img {
    width: 350px;
    }

    .forsp.ctasp {
    margin: 2vw auto;
    }
  
  
    /* スマホ02 */
  
    .container02 {
      display: block;
    }
  
    .container02 .item01 {
      width: 100%;
      margin: 0 auto;
    }
  
    .container02 .item02 {
      width: 100%;
      margin: 0 auto;
    }
  
  
    #sec02>div.reason>div>div.item01>img {
      width: 100%;
    }
  
    .item02 {
      padding: 2vw 2vw 5vw 5vw;
    }
  
    .slick-next {
      right: -6px !important;
    }
  
    .reason {
      width: 319px;
      display: block;
      margin: 0 auto;
    }
  
  
    /* スマホ03 */
  
    .ac-box {
      width: auto;
      margin: 30px auto 5px;
    }
  
    .ac-box label {
      max-width: 385px;
      font-size: 1.2rem;
      font-weight: bold;
      text-align: center;
      background: #333;
      margin: auto;
      line-height: 50px;
      position: relative;
      display: block;
      height: 50px;
      border-radius: 8px;
      cursor: pointer;
      color: #fff;
      transition: all 0.5s;
    }
  
  
    .ac-box input {
      display: none;
    }
  
    .ac-box div {
      height: 0px;
      padding: 0px;
      overflow: hidden;
      opacity: 0;
      transition: 0.5s;
    }
  
    .ac-box input:checked~div {
      height: auto;
      padding: 5px;
      background: #fff;
      opacity: 1;
    }
  
    .ac-box div p {
      color: #777;
      line-height: 23px;
      font-size: 14px;
      padding: 20px;
      text-align: justify;
    }
  
    .ac-small p {
      margin-bottom: 0px;
    }
  
    h2.subtitle {
      line-height: 2;
      margin-top: 6vw;

    }
  
    .ac-box label {
      width: 300px;
    }
  
  
    /* スマホ04 */
  
    .categories04 {
      display: block;
      justify-content: space-around;
      max-width: 100%;
      padding-top: 0;
    }
  
  
    .box-021 {
      position: relative;
      padding: 2em 1.5em;
      border: 2px solid #f39710;
      border-radius: 15px;
      color: #f39710;
      margin: 10vw auto;
      width: 95%;
      background-color: #fff4e8;
      font-size: 1rem;
    }
  
    .bg {
      background-color: #fff;
    }
  
  
    .box-021::before {
      left: 43.3%;
    }
  
  .box-021 h3 {
    font-size: 1.2rem;
    margin-bottom: 4vw;
    }
  
  .bg {
    background-image: none;
    }
  
  
    /* スマホ05 */
  
    .categories05sp {
        display: flex;
        border-radius: 10px;
        background-color: #fff4e8;
        margin: 2vw;
        padding: 3vw;
    }
  
    .categories05sp.forsp div.box-022sp h2 {
      color: #f08301;
      font-style: italic;
      font-size: 1.1rem;
    }
  
    .box-023sp {
      margin: 4vw;
    }
  
    img.arrow {
      width: 10%;
      display: block;
      margin: auto;
    }
  
  
    /* スマホ06 */
  
    .categories07 {
      display: block;
      margin: 0 auto;
      width: 300px;
    }
  
    .box-025 img {
      width: 100%;
    }
  
    .box-023sp img {
      width: 100px;
    }
  
    .box-025 {
      margin: 5vw 0;
    }
  
    .word {
      padding: 3vw;
    }
  
    .sec7title {
      font-size: 1rem;
    }
  
    .rc-thumbnail img {
      width: 30vw;
      margin: auto;
      display: block;
    }
  
    #sec07>div>div>p {
      margin: 1vw;
      font-size: 0.7rem;
    }
  
    #sec07>div:nth-child(13)>div:nth-child(2) {
      background: #fff4e8;
    }
  
    #sec07>div:nth-child(13)>div:nth-child(3) {
      background: #fff4e8;
    }
  
  
    .btn_design {
      font-size: 1rem;
      width: 300px;
      margin-left: auto;
      margin-right: auto;
      margin-top: 40px;
      text-align: center;
      padding: 2.5vw;
      height: 50px;
    }

    #sec06 > div:nth-child(4) {
    margin-top: 5vw;
    }

    #sec06 > div:nth-child(14) {
    margin-bottom: 10vw;
    }

    div.box-022sp p {
    font-size: 0.95rem;
    }
  
  
    /* スマホ07 */
  
    .categories08 {
      display: block;
    }
  
    .box-026 {
      width: auto;
      margin-top: 5vw;
      padding-top: 5vw;
    }
  
    .categories09 {
      display: block;
    }
  
    .box-027 img {
      width: 100%;
      margin: 5vw;
    }
  
    .word p img {
    margin-right: 2.5vw;
    margin-bottom: 2vw;
    }
  

    #sec07 > .forsp > img {
    width: 300px;
    display: block;
    margin: 1vw auto;
    }



    /* スマホ09 */
  
    .qa-7 {
      margin: 5vw 2vw 1vw;
    }

    .word h3 {
    color: #f08301;
    letter-spacing: 0.1em;
    font-size: 1.2rem;
    }
  
  
  }
  

  
  @media screen and (min-width: 768px) {
    .form-wrap .form-label {
      margin-right: 10px;
      align-items: center;
      min-width: 142px;
      max-width: 142px;
    }
  }
  
  .form-wrap .form-label-text {
    margin-top: 0;
    line-height: 140%;
    font-size: 16px;
  }
  
  @media screen and (min-width: 768px) {
    .form-wrap .form-label-text {
      margin-top: 1px;
    }
  }
  
  .form-wrap .badge {
    font-family: "Noto Sans JP", sans-serif;
    font-size: 12px;
    font-weight: 700;
    padding: 4px;
    border-radius: 2.385px;
    margin-left: 10px;
    white-space: nowrap;
    word-break: keep-all;
    text-align: center;
    line-height: 100%;
    letter-spacing: 0.48px;
  }
  
  @media screen and (min-width: 768px) {
    .form-wrap .badge {
      line-height: 120%;
      font-weight: 600;
    }
  }
  
  .form-wrap .necessary {
    background-color: var(--required);
    color: var(--white);
  }
  
  .form-wrap .form-row {
    flex: 1 !important;
  }
  
  .form-wrap .form-control {
    border-radius: 2.385px;
    border: 0.596px solid #b5b5b5;
    background: var(--white);
    padding: 6px 8px;
    font-size: 14px;
    letter-spacing: 0.56px;
    line-height: 140%;
  }
  
  @media screen and (min-width: 768px) {
    .form-wrap .form-control {
      border-radius: 4px;
    }
  }
  
  .form-wrap .form-control::placeholder {
    color: var(--placeholder);
    font-weight: 300;
  }
  
  .form-wrap .choose_from_popup,
  .form-wrap .choose_from_popup_address {
    cursor: pointer;
  }
  
  .form-wrap .form-radio-group {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
  }
  
  .form-wrap .form-radio-group input[type="radio"] {
    opacity: 0;
    position: fixed;
    width: 0;
  }
  
  .form-wrap .form-radio-group label {
    display: inline-block;
    color: var(--black);
    font-feature-settings: "palt"on, "liga"off;
    font-size: 14px;
    font-weight: 500;
    line-height: 140%;
    letter-spacing: 0.56px;
    border-radius: 4px;
    padding: 8px 10px;
    background: var(--bg-radio);
    text-align: center;
    flex: 1 1 auto;
  }
  
  .form-radio-group label:hover {
    cursor: pointer;
    background: var(--orange01);
  }
  
  .form-radio-group input[type="radio"]:checked+label {
    background: var(--orange01);
  }
  
  @media screen and (min-width: 768px) {
    .form-wrap .form-radio-group label {
      flex: initial;
    }
  }
  
  .form-wrap .form-note {
    color: var(--black);
    text-align: justify;
    font-feature-settings: "palt"on, "liga"off;
    font-size: 14px;
    font-weight: 300;
    line-height: 140%;
    letter-spacing: 0.56px;
  }
  
  .form-wrap .form-check-group {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
  }
  
  .form-wrap .form-check-input {
    width: 1.25rem;
    height: 1.25rem;
    margin-left: 5px;
    margin-right: 5px;
    margin-top: 1px;
    cursor: pointer;
  }
  
  .form-wrap .accept {
    color: var(--black, #333);
    font-size: 16px;
    font-weight: 600;
    line-height: 140%;
    letter-spacing: 1.28px;
  }
  
  .cta-btn {
    width: 360px;
    height: 88px;
  }
  
  .cta-btn .div-btn {
    display: flex;
    width: 360px;
    height: 80px;
    align-items: center;
    gap: 2px;
    padding: 0px 4px;
    position: relative;
    background-color: var(--green);
    border-radius: 4px;
    box-shadow: 0px 8px 0px var(--dark-green-shadow);
  }
  
  .cta-btn .div-left {
    position: relative;
    width: 88px;
    height: 72px;
  }
  
  .cta-btn .overlap-1 {
    position: relative;
    width: 88px;
    height: 72px;
    background-image: url(../images/union-cta.svg);
    background-size: 100% 100%;
  }
  
  .cta-btn .overlap-2 {
    position: absolute;
    width: 62px;
    height: 62px;
    top: 5px;
    left: 3px;
  }
  
  .cta-btn .text-wrapper-1 {
    position: absolute;
    top: -1px;
    left: 5px;
    color: var(--dark-green);
    font-feature-settings: "palt"on;
    font-family: "DIN 2014";
    font-size: 36px;
    font-weight: 500;
    line-height: 100%;
    letter-spacing: -0.64px;
  }
  
  .cta-btn .text-wrapper-2 {
    position: absolute;
    top: 9px;
    left: 22px;
    color: var(--dark-green);
    font-feature-settings: "palt"on;
    font-size: 20px;
    font-weight: 600;
    line-height: 100%;
  }
  
  .cta-btn .text-wrapper-2 span {
    font-size: 16px;
  }
  
  .cta-btn .text-wrapper-3 {
    position: absolute;
    top: 33px;
    left: 10px;
    color: var(--dark-green);
    font-feature-settings: "palt"on;
    font-size: 26px;
    font-weight: 600;
    line-height: 100%;
    letter-spacing: 0.6px;
    white-space: nowrap;
  }
  
  .cta-btn .div-right {
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    gap: 6px;
    position: relative;
    flex: 0 0 auto;
    margin-top: 6px;
    height: 100%;
    justify-content: center;
  }
  
  .cta-btn .text-wrapper-4 {
    position: relative;
    width: fit-content;
    margin-top: -1px;
    font-family: var(--16-b-font-family);
    font-weight: 600;
    color: var(--variable-collection-white);
    font-feature-settings: "palt"on, "liga"off;
    font-size: 14px;
    line-height: 140%;
    letter-spacing: 1.28px;
  }
  
  .cta-btn .text-wrapper-5 {
    position: relative;
    width: fit-content;
    color: var(--variable-collection-white);
    font-feature-settings: "palt"on;
    font-size: 22px;
    font-weight: 600;
    line-height: 100%;
    letter-spacing: 1.92px;
  }
  
  .cta-btn .div-btn {
    transition: 0.2s all;
  }
  
  .cta-btn .div-btn:hover {
    background-color: var(--green) !important;
    transform: translateY(8px);
    box-shadow: 0 0;
  }
  
  .efo_form_wrap .btn_submit:hover {
    background: var(--green);
    cursor: pointer;
  }
  
  .efo_form_wrap .btn_submit:disabled {
    background: #7A7A7A !important;
    box-shadow: 0px 8px 0px #323232;
  }
  
  .efo_form_wrap .btn_submit:disabled .text-wrapper-1,
  .efo_form_wrap .btn_submit:disabled .text-wrapper-2,
  .efo_form_wrap .btn_submit:disabled .text-wrapper-3 {
    color: #444444;
  }
  
  @media (min-width: 768px) {
    .cta-btn {
      width: 460px;
    }
  
    .cta-btn .div-btn {
      width: 460px;
      gap: 10px;
    }
  
    .cta-btn .div-right {
      margin-left: 40px;
      margin-top: 0px;
    }
  
    .cta-btn .text-wrapper-4 {
      font-size: 18px;
    }
  
    .cta-btn .text-wrapper-5 {
      font-size: 26px;
    }
  }
  
  /* 調整 */
  
  .icon_block img {
    width: 250px;
  }
  @media (max-width: 767px) {
    .icon_block img {
      width: 150px;
    }
  }
  div.forpc.cta>div.item03>a>img {
    width: 350px;
  }
  
  div.forpc.cta>div.item04>a>img {
    width: 350px;
  }
  
  .header_area .icon_block {
    width: 250px;
  }
  
  .header_area .form_block.pc_only {
    display: flex;
  }
  
  .header_area .form_block.sp_only {
    display: none;
  }
  
  .header_area .form_block a img {
    width: 250px;
  }
  
  @media (max-width: 767px) {
    .header_area .form_block.pc_only {
      display: none;
    }
  
    .header_area .form_block.sp_only {
      display: flex;
    }
  
    .header_area .icon_block {
      width: 160px;
    }
  
    .header_area .form_block {
      justify-content: center;
      gap: 10px;
      border-top: 4px solid #f3970e;
      background: #fff;
      height: 90px;
    }
  }
  
  .gnav {
    margin: 100px 0 0 0;
  }
  
  .gnav .gnav_block {
    background: #000;
  }
  
  
  .gnav_block .item.active .text {
    color: #000;
  }
  
  @media (max-width: 767px) {
    .gnav {
      margin: 50px 0 0 0;
    }
  
    .gnav_sp_cta_form {
      justify-content: center;
      gap: 10px;
    }
  
    .gnav_sp_area {
      background: #000;
    }
  
    .gnav_sp_area_open,
    .gnav_sp_area_close {
      position: fixed;
      font-size: 12px;
      color: #FFF;
      text-align: center;
      background: #000;
      padding: 30px 0 0 0;
    }
  
    .gnav_sp_area .main_block .item .link {
      background: #000;
    }
  
    .gnav_sp_area .main_block .item .link .box_arrow {
      background: #FFF;
    }
  
    .gnav_sp_area .main_block .item .link .box_arrow::after {
      border-color: #000;
    }
  
    .gnav_sp_area .gnav_sp_form_block {
      background: #fff;
    }
  
    .gnav_sp_area .close_btn {
      background: #000;
    }
  }
  
  .cta_form_header {
    display: none;
  }
  
  @media (max-width: 767px) {
    .cta_form_header {
      display: block;
    }
  }
  
  .tel_block,
  .web_block {
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    padding: 5px 15px;
    border-radius: 4px;
    text-transform: uppercase;
    text-decoration: none;
  }
  
  .tel_block .title,
  .web_block .title {
    background-color: #fff;
    width: 100%;
    text-align: center;
    border-radius: 2px 2px 0 0;
    line-height: 18px;
    padding: 4px 0;
  }
  
  .tel_block .content,
  .web_block .content {
    font-size: 20px;
    letter-spacing: 2px;
  }
  
  .tel_block {
    background: #eb7d05;
    box-shadow: 0 5px #703d00;
  }
  
  .tel_block .title {
    color: #ec7d05;
  }
  
  .web_block {
    background: #49a505;
    box-shadow: 0 5px #150;
  }
  
  .web_block .title {
    color: #337105;
  }
  
  .web_block .web-text {
    font-size: 16px;
  }
  
  .box-021 p {
    text-align: justify;
  }
  
  .main {
    width: 1000px;
    margin: 0 auto;
    padding: 110px 0 60px 0;
  }
  
  @media (max-width: 767px) {
    .main {
      width: 100%;
      padding: 40px 0;
    }
  }
  
  .main .width_fix {
    width: 100%;
  }
  
  .block_layout_line1_textimg_area .textimg_block .item .head_text {
    text-align: start;
  }
  
  .company_description_area .item .main_head_text,
  .company_description_area .item .head_text {
    text-align: start;
  }
  
  .main_headline_area {
    background: #E5E8F5
  }
  
  .main_headline_area .main_visual_block .title_block .title {
    color: #000
  }
  
  .main_headline_area .main_visual_block .title_block .sub_title_block {
    background: #FFF
  }
  
  .main_headline_area .main_visual_block .title_block .sub_title {
    color: #000
  }
  
  .title_bar {
    border-color: #000
  }
  
  .title_bar:after {
    border-color: #FFD357
  }
  
  .link_btn {
    border: 4px solid #000
  }
  
  .tab_area .tab_block .tab {
    color: #FFF
  }
  
  .block_layout_tabpanel_area .tab_area::before,
  .block_layout_tabitem_area .tab_area::before {
    border-bottom: 4px solid #000
  }
  
  .block_layout_tabpanel_area .tab_area .tab_block .tab,
  .block_layout_tabitem_area .tab_area .tab_block .tab {
    background: #000;
    border-top: 4px solid #000;
    border-right: 4px solid #000;
    border-left: 4px solid #000
  }
  
  .block_layout_tabpanel_area .tab_area .tab_block .tab.active,
  .block_layout_tabitem_area .tab_area .tab_block .tab.active {
    color: #000;
    background: #FFF
  }
  
  .block_layout_tabitem_area .block_layout_accordion_area.active {
    border: none;
    border-bottom: 4px solid #000;
  }
  
  .square_icon_title::before {
    background: #000
  }
  
  .block_layout_accordion_area .accordion_close_block .square_icon_title::before {
    background: #000
  }
  
  .itemlist_area .itemlist_link_block .link .box_arrow {
    background: #000
  }
  
  .block_layout_accordion_area .accordion_close_block .box_arrow {
    background: #000
  }
  
  .block_layout_accordion_area.active .accordion_close_block .box_arrow {
    background: #E5E8F5
  }
  
  .block_layout_accordion_area.active .accordion_close_block .box_arrow::after {
    border-color: #000
  }
  
  .pickup_area {
    background: #E5E8F5;
  }


  /*店舗情報*/

.block_layout_rc_area .rc_block .item {
  border: 4px solid #fff4e8;
}

.text p {
  font-size: 1rem;
}

li.link_item {
  font-size: 0.9rem;
}

.block_layout_rc_area .rc_block .item:last-child {
    padding: 10px;
}

a.text.hover:hover {
    color: #000;
    background: #f5ad03;
}

a.text.hover {
    opacity: 1;
}

.gnav_block .item .text {
  border: 4px solid #000;
  border: none;
  letter-spacing: 0.2rem;
  font-family: Meiryo;
} 


.main_headline_area {
    background: #fff4e8;
}


 .main_headline_area .main_visual_block .title_block .sub_title_block {
    background: #f5ab01;
  }

.main_headline_area .main_visual_block .title_block .title {
    font-size: 2rem;
    padding: 0 0 25px 0;
    letter-spacing: 0.6rem;
    font-family: Meiryo;
}

.section .width_fix {
    margin-top: 5vw;
}

.block_layout_rc_area .rc_block .item {
  border: 4px solid #fff4e8;
}

.text p {
  font-size: 1rem;
}

li.link_item {
  font-size: 0.9rem;
}

.block_layout_rc_area .rc_block .item:last-child {
    padding: 10px;
}

.rc_menu_area {
  background: #fff4e8;
}

.rc_menu_area .item .head_text {
    font-size: 1.6rem;
    font-family: Meiryo;
    letter-spacing: 0.1rem;
}

.text_block p {
    font-size: 0.8rem;
}

.link_btn {
    text-decoration: none;
    display: block;
    text-align: center;
    background: #FFF;
    border-radius: 0;
    padding: 20px 50px;
    margin-top: auto;
    color: #000;
    font-size: 0.85rem;
    letter-spacing: 0.1rem;
    font-weight: 100;
}

.link_block :hover {
    background: #000000;
    color: #fff;
}

.link_btn {
    border: 1px solid #000;
}


.square_icon_title::before {
    background: none;
}

.block_layout_accordion_area .accordion_close_block .square_icon_title::before {
    background: none;
}

.square_icon_title {
    font-size: 1.2rem;
    font-weight: 900;
    padding: 0;
    letter-spacing: 0.2rem;
}

.block_layout_accordion_area.active .accordion_close_block .box_arrow {
    background: #fff4e8;
}

.itemlist_area .itemlist_block {
    border: 4px solid #fff4e8;

  }

.block_layout_tabpanel_area .tab_area .tab_block .tab, .block_layout_tabitem_area .tab_area .tab_block .tab {
    background: #000;
    border-top: 1px solid #000;
    border-right: 1px solid #000;
    border-left: 1px solid #000;
}


.block_layout_accordion_area .accordion_open_block {
    border-top: none;
    }


.block_layout_tabitem_area .block_layout_accordion_area.active {
    border-bottom: 2px solid #e6e6e6;
}

.text.black p {
    font-size: 0.8rem;
}

.block_layout_tabitem_area .block_layout_accordion_area.active {
    border-bottom: 1px solid #000;
}

.block_layout_tabitem_area .block_layout_accordion_area.active {
    border-bottom: 1px solid #e6e6e6;
}


}
.block_layout_tabitem_area .block_layout_accordion_area {
    border-radius: 0;
    border: none;
    border-bottom: 2px solid #E6E6E6;
  }

.block_layout_tabitem_area .block_layout_accordion_area .accordion_close_block{
 padding: 15px 0 15px 10px;
}


 /*店舗情報 スマホ*/

 @media (max-width: 767px) {
  .main_headline_area .main_visual_block .title_block .title {
    font-size: 1.3rem;
    padding: 0 0 1vw 1vw;
    letter-spacing: 0.6rem;
    font-family: Meiryo;
    text-align: left;
  }

  .main_headline_area .main_visual_block .title_block .sub_title_block {
    display: block;
    padding: 2px 0;
  }

.block_layout_rc_area .rc_block .item:last-child {
        border-radius: 0 0 10px 10px;
        margin: 0;
  }

  .block_layout_rc_area .rc_block .item:nth-last-child(2) {
        border-radius: 0;
        border-bottom: 4px solid #fff4e8;
    }

    .block_layout_rc_area .rc_block .item {
    border: 10px solid #fff4e8;
    }

 .rc_menu_area .item .head_text {
    font-size: 1rem;
    text-align: left;
    } 

  .main_headline_area .main_visual_block .title_block .title {
    font-size: 1.3rem;
    padding: 0 0 1vw 1vw;
    letter-spacing: 0.6rem;
    font-family: Meiryo;
    text-align: left;
    }

  .main_headline_area .main_visual_block .title_block .sub_title_block {
        padding: 2px 0;
    }

  .block_layout_tabitem_area .tab_area::before {
    border-bottom: 1px solid #000;
    }

    .square_icon_title {
    font-size: 1rem;
    }
    .text p {
    font-size: 0.8rem;
    }
  
    .gnav_sp_area .main_block .item .link {
        background: #fff;
        font-size: 1rem;
        color: #000;
    }

}
