@charset "UTF-8";
/*-------------------------------
色設定
-------------------------------*/
/*-------------------------------
文字太さ設定
-------------------------------*/
/*-------------------------------
欧文フォントファミリー
-------------------------------*/
/*-------------------------------
mixin
-------------------------------*/
@keyframes fadeIn {
  0% {
    opacity: 0;
    transform: translateY(20px); /* 開始時はマイナス指定 */
  }
  100% {
    opacity: 1;
    transform: translateY(0); /* 終了時の位置をデフォルトに */
  }
}
.fade {
  opacity: 0;
  transform: translateY(20px);
}
.fade.-in {
  animation: fadeIn 0.5s ease-out forwards;
  animation-fill-mode: both;
}

/*-------------------------------
Utility
-------------------------------*/
.u-mtA {
  margin-top: auto !important;
}

.u-mt10 {
  margin-top: 10px !important;
}

.u-mt20 {
  margin-top: 20px !important;
}

.u-mt30 {
  margin-top: 30px !important;
}

.u-mt40 {
  margin-top: 40px !important;
}

.u-mt50 {
  margin-top: 50px !important;
}

.u-mt60 {
  margin-top: 60px !important;
}

.u-mt70 {
  margin-top: 70px !important;
}

.u-mt80 {
  margin-top: 80px !important;
}

.u-mt90 {
  margin-top: 90px !important;
}

.u-mt100 {
  margin-top: 100px !important;
}

.u-mb10 {
  margin-bottom: 10px !important;
}

.u-mb20 {
  margin-bottom: 20px !important;
}

.u-mb30 {
  margin-bottom: 30px !important;
}

.u-mb40 {
  margin-bottom: 40px !important;
}

.u-mb50 {
  margin-bottom: 50px !important;
}

.u-mb60 {
  margin-bottom: 60px !important;
}

.u-mb70 {
  margin-bottom: 70px !important;
}

.u-mb80 {
  margin-bottom: 80px !important;
}

.u-mb90 {
  margin-bottom: 90px !important;
}

.u-mb100 {
  margin-bottom: 100px !important;
}

.u-mr10 {
  margin-right: 10px !important;
}

.u-mr20 {
  margin-right: 20px !important;
}

.u-mr30 {
  margin-right: 30px !important;
}

.u-mr40 {
  margin-right: 40px !important;
}

.u-mr50 {
  margin-right: 50px !important;
}

.u-mr60 {
  margin-right: 60px !important;
}

.u-mr70 {
  margin-right: 70px !important;
}

.u-mr80 {
  margin-right: 80px !important;
}

.u-mr90 {
  margin-right: 90px !important;
}

.u-mr100 {
  margin-right: 100px !important;
}

.u-ml10 {
  margin-left: 10px !important;
}

.u-pt20 {
  padding-top: 20px !important;
}

.u-mb30-20 {
  margin-bottom: 30px !important;
}
@media (max-width: 767px) {
  .u-mb30-20 {
    margin-bottom: 20px !important;
  }
}

.u-mb40-30 {
  margin-bottom: 40px !important;
}
@media (max-width: 767px) {
  .u-mb40-30 {
    margin-bottom: 30px !important;
  }
}

.u-mb40-20 {
  margin-bottom: 40px !important;
}
@media (max-width: 767px) {
  .u-mb40-20 {
    margin-bottom: 20px !important;
  }
}

.u-mb50-30 {
  margin-bottom: 50px !important;
}
@media (max-width: 767px) {
  .u-mb50-30 {
    margin-bottom: 30px !important;
  }
}

.u-mb50-20 {
  margin-bottom: 50px !important;
}
@media (max-width: 767px) {
  .u-mb50-20 {
    margin-bottom: 20px !important;
  }
}

.u-mb60-20 {
  margin-bottom: 60px !important;
}
@media (max-width: 767px) {
  .u-mb60-20 {
    margin-bottom: 20px !important;
  }
}

.u-pc {
  display: inline-block;
}
@media (max-width: 1024px) {
  .u-pc {
    display: none;
  }
}

.u-pcTab {
  display: none;
}
@media (min-width: 768px) {
  .u-pcTab {
    display: block;
  }
}

.u-sp {
  display: none;
}
@media (max-width: 767px) {
  .u-sp {
    display: inline-block;
  }
}

html {
  height: 100%;
  font-size: 62.5%;
  scroll-behavior: smooth;
}

body {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  line-height: 1.8;
  font-weight: 400;
  letter-spacing: 0.06em;
  transition: background-color 0.5s, color 0.5s; /* 背景色と文字色の変更にスムーズなトランジションを追加 */
  overflow-x: hidden;
}
body.-active {
  overflow: hidden;
}

img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

a {
  text-decoration: none;
  transition: 0.2s;
  cursor: pointer;
}

.containerWrapper {
  padding-top: 100px;
}

.container {
  max-width: 1260px;
  margin: 0 auto;
  padding: 0 30px;
}
@media (max-width: 767px) {
  .container {
    padding: 0 15px;
  }
}
.container.-reduce01 {
  max-width: 1160px;
  margin: 0 auto;
  padding: 0 30px;
}
@media (max-width: 767px) {
  .container.-reduce01 {
    padding: 0 15px;
  }
}
.container.-reduce02 {
  max-width: 1060px;
}
.container.-reduce03 {
  max-width: 860px;
  margin: 0 auto;
}

.heading {
  display: flex;
  flex-direction: column;
}

.headingJa {
  font-size: 14px;
}

.headingEn {
  font-family: "Josefin Sans", sans-serif;
  font-size: 80px;
  font-weight: 300;
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .headingEn {
    font-size: 50px;
    margin-bottom: 20px;
  }
}

.heading_description {
  padding-top: 40px;
}
@media (max-width: 767px) {
  .heading_description {
    padding-top: 0;
  }
}

.subpageHeadingBottomLine {
  background-color: #35210c;
  height: 1px;
  width: 100vw;
  margin: 0 calc(50% - 50vw);
  margin-bottom: 120px;
}
@media (max-width: 767px) {
  .subpageHeadingBottomLine {
    margin-bottom: 40px;
  }
}

