﻿
/*base is →　! sanitize.css v5.0.0 | CC0 License | github.com/jonathantneal/sanitize.css */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

article, aside, footer, header, nav, section, figcaption, figure, main {
  display: block;
}

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  border-style: none;
  vertical-align: top;
}

table {
  border-collapse: collapse;
}

button, input, select, textarea {
  color: inherit;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button, html [type=button], [type=reset], [type=submit] {
  -webkit-appearance: button;
}

textarea {
  overflow: auto;
  resize: vertical;
}

[type=checkbox], [type=radio] {
  box-sizing: border-box;
  padding: 0;
}

a, area, button, input, label, select, summary, textarea, [tabindex] {
  touch-action: manipulation;
}

/* --------------- variables --------------------- */
/* Break Point */
/* Font */
/* noto sans sc Font */
@font-face {
  font-family: "Noto Sans SC";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("../font/NotoSansSC-Regular.woff2") format("woff2");
}
@font-face {
  font-family: "Noto Sans SC";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url("../font/NotoSansSC-Medium.woff2") format("woff2");
}
@font-face {
  font-family: "Noto Sans SC";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("../font/NotoSansSC-Bold.woff2") format("woff2");
}
/* color */
/* contents-wide */
/* google font cdn */
* {
  box-sizing: border-box;
}

body {
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-weight: 400;
  color: #000;
  -webkit-print-color-adjust: exact;
}

a {
  text-decoration: none;
  display: inline-block;
  color: #005B9C;
}
.break {
  word-break: break-all;
}

p {
  line-height: 1.72;
}

ul,
ol {
  list-style-type: none;
}

img {
  max-width: 100%;
  height: auto;
  display: block;
}

sup,
sub {
  font-size: 0.6em;
}

#globalHeader {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
}
#globalHeader:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  line-height: 1.67;
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none;
  z-index: 4;
}
#globalHeader .ghMenu .inner {
  position: relative;
}
#globalHeader .ghMenu .ghLogo {
  position: relative;
}
#globalHeader .ghMenu .logoImg {
  position: relative;
}
#globalHeader .ghMenu .caption {
  position: relative;
  font-weight: 500;
  color: #333;
}
#globalHeader .ghMenu .ghContent .ghLink a {
  color: #fff;
  font-weight: 500;
}
#globalHeader .ghMenu .ghContentInfo .ghSearch .gsc-control-cse {
  padding: 0;
  border: 0;
}
#globalHeader .ghMenu .ghContentInfo .ghSearch form.gsc-search-box,
#globalHeader .ghMenu .ghContentInfo .ghSearch table.gsc-search-box {
  margin-bottom: 0;
}
#globalHeader .ghMenu .ghContentInfo .ghSearch .gsc-search-button-v2::after {
  background: url(../image/icon_search_red.svg) no-repeat center/100%;
}
#globalHeader .ghMenu .ghContentInfo .ghSearch table.gsc-search-box td.gsc-input {
  padding-right: 0;
}
#globalHeader .ghMenu .ghContentInfo .ghSearch .gsc-search-button {
  margin-left: 0;
}
#globalHeader .ghMenu .ghContentInfo .ghSearch .gscb_a {
  display: none;
}
#globalHeader .ghMenu .ghContentInfo .ghSearch .gsc-input-box {
  border: none;
  border-top-left-radius: 30px;
  border-bottom-left-radius: 30px;
}
#globalHeader .ghMenu .ghContentInfo .ghSearch .gsib_a {
  padding: 4px 9px 5px 15px;
}
#globalHeader .ghMenu .ghContentInfo .ghSearch .gsc-search-button-v2 {
  position: relative;
  border: none;
  border-top-right-radius: 30px;
  border-bottom-right-radius: 30px;
}
#globalHeader .ghMenu .ghContentInfo .ghSearch .gsc-search-button-v2 svg {
  display: none;
}
#globalHeader .ghMenu .ghContentInfo .ghSearch .gsc-search-button-v2::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
#globalHeader .ghMenu .ghContentInfo .ghSearch input {
  font-size: 14px;
}
#globalHeader .ghMenu .ghContentInfo .ghIcon .contactIcon {
  position: relative;
  background-color: transparent;
  border-radius: 50px;
  display: grid;
  place-content: center;
}
#globalHeader .ghMenu .ghContentInfo .ghIcon .multilingualWrap .langIcon.isOpen::after {
  transform: translateY(-50%) rotate(-90deg);
}
#globalHeader .ghMenu .ghContentInfo .ghIcon .multilingualWrap .langIcon::before {
  content: "";
  display: block;
  background: url(../image/icon_lang_wht.svg) no-repeat center/100%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
#globalHeader .ghMenu .ghContentInfo .ghIcon .multilingualWrap .langIcon::after {
  content: "";
  display: block;
  background: url(../image/arrow_wht.svg) no-repeat center/100%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%) rotate(90deg);
  transition: 0.3s;
}
#globalHeader .ghMenu .ghContentInfo .ghIcon .multilingualWrap .multilingualMenu > li + li {
  border-top: 1px solid #333;
}
#globalHeader .ghMenu .ghContentInfo .ghIcon .multilingualWrap .multilingualMenu > li > button {
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  width: 100%;
  text-align: left;
  background-color: transparent;
  border: none;
  display: block;
  color: #000000;
}
#globalHeader .dropDownMenu {
  background: #fff;
  position: relative;
}
#globalHeader .ghNavList > li > p {
  display: flex;
  align-items: center;
  position: relative;
}
#globalHeader .ghNavList > li > p > a {
  position: relative;
  display: block;
  width: 100%;
  color: #333;
}
#globalHeader .ghNavList > li > p > a > span {
  position: relative;
}
#globalHeader .ghNavList > li > p > a > span:before {
  content: "";
}
#globalHeader .parent.isForcus p > a {
  color: #B50025;
}
#globalHeader .parent.isForcus p > a > span:before {
  width: 100%;
}
#globalHeader .subMenu {
  position: relative;
  display: none;
}
#globalHeader .subMenu > ul > li > a {
  width: 100%;
  height: 100%;
  color: #000000;
  text-decoration: none;
  position: relative;
}
#globalHeader .subMenu > ul > li > a:before {
  content: "";
  display: block;
  background: url(../image/arrow_red.svg) no-repeat;
  background-size: contain;
  position: absolute;
}
#globalHeader .parent.isForcus .subMenu {
  display: block;
}
#globalFooter {
  position: relative;
}
#globalFooter #pageTop {
  position: fixed;
  display: block;
  background-color: #D3B270;
  z-index: 10;
  border-radius: 50px;
  box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
}
#globalFooter #pageTop::after {
  content: "";
  display: block;
  background: url(../image/arrow_wht.svg) no-repeat center/100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(-90deg);
}
#globalFooter .gfNav {
  background-color: #EBE9E1;
}
#globalFooter .gfNavList div a {
  display: block;
  position: relative;
  color: #333;
}
#globalFooter .gfNavList dt {
  font-size: 16px;
  font-weight: 500;
}
#globalFooter .gfNavList dt.parentOnly:not(:last-of-type) {
  margin-bottom: 30px;
}
#globalFooter .gfNavList dt.ddpc a {
  position: relative;
}
#globalFooter .gfNavList dt.ddpc a::before {
  content: "";
  display: block;
  background: url(../image/arrow.svg) no-repeat center/100%;
  position: absolute;
}
#globalFooter .gfNavList dd a {
  position: relative;
}
#globalFooter .gfNavList dd a::before {
  content: "";
  display: block;
  background: url(../image/arrow.svg) no-repeat center/100%;
  position: absolute;
}
#globalFooter .gfLink {
  display: flex;
}
#globalFooter .external {
  display: flex;
}
#globalFooter .external .mext {
  width: 62px;
}
#globalFooter .external .studyinjapan {
  width: 96px;
}
#globalFooter .ghLinkWrap {
  display: flex;
  flex-wrap: wrap;
}
#globalFooter .sns {
  position: relative;
  width: 100%;
  display: flex;
  align-items: center;
}
#globalFooter .copyRight {
  font-weight: 500;
  font-size: 12px;
}

