@charset "utf-8";

.pc-only {
    display: block
  }
  .sp-only {
    display: none
  }
  body {
    margin: 0;
    letter-spacing: 0.1rem;
    font-family:"Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;color: #333333;
}
  @media screen and (max-width:768px) {
    .pc-only {
      display: none
    }
    .sp-only {
        display: block;
      }
  }
img {
    width: 100%;
}
a {
    display: inline-block;
    width: 100%;
}

.fv {
    position: relative;
}
img.form-ttl {
    width: 95%;
    position: absolute;
    z-index: 1;
    left: 2%;
    top: 3%;
}
.form-box {
    background: #fff;
    width: 90%;
    margin: 0 auto;
    position: relative;
}
.head {
    background: url(../img/head-back.png);
    position: relative;
    color: #fff;
    font-size: 3vw;
    padding: 4% 5% 3%;
    line-height: 1.5;
    font-family: "nitalago-ruika", sans-serif;
    font-weight: 100;
    font-style: normal;
}
form#myForm {
    margin: 0%;
    width: 100%;
    padding-bottom: 1%;
}
table.contact-table {
    width: 100%;
    border-spacing: 15px !important;
    border-collapse: unset;
}
td.contact-body {
    width: 100%;
    background: #f4f4f4;
    padding: 3%;
    border-radius: 5px;
}
input.form-text {
    color: #a9a9a9;
    width: 100%;
    background: #f4f4f4;
    padding: 2.5%;
    border-radius: 5px;
    font-size: 0.8rem;
}
input#myInput.submit-btn {
    background: linear-gradient(0deg,rgba(215, 87, 48, 1) 0%, rgba(255, 131, 71, 1) 50%, rgba(255, 104, 30, 1) 100%);
    width: 80%;
    display: block;
    margin: 0 auto 3%;
    background-size: cover;
    color: #fff;
    font-weight: 600;
    text-align: center;
    font-size: 1.3vw;
    padding: 4%;
    box-shadow: 0px 4px 10px 0px rgb(0 0 0 / 42%);
    border-radius: 100px;
    border: solid 3px;
    position: relative;
}
.input:after {
    content: "";
    background: url(../img/btn-arrow.png);
    display: block;
    width: 20px;
    height: 20px;
    background-size: cover;
    position: absolute;
    right: 16%;
    bottom: 6%;
}
.form {
    background-image: unset;
    padding: 6% 0 5%;
    position: absolute;
    top: 2%;
    bottom: 0;  /* 追加 */
    width: 30%;
    right: 2%;
}
img.form-ttl {
    width: 95%;
    position: absolute;
    z-index: 1;
    left: 2%;
    top: 1%;
}
p.head-txt {
    font-size: 0.8vw;
}
span.head-txt-large {
    font-size: 1.2vw;
}
img.operater {
    width: 20%;
    position: absolute;
    right: 3%;
    top: -13%;
    z-index: 2;
}
img.floating-btn {
    width: 30%;
    display: block;
    margin: 0 auto;
}
.floating {
    background: rgb(208 208 208 / 90%);
    width: 100%;
    position: fixed;
    z-index: 100;
    bottom: 0;
    padding: 1% 0 1%;
}
div#worry {
    background: url(../img/worry-back-pc.png);
    padding: 5% 0;
    background-size: cover;
    height: 56vw;
}
h2.worry-ttl {
    color: #fff;
    padding: 0 5% 5%;
    font-weight: 500;
    text-align: center;
    font-size: 2vw;
    line-height: 1.3;
    letter-spacing: 0rem;
}
img.worry-icon {
    position: absolute;
    width: 12%;
    top: -20%;
    left: 5%;
    opacity: 0.6;
}
span.worry-ttl-medium {
    font-size: 3vw;
}
span.worry-ttl-large {
    font-size: 5vw;
}
span.worry-ttl-regular {
    font-size: 4vw;
}
.worry-column {
    flex-wrap: wrap;
    display: flex;
    justify-content: center;
    gap: 1%;
}
.worry-txt {
    color: #fff;
    font-weight: 500;
    background: url(../img/worry-txt-back.png);
    padding: 1.5% 0;
    text-align: center;
    background-size: cover;
    width: 36%;
    margin: 0 0 2%;
    position: relative;
    font-size: 1.5vw;
}
div#cta {
    background-image: url(../img/cta-back-pc.png);
    padding: 5% 0;
    position: relative;
    background-size: cover;
}
img.cta-ttl {
    width: 40%;
    display: block;
    margin: 0 auto;
}
img.cta-bunner {
    width: 50%;
    display: block;
    margin: 3% auto 0;
    position: relative;
}
img.cta-btn {
    position: absolute;
    width: 42%;
    display: block;
    bottom: 14%;
    left: 29%;
}
img.cta-btn {
    animation: anime1 0.5s ease 0s infinite alternate;
    transform-origin:center;
  }
  @keyframes anime1 {
    from {
      transform: scale(0.9,0.9);
    }
    to {
      transform: scale(1,1);
    }
  }
