* {
  box-sizing: border-box;
}

body {
  margin: 0;
font-family:
  "Hiragino Sans",
  "ヒラギノ角ゴシック",
  "Yu Gothic",
    "Hiragino Kaku Gothic ProN",
    "Hiragino Sans",
    "Yu Gothic",
    "YuGothic",
    "Noto Sans JP",
    sans-serif;
  color: #111;
}

.pc-only {
    display: block
  }
  
  .sp-only {
    display: none
  }
  
  @media screen and (max-width:768px) {
    .pc-only {
      display: none
    }
    .sp-only {
        display: block
      }
  }

.fv {
  position: relative;
  overflow: hidden;
  background: #f5f5f5;
}

.fv__bg {
  position: absolute;
  inset: 0;
  background:
    url("../img/fv-bg-pc.png") ;
    background-size: cover;
  z-index: 0;
}

.fv__inner {
    max-width: 1536px;
    padding: 40px 7vw 0;
    grid-template-columns: 54% 46%;
    align-items: start;
  }

.fv__content {
  position: relative;
  z-index: 2;
}

.fv__logo {
  margin: 0 0 28px;
}

.fv__logo img {
  width: clamp(200px, 21vw, 350px);
  display: block;
}

.fv__label {
    width: fit-content;
    padding: 10px 40px;
    border-radius: 999px;
    background: linear-gradient(180deg, #2a2a2a, #080808);
    color: #fff;
    font-weight: 700;
    font-size: clamp(17px, 1.65vw, 26px);
    letter-spacing: .05em;
    position: absolute;
    top: 10%;
    left: 27%;
}

.fv__copy {
  margin: 0 0 15px;
  font-size: clamp(30px, 3.8vw, 60px);
  line-height: 1.28;
  font-weight: 700;
  letter-spacing: .05em;
}

.fv__copy span {
  color: #228313;
}

.fv__lead {
  margin: 0 0 5px;
  font-size: clamp(17px, 1.45vw, 24px);
  font-weight: 600;
}

.fv__loan {
  margin: 0 0 15px;
  border-bottom: 3px solid #238414;
  font-size: clamp(20px, 1.75vw, 30px);
  font-weight: 600;
  padding-bottom: 10px;
  width: 49%;
}

.fv__loan span {
    color: #238414;
    font-size: clamp(22px, 1.9vw, 32px);
}

.fv__points {
  list-style: none;
  padding: 0;
  margin: 0;
}

.fv__points li {
  position: relative;
  padding-left: 34px;
  margin-top: 10px;
  font-size:clamp(16px, 1.3vw, 22px);
  font-weight: 600;
  line-height: 1.6;
}

.fv__points li::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: .15em;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: #159123;
  color: #fff;
  display: grid;
  place-items: center;
  font-size: 15px;
  font-weight: 900;
}

