@charset "UTF-8";
body.no-scroll {
  overflow: hidden;
}

.about-section {
  background: url("../images/About/bg_sp.webp") no-repeat top center/cover;
  color: #fff;
}
.about-section img {
  height: auto;
}
.about-section .about-inner {
  width: 90%;
  margin: 0 auto;
  max-width: 500px;
}
.about-section .about-inner .about-container .about-content {
  border-bottom: 1px solid #fff;
  padding: 60px 0;
}
.about-section .about-inner .about-container .about-content h2 {
  font-weight: 500;
  font-size: 40px;
  line-height: 50px;
  margin-bottom: 40px;
}
.about-section .about-inner .about-container .about-content .title2 {
  font-size: 30px;
  line-height: 40px;
}
.about-section .about-inner .about-container .about-content p {
  font-size: 16px;
  line-height: 35px;
  margin-bottom: 20px;
}
.about-section .about-inner .about-container .about-content p:last-of-type {
  margin-bottom: 0;
}
.about-section .about-inner .about-container .about-content:last-of-type {
  border-bottom: none;
}
.about-section .about-inner .about-container .content2 .title2 {
  margin-bottom: 30px;
}
.about-section .about-inner .about-container .content2 .content-box .content-item {
  width: 80%;
  margin: 0 auto;
}
.about-section .about-inner .about-container .content2 .content-box .content-item .item {
  margin-bottom: 40px;
}
.about-section .about-inner .about-container .content2 .content-box .content-item .item img {
  margin-bottom: 10px;
  max-width: 300px;
  height: auto;
}
.about-section .about-inner .about-container .content2 .content-box .content-item .item span {
  font-size: 14px;
  line-height: 20px;
}
.about-section .about-inner .about-container .content2 .content-box .content-item .item h4 {
  font-size: 20px;
  line-height: 20px;
  font-weight: 500;
  margin: 8px 0 2px 0;
}
.about-section .about-inner .about-container .content2 .content-box .content-item .popup {
  display: none;
  height: 100%;
  width: 10%;
  background: rgba(11, 34, 68, 0.68);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99;
}
.about-section .about-inner .about-container .content2 .content-box .content-item .popup .popup-content {
  padding-top: 95px;
  padding-bottom: 75px;
  height: 100vh;
  width: 90%;
  background: #03173C;
  z-index: 999;
  position: fixed;
  top: 0;
  right: 0;
  overflow-y: auto;
  box-sizing: border-box;
}
.about-section .about-inner .about-container .content2 .content-box .content-item .popup .popup-content .detail {
  width: 90%;
  margin: 0 auto;
}
.about-section .about-inner .about-container .content2 .content-box .content-item .popup .popup-content .detail .close {
  width: 45px;
  height: 45px;
  margin: 0 0 30px auto;
}
.about-section .about-inner .about-container .content2 .content-box .content-item .popup .popup-content .detail img {
  margin-bottom: 10px;
  max-width: 300px;
  height: auto;
}
.about-section .about-inner .about-container .content2 .content-box .content-item .popup .popup-content .detail .profile span {
  font-size: 14px;
  line-height: 20px;
}
.about-section .about-inner .about-container .content2 .content-box .content-item .popup .popup-content .detail .profile h4 {
  margin: 10px 0 6px 0;
  font-size: 30px;
  line-height: 30px;
  font-weight: 500;
}
.about-section .about-inner .about-container .content2 .content-box .content-item .popup .popup-content .text {
  width: 90%;
  font-size: 14px;
  line-height: 35px;
  margin: 30px auto 0 auto;
  padding-top: 30px;
  border-top: 1px solid #fff;
}
.about-section .about-inner .about-container .content2 .content-box .content-item .show {
  display: flex;
  justify-content: center;
  align-items: center;
}
.about-section .about-inner .about-container .content2 .content-box .content-item:last-of-type .item {
  margin-bottom: 0;
}
.about-section .about-inner .about-container .content3 .content-box {
  display: flex;
  flex-wrap: wrap;
  margin-top: 30px;
}
.about-section .about-inner .about-container .content3 .content-box .img {
  width: calc((100% - 21px) / 2);
  background: #fff;
  padding: 15px;
  box-sizing: border-box;
  margin-bottom: 10px;
  margin-right: 20px;
}
.about-section .about-inner .about-container .content3 .content-box .img:nth-child(2n) {
  margin-right: 0;
}
.about-section .about-inner .about-container .content3 .investors {
  padding-top: 60px;
}
.about-section .about-inner .about-container .content4 ul {
  margin-top: 30px;
}
.about-section .about-inner .about-container .content4 ul li {
  font-size: 16px;
  line-height: 35px;
  position: relative;
  padding-left: 15px;
}
.about-section .about-inner .about-container .content4 ul li::before {
  content: "・";
  font-size: 16px;
  position: absolute;
  top: 0;
  left: 0;
}
.about-section .about-inner .about-container .content5 .company {
  margin-top: 30px;
}
.about-section .about-inner .about-container .content5 .company dl {
  padding: 30px 0;
  border-bottom: 1px solid #fff;
}
.about-section .about-inner .about-container .content5 .company dl dt {
  font-size: 18px;
  line-height: 30px;
  font-weight: 600;
  margin-bottom: 10px;
}
.about-section .about-inner .about-container .content5 .company dl dd {
  font-size: 16px;
  line-height: 25px;
}
.about-section .about-inner .about-container .content5 .company dl:first-of-type {
  border-top: 1px solid #fff;
}
.about-section .about-inner .about-container .content5 .g-map {
  margin-top: 30px;
}
.about-section .about-inner .about-container .content5 .g-map iframe {
  width: 100%;
}

