#_mission {
  padding-top: 100px;
  padding-bottom: 150px;
}
#_mission .sec-box {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 32px;
  margin-bottom: 64px;
}
#_mission .sec-box .logo {
  max-width: 230px;
}
#_mission .sec-box .equal {
  max-width: 30px;
  display: flex;
}
#_mission .sec-box .text {
  font-size: 42px;
  font-weight: 700;
  color: var(--c-accent);
  padding-bottom: 8px;
}
#_mission .sec-text {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.8;
  letter-spacing: .05em;
  text-align: center;
}
/* TAB */
@media screen and (max-width: 1024px) {
  #_mission {
    padding-top: 80px;
    padding-bottom: 120px;
  }
  #_mission .sec-box {
    gap: 26px;
    margin-bottom: 55px;
  }
  #_mission .sec-box .logo {
    max-width: 195px;
  }
  #_mission .sec-box .equal {
    max-width: 25px;
  }
  #_mission .sec-box .text {
    font-size: 36px;
  }
  #_mission .sec-text {
    font-size: 18px;
  }
}
/* SP */
@media screen and (max-width: 768px) {
  #_mission {
    padding-top: 60px;
    padding-bottom: 90px;
  }
  #_mission .sec-box {
    display: grid;
    grid-template-columns: 229fr 30fr 294fr;
    gap: 2rem;
    margin-bottom: 45px;
  }
  #_mission .sec-box .logo {
    max-width: 160px;
    margin-left: auto;
  }
  #_mission .sec-box .equal {
    max-width: 21px;
    margin: 0 auto;
  }
  #_mission .sec-box .text {
    font-size: clamp(20px, 6vw, 30px);
    white-space: nowrap;
	padding-bottom: 4px;
  }
  #_mission .sec-text {
/*     font-size: 16px; */
	font-size: 13px;
  }
}

#_about {
  background: #F5F5F7;
  padding-top: 120px;
  padding-bottom: 120px;
}
#_about .sec-title {
  text-align: center;
  margin-bottom: 43px;
}
#_about .sec-box {
  display: grid;
  grid-template-columns: 631fr 461fr;
  align-items: center;
  justify-content: center;
  gap: 4.8rem;
}
#_about .sec-box .title {
  font-size: 32px;
  font-weight: 700;
  letter-spacing: .05em;
  line-height: 1.46;
  padding-left: 25px;
  margin-bottom: 41px;
  position: relative;
}
#_about .sec-box .title::before {
  content: "";
  position: absolute;
  width: 3px;
  height: 136%;
  background: var(--c-accent);
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
#_about .sec-box .text {
  font-size: 16px;
  font-weight: 400;
  line-height: 2;
  letter-spacing: .05em;
}
#_about .sec-box .image img {
  border-radius: 24px;
}
/* TAB */
@media screen and (max-width: 1024px) {
  #_about {
    padding-top: 95px;
    padding-bottom: 95px;
  }
  #_about .sec-title {
    margin-bottom: 34px;
  }
  #_about .sec-box {
    gap: 20px;
  }
  #_about .sec-box .title {
    font-size: 27px;
    padding-left: 21px;
    margin-bottom: 35px;
  }
  #_about .sec-box .text {
    font-size: 15px;
  }
}
/* SP */
@media screen and (max-width: 768px) {
  #_about {
    padding-top: 70px;
    padding-bottom: 70px;
  }
  #_about .sec-title {
    margin-bottom: 25px;
  }
  #_about .sec-box {
    gap: 30px;
    grid-template-columns: 1fr;
  }
  #_about .sec-box .title {
/*     font-size: 22px; */
	font-size: 20px;
    padding-left: 5px;
    margin-bottom: 30px;
  }
  #_about .sec-box .title::before {
    width: 2px;
  }
  #_about .sec-box .text {
    font-size: 14px;
  }
  #_about .sec-box .image {
    max-width: 400px;
    margin: 0 auto;
  }
}

