@charset "UTF-8";
.h3__en {
  color: #a9ceec;
  font-size: 2.2rem;
  line-height: 1;
}
.h3__ja {
  font-size: 1.6rem;
}

.sec1 {
  margin-top: 80px;
}
@media screen and (max-width: 992px) {
  .sec1 {
    margin-top: 70px;
  }
}
.sec1__head {
  position: relative;
}
.sec1__ttl-wrap {
  position: absolute;
  transform: translateY(-50%);
  top: 50%;
  left: 10%;
}
@media screen and (max-width: 992px) {
  .sec1__ttl-wrap {
    top: 90%;
    left: 5%;
  }
}
.sec1__img {
  width: 70%;
  display: block;
  margin-left: auto;
  height: 55dvh;
}
@media screen and (max-width: 992px) {
  .sec1__img {
    width: 100%;
  }
}
.sec1__ja {
  font-size: 2.4rem;
  line-height: 1;
}
@media screen and (max-width: 992px) {
  .sec1__ja {
    font-size: 2rem;
  }
}
.sec1__en {
  font-size: 1.8rem;
}
@media screen and (max-width: 992px) {
  .sec1__en {
    font-size: 1.4rem;
  }
}

.about .sec2__otr {
  display: flex;
  align-items: center;
  margin-top: 50px;
}
@media screen and (max-width: 992px) {
  .about .sec2__otr {
    display: block;
    margin-top: 30px;
  }
}
.about .sec2__img-wrap {
  width: 40%;
  padding-right: 10%;
}
@media screen and (max-width: 992px) {
  .about .sec2__img-wrap {
    width: 100%;
    padding-right: 0;
  }
}
.about .sec2__tx-wrap {
  width: 60%;
  text-align: right;
}
@media screen and (max-width: 992px) {
  .about .sec2__tx-wrap {
    width: 100%;
  }
}
.about .sec2__tx {
  text-align: left;
}
@media screen and (max-width: 992px) {
  .about .sec2__tx {
    margin-top: 20px;
  }
}
.about .sec2__name-wrap {
  display: inline-block;
  margin-top: 30px;
}
.about .sec2__name3 {
  padding-right: 5px;
}
.about .sec2__sns-wrap {
  margin-top: 20px;
}
.about .sec2__sns {
  margin-left: 10px;
  transition: 0.6s all;
}
.about .sec2__sns:hover {
  opacity: 0.7;
}
.about .sec3__wrap {
  display: flex;
}
@media screen and (max-width: 992px) {
  .about .sec3__wrap {
    display: block;
  }
}
.about .sec3__ctn {
  width: 45%;
}
.about .sec3__ctn:nth-child(2n) {
  margin-left: 10%;
}
@media screen and (max-width: 992px) {
  .about .sec3__ctn:nth-child(2n) {
    margin-left: 0;
    margin-top: 20px;
  }
}
@media screen and (max-width: 992px) {
  .about .sec3__ctn {
    width: 100%;
  }
}
.about .sec3__item--teaching {
  margin-top: 20px;
}
.about .sec3__item--publication {
  margin-top: 20px;
}
.about .sec3__item--media {
  margin-top: 20px;
}
.about .sec3 .ul__li {
  font-size: 1.2rem;
  padding-left: 10px;
}
.about .sec4__ttl {
  border-bottom: #ae975e 1px solid;
  font-size: 1.8rem;
  margin-bottom: 20px;
  align-self: flex-end;
  width: 100%;
  margin-left: 20px;
}
@media screen and (max-width: 992px) {
  .about .sec4__ttl {
    font-size: 1.4rem;
  }
}
.about .sec4__ttl-wrap {
  display: flex;
}
.about .sec4__number {
  color: #e1d89d;
  font-size: 10rem;
  line-height: 1;
}
@media screen and (max-width: 992px) {
  .about .sec4__number {
    font-size: 6rem;
  }
}
.about .sec4__otr {
  margin-top: 50px;
}
.about .sec4__item {
  clear: both;
  padding-bottom: 100px;
}
.about .sec4__tx-wrap {
  padding-left: 50px;
}
@media screen and (max-width: 768px) {
  .about .sec4__tx-wrap {
    padding-left: 0;
    margin-top: 20px;
  }
}
.about .sec4__img-wrap {
  float: right;
  padding: 0 50px;
}
@media screen and (max-width: 768px) {
  .about .sec4__img-wrap {
    padding: 0;
    float: initial;
    text-align: center;
  }
}

