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

.company .intro {
  background: url("//20348057.fs1.hubspotusercontent-na1.net/hubfs/20348057/raw_assets/public/alive-theme/assets/img/company/bg_intro.jpg") center/cover no-repeat;
  color: #fff;
  text-align: center;
  margin-top: 92px;
  padding: 138px 0 100px;
  position: relative;
}

@media (max-width: 767px) {
  .company .intro {
    margin-top: 52px;
    padding: 52px 0px 54px;
    background: url("//20348057.fs1.hubspotusercontent-na1.net/hubfs/20348057/raw_assets/public/alive-theme/assets/img/company/bg_intro_sp.jpg") center/cover no-repeat;
  }
}

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

@media (max-width: 767px) {
  .company .intro::after {
    height: 58px;
    bottom: -1px;
    background: url("//20348057.fs1.hubspotusercontent-na1.net/hubfs/20348057/raw_assets/public/alive-theme/assets/img/company/border_bottom_sp.png") center/100% 100% no-repeat;
  }
}

.company .intro__ttl {
  margin-bottom: 236px;
}

@media (max-width: 767px) {
  .company .intro__ttl {
    margin-bottom: 179px;
  }
}

.company .intro__ttl .main {
  font-size: 92px;
  font-size: 9.2rem;
  line-height: 1em;
  letter-spacing: 0.06em;
  font-weight: 700;
  padding: 18px 52px 26px 56px;
  position: relative;
  display: inline-block;
  border: 1px solid #ffffff;
  margin-bottom: 22px;
}

@media (max-width: 767px) {
  .company .intro__ttl .main {
    font-size: 50px;
    font-size: 5rem;
    padding: 10px 18px 15px 22px;
    margin-bottom: 13px;
  }
}

.company .intro__ttl .sub {
  display: block;
  font-size: 40px;
  font-size: 4rem;
  line-height: 1.575em;
  letter-spacing: 0.06em;
  font-weight: 700;
}

@media (max-width: 767px) {
  .company .intro__ttl .sub {
    font-size: 24px;
    font-size: 2.4rem;
    line-height: 1.5em;
  }
}

.company .intro__txt {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 2.11111em;
  letter-spacing: 0.04em;
  font-weight: 700;
}

@media (max-width: 767px) {
  .company .intro__txt {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.875em;
  }
}

.company .message {
  margin: 50px 0 0;
}

@media (max-width: 767px) {
  .company .message {
    margin: 40px 0 0;
  }
}

.company .message__ttl {
  font-size: 133px;
  font-size: 13.3rem;
  line-height: 1em;
  letter-spacing: 0.025em;
  font-weight: 700;
  font-family: "Barlow", sans-serif;
  color: #00469d;
  text-align: center;
  margin-bottom: -18px;
  position: relative;
}

@media only screen and (max-width: 1200px) {
  .company .message__ttl {
    font-size: 11.08333vw;
  }
}

@media (max-width: 767px) {
  .company .message__ttl {
    font-size: 66px;
    font-size: 6.6rem;
    margin-bottom: 22px;
  }
}

.company .message__ttl::after {
  content: "";
  position: absolute;
  width: 324px;
  height: 296px;
  background: url("//20348057.fs1.hubspotusercontent-na1.net/hubfs/20348057/raw_assets/public/alive-theme/assets/img/components/ttl_circle.svg") center/100%;
  left: 51%;
  transform: translateX(-50%);
  bottom: -82px;
}

@media (max-width: 767px) {
  .company .message__ttl::after {
    width: 180px;
    height: 166px;
    bottom: -38px;
    left: 50%;
  }
}

.company .message__wrap {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  width: calc(100% - 166px);
  margin: 0 auto;
}

@media only screen and (max-width: 1200px) {
  .company .message__wrap {
    width: calc(100% - 36px);
  }
}

@media (max-width: 767px) {
  .company .message__wrap {
    width: calc(100% - 36px);
    flex-wrap: wrap;
  }
}

.company .message__img {
  width: calc(470 / 1200 * 100%);
  position: relative;
  z-index: 1;
}

@media (max-width: 767px) {
  .company .message__img {
    width: 100%;
  }
}

@media (max-width: 767px) {
  .company .message__img img {
    max-width: 48vw;
    margin: 0 auto;
    display: block;
  }
}

.company .message__cont {
  width: calc(640 / 1200 * 100%);
  padding-top: 126px;
}

@media (max-width: 767px) {
  .company .message__cont {
    width: 100%;
    padding-top: 26px;
  }
}

