@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap");
.for_pc {
  display: block !important;
}

.for_sp {
  display: none !important;
}

img {
  width: 100%;
}

.is-pc {
  display: block;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}

@media screen and (max-width: 639px) {
  .is-pc {
    display: none !important;
  }
}
.is-sp {
  display: none;
}

@media screen and (max-width: 639px) {
  .is-sp {
    display: block;
  }
}
.mt-10 {
  margin-top: 10px !important;
}

.mt-20 {
  margin-top: 20px !important;
}

.mt-30 {
  margin-top: 30px !important;
}

.mt-40 {
  margin-top: 40px !important;
}

.mt-50 {
  margin-top: 50px !important;
}

.mt-60 {
  margin-top: 60px !important;
}

.mt-70 {
  margin-top: 70px !important;
}

.mt-80 {
  margin-top: 80px !important;
}

.mt-90 {
  margin-top: 90px !important;
}

.mt-100 {
  margin-top: 100px !important;
}

.mb-10 {
  margin-bottom: 10px !important;
}

.mb-20 {
  margin-bottom: 20px !important;
}

.mb-30 {
  margin-bottom: 30px !important;
}

.mb-40 {
  margin-bottom: 40px !important;
}

.mb-50 {
  margin-bottom: 50px !important;
}

.mb-60 {
  margin-bottom: 60px !important;
}

.mb-70 {
  margin-bottom: 70px !important;
}

.mb-80 {
  margin-bottom: 80px !important;
}

.mb-90 {
  margin-bottom: 90px !important;
}

.mb-100 {
  margin-bottom: 100px !important;
}

.modal-trigger {
  cursor: pointer;
  transition: all 0.2s ease-out;
}

.modal-trigger:hover {
  transform: scale(1.02);
}

body {
  font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "verdana", sans-serif !important;
}

.home-header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  width: 100%;
}
.home-header .nav-button {
  position: absolute;
  top: min(20px, 2.5641025641vw);
  right: min(20px, 2.5641025641vw);
  padding: 0;
  width: min(178px, 41.5384615385vw);
  background: none;
  border: none;
  cursor: pointer;
  transition: all 0.2s ease-out;
}
.home-header .nav-button:hover {
  transform: scale(1.02);
}

.home-header .siteid {
  position: absolute;
  top: min(20px, 2.5641025641vw);
  left: min(20px, 2.5641025641vw);
  width: min(130px, 30.7692307692vw);
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
}

.home-header .siteid.fade-in {
  opacity: 1;
  visibility: visible;
}

.home-header .nav-content {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 10000;
  padding-top: 20px;
  padding-bottom: 70px;
  width: min(420px, 100vw);
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  transform: translateY(-120%);
  transition: all 0.4s ease-out;
}

