@charset "UTF-8";
/*#####       SETTING       #####*/
/*COLORS*/
/*FONT*/
/*################################# 
#########              共通設定   　　　　　　　　#########
################################# */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box; }

body {
  background: #fff;
  color: #181818;
  font-family: a-otf-ryumin-pr6n, "Noto Serif JP", serif;
  font-weight: 300;
  font-style: normal;
  line-height: 1.6em; }

p {
  line-height: 2em; }

.content_wrap {
  padding: 0 2%; }

* .no-margin {
  margin: 0 !important; }

.mt24 {
  margin-top: 24px; }

.mt36 {
  margin-top: 36px; }

.mt40 {
  margin-top: 40px; }

.mt48 {
  margin-top: 48px; }

.mt60 {
  margin-top: 60px; }

.small {
  font-size: .8em; }

.large {
  font-size: 1.2em; }

.link_gr {
  width: 90%;
  color: #074f2b;
  padding: 10px;
  background: #fff;
  border: 1px solid #074f2b;
  margin: 20px;
  max-width: 300px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  border-radius: 4px;
  font-family: a-otf-ryumin-pr6n, "Noto Serif JP", serif;
  font-size: 14px;
  font-weight: 300;
  line-height: 1.4em;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer; }

.link_gr:hover {
  background: #074f2b;
  color: #fff; }

.more_btn a {
  font-size: 14px;
  letter-spacing: 0.1em;
  color: #181818;
  font-weight: 400;
  display: block;
  position: relative;
  box-sizing: border-box;
  max-width: 180px;
  text-align: center;
  padding: 4px 16px 4px 0;
  margin: 24px;
  margin-inline: auto;
  text-decoration: none;
  cursor: pointer;
  transition: all 0.3s; }

.more_btn a::before {
  content: "";
  display: block;
  position: absolute;
  width: 180px;
  height: 1px;
  background: #181818;
  bottom: 0;
  transition: all 0.3s; }

.more_btn a::after {
  content: "";
  display: block;
  position: absolute;
  width: 30px;
  height: 1px;
  background: #181818;
  rotate: 40deg;
  right: -3px;
  bottom: 10px;
  transition: all 0.3s; }

.more_btn a:hover::after,
.more_btn a:hover::before {
  translate: 20px 0;
  transition: all 0.3s; }

.back_btn a {
  font-size: 14px;
  letter-spacing: 0.1em;
  color: #181818;
  font-weight: 400;
  display: block;
  position: relative;
  box-sizing: border-box;
  max-width: 180px;
  text-align: center;
  padding: 4px 0 4px 16px;
  /* 左右の余白を逆に */
  margin: 24px;
  margin-inline: auto;
  text-decoration: none;
  cursor: pointer;
  transition: all 0.3s; }

.back_btn a::before {
  content: "";
  display: block;
  position: absolute;
  width: 180px;
  height: 1px;
  background: #181818;
  bottom: 0;
  left: 0;
  /* 左基準に固定 */
  transition: all 0.3s; }

.back_btn a::after {
  content: "";
  display: block;
  position: absolute;
  width: 30px;
  height: 1px;
  background: #181818;
  rotate: -40deg;
  /* 角度を逆（左向き）に */
  left: -3px;
  /* 右配置から左配置に */
  bottom: 10px;
  transition: all 0.3s; }

.back_btn a:hover::after,
.back_btn a:hover::before {
  translate: -20px 0;
  /* 右ではなく左に動かす */
  transition: all 0.3s; }

.more_btn.btn_w a, .back_btn.btn_w a {
  color: #fff; }

.more_btn.btn_w a::after, .more_btn.btn_w a::before, .back_btn.btn_w a::after, .back_btn.btn_w a::before {
  background: #fff; }

/*###########  ヘッダー  ###########*/
header {
  width: 100%;
  background: #181818;
  color: #fff;
  padding: 4px 0; }

header .header_inner {
  max-width: 1400px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  flex-wrap: inherit;
  align-items: center;
  justify-content: space-between; }
  header .header_inner #header_logo {
    white-space: nowrap;
    padding: 1.5rem 0;
    width: 30%; }

header .header_inner #header_logo h1, header .header_inner #header_logo a {
  display: block;
  height: 48px; }

header .header_inner #header_logo h1 img, header .header_inner #header_logo a img {
  height: 100%;
  width: auto;
  margin: 0 auto;
  display: block; }

header.active {
  visibility: visible;
  opacity: 1;
  position: fixed;
  top: 0;
  background: rgba(0, 0, 0, 0.85);
  z-index: 9999999999; }

header.active #header_logo {
  display: block; }

/*###########  ナビ  ###########*/
.pc_navi {
  width: 70%;
  justify-content: flex-end;
  align-items: center; }

.pc_navi ul {
  height: 68px;
  display: flex;
  justify-content: flex-end;
  padding: 0 2.4rem;
  align-items: center; }
  .pc_navi ul li {
    padding: 0.2rem 0;
    display: block;
    margin: 0 12px; }
    .pc_navi ul li a {
      vertical-align: baseline;
      font-weight: 300;
      font-family: a-otf-ryumin-pr6n, "Noto Serif JP", serif;
      font-size: .85em;
      margin: 0;
      width: 100%;
      padding: 0;
      color: #fff;
      display: block;
      line-height: 1.3em; }
      .pc_navi ul li a i {
        font-family: trajan-pro-3, serif;
        font-weight: 400;
        font-style: normal;
        font-size: .9rem;
        padding: 0;
        letter-spacing: 1px;
        margin: 0 auto;
        display: block;
        text-align: center; }
      .pc_navi ul li a span {
        display: inline-block;
        text-align: center; }
      .pc_navi ul li a:hover {
        color: #c0ad92; }
  .pc_navi ul li.navi_btns a {
    color: #181818;
    margin: 0 auto;
    padding: 4px 1em 4px 0.75em;
    background: #c0ad92;
    border: 1px solid #c0ad92;
    display: block;
    border-radius: 1em;
    font-size: 1.1rem;
    font-weight: 600;
    line-height: 1.4em;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    position: relative; }
  .pc_navi ul li.navi_btns a:hover {
    background: #fff;
    color: #c0ad92; }
  .pc_navi ul li.navi_btns a:hover:after {
    content: '≫';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 2px;
    font-size: .6em; }

.navToggle {
  display: block;
  position: fixed;
  right: 3%;
  top: 0;
  width: 100px;
  height: 100px;
  padding: 1.5rem 0;
  cursor: pointer;
  z-index: 10000000;
  background: #181818;
  text-align: center; }
  .navToggle .bar_wrap {
    position: absolute;
    width: 40px;
    transition: all 0.25s ease-out;
    top: 30px;
    left: 30px;
    height: 20px; }
    .navToggle .bar_wrap span {
      display: block;
      position: absolute;
      width: 45px;
      border-bottom: solid 3px #fff;
      -webkit-transition: .35s ease-in-out;
      -moz-transition: .35s ease-in-out;
      transition: .35s ease-in-out;
      left: 50%;
      height: 4px;
      transform: translate(-50%, -50%); }
    .navToggle .bar_wrap span:nth-child(1) {
      top: 0; }
    .navToggle .bar_wrap span:nth-child(2) {
      top: 50%; }
    .navToggle .bar_wrap span:nth-child(3) {
      top: 100%; }
  .navToggle p {
    position: absolute;
    top: 58px;
    width: 40px;
    left: -3px;
    color: #fff;
    font-family: trajan-pro-3, serif; }

@media screen and (max-width: 768px) {
  header .header_inner {
    padding-right: 60px;
    height: 60px; }
    header .header_inner #header_logo {
      width: 80%;
      margin: 0 auto; }
      header .header_inner #header_logo a {
        height: 60px; }
        header .header_inner #header_logo a img {
          padding: 6px 0; } }