.treatment .sec__btn {
  padding-top: 50px;
}
.treatment .sec__ttl-en {
  color: #e1338b;
  font-size: 3rem;
  line-height: 1;
}
.treatment .sec__ttl-ja {
  font-size: 1.6rem;
}
.treatment .sec__ttl2-en {
  color: #a9ceec;
  font-size: 2rem;
  line-height: 1;
}
.treatment .sec__ttl2-ja {
  font-size: 1.4rem;
}
@media screen and (max-width: 992px) {
  .treatment .sec__tx {
    text-align: justify;
  }
}
.treatment .sec2__msg {
  text-align: center;
}
.treatment .sec2__otr {
  display: flex;
  flex-flow: wrap;
  margin-top: 50px;
}
@media screen and (max-width: 992px) {
  .treatment .sec2__otr {
    display: block;
  }
}
.treatment .sec2__item {
  width: 45%;
  display: flex;
  flex-flow: column;
  padding-bottom: 70px;
}
@media screen and (max-width: 992px) {
  .treatment .sec2__item {
    width: 100%;
  }
}
.treatment .sec2__item:not(:nth-child(2n-1)) {
  margin-left: 10%;
}
@media screen and (max-width: 992px) {
  .treatment .sec2__item:not(:nth-child(2n-1)) {
    margin-left: 0;
  }
}
.treatment .sec2__ttl-wrap {
  text-align: center;
}
.treatment .sec2__ttl-en {
  color: #e1338b;
  font-size: 2.2rem;
  line-height: 1;
}
.treatment .sec2__ttl-ja {
  font-size: 1.6rem;
}
.treatment .sec2__btn {
  text-align: center;
}
.treatment .sec2__img-wrap {
  text-align: center;
  margin-top: 10px;
}
.treatment .sec2__tx {
  margin-top: 20px;
  padding-bottom: 20px;
}
.treatment .sec2__btn {
  margin-top: auto;
}
.treatment .sec3 {
  position: relative;
}
.treatment .sec3::before {
  content: "";
  width: 100%;
  height: 50%;
  background: #f2f2f2;
  background-size: 200px;
  position: absolute;
  z-index: -1;
  top: -100px;
}
@media screen and (max-width: 992px) {
  .treatment .sec3::before {
    background-size: 100px;
    background-position: 28% 13%;
    height: 40%;
  }
}
.treatment .sec3__otr {
  display: flex;
  align-items: center;
  margin-left: max(0px, (100% - 1206px) / 2);
  padding-left: 20px;
  position: relative;
}
@media screen and (max-width: 992px) {
  .treatment .sec3__otr {
    flex-flow: column-reverse;
    align-items: initial;
    padding-right: 20px;
  }
}
.treatment .sec3__otr::before {
  content: "";
  display: block;
  background: no-repeat url(../img/colorlogo.png);
  width: 200px;
  height: 200px;
  background-size: contain;
  position: absolute;
  top: -50px;
  left: 90px;
}
@media screen and (max-width: 992px) {
  .treatment .sec3__otr::before {
    width: 100px;
    height: 100px;
  }
}
.treatment .sec3__ctn {
  width: 70%;
}
@media screen and (max-width: 992px) {
  .treatment .sec3__ctn {
    width: 100%;
  }
}
.treatment .sec3__tx {
  padding-right: 10%;
}
@media screen and (max-width: 992px) {
  .treatment .sec3__tx {
    padding-right: 0;
    margin-top: 30px;
  }
}
.treatment .sec3__img-ctn {
  position: relative;
}
.treatment .sec3__img-wrap {
  margin-top: 20px;
}
@media screen and (max-width: 992px) {
  .treatment .sec3__img-wrap {
    text-align: center;
  }
}
.treatment .sec3__img-wrap--1 {
  position: absolute;
  top: -260px;
  left: -360px;
}
@media screen and (max-width: 992px) {
  .treatment .sec3__img-wrap--1 {
    position: static;
  }
}
.treatment .sec3__img-wrap--4 {
  position: absolute;
  bottom: -260px;
  left: -360px;
}
@media screen and (max-width: 992px) {
  .treatment .sec3__img-wrap--4 {
    position: static;
  }
}
.treatment .sec3__otr2 {
  margin-top: 250px;
}
@media screen and (max-width: 992px) {
  .treatment .sec3__otr2 {
    margin-top: 50px;
  }
}
.treatment .sec3__ctn2:nth-child(n+2) {
  margin-top: 50px;
}
.treatment .sec3__name {
  text-align: center;
}
.treatment .sec4 {
  position: relative;
}
.treatment .sec4::before {
  content: "";
  width: 100%;
  height: 110%;
  background: #f2f2f2;
  background-size: 200px;
  position: absolute;
  z-index: -1;
  top: -100px;
}
@media screen and (max-width: 992px) {
  .treatment .sec4::before {
    top: -70px;
    height: 105%;
    background-size: 100px;
    background-position: 28% 13%;
  }
}
.treatment .sec4__otr {
  margin-left: max(0px, (100% - 1206px) / 2);
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
  align-items: center;
  position: relative;
}
@media screen and (max-width: 992px) {
  .treatment .sec4__otr {
    flex-flow: column-reverse;
    align-items: initial;
  }
}
.treatment .sec4__otr::before {
  content: "";
  display: block;
  background: no-repeat url(../img/colorlogo.png);
  width: 200px;
  height: 200px;
  background-size: contain;
  position: absolute;
  top: -50px;
  left: 270px;
}
@media screen and (max-width: 992px) {
  .treatment .sec4__otr::before {
    width: 100px;
    height: 100px;
  }
}
.treatment .sec4__ctn {
  width: 70%;
  padding-right: 10%;
}
@media screen and (max-width: 992px) {
  .treatment .sec4__ctn {
    width: 100%;
    padding-right: 0;
  }
}
@media screen and (max-width: 992px) {
  .treatment .sec4__img-wrap {
    text-align: center;
  }
}
.treatment .sec4__tx2 {
  text-align: center;
}
.treatment .sec5__otr {
  display: flex;
}
@media screen and (max-width: 992px) {
  .treatment .sec5__otr {
    display: block;
  }
}
.treatment .sec5__item {
  width: 47.5%;
  display: flex;
  flex-flow: column;
  position: relative;
}
.treatment .sec5__item:nth-child(n+2) {
  margin-left: 5%;
}
@media screen and (max-width: 992px) {
  .treatment .sec5__item:nth-child(n+2) {
    margin-left: 0;
    margin-top: 50px;
  }
}
.treatment .sec5__item::before {
  content: "";
  width: 100%;
  height: 100%;
  background: url(../img/colorlogo.png) no-repeat 20% 15%;
  background-size: 80px;
  position: absolute;
  z-index: -1;
  top: -100px;
}
@media screen and (max-width: 992px) {
  .treatment .sec5__item::before {
    background-position: 40% 15%;
  }
}
@media screen and (max-width: 992px) {
  .treatment .sec5__item {
    display: block;
    width: 100%;
  }
}
.treatment .sec5__tx {
  margin-top: 20px;
}
.treatment .sec5__btn {
  margin-top: auto;
}