.company .message__cont .ttl {
  font-size: 30px;
  font-size: 3rem;
  line-height: 1.8em;
  letter-spacing: 0.04em;
  font-weight: 700;
  color: #00469d;
  margin-bottom: 60px;
}

@media only screen and (max-width: 1200px) {
  .company .message__cont .ttl {
    font-size: 24px;
    font-size: 2.4rem;
    line-height: 1.66667em;
    margin-bottom: 20px;
  }
}

@media (max-width: 767px) {
  .company .message__cont .ttl {
    font-size: 22px;
    font-size: 2.2rem;
    line-height: 1.63636em;
    margin-bottom: 14px;
  }
}

.company .message__cont p {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 2em;
  letter-spacing: 0.04em;
  font-weight: 400;
  color: #333333;
}

@media (max-width: 767px) {
  .company .message__cont p {
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 2.13333em;
  }
}

.company .message__cont .sign {
  text-align: right;
  margin-top: 49px;
}

@media (max-width: 767px) {
  .company .message__cont .sign {
    margin-top: 36px;
    margin-right: -2px;
  }
}

.company .corporate {
  background-color: #00469d;
  position: relative;
  margin-top: 220px;
  padding: 42px 0 70px;
}

@media (max-width: 767px) {
  .company .corporate {
    margin-top: 112px;
    padding: 38px 0 70px;
  }
}

.company .corporate::before {
  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_corp.png") center/100% 100% no-repeat;
  top: -153px;
  left: 0;
}

@media (max-width: 767px) {
  .company .corporate::before {
    height: 42px;
    top: -41px;
  }
}

.company .corporate::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_corp.png") center/100% 100% no-repeat;
  bottom: -153px;
  left: 0;
  transform: rotate(180deg);
}

@media (max-width: 767px) {
  .company .corporate::after {
    height: 42px;
    bottom: -41px;
  }
}

.company .corporate .ttl {
  width: calc(100% - 100px);
  margin: 0 auto 56px;
  padding-bottom: 96px;
  position: relative;
}

@media only screen and (max-width: 1200px) {
  .company .corporate .ttl {
    width: calc(100% - 50px);
  }
}

@media (max-width: 767px) {
  .company .corporate .ttl {
    width: 100%;
    padding-bottom: 33px;
    margin: 0 auto 24px;
  }
}

.company .corporate .ttl::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 86%;
  border: 1px solid #ffffff;
  left: 0;
  bottom: 0;
}

@media (max-width: 767px) {
  .company .corporate .ttl::after {
    height: 90%;
  }
}

.company .corporate .ttl__en {
  font-size: 70px;
  font-size: 7rem;
  line-height: 1em;
  letter-spacing: 0.025em;
  font-weight: 700;
  font-family: "Barlow", sans-serif;
  text-align: center;
  color: #fff;
  margin-bottom: 21px;
}

@media only screen and (max-width: 1200px) {
  .company .corporate .ttl__en {
    font-size: 62px;
  }
}

@media (max-width: 767px) {
  .company .corporate .ttl__en {
    font-size: 30px;
    font-size: 3rem;
    margin-bottom: 10px;
  }
}

.company .corporate .ttl__en span {
  display: inline-block;
  background: #00469d;
  position: relative;
  z-index: 1;
  padding: 0 62px;
}

@media only screen and (max-width: 1200px) {
  .company .corporate .ttl__en span {
    padding: 0 42px;
  }
}

@media (max-width: 767px) {
  .company .corporate .ttl__en span {
    padding: 0 16px;
  }
}

.company .corporate .ttl__jp {
  font-size: 26px;
  font-size: 2.6rem;
  line-height: 1em;
  letter-spacing: 0.04em;
  font-weight: 700;
  color: #fff;
  text-align: center;
}

@media (max-width: 767px) {
  .company .corporate .ttl__jp {
    font-size: 18px;
    font-size: 1.8rem;
  }
}

.company .corporate .ttl__txt {
  font-size: 40px;
  font-size: 4rem;
  line-height: 1em;
  letter-spacing: 0.04em;
  font-weight: 700;
  font-family: "Zen Old Mincho", serif;
  color: #fff;
  text-align: center;
  margin-top: 67px;
}

@media only screen and (max-width: 1200px) {
  .company .corporate .ttl__txt {
    font-size: 36px;
  }
}

@media (max-width: 767px) {
  .company .corporate .ttl__txt {
    font-size: 24px;
    font-size: 2.4rem;
    line-height: 1.58333em;
    margin-top: 22px;
  }
}

