/* arguments inittial */
/* font style */
/* site style */
/* [ writing-mode ]
-------------------------------------------------*/
/* [ easy breakpoint ]
-------------------------------------------------*/
.aboutus {
  position: relative;
  color: #333333;
}

.aboutus .anchor {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: center;
  margin: 100px 0 80px;
}

@media (max-width: 767px) {
  .aboutus .anchor {
    margin: 57px -6px 60px;
  }
}

.aboutus .anchor__item {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.125em;
  letter-spacing: 0em;
  font-weight: 700;
  color: #00469D;
  max-width: 240px;
  width: 100%;
  display: block;
  padding: 20px 0 18px;
  border-bottom: 1px solid #3769a7;
  text-align: center;
  margin: 0 23px;
  position: relative;
}

@media (max-width: 767px) {
  .aboutus .anchor__item {
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 1.2em;
    margin: 0 11px;
    text-align: left;
    padding: 16px 0 16px 30px;
  }
}

.aboutus .anchor__item::after {
  content: "";
  position: absolute;
  width: 18px;
  height: 18px;
  background: url("//20348057.fs1.hubspotusercontent-na1.net/hubfs/20348057/raw_assets/public/alive-theme/assets/img/common/icon/ico_anchor.svg") center/100% no-repeat;
  right: 10px;
  top: 52%;
  transform: translateY(-50%);
}

@media (max-width: 767px) {
  .aboutus .anchor__item::after {
    right: 5px;
  }
}

.aboutus .information {
  margin-bottom: 118px;
}

@media (max-width: 767px) {
  .aboutus .information {
    margin-bottom: 70px;
  }
}

.aboutus .information .img {
  position: relative;
  max-height: 414px;
  margin-bottom: 42px;
}

.aboutus .information .img:before {
  display: block;
  content: " ";
  width: 100%;
  padding-top: 30.30747%;
}

.aboutus .information .img > .content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

@media (max-width: 767px) {
  .aboutus .information .img {
    position: relative;
    margin-bottom: 6px;
  }
  .aboutus .information .img:before {
    display: block;
    content: " ";
    width: 100%;
    padding-top: 40%;
  }
  .aboutus .information .img > .content {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  }
}

.aboutus .information .img::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 154px;
  background: url("//20348057.fs1.hubspotusercontent-na1.net/hubfs/20348057/raw_assets/public/alive-theme/assets/img/company/wave_white.png") center/100% 100% no-repeat;
  left: 0;
  bottom: -40px;
}

@media (max-width: 767px) {
  .aboutus .information .img::after {
    height: 42px;
    bottom: 0;
  }
}

.aboutus .information .wcm {
  max-width: 936px;
}

.aboutus .information .board {
  margin: 96px 0 0;
  border-top: 1px solid #b6cae2;
  counter-reset: child-counter;
}

@media (max-width: 767px) {
  .aboutus .information .board {
    margin: 18px 0 0;
    border-top: none;
  }
}

.aboutus .information .board__row {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 2em;
  letter-spacing: 0.04em;
  font-weight: 400;
  padding: 40px 0 41px;
  border-bottom: 1px solid #b6cae2;
}

@media (max-width: 767px) {
  .aboutus .information .board__row {
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 1.6em;
    padding: 24px 0 22px;
  }
}

.aboutus .information .board__ttl {
  font-weight: 700;
  color: #00469D;
  width: 210px;
}

@media (max-width: 767px) {
  .aboutus .information .board__ttl {
    width: 78px;
  }
}

.aboutus .information .board__txt {
  width: calc(100% - 210px);
  padding-left: 20px;
}

@media (max-width: 767px) {
  .aboutus .information .board__txt {
    width: calc(100% - 78px);
    padding-left: 18px;
  }
}

.aboutus .information .board__txt i {
  font-style: normal;
}

@media (max-width: 767px) {
  .aboutus .information .board__txt i {
    margin-bottom: 10px;
    display: inline-block;
  }
  .aboutus .information .board__txt i:last-child {
    margin-bottom: 0;
  }
}

.aboutus .information .board__txt span {
  display: block;
  padding: 8px 0 18px 26px;
  line-height: 1.875;
  position: relative;
}

.aboutus .information .board__txt span:last-child {
  padding-bottom: 6px;
}

@media (max-width: 767px) {
  .aboutus .information .board__txt span {
    padding: 0px 0 14px 16px;
    line-height: 1.6;
  }
}

.aboutus .information .board__txt span::before {
  counter-increment: child-counter;
  content: counter(child-counter) ".";
  position: absolute;
  color: #00469D;
  font-weight: 700;
  font-family: "Barlow", sans-serif;
  left: 2px;
  top: 10px;
}

@media (max-width: 767px) {
  .aboutus .information .board__txt span::before {
    left: -3px;
    top: 0;
  }
}