.news .arrow__item--next,
.archive .arrow__item--next,
.post-type-archive-blog .arrow__item--next,
.single .arrow__item--next {
  position: absolute;
  padding: 0 10px;
  right: 0;
  top: 0;
  color: #ae975e !important;
}
@media screen and (max-width: 576px) {
  .news .arrow__item--next,
  .archive .arrow__item--next,
  .post-type-archive-blog .arrow__item--next,
  .single .arrow__item--next {
    top: 50px;
  }
}
.news .arrow__item--next::before,
.archive .arrow__item--next::before,
.post-type-archive-blog .arrow__item--next::before,
.single .arrow__item--next::before {
  content: "";
  display: inline-block;
  position: absolute;
  right: -10px;
  top: 54%;
  transform: translateY(-50%);
  background: no-repeat url(../img/arrowright.svg);
  width: 15px;
  height: 15px;
  background-size: contain;
}
.news .arrow__item--previous,
.archive .arrow__item--previous,
.post-type-archive-blog .arrow__item--previous,
.single .arrow__item--previous {
  position: absolute;
  padding: 0 10px;
  left: 0;
  top: 0;
  color: #ae975e !important;
}
@media screen and (max-width: 576px) {
  .news .arrow__item--previous,
  .archive .arrow__item--previous,
  .post-type-archive-blog .arrow__item--previous,
  .single .arrow__item--previous {
    top: 50px;
  }
}
.news .arrow__item--previous::before,
.archive .arrow__item--previous::before,
.post-type-archive-blog .arrow__item--previous::before,
.single .arrow__item--previous::before {
  content: "";
  display: inline-block;
  position: absolute;
  left: -4px;
  top: 54%;
  transform: translateY(-50%);
  background: no-repeat url(../img/arrowleft.svg);
  width: 15px;
  height: 15px;
  background-size: contain;
}
.news ul.page-numbers,
.archive ul.page-numbers,
.post-type-archive-blog ul.page-numbers,
.single ul.page-numbers {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  margin-top: 50px;
  font-size: 1.8rem;
}
@media screen and (max-width: 992px) {
  .news ul.page-numbers,
  .archive ul.page-numbers,
  .post-type-archive-blog ul.page-numbers,
  .single ul.page-numbers {
    font-size: 1.4rem;
  }
}
.news li .page-numbers,
.archive li .page-numbers,
.post-type-archive-blog li .page-numbers,
.single li .page-numbers {
  padding: 0 10px;
  color: rgba(174, 151, 94, 0.5);
}
.news li .page-numbers.current,
.archive li .page-numbers.current,
.post-type-archive-blog li .page-numbers.current,
.single li .page-numbers.current {
  color: #ae975e;
}

