@charset "UTF-8";
@import url("global.css");
#bodyarea .headarea {
  text-align: center;
  margin-bottom: 60px;
}
#bodyarea .headarea .catch {
  display: inline-block;
  font-weight: bold;
  font-size: 23px;
}
#bodyarea .headarea .maintitle {
  width: 690px;
  margin: 20px auto;
}
#bodyarea .headarea .subtitle {
  font-weight: bold;
  font-size: 15px;
}
#bodyarea .data_wrap {
  display: flex;
  flex-wrap: wrap;
  margin: -8px;
}
#bodyarea .data_wrap .item {
  padding: 8px;
  box-sizing: border-box;
  width: 50%;
}
#bodyarea .data_wrap .item.full {
  width: 100%;
  min-height: 250px;
}
#bodyarea .data_wrap .item .inner {
  background-color: #F6F6F6;
  padding: 30px;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  text-align: center;
}
#bodyarea .data_wrap .item .inner .title {
  font-weight: bold;
  font-size: 32px;
  line-height: 1.6;
  margin-bottom: 20px;
}
#bodyarea .data_wrap .item .inner .title span {
  display: block;
  font-size: 20px;
}
#bodyarea .data_wrap .item .inner .numberbox {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  line-height: 1;
  font-size: 30px;
  font-weight: bold;
}
#bodyarea .data_wrap .item .inner .numberbox .number {
  white-space: nowrap;
  color: #00A9C5;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "游ゴシック Medium", "Yu Gothic Medium", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro", "Meiryo", "メイリオ", Helvetica, sans-serif;
  font-size: 30px;
}
#bodyarea .data_wrap .item .inner .numberbox .number span {
  line-height: .6;
  font-size: 150px;
  font-weight: 500;
  font-family: "Kanit", sans-serif;
}
#bodyarea .data_wrap .item .inner .numberbox .subtext {
  align-self: center;
  flex-shrink: 0;
  height: 88px;
  margin-left: 25px;
}
#bodyarea .data_wrap .item .inner .numberbox .subtext img {
  max-width: initial;
  max-height: 100%;
}
#bodyarea .data_wrap .item .inner .date {
  font-size: 12px;
  font-weight: bold;
  text-align: right;
  margin-top: 5px;
}
#bodyarea .data_wrap .item .inner .text {
  font-weight: bold;
  margin-top: 20px;
}
#bodyarea .data_wrap .item .inner .text .smalltext {
  font-size: 85%;
  color: #888;
  margin-top: 5px;
}
#bodyarea .data_wrap .item .inner .text .note {
  font-size: 11px;
  font-weight: normal;
  margin-top: 5px;
}
#bodyarea .data_wrap .item.item_founded .inner {
  display: flex;
  align-items: center;
  justify-content: center;
}
#bodyarea .data_wrap .item.item_founded .inner .numberbox {
  position: relative;
  padding: 0 80px;
  margin-right: 5%;
}
#bodyarea .data_wrap .item.item_founded .inner .numberbox p:first-of-type {
  font-size: 32px;
  align-self: flex-start;
}
#bodyarea .data_wrap .item.item_founded .inner .numberbox::before, #bodyarea .data_wrap .item.item_founded .inner .numberbox::after {
  content: "";
  width: 60px;
  height: 120px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}
#bodyarea .data_wrap .item.item_founded .inner .numberbox::before {
  left: 0;
  background: url(../img/data/illust_founded_left.png) no-repeat center center;
  background-size: contain;
}
#bodyarea .data_wrap .item.item_founded .inner .numberbox::after {
  right: 0;
  background: url(../img/data/illust_founded_right.png) no-repeat center center;
  background-size: contain;
}
#bodyarea .data_wrap .item.item_member .inner .numberbox .illust {
  width: 120px;
  flex-shrink: 0;
  margin-right: 10px;
}
#bodyarea .data_wrap .item.item_architect .inner .numberbox .illust {
  width: 145px;
  flex-shrink: 0;
  margin-right: 10px;
}
#bodyarea .data_wrap .item.item_land .inner .numberbox {
  display: block;
}
#bodyarea .data_wrap .item.item_land .inner .numberbox .subtext {
  width: 400px;
  height: auto;
  margin: 25px auto 0;
  border-radius: 2px;
  overflow: hidden;
}
#bodyarea .data_wrap .item.item_land .inner .numberbox .subtext img {
  max-height: initial;
  max-width: 100%;
}
#bodyarea .data_wrap .item.item_bels .inner .title {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
}
#bodyarea .data_wrap .item.item_bels .inner .title span {
  font-size: 54px;
  font-weight: 500;
  font-family: "Kanit", sans-serif;
  line-height: 1;
  margin-left: 15px;
}
#bodyarea .data_wrap .item.item_bels .inner .numberbox {
  margin: 0 30px;
}

