#about-page {
  background-size: 100% auto;
  overflow: hidden;
}
#about-page .main {
  width: 100%;
  position: relative;
  background: #F1FBFF;
}
#about-page .main::after {
  display: block;
  content: "";
  top: 0;
  right: 0;
  position: absolute;
  background: url(../img/about/main_pc.png) center right no-repeat;
  background-size: cover;
  width: 59.7%;
  height: 100%;
  z-index: 2;
  pointer-events: none;
}
@media screen and (max-width: 600px) {
  #about-page .main::after {
    background: url(../img/about/main_sp.png) center right no-repeat;
    background-size: cover;
    width: 50.1%;
  }
}
#about-page .main__inner {
  width: min(90%, 1000px);
  margin: 0 auto;
  padding: 200px 0 15px;
  position: relative;
  z-index: 3;
}
@media screen and (max-width: 600px) {
  #about-page .main__inner {
    padding: 167px 0 15px;
  }
}
#about-page .main__inner .mainBox .ttlBox {
  margin-bottom: 90px;
}
@media screen and (max-width: 600px) {
  #about-page .main__inner .mainBox .ttlBox {
    margin-bottom: 80px;
  }
}
#about-page .main__inner .mainBox .ttlBox p {
  line-height: 1em;
  margin-bottom: 10px;
}
@media screen and (max-width: 600px) {
  #about-page .main__inner .mainBox .ttlBox p {
    margin-bottom: 8px;
  }
}
#about-page .main__inner .mainBox .ttlBox p span.en {
  font-size: 60px;
  line-height: 1em;
  font-weight: 700;
  letter-spacing: 0.03em;
  color: #1496C4;
}
@media screen and (max-width: 600px) {
  #about-page .main__inner .mainBox .ttlBox p span.en {
    font-size: 35px;
  }
}
#about-page .main__inner .mainBox .ttlBox h2 {
  font-size: 16px;
  line-height: 1em;
  font-weight: 500;
}
@media screen and (max-width: 600px) {
  #about-page .main__inner .mainBox .ttlBox h2 {
    font-size: 14px;
  }
}
#about-page .message {
  width: 100%;
  position: relative;
}
#about-page .message img.bg {
  position: absolute;
  top: 106px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  z-index: -1;
  pointer-events: none;
}
@media screen and (max-width: 600px) {
  #about-page .message img.bg {
    bottom: -250px;
    top: inherit;
  }
}
#about-page .message__inner {
  width: min(90%, 1000px);
  margin: 0 auto;
  padding: 80px 0;
}
@media screen and (max-width: 600px) {
  #about-page .message__inner {
    padding: 50px 0;
  }
}
#about-page .message__inner .messageBox .ttlBox {
  margin-bottom: 50px;
}
@media screen and (max-width: 600px) {
  #about-page .message__inner .messageBox .ttlBox {
    margin-bottom: 30px;
  }
}
#about-page .message__inner .messageBox .messageFlex {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 50px;
}
@media screen and (max-width: 600px) {
  #about-page .message__inner .messageBox .messageFlex {
    margin-bottom: 30px;
  }
}
#about-page .message__inner .messageBox .messageFlex .photoBox {
  width: 37.1%;
  position: relative;
}
@media screen and (max-width: 600px) {
  #about-page .message__inner .messageBox .messageFlex .photoBox {
    width: 70%;
    margin: 0 auto 20px;
  }
}
#about-page .message__inner .messageBox .messageFlex .photoBox .name {
  position: absolute;
  bottom: 20px;
  right: 20px;
  font-size: 20px;
  line-height: 1em;
  font-weight: 700;
  color: #fff;
  background-color: #1496C4;
  padding: 12px;
}
@media screen and (max-width: 600px) {
  #about-page .message__inner .messageBox .messageFlex .photoBox .name {
    font-size: 14px;
    padding: 8px;
  }
}
#about-page .message__inner .messageBox .messageFlex .detailBox {
  width: 58.2%;
}
@media screen and (max-width: 600px) {
  #about-page .message__inner .messageBox .messageFlex .detailBox {
    width: 100%;
  }
}
#about-page .message__inner .messageBox .messageFlex .detailBox p {
  margin-bottom: 15px;
  line-height: 2.5em;
}
#about-page .message__inner .messageBox .messageFlex .detailBox p:last-child {
  margin: 0;
}
#about-page .message__inner .messageBox .messageFlex .detailBox .txtBox {
  margin-top: 20px;
  text-align: right;
}
@media screen and (max-width: 600px) {
  #about-page .message__inner .messageBox .messageFlex .detailBox .txtBox {
    margin-top: 10px;
  }
}
#about-page .message__inner .messageBox .messageFlex .detailBox .txtBox img {
  max-width: 160px;
}
#about-page .message__inner .messageBox .messageFlex .detailBox .btnBox {
  margin-top: 50px;
}
@media screen and (max-width: 600px) {
  #about-page .message__inner .messageBox .messageFlex .detailBox .btnBox {
    margin: 30px auto 0;
  }
}
#about-page .about {
  width: 100%;
}
#about-page .about__inner {
  width: min(90%, 1000px);
  margin: 0 auto;
  padding: 0 0 80px;
}
@media screen and (max-width: 600px) {
  #about-page .about__inner {
    padding: 0 0 50px;
  }
}
#about-page .about__inner .aboutBox .ttlBox {
  margin-bottom: 50px;
}
@media screen and (max-width: 600px) {
  #about-page .about__inner .aboutBox .ttlBox {
    margin-bottom: 30px;
  }
}
#about-page .about__inner .aboutBox .aboutFlex {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
#about-page .about__inner .aboutBox .aboutFlex .detailBox {
  width: 57.9%;
}
@media screen and (max-width: 600px) {
  #about-page .about__inner .aboutBox .aboutFlex .detailBox {
    width: 100%;
  }
}
#about-page .about__inner .aboutBox .aboutFlex .detailBox p {
  margin-bottom: 15px;
}
#about-page .about__inner .aboutBox .aboutFlex .detailBox p:last-child {
  margin: 0;
}
#about-page .about__inner .aboutBox .aboutFlex .photoBox {
  width: 36.5%;
}
@media screen and (max-width: 600px) {
  #about-page .about__inner .aboutBox .aboutFlex .photoBox {
    width: 100%;
    margin-bottom: 20px;
    order: -1;
  }
}
#about-page .features {
  width: 100%;
  background: url(../img/about/bg_features.png) center no-repeat;
  background-size: cover;
  position: relative;
}
#about-page .features::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(20, 150, 196, 0.92);
}
#about-page .features img.bg {
  position: absolute;
  top: -33px;
  right: 0;
  z-index: 1;
  pointer-events: none;
  width: 35.8%;
}
@media screen and (max-width: 600px) {
  #about-page .features img.bg {
    top: -20px;
    width: 74.6%;
  }
}
#about-page .features__inner {
  width: min(90%, 1000px);
  margin: 0 auto;
  padding: 80px 0 100px;
}
@media screen and (max-width: 600px) {
  #about-page .features__inner {
    padding: 50px 0 70px;
  }
}
#about-page .features__inner .featuresBox {
  position: relative;
  z-index: 2;
}
#about-page .features__inner .featuresBox p {
  color: #fcfeff;
  line-height: 2.2em;
}
@media screen and (max-width: 600px) {
  #about-page .features__inner .featuresBox p {
    line-height: 1.75em;
  }
}
#about-page .features__inner .featuresBox .ttlBox {
  margin-bottom: 50px;
}
@media screen and (max-width: 600px) {
  #about-page .features__inner .featuresBox .ttlBox {
    margin-bottom: 30px;
  }
}
#about-page .features__inner .featuresBox .ttlBox p {
  line-height: 1em;
}
#about-page .features__inner .featuresBox .ttlBox p span.en {
  color: #fcfeff;
}
#about-page .features__inner .featuresBox .ttlBox h4 {
  color: #fcfeff;
}
@media screen and (max-width: 600px) {
  #about-page .features__inner .featuresBox .ttlBox h4 {
    line-height: 1.2em;
  }
}
#about-page .features__inner .featuresBox .featuresFlex {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 25px;
}
@media screen and (max-width: 600px) {
  #about-page .features__inner .featuresBox .featuresFlex {
    margin-bottom: 15px;
  }
}
#about-page .features__inner .featuresBox .featuresFlex .photoBox {
  width: 41.3%;
}
@media screen and (max-width: 600px) {
  #about-page .features__inner .featuresBox .featuresFlex .photoBox {
    width: 100%;
    margin-bottom: 20px;
  }
}
#about-page .features__inner .featuresBox .featuresFlex .detailBox {
  width: 55.6%;
}
@media screen and (max-width: 600px) {
  #about-page .features__inner .featuresBox .featuresFlex .detailBox {
    width: 100%;
  }
}
#about-page .features .txtBox {
  display: flex;
  width: 100%;
  overflow: hidden;
  position: absolute;
  bottom: -60px;
  left: 0;
  z-index: 7;
  pointer-events: none;
}
@media screen and (max-width: 600px) {
  #about-page .features .txtBox {
    bottom: -30px;
  }
}
#about-page .features .txtBox p {
  flex: 0 0 auto;
  white-space: nowrap;
}
#about-page .features .txtBox p span.en {
  font-size: 120px;
  line-height: 1em;
  font-weight: 700;
  color: #F1FBFF;
  letter-spacing: 0.03em;
}
@media screen and (max-width: 600px) {
  #about-page .features .txtBox p span.en {
    font-size: 60px;
  }
}
#about-page .features .txtBox p:nth-child(odd) {
  animation: loop 50s -25s linear infinite;
}
#about-page .features .txtBox p:nth-child(even) {
  animation: loop2 50s linear infinite;
}
@keyframes loop {
  0% {
    transform: translateX(100%);
  }
  to {
    transform: translateX(-100%);
  }
}
@keyframes loop2 {
  0% {
    transform: translateX(0);
  }
  to {
    transform: translateX(-200%);
  }
}
#about-page .join {
  width: 100%;
  position: relative;
}
#about-page .join img.bg {
  position: absolute;
  bottom: -43px;
  left: 0;
  z-index: -1;
  pointer-events: none;
  width: 45.6%;
}
@media screen and (max-width: 600px) {
  #about-page .join img.bg {
    top: 50%;
    bottom: inherit;
    left: 0%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    width: 86.1%;
  }
}
#about-page .join__inner {
  width: min(90%, 1000px);
  margin: 0 auto;
  padding: 100px 0 80px;
}
@media screen and (max-width: 600px) {
  #about-page .join__inner {
    padding: 70px 0 50px;
  }
}
#about-page .join__inner .joinFlex {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 834px) {
  #about-page .join__inner .joinFlex {
    align-items: flex-start;
  }
}
#about-page .join__inner .joinFlex .photoBox {
  width: 46.1%;
}
@media screen and (max-width: 834px) {
  #about-page .join__inner .joinFlex .photoBox {
    width: 40.1%;
  }
}
@media screen and (max-width: 600px) {
  #about-page .join__inner .joinFlex .photoBox {
    width: 100%;
    margin-bottom: 15px;
  }
}
#about-page .join__inner .joinFlex .detailBox {
  width: 48.3%;
}
@media screen and (max-width: 834px) {
  #about-page .join__inner .joinFlex .detailBox {
    width: 54.3%;
  }
}
@media screen and (max-width: 600px) {
  #about-page .join__inner .joinFlex .detailBox {
    width: 100%;
  }
}
#about-page .join__inner .joinFlex .detailBox ul {
  margin: 20px 0;
}
@media screen and (max-width: 600px) {
  #about-page .join__inner .joinFlex .detailBox ul {
    margin: 15px 0;
  }
}
#about-page .join__inner .joinFlex .detailBox ul li {
  font-size: 14px;
  line-height: 1em;
  font-weight: 700;
  padding-left: 18px;
  background: url(../img/common/ico_circle.svg) center left no-repeat;
  background-size: 8px auto;
  margin-bottom: 10px;
}
@media screen and (max-width: 600px) {
  #about-page .join__inner .joinFlex .detailBox ul li {
    font-size: 12px;
  }
}
#about-page .join__inner .joinFlex .detailBox ul li:last-child {
  margin: 0;
}
#about-page .join__inner .joinFlex .detailBox .btnBox {
  margin: 50px 0 0;
}
@media screen and (max-width: 600px) {
  #about-page .join__inner .joinFlex .detailBox .btnBox {
    margin: 30px auto 0;
  }
}
#about-page .overview {
  width: 100%;
}
#about-page .overview__inner {
  width: min(90%, 1000px);
  margin: 0 auto;
  padding: 0 0 80px;
}
@media screen and (max-width: 600px) {
  #about-page .overview__inner {
    padding: 0 0 50px;
  }
}
#about-page .overview__inner .ttlBox {
  margin-bottom: 50px;
}
@media screen and (max-width: 600px) {
  #about-page .overview__inner .ttlBox {
    margin-bottom: 30px;
  }
}
#about-page .overview__inner .tableBox {
  padding: 0;
}
#about-page .overview__inner .tableBox table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
  border-right: none;
}
#about-page .overview__inner .tableBox table tbody tr:first-child th {
  border-top: 1px solid #aaaaaa;
}
#about-page .overview__inner .tableBox table tbody tr:first-child td {
  border-top: 1px solid #aaaaaa;
}
@media screen and (max-width: 600px) {
  #about-page .overview__inner .tableBox table tbody tr:first-child td {
    border-top: none;
  }
}
#about-page .overview__inner .tableBox table tbody tr th {
  border-bottom: 1px solid #aaaaaa;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.75em;
  padding: 25px 0px 25px 50px;
  width: 20%;
  color: #1496C4;
  box-sizing: border-box;
}
@media screen and (max-width: 600px) {
  #about-page .overview__inner .tableBox table tbody tr th {
    display: block;
    width: 100%;
    padding: 15px 5px 5px;
    border-bottom: none;
    font-size: 14px;
  }
}
#about-page .overview__inner .tableBox table tbody tr td {
  border-bottom: 1px solid #aaaaaa;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.75em;
  padding: 25px 10px 25px 0;
  width: 80%;
  color: #243538;
  box-sizing: border-box;
}
@media screen and (max-width: 600px) {
  #about-page .overview__inner .tableBox table tbody tr td {
    display: block;
    width: 100%;
    padding: 0 5px 15px 5px;
    font-size: 14px;
    border-bottom: 1px solid #aaaaaa;
  }
}
#about-page .overview__inner .tableBox table tbody tr td a {
  color: #1496C4;
  text-decoration: underline;
  display: block;
  width: 100%;
}
#about-page .project {
  width: 100%;
  position: relative;
}
#about-page .project img.bg {
  position: absolute;
  top: 88px;
  right: 0;
  z-index: -1;
  pointer-events: none;
  width: 37.7%;
}
@media screen and (max-width: 600px) {
  #about-page .project img.bg {
    bottom: 5px;
    top: inherit;
    width: 74.9%;
  }
}
#about-page .project__inner {
  width: min(90%, 1000px);
  margin: 0 auto;
  padding: 0 0 80px;
}
@media screen and (max-width: 600px) {
  #about-page .project__inner {
    padding: 0 0 50px;
  }
}
#about-page .project__inner .projectBox .ttlBox {
  margin-bottom: 50px;
}
@media screen and (max-width: 600px) {
  #about-page .project__inner .projectBox .ttlBox {
    margin-bottom: 30px;
  }
}
#about-page .project__inner .projectBox .reportBox {
  display: flex;
  margin-bottom: 50px;
  justify-content: flex-start;
  flex-wrap: wrap;
  row-gap: 30px;
  -moz-column-gap: 1.6%;
       column-gap: 1.6%;
}
@media screen and (max-width: 834px) {
  #about-page .project__inner .projectBox .reportBox {
    row-gap: 20px;
    -moz-column-gap: 2.8%;
         column-gap: 2.8%;
  }
}
@media screen and (max-width: 600px) {
  #about-page .project__inner .projectBox .reportBox {
    margin-bottom: 30px;
  }
}
#about-page .project__inner .projectBox .reportBox .reportSet {
  width: 23.8%;
  background: #fcfeff;
  box-shadow: 0 0 20px rgba(36, 53, 56, 0.2);
  border-radius: 8px;
}
@media screen and (max-width: 834px) {
  #about-page .project__inner .projectBox .reportBox .reportSet {
    width: 48.6%;
  }
}
#about-page .project__inner .projectBox .reportBox .reportSet a {
  display: block;
}
#about-page .project__inner .projectBox .reportBox .reportSet a figure {
  margin: 0;
}
#about-page .project__inner .projectBox .reportBox .reportSet a figure img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 8px 8px 0 0;
  position: relative;
  aspect-ratio: 238/141;
}
@media screen and (max-width: 600px) {
  #about-page .project__inner .projectBox .reportBox .reportSet a figure img {
    aspect-ratio: 164/105;
  }
}
#about-page .project__inner .projectBox .reportBox .reportSet a .detailBox {
  padding: 10px 15px 20px;
  box-sizing: border-box;
}
@media screen and (max-width: 600px) {
  #about-page .project__inner .projectBox .reportBox .reportSet a .detailBox {
    padding: 10px 10px 15px;
  }
}
#about-page .project__inner .projectBox .reportBox .reportSet a .detailBox p {
  text-align: left;
  line-height: 1em;
}
#about-page .project__inner .projectBox .reportBox .reportSet a .detailBox p span.en {
  font-size: 15px;
  line-height: 1em;
  letter-spacing: 0.03em;
  color: #aaa;
  padding-right: 10px;
}
@media screen and (max-width: 600px) {
  #about-page .project__inner .projectBox .reportBox .reportSet a .detailBox p span.en {
    font-size: 12px;
    padding-right: 7px;
  }
}
#about-page .project__inner .projectBox .reportBox .reportSet a .detailBox p span.cate {
  font-weight: 700;
  border-radius: 50px;
  background: #eeeeee;
  padding: 5px 20px;
  box-sizing: border-box;
  color: #1496C4;
  font-size: 12px;
  line-height: 1em;
  letter-spacing: 0.03em;
}
@media screen and (max-width: 600px) {
  #about-page .project__inner .projectBox .reportBox .reportSet a .detailBox p span.cate {
    padding: 3px 15px;
    font-size: 11px;
  }
}
#about-page .project__inner .projectBox .reportBox .reportSet a .detailBox p.ttl {
  margin-top: 5px;
  font-size: 16px;
  line-height: 1.5em;
  font-weight: 700;
}
@media screen and (max-width: 600px) {
  #about-page .project__inner .projectBox .reportBox .reportSet a .detailBox p.ttl {
    font-size: 14px;
  }
}
#about-page .project__inner .projectBox .btnBox {
  margin: 0 auto;
}/*# sourceMappingURL=about.css.map */