.border-gradient {
    position: relative;
    z-index: 1;
    padding: 3% 0;
}
.border-gradient::before {
    top: 0;
}
.border-gradient::after {
    bottom: 0;
}
.border-gradient::before, .border-gradient::after {
    content: "";
    position: absolute;
    left: 0;
    width: 100%;
    height: 1px;
    background: linear-gradient(90deg, rgba(254, 255, 249, 1), rgba(184, 174, 133, 1) 38%, rgba(139, 120, 86, 1) 48%, rgba(161, 146, 108, 1) 50%, rgba(255, 250, 210, 1));
    z-index: -1;
}
div#stock {
    background-image: url(../img/stock-back-pc.png);
    padding: 10% 5%;
    background-size: cover;
    background-position: center;
}
p.stock-sub-ttl {
    background: #000;
    font-size: 2vw;
    text-align: center;
    padding: 1%;
    font-weight: bold;
    background-image: linear-gradient(90deg, rgba(204, 22, 24, 1), rgba(143, 12, 14, 1));
    color: #fff;
    width: 52%;
    margin: 0 auto;
}
img.stock-ttl {
    padding: 2% 5%;
    width: 50%;
    display: block;
    margin: 0 auto;
}
.stock-card {
    background: #fff;
    padding: 5%;
    margin: 3% auto;
    box-shadow: 7px 7px 10px 0px rgb(0 0 0 / 42%);
    width: 90%;
    border-radius: 5px;
}
p.car-name {
    font-size: 2vw;
    font-weight: 600;
    text-align: center;
    padding: 5% 0 3%;
}
p.car-price {
    font-family: "ヒラギノ角ゴシック";
    color: #cb1618;
    font-size: 2.5vw;
    font-weight: bold;
    text-align: center;
    padding-bottom: 3%;
}
p.car-txt {
    color: #fff;
    text-align: center;
    line-height: 1.5;
    font-weight: bold;
    background: #025591;
    padding: 2%;
    border-radius: 10px;
    margin: 3% 0;
}
span.car-small {
    font-size: 1.5vw;
}
#review {
    background-image: url(../img/review-back-pc.png);
    padding: 0;
    background-size: cover;
    height: 98vw;
}
.review-item {
    display: flex;
    gap: 5%;
    padding-bottom: 3%;
}
img.review-ttl {
    width: 47%;
    padding: 3% 0 0 10%;
}
h3.review-sub-ttl {
    font-family: '游明朝', 'Yu Mincho', YuMincho, 'Hiragino Mincho Pro', serif;
    padding: 7% 0 3%;
    text-align: center;
    line-height: 1.5;
    font-size: 3vw;
    font-weight: bold;
    letter-spacing: 0;
    text-shadow: 0px 0px 10px rgba(255, 255, 255, 1);
}
span.worry-ttl-medium {
    font-size: 3vw;
}
.review-info {
    width: 100%;
}
.review-card {
    background: #fff;
    padding: 2%;
    border-radius: 10px;
    box-shadow: 7px 7px 10px 0px rgb(0 0 0 / 42%);
    margin-bottom: 5%;
    width: 55%;
    margin: 0 auto 2%;
}
p.review-card-ttl {
    background-image: linear-gradient(90deg, rgba(204, 22, 24, 1), rgba(143, 12, 14, 1));
    font-size: 1.5vw;
    color: #fff;
    padding: 2%;
    font-weight: 500;
}
p.review-card-age {
    padding-top: 2%;
    font-size: 1vw;
}
img.review-icon {
    width: 12%;
}
p.review-card-txt {
    font-size: 1.2vw;
    line-height: 1.5;
}
div#strong {
    background-image: url(../img/strong-back-pc.png);
    position: relative;
    background-size: cover;
    height: 79vw;
}
img.strong-txt01 {
    position: absolute;
    width: 35%;
    top: 56%;
    left: 34%;
}
p.strong-txt02 {
    color: #fff;
    position: absolute;
    font-weight: bold;
    bottom: 12%;
    font-size: 2.5vw;
    text-align: center;
    left: 35%;
    letter-spacing: 0;
    line-height: 1.5;
}
span.strong-ttl-medium {
    font-size: 4vw;
}
div#about {
    background-image: url(../img/about-back-pc.png);
    background-size: cover;
    padding: 10% 5%;
}
p.about-sub-ttl {
    background: #f3d409;
    font-weight: bold;
    text-align: center;
    padding: 1%;
    font-size: 2vw;
    letter-spacing: 0;
    width: 40%;
    margin: 0 auto;
}
img.about-ttl {
    width: 60%;
    padding: 2% 5%;
    display: block;
    margin: 0 auto 5%;
    border-bottom: solid 1px #fff;
}
.about-column {
    display: flex;
    padding: 0 15%;
    justify-content: center;
}
img.arrow02 {
    width: 7%;
    display: block;
    margin: 10% 2%;
    height: auto;
    padding: 2%;
}
.about-card {
    background-image: linear-gradient(90deg, rgba(204, 22, 24, 1), rgba(143, 12, 14, 1));
    padding:2%;
    width: 40%;
}
img.arrow01 {
    width: 7%;
    display: block;
    margin: 5% auto 2%;
}
p.about-txt {
    color: #e71b1e;
    text-align: center;
    font-weight: bold;
    line-height: 1.5;
    font-size: 2.8vw;
    letter-spacing: 0;
}
img.about-img {
    width: 100%;
}
img.about-txt {
    padding-top: 6%;
}
span.about-txt-medium {
    font-size: 3.5vw;
}
div#flow {
    background-image: url(../img/flow-back-pc.png);
    background-size: cover;
    padding: 5% 10%;
    position: relative;
    height: 51vw;
}
img.flow-txt {
    width: 60%;
    display: block;
    margin: 0 auto;
}
img.flow-ttl {
    width: 45%;
    padding: 5% 0 3% 15%;
}
.flow-item01 {
    background-image: url(../img/flow-item-back01.png);
    background-size: cover;
    width: 31.3%;
    height: 7vw;
    padding: 1.5% 6% 0;
    margin-left: 13%;
}
.flow-item02 {
    background-image: url(../img/flow-item-back02.png);
    background-size: cover;
    width: 24.8%;
    height: 6.8vw;
    padding: 2% 5% 0;
    position: absolute;
    left: 20%;
    margin: 1% 0;
}
.flow-item03 {
    background-image: url(../img/flow-item-back03.png);
    background-size: cover;
    width: 24.5%;
    height: 6.8vw;
    padding: 2% 5% 0;
    position: absolute;
    left: 20%;
    margin: 1% 0;
    bottom: 7.5%;
}
p.flow-item-txt {
    color: #fff;
    font-size: 1.5vw;
    font-family: "nitalago-ruika", sans-serif;
    font-weight: 100;
    font-style: normal;
    letter-spacing: 0;
}
h2.faq-ttl {
    font-size: 3vw;
    text-align: center;
    font-weight: bold;
    letter-spacing: 0;
    padding-bottom: 5%;
}
.faq-wrap {
    padding: 3% 20%;
}
.faq-q::after {
    color: #282728;
    content: "＋";
    font-size: 1.3vw;
    position: absolute;
    right: 2%;
    top: 35%;
}
.faq-q {
    font-weight: bold;
    position: relative;
    font-size: 1.3vw;
    padding: 3% 0;
    border-bottom: solid 1px #282728;
}
.faq-a {
    font-size: 1vw;
    line-height: 1.5;
    max-height: 0;
    overflow: hidden;
    opacity: 0;
}
div#faq {
    padding: 10% 20%;
}
.faq-wrap {
    padding: 0;
}
.faq-list {
    position: relative;
    cursor: pointer;
}

