<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*--------------------------------------------
    Color
---------------------------------------------*/
/*--------------------------------------------
	Common Parts
---------------------------------------------*/
.pcNon {
  display: none;
}
@media screen and (max-width: 767px) {
  .pcNon {
    display: block !important;
  }
}

.spNon {
  display: block;
}
@media screen and (max-width: 767px) {
  .spNon {
    display: none !important;
  }
}

.flex, .flex_b, .flex_ib, .flex_c {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 767px) {
  .flex_b {
    display: block !important;
  }
  .flex_ib {
    display: inline-block !important;
  }
  .flex_c {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }
}
ul, ol, dl {
  list-style: none;
}

.kv_about {
  background-image: url("/assets/images/en/kv_about.jpg");
  background-color: #CBE8F4;
  margin-bottom: 50px;
}

.about_title {
  margin-bottom: 3.5%;
}
@media screen and (max-width: 767px) {
  .about_title {
    margin-bottom: 9%;
  }
}

.about_text {
  margin-top: 3%;
}
@media screen and (max-width: 767px) {
  .about_text {
    margin-top: 6%;
  }
}

.about_sec01 {
  margin-top: 6%;
}
@media screen and (max-width: 767px) {
  .about_sec01 {
    margin-top: 12%;
  }
}

.about_img {
  display: block;
  width: auto;
  max-width: 100%;
  margin: 4% auto;
}
@media screen and (max-width: 767px) {
  .about_img {
    margin-top: 16%;
  }
}

.about_btn {
  margin: 0 auto;
  margin-top: 3%;
}
@media screen and (max-width: 767px) {
  .about_btn {
    margin-top: 6%;
  }
}

.aboutList {
  margin-top: 4%;
}
@media screen and (max-width: 767px) {
  .aboutList {
    margin-top: 7%;
  }
}
.aboutList .descList_detail {
  line-height: 1.8;
}

.memberList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.memberList_item {
  /*width: 33.33333333%;*/
  width: 50%;
  font-weight: 400;
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  .memberList_item {
    font-size: 12px;
    font-size: 1.2rem;
  }
}

.officeList_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-bottom: 5%;
}
@media screen and (max-width: 767px) {
  .officeList_item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 10%;
  }
}
@media screen and (max-width: 767px) {
  .officeList_item:last-child {
    margin-bottom: 0;
  }
}
.officeList_photo {
  width: 32%;
  margin-right: 8%;
}
@media screen and (min-width: 768px) and (max-width: 1070px) {
  .officeList_photo {
    width: 32%;
    margin-right: 4%;
  }
}
@media screen and (max-width: 767px) {
  .officeList_photo {
    display: block;
    margin: 0 auto;
  }
}
.officeList_img {
  width: 100%;
}
.officeList_name {
  margin-top: 12px;
  text-align: center;
  font-weight: 400;
}
.officeList_name_link {
  font-weight: 400;
  text-decoration: underline;
}
.officeList_detail {
  width: 65%;
}
@media screen and (max-width: 767px) {
  .officeList_detail {
    width: 100%;
    margin-top: 6%;
  }
}
.officeList_title {
  margin-bottom: 20px;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 600;
}
.officeList_title.btm {
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .officeList_title.btm {
    margin-top: 4%;
  }
}
.officeList .descList_title {
  width: 28%;
  padding: 15px 0 12px 15px;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  .officeList .descList_title {
    width: 100%;
    padding: 12px 0 12px 15px;
    font-size: 14px;
    font-size: 1.4rem;
  }
}
.officeList .descList_detail {
  width: 72%;
  padding: 10px 0 12px 15px;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .officeList .descList_detail {
    width: 100%;
  }
}
.officeList .box {
  padding: 15px;
  max-width: 100%;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.6;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .officeList .box {
    font-size: 14px;
    font-size: 1.4rem;
  }
}

.aboutAccess_title {
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: 600;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .aboutAccess_title {
    font-size: 20px;
    font-size: 2rem;
  }
}

.aboutAccess_map {
  margin-top: 4%;
}

.aboutAccess_course {
  margin-top: 5%;
  margin-bottom: 5%;
  max-width: 100%;
}
@media screen and (max-width: 767px) {
  .aboutAccess_course {
    margin-top: 10%;
    margin-bottom: 10%;
  }
}

.courseTitle {
  padding: 15px;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 600;
  color: #fff;
  text-align: center;
  background-color: #1a1a1a;
}
@media screen and (max-width: 767px) {
  .courseTitle {
    font-size: 16px;
    font-size: 1.6rem;
  }
}

.courseList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 3% 5% 0;
}
@media screen and (min-width: 768px) and (max-width: 1070px) {
  .courseList {
    padding: 3% 2% 0;
  }
}
@media screen and (max-width: 767px) {
  .courseList {
    padding: 5% 3% 0;
  }
}
.courseList_item {
  width: 33.3333333%;
  margin-bottom: 3%;
  font-size: 16px;
  font-size: 1.6rem;
}
@media screen and (max-width: 767px) {
  .courseList_item {
    width: 50%;
    margin-bottom: 5%;
    font-size: 14px;
    font-size: 1.4rem;
  }
}
.courseList_item:nth-child(9) {
  display: none;
}
.courseList_img {
  width: 90%;
}
.courseList_text {
  margin-top: 12px;
}
@media screen and (max-width: 767px) {
  .courseList_text {
    font-size: 13px;
    font-size: 1.3rem;
  }
}</pre></body></html>