.fv__cards {
  position: relative;
  z-index: 3;
  max-width: 1260px;
  margin: 30px auto 20px;
  padding: 0 6vw 14px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.fv-card {
    padding: 15px;
    border-radius: 10px;
    background: #fff;
    box-shadow: 0 4px 18px rgba(0, 0, 0, .16);
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 24px;
}

.fv-card img {
  width: 50px;
  height: 50px;
  object-fit: contain;
}

.fv-card p {
  margin: 0;
  font-size: clamp(16px, 1.35vw, 22px);
  line-height: 1.5;
  font-weight: 700;
}

.fv__cta {
  position: relative;
  z-index: 4;
  padding: 20px 7vw;
  background:
    linear-gradient(140deg, #111 0%, #111 76%, #68bd16 76%, #68bd16 100%);
  color: #fff;
  text-decoration: none;
  display: flex;
  align-items: center;
  gap: 36px;
}

.fv__cta-arrow{
  width:24px;
  height:24px;
  flex-shrink:0;

  border-right:4px solid #fff;
  border-bottom:4px solid #fff;

  transform:rotate(45deg);
}

.fv__cta-circle {
  width: 128px;
  height: 128px;
  border-radius: 50%;
  background: #fff;
  color: #159123;
  display: grid;
  place-items: center;
  line-height: 1;
  flex-shrink: 0;
  font-weight: 700;
}

.fv__cta-circle span,
.fv__cta-circle small {
  font-size: 17px;
}

.fv__cta-circle strong {
    font-size: 50px;
    font-family: arial;
}

.fv__cta-circle em {
  font-style: normal;
  font-size: 24px;
}

.fv__cta-text span {
  display: block;
  font-size: clamp(20px, 1.8vw, 30px);
  font-weight: 600;
}

.fv__cta-text strong {
    display: block;
    color: #73c91d;
    font-size: clamp(34px, 3.6vw, 56px);
    font-weight: 700;
    line-height: 1.1;
    margin-top: 5px;
}

.fv__cta-text small {
  display: block;
  margin-top: 10px;
  font-size: 15px;
}

.fv__cta-car {
  margin-left: auto;
}

.fv__cta-car img {
  width: clamp(100px, 11vw, 170px);
  display: block;
}

.fv__cta-num{
  display:flex;
  align-items:flex-end;
  justify-content:center;
  gap:2px;
  line-height: 0;
}

.fv__cta-num strong{
  font-size:58px;
  font-weight:900;
}

.fv__cta-num em{
  font-size:24px;
  font-style:normal;
  font-weight:900;
}

/* SP */
@media (max-width: 767px) {
  .fv__bg {
    background:url("../img/fv-bg-sp.png") top center / cover no-repeat;
  }

  .fv__inner {
    min-height: auto;
    padding: 25px 22px;
    display: block;
  }

  .fv__logo {
    margin-bottom: 65px;
  }

    .fv__logo img {
        width: 190px;
        max-width: 82%;
    }

    .fv__label {
        padding: 6px 20px;
        font-size: 15px;
        left: 0%;
        top: 26%;
    }

    .fv__copy {
        font-size: clamp(20px, 6.3vw, 28px);
        line-height: 1.34;
        margin: 10px 0;
        font-weight: 600;
    }

  .fv__lead {
    font-size: 14px;
    line-height: 1.65;
  }

  .fv__loan {
    width: 60%;
    font-size: 14px;
    line-height: 1.5;
    border-bottom-width: 2px;
  }

  .fv__loan span {
    font-size: 17px;
}

  .fv__points li {
    font-size: 11px;
    padding-left: 24px;
    margin-top: 8px;
    text-shadow: 0 0 10px #fff, 0 0 10px #fff, 0 0 10px #fff;
  }

  .fv__points li::before {
    width: 17px;
    height: 17px;
    font-size: 11px;
  }

  .fv__car {
    margin: -18px -36px 0 auto;
    text-align: right;
  }

  .fv__car img {
    width: 68%;
    display: inline-block;
  }

  .fv__cards {
    margin: 0;
    padding: 8px 10px;
    gap: 6px;
    background: #ddd;
  }

  .fv-card {
    min-height: 45px;
    padding: 8px 6px;
    border-radius: 6px;
    gap: 5px;
    box-shadow: none;
  }

  .fv-card img {
    width: 21px;
    height: 21px;
  }

  .fv-card p {
    font-size: 9px;
    line-height: 1.45;
  }

  .fv__cta {
    min-height: 98px;
    padding: 15px;
    gap: 12px;
    background:
      linear-gradient(140deg, #111 0%, #111 78%, #68bd16 78%, #68bd16 100%);
  }

  .fv__cta-circle {
    width: 78px;
    height: 78px;
  }

  .fv__cta-circle span,
  .fv__cta-circle small {
    font-size: 10px;
  }

  .fv__cta-circle strong {
    font-size: 36px;
  }

  .fv__cta-circle em {
    font-size: 16px;
  }

  .fv__cta-text span {
    font-size: 15px;
  }

  .fv__cta-text strong {
    font-size: 23px;
  }

  .fv__cta-text small {
    font-size: 8px;
    margin-top: 6px;
  }

  .fv__cta-car img {
    width: 60px;
  }

    .fv__cta-arrow {
        width: 11px;
        height: 11px;
        flex-shrink: 0;
        border-right: 2px solid #fff;
        border-bottom: 2px solid #fff;
        transform: rotate(45deg);
    }
}

.entry-form {
  padding: 32px 16px 48px;
  background: #f7f7f7;
  font-family:
    "Hiragino Kaku Gothic ProN",
    "Hiragino Sans",
    "Yu Gothic",
    "YuGothic",
    sans-serif;
}

.entry-form__inner {
  width: min(100%, 434px);
  margin: 0 auto;
  padding: 34px 15px 32px;
  background: #fff;
  border-radius: 16px;
  box-shadow: 0 4px 22px rgba(0,0,0,.09);
}

.entry-form__catch {
  margin: 0 0 10px;
  text-align: center;
  font-size: 19px;
  font-weight: 900;
  letter-spacing: .02em;
}

.entry-form__catch strong {
  color: #208018;
  font-size: 33px;
  line-height: 1;
}

.entry-form__catch .slash {
  color: #111;
  font-weight: 500;
}

.entry-form__title {
  margin: 0 0 28px;
  text-align: center;
  font-size: 25px;
  font-weight: 900;
  line-height: 1.35;
}

.form-field {
  margin-bottom: 20px;
}

.form-field label {
  display: block;
  margin: 0 0 8px;
  font-size: 13px;
  font-weight: 900;
}

.form-field label span{
  color: #1d7f18;
  font-size: 11px;
  font-weight: 900;
}

.terms-box h3 span {
    color: #1d7f18;
    font-size: 10px;
    font-weight: 900;
    background: #fff;
    padding: 0.5% 2%;
    border: solid 1px #216D0C;
    border-radius: 3px;
    margin-left: 2%;
}

.form-field input {
  width: 100%;
  height: 39px;
  padding: 0 10px;
  border: 1px solid #ddd;
  border-radius: 5px;
  font-size: 16px;
  outline: none;
}

.form-field select {
    width: 100%;
    border: 1px solid #ddd;
    border-radius: 8px;
    background: #fff;
    font-size: 16px;
    appearance: none;
    height: 39px;
    padding: 0 10px;
    box-sizing: border-box;
}

.form-field select {
  appearance: none;
  -webkit-appearance: none;
  background: #fff;
}

.form-field input::placeholder {
  color: #c8c8c8;
}

.form-line {
  height: 1px;
  margin: 8px 6px 24px;
  background: #e4e4e4;
}

.terms-box {
    padding: 20px 10px;
    border: 1px solid #628C5D;
    border-radius: 5px;
    background: #F8FAF7;
}

.terms-box__head {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  margin-bottom: 17px;
}

.terms-box__icon {
    color: #23831b;
    width: 14%;
}

.terms-box h3 {
    margin: 0 0 5px;
    font-size: 15px;
    font-weight: 900;
    align-items: center;
    display: flex;
    gap: 2%;
}

.terms-box p {
  margin: 0;
  font-size: 10px;
  font-weight: 500;
  line-height: 1.55;
}

.terms-check-btn,
.entry-submit,
.terms-next-btn {
  position: relative;
  width: 100%;
  border: none;
  font-family: inherit;
  font-weight: 600;
  cursor: pointer;
}

.terms-check-btn {
  height: 52px;
  background: #fff;
  border: 1px solid #d6dce0;
  border-radius: 5px;
  color: #111;
  font-size: 15px;
}

.terms-check-btn span, .entry-submit span, .terms-next-btn span {
    position: absolute;
    top: 50%;
    right: 25px;
    width: 8px;
    height: 8px;
    border-right: 1px solid currentColor;
    border-bottom: 1px solid currentColor;
    transform: translateY(-50%) rotate(-45deg);
}

.entry-submit {
  height: 67px;
  margin-top: 16px;
  border-radius: 999px;
  background: linear-gradient(
  180deg,
  #FE9105 0%,
  #FE7101 100%
);
  color: #fff;
  font-size: 18px;
  box-shadow: 0 5px 0 #c45c00, 0 5px 12px rgba(0,0,0,.22);
}

.entry-submit:disabled {
  background: #c9cacc;
  box-shadow: none;
  cursor: not-allowed;
}

.privacy-text {
  margin: 16px 0 0;
  text-align: center;
  font-size: 9px;
  font-weight: 700;
}

.privacy-text a {
  color: #247e19;
}

/* modal */
.terms-modal {
  position: fixed;
  inset: 0;
  z-index: 9999;
  display: none;
  padding: 78px 24px;
}

.terms-modal__iframe {
  width: 100%;
  height: 453px;
  border: 1px solid #ddd;
  border-radius: 5px;
  background: #fff;
}

.terms-modal.is-active {
  display: flex;
  align-items: center;
  justify-content: center;
}

.terms-modal__overlay {
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,.58);
}

.terms-modal__panel {
    position: relative;
    z-index: 1;
    width: min(100%, 842px);
    max-height: calc(100vh - 92px);
    overflow: auto;
    padding: 30px 15px 15px;
    background: #fff;
    border-radius: 16px;
}

.terms-modal__close {
  position: absolute;
  top: 24px;
  right: 23px;
  width: 26px;
  height: 26px;
  border: none;
  background: transparent;
  cursor: pointer;
}

.terms-modal__close::before,
.terms-modal__close::after {
  content: "";
  position: absolute;
  top: 12px;
  left: 2px;
  width: 25px;
  height: 2px;
  background: #666;
}

.terms-modal__close::before {
  transform: rotate(45deg);
}

.terms-modal__close::after {
  transform: rotate(-45deg);
}

.terms-modal h2 {
  margin: 0 0 22px;
  text-align: center;
  font-size: 22px;
}

.terms-modal__lead {
  margin: 0 0 24px;
  text-align: center;
  font-size: 11px;
  font-weight: 500;
  line-height: 1.7;
}

.terms-modal__content {
  height: 453px;
  overflow-y: auto;
  padding: 18px;
  border: 1px solid #ddd;
  border-radius: 5px;
  font-size: 12px;
  line-height: 1.8;
}

.terms-modal__content::-webkit-scrollbar {
  width: 10px;
}

.terms-modal__content::-webkit-scrollbar-thumb {
  background: #aaa;
  border-radius: 999px;
  border: 3px solid #fff;
}

.terms-agree {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  margin: 22px 0 25px;
  font-size: 14px;  
}

.terms-agree input {
  display: none;
}

.terms-agree span {
  position: relative;
  width: 26px;
  height: 26px;
  border-radius: 4px;
  background: #c9cacc;
}

.terms-agree input:checked + span {
  background: #237b19;
}

.terms-agree input:checked + span::after {
    content: "";
    position: absolute;
    left: 9px;
    top: 4px;
    width: 6px;
    height: 11px;
    border-right: 3px solid #fff;
    border-bottom: 3px solid #fff;
    transform: rotate(45deg);
}

.terms-next-btn {
    height: 60px;
    border-radius: 999px;
    background: linear-gradient(180deg, #FE9105 0%, #FE7101 100%);
    color: #fff;
    font-size: 18px;
    box-shadow: 0 5px 0 #c45c00, 0 5px 12px rgba(0, 0, 0, .22);
}

.terms-next-btn:disabled {
  background: #c9cacc;
  box-shadow: none;
  cursor: not-allowed;
}

.terms-modal__note {
  margin: 25px 0 0;
  text-align: center;
  font-size: 11px;
  font-weight: 500;
}

.entry-form__head{
  text-align:center;
}

.entry-form__catch{
  position:relative;
  display:inline-block;
  font-weight:700;
  font-size:clamp(18px,4vw,32px);
  z-index:1;
}

.entry-form__catch::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: -2px;
    height: 12px;
    background: #e7f0e3;
    z-index: -1;
}

.entry-form__catch strong {
    color: #216D0C;
    font-size: 1.8em;
    font-family: noto sans JP;
    font-weight: 600;
}

/* PC */
@media (min-width: 768px) {
  .entry-form {
    padding: 60px 24px;
  }
  
 .entry-form__inner{
    width:min(100%,800px);
    padding:50px;
  }

  .form-grid{
    display:grid;
    grid-template-columns:1fr 1fr;
    gap:10px;
  }

  .form-field--full{
    grid-column:1 / -1;
  }

  .entry-form__catch{
    font-size: clamp(15px, 3.2vw, 26px);
  }

  .form-field {
    margin-bottom: 10px;
}


.terms-box__icon {
    color: #23831b;
    width: 6%;
}

.terms-box {
    padding: 20px 20px;
}

.privacy-text {
    font-size: 12px;
}

.terms-modal__panel {
    padding: 35px;
}
}

.worries {
  padding: 40px 20px;
  background: #f7f7f7;
  font-family:
    "Hiragino Kaku Gothic ProN",
    "Hiragino Sans",
    "Yu Gothic",
    "YuGothic",
    sans-serif;
}

.worries__inner {
  width: min(100%, 390px);
  margin: 0 auto;
}

.worries__title {
  position: relative;
  display: table;
  margin: 0 auto 24px;
  padding-bottom: 8px;
  font-size: clamp(20px, 5.4vw, 25px);
  font-weight: 900;
  text-align: center;
  line-height: 1.4;
}

.worries__title span {
  color: #1f7d19;
  font-size: clamp(26px, 6.5vw, 34px);
}

.worries__title::after {
  content: "";
  position: absolute;
  left: 8px;
  right: 8px;
  bottom: 0;
  border-bottom: 2px dotted #1f7d19;
}

.worries__lead {
  margin: 0 0 22px;
  text-align: center;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.75;
}

.worries__list {
  display: grid;
  gap: 14px;
}

.worry-card {
  min-height: 107px;
  padding:0;
  border-radius: 8px;
  background: #fff;
  display: grid;
  grid-template-columns: 80px 1fr 110px;
  align-items: center;
  gap: 10px;
}

.worry-card__icon {
  width: 80px;
  height: 80px;
  object-fit: contain;
  padding-left: 10px;
}

.worry-card__illust {
    width: 99px;
    height: 104px;
    object-fit: contain;
    align-self: end;
    justify-self: end;
}

.worry-card p {
  margin: 0;
  font-size: 15px;
  font-weight: 900;
  line-height: 1.55;
}

.worry-card p span {
  color: #168016;
}

.worries__answer {
  margin-top: 14px;
  padding: 18px 16px;
  border-radius: 8px;
  background: #f3faed;
  display: flex;
  align-items: center;
  gap: 20px;
  justify-content: center;
}

.worries__answer-car {
  width: 70px;
  flex-shrink: 0;
}

.worries__answer p {
  margin: 0;
  font-size: 15px;
  font-weight: 900;
  line-height: 1.55;
}

.worries__answer p span {
  color: #168016;
  font-size: 18px;
}

.worries__answer small {
  display: block;
  margin-top: 4px;
  color: #111;
  font-size: 11px;
  font-weight: 700;
  line-height: 1.55;
}

@media (min-width: 768px) {
  .worries {
    padding: 70px 24px;
  }

  .worries__inner {
    width: min(100%, 1180px);
  }

  .worries__title {
    font-size: 34px;
    margin-bottom: 28px;
  }

  .worries__title span {
    font-size: 40px;
}

  .worries__lead {
    font-size: 18px;
    margin-bottom: 36px;
  }

  .worries__list {
    grid-template-columns: repeat(6, 1fr);
    gap: 24px;
  }

  .worry-card {
    grid-column: span 2;
    min-height: 150px;
    padding: 0;
    grid-template-columns: 80px 1fr 105px;
    gap: 16px;
    border-radius: 12px;
  }

  .worry-card:nth-child(4) {
    grid-column: 2 / span 2;
  }

  .worry-card:nth-child(5) {
    grid-column: 4 / span 2;
  }

  .worry-card__icon {
    width: 90px;
    height: 90px;
  }

.worry-card__illust {
        width: 124px;
        height: 131px;
    }

  .worry-card p {
    font-size: 18px;
  }

    .worries__answer {
        max-width: 820px;
        margin: 30px auto 0;
        padding: 25px 30px;
        border-radius: 12px;
        gap: 30px;
    }

  .worries__answer-car {
    width: 110px;
  }

  .worries__answer p {
    font-size: 27px;
  }

  .worries__answer p span {
    font-size: 32px;
  }

  .worries__answer small {
    font-size: 18px;
  }
}

.results {
  position: relative;
  padding: 40px 15px;
  background:url("../img/results-bg-sp.png");
  overflow: hidden;
}

.results__inner {
  position: relative;
  z-index: 1;
  width: min(100%, 360px);
  margin: 0 auto;
}

.results__sub {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  margin: 0 0 10px;
  color: #5CA424;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: .12em;
  font-family: "roboto";
}

.results__sub span {
  width: 28px;
  height: 1px;
  background: #5CA424;
}

.results__title {
  margin: 0 0 15px;
  text-align: center;
  font-size: clamp(25px, 7vw, 34px);
  font-weight: 700;
  line-height: 1.3;
}

.results__title span {
  color: #5CA424;
}

.results__lead {
  margin: 0 0 28px;
  text-align: center;
  font-size: 13px;
  font-weight: 500;
  line-height: 1.8;
}

.results-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 13px;
}

.result-card {
  min-height: 136px;
  padding: 14px 10px 16px;
  background: #fff;
  border-radius: 8px;
  text-align: center;
  box-shadow: 0 6px 16px rgba(0,0,0,.12);
}

.result-card__label {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 26px;
  margin: 0 auto 13px;
  padding: 0 6px;
  background: #2f8c19;
  color: #fff;
  font-size: 10px;
  font-weight: 700;
  line-height: 1.3;
}

.result-card img {
    width: 70px;
    height: auto;
    object-fit: contain;
    display: block;
    margin: 0 auto 5px;
}

.result-card__number {
    margin: 0;
    color: #2f8c19;
    font-size: 25px;
    font-weight: 700;
    line-height: 1.2;
    font-family: 'Noto Sans JP';
}

.result-card__number span {
  color: #111;
  font-size: 12px;
  font-weight: 900;
}

.result-card__number--small {
  font-size: 20px;
}

.voices {
    position: relative;
    padding: 20px 20px 40px;
    overflow: hidden;
    background: url(../img/voice-bg-sp.png);
}

.voices::before {
  left: -82px;
  top: 46px;
}

.voices::after {
  right: -78px;
  bottom: 64px;
}

.voices__inner {
  position: relative;
  z-index: 1;
  width: min(100%, 360px);
  margin: 0 auto;
}

.voice-title {
    position: relative;
    width: fit-content;
    margin: 0 auto 30px;
    padding: 10px 30px;
    background: #000;
    color: #fff;
    border-radius: 999px;
    font-size: clamp(18px, 2vw, 30px);
    font-weight: 700;
    text-align: center;
}

.voice-title span{
  color:#b8e61d;
}

.voice-title::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: -10px;
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-left: 23px solid transparent;
    border-right: 23px solid transparent;
    border-top: 22px solid #000;
}

