@charset "UTF-8";
/*------------------------------------------------------------------
  color set
------------------------------------------------------------------*/
/* mv copy */
/*------------------------------------------------------------------
  Typography
------------------------------------------------------------------*/
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Noto+Serif+JP:wght@200..900&?family=Herr+Von+Muellerhoff&family=League+Spartan:wght@100..900&display=swap");
/* ***********************************
 *    Ire's CSS Reset & Base
 * *********************************** */
/* Reset margin, padding, border */
html, body,
h1, h2, h3, h4, h5, h6,
a, p, span,
em, small, strong,
sub, sup,
mark, del, ins, strike,
abbr, dfn,
blockquote, q, cite,
code, pre,
ol, ul, li, dl, dt, dd,
div, section, article,
main, aside, nav,
header, hgroup, footer,
img, figure, figcaption,
address, time,
audio, video,
iframe,
details, summary,
fieldset, form, label, legend,
table, caption,
tbody, tfoot, thead,
tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
*:before, *:after {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

a {
  color: inherit;
}
a:visited {
  color: inherit;
}

/* Layout */
article,
aside,
footer,
header,
nav,
section,
main {
  display: block;
}

/* Elements */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

ol, ul {
  list-style: none;
}

img, video {
  max-width: 100%;
}

img {
  border-style: none;
  vertical-align: bottom;
}

blockquote {
  quotes: none;
}
blockquote:after, blockquote:before {
  content: "";
  content: none;
}

q {
  quotes: none;
}
q:after, q:before {
  content: "";
  content: none;
}

/* Word wrapping for text elements */
p, li, td, th, dd, dt, figcaption, blockquote, address, li {
  word-wrap: break-word;
  overflow-wrap: break-word;
}

/* Attributes & states */
[hidden] {
  display: none !important;
}

[disabled] {
  cursor: not-allowed;
}

:focus:not(:focus-visible) {
  outline: none;
}

/* Utility classes */
.sr-only {
  position: absolute;
  clip: rect(1px, 1px, 1px, 1px);
  left: -9999px;
  top: -9999px;
}

/* Form controls reset */
button,
input,
textarea,
select {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

/*下記は過去スタイル破棄*/
@view-transition {
  navigation: auto;
}
html {
  font-size: 62.5%;
  line-height: 1.6;
  scroll-behavior: smooth;
}

body {
  color: #2D2D2E;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "Osaka", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 16px;
  font-optical-sizing: auto;
  font-style: normal;
  letter-spacing: 0.2px;
  font-display: fallback;
  position: relative;
}

a:link {
  color: #2D2D2E;
}
a:visited {
  color: #2D2D2E;
}
a:hover {
  color: #2D2D2E;
}

.c {
  /*------------------------------------------------------------------
    header
  ------------------------------------------------------------------*/
}
.c_hd_wrap {
  background-color: #fff;
  -webkit-box-shadow: 0.2rem 0.2rem 3rem rgba(0, 0, 0, 0.2);
          box-shadow: 0.2rem 0.2rem 3rem rgba(0, 0, 0, 0.2);
  padding: 0.4rem;
  position: fixed;
  width: 100%;
  z-index: 10;
  top: 0;
  left: 0;
}
@media screen and (min-width: 768px) {
  .c_hd_wrap {
    padding: 1rem 0;
  }
}
.c_hd_inner {
  margin: auto;
  max-width: 98rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.c_hd_logo {
  display: block;
  line-height: 0;
  padding: 0.8rem 0 0.8rem 1rem;
  width: min(51.282vw, 20rem);
  max-width: 100%;
}
@media screen and (min-width: 768px) {
  .c_hd_logo {
    max-width: 41rem;
    padding: 2rem 3rem;
    width: 100%;
  }
}
.c_hd_logo__wrap {
  width: 52%;
}
@media screen and (min-width: 768px) {
  .c_hd_logo__wrap {
    width: 50%;
  }
}
.c_hd_menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  /*padding-left: min(8vw,15.4rem);*/
  text-align: right;
  /*width: 50%;*/
}
@media screen and (min-width: 768px) {
  .c_hd_menu {
    padding: 1rem 0;
    padding-left: min(8vw, 15.4rem);
  }
}
.c_hd_link__wrap {
  padding-right: 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  line-height: 1em;
}
.c_hd_link__wrap span {
  display: none;
}
@media screen and (min-width: 768px) {
  .c_hd_link__wrap span {
    display: inline-block;
  }
}
.c_hd_link__item {
  background: url(../img/icon_hd__map.svg) no-repeat center 0.8rem/3rem;
  padding: 0 1rem;
  min-width: 3.2rem;
  margin-left: 1rem;
}
@media screen and (min-width: 768px) {
  .c_hd_link__item {
    background: url(../img/icon_hd__map.svg) no-repeat center 0.8rem/2.8rem;
    margin-left: 0;
    padding: 0.7rem 1rem;
  }
  .c_hd_link__item:first-child {
    border-right: 0.1rem solid #ddd;
  }
}
.c_hd_link__item a {
  display: block;
  font-size: 1.2rem;
  padding-top: 2.5rem;
  text-decoration: none;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .c_hd_link__item a {
    padding-top: 3.4rem;
    width: 8.8rem;
  }
}
.c_hd_link__item.__contact {
  background-image: url(../img/icon_hd_contact.svg);
}
.c_hd_link__item.__link {
  background-image: url(../img/icon_hd_nav03.svg);
}
.c_hd_nav__btn {
  background: #B460A6;
  border-radius: 5rem;
  cursor: pointer;
  height: clamp(4rem, 10.256vw, 6.4rem);
  width: clamp(4rem, 10.256vw, 6.4rem);
  position: relative;
}
@media screen and (min-width: 768px) {
  .c_hd_nav__btn {
    height: 6.4rem;
    width: 6.4rem;
  }
}
.c_hd_nav__btn span {
  display: block;
  border-bottom: 0.2rem solid #fff;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  top: 1.4rem;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  width: 1.3rem;
}
@media screen and (min-width: 768px) {
  .c_hd_nav__btn span {
    top: 2.4rem;
    width: 2rem;
  }
}
.c_hd_nav__btn span:nth-child(2) {
  top: 1.9rem;
}
@media screen and (min-width: 768px) {
  .c_hd_nav__btn span:nth-child(2) {
    top: 3.2rem;
  }
}
.c_hd_nav__btn span:last-child {
  top: 2.4rem;
}
@media screen and (min-width: 768px) {
  .c_hd_nav__btn span:last-child {
    top: 4rem;
  }
}
.c_hd_nav__btn.active {
  right: 0;
  /*position: fixed;*/
  z-index: 101;
}
@media screen and (min-width: 768px) {
  .c_hd_nav__btn.active {
    right: 0;
    /*right: 1rem;*/
  }
}
@media screen and (min-width: 981px) {
  .c_hd_nav__btn.active {
    /*left: calc(50% + 39.2rem);*/
  }
}
.c_hd_nav__btn.active span {
  left: 0;
  right: 0;
  position: absolute;
  padding-top: 0;
  width: 2rem;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  top: 50%;
}
@media screen and (min-width: 768px) {
  .c_hd_nav__btn.active span {
    width: 3rem;
  }
}
.c_hd_nav__btn.active span:nth-child(2) {
  display: none;
}
.c_hd_nav__btn.active span:last-child {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  padding-top: 0;
}
.c_hd_nav__wrap {
  background: #fff;
  color: #B460A6;
  right: -100vw;
  padding: 2rem;
  position: fixed;
  text-align: left;
  top: 0;
  height: 100vh;
  width: 100%;
  z-index: -100;
  opacity: 0;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  overflow: auto;
}
@media screen and (min-width: 768px) {
  .c_hd_nav__wrap {
    background: #f9f6f8;
    padding: 3rem 5rem;
    top: 0;
    width: 50%;
  }
}
.c_hd_nav__wrap.active {
  right: 0;
  opacity: 1;
  z-index: 100;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.c_hd_nav__wrap_inner {
  height: 100%;
  padding-bottom: 2rem;
}
.c_hd_nav__ttl {
  font-size: 3.2rem;
  font-weight: 400;
}
.c_hd_nav__inner {
  max-width: 39rem;
}
@media screen and (min-width: 768px) {
  .c_hd_nav__inner {
    padding-top: 3.8rem;
  }
}
.c_hd_nav__item {
  border-bottom: 1px solid #B460A6;
  color: #B460A6;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1em;
  padding: 1rem 0;
  position: relative;
  /*			@include mq(tb) {
  				display: block;
  			}*/
}
.c_hd_nav__item_link {
  color: #B460A6;
  border-right: 1px solid #ddd;
  display: block;
  padding: 1.25rem 0 0.5rem;
  position: relative;
  text-decoration: none;
  width: min(76.923vw, 30rem);
}
@media screen and (min-width: 768px) {
  .c_hd_nav__item_link {
    width: calc(100% - 4rem);
    /*					border-right: none;
    					width: 100%;*/
  }
}
.c_hd_nav__item_link:before {
  border-right: 2px solid #B474A5;
  border-bottom: 2px solid #B474A5;
  content: "";
  height: 0.6rem;
  right: 1rem;
  position: absolute;
  top: calc(50% - 0.3rem);
  width: 0.6rem;
  -webkit-transform: rotate(315deg);
          transform: rotate(315deg);
}
.c_hd_nav__item_tgl {
  width: 4rem;
}
.c {
  /*------------------------------------------------------------------
    Title
  ------------------------------------------------------------------*/
}
.c_hdline_secTtl {
  color: #AE2D8B;
  line-height: 2.4em;
  padding: 8rem 0rem 4rem;
}
@media screen and (min-width: 768px) {
  .c_hdline_secTtl {
    padding: 10rem 0 6rem;
  }
}
.c_hdline_secTtl__en {
  display: inline-block;
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 1.4em;
  letter-spacing: 0.2rem;
  position: relative;
  padding-left: 2rem;
}
.c_hdline_secTtl__en::before {
  border-bottom: 0.1rem solid #AE2D8B;
  content: "";
  height: 2rem;
  left: 1rem;
  position: absolute;
  top: 0.5rem;
  -webkit-transform: rotate(125deg);
          transform: rotate(125deg);
  width: 2rem;
}
.c_hdline_secTtl__txt {
  display: block;
  font-size: 2.4rem;
  font-family: "Noto Serif JP", serif;
  font-style: normal;
  font-weight: 500;
  margin-top: 1rem;
}
@media screen and (min-width: 768px) {
  .c_hdline_secTtl__txt {
    font-size: 3.2rem;
  }
}
.c_hdline_artTtl {
  color: #AE2D8B;
  font-family: "Noto Serif JP", serif;
  font-style: normal;
  font-size: 2.6rem;
  font-weight: normal;
  line-height: 1.5em;
  letter-spacing: 0.2rem;
}
@media screen and (min-width: 768px) {
  .c_hdline_artTtl {
    font-size: clamp(2.6rem, 3.38vw, 3.2rem);
  }
}
.c_hdline_artTtl strong {
  font-weight: normal;
}
.c {
  /*------------------------------------------------------------------
    pankuzu
  ------------------------------------------------------------------*/
}
.c_pan {
  padding-top: calc(min(13.99vw, 5.5rem) + 1rem);
}
@media screen and (min-width: 768px) {
  .c_pan {
    padding-top: clamp(9.6rem, 24.42vw, 14rem);
  }
}
.c_pan_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 1rem 1rem 2rem;
  margin: auto;
  max-width: 98rem;
}
@media screen and (min-width: 981px) {
  .c_pan_list {
    padding: 2rem 0 1rem;
  }
}
.c_pan_item {
  font-size: 1.2rem;
  padding-left: 2rem;
  position: relative;
  padding-right: 1rem;
}
.c_pan_item::before {
  border-bottom: 0.1rem solid #2D2D2E;
  content: "";
  height: 1rem;
  left: 0;
  position: absolute;
  top: 0.5rem;
  width: 1rem;
  border-right: 0.1rem solid #2d2d2e;
  -webkit-transform: rotate(315deg);
          transform: rotate(315deg);
}
.c_pan_item:first-child {
  padding-left: 0;
}
.c_pan_item:first-child::before {
  content: none;
}
.c_pan_item a {
  color: #AE2D8B;
}
.c {
  /*------------------------------------------------------------------
    page
  ------------------------------------------------------------------*/
}
.c_page_mv__wrap {
  margin: auto;
  max-width: 144rem;
  min-height: 21.2rem;
  position: relative;
}
@media screen and (min-width: 768px) {
  .c_page_mv__wrap {
    min-height: 34rem;
  }
}
.c_page_mv__wrap::before {
  background: url() no-repeat left top/cover;
  border-radius: 0.4rem 0 0 0.4rem;
  content: "";
  height: 18rem;
  right: 0;
  max-width: 72rem;
  position: absolute;
  top: 0;
  width: calc(100% - 2rem);
}
@media screen and (min-width: 768px) {
  .c_page_mv__wrap::before {
    border-radius: 2rem 0 0 2rem;
    bottom: 0;
    height: 34rem;
    top: auto;
    width: 50%;
  }
}
@media screen and (min-width: 1440px) {
  .c_page_mv__wrap::before {
    border-radius: 2rem;
  }
}
.c_page_mv__wrap.member::before {
  background-image: url(../img/mv_page__member.webp);
}
.c_page_mv__wrap.about::before {
  background-image: url(../img/mv_page__about.webp);
}
.c_page_mv__wrap.training::before {
  background-image: url(../img/mv_page__training.webp);
}
.c_page_mv__ttl {
  color: #AE2D8B;
  display: block;
  font-size: 2.4rem;
  font-family: "Noto Serif JP", serif;
  font-style: normal;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .c_page_mv__ttl {
    font-size: 3.2rem;
    padding-top: 15.8rem;
    text-align: center;
    width: 50%;
  }
}
.c_page_mv__ttl strong {
  background: #fff;
  display: inline-block;
  bottom: 0;
  font-weight: 500;
  left: 0;
  padding: 0.5rem 2rem 0.5rem 6rem;
  position: absolute;
}
@media screen and (min-width: 768px) {
  .c_page_mv__ttl strong {
    padding: 0 0 0 6rem;
    position: relative;
  }
}
.c_page_mv__ttl strong::before {
  border-bottom: 0.1rem solid #b346a6;
  content: "";
  width: 2rem;
  height: 0.1rem;
  position: absolute;
  left: 2rem;
  top: 50%;
}
@media screen and (min-width: 768px) {
  .c_page_mv__ttl strong::before {
    left: 0;
    width: 4rem;
  }
}
.c_page_mv__subTtl {
  bottom: -2rem;
  display: block;
  font-size: 1.3rem;
  padding: 1rem 0 0;
  position: absolute;
  left: 2rem;
}
@media screen and (min-width: 768px) {
  .c_page_mv__subTtl {
    position: relative;
    font-size: 1.6rem;
    padding: 1rem 0 0;
  }
}
.c_box {
  background: #fff;
  border-radius: 1rem;
  padding: 4rem 2rem;
}
@media screen and (min-width: 768px) {
  .c_box {
    padding: 4rem;
  }
}
.c_box.__shadow {
  -webkit-box-shadow: 0.2rem 0.2rem 1.4rem 0 rgba(63, 58, 121, 0.16);
          box-shadow: 0.2rem 0.2rem 1.4rem 0 rgba(63, 58, 121, 0.16);
}
.c {
  /*------------------------------------------------------------------
    footer
  ------------------------------------------------------------------*/
}
.c_ft {
  background: #9A3C8A;
  color: #fff;
  font-size: 1.1rem;
  padding: clamp(4rem, 4.16vw, 6rem) 0;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .c_ft {
    text-align: left;
  }
}
.c_ft a {
  color: #fff;
}
@media screen and (min-width: 768px) {
  .c_ft__inner {
    margin: auto;
    max-width: 98rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.c_ft__logo {
  max-width: 46.7rem;
  position: relative;
}
@media screen and (min-width: 768px) {
  .c_ft__logo::after {
    position: absolute;
    top: 0;
    right: -1.9vw;
    margin: 0 1rem;
    content: "";
    width: 1px;
    height: 9.5rem;
    background-color: #A763A4;
  }
}
.c_ft__info {
  /*			max-width: 35rem;*/
  margin: auto;
  padding: 0 2rem;
}
@media screen and (min-width: 768px) {
  .c_ft__info {
    margin: 0;
    padding: 0;
  }
}
.c_ft__address {
  font-size: 1.5rem;
  font-weight: 300;
  margin: auto;
  padding-top: 2rem;
}
@media screen and (min-width: 768px) {
  .c_ft__address {
    font-size: 1.6rem;
    margin-left: 0;
    padding-left: 3.18vw;
    padding-top: 0.5rem;
  }
}
.c_ft__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1rem;
}
.c_ft__ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  color: #fff;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.5;
  padding: 0.5rem 0 0.3rem;
  padding-left: 3rem;
  position: relative;
}
@media screen and (min-width: 768px) {
  .c_ft__ttl {
    font-size: 1.8rem;
  }
}
.c_ft__ttl::before {
  background: url(../img/icon_arw__r.svg) no-repeat left center/2rem;
  content: "";
  color: #fff;
  font-size: 1.4rem;
  display: inline-block;
  line-height: 1em;
  left: 0;
  position: absolute;
  top: calc(50% - 1.1rem);
  text-decoration: none;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  width: 22px;
  height: 22px;
}
@media screen and (min-width: 981px) {
  .c_ft__ttl:hover::before {
    left: 0.5rem;
  }
}
.c_ft {
  /* footer sub list */
}
.c_ft__subList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
  margin-top: 1.2rem;
  margin-bottom: 2rem;
}
.c_ft__subTtl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1.6rem;
  gap: 6px;
  color: #fff;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.c_ft__subTtl::before {
  content: "›";
  font-size: 1.6rem;
  line-height: 1;
}
.c_ft__subTtl::after {
  border-bottom: 0.1rem solid #fff;
  bottom: 0;
  content: "";
  left: 0.5rem;
  height: 0.1rem;
  position: absolute;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  width: 0;
}
@media screen and (min-width: 981px) {
  .c_ft__subTtl:hover {
    opacity: 0.6;
  }
}
.c_ft {
  /* footer right contents */
}
.c_ft__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 4rem auto 0;
  padding: 0 2rem;
}
@media screen and (min-width: 768px) {
  .c_ft__nav {
    padding: 0;
  }
}
.c_ft__list {
  margin-bottom: 1rem;
  width: 50%;
}
@media screen and (min-width: 768px) {
  .c_ft__list {
    margin-bottom: 0;
  }
}
.c_ft__list li {
  margin-bottom: 0.5rem;
  line-height: 1em;
}
.c_ft__list a {
  color: #fff;
  position: relative;
  text-decoration: none;
}
@media screen and (min-width: 768px) {
  .c_ft__list {
    padding: 0 2rem;
    width: 25%;
  }
}
.c_ft__item {
  text-align: left;
  width: 60%;
}
@media screen and (min-width: 768px) {
  .c_ft__item {
    width: 50%;
  }
}
.c_ft__item:first-child {
  width: 40%;
}
@media screen and (min-width: 768px) {
  .c_ft__item:first-child {
    width: 50%;
  }
}
.c_ft {
  /* page top */
}
.c_ft__goTop a {
  background: #B460A6;
  bottom: 0;
  border-radius: 1rem 1rem 0 0;
  border: 0.1rem solid #fff;
  border-bottom: none;
  display: block;
  line-height: 1em;
  padding: 1.1rem 2.2rem 1.4rem;
  position: absolute;
  right: 0;
}
@media screen and (min-width: 768px) {
  .c_ft__goTop a {
    bottom: 0;
  }
}
.c_ft__goTop a::before {
  content: "›";
  color: #fff;
  font-size: 1.8rem;
  height: 1.8rem;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  -webkit-transform: rotate(270deg);
          transform: rotate(270deg);
  top: calc(50% - 1.4rem);
  width: 1.8rem;
}
.c_ft {
  /* copyright */
}
.c_ft__copy {
  font-size: clamp(1.1rem, 2.82vw, 1.2rem);
  padding: 4rem 0 2rem;
  text-align: center;
}
.c {
  /*------------------------------------------------------------------
    txt style
  ------------------------------------------------------------------*/
}
.c_txt__base {
  line-height: 3rem;
  letter-spacing: 2%;
}
@media screen and (min-width: 768px) {
  .c_txt__base {
    line-height: 3.2rem;
    letter-spacing: 4%;
  }
}
.c_txt__cent {
  text-align: center;
}
.c_txt__left {
  text-align: left;
}
.c_txt__right {
  text-align: right;
}
.c {
  /*------------------------------------------------------------------
    parts
  ------------------------------------------------------------------*/
}
.c_item__bg {
  border-radius: 0.4rem;
  padding: 1.5rem 2rem;
}
.c_link_txt__arw {
  color: #AE2D8B !important;
  display: inline-block;
  padding-right: 4rem;
  position: relative;
}
.c_link_txt__arw::before {
  background: url(../img/icon_arw__pink.svg) no-repeat left top/100%;
  bottom: 0;
  content: "";
  height: 3rem;
  position: absolute;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  right: 0;
  width: 3rem;
}
@media screen and (min-width: 981px) {
  .c_link_txt__arw:hover {
    text-decoration: none;
  }
  .c_link_txt__arw:hover::before {
    right: 0.5rem;
  }
}
.c_link_txt__arw.bk {
  padding-right: 0;
  padding-left: 4rem;
  text-decoration: underline;
}
.c_link_txt__arw.bk::before {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  right: auto;
  left: 0;
}
@media screen and (min-width: 981px) {
  .c_link_txt__arw.bk:hover {
    text-decoration: none;
  }
  .c_link_txt__arw.bk:hover::before {
    left: 0.5rem;
  }
}
@media screen and (min-width: 768px) {
  .c_dsp {
    display: none;
  }
}
.c_dtb {
  display: none;
}
@media screen and (min-width: 768px) {
  .c_dtb {
    display: block;
  }
}
.c_dpc {
  display: none;
}
@media screen and (min-width: 768px) {
  .c_dpc {
    display: block;
  }
}
.c {
  /* --------------
  end common style 
  ----------------*/
}

