/******************************
GRID
******************************/
/******************************
PROJECT COLOR
******************************/
/******************************
BASE COLOR
******************************/
/******************************
RESET
******************************/
.pageAbout {
  position: relative;
  display: block;
  width: 100%;
  padding-top: 30px;
}
.pageAbout_banner {
  margin-bottom: 30px;
}
.pageAbout_content {
  margin-bottom: 100px;
}
.pageAbout_banner, .pageAbout_content {
  position: relative;
  display: block;
  padding: 0px 20px;
}
@media only screen and (max-width:767px) {
  .pageAbout_banner, .pageAbout_content {
    padding: 0px 8px;
  }
}

.aboutBanner {
  position: relative;
  display: block;
  padding: 0px 20px;
}
@media only screen and (max-width:767px) {
  .aboutBanner {
    padding: 0px 8px;
  }
}
.aboutBanner img {
  position: relative;
  display: block;
  width: 100%;
}

.aboutEditor {
  position: relative;
  display: block;
  width: 66.6666666667%;
  padding: 0px 20px;
}
@media only screen and (max-width:767px) {
  .aboutEditor {
    width: 100%;
    padding: 0px 8px;
  }
}

.aboutList {
  position: relative;
  display: block;
}
.aboutList_remarks ul {
  padding-left: 20px;
}
.aboutList_remarks ul, .aboutList_remarks li {
  list-style: none;
}
@media only screen and (min-width: 768px) {
  .aboutList {
    margin-bottom: 100px;
  }
  .aboutList .aboutList_content {
    margin-bottom: 30px;
  }
  .aboutList .aboutList_remarks ul li {
    font-size: 21px;
    line-height: 1.5em;
    color: #ff8b00;
  }
}
@media only screen and (max-width:767px) {
  .aboutList {
    margin-bottom: 75px;
  }
  .aboutList .aboutList_content {
    margin-bottom: 30px;
  }
  .aboutList .aboutList_remarks ul li {
    font-size: 12px;
    line-height: 1.5em;
    color: #ff8b00;
  }
}
.aboutList_content {
  position: relative;
  display: block;
}

.aboutGrids {
  position: relative;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
}

.aboutGrid {
  position: relative;
  display: block;
  width: 25%;
  padding: 0px 20px;
}
@media only screen and (max-width:767px) {
  .aboutGrid {
    width: 100%;
    padding: 0px 8px;
    margin-bottom: 75px;
  }
  .aboutGrid:last-child {
    margin-bottom: 0px;
  }
}
.aboutGrid_title {
  font-size: 34px;
  line-height: 1.5em;
  position: relative;
  display: block;
  margin-bottom: 30px;
  color: #ffffff;
}
.inverse .aboutGrid_title {
  color: #999999;
}

.aboutMember {
  position: relative;
  display: block;
  margin-bottom: 60px;
}
@media only screen and (max-width:767px) {
  .aboutMember {
    margin-bottom: 30px;
  }
}
.aboutMember:last-child {
  margin-bottom: 0px;
}
.aboutMember_label {
  font-size: 21px;
  line-height: 1.5em;
  color: #ff8b00;
}
.aboutMember_name {
  border: none;
  margin: 0;
  padding: 0;
  width: auto;
  overflow: visible;
  background: transparent;
  color: inherit;
  font: inherit;
  outline: none;
  text-align: inherit;
  line-height: normal;
  border-radius: 0;
  cursor: pointer;
  -webkit-font-smoothing: inherit;
  -moz-osx-font-smoothing: inherit;
  -webkit-appearance: none;
  touch-action: manipulation;
  font-size: 34px;
  line-height: 1.5em;
  position: relative;
  display: block;
  color: #ff8b00;
  transition: color 0.25s;
  cursor: default;
}
.aboutMember_name::-moz-focus-inner {
  border: 0;
  padding: 0;
}
.aboutMember_name[data-pop="1"] {
  cursor: pointer;
}
.aboutMember_name[data-pop="1"]:hover {
  color: #4d4d4d;
}

.aboutHighlighted {
  position: relative;
  display: block;
  margin-bottom: 100px;
}
@media only screen and (max-width:767px) {
  .aboutHighlighted {
    margin-bottom: 75px;
  }
}