.navToggle {
  right: 0;
  top: 0;
  width: 64px;
  height: 64px; }
  .navToggle .bar_wrap {
    width: 20px;
    top: 18px;
    left: 17px;
    height: 10px; }
    .navToggle .bar_wrap span {
      width: 24px;
      height: 2px;
      border-bottom: solid 2px #fff; }
  .navToggle p {
    top: 10px;
    width: 20px;
    font-size: .7em;
    left: 14%; }

.navToggle.active {
  /* 2番目と3番目のspanを45度に */ }
  .navToggle.active span:nth-child(1) {
    top: 50%;
    -webkit-transform: translate(-50%, -50%) rotate(-45deg);
    -moz-transform: translate(-50%, -50%) rotate(-45deg);
    transform: translate(-50%, -50%) rotate(-45deg); }
  .navToggle.active span:nth-child(2), .navToggle.active span:nth-child(3) {
    top: 50%;
    -webkit-transform: translate(-50%, -50%) rotate(45deg);
    -moz-transform: translate(-50%, -50%) rotate(45deg);
    transform: translate(-50%, -50%) rotate(45deg); }

nav.globalMenuSp {
  position: fixed;
  overflow: auto;
  z-index: 1000000;
  top: 0;
  left: 0;
  color: #ab1500;
  text-align: center;
  transition: all 0.6s;
  transform: translateX(200%);
  width: 100%;
  height: 100%;
  display: table; }
  nav.globalMenuSp ul {
    background: rgba(0, 0, 0, 0.9);
    margin: 0 auto;
    padding: 0;
    width: 100%;
    display: table-cell;
    vertical-align: middle; }
    nav.globalMenuSp ul li {
      font-size: 1.2em;
      list-style-type: none;
      padding: 0;
      width: 100%;
      border-bottom: 1px dotted #f2e7d4; }
      nav.globalMenuSp ul li a {
        display: block;
        color: #f2e7d4;
        padding: 1em 0; }
        nav.globalMenuSp ul li a:hover {
          color: #6644b2; }
      nav.globalMenuSp ul li:last-child {
        padding-bottom: 0;
        border-bottom: none; }

nav.globalMenuSp.active {
  transform: translateX(0%); }

.scrolldown {
  position: absolute;
  bottom: 1%;
  right: 3%;
  animation: arrowmove 3s ease-in-out infinite;
  z-index: 10000000; }
  .scrolldown span {
    position: absolute;
    left: -20px;
    bottom: 5vh;
    color: #eee;
    font-size: 0.7rem;
    letter-spacing: 0.05em;
    -ms-writing-mode: tb-rl;
    -webkit-writing-mode: vertical-rl;
    writing-mode: vertical-rl; }
  .scrolldown:before {
    content: "";
    position: absolute;
    bottom: 0;
    right: -6px;
    width: 1px;
    height: 20px;
    background: #eee;
    transform: skewX(-31deg); }
  .scrolldown:after {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    width: 1px;
    height: 18vh;
    background: #eee; }

@keyframes arrowmove {
  0% {
    bottom: 1%; }
  50% {
    bottom: 3%; }
  100% {
    bottom: 1%; } }

#visual {
  background: #181818;
  width: 100%;
  max-width: 1800px;
  margin: 0 auto;
  height: 90vh;
  overflow: hidden; }

.visual {
  position: relative; }

.visual_panels {
  position: relative;
  width: 100%;
  max-width: 1800px; }
  .visual_panels img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    object-position: center bottom; }
  .visual_panels p {
    color: #fff;
    text-shadow: 2px 3px 3px rgba(0, 0, 0, 0.4);
    position: absolute;
    top: 30%;
    left: 8%;
    width: 80%;
    font-size: clamp(14px, 5vw, 48px);
    line-height: 1.4em; }
  .visual_panels p.visual_message_l {
    left: 8%;
    text-align: left; }
  .visual_panels p.visual_message_r {
    right: 8%;
    text-align: right; }

.info_banner {
  background: #181818;
  padding: 48px 0; }
  .info_banner h2 {
    color: #fff;
    font-size: clamp(14px, 1.5vw, 28px);
    margin: 0 auto 1em;
    line-height: 2.2em; }
  .info_banner p {
    color: #fff;
    font-size: clamp(12px, 1.36vw, 24px);
    margin: 0 auto 1em;
    line-height: 1.6em; }
  .info_banner .info_banner_area {
    display: flex;
    width: 100%;
    justify-content: flex-start;
    align-items: stretch; }
    .info_banner .info_banner_area a {
      padding: 1em 2em 1em 2.6em;
      margin: 0 1.2em 0 0;
      line-height: 1em;
      font-size: clamp(16px, 1.4vw, 30px);
      background: #fff;
      border-radius: 1.7em;
      font-weight: 700; }
    .info_banner .info_banner_area a:after {
      content: '≫';
      font-size: .8em;
      padding-left: 0.5em; }
    .info_banner .info_banner_area a.info_banner_apply {
      border: 2px solid #6644b2;
      color: #fff;
      background: #6644b2; }
      .info_banner .info_banner_area a.info_banner_apply:hover {
        color: #6644b2;
        background: #fff; }
    .info_banner .info_banner_area a.info_banner_request {
      border: 2px solid #074f2b;
      color: #fff;
      background: #074f2b; }
      .info_banner .info_banner_area a.info_banner_request:hover {
        color: #074f2b;
        background: #fff; }
    .info_banner .info_banner_area a.info_banner_line {
      border: 2px solid #06c755;
      color: #fff;
      padding: 1em 2em 1em 4em;
      background: no-repeat url(../images/icon/line.svg?1) #06c755;
      background-position: left 2em center;
      background-size: 1.6em auto; }
      .info_banner .info_banner_area a.info_banner_line:hover {
        color: #06c755;
        background: no-repeat url(../images/icon/line.svg?1) #fff;
        background-position: left 2em center;
        background-size: 1.6em auto; }

#footer_pre_area .info_banner {
  background: none; }

.request_btn_wrap {
  position: relative;
  min-height: 4em; }

a.request_btn {
  padding: 1em 2em 1em 2.6em;
  margin: 1.5em 1.2em 0 0;
  line-height: 1em;
  font-size: clamp(16px, 1.4vw, 30px);
  background: #fff;
  border-radius: 1.85em;
  font-weight: 700;
  border: 2px solid #c1272d;
  color: #fff;
  background: #c1272d;
  display: inline-block;
  text-align: center;
  position: absolute;
  left: 50%;
  transform: translateX(-50%); }
  a.request_btn:hover {
    color: #c1272d;
    background: #fff; }

main {
  min-height: 100vh; }

h2 {
  font-size: clamp(1.3rem, calc(1.1vw + 1.3rem), 2rem);
  font-weight: 500;
  line-height: 2.2em; }

h3 {
  font-size: clamp(1.1rem, calc(1vw + 1rem), 1.4rem);
  font-weight: 400;
  line-height: 2em; }

h4 {
  font-size: 1.1em;
  font-weight: 400; }

.page-content {
  padding: 60px 0; }

.bg-green {
  background: rgba(7, 79, 43, 0.4);
  color: #fff; }

.bg-be {
  background: #f2e7d4; }

.bg-sumire {
  background: rgba(102, 68, 178, 0.2); }

span.tokuten {
  background: #ce0b0b;
  color: #fff;
  padding: 4px 8px;
  display: inline-block;
  border-radius: 3px;
  font-size: 1.2em; }

.content_head {
  position: relative; }

.content_head.about_index::after {
  position: absolute;
  left: -12px;
  bottom: 0;
  content: 'Discover\A　School';
  white-space: pre;
  font-size: 8em;
  color: rgba(255, 255, 255, 0.3);
  font-family: "mrlackboughs-pro", sans-serif;
  font-weight: 400;
  font-style: normal;
  line-height: 1em;
  overflow: visible; }

.content_head.biyoh_index::after {
  position: absolute;
  left: -12px;
  bottom: 0;
  content: 'Biyoh\A Method';
  white-space: pre;
  font-size: 8em;
  color: rgba(210, 214, 243, 0.3);
  font-family: "mrlackboughs-pro", sans-serif;
  font-weight: 400;
  font-style: normal;
  line-height: 1em;
  overflow: visible; }

.content_head.sri_index::after {
  position: absolute;
  left: 12px;
  bottom: 0;
  content: 'Srilankan\A Ayuveda';
  white-space: pre;
  font-size: 8em;
  color: rgba(210, 214, 243, 0.3);
  font-family: "mrlackboughs-pro", sans-serif;
  font-weight: 400;
  font-style: normal;
  line-height: 1em;
  overflow: visible; }

.content_head.jslas-online_index::after {
  position: absolute;
  left: 12px;
  bottom: 0;
  content: 'Online for\A Beginner';
  white-space: pre;
  font-size: 8em;
  color: rgba(210, 214, 243, 0.3);
  font-family: "mrlackboughs-pro", sans-serif;
  font-weight: 400;
  font-style: normal;
  line-height: 1em;
  overflow: visible; }

.head_title {
  position: absolute;
  width: 100%;
  top: 0;
  background: rgba(24, 24, 24, 0.6); }

.head_title.srilankan {
  background: rgba(24, 24, 24, 0.3); }

.head_title.biyho {
  background: rgba(24, 24, 24, 0.3); }

.head_title .head_title_inner {
  width: 100%;
  max-width: 1140px;
  margin: 0 auto; }

.head_title .head_title_inner h1 {
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  font-size: clamp(1.2rem, calc(1vw + 1.1rem), 2rem);
  margin: 0.4em;
  color: #f2e8d5;
  color: #fff; }

.head_title .head_title_inner h1::before {
  content: '― '; }

.content_head img {
  max-width: none;
  width: 100%; }

.content_head .content_head_title_wrap {
  position: absolute;
  width: 100%;
  height: auto;
  max-width: 1140px;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1000000; }

.content_head .content_head_title_wrap h2 {
  color: #fff;
  font-family: a-otf-ryumin-pr6n, serif;
  font-weight: 300;
  background: none;
  padding: 1em;
  text-align: right;
  font-size: clamp(1.1rem, calc(1vw + 1.1rem), 2rem);
  line-height: 1.4em; }

.content_head .content_head_title_wrap_left {
  position: absolute;
  width: 100%;
  height: auto;
  max-width: 1140px;
  top: 3%;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1000; }

.content_head .content_head_title_wrap_left h2 {
  color: #fff;
  background: none;
  padding: 1em;
  text-align: left;
  line-height: 1.4em; }

.content_head .content_head_title_wrap_left_bottom {
  position: absolute;
  width: 100%;
  height: auto;
  max-width: 1140px;
  bottom: 3%;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1000; }

.content_head .content_head_title_wrap_left_bottom h2 {
  color: #fff;
  background: none;
  padding: 1em;
  text-align: left;
  text-shadow: -3px 3px 4px rgba(0, 0, 0, 0.56);
  line-height: 1.4em; }

@media screen and (max-width: 768px) {
  .content_head .content_head_title_wrap h2 {
    padding: 1em 1em 0.25em; } }

p {
  margin-top: 24px; }

#about p {
  margin-top: 36px; }

#intro, #thought {
  padding: 60px 0; }

#operated h3 {
  border-bottom: 1px solid #181818; }

#operated h3.no_border {
  border: none; }

#operated a {
  color: #181818; }

#operated p {
  margin: 0.3em 0 24px; }

h2.deco, h2.deco2 {
  position: relative;
  z-index: 10; }

h2.deco::after, h2.deco2::after {
  position: absolute;
  left: -12px;
  top: 0px;
  white-space: pre;
  font-size: clamp(20px, 18vw, 100px);
  font-family: "mrlackboughs-pro", sans-serif;
  font-weight: 400;
  font-style: normal;
  line-height: 1em;
  z-index: -1; }

.info_banner h2.deco::after {
  top: -8px; }

.info_banner h2.deco::after {
  content: 'Dive in!';
  color: rgba(255, 255, 255, 0.2); }

#intro h2.deco::after {
  content: 'Story';
  color: rgba(255, 255, 255, 0.2); }

#course h2.deco::after {
  content: 'Plan';
  color: rgba(24, 24, 24, 0.1); }

#support h2.deco::after {
  content: 'Follow Up';
  color: rgba(24, 24, 24, 0.1); }

#greeting h2.deco::after {
  content: 'Greeting';
  color: rgba(192, 173, 146, 0.2); }

#introduction h2.deco::after {
  content: 'Introduction';
  color: rgba(192, 173, 146, 0.2); }