/* ------------------------------------------------------------------------------------------------------------------------

 Responsive-Breakpoint-1 (1600px)
 
------------------------------------------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------------------------------------------

 Responsive-Breakpoint-2 (1370px)
 
------------------------------------------------------------------------------------------------------------------------ */
@media only screen and (max-width: 1370px) {
  #bodyarea .data_wrap .item .inner .numberbox .number span {
    font-size: 130px;
  }
}
/* ------------------------------------------------------------------------------------------------------------------------

 Responsive-Breakpoint-3 ( 960px )
 
------------------------------------------------------------------------------------------------------------------------ */
@media only screen and (max-width: 959px) {
  #bodyarea .headarea {
    margin-bottom: 40px;
  }
  #bodyarea .headarea .catch {
    font-size: 20px;
  }
  #bodyarea .headarea .maintitle {
    width: 540px;
    margin: 15px auto;
  }
  #bodyarea .data_wrap {
    display: block;
  }
  #bodyarea .data_wrap .item {
    width: auto;
  }
  #bodyarea .data_wrap .item .inner .date {
    text-align: center;
  }
  #bodyarea .data_wrap .item.full {
    min-height: initial;
  }
  #bodyarea .data_wrap .item.item_founded .inner .numberbox {
    padding: 0 60px;
  }
  #bodyarea .data_wrap .item.item_founded .inner .text {
    margin-top: 0;
  }
  #bodyarea .data_wrap .item.item_bels .inner {
    display: block;
  }
  #bodyarea .data_wrap .item.item_bels .inner .numberbox {
    margin: 25px 0;
  }
}
/* ------------------------------------------------------------------------------------------------------------------------

 Responsive-Breakpoint-4 ( 644px )
 
------------------------------------------------------------------------------------------------------------------------ */
@media only screen and (max-width: 644px) {
  #bodyarea .headarea {
    margin-bottom: 30px;
  }
  #bodyarea .headarea .catch {
    font-size: 14px;
    letter-spacing: 0.05em;
  }
  #bodyarea .headarea .maintitle {
    width: 95%;
    margin: 8px auto;
    max-width: 360px;
  }
  #bodyarea .headarea .subtitle {
    font-size: 13px;
  }
  #bodyarea .data_wrap .item {
    padding: 6px 0;
  }
  #bodyarea .data_wrap .item .inner {
    padding: 25px 20px;
  }
  #bodyarea .data_wrap .item .inner .title {
    font-size: 21px;
    margin-bottom: 12px;
  }
  #bodyarea .data_wrap .item .inner .numberbox {
    font-size: 20px;
  }
  #bodyarea .data_wrap .item .inner .numberbox .number {
    font-size: 20px;
  }
  #bodyarea .data_wrap .item .inner .numberbox .number span {
    font-size: 70px;
  }
  #bodyarea .data_wrap .item .inner .numberbox .subtext {
    height: 55px;
    margin-left: 10px;
  }
  #bodyarea .data_wrap .item .inner .text {
    text-align: left;
    font-size: 13px;
    margin-top: 12px;
  }
  #bodyarea .data_wrap .item .inner .text br {
    display: none;
  }
  #bodyarea .data_wrap .item.item_founded .inner {
    display: block;
    padding-top: 35px;
  }
  #bodyarea .data_wrap .item.item_founded .inner .numberbox {
    margin-right: 0;
    display: inline-flex;
    padding: 0 40px;
  }
  #bodyarea .data_wrap .item.item_founded .inner .numberbox::before, #bodyarea .data_wrap .item.item_founded .inner .numberbox::after {
    width: 32px;
    height: 63px;
  }
  #bodyarea .data_wrap .item.item_founded .inner .numberbox p:first-of-type {
    font-size: 21px;
  }
  #bodyarea .data_wrap .item.item_founded .inner .text {
    margin-top: 20px;
  }
  #bodyarea .data_wrap .item.item_member .inner .numberbox .illust {
    width: 70px;
    margin-right: 10px;
  }
  #bodyarea .data_wrap .item.item_architect .inner .numberbox .illust {
    width: 110px;
    margin-right: 5px;
  }
  #bodyarea .data_wrap .item.item_land .inner .numberbox .subtext {
    margin-top: 15px;
    width: 260px;
  }
  #bodyarea .data_wrap .item.item_bels .inner .numberbox {
    margin: 20px 0;
  }
  #bodyarea .data_wrap .item.item_bels .inner .title {
    display: block;
    font-size: 18px;
  }
  #bodyarea .data_wrap .item.item_bels .inner .title span {
    font-weight: 500;
    font-size: 40px;
    margin-left: 0;
  }
}