.highlightedProfile {
  position: relative;
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .highlightedProfile {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: 100px;
  }
  .highlightedProfile .highlightedProfile_img,
.highlightedProfile .highlightedProfile_content {
    width: 50%;
    padding: 0px 20px;
  }
  .highlightedProfile .highlightedProfile_leadin {
    margin-bottom: 50px;
  }
  .highlightedProfile .highlightedProfile_name {
    font-size: 48px;
    line-height: 1.5em;
  }
}
@media only screen and (max-width:767px) {
  .highlightedProfile {
    display: block;
    margin-bottom: 75px;
  }
  .highlightedProfile .highlightedProfile_img {
    margin-bottom: 30px;
  }
  .highlightedProfile .highlightedProfile_img,
.highlightedProfile .highlightedProfile_content {
    width: 100%;
    padding: 0px 8px;
  }
  .highlightedProfile .highlightedProfile_leadin {
    margin-bottom: 30px;
  }
  .highlightedProfile .highlightedProfile_name {
    font-size: 34px;
    line-height: 1.5em;
  }
}
.highlightedProfile:last-child {
  margin-bottom: 0;
}
.highlightedProfile_img, .highlightedProfile_content {
  position: relative;
  display: block;
}
.highlightedProfile_img img, .highlightedProfile_content img {
  position: relative;
  display: block;
  width: 100%;
}
.highlightedProfile_leadin {
  position: relative;
  display: block;
}
.highlightedProfile_label {
  font-size: 21px;
  line-height: 1.5em;
  color: #ff8b00;
}
.highlightedProfile_name {
  color: #ff8b00;
}

/*** contact-us ***/
.contactMap,
.contactDetail {
  position: relative;
  display: block;
  width: 100%;
  padding: 0px 20px;
}
@media only screen and (max-width:767px) {
  .contactMap,
.contactDetail {
    padding: 0px 8px;
  }
}

.contactMap {
  margin-bottom: 100px;
}
@media only screen and (max-width:767px) {
  .contactMap {
    margin-bottom: 75px;
  }
}
.contactMap_iframe {
  position: relative;
  display: block;
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .contactMap_iframe {
    height: 800px;
  }
}
@media only screen and (max-width:767px) {
  .contactMap_iframe {
    padding-top: 100%;
  }
}
.contactMap_iframe iframe {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border: 0;
  padding: 0;
}

@media only screen and (max-width:767px) {
  .contactDetail {
    margin-bottom: 75px;
  }
}
.contactDetail_title {
  font-size: 32px;
  line-height: 1.5em;
  position: relative;
  display: block;
  color: #ff8b00;
  margin-bottom: 30px;
}
.contactDetail_content {
  position: relative;
  display: block;
}
.contactDetail_content p {
  margin: 0px 0px 20px;
  color: #ff8b00;
}
.contactDetail_content p a {
  color: #ff8b00;
  text-decoration: none;
}

.profileDialog {
  position: relative;
  display: block;
}
.profileDialog_img {
  position: relative;
  display: block;
}
.profileDialog_img img {
  position: relative;
  display: block;
  width: 100%;
}
.profileDialog_content {
  position: relative;
  display: block;
}
.profileDialog_leadin {
  position: relative;
  display: block;
  margin-bottom: 50px;
}
@media only screen and (min-width: 768px) {
  .profileDialog {
    padding: 24px 12px;
  }
  .profileDialog .profileDialog_img {
    width: 33.333333%;
    padding: 0px 12px;
  }
  .profileDialog .profileDialog_content {
    width: 66.666667%;
    padding: 0px 12px;
  }
  .profileDialog .profileDialog_inner {
    position: relative;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
  }
  .profileDialog .profileDialog_leadin {
    margin-bottom: 50px;
  }
  .profileDialog .profileDialog_name {
    font-size: 48px;
    line-height: 1.5em;
  }
}
@media only screen and (max-width:767px) {
  .profileDialog {
    padding: 48px 12px;
  }
  .profileDialog .profileDialog_inner {
    position: relative;
    display: block;
  }
  .profileDialog .profileDialog_img,
.profileDialog .profileDialog_content {
    width: 100%;
    padding: 0px 8px;
  }
  .profileDialog .profileDialog_img {
    margin-bottom: 30px;
  }
  .profileDialog .profileDialog_leadin {
    margin-bottom: 30px;
  }
  .profileDialog .profileDialog_name {
    font-size: 34px;
    line-height: 1.5em;
  }
}
.profileDialog_label {
  font-size: 21px;
  line-height: 1.5em;
  color: #ff8b00;
}
.profileDialog_name {
  color: #ff8b00;
}