.faq-list.open .faq-q::after {
    content: "－";
}
.faq-list.open .faq-a {
    max-height: 500px;
    opacity: 1;
    padding: 2%;
    background: #f6f8fa;
    margin: 2%;
    border-radius: 10px;
}
.footer {
    background: #282728;
    color: #fff;
    padding: 5% 5% 10%;
}
li.fotter-list {
    text-align: center;
    padding-bottom: 5%;
}
p.copyright {
    text-align: center;
    font-size: 0.8vw;
    padding: 3%;
}

/* スライダー */
.sliderArea {
    max-width: 100%;
    margin: 0 auto;
    padding: 0 80px;
  }
  .sliderArea.w300 {
    max-width: 350px;
  }
  .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;
  }
  ul.slick-dots {
    display: none;
}
  
  .slick-prev:before, .slick-next:before {
      font-family: 'slick';
      font-size: 30px !important;
      line-height: 1;
      opacity: .75;
      color: #ccc !important;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
  }
  
  .slick-dots {
      position: absolute;
      display: block;
      width: 100%;
      padding: 0;
      margin: 0;
      list-style: none;
      text-align: center;
      bottom: -10% !important;
  }
  
  .slide-arrow {
    bottom: 0;
    cursor: pointer;
    margin: auto;
    position: absolute;
    top: 0;
    width: 30px;
  }
  .prev-arrow {
    left: -40px;
  }
  .next-arrow {
    right: -40px;
  }
  
  .slick-dots li button:before {
      font-family: 'slick';
      line-height: 20px;
      font-size: 60px !important;
      position: absolute;
      top: 0;
      left: 0;
      width: 10px;
      height: 10px;
      content: '•';
      text-align: center;
      opacity: .25;
      color: black;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
  }
  
  .dots-pc li button:before {
      font-family: 'slick';
      line-height: 20px;
      font-size: 60px !important;
      position: absolute;
      top: 0;
      left: 0;
      width: 10px;
      height: 10px;
      content: '•';
      text-align: center;
      opacity: .25;
      color: black;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
  }
  span.nini {
      font-size: 0.7vw;
      background: #d0d0d0;
      padding: 0 1%;
      margin: 0 2%;
      color: #5b5b5b;
      border-radius: 3px;
  }