#thought h2.deco::after {
  content: 'Thought';
  color: rgba(255, 255, 255, 0.2); }

#srilanka h2.deco::after {
  content: 'Relationship';
  color: rgba(192, 173, 146, 0.2); }

#about_data h2.deco::after {
  content: 'School in numbers';
  color: rgba(192, 173, 146, 0.2); }

#features h2.deco::after {
  content: 'Features';
  color: rgba(192, 173, 146, 0.2); }

#message h2.deco::after {
  content: 'Message';
  color: rgba(192, 173, 146, 0.2); }

#history h2.deco::after {
  content: 'History';
  color: rgba(255, 255, 255, 0.2); }

#company h2.deco::after {
  content: 'Operated by';
  color: rgba(192, 173, 146, 0.2); }

#experience_intro h2.deco::after {
  content: 'Try Ayurveda';
  color: rgba(192, 173, 146, 0.2); }

@media screen and (max-width: 768px) {
  #experience_intro h2.deco::after {
    content: 'Try \A Ayurveda';
    color: rgba(192, 173, 146, 0.2); } }

#experience_menu h2.deco::after {
  content: 'Trial Menu';
  color: rgba(255, 255, 255, 0.2); }

#experience_salon h2.deco::after {
  content: 'Salon';
  color: rgba(192, 173, 146, 0.2); }

#knowledge_intro h2.deco::after {
  content: 'How to…';
  color: rgba(192, 173, 146, 0.2); }

#knowledge_sri h2.deco::after {
  content: 'SriLanka';
  color: rgba(255, 255, 255, 0.6);
  z-index: -1; }

#knowledge_basics h2.deco::after {
  content: 'Philosophy';
  color: rgba(255, 255, 255, 0.2);
  z-index: -1; }

#knowledge_triguna h2.deco::after {
  content: 'Tri-Guna';
  color: rgba(192, 173, 146, 0.2); }

#knowledge_tissue h2.deco::after {
  content: 'Tissue';
  color: rgba(255, 255, 255, 0.2); }

#knowledge_waste h2.deco::after {
  content: 'Waste';
  color: rgba(255, 255, 255, 0.6); }

