/* TOPヒーロー top__hero
------------------------------------------------------------------*/
.top__hero {
  position: relative;
}
.top__hero-swiper {
  position: relative;
  width: 95vw;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  margin-left: 0 !important;
}
.top__hero-swiper img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: 0% 0%;
  object-position: 0% 0%;
}
.top__hero-logoWrap {
  position: absolute;
  top: calc(80 / 1920 * 100vw);
  right: calc(20 / 1920 * 100vw);
  display: flex;
  flex-direction: column;
  gap: calc(10 / 1920 * 100vw);
  z-index: 1;
}
.top__hero-logo1 {
  width: calc(200 / 1920 * 100vw);
  transition: var(--transition);
}
.top__hero-logo1 img {
  width: 100%;
}
.top__hero-logo2 {
  width: calc(200 / 1920 * 100vw);
  transition: var(--transition);
}
.top__hero-logo2 img {
  width: 100%;
}
.top__hero-logo3 {
  width: calc(328 / 1920 * 100vw);
  position: absolute;
  bottom: calc(100 / 1920 * 100vw);
  right: calc(20 / 1920 * 100vw);
  transition: var(--transition);
  z-index: 1;
}
.top__hero-logo3 img {
  width: 100%;
}
.top__hero-text {
  position: absolute;
  bottom: calc(75 / 1920 * -100vw);
  left: 0;
  width: 100vw;
  z-index: 1;
}
.top__hero-text img {
  width: 100%;
}
@media screen and (max-width: 1599px) {
  .top__hero-logoWrap {
    top: calc(80 / 1599 * 100vw);
    right: calc(20 / 1599 * 100vw);
    gap: calc(10 / 1599 * 100vw);
  }
  .top__hero-logo1 {
    width: calc(200 / 1599 * 100vw);
  }
  .top__hero-logo2 {
    width: calc(200 / 1599 * 100vw);
  }
  .top__hero-logo3 {
    width: calc(328 / 1599 * 100vw);
    bottom: calc(100 / 1599 * 100vw);
    right: calc(20 / 1599 * 100vw);
  }
  .top__hero-text {
    bottom: calc(75 / 1599 * -100vw);
  }
}
@media screen and (max-width: 1440px) {
  .top__hero-logoWrap {
    top: calc(80 / 1440 * 100vw);
    right: calc(20 / 1440 * 100vw);
    gap: calc(10 / 1440 * 100vw);
  }
  .top__hero-logo1 {
    width: calc(200 / 1440 * 100vw);
  }
  .top__hero-logo2 {
    width: calc(200 / 1440 * 100vw);
  }
  .top__hero-logo3 {
    width: calc(328 / 1440 * 100vw);
    bottom: calc(100 / 1440 * 100vw);
    right: calc(20 / 1440 * 100vw);
  }
  .top__hero-text {
    bottom: calc(75 / 1440 * -100vw);
  }
}
@media screen and (max-width: 767px) {
  .top__hero-swiper {
    width: 100vw;
  }
  .top__hero-logoWrap {
    top: calc(382 / 375 * 100vw);
    right: calc(10 / 375 * 100vw);
    gap: calc(5 / 375 * 100vw);
  }
  .top__hero-logo1 {
    width: calc(109 / 375 * 100vw);
  }
  .top__hero-logo2 {
    width: calc(109 / 375 * 100vw);
  }
  .top__hero-logo3 {
    width: 90%;
    position: static;
    margin-inline: auto;
  }
  .top__hero-text {
    display: none;
  }
}