.voice-title span {
  color: #DBEA32;
}

.voice-list {
  display: grid;
  gap: 18px;
}

.voice-card {
  display: grid;
  grid-template-columns: 56px 1fr;
  gap: 14px;
  align-items: flex-start;
  padding: 20px 16px;
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 6px 18px rgba(0,0,0,.1);
}

.voice-card__icon {
  width: 65px;
  height: 65px;
  object-fit: contain;
}

.voice-card__content p {
  margin: 0 0 10px;
  font-size: 10px;
  font-weight: 500;
  line-height: 1.7;
}

.voice-card__name {
  width: fit-content;
  margin-left: auto;
  padding: 5px 24px;
  background: #2f8c19;
  color: #fff;
  font-size: 9px;
  font-weight: 600;
  line-height: 1.3;
  clip-path:polygon(5% 0, 100% 0, 95% 100%, 0% 100%);
}

@media (min-width: 768px) {
  .results {
    position: relative;
  padding: 70px 20px;
  background:url("../img/results-bg-pc.png");
  overflow: hidden;
  background-size: cover;
  }

  .results__inner,
  .voices__inner {
    width: min(100%, 1000px);
  }

  .results__sub {
    font-size: 15px;
    margin: 0 0 15px;
  }

  .results__sub span {
    width: 44px;
  }

  .results__title {
    font-size: 44px;
  }

  .results__lead {
    font-size: 17px;
    margin-bottom: 42px;
  }

  .results-grid {
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
  }

  .result-card {
    min-height: 210px;
    padding: 22px 18px;
    border-radius: 14px;
  }

  .result-card__label {
    min-height: 34px;
    font-size: 13px;
    margin-bottom: 22px;
  }

    .result-card img {
        width: 100px;
        height: auto;
        margin-bottom: 10px;
    }

  .result-card__number {
    font-size: 38px;
  }

  .result-card__number span {
    font-size: 17px;
  }

  .result-card__number--small {
    font-size: 30px;
  }


  .voices {
  padding: 64px 24px 100px;
  background: url("../img/voice-bg-pc.png");
}

    .voice-title {
        margin-bottom: 42px;
        padding: 12px 70px;
        font-size: 22px;
    }

  .voice-list {
    gap: 26px;
    max-width: 860px;
    margin: 0 auto;
  }

  .voice-card {
    grid-template-columns: 86px 1fr;
    gap: 28px;
    padding: 30px 36px;
    border-radius: 14px;
  }

  .voice-card__icon {
    width: 90px;
    height: 90px;
  }

  .voice-card__content p {
    font-size: 15px;
  }

  .voice-card__name {
    padding: 7px 42px;
    font-size: 13px;
  }

  .voices::before {
    width: 260px;
    height: 260px;
    left: -90px;
    top: 50px;
  }

  .voices::after {
    width: 260px;
    height: 260px;
    right: -80px;
    bottom: 80px;
  }
}