#knowledge_learn h2.deco::after {
  content: 'School';
  color: rgba(192, 173, 146, 0.2); }

#school_intro h2.deco::after {
  content: 'About our School';
  color: rgba(192, 173, 146, 0.2); }

#school_future h2.deco::after {
  content: 'Live your\A Dream';
  color: rgba(192, 173, 146, 0.2); }

@media screen and (max-width: 768px) {
  #school_future h2.deco::after {
    content: 'Live\A your\A Dream'; } }

#school_ayuveda h2.deco::after {
  content: 'SriLankan\A Ayuveda';
  color: rgba(255, 255, 255, 0.1); }

#school_features h2.deco::after {
  content: 'Features';
  color: rgba(192, 173, 146, 0.2); }

#learning_sri h2.deco::after {
  content: 'SriLankan\A Curriculum';
  color: rgba(255, 255, 255, 0.1); }

#school_sri_course h2.deco::after {
  content: 'Academic\A Plan';
  color: rgba(7, 79, 43, 0.1);
  z-index: -10 !important; }

#school_biyoh h2.deco::after {
  content: 'Japanese\A Ayuveda';
  color: rgba(102, 68, 178, 0.15); }

#school_biyoh_course h2.deco::after {
  content: 'Biyoh\A Curriculum';
  color: rgba(102, 68, 178, 0.2); }

#biyoh_intro h2.deco::after {
  content: 'How to...';
  color: rgba(255, 255, 255, 0.8); }

#biyoh_intro2 h2.deco::after {
  content: 'Biyoh';
  color: rgba(102, 68, 178, 0.2); }

#biyoh_intro3 h2.deco::after {
  content: 'Fundamental';
  color: rgba(102, 68, 178, 0.2); }

#biyoh_intro2 h2.deco::after {
  content: 'Treatment';
  color: rgba(102, 68, 178, 0.2); }

#biyoh_course_more h2.deco.elementary::after {
  content: 'Elementary';
  color: rgba(102, 68, 178, 0.2); }

#biyoh_course_more h2.deco.intermediate::after {
  content: 'Intermediate';
  color: rgba(102, 68, 178, 0.2); }

#ayu_course h2.deco::after {
  content: 'Course';
  color: rgba(7, 79, 43, 0.1); }

#ayu_curriculum h2.deco::after {
  content: 'Curriculum';
  color: rgba(255, 255, 255, 0.2); }

#biyoh_course h2.deco::after {
  content: 'Course';
  color: rgba(255, 255, 255, 0.4); }

#biyoh_course2 h2.deco::after {
  content: 'Course';
  color: rgba(210, 214, 243, 0.4); }

#sri_index h2.deco::after {
  content: 'Srilankan\A Ayuveda';
  color: rgba(255, 255, 255, 0.2); }

#sri_ayu h2.deco::after {
  content: 'Traditional\A Techniques';
  color: rgba(255, 255, 255, 0.2); }

#sri_online h2.deco::after {
  content: 'for Beginner';
  color: rgba(255, 255, 255, 0.2); }

#course_flow h2.deco::after {
  content: 'Flow';
  color: rgba(255, 255, 255, 0.4); }

#course_after h2.deco::after {
  content: 'Prospect';
  color: rgba(7, 79, 43, 0.1); }

#school_access h2.deco::after {
  content: 'Access';
  color: rgba(255, 255, 255, 0.3); }

.school_contact h2.deco::after {
  content: 'Contact Us';
  color: rgba(7, 79, 43, 0.1); }

.voice_archive h2.deco::after {
  content: 'Voice';
  color: rgba(24, 24, 24, 0.1); }

#index_news_bt h2.deco::after {
  content: 'Infomation';
  color: rgba(24, 24, 24, 0.1); }

#faq h2.deco::after {
  content: 'FAQ';
  color: rgba(24, 24, 24, 0.1); }

.page-id-12 p {
  line-height: 2em; }

.overlay_wrap {
  position: relative;
  max-width: 2480px;
  margin: 0 auto; }

.overlay_img {
  width: 68%;
  position: relative; }

.overlay_img_s {
  width: 58%;
  position: relative; }

.overlay_img_r {
  margin-left: 32%; }

.overlay_img_rs {
  margin-left: 42%; }

.overlay_text_wrap {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 50%;
  width: 55%;
  max-width: 600px;
  background: rgba(255, 255, 255, 0.6);
  padding: 3%; }

.overlay_text_wrap_s {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 50%;
  width: 50%;
  max-width: 600px;
  background: none;
  padding: 0; }

.overlay_text_wrap_s p {
  margin: 8px 0 0;
  line-height: 1.2em; }

.overlay_wrap .overlay_text p {
  font-size: 1.2em; }

.overlay_text_r {
  left: 0; }

@media screen and (max-width: 980px) {
  .overlay_text_wrap {
    position: relative;
    width: 84%;
    margin: 24px 0 60px auto;
    padding: 1% 1% calc(1% + 24px);
    top: 0;
    transform: translateY(0%);
    left: 0; }
  .overlay_img {
    width: 84%; }
  .overlay_img_r {
    margin-left: 16% !important; }
  .overlay_text_r {
    margin: 24px auto 60px 0 !important; }
  .overlay_text_wrap {
    padding: 6%; }
  .overlay_wrap .overlay_text p {
    font-size: 16px; } }

.prof_biyoh {
  border-radius: 50%;
  overflow: hidden; }

.prof_biyoh img {
  border-radius: 50%; }

ul.news_list li {
  border-bottom: 1px dotted #ccc;
  padding: 0.4em 0.5em; }

ul.news_list a {
  color: #181818; }

ul.news_list a:hover {
  color: #ccc; }

ul.news_list li span.date {
  display: inline-block;
  width: 7em; }

ul.news_list li span.post_cat {
  margin: 0 0.5em;
  padding: 4px 6px;
  background: #181818;
  color: #fff;
  border-radius: 2px;
  display: inline-block;
  width: 5em;
  text-align: center;
  font-size: .9em;
  line-height: 1em; }

ul.news_list li span.news {
  background: #ee4482; }

ul.news_list li span.trial {
  background: #074f2b; }

ul.news_list li span.consultation {
  background: #c0ad92; }

#single_post_header {
  margin: 40px 0 20px;
  padding-bottom: 20px; }

#single_post_header h1 {
  font-size: clamp(1.3rem, calc(1.1vw + 1.3rem), 2rem);
  border-bottom: 1px dotted #242424;
  line-height: 2em; }

#single_post_header .date {
  text-align: right;
  line-height: 1em;
  margin: 12px 0; }

#school_intro {
  margin: 60px 0 0;
  position: relative; }
  #school_intro:after {
    content: '';
    width: 58%;
    height: 100%;
    top: 0;
    bottom: 0;
    left: 42%;
    right: 0;
    position: absolute;
    z-index: -1;
    background: url(../images/bg/school_intro.webp) no-repeat;
    background-size: cover; }
  #school_intro h2, #school_intro p {
    text-shadow: 1px 1px 3px #fff, -1px 1px 3px #fff, 1px -1px 3px #fff, -1px -1px 3px #fff; }
  #school_intro h2:after {
    text-shadow: none !important; }

@media screen and (max-width: 768px) {
  #school_intro:after {
    content: '';
    width: 0;
    height: 0;
    top: 0;
    bottom: 0;
    left: 40%;
    right: 0;
    position: absolute;
    z-index: -1;
    background: none; } }

