@charset "UTF-8";
/* -------- foundation -------- */ /* --------blake point-------- */ /* --------font-------- */
/* --------font size-------- */
/* --------line hight-------- */
/* --------  -------- */
/* --------colors-------- */ /* --------base-------- */
* {
  padding: 0;
  margin: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

ul li,
ol li {
  list-style: none;
}

a {
  text-decoration: none;
  display: block;
  color: #4C4948;
  display: inline-block;
}
a:hover {
  opacity: 0.65;
}

html {
  -webkit-font-smoothing: antialiased;
  font-size: 62.5%;
  font-weight: normal;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}

body {
  font-family: "Noto serif JP", "sans-serif";
  color: #4C4948;
  font-size: 1.6em;
  line-height: 2;
  letter-spacing: 0.2rem;
  overflow-x: hidden;
}
@media screen and (max-width: 768px) {
  body {
    font-size: 1.4rem;
    line-height: 2;
    letter-spacing: 0.2rem;
  }
}

img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 5px;
}

table {
  border-collapse: collapse;
}

address {
  font-style: normal;
}

h1 h2 h3 h4 h5 h6 {
  font-size: 100%;
  color: #4C4948;
  font-family: "Noto serif JP", "sans-serif";
  font-weight: 500;
}

h1 {
  font-size: 3.2rem;
  letter-spacing: 0.32rem;
  line-height: 2;
  color: #4C4948;
  font-family: "Noto serif JP", "sans-serif";
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  h1 {
    font-size: 2.4rem;
    letter-spacing: 0.24rem;
  }
}

h2 {
  font-size: 3.2rem;
  letter-spacing: 0.32rem;
  line-height: 2;
  color: #4C4948;
  font-family: "Noto serif JP", "sans-serif";
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  h2 {
    font-size: 2.4rem;
    letter-spacing: 0.24rem;
  }
}

h3 {
  font-size: 2.8rem;
  letter-spacing: 0.28rem;
  line-height: 1.5;
  color: #4C4948;
  font-family: "Noto serif JP", "sans-serif";
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  h3 {
    font-size: 1.8rem;
    letter-spacing: 0.18rem;
  }
}

h4 {
  font-size: 2.4rem;
  letter-spacing: 0.24rem;
  line-height: 1.5;
  color: #4C4948;
  font-family: "Noto serif JP", "sans-serif";
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  h4 {
    font-size: 1.8rem;
    letter-spacing: 0.18rem;
  }
}

iframe {
  width: 100%;
  height: 100%;
}