.reason{
  position:relative;
  padding:40px 20px;
  overflow:hidden;
}

.reason__bg{
  position:absolute;
  inset:0;
  background:url("../img/reason-bg-sp.png") center center / cover no-repeat;
}

.reason__inner{
  position:relative;
  z-index:2;
  width:min(100%,1000px);
  margin:auto;
}

.reason__sub{
  display:flex;
  justify-content:center;
  align-items:center;
  gap:12px;
  margin-bottom:10px;
  font-family: roboto;
  color:#4d9c28;
  font-size:14px;
  font-weight:500;
  letter-spacing:.15em;
}

.reason__sub span{
  width:40px;
  height:1px;
  background:#4d9c28;
}

.reason__title{
  margin-bottom:20px;
  text-align:center;
  font-size:clamp(28px,7vw,48px);
  font-weight:700;
}

.reason__title span{
  color:#4d9c28;
}

.reason__lead {
    max-width: 700px;
    margin: 0 auto 40px;
    text-align: center;
    line-height: 1.8;
    font-size: 13px;
    font-weight: 500;
}

.reason__list{
  display:grid;
  gap:30px;
}

.reason-card{
  background:#fff;
  border-radius:12px;
  overflow:hidden;
  box-shadow:0 4px 12px rgba(0,0,0,.12);
}

