@charset "UTF-8";
/* スマホ時 */
.sp{display: none;}
@media (max-width: 1300px) {
  .section-intro--accent::after{
    font-size:6vw;
  }
  
  .section-intro__title{
    font-size: 3vw;
    padding: 20px;
  }
  
  
}
@media (max-width: 1000px) {
.strength-cards {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.sec-icon {
    width: 45px;
}
  
.comparison-hero__copy {
    bottom: initial;
    top: 30px;
}
  

  
}  


/* スマホ時 */
@media (max-width: 768px) {
.section {
    padding: 80px 0;
}    
  
  main{
    width: 100vw;
    overflow-x: hidden;
  }  
  
  .pc{display: none;}
  .sp{display: block;}
  .mainvisual {
    background: url("../images/sp-main.webp") center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 20px;
    padding: 20px;
    padding-top: 150px;
}
  
.mainvisual_cont {
    display: grid;
    grid-template-columns: 1fr;
    gap: 100px;
    align-items: center;
}

.hero__title span.color {
    font-size: 24px;
}
  
.hero__title {
    font-size: 16px;
}
  
.hero__card {
    padding:40px 20px;
}
  
.hero__lead {
    font-size: 12px;
}
  
.hero__tags li {
    font-size: 10px;
}
  
.section-intro {
    display: block;
}
  
.section-intro__title {
        font-size: 4.5vw;
    }
  
.section-intro--accent::after {
    top: -25px;
    font-size: 20px;
}
  
    .strength-cards {
        grid-template-columns: 1fr;
    }
  
.strength-detail {
    grid-template-columns: 1fr;
}
  
.strength-detail__body {
    position: relative;
    z-index: 3;
    margin-left: 20px;
    padding: 20px;
    margin-top: -40px;
    font-size: 12px;
}

.strength-detail__image {
    padding-right: 30px;
}
  
.strength-detail__sub {
    top: 19px;
    left: 12px;
    font-size: 12px;
}
  
.strength-detail__num {
    font-size: 77px;
    top: 12px;
    left: 34px;
}
  
.strength-detail h3 {
    font-size: 14px;
    padding-left: 60px;
}
  
    .sec-icon {
        width: 35px;
        right: 20px;
      top: 5px;
    }
  
  .strength-detail--reverse .strength-detail__body {
    order: initial;
    margin-right: 20px;
    margin-left: 0;
}
  
.strength-detail--reverse .strength-detail__image {
    order: initial;
    padding-right: 0;
    padding-left: 30px;
}
  
.cta-btn {
    width: 100%;
    height: 44px;
    font-size: 18px;
    min-height: 50px;
}
  
.cta-visual__panel h2 {
    font-size: 20px;
}
  
.cta-visual__panel {
    position: absolute;
    left: 50%;
    width: 90%;
    top: 50%;
    transform: translateY(-50%) translateX(-50%);
    padding: 30px 20px;
}
  
.cta-visual__thumbs {
    grid-template-columns: repeat(2, 1fr);
}
  
.cta-visual__thumbs img{
    width: 100%;
  height: auto !important;
  aspect-ratio: 1 / 1;
}

.strength-card h3 {
    font-size: 18px;
}
  
.strength-card__num {
    font-size: 105px;
}
  
.strength-card p {
    font-size: 14px;
}
  
.strengths {
    padding-bottom: 20px;
  padding-top: 110px;
}
  
.sec-bg02 {
    width: 100%;
    bottom: 70px;
    height: 60%;
}
  
.section-intro__label, .section-center__label {
    font-size: 60px;
      top: -60px;
}
  
.section-center__title {
    padding: 0 30px;
  
}
  
.section-center__title {
    margin: 0;
    font-size: 25px;
    line-height: 1.3;
    font-weight: 800;
    color: #706020;
    letter-spacing: 0.08em;
    padding: 0 30px;
}
  
.section-center__title::before, .section-center__title::after {
    top: -21px;
  height: 70px;
}
  
.section-center__title .l-text {
    font-size: 34px;
}
  
.case-grid {
    grid-template-columns: 1fr;
}
  
.case-card p {
    font-size: 12px;
}
  
.section-banner {
    font-size: 24px;
}
  
  .comparison-hero{
    padding: 40px 0;
  }


.comparison-hero__copy p {
    font-size: 35px;
}
  
.comparison-hero__cta {
    left: 5%;
    width: 90%;
  }
  
.comparison-hero__cta .btn-primary {
    font-size: 25px;
    min-height: 60px;
}
  
.comparison-table {
    min-width: 570px;
}

.comparison-table *{
    font-size: 12px !important;
}
  
.comparison-table th, .comparison-table td {
    padding: 10px;
}
  
.comparison-table__company_inner{
  padding:30px 0;
}
  
.comparison-table tbody td {
    height: 96px;
}
  
.comparison-table__brand img {
    width: 100%;
}
  
.comparison-table__featured-head {
    height: 132px;
}
  
.flow__container {
    padding: 20px;
}
  
.flow-heading__label {
    margin: 0 0 5px;
    font-size: 16px;
}
  
.flow-heading__title {
    font-size: 22px;
}
  
.flow-item {
    grid-template-columns: 1fr;
    gap: 18px;
}
  
.flow-item__image img {
    width: 100%;
}
  
.flow-item__title {
    font-size: 18px;
}
  
.flow-item__text {
    font-size: 12px;
}
  
.flow-item + .flow-item {
    margin-top: 75px;
}
  
.flow__cta {
    position: relative;
    width: 100%;
    margin: 40px auto 0;
    text-align: center;
}
  
.flow__cta-button {
    min-height: 70px;
    font-size: 18px;
}
  
.flow__cta-badge {
    top: -10px;
    min-width: 130px;
    font-size: 12px;
}
  
.faq {
    padding-left: 5%;
  padding-right: 5%;
}
  
.faq-item summary {
    padding: 16px;
    font-size: 16px;
}
  
.faq-item__body {
    padding: 0 16px 24px;
    font-size: 12px;
    font-weight: bold;
    color: var(--color-text);
    letter-spacing: 0.1em;
}
  
.contact-form {
    padding: 0 5%;
}
  
.contact-form__row {
    display: grid;
    grid-template-columns: 1fr;
    gap: 0;
    align-items: center;
    padding: 10px 0;
}

  
.contact-form__label {
    min-height: auto;
    font-size: 16px;
}
  
  .contact-form__field{
    margin-top: 10px;
  }  
  
  .contact-form__field *{
    font-size: 14px;
    min-height: auto;
  }

.confirm-modal__dialog {
    padding: 20px;
}

.confirm-modal__lead {
    margin: 14px 0 0;
    font-size: 12px;
}
  
.confirm-list__row {
    display: grid;
    grid-template-columns: 90px 1fr;
    gap: 18px;
    padding: 16px 0;
    border-bottom: 1px solid var(--color-line);
}
  
.confirm-list__row dd {
    margin: 0;
    font-size: 12px;
    line-height: 1.9;
    white-space: pre-wrap;
    word-break: break-word;
}
  
.confirm-modal__actions {
    display: block;
    justify-content: center;
    gap: 16px;
    margin-top: 28px;
}
  
.btn-secondary {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 100%;
    min-height: 52px;
    padding: 0 28px;
    border: 1px solid var(--color-text);
    background: var(--color-surface);
    color: var(--color-text);
    font-size: 18px;
    font-weight: 700;
  margin-bottom: 10px;
}
  
  
header .btn-primary {
    width: 170px;
    box-shadow: none;
    font-size: 12px;
}
  
header .btn-primary img{
    width: 10px;
}
.site-header{
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: auto;
}
  
  body{padding-top: 81px;}
  
.thanks-hero__inner {
    grid-template-columns: 1fr;
}
  
.thanks-card h1 {
    margin: 0 0 18px;
    font-size: 22px;
    line-height: 1.35;
}
  
.thanks-card .section-center__label {
position: initial;
        transform: initial;
        text-align: center;
  }
  
.thanks-card {
    padding: 20px;
}
  
.thanks-card__actions .btn-primary {
    min-height: 50px;
}
  
  .thanks-card h1{
    text-align: center;
  }
  
}
