html,
body,
section,
nav,
article,
aside,
h1,
h2,
h3,
h4,
h5,
h6,
header,
footer,
address,
p,
hr,
blockquote,
ol,
ul,
li,
dl,
dt,
dd,
figure,
figcaption,
picture div,
a,
em,
strong,
small,
sub,
sup,
i,
b,
cite,
span,
img {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
  font: inherit;
  font-size: 100%;
  font-style: normal;
  vertical-align: baseline;
  border: 0;
}

body {
  position: relative;
  width: 100%;
  min-width: 100%;
  font-family: 'Open Sans', 'Noto Sans JP', -apple-system, BlinkMacSystemFont,
    'Helvetica Neue', 'Segoe UI', 'Hiragino Sans', Meiryo, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.6;
  color: #333;
  background: #fff;
  text-size-adjust: 100%;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
}

html {
  overflow-y: scroll;
}

@media screen and (max-width: 768px) {
  body {
    font-size: 15px;
  }
}

@media screen and (max-width: 560px) {
  body {
    font-size: 14px;
  }
}

ul,
ol {
  list-style: none;
}

a {
  text-decoration: none;
  text-underline-offset: 0.2em;
  user-select: none;
  -webkit-tap-highlight-color: transparent;
}

a:active {
  text-decoration: none;
  border-color: #f05187;
}

a:hover {
  color: #333;
  text-decoration: none;
  border-color: #f05187;
}

a:hover b {
  color: #fff;
  background-color: #f05187;
}

a:active b {
  color: #fff;
  background-color: #f05187;
}

a:hover .button_arrow_normal {
  display: none;
}

.button_arrow_hover {
  display: none;
}

a:hover .button_arrow_hover {
  display: block;
  transform: rotate(-180deg);
}

.button {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  max-width: 675px;
  min-height: 6.25em;
  padding: 0 1.25em 0 0.5em;
  color: #fff;
  background-color: #f05187;
  border: solid 1px #f23b79;
  border-radius: 12px;
  box-shadow: 0 0.1em 0 0 #b9295a;
}

.button:hover {
  color: #f05187;
  background-color: #fff;
  box-shadow: 0 0 0 0 #a96118;
}

.button__wrapper {
  display: flex;
  justify-content: center;
  margin-top: 30px;
}

.button_arrow {
  transform: rotate(-90deg);
}

.button_arrow {
  position: relative;
}

.button_arrow .arrow_hover {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transition: 0.7s;
}

a:hover .button_arrow-hover {
  opacity: 1;
}

@media (min-width: 768px) {
  .button__wrapper {
    margin-top: 5.875em;
  }
}

.button span {
  font-size: 2.875em;
}

.button b {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 3em;
  height: 3em;
  margin-left: 1.25em;
  font-size: 1.56em;
  color: #f05187;
  background-color: #fff;
  border: solid 1px #f05187;
  border-radius: 50%;
}

@media screen and (max-width: 560px) {
  .button {
    min-height: 3.5em;
  }

  .button b {
    margin-left: 0;
    font-size: 1em;
  }

  .button span {
    font-size: 1.4em;
  }
}

.Header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 1080px;
  height: 90px;
  margin: 0 auto;
  text-align: left;
}

.hero {
  position: relative;
  width: 100%;
  background-color: rgba(240, 81, 135, 0.12);
}

.hero-inner {
  max-width: 1080px;
  margin: 0 auto;
}

.hero-detail {
  position: relative;
  display: flex;
  justify-content: space-between;
  width: 100%;
}

.hero-detail__img {
  right: 0;
  bottom: 0;
  width: 45%;
  max-width: 100%;
  height: auto;
  max-height: 100%;
}

.hero-detail-intro-logo {
  display: flex;
  align-items: center;
  max-width: 90%;
  margin: auto;
}

.hero-detail-intro-logo__award {
  flex: 0 0 86px;
}

.hero-detail-intro-logo__img {
  width: 100%;
  padding-left: 10px;
}

.hero-detail-intro-logo img {
  max-width: 100%;
  height: auto;
}

.hero-detail-intro {
  padding-left: 2.5em;
}

.hero-detail-intro__ttl {
  margin: 48px auto 15px;
  font-size: 2.825em;
  font-weight: 400;
  line-height: 1.2;
  text-align: left;
}

.hero-detail-intro__age {
  width: 14em;
  padding: 10px 20px;
  margin: 0 auto;
  font-size: 1.125em;
  text-align: center;
  border: 1px solid #333;
  border-radius: 30px;
}

.hero-detail-intro__btn {
  position: relative;
}

.hero-detail-intro__btn .btn-active {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}

.hero-detail-intro__btn:hover .btn-active {
  opacity: 1;
}

.hero-detail-intro__btn img {
  width: 100%;
  max-width: 520px;
}

.hero-detail__img--sp {
  position: static;
  display: block;
}

.hero-detail__img--pc {
  position: absolute;
  display: none;
}

.hero-text-sp {
  display: none;
}

.hero-detail-intro__txt {
  margin-top: 20px;
  font-size: 1.5em;
  line-height: 1.4;
}

.hero-detail-intro__txt--sp {
  display: block;
  text-align: center;
}

.hero-detail-intro__txt--pc {
  display: none;
}

.hero-detail-intro__btn--sp {
  display: block;
  margin: 20px auto 0;
}

.hero-detail-intro__btn--pc {
  display: none;
  width: 460px;
  margin-top: 15px;
}

.hero-detail-intro__disclaim {
  max-width: 100%;
  padding: 0 15px;
  margin-top: 10px;
  font-size: 12px;
  color: #495037;
}

@media screen and (max-width: 1000px) {
  .hero-detail-intro__btn img {
    width: 85%;
  }
}

@media screen and (min-width: 768px) {
  .hero-detail__img--sp {
    display: none;
  }

  .hero-detail__img--pc {
    display: block;
  }

  .hero-detail-intro {
    padding-bottom: 15px;
    padding-left: 15px;
  }

  .hero-detail-intro-logo__award {
    flex: 0 0 132px;
  }

  .hero-detail-intro-logo__img {
    padding-left: 20px;
  }

  .hero-detail-intro__age {
    width: 16em;
    padding: 10px 20px;
  }

  .hero-detail-intro__txt--sp {
    display: none;
  }

  .hero-detail-intro__txt--pc {
    display: block;
  }

  .hero-detail-intro__btn--sp {
    display: none;
  }

  .hero-detail-intro__btn--pc {
    display: block;
  }

  .hero-detail-intro-logo,
  .hero-detail-intro__disclaim {
    max-width: 540px;
  }

  .hero-detail-intro__disclaim {
    padding: 0;
    font-size: 12px;
  }
}

@media screen and (max-width: 1000px) {
  .hero-detail-intro__ttl {
    font-size: 2.5em;
  }

  .hero a span {
    font-size: 1.25em;
  }

  .hero-detail-intro__txt {
    font-size: 1.25em;
  }

  .hero-detail-intro__btn {
    width: 90%;
  }
}

@media screen and (max-width: 767px) {
  .Header {
    height: 72px;
    padding: 0 15px;
  }

  .Header img {
    width: 224px;
    height: auto;
  }

  .hero-inner {
    padding: 2.133em 0 3.333em;
  }

  .hero-detail-intro__ttl {
    display: inline-block;
    text-align: left;
  }

  .hero-detail {
    flex-direction: column;
  }

  .hero-detail__img--pc {
    display: none;
  }

  .hero-detail-intro__btn img {
    width: 100%;
    max-width: 100%;
  }

  .hero-detail__img--sp {
    display: block;
    width: 100%;
    height: auto;
    margin-top: 2em;
  }

  .hero-text-sp {
    display: inline-block;
    margin-top: 1.733em;
    font-size: 1.625em;
    text-align: center;
  }

  .hero a span {
    font-size: 4.563vw;
  }

  .hero-detail-intro__ttl {
    margin: 0;
  }

  .hero-detail-intro {
    display: block;
    margin: 0 auto;
    text-align: center;
  }
}
@media screen and (max-width: 560px) {
  .hero-detail-intro__ttl {
    font-size: 1.857em;
  }

  .hero-detail-intro {
    padding-right: 1em;
    padding-left: 1em;
  }

  .hero-detail-intro__age {
    padding: 0 5px;
    font-size: 0.733em;
  }

  .hero-text-sp {
    font-size: 0.929em;
  }
}

