html {
  display: block;
  background-color: #ddf1ff;
}

body {
  font-family: "Noto Sans JP", "Yu Gothic", "Meiryo", sans-serif;
  font-size: 16px;
  color: #333333;
  max-width: 430px;
  width: 100%;
  margin: 0 auto;
  background-color: #fff;
}

.header {
  padding: 4px;
  height: 40px;
}
.header .logo {
  text-align: center;
}

.reve-logo {
  display: inline-block;
  width: 110px;
  margin-top: 2px;
}

.logo-text {
  font-size: 16px;
  font-weight: bold;
  display: inline-block;
  vertical-align: middle;
  margin-left: 5px;
  margin-bottom: 3px;
}

.logo-text__s {
  font-size: 12px;
  font-weight: bold;
  display: inline-block;
  margin-left: 3px;
}


#kv-sp {
  position: relative;
  width: 100%;
  max-width: 750px;
  margin: 0 auto;
}

#kv-sp img {
  width: 100%;
  display: block;
}

#kv-sp .cta-orange {
  position: absolute;
  bottom: 7%;
  left: 50%;
  transform: translateX(-50%);
  background: #ff6b00;
  color: #fff;
  font-weight: bold;
  font-size: 20px;
  padding: 18px 36px;
  border-radius: 38px;
  text-align: center;
  text-decoration: none;
  box-shadow: 0 4px 10px rgba(0,0,0,0.15);
  transition: background 0.3s, transform 0.2s;

  /* 🔽 追加・修正部分 */
  width: 85%; /* 任意で調整：例として画像幅の8割 */
  max-width: 360px; /* 最大幅を制限すると見栄え安定 */
  white-space: nowrap; /* 1行で表示 */
}

#kv-sp .cta-orange:hover {
  background: #e04a16;
  transform: translateX(-50%) scale(1.03);
}

.kv-list {
  padding-top: 33px;
  padding-inline: 15px;
  margin-bottom: 40px;
}

.kv-list__li img {
  margin-bottom: 15px;
}

.kv-list__li-2 {
  margin-bottom: 0;
}

.fadeIn {
  -webkit-transform: translate3d(0, 50px, 0);
          transform: translate3d(0, 50px, 0);
  -webkit-transition: 1s;
  transition: 1s;
  opacity: 0;
}

.fadeIn.animated {
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  opacity: 1;
}

.introduction {
  margin-top: 91px;
  padding: 0 15px 42px 15px;
  background: url(../img/background.png) no-repeat center center/cover;
}

.nayami {
  margin-top: 10px;
}

.nayami-title {
  margin-bottom: 43px;
  position: relative;
}

.nayami__text {
  display: block;
  padding-inline: 31px;
  z-index: 1;
}

.nayami__left {
  display: block;
  position: absolute;
  content: "";
  width: 81px;
  height: 93px;
  top: -34px;
  right: -30px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.solution-wrap {
  padding: 38px 10px 0;
  background: url(../img/kaiketu_background.png) no-repeat center center/cover;
}

.solution-hiromibox {
  margin-bottom: 40px;
}

.style {
  background: url(../img/eraberu_backgournd.png) no-repeat center center/cover;
  padding: 33px 15px 26px;
}

.italy {
  display: block;
  color: #2b3990;
  margin-top: 32px;
  text-align: center;
  font-size: 20px;
  font-family: "Ephesis", cursive;
}

#text-white {
  margin-top: 0;
  color: #fff;
}

.text-white {
  color: white;
}

.title {
  text-align: center;
  font-size: 22px;
  line-height: 1.16;
  font-weight: bold;
  font-family: "Noto Sans JP", sans-serif;
  padding: 10px 0 35px;
  letter-spacing: 2px;
}

.method .nav {
  padding-inline: 0;
}