.reason-card__body {
    position: relative;
    padding: 20px 15px 20px 82px;
}

.reason-card__number{
  position:absolute;
  top:0;
  left:18px;
  width:48px;
  height:68px;
  background: linear-gradient(
    90deg,
    #307816 0%,
    #46A31F 100%
  );
  color:#fff;
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;
  gap: 3px;
  clip-path:polygon(
    0 0,
    100% 0,
    100% 78%,
    50% 100%,
    0 78%
  );
}

.reason-card__number small{
  font-size:7px;
  font-weight:700;
}

.reason-card__number strong {
    font-size: 20px;
    line-height: 1;
    font-family: "Futura";
    font-weight: bold;
}

.reason-card__text h3{
  margin:0 0 14px;
  font-size:20px;
  font-weight:700;
  line-height:1.5;
}

.reason-card__text h3 span{
  color:#23851c;
}

.reason-card__text p{
  margin:0;
  font-size:13px;
  line-height:1.9;
  font-weight:400;
}

.reason-card__image{
  position:relative;
  line-height: 0;
}

.reason-card__image img{
  width:100%;
  height:100%;
  object-fit:cover;
}

.reason-card__image::before{
  content:"";
  position:absolute;
  inset:0;

  background:linear-gradient(
    180deg,
    rgba(255,255,255,1) 0%,
    rgba(255,255,255,.55) 20%,
    rgba(255,255,255,0) 50%
  );

  z-index:1;
}

@media (min-width:768px){

  .reason{
    padding:100px 24px;
  }

  .reason__bg{
    background:url("../img/reason-bg-pc.png") center center / cover no-repeat;
  }

    .reason__inner {
        margin: 0 auto;
        width: 80%;
    }

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

.reason-card{
  display:flex;
  flex-direction:column;
  height:100%;
}

.reason-card__image{
  margin-top:auto;
}

  .reason-card__body{
    flex:1;
    display:flex;
    align-items:center;
    padding:25px 20px 25px 85px;
  }

    .reason-card__number {
        left: 13px;
        width: 50px;
        height: 70px;
    }

  .reason-card__text h3{
    font-size:clamp(16px, 1.4vw, 22px);
  }

  .reason-card__text p{
    font-size:14px;
  }

  .reason-card__image{
    height:auto;
  }

  .reason-card__image::before{
    background:linear-gradient(
      110deg,
      #fff 0%,
      rgba(255,255,255,.96) 15%,
      rgba(255,255,255,.55) 32%,
      rgba(255,255,255,0) 48%
    );
  }

  .reason__lead {
    max-width: unset;
    margin: 0 auto 40px;
    text-align: center;
    line-height: 1.8;
    font-size: 17px;
    font-weight: 500;
}
.reason__title {
    text-align: center;
    font-size: 44px;
    font-weight: 700;
    margin: 0 0 15px;
}

}

.compare {
  position: relative;
  padding: 0px 0 40px;
  overflow: hidden;
}

.compare__bg {
  position: absolute;
  inset: 0;
  background: url("../img/compare-bg-sp.png") center top / cover no-repeat;
  z-index: 0;
}

.compare__inner {
  position: relative;
  z-index: 1;
  width: min(100%, 980px);
  margin: 0 auto;
}

.compare__head {
  position: relative;
  margin-bottom: 0px;
}

.compare__label {
  display: inline-block;
  margin: 0 0 20px;
  padding: 9px 34px 9px 18px;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  clip-path: polygon(0 0, 100% 0, 86% 100%, 0 100%);
  background: linear-gradient(
  90deg,
  #204718 0%,
  #179012 100%
);
}

.compare__title {
  margin: 0 0 5px;
  font-size: clamp(22px, 6vw, 34px);
  font-weight: 700;
  line-height: 1.3;
  padding: 0 15px;
}

.compare__title span {
  color: #27851a;
  font-size: clamp(25px, 7vw, 38px);
}

.compare__lead {
  margin: 0;
  font-size: 12px;
  font-weight: 500;
  padding: 0 15px;
}

.compare__lead span {
  color: #287C16;
}

.compare__car {
  position: absolute;
  right: -6px;
  top: 4px;
  width: 43%;
  max-width: 190px;
}