@media (min-width: 768px) {
  .about-section {
    background: url("../images/About/bg_pc.webp") no-repeat top center/cover;
  }
  .about-section .about-inner {
    display: flex;
    justify-content: space-between;
    max-width: 1200px;
    padding-top: 120px;
    box-sizing: border-box;
    align-items: flex-start;
  }
  .about-section .about-inner .about-menu {
    width: 25%;
    min-width: 240px;
    position: sticky;
    top: 150px;
  }
  .about-section .about-inner .about-menu h2 {
    font-size: 40px;
    font-weight: 600;
    line-height: 50px;
    margin-bottom: 8px;
  }
  .about-section .about-inner .about-menu ul li {
    padding-left: 20px;
    position: relative;
  }
  .about-section .about-inner .about-menu ul li a {
    font-size: 40px;
    color: #fff;
    text-decoration: none;
    font-size: 18px;
    line-height: 40px;
  }
  .about-section .about-inner .about-menu ul li a:hover {
    transition: all 0.3s;
    opacity: 0.75;
  }
  .about-section .about-inner .about-menu ul .active::before {
    content: "";
    position: absolute;
    top: 15px;
    left: 0;
    background: #D9D9D9;
    width: 10px;
    height: 10px;
    border-radius: 2px;
    transform: rotate(45deg);
  }
  .about-section .about-inner .about-container {
    width: 70%;
  }
  .about-section .about-inner .about-container .about-content {
    padding: 80px 0;
  }
  .about-section .about-inner .about-container .about-content p {
    font-size: 18px;
    line-height: 40px;
    font-weight: 500;
  }
  .about-section .about-inner .about-container .about-content .title2 {
    font-size: 35px;
    margin-bottom: 40px;
  }
  .about-section .about-inner .about-container .content1 {
    padding-top: 0;
  }
  .about-section .about-inner .about-container .content2 .content-box {
    display: flex;
    flex-wrap: wrap;
  }
  .about-section .about-inner .about-container .content2 .content-box .content-item {
    width: calc((100% - 64px) / 3);
    margin: 0 32px 0 0;
  }
  .about-section .about-inner .about-container .content2 .content-box .content-item .item img {
    margin-bottom: 20px;
  }
  .about-section .about-inner .about-container .content2 .content-box .content-item .popup {
    width: 100vw;
    z-index: 99999;
  }
  .about-section .about-inner .about-container .content2 .content-box .content-item .popup .popup-content {
    width: 60%;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    max-width: 1000px;
  }
  .about-section .about-inner .about-container .content2 .content-box .content-item .popup .popup-content .detail {
    display: flex;
  }
  .about-section .about-inner .about-container .content2 .content-box .content-item .popup .popup-content .detail img {
    order: 1;
    margin-bottom: 0;
    margin-right: 40px;
  }
  .about-section .about-inner .about-container .content2 .content-box .content-item .popup .popup-content .detail .profile {
    order: 2;
  }
  .about-section .about-inner .about-container .content2 .content-box .content-item .popup .popup-content .detail .profile span {
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 16px;
    display: inline-block;
  }
  .about-section .about-inner .about-container .content2 .content-box .content-item .popup .popup-content .detail .profile .en {
    font-size: 18px;
    margin-top: 5px;
    display: inline-block;
  }
  .about-section .about-inner .about-container .content2 .content-box .content-item .popup .popup-content .detail .close {
    order: 3;
  }
  .about-section .about-inner .about-container .content2 .content-box .content-item .popup .popup-content .text {
    margin-top: 40px;
    padding-top: 40px;
    font-size: 18px;
  }
  .about-section .about-inner .about-container .content2 .content-box .content-item:nth-child(3n) {
    margin-right: 0;
  }
  .about-section .about-inner .about-container .content3 .content-box .img {
    margin-right: 20px;
    width: calc((100% - 80px) / 5);
    padding: 35px 20px;
  }
  .about-section .about-inner .about-container .content3 .content-box .img:nth-child(2n) {
    margin-right: 20px;
  }
  .about-section .about-inner .about-container .content3 .content-box .img:nth-child(5) {
    margin-right: 0;
  }
  .about-section .about-inner .about-container .content3 .investors {
    padding-top: 80px;
  }
  .about-section .about-inner .about-container .content4 ul li {
    font-size: 18px;
  }
  .about-section .about-inner .about-container .content5 {
    padding-bottom: 120px;
  }
  .about-section .about-inner .about-container .content5 .company dl {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .about-section .about-inner .about-container .content5 .company dl dt {
    margin-bottom: 0;
    width: 20%;
  }
  .about-section .about-inner .about-container .content5 .company dl dd {
    width: 75%;
  }
  .about-section .about-inner .about-container .content5 .g-map {
    margin-top: 40px;
  }
}
.footer-section {
  background: url("../images/About/bg_sp.webp") no-repeat bottom center/cover;
}

@media (min-width: 768px) {
  .footer-section {
    background: url("../images/About/bg_pc.webp") no-repeat bottom center/cover;
    margin-top: -1px;
  }
}/*# sourceMappingURL=about.css.map */

.img {
	display: flex !important;
}