#knowledge_intro {
  margin: 60px 0 0;
  position: relative; }
  #knowledge_intro:after {
    content: '';
    width: 58%;
    height: 100%;
    top: 0;
    bottom: 0;
    left: 0;
    right: 58%;
    position: absolute;
    z-index: -1;
    background: url(../images/bg/knowledge_intro.webp) no-repeat;
    background-size: cover; }
  #knowledge_intro h2, #knowledge_intro p {
    text-shadow: 1px 1px 3px #fff, -1px 1px 3px #fff, 1px -1px 3px #fff, -1px -1px 3px #fff; }
  #knowledge_intro h2:after {
    text-shadow: none !important; }

#about_intro {
  margin: 0;
  position: relative; }
  #about_intro:after {
    content: '';
    width: 58%;
    height: 100%;
    top: 0;
    bottom: 0;
    left: 42%;
    right: 0;
    position: absolute;
    z-index: -1;
    background: url(../images/slider/ayuveda8.webp) no-repeat;
    background-size: cover; }
  #about_intro h2, #about_intro p {
    text-shadow: 1px 1px 3px #fff, -1px 1px 3px #fff, 1px -1px 3px #fff, -1px -1px 3px #fff;
    color: #181818; }
  #about_intro h2:after {
    text-shadow: none !important; }

@media screen and (max-width: 768px) {
  #about_intro:after {
    content: '';
    width: 0;
    height: 0;
    top: 0;
    bottom: 0;
    left: 40%;
    right: 0;
    position: absolute;
    z-index: -1;
    background: none; } }

.font_en {
  font-family: "mrlackboughs-pro", sans-serif;
  font-size: clamp(1.3rem, calc(1.1vw + 1.3rem), 2rem);
  line-height: 1em; }

.chronologys {
  height: 100%;
  border: 1px solid #074f2b;
  border-top: 8px solid #074f2b;
  background: #f2e7d4;
  padding: 14px;
  margin-bottom: 24px; }
  .chronologys time {
    font-size: clamp(1.25rem, calc(1.1vw + 1.25rem), 1.9rem);
    color: #074f2b;
    font-family: "Noto Sans JP", "游ゴシック", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro W3", "メイリオ", "Meiryo", Verdana, sans-serif;
    font-weight: 500;
    padding: 12px 0; }
  .chronologys h4, .chronologys p {
    padding: 8px 0; }
  .chronologys h4 {
    color: #074f2b;
    border-bottom: 1px dotted #074f2b; }
  .chronologys p {
    line-height: 1.2em;
    margin: 0;
    font-size: 0.8em; }

#actualresults_wrap {
  margin: 36px 0;
  background: #f2e7d4;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: repeat(2, 1fr);
  grid-column-gap: 0px;
  grid-row-gap: 0px; }
  #actualresults_wrap .data_wrap {
    display: flex;
    position: relative;
    padding: 32px 0 16px; }
    #actualresults_wrap .data_wrap h4 {
      position: absolute;
      top: .6em;
      left: 1em;
      font-size: 1rem;
      background: #074f2b;
      color: #fff;
      display: inline-block;
      padding: 0.2em 0.4em;
      margin: 0 auto;
      text-align: center; }
      #actualresults_wrap .data_wrap h4:before {
        content: none; }
    #actualresults_wrap .data_wrap .data_title {
      width: 120px;
      padding: 12px; }
      #actualresults_wrap .data_wrap .data_title img {
        width: 80px;
        display: block;
        margin: 8px auto 0; }
    #actualresults_wrap .data_wrap .data_value {
      width: calc(100% - 120px);
      padding: 8px 12px; }
      #actualresults_wrap .data_wrap .data_value p {
        font-size: clamp(2rem, calc(2vw + 2.4rem), 3.8rem);
        line-height: 1em;
        vertical-align: bottom;
        margin: 0;
        font-weight: 700;
        text-align: right;
        margin-top: 24px;
        color: #074f2b; }
        #actualresults_wrap .data_wrap .data_value p span.unit {
          font-size: .45em;
          line-height: 1em;
          vertical-align: bottom; }
        #actualresults_wrap .data_wrap .data_value p span.unit_vt {
          font-size: .4em;
          line-height: 1em;
          vertical-align: bottom;
          writing-mode: vertical-lr;
          margin: 0 6px; }
      #actualresults_wrap .data_wrap .data_value p.sub {
        font-size: 1em;
        line-height: 1.3em;
        text-align: right;
        margin-top: 2px; }
  #actualresults_wrap .operational {
    grid-area: 1 / 1 / 2 / 2;
    border-bottom: 1px solid #074f2b; }
  #actualresults_wrap .base {
    grid-area: 1 / 2 / 2 / 3;
    border-left: 1px solid #074f2b;
    border-bottom: 1px solid #074f2b; }
  #actualresults_wrap .student {
    grid-area: 1 / 3 / 2 / 4;
    border-left: 1px solid #074f2b;
    border-bottom: 1px solid #074f2b; }
  #actualresults_wrap .graduate {
    grid-area: 1 / 4 / 2 / 5;
    border-left: 1px solid #074f2b;
    border-bottom: 1px solid #074f2b; }
  #actualresults_wrap .start {
    grid-area: 2 / 1 / 3 / 2; }
  #actualresults_wrap .instructor {
    grid-area: 2 / 2 / 3 / 3;
    border-left: 1px solid #074f2b; }
  #actualresults_wrap .inexperienced {
    grid-area: 2 / 3 / 3 / 4;
    border-left: 1px solid #074f2b; }
  #actualresults_wrap .balancing {
    grid-area: 2 / 4 / 3 / 5;
    border-left: 1px solid #074f2b; }

@media screen and (max-width: 998px) {
  #actualresults_wrap {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(4, 1fr);
    grid-column-gap: 0px;
    grid-row-gap: 0px; }
    #actualresults_wrap .operational {
      grid-area: 1 / 1 / 2 / 2;
      border-bottom: 1px solid #074f2b; }
    #actualresults_wrap .base {
      grid-area: 1 / 2 / 2 / 3;
      border-left: 1px solid #074f2b;
      border-bottom: 1px solid #074f2b; }
    #actualresults_wrap .student {
      grid-area: 2 / 1 / 3 / 2;
      border-bottom: 1px solid #074f2b;
      border-left: none; }
    #actualresults_wrap .graduate {
      grid-area: 2 / 2 / 3 / 3;
      border-left: 1px solid #074f2b;
      border-bottom: 1px solid #074f2b; }
    #actualresults_wrap .start {
      grid-area: 3 / 1 / 4 / 2;
      border-bottom: 1px solid #074f2b; }
    #actualresults_wrap .instructor {
      grid-area: 3 / 2 / 4 / 3;
      border-left: 1px solid #074f2b;
      border-bottom: 1px solid #074f2b; }
    #actualresults_wrap .inexperienced {
      grid-area: 4 / 1 / 5 / 2;
      border-left: none; }
    #actualresults_wrap .balancing {
      grid-area: 4 / 2 / 5 / 3;
      border-left: 1px solid #074f2b; } }

#index_knowledge .overlay_wrap .overlay_text_wrap {
  background: rgba(255, 255, 255, 0.5); }

#index_knowledge .overlay_wrap .overlay_text::before {
  content: 'Discover';
  font-size: clamp(20px, 16vw, 100px);
  font-family: "mrlackboughs-pro", sans-serif;
  font-weight: 400;
  font-style: normal;
  line-height: 1em;
  color: rgba(255, 255, 255, 0.6);
  text-shadow: 1px 1px 2px rgba(24, 24, 24, 0.2);
  top: -83px;
  left: 0;
  position: absolute; }