.btnChangeLine {
  display: inline-block;
  position: relative;
  cursor: pointer;
  transition: 0.3s;
}
.btnChangeLine:after {
  position: absolute;
  content: "";
  right: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background-color: #000;
  transform-origin: left top;
  transform: scale(1, 1);
  transition: 0.3s;
}
.btnChangeLine:hover {
  opacity: 0.7;
}
.btnChangeLine:hover:after {
  transform-origin: left top;
  transform: scale(0, 1);
  opacity: 0.7;
}

.btnArchive_link {
  display: flex;
  align-items: center;
  gap: 8px;
}
.btnArchive_linkImg {
  width: 16px;
}

.pageTopBtn {
  position: fixed;
  bottom: 20px !important;
  right: 30px;
  z-index: 1;
}
@media (max-width: 767px) {
  .pageTopBtn {
    display: none !important;
  }
}
.pageTopBtn_link {
  width: 70px;
  transition: 0.3s;
}
.pageTopBtn_link:hover {
  opacity: 0.7;
}

.backTopBtn {
  display: flex;
  justify-content: center;
}

.backTopBtnLink {
  background-color: #d1d1d1;
  color: #fff;
  font-size: 14px;
  width: 214px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 60px;
  transition: 0.3s;
}
.backTopBtnLink:hover {
  background-color: #000;
}

.blackCircle {
  display: inline-block;
  width: 8px;
  height: 8px;
  background-color: #000;
  border-radius: 20px;
  margin: 0 6px 1px 0;
}
.blackCircle.-colorWhite {
  background-color: #fff;
}

.breadcrumb_list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.breadcrumb_item {
  font-size: 14px;
  margin-right: 10px;
}
.breadcrumb_item .blackCircle {
  width: 6px;
  height: 6px;
}
.breadcrumb_link {
  transition: 0.3s;
}
.breadcrumb_link:hover {
  opacity: 0.7;
}

.header {
  height: 80px;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background-color: transparent;
  z-index: 10;
  display: flex;
  align-items: center;
  padding: 0 30px 0 84px;
}
@media (max-width: 1024px) {
  .header {
    padding: 0 30px;
  }
}
@media (max-width: 767px) {
  .header {
    height: 60px;
    padding: 0 20px;
  }
}
@media (max-width: 767px) {
  .header.-active .header_logo .header_logoImg.u-pcTab {
    display: block;
  }
  .header.-active .header_logo .header_logoImg.u-sp {
    display: none;
  }
}
.header.-dark .header_btnNavLine {
  background-color: #fff;
}
@media (max-width: 767px) {
  .header.-light .header_btnNavLine {
    background-color: #000;
  }
}
.header_inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  height: 100%;
}
.header_logo {
  width: 170px;
}
@media (max-width: 767px) {
  .header_logo {
    width: 132px;
  }
}
.header_btnWrap {
  display: flex;
  align-items: center;
}
.header_btnWrapLeft {
  display: flex;
  align-items: center;
  color: #fff;
  gap: 20px;
  margin-right: 40px;
}
@media (max-width: 767px) {
  .header_btnWrapLeft {
    display: none;
  }
}
.header_btn {
  font-size: 14px;
  width: 150px;
  height: 45px;
  border-radius: 60px;
  transition: 0.3s;
  display: flex;
  align-items: center;
  justify-content: center;
}
.header_btn.-contact {
  background-color: #4c8475;
}
.header_btn.-apply {
  background-color: #000;
}
.header_btn:hover {
  background-color: #e2d024;
}
.header_btnNav {
  position: relative;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 767px) {
  .header_btnNav {
    width: 30px;
    height: 30px;
  }
}
.header_btnNav.-active .header_btnNavLine:nth-child(1) {
  transform: rotate(-165deg);
}
@media (max-width: 767px) {
  .header_btnNav.-active .header_btnNavLine:nth-child(1) {
    background-color: #000;
  }
}
.header_btnNav.-active .header_btnNavLine:nth-child(2) {
  transform: rotate(165deg);
}
@media (max-width: 767px) {
  .header_btnNav.-active .header_btnNavLine:nth-child(2) {
    background-color: #000;
  }
}
.header_btnNavLine {
  position: absolute;
  content: "";
  background-color: #000;
  width: 100%;
  height: 2px;
  transition: 0.3s;
}
@media (max-width: 767px) {
  .home .header_btnNavLine {
    background-color: #fff;
  }
}
.header_btnNavLine:nth-child(1) {
  transform: translateY(-10px);
}

.gnav {
  width: 100%;
  height: 100%;
  padding-top: 172px;
  position: fixed;
  top: 0;
  left: 0;
  transition: 0.3s;
  opacity: 0;
  overflow: visible;
  z-index: -1;
  pointer-events: none;
}
@media (max-width: 767px) {
  .gnav {
    padding-top: 140px;
    padding-bottom: 80px;
    overflow: scroll;
  }
}
.gnav.-active {
  opacity: 1;
  visibility: visible;
  pointer-events: all;
  background-color: #f5f7f0;
  pointer-events: all;
}
.gnav_inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 780px;
  margin: 0 auto;
}
@media (max-width: 1024px) {
  .gnav_inner {
    max-width: 600px;
  }
}
@media (max-width: 767px) {
  .gnav_inner {
    flex-direction: column;
  }
}
@media (min-width: 1025px) {
  .gnav_innerLeft {
    width: 348px;
  }
}
@media (max-width: 767px) {
  .gnav_innerLeft {
    width: auto;
    margin-bottom: 72px;
    padding-right: 96px;
  }
}
.gnav_item {
  margin-bottom: 32px;
}
.gnav_item:last-child {
  margin-bottom: 96px;
}
@media (max-width: 767px) {
  .gnav_item:last-child {
    margin-bottom: 64px;
  }
}
.gnav_itemLink {
  font-family: "Lato", sans-serif;
  font-weight: 300;
  font-size: 30px;
  letter-spacing: 0.03em;
}
.gnav_privacyPolicyLink {
  font-size: 14px;
  transition: 0.3s;
}
.gnav_privacyPolicyLink:hover {
  opacity: 0.6;
}
.gnav_privacyPolicyLinkIni {
  font-size: 8px;
  margin-right: 4px;
}
.gnav_privacyPolicyLinkText {
  border-bottom: 1px solid #000;
}
.gnav_btnItem {
  width: 282px;
  height: 66px;
  margin-bottom: 40px;
}
.gnav_btnItem:last-child {
  margin-bottom: 0;
}
.gnav_itemLink {
  transition: 0.3s;
}
.gnav_itemLink:hover {
  opacity: 0.4;
}
.gnav_btnItemContact {
  background-color: #4c8475;
  color: #fff;
  border-radius: 300px;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s;
}
.gnav_btnItemContact:hover {
  background-color: #e2d024;
}
.gnav_btnItemApply {
  background-color: #000;
  color: #fff;
  border-radius: 300px;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s;
}
.gnav_btnItemApply:hover {
  background-color: #e2d024;
}