/* ナビ */

.nav {
  width: 100%;
  padding: 30px 0 40px;
  background-color: #f7a1bf;
}

.nav__inner {
  width: 100%;
  max-width: calc(100% - 50px);
  margin: 0 auto;
}

.nav-ttl {
  color: #fff;
  text-align: center;
}

.nav-ttl span {
  font-size: 3.625em;
  font-weight: 700;
}

.nav-ttl__img {
  width: 100%;
  max-width: 480px;
  height: auto;
}

.nav-ttl__txt {
  margin-top: -15px;
}

.nav-ttl span {
  display: block;
}

.nav__contents {
  display: flex;
  justify-content: space-between;
  width: 100%;
  max-width: 1080px;
  margin: 2.5em auto 0;
}

.point__recommend-icon {
  display: none;
}

@media (min-width: 768px) {
  .nav__contents li {
    width: 33.33%;
  }

  .nav__contents li:not(:last-child) {
    margin-right: 30px;
  }
}

.nav__scroll-recommend::after {
  position: absolute;
  top: 1.5em;
  right: 1.1875em;
  display: block;
  width: 53px;
  height: 44px;
  content: '';
  background-image: url(/agent/product/medicalwomen/img/nav_recommend.svg);
}

.nav__scroll {
  position: relative;
  display: block;
  height: 100%;
  color: #333;
  background-color: #fff;
  border: solid 1px #fff;
  border-radius: 8px;
}

.nav__scroll-recommend {
  position: relative;
  display: block;
  height: 100%;
  color: #333;
  background-color: #fff;
  border: solid 1px #fff;
  border-radius: 8px;
}

.nav__img {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 2.625em auto 0;
}

.nav__text {
  display: block;
  margin-top: 1.75em;
  font-size: 1.5em;
  font-weight: 700;
  text-align: center;
}

.nav__recommend-text {
  display: block;
  margin-top: 2.3em;
  font-size: 1.5em;
  font-weight: 700;
  text-align: center;
}

.text-pink {
  color: #f05187;
}

.nav__number {
  display: block;
  width: 70px;
  height: 70px;
  margin: -35px auto 0;
  font-size: 47px;
  font-weight: 500;
  color: #fff;
  text-align: center;
  background-color: #f05187;
  border: 1px solid #f05187;
  border-radius: 50%;
}

.nav__icon {
  display: block;
  margin: 1em auto 0;
}

@media screen and (max-width: 767px) {
  .nav__contents {
    flex-direction: column;
  }

  .nav-ttl span {
    font-size: 3.867em;
  }

  .nav-ttl span {
    display: block;
  }

  .nav__scroll {
    padding: 1.25em 0 2em;
  }

  .nav__scroll-recommend {
    padding: 1.25em 0 2em;
  }

  .nav__contents li {
    width: auto;
  }

  .nav__contents li:not(:last-child) {
    margin-bottom: 12px;
  }

  .nav__inner {
    max-width: 100%;
    padding: 0 1.875em;
  }

  .nav__contents a {
    display: flex;
  }

  .nav__number {
    margin: 0;
  }

  .nav__img {
    width: 100%;
    max-width: 70px;
    height: auto;
    margin: auto 0 auto 0.5em;
  }

  .nav__text,
  .nav__recommend-text {
    margin-top: 0;
    margin-left: 0.5em;
    text-align: left;
  }

  .nav__flex-sp {
    display: flex;
    align-items: center;
  }

  .nav__flex-sp br {
    display: none;
    content: '';
  }

  .nav__number {
    width: 40px;
    height: 40px;
    margin-left: 1.125em;
    font-size: 1.625em;
  }

  .point__recommend-icon {
    display: block;
    width: 40px;
    height: 40px;
    margin-top: 1em;
  }

  .nav__icon-flex-sp {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
  }

  .nav__scroll-recommend::after {
    display: none;
  }

  .nav__icon {
    margin: auto 0;
  }
}

@media screen and (max-width: 560px) {
  .nav__inner {
    padding-right: 1em;
    padding-left: 1em;
  }

  .nav-ttl span {
    font-size: 3em;
  }

  .nav__text,
  .nav__recommend-text {
    font-size: calc(1.304vw + 12px);
  }

  .nav-ttl__img {
    width: 90%;
  }

  .nav__img {
    max-width: 45px;
  }

  .nav__text,
  .nav__recommend-text {
    font-size: 1em;
  }

  .nav__scroll,
  .nav__scroll-recommend {
    padding: 0.7em 0 1.25em;
  }

  .nav__number {
    margin-left: 0.5em;
  }
}

/* about */

.about {
  width: 100%;
  padding-top: 20px;
  padding-bottom: 30px;
  background-color: #f3f6f7;
}

.about__top {
  display: block;
  width: 1080px;
  max-width: calc(100% - 50px);
  margin: 0 auto;
  overflow: hidden;
  border: 1px solid #e0e0e0;
  border-radius: 12px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.13);
}

.about__top-title {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px 20px;
  background-color: #fff;
  border-bottom: 1px solid #e0e0e0;
}

.about__top-title-text {
  font-size: 2em;
  font-weight: 700;
  color: #73716f;
}

.about__top-contents {
  display: flex;
  justify-content: space-between;
  padding: 1.875em 4em 4.5em;
  background-color: #fff;
}

.about__top-text {
  font-size: 2em;
  font-weight: 700;
}

.about__top-subtext {
  margin-top: 3.75em;
  font-size: 1.25em;
  font-weight: 500;
}

.about__top-sentence {
  margin-top: 2.5em;
  font-size: 1.125em;
}

@media (min-width: 768px) {
  .about__top-title {
    padding-top: 2.375em;
    padding-bottom: 2.375em;
  }
}

.about__note {
  margin-top: 1.75em;
  font-size: 0.813em;
  text-align: center;
}

.about__top-text {
  font-size: 2em;
  font-weight: 700;
}

.about__bottom {
  box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  width: 100%;
  width: 1080px;
  max-width: calc(100% - 50px);
  margin: 20px auto 0;
  overflow: hidden;
  border: 1px solid #e0e0e0;
  border-radius: 12px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.13);
}

@media (min-width: 768px) {
  .about__bottom {
    margin-top: 40px;
  }
}

.about__bottom-contents {
  display: flex;
  justify-content: space-between;
  padding: 1.875em 4em 4.5em;
  background-color: #fff;
}

.about__bottom-text {
  font-size: 2em;
  font-weight: 700;
}

.about__bottom-text-sp {
  display: none;
}

.about__bottom-text-wrapper {
  width: 68%;
}

.about__bottom-sentence {
  margin-top: 2.5em;
  font-size: 1.25em;
}

.about__bottom-image-contents {
  display: flex;
  flex-direction: column;
  width: 27%;
}

.about__bottom-pink {
  position: relative;
  width: 170px;
  height: 170px;
  background-color: rgba(240, 81, 135, 0.1);
  border: 1px solidrgba(240, 81, 135, 0.1);
  border-radius: 50%;
}

.about__bottom-pink:nth-child(2) {
  margin: 0 0 0 auto;
}

.about__bottom-pink img {
  display: block;
  margin: 1.625em auto 0;
}

.about__image {
  width: 50%;
  text-align: center;
}

.about__image img {
  width: 100%;
  max-width: 490px;
  height: auto;
}

