@keyframes fadeIn {
  from {
    opacity: 0;
    /* オプション：下から少し移動させたい場合 */
    /* transform: translateY(10px); */
  }

  to {
    opacity: 1;
    /* transform: translateY(0); */
  }
}

@media screen and (min-width: 768px),
print {
  .sp {
    display: none !important;
  }

  header .myself .logo span {
    background-image: url(../insole/images/logo_site_01.svg);
    background-size: contain;
    background-position: center;
  }

  header .myself .logo {
    width: 100%;
    aspect-ratio: 149 / 41;
    margin-top: 0;
  }

  header .myself {
    width: 17vw;
    max-width: 408px;
  }

  header .myself .skin {
    left: 1.3vw;
  }

  footer .myself .logo span {
    background-image: url(../insole/images/logo_site_02.svg);
    background-size: contain;
    background-position: center;
  }

  footer .myself .logo {
    width: 17vw;
    max-width: 211px;
    aspect-ratio: 447 / 173;
  }

  footer .copyright p {
    color: #5A5A5A;
    margin-right: 70px;
  }

  .bg_obj {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow-x: hidden;
  }

  .bg_obj div {
    display: block;
    position: absolute;
    background-size: cover;
    background-repeat: no-repeat;
  }

  section>.inner {
    width: 100%;
  }

  body {
    font-family: "Zen Maru Gothic", sans-serif;
  }

  .content-wrapper {
    background-image: url('../insole/images/back.png');
    background-size: cover;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-position: center top;
    min-height: 100vh;
  }

  /* 追従 */
  .fixed-button-container {
    position: fixed;
    bottom: 50px;
    right: -400px;
    z-index: 9999;
    color: #FFFFFF;
    background-image: url(../insole/images/sticky-bk.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    width: 400px;
    height: auto;
    padding: 40px 20px 60px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    transition: right 0.3s ease-out, opacity 0.3s ease-out;
    opacity: 0;
  }

  .fixed-button-container.is-visible {
    right: 10px;
    opacity: 1;
  }

  .fixed-content {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: -7px;
  }

  .fixed-button-container h5 {
    font-size: 20px;
    font-weight: 900;
    line-height: 160%;
    letter-spacing: 2px;
  }

  .fixed-button-container h5 span {
    font-size: 30px;
    display: inline-block;
    margin: 0 5px;
  }

  .fixed-button-container h6 {
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 13px;
  }

  .fixed-button-container .purchase-note {
    font-size: 12px;
    line-height: 140%;
    margin: 12px auto;
    width: 75%;
    text-align: left;
  }

  .fixed-button-container .fixed-content-btn {
    width: 100%;
  }

  .fixed-button-container .fixed-content-btn a {
    display: flex;
    transition: opacity 0.3s;
    justify-content: center;
    align-items: center;
    width: 75%;
    text-decoration: none;
    font-size: 13px;
    font-weight: 500;
    border-radius: 50px;
    gap: 10px;
    margin: 0 auto;
  }

  .fixed-button-container .fixed-content-btn a:hover {
    opacity: 0.6;
  }

  .btn__normal--white a {
    background-color: #FFFFFF;
    border: 1px solid #FFFFFF;
    border-radius: 100px;
  }

  .btn__normal--black a {
    background-color: #000000;
    color: #FFFFFF;
    border: 1px solid #000000;
    border-radius: 100px;
  }

  .btn__icon {
    font-size: 25px;
    font-weight: 500;
    margin-right: -25px;
    margin-bottom: 3px;
  }

  .fixed-close-btn {
    position: absolute;
    top: 10px;
    right: 50px;
    width: 35px;
    height: 35px;
    background-color: #FFFFFF;
    color: #000;
    border: none;
    border-radius: 50%;
    font-size: 20px;
    line-height: 1;
    cursor: pointer;
    z-index: 10;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
  }


  /* KV */
  #kv {
    width: 100%;
    background-image: url(../insole/images/pc-kv-1.png),
      url(../insole/images/pc-kv-2.png),
      url(../insole/images/pc-kv-3.png),
      linear-gradient(301deg, #B1C8E4 10.93%, #D1E3F2 89.07%);
    background-size: 16% auto,
      28% auto,
      24% auto,
      cover;
    background-position: 0% 80%,
      40% 0%,
      100% 26%,
      0 0;
    background-repeat: no-repeat, no-repeat;
    margin-top: 90px;
  }

  #kv img {
    width: 100%;
    margin: -25% auto 0;
    padding-right: 12vw;
  }

  #kv h5 {
    background: #219AFF;
    color: #FFF6B5;
    font-size: clamp(17px, 2vw, 41px);
    font-style: normal;
    font-weight: 700;
    letter-spacing: 2.754px;
    display: inline;
    box-decoration-break: clone;
    padding: 5px 1.5vw;
  }

  #kv h5 span {
    font-size: 20px;
    vertical-align: super;
  }

  #kv h3 {
    background: #7CD1FC;
    color: #124098;
    font-size: clamp(35px, 3vw, 60px);
    font-style: normal;
    font-weight: 900;
    letter-spacing: 3.718px;
    display: inline;
    box-decoration-break: clone;
    padding: 5px 1.5vw;
  }

  #kv p {
    background: #fff;
    color: #000;
    font-size: clamp(15px, 1vw, 17px);
    font-style: normal;
    font-weight: 700;
    line-height: 200%;
    letter-spacing: 1.6px;
    display: inline;
    box-decoration-break: clone;
    padding: 1% 1.5vw;
  }

  #kv .lead {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 15px;
    padding: 5vw 0 0 15vw;
  }

  #kv .lead>div:last-child {
    margin-top: 0.4vw;
  }

  /* タイトル */
  .section-title {
    color: #000;
    text-align: center;
    margin-bottom: 50px;
  }

  .section-title p.text-caption {
    font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 200%;
    letter-spacing: 1.6px;
    margin: -17px 0 0;
  }

  .section-title h2 {
    font-size: 32px;
    font-weight: 700;
    letter-spacing: 6.08px;
  }

  .section-title h3 {
    font-family: Outfit;
    font-size: 24px;
    font-weight: 500;
    letter-spacing: 3.84px;
    text-transform: uppercase;
  }

  .section-title span {
    display: block;
    width: 80px;
    height: 5px;
    margin: 16px auto;
    background: #124098;
  }

  .section-title p.text {
    text-align: center;
    font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
    font-size: 20px;
    font-weight: 500;
    line-height: 200%;
    letter-spacing: 1.6px;
    margin: 48px 0 30px;
  }

  /* ABOUT */
  #about {
    text-align: center;
    background: url('../insole/images/back.png'), #E6F1FF;
    padding: 80px 0;
    background-position: center top;
  }

  /* PROBLEM */
  #problem {
    width: 100%;
    padding: 80px 0 0;
  }

  #problem ul.problem__list {
    display: flex;
    gap: 25px;
    flex-direction: row;
    justify-content: center;
  }

  #problem .problem-inner {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  /* FACT */
  #fact {
    background: url(../insole/images/bk01.png), #F6F6F6;
    background-size: 100%;
    background-position: top;
    background-repeat: no-repeat;
    width: 100%;
    padding: 80px 0;
    margin-top: -20px;
    border-radius: 60px;
    box-shadow: 0 -6px 18px 0 rgba(0, 0, 0, 0.10);
  }

  #fact .fact-inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 44px;
  }

  #fact .fact-inner img.fact-image {
    width: 740px;
  }

  /* FEATURES */
  #features {
    width: 100%;
    padding: 80px 0;
    display: flex;
    flex-direction: column;
    align-items: center;

  }

  #features .insole__info {
    border: 2px solid #0056B3;
    border-radius: 20px;
    padding: 26px;
    background-color: #ffffff;
    position: absolute;
    width: 45%;
  }

  #features .insole__info--01::before,
  #features .insole__info--02::before,
  #features .insole__info--03::before,
  #features .insole__info--04::before {
    content: "";
    background-repeat: no-repeat;
    background-repeat: no-repeat;
    width: 100%;
    height: 75px;
    position: absolute;
    top: 20px;
    left: 27px;
  }

  #features .insole__info--01::before {
    background-image: url('../insole/images/insole-point01.png');
    background-size: contain;
  }

  #features .insole__info--02::before {
    background-image: url('../insole/images/insole-point02.png');
    background-size: contain;
  }

  #features .insole__info--03::before {
    background-image: url('../insole/images/insole-point03.png');
    background-size: contain;
  }

  #features .insole__info--04::before {
    background-image: url('../insole/images/insole-point04.png');
    background-size: contain;
  }

  #features .insole__title {
    color: #0056B3;
    font-size: 24px;
    font-weight: 700;
    line-height: 1.4;
    margin-top: 0;
    margin-bottom: 20px;
    padding-left: 90px;
  }

  #features .insole__text {
    font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
    color: #000;
    line-height: 1.8;
    font-size: 16px;
    margin-top: 0;
    height: 90px;
  }

  #features .insole {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 790px;
    margin: 0px auto 80px;
  }

  #features .insole__image-wrapper {
    max-width: 60%;
    height: auto;
    margin-left: -750px;
  }

  #features .insole__points {
    position: absolute;
    top: 0;
    width: 930px;
    height: 750px;
  }

  #features .insole__info--01 {
    top: 0;
    left: 0;
  }

  #features .insole__info--02 {
    top: 0;
    right: 0;
  }

  #features .insole__info--03 {
    bottom: 0;
    left: 0;
  }

  #features .insole__info--04 {
    bottom: 0;
    right: 0;
  }

  #features .features-profile {
    display: flex;
    min-width: 970px;
    max-width: 1200px;
    padding: 68px 48px;
    flex-direction: row;
    align-items: flex-start;
    gap: 10px;
    color: #111827;
    font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
    border-radius: 30px;
    background: #E6F1FF;
    gap: 48px;
    margin: 80px 40px 0;
  }

  #features .features-profile .profile-photo {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
  }

  #features .features-profile .profile-photo p {
    font-size: 20px;
    font-weight: 700;
    line-height: 28px;
    letter-spacing: 3px;
  }

  #features .features-profile .profile-photo p span {
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0;
  }

  #features .features-profile .profile-text h5 {
    font-size: 24px;
    font-weight: 700;
    line-height: 28px;
    letter-spacing: 6px;
    margin-bottom: 16px;
  }

  #features .features-profile .profile-text h6 {
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 30px;
    letter-spacing: 0.6px;
  }

  #features .features-profile .profile-text h6 span {
    font-size: 16px;
  }

  #features .features-profile .profile-text h6 span.small {
    font-size: 12px;
    vertical-align: super;
  }

  #features .features-profile .profile-text p.text-body {
    font-size: 16px;
    font-weight: 400;
    line-height: 180%;
    letter-spacing: 1.28px;
    margin: 24px 0;
  }

  #features .features-profile .profile-text p.text-caption {
    font-size: 12px;
    display: flex;
    flex-wrap: wrap;
    position: relative;
    padding-left: 1.2em;
    line-height: 1.6;
  }

  #features .features-profile .profile-text p.text-caption::before {
    content: "※";
    position: absolute;
    left: 0;
    top: 0;
  }


  /* BEFORE / AFTER */
  #beforeafter {
    background: url(../insole/images/bk02.png), #F6F6F6;
    background-size: 100%;
    background-position: top;
    background-repeat: no-repeat;
    width: 100%;
    padding: 80px 0;
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  #beforeafter p.text-caption {
    font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 200%;
    letter-spacing: 1.6px;
    margin: 24px 0 80px;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    padding-left: 1.2em;
  }

  #beforeafter p.text-caption::before {
    content: "※";
    position: absolute;
    left: 0;
    top: 0;
  }

  #beforeafter .beforeafter-comment {
    display: flex;
    width: 61%;
    min-width: 970px;
    max-width: 1200px;
    margin: 0 40px;
    padding: 56px;
    flex-direction: column;
    align-items: flex-start;
    gap: 32px;
    border-radius: 30px;
    background: #FFF;
    font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;

  }

  #beforeafter .beforeafter-comment h5 {
    color: #124098;
    font-size: 28px;
    font-weight: 700;
    line-height: 28px;
    letter-spacing: 6px;
  }

  #beforeafter .beforeafter-comment p {
    font-size: 16px;
    font-weight: 400;
    line-height: 200%;
    letter-spacing: 1.28px;
  }

  /* REVIEW */
  #review {
    width: 100%;
    padding: 80px 0;
  }

  #review .review-member {
    background: #E8E8E8;
    border-radius: 8px;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    padding: 23px 0;
    position: relative;
    max-width: 352px;
    text-align: left;
    font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  }

  #review .review-member img.team-member__photo {
    position: absolute;
    top: -40px;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    max-width: 352px;
    height: auto;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    z-index: 5;
  }

  #review .information-left img.team-member__photo {
    position: absolute;
    top: 0;
    left: 0;
    height: auto;
    width: 100%;
    max-width: 600px;
    opacity: 0;
    z-index: 1;
    transition: opacity 1s ease-in-out;
  }

  #review .information-left {
    position: relative;
    height: 200px;
  }


  #review .information-left img.team-member__photo.active {
    opacity: 1;
    z-index: 10;
  }

  #review .team-member__position {
    margin-top: calc(352px * 0.7 - 40px);
    font-size: 16px;
    padding: 0 16px;
    font-weight: 400;
  }

  #review .team-member__name {
    font-size: 20px;
    font-weight: bold;
    margin-top: 0;
    margin-bottom: 16px;
    padding: 0 16px;
  }

  #review .team-member__text {
    font-weight: 400;
    line-height: 150%;
    letter-spacing: 3px;
    padding: 0 16px;
    margin-top: 0;
  }

  #review .review-slider {
    display: flex;
    flex-direction: row;
    justify-content: center;
    gap: 26px;
    margin-bottom: 50px;
  }

  #review .review-member-simple {
    display: flex;
    flex-direction: row;
    width: 1200px;
    justify-content: space-between;
    margin: 80px auto 56px;
    flex-wrap: wrap;
  }

  #review .review-member:nth-child(n + 5) {
    display: none;
  }

  #review .review-member-simple .review-member img {
    width: 80px;
  }

  #review .review-member-simple .review-member {
    border-radius: 20px;
    background: linear-gradient(13deg, #DAE8F9 30.51%, #EFF8FF 69.49%);
    padding: 16px;
    flex-basis: calc((100% - 60px) / 4);
  }

  #review .review-member-simple .team-member__position {
    margin-top: 0;
  }

  #review .review-member-simple .team-member__name {
    padding: 0;
    font-size: 18px;
  }

  #review .review-member-simple .team-member__position {
    padding: 0;
    font-size: 14px;
  }

  #review .review-member-simple .team-member__text {
    padding: 0;
    font-size: 14px;
    line-height: 180%;
    letter-spacing: 0.56px;
    font-weight: 400;
  }

  #review .review-member-simple .team-member__text span {
    color: #124098;
    font-weight: 700;
  }

  #review .review-member .flex {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 16px;
    margin-bottom: 16px;
  }

  #review .review-member .name {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }

  #review .reviews__toggle {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 353px;
    height: 80px;
    padding: 0 30px;
    margin: 30px auto 80px;
    background-color: #fff;
    border: 2px solid #124098;
    border-radius: 9999px;
    font-size: 24px;
    font-weight: 700;
    color: #124098;
    cursor: pointer;
    appearance: none;
    -webkit-appearance: none;
    text-decoration: none;
    gap: 56px;
  }

  #review .reviews__toggle::after {
    content: '';
    display: inline-block;
    vertical-align: middle;
    color: #124098;
    line-height: 1;
    width: 0.6em;
    height: 0.6em;
    border: 0.13em solid currentColor;
    border-left: 0;
    border-bottom: 0;
    box-sizing: border-box;
    transform: translateY(-25%) rotate(135deg);
    margin-right: -60px
  }


  #review .reviews__toggle:hover {
    background-color: #F0F8FF;
  }

  #review .review-check {
    background-color: #124098;
    border-radius: 20px;
    padding: 45px 0px 55px;
    width: 802px;
    margin: 0 auto;
    text-align: center;
    color: #ffffff;
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  #review .review-check>img {
    display: block;
    margin: 0 auto 60px auto;
    width: 55%;
  }

  #review .review-check h2,
  #review .review-check h3 {
    font-size: 24px;
    color: #ffffff;
    margin-bottom: 30px;
  }

  #review .review-check-list {
    list-style: none;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 51px;
  }

  #review .review-check-list li {
    display: flex;
    align-items: flex-start;
    font-size: 22.5px;
    line-height: 1.6;
    gap: 14px;
    justify-content: flex-start;
  }

  #review .check-list__icon {
    flex-shrink: 0;
    margin-top: 3px;
  }

  #review .review-information {
    display: flex;
    justify-content: center;
    flex-direction: row;
    gap: 45px;
    margin-top: 80px;
  }

  #review table {
    width: 100%;
    max-width: 600px;
    border-collapse: collapse;
    border: 1px solid #F4F4F4;
    font-size: 14px;
    line-height: 1.6;
    font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  }

  #review th,
  #review td {
    padding: 8px 16px;
    border: 1px solid #F4F4F4;
    text-align: left;
    vertical-align: top;
    font-weight: 400;
  }

  #review th {
    background-color: #F4F4F4;
    font-weight: bold;
    width: 130px;
    font-weight: 500;
    border: 1px solid #fff;
    vertical-align: middle;
  }

  #review td {
    background-color: #ffffff;
  }

  #review td small {
    display: block;
    margin-top: 5px;
    font-size: 12px;
  }

  #review .information-left {
    display: flex;
    flex-direction: column;
    align-items: center;
    font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  }

  #review .information-left .text {
    background-color: #F2F4F7;
    border-radius: 8px;
    padding: 41px 32px 32px;
    text-align: center;
    max-width: 600px;
    margin: 388px auto 0;
  }

  #review .information-left h5 {
    font-size: 20px;
    font-weight: 600;
    color: #416EC6;
    margin-bottom: 22px;
  }

  #review .information-left p {
    font-size: 14px;
    line-height: 1.6;
    text-align: left;
    font-weight: 400;
    line-height: 180%;
    letter-spacing: 0.56px;
  }



  /* FAQ */
  #faq {
    background: url(../insole/images/bk03.png), #F6F6F6;
    background-size: 100%;
    background-position: top;
    background-repeat: no-repeat;
    width: 100%;
    padding: 80px 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 80px;
  }

  #faq .faq-list {
    margin: 0 auto;
    width: 61%;
    min-width: 970px;
    max-width: 1200px;
    font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  }

  #faq .faq-item {
    margin-bottom: 32px;
    background-color: #FFFFFF;
    border-radius: 8px;
  }

  #faq .faq-question {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    padding: 18px 42px;
    border: 3px solid #124098;
    border-radius: 8px;
    background-color: #FFFFFF;
    color: #124098;
    font-size: 22px;
    font-weight: 600;
    line-height: 180%;
    letter-spacing: 0.64px;
    cursor: pointer;
    text-align: left;
    outline: none;
  }

  #faq .faq-question .question-text {
    width: 100%;
    text-align: center;
    padding-right: 20px;
  }

  #faq .faq-question.is-open {
    border-color: #124098;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    margin-bottom: 0;
  }

  #faq .faq-question .icon {
    font-size: 24px;
    line-height: 1;
    margin-left: 20px;
    color: #124098;
    transition: transform 0.3s ease;
    flex-shrink: 0;
  }

  #faq .faq-question.is-open {
    border-bottom: none;
  }

  #faq .faq-answer {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease-in-out;
    padding: 0 20px;
    border-radius: 0 0 8px 8px;
  }

  #faq .faq-answer p {
    padding-top: 24px;
    margin: 0;
    color: #124098;
    font-weight: 500;
    line-height: 180%;
    letter-spacing: 0.64px;
    font-size: 16px;
  }

  #faq .faq-question.is-open+.faq-answer {
    border-left: 3px solid #124098;
    border-right: 3px solid #124098;
    border-bottom: 3px solid #124098;
  }

  #faq .faq-answer p.note {
    font-size: 12px;
    width: 90%;
    margin: 0 auto;
    padding-top: 5px;
  }

  #faq .faq-answer p:first-child {
    border-top: 3px solid #124098;
    width: 90%;
    margin: 0 auto;
    font-size: 16px;
  }

  #faq .faq-answer p:last-child {
    padding-bottom: 24px;

  }

  /* CONTACT */
  #contact .section-title span {
    width: 5vw;
    height: 0.3vw;
    margin: 1vw auto;
  }

  #contact .section-title h2 {
    font-size: 2vw;
    color: #fff;
  }

  #contact .section-title h3 {
    color: #fff;
    font-size: 1.3vw;
  }

  #contact .section-title span {
    background: #56D6FF;
  }

  #contact .contact__icon span {
    display: block;
    background-size: contain;
    background-repeat: no-repeat;
  }

  #contact .contact__icon--01 {
    position: absolute;
    top: 2vw;
    left: calc(50% - 30.4vw);
    rotate: -15deg;
  }

  #contact .contact__icon--01 span {
    width: 12.82vw;
    height: 7.29vw;
    background-image: url("../images/top/ill_problem_03.png");
  }

  #contact .contact__icon--02 {
    position: absolute;
    top: 10.5vw;
    left: calc(50% - 31vw);
    rotate: -24.9deg;
  }

  #contact .contact__icon--02 span {
    width: 9.6vw;
    height: 5.24vw;
    background-image: url("../images/top/ill_problem_04.png");
  }

  #contact .contact__icon--03 {
    position: absolute;
    top: 21.5vw;
    right: calc(50% - 32.6vw);
    rotate: -7deg;
  }

  #contact .contact__icon--03 span {
    width: 10.04vw;
    height: 7.41vw;
    background-image: url("../images/top/ill_problem_02.png");
  }

  #contact .contact__icon--04 {
    position: absolute;
    top: 27vw;
    right: calc(50% - 26.6vw);
    rotate: 2.4deg;
  }

  #contact .contact__icon--04 span {
    width: 8vw;
    height: 4.5vw;
    background-image: url("../images/top/ill_problem_01.png");
  }

  #contact .contact__btn {
    padding: 1.5vw 0;
    width: 21vw;
  }

  #contact .contact__btn:after {
    content: "";
    width: 0.6vw;
    height: 0.9vw;
    right: 20px;
  }

  #contact .btn__subtext {
    font-size: 1vw;
  }

  #contact .contact__btn-left p {
    color: #fff;
    font-size: 1vw;
    font-weight: 500;
    line-height: 180%;
    letter-spacing: 0.36px;
    margin-top: 1vw;
    width: 21vw;
  }

  #contact .contact__bg {
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
    padding: 4vw 0;
    background-image: url("../images/top/bg_contact_01.png");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
  }

  #contact .contact__btnbox {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    margin-top: -10px;
  }



}