/* -------- layout -------- */
.l-header {
  width: 100%;
  color: #755072;
}
.l-header__wrapper {
  max-width: 1440px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0px 30px;
}
@media screen and (max-width: 1320px) {
  .l-header__wrapper {
    padding: 15px 70px 15px 30px;
  }
}
@media screen and (max-width: 768px) {
  .l-header__wrapper {
    padding: 10px 15px;
  }
}
.l-header__wrapper h1 {
  font-size: 1.2rem;
  letter-spacing: 0.1rem;
  color: #aaa;
  font-weight: 400;
}
@media screen and (max-width: 768px) {
  .l-header__wrapper h1 {
    font-size: 1rem;
  }
}
.l-header__wrapper-logo {
  font-size: 1.2rem;
  letter-spacing: 0.1rem;
  color: #aaa;
  font-weight: 400;
}
@media screen and (max-width: 768px) {
  .l-header__wrapper-logo {
    font-size: 1rem;
  }
}
.l-header__logo {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.l-header__logo-img {
  max-width: 250px;
}
@media screen and (max-width: 768px) {
  .l-header__logo-img {
    max-width: 200px;
  }
}
.l-header__logo:hover {
  opacity: 0.5;
}
.l-header__reserveBtn {
  padding: 2px 20px;
  -webkit-box-shadow: 0 0px 20px 0 rgba(111, 111, 111, 0.25);
          box-shadow: 0 0px 20px 0 rgba(111, 111, 111, 0.25);
  background-color: #4C4948;
  border-radius: 10vh;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  color: #755072;
}
.l-header__reserveBtn:hover {
  background-color: #755072;
  color: #4C4948;
}
.l-header__pc-navArea {
  color: #4C4948;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  padding-top: 20px;
  padding-bottom: 20px;
}
@media screen and (max-width: 1080px) {
  .l-header__pc-navArea {
    display: none;
  }
}
.l-header__g-navArea .menu-g-nav-container .menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 20px;
  text-align: left;
  color: #4C4948;
}
.l-header__g-navArea .menu-g-nav-container .menu .menu-item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-box-align: left;
      -ms-flex-align: left;
          align-items: left;
}
.l-header__g-navArea .menu-g-nav-container .menu .menu-item:not(:first-child) {
  padding-left: 20px;
}
.l-header__g-navArea .menu-g-nav-container .menu .menu-item:not(:first-child):after {
  content: "";
  position: absolute;
  left: 0px;
  width: 0;
  height: 22px;
  top: 0;
  bottom: 0;
  margin: auto;
  border-right: 1px solid #aaa;
  font-weight: 100;
  color: #aaa;
}
.l-header__g-navArea .menu-g-nav-container .menu .menu-item .sub-menu {
  position: absolute;
  top: 100%;
  left: -10px;
  z-index: 10;
  display: none;
  width: auto;
  height: 0;
  white-space: nowrap;
}
.l-header__g-navArea .menu-g-nav-container .menu .menu-item .sub-menu li:not(:first-child):after {
  display: none;
}
.l-header__g-navArea .menu-g-nav-container .menu .menu-item:hover .sub-menu {
  display: block;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.l-header__g-navArea .menu-g-nav-container .menu .menu-item:hover .sub-menu li {
  background-color: rgba(255, 255, 255, 0.8);
  padding: 5px 5px 0px;
}
.l-header__g-navArea .menu-g-nav-container .menu .menu-item:hover .sub-menu a {
  padding: 10px;
  text-align: left;
}
.l-header__g-navArea .menu-g-nav-container .menu a {
  text-align: center;
  font-weight: 500;
  color: #4C4948;
  line-height: 1.5;
}
.l-header__g-navArea .menu-g-nav-container .menu a:after {
  content: "";
  width: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border-bottom: 2px solid #755072;
  display: block;
}
.l-header__g-navArea .menu-g-nav-container .menu a:hover {
  color: #755072;
}
.l-header__g-navArea .menu-g-nav-container .menu a:hover:after {
  width: 100%;
  border-bottom: 2px solid #755072;
}
.l-header__g-navArea .menu-g-nav-container .menu a > .icon {
  font-size: 2.4rem;
  line-height: 1.5;
  color: #755072;
}
.l-header__sp-hum {
  position: absolute;
  right: 15px;
}
.l-header__sp-menu {
  position: fixed;
  z-index: 11;
  top: 0;
  left: 0;
  color: #755072;
  background-color: #FFFAF3;
  text-align: center;
  width: 100%;
  height: 100vh;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
  overflow-y: scroll;
}
.l-header__sp-menu.active {
  opacity: 100;
  display: block;
  -webkit-transform: translateX(0%);
          transform: translateX(0%);
}
.l-header__sp-menu ul {
  margin: 0 auto;
  padding: 0;
  width: 100%;
}
.l-header__sp-menu ul li {
  list-style-type: none;
  padding: 0;
  width: 100%;
  -webkit-transition: 0.4s all;
  transition: 0.4s all;
}
.l-header__sp-menu ul li .sub-menu {
  background-color: #4C4948;
}
.l-header__sp-menu ul li:last-child {
  padding-bottom: 0;
}
.l-header__sp-menu ul li:hover {
  background-color: #FFFAF3;
}
.l-header__sp-menu ul li a {
  display: block;
  color: #755072;
  padding: 1em 0;
  text-decoration: none;
  border-bottom: 1px solid #755072;
  font-weight: bold;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.l-header__sp-menu ul li a:hover {
  background-color: #FFFFFF;
}
.l-header__sp-menu ul .oya a {
  position: relative;
  background-color: #FFFFFF;
}
.l-header__sp-menu ul .oya a::before {
  position: absolute;
  right: 10px;
  content: "\f078";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  color: #755072;
  width: 30px;
}
.l-header__sp-menu ul .oya .ko a {
  font-size: 1.4rem;
  letter-spacing: 0.14;
}
.l-header__sp-menu ul .oya .ko a::before {
  display: none;
}
.l-header__sp-menu .sub-menu {
  display: none;
}
.l-header__fix-pcBtn {
  position: fixed;
  z-index: 10;
  right: 0;
  top: 25%;
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: 1fr 10px 1fr 10px 1fr;
  grid-template-rows: 1fr 1fr 1fr;
  gap: 10px;
  color: #FFFFFF;
}
.l-header__fix-pcBtn-txt {
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  text-orientation: upright;
  white-space: nowrap;
}
.l-header__fix-nav {
  /* 念のため */
  display: none;
}
@media screen and (max-width: 768px) {
  .l-header__fix-nav {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100vw;
    /* ← ここがポイント！ */
    max-width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    z-index: 9999;
    will-change: transform;
    -webkit-transform: translateZ(0);
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
    overflow: hidden;
    display: flex;
    justify-content: space-between;
    align-items: stretch;
  }
}
.l-header__fix-nav-reserve, .l-header__fix-nav-tel {
  -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-flow: column;
          flex-flow: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #FFFFFF;
  text-align: center;
  line-height: 1.5;
}
.l-header__fix-nav-reserve {
  padding: 12px 0 10px;
  background: linear-gradient(145deg, #755072 0%, #9c6da5 100%);
}
.l-header__fix-nav-tel {
  padding: 10px 0;
  background: linear-gradient(126deg, #a35c97 0%, #755072 100%);
}

.l-footer {
  background-color: #F8F5F6;
}
.l-footer__wrapper {
  padding: 60px 30px;
}
@media screen and (max-width: 768px) {
  .l-footer__wrapper {
    padding: 30px 30px;
  }
}
.l-footer__content {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 100px 1fr;
  grid-template-columns: 1fr 1fr;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 100px;
  color: #FFFFFF;
}
@media screen and (max-width: 768px) {
  .l-footer__content {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 20px;
  }
}
.l-footer__content-logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
  gap: 10px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  max-width: 400px;
}
@media screen and (max-width: 768px) {
  .l-footer__content-logo {
    gap: 5px;
  }
}
.l-footer__content-logo:hover {
  opacity: 0.5;
}
.l-footer__content-tel {
  font-size: 2.8rem;
  font-family: "Lato", "sans-serif";
  color: #FFFFFF;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.l-footer__content-tel:hover {
  opacity: 0.5;
}
.l-footer__banner-btn {
  max-width: 400px;
  height: 100%;
  margin: 0 auto;
}
.l-footer__banner-img {
  border-radius: 5px;
}
.l-footer__copylite {
  font-size: 1.2rem;
  text-align: center;
  background-color: #F8F5F6;
  color: #755072;
  border-top: solid 1px #FFFFFF;
}

/* -------- object -------- */
/* -------- component -------- */
.c-grid-column__1-1 {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
}
@media screen and (max-width: 768px) {
  .c-grid-column__1-1 {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
.c-grid-column__1-2 {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 2fr;
  grid-template-columns: 1fr 2fr;
}
@media screen and (max-width: 768px) {
  .c-grid-column__1-2 {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
.c-grid-column__2-1 {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 2fr 1fr;
  grid-template-columns: 2fr 1fr;
}
@media screen and (max-width: 768px) {
  .c-grid-column__2-1 {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
.c-grid-column__1-4 {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 4fr;
  grid-template-columns: 1fr 4fr;
}
@media screen and (max-width: 768px) {
  .c-grid-column__1-4 {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
.c-grid-column__4-3 {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 4fr 3fr;
  grid-template-columns: 4fr 3fr;
}
@media screen and (max-width: 768px) {
  .c-grid-column__4-3 {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
.c-grid-column__1-1-1 {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  margin: 0 auto;
}
@media screen and (max-width: 1080px) {
  .c-grid-column__1-1-1 {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: 1fr 1fr;
    grid-template-rows: 1fr 1fr;
    width: 100%;
  }
  .c-grid-column__1-1-1 > *:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .c-grid-column__1-1-1 > *:nth-child(2) {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
  }
  .c-grid-column__1-1-1 > *:nth-child(3) {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }
  .c-grid-column__1-1-1 > *:nth-child(4) {
    -ms-grid-row: 2;
    -ms-grid-column: 2;
  }
}
@media screen and (max-width: 480px) {
  .c-grid-column__1-1-1 {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
.c-grid-column__1-1-1-1 {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  margin: 0 auto;
}
@media screen and (max-width: 1080px) {
  .c-grid-column__1-1-1-1 {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: 1fr 1fr;
    grid-template-rows: 1fr 1fr;
  }
  .c-grid-column__1-1-1-1 > *:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .c-grid-column__1-1-1-1 > *:nth-child(2) {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
  }
  .c-grid-column__1-1-1-1 > *:nth-child(3) {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }
  .c-grid-column__1-1-1-1 > *:nth-child(4) {
    -ms-grid-row: 2;
    -ms-grid-column: 2;
  }
}
@media screen and (max-width: 480px) {
  .c-grid-column__1-1-1-1 {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
.c-grid-column__1-1-1-1__2 {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  margin: 0 auto;
}

.c-grid-row {
  display: -ms-grid;
  display: grid;
}
.c-grid-row__1-1 {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
}

.c-grid-cc {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.c-grid-flexStart {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.c-grid-ee {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
}

.c-grid-spaceBetween {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.c-grid {
  display: -ms-grid;
  display: grid;
}

.c-grid-gap__10 {
  gap: 10px;
}
.c-grid-gap__15 {
  gap: 15px;
}
.c-grid-gap__20 {
  gap: 20px;
}
.c-grid-gap__25 {
  gap: 25px;
}
.c-grid-gap__30 {
  gap: 30px;
}
.c-grid-gap__40 {
  gap: 40px;
}
.c-grid-gap__60 {
  gap: 60px;
}
.c-grid-gap__100 {
  gap: 100px;
}
.c-grid-gap__20-10 {
  gap: 20px;
}
@media screen and (max-width: 768px) {
  .c-grid-gap__20-10 {
    gap: 10px;
  }
}
.c-grid-gap__40-20 {
  gap: 40px;
}
@media screen and (max-width: 768px) {
  .c-grid-gap__40-20 {
    gap: 20px;
  }
}
.c-grid-gap__60-20 {
  gap: 40px;
}
@media screen and (max-width: 768px) {
  .c-grid-gap__60-20 {
    gap: 20px;
  }
}
.c-grid-gap__60-40 {
  gap: 60px;
}
@media screen and (max-width: 768px) {
  .c-grid-gap__60-40 {
    gap: 40px;
  }
}
.c-grid-gap__80-40 {
  gap: 80px;
}
@media screen and (max-width: 768px) {
  .c-grid-gap__80-40 {
    gap: 40px;
  }
}
.c-grid-gap__100-20 {
  gap: 100px;
}
@media screen and (max-width: 768px) {
  .c-grid-gap__100-20 {
    gap: 20px;
  }
}
.c-grid-gap__100-40 {
  gap: 100px;
}
@media screen and (max-width: 768px) {
  .c-grid-gap__100-40 {
    gap: 40px;
  }
}
.c-grid-gap__100-60 {
  gap: 100px;
}
@media screen and (max-width: 768px) {
  .c-grid-gap__100-60 {
    gap: 60px;
  }
}

.c-gird-reverse__ab {
      grid-template-areas: "a b";
}
@media screen and (max-width: 768px) {
  .c-gird-reverse__ab {
        grid-template-areas: "b" "a";
  }
}

.c-grid-area__a {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  grid-area: a;
}
.c-grid-area__b {
  -ms-grid-row: 1;
  -ms-grid-column: 2;
  grid-area: b;
}
@media screen and (max-width: 768px){
  .c-grid-area__a {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }
  .c-grid-area__b {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
}
.c-grid-area__c {
  grid-area: c;
}

.c-inner__main {
  padding: 100px 15px;
}
@media screen and (max-width: 768px) {
  .c-inner__main {
    padding: 60px 30px;
  }
}
.c-inner__main120 {
  padding: 120px 15px;
}
@media screen and (max-width: 768px) {
  .c-inner__main120 {
    padding: 60px 30px;
  }
}
.c-inner__sub {
  padding: 80px 15px;
}
@media screen and (max-width: 768px) {
  .c-inner__sub {
    padding: 40px 30px;
  }
}
.c-inner__sub-bottomOnly {
  padding: 0px 15px 60px;
}
@media screen and (max-width: 768px) {
  .c-inner__sub-bottomOnly {
    padding: 0px 30px 40px;
  }
}
.c-inner__sub-topOnly {
  padding: 60px 15px 0px;
}
@media screen and (max-width: 768px) {
  .c-inner__sub-topOnly {
    padding: 40px 30px 0px;
  }
}
.c-inner__bg {
  padding: 0px 15px 60px;
}
@media screen and (max-width: 768px) {
  .c-inner__bg {
    padding: 0px 30px 40px;
  }
}
.c-inner__subpage-wrapper {
  display: -ms-grid;
  display: grid;
  gap: 100px;
}
@media screen and (max-width: 768px) {
  .c-inner__subpage-wrapper {
    gap: 60px;
  }
}
.c-inner__subpage-content {
  display: -ms-grid;
  display: grid;
  gap: 60px;
}
@media screen and (max-width: 768px) {
  .c-inner__subpage-content {
    gap: 40px;
  }
}
.c-inner__cw {
  max-width: 1120px;
}
.c-inner__cw-1330 {
  max-width: 1330px;
}
.c-inner__margin-rl-60-30-0 {
  margin-right: 60px;
  margin-left: 60px;
}
@media screen and (max-width: 1080px) {
  .c-inner__margin-rl-60-30-0 {
    margin-right: 30px;
    margin-left: 30px;
  }
}
@media screen and (max-width: 768px) {
  .c-inner__margin-rl-60-30-0 {
    margin-right: 0px;
    margin-left: 0px;
  }
}
.c-inner__main-topOnly {
  padding: 100px 15px 0px;
}
@media screen and (max-width: 768px) {
  .c-inner__main-topOnly {
    padding: 60px 30px 0px;
  }
}
.c-inner__innai {
  max-width: 600px;
  margin: 0 auto;
}

.c-margin__0a {
  margin: 0 auto;
}
.c-margin__0a00 {
  margin: 0 auto 0 0;
}
.c-margin-r__10 {
  margin-right: 10px;
}
.c-margin-l__20-0 {
  margin-left: 20px;
}
@media screen and (max-width: 768px) {
  .c-margin-l__20-0 {
    margin-left: 0;
  }
}
.c-margin-l__30-0 {
  margin-left: 30px;
}
@media screen and (max-width: 768px) {
  .c-margin-l__30-0 {
    margin-left: 0px;
  }
}
.c-margin-l__40-0 {
  margin-left: 40px;
}
@media screen and (max-width: 768px) {
  .c-margin-l__40-0 {
    margin-left: 0px;
  }
}
.c-margin-t__20-10 {
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  .c-margin-t__20-10 {
    margin-top: 10px;
  }
}
.c-margin-t__30-20 {
  margin-top: 30px;
}
@media screen and (max-width: 768px) {
  .c-margin-t__30-20 {
    margin-top: 20px;
  }
}
.c-margin-t__120-60 {
  margin-top: 120px;
}
@media screen and (max-width: 768px) {
  .c-margin-t__120-60 {
    margin-top: 60px;
  }
}
.c-margin-b__10 {
  margin-bottom: 10px;
}
.c-margin-b__15 {
  margin-bottom: 15px;
}
.c-margin-b__20 {
  margin-bottom: 20px;
}
.c-margin-b__30 {
  margin-bottom: 30px;
}
.c-margin-b__40 {
  margin-bottom: 40px;
}
.c-margin-b__20-10 {
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .c-margin-b__20-10 {
    margin-bottom: 10px;
  }
}
.c-margin-b__20-15 {
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .c-margin-b__20-15 {
    margin-bottom: 15px;
  }
}
.c-margin-b__30-20 {
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .c-margin-b__30-20 {
    margin-bottom: 20px;
  }
}
.c-margin-b__30-0 {
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .c-margin-b__30-0 {
    margin-bottom: 0px;
  }
}
.c-margin-b__60-40 {
  margin-bottom: 60px;
}
@media screen and (max-width: 768px) {
  .c-margin-b__60-40 {
    margin-bottom: 40px;
  }
}
.c-margin-b__40-20 {
  margin-bottom: 40px !important;
}
@media screen and (max-width: 768px) {
  .c-margin-b__40-20 {
    margin-bottom: 20px !important;
  }
}
.c-margin-b__40-30 {
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .c-margin-b__40-30 {
    margin-bottom: 30px;
  }
}
.c-margin-b__100-40 {
  margin-bottom: 100px;
}
@media screen and (max-width: 768px) {
  .c-margin-b__100-40 {
    margin-bottom: 40px;
  }
}
.c-margin-b__100-60 {
  margin-bottom: 100px;
}
@media screen and (max-width: 768px) {
  .c-margin-b__100-60 {
    margin-bottom: 60px;
  }
}

.c-cw__pc {
  max-width: 1120px;
  margin: 0 auto;
}

.c-txt-bold {
  font-weight: bold;
}

.c-txt-lineHight__1 {
  line-height: 1;
}
.c-txt-lineHight__15 {
  line-height: 1.5;
}

.c-txt-size__18 {
  font-size: 1.8rem;
}
.c-txt-size__16 {
  font-size: 1.6rem;
  letter-spacing: 0.16rem;
}
.c-txt-size__14 {
  font-size: 1.4rem;
  letter-spacing: 0.14rem;
}
.c-txt-size__14-12 {
  font-size: 1.4rem;
  letter-spacing: 0.14rem;
}
@media screen and (max-width: 768px) {
  .c-txt-size__14-12 {
    font-size: 1.2rem;
    letter-spacing: 0.12rem;
  }
}
.c-txt-size__16-14 {
  font-size: 1.6rem;
  letter-spacing: 0.16rem;
}
@media screen and (max-width: 768px) {
  .c-txt-size__16-14 {
    font-size: 1.4rem;
  }
}
.c-txt-size__18-16 {
  font-size: 1.8rem;
}
@media screen and (max-width: 768px) {
  .c-txt-size__18-16 {
    font-size: 1.6rem;
  }
}
.c-txt-size__20 {
  font-size: 2rem;
  letter-spacing: 0.2rem;
}
.c-txt-size__24 {
  font-size: 2.4rem;
  letter-spacing: 0.24rem;
}
.c-txt-size__28-18 {
  font-size: 2.8rem;
  letter-spacing: 0.28rem;
}
@media screen and (max-width: 768px) {
  .c-txt-size__28-18 {
    font-size: 1.8rem;
    letter-spacing: 0.18rem;
  }
}
.c-txt-size__32 {
  font-size: 3.2rem;
}

.c-txt-f__sub {
  font-family: "Noto sans JP", "sans-serif";
}
.c-txt-f__en {
  font-family: "Lato", "sans-serif";
}

.c-txt-shadow {
  text-shadow: 0px 0px 10px rgba(94, 94, 94, 0.6235294118);
}

.c-txt-center {
  text-align: center;
}

.c-txt-left {
  text-align: left !important;
}

.c-deco-card__hover {
  -webkit-transition: 0.4s;
  transition: 0.4s;
  border-radius: 10px;
  overflow: hidden;
}
.c-deco-card__hover:hover {
  -webkit-box-shadow: 0 0px 20px 0 rgba(111, 111, 111, 0.25);
  box-shadow: 0 0px 20px 0 rgba(111, 111, 111, 0.25);
  opacity: 0.8;
}
.c-deco-card__hover:hover img {
  border-radius: 10px 10px 0 0;
  -webkit-transform: scale(1.1, 1.1);
          transform: scale(1.1, 1.1);
  -webkit-transition: 0.8s all;
  transition: 0.8s all;
}

.c-deco-link {
  display: inline-block;
  border-bottom: 1px solid #755072;
  padding-bottom: 5px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  color: #755072;
}
.c-deco-link:after {
  content: "\f08e";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  padding-left: 5px;
}
.c-deco-link:hover {
  opacity: 0.5;
}

.c-deco-link-white {
  display: inline-block;
  border-bottom: 1px solid #FFFFFF;
  padding-bottom: 5px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  color: #FFFFFF;
}
.c-deco-link-white:after {
  content: "\f08e";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  padding-left: 5px;
}
.c-deco-link-white:hover {
  opacity: 0.5;
}

.c-deco-nomalLink {
  display: inline-block;
  border-bottom: 1px solid #755072;
  padding-bottom: 3px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  color: #755072;
}
.c-deco-nomalLink:hover {
  opacity: 0.5;
}

.c-deco-nomalLink-white {
  display: inline-block;
  border-bottom: 1px solid #FFFFFF;
  padding-bottom: 3px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  color: #FFFFFF;
}
.c-deco-nomalLink-white:hover {
  opacity: 0.5;
}

.c-deco-waku__main {
  background-color: #f9f5f6;
  padding: 30px;
  border-radius: 1px;
}
@media screen and (max-width: 768px) {
  .c-deco-waku__main {
    padding: 15px;
  }
}
.c-deco-waku__grey {
  background-color: #f5f5f5;
  padding: 30px;
  border-radius: 1px;
}
@media screen and (max-width: 768px) {
  .c-deco-waku__grey {
    padding: 15px;
  }
}
.c-deco-waku__w-line {
  border: 1px solid #FFFFFF;
  padding: 15px;
  border-radius: 5px;
}
@media screen and (max-width: 768px) {
  .c-deco-waku__w-line {
    padding: 15px;
  }
}

.c-btn__fix-pcBtn {
  display: inline-block;
  text-align: center;
  padding: 16px 15px 16px 20px;
  border-radius: 20px 0 0 20px;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  -webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1607843137);
          box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1607843137);
  z-index: 2;
}
.c-btn__fix-pcBtn-img {
  width: 200px;
}
@media screen and (max-width: 768px) {
  .c-btn__fix-pcBtn {
    display: none;
  }
}
.c-btn__line {
  background: transparent linear-gradient(145deg, #0FD6CE 0%, #14E092 100%, #39DD6B 100%) 0% 0% no-repeat padding-box;
  color: #FFFFFF;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.c-btn__line:hover {
  background: transparent linear-gradient(306deg, #0FD6CE 0%, #14E092 73%, #39DD6B 100%) 0% 0% no-repeat padding-box;
}
.c-btn__yoyaku {
  background-color: #D6ECF0;
  color: #FFFFFF;
}
.c-btn__yoyaku:hover {
  background-color: #755072;
  color: #D6ECF0;
}
.c-btn__main {
  display: inline-block;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  padding: 18px 60px;
  border: 1px solid #755072;
  color: #FFFFFF;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  font-weight: 500;
  color: #755072;
  background-color: #FFFFFF;
  border-radius: 5px;
}
@media screen and (max-width: 480px) {
  .c-btn__main {
    width: 100%;
    padding: 16px 20px;
  }
}
.c-btn__main:hover {
  color: #FFFFFF;
  background-color: #755072;
}
.c-btn__disease {
  display: inline-block;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  padding: 10px 15px;
  border: 1.5px solid #755072;
  color: #FFFFFF;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  font-weight: 500;
  color: #755072;
  background-color: #FFFFFF;
  border-radius: 5px;
}
@media screen and (max-width: 480px) {
  .c-btn__disease {
    width: 100%;
    padding: 10px 20px;
  }
}
.c-btn__disease:hover {
  color: #FFFFFF;
  background-color: #755072;
}
.c-btn__shadow {
  display: inline-block;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  padding: 18px 15px;
  -webkit-box-shadow: 0 0 20px #e9e9e9;
          box-shadow: 0 0 20px #e9e9e9;
  color: #FFFFFF;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  font-weight: 500;
  color: #755072;
  background-color: #FFFFFF;
  border-radius: 100vh;
}
@media screen and (max-width: 480px) {
  .c-btn__shadow {
    width: 100%;
    padding: 10px 20px;
  }
}
.c-btn__shadow:hover {
  color: #FFFFFF;
  background-color: #755072;
}
.c-btn__small {
  display: inline-block;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  width: 50%;
  padding: 8px 30px 8px 20px;
  color: #755072;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  background-color: #FFFFFF;
  font-family: "Noto sans JP", "sans-serif";
}
@media screen and (max-width: 480px) {
  .c-btn__small {
    width: 100%;
    padding: 8px 30px 8px 20px;
  }
}
.c-btn__small:hover {
  color: #FFFFFF;
  background-color: #755072;
}
.c-btn__width-300px {
  width: 300px;
}
@media screen and (max-width: 768px) {
  .c-btn__width-300px {
    width: 100%;
  }
}
.c-btn__add-arrow-right {
  position: relative;
  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;
}
.c-btn__add-arrow-right::after {
  content: "\f054";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  right: 5%;
  font-size: 1.4rem;
  font-weight: 900;
}
.c-btn__add-arrow-right:hover::after {
  -webkit-transition: 0.2s;
  transition: 0.2s;
  right: 3%;
}
.c-btn__add-arrow-right__long {
  position: relative;
  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;
  color: #4C4948;
}
.c-btn__add-arrow-right__long::after {
  content: "";
  position: absolute;
  right: 10%;
  width: 38px;
  height: 16px;
  background-image: url(./images/top/arrow-long.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.c-btn__add-arrow-right__long:hover::after {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  right: 8%;
  background-image: url(./images/top/arrow-long-w.svg);
  background-size: contain;
  background-repeat: no-repeat;
}
.c-btn__add-arrow-left {
  position: relative;
  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;
}
.c-btn__add-arrow-left::after {
  content: "\f054";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  left: 8%;
  font-size: 1.4rem;
}
.c-btn__add-arrow-left:hover::after {
  -webkit-transition: 0.2s;
  transition: 0.2s;
  left: 10%;
}
.c-btn__add-arrow-bottom {
  position: relative;
  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;
}
.c-btn__add-arrow-bottom::after {
  content: "\f078";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  right: 20px;
  font-size: 1.4rem;
}

.c-parts__hum-1 {
  display: none;
  position: absolute;
  z-index: 100;
  cursor: pointer;
  width: 50px;
  height: 50px;
  border-radius: 5px;
}
@media screen and (max-width: 1320px) {
  .c-parts__hum-1 {
    display: block;
  }
}
.c-parts__hum-1 > span {
  display: inline-block;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  /*アニメーションの設定*/
  position: absolute;
  left: 14px;
  height: 3px;
  border-radius: 2px;
  background: #755072;
  width: 45%;
}
.c-parts__hum-1 > span:nth-of-type(1) {
  top: 15px;
}
.c-parts__hum-1 > span:nth-of-type(2) {
  top: 23px;
}
.c-parts__hum-1 > span:nth-of-type(3) {
  top: 31px;
}
.c-parts__hum-1__active > span:nth-of-type(1) {
  top: 18px;
  -webkit-transform: translateY(6px) rotate(-45deg);
          transform: translateY(6px) rotate(-45deg);
  width: 50%;
}
.c-parts__hum-1__active > span:nth-of-type(2) {
  opacity: 0;
  /*真ん中の線は透過*/
}
.c-parts__hum-1__active > span:nth-of-type(3) {
  top: 30px;
  -webkit-transform: translateY(-6px) rotate(45deg);
          transform: translateY(-6px) rotate(45deg);
  width: 50%;
}
.c-parts__tel {
  font-size: 2.8rem;
  font-family: "Lato", "sans-serif";
  font-weight: light;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  line-height: 1.5;
  color: #755072;
}
.c-parts__tel:hover {
  opacity: 0.5;
}
.c-parts__verticalLine {
  width: 1px;
  height: 85px;
  background-color: #FFFFFF;
}

.c-subpage__bg-sub {
  background-color: #755072;
}
.c-subpage__countlist {
  line-height: 2;
  counter-reset: listnum;
  /* カウンターをリセット */
  list-style: none;
  /* 標準のスタイルは消す */
}
.c-subpage__countlist li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.c-subpage__countlist li::before {
  counter-increment: listnum;
  /* counter-resetと同じ文字列 */
  content: counter(listnum) ".";
  /* カウントした数に応じて番号を表示 */
  font-weight: bold;
  color: #CADC7F;
  margin-right: 10px;
}
.c-subpage__checklist {
  line-height: 2;
  counter-reset: listnum;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.c-subpage__checklist::before {
  content: " \f058";
  font-weight: 400;
  font-family: "Font Awesome 5 Free";
  color: #755072;
  margin-right: 10px;
}
.c-subpage__grid-clm-1-4 {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 40px 4fr;
  grid-template-columns: 1fr 4fr;
  gap: 40px;
}
@media screen and (max-width: 768px) {
  .c-subpage__grid-clm-1-4 {
    gap: 20px;
  }
}
.c-subpage__grid-row {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
}
.c-subpage__img {
  border-radius: 5px;
}

.c-bg__color-sub {
  background-color: #755072;
  color: #FFFFFF;
}
.c-bg__color-third {
  background-color: #F8F5F6;
}
.c-bg__color-gradation {
  background: transparent -webkit-gradient(linear, left top, right top, from(#CADC7F), to(#BADECD)) 0% 0% no-repeat padding-box;
  background: transparent linear-gradient(90deg, #CADC7F 0%, #BADECD 100%) 0% 0% no-repeat padding-box;
}
.c-bg__main {
  background-color: #f9f5f6;
}
.c-bg__blur {
  background-color: rgba(255, 255, 255, 0.379);
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
}

.c-flex-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.c-flex-row__pc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 768px) {
  .c-flex-row__pc {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row;
            flex-flow: row;
  }
}
@media screen and (max-width: 768px) {
  .c-flex-row__tab {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
  }
}
@media screen and (max-width: 480px) {
  .c-flex-row__sp {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
  }
}

.c-flex-column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
}

.c-flex-cc {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.c-flex-lc {
  -webkit-box-pack: left;
      -ms-flex-pack: left;
          justify-content: left;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.c-flex-cl {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.c-flex-baseline {
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}

.c-flex-spaceBetween {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.c-flex-end {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
}

.c-flex-gap__20 {
  gap: 20px;
}
.c-flex-gap__30 {
  gap: 30px;
}
.c-flex-gap__40 {
  gap: 40px;
}
.c-flex-gap__100 {
  gap: 100px;
}
.c-flex-gap__20-15 {
  gap: 20px;
}
@media screen and (max-width: 768px) {
  .c-flex-gap__20-15 {
    gap: 15px;
  }
}
.c-flex-gap__30-20 {
  gap: 30px;
}
@media screen and (max-width: 768px) {
  .c-flex-gap__30-20 {
    gap: 20px;
  }
}
.c-flex-gap__40-20 {
  gap: 40px;
}
@media screen and (max-width: 768px) {
  .c-flex-gap__40-20 {
    gap: 20px;
  }
}

.c-front-ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.c-front-ttl__main {
  color: #755072;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .c-front-ttl__main {
    line-height: 2;
  }
}
.c-front-ttl__sub {
  color: #755072;
  font-size: 1.6rem;
  letter-spacing: 0.16rem;
  font-weight: 300;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .c-front-ttl__sub {
    font-size: 1.4rem;
    letter-spacing: 0.14rem;
    line-height: 1;
  }
}
.c-front-ttl__h3 {
  color: #755072;
  border-bottom: 1px solid #755072;
  font-size: 2rem;
  letter-spacing: 0.2rem;
  padding-bottom: 15px;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .c-front-ttl__h3 {
    font-size: 1.6rem;
    letter-spacing: 0.16rem;
    padding-bottom: 10px;
    margin-bottom: 15px;
  }
}
.c-front-ttl__voice {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.c-front-ttl-white {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.c-front-ttl-white__main {
  color: #FFFFFF;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .c-front-ttl-white__main {
    line-height: 2;
  }
}
.c-front-ttl-white__sub {
  color: #FFFFFF;
  font-size: 1.6rem;
  letter-spacing: 0.16rem;
  font-weight: 300;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .c-front-ttl-white__sub {
    font-size: 1.4rem;
    letter-spacing: 0.14rem;
    line-height: 1;
  }
}
.c-front-ttl-white__h3 {
  color: #FFFFFF;
  border-bottom: 1px solid #FFFFFF;
  font-size: 2rem;
  letter-spacing: 0.2rem;
  padding-bottom: 15px;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .c-front-ttl-white__h3 {
    font-size: 1.6rem;
    letter-spacing: 0.16rem;
    padding-bottom: 10px;
    margin-bottom: 15px;
  }
}
.c-front-ttl-white__voice {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.c-table-description {
  width: 100%;
}
.c-table-description__row {
  position: relative;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 2fr;
  grid-template-columns: 1fr 2fr;
  border-bottom: 3px solid #f9f5f6;
}
.c-table-description__head {
  font-weight: bold;
}
.c-table-description__head::before {
  position: absolute;
  background-color: #D6ECF0;
  border-radius: 5px;
  content: "";
  display: block;
  height: 3px;
  margin-top: 10px;
}
/*-------- 色指定 ---------*/
:root {
  --s-bg1: #eaf4fc;
  /*ストライプ背景の色*/
}

.c-table-simple {
  color: #4C4948;
  background-color: white;
  border: 2px solid #755072;
}

.c-table-simple thead {
  border-bottom: 2px solid #755072;
}

.c-table-simple th,
.c-table-simple tr:nth-child(even) {
  background-color: #FFFAF3;
}

.c-table-simple table td,
.c-table-simple table,
.c-table-simple table th {
  text-align: center;
  border-color: #755072;
}

/*-------- 色指定 ---------*/
:root {
  --f-text: #998671;
  /*文字の色*/
  --f-line: #e29399;
  /*線の色*/
  --f-bg1: #e29399;
  /*タイトル行の背景色*/
  --f-bg2: #fef4f4;
  /*ストライプの背景色*/
}

.c-table-fem table {
  color: #4C4948;
  border: 2px solid #755072;
  background-color: white;
}

.c-table-fem table th {
  border: 1px dotted white;
}

.c-table-fem thead {
  border-bottom: 1px solid #755072;
}

.c-table-fem table td {
  border: 1px dotted #755072;
}

.c-table-fem thead {
  color: white;
}

.c-table-fem th {
  background-color: #755072;
}

.c-table-fem tr:nth-child(even) {
  background-color: #FFFAF3;
}

.c-color__main {
  color: #755072;
}
.c-color__sub {
  color: #D6ECF0;
}
.c-color__white {
  color: #FFFFFF;
}
.c-color__black {
  color: #2f2f2f;
}
.c-color__blue {
  color: #0061E5;
}
.c-color__orange {
  color: #E58D00;
}
.c-color__main-hover {
  color: #4C4948;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.c-color__main-hover:hover {
  color: #755072;
}
.c-color__white-hover {
  color: #FFFFFF;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.c-color__white-hover:hover {
  opacity: 0.8;
}

.c-border-b__main {
  border-bottom: 1px solid #B4B4B4;
  padding-bottom: 15px;
}
.c-border-b__sub {
  border-bottom: 1px solid #D6ECF0;
  padding-bottom: 10px;
}

.c-border-radius__10vh {
  border-radius: 10vh;
}
.c-border-radius__100vh {
  border-radius: 100vh;
}
.c-border-radius__5px {
  border-radius: 5px;
}

.c-width__100par {
  width: 100%;
}

.c-price-table table {
  border-collapse: collapse;
  margin: 0 auto;
  padding: 0;
  width: 100%;
}
.c-price-table table tr {
  background-color: #fff;
  border-bottom: 2px solid #fff;
}
.c-price-table table tr:nth-child(even) {
  background-color: #FFFAF3;
}
.c-price-table table th,
.c-price-table table td {
  padding: 0.35em 1em;
}
.c-price-table table thead th {
  padding: 1em;
  text-align: left;
}
.c-price-table table thead tr {
  background-color: #E50061;
  color: #fff;
}
.c-price-table table tbody th {
  text-align: left;
}
.c-price-table .txt {
  text-align: left;
}
.c-price-table .day {
  text-align: left;
}
.c-price-table .price {
  text-align: left;
  color: #E50061;
}
.c-price-table .pink {
  color: #E50061;
}
.c-price-table .center {
  text-align: center;
}
.c-price-table .center-right {
  text-align: center;
}
@media screen and (max-width: 768px) {
  .c-price-table .center-right {
    text-align: right;
  }
}
.c-price-table .width30par {
  width: 30%;
}
@media screen and (max-width: 768px) {
  .c-price-table .width30par {
    width: 100%;
  }
}
.c-price-table .letterSpacing-01 {
  letter-spacing: 0.01rem;
}
@media screen and (max-width: 768px) {
  .c-price-table table {
    border: 0;
    width: 100%;
  }
  .c-price-table table th {
    background-color: #E50061;
    display: block;
    border-right: none;
  }
  .c-price-table table thead {
    border: none;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .c-price-table table tr {
    display: block;
    margin-bottom: 0.625em;
    border: 1px solid #E50061;
  }
  .c-price-table table td {
    border-bottom: 1px dotted #bbb;
    display: block;
    text-align: right;
    position: relative;
    padding: 1em 1em 1em 8em;
    border-right: none;
  }
  .c-price-table table td::before {
    content: attr(data-label);
    position: absolute;
    left: 10px;
    color: #000;
  }
  .c-price-table table td:last-child {
    border-bottom: 0;
  }
  .c-price-table table tbody th {
    color: #fff;
    padding: 1em;
  }
  .c-price-table table tr:nth-child(even) {
    background-color: #fff;
  }
}

.c-banner-hospita {
  background-color: #755072;
  border-radius: 5px;
  max-width: 300px;
  height: auto;
  padding: 10px;
  max-width: 250px;
}
.c-banner-hospita__img {
  width: 60%;
  margin: 0 auto;
  margin-bottom: 10px;
  border-radius: 0;
}
.c-banner-hospita__txt {
  background-color: #FFFFFF;
  font-size: 1rem;
  letter-spacing: 0.01rem;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
  color: #755072;
  border-radius: 10vh;
  text-align: center;
  line-height: 1.5;
}
.c-banner-hospita__txt::after {
  content: "\f0da";
  font-weight: 900;
  font-family: "Font Awesome 5 Free";
  color: #EA632D;
  margin-left: 5px;
}

/* -------- project -------- */
.p-subpage-fv {
  position: relative;
  height: 330px;
}
@media screen and (max-width: 768px) {
  .p-subpage-fv {
    height: 180px;
  }
}
.p-subpage-fv::after {
  content: "";
  background-color: rgba(255, 255, 255, 0.6);
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 100%;
}
.p-subpage-fv__img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  height: 330px;
  border-radius: 0px !important;
}
@media screen and (max-width: 768px) {
  .p-subpage-fv__img {
    height: 180px;
  }
}
.p-subpage-fv__ttl {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  z-index: 8;
  white-space: nowrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.p-subpage-fv__ttl-main {
  color: #755072;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .p-subpage-fv__ttl-main {
    line-height: 2;
  }
}
.p-subpage-fv__ttl-sub {
  color: #755072;
  font-size: 1.6rem;
  letter-spacing: 0.16rem;
  font-weight: 300;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .p-subpage-fv__ttl-sub {
    font-size: 1.4rem;
    letter-spacing: 0.14rem;
    line-height: 1;
  }
}

.p-subpage-breadcrumb #breadcrumbs {
  padding: 2px 15px;
}
.p-subpage-breadcrumb #breadcrumbs span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 5px;
  font-size: 1.4rem;
  color: #755072;
}
@media screen and (max-width: 768px) {
  .p-subpage-breadcrumb #breadcrumbs span {
    font-size: 1.2rem;
    letter-spacing: 0.12rem;
  }
}

.p-subpage-main {
  /*アコーディオン全体*/
  /*アコーディオンタイトル*/
  /*アイコンの＋と×*/
  /*　closeというクラスがついたら形状変化　*/
  /*アコーディオンで現れるエリア*/
}
.p-subpage-main h2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #755072;
  display: flex;
  gap: 40px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 2.8rem;
  letter-spacing: 0.2rem;
  font-family: "Noto serif JP", "sans-serif";
  padding-top: 100px;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .p-subpage-main h2 {
    gap: 20px;
    padding-top: 40px;
    margin-bottom: 20px;
    font-size: 1.8rem;
    letter-spacing: 0.18rem;
  }
}
.p-subpage-main h2::before {
  content: "";
  display: block;
  width: 3px;
  height: 45px;
  background-color: #755072;
}
.p-subpage-main h3 {
  position: relative;
  font-size: 2.4rem;
  line-height: 1.5;
  color: #755072;
  font-family: "Noto serif JP", "sans-serif";
  padding-top: 40px;
  margin-bottom: 20px;
  padding: 13px 18px 14px 18px;
  background-color: #f2eef2;
  margin-top: 30px;
}
@media screen and (max-width: 768px) {
  .p-subpage-main h3 {
    font-size: 1.8rem;
    margin-top: 20px;
    padding: 13px 14px 15px 14px;
    margin-bottom: 10px;
  }
}
.p-subpage-main h3-waku {
  background-color: #FFFFFF;
  padding: 40px;
  border-radius: 10px;
}
@media screen and (max-width: 768px) {
  .p-subpage-main h3-waku {
    padding: 30px;
  }
}
.p-subpage-main h4 {
  font-size: 1.8rem;
  margin-bottom: 10px;
  font-family: "Noto serif JP", "sans-serif";
  color: #755072;
}
@media screen and (max-width: 768px) {
  .p-subpage-main h4 {
    font-size: 1.6rem;
  }
}
.p-subpage-main img {
  border-radius: 5px;
}
.p-subpage-main p {
  margin-bottom: 10px;
}
.p-subpage-main ul {
  list-style: decimal;
}
.p-subpage-main dl {
  margin-left: 24px;
  margin-bottom: 10px;
}
.p-subpage-main dl > dt {
  display: list-item;
}
.p-subpage-main ol {
  margin-bottom: 10px;
  margin-left: 24px;
}
.p-subpage-main ol > li {
  list-style-type: decimal;
  margin-left: 10px;
}
.p-subpage-main ul > li {
  list-style-type: disc;
  margin-left: 24px;
  margin-bottom: 10px;
}
.p-subpage-main ul > li::marker {
  color: #755072;
}
.p-subpage-main .link {
  border-bottom: 1px solid #4C4948;
  display: inline;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.p-subpage-main .link:hover {
  color: #755072;
  border-bottom: 1px solid #755072;
}
.p-subpage-main .grid-gap__60-40 .wp-block-group__inner-container {
  display: -ms-grid;
  display: grid;
  gap: 60px;
}
@media screen and (max-width: 768px) {
  .p-subpage-main .grid-gap__60-40 .wp-block-group__inner-container {
    gap: 40px;
  }
}
.p-subpage-main .accordion-area {
  list-style: none;
  width: 100%;
  margin: 0 auto;
}
.p-subpage-main .accordion-area li {
  margin: 10px 0;
  list-style: none;
}
.p-subpage-main .accordion-area section {
  border: 1px solid #755072;
}
.p-subpage-main .title {
  position: relative;
  /*+マークの位置基準とするためrelative指定*/
  cursor: pointer;
  font-weight: normal;
  padding: 3% 3% 3% 50px;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  border-bottom: none;
  color: #755072;
  margin-bottom: 0px;
}
.p-subpage-main .title::before,
.p-subpage-main .title::after {
  position: absolute;
  content: "";
  width: 15px;
  height: 2px;
  background-color: #755072;
}
.p-subpage-main .title::before {
  top: 48%;
  left: 15px;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}
.p-subpage-main .title::after {
  top: 48%;
  left: 15px;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.p-subpage-main .title.close::before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.p-subpage-main .title.close::after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.p-subpage-main .box {
  display: none;
  /*はじめは非表示*/
  padding: 0 3% 3% 3%;
}
.p-subpage-main .box p {
  border-top: 1px dotted #755072;
  padding-top: 3%;
  margin-bottom: 0;
}
.p-subpage-main__content {
  display: -ms-grid;
  display: grid;
  gap: 100px;
}
@media screen and (max-width: 768px) {
  .p-subpage-main__content {
    gap: 60px;
  }
}

.p-subpage-404 {
  text-align: center;
}
.p-subpage-404__txt {
  margin-bottom: 40px;
}
.p-subpage-404__btn {
  max-width: 400px;
  margin: 0 auto;
}

/* --------fv-------- */
.p-front-fv__swiper {
  position: relative;
  height: 80vh;
}
@media screen and (max-width: 768px) {
  .p-front-fv__swiper {
    height: 400px;
  }
}
.p-front-fv__swiper-wrapper {
  opacity: 0.85;
}
.p-front-fv__copy {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .p-front-fv__copy {
    width: 360px;
  }
}
.p-front-fv__copy-img {
  max-width: 535px;
  margin: 0 auto 30px;
}
@media screen and (max-width: 768px) {
  .p-front-fv__copy-img {
    margin: 0 auto 20px;
    max-width: 300px;
  }
}
.p-front-fv__copy-bold {
  background-color: #FFFFFF;
  color: #755072;
  padding: 3px 10px;
  border-radius: 5px;
}
.p-front-fv__copy h2 {
  color: #4C4948;
  font-weight: bold;
  text-align: center;
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .p-front-fv__copy h2 {
    margin-bottom: 5px;
    font-size: 1.8rem;
    letter-spacing: 0.18rem;
  }
}
.p-front-fv__copy-access {
  padding: 6px 90px;
  background-color: #755072;
  color: #FFFFFF;
  border-radius: 5px;
  font-weight: bold;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-front-fv__copy-access {
    padding: 3px 20px;
  }
}
.p-front-fv__copy-feature {
  position: relative;
}
.p-front-fv__copy-feature-waku {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
}
.p-front-fv__copy-feature-waku__img {
  max-width: 40px;
  margin: 0 auto 10px;
}
@media screen and (max-width: 768px) {
  .p-front-fv__copy-feature-waku__img {
    max-width: 23px;
    margin: 0 auto 5px;
  }
}
.p-front-fv__copy-feature-waku__img25 {
  max-width: 25px;
  margin: 0 auto 10px;
}
@media screen and (max-width: 768px) {
  .p-front-fv__copy-feature-waku__img25 {
    max-width: 15px;
  }
}
.p-front-fv__copy-feature-waku__txt {
  font-family: "Noto sans JP", "sans-serif";
  font-size: 1.8rem;
  width: 120px;
}
@media screen and (max-width: 768px) {
  .p-front-fv__copy-feature-waku__txt {
    font-size: 1.1rem;
    letter-spacing: 0.05em;
    width: 80px;
  }
}
.p-front-fv__copy-feature-waku__txt span {
  color: #755072;
}
.p-front-fv__pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  position: absolute;
  bottom: 30px !important;
  z-index: 2;
  left: 50% !important;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  width: auto !important;
}
.p-front-fv__filter {
  width: 100%;
  height: 80vh;
  position: absolute;
  top: 0px;
  z-index: 1;
  background-color: rgba(87, 74, 58, 0.261);
}
@media screen and (max-width: 768px) {
  .p-front-fv__filter {
    height: 400px;
  }
}

/* --------お知らせ-------- */
.p-front-news__wrapper {
  padding: 60px 15px;
}
@media screen and (max-width: 768px) {
  .p-front-news__wrapper {
    padding: 40px 30px 20px;
  }
}
.p-front-news__wrapper-sp {
  display: none;
}
@media screen and (max-width: 768px) {
  .p-front-news__wrapper-sp {
    padding: 20px 30px 40px;
    display: block;
  }
}
.p-front-news__content-wrapper {
  background-color: #FFFFFF;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  gap: 30px;
}
.p-front-news__content-ttl {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  gap: 40px;
}
@media screen and (max-width: 1080px) {
  .p-front-news__content-ttl {
    text-align: center;
    gap: 20px;
  }
}
.p-front-news__content-li {
  margin-bottom: 10px;
}
.p-front-news__content-li-category {
  font-size: 1.6rem;
  padding: 2px 20px;
  border-radius: 3px;
  background-color: #755072;
  color: #FFFFFF;
  margin-right: 15px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-front-news__content-li-category {
    font-size: 1.4rem;
    padding: 2px 10px;
    margin-right: 10px;
  }
}
.p-front-news__content-li-new {
  font-family: "Lato", "sans-serif";
  color: #E52020;
  font-weight: bold;
}
.p-front-news__content-a {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 20px 0.7fr 20px 3fr;
  grid-template-columns: 1fr 0.7fr 3fr;
  gap: 20px;
}
@media screen and (max-width: 768px) {
  .p-front-news__content-a {
    display: block;
  }
}
.p-front-news__reserve {
  padding: 20px 40px;
  border: double 5px #755072;
  border-radius: 10px;
}
@media screen and (max-width: 768px) {
  .p-front-news__reserve {
    padding: 20px 10px;
    margin: 0 15px;
  }
}
.p-front-news__reserve h3 {
  font-size: 26px;
}
@media screen and (max-width: 768px) {
  .p-front-news__reserve h3 {
    font-size: 20px;
  }
}

/* --------当院の特徴-------- */
.p-front-features {
  background-image: url(./images/top/features-bg.webp);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.p-front-features__h2 {
  position: relative;
  z-index: 0;
}
.p-front-features__h2::after {
  content: "Features";
  position: absolute;
  top: 0%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: -1;
  color: #F2ECF2;
  font-size: 14rem;
}
@media screen and (max-width: 768px) {
  .p-front-features__h2::after {
    font-size: 7rem;
    top: 40%;
  }
}
.p-front-features__span {
  font-size: 5.6rem;
}
.p-front-features__list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 30px 1fr 30px 1fr;
  grid-template-columns: repeat(3, 1fr);
  /* デフォルト：PCは3列 */
  gap: 60px 30px;
  list-style: none;
}
@media screen and (max-width: 768px) {
  .p-front-features__list {
    gap: 30px;
  }
}
.p-front-features__list h3 {
  font-size: 2.4rem;
  display: inline;
  -webkit-box-shadow: inset 0 -0.6em 0 #f9f5f6;
          box-shadow: inset 0 -0.6em 0 #f9f5f6;
}
@media screen and (max-width: 768px) {
  .p-front-features__list h3 {
    font-size: 2rem;
  }
}
@media screen and (max-width: 768px) {
  .p-front-features__list {
    -ms-grid-columns: (1fr)[1];
    grid-template-columns: repeat(1, 1fr);
    /* スマホでは1列に */
  }
}
.p-front-features__list-ko {
  position: relative;
  border: solid 1px #755072;
  padding: 20px;
  border-radius: 10px;
}
@media screen and (max-width: 768px) {
  .p-front-features__list-ko {
    padding: 15px;
  }
}
.p-front-features__list-ko-number {
  position: absolute;
  top: -15%;
  left: 5%;
  font-size: 3.4rem;
  color: #755072;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  .p-front-features__list-ko-number {
    top: 0;
  }
}
.p-front-features__list-ko img {
  max-width: 124px;
  padding-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .p-front-features__list-ko img {
    max-width: 100px;
    padding-bottom: 10px;
  }
}

/* --------診療案内-------- */
.p-front-treatment__card {
  padding: 40px;
  border: 1px solid #FFFFFF;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  gap: 10px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  color: #FFFFFF;
  position: relative;
}
.p-front-treatment__card h3 {
  color: #FFFFFF;
  position: relative;
}
.p-front-treatment__card h3::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: #FFFFFF;
  margin: 10px auto 0;
}
.p-front-treatment__card:hover {
  background-color: #F8F5F6;
}
.p-front-treatment__card img {
  height: 16px;
  width: auto;
}
.p-front-treatment__arrow {
  position: absolute;
  bottom: 10px;
  right: 10px;
  width: 30px;
  height: auto;
  pointer-events: none;
  border-radius: 0;
}
@media screen and (max-width: 768px) {
  .p-front-treatment__arrow {
    width: 24px;
    bottom: 6px;
    right: 6px;
  }
}
.p-front-treatment__bg1 {
  background-image: url("./images/top/treatment-bg1.webp");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-transition: -webkit-filter 0.3s ease;
  transition: -webkit-filter 0.3s ease;
  transition: filter 0.3s ease;
  transition: filter 0.3s ease, -webkit-filter 0.3s ease;
}
.p-front-treatment__bg1:hover {
  -webkit-filter: brightness(1.2);
          filter: brightness(1.2);
}
.p-front-treatment__bg2 {
  background-image: url("./images/top/treatment-bg2.webp");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-transition: -webkit-filter 0.3s ease;
  transition: -webkit-filter 0.3s ease;
  transition: filter 0.3s ease;
  transition: filter 0.3s ease, -webkit-filter 0.3s ease;
}
.p-front-treatment__bg2:hover {
  -webkit-filter: brightness(1.2);
          filter: brightness(1.2);
}
.p-front-treatment__bg3 {
  background-image: url("./images/top/treatment-bg3.webp");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-transition: -webkit-filter 0.3s ease;
  transition: -webkit-filter 0.3s ease;
  transition: filter 0.3s ease;
  transition: filter 0.3s ease, -webkit-filter 0.3s ease;
}
.p-front-treatment__bg3:hover {
  -webkit-filter: brightness(1.2);
          filter: brightness(1.2);
}
.p-front-treatment__bg4 {
  background-image: url("./images/top/treatment-bg4.webp");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-transition: -webkit-filter 0.3s ease;
  transition: -webkit-filter 0.3s ease;
  transition: filter 0.3s ease;
  transition: filter 0.3s ease, -webkit-filter 0.3s ease;
}
.p-front-treatment__bg4:hover {
  -webkit-filter: brightness(1.2);
          filter: brightness(1.2);
}
.p-front-treatment__bg5 {
  background-image: url("./images/top/treatment-bg5.webp");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-transition: -webkit-filter 0.3s ease;
  transition: -webkit-filter 0.3s ease;
  transition: filter 0.3s ease;
  transition: filter 0.3s ease, -webkit-filter 0.3s ease;
}
.p-front-treatment__bg5:hover {
  -webkit-filter: brightness(1.2);
          filter: brightness(1.2);
}
.p-front-treatment__bg6 {
  background-image: url("./images/top/treatment-bg6.webp");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-transition: -webkit-filter 0.3s ease;
  transition: -webkit-filter 0.3s ease;
  transition: filter 0.3s ease;
  transition: filter 0.3s ease, -webkit-filter 0.3s ease;
}
.p-front-treatment__bg6:hover {
  -webkit-filter: brightness(1.2);
          filter: brightness(1.2);
}

/* --------ご挨拶-------- */
.p-front-greeting {
  background-image: url("./images/top/greeting.webp");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.p-front-greeting__txt img {
  width: 100px;
}
@media screen and (max-width: 768px) {
  .p-front-greeting__txt img {
    width: 80px;
  }
}
.p-front-greeting__txt h2 {
  color: #755072;
}
.p-front-greeting__txt h3 {
  color: #755072;
  font-size: 2.4rem;
  font-weight: normal;
}
@media screen and (max-width: 768px) {
  .p-front-greeting__txt h3 {
    font-size: 1.8rem;
  }
}
.p-front-greeting__img {
  color: #755072;
  text-align: right;
}
.p-front-greeting__img-image {
  max-width: 330px;
  display: inline-block;
  position: relative;
  z-index: 0;
}
.p-front-greeting__img-image img {
  border-radius: 0;
}
.p-front-greeting__img-image::before {
  content: "";
  position: absolute;
  top: 20px;
  bottom: -20px;
  right: -22px;
  left: 22px;
  border: solid 1px #755072;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .p-front-greeting__img-image::before {
    top: 10px;
    bottom: -10px;
    right: -10px;
    left: 10px;
  }
}
.p-front-greeting__img h3 {
  font-size: 2rem;
  font-weight: normal;
  color: #755072;
}
.p-front-greeting__waku {
  background-color: #FFFFFF;
  padding: 60px;
  max-width: 950px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .p-front-greeting__waku {
    padding: 10px 20px;
  }
}

/* --------コラム-------- */
.p-front-column__list {
  -webkit-box-shadow: 0 0 20px 0px rgba(85, 85, 85, 0.25);
          box-shadow: 0 0 20px 0px rgba(85, 85, 85, 0.25);
  padding: 20px 15px;
  position: relative;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.p-front-column__list-title {
  font-weight: 500;
  border-bottom: solid 1px #DBD3DA;
}
.p-front-column__list:hover {
  -webkit-box-shadow: unset;
          box-shadow: unset;
  -webkit-transform: translateY(4px);
          transform: translateY(4px);
}
.p-front-column__more {
  padding: 10px 30px;
  border: solid 1px #4C4948;
  border-radius: 10px;
}
.p-front-column__more:hover {
  opacity: 0.6;
}
@media screen and (max-width: 768px) {
  .p-front-column__title {
    display: -ms-inline-grid;
    display: inline-grid;
    line-height: 1;
  }
}
.p-front-column__txt {
  line-height: 1.8;
}
.p-front-column__txt-more {
  position: absolute;
  right: 20px;
  bottom: 16px;
  padding-left: 35px;
  font-size: 16px;
  color: #A19F9C;
}
.p-front-column__txt-more::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  width: 3rem;
  height: 1px;
  z-index: 1;
  background: #D8D3CA;
}

/* --------ご来院の皆さま（初診の方へ）-------- */
.p-front-access__content-point {
  font-family: "Noto sans JP", "sans-serif";
  font-weight: bold;
}
.p-front-access__content-point::before {
  content: "\f3c5";
  font-weight: 900;
  font-family: "Font Awesome 5 Free";
  padding: 10px;
  background-color: #755072;
  border-radius: 10vh;
}
.p-front-access__content-train {
  font-family: "Noto sans JP", "sans-serif";
  font-weight: bold;
}
.p-front-access__content-train::before {
  content: "\f239";
  font-weight: 900;
  font-family: "Font Awesome 5 Free";
  padding: 10px;
  background-color: #755072;
  border-radius: 10vh;
}
.p-front-access__map {
  width: 100%;
  height: 100%;
}
.p-front-access__map > iframe {
  border-radius: 3rem;
}

.p-about-dr {
  background-image: url(./images/top/main-bg.webp);
  background-size: cover;
  background-position: center;
}
.p-about-dr__name {
  font-size: 2.8rem;
  letter-spacing: 0.28rem;
  line-height: 1.5;
}
.p-about-dr__furigana {
  font-size: 1.4rem;
  letter-spacing: 0.14rem;
  line-height: 1;
}

.p-about-facility {
  background-color: #FFFFFF;
  /*各スライドのスタイル*/
  /*アクティブなときのスタイル*/
  /*矢印ボタンの色を変更*/
}
.p-about-facility__slider-wrapper {
  max-width: 780px;
  margin: 0 auto;
}
.p-about-facility .swiper-wrapper {
  position: relative;
}
.p-about-facility .swiper-container {
  width: 100%;
  height: 450px;
  margin: 0.5rem auto;
  overflow: hidden;
  position: relative;
}
.p-about-facility .swiper-container img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 768px) {
  .p-about-facility .swiper-container {
    height: 300px;
  }
}
.p-about-facility .swiper-thumbnail {
  width: 100%;
  height: 160px;
  margin: 0.5rem auto;
  overflow: hidden;
}
.p-about-facility .swiper-thumbnail img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 768px) {
  .p-about-facility .swiper-thumbnail {
    height: 100px;
  }
}
.p-about-facility .swiper-slide {
  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;
  /*テキストの色と太さを指定*/
  color: #212121;
  font-weight: bold;
  font-size: max(0.5rem, 1.5vw);
}
.p-about-facility .swiper-thumbnail .swiper-slide {
  opacity: 0.2;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}
.p-about-facility .swiper-thumbnail .swiper-slide.swiper-slide-thumb-active {
  opacity: 1;
}
.p-about-facility .swiper-button-next,
.p-about-facility .swiper-button-prev {
  color: #212121;
  z-index: 100000;
}

.p-archive-list__wrapper {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 2fr 100px 1fr;
  grid-template-columns: 2fr 1fr;
  gap: 100px;
}
@media screen and (max-width: 768px) {
  .p-archive-list__wrapper {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 60px;
  }
}

.p-archive-content {
  display: -ms-grid;
  display: grid;
  gap: 20px;
}
@media screen and (max-width: 768px) {
  .p-archive-content {
    gap: 10px;
  }
}
.p-archive-content__wrapper {
  display: -ms-grid;
  display: grid;
  gap: 100px;
}
@media screen and (max-width: 768px) {
  .p-archive-content__wrapper {
    gap: 60px;
  }
}
.p-archive-content__category {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
}
.p-archive-content__category-category {
  font-size: 1.6rem;
  border-radius: 3px;
  background-color: #755072;
  color: #FFFFFF;
  text-align: center;
  padding: 1px 10px;
}
@media screen and (max-width: 768px) {
  .p-archive-content__category-category {
    font-size: 1.4rem;
    letter-spacing: 0.14rem;
  }
}
.p-archive-content__btn {
  width: 300px;
}
@media screen and (max-width: 768px) {
  .p-archive-content__btn {
    width: 100%;
  }
}
.p-archive-content h2 {
  font-size: 2.4rem;
  letter-spacing: 0.24rem;
}
@media screen and (max-width: 768px) {
  .p-archive-content h2 {
    font-size: 1.8rem;
  }
}
.p-archive-content__txt a {
  border-bottom: 1px solid #755072;
  color: #755072;
  display: inline-block;
}
.p-archive-content__txt a:hover {
  opacity: 0.7;
}

.p-archive-sidebar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  gap: 60px;
}
@media screen and (max-width: 768px) {
  .p-archive-sidebar {
    gap: 20px;
  }
}
.p-archive-sidebar h2 {
  font-size: 1.8rem;
  text-align: left;
  color: #4C4948;
  padding-left: 20px;
  border-left: 2px solid #755072;
  font-weight: bold;
  width: 100%;
  margin-bottom: 10px;
}
.p-archive-sidebar ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 12px;
  padding-bottom: 12px;
  border-bottom: 1px dotted #ACACAC;
}
.p-archive-sidebar ul li:hover a {
  color: #755072;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.p-archive-sidebar ul li::before {
  content: "\f105";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  color: #755072;
  margin-right: 20px;
}
.p-archive-sidebar select {
  width: 100%;
  font-size: 1.6rem;
  font-family: "Noto serif JP", "sans-serif";
  border: 0px;
  padding-left: 30px;
  padding-top: 10px;
  padding-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .p-archive-sidebar select {
    font-size: 1.4rem;
  }
}

.p-single-list__wrapper {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 2fr 100px 1fr;
  grid-template-columns: 2fr 1fr;
  gap: 100px;
}
@media screen and (max-width: 768px) {
  .p-single-list__wrapper {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}

.p-single-content {
  display: -ms-grid;
  display: grid;
  gap: 20px;
}
.p-single-content__wrapper {
  display: -ms-grid;
  display: grid;
  gap: 100px;
}
@media screen and (max-width: 768px) {
  .p-single-content__wrapper {
    gap: 60px;
  }
}
.p-single-content__category {
  display: -ms-grid;
  display: grid;
  gap: 20px;
}
.p-single-content__category-category {
  font-size: 1.6rem;
  font-weight: bold;
  border-radius: 3px;
  background-color: #755072;
  color: #FFFFFF;
  text-align: center;
  padding: 1px 10px;
}
.p-single-content__btn {
  width: 300px;
}
@media screen and (max-width: 768px) {
  .p-single-content__btn {
    width: 100%;
  }
}

.p-single-sidebar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  gap: 60px;
}
.p-single-sidebar h2 {
  font-size: 1.8rem;
  text-align: left;
  color: #4C4948;
  padding-left: 20px;
  border-left: 2px solid #B8D200;
  font-weight: bold;
  width: 100%;
  margin-bottom: 10px;
}
.p-single-sidebar ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 12px;
  padding-bottom: 12px;
  border-bottom: 1px dotted #ACACAC;
}
.p-single-sidebar ul li:hover a {
  color: #755072;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.p-single-sidebar ul li::before {
  content: "\f105";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  color: #755072;
  margin-right: 20px;
}

.p-single-content__pagebtn {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  height: 60px;
}
.p-single-content__pagebtn-previous a {
  position: relative;
  display: inline-block;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  padding: 15px 60px;
  border: 2px solid #755072;
  border-radius: 5px;
  color: #755072;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  background-color: #FFFFFF;
  width: 300px;
}
.p-single-content__pagebtn-previous a::before {
  content: "\f053";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  left: 20px;
  top: 28%;
  font-size: 1.4rem;
}
@media screen and (max-width: 480px) {
  .p-single-content__pagebtn-previous a::before {
    left: 10px;
  }
}
@media screen and (max-width: 480px) {
  .p-single-content__pagebtn-previous a {
    width: 95%;
    padding: 15px 20px;
  }
}
.p-single-content__pagebtn-previous a:hover {
  color: #fff;
  background-color: #755072;
}
.p-single-content__pagebtn-previous a:hover a {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  color: #fff;
}
.p-single-content__pagebtn-next a {
  position: relative;
  display: inline-block;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  padding: 15px 60px;
  border: 2px solid #755072;
  color: #755072;
  border-radius: 5px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  background-color: #FFFFFF;
  width: 300px;
}
.p-single-content__pagebtn-next a::before {
  content: "\f054";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  right: 20px;
  top: 28%;
  font-size: 1.4rem;
}
@media screen and (max-width: 480px) {
  .p-single-content__pagebtn-next a::before {
    right: 10px;
  }
}
@media screen and (max-width: 480px) {
  .p-single-content__pagebtn-next a {
    width: 95%;
    padding: 15px 20px;
  }
}
.p-single-content__pagebtn-next a:hover {
  color: #fff;
  background-color: #755072;
}
.p-single-content__pagebtn-next a:hover a {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  color: #fff;
}

.pagination .nav-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 15px;
  font-weight: bold;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.pagination .nav-links > span {
  background-color: #755072;
  color: #FFFFFF;
  padding: 10px 16px;
  border-radius: 1px;
  border: 2px solid #755072;
}
.pagination .nav-links > a {
  color: #755072;
  padding: 10px 16px;
  border: 2px solid #755072;
  border-radius: 1px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.pagination .nav-links > a:hover {
  background-color: #755072;
  color: #FFFFFF;
}

.p-access-hour table {
  width: 100%;
}
.p-access-hour table th {
  text-align: center;
}
.p-access-hour table tr {
  border-bottom: 1px solid #F8F5F6;
}
.p-access-hour table thead {
  background-color: #F8F5F6;
}

.p-access-access__wrapper {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 60px 1fr;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
}
@media screen and (max-width: 768px) {
  .p-access-access__wrapper {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 10px;
  }
}
.p-access-access__img {
  border-radius: 5px;
}
.p-access-map__mapArea {
  height: 400px;
}
@media screen and (max-width: 768px) {
  .p-access-map__mapArea {
    height: 300px;
  }
}
.p-access-map__mapArea > iframe {
  border-radius: 5px;
}

.p-hourAccess {
  background-color: #F8F5F6;
}
.p-hourAccess__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 50px;
  margin-bottom: 60px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (max-width: 1080px) {
  .p-hourAccess__wrapper {
    display: block;
    gap: 0;
    margin-bottom: 0px;
  }
}
.p-hourAccess__wrapper > .p-hourAccess__access,
.p-hourAccess__wrapper > .p-hourAccess__hours {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media screen and (max-width: 1080px) {
  .p-hourAccess__wrapper > .p-hourAccess__access,
  .p-hourAccess__wrapper > .p-hourAccess__hours {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 100%;
  }
}
.p-hourAccess__hours {
  display: -ms-grid;
  display: grid;
  gap: 30px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 768px) {
  .p-hourAccess__hours {
    gap: 15px;
  }
}
@media screen and (max-width: 1080px) {
  .p-hourAccess__hours {
    margin-bottom: 60px;
    width: 100%;
  }
}
.p-hourAccess__hours-tablewaku {
  background-color: #FFFFFF;
  padding: 30px;
  border-radius: 10px;
}
@media screen and (max-width: 1080px) {
  .p-hourAccess__hours-tablewaku {
    padding: 10px 20px;
  }
}
.p-hourAccess__hours-table th,
.p-hourAccess__hours-table td {
  padding-top: 10px;
  padding-bottom: 10px;
  text-align: left;
}
@media screen and (max-width: 480px) {
  .p-hourAccess__hours-table th,
  .p-hourAccess__hours-table td {
    padding-top: 6px;
    padding-bottom: 6px;
  }
}
.p-hourAccess__hours-table th:first-of-type,
.p-hourAccess__hours-table td:first-of-type {
  font-weight: normal;
}
.p-hourAccess__hours-table td {
  padding-left: 30px;
}
@media screen and (max-width: 480px) {
  .p-hourAccess__hours-table td {
    padding-left: 10px;
  }
}
.p-hourAccess__tag {
  color: #755072;
  font-weight: 600;
}
@media screen and (max-width: 480px) {
  .p-hourAccess__tag {
    padding: 1px 10px;
  }
}
.p-hourAccess__tel {
  border-bottom: 1px solid #4C4948;
  padding-bottom: 5px;
  display: inline;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.p-hourAccess__tel:hover {
  opacity: 0.5;
}
.p-hourAccess__line-right {
  border: 1px dashed var(--unnamed-color-38c6b8);
  border-right: 1px dashed #755072;
}
.p-hourAccess__line-bottom {
  border: 1px dashed var(--unnamed-color-38c6b8);
  border-bottom: 1px dashed #755072;
}
.p-hourAccess__access {
  display: -ms-grid;
  display: grid;
  gap: 30px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 1080px) {
  .p-hourAccess__access {
    margin-top: 20px;
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 768px) {
  .p-hourAccess__access {
    gap: 15px;
  }
}
.p-hourAccess__access-title__h2 {
  font-weight: normal;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.p-hourAccess__access-title__h2::after {
  margin-left: 20px;
  border-top: 1px solid #755072;
  content: "";
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.p-hourAccess__access dl {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 30px 3fr;
  grid-template-columns: 1fr 3fr;
  gap: 30px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media screen and (max-width: 480px) {
  .p-hourAccess__access dl {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 10px;
  }
}
.p-hourAccess__access-access::before {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  margin-right: 8px;
  background-image: url(./images/top/train-icon.svg);
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
}
.p-hourAccess__map {
  height: 360px;
}
@media screen and (max-width: 768px) {
  .p-hourAccess__map {
    height: 300px;
  }
}

@media screen and (max-width: 768px) {
  .p-column-list__wrapper {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}

.p-column-content {
  display: -ms-grid;
  display: grid;
  gap: 10px;
  border-radius: 1rem;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  border-radius: 10px;
  overflow: hidden;
}
.p-column-content__img {
  overflow: hidden;
}
.p-column-content__img img {
  border-radius: 10px 10px 0 0;
  max-height: 240px;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-column-content__wrapper {
  display: -ms-grid;
  display: grid;
}
.p-column-content__wrapper article {
  border-bottom: 1px dashed #dcd6c3;
  margin-bottom: 30px;
}
.p-column-content__category {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 5px;
}
.p-column-content__category-parts {
  line-height: 1.5;
  border-radius: 3px;
  background-color: #755072;
  color: #FFFFFF;
  text-align: center;
  padding: 1px 10px;
  border-radius: 10vh;
}
.p-column-content__category-treatment {
  line-height: 1.5;
  border-radius: 3px;
  background-color: #F8F5F6;
  color: #FFFFFF;
  text-align: center;
  padding: 1px 10px;
  border-radius: 10vh;
}
.p-column-content__category-date {
  font-size: 1.4rem;
  line-height: 1;
}
.p-column-content__category-num {
  font-size: 1.2rem;
  line-height: 1;
  letter-spacing: 0.1rem;
}
.p-column-content__category.close {
  background-color: #755072;
}
.p-column-content__ttl {
  margin-bottom: 0px !important;
}
.p-column-content__ttl::before {
  display: none !important;
}
.p-column-content__txtArea {
  padding: 0 30px 30px;
  display: -ms-grid;
  display: grid;
  gap: 10px;
}
.p-column-content__txtArea h3 {
  border-top: 1px solid #755072;
  border-bottom: 1px solid #755072;
  padding: 10px;
  color: #755072;
  margin-bottom: 20px;
  font-size: 20px;
  letter-spacing: 0.2rem;
}

.p-column-sidebar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  gap: 60px;
}
.p-column-sidebar h2 {
  font-size: 1.8rem;
  text-align: center;
  color: #FFFFFF;
  font-weight: bold;
  border-radius: 30px 30px 0 0;
  padding: 16px;
  background-color: #755072;
  width: 100%;
}
.p-column-sidebar ul {
  padding: 30px;
}
.p-column-sidebar ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 12px;
  padding-bottom: 12px;
  border-bottom: 1px dotted #ACACAC;
}
.p-column-sidebar ul li:hover a {
  color: #D6ECF0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.p-column-sidebar ul li::before {
  content: "\f105";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  color: #f9f5f6;
  margin-right: 20px;
}

/* -------- utility -------- */
.u-white-space__nowrap {
  white-space: nowrap;
}

.u-disp-none {
  display: none;
}
.u-disp-none__pc-up {
  display: none;
}
@media screen and (max-width: 1080px) {
  .u-disp-none__pc-up {
    display: block;
  }
}
@media screen and (max-width: 1080px) {
  .u-disp-none__pc-down {
    display: none;
  }
}
@media screen and (max-width: 1320px) {
  .u-disp-none__s-pc-down {
    display: none;
  }
}
.u-disp-none__tab-up {
  display: none;
}
@media screen and (max-width: 768px) {
  .u-disp-none__tab-up {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  .u-disp-none__tab-down {
    display: none;
  }
}

.u-disp-block {
  display: block;
}
@media screen and (max-width: 768px) {
  .u-disp-block__tab {
    display: block;
  }
}

.u-disp-inlineBlock {
  display: inline-block;
}
@media screen and (max-width: 768px) {
  .u-disp-inlineBlock__tab {
    display: inline-block;
  }
}

.u-disp-inline {
  display: inline;
}
@media screen and (max-width: 768px) {
  .u-disp-inline__tab {
    display: inline;
  }
}

.u-br-sp {
  display: none;
}
@media screen and (max-width: 768px) {
  .u-br-sp {
    display: block;
  }
}