.compare__scroll {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  padding-bottom: 10px;
  margin: 0 20px;
   padding-top:28px;
}

.compare__scroll::-webkit-scrollbar {
  height: 7px;
}

.compare__scroll::-webkit-scrollbar-track {
  background: #e8e8e8;
  border-radius: 999px;
}

.compare__scroll::-webkit-scrollbar-thumb {
  background: #2d8a18;
  border-radius: 999px;
}

.compare-table {
  width: 700px;
  border-collapse: separate;
  border-spacing: 0;
  table-layout: fixed;
  border-radius: 12px;
  background: #fff;
  box-shadow: 0 7px 20px rgba(0,0,0,.12);
}

.compare-table th,
.compare-table td {
  height: unset;
  padding: 12px 10px;
  border-right: 1px solid #e7e7e7;
  border-bottom: 1px solid #e7e7e7;
  text-align: center;
  vertical-align: middle;
  font-size: 13px;
  font-weight: 500;
  line-height: 1.65;
}

.compare-table thead th {
  height: 62px;
  background: linear-gradient(180deg, #333 0%, #111 100%);
  color: #fff;
  font-size: 15px;
  line-height: 1.35;
}

.compare-table thead th:first-child {
  border-top-left-radius: 12px;
}

.compare-table thead th:last-child {
  border-top-right-radius: 12px;
}

.compare-table thead th.is-keiwork {
  position: relative;
  background: linear-gradient(90deg, #307816 0%, #46A31F 100%);
  color: #fff;
  overflow:visible;
}

.compare__wrap{
  overflow:visible;
  position:relative;
}

.compare-badge {
    position: absolute;
    right: -11px;
    top: -13px;
    width: 60px;
    z-index: 10;
    pointer-events: none;
}

.compare-table thead th.is-own {
  background: linear-gradient(180deg, #0b55b8 0%, #003a95 100%);
  color: #fff;
}

.compare-table thead small {
  font-size: 12px;
}

.compare-table tbody th {
  width: 150px;
  background: #fff;
  color: #111;
}

.compare-table td {
  background: #fff;
}

.compare-table .is-keiwork {
  color: #0a5b13;
}

.compare-table .is-own {
  color: #003a95;
}

.compare-table tr:last-child th,
.compare-table tr:last-child td {
  border-bottom: none;
}

.compare-table th:last-child,
.compare-table td:last-child {
  border-right: none;
}

.badge {
  position: absolute;
  right: -18px;
  top: -20px;
  width: 58px;
  height: 58px;
  border-radius: 50%;
  background: #ffd900;
  color: #27851a;
  font-size: 9px;
  font-weight: 600;
  display: grid;
  place-items: center;
  line-height: 1.2;
  transform: rotate(-8deg);
  box-shadow: 0 3px 8px rgba(0,0,0,.18);
}

.compare__note {
  margin: 8px 0 0;
  color: #666;
  font-size: 11px;
  text-align: center;
}

.compare-table .is-keiwork{
  background:#fafdf3;
  color:#165d11;
  font-weight: 700;
}

/* PC */
@media (min-width: 768px) {
  .compare {
    padding: 80px 24px 96px;
  }

  .compare__bg {
    background-image: url("../img/compare-bg-pc.png");
  }

  .compare__head {
    max-width: 1080px;
    margin: 0 auto 40px;
  }

  .compare__label {
    font-size: 20px;
    padding: 12px 54px 12px 24px;
  }

  .compare__title {
    font-size: 37px;
  }

  .compare__title span {
    font-size: 42px;
}

  .compare__lead {
    font-size: 18px;
  }

  .compare__car {
    right: 60px;
    top: -16px;
    width: 260px;
    max-width: none;
  }

  .compare__scroll {
    overflow-x: visible;
  }

  .compare-table {
    width: 100%;
  }

  .compare-table th,
  .compare-table td {
    height: 96px;
    padding: 16px 18px;
    font-size: 16px;
  }

  .compare-table thead th {
    height: 76px;
    font-size: 20px;
  }

  .compare-table thead small {
    font-size: 15px;
  }

  .compare__note {
    display: none;
  }

  .compare-badge {
    width: 75px;
}
}

.change {
  position: relative;
  padding: 46px 18px 56px;
  overflow: hidden;
}

.change__bg {
  position: absolute;
  inset: 0;
  background: url("../img/change-bg-sp.png") right top / cover no-repeat;
  z-index: 0;
}

.change__inner {
  position: relative;
  z-index: 1;
  width: min(100%, 520px);
  margin: 0 auto;
}

.change__head {
  margin-bottom: 26px;
}

.change__head h2 {
  margin: 0 0 12px;
  font-size: clamp(28px, 8vw, 44px);
  font-weight: 700;
  line-height: 1.3;
  color: #4a9a38;
}

.change__head h2 span {
  display: block;
  margin-bottom: 4px;
  color: #111;
  font-size: clamp(18px, 5vw, 28px);
}

.change__head p {
  margin: 0;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.7;
}

.change__cards {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
}

.change-card {
  position: relative;
  padding: 25px 10px 20px;
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 7px 18px rgba(0,0,0,.14);
  text-align: center;
  overflow: hidden;
}

.change-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  border-top: 50px solid #c8e46f;
  border-right: 70px solid transparent;
}

.change-card__num {
    position: absolute;
    top: 10px;
    left: 10px;
    z-index: 2;
    color: #fff;
    font-size: 13px;
    line-height: 1;
    font-family: "Futura";
    font-weight: bold;
}

.change-card__icon {
    width: 77px;
    height: 77px;
    margin: 0 auto 15px;
    border-radius: 50%;
    background: #f3faec;
    display: grid;
    place-items: center;
}

.change-card__icon img {
  width: 80px;
  height: 80px;
  object-fit: contain;
}

.change-card h3 {
    margin: 0 0 5px;
    color: #3d8a2f;
    font-size: clamp(14px, 3.6vw, 18px);
    font-weight: 600;
    line-height: 1.5;
    min-height: 3.4em;
    display: flex;
    justify-content: center;
    align-items: center;
}

.change-card p {
  margin: 0;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.6;
}

.change__bottom {
  margin-top: 30px;
  padding: 20px;
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 7px 18px rgba(0,0,0,.14);
}

.change__illust {
    display: block;
    width: 80%;
    max-width: 350px;
    margin: 0 auto 20px;
}

.change__bottom p {
  margin: 0;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.8;
}

.change__bottom strong {
  color: #2e7f2a;
  font-weight: 700;
}

@media (min-width: 768px) {
  .change {
    padding: 90px 24px 100px;
  }

  .change__bg {
    background-image: url("../img/change-bg-pc.png");
  }

  .change__inner {
    width: min(100%, 1100px);
  }

  .change__head {
    margin-bottom: 42px;
  }

  .change__head h2 {
    font-size: 56px;
  }

  .change__head h2 span {
    font-size: 30px;
  }

  .change__head p {
    font-size: 18px;
  }

  .change__cards {
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
  }

  .change-card {
    min-height: 330px;
    padding: 60px 20px 28px;
  }

  .change-card h3 {
    font-size: 21px;
  }

  .change-card p {
    font-size: 15px;
  }

  .change__bottom {
    max-width: 920px;
    margin: 46px auto 0;
    padding: 38px 46px;
  }

  .change__illust {
    max-width: 460px;
  }

  .change__bottom p {
    font-size: 18px;
  }

  .change-card__icon img {
  width: 90px;
  height: 90px;
  object-fit: contain;
}
}

.notice {
  position: relative;
  padding: 40px 20px;
  overflow: hidden;
  color: #111;
  font-family:
    "Hiragino Kaku Gothic ProN",
    "Hiragino Sans",
    "Yu Gothic",
    "YuGothic",
    sans-serif;
}

.notice__bg {
  position: absolute;
  inset: 0;
  background: url("../img/notice-bg-sp.png") center center / cover no-repeat;
  z-index: 0;
}

.notice__inner {
  position: relative;
  z-index: 1;
  width: min(100%, 420px);
  margin: 0 auto;
}

.notice__head {
  margin-bottom: 28px;
  text-align: center;
  color: #fff;
}

.notice__icon{
  width:25px;
}

.notice__head h2 {
  display: inline-block;
  font-size: clamp(24px, 6.8vw, 34px);
  font-weight: 700;
  margin: 0 0 15px;
  position: relative;
  padding-bottom: 15px;
}

.notice__head h2::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 0;
    width: 64px;
    height: 1px;
    background: #4a9634;
    transform: translateX(-65%);
}

.notice__head h2 span {
  color: #c8ee37;
}

.notice__head > p:not(.notice__icon) {
  margin: 0;
  font-size: 14px;
  font-weight:500;
}

.notice__list {
  display: grid;
  gap: 24px;
}

.notice-card {
  position: relative;
  display: grid;
  grid-template-columns: 45px 1fr;
  gap: 10px;
  padding: 16px 16px 18px 12px;
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 6px 16px rgba(0,0,0,.28);
}

.notice-card__num{
  width:45px;
  flex-shrink:0;
}

.notice-card__num img{
  width:100%;
  display:block;
}

.notice-card__body h3 {
  margin: 2px 0 5px;
  color: #19751b;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.5;
}

.notice-card__body p {
  margin: 0;
  font-size: 13px;
  font-weight: 500;
  line-height: 1.7;
}

.notice__message {
    margin: 20px 0 0;
    padding: 13px;
    border: 2px solid #6D798E;
    border-radius: 10px;
    color: #fff;
    text-align: center;
    font-size: 13px;
    font-weight: 700;
    line-height: 1.6;
    background: #021E37;
}

.notice__message span {
  color: #c8ee37;
}

.notice__title-wrap{
  display:flex;
  justify-content:center;
  align-items:center;
  gap:12px;

  margin-bottom:28px;
}

/* PC */
@media (min-width: 768px) {
  .notice {
    padding: 90px 24px 100px;
  }

  .notice__bg {
    background-image: url("../img/notice-bg-pc.png");
  }

  .notice__inner {
    width: min(100%, 980px);
  }

  .notice__head h2 {
    font-size: 42px;
  }

  .notice__head > p:not(.notice__icon) {
    font-size: 18px;
  }

  .notice-card {
    grid-template-columns: 62px 1fr;
    gap: 18px;
    padding: 26px 34px 28px 24px;
    border-radius: 12px;
  }

  .notice-card__body h3 {
    font-size: 22px;
  }

  .notice-card__body p {
    font-size: 16px;
  }

  .notice__message {
    max-width: 720px;
    margin: 34px auto 0;
    font-size: 16px;
  }

  .notice__icon{
    width:42px;
  }

  .notice-card__num{
    width:58px;
  }
}

.flow {
  position: relative;
  padding: 50px 20px;
  overflow: hidden;
}

.flow__bg {
  position: absolute;
  inset: 0;
  background: url("../img/flow-bg-sp.png") center top / cover no-repeat;
  z-index: 0;
}

.flow__inner {
  position: relative;
  z-index: 1;
  width: min(100%, 360px);
  margin: 0 auto;
}

.flow__title {
    margin: 0 0 40px;
    text-align: center;
    font-size: clamp(28px, 7vw, 48px);
    font-weight: 700;
}

.flow__list {
  position: relative;
  display: grid;
  gap: 20px;
}

img.flow-line {
    width: 4%;
    padding-top: 5%;
}

.flow-item:last-child .flow-line {
  display: none;
}

.flow-item {
  position: relative;
  z-index: 1;
  text-align: center;
}

.flow-item__circle {
  width: 128px;
  height: 128px;
  margin: 0 auto 18px;
  border-radius: 50%;
  background: #fff;
  border: 7px solid #dfe9d4;
  box-shadow: 0 4px 12px rgba(0,0,0,.18);
  display: grid;
  place-items: center;
}

.flow-item__circle img {
  width: 58px;
  height: 58px;
  object-fit: contain;
}

.flow-item p {
  margin: 0;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.65;
}

/* PC */
@media (min-width: 768px) {
  .flow {
    padding: 90px 24px 100px;
  }

  .flow__bg {
    background-image: url("../img/flow-bg-pc.png");
  }

  .flow__inner {
    width: min(100%, 1000px);
  }

  .flow__title {
    font-size: 34px;
    margin-bottom: 58px;
  }

  .flow__list {
    grid-template-columns: repeat(4, 1fr);
    gap: 28px;
  }

  .flow__list::before {
    top: 64px;
    bottom: auto;
    left: 12.5%;
    right: 12.5%;
    width: auto;
    height: 2px;
    transform: none;
  }

  .flow-item::after {
    left: auto;
    right: -18px;
    top: 62px;
    bottom: auto;
    transform: none;
  }

  .flow-item:last-child::after {
    display: none;
  }

  .flow-item__circle {
    width: 132px;
    height: 132px;
  }

  .flow-item p {
    font-size: 17px;
  }

  img.flow-line {
    display: none;
}
}

.faq {
  padding: 40px 20px;
  background: #f7f7f7;
  font-family:
    "Hiragino Kaku Gothic ProN",
    "Hiragino Sans",
    "Yu Gothic",
    "YuGothic",
    sans-serif;
}

.faq__inner {
  width: min(100%, 520px);
  margin: 0 auto;
}

.faq__head {
  margin-bottom: 38px;
  text-align: center;
}

.faq__icon {
  display: block;
  width: 58px;
  margin: 0 auto 8px;
}

.faq__head h2 {
  position: relative;
  display: inline-block;
  margin: 0;
  padding-bottom: 14px;
  font-size: 28px;
  font-weight: 900;
}

.faq__head h2 span {
  color: #4a9634;
}

.faq__head h2::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 64px;
  height: 1px;
  background: #4a9634;
  transform: translateX(-50%);
}