.nav_pages {
  margin-top: 27rem;
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .nav_pages {
    margin-top: 3rem;
  }
}
.nav_pages__ttl {
  color: #fff;
  background: #B460A6;
  border-radius: 0.8rem 0.8rem 0 0;
  padding: 0.5rem 1rem;
  -webkit-box-shadow: 2px 2px 16px 0px rgba(0, 0, 0, 0.16);
          box-shadow: 2px 2px 16px 0px rgba(0, 0, 0, 0.16);
}
@media screen and (min-width: 768px) {
  .nav_pages__ttl {
    max-width: 30rem;
  }
}
.nav_pages__list {
  background: #fff;
  -webkit-box-shadow: 0.2rem 0.2rem 1.4rem 0 rgba(63, 58, 121, 0.16);
          box-shadow: 0.2rem 0.2rem 1.4rem 0 rgba(63, 58, 121, 0.16);
  border-radius: 0.8rem;
  padding: 2rem;
  position: relative;
}
@media screen and (min-width: 768px) {
  .nav_pages__list {
    max-width: 30rem;
  }
  .nav_pages__list::before {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    content: "";
    height: 0.8rem;
    background: #b55fa2;
    border-radius: 0.8rem 0.8rem 0 0;
  }
}
.nav_pages__list li {
  border-bottom: 0.1rem solid #ccc;
  padding: 1.2rem 0;
}
.nav_pages__list li a {
  text-decoration: none;
  display: block;
  padding: 0.5rem;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
@media screen and (min-width: 768px) {
  .nav_pages__list li a:hover {
    color: #B460A6;
    background: #AE2D8B;
  }
}
.nav_pages__list li:last-child a {
  border-bottom: 0;
}

/* --------------------------------
  post navigation
-------------------------------- */
.p_postPager {
  margin-top: 6rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 1.6rem;
}
@media screen and (min-width: 768px) {
  .p_postPager {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 2rem auto 2rem 1fr;
    grid-template-columns: 1fr auto 1fr;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 2rem;
  }
}
.p_postPager__prev, .p_postPager__next, .p_postPager__back {
  width: 100%;
  min-width: 0;
}
.p_postPager__txt {
  text-decoration: underline;
}
.p_postPager {
  /* 前の記事 */
}
.p_postPager__prev {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p_postPager__prev {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    width: auto;
    text-align: left;
  }
}
.p_postPager__prev a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: calc(100% - 3.2rem);
  min-height: 8rem;
  margin: 0 auto;
  padding: 2rem;
  background: rgba(224, 197, 218, 0.3);
  color: #AE2D8B;
  font-size: 1.6rem;
  line-height: 1.4;
  text-align: center;
  text-decoration: none;
}
@media screen and (min-width: 768px) {
  .p_postPager__prev a {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    width: auto;
    min-height: auto;
    margin: 0;
    padding: 0;
    background: transparent;
    font-size: 1.6rem;
    line-height: 1.6;
    max-width: 100%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
  }
}
.p_postPager__prev a::before {
  content: "‹";
  margin-right: 0.8rem;
  font-size: 2rem;
  line-height: 1;
  text-decoration: none;
}
.p_postPager {
  /* 次の記事 */
}
.p_postPager__next {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p_postPager__next {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    width: auto;
    text-align: right;
  }
}
.p_postPager__next a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: calc(100% - 3.2rem);
  min-height: 8rem;
  margin: 0 auto;
  padding: 2rem;
  background: rgba(224, 197, 218, 0.3);
  color: #AE2D8B;
  font-size: 1.6rem;
  line-height: 1.4;
  text-align: center;
  text-decoration: none;
}
@media screen and (min-width: 768px) {
  .p_postPager__next a {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    width: auto;
    min-height: auto;
    margin: 0;
    padding: 0;
    background: transparent;
    font-size: 1.6rem;
    line-height: 1.6;
    max-width: 100%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
  }
}
.p_postPager__next a::after {
  content: "›";
  margin-left: 0.8rem;
  font-size: 2rem;
  line-height: 1;
  text-decoration: none;
}
.p_postPager {
  /* 一覧に戻る */
}
.p_postPager__back {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
  margin-top: 2.4rem;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p_postPager__back {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    width: auto;
    margin-top: 0;
  }
}
.p_postPager__back a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0.8rem;
  color: #AE2D8B;
  font-size: 1.6rem;
  line-height: 1.4;
  text-decoration: none;
}
@media screen and (min-width: 768px) {
  .p_postPager__back a {
    font-size: 1.6rem;
    line-height: 1.6;
  }
}
.p_postPager__backIcon {
  position: relative;
  display: block;
  width: 2.5rem;
  height: 2.5rem;
  background: #AE2D8B;
  border-radius: 50%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (min-width: 768px) {
  .p_postPager__backIcon {
    width: 2rem;
    height: 2rem;
  }
}
.p_postPager__backIcon::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 55%;
  width: 0.8rem;
  height: 0.8rem;
  border-top: 0.1rem solid #fff;
  border-left: 0.1rem solid #fff;
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
}
@media screen and (min-width: 768px) {
  .p_postPager__backIcon::before {
    width: 0.5rem;
    height: 0.5rem;
  }
}

.p_columnBack {
  margin-top: 6rem;
  text-align: center;
}
.p_columnBack__link {
  display: -webkit-inline-box !important;
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0.8rem;
  margin: 0 auto;
  color: #AE2D8B;
  font-size: 1.6rem;
  line-height: 1.4;
  text-decoration: none;
  white-space: nowrap;
}
@media screen and (min-width: 768px) {
  .p_columnBack__link {
    line-height: 1.6;
  }
}
.p_columnBack__icon {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 2.5rem;
  height: 2.5rem;
  min-width: 2.5rem;
  background: #AE2D8B;
  border-radius: 50%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 2.5rem;
          flex: 0 0 2.5rem;
}
.p_columnBack__icon::before {
  content: "";
  width: 0.7rem;
  height: 0.7rem;
  border-top: 0.1rem solid #fff;
  border-left: 0.1rem solid #fff;
  -webkit-transform: translateX(0.1rem) rotate(-45deg);
          transform: translateX(0.1rem) rotate(-45deg);
}
.p_columnBack__txt {
  display: inline-block;
  white-space: nowrap;
}

/* --------------------------------
  report block
-------------------------------- */
.p_reportBlock {
  margin-top: 4rem;
}
.p_reportBlock__list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  gap: 4rem;
  list-style: none;
}
@media screen and (min-width: 768px) {
  .p_reportBlock__list {
    -ms-grid-columns: 1fr 3.2rem 1fr 3.2rem 1fr 3.2rem 1fr;
    grid-template-columns: repeat(4, 1fr);
    gap: 4rem 3.2rem;
  }
}
.p_reportBlock__item {
  min-width: 0;
  text-align: center;
}
.p_reportBlock__link {
  display: block;
  text-decoration: none;
}
.p_reportBlock__img {
  width: 100%;
  margin: 0 auto;
}
.p_reportBlock__img img {
  display: block;
  width: 100%;
  height: auto;
}
.p_reportBlock__card {
  background: #fff;
  border-radius: 1rem;
  padding: 2rem;
  -webkit-box-shadow: 0.2rem 0.2rem 1.4rem 0 rgba(63, 58, 121, 0.16);
          box-shadow: 0.2rem 0.2rem 1.4rem 0 rgba(63, 58, 121, 0.16);
  min-height: 16rem;
}
.p_reportBlock__number {
  color: #3F3A79;
  font-size: 1.6rem;
  line-height: 1.5;
  margin-bottom: 1rem;
  padding-bottom: 1.2rem;
  position: relative;
  text-align: left;
}
.p_reportBlock__number::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 2rem;
  height: 0.2rem;
  background: #3F3A79;
}
.p_reportBlock__ttl {
  color: #2D2D2E;
  font-size: 1.6rem;
  line-height: 1.7;
  font-weight: 400;
  text-align: left;
}
@media screen and (min-width: 768px) {
  .p_reportBlock__ttl {
    line-height: 1.65;
  }
}
.p_reportBlock__btn {
  margin-top: 4rem;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p_reportBlock__btn {
    margin-top: 5.6rem;
  }
}
.p_reportBlock__btnLink {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-width: 30rem;
  padding: 1.5rem 2.8rem;
  border: 0.2rem solid #B460A6;
  border-radius: 999px;
  color: #B460A6;
  font-size: 1.6rem;
  line-height: 1.4;
  text-decoration: none;
  position: relative;
}
.p_reportBlock__btnLink::after {
  content: "›";
  margin-left: 1.2rem;
  font-size: 1.8rem;
  line-height: 1;
}

/* --------------------------------
  pager
-------------------------------- */
.c_pager {
  margin-top: 6rem;
}
.c_pager ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1rem;
  list-style: none;
}
.c_pager li {
  margin: 0;
}
.c_pager a,
.c_pager span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 4rem;
  height: 4rem;
  border-radius: 0.4rem;
  background: #D5D4DE;
  color: #333;
  font-size: 1.4rem;
  line-height: 1;
  text-decoration: none;
}
.c_pager .current,
.c_pager span.current {
  background: #B460A6;
  color: #fff;
  border-radius: 0.4rem;
}