.company .corporate .box {
  background: #fff;
  color: #00469d;
  width: calc(100% - 100px);
  margin: 0 auto;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 57px 103px 63px 82px;
  border: 1px solid #00469d;
  margin-bottom: -314px;
  position: relative;
  z-index: 1;
}

.company .corporate .box::after {
  content: "";
  position: absolute;
  width: 64px;
  height: 1px;
  background: #00469d;
  left: 38%;
  top: 50%;
}

@media only screen and (max-width: 1080px) {
  .company .corporate .box::after {
    left: 40%;
    width: 42px;
  }
}

@media (max-width: 767px) {
  .company .corporate .box::after {
    display: none;
  }
}

@media only screen and (max-width: 1200px) {
  .company .corporate .box {
    width: calc(100% - 50px);
    padding: 40px 50px;
  }
}

@media (max-width: 767px) {
  .company .corporate .box {
    width: 100%;
    padding: 0;
    flex-wrap: wrap;
    justify-content: center;
    padding: 36px 12px 27px;
    margin-bottom: -268px;
  }
}

.company .corporate .box__col {
  white-space: nowrap;
}

@media (max-width: 767px) {
  .company .corporate .box__col {
    text-align: center;
    margin-bottom: 24px;
    width: 100%;
  }
}

.company .corporate .box__en {
  font-size: 70px;
  font-size: 7rem;
  line-height: 1em;
  letter-spacing: 0.025em;
  font-weight: 700;
  font-family: "Barlow", sans-serif;
  margin-bottom: 25px;
}

@media only screen and (max-width: 1080px) {
  .company .corporate .box__en {
    font-size: 6.48148vw;
  }
}

@media (max-width: 767px) {
  .company .corporate .box__en {
    font-size: 30px;
    font-size: 3rem;
    margin-bottom: 9px;
  }
}

.company .corporate .box__jp {
  font-size: 26px;
  font-size: 2.6rem;
  line-height: 1em;
  letter-spacing: 0.04em;
  font-weight: 700;
}

@media (max-width: 767px) {
  .company .corporate .box__jp {
    font-size: 18px;
    font-size: 1.8rem;
  }
}

.company .corporate .box__txt {
  font-size: 20px;
  font-size: 2rem;
  line-height: 1.9em;
  letter-spacing: 0.04em;
  font-weight: 500;
  padding-top: 6px;
  position: relative;
  margin-left: 20px;
}

@media only screen and (max-width: 1200px) {
  .company .corporate .box__txt {
    font-size: 1.66667vw;
  }
}

@media (max-width: 767px) {
  .company .corporate .box__txt {
    margin-left: 0;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 2em;
    padding: 0 0 0 10px;
  }
}

.company .philo {
  padding-top: 404px;
  background: #f2f2f7;
  margin-bottom: 82px;
}

@media (max-width: 767px) {
  .company .philo {
    padding-top: 276px;
    margin-bottom: 48px;
  }
}

.company .philo__ttl {
  color: #00469d;
  overflow: hidden;
}

.company .philo__ttl__jp {
  font-size: 26px;
  font-size: 2.6rem;
  line-height: 1em;
  letter-spacing: 0.04em;
  font-weight: 700;
  width: calc(100% - 166px);
  margin: 0 auto -2px;
}

@media (max-width: 767px) {
  .company .philo__ttl__jp {
    width: calc(100% - 36px);
    font-size: 18px;
    font-size: 1.8rem;
    margin: 0 auto 12px;
  }
}

.company .philo__ttl__en {
  font-size: 180px;
  font-size: 18rem;
  line-height: 1em;
  letter-spacing: 0.025em;
  font-weight: 700;
  font-family: "Barlow", sans-serif;
  z-index: 1;
  position: relative;
  width: 100%;
  overflow: hidden;
}

.company .philo__ttl__en .scroll-loop {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}

.company .philo__ttl__en .scroll-loop__inner {
  animation: loop-text 40s linear infinite;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}

@media (max-width: 767px) {
  .company .philo__ttl__en {
    font-size: 80px;
    font-size: 8rem;
  }
}

.company .philo__ttl__en span {
  margin-right: 120px;
  white-space: nowrap;
  display: inline-block;
}

@media (max-width: 767px) {
  .company .philo__ttl__en span {
    margin-right: 60px;
  }
}

.company .philo .list {
  margin-top: -50px;
  position: relative;
  background: #00469d;
}

@media (max-width: 767px) {
  .company .philo .list {
    margin-top: -20px;
  }
}

.company .philo .list::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;
  bottom: -50px;
  left: 0;
}