#index_school .overlay_wrap .overlay_text p {
  color: #181818; }

#index_school .overlay_wrap .overlay_text::before {
  content: 'Master';
  font-size: clamp(20px, 16vw, 100px);
  font-family: "mrlackboughs-pro", sans-serif;
  font-weight: 400;
  font-style: normal;
  line-height: 1em;
  color: rgba(255, 255, 255, 0.6);
  text-shadow: 1px 1px 2px rgba(24, 24, 24, 0.2);
  top: -83px;
  right: 0;
  position: absolute; }

#experience_salon h3 {
  margin: 24px 0 12px;
  font-size: 1.2em;
  line-height: 1.4em;
  padding-left: 30px;
  background: url(../images/lily_g.svg) no-repeat;
  background-size: 28px auto;
  background-position: left center;
  font-family: a-otf-ryumin-pr6n, serif;
  font-weight: 300;
  color: #074f2b;
  border-bottom: 1px solid #074f2b; }

#knowledge_sri .page-content {
  position: relative; }

#knowledge_sri #sri_img {
  position: absolute;
  top: -40px;
  max-width: 300px; }

#school_future {
  background: url(../images/bg/therapist_bg2.webp) no-repeat;
  background-size: cover;
  background-position: right top;
  color: #fff; }

@media screen and (max-width: 768px) {
  #school_future {
    background: url(../images/bg/therapist_img2.webp) no-repeat #c0ad92;
    background-size: cover;
    background-position: right top;
    color: #fff; } }

#school_curriculum_sri img {
  z-index: 100000; }

#school_access .underline {
  border-bottom: 1px dashed #c0ad92;
  padding-bottom: 24px; }

#course .course_list {
  padding-bottom: 24px; }
  #course .course_list h3 {
    text-align: center;
    margin-left: 0;
    margin-right: 0;
    padding: 0 8px 0; }
  #course .course_list h4 {
    text-align: center;
    margin: 2em 1em 1em;
    font-size: 1rem; }
  #course .course_list dl {
    font-size: .8rem;
    margin: 1em; }
    #course .course_list dl dt {
      color: #fff;
      padding: 0 4px;
      display: inline-block;
      margin: 0; }
    #course .course_list dl dd {
      margin-bottom: 1em;
      padding-top: .5em; }
  #course .course_list p {
    font-size: .9em;
    margin-right: 1em;
    margin-left: 1em; }

#course .online_c {
  border: 2px solid rgba(7, 79, 43, 0.6);
  height: 100%; }
  #course .online_c h3 {
    background: rgba(7, 79, 43, 0.6);
    color: #fff;
    position: relative; }
    #course .online_c h3:after {
      content: "";
      position: absolute;
      width: 0;
      height: 0;
      bottom: -10px;
      left: 50%;
      transform: translateX(-50%);
      border-style: solid;
      border-color: rgba(7, 79, 43, 0.6) transparent transparent transparent;
      border-width: 10px 50px 0 50px;
      z-index: 1; }
  #course .online_c h4 {
    color: rgba(7, 79, 43, 0.6); }
  #course .online_c dl dt {
    background: rgba(7, 79, 43, 0.6); }
  #course .online_c dl dd {
    border-top: 1px solid rgba(7, 79, 43, 0.6); }

#course .basic_c {
  border: 2px solid #074f2b;
  height: 100%; }
  #course .basic_c h3 {
    background: #074f2b;
    color: #fff;
    position: relative; }
    #course .basic_c h3:after {
      content: "";
      position: absolute;
      width: 0;
      height: 0;
      bottom: -10px;
      left: 50%;
      transform: translateX(-50%);
      border-style: solid;
      border-color: #074f2b transparent transparent transparent;
      border-width: 10px 50px 0 50px;
      z-index: 1; }
  #course .basic_c h4 {
    color: #074f2b; }
  #course .basic_c dl dt {
    background: #074f2b; }
  #course .basic_c dl dd {
    border-top: 1px solid #074f2b; }

#course .main_c {
  border: 2px solid #c0ad92;
  height: 100%; }
  #course .main_c h3 {
    background: #c0ad92;
    color: #fff;
    position: relative; }
    #course .main_c h3:after {
      content: "";
      position: absolute;
      width: 0;
      height: 0;
      bottom: -10px;
      left: 50%;
      transform: translateX(-50%);
      border-style: solid;
      border-color: #c0ad92 transparent transparent transparent;
      border-width: 10px 50px 0 50px;
      z-index: 1; }
  #course .main_c h4 {
    color: #c0ad92; }
  #course .main_c dl dt {
    background: #c0ad92; }
  #course .main_c dl dd {
    border-top: 1px solid #c0ad92; }

#course .pro_c {
  border: 2px solid #6644b2;
  height: 100%; }
  #course .pro_c h3 {
    background: #6644b2;
    color: #fff;
    position: relative; }
    #course .pro_c h3:after {
      content: "";
      position: absolute;
      width: 0;
      height: 0;
      bottom: -10px;
      left: 50%;
      transform: translateX(-50%);
      border-style: solid;
      border-color: #6644b2 transparent transparent transparent;
      border-width: 10px 50px 0 50px;
      z-index: 1; }
  #course .pro_c h4 {
    color: #6644b2; }
  #course .pro_c dl dt {
    background: #6644b2; }
  #course .pro_c dl dd {
    border-top: 1px solid #6644b2; }

#support i img {
  display: block;
  margin: 0 auto;
  padding: 0 10%; }

#support h3 {
  color: #074f2b;
  text-align: center; }

/*###########  フォーム  ###########*/
.mw_wp_form .info {
  max-width: 980px;
  margin: 6% auto 48px;
  line-height: 1.6em; }

.mw_wp_form .info p {
  padding: 12px 3%; }

.mw_wp_form h2 {
  text-align: center;
  margin: 12px 0;
  font-size: 1.4em;
  color: #55698a;
  padding: 8px 5%; }

.mw_wp_form p {
  margin: 8px 0; }

.mw_wp_form p.ta_center {
  max-width: 980px;
  margin: 12px auto;
  line-height: 1.6em;
  text-align: center;
  padding: 0 2%; }

.mw_wp_form dl {
  margin: 24px auto 0;
  clear: both;
  border-top: 1px dotted #ccc;
  width: 98%; }

.mw_wp_form dl dt span {
  color: #fff;
  background: #c21820;
  padding: 0 0.4em;
  border-radius: 6px;
  margin: 0px 0px 0px 8px;
  display: inline-block;
  float: right;
  font-size: .9em; }

@media screen and (max-width: 980px) {
  .mw_wp_form dl {
    width: 98%; } }

.mw_wp_form dl dt, .mw_wp_form dl dd {
  padding: 24px 0; }

.mw_wp_form dl dt {
  width: 23%;
  padding-left: 2%;
  float: left; }

.mw_wp_form dl dd {
  width: 73%;
  float: right; }

@media screen and (max-width: 640px) {
  .mw_wp_form dl {
    margin: 16px 0;
    width: 98%; }
  .mw_wp_formdl dt, .mw_wp_form dl dd {
    padding: 8px 0; }
  .mw_wp_form dl dt {
    width: 90%;
    float: none;
    margin: 0 auto; }
  .mw_wp_form dl dd {
    width: 90%;
    float: none;
    margin: 0 auto; }
  .mw_wp_form dl dt span {
    float: none;
    margin-left: 24px; } }

.mw_wp_form input[type=text], .mw_wp_form textarea {
  width: 90%; }