.single .sec2__otr {
  padding-bottom: 50px;
}
.single .sec2__arrow {
  position: relative;
}

.archive .sec2__otr,
.post-type-archive-blog .sec2__otr {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 576px) {
  .archive .sec2__otr,
  .post-type-archive-blog .sec2__otr {
    display: block;
  }
}
.archive .sec2__btn,
.post-type-archive-blog .sec2__btn {
  margin-top: auto;
}
@media screen and (max-width: 576px) {
  .archive .sec2__btn,
  .post-type-archive-blog .sec2__btn {
    margin-top: 20px;
  }
}
.archive .article__item,
.post-type-archive-blog .article__item {
  width: calc((100% - 80px) / 3);
  margin-bottom: 50px;
  height: 380px;
}
.archive .article__item:not(:nth-child(3n-2)),
.post-type-archive-blog .article__item:not(:nth-child(3n-2)) {
  margin-left: 40px;
}
@media screen and (max-width: 992px) {
  .archive .article__item:not(:nth-child(3n-2)),
  .post-type-archive-blog .article__item:not(:nth-child(3n-2)) {
    margin-left: initial;
  }
}
@media screen and (max-width: 992px) {
  .archive .article__item,
  .post-type-archive-blog .article__item {
    width: calc((100% - 40px) / 2);
  }
  .archive .article__item:not(:nth-child(2n-1)),
  .post-type-archive-blog .article__item:not(:nth-child(2n-1)) {
    margin-left: 40px;
  }
}
@media screen and (max-width: 576px) {
  .archive .article__item,
  .post-type-archive-blog .article__item {
    height: auto;
    width: 100%;
  }
  .archive .article__item:not(:nth-child(2n-1)),
  .post-type-archive-blog .article__item:not(:nth-child(2n-1)) {
    margin-left: initial;
  }
}

.news .sec2__otr {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 992px) {
  .news .sec2__otr {
    display: block;
  }
}
.news .arrow__item--next {
  position: absolute;
  right: 0;
  top: 0;
  color: #ae975e !important;
}
@media screen and (max-width: 576px) {
  .news .arrow__item--next {
    top: 50px;
  }
}
.news .arrow__item--next::before {
  content: "";
  display: inline-block;
  position: absolute;
  right: -10px;
  top: 54%;
  transform: translateY(-50%);
  background: no-repeat url(../img/arrowright.svg);
  width: 15px;
  height: 15px;
  background-size: contain;
}
.news .arrow__item--previous {
  position: absolute;
  left: 0;
  top: 0;
  color: #ae975e !important;
}
@media screen and (max-width: 576px) {
  .news .arrow__item--previous {
    top: 50px;
  }
}
.news .arrow__item--previous::before {
  content: "";
  display: inline-block;
  position: absolute;
  left: -4px;
  top: 54%;
  transform: translateY(-50%);
  background: no-repeat url(../img/arrowleft.svg);
  width: 15px;
  height: 15px;
  background-size: contain;
}