.about__bottom-pink span {
  display: block;
  margin-top: 0.875em;
  line-height: 1.25;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .about__top-title-text {
    font-size: 1.5em;
  }

  .about__top-contents {
    flex-direction: column;
    padding: 1.625em 2.5em 2.875em;
  }

  .about__top-contents img {
    width: 100%;
    max-width: 490px;
    height: auto;
    margin: 0 auto;
  }

  .about__top-subtext {
    margin-top: 1.125em;
  }

  .about__top-sentence {
    margin-top: 1.125em;
  }

  .about__image {
    width: 100%;
    margin-top: 2.25em;
  }

  .about__bottom-contents {
    flex-direction: column-reverse;
    padding: 1.625em 2.5em 2.875em;
  }

  .about__bottom-pink img {
    width: 40%;
    height: auto;
  }

  .about__bottom-pink {
    width: 26vw;
    height: 26vw;
  }

  .about__bottom-pink span {
    font-size: 0.857em;
  }

  .about__bottom-image-contents {
    flex-direction: row;
    justify-content: space-between;
    width: 100%;
  }

  .about__bottom-pink:nth-child(2) {
    margin: 0;
  }

  .about__bottom-text-wrapper {
    width: 100%;
  }

  .about__bottom-text {
    display: none;
  }

  .about__bottom-text-sp {
    display: block;
    padding-top: 25px;
    padding-left: 20px;
    font-size: 2em;
    font-weight: 700;
    background-color: #fff;
  }
}

.about__top-title img {
  width: 100%;
  max-width: 60px;
  height: auto;
  margin-right: 10px;
}

.about__top-title-text {
  white-space: nowrap;
}

@media (min-width: 768px) {
  .about__top-title img {
    width: 98px;
    margin-right: 30px;
  }
}

@media screen and (max-width: 560px) {
  .about__top {
    max-width: calc(100% - 32px);
  }

  .about__top-title {
    padding: 10px;
  }

  .about__top-title-text {
    white-space: normal;
  }

  .about__bottom {
    max-width: calc(100% - 32px);
  }

  .about__top-contents {
    padding-right: 1.429em;
    padding-left: 1.429em;
  }

  .about__bottom-contents {
    padding-right: 1em;
    padding-left: 1em;
  }

  .about__bottom-text-sp {
    padding-right: 20px;
  }

  .about__top-title-text {
    font-size: 0.867em;
  }

  .about__bottom-image-contents {
    flex-wrap: wrap;
    justify-content: space-around;
  }

  .about__bottom-text-sp {
    font-size: 1.733em;
  }

  .about__bottom-text-sp br {
    display: none;
    content: '';
  }

  .about__top-subtext,
  .about__top-sentence {
    font-size: 1.333em;
  }

  .about__note,
  .about__bottom-sentence {
    font-size: 1em;
  }

  .about__bottom-pink span {
    font-size: 2.85vw;
    white-space: nowrap;
  }
}

@media screen and (max-width: 390px) {
  .about__top-title img {
    max-width: 40px;
  }
}

/* コース */

.course {
  width: 100%;
  background-color: #fff;
}

.course__inner {
  width: 100%;
  max-width: calc(100% - 50px);
  padding: 20px 0 40px;
  margin: 0 auto;
}

.course__title-flex {
  display: flex;
  gap: 1.25em;
  justify-content: center;
  margin-top: 60px;
}

.course__recommend-border {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 480px;
  padding: 16px 20px;
  font-size: 24px;
  font-weight: 500;
  color: #fff;
  text-align: center;
  background-color: #eb5505;
  border-radius: 12px;
}

.course__recommend-border::after {
  position: absolute;
  top: 99%;
  left: 50%;
  width: 0;
  height: 0;
  content: '';
  border: 0 solid transparent;
  border-top: 15px solid #eb5505;
  border-right-width: 10px;
  border-left-width: 10px;
  transform: translateX(-50%);
}

.course__economy-border {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 480px;
  padding: 16px 20px;
  font-size: 24px;
  font-weight: 500;
  color: #fff;
  text-align: center;
  background-color: #3bc0d8;
  border-radius: 12px;
}

.course__economy-border::after {
  position: absolute;
  top: 99%;
  left: 50%;
  width: 0;
  height: 0;
  content: '';
  border: 0 solid transparent;
  border-top: 15px solid #3bc0d8;
  border-right-width: 10px;
  border-left-width: 10px;
  transform: translateX(-50%);
}

@media (min-width: 768px) {
  .course__inner {
    padding: 5.875em 0 5.75em;
  }
}

.course__ttl {
  font-size: 25px;
  font-weight: 700;
  line-height: 1.2;
  text-align: center;
}

.course__ttl--highlight {
  color: #f05187;
}

.course__contents {
  display: flex;
  gap: 1.25em;
  justify-content: center;
  margin-top: 2em;
}

.course img {
  max-width: 100%;
  height: auto;
}

.course__recommend {
  width: 50%;
  max-width: 480px;
}

.course__economy {
  width: 50%;
  max-width: 480px;
}

@media screen and (min-width: 360px) {
  .course__ttl {
    font-size: 30px;
  }
}

@media screen and (min-width: 768px) {
  .course__ttl {
    font-size: 45px;
  }
}

@media screen and (max-width: 967px) {
  .course__recommend-border,
  .course__economy-border {
    padding: 12px 16px;
    font-size: 18px;
  }
}

@media screen and (max-width: 767px) {
  .course__title-flex {
    gap: 0.5em;
    margin-top: 2em;
  }

  .course__recommend-border,
  .course__economy-border {
    padding: 8px;
    font-size: 14px;
  }

  .course__contents {
    gap: 0.5em;
    margin-top: 1.25em;
  }
}
@media screen and (max-width: 560px) {
  .course__recommend-border,
  .course__economy-border {
    font-size: 13px;
  }

  .course__recommend-border {
    text-align: left;
  }

  .course__recommend-border br {
    display: none;
    content: '';
  }

  .course__inner {
    max-width: calc(100% - 32px);
  }

  .course h2 {
    font-size: 1.433em;
  }
}

/* ポイント */

.point {
  width: 100%;
  padding: 8.75em 3.75em;
  background-color: rgba(240, 81, 135, 0.1);
}

.point__inner-top {
  position: relative;
  box-sizing: border-box;
  width: 100%;
  max-width: 1080px;
  padding: 0 3.75em 4em;
  margin: 0 auto;
  background-color: #fff;
  border: 1px solid #fff;
  border-radius: 12px;
  box-shadow: 0 3px 12px rgb(0 0 0 / 0.13);
}

.point__title-border {
  padding-left: 1.25em;
  font-size: 2.375em;
  font-weight: 700;
  line-height: 1.3;
  border-left: 13px solid #f05187;
}

.point__title {
  position: relative;
  font-size: 3.125em;
  font-weight: 700;
  line-height: 1.3;
  text-align: center;
}

.point__recommend-ico {
  display: inline-block;
  margin-left: 8px;
}

@media (min-width: 768px) {
  .point__recommend-ico {
    display: none;
  }
}

.point__inner-top::after {
  position: absolute;
  top: -60px;
  left: 50%;
  width: 138px;
  height: 138px;
  content: '';
  background-image: url(/agent/product/medicalwomen/img/number01.png);
  background-repeat: no-repeat;
  background-size: contain;
  transform: translate(-50%, -0.5em);
}

.point__inner-middle {
  position: relative;
  box-sizing: border-box;
  width: 100%;
  max-width: 1080px;
  padding: 0 3.75em 4em;
  margin: 10em auto 0;
  background-color: #fff;
  border: 1px solid #fff;
  border-radius: 12px;
  box-shadow: 0 3px 12px rgb(0 0 0 / 0.13);
}

.point__inner-middle::after {
  position: absolute;
  top: -60px;
  left: 50%;
  width: 138px;
  height: 138px;
  content: '';
  background-image: url(/agent/product/medicalwomen/img/number02.png);
  background-repeat: repeat;
  background-repeat: no-repeat;
  background-size: contain;
  background-size: contain;
  transform: translate(-50%, -0.5em);
}

.point__inner-bottom {
  position: relative;
  box-sizing: border-box;
  width: 100%;
  max-width: 1080px;
  padding: 0 3.75em 4em;
  margin: 10em auto 0;
  background-color: #fff;
  border: 1px solid #fff;
  border-radius: 12px;
  box-shadow: 0 3px 12px rgb(0 0 0 / 0.13);
}

.point__inner-bottom::after {
  position: absolute;
  top: -60px;
  left: 50%;
  width: 138px;
  height: 138px;
  content: '';
  background-image: url(/agent/product/medicalwomen/img/number03.png);
  background-repeat: repeat;
  background-repeat: no-repeat;
  background-size: contain;
  background-size: contain;
  transform: translate(-50%, -0.5em);
}

