/* =========================================================
company
========================================================= */
.p-company-mv--wrap {
  height: 50vh;
  overflow: hidden;
  position: relative;
}
@media screen and (min-width: 430px) {
  .p-company-mv--wrap {
    height: 70vh;
  }
}
@media screen and (min-width: 620px) {
  .p-company-mv--wrap {
    height: 75vh;
  }
}
.p-company-mv picture img {
  display: block;
  object-fit: cover;
  height: 100%;
  width: 100%;
  max-width: none;
}
.p-company-mv_title {
  color: #fff;
  display: flex;
  align-items: center;
  font-size: calc(50 * (100vw / 430));
  font-weight: bold;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.35);
  padding: 0 5vw;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
@media screen and (min-width: 430px) {
  .p-company-mv_title {
    font-size: calc(70 * (100vw / 620));
  }
}
@media screen and (min-width: 620px) {
  .p-company-mv_title {
    font-size: calc(80 * (100vw / 768));
  }
}
@media screen and (min-width: 768px) {
  .p-company-mv_title {
    font-size: calc(80 * (100vw / 992));
  }
}
@media screen and (min-width: 992px) {
  .p-company-mv_title {
    font-size: 80px;
  }
}
.p-company-mv_title .reduce {
  display: block;
  font-size: 30%;
  letter-spacing: .5rem;
}
@media screen and (min-width: 992px) {
  .p-company-mv_title .reduce {
    font-size: 20%;
  }
}
@media screen and (min-width: 1200px) {
  .p-company-mv_title .reduce {
    font-size: 30%;
  }
}
.p-company-history {
  background-image: url(../images/company/bg_history.webp);
  background-repeat: no-repeat;
  background-size: 38% auto;
  background-position: left 120px;
  background-color: #fff;
}
.p-company-history--wrap {
  margin: auto;
  max-width: 1400px;
  padding: 60px 3%;
  width: 96%;
}
@media screen and (min-width: 768px) {
  .p-company-history--wrap {
    padding: 100px 5%;
  }
}
.p-company-history--wrap .title {
  color: #01a7ea;
  font-size: calc(52 * (100vw / 430));
  line-height: 1.2;
}
@media screen and (min-width: 430px) {
  .p-company-history--wrap .title {
    font-size: calc(60 * (100vw / 620));
  }
}
@media screen and (min-width: 620px) {
  .p-company-history--wrap .title {
    font-size: calc(80 * (100vw / 768));
  }
}
@media screen and (min-width: 768px) {
  .p-company-history--wrap .title {
    font-size: calc(80 * (100vw / 992));
  }
}
@media screen and (min-width: 992px) {
  .p-company-history--wrap .title {
    font-size: 80px;
  }
}
.p-company-history--wrap .title .en {
  font-family: "Roboto", sans-serif;
  font-weight: 300;
}
.p-company-history--wrap .title .reduce {
  color: #343434;
  display: block;
  font-size: 30%;
}
.p-company-history--wrap .chronology {
  border-top: 1px solid #e2e2e2;
  margin: 30px auto;
  width: 96%;
  font-size: clamp(13px, 1.61vw, 18px);
  line-height: 2;
}
@media screen and (min-width: 992px) {
  .p-company-history--wrap .chronology {
    width: 70%;
    max-width: 760px;
    margin: -20px 0 0 auto;
    font-size: 18px;
  }
}
.p-company-history--wrap .chronology .item {
  display: flex;
  border-bottom: 1px solid #e2e2e2;
  padding: 20px 0;
}
.p-company-history--wrap .chronology .item .year {
  display: flex;
  align-items: center;
  color: #01a7ea;
  font-weight: bold;
  width: 30%;
}
.p-company-history--wrap .chronology .item .cont {
  width: 70%;
}
.p-company-companyprofile {
  background-image: url(../images/company/bg_companyprofile.webp);
  background-repeat: no-repeat;
  background-size: 38% auto;
  background-position: right 120px;
  background-color: #01A7EA;
}
.p-company-companyprofile--wrap {
  margin: auto;
  max-width: 1400px;
  padding: 60px 3%;
  width: 96%;
}
@media screen and (min-width: 768px) {
  .p-company-companyprofile--wrap {
    padding: 100px 5%;
  }
}
.p-company-companyprofile--wrap .title {
  color: #ffffff;
  font-size: calc(52 * (100vw / 430));
  line-height: 1.2;
}
@media screen and (min-width: 430px) {
  .p-company-companyprofile--wrap .title {
    font-size: calc(60 * (100vw / 620));
  }
}
@media screen and (min-width: 620px) {
  .p-company-companyprofile--wrap .title {
    font-size: calc(80 * (100vw / 768));
  }
}
@media screen and (min-width: 768px) {
  .p-company-companyprofile--wrap .title {
    font-size: calc(80 * (100vw / 992));
  }
}
@media screen and (min-width: 992px) {
  .p-company-companyprofile--wrap .title {
    font-size: 80px;
  }
}
.p-company-companyprofile--wrap .title .en {
  font-family: "Roboto", sans-serif;
  font-weight: 300;
}
.p-company-companyprofile--wrap .title .reduce {
  color: #ffffff;
  display: block;
  font-size: 30%;
}
.p-company-companyprofile--ttl {
  width: 100%;
}
.p-company-companyprofile--listarea {
  display: flex;
  flex-direction: column;
  width: 100%;
}
@media screen and (min-width: 992px) {
  .p-company-companyprofile--listarea {
    flex-direction: row;
    justify-content: space-between;
  }
}
.p-company-companyprofile--listarea .list {
  border-top: 1px solid #fff;
  margin: 50px auto 0;
  width: 100%;
}
@media screen and (min-width: 992px) {
  .p-company-companyprofile--listarea .list {
    width: 70%;
  }
}
.p-company-companyprofile--listarea .list > li {
  border-bottom: 1px solid #fff;
}
.p-company-companyprofile--listarea .list > li .ttl {
  background-color: #fff;
  color: #01A7EA;
  border-radius: 50px;
  margin: 0 15px 0 0;
  max-width: 180px;
  padding: 5px 10px 2px;
  text-align: center;
}
@media screen and (min-width: 992px) {
  .p-company-companyprofile--listarea .list > li .ttl {
    max-width: 200px;
    width: 30%;
  }
}
.p-company-companyprofile--listarea .list > li .cont {
  color: #fff;
  margin: 10px 0 0;
}
@media screen and (min-width: 992px) {
  .p-company-companyprofile--listarea .list > li .cont {
    margin: 0;
  }
}
.p-company-companyprofile--listarea .list02 {
  width: 100%;
  border-top: 1px solid #fff;
  margin: 40px auto 0;
}
@media screen and (min-width: 992px) {
  .p-company-companyprofile--listarea .list02 {
    width: 70%;
    margin: 60px auto 0;
  }
}
.p-company-companyprofile--listarea .list02 .item {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  border-bottom: 1px solid #fff;
}
.p-company-companyprofile--listarea .list02 .item .ttl {
  display: flex;
  align-items: center;
  width: 30%;
  padding: 20px 0;
}
@media screen and (min-width: 992px) {
  .p-company-companyprofile--listarea .list02 .item .ttl {
    width: 25%;
  }
}
.p-company-companyprofile--listarea .list02 .item .ttl .label {
  font-size: clamp(13px, 1.61vw, 18px);
  line-height: 2;
  background-color: #fff;
  color: #01A7EA;
  border-radius: 50px;
  margin: 0 15px 0 0;
  min-width: 100px;
  padding: 5px 10px 2px;
  text-align: center;
}
@media screen and (min-width: 992px) {
  .p-company-companyprofile--listarea .list02 .item .ttl .label {
    font-size: 18px;
    min-width: 160px;
  }
}
.p-company-companyprofile--listarea .list02 .item .cont {
  color: #fff;
  font-size: clamp(13px, 1.61vw, 18px);
  line-height: 2;
  display: flex;
  align-items: center;
  width: 64%;
  padding: 20px 0;
}
@media screen and (min-width: 992px) {
  .p-company-companyprofile--listarea .list02 .item .cont {
    font-size: 18px;
    width: 75%;
  }
}
.p-company-companyprofile--listarea .image {
  width: 100%;
  display: none;
}
@media screen and (min-width: 992px) {
  .p-company-companyprofile--listarea .image {
    width: 25%;
    display: flex;
    align-items: flex-end;
  }
}
.p-company-banner {
  padding: 30px calc(10 * (100vw / 762));
}
@media screen and (min-width: 768px) {
  .p-company-banner {
    padding: calc(50 * (100vw / 1920));
  }
}
.p-company-banner--wrap {
  background-image: url(../images/company/bg_banner01.webp);
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 30px;
  margin: auto;
  max-width: 1400px;
  padding: calc(90 * (100vw / 992)) 7vw;
  width: 96%;
}
@media screen and (min-width: 768px) {
  .p-company-banner--wrap {
    padding: calc(120 * (100vw / 1920)) 7vw;
  }
}
.p-company-banner--textarea {
  width: 100%;
  text-align: center;
}
@media screen and (min-width: 992px) {
  .p-company-banner--textarea {
    width: 50%;
    margin: 0 0 0 auto;
    text-align: left;
  }
}
.p-company-banner--textarea .title {
  color: #fff;
  font-size: calc(28 * (100vw / 430));
  font-weight: bold;
  position: relative;
  text-align: center;
}
@media screen and (min-width: 430px) {
  .p-company-banner--textarea .title {
    font-size: calc(28 * (100vw / 620));
  }
}
@media screen and (min-width: 620px) {
  .p-company-banner--textarea .title {
    font-size: calc(34 * (100vw / 768));
  }
}
@media screen and (min-width: 768px) {
  .p-company-banner--textarea .title {
    font-size: calc(34 * (100vw / 992));
  }
}
@media screen and (min-width: 992px) {
  .p-company-banner--textarea .title {
    font-size: 34px;
    text-align: left;
  }
}
.p-company-banner--textarea .address, .p-company-banner--textarea .tel, .p-company-banner--textarea .fax {
  color: #fff;
  font-size: clamp(13px, 1.61vw, 18px);
  line-height: 2;
  margin: auto;
  max-width: 1200px;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-company-banner--textarea .address, .p-company-banner--textarea .tel, .p-company-banner--textarea .fax {
    margin: 20px auto 0;
    text-align: center;
  }
}
@media screen and (min-width: 992px) {
  .p-company-banner--textarea .address, .p-company-banner--textarea .tel, .p-company-banner--textarea .fax {
    font-size: 18px;
    text-align: left;
  }
}
