@charset "UTF-8";
/* ========================= /
/  mixin
/* =========================*/
/* ========================= /
/  カラー
/* =========================*/
.companyPage {
  /* ========================= /
  /  contents
  /* =========================*/
  /* ========================= /
  /  Mission
  /* =========================*/
  /* ========================= /
  /  Vision
  /* =========================*/
  /* ========================= /
  /  Value
  /* =========================*/
  /* ========================= /
  /  comment
  /* =========================*/
  /* ========================= /
  /  BusinessPlan
  /* =========================*/
  /* ========================= /
  /  profile
  /* =========================*/
}
.companyPage .sec span.sec__ttl {
  display: inline-block;
}
.companyPage .sec__ttl.--en {
  margin-bottom: 20px;
  font-size: 4rem;
  line-height: 4.7rem;
}
@media screen and (max-width: 768px) {
  .companyPage .sec__ttl.--en {
    margin-bottom: 0;
    line-height: 7rem;
  }
}
.companyPage .sec__ttl.--ja {
  font-size: 1.8rem;
}
@media screen and (max-width: 768px) {
  .companyPage .sec__ttl.--ja {
    margin-bottom: 30px;
    font-weight: 400;
  }
}
.companyPage .sec__catch {
  margin-top: 54px;
  margin-bottom: 26px;
  font-size: 3.8rem;
  line-height: 4.6rem;
}
@media screen and (max-width: 768px) {
  .companyPage .sec__catch {
    margin-top: 30px;
    margin-bottom: 12px;
    font-size: 2.4rem;
    line-height: 4.2rem;
  }
}
.companyPage .sec__catch.--en {
  font-size: 2.5rem;
  font-family: "Work Sans", sans-serif;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .companyPage .sec__catch.--en {
    font-size: 1.8rem;
  }
}
.companyPage .sec__desc {
  line-height: 4rem;
}
@media screen and (max-width: 768px) {
  .companyPage .sec__desc {
    line-height: 3rem;
    text-align: justify;
  }
}
.companyPage .contents-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 25px;
}
@media screen and (max-width: 768px) {
  .companyPage .contents-list {
    gap: 15px;
  }
}
@media screen and (max-width: 768px) {
  .companyPage .contents-list {
    grid-template-columns: repeat(1, 1fr);
  }
}
.companyPage .contents-list__item {
  flex: 1;
  background: #fff;
}
.companyPage .contents-list__item a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 32px;
}
@media screen and (max-width: 768px) {
  .companyPage .contents-list__item a {
    padding: 17px;
  }
}
.companyPage .contents-list__icon {
  width: 36px;
  height: 36px;
  line-height: 34px;
  background: #005EAA;
  color: #fff;
  text-align: center;
  border-radius: 36px;
}
.companyPage .mission {
  background-image: url("../img/company/mission_bg.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  color: #fff;
}
.companyPage .mission__inner {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .companyPage .mission__inner {
    flex-wrap: wrap;
  }
}
.companyPage .mission__left-content {
  min-width: 300px;
  flex: 0 0 40%;
}
@media screen and (max-width: 768px) {
  .companyPage .mission__left-content {
    padding-inline: 24px;
  }
}
.companyPage .vision__txt {
  margin-bottom: 85px;
  text-align: center;
  font-size: 1.6rem;
}
@media screen and (max-width: 768px) {
  .companyPage .vision__txt {
    margin-bottom: 40px;
  }
}
.companyPage .vision-sp__image {
  max-width: 252px;
  margin: 0 auto 40px;
}
.companyPage .vision-sp-list__item:first-child .vision-sp-list__ttl {
  color: #2ca6e0;
}
.companyPage .vision-sp-list__item:last-child .vision-sp-list__ttl {
  color: #046eb8;
}
.companyPage .vision-sp-list__ttl {
  font-size: 2rem;
  padding-bottom: 20px;
  font-family: "Work Sans", sans-serif;
  font-weight: 500;
  border-bottom: 1px solid #bcbcbc;
  color: #1d50a1;
}
.companyPage .vision-sp-list__txt {
  padding: 20px 0 30px;
  text-align: justify;
}
.companyPage .value__inner {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .companyPage .value__inner {
    flex-wrap: wrap;
  }
}
.companyPage .value__left-content {
  position: relative;
  min-width: 500px;
  flex: 0 0 40%;
}
@media screen and (max-width: 768px) {
  .companyPage .value__left-content {
    flex: 0 0 100%;
    min-width: inherit;
    margin-bottom: 40px;
    text-align: center;
  }
}
.companyPage .value__left-content::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  right: 90px;
  width: 50vw;
  height: calc(100% - 180px);
  background-image: url("../img/company/value_back.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
@media screen and (max-width: 768px) {
  .companyPage .value__left-content::after {
    position: relative;
    width: 100%;
    height: 253px;
    right: 0;
  }
}
.companyPage .value__right-content {
  flex-grow: 1;
}
@media screen and (max-width: 768px) {
  .companyPage .value__right-content {
    padding-inline: 20px;
  }
}
.companyPage .value-list {
  border-top: 1px solid #bcbcbc;
}
.companyPage .value-list__item {
  padding: 26px 0;
  font-size: 2rem;
  font-weight: bold;
  border-bottom: 1px solid #bcbcbc;
}
@media screen and (max-width: 768px) {
  .companyPage .value-list__item {
    padding: 23px 0;
    font-size: 1.8rem;
  }
}
.companyPage .value-list__no {
  margin-right: 20px;
  font-family: "Work Sans", sans-serif;
  font-weight: 600;
  color: #005EAA;
}
.companyPage .comment {
  position: relative;
  padding-top: 110px;
  background: #005EAA;
  color: #fff;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .companyPage .comment {
    padding-top: 60px;
  }
}
.companyPage .comment__ttl {
  margin-bottom: 36px;
}
.companyPage .comment__ttl img {
  margin: auto;
  max-width: 416px;
}
@media screen and (max-width: 768px) {
  .companyPage .comment__ttl img {
    width: 90%;
  }
}
.companyPage .comment__txt {
  line-height: 3.2rem;
}
.companyPage .comment::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 70px;
  right: 5vw;
  width: 30vw;
  max-width: 520px;
  height: 30vw;
  max-width: 520px;
  background-image: url("../img/company/comment_back.svg");
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center;
}
.companyPage .business-plan__inner {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .companyPage .business-plan__inner {
    flex-wrap: wrap;
  }
}
.companyPage .business-plan__left-content {
  position: relative;
  min-width: 300px;
  flex: 0 0 35%;
  display: flex;
  justify-content: right;
  padding-right: 80px;
}
@media screen and (max-width: 768px) {
  .companyPage .business-plan__left-content {
    display: block;
    flex: 0 0 100%;
    padding-right: 0px;
    text-align: center;
  }
}
.companyPage .business-plan__right-content {
  flex-grow: 1;
}
.companyPage .business-plan__pdf {
  max-width: 820px;
  margin-left: auto;
  border-top: 1px solid #bcbcbc;
  background: #fff;
  border: 1px solid #CCC;
  height: 400px;
}
.companyPage .profile__inner {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .companyPage .profile__inner {
    flex-wrap: wrap;
  }
}
.companyPage .profile__left-content {
  position: relative;
  min-width: 300px;
  flex: 0 0 35%;
  display: flex;
  justify-content: right;
  padding-right: 80px;
}
@media screen and (max-width: 768px) {
  .companyPage .profile__left-content {
    display: block;
    flex: 0 0 100%;
    padding-right: 0px;
    text-align: center;
  }
}
.companyPage .profile__right-content {
  flex-grow: 1;
}
.companyPage .profile-list {
  max-width: 820px;
  margin-left: auto;
  border-top: 1px solid #bcbcbc;
}
.companyPage .profile-list__item {
  display: flex;
  padding: 26px 0;
  font-weight: 400;
  border-bottom: 1px solid #bcbcbc;
}
@media screen and (max-width: 768px) {
  .companyPage .profile-list__item {
    flex-wrap: wrap;
    padding: 20px 0;
    line-height: 2.6rem;
  }
}
.companyPage .profile-list__th {
  width: 15%;
  min-width: 120px;
}
@media screen and (max-width: 768px) {
  .companyPage .profile-list__th {
    width: 100%;
  }
}/*# sourceMappingURL=company.css.map */