#_name {
  background: #F9F9F9;
  padding-top: 120px;
  padding-bottom: 120px;
}
#_name .sec-box {
  background: #FFF;
  border-radius: 24px;
  padding: 64px 20px;
}
#_name .sec-box + .sec-box {
  margin-top: 80px;
}
#_name .sec-box .image {
  width: fit-content;
  margin: 0 auto 48px;
  width: 100%;
}
#_name .sec-box .image.-high {
  max-width: 322px;
  padding-top: 12px;
}
#_name .sec-box .image.-low {
  max-width: 365px;
}
#_name .sec-box .head {
  font-size: 28px;
  font-weight: 700;
  letter-spacing: .05em;
  line-height: 1.46;
  text-align: center;
  padding-bottom: 24px;
  margin-bottom: 40px;
  position: relative;
}
#_name .sec-box .head::before {
  content: "";
  position: absolute;
  height: 2px;
  width: 64px;
  border-radius: 1px;
  background: var(--c-accent);
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
#_name .sec-box .head .head-x {
  vertical-align: -6px;
  display: inline-block;
  width: 32px;
  height: 0.82em;
  background: url(../img/company/text-x.svg) center/ contain no-repeat;
  vertical-align: baseline;
}
#_name .sec-list-01 {
  margin: 0 auto;
  width: fit-content;
}
#_name .sec-list-01 .item {
  display: flex;
  gap: 0 1.9rem;
  align-items: center;
}
#_name .sec-list-01 .item + .item {
  margin-top: 24px;
}
#_name .sec-list-01 .title {
  font-size: 28px;
  font-weight: 700;
  letter-spacing: .05em;
  color: #C6C6C6;
  white-space: nowrap;
}
#_name .sec-list-01 .img-x {
  width: 17px;
}
#_name .sec-list-01 .top {
  font-size: 20px;
  font-weight: 700;
  letter-spacing: .05em;
  margin-bottom: 2px;
}
#_name .sec-list-01 .text {
  font-size: 14px;
  letter-spacing: .05em;
  line-height: 1.5;
  color: #645B5F;
}
#_name .sec-list-02 {
  margin: 0 auto 40px;
  max-width: 770px;
  width: 100%;
}
#_name .sec-list-02 .item {
  display: grid;
  grid-template-columns: 113px 1fr;
  gap: 0 4.6rem;
  align-items: center;
  font-size: 16px;
}
#_name .sec-list-02 .item + .item {
  margin-top: 24px;
}
#_name .sec-list-02 .img-text {
  max-width: 113px;
  width: 100%;
  text-align: right;
}
#_name .sec-list-02 .single {
  width: 24px;
}
#_name .sec-text {
  margin: 0 auto;
  max-width: 770px;
  width: 100%;
  font-size: 16px;
  letter-spacing: .05em;
  line-height: 2.43;
}
#_name .sec-text .char {
  display: inline-block;
  height: 1.93em;
  color: transparent;
  vertical-align: -4px;
}
#_name .sec-text .char.-ml {
  margin-left: -4px;
}
#_name .sec-text .text-axalpha {
  width: 112px;
  background: url(../img/company/text-axalpha.svg) center/ contain no-repeat;
  margin-right: 6px;
}
#_name .sec-text .text-a {
  width: 16px;
  background: url(../img/company/text-a.svg) center/ contain no-repeat;
  margin: 0 4px;
}
#_name .sec-text .text-x {
  width: 16px;
  background: url(../img/company/text-x.svg) center/ contain no-repeat;
  margin: 0 4px;
}
#_name .sec-text .text-alpha {
  width: 71px;
  background: url(../img/company/text-alpha.svg) center/ contain no-repeat;
  margin: 0 4px;
}
/* TAB */
@media screen and (max-width: 1024px) {
  #_name {
    padding-top: 95px;
    padding-bottom: 95px;
  }
  #_name .sec-box {
    padding: 51px 15px;
  }
  #_name .sec-box + .sec-box {
    margin-top: 64px;
  }
  #_name .sec-box .image {
    margin-bottom: 41px;
  }
  #_name .sec-box .image.-high {
    max-width: 275px;
    padding-top: 10px;
  }
  #_name .sec-box .image.-low {
    max-width: 310px;
  }
  #_name .sec-box .head {
    font-size: 24px;
    padding-bottom: 20px;
    margin-bottom: 34px;
  }
  #_name .sec-box .head::before {
    width: 55px;
  }
  #_name .sec-box .head .head-x {
    width: 27px;
  }
  #_name .sec-list-01 .item + .item {
    margin-top: 22px;
  }
  #_name .sec-list-01 .title {
    font-size: 24px;
  }
  #_name .sec-list-01 .img-x {
    width: 14px;
  }
  #_name .sec-list-01 .top {
    font-size: 18px;
  }
  #_name .sec-list-02 {
    margin-bottom: 34px;
  }
  #_name .sec-list-02 .item {
    grid-template-columns: 88px 1fr;
    gap: 20px;
    font-size: 15px;
  }
  #_name .sec-list-02 .item + .item {
    margin-top: 20px;
  }
  #_name .sec-list-02 .img-text {
    width: 88px;
  }
  #_name .sec-list-02 .single {
    width: 19px;
  }
  #_name .sec-text {
    font-size: 15px;
  }
  #_name .sec-text .text-axalpha {
    width: 95px;
  }
  #_name .sec-text .text-a {
    width: 13px;
  }
  #_name .sec-text .text-x {
    width: 13px;
  }
  #_name .sec-text .text-alpha {
    width: 60px;
  }
}
/* SP */
@media screen and (max-width: 768px) {
  #_name {
    padding-top: 70px;
    padding-bottom: 70px;
  }
  #_name .sec-box {
    padding: 38px 10px;
  }
  #_name .sec-box + .sec-box {
    margin-top: 48px;
  }
  #_name .sec-box .image {
    margin-bottom: 34px;
  }
  #_name .sec-box .image.-high {
    max-width: 225px;
    padding-top: 8px;
  }
  #_name .sec-box .image.-low {
    max-width: 255px;
  }
  #_name .sec-box .head {
    font-size: 20px;
    padding-bottom: 16px;
    margin-bottom: 28px;
  }
  #_name .sec-box .head::before {
    width: 45px;
  }
  #_name .sec-box .head .head-x {
    width: 22px;
  }
  #_name .sec-list-01 .item {
    gap: 10px;
  }
  #_name .sec-list-01 .item + .item {
    margin-top: 20px;
  }
  #_name .sec-list-01 .title {
    font-size: 20px;
  }
  #_name .sec-list-01 .img-x {
    min-width: 11px;
  }
  #_name .sec-list-01 .top {
    font-size: 16px;
  }
  #_name .sec-list-02 {
    margin-bottom: 28px;
  }
  #_name .sec-list-02 .item {
    grid-template-columns: 62px 1fr;
    gap: 16px;
    font-size: 14px;
  }
  #_name .sec-list-02 .item + .item {
    margin-top: 16px;
  }
  #_name .sec-list-02 .img-text {
    width: 62px;
  }
  #_name .sec-list-02 .single {
    width: 14px;
    vertical-align: baseline;
  }
  #_name .sec-text {
    font-size: 14px;
  }
  #_name .sec-text .text-axalpha {
    width: 78px;
    margin-right: 4px;
  }
  #_name .sec-text .text-a {
    width: 11px;
    margin: 0 3px;
  }
  #_name .sec-text .text-x {
    width: 11px;
    margin: 0 3px;
  }
  #_name .sec-text .text-alpha {
    width: 49px;
    margin: 0 3px;
  }
}