.point__icons {
  display: flex;
  gap: 1em;
  justify-content: right;
  padding-top: 2.5em;
}

.arrow__pc {
  display: block;
  max-width: 100%;
  height: auto;
}

.point__flex {
  display: flex;
  width: 100%;
  max-width: 960px;
  margin: 2.25em auto 0;
  overflow: hidden;
  border: 2px solid #f05187;
  border-radius: 12px;
}

.point__flex-title {
  width: 28%;
  background-color: #f05187;
}

.point__flex-title span {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  font-size: 1.75em;
  font-weight: 700;
  color: #fff;
  text-align: center;
}

.point__flex-detail {
  width: 73%;
  padding: 1.1875em 0.3em 1em 1.5em;
}

.point__flex-detail-text {
  font-size: 1.75em;
  font-weight: 700;
}

.point__flex-detail-sentence {
  font-size: 1.25em;
}

.point__flex-contents {
  display: flex;
  gap: 10px;
  margin-top: 0.6875em;
}

.point__flex-texts img {
  width: 100% !important;
  max-width: 246px !important;
}

.point__flex-border {
  position: relative;
  display: inline-block;
  padding: 4px 12px;
  margin-top: 1em;
  font-size: 13px;
  background-color: #ececec;
}

.point__flex-border::before {
  position: absolute;
  bottom: 99%;
  left: 10%;
  width: 0;
  height: 0;
  content: '';
  border: 0 solid transparent;
  border-right-width: 7px;
  border-bottom: 12px solid #ececec;
  border-left-width: 7px;
}

.point__text-bold {
  display: block;
  font-size: 1.45em;
  font-weight: 700;
}

.point__flex-example {
  display: flex;
  gap: 1.25em;
  align-items: center;
  justify-content: center;
  margin-top: 3em;
}

.point_flex-example-wrapper {
  width: 50%;
  max-width: 412px;
  min-height: 328px;
  overflow: hidden;
  border: 1px solid #d3d4d3;
  border-radius: 12px;
}

.point_flex-example-wrapper b {
  display: inline-block;
  width: 100%;
  padding: 1em 0;
  font-size: 1.5em;
  font-weight: 500;
  text-align: center;
  background-color: #f0f1f0;
}

.point_flex-example-wrapper ul {
  padding: 1.5625em 0 0 2.4375em;
}

.point_flex-example-wrapper li {
  position: relative;
  font-size: 1.25em;
}

.point_flex-example-wrapper li::before {
  position: absolute;
  top: 0.6em;
  left: -1.25em;
  display: block;
  width: 5px;
  height: 5px;
  content: '';
  background: #f05187;
  border-radius: 50%;
}

.point__flex-price-wraper {
  width: 50%;
  max-width: 470px;
  min-height: 328px;
  overflow: hidden;
  border: 1px solid #d3d4d3;
  border-radius: 12px;
}

.point__flex-price-contents {
  display: flex;
  align-items: flex-end;
  justify-content: space-around;
  padding: 1.5em 0 1.875em;
}

.point__flex-price-wraper b {
  display: inline-block;
  width: 100%;
  padding: 1em 0;
  font-size: 1.5em;
  font-weight: 500;
  text-align: center;
  background-color: #f0f1f0;
}

.point__flex-price-noraml p {
  padding: 0.75em 0;
  font-size: 1em;
  font-weight: 700;
  color: #fff;
  text-align: center;
  background-color: #f484aa;
}

.point-more {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 5px;
}

.point-more__txt {
  font-size: 1.125em;
  font-weight: 700;
  color: #f05187;
}

.point__desc {
  display: block;
  margin-top: 8px;
}

.point__flex-bg {
  background-color: #f05187 !important;
}

.point__flex-price p {
  padding: 0.75em 0;
  font-size: 1em;
  font-weight: 700;
  color: #fff;
  text-align: center;
  background-color: #f484aa;
}

.point__note {
  margin-top: 0.75em;
  font-size: 1em;
  text-align: right;
}

.point__list {
  padding-left: 1.3em;
  margin-top: 1em;
}

.point__list li {
  position: relative;
}

.point__list li::before {
  position: absolute;
  top: 0.6em;
  left: -1.25em;
  display: block;
  width: 5px;
  height: 5px;
  content: '';
  background: #b2c7cd;
  border-radius: 50%;
}

.point__image-flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 3em;
}

.point__bottom-flex {
  display: flex;
  gap: 45px;
  align-items: center;
  justify-content: center;
  margin-top: 1.5em;
}

.point__bottom-flex-border {
  position: relative;
  width: 100%;
  max-width: 530px;
  padding: 18px 28px;
  font-size: 20px;
  border: 1px solid #e0e0e0;
  border-radius: 6px;
  box-shadow: 0 2px 0 rgb(0 0 0 / 0.13);
}

.point__bottom-flex-border::before,
.point__bottom-flex-border::after {
  position: absolute;
  top: 50%;
  right: 100%;
  width: 0;
  height: 0;
  pointer-events: none;
  content: '';
  border: solid transparent;
}

.point__bottom-flex-border::before {
  margin-top: -9px;
  margin-right: 1px;
  border: 0 solid transparent;
  border-top-width: 18px;
  border-right: 27px solid #e0e0e0;
  border-bottom: 16px solid black;
  border-bottom-width: 0;
}

.point__bottom-flex-border::after {
  margin-top: -8px;
  filter: drop-shadow(0 2px 0 rgb(0 0 0 / 0.13));
  border: 0 solid transparent;
  border-top-width: 15px;
  border-right: 24px solid #fff;
  border-bottom-width: 0;
}

.point__text-contents {
  width: 55%;
}

.point__subtitle {
  font-size: 2.063em;
  font-weight: 700;
}

.point__text-small {
  margin-top: 1em !important;
  font-size: 1em !important;
}

.point__text-contents p {
  margin-top: 2em;
  font-size: 1.25em;
}

.point__image-text {
  display: flex;
  gap: 1.25em;
  justify-content: center;
}

.point__image-text i {
  position: relative;
  display: block;
  padding: 0.938em 1.75em;
  text-align: left;
  background-color: #fff;
  border: 1px solid #e0e0e0;
  border-radius: 6px;
  box-shadow: 0 2px 0 #000;
}

.point__image-text i::before {
  position: absolute;
  top: 50%;
  left: -24px;
  width: 0;
  height: 0;
  content: '';
  border: 1px solid #e0e0e0;
  border-color: transparent #fff transparent transparent;
  border-style: solid;
  border-width: 9px 37px 9px 0;
  transform: rotate(-28deg);
}

.point__image {
  display: block;
  width: 100%;
  height: auto;
  margin: 1.625em auto 0;
}

.point__sentense {
  margin: 2.375em 0 1.5em;
  margin-top: 2.375em;
  font-size: 1.25em;
  text-align: center;
}

.point__flex-day {
  display: flex;
  gap: 2.5em;
  margin-top: 3.125em;
}

.point__flex-day-sentense {
  font-size: 1.25em;
}

.point__flex-day dl {
  width: 100%;
  max-width: 464px;
  overflow: hidden;
  border: 1px solid #e0e0e0;
  border-radius: 12px;
}

.point__flex-day dt {
  padding: 0.75em 0;
  font-size: 1.22em;
  font-weight: 700;
  color: #fff;
  text-align: center;
  background-color: #f05187;
}

.point__flex-day span {
  font-size: 0.93em;
}

.point__flex-day dd {
  padding: 1.375em 0 1.125em;
  background-color: #f3f6f7;
}

.point__text-under {
  margin-top: 1.25em;
  font-weight: 700;
  text-align: center;
}

.point__flex-day img {
  display: block;
  width: 80%;
  height: auto;
  margin: 0 auto;
}