.aboutus .information .perform {
  margin: 127px 0 0;
}

@media (max-width: 767px) {
  .aboutus .information .perform {
    margin: 46px 0 0;
  }
}

.aboutus .information .perform__en {
  font-size: 36px;
  font-size: 3.6rem;
  line-height: 1em;
  letter-spacing: 0.025em;
  font-weight: 700;
  font-family: "Barlow", sans-serif;
  text-align: center;
  color: #00469D;
  margin-bottom: 20px;
}

@media (max-width: 767px) {
  .aboutus .information .perform__en {
    font-size: 30px;
    font-size: 3rem;
    line-height: 1.13333em;
    margin-bottom: 18px;
  }
}

.aboutus .information .perform__ja {
  text-align: center;
  color: #00469D;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1em;
  letter-spacing: 0.04em;
  font-weight: 700;
}

.aboutus .information .perform__chart {
  margin-top: 44px;
}

@media (max-width: 767px) {
  .aboutus .information .perform__chart {
    margin: 14px -25px 0;
    padding: 0 0 18px 0;
    position: relative;
  }
  .aboutus .information .perform__chart::after {
    content: "";
    position: absolute;
    width: 175px;
    height: 135px;
    background: url("//20348057.fs1.hubspotusercontent-na1.net/hubfs/20348057/raw_assets/public/alive-theme/assets/img/aboutus/img_touch.png") center/100% no-repeat;
    left: 50%;
    top: 48%;
    transform: translate(-50%, -50%);
    pointer-events: none;
    opacity: 1;
    transition: 0.3s all ease;
  }
  .aboutus .information .perform__chart.on-touch::after {
    opacity: 0;
  }
}

.aboutus .information .perform__chart .os-scrollbar {
  left: 82px;
  right: 82px;
  overflow: hidden;
}

.aboutus .information .perform__chart .os-scrollbar-track {
  background: #f2f2f7;
}

.aboutus .information .perform__chart .os-scrollbar-handle {
  background: #00469D !important;
}

.aboutus .information .perform__chart .canvasjs-chart-credit, .aboutus .information .perform__chart .canvasjs-chart-tooltip {
  display: none !important;
}

.aboutus .information .perform__img {
  position: relative;
}

@media (max-width: 767px) {
  .aboutus .information .perform__img {
     width: 900px;
  }
}

.aboutus .information .perform #chartContainerLine {
  position: absolute;
  top: 83px;
  left: 7px;
  right: 0;
  margin: 0 auto;
  height: 205px;
  width: 780px;
}

@media only screen and (min-width: 768px) and (max-width: 900px) {
  .aboutus .information .perform #chartContainerLine {
    height: 190px;
    width: 88%;
    top: 30px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 800px) {
  .aboutus .information .perform #chartContainerLine {
    top: 0;
  }
}

.aboutus .information .perform #chartContainerColumn {
  position: absolute;
  bottom: 63px;
  left: 7px;
  right: 0;
  margin: 0 auto;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  width: 80%;
}

.aboutus .information .perform #chartContainerColumn .clm {
  width: 30px;
  background: #00469d;
  margin: 0 20px 0 0;
  position: relative;
  height: 0;
  opacity: 0;
  transition: height 1s ease-in-out;
}

.aboutus .information .perform #chartContainerColumn .clm .txt {
  position: absolute;
  top: -19px;
  left: -4px;
  right: 0;
  font-family: "Barlow", sans-serif;
  font-weight: 500;
  font-size: 15px;
  letter-spacing: -0.02em;
  line-height: 17.93px;
  text-align: center;
  color: #00469d;
  white-space: nowrap;
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
  transition-delay: 1s;
}

.aboutus .information .perform #chartContainerColumn .clm .txt small {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 12px;
  line-height: 14px;
  text-align: center;
  color: #00469d;
  margin: 0 0 0 3px;
  position: relative;
  top: -1px;
}

.aboutus .information .perform #chartContainerColumn .clm:last-child {
  margin-right: 0;
}

.aboutus .information .perform #labelLine {
  position: absolute;
  bottom: 102px;
  left: 297px;
  width: 123px;
  height: 116px;
  opacity: 0;
  transition: opacity 1s ease-in-out;
  transition-delay: 2s;
}

.aboutus .information .perform #labelLine svg {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.aboutus .information .perform.js-perform-active #chartContainerColumn .clm {
  opacity: 1;
  height: 100%;
}

.aboutus .information .perform.js-perform-active #chartContainerColumn .clm.clm1 {
  height: 176px;
}

.aboutus .information .perform.js-perform-active #chartContainerColumn .clm.clm2 {
  height: 184px;
}

.aboutus .information .perform.js-perform-active #chartContainerColumn .clm.clm3 {
  height: 197px;
}