#_ceo {
  background: #F5F5F7;
  padding-top: 120px;
  padding-bottom: 120px;
}
#_ceo .sec-title {
  text-align: center;
  margin-bottom: 48px;
}
#_ceo .sec-image {
  margin: 0 auto 24px;
  max-width: 642px;
  width: 100%;
}
#_ceo .sec-image img {
  border-radius: 12px;
}
#_ceo .sec-text {
  text-align: center;
  margin-bottom: 48px;
}
#_ceo .sec-text .en {
  font-size: 16px;
  font-weight: 600;
  font-family: var(--ff-en);
  color: #6B7280;
  letter-spacing: .05em;
  line-height: 1.2;
}
#_ceo .sec-text .name {
  font-size: 28px;
  font-weight: 700;
  letter-spacing: .05em;
  line-height: 1.46;
  margin-bottom: 6px;
}
#_ceo .sec-text .profile {
  font-size: 14px;
  letter-spacing: .05em;
  line-height: 1.5;
}
#_ceo .sec-text .slash {
  margin: 0 8px;
}
#_ceo .sec-list {
  max-width: 642px;
  width: 100%;
  margin: 0 auto;
  position: relative;
  padding-bottom: 26px;
}
#_ceo .sec-list::before {
  content: "";
  position: absolute;
  width: 1px;
  height: calc(100% - 12px);
  background: #9CA3AF;
  top: 12px;
  left: 135px;
}
#_ceo .sec-list .item {
  display: grid;
  grid-template-columns: 127px 1fr;
  gap: 0 48px;
  position: relative;
}
#_ceo .sec-list .item + .item {
  margin-top: 26px;
}
#_ceo .sec-list .item::before {
  content: "";
  position: absolute;
  width: 11px;
  height: 11px;
  border-radius: 50%;
  background: var(--c-accent);
  top: 7px;
  left: 130px;
}
#_ceo .sec-list .date {
  font-size: 24px;
  font-weight: 600;
  font-family: var(--ff-en);
  letter-spacing: .03em;
  line-height: 1;
  color: #4B5563;
  white-space: nowrap;
}
#_ceo .sec-list .text {
  font-size: 14px;
  letter-spacing: .05em;
  line-height: 1.7;
}
/* TAB */
@media screen and (max-width: 1024px) {
  #_ceo {
    padding-top: 95px;
    padding-bottom: 95px;
  }
  #_ceo .sec-title {
    margin-bottom: 41px;
  }
  #_ceo .sec-image {
    margin-bottom: 20px;
  }
  #_ceo .sec-text {
    margin-bottom: 41px;
  }
  #_ceo .sec-text .en {
    font-size: 15px;
  }
  #_ceo .sec-text .name {
    font-size: 26px;
  }
  #_ceo .sec-text .profile {
    font-size: 13px;
  }
  #_ceo .sec-text .slash {
    margin: 0 7px;
  }
  #_ceo .sec-list {
    padding-bottom: 22px;
  }
  #_ceo .sec-list::before {
    left: 124px;
  }
  #_ceo .sec-list .item {
    grid-template-columns: 108px 1fr;
    gap: 0 38px;
  }
  #_ceo .sec-list .item + .item {
    margin-top: 22px;
  }
  #_ceo .sec-list .item::before {
    width: 9px;
    height: 9px;
    left: 120px;
  }
  #_ceo .sec-list .date {
    font-size: 21px;
  }
}
/* SP */
@media screen and (max-width: 768px) {
  #_ceo {
    padding-top: 70px;
    padding-bottom: 70px;
  }
  #_ceo .sec-title {
    margin-bottom: 35px;
  }
  #_ceo .sec-image {
    margin-bottom: 16px;
  }
  #_ceo .sec-text {
    margin-bottom: 35px;
  }
  #_ceo .sec-text .en {
    font-size: 14px;
  }
  #_ceo .sec-text .name {
    font-size: 24px;
  }
  #_ceo .sec-text .profile {
    font-size: 12px;
  }
  #_ceo .sec-text .slash {
    margin: 0 6px;
  }
  #_ceo .sec-list {
    padding-bottom: 18px;
  }
  #_ceo .sec-list::before {
    left: 100px;
  }
  #_ceo .sec-list .item {
    grid-template-columns: 90px 1fr;
    gap: 0 30px;
  }
  #_ceo .sec-list .item + .item {
    margin-top: 18px;
  }
  #_ceo .sec-list .item::before {
    width: 7px;
    height: 7px;
    left: 97px;
  }
  #_ceo .sec-list .date {
    font-size: 17px;
  }
}

#_company {
  padding-top: 120px;
  padding-bottom: 50px;
}
#_company .sec-title {
  text-align: center;
  margin-bottom: 48px;
}
#_company .sec-list {
  border-top: 1px solid #D9D9D9;
	font-weight: 400;
}
/* TAB */
@media screen and (max-width: 1024px) {
  #_company {
    padding-top: 95px;
    padding-bottom: 40px;
  }
  #_company .sec-title {
    margin-bottom: 41px;
  }
}
/* SP */
@media screen and (max-width: 768px) {
  #_company {
    padding-top: 70px;
    padding-bottom: 30px;
  }
  #_company .sec-title {
    margin-bottom: 35px;
  }
}