.point__text-under span {
  background: linear-gradient(transparent 60%, #f6d55c 0%);
}

.point__flex-graph {
  display: flex;
  gap: 3%;
  align-items: center;
  justify-content: center;
  padding: 1.875em 0.5em;
  margin: 4em auto;
  margin-top: 4em;
  overflow: hidden;
  background-color: #fff8f5;
  border: 2px solid #e0e0e0;
  border-radius: 12px;
}

.point__flex-graph div {
  width: 30%;
}

.point__flex-graph img {
  display: block;
  width: 100%;
  max-width: 203px;
  height: auto;
  margin: 0 auto;
}

.point__flex-graph p {
  padding-bottom: 1em;
  font-size: 2em;
  font-weight: 500;
}

.point__flex-graph span {
  display: block;
  margin-top: 0.75em;
  font-size: 0.813em;
}

.point__flex-amount {
  display: flex;
  width: 100%;
  margin-top: 3.125em;
  margin-bottom: 1.75em;
  border: 2px solid #f05187;
  border-radius: 12px;
}

.point__flex-amount li {
  width: 20%;
  padding: 22px 0;
  font-size: 1.875em;
  font-weight: 700;
  text-align: center;
}

.point__flex-amount li:not(:first-child) {
  border-left: 2px solid #f05187;
}

.point__surgery-text-contents {
  width: 51%;
}

.point__surgery-text-contents p {
  font-size: 1.25em;
}

.point__surgery-text-contents span {
  display: block;
  margin: 0.5em 0 1.5em;
}

.point__surgery {
  margin-top: 3.438em;
}

.point__surgery-flex {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  width: 100%;
  margin-top: 3.5em;
}

.point__surgery-unit {
  width: 48%;
  max-width: 405px;
  overflow: hidden;
  border: 1px solid #f05187;
  border-radius: 6px;
}

.point__surgery-unit h4 {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.625em 0;
  font-size: 1.5em;
  font-weight: 500;
  color: #fff;
  background-color: #f05187;
}

.point-surgery-item {
  display: flex;
  align-items: center;
  padding: 15px 20px;
  font-weight: 500;
}

.point-surgery-item:first-child {
  border-bottom: 1px dashed #f05187;
}

.point-surgery-item__ttl {
  flex: 0 0 120px;
}

.point__surgery-unit p {
  margin-left: 1.875em;
  font-size: 1.25em;
}

.link__flex {
  display: flex;
  gap: 2.813em;
  align-items: center;
  justify-content: left;
  margin-top: 3.75em;
}

.point__image-wrapper {
  margin-top: 3.75em;
  border-top: 2px solid #e0e0e0;
}

.point__image-wrapper img {
  display: block;
  width: 100%;
  height: auto;
  margin: 2.5em auto;
}

.point__cancer {
  margin-top: 3.75em;
}

.point__cancer-contents {
  display: flex;
  width: 100%;
  margin-top: 2.5em;
  overflow: hidden;
  border: 2px solid #f05187;
  border-radius: 12px;
}

.point__cancer-contents-title {
  width: 100%;
  max-width: 267px;
  background-color: #f05187;
}

.point__cancer-contents-title span {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  font-size: 1.75em;
  font-weight: 700;
  color: #fff;
}

.point__cancer-contents-detail {
  width: 100%;
  padding: 1em 0.3em 1em 1.75em;
}

.point__cancer-contents-detail li {
  font-size: 1.5em;
}

.point__cancer-contents-detail p {
  margin-top: 0.875em;
  font-size: 1.5em;
  font-weight: 700;
}

.point__cancer-contents-detail span {
  font-size: 1.25em;
}

.point__cancer-flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 3.25em;
}

.point__cancer-first {
  width: 100%;
  max-width: 384px;
  min-height: 362px;
  overflow: hidden;
  border: 1px solid #d3d4d3;
  border-radius: 12px;
}

.point__cancer-first dd {
  padding: 3.438em 2.375em 5.125em;
}

.point__cancer-second dd {
  padding: 1em 2.75em 2em;
}

.point__cancer-first dt {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.5em 0;
  font-size: 1.5em;
  background-color: #d3d4d3;
}

.point__cancer-first img {
  display: block;
  margin: 0 auto;
}

.point__cancer-first p {
  margin-top: 2.375em;
}

.point__cancer-second {
  width: 100%;
  max-width: 458px;
  min-height: 362px;
  overflow: hidden;
  border: 1px solid #d3d4d3;
  border-radius: 12px;
}

.point__cancer-second dt {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.5em 0;
  font-size: 1.5em;
  background-color: #d3d4d3;
}

.point__cancer-second span {
  display: block;
  margin: 0 auto;
  font-size: 1.5em;
  font-weight: 500;
  color: #f05187;
  text-align: center;
}

.point__cancer-second img {
  display: block;
  width: 100%;
  height: auto;
  margin: 1em auto 0;
}

.point__cancer-second p {
  margin-top: 1em;
}

.point__disease {
  margin-top: 3.75em;
}

.point__disease-contents {
  position: relative;
  width: 65%;
  max-width: 586px;
  margin-top: 2.875em;
  overflow: hidden;
  border: 1px solid #d3d4d3;
  border-radius: 12px;
}

.point__disease-flex img {
  width: 28%;
  height: auto;
}

.point__disease-flex {
  display: flex;
  align-items: center;
}

.point__disease-pc {
  margin-bottom: 2em;
  margin-left: -0.5em;
}

.point__disease-contents dt {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.5em 0;
  font-size: 1.5em;
  font-weight: 700;
  background-color: #f0f1f0;
}

.point__disease-contents dd {
  padding: 1.5em 1.875em 1.375em;
}

.point__disease-contents ul {
  display: flex;
  gap: 16px;
}

.point__disease-contents li {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: calc(33.33%);
  padding: 1.5em 0;
  font-size: 1.5em;
  font-weight: 500;
  text-align: center;
  background-color: #fcf6f0;
  border: 1px solid #e0e0e0;
  border-radius: 6px;
}

.point__disease-contents span {
  display: block;
  font-size: 0.8em;
  font-weight: 300;
}

.point__disease-note {
  margin-top: 0.5em;
  font-size: 1em;
  color: #777;
}

.point__disease-list {
  margin-top: 1.375em;
}

.point__advanced {
  margin-top: 2.625em;
}

.point__advanced-text {
  margin-top: 1.5em;
  font-size: 1.5em;
}

.arrow__sp {
  display: none;
}

.disease__text-sp {
  display: none;
}

@media screen and (max-width: 968px) {
  .point__flex {
    flex-direction: column;
  }

  .point__flex-title {
    width: 100%;
  }

  .point__flex-detail {
    width: 100%;
  }

  .point__flex-example {
    flex-direction: column;
    gap: 10px;
  }

  .point__flex-example-icon {
    transform: rotate(90deg);
  }

  .point_flex-example-wrapper {
    width: 100%;
    max-width: 100%;
    min-height: auto;
    padding-bottom: 0.75em;
  }

  .point__flex-price-wraper {
    width: 100%;
    max-width: 100%;
    min-height: auto;
  }

  .point__cancer-first dt {
    font-size: 2vw;
  }

  .point__cancer-second dt {
    font-size: 2vw;
  }

  .point__image-women {
    width: 30%;
    max-width: 186px;
    max-height: 129px;
    margin-top: 10em;
  }

  .point__text-contents {
    width: 70%;
  }

  .point__subtitle {
    white-space: nowrap;
  }

  .point__flex-day {
    flex-direction: column;
    gap: 1.25em;
  }

  .point__flex-day dl {
    max-width: 100%;
  }

  .point__flex-day dl {
    width: 100%;
  }

  .point__surgery-flex {
    flex-direction: column-reverse;
    gap: 1em;
  }

  .point__surgery-unit {
    width: 100%;
    max-width: 405px;
    margin: 0 auto;
  }

  .point__surgery-text-contents {
    width: 100%;
  }

  .point__cancer-first dd {
    padding: 3.438em 0.5em 5.125em;
  }

  .point__cancer-second dd {
    padding: 1em 0.5em 2em;
  }
}

@media screen and (min-width: 768px) {
  .disease__text-pc {
    z-index: 1;
    margin-top: -25px;
    margin-left: -10px;
  }
}

