@charset "UTF-8";
/*
Theme Name: Navigate the Globe
Author: nejic
Author URI: https://nejic.com/
Description: Navigate the Globe の公式テーマ
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags:
*/
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body,
h1, h2, h3, h4, h5, h6,
p, blockquote, pre,
a, abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, sub, sup, 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, dialog, embed,
figure, figcaption, footer, header, hgroup,
main, menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

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

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}

q::before,
q::after,
blockquote::before,
blockquote::after {
  content: "";
  content: none;
}

a img {
  border: none;
}

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

:root {
  --c-main-logo: #4C4948;
  --c-main-logo-line: #312F2E;
  --c-main-text-light: #A4A4A4;
  --c-main-text-dark: #4C4948;
  --c-main-line-light: #E0E0E0;
  --c-main-line-dark: #222222;
  --c-main-back-light: #ECECEC;
  --c-main-back-dark: #4C4948;
  --c-about-logo: #DA473A;
  --c-about-logo-line: #CD3228;
  --c-about-text-light: #3C2B15;
  --c-about-text-dark: #3C2B15;
  --c-about-line-light: #E7CBAA;
  --c-about-line-dark: #DFCCB4;
  --c-about-back-light: #F2E3CF;
  --c-about-back-dark: #EFE0CD;
  --c-program-logo: #F6AC19;
  --c-program-logo-line: #F2940F;
  --c-program-text-light: #493B06;
  --c-program-text-dark: #493B06;
  --c-program-line-light: #ECDAB6;
  --c-program-line-dark: #CC9322;
  --c-program-back-light: #F7E8CB;
  --c-program-back-dark: #A48A26;
  --c-preperation-logo: #008658;
  --c-preperation-logo-line: #056C41;
  --c-preperation-text-light: #074C31;
  --c-preperation-text-dark: #074C31;
  --c-preperation-line-light: #074C31;
  --c-preperation-line-dark: #074C31;
  --c-preperation-back-light: #EAF4F0;
  --c-preperation-back-dark: #D1E8DF;
  --c-event-logo: #F3A69D;
  --c-event-logo-line: #E77166;
  --c-event-text-light: #ba140d;
  --c-event-text-dark: #600A0A;
  --c-event-line-light: #E0BEBE;
  --c-event-line-dark: #E0BEBE;
  --c-event-back-light: #f2e3cf;
  --c-event-back-dark: #f3a69d;
  --c-topics-logo: #74B5E4;
  --c-topics-logo-line: #599DD9;
  --c-topics-text-light: #1E4C6D;
  --c-topics-text-dark: #1E4C6D;
  --c-topics-line-light: #B9CFDF;
  --c-topics-line-dark: #5CA0D2;
  --c-topics-back-light: #DBE8F2;
  --c-topics-back-dark: #72ADD8;
  --c-gp-logo: #AB204F;
  --c-gp-logo-line: #8F1233;
  --c-gp-text-light: #8D3D62;
  --c-gp-text-dark: #8D3D62;
  --c-gp-line-light: #B4598A;
  --c-gp-line-dark: #B4598A;
  --c-gp-back-light: #F5E7EE;
  --c-gp-back-dark: #F5E7EE;
  --c-contact-logo: #2E898F;
  --c-contact-logo-line: #105056;
  --c-contact-text-light: #0B4042;
  --c-contact-text-dark: #0B4042;
  --c-contact-line-light: #0B4042;
  --c-contact-line-dark: #0B4042;
  --c-contact-back-light: #EFF8F7;
  --c-contact-back-dark: #EFF8F7;
  --fz-ss: clamp(10px, 9px + 0.25vw, 12px);
  --fz-s: clamp(12px, 11px + 0.25vw, 14px);
  --fz-m: clamp(15px, 14.5px + 0.125vw, 16px);
  --fz-l: clamp(18px, 17px + 0.25vw, 20px);
  --fz-ll: clamp(20px, 18px + 0.5vw, 24px);
  --fz-lll: clamp(24px, 20px + 1vw, 32px);
  --fz-llll: clamp(32px, 26px + 1.5vw, 44px);
}

/*
 * media query
 *
 * メディアクエリ指定
　*/
@media screen and (max-width: 37.5em) {
  .mq_only_pc {
    display: none !important;
  }
}
@media screen and (min-width: 37.5em) and (max-width: 60em) {
  .mq_only_pc {
    display: none !important;
  }
}

@media screen and (min-width: 60em) {
  .mq_only_sp {
    display: none !important;
  }
}
@media screen and (min-width: 37.5em) and (max-width: 60em) {
  .mq_only_sp {
    display: none !important;
  }
}

@media screen and (max-width: 37.5em) {
  .mq_only_tab {
    display: none !important;
  }
}
@media screen and (min-width: 60em) {
  .mq_only_tab {
    display: none !important;
  }
}

@media screen and (max-width: 37.5em) {
  .mq_only_tabpc {
    display: none !important;
  }
}

html {
  overflow-y: scroll;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  word-wrap: break-word;
  overflow-x: hidden;
  scroll-behavior: smooth;
}

@font-face {
  font-family: "Zen kaku gothic new";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("./assets/font/zenkakunew-regular.woff2") format("woff2"), url("./assets/font/zenkakunew-regular.woff") format("woff");
}
@font-face {
  font-family: "Zen kaku gothic new";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url("./assets/font/zenkakunew-medium.woff2") format("woff2"), url("./assets/font/zenkakunew-medium.woff") format("woff");
}
@font-face {
  font-family: "Zen kaku gothic new";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("./assets/font/zenkakunew-bold.woff2") format("woff2"), url("./assets/font/zenkakunew-bold.woff") format("woff");
}
body {
  font-family: "Zen kaku gothic new", "游ゴシック", YuGothic, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN", "メイリオ", Meiryo, sans-serif;
  font-weight: 400;
  position: relative;
  text-align: center;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-feature-settings: "palt" 1;
          font-feature-settings: "palt" 1;
  overflow-x: hidden;
  word-break: break-word;
  -ms-hyphens: auto;
      hyphens: auto;
}

svg {
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
}

.material-icons {
  font-family: "Material Icons Outlined";
  font-weight: normal;
  font-style: normal;
  font-size: 24px; /* Preferred icon size */
  display: inline-block;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;
  /* Support for all WebKit browsers. */
  -webkit-font-smoothing: antialiased;
  /* Support for Safari and Chrome. */
  text-rendering: optimizeLegibility;
  /* Support for Firefox. */
  -moz-osx-font-smoothing: grayscale;
  /* Support for IE. */
  -webkit-font-feature-settings: "liga";
          font-feature-settings: "liga";
}

.about h1,
.about .single__posttype {
  color: #3C2B15;
}
.about table tr td {
  border-color: #3C2B15;
}
.about .text,
.about a {
  color: #3C2B15;
}

.program-list h1,
.program-list .single__posttype,
.program-list .page__sub_title,
.single-program h1,
.single-program .single__posttype,
.single-program .page__sub_title,
.find-your-study-abroad-program h1,
.find-your-study-abroad-program .single__posttype,
.find-your-study-abroad-program .page__sub_title,
.explore-the-right-program-for-you h1,
.explore-the-right-program-for-you .single__posttype,
.explore-the-right-program-for-you .page__sub_title {
  color: #493B06;
}
.program-list .page__sub_title span,
.single-program .page__sub_title span,
.find-your-study-abroad-program .page__sub_title span,
.explore-the-right-program-for-you .page__sub_title span {
  border-color: #ECDAB6;
}
.program-list table tr td,
.single-program table tr td,
.find-your-study-abroad-program table tr td,
.explore-the-right-program-for-you table tr td {
  border-color: #493B06;
}
.program-list .text,
.program-list a,
.single-program .text,
.single-program a,
.find-your-study-abroad-program .text,
.find-your-study-abroad-program a,
.explore-the-right-program-for-you .text,
.explore-the-right-program-for-you a {
  color: #493B06;
}
.program-list .pagination ul li a,
.single-program .pagination ul li a,
.find-your-study-abroad-program .pagination ul li a,
.explore-the-right-program-for-you .pagination ul li a {
  border-color: #493B06;
  color: #493B06 !important;
}
.program-list .pagination ul li.-current,
.single-program .pagination ul li.-current,
.find-your-study-abroad-program .pagination ul li.-current,
.explore-the-right-program-for-you .pagination ul li.-current {
  border-color: #493B06;
  color: #fff;
  background-color: #493B06;
}

.guide-to-studying-abroad h1,
.guide-to-studying-abroad .single__posttype,
.guide-to-studying-abroad .page__sub_title,
.step-by-step-guide-to-study-abroad h1,
.step-by-step-guide-to-study-abroad .single__posttype,
.step-by-step-guide-to-study-abroad .page__sub_title {
  color: #074C31;
}
.guide-to-studying-abroad .page__sub_title span,
.step-by-step-guide-to-study-abroad .page__sub_title span {
  border-color: #074C31;
}
.guide-to-studying-abroad table tr td,
.step-by-step-guide-to-study-abroad table tr td {
  border-color: #074C31;
}
.guide-to-studying-abroad .text,
.guide-to-studying-abroad a,
.step-by-step-guide-to-study-abroad .text,
.step-by-step-guide-to-study-abroad a {
  color: #074C31;
}
.guide-to-studying-abroad .text h2,
.step-by-step-guide-to-study-abroad .text h2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
}
.guide-to-studying-abroad .text h2 span,
.step-by-step-guide-to-study-abroad .text h2 span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 120px;
  height: 120px;
  border-radius: 9999px;
  background-color: #074C31;
  color: #fff;
  font-size: 64px;
  font-weight: 600;
  margin-bottom: 20px;
}
.guide-to-studying-abroad .text h2 span::before,
.step-by-step-guide-to-study-abroad .text h2 span::before {
  content: "step";
  font-size: clamp(12px, 11px + 0.25vw, 14px);
  margin-bottom: -1em;
}
.guide-to-studying-abroad .text h3,
.step-by-step-guide-to-study-abroad .text h3 {
  padding: 1em 24px;
  margin-left: -24px;
  background-color: #D1E8DF;
}

.financial-considerations-for-studying-abroad h1,
.financial-considerations-for-studying-abroad .single__posttype,
.financial-considerations-for-studying-abroad .page__sub_title,
.financial-considerations-for-studying-abroad-costs h1,
.financial-considerations-for-studying-abroad-costs .single__posttype,
.financial-considerations-for-studying-abroad-costs .page__sub_title,
.pre-departure-preparation h1,
.pre-departure-preparation .single__posttype,
.pre-departure-preparation .page__sub_title,
.departure-preparation h1,
.departure-preparation .single__posttype,
.departure-preparation .page__sub_title {
  color: #074C31;
}
.financial-considerations-for-studying-abroad .page__sub_title span,
.financial-considerations-for-studying-abroad-costs .page__sub_title span,
.pre-departure-preparation .page__sub_title span,
.departure-preparation .page__sub_title span {
  border-color: #074C31;
}
.financial-considerations-for-studying-abroad table tr td,
.financial-considerations-for-studying-abroad-costs table tr td,
.pre-departure-preparation table tr td,
.departure-preparation table tr td {
  border-color: #074C31;
}
.financial-considerations-for-studying-abroad .text,
.financial-considerations-for-studying-abroad a,
.financial-considerations-for-studying-abroad-costs .text,
.financial-considerations-for-studying-abroad-costs a,
.pre-departure-preparation .text,
.pre-departure-preparation a,
.departure-preparation .text,
.departure-preparation a {
  color: #074C31;
}
.financial-considerations-for-studying-abroad .text h2,
.financial-considerations-for-studying-abroad-costs .text h2,
.pre-departure-preparation .text h2,
.departure-preparation .text h2 {
  padding: 1em 24px;
  margin-left: -24px;
  background-color: #D1E8DF;
}

.global-professional-certificate-program h1,
.global-professional-certificate-program .single__posttype {
  color: #8D3D62;
}
.global-professional-certificate-program table tr td {
  border-color: #8D3D62;
}
.global-professional-certificate-program .text,
.global-professional-certificate-program a {
  color: #8D3D62;
}

.event h1,
.event .single__posttype {
  color: #8D3D62;
}
.event table tr td {
  border-color: #8D3D62;
}
.event .text,
.event a {
  color: #8D3D62;
}

.single-post h1,
.single-post .single__posttype,
.post-type-archive-post h1,
.post-type-archive-post .single__posttype {
  color: #1E4C6D;
}
.single-post table tr td,
.post-type-archive-post table tr td {
  border-color: #1E4C6D;
}
.single-post .text,
.single-post a,
.post-type-archive-post .text,
.post-type-archive-post a {
  color: #1E4C6D;
}

.contact h1,
.contact .single__posttype {
  color: #0B4042;
}
.contact table tr td {
  border-color: #0B4042;
}
.contact .text,
.contact a {
  color: #0B4042;
}

.search h1,
.search .single__posttype {
  color: #4C4948;
}
.search table tr td {
  border-color: #4C4948;
}
.search .text,
.search a {
  color: #4C4948;
}

.footer {
  margin-top: 100px;
  padding-bottom: 100px;
  position: relative;
  z-index: 0;
  overflow: hidden;
}

