/* -------------------------------------
lowerLayerSection
----------------------------------------*/
/* -------------------------------------
lowerLayerNav
----------------------------------------*/
.lowerLayerNav {
  margin: 40px auto 30px;
  width: 90%;
}
.lowerLayerNav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.lowerLayerNav ul li {
  border-right: 1px solid #59a9d7;
  width: 50%;
}
.lowerLayerNav ul li:nth-of-type(odd) {
  border-left: 1px solid #59a9d7;
}
.lowerLayerNav ul li:nth-of-type(-n+2) {
  margin-bottom: 15px;
}
.lowerLayerNav ul li a {
  position: relative;
  display: block;
  font-size: 14px;
  line-height: 2;
  letter-spacing: 0.03em;
  text-align: center;
  font-weight: 500;
  padding-bottom: 22px;
}
.lowerLayerNav ul li a:after {
  content: "";
  position: absolute;
  right: 0;
  left: 0;
  bottom: 0;
  margin: auto;
  width: 11px;
  height: 20px;
  background-image: url(/img/ace/common/icon_arrow06.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: bottom center;
}
@media (min-width: 768px) {
  .lowerLayerNav {
    margin: 80px auto 60px;
    max-width: 800px;
  }
  .lowerLayerNav ul li {
    width: 25%;
  }
  .lowerLayerNav ul li:nth-of-type(-n+2) {
    margin-bottom: 0;
  }
  .lowerLayerNav ul li:nth-of-type(3) {
    border-left: none;
  }
}

/* -------------------------------------
lowerLayerTextArea
----------------------------------------*/
.lowerLayerTextArea {
  margin-bottom: 30px;
}
.lowerLayerTextArea.type02 {
  margin-bottom: 40px;
}
@media (min-width: 768px) {
  .lowerLayerTextArea.type02 {
    margin-bottom: 80px;
  }
}

.textRight {
  text-align: right;
}

.textLink {
  font-weight: 500;
  text-decoration: underline;
}

/* -------------------------------------
aboutUs
----------------------------------------*/
#aboutUs .aboutWrap {
  padding: 40px 0;
  background: #f4f6fb;
}
#aboutUs .aboutInner {
  max-width: 945px;
  width: 95%;
  margin: auto;
}
@media (min-width: 768px) {
  #aboutUs .aboutWrap {
    padding: 80px 0;
  }
}

/* -------------------------------------
CenterOverview
----------------------------------------*/
#CenterOverview .lowerLayerTextArea p + .img {
  margin-top: 38px;
}
#CenterOverview .btnArea {
  margin-top: 20px;
}
#CenterOverview .btnArea .borderBtn:last-of-type {
  margin-top: 20px;
}
#CenterOverview .list--square li::before {
  top: 11px;
  width: 10px;
  height: 10px;
  border-radius: 0;
}
#CenterOverview .img--arrow {
  text-align: center;
  margin: 15px auto 10px;
}
#CenterOverview .img--arrow img {
  margin: auto;
}
#CenterOverview .text--green {
  color: #76a195;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 0.01em;
  line-height: 1.4;
  text-align: center;
}
@media (min-width: 768px) {
  #CenterOverview .btnArea {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 20px;
  }
  #CenterOverview .btnArea .borderBtn {
    width: 403px;
  }
  #CenterOverview .btnArea .borderBtn:last-of-type {
    margin: 0 0 0 50px;
  }
  #CenterOverview .text--green {
    font-size: 28px;
    line-height: 1.14;
  }
}

/* -------------------------------------
CenterDirectorMessage
----------------------------------------*/
#CenterDirectorMessage .flexBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 40px;
}
#CenterDirectorMessage .textRight {
  margin-top: 20px;
  text-align: right;
}
#CenterDirectorMessage .textRight span {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.6;
  margin-bottom: 6px;
}
#CenterDirectorMessage .textRight .name {
  font-family: "Noto Serif JP", serif;
  font-size: 18px;
  font-weight: bold;
}
#CenterDirectorMessage .img {
  width: 60%;
  margin: auto;
  -webkit-box-shadow: 10px 10px 6px rgba(246, 176, 176, 0.8);
          box-shadow: 10px 10px 6px rgba(246, 176, 176, 0.8);
}
@media (min-width: 768px) {
  #CenterDirectorMessage .flexBox {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    margin-bottom: 80px;
  }
  #CenterDirectorMessage .col {
    max-width: 286px;
    width: 53%;
  }
  #CenterDirectorMessage .col:first-of-type {
    max-width: 764px;
    width: 71%;
    margin-right: 3%;
  }
  #CenterDirectorMessage .textRight span {
    font-size: 18px;
  }
  #CenterDirectorMessage .textRight .name {
    font-size: 26px;
  }
  #CenterDirectorMessage .img {
    width: 100%;
  }
}

/* -------------------------------------
Staff
----------------------------------------*/
#Staff .img {
  margin-bottom: 40px;
}
#Staff .img img {
  margin: auto;
}
#Staff .staffList {
  margin-bottom: 20px;
}
#Staff .staffList li {
  padding-left: 15px;
}
#Staff .staffList li::before {
  top: 7px;
  width: 10px;
  height: 10px;
}
#Staff .staffList li:not(:last-of-type) {
  margin-bottom: 12px;
}
#Staff .staffList li span {
  display: inline-block;
  font-size: 14px;
  letter-spacing: 0.04em;
  line-height: 1.6;
}
#Staff .staffList li span:nth-of-type(n+3) {
  margin-left: 4.5%;
}
#Staff .staffList li .staffDepartment {
  font-weight: bold;
  width: 100%;
  margin-bottom: 10px;
}
#Staff .staffList li .staffNameEn {
  font-family: "Oswald", sans-serif;
  padding-right: 30px;
  background-image: url(/img/common/blank.svg);
  background-size: 15px 15px;
  background-repeat: no-repeat;
  background-position: center right;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media (min-width: 768px) {
  #Staff .img {
    margin-bottom: 40px;
  }
  #Staff .img img {
    margin: 0;
  }
  #Staff .staffList li::before {
    top: 11px;
    width: 10px;
    height: 10px;
  }
  #Staff .staffList li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
  }
  #Staff .staffList li:not(:last-of-type) {
    margin-bottom: 12px;
  }
  #Staff .staffList li span {
    display: inline-block;
    width: 100%;
    font-size: 18px;
  }
  #Staff .staffList li span:not(.staffDepartment) {
    margin-left: 4.5%;
  }
  #Staff .staffList li .staffDepartment {
    max-width: 245px;
  }
  #Staff .staffList li .staffPosition {
    max-width: 94px;
  }
  #Staff .staffList li .staffNameJp {
    max-width: 100px;
  }
  #Staff .staffList li .staffNameEn {
    max-width: 198px;
  }
}

/* -------------------------------------
Activities
----------------------------------------*/
#Activities .documentLink {
  position: relative;
  display: inline-block;
  line-height: 1.6;
  padding-left: 24px;
  letter-spacing: 0.04em;
}
#Activities .documentLink::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 16px;
  height: 10px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url(/img/ace/common/icon_arrow05.png);
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#Activities .documentLink a {
  position: relative;
  display: inline-block;
  padding: 2px 0 2px 28px;
}
#Activities .documentLink a:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 24px;
  height: 28px;
  background-image: url(/img/ace/common/icon_pdf.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media (min-width: 768px) {
  #Activities .documentLink {
    width: 100%;
    line-height: 1.8;
  }
}/*# sourceMappingURL=ace_about.css.map */