@media screen and (max-width: 767px) {
  .point {
    padding: 8.75em 1.5em;
  }

  .point__inner-top,
  .point__inner-middle,
  .point__inner-bottom {
    padding-right: 2.5em;
    padding-bottom: 4em;
    padding-left: 2.5em;
  }

  .point__inner-middle,
  .point__inner-bottom {
    margin-top: 6.667em;
  }

  .point__title {
    font-size: 2.5em;
  }

  .point__title br {
    display: none;
    content: '';
  }

  .point__flex-detail {
    padding: 1.1875em 1em 1em;
  }

  .point__advanced-text {
    font-size: 1.25em;
  }

  .point__flex-detail-sentence {
    font-size: 1em;
  }

  .point__text-bold {
    font-size: 1.25em;
  }

  .point__flex-detil img {
    width: 100%;
    max-width: 180px;
  }

  .point__flex-contents img {
    width: 100%;
    max-width: 160px;
    height: auto;
  }

  .point__title-border {
    padding-left: 0.85em;
    font-size: 1.8em;
    border-left: 9px solid #f05187;
  }

  .point__title-border br {
    display: none;
    content: '';
  }

  .point__flex-day-sentense {
    font-size: 1.2em;
  }

  .point__flex-graph p {
    font-size: 1.533em;
  }

  .point__flex-amount {
    flex-wrap: wrap;
    gap: 12px;
    border: none;
  }

  .point__disease-flex img {
    width: 100%;
  }

  .point__flex-amount li {
    width: 10em;
    font-size: 1em;
    border: 2px solid #f05187;
    border-radius: 6px;
  }

  .link__flex {
    justify-content: right;
  }

  .point__cancer-contents {
    flex-direction: column;
  }

  .point__flex-graph p {
    font-size: 1.733em;
  }

  .point__text-image {
    max-width: 180px;
    height: auto;
  }

  .point__flex-contents {
    gap: 0.667em;
    align-items: flex-end;
  }

  .point__bottom-flex img {
    width: 100%;
    max-width: 95px;
    height: auto;
  }

  .point__bottom-flex-border {
    padding: 10px;
    font-size: 1em;
  }

  .point__cancer {
    margin-top: 1.867em;
  }

  .point__cancer-contents-title {
    max-width: 100%;
  }

  .point__cancer-contents-detail {
    padding: 1.564em 0.3em;
    text-align: center;
  }

  .point__cancer-flex {
    flex-direction: column;
    gap: 0.8em;
    margin-top: 2.133em;
  }

  .point__cancer-first {
    max-width: 510px;
    min-height: auto;
  }

  .point__cancer-first dd {
    display: flex;
    gap: 1.25em;
    align-items: center;
    padding: 1em 1.5em;
  }

  .point__cancer-second {
    max-width: 510px;
    min-height: auto;
  }

  .point__cancer-second img {
    max-width: 80%;
  }

  .point__cancer-second dd {
    padding: 1em 1.5em;
  }

  .point__cancer-first p {
    margin-top: 0;
  }

  .arrow__pc {
    display: none;
  }

  .arrow__sp {
    display: block;
    max-width: 100%;
    height: auto;
  }

  .point__cancer-first dt {
    font-size: 2.6vw;
  }

  .point__cancer-second dt {
    font-size: 2.6vw;
  }

  .disease__text-pc {
    display: none;
  }

  .disease__text-sp {
    display: block;
    width: 100%;
    max-width: 314px;
    height: auto;
  }

  .point__disease-contents {
    width: 100%;
    max-width: 510px;
  }

  .point__disease-flex {
    flex-direction: column;
  }

  .point__disease-contents li {
    font-size: 1.267em;
  }

  .point__flex-detail br {
    display: none;
    content: '';
  }

  .point__icons img {
    width: 35px;
  }
}
@media screen and (max-width: 560px) {
  .point {
    padding: 6.667em 1em 4.533em;
  }

  .point__inner-top,
  .point__inner-middle,
  .point__inner-bottom {
    padding-right: 1em;
    padding-bottom: 1em;
    padding-left: 1em;
  }

  .point__title {
    font-size: 1.733em;
    text-align: left;
  }

  .point__inner-top::after,
  .point__inner-middle::after,
  .point__inner-bottom::after {
    top: -30px;
    width: 70px;
    height: 70px;
  }

  .point__flex-title span {
    font-size: 1.143em;
  }

  .point__flex-detail-sentence {
    font-size: 0.714em;
  }

  .point__flex-texts {
    width: 52%;
  }

  .point__bottom-flex {
    gap: 20px;
  }

  .point__bottom-flex img {
    width: 72px;
  }

  .point__bottom-flex-border::before {
    border-right: 16px solid #e0e0e0;
  }

  .point__bottom-flex-border::after {
    border-right: 13px solid #fff;
  }

  .point__bottom-flex-border {
    padding: 0.4em;
    font-size: 0.867em;
  }

  .point__flex-day {
    margin-top: 2em;
  }

  .point__flex-detail {
    padding-right: 0.5em;
    padding-left: 0.5em;
  }

  .point__flex-graph {
    flex-direction: column;
    margin: 1.2em 0 2em;
  }

  .point__flex-graph div {
    width: 100%;
  }

  .point__flex-graph p {
    font-size: 1.143em;
  }

  .point__flex-graph span {
    text-align: center;
  }

  .point__flex-graph p br {
    display: none;
    content: '';
  }

  .point__flex-amount {
    margin: 1.467em auto;
  }

  .point__surgery {
    margin-top: 2em;
  }

  .point__surgery-flex {
    margin-top: 2em;
  }

  .point__text-bold {
    white-space: nowrap;
  }

  .point_flex-example-wrapper b,
  .point__flex-price-wraper b {
    padding: 0.5em 0;
    font-size: 1.143em;
  }

  .point_flex-example-wrapper li {
    font-size: 1em;
  }

  .point__flex-price-noraml p {
    font-size: 2.857vw;
  }

  .point__flex-price p {
    font-size: 2.857vw;
  }

  .point__flex-price-contents span {
    font-size: 2.857vw;
  }

  .point__flex-detail-text {
    font-size: 1.143em;
  }

  .point__subtitle {
    font-size: 1.6em;
    white-space: nomal;
  }

  .point__flex-contents img {
    max-width: 130px;
    margin-bottom: 1.25em;
  }

  .point__advanced-text {
    margin-top: 1.333em;
    font-size: 1em;
  }

  .point__image-wrappe {
    border-top: none;
  }

  .point__text-contents img {
    height: auto;
  }

  .point__text-contents p {
    font-size: 1em;
  }

  .point__text-contents {
    width: 55%;
  }

  .point__image-women {
    width: 42%;
  }

  .point__image {
    height: auto;
  }

  .point__title-border,
  .point__flex-day dt {
    font-size: 1.143em;
  }

  .point__cancer-contents-title span {
    padding: 0.625em 0;
    font-size: 1em;
  }

  .point__cancer-contents-detail {
    padding-right: 1em;
    padding-left: 1em;
  }

  .point__cancer-contents-detail ul {
    text-align: left;
  }

  .point__sentense {
    font-size: 0.867em;
    text-align: left;
  }

  .point__sentense br {
    display: none;
    content: '';
  }

  .point__note,
  .point__list,
  .point__text-under,
  .point__flex-day-sentense {
    font-size: 1em;
  }

  .point__surgery-unit h4 {
    font-size: 0.857em;
  }

  .point__surgery-unit li {
    font-size: 0.933em;
  }

  .point__surgery-unit p {
    margin-left: 0.875em;
  }

  .point__surgery-text-contents p {
    font-size: 1em;
  }

  .point__surgery-text-contents span {
    font-size: 1em;
  }

  .link__flex {
    gap: 6px;
    margin-top: 0.3em;
    font-size: 2.85vw;
  }

  .point__image-wrapper {
    margin-top: 0;
    border-top: none;
  }

  .point__cancer-first dt {
    font-size: 1.143em;
  }

  .point__cancer-second dt {
    font-size: 1.143em;
  }

  .point__image-wrapper img {
    width: 95%;
    margin-top: 1.625em;
    margin-bottom: 0;
  }

  .point__cancer-contents-detail li,
  .point__cancer-contents-detail p {
    font-size: 1rem;
  }

  .point__cancer-first p,
  .point__cancer-second p {
    font-size: 1em;
  }

  .point__cancer-second span {
    font-size: 3.75vw;
  }

  .point__disease {
    margin-top: 2.8em;
  }

  .point__disease-contents {
    margin-top: 1.867em;
  }

  .point__disease-contents dt {
    font-size: 1.143em;
  }

  .point__disease-contents li {
    font-size: 3.39vw;
  }

  .point__disease-note {
    font-size: 2.85vw;
  }

  .point__disease-list {
    font-size: 1em;
  }

  .point__flex {
    margin-top: 2em;
  }

  .point__flex:last-child {
    margin-top: 0.866em;
  }
}

