    body, html {
    padding: 0;
    height: 100%;
    font-family: 'Noto Sans JP', sans-serif;
    background-color: #fff;
    color: #000;
    line-height: 1.7;
    font-size: 85%;
}
@media screen and (max-width: 768px)   {
    body, html {
    font-size: 68%;
    }}
html {
  scroll-behavior: smooth;
}
body {
    overflow-x: hidden;
    padding-top: 35px;
}
body.modal-lock{
  overflow:hidden;
}    
h2 {
    font-size: 3rem;
    line-height: 1.5;
    letter-spacing: 0.06em;
    color: #618691;
}
h3 {
    font-size: 2.5rem;
    line-height: 1.5;
    letter-spacing: 0.06em;
    color: #618691;
}
h4 {
    font-size: 2rem;
    line-height: 1.5;
    letter-spacing: 0.06em;
    color: #618691;
}
p {
    font-size: 1.2rem;
    letter-spacing: 0.05em;
    line-height: 1.7;
    font-weight: 500;
    text-align: center;
}

.pc-only { display: block; }
.sp-only { display: none; }

@media screen and (max-width: 768px) {
  .pc-only { display: none; }
  .sp-only { display: inline-block; }
}  
/*---
#hero {
    width: 100%;
    height: 620px;
    min-height: 620px;
    background-image: url("https://www.scimes.co.jp/lp/mine/img/bg_hero.webp");
    background-size: cover;
    background-position: center;
    overflow: hidden;
} ---*/

#hero {
    width: 100%;
    height: 620px;
    min-height: 620px;
    position: relative; 
    overflow: hidden;
}
.hero-inner {
    position: relative;
    max-width: 1200px;
    width: 90%;
    height: 620px;
    min-height: 620px;
    margin: 0 auto;
}
#hero h2 {
    position: absolute;
    top: 160px;
    left: 187px;
    font-size: 3rem;
    line-height: 1.4;
    z-index: 2;
}
.bubble {
    position: absolute;
    width: 200px;
}
.bubble1 {
    top: 330px;
    left: 187px; 
}
.bubble2 {
    top: 330px;
    left: 397px; 
}
.badge {
    position: absolute;
    top: 45px;
    right: 73px;
    width: 60px;
}
.machine {
    position: absolute;
    right: 120px;
    bottom: 50px;
    width: 316px;
}

.campaign {
    margin: 0 auto;
    text-align: center;
    padding: 3rem 0;
    max-width: 800px;
}
.campaign-free {
    background-color: #ff8000;
    text-align: center;
}
.campaign-free img {
    width: 50%;
    max-width: 460px;
    display: block;
    margin: 0 auto;
    vertical-align: bottom;
}
.campaign-gift img {
    width: 650px;
    margin:0 auto;
}

#suggestion {
    margin: 5rem 0 0 0;
    text-align: center;
    position: relative;
}
.suggestion__text {
      position: relative;
    padding-top: 2rem;
    padding-bottom: 28rem;
    color: #618691;
    line-height: 1;
    letter-spacing: 0.06em;
    font-weight: 500;
    position: relative;
}
.suggestion__block {
    position: relative;
}    
.suggestion__images {
    max-width: 900px;
    margin: 0 auto;
}
.suggestion__img-pc {
    width: 75%;
    display: block;
    margin: 0 auto;
    padding: 5rem 0 10rem 0;
}
.suggestion__img-sp {
    display: none;
}
.suggestion__lead {
    font-size: 1.8rem;
    padding-top: 3rem;
}
.suggestion__catch {
    font-size: 2rem;
}
.suggestion__item {
    margin: 10rem 0 0 0;
    position: relative;
}
.suggestion__item::before {
    content: "";
    position: absolute;
    top: -59%;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url(https://www.scimes.co.jp/lp/mine/img/bg_nami_1.png);
    background-size: cover;
    background-position: center top;
    z-index: 1;
    pointer-events: none;
}
.suggestion__item::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url("https://www.scimes.co.jp/lp/mine/img/bg_nami_2.webp");
    background-size: cover;
    background-position: center top;
    z-index: 2;
    pointer-events: none;
}
.suggestion__item h3 {
    position: relative;
    z-index: 3;
}
.suggestion__img-t {
    margin: 0 auto;
    position: relative;
    z-index: 3;
    display: block;   /* 追加 */
    text-align: center; /* 追加（保険） */
}

.suggestion__img-t img {
    margin: 0 auto;
    padding-bottom: 3.5rem;
}
.suggestion__bubble-wrap {
    position: relative;
    z-index: 3;
    display: flex;          /* 追加 */
    justify-content: center; /* 追加 */
    gap: 1rem;              /* 追加（間隔はお好みで） */
}

.suggestion__bubble-wrap img {
    margin: 0 auto;
    padding: 3rem 0;
    width: 30%;    /* 追加（3枚横並びなので幅を指定） */
    max-width: 200px; /* 追加 */
}
.suggestion__lead,
.suggestion__catch,
.suggestion__images {
    position: relative;
    z-index: 1;
}
#point__box {
    max-width: 566px;
    margin: 5rem auto;
    padding: 6rem 9rem;
    border: 2px solid #618691;
    box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.2);
    border-radius: 14px;
}
.point__item-heading {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1.6rem;
    margin-bottom: 2rem;
}
.point__item-number {
    display: flex;
    flex-direction: column;
    align-items: center;
    line-height: 1;
}
.point__label {
    font-size: 1rem;
    font-weight: 700;
    letter-spacing: 0.1em;
    color: #618691;
}
.point__num {
    font-size: 3.3rem;
    font-weight: 900;
    color: #618691;
    line-height: 1;
}
.point__item-title {
    font-size: 2.5rem;
    font-weight: 700;
    color: #618691;
    letter-spacing: 0.06em;
}
.point__img {
    text-align: center;
    margin: 3rem 0;
}
.point__img img {
    width: 50%;
    max-width: 400px;
}
.point__medical {
    background-color: #EBFAFF;
    border-radius: 7px;
    padding: 3rem;
    text-align: center;
    margin: 3rem 0;
}
.point__medical-heading {
    font-size: 2rem !important;
    font-weight: 700 !important;
    color: #618691;
    margin-bottom: 1rem;
    line-height: 2.6rem;
}
.point__medical-number {
    font-size: 1.1rem !important;
    color: #2b2b2b;
    margin-bottom: 2rem;
}
.point__medical-label {
    display: inline-block;
    border-radius: 60px;
    background-color: #ffffff;
    padding: 0.6rem 4rem;
    font-size: 2.2rem;
    color: #618691;
    margin-bottom: 1.5rem;
}
.point__medical-text {
    font-size: 1.2rem;
    color: #2b2b2b;
}
.point__3type-title-pc {
    display: block;
    font-size: 2rem;
    font-weight: 700;
    color: #618691;
    margin-bottom: 1rem;
}
.point__3type-title-sp {
    display: none;
}
#point__title {
    width: 100%;
    background-image: url("https://www.scimes.co.jp/lp/mine/img/point_bg.webp");
    background-repeat: no-repeat;
    background-position: center;
    min-height: 200px;
    background-size: cover;
}
.point__title-inner {
    max-width: 1200px;
    width: 90%;
    margin: 0 auto;
}
.point__title-inner img {
    width: 27%;
    display: block;
    padding: 4rem 0 4rem 7rem;
}
.point__item-3type {
    margin-top: 4rem;
    text-align: center;
}
.point__3type-wrap {
    display: flex;
    gap: 2rem;
    justify-content: center;
    margin: 2rem 0 4rem 0;
}
.point__3type-item {
    flex: 1;
    max-width: 260px;
    text-align: left;
}
.point__3type-item img {
    width: 100%;
    border-radius: 7px;
    display: block;
    margin-bottom: 1.2rem;
}
.point__3type-heading {
    font-size: 1.4rem !important;
    font-weight: 700;
    color: #618691;
    line-height: 1.5;
    min-height: 4.2rem;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding-bottom: 1rem;
    border-bottom: 3px solid #E4F2F5;
    margin-bottom: 0.8rem;
}
.point__3type-text {
    font-size: 1.15rem;
    color: #2b2b2b;
    text-align: left;
    line-height: 1.7;
}
.modal-trigger-wrap {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-top: 3rem;
}

