/* LESS Document */
/*@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;700;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@400;500;700&display=swap');*/
body {
  font-family: "Noto Sans", sans-serif;
  font-weight: 400;
  line-height: 1.8;
  font-size: 1.6rem;
  letter-spacing: 0;
  font-feature-settings: "pwid";
  color: #012B4A;
}
@media screen and (max-width: 767px) {
  body {
    font-size: 3.2vw;
  }
}
main h2 {
  margin: 0px 0 50px;
  line-height: 1.2;
  text-align: center;
  font-size: 4.8rem;
}
@media screen and (max-width: 767px) {
  main h2 {
    font-size: 6.4vw;
  }
}
main h2::after {
  content: '';
  display: block;
  width: 160px;
  height: 5px;
  margin: 25px auto 30px;
  background: linear-gradient(to right, #0070C3, #0070C3 33.3%, #FFAF00 33.3%, #FFAF00 66.6%, #D90052 66.6%, #D90052);
}
main h3 {
  margin: 50px 0 20px;
  padding: 0 0 0 10px;
  border-left: #FFAF00 6px solid;
  font-size: 2.8rem;
  color: #012B4A;
  line-height: 1.2;
}
@media screen and (max-width: 767px) {
  main h3 {
    margin: 30px 0 10px;
    font-size: 5.6vw;
  }
}
main > article {
  padding: 80px 0 40px;
}
@media screen and (max-width: 767px) {
  main > article {
    padding: 40px 0 20px;
  }
}
@media screen and (max-width: 767px) {
  img {
    max-width: 100%;
    height: auto!important;
  }
}
.space_hgroup {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  flex-wrap: nowrap;
  gap: 0;
  justify-content: flex-start;
  align-items: center;
  margin: 64px 0 24px;
  padding: 15px 24px;
  background: #FBFBFB;
}
@media screen and (max-width: 767px) {
  .space_hgroup {
    flex-direction: column;
    align-items: flex-start;
    gap: 20px 0;
  }
}
.space_hgroup h3 {
  margin: 0 50px 0 0;
  padding: 0 0 0 15px;
  border: none;
  border-left: #012B4A 6px solid;
  font-size: 3.2rem;
  font-weight: 500;
  position: relative;
}
@media screen and (max-width: 767px) {
  .space_hgroup h3 {
    margin: 0;
    font-size: 8vw;
  }
}
.space_hgroup .tagArea {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  flex-wrap: nowrap;
  gap: 15px;
  justify-content: flex-start;
}
.space_hgroup .tagArea .tag {
  padding: 8px 20px;
  background: #D0A053;
  color: #FFF;
  font-weight: bold;
  border-radius: 5px;
}
/*+++++++++++++++++++++++++++++++++++++++++++
	mv
+++++++++++++++++++++++++++++++++++++++++++ */
#mv {
  margin-top: 84px;
  padding: 0 50px 0 0;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 1023px) {
  #mv {
    margin-top: 54px;
    padding-right: 10px;
  }
}
#mv .mv-text_bg {
  max-width: 1290px;
  width: 100%;
  height: 100%;
  background: url(../../top_img/mv_bg.webp) no-repeat 0 0 / cover;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