@media screen and (max-width: 375px) {
  .point__flex-amount li {
    width: 8em;
  }

  .point__text-under {
    padding: 0 0.5em;
    text-align: left;
  }

  .point__text-under br {
    display: none;
    content: '';
  }
}

.amount {
  width: 100%;
  background-color: #fff;
}

.amount__inner {
  width: 100%;
  max-width: 1080px;
  padding: 3.75em;
  margin: 0 auto;
}

.amount__flex {
  display: flex;
  gap: 1.625em;
  width: 100%;
  margin-top: 3.125em;
}

.amount__image-pc {
  width: 100%;
  height: auto;
}

.amount__image-sp {
  display: none;
}

.amount__title {
  display: inline-block;
  width: 100%;
  font-size: 2.625em;
  text-align: center;
}

.amount__title span {
  display: block;
  font-size: 0.476em;
}

@media screen and (max-width: 968px) {
  .amount__flex {
    margin-top: 2em;
  }
}

@media screen and (max-width: 767px) {
  .amount__title {
    font-size: 2.667em;
  }

  .amount__inner {
    padding: 2.267em;
  }

  .amount__image-pc {
    display: none;
  }

  .amount__image-sp {
    display: block;
    width: 100%;
    height: auto;
  }

  .amount__flex {
    gap: 1.333em;
  }
}

@media screen and (max-width: 560px) {
  .amount__title {
    font-size: 1.733em;
  }

  .amount__inner {
    padding-right: 1.5em;
    padding-left: 1.5em;
  }

  .amount__flex {
    gap: 0.75em;
  }

  .amount__recommend-title span {
    font-size: 3.57vw;
  }

  .amount__economy-title span {
    font-size: 3.57vw;
  }

  .amount th {
    font-size: 2.85vw;
  }

  .amount td {
    font-size: 2.85vw;
  }

  .amount__recommend img {
    max-width: 9.26vw;
  }

  .amount__economy img {
    max-width: 9.26vw;
  }
}

.apply {
  z-index: 1;
  width: 100%;
  padding: 4.5em 0 4.25em;
  background-color: rgba(240, 81, 135, 0.04);
  border-top: 1px solid #e0e0e0;
  border-bottom: 1px solid #e0e0e0;
}

.apply__inner {
  z-index: 1;
  width: 100%;
  max-width: 1080px;
  padding: 0 3.75em;
  margin: 0 auto;
}

.apply h2 {
  font-size: 2.375em;
  font-weight: 700;
  text-align: center;
}

.apply h3 {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 2.25em;
  font-size: 1.125em;
  color: #fff;
  text-align: center;
  background-color: #f05187;
}

.apply__first::before,
.apply__second::before,
.apply__third::before {
  position: absolute;
  left: 15px;
  width: 20px;
  height: 20px;
  content: '';
  background-image: url(/agent/product/medicalwomen/img/title_number01.png);
  background-repeat: no-repeat;
  background-size: contain;
}

.apply__second::before {
  background-image: url(/agent/product/medicalwomen/img/title_number02.png);
}

.apply__third::before {
  background-image: url(/agent/product/medicalwomen/img/title_number03.png);
}

.apply ul {
  display: flex;
  gap: 16px;
  justify-content: center;
  margin-top: 3em;
}

.apply li {
  position: relative;
  width: 33.33%;
  max-width: 270px;
  background-color: #fff;
  border: 2px solid #f05187;
  border-radius: 6px;
}

.apply__list-customer,
.apply__list-company {
  position: relative;
  display: inline-block;
}

.apply__list-customer::before,
.apply__list-company::before {
  position: absolute;
  top: 50%;
  left: 100%;
  z-index: 1;
  width: 0;
  height: 0;
  margin-top: -20px;
  margin-left: 1px;
  pointer-events: none;
  content: '';
  border: solid transparent;
  border-color: rgba(240, 83, 136, 0);
  border-top-width: 20px;
  border-right-width: 26px;
  border-bottom-width: 20px;
  border-left-color: #f05187;
  border-left-width: 26px;
}

.apply__list-customer::after,
.apply__list-company::after {
  position: absolute;
  top: 50%;
  left: 99.8%;
  z-index: 2;
  width: 0;
  height: 0;
  margin-top: -19px;
  pointer-events: none;
  content: '';
  border: solid transparent;
  border-color: rgba(238, 238, 238, 0);
  border-top-width: 19px;
  border-right-width: 25px;
  border-bottom-width: 19px;
  border-left-color: #fff;
  border-left-width: 25px;
}

.apply_icon {
  width: 100%;
  margin-top: 1.688em;
}

.apply__text-bold {
  margin-top: 0.63em;
  font-size: 1.125em;
  font-weight: 700;
  text-align: center;
}

.apply__text {
  margin-top: 0.875em;
  text-align: center;
}

.apply__detail {
  padding: 0 1em 1rem;
}

.apply__note {
  display: flex;
  gap: 4px;
  padding: 0.3em;
  overflow: hidden;
  background-color: #fff4f6;
  border: 0.5px solid #f03;
  border-radius: 3px;
}