.aboutus .information .perform.js-perform-active #chartContainerColumn .clm.clm4 {
  height: 214px;
}

.aboutus .information .perform.js-perform-active #chartContainerColumn .clm.clm5 {
  height: 220px;
}

.aboutus .information .perform.js-perform-active #chartContainerColumn .clm.clm6 {
  height: 136px;
}

.aboutus .information .perform.js-perform-active #chartContainerColumn .clm.clm7 {
  height: 154px;
}

.aboutus .information .perform.js-perform-active #chartContainerColumn .clm.clm8 {
  height: 220px;
}

.aboutus .information .perform.js-perform-active #chartContainerColumn .clm.clm9 {
  height: 228px;
}

.aboutus .information .perform.js-perform-active #chartContainerColumn .clm.clm10 {
  height: 282px;
}

.aboutus .information .perform.js-perform-active #chartContainerColumn .clm.clm11 {
  height: 308px;
}

.aboutus .information .perform.js-perform-active #chartContainerColumn .txt {
  opacity: 1;
}

.aboutus .information .perform.js-perform-active #labelLine {
  opacity: 1;
}

.aboutus .access .title-heading {
  margin-bottom: 108px;
}

.aboutus .access .title-heading {
  margin-bottom: 108px;
}

@media (max-width: 767px) {
  .aboutus .access .title-heading {
    margin-bottom: 54px;
  }
}

.aboutus .access__row {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  margin-bottom: 134px;
  padding-left: calc((100vw - 1200px) / 2);
}

@media only screen and (max-width: 1300px) {
  .aboutus .access__row {
    padding-left: 18px;
  }
}

@media (max-width: 767px) {
  .aboutus .access__row {
    padding-left: 18px;
    flex-wrap: wrap;
    margin-bottom: 50px;
  }
}

.aboutus .access__row:last-child {
  margin-bottom: 0;
}

.aboutus .access__row:last-child .access__info {
  padding-top: 22px;
}

@media (min-width: 768px) {
  .aboutus .access__row:last-child .access__detail {
    padding-top: 48px;
  }
}

.aboutus .access__info {
  width: calc(533 / 1282 * 100%);
  padding: 30px 0 0;
}

@media (max-width: 767px) {
  .aboutus .access__info {
    width: 100%;
    padding: 0 0;
  }
}

.aboutus .access__info .name {
  font-size: 26px;
  font-size: 2.6rem;
  line-height: 1em;
  letter-spacing: 0.04em;
  font-weight: 700;
  color: #00469D;
  padding-bottom: 48px;
  border-bottom: 1px solid #00469D;
}

@media (max-width: 767px) {
  .aboutus .access__info .name {
    font-size: 22px;
    font-size: 2.2rem;
    padding-bottom: 30px;
  }
}

.aboutus .access__detail {
  padding: 52px 20px 20px 54px;
}

@media (max-width: 767px) {
  .aboutus .access__detail {
    padding: 24px 20px 20px 0px;
  }
}

.aboutus .access .line {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 2em;
  letter-spacing: 0.04em;
  font-weight: 400;
  margin-bottom: 22px;
}

@media (max-width: 767px) {
  .aboutus .access .line {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.5625em;
    margin-bottom: 10px;
  }
}

.aboutus .access .line:last-child {
  margin-bottom: 0;
}

.aboutus .access .line .ttl {
  font-weight: 700;
  color: #00469D;
  width: 60px;
}

.aboutus .access .line .txt {
  width: calc(100% - 60px);
  padding-left: 20px;
}

.aboutus .access .line .txt .phone {
  color: #333333;
  text-decoration: none;
}

.aboutus .access .line .txt a {
  color: #00469D;
  text-decoration: underline;
}

@media (max-width: 767px) {
  .aboutus .access .line .txt a {
    display: inline-block;
    margin: 4px 0 8px;
  }
}

.aboutus .access__map {
  flex: 1;
}

@media (max-width: 767px) {
  .aboutus .access__map {
    flex: auto;
  }
}

@media (max-width: 767px) {
  .aboutus .access__map iframe {
    height: 230px;
  }
}

@media (max-width: 767px) {
  .aboutus .c-comp.col-3 .c-comp__ttl {
    margin-bottom: -8px;
  }
}

@media (max-width: 767px) {
  .aboutus .c-comp.col-3 .btn-thumb a {
    padding: 9px 20px 8px 8px;
  }
}

@media (max-width: 767px) {
  .aboutus .c-comp.col-3 .btn-thumb a::after {
    right: 20px;
    top: 45%;
  }
}

@media (max-width: 767px) {
  .aboutus .c-comp.col-3 .btn-thumb .txt {
    padding-left: 16px;
  }
}

/*# sourceMappingURL=maps/aboutus.min.css.map */