.method-style {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.method-style__li {
  margin-left: 20px;
}

.sub-title {
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  margin: 15px 0 21px;
  font-family: "Noto Sans JP", sans-serif;
}

.kokuchi {
  padding-inline: 15px;
}

.title-blue {
  color: #2b3990;
}

.kokuchi-text {
  font-family: "Noto Sans JP", sans-serif;
}

.kokuchi-text__ex {
  margin: 20px 0 19px;
  font-size: 16px;
}

.yellow {
  color: #fce604;
  font-weight: bold;
}

.yellow-zone {
  background-color: #f9ed32;
  padding: 15px 16px 13px 16px;
}

.yellow-zone__text {
  position: relative;
  margin-bottom: 12px;
}
.yellow-zone__text:nth-child(3) {
  margin-bottom: 0;
}
.yellow-zone__text::before {
  position: absolute;
  width: 15px;
  height: 13px;
  content: "";
  display: inline-block;
  background: url(../img/checkbox.png) no-repeat;
  left: 9px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-size: 100%;
  margin: 0 10px 0 0;
  transform: translateY(-50%);
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.yellow-zone__text-p {
  margin-left: 25px;
  font-size: 14px;
}

.source-text {
  color: #c0c0c0;
  margin-bottom: 28px;
}

.small {
  display: block;
  font-size: 12px;
  margin-top: 2px;
}

.kokuchi-text h3 span {
  display: block;
  background-color: #f15a29;
  color: white;
  padding: 9px 0 7px;
  font-weight: bold;
  text-align: center;
}

.orange-text {
  color: #f15a29;
  font-weight: bold;
  margin: 7px 0 26px;
}

.possible-box {
  background: #fdefea;
  padding-bottom: 15px;
}

.possible-box__title {
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  padding: 29px 0 6px;
  font-weight: bold;
}

.slider {
  margin-bottom: 10px;
}

.slide {
  margin: 8px;
}

.nav {
  padding-inline: 15px;
}

#serch {
  background-color: #fbfbfb;
}

.merit {
  padding-inline: 21px;
}

.merit__text h3 {
  font-size: 20px;
  font-weight: bold;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.5;
  margin: 24px 0 5px;
  text-align: center;
}
.merit__text p {
  padding-inline: 14px;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.5;
  margin: 0 auto 46px;
}

.merit__text-blue {
  color: #2b3990;
  font-weight: bold;
}

.marker1 {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(65%, transparent), color-stop(65%, #fff7a4));
  background: linear-gradient(transparent 65%, #fff7a4 65%);
}

.merit__text-s {
  font-size: 10px;
  line-height: 2.4;
  letter-spacing: 0.02px;
}

#merit__text-type2 {
  line-height: 1.5;
  letter-spacing: -1.6px;
}

#merit__text-last {
  margin-bottom: 48px;
  letter-spacing: -1.2px;
}

.voice {
  font-family: "Noto Sans JP", sans-serif;
  background-color: #fbfce9;
  padding: 35px 24px 20px 19px;
}
.voice .italy {
  margin-top: 0;
}

.voice-text {
  padding: 21px 20px 20px 19px;
  background-color: #fff;
  border-radius: 15px;
  -webkit-box-shadow: 4px 4px #2b3990;
          box-shadow: 4px 4px #2b3990;
}
.voice-text h3 {
  font-weight: bold;
  font-size: 16px;
  color: #2b3990;
  margin-bottom: 19px;
  line-height: 0.45;
  letter-spacing: 0.08px;
}
.voice-text p {
  line-height: 1.5;
}

.voice-text2 {
  padding: 21px 20px 25px 19px;
  background-color: #fff;
  border-radius: 15px;
  -webkit-box-shadow: 4px 4px #2b3990;
          box-shadow: 4px 4px #2b3990;
}
.voice-text2 h3 {
  font-weight: bold;
  font-size: 16px;
  color: #2b3990;
  margin-bottom: 19px;
  line-height: 0.45;
  letter-spacing: 0.08px;
}

.name {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 19px 0 25px;
}
.name img {
  display: block;
  width: 60px;
  height: 60px;
  margin-right: 16px;
}
.name p {
  display: inline-block;
  margin-top: 18px;
}

.disease {
  padding-inline: 15px;
}
.disease .merit_hiromi {
  margin-top: 4px;
}

.disease__container {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(8, 1fr);
  grid-column-gap: 15px;
  grid-row-gap: 15px;
}

.disease__item {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: bold;
  background-color: #ddf1ff;
  padding: 13.5px;
  border-radius: 10px;
  text-align: center;
}

.never-giveUp {
  padding: 21px 18px 47px;
}

.qa {
  font-family: "Noto Sans JP", sans-serif;
  background: #eef8ff;
  padding: 25px 15px 30px;
}
.qa .italy {
  margin-top: 0;
}

.accordions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
}

.accordion__title-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.accordion__title-text p {
  display: inline-block;
}

.accordion__title-q {
  display: inline-block;
  color: #fff;
  font-weight: bold;
}

.accordion:nth-child(1) .accordion__title {
  background: #2b3990;
  border-radius: 10px;
}

.accordion:nth-child(1) .accordion__content {
  border-top: none;
}

.accordion:nth-child(2) .accordion__title {
  background: #2b3990;
  border-radius: 10px;
}

.accordion:nth-child(2) .accordion__content {
  border-top: none;
}

.accordion:nth-child(3) .accordion__title {
  background: #2b3990;
  border-radius: 10px;
}

.accordion:nth-child(3) .accordion__content {
  border-top: none;
}

.accordion:nth-child(4) .accordion__title {
  background: #2b3990;
  border-radius: 10px;
}

.accordion:nth-child(4) .accordion__content {
  border-top: none;
}

.accordion:nth-child(5) .accordion__title {
  background: #2b3990;
  border-radius: 10px;
}

.accordion:nth-child(5) .accordion__content {
  border-top: none;
}

.accordion__layout {
  max-width: 430px;
  margin: 0 auto;
}

.accordion__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  line-height: 1.5;
  padding: 14px 14px;
}

.accordion__title p {
  font-size: 16px;
  font-weight: bold;
  color: #fff;
}