.modal-trigger-btn {
  width: 100%;
  border: none;
  padding: 1.4rem 2rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
  text-align: center;
  color: #fff;
}
.modal-trigger-btn--denkai { background-color: #0060B4; }
.modal-trigger-btn--sansei { background-color: #DB4E97; }
.modal-trigger-btn--jousu  { background-color: #00B47B; }

.modal-trigger-btn__text {
  font-size: 1.6rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-align: center;
  margin: 0 auto;
}
.modal-trigger-btn__icon {
  font-size: 2rem;
  font-weight: 300;
  line-height: 1;
}

.modal-overlay {
  display: none;
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.6);
  z-index: 1000;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}
.modal-overlay.is-open {
  display: block;
}

.modal-window {
  position: relative;
  background: #fff;
  max-width: 660px;
  width: 90%;
  margin: 6rem auto 4rem;
  border-radius: 8px;
  overflow: hidden;
}
.modal-header {
  flex-shrink: 0; 
  padding: 1.4rem 2rem;
  font-size: 1.6rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  color: #fff;
    text-align: center;
}
.modal-header--denkai { background-color: #0060B4; }
.modal-header--sansei { background-color: #DB4E97; }
.modal-header--jousu  { background-color: #00B47B; }

.modal-close-top {
  position: fixed;
  top: 1.2rem;
  right: 1.2rem;
  background: transparent;
  border: none;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.1rem;
  z-index: 1100;
}
.modal-close-top__label {
  font-size: 1rem;
  color: #ffffff;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1;
  display: block;
}
.modal-close-top__x {
  font-size: 2.4rem;
  color: #ffffff;
  line-height: 1;
  display: block;
}
.modal-body {
  padding: 1.5rem;
}
.modal-close-bottom {
  display: block;
  width: 100%;
  padding: 1.2rem;
  background: #f0f0f0;
  color: #555;
  border: none;
  font-size: 1.2rem;
  font-weight: 700;
  cursor: pointer;
  text-align: center;
  letter-spacing: 0.05em;
  /* border-top: 1px solid #ddd; */
  transition: background 0.2s;
}
.modal-close-bottom:hover {
  background: #e0e0e0;
}
.accordion {
    margin-top: 3rem;
}
.accordion__item {
    margin: 10px;
}

.accordion__btn {
    width: 100%;
    color: #fff;
    border: none;
    padding: 1.4rem 2rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
    text-align: left;
}
.accordion__btn--denkai { background-color: #0060B4; }
.accordion__btn--sansei { background-color: #DB4E97; }
.accordion__btn--jousu  { background-color: #00B47B; }
.accordion__btn-text {
    font-size: 1.6rem;
    font-weight: 700;
    letter-spacing: 0.05em;
}
.accordion__icon {
    font-size: 2rem;
    font-weight: 300;
    line-height: 1;
    transition: transform 0.3s;
}
.accordion__item.is-open .accordion__icon {
    transform: rotate(45deg);
}
.accordion__body {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s ease;
}
.accordion__inner_blue {
    padding: 2rem;
    text-align: left;
    border: 2px solid #0060B4;
}
.accordion__inner_pink {
    padding: 2rem;
    text-align: left;
    border: 2px solid #db4e97;
}
.accordion__inner_green {
    padding: 2rem;
    text-align: left;
    border: 2px solid #00b47b;
}
.accordion__inner img {
    width: 100%;
    border-radius: 7px;
    display: block;
    margin: 1.5rem 0;
}
.accordion__text {
    font-size: 1rem !important;
    color: #2b2b2b;
    text-align: left !important;
    line-height: 1.8;
}
.accordion__close-btn_blue {
    display: block;
    width: 100%;
    padding: 1rem;
    background-color: #0060b4;
    color: #ffffff;
    border: 1px solid #0060b4;
    font-size: 1.15rem;
    font-weight: 700;
    cursor: pointer;
    text-align: center;
    letter-spacing: 0.05em;
}
.accordion__close-btn_blue:hover { background-color: #1d4e79; }
.accordion__close-btn_pink {
    display: block;
    width: 100%;
    padding: 1rem;
    background-color: #db4e97;
    color: #ffffff;
    border: 1px solid #db4e97;
    font-size: 1.15rem;
    font-weight: 700;
    cursor: pointer;
    text-align: center;
    letter-spacing: 0.05em;
}
.accordion__close-btn_pink:hover { background-color: #a72254; }
.accordion__close-btn_green {
    display: block;
    width: 100%;
    padding: 1rem;
    background-color: #00b47b;
    color: #ffffff;
    border: 1px solid #00b47b;
    font-size: 1.15rem;
    font-weight: 700;
    cursor: pointer;
    text-align: center;
    letter-spacing: 0.05em;
}
.accordion__close-btn_green:hover { background-color: #116f35; }

.denkai__level-wrap {
    margin-bottom: 3rem;
}
.denkai__level-item {
    display: flex;
    flex-direction: column;
    margin-bottom: 1.8rem;
}
.denkai__level-label {
    background-color: #e0edf0;
    color: #618691;
    font-size: 1.2rem;
    font-weight: 700;
    padding: 0.6rem 1.2rem;
    border-radius: 4px;
    white-space: nowrap;
    min-width: 120px;
    text-align: center;
}
.denkai__level-strong {
    font-size: 1.6rem;
    font-weight: 900;
}
.denkai__level-text {
    flex: 1;
}
.denkai__section {
    margin-bottom: 3rem;
}
.denkai__section-title {
    font-size: 1.8rem;
    font-weight: 700;
    color: #0060B4;
    text-align: center;
    padding-bottom: 0.8rem;
    border-bottom: 3px solid #E4F2F5;
    margin-bottom: 1.5rem;
}
.denkai__section-lead {
    font-size: 1.3rem !important;
    font-weight: 700;
    text-align: center !important;
    color: #2b2b2b;
    margin-bottom: 1.5rem;
}
.denkai__food-list {
    display: flex;
    flex-direction: column;
}
.denkai__food-item {
    display: flex;
    gap: 1.6rem;
    align-items: center;
    padding: 1.5rem;
}
.denkai__food-item img {
    width: 220px;
    min-width: 220px;
    height: 150px;
    object-fit: cover;
    border-radius: 6px;
}
.denkai__food-text {
    flex: 1;
}
.denkai__food-heading_blue {
    font-size: 1.4rem !important;
    font-weight: 700;
    color: #0060B4;
    margin-bottom: -1.5rem;
    text-align: left !important;
}
.denkai__food-heading_pink {
    font-size: 1.4rem !important;
    font-weight: 700;
    color: #db4e97;
    margin-bottom: -1.5rem;
    text-align: left !important;
}
.denkai__food-heading_green {
    font-size: 1.4rem !important;
    font-weight: 700;
    color: #00b47b;
    margin-bottom: -1.5rem;
    text-align: left !important;
}
.denkai__drink-list {
    list-style: none;
    padding: 0;
    margin: 0;
}
.denkai__drink-item {
    margin-bottom: 1.2rem;
}
.denkai__youtube-caption {
    font-size: 1.2rem !important;
    text-align: center !important;
    color: #618691;
    margin-bottom: 0.8rem;
}
.denkai__youtube {
    width: 100%;
    aspect-ratio: 16 / 9;
}
.denkai__youtube iframe {
    width: 100%;
    height: 100%;
    display: block;
}

.filter__wrap {
    display: flex;
    gap: 2rem;
    align-items: center;
    margin: 3rem 0;
}
.filter__img {
    width: 197px;
    flex-shrink: 0;
}
.filter__text-side {
    flex: 1;
}
.filter__text-side .denkai__level-label {
    margin-bottom: 0.5rem;
    display: inline-block;
}
.filter__text-side .accordion__text {
    margin-bottom: 1.5rem;
}
.filter__label {
    display: block;
    background-color: #e0edf0;
    color: #618691;
    font-size: 1.2rem;
    font-weight: 700;
    padding: 0.6rem 1.2rem;
    border-radius: 4px;
    text-align: center;
    margin-bottom: 0.5rem;
}
.pfas__img {
    text-align: center;
    margin: 3rem 0 5rem 0;
}
.pfas__img img {
    width: 100%;
    max-width: 600px;
}
.pfas__title {
    font-size: 2rem;
    font-weight: 700;
    color: #618691;
    text-align: center;
    margin: 3rem 0 1rem 0;
}
.pfas__lead {
    display: flex;
    gap: 2rem;
    align-items: center;
    margin: 0 0 3rem 0;
}
.pfas__lead-img {
    width: 120px;
    flex-shrink: 0;
}
.pfas__card-wrap {
    display: flex;
    gap: 1.6rem;
    margin: 2rem 0;
}
.pfas__card {
    flex: 1;
    background-color: #f2f2f2;
    border-radius: 10px;
    padding: 1.6rem;
    display: flex;
    gap: 1.3rem;
    align-items: flex-start;
}
.pfas__card-left {
    flex-shrink: 0;
}
.pfas__card-name {
    font-size: 1.8rem !important;
    font-weight: 900;
    color: #618691;
    text-align: left !important;
    line-height: 1.2;
    margin-bottom: -1.3rem;
}
.pfas__card-kana {
    font-size: 1.1rem !important;
    color: #618691;
    text-align: left !important;
}
.pfas__card-icons {
    display: flex;
    gap: 0.6rem;
    margin-top: 0.8rem;
}
.pfas__card-icons img {
    width: 40px;
    height: 40px;
    object-fit: contain;
}
.pfas__who {
    display: flex;
    gap: 2rem;
    align-items: center;
    background-color: #f2f2f2;
    border-radius: 10px;
    padding: 2rem;
    margin: 5rem 2.5rem 2rem 2.5rem;
    position: relative;
}
.pfas__who::before {
    content: "";
    position: absolute;
    top: -16px;
    left: 50%;
    transform: translateX(-50%);
    border-width: 0 16px 16px 16px;
    border-style: solid;
    border-color: transparent transparent #f2f2f2 transparent;
}
.pfas__who .accordion__text {
    flex: 1;
}
.pfas__who img {
    width: 220px;
    flex-shrink: 0;
}
.pfas__mine {
    position: relative;
    text-align: center;
    padding: 0 2rem 4rem 2rem;
    margin-top: 3rem;
    overflow: hidden;
    margin-left: -9rem;
    margin-right: -9rem;
    margin-bottom: -6rem;
}
.pfas__mine-bubble {
    position: absolute;
    bottom: 0;
    width: 140px;
    opacity: 0.7;
}
.pfas__mine-bubble--left { left: 0; }
.pfas__mine-bubble--right { right: 0; }
.pfas__mine-inner {
    position: relative;
    z-index: 1;
}
.pfas__mine-title {
    font-size: 3rem !important;
    font-weight: 900;
    color: #618691;
    text-align: center;
    margin-bottom: 1rem;
}

.point03__lead {
    font-size: 1.8rem;
    font-weight: 700;
    color: #618691;
    text-align: center;
    margin-bottom: 1rem;
}
.point03__lifespan {
    text-align: center;
    margin: 3rem 0 1rem;
}
.point03__lifespan-label {
    font-size: 1.8rem;
    font-weight: 700;
    color: #618691;
    margin-bottom: 0.8rem;
}
.point03__lifespan-line {
    border: none;
    border-top: 2px solid #E4F2F5;
    margin: 0.8rem auto 2.5rem;
    width: 60%;
}
.point03__lifespan-sub {
    font-size: 1.2rem;
    color: #2b2b2b;
    margin-bottom: 0.2rem;
}
.point03__lifespan-num {
    font-size: 4rem;
    font-weight: 900;
    color: #ff8000;
    line-height: 1.1;
    letter-spacing: 0.02em;
    margin: 1rem 0 -2rem 0;
}
.point03__lifespan-up {
    font-size: 3rem;
}

#hikaku {
    max-width: 900px;
    margin: 0 auto;
    padding: 8rem 2rem 24rem;
    overflow-x: hidden;
}
.hikaku__intro {
    text-align: center;
    margin-bottom: 5rem;
    position: relative;
}
.hikaku__intro-woman {
    display: block;
    width: 500px;
    margin: 3rem auto 6rem auto;
}
.hikaku__intro-title {
    font-size: 2.4rem;
    font-weight: 700;
    color: #607D8B;
    letter-spacing: 0.06em;
}
.hikaku__block {
    position: relative;
    margin-bottom: 6rem;
    overflow: visible;
}
.hikaku__bg {
    position: absolute;
    top: 57%;
    right: -3rem;
    transform: translateY(-50%);
    width: 68%;
    z-index: 0;
    pointer-events: none;
    opacity: 0.6;
}
.hikaku__bg img {
    width: 100%;
}
.hikaku__bg--left {
    right: auto;
}
.hikaku__bg--01 {
    top: 59%;
    right: -4rem;
}
.hikaku__bg--02 {
    top: 68%;
    left: -4rem;
}
.hikaku__bg--03 {
    top: 36%;
    left: 31rem;
    width: 71%;
}
.hikaku__inner {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: flex-start;
    gap: 1rem;
    padding: 0 0 0 10rem;
    margin: 9rem 0;
}
.hikaku__inner--02 {
    flex-direction: row;
    padding: 0 10rem 0 0;
}
.hikaku__text-side {
    flex: 0 0 252px;
}
.hikaku__img-side {
    flex: 1;
}
.hikaku__img-side img:not(.hikaku__car) {
    width: 100%;
}
.hikaku__num {
    font-size: 3rem;
    font-weight: 900;
    color: #ffffff;
    -webkit-text-stroke: 1.5px #618691;
    line-height: 1;
    margin-bottom: 0.2rem;
    text-align: left;
    letter-spacing: 0;
}
.hikaku__title {
    font-size: 2.4rem;
    font-weight: 700;
    color: #618691;
    margin-bottom: 1.5rem;
    text-align: left;
    margin-top: -0.02rem;
}
.hikaku__lead {
    font-size: 1.15rem;
    color: #2b2b2b;
    text-align: left;
    line-height: 1.8;
    margin-bottom: 1.5rem;
}
.hikaku__catch {
    font-size: 1.6rem;
    font-weight: 500;
    color: #618691;
    text-align: left;
    line-height: 1.6;
}
.hikaku__img-wrap {
    position: relative;
}
.hikaku__main-img {
    width: 100%;
    display: block;
}
.hikaku__car {
    position: absolute;
    top: -5%;
    right: -5%;
    width: 41%;
}.hikaku__photo-item--lp {
    position: absolute;
    width: 54%;
    bottom: -208px;
    left: 11px;
    z-index: -10;
}
.hikaku__photo-item--honsya {
    position: absolute;
    width: 42%;
    bottom: -285px;
    left: 47%;
}

#sdgs {
  margin: 0 auto 16rem;
  max-width: 900px;
  background-color: aliceblue;
  padding: 4rem 0 9rem;
}

.sdgs__title {
  font-size: 2.4rem;
  font-weight: 700;
  color: #607D8B;
  letter-spacing: 0.06em;
  text-align: center;
}

.sdgs__title-sub {
    font-size: 1.2rem;
    color: #607D8B;
    letter-spacing: 0.06em;
    text-align: center;
    margin-bottom: 4rem;
    }

.sdgs-box {
  margin: 0 8.5rem;
  background-color: #fff;
  padding: 5rem;
}

.sdgs-box__logos {
  display: flex;
  gap: 2rem;
  justify-content: center;
  align-items: center;
  margin-bottom: 2rem;
}

.sdgs-box__logos img {
  max-width: 130px;
  height: auto;
}
.sdgs-box__logos img:nth-child(1) {
  max-width: 151px;
}

.sdgs-box__logos img:nth-child(2) {
  max-width: 76px;
}
.sdgs-box__content {
  display: flex;
  gap: 2rem;
  align-items: flex-start;
  margin: 4rem 0 2rem 0;
}

.sdgs-box__photo {
  width: 45%;
  height: auto;
  flex-shrink: 0;
}

.sdgs-box__text {
  font-size: 1.15rem;
  line-height: 1.8;
  color: #333;
  text-align: left;
}

.sdgs-box__catch {
  font-size: 1.6rem;
  font-weight: 700;
  color: #607D8B;
  text-align: center;
  line-height: 1.8;
}
    
#plan {
  background-size: 100% auto;
  background-color: #CAE0F1;
  background-position: top center;
  padding: 10rem 2rem 15rem;
}

.plan__title {
  text-align: center;
  font-size: 2.4rem;
  font-weight: 700;
  color: #607D8B;
  margin-bottom: 3rem;
}

.plan-box {
  background: #fff;
  border-radius: 12px;
  padding: 3rem;
  margin: 3rem 0 3rem 0;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}

.plan-box__title {
  text-align: center;
  font-size: 2rem;
  font-weight: 700;
  color: #F57C00;
  margin-bottom: 1.5rem;
}

.plan-box__text {
  text-align: center;
    font-size: 1.15rem;
  line-height: 1.8;
  color: #333;
  margin-bottom: 1.5rem;
}

.plan-box__price {
    background: #F57C00;
    color: #fff;
    font-size: 2rem;
    font-weight: 700;
    text-align: center;
    padding: 1rem;
    border-radius: 4px;
    margin-bottom: 1.5rem;
}

.plan-box__price-num {
    font-size: 3rem;
    font-weight: 900;
}

.plan-box__price-tax {
    font-size: 1.2rem; 
    font-weight: 400;
}
.plan-box__note {
  font-size: 1.1rem;
  color: #666;
  margin-top: 1rem;
}

.plan-box img {
  display: block;
  width: 80%;  
  height: auto;
  margin: 1.5rem auto; 
    }

.application {
  background: #fff;
  border-radius: 12px;
  padding: 3rem 0;
  max-width: 760px;
  margin: 0 auto;
}
    .application-box{
       padding: 0px 10.5rem;
    }
.application__title {
  text-align: center;
  font-size: 2rem;
  font-weight: 700;
  color: #607D8B;
  margin-bottom: 1.5rem;
}
.application__step {
  display: flex;
  gap: 4.5rem;
  align-items: stretch; 
  margin-bottom: 0;
}

.application__step-img-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  flex-shrink: 0;
}

.application__step-line {
  width: 2px;
  flex: 1; 
  background: #607D8B;
  min-height: 20px;
}

.application__step-img-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  flex-shrink: 0;
}
.application__step-img-wrap img {
  width: 100px;
  height: auto;
}
.application__step-line {
  width: 8px;
  height: 60px;
  background: #607D8B;
}

.application__step:last-child .application__step-line {
  display: none;
}

.application__step-body {
  padding-top: 0;
  padding-bottom: 2rem;
}
.application__step-num {
  font-size: 1.1rem;
  color: #607D8B;
  font-weight: 700;
  text-align: left;
}
.application__step-title {
  font-size: 1.2rem;
  font-weight: 700;
  color: #333;
  margin-top: -1.2rem;
  text-align: left;
}
.application__step-text {
  font-size: 1.15rem;
  color: #555;
  line-height: 1.8;
  text-align: left;
}
    
.plan__cta {
  text-align: center;
  margin-top: 3rem;
}
    
.spec-other__btn,
.plan__cta-btn {
    overflow: hidden;
    position: relative;
    outline: none;
    align-items: center;
    display: inline-flex;
    height: 5rem;
    background: linear-gradient(to right, #ff6d00, #ffaa55 50%, #ff6d00);
    background-size: 200% 100%;
    color: #fff;
    text-decoration: none;
    padding: 0.3rem 4rem 0.3rem 2.7rem;
    transition: all 0.3s;
    font-size: 1.2rem;
    letter-spacing: 0.05em;
    line-height: 1.5;
    font-weight: 700;
    border-radius: 7rem;
    margin-top: auto;
}

.spec-other__btn::after,
.plan__cta-btn::after {
    content: "→";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 1.8rem;
    font-size: 1.2rem;
    line-height: 1;
    transition: all 0.3s ease;
}

.spec-other__btn:hover,
.plan__cta-btn:hover {
    opacity: 1;
    background-position: right;
}

.spec-other__btn:hover::after,
.plan__cta-btn:hover::after {
    transform: translateY(-50%) translateX(6px);
}

@media screen and (max-width: 768px) {
    .spec-other__btn,
    .plan__cta-btn {
        height: 4.6rem;
        font-size: 1.15rem;
        padding-left: 1.7rem;
    }
    .spec-other__btn::after,
    .plan__cta-btn::after {
        right: 1.4rem;
    }
}  
    
    
    
    
    
    
#spec {
  background: #f5f5f5;
  padding: 8rem 2rem;
}
.spec__title {
  margin: 0 auto 2rem;
  text-align: center;
  font-size: 2.4rem;
  font-weight: 700;
  color: #618691;
}

.spec-other__scroll-wrap {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  padding-bottom: 0.8rem;
}

.spec-other__scroll-wrap::-webkit-scrollbar {
  height: 4px; 
}
.spec-other__scroll-wrap::-webkit-scrollbar-track {
  background: #eee;
  border-radius: 4px;
}
.spec-other__scroll-wrap::-webkit-scrollbar-thumb {
  background: #B0BEC5;
  border-radius: 4px;
}

.spec-box {
  background: #fff;
  border-radius: 12px;
  padding: 3rem;
  max-width: 700px;
  margin: 0 auto 3rem;
}

.spec-images {
  display: flex;
  align-items: center;
  margin-bottom: 3.5rem;
  margin: 0 auto;  
    width: 60%;
}
.spec-images img {
    width: 100%;
  height: auto;
  margin: 0 auto;
}

    .spec-box__text {
  font-size: 1.15rem;
  line-height: 1.8;
  color: #333;
  text-align: center;
  margin-bottom: 6.5rem;
}
.spec-box__img-full {
  display: block;
  width: 100%;
  height: auto;
  margin-bottom: 1.5rem;
margin: 3rem 0;    
  border-radius: 8px;
}

.spec-notice {
  max-width: 700px;
  margin: 0 auto 6rem;
  text-align: center;
}
.spec-notice__title {
  font-size: 1.2rem;
  font-weight: 700;
  color: #333;
  margin-bottom: 0.5rem;
}
.spec-notice__text {
  font-size: 1.1rem;
  color: #555;
  margin-bottom: 1rem;
  line-height: 1.7;
}
.spec-notice img {
  width: 100%;
  height: auto;
  border-radius: 8px;
}

.spec-box--other {
  text-align: center;
}
.spec-other__eyebrow {
  font-size: 1.1rem;
  color: #618691;
  margin-bottom: -1.7rem;
}
.spec-other__title {
  font-size: 1.8rem;
  font-weight: 700;
  color: #618691;
  margin-bottom: 0.8rem;
}
.spec-other__lead {
  font-size: 1.1rem;
  color: #555;
  line-height: 1.7;
  margin-bottom: 2rem;
}

.spec-other__scroll-wrap {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

.spec-other__cards {
  display: flex;
  gap: 1.5rem;
  justify-content: center;
}

.spec-other__card {
  display: flex;
  flex-direction: column;
  align-items: center;
  flex: 1;
  min-width: 180px;
}
.spec-other__card img {
  width: 67%;
  height: auto;
  margin-bottom: 1rem;
}

.spec-other__balloon {
  background: #E3F2FD;
  color: #0060B4;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.6;
  text-align: center;
  border-radius: 50%;
  width: 120px;
  height: 120px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin-bottom: 0.5rem;
}

.spec-other__balloon::after {
  content: '';
  position: absolute;
  bottom: -8px;
  left: 50%;
  transform: translateX(-50%);
  border-width: 14px 10px 0;
  border-style: solid;
  border-color: #E3F2FD transparent transparent;
}

.spec-other__label {
  background-color: #e0edf0;
  color: #618691;
  font-size: 1.1rem;
  font-weight: 700;
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
  white-space: nowrap;
  min-width: 120px;
  text-align: center;
  margin-bottom: 0.8rem;
}


.spec-caution {
  max-width: 700px;
  margin: 0 auto;
  font-size: 1rem;
  color: #555;
  line-height: 2;
}    

.swipe-hint {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: rgba(0, 0, 0, 0.45);
  color: #fff;
  padding: 0.6rem 1.2rem;
  border-radius: 2rem;
  align-items: center;
  gap: 0.4rem;
  font-size: 1.15rem;
  pointer-events: none;
  transition: opacity 0.6s ease;
  white-space: nowrap;
  z-index: 10;
}
.swipe-hint__icon {
  font-size: 1.15rem;
}
.swipe-hint.hide {
  opacity: 0;
}


.spec-other__scroll-wrap {
  position: relative;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  touch-action: pan-x;
  padding-bottom: 0.8rem;
}    

#faq{
max-width:900px;
margin:0 auto;
padding:8rem 2rem;
}

.faq__title{
text-align:center;
font-size:2.6rem;
font-weight:700;
color:#618691;
margin-bottom:3rem;
}

.faq__accordion .accordion__btn {
    background: #ffffff;
    color: #333;
    border-bottom: 3px solid #d9e3e6;
    }

.faq__inner{
padding:0 2rem 2rem 2rem;
background:#fff;
}

.faq__inner p {
    text-align: left;
    font-size: 1.15rem;
    line-height: 1.8;
    color: #333;
} 
    .accordion__btn-text-faq{
        font-weight: 700;
        text-align: left;
        font-size: 1.15rem;
        line-height: 1.4;
        color: #618691;
} 
#subscription {
  background: #CAE0F1;
  padding: 6rem 2rem 4rem;
}

.subscription__bubbles {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
  max-width: 600px;
  margin: 0 auto 2.5rem;
}
.subscription__bubble {
  background: #fff;
  border-radius: 50px;
  padding: 1rem 1.5rem;
  font-size: 1rem;
  color: #333;
  text-align: center;
  box-shadow: 0 2px 8px rgba(0,0,0,0.08);
}

.subscription__lead {
  text-align: center;
  font-size: 1.8rem;
  font-weight: 700;
  color: #618691;
  line-height: 1.8;
  margin-bottom: 3rem;
}

.inquiry-box {
  background: #fff;
  border-radius: 12px;
  padding: 3rem 3rem 3rem;
  max-width: 700px;
  margin: 0 auto 2rem;
  text-align: center;
  position: relative;
}

.inquiry-box__badge {
  position: absolute;
  top: -1rem;
  right: -1rem;
  background: #0060B4;
  color: #fff;
  font-size: 1.1rem;
  font-weight: 700;
  line-height: 1.6;
  border-radius: 50%;
  width: 150px;
  height: 150px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.inquiry-box__badge--line {
  background: #06C755;
}

.inquiry-box__title {
  font-size: 1.6rem;
  font-weight: 700;
  color: #618691;
  margin-bottom: 0.5rem;
}
.inquiry-box__hours {
  font-size: 1.1rem;
  color: #666;
  margin-bottom: 1.5rem;
  line-height: 1.7;
}
.inquiry-box__mail{
  margin-bottom: -6rem;
      font-size: 1.1rem;
  color: #666;
  line-height: 1.7;
}
.inquiry-box__tel {
  display: inline-block;
  font-size: 3rem;
  font-weight: 700;
  color: #0060B4;
  text-decoration: none;
  letter-spacing: 0.05em;
}
.inquiry-box__tel-icon {
  font-size: 2.5rem;
  margin-right: 0.3rem;
}

.inquiry-box__qr {
  width: 130px;
  height: auto;
  margin: 0 auto 1.5rem;
}

.inquiry-box__line-btn {
  background: #29B6C5;
  color: #fff;
  font-size: 1.2rem;
  font-weight: 700;
  padding: 1rem 3rem;
  border-radius: 50px;
  text-decoration: none;
  letter-spacing: 0.05em;
}

.inquiry-box--form {
  padding: 3rem 2rem;
}
#formframe {
  display: block;
  width: 94%;
  border: none;
  overflow: hidden;
    margin: 0 auto;
    transition:height 0.3s ease;
    min-height: 800px;
}    
.bubble-area {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    pointer-events: none;
    z-index: 0;
}
.bubble-anim {
    position: absolute;
    bottom: -50px;
    border-radius: 50%;
    background: radial-gradient(circle at 30% 30%,
                rgba(255,255,255,0.7),
                rgba(150,200,220,0.4));
    animation: rise linear forwards;
}
@keyframes rise {
    0% {
        transform: translateY(0) translateX(0);
        opacity: 1;
    }
    100% {
        transform: translateY(-110vh) translateX(30px);
        opacity: 0;
    }
}
    
.fade-up{
  opacity:0;
  transform:translateY(40px);
  transition:opacity .8s ease, transform .8s ease;
}

.fade-up.is-show{
  opacity:1;
  transform:translateY(0);
}

.fade-in{
  opacity:0;
  transition:opacity 1s ease;
}

.fade-in.is-show{
  opacity:1;
}   
@media screen and (max-width: 1220px) {
    #hero { height: 580px; }
    .hero-inner { height: 580px; 
    min-height: 620px}
    #hero h2 {
        left: 10%;
        font-size: 3.2rem;
    }
    .bubble1 { top: 310px; left: 10%; }
    .bubble2 { top: 310px; left: calc(10% + 210px); }
    .machine {
        right: 60px;
        width: 218px;
        top: 190px;
    }
    .campaign-free img {
        width: 50%;
        max-width: 700px;
    }
    .campaign-gift img { width: 650px; }
    .suggestion__text {
        margin: 2rem 0;
        padding-bottom: 20%;
    }
    .suggestion__lead { font-size: 1.8rem; }
    .suggestion__catch { font-size: 2rem; }
    .suggestion__bubble-wrap {
        max-width: 700px;
        margin: 0 auto;
    }
    .suggestion__bubble-wrap img { width: 32%; }
}

@media screen and (max-width: 768px) {
    #hero {
        height: auto;
        padding: 17px 0 11px 0;
    }
    #hero h2 {
        position: static;
        text-align: center;
        margin-bottom: 10px;
        font-size: 2.4rem;
    }
    .badge {
        right: 7px;
        top: -26px;
        width: 37px;
    }
    .machine {
        position: static;
        display: block;
        margin: 22px auto 0;
    }
.bubble-wrap {
    justify-content: center;
    gap: 10px;
    margin-top: -4px;
    display: flex;
    flex-wrap: nowrap;
}
.bubble {
    position: static;
    width: 46vw;
    max-width: 200px;
    min-width: 140px;
    flex-shrink: 0;
}
    .campaign-free img { width: 90%; }
    .campaign-gift img { width: 98%; }
    .suggestion__text {
        margin: -5rem 0;
        padding-bottom: -20%;
    }
    .suggestion__img-pc { display: none; }
    .suggestion__img-sp {
        display: block;
        width: 70%;
        margin: 0 auto;
    }
    .suggestion__img-sp img {
        width: 100%;
        display: block;
        margin: 0 auto 20px auto;
    }
    .suggestion__lead {
        font-size: 1.8rem;
        margin: 4rem 0 5rem 0;
    }
    .suggestion__catch {
        font-size: 2rem;
        margin: 10rem 0 9rem 0;
    }
    .suggestion__bubble-wrap img { width: 32%; }
    .suggestion__img-t img { width: 90%; }
    .point__title-inner img {
        width: 46%;
        padding: 2.2rem 0;
    }
    .point__item-title { word-break: keep-all; }
    #point__box { padding: 3rem 2.4rem; margin: 3rem 0.6rem;}
    .point__text { font-size: 1.15rem; }
    .point__medical-text { font-size: 1.15rem; }
    .point__img img { width: 95%; }
    .point__medical { padding: 2rem 1.6rem; }
    .point__3type-wrap {
        flex-direction: column;
        align-items: center;
    }
    .point__medical-label {
        font-size: 1.15rem;
        font-weight: 700;
    }
    .point__3type-item {
        max-width: 100%;
        width: 84%;
    }
    .point__3type-title-pc { display: none; }
    .point__3type-title-sp {
        display: block;
        font-size: 2rem !important;
        font-weight: 700 !important;
        color: #618691;
        margin-bottom: 1rem;
        line-height: 2.7rem;
    }
    .point__3type-heading {
        min-height: 0.2rem;
        font-size: 1.15rem;
    }
    .point03__lifespan { margin: 3rem 0 5rem 0; }
    .accordion__btn-text { font-size: 1.2rem; }
    .denkai__level-label {
        min-width: 100px;
        font-size: 1.1rem;
    }
    .denkai__food-item { flex-direction: column; }
    .denkai__food-item img {
        width: 220px;
        min-width: 220px;
        height: 150px;
        object-fit: cover;
        border-radius: 6px;
        margin: 0 auto;
    }
    .filter__wrap {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }
    .filter__img { width: 80%; }
    .filter__text-side .accordion__text { text-align: center !important; }
    .pfas__lead {
        flex-direction: column;
        text-align: center;
        gap: 0;
    }
    .accordion__text{
        font-size:1.3rem;
    }
    .pfas__lead-img { width: 38%; }
    .pfas__card-wrap { flex-direction: column; }
    .pfas__who {
        flex-direction: column;
    }
    .pfas__who img { width: 100%; }
    .pfas__mine {
        margin-left: -2.4rem;
        margin-right: -2.4rem;
        margin-bottom: -3rem;
    }
    .pfas__mine-bubble { width: 90px; }
    .hikaku__inner {
        flex-direction: column;
        padding: 0;
    }
    .hikaku__text-side {
        flex: none;
        width: 100%;
    }
    .hikaku__num,
    .hikaku__title,
    .hikaku__lead,
    .hikaku__catch {
        text-align: left;
    }
    .hikaku__img-side { width: 100%; }
    .hikaku__bg {
        position: absolute;
        top: 258px;
        left: -2rem;
        right: -2rem;
        width: calc(100% + 14rem);
        height: 100%;
        transform: none;
        opacity: 0.6;
    }
    .hikaku__intro-woman {
        display: block;
        width: 100%;
        margin: 3rem auto 6rem auto;
    }
    .hikaku__catch { margin-bottom: -6rem; }
    .hikaku__img-side img:not(.hikaku__car) {
        margin: 1rem 0 0 0;
        width: 103% !important;
    }
    .hikaku__inner--02 { flex-direction: column-reverse; }
    .hikaku__inner--02 .hikaku__img-side { width: 107% !important; }
    .hikaku__bg--02 {
        left: -38%;
        top: 46%;
    }
    .hikaku__inner--03 .hikaku__img-side {
        width: 100%;
        margin: 8rem 0 0 0;
    }
    .hikaku__bg--03 { top: 58%; }
    .hikaku__inner--03 .hikaku__car {
        width: 34%;
        top: 1%;
        right: -3%;
    }
    .hikaku__photos--inline {
        width: 100%;
    }
    .hikaku__photo-item--lp {
        position: absolute;
        width: 52%;
        max-width: 232px;
        bottom: -171px;
        left: 1px;
        z-index: -10;
    }
    .hikaku__photo-item--honsya {
        position: absolute;
        width: 41%;
        max-width: 191px;
        bottom: -222px;
        left: 46%;
        z-index: -100;
    }
    .sdgs-box {
        padding: 3rem;
        margin: 0 1rem;
    }
    .sdgs-box__content {
        flex-direction: column;
    }
    .sdgs-box__photo {
        width: 100%;
    }
    .plan-box img {
        display: block;
        width: 100%;
        height: auto;
        margin: 3rem auto;
    }
    .application {
        padding: 3rem 0;
    }
    .application-box {
        padding: 0px 1.5rem;
    }
    .application__step {
        gap: 1.5rem;
    }
    .application__step-img-wrap img {
        width: 70px;
    }
    .application__step-line {
        height: 50px;
    }
    .application__step-title {
        font-size: 1.15rem;
        text-align: left;
    }
    .application__step-text {
        font-size: 1.15rem;
        line-height: 1.8;
        text-align: left;
        margin-top: -1rem;
    }
    .spec-other__cards {
        justify-content: flex-start;
        padding-bottom: 1rem;
    }
    .spec-other__card {
        min-width: 200px;
    }
    .spec-images {
        width: 100%;
    }
    .spec-images img {
        height: auto;
        margin: 0 auto;
        width: 100%;
    }
    .subscription__bubbles {
        grid-template-columns: 1fr 1fr;
        gap: 0.8rem;
    }
    .subscription__bubble {
        font-size: 1.1rem;
        padding: 0.8rem 1rem;
    }
    .inquiry-box {
        padding: 2.5rem 1.5rem;
        margin: 6rem 0;
    }
    .inquiry-box__badge {
        width: 90px;
        height: 90px;
        font-size: 0.9rem;
        top: -4.8rem;
        right: -0.8rem;
    }
    .inquiry-box__tel {
        font-size: 2.4rem;
    }
    .inquiry-box--form {
        padding: 2rem 1rem;
    }
    .plan__cta-btn {
        display: flex;
    }
    #subscription {
        padding-bottom: 8rem;
    }
}

@media screen and (max-width: 400px) {
    .hikaku__photo-item--lp {
        position: absolute;
        width: 61%;
        bottom: -170px;
        left: -4px;
        z-index: -10;
    }
    .hikaku__photo-item--honsya {
        position: absolute;
        width: 49%;
        bottom: -229px;
        left: 50%;
        z-index: -100;
    }
    .inquiry-box__badge {
  width: 100px;
  height: 100px;
}
}   
    
.gnav {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 500;
  background: rgba(255, 255, 255, 0.95);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}

.gnav__inner {
  margin: 0 auto;
  padding: 0 2rem;
    height: 42px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.gnav__list {
  display: flex;
  gap: 0.4rem;
  list-style: none;
  margin: 0;
  padding: 0;
}

.gnav__link {
  display: block;
  padding: 0.6rem 1.2rem;
  font-size: 1.15rem;
  font-weight: 700;
  color: #618691;
  text-decoration: none;
  letter-spacing: 0.04em;
  white-space: nowrap;
  border-radius: 4px;
  transition: background 0.2s, color 0.2s;
}

.gnav__link:hover {
  background: #618691;
  color: #fff;
}

.gnav__hamburger {
  display: none;
  flex-direction: column;
  justify-content: center;
  gap: 6px;
  width: 40px;
  height: 40px;
  background: none;
  border: none;
  cursor: pointer;
  padding: 6px;
}

.gnav__hamburger span {
  display: block;
  width: 100%;
  height: 2px;
  background: #618691;
  border-radius: 2px;
  transition: transform 0.3s, opacity 0.3s;
}

.gnav__hamburger.is-open span:nth-child(1) {
  transform: translateY(8px) rotate(45deg);
}
.gnav__hamburger.is-open span:nth-child(2) {
  opacity: 0;
}
.gnav__hamburger.is-open span:nth-child(3) {
  transform: translateY(-8px) rotate(-45deg);
}

.gnav__drawer {
  display: none;
  position: absolute;
  top: 56px;
  right: 0;
  width: 220px;
  background: #fff;
  box-shadow: -2px 4px 16px rgba(0, 0, 0, 0.12);
  border-radius: 0 0 0 8px;
  z-index: 510;
  opacity: 0;
  transform: translateY(-8px);
  transition: opacity 0.25s, transform 0.25s;
  pointer-events: none;
}

.gnav__drawer.is-open {
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}

.gnav__drawer-list {
  list-style: none;
  padding: 0.8rem 0;
  margin: 0;
}

.gnav__drawer-link {
  display: block;
  padding: 1.2rem 2rem;
  font-size: 1.2rem;
  font-weight: 700;
  color: #618691;
  text-decoration: none;
  border-bottom: 1px solid #f0f0f0;
  transition: background 0.2s;
}

.gnav__drawer-link:hover {
  background: #f5fafb;
}

.gnav__overlay {
  display: none;
  position: fixed;
  inset: 0;
  z-index: 490;
}

.gnav__overlay.is-open {
  display: block;
}

body {
  padding-top: 56px;
}

.cta-fixed {
  position: fixed;
  z-index: 400;

  bottom: 3rem;
  right: 3rem;

  opacity: 0;
  pointer-events: none;
  transition: opacity 0.5s ease;
}

.cta-fixed.is-show {
  opacity: 1;
  pointer-events: auto;
}

.cta-fixed__btn--pc {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 115px;
  height: 115px;
  border-radius: 50%;
  background: linear-gradient(to bottom right, #ffaa55, #ff6d00 100%);
  color: #fff;
  font-size: 1.2rem;
  font-weight: 900;
  text-decoration: none;
  text-align: center;
  line-height: 1.4;
  letter-spacing: 0.04em;
  box-shadow: 0 3px 5px rgba(183, 183, 183, 0.5), 0 2px 3px rgba(0, 0, 0, 0.15);
  transition: transform 0.2s, box-shadow 0.2s;
}

.cta-fixed__btn--pc:hover {
  transform: scale(1.07);
  box-shadow: 0 10px 28px rgba(255, 128, 0, 0.6), 0 3px 8px rgba(0, 0, 0, 0.15);
}

.cta-fixed__btn--sp {
  display: none;
}

@media screen and (max-width: 768px) {

  .cta-fixed {
    bottom: 0;
    right: 0;
    left: 0;
    width: 100%;
  }

  .cta-fixed__btn--pc {
    display: none;
  }

.cta-fixed__btn--sp {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    padding: 1.4rem 0;
    background: linear-gradient(to bottom right, #ffaa55, #ff6d00 100%);
    color: #fff;
    font-size: 1.6rem;
    font-weight: 900;
    text-decoration: none;
    letter-spacing: 0.06em;
    box-shadow: 0 -3px 12px rgb(149 149 149 / 30%);
}

  #subscription {
    padding-bottom: 8rem;
  }
  .swipe-hint {
    display: flex;
  }    
}    

@media screen and (max-width: 940px) {
    .bubble1 { width: 25%; top: 310px; left: 10%; }
    .bubble2 { width: 25%; top: 310px; left: calc(10% + 160px); }
    #hero h2 {
        left: 10%;
        font-size: 2.5rem;
    }
    .gnav__nav {
        display: none;
    }
    .gnav__hamburger {
        display: flex;
    }
    .gnav__drawer {
        display: block;
    }
    .cta-fixed {
        bottom: 0;
        right: 0;
        left: 0;
        width: 100%;
    }
    .cta-fixed__btn--pc {
        display: none;
    }
    .cta-fixed__btn--sp {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 100%;
        padding: 1.4rem 0;
        background: linear-gradient(to bottom right, #ffaa55, #ff6d00 100%);
        color: #fff;
        font-size: 1.6rem;
        font-weight: 900;
        text-decoration: none;
        letter-spacing: 0.06em;
        box-shadow: 0 -3px 12px rgb(149 149 149 / 30%);
    }
  
}

@media screen and (min-width: 0em) and (max-width: 46.8125em)
.c-forms__submit__back_mine {
    width: calc(100% - 10px) important!;
    margin-right: 6px important!;
    margin-bottom: 1.5rem important!;
}
.c-forms__submit__submit_mine {
    width: calc(101% - 10px) important!;
    margin-left: 6pximportant!;
}
}


.thanks-box {
  max-width: 620px;
  margin: 60px auto;
  background: #fff;
  border-radius: 16px;
  padding: 3rem 2.5rem;
}

.thanks-icon {
  display: none;
}

.thanks-box h3 {
  text-align: center;
  font-size: 1.8rem;
  font-weight: 700;
  color: #5b8fa8;
  margin-bottom: 1rem;
  line-height: 2.3rem;
}

.thanks-lead {
  text-align: left;
  font-size: 1.2rem;
  color: #444;
  margin-bottom: 1.5rem;
  line-height: 1.8;
}

.thanks-sub {
  text-align: center;
  font-size: 1.2rem;
  color: #666;
  margin-bottom: 2rem;
}

.thanks-note {
  border-radius: 8px;
  padding: 1.5rem 2rem;
  font-size: 1.2rem;
  color: #444;
  line-height: 1.9;
}

.thanks-note ul {
  margin: 0.5rem 0 0.5rem 1.5rem;
}

.thanks-note li {
  list-style: disc;
  margin-bottom: 0.3rem;
  line-height: 2rem;
  font-size: 1rem;
}

.l-footer {
  background: #15384E;
  padding: 60px 0 30px;
  position: relative;
}

.l-footer .l-container {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 2rem;
}

.l-footer__main {
  display: flex;
  justify-content: space-between;
  margin-bottom: 50px;
}

.l-footer__company {
  flex: none;
  width: 200px;
  margin-right: 60px;
}

.l-footer__logo {
  display: block;
  margin-bottom: 30px;
}

.l-footer__logo img {
  width: 100%;
  height: auto;
}

.l-footer__sns-wrapper {
  display: flex;
  align-items: center;
  gap: 20px;
}

.l-footer__sns-icon img {
  width: 20px;
  height: 20px;
}

.l-footer__menu {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
}

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

.l-footer__item:not(:last-child) {
  margin-bottom: 20px;
}

.l-footer__item > a,
.l-footer__item > span {
  color: #fff;
  text-decoration: none;
  font-size: 1.15rem;
  font-weight: 700;
  display: block;
}

.l-footer__item > ul {
  margin-top: 12px;
  list-style: none;
  padding: 0;
}

.l-footer__item > ul > li:not(:last-child) {
  margin-bottom: 10px;
}

.l-footer__item > ul > li > a {
  color: #fff;
  text-decoration: none;
  font-size: 1.1rem;
  font-weight: 400;
}

.l-footer__blocks {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 50px;
  padding-top: 30px;
  border-top: 1px solid rgba(255,255,255,0.2);
}

.l-footer__block-wrapper {
  padding: 0 10px;
}

.l-footer__link {
  color: #fff;
  text-decoration: none;
  font-size: 1.2rem;
  font-weight: 700;
  display: block;
  margin-bottom: 6px;
}

.l-footer__text {
  color: #fff;
  font-size: 1.1rem;
  line-height: 1.6;
}

.l-footer__sub {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 20px;
  border-top: 1px solid rgba(255,255,255,0.2);
  flex-wrap: wrap;
  gap: 10px;
}

.l-footer__copyright {
  color: #fff;
  font-size: 1.1rem;
}

.l-footer__policy {
  color: #fff;
  text-decoration: none;
  font-size: 1.1rem;
}

.l-footer__anchor {
  position: absolute;
  right: 40px;
  bottom: 80px;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border: 1px solid #fff;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.2rem;
  text-decoration: none;
}

/* SP */
@media screen and (max-width: 768px) {
  .l-footer__main {
    display: block;
  }

  .l-footer__company {
    display: flex;
    align-items: center;
    width: 100%;
    margin: 0 0 30px;
  }

  .l-footer__logo {
    width: 140px;
    margin: 0 20px 0 0;
  }

  .l-footer__menu {
    display: block;
  }

  .l-footer__list {
    margin-bottom: 20px;
  }

  .l-footer__blocks {
    display: block;
  }

  .l-footer__block {
    margin-bottom: 20px;
  }

  .l-footer__sub {
    flex-direction: column;
    align-items: flex-start;
  }

  .l-footer__anchor {
    display: none;
  }


  .l-footer__item.is-parent > ul {
    display: none;
  }
}