div#company {
    padding: 0% 0 10%;
}
.company-th {
    min-width: 5em;
    padding: 2%;
    line-height: 22px;
}
td.company-td {
    min-width: 5em;
    padding: 2%;
    line-height: 22px;
}
.company-tr:nth-child(even) {
    background: #f6f7f8;
}
table.company-table {
    margin: 0 auto;
    width: 100%;
}
.wrap {
    padding: 0 15%;
}
h2.anisocilal-ttl {
    font-size: 2vw;
    font-weight: bold;
    text-align: left;
    color: #333333;
    letter-spacing: 0.2rem;
    padding: 10% 0 3%;
}
p.anisocilal-sub-ttl {
    color: #2f2f2f;
    letter-spacing: 0.1rem;
    line-height: 1.5;
}
h3.anisocilal-ttl {
    font-size: 1.5vw;
    padding: 3% 0 1%;
    color: #025591;
    font-weight: bold;
    letter-spacing: 0.1rem;
}
.txt {
    padding: 1% 0;
    line-height: 2;
    font-size: 1vw;
}
ul.txt-box {
    padding: 0 0 5%;
}
.form-group {
    margin: 3% 5%;
}
.form-group label {
    display: block;
    font-weight: bold;
    margin: 0 0 1% 1%;
}
.form-text {
    width: 100%;
    padding: 8px;
    font-size: 1rem;
    box-sizing: border-box;
}
label {
    font-size: 1vw;
}
  @media screen and (max-width:768px) {
    .form {
        background-image: url(../img/form-back.png);
        padding: 20% 0 5%;
        position: relative;
        width: 100%;
        left: 0;
    }
    img.form-ttl {
        width: 95%;
        position: absolute;
        z-index: 1;
        left: 2%;
        top: 3%;
    }
    .form-box {
        background: #fff;
        width: 90%;
        margin: 0 auto;
        position: relative;
    }
    .head {
        background: url(../img/head-back.png);
        position: relative;
        color: #fff;
        font-size: 3vw;
        padding: 7% 5% 5%;
        line-height: 1.5;
        font-family: "nitalago-ruika", sans-serif;
        font-weight: 100;
        font-style: normal;
    }
    img.operater {
        width: 22%;
        position: absolute;
        right: 2%;
        top: 0%;
        z-index: 2;
    }
    p.head-txt {
        font-size: 3vw;
    }
    span.head-txt-large {
        font-size: 3.8vw;
    }
    form#myForm {
        margin: 0%;
        width: 100%;
        padding-bottom: 3%;
    }
    table.contact-table {
        width: 100%;
        border-spacing: 15px !important;
        border-collapse: unset;
    }
    td.contact-body {
        width: 100%;
        background: #f4f4f4;
        padding: 3%;
        border-radius: 5px;
    }
    input.form-text {
        color: #000;
        width: 100%;
        background: #f4f4f4;
        padding: 3%;
        border-radius: 5px;
        margin-top: 1%;
        font-size: 1rem;
    }
    input#myInput.submit-btn {
        background: linear-gradient(0deg,rgba(215, 87, 48, 1) 0%, rgba(255, 131, 71, 1) 50%, rgba(255, 104, 30, 1) 100%);
        width: 90%;
        display: block;
        margin: 0 auto 3%;
        background-size: cover;
        color: #fff;
        font-weight: 600;
        text-align: center;
        font-size: 6vw;
        padding: 6%;
        box-shadow: 0px 4px 10px 0px rgb(0 0 0 / 42%);
        border-radius: 100px;
        border: solid 3px;
        position: relative;
    }
    .input:after {
        content: "";
        background: url(../img/btn-arrow.png);
        display: block;
        width: 20px;
        height: 20px;
        background-size: cover;
        position: absolute;
        right: 11%;
        bottom: 6.5%;
    }
    div#worry {
        background: url(../img/worry-back.png);
        padding: 10% 0;
        background-size: cover;
        height: 100%;
    }
    h2.worry-ttl {
        color: #fff;
        padding: 0 5% 8%;
        font-weight: 600;
        text-align: center;
        font-size: 4.5vw;
        line-height: 1.3;
        letter-spacing: 0rem;
    }
    span.worry-ttl-medium {
        font-size:6vw;
    }
    span.worry-ttl-large {
        font-size: 10vw;
    }
    span.worry-ttl-regular {
        font-size: 8vw;
    }
    .worry-txt {
        color: #fff;
        font-weight: 600;
        background: url(../img/worry-txt-back.png);
        padding: 3% 0;
        text-align: center;
        background-size: cover;
        width: 90%;
        margin: 0 auto 3%;
        position: relative;
        font-size: 4vw;
    }
    .worry-txt:last-child{
        margin: 0 auto;
    }
    img.worry-icon {
        position: absolute;
        width: 12%;
        top: -20%;
        left: 5%;
        opacity: 0.6;
    }
    div#cta {
        background-image: url(../img/cta-back.png);
        padding: 10% 0;
        position: relative;
        background-size: cover;
    }
    .border-gradient {
        position: relative;
        z-index: 1;
        padding: 3% 0;
      }
    .border-gradient::before,
    .border-gradient::after {
        content: "";
        position: absolute;
        left: 0;
        width: 100%;
        height: 1px;
        background: linear-gradient(90deg, rgba(254, 255, 249, 1), rgba(184, 174, 133, 1) 38%, rgba(139, 120, 86, 1) 48%, rgba(161, 146, 108, 1) 50%, rgba(255, 250, 210, 1));
        z-index: -1;
    }
    .border-gradient::before {
        top: 0; /* top border */
    }
    .border-gradient::after {
        bottom: 0; /* bottom border */
    }
    span.cta-ttl-medium {
        font-size: 8vw;
    }
    img.cta-ttl {
        width: 70%;
        display: block;
        margin: 0 auto;
    }
    img.cta-bunner {
        width: 90%;
        display: block;
        margin: 5% auto 0;
        position: relative;
    }
    img.cta-btn {
        position: absolute;
        width: 78%;
        display: block;
        bottom: 17%;
        left: 11%;
    }
    div#stock {
        background-image: url(../img/stock-back.png);
        padding: 10% 5%;
        background-size: cover;
    }
    p.stock-sub-ttl {
        background: #000;
        font-size: 3.7vw;
        text-align: center;
        padding: 2%;
        font-weight: bold;
        background-image: linear-gradient(90deg, rgba(204, 22, 24, 1), rgba(143, 12, 14, 1));
        color:#fff;
        width: 100%;
    }
    img.stock-ttl {
        padding: 3% 5%;
        width: 90%;
    }
    .stock-card {
        background: #fff;
        padding: 5%;
        width: 90%;
        margin: 5% auto;
        box-shadow: 7px 7px 10px 0px rgb(0 0 0 / 42%);
    }
    p.car-name {
        font-size: 6.5vw;
        font-weight: 600;
        text-align: center;
        padding: 5% 0 3%;
    }
    p.car-price {
        font-family: "ヒラギノ角ゴシック";
        color: #cb1618;
        font-size: 9vw;
        font-weight: bold;
        text-align: center;
        padding-bottom: 3%;
    }
    p.car-txt {
        line-height: 1.5;
    }
    span.car-small {
        font-size: 5vw;
    }
    #review {
        background-image: url(../img/review-back.png);
        padding: 5%;
        background-size: cover;
        height: 100%;
    }
    img.review-ttl {
        width: 65%;
        padding: 0;
    }
    h3.review-sub-ttl {
        font-family:'游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif;
        padding: 20% 5% 5%;
        text-align: center;
        line-height: 1.5;
        font-size: 5vw;
        font-weight: bold;
        letter-spacing: 0;
        text-shadow: 0px 0px 10px rgba(255, 255, 255, 1);
    }
    .review-card {
        background: #fff;
        padding: 5%;
        border-radius: 10px;
        box-shadow: 7px 7px 10px 0px rgb(0 0 0 / 42%);
        margin-bottom: 5%;
        width: 100%;
    }
    .review-item {
        display: flex;
        gap: 5%;
        padding-bottom: 3%;
    }
    img.review-icon {
        width: 15%;
        height: 12vw;
    }
    p.review-card-ttl {
        background-image: linear-gradient(90deg, rgba(204, 22, 24, 1), rgba(143, 12, 14, 1));
        font-size: 3.5vw;
        color: #fff;
        padding: 3%;
        font-weight: 600;
        line-height: 1.5;
    }
    .review-info {
        width: 100%;
    }
    p.review-card-age {
        padding-top: 3%;
        font-size: 3.3vw;
    }
    p.review-card-txt {
        font-size: 3vw;
        line-height: 1.5;
    }
    div#strong {
        background-image: url(../img/strong-back.png);
        position: relative;
        background-size: cover;
        height: 142vw;
    }
    img.strong-txt01 {
        position: absolute;
        width: 70%;
        top: 57%;
        left: 15%;
    }
    p.strong-txt02 {
        color: #fff;
        position: absolute;
        font-weight: bold;
        bottom: 9%;
        font-size: 6vw;
        text-align: center;
        left: 17%;
        letter-spacing: 0;
        line-height: 1.5;
    }
    span.strong-ttl-medium {
        font-size: 7vw;
    }
    div#about {
        background-image: url(../img/about-back.png);
        background-size: cover;
        padding: 10% 5%;
    }