.faq__list {
  display: grid;
  gap: 18px;
}

.faq-card {
  padding: 20px 22px 24px;
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 5px 16px rgba(0,0,0,.14);
}

.faq-q,
.faq-a {
  display: grid;
  grid-template-columns: 31px 1fr;
  gap: 12px;
}

.faq-q {
  align-items: center;
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 2px dotted #b8d99b;
}

.faq-q span,
.faq-a span {
  width: 31px;
  height: 31px;
  border-radius: 50%;
  background: #51891E;
  color: #fff;
  display: grid;
  place-items: center;
  font-size: 14px;
  font-weight: 900;
  line-height: 1;
}

.faq-q h3 {
  margin: 0;
  font-size: 15px;
  font-weight: 900;
  line-height: 1.55;
}

.faq-a {
  align-items: start;
}

.faq-a p {
  margin: 0;
  font-size: 11px;
  font-weight: 500;
  line-height: 1.9;
}

/* PC */
@media (min-width: 768px) {
  .faq {
    padding: 90px 24px 100px;
  }

  .faq__inner {
    width: min(100%, 900px);
  }

  .faq__head h2 {
    font-size: 40px;
  }

  .faq__list {
    gap: 24px;
  }

  .faq-card {
    padding: 28px 34px 32px;
    border-radius: 12px;
  }

  .faq-q h3 {
    font-size: 20px;
  }

  .faq-a p {
    font-size: 15px;
  }
}