/*------------------------------------------------------------------
  layout style
------------------------------------------------------------------*/
.l_sec {
  margin-top: 10rem;
  margin-bottom: 8rem;
  padding-bottom: 6rem;
}
@media screen and (min-width: 768px) {
  .l_sec {
    margin-top: 20rem;
    margin-bottom: 10rem;
    padding-bottom: 10rem;
  }
}
.l_cont {
  max-width: 144rem;
  margin-left: auto;
  margin-right: auto;
}
.l_cont__inner {
  max-width: 98rem;
  margin: 0 auto;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
@media screen and (min-width: 768px) {
  .l_cont__inner {
    padding-left: 0;
    padding-right: 0;
  }
}
.l_cont__flx {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.l_cont__flx.__bt {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.l_cont__flx.__row {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.l_cont__flx.Tb {
  display: block;
}
@media screen and (min-width: 768px) {
  .l_cont__flx.Tb {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.l_bg__sup {
  background: #FAEEEC;
}
.l_bg__wrap {
  background: #FFF8F9;
}

/* 2カラムレイアウト */
.l_twoColumn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 4rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.l_twoColumn__main {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media screen and (min-width: 768px) {
  .l_twoColumn__main {
    width: 70%;
  }
}
@media screen and (min-width: 768px) {
  .l_twoColumn__side {
    width: 30%;
  }
}

/* セクション共通 */
/*.l_sec {
 	padding: 80px 0;  
	@include mq(tb) {
	  padding: 40px 0;
	}
}*/
.ly_col__2 {
  width: 50%;
}
.ly_col__2._tb {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .ly_col__2._tb {
    width: 50%;
  }
}
.ly_wrap {
  padding: min(20vw, 8rem) 0 min(25.445vw, 10rem);
}
@media screen and (min-width: 768px) {
  .ly_wrap {
    padding: 12rem 0;
  }
}
.ly_round {
  background: #fff;
  border-radius: 0.8rem;
}
@media screen and (min-width: 768px) {
  .ly_round {
    border-radius: 1rem;
  }
}
.ly_inner {
  max-width: 98rem;
  margin: auto;
  width: 89.743589vw;
}
.ly_inner__tight {
  margin: auto;
  max-width: 86rem;
}
.ly_inner__mid {
  max-width: 128rem;
  margin: auto;
  position: relative;
  width: 100%;
}
.ly_inner__full {
  max-width: 144rem;
  margin: auto;
  position: relative;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .ly_inner__full {
    padding: 0 8rem;
  }
}
@media screen and (min-width: 1024px) {
  .ly_inner__full {
    padding: 0;
  }
}
.ly_inner__wide {
  max-width: 192rem;
  margin: auto;
  position: relative;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .ly_inner__wide {
    padding: 0 8rem;
  }
}
@media screen and (min-width: 1024px) {
  .ly_inner__wide {
    padding: 0;
  }
}
.ly_box__attention {
  background: #AE2D8B;
  line-height: 1.6em;
  padding: 1rem;
}

@media screen and (min-width: 1024px) {
  .page_mv .ly_inner__full {
    padding: 0 8rem;
  }
}

@media screen and (min-width: 768px) {
  .el_cnt__bg {
    padding: 16rem 0;
  }
}
@media screen and (min-width: 768px) {
  .el_cnt__btm {
    margin-bottom: 20rem;
  }
}

.bg_pink {
  background: #AE2D8B;
}
.bg_green {
  background: #CCEDEC;
}
.bg_pgreen {
  background: #F0FFFF;
}
.bg_line {
  background: url(../img/bg_line.webp) no-repeat 2rem 5rem/100%;
}
.bg_grad {
  background: -webkit-gradient(linear, left top, right top, from(#B346A6), to(#D9A0CF));
  background: linear-gradient(to right, #B346A6 0%, #D9A0CF 100%);
}

.bl_box {
  background: #fff;
  border-radius: 1.4rem;
  -webkit-box-shadow: 0.2rem 0.2rem 1.4rem 0 rgba(63, 58, 121, 0.16);
          box-shadow: 0.2rem 0.2rem 1.4rem 0 rgba(63, 58, 121, 0.16);
}
@media screen and (min-width: 768px) {
  .bl_box {
    border-radius: 2.5rem;
  }
}

/*------------------------------------------------------------------
 top style
------------------------------------------------------------------*/
.top_about__main {
  margin-left: 0;
  margin-bottom: 2rem;
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .top_about__main {
    -webkit-box-pack: left;
        -ms-flex-pack: left;
            justify-content: left;
  }
}
.top_about__txt {
  max-width: 48rem;
  padding: 2rem;
}
@media screen and (min-width: 768px) {
  .top_about__txt {
    padding: 4rem 0 0 3rem;
    width: 55.56%;
  }
}
.top_about__txt p {
  padding-top: 4rem;
}
.top_about__img {
  padding: 2rem;
}
@media screen and (min-width: 768px) {
  .top_about__img {
    padding: 0;
    width: 44.44%;
  }
}
.top_about__img img {
  border-radius: 0.4rem;
  -webkit-box-shadow: 0.2rem 0.2rem 1.4rem 0 rgba(63, 58, 121, 0.16);
          box-shadow: 0.2rem 0.2rem 1.4rem 0 rgba(63, 58, 121, 0.16);
}
@media screen and (min-width: 768px) {
  .top_about__img img {
    border-radius: 0 0.6rem 0.6rem 0;
  }
}
@media screen and (min-width: 1440px) {
  .top_about__img img {
    border-radius: 0.6rem;
  }
}
.top_about__list {
  background: #FFF8F9;
  padding: 2rem 0;
  position: relative;
}
@media screen and (min-width: 981px) {
  .top_about__list {
    background: none;
    padding: 0 0 8rem;
  }
}
.top_about__list::after {
  background: #FFF8F9;
  bottom: 0;
  content: "";
  right: 0;
  position: absolute;
  z-index: -1;
}
@media screen and (min-width: 768px) {
  .top_about__list::after {
    height: 34.3rem;
    width: calc(100% - 5.2vw);
  }
}
@media screen and (min-width: 981px) {
  .top_about__list::after {
    width: calc(100% - max(4vw, 4%));
  }
}
@media screen and (min-width: 1440px) {
  .top_about__list::after {
    width: calc(100% - min(15.97vw, 23rem));
  }
}
.top_about__listInner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: auto;
  max-width: 92rem;
}
.top_about__item {
  margin: 2rem;
}
@media screen and (min-width: 768px) {
  .top_about__item {
    max-width: calc(50% - 4rem);
  }
}
.top_about__item h4 {
  border-left: 0.2rem solid #AE2D8B;
  color: #AE2D8B;
  font-weight: 500;
  margin: 1rem 0;
  padding-left: 1rem;
}
.top_about__item .l_bg__sup {
  margin-top: 1rem;
}
.top_gyne__main {
  margin-left: auto;
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .top_gyne__main {
    -webkit-box-pack: right;
        -ms-flex-pack: right;
            justify-content: right;
  }
}
.top_gyne__txt {
  padding: 2rem;
}
@media screen and (min-width: 768px) {
  .top_gyne__txt {
    padding: 4rem;
    width: 55.56%;
  }
}
.top_gyne__txt p {
  padding-top: 4rem;
}
.top_gyne__img {
  padding: 2rem;
}
@media screen and (min-width: 768px) {
  .top_gyne__img {
    padding: 0;
    width: 44.44%;
  }
}
.top_gyne__img img {
  border-radius: 0.4rem;
  -webkit-box-shadow: 0.2rem 0.2rem 1.4rem 0 rgba(63, 58, 121, 0.16);
          box-shadow: 0.2rem 0.2rem 1.4rem 0 rgba(63, 58, 121, 0.16);
}
@media screen and (min-width: 768px) {
  .top_gyne__img img {
    border-radius: 0.6rem 0 0 0.6rem;
  }
}
@media screen and (min-width: 1440px) {
  .top_gyne__img img {
    border-radius: 0.6rem;
  }
}
.top_blog__ttl {
  position: relative;
}
.top_blog__link {
  bottom: 4rem;
  position: absolute;
  right: 0;
}

/*------------------------------------------------------------------
// 縦書きテキスト
------------------------------------------------------------------*/
.p_mv__copy {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  overflow: hidden;
  padding: 24px 16px;
}
@media screen and (min-width: 768px) {
  .p_mv__copy {
    padding: 0;
  }
}
.p_mv__catch {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 14px;
}
@media screen and (min-width: 768px) {
  .p_mv__catch {
    gap: 20px;
  }
}
.p_mv__catchLine {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  background: #fff;
  white-space: nowrap;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-family: "Noto Serif JP", serif;
  font-style: normal;
  font-weight: 400;
  font-size: clamp(16px, 5vw, 24px);
  line-height: 1.25;
  letter-spacing: 0.1em;
  text-align: center;
  color: #AE2D8B;
  padding: 18px 10px 28px;
}
@media screen and (min-width: 768px) {
  .p_mv__catchLine {
    font-size: clamp(22px, 3vw, 35px);
    line-height: 42px;
    padding: 28px 14px 20px;
  }
}
.p_mv {
  /*------------------------------------------------------------------
  // レイアウト（左：画像 / 右：コピー）
  ------------------------------------------------------------------*/
  position: relative;
  padding-top: clamp(9.6rem, 24.42vw, 14rem);
}
.p_mv::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -17vw;
  height: 82%;
  background: -webkit-gradient(linear, left top, right top, from(#D3C9E9), to(#FFF2F3));
  background: linear-gradient(to right, #D3C9E9 0%, #FFF2F3 100%);
  z-index: 0;
}
@media screen and (min-width: 768px) {
  .p_mv::after {
    left: 15.97vw;
    bottom: -4.5vw;
    height: 58%;
  }
}
.p_mv__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .p_mv__inner {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 0 auto;
  }
}
.p_mv__media {
  width: 69%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  position: relative;
  overflow: hidden;
  border-radius: 0 2rem 2rem 0;
}
@media screen and (min-width: 768px) {
  .p_mv__media {
    width: 68%;
    height: 50%;
    position: static;
  }
}
.p_mv__slide {
  overflow: hidden;
}
.p_mv__img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 3/4;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transform-origin: center center;
          transform-origin: center center;
  -webkit-transition: -webkit-transform 6s linear;
  transition: -webkit-transform 6s linear;
  transition: transform 6s linear;
  transition: transform 6s linear, -webkit-transform 6s linear;
}
@media screen and (min-width: 768px) {
  .p_mv__img {
    aspect-ratio: auto;
  }
}
.p_mv__slider {
  overflow: hidden;
}
.p_mv .p_mv__slider.is-ready .slick-current .p_mv__img {
  -webkit-transform: scale(1.08);
          transform: scale(1.08);
}
.p_mv {
  /*------------------------------------------------------------------
    // SP（画像にコピーを重ねる）
  ------------------------------------------------------------------*/
}
.p_mv__copy {
  position: absolute;
  bottom: -12vw;
  right: 3%;
  z-index: 2;
}
@media screen and (min-width: 768px) {
  .p_mv__copy {
    position: relative;
    bottom: auto;
    right: auto;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}
.p {
  /*------------------------------------------------------------------
    title + link
  ------------------------------------------------------------------*/
}
.p_ttl__wrap {
  position: relative;
}
.p_ttl__link {
  bottom: 4rem;
  position: absolute;
  right: 0;
}
.p {
  /*------------------------------------------------------------------
    top
  ------------------------------------------------------------------*/
}
.p_top_nav__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 14rem auto 0;
  max-width: 78rem;
  padding: 0;
  gap: 12px;
}
.p_top_nav__list {
  width: calc(50% - 2rem);
}
@media screen and (min-width: 768px) {
  .p_top_nav__list {
    width: calc(25% - 2rem);
  }
}
.p_top_nav__list._about .p_top_nav__item::before {
  background: url(../img/icon_nav_01.svg) no-repeat center 0/contain;
}
.p_top_nav__list._blog .p_top_nav__item::before {
  background: url(../img/icon_nav_02.svg) no-repeat center 0/contain;
}
.p_top_nav__list._member .p_top_nav__item::before {
  background: url(../img/icon_nav_04.svg) no-repeat center 0/contain;
}
.p_top_nav__list._training .p_top_nav__item::before {
  background: url(../img/icon_nav_03.svg) no-repeat center 0/contain;
}
.p_top_nav__item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding: 1.6rem 1.2rem 2rem;
  min-height: 140px;
  border-radius: 1rem;
  text-decoration: none;
  color: #fff !important;
  text-align: center;
  overflow: hidden;
  /* グラデーション背景（key_pink → AE6CA7） */
  background: linear-gradient(157deg, #ae6ca7, #AE2D8B);
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.p_top_nav__item::before {
  content: "";
  display: block;
  width: 4.8rem;
  height: 4.8rem;
  margin-bottom: 10px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.p_top_nav__item {
  /* ==========================================
     右下の三角アイコン（::after）
  ========================================== */
}
.p_top_nav__item::after {
  background: url(../img/bg_icon_more__arrow.svg) no-repeat right bottom/cover;
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 4rem;
  height: 4rem;
  /*					border-style: solid;
  					border-width: 0 0 20px 20px;
  					border-color: transparent transparent rgba(255, 255, 255, 0.5) transparent;*/
}
@media screen and (min-width: 981px) {
  .p_top_nav__item:hover {
    background: -webkit-gradient(linear, left bottom, left top, from(#ae6ca7), to(#AE2D8B));
    background: linear-gradient(0deg, #ae6ca7, #AE2D8B);
  }
}
.p_top_news {
  padding: 0 2rem 10rem;
  position: relative;
}
@media screen and (min-width: 1024px) {
  .p_top_news {
    margin: 20rem auto 10rem;
    padding: 0 0 10rem;
  }
}
.p_top_news::after {
  content: "";
  background: #ccc;
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 100%;
  z-index: -1;
  background: linear-gradient(178deg, #D3C9E9, #FFF2F3);
  opacity: 0.5;
}
@media screen and (min-width: 1024px) {
  .p_top_news::after {
    min-width: 90rem;
    width: calc(100% - min(2rem, 12vw));
  }
}
@media screen and (min-width: 1440px) {
  .p_top_news::after {
    width: calc(100% - min(12rem, 12vw));
  }
}
.p_top_blog {
  padding: 0 2rem;
  max-width: 144rem;
  margin: 4rem auto 0;
}
@media screen and (min-width: 768px) {
  .p_top_blog {
    margin-bottom: 0;
    padding: 0;
  }
}
.p_top_blog__inner {
  margin-left: auto;
  margin-right: 0;
  max-width: 130rem;
}
.p_top {
  /*--------------------------------
   access
  --------------------------------*/
}
.p_top_access {
  margin: 3rem auto 0;
  max-width: 144rem;
}
@media screen and (min-width: 768px) {
  .p_top_access {
    margin: 10rem auto 0;
  }
}
.p_top_access__inner {
  padding: 0 2rem;
}
@media screen and (min-width: 768px) {
  .p_top_access__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 0;
  }
}
.p_top_access__hdline_subTtl {
  color: #AE2D8B;
  font-weight: normal;
}
.p_top_access__hdline_subTtl span {
  font-size: 1.6rem;
}
.p_top_access__hdline_subTtl strong {
  display: block;
  font-size: 2.2rem;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .p_top_access__map {
    width: 50%;
  }
}
.p_top_access__info {
  padding-top: 4rem;
}
@media screen and (min-width: 768px) {
  .p_top_access__info {
    padding-top: 0;
    padding-left: 4rem;
    width: 50%;
  }
}
.p_top_access__info dt {
  font-size: 1.5rem;
  font-weight: 600;
  padding: 1.5rem 0 0.5rem;
}
@media screen and (min-width: 768px) {
  .p_top_access__info dt {
    font-size: 1.6rem;
  }
}
.p_top_access__info dd {
  font-size: 1.5rem;
}
@media screen and (min-width: 768px) {
  .p_top_access__info dd {
    font-size: 1.6rem;
  }
}
.p_top_access__info dd a {
  color: #AE2D8B;
  display: inline-block;
}
.p {
  /*------------------------------------------------------------------
    page : training
  ------------------------------------------------------------------*/
}
.p_training_message {
  padding-bottom: 10rem;
  position: relative;
}
.p_training_message::after {
  background: url(../img/bg_training__message.jpg) no-repeat center bottom/cover;
  bottom: 0;
  content: "";
  left: 0;
  min-height: 11rem;
  position: absolute;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .p_training_message::after {
    min-height: 40rem;
  }
}
.p_training_message__box {
  padding: 4rem 0 0;
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .p_training_message__box {
    font-size: 1.8rem;
    line-height: 4.32rem;
  }
}
@media screen and (min-width: 981px) {
  .p_training_message__box {
    padding: 6rem 0 0;
  }
}
.p_training_message__box p {
  padding-bottom: 2rem;
}
.p_training_message__box p:last-child {
  padding-bottom: 0;
}
.p_training_about {
  padding: 4rem 0 10rem;
}
@media screen and (min-width: 768px) {
  .p_training_about {
    padding: 14rem 0 10rem;
  }
}
.p_training_about__inner {
  max-width: 98rem;
  margin: auto;
}
.p_training_about__list {
  position: relative;
  z-index: 1;
  padding: 0 2rem 33.8rem;
  min-height: 65rem;
}
@media screen and (min-width: 768px) {
  .p_training_about__list {
    padding: 8rem 0 0 calc(46.12% + 4rem);
  }
}
.p_training_about__list::before {
  background: url(../img/ph_training__about.webp) no-repeat center/cover;
  border-radius: 1rem 0 0 1rem;
  bottom: 0;
  content: "";
  left: 2rem;
  min-height: 29.8rem;
  position: absolute;
  width: calc(100% - 2rem);
}
@media screen and (min-width: 768px) {
  .p_training_about__list::before {
    bottom: auto;
    border-radius: 1rem;
    left: 0;
    min-height: 62.5rem;
    top: 0;
    width: 46.12%;
  }
}
.p_training_about__item {
  position: relative;
  z-index: 1;
  margin-bottom: 2rem;
  padding: 1rem 1rem 1rem 6rem;
}
@media screen and (min-width: 768px) {
  .p_training_about__item {
    padding: 1rem 1rem 1rem 10rem;
  }
}
.p_training_about__item strong {
  color: #AE2D8B;
  display: block;
  font-size: 2.4rem;
  font-weight: normal;
  font-family: "Noto Serif JP", serif;
  font-style: normal;
}
.p_training_about__item::before {
  background: url(../img/icon_center_01.png) no-repeat left top/contain;
  border-radius: 1rem;
  content: "";
  height: 5rem;
  left: 0;
  position: absolute;
  top: 1rem;
  width: 5rem;
}
@media screen and (min-width: 768px) {
  .p_training_about__item::before {
    height: 7rem;
    width: 7rem;
  }
}
.p_training_about__item._02::before {
  background: url(../img/icon_center_02.png) no-repeat left top/contain;
}
.p_training_about__item._03::before {
  background: url(../img/icon_center_03.png) no-repeat left top/contain;
}
.p_training_about__item._04::before {
  background: url(../img/icon_center_04.png) no-repeat left top/contain;
}
.p_training_about__item._05::before {
  background: url(../img/icon_center_05.png) no-repeat left top/contain;
}
.p_training_about__item._06::before {
  background: url(../img/icon_center_06.png) no-repeat left top/contain;
}
.p_training_result {
  background: #F6F4FA;
}
@media screen and (min-width: 768px) {
  .p_training_result__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.p_training_result__list li {
  margin: 0 auto 2rem;
}
@media screen and (min-width: 768px) {
  .p_training_result__list li {
    width: calc(33.33% - 2rem);
    margin: 0 1rem;
    text-align: center;
  }
}
.p_training_result__item {
  background: #fff;
  border-radius: 0.6rem;
  color: #AE2D8B !important;
  display: block;
  -webkit-box-shadow: 0.2rem 0.2rem 1.4rem 0 rgba(63, 58, 121, 0.16);
          box-shadow: 0.2rem 0.2rem 1.4rem 0 rgba(63, 58, 121, 0.16);
  max-width: 21.7rem;
  margin: auto;
  padding: 1.5rem;
  position: relative;
  text-decoration: none;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.p_training_result__item::after {
  background: url(../img/bg_icon_more__arrow.svg) no-repeat right bottom/cover;
  border-radius: 0 0 0.6rem 0;
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 3rem;
  height: 3rem;
}
@media screen and (min-width: 981px) {
  .p_training_result__item:hover {
    background: #B460A6;
    color: #fff !important;
  }
}
.p_training_recruit {
  padding: 4rem 0 10rem;
}
@media screen and (min-width: 768px) {
  .p_training_recruit {
    padding: 10rem 0;
  }
}
.p_training_research__inner {
  position: relative;
  padding-bottom: 8rem;
}
.p_training_research__inner::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 15rem;
  height: 25.3rem;
  background: -webkit-gradient(linear, left top, right top, from(#D3C9E9), to(#FFF2F3));
  background: linear-gradient(to right, #D3C9E9 0%, #FFF2F3 100%);
  z-index: 0;
}
@media screen and (min-width: 768px) {
  .p_training_research__inner::after {
    left: 9vw;
    /*left: 15.97vw;*/
  }
}
.p_training_research__inner .c_box {
  -webkit-box-shadow: 0.2rem 0.2rem 1.4rem 0 rgba(63, 58, 121, 0.16);
          box-shadow: 0.2rem 0.2rem 1.4rem 0 rgba(63, 58, 121, 0.16);
  min-height: 30rem;
  position: relative;
  z-index: 1;
}
.p_training_research__item {
  position: relative;
}
@media screen and (min-width: 768px) {
  .p_training_research__item {
    padding-left: min(42.85%, 36rem);
    padding-top: 8rem;
  }
}
.p_training_research__item::before {
  background: #999;
  content: "";
  left: 0;
  height: 28rem;
  position: absolute;
  top: 0;
  width: min(42.85%, 40rem);
  z-index: 1;
}
.p_training_report {
  background: #F6F4FA;
  padding: 4rem 0 10rem;
}
@media screen and (min-width: 768px) {
  .p_training_report {
    padding: 10rem 0;
  }
}
.p_training_program {
  background: -webkit-gradient(linear, left top, right top, from(rgba(211, 201, 233, 0.5)), to(rgba(255, 242, 243, 0.5)));
  background: linear-gradient(to right, rgba(211, 201, 233, 0.5) 0%, rgba(255, 242, 243, 0.5) 100%);
  padding: 4rem 0 10rem;
}
@media screen and (min-width: 768px) {
  .p_training_program {
    padding: 10rem 0;
  }
}
.p_training_career__inner {
  padding: 28px 18px 32px;
  /* TB */
}
@media screen and (min-width: 768px) {
  .p_training_career__inner {
    padding: 48px 56px 56px;
  }
}
.p_training_career__inner {
  /* PC */
}
@media screen and (min-width: 1024px) {
  .p_training_career__inner {
    padding: 60px 100px;
  }
}
.p_training_career__ttl {
  font-size: 2rem;
}
.p_training_career__subTtl {
  color: #AE2D8B;
  font-family: "Noto Serif JP", serif;
  font-style: normal;
  font-size: 2rem;
  font-weight: 500;
  margin-top: 6rem;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p_training_career__subTtl {
    font-size: 2.4rem;
  }
}
.p_training_career__lead {
  padding: 2rem 0;
}
@media screen and (min-width: 768px) {
  .p_training_career__lead {
    text-align: center;
  }
}
.p_training_career__inner {
  padding: 20px;
  background-color: #fff;
  border-radius: 8px;
  -webkit-box-shadow: 0.2rem 0.2rem 1.4rem 0 rgba(63, 58, 121, 0.16);
          box-shadow: 0.2rem 0.2rem 1.4rem 0 rgba(63, 58, 121, 0.16);
  /* TB */
}
@media screen and (min-width: 768px) {
  .p_training_career__inner {
    padding: 40px;
    border-radius: 10px;
  }
}
.p_training_career__inner {
  /* PC */
}
@media screen and (min-width: 1024px) {
  .p_training_career__inner {
    padding: 64px 96px 72px;
  }
}
.p_training_career__block {
  margin-bottom: 4rem;
  padding-top: 6rem;
  padding-bottom: 6rem;
  -webkit-box-shadow: 0.2rem 0.2rem 1.4rem 0 rgba(63, 58, 121, 0.16);
          box-shadow: 0.2rem 0.2rem 1.4rem 0 rgba(63, 58, 121, 0.16);
}
.p_training_career__ttl {
  color: #AE2D8B;
  font-size: 2rem;
  line-height: 1.6;
  font-weight: normal;
  text-align: center;
}
.p_training_career__lead {
  margin-top: 20px;
  color: #2D2D2E;
  font-size: 1.4rem;
  line-height: 2;
  /* TB */
}
@media screen and (min-width: 768px) {
  .p_training_career__lead {
    margin-top: 28px;
    font-size: 1.6rem;
  }
}
.p_training_career__lead {
  /* PC */
}
@media screen and (min-width: 1024px) {
  .p_training_career__lead {
    max-width: 760px;
    margin: 28px auto 0;
  }
}
.p_training_career__content {
  margin-top: 28px;
  /* TB */
}
@media screen and (min-width: 768px) {
  .p_training_career__content {
    margin-top: 40px;
  }
}
.p_training_career__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
}
.p_training_career__item + .p_training_career__item {
  margin-top: 28px;
}
.p_training_career__item {
  /* TB */
}
@media screen and (min-width: 768px) {
  .p_training_career__item {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 20px;
  }
  .p_training_career__item + .p_training_career__item {
    margin-top: 40px;
  }
}
.p_training_career__item {
  /* PC */
}
@media screen and (min-width: 1024px) {
  .p_training_career__item {
    gap: 24px;
  }
}
.p_training_career__img {
  width: 100%;
}
.p_training_career__img img {
  display: block;
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
.p_training_career__img {
  /* TB */
}
@media screen and (min-width: 768px) {
  .p_training_career__img {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 38%;
            flex: 0 0 38%;
    max-width: 288px;
  }
}
.p_training_career__box {
  /* TB */
}
@media screen and (min-width: 768px) {
  .p_training_career__box {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    padding-top: 6px;
  }
}
.p_training_career__heading {
  padding-left: 12px;
  color: #AE2D8B;
  font-size: 1.8rem;
  line-height: 1.6;
  font-weight: normal;
  border-left: 2px solid #AE2D8B;
}
.p_training_career__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-top: 2rem;
}
.p_training_career__listItem {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 20px 12px 1fr;
  grid-template-columns: 20px 1fr;
  -webkit-column-gap: 12px;
     -moz-column-gap: 12px;
          column-gap: 12px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #2D2D2E;
  font-size: 1.4rem;
  line-height: 2;
}
.p_training_career__listItem::before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  -ms-grid-column-align: center;
      justify-self: center;
  background: rgba(174, 45, 139, 0.4);
}
.p_training_career__listItem:last-child {
  color: #AE2D8B;
}
.p_training_career__listItem:nth-child(2)::before {
  width: 12px;
  height: 12px;
  background: rgba(174, 45, 139, 0.6);
}
.p_training_career__listItem:nth-child(3)::before {
  width: 16px;
  height: 16px;
  background: rgba(174, 45, 139, 0.8);
}
.p_training_career__listItem:nth-child(4)::before {
  width: 20px;
  height: 20px;
  background: rgb(174, 45, 139);
}
.p_training_career__listItem {
  /* TB */
}
@media screen and (min-width: 768px) {
  .p_training_career__listItem {
    -webkit-column-gap: 16px;
       -moz-column-gap: 16px;
            column-gap: 16px;
    font-size: 1.6rem;
  }
}
.p_training_career__content {
  margin-top: 24px;
  /* TB */
}
@media screen and (min-width: 768px) {
  .p_training_career__content {
    margin-top: 40px;
  }
}
.p_training_career__step {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
}
.p_training_career__step + .p_career__step {
  margin-top: 24px;
}
.p_training_career__step:first-child .p_training_career__detail {
  padding-top: 0;
}
.p_training_career__step:last-child .p_training_career__detail {
  padding-bottom: 0;
  border-bottom: 0;
}
.p_training_career__step {
  /* TB */
}
@media screen and (min-width: 768px) {
  .p_training_career__step {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 240px 28px 1fr;
    grid-template-columns: 240px 1fr;
    -webkit-column-gap: 28px;
       -moz-column-gap: 28px;
            column-gap: 28px;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
  }
  .p_training_career__step + .p_career__step {
    margin-top: 20px;
  }
}
.p_training_career__step {
  /* PC */
}
@media screen and (min-width: 1024px) {
  .p_training_career__step {
    -ms-grid-columns: 240px 32px 1fr;
    grid-template-columns: 240px 1fr;
    -webkit-column-gap: 32px;
       -moz-column-gap: 32px;
            column-gap: 32px;
  }
}
.p_training_career__year {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-height: 48px;
  width: 100%;
  padding: 10px 25px;
  background-color: #FFF8F9;
  color: #AE2D8B;
  font-size: 1.6rem;
  line-height: 1.6;
  font-weight: normal;
  text-align: center;
  white-space: nowrap;
  /* TB */
}
@media screen and (min-width: 768px) {
  .p_training_career__year {
    min-height: 56px;
    font-size: 1.8rem;
  }
}
.p_training_career__detail {
  min-width: 0;
  border-bottom: 1px solid #D5D4DE;
  padding-top: 2.4rem;
  padding-bottom: 2.4rem;
}
.p_training_career__stepTtl {
  color: #AE2D8B;
  font-size: 1.8rem;
  line-height: 1.7;
  font-weight: 700;
  /* TB */
}
@media screen and (min-width: 768px) {
  .p_training_career__stepTtl {
    margin-top: 2px;
    font-size: 1.6rem;
  }
}
.p_training_career__stepList {
  margin-top: 10px;
}
.p_training_career__stepItem {
  position: relative;
  padding-left: 1em;
  color: #2D2D2E;
  font-size: 1.4rem;
  line-height: 2;
}
.p_training_career__stepItem::before {
  content: "・";
  position: absolute;
  top: 0;
  left: 0;
}
.p_training_career__stepItem {
  /* TB */
}
@media screen and (min-width: 768px) {
  .p_training_career__stepItem {
    font-size: 1.6rem;
  }
}
.p_training_career__lead {
  margin-top: 16px;
  line-height: 2;
}
@media screen and (min-width: 768px) {
  .p_training_career__lead {
    text-align: center;
  }
}
.p_training_career__culture {
  margin-top: 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 32px;
}
@media screen and (min-width: 768px) {
  .p_training_career__culture {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 40px;
  }
}
.p_training_career__cultureItem {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.p_training_career__cultureImg {
  background: #D5D4DE;
  aspect-ratio: 4/3;
}
.p_training_career__cultureImg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.p_training_career__cultureList {
  margin-top: 16px;
}
.p_training_career__cultureListItem {
  position: relative;
  padding-left: 1em;
  line-height: 2;
}
.p_training_career__cultureListItem::before {
  content: "・";
  position: absolute;
  left: 0;
}
.p_training_career__hospitalVisualSp {
  margin-top: 24px;
}
.p_training_career__hospitalVisualSp img {
  display: block;
  width: 100%;
  height: auto;
}
.p_training_career__hospitalVisualSp {
  /* TB */
}
@media screen and (min-width: 768px) {
  .p_training_career__hospitalVisualSp {
    display: none;
  }
}
.p_training_career__hospitalCards {
  display: none;
  /* TB */
}
@media screen and (min-width: 768px) {
  .p_training_career__hospitalCards {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[3];
    grid-template-columns: repeat(3, 1fr);
    margin-top: 24px;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }
}
.p_training_career__hospitalCard {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
  color: #2D2D2E;
  text-decoration: none;
  border: 0.2px solid #fff;
}
.p_training_career__hospitalImg {
  overflow: hidden;
  /* TB */
}
@media screen and (min-width: 768px) {
  .p_training_career__hospitalImg {
    aspect-ratio: 1/0.62;
  }
}
.p_training_career__hospitalImg img {
  display: block;
  width: 100%;
  height: auto;
  /* TB */
}
@media screen and (min-width: 768px) {
  .p_training_career__hospitalImg img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.p_training_career__hospitalName {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-width: 0;
  min-height: 40px;
  padding: 8px 0px;
  background-color: #AE2D8B;
  color: #fff;
  font-size: 1.2rem;
  line-height: 1.5;
  text-align: center;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  /* PC */
}
@media screen and (min-width: 1024px) {
  .p_training_career__hospitalName {
    min-height: 52px;
    padding: 10px 12px;
    font-size: 1.4rem;
  }
}
.p_training_career__hospitalList {
  margin: 28px auto 0;
  max-width: 71rem;
  /* TB */
}
@media screen and (min-width: 768px) {
  .p_training_career__hospitalList {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 28px 1fr;
    grid-template-columns: repeat(2, 1fr);
    -webkit-column-gap: 28px;
       -moz-column-gap: 28px;
            column-gap: 28px;
    margin-top: 44px;
  }
}
.p_training_career__hospitalCol + .p_training_career__hospitalCol {
  margin-top: 0;
}
.p_training_career__hospitalItem {
  border-bottom: 1px solid #D5D4DE;
}
.p_training_career__hospitalItem a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 12px;
  padding: 12px 0;
  color: #2D2D2E;
  text-decoration: none;
}
.p_training_career__hospitalItem span {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 0;
  font-size: 1.6rem;
  line-height: 1.6;
}
.p_training_career__hospitalItem img {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 22px;
  height: 22px;
}
.p_training_career__hospitalItem {
  /* TB */
}
@media screen and (min-width: 768px) {
  .p_training_career__hospitalItem a {
    padding: 14px 0 13px;
  }
  .p_training_career__hospitalItem span {
    font-size: 1.4rem;
  }
  .p_training_career__hospitalItem img {
    width: 18px;
    height: 18px;
  }
}
.p_training_career__hospitalItem {
  /* PC */
}
@media screen and (min-width: 1024px) {
  .p_training_career__hospitalItem span {
    font-size: 1.6rem;
  }
  .p_training_career__hospitalItem img {
    width: 20px;
    height: 20px;
  }
}
.p_training_career__hospitalItem--spOnly {
  /* TB */
}
@media screen and (min-width: 768px) {
  .p_training_career__hospitalItem--spOnly {
    display: none;
  }
}
.p_training_gallery {
  overflow: hidden;
  padding: 40px 0;
  /* TB */
}
@media screen and (min-width: 768px) {
  .p_training_gallery {
    padding: 56px 0 72px;
  }
}
.p_training_gallery__inner {
  position: relative;
}
.p_training_gallery__slider {
  margin: 0 -10px;
}
.p_training_gallery__slider .slick-list {
  overflow: visible;
}
.p_training_gallery__slider .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.p_training_gallery__slider {
  /* TB */
}
@media screen and (min-width: 768px) {
  .p_training_gallery__slider {
    margin: 0 -14px;
  }
}
.p_training_gallery__slide {
  padding: 0 10px;
  /* TB */
}
@media screen and (min-width: 768px) {
  .p_training_gallery__slide {
    padding: 0 14px;
  }
}
.p_training_gallery__slide:nth-child(odd) {
  margin-top: 40px;
}
.p_training_gallery__slide:nth-child(even) {
  margin-bottom: 40px;
}
.p_training_gallery__slide {
  /* TB */
}
@media screen and (min-width: 768px) {
  .p_training_gallery__slide:nth-child(odd) {
    margin-top: 52px;
  }
  .p_training_gallery__slide:nth-child(even) {
    margin-bottom: 52px;
  }
}
.p_training_gallery__img {
  overflow: hidden;
  border-radius: 12px;
}
.p_training_gallery__img img {
  display: block;
  width: 100%;
  height: auto;
}
.p {
  /*------------------------------------------------------------------
    page : member
  ------------------------------------------------------------------*/
}
.p_member {
  margin-top: 4rem;
  padding: 0 0 10rem;
}
@media screen and (min-width: 768px) {
  .p_member {
    margin-top: 10rem;
  }
}
.p {
  /*------------------------------------------------------------------
    dr card
  ------------------------------------------------------------------*/
}
.p_dr_referra__item {
  background: #fff;
  border-radius: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-shadow: 2px 2px 16px 0px rgba(0, 0, 0, 0.16);
          box-shadow: 2px 2px 16px 0px rgba(0, 0, 0, 0.16);
  margin: 0 0 20px;
  width: 100%;
  padding: 20px;
}
@media screen and (min-width: 768px) {
  .p_dr_referra__item {
    margin: 0 10px 30px;
    width: calc(50% - 20px);
  }
}
.p_dr_referra__info {
  letter-spacing: 4%;
  width: 70%;
  /*				@include mixin.mq(tb) {
  					width: 66%;
  				}*/
}
.p_dr_referra__atn {
  font-size: 1.3rem;
  padding: 1rem 0 0;
  text-align: right;
}
.p_dr_referra__career {
  position: relative;
  font-size: 1.3rem;
}
.p_dr_referra__career dt {
  border-bottom: 1px solid #3F3A79;
  font-weight: bold;
  margin-bottom: 4px;
  padding-bottom: 4px;
}
.p_dr_referra__career dd {
  font-size: 1.2rem;
  line-height: 1.6em;
}
.p_dr_referra__name {
  font-weight: normal;
  padding-top: 0.5rem;
}
.p_dr_referra__name span {
  display: block;
  font-size: 1.2rem;
  padding-bottom: 0.5rem;
}
.p_dr_referra__name p {
  font-weight: 500;
  font-size: clamp(1.6rem, 4vw, 1.8rem);
}
.p_dr_referra__ttl {
  padding-bottom: 0.5rem;
}
.p_dr_referra__ttl strong {
  font-size: 1.4rem;
  color: #B460A6;
}
.p_dr_referra__ph {
  line-height: 1em;
  padding-right: 1rem;
  width: 30%;
  position: relative;
}
.p_dr_referra__ph figure {
  position: relative;
}
.p_dr_referra__ph figure.part_tag:before {
  background: url(../img/tag_part.svg) no-repeat left top/60px;
  content: "";
  left: 0;
  height: 20px;
  position: absolute;
  top: 0;
  width: 60px;
  z-index: 1;
}
.p_dr_referra__licenseTtl {
  padding-top: 2rem;
}
.p_dr_card {
  background: #fff;
  border: 1px solid #d0e3ec;
  border-radius: 6px;
  font-size: 1.1rem;
  line-height: 1em;
  margin: 5px;
  padding: 5px;
}
.p_dr_card__more {
  color: #AE2D8B;
  display: block;
  text-align: center;
  width: 10rem;
  border-radius: 2rem;
  position: absolute;
  right: 0;
  top: 0;
  font-size: 1.1rem;
  font-weight: 600;
}
.p_dr_card__more::before {
  position: absolute;
  content: "";
  width: 1rem;
  height: 1rem;
  border-left: 0.15rem solid #AE2D8B;
  top: calc(50% - 0.6rem);
  right: 0;
  -webkit-transform: rotate(315deg);
          transform: rotate(315deg);
  border-bottom: 0.15rem solid #AE2D8B;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.p_dr_card__more {
  /*　closeというクラスがついたら形状変化　*/
}
.p_dr_card__more.close::before {
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
  top: calc(50% - 0.2rem);
}
.p_dr_card__box {
  display: none; /*はじめは非表示*/
}
.p {
  /*------------------------------------------------------------------
    page : blog/column
  ------------------------------------------------------------------*/
}
.p_column_wrap {
  padding: 0 2rem;
}
@media screen and (min-width: 768px) {
  .p_column_wrap {
    padding: 0;
  }
}
.p_column_list {
  background: #fff;
  -webkit-box-shadow: 0.2rem 0.2rem 1.4rem 0 rgba(63, 58, 121, 0.16);
          box-shadow: 0.2rem 0.2rem 1.4rem 0 rgba(63, 58, 121, 0.16);
  padding: 0 1.5rem;
}
@media screen and (min-width: 768px) {
  .p_column_list {
    background: none;
    -webkit-box-shadow: none;
            box-shadow: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    padding: 0;
  }
}
.p_column_item {
  margin-bottom: 2rem;
}
@media screen and (min-width: 768px) {
  .p_column_item {
    margin: 2rem;
    width: calc(33.33% - 4rem);
  }
}
.p_column_item a {
  text-decoration: none;
}
.p_column_item img {
  border-radius: 0.6rem 0.6rem 0 0;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.p_column_item .card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 0.1rem solid #D5D4DE;
  padding: 1.5rem 0;
}
@media screen and (min-width: 768px) {
  .p_column_item .card {
    border: none;
    -webkit-box-shadow: 0.2rem 0.2rem 1.4rem 0 rgba(63, 58, 121, 0.16);
            box-shadow: 0.2rem 0.2rem 1.4rem 0 rgba(63, 58, 121, 0.16);
    background: #fff;
    border-radius: 0.6rem;
    display: block;
    padding: 0;
  }
}
.p_column_item:last-child .card {
  border-bottom: 0;
}
.p_column_item .card-content {
  padding: 1.5rem;
}
.p_column_item .card-date {
  font-size: 1.4rem;
}
.p_column_item .card-image {
  width: 30%;
  height: 10rem;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
@media screen and (min-width: 768px) {
  .p_column_item .card-image {
    height: 180px;
    width: 100%;
  }
}
.p_column_item .card-image img {
  height: 100%;
}
.p_column_item .card-title {
  font-size: 1.6rem;
  line-height: 2.8rem;
  font-weight: normal;
}
.p_post {
  margin-top: 4rem;
  padding-bottom: 10rem;
}
.p_postMeta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2rem;
  padding-bottom: 2rem;
}
.p_postMeta__date {
  color: #2D2D2E;
  font-size: 1.6rem;
  line-height: 1.6;
}
.p_info_wrap {
  -webkit-box-shadow: 0.2rem 0.2rem 1.4rem 0 rgba(63, 58, 121, 0.16);
          box-shadow: 0.2rem 0.2rem 1.4rem 0 rgba(63, 58, 121, 0.16);
}
.p_info_list {
  list-style: none;
}
.p_info_item {
  border-bottom: 0.1rem solid #D9D9D9;
  display: block;
  position: relative;
  padding: 2rem 4rem 2rem 0;
  text-decoration: none;
}
@media screen and (min-width: 768px) {
  .p_info_item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 2rem;
    padding: 2.4rem 4rem 2.4rem 0;
  }
}
.p_info_item::after {
  content: "";
  border-bottom: 0.1rem solid #ae2d8b;
  border-right: 0.1rem solid #ae2d8b;
  width: 0.8rem;
  height: 0.8rem;
  -webkit-transform: rotate(315deg);
          transform: rotate(315deg);
  position: absolute;
  right: 1rem;
  top: 50%;
  margin-top: -0.4rem;
}
.p_info_item_date {
  display: inline-block;
  vertical-align: middle;
  font-size: 1.4rem;
  line-height: 1.6;
  padding: 0;
  margin-right: 1.2rem;
  margin-top: -1rem;
}
@media screen and (min-width: 768px) {
  .p_info_item_date {
    width: 8rem;
    margin-right: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    margin-top: 0;
  }
}
.p_info_item__tag {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  vertical-align: middle;
  background: #B460A6;
  border-radius: 5rem;
  color: #fff;
  line-height: 1.6;
  min-width: 12rem;
  padding: 0.5rem 1.5rem;
  font-size: 1.2rem;
  text-align: center;
  margin-bottom: 1rem;
  width: 13rem;
}
@media screen and (min-width: 768px) {
  .p_info_item__tag {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    margin-bottom: 0;
  }
}
.p_info_item__tag.news_medical {
  background: #1E50A2;
}
.p_info_item_txt {
  display: block;
  padding: 1.2rem 0 0;
  line-height: 1.6em;
}
@media screen and (min-width: 768px) {
  .p_info_item_txt {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    min-width: 0;
    padding: 0;
  }
}
.p {
  /*------------------------------------------------------------------
    page : about
  ------------------------------------------------------------------*/
  /* ============================================
     About - ご挨拶
  ============================================ */
}
.p_about_greeting {
  position: relative;
  padding: 4rem 0 10rem;
}
@media screen and (min-width: 768px) {
  .p_about_greeting {
    padding: 14rem 0 10rem;
  }
}
.p_about_greeting::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  height: 74%;
  bottom: 0;
  background: -webkit-gradient(linear, left top, right top, from(#D3C9E9), to(#FFF2F3));
  background: linear-gradient(to right, #D3C9E9 0%, #FFF2F3 100%);
  opacity: 0.5;
  z-index: 0;
}
.p_about_greeting .ly_inner {
  position: relative;
  z-index: 1;
}
.p_about_greeting {
  /* TB */
}
@media screen and (min-width: 768px) {
  .p_about_greeting::before {
    height: 45%;
  }
}
.p_about_greeting {
  /* PC */
}
@media screen and (min-width: 1024px) {
  .p_about_greeting::before {
    height: 56%;
  }
}
.p_about_greeting__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 32px;
}
@media screen and (min-width: 768px) {
  .p_about_greeting__content {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 32px;
  }
}
@media screen and (min-width: 1024px) {
  .p_about_greeting__content {
    gap: 40px;
  }
}
.p_about_greeting {
  /*
  ---------------------------
  右：プロフィール
  ---------------------------
  */
}
.p_about_greeting__profile {
  width: 100%;
  max-width: 300px;
  margin: 0 auto;
}
@media screen and (min-width: 1024px) {
  .p_about_greeting__profile {
    width: 300px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 300px;
            flex: 0 0 300px;
  }
}
.p_about_greeting__photo {
  -webkit-box-shadow: 0.2rem 0.2rem 1.4rem 0 rgba(63, 58, 121, 0.16);
          box-shadow: 0.2rem 0.2rem 1.4rem 0 rgba(63, 58, 121, 0.16);
}
.p_about_greeting__photo img {
  display: block;
  width: 100%;
  height: auto;
}
.p_about_greeting__info {
  margin-top: 12px;
}
.p_about_greeting__position {
  font-size: 18px;
  line-height: 1.7;
  color: #2D2D2E;
}
.p_about_greeting__name {
  margin-top: 6px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  gap: 10px;
}
.p_about_greeting__nameJa {
  font-size: 22px;
  font-weight: 500;
  color: #2D2D2E;
}
.p_about_greeting__nameEn {
  font-size: 18px;
  color: #3F3A79;
}
.p_about_greeting__career {
  margin-top: 10px;
}
.p_about_greeting__careerTtl {
  font-size: 15px;
  margin-bottom: 4px;
  color: #2D2D2E;
}
.p_about_greeting__careerList {
  margin: 0;
  padding: 0;
  list-style: none;
}
.p_about_greeting__careerItem {
  font-size: 12px;
  line-height: 1.8;
  color: #2D2D2E;
}
.p_about_greeting {
  /*
  ---------------------------
  左：本文
  ---------------------------
  */
}
.p_about_greeting__body {
  width: 100%;
}
@media screen and (min-width: 1024px) {
  .p_about_greeting__body {
    width: 640px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 640px;
            flex: 0 0 640px;
  }
}
.p_about_greeting__lead {
  font-family: "Noto Serif JP", serif;
  font-style: normal;
  font-size: 26px;
  line-height: 1.8;
  color: #AE2D8B;
  letter-spacing: 0.08em;
  margin-bottom: 24px;
  padding-top: 4rem;
}
@media screen and (min-width: 768px) {
  .p_about_greeting__lead {
    padding-top: 0;
    font-size: 28px;
  }
}
@media screen and (min-width: 1024px) {
  .p_about_greeting__lead {
    font-size: 32px;
  }
}
.p_about_greeting {
  /*
  ---------------------------
  本文カード
  ---------------------------
  */
}
.p_about_greeting__message {
  background: #fff;
  border-radius: 12px;
  padding: 24px 20px;
  -webkit-box-shadow: 0.2rem 0.2rem 1.4rem 0 rgba(63, 58, 121, 0.16);
          box-shadow: 0.2rem 0.2rem 1.4rem 0 rgba(63, 58, 121, 0.16);
}
@media screen and (min-width: 768px) {
  .p_about_greeting__message {
    padding: 40px;
  }
}
.p_about_greeting__message p {
  font-size: 16px;
  line-height: 1.75;
  color: #2D2D2E;
}
.p_about_greeting__message p + p {
  margin-top: 30px;
}
.p_about_center {
  padding: 4rem 0 0;
}
@media screen and (min-width: 768px) {
  .p_about_center {
    padding: 14rem 0 0;
  }
}
.p_about_center__box {
  /*				height: 24rem;*/
  margin-bottom: 10rem;
  padding: 0 2rem 26rem;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p_about_center__box {
    height: 36.6rem;
    padding: 0;
  }
}
.p_about_center__box::after {
  background: url(../img/ph_about_center.webp) no-repeat left top/cover;
  border-radius: 1rem;
  content: "";
  position: absolute;
  left: 0;
  margin: auto;
  bottom: 0;
  height: 24rem;
  right: 0;
  width: calc(100% - 4rem);
}
@media screen and (min-width: 768px) {
  .p_about_center__box::after {
    border-radius: 0 1rem 1rem 0;
    bottom: auto;
    height: 36.6rem;
    right: auto;
    top: 0;
    width: 47%;
  }
}
@media screen and (min-width: 1440px) {
  .p_about_center__box::after {
    border-radius: 1rem;
  }
}
.p_about_center__txt {
  margin: auto;
  max-width: 98rem;
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .p_about_center__txt {
    padding-left: min(47%, 49.5rem);
  }
}
.p_about_center__ttl {
  padding-bottom: 4rem;
}
.p_about_center__result {
  padding-top: 10rem;
  position: relative;
}
.p_about_center__result::before {
  content: "";
  background: -webkit-gradient(linear, left top, right top, from(#D3C9E9), to(#FFF2F3));
  background: linear-gradient(to right, #D3C9E9 0%, #FFF2F3 100%);
  left: 0;
  height: 100%;
  opacity: 0.5;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}
@media screen and (min-width: 768px) {
  .p_about_center__result::before {
    height: 87%;
    width: calc(100% - 2rem);
  }
}
@media screen and (min-width: 1024px) {
  .p_about_center__result::before {
    min-width: 90rem;
    width: calc(100% - min(2rem, 12vw));
  }
}
@media screen and (min-width: 768px) {
  .p_about_center .top_about__list::after {
    height: 54rem;
  }
}
.p_about {
  /* ============================================
     About - 手術実績ブロック
  ============================================ */
}
.p_about_stats {
  border: none;
  color: #AE2D8B;
  padding: 0;
  max-width: 700px;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .p_about_stats {
    border: 1px solid #AE2D8B;
    border-radius: 12px;
    padding: 24px;
  }
}
.p_about_stats__list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 12px 1fr 12px 1fr 12px 1fr 12px 1fr 12px 1fr;
  grid-template-columns: repeat(6, 1fr);
  gap: 24px 12px;
}
@media screen and (min-width: 768px) {
  .p_about_stats__list {
    -ms-grid-columns: 1fr 0 1fr 0 1fr 0 1fr 0 1fr;
    grid-template-columns: repeat(5, 1fr);
    gap: 0;
  }
}
.p_about_stats__item {
  position: relative;
  text-align: center;
  padding: 0;
}
@media screen and (min-width: 768px) {
  .p_about_stats__item {
    padding: 8px 12px;
  }
}
.p_about_stats__item {
  /* 上2つ（2列表示） */
}
.p_about_stats__item:nth-child(-n+2) {
  -ms-grid-column-span: 3;
  grid-column: span 3;
}
@media screen and (min-width: 768px) {
  .p_about_stats__item:nth-child(-n+2) {
    grid-column: auto;
  }
}
.p_about_stats__item {
  /* 下3つ（3列表示） */
}
.p_about_stats__item:nth-child(n+3) {
  -ms-grid-column-span: 2;
  grid-column: span 2;
}
@media screen and (min-width: 768px) {
  .p_about_stats__item:nth-child(n+3) {
    grid-column: auto;
  }
}
.p_about_stats__item::after {
  content: none;
}
@media screen and (min-width: 768px) {
  .p_about_stats__item::after {
    content: "";
    position: absolute;
    top: 8px;
    bottom: 8px;
    right: 0;
    width: 1px;
    background: #D5D4DE;
  }
}
.p_about_stats__item:last-child::after {
  content: none;
}
.p_about_stats__item__label {
  color: #3F3A79;
}
.p_about_stats__item__value {
  margin-top: 8px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  gap: 4px;
  color: #AE2D8B;
}
.p_about_stats__item__num {
  font-size: 36px;
  line-height: 1;
  font-family: "Alata", sans-serif;
}
@media screen and (min-width: 768px) {
  .p_about_stats__item__num {
    font-size: 40px;
  }
}
.p_about_stats__item__icon {
  margin-top: 12px;
}
.p_about_stats__item__icon img {
  width: 52px;
  height: auto;
}
@media screen and (min-width: 768px) {
  .p_about_stats__item__icon img {
    width: 56px;
  }
}
.p_about_stats__num {
  font-size: 2.8rem;
  font-weight: 600;
}
@media screen and (min-width: 768px) {
  .p_about_stats__num {
    font-size: 2.4rem;
  }
}
.p_about_stats__unit {
  font-size: 14px;
  font-weight: 600;
}
.p_about_diseaseMenu__inner {
  max-width: 980px;
  margin: 0 auto;
  padding: 0 20px;
}
@media screen and (min-width: 768px) {
  .p_about_diseaseMenu__inner {
    padding: 0 20px;
  }
}
@media screen and (min-width: 1024px) {
  .p_about_diseaseMenu__inner {
    padding: 60px 120px;
  }
}
.p_about_diseaseMenu__item {
  position: relative;
  padding: 30px 0;
}
.p_about_diseaseMenu__item::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background: #D5D4DE;
}
.p_about_diseaseMenu__item:last-child::after {
  content: none;
}
@media screen and (min-width: 768px) {
  .p_about_diseaseMenu__item {
    padding: 32px 0;
  }
}
.p_about_diseaseMenu__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  margin-bottom: 12px;
}
@media screen and (min-width: 768px) {
  .p_about_diseaseMenu__head {
    gap: 20px;
  }
}
.p_about_diseaseMenu__icon {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 32px;
  height: 32px;
}
@media screen and (min-width: 768px) {
  .p_about_diseaseMenu__icon {
    height: 4rem;
    width: 4rem;
  }
}
.p_about_diseaseMenu__icon img {
  display: block;
  width: 100%;
  height: 100%;
}
.p_about_diseaseMenu__title {
  font-size: 1.8rem;
  line-height: 3rem;
  color: #AE2D8B;
  font-weight: normal;
}
@media screen and (min-width: 768px) {
  .p_about_diseaseMenu__title {
    font-size: 2.2rem;
  }
}
.p_about_diseaseMenu__text {
  font-size: 1.6rem;
  line-height: 2.8rem;
  letter-spacing: 4%;
  color: #2D2D2E;
}
@media screen and (min-width: 768px) {
  .p_about_diseaseMenu__text {
    font-size: 1.6rem;
    line-height: 2.8rem;
  }
}
.p_about_diseaseMenu__media {
  margin-top: 16px;
  padding: 0 0 4px;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow-x: auto;
  gap: 12px;
  -ms-scroll-snap-type: x mandatory;
      scroll-snap-type: x mandatory;
}
@media screen and (min-width: 768px) {
  .p_about_diseaseMenu__media {
    padding: 0;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 12px 1fr 12px 1fr;
    grid-template-columns: repeat(3, 1fr);
    gap: 12px;
    overflow-x: visible;
    -ms-scroll-snap-type: none;
        scroll-snap-type: none;
  }
}
@media screen and (min-width: 1024px) {
  .p_about_diseaseMenu__media {
    gap: 16px;
  }
}
.p_about_diseaseMenu__mediaItem {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 80%;
          flex: 0 0 80%;
  scroll-snap-align: start;
}
@media screen and (min-width: 768px) {
  .p_about_diseaseMenu__mediaItem {
    -webkit-box-flex: initial;
        -ms-flex: initial;
            flex: initial;
    scroll-snap-align: none;
  }
}
.p_about_diseaseMenu__thumb {
  border-radius: 8px;
  overflow: hidden;
  background: #eee;
}
.p_about_diseaseMenu__thumb img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 768px) {
  .p_about_diseaseMenu__thumb {
    border-radius: 10px;
  }
}
.p_about_diseaseMenu__note {
  margin-top: 16px;
  padding: 14px;
  border-radius: 10px;
  background: #fbf5f8;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 12px;
}
@media screen and (min-width: 768px) {
  .p_about_diseaseMenu__note {
    padding: 18px 20px;
    border-radius: 12px;
  }
}
.p_about_diseaseMenu__noteIcon {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: #fff;
  display: -ms-grid;
  display: grid;
  place-items: center;
}
.p_about_diseaseMenu__noteIcon img {
  display: block;
  width: 18px;
  height: 18px;
}
@media screen and (min-width: 768px) {
  .p_about_diseaseMenu__noteIcon {
    width: 36px;
    height: 36px;
  }
  .p_about_diseaseMenu__noteIcon img {
    width: 20px;
    height: 20px;
  }
}
.p_about_diseaseMenu__noteTitle {
  font-size: 14px;
  line-height: 1.6;
  color: #2D2D2E;
}
.p_about_diseaseMenu__noteText {
  margin-top: 6px;
  font-size: 13px;
  line-height: 1.8;
  color: #2D2D2E;
}
.p_about {
  /* ============================================
  Result Box
  ============================================ */
}
.p_about_resultBox {
  padding: 4rem 0 10rem;
}
@media screen and (min-width: 768px) {
  .p_about_resultBox {
    padding: 6rem 0 20rem;
  }
}
.p_about_resultBox__box {
  padding: 24px 16px;
  border: 1px solid #AE2D8B;
}
@media screen and (min-width: 768px) {
  .p_about_resultBox__box {
    padding: 40px 24px;
  }
}
@media screen and (min-width: 1024px) {
  .p_about_resultBox__box {
    max-width: 780px;
    margin: 0 auto;
    padding: 48px 56px 56px;
  }
}
.p_about_resultBox__head {
  text-align: center;
}
.p_about_resultBox__ttl {
  font-family: "Noto Serif JP", serif;
  font-style: normal;
  font-size: 24px;
  line-height: 1.6;
  letter-spacing: 0.08em;
  color: #AE2D8B;
  font-weight: normal;
}
@media screen and (min-width: 768px) {
  .p_about_resultBox__ttl {
    font-size: 32px;
  }
}
.p_about_resultBox__year {
  font-size: 20px;
}
@media screen and (min-width: 768px) {
  .p_about_resultBox__year {
    font-size: 28px;
  }
}
.p_about_resultBox__summary {
  margin-top: 24px;
}
@media screen and (min-width: 768px) {
  .p_about_resultBox__summary {
    margin-top: 32px;
  }
}
.p_about_resultBox__trigger {
  margin-top: 24px;
  text-align: center;
}
.p_about_resultBox__btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  background: none;
  border: 0;
  color: #AE2D8B;
  cursor: pointer;
}
.p_about_resultBox__btnTxt {
  font-size: 14px;
  line-height: 1.6;
  color: #AE2D8B;
}
.p_about_resultBox__btnIcon {
  position: relative;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 20px;
  height: 20px;
  background: #AE2D8B;
  border-radius: 50%;
}
.p_about_resultBox__btnIcon::before, .p_about_resultBox__btnIcon::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 8px;
  height: 1px;
  background: #fff;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.p_about_resultBox__btnIcon::after {
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
          transform: translate(-50%, -50%) rotate(90deg);
}
.p_about_resultBox__btn[aria-expanded=true] .p_about_resultBox__btnIcon::after {
  display: none;
}
.p_about_resultBox__detail {
  margin-top: 32px;
}
@media screen and (min-width: 768px) {
  .p_about_resultBox__detail {
    margin-top: 40px;
  }
}
.p_about_resultBox__detailInner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 32px;
}
.p_about_resultBox__grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 32px;
}
@media screen and (min-width: 768px) {
  .p_about_resultBox__grid {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 24px;
    max-width: 700px;
    margin: 0 auto;
  }
}
@media screen and (min-width: 1024px) {
  .p_about_resultBox__grid {
    width: 700px;
  }
}
.p_about_resultBox__col {
  width: 100%;
  max-width: 313px;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .p_about_resultBox__col {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 0px;
            flex: 1 1 0;
  }
}
.p_about_resultBox__subTtl {
  margin-bottom: 16px;
  font-size: 16px;
  line-height: 1.6;
  color: #AE2D8B;
  font-weight: normal;
}
.p_about_resultBox__subTtl + .p_csReasonTable {
  margin-bottom: 24px;
}
.p_about_resultBox__subTtl:not(:first-child) {
  margin-top: 24px;
}
.p_about_gyne__inner {
  padding: 4rem 0 10rem;
}
@media screen and (min-width: 768px) {
  .p_about_gyne__inner {
    padding: 10rem 0;
  }
}
.p {
  /*------------------------------------------------------------------
   page:contact
  ------------------------------------------------------------------*/
}
.p_contact__wrap {
  background: #fff;
  margin: auto;
  max-width: 80rem;
  padding: 3rem 2rem;
  width: 89.743589vw;
}
.p_contact__wrap .wpcf7-not-valid-tip {
  font-size: 1.2rem;
}
@media screen and (min-width: 768px) {
  .p_contact__wrap {
    border-radius: 1rem;
    -webkit-box-shadow: 0.2rem 0.2rem 1.4rem 0 rgba(63, 58, 121, 0.16);
            box-shadow: 0.2rem 0.2rem 1.4rem 0 rgba(63, 58, 121, 0.16);
    margin: 10rem auto 15rem;
    padding: 4rem;
  }
}
.p_contact__wrap {
  /* file upload */
}
.p_contact__wrap input.btn_contact__file {
  border: none;
  padding-left: 0;
}
.p_contact__wrap {
  /*チェックボックを打ち消して新たに作成*/
}
.p_contact__wrap input[type=checkbox] {
  position: absolute;
  top: 0;
  left: 0;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  border: 1px solid #174B98;
  width: 17px;
  height: 17px;
  font-size: 10px;
  text-align: center;
  margin: 0;
}
.p_contact__wrap {
  /*チェックマークを作成*/
}
.p_contact__wrap input[type=checkbox]:checked::before {
  content: "";
  position: absolute;
  top: 3px;
  left: 3px;
  display: inline-block;
  width: 9px;
  height: 6px;
  border-left: 2px solid #174B98;
  border-bottom: 2px solid #174B98;
  -webkit-transform: rotate(-54deg);
          transform: rotate(-54deg);
}
.p_contact__wrap .wpcf7-acceptance .wpcf7-list-item input[type=checkbox] {
  border: 1px solid #B42B7A;
}
.p_contact__wrap {
  /*チェックマークを作成*/
}
.p_contact__wrap .wpcf7-acceptance .wpcf7-list-item input[type=checkbox]:checked::before {
  border-left: 2px solid #B42B7A;
  border-bottom: 2px solid #B42B7A;
  border-right: none;
}
.p_contact__wrap {
  /* btn */
}
.p_contact__wrap .btn a {
  color: #fff;
  text-decoration: none;
}
.p_contact__wrap .btn_send {
  background: #B460A6;
  border-radius: 3rem;
  color: #ffffff !important;
  display: block;
  font-weight: normal;
  margin: auto;
  max-width: 30rem;
  letter-spacing: 0.25rem;
  line-height: 1em;
  padding: 2.1rem 0;
  /* position: relative; */
  text-decoration: none;
  text-align: center;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  width: 64vw;
  border: none;
  font-size: 2rem;
}
.p_contact__wrap .btn_send:hover {
  opacity: 0.8;
}
.p_contact__wrap .btn_contact {
  margin: auto;
  max-width: 30rem;
  position: relative;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.p_contact__wrap .btn_contact:before {
  background: #fff;
  border-radius: 5rem;
  height: 3rem;
  width: 3rem;
  position: absolute;
  z-index: 2;
  right: 3.5rem;
  top: 1.5rem;
  content: "";
}
@media screen and (min-width: 768px) {
  .p_contact__wrap .btn_contact:before {
    right: 1.5rem;
  }
}
.p_contact__wrap .btn_contact:after {
  height: 1rem;
  width: 1rem;
  position: absolute;
  z-index: 2;
  right: 4.6rem;
  top: 2.5rem;
  border: 0.2rem solid #b474a5;
  content: "";
  border-bottom: 0;
  border-right: 0;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}
@media screen and (min-width: 768px) {
  .p_contact__wrap .btn_contact:after {
    right: 2.5rem;
  }
}
.p_contact__privacyTxt {
  font-size: 1.5rem;
  text-align: center;
}
.p_contact__privacyWrap {
  border-radius: 1rem;
  border: 0.1rem solid #333333;
  font-size: 1.4rem;
  max-width: 45rem;
  margin: 2rem auto;
  padding: 2rem;
}
.p_contact__list {
  padding: 3rem 0;
}
.p_contact__item {
  margin-bottom: 2rem;
}
@media screen and (min-width: 981px) {
  .p_contact__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.p_contact__item dt {
  height: 100%;
  line-height: 1em;
  padding: 1rem 0 1.5rem;
  position: relative;
}
@media screen and (min-width: 981px) {
  .p_contact__item dt {
    padding-bottom: 1rem;
    padding-right: 2rem;
    width: 37%;
  }
}
@media screen and (min-width: 981px) {
  .p_contact__item dd {
    width: 63%;
  }
}
.p_contact__item select, .p_contact__item input, .p_contact__item textarea {
  border: solid 0.1rem #2D2D2E;
  width: 100%;
  padding: 1rem 2rem;
  background: none;
}
.p_contact__item .select_mid {
  margin-right: 2rem;
  width: 17rem;
}
.p_contact__item .select_short {
  width: 7.5rem;
}
.p_contact__required {
  background: #F2F2F2;
  font-size: 1.5rem;
  line-height: 1em;
  margin-left: 1.5rem;
  padding: 0.1rem 1rem;
}
@media screen and (min-width: 981px) {
  .p_contact__required {
    margin-left: auto;
    position: absolute;
    padding: 0.5rem 1rem;
    right: 4rem;
    top: calc(50% - 1.5rem);
  }
}
.p_contact {
  /*	&_arw {
  		border-right: .2rem;
  		border-bottom: .2rem;
  		position: absolute;
  	    z-index: 2;
  	    right: 14px;
  	    top: 7px;
  	    content: "";
  	    font-size: 18px;
  	    display: block;
  	    font-weight: 900;
  	    content: "\f078";
  	    padding-left: 1rem;
  	    color: #AD2786;
  	}*/
}
.p_contact__arw {
  position: relative;
}
.p_contact__arw:before {
  content: "";
  border-bottom: 0.3rem solid #333;
  border-right: 0.3rem solid #333;
  position: absolute;
  right: 1.4rem;
  top: 1.5rem;
  z-index: 0;
  width: 1.2rem;
  height: 1.2rem;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.p_contact__arw:after {
  background: #fff;
  width: 100%;
  position: absolute;
  right: 0;
  top: 0;
  content: "";
  height: 100%;
  z-index: -1;
}
.p_contact__text_short {
  max-width: 17rem;
}
.p_contact__text_mid {
  max-width: 25.5rem;
}
.p_contact__douiWrap {
  margin-bottom: 2rem;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p_contact__douiWrap {
    margin-bottom: 4rem;
  }
}
.p_contact__douiWrap span {
  vertical-align: text-bottom;
}
.p_contact__douiWrap input {
  margin-right: 1rem;
  display: inline-block;
}
.p_contact__douiWrap .wpcf7-list-item-label {
  margin-left: 1rem;
}
.p {
  /*------------------------------------------------------------------
   page:information
  ------------------------------------------------------------------*/
}
.p_info .l_cont__inner {
  padding-left: 1rem;
  padding-right: 1rem;
}
@media screen and (min-width: 768px) {
  .p_info .l_cont__inner {
    padding-left: 0;
    padding-right: 0;
  }
}
.p {
  /*------------------------------------------------------------------
    page : post
  ------------------------------------------------------------------*/
}
.p_post__inner {
  padding: 4rem 2rem;
}
.p_post__inner .c_box {
  -webkit-box-shadow: 0.2rem 0.2rem 1.4rem 0 rgba(63, 58, 121, 0.16);
          box-shadow: 0.2rem 0.2rem 1.4rem 0 rgba(63, 58, 121, 0.16);
}
.p_post__inner img {
  padding: 1rem 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}
.p_post__inner p {
  padding: 1rem 0;
  letter-spacing: 2%;
  line-height: 2.8rem;
}
@media screen and (min-width: 768px) {
  .p_post__inner p {
    letter-spacing: 4%;
    line-height: 3.2rem;
  }
}
.p_post__inner pre {
  white-space: pre-wrap;
  padding: 1rem 0;
  letter-spacing: 2%;
  line-height: 2.8rem;
}
@media screen and (min-width: 768px) {
  .p_post__inner pre {
    letter-spacing: 4%;
    line-height: 3.2rem;
  }
}
.p_post__inner h2 {
  color: #AE2D8B;
  font-size: 2.4rem;
  padding: 1rem 0;
}
@media screen and (min-width: 768px) {
  .p_post__inner h2 {
    font-size: 3.2rem;
  }
}
.p_post__inner h3 {
  color: #AE2D8B;
  font-size: 2.2rem;
  position: relative;
  padding: 1rem 0 1.2rem;
  font-weight: 500;
  border-bottom: 0.1rem solid #D5D4DE;
}
.p_post__inner h4 {
  color: #AE2D8B;
  font-size: 2rem;
  position: relative;
  padding: 1rem 0 1rem 1.5rem;
  font-weight: 500;
}
.p_post__inner h4::before {
  border-left: 0.2rem solid #B460A6;
  content: "";
  height: calc(1em + 0.8rem);
  left: 0;
  top: 1.2rem;
  position: absolute;
  width: 0.2rem;
}
.p_post__inner h5 {
  color: #AE2D8B;
  font-size: 1.8rem;
  font-weight: 500;
  padding: 1rem 0;
}
.p_post__inner h6 {
  color: #AE2D8B;
  font-size: 1.6rem;
  font-weight: 500;
  padding: 1rem 0;
}
.p_post__inner a {
  color: #AE2D8B;
  display: inline-block;
}
.p_post__inner strong {
  font-weight: 700;
  color: #AE2D8B;
}
.p_post__inner u, .p_post__inner span[style*=underline] {
  text-decoration: none !important;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(70%, transparent), color-stop(70%, rgba(179, 115, 165, 0.3)));
  background: linear-gradient(transparent 70%, rgba(179, 115, 165, 0.3) 70%);
}
.p_post__inner > *:first-child {
  margin-top: 0;
}
.p_post__inner > *:last-child {
  margin-bottom: 0;
}
.p_post__inner table {
  border-collapse: collapse;
  width: 100%;
  margin: 2rem 0;
  table-layout: fixed;
}
.p_post__inner th,
.p_post__inner td {
  border: 0.1rem solid #D5D4DE;
  line-height: 1.8;
  padding: 1rem;
  text-align: left;
  vertical-align: top;
}
.p_post__inner th {
  background: #f3f3f3 !important;
  font-weight: 500;
  width: 30% !important;
}
.p_post__inner td {
  background: #fff;
}
.p_post__inner ul,
.p_post__inner ol {
  margin: 1rem 0;
  padding: 1rem 0;
  padding-left: 2rem;
}
@media screen and (min-width: 768px) {
  .p_post__inner ul,
  .p_post__inner ol {
    padding-left: 2.4rem;
  }
}
.p_post__inner ol {
  list-style: decimal;
}
.p_post__inner ol li {
  line-height: 2;
  margin-bottom: 1rem;
}
.p_post__inner ol li::marker {
  color: #AE2D8B;
  font-weight: 700;
}
.p_post__inner ol li:last-child {
  margin-bottom: 0;
}
.p_post__inner ul {
  list-style: none !important;
}
.p_post__inner ul li {
  list-style: none !important;
  position: relative;
  line-height: 2;
  margin-bottom: 1rem;
}
.p_post__inner ul li::before {
  content: "";
  position: absolute;
  left: -2rem;
  top: 0.8rem;
  width: 1.6rem;
  height: 1.6rem;
  border-radius: 50%;
  background: rgba(174, 45, 139, 0.2);
}
.p_post__inner ul li::after {
  content: "";
  position: absolute;
  left: -1.6rem;
  top: 1.2rem;
  width: 0.8rem;
  height: 0.8rem;
  border-radius: 50%;
  background: #AE2D8B;
}
.p_post__inner ul li:last-child {
  margin-bottom: 0;
}
.p_post__inner li > ul,
.p_post__inner li > ol {
  margin-top: 1rem;
  margin-bottom: 0;
}
.p_post__inner blockquote {
  position: relative;
  margin: 1rem 0;
  padding: 4rem 2rem;
  color: #2D2D2E;
  font-size: 1.8rem;
  line-height: 2;
  background: -webkit-gradient(linear, left top, left bottom, from(#d8d4e0), to(#d8d4e0)) left top/4rem 0.2rem no-repeat, -webkit-gradient(linear, left top, left bottom, from(#d8d4e0), to(#d8d4e0)) left top/0.2rem 5rem no-repeat, -webkit-gradient(linear, left top, left bottom, from(#d8d4e0), to(#d8d4e0)) right bottom/4rem 0.2rem no-repeat, -webkit-gradient(linear, left top, left bottom, from(#d8d4e0), to(#d8d4e0)) right bottom/0.2rem 5rem no-repeat;
  background: linear-gradient(#d8d4e0, #d8d4e0) left top/4rem 0.2rem no-repeat, linear-gradient(#d8d4e0, #d8d4e0) left top/0.2rem 5rem no-repeat, linear-gradient(#d8d4e0, #d8d4e0) right bottom/4rem 0.2rem no-repeat, linear-gradient(#d8d4e0, #d8d4e0) right bottom/0.2rem 5rem no-repeat;
}
@media screen and (min-width: 768px) {
  .p_post__inner blockquote {
    padding: 5.6rem 6rem;
  }
}
.p_post__inner blockquote::before, .p_post__inner blockquote::after {
  position: absolute;
  color: #d8d4e0;
  font-family: serif;
  line-height: 1;
}
.p_post__inner blockquote::before {
  content: "“";
  top: 1.2rem;
  left: 1.2rem;
  font-size: 4.8rem;
}
.p_post__inner blockquote::after {
  content: "”";
  right: 1.2rem;
  bottom: -1.2rem;
  font-size: 4.8rem;
}
.p_post_link__wrap {
  padding: 6rem 0 4rem;
}
.p_reportPost__head {
  padding-bottom: 1rem;
}
.p_reportPost__label {
  color: #AE2D8B;
  font-size: 1.8rem;
}
.p_reportPost__catch {
  color: #2D2D2E;
  font-size: 2.4rem;
  font-weight: 500;
  line-height: 1.6;
  padding-top: 1rem;
}
@media screen and (min-width: 768px) {
  .p_reportPost__catch {
    font-size: 3.2rem;
  }
}

/*あとでp_にマージする
.post {
	&_inner {

		img {
		    max-width: 90%;
		    margin: 4rem auto;
		    display: flex;
		    width: 100%;
		}
		p {
		    margin: 2rem auto;
		    letter-spacing: 2%;
		    line-height: 2.8rem;
		    @include mixin.mq(tb) {
			    letter-spacing: 4%;
			    line-height: 3.2rem;
		    }
		}


	}	
}*/
/*あとでp_にマージする*/
.info_tab__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  overflow: hidden;
}
.info_tab__item {
  font-size: 1.2rem;
  width: 33.33%;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .info_tab__item {
    font-size: 1.6rem;
  }
}
.info_tab__item a {
  background: #3F3A79;
  bottom: -1rem;
  color: #fff;
  display: block;
  padding: 1.5rem 0 1.5rem;
  position: relative;
  border-radius: 0.8rem 0.8rem 0 0;
  text-decoration: none;
}
.info_tab__item span {
  background: #3F3A79;
  color: #fff;
  display: block;
  padding: 1.8rem 0 1.5rem;
  border-radius: 0.8rem 0.8rem 0 0;
}
.info_tab__item:nth-child(2) :is(span, a) {
  background: #DAABCD;
}
.info_tab__item:last-child :is(span, a) {
  background: #92A3DD;
}

/* ============================================
   Delivery Table
============================================ */
.p_deliveryTable {
  max-width: 700px;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
@media screen and (min-width: 768px) {
  .p_deliveryTable {
    margin: 0 auto;
    padding: 0;
    overflow-x: visible;
  }
}
.p_deliveryTable__tbl {
  width: 700px;
  border-collapse: collapse;
  table-layout: fixed;
  font-size: 14px;
}
@media screen and (min-width: 768px) {
  .p_deliveryTable__tbl {
    width: 100%;
  }
}
.p_deliveryTable__row {
  border-bottom: 3px solid #fff;
}
.p_deliveryTable__ttl {
  padding: 5px 0;
  background-color: rgb(237.1232876712, 185.8767123288, 223.2191780822);
  border: 3px solid #fff;
  text-align: center;
  vertical-align: middle;
  white-space: nowrap;
  font-weight: normal;
}
.p_deliveryTable__ttl.p_deliveryTable__ttl--category {
  min-width: 100px;
  background-color: #AE2D8B;
  border: 3px solid #fff;
  color: #fff;
}
.p_deliveryTable__data {
  padding: 5px 0;
  background-color: #FFECEF;
  border: 3px solid #fff;
  text-align: center;
  vertical-align: middle;
}
.p_deliveryTable__data.p_deliveryTable__data--summary {
  padding: 5px 0;
  background-color: #FFECEF;
  font-size: 14px;
  text-align: center;
}

/* ============================================
p_pregTable
異常妊娠 / 合併妊娠 テーブル
============================================ */
.p_pregTable {
  max-width: 313px;
}
.p_pregTable__tbl {
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed;
  font-size: 14px;
}
.p_pregTable__row {
  border-bottom: 3px solid #fff;
}
.p_pregTable__category {
  width: 30px;
  background-color: #AE2D8B;
  border: 3px solid #fff;
  color: #fff;
  vertical-align: middle;
  font-weight: normal;
  text-orientation: mixed;
  letter-spacing: 0.08em;
}
.p_pregTable__label {
  min-width: 200px;
  width: 220px;
  padding: 2px 10px;
  background-color: #F2D6E6;
  border: 3px solid #fff;
  text-align: left;
  vertical-align: middle;
  font-weight: normal;
}
@media screen and (min-width: 768px) {
  .p_pregTable__label {
    width: 230px;
  }
}
.p_pregTable__value {
  padding: 2px 0;
  background-color: #FFECEF;
  border: 3px solid #fff;
  text-align: center;
  vertical-align: middle;
}
.p_pregTable__row.p_pregTable__row--total {
  border-bottom: 3px solid #fff;
}
.p_pregTable__label.p_pregTable__label--total {
  background-color: #AE2D8B;
  color: #fff;
  font-weight: normal;
}
.p_pregTable__value.p_pregTable__value--total {
  background-color: #FFECEF;
  font-weight: normal;
}

/* ============================================
p_csReasonTable
帝王切開理由テーブル
============================================ */
.p_csReasonTable {
  max-width: 313px;
}
.p_csReasonTable__tbl {
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed;
  font-size: 14px;
}
.p_csReasonTable__row {
  border-bottom: 3px solid #fff;
}
.p_csReasonTable__label {
  padding: 2px 12px;
  background-color: #F2D6E6;
  border: 3px solid #fff;
  text-align: left;
  vertical-align: middle;
  font-weight: normal;
}
.p_csReasonTable__value {
  width: 50px;
  padding: 2px 0;
  background-color: #FFECEF;
  border: 3px solid #fff;
  text-align: center;
  vertical-align: middle;
}
.p_csReasonTable__row.p_csReasonTable__row--total .p_csReasonTable__label {
  background-color: #AE2D8B;
  color: #fff;
}

/* ============================================
Table Utility
============================================ */
.p_pregTable__row.p_pregTable__row--highlight .p_pregTable__label {
  background-color: #AE2D8B;
  color: #fff;
}

.p_pregTable__category.p_pregTable__category--small {
  height: 160px;
  font-size: 12px;
  word-break: keep-all;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  white-space: nowrap;
}

.p_pregTable__category.p_pregTable__category--medium {
  height: 128px;
  font-size: 13px;
  word-break: keep-all;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  white-space: nowrap;
}

/*------------------------------------------------------------------
  contact from
------------------------------------------------------------------*/
input, select {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  border-radius: 0;
  border: 1px solid #2D2D2E;
}

/* ===== Tab Container ===== */
.tab-container {
  max-width: 980px;
  margin: 0 auto;
}

.tab-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: 2px solid #b0b8d8;
  border-radius: 6px;
  overflow: hidden;
  background: #fff;
}

.tab-item {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 18px 24px;
  cursor: pointer;
  position: relative;
  -webkit-transition: background 0.2s;
  transition: background 0.2s;
  border: none;
  background: transparent;
  font-family: inherit;
  text-decoration: none;
  color: inherit;
}

.tab-item:not(:last-child)::after {
  content: "";
  position: absolute;
  right: 0;
  top: 15%;
  height: 70%;
  width: 1px;
  background: #b0b8d8;
}

.tab-item:hover {
  background: #f5f7fc;
}

.tab-item.active {
  background: #f0f2f8;
}

/* Corner accent */
.tab-item::before {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 10px 10px;
  border-color: transparent transparent #b0b8d8 transparent;
}

/* ===== Responsive ===== */
@media (max-width: 768px) {
  .results-section {
    padding: 40px 16px;
  }
  .tab-nav {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .tab-item:not(:last-child)::after {
    top: auto;
    bottom: 0;
    right: 15%;
    width: 70%;
    height: 1px;
    left: 15%;
  }
  .tab-item {
    padding: 16px 20px;
  }
}
@media (max-width: 480px) {
  .results-heading .ja {
    font-size: 22px;
  }
  .tab-label {
    font-size: 14px;
  }
}
.p_training_about {
  position: relative;
}

.p_training_about::after {
  background: #FFF8F9;
  bottom: 0;
  content: "";
  height: clamp(25.6rem, 65.13vw, 40rem);
  left: 0;
  position: absolute;
  width: 100%;
  z-index: -1;
}

/* テーブル */
.requirements-table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 56px;
}

.requirements-table tr {
  border-bottom: 1px solid #f0e6f0;
}

.requirements-table tr:first-child {
  border-top: 1px solid #f0e6f0;
}

.requirements-table th {
  background-color: #c06cb0;
  color: #fff;
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 0.1em;
  padding: 22px 24px;
  width: 240px;
  min-width: 160px;
  vertical-align: middle;
  text-align: left;
}

.requirements-table td {
  background-color: #fdf5fb;
  padding: 20px 28px;
  font-size: 14px;
  line-height: 1.9;
  vertical-align: middle;
  color: #333;
}

.requirements-table td ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.requirements-table td ul li {
  padding-left: 1.2em;
  position: relative;
  margin-bottom: 6px;
}

.requirements-table td ul li:last-child {
  margin-bottom: 0;
}

.requirements-table td ul li::before {
  content: "・";
  position: absolute;
  left: 0;
  color: #333;
}

.requirements-table td ol {
  list-style: none;
  padding: 0;
  margin: 0;
  counter-reset: ol-counter;
}

.requirements-table td ol li {
  counter-increment: ol-counter;
  padding-left: 1.6em;
  position: relative;
  margin-bottom: 6px;
}

.requirements-table td ol li:last-child {
  margin-bottom: 0;
}

.requirements-table td ol li::before {
  content: counter(ol-counter) ".";
  position: absolute;
  left: 0;
  color: #333;
}

.requirements-table td a {
  color: #c06cb0;
  text-decoration: underline;
  margin-left: 4px;
}

/* ボタンエリア */
.btn-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 32px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.btn-outline {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 10px;
  border: 2px solid #c06cb0;
  color: #AE2D8B !important;
  background: transparent;
  border-radius: 50px;
  padding: 18px 40px;
  letter-spacing: 0.08em;
  text-decoration: none;
  min-width: 280px;
  -webkit-transition: background 0.22s, color 0.22s;
  transition: background 0.22s, color 0.22s;
  cursor: pointer;
}

.btn-outline:hover {
  background-color: #AE2D8B;
  color: #fff !important;
}

.btn-outline .arrow {
  font-size: 16px;
  line-height: 1;
}

/* レスポンシブ */
@media (max-width: 680px) {
  .section-header h2 {
    font-size: 24px;
  }
  .requirements-table,
  .requirements-table tbody,
  .requirements-table tr,
  .requirements-table th,
  .requirements-table td {
    display: block;
    width: 100%;
  }
  .requirements-table th {
    padding: 14px 18px;
    font-size: 14px;
  }
  .requirements-table td {
    padding: 16px 18px;
    font-size: 13px;
  }
  .btn-area {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 16px;
  }
  .btn-outline {
    width: 100%;
    max-width: 360px;
    min-width: unset;
    padding: 16px 24px;
    font-size: 14px;
  }
}
/* ===== Career Program: 2-column Cards ===== */
.program-grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 20px 1fr;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  margin-top: 48px;
}

.program-card {
  border-radius: 4px;
  font-weight: 300;
  overflow: hidden;
  aspect-ratio: 4/3;
  min-height: 35.3rem;
  margin: auto;
  max-width: 32.4rem;
  position: relative;
}
@media screen and (min-width: 768px) {
  .program-card {
    font-size: 1.8rem;
    min-height: 49.5rem;
    max-width: 48rem;
  }
}
.program-card::after {
  background: url(../img/bg_icon_more__arrow.svg) no-repeat right bottom/cover;
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 6rem;
  height: 6rem;
}
.program-card ul li {
  font-size: 1.4rem;
}
@media screen and (min-width: 768px) {
  .program-card ul li {
    font-size: 1.6rem;
  }
}

/* Placeholder image background (replace with real <img>) */
.program-card .card-img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  -webkit-transition: -webkit-transform 0.6s ease;
  transition: -webkit-transform 0.6s ease;
  transition: transform 0.6s ease;
  transition: transform 0.6s ease, -webkit-transform 0.6s ease;
}

.program-card:hover .card-img {
  -webkit-transform: scale(1.04);
          transform: scale(1.04);
}

/* Placeholder gradient when no image */
.program-card .card-img-placeholder {
  width: 100%;
  height: 100%;
  /*	background: linear-gradient(135deg, #b89ab8 0%, #8a6a8a 100%);*/
}

.ph_career_01 {
  background: url(../img/ph_career_01.jpg) no-repeat left top/cover;
}

.ph_career_02 {
  background: url(../img/ph_career_02.jpg) no-repeat left top/cover;
}

/* Tag at top center */
.card-tag {
  background: #fff;
  position: absolute;
  font-family: "Noto Serif JP", serif;
  font-style: normal;
  top: 0;
  right: 0;
  color: #3F3A79;
  font-size: 2rem;
  font-weight: 500;
  letter-spacing: 0.08em;
  padding: 8px 20px;
  white-space: nowrap;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .card-tag {
    font-size: 2.4rem;
  }
}

/* Overlay text at bottom */
.card-overlay {
  position: absolute;
  top: 20rem;
  left: 2rem;
  color: #fff;
  max-width: calc(100% - 8rem);
}
@media screen and (min-width: 768px) {
  .card-overlay {
    top: 28rem;
  }
}

.card-overlay .card-title {
  font-weight: 500;
  margin-bottom: 6px;
  letter-spacing: 0.05em;
}

/* ===== Career Overview Section ===== */
.career-section {
  border-top: 1px solid var(--color-accent-light);
}

.career-heading {
  text-align: center;
  margin-bottom: 32px;
}

.career-heading .ja {
  font-family: "Noto Serif JP", serif;
  font-size: 22px;
  font-weight: 600;
  letter-spacing: 0.1em;
  color: var(--color-accent);
  position: relative;
  display: inline-block;
  padding-bottom: 12px;
}

.career-heading .ja::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 40px;
  height: 2px;
  background: var(--color-accent);
  border-radius: 2px;
}

.career-body {
  max-width: 620px;
  margin: 0 auto;
  text-align: center;
  font-size: 13.5px;
  line-height: 2.2;
  color: var(--color-text-light);
  font-weight: 300;
}

/* ===== Responsive ===== */
@media (max-width: 768px) {
  .section-outer {
    padding: 52px 0;
  }
  .section-heading .ja {
    font-size: 24px;
  }
  .program-grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 16px;
  }
  .program-card {
    aspect-ratio: 3/2;
  }
}
@media (max-width: 480px) {
  .section-heading .ja {
    font-size: 20px;
  }
  .card-overlay .card-steps {
    font-size: 10px;
  }
}
/*------------------------------------------------------------------
  parts: js
------------------------------------------------------------------*/
.js-accordion-title {
  position: relative;
  width: 4rem;
  height: 4rem;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.js-accordion-title:before {
  border-bottom: 0.2rem solid #B460A6;
  content: "";
  left: 0;
  right: 0;
  margin: auto;
  width: 1rem;
  height: 0.2rem;
  position: absolute;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  top: calc(50% - 0.1rem);
}
.js-accordion-title:after {
  border-right: 0.2rem solid #B460A6;
  content: "";
  left: 0;
  right: 0;
  margin: auto;
  width: 0.2rem;
  height: 1rem;
  position: absolute;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  top: calc(50% - 0.5rem);
}

.js-accordion-title.is-active {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.js-accordion-title.is-active:before {
  border-bottom: 0.2rem solid #B460A6;
  content: "";
  left: 0;
  right: 0;
  margin: auto;
  width: 1rem;
  height: 0.2rem;
  position: absolute;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  top: calc(50% - 0.1rem);
}
.js-accordion-title.is-active:after {
  content: none;
}

.js_tgl_list {
  font-size: 1.4rem;
  height: 0;
  overflow: hidden;
  opacity: 0;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  width: 100%;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.js_tgl_list.is-open {
  line-height: 1.6em;
  height: auto;
  opacity: 1;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.js_tgl_list li {
  margin-bottom: 1rem;
  padding-left: 1.5rem;
  position: relative;
}
.js_tgl_list li:before {
  border-bottom: 0.2rem solid #B460A6;
  content: "";
  left: 0;
  top: calc(50% - 0.1rem);
  position: absolute;
  width: 1rem;
  height: 0.2rem;
}
.js_tgl_list li a {
  text-decoration: none;
}

/*---swiper--------------------------------*/
div.swiper {
  margin-right: 0;
}

.js_slider__column .slider-section {
  position: relative;
  overflow: hidden;
}
.js_slider__column .section-title {
  text-align: center;
  margin-bottom: 30px;
  position: relative;
}
.js_slider__column .section-title::before {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  background: #8B5A9E;
  border-radius: 50%;
  margin: 0 auto 5px;
}
.js_slider__column .section-title::after {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  background: #8B5A9E;
  border-radius: 50%;
  margin: 5px auto 0;
}
.js_slider__column .section-title h2 {
  font-size: 20px;
  font-weight: normal;
  color: #333;
}
.js_slider__column .swiper {
  padding-bottom: 1rem;
}
@media screen and (min-width: 768px) {
  .js_slider__column .swiper {
    padding-bottom: 6rem;
  }
}
.js_slider__column .swiper-slide {
  width: 280px;
  height: auto;
}
.js_slider__column .card {
  background: #fff;
  border-radius: 8px;
  overflow: hidden;
  -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
          box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-decoration: none;
}
.js_slider__column .card-image {
  width: 100%;
  height: 180px;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.js_slider__column .card-image img {
  height: 100%;
}
.js_slider__column .card-content {
  padding: 20px;
  background: #fff;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.js_slider__column .card-date {
  color: #AE2D8B;
  font-size: 12px;
}
.js_slider__column .card-title {
  font-size: 15px;
  line-height: 1.6;
  margin: 0;
  font-weight: 400;
}
.js_slider__column {
  /* ナビゲーションボタン */
}
.js_slider__column .swiper-button-prev,
.js_slider__column .swiper-button-next {
  width: 40px;
  height: 40px;
  /*	  background: #fff;*/
  /*	  border: 1px solid #ddd;*/
  /*	  border-radius: 50%;*/
  color: #B460A6;
}
.js_slider__column .swiper-button-prev:after,
.js_slider__column .swiper-button-next:after {
  font-size: 2rem;
  font-weight: bold;
}
.js_slider__column .swiper-button-prev {
  /*	  left: 20px;*/
}
@media screen and (min-width: 981px) {
  .js_slider__column .swiper-button-prev {
    right: 5rem;
    left: auto;
    bottom: 0;
    top: auto;
  }
}
.js_slider__column .swiper-button-next {
  /*	  right: 20px;*/
}
@media screen and (min-width: 981px) {
  .js_slider__column .swiper-button-next {
    right: 0;
    left: auto;
    bottom: 0;
    top: auto;
  }
}
.js_slider__column {
  /* リンク */
}
.js_slider__column .view-all-link {
  text-align: right;
  margin-top: 20px;
  padding-right: 40px;
  position: relative;
}
.js_slider__column .view-all-link a {
  color: #333;
  text-decoration: none;
  font-size: 14px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
}
.js_slider__column .view-all-link a::after {
  content: "→";
  display: inline-block;
  width: 24px;
  height: 24px;
  background: #333;
  color: #fff;
  border-radius: 50%;
  text-align: center;
  line-height: 24px;
  font-size: 12px;
}
.js_slider__column {
  /* レスポンシブ */
}
@media (max-width: 768px) {
  .js_slider__column .swiper-slide {
    width: 240px;
  }
  .js_slider__column {
    /*
    	  .swiper-button-prev,
    	  .swiper-button-next {
    	    display: none;
    	  }
    */
  }
  .js_slider__column .view-all-link {
    padding-right: 20px;
  }
  .js_slider__column .section-title h2 {
    font-size: 18px;
  }
}

/*------------------------------------------------------------------
bg: parallax
------------------------------------------------------------------*/
.container {
  position: fixed;
  height: 100vh;
  overflow: hidden;
  width: 150%;
  z-index: -1;
  opacity: 0.8;
  right: 0;
  top: 0;
}
@media screen and (min-width: 768px) {
  .container {
    width: 100%;
  }
}

.layer {
  position: absolute;
  width: 100%;
  height: auto;
  top: 0;
  left: 0;
  z-index: 1;
  pointer-events: none;
}

#layer1 {
  z-index: 1;
}







/* ========================
 section
======================== */
.p_about_diseaseMenu__section {
	margin-top: 24px;
}

.p_about_diseaseMenu__heading {
	font-size: 16px;
	font-weight: 700;
	margin-bottom: 12px;
	position: relative;
	padding-left: 16px;
}

.p_about_diseaseMenu__heading::before {
	content: "";
	position: absolute;
	left: 0;
	top: 9px;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: #AE2D8B;
}


/* ========================
 list（主な対象疾患）
======================== */
.p_about_diseaseMenu__list {
	display: flex;
	flex-direction: column;
	gap: 8px;
	margin-left: 1.6rem;
}

.p_about_diseaseMenu__itemText {
	position: relative;
	padding-left: 16px;
	font-size: 14px;
	line-height: 1.8;
}

.p_about_diseaseMenu__itemText::before {
	content: "";
	position: absolute;
	left: 0;
	top: 9px;
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background: rgba(174, 45, 139, 0.6);
}


/* ========================
 feature（当院の特徴）
======================== */
.p_about_diseaseMenu__feature {
	position: relative;
	padding-left: 1.6rem;
	margin-top: 8px;
	margin-left: 1.6rem;
}

.p_about_diseaseMenu__feature::before {
	content: "";
	position: absolute;
	left: 0;
	top: 9px;
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background: rgba(174, 45, 139, 0.6);
}

.p_about_diseaseMenu__featureTitle {
	font-size: 14px;
	font-weight: 700;
	line-height: 1.8;
}

.p_about_diseaseMenu__featureText {
	font-size: 13px;
	line-height: 1.8;
	margin-top: 4px;
}


.p_about_diseaseMenu__desc {
	font-size: 14px;
	line-height: 1.8;
	margin-top: 6px;
	margin-bottom: 6px;
}
