.back-btn {
  min-width: 230px;
  background: #fff;
}
@media only screen and (max-width: 768px) {
  .back-btn {
    min-width: 240px;
  }
}
.back-btn a {
  display: flex;
  position: relative;
  padding: 8px 20px;
  border: solid 1px #353387;
  border-radius: 5px;
  box-sizing: border-box;
  color: #353387;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 22px;
  justify-content: center;
  transition: opacity 0.3s ease;
}
@media only screen and (min-width: 769px) {
  .back-btn a:hover {
    opacity: 0.75;
  }
}
@media only screen and (max-width: 768px) {
  .back-btn a {
    padding: 10px 20px;
    line-height: 23px;
  }
}
.back-btn a:after {
  position: absolute;
  top: calc(50% - 2.7px);
  right: 10px;
  transform: rotate(45deg);
  width: 5.8px;
  height: 5.8px;
  border-top: solid 2px #f24c3d;
  border-right: solid 2px #f24c3d;
  box-sizing: border-box;
  content: "";
}
.back-btn-block {
  display: flex;
  justify-content: center;
  padding-top: 20px;
  border-top: solid 1px #e6e6e6;
}
@media only screen and (max-width: 768px) {
  .back-btn-block {
    padding-top: 30px;
  }
}

.about {
  margin: 50px 0 100px;
}
@media only screen and (max-width: 768px) {
  .about {
    margin: 30px 0 60px;
  }
}
.about-lead {
  margin-bottom: 60px;
  padding-bottom: 60px;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0 40px, var(--bg-gray) 40px);
}
@media only screen and (max-width: 768px) {
  .about-lead {
    margin-bottom: 30px;
    padding-bottom: 30px;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0 30px, var(--bg-gray) 30px);
  }
}
.about-greet {
  display: grid;
  grid-template-columns: 1fr 300px;
  grid-template-rows: auto 1fr auto;
  gap: 0 40px;
  width: var(--inner-width);
  margin: 0 auto;
}
@media only screen and (max-width: 768px) {
  .about-greet {
    grid-template-columns: 1fr auto;
    gap: 0 20px;
  }
}
@media only screen and (max-width: 768px) {
  .about-greet .section-title {
    grid-column: 1/3;
  }
}
@media only screen and (max-width: 768px) {
  .about-greet-body {
    grid-column: 1/3;
    margin-bottom: 20px;
  }
}
.about-greet-body p:not(:last-child) {
  margin-bottom: 1em;
}
.about-greet-pic {
  position: relative;
  grid-column: 2/3;
  grid-row: 1/4;
}
@media only screen and (max-width: 768px) {
  .about-greet-pic {
    grid-column: 1/2;
    grid-row: 3/4;
    max-width: 200px;
    min-width: 100px;
  }
}
.about-greet-pic::after {
  mix-blend-mode: multiply;
  position: absolute;
  right: -30px;
  bottom: 0;
  transform: skewX(-20deg);
  transform-origin: top right;
  width: 75px;
  height: 90px;
  background: #f24c3d;
  content: "";
}
@media only screen and (max-width: 768px) {
  .about-greet-pic::after {
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%);
            clip-path: polygon(0 0, 100% 0, 100% 100%);
    top: -3px;
    right: -3px;
    bottom: auto;
    transform: none;
    width: 40px;
    height: 48px;
  }
}
.about-greet-profile {
  margin-top: 25px;
  text-align: right;
}
@media only screen and (max-width: 768px) {
  .about-greet-profile {
    margin-top: 0;
    text-align: left;
  }
}
.about-greet-profile .__name {
  display: block;
  font-family: var(--font-serif);
  font-size: 1.8rem;
  font-weight: bold;
}
@media only screen and (max-width: 768px) {
  .about-greet-profile .__name {
    font-size: 1.6rem;
  }
}
.about-phil {
  width: var(--inner-width);
  margin: 60px auto 0;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
}
@media only screen and (max-width: 768px) {
  .about-phil {
    margin-top: 40px;
  }
}
.about-phil-title {
  position: relative;
  padding: 13px 10px 15px 39px;
  border-bottom: solid 2px #ccc;
  background: #353387;
  color: #fff;
  font-family: var(--font-serif);
  font-size: 2.4rem;
  line-height: calc(1em + 8px);
}
@media only screen and (max-width: 768px) {
  .about-phil-title {
    padding: 10px 10px 12px 27px;
    font-size: 2rem;
  }
}
.about-phil-title::before {
  position: absolute;
  top: 15px;
  left: 20px;
  width: 4px;
  height: calc(100% - 30px);
  background: #f24c3d;
  content: "";
}
@media only screen and (max-width: 768px) {
  .about-phil-title::before {
    top: 12px;
    left: 12px;
    width: 3px;
    height: calc(100% - 24px);
  }
}
.about-phil-body {
  padding: 25px 40px 35px;
  background: #fff;
}
@media only screen and (max-width: 768px) {
  .about-phil-body {
    padding: 15px 20px 25px;
  }
}
.about-phil-catch {
  margin-bottom: 12px;
  font-family: var(--font-sans-catch);
  font-size: 2rem;
  font-weight: 500;
  line-height: calc(1em + 8px);
}
@media only screen and (max-width: 768px) {
  .about-phil-catch {
    font-size: 1.8rem;
  }
}
.about-company {
  width: var(--inner-width);
  margin: 0 auto 100px;
}
@media only screen and (max-width: 768px) {
  .about-company {
    margin-bottom: 60px;
  }
}
.about-company-sect:not(:last-child) {
  margin-bottom: 50px;
}
@media only screen and (max-width: 768px) {
  .about-company-sect:not(:last-child) {
    margin-bottom: 30px;
  }
}
.about-company-sect-title {
  position: relative;
  margin-bottom: 30px;
  padding: 13px 10px 15px 39px;
  border-bottom: solid 2px #ccc;
  background: #f7f7f7;
  font-family: var(--font-serif);
  font-size: 2.4rem;
  line-height: calc(1em + 8px);
}
@media only screen and (max-width: 768px) {
  .about-company-sect-title {
    margin-bottom: 25px;
    padding: 10px 10px 12px 27px;
    font-size: 2rem;
  }
}
.about-company-sect-title::before {
  position: absolute;
  top: 15px;
  left: 20px;
  width: 4px;
  height: calc(100% - 30px);
  background: #f24c3d;
  content: "";
}
@media only screen and (max-width: 768px) {
  .about-company-sect-title::before {
    top: 12px;
    left: 12px;
    width: 3px;
    height: calc(100% - 24px);
  }
}
.about-company-table {
  width: 100%;
  margin-top: 40px;
  table-layout: auto;
}
@media only screen and (max-width: 768px) {
  .about-company-table {
    margin-top: 25px;
    border-bottom: solid 1px #e6e6e6;
  }
}
@media only screen and (max-width: 768px) {
  .about-company-table tr {
    display: block;
    width: 100%;
    border-top: solid 1px #e6e6e6;
  }
}
.about-company-table :where(th, td) {
  padding: 19px 0 21px;
  border-top: solid 1px #e6e6e6;
  border-bottom: solid 1px #e6e6e6;
}
@media only screen and (max-width: 768px) {
  .about-company-table :where(th, td) {
    display: block;
    width: 100%;
    padding: 0 0 17px;
    border: none;
  }
}
.about-company-table th {
  position: relative;
  min-width: 180px;
  padding-right: 20px;
  color: #353387;
}
@media only screen and (max-width: 768px) {
  .about-company-table th {
    min-width: 0;
    padding: 16px 0 7px;
  }
}
.about-company-table th::before {
  position: absolute;
  top: -1px;
  left: 0;
  width: 100%;
  height: 1px;
  background: #353387;
  content: "";
}
@media only screen and (max-width: 768px) {
  .about-company-table th::before {
    width: 25%;
  }
}
.about-company-table__team-list {
  display: grid;
  grid-template-columns: repeat(2, auto);
  gap: 12px 25px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding-bottom: 5px;
}
@media only screen and (max-width: 768px) {
  .about-company-table__team-list {
    gap: 10px 20px;
  }
}
.about-company-table__team-list-item {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 2px 15px;
  line-height: calc(1em + 8px);
}
@media only screen and (max-width: 768px) {
  .about-company-table__team-list-item {
    gap: 2px 10px;
  }
}
.about-company-table__team-list-item._officers {
  grid-column: 1/3;
}
.about-company-table__team-list-item .__post {
  font-weight: bold;
}
.about-company-fac-list {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
@media only screen and (max-width: 768px) {
  .about-company-fac-list {
    flex-direction: column;
    gap: 15px 0;
  }
}
.about-company-fac-list-item {
  display: flex;
  flex-direction: column;
  flex: 0 0 auto;
  width: 320px;
}
@media only screen and (max-width: 768px) {
  .about-company-fac-list-item {
    flex-direction: row;
    width: 100%;
    padding-bottom: 15px;
    border-bottom: solid 1px #e6e6e6;
  }
}
.about-company-fac-list-pic {
  margin-bottom: 15px;
}
@media only screen and (max-width: 768px) {
  .about-company-fac-list-pic {
    flex: 0 0 auto;
    width: min(160px, 31.25vw);
    margin: 0 15px 0 0;
  }
}
.about-company-fac-list-body {
  flex: 1 1 auto;
  padding: 0 19px 19px 0;
  border-right: solid 1px #e6e6e6;
  border-bottom: solid 1px #e6e6e6;
}
@media only screen and (max-width: 768px) {
  .about-company-fac-list-body {
    padding: 0;
    border: none;
  }
}
.about-company-fac-list-name {
  margin-bottom: 7px;
  font-weight: bold;
  line-height: calc(1em + 8px);
}
@media only screen and (max-width: 768px) {
  .about-company-fac-list-name {
    margin: -4px 0 2px;
  }
}
.about-company-fac-list-desc {
  line-height: calc(1em + 8px);
}
.about-company-eqp-list {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  margin-top: 40px;
}
@media only screen and (max-width: 768px) {
  .about-company-eqp-list {
    flex-direction: column;
    gap: 26px 0;
    margin-top: 30px;
  }
}
.about-company-eqp-list-item {
  flex: 0 0 auto;
  width: 480px;
}
@media only screen and (max-width: 768px) {
  .about-company-eqp-list-item {
    width: 100%;
  }
}
.about-company-eqp-list-pic {
  margin-bottom: 20px;
}
@media only screen and (max-width: 768px) {
  .about-company-eqp-list-pic {
    margin-bottom: 11px;
  }
}
.about-company-eqp-list-term {
  margin-bottom: 7px;
  color: #353387;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: calc(1em + 8px);
}
@media only screen and (max-width: 768px) {
  .about-company-eqp-list-term {
    font-size: 1.6rem;
    margin-bottom: 6px;
  }
}
.about-company-eqp-list-desc {
  line-height: calc(1em + 8px);
}
.about-journy {
  width: var(--inner-width);
  margin: 0 auto 100px;
}
@media only screen and (max-width: 768px) {
  .about-journy {
    margin-bottom: 60px;
  }
}
.about-journy p:not(:last-child) {
  margin-bottom: 1em;
}
.about-awards {
  width: var(--inner-width);
  margin: 0 auto;
}
.about-awards p:not(:last-child) {
  margin-bottom: 1em;
}
.about-awards-list {
  position: relative;
  z-index: 0;
  margin-bottom: 30px;
  padding: 25px 40px 27px;
  background: var(--bg-gray);
}
@media only screen and (max-width: 768px) {
  .about-awards-list {
    margin: 20px -3.125vw;
    padding: 20px 20px 25px;
  }
}
.about-awards-list::before {
  position: absolute;
  top: 25px;
  right: 30px;
  z-index: -1;
  width: 100px;
  height: 100px;
  background: url(/images/en/about/awards-icon.svg) no-repeat center/contain;
  content: "";
}
@media only screen and (max-width: 768px) {
  .about-awards-list::before {
    top: 15px;
    right: 15px;
    width: 80px;
    height: 80px;
  }
}
.about-awards-list-item {
  position: relative;
  padding-left: 20px;
  line-height: calc(1em + 8px);
  text-shadow: 0 0 2px var(--bg-gray);
}
@media only screen and (max-width: 768px) {
  .about-awards-list-item {
    padding-left: 14px;
  }
}
.about-awards-list-item:not(:last-child) {
  margin-bottom: 12px;
}
.about-awards-list-item::before {
  position: absolute;
  top: calc(0.5em + 0.5px);
  left: 0;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: #353387;
  content: "";
}
@media only screen and (max-width: 768px) {
  .about-awards-list-item::before {
    top: calc(0.5em + 1px);
    width: 6px;
    height: 6px;
  }
}
/*# sourceMappingURL=app.css.map */