@charset "UTF-8";
.subcon {
  background: #fdede8;
}

.subcon__inner {
  width: 90%;
  max-width: 1080px;
  padding: 50px 0 100px;
  margin: 0 auto;
}

.submain {
  background: #f89e96;
  padding: 100px 0;
}

@media screen and (max-width: 768px) {
  .submain {
    padding: 50px 0;
  }
}

.submain h2 {
  text-align: center;
  color: #fff;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", "Noto Serif JP", serif;
  font-size: 40px;
  position: relative;
}

@media screen and (max-width: 768px) {
  .submain h2 {
    font-size: 30px;
  }
}

.submain h2 span {
  font-family: "Pangolin", cursive;
  font-size: 28px;
  display: block;
  margin-bottom: 30px;
}

.submain h2:after {
  content: "";
  background: url(../images/top/about/therapist_kazari02.png) no-repeat;
  display: inline-block;
  max-width: 85px;
  height: 99px;
  position: absolute;
  right: 35%;
  width: 100%;
  top: -28px;
}

@media screen and (max-width: 768px) {
  .submain h2:after {
    right: 5%;
  }
}

.submain h2:before {
  content: "";
  background: url(../images/top/about/therapist_kazari01.png) no-repeat;
  display: inline-block;
  max-width: 52px;
  height: 108px;
  position: absolute;
  left: 35%;
  width: 100%;
}

@media screen and (max-width: 768px) {
  .submain h2:before {
    left: 5%;
  }
}

/* Bread_crumb_List */
.bread__crumb {
  text-align: left;
  margin: 20px 0 50px 0;
}

.bread__crumb--list {
  max-width: 1080px;
  margin: 0 auto 0;
}

.bread__crumb--list li {
  display: inline;
  font-size: 13px;
}

.bread__crumb--list li:after {
  content: "\003e";
  padding-left: 0.35rem;
  margin-right: 0.075rem;
  color: #000;
}

.bread__crumb--list li:last-child:after {
  content: "";
}

.bread__crumb--list li a {
  color: #f89e96;
}

.bread__crumb--list li a:hover {
  text-decoration: underline;
}

.bread__crumb--list li.current:after {
  content: "";
}

.news__list {
  display: -ms-grid;
  display: grid;
  gap: 30px;
  -ms-grid-columns: (minmax(50px, 1fr))[4];
      grid-template-columns: repeat(4, minmax(50px, 1fr));
}

@media screen and (max-width: 768px) {
  .news__list {
    -ms-grid-columns: (minmax(50px, 1fr))[1];
        grid-template-columns: repeat(1, minmax(50px, 1fr));
  }
}

.news__list--item {
  border-radius: 25px;
  overflow: hidden;
  background: #fff;
}

.news__list--item img {
  height: 220px;
  -o-object-fit: cover;
     object-fit: cover;
}

.news__list--item .box {
  padding: 17px 17px 35px;
}

.news__list--item .box .date {
  font-size: 12px;
  font-weight: 600;
  margin-bottom: 21px;
  color: #f89e96;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", "Noto Serif JP", serif;
}

.news__list--item .box .title {
  font-size: 16px;
  line-height: 25px;
  margin-bottom: 15px;
  font-weight: bold;
  color: #2c2c2c;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.news__list--item .box .text {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  height: 70px;
}

.news__list--item .box .text p {
  font-size: 13px;
  line-height: 25px;
  color: #2c2c2c;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

/* pager */
.pagenation {
  margin: 60px 0 0 0;
  text-align: center;
  letter-spacing: 0;
  width: auto;
  min-width: 0;
  border: none;
  padding: 0;
  background: none;
  display: block !important;
}

.pagenation li {
  width: 36px;
  height: 36px;
  display: inline-block;
  margin: 4px;
  line-height: 34px;
  border-bottom: none;
  padding: 0px;
  background: none;
}

.pagenation li.current span {
  width: 36px;
  height: 36px;
  display: block;
  color: #fff;
  background: #83c5cd;
  border: #83c5cd solid 1px;
  text-decoration: none;
  float: none;
  border-radius: 10px;
}

.pagenation li a {
  width: 36px;
  height: 36px;
  display: block;
  color: #000;
  background: none;
  background: #fff;
  border: #fff solid 1px;
  text-decoration: none;
  float: none;
  border-radius: 10px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.pagenation li a:hover {
  color: #fff;
  background: #f89e96;
  text-decoration: none;
}

/* blog detail */
.article__detail .date {
  font-size: 16px;
  line-height: 1.4;
  color: #f89e96;
  font-weight: bold;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", "Noto Serif JP", serif;
}

.article__detail .title {
  margin-top: 8px;
  padding-bottom: 10px;
  border-bottom: 1px dashed #dcdcdc;
}

.article__detail .title h3 {
  font-size: 1.75rem;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.05em;
  border: none;
  margin-top: 0;
}

.article__detail .content {
  margin-top: 40px;
}

.article__detail .content h1 {
  font-size: 20px;
  margin-bottom: 0.625em;
  position: relative;
  padding-left: 0.625em;
  line-height: 1.15;
  text-align: left;
}

.article__detail .content h1:before {
  content: "";
  position: absolute;
  background: #f89e96;
  width: 6px;
  height: 100%;
  left: 0;
  top: 0;
}

.article__detail .content p {
  margin-bottom: 2.5em;
  text-align: left;
  line-height: 1.5;
}

.article__detail .content h2 {
  font-size: 20px;
  margin-bottom: 0.625em;
  line-height: 1.2;
  color: #f89e96;
  text-align: left;
  font-weight: 400;
}

.article__detail .content h3 {
  font-size: 20px;
  font-weight: bold;
  padding: 0 0 0.15em;
  margin-bottom: 0.625em;
  line-height: 1.2;
  border-bottom: none;
  background: none !important;
  text-align: left;
}

.back-btn {
  margin: 60px auto 0;
}

.back-btn a {
  background-color: #fff;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", "Noto Serif JP", serif;
  width: 280px;
  height: 50px;
  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;
  border-radius: 50px;
  color: #83c5cd;
  margin: 0 auto;
  font-weight: 600;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.back-btn a:hover {
  background: #83c5cd;
  color: #fff;
}
/*# sourceMappingURL=sub.css.map */