p.about-sub-ttl {
        background: #f3d409;
        font-weight: 600;
        text-align: center;
        padding: 2%;
        font-size: 5vw;
        letter-spacing: 0;
        width: 93%;
        margin: 0 auto;
        line-height: 1.3;
    }
    img.about-ttl {
        width: 100%;
        padding: 5% 10%;
        display: block;
        margin: 0 auto 10%;
        border-bottom: solid 1px #fff;
    }
    .about-card {
        background-image: linear-gradient(90deg, rgba(204, 22, 24, 1), rgba(143, 12, 14, 1));
        padding: 5% 5% 2%;
        width: 100%;
    }
    img.about-txt {
        padding-top: 3%;
    }
    img.arrow01 {
        width: 15%;
        display: block;
        margin: 5% auto;
    }
    p.about-txt {
        color: #e71b1e;
        text-align: center;
        font-weight: 600;
        line-height: 1.5;
        font-size: 4.4vw;
        letter-spacing: 0;
    }
    span.about-txt-medium {
        font-size: 5.3vw;
    }
    div#flow {
        background-image: url(../img/flow-back.png);
        background-size: cover;
        padding: 5%;
        position: relative;
        height: 92vw;
    }
    img.flow-txt {
        width: 100%;
    }
    img.flow-ttl {
        width: 55%;
        padding: 5% 0;
    }
    .flow-item01 {
        background-image: url(../img/flow-item-back01.png);
        background-size: cover;
        width: 52%;
        height: 13vw;
        padding: 2% 8% 2%;
        margin: 0;
    }
    p.flow-item-txt {
        color: #fff;
        font-size: 3.3vw;
        font-family: "nitalago-ruika", sans-serif;
        font-weight: 100;
        font-style: normal;
        letter-spacing: 0;
    }
    .flow-item02 {
        background-image: url(../img/flow-item-back02.png);
        background-size: cover;
        width: 46%;
        height: 13vw;
        padding: 3.8% 9% 4%;
        margin: 3% 0;
        position: absolute;
        left: 5%;
    }
    .flow-item03 {
        background-image: url(../img/flow-item-back03.png);
        background-size: cover;
        width: 46%;
        height: 13vw;
        padding: 3.8% 9% 4%;
        margin: 3% 0;
        position: absolute;
        left: 5%;
        bottom: 6%;
    }
    div#faq {
        padding: 10% 5%;
    }
    .faq-wrap {
        padding: 0;
    }
    h2.faq-ttl {
        font-size: 7vw;
        text-align: center;
        font-weight: bold;
        letter-spacing: 0;
        padding-bottom: 3%;
    }
    .faq-q {
        font-weight: 600;
        padding: 20px 40px 20px 0;
        position: relative;
        border-bottom: solid 1px #282728;
        padding-bottom: 5%;
        position: relative;
    }
    .faq-a {
        font-size: 3.5vw;
        padding: 3% 0;
        line-height: 1.5;
    }
    .faq-list {
        position: relative;
        cursor: pointer;
    }
    
    .faq-q {
        font-weight: bold;
        position: relative;
        font-size: 4vw;
        line-height: 1.5;
    }
    
    .faq-q::after {
        color: #282728;
        content: "＋";
        font-size: 5vw;
        position: absolute;
        right: 2%;
        top: 35%;
    }
    
    .faq-list.open .faq-q::after {
        content: "－";
    }
    
    .faq-a {
        max-height: 0;
        overflow: hidden;
        opacity: 0;
        padding-left: 1em;
    }
    
    .faq-list.open .faq-a {
        max-height: 500px; /* 必要に応じて調整 */
        opacity: 1;
        padding: 5%;
        margin: 5% 0;
    }
    .footer {
        background: #282728;
        color: #fff;
        padding: 15% 5% 30%;
    }
    li.fotter-list {
        text-align: center;
        padding-bottom: 10%;
    }
    p.copyright {
        text-align: center;
        font-size: 3vw;
        padding:5%;
    }
    .floating {
        background: rgb(152 152 152 / 90%);
        width: 100%;
        position: fixed;
        z-index: 100;
        bottom: 0;
        padding: 1% 0 3%;
    }
    img.floating-btn {
        width: 80%;
        display:block;
        margin: 0 auto;
    }

    .slide-arrow {
        bottom: 45%;
        cursor: pointer;
        margin: auto;
        position: absolute;
        top: 0;
        width: 8%;
      }
      .prev-arrow {
          left: 0px;
          z-index: 1;
      }
      .next-arrow {
          right: 0px;
      }
      
      .slick-dots li button:before {
          font-family: 'slick';
          font-size: 40px !important;
          line-height: 20px;
          position: absolute;
          top: 0;
          left: 0;
          width: 10px;
          height: 10px;
          content: '•';
          text-align: center;
          opacity: .25;
          color: black;
          -webkit-font-smoothing: antialiased;
          -moz-osx-font-smoothing: grayscale;
      }
      .slick-dots {
        position: absolute;
        display: block;
        width: 100%;
        padding: 0;
        margin: 0;
        list-style: none;
        text-align: center;
        bottom: -5% !important;
    }
      
      .dots-pc li button:before {
          font-family: 'slick';
          font-size: 40px !important;
          line-height: 20px;
          position: absolute;
          top: 0;
          left: 0;
          width: 10px;
          height: 10px;
          content: '•';
          text-align: center;
          opacity: .25;
          color: black;
          -webkit-font-smoothing: antialiased;
          -moz-osx-font-smoothing: grayscale;
      }
      
      .dots-pc{
        position: absolute;
        bottom: -10%;
        display: block;
        width: 100%;
        padding: 0;
        margin: 0;
        list-style: none;
        text-align: center;
      }
      .dots-pc li{
        position: relative;
        display: inline-block;
        width: 20px;
        height: 20px;
        margin: 0 5px;
        padding: 0;
        cursor: pointer;
      }
      .dots-pc li button{
        font-size: 0;
        line-height: 0;
        display: block;
        width: 20px;
        height: 20px;
        padding: 5px;
        cursor: pointer;
        color: transparent;
        border: 0;
        outline: none;
        background: transparent;
      }
      .dots-pc li button:hover,
      .dots-pc li button:focus{
        outline: none;
      }
      .dots-pc li button:hover:before,
      .dots-pc li button:focus:before{
        opacity: 1;
      }
      .dots-pc li button:before{
        font-family: 'slick';
        font-size: 6px;
        line-height: 20px;
        position: absolute;
        top: 0;
        left: 0;
        width: 20px;
        height: 20px;
        content: '•';
        text-align: center;
        opacity: .25;
        color: black;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
      }
      .dots-pc li.slick-active button:before{
        opacity: .75;
        color: black;
      }
      
      .slick-dots li button:before{
          font-size:10px!important;
      }

      h2.anisocilal-ttl {
        font-size: 5vw;
        font-weight: bold;
        text-align: left;
        color: #333333;
        letter-spacing: 0.1rem;
        padding: 10% 0 5%;
    }
    p.anisocilal-sub-ttl {
        color: #2f2f2f;
        letter-spacing: 0.1rem;
        line-height: 1.5;
    }
    .txt {
        padding: 1% 0;
        line-height: 2;
        font-size: 3.5vw;
    }
    h3.anisocilal-ttl {
        font-size: 4.5vw;
        padding: 8% 0 1%;
        color: #025591;
        font-weight: bold;
        letter-spacing: 0.1rem;
        text-align: left;
    }
    .wrap {
        padding: 0 5%;
    }
    td.company-td {
        display: block;
        padding: 0% 2% 5% 5%;
    }
    th.company-th {
        display: block;
        padding: 5% 2% 2% 5%;
    }
    .form-group {
        margin: 5% 5% 5%;
    }
    .form-group label {
        display: block;
        font-weight: bold;
        margin: 0 0 1% 1%;
        font-size: 4vw;
    }
    .form-text {
        width: 100%;
        padding: 8px;
        font-size: 0.8rem;
        box-sizing: border-box;
    }
}