.mw_wp_form input[type=submit] {
  display: inline-block;
  border-radius: 8px;
  font-size: 16pt;
  text-align: center;
  cursor: pointer;
  padding: 0.5em 2em;
  background: #074f2b;
  color: #fff;
  line-height: 1em;
  transition: .3s;
  border: 1px solid #074f2b; }

.mw_wp_form input[type=submit]:active {
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.2); }

.mw_wp_form input[type=submit]:hover {
  background: #fff;
  color: #181818;
  border: 1px solid #181818; }

.mw_wp_form div.submit {
  position: relative;
  overflow: hidden;
  margin: 24px 0 48px;
  clear: both; }

.mw_wp_form div.submit div.submit_inner {
  position: relative;
  left: 50%;
  float: left; }

.mw_wp_form div.submit div.submit_inner input {
  display: block;
  float: left;
  position: relative;
  left: -50%;
  margin: 12px; }

.mw_wp_form_confirm .input-show {
  display: none; }

.mw_wp_form #send {
  padding: 48px 2%; }

.mw_wp_form #send p {
  text-align: center; }

.timeline {
  position: relative;
  margin: 4em auto;
  padding-bottom: 2em; }

.timeline .timeline_item {
  margin: 0px 0px 0px 80px; }

.timeline .timeline_item .time_date {
  position: relative; }

.timeline .timeline_item .time_date .time {
  font-family: trajan-pro-3, serif;
  font-weight: 400;
  font-size: 4em;
  font-weight: bold;
  position: relative;
  margin: 0;
  letter-spacing: 3px;
  color: rgba(15, 35, 74, 0.1); }

.timeline .timeline_item .time_date .flag {
  font-size: 1.7em;
  font-weight: bold;
  font-family: a-otf-ryumin-pr6n, serif;
  margin: 0;
  top: 58px;
  left: 24px;
  color: #074f2b;
  position: absolute;
  line-height: 1.6em; }

.timeline .timeline_item .subtitle {
  font-size: 1.2em;
  line-height: 1.4em;
  margin-top: 10px;
  margin-left: 24px;
  padding-left: 30px;
  background: url(../images/lily_g.svg) no-repeat;
  background-size: 28px auto;
  background-position: left center;
  font-family: a-otf-ryumin-pr6n, serif;
  font-weight: 300; }

.timeline .timeline_item .desc {
  font-size: 0.8em;
  margin-top: 4px;
  padding-left: 30px;
  line-height: 1.6em; }

.timeline:before {
  position: absolute;
  top: 0px;
  left: 45px;
  width: 2px;
  height: 100%;
  content: '';
  background: #d2a213; }

@media only screen and (max-width: 767px) {
  .timeline:before {
    left: 15px; }
  .timeline .timeline_item .time_date .time:before {
    left: -32px; }
  .timeline .timeline_item {
    margin: 0px 0px 0px 40px; }
  /*
  .timeline .timeline_item .subtitle, .timeline .timeline_item .desc {
    padding-left: 0px;
    border-left: none; }*/ }

.menu_list {
  position: relative;
  overflow: hidden;
  margin: 0 0 24px; }

.menu_list ul {
  position: relative;
  left: 50%;
  float: left; }

.menu_list ul li {
  float: left;
  position: relative;
  left: -50%; }

.school_genre {
  position: relative;
  overflow: hidden;
  margin: 12px 0; }

#voice_title h3.title_sub {
  font-size: clamp(1.2em, 2.6vw, 18px); }
  #voice_title h3.title_sub span {
    font-size: clamp(1.6em, 3.2vw, 22px);
    font-weight: bold;
    margin: 0 0.4em; }