.apply__note p {
  font-size: 0.625em;
}
@media screen and (max-width: 968px) {
  .apply h3 {
    font-size: 1.85vw;
  }

  .apply_image img {
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .apply__inner {
    padding: 0 1.5em;
  }
}

@media screen and (max-width: 560px) {
  .apply {
    padding: 1.667em 0 1.867em;
  }

  .apply h2 {
    font-size: 1.733em;
    text-align: left;
  }

  .apply ul {
    flex-direction: column;
    gap: 28px;
    align-items: center;
    margin-top: 1.467em;
  }

  .apply li {
    width: 100%;
    max-width: 460px;
    border-color: #c6c6c6;
  }

  .apply h3 {
    font-size: 1.143em;
    border-radius: 6px 6px 0 0;
  }

  .apply__first::before,
  .apply__second::before,
  .apply__third::before {
    width: 27px;
    height: 27px;
  }

  .apply__detail {
    padding-bottom: 1.5em;
  }

  .apply__text-bold {
    font-size: 1.143em;
  }

  .apply__text {
    font-size: 1em;
  }

  .apply__note {
    margin-top: 1em;
  }

  .apply__note p {
    font-size: 11px;
  }

  .apply__list-customer {
    height: 320px;
  }

  .apply__list-customer::before,
  .apply__list-company::before {
    position: absolute;
    top: 100%;
    left: 50%;
    box-sizing: border-box;
    width: 0;
    height: 0;
    margin-top: 1px;
    margin-left: -20px;
    pointer-events: none;
    content: '';
    border: solid transparent;
    border-color: rgba(12, 108, 108, 0);
    border-top-color: #c6c6c6;
    border-top-width: 24px;
    border-right-width: 20px;
    border-bottom-width: 24px;
    border-left-width: 20px;
  }

  .apply__list-customer::after {
    position: absolute;
    top: 105.7%;
    left: 50%;
    box-sizing: border-box;
    width: 0;
    height: 0;
    margin-left: -19px;
    pointer-events: none;
    content: '';
    border: solid transparent;
    border-color: rgba(238, 238, 238, 0);
    border-top-color: #fff;
    border-top-width: 23px;
    border-right-width: 19px;
    border-bottom-width: 23px;
    border-left-width: 19px;
  }

  .apply__list-company::after {
    position: absolute;
    top: 105.4%;
    left: 50%;
    box-sizing: border-box;
    width: 0;
    height: 0;
    margin-left: -19px;
    pointer-events: none;
    content: '';
    border: solid transparent;
    border-color: rgba(238, 238, 238, 0);
    border-top-color: #fff;
    border-top-width: 23px;
    border-right-width: 19px;
    border-bottom-width: 23px;
    border-left-width: 19px;
  }
}

.notes {
  width: 100%;
  padding: 4.25em;
  background-color: #f3f6f7;
}

.notes__inner {
  width: 100%;
  max-width: 1080px;
  padding: 3em 3.75em;
  margin: 0 auto;
  background-color: #fff;
  border: 2px solid #e0e0e0;
  border-radius: 12px;
}

.notes h2 {
  display: flex;
  gap: 0.563em;
  align-items: center;
  justify-content: center;
  font-size: 1.75em;
  font-weight: 700;
}

.notes h3 {
  padding-left: 0.875em;
  font-size: 1.375em;
  font-weight: 700;
  border-left: 8px solid #f05187;
}

.notes__list {
  margin-top: 3.125em;
}

.notes ul {
  padding-left: 1.3em;
}

.notes li {
  position: relative;
  margin-top: 10px;
}

.notes li::before {
  position: absolute;
  top: 0.6em;
  left: -1.25em;
  display: block;
  width: 5px;
  height: 5px;
  content: '';
  background: #333;
  border-radius: 50%;
}

.notes__flex {
  display: flex;
  gap: 1.5em;
  align-items: center;
}

.notes__flex img {
  width: 50%;
  max-width: 416px;
  height: 100%;
  height: auto;
  margin-top: 1.5em;
}

.notes__text-flex {
  display: flex;
  gap: 1.625em;
  width: 100%;
  margin-top: 1em;
}

.notes__text-flex li {
  margin-top: 0;
}

.notes__text {
  margin-top: 1.25em;
}

.apply__link {
  display: flex;
  gap: 0.625em;
  align-items: center;
  margin-top: 1.25em;
  font-size: 1.125em;
  font-weight: 500;
  color: #3b55d9;
  text-decoration: underline;
}

.apply__link:hover {
  color: #f05187;
}

.apply__link span {
  font-size: 1.125em;
  font-weight: 500;
  color: #3b55d9;
}

@media screen and (max-width: 968px) {
  .notes__inner {
    padding: 2.625em 2em;
  }
}

@media screen and (max-width: 767px) {
  .notes {
    padding: 2em 1.5em 4.375em;
  }

  .notes__flex {
    flex-direction: column;
    gap: 1em;
    align-items: center;
  }

  .notes__flex img {
    width: 100%;
    max-width: 580px;
    height: auto;
  }

  .apply__link {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 50px;
    font-size: 1em;
    font-weight: 500;
    white-space: nowrap;
    background-color: #fff;
    border: solid 1px #50e3c2;
    border-radius: 3px;
    transition: color 0.15s ease-out 0s;
  }

  .apply__link span {
    color: #333;
  }
}

@media screen and (max-width: 560px) {
  .notes {
    padding-right: 1em;
    padding-left: 1em;
  }

  .notes__inner {
    padding-right: 1em;
    padding-left: 1em;
  }

  .notes h2 {
    font-size: 1.733em;
  }

  .notes h3 {
    font-size: 1.143em;
  }

  .notes__list {
    margin-top: 1.5em;
  }

  .notes li {
    font-size: 1em;
  }

  .notes__flex {
    gap: 0;
  }

  .notes p {
    font-size: 0.867em;
  }

  .notes__text-flex {
    gap: 0.785em;
  }

  .notes__text-flex p {
    width: 20%;
  }

  .notes__text-flex ul {
    width: 80%;
  }
}

/* コンタクト */

footer {
  width: 100%;
  padding-top: 40px;
  padding-bottom: 90px;
}

.footer__button {
  display: block;
  width: 675px;
  max-width: 100%;
  margin: 0 auto;
}

.footer__inner {
  width: 100%;
  padding: 3.125em 0 3.75em;
  margin-top: 3.75em;
  background-color: #f05187;
}

.footer__flex {
  display: flex;
  gap: 1.625em;
  justify-content: center;
  max-width: 1080px;
  padding: 0 3.75em;
  margin: 0 auto;
}

.footer__contents {
  width: 50%;
  padding: 2.25em 1em 2.625em;
  background-color: #fff;
  border-radius: 12px;
}

.footer__contents h3 {
  font-size: 1.25em;
  font-weight: 500;
  text-align: center;
}

.footer__contents img {
  display: inline-block;
  width: 100%;
  margin-top: 1.25em;
  text-align: center;
}

.footer__contents p {
  margin-top: 1.25em;
  font-size: 1em;
}

.footer__contents strong {
  display: inline-block;
  width: 100%;
  margin-top: 1em;
  font-size: 1.75em;
  text-align: center;
}

.footer__bottom {
  width: 100%;
  max-width: 1080px;
  padding: 0 3.75em;
  margin: 0 auto;
}

.footer__bottom p {
  margin-top: 1.563em;
  color: #fff;
  text-align: right;
}

.footer__bottom-flex {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}

.footer__list-flex {
  display: flex;
}

.footer__time {
  padding-right: 10px;
  padding-left: 40px;
  text-align: left;
}

.footer__addr {
  text-align: center;
}

.footer__list-flex li {
  position: relative;
  padding-right: 1.5em;
}

.footer__list-flex li:not(:first-child) {
  position: relative;
  padding: 0 1.5em;
}

.footer__list-flex li:not(:last-child)::after {
  position: absolute;
  top: 0.3em;
  right: -1px;
  width: 1px;
  height: 1em;
  content: '';
  background: #fff;
}

.footer__list-flex li:last-child {
  padding-right: 0;
}

.footer__list-flex a {
  color: #fff;
}

@media screen and (max-width: 1000px) {
  .footer__bottom-flex {
    flex-direction: column;
    align-items: center;
  }
}

@media screen and (max-width: 767px) {
  .footer__flex {
    flex-direction: column;
    align-items: center;
    margin-top: 3.125em;
  }

  .footer__contents {
    width: 100%;
    max-width: 580px;
  }

  .footer__button {
    display: flex;
    justify-content: center;
    width: 90%;
  }

  .footer__bottom p {
    text-align: center;
  }
}

@media screen and (max-width: 767px) {
  .footer__flex {
    padding-right: 1em;
    padding-left: 1em;
  }

  .footer__bottom {
    padding: 0;
  }

  .footer__contents {
    padding-right: 0.5em;
    padding-left: 0.5em;
  }
}

@media screen and (max-width: 560px) {
  .footer__contents strong {
    font-size: 1.44em;
  }
}

.float {
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 10;
  display: flex;
  justify-content: center;
  width: 100%;
  padding: 0.8em 0;
  background: #fff;
  transition: transform 0.3s ease-in-out 0s;
  transform: translateY(110%);
}

.bottom__button {
  display: flex;
  justify-content: center;
  width: 100%;
}

.float.kc-visible {
  transform: translateY(0);
}

.bottom__button span {
  font-size: 28px;
}

.bottom__button .button {
  justify-content: space-around;
  max-width: 560px;
  min-height: 0;
  max-height: 65px;
  padding: 0.62em 0;
  border-radius: 36px;
}

.bottom__button .button b {
  width: 46px;
  height: 46px;
  font-size: 14px;
}

@media screen and (max-width: 767px) {
  .bottom__button {
    width: 90%;
  }
}

@media screen and (max-width: 560px) {
  .bottom__button .button {
    max-height: 3.5em;
  }

  .bottom__button b {
    margin-left: 0;
    font-size: 1em;
  }

  .bottom__button span {
    font-size: 1.4em;
  }
}

/* SMCC */

.Responsive {
  width: 100%;
  max-width: 1080px;
  margin: 0 auto;
}

.SMCC-header-content {
  padding: 0 8px;
}

.SMCC-header-content__lnk img {
  max-width: 242px;
  height: auto;
}

.SMCC-header-content__txt {
  padding-bottom: 8px;
  font-size: 11px;
}

.SMCC-description {
  max-width: 330px;
  margin: 28px auto 0;
  font-size: 12px;
}

@media screen and (min-width: 768px) {
  .SMCC-header-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0;
  }

  .SMCC-header-content__lnk {
    font-size: 18px;
  }

  .SMCC-header-content__lnk img {
    max-width: 319px;
  }

  .SMCC-header-content__txt {
    padding-bottom: 0;
    margin-bottom: 0;
    font-size: 14px;
  }

  .SMCC-description {
    max-width: 570px;
    padding-bottom: 12px;
    font-size: 16px;
  }
}

/* END: SMCC */