/* こんなお悩みありませんか？
concern
------------------------------------------------------------------*/
.concern {
  padding-top: calc(125 / 1920 * 100vw);
  padding-bottom: calc(45 / 1920 * 100vw);
  position: relative;
}
.concern:after {
  content: "";
  position: absolute;
  top: calc(100% - 1px);
  left: 50%;
  transform: translateX(-50%);
  -webkit-clip-path: polygon(50% 100%, 0 0, 100% 0);
  clip-path: polygon(50% 100%, 0 0, 100% 0);
  background: var(--color-bg);
  width: calc(1124 / 1920 * 100vw);
  height: calc(100 / 1920 * 100vw);
  z-index: 1;
}
.concern__lead {
  margin-top: calc(56 / 1920 * 100vw);
}
.concern__list {
  display: flex;
  flex-wrap: wrap;
  gap: calc(10 / 1920 * 100vw) calc(40 / 1920 * 100vw);
  margin-top: calc(64 / 1920 * 100vw);
}
.concern__item {
  width: calc(274 / 1920 * 100vw);
  position: relative;
}
.concern__item img {
  width: 100%;
}
.concern__item:nth-child(1) {
  margin-left: calc(30 / 1920 * 100vw);
}
.concern__item:nth-child(4) {
  margin-left: calc(190 / 1920 * 100vw);
}
@media screen and (max-width: 1599px) {
  .concern {
    padding-top: calc(125 / 1599 * 100vw);
    padding-bottom: calc(45 / 1599 * 100vw);
  }
  .concern:after {
    width: calc(1124 / 1599 * 100vw);
    height: calc(100 / 1599 * 100vw);
  }
  .concern__lead {
    margin-top: calc(56 / 1599 * 100vw);
  }
  .concern__list {
    gap: calc(10 / 1599 * 100vw) calc(40 / 1599 * 100vw);
    margin-top: calc(64 / 1599 * 100vw);
  }
  .concern__item {
    width: calc(274 / 1599 * 100vw);
  }
  .concern__item:nth-child(1) {
    margin-left: calc(30 / 1599 * 100vw);
  }
  .concern__item:nth-child(4) {
    margin-left: calc(190 / 1599 * 100vw);
  }
}
@media screen and (max-width: 1440px) {
  .concern {
    padding-top: calc(125 / 1440 * 100vw);
    padding-bottom: calc(5 / 1440 * 100vw);
  }
  .concern:after {
    width: calc(1124 / 1440 * 100vw);
    height: calc(100 / 1440 * 100vw);
  }
  .concern__lead {
    margin-top: calc(56 / 1440 * 100vw);
  }
  .concern__list {
    gap: calc(10 / 1440 * 100vw) calc(40 / 1440 * 100vw);
    margin-top: calc(64 / 1440 * 100vw);
  }
  .concern__item {
    width: calc(274 / 1440 * 100vw);
  }
  .concern__item:nth-child(1) {
    margin-left: calc(30 / 1440 * 100vw);
  }
  .concern__item:nth-child(4) {
    margin-left: calc(190 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .concern {
    padding-top: calc(105 / 375 * 100vw);
    padding-bottom: calc(5 / 375 * 100vw);
  }
  .concern:after {
    width: 100%;
    height: calc(65 / 375 * 100vw);
  }
  .concern__lead {
    margin-top: calc(40 / 375 * 100vw);
    padding-inline: calc(5 / 375 * 100vw);
  }
  .concern__list {
    margin-top: calc(80 / 375 * 100vw);
    gap: 0;
    flex-direction: column;
  }
  .concern__item {
    width: calc(200 / 375 * 100vw);
  }
  .concern__item:nth-child(1) {
    margin-left: 0;
  }
  .concern__item:nth-child(4) {
    margin-left: 0;
  }
  .concern__item:not(:first-child) {
    margin-top: calc(36 / 375 * -100vw);
  }
  .concern__item:nth-child(even) {
    align-self: flex-end;
  }
}
/* コンセプト
concept
------------------------------------------------------------------*/
.concept {
  position: relative;
  padding-top: calc(172 / 1920 * 100vw);
  padding-bottom: calc(100 / 1920 * 100vw);
}
.concept__bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}
.concept__bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.concept__inner {
  position: relative;
  z-index: 1;
}
.concept__title {
  font-weight: 500;
  font-size: var(--fz24);
  line-height: 2;
  letter-spacing: 0.1em;
  text-align: center;
  color: var(--color-text);
}
.concept__title--accent {
  position: relative;
}
.concept__title--accent:after {
  content: "";
  position: absolute;
  top: 118%;
  left: 0;
  width: 100%;
  height: 1px;
  background: var(--color-text);
}
.concept__imageArea {
  position: relative;
  margin-top: calc(70 / 1920 * 100vw);
}
.concept__imageMain {
  position: relative;
  width: calc(859 / 1920 * 100vw);
}
.concept__imageMain img {
  width: 100%;
}
.concept__imageText {
  position: absolute;
  bottom: calc(58 / 1920 * -100vw);
  left: calc(55 / 1920 * 100vw);
  width: calc(91 / 1920 * 100vw);
}
.concept__imageText img {
  width: 100%;
}
.concept__catchEn {
  position: absolute;
  top: calc(30 / 1920 * -100vw);
  right: calc(28 / 1920 * 100vw);
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  font-family: var(--ff-en1);
  font-size: var(--fz70);
  line-height: 1.2;
  color: #963f0733;
  z-index: 1;
}
.concept__imageSub {
  display: flex;
  justify-content: space-between;
  padding-inline: calc(40 / 1920 * 100vw) calc(60 / 1920 * 100vw);
  margin-top: calc(90 / 1920 * -100vw);
  z-index: 1;
  position: relative;
}
.concept__imageSub img {
  width: calc(423 / 1920 * 100vw);
}
.concept__lead {
  width: calc(570 / 1920 * 100vw);
  align-self: flex-end;
  padding-bottom: calc(16 / 1920 * 100vw);
}
.concept__navList {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: calc(64 / 1920 * 100vw);
  margin-top: calc(100 / 1920 * 100vw);
}
.concept__navItem {
  width: calc(404 / 1920 * 100vw);
  height: calc(200 / 1920 * 100vw);
  border: 1px solid var(--color-secondary);
  padding: calc(10 / 1920 * 100vw);
  border-radius: 100vmax;
}
.concept__navButton {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding-top: calc(18 / 1920 * 100vw);
  overflow: hidden;
  border-radius: 100vmax;
}
.concept__navButton:after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: calc(30 / 1920 * 100vw);
  width: calc(18 / 1920 * 100vw);
  height: calc(16 / 1920 * 100vw);
  background: url(../images/common/arrow_icon.svg) no-repeat center center /
    contain;
  transition: var(--transition);
}
.concept__navIcon {
  margin-top: calc(5 / 1920 * 100vw);
  width: calc(36 / 1920 * 100vw);
}
.concept__navBg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  transition: var(--transition);
}
.concept__navTextJa {
  font-weight: 500;
  font-size: var(--fz22);
  color: #fff;
  line-height: 1.4;
  letter-spacing: 0.1em;
  text-align: center;
  border-bottom: 1px solid #fff;
  padding-bottom: calc(5 / 1920 * 100vw);
}
.concept__navTextEn {
  font-weight: 700;
  font-size: var(--fz12);
  color: #fff;
  line-height: 2;
  letter-spacing: 0.1em;
  text-align: center;
  margin-top: calc(3 / 1920 * 100vw);
}
@media (any-hover: hover) {
  .concept__navButton:hover {
    opacity: 1;
  }
  .concept__navButton:hover .concept__navBg {
    transform: scale(1.05);
  }
  .concept__navButton:hover:after {
    transform: translate(5px, -50%);
  }
}
@media screen and (max-width: 1599px) {
  .concept {
    padding-top: calc(172 / 1599 * 100vw);
    padding-bottom: calc(100 / 1599 * 100vw);
  }
  .concept__imageArea {
    margin-top: calc(70 / 1599 * 100vw);
  }
  .concept__imageMain {
    width: calc(859 / 1599 * 100vw);
  }
  .concept__imageText {
    bottom: calc(58 / 1599 * -100vw);
    left: calc(55 / 1599 * 100vw);
    width: calc(91 / 1599 * 100vw);
  }
  .concept__catchEn {
    top: calc(30 / 1599 * -100vw);
    right: calc(28 / 1599 * 100vw);
  }
  .concept__imageSub {
    padding-inline: calc(40 / 1599 * 100vw) calc(60 / 1599 * 100vw);
    margin-top: calc(90 / 1599 * -100vw);
  }
  .concept__imageSub img {
    width: calc(423 / 1599 * 100vw);
  }
  .concept__lead {
    width: calc(570 / 1599 * 100vw);
    padding-bottom: calc(16 / 1599 * 100vw);
  }
  .concept__navList {
    gap: calc(64 / 1599 * 100vw);
    margin-top: calc(100 / 1599 * 100vw);
  }
  .concept__navItem {
    width: calc(404 / 1599 * 100vw);
    height: calc(200 / 1599 * 100vw);
    padding: calc(10 / 1599 * 100vw);
  }
  .concept__navButton {
    padding-top: calc(18 / 1599 * 100vw);
  }
  .concept__navButton:after {
    right: calc(30 / 1599 * 100vw);
    width: calc(18 / 1599 * 100vw);
    height: calc(16 / 1599 * 100vw);
  }
  .concept__navIcon {
    margin-top: calc(5 / 1599 * 100vw);
    width: calc(36 / 1599 * 100vw);
  }
  .concept__navTextJa {
    padding-bottom: calc(5 / 1599 * 100vw);
  }
  .concept__navTextEn {
    margin-top: calc(3 / 1599 * 100vw);
  }
}
@media screen and (max-width: 1440px) {
  .concept {
    padding-top: calc(172 / 1440 * 100vw);
    padding-bottom: calc(100 / 1440 * 100vw);
  }
  .concept__imageArea {
    margin-top: calc(70 / 1440 * 100vw);
  }
  .concept__imageMain {
    width: calc(859 / 1440 * 100vw);
  }
  .concept__imageText {
    bottom: calc(58 / 1440 * -100vw);
    left: calc(55 / 1440 * 100vw);
    width: calc(91 / 1440 * 100vw);
  }
  .concept__catchEn {
    top: calc(30 / 1440 * -100vw);
    right: calc(28 / 1440 * 100vw);
  }
  .concept__imageSub {
    padding-inline: calc(40 / 1440 * 100vw) calc(60 / 1440 * 100vw);
    margin-top: calc(90 / 1440 * -100vw);
  }
  .concept__imageSub img {
    width: calc(423 / 1440 * 100vw);
  }
  .concept__lead {
    width: calc(570 / 1440 * 100vw);
    padding-bottom: calc(16 / 1440 * 100vw);
  }
  .concept__navList {
    gap: calc(64 / 1440 * 100vw);
    margin-top: calc(100 / 1440 * 100vw);
  }
  .concept__navItem {
    width: calc(404 / 1440 * 100vw);
    height: calc(200 / 1440 * 100vw);
    padding: calc(10 / 1440 * 100vw);
  }
  .concept__navButton {
    padding-top: calc(18 / 1440 * 100vw);
  }
  .concept__navButton:after {
    right: calc(30 / 1440 * 100vw);
    width: calc(18 / 1440 * 100vw);
    height: calc(16 / 1440 * 100vw);
  }
  .concept__navIcon {
    margin-top: calc(5 / 1440 * 100vw);
    width: calc(36 / 1440 * 100vw);
  }
  .concept__navTextJa {
    padding-bottom: calc(5 / 1440 * 100vw);
  }
  .concept__navTextEn {
    margin-top: calc(3 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .concept {
    padding-top: calc(128 / 375 * 100vw);
    padding-bottom: calc(100 / 375 * 100vw);
  }
  .concept__title {
    font-size: var(--fz18);
  }
  .concept__imageArea {
    margin-top: calc(94 / 375 * 100vw);
  }
  .concept__catchEn {
    font-size: var(--fz50);
    top: calc(16 / 375 * -100vw);
    right: calc(18 / 375 * -100vw);
  }
  .concept__imageMain {
    width: 95vw;
    margin-left: calc((50vw - 50%) * -1);
  }
  .concept__imageText {
    bottom: calc(136 / 375 * -100vw);
    left: calc(20 / 375 * 100vw);
    width: calc(71 / 375 * 100vw);
  }
  .concept__imageSub {
    padding-inline: 0;
    margin-top: calc(24 / 375 * -100vw);
    flex-direction: column-reverse;
    align-items: flex-end;
  }
  .concept__lead {
    width: 100%;
    padding-bottom: 0;
    margin-top: calc(44 / 375 * 100vw);
    padding-inline: calc(5 / 375 * 100vw);
  }
  .concept__imageSub img {
    width: calc(244 / 375 * 100vw);
    right: calc(-20 / 375 * 100vw);
    position: relative;
  }
  .concept__navList {
    flex-direction: column;
    align-items: center;
    gap: calc(40 / 375 * 100vw);
    margin-top: calc(90 / 375 * 100vw);
  }
  .concept__navItem {
    width: calc(325 / 375 * 100vw);
    height: calc(161 / 375 * 100vw);
    padding: calc(8 / 375 * 100vw);
  }
  .concept__navButton {
    padding-top: calc(16 / 375 * 100vw);
  }
  .concept__navTextJa {
    padding-bottom: calc(5 / 375 * 100vw);
    font-size: var(--fz18);
  }
  .concept__navTextEn {
    margin-top: calc(3 / 375 * 100vw);
    font-size: var(--fz10);
  }
  .concept__navIcon {
    margin-top: calc(5 / 375 * 100vw);
    width: calc(30 / 375 * 100vw);
  }
  .concept__navButton:after {
    right: calc(22 / 375 * 100vw);
    width: calc(14 / 375 * 100vw);
    height: calc(12 / 375 * 100vw);
  }
}
/* More & More Clinicが選ばれる3つの理由
reason
------------------------------------------------------------------*/
.reason {
  padding-top: calc(145 / 1920 * 100vw);
  padding-bottom: calc(150 / 1920 * 100vw);
  position: relative;
}
.reason__leadArea {
  margin-top: calc(100 / 1920 * 100vw);
  position: relative;
  display: flex;
  justify-content: space-between;
  gap: calc(30 / 1920 * 100vw);
}
.reason__leadArea:after {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  background: url(../images/common/bg_circle.webp) no-repeat center center /
    contain;
  width: calc(430 / 1920 * 100vw);
  height: calc(430 / 1920 * 100vw);
  z-index: 1;
}
.reason__image {
  width: calc(512 / 1920 * 100vw);
  position: relative;
  z-index: 2;
}
.reason__image img {
  width: 100%;
}
.reason__text {
  width: calc(536 / 1920 * 100vw);
  display: flex;
  flex-direction: column;
  position: relative;
  z-index: 2;
}
.reason__catch {
  font-family: var(--ff-en1);
  font-weight: 400;
  font-size: var(--fz60);
  line-height: 1;
  letter-spacing: 0.04em;
  color: #fff;
  position: relative;
  right: calc(96 / 1920 * -100vw);
}
.reason__subCatch {
  display: flex;
  flex-direction: column;
  gap: calc(14 / 1920 * 100vw);
  margin-top: calc(50 / 1920 * 100vw);
  margin-left: calc(115 / 1920 * -100vw);
}
.reason__subCatch-text {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding-block: calc(5 / 1920 * 100vw);
  padding-inline: calc(10 / 1920 * 100vw);
  font-weight: 500;
  font-size: var(--fz24);
  line-height: 1.4;
  letter-spacing: 0.1em;
  color: #fff;
  background: linear-gradient(90deg, #c0967e 0%, #e1c2a5 60%, #daaf97 100%);
}
.reason__description {
  width: calc(470 / 1920 * 100vw);
  margin-top: calc(45 / 1920 * 100vw);
}
.reason__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: calc(30 / 1920 * 100vw);
  margin-top: calc(80 / 1920 * 100vw);
}
.reason__item-image img {
  width: 100%;
}
@media screen and (max-width: 1599px) {
  .reason {
    padding-top: calc(145 / 1599 * 100vw);
    padding-bottom: calc(150 / 1599 * 100vw);
  }
  .reason__leadArea {
    margin-top: calc(100 / 1599 * 100vw);
    gap: calc(30 / 1599 * 100vw);
  }
  .reason__leadArea:after {
    width: calc(430 / 1599 * 100vw);
    height: calc(430 / 1599 * 100vw);
  }
  .reason__image {
    width: calc(512 / 1599 * 100vw);
  }
  .reason__text {
    width: calc(536 / 1599 * 100vw);
  }
  .reason__catch {
    right: calc(96 / 1599 * -100vw);
  }
  .reason__subCatch {
    gap: calc(14 / 1599 * 100vw);
    margin-top: calc(50 / 1599 * 100vw);
    margin-left: calc(115 / 1599 * -100vw);
  }
  .reason__subCatch-text {
    padding-block: calc(5 / 1599 * 100vw);
    padding-inline: calc(10 / 1599 * 100vw);
  }
  .reason__description {
    width: calc(470 / 1599 * 100vw);
    margin-top: calc(45 / 1599 * 100vw);
  }
  .reason__list {
    gap: calc(30 / 1599 * 100vw);
    margin-top: calc(80 / 1599 * 100vw);
  }
}
@media screen and (max-width: 1440px) {
  .reason {
    padding-top: calc(145 / 1440 * 100vw);
    padding-bottom: calc(150 / 1440 * 100vw);
  }
  .reason__leadArea {
    margin-top: calc(100 / 1440 * 100vw);
    gap: calc(30 / 1440 * 100vw);
  }
  .reason__leadArea:after {
    width: calc(430 / 1440 * 100vw);
    height: calc(430 / 1440 * 100vw);
  }
  .reason__image {
    width: calc(512 / 1440 * 100vw);
  }
  .reason__text {
    width: calc(536 / 1440 * 100vw);
  }
  .reason__catch {
    right: calc(96 / 1440 * -100vw);
  }
  .reason__subCatch {
    gap: calc(14 / 1440 * 100vw);
    margin-top: calc(50 / 1440 * 100vw);
    margin-left: calc(115 / 1440 * -100vw);
  }
  .reason__subCatch-text {
    padding-block: calc(5 / 1440 * 100vw);
    padding-inline: calc(10 / 1440 * 100vw);
  }
  .reason__description {
    width: calc(470 / 1440 * 100vw);
    margin-top: calc(45 / 1440 * 100vw);
  }
  .reason__list {
    gap: calc(30 / 1440 * 100vw);
    margin-top: calc(80 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .reason {
    padding-top: calc(60 / 375 * 100vw);
    padding-bottom: calc(100 / 375 * 100vw);
  }
  .reason__leadArea {
    margin-top: calc(60 / 375 * 100vw);
    gap: calc(30 / 375 * 100vw);
    flex-direction: column;
  }
  .reason__image {
    width: calc(292 / 375 * 100vw);
  }
  .reason__text {
    width: 100%;
  }
  .reason__catch {
    width: auto;
    position: absolute;
    top: calc(-324 / 375 * 100vw);
    right: calc(-20 / 375 * 100vw);
    -ms-writing-mode: tb-rl;
    -webkit-writing-mode: vertical-rl;
    writing-mode: vertical-rl;
    font-size: var(--fz50);
  }
  .reason__subCatch {
    gap: calc(14 / 375 * 100vw);
    margin-top: calc(26 / 375 * 100vw);
    margin-left: 0;
  }
  .reason__subCatch-text {
    padding-block: calc(4 / 375 * 100vw);
    padding-inline: calc(5 / 375 * 100vw);
    font-size: var(--fz21);
  }
  .reason__description {
    width: 100%;
    margin-top: calc(35 / 375 * 100vw);
  }
  .reason__leadArea:after {
    width: calc(243 / 375 * 100vw);
    height: calc(243 / 375 * 100vw);
    top: calc(100 / 375 * 100vw);
    left: 60%;
  }
  .reason__list {
    gap: calc(30 / 375 * 100vw);
    margin-top: calc(75 / 375 * 100vw);
    grid-template-columns: repeat(1, 1fr);
    width: 78%;
    margin-inline: auto;
  }
}

/* 症例紹介 case
------------------------------------------------------------------*/
.case {
  padding-top: calc(140 / 1920 * 100vw);
  padding-bottom: calc(150 / 1920 * 100vw);
  position: relative;
  background: #faf5ef;
}
.case__visual {
  margin-top: calc(100 / 1920 * 100vw);
}
.case__visual img {
  width: 100%;
}
@media screen and (max-width: 1599px) {
  .case {
    padding-top: calc(140 / 1599 * 100vw);
    padding-bottom: calc(150 / 1599 * 100vw);
  }
  .case__visual {
    margin-top: calc(100 / 1599 * 100vw);
  }
}
@media screen and (max-width: 1440px) {
  .case {
    padding-top: calc(140 / 1440 * 100vw);
    padding-bottom: calc(150 / 1440 * 100vw);
  }
  .case__visual {
    margin-top: calc(100 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .case {
    padding-top: calc(60 / 375 * 100vw);
    padding-bottom: calc(100 / 375 * 100vw);
  }
  .case__visual {
    margin-top: calc(64 / 375 * 100vw);
  }
}

/* 症例一覧
caseResults
------------------------------------------------------------------*/
.caseResults {
  background: var(--color-quaternary);
  border-radius: calc(50 / 1920 * 100vw);
  padding-top: calc(90 / 1920 * 100vw);
  padding-bottom: calc(60 / 1920 * 100vw);
  padding-left: calc(60 / 1920 * 100vw);
  margin-top: calc(30 / 1920 * 100vw);
  position: relative;
}
.caseResults__titleEn {
  position: absolute;
  top: calc(30 / 1920 * -100vw);
  right: 0;
  font-family: var(--ff-en1);
  font-size: var(--fz60);
  line-height: 1;
  letter-spacing: 0.04em;
  color: #963f0733;
  white-space: nowrap;
}
.caseResults__content {
  display: flex;
  gap: calc(64 / 1920 * 100vw);
}
.caseResults__summary {
  width: calc(324 / 1920 * 100vw);
}
.caseResults__rate {
  margin-top: calc(36 / 1920 * 100vw);
}
.caseResults__rate img {
  width: 100%;
}
.caseResults__text {
  text-align: center;
}
.caseResults__button {
  margin-top: calc(50 / 1920 * 100vw);
}
.caseResults__swiperContent {
  width: calc(676 / 1920 * 100vw);
  position: relative;
}
.caseCard {
  width: calc(564 / 1920 * 100vw) !important;
  height: calc(482 / 1920 * 100vw) !important;
  box-sizing: border-box;
  padding-bottom: calc(60 / 1920 * 100vw);
  background: #fff;
  border-radius: calc(10 / 1920 * 100vw);
  padding-left: calc(54 / 1920 * 100vw);
  padding-right: calc(40 / 1920 * 100vw);
  padding-top: calc(24 / 1920 * 100vw);
  padding-bottom: calc(30 / 1920 * 100vw);
  box-shadow: 4px 4px 10px 1px #963f071a;
  margin-bottom: calc(30 / 1920 * 100vw);
}
.caseCard:before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 15px;
  width: 12px;
  height: 90%;
  background: radial-gradient(
    circle farthest-side,
    var(--color-quaternary),
    var(--color-quaternary) 40%,
    transparent 50%,
    transparent
  );
  background-size: 12px 24px;
}
.caseCard__header {
  display: grid;
  grid-template-columns: auto 1fr;
  grid-template-rows: auto 1fr;
  gap: 0 calc(15 / 1920 * 100vw);
  padding-bottom: calc(4 / 1920 * 100vw);
  position: relative;
}
.caseCard__header:after {
  content: "";
  position: absolute;
  top: 40%;
  transform: translateY(-50%);
  right: 0;
  background: url(../images/common/site_mark.webp) no-repeat center center /
    contain;
  width: calc(33 / 1920 * 100vw);
  height: calc(36 / 1920 * 100vw);
}
.caseCard__header:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background: radial-gradient(
    circle farthest-side,
    var(--color-secondary),
    var(--color-secondary) 40%,
    transparent 60%,
    transparent
  );
  background-size: 3px 4px;
}
.caseCard__images {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0 calc(30 / 1920 * 100vw);
  margin-top: calc(16 / 1920 * 100vw);
}
.caseCard__image {
  position: relative;
}
.caseCard__image:last-child:before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: calc(-21 / 1920 * 100vw);
  width: calc(14 / 1920 * 100vw);
  height: calc(18 / 1920 * 100vw);
  background: var(--color-secondary);
  -webkit-clip-path: polygon(100% 50%, 0 0, 0 100%);
  clip-path: polygon(100% 50%, 0 0, 0 100%);
}
.caseCard__image img {
  aspect-ratio: 220 / 147;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.caseCard__imageLabel {
  line-height: 1;
  letter-spacing: 0.04em;
  color: #fff;
  background: #815542;
  padding-inline: calc(15 / 1920 * 100vw);
  border-radius: 100vmax;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  min-width: calc(86 / 1920 * 100vw);
  box-sizing: border-box;
  height: calc(22 / 1920 * 100vw);
  display: grid;
  place-content: center;
  text-align: center;
  margin-top: calc(10 / 1920 * -100vw);
  position: absolute;
  z-index: 1;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
}
.caseCard__imageLabel--before {
  font-family: var(--ff-en1);
  font-size: var(--fz17);
}
.caseCard__imageLabel--after {
  font-size: var(--fz14);
  padding-bottom: calc(2 / 1920 * 100vw);
}
.caseCard__number {
  grid-area: 1 / 1 / 3 / 2;
  font-family: var(--ff-en1);
  font-size: var(--fz60);
  line-height: 1;
  letter-spacing: 0.04em;
  color: var(--color-text);
}
.caseCard__label {
  grid-area: 1 / 2 / 2 / 3;
  font-family: var(--ff-en1);
  font-size: var(--fz16);
  line-height: 1;
  letter-spacing: 0.04em;
  color: var(--color-text);
}
.caseCard__info {
  grid-area: 2 / 2 / 3 / 3;
  display: flex;
  flex-wrap: wrap;
  gap: 0 calc(20 / 1920 * 100vw);
}
.caseCard__details {
  margin-top: calc(28 / 1920 * 100vw);
}
.caseCard__infoItem {
  font-weight: 500;
  font-size: var(--fz18);
  line-height: 1.4;
  letter-spacing: 0.1em;
  color: var(--color-text);
  display: flex;
  align-items: center;
  gap: calc(9 / 1920 * 100vw);
}
.caseCard__infoItem:before {
  content: "";
  width: calc(18 / 1920 * 100vw);
  height: calc(18 / 1920 * 100vw);
  background: url(../images/common/check_icon.svg) no-repeat center center /
    contain;
}
.caseCard__detailItem {
  padding-block: calc(12 / 1920 * 100vw);
  display: flex;
  gap: calc(18 / 1920 * 100vw);
  position: relative;
}
.caseCard__detailItem:not(:first-child):before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background: radial-gradient(
    circle farthest-side,
    var(--color-secondary),
    var(--color-secondary) 40%,
    transparent 60%,
    transparent
  );
  background-size: 3px 4px;
}
.caseCard__detailLabel {
  font-weight: 500;
  font-size: var(--fz14);
  line-height: 1;
  letter-spacing: 0.1em;
  color: #fff;
  background: var(--color-secondary);
  width: calc(90 / 1920 * 100vw);
  flex-shrink: 0;
  display: grid;
  place-content: center;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  padding-block: calc(5 / 1920 * 100vw);
}
.caseCard__detailValue {
  font-weight: 500;
  font-size: var(--fz14);
  line-height: 1.6;
  letter-spacing: 0.1em;
  color: var(--color-text);
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.caseResults__navigation {
  position: absolute;
  top: 0;
  left: 0;
  width: calc(564 / 1920 * 100vw);
  height: calc(482 / 1920 * 100vw);
  z-index: 1;
  pointer-events: none;
}
.caseResults__pagination {
  bottom: calc(60 / 1920 * -100vw) !important;
  pointer-events: auto;
}
.swiper-pagination-bullet {
  margin-inline: calc(8 / 1920 * 100vw) !important;
  background: #fff !important;
  opacity: 1 !important;
}
.swiper-pagination-bullet-active {
  background: var(--color-accent) !important;
}
.caseResults__button-prev {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: calc(60 / 1920 * -100vw);
  width: calc(80 / 1920 * 100vw);
  height: calc(80 / 1920 * 100vw);
  border-radius: 50%;
  border: 1px solid var(--color-primary);
  transition: var(--transition);
}
.caseResults__button-prev:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(180deg);
  width: calc(15 / 1920 * 100vw);
  height: calc(13 / 1920 * 100vw);
  -webkit-mask-image: url(../images/common/arrow_icon.svg);
  mask-image: url(../images/common/arrow_icon.svg);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-size: contain;
  mask-size: contain;
  background: var(--color-primary);
  transition: var(--transition);
}
.caseResults__button-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: calc(60 / 1920 * -100vw);
  width: calc(80 / 1920 * 100vw);
  height: calc(80 / 1920 * 100vw);
  border-radius: 50%;
  border: 1px solid var(--color-primary);
  transition: var(--transition);
}
.caseResults__button-next:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: calc(15 / 1920 * 100vw);
  height: calc(13 / 1920 * 100vw);
  -webkit-mask-image: url(../images/common/arrow_icon.svg);
  mask-image: url(../images/common/arrow_icon.svg);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-size: contain;
  mask-size: contain;
  background: var(--color-primary);
  transition: var(--transition);
}
.caseResults__pagination-button {
  pointer-events: auto;
}
.caseResults__pagination-button[aria-disabled="true"] {
  cursor: not-allowed;
  opacity: 0;
  visivility: hidden;
  pointer-events: none;
}
.caseResults__pagination-button[aria-disabled="false"] {
  cursor: pointer;
}
@media (any-hover: hover) {
  .caseResults__pagination-button:hover {
    background: #fff;
  }
  .caseResults__button-prev:hover:after {
    transform: translate(-100%, -50%) rotate(180deg);
  }
  .caseResults__button-next:hover:after {
    transform: translate(0%, -50%);
  }
}
@media (max-width: 1599px) {
  .caseResults {
    border-radius: calc(50 / 1599 * 100vw);
    padding-top: calc(90 / 1599 * 100vw);
    padding-bottom: calc(60 / 1599 * 100vw);
    padding-left: calc(60 / 1599 * 100vw);
    margin-top: calc(30 / 1599 * 100vw);
  }
  .caseResults__titleEn {
    top: calc(30 / 1599 * -100vw);
  }
  .caseResults__content {
    gap: calc(64 / 1599 * 100vw);
  }
  .caseResults__summary {
    width: calc(324 / 1599 * 100vw);
  }
  .caseResults__rate {
    margin-top: calc(36 / 1599 * 100vw);
  }
  .caseResults__button {
    margin-top: calc(50 / 1599 * 100vw);
  }
  .caseResults__swiperContent {
    width: calc(676 / 1599 * 100vw);
  }
  .caseCard {
    width: calc(564 / 1599 * 100vw) !important;
    height: calc(482 / 1599 * 100vw) !important;
    padding-bottom: calc(60 / 1599 * 100vw);
    border-radius: calc(10 / 1599 * 100vw);
    padding-left: calc(54 / 1599 * 100vw);
    padding-right: calc(40 / 1599 * 100vw);
    padding-top: calc(24 / 1599 * 100vw);
    padding-bottom: calc(30 / 1599 * 100vw);
    margin-bottom: calc(30 / 1599 * 100vw);
  }
  .caseCard__header {
    gap: 0 calc(15 / 1599 * 100vw);
    padding-bottom: calc(4 / 1599 * 100vw);
  }
  .caseCard__header:after {
    width: calc(33 / 1599 * 100vw);
    height: calc(36 / 1599 * 100vw);
  }
  .caseCard__images {
    gap: 0 calc(30 / 1599 * 100vw);
    margin-top: calc(16 / 1599 * 100vw);
  }
  .caseCard__image:last-child:before {
    left: calc(-21 / 1599 * 100vw);
    width: calc(14 / 1599 * 100vw);
    height: calc(18 / 1599 * 100vw);
  }
  .caseCard__imageLabel {
    padding-inline: calc(15 / 1599 * 100vw);
    min-width: calc(86 / 1599 * 100vw);
    height: calc(22 / 1599 * 100vw);
    margin-top: calc(10 / 1599 * -100vw);
  }
  .caseCard__imageLabel--after {
    padding-bottom: calc(2 / 1599 * 100vw);
  }
  .caseCard__info {
    gap: calc(20 / 1599 * 100vw);
  }
  .caseCard__details {
    margin-top: calc(28 / 1599 * 100vw);
  }
  .caseCard__infoItem {
    gap: calc(9 / 1599 * 100vw);
  }
  .caseCard__infoItem:before {
    width: calc(18 / 1599 * 100vw);
    height: calc(18 / 1599 * 100vw);
  }
  .caseCard__detailItem {
    padding-block: calc(12 / 1599 * 100vw);
    gap: calc(18 / 1599 * 100vw);
  }
  .caseCard__detailLabel {
    width: calc(90 / 1599 * 100vw);
    padding-block: calc(5 / 1599 * 100vw);
  }
  .caseResults__navigation {
    width: calc(564 / 1599 * 100vw);
    height: calc(482 / 1599 * 100vw);
  }
  .caseResults__pagination {
    bottom: calc(60 / 1599 * -100vw) !important;
  }
  .swiper-pagination-bullet {
    margin-inline: calc(8 / 1599 * 100vw) !important;
  }
  .caseResults__button-prev {
    left: calc(60 / 1599 * -100vw);
    width: calc(80 / 1599 * 100vw);
    height: calc(80 / 1599 * 100vw);
  }
  .caseResults__button-prev:after {
    width: calc(15 / 1599 * 100vw);
    height: calc(13 / 1599 * 100vw);
  }
  .caseResults__button-next {
    right: calc(60 / 1599 * -100vw);
    width: calc(80 / 1599 * 100vw);
    height: calc(80 / 1599 * 100vw);
  }
  .caseResults__button-next:after {
    width: calc(15 / 1599 * 100vw);
    height: calc(13 / 1599 * 100vw);
  }
}
@media (max-width: 1440px) {
  .caseResults {
    border-radius: calc(50 / 1440 * 100vw);
    padding-top: calc(90 / 1440 * 100vw);
    padding-bottom: calc(60 / 1440 * 100vw);
    padding-left: calc(60 / 1440 * 100vw);
    margin-top: calc(30 / 1440 * 100vw);
  }
  .caseResults__titleEn {
    top: calc(30 / 1440 * -100vw);
  }
  .caseResults__content {
    gap: calc(64 / 1440 * 100vw);
  }
  .caseResults__summary {
    width: calc(324 / 1440 * 100vw);
  }
  .caseResults__rate {
    margin-top: calc(36 / 1440 * 100vw);
  }
  .caseResults__button {
    margin-top: calc(50 / 1440 * 100vw);
  }
  .caseResults__swiperContent {
    width: calc(676 / 1440 * 100vw);
  }
  .caseCard {
    width: calc(564 / 1440 * 100vw) !important;
    height: calc(482 / 1440 * 100vw) !important;
    padding-bottom: calc(60 / 1440 * 100vw);
    border-radius: calc(10 / 1440 * 100vw);
    padding-left: calc(54 / 1440 * 100vw);
    padding-right: calc(40 / 1440 * 100vw);
    padding-top: calc(24 / 1440 * 100vw);
    padding-bottom: calc(30 / 1440 * 100vw);
    margin-bottom: calc(30 / 1440 * 100vw);
  }
  .caseCard__header {
    gap: 0 calc(15 / 1440 * 100vw);
    padding-bottom: calc(4 / 1440 * 100vw);
  }
  .caseCard__header:after {
    width: calc(33 / 1440 * 100vw);
    height: calc(36 / 1440 * 100vw);
  }
  .caseCard__images {
    gap: 0 calc(30 / 1440 * 100vw);
    margin-top: calc(16 / 1440 * 100vw);
  }
  .caseCard__image:last-child:before {
    left: calc(-21 / 1440 * 100vw);
    width: calc(14 / 1440 * 100vw);
    height: calc(18 / 1440 * 100vw);
  }
  .caseCard__imageLabel {
    padding-inline: calc(15 / 1440 * 100vw);
    min-width: calc(86 / 1440 * 100vw);
    height: calc(22 / 1440 * 100vw);
    margin-top: calc(10 / 1440 * -100vw);
  }
  .caseCard__imageLabel--after {
    padding-bottom: calc(2 / 1440 * 100vw);
  }
  .caseCard__info {
    gap: calc(20 / 1440 * 100vw);
  }
  .caseCard__details {
    margin-top: calc(28 / 1440 * 100vw);
  }
  .caseCard__infoItem {
    gap: calc(9 / 1440 * 100vw);
  }
  .caseCard__infoItem:before {
    width: calc(18 / 1440 * 100vw);
    height: calc(18 / 1440 * 100vw);
  }
  .caseCard__detailItem {
    padding-block: calc(12 / 1440 * 100vw);
    gap: calc(18 / 1440 * 100vw);
  }
  .caseCard__detailLabel {
    width: calc(90 / 1440 * 100vw);
    padding-block: calc(5 / 1440 * 100vw);
  }
  .caseResults__navigation {
    width: calc(564 / 1440 * 100vw);
    height: calc(482 / 1440 * 100vw);
  }
  .caseResults__pagination {
    bottom: calc(60 / 1440 * -100vw) !important;
  }
  .swiper-pagination-bullet {
    margin-inline: calc(8 / 1440 * 100vw) !important;
  }
  .caseResults__button-prev {
    left: calc(60 / 1440 * -100vw);
    width: calc(80 / 1440 * 100vw);
    height: calc(80 / 1440 * 100vw);
  }
  .caseResults__button-prev:after {
    width: calc(15 / 1440 * 100vw);
    height: calc(13 / 1440 * 100vw);
  }
  .caseResults__button-next {
    right: calc(60 / 1440 * -100vw);
    width: calc(80 / 1440 * 100vw);
    height: calc(80 / 1440 * 100vw);
  }
  .caseResults__button-next:after {
    width: calc(15 / 1440 * 100vw);
    height: calc(13 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .caseResults__content {
    gap: 0;
    flex-direction: column;
  }
  .caseResults__titleEn {
    top: calc(25 / 375 * -100vw);
    right: auto;
    left: 50%;
    transform: translateX(-50%);
    font-size: var(--fz47);
  }
  .caseResults__summary {
    display: contents;
  }
  .caseResults {
    border-radius: calc(24 / 375 * 100vw);
    padding-top: calc(60 / 375 * 100vw);
    padding-bottom: calc(60 / 375 * 100vw);
    padding-left: 0;
    margin-top: calc(94 / 375 * 100vw);
  }
  .caseResults__text {
    font-size: var(--fz13);
    padding-inline: calc(20 / 375 * 100vw);
  }
  .caseResults__rate {
    margin-top: calc(48 / 375 * 100vw);
    padding-inline: 28px;
  }
  .caseResults__button {
    margin-top: calc(60 / 375 * 100vw);
    order: 3;
    margin-inline: auto;
  }
  .caseResults__swiperContent {
    width: 100%;
    padding-left: calc(20 / 375 * 100vw);
    margin-top: calc(60 / 375 * 100vw);
  }
  .caseCard {
    width: calc(255 / 375 * 100vw) !important;
    height: calc(380 / 375 * 100vw) !important;
    border-radius: calc(4 / 375 * 100vw);
    padding-left: calc(24 / 375 * 100vw);
    padding-right: calc(18 / 375 * 100vw);
    padding-top: calc(10 / 375 * 100vw);
    padding-bottom: calc(18 / 375 * 100vw);
    margin-bottom: calc(30 / 375 * 100vw);
  }
  .caseCard:before {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 6px;
    width: 7px;
    height: 95%;
    background: radial-gradient(
      circle farthest-side,
      var(--color-quaternary),
      var(--color-quaternary) 40%,
      transparent 40%,
      transparent
    );
    background-size: 7px 18px;
  }
  .caseCard__header {
    gap: 0 calc(8 / 375 * 100vw);
    padding-bottom: 0;
  }
  .caseCard__header:after {
    top: 15%;
    right: -5%;
    width: calc(20 / 375 * 100vw);
    height: calc(20 / 375 * 100vw);
  }
  .caseCard__images {
    gap: calc(4 / 375 * 100vw) calc(14 / 375 * 100vw);
    margin-top: calc(12 / 375 * 100vw);
  }
  .caseCard__image:last-child:before {
    left: calc(-10 / 375 * 100vw);
    width: calc(6 / 375 * 100vw);
    height: calc(10 / 375 * 100vw);
  }
  .caseCard__imageLabel {
    font-size: var(--fz12);
    padding-inline: calc(5 / 375 * 100vw);
    min-width: calc(60 / 375 * 100vw);
    height: calc(17 / 375 * 100vw);
  }
  .caseCard__imageLabel--after {
    font-size: var(--fz10);
    padding-bottom: calc(1 / 375 * 100vw);
  }
  .caseCard__info {
    gap: 0 calc(8 / 375 * 100vw);
  }
  .caseCard__details {
    margin-top: calc(10 / 375 * 100vw);
  }
  .caseCard__number {
    font-size: var(--fz35);
  }
  .caseCard__label {
    font-size: var(--fz10);
  }
  .caseCard__infoItem {
    font-size: var(--fz10);
    gap: calc(5 / 375 * 100vw);
  }
  .caseCard__infoItem:before {
    width: calc(10 / 375 * 100vw);
    height: calc(10 / 375 * 100vw);
  }
  .caseCard__detailItem {
    padding-block: calc(10 / 375 * 100vw);
    gap: calc(4 / 375 * 100vw);
    flex-direction: column;
  }
  .caseCard__detailLabel {
    font-size: var(--fz10);
    width: calc(64 / 375 * 100vw);
    padding-block: calc(4 / 375 * 100vw);
  }
  .caseCard__detailValue {
    font-size: var(--fz12);
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
  .caseResults__navigation {
    left: calc(20 / 375 * 100vw);
    width: calc(255 / 375 * 100vw);
    height: calc(380 / 375 * 100vw);
  }
  .caseResults__pagination {
    bottom: calc(60 / 375 * -100vw) !important;
    left: calc(-20 / 375 * 100vw) !important;
    width: calc(335 / 375 * 100vw) !important;
  }
  .swiper-pagination-bullet {
    margin-inline: calc(8 / 375 * 100vw) !important;
  }
  .caseResults__button-prev {
    left: calc(40 / 375 * -100vw);
    width: calc(50 / 375 * 100vw);
    height: calc(50 / 375 * 100vw);
  }
  .caseResults__button-prev:after {
    width: calc(9 / 375 * 100vw);
    height: calc(8 / 375 * 100vw);
  }
  .caseResults__button-next {
    right: calc(40 / 375 * -100vw);
    width: calc(50 / 375 * 100vw);
    height: calc(50 / 375 * 100vw);
  }
  .caseResults__button-next:after {
    width: calc(9 / 375 * 100vw);
    height: calc(8 / 375 * 100vw);
  }
}
/* お悩みから探す trouble
------------------------------------------------------------------*/
.trouble {
  padding-top: calc(150 / 1920 * 100vw);
  padding-bottom: calc(164 / 1920 * 100vw);
}
.trouble__cards {
  margin-top: calc(100 / 1920 * 100vw);
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: calc(52 / 1920 * 100vw);
}
.trouble__card {
  border-radius: calc(80 / 1920 * 100vw);
  background: #fff;
  padding-inline: calc(38 / 1920 * 100vw);
  padding-top: calc(38 / 1920 * 100vw);
  padding-bottom: calc(50 / 1920 * 100vw);
  box-shadow: 4px 4px 16px 1px #963f0726;
  display: flex;
  flex-direction: column;
}
.trouble__card-image {
  padding: calc(10 / 1920 * 100vw);
  box-shadow: 4px 4px 16px 1px #963f0726;
  border-radius: calc(50 / 1920 * 100vw);
}
.trouble__card-image img {
  border-radius: calc(40 / 1920 * 100vw);
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.trouble__card-title {
  margin-top: calc(40 / 1920 * 100vw);
  background: var(--color-secondary);
  border-radius: 100vmax;
  display: grid;
  place-content: center;
  font-weight: 500;
  font-size: var(--fz21);
  line-height: 1.4;
  letter-spacing: 0.1em;
  color: #fff;
  padding-inline: calc(16 / 1920 * 100vw);
  padding-block: calc(16 / 1920 * 100vw);
}
.trouble__card-text {
  margin-top: calc(20 / 1920 * 100vw);
}
.trouble__card-list {
  margin-top: calc(20 / 1920 * 100vw);
  padding-top: calc(25 / 1920 * 100vw);
  position: relative;
}
.trouble__card-list:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background: radial-gradient(
    circle farthest-side,
    var(--color-secondary),
    var(--color-secondary) 40%,
    transparent 60%,
    transparent
  );
  background-size: 3px 4px;
}
.trouble__card-body {
  padding-inline: calc(10 / 1920 * 100vw);
  display: flex;
  flex-direction: column;
  flex: 1;
}
.trouble__card-text {
  flex: 1;
}
.trouble__card-list {
  display: flex;
  flex-direction: column;
  gap: calc(15 / 1920 * 100vw);
}
.trouble__card-list li {
  font-weight: 500;
  font-size: var(--fz14);
  line-height: 1.6;
  letter-spacing: 0.1em;
  color: var(--color-text);
  display: flex;
  gap: calc(10 / 1920 * 100vw);
}
.trouble__card-list li:before {
  content: "";
  width: calc(16 / 1920 * 100vw);
  height: calc(16 / 1920 * 100vw);
  background: url(../images/common/check_icon.svg) no-repeat center center /
    contain;
  margin-top: calc(4 / 1920 * 100vw);
}
.trouble__card-button {
  margin-top: calc(45 / 1920 * 100vw);
}
.trouble__tags {
  margin-top: calc(50 / 1920 * 100vw);
}
@media screen and (max-width: 1599px) {
  .trouble {
    padding-top: calc(150 / 1599 * 100vw);
    padding-bottom: calc(164 / 1599 * 100vw);
  }
  .trouble__cards {
    margin-top: calc(100 / 1599 * 100vw);
    gap: calc(52 / 1599 * 100vw);
  }
  .trouble__card {
    border-radius: calc(80 / 1599 * 100vw);
    padding-inline: calc(38 / 1599 * 100vw);
    padding-top: calc(38 / 1599 * 100vw);
    padding-bottom: calc(50 / 1599 * 100vw);
  }
  .trouble__card-image {
    padding: calc(10 / 1599 * 100vw);
    border-radius: calc(50 / 1599 * 100vw);
  }
  .trouble__card-image img {
    border-radius: calc(40 / 1599 * 100vw);
  }
  .trouble__card-title {
    margin-top: calc(40 / 1599 * 100vw);
    padding-inline: calc(16 / 1599 * 100vw);
    padding-block: calc(16 / 1599 * 100vw);
  }
  .trouble__card-text {
    margin-top: calc(20 / 1599 * 100vw);
  }
  .trouble__card-list {
    margin-top: calc(20 / 1599 * 100vw);
    padding-top: calc(25 / 1599 * 100vw);
  }
  .trouble__card-body {
    padding-inline: calc(10 / 1599 * 100vw);
  }
  .trouble__card-list {
    gap: calc(15 / 1599 * 100vw);
  }
  .trouble__card-list li {
    gap: calc(10 / 1599 * 100vw);
  }
  .trouble__card-list li:before {
    width: calc(16 / 1599 * 100vw);
    height: calc(16 / 1599 * 100vw);
    margin-top: calc(4 / 1599 * 100vw);
  }
  .trouble__card-button {
    margin-top: calc(45 / 1599 * 100vw);
  }
  .trouble__tags {
    margin-top: calc(50 / 1599 * 100vw);
  }
}
@media screen and (max-width: 1440px) {
  .trouble {
    padding-top: calc(150 / 1440 * 100vw);
    padding-bottom: calc(164 / 1440 * 100vw);
  }
  .trouble__cards {
    margin-top: calc(100 / 1440 * 100vw);
    gap: calc(52 / 1440 * 100vw);
  }
  .trouble__card {
    border-radius: calc(80 / 1440 * 100vw);
    padding-inline: calc(38 / 1440 * 100vw);
    padding-top: calc(38 / 1440 * 100vw);
    padding-bottom: calc(50 / 1440 * 100vw);
  }
  .trouble__card-image {
    padding: calc(10 / 1440 * 100vw);
    border-radius: calc(50 / 1440 * 100vw);
  }
  .trouble__card-image img {
    border-radius: calc(40 / 1440 * 100vw);
  }
  .trouble__card-title {
    margin-top: calc(40 / 1440 * 100vw);
    padding-inline: calc(16 / 1440 * 100vw);
    padding-block: calc(16 / 1440 * 100vw);
  }
  .trouble__card-text {
    margin-top: calc(20 / 1440 * 100vw);
  }
  .trouble__card-list {
    margin-top: calc(20 / 1440 * 100vw);
    padding-top: calc(25 / 1440 * 100vw);
  }
  .trouble__card-body {
    padding-inline: calc(10 / 1440 * 100vw);
  }
  .trouble__card-list {
    gap: calc(15 / 1440 * 100vw);
  }
  .trouble__card-list li {
    gap: calc(10 / 1440 * 100vw);
  }
  .trouble__card-list li:before {
    width: calc(16 / 1440 * 100vw);
    height: calc(16 / 1440 * 100vw);
    margin-top: calc(4 / 1440 * 100vw);
  }
  .trouble__card-button {
    margin-top: calc(45 / 1440 * 100vw);
  }
  .trouble__tags {
    margin-top: calc(50 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .trouble {
    padding-top: calc(72 / 375 * 100vw);
    padding-bottom: calc(80 / 375 * 100vw);
  }
  .trouble__cards {
    margin-top: calc(62 / 375 * 100vw);
    gap: calc(20 / 375 * 100vw);
    grid-template-columns: repeat(1, 1fr);
  }
  .trouble__card {
    border-radius: calc(50 / 375 * 100vw);
    padding-inline: calc(24 / 375 * 100vw);
    padding-top: calc(24 / 375 * 100vw);
    padding-bottom: calc(39 / 375 * 100vw);
  }
  .trouble__card-image {
    padding: calc(6 / 375 * 100vw);
    border-radius: calc(30 / 375 * 100vw);
  }
  .trouble__card-image img {
    border-radius: calc(25 / 375 * 100vw);
  }
  .trouble__card-title {
    margin-top: calc(26 / 375 * 100vw);
    padding-inline: calc(10 / 375 * 100vw);
    padding-block: calc(10 / 375 * 100vw);
    font-size: var(--fz14);
  }
  .trouble__card-text {
    margin-top: calc(14 / 375 * 100vw);
    font-size: var(--fz13);
    padding-inline: calc(5 / 375 * 100vw);
  }
  .trouble__card-list {
    gap: calc(12 / 375 * 100vw);
    margin-top: calc(20 / 375 * 100vw);
    padding-top: calc(18 / 375 * 100vw);
  }
  .trouble__card-list li {
    gap: calc(8 / 375 * 100vw);
    font-size: var(--fz13);
  }
  .trouble__card-list li:before {
    width: calc(15 / 375 * 100vw);
    height: calc(15 / 375 * 100vw);
    margin-top: calc(3 / 375 * 100vw);
  }
  .trouble__card-button {
    margin-top: calc(34 / 375 * 100vw);
  }
  .trouble__tags {
    margin-top: calc(30 / 375 * 100vw);
  }
}

/* 治療法から探す treatment
------------------------------------------------------------------*/
.treatment {
  padding-top: calc(150 / 1920 * 100vw);
  padding-bottom: calc(150 / 1920 * 100vw);
  background: #faf5ef;
}
.treatment__cards {
  margin-top: calc(100 / 1920 * 100vw);
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: calc(50 / 1920 * 100vw);
}
.treatment__card {
  display: flex;
  gap: calc(60 / 1920 * 100vw);
  border-radius: calc(80 / 1920 * 100vw);
  background: #fff;
  padding-inline: calc(40 / 1920 * 100vw);
  padding-block: calc(40 / 1920 * 100vw);
  box-shadow: 4px 4px 16px 1px #963f0726;
}
.treatment__card-imageArea {
  width: calc(460 / 1920 * 100vw);
}
.treatment__card-image {
  padding: calc(10 / 1920 * 100vw);
  box-shadow: 4px 4px 16px 1px #963f0726;
  border-radius: calc(50 / 1920 * 100vw);
  margin-top: calc(32 / 1920 * 100vw);
}
.treatment__card-image img {
  border-radius: calc(40 / 1920 * 100vw);
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.treatment__card-content {
  width: calc(524 / 1920 * 100vw);
  display: flex;
  flex-direction: column;
}
.treatment__card-title {
  background: var(--color-accent);
  border-radius: 100vmax;
  display: grid;
  place-content: center;
  font-weight: 500;
  font-size: var(--fz21);
  line-height: 1.4;
  letter-spacing: 0.1em;
  color: #fff;
  padding-inline: calc(16 / 1920 * 100vw);
  padding-block: calc(16 / 1920 * 100vw);
  width: 96%;
  margin-inline: auto;
}
.treatment__card-subTitle {
  font-weight: 500;
  font-size: var(--fz21);
  line-height: 1.4;
  letter-spacing: 0.1em;
  color: var(--color-text);
  display: flex;
  align-items: center;
  gap: calc(10 / 1920 * 100vw);
  margin-left: calc(5 / 1920 * 100vw);
  margin-top: calc(5 / 1920 * 100vw);
}
.treatment__card-subTitle:before {
  content: "";
  width: calc(25 / 1920 * 100vw);
  height: calc(25 / 1920 * 100vw);
  -webkit-mask-image: url(../images/common/transplantation_icon.svg);
  mask-image: url(../images/common/transplantation_icon.svg);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-size: contain;
  mask-size: contain;
  background: var(--color-primary);
}
.treatment__card-text {
  margin-top: calc(20 / 1920 * 100vw);
  flex: 1;
  place-content: center;
}
.treatment__card-text span {
  display: inline-block;
}
.treatment__card-list {
  margin-top: calc(20 / 1920 * 100vw);
  padding-bottom: calc(25 / 1920 * 100vw);
  position: relative;
  display: flex;
  flex-direction: column;
  gap: calc(20 / 1920 * 100vw);
}
.treatment__card-list:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background: radial-gradient(
    circle farthest-side,
    var(--color-secondary),
    var(--color-secondary) 40%,
    transparent 60%,
    transparent
  );
  background-size: 3px 4px;
}
.treatment__card-body {
  padding-inline: calc(10 / 1920 * 100vw);
  display: flex;
  flex-direction: column;
  flex: 1;
}
.treatment__card-list li {
  font-weight: 500;
  font-size: var(--fz14);
  line-height: 1.6;
  letter-spacing: 0.1em;
  color: var(--color-text);
  display: flex;
  gap: calc(10 / 1920 * 100vw);
}
.treatment__card-list li:before {
  content: "";
  width: calc(16 / 1920 * 100vw);
  height: calc(16 / 1920 * 100vw);
  background: url(../images/common/check_icon.svg) no-repeat center center /
    contain;
  flex-shrink: 0;
  margin-top: calc(4 / 1920 * 100vw);
}
.treatment__card-section {
  margin-bottom: calc(24 / 1920 * 100vw);
  position: relative;
}
.treatment__card-label {
  font-weight: 500;
  font-size: var(--fz18);
  line-height: 1.4;
  letter-spacing: 0.1em;
  color: var(--color-text);
  background: #e2c7b3;
  border-radius: 100vmax;
  padding-inline: calc(12 / 1920 * 100vw);
  padding-block: calc(3 / 1920 * 100vw);
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.treatment__tags {
  margin-top: calc(50 / 1920 * 100vw);
}
.treatment__card-button {
  margin-top: calc(5 / 1920 * 100vw);
}
.treatment__card-button .common__button1 {
  margin-inline: initial;
  margin-left: auto;
}
@media screen and (max-width: 1599px) {
  .treatment {
    padding-top: calc(150 / 1599 * 100vw);
    padding-bottom: calc(150 / 1599 * 100vw);
  }
  .treatment__cards {
    margin-top: calc(100 / 1599 * 100vw);
    gap: calc(50 / 1599 * 100vw);
  }
  .treatment__card {
    gap: calc(60 / 1599 * 100vw);
    border-radius: calc(80 / 1599 * 100vw);
    padding-inline: calc(40 / 1599 * 100vw);
    padding-block: calc(40 / 1599 * 100vw);
  }
  .treatment__card-imageArea {
    width: calc(460 / 1599 * 100vw);
  }
  .treatment__card-image {
    padding: calc(10 / 1599 * 100vw);
    border-radius: calc(50 / 1599 * 100vw);
    margin-top: calc(32 / 1599 * 100vw);
  }
  .treatment__card-image img {
    border-radius: calc(40 / 1599 * 100vw);
  }
  .treatment__card-content {
    width: calc(524 / 1599 * 100vw);
  }
  .treatment__card-title {
    padding-inline: calc(16 / 1599 * 100vw);
    padding-block: calc(16 / 1599 * 100vw);
  }
  .treatment__card-subTitle {
    gap: calc(10 / 1599 * 100vw);
    margin-left: calc(5 / 1599 * 100vw);
    margin-top: calc(5 / 1599 * 100vw);
  }
  .treatment__card-subTitle:before {
    width: calc(25 / 1599 * 100vw);
    height: calc(25 / 1599 * 100vw);
  }
  .treatment__card-text {
    margin-top: calc(20 / 1599 * 100vw);
  }
  .treatment__card-list {
    margin-top: calc(20 / 1599 * 100vw);
    padding-bottom: calc(25 / 1599 * 100vw);
    gap: calc(20 / 1599 * 100vw);
  }
  .treatment__card-body {
    padding-inline: calc(10 / 1599 * 100vw);
  }
  .treatment__card-list li {
    gap: calc(10 / 1599 * 100vw);
  }
  .treatment__card-list li:before {
    width: calc(16 / 1599 * 100vw);
    height: calc(16 / 1599 * 100vw);
    margin-top: calc(4 / 1599 * 100vw);
  }
  .treatment__card-section {
    margin-bottom: calc(24 / 1599 * 100vw);
  }
  .treatment__card-label {
    padding-inline: calc(12 / 1599 * 100vw);
    padding-block: calc(3 / 1599 * 100vw);
  }
  .treatment__tags {
    margin-top: calc(50 / 1599 * 100vw);
  }
  .treatment__card-button {
    margin-top: calc(5 / 1599 * 100vw);
  }
}
@media screen and (max-width: 1440px) {
  .treatment {
    padding-top: calc(150 / 1440 * 100vw);
    padding-bottom: calc(150 / 1440 * 100vw);
  }
  .treatment__cards {
    margin-top: calc(100 / 1440 * 100vw);
    gap: calc(50 / 1440 * 100vw);
  }
  .treatment__card {
    gap: calc(60 / 1440 * 100vw);
    border-radius: calc(80 / 1440 * 100vw);
    padding-inline: calc(40 / 1440 * 100vw);
    padding-block: calc(40 / 1440 * 100vw);
  }
  .treatment__card-imageArea {
    width: calc(460 / 1440 * 100vw);
  }
  .treatment__card-image {
    padding: calc(10 / 1440 * 100vw);
    border-radius: calc(50 / 1440 * 100vw);
    margin-top: calc(32 / 1440 * 100vw);
  }
  .treatment__card-image img {
    border-radius: calc(40 / 1440 * 100vw);
  }
  .treatment__card-content {
    width: calc(524 / 1440 * 100vw);
  }
  .treatment__card-title {
    padding-inline: calc(16 / 1440 * 100vw);
    padding-block: calc(16 / 1440 * 100vw);
  }
  .treatment__card-subTitle {
    gap: calc(10 / 1440 * 100vw);
    margin-left: calc(5 / 1440 * 100vw);
    margin-top: calc(5 / 1440 * 100vw);
  }
  .treatment__card-subTitle:before {
    width: calc(25 / 1440 * 100vw);
    height: calc(25 / 1440 * 100vw);
  }
  .treatment__card-text {
    margin-top: calc(20 / 1440 * 100vw);
  }
  .treatment__card-list {
    margin-top: calc(20 / 1440 * 100vw);
    padding-bottom: calc(25 / 1440 * 100vw);
    gap: calc(20 / 1440 * 100vw);
  }
  .treatment__card-body {
    padding-inline: calc(10 / 1440 * 100vw);
  }
  .treatment__card-list li {
    gap: calc(10 / 1440 * 100vw);
  }
  .treatment__card-list li:before {
    width: calc(16 / 1440 * 100vw);
    height: calc(16 / 1440 * 100vw);
    margin-top: calc(4 / 1440 * 100vw);
  }
  .treatment__card-section {
    margin-bottom: calc(24 / 1440 * 100vw);
  }
  .treatment__card-label {
    padding-inline: calc(12 / 1440 * 100vw);
    padding-block: calc(3 / 1440 * 100vw);
  }
  .treatment__tags {
    margin-top: calc(50 / 1440 * 100vw);
  }
  .treatment__card-button {
    margin-top: calc(5 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .treatment {
    padding-top: calc(62 / 375 * 100vw);
    padding-bottom: calc(80 / 375 * 100vw);
  }
  .treatment__cards {
    margin-top: calc(62 / 375 * 100vw);
    gap: calc(20 / 375 * 100vw);
  }
  .treatment__card {
    gap: 0;
    border-radius: calc(50 / 375 * 100vw);
    padding-inline: calc(24 / 375 * 100vw);
    padding-block: calc(24 / 375 * 100vw) calc(40 / 375 * 100vw);
    flex-direction: column;
  }
  .treatment__card-imageArea {
    width: 100%;
  }
  .treatment__card-title {
    padding-inline: calc(10 / 375 * 100vw);
    padding-block: calc(10 / 375 * 100vw);
    font-size: var(--fz14);
  }
  .treatment__card-image {
    padding: calc(6 / 375 * 100vw);
    border-radius: calc(30 / 375 * 100vw);
    margin-top: calc(20 / 375 * 100vw);
  }
  .treatment__card-image img {
    border-radius: calc(25 / 375 * 100vw);
  }
  .treatment__card-content {
    width: 100%;
    padding-inline: calc(5 / 375 * 100vw);
    margin-top: calc(27 / 375 * 100vw);
  }
  .treatment__card-subTitle {
    gap: calc(7 / 375 * 100vw);
    margin-left: calc(5 / 375 * 100vw);
    margin-top: 0;
    font-size: var(--fz15);
  }
  .treatment__card-subTitle:before {
    width: calc(16 / 375 * 100vw);
    height: calc(16 / 375 * 100vw);
  }
  .treatment__card-section {
    margin-bottom: calc(15 / 375 * 100vw);
  }
  .treatment__card-list {
    margin-top: calc(12 / 375 * 100vw);
    padding-bottom: calc(20 / 375 * 100vw);
    gap: calc(8 / 375 * 100vw);
  }
  .treatment__card-list li {
    gap: calc(7 / 375 * 100vw);
    font-size: var(--fz12);
  }
  .treatment__card-list li:before {
    width: calc(13 / 375 * 100vw);
    height: calc(13 / 375 * 100vw);
    margin-top: calc(4 / 375 * 100vw);
  }
  .treatment__card-label {
    padding-inline: calc(10 / 375 * 100vw);
    padding-block: calc(3 / 375 * 100vw);
    font-size: var(--fz15);
  }
  .treatment__card-text {
    margin-top: calc(10 / 375 * 100vw);
    font-size: var(--fz13);
  }
  .treatment__card-button {
    margin-top: calc(24 / 375 * 100vw);
  }
  .treatment__card-button .common__button1 {
    margin-inline: auto;
  }
  .treatment__tags {
    margin-top: calc(30 / 375 * 100vw);
  }
}

/* 料金表 fee-section
------------------------------------------------------------------*/
.fee-section {
  padding-top: calc(150 / 1920 * 100vw);
  padding-bottom: calc(150 / 1920 * 100vw);
}
.fee-section__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.fee-section__button {
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 1599px) {
  .fee-section {
    padding-top: calc(150 / 1599 * 100vw);
    padding-bottom: calc(150 / 1599 * 100vw);
  }
}
@media screen and (max-width: 1440px) {
  .fee-section {
    padding-top: calc(150 / 1440 * 100vw);
    padding-bottom: calc(150 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .fee-section {
    padding-top: calc(60 / 375 * 100vw);
    padding-bottom: calc(100 / 375 * 100vw);
  }
  .fee-section__inner {
    flex-direction: column;
    padding-inline: calc(10 / 375 * 100vw);
    gap: calc(40 / 375 * 100vw);
  }
  .fee-section__title {
    width: 100%;
  }
}

/* 院長メッセージ message
------------------------------------------------------------------*/
.message {
  padding-top: calc(150 / 1920 * 100vw);
  background: #faf5ef;
}
.message__content {
  display: flex;
  justify-content: center;
  gap: calc(48 / 1920 * 100vw);
  max-width: calc(1065 / 1920 * 100vw);
  margin-inline: auto;
  margin-top: calc(96 / 1920 * 100vw);
  position: relative;
}
.message__content:after {
  content: "";
  position: absolute;
  bottom: calc(16 / 1920 * -100vw);
  left: 50%;
  transform: translateX(-50%);
  width: calc(430 / 1920 * 100vw);
  height: calc(430 / 1920 * 100vw);
  background: url(../images/common/bg_circle.webp) no-repeat center center /
    contain;
  z-index: 1;
}
.message__image {
  width: calc(446 / 1920 * 100vw);
  position: relative;
  z-index: 2;
}
.message__image img {
  width: 100%;
}
.message__text {
  width: calc(565 / 1920 * 100vw);
  position: relative;
  z-index: 2;
}
.message__description {
  margin-top: calc(48 / 1920 * 100vw);
}
.message__description p {
  margin-bottom: calc(20 / 1920 * 100vw);
}
.message__catch {
  display: flex;
  flex-direction: column;
  gap: calc(14 / 1920 * 100vw);
  margin-top: calc(48 / 1920 * 100vw);
  margin-left: calc(80 / 1920 * -100vw);
}
.message__catch--sp {
  display: none;
}
.message__catch-text {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding-block: calc(5 / 1920 * 100vw);
  padding-inline: calc(10 / 1920 * 100vw);
  font-weight: 500;
  font-size: var(--fz24);
  line-height: 1.4;
  letter-spacing: 0.1em;
  color: #fff;
  background: linear-gradient(90deg, #c0967e 0%, #e1c2a5 60%, #daaf97 100%);
}
.message__signature {
  margin-top: calc(40 / 1920 * 100vw);
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: calc(20 / 1920 * 100vw);
}
.message__director {
  width: calc(260 / 1920 * 100vw);
  display: flex;
  flex-direction: column;
  gap: calc(4 / 1920 * 100vw);
}
.message__certificate {
  width: calc(216 / 1920 * 100vw);
}
.message__certificate img {
  width: 100%;
}
.message__director-role {
  font-weight: 500;
  font-size: var(--fz14);
  line-height: 1.4;
  letter-spacing: 0.1em;
  color: var(--color-text);
  display: flex;
  align-items: center;
  gap: calc(7 / 1920 * 100vw);
}
.message__director-role:after {
  content: "";
  width: calc(44 / 1920 * 100vw);
  height: calc(1 / 1920 * 100vw);
  background: var(--color-text);
}
.message__director-name {
  font-weight: 500;
  font-size: var(--fz24);
  line-height: 1.4;
  letter-spacing: 0.1em;
  color: var(--color-text);
}
.message__director-nameEn {
  font-weight: 500;
  font-size: var(--fz12);
  line-height: 2;
  letter-spacing: 0.1em;
  color: var(--color-text);
}
.message__director-nameKr {
  font-weight: 500;
  font-size: var(--fz12);
  line-height: 2;
  letter-spacing: 0.1em;
  color: var(--color-text);
}
/* 院長の動画紹介 */
.message__pickup {
  background: var(--color-quaternary);
  border-radius: calc(50 / 1920 * 100vw) calc(50 / 1920 * 100vw) 0 0;
  padding: calc(80 / 1920 * 100vw);
  margin-top: calc(50 / 1920 * 100vw);
  position: relative;
}
.message__pickup-titleJa {
  position: absolute;
  top: calc(4 / 1920 * -100vw);
  left: calc(125 / 1920 * 100vw);
  padding-bottom: calc(25 / 1920 * 100vw);
  background: url(../images/common/label_bg.svg) no-repeat center center /
    contain;
  width: calc(155 / 1920 * 100vw);
  height: calc(140 / 1920 * 100vw);
  display: grid;
  place-content: center;
  font-weight: 500;
  font-size: var(--fz24);
  line-height: 1.6;
  letter-spacing: 0.1em;
  color: #fff;
  text-align: center;
}
.message__pickup-titleEn {
  position: absolute;
  top: calc(28 / 1920 * -100vw);
  left: calc(310 / 1920 * 100vw);
  font-family: var(--ff-en1);
  font-size: var(--fz60);
  line-height: 1;
  letter-spacing: 0.04em;
  color: #963f0733;
}
.message__pickup-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: calc(40 / 1920 * 100vw);
  margin-left: calc(16 / 1920 * 100vw);
}
.message__pickup-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: 1fr auto;
  gap: calc(20 / 1920 * 100vw) calc(5 / 1920 * 100vw);
}
.message__pickup-video:nth-child(1) {
  grid-area: 1 / 1 / 2 / 4;
}
.message__pickup-video:nth-child(2) {
  grid-area: 2 / 1 / 3 / 2;
}
.message__pickup-video:nth-child(3) {
  grid-area: 2 / 2 / 3 / 3;
}
.message__pickup-video:nth-child(4) {
  grid-area: 2 / 3 / 3 / 4;
}
.message__pickup-video {
  border-radius: calc(30 / 1920 * 100vw);
  padding: calc(10 / 1920 * 100vw);
  background: #fff;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  box-shadow: 4px 4px 12px 0px #963f0726;
}
.message__pickup-video:not(:nth-child(1)) {
  padding: calc(5 / 1920 * 100vw);
  border-radius: calc(10 / 1920 * 100vw);
}
.message__pickup-video iframe {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 640 / 372;
  border-radius: calc(20 / 1920 * 100vw);
}
.message__pickup-video:not(:nth-child(1)) img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  aspect-ratio: 640 / 372;
  border-radius: calc(8 / 1920 * 100vw);
}
.message__pickup-channel-link {
  display: block;
  width: calc(220 / 1920 * 100vw);
  margin-top: calc(48 / 1920 * -100vw);
  box-shadow: 4px 4px 12px 0px #963f0726;
  border-radius: 50%;
  transition: var(--transition);
}
.message__pickup-channel-link img {
  width: 100%;
}
.message__pickup-channel-link:hover {
  opacity: 1;
  transform: translate(4px, 4px);
  box-shadow: none;
}
.message__pickup-list {
  width: calc(640 / 1920 * 100vw);
}
.message__pickup-channel {
  position: relative;
}
.message__pickup-channel-title {
  position: absolute;
  top: calc(78 / 1920 * -100vw);
  left: 50%;
  transform: translateX(-50%);
  width: calc(270 / 1920 * 100vw);
}
.message__pickup-channel-title img {
  width: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
@media screen and (max-width: 1599px) {
  .message {
    padding-top: calc(150 / 1599 * 100vw);
  }
  .message__content {
    gap: calc(48 / 1599 * 100vw);
    max-width: calc(1065 / 1599 * 100vw);
    margin-top: calc(96 / 1599 * 100vw);
  }
  .message__content:after {
    bottom: calc(16 / 1599 * -100vw);
    width: calc(430 / 1599 * 100vw);
    height: calc(430 / 1599 * 100vw);
  }
  .message__image {
    width: calc(446 / 1599 * 100vw);
  }
  .message__text {
    width: calc(565 / 1599 * 100vw);
  }
  .message__description {
    margin-top: calc(48 / 1599 * 100vw);
  }
  .message__description p {
    margin-bottom: calc(20 / 1599 * 100vw);
  }
  .message__catch {
    gap: calc(14 / 1599 * 100vw);
    margin-top: calc(48 / 1599 * 100vw);
    margin-left: calc(80 / 1599 * -100vw);
  }
  .message__catch-text {
    padding-block: calc(5 / 1599 * 100vw);
    padding-inline: calc(10 / 1599 * 100vw);
  }
  .message__signature {
    margin-top: calc(40 / 1599 * 100vw);
    gap: calc(20 / 1599 * 100vw);
  }
  .message__director-role {
    gap: calc(7 / 1599 * 100vw);
  }
  .message__director-role:after {
    width: calc(44 / 1599 * 100vw);
    height: calc(1 / 1599 * 100vw);
  }
  .message__director {
    width: calc(260 / 1599 * 100vw);
    gap: calc(4 / 1599 * 100vw);
  }
  .message__certificate {
    width: calc(216 / 1599 * 100vw);
  }
  /* 院長の動画紹介 */
  .message__pickup {
    border-radius: calc(50 / 1599 * 100vw) calc(50 / 1599 * 100vw) 0 0;
    padding: calc(80 / 1599 * 100vw);
    margin-top: calc(50 / 1599 * 100vw);
  }
  .message__pickup-titleJa {
    top: calc(4 / 1599 * -100vw);
    left: calc(125 / 1599 * 100vw);
    padding-bottom: calc(25 / 1599 * 100vw);
    width: calc(155 / 1599 * 100vw);
    height: calc(140 / 1599 * 100vw);
  }
  .message__pickup-titleEn {
    top: calc(28 / 1599 * -100vw);
    left: calc(310 / 1599 * 100vw);
  }
  .message__pickup-content {
    gap: calc(40 / 1599 * 100vw);
    margin-left: calc(16 / 1599 * 100vw);
  }
  .message__pickup-list {
    gap: calc(20 / 1599 * 100vw) calc(5 / 1599 * 100vw);
  }
  .message__pickup-video {
    border-radius: calc(30 / 1599 * 100vw);
    padding: calc(10 / 1599 * 100vw);
  }
  .message__pickup-video:not(:nth-child(1)) {
    padding: calc(5 / 1599 * 100vw);
    border-radius: calc(10 / 1599 * 100vw);
  }
  .message__pickup-video iframe {
    border-radius: calc(20 / 1599 * 100vw);
  }
  .message__pickup-video:not(:nth-child(1)) iframe {
    border-radius: calc(8 / 1599 * 100vw);
  }
  .message__pickup-channel-link {
    width: calc(220 / 1599 * 100vw);
    margin-top: calc(48 / 1599 * -100vw);
  }
  .message__pickup-list {
    width: calc(640 / 1599 * 100vw);
  }
  .message__pickup-channel-title {
    top: calc(78 / 1599 * -100vw);
    width: calc(270 / 1599 * 100vw);
  }
}
@media screen and (max-width: 1440px) {
  .message {
    padding-top: calc(150 / 1440 * 100vw);
  }
  .message__content {
    gap: calc(48 / 1440 * 100vw);
    max-width: calc(1065 / 1440 * 100vw);
    margin-top: calc(96 / 1440 * 100vw);
  }
  .message__content:after {
    bottom: calc(16 / 1440 * -100vw);
    width: calc(430 / 1440 * 100vw);
    height: calc(430 / 1440 * 100vw);
  }
  .message__image {
    width: calc(446 / 1440 * 100vw);
  }
  .message__text {
    width: calc(565 / 1440 * 100vw);
  }
  .message__description {
    margin-top: calc(48 / 1440 * 100vw);
  }
  .message__description p {
    margin-bottom: calc(20 / 1440 * 100vw);
  }
  .message__catch {
    gap: calc(14 / 1440 * 100vw);
    margin-top: calc(48 / 1440 * 100vw);
    margin-left: calc(80 / 1440 * -100vw);
  }
  .message__catch-text {
    padding-block: calc(5 / 1440 * 100vw);
    padding-inline: calc(10 / 1440 * 100vw);
  }
  .message__signature {
    margin-top: calc(40 / 1440 * 100vw);
    gap: calc(20 / 1440 * 100vw);
  }
  .message__director-role {
    gap: calc(7 / 1440 * 100vw);
  }
  .message__director-role:after {
    width: calc(44 / 1440 * 100vw);
    height: calc(1 / 1440 * 100vw);
  }
  .message__director {
    width: calc(260 / 1440 * 100vw);
    gap: calc(4 / 1440 * 100vw);
  }
  .message__certificate {
    width: calc(216 / 1440 * 100vw);
  }
  /* 院長の動画紹介 */
  .message__pickup {
    border-radius: calc(50 / 1440 * 100vw) calc(50 / 1440 * 100vw) 0 0;
    padding: calc(80 / 1440 * 100vw);
    margin-top: calc(50 / 1440 * 100vw);
  }
  .message__pickup-titleJa {
    top: calc(4 / 1440 * -100vw);
    left: calc(125 / 1440 * 100vw);
    padding-bottom: calc(25 / 1440 * 100vw);
    width: calc(155 / 1440 * 100vw);
    height: calc(140 / 1440 * 100vw);
  }
  .message__pickup-titleEn {
    top: calc(28 / 1440 * -100vw);
    left: calc(310 / 1440 * 100vw);
  }
  .message__pickup-content {
    gap: calc(40 / 1440 * 100vw);
    margin-left: calc(16 / 1440 * 100vw);
  }
  .message__pickup-list {
    gap: calc(20 / 1440 * 100vw) calc(5 / 1440 * 100vw);
  }
  .message__pickup-video {
    border-radius: calc(30 / 1440 * 100vw);
    padding: calc(10 / 1440 * 100vw);
  }
  .message__pickup-video:not(:nth-child(1)) {
    padding: calc(5 / 1440 * 100vw);
    border-radius: calc(10 / 1440 * 100vw);
  }
  .message__pickup-video iframe {
    border-radius: calc(20 / 1440 * 100vw);
  }
  .message__pickup-video:not(:nth-child(1)) iframe {
    border-radius: calc(8 / 1440 * 100vw);
  }
  .message__pickup-channel-link {
    width: calc(220 / 1440 * 100vw);
    margin-top: calc(48 / 1440 * -100vw);
  }
  .message__pickup-list {
    width: calc(640 / 1440 * 100vw);
  }
  .message__pickup-channel-title {
    top: calc(78 / 1440 * -100vw);
    width: calc(270 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .message {
    padding-top: calc(62 / 375 * 100vw);
  }
  .message__content {
    gap: 0;
    max-width: 100%;
    margin-top: calc(62 / 375 * 100vw);
    flex-direction: column;
  }
  .message__image {
    width: calc(250 / 375 * 100vw);
    margin-inline: auto;
  }
  .message__text {
    width: 100%;
    margin-top: calc(-54 / 375 * 100vw);
  }
  .message__catch {
    gap: calc(10 / 375 * 100vw);
    margin-top: 0;
    margin-left: 0;
  }
  .message__catch--pc {
    display: none;
  }
  .message__catch--sp {
    display: flex;
  }
  .message__catch-text {
    padding-block: calc(5 / 375 * 100vw);
    padding-inline: calc(10 / 375 * 100vw);
    font-size: var(--fz21);
  }
  .message__description {
    margin-top: calc(26 / 375 * 100vw);
    font-size: var(--fz13);
  }
  .message__description p {
    margin-bottom: calc(12 / 375 * 100vw);
  }
  .message__signature {
    margin-top: calc(45 / 375 * 100vw);
    gap: 0;
  }
  .message__director {
    width: calc(194 / 375 * 100vw);
    gap: calc(4 / 375 * 100vw);
  }
  .message__director-role {
    font-size: var(--fz12);
    gap: calc(6 / 375 * 100vw);
  }
  .message__director-role:after {
    width: calc(38 / 375 * 100vw);
    height: calc(1 / 375 * 100vw);
  }
  .message__director-name {
    font-size: var(--fz21);
  }
  .message__director-nameEn {
    font-size: var(--fz11);
    letter-spacing: 0;
  }
  .message__director-nameKr {
    font-size: var(--fz11);
    letter-spacing: 0;
  }
  .message__certificate {
    width: calc(142 / 375 * 100vw);
  }
  .message__pickup {
    border-radius: calc(25 / 375 * 100vw) calc(25 / 375 * 100vw) 0 0;
    padding-inline: calc(18 / 375 * 100vw);
    padding-top: calc(98 / 375 * 100vw);
    padding-bottom: calc(60 / 375 * 100vw);
    margin-top: calc(124 / 375 * 100vw);
  }
  .message__pickup-content {
    gap: calc(65 / 375 * 100vw);
    margin-left: 0;
    flex-direction: column-reverse;
  }
  .message__pickup-list {
    width: 100%;
    gap: calc(10 / 375 * 100vw) calc(4 / 375 * 100vw);
  }
  .message__pickup-video {
    border-radius: calc(15 / 375 * 100vw);
    padding: calc(4 / 375 * 100vw);
  }
  .message__pickup-video:not(:nth-child(1)) {
    padding: calc(2 / 375 * 100vw);
    border-radius: calc(4 / 375 * 100vw);
  }
  .message__pickup-video iframe {
    border-radius: calc(12 / 375 * 100vw);
  }
  .message__pickup-video:not(:nth-child(1)) iframe {
    border-radius: calc(2 / 375 * 100vw);
  }
  .message__pickup-titleJa {
    top: calc(4 / 375 * -100vw);
    left: calc(35 / 375 * 100vw);
    padding-bottom: calc(12 / 375 * 100vw);
    width: calc(77 / 375 * 100vw);
    height: calc(70 / 375 * 100vw);
    font-size: var(--fz12);
  }
  .message__pickup-titleEn {
    font-size: var(--fz50);
    top: calc(25 / 375 * -100vw);
    left: auto;
    right: 0px;
  }
  .message__pickup-channel-link {
    width: calc(163 / 375 * 100vw);
    margin-top: 0;
  }
  .message__pickup-channel-title {
    top: calc(22 / 375 * -100vw);
    width: calc(200 / 375 * 100vw);
  }
}

/* 採用情報とコラム
recruit-column
------------------------------------------------------------------*/
.recruit-column {
  padding-top: calc(175 / 1920 * 100vw);
  padding-bottom: calc(150 / 1920 * 100vw);
}
.recruit-column__wrap {
  display: flex;
  justify-content: space-between;
  gap: calc(90 / 1920 * 100vw);
  padding-left: calc(20 / 1920 * 100vw);
}
.recruit-column__recruit {
  width: calc(420 / 1920 * 100vw);
  border: 10px solid var(--color-quaternary);
  border-radius: 100vmax 100vmax calc(10 / 1920 * 100vw) calc(10 / 1920 * 100vw);
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  box-shadow: 4px 4px 12px 0px #963f0726;
  position: relative;
}
.recruit-column__recruit-circleText {
  content: "";
  position: absolute;
  top: calc(42 / 1920 * -100vw);
  left: 50%;
  transform: translateX(-50%);
  width: 112%;
}
.recruit-column__recruit-circleText img {
  width: 100%;
}
.recruit-column__recruit-image img {
  width: 100%;
}
.recruit-column__recruit-body {
  background: #fff;
  padding-top: calc(40 / 1920 * 100vw);
  padding-inline: calc(30 / 1920 * 100vw);
  padding-bottom: calc(52 / 1920 * 100vw);
  position: relative;
  top: -1px;
}
.recruit-column__recruit-title {
  text-align: center;
}
.recruit-column__recruit-titleJa.section__titleJa {
  margin-top: 0;
}
.recruit-column__recruit-titleJa.section__titleJa:before {
  display: none;
}
.recruit-column__recruit-text {
  margin-top: calc(25 / 1920 * 100vw);
}
.recruit-column__recruit-button {
  margin-top: calc(40 / 1920 * 100vw);
}
.recruit-column__column-button {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-top: calc(30 / 1920 * 100vw);
  margin-left: auto;
  display: block;
}
.recruit-column__column {
  width: calc(594 / 1920 * 100vw);
  margin-top: calc(76 / 1920 * 100vw);
}
.recruit-column__column-list {
  margin-top: calc(30 / 1920 * 100vw);
  display: grid;
  grid-template-columns: 1fr;
  gap: calc(20 / 1920 * 100vw);
}
.recruit-column__link {
  background: #faf5ef;
  border-radius: calc(20 / 1920 * 100vw);
  padding-block: calc(20 / 1920 * 100vw);
  padding-inline: calc(30 / 1920 * 100vw);
  display: grid;
  grid-template-columns: auto 1fr;
  grid-template-rows: auto auto auto;
  grid-column-gap: calc(28 / 1920 * 100vw);
  grid-row-gap: 0px;
}
.recruit-column__thumb {
  grid-area: 1 / 1 / 3 / 2;
  width: calc(90 / 1920 * 100vw);
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
.recruit-column__thumb img {
  aspect-ratio: 1;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.recruit-column__date {
  grid-area: 1 / 2 / 2 / 3;
  font-weight: 500;
  font-size: var(--fz12);
  line-height: 1;
  letter-spacing: 0.1em;
  color: var(--color-text);
  margin-top: calc(5 / 1920 * 100vw);
}
.recruit-column__title {
  grid-area: 2 / 2 / 3 / 3;
  font-weight: 500;
  font-size: var(--fz18);
  line-height: 1.6;
  letter-spacing: 0.1em;
  color: var(--color-text);
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin-top: calc(5 / 1920 * 100vw);
  margin-bottom: calc(20 / 1920 * 100vw);
}
.recruit-column__excerpt {
  grid-area: 3 / 1 / 4 / 3;
  padding-top: calc(12 / 1920 * 100vw);
  border-top: 1px solid var(--color-bg);
  line-height: 1.6;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
@media screen and (max-width: 1599px) {
  .recruit-column {
    padding-top: calc(175 / 1599 * 100vw);
    padding-bottom: calc(150 / 1599 * 100vw);
  }
  .recruit-column__wrap {
    gap: calc(90 / 1599 * 100vw);
    padding-left: calc(20 / 1599 * 100vw);
  }
  .recruit-column__recruit {
    width: calc(420 / 1599 * 100vw);
    border-radius: 100vmax 100vmax calc(10 / 1599 * 100vw)
      calc(10 / 1599 * 100vw);
  }
  .recruit-column__recruit-circleText {
    top: calc(42 / 1599 * -100vw);
  }
  .recruit-column__recruit-body {
    padding-top: calc(40 / 1599 * 100vw);
    padding-inline: calc(30 / 1599 * 100vw);
    padding-bottom: calc(52 / 1599 * 100vw);
  }
  .recruit-column__recruit-text {
    margin-top: calc(25 / 1599 * 100vw);
  }
  .recruit-column__recruit-button {
    margin-top: calc(40 / 1599 * 100vw);
  }
  .recruit-column__column-button {
    margin-top: calc(30 / 1599 * 100vw);
  }
  .recruit-column__column {
    width: calc(594 / 1599 * 100vw);
    margin-top: calc(76 / 1599 * 100vw);
  }
  .recruit-column__column-list {
    margin-top: calc(30 / 1599 * 100vw);
    gap: calc(20 / 1599 * 100vw);
  }
  .recruit-column__link {
    border-radius: calc(20 / 1599 * 100vw);
    padding-block: calc(20 / 1599 * 100vw);
    padding-inline: calc(30 / 1599 * 100vw);
    grid-column-gap: calc(28 / 1599 * 100vw);
  }
  .recruit-column__thumb {
    width: calc(90 / 1599 * 100vw);
  }
  .recruit-column__date {
    margin-top: calc(5 / 1599 * 100vw);
  }
  .recruit-column__title {
    margin-top: calc(5 / 1599 * 100vw);
    margin-bottom: calc(20 / 1599 * 100vw);
  }
  .recruit-column__excerpt {
    padding-top: calc(12 / 1599 * 100vw);
  }
}
@media screen and (max-width: 1440px) {
  .recruit-column {
    padding-top: calc(175 / 1440 * 100vw);
    padding-bottom: calc(150 / 1440 * 100vw);
  }
  .recruit-column__wrap {
    gap: calc(90 / 1440 * 100vw);
    padding-left: calc(20 / 1440 * 100vw);
  }
  .recruit-column__recruit {
    width: calc(420 / 1440 * 100vw);
    border-radius: 100vmax 100vmax calc(10 / 1440 * 100vw)
      calc(10 / 1440 * 100vw);
  }
  .recruit-column__recruit-circleText {
    top: calc(42 / 1440 * -100vw);
  }
  .recruit-column__recruit-body {
    padding-top: calc(40 / 1440 * 100vw);
    padding-inline: calc(30 / 1440 * 100vw);
    padding-bottom: calc(52 / 1440 * 100vw);
  }
  .recruit-column__recruit-text {
    margin-top: calc(25 / 1440 * 100vw);
  }
  .recruit-column__recruit-button {
    margin-top: calc(40 / 1440 * 100vw);
  }
  .recruit-column__column-button {
    margin-top: calc(30 / 1440 * 100vw);
  }
  .recruit-column__column {
    width: calc(594 / 1440 * 100vw);
    margin-top: calc(76 / 1440 * 100vw);
  }
  .recruit-column__column-list {
    margin-top: calc(30 / 1440 * 100vw);
    gap: calc(20 / 1440 * 100vw);
  }
  .recruit-column__link {
    border-radius: calc(20 / 1440 * 100vw);
    padding-block: calc(20 / 1440 * 100vw);
    padding-inline: calc(30 / 1440 * 100vw);
    grid-column-gap: calc(28 / 1440 * 100vw);
  }
  .recruit-column__thumb {
    width: calc(90 / 1440 * 100vw);
  }
  .recruit-column__date {
    margin-top: calc(5 / 1440 * 100vw);
  }
  .recruit-column__title {
    margin-top: calc(5 / 1440 * 100vw);
    margin-bottom: calc(20 / 1440 * 100vw);
  }
  .recruit-column__excerpt {
    padding-top: calc(12 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .recruit-column {
    padding-top: calc(125 / 375 * 100vw);
    padding-bottom: calc(100 / 375 * 100vw);
  }
  .recruit-column__wrap {
    gap: 0;
    padding-left: 0;
    flex-direction: column;
  }
  .recruit-column__recruit {
    width: 96%;
    border-radius: 100vmax 100vmax calc(30 / 375 * 100vw) calc(30 / 375 * 100vw);
    margin-inline: auto;
  }
  .recruit-column__recruit-circleText {
    top: calc(32 / 375 * -100vw);
    left: 49%;
    width: 111%;
  }
  .recruit-column__recruit-body {
    padding-top: calc(10 / 375 * 100vw);
    padding-inline: calc(18 / 375 * 100vw);
    padding-bottom: calc(32 / 375 * 100vw);
  }
  .recruit-column__recruit-title {
    margin-top: calc(26 / 375 * 100vw);
  }
  .recruit-column__recruit-titleJa.section__titleJa {
    margin-top: calc(6 / 375 * 100vw);
  }
  .recruit-column__recruit-text {
    margin-top: calc(14 / 375 * 100vw);
    font-size: var(--fz13);
  }
  .recruit-column__recruit-button {
    margin-top: calc(25 / 375 * 100vw);
  }
  .recruit-column__column-button {
    margin-inline: auto;
    margin-top: calc(40 / 375 * 100vw);
  }
  .recruit-column__column {
    width: 100%;
    margin-top: calc(100 / 375 * 100vw);
  }
  .recruit-column__column-list {
    margin-top: calc(60 / 375 * 100vw);
    gap: calc(16 / 375 * 100vw);
  }
  .recruit-column__link {
    border-radius: calc(16 / 375 * 100vw);
    padding-block: calc(20 / 375 * 100vw);
    padding-inline: calc(20 / 375 * 100vw);
    grid-column-gap: calc(12 / 375 * 100vw);
  }
  .recruit-column__thumb {
    width: calc(76 / 375 * 100vw);
  }
  .recruit-column__date {
    margin-top: calc(2 / 375 * 100vw);
    font-size: var(--fz10);
  }
  .recruit-column__title {
    margin-top: calc(5 / 375 * 100vw);
    margin-bottom: calc(34 / 375 * 100vw);
    font-size: var(--fz14);
  }
  .recruit-column__excerpt {
    padding-top: calc(12 / 375 * 100vw);
    font-size: var(--fz12);
    padding-inline: calc(6 / 375 * 100vw);
    -webkit-line-clamp: 4;
  }
}

/* イントロ intro
------------------------------------------------------------------*/
.intro {
  padding-top: calc(90 / 1920 * 100vw);
  padding-bottom: calc(150 / 1920 * 100vw);
  position: relative;
}
.intro__inner {
  position: relative;
  z-index: 2;
}
.intro__bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.intro__bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.intro__catch-wrap {
  position: absolute;
  top: calc(95 / 1920 * 100vw);
  left: 0;
  white-space: nowrap;
  overflow: hidden;
  width: 100%;
}
.intro__catch {
  display: inline-block;
  font-family: var(--ff-en1);
  font-size: var(--fz30);
  line-height: 1;
  letter-spacing: 0.04em;
  color: var(--color-primary);
  -webkit-animation: marquee 40s linear infinite;
  animation: marquee 40s linear infinite;
}
@-webkit-keyframes marquee {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-100%);
  }
}
@keyframes marquee {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-100%);
  }
}
.intro__content {
  display: flex;
  align-items: flex-end;
  gap: calc(50 / 1920 * 100vw);
  padding-inline: calc(50 / 1920 * 100vw);
}
.intro__image {
  width: calc(284 / 1920 * 100vw);
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
.intro__image img {
  width: 100%;
  aspect-ratio: 284 / 540;
  -o-object-fit: cover;
  object-fit: cover;
  height: 100%;
}
.intro__clinicInfo {
  width: calc(474 / 1920 * 100vw);
  border-radius: 100vmax 100vmax calc(10 / 1920 * 100vw) calc(10 / 1920 * 100vw);
  position: relative;
  flex-shrink: 0;
}
.intro__clinicInfo:after {
  content: "";
  position: absolute;
  top: -10px;
  left: -10px;
  width: calc(100% + 20px);
  height: calc(100% + 20px);
  border-radius: 100vmax 100vmax calc(10 / 1920 * 100vw) calc(10 / 1920 * 100vw);
  border: 1px solid var(--color-secondary);
  pointer-events: none;
}
.intro__clinicInfo-image img {
  width: 100%;
}
.intro__clinicInfo-body {
  background: #fff;
  padding-bottom: calc(30 / 1920 * 100vw);
}
.intro__clinicInfo-logo {
  width: calc(360 / 1920 * 100vw);
  margin-inline: auto;
  margin-top: calc(70 / 1920 * -100vw);
}
.intro__clinicInfo-logo img {
  width: 100%;
}
.intro__address {
  text-align: center;
  font-style: normal;
  margin-top: calc(15 / 1920 * 100vw);
}
.intro__telWrap {
  display: flex;
  align-items: center;
  background: var(--color-tertiary);
  padding-inline: calc(25 / 1920 * 100vw) calc(20 / 1920 * 100vw);
  padding-block: calc(12 / 1920 * 100vw);
  border-radius: 100vmax;
  margin-top: calc(30 / 1920 * 100vw);
  margin-inline: auto;
  width: 90%;
  max-width: calc(345 / 1920 * 100vw);
}
.intro__tel-text {
  font-weight: 500;
  font-size: var(--fz12);
  line-height: 1;
  color: #fff;
  letter-spacing: 0.1em;
  padding-right: calc(16 / 1920 * 100vw);
  position: relative;
}
.intro__tel-text:after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  width: calc(1 / 1920 * 100vw);
  height: calc(22 / 1920 * 100vw);
  background: #fff;
}
.intro__tel {
  font-weight: 500;
  font-size: var(--fz26);
  line-height: 1.4;
  letter-spacing: 0.1em;
  color: #fff;
  display: flex;
  align-items: center;
  gap: calc(8 / 1920 * 100vw);
  padding-left: calc(16 / 1920 * 100vw);
}
.intro__tel:before {
  content: "";
  background: url("../images/common/tel_icon.svg") no-repeat center / contain;
  width: calc(14 / 1920 * 100vw);
  height: calc(21 / 1920 * 100vw);
}
.intro__table {
  border-collapse: collapse;
  table-layout: auto;
  border-top: 1px solid var(--color-text);
  border-bottom: 1px solid var(--color-text);
  margin-top: calc(40 / 1920 * 100vw);
  margin-bottom: calc(10 / 1920 * 100vw);
  width: 90%;
  max-width: calc(345 / 1920 * 100vw);
  margin-inline: auto;
}
.intro__table thead {
  position: relative;
}
.intro__table thead:after {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 100%;
  height: 2px;
  background: radial-gradient(
    circle farthest-side,
    var(--color-text),
    var(--color-text) 40%,
    transparent 60%,
    transparent
  );
  background-size: 3px 4px;
}
.intro__table-head,
.intro__table-time {
  font-weight: 500;
  font-size: var(--fz13);
  line-height: 1;
  letter-spacing: 0.1em;
  color: var(--color-text);
  text-align: center;
}
.intro__table th,
.intro__table td {
  padding-block: calc(16 / 1920 * 100vw);
}
.intro__table-status {
  color: var(--color-accent);
  text-align: center;
  font-size: var(--fz10);
}
.intro__table-heading {
  width: calc(90 / 1920 * 100vw);
}
.intro__table-heading {
  width: calc(108 / 1920 * 100vw);
}
.intro__note {
  font-weight: 500;
  font-size: var(--fz12);
  line-height: 2;
  letter-spacing: 0.1em;
  color: var(--color-text);
  width: 90%;
  max-width: calc(345 / 1920 * 100vw);
  margin-inline: auto;
}
.intro__cta-wrap {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: calc(60 / 1920 * 100vw);
  margin-top: calc(100 / 1920 * 100vw);
  max-width: calc(1002 / 1920 * 100vw);
  margin-inline: auto;
}
.intro__cta {
  display: flex;
  align-items: center;
  gap: calc(20 / 1920 * 100vw);
}
.intro__cta-button {
  width: calc(280 / 1920 * 100vw);
  height: calc(106 / 1920 * 100vw);
  border-radius: 100vmax;
  padding: calc(10 / 1920 * 100vw);
  border: 1px solid var(--color-secondary);
  transition: var(--transition);
}
.intro__cta-button-inner {
  background: var(--color-secondary);
  border-radius: 100vmax;
  display: grid;
  place-content: center;
  height: 100%;
  position: relative;
  padding-left: calc(36 / 1920 * 100vw);
  transition: var(--transition);
}
.intro__cta-textMain {
  font-weight: 500;
  font-size: var(--fz18);
  line-height: 1.4;
  letter-spacing: 0.1em;
  text-align: center;
  color: #fff;
}
.intro__cta-textSub {
  font-weight: 500;
  font-size: var(--fz10);
  line-height: 1.4;
  letter-spacing: 0.1em;
  text-align: center;
  color: #fff;
}
.intro__cta-button-lineIcon {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: calc(35 / 1920 * 100vw);
  width: calc(42 / 1920 * 100vw);
}
.intro__cta-button-calendarIcon {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: calc(40 / 1920 * 100vw);
  width: calc(35 / 1920 * 100vw);
}
.intro__sns {
  display: flex;
  align-items: center;
  gap: calc(60 / 1920 * 100vw);
}
.intro__sns li a {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: calc(8 / 1920 * 100vw);
}
.intro__sns li a:before {
  content: "";
  background: var(--color-secondary);
  transition: var(--transition);
}
.intro__sns li a[aria-label="Instagram"]:before {
  -webkit-mask-image: url("../images/common/instagram_icon.svg");
  mask-image: url("../images/common/instagram_icon.svg");
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  width: calc(57 / 1920 * 100vw);
  height: calc(57 / 1920 * 100vw);
}
.intro__sns li a[aria-label="X"]:before {
  -webkit-mask-image: url("../images/common/x_icon.svg");
  mask-image: url("../images/common/x_icon.svg");
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  width: calc(53 / 1920 * 100vw);
  height: calc(54 / 1920 * 100vw);
}
.intro__sns li a[aria-label="TikTok"]:before {
  -webkit-mask-image: url("../images/common/tiktok_icon.svg");
  mask-image: url("../images/common/tiktok_icon.svg");
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  width: calc(49 / 1920 * 100vw);
  height: calc(56 / 1920 * 100vw);
}
.intro__sns li a:after {
  content: attr(aria-label);
  font-size: var(--fz16);
  line-height: 1;
  letter-spacing: 0.04em;
  color: var(--color-text);
}
.intro__banner-link {
  position: relative;
  border-radius: 0 0 calc(150 / 1920 * 100vw) 0;
  overflow: hidden;
  display: flex;
  align-items: center;
  gap: calc(32 / 1920 * 100vw);
  aspect-ratio: 1124 / 380;
  margin-top: calc(110 / 1920 * 100vw);
  transition: var(--transition);
  padding-left: calc(78 / 1920 * 100vw);
}
.intro__banner-logo {
  width: calc(139 / 1920 * 100vw);
}
.intro__banner-text {
  width: calc(475 / 1920 * 100vw);
  display: flex;
  flex-direction: column;
}
.intro__banner-textSub {
  font-weight: 500;
  font-size: var(--fz17);
  line-height: 1.4;
  letter-spacing: 0.1em;
  color: #fff;
}
.intro__banner-textMain {
  font-weight: 500;
  font-size: var(--fz40);
  line-height: 1.4;
  letter-spacing: 0.1em;
  color: #fff;
  margin-top: calc(8 / 1920 * 100vw);
}
.intro__banner-bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.intro__banner-bg img {
  width: 100%;
  aspect-ratio: 1124 / 380;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  transition: var(--transition);
}
@media (any-hover: hover) {
  .intro__cta-button:hover {
    border: 1px solid var(--color-primary);
    opacity: 1;
  }
  .intro__cta-button:hover .intro__cta-button-inner {
    background: var(--color-primary);
  }
  .intro__sns li a:hover:before {
    opacity: 1;
    background: var(--color-primary);
  }
  .intro__banner-link:hover {
    opacity: 1;
    background: rgba(0, 0, 0, 0.2);
  }
  .intro__banner-link:hover .intro__banner-bg img {
    transform: scale(1.1);
  }
}
@media screen and (max-width: 1599px) {
  .intro {
    padding-top: calc(90 / 1599 * 100vw);
    padding-bottom: calc(150 / 1599 * 100vw);
  }
  .intro__catch-wrap {
    top: calc(95 / 1599 * 100vw);
  }
  .intro__content {
    gap: calc(50 / 1599 * 100vw);
    padding-inline: calc(50 / 1599 * 100vw);
  }
  .intro__image {
    width: calc(284 / 1599 * 100vw);
  }
  .intro__clinicInfo {
    width: calc(474 / 1599 * 100vw);
    border-radius: 100vmax 100vmax calc(10 / 1599 * 100vw)
      calc(10 / 1599 * 100vw);
  }
  .intro__clinicInfo:after {
    border-radius: 100vmax 100vmax calc(10 / 1599 * 100vw)
      calc(10 / 1599 * 100vw);
  }
  .intro__clinicInfo-body {
    padding-bottom: calc(30 / 1599 * 100vw);
  }
  .intro__clinicInfo-logo {
    width: calc(360 / 1599 * 100vw);
    margin-top: calc(70 / 1599 * -100vw);
  }
  .intro__address {
    margin-top: calc(15 / 1599 * 100vw);
  }
  .intro__telWrap {
    padding-inline: calc(25 / 1599 * 100vw) calc(20 / 1599 * 100vw);
    padding-block: calc(12 / 1599 * 100vw);
    margin-top: calc(30 / 1599 * 100vw);
    max-width: calc(345 / 1599 * 100vw);
  }
  .intro__tel-text {
    padding-right: calc(16 / 1599 * 100vw);
  }
  .intro__tel-text:after {
    width: calc(1 / 1599 * 100vw);
    height: calc(22 / 1599 * 100vw);
  }
  .intro__tel {
    gap: calc(8 / 1599 * 100vw);
    padding-left: calc(16 / 1599 * 100vw);
  }
  .intro__tel:before {
    width: calc(14 / 1599 * 100vw);
    height: calc(21 / 1599 * 100vw);
  }
  .intro__table {
    margin-top: calc(40 / 1599 * 100vw);
    margin-bottom: calc(10 / 1599 * 100vw);
    max-width: calc(345 / 1599 * 100vw);
  }
  .intro__table th,
  .intro__table td {
    padding-block: calc(16 / 1599 * 100vw);
  }
  .intro__table-heading {
    width: calc(90 / 1599 * 100vw);
  }
  .intro__table-heading {
    width: calc(108 / 1599 * 100vw);
  }
  .intro__note {
    max-width: calc(345 / 1599 * 100vw);
  }
  .intro__cta-wrap {
    gap: calc(60 / 1599 * 100vw);
    margin-top: calc(100 / 1599 * 100vw);
    max-width: calc(1002 / 1599 * 100vw);
  }
  .intro__cta {
    gap: calc(20 / 1599 * 100vw);
  }
  .intro__cta-button {
    width: calc(280 / 1599 * 100vw);
    height: calc(106 / 1599 * 100vw);
    padding: calc(10 / 1599 * 100vw);
  }
  .intro__cta-button-inner {
    padding-left: calc(36 / 1599 * 100vw);
  }
  .intro__cta-button-lineIcon {
    left: calc(35 / 1599 * 100vw);
    width: calc(42 / 1599 * 100vw);
  }
  .intro__cta-button-calendarIcon {
    left: calc(40 / 1599 * 100vw);
    width: calc(35 / 1599 * 100vw);
  }
  .intro__sns {
    gap: calc(60 / 1599 * 100vw);
  }
  .intro__sns li a {
    gap: calc(8 / 1599 * 100vw);
  }
  .intro__sns li a[aria-label="Instagram"]:before {
    width: calc(57 / 1599 * 100vw);
    height: calc(57 / 1599 * 100vw);
  }
  .intro__sns li a[aria-label="X"]:before {
    width: calc(53 / 1599 * 100vw);
    height: calc(54 / 1599 * 100vw);
  }
  .intro__sns li a[aria-label="TikTok"]:before {
    width: calc(49 / 1599 * 100vw);
    height: calc(56 / 1599 * 100vw);
  }
  .intro__banner-link {
    border-radius: 0 0 calc(150 / 1599 * 100vw) 0;
    gap: calc(32 / 1599 * 100vw);
    margin-top: calc(110 / 1599 * 100vw);
    padding-left: calc(78 / 1599 * 100vw);
  }
  .intro__banner-logo {
    width: calc(139 / 1599 * 100vw);
  }
  .intro__banner-text {
    width: calc(475 / 1599 * 100vw);
  }
  .intro__banner-textMain {
    margin-top: calc(8 / 1599 * 100vw);
  }
}
@media screen and (max-width: 1440px) {
  .intro {
    padding-top: calc(90 / 1440 * 100vw);
    padding-bottom: calc(150 / 1440 * 100vw);
  }
  .intro__catch-wrap {
    top: calc(95 / 1440 * 100vw);
  }
  .intro__content {
    gap: calc(50 / 1440 * 100vw);
    padding-inline: calc(50 / 1440 * 100vw);
  }
  .intro__image {
    width: calc(284 / 1440 * 100vw);
  }
  .intro__clinicInfo {
    width: calc(474 / 1440 * 100vw);
    border-radius: 100vmax 100vmax calc(10 / 1440 * 100vw)
      calc(10 / 1440 * 100vw);
  }
  .intro__clinicInfo:after {
    border-radius: 100vmax 100vmax calc(10 / 1440 * 100vw)
      calc(10 / 1440 * 100vw);
  }
  .intro__clinicInfo-body {
    padding-bottom: calc(30 / 1440 * 100vw);
  }
  .intro__clinicInfo-logo {
    width: calc(360 / 1440 * 100vw);
    margin-top: calc(70 / 1440 * -100vw);
  }
  .intro__address {
    margin-top: calc(15 / 1440 * 100vw);
  }
  .intro__telWrap {
    padding-inline: calc(25 / 1440 * 100vw) calc(20 / 1440 * 100vw);
    padding-block: calc(12 / 1440 * 100vw);
    margin-top: calc(30 / 1440 * 100vw);
    max-width: calc(345 / 1440 * 100vw);
  }
  .intro__tel-text {
    padding-right: calc(16 / 1440 * 100vw);
  }
  .intro__tel-text:after {
    width: calc(1 / 1440 * 100vw);
    height: calc(22 / 1440 * 100vw);
  }
  .intro__tel {
    gap: calc(8 / 1440 * 100vw);
    padding-left: calc(16 / 1440 * 100vw);
  }
  .intro__tel:before {
    width: calc(14 / 1440 * 100vw);
    height: calc(21 / 1440 * 100vw);
  }
  .intro__table {
    margin-top: calc(40 / 1440 * 100vw);
    margin-bottom: calc(10 / 1440 * 100vw);
    max-width: calc(345 / 1440 * 100vw);
  }
  .intro__table th,
  .intro__table td {
    padding-block: calc(16 / 1440 * 100vw);
  }
  .intro__table-heading {
    width: calc(90 / 1440 * 100vw);
  }
  .intro__table-heading {
    width: calc(108 / 1440 * 100vw);
  }
  .intro__note {
    max-width: calc(345 / 1440 * 100vw);
  }
  .intro__cta-wrap {
    gap: calc(60 / 1440 * 100vw);
    margin-top: calc(100 / 1440 * 100vw);
    max-width: calc(1002 / 1440 * 100vw);
  }
  .intro__cta {
    gap: calc(20 / 1440 * 100vw);
  }
  .intro__cta-button {
    width: calc(280 / 1440 * 100vw);
    height: calc(106 / 1440 * 100vw);
    padding: calc(10 / 1440 * 100vw);
  }
  .intro__cta-button-inner {
    padding-left: calc(36 / 1440 * 100vw);
  }
  .intro__cta-button-lineIcon {
    left: calc(35 / 1440 * 100vw);
    width: calc(42 / 1440 * 100vw);
  }
  .intro__cta-button-calendarIcon {
    left: calc(40 / 1440 * 100vw);
    width: calc(35 / 1440 * 100vw);
  }
  .intro__sns {
    gap: calc(60 / 1440 * 100vw);
  }
  .intro__sns li a {
    gap: calc(8 / 1440 * 100vw);
  }
  .intro__sns li a[aria-label="Instagram"]:before {
    width: calc(57 / 1440 * 100vw);
    height: calc(57 / 1440 * 100vw);
  }
  .intro__sns li a[aria-label="X"]:before {
    width: calc(53 / 1440 * 100vw);
    height: calc(54 / 1440 * 100vw);
  }
  .intro__sns li a[aria-label="TikTok"]:before {
    width: calc(49 / 1440 * 100vw);
    height: calc(56 / 1440 * 100vw);
  }
  .intro__banner-link {
    border-radius: 0 0 calc(150 / 1440 * 100vw) 0;
    gap: calc(32 / 1440 * 100vw);
    margin-top: calc(110 / 1440 * 100vw);
    padding-left: calc(78 / 1440 * 100vw);
  }
  .intro__banner-logo {
    width: calc(139 / 1440 * 100vw);
  }
  .intro__banner-text {
    width: calc(475 / 1440 * 100vw);
  }
  .intro__banner-textMain {
    margin-top: calc(8 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .intro {
    padding-top: calc(156 / 375 * 100vw);
    padding-bottom: calc(100 / 375 * 100vw);
  }
  .intro__catch-wrap {
    top: calc(-90 / 375 * 100vw);
  }
  .intro__catch {
    font-size: var(--fz22);
  }
  .intro__content {
    gap: calc(50 / 375 * 100vw);
    padding-inline: calc(34 / 375 * 100vw);
  }
  .intro__clinicInfo {
    width: 100%;
    border-radius: 100vmax 100vmax calc(10 / 375 * 100vw) calc(10 / 375 * 100vw);
  }
  .intro__clinicInfo:after {
    border-radius: 100vmax 100vmax calc(30 / 375 * 100vw) calc(30 / 375 * 100vw);
    top: -6px;
    left: -6px;
    width: calc(100% + 12px);
    height: calc(100% + 12px);
  }
  .intro__clinicInfo-logo {
    width: calc(276 / 375 * 100vw);
    margin-top: calc(45 / 375 * -100vw);
  }
  .intro__address {
    margin-top: calc(8 / 375 * 100vw);
    font-size: var(--fz12);
  }
  .intro__telWrap {
    padding-inline: calc(25 / 375 * 100vw) calc(20 / 375 * 100vw);
    padding-block: calc(10 / 375 * 100vw);
    margin-top: calc(27 / 375 * 100vw);
    max-width: calc(280 / 375 * 100vw);
  }
  .intro__tel-text {
    padding-right: calc(10 / 375 * 100vw);
    font-size: var(--fz10);
  }
  .intro__tel-text:after {
    width: calc(1 / 375 * 100vw);
    height: calc(18 / 375 * 100vw);
  }
  .intro__tel {
    gap: calc(6 / 375 * 100vw);
    padding-left: calc(13 / 375 * 100vw);
    font-size: var(--fz20);
  }
  .intro__tel:before {
    width: calc(11 / 375 * 100vw);
    height: calc(17 / 375 * 100vw);
  }
  .intro__table {
    margin-top: calc(36 / 375 * 100vw);
    margin-bottom: calc(10 / 375 * 100vw);
    max-width: calc(272 / 375 * 100vw);
  }
  .intro__table th,
  .intro__table td {
    padding-block: calc(14 / 375 * 100vw);
  }
  .intro__table-heading {
    width: calc(80 / 375 * 100vw);
  }
  .intro__table-head,
  .intro__table-time {
    font-size: var(--fz10);
  }
  .intro__note {
    max-width: calc(272 / 375 * 100vw);
    font-size: var(--fz10);
  }
  .intro__clinicInfo-body {
    padding-bottom: calc(27 / 375 * 100vw);
  }
  .intro__cta-wrap {
    gap: calc(86 / 375 * 100vw);
    margin-top: calc(86 / 375 * 100vw);
    max-width: 90%;
  }
  .intro__cta {
    gap: calc(24 / 375 * 100vw);
    flex-direction: column;
    margin-inline: auto;
  }
  .intro__cta-button {
    width: calc(290 / 375 * 100vw);
    height: calc(109 / 375 * 100vw);
    padding: calc(10 / 375 * 100vw);
  }
  .intro__cta-button-inner {
    padding-left: calc(36 / 375 * 100vw);
  }
  .intro__cta-button-lineIcon {
    left: calc(36 / 375 * 100vw);
    width: calc(44 / 375 * 100vw);
  }
  .intro__cta-button-calendarIcon {
    left: calc(40 / 375 * 100vw);
    width: calc(35 / 375 * 100vw);
  }
  .intro__sns {
    gap: calc(50 / 375 * 100vw);
    margin-inline: auto;
  }
  .intro__sns li a {
    gap: calc(8 / 375 * 100vw);
  }
  .intro__sns li a[aria-label="Instagram"]:before {
    width: calc(43 / 375 * 100vw);
    height: calc(43 / 375 * 100vw);
  }
  .intro__sns li a[aria-label="X"]:before {
    width: calc(40 / 375 * 100vw);
    height: calc(40 / 375 * 100vw);
  }
  .intro__sns li a[aria-label="TikTok"]:before {
    width: calc(37 / 375 * 100vw);
    height: calc(42 / 375 * 100vw);
  }
  .intro__sns li a:after {
    font-size: var(--fz12);
  }
  .intro__banner {
    margin-top: calc(100 / 375 * 100vw);
  }
  .intro__banner img {
    width: 100%;
  }
}
/* アクセス access-section
------------------------------------------------------------------*/
.access-section {
  margin-top: calc(150 / 1920 * 100vw);
}
.access-section__inner {
  border-radius: calc(50 / 1920 * 100vw);
  padding: calc(90 / 1920 * 100vw);
  background: var(--color-bg);
  position: relative;
}
.access-section__title {
  position: absolute;
  top: calc(30 / 1920 * -100vw);
  left: 50%;
  transform: translateX(-50%);
}
.access-section__titleEn {
  font-family: var(--ff-en1);
  font-size: var(--fz60);
  line-height: 1;
  letter-spacing: 0.04em;
  color: #963f0733;
}
.access-section__content {
  display: grid;
  grid-template-columns: auto 1fr;
  grid-template-rows: auto 1fr;
  gap: calc(20 / 1920 * 100vw);
}
.access-section__map {
  grid-area: 1 / 1 / 3 / 2;
  padding: calc(10 / 1920 * 100vw);
  border-radius: calc(30 / 1920 * 100vw);
  background: #fff;
  width: calc(584 / 1920 * 100vw);
}
.access-section__map iframe {
  display: block;
  aspect-ratio: 584/372;
  width: 100%;
  height: 100%;
  border-radius: calc(20 / 1920 * 100vw);
}
.access-section__image {
  grid-area: 1 / 2 / 2 / 3;
  border-radius: calc(20 / 1920 * 100vw);
  overflow: hidden;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
.access-section__image img {
  width: 100%;
  aspect-ratio: 340/194;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.access-section__stations {
  grid-area: 2 / 2 / 3 / 3;
  display: grid;
  grid-template-columns: 1fr;
  gap: calc(10 / 1920 * 100vw);
}
.access-section__station {
  background: #fff;
  border-radius: 100vmax;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-left: calc(25 / 1920 * 100vw);
  padding-right: calc(7 / 1920 * 100vw);
}
.access-section__line {
  font-weight: 500;
  font-size: var(--fz16);
  line-height: 1.6;
  letter-spacing: 0.1em;
  text-align: center;
  color: var(--color-text);
  position: relative;
}
.access-section__time {
  font-weight: 500;
  font-size: var(--fz12);
  line-height: 1.4;
  letter-spacing: 0.1em;
  text-align: center;
  color: var(--color-text);
  border-radius: 50%;
  border: 1px solid var(--color-text);
  width: calc(60 / 1920 * 100vw);
  height: calc(60 / 1920 * 100vw);
  place-content: center;
  flex-shrink: 0;
  position: relative;
}
.access-section__time-number {
  font-weight: 500;
  font-size: var(--fz24);
  line-height: 1;
  letter-spacing: 0.1em;
}
.access-section__time:after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: calc(16 / 1920 * -100vw);
  width: calc(9 / 1920 * 100vw);
  height: calc(15 / 1920 * 100vw);
  background: var(--color-bg);
  -webkit-clip-path: polygon(100% 50%, 0 0, 0 100%);
  clip-path: polygon(100% 50%, 0 0, 0 100%);
}
.access-section__station-icon {
  width: calc(25 / 1920 * 100vw);
}
.access-section__station-icon img {
  width: 100%;
}
@media screen and (max-width: 1599px) {
  .access-section {
    margin-top: calc(150 / 1599 * 100vw);
  }
  .access-section__inner {
    border-radius: calc(50 / 1599 * 100vw);
    padding: calc(90 / 1599 * 100vw);
  }
  .access-section__title {
    top: calc(30 / 1599 * -100vw);
  }
  .access-section__content {
    gap: calc(20 / 1599 * 100vw);
  }
  .access-section__map {
    padding: calc(10 / 1599 * 100vw);
    border-radius: calc(30 / 1599 * 100vw);
    width: calc(584 / 1599 * 100vw);
  }
  .access-section__map iframe {
    border-radius: calc(20 / 1599 * 100vw);
  }
  .access-section__image {
    border-radius: calc(20 / 1599 * 100vw);
  }
  .access-section__stations {
    gap: calc(10 / 1599 * 100vw);
  }
  .access-section__station {
    padding-left: calc(25 / 1599 * 100vw);
    padding-right: calc(7 / 1599 * 100vw);
  }
  .access-section__time {
    width: calc(60 / 1599 * 100vw);
    height: calc(60 / 1599 * 100vw);
  }
  .access-section__time:after {
    left: calc(16 / 1599 * -100vw);
    width: calc(9 / 1599 * 100vw);
    height: calc(15 / 1599 * 100vw);
  }
  .access-section__station-icon {
    width: calc(25 / 1599 * 100vw);
  }
}
@media screen and (max-width: 1440px) {
  .access-section {
    margin-top: calc(150 / 1440 * 100vw);
  }
  .access-section__inner {
    border-radius: calc(50 / 1440 * 100vw);
    padding: calc(90 / 1440 * 100vw);
  }
  .access-section__title {
    top: calc(30 / 1440 * -100vw);
  }
  .access-section__content {
    gap: calc(20 / 1440 * 100vw);
  }
  .access-section__map {
    padding: calc(10 / 1440 * 100vw);
    border-radius: calc(30 / 1440 * 100vw);
    width: calc(584 / 1440 * 100vw);
  }
  .access-section__map iframe {
    border-radius: calc(20 / 1440 * 100vw);
  }
  .access-section__image {
    border-radius: calc(20 / 1440 * 100vw);
  }
  .access-section__stations {
    gap: calc(10 / 1440 * 100vw);
  }
  .access-section__station {
    padding-left: calc(25 / 1440 * 100vw);
    padding-right: calc(7 / 1440 * 100vw);
  }
  .access-section__time {
    width: calc(60 / 1440 * 100vw);
    height: calc(60 / 1440 * 100vw);
  }
  .access-section__time:after {
    left: calc(16 / 1440 * -100vw);
    width: calc(9 / 1440 * 100vw);
    height: calc(15 / 1440 * 100vw);
  }
  .access-section__station-icon {
    width: calc(25 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .access-section {
    margin-top: calc(122 / 375 * 100vw);
  }
  .access-section__inner {
    border-radius: calc(36 / 375 * 100vw);
    padding-block: calc(32 / 375 * 100vw);
    padding-inline: calc(15 / 375 * 100vw);
  }
  .access-section__title {
    top: calc(25 / 375 * -100vw);
  }
  .access-section__titleEn {
    font-size: var(--fz50);
  }
  .access-section__content {
    gap: 0;
    grid-template-columns: 1fr;
    grid-template-rows: auto auto auto;
  }
  .access-section__map {
    grid-area: 1;
    padding: calc(6 / 375 * 100vw);
    border-radius: calc(15 / 375 * 100vw);
    width: 100%;
  }
  .access-section__map iframe {
    border-radius: calc(12 / 375 * 100vw);
  }
  .access-section__image {
    grid-area: 2;
    border-radius: calc(16 / 375 * 100vw);
    margin-top: calc(30 / 375 * 100vw);
  }
  .access-section__image img {
    aspect-ratio: 305 / 116;
  }
  .access-section__stations {
    grid-area: 3;
    gap: calc(10 / 375 * 100vw);
    margin-top: calc(10 / 375 * 100vw);
  }
  .access-section__line {
    font-size: var(--fz14);
  }
  .access-section__time {
    font-size: var(--fz11);
    width: calc(54 / 375 * 100vw);
    height: calc(54 / 375 * 100vw);
  }
  .access-section__time-number {
    font-size: var(--fz21);
  }
  .access-section__station-icon {
    width: calc(22 / 375 * 100vw);
  }
  .access-section__station {
    padding-left: calc(22 / 375 * 100vw);
    padding-right: calc(6 / 375 * 100vw);
    padding-block: calc(6 / 375 * 100vw);
  }
  .access-section__time:after {
    left: calc(14 / 375 * -100vw);
    width: calc(8 / 375 * 100vw);
    height: calc(13 / 375 * 100vw);
  }
}