/* WebP未対応の場合 */
.home-header .nav-content {
  background-image: url(https://cdn.getshifter.co/be7ed2e8e82138bc0a01637baba83e9585cb0b44/uploads/2025/09/nav-bg.webp);
}

/* WebP対応ブラウザ用 */
@supports (background-image: url("image.webp")) {
  .home-header .nav-content {
    background-image: url(https://cdn.getshifter.co/be7ed2e8e82138bc0a01637baba83e9585cb0b44/uploads/2025/09/nav-bg.webp);
  }
}
.home-header .nav-content.open {
  transform: translateY(0);
}

.home-header .nav-content-inner {
  margin: 0 auto;
  width: min(340px, 87.1794871795vw);
}

.home-header .nav-content .cloese-button {
  display: flex;
  align-items: center;
  margin: auto 0 auto auto;
  width: fit-content;
  font-family: adobe-garamond-pro, serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0.1em;
  background: linear-gradient(90deg, #e5bd9a, #e9b898, #ecb396, #f0ad96, #f3a797, #f5a299, #f79c9d, #f897a1);
  border: none;
  -webkit-background-clip: text;
  -webkit-text-fill-color: rgba(0, 0, 0, 0);
}

.home-header .nav-content .cloese-button .icon {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  margin-left: 10px;
  width: 30px;
  height: 30px;
  background: linear-gradient(90deg, #e5bd9a, #e9b898, #ecb396, #f0ad96, #f3a797, #f5a299, #f79c9d, #f897a1);
  border-radius: 50%;
  cursor: pointer;
}

.home-header .nav-content .cloese-button .icon::before, .home-header .nav-content .cloese-button .icon::after {
  content: "";
  position: relative;
  grid-column: 1/2;
  grid-row: 1/2;
  display: block;
  margin: auto;
  width: 12px;
  height: 1px;
  background: #4d4d4d;
}

.home-header .nav-content .cloese-button .icon::before {
  transform: rotate(45deg);
}

.home-header .nav-content .cloese-button .icon::after {
  transform: rotate(-45deg);
}

.home-header .nav-content .char-img {
  position: absolute;
  bottom: 0;
  left: 60%;
  width: 110px;
  transform: translateY(50%);
}

.home-header .nav-content .nav-anchor-list {
  margin: 30px auto 0;
}

.home-header .nav-content .nav-anchor-list > li::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: linear-gradient(90deg, #e5bd9a, #e9b898, #ecb396, #f0ad96, #f3a797, #f5a299, #f79c9d, #f897a1);
}

@media screen and (max-width: 639px) {
  .home-header .nav-content .nav-anchor-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .home-header .nav-content .nav-anchor-list > li {
    width: 48%;
  }
}
@media screen and (max-height: 700px) {
  .home-header .nav-content .nav-anchor-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .home-header .nav-content .nav-anchor-list > li {
    width: 48%;
  }
}
.home-header .nav-content .nav-anchor-link {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 1em 20px 0;
  color: #6A6A6A;
  font-size: clamp(0.9375rem, 0.9133663366rem + 0.099009901vw, 1rem);
  line-height: 1.2;
  transition: all 0.2s ease-out;
}

.home-header .nav-content .nav-anchor-link::after {
  content: "";
  display: block;
  width: 8px;
  height: 11px;
  background-image: url(https://cdn.getshifter.co/be7ed2e8e82138bc0a01637baba83e9585cb0b44/uploads/2024/10/anchor_arrow.svg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: inherit;
}

.home-header .nav-content .nav-anchor-link:hover {
  color: #ea9c9d;
}

.home-header .nav-content .nav-anchor-link:hover::after {
  transform: translateY(3px);
}

@media screen and (max-width: 639px) {
  .home-header .nav-content .nav-anchor-link {
    padding-right: 0.5em;
  }
}
.home-main {
  color: #4d4d4d;
}

.home-main *, .home-main *::before, .home-main *::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

.home-main img {
  width: 100%;
  height: auto;
}

.home-main .kv-hero-container img {
  width: 70%;
}

.home-main .kv-hero-container .banner img {
  width: 100%;
}

.home-main .kv-hero-container .kv-line-button img {
  width: 85%;
  margin: auto;
  text-align: center;
}

.balloon-title-001 {
  position: relative;
  margin: 0 auto min(42px, 8.9743589744vw);
  width: fit-content;
  font-size: clamp(1.5rem, 1.4517326733rem + 0.198019802vw, 1.625rem);
  text-align: center;
  border-bottom: 1px solid #707070;
}

.balloon-title-001-inner {
  position: relative;
  z-index: 1;
  display: block;
  padding-bottom: 0.2em;
  background: #F9DFCF;
}

.balloon-title-001::before {
  content: "";
  position: absolute;
  display: block;
  bottom: -5px;
  left: 50%;
  z-index: 0;
  width: 15px;
  height: 15px;
  box-sizing: border-box;
  background-color: #F9DFCF;
  rotate: 135deg;
}

.balloon-title-001::after {
  content: "";
  position: absolute;
  display: block;
  top: calc(100% + 5px);
  left: calc(50% - 4px);
  z-index: 0;
  width: 30px;
  height: 1px;
  transform: rotate(-50deg);
  box-sizing: border-box;
  background-color: #333;
}

.balloon-title-002 {
  position: relative;
  margin: 0 auto min(42px, 8.9743589744vw);
  width: fit-content;
  font-size: clamp(1.5rem, 1.4517326733rem + 0.198019802vw, 1.625rem);
  text-align: center;
  border-bottom: 1px solid #707070;
}

.balloon-title-002-inner {
  position: relative;
  z-index: 1;
  display: block;
  padding-bottom: 0.2em;
  background: #FFF;
}

.balloon-title-002::before {
  content: "";
  position: absolute;
  display: block;
  bottom: -5px;
  left: 50%;
  z-index: 0;
  width: 15px;
  height: 15px;
  box-sizing: border-box;
  background-color: #FFF;
  rotate: 135deg;
}

.balloon-title-002::after {
  content: "";
  position: absolute;
  display: block;
  top: calc(100% + 5px);
  left: calc(50% - 4px);
  width: 30px;
  height: 1px;
  transform: rotate(-50deg);
  box-sizing: border-box;
  background-color: #333;
}

.balloon-title-002 {
  position: relative;
  margin: 0 auto min(42px, 8.9743589744vw);
  width: fit-content;
  font-size: clamp(1.5rem, 1.4517326733rem + 0.198019802vw, 1.625rem);
  text-align: center;
  border-bottom: 1px solid #707070;
}

.balloon-title-002-inner {
  position: relative;
  z-index: 1;
  display: block;
  padding-bottom: 0.2em;
  background: #FFF;
}

.balloon-title-002::before {
  content: "";
  position: absolute;
  display: block;
  bottom: -5px;
  left: 50%;
  z-index: 0;
  width: 15px;
  height: 15px;
  box-sizing: border-box;
  background-color: #FFF;
  rotate: 135deg;
}

.balloon-title-002::after {
  content: "";
  position: absolute;
  display: block;
  top: calc(100% + 5px);
  left: calc(50% - 4px);
  width: 30px;
  height: 1px;
  transform: rotate(-50deg);
  box-sizing: border-box;
  background-color: #333;
}

.balloon-title-003 {
  position: relative;
  margin: 0 auto min(42px, 8.9743589744vw);
  width: fit-content;
  font-size: clamp(1.5rem, 1.4517326733rem + 0.198019802vw, 1.625rem);
  text-align: center;
  border-bottom: 1px solid #707070;
}

.balloon-title-003-inner {
  position: relative;
  z-index: 1;
  display: block;
  padding-bottom: 0.2em;
  background: #fef5f0;
}

.balloon-title-003::before {
  content: "";
  position: absolute;
  display: block;
  bottom: -5px;
  left: 50%;
  z-index: 0;
  width: 15px;
  height: 15px;
  box-sizing: border-box;
  background-color: #fef5f0;
  rotate: 135deg;
}

.balloon-title-003::after {
  content: "";
  position: absolute;
  display: block;
  top: calc(100% + 5px);
  left: calc(50% - 4px);
  width: 30px;
  height: 1px;
  transform: rotate(-50deg);
  box-sizing: border-box;
  background-color: #333;
}

.balloon-title-004 {
  color: #4D4D4D;
  position: relative;
  margin: 0 auto min(42px, 8.9743589744vw);
  width: fit-content;
  font-size: clamp(1.5rem, 1.4517326733rem + 0.198019802vw, 1.625rem);
  text-align: center;
  border-bottom: 1px solid #707070;
}

.balloon-title-004-inner {
  position: relative;
  z-index: 1;
  display: block;
  padding-bottom: 0.2em;
  background: #fdfbfa;
}

.balloon-title-004::before {
  content: "";
  position: absolute;
  display: block;
  bottom: -5px;
  left: 50%;
  z-index: 0;
  width: 15px;
  height: 15px;
  box-sizing: border-box;
  background-color: #fef5f0;
  rotate: 135deg;
}

.balloon-title-004::after {
  content: "";
  position: absolute;
  display: block;
  top: calc(100% + 5px);
  left: calc(50% - 4px);
  width: 30px;
  height: 1px;
  transform: rotate(-50deg);
  box-sizing: border-box;
  background-color: #333;
}

.balloon-title-005 {
  color: #4D4D4D;
  position: relative;
  margin: 0 auto min(42px, 8.9743589744vw);
  width: fit-content;
  font-size: clamp(1.5rem, 1.4517326733rem + 0.198019802vw, 1.625rem);
  text-align: center;
  border-bottom: 1px solid #707070;
}

.balloon-title-005-inner {
  position: relative;
  z-index: 1;
  display: block;
  padding-bottom: 0.2em;
  background: #fef5f0;
}

.balloon-title-005::before {
  content: "";
  position: absolute;
  display: block;
  bottom: -5px;
  left: 50%;
  z-index: 0;
  width: 15px;
  height: 15px;
  box-sizing: border-box;
  background-color: #fef5f0;
  rotate: 135deg;
}

.balloon-title-005::after {
  content: "";
  position: absolute;
  display: block;
  top: calc(100% + 5px);
  left: calc(50% - 4px);
  width: 30px;
  height: 1px;
  transform: rotate(-50deg);
  box-sizing: border-box;
  background-color: #333;
}

.balloon-title {
  position: relative;
  margin: 0 auto min(42px, 8.9743589744vw);
  width: fit-content;
  font-size: 23px;
  text-align: center;
  border-bottom: 1px solid #707070;
}

.balloon-title-inner {
  position: relative;
  z-index: 1;
  display: block;
  padding-bottom: 0.2em;
  background: #F9DFCF;
}

.balloon-title::before {
  content: "";
  position: absolute;
  display: block;
  bottom: -5px;
  left: 50%;
  z-index: 0;
  width: 15px;
  height: 15px;
  box-sizing: border-box;
  background-color: #F9DFCF;
  rotate: 135deg;
}

.balloon-title::after {
  content: "";
  position: absolute;
  display: block;
  top: calc(100% + 5px);
  left: calc(50% - 4px);
  z-index: -1;
  width: 30px;
  height: 1px;
  transform: rotate(-50deg);
  box-sizing: border-box;
  background-color: #333;
}

@media screen and (max-width: 639px) {
  .balloon-title-001-inner,
  .balloon-title-002-inner,
  .balloon-title-003-inner,
  .balloon-title-004-inner,
  .balloon-title-005-inner {
    font-size: 18px;
  }
}
.block-title {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-top: 24px;
  margin-bottom: 24px;
  font-size: clamp(1.875rem, 1.7784653465rem + 0.396039604vw, 2.125rem);
  text-align: left;
}

.colored {
  color: #f897a1;
}

.marker {
  line-height: 1.4;
  background-image: linear-gradient(to bottom, transparent 50%, #fdc4c3 50%, #fdc4c3 100%);
}

.button {
  position: relative;
  display: block;
  margin: auto;
  padding: 1.625em min(42px, 1.875em);
  max-width: 400px;
  color: #fff;
  font-size: 16px;
  line-height: 1;
  text-align: center;
  background: #ea9c9d;
  border: 1px solid #ea9c9d;
  border-radius: 9999px;
  transition: all 0.2s ease-out;
}

.button:link, .button:visited {
  color: #fff;
}

.button::after {
  content: "";
  position: absolute;
  top: calc(50% - 5px);
  right: min(29px, 1.25em);
  display: block;
  width: 10px;
  height: 10px;
  border-top: 1px solid currentColor;
  border-right: 1px solid currentColor;
  transform: rotate(45deg);
}

.button:hover {
  color: #ea9c9d;
  background-color: #fff;
}

.button.bk {
  background: #4d4d4d;
  border-color: #4d4d4d;
}

.button.line {
  width: 384px;
  color: #555555;
  background-color: transparent;
  border-color: #555555;
}

.button.bk:link, .button.bk:visited {
  color: #fff;
}

.button.bk:hover {
  color: #4d4d4d;
  background-color: #fff;
}

.banner {
  display: block;
  transition: all 0.2s ease-out;
}

.banner:hover {
  transform: scale(1.02);
}

.movie-thumb {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  border-radius: 5px;
  overflow: hidden;
  cursor: pointer;
}

@media screen and (max-width: 639px) {
  .movie-thumb {
    border-radius: 10px;
    padding: 0 30px;
  }
}
.movie-thumb .img-box, .movie-thumb .overlay {
  position: relative;
  grid-column: 1/2;
  grid-row: 1/2;
  margin: auto;
}

.movie-thumb .img-box {
  z-index: 1;
}

.movie-thumb .img-box img {
  width: 100%;
}

.movie-thumb .overlay {
  z-index: 2;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  background: rgba(39, 39, 39, 0.3);
  border-radius: 5px;
  transition: all 0.2s ease-out;
}

.movie-thumb .overlay .icon {
  width: min(165px, 25.1282051282vw);
}

.movie-thumb:hover .overlay {
  background: rgba(39, 39, 39, 0);
}

.fadein {
  opacity: 0;
  visibility: hidden;
  transform: translateY(150px);
  transition: all 0.6s ease-out 0.2s;
}

.fadein.is-active {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.kv-content {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: clamp(16px, 4vw, 32px);
  align-items: center;
}
.kv-content .front-box {
  width: 100%;
}
.kv-content .banner-box {
  width: min(1080px, 92vw);
  margin-inline: auto;
}
.kv-content .kv_banner-slide-block {
  overflow: visible;
}
.kv-content .kv_banner-slide-block.swiper {
  overflow: visible;
}
.kv-content .kv_banner-slide-block.swiper .swiper-pagination {
  position: relative;
  top: auto;
  bottom: auto;
  margin-top: 10px;
}
.kv-content .kv_banner-slide-block.swiper .swiper-pagination .swiper-pagination-bullet {
  width: 30px;
  height: 6px;
  background: #FDF5EF;
  border-radius: 9999px;
  opacity: 1;
}
.kv-content .kv_banner-slide-block.swiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #DDB182;
  box-shadow: none;
}

@media screen and (min-width: 720px) {
  .kv-content .banner-box.noSwiper .kv_banner-slide-block .swiper-wrapper {
    align-items: center;
    justify-content: center;
  }
  .kv-content .banner-box.noSwiper .kv_banner-item,
  .kv-content .banner-box.noSwiper .kv_banner-item .banner {
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
.kv-hero {
  position: relative;
  overflow: hidden;
  color: #2b2b2b;
  background: url("https://cdn.getshifter.co/be7ed2e8e82138bc0a01637baba83e9585cb0b44/uploads/2025/10/kv_bg_pc-1-scaled.png") center top/cover no-repeat;
  background-color: #fceee5;
}

.kv-hero-inner {
  min-height: clamp(580px, 60vw, 760px);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  gap: clamp(16px, 3vw, 28px);
  padding: clamp(20px, 3vw, 40px) 0 clamp(28px, 4vw, 56px);
  position: relative;
  z-index: 1;
  text-align: left;
}

.kv-hero-container {
  width: 50%;
  max-width: 600px;
  margin-inline: auto;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  align-self: flex-start;
  position: relative;
  right: 16%;
}

@media screen and (max-width: 720px) {
  .kv-hero-container {
    width: 90%;
  }
}
@media screen and (min-width: 721px) {
  .kv-hero-container {
    margin-top: 5%;
  }
}
.kv-hero-satisfaction {
  position: absolute;
  right: 16%;
  top: 20%;
  width: 124px !important;
  aspect-ratio: 512/455;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 4px;
  padding: 16px 14px 14px;
  background-image: url("https://cdn.getshifter.co/be7ed2e8e82138bc0a01637baba83e9585cb0b44/uploads/2025/10/service_appeal_bg.png");
  background-repeat: no-repeat;
  background-size: cover;
  color: #cea528;
  text-align: center;
  font-weight: 700;
  z-index: 2;
}

.kv-hero-satisfaction-label {
  font-size: 0.75rem;
  line-height: 1.25;
  letter-spacing: 0.03em;
  margin-top: 1rem;
  font-weight: 550;
}

.kv-hero-satisfaction-score {
  display: inline-flex;
  align-items: flex-end;
  gap: 2px;
  line-height: 1;
  font-family: "Lato", sans-serif;
}

.kv-hero-satisfaction-score-main {
  font-size: 2rem;
  line-height: 0.9;
  letter-spacing: 0.1rem;
  font-weight: 600;
}

.kv-hero-satisfaction-score-decimal {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 0.5px;
}

.kv-hero-satisfaction-score-asterisk {
  font-size: 0.4rem;
  line-height: 1;
  color: #c4c4c4;
  font-weight: 100;
}

.kv-hero-satisfaction-score-decimal-value {
  font-size: 1.3rem;
  font-weight: 400;
}

.kv-hero-character {
  position: absolute;
  left: 11%;
  bottom: 36%;
  width: clamp(140px, 5vw, 120px) !important;
  pointer-events: none;
  z-index: 1;
}

.kv-hero-kicker {
  font-size: clamp(13px, 1.4vw, 16px);
  color: #6b6b6b;
  letter-spacing: 0.02em;
  font-weight: 700;
  margin: 0 auto 1.6rem;
  text-align: center;
  align-self: center;
}

@media screen and (max-width: 720px) {
  .kv-hero-kicker {
    margin: 0 auto 0.8rem;
  }
}
.kv-hero-title {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
  margin: 0 auto;
  text-align: center;
  max-width: 500px;
}

.kv-hero-brand {
  width: clamp(220px, 22vw, 360px);
}

.kv-hero-sub {
  font-size: clamp(14px, 1.6vw, 20px);
  color: #6b6b6b;
}

.kv-hero-badges {
  display: flex;
  gap: 12px;
  justify-content: flex-start;
  flex-wrap: wrap;
  align-self: flex-start;
  text-align: center;
  margin: auto;
  margin-top: 1.4rem;
}

.kv-hero-badge {
  width: clamp(120px, 9.5vw, 150px);
  aspect-ratio: 1/1;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  padding-top: 36%;
  text-align: center;
  line-height: 1.2;
  user-select: none;
}

.kv-hero-badge-sub-title {
  margin-top: 6px;
  margin-bottom: 6px;
}

@media screen and (max-width: 720px) {
  .kv-hero-badge-sub-title {
    margin-top: 5px;
    margin-bottom: 3px;
  }
}
.kv-hero-badge-small {
  font-size: 13px;
  color: #CB9F71;
}

.kv-hero-badge-big {
  font-weight: 700;
  font-size: 19px;
  color: #CB9F71;
}

.kv-hero-badge-xl {
  font-weight: 700;
  font-size: 17px;
  color: #CB9F71;
}

.kv-hero-badge--simple {
  padding-top: 14%;
  background-image: url("https://cdn.getshifter.co/be7ed2e8e82138bc0a01637baba83e9585cb0b44/uploads/2025/10/cycle_doctor.png");
}

.kv-hero-badge--zero {
  padding-top: 14%;
  background-image: url("https://cdn.getshifter.co/be7ed2e8e82138bc0a01637baba83e9585cb0b44/uploads/2025/10/cycle_price.png");
}

.kv-hero-badge--delivery {
  padding-top: 14%;
  background-image: url("https://cdn.getshifter.co/be7ed2e8e82138bc0a01637baba83e9585cb0b44/uploads/2025/10/cycle_delivery.png");
}

.kv-hero-actions {
  width: 100%;
  margin: clamp(30px, 4vw, 30px) auto 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: clamp(16px, 3vw, 28px);
}
.kv-hero-actions .kv-line-button {
  width: min(1080px, 92vw);
  margin-inline: auto;
}

.kv-hero-inner > .banner-box {
  align-self: center;
}

.kv-line-button {
  display: flex;
  justify-content: center;
}

.kv-line-cta {
  display: block;
  width: 100%;
  max-width: 350px;
  margin-right: 30%;
  text-decoration: none;
  border-radius: 0;
  background: transparent;
  border: none;
  box-shadow: none;
  transition: transform 0.2s ease-out;
}
.kv-line-cta::before {
  content: none;
}
.kv-line-cta picture,
.kv-line-cta img {
  display: block;
  width: 100%;
  height: auto;
}
.kv-line-cta:hover {
  transform: translateY(-2px);
}

@media screen and (max-width: 720px) {
  .kv-hero {
    background-image: url("https://cdn.getshifter.co/be7ed2e8e82138bc0a01637baba83e9585cb0b44/uploads/2025/10/kv_bg_sp-1.png");
    background-position: center top;
  }
  .kv-hero-inner {
    align-items: flex-start;
    justify-content: center;
    padding-top: clamp(20px, 14vw, 72px);
  }
  .kv-hero-inner > .banner-box {
    align-self: center;
    width: 80%;
  }
  .kv-hero-container {
    right: 0;
    align-items: center;
  }
  .kv-hero-satisfaction {
    right: 5%;
    top: 22%;
    width: 30% !important;
  }
  .home-main .kv-hero-container .kv-line-button img {
    width: 100%;
  }
  .kv-line-cta {
    margin: auto;
    text-align: center;
  }
  .kv-hero-badges {
    justify-content: center;
    margin-top: 58%;
    width: 100%;
  }
  .kv-hero-badge {
    width: 28%;
    padding-top: 13%;
  }
}
@media screen and (max-width: 720px) and (max-width: 720px) {
  .kv-hero-badge {
    width: 30%;
    padding-top: 13%;
  }
}
@media screen and (max-width: 720px) {
  .kv-hero-badge-small {
    font-size: 12px;
  }
  .kv-hero-badge-big {
    font-size: 16px;
  }
  .kv-hero-badge-xl {
    font-size: 15px;
  }
  .kv-hero-character {
    left: 0%;
    top: 32%;
    bottom: auto;
    width: 32% !important;
  }
  .kv-line-cta {
    width: 100%;
  }
}
@media screen and (min-width: 1200px) {
  .kv-content .kv_banner-slide-block .swiper-wrapper {
    gap: 1.6666666667%;
  }
  .kv-content .kv_banner-item {
    width: min(590px, 49.1666666667%);
  }
}
.reserve_button_box {
  position: fixed;
  bottom: 10px;
  left: 50%;
  z-index: 1000;
  width: min(370px, 94.8717948718vw);
  transform: translateX(-50%);
}

.reserve_button_box {
  opacity: 0;
  visibility: hidden;
  transform: translate(-50%, 150px);
  transition: all 0.4s ease-out;
}

.reserve_button_box.is-active {
  opacity: 1;
  visibility: visible;
  transform: translate(-50%, 0);
}

.lead-block {
  background: #FCEEE5;
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  /* スマホ向け */
  /* PC向け */
}
.lead-block .lead-block-inner {
  z-index: 2;
}
.lead-block .bg-box, .lead-block .lead-block-inner {
  position: relative;
  grid-column: 1/2;
  grid-row: 1/2;
  margin: auto;
}
.lead-block > .bg-box {
  z-index: 1;
  min-height: 600px;
}
@media screen and (max-width: 639px) {
  .lead-block {
    background-image: url(https://cdn.getshifter.co/be7ed2e8e82138bc0a01637baba83e9585cb0b44/uploads/2025/09/lead-block-bg-sp-1.webp);
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
  }
  .lead-block > .bg-box {
    z-index: 1;
    min-height: 470px;
  }
}
@media screen and (min-width: 640px) {
  .lead-block {
    background-image: url(https://cdn.getshifter.co/be7ed2e8e82138bc0a01637baba83e9585cb0b44/uploads/2025/09/lead_img_bg_pc-1.jpg);
    background-color: #fceee5;
    background-position: center top;
    background-repeat: no-repeat;
  }
}

.lead-block-inner {
  padding-top: min(80px, 12.8205128205vw);
  margin: auto;
  width: min(1200px, 100%);
  /* スマホ向け */
}
@media screen and (max-width: 639px) {
  .lead-block-inner {
    padding-top: 0;
  }
}

.lead-block-title {
  margin-bottom: 1.3888888889em;
  font-size: clamp(1.5rem, 1.2103960396rem + 1.1881188119vw, 2.25rem);
  line-height: 1.6;
  text-align: center;
  /* スマホ向け */
}
.lead-block-title .txt-small {
  display: block;
  font-size: 0.6666666667em;
}
@media screen and (max-width: 639px) {
  .lead-block-title {
    margin-top: 20px;
    margin-bottom: 0;
  }
}

.lead-block .lead-img-box {
  margin: auto;
  /* スマホ向け */
  /* PC向け */
  /* PC向け */
}
@media screen and (max-width: 639px) {
  .lead-block .lead-img-box {
    width: min(1060px, 94.358974359vw);
  }
}
@media screen and (min-width: 640px) and (max-width: 1199px) {
  .lead-block .lead-img-box {
    width: 100%;
  }
}
@media screen and (min-width: 1200px) {
  .lead-block .lead-img-box {
    width: 796px;
  }
}

.lead-block-bottom {
  margin: min(40px, 7.6923076923vw) auto 0;
  /* スマホ向け */
}
.lead-block-bottom .front-box .txt-box {
  position: relative;
  font-size: clamp(0.875rem, 0.7301980198rem + 0.5940594059vw, 1.25rem);
}
.lead-block-bottom .front-box .txt-box p {
  font-weight: normal;
  letter-spacing: 0.05em;
  line-height: 1.8;
}
.lead-block-bottom .front-box .txt-box p + p {
  margin-top: 1em;
}
.lead-block-bottom .front-box .char-box {
  position: absolute;
  top: 362px;
  right: -39px;
  width: 150px;
  z-index: 3;
}
@media screen and (max-width: 639px) {
  .lead-block-bottom {
    margin-top: 17.9487179487vw;
  }
  .lead-block-bottom .front-box {
    position: relative;
    padding-top: 12.8205128205vw;
    padding-bottom: 12.8205128205vw;
    background: #fef6f0;
  }
  .lead-block-bottom .front-box::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 8.9743589744vw;
    background-image: url(https://cdn.getshifter.co/be7ed2e8e82138bc0a01637baba83e9585cb0b44/uploads/2025/09/lead-front-box-bg_sp.webp);
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    transform: translateY(-99%);
  }
  .lead-block-bottom .front-box .txt-box {
    margin: auto;
    width: 80%;
  }
  .lead-block-bottom .front-box .char-box {
    position: absolute;
    top: 308px;
    right: -50px;
    width: 150px;
    z-index: 3;
  }
  .lead-block-bottom .bg-box {
    margin-top: -1px;
  }
}

/* tablet向け */
@media screen and (min-width: 640px) and (max-width: 1199px) {
  .lead-block-bottom {
    position: relative;
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: 1fr;
    width: 100vw;
  }
  .lead-block-bottom .front-box, .lead-block-bottom .bg-box {
    position: relative;
    grid-column: 1/2;
    grid-row: 1/2;
    margin: auto;
  }
  .lead-block-bottom .bg-box {
    background-image: url(https://cdn.getshifter.co/be7ed2e8e82138bc0a01637baba83e9585cb0b44/uploads/2025/10/lead-block-bottom-bg-5-2_1200.webp);
    background-color: #f9dfd0;
    background-position: center top;
    background-repeat: no-repeat;
    background-size: contain;
    max-width: 1200px;
  }
  .lead-block-bottom .bg-box img {
    visibility: hidden;
  }
  .lead-block-bottom .front-box {
    z-index: 1;
    margin: auto;
    width: min(1200px, 90%);
    height: 100%;
  }
  .lead-block-bottom .front-box .txt-box {
    margin: min(170px, 14.1666666667%) 0 auto auto;
    width: fit-content;
  }
  .lead-block-bottom .bg-box {
    z-index: 0;
    width: 100%;
    max-height: 842px;
    height: 60.1428571429vw;
  }
  .lead-block-bottom .bg-box picture {
    width: 100%;
  }
  .lead-block-bottom .bg-box img {
    width: 100%;
    max-height: 842px;
    height: 100%;
    aspect-ratio: 1757/842;
    object-fit: cover;
    object-position: center bottom;
  }
}
/* PC向け */
@media screen and (min-width: 1200px) {
  .lead-block-bottom {
    position: relative;
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: 1fr;
    width: 100vw;
  }
  .lead-block-bottom .front-box, .lead-block-bottom .bg-box {
    position: relative;
    grid-column: 1/2;
    grid-row: 1/2;
    margin: auto;
  }
  .lead-block-bottom .bg-box {
    background-image: url(https://cdn.getshifter.co/be7ed2e8e82138bc0a01637baba83e9585cb0b44/uploads/2025/09/lead-block-bottom-bg-5-2.webp);
    background-color: #f9dfd0;
    background-position: center top;
    background-repeat: no-repeat;
  }
  .lead-block-bottom .bg-box img {
    visibility: hidden;
  }
  .lead-block-bottom .front-box {
    z-index: 1;
    margin: auto;
    width: min(1200px, 90%);
    height: 100%;
  }
  .lead-block-bottom .front-box .txt-box {
    margin: min(170px, 14.1666666667%) 0 auto auto;
    width: fit-content;
  }
  .lead-block-bottom .bg-box {
    z-index: 0;
    width: 100%;
    max-height: 842px;
    height: 60.1428571429vw;
  }
  .lead-block-bottom .bg-box picture {
    width: 100%;
  }
  .lead-block-bottom .bg-box img {
    width: 100%;
    max-height: 842px;
    height: 100%;
    aspect-ratio: 1757/842;
    object-fit: cover;
    object-position: center bottom;
  }
}
.anchor-block {
  padding: min(80px, 12.8205128205vw) 0;
  background-color: #F9DFCF;
}

.anchor-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 24px 8px;
  margin: min(40px, 7.6923076923vw) auto 0;
  width: min(1200px, 95.641025641vw);
  font-size: clamp(0.8125rem, 0.7642326733rem + 0.198019802vw, 0.9375rem);
  font-weight: bold;
  /* スマホ向け */
}
.anchor-list > li {
  width: 128px;
}
@media screen and (max-width: 639px) {
  .anchor-list {
    margin: 0;
    gap: 0 8px;
  }
  .anchor-list > li {
    width: calc(33.333% - 7px);
  }
  .anchor-list > li a {
    margin-inline: auto;
  }
  .anchor-list > li:nth-child(-n+2) {
    flex-basis: calc(50% - 5px);
  }
  .anchor-list > li:nth-child(n+3) {
    flex-basis: calc(33.333% - 7px);
  }
}

.anchor-link {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding-top: 32px;
  height: 170px;
  width: 128px;
  color: #4D4D4D;
  font-size: 14px;
  line-height: 1.3em;
  font-weight: bold;
  border-radius: min(15px, 0.7142857143em);
  transition: all 0.2s ease-out;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center top;
  /* スマホ向け */
}
.anchor-link:link, .anchor-link:visited {
  color: #4D4D4D;
}
.anchor-link:hover {
  transform: scale(1.02);
}
.anchor-link .no {
  position: absolute;
  top: 50%;
  left: min(25px, 3.5897435897vw);
  width: min(32px, 7.1794871795vw);
  transform: translateY(-50%);
}
@media screen and (max-width: 639px) {
  .anchor-link {
    padding-inline: 1em;
    text-align: center;
  }
  .anchor-link::after {
    top: auto;
    right: auto;
    bottom: 0.5em;
    left: calc(50% - 3.5px);
  }
}

.anchor-link-box-pc {
  /* PC向け */
}
@media screen and (min-width: 640px) {
  .anchor-link-box-pc {
    max-width: 740px;
    margin-inline: auto;
  }
  .anchor-link-box-pc ul {
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
  }
  .anchor-link-box-pc li {
    width: 138px;
    height: 192px;
    margin: 0 5px;
    position: relative;
  }
  .anchor-link-box-pc li img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 3px;
    z-index: 1;
  }
  .anchor-link-box-pc li p {
    display: table;
    font-size: 16px;
    text-align: center;
    position: absolute;
    bottom: 47px;
    left: 0;
    width: 100%;
    height: 52px;
    z-index: 2;
  }
  .anchor-link-box-pc li p span {
    display: table-cell;
    vertical-align: middle;
  }
}

.anchor-link-box-sp {
  /* スマホ向け */
}
@media screen and (max-width: 639px) {
  .anchor-link-box-sp {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 20px auto;
    padding: 10px;
  }
  .anchor-link-box-sp .row-top, .anchor-link-box-sp .row-bottom {
    display: flex;
    gap: 10px;
  }
  .anchor-link-box-sp .image-item {
    width: 100%;
    max-width: 110px;
    height: 130px;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    text-align: center;
  }
  .anchor-link-box-sp .image-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 3px;
  }
}

/*
.anchor-link::after {
  content: "";
  position: absolute;
  top: calc(50% - 5px);
  right: 20px;
  display: block;
  width: 7px;
  height: 10px;
  background-image: url(https://cdn.getshifter.co/be7ed2e8e82138bc0a01637baba83e9585cb0b44/uploads/2024/10/anchor_arrow.svg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}
*/
.anchor-list > li:nth-child(1) a {
  margin-inline: initial;
  margin-right: 0;
  margin-left: auto;
}

.anchor-list > li:nth-child(2) a {
  margin-inline: initial;
  margin-right: auto;
  margin-left: 0;
}

.anchor-link.no1 {
  background-image: url(https://cdn.getshifter.co/be7ed2e8e82138bc0a01637baba83e9585cb0b44/uploads/2025/08/balloon-title-bg-001.png);
}

.anchor-link.no2 {
  background-image: url(https://cdn.getshifter.co/be7ed2e8e82138bc0a01637baba83e9585cb0b44/uploads/2025/08/balloon-title-bg-002.png);
}

.anchor-link.no3 {
  background-image: url(https://cdn.getshifter.co/be7ed2e8e82138bc0a01637baba83e9585cb0b44/uploads/2025/08/balloon-title-bg-003.png);
}

.anchor-link.no4 {
  background-image: url(https://cdn.getshifter.co/be7ed2e8e82138bc0a01637baba83e9585cb0b44/uploads/2025/08/balloon-title-bg-004.png);
}

.anchor-link.no5 {
  background-image: url(https://cdn.getshifter.co/be7ed2e8e82138bc0a01637baba83e9585cb0b44/uploads/2025/08/balloon-title-bg-005.png);
}

.about_mederi-block .block-header {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
}

@media screen and (min-width: 640px) {
  .about_mederi-block .block-header {
    background-image: url(https://cdn.getshifter.co/be7ed2e8e82138bc0a01637baba83e9585cb0b44/uploads/2025/09/about-service-bg-1-2.webp);
    background-color: #f9dfd0;
    background-position: center top;
    background-repeat: no-repeat;
  }
  .about_mederi-block .block-header .bg-box {
    height: 660px;
  }
}
.about_mederi-block .block-header .bg-box {
  position: relative;
  grid-column: 1/2;
  grid-row: 1/2;
  margin: auto;
}

.about_mederi-block .block-header .front-box {
  position: relative;
  grid-column: 1/2;
  grid-row: 1/2;
  margin: auto;
  width: min(1000px, 87.1794871795vw);
}

.about_mederi-block .block-header .front-box {
  z-index: 2;
  font-weight: normal;
}

.about_mederi-block .block-header .txt-box {
  width: 400px;
}

.about_mederi-block .block-header .front-box .txt-box p {
  line-height: 2.25;
}

.about_mederi-block .block-header .bg-box {
  z-index: 1;
}

.about_mederi-block-body {
  margin-top: min(80px, 12.8205128205vw);
}

p.notice {
  color: #555555;
  font-size: 10px;
  line-height: 1.5;
  margin: 20px 0 60px 0;
  text-align: left;
}

p.notice.pillcase {
  text-align: center;
}

p.notice a.pill-info-link {
  text-decoration: underline !important;
}

@media screen and (max-width: 639px) {
  p.notice {
    padding: 0 10px;
    letter-spacing: 0.1rem;
  }
  p.notice.pillcase {
    text-align: left;
  }
  .service_flow-block p.notice {
    padding: 0 30px;
  }
}
.tac {
  text-align: center !important;
}

.safe_service-block {
  background-color: #fff;
  border-radius: 50px;
  position: relative;
  max-width: 980px;
  min-height: 520px;
  margin-inline: auto;
  margin-top: -40px;
  padding: 64px 0 96px;
  z-index: 3;
}

.safe_service-block-inner {
  width: 90%;
  margin-inline: auto;
}

.safe_service-slide {
  display: flex;
  justify-content: center;
}

.safe_service-slide-card {
  position: relative;
  width: 100%;
  max-width: 820px;
  min-height: 320px;
  aspect-ratio: 48 / 59;
  padding: 10%;
  background-color: #fff;
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: center top;
  border-radius: 40px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.safe_service-slide-text {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: clamp(4px, 0.5vw, 10px);
  margin: 0;
  text-align: center;
  transform: translateY(14%);
}

.safe_service-text-row {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  gap: clamp(6px, 0.75vw, 14px);
  width: auto;
}

.safe_service-text-row .safe_service-text-line {
  display: inline-flex;
  width: auto;
}

.safe_service-text-line {
  display: block;
  font-weight: 600;
  line-height: 1.25;
  letter-spacing: 0.08em;
  text-align: center;
}

.safe_service-text-line--sm {
  font-size: 1.2rem;
}

.safe_service-text-line--md {
  font-size: 1.4rem;
}

.safe_service-text-line--lg {
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: 0.04em;
}

.safe_service-text-line--gold {
  color: #CB9F71;
}

.safe_service-text-line--charcoal {
  color: #6A6A6A;
}

.safe_service-text-note {
  display: inline-block;
  margin-left: 0.3em;
  font-size: 0.6em;
  letter-spacing: 0;
  vertical-align: super;
  line-height: 1;
  color: currentColor;
}

.safe_service-slide-card--01 {
  background-image: url("https://cdn.getshifter.co/be7ed2e8e82138bc0a01637baba83e9585cb0b44/uploads/2025/10/home_section_safe_point_bg1.png");
}

.safe_service-slide-card--02 {
  background-image: url("https://cdn.getshifter.co/be7ed2e8e82138bc0a01637baba83e9585cb0b44/uploads/2025/10/home_section_safe_point_bg2.png");
}

.safe_service-slide-card--03 {
  background-image: url("https://cdn.getshifter.co/be7ed2e8e82138bc0a01637baba83e9585cb0b44/uploads/2025/10/home_section_safe_point_bg3.png");
}

.safe_service-slide-card--04 {
  background-image: url("https://cdn.getshifter.co/be7ed2e8e82138bc0a01637baba83e9585cb0b44/uploads/2025/10/home_section_safe_point_bg4.png");
}

.safe_service-block--effects {
  padding: 64px 0 80px;
  min-height: auto;
}

.pill-effects-slide {
  display: flex;
  justify-content: center;
}


.pill-effects-card {
  display: flex;
  flex-direction: column;
  gap: 32px;
  width: 100%;
  max-width: 820px;
  padding: 0;
  background-color: #fff;
  border-radius: 40px;
  text-align: left;
}

.pill-effects-visual {
  display: flex;
  justify-content: center;
}

.pill-effects-visual img {
  max-width: none;
  width: 100%;
  height: auto;
  padding: 0;
}

.pill-effects-content {
  display: flex;
  flex-direction: column;
  gap: 20px;
  color: #6A6A6A;
}

.pill-effects-title {
  margin: 0;
  font-size: 1.2rem;
  line-height: 1.6;
  font-weight: 700;
  letter-spacing: 0.08em;
  color: #4D4D4D;
}

.pill-effects-text {
  margin: 0;
  font-size: 0.9rem;
  line-height: 1.75;
  letter-spacing: 0.02em;
}

.pill-effects-footnote {
  margin: 0;
  margin-top: -8px;
  font-size: 0.5rem;
  line-height: 1.6;
  letter-spacing: 0.02em;
}

@media screen and (max-width: 639px) {
  .safe_service-block {
    min-height: 420px;
    padding: 36px 0 60px;
  }
  .safe_service-block-inner {
    width: 100%;
  }
  .safe_service-slide-card {
    max-width: 100%;
    min-height: 280px;
    padding: 10%;
    border-radius: 28px;
    background-size: 100% auto;
  }
  .safe_service-slide-text {
    gap: 6px;
    transform: translateY(50%);
  }
  .safe_service-text-line {
    letter-spacing: 0.06em;
  }
  .safe_service-text-line--sm {
    font-size: 1.4rem;
  }
  .safe_service-text-line--md {
    font-size: 1.7rem;
  }
  .safe_service-text-line--lg {
    font-size: 2.4rem;
  }
  .safe_service-block--effects {
    padding: 32px 0 52px;
    min-height: auto;
  }
  .pill-effects-slide-block .swiper-wrapper {
    height: auto !important;
    align-items: stretch;
  }
  .pill-effects-slide-block .swiper-slide {
    height: auto;
  }
  .pill-effects-content {
    padding: 0 30px;
  }
  .swiper-slide img {
    padding: 0 30px;
  }
  .kv_banner-slide-block .swiper-slide img,
  .pill-price-slide .swiper-slide img,
  .service-flow-slide .swiper-slide img,
  .user_voice-block-inner .swiper-slide img {
    padding: 0;
  }
}

@media screen and (max-width: 639px) {
  .pill-effects-text {
    font-size: 0.9rem;
    line-height: 1.7;
  }
}

@media screen and (max-width: 639px) {
  .pill-effects-title {
    font-size: 1.2rem;
    line-height: 1.7;
  }
}

@media screen and (max-width: 639px) {
  .pill-effects-footnote {
    font-size: 0.5rem;
    line-height: 1.6;
  }
}
.faq-block .bg-box {
  width: 100%;
}

.service_commitment-block {
  display: grid;
  padding-top: 50px;
  background-color: #FDF5EF;
}

.pill-lecture-slide-item {
  display: block;
  color: inherit;
  text-decoration: none;
  height: 100%;
}



.pill-lecture-card {
  display: flex;
  flex-direction: column;
  height: 100%;
  gap: 0;
  padding-bottom: 32px;
  background: none;
}

.pill-lecture-card-visual {
  position: relative;
  overflow: hidden;
  border-radius: 40px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}

.pill-lecture-card-visual img {
  display: block;
  width: auto;
  max-width: 100%;
  height: auto;
}

.pill-lecture-card-body {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
  margin-top: -40%;
  margin-left: auto;
  margin-right: 4%;
  padding: 8% 18px 56px;
  background-color: #fff;
  border-radius: 32px;
  box-shadow: 0 12px 35px rgba(203, 159, 113, 0.18);
  width: 85%;
  max-width: 340px;
  min-height: 132px;
  z-index: 1;
}

.pill-lecture-card-title {
  flex: 1;
  margin: 0;
  font-size: 0.9rem;
  line-height: 1.75;
  letter-spacing: 0.04em;
  color: #6A6A6A;
}

.pill-lecture-card-action {
  flex-shrink: 0;
  position: absolute;
  right: 18px;
  bottom: 18px;
  width: 44px;
  height: 44px;
  background-image: url(https://cdn.getshifter.co/be7ed2e8e82138bc0a01637baba83e9585cb0b44/uploads/2025/10/home_section_detail_btn.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  margin: 0;
}

.pill-lecture-slide.swiper .swiper-wrapper {
  align-items: stretch;
}

.pill-lecture-slide.swiper .swiper-slide {
  height: auto;
  display: flex;
  justify-content: center;
}

.pill-lecture-slide.swiper .swiper-slide .pill-lecture-card {
  width: 100%;
}

@media screen and (max-width: 639px) {
  .pill-lecture-card {
    padding-bottom: 24px;
  }

  .pill-lecture-card-visual {
    border-radius: 32px;
  }

  .pill-lecture-card-body {
    gap: 16px;
    margin-top: -30%;
    padding: 18px 22px 56px;
    width: 70%;
    max-width: none;
    min-height: 132px;
  }

  .pill-lecture-card-title {
    font-size: 0.85rem;
    line-height: 1.6;
  }

  .pill-lecture-card-action {
    width: 38px;
    height: 38px;
    right: 18px;
    bottom: 18px;
  }
}

@media screen and (max-width: 639px) {
  .swiper-slide img {
    padding: 0 40px 0 30px;
  }
}

@media screen and (max-width: 639px) {
  .service_commitment-block {
    padding-top: 50px;
  }
}
.commitment-wrap {
  position: relative;
}

.commitment-wrap .overlay-pc {
  min-width: 980px;
}

.commitment-wrap .overlay-pc,
.commitment-wrap .overlay-sp {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.overlay-pc > div > p,
.overlay-sp > div > p {
  text-align: center;
}

.overlay-pc > div > p.lead {
  letter-spacing: 0.15em;
  font-size: 23px;
  font-weight: bold;
}

.overlay-sp > div > p.lead {
  letter-spacing: 0.15em;
  font-size: 18px;
  font-weight: bold;
}

.overlay-pc > div > p.content {
  font-size: 14px;
}

.overlay-sp > div > p.content {
  font-size: 12px;
}

.overlay-pc > div,
.overlay-sp > div {
  position: absolute;
}

.overlay-pc .text01 {
  top: 120px;
  left: 431px;
}

.overlay-pc .text02 {
  top: 157px;
  left: 728px;
}

.overlay-pc .text03 {
  top: 395px;
  left: 369px;
}

.overlay-pc .text04 {
  top: 611px;
  left: 87px;
}

.overlay-pc .text05 {
  top: 674px;
  left: 397px;
}

.overlay-pc .attention-text {
  position: absolute;
  bottom: 0;
  right: 0;
}

.overlay-pc .attention-text p {
  font-size: 10px;
  color: #555555;
}

.overlay-sp .text01 {
  top: 8%;
  left: 16%;
}

.overlay-sp .text02 {
  top: 21%;
  left: 47.5%;
}

.overlay-sp .text03 {
  top: 48.5%;
  left: 17.5%;
}

.overlay-sp .text04 {
  top: 75%;
  left: 18%;
}

.overlay-sp .text05 {
  top: 88%;
  left: 49%;
}

.overlay-sp .attention-text {
  position: absolute;
  bottom: 0;
  right: 10px;
}

.overlay-sp .attention-text p {
  font-size: 10px;
  color: #555555;
}

.commitment-wrap span {
  font-size: 12px;
  vertical-align: text-top;
}

.service_commitment-block .front-box {
  max-width: 980px;
  margin-inline: auto;
  min-height: 700px;
  position: relative;
  grid-column: 1/2;
  grid-row: 1/2;
  margin: auto;
  z-index: 2;
}

.service_commitment-block .bg-box {
  position: relative;
  grid-column: 1/2;
  grid-row: 1/2;
  margin: auto;
  z-index: 1;
  margin-bottom: -50px;
  max-height: 1000px;
}

@media screen and (min-width: 640px) {
  .service_commitment-block .bg-box {
    min-width: 980px;
  }
}
.pill_price-block {
  padding: 0;
  display: grid;
  background-color: #fceee5;
}

@media screen and (max-width: 639px) {
  .pill-price-bottom {
    margin-top: -30px !important;
    padding-top: 50px;
    background-color: #fef6f0;
  }
}
.disp04 {
  max-width: 739px;
  margin-inline: auto;
}

@media screen and (max-width: 639px) {
  .disp04 {
    padding: 0px 40px 80px 40px;
  }
}
.disp04 {
  position: relative;
}
.disp04 .rank-up-text-01,
.disp04 .rank-up-text-02,
.disp04 .rank-up-text-03,
.disp04 .rank-up-text-04 {
  position: absolute;
  z-index: 2;
}
.disp04 .rank-up-text-01 {
  top: 91px;
  left: 17px;
}
.disp04 .rank-up-text-01 p {
  font-weight: bold;
  color: #FFF;
}
.disp04 .rank-up-text-02 {
  top: 141px;
  left: 42px;
}
.disp04 .rank-up-text-02 p {
  font-size: 17px;
  line-height: 29px;
}
.disp04 .rank-up-text-02 p span {
  font-weight: bold;
  font-size: 25px;
}
.disp04 .rank-up-text-03 {
  top: 85px;
  left: 296px;
  display: flex;
  align-items: center;
}
.disp04 .rank-up-text-03 span.circle {
  font-size: 17px;
  font-weight: bold !important;
  color: #fff;
  background-color: #e3c7a0;
  font-family: "ヒラギノ角ゴ ProN W6", "Hiragino Kaku Gothic ProN W6";
  padding: 8px 19px;
  border-radius: 50%;
  width: 90px;
  height: 90px;
  text-align: center;
  display: flex;
  align-items: center;
  margin-right: 10px;
  margin-bottom: 10px;
}
.disp04 .rank-up-text-03 p {
  line-height: 50px;
  letter-spacing: 5px;
  font-size: 40px;
  font-family: "Lato", sans-serif;
  font-weight: bold;
  color: #deb183;
}
.disp04 .rank-up-text-03 p span {
  font-size: 70px;
}
.disp04 .rank-up-text-04 {
  top: 183px;
  left: 301px;
  font-size: 11px;
}
.disp04 img.pc_only {
  /* position: absolute; */
  width: 739px;
  height: 254px;
  height: auto;
  object-fit: cover;
  z-index: 1;
}

.pill_price-block .front-box {
  max-width: 980px;
  margin-inline: auto;
  min-height: 480px;
  position: relative;
  grid-column: 1/2;
  grid-row: 1/2;
  margin: auto;
  z-index: 2;
}

.service-flow-display {
  background-color: #fff;
  border-radius: 40px;
  position: relative;
  width: 100%;
  max-width: 980px;
  margin-inline: auto;
  padding: 48px 56px;
  z-index: 3;
  box-shadow: 0 35px 80px rgba(203, 159, 113, 0.16);
}

.pill_price-display {
  background-color: #FFF;
  border-radius: 50px;
  position: relative;
  width: 980px;
  min-height: 480px;
  margin-inline: auto;
  text-align: center;
  padding: 40px;
  z-index: 3;
}

.pill_price-display > div {
  margin-bottom: 20px;
}

.pill_price-display .disp01 img {
  max-width: 587px;
}

.pill_price-block .bg-box {
  position: relative;
  grid-column: 1/2;
  grid-row: 1/2;
  margin: auto;
  z-index: 1;
  min-height: 1700px;
  background-color: #fef5f0;
}

@media screen and (min-width: 640px) {
  .price-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 650px;
    margin: 0 auto;
  }
  .price-item {
    display: flex;
    align-items: center;
    gap: 20px;
    flex: 1;
    justify-content: center;
  }
  .price-item:first-child {
    border-right: 1px dotted #FFE2D6;
  }
  .price-text {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .price-label {
    font-weight: bold;
    font-size: 22px;
    letter-spacing: 0.2em;
    color: #4d4d4d;
    background-color: #fee2d7;
    padding: 4px 16px;
    border-radius: 20px;
    font-family: "ヒラギノ角ゴ ProN W6", "Hiragino Kaku Gothic ProN W6";
  }
  .price-period-a {
    font-weight: bold;
    letter-spacing: 0.2em;
    font-size: 34px;
    color: #4d4d4d;
    font-family: "ヒラギノ角ゴ ProN W6", "Hiragino Kaku Gothic ProN W6";
  }
  .price-period-b {
    font-weight: bold;
    letter-spacing: 0.2em;
    font-size: 26px;
    color: #4d4d4d;
    font-family: "ヒラギノ角ゴ ProN W6", "Hiragino Kaku Gothic ProN W6";
  }
  .price-number {
    display: flex;
    align-items: baseline;
  }
  .price-number .price-amount {
    font-size: 125px;
    color: #ff9ea8;
    font-family: "Lato", sans-serif;
    font-weight: 700;
    line-height: 1;
    margin: 0;
  }
  .price-number .price-unit {
    font-size: 32px;
    color: #ff9ea8;
    font-weight: bold;
  }
}
@media screen and (max-width: 639px) {
  .price-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 100%;
    margin: 0 auto;
    position: relative;
  }
  .price-item {
    display: flex;
    align-items: center;
    flex: 1;
    justify-content: center;
  }
  .price-container::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 52.5%;
    width: 1px;
    border-left: 1px dotted #fee2d7;
  }
  .price-text {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-right: 5px;
  }
  .price-label {
    font-weight: bold;
    font-size: 22px;
    letter-spacing: 0.2em;
    color: #4d4d4d;
    background-color: #fee2d7;
    padding: 4px 16px;
    margin-bottom: 5px;
    border-radius: 20px;
    font-family: "ヒラギノ角ゴ ProN W6", "Hiragino Kaku Gothic ProN W6";
  }
  .price-period-a {
    writing-mode: vertical-rl;
    font-weight: bold;
    letter-spacing: 0.2em;
    font-size: 34px;
    color: #4d4d4d;
    font-family: "ヒラギノ角ゴ ProN W6", "Hiragino Kaku Gothic ProN W6";
  }
  .price-period-b {
    writing-mode: vertical-rl;
    font-weight: bold;
    letter-spacing: 0.2em;
    font-size: 22px;
    color: #4d4d4d;
    font-family: "ヒラギノ角ゴ ProN W6", "Hiragino Kaku Gothic ProN W6";
  }
  .price-number {
    display: flex;
    align-items: baseline;
  }
  .price-number .price-amount {
    font-family: "Lato", sans-serif;
    font-weight: 700;
    font-size: 100px;
    color: #ff9ea8;
    font-weight: bold;
    line-height: 1;
    margin: 0;
  }
  .price-number .price-unit {
    font-size: 32px;
    color: #ff9ea8;
    font-weight: bold;
  }
}
.pill-price-slide .price-01,
.pill-price-slide .price-02,
.pill-price-slide .price-03 {
  position: relative;
  min-height: 400px;
}

.pill-price-slide .price-01 .price-list,
.pill-price-slide .price-02 .price-list,
.pill-price-slide .price-03 .price-list {
  position: absolute;
  z-index: 2;
  width: 100%;
}

.price-list .price-title {
  font-size: 18px;
  font-weight: bold;
  width: 100%;
  text-align: center;
  line-height: 52px;
  color: #333;
}

.price-list .price-title span {
  font-family: "Lato", sans-serif;
  font-size: 28px;
}

.price-list .discount {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}

.discount .yearly {
  writing-mode: vertical-rl;
  font-size: 14px;
  color: #FF9295;
  padding: 10px 2px;
  background-color: #FFF;
  border-radius: 10px;
}

.discount .price {
  font-family: "Lato", sans-serif;
  font-weight: 700;
  font-size: 60px;
  color: #FF9295;
}

.discount .price-units {
  font-size: 23px;
  color: #FF9295;
  line-height: 17px;
}

.price-unit-text {
  font-size: 23px;
}

.price-unit-text span {
  font-size: 9px;
}

.price-unit-discount {
  font-size: 23px;
  font-family: "Lato", sans-serif;
}

.discount .price-discount {
  font-size: 18px;
  color: #FF9295;
  font-weight: bold;
}

.price-list .price-disp {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #555555;
}

.price-list .price-disp .upper {
  display: flex;
  flex-direction: row;
  align-items: baseline;
  justify-content: center;
  color: #555555;
}

.price-list .price-disp .upper .price-unit {
  font-weight: bold;
  font-size: 18px;
}

.price-list .price-disp .upper .price {
  font-family: "Lato", sans-serif;
  font-weight: 500;
  font-size: 30px;
}

.price-list .price-disp .lower {
  align-items: center;
  color: #555555;
}

.price-list .price-disp .next {
  margin-top: 14px;
  font-size: 12px;
  padding: 5px 10px;
  border: 1px solid #707070;
  color: #000000;
  margin-bottom: 2px;
}

.price-list .price-disp .attention {
  font-size: 10px;
  color: #555555;
}

.price-list .price-disp .extra-pran {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}

.price-disp .extra-pran .badge {
  width: 90px;
  height: 90px;
  background-color: #EFE3D3;
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin: 10px;
}

.price-disp .extra-pran .badge-text {
  font-size: 20px;
  color: #333;
  text-align: center;
  font-weight: 500;
  line-height: 26px;
}

.price-disp .extra-pran .price-number .price-amount {
  font-size: 110px;
  color: #555555;
  font-family: "Lato", sans-serif;
  font-weight: 700;
  line-height: 1;
  margin: 0;
}

.price-disp .extra-pran .price-number .price-unit {
  font-size: 40px;
  color: #555555;
  font-weight: bold;
}

.ship-info {
  position: absolute;
  top: 284px;
  height: 77px;
  width: 100%;
  text-align: center;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}

@media screen and (max-width: 639px) {
  .ship-info {
    margin-top: 17px;
  }
}
.ship-info .badge {
  width: 60px;
  height: 60px;
  border: 1px solid #707070;
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin: 10px;
}

.ship-info .badge-text {
  font-size: 14px;
  color: #333;
  text-align: center;
  font-weight: 500;
  line-height: 19px;
}

.ship-info .ship-info-text {
  font-size: 16px;
  color: #6A6A6A;
  text-align: center;
  font-weight: 700;
  line-height: 19px;
  font-family: "ヒラギノ角ゴ ProN W6", "Hiragino Kaku Gothic ProN W6";
}

.ship-info .ship-info-text span {
  font-size: 10px;
  color: #6A6A6A;
  text-align: center;
  font-weight: 500;
  line-height: 19px;
  font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN W3";
}

.pill-price-slide .price-01,
.pill-price-slide .price-02,
.pill-price-slide .price-03 {
  position: relative;
  min-height: 375px;
}

@media screen and (max-width: 639px) {
  .pill-price-slide .price-01,
  .pill-price-slide .price-02,
  .pill-price-slide .price-03 {
    width: 315px;
    margin-inline: auto;
  }
}
.pill-price-slide .price-03 .price-disp {
  position: absolute;
  top: 140px;
  left: 0;
  width: 100%;
  height: 100%;
}

.pill-price-slide .price-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* pill-price-button スタイル */
.pill-price-button {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 20px auto;
  width: 100%;
}

.pill-button-link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 315px;
  height: 70px;
  padding: 0 25px 0 5px;
  background-color: transparent;
  border: 1px solid #555555;
  border-radius: 35px;
  color: #4D4D4D;
  text-decoration: none;
  font-size: 16px;
  font-weight: 500;
  transition: all 0.3s ease;
  box-sizing: border-box;
}

.pill-button-link:hover {
  background-color: rgba(85, 85, 85, 0.05);
  transform: translateY(-1px);
  box-shadow: 0 4px 12px rgba(85, 85, 85, 0.15);
}

.pill-button-link:link,
.pill-button-link:visited {
  color: #4D4D4D;
}

.pill-button-number {
  font-size: 10px;
  font-weight: bold !important;
  color: #4D4D4D;
  background-color: #F9DFCF;
  font-family: "ヒラギノ角ゴ ProN W6", "Hiragino Kaku Gothic ProN W6";
  padding: 8px 12px;
  border-radius: 30px;
  width: 60px;
  height: 60px;
  text-align: center;
  display: flex;
  align-items: center;
}

.pill-button-text {
  flex: 1;
  font-family: "ヒラギノ角ゴ ProN W6", "Hiragino Kaku Gothic ProN W6";
  text-align: center;
  color: #4D4D4D;
  font-size: 16px;
  margin: 0 15px;
}

.pill-button-arrow {
  color: #4D4D4D;
  font-size: 18px;
  font-weight: bold;
  width: 20px;
  text-align: center;
}

/* レスポンシブ対応 */
@media screen and (max-width: 639px) {
  .pill_price-display > div {
    margin-bottom: 20px;
  }
  .pill_price-block .front-box {
    width: 100vw;
  }
  .pill_price-block .bg-box {
    min-height: auto;
  }
  .service-flow-display {
    width: 100%;
  }
  .pill_price-display {
    width: 100vw;
  }
}
.mederi_footer-block {
  padding: 0;
  display: grid;
}

.footer-logo {
  position: absolute;
  top: 50px;
  left: 400px;
  width: 351px;
  height: 152px;
}

.footer-char {
  position: absolute;
  top: 0;
  left: 780px;
  width: 131px;
  height: 118px;
}

.footer-line-button {
  position: absolute;
  top: 220px;
  left: 420px;
  width: 308px;
  height: 68px;
}

.mederi_footer-block .front-box {
  max-width: 980px;
  margin-inline: auto;
  min-height: 300px;
  position: relative;
  grid-column: 1/2;
  grid-row: 1/2;
  margin: auto;
  z-index: 2;
}

.mederi_footer-block .bg-box {
  position: relative;
  grid-column: 1/2;
  grid-row: 1/2;
  margin: auto;
  z-index: 1;
  background-color: #fef5f0;
}

.magazine-block {
  padding-top: 100px;
  background-image: url(https://cdn.getshifter.co/be7ed2e8e82138bc0a01637baba83e9585cb0b44/uploads/2025/09/magazine-block-bg-1.jpg);
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  padding-bottom: 50px;
}

@media screen and (max-width: 639px) {
  .magazine-block {
    padding-top: 100px;
    background-image: url(https://cdn.getshifter.co/be7ed2e8e82138bc0a01637baba83e9585cb0b44/uploads/2025/09/magazine-block-bg-sp-scaled.jpg);
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    padding-bottom: 50px;
  }
  .magazine-block-body {
    width: 100% !important;
  }
  .magazine-block-body-container {
    width: 100% !important;
    overflow: hidden;
  }
  .mederi_footer-block .front-box {
    width: 100%;
    min-height: 500px;
    width: 300px;
    height: auto;
  }
  .footer-logo {
    position: relative;
    left: initial;
    top: initial;
    margin-inline: auto;
    width: 300px;
    height: auto;
  }
  .footer-char {
    position: relative;
    top: 0;
    left: 0;
  }
  .footer-line-button {
    top: initial;
    left: initial;
    bottom: -140px;
    position: relative;
    margin-inline: auto;
  }
  .mederi_footer-block .bg-box {
    position: relative;
    grid-column: 1/2;
    grid-row: 1/2;
    margin: auto;
    z-index: 1;
    background-color: #fef5f0;
  }
  .page-top-box {
    position: relative;
    left: 130px;
    bottom: -51px;
    width: 0 !important;
  }
}
.service_flow-block {
  padding: 0;
  display: grid;
  background-color: #fef6f0;
}

.service_flow-block .front-box {
  max-width: 980px;
  margin-inline: auto;
  min-height: 480px;
  position: relative;
  grid-column: 1/2;
  grid-row: 1/2;
  margin: auto;
  z-index: 2;
  margin-top: 80px;
}

@media screen and (max-width: 639px) {
  .service_flow-block .front-box {
    margin-top: 0;
  }
}
.service_flow-block .bg-box {
  position: relative;
  grid-column: 1/2;
  grid-row: 1/2;
  margin: auto;
  z-index: 1;
  min-height: 1300px;
  padding-bottom: 100px;
  background-color: #fcede5;
}

.service-flow-slide.swiper {
  width: 100%;
}

.service-flow-slide .swiper-wrapper {
  display: flex;
  align-items: stretch;
}

.service-flow-slide .swiper-slide {
  height: auto;
  display: flex;
}

.service-flow-slide .swiper-slide > * {
  width: 100%;
}

.service-flow-card {
  display: flex;
  flex-direction: column;
  gap: 28px;
  padding: 0;
  border-radius: 32px;
  background-color: #fff;
  height: 100%;
}

.service-flow-card-visual {
  display: flex;
  align-items: center;
  justify-content: center;
}

.service-flow-card-visual img {
  display: block;
  width: 100%;
  height: auto;
}

.service-flow-card-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  width: 100%;
  padding: 0 32px 32px;
  text-align: center;
}

.service-flow-card-title {
  margin: 0 auto;
  font-size: 1.1rem;
  line-height: 1.6;
  font-weight: 700;
  letter-spacing: 0.08em;
  color: #4d4d4d;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  min-height: 3.6rem;
  width: 100%;
}

.service-flow-card-text {
  margin: 0 auto;
  font-size: 0.9rem;
  line-height: 1.8;
  letter-spacing: 0.04em;
  color: #6a6a6a;
  text-align: center;
}

@media screen and (max-width: 1023px) {
  .service-flow-display {
    padding: 40px 32px;
  }
}

@media screen and (max-width: 639px) {
  .service-flow-display {
    padding: 32px 20px;
    border-radius: 28px;
  }
  .service-flow-card {
    gap: 20px;
    padding: 0;
    border-radius: 28px;
  }
  .service-flow-card-content {
    padding: 0 20px 28px;
  }
  .service-flow-card-title {
    font-size: 1.1rem;
    letter-spacing: 0.06em;
    min-height: 3.4rem;
  }
}

.pillcase {
  width: 100%;
  background-color: #fcede5;
}

.pillcase img {
  max-width: 1200px;
}

@media screen and (min-width: 640px) {
  .about_mederi-block {
    background-color: #FDF5EF;
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: contain;
  }
  /* WebP未対応の場合 */
  .about_mederi-block {
    background-image: url(https://cdn.getshifter.co/be7ed2e8e82138bc0a01637baba83e9585cb0b44/uploads/2024/10/point-bg.png);
  }
  /* WebP対応ブラウザ用 */
  @supports (background-image: url("image.webp")) {
    .about_mederi-block {
      background-image: url(https://cdn.getshifter.co/be7ed2e8e82138bc0a01637baba83e9585cb0b44/uploads/2025/02/point-bg-scaled.webp);
    }
  }
}
.doctor-profile-block {
  margin: auto;
  width: min(700px, 87.1794871795vw);
}

.doctor-profile-block .img-box {
  width: min(236px, 60.5128205128vw);
}

.doctor-profile-block .txt-box {
  width: min(420px, 100%);
}

@media screen and (max-width: 639px) {
  .doctor-profile-block .img-box {
    margin: auto auto 30px;
  }
}
@media screen and (min-width: 640px) {
  .doctor-profile-block {
    display: flex;
    justify-content: space-between;
  }
}
.doctor-profile-message {
  margin-bottom: 2em;
  font-size: 16px;
}

.doctor-profile .name-box {
  margin-bottom: 1em;
  font-size: 14px;
}

.doctor-profile .name-box > span {
  display: inline-block;
}

.doctor-profile .profile-class {
  margin-right: 0.5em;
  color: #a0a0a0;
  font-family: adobe-garamond-pro, serif;
}

.doctor-profile .profile-name {
  margin-right: 1em;
  font-size: 1.2857142857em;
}

.profile-detail-button {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0.5em 1em 0.3em;
  width: 100%;
  color: #fff;
  font-family: adobe-garamond-pro, serif;
  font-size: 16px;
  font-weight: 400;
  text-align: left;
  background: #a0a0a0;
  border: none;
  border-radius: 5px;
  transition: all 0.2s ease-out;
}

.profile-detail-button .icon {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  width: 10px;
  height: 10px;
}

.profile-detail-button .icon::before, .profile-detail-button .icon::after {
  content: "";
  position: relative;
  grid-column: 1/2;
  grid-row: 1/2;
  display: block;
  margin: auto;
  width: 100%;
  height: 1px;
  background: #fff;
}

.profile-detail-button .icon::after {
  transform: rotate(90deg);
}

.profile-detail-button:hover {
  opacity: 0.7;
}

.profile-detail-text {
  margin-top: 1em;
  max-height: 0;
  overflow: hidden;
  transition: all 0.2s ease-out;
}

.profile-detail.open .profile-detail-text {
  max-height: 9999px;
}

.support-block {
  margin: min(100px, 20.5128205128vw) auto 0;
  width: min(1000px, 84.6153846154vw);
}

.support-block-title {
  margin-bottom: 40px;
  font-size: clamp(1.5rem, 1.4517326733rem + 0.198019802vw, 1.625rem);
  text-align: center;
}

.support-block-title .balloon {
  position: relative;
  display: block;
  margin: 0 auto min(30px, 7.1794871795vw);
  width: fit-content;
  font-size: clamp(0.9375rem, 0.9133663366rem + 0.099009901vw, 1rem);
  text-align: center;
  border-bottom: 1px solid #707070;
}

.support-block-title .balloon-inner {
  position: relative;
  z-index: 1;
  display: block;
  padding-bottom: 0.2em;
  background: #fff;
}
.support-block-title .balloon::before {
  content: "";
  position: absolute;
  display: block;
  bottom: -5px;
  left: 50%;
  z-index: 0;
  width: 15px;
  height: 15px;
  box-sizing: border-box;
  background-color: #fff;
  rotate: 135deg;
}
.support-block-title .balloon::after {
  content: "";
  position: absolute;
  display: block;
  top: calc(100% + 5px);
  left: calc(50% - 4px);
  z-index: -1;
  width: 30px;
  height: 1px;
  transform: rotate(-50deg);
  box-sizing: border-box;
  background-color: #333;
  box-shadow: 0 2px 0 #fff, 0 -2px 0 #fff;
}

.support-block .banner {
  display: flex;
  align-items: center;
  gap: min(30px, 5.1282051282vw);
  padding: 20px min(30px, 5.1282051282vw) 0;
  height: 140px;
  background: #fff;
  border-radius: 5px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
  pointer-events: none;
}
.support-block .banner .img-box {
  flex-shrink: 0;
  width: min(100px, 23.0769230769vw);
  align-self: flex-end;
}
.support-block .banner .txt-box {
  font-size: clamp(0.875rem, 0.8267326733rem + 0.198019802vw, 1rem);
}

@media screen and (max-width: 639px) {
  .support-block .banner-list > li + li {
    margin-top: 5.1282051282vw;
  }
}
@media screen and (min-width: 640px) {
  .support-block .banner-list {
    display: flex;
    justify-content: space-between;
  }
  .support-block .banner-list > li {
    width: 49.2%;
  }
}
.point-block {
  margin-top: min(100px, 20.5128205128vw);
  padding-bottom: min(130px, 25.641025641vw);
  /* スマホ向け */
}
.point-block .banner-box {
  margin: auto;
  padding-top: min(80px, 12.8205128205vw);
  width: min(1000px, 84.6153846154vw);
}
@media screen and (max-width: 639px) {
  .point-block {
    background-image: url(https://cdn.getshifter.co/be7ed2e8e82138bc0a01637baba83e9585cb0b44/uploads/2024/10/point-bg-sp.png);
    background-position: center top;
    background-repeat: no-repeat;
    background-size: contain;
  }
  @supports (background-image: url("image.webp")) {
    .point-block {
      background-image: url("https://cdn.getshifter.co/be7ed2e8e82138bc0a01637baba83e9585cb0b44/uploads/2025/01/point-bg-sp.webp");
    }
  }
}

.point-block-title {
  position: relative;
  margin: auto auto min(60px, 11.5384615385vw);
  width: fit-content;
  font-size: clamp(1.625rem, 1.5767326733rem + 0.198019802vw, 1.75rem);
  text-align: center;
}
.point-block-title .balloon {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: auto auto 25px;
  width: 80px;
  height: 25px;
  color: #fff;
  font-family: adobe-garamond-pro, serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  background: #e5bd9a;
  border-radius: 9999px;
}
.point-block-title .balloon::before, .point-block-title .balloon::after {
  content: "";
  position: absolute;
  display: block;
  background: #e5bd9a;
  border-radius: 50%;
}
.point-block-title .balloon::before {
  bottom: -4px;
  left: calc(50% - 4px);
  width: 8px;
  height: 8px;
}
.point-block-title .balloon::after {
  bottom: -10px;
  left: calc(50% - 2px);
  width: 4px;
  height: 4px;
}
.point-block-title .char-img {
  position: absolute;
  top: 0;
  left: 110%;
  width: min(120px, 16.9230769231vw);
}

.point-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: auto;
  width: min(1200px, 100%);
  list-style: none;
}
.point-list > li {
  width: 50%;
  /* スマホ向け */
}
@media screen and (max-width: 639px) {
  .point-list > li {
    width: 100%;
  }
  .point-list > li:nth-child(even) .point-item {
    flex-direction: row-reverse;
  }
}

.point-item {
  display: flex;
  font-size: clamp(0.875rem, 0.8267326733rem + 0.198019802vw, 1rem);
}

.point-item .img-box, .point-item .txt-box {
  width: 50%;
}

.point-item .txt-box {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 1em;
  text-align: center;
  background: #f1d5d1;
}

.point-item .txt-box > * {
  position: relative;
  z-index: 1;
}

.point-item .txt-box .no {
  position: absolute;
  top: min(10px, 1.2820512821vw);
  left: 5px;
  z-index: 0;
  width: auto;
  height: min(64px, 10.2564102564vw);
}

.point-item .txt-box .no img {
  width: auto;
  height: 100%;
}

.point-item .txt-box .note {
  font-size: 10px;
}

.point-item-title {
  margin-bottom: 0.6363636364em;
  font-size: clamp(1rem, 0.8551980198rem + 0.5940594059vw, 1.375rem);
}

.point-item.point01 .txt-box {
  background: #f1d5d1;
}

.point-item.point02 .txt-box {
  background: #f2bfbb;
}

.point-item.point03 .txt-box {
  background: #f3beac;
}

.point-item.point04 .txt-box {
  background: #f0cfbd;
}

.point-item.point05 .txt-box {
  background: #f4e3e5;
}

.point-item.point05 .txt-box {
  background: #e5c5c8;
}

.counseling-block {
  margin-top: min(100px, 25.641025641vw);
  padding-bottom: min(150px, 25.641025641vw);
  /* PC向け */
}
.counseling-block .counseling-box {
  position: relative;
  margin: auto;
  width: min(1000px, 94.8717948718vw);
  background-image: url(https://cdn.getshifter.co/be7ed2e8e82138bc0a01637baba83e9585cb0b44/uploads/2024/10/counseling_bg01.png), url(/assets/img/counseling_bg02.png), url(/assets/img/counseling_bg03.png), url(/assets/img/counseling_bg04.png);
  background-position: left top, right top, left bottom, right bottom;
  background-repeat: no-repeat;
  border-radius: 30px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
}
.counseling-block .counseling-box-inner {
  margin: auto;
}
.counseling-block .counseling-box .badge {
  position: absolute;
  top: -50px;
  left: calc(50% - 50px);
  width: 100px;
  height: 100px;
}
.counseling-block .counseling-box-title {
  margin-bottom: 1em;
  font-size: clamp(1.625rem, 1.5767326733rem + 0.198019802vw, 1.75rem);
}
.counseling-block .counseling-box-title .txt-small {
  display: block;
  margin-bottom: 0.5em;
  font-size: clamp(1rem, 0.9517326733rem + 0.198019802vw, 1.125rem);
}
.counseling-block .counseling-box p {
  margin-bottom: 30px;
}
.counseling-block .counseling-box .button {
  width: min(340px, 76.9230769231vw);
}
@media screen and (min-width: 640px) {
  .counseling-block {
    margin-top: 80px;
  }
  .counseling-block .counseling-box {
    padding: min(80px, 8%) min(110px, 11%);
  }
  .counseling-block .counseling-box-inner {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: auto;
  }
  .counseling-block .counseling-box .img-box {
    width: min(290px, 37.1794871795%);
  }
  .counseling-block .counseling-box .txt-box {
    width: min(420px, 53.8461538462%);
  }
  .counseling-block .counseling-box .badge {
    top: 0;
    left: 0;
    transform: translate(-75%, -50%);
  }
}

.counseling-room .pc_only a div {
  width: 740px;
  height: 180px;
  position: relative;
  margin: 100px auto 0 auto;
}
.counseling-room .pc_only a div p {
  position: absolute;
  z-index: 2;
  top: 112px;
  left: 221px;
  font-size: 16px;
}
.counseling-room .pc_only a img {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
}
.counseling-room .sp_only a div {
  width: 390px;
  height: 450px;
  position: relative;
  margin: 100px auto 0 auto;
}
.counseling-room .sp_only a div p {
  position: absolute;
  z-index: 2;
  top: 220px;
  left: 160px;
  font-size: 14px;
}
.counseling-room .sp_only a div img {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
}

.about_pill-block {
  margin-top: max(-60px, -10.2564102564vw);
  background-color: #fef5ef;
}

.about_pill-block .block-header {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
}

.about_pill-block .block-header .front-box {
  z-index: 2;
  font-weight: normal;
}

@media screen and (min-width: 640px) {
  .about_pill-block .block-header {
    background-image: url(https://cdn.getshifter.co/be7ed2e8e82138bc0a01637baba83e9585cb0b44/uploads/2025/09/about-pill-bg-1.jpg);
    background-position: center top;
    background-repeat: no-repeat;
    height: 680px;
    z-index: 1;
  }
}
.about_pill-block .block-header .txt-box {
  width: 400px;
  margin-left: 400px !important;
  text-align: left;
}

.about_pill-block .block-header .front-box .txt-box p {
  line-height: 2.25;
}

.about_mederi-block .block-header .bg-box {
  z-index: 1;
}

.about_mederi-block-body {
  margin-top: min(80px, 12.8205128205vw);
}

.about_pill-block .block-header .txt-box, .about_pill-block .block-header .front-box, .about_pill-block .block-header .bg-box {
  position: relative;
  grid-column: 1/2;
  grid-row: 1/2;
  margin: auto;
}

.about_pill-block .block-header .txt-box {
  z-index: 2;
  margin: auto;
}

.about_pill-block .block-header .txt-box-inner {
  margin-left: 0;
  width: min(400px, 100%);
}

.about_pill-block .block-header .txt-box p {
  line-height: 2.25;
}

.about_pill-block .block-header .bg-box {
  z-index: 1;
}

.about_pill-block .block-header .block-title::before {
  background-image: url(https://cdn.getshifter.co/be7ed2e8e82138bc0a01637baba83e9585cb0b44/uploads/2024/10/block-title-img02.png);
}

.about_pill-block-body {
  margin: min(80px, 12.8205128205vw) auto 0;
  width: min(1000px, 76.9230769231vw);
}
.about_pill-block-body .about_pill-title {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: min(50px, 5.1282051282vw);
  font-size: clamp(1.625rem, 1.5767326733rem + 0.198019802vw, 1.75rem);
  text-align: center;
}
.about_pill-block-body .about_pill-title::after {
  content: "";
  display: block;
  margin-top: 0.7142857143em;
  width: 40px;
  height: 4px;
  background: #ecb6a7;
  border-radius: 2px;
}

.service-flow-slide.swiper,
.pill-price-slide.swiper,
.about_pill-block .about_pill-slide-block.swiper {
  overflow: visible;
}

.user-list.swiper .swiper-pagination,
.pill-lecture-slide.swiper .swiper-pagination,
.lead-img-slide-block.swiper .swiper-pagination,
.pill-effecrs-slide.swiper .swiper-pagination,
.service-flow-slide.swiper .swiper-pagination,
.pill-price-slide.swiper .swiper-pagination,
.about_pill-block .about_pill-slide-block.swiper .swiper-pagination {
  position: relative;
  top: auto;
  bottom: auto;
  margin-top: 30px;
}

.user-list.swiper .swiper-pagination .swiper-pagination-bullet,
.pill-lecture-slide.swiper .swiper-pagination .swiper-pagination-bullet,
.lead-img-slide-block.swiper .swiper-pagination .swiper-pagination-bullet,
.pill-effecrs-slide.swiper .swiper-pagination .swiper-pagination-bullet,
.service-flow-slide.swiper .swiper-pagination .swiper-pagination-bullet,
.pill-price-slide.swiper .swiper-pagination .swiper-pagination-bullet,
.about_pill-block .about_pill-slide-block.swiper .swiper-pagination .swiper-pagination-bullet {
  width: 30px;
  height: 6px;
  background: #FDF5EF;
  border-radius: 9999px;
  opacity: 1;
}

.user-list.swiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active,
.pill-lecture-slide.swiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active,
.lead-img-slide-block.swiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active,
.pill-effecrs-slide.swiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active,
.service-flow-slide.swiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active,
.pill-price-slide.swiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active,
.about_pill-block .about_pill-slide-block.swiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #DDB182;
  box-shadow: none;
}

.about_pill-block .about_pill-item {
  font-size: 14px;
}
.about_pill-block .about_pill-item .txt-box {
  margin-top: 1.4285714286em;
}
.about_pill-block .about_pill-item .item-title {
  margin-bottom: 1em;
  font-size: 20px;
  line-height: 1.4;
  text-align: center;
}

@media screen and (max-width: 639px) {
  .about_pill-block .block-header {
    margin-bottom: -200px;
  }
  .about_mederi-block .block-header .front-box {
    height: 680px;
  }
  .about_pill-block .block-header .front-box {
    height: 440px;
  }
  .about_pill-block .block-header .bg-box {
    width: 100%;
  }
  .about_mederi-block .block-header .txt-box,
  .about_pill-block .block-header .txt-box {
    margin-top: 30px;
  }
  .about_pill-block .block-header .txt-box .block-title {
    margin-top: 220px;
    font-size: 23px;
  }
  .about_mederi-block .block-header .txt-box .block-title {
    margin-top: 280px;
    font-size: 23px;
  }
  .about_pill-block .block-header .front-box .txt-box {
    width: 100%;
    margin-left: 0 !important;
    margin-top: -200px;
    text-align: left;
    padding: 0 20px;
  }
  .about_mederi-block .block-header .txt-box p,
  .about_pill-block .block-header .txt-box p {
    font-size: 14px;
  }
  .safe_service-block {
    min-height: 420px;
    width: 100%;
    margin-top: -50px;
    padding: 36px 0 60px;
    border-radius: 28px;
  }
  .pill_price-block {
    min-height: 400px;
    width: 100%;
    padding-top: 150px;
  }
  .service_flow-block {
    min-height: 400px;
    width: 100%;
  }
  .service_commitment-block .front-box,
  .service_flow-block .front-box,
  .pill_price-block .front-box {
    width: 100vw;
  }
  .service_commitment-block .bg-box,
  .pill_price-block .bg-box {
    width: 100%;
    height: auto;
  }
  .service_flow-block .bg-box {
    width: 100%;
    min-height: 1200px;
  }
}
.plan-block {
  position: relative;
  padding: min(65px, 10.2564102564vw) 0 min(200px, 25.641025641vw);
  background: #fbede9;
}

.plan-block::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  display: block;
  width: 100%;
  height: 4.6428571429vw;
  background-image: url(https://cdn.getshifter.co/be7ed2e8e82138bc0a01637baba83e9585cb0b44/uploads/2024/10/plan-bg-top.webp);
  background-position: center top;
  background-repeat: no-repeat;
  background-size: contain;
  transform: translateY(-98%);
}

.plan-block-inner {
  margin: auto;
  width: min(1200px, 94.8717948718vw);
}

.plan-block-body {
  padding: min(60px, 10.2564102564vw) min(100px, 5.1282051282vw);
  background: #fff;
  border-radius: min(50px, 7.6923076923vw);
}

.plan-block-body-title {
  margin-bottom: min(30px, 2.5641025641vw);
  padding-bottom: 0.8em;
  color: #eaa591;
  font-size: clamp(1rem, 0.9517326733rem + 0.198019802vw, 1.125rem);
  text-align: center;
  border-bottom: 1px solid #eaa591;
}

.plan-block .plan-block-lead {
  margin: auto auto min(60px, 12.8205128205vw);
  width: fit-content;
  font-size: clamp(1.25rem, 1.1293316832rem + 0.495049505vw, 1.5625rem);
  line-height: 1.25;
  text-align: center;
}

.plan-block .plan-block-lead .txt-large {
  font-size: clamp(1.5rem, 1.3551980198rem + 0.5940594059vw, 1.875rem);
}

.plan-block .plan-block-lead .txt-large strong {
  font-size: 2.1em;
}

.plan-block .plan-block-lead strong {
  font-size: 2em;
}

.plan-block .plan-block-lead b {
  font-size: clamp(1.75rem, 1.5810643564rem + 0.6930693069vw, 2.1875rem);
  line-height: 2;
}

.plan-block .balloon {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  margin-bottom: 1em;
  color: #4d4d4d;
  font-size: clamp(1.125rem, 1.0767326733rem + 0.198019802vw, 1.25rem);
  text-align: center;
}

.plan-block .balloon::before, .plan-block .balloon::after {
  content: "";
  display: block;
  width: 1px;
  height: 1.3em;
  background: currentColor;
}

.plan-block .balloon::before {
  margin-right: 0.6em;
  transform: rotate(-45deg);
}

.plan-block .balloon::after {
  margin-left: 0.6em;
  transform: rotate(45deg);
}

.plan-block .plan-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 14px;
}

.plan-block .plan-list > li {
  width: 32.4%;
}

.plan-block .plan-list > li:nth-child(4) {
  width: 60%;
}

.plan-block .plan-slide-block.swiper {
  overflow: visible;
}

.plan-block .plan-slide-block.swiper .swiper-pagination {
  position: relative;
  top: auto;
  bottom: auto;
  margin-top: 30px;
}

.plan-block .plan-slide-block.swiper .swiper-pagination .swiper-pagination-bullet {
  width: 30px;
  height: 6px;
  background: #FDF5EF;
  border-radius: 9999px;
  opacity: 1;
}

.plan-block .plan-slide-block.swiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #DDB182;
  box-shadow: none;
}

.plan-block .note-list {
  margin-top: 30px;
  color: #a0a0a0;
  font-size: 12px;
  /* PC向け */
}
.plan-block .note-list > li {
  padding-left: 1em;
  text-indent: -1em;
}
@media screen and (min-width: 640px) {
  .plan-block .note-list {
    text-align: center;
  }
}

.plan-block .button-box {
  margin-top: 40px;
  text-align: center;
}

.plan-block .button-box p {
  margin-bottom: 20px;
  color: #e5bd9a;
  font-size: 18px;
  font-weight: bold;
  line-height: 2;
}

.plan-block .button-box .button {
  background: #e5bd9a;
  border-color: #e5bd9a;
}

.plan-block .button-box .button:hover {
  color: #e5bd9a;
  background: #fff;
}

.plan-block .button-box .txt-link {
  display: flex;
  align-items: center;
  gap: 1em;
  margin: 20px auto 0;
  width: fit-content;
  color: #a0a0a0;
  font-size: 14px;
  border-bottom: 1px solid currentColor;
  transition: all 0.2s ease-out;
}

.plan-block .button-box .txt-link:hover {
  border-bottom-color: rgba(160, 160, 160, 0);
}

.plan-block .banner-box {
  margin: min(60px, 8.9743589744vw) auto 0;
  width: min(600px, 100%);
}

.how-block {
  position: relative;
  /* スマホ向け */
}
.how-block .note-list {
  margin-top: 20px;
  color: #a0a0a0;
  font-size: 12px;
}
.how-block .note-list > li {
  padding-left: 1em;
  text-indent: -1em;
}
@media screen and (min-width: 640px) {
  .how-block .note-list {
    text-align: center;
  }
}
.how-block .flow-item {
  position: relative;
  display: block;
  padding-bottom: 30px;
  list-style: none;
  background: #f2bfbb;
}
.how-block .flow-item .num {
  font-family: adobe-garamond-pro, serif;
  font-size: 50px;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
}
.how-block .flow-item .flow-title {
  margin-bottom: 0.75em;
  font-size: clamp(1rem, 0.9034653465rem + 0.396039604vw, 1.25rem);
}
.how-block .flow-item .img-box, .how-block .flow-item p {
  margin: auto;
  width: min(240px, 72.7272727273%);
}
.how-block .flow-item p {
  margin-top: 1.4285714286em;
  font-size: 14px;
  line-height: 2;
}
.how-block .flow-item::before, .how-block .flow-item::after {
  content: "";
  position: absolute;
}
.how-block .flow-item:nth-child(1) {
  background: #f2bfbb;
}
.how-block .flow-item:nth-child(1)::before {
  display: none;
}
.how-block .flow-item:nth-child(1)::after {
  background: #f2bfbb;
}
.how-block .flow-item:nth-child(2) {
  background: #f1d5d1;
}
.how-block .flow-item:nth-child(2)::before {
  background: #f1d5d1;
}
.how-block .flow-item:nth-child(2)::after {
  background: #f1d5d1;
}
.how-block .flow-item:nth-child(3) {
  background: #f3beac;
}
.how-block .flow-item:nth-child(3)::before {
  background: #f3beac;
}
.how-block .flow-item:nth-child(3)::after {
  display: none;
}
.how-block .flow-list-pc {
  display: flex;
  gap: 3.4482758621%;
}
.how-block .flow-list-pc > li {
  width: 31.0344827586%;
}
.how-block .flow-list-pc .flow-item .num {
  text-align: center;
  transform: translateY(-50%);
}
.how-block .flow-list-pc .flow-item .flow-title {
  text-align: center;
}
.how-block .flow-list-pc .flow-item::before {
  top: 0;
  left: -30px;
  width: 31px;
  height: 100%;
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%, calc(100% - 1px) 50%);
}
.how-block .flow-list-pc .flow-item::after {
  top: 0;
  right: -30px;
  width: 31px;
  height: 100%;
  clip-path: polygon(0 0, 1px 0, 100% 50%, 1px 100%, 0 100%);
}
.how-block .flow-list-sp {
  display: none;
}
.how-block .flow-list-sp > li + li {
  margin-top: 7.6923076923vw;
}
.how-block .flow-list-sp .flow-item {
  display: flex;
  gap: 20px;
  padding: 20px 20px 0;
}
.how-block .flow-list-sp .flow-item:last-child {
  padding-bottom: 20px;
}
.how-block .flow-list-sp .flow-item .img-box {
  margin: 0;
  width: 23.0769230769vw;
}
.how-block .flow-list-sp .flow-item .txt-box {
  width: 46.1538461538vw;
}
.how-block .flow-list-sp .flow-item .txt-box p {
  margin: 0;
  width: auto;
}
.how-block .flow-list-sp .flow-item .num {
  font-family: adobe-garamond-pro, serif;
  font-size: 14px;
  text-align: left;
  margin-bottom: 0.4em;
}
.how-block .flow-list-sp .flow-item .flow-title {
  text-align: left;
}
.how-block .flow-list-sp .flow-item::before {
  bottom: calc(100% - 1px);
  left: 0;
  width: 100%;
  height: 6.4102564103vw;
  clip-path: polygon(0 0, 50% calc(100% - 1px), 100% 0, 100% 100%, 0 100%);
}
.how-block .flow-list-sp .flow-item::after {
  top: calc(100% - 1px);
  left: 0;
  width: 100%;
  height: 6.4102564103vw;
  clip-path: polygon(0 0, 100% 0, 100% 1px, 50% 100%, 0 1px);
}
@media screen and (max-width: 639px) {
  .how-block .flow-list-pc {
    display: none;
  }
  .how-block .flow-list-sp {
    display: block;
  }
}

.how-block::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  width: 100%;
  height: min(130px, 20.5128205128vw);
  background-image: url(https://cdn.getshifter.co/be7ed2e8e82138bc0a01637baba83e9585cb0b44/uploads/2024/10/how-bg-top_sp.webp);
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  transform: translateY(-98%);
  /* PC向け */
}
@media screen and (min-width: 640px) {
  .how-block::before {
    background-image: url(https://cdn.getshifter.co/be7ed2e8e82138bc0a01637baba83e9585cb0b44/uploads/2024/10/how-bg-top.png);
  }
}

.how-block-inner {
  margin: auto;
  width: min(1160px, 84.6153846154vw);
}

.how-block .present-block {
  margin: min(45px, 8.9743589744vw) auto 0;
  width: min(1100px, 100%);
}

.how-block .present-block .txt-box {
  position: relative;
  z-index: 2;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: auto;
  width: min(646px, 100%);
  color: #fff;
  text-align: center;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  aspect-ratio: 646/515;
}

/* WebP未対応の場合 */
.how-block .present-block .txt-box {
  background-image: url(https://cdn.getshifter.co/be7ed2e8e82138bc0a01637baba83e9585cb0b44/uploads/2024/10/present-txt-bg.png);
}

/* WebP対応ブラウザ用 */
@supports (background-image: url("image.webp")) {
  .how-block .present-block .txt-box {
    background-image: url(https://cdn.getshifter.co/be7ed2e8e82138bc0a01637baba83e9585cb0b44/uploads/2025/01/present-txt-bg.webp);
  }
}
.how-block .present-block .present-title {
  position: relative;
  font-size: clamp(1.625rem, 1.5284653465rem + 0.396039604vw, 1.875rem);
  letter-spacing: 0.1em;
}

.how-block .present-block .present-title::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: min(143px, 5.5em);
  aspect-ratio: 143/75;
  background-image: url(https://cdn.getshifter.co/be7ed2e8e82138bc0a01637baba83e9585cb0b44/uploads/2024/10/present-title-bg.webp);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transform: translate(2em, -55%);
}

.how-block .present-block .present-title .en {
  display: block;
  margin-bottom: 10px;
  font-family: adobe-garamond-pro, serif;
  font-size: clamp(2.1875rem, 2.1150990099rem + 0.297029703vw, 2.375rem);
  font-style: normal;
  font-weight: 400;
  line-height: 1;
}

.how-block .present-block .present-title + p {
  margin-top: 18px;
  margin-bottom: min(40px, 7.6923076923vw);
  font-size: clamp(0.9375rem, 0.8650990099rem + 0.297029703vw, 1.125rem);
}

.how-block .present-block .note {
  padding-left: 1em;
  font-size: clamp(0.625rem, 0.5767326733rem + 0.198019802vw, 0.75rem);
  text-indent: -1em;
}

.how-block .present-block .img-box {
  position: relative;
  z-index: 1;
  width: min(417px, 87.1794871795vw);
  transform: translateY(-50%);
}

.how-block .present-block {
  /* スマホ向け */
  /* PC向け */
}
@media screen and (max-width: 639px) {
  .how-block .present-block {
    padding-bottom: 25.641025641vw;
  }
  .how-block .present-block .txt-box {
    padding-top: 25.641025641vw;
    background-position: 25% center;
    background-size: cover;
  }
  .how-block .present-block .txt-box .imgs {
    position: relative;
    display: flex;
    margin-top: 7.6923076923vw;
  }
  .how-block .present-block .txt-box .imgs .present-img {
    margin-left: 2.5em;
    width: min(255px, 51.2820512821vw);
    transform: rotate(30deg);
  }
  .how-block .present-block .txt-box .imgs .char-img {
    margin-top: 7.6923076923vw;
    margin-left: 7.6923076923vw;
    width: 15.3846153846vw;
    transform: rotate(-9deg);
  }
  .how-block .present-block .txt-box .imgs .present-img02 {
    position: absolute;
    top: 55%;
    left: 65%;
    width: 45.1282051282vw;
  }
}
@media screen and (min-width: 640px) {
  .how-block .present-block .present-img {
    position: absolute;
    top: 50%;
    right: 0;
    width: min(255px, 51.2820512821vw);
    transform: translate(50%, -60%);
  }
  .how-block .present-block .char-img {
    position: absolute;
    top: 20%;
    left: 10%;
    width: min(100px, 20.5128205128vw);
    transform: rotate(18deg);
  }
}

.faq-block {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  background: #fef5ef;
}
.faq-block .bg-box {
  position: relative;
  grid-column: 1/2;
  grid-row: 1/2;
  margin: auto;
  z-index: 1;
  min-height: 1000px;
  /* スマホ向け */
}
@media screen and (max-width: 639px) {
  .faq-block .bg-box {
    min-height: 730px;
  }
}
.faq-block .faq-block-inner {
  position: relative;
  grid-column: 1/2;
  grid-row: 1/2;
  margin: auto;
  width: min(1000px, 87.1794871795vw);
  z-index: 2;
  padding-top: 50px;
}
.faq-block .button-box {
  margin: min(40px, 7.6923076923vw) auto min(80px, 10.2564102564vw);
  width: min(400px, 76.9230769231vw);
}
.faq-block .about-online-box {
  margin: auto;
  padding: 40px min(50px, 5.1282051282vw);
  width: min(800px, 84.6153846154vw);
  background: #fff;
  border: 1px solid #a0a0a0;
  border-radius: 5px;
}
.faq-block .about-online-box-inner {
  font-size: clamp(0.75rem, 0.7017326733rem + 0.198019802vw, 0.875rem);
}
.faq-block .about-online-box-title {
  margin-bottom: 15px;
  padding-bottom: 15px;
  font-size: clamp(1rem, 0.9517326733rem + 0.198019802vw, 1.125rem);
  text-align: center;
  border-bottom: 1px solid #a0a0a0;
}
.faq-block::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 4.6428571429vw;
  background-image: url(https://cdn.getshifter.co/be7ed2e8e82138bc0a01637baba83e9585cb0b44/uploads/2024/10/faq-bg-top.webp);
  background-position: center top;
  background-repeat: no-repeat;
  background-size: contain;
  transform: translateY(-98%);
}

.faq-wrap-title {
  margin: auto auto 1.5em;
  padding: 0.8em 0 0.7em;
  color: #fff;
  font-size: 20px;
  line-height: 1;
  text-align: center;
  background: #ea9c9d;
}

.faq-wrap + .faq-wrap {
  margin-top: min(80px, 10.2564102564vw);
  /* スマホ向け */
}
@media screen and (max-width: 639px) {
  .faq-wrap + .faq-wrap {
    margin: auto;
    width: 84.6153846154vw;
  }
}

.faq-block-inner {
  /* スマホ向け */
}
@media screen and (max-width: 639px) {
  .faq-block-inner {
    max-width: 100% !important;
    width: 100% !important;
  }
}

.faq-tab-content {
  /* スマホ向け */
}
@media screen and (max-width: 639px) {
  .faq-tab-content {
    max-width: 100% !important;
  }
}

.faq-slide-block {
  margin: auto;
  max-width: 1030px;
  width: 100%;
}

.faq-slide-block.swiper {
  overflow: visible;
}

.faq-slide-block.swiper .swiper-pagination {
  position: relative;
  top: auto;
  bottom: auto;
  margin-top: 30px;
}

.faq-slide-block.swiper .swiper-pagination .swiper-pagination-bullet {
  width: 30px;
  height: 6px;
  background: #FDF5EF;
  border-radius: 9999px;
  opacity: 1;
}

.faq-slide-block.swiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #DDB182;
  box-shadow: none;
}

.faq-item {
  padding: 0 20px 0;
  max-width: 100%;
  background: #fff;
  border-radius: 30px;
}

.faq-item.swiper-slide {
  height: auto;
}

.faq-item::after {
  content: "";
  display: block;
  width: 100%;
  border-bottom: 1px solid #FCEEE5;
}

.faq-item .title {
  margin: 0 auto 0.8em;
  padding: 5px 20px 3px;
  width: fit-content;
  color: #fff;
  line-height: 1.2;
  background: #ea9c9d;
  border-radius: 9999px;
  transform: translateY(-50%);
}

.faq-item-q {
  position: relative;
  margin-bottom: 1.875em;
  padding: 0 25px 0.9375em;
  width: 100%;
  color: #ea9c9d;
  font-size: 16px;
  line-height: 1.625;
  text-align: center;
  border-bottom: 1px solid rgba(234, 156, 157, 0.3);
}

.faq-item-q::before {
  content: "Q.";
  position: absolute;
  top: calc(50% - 0.8em);
  left: 0;
  margin-right: 0.5em;
  font-family: adobe-garamond-pro, serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
}

.faq-item-a {
  height: 80px;
  font-size: 14px;
  overflow: hidden;
}

.faq-item-a h5 {
  font-size: 16px;
}

.faq-item-a * + p {
  margin-top: 0.8em;
}

.faq-item-a.open {
  height: auto;
}

.faq-item.service .title {
  background: #e5bd9a;
}

.faq-item.service .faq-item-q {
  color: #e5bd9a;
}

.faq-item * + p, .faq-item * + .img-box {
  margin-top: 0.8em;
}

.faq-item .more-button {
  position: relative;
  display: block;
  margin: 1em auto 0;
  padding: 0.5em 1em;
  width: 160px;
  color: #a0a0a0;
  line-height: 1;
  background: #fff;
  border: 1px solid #a0a0a0;
  border-radius: 9999px;
  cursor: pointer;
  transition: all 0.2s ease-out;
}

.faq-item .more-button .icon {
  position: absolute;
  top: calc(50% - 5px);
  right: 0.5em;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  width: 10px;
  height: 10px;
}

.faq-item .more-button .icon::before, .faq-item .more-button .icon::after {
  content: "";
  position: relative;
  grid-column: 1/2;
  grid-row: 1/2;
  display: block;
  margin: auto;
  width: 100%;
  height: 1px;
  background: currentColor;
  transition: all 0.2s ease-out;
}

.faq-item .more-button .icon::after {
  transform: rotate(90deg);
}

.faq-item .more-button:hover {
  transform: scale(1.02);
}

.faq-item .more-button.open .icon::after {
  transform: rotate(0);
}

.user_voice-block {
  position: relative;
}
@media screen and (max-width: 639px) {
  .user_voice-block {
    padding: 30px 0 0;
  }
}
.user_voice-block a:hover {
  color: #555;
}
.user_voice-block .voice-catch {
  color: #555;
}
.user_voice-block-inner {
  margin: auto;
  padding-bottom: 50px;
  width: min(1200px, 87.1794871795vw);
}
.user_voice-block .user-list {
  margin: min(90px, 7.6923076923vw) auto min(30px, 5.1282051282vw);
  width: 100%;
  list-style: none;
}
@media screen and (max-width: 639px) {
  .user_voice-block .user-list > li + li {
    margin-top: min(30px, 7.6923076923vw);
  }
}
@media screen and (min-width: 640px) {
  .user_voice-block .user-list {
    display: flex;
    justify-content: center;
    gap: min(60px, 5%);
  }
  .user_voice-block .user-list > li {
    width: min(360px, 30%);
  }
}
.user_voice-block .user-item {
  display: flex;
  justify-content: space-between;
}
.user_voice-block .user-item .img-box {
  width: min(160px, 44.4444444444%);
}
.user_voice-block .user-item .txt-box {
  width: min(180px, 50%);
}
.user_voice-block .user-item .voice-title {
  margin-bottom: 0.5555555556em;
  padding-bottom: 0.2em;
  color: #DDB182;
  font-family: adobe-garamond-pro, serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  border-bottom: 1px solid currentColor;
}
.user_voice-block .user-item .voice-catch {
  font-size: clamp(1rem, 0.9517326733rem + 0.198019802vw, 1.125rem);
  font-weight: bold;
}
.user_voice-block .user-item .name {
  margin-top: 0.3em;
  color: #a0a0a0;
  font-size: 14px;
}
.user_voice-block .user-item .detail {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 1em;
  margin-top: 1em;
  color: #4d4d4d;
  font-size: 14px;
}
.user_voice-block .user-item .detail .icon {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 2.8571428571em;
  height: 2.8571428571em;
  background: currentColor;
  border-radius: 50%;
}
.user_voice-block .user-item .detail .icon::before {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: translateX(-20%) rotate(45deg);
}
.user_voice-block .note {
  margin: auto;
  padding-left: 1em;
  width: fit-content;
  color: #a0a0a0;
  font-size: 12px;
  text-indent: -1em;
}
.user_voice-block .button-box {
  margin-top: min(30px, 5.1282051282vw);
}

.learn-block {
  position: relative;
  padding-top: min(65px, 10.2564102564vw);
  padding-bottom: min(130px, 20.5128205128vw);
  background: #e5f1fb;
}
.learn-block::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 4.6428571429vw;
  background-image: url(https://cdn.getshifter.co/be7ed2e8e82138bc0a01637baba83e9585cb0b44/uploads/2024/10/learn-bg-top.webp);
  background-position: center top;
  background-repeat: no-repeat;
  background-size: contain;
  transform: translateY(-98%);
}

.learn-block-inner {
  margin: auto;
  width: min(1000px, 100%);
}

.learn-block .box-header .balloon {
  position: relative;
  z-index: 1;
  display: block;
  margin: 0 auto min(30px, 7.1794871795vw);
  width: fit-content;
  font-size: clamp(0.9375rem, 0.9133663366rem + 0.099009901vw, 1rem);
  text-align: center;
  background: #e5f1fb;
  border-bottom: 1px solid #707070;
}
.learn-block .box-header .balloon::before {
  content: "";
  position: absolute;
  display: block;
  bottom: -5px;
  left: 50%;
  z-index: 0;
  width: 15px;
  height: 15px;
  box-sizing: border-box;
  background-color: #e5f1fb;
  rotate: 135deg;
}
.learn-block .box-header .balloon::after {
  content: "";
  position: absolute;
  display: block;
  top: calc(100% + 5px);
  left: calc(50% - 4px);
  z-index: -1;
  width: 30px;
  height: 1px;
  transform: rotate(-50deg);
  box-sizing: border-box;
  background-color: #707070;
  box-shadow: 0 2px 0 #e5f1fb, 0 -2px 0 #e5f1fb;
}
.learn-block .box-header .balloon-inner {
  position: relative;
  z-index: 1;
  display: block;
  padding-bottom: 0.2em;
  background: #e5f1fb;
}
.learn-block .box-header .title {
  font-size: clamp(1.5rem, 1.3069306931rem + 0.7920792079vw, 2rem);
  text-align: center;
}

.learn-block .box-header .title {
  font-size: clamp(1.5rem, 1.3069306931rem + 0.7920792079vw, 2rem);
  text-align: center;
}

.learn-block .youtube-box .box-header {
  position: relative;
}

.learn-block .youtube-box .box-header .balloon, .learn-block .youtube-box .box-header .title {
  position: relative;
  z-index: 1;
}

.learn-block .youtube-box .box-header::before {
  content: "";
  position: absolute;
  top: 0;
  left: 10%;
  z-index: 0;
  display: block;
  width: 9.25em;
  height: 5.25em;
  background-image: url(https://cdn.getshifter.co/be7ed2e8e82138bc0a01637baba83e9585cb0b44/uploads/2024/10/youtube_title_bg.webp);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transform: translateY(-50%);
}

.learn-block .youtube-box {
  /* スマホ向け */
  /* PC向け */
}
.learn-block .youtube-box .button-box {
  margin: min(30px, 5.1282051282vw) auto 0;
  width: min(300px, 66.6666666667vw);
}
@media screen and (max-width: 639px) {
  .learn-block .youtube-box .box-header {
    margin-bottom: 30px;
  }
}
@media screen and (min-width: 640px) {
  .learn-block .youtube-box {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .learn-block .youtube-box .button {
    max-width: 300px;
  }
  .learn-block .youtube-box .box-body {
    width: min(430px, 53.75%);
  }
}

.sns-box {
  margin-top: min(80px, 15.3846153846vw);
}

.sns-list {
  position: relative;
  display: flex;
  justify-content: center;
  gap: min(30px, 2.5641025641vw);
  margin: auto;
  width: fit-content;
  /* スマホ向け */
}
.sns-list > li {
  position: relative;
  z-index: 1;
  width: min(125px, 25.641025641vw);
  height: min(125px, 25.641025641vw);
}
.sns-list::before {
  content: "";
  position: absolute;
  top: 20%;
  left: 0;
  z-index: 0;
  display: block;
  width: 5.625em;
  height: 2.625em;
  background-image: url(https://cdn.getshifter.co/be7ed2e8e82138bc0a01637baba83e9585cb0b44/uploads/2025/08/sns_title_bg.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  transform: translate(-80%, -50%);
}
@media screen and (max-width: 639px) {
  .sns-list {
    margin-top: 50px;
  }
  .sns-list::before {
    z-index: 2;
    top: 0;
    left: 10%;
    width: 100px;
    height: 70px;
    transform: translate(-50%, -60%);
  }
  .sns-list > li {
    width: min(64px, 18vw);
    height: min(64px, 18vw);
  }
}

.sns-icon {
  display: block;
  background: #fff;
  border-radius: 50%;
  transition: all 0.2s ease-out;
}

.sns-icon.icon-instagram {
  background: #fff;
}

.sns-icon:hover {
  transform: scale(1.02);
}

.learn-block .banner-box {
  margin: 80px auto 0;
  width: min(800px, 84.6153846154vw);
}

.learn-block .magazine-box {
  margin-top: min(120px, 25.641025641vw);
}

.learn-block .magazine-box-title {
  position: relative;
  margin: 0 auto min(30px, 3.8461538462vw);
  width: fit-content;
  font-family: adobe-garamond-pro, serif;
  font-size: clamp(2.125rem, 2.0284653465rem + 0.396039604vw, 2.375rem);
  font-style: normal;
  font-weight: 400;
  text-align: center;
}
.learn-block .magazine-box-title::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  display: block;
  width: 4.9210526316em;
  height: 2.7105263158em;
  background-image: url(https://cdn.getshifter.co/be7ed2e8e82138bc0a01637baba83e9585cb0b44/uploads/2024/10/magazine_title_bg.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transform: translate(-50%, -50%);
  /* スマホ向け */
}
@media screen and (max-width: 639px) {
  .learn-block .magazine-box-title::before {
    transform: translate(-20%, -50%);
  }
}
.learn-block .magazine-box-title .inner {
  position: relative;
  z-index: 1;
}

.learn-block .magazine-box .magazine-item p {
  margin-top: 1.4285714286em;
  font-size: 14px;
}

.learn-block .magazine-box .button-box {
  margin-top: min(50px, 7.6923076923vw);
}

.cm-block {
  position: relative;
  z-index: 3;
  margin-top: max(-60px, -10.2564102564vw);
  padding: min(150px, 24.358974359vw) 0 min(130px, 25.641025641vw);
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
}
@media screen and (max-width: 639px) {
  .cm-block {
    padding-bottom: 0;
  }
}

/* WebP未対応の場合 */
.cm-block {
  background-image: url(https://cdn.getshifter.co/be7ed2e8e82138bc0a01637baba83e9585cb0b44/uploads/2025/08/cm_block_bg.jpg);
  background-size: cover;
}

/* WebP対応ブラウザ用 */
@supports (background-image: url("image.webp")) {
  .cm-block {
    background-image: url(https://cdn.getshifter.co/be7ed2e8e82138bc0a01637baba83e9585cb0b44/uploads/2025/08/cm_block_bg.jpg);
    background-size: cover;
  }
}
.cm-block-inner {
  margin: auto;
  width: min(1000px, 100%);
}

.cm-block-title {
  position: relative;
  margin: auto;
  width: fit-content;
  text-align: center;
}
.cm-block-title::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  display: block;
  width: min(263px, 53.8461538462vw);
  height: min(123px, 25.1282051282vw);
  background-image: url(https://cdn.getshifter.co/be7ed2e8e82138bc0a01637baba83e9585cb0b44/uploads/2025/08/commercial.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transform: translate(-30%, -70%);
}
.cm-block-title .inner {
  position: relative;
  z-index: 1;
}

.cm-block .cm-movie-block {
  margin: 30px auto 0;
  width: min(700px, 100%);
}
.cm-block .cm-movie-block .cm-movie-char {
  margin: auto;
  width: 94px;
}
.cm-block .cm-prof-box .img-box {
  width: min(290px, 74.358974359vw);
}
.cm-block .cm-prof-box .prof-box-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0.5em 1em 0.3em;
  width: 100%;
  color: #fff;
  font-family: adobe-garamond-pro, serif;
  font-size: 16px;
  font-weight: 400;
  text-align: left;
  background: #a0a0a0;
  border: none;
  border-radius: 5px;
  transition: all 0.2s ease-out;
}
.cm-block .cm-prof-box .prof-box-title .icon {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  width: 10px;
  height: 10px;
}
.cm-block .cm-prof-box .prof-box-title .icon::before, .cm-block .cm-prof-box .prof-box-title .icon::after {
  content: "";
  position: relative;
  grid-column: 1/2;
  grid-row: 1/2;
  display: block;
  margin: auto;
  width: 100%;
  height: 1px;
  background: #fff;
}
.cm-block .cm-prof-box .prof-box-title .icon::after {
  transform: rotate(90deg);
}
.cm-block .cm-prof-box .prof-box-title:hover {
  opacity: 0.7;
}
.cm-block .cm-prof-box .prof-title {
  margin-bottom: 0.8333333333em;
  font-size: 24px;
}
.cm-block .cm-prof-box .prof-title .en {
  font-family: adobe-garamond-pro, serif;
  font-size: clamp(1.625rem, 1.5284653465rem + 0.396039604vw, 1.875rem);
  font-style: normal;
  font-weight: 400;
}
.cm-block .cm-prof-box .prof-title .txt-small {
  font-size: 0.5833333333em;
}
@media screen and (max-width: 639px) {
  .cm-block .cm-prof-box {
    margin: 12.8205128205vw auto 0;
    padding-inline: 7.6923076923vw;
    padding-bottom: 25.641025641vw;
    width: 100%;
  }
  .cm-block .cm-prof-box .prof-title {
    margin-bottom: 30px;
    text-align: center;
  }
  .cm-block .cm-prof-box .prof-title .en {
    display: block;
  }
  .cm-block .cm-prof-box .img-box {
    margin: 0 auto 30px;
    width: 74.358974359vw;
  }
}
@media screen and (min-width: 640px) {
  .cm-block .cm-prof-box {
    display: flex;
    justify-content: space-between;
  }
  .cm-block .cm-prof-box .txt-box {
    width: min(658px, 65.8%);
  }
  .cm-block .cm-prof-box:nth-child(even) {
    flex-direction: row-reverse;
  }
}

.page-top-box {
  position: relative;
  z-index: 5;
  margin: auto;
  width: min(1200px, 90%);
}
.page-top-box .page-top-button {
  position: absolute;
  top: 0;
  width: min(117px, 30vw);
}

@media screen and (max-width: 639px) {
  .page-top-box .page-top-button {
    left: 50%;
    transform: translate(-50%, -80%);
  }
}
@media screen and (min-width: 640px) {
  .page-top-box .page-top-button {
    right: 0;
    transform: translateY(-50%);
  }
}
section.p-home-effect {
  padding-top: 0;
  padding-right: 0;
  padding-left: 0;
  background-color: #efe3d3;
  padding-bottom: 0;
}

.p-home-modal-reserve-btn {
  width: 275px;
  padding: 12px;
  margin: 47px auto 0;
  font-size: 16px;
}

.modal__close {
  top: -9px;
  right: 8px;
  margin-top: 1px;
  margin-right: -12px;
  margin-left: auto;
}

#modal-5 .modal__container {
  width: 780px;
}

.p-home-modal-content-list-attention {
  padding: 0 70px;
  margin: 10px auto 0;
  font-size: 12px;
  line-height: 1.6;
  text-align: center;
}

.modal__content {
  margin-top: 1rem;
  margin-bottom: 2rem;
  line-height: 1.5;
}

.micromodal-slide ul.p-home-modal-content-list {
  height: 250px;
  margin: 16px 70px 0;
  border: 1px solid #6a6a6a;
}

.p-home-modal-reserve-btn {
  width: 275px;
  padding: 12px;
  margin: 26px auto 0;
  font-size: 16px;
  background-color: #39c755;
  border: none;
}

.p-home-modal-reserve-btn__text {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  font-weight: bold;
  line-height: 1;
  color: #fff;
}

.p-home-modal-content-list-attention.bottom {
  text-align: left;
}

.p-home-modal-content-list__text-circle {
  background-color: #ffbeba;
  margin-right: 2%;
}

.modal__content .u_atn {
  width: 600px;
  margin: 16px 70px 0;
}

.reserve-btn_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin-block: 1em;
}

.reserve-btn_list img {
  width: 100%;
}

.reserve-btn_list li:first-child {
  width: 128px;
}

.reserve-btn_list li:nth-child(2) {
  width: 400px;
  padding-left: 20px;
}

.reserve-btn_list li:nth-child(2) img {
  width: 30px;
  margin: 0 auto;
}

.reserve-btn_list li:nth-child(2) p {
  font-size: 14px;
}

.reserve-btn_list li:nth-child(2) p:before {
  position: relative;
  top: 7px;
  margin: 0 10px 0 0;
  content: url(https://cdn.getshifter.co/be7ed2e8e82138bc0a01637baba83e9585cb0b44/uploads/2023/07/line_icon_min.png);
}

@media screen and (min-width: 767px) {
  ul.p-home-modal-content-list .p-home-modal-content-list__text:not(:first-child) {
    margin-top: 13px;
  }
}
@media screen and (max-width: 744px) {
  .p-home-modal-content-list-attention {
    padding: 0;
  }
  .modal__content .u_atn {
    width: 100%;
    margin: 5% auto 0;
  }
  .p-home-effect ul.p-home-modal-content-list {
    height: 315px;
  }
  .p-home-modal-content-list__text:not(:first-child) {
    margin-top: 3.7333333333vw;
  }
  #modal-5 .modal__container {
    width: 90%;
  }
  .p-home-modal-reserve-btn {
    width: 73.3333333333vw;
    padding: 3.2vw;
    margin: 5.0133333333vw auto 0;
    font-size: 4.2666666667vw;
    text-align: center;
    letter-spacing: 0.06em;
    border-radius: 26.6666666667vw;
  }
  .p-home-effect .modal__container-caption {
    font-size: 18px;
  }
  .p-home-effect ul.p-home-modal-content-list {
    margin: 16px 10px 0;
  }
  .p-home-modal-content-list__text {
    font-size: 2.4266666667vw;
  }
}
@media screen and (max-width: 414px) {
  .p-home-modal-content-list__text {
    font-size: 3.4666666667vw;
  }
  .p-home-modal-content-list-attention {
    padding: 0 1%;
  }
  .p-home-effect ul.p-home-modal-content-list {
    margin: 0;
    padding: 3%;
  }
  .p-home-effect .p-home-modal-content-list-attention {
    line-height: 1rem;
  }
  .p-home .modal__container {
    padding: 5.3333333333vw 5.3333333333vw 5.3333333333vw;
  }
}
.movie_overlay,
.movie-overlay {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100000;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}
.movie_overlay .trigger,
.movie-overlay .trigger {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  cursor: pointer;
}
.movie_overlay .overlay-inner,
.movie-overlay .overlay-inner {
  z-index: 1;
  margin: auto;
  max-width: 1024px;
  width: 90%;
}
.movie_overlay .movie-container,
.movie-overlay .movie-container {
  position: relative;
  padding-top: 56.25%;
  width: 100%;
  height: 0;
  overflow: hidden;
}
.movie_overlay .movie-box,
.movie-overlay .movie-box {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
}
.movie_overlay .close-button,
.movie-overlay .close-button {
  position: absolute;
  top: 10px;
  right: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 0 0 auto;
  width: min(80px, 11.7333333333vw);
  height: min(80px, 11.7333333333vw);
  color: var(--company-color);
  transition: 0.15s ease-out;
  cursor: pointer;
}
.movie_overlay .close-button span,
.movie-overlay .close-button span {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  width: 70%;
}
.movie_overlay .close-button span::before, .movie_overlay .close-button span::after,
.movie-overlay .close-button span::before,
.movie-overlay .close-button span::after {
  content: "";
  position: relative;
  z-index: 1;
  grid-column: 1/2;
  grid-row: 1/2;
  width: 100%;
  height: 2px;
  background: #fff;
  transform-origin: center;
}
.movie_overlay .close-button span::before, .movie_overlay .close-button span::after,
.movie-overlay .close-button span::before,
.movie-overlay .close-button span::after {
  background: #fff;
}
.movie_overlay .close-button span::before,
.movie-overlay .close-button span::before {
  transform: rotate(-45deg);
}
.movie_overlay .close-button span::after,
.movie-overlay .close-button span::after {
  transform: rotate(45deg);
}

#movie_modal {
  position: relative;
  z-index: 1000;
  opacity: 1;
  transition: 0.3s opacity;
  pointer-events: all;
}

#movie_modal.js_hide {
  z-index: -1;
  opacity: 0;
  pointer-events: none;
}

.js-mov-thumbnail {
  cursor: pointer;
}

@media screen and (max-width: 639px) {
  .pc_only {
    display: none !important;
  }
}
@media screen and (min-width: 640px) {
  .sp_only {
    display: none !important;
  }
}
.reserve-btn_list_txt {
  font-size: 14px;
  text-align: left;
  padding-top: 15px;
  color: #4d4d4d;
}

@media screen and (max-width: 744px) {
  .reserve-btn_list_txt {
    font-size: 12px;
    line-height: 1.6;
  }
}
@media screen and (max-width: 639px) {
  .kv-content .banner {
    width: 84.664vw;
    height: 17.84vw;
  }
  .kv-content .swiper-initialized .banner {
    width: unset;
    height: unset;
  }
}
.magazine-block-body .swiper {
  overflow: hidden;
}

.posts-block-body .swiper {
  overflow: visible !important;
}

.posts-container {
  width: 100%;
  padding: 0px;
}

@media screen and (min-width: 641px) {
  .posts-container {
    justify-content: space-between;
  }
}
.posts-container li {
  color: #4d4d4d;
}

@media screen and (min-width: 641px) {
  .posts-container li {
    width: calc((100% - 82px) / 3);
  }
}
@media screen and (max-width: 639px) {
  .posts-container li {
    width: 100%;
    flex: none;
  }
}
.posts-container li a {
  display: block;
  width: 100%;
}

.posts-container .post-thumbnail {
  width: 100%;
  aspect-ratio: 300/185;
  margin-bottom: 13px;
  justify-content: space-between;
  margin: 0 auto;
}

.posts-container .post-thumbnail li {
  width: calc((100% - 82px) / 3);
  color: #4D4D4D;
}

@media screen and (max-width: 639px) {
  .posts-container .post-thumbnail li {
    width: 100%;
    flex: none;
    margin-right: 20px;
  }
}
.posts-container .post-thumbnail li button, .posts-container .post-thumbnail li a, .posts-container .post-thumbnail li a:link {
  color: #4d4d4d;
}

.posts-container img {
  object-fit: contain;
  width: 100%;
  height: 100%;
}

.posts-container .post-title {
  font-size: 14px;
}

.posts-container .post-meta {
  display: none;
  font-size: 14px;
}

  .magazine-block-body .swiper-pagination {
    position: relative;
    top: auto;
    bottom: auto;
  margin-top: 30px;
  display: flex;
  justify-content: center;
  gap: 10px;
  padding-bottom: 1rem;
}

.posts-block-body .swiper-pagination {
  position: relative;
  top: auto;
  bottom: auto;
  margin-top: 30px;
}

.magazine-block-body .swiper-pagination .swiper-pagination-bullet {
  width: 30px;
  height: 6px;
  background: #d3d3d3;
  border-radius: 9999px;
  opacity: 1;
}

.posts-block-body .swiper-pagination .swiper-pagination-bullet {
  width: 30px;
  height: 6px;
  background: #FDF5EF;
  border-radius: 9999px;
  opacity: 1;
}

.magazine-block-body .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #DDB182;
  box-shadow: none;
}

.posts-block-body .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #DDB182;
  box-shadow: none;
}

.safe_service-slide-block .swiper-pagination,
.pill-effects-slide-block .swiper-pagination {
  position: relative;
  top: auto;
  bottom: auto;
  margin-top: 30px;
}

.safe_service-slide-block .swiper-pagination .swiper-pagination-bullet,
.pill-effects-slide-block .swiper-pagination .swiper-pagination-bullet {
  width: 30px;
  height: 6px;
  background: #FDF5EF;
  border-radius: 9999px;
  opacity: 1;
}

.safe_service-slide-block .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active,
.pill-effects-slide-block .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #DDB182;
  box-shadow: none;
}

@media screen and (min-width: 641px) {
  .posts-block-body {
    padding-bottom: 50px;
  }
}
.magazine-title {
  max-width: 378px !important;
  padding-top: 8px;
}

.check-title {
  width: 114px;
  margin-inline: auto;
  padding: 20px 0 10px;
  margin-top: -10%;
}

  .magazine-block-body {
    --magazine-body-pad: clamp(32px, 5vw, 64px);
    max-width: 1180px;
    height: auto;
    border-radius: 32px;
    margin-inline: auto;
    padding: var(--magazine-body-pad) 0;
    background-color: #fff;
    box-shadow: 0 24px 80px rgba(125, 76, 45, 0.12);
  }

  .magazine-block-body h3 {
    text-align: center;
    margin: 1rem auto;
    font-size: 20px;
    padding: 0 24px;
  }

.magazine-block-body h3 em {
  display: block;
  margin-bottom: 10px;
  font-style: normal;
  font-size: 12px;
  line-height: 1.5rem;
  color: #000000;
  font-weight: 100;
}

  .magazine-block-body-container {
    position: relative;
    width: 100%;
    max-width: none;
    overflow: hidden;
    padding: 0;
    text-align: center;
    display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  grid-template-rows: auto auto;
  grid-template-areas: "magazine-prev magazine-slider magazine-next" "magazine-pagination magazine-pagination magazine-pagination";
  align-items: center;
  justify-items: center;
  column-gap: clamp(16px, 2vw, 28px);
  row-gap: clamp(14px, 2vw, 24px);
}

@media screen and (min-width: 640px) {
  .magazine-block-body-container {
    padding: 0 2rem;
  }
}

.magazine-slide-block1 {
  grid-area: magazine-slider;
  width: 100%;
  padding: clamp(16px, 4vw, 32px);
  border-radius: clamp(28px, 5vw, 48px);
  background: #fff;
  min-height: 320px;
  margin-inline: auto;
  min-width: 0;
  overflow: hidden;
}

.magazine-slide-block1 .swiper-wrapper {
  align-items: flex-start;
  width: 100%;
}

  .magazine-slide-block1 .swiper-slide {
    width: auto;
  }

  .magazine-slide-block1 .swiper-slide-visible {
    margin-right: 24px;
  }

  .magazine-block-body .post-item.swiper-slide-visible {
    margin-right: 24px;
  }

.magazine-block-body .posts-container {
  list-style: none;
  margin: 0;
}

.magazine-block-body .post-item {
  height: auto;
}


.magazine-card {
  position: relative;
  display: block;
  height: auto;
  border-radius: 36px;
  padding: 0;
  overflow: hidden;
  background: #fff;
  color: #4d4d4d;
  text-decoration: none;
  transition: transform 0.35s ease, box-shadow 0.35s ease;
  isolation: isolate;
}

@media (hover: hover) {
  .magazine-card:hover {
    transform: translateY(-6px);
  }
}

.magazine-card-media {
  width: 100%;
  display: block;
}

.magazine-card-media img {
  width: 100%;
  display: block;
  height: auto;
  padding: 0;
}

.magazine-card-overlay {
  position: absolute;
  right: 0;
  bottom: 0;
  top: auto;
  width: 80%;
  height: 40%;
  padding: clamp(5px, 1.4vw, 9px);
  border-radius: 28px 0 0 0;
  background: rgba(255, 255, 255, 0.97);
  display: flex;
  flex-direction: column;
  gap: 6px;
  text-align: left;
}

  .magazine-card-label {
    align-self: flex-end;
    display: inline-flex;
    align-items: center;
    padding: 4px 8px;
    border-radius: 2px;
    font-size: 10px;
    font-weight: 700;
    color: #FFF;
    background: #E2C7A0;
    border: 1px solid #E2C7A0;
    margin-top: -8%;
    margin-right: -2%;
    right: 0;
  }

.magazine-card-text {
  font-size: 11px;
  line-height: 1.55;
  letter-spacing: 0.1rem;
  font-weight: 500;
  color: #4d4d4d;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  margin: auto;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

/* media styles moved above */

.magazine-slider-control {
  position: static;
  border: none;
  background: transparent;
  padding: 0;
  cursor: pointer;
  pointer-events: auto;
  transition: transform 0.3s ease;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
}

.magazine-slider-control img {
  width: 72px;
  height: auto;
  display: block;
}

.magazine-slider-prev {
  grid-area: magazine-prev;
}

.magazine-slider-next {
  grid-area: magazine-next;
}
.magazine-slider-pagination {
  grid-area: magazine-pagination;
  width: 100%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  font-weight: 700;
  color: #c17b46;
  letter-spacing: 0.1em;
}
.magazine-slider-pagination--bullets {
  display: inline-flex;
}
  .magazine-mobile-controls {
    display: none;
    width: 100%;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    grid-column: 1/-1;
    padding: 0.5rem 1rem;
  }
.magazine-slider-pagination-fraction {
  font-weight: 700;
  font-size: 19px;
  color: #E2C7A0;
  font-family: "Adobe Garamond Pro", "Times New Roman", serif;
}
.magazine-mobile-nav {
  display: inline-flex;
  align-items: center;
  gap: 10px;
}

.magazine-slider-pagination .swiper-pagination-current,
.magazine-slider-pagination .swiper-pagination-total {
  font-size: 16px;
  color: #c17b46;
}

.magazine-slider-pagination .magazine-fraction-sep {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 15px;
  color: #d8b089;
}

@media (hover: hover) {
  .magazine-slider-control:hover {
    transform: scale(1.05);
  }
}

@media screen and (max-width: 639px) {
  .specific-posts {
    padding-left: 0;
    padding-right: 0;
  }
  .check-title {
    margin-top: -18%;
  }
  .magazine-slide-block1 {
    padding-left: 0;
    padding-right: 0;
  }
  .magazine-slider-pagination {
    display: none;
  }
  .magazine-block-body .swiper-pagination {
    display: none;
  }
  .magazine-slider-control img {
    width: 56px;
  }

  .magazine-block-body-container {
    grid-template-columns: auto 1fr auto;
    grid-template-areas: "magazine-slider magazine-slider magazine-slider" "magazine-prev magazine-pagination magazine-next";
    column-gap: 12px;
  }

  .magazine-slider-pagination {
    width: auto;
    justify-self: center;
  }

  .magazine-slider-pagination--bullets,
  .magazine-slider-prev,
  .magazine-slider-next {
    display: none;
  }

  .magazine-mobile-controls {
    display: flex;
    max-width: 340px;
  }

  .magazine-slider-control.magazine-mobile-prev img,
  .magazine-slider-control.magazine-mobile-next img {
    width: 48px;
  }

  .magazine-card-text {
    font-size: 14px;
  }

  .magazine-mobile-nav {
    gap: 8px;
  }
}
.learn-block-container {
  margin: auto;
  width: min(800px, 100%);
}

.btn_magazine_more {
  width: 385px;
  margin: 50px auto 60px;
}

@media screen and (max-width: 639px) {
  .btn_magazine_more {
    width: 280px;
    margin-bottom: 10px;
  }
  .button.line {
    width: 100%;
    font-size: 12px;
  }
}
@media screen and (max-width: 639px) {
  .specific-posts + .specific-posts {
    margin-top: 20px;
  }
}
/* About Doctor Block Styles */
.about_doctor-block {
  position: relative;
  color: #fff;
  padding: 80px 0 0px;
  overflow: hidden;
  background-color: #fef5ef;
  background-image: url(https://cdn.getshifter.co/be7ed2e8e82138bc0a01637baba83e9585cb0b44/uploads/2025/09/about_doctor-bg-scaled.jpg);
  background-size: cover;
  background-position: center top;
}

/* オンライン診療についてタイトル */
.online-consultation-title {
  text-align: center;
  margin-bottom: 80px;
}

.online-consultation-title .title-text {
  font-size: clamp(1.5rem, 2.5vw, 2rem);
  font-weight: 400;
  color: #555;
  letter-spacing: 0.1em;
  margin-bottom: 30px;
  line-height: 1.6;
}

.title-decoration {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  width: min(300px, 80vw);
}

.title-line {
  width: 100%;
  height: 1px;
  background: #555;
  position: relative;
}

.title-diamond {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
  width: 12px;
  height: 12px;
  background: #fff;
}

/* About Doctor セクション */
.about-doctor-section {
  position: relative;
  margin: 0 auto;
  max-width: min(1200px, 90vw);
}

/* About Doctor タイトル */
.about-doctor-title {
  object-fit: none;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: -30px;
  z-index: 2;
}

.title-bg {
  background: #E4D2B1;
  color: #fff;
  font-family: "Times New Roman", serif;
  font-size: clamp(1.25rem, 2vw, 1.5rem);
  font-variant: small-caps;
  padding: 15px 50px;
  border-radius: 50px;
  letter-spacing: 0.1em;
  position: relative;
  z-index: 2;
}

.title-dot {
  width: 8px;
  height: 8px;
  background: #E4D2B1;
  border-radius: 50%;
  position: absolute;
  z-index: 1;
}

.top-dot {
  top: -15px;
  left: 50%;
  transform: translateX(-50%);
}

.bottom-dot {
  bottom: -15px;
  left: 50%;
  transform: translateX(-50%);
}

/* メインコンテンツコンテナ */
.doctor-main-container {
  position: relative;
  background: #fff;
  border-radius: 50px;
  padding: 60px 50px;
  margin: 0 auto;
  max-width: min(1100px, 90vw);
  display: grid;
  grid-template-columns: 1fr 2fr;
  grid-gap: 50px;
  align-items: center;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

/* 医師の画像 */
.doctor-image-container {
  display: flex;
  justify-content: center;
  align-items: center;
}

.doctor-image-wrapper {
  position: relative;
  width: min(280px, 25vw);
  height: min(280px, 25vw);
}

.doctor-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
}

/* テキスト情報 */
.doctor-info-container {
  color: #000000;
}

.doctor-intro {
  font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "verdana", sans-serif;
  font-size: 10px;
  line-height: 1.8;
  margin-bottom: 30px;
  color: #333333;
}

.doctor-qualification {
  font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "verdana", sans-serif;
  font-size: 15px;
  font-weight: 500;
  color: #666666;
  margin-bottom: 20px;
}

.doctor-name {
  font-size: 23px;
  font-family: "ヒラギノ角ゴ ProN W6", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "verdana", sans-serif;
  font-weight: normal;
  color: #4D4D4D;
  margin-bottom: 20px;
  line-height: 1.2;
}

.doctor-career {
  font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "verdana", sans-serif;
  font-size: 10px;
  line-height: 1.6;
  color: #333333;
}

/* About Doctor セクションのスタイル */
/* レスポンシブ対応 */
@media (max-width: 639px) {
  .doctor-tmp-container {
    padding: 40px 0;
    margin-top: 40px;
  }
  .doctor-main-container {
    display: flex;
    flex-flow: row wrap;
    gap: 4px;
    align-items: center;
  }
  .doctor-image-container {
    width: 40%;
  }
  .doctor-info-container {
    width: 50%;
  }
  .doctor-intro {
    width: 100%;
  }
  .doctor-profile-container {
    flex-direction: column;
    text-align: center;
    padding: 30px 20px;
    gap: 25px;
  }
  .doctor-profile-image {
    width: 120px;
    height: 120px;
    margin: 0 auto;
  }
  .doctor-tmp-container {
    background-color: #f8f8f8;
    padding: 60px 0;
    margin-top: 60px;
  }
  .about-doctor-section {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0;
  }
  .about-doctor-title {
    text-align: center;
    margin-bottom: -20px;
    z-index: 2;
  }
  .about-doctor-title span {
    background-color: #d4b896;
    color: white;
    padding: 8px 30px;
    border-radius: 25px;
    font-family: "Noto Sans JP", sans-serif;
    font-size: clamp(0.9rem, 1.2vw, 1rem);
    font-weight: 500;
    position: relative;
  }
  .about-doctor-title span::after {
    content: "";
    position: absolute;
    bottom: -8px;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-top: 8px solid #d4b896;
  }
  .doctor-profile-container {
    display: flex;
    align-items: flex-start;
    gap: 40px;
    background-color: white;
    padding: 40px;
    border-radius: 20px;
    box-shadow: 0 2px 20px rgba(0, 0, 0, 0.1);
  }
  .doctor-image-wrapper {
    flex-shrink: 0;
  }
  .doctor-profile-image {
    width: 150px;
    height: 150px;
    border-radius: 50%;
    object-fit: cover;
    border: 3px solid #f0f0f0;
  }
  .doctor-profile-info {
    flex: 1;
  }
  .doctor-profile-qualification {
    font-family: "Noto Sans JP", sans-serif;
    font-size: clamp(0.8rem, 1vw, 0.9rem);
    color: #666666;
    margin-bottom: 15px;
    line-height: 1.4;
  }
  .doctor-profile-name {
    font-size: clamp(1.8rem, 2.5vw, 2.2rem);
    font-weight: 700;
    color: #000000;
    margin-bottom: 25px;
    line-height: 1.2;
  }
  .profile-toggle-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background-color: transparent;
    border: 2px solid #666;
    color: #666;
    padding: 10px 20px;
    border-radius: 25px;
    font-family: "Noto Sans JP", sans-serif;
    font-size: clamp(0.8rem, 1vw, 0.9rem);
    font-weight: 500;
    cursor: pointer;
    margin-bottom: 20px;
  }
  .toggle-icon {
    font-size: 1.2em;
    font-weight: bold;
    transition: transform 0.3s ease;
  }
  .profile-toggle-btn.active .toggle-icon {
    transform: rotate(45deg);
  }
  .doctor-profile-details {
    background-color: #f9f9f9;
    padding: 4px;
    margin-bottom: 10px;
  }
  .doctor-profile-details p {
    font-family: "Noto Sans JP", sans-serif;
    font-size: clamp(0.8rem, 1vw, 0.9rem);
    line-height: 1.6;
    color: #333333;
    margin: 0;
  }
  .doctor-profile-intro {
    font-family: "Noto Sans JP", sans-serif;
    font-size: clamp(0.8rem, 1vw, 0.9rem);
    line-height: 1.6;
    color: #333333;
    margin: 0;
  }
  @keyframes fadeIn {
    from {
      opacity: 0;
      transform: translateY(-10px);
    }
    to {
      opacity: 1;
      transform: translateY(0);
    }
  }
}
/* 修了証 */
.certificate-container {
  display: flex;
  align-items: center;
  gap: 15px;
  margin: 20px auto;
  width: 90%;
}

@media screen and (min-width: 640px) {
  .certificate-image-wrapper img {
    width: 55px;
  }
}
@media screen and (max-width: 639px) {
  .certificate-image-wrapper img {
    width: 73px;
  }
}
.certificate-image {
  width: min(80px, 8vw);
  height: auto;
  border-radius: 4px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
  border: 1px solid #e0e0e0;
}

.certificate-text-content {
  flex: 1;
}

.certificate-description {
  font-family: "Noto Sans JP", sans-serif;
  font-size: clamp(0.7rem, 0.8vw, 0.8rem);
  line-height: 2;
  letter-spacing: 0.15em;
  color: #333333;
  margin: 0;
}

/* レスポンシブ対応 */
@media screen and (max-width: 1024px) {
  .doctor-main-container {
    grid-template-columns: 1fr;
    text-align: center;
    padding: 50px 40px;
  }
  .doctor-image-wrapper {
    width: min(250px, 40vw);
    height: min(250px, 40vw);
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 639px) {
  .online-consultation-title {
    margin-bottom: 60px;
  }
  .doctor-main-container {
    padding: 40px 20px !important;
    max-width: 100% !important;
    border-radius: 30px;
  }
  .doctor-image-wrapper {
    width: min(200px, 50vw);
    height: min(200px, 50vw);
  }
  .certificate-container {
    position: static;
    flex-direction: row;
    align-items: center;
    text-align: center;
    padding: 30px 15px 0 15px;
    margin: 0;
    width: 100%;
    box-sizing: border-box;
  }
  .certificate-image {
    width: min(100px, 25vw);
  }
  .certificate-description {
    font-size: 9px;
    text-align: left;
  }
}
@media screen and (max-width: 480px) {
  .about_doctor-block {
    padding: 0;
  }
  .doctor-main-container {
    padding: 30px 20px;
    border-radius: 20px;
  }
  .doctor-image-wrapper {
    width: min(140px, 40vw);
    height: min(140px, 40vw);
  }
  .certificate-image {
    width: min(80px, 20vw);
  }
}
.post-title {
  margin-top: 13px;
}

@media screen and (max-width: 639px) {
  .post-title {
    margin-top: 18px;
  }
}
/* 新しいFAQセクション用スタイル */
.faq-block-inner {
  margin: auto;
  max-width: min(1200px, 90%);
  width: 100%;
}

.faq-tabs {
  margin-top: min(60px, 8vw);
}

.faq-tab-buttons {
  display: flex;
  justify-content: center;
  gap: 0;
  margin-bottom: 0;
  padding: 0;
  width: min(900px, 85%);
  margin-left: auto;
  margin-right: auto;
  position: relative;
  z-index: 2;
}

.faq-tab-button {
  flex: 1;
  padding: min(16px, 4vw) min(24px, 5vw);
  font-size: clamp(0.875rem, 0.8rem + 0.3vw, 1rem);
  font-weight: bold;
  color: #4d4d4d;
  background: #d4c0a8;
  border: none;
  cursor: pointer;
  transition: all 0.3s ease;
  position: relative;
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
}
.faq-tab-button:first-child {
  margin-right: 2px;
}
.faq-tab-button.active {
  color: #4d4d4d;
  background: #f4d5c7;
  font-weight: bold;
  z-index: 3;
}
.faq-tab-button.active:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  border-top: 10px solid #f4d5c7; /* 好みで色を変えてください */
  border-right: 10px solid transparent;
  border-left: 10px solid transparent;
}
.faq-tab-button:hover:not(.active) {
  background: #c8b499;
}

.faq-tab-content {
  display: none;
  max-width: min(900px, 85%);
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
.faq-tab-content.active {
  display: block;
}

.faq-accordion {
  background: #fff;
  border-radius: 16px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  overflow: hidden;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
  margin-top: -1px;
  padding-top: 20px;
}

.faq-item {
  background: #fff;
  border: none;
  border-radius: 0;
  margin-bottom: 0;
  overflow: hidden;
  box-shadow: none;
}

.faq-item:last-child {
  border-bottom: none;
}

.faq-question {
  display: flex;
  align-items: center;
  width: 100%;
  font-family: "ヒラギノ角ゴ ProN W6", "Hiragino Kaku Gothic ProN W6";
  padding: min(20px, 4vw) min(24px, 5vw);
  font-size: clamp(0.875rem, 0.8rem + 0.3vw, 1rem);
  color: #555;
  background: #fff;
  border: none;
  cursor: pointer;
  transition: all 0.3s ease;
}

.faq-question:hover {
  background: #fefefe;
}

.faq-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: min(28px, 6vw);
  height: min(28px, 6vw);
  margin-right: min(16px, 3vw);
  font-size: clamp(0.75rem, 0.7rem + 0.2vw, 0.875rem);
  font-weight: bold;
  border-radius: 50%;
  flex-shrink: 0;
}

.faq-text {
  flex: 1;
  text-align: left;
  line-height: 1.5;
}

.faq-toggle {
  font-size: clamp(1.25rem, 1.1rem + 0.4vw, 1.5rem);
  font-weight: 200;
  color: #f4b8b8;
  transition: all 0.3s ease;
  width: min(24px, 5vw);
  text-align: center;
}

.faq-item.active .faq-toggle {
  transform: none;
}

.faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease;
  background: #fff;
  border-top: none;
}

.faq-item.active .faq-answer {
  max-height: 500px;
}

.faq-answer p {
  padding: 0 min(24px, 5vw) min(20px, 4vw) min(68px, 14vw);
  font-size: clamp(0.8rem, 0.75rem + 0.2vw, 0.9rem);
  line-height: 1.7;
  color: #666;
  margin: 0;
}

.faq-more-button {
  text-align: center;
  margin-top: min(50px, 8vw);
}

.faq-more-button .button {
  display: inline-flex;
  align-items: center;
  gap: min(10px, 2vw);
  padding: min(14px, 3vw) min(28px, 6vw);
  font-size: clamp(0.875rem, 0.8rem + 0.3vw, 1rem);
  font-weight: 500;
  color: #4d4d4d;
  background-color: transparent;
  border: 1px solid #555;
  border-radius: 30px;
  text-decoration: none;
  transition: all 0.3s ease;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}

.faq-more-button .button:hover {
  background: #fefefe;
  border-color: #f4d5c7;
  transform: translateY(-1px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.arrow-icon {
  font-size: clamp(0.875rem, 0.8rem + 0.3vw, 1rem);
  transition: transform 0.3s ease;
}

.faq-more-button .button:hover .arrow-icon {
  transform: translateX(3px);
}

/* レスポンシブ対応 */
@media screen and (max-width: 639px) {
  .faq-tab-buttons {
    width: 100%;
  }
  .faq-tab-content {
    max-width: min(350px, 100%);
  }
  .faq-tab-button {
    padding: min(14px, 4vw) min(20px, 5vw);
    font-size: clamp(0.8rem, 0.75rem + 0.3vw, 0.9rem);
  }
  .faq-question {
    padding: min(18px, 4vw) min(20px, 5vw);
  }
  .faq-icon {
    width: min(24px, 6vw);
    height: min(24px, 6vw);
    margin-right: min(12px, 3vw);
  }
  .faq-answer p {
    padding: 0 min(20px, 5vw) min(18px, 4vw) min(56px, 12vw);
  }
}
main {
  background: #fdfbfa;
}

.section-title {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 60px;
}

.section-title img {
  object-fit: none;
  margin-bottom: 10px;
}

.section-title h2 {
  font-size: 24px;
}

@media screen and (max-width: 639px) {
  .section-title {
    margin-bottom: 20px;
  }
  .section-title h2 {
    font-size: 18px;
  }
}