#mv .mv-text {
  position: absolute;
  bottom: 12%;
  left: 86px;
  z-index: 2;
}
@media screen and (max-width: 1023px) {
  #mv .mv-text {
    left: 20px;
  }
}
@media screen and (max-width: 767px) {
  #mv .mv-text {
    top: 50%;
    bottom: auto;
    transform: translateY(-50%);
  }
}
#mv .mv-text p {
  margin: 0;
  color: #FFF;
  font-size: 3.6rem;
  font-weight: 900;
  text-shadow: 0 0 6px rgba(0, 0, 0, 0.6);
}
@media screen and (max-width: 767px) {
  #mv .mv-text p {
    font-size: 7.2vw;
  }
}
#mv .mv-text p.eng {
  margin: 0 0 78px;
  font-family: 'Poppins', sans-serif;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.1;
}
@media screen and (max-width: 767px) {
  #mv .mv-text p.eng {
    font-size: 6vw;
  }
}
#mv .mv-text p.eng strong {
  font-size: 4.8rem;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  #mv .mv-text p.eng strong {
    font-size: 7.2vw;
  }
}
#mv .mv-text .mvNav {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  flex-wrap: nowrap;
  gap: 10px;
  flex-direction: column;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin: 10px 0 0;
}
@media screen and (max-width: 1023px) {
  #mv .mv-text .mvNav {
    flex-direction: row;
    gap: 5px;
  }
}
#mv .mv-text .mvNav a {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  flex-wrap: nowrap;
  gap: 0;
  justify-content: space-around;
  align-items: center;
  width: 216px;
  height: 40px;
  padding: 5px 10px 5px 14px;
  border-radius: 50px;
  background: rgba(255, 255, 255, 0.8);
  color: #012B4A;
  font-size: 2rem;
  font-weight: bold;
  text-decoration: none;
}
@media screen and (max-width: 767px) {
  #mv .mv-text .mvNav a {
    font-size: 4vw;
  }
}
#mv .mv-text .mvNav a i {
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: #012B4A;
  text-align: center;
  line-height: 22px;
  margin-left: auto;
  font-size: 1.7rem;
  color: #FFF;
}
#mv .mv-text .mvNav a[data-name="Events"]:hover {
  background: #FFAF00;
  color: #FFF;
}
#mv .mv-text .mvNav a[data-name="Events"] i {
  background: #FFAF00;
}
#mv .mv-text .mvNav a[data-name="Meeting"]:hover {
  background: #D90052;
  color: #FFF;
}
#mv .mv-text .mvNav a[data-name="Meeting"] i {
  background: #D90052;
}
#mv .mv-text .mvNav a[data-name="Co-working"]:hover {
  background: #0070C3;
  color: #FFF;
}
#mv .mv-text .mvNav a[data-name="Co-working"] i {
  background: #0070C3;
}
.mv-img {
  height: 500px;
  border-radius: 0 100px 100px 0;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .mv-img {
    max-height: none;
    height: 100%;
    min-height: 350px;
  }
}
.mv-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center bottom;
}
@media screen and (max-width: 1023px) {
  .mv-img img {
    min-height: 350px;
  }
}
@media screen and (max-width: 767px) {
  .mv-img img {
    height: 50vw;
  }
}
/*+++++++++++++++++++++++++++++++++++++++++++
	table
+++++++++++++++++++++++++++++++++++++++++++ */
table {
  margin-bottom: 10px;
}
table th {
  padding: 20px 20px;
  font-weight: bold;
  font-size: 2rem;
  background: #2F599D;
  line-height: 1.2;
  text-align: left;
}
@media screen and (max-width: 767px) {
  table th {
    font-size: 4vw;
  }
}
table thead th {
  padding: 5px 24px;
  text-align: center;
}
table tbody th {
  padding: 18px 24px;
}
table td {
  padding: 10px 16px;
  font-size: 1.8rem;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  table td {
    font-size: 3.6vw;
  }
}
/*+++++++++++++++++++++++++++++++++++++++++++
	photoColumn
+++++++++++++++++++++++++++++++++++++++++++ */
.photoColumn {
  max-width: 1020px;
  margin: 0 auto 48px;
}
@media screen and (max-width: 767px) {
  .photoColumn {
    display: block;
  }
}
.photoColumn > .columnItem {
  max-width: 480px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.16);
}
@media screen and (max-width: 767px) {
  .photoColumn > .columnItem {
    max-width: none;
    width: 100%;
    margin: 0 auto 10px;
  }
  .photoColumn > .columnItem img {
    width: 100%;
    height: 50vw;
    object-fit: cover;
  }
}
.photoColumn > .columnItem dt {
  background: #2F599D;
  color: #FFF;
  font-size: 2.8rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .photoColumn > .columnItem dt {
    font-size: 5.6vw;
  }
}
.photoColumn > .columnItem dd {
  padding: 13px 18px;
}
@media screen and (max-width: 767px) {
  .photoColumn > .columnItem dd {
    padding: 8px 12px;
  }
}
/*+++++++++++++++++++++++++++++++++++++++++++
	dlLabel
+++++++++++++++++++++++++++++++++++++++++++ */
.dlLabel > div {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  flex-wrap: nowrap;
  gap: 15px;
  align-items: flex-start;
  margin: 0 0 15px;
}
.dlLabel > div dt {
  width: 91px;
  padding: 0 5px;
  background: #2F599D;
  color: #FFF;
  text-align: center;
}
.dlLabel > div dd {
  flex: 1;
}
/*+++++++++++++++++++++++++++++++++++++++++++
top_hgroup
+++++++++++++++++++++++++++++++++++++++++++ */
.top_hgroup {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  flex-wrap: nowrap;
  gap: 0;
  flex-direction: column-reverse;
  align-items: center;
  margin: 0 0 60px;
}
.top_hgroup p {
  font-size: 2.2rem;
  font-weight: 500;
  font-family: 'Poppins', sans-serif;
}
@media screen and (max-width: 767px) {
  .top_hgroup p {
    font-size: 4.4vw;
  }
}
/*+++++++++++++++++++++++++++++++++++++++++++
	about
+++++++++++++++++++++++++++++++++++++++++++ */
#aboutArea {
  margin: 0 auto;
  padding: 100px 0 0;
}
@media screen and (max-width: 767px) {
  #aboutArea {
    padding: 40px 0;
  }
}
#aboutArea .top_hgroup h2 {
  margin: 0;
  padding: 0;
  text-align: center;
  font-size: 6.1rem;
}
@media screen and (max-width: 767px) {
  #aboutArea .top_hgroup h2 {
    font-size: 10vw;
  }
}
#aboutArea .top_hgroup h2::after {
  content: none;
}
#aboutArea .top_hgroup img {
  vertical-align: -5px;
}
@media screen and (max-width: 767px) {
  #aboutArea .top_hgroup img {
    width: 60vw;
  }
}
@media screen and (max-width: 767px) {
  #aboutArea > .inner > .flex {
    display: block;
  }
}
#aboutArea > .inner > .flex .flexImg {
  text-align: center;
}
@media screen and (max-width: 767px) {
  #aboutArea > .inner > .flex .flexImg {
    padding: 0 15px 10px;
  }
}
#aboutArea .btn_4 {
  gap: 5px;
  min-height: 60px;
  padding: 5px 50px;
}
@media screen and (max-width: 1023px) {
  #aboutArea .btn_4 {
    min-width: 0;
    height: auto;
  }
}
@media screen and (max-width: 767px) {
  #aboutArea .btn_4 {
    max-width: 100%;
  }
}
#aboutArea .btn_4[target] {
  padding-right: 25px;
}
#aboutArea .btn_4[target]::after {
  position: static;
  transform: none;
}
#aboutArea .btn_4[href$='.pdf']::after {
  content: "\f1c1";
}
.bgBottom {
  width: 100%;
  margin-top: -50px;
  pointer-events: none;
}
/*+++++++++++++++++++++++++++++++++++++++++++
  co-working
+++++++++++++++++++++++++++++++++++++++++++ */
#co-working {
  margin-top: -50px;
  padding-top: 0;
  background: linear-gradient(to bottom, #EEF4F8 0, #FFF 500px);
}
#co-working dl dt {
  font-weight: bold;
}
@media screen and (max-width: 1023px) {
  #co-working table thead th {
    padding: 5px 8px;
  }
}
#co-working table tbody th {
  width: 250px;
}
@media screen and (max-width: 1023px) {
  #co-working table tbody th {
    width: auto;
    padding: 5px 8px;
  }
}
#co-working table tbody th.th_details {
  width: 428px;
}
@media screen and (max-width: 1023px) {
  #co-working table tbody th.th_details {
    width: auto;
  }
}
#co-working .btn {
  max-width: 516px;
  background: #2F599D;
}
/*+++++++++++++++++++++++++++++++++++++++++++
  events
+++++++++++++++++++++++++++++++++++++++++++ */
#events dl dt {
  background: #D0A053;
  font-weight: bold;
}
#events table tbody th {
  width: 204px;
  background: #D0A053;
  text-align: center;
}
@media screen and (max-width: 767px) {
  #events table tbody th {
    width: auto;
  }
}
#events .btn {
  max-width: 516px;
  margin: 40px 0 0;
  background: #D0A053;
}
/*+++++++++++++++++++++++++++++++++++++++++++
  meeting
+++++++++++++++++++++++++++++++++++++++++++ */
#meeting dl dt {
  background: #AB2658;
  font-weight: bold;
}
#meeting table tbody th {
  width: 204px;
  background: #AB2658;
  text-align: center;
}
@media screen and (max-width: 767px) {
  #meeting table tbody th {
    width: auto;
  }
}
#meeting .btn {
  max-width: 593px;
  margin: 40px 0 0;
  background: #AB2658;
}
/*+++++++++++++++++++++++++++++++++++++++++++
	concept
+++++++++++++++++++++++++++++++++++++++++++ */
@media screen and (max-width: 767px) {
  #concept .flex {
    flex-direction: column;
  }
}
#concept .flex .flexImg {
  text-align: center;
}
@media screen and (max-width: 767px) {
  #concept .flex .flexText {
    order: 1;
  }
}
/*+++++++++++++++++++++++++++++++++++++++++++
	contact
+++++++++++++++++++++++++++++++++++++++++++ */
#contact {
  padding: 0 0 150px;
}
.contactBoxWrap {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  gap: 0;
  justify-content: center;
  flex-wrap: nowrap;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.07);
  max-width: 800px;
  margin: 50px auto 0;
  padding: 20px;
}
@media screen and (max-width: 767px) {
  .contactBoxWrap {
    flex-direction: column;
    padding: 0 10px;
  }
}
/* -------------------------------- contactBox */
.contactBox {
  display: block;
  width: 100%;
  text-align: center;
  line-height: 1.4;
  text-decoration: none;
}
@media screen and (max-width: 767px) {
  .contactBox {
    padding: 10px 0;
    text-decoration: none!important;
  }
}
.contactBox:nth-of-type(2) {
  border-left: #D9E4EB 1px solid;
}
@media screen and (max-width: 767px) {
  .contactBox:nth-of-type(2) {
    border-left: none;
    border-top: #D9E4EB 1px solid;
  }
}
.contactBox dl dt {
  font-size: 1.8rem;
  font-weight: bold;
  color: #012B4A;
}
@media screen and (max-width: 767px) {
  .contactBox dl dt {
    font-size: 3.6vw;
  }
}
.contactBox dl dd {
  font-size: 1.6rem;
}
@media screen and (max-width: 767px) {
  .contactBox dl dd {
    font-size: 3.2vw;
  }
}
.contactBox dl dd strong {
  color: #2F599D;
  font-size: 3.6rem;
}
@media screen and (max-width: 767px) {
  .contactBox dl dd strong {
    font-size: 7.2vw;
  }
}