.voice_archive {
  margin-top: 80px; }
  .voice_archive a.voice_box {
    color: #181818;
    display: block;
    padding: 8px; }
    .voice_archive a.voice_box:hover {
      background: #fff; }
    .voice_archive a.voice_box .voice_content {
      position: relative; }
      .voice_archive a.voice_box .voice_content ul.voice_genre {
        display: flex;
        align-items: flex-end; }
        .voice_archive a.voice_box .voice_content ul.voice_genre li {
          background: #181818;
          color: #fff;
          margin: 4px 0 0 4px;
          padding: 2px 4px;
          font-size: 12px;
          line-height: 1.4em; }
          .voice_archive a.voice_box .voice_content ul.voice_genre li.srilanka {
            background: #074f2b; }
          .voice_archive a.voice_box .voice_content ul.voice_genre li.biyoh {
            background: #6644b2; }
      .voice_archive a.voice_box .voice_content h3 {
        color: #181818;
        line-height: 1.2em;
        font-size: clamp(1.2em, 2.6vw, 18px);
        padding: 4px 12px;
        margin: 8px 0 0; }
        .voice_archive a.voice_box .voice_content h3 span.prof {
          font-size: clamp(0.7em, 1.6vw, 12px);
          display: inline-block;
          margin-left: 1em; }
      .voice_archive a.voice_box .voice_content h4 {
        color: #181818;
        font-size: clamp(1em, 2vw, 16px);
        margin-top: .8em;
        line-height: 1.8em; }

.voice_archive .article-box a {
  color: #181818; }

.voice_archive .article-box .article-img {
  position: relative;
  padding-left: 180px;
  background: #fff; }

.voice_archive .article-box ul.voice_genre {
  position: absolute;
  top: 4px;
  right: 0;
  display: flex;
  align-items: flex-end; }

.voice_archive .article-box ul.voice_genre li {
  background: #181818;
  color: #fff;
  margin: 4px 0 0 4px;
  padding: 2px 4px;
  font-size: 12px; }

.voice_archive .article-box ul.voice_genre li.srilanka {
  background: #074f2b; }

.voice_archive .article-box ul.voice_genre li.biyoh {
  background: #6644b2; }

.voice_archive .article-box .subtitle {
  position: absolute;
  bottom: 6%;
  left: 0;
  right: 0; }

.voice_archive .article-box .subtitle h3 {
  color: #fff;
  line-height: 1.4em;
  font-size: clamp(0.9em, 2.4vw, 16px);
  padding: 4px 12px;
  display: inline-block;
  background: rgba(24, 24, 24, 0.7); }

.voice_archive .article-detail {
  position: absolute;
  top: 18%;
  left: 0;
  width: 180px;
  padding: 12px; }

.voice_archive .article-box h4 {
  line-height: 1em;
  color: #181818;
  font-size: clamp(1.2em, 2.6vw, 18px);
  font-weight: 600;
  margin: 0; }

.voice_archive .article-box p {
  color: #181818;
  margin: 0;
  font-size: clamp(0.8em, 2vw, 14px); }

.school_genre ul li {
  float: left;
  position: relative;
  font-size: clamp(0.6em, 2vw, 10px);
  color: #fff;
  padding: 6px 8px;
  line-height: 1em;
  display: block;
  margin-right: 8px;
  margin-bottom: 4px;
  border-radius: 12px; }

.school_genre ul li.sri {
  background: #074f2b; }

.school_genre ul li.biyoh {
  background: #6644b2; }

.category_list {
  position: relative;
  overflow: hidden;
  margin: 0 0 24px; }

.category_list ul {
  position: relative;
  left: 50%;
  float: left; }

.category_list ul li {
  float: left;
  position: relative;
  left: -50%; }

.category_list ul li a {
  color: #242424;
  background: #fff;
  border: 1px solid #242424;
  padding: 10px 14px;
  line-height: 1em;
  display: block;
  margin: 8px;
  border-radius: 2px; }

.category_list ul li a.on, .category_list ul li a:hover {
  color: #fff;
  background: #242424; }

.category_list ul li.srilanka a.on, .category_list ul li.srilanka a:hover {
  color: #fff;
  background: #074f2b;
  border: 1px solid #074f2b; }

.category_list ul li.biyoh a.on, .category_list ul li.biyoh a:hover {
  color: #fff;
  background: #6644b2;
  border: 1px solid #6644b2; }

ul.sns_area {
  position: relative;
  left: 50%;
  float: left;
  padding: 0 2%;
  clear: both; }

ul.sns_area li {
  position: relative;
  left: -50%;
  float: left;
  list-style: none;
  width: 50px; }

ul.sns_area li a {
  display: block;
  padding: 0 12%; }

ul.sns_area li a:hover {
  opacity: .7; }

#footer_sns {
  clear: both;
  margin: 24px 0 12px;
  height: 60px; }

footer {
  background: #181818; }

footer #footer_pre_area {
  background: rgba(255, 255, 255, 0.14);
  padding: 20px 0; }

footer #footer_pre_area #footer_banner {
  padding: 20px 0; }

footer .footer-container {
  max-width: 1200px;
  margin: 0 auto; }

footer address {
  text-align: right;
  color: #fff;
  margin: 18px 12px 24px;
  font-size: .7em; }

footer address a {
  color: #fff; }

#footer_banner a {
  display: block;
  padding: 8px 0; }

#footer_banner a:hover {
  opacity: .6; }

#footer_end {
  padding: 36px 0 0; }

ul#footer_menu li {
  color: #fff;
  padding: 4px 10px;
  border-right: 1px solid #fff;
  line-height: 1em;
  font-size: 0.9em;
  font-family: a-otf-ryumin-pr6n, serif; }

ul#footer_menu li:last-child {
  border: none; }

ul#footer_menu li a {
  color: #fff; }

ul#footer_menu li a:hover, address a:hover {
  color: #f2e7d4;
  color: #c0ad92; }

.marker-animation.active {
  background-position: -100% 0.5em; }

.marker-animation {
  background-image: -webkit-linear-gradient(left, transparent 50%, #fffa99 50%);
  background-image: -moz-linear-gradient(left, transparent 50%, #fffa99 50%);
  background-image: -ms-linear-gradient(left, transparent 50%, #fffa99 50%);
  background-image: -o-linear-gradient(left, transparent 50%, #fffa99 50%);
  background-image: linear-gradient(left, transparent 50%, #fffa99 50%);
  background-repeat: repeat-x;
  background-size: 200% 0.7em;
  background-position: 0 0.5em;
  transition: all 5s ease;
  font-weight: 400; }

/*#####      FAQ    #####*/
#faq_area {
  position: relative;
  padding-top: 36px; }

.cp_qa *, .cp_qa *:after, .cp_qa *:before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.cp_qa .cp_actab {
  position: relative;
  overflow: hidden;
  width: 100%;
  margin: 0 0 1em 0;
  color: #0f0e0f; }

.cp_qa .cp_actab input {
  position: absolute;
  opacity: 0; }

.cp_qa .cp_actab label {
  font-weight: bold;
  line-height: 1.6em;
  position: relative;
  display: block;
  margin: 0 0 0 0;
  padding: 1em 2em 1em 2.5em;
  cursor: pointer;
  text-indent: 1em;
  border-radius: 0.5em;
  background: rgba(255, 255, 255, 0.3); }

.cp_qa .cp_actab label::before {
  font-family: trajan-pro-3, serif;
  font-weight: 600;
  font-style: normal;
  font-size: 1.5em;
  margin-left: -2em;
  padding-right: 0.5em;
  content: 'Q'; }

.cp_qa .cp_actab label:hover {
  transition: all 0.3s;
  color: #f2e7d4; }

.cp_qa .cp_actab label::after {
  font-size: 1.7em;
  font-weight: bold;
  line-height: 2em;
  position: absolute;
  top: 0;
  right: 0;
  content: '\2b';
  display: inline-block;
  width: 2em;
  height: 2em;
  -webkit-transition: transform 0.4s;
  transition: transform 0.4s; }

.cp_qa .cp_actab .cp_actab-content {
  position: relative;
  overflow: hidden;
  max-height: 0;
  padding: 0 0 0 2.5em;
  -webkit-transition: max-height 0.2s;
  transition: max-height 0.2s;
  border-radius: 0 0 0.5em 0.5em; }

.cp_qa .cp_actab .cp_actab-content::before {
  font-family: trajan-pro-3, serif;
  font-weight: 600;
  font-style: normal;
  font-size: 1.5em;
  position: absolute;
  margin: 0.4em 0 0 -1em;
  padding: 0;
  content: 'A'; }

.cp_qa .cp_actab .cp_actab-content p {
  margin: 1em; }

.cp_qa .cp_actab .cp_actab-content p a {
  color: #0f0e0f; }

.cp_qa .cp_actab input:checked ~ .cp_actab-content {
  max-height: 40em;
  border: 10px solid rgba(255, 255, 255, 0.3); }

.cp_qa .cp_actab input:checked ~ label {
  color: #f2e7d4;
  border-radius: 0.5em 0.5em 0 0; }

.cp_qa .cp_actab input[type=checkbox]:checked + label::after {
  -webkit-transform: rotateZ(45deg);
  transform: rotateZ(45deg);
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%; }

/*##########  PageNavi  ##########*/
#pagenation {
  margin: 0 auto; }

.pagination {
  clear: both;
  padding: 20px 0;
  position: relative;
  font-size: 13px;
  line-height: 16px; }

.pagination span, .pagination a {
  display: block;
  float: left;
  margin: 2px 2px 2px 0;
  padding: 6px 9px 5px 9px;
  text-decoration: none;
  width: auto;
  color: #181818;
  background: #fff;
  border: 1px solid #181818; }

.pagination a:hover {
  color: #fff;
  background: #181818;
  border: 1px solid #181818;
  border-radius: 2px; }

.pagination .current {
  padding: 6px 9px 5px 9px;
  background: #181818;
  border: 1px solid #181818;
  color: #fff;
  border-radius: 2px; }

#biyoh_intro3 img {
  display: block;
  margin: 0 auto; }

.course_menu {
  margin: 0 6%; }

.course_menu ol {
  list-style-type: decimal;
  margin-left: 1.6em; }

.course_menu table {
  border: 2px solid #555; }

.course_menu table th {
  width: 8em; }

.course_menu table th, .course_menu table td {
  padding: 8px 12px;
  border: 1px dotted #777;
  background: #fff;
  color: #242424; }

.course_menu table.biyoh_course th {
  background: rgba(210, 214, 243, 0.4); }

.course_menu table.ayu_course th {
  background: rgba(7, 79, 43, 0.4); }

.course_menu table.ayu_course th {
  background: #074f2b;
  color: #fff; }

.course_menu table td {
  color: #181818; }

.course_detail h3 {
  position: relative;
  display: inline-block;
  margin-bottom: 12px;
  padding: 8px 1em;
  border-radius: 9999px;
  background-color: #074f2b;
  text-align: left;
  font-size: 18px;
  font-weight: 400;
  line-height: 1em;
  color: #ffffff; }

.course_detail h3::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 20%;
  border-style: solid;
  border-width: 12px 12px 0 0;
  border-color: #074f2b transparent transparent;
  translate: -50% 100%; }

.course_detail ul {
  margin: 12px 0 24px;
  list-style-type: circle;
  margin-left: 1.6em;
  font-size: .8em;
  line-height: 1.4em; }