.accordion__icon {
  position: absolute;
  top: 50%;
  right: 20px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 11px;
  height: 11px;
}

.accordion__bar {
  position: relative;
  width: 100%;
  height: 100%;
}

.accordion__bar::before {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
  height: 1px;
  width: 100%;
  background: #fff;
}

.accordion__bar::after {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  height: 100%;
  width: 1px;
  background: #fff;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.accordion__content {
  display: none;
  padding: 20px 20px 0;
}

.orange {
  color: #f15a29;
}

.js-icon-rotate .accordion__icon .accordion__bar::after {
  -webkit-transform: translateX(-50%) rotate(90deg);
          transform: translateX(-50%) rotate(90deg);
}

.contact {
  font-family: "Noto Sans JP", sans-serif;
  background: #fff;
  padding: 35px 25px;
}
.contact .italy {
  margin-top: 0;
}
.contact .title {
  padding-bottom: 26px;
}

.form-control {
  width: 100%;
}

.suppliers {
  font-family: "Noto Sans JP", sans-serif;
  background: #eef8ff;
  padding: 29px 25px 21px;
}
.suppliers .italy {
  margin-top: 0;
}

.suppliers__container {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(8, 1fr);
  grid-column-gap: 15px;
  grid-row-gap: 15px;
}

.suppliers__item {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: bold;
  background-color: #fff;
  text-align: center;
}

.company {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  background: #fff;
  padding: 44px 25px 0px;
}
.company .italy {
  margin-top: 0;
}
.company .title {
  padding-bottom: 0;
}

.company-box h3 {
  font-weight: bold;
  padding-top: 14px;
}

.company-title {
  font-size: 14px;
  font-weight: bold;
  color: #2b3990;
  font-family: "Noto Sans JP", sans-serif;
  padding-bottom: 10px;
  margin-top: 23px;
  border-bottom: 1px solid #333333;
}

.footer {
  background-color: #fff;
}

.global-nav__fix {
  position: -webkit-sticky;
  position: fixed;
  max-width: 430px;
  bottom: 10px;
}

.global-navi {
  width: 100%;
}

.fix__line-tel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: fixed;
  bottom: 0;
  max-width: 430px;
  margin: 0 auto;
}

.line-img {
  display: inline-block;
}

.tel-img {
  display: inline-block;
}

.scroll-cta {
  position: fixed;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  background: #f15a24;
  color: #fff;
  padding: 16px 32px;
  font-size: 18px;
  font-weight: bold;
  border-radius: 50px;
  box-shadow: 0 4px 10px rgba(0,0,0,0.2);
  text-decoration: none;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease, transform 0.3s ease;
  z-index: 9999;
      width: 80%;
    text-align: center;
}

.scroll-cta.visible {
  opacity: 1;
  pointer-events: auto;
}

.phoneicon {
  width: 32px;
}


.gray {
  color: #494949;
  font-size: 8px;
  text-align: center;
  margin-top: 35px;
  margin-bottom: 40px;
  padding-bottom: 0px;
}




.ins-num {
  padding: 24px 20px 130px 20px;
  text-align: right;
}
.ins-num p {
  font-size: 0.875rem;
  color: #333;
}

.hnsk_items {
  padding: 0 16px;ß
}

.hnsk_items h2 {
  font-size: 1.6rem;
  font-weight: 700;
  text-align: center;
  position: relative;
  margin-bottom: 2rem;
  color: #333;
  padding-bottom: 0.5rem;
}

.hnsk_items h2::after {
  content: "";
  display: block;
  width: 60px;
  height: 4px;
  background-color: #6db4ff;
  margin: 0.5rem auto 0;
  border-radius: 2px;
}


.hnsk_items h3 {
  background : #06b29c;
  color: #fff;
  padding: 8px 8px 8px 12px;
  font-size: 16px;
  margin-bottom: 12px;
font-size: 1rem;
font-weight: 700;
}

.hnsk_items img {
    width: 98%;
    margin: 0 auto;
    display: block;
}

.hnsk_items .chuui {
  position: relative;
  padding-left: 1.2em;
  font-size: 0.85rem;
  color: #666;
  line-height: 1.6;
  margin-bottom: 24px;
}

.hnsk_items .chuui::before {
  content: "※";
  position: absolute;
  left: 0;
  top: 0;
  font-size: 0.85rem;
  color: #ccc;
}

.hnsk_items .chuui a {
  text-decoration: underline;
  color : #2b3990;
}

.hnsk_items .gaiyou {
  margin-top: 40px;
  background: #fafafa;
  border-radius: 4px;
  border: 2px solid #06b29c;
  padding: 8px;
  text-align: center;
  font-size: 0.875rem;
}

a[href*="tel:"] {
  pointer-events: none;
}

@media screen and (max-width: 430px) {
  a[href*="tel:"] {
    pointer-events: auto;
  }
}

.askbox {
  margin-bottom: 24px;
}