.commonBtn {
  position: relative;
  display: inline-block;
  background-color: #B50025;
  color: #fff;
  font-weight: 500;
  text-align: center;
  border-radius: 50px;
  box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.16);
}
.commonBtn::after {
  content: "";
  display: block;
  background: url(../image/arrow_wht.svg) no-repeat center/100%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.commonBtn.back::after {
  transform: scale(-1, 1) translateY(-50%);
}
.infoList li a {
  display: block;
  position: relative;
  color: #333;
}
.infoList li a::after {
  content: "";
  display: block;
  background: url(../image/arrow.svg) no-repeat center/100%;
  position: absolute;
  right: 0;
}
.infoList .infoDate {
  color: #000;
  font-weight: 500;
}
.infoList .infoTitle {
  color: #000;
  margin-top: 0;
}
.cookieConsentLayout {
  position: fixed;
  left: 0;
  bottom: 0;
  z-index: 100;
  width: 100%;
  background: rgba(51, 51, 51, 0.85);
  transition: 0.4s 0.5s transform ease-in-out;
  transform: translateY(0);
}
.cookieConsentLayout .cookieText {
  color: #fff;
}
.cookieConsentLayout .cookieBtnWrap {
  display: flex;
  justify-content: space-between;
}
.cookieConsentLayout .cookieBtn {
  width: 48%;
}
.cookieConsentLayout .cookieBtn a {
  display: block;
  text-align: center;
  font-weight: 700;
  color: #694A26;
  background: #fff;
}

.fontUsu {
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
}

html:lang(en) .small_table th,
html:lang(en) td {
  word-break: inherit !important;
}
html:lang(sc) body {
  font-family: "Noto Sans SC", sans-serif;
}
html:lang(sc) #globalHeader .ghMenu .ghContentInfo .ghIcon .multilingualWrap .multilingualMenu > li > button {
  font-family: "Noto Sans SC", sans-serif;
}
html:lang(tc) body {
  font-family: "Noto Sans TC", sans-serif;
}
html:lang(tc) #globalHeader .ghMenu .ghContentInfo .ghIcon .multilingualWrap .multilingualMenu > li > button {
  font-family: "Noto Sans TC", sans-serif;
}
html:lang(ar) .ltr {
  direction: ltr;
}
html:lang(ar) .rtl {
  direction: rtl;
}
html:lang(ar) #globalHeader .dropDownMenu {
  direction: rtl;
}
html:lang(ar) main {
  direction: rtl;
}
html:lang(ar) #topFV .catchWrap {
  direction: ltr;
}
html:lang(ar) #topUseful .prev,
html:lang(ar) #topUseful .next {
  transform: scale(-1, 1);
}
html:lang(ar) .charmWrap {
  direction: ltr;
}
html:lang(ar) .charmWrap .txtWrap {
  text-align: right;
}
html:lang(ar) .charmWrap h3.title,
html:lang(ar) .charmWrap .txt {
  direction: rtl;
}
html:lang(ar) #topMenu .menuTitle span::after {
  transform: scale(-1, 1) translateY(-50%);
  right: inherit;
  left: 0;
}
html:lang(ar) #topStories .prev {
  left: inherit;
}
html:lang(ar) #topStories .next {
  right: inherit;
}
html:lang(ar) #topStories .sliderItem h3::after {
  left: inherit;
  right: 0;
}
html:lang(ar) #topSupplement .connectionSlider .prev,
html:lang(ar) #topSupplement .connectionSlider .next {
  transform: scale(-1, 1);
}
html:lang(ar) h2.title_news::after {
  left: inherit;
  right: 0;
}
html:lang(ar) .infoList {
  direction: ltr;
}
html:lang(ar) .commonBtn.en_ltr::after {
  transform: translateY(-50%);
  left: inherit;
}
html:lang(ar) .pageTitleBox::before {
  right: inherit;
  left: 0;
}
html:lang(ar) .pageTitle {
  padding-left: 0;
}
html:lang(ar) .pageTitle::after {
  right: 0;
  left: inherit;
}
html:lang(ar) .breadCrumbList {
  display: flex;
  flex-wrap: wrap;
}
html:lang(ar) .breadCrumbList li:not(:last-child)::after {
  transform: scale(-1, 1);
}
html:lang(ar) .commonBtn::after {
  transform: scale(-1, 1) translateY(-50%);
  right: inherit;
}
html:lang(ar) #contents .inner.w718.ltr {
  margin-right: auto;
}
html:lang(ar) #contents .inner.arnews h2::after,
html:lang(ar) #contents .inner.arnews .h2::after {
  left: 0;
  right: inherit;
}
html:lang(ar) #contents .inner.arnews h3::after,
html:lang(ar) #contents .inner.arnews .h3::after {
  left: 0;
  right: inherit;
}
html:lang(ar) #contents .inner.arnews ul:not([class]) li {
  padding-right: 0;
}
html:lang(ar) #contents .inner.arnews ul:not([class]) li::before {
  left: 0;
  right: inherit;
}
html:lang(ar) #contents .inner.arnews ol:not([class]) li {
  padding-right: 0;
  padding-left: 2em;
}
html:lang(ar) #contents .inner.arnews ol:not([class]) li::before {
  padding-left: 0;
}
html:lang(ar) #contents .inner.arnews .m_list.m_list_link li a::after {
  right: inherit;
  transform: inherit;
}
html:lang(ar) #contents .inner.arnews .usual_link::after {
  transform: inherit;
  left: 0;
  right: inherit;
}
html:lang(ar) .wysiwyg h2::after,
html:lang(ar) .wysiwyg .h2::after {
  left: inherit;
  right: 0;
}
html:lang(ar) .wysiwyg h2.en_ltr::after,
html:lang(ar) .wysiwyg .h2.en_ltr::after {
  left: 0;
  right: inherit;
}
html:lang(ar) .wysiwyg h2.center::after,
html:lang(ar) .wysiwyg .h2.center::after {
  left: 50%;
  right: inherit;
}
html:lang(ar) .wysiwyg h3::after,
html:lang(ar) .wysiwyg .h3::after {
  left: inherit;
  right: 0;
}
html:lang(ar) .wysiwyg h3.en_ltr::after,
html:lang(ar) .wysiwyg .h3.en_ltr::after {
  left: 0;
  right: inherit;
}
html:lang(ar) .wysiwyg ul:not([class]) li {
  padding-left: 0;
}
html:lang(ar) .wysiwyg ul:not([class]) li::before {
  left: inherit;
  right: 0;
}
html:lang(ar) .wysiwyg ol:not([class]) li {
  padding-left: 0;
  padding-right: 2em;
}
html:lang(ar) .wysiwyg ol:not([class]) li::before {
  padding-right: 0;
}
html:lang(ar) .wysiwyg ul.en_ltr_list li {
  position: relative;
  line-height: 1.72;
}
html:lang(ar) .wysiwyg ul.en_ltr_list li::before {
  content: "";
  display: block;
  background-color: #B50025;
  border-radius: 50px;
  position: absolute;
  left: 0;
}
html:lang(ar) .wysiwyg ul.en_ltr_list li:has(a) a {
  color: #000;
  text-decoration: underline;
}
html:lang(ar) .wysiwyg ul.en_ltr_list li:has(a) a:hover, html:lang(ar) .wysiwyg ul.en_ltr_list li:has(a) a:focus {
  color: #694A26;
}
html:lang(ar) .wysiwyg ol.en_ltr_list {
  counter-reset: listnum;
}
html:lang(ar) .wysiwyg ol.en_ltr_list li {
  position: relative;
  line-height: 1.72;
  text-indent: -2em;
  padding-left: 2em;
}
html:lang(ar) .wysiwyg ol.en_ltr_list li::before {
  counter-increment: listnum;
  content: counter(listnum) ".";
}
html:lang(ar) .wysiwyg ol.en_ltr_list li:has(a) > a {
  color: #000;
  display: inline;
}
html:lang(ar) .wysiwyg ol.en_ltr_list li:has(a) > a:hover, html:lang(ar) .wysiwyg ol.en_ltr_list li:has(a) > a:focus {
  color: #694A26;
  text-decoration: underline;
}
html:lang(ar) .wysiwyg ol.en_ltr_list .m_list.m_list_link.txt_link li {
  text-indent: 0;
  padding-left: 0;
}
html:lang(ar) .wysiwyg ol.en_ltr_list .m_list.m_list_link.txt_link li::before {
  content: none;
}
html:lang(ar) .wysiwyg .m_list.m_list_ranking li:nth-child(-n+3) .ranking_number {
  margin-right: inherit;
}
html:lang(ar) .wysiwyg .m_list.m_list_ranking li:nth-child(n+4) .ranking_number {
  margin-right: inherit;
}
html:lang(ar) .wysiwyg .bubble_box p {
  margin-left: inherit;
}
html:lang(ar) .wysiwyg .bubble_box p::before {
  left: inherit;
  transform: scale(-1, 1);
}
html:lang(ar) .wysiwyg .flowBlock li {
  flex-direction: row-reverse;
  justify-content: flex-end;
}
html:lang(ar) .wysiwyg .flowBlock li.reverse {
  flex-direction: inherit;
}
html:lang(ar) .wysiwyg .orderNumber {
  left: inherit;
}
html:lang(ar) .wysiwyg .orderNumber.large {
  left: inherit;
}
html:lang(ar) .wysiwyg .planOrder::before {
  left: inherit;
}
html:lang(ar) .wysiwyg .planOrder.overlayBlueTop::after {
  left: inherit;
}
html:lang(ar) .wysiwyg .u_icon {
  margin: 0 5px;
}
html:lang(ar) .wysiwyg .outlineList > li > a {
  padding-left: 0;
}
html:lang(ar) .wysiwyg .outlineList > li > a::before {
  left: inherit;
}
html:lang(ar) .wysiwyg .outlineSubMenu li > a::before {
  left: inherit;
  right: 0;
}
html:lang(ar) .wysiwyg .m_list.m_list_link li a::after {
  left: inherit;
  transform: scale(-1, 1);
}
html:lang(ar) .wysiwyg .m_list.m_list_link.en_ltr li a::after {
  right: inherit;
  transform: inherit;
}
html:lang(ar) .wysiwyg .m_list.m_list_link.txt_link li a::after {
  right: 0;
}
html:lang(ar) .wysiwyg .m_list.m_list_link.txt_link.en_ltr li a::after {
  right: inherit;
  left: 0;
  transform: scale(1, -1);
}
html:lang(ar) .wysiwyg .mainMenuBtn a span::after {
  transform: scale(-1, 1) translateY(-50%);
  right: inherit;
  margin-left: 0;
}
html:lang(ar) .wysiwyg .usual_link::after {
  transform: scale(-1, 1);
  left: inherit;
  right: 0;
}
html:lang(ar) .wysiwyg .usual_link.en_ltr::after {
  transform: inherit;
  left: 0;
  right: inherit;
}
html:lang(ar) .wysiwyg .contactLinkBtn span::before {
  right: 0;
  left: inherit;
}
html:lang(ar) .wysiwyg .contactLinkBtn span::after {
  transform: scale(-1, 1) translateY(-50%);
  left: 0;
  right: inherit;
}
html:lang(ar) .wysiwyg .faqLinkBtn span::before {
  right: 0;
  left: inherit;
}
html:lang(ar) .wysiwyg .faqLinkBtn span::after {
  transform: scale(-1, 1) translateY(-50%);
  left: 0;
  right: inherit;
}
html:lang(ar) .wysiwyg .searchLinkBtn span::before {
  right: 0;
  left: inherit;
}
html:lang(ar) .wysiwyg .searchLinkBtn span::after {
  transform: scale(-1, 1) translateY(-50%);
  left: 0;
  right: inherit;
}
html:lang(ar) .wysiwyg .supportLinkBtn span::before {
  right: 0;
  left: inherit;
}
html:lang(ar) .wysiwyg .supportLinkBtn span::after {
  transform: scale(-1, 1) translateY(-50%);
  left: 0;
  right: inherit;
}
html:lang(ar) .wysiwyg .scholarshipLinkBtn span::before {
  right: 0;
  left: inherit;
}
html:lang(ar) .wysiwyg .scholarshipLinkBtn span::after {
  transform: scale(-1, 1) translateY(-50%);
  left: 0;
  right: inherit;
}
html:lang(ar) .wysiwyg .ascojaLinkBtn span::before {
  right: 0;
  left: inherit;
}
html:lang(ar) .wysiwyg .ascojaLinkBtn span::after {
  transform: scale(-1, 1) translateY(-50%);
  left: 0;
  right: inherit;
}
html:lang(ar) .wysiwyg .eventLink span::before {
  left: inherit;
  right: 0;
  transform: translateY(-50%) scale(-1, 1);
}
html:lang(ar) .wysiwyg .rootMap dt::before {
  left: inherit;
  right: 0;
}
html:lang(ar) .wysiwyg .rootMap .place::before {
  left: inherit;
}
html:lang(ar) .wysiwyg .rootMap .place:last-of-type::after {
  left: inherit;
}
html:lang(ar) .wysiwyg .rootMap .place:not(:last-of-type)::after {
  left: inherit;
}
html:lang(ar) .wysiwyg .rootMap .timeTag {
  margin-left: -80px;
  margin-right: 40px;
}
html:lang(ar) .wysiwyg .rootMap .timeTag::after {
  right: inherit;
  transform: scale(-1, 1);
}
html:lang(ar) .wysiwyg .countryRanking > li {
  padding: 0 20px;
}
html:lang(ar) #globalFooter .gfNav {
  direction: rtl;
}
html:lang(ar) #floatBnr {
  right: inherit;
}
html:lang(ar) #floatBnr #bnrCloseButton {
  right: inherit;
  left: 10px;
}
html:lang(ar) #floatBnr.close {
  transform: translateX(-250px);
}
/* ココから下には記入禁止 */
@media screen and (max-width: 768px) {
  body {
    font-size: 16px;
  }
  p {
    font-size: 14px;
  }
  #globalHeader {
    width: 100%;
    height: 71px;
    line-height: 1.71;
    background: #fff;
  }
  #globalHeader:after {
    box-shadow: 0px 3px 9px 0 rgba(0, 0, 0, 0.15);
  }
  #globalHeader .spWrap {
    display: flex;
    width: 180px;
    height: 71px;
    position: absolute;
    top: 0;
    right: 0;
  }
  #globalHeader .spWrap > * {
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    width: 60px;
    border: none;
    text-align: center;
    background: none;
    position: relative;
  }
  #globalHeader .spWrap .searchBtn:after,
  #globalHeader .spWrap .langBtn:after {
    content: "";
    display: block;
    width: 25px;
    height: 25px;
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
  }
  #globalHeader .spWrap .searchBtn:after {
    background-image: url(../image/icon_search_red.svg);
  }
  #globalHeader .spWrap .searchBtn.isActive:after {
    background-image: url(../image/icon_close.svg);
  }
  #globalHeader .spWrap .searchBtn.isDisabled:after {
    background-image: url(../image/icon_search_gray.svg);
  }
  #globalHeader .spWrap .langBtn:after {
    background-image: url(../image/icon_lang_red.svg);
  }
  #globalHeader .spWrap .langBtn.isActive:after {
    background-image: url(../image/icon_close.svg);
  }
  #globalHeader .spWrap .langBtn.isDisabled:after {
    background-image: url(../image/icon_lang_gray.svg);
  }
  #globalHeader .spWrap .langBtn {
    position: relative;
  }
  #globalHeader .spWrap .langBtn:before {
    content: "";
    display: block;
    width: 1px;
    height: 34px;
    border-radius: 50px;
    background: #333333;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    left: 0;
  }
  #globalHeader .spWrap .hamburger:not(.isDisabled) {
    background: #B50025;
  }
  #globalHeader .spWrap .hamburger.isDisabled {
    background: #949497;
  }
  #globalHeader .spWrap .hamburger > span {
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 9999px;
    background: #fff;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    transition: 0.2s opacity, 0.2s transform;
  }
  #globalHeader .spWrap .hamburger > span:nth-child(1) {
    transform: translateY(-6px);
  }
  #globalHeader .spWrap .hamburger > span:nth-child(3) {
    transform: translateY(6px);
  }
  #globalHeader .spWrap .hamburger[data-default=false] > span:nth-child(1) {
    transform: rotate(45deg);
  }
  #globalHeader .spWrap .hamburger[data-default=false] > span:nth-child(2) {
    opacity: 0;
  }
  #globalHeader .spWrap .hamburger[data-default=false] > span:nth-child(3) {
    transform: rotate(-45deg);
  }
  #globalHeader .ghMenu .inner {
    padding: 0;
    max-width: inherit;
  }
  #globalHeader .ghMenu .ghLogo {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: calc(100% - 200px);
    max-width: 146px;
    height: 71px;
    margin-left: 17px;
  }
  #globalHeader .ghMenu .logoImg {
    margin-bottom: 5px;
    max-width: 143px;
  }
  #globalHeader .ghMenu .caption {
    font-size: 10px;
    letter-spacing: 0.03em;
  }
  #globalHeader .ghMenu .ghContent .ghLink {
    display: none !important;
  }
  #globalHeader .ghMenu .ghContentInfo .ghSearch {
    display: none;
    width: 100%;
    padding: 30px 40px;
    box-shadow: 0px 3px 3px 0 rgba(0, 0, 0, 0.15);
    background: #fff;
  }
  #globalHeader .ghMenu .ghContentInfo .ghSearch .gsc-input-box {
    padding: 2px 0;
    border: 2px solid #E5E5E5;
    border-right: 0;
  }
  #globalHeader .ghMenu .ghContentInfo .ghSearch .gsc-search-button-v2 {
    height: 44.36px;
    width: 50px;
    border: 2px solid #E5E5E5;
    border-left: 0;
    background-color: #fff;
  }
  #globalHeader .ghMenu .ghContentInfo .ghSearch .gsc-search-button-v2::after {
    background: url(../image/icon_search_red.svg) no-repeat center/100%;
    width: 19.5px;
    height: 20.5px;
    right: 14.5px;
  }
  #globalHeader .ghMenu .ghContentInfo .ghSearch input {
    background-image: none;
  }
  #globalHeader .ghMenu .ghContentInfo .ghIcon .contactIcon {
    display: none;
  }
  #globalHeader .ghMenu .ghContentInfo .ghIcon .multilingualWrap {
    display: none;
    width: 100%;
    height: calc(100svh - 71px);
    max-height: calc(100svh - 71px);
    overflow-y: auto;
    padding: 0 32px;
    position: fixed;
    top: 71px;
    left: 0;
    background: #fff;
    z-index: 3;
  }
  #globalHeader .ghMenu .ghContentInfo .ghIcon .multilingualWrap .langIcon {
    display: none;
  }
  #globalHeader .ghMenu .ghContentInfo .ghIcon .multilingualWrap .multilingualMenu {
    font-weight: 500;
    display: block !important;
    height: 100%;
  }
  #globalHeader .ghMenu .ghContentInfo .ghIcon .multilingualWrap .multilingualMenu > li > button {
    font-weight: 500;
    padding: 30px 0;
  }
  #globalHeader .dropDownMenu {
    display: none;
    width: 100%;
    position: absolute;
    top: 71px;
    left: 0;
    z-index: 3;
  }
  #globalHeader .ghNav {
    width: 100%;
    max-height: calc(100svh - 71px);
    overflow-y: auto;
  }
  #globalHeader .ghNavList {
    padding: 0 32px;
  }
  #globalHeader .ghNavList > li + li {
    border-top: 1px solid #E5E5E5;
  }
  #globalHeader .ghNavList > li.spOpen > p:after {
    transform: rotate(0);
  }
  #globalHeader .ghNavList > li > p.notChild:before {
    background: url(../image/arrow_red.svg) no-repeat center/100%;
    width: 8px;
    height: 11px;
    right: 2px;
  }
  #globalHeader .ghNavList > li > p.notChild:after {
    content: none;
  }
  #globalHeader .ghNavList > li > p:before, #globalHeader .ghNavList > li > p:after {
    content: "";
    display: block;
    width: 13px;
    height: 2px;
    border-radius: 50px;
    background: #B50025;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    transition: 0.2s transform;
  }
  #globalHeader .ghNavList > li > p:after {
    transform: rotate(90deg);
  }
  #globalHeader .ghNavList > li > p > a {
    font-weight: 500;
    font-size: 16px;
    padding: 30px 0;
  }
  #globalHeader .parent.isForcus p > a {
    color: #B50025;
  }
  #globalHeader .parent.isForcus p > a > span:before {
    width: 100%;
  }
  #globalHeader .subMenu .subMenuTitle > a {
    display: block;
    padding: 12px 15px 12px 33px;
    font-size: 16px;
    color: #000;
    font-weight: bold;
    background: #F5F4F2;
    position: relative;
  }
  #globalHeader .subMenu .subMenuTitle > a:before {
    content: "";
    display: block;
    width: 9px;
    height: 11px;
    background: url(../image/arrow_red.svg) no-repeat;
    background-size: contain;
    position: absolute;
    top: calc(0.513em + 12px);
    left: 15px;
  }
  #globalHeader .subMenu > ul {
    margin: 15px 0 15px 40px;
  }
  #globalHeader .subMenu > ul > li + li {
    margin-top: 10px;
  }
  #globalHeader .subMenu > ul > li > a {
    display: block;
    padding: 7px 0 7px 17px;
    font-size: 14px;
  }
  #globalHeader .subMenu > ul > li > a:before {
    width: 9px;
    height: 11px;
    top: calc(0.513em + 7px);
    left: 0;
  }
  #globalHeader .parent.isForcus .subMenu {
    display: block;
  }
  #globalHeader .spGhLink {
    padding: 22px 30px 25px;
    background: #F5F4F2;
  }
  #globalHeader .spGhLink > ul > li + li {
    margin-top: 12px;
  }
  #globalHeader .spGhLink > ul > li > a {
    display: inline-block;
    padding-left: 14px;
    font-size: 12px;
    color: #333;
    position: relative;
  }
  #globalHeader .spGhLink > ul > li > a:before {
    content: "";
    display: block;
    width: 9px;
    height: 11px;
    background: url(../image/arrow.svg) no-repeat;
    background-size: contain;
    position: absolute;
    top: 0.4275em;
    left: 0;
  }
  #globalHeader .spGhLink .SpContactIcon {
    margin-top: 25px;
  }
  #globalHeader .spGhLink .SpContactIcon > a {
    display: flex;
    align-items: center;
    min-height: 31px;
    padding-left: 41px;
    font-size: 12px;
    font-weight: 600;
    color: #333;
    position: relative;
  }
  #globalHeader .spGhLink .SpContactIcon > a:before {
    content: "";
    display: block;
    width: 31px;
    height: 31px;
    border-radius: 50%;
    background-color: #B50025;
    background-image: url(../image/icon_mail.svg);
    background-position: center;
    background-size: 14px 11px;
    background-repeat: no-repeat;
    position: absolute;
    left: 0;
    top: 0;
  }
  main {
    margin-top: 71px !important;
  }
  #globalFooter #pageTop {
    bottom: 14px;
    right: 16px;
    width: 45px;
    height: 45px;
  }
  #globalFooter #pageTop::after {
    width: 14px;
    height: 17px;
  }
  #globalFooter .gfNav {
    padding: 40px 0;
  }
  #globalFooter .gfNavList {
    padding: 0 32px;
  }
  #globalFooter .gfNavList div:not(:last-of-type) {
    margin-bottom: 30px;
  }
  #globalFooter .gfNavList div a {
    letter-spacing: 0.005em;
  }
  #globalFooter .gfNavList div a::after {
    content: "";
    display: block;
    background: url(../image/arrow.svg) no-repeat center/100%;
    position: absolute;
    width: 8.5px;
    height: 11px;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
  }
  #globalFooter .gfNavList dd {
    display: none;
  }
  #globalFooter .gfLink {
    flex-wrap: wrap;
    flex-direction: column-reverse;
    padding: 30px 0 40px;
  }
  #globalFooter .external {
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 20px;
    width: 79.8%;
    max-width: 247px;
    margin-inline: auto;
  }
  #globalFooter .external li {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 43.2%;
  }
  #globalFooter .external li a img {
    margin-inline: auto;
  }
  #globalFooter .ghLinkWrap {
    justify-content: center;
    max-width: 247px;
    margin-inline: auto;
  }
  #globalFooter .sns {
    justify-content: center;
    padding-bottom: 30px;
    margin-bottom: 40px;
  }
  #globalFooter .sns::after {
    content: "";
    display: block;
    background-color: #707070;
    width: calc(100% + 102px);
    height: 1px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
  }
  #globalFooter .sns li a {
    width: 40px;
  }
  #globalFooter .sns li:not(:last-child) > a {
    margin-right: 30px;
  }
  #globalFooter .copyRight {
    text-align: center;
    margin-bottom: 20px;
  }
  .commonBtn {
    font-size: 15px;
    min-width: 311px;
    padding: 13px 20px;
  }
  .commonBtn::after {
    width: 8px;
    height: 11px;
    right: 18px;
  }
  .commonBtn.back::after {
    left: 18px;
  }
  .commonBtn.spW100 {
    min-width: inherit;
    width: 100%;
    max-width: 300px;
  }
  .commonBtn + .commonBtn {
    margin-top: 20px;
  }
  * + .btnWrap {
    margin-top: 20px;
  }
  .spBtnWrap {
    text-align: center;
  }
  .infoList {
    margin-bottom: 35px;
  }
  .infoList.second {
    margin-bottom: 32px;
  }
  .infoList li a {
    padding: 0 10.3% 15px 0;
    padding-bottom: 15px;
    border-bottom: solid 0.5px #ccc;
  }
  .infoList li a::after {
    top: 4px;
    width: 8px;
    height: 11px;
  }
  .infoList li:not(:last-child) > a {
    margin-bottom: 20px;
  }
  .infoList .infoDate {
    margin-bottom: 7px;
  }
  .infoList .infoTitle {
    font-size: 15px;
    line-height: 1.53;
  }
  .cookieConsentLayout {
    padding: 15px 16px;
  }
  .cookieConsentLayout:not(.jsCookieConsent) {
    transform: translateY(calc(100% + 156px));
  }
  .cookieConsentLayout .cookieText {
    font-size: 12px;
    line-height: 1.33;
    margin-bottom: 11px;
  }
  .cookieConsentLayout .cookieBtn a {
    font-size: 14px;
    line-height: 1.45;
    padding: 7px;
    border-radius: 2px;
  }
  html:lang(en) #globalHeader .ghMenu .caption {
    line-height: 1.3;
  }
  html:lang(sc) .m_list.m_list_ranking li:nth-child(-n+3) .ranking_number {
    width: 76px !important;
    font-size: 16px !important;
    padding: 0 !important;
  }
  html:lang(tc) .m_list.m_list_ranking li:nth-child(-n+3) .ranking_number {
    width: 76px !important;
    font-size: 16px !important;
    padding: 0 !important;
  }
  html:lang(th) .ghLogo {
    max-width: 176px !important;
  }
  html:lang(th) .ghMenu .caption {
    line-height: 1.3;
  }
  html:lang(th) .m_list.m_list_ranking li:nth-child(-n+3) .ranking_number {
    font-size: 16px !important;
    padding: 0 !important;
  }
  html:lang(vi) .ghLogo {
    max-width: 176px !important;
  }
  html:lang(vi) .ghMenu .caption {
    line-height: 1.3;
  }
  html:lang(mn) .ghLogo {
    max-width: 176px !important;
  }
  html:lang(mn) .ghMenu .caption {
    font-size: 9px !important;
    line-height: 1.3;
  }
  html:lang(mn) .scholarshipLinkBtn {
    height: 116px !important;
  }
  html:lang(mn) .countryRanking .third {
    font-size: 15px;
    line-height: 1.2;
    padding-left: 5px;
  }
  html:lang(fr) .logoImg {
    max-width: 115px !important;
  }
  html:lang(fr) .ghLogo {
    max-width: 176px !important;
  }
  html:lang(fr) .ghMenu .caption {
    font-size: 9px !important;
    line-height: 1.3;
  }
  html:lang(es) .ghMenu .caption {
    line-height: 1.3;
  }
  html:lang(es) .countryRanking .third {
    padding-left: 15px;
    font-size: 15px;
    line-height: 1.2;
  }
  html:lang(ar) #globalHeader .ghLogo {
    max-width: 176px !important;
  }
  html:lang(ar) #globalHeader .ghMenu .caption {
    line-height: 1.3;
  }
  html:lang(ar) #globalHeader .ghNavList > li > p:before,
  html:lang(ar) #globalHeader .ghNavList > li > p:after {
    left: 0;
    right: inherit;
  }
  html:lang(ar) #globalHeader .ghNavList > li > p.notChild:before {
    transform: scale(-1, 1);
  }
  html:lang(ar) #globalHeader .subMenu > ul {
    margin: 15px 40px 15px 0;
  }
  html:lang(ar) #globalHeader .subMenu > ul > li > a {
    padding: 7px 17px 7px 0;
  }
  html:lang(ar) #globalHeader .subMenu > ul > li > a::before {
    transform: scale(-1, 1);
    left: inherit;
    right: 0;
  }
  html:lang(ar) #globalHeader .subMenuTitle > a {
    padding: 12px 33px 12px 15px;
  }
  html:lang(ar) #globalHeader .subMenuTitle > a::before {
    transform: scale(-1, 1);
    left: inherit;
    right: 15px;
  }
  html:lang(ar) #globalHeader .SpContactIcon > a {
    padding-left: 0;
    padding-right: 41px;
  }
  html:lang(ar) #globalHeader .SpContactIcon > a::before {
    left: inherit;
    right: 0;
  }
  html:lang(ar) #topUseful .sp-usefulSlider .title {
    text-align: inherit;
    margin-right: 25%;
    direction: rtl;
  }
  html:lang(ar) #topUseful .prev {
    left: inherit;
    right: 55px;
  }
  html:lang(ar) #topUseful .next {
    right: inherit;
    left: 55px;
  }
  html:lang(ar) #topMenu .menuTitle::after {
    transform: scale(-1, 1) translateY(-50%);
    right: inherit;
    left: 15px;
  }
  html:lang(ar) #topStories .prev {
    transform: translateX(-50%) scale(-1, 1);
    right: calc(50% - 60px);
  }
  html:lang(ar) #topStories .next {
    transform: translateX(50%) scale(-1, 1);
    left: calc(50% - 60px);
  }
  html:lang(ar) #topStories .sliderItem h3 {
    padding-left: 0;
    padding-right: 20px;
  }
  html:lang(ar) .commonBtn.en_ltr::after {
    right: 18px;
  }
  html:lang(ar) .pageTitle {
    padding-right: 20px;
  }
  html:lang(ar) .commonBtn::after {
    left: 18px;
  }
  html:lang(ar) #contents .inner.arnews h3,
  html:lang(ar) #contents .inner.arnews .h3 {
    padding-left: 18px;
    padding-right: inherit;
  }
  html:lang(ar) #contents .inner.arnews ul:not([class]) li {
    padding-left: 13px;
  }
  html:lang(ar) #contents .inner.arnews ol:not([class]) li::before {
    padding-right: 15px;
  }
  html:lang(ar) #contents .inner.arnews .m_list.m_list_link li a {
    padding: 13px 13px 13px 28px;
  }
  html:lang(ar) #contents .inner.arnews .m_list.m_list_link li a::after {
    left: 12px;
  }
  html:lang(ar) #contents .inner.arnews .usual_link {
    padding: 0 0 0 16.5px;
  }
  html:lang(ar) .wysiwyg h3,
  html:lang(ar) .wysiwyg .h3 {
    padding-left: 0;
    padding-right: 18px;
  }
  html:lang(ar) .wysiwyg h3.en_ltr,
  html:lang(ar) .wysiwyg .h3.en_ltr {
    padding-left: 18px;
    padding-right: inherit;
  }
  html:lang(ar) .wysiwyg ul:not([class]) li {
    padding-right: 13px;
  }
  html:lang(ar) .wysiwyg ol:not([class]) li::before {
    padding-left: 15px;
  }
  html:lang(ar) .wysiwyg ul.en_ltr_list li {
    font-size: 14px;
    padding-left: 13px;
  }
  html:lang(ar) .wysiwyg ul.en_ltr_list li:not(:last-child) {
    margin-bottom: 18px;
  }
  html:lang(ar) .wysiwyg ul.en_ltr_list li::before {
    top: 10px;
    width: 5px;
    height: 5px;
  }
  html:lang(ar) .wysiwyg ol.en_ltr_list li {
    font-size: 14px;
  }
  html:lang(ar) .wysiwyg ol.en_ltr_list li:not(:last-child) {
    margin-bottom: 18px;
  }
  html:lang(ar) .wysiwyg ol.en_ltr_list li::before {
    padding-right: 15px;
  }
  html:lang(ar) .wysiwyg ol.en_ltr_list .m_list.m_list_link.txt_link {
    margin-top: 15px;
  }
  html:lang(ar) .wysiwyg * + ul.en_ltr,
  html:lang(ar) .wysiwyg * + ol.en_ltr {
    margin-top: 25px !important;
  }
  html:lang(ar) .wysiwyg .m_list.m_list_ranking li:nth-child(-n+3) .ranking_number {
    margin-left: 12px;
  }
  html:lang(ar) .wysiwyg .m_list.m_list_ranking li:nth-child(n+4) .ranking_number {
    margin-left: 44px;
  }
  html:lang(ar) .wysiwyg .bubble_box p {
    margin-right: 24px;
  }
  html:lang(ar) .wysiwyg .bubble_box p::before {
    right: -26px;
  }
  html:lang(ar) .wysiwyg .orderNumber {
    right: 12%;
  }
  html:lang(ar) .wysiwyg .orderNumber.large {
    right: 2%;
  }
  html:lang(ar) .wysiwyg .planOrder::before {
    right: 38%;
  }
  html:lang(ar) .wysiwyg .planOrder.overlayBlueTop::after {
    right: 38%;
  }
  html:lang(ar) .wysiwyg .outlineList > li > a {
    padding-right: 25px;
  }
  html:lang(ar) .wysiwyg .outlineList > li > a::before {
    right: 5px;
  }
  html:lang(ar) .wysiwyg .outlineSubMenu li {
    padding-left: 0;
    padding-right: 25px;
  }
  html:lang(ar) .wysiwyg .outlineSubMenu li > a {
    padding: 0 19.5px 18px 0;
  }
  html:lang(ar) .wysiwyg .m_list.m_list_link li a {
    padding: 13px 28px 13px 13px;
  }
  html:lang(ar) .wysiwyg .m_list.m_list_link li a::after {
    right: 12px;
  }
  html:lang(ar) .wysiwyg .m_list.m_list_link.en_ltr li a {
    padding: 13px 13px 13px 28px;
  }
  html:lang(ar) .wysiwyg .m_list.m_list_link.en_ltr li a::after {
    left: 12px;
  }
  html:lang(ar) .wysiwyg .m_list.m_list_link.txt_link li a {
    padding: 0 16.5px 0 0;
  }
  html:lang(ar) .wysiwyg .m_list.m_list_link.txt_link.en_ltr li a {
    padding: 0 0 0 16.5px;
  }
  html:lang(ar) .wysiwyg .mainMenuBtn a {
    padding: 0 13px 0 33px;
  }
  html:lang(ar) .wysiwyg .mainMenuBtn a span::after {
    left: -20px;
    margin-right: 4px;
  }
  html:lang(ar) .wysiwyg .usual_link {
    padding: 0 16.5px 0 0;
  }
  html:lang(ar) .wysiwyg .usual_link.en_ltr {
    padding: 0 0 0 16.5px;
  }
  html:lang(ar) .wysiwyg .contactLinkBtn span {
    padding: 0 41.5px 0 28.5px;
  }
  html:lang(ar) .wysiwyg .faqLinkBtn span {
    padding: 0 41.5px 0 28.5px;
  }
  html:lang(ar) .wysiwyg .searchLinkBtn span {
    padding: 0 41.5px 0 28.5px;
  }
  html:lang(ar) .wysiwyg .supportLinkBtn span {
    padding: 0 41.5px 0 28.5px;
  }
  html:lang(ar) .wysiwyg .scholarshipLinkBtn span {
    padding: 0 40px 0 20px;
  }
  html:lang(ar) .wysiwyg .ascojaLinkBtn span {
    padding: 0 41.5px 0 28.5px;
  }
  html:lang(ar) .wysiwyg .eventLink span {
    padding: 0 16px 0 0;
  }
  html:lang(ar) .wysiwyg .rootMap dt {
    padding: 8px 40px 8px 0;
  }
  html:lang(ar) .wysiwyg .rootMap .place::before {
    right: 12px;
  }
  html:lang(ar) .wysiwyg .rootMap .place:last-of-type::after {
    right: 22px;
  }
  html:lang(ar) .wysiwyg .rootMap .place:not(:last-of-type)::after {
    right: 22px;
  }
  html:lang(ar) .wysiwyg .rootMap .timeTag::after {
    left: -8px;
  }
  html:lang(ar) #globalFooter .gfNavList div a::after {
    transform: scale(-1, 1) translateY(-50%);
    right: inherit;
    left: 0;
  }
  html:lang(ar) #globalFooter #pageTop {
    left: 16px;
  }
  html:lang(ar) #floatBnr {
    left: 16px;
  }
  html:lang(ar) .categoryList h3 {
    padding: 0 20px 0 0 !important;
  }
  /* ココから下には記入禁止 */
  .forPC {
    display: none !important;
  }
  .tbNone {
    display: none !important;
  }
}
@media print, screen and (min-width: 769px) {
  main {
    height: 100%;
  }
  body {
    font-size: 18px;
  }
  a:hover, a:focus {
    text-decoration: underline;
  }
  a[href^="tel:"] {
    pointer-events: none;
  }
  p {
    font-size: 18px;
  }
  #globalHeader:after {
    box-shadow: 0px 5px 5px 0 rgba(0, 0, 0, 0.15);
  }
  #globalHeader .spWrap {
    display: none;
  }
  #globalHeader .ghMenu {
    background-color: #B50025;
  }
  #globalHeader .ghMenu .inner {
    max-width: 1200px;
    width: 90%;
    margin-inline: auto;
    width: 98% !important;
    display: flex;
    justify-content: space-between;
  }
  #globalHeader .ghMenu .inner::before {
    content: "";
    display: block;
    background-color: #fff;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: -100%;
  }
  #globalHeader .ghMenu .ghLogo {
    display: flex;
    flex-direction: column;
    justify-content: center;
    flex: none;
    width: 185px;
    padding: 12px 0;
    transform: 0.3s;
  }
  #globalHeader .ghMenu .ghLogo > .caption {
    pointer-events: none;
  }
  #globalHeader .ghMenu .ghLogo::before {
    content: "";
    display: block;
    background-color: #fff;
    width: calc(100% - 90px);
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
  }
  #globalHeader .ghMenu .ghLogo::after {
    content: "";
    display: block;
    background-color: #fff;
    width: 264px;
    height: 120px;
    border-radius: 0 9999px 0 0;
    box-shadow: 0px 0 6px 0 rgba(0, 0, 0, 0.15);
    position: absolute;
    top: 0;
    left: 50px;
    z-index: 1;
    transition: 0.2s left;
  }
  #globalHeader .ghMenu .logoImg {
    margin-bottom: 8px;
    z-index: 3;
  }
  #globalHeader .ghMenu .caption {
    font-size: 10px;
    letter-spacing: 0.02em;
    pointer-events: none;
    z-index: 3;
  }
  #globalHeader .ghMenu .ghContent {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-end;
    padding: 12px 0;
    margin-left: 132px;
  }
  #globalHeader .ghMenu .ghContent .ghLink {
    display: flex;
    justify-content: flex-end;
    margin: 8px 0 8px;
    margin-right: 34px;
  }
  #globalHeader .ghMenu .ghContent .ghLink a {
    font-size: 12px;
  }
  #globalHeader .ghMenu .ghContent .ghLink a:hover, #globalHeader .ghMenu .ghContent .ghLink a:focus {
    font-weight: 700;
  }
  #globalHeader .ghMenu .ghContent .ghLink a:not(:last-of-type) {
    margin-right: 24px;
  }
  #globalHeader .ghMenu .ghContentInfo {
    display: flex;
    margin: 8px 0;
  }
  #globalHeader .ghMenu .ghContentInfo .ghSearch {
    display: block !important;
    margin-right: 20px;
  }
  #globalHeader .ghMenu .ghContentInfo .ghSearch .gsc-control-cse {
    background-color: #B50025;
  }
  #globalHeader .ghMenu .ghContentInfo .ghSearch table.gsc-search-box {
    background-color: #fff;
    border-radius: 30px;
    width: 192px;
  }
  #globalHeader .ghMenu .ghContentInfo .ghSearch .gsc-input-box {
    padding: 4px 0 0;
  }
  #globalHeader .ghMenu .ghContentInfo .ghSearch .gsc-search-button-v2 {
    background-color: #fff;
    height: 31px;
    width: 38px;
    padding: 8px 10px 7px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    cursor: pointer;
  }
  #globalHeader .ghMenu .ghContentInfo .ghSearch .gsc-search-button-v2::after {
    background: url(../image/icon_search_gray.svg) no-repeat center/100%;
    width: 16px;
    height: 16px;
    right: 12px;
  }
  #globalHeader .ghMenu .ghContentInfo .ghSearch form:focus-within .gsc-search-button-v2::after {
    background: url(../image/icon_search_red.svg) no-repeat center/100%;
  }
  #globalHeader .ghMenu .ghContentInfo .ghIcon {
    display: flex;
  }
  #globalHeader .ghMenu .ghContentInfo .ghIcon .contactIcon {
    width: 32px;
    height: 32px;
    margin-right: 14px;
    transition: 0.3s;
  }
  #globalHeader .ghMenu .ghContentInfo .ghIcon .contactIcon:hover, #globalHeader .ghMenu .ghContentInfo .ghIcon .contactIcon:focus {
    background-color: rgba(255, 255, 255, 0.28);
  }
  #globalHeader .ghMenu .ghContentInfo .ghIcon .contactIcon::after {
    content: "";
    display: block;
    background-color: #fff;
    width: 1px;
    height: 16px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: -14px;
  }
  #globalHeader .ghMenu .ghContentInfo .ghIcon .contactIcon img {
    width: 14px;
    height: 11px;
  }
  #globalHeader .ghMenu .ghContentInfo .ghIcon .multilingualWrap {
    display: block !important;
    position: relative;
  }
  #globalHeader .ghMenu .ghContentInfo .ghIcon .multilingualWrap .langIcon {
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    cursor: pointer;
    font-weight: 500;
    display: flex;
    align-items: center;
    min-width: 98px;
    height: 32px;
    padding: 7px 12px 7px 36px;
    margin-left: 14px;
    border: none;
    font-size: 12px;
    color: #fff;
    text-decoration: none;
    border-radius: 50px;
    background-color: transparent;
    position: relative;
    transition: 0.3s;
  }
  #globalHeader .ghMenu .ghContentInfo .ghIcon .multilingualWrap .langIcon:hover, #globalHeader .ghMenu .ghContentInfo .ghIcon .multilingualWrap .langIcon:focus {
    background-color: rgba(255, 255, 255, 0.28);
  }
  #globalHeader .ghMenu .ghContentInfo .ghIcon .multilingualWrap .langIcon::before {
    width: 16px;
    height: 16px;
    left: 12px;
  }
  #globalHeader .ghMenu .ghContentInfo .ghIcon .multilingualWrap .langIcon::after {
    width: 6px;
    height: 8px;
    right: 12px;
  }
  #globalHeader .ghMenu .ghContentInfo .ghIcon .multilingualWrap .langIcon span {
    margin-left: 23px;
  }
  #globalHeader .ghMenu .ghContentInfo .ghIcon .multilingualWrap .multilingualMenu {
    display: none;
    width: 212px;
    padding: 7px 20px;
    border-radius: 8px;
    box-shadow: 0px 0 6px 0 rgba(0, 0, 0, 0.15);
    background: #fff;
    position: absolute;
    top: 43px;
    right: 0;
    z-index: 5;
  }
  #globalHeader .ghMenu .ghContentInfo .ghIcon .multilingualWrap .multilingualMenu > li.isActive > button {
    color: #B50025;
  }
  #globalHeader .ghMenu .ghContentInfo .ghIcon .multilingualWrap .multilingualMenu > li > button {
    display: block;
    padding: 12px 0;
    font-size: 12px;
    cursor: pointer;
    transition: 0.2s color;
  }
  #globalHeader .ghMenu .ghContentInfo .ghIcon .multilingualWrap .multilingualMenu > li > button:hover, #globalHeader .ghMenu .ghContentInfo .ghIcon .multilingualWrap .multilingualMenu > li > button:focus {
    color: #B50025;
    text-decoration: none;
  }
  #globalHeader .dropDownMenu {
    display: block !important;
    padding: 0;
    box-shadow: 0px -2px 3px 0 rgba(0, 0, 0, 0.1);
    z-index: 4;
  }
  #globalHeader .ghNav {
    max-width: 1200px;
    width: 98%;
    margin-inline: auto;
  }
  #globalHeader .ghNavList {
    display: table;
    width: 100%;
  }
  #globalHeader .ghNavList > li {
    padding: 15px 0;
    display: table-cell;
    vertical-align: middle;
  }
  #globalHeader .ghNavList > li:hover p > a {
    color: #B50025;
  }
  #globalHeader .ghNavList > li:hover p > a > span:before {
    width: 100%;
  }
  #globalHeader .ghNavList > li:not(:last-child) > p::after {
    content: "";
    display: block;
    background-color: #999;
    width: 1px;
    height: 21px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
  }
  #globalHeader .ghNavList > li.isActive > p > a {
    color: #B50025;
  }
  #globalHeader .ghNavList > li.isActive > p > a > span:before {
    width: 100%;
  }
  #globalHeader .ghNavList > li > p {
    text-align: center;
    padding: 14px 8px;
    line-height: 1.636;
    cursor: pointer;
  }
  #globalHeader .ghNavList > li > p > a {
    font-weight: 700;
    font-size: 13px;
  }
  #globalHeader .ghNavList > li > p > a > span {
    display: inline-block;
  }
  #globalHeader .ghNavList > li > p > a > span:before {
    width: 0;
    height: 1px;
    background: #B50025;
    position: absolute;
    left: 0;
    bottom: -5px;
    margin: auto;
    transition: 0.2s width;
  }
  #globalHeader .parent.isForcus p > a {
    color: #B50025;
  }
  #globalHeader .parent.isForcus p > a > span:before {
    width: 100%;
  }
  #globalHeader .subMenu {
    width: 98%;
    max-width: 1440px;
    padding: 50px 50px;
    border-radius: 0 0 8px 8px;
    box-shadow: 0px 4px 5px 0px rgba(0, 0, 0, 0.15);
    background: #fff;
    position: fixed;
    right: 0;
    left: 0;
    margin: auto;
    z-index: 3;
  }
  #globalHeader .subMenu .subMenuTitle {
    display: none;
  }
  #globalHeader .subMenu > ul {
    display: flex;
    flex-wrap: wrap;
    max-width: 1000px;
    margin-inline: auto;
  }
  #globalHeader .subMenu > ul > li {
    display: flex;
    width: calc(25% - 18px);
  }
  #globalHeader .subMenu > ul > li:not(:nth-child(4n)) {
    margin-right: 24px;
  }
  #globalHeader .subMenu > ul > li:nth-child(n+5) {
    margin-top: 12px;
  }
  #globalHeader .subMenu > ul > li > a {
    font-weight: 500;
    display: flex;
    align-items: center;
    min-height: 44px;
    padding: 8px 51px 8px 12px;
    font-size: 14px;
    border: 1px solid #E5E5E5;
    border-radius: 4px;
    transition: 0.2s color, 0.2s border-color;
  }
  #globalHeader .subMenu > ul > li > a:hover, #globalHeader .subMenu > ul > li > a:focus {
    text-decoration: none;
    color: #B50025;
    border-color: #B50025;
    font-weight: bold;
  }
  #globalHeader .subMenu > ul > li > a:before {
    width: 6px;
    height: 8px;
    right: 14px;
    top: 0;
    bottom: 0;
    margin: auto;
  }
  #globalHeader .parent.isForcus .subMenu {
    display: block;
  }
  #globalHeader .spGhLink {
    display: none;
  }
  #globalFooter #pageTop {
    bottom: 23px;
    right: 76px;
    width: 64px;
    height: 64px;
    transition: 0.3s;
  }
  #globalFooter #pageTop:hover, #globalFooter #pageTop:focus {
    background-color: #333;
  }
  #globalFooter #pageTop::after {
    width: 20px;
    height: 24px;
  }
  #globalFooter .gfNav {
    padding: 80px 0;
  }
  #globalFooter .gfNavList {
    max-width: 1000px;
    width: 90%;
    margin-inline: auto;
    display: flex;
    flex-wrap: wrap;
    gap: 50px 7.2%;
  }
  #globalFooter .gfNavList div {
    width: 19.6%;
  }
  #globalFooter .gfNavList div a {
    letter-spacing: 0.01em;
  }
  #globalFooter .gfNavList div a:hover, #globalFooter .gfNavList div a:focus {
    text-decoration: underline;
    color: #694A26;
  }
  #globalFooter .gfNavList dt {
    margin-bottom: 19px;
  }
  #globalFooter .gfNavList dt.ddpc {
    padding-left: 14px;
  }
  #globalFooter .gfNavList dt.ddpc:not(:last-of-type) {
    margin-bottom: 16px;
  }
  #globalFooter .gfNavList dt.ddpc a {
    font-size: 13px;
    line-height: 1.54;
  }
  #globalFooter .gfNavList dt.ddpc a::before {
    width: 6px;
    height: 8px;
    top: 6.5px;
    left: -14px;
  }
  #globalFooter .gfNavList dd {
    padding-left: 14px;
  }
  #globalFooter .gfNavList dd:not(:last-of-type) {
    margin-bottom: 16px;
  }
  #globalFooter .gfNavList dd a {
    font-size: 13px;
    line-height: 1.54;
  }
  #globalFooter .gfNavList dd a::before {
    width: 6px;
    height: 8px;
    top: 6.5px;
    left: -14px;
  }
  #globalFooter .gfLink {
    max-width: 1200px;
    width: 90%;
    margin-inline: auto;
    padding: 46px 0;
    justify-content: space-between;
    align-items: end;
  }
  #globalFooter .external {
    align-items: center;
    flex-basis: 44%;
    max-width: 438px;
  }
  #globalFooter .external li a {
    transition: 0.3s;
  }
  #globalFooter .external li a:hover, #globalFooter .external li a:focus {
    opacity: 0.7;
  }
  #globalFooter .external li:not(:last-child) > a {
    margin-right: 36px;
  }
  #globalFooter .ghLinkWrap {
    max-width: 224px;
    justify-content: right;
  }
  #globalFooter .sns {
    justify-content: flex-end;
    margin-bottom: 12px;
  }
  #globalFooter .sns li a {
    width: 32px;
  }
  #globalFooter .sns li:not(:last-child) > a {
    margin-right: 30px;
  }
  .commonBtn {
    font-size: 16px;
    min-width: 296px;
    padding: 15px 40px;
    transition: 0.3s;
  }
  .commonBtn:hover, .commonBtn:focus {
    background-color: #333;
    text-decoration: none;
  }
  .commonBtn::after {
    width: 11px;
    height: 14px;
    right: 15px;
  }
  .commonBtn.large {
    font-size: 18px;
    line-height: 1.4;
    min-width: 480px;
    padding: 19px 60px;
  }
  .commonBtn.back::after {
    left: 15px;
  }
  .commonBtn + .commonBtn {
    margin-left: 40px;
  }
  .btnWrap {
    text-align: center;
  }
  * + .btnWrap {
    margin-top: 40px;
  }
  .infoList {
    margin-bottom: 60px;
  }
  .infoList.second {
    margin-bottom: 64px;
  }
  .infoList li a {
    display: flex;
  }
  .infoList li a:hover, .infoList li a:focus {
    text-decoration: none;
  }
  .infoList li a:hover::after, .infoList li a:focus::after {
    background-image: url(../image/arrow_brown.svg);
  }
  .infoList li a:hover > .infoDate, .infoList li a:focus > .infoDate {
    color: #694A26;
  }
  .infoList li a:hover > .infoTitle, .infoList li a:focus > .infoTitle {
    color: #694A26;
    text-decoration: underline;
  }
  .infoList li a::after {
    top: 9px;
    width: 11px;
    height: 14px;
  }
  .infoList li:not(:last-child) > a {
    margin-bottom: 27px;
  }
  .infoList .infoDate {
    font-size: 22px;
    width: 15.4%;
  }
  .infoList .infoTitle {
    font-size: 22px;
    max-width: 100%;
    width: 84.6%;
    padding-right: 12%;
  }
  .infoList .infoTitle.second {
    padding-right: 5%;
  }
  .cookieConsentLayout {
    padding: 20px 0;
  }
  .cookieConsentLayout:not(.jsCookieConsent) {
    transform: translateY(calc(100% + 162px));
  }
  .cookieConsentLayout .cookieInner {
    max-width: 996px;
    width: 90%;
    margin-inline: auto;
  }
  .cookieConsentLayout .cookieText {
    font-size: 14px;
    line-height: 1.714;
    margin-bottom: 20px;
  }
  .cookieConsentLayout .cookieBtn a {
    font-size: 16px;
    line-height: 1.22;
    padding: 13px;
    border-radius: 4px;
    transition: 0.3s;
  }
  .cookieConsentLayout .cookieBtn a:hover, .cookieConsentLayout .cookieBtn a:focus {
    text-decoration: none;
    background: #D3B270;
    color: #000;
  }
  html:lang(en) #globalHeader .ghLogo {
    width: 195px !important;
  }
  html:lang(en) .world_select_btn.asia {
    left: 41.9%;
  }
  html:lang(en) .wysiwyg .costList .costType {
    font-size: 18px;
  }
  html:lang(ko) .world_select_btn.asia {
    left: 41.9%;
  }
  html:lang(sc) .langIcon {
    min-width: 108px !important;
  }
  html:lang(sc) .m_list.m_list_ranking li:nth-child(-n+3) .ranking_number {
    font-size: 20px !important;
    padding: 0 18px !important;
  }
  html:lang(sc) .world_select_btn.asia {
    left: 41.9%;
  }
  html:lang(tc) .langIcon {
    min-width: 108px !important;
  }
  html:lang(tc) .m_list.m_list_ranking li:nth-child(-n+3) .ranking_number {
    font-size: 20px !important;
    padding: 0 18px !important;
  }
  html:lang(tc) .world_select_btn.asia {
    left: 41.9%;
  }
  html:lang(th) .langIcon {
    min-width: 108px !important;
  }
  html:lang(th) .ghLogo {
    width: 255px !important;
  }
  html:lang(th) .ghLogo::after {
    width: 284px !important;
  }
  html:lang(th) .m_list.m_list_ranking li:nth-child(-n+3) .ranking_number {
    font-size: 20px !important;
    padding: 0 12px !important;
  }
  html:lang(th) .world_select_btn.asia {
    left: 41.9%;
  }
  html:lang(th) .costList .costType {
    font-size: 18px;
  }
  html:lang(vi) .langIcon {
    min-width: 118px !important;
  }
  html:lang(vi) .ghLogo {
    width: 305px !important;
  }
  html:lang(vi) .ghLogo::after {
    width: 324px !important;
  }
  html:lang(vi) .world_select_btn.asia {
    left: 41.9%;
  }
  html:lang(vi) .wysiwyg .costList .costType {
    font-size: 18px;
  }
  html:lang(id) .langIcon {
    min-width: 161px !important;
  }
  html:lang(id) .world_select_btn.asia {
    left: 41.9%;
  }
  html:lang(mn) .langIcon {
    min-width: 108px !important;
  }
  html:lang(mn) .ghLogo {
    width: 245px !important;
  }
  html:lang(mn) .scholarshipLinkBtn {
    height: 190px !important;
    max-width: 640px;
  }
  html:lang(mn) .world_select_btn.asia {
    left: 41.9%;
  }
  html:lang(mn) .countryRanking .third {
    padding-left: 30px;
  }
  html:lang(mn) .costList .costType {
    font-size: 18px;
  }
  html:lang(fr) .langIcon {
    min-width: 108px !important;
  }
  html:lang(fr) .ghLogo {
    width: 275px !important;
  }
  html:lang(fr) .world_select_btn.asia {
    left: 41.9%;
  }
  html:lang(es) .langIcon {
    min-width: 108px !important;
  }
  html:lang(es) .ghLogo {
    width: 280px !important;
  }
  html:lang(es) .ghLogo::after {
    width: 274px !important;
  }
  html:lang(es) .world_select_btn.asia {
    left: 41.9%;
  }
  html:lang(es) .countryRanking .third {
    padding-left: 15px;
    font-size: 23px;
    line-height: 1.3;
  }
  html:lang(es) .costList .costType {
    font-size: 18px;
  }
  html:lang(ar) #globalHeader .ghLogo {
    width: 245px !important;
  }
  html:lang(ar) #globalHeader .ghLogo::after {
    width: 264px !important;
  }
  html:lang(ar) #globalHeader .ghNavList > li:not(:last-child) > p::after {
    left: 0;
    right: inherit;
  }
  html:lang(ar) #globalHeader .ghNavList > li > p > a > span:before {
    left: inherit;
    right: 0;
  }
  html:lang(ar) #globalHeader .subMenu > ul > li > a {
    padding: 8px 12px 8px 51px;
  }
  html:lang(ar) #globalHeader .subMenu > ul > li:not(:nth-child(4n)) {
    margin-right: 0 !important;
    margin-left: 24px;
  }
  html:lang(ar) #globalHeader .subMenu > ul > li > a:before {
    right: inherit;
    left: 14px;
    transform: scale(-1, 1);
  }
  html:lang(ar) #topUseful .usefulSlider .sliderItem {
    text-align: inherit;
    direction: rtl;
  }
  html:lang(ar) #topUseful .usefulSlider .sliderItem .title {
    text-align: inherit;
    margin-right: 20px;
  }
  html:lang(ar) #topUseful .prev {
    left: inherit;
    right: -38px;
  }
  html:lang(ar) #topUseful .next {
    right: inherit;
    left: -38px;
  }
  html:lang(ar) .menuLink:not(:nth-child(3n)) {
    margin-right: 0 !important;
    margin-left: 38px;
  }
  html:lang(ar) #topMenu .menuTitle span {
    padding-right: 0;
    padding-left: 23px;
  }
  html:lang(ar) #topStories .prev {
    transform: translate(-50%, -50%) scale(-1, 1);
    right: -64px;
  }
  html:lang(ar) #topStories .next {
    transform: translate(50%, -50%) scale(-1, 1);
    left: -64px;
  }
  html:lang(ar) #topStories .sliderItem h3 {
    padding-left: 0;
    padding-right: 30px;
  }
  html:lang(ar) #topSupplement .connectionSlider .prev {
    left: inherit;
    right: 0;
  }
  html:lang(ar) #topSupplement .connectionSlider .next {
    right: inherit;
    left: 0;
  }
  html:lang(ar) .commonBtn.en_ltr::after {
    right: 15px;
  }
  html:lang(ar) .pageTitle {
    padding-right: 30px;
  }
  html:lang(ar) .commonBtn::after {
    left: 15px;
  }
  html:lang(ar) #contents .inner.arnews h3,
  html:lang(ar) #contents .inner.arnews .h3 {
    padding: 0 0 20px 28px;
  }
  html:lang(ar) #contents .inner.arnews ul:not([class]) li {
    padding-left: 22px;
  }
  html:lang(ar) #contents .inner.arnews ol:not([class]) li::before {
    padding-right: 20px;
  }
  html:lang(ar) #contents .inner.arnews .m_list.m_list_link li a {
    padding: 17px 17px 17px 55px;
  }
  html:lang(ar) #contents .inner.arnews .m_list.m_list_link li a::after {
    left: 24px;
  }
  html:lang(ar) #contents .inner.arnews .usual_link {
    padding: 0 0 0 25px;
  }
  html:lang(ar) .wysiwyg h3,
  html:lang(ar) .wysiwyg .h3 {
    padding: 0 28px 20px 0;
  }
  html:lang(ar) .wysiwyg h3.en_ltr,
  html:lang(ar) .wysiwyg .h3.en_ltr {
    padding: 0 0 20px 28px;
  }
  html:lang(ar) .wysiwyg ul:not([class]) li {
    padding-right: 22px;
  }
  html:lang(ar) .wysiwyg ol:not([class]) li::before {
    padding-left: 20px;
  }
  html:lang(ar) .wysiwyg ul.en_ltr_list {
    max-width: 718px;
  }
  html:lang(ar) .wysiwyg ul.en_ltr_list li {
    font-size: 18px;
    padding-left: 22px;
  }
  html:lang(ar) .wysiwyg ul.en_ltr_list li:not(:last-child) {
    margin-bottom: 16px;
  }
  html:lang(ar) .wysiwyg ul.en_ltr_list li::before {
    top: 11px;
    width: 6px;
    height: 6px;
  }
  html:lang(ar) .wysiwyg ol.en_ltr_list {
    max-width: 718px;
  }
  html:lang(ar) .wysiwyg ol.en_ltr_list li {
    font-size: 18px;
  }
  html:lang(ar) .wysiwyg ol.en_ltr_list li:not(:last-child) {
    margin-bottom: 16px;
  }
  html:lang(ar) .wysiwyg ol.en_ltr_list li::before {
    padding-right: 20px;
  }
  html:lang(ar) .wysiwyg ol.en_ltr_list .m_list.m_list_link.txt_link {
    margin-top: 20px;
  }
  html:lang(ar) .wysiwyg * + ul.en_ltr,
  html:lang(ar) .wysiwyg * + ol.en_ltr {
    margin-top: 30px !important;
  }
  html:lang(ar) .wysiwyg .box_flex_01 {
    justify-content: right;
  }
  html:lang(ar) .wysiwyg .box_flex_01.ltr {
    justify-content: left;
  }
  html:lang(ar) .wysiwyg .m_list.m_list_ranking li:nth-child(-n+3) .ranking_number {
    margin-left: 24px;
  }
  html:lang(ar) .wysiwyg .m_list.m_list_ranking li:nth-child(n+4) .ranking_number {
    margin-left: 30px;
  }
  html:lang(ar) .wysiwyg .m_list.m_list_ranking li:nth-child(-n+3) .m_list_ranking_segment {
    margin-right: inherit;
    margin-left: 5.64%;
  }
  html:lang(ar) .wysiwyg .m_list.m_list_ranking li:nth-child(n+4) .m_list_ranking_segment {
    margin-right: inherit;
    margin-left: 5.64%;
  }
  html:lang(ar) .wysiwyg .bubble_box p {
    margin-right: 35px;
  }
  html:lang(ar) .wysiwyg .bubble_box p::before {
    right: -30px;
  }
  html:lang(ar) .wysiwyg .planList li a {
    padding: 24px 28px 24px 20%;
  }
  html:lang(ar) .wysiwyg .planList li a::after {
    right: inherit;
    left: 40px;
  }
  html:lang(ar) .wysiwyg .orderNumber {
    right: 15%;
  }
  html:lang(ar) .wysiwyg .orderNumber.large {
    right: 4%;
  }
  html:lang(ar) .wysiwyg .planOrder::before {
    right: 41.4%;
  }
  html:lang(ar) .wysiwyg .planOrder.overlayBlueTop::after {
    right: 41.4%;
  }
  html:lang(ar) .wysiwyg .planMethod dt {
    padding-left: 24px;
    padding-right: 0;
  }
  html:lang(ar) .wysiwyg .planMethod dd {
    padding-left: 0;
    padding-right: 24px;
  }
  html:lang(ar) .wysiwyg .planMethod dd::after {
    left: inherit;
    right: 0;
  }
  html:lang(ar) .wysiwyg .planMethod .commonBtn:first-of-type {
    margin-left: 12px;
    margin-right: 0;
  }
  html:lang(ar) .wysiwyg .arrive {
    margin-right: 0;
    margin-left: 17px;
  }
  html:lang(ar) .wysiwyg .enrollment {
    margin-right: 0;
    margin-left: 23px;
  }
  html:lang(ar) .wysiwyg .study {
    margin-right: 0;
    margin-left: 19px;
  }
  html:lang(ar) .wysiwyg .training {
    margin-right: 0;
    margin-left: 22px;
  }
  html:lang(ar) .wysiwyg .graduation {
    margin-right: 0;
    margin-left: 22px;
  }
  html:lang(ar) .wysiwyg .unique_box.col2 .box_inner .txt,
  html:lang(ar) .wysiwyg .m_box.col2 .box_inner .txt {
    margin-right: 4.7%;
    margin-left: 0;
  }
  html:lang(ar) .wysiwyg .outlineList > li > a {
    padding-right: 29px;
  }
  html:lang(ar) .wysiwyg .outlineList > li > a::before {
    right: 0;
    transform: scale(-1, 1);
  }
  html:lang(ar) .wysiwyg .outlineSubMenu {
    margin-left: 0;
    margin-right: 24px;
  }
  html:lang(ar) .wysiwyg .outlineSubMenu li > a {
    padding-left: 0;
    padding-right: 29px;
  }
  html:lang(ar) .wysiwyg .m_list.m_list_link li a {
    padding: 17px 55px 17px 17px;
  }
  html:lang(ar) .wysiwyg .m_list.m_list_link li a::after {
    right: 24px;
  }
  html:lang(ar) .wysiwyg .m_list.m_list_link.en_ltr li a {
    padding: 17px 17px 17px 55px;
  }
  html:lang(ar) .wysiwyg .m_list.m_list_link.en_ltr li a::after {
    left: 24px;
  }
  html:lang(ar) .wysiwyg .m_list.m_list_link.txt_link li a {
    padding: 0 25px 0 0;
  }
  html:lang(ar) .wysiwyg .m_list.m_list_link.txt_link.en_ltr li a {
    padding: 0 0 0 25px;
  }
  html:lang(ar) .wysiwyg .mainMenuBtn a {
    padding: 0 10px 0 35px;
  }
  html:lang(ar) .wysiwyg .mainMenuBtn a span::after {
    left: -25px;
    margin-right: 8px;
  }
  html:lang(ar) .wysiwyg .usual_link {
    padding: 0 25px 0 0;
  }
  html:lang(ar) .wysiwyg .usual_link.en_ltr {
    padding: 0 0 0 25px;
  }
  html:lang(ar) .wysiwyg .contactLinkBtn span {
    padding: 0 75px 0 47px;
  }
  html:lang(ar) .wysiwyg .faqLinkBtn span {
    padding: 0 80px 0 47px;
  }
  html:lang(ar) .wysiwyg .searchLinkBtn span {
    padding: 0 80px 0 47px;
  }
  html:lang(ar) .wysiwyg .supportLinkBtn span {
    padding: 0 80px 0 47px;
  }
  html:lang(ar) .wysiwyg .scholarshipLinkBtn span {
    padding: 0 80px 0 47px;
  }
  html:lang(ar) .wysiwyg .ascojaLinkBtn span {
    padding: 0 78px 0 47px;
  }
  html:lang(ar) .wysiwyg .eventLink span {
    padding: 0 24px 0 0;
  }
  html:lang(ar) .wysiwyg .rootMap dt {
    padding: 15px 80px 15px 0;
  }
  html:lang(ar) .wysiwyg .rootMap .place::before {
    right: 14px;
  }
  html:lang(ar) .wysiwyg .rootMap .place:last-of-type::after {
    right: 26px;
  }
  html:lang(ar) .wysiwyg .rootMap .place:not(:last-of-type)::after {
    right: 26px;
  }
  html:lang(ar) .wysiwyg .rootMap .timeTag::after {
    left: -11px;
  }
  html:lang(ar) .world_select_btn.asia {
    left: 41.9%;
  }
  html:lang(ar) #globalFooter .gfNavList dd {
    padding-left: 0;
    padding-right: 14px;
  }
  html:lang(ar) #globalFooter .gfNavList dd a::before {
    transform: scale(-1, 1);
    left: inherit;
    right: -14px;
  }
  html:lang(ar) #globalFooter #pageTop {
    left: 76px;
  }
  html:lang(ar) #floatBnr {
    left: 20px;
  }
  html:lang(ar) .categoryList h3 {
    padding: 0 30px 0 0 !important;
  }
  html:lang(ar) .country_pdf_link {
    margin-left: 0 !important;
    min-width: 74px !important;
    margin-right: 30px;
  }
  /* ココから下には記入禁止 */
  .forSP {
    display: none !important;
  }
}
@media screen and (min-width: 767px) and (max-width: 1023px) {
  #globalHeader .ghMenu .ghLogo::after {
    left: -20px;
    width: 314px;
  }
  #globalHeader .ghMenu .ghContent {
    margin-left: 82px;
  }
  #globalHeader .ghMenu .ghContent .ghLink {
    width: 100%;
  }
  #globalHeader .ghNavList > li > p > a {
    font-size: 11px;
  }
  #globalHeader .parent.isForcus p > a {
    color: #B50025;
  }
  #globalHeader .parent.isForcus p > a > span:before {
    width: 100%;
  }
  #globalHeader .subMenu > ul > li {
    width: calc(50% - 20px);
  }
  #globalHeader .subMenu > ul > li:not(:nth-child(4n)) {
    margin-right: 0;
  }
  #globalHeader .subMenu > ul > li:nth-child(odd) {
    margin-right: 40px;
  }
  #globalHeader .subMenu > ul > li:nth-child(n+5) {
    margin-top: 0;
  }
  #globalHeader .subMenu > ul > li:nth-child(n+3) {
    margin-top: 12px;
  }
  #globalHeader .parent.isForcus .subMenu {
    display: block;
  }
  html:lang(th) .ghLogo::after {
    width: 324px !important;
  }
  html:lang(vi) .ghLogo {
    width: 275px !important;
  }
  html:lang(vi) .ghLogo::after {
    width: 324px !important;
  }
  html:lang(es) .ghLogo::after {
    width: 334px !important;
  }
  html:lang(ar) #globalHeader .ghLogo::after {
    width: 314px !important;
  }
  /* ココから下には記入禁止 */
  .tbNone {
    display: none !important;
  }
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #globalHeader .parent.isForcus p > a {
    color: #B50025;
  }
  #globalHeader .parent.isForcus p > a > span:before {
    width: 100%;
  }
  #globalHeader .parent.isForcus .subMenu {
    display: block;
  }
  #globalFooter #pageTop {
    right: 16px;
  }
  .infoList .infoDate {
    width: 20%;
  }
  .infoList .infoTitle {
    width: 80%;
  }
  /* ココから下には記入禁止 */
}
@media screen and (min-width: 1024px) {
  #globalHeader .parent.isForcus p > a {
    color: #B50025;
  }
  #globalHeader .parent.isForcus p > a > span:before {
    width: 100%;
  }
  #globalHeader .parent.isForcus .subMenu {
    display: block;
  }
  html:lang(en) #globalHeader .ghNavList {
    width: inherit;
    display: flex;
    justify-content: center;
  }
  html:lang(en) #globalHeader .ghNavList > li > p {
    padding: 14px clamp(8px, 1.9vw, 34px);
  }
  /* ココから下には記入禁止 */
}
@media screen and (max-width: 1200px) {
  #globalHeader .parent.isForcus p > a {
    color: #B50025;
  }
  #globalHeader .parent.isForcus p > a > span:before {
    width: 100%;
  }
  #globalHeader .parent.isForcus .subMenu {
    display: block;
  }
  /* ココから下には記入禁止 */
  .forPC_1200 {
    display: none !important;
  }
}
@media print, screen and (min-width: 1201px) {
  #globalHeader .parent.isForcus p > a {
    color: #B50025;
  }
  #globalHeader .parent.isForcus p > a > span:before {
    width: 100%;
  }
  #globalHeader .parent.isForcus .subMenu {
    display: block;
  }
  /* ココから下には記入禁止 */
  .forSP_1200 {
    display: none !important;
  }
}
@media print, screen and (min-width: 1024px) {
  #globalHeader .parent.isForcus p > a {
    color: #B50025;
  }
  #globalHeader .parent.isForcus p > a > span:before {
    width: 100%;
  }
  #globalHeader .parent.isForcus .subMenu {
    display: block;
  }
  html:lang(ar) .featuresSlider .next {
    right: inherit;
    transform: translateY(-50%) scale(-1, 1);
    left: calc(50% - 470px);
  }
  html:lang(ar) .featuresSlider .prev {
    left: inherit;
    transform: translateY(-50%) scale(-1, 1);
    right: calc(50% - 470px);
  }
  /* ココから下には記入禁止 */
}
@media print {
  main {
    margin-top: 0 !important;
  }
  #globalHeader {
    position: relative;
  }
  #globalHeader .parent.isForcus p > a {
    color: #B50025;
  }
  #globalHeader .parent.isForcus p > a > span:before {
    width: 100%;
  }
  #globalHeader .parent.isForcus .subMenu {
    display: block;
  }
  #globalFooter #pageTop {
    position: relative;
  }
  .cookieConsentLayout {
    display: none;
  }
  /* ココから下には記入禁止 */
}
/*# sourceMappingURL=map/common.css.map */
