html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
  box-sizing: border-box;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

html, body {
  font-size: 62.5%;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: inherit;
}

a {
  text-decoration: none;
  color: inherit;
}

img {
  max-width: 100%;
  vertical-align: middle;
}

p {
  word-wrap: break-word;
}

input[type=text] {
  padding: 0;
  border: none;
  border-radius: 0;
  outline: none;
  background: none;
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  outline: none;
  background: transparent;
}

textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  resize: none;
  padding: 0;
  border: 0;
  outline: none;
  background: transparent;
}

button,
input[type=submit] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 0;
  border: none;
  outline: none;
  background: transparent;
}

.ex-max {
  max-width: 940px;
  margin: 0 auto;
  padding: 0 30px;
}
@media all and (max-width: 640px) {
  .ex-max {
    padding: 0 10px;
  }
}

.ex-flex, .category-page .category-main .category-article .f-box, .access-page .access-sec .access-box dl dd .f-box, .access-page .photo-sec .f-box .sub-box, .access-page .photo-sec .f-box, .facility-page .facility-sec .m-box .bottom-box, .facility-page .facility-sec .m-box .top-box, .clinic-page .hospital-sec .f-box, .clinic-page .hospital-sec .t-box, .clinic-page .history-sec .m-inr .t-box .lead, .staff-page .chairman-sec .history-box, .staff-page .chairman-sec .chairman-box, .medical-page .flow-sec .f-box, .medical-page .treatment-sec .f-box, .medical-page .naika-sec .f-box, .top-page .time-sec .f-box, .top-page .medical-sec .bnr-box, .top-page .medical-sec .link-box, footer .l-cont, header .hd-nav .lists, header .top-nav .f-box {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.ex-XYcent, .clinic-page .top-sec .back-area .backImg .back, .top-page .slide-sec .top-slide .lead {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.ex-Xcent, .medical-page .flow-sec .box .t:after, .top-page .top-title-box:before, footer .m-footer .inr {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}

.ex-Ycent, footer .m-footer .inr .r-box .anchor .arw, footer .m-footer .inr .r-box, footer .l-cont .anchor:after {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.ex-cent-clear {
  position: relative;
  top: 0;
  left: 0;
  transform: translate(0, 0);
}

.ex-clear:after {
  content: "";
  display: block;
  clear: both;
}

.br-sp {
  display: none;
}
@media all and (max-width: 640px) {
  .br-sp {
    display: inline;
  }
}

body {
  font-family: source-han-sans-japanese, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  line-height: 155%;
  color: #333;
}

.f-b, .not404-page .main-box .t-box .title, .personal-page .p-sec .title, .access-page .access-sec .access-box dl dt, footer .m-footer .inr .r-box .anchor {
  font-family: source-han-sans-japanese, sans-serif;
  font-weight: 700;
  font-style: normal;
}

.f-s, .single-page .single-main .title-box .t, .facility-page .facility-sec .m-box .bottom-box .t, .facility-page .facility-sec .m-box .top-box .t, .facility-page .facility-sec .t-box, .staff-page .staff-sec .ex-max .end, .staff-page .chairman-sec .before-box .t-box .t, .staff-page .chairman-sec .chairman-box .t-box .t, .medical-page .flow-sec .box .t, .medical-page .naika-sec .f-box .text-box .bold, .top-page .top-title-box .t, .main-page .base-border-t, .main-page .top-cont .t-box .t, footer .l-cont .anchor, header .hd-nav .lists .anchor, header .top-nav .f-box .anchor {
  font-family: kozuka-mincho-pro, serif;
  font-weight: 500;
  font-style: normal;
}

.ho-06 {
  transition: 0.3s;
}
@media all and (min-width: 960px) {
  .ho-06:hover {
    opacity: 0.6;
  }
}

.cf:after {
  content: "";
  display: block;
  clear: both;
}

header {
  width: 100%;
  padding-bottom: 35px;
  position: fixed;
  top: 0;
  left: 0;
  overflow: hidden;
  background: #fff;
  z-index: 100;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
}
@media all and (max-width: 640px) {
  header {
    padding-bottom: 0;
    overflow: visible;
  }
}
header.main {
  border-bottom: 13px solid #824d9e;
}
@media all and (max-width: 640px) {
  header.main {
    border-bottom: none;
  }
}
header .top-nav {
  margin-bottom: 20px;
  z-index: 110;
  position: relative;
}
@media all and (max-width: 640px) {
  header .top-nav {
    margin-bottom: 0;
  }
}
header .top-nav .f-box {
  text-align: right;
  float: right;
  border: 1px solid #ccc;
  border-top: 7px solid #824d9e;
}
@media all and (max-width: 640px) {
  header .top-nav .f-box {
    width: 100%;
  }
}
header .top-nav .f-box .anchor {
  padding: 15px 0 10px;
  width: 162px;
  background: #e9d9ed;
  text-align: center;
  font-size: 18px;
}
@media all and (max-width: 640px) {
  header .top-nav .f-box .anchor {
    width: 33.3333333333%;
    padding: 8px 0 6px;
    font-size: 16px;
  }
}
header .top-nav .f-box .anchor + .anchor {
  border-left: 1px solid #ccc;
}
header .top-nav .f-box .anchor .en {
  display: block;
  color: #824d9e;
  font-family: source-han-sans-japanese, sans-serif;
  font-size: 12px;
}
header .l-box {
  margin-bottom: 45px;
  text-align: center;
  position: relative;
  z-index: 2;
}
@media all and (max-width: 640px) {
  header .l-box {
    margin-bottom: 0;
    height: 90px;
  }
}
header .l-box .logo {
  width: 90%;
  max-width: 420px;
  display: inline-block;
}
@media all and (max-width: 640px) {
  header .l-box .logo {
    width: 83%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
}
header .hd-nav-btn {
  display: none;
  height: 40px;
  background: #824d9e;
  color: #ffffff;
  text-align: center;
  font-size: 16px;
  z-index: 2;
  position: relative;
  line-height: 38px;
  cursor: pointer;
}
@media all and (max-width: 640px) {
  header .hd-nav-btn {
    display: block;
  }
}
header .hd-nav {
  position: relative;
  z-index: 2;
}
@media all and (max-width: 640px) {
  header .hd-nav {
    overflow: hidden;
    position: absolute;
    top: 195px;
    left: 0;
    padding: 0;
    width: 100%;
    display: none;
  }
}
header .hd-nav.active {
  height: auto;
}
header .hd-nav .lists {
  width: 100%;
}
header .hd-nav .lists li {
  border-left: 1px solid #824d9e;
  flex-grow: 1;
}
header .hd-nav .lists li:first-child {
  border-left: none;
}
@media all and (max-width: 640px) {
  header .hd-nav .lists li {
    width: 100%;
    background: #fff;
    border-left: none;
    border-bottom: 1px solid #824d9e;
  }
}
header .hd-nav .lists .anchor {
  width: 100%;
  text-align: center;
  display: block;
  font-size: 19px;
  transition: 0.3s;
}
@media all and (max-width: 960px) {
  header .hd-nav .lists .anchor {
    font-size: 17px;
  }
}
@media all and (max-width: 640px) {
  header .hd-nav .lists .anchor {
    padding: 0.8em 0 0.85em;
    font-size: 14px;
    font-family: source-han-sans-japanese, sans-serif;
    color: #824d9e;
  }
}
header .hd-nav .lists .en {
  margin-top: 5px;
  color: #824d9e;
  font-size: 12px;
  display: block;
  letter-spacing: 0.1em;
  font-family: source-han-sans-japanese, sans-serif;
}
@media all and (max-width: 640px) {
  header .hd-nav .lists .en {
    display: none;
  }
}
header .hd-back {
  width: 35%;
  max-width: 350px;
  position: absolute;
  left: 5%;
  bottom: -14px;
  z-index: 1;
}
@media all and (max-width: 1120px) {
  header .hd-back {
    left: 20px;
  }
}
@media all and (max-width: 960px) {
  header .hd-back {
    width: 40%;
  }
}
@media all and (max-width: 640px) {
  header .hd-back {
    width: 240px;
    bottom: 20px;
    left: 3%;
  }
}

footer .l-cont {
  display: none;
  margin-bottom: 100px;
}
@media all and (max-width: 640px) {
  footer .l-cont {
    margin-bottom: 45px;
  }
}
footer .l-cont .anchor {
  width: 32%;
  padding: 17px 0;
  display: block;
  background: #824d9e;
  color: #ffffff;
  text-align: center;
  font-size: 22px;
  border-radius: 6px;
  position: relative;
}
@media all and (max-width: 640px) {
  footer .l-cont .anchor {
    width: 80%;
    margin: 0 auto 20px;
  }
}
footer .l-cont .anchor:after {
  content: "";
  width: 16px;
  height: 16px;
  right: 14px;
  background: url(../img/fot-link.svg) center/16px;
}
footer .m-footer {
  padding: 20px 0 12px;
  background: #fbf5ff;
  color: #824d9e;
  position: relative;
}
@media all and (max-width: 640px) {
  footer .m-footer {
    padding: 28px 0 15px;
  }
}
footer .m-footer .inr {
  width: 100%;
  top: 0;
  height: 100%;
}
@media all and (max-width: 640px) {
  footer .m-footer .inr {
    position: relative;
  }
}
footer .m-footer .inr .r-box {
  right: 0;
  text-align: right;
}
@media all and (max-width: 1120px) {
  footer .m-footer .inr .r-box {
    right: 15px;
  }
}
@media all and (max-width: 640px) {
  footer .m-footer .inr .r-box {
    width: 100%;
    text-align: left;
    position: relative;
    transform: translateY(0%);
    top: auto;
    right: auto;
  }
}
footer .m-footer .inr .r-box .r-nav {
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
}
@media all and (max-width: 640px) {
  footer .m-footer .inr .r-box .r-nav {
    justify-content: center;
  }
}
@media all and (max-width: 960px) {
  footer .m-footer .inr .r-box .r-nav li {
    width: 100%;
    margin-bottom: 0.5em;
  }
}
@media all and (max-width: 640px) {
  footer .m-footer .inr .r-box .r-nav li {
    width: auto;
    margin-bottom: 1em;
  }
}
footer .m-footer .inr .r-box .r-nav li + li {
  margin-left: 1em;
}
footer .m-footer .inr .r-box .anchor {
  padding-left: 20px;
  display: inline-block;
  position: relative;
  font-size: 17px;
  letter-spacing: 0.1em;
}
@media all and (max-width: 640px) {
  footer .m-footer .inr .r-box .anchor {
    font-size: 13px;
    padding-left: 17px;
  }
}
footer .m-footer .inr .r-box .anchor .arw {
  width: 13px;
  left: 0;
  top: 55%;
}
footer .m-footer .l-box {
  width: 320px;
  padding-left: 25px;
}
@media all and (max-width: 640px) {
  footer .m-footer .l-box {
    width: 100%;
    margin-top: 20px;
    font-size: 14px;
  }
}
footer .m-footer .l-box .adress {
  margin-bottom: 1em;
}
@media all and (max-width: 640px) {
  footer .m-footer .l-box .adress {
    margin-bottom: 0.25em;
  }
}

.Fa {
  opacity: 0;
}
.Fa.Fa-a {
  opacity: 1;
}
.Fa.fade-bottom {
  transform: translateY(30px);
  transition: 0.7s ease-out;
  transition-delay: 0.3s;
}
.Fa.fade-bottom.Fa-a {
  transform: translateY(0px);
}

#load-wrap {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background: #fff;
  z-index: 1000;
}
#load-wrap .f-box {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}
#load-wrap .echo-loader {
  width: 80px;
  height: 80px;
  border: 6px solid #824d9e;
  border-radius: 50%;
  -webkit-animation: echo-loader 1.4s ease-in;
  animation: echo-loader 1.4s ease-in;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  display: inline-block;
  text-indent: 100%;
}
@-webkit-keyframes echo-loader {
  0% {
    transform: scale(0);
    opacity: 0;
  }
  25% {
    transform: scale(0);
    opacity: 0.1;
  }
  50% {
    transform: scale(0.1);
    opacity: 0.3;
  }
  75% {
    transform: scale(0.5);
    opacity: 0.5;
  }
  100% {
    transform: scale(1);
    opacity: 0;
  }
}
@keyframes echo-loader {
  0% {
    transform: scale(0);
    opacity: 0;
  }
  25% {
    transform: scale(0);
    opacity: 0.1;
  }
  50% {
    transform: scale(0.1);
    opacity: 0.3;
  }
  75% {
    transform: scale(0.5);
    opacity: 0.5;
  }
  100% {
    transform: scale(1);
    opacity: 0;
  }
}

.main-page {
  padding-top: 270px;
  padding-bottom: 120px;
}
@media all and (max-width: 640px) {
  .main-page {
    padding-top: 195px;
    padding-bottom: 70px;
  }
}
.main-page .top-cont {
  margin-bottom: 110px;
}
@media all and (max-width: 640px) {
  .main-page .top-cont {
    margin-bottom: 90px;
    border-top: none;
  }
}
.main-page .top-cont .back {
  height: 165px;
}
.main-page .top-cont .back-medical {
  background: url(../img/medical/top-back.jpg) center/cover;
}
.main-page .top-cont .back-staff {
  background: url(../img/staff/top-back.jpg) center/cover;
}
.main-page .top-cont .back-clinic {
  background: url(../img/clinic/top-back.jpg) center/cover;
}
.main-page .top-cont .back-facility {
  background: url(../img/facility/top-back.jpg) center 64%/cover;
}
.main-page .top-cont .back-access {
  background: url(../img/access/top-back.jpg) center/cover;
}
.main-page .top-cont .back-blog {
  height: 80px;
}
@media all and (max-width: 640px) {
  .main-page .top-cont .back-blog {
    height: 45px;
  }
}
@media all and (max-width: 640px) {
  .main-page .top-cont .ex-max {
    padding: 0;
  }
}
.main-page .top-cont .t-box {
  background: #824d9e;
  color: #ffffff;
  display: inline-block;
  position: absolute;
  transition: 0.5s ease-out;
  opacity: 0;
  transform: translateY(0px);
}
.main-page .top-cont .t-box.show {
  opacity: 1;
  transform: translateY(-20px);
}
.main-page .top-cont .t-box.blog {
  transform: translateY(-28px);
}
.main-page .top-cont .t-box .f-box {
  padding: 20px 24px 23px;
  display: flex;
}
@media all and (max-width: 640px) {
  .main-page .top-cont .t-box .f-box {
    width: auto;
    padding: 18px 20px;
    flex-wrap: wrap;
  }
}
.main-page .top-cont .t-box .en {
  padding-right: 10px;
  font-size: 13px;
  letter-spacing: 0.05em;
}
.main-page .top-cont .t-box .t {
  font-size: 26px;
  letter-spacing: 0.1em;
}
@media all and (max-width: 640px) {
  .main-page .top-cont .t-box .t {
    font-size: 23px;
  }
}
.main-page .top-cont .back-shape {
  width: 100%;
  height: 7px;
  background: url(../img/base-shape.jpg);
}
@media all and (max-width: 640px) {
  .main-page .top-cont .back-shape {
    display: none;
  }
}
@media all and (max-width: 640px) {
  .main-page .top-cont .back-shape.blog {
    display: block;
    position: absolute;
    top: 210px;
  }
}
.main-page .base-border-t {
  padding-left: 8px;
  color: #824d9e;
  border-left: 7px solid #824d9e;
  font-size: 26px;
  font-feature-settings: "palt";
  letter-spacing: 0.1em;
  line-height: 155%;
}
@media all and (max-width: 640px) {
  .main-page .base-border-t {
    font-size: 22px;
  }
}
.main-page .base-border-back {
  margin-bottom: 25px;
  padding: 7px 0;
  text-align: center;
  background: url(../img/base-shape.jpg);
  color: #824d9e;
  font-size: 22px;
  letter-spacing: 0.2em;
}
.main-page .base-border-back .w {
  width: 60%;
  padding: 7px 0 9px;
  display: inline-block;
  background: #fff;
}

.top-page {
  padding: 270px 0 130px;
}
@media all and (max-width: 640px) {
  .top-page {
    padding: 200px 0 80px;
  }
}
.top-page .top-title-box {
  margin-bottom: 36px;
  padding-bottom: 18px;
  text-align: center;
  position: relative;
}
@media all and (max-width: 640px) {
  .top-page .top-title-box {
    margin-bottom: 25px;
    padding-bottom: 10px;
  }
}
.top-page .top-title-box:before {
  content: "";
  width: 63px;
  height: 1px;
  background: #824d9e;
  bottom: 0;
}
.top-page .top-title-box .t {
  padding-bottom: 7px;
  font-size: 25px;
  letter-spacing: 0.1em;
}
@media all and (max-width: 640px) {
  .top-page .top-title-box .t {
    font-size: 23px;
  }
}
.top-page .top-title-box .en {
  color: #824d9e;
  font-size: 13px;
  letter-spacing: 0.05em;
}
.top-page .slide-sec {
  margin-bottom: 82px;
}
.top-page .slide-sec .top-slide {
  width: 100%;
  height: 500px;
  position: relative;
}
@media all and (max-width: 640px) {
  .top-page .slide-sec .top-slide {
    height: 300px;
  }
}
.top-page .slide-sec .top-slide .lead {
  height: 98%;
  z-index: 11;
}
.top-page .slide-sec .top-slide .in-slide {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.top-page .slide-sec .top-slide .in-slide .slick-list,
.top-page .slide-sec .top-slide .in-slide .slick-track {
  height: 100%;
}
.top-page .slide-sec .top-slide .in-slide .slide-arrow {
  position: absolute;
  width: 12px;
  bottom: -30px;
  left: 50%;
  cursor: pointer;
}
@media all and (min-width: 960px) {
  .top-page .slide-sec .top-slide .in-slide .slide-arrow:hover {
    opacity: 0.5;
  }
}
.top-page .slide-sec .top-slide .in-slide .slide-arrow.slide-prev {
  transform: rotate(180deg) translateX(14px);
}
.top-page .slide-sec .top-slide .in-slide .slide-arrow.slide-next {
  transform: translateX(14px);
}
.top-page .slide-sec .top-slide .in-slide .slide {
  width: 100%;
  height: 100%;
  display: block;
  position: relative;
}
.top-page .slide-sec .top-slide .in-slide .back {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
}
.top-page .slide-sec .top-slide .in-slide .back-1 {
  background: url(../img/top-slide-1.jpg) center/cover;
}
.top-page .slide-sec .top-slide .in-slide .back-2 {
  background: url(../img/top-slide-2.jpg) center/cover;
}
.top-page .slide-sec .top-slide .in-slide .back-3 {
  background: url(../img/top-slide-3.jpg) center/cover;
}
.top-page .topics-sec {
  padding: 0px 0 80px;
}
@media all and (max-width: 640px) {
  .top-page .topics-sec {
    padding: 0px 0 60px;
  }
}
.top-page .topics-sec .inr {
  padding: 0 30px;
  width: 100%;
  max-width: 980px;
  margin: 0 auto;
}
@media all and (max-width: 640px) {
  .top-page .topics-sec .inr {
    padding: 0 20px;
  }
}
.top-page .topics-sec .inr .box {
  border-bottom: 1px dashed #824d9e;
}
.top-page .topics-sec .inr .box .anchor {
  display: flex;
  padding: 20px 10px;
  flex-wrap: wrap;
  cursor: pointer;
}
@media all and (max-width: 640px) {
  .top-page .topics-sec .inr .box .anchor {
    padding: 15px 10px;
  }
}
@media all and (min-width: 960px) {
  .top-page .topics-sec .inr .box .anchor:hover .t {
    color: #824d9e;
  }
}
.top-page .topics-sec .inr .box .anchor .date {
  width: 140px;
}
@media all and (max-width: 640px) {
  .top-page .topics-sec .inr .box .anchor .date {
    width: 100%;
  }
}
.top-page .topics-sec .inr .box .anchor .t {
  flex: 1;
}
@media all and (max-width: 640px) {
  .top-page .topics-sec .inr .box .anchor .t {
    font-size: 16px;
    width: 100%;
  }
}
.top-page .medical-sec {
  padding: 35px 0 80px;
  background: #fbf5ff;
  position: relative;
}
.top-page .medical-sec:before {
  top: -7px;
}
.top-page .medical-sec:after {
  bottom: -7px;
}
.top-page .medical-sec .inr {
  text-align: center;
  line-height: 185%;
}
.top-page .medical-sec .lead {
  margin-bottom: 32px;
  color: #824d9e;
  font-size: 18px;
}
@media all and (max-width: 640px) {
  .top-page .medical-sec .lead {
    font-size: 14px;
  }
}
.top-page .medical-sec .link-box {
  max-width: 680px;
  margin: 0 auto 30px;
}
.top-page .medical-sec .link-box .box {
  width: 30%;
}
@media all and (max-width: 640px) {
  .top-page .medical-sec .link-box .box {
    width: 55%;
    margin: 0 auto 33px;
  }
}
.top-page .medical-sec .link-box .box .l {
  margin-top: 15px;
  font-size: 14px;
  line-height: 175%;
  font-feature-settings: "palt";
}
.top-page .medical-sec .bnr-box {
  max-width: 680px;
  margin: 0 auto 30px;
  justify-content: center;
}
@media all and (max-width: 640px) {
  .top-page .medical-sec .bnr-box {
    width: 75%;
  }
}
.top-page .medical-sec .bnr-box .bnr {
  margin: 0 10px;
  height: 40px;
}
@media all and (max-width: 640px) {
  .top-page .medical-sec .bnr-box .bnr {
    width: 100%;
    height: auto;
    margin: 0;
    margin-bottom: 15px;
  }
}
.top-page .medical-sec .l-lead {
  line-height: 200%;
  font-size: 14px;
}
.top-page .medical-sec .l-lead:not(:last-of-type) {
  margin-bottom: 1em;
}
@media all and (max-width: 640px) {
  .top-page .medical-sec .l-lead {
    text-align: left;
  }
}
.top-page .medical-sec:before,
.top-page .medical-sec:after {
  content: "";
  width: 100%;
  height: 7px;
  background: url(../img/base-shape.jpg);
  position: absolute;
  left: 0;
  z-index: 2;
}
.top-page .room-sec {
  width: 100%;
  height: 520px;
  margin-bottom: 50px;
  position: relative;
  z-index: 1;
}
@media all and (max-width: 640px) {
  .top-page .room-sec {
    height: 240px;
  }
}
.top-page .room-sec .backImg {
  background: url(../img/room.jpg) top center/cover;
  height: 100%;
}
.top-page .room-sec .msk {
  width: 100%;
  height: 200px;
  position: absolute;
  bottom: 0px;
  left: 0;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0), #fff);
}
.top-page .time-sec {
  margin-bottom: 30px;
}
.top-page .time-sec .inr {
  background: #fbf5ff;
}
@media all and (max-width: 640px) {
  .top-page .time-sec .inr {
    background: none;
  }
}
@media all and (max-width: 640px) {
  .top-page .time-sec .f-box {
    flex-direction: column-reverse;
  }
}
.top-page .time-sec .f-box .img-box {
  width: 55%;
  position: relative;
}
@media all and (max-width: 640px) {
  .top-page .time-sec .f-box .img-box {
    width: 100%;
    height: 200px;
  }
}
.top-page .time-sec .f-box .img-box .back {
  width: 100%;
  height: 100%;
  background: url(../img/time-back.jpg) center/cover;
}
.top-page .time-sec .f-box .img-box .mask {
  width: 23%;
  height: 100%;
  position: absolute;
  bottom: 0px;
  right: 0;
  background: linear-gradient(to right, rgba(255, 255, 255, 0), #fbf5ff);
}
@media all and (max-width: 640px) {
  .top-page .time-sec .f-box .img-box .mask {
    display: none;
  }
}
.top-page .time-sec .f-box .time-box {
  width: 45%;
  padding: 50px 3% 50px 0;
  text-align: center;
}
@media all and (max-width: 640px) {
  .top-page .time-sec .f-box .time-box {
    width: 100%;
    padding: 10px 0 30px;
  }
}
.top-page .time-sec .f-box .time-box .img {
  width: 90%;
  max-width: 550px;
}
.top-page .map-sec {
  width: 100%;
  height: 330px;
}
.top-page .map-sec iframe {
  width: 100%;
  height: 100%;
}

.medical-page .naika-sec {
  margin-bottom: 80px;
}
@media all and (max-width: 640px) {
  .medical-page .naika-sec .f-box {
    padding: 0 15px;
  }
}
.medical-page .naika-sec .f-box .img-box {
  width: 45%;
}
@media all and (max-width: 640px) {
  .medical-page .naika-sec .f-box .img-box {
    width: 100%;
    margin-bottom: 15px;
  }
}
.medical-page .naika-sec .f-box .img-box .img {
  text-align: center;
}
.medical-page .naika-sec .f-box .text-box {
  width: 52%;
}
@media all and (max-width: 640px) {
  .medical-page .naika-sec .f-box .text-box {
    width: 100%;
  }
}
.medical-page .naika-sec .f-box .text-box .bold {
  margin-top: 13px;
  font-size: 24px;
  color: #824d9e;
  line-height: 155%;
}
@media all and (max-width: 960px) {
  .medical-page .naika-sec .f-box .text-box .bold {
    font-size: 20px;
  }
}
@media all and (max-width: 640px) {
  .medical-page .naika-sec .f-box .text-box .bold {
    font-size: 18px;
  }
}
.medical-page .naika-sec .f-box .text-box .m-t {
  margin-top: 15px;
  font-size: 22px;
}
@media all and (max-width: 960px) {
  .medical-page .naika-sec .f-box .text-box .m-t {
    font-size: 18px;
  }
}
@media all and (max-width: 640px) {
  .medical-page .naika-sec .f-box .text-box .m-t {
    font-size: 16px;
  }
}
.medical-page .naika-sec .f-box .text-box .l {
  margin-top: 6px;
  font-size: 14px;
}
.medical-page .treatment-sec {
  margin-bottom: 60px;
}
@media all and (max-width: 640px) {
  .medical-page .treatment-sec {
    margin-bottom: 0;
  }
}
.medical-page .treatment-sec .f-box .box {
  width: 32%;
  margin-bottom: 30px;
  padding: 0 8px;
}
@media all and (max-width: 960px) {
  .medical-page .treatment-sec .f-box .box {
    width: 49%;
  }
}
@media all and (max-width: 640px) {
  .medical-page .treatment-sec .f-box .box {
    width: 100%;
    padding: 0 15px;
  }
}
.medical-page .treatment-sec .f-box .t {
  padding: 10px 0 12px;
  text-align: center;
  color: #824d9e;
  background: #fbf5ff;
  letter-spacing: 0.05em;
}
.medical-page .treatment-sec .f-box .l {
  padding: 8px;
  font-size: 14px;
  letter-spacing: 0.05em;
}
.medical-page .flow-sec .f-box {
  justify-content: space-around;
}
@media all and (max-width: 640px) {
  .medical-page .flow-sec .f-box {
    padding: 0 15px;
  }
}
.medical-page .flow-sec .box {
  width: 48%;
  background: #fbf5ff;
}
@media all and (max-width: 640px) {
  .medical-page .flow-sec .box {
    width: 100%;
    margin-bottom: 35px;
  }
}
.medical-page .flow-sec .box .t {
  padding-bottom: 44px;
  text-align: center;
  position: relative;
  color: #824d9e;
  font-size: 26px;
  letter-spacing: 0.1em;
  background: #fff;
}
.medical-page .flow-sec .box .t:after {
  content: "";
  width: 12px;
  height: 18px;
  bottom: 10px;
  background: url(../img/medical/arw.svg) top center/12px no-repeat;
}
.medical-page .flow-sec .box .i-b {
  padding: 18px;
  font-size: 14.5px;
  font-feature-settings: "palt";
}
.medical-page .flow-sec .box .i-b li {
  position: relative;
  padding-left: 13px;
}
.medical-page .flow-sec .box .i-b li + li {
  margin-top: 1em;
}
.medical-page .flow-sec .box .i-b li:before {
  content: "";
  width: 10px;
  height: 10px;
  background: #824d9e;
  position: absolute;
  top: 0.55em;
  left: -5px;
  border-radius: 100%;
}
.medical-page .flow-sec .box .i-b li img {
  margin-top: 15px;
}

.staff-page .chairman-sec {
  margin-bottom: 70px;
}
.staff-page .chairman-sec .title {
  margin-bottom: 20px;
}
.staff-page .chairman-sec .chairman-box {
  align-items: flex-start;
  margin-bottom: 35px;
}
.staff-page .chairman-sec .chairman-box .img-box {
  width: 50%;
  text-align: center;
}
@media all and (max-width: 640px) {
  .staff-page .chairman-sec .chairman-box .img-box {
    width: 100%;
    margin-bottom: 20px;
    text-align: center;
  }
}
.staff-page .chairman-sec .chairman-box .img-box .img {
  max-width: 240px;
}
@media all and (max-width: 640px) {
  .staff-page .chairman-sec .chairman-box .img-box .img {
    width: 90%;
  }
}
.staff-page .chairman-sec .chairman-box .t-box {
  width: 50%;
  padding-left: 30px;
}
@media all and (max-width: 960px) {
  .staff-page .chairman-sec .chairman-box .t-box {
    padding-left: 15px;
  }
}
@media all and (max-width: 640px) {
  .staff-page .chairman-sec .chairman-box .t-box {
    width: 100%;
    padding: 0 10px;
  }
}
.staff-page .chairman-sec .chairman-box .t-box .t {
  margin-bottom: 20px;
  font-size: 16px;
  color: #824d9e;
  line-height: 1;
  vertical-align: middle;
}
@media all and (max-width: 640px) {
  .staff-page .chairman-sec .chairman-box .t-box .t {
    text-align: center;
    font-size: 14px;
  }
}
.staff-page .chairman-sec .chairman-box .t-box .t .name {
  padding-left: 10px;
  display: inline-block;
  font-size: 28px;
  letter-spacing: 0.1em;
}
@media all and (max-width: 640px) {
  .staff-page .chairman-sec .chairman-box .t-box .t .name {
    font-size: 24px;
  }
}
.staff-page .chairman-sec .chairman-box .t-box .l {
  line-height: 195%;
  font-size: 14px;
}
.staff-page .chairman-sec .history-box .box {
  width: calc((100% - 25px) / 2);
}
@media all and (max-width: 640px) {
  .staff-page .chairman-sec .history-box .box {
    width: 100%;
    padding: 0 10px;
  }
}
@media all and (max-width: 640px) {
  .staff-page .chairman-sec .history-box .box:first-of-type {
    margin-bottom: 15px;
  }
}
.staff-page .chairman-sec .history-box .box .t {
  margin-bottom: 10px;
}
.staff-page .chairman-sec .history-box .box .list {
  font-size: 15px;
}
.staff-page .chairman-sec .history-box .box .list li {
  padding: 0.5em 0;
}
.staff-page .chairman-sec .history-box .box .list li:nth-of-type(even) {
  background-color: #fbf5ff;
}
@media all and (max-width: 640px) {
  .staff-page .chairman-sec .history-box .box .list li.keireki {
    padding-left: 1em;
  }
}
.staff-page .chairman-sec .history-box .box .list li .date {
  width: 110px;
  padding-left: 15px;
  display: inline-block;
}
@media all and (max-width: 640px) {
  .staff-page .chairman-sec .history-box .box .list li .date {
    display: block;
    padding-left: 0;
  }
}
.staff-page .chairman-sec .history-box .box .list.circle li {
  padding-left: 26px;
  position: relative;
}
.staff-page .chairman-sec .history-box .box .list.circle li:before {
  content: "";
  width: 12px;
  height: 12px;
  border-radius: 100%;
  background: #824d9e;
  position: absolute;
  top: 15px;
  left: 8px;
}
.staff-page .chairman-sec .before-box {
  margin-top: 35px;
  display: flex;
  flex-wrap: wrap;
  position: relative;
}
@media all and (max-width: 640px) {
  .staff-page .chairman-sec .before-box {
    padding-top: 45px;
  }
}
.staff-page .chairman-sec .before-box .img-box {
  width: 150px;
}
@media all and (max-width: 640px) {
  .staff-page .chairman-sec .before-box .img-box {
    width: 100%;
    text-align: center;
    margin-bottom: 25px;
  }
}
@media all and (max-width: 640px) {
  .staff-page .chairman-sec .before-box .img-box img {
    width: 55%;
  }
}
.staff-page .chairman-sec .before-box .t-box {
  align-self: flex-end;
}
@media all and (max-width: 640px) {
  .staff-page .chairman-sec .before-box .t-box {
    padding-left: 10px;
  }
}
.staff-page .chairman-sec .before-box .t-box .t {
  margin-bottom: 15px;
  color: #824d9e;
  letter-spacing: 0.1em;
}
.staff-page .chairman-sec .before-box .t-box .t .name {
  font-size: 26px;
}
@media all and (max-width: 640px) {
  .staff-page .chairman-sec .before-box .t-box .t {
    width: 100%;
  }
}
.staff-page .chairman-sec .before-box .t-box .list {
  line-height: 175%;
  letter-spacing: 0.1em;
  padding-left: 20px;
}
@media all and (max-width: 640px) {
  .staff-page .chairman-sec .before-box .t-box .list {
    font-size: 14px;
  }
}
.staff-page .staff-sec {
  padding: 25px 0;
  background: #fbf5ff;
}
@media all and (max-width: 640px) {
  .staff-page .staff-sec {
    padding: 30px 15px;
  }
}
.staff-page .staff-sec .ex-max .t {
  margin-bottom: 20px;
}
.staff-page .staff-sec .ex-max .l {
  margin-bottom: 1em;
  font-feature-settings: "palt";
  letter-spacing: 0.25em;
  line-height: 155%;
}
@media all and (max-width: 640px) {
  .staff-page .staff-sec .ex-max .l {
    font-size: 14px;
  }
}
.staff-page .staff-sec .ex-max .end {
  margin-top: 45px;
  color: #824d9e;
  text-align: right;
  font-size: 22px;
}
@media all and (max-width: 640px) {
  .staff-page .staff-sec .ex-max .end {
    margin-top: 25px;
    font-size: 14px;
  }
}

.clinic-page .top-cont {
  margin-bottom: 0;
  z-index: 2;
  position: relative;
}
.clinic-page .top-sec .back-area {
  margin-bottom: 35px;
  position: relative;
}
@media all and (max-width: 960px) {
  .clinic-page .top-sec .back-area {
    margin-bottom: 60px;
    padding: 0;
  }
}
.clinic-page .top-sec .back-area .backImg {
  width: 100%;
  max-width: 780px;
  margin-left: auto;
  position: relative;
  z-index: 1;
}
@media all and (max-width: 960px) {
  .clinic-page .top-sec .back-area .backImg {
    position: absolute;
    top: 0;
    left: 0;
  }
}
.clinic-page .top-sec .back-area .backImg:before {
  content: "";
  padding-top: 48%;
  display: block;
}
@media all and (max-width: 640px) {
  .clinic-page .top-sec .back-area .backImg:before {
    padding-top: 70%;
  }
}
.clinic-page .top-sec .back-area .backImg .back {
  width: 100%;
  height: 100%;
  background: url(../img/clinic/human.jpg) center/cover;
}
@media all and (max-width: 640px) {
  .clinic-page .top-sec .back-area .backImg .back {
    background: url(../img/clinic/human.jpg) 20% center/cover;
  }
}
.clinic-page .top-sec .back-area .backImg .msk {
  width: 20%;
  height: 101%;
  position: absolute;
  top: 0;
  right: 0;
  background: linear-gradient(to right, rgba(255, 255, 255, 0), #fff);
}
.clinic-page .top-sec .back-area .top-lead {
  position: absolute;
  width: 140px;
  top: 80px;
  left: 45px;
  z-index: 2;
}
@media all and (max-width: 960px) {
  .clinic-page .top-sec .back-area .top-lead {
    position: relative;
  }
}
@media all and (max-width: 640px) {
  .clinic-page .top-sec .back-area .top-lead {
    width: 28%;
    padding-top: 50vw;
    top: auto;
  }
}
.clinic-page .top-sec .text-area {
  margin-bottom: 70px;
  position: relative;
}
@media all and (max-width: 640px) {
  .clinic-page .top-sec .text-area {
    margin-bottom: 40px;
  }
}
.clinic-page .top-sec .text-area .img-box {
  width: 35%;
  padding-right: 20px;
  position: absolute;
  top: 20px;
  left: 0;
  text-align: right;
  z-index: 2;
}
@media all and (max-width: 640px) {
  .clinic-page .top-sec .text-area .img-box {
    width: 45%;
    top: -50vw;
    left: auto;
    right: 10px;
  }
}
.clinic-page .top-sec .text-area .img-box .img {
  width: 100%;
  max-width: 220px;
}
.clinic-page .top-sec .text-area .t-box {
  width: 65%;
  margin-left: auto;
}
@media all and (max-width: 640px) {
  .clinic-page .top-sec .text-area .t-box {
    width: 100%;
  }
}
.clinic-page .top-sec .text-area .t-box .t {
  margin-bottom: 15px;
}
.clinic-page .top-sec .text-area .t-box .lead {
  line-height: 175%;
  letter-spacing: 0.1em;
}
@media all and (max-width: 640px) {
  .clinic-page .top-sec .text-area .t-box .lead {
    font-size: 14px;
  }
}
.clinic-page .top-sec .text-area .back-mark {
  width: 130px;
  position: absolute;
  bottom: -60px;
  right: 40px;
}
@media all and (max-width: 640px) {
  .clinic-page .top-sec .text-area .back-mark {
    display: none;
  }
}
.clinic-page .history-sec {
  margin-bottom: 110px;
  background: #fbf5ff;
  position: relative;
  z-index: 1;
}
@media all and (max-width: 640px) {
  .clinic-page .history-sec {
    margin-bottom: 40px;
  }
}
.clinic-page .history-sec .m-inr {
  width: 60%;
  padding: 60px 10px 25px 50px;
}
@media all and (max-width: 960px) {
  .clinic-page .history-sec .m-inr {
    width: 100%;
    padding: 40px 0;
  }
}
.clinic-page .history-sec .m-inr .t {
  margin-bottom: 20px;
}
.clinic-page .history-sec .m-inr .img-box {
  width: 40%;
  position: absolute;
  top: 40px;
  right: 25px;
}
@media all and (max-width: 960px) {
  .clinic-page .history-sec .m-inr .img-box {
    width: 100%;
    padding: 10px 0 40px;
    text-align: center;
    position: relative;
    top: auto;
    right: auto;
  }
}
@media all and (max-width: 960px) {
  .clinic-page .history-sec .m-inr .img-box .img {
    width: 80%;
  }
}
@media all and (max-width: 640px) {
  .clinic-page .history-sec .m-inr .img-box .img {
    width: 90%;
  }
}
@media all and (max-width: 640px) {
  .clinic-page .history-sec .m-inr .t-box .lead {
    font-size: 14px;
  }
}
.clinic-page .history-sec .m-inr .t-box .lead + .lead {
  margin-top: 1em;
}
.clinic-page .history-sec .m-inr .t-box .lead .date {
  width: 95px;
  color: #824d9e;
}
@media all and (max-width: 640px) {
  .clinic-page .history-sec .m-inr .t-box .lead .date {
    width: 85px;
  }
}
.clinic-page .history-sec .m-inr .t-box .lead .m {
  flex: 1;
}
.clinic-page .hospital-sec .inr {
  padding: 0 70px;
}
@media all and (max-width: 960px) {
  .clinic-page .hospital-sec .inr {
    padding: 0 40px;
  }
}
@media all and (max-width: 640px) {
  .clinic-page .hospital-sec .inr {
    padding: 0 20px;
  }
}
.clinic-page .hospital-sec .t-box {
  margin-bottom: 42px;
  align-items: flex-end;
  justify-content: flex-start;
}
.clinic-page .hospital-sec .t-box .l {
  font-size: 14px;
  padding-left: 15px;
}
@media all and (max-width: 640px) {
  .clinic-page .hospital-sec .t-box .l {
    padding-top: 10px;
  }
}
.clinic-page .hospital-sec .f-box .box {
  width: 30%;
}
@media all and (max-width: 640px) {
  .clinic-page .hospital-sec .f-box .box + .box {
    margin-top: 30px;
  }
}
@media all and (max-width: 640px) {
  .clinic-page .hospital-sec .f-box .box {
    width: 100%;
  }
}
.clinic-page .hospital-sec .f-box .box .t {
  margin-bottom: 12px;
  color: #824d9e;
  font-size: 20px;
}
.clinic-page .hospital-sec .f-box .box .l {
  font-size: 14px;
}
.clinic-page .hospital-sec .f-box .box .l .anchor {
  text-decoration: underline;
  cursor: pointer;
}

.facility-page .facility-sec + .facility-sec {
  margin-top: 90px;
}
.facility-page .facility-sec .t-box {
  margin-bottom: 35px;
  text-align: center;
  color: #824d9e;
  font-size: 26px;
  letter-spacing: 0.25em;
  line-height: 1;
}
@media all and (max-width: 640px) {
  .facility-page .facility-sec .t-box {
    font-size: 22px;
  }
}
.facility-page .facility-sec .m-box {
  padding: 35px 0;
}
.facility-page .facility-sec .m-box.first {
  background: #fbf5ff;
}
.facility-page .facility-sec .m-box.second {
  padding: 0;
}
.facility-page .facility-sec .m-box .back-img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.facility-page .facility-sec .m-box .back-img1-1 {
  background: url(../img/facility/photo-1-1.jpg) center/cover;
}
.facility-page .facility-sec .m-box .back-img1-2 {
  background: url(../img/facility/photo-1-2.jpg) center/cover;
}
.facility-page .facility-sec .m-box .back-img1-3 {
  background: url(../img/facility/photo-1-3.jpg) center/cover;
}
.facility-page .facility-sec .m-box .back-img1-4 {
  background: url(../img/facility/photo-1-4.jpg) center/cover;
}
.facility-page .facility-sec .m-box .back-img1-5 {
  background: url(../img/facility/photo-1-5.jpg) center/cover;
}
.facility-page .facility-sec .m-box .back-img2-1 {
  background: url(../img/facility/photo-2-1.jpg) center/cover;
}
.facility-page .facility-sec .m-box .back-img2-2 {
  background: url(../img/facility/photo-2-2.jpg) center/cover;
}
.facility-page .facility-sec .m-box .back-img2-3 {
  background: url(../img/facility/photo-2-3.jpg) center/cover;
}
.facility-page .facility-sec .m-box .back-img2-4 {
  background: url(../img/facility/photo-2-4.jpg) center/cover;
}
.facility-page .facility-sec .m-box .back-img2-5 {
  background: url(../img/facility/photo-2-5.jpg) center/cover;
}
.facility-page .facility-sec .m-box .top-box {
  margin-bottom: 55px;
}
@media all and (max-width: 640px) {
  .facility-page .facility-sec .m-box .top-box {
    margin-bottom: 0;
    padding: 0 25px;
  }
}
.facility-page .facility-sec .m-box .top-box .box {
  width: 47%;
}
@media all and (max-width: 960px) {
  .facility-page .facility-sec .m-box .top-box .box {
    width: calc((100% - 30px) / 2);
  }
}
@media all and (max-width: 640px) {
  .facility-page .facility-sec .m-box .top-box .box {
    width: 100%;
    margin-bottom: 35px;
  }
}
.facility-page .facility-sec .m-box .top-box .photo {
  width: 100%;
  margin-bottom: 15px;
  border-radius: 20px;
  overflow: hidden;
  position: relative;
}
.facility-page .facility-sec .m-box .top-box .photo:before {
  padding-top: 64%;
  display: block;
  content: "";
}
.facility-page .facility-sec .m-box .top-box .t {
  margin-bottom: 18px;
  text-align: center;
  color: #824d9e;
  font-size: 24px;
  letter-spacing: 0.35em;
}
.facility-page .facility-sec .m-box .top-box .l {
  padding: 0 10px;
  font-feature-settings: "palt";
  letter-spacing: 0.1em;
  line-height: 185%;
}
@media all and (max-width: 960px) {
  .facility-page .facility-sec .m-box .top-box .l {
    font-size: 14px;
  }
}
@media all and (max-width: 640px) {
  .facility-page .facility-sec .m-box .bottom-box {
    justify-content: space-around;
  }
}
.facility-page .facility-sec .m-box .bottom-box .box {
  width: 31.5%;
}
@media all and (max-width: 960px) {
  .facility-page .facility-sec .m-box .bottom-box .box {
    width: calc((100% - 30px) / 3);
  }
}
@media all and (max-width: 640px) {
  .facility-page .facility-sec .m-box .bottom-box .box {
    width: 100%;
    padding: 0 50px;
  }
}
.facility-page .facility-sec .m-box .bottom-box .photo {
  width: 100%;
  margin-bottom: 15px;
  border-radius: 20px;
  overflow: hidden;
  position: relative;
}
.facility-page .facility-sec .m-box .bottom-box .photo:before {
  padding-top: 64%;
  display: block;
  content: "";
}
.facility-page .facility-sec .m-box .bottom-box .t {
  margin-bottom: 20px;
  text-align: center;
  color: #824d9e;
  font-size: 18px;
  letter-spacing: 0.05em;
}

.access-page .photo-sec {
  margin-bottom: 70px;
}
.access-page .photo-sec .f-box {
  padding: 0 30px;
}
@media all and (max-width: 960px) {
  .access-page .photo-sec .f-box {
    padding: 0;
  }
}
.access-page .photo-sec .f-box .m-img {
  width: 63%;
}
@media all and (max-width: 640px) {
  .access-page .photo-sec .f-box .m-img {
    width: 100%;
    margin-bottom: 15px;
  }
}
.access-page .photo-sec .f-box .sub-box {
  width: 34%;
  align-content: space-between;
}
@media all and (max-width: 640px) {
  .access-page .photo-sec .f-box .sub-box {
    width: 100%;
  }
}
.access-page .photo-sec .f-box .sub-box .s-img {
  width: 100%;
  align-self: flex-start;
}
@media all and (max-width: 640px) {
  .access-page .photo-sec .f-box .sub-box .s-img {
    width: calc((100% - 15px) / 2);
  }
}
.access-page .access-sec .ex-max {
  padding: 0 100px;
}
@media all and (max-width: 960px) {
  .access-page .access-sec .ex-max {
    padding: 0 50px;
  }
}
@media all and (max-width: 640px) {
  .access-page .access-sec .ex-max {
    padding: 0 20px;
  }
}
.access-page .access-sec .map-box {
  margin-bottom: 30px;
  position: relative;
}
.access-page .access-sec .map-box:before {
  padding-top: 75%;
  content: "";
  display: block;
}
.access-page .access-sec .map-box #map {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.access-page .access-sec .map-box #map iframe {
  width: 100%;
  height: 100%;
}
.access-page .access-sec .access-box dl {
  display: flex;
}
@media all and (max-width: 640px) {
  .access-page .access-sec .access-box dl {
    flex-wrap: wrap;
  }
}
.access-page .access-sec .access-box dl:nth-of-type(odd) {
  background: #fbf5ff;
}
.access-page .access-sec .access-box dl dt {
  width: 140px;
  padding: 22px 0 22px 22px;
  color: #824d9e;
  letter-spacing: 0.2em;
}
@media all and (max-width: 640px) {
  .access-page .access-sec .access-box dl dt {
    width: 100%;
    padding: 16px 0 16px 16px;
  }
}
.access-page .access-sec .access-box dl dd {
  flex: 1;
  padding: 22px 0;
  letter-spacing: 0.05em;
}
@media all and (max-width: 640px) {
  .access-page .access-sec .access-box dl dd {
    width: 100%;
    padding: 0 0 16px 16px;
  }
}
.access-page .access-sec .access-box dl dd .img-time {
  margin-bottom: 20px;
}
.access-page .access-sec .access-box dl dd .time {
  display: inline-block;
  padding-left: 5.25em;
  text-indent: -5.25em;
}
.access-page .access-sec .access-box dl dd .f-box .t-box {
  width: 240px;
}
.access-page .access-sec .access-box dl dd .f-box .t-box .t-s {
  width: 165px;
  display: inline-block;
}
.access-page .access-sec .access-box dl dd .f-box .img-box {
  flex: 1;
  padding: 0 10px;
  text-align: center;
}
@media all and (max-width: 640px) {
  .access-page .access-sec .access-box dl dd .f-box .img-box {
    width: 100%;
    padding: 30px 0 0;
    flex: auto;
  }
}
.access-page .access-sec .access-box dl dd .f-box .img-box img {
  max-width: 265px;
}
@media all and (max-width: 640px) {
  .access-page .access-sec .access-box dl dd .f-box .img-box img {
    width: 85%;
  }
}

.blog-page .m-inr {
  max-width: 810px;
}
@media all and (max-width: 640px) {
  .blog-page .m-inr {
    padding: 0;
  }
}

.category-page .category-main .category-article {
  border-bottom: 1px solid #824d9e;
}
.category-page .category-main .category-article:last-of-type {
  border-bottom: none;
}
.category-page .category-main .category-article .f-box {
  padding: 25px 0;
  color: #824d9e;
}
.category-page .category-main .category-article .f-box .date {
  width: 210px;
  padding-left: 1em;
}
@media all and (max-width: 640px) {
  .category-page .category-main .category-article .f-box .date {
    width: 140px;
  }
}
.category-page .category-main .category-article .f-box .t {
  flex: 1;
  font-size: 16px;
}
.category-page .category-main .category-article .f-box .t .anchor {
  text-decoration: underline;
}
.category-page .page-nation {
  padding-top: 70px;
}
.category-page .page-nation .inr {
  width: 90%;
  max-width: 300px;
  margin: 0 auto;
}
.category-page .page-nation .inr:after {
  content: "";
  clear: both;
  display: block;
}
.category-page .page-nation .inr .btn {
  width: 90px;
  padding: 5px 0 10px;
  border: 1px solid #824d9e;
  text-align: center;
}
.category-page .page-nation .inr .btn.back {
  float: left;
}
.category-page .page-nation .inr .btn.next {
  float: right;
}
.category-page .page-nation .inr .btn .img {
  width: 60px;
}

.single-page .single-main .title-box {
  padding-bottom: 40px;
  text-align: center;
  border-bottom: 1px solid rgba(130, 77, 158, 0.5);
}
@media all and (max-width: 640px) {
  .single-page .single-main .title-box {
    padding: 10px 15px 40px;
  }
}
.single-page .single-main .title-box .t {
  margin-bottom: 19px;
  font-size: 30px;
  letter-spacing: 0.1em;
}
@media all and (max-width: 640px) {
  .single-page .single-main .title-box .t {
    font-size: 24px;
  }
}
.single-page .single-main .title-box .date {
  color: #824d9e;
}
.single-page .single-main .article-box {
  padding: 75px 0 100px;
  border-bottom: 1px solid rgba(130, 77, 158, 0.5);
}
@media all and (max-width: 640px) {
  .single-page .single-main .article-box {
    padding: 30px 15px 50px;
  }
}
.single-page .single-main .article-box p {
  line-height: 200%;
  margin-bottom: 15px;
  letter-spacing: 0.1em;
}
@media all and (max-width: 640px) {
  .single-page .single-main .article-box p {
    font-size: 14px;
  }
}
.single-page .single-main .article-box .wp-block-image {
  margin: 50px 0;
}
.single-page .single-main .article-box .i-box {
  margin: 50px 0;
  text-align: center;
}
.single-page .single-main .article-box .i-box img {
  width: 90%;
  max-width: 460px;
}
.single-page .single-main .link-box {
  padding-top: 45px;
  text-align: center;
}
.single-page .single-main .link-box .back-anchor {
  padding: 11px 24px 17px;
  display: inline-block;
  border: 1px solid #824d9e;
}
.single-page .single-main .link-box .back-anchor .img {
  width: 195px;
}
@media all and (max-width: 640px) {
  .single-page .single-main .link-box .back-anchor .img {
    width: 180px;
  }
}

.personal-page .m-inr {
  max-width: 810px;
}
.personal-page .p-sec {
  margin-bottom: 80px;
}
@media all and (max-width: 640px) {
  .personal-page .p-sec {
    margin-bottom: 55px;
  }
}
.personal-page .p-sec .title {
  margin-bottom: 22px;
  padding-left: 26px;
  font-size: 18px;
  color: #824d9e;
  letter-spacing: 0.05em;
  position: relative;
}
.personal-page .p-sec .title:before {
  content: "";
  width: 15px;
  height: 15px;
  background: #824d9e;
  position: absolute;
  top: 6px;
  left: 0;
  border-radius: 2px;
}
.personal-page .p-sec .i-box {
  font-size: 15px;
}
.personal-page .p-sec .i-box + .i-box {
  margin-top: 28px;
}
.personal-page .p-sec .i-box .t {
  margin-bottom: 4px;
  font-size: 15px;
}
.personal-page .p-sec .i-box .l {
  padding-left: 1em;
  line-height: 185%;
  font-feature-settings: "palt";
  letter-spacing: 0.05em;
}

.not404-page .main-box {
  padding: 100px 0;
}
.not404-page .main-box .t-box {
  margin-bottom: 20px;
  text-align: center;
}
.not404-page .main-box .t-box .title {
  font-size: 34px;
  color: rgba(130, 77, 158, 0.5);
  line-height: 170%;
}
@media all and (max-width: 640px) {
  .not404-page .main-box .t-box .title {
    font-size: 6.5vw;
  }
}
.not404-page .main-box .m-box {
  width: 100%;
  max-width: 530px;
  margin: 0 auto;
  padding: 0 15px;
}
.not404-page .main-box .m-box .anchor {
  margin-top: 60px;
  padding: 15px 0;
  display: block;
  text-align: center;
  color: #fff;
  background: #824d9e;
}
/*# sourceMappingURL=style.css.map */