.footer {
  background-color: #000;
  padding: 80px 0 25px 0;
  color: #fff;
}
@media (max-width: 767px) {
  .footer {
    padding: 50px 0 15px 0;
  }
}
.footer_inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 34px;
}
@media (max-width: 767px) {
  .footer_inner {
    padding: 0 48px;
  }
}
.footer_innerTop {
  display: flex;
  justify-content: space-between;
  margin-bottom: 56px;
}
@media (max-width: 767px) {
  .footer_innerTop {
    flex-direction: column;
    margin-bottom: 72px;
  }
}
.footer_logo {
  width: 174px;
  padding-top: 40px;
}
@media (max-width: 767px) {
  .footer_logo {
    padding-top: 0;
    margin: 0 auto 80px;
  }
}
.footer_companyInfoWrap {
  display: flex;
  gap: 64px;
  align-items: baseline;
}
@media (max-width: 767px) {
  .footer_companyInfoWrap {
    flex-direction: column;
    gap: 50px;
    max-width: 408px;
    margin: 0 auto;
  }
}
.footer_managementOffice {
  font-size: 20px;
  margin-bottom: 12px;
}
.footer_managementOffice span {
  font-size: 12px;
}
.footer_managementOfficeAddress {
  font-size: 14px;
  line-height: 1.8;
  margin-bottom: 43px;
}
.footer_privacyPolicyLink {
  font-size: 12px;
  transition: 0.3s;
}
.footer_privacyPolicyLink:hover {
  opacity: 0.6;
}
.footer_privacyPolicyLinkIni {
  font-size: 8px;
  margin-right: 4px;
}
.footer_privacyPolicyLinkText {
  border-bottom: 1px solid #fff;
}
.footer_companyInfoRight {
  max-width: 206px;
}
@media (max-width: 767px) {
  .footer_companyInfoRight {
    max-width: none;
  }
}
.footer_sponsor {
  font-size: 12px;
  margin-bottom: 13px;
}
.footer_companyLogoWrap {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.footer_companyLogoLink {
  transition: 0.3s;
}
.footer_companyLogoLink:hover {
  opacity: 0.5;
}
.footer_companyText {
  font-size: 10px;
}
@media (max-width: 767px) {
  .footer_companyText {
    margin-top: 14px;
  }
}
.footer_innerLine {
  display: inline-block;
  width: 100%;
  border: 1px solid rgba(255, 255, 255, 0.5);
  width: 100vw; /* 画面の幅の100%に設定 */
  margin: 0 calc(50% - 50vw); /* 画面中央に配置 */
  margin-bottom: 10px;
}
.footer_innerBottom {
  display: flex;
  align-items: end;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .footer_innerBottom {
    flex-direction: column-reverse;
  }
}
.footer_copyright {
  font-size: 9px;
}
@media (max-width: 767px) {
  .footer_copyright {
    margin: 0 auto;
  }
}
.footer_snsList {
  display: flex;
  align-items: center;
  gap: 22px;
}
@media (max-width: 767px) {
  .footer_snsList {
    margin: 0 auto 22px;
  }
}
.footer_snsItemLink {
  transition: 0.3s;
}
.footer_snsItemLink:hover {
  opacity: 0.5;
}
.footer_snsItemImg {
  width: 20px;
}
@media (max-width: 767px) {
  .footer_snsItemImg {
    width: 28px;
  }
}

.kv {
  position: relative;
  /* スクロールダウンの位置 */
}
.kv_scrollDown {
  position: absolute;
  left: 18px;
  bottom: 5px;
  padding-left: 30px;
  writing-mode: vertical-rl;
  font-size: 10px;
  color: #fff;
  /* 線のアニメーション部分 */
  /* 線の背景色 */
  /* 線のアニメーション */
}
@media (max-width: 1024px) {
  .kv_scrollDown {
    left: 0;
    font-size: 8px;
  }
}
.kv_scrollDown::before {
  animation: scroll 2s infinite;
  background-color: #707070;
  content: "";
  height: 100px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  width: 1px;
  z-index: 2;
}
.kv_scrollDown::after {
  background-color: #ccc;
  top: 0;
  content: "";
  height: 100px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  width: 1px;
}
@keyframes scroll {
  0% {
    transform: scale(1, 0);
    transform-origin: 0 0;
  }
  50% {
    transform: scale(1, 1);
    transform-origin: 0 0;
  }
  51% {
    transform: scale(1, 1);
    transform-origin: 0 100%;
  }
  100% {
    transform: scale(1, 0);
    transform-origin: 0 100%;
  }
}
@media (max-width: 767px) {
  .kv_scrollDown {
    display: none;
  }
}
.kv_informationWrap {
  background-color: #fff;
  position: absolute;
  bottom: 0;
  right: 0;
  max-width: 460px;
  width: 33vw;
}
@media (max-width: 767px) {
  .kv_informationWrap {
    position: unset;
    max-width: none;
    width: 100%;
    box-shadow: 0px 1px 6px rgba(0, 0, 0, 0.1607843137);
  }
}
.kv_informationLink {
  width: 100%;
  height: 100%;
  display: block;
  padding: 8px 27px;
  transition: 0.3s;
  font-size: 14px;
}
.kv_informationLink:hover {
  opacity: 0.6;
}
@media (max-width: 767px) {
  .kv_informationLink {
    padding: 15px;
  }
}
.kv_informationDate {
  font-size: 14px;
}
.kv_informationTitle {
  font-size: 14px;
}

.banner {
  padding: 100px 0 97px 0;
}
@media (max-width: 767px) {
  .banner {
    padding: 20px 0 35px 0;
  }
}
.banner_list {
  max-width: 1180px;
  padding: 0 20px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 60px;
}
@media (max-width: 1024px) {
  .banner_list {
    gap: 30px;
  }
}
@media (max-width: 767px) {
  .banner_list {
    flex-direction: column;
  }
}
.banner_item {
  transition: 0.3s;
}
.banner_item:hover {
  opacity: 0.7;
}

.about {
  padding: 90px 0 150px 0;
}
@media (max-width: 767px) {
  .about {
    padding: 35px 0 150px 0;
  }
}
.about .aboutHeading {
  display: flex;
  flex-direction: column;
  margin-bottom: 50px;
}
.about .aboutHeadingSmall {
  display: flex;
  margin-bottom: 15px;
}
.about .aboutHeadingSmall_en {
  font-weight: 600;
  margin-right: 18px;
}
.about .aboutHeadingSmall_ja {
  font-size: 10px;
  line-height: 2.9;
}
.about .aboutHeadingBig {
  font-size: 36px;
  line-height: 1.6;
}
@media (max-width: 767px) {
  .about .aboutHeadingBig {
    font-size: 26px;
    line-height: 2;
  }
}
.about_inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .about_inner {
    flex-direction: column;
  }
}
.about_textInner {
  max-width: 664px;
  width: 50vw;
  margin-right: 32px;
}
@media (max-width: 767px) {
  .about_textInner {
    max-width: none;
    width: 100%;
    margin-right: 0;
  }
}
.about_descriptionWrap {
  margin-bottom: 64px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.about_description {
  line-height: 2;
}
.about_logo {
  width: 127px;
  margin-left: auto;
}
@media (max-width: 767px) {
  .about_logo {
    margin-bottom: 74px;
  }
}
.about_logoImg {
  width: 127px;
}
.about_imgWrap {
  max-width: 432px;
}
@media (max-width: 767px) {
  .about_imgWrap {
    max-width: none;
    width: 100%;
  }
}

.features {
  position: relative;
  padding: 50px 0 88px 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}
.features.-blackBg {
  color: #fff;
}
.features.-blackBg::before {
  background-color: #31332e;
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  opacity: 0;
  transition: all 0.5s ease 0s;
  z-index: -1;
}
.features.-blackBg.-show::before {
  opacity: 1;
}
@media (max-width: 767px) {
  .features {
    padding: 72px 0;
  }
}
.features_headingWrap {
  display: flex;
  margin-bottom: 56px;
}
@media (max-width: 767px) {
  .features_headingWrap {
    flex-direction: column;
  }
}
.features_list {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 64px;
}
@media (max-width: 1024px) {
  .features_list {
    justify-content: space-around;
    row-gap: 80px;
  }
}
@media (max-width: 767px) {
  .features_list {
    flex-direction: column;
    justify-content: center;
  }
}
.features_item {
  width: 304px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
@media (max-width: 1024px) {
  .features_item {
    justify-content: space-around;
  }
  .features_item:nth-child(2) {
    margin-left: auto;
  }
  .features_item:last-child {
    margin: 0 auto;
  }
}
@media (max-width: 767px) {
  .features_item {
    margin: 0 auto;
  }
  .features_item:nth-child(2) {
    margin: 0 auto;
  }
}
.features_itemTitle {
  text-align: center;
  font-size: 20px;
  margin-bottom: 20px;
  line-height: 1.6;
}
.features_itemDescription {
  font-size: 14px;
}
.features_itemImg {
  width: 160px;
  margin-bottom: 24px;
}
.features_downArrowLine {
  margin-bottom: 60px;
}
.features_listBottom {
  display: flex;
  justify-content: space-between;
  max-width: 980px;
  margin: 0 auto;
}
@media (max-width: 1024px) {
  .features_listBottom {
    max-width: none;
    flex-direction: column;
  }
}
@media (max-width: 1024px) {
  .features_listBottomTextWrap {
    margin-bottom: 30px;
  }
}
.features_listBottomTextTitle {
  font-size: 20px;
  margin-bottom: 24px;
}
.features_listBottomText {
  display: inline-block;
  border-bottom: 3px solid #e6d602;
  padding-bottom: 8px;
  margin-bottom: 16px;
}
.features_listBenefitsItem {
  font-size: 14px;
}
.features_listBottomImgWrap {
  display: flex;
  gap: 2px;
}
@media (max-width: 1024px) {
  .features_listBottomImgWrap {
    justify-content: center;
  }
}
.features_listBottomImg {
  width: 168px;
  height: 142px;
}

.program {
  padding: 140px 0 150px 0;
}
.program_schedule {
  padding: 95px 50px 165px 50px;
}
@media (max-width: 1024px) {
  .program_schedule {
    padding: 95px 10px 165px 10px;
  }
}
@media (max-width: 767px) {
  .program_schedule {
    padding: 72px 0 100px 0;
  }
}
.program_scheduleItem {
  display: flex;
  align-items: baseline;
  padding-bottom: 40px;
  border-bottom: 1px solid #d1d1d1;
  margin-bottom: 35px;
}
@media (max-width: 767px) {
  .program_scheduleItem {
    flex-direction: column;
  }
}
.program_scheduleItem:last-child {
  border-bottom: none;
}
.program_dayWrap {
  width: 186px;
}
@media (max-width: 767px) {
  .program_dayWrap {
    display: flex;
    align-items: center;
    gap: 24px;
    margin-bottom: 24px;
    width: 100%;
  }
}
.program_day {
  font-family: "Josefin Sans", sans-serif;
  font-weight: 700;
}
.program_date {
  font-size: 14px;
}
.program_scheduleContent {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
@media (max-width: 767px) {
  .program_scheduleContent {
    flex-direction: column;
  }
}
.program_scheduleTitleWrap {
  max-width: 310px;
  margin-right: 56px;
  margin: 0 56px 0 0;
  flex: 4;
}
@media (max-width: 1024px) {
  .program_scheduleTitleWrap {
    margin: 0 32px 0 43px;
  }
}
@media (max-width: 767px) {
  .program_scheduleTitleWrap {
    margin: 0;
  }
}
.program_scheduleTitle {
  font-size: 20px;
  font-weight: 500;
}
.program_lecturer {
  font-size: 14px;
}
.program_scheduleDescription {
  max-width: 626px;
  flex: 6;
  line-height: 2;
}
@media (max-width: 767px) {
  .program_scheduleDescription {
    margin-top: 24px;
  }
}
.program .modalItem {
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 10;
  top: 0;
  left: 0;
  opacity: 0;
  visibility: hidden;
  transition: 0.4s;
}
.program .modalItem.-active {
  opacity: 1;
  visibility: visible;
}
.program .modalItem_bg {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: rgba(124, 124, 124, 0.9);
}
.program .modalItem_contentsWrap {
  width: 90%;
  max-width: 65vw;
  height: 90%;
  position: absolute;
  top: 50%;
  left: 50%;
  padding: 40px 7vw;
  transform: translate(-50%, -50%);
  background: #fff;
  border: 10px solid #000;
  border-radius: 5px;
  display: flex;
  flex-direction: column;
  gap: 46px;
  overflow: scroll;
}
@media (max-width: 767px) {
  .program .modalItem_contentsWrap {
    padding: 70px 15px 30px 15px;
    height: 80%;
    gap: 0;
    max-width: none;
  }
}
@media (max-width: 767px) {
  .program .modalItem:last-of-type .modalItem_contents:first-child {
    margin-bottom: 56px;
  }
}
.program .modalItem_contents {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 767px) {
  .program .modalItem_contents {
    flex-direction: column;
    height: auto;
  }
}
.program .modalItem_close {
  width: 24px;
  height: 24px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: absolute;
  top: 5%;
  right: 2%;
  cursor: pointer;
}
.program .modalItem_close span {
  position: absolute;
  content: "";
  background-color: #707070;
  width: 100%;
  height: 2px;
}
.program .modalItem_close span:nth-child(1) {
  transform: rotate(135deg);
}
.program .modalItem_close span:nth-child(2) {
  transform: rotate(-135deg);
}
.program .modalItem_mentorImgWrap {
  margin-right: 56px;
}
@media (max-width: 767px) {
  .program .modalItem_mentorImgWrap {
    margin: 0 0 32px 0;
  }
}
.program .modalItem_mentorImg {
  width: 160px;
}
.program .modalItem_mentorInfo {
  max-width: 474px;
  width: 30vw;
}
@media (max-width: 767px) {
  .program .modalItem_mentorInfo {
    width: 100%;
  }
}
.program .modalItem_mentorPosition {
  margin-bottom: 5px;
}
.program .modalItem_mentorPositionTextTop {
  font-size: 12px;
  border: 1px solid #000;
  border-radius: 30px;
  padding: 2px 16px;
  margin: 0 16px 10px 0;
  display: inline-block;
}
.program .modalItem_mentorPositionTextBottom {
  font-size: 14px;
}
.program .modalItem_mentorName {
  font-size: 20px;
  margin-bottom: 15px;
}
.program .modalItem_mentorDescription {
  font-size: 14px;
  line-height: 2;
}
.program_mentorWrap {
  padding: 0 50px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
@media (max-width: 1024px) {
  .program_mentorWrap {
    padding: 0 10px;
  }
}
@media (max-width: 767px) {
  .program_mentorWrap {
    padding: 0;
    flex-direction: column;
  }
}
.program_mentorWrapLeft {
  position: sticky;
  top: 100px;
  padding-top: 20px;
  border-top: 3px solid #000;
  margin-right: 50px;
  width: 20vw;
  max-width: 320px;
}
@media (max-width: 767px) {
  .program_mentorWrapLeft {
    position: unset;
    width: 100%;
    max-width: none;
  }
}
.program_mentorAsideTitle {
  font-size: 24px;
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .program_mentorAsideList {
    display: flex;
    flex-wrap: wrap;
  }
}
.program_mentorAsideItem {
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .program_mentorAsideItem {
    width: 50%;
  }
}
.program_mentorAsideLink {
  font-size: 14px;
}
.program_mentorAsideLink:hover {
  opacity: 0.4;
}
.program_mentorWrapRight {
  max-width: 690px;
  padding-top: 64px;
  border-top: 2px solid #000;
}
@media (max-width: 767px) {
  .program_mentorWrapRight {
    border-top: none;
    margin: 0 auto;
  }
}
.program_mentorItem {
  display: flex;
  align-items: center;
  padding-bottom: 70px;
  border-bottom: 1px solid #d1d1d1;
  margin-bottom: 64px;
}
@media (max-width: 767px) {
  .program_mentorItem {
    flex-direction: column;
    align-items: center;
    padding-bottom: 50px;
    margin-bottom: 72px;
  }
}
.program_mentorItem:last-child {
  border-bottom: none;
  margin-bottom: 0;
}
.program_mentorImgWrap {
  margin-right: 56px;
}
@media (max-width: 767px) {
  .program_mentorImgWrap {
    margin: 0 0 32px 0;
  }
}
.program_mentorImg {
  width: 160px;
}
.program_mentorInfo {
  max-width: 474px;
  width: 40vw;
}
@media (max-width: 767px) {
  .program_mentorInfo {
    width: 100%;
  }
}
.program_mentorPosition {
  margin-bottom: 5px;
}
.program_mentorPositionTextTop {
  font-size: 12px;
  border: 1px solid #000;
  border-radius: 30px;
  padding: 2px 16px;
  margin-right: 16px;
}
.program_mentorPositionTextBottom {
  font-size: 14px;
}
.program_mentorName {
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 15px;
}
.program_mentorLink {
  display: block;
  font-size: 14px;
  margin-bottom: 16px;
  transition: 0.3s;
}
.program_mentorLink:hover .program_mentorLinkTextLine {
  opacity: 0.6;
}
.program_mentorLinkTextLine {
  text-decoration: underline;
}
.program_mentorDescription {
  font-size: 14px;
  line-height: 2;
}

.schedule {
  padding: 0 0 150px 0;
}
.schedule_inner {
  max-width: 1348px;
  margin: auto;
  padding: 0 30px;
}
@media (max-width: 1024px) {
  .schedule_inner {
    padding: 0 15px;
  }
}
.schedule_innerTop {
  display: flex;
  justify-content: space-between;
  margin-bottom: 110px;
}
@media (max-width: 1024px) {
  .schedule_innerTop {
    display: flex;
    flex-direction: column;
    margin-bottom: 72px;
  }
}
.schedule_innerTopImgWrap {
  width: 57vw;
  max-width: 800px;
  margin-left: 64px;
}
@media (max-width: 1024px) {
  .schedule_innerTopImgWrap {
    width: 100%;
    max-width: none;
    margin-left: 0;
  }
}
.schedule_slideArrowWrap {
  display: none;
}
@media (max-width: 1024px) {
  .schedule_slideArrowWrap {
    display: flex;
    align-items: center;
    justify-content: end;
    gap: 20px;
    margin-bottom: 32px;
  }
}
@media (max-width: 1024px) {
  .schedule_slideArrowImg {
    width: 45px;
  }
  .schedule_slideArrowImg:first-child {
    transform: scale(-1);
  }
}
.schedule_innerBottom {
  margin-bottom: 56px;
}
@media (max-width: 1024px) {
  .schedule_innerBottom {
    overflow: scroll;
    width: 100%;
    margin-right: calc(50% - 50vw);
  }
}
@media (max-width: 1024px) {
  .schedule_innerBottomImgWrap {
    width: 150%;
  }
}
@media (max-width: 767px) {
  .schedule_innerBottomImgWrap {
    width: 280%;
  }
}
.schedule_notesText {
  font-size: 14px;
  font-weight: 500;
  text-align: right;
  margin-right: 116px;
}
@media (max-width: 1024px) {
  .schedule_notesText {
    margin-right: 52px;
  }
}
@media (max-width: 767px) {
  .schedule_notesText {
    margin-right: 0;
    text-align: left;
  }
}

.apply {
  background-color: #e9ebe4;
  padding: 70px 50px;
}
@media (max-width: 767px) {
  .apply {
    padding: 70px 15px;
  }
}
.apply_inner {
  background-color: #fff;
  max-width: 1340px;
  padding: 106px 30px;
  margin: 0 auto;
  border-radius: 5px;
}
@media (max-width: 767px) {
  .apply_inner {
    padding: 70px 10px;
  }
}
.apply .applyHeading {
  text-align: center;
  margin-bottom: 35px;
}
.apply_table {
  max-width: 1000px;
  margin: 0 auto 177px auto;
}
@media (max-width: 767px) {
  .apply_table {
    margin: 0 auto 100px auto;
  }
}
.apply tbody {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
@media (max-width: 767px) {
  .apply tbody {
    gap: 60px;
  }
}
@media (max-width: 767px) {
  .apply_tr {
    display: flex;
    flex-direction: column;
  }
}
.apply_th {
  width: 150px;
  text-align: center;
  border-right: 1px solid #000;
  padding: 10px 0;
}
@media (max-width: 767px) {
  .apply_th {
    width: 100%;
    border-right: none;
    border-bottom: 1px solid #000;
    padding: 0 0 20px 0;
    margin-bottom: 20px;
  }
}
.apply_td {
  max-width: 810px;
  width: 57vw;
  padding-left: 40px;
}
@media (max-width: 767px) {
  .apply_td {
    padding-left: 0;
    width: 100%;
  }
}
.apply_tdLink {
  text-decoration: underline;
  transition: 0.3s;
}
.apply_tdLink:hover {
  opacity: 0.6;
}
.apply_attention {
  max-width: 1080px;
  margin: 0 auto;
  padding: 40px 50px;
  border: 1px solid #d1d1d1;
  border-radius: 5px;
  overflow-y: scroll;
}
@media (max-width: 767px) {
  .apply_attention {
    padding: 35px 10px 40px 10px;
  }
}
.apply_attentionTitle {
  font-size: 20px;
  text-align: center;
  margin-bottom: 50px;
}
@media (max-width: 767px) {
  .apply_attentionTitle {
    margin-bottom: 24px;
  }
}
.apply_btn {
  display: flex;
  justify-content: center;
  margin-top: 80px;
}
.apply_btnLink {
  background-color: #000;
  color: #fff;
  font-size: 14px;
  font-size: 14px;
  width: 256px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 60px;
  transition: 0.3s;
}
.apply_btnLink:hover {
  background-color: #e2d024;
}

.information {
  padding: 150px 0;
}
.information_contentInner {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .information_contentInner {
    flex-direction: column;
  }
}
@media (max-width: 767px) {
  .information .informationHeading {
    font-size: 47px;
    letter-spacing: normal;
  }
}
.information_list {
  max-width: 940px;
  width: 70vw;
}
@media (max-width: 767px) {
  .information_list {
    width: 100%;
  }
}
.information_item {
  padding-bottom: 38px;
  border-bottom: 1px solid #d1d1d1;
  margin-bottom: 40px;
}
.information_item:last-child {
  border-bottom: none;
  margin-bottom: 0;
}
.information_item:only-child {
  border-bottom: 1px solid #d1d1d1;
}
.information_itemLink {
  transition: 0.3s;
}
.information_itemLink:hover {
  opacity: 0.7;
}
.information_itemDate {
  font-size: 14px;
  line-height: 1.6;
}

.btnWrapper {
  background-color: #e9ebe4;
  padding: 56px 0;
}
@media (max-width: 767px) {
  .btnWrapper {
    padding: 24px 0;
  }
}

.btnList {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .btnList {
    flex-direction: column;
    gap: 15px;
  }
}

.btnItem {
  width: 50%;
  max-width: 570px;
  margin-right: 60px;
  background-color: #fff;
  border-radius: 5px;
  transition: 0.3s;
}
@media (max-width: 1024px) {
  .btnItem {
    width: 46%;
  }
}
@media (max-width: 767px) {
  .btnItem {
    width: 100%;
    max-width: none;
    margin-right: 0;
  }
}
.btnItem:hover .btnItem_link {
  opacity: 0.4;
}
.btnItem:last-child {
  margin-right: 0;
}
.btnItem_link {
  padding: 56px 30px 56px 56px;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  transition: 0.3s;
}
@media (max-width: 1024px) {
  .btnItem_link {
    padding: 56px 30px 56px 30px;
  }
}
@media (max-width: 767px) {
  .btnItem_link {
    padding: 30px 15px 20px 20px;
  }
}
.btnItem_linkTextWrap {
  width: 30vw;
  margin-right: 10px;
}
@media (max-width: 767px) {
  .btnItem_linkTextWrap {
    width: 100%;
    margin-right: 28px;
  }
}
.btnItem_linkTitle {
  font-family: "Josefin Sans", sans-serif;
  font-size: 40px;
  font-weight: 300;
}
@media (max-width: 767px) {
  .btnItem_linkTitle {
    font-size: 25px;
  }
}
@media (max-width: 767px) {
  .btnItem_linkDescription {
    font-size: 14px;
  }
}
.btnItem_linkImgWrap {
  width: 40px;
}

.singleInformation {
  padding: 100px 0 180px;
}
@media (max-width: 767px) {
  .singleInformation {
    padding: 45px 0 180px;
  }
}

.informationHeadingEn {
  font-size: 50px;
}
@media (max-width: 767px) {
  .informationHeadingEn {
    font-size: 44px;
  }
}

.singleInformationDate {
  display: flex;
  justify-content: end;
  margin-bottom: 20px;
  font-size: 14px;
}

.singleInformationTitle {
  font-size: 25px;
  margin-bottom: 20px;
  font-weight: 500;
  line-height: 1.68;
}
.singleInformationTitle.-hasThumb {
  margin-bottom: 20px;
}
.singleInformationTitle.-noThumb {
  margin-bottom: 40px;
}

.singleInformationMv {
  margin-bottom: 64px;
}
.singleInformationMv img {
  height: auto;
}

.singleInformationContents h3.wp-block-heading {
  font-size: 24px;
  margin-bottom: 15px;
  font-weight: 500;
  line-height: 1.68;
}
.singleInformationContents h4.wp-block-heading {
  font-size: 20px;
  margin-bottom: 20px;
  font-weight: 500;
  line-height: 1.68;
}
.singleInformationContents h5.wp-block-heading {
  margin-bottom: 25px;
  position: relative;
  padding-left: 20px;
  font-size: 16px;
  line-height: 2;
  font-weight: 500;
}
.singleInformationContents h5.wp-block-heading::before {
  position: absolute;
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 10px;
  background-color: #000;
  top: 1.1em;
  left: 0;
  transform: translateY(-50%);
}
.singleInformationContents p {
  margin-bottom: 40px;
}
.singleInformationContents figure {
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 60px;
}
@media (max-width: 767px) {
  .singleInformationContents figure {
    margin: 0 auto 40px;
  }
}
.singleInformationContents .wp-block-group {
  gap: 20px;
}
@media (max-width: 767px) {
  .singleInformationContents .wp-block-group {
    gap: 10px;
  }
}
.singleInformationContents .wp-block-group.is-vertical .wp-block-group {
  margin-bottom: 0;
  gap: 20px;
}
@media (max-width: 767px) {
  .singleInformationContents .wp-block-group.is-vertical .wp-block-group {
    gap: 10px;
  }
}
.singleInformationContents .wp-block-group:has(.wp-block-image) {
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 60px;
}
.singleInformationContents .wp-block-columns {
  margin: 0 auto 60px;
}
@media (max-width: 767px) {
  .singleInformationContents .wp-block-columns {
    margin: 0 auto 40px;
  }
}
.singleInformationContents .wp-block-column .wp-block-image {
  margin-bottom: 0;
}
.singleInformationContents .wp-block-column p {
  margin-bottom: 16px;
}
.singleInformationContents .wp-block-quote {
  padding: 25px 30px;
  border: 1px solid #d1d1d1;
  margin-bottom: 60px;
}
.singleInformationContents .wp-block-quote p {
  margin-bottom: 0;
}
.singleInformationContents ul,
.singleInformationContents ol {
  margin-bottom: 60px;
  display: flex;
  flex-direction: column;
  gap: 30px;
  padding-left: 24px;
  line-height: 2;
}
@media (max-width: 767px) {
  .singleInformationContents ul,
  .singleInformationContents ol {
    gap: 16px;
  }
}
.singleInformationContents ul {
  list-style: initial;
}
.singleInformationContents ol {
  list-style: auto;
}
.singleInformationContents .wp-block-cover {
  margin-bottom: 60px;
}
.singleInformationContents .wp-block-file {
  margin-bottom: 60px;
}
.singleInformationContents .wp-block-file a {
  text-decoration: underline;
  cursor: pointer;
  color: #4c8475;
  font-size: 16px;
}
.singleInformationContents .wp-block-file a:hover {
  opacity: 0.6;
}
.singleInformationContents .wp-block-file__button {
  background-color: #4c8475;
}
.singleInformationContents .wp-block-file__button.wp-element-button {
  color: #fff;
  text-decoration: none;
}
.singleInformationContents .wp-block-file__button.wp-element-button:hover {
  background-color: #e2d024;
  opacity: 1;
}
.singleInformationContents .wp-block-file * + .wp-block-file__button {
  margin-left: 2em;
}
.singleInformationContents :where(.wp-block-file__button) {
  border-radius: 2em;
  display: inline-block;
  padding: 0.5em 1.5em;
}
.singleInformationContents .wp-block-button__link {
  background-color: #4c8475;
  font-size: 14px;
}
.singleInformationContents .wp-block-button__link:hover {
  background-color: #e2d024;
}
.singleInformationContents .wp-block-buttons {
  margin-bottom: 60px;
}
.singleInformationContents tr td {
  text-align: center;
  line-height: 1.5;
  padding: 24px;
}
.singleInformationContents tr td:first-child {
  background-color: #4c8475;
  color: #fff;
  border: 2px solid;
  font-weight: 500;
}
.singleInformationContents tr td:last-child {
  border: 2px solid #f3f3f3;
}

.singleInformationPagination {
  display: flex;
  align-items: center;
  margin-top: 140px;
  position: relative;
}
@media (max-width: 767px) {
  .singleInformationPagination {
    margin-top: 80px;
  }
}
.singleInformationPagination_link {
  display: flex;
  align-items: center;
  gap: 16px;
  font-size: 14px;
}
.singleInformationPagination_link.-prev {
  margin-right: auto;
}
.singleInformationPagination_link.-next {
  margin-left: auto;
}
.singleInformationPagination_link:hover {
  opacity: 0.6;
}
@media (max-width: 767px) {
  .singleInformationPagination_link {
    gap: 8px;
  }
}
.singleInformationPagination_link.-center {
  background-color: transparent;
  width: 270px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  border: 1px solid #000;
  border-radius: 70px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
@media (max-width: 767px) {
  .singleInformationPagination_link.-center {
    width: 200px;
  }
}
.singleInformationPagination_link.-center:hover {
  background-color: #000;
  color: #fff;
  opacity: 1;
}
.singleInformationPagination_linkIconWrap {
  background-color: #000;
  color: #fff;
  width: 20px;
  height: 20px;
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 767px) {
  .singleInformationPagination_linkText {
    display: none;
  }
}

.archive .information {
  padding: 110px 0 180px;
}
@media (max-width: 767px) {
  .archive .information {
    padding: 45px 0 120px;
  }
}
.archive .information_list {
  width: 100%;
  max-width: none;
  margin-bottom: 190px;
}
@media (max-width: 767px) {
  .archive .information_list {
    margin-bottom: 130px;
  }
}
.archive .information_item:last-child {
  margin-bottom: 0;
}

.archiveInformationPagination {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.archiveInformationPagination_prevNextWrap {
  display: flex;
  align-items: center;
  justify-content: center;
}
.archiveInformationPagination_numbers {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
}
.archiveInformationPagination_group {
  display: flex;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
.archiveInformationPagination_group.-prevGroup {
  padding-right: 80px;
}
@media (max-width: 767px) {
  .archiveInformationPagination_group.-prevGroup {
    padding-right: 40px;
  }
}
.archiveInformationPagination_group.-nextGroup {
  padding-left: 80px;
}
@media (max-width: 767px) {
  .archiveInformationPagination_group.-nextGroup {
    padding-left: 40px;
  }
}
.archiveInformationPagination .page-numbers {
  width: 40px;
  height: 40px;
  border-radius: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #000;
}
@media (max-width: 767px) {
  .archiveInformationPagination .page-numbers {
    width: 30px;
    height: 30px;
  }
}
.archiveInformationPagination .page-numbers:hover {
  background-color: #000;
  color: #fff;
  border: 1px solid transparent;
}
.archiveInformationPagination .page-numbers.current {
  background-color: #000;
  color: #fff;
  border: none;
}
.archiveInformationPagination .page-numbers.dots {
  border: none;
}
.archiveInformationPagination .page-numbers.dots:hover {
  background-color: transparent;
  color: #000;
}
.archiveInformationPagination .page-numbers.prev {
  transform: scale(-1, 1);
  display: inline-block;
  border: none;
  margin-right: 80px;
}
@media (max-width: 767px) {
  .archiveInformationPagination .page-numbers.prev {
    margin-right: 40px;
  }
}
.archiveInformationPagination .page-numbers.next {
  border: none;
  margin-left: 80px;
}
@media (max-width: 767px) {
  .archiveInformationPagination .page-numbers.next {
    margin-left: 40px;
  }
}

.privacyPolicy {
  padding: 100px 0 180px 0;
}
@media (max-width: 767px) {
  .privacyPolicy {
    padding: 45px 0 150px 0;
  }
}
.privacyPolicy .privacyPolicyHeading {
  margin-bottom: 56px;
}
.privacyPolicy .privacyPolicyHeadingEn {
  font-size: 50px;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .privacyPolicy .privacyPolicyHeadingEn {
    font-size: 35px;
  }
}
.privacyPolicy_inner {
  max-width: 1000px;
  margin: 0 auto;
}
.privacyPolicy_description {
  max-width: 800px;
  margin: 0 auto 150px auto;
}
.privacyPolicy_descriptionLink {
  color: #4c8475;
  text-decoration: underline;
}
.privacyPolicy_descriptionLink:hover {
  opacity: 0.7;
}

.notFound {
  padding: 104px 0 200px;
}
@media (max-width: 767px) {
  .notFound {
    padding: 45px 0 150px;
  }
}
.notFound_inner {
  max-width: 1000px;
  margin: 0 auto;
}
.notFound_subHeading {
  text-align: center;
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 35px;
}
.notFound_description {
  text-align: center;
  margin-bottom: 150px;
}/*# sourceMappingURL=style.css.map */