.category .page-numbers {
  position: relative;
}
.category .next {
  position: absolute;
  right: 0;
  top: 0;
  color: #ae975e !important;
}
@media screen and (max-width: 992px) {
  .category .next {
    top: 50px;
  }
}
.category .prev {
  position: absolute;
  left: 0;
  top: 0;
  color: #ae975e !important;
}
@media screen and (max-width: 992px) {
  .category .prev {
    top: 50px;
  }
}

.single .category-list {
  color: white;
}
.single .category-list .category-btn {
  padding: 0px 6px;
  margin-left: 6px;
}
.single .category-list .info {
  background: #ae975e;
}
.single .category-list .media {
  background: #d6ca8f;
}
.single .category-list .phonation {
  background: #3f4046;
}
.single .article__time {
  min-width: 80px;
}
.single .article__type {
  display: flex;
  align-items: center;
}
.single .article__category {
  position: static;
}
.single .link-btn {
  color: #ae975e !important;
}
.single .post-categories li {
  background: #ae975e;
  display: inline-block;
  color: white;
  padding: 3px 6px;
  border-radius: 10px;
}
.single .single-page {
  padding-top: 30px;
  /* 配置位置 右 */
  /* 配置位置 左 */
  /* 配置位置 中央 */
}
.single .single-page ul,
.single .single-page ul li {
  list-style: initial;
  list-style-position: inside;
}
.single .single-page ol,
.single .single-page ol li {
  list-style: decimal;
  list-style-position: inside;
}
.single .single-page strong {
  font-weight: bold;
}
.single .single-page a {
  color: #ae975e;
  text-decoration: underline;
}
.single .single-page img.alignright {
  display: block;
  margin: 0 0 0 auto;
}
.single .single-page img.alignleft {
  display: block;
  margin: 0 auto 0 0;
}
.single .single-page img.aligncenter {
  display: block;
  margin: 0 auto;
}
.single .single-page table,
.single .single-page td,
.single .single-page th {
  border: 1px solid #3f4046;
}
.single .single-page__title {
  font-size: 2rem;
  margin-top: 10px;
}
@media screen and (max-width: 992px) {
  .single .single-page__title {
    font-size: 18px;
  }
}
.single .single-page__paging {
  display: flex;
  justify-content: space-between;
  position: relative;
  height: 100px;
  max-width: 780px;
  margin: 100px auto 50px;
  padding: 0 10px;
}
@media screen and (max-width: 992px) {
  .single .single-page__paging {
    padding: 0;
    margin: 60px 20px 0;
  }
}
.single .single-page__paging a {
  color: #ae975e;
  border-bottom: 2px solid #ae975e;
  padding-bottom: 10px;
}
.single .single-page__archive {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  border-bottom: 1px solid #ae975e;
}
.single .single-page h2 {
  padding: 0 0.4em 0.2em;
  border-bottom: 2px solid #d6ca8f;
  background-color: #ffffff;
  color: #333333;
  font-size: 1.8rem;
  margin-bottom: 5px;
}
@media screen and (max-width: 992px) {
  .single .single-page h2 {
    font-size: 1.6rem;
  }
}
.single .single-page h3 {
  padding: 0.25em 0.5em; /*上下 左右の余白*/
  background: transparent; /*背景透明に*/
  border-left: solid 2px #a9ceec; /*左線*/
  font-size: 1.6rem;
  margin-bottom: 5px;
}
@media screen and (max-width: 992px) {
  .single .single-page h3 {
    font-size: 1.4rem;
  }
}
.single .sec2__img-wrap {
  max-width: 600px;
  margin: 0 auto 20px;
  text-align: center;
}
.single .sec2__arrow {
  margin: 50px auto 0;
  display: flex;
  justify-content: space-between;
}
.single .sec2__btn {
  text-align: center;
}/*# sourceMappingURL=other.css.map */