.shop-info {
  padding: 40px 20px;
  background: #f7f7f7;
  font-family:
    "Hiragino Kaku Gothic ProN",
    "Hiragino Sans",
    "Yu Gothic",
    "YuGothic",
    sans-serif;
}

.shop-info__inner {
  width: min(100%, 430px);
  margin: 0 auto;
}

.shop-info__title {
    position: relative;
    margin: 0 0 38px;
    padding-bottom: 14px;
    text-align: center;
    font-size: 28px;
    font-weight: 900;
    line-height: 1.4;
}

.shop-info__title::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 72px;
  height: 1px;
  background: #4a9634;
  transform: translateX(-50%);
}

.shop-info__map {
  margin-bottom: 36px;
  display: grid;
  place-items: center;
}

.shop-info__card {
  padding: 25px;
  background: #fff;
  border-radius: 9px;
}

.shop-info__card dl {
  margin: 0;
}

.shop-info__card div {
  display: grid;
  grid-template-columns: 100px 1fr;
  gap: 14px;
  padding: 19px 0;
  border-bottom: 1px solid #b9dba5;
}

.shop-info__card div:first-child {
  padding-top: 0;
}

.shop-info__card div:last-child {
  padding-bottom: 0;
  border-bottom: none;
}

.shop-info__card dt, .shop-info__card dd {
    margin: 0;
    font-size: 15px;
    font-weight: 600;
    line-height: 1.5;
}

.shop-info__card dd {
  font-weight:  500;
}

/* PC */
@media (min-width: 768px) {
  .shop-info {
    padding: 88px 24px 100px;
  }

  .shop-info__inner {
    width: min(100%, 800px);
  }

  .shop-info__title {
    font-size: 40px;
  }

.shop-info__map iframe{
        width: 550px;
        height: 300px;
    }

  .shop-info__card {
    padding: 36px 52px;
  }

  .shop-info__card div {
    grid-template-columns: 180px 1fr;
  }

  .shop-info__card dt,
  .shop-info__card dd {
    font-size: 17px;
  }
}

.footer{
  position:relative;
  padding:48px 20px 32px;
  background:
    linear-gradient(
      135deg,
      #05172d 0%,
      #0b2744 45%,
      #04111f 100%
    );
  overflow:hidden;
}

.footer::before{
  content:"";
  position:absolute;
  inset:0;

  background:
    linear-gradient(
      135deg,
      rgba(255,255,255,.04) 0%,
      rgba(255,255,255,0) 40%
    );

  pointer-events:none;
}

.footer__inner{
  position:relative;
  z-index:1;

  width:min(100%,1100px);
  margin:auto;

  text-align:center;
}

.footer__logo{
  margin-bottom:28px;
}

.footer__logo img{
  width:min(150px,50vw);
  display:block;
  margin:auto;
}

.footer__links{
  gap:18px;
  margin-bottom:30px;
}

.footer__links li{
    padding-bottom: 5%;
}

.footer__links a{
  color:#fff;
  font-size:16px;
  font-weight:500;
  text-decoration:none;
}

.footer__copy{
  margin:0;

  color:rgba(255,255,255,.6);

  font-size:11px;
  font-weight:500;
  letter-spacing:.05em;
}

/* PC */
@media (min-width:768px){

  .footer{
    padding:70px 24px 36px;
  }

  .footer__logo{
    margin-bottom:36px;
  }

  .footer__logo img{
    width:280px;
  }

  .footer__links{
    gap:28px;
    margin-bottom:30px;
  }

  .footer__links a{
    font-size:14px;
  }

  .footer__copy{
    font-size:12px;
  }

}