@media (max-width: 767px) {
  .company .philo .list::after {
    height: 42px;
    bottom: -10px;
  }
}

.company .philo .list .scroll {
  position: relative;
  clip-path: circle(0% at center);
  transition: clip-path 0.3s ease;
}

@media (max-width: 767px) {
  .company .philo .list .scroll {
    overflow: hidden;
  }
}

.company .philo .list .scroll__cont {
  color: #fff;
  position: absolute;
  left: 83px;
  right: 83px;
  bottom: 13%;
  max-width: 550px;
}

@media only screen and (max-width: 1024px) {
  .company .philo .list .scroll__cont {
    bottom: 32px !important;
    left: 32px;
    right: 32px;
  }
}

@media (max-width: 767px) {
  .company .philo .list .scroll__cont {
    left: 0px !important;
    right: 0px;
    padding: 0 18px;
    max-width: 100% !important;
    bottom: 0 !important;
    top: 0;
    overflow: auto;
    padding-top: 50vh;
    -ms-overflow-style: none;
    /* IE and Edge */
    scrollbar-width: none;
  }
  .company .philo .list .scroll__cont::-webkit-scrollbar {
    display: none;
  }
}

.company .philo .list .scroll__cont .ttl {
  font-size: 30px;
  font-size: 3rem;
  line-height: 1.8em;
  letter-spacing: 0.04em;
  font-weight: 700;
  margin-bottom: 44px;
  text-shadow: 0px 3px 15px rgba(0, 0, 0, 0.45);
}

@media only screen and (max-width: 1024px) {
  .company .philo .list .scroll__cont .ttl {
    margin-bottom: 10px;
    font-size: 20px;
    font-size: 2rem;
  }
}

@media (max-width: 767px) {
  .company .philo .list .scroll__cont .ttl {
    font-size: 22px;
    font-size: 2.2rem;
    line-height: 1.77273em;
    margin-bottom: 36px;
  }
}

.company .philo .list .scroll__cont .txt {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 2em;
  letter-spacing: 0.04em;
  font-weight: 500;
  text-shadow: 0px 3px 15px rgba(0, 0, 0, 0.45);
}

@media only screen and (max-width: 1024px) {
  .company .philo .list .scroll__cont .txt {
    line-height: 1.5;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.5em;
  }
}

@media (max-width: 767px) {
  .company .philo .list .scroll__cont .txt {
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 2.13333em;
    padding-bottom: 48px;
  }
}

.company .philo .list .scroll__img {
  overflow: hidden;
}

@media (max-width: 767px) {
  .company .philo .list .scroll__img {
    height: 100vh;
    width: 100%;
    position: relative;
  }
}

.company .philo .list .scroll__img img {
  will-change: transform;
}

@media (max-width: 767px) {
  .company .philo .list .scroll__img img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}

.company .philo .list .scroll--02 .scroll__cont {
  max-width: 470px;
  left: auto;
  bottom: 15%;
}

@media (max-width: 767px) {
  .company .philo .list .scroll--02 .scroll__cont {
    padding-top: 75vh;
  }
}

.company .philo .list .scroll--03 .scroll__cont {
  bottom: 10.5%;
  max-width: 540px;
}

@media (max-width: 767px) {
  .company .philo .list .scroll--03 .scroll__cont {
    padding-top: 60vh;
  }
}

.company .philo .list .scroll--04 .scroll__cont {
  bottom: 21.8%;
  max-width: 622px;
  left: auto;
}

@media (max-width: 767px) {
  .company .philo .list .scroll--04 .scroll__cont {
    padding-top: 47vh;
  }
}

.company .philo .list .scroll--04 .scroll__cont .ttl {
  margin-right: -2px;
}

@media (max-width: 767px) {
  .company .philo .list .scroll--04 .scroll__cont .ttl {
    margin-right: -5px;
  }
}

.company .philo .list .scroll--05 .scroll__cont {
  bottom: 24%;
  max-width: 540px;
}

@media only screen and (max-width: 1024px) {
  .company .philo .list .scroll--05 .scroll__cont {
    bottom: 20% !important;
  }
}

@media (max-width: 767px) {
  .company .philo .list .scroll--05 .scroll__cont {
    bottom: 0% !important;
    padding-top: 56vh;
  }
}

@media (max-width: 767px) {
  .company .philo .list .scroll--05 .scroll__cont {
    bottom: 0% !important;
  }
}

.company .c-comp {
  margin-bottom: 140px;
}

@media (max-width: 767px) {
  .company .c-comp {
    margin-bottom: 50px;
  }
}

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