.footer__management {
  padding-left: 24px;
  padding-right: 24px;
}
.footer__management > span {
  display: block;
  font-size: clamp(10px, 9px + 0.25vw, 12px);
  font-weight: 600;
  margin-bottom: 2em;
  color: #4C4948;
}
.footer__management .image {
  margin-bottom: 1em;
}
.footer__management .image img {
  max-width: 200px;
  width: 100%;
  height: auto;
}
.footer__management .name {
  font-size: clamp(12px, 11px + 0.25vw, 14px);
  font-weight: 600;
  line-height: 1.5;
  color: #4C4948;
}

.header {
  padding: 30px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 37.5em) {
  .header {
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

.linkButton--blue a {
  text-decoration: none;
  font-size: clamp(0.75rem, 0.659rem + 0.45vw, 1rem);
  color: #fff;
  font-weight: bold;
  display: inline-block;
  background-color: #4C4948;
  border-radius: 100px;
  padding: clamp(0.75rem, 0.477rem + 1.36vw, 1.5rem) clamp(1.25rem, 0.341rem + 4.55vw, 3.75rem);
  line-height: 1;
}
@media screen and (max-width: 37.5em) {
  .linkButton--blue a {
    padding: 1em 2em;
  }
}
.linkButton--blue a::after {
  display: inline-block;
  position: relative;
  font-family: "Material Icons Outlined";
  content: "\e037";
  margin-left: 0.5em;
  font-size: clamp(0.75rem, 0.659rem + 0.45vw, 1rem);
  -webkit-transform: translateY(2px);
          transform: translateY(2px);
}

.linkButton--white a {
  text-decoration: none;
  font-size: clamp(0.75rem, 0.659rem + 0.45vw, 1rem);
  color: #4C4948;
  font-weight: bold;
  display: inline-block;
  background-color: #fff;
  border-radius: 100px;
  padding: clamp(0.75rem, 0.477rem + 1.36vw, 1.5rem) clamp(1.25rem, 0.341rem + 4.55vw, 3.75rem);
}
.linkButton--white a::after {
  display: inline-block;
  position: relative;
  font-family: "Material Icons Outlined";
  content: "\e037";
  margin-left: 0.5em;
  font-size: clamp(0.75rem, 0.659rem + 0.45vw, 1rem);
  -webkit-transform: translateY(2px);
          transform: translateY(2px);
}

.linkButton--yellow a {
  text-decoration: none;
  font-size: clamp(1rem, 0.818rem + 0.91vw, 1.5rem);
  color: #4C4948;
  font-weight: bold;
  display: inline-block;
  background-color: yellow;
  border-radius: 100px;
  padding: clamp(0.75rem, 0.477rem + 1.36vw, 1.5rem) clamp(1.25rem, 0.341rem + 4.55vw, 3.75rem);
}
.linkButton--yellow a::after {
  display: inline-block;
  position: relative;
  font-family: "Material Icons Outlined";
  content: "\e037";
  margin-left: 0.5em;
  font-size: clamp(1rem, 0.818rem + 0.91vw, 1.5rem);
  -webkit-transform: translateY(3px);
          transform: translateY(3px);
}
@media screen and (max-width: 37.5em) {
  .linkButton--yellow a::after {
    -webkit-transform: translateY(2px);
            transform: translateY(2px);
  }
}

.link--recruit {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2000;
}
.link--recruit img {
  width: 10vw;
  height: auto;
}
@media screen and (max-width: 37.5em) {
  .link--recruit {
    position: fixed;
    bottom: -3px;
    right: 0;
    top: auto;
    width: 100%;
    background-color: #4C4948;
  }
  .link--recruit img {
    width: auto;
    height: auto;
    max-height: 60px;
  }
}

.list {
  display: grid;
}

.logo--header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.logo--header .logo_sub {
  margin-bottom: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 20px;
}
.logo--header > a {
  display: block;
  width: 240px;
  height: auto;
}
@media screen and (min-width: 37.5em) {
  .logo--header > a {
    width: 360px;
  }
}
.logo--header > a img {
  display: block;
  width: 100%;
  height: auto;
}
@media screen and (min-width: 37.5em) {
  .logo--header {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .logo--header .logo_sub {
    margin-left: 40px;
    margin-bottom: 20px;
  }
  .logo--header .logo_sub img {
    height: 36px;
  }
  .logo--header > p {
    margin-left: 70px;
    text-align: left;
  }
}

.logo--footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: 24px;
  margin-right: 24px;
  padding-bottom: 48px;
  margin-bottom: 48px;
  border-bottom: 1px solid #E0E0E0;
}
.logo--footer .logo--ku {
  margin-bottom: 10px;
}
.logo--footer > a {
  display: block;
  width: 200px;
  height: auto;
}
@media screen and (min-width: 37.5em) {
  .logo--footer > a {
    width: 300px;
  }
}
.logo--footer > a img {
  display: block;
  width: 100%;
  height: auto;
}
.logo--footer p {
  margin-top: 1em;
  text-align: center;
  font-weight: 700;
  font-size: clamp(12px, 11px + 0.25vw, 14px);
  letter-spacing: 0.2em;
  color: #4C4948;
}
@media screen and (min-width: 37.5em) {
  .logo--footer p {
    font-size: clamp(15px, 14.5px + 0.125vw, 16px);
  }
}

.lang-en .logo--footer p {
  letter-spacing: 0;
}
.lang-en .logo__copy {
  letter-spacing: 0;
}

.logo__copy {
  margin-top: 1em;
  text-align: center;
  font-weight: 700;
  font-size: clamp(15px, 14.5px + 0.125vw, 16px);
  letter-spacing: 0.15em;
  color: #4C4948;
}
@media screen and (min-width: 37.5em) {
  .logo__copy {
    font-size: clamp(18px, 17px + 0.25vw, 20px);
  }
}

.nav--header {
  position: relative;
  width: auto;
  height: auto;
  padding: 20px;
  width: 330px;
  z-index: 5000;
  opacity: 0;
  -webkit-transition: 0;
  transition: 0;
  pointer-events: none;
  margin-right: 16px;
}
@media screen and (min-width: 37.5em) {
  .nav--header {
    width: 430px;
    margin-right: 0;
  }
}
.nav--header > span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: left;
  font-size: clamp(12px, 11px + 0.25vw, 14px);
  font-weight: bold;
  color: #4C4948;
  margin-bottom: 0.7em;
}
.nav--header > nav:nth-of-type(1), .nav--header > nav:nth-of-type(2) {
  margin-bottom: 24px;
}
.nav--header > nav:nth-of-type(1) ul, .nav--header > nav:nth-of-type(2) ul {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}
.nav--header > nav:nth-of-type(1) ul li a, .nav--header > nav:nth-of-type(2) ul li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 6px 6px;
  height: 100%;
}
.nav--header > nav:nth-of-type(1) ul li a img, .nav--header > nav:nth-of-type(2) ul li a img {
  width: 80px;
  height: 80px;
  margin-top: -5px;
  margin-bottom: -10px;
  margin-right: 0 !important;
  display: block;
}
.nav--header > nav:nth-of-type(1) ul li a span, .nav--header > nav:nth-of-type(2) ul li a span {
  display: block;
  line-height: 1.5;
}
.nav--header > nav:nth-of-type(3) ul {
  display: grid;
  grid-template-columns: 1fr;
  gap: 10px;
  text-align: left;
}
.nav--header ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: auto;
  height: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.nav--header ul li {
  display: block;
}
.nav--header ul li a {
  position: relative;
  text-decoration: none;
  display: block;
  padding: 12px 18px;
  color: #4C4948;
  margin-left: -1px;
  font-size: clamp(12px, 11px + 0.25vw, 14px);
  font-weight: bold;
  background-color: #fff;
  border-radius: 4px;
  -webkit-box-shadow: 0px 2px 4px -2px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 2px 4px -2px rgba(0, 0, 0, 0.1);
}
.nav--header ul li a::before {
  content: attr(data-desc);
}
@media screen and (max-width: 37.5em) {
  .nav--header ul li a {
    margin-left: auto;
    margin-bottom: -1px;
  }
}
.nav--header ul li a:hover::before {
  top: -10px;
  opacity: 1;
}
.nav--header ul li.current-menu-item:not(.menu-item-type-custom) a::before {
  top: -10px;
  opacity: 1;
}
.nav--header .search-filter-field {
  margin-top: 10px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.header__navWrap,
.nav_header__wrap {
  pointer-events: none;
}

.open .nav_header__wrap {
  padding-top: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-column-gap: 20px;
     -moz-column-gap: 20px;
          column-gap: 20px;
  pointer-events: all;
}
.open .nav_header__wrap .nav--header {
  opacity: 1;
  pointer-events: all;
}
.open .nav_header__wrap .nav--header .search-filter-field {
  -webkit-user-select: auto;
     -moz-user-select: auto;
      -ms-user-select: auto;
          user-select: auto;
}

.header .nav--header ul {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
@media screen and (max-width: 37.5em) {
  .header .nav--header ul {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.footer .nav--header ul {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.footer .nav--header ul li a {
  font-size: clamp(10px, 9px + 0.25vw, 12px);
}

.nav__trigger {
  z-index: 10000;
  position: fixed;
  right: -15px;
  top: -15px;
  cursor: pointer;
  overscroll-behavior-y: contain;
  opacity: 1;
  width: 82px;
  height: 82px;
  pointer-events: all;
}
@media screen and (min-width: 37.5em) {
  .nav__trigger {
    position: absolute;
    right: 0;
  }
}
.nav__trigger::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 80px;
  height: 80px;
  border-radius: 80px;
  background-color: #ECECEC;
  border: 1px solid #E0E0E0;
  z-index: 1000;
  -webkit-transition: 0.15s;
  transition: 0.15s;
}
.nav__trigger::before {
  position: absolute;
  content: "menu";
  width: 80px;
  text-align: center;
  right: 5px;
  top: 8px;
  font-size: 10px;
  font-weight: bold;
  letter-spacing: 0.05em;
  margin-top: 20px;
  display: block;
  color: #4C4948;
  z-index: 5000;
}
@media screen and (min-width: 37.5em) {
  .nav__trigger::before {
    right: 0;
  }
}
.nav__trigger > span {
  display: block;
  height: 3px;
  position: absolute;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  background-color: #4C4948;
  z-index: 5000;
}
.nav__trigger > span:nth-child(1) {
  top: 45px;
  right: 35px;
  width: 20px;
}
@media screen and (min-width: 37.5em) {
  .nav__trigger > span:nth-child(1) {
    right: 30px;
  }
}
.nav__trigger > span:nth-child(2) {
  top: 51px;
  right: 35px;
  width: 17px;
}
@media screen and (min-width: 37.5em) {
  .nav__trigger > span:nth-child(2) {
    right: 30px;
  }
}
.nav__trigger > span:nth-child(3) {
  top: 57px;
  right: 35px;
  width: 14px;
}
@media screen and (min-width: 37.5em) {
  .nav__trigger > span:nth-child(3) {
    right: 30px;
  }
}
.nav__trigger.open {
  width: auto;
  height: calc(100vh + 15px);
  overflow-y: scroll;
}
@media screen and (min-width: 37.5em) {
  .nav__trigger.open {
    height: auto;
    overflow: hidden;
  }
}
.nav__trigger.open::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 375px;
  height: calc(100% + 80px);
  border-radius: 0;
  background-color: #ECECEC;
  border: 1px solid #E0E0E0;
  z-index: 1000;
}
@media screen and (min-width: 37.5em) {
  .nav__trigger.open::after {
    width: 500px;
    height: 100%;
  }
}
.nav__trigger.open::before {
  content: "close";
}
.nav__trigger.open > span {
  display: block;
  position: absolute;
  right: 35px;
  width: 20px;
  pointer-events: all;
}
@media screen and (min-width: 37.5em) {
  .nav__trigger.open > span {
    right: 30px;
  }
}
.nav__trigger.open > span:nth-child(1) {
  top: 51px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.nav__trigger.open > span:nth-child(2) {
  opacity: 0;
}
.nav__trigger.open > span:nth-child(3) {
  top: 51px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

#nav__click {
  position: absolute;
  top: 15px;
  right: 15px;
  width: 67px;
  height: 67px;
  z-index: 9999;
}

.open .header__navWrap .nav_header__wrap {
  opacity: 1;
  pointer-events: all;
}

.wrap--nav_lang {
  position: absolute;
  top: 10px;
  left: 5px;
}
@media screen and (min-width: 37.5em) {
  .wrap--nav_lang {
    left: auto;
    right: 85px;
  }
}
.wrap--nav_lang::after {
  content: "";
  display: block;
  position: absolute;
  top: -25px;
  left: -20px;
  width: 80px;
  height: 80px;
  border-radius: 80px;
  border: 1px solid #E0E0E0;
  z-index: -1;
  -webkit-transition: 0.15s;
  transition: 0.15s;
}
@media screen and (min-width: 37.5em) {
  .wrap--nav_lang::after {
    left: calc(50% - 40px);
  }
}
.wrap--nav_lang .wpml-ls-legacy-list-horizontal {
  z-index: 10000;
  cursor: pointer;
  opacity: 1;
}
.wrap--nav_lang .wpml-ls-legacy-list-horizontal a {
  font-size: clamp(12px, 11px + 0.25vw, 14px);
  font-weight: bold;
  color: #4C4948;
  padding: 0;
}
.wrap--nav_lang .wpml-ls-legacy-list-horizontal ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 0.5em;
     -moz-column-gap: 0.5em;
          column-gap: 0.5em;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.wrap--nav_lang .wpml-ls-current-language a {
  pointer-events: none;
  position: relative;
}
.wrap--nav_lang .wpml-ls-current-language a::after {
  content: "";
  position: absolute;
  left: 50%;
  display: block;
  width: 12px;
  height: 3px;
  background-color: #4C4948;
  -webkit-transform: translateX(-50%) translateY(4px);
          transform: translateX(-50%) translateY(4px);
}

.nav__logo {
  position: absolute;
  display: block;
  left: 20px;
  top: -45px;
}
.nav__logo img {
  display: block;
  width: 160px;
  height: auto;
}
.nav__logo {
  z-index: 5000;
}

.nav_footer {
  margin-top: 2em;
}
.nav_footer ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  row-gap: 10px;
}
.nav_footer ul li a {
  text-decoration: none;
  font-size: clamp(12px, 11px + 0.25vw, 14px);
  font-weight: 600;
  color: #4C4948;
  border: 1px solid #4C4948;
  padding: 0.5em 1em;
  border-radius: 9999px;
  display: inline-block;
}

.pagination {
  margin-top: 60px;
}
.pagination ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  list-style: none;
  max-width: none !important;
  gap: 4px;
  padding: 0 !important;
}
.pagination ul li {
  list-style-type: none;
  margin-top: 0;
  margin-bottom: 0;
}
.pagination ul li a {
  width: 40px;
  height: 40px;
  border: 1px solid #000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #000;
  text-decoration: none;
  font-size: 14px;
  -webkit-transition: 0.15s;
  transition: 0.15s;
  border-radius: 4px;
}
.pagination ul li a:hover {
  color: #fff;
}
.pagination ul li.-current {
  width: 40px;
  height: 40px;
  border: 1px solid #000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-decoration: none;
  border-radius: 4px;
  font-size: 14px;
  background-color: #333;
  color: #fff;
}

.related {
  padding-top: 60px;
  padding-bottom: 60px;
}
.related::before {
  content: "";
  display: block;
  background-color: #000000;
  width: 100%;
  height: 6px;
  border-radius: 20px;
  margin-bottom: 60px;
}
.related > div:not(:last-child) {
  margin-bottom: 60px;
}
.related > div h2 {
  text-align: left;
  font-size: clamp(20px, 18px + 0.5vw, 24px);
  font-weight: bold;
  margin-bottom: 40px;
}

.related__item:not(:last-child) {
  margin-bottom: 20px;
}
.related__item a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-decoration: none;
}
.related__item a img {
  height: auto;
  width: 100px;
  margin-right: 30px;
  border-radius: 10px;
}
.related__item a p {
  font-size: clamp(15px, 14.5px + 0.125vw, 16px);
  color: #000000;
  font-weight: bold;
}
.related__item a::after {
  content: "read detail";
  position: absolute;
  top: calc(50% - 0.5em);
  right: 20px;
  opacity: 0;
  color: #000000;
  font-weight: bold;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.related__item a:hover::after {
  right: 0;
  opacity: 1;
}

.js-animate {
  opacity: 0;
  -webkit-transform: translateY(28px);
          transform: translateY(28px);
  -webkit-transition: opacity 0.7s cubic-bezier(0.4, 0, 0.2, 1), -webkit-transform 0.7s cubic-bezier(0.4, 0, 0.2, 1);
  transition: opacity 0.7s cubic-bezier(0.4, 0, 0.2, 1), -webkit-transform 0.7s cubic-bezier(0.4, 0, 0.2, 1);
  transition: opacity 0.7s cubic-bezier(0.4, 0, 0.2, 1), transform 0.7s cubic-bezier(0.4, 0, 0.2, 1);
  transition: opacity 0.7s cubic-bezier(0.4, 0, 0.2, 1), transform 0.7s cubic-bezier(0.4, 0, 0.2, 1), -webkit-transform 0.7s cubic-bezier(0.4, 0, 0.2, 1);
  will-change: opacity, transform;
}
.js-animate.is-inview {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.js-animate.fadein {
  opacity: 0;
  -webkit-transform: none;
          transform: none;
  -webkit-transition: opacity 0.7s cubic-bezier(0.4, 0, 0.2, 1);
  transition: opacity 0.7s cubic-bezier(0.4, 0, 0.2, 1);
}
.js-animate.fadein.is-inview {
  opacity: 1;
}

.js-animate.slidein-left {
  opacity: 0;
  -webkit-transform: translateX(-40px);
          transform: translateX(-40px);
  -webkit-transition: opacity 0.7s cubic-bezier(0.4, 0, 0.2, 1), -webkit-transform 0.7s cubic-bezier(0.4, 0, 0.2, 1);
  transition: opacity 0.7s cubic-bezier(0.4, 0, 0.2, 1), -webkit-transform 0.7s cubic-bezier(0.4, 0, 0.2, 1);
  transition: opacity 0.7s cubic-bezier(0.4, 0, 0.2, 1), transform 0.7s cubic-bezier(0.4, 0, 0.2, 1);
  transition: opacity 0.7s cubic-bezier(0.4, 0, 0.2, 1), transform 0.7s cubic-bezier(0.4, 0, 0.2, 1), -webkit-transform 0.7s cubic-bezier(0.4, 0, 0.2, 1);
}
.js-animate.slidein-left.is-inview {
  opacity: 1;
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

.js-animate.slidein-right {
  opacity: 0;
  -webkit-transform: translateX(40px);
          transform: translateX(40px);
  -webkit-transition: opacity 0.7s cubic-bezier(0.4, 0, 0.2, 1), -webkit-transform 0.7s cubic-bezier(0.4, 0, 0.2, 1);
  transition: opacity 0.7s cubic-bezier(0.4, 0, 0.2, 1), -webkit-transform 0.7s cubic-bezier(0.4, 0, 0.2, 1);
  transition: opacity 0.7s cubic-bezier(0.4, 0, 0.2, 1), transform 0.7s cubic-bezier(0.4, 0, 0.2, 1);
  transition: opacity 0.7s cubic-bezier(0.4, 0, 0.2, 1), transform 0.7s cubic-bezier(0.4, 0, 0.2, 1), -webkit-transform 0.7s cubic-bezier(0.4, 0, 0.2, 1);
}
.js-animate.slidein-right.is-inview {
  opacity: 1;
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

.js-animate.zoomin {
  opacity: 0;
  -webkit-transform: scale(0.93);
          transform: scale(0.93);
  -webkit-transition: opacity 0.7s cubic-bezier(0.4, 0, 0.2, 1), -webkit-transform 0.7s cubic-bezier(0.4, 0, 0.2, 1);
  transition: opacity 0.7s cubic-bezier(0.4, 0, 0.2, 1), -webkit-transform 0.7s cubic-bezier(0.4, 0, 0.2, 1);
  transition: opacity 0.7s cubic-bezier(0.4, 0, 0.2, 1), transform 0.7s cubic-bezier(0.4, 0, 0.2, 1);
  transition: opacity 0.7s cubic-bezier(0.4, 0, 0.2, 1), transform 0.7s cubic-bezier(0.4, 0, 0.2, 1), -webkit-transform 0.7s cubic-bezier(0.4, 0, 0.2, 1);
}
.js-animate.zoomin.is-inview {
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
}

.js-animate.reveal {
  opacity: 1;
  -webkit-transform: none;
          transform: none;
  clip-path: inset(0 101% 0 0);
  -webkit-transition: clip-path 0.85s cubic-bezier(0.77, 0, 0.18, 1);
  transition: clip-path 0.85s cubic-bezier(0.77, 0, 0.18, 1);
  will-change: clip-path;
}
.js-animate.reveal.is-inview {
  clip-path: inset(0 0% 0 0);
}

@media (prefers-reduced-motion: reduce) {
  .js-animate,
  .js-animate.fadein,
  .js-animate.slidein-left,
  .js-animate.slidein-right,
  .js-animate.zoomin,
  .js-animate.reveal {
    -webkit-transition: none !important;
    transition: none !important;
    -webkit-transform: none !important;
            transform: none !important;
    opacity: 1 !important;
    clip-path: none !important;
  }
}
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0 -20px;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  margin: 0 20px;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

.slick-arrow {
  -webkit-transition: 0.5s;
  transition: 0.5s;
  cursor: pointer;
}
.slick-arrow.slick-prev {
  position: absolute;
  top: -50px;
  right: 50px;
  width: 35px;
  height: 35px;
  border-radius: 9999px;
  background-color: #E99F95;
  border: 1px solid #DF8A7E;
  font-size: 0;
}
.slick-arrow.slick-prev::before {
  position: absolute;
  top: 5px;
  left: 3px;
  content: "\e408";
  font-family: "Material Icons Outlined";
  color: #fff;
  font-size: 24px;
}
.slick-arrow.slick-next {
  position: absolute;
  top: -50px;
  right: 0;
  width: 35px;
  height: 35px;
  border-radius: 9999px;
  background-color: #E99F95;
  border: 1px solid #DF8A7E;
  font-size: 0;
}
.slick-arrow.slick-next::before {
  position: absolute;
  top: 5px;
  left: 5px;
  content: "\e409";
  font-family: "Material Icons Outlined";
  color: #fff;
  font-size: 24px;
}

.text,
.interface-navigable-region,
.editor-visual-editor .editor-resizable-editor > div,
.block-editor-block-list__layout {
  text-align: left;
}
.text > *,
.text .wp-block-group__inner-container > *,
.interface-navigable-region > *,
.interface-navigable-region .wp-block-group__inner-container > *,
.editor-visual-editor .editor-resizable-editor > div > *,
.editor-visual-editor .editor-resizable-editor > div .wp-block-group__inner-container > *,
.block-editor-block-list__layout > *,
.block-editor-block-list__layout .wp-block-group__inner-container > * {
  margin-bottom: 1.5em;
}
.text > *:last-child,
.text .wp-block-group__inner-container > *:last-child,
.interface-navigable-region > *:last-child,
.interface-navigable-region .wp-block-group__inner-container > *:last-child,
.editor-visual-editor .editor-resizable-editor > div > *:last-child,
.editor-visual-editor .editor-resizable-editor > div .wp-block-group__inner-container > *:last-child,
.block-editor-block-list__layout > *:last-child,
.block-editor-block-list__layout .wp-block-group__inner-container > *:last-child {
  margin-bottom: 0;
}
.text h2,
.text h3,
.text h4,
.text h5,
.text h6,
.interface-navigable-region h2,
.interface-navigable-region h3,
.interface-navigable-region h4,
.interface-navigable-region h5,
.interface-navigable-region h6,
.editor-visual-editor .editor-resizable-editor > div h2,
.editor-visual-editor .editor-resizable-editor > div h3,
.editor-visual-editor .editor-resizable-editor > div h4,
.editor-visual-editor .editor-resizable-editor > div h5,
.editor-visual-editor .editor-resizable-editor > div h6,
.block-editor-block-list__layout h2,
.block-editor-block-list__layout h3,
.block-editor-block-list__layout h4,
.block-editor-block-list__layout h5,
.block-editor-block-list__layout h6 {
  text-align: left;
  font-weight: bold;
  margin-bottom: 1.5em;
  line-height: 1.3;
  max-width: 1000px;
}
.text h2:not(:first-child),
.text h3:not(:first-child),
.text h4:not(:first-child),
.text h5:not(:first-child),
.text h6:not(:first-child),
.interface-navigable-region h2:not(:first-child),
.interface-navigable-region h3:not(:first-child),
.interface-navigable-region h4:not(:first-child),
.interface-navigable-region h5:not(:first-child),
.interface-navigable-region h6:not(:first-child),
.editor-visual-editor .editor-resizable-editor > div h2:not(:first-child),
.editor-visual-editor .editor-resizable-editor > div h3:not(:first-child),
.editor-visual-editor .editor-resizable-editor > div h4:not(:first-child),
.editor-visual-editor .editor-resizable-editor > div h5:not(:first-child),
.editor-visual-editor .editor-resizable-editor > div h6:not(:first-child),
.block-editor-block-list__layout h2:not(:first-child),
.block-editor-block-list__layout h3:not(:first-child),
.block-editor-block-list__layout h4:not(:first-child),
.block-editor-block-list__layout h5:not(:first-child),
.block-editor-block-list__layout h6:not(:first-child) {
  margin-top: 4.5em;
}
.text h2:not(:first-child) + h3, .text h2:not(:first-child) + h4, .text h2:not(:first-child) + h5, .text h2:not(:first-child) + h6,
.text h3:not(:first-child) + h3,
.text h3:not(:first-child) + h4,
.text h3:not(:first-child) + h5,
.text h3:not(:first-child) + h6,
.text h4:not(:first-child) + h3,
.text h4:not(:first-child) + h4,
.text h4:not(:first-child) + h5,
.text h4:not(:first-child) + h6,
.text h5:not(:first-child) + h3,
.text h5:not(:first-child) + h4,
.text h5:not(:first-child) + h5,
.text h5:not(:first-child) + h6,
.text h6:not(:first-child) + h3,
.text h6:not(:first-child) + h4,
.text h6:not(:first-child) + h5,
.text h6:not(:first-child) + h6,
.interface-navigable-region h2:not(:first-child) + h3,
.interface-navigable-region h2:not(:first-child) + h4,
.interface-navigable-region h2:not(:first-child) + h5,
.interface-navigable-region h2:not(:first-child) + h6,
.interface-navigable-region h3:not(:first-child) + h3,
.interface-navigable-region h3:not(:first-child) + h4,
.interface-navigable-region h3:not(:first-child) + h5,
.interface-navigable-region h3:not(:first-child) + h6,
.interface-navigable-region h4:not(:first-child) + h3,
.interface-navigable-region h4:not(:first-child) + h4,
.interface-navigable-region h4:not(:first-child) + h5,
.interface-navigable-region h4:not(:first-child) + h6,
.interface-navigable-region h5:not(:first-child) + h3,
.interface-navigable-region h5:not(:first-child) + h4,
.interface-navigable-region h5:not(:first-child) + h5,
.interface-navigable-region h5:not(:first-child) + h6,
.interface-navigable-region h6:not(:first-child) + h3,
.interface-navigable-region h6:not(:first-child) + h4,
.interface-navigable-region h6:not(:first-child) + h5,
.interface-navigable-region h6:not(:first-child) + h6,
.editor-visual-editor .editor-resizable-editor > div h2:not(:first-child) + h3,
.editor-visual-editor .editor-resizable-editor > div h2:not(:first-child) + h4,
.editor-visual-editor .editor-resizable-editor > div h2:not(:first-child) + h5,
.editor-visual-editor .editor-resizable-editor > div h2:not(:first-child) + h6,
.editor-visual-editor .editor-resizable-editor > div h3:not(:first-child) + h3,
.editor-visual-editor .editor-resizable-editor > div h3:not(:first-child) + h4,
.editor-visual-editor .editor-resizable-editor > div h3:not(:first-child) + h5,
.editor-visual-editor .editor-resizable-editor > div h3:not(:first-child) + h6,
.editor-visual-editor .editor-resizable-editor > div h4:not(:first-child) + h3,
.editor-visual-editor .editor-resizable-editor > div h4:not(:first-child) + h4,
.editor-visual-editor .editor-resizable-editor > div h4:not(:first-child) + h5,
.editor-visual-editor .editor-resizable-editor > div h4:not(:first-child) + h6,
.editor-visual-editor .editor-resizable-editor > div h5:not(:first-child) + h3,
.editor-visual-editor .editor-resizable-editor > div h5:not(:first-child) + h4,
.editor-visual-editor .editor-resizable-editor > div h5:not(:first-child) + h5,
.editor-visual-editor .editor-resizable-editor > div h5:not(:first-child) + h6,
.editor-visual-editor .editor-resizable-editor > div h6:not(:first-child) + h3,
.editor-visual-editor .editor-resizable-editor > div h6:not(:first-child) + h4,
.editor-visual-editor .editor-resizable-editor > div h6:not(:first-child) + h5,
.editor-visual-editor .editor-resizable-editor > div h6:not(:first-child) + h6,
.block-editor-block-list__layout h2:not(:first-child) + h3,
.block-editor-block-list__layout h2:not(:first-child) + h4,
.block-editor-block-list__layout h2:not(:first-child) + h5,
.block-editor-block-list__layout h2:not(:first-child) + h6,
.block-editor-block-list__layout h3:not(:first-child) + h3,
.block-editor-block-list__layout h3:not(:first-child) + h4,
.block-editor-block-list__layout h3:not(:first-child) + h5,
.block-editor-block-list__layout h3:not(:first-child) + h6,
.block-editor-block-list__layout h4:not(:first-child) + h3,
.block-editor-block-list__layout h4:not(:first-child) + h4,
.block-editor-block-list__layout h4:not(:first-child) + h5,
.block-editor-block-list__layout h4:not(:first-child) + h6,
.block-editor-block-list__layout h5:not(:first-child) + h3,
.block-editor-block-list__layout h5:not(:first-child) + h4,
.block-editor-block-list__layout h5:not(:first-child) + h5,
.block-editor-block-list__layout h5:not(:first-child) + h6,
.block-editor-block-list__layout h6:not(:first-child) + h3,
.block-editor-block-list__layout h6:not(:first-child) + h4,
.block-editor-block-list__layout h6:not(:first-child) + h5,
.block-editor-block-list__layout h6:not(:first-child) + h6 {
  margin-top: 3em;
}
.text h2,
.interface-navigable-region h2,
.editor-visual-editor .editor-resizable-editor > div h2,
.block-editor-block-list__layout h2 {
  font-size: clamp(20px, 18px + 0.5vw, 24px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 700;
}
.text h3,
.interface-navigable-region h3,
.editor-visual-editor .editor-resizable-editor > div h3,
.block-editor-block-list__layout h3 {
  font-size: 21px;
}
.text h4,
.interface-navigable-region h4,
.editor-visual-editor .editor-resizable-editor > div h4,
.block-editor-block-list__layout h4 {
  font-size: clamp(18px, 17px + 0.25vw, 20px);
}
.text h5,
.interface-navigable-region h5,
.editor-visual-editor .editor-resizable-editor > div h5,
.block-editor-block-list__layout h5 {
  font-size: clamp(15px, 14.5px + 0.125vw, 16px);
}
.text h6,
.interface-navigable-region h6,
.editor-visual-editor .editor-resizable-editor > div h6,
.block-editor-block-list__layout h6 {
  font-size: clamp(12px, 11px + 0.25vw, 14px);
}
.text p,
.interface-navigable-region p,
.editor-visual-editor .editor-resizable-editor > div p,
.block-editor-block-list__layout p {
  line-height: 1.8;
}
.text ul,
.interface-navigable-region ul,
.editor-visual-editor .editor-resizable-editor > div ul,
.block-editor-block-list__layout ul {
  list-style: disc;
  padding-left: 1.5em;
}
.text ol,
.interface-navigable-region ol,
.editor-visual-editor .editor-resizable-editor > div ol,
.block-editor-block-list__layout ol {
  list-style: decimal;
  padding-left: 1.5em;
}
.text li,
.interface-navigable-region li,
.editor-visual-editor .editor-resizable-editor > div li,
.block-editor-block-list__layout li {
  margin-top: 1em;
  margin-bottom: 1em;
}
.text li ul, .text li ol,
.interface-navigable-region li ul,
.interface-navigable-region li ol,
.editor-visual-editor .editor-resizable-editor > div li ul,
.editor-visual-editor .editor-resizable-editor > div li ol,
.block-editor-block-list__layout li ul,
.block-editor-block-list__layout li ol {
  margin-bottom: 1.5em;
  padding-left: 1em;
}
.text li ul li, .text li ol li,
.interface-navigable-region li ul li,
.interface-navigable-region li ol li,
.editor-visual-editor .editor-resizable-editor > div li ul li,
.editor-visual-editor .editor-resizable-editor > div li ol li,
.block-editor-block-list__layout li ul li,
.block-editor-block-list__layout li ol li {
  font-size: clamp(12px, 11px + 0.25vw, 14px);
}
.text table,
.interface-navigable-region table,
.editor-visual-editor .editor-resizable-editor > div table,
.block-editor-block-list__layout table {
  width: auto;
}
.text table tr td,
.text table tr th,
.interface-navigable-region table tr td,
.interface-navigable-region table tr th,
.editor-visual-editor .editor-resizable-editor > div table tr td,
.editor-visual-editor .editor-resizable-editor > div table tr th,
.block-editor-block-list__layout table tr td,
.block-editor-block-list__layout table tr th {
  border: 1px solid;
  padding: 1em;
  font-size: clamp(15px, 14.5px + 0.125vw, 16px);
  line-height: 1.5;
}
.text table tr th,
.interface-navigable-region table tr th,
.editor-visual-editor .editor-resizable-editor > div table tr th,
.block-editor-block-list__layout table tr th {
  font-weight: 500;
  background-color: transparent !important;
}
.text img,
.interface-navigable-region img,
.editor-visual-editor .editor-resizable-editor > div img,
.block-editor-block-list__layout img {
  display: block;
  max-width: 100%;
  width: auto;
  height: auto;
}
.text pre,
.interface-navigable-region pre,
.editor-visual-editor .editor-resizable-editor > div pre,
.block-editor-block-list__layout pre {
  text-align: left;
  margin: 1.5em 0;
  padding: 1em;
  line-height: 1.8;
  border-radius: 5px;
  white-space: pre-wrap;
}
.text .wp-block-gallery .blocks-gallery-grid,
.interface-navigable-region .wp-block-gallery .blocks-gallery-grid,
.editor-visual-editor .editor-resizable-editor > div .wp-block-gallery .blocks-gallery-grid,
.block-editor-block-list__layout .wp-block-gallery .blocks-gallery-grid {
  margin-left: 0;
}
.text .wp-block-gallery .blocks-gallery-grid .blocks-gallery-item figure,
.interface-navigable-region .wp-block-gallery .blocks-gallery-grid .blocks-gallery-item figure,
.editor-visual-editor .editor-resizable-editor > div .wp-block-gallery .blocks-gallery-grid .blocks-gallery-item figure,
.block-editor-block-list__layout .wp-block-gallery .blocks-gallery-grid .blocks-gallery-item figure {
  display: block;
}
.text .wp-block-gallery .blocks-gallery-grid .blocks-gallery-item img,
.interface-navigable-region .wp-block-gallery .blocks-gallery-grid .blocks-gallery-item img,
.editor-visual-editor .editor-resizable-editor > div .wp-block-gallery .blocks-gallery-grid .blocks-gallery-item img,
.block-editor-block-list__layout .wp-block-gallery .blocks-gallery-grid .blocks-gallery-item img {
  height: auto;
}
.text .wp-block-gallery .blocks-gallery-grid .blocks-gallery-item__caption,
.interface-navigable-region .wp-block-gallery .blocks-gallery-grid .blocks-gallery-item__caption,
.editor-visual-editor .editor-resizable-editor > div .wp-block-gallery .blocks-gallery-grid .blocks-gallery-item__caption,
.block-editor-block-list__layout .wp-block-gallery .blocks-gallery-grid .blocks-gallery-item__caption {
  text-align: left;
  position: relative;
  bottom: auto;
  padding: 0;
  margin-top: -10px;
  color: #4C4948;
  background: #ffffff;
}
.text .wp-block-image,
.interface-navigable-region .wp-block-image,
.editor-visual-editor .editor-resizable-editor > div .wp-block-image,
.block-editor-block-list__layout .wp-block-image {
  margin-bottom: 30px;
  margin-left: auto;
  margin-right: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 37.5em) {
  .text .wp-block-image,
  .interface-navigable-region .wp-block-image,
  .editor-visual-editor .editor-resizable-editor > div .wp-block-image,
  .block-editor-block-list__layout .wp-block-image {
    margin-bottom: 20px;
  }
}
.text figcaption,
.interface-navigable-region figcaption,
.editor-visual-editor .editor-resizable-editor > div figcaption,
.block-editor-block-list__layout figcaption {
  position: relative;
  bottom: auto;
  padding: 0;
  color: #4C4948;
  background: #ffffff;
  font-size: 14px;
  line-height: 1.3;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}
.text iframe,
.interface-navigable-region iframe,
.editor-visual-editor .editor-resizable-editor > div iframe,
.block-editor-block-list__layout iframe {
  width: 100%;
}
.text .has-text-align-center,
.interface-navigable-region .has-text-align-center,
.editor-visual-editor .editor-resizable-editor > div .has-text-align-center,
.block-editor-block-list__layout .has-text-align-center {
  text-align: center !important;
}
.text .has-text-align-right,
.interface-navigable-region .has-text-align-right,
.editor-visual-editor .editor-resizable-editor > div .has-text-align-right,
.block-editor-block-list__layout .has-text-align-right {
  text-align: right !important;
}
.text .has-text-align-left,
.interface-navigable-region .has-text-align-left,
.editor-visual-editor .editor-resizable-editor > div .has-text-align-left,
.block-editor-block-list__layout .has-text-align-left {
  text-align: left !important;
}
.text .wp-block-separator,
.interface-navigable-region .wp-block-separator,
.editor-visual-editor .editor-resizable-editor > div .wp-block-separator,
.block-editor-block-list__layout .wp-block-separator {
  margin-top: 60px !important;
  margin-bottom: 60px !important;
  border: 0 none;
  height: 1px;
  max-width: 100px;
  background-color: #4C4948;
}
.text .wp-block-table,
.interface-navigable-region .wp-block-table,
.editor-visual-editor .editor-resizable-editor > div .wp-block-table,
.block-editor-block-list__layout .wp-block-table {
  display: inline-block;
  width: auto;
  margin-left: auto;
  margin-right: auto;
}
.text .wp-block-file,
.interface-navigable-region .wp-block-file,
.editor-visual-editor .editor-resizable-editor > div .wp-block-file,
.block-editor-block-list__layout .wp-block-file {
  padding: 20px;
  border: 1px solid #4C4948;
}
.text .wp-block-file a,
.interface-navigable-region .wp-block-file a,
.editor-visual-editor .editor-resizable-editor > div .wp-block-file a,
.block-editor-block-list__layout .wp-block-file a {
  color: #4C4948;
  font-size: 15px;
  font-weight: bold;
  line-height: 1.5;
}
.text blockquote,
.interface-navigable-region blockquote,
.editor-visual-editor .editor-resizable-editor > div blockquote,
.block-editor-block-list__layout blockquote {
  padding-left: 40px;
  padding-right: 40px;
  padding-top: 40px;
  padding-bottom: 40px;
  text-align: left;
  position: relative;
  background-color: #fafafa;
  border-radius: 10px;
}
.text blockquote::before,
.interface-navigable-region blockquote::before,
.editor-visual-editor .editor-resizable-editor > div blockquote::before,
.block-editor-block-list__layout blockquote::before {
  font-family: "Material Icons Outlined";
  content: "“";
  font-size: 36px;
  font-weight: bold;
  color: #aaa;
  position: absolute;
  top: 10px;
  left: 10px;
}
.text blockquote::after,
.interface-navigable-region blockquote::after,
.editor-visual-editor .editor-resizable-editor > div blockquote::after,
.block-editor-block-list__layout blockquote::after {
  font-family: "Material Icons Outlined";
  content: "„";
  font-size: 36px;
  font-weight: bold;
  color: #aaa;
  position: absolute;
  bottom: 15px;
  right: 10px;
}
.text blockquote cite,
.interface-navigable-region blockquote cite,
.editor-visual-editor .editor-resizable-editor > div blockquote cite,
.block-editor-block-list__layout blockquote cite {
  font-size: 13px;
  line-height: 1.5;
}
@media screen and (max-width: 37.5em) {
  .text blockquote,
  .interface-navigable-region blockquote,
  .editor-visual-editor .editor-resizable-editor > div blockquote,
  .block-editor-block-list__layout blockquote {
    padding: 40px 10px;
  }
}

strong {
  font-weight: bold;
}

::-moz-selection {
  background-color: #ECECEC;
  color: #4C4948;
}

::selection {
  background-color: #ECECEC;
  color: #4C4948;
}

.wp-block-buttons {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: end !important;
      -ms-flex-align: end !important;
          align-items: flex-end !important;
  margin-right: -24px;
}

.wp-block-button {
  display: inline;
}
.wp-block-button a,
.wp-block-button .wp-block-button__link {
  font-size: clamp(12px, 11px + 0.25vw, 14px);
  line-height: 1.3;
  font-weight: 500;
  border-radius: 0;
  background-color: #eee;
  color: #4C4948;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  text-align: right;
  padding: 24px;
}

/* コードブロックの基本スタイル */
.wp-block-code {
  background-color: #f5f5f5;
  border: 1px solid #ddd;
  border-radius: 4px;
  font-family: "SFMono-Regular", Consolas, "Liberation Mono", Menlo, Courier, monospace;
  margin-bottom: 1.5em;
  overflow: auto;
  padding: 1.5em;
}

/* コードタグのスタイル */
.wp-block-code code {
  background: transparent;
  color: #333;
  display: block;
  font-size: 0.9em;
  line-height: 1.6;
  max-width: 100%;
  overflow-x: auto;
  padding: 0;
  white-space: pre;
  word-break: normal;
  word-wrap: normal;
}

/* ダークモードバリエーション */
.is-style-dark-code .wp-block-code {
  background-color: #282c34;
  border-color: #181a1f;
  color: #abb2bf;
}

.is-style-dark-code .wp-block-code code {
  color: #abb2bf;
}

/* コードブロック内の特定の要素のカラーハイライト（シンタックスハイライト風） */
.wp-block-code .keyword {
  color: #c678dd; /* キーワード: purple */
}

.wp-block-code .string {
  color: #98c379; /* 文字列: green */
}

.wp-block-code .number {
  color: #d19a66; /* 数値: orange */
}

.wp-block-code .comment {
  color: #5c6370; /* コメント: gray */
  font-style: italic;
}

.wp-block-code .function {
  color: #61afef; /* 関数: blue */
}

/* モバイル向けの調整 */
@media (max-width: 782px) {
  .wp-block-code {
    padding: 1em;
  }
  .wp-block-code code {
    font-size: 0.85em;
  }
}
/* エディター内でのスタイル */
.editor-styles-wrapper .wp-block-code {
  background-color: #f5f5f5;
  border: 1px solid #ddd;
}

.editor-styles-wrapper .wp-block-code code {
  font-family: "SFMono-Regular", Consolas, "Liberation Mono", Menlo, Courier, monospace;
}

/* オプション: コピーボタン用のスタイル (JavaScriptと組み合わせて使用) */
.wp-block-code-copy-button {
  background-color: rgba(255, 255, 255, 0.7);
  border: none;
  border-radius: 3px;
  color: #333;
  cursor: pointer;
  font-size: 0.8em;
  opacity: 0;
  padding: 4px 8px;
  position: absolute;
  right: 10px;
  top: 10px;
  -webkit-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
}

.wp-block-code:hover .wp-block-code-copy-button {
  opacity: 1;
}

.wp-block-code-copy-button:hover {
  background-color: rgba(255, 255, 255, 0.9);
}

.wp-block-code-copy-button:active {
  background-color: rgba(220, 220, 220, 0.9);
}

/* 言語タグ用のスタイル（オプション） */
.wp-block-code-language {
  background-color: rgba(0, 0, 0, 0.07);
  border-radius: 3px 0 0 0;
  color: #333;
  font-family: sans-serif;
  font-size: 0.75em;
  left: 0;
  padding: 4px 8px;
  position: absolute;
  top: 0;
}

/* コードブロックに言語タグを表示する際のコンテナ設定 */
.wp-block-code-with-language {
  position: relative;
  padding-top: 30px;
}

/* 行番号表示のスタイル（オプション） */
.wp-block-code.has-line-numbers {
  counter-reset: line;
  padding-left: 3.5em;
}

.wp-block-code.has-line-numbers code > span {
  counter-increment: line;
  display: inline-block;
  position: relative;
  width: 100%;
}

.wp-block-code.has-line-numbers code > span:before {
  color: #888;
  content: counter(line);
  display: inline-block;
  left: -3em;
  padding-right: 1em;
  position: absolute;
  text-align: right;
  width: 2em;
}

.wp-block-flexible-table-block-table figcaption {
  margin-top: 0.5em;
  max-width: 100%;
  line-height: 1.5;
}

.wrap {
  max-width: 1000px;
  margin: auto;
  padding: 0 24px;
  text-align: left;
}
@media screen and (max-width: 37.5em) {
  .wrap {
    padding: 0 20px;
  }
}

.about .text .about__section .wp-block-group__inner-container {
  text-align: left;
  position: relative;
}
.about .text .about__section .wp-block-group__inner-container::before {
  content: "";
  display: block;
  height: 100%;
  width: calc(100% + 50px);
  position: absolute;
  top: 35px;
  left: -25px;
  background-color: rgb(250.6950819672, 245.7278688525, 239.1049180328);
  z-index: -1;
  border: 1px solid rgb(242.7090909091, 231.1863636364, 216.5909090909);
}
.about .text .about__section:nth-of-type(1) {
  margin-bottom: 100px;
}
.about .text .about__section:nth-of-type(1) .wp-block-group__inner-container {
  text-align: left;
}
.about .text .about__section:nth-of-type(1) .wp-block-group__inner-container h2 {
  display: inline-block;
  border: 1px solid #DFCCB4;
  padding: 1em 1em 1em 50px;
  margin-left: -51px;
  background-color: #F2E3CF;
  border-radius: 9999px;
}
.about .text .about__section:nth-of-type(2) {
  margin-bottom: 100px;
}
.about .text .about__section:nth-of-type(2) .wp-block-group__inner-container {
  text-align: center;
}
.about .text .about__section:nth-of-type(2) .wp-block-group__inner-container h2 {
  display: inline-block;
  border: 1px solid #DFCCB4;
  padding: 1em;
  margin-left: auto;
  margin-right: auto;
  background-color: #F2E3CF;
  border-radius: 9999px;
}
.about .text .about__section:nth-of-type(2) .wp-block-group__inner-container p {
  text-align: left;
}
.about .text .about__section:nth-of-type(3) .wp-block-group__inner-container {
  text-align: right;
}
.about .text .about__section:nth-of-type(3) .wp-block-group__inner-container h2 {
  display: inline-block;
  border: 1px solid #DFCCB4;
  padding: 1em 50px 1em 1em;
  margin-right: -51px;
  background-color: #F2E3CF;
  border-radius: 9999px;
}
.about .text .about__section:nth-of-type(3) .wp-block-group__inner-container p {
  text-align: left;
}
.about .text .about__section:nth-of-type(3) .wp-block-group__inner-container img {
  max-width: 160px;
}

.archive .page__content header {
  padding-top: 30px;
  padding-bottom: 60px;
}
.archive .page__content header h1 {
  text-align: center;
  line-height: 1.3;
  font-size: 40px;
  color: #4C4948;
  font-weight: bold;
}
.archive.topics .wrap .page__content {
  border: 1px solid #000;
  background-color: #fff;
  padding: 30px;
}
.archive.topics .wrap .page__content h1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 2em;
  margin-top: 3em;
  margin-bottom: 3em;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 37.5em) {
  .archive.topics .wrap .page__content h1 {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.archive.topics .wrap .page__content h1 span.--en {
  font-size: clamp(1.5rem, 0.682rem + 4.09vw, 3.75rem);
  font-weight: bold;
}
.archive.topics .wrap .page__content h1 span.--ja {
  font-size: clamp(0.75rem, 0.659rem + 0.45vw, 1rem);
  font-weight: bold;
}
.archive.topics .wrap .page__content .list {
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}

.archive.archive--results .page__content h1 {
  background-color: #4C4948;
  padding: 0.7em;
  color: #fff;
  font-size: 32px;
  font-weight: 700;
  text-align: center;
  margin-left: -30px;
  margin-right: -30px;
  margin-top: -30px;
}
@media screen and (max-width: 37.5em) {
  .archive.archive--results .page__content h1 {
    margin-top: -20px;
    margin-left: -20px;
    margin-right: -20px;
  }
}

.contact .text h2 {
  padding: 1em 24px;
  margin-left: -24px;
  background-color: #EFF8F7;
}

.text .consultation__navi p {
  font-weight: 600;
  color: #0B4042;
  margin-bottom: 0;
}
.text .consultation__navi ul {
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.text .consultation__navi ul li {
  list-style-type: none;
  margin-top: 0;
  margin-bottom: 0;
}
.text .consultation__navi ul li a {
  display: block;
  padding: 0.5em 0.8em;
  font-size: clamp(12px, 11px + 0.25vw, 14px);
  border: 1px solid #0B4042;
  text-decoration: none;
  color: #0B4042;
  margin-right: -1px;
  margin-bottom: -1px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.text .consultation__navi ul li a:hover {
  background-color: rgb(211.7142857143, 246.474025974, 247.7857142857);
}

.text .consultation__item {
  padding-top: 48px;
}
.text .consultation__item h3 {
  margin-bottom: 0.5em;
  line-height: 1.8;
}
.text .consultation__item .wp-block-table {
  width: 100%;
}
.text .consultation__item .wp-block-table table {
  width: 100%;
}

.list--event {
  display: grid;
  grid-template-columns: 1fr;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  gap: 48px;
}
@media screen and (min-width: 37.5em) {
  .list--event {
    grid-template-columns: 1fr 1fr;
  }
}

.list_item--event {
  position: relative;
  padding-top: 1em;
  padding-bottom: 1em;
}
.list_item--event::before {
  content: "";
  display: block;
  width: 150px;
  height: 100%;
  position: absolute;
  left: -24px;
  top: 0;
  background-color: #f2e3cf;
  z-index: -1;
}
.list_item--event .event__title {
  display: block;
  margin-top: 1em;
  text-decoration: none;
  color: #600A0A;
  font-size: clamp(15px, 14.5px + 0.125vw, 16px);
  font-weight: 600;
  line-height: 1.5;
}

.event__image {
  width: 100%;
  height: auto;
}
.event__image img {
  display: block;
  width: 100%;
  height: auto;
}

.event__image_blank {
  width: 100%;
  height: 3px;
  background-color: #E0BEBE;
}

.event__place {
  display: block;
  margin-top: 1em;
  color: #600A0A;
  font-size: clamp(12px, 11px + 0.25vw, 14px);
  font-weight: 600;
  line-height: 1.5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 0.5em;
     -moz-column-gap: 0.5em;
          column-gap: 0.5em;
}
.event__place::before {
  content: "\e55f";
  font-family: "Material Icons Outlined";
  color: #600A0A;
}

.list_item--event.list_item--past-event::before {
  background-color: #eee;
}
.list_item--event.list_item--past-event .event__image_blank {
  background-color: #ccc;
}
.list_item--event.list_item--past-event .event__date--start,
.list_item--event.list_item--past-event .event__date--end {
  color: #333;
}
.list_item--event.list_item--past-event .event__date--end::before {
  color: #333;
}
.list_item--event.list_item--past-event .event__title {
  color: #333;
}
.list_item--event.list_item--past-event .event__place {
  color: #333;
}
.list_item--event.list_item--past-event .event__place::before {
  color: #333;
}

.list_item--regular_event .event__dates {
  margin-top: 1.5em;
}
.list_item--regular_event .event__dates ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 4px;
}
.list_item--regular_event .event__dates ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4px;
  padding: 10px;
  border: 1px solid #E0BEBE;
  color: #600A0A;
}
.list_item--regular_event .event__dates ul li .year,
.list_item--regular_event .event__dates ul li .weekday {
  font-size: clamp(10px, 9px + 0.25vw, 12px);
}
.list_item--regular_event .event__dates ul li:first-child {
  border-color: #600A0A;
}

.event__date {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 40px;
     -moz-column-gap: 40px;
          column-gap: 40px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 1em;
}

.event__date--start,
.event__date--end {
  color: #600A0A;
  font-size: clamp(20px, 18px + 0.5vw, 24px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  row-gap: 0.2em;
}
.event__date--start span,
.event__date--end span {
  font-size: clamp(10px, 9px + 0.25vw, 12px);
  font-weight: 600;
}

.event__date--end {
  position: relative;
}
.event__date--end::before {
  content: "\e5c8";
  font-family: "Material Icons Outlined";
  color: #600A0A;
  position: absolute;
  left: -32px;
  top: calc(50% - 8px);
}

.event__now,
.event__soon,
.event__finish {
  color: #600A0A;
  margin-left: auto;
  font-size: clamp(12px, 11px + 0.25vw, 14px);
  border: 1px solid #600A0A;
  padding: 0.7em;
}

.event.single .page__feature {
  max-width: 160px;
  margin-left: auto;
  margin-right: auto;
}
.event.single .event__date {
  padding: 24px;
  margin-left: -24px;
  background-color: #f2e3cf;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.event.single .event__date > div {
  margin-left: auto;
}
.event.single .event__date--start,
.event.single .event__date--end {
  font-size: clamp(24px, 20px + 1vw, 32px);
}
.event.single .event__date--start span,
.event.single .event__date--end span {
  font-size: clamp(12px, 11px + 0.25vw, 14px);
}
.event.single h1 {
  font-size: clamp(20px, 18px + 0.5vw, 24px);
  font-weight: bold;
  line-height: 1.5;
  padding-top: 1em;
  padding-bottom: 1em;
}
.event.single .event__image,
.event.single .event__image_blank {
  margin-top: 1em;
  margin-bottom: 1em;
}

.event__switch {
  text-align: center;
  margin-top: 2em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
}
.event__switch a {
  display: inline-block;
  margin-left: auto;
  margin-right: auto;
  text-decoration: none;
  background-color: #f2e3cf;
  border-radius: 9999px;
  padding: 0.5em 1em;
  font-size: clamp(12px, 11px + 0.25vw, 14px);
  font-weight: bold;
}

@media screen and (min-width: 37.5em) {
  .top .header--page .top_text,
  .top-page .header--page .top_text {
    max-width: 50%;
  }
}
.top .header--page p,
.top-page .header--page p {
  color: #4C4948;
}
.top .header--page p.top_text--copy,
.top-page .header--page p.top_text--copy {
  text-align: center;
  font-weight: 700;
  font-size: clamp(20px, 18px + 0.5vw, 24px);
  letter-spacing: 0.15em;
  margin-top: 1em;
}
@media screen and (min-width: 37.5em) {
  .top .header--page p.top_text--copy,
  .top-page .header--page p.top_text--copy {
    text-align: left;
  }
}
.top .header--page p.top_text--description,
.top-page .header--page p.top_text--description {
  text-align: justify;
  font-weight: 700;
  font-size: clamp(15px, 14.5px + 0.125vw, 16px);
  line-height: 1.7;
  margin-top: 2em;
}
@media screen and (min-width: 37.5em) {
  .top .header--page p.top_text--description,
  .top-page .header--page p.top_text--description {
    margin-top: 4em;
  }
}
.top .header--page .page__feature,
.top-page .header--page .page__feature {
  padding: 0;
}

.lang-en.top .header--page p,
.lang-en.top-page .header--page p {
  letter-spacing: 0;
}

.pickup {
  margin-bottom: 60px;
}
.pickup h2 {
  position: relative;
  font-size: clamp(15px, 14.5px + 0.125vw, 16px);
  font-weight: bold;
  color: #fff;
  padding: 2em;
  margin-left: -2em;
  margin-bottom: -1em;
  display: inline-block;
}
.pickup h2::before {
  content: "";
  display: block;
  background-color: #E99F95;
  border: 1px solid #DF8A7E;
  border-radius: 9999px;
  width: 200%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
}
@media screen and (min-width: 37.5em) {
  .pickup h2::before {
    width: 100%;
  }
}

.pickup__item {
  margin-right: 20px;
}
.pickup__item .image {
  width: 100%;
  aspect-ratio: 1/1;
  background-color: #fff;
  border: 1px solid #DF8A7E;
}
.pickup__item .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.pickup__item .pickup_text {
  color: #521A21;
}
.pickup__item .pickup_text span {
  display: block;
}
.pickup__item .pickup_text .pickup__category {
  font-size: clamp(10px, 9px + 0.25vw, 12px);
  font-weight: bold;
  margin-top: 1em;
}
.pickup__item .pickup_text .pickup__title {
  font-size: clamp(15px, 14.5px + 0.125vw, 16px);
  margin-top: 0.5em;
  line-height: 1.5;
  font-weight: 500;
}
.pickup__item .pickup_link {
  margin-top: 1em;
  text-align: right;
}
.pickup__item .pickup_link a {
  text-decoration: none;
  position: relative;
  font-size: clamp(12px, 11px + 0.25vw, 14px);
  font-weight: bold;
  color: #fff;
  padding: 1em;
  display: inline-block;
  border-radius: 9999px;
  background-color: #E99F95;
  border: 1px solid #DF8A7E;
}

.top__program {
  margin-bottom: 60px;
  text-align: center;
  background-color: #FFF2B5;
  padding-top: 4em;
  padding-bottom: 4em;
  padding-left: 20px;
  padding-right: 20px;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
}
@media screen and (min-width: 37.5em) {
  .top__program .top__program__link,
  .top__program .top__program__category {
    max-width: 960px;
    margin-left: auto;
    margin-right: auto;
  }
  .top__program .top__program__link {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
  }
}
.top__program h2 {
  color: #493B06;
  font-size: clamp(20px, 18px + 0.5vw, 24px);
  font-weight: 600;
  line-height: 1.3;
  margin-bottom: 1em;
  margin-top: -1em;
}

.top__program__image img {
  display: block;
  max-width: 180px;
  height: auto;
  margin-left: auto;
  margin-right: auto;
}

.top__program__category {
  text-align: left;
}
.top__program__category h3 {
  background-color: #4c4948;
  padding: 0.5em 1em;
  font-size: clamp(12px, 11px + 0.25vw, 14px);
  font-weight: 500;
  color: #FFF2B5;
  border-radius: 5px 5px 0 0;
  display: inline-block;
}
@media screen and (min-width: 37.5em) {
  .top__program__category h3 {
    font-size: clamp(15px, 14.5px + 0.125vw, 16px);
  }
}
.top__program__category ul {
  padding: 0.5em;
  border: 1px solid #4c4948;
  border-radius: 0 16px 16px 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 5px;
}
@media screen and (min-width: 37.5em) {
  .top__program__category ul {
    padding: 1em;
    gap: 10px;
  }
}
.top__program__category ul li a {
  text-decoration: none;
  padding: 0.5em;
  border-radius: 100px;
  color: #4c4948;
  font-size: clamp(12px, 11px + 0.25vw, 14px);
  font-weight: 500;
  display: block;
  background-color: #F7F5EA;
  border: 1px solid #E4DCB4;
}
@media screen and (min-width: 37.5em) {
  .top__program__category ul li a {
    padding: 1em;
  }
}

.top__program__link {
  margin-bottom: 24px;
}
.top__program__link a {
  text-decoration: none;
  color: #493B06;
  font-size: clamp(18px, 17px + 0.25vw, 20px);
  font-weight: 600;
  display: block;
  padding: 1em 0;
  background-color: rgb(250.4, 241.775, 225.1);
  border: 1px solid #ECDAB6;
  border-radius: 9999px;
  margin-bottom: 40px;
  margin-top: 40px;
  position: relative;
}
.top__program__link a img {
  display: block;
  position: absolute;
}
.top__program__link a span {
  display: block;
}
.top__program__link a span:nth-of-type(1) {
  font-size: clamp(10px, 9px + 0.25vw, 12px);
  margin-bottom: 5px;
}
.top__program__link a span:nth-of-type(2) {
  font-size: clamp(18px, 17px + 0.25vw, 20px);
}
.top__program__link a.link--chart {
  text-align: right;
  padding-right: 1.5em;
  margin-left: 30px;
}
@media screen and (min-width: 37.5em) {
  .top__program__link a.link--chart {
    margin-left: 60px;
  }
}
.top__program__link a.link--chart img {
  left: -40px;
  top: -35%;
  max-width: 120px;
  height: auto;
}
@media screen and (min-width: 37.5em) {
  .top__program__link a.link--chart img {
    max-width: 200px;
    left: -70px;
  }
}
.top__program__link a.link--program-list {
  text-align: left;
  padding-left: 1.5em;
  margin-right: 30px;
}
@media screen and (min-width: 37.5em) {
  .top__program__link a.link--program-list {
    margin-right: 60px;
  }
}
.top__program__link a.link--program-list img {
  right: -40px;
  top: -35%;
  max-width: 120px;
  height: auto;
}
@media screen and (min-width: 37.5em) {
  .top__program__link a.link--program-list img {
    max-width: 200px;
    right: -70px;
  }
}
@media screen and (min-width: 37.5em) {
  .top__program__link a {
    font-size: clamp(24px, 20px + 1vw, 32px);
  }
}

.lang-en .top__program__link a span {
  display: block;
}
.lang-en .top__program__link a span:nth-of-type(1) {
  font-size: clamp(10px, 9px + 0.25vw, 12px);
  margin-bottom: 5px;
}
.lang-en .top__program__link a span:nth-of-type(2) {
  font-size: clamp(15px, 14.5px + 0.125vw, 16px);
}

.top__program__type {
  margin-bottom: 24px;
}
.top__program__type a {
  text-decoration: none;
  color: #493B06;
  font-weight: 600;
  font-size: clamp(12px, 11px + 0.25vw, 14px);
  display: inline-block;
  margin-left: auto;
  margin-right: auto;
  padding: 1em;
  background-color: rgb(250.4, 241.775, 225.1);
  border: 1px solid #ECDAB6;
  border-radius: 9999px;
}

.top__event {
  margin-bottom: 100px;
}
.top__event h2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  color: #600A0A;
  font-size: clamp(18px, 17px + 0.25vw, 20px);
  line-height: 1.5;
  font-weight: 600;
  margin-bottom: 1em;
}
.top__event h2 div {
  width: 120px;
}
.top__event h2 div img {
  width: 100%;
  height: auto;
  display: block;
}
.top__event .top__section__link a {
  background-color: #f2e3cf;
  color: #600A0A;
}
.top__event .top__section__link a::after {
  color: #600A0A;
}

.top__section__link {
  margin-right: -24px;
  text-align: right;
  margin-top: 48px;
}
.top__section__link a {
  text-decoration: none;
  font-size: clamp(15px, 14.5px + 0.125vw, 16px);
  font-weight: 600;
  line-height: 1.3;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 1em;
}
.top__section__link a::after {
  content: "\e5c8";
  font-family: "Material Icons Outlined";
  margin-left: 1em;
}

.top__topics {
  margin-bottom: 100px;
}
.top__topics h2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  color: #1E4C6D;
  font-size: clamp(18px, 17px + 0.25vw, 20px);
  line-height: 1.5;
  font-weight: 600;
  margin-bottom: 1em;
  position: relative;
}
.top__topics h2 div {
  width: 120px;
}
.top__topics h2 div img {
  width: 100%;
  height: auto;
  display: block;
}
.top__topics h2::before {
  content: "";
  display: block;
  width: 75px;
  height: 24px;
  background-color: #DBE8F2;
  position: absolute;
  left: 0;
  top: 12px;
}
.top__topics h2::after {
  content: "";
  display: block;
  width: 150px;
  height: 24px;
  background-color: rgb(173.925, 207.85, 232.575);
  position: absolute;
  left: 0;
  bottom: 12px;
}
.top__topics .top__section__link {
  margin-top: 48px;
}
.top__topics .top__section__link a {
  background-color: #DBE8F2;
  color: #1E4C6D;
}
.top__topics .top__section__link a::after {
  color: #1E4C6D;
}

.top__etc {
  background-color: #37b886;
  padding-top: 4em;
  padding-bottom: 4em;
  padding-left: 20px;
  padding-right: 20px;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
}
.top__etc .top__etc__head {
  border: 3px solid #074C31;
  padding: 0.5em 0.5em 0.5em 1em;
  background-color: #fff;
  border-radius: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 6px;
  margin-top: -3px;
  margin-left: -3px;
  margin-right: -3px;
}
.top__etc .top__etc__head img {
  height: auto;
  width: 90px;
  display: block;
}
.top__etc .top__etc__head span {
  display: block;
  line-height: 1.5;
  text-align: left;
  color: #074C31;
  font-size: clamp(18px, 17px + 0.25vw, 20px);
  font-weight: 600;
}
.top__etc .top__etc__description {
  padding: 1em 1em 2em;
  position: relative;
}
@media screen and (min-width: 37.5em) {
  .top__etc .top__etc__description {
    height: auto;
  }
}
.top__etc .top__etc__description p {
  color: #074C31;
  font-size: clamp(12px, 11px + 0.25vw, 14px);
  line-height: 1.5;
  font-weight: 500;
}
.top__etc h2 {
  text-align: center;
  color: #fff;
  font-size: clamp(20px, 18px + 0.5vw, 24px);
  font-weight: bold;
  margin-bottom: 2em;
}
.top__etc .grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 24px;
}
@media screen and (min-width: 37.5em) {
  .top__etc .grid {
    max-width: 960px;
    margin-left: auto;
    margin-right: auto;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 20px;
  }
}
.top__etc .grid > div a {
  display: block;
  text-decoration: none;
  border: 3px solid #074C31;
  background-color: #fff;
  border-radius: 16px;
  height: 100%;
  position: relative;
}
.top__etc .grid > div a span.material-icons {
  color: #074C31;
  border: 3px solid #074C31;
  padding: 0.1em 0.5em;
  background-color: #fff;
  border-radius: 16px;
  position: absolute;
  bottom: -3px;
  right: -3px;
}
.top__etc .grid > div:nth-of-type(3) a {
  row-gap: 1em;
}

.header--page {
  padding-bottom: 48px;
}
.header--page .page__feature {
  padding: 0 24px;
  margin-bottom: 1em;
}
.header--page h1 {
  font-weight: 700;
  font-size: clamp(20px, 18px + 0.5vw, 24px);
  text-align: center;
  line-height: 1.3;
}
@media screen and (min-width: 37.5em) {
  .header--page {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    gap: 40px;
  }
  .header--page .page__feature {
    padding: 0;
    margin-bottom: 1em;
    max-width: 50%;
  }
  .header--page .page__feature img {
    max-height: 60vh;
  }
  .header--page .page__titlewrap {
    text-align: left;
    margin-right: auto;
  }
  .header--page .page__sub_title {
    text-align: left;
  }
  .header--page h1 {
    text-align: left;
    margin-right: auto;
    font-size: clamp(24px, 20px + 1vw, 32px);
  }
}

.program-list .header--page .page__feature,
.global-professional-certificate-program .header--page .page__feature,
.post-type-archive-post .header--page .page__feature,
.contact .header--page .page__feature,
.event .header--page .page__feature,
.past-event .header--page .page__feature,
.topics .header--page .page__feature,
.post-type-archive-post .header--page .page__feature,
.search .header--page .page__feature {
  padding: 0 36px;
  margin-bottom: -2em;
  margin-top: -2em;
}
@media screen and (min-width: 37.5em) {
  .program-list .header--page .page__feature,
  .global-professional-certificate-program .header--page .page__feature,
  .post-type-archive-post .header--page .page__feature,
  .contact .header--page .page__feature,
  .event .header--page .page__feature,
  .past-event .header--page .page__feature,
  .topics .header--page .page__feature,
  .post-type-archive-post .header--page .page__feature,
  .search .header--page .page__feature {
    padding: 0;
    margin-bottom: 0;
    margin-top: 0;
  }
  .program-list .header--page .page__feature img,
  .global-professional-certificate-program .header--page .page__feature img,
  .post-type-archive-post .header--page .page__feature img,
  .contact .header--page .page__feature img,
  .event .header--page .page__feature img,
  .past-event .header--page .page__feature img,
  .topics .header--page .page__feature img,
  .post-type-archive-post .header--page .page__feature img,
  .search .header--page .page__feature img {
    max-height: 40vh;
  }
}

.page__feature img {
  width: 100%;
  height: auto;
}

.page__sub_title {
  text-align: center;
}
.page__sub_title span {
  display: inline-block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 2em;
  font-size: clamp(10px, 9px + 0.25vw, 12px);
  font-weight: bold;
  padding: 1em;
  border-width: 1px;
  border-style: solid;
  border-radius: 9999px;
}

.text .step__index {
  margin-bottom: 60px;
}
.text .step__index .wp-block-group__inner-container {
  text-align: left;
}
.text .step__index .wp-block-group__inner-container > p {
  font-size: clamp(12px, 11px + 0.25vw, 14px);
  font-weight: 600;
  margin-bottom: -1em;
}
.text .step__index .wp-block-group__inner-container ol {
  counter-reset: li_count;
  padding-left: 0;
}
.text .step__index .wp-block-group__inner-container ol li {
  list-style-type: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 1px solid #074C31;
  border-radius: 9999px;
  height: 48px;
}
.text .step__index .wp-block-group__inner-container ol li::before {
  counter-increment: li_count;
  content: counter(li_count);
  width: 50px;
  height: 50px;
  border-radius: 9999px;
  background-color: #074C31;
  color: #fff;
  font-weight: 600;
  font-size: clamp(20px, 18px + 0.5vw, 24px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: -1px;
}
.text .step__index .wp-block-group__inner-container ol li a {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-decoration: none;
  display: block;
  padding-left: 1em;
  padding-right: 1em;
  font-size: clamp(15px, 14.5px + 0.125vw, 16px);
  font-weight: 600;
}

.text .check__list .wp-block-group__inner-container {
  text-align: left;
  background-color: #EAF4F0;
  padding: 36px 24px;
  margin-left: -24px;
  margin-right: -24px;
  margin-top: 36px;
  margin-bottom: 36px;
}
.text .check__list .wp-block-group__inner-container h3 {
  position: relative;
  font-size: clamp(18px, 17px + 0.25vw, 20px);
}
.text .check__list .wp-block-group__inner-container h3::before {
  content: "\e88e";
  font-family: "Material Icons Outlined";
  font-size: 36px;
  position: absolute;
  left: 0;
  top: -60px;
}
.text .check__list .wp-block-group__inner-container ul {
  border-top: 1px solid #074C31;
  border-bottom: 1px solid #074C31;
  padding-top: 1px;
  padding-bottom: 2px;
  padding-left: 0;
}
.text .check__list .wp-block-group__inner-container ul li {
  list-style-type: none;
  border-top: 1px solid #074C31;
  border-bottom: 1px solid #074C31;
  padding-top: 0.5em;
  padding-bottom: 0.5em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: -1px;
  margin-top: 0;
  font-weight: 600;
  line-height: 1.5;
}
.text .check__list .wp-block-group__inner-container ul li a {
  text-decoration: none;
  color: #074C31;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-column-gap: 1em;
     -moz-column-gap: 1em;
          column-gap: 1em;
  width: 100%;
}
.text .check__list .wp-block-group__inner-container ul li a::after {
  content: "\e5db";
  font-family: "Material Icons Outlined";
}
.text .check__list .wp-block-group__inner-container ul li::before {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  border: 2px solid #074C31;
  margin-right: 1em;
}

.text .table--scholarship tr td:first-child {
  white-space: nowrap;
}

.pre-departure-preparation .text h2,
.departure-preparation .text h2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: transparent;
  padding-top: 0;
  padding-bottom: 0;
}
.pre-departure-preparation .text h2::before,
.departure-preparation .text h2::before {
  content: "\e834";
  font-family: "Material Icons Outlined";
  margin-right: 12px;
  font-size: 36px;
}

.text .wp-block-buttons.buttons--preperation {
  margin-right: -24px;
  display: grid;
  gap: 4px;
  grid-template-columns: 1fr;
  margin-top: 100px;
}
.text .wp-block-buttons.buttons--preperation .wp-block-button {
  padding: 0;
  margin-left: auto;
}
.text .wp-block-buttons.buttons--preperation .wp-block-button a {
  padding: 24px;
  background-color: #074C31;
  color: #fff;
  text-decoration: none;
  font-size: clamp(12px, 11px + 0.25vw, 14px);
  font-weight: bold;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 300px;
  gap: 2em;
}
.text .wp-block-buttons.buttons--preperation .wp-block-button a::after {
  content: "\e5c8";
  font-family: "Material Icons Outlined";
  font-size: 16px;
}

.explore-the-right-program-for-you .page__content .chart__head {
  padding: 48px 24px 0;
  margin-left: -24px;
  margin-right: -24px;
  background-color: rgb(250.4, 241.775, 225.1);
  margin-bottom: 0;
}
.explore-the-right-program-for-you .page__content .chart__head hgroup {
  text-align: center;
  position: relative;
}
.explore-the-right-program-for-you .page__content .chart__head hgroup > p {
  font-size: clamp(12px, 11px + 0.25vw, 14px);
  font-weight: 600;
}
.explore-the-right-program-for-you .page__content .chart__head hgroup > h2 {
  position: relative;
  display: inline-block;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  margin-top: 0.5em;
  margin-bottom: 0;
}
.explore-the-right-program-for-you .page__content .chart__head hgroup > h2::before {
  content: "";
  display: block;
  width: 3px;
  height: 70px;
  background-color: #493B06;
  position: absolute;
  left: -30px;
  bottom: 0;
  -webkit-transform: rotate(-15deg);
          transform: rotate(-15deg);
}
.explore-the-right-program-for-you .page__content .chart__head hgroup > h2::after {
  content: "";
  display: block;
  width: 3px;
  height: 70px;
  background-color: #493B06;
  position: absolute;
  right: -30px;
  bottom: 0;
  -webkit-transform: rotate(15deg);
          transform: rotate(15deg);
}
.explore-the-right-program-for-you .page__content .chart__head ~ .container {
  padding: 24px 24px 48px;
  margin-left: -24px;
  margin-right: -24px;
  background-color: rgb(250.4, 241.775, 225.1);
}

#program__type {
  font-size: clamp(18px, 17px + 0.25vw, 20px);
  display: block;
  text-align: center;
  margin-top: 5em;
}

.container.no-result ~ * {
  display: none !important;
}

.find-your-study-abroad-program .text > h3,
.explore-the-right-program-for-you .text > h3 {
  padding: 1em 24px;
  margin-left: -24px;
  background-color: #F7E8CB;
}
.find-your-study-abroad-program .text .program__typeitem,
.explore-the-right-program-for-you .text .program__typeitem {
  padding: 1em;
  border: 1px solid #CC9322;
  border-radius: 4px;
}
.find-your-study-abroad-program .text .program__typeitem h4,
.explore-the-right-program-for-you .text .program__typeitem h4 {
  font-size: clamp(18px, 17px + 0.25vw, 20px);
  border-bottom: 1px solid #CC9322;
  padding-bottom: 1em;
}
.find-your-study-abroad-program .text .program__typeitem .wp-block-buttons,
.explore-the-right-program-for-you .text .program__typeitem .wp-block-buttons {
  margin-right: -1em;
}

.text .program_search__fields {
  background-color: #F7E8CB;
  padding: 12px;
  margin-left: -12px;
  margin-right: -12px;
  height: auto;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.text .program_search__fields .wp-block-group__inner-container > p {
  font-size: clamp(12px, 11px + 0.25vw, 14px);
  font-weight: 600;
  padding: 12px;
  margin-top: -12px;
  margin-left: -12px;
  margin-right: -12px;
  background-color: #F6AC19;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.text .program_search__fields .wp-block-group__inner-container > p::after {
  content: "\e5d8";
  font-family: "Material Icons Outlined";
  font-size: 16px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.text .program_search__fields .wp-block-group__inner-container .search-filter-label {
  font-size: clamp(12px, 11px + 0.25vw, 14px) !important;
  color: #493B06 !important;
}
.text .program_search__fields.close .wp-block-group__inner-container > p {
  margin-bottom: -12px;
}
.text .program_search__fields.close .wp-block-group__inner-container > p::after {
  -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg);
}
.text .program_search__fields.close .wp-block-group__inner-container > p ~ div {
  display: none;
}

.search__result_info {
  font-size: clamp(12px, 11px + 0.25vw, 14px);
  line-height: 1.5;
}

.search-filter-input-button-group {
  row-gap: 0 !important;
}

.search-filter-input-button {
  text-align: left !important;
  font-size: clamp(12px, 11px + 0.25vw, 14px) !important;
  color: #493B06 !important;
  padding: 0.1em 0.5em !important;
  border-radius: 0 !important;
  border-color: #493B06 !important;
  margin-right: -1px !important;
  margin-bottom: -1px !important;
}
.search-filter-input-button.search-filter-input-button--is-selected {
  background-color: #F7E8CB !important;
}

.program-list .search-filter-query-posts {
  display: grid;
  grid-template-columns: 1fr;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  gap: 0 24px;
  margin-top: 36px;
  margin-bottom: 36px;
}
@media screen and (min-width: 37.5em) {
  .program-list .search-filter-query-posts {
    grid-template-columns: 1fr 1fr;
  }
}

.list_item--program {
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 4;
  position: relative;
  row-gap: 0.7em;
  margin-bottom: 48px;
}
.list_item--program > a {
  text-decoration: none;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 10;
}
.list_item--program .list_item--type {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0.7em;
  height: auto;
}
.list_item--program .list_item--type dd a {
  text-decoration: none;
  color: #493B06;
  font-size: clamp(10px, 9px + 0.25vw, 12px);
  font-weight: 500;
  position: relative;
  z-index: 50;
}
.list_item--program .list_item--title {
  height: auto;
  display: block;
  text-decoration: none;
  color: #493B06;
  font-size: clamp(15px, 14.5px + 0.125vw, 16px);
  font-weight: bold;
  line-height: 1.5;
}
.list_item--program .image {
  width: 100%;
  aspect-ratio: 2/1;
  border-radius: 4px;
  overflow: hidden;
}
.list_item--program .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.list_item--program .image--empty {
  background-color: rgb(253.8, 251.55, 247.2);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 50px;
  border-radius: 4px;
  overflow: hidden;
}
.list_item--program .image--empty::before {
  content: "no image";
  color: rgb(214.9347826087, 176.9782608696, 101.0652173913);
}
.list_item--program .program__table table tr td,
.list_item--program .program__table table tr th {
  font-size: clamp(12px, 11px + 0.25vw, 14px);
}

.program__table table {
  width: 100%;
  position: relative;
  border: 0;
  border-collapse: collapse;
}
.program__table table::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: calc(100% - 2px);
  height: calc(100% - 2px);
  border: 1px solid #ECDAB6;
  border-radius: 4px;
  background-color: #F7E8CB;
  z-index: -1;
}
.program__table table tr:nth-child(2n) {
  background-color: rgba(255, 255, 255, 0.5);
}
.program__table table tr:not(:last-child) td,
.program__table table tr:not(:last-child) th {
  border-bottom: 1px solid #fff;
}
.program__table table tr td,
.program__table table tr th {
  color: #493B06;
  font-weight: 500;
  border: 0;
  vertical-align: top;
  text-align: left;
}
.program__table table tr td ul,
.program__table table tr th ul {
  list-style: none;
  padding-left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-column-gap: 1em;
     -moz-column-gap: 1em;
          column-gap: 1em;
  row-gap: 1em;
}
.program__table table tr td ul li,
.program__table table tr th ul li {
  margin-top: 0;
  margin-bottom: 0;
}
.program__table table tr td ul li a,
.program__table table tr th ul li a {
  padding: 0;
  text-decoration: none;
  color: #493B06;
}
.program__table table tr td:first-child,
.program__table table tr th:first-child {
  white-space: nowrap;
  width: 60px;
  font-weight: bold;
  border-right: 2px solid #fff;
}

.button--application {
  display: block;
  text-align: center;
  background-color: #A48A26;
  padding: 24px;
  font-weight: bold;
  color: #fff !important;
  text-decoration: none;
  border-radius: 9999px;
  border: 0;
}

.program.single .page__feature {
  max-width: 160px;
  margin-left: auto;
  margin-right: auto;
}
.program.single .text h2 {
  display: inline-block;
  padding: 24px;
  margin-left: -24px;
  background-color: #F7E8CB;
}
.program.single .text h3 {
  font-size: clamp(18px, 17px + 0.25vw, 20px);
  position: relative;
}
.program.single .text h3::before {
  content: "";
  display: block;
  width: 10px;
  height: 100%;
  background-color: #F7E8CB;
  position: absolute;
  top: 0;
  left: -24px;
}
.program.single .text .requirements_file {
  margin-right: -24px;
  padding: 0;
  border: 0;
}
.program.single .text .requirements_file a {
  font-size: clamp(12px, 11px + 0.25vw, 14px);
  line-height: 1.3;
  font-weight: 500;
  border-radius: 0;
  background-color: #eee;
  color: #000;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  text-align: right;
  padding: 24px;
  border: 0;
}
.program.single .text .td__head {
  display: block;
  font-weight: bold;
  margin-bottom: 0.5em;
}
.program.single .text .td__content {
  display: block;
  line-height: 1.5;
}
.program.single .text .td__content + .td__head {
  margin-top: 1.5em;
}
.program.single .content header .category {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 1em;
}
.program.single .content header .category a {
  text-decoration: none;
  font-size: clamp(12px, 11px + 0.25vw, 14px);
  font-weight: bold;
}
.program.single .content header h1 {
  font-size: clamp(18px, 17px + 0.25vw, 20px);
  line-height: 1.5;
  margin-top: 1.5em;
  margin-bottom: 1.5em;
  font-weight: bold;
}
.program.single .program__links {
  margin-right: -24px;
}
.program.single .program__links ul {
  padding-left: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 4px;
}
.program.single .program__links ul li {
  margin-bottom: 0;
  margin-top: 0;
}
.program.single .program__links ul li a {
  text-decoration: none;
  padding: 24px;
  font-size: clamp(12px, 11px + 0.25vw, 14px);
  font-weight: bold;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.program.single .program__links ul li a::after {
  content: "\e5c8";
  font-family: "Material Icons Outlined";
  font-size: 16px;
}
.program.single .program__links ul li.link--preperation a {
  background-color: #EAF4F0;
  color: #074C31;
}
.program.single .program__links ul li.link--event a {
  background-color: #f2e3cf;
  color: #600A0A;
}

.program-status {
  display: inline-block;
  padding: 2px 4px;
  margin-left: 4px;
  border-radius: 4px;
  font-size: clamp(10px, 9px + 0.25vw, 12px);
  font-weight: bold;
}

.status-active {
  background-color: #600A0A;
  color: white;
}

.status-ending-soon {
  background-color: #ba140d;
  color: white;
}

.status-ended {
  background-color: #999;
  color: white;
}

.status-upcoming {
  background-color: #E77166;
  color: white;
}

.single__posttype span {
  font-size: clamp(12px, 11px + 0.25vw, 14px);
  font-weight: bold;
  margin-bottom: 1em;
}

.list--topics {
  display: grid;
  grid-template-columns: 1fr;
  gap: 24px;
}

.list__item--topics {
  position: relative;
}
.list__item--topics > a {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
}
.list__item--topics .list__innerwrap {
  background-color: #72ADD8;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.list__item--topics .list__innerwrap .category {
  margin-top: -1px;
}
.list__item--topics .list__innerwrap .category ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  z-index: 20;
  position: relative;
}
.list__item--topics .list__innerwrap .category ul li {
  display: block;
}
.list__item--topics .list__innerwrap .category ul li a {
  text-decoration: none;
  color: #1E4C6D;
  font-size: clamp(12px, 11px + 0.25vw, 14px);
  font-weight: 600;
  background-color: #fff;
  padding-right: 0.8em;
  padding-bottom: 0.5em;
}
.list__item--topics .list__innerwrap .list__info {
  padding: 1em;
}
@media screen and (min-width: 37.5em) {
  .list__item--topics .list__innerwrap .list__info {
    padding: 40px;
  }
}
.list__item--topics .list__innerwrap .list__info span {
  font-size: clamp(15px, 14.5px + 0.125vw, 16px);
  color: #fff;
  font-weight: 600;
  line-height: 1.5;
}
@media screen and (min-width: 37.5em) {
  .list__item--topics .list__innerwrap .list__info span {
    font-size: clamp(18px, 17px + 0.25vw, 20px);
  }
}
.list__item--topics .list__innerwrap .date {
  background-color: #fff;
  display: inline-block;
  margin-left: auto;
  padding-left: 0.8em;
  padding-top: 0.5em;
  color: #1E4C6D;
  font-size: clamp(12px, 11px + 0.25vw, 14px);
  font-weight: 600;
}

.topics.archive .archive__category {
  padding-left: 0;
  list-style: none;
  margin-top: 40px;
}
.topics.archive .archive__category > li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: clamp(12px, 11px + 0.25vw, 14px);
  color: #1E4C6D;
}
@media screen and (min-width: 37.5em) {
  .topics.archive .archive__category > li {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.topics.archive .archive__category > li > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 3px;
  margin-top: 1em;
}
@media screen and (min-width: 37.5em) {
  .topics.archive .archive__category > li > ul {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
.topics.archive .archive__category > li > ul li a {
  display: block;
  text-decoration: none;
  color: #fff;
  font-weight: bold;
  font-size: clamp(12px, 11px + 0.25vw, 14px);
  line-height: 1.3;
  padding: 0.5em 0.8em;
  background-color: #72ADD8;
}

.topics.single .page__feature {
  max-width: 160px;
  margin-left: auto;
  margin-right: auto;
}
.topics.single .content__header {
  background-color: #72ADD8;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 60px;
}
.topics.single .content__header .category {
  margin-top: -1px;
}
.topics.single .content__header .category ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  z-index: 20;
  position: relative;
}
.topics.single .content__header .category ul li {
  display: block;
}
.topics.single .content__header .category ul li a {
  text-decoration: none;
  color: #1E4C6D;
  font-size: clamp(12px, 11px + 0.25vw, 14px);
  font-weight: 600;
  background-color: #fff;
  padding-right: 0.8em;
  padding-bottom: 0.5em;
}
.topics.single .content__header h1 {
  padding: 20px;
  font-size: clamp(18px, 17px + 0.25vw, 20px);
  color: #fff;
  font-weight: 600;
  line-height: 1.5;
}
@media screen and (min-width: 37.5em) {
  .topics.single .content__header h1 {
    padding: 40px;
    font-size: clamp(20px, 18px + 0.5vw, 24px);
  }
}
.topics.single .content__header .date {
  background-color: #fff;
  display: inline-block;
  margin-left: auto;
  padding-left: 0.8em;
  padding-top: 0.5em;
  color: #1E4C6D;
  font-size: clamp(12px, 11px + 0.25vw, 14px);
  font-weight: 600;
}
.topics.single .text {
  max-width: 720px;
  margin-left: auto;
  margin-right: auto;
}
.topics.single .text h2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.topics.single .text h2::before {
  content: "";
  display: block;
  height: 1.5em;
  width: 50%;
  max-width: 200px;
  background-color: #72ADD8;
  margin-bottom: 0.5em;
}
.topics.single .text h3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.topics.single .text h3::before {
  content: "";
  display: block;
  height: 0.75em;
  width: 25%;
  max-width: 100px;
  background-color: #72ADD8;
  margin-bottom: 0.5em;
}
.topics.single .text table {
  width: 100%;
  position: relative;
  border: 0;
  border-collapse: collapse;
}
.topics.single .text table::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: calc(100% - 2px);
  height: calc(100% - 2px);
  border: 1px solid #B9CFDF;
  border-radius: 4px;
  background-color: #DBE8F2;
  z-index: -1;
}
.topics.single .text table thead {
  border-bottom: 3px solid #fff;
}
.topics.single .text table thead tr {
  border-bottom: 1px solid #fff;
}
.topics.single .text table thead tr th {
  border: 0;
  color: #fff;
  padding: 1em;
  background-color: #72ADD8;
  font-weight: bold;
}
.topics.single .text table thead tr th:not(:last-child) {
  border-right: 2px solid #fff;
}
.topics.single .text table tr:nth-child(2n) {
  background-color: rgba(255, 255, 255, 0.5);
}
.topics.single .text table tr:not(:last-child) td {
  border-bottom: 1px solid #fff;
}
.topics.single .text table tr td {
  color: #1E4C6D;
  font-weight: 500;
  border: 0;
  vertical-align: top;
}
.topics.single .text table tr td ul {
  list-style: none;
  padding-left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-column-gap: 1em;
     -moz-column-gap: 1em;
          column-gap: 1em;
  row-gap: 1em;
}
.topics.single .text table tr td ul li {
  margin-top: 0;
  margin-bottom: 0;
}
.topics.single .text table tr td ul li a {
  padding: 0;
  text-decoration: none;
  color: #1E4C6D;
}
.topics.single .text table tr td:not(:last-child) {
  border-right: 2px solid #fff;
}
.topics.single .content__footer {
  margin-top: 100px;
  margin-left: -24px;
  margin-right: -24px;
}
.topics.single .content__footer .prevnext {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 4px;
}
.topics.single .content__footer .prevnext .prevnext__prev a,
.topics.single .content__footer .prevnext .prevnext__next a {
  background-color: #72ADD8;
  display: block;
  color: #fff;
  font-weight: bold;
  font-size: clamp(12px, 11px + 0.25vw, 14px);
  line-height: 1.5;
  padding: 2em 24px;
  text-decoration: none;
  height: auto;
}
.topics.single .content__footer .prevnext .prevnext__next a::before {
  content: "next";
  font-size: clamp(10px, 9px + 0.25vw, 12px);
  margin-bottom: 1em;
  display: block;
}
.topics.single .content__footer .prevnext .prevnext__prev a {
  text-align: right;
}
.topics.single .content__footer .prevnext .prevnext__prev a::before {
  content: "prev";
  font-size: clamp(10px, 9px + 0.25vw, 12px);
  margin-bottom: 1em;
  display: block;
}