.bg-about {
  background-color: #242324;
}

.bg-about-staff,
.bg-page-team-terms {
  background-color: #eb0016;
}

.bg-about,
.bg-about-staff,
.bg-page-team-terms {
  background-image: url(../img/about/img-about-header-title-pc.png);
  color: #fff;
  background-repeat: no-repeat;
  background-position: top center;
}
@media (max-width: 1200px) {
  .bg-about,
  .bg-about-staff,
  .bg-page-team-terms {
    background-image: url(../img/about/img-about-header-title-sp.png);
  }
}

.main-page.page-about h1.title-page {
  font-size: 60px;
  font-weight: bold;
  margin-top: 90px;
}
@media (max-width: 1200px) {
  .main-page.page-about h1.title-page {
    font-size: 30px;
    margin-top: 100px;
  }
}
.main-page.page-about .ul-about-menu {
  margin-top: 98px;
  margin-bottom: 60px;
  width: 100%;
  max-width: 667px;
  border-radius: 35px;
  background-color: #fff;
  justify-content: space-around;
  align-items: center;
  display: flex;
}
@media (max-width: 1200px) {
  .main-page.page-about .ul-about-menu {
    margin-top: 45px;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 30px;
  }
}
.main-page.page-about .ul-about-menu li {
  width: 33.3333333333%;
  text-align: center;
}
@media (max-width: 1200px) {
  .main-page.page-about .ul-about-menu li:nth-child(1) {
    padding-left: 15px;
  }
  .main-page.page-about .ul-about-menu li:nth-child(3) {
    padding-right: 15px;
  }
}
.main-page.page-about .ul-about-menu li a {
  justify-content: center;
  align-items: center;
  display: flex;
  width: 100%;
  padding: 22px;
  font-size: 18px;
  font-weight: 500;
  color: #000;
  font-weight: bold;
}
@media (max-width: 1200px) {
  .main-page.page-about .ul-about-menu li a {
    font-size: 14px;
    padding: 18.5px 0;
  }
}
.main-page.page-about .ul-about-menu li a::before {
  width: 20px;
  height: 6px;
  content: "";
  background-image: url(../img/about/img-about-arrow-bk.svg);
  background-size: 10px 6px;
  background-repeat: no-repeat;
  background-position: left center;
}
@media (max-width: 1200px) {
  .main-page.page-about .ul-about-menu li a::before {
    width: 14px;
    height: 5px;
    background-size: 8px 5px;
  }
}
.main-page.page-about .ul-about-menu li a.active {
  color: #eb0016;
}
.main-page.page-about .ul-about-menu li a.active::before {
  background-image: url(../img/about/img-about-arrow-rd.svg);
}
.main-page.page-about .s-page-about {
  padding-bottom: 60px;
}
@media (max-width: 1200px) {
  .main-page.page-about .s-page-about {
    padding-bottom: 26px;
  }
}
.main-page.page-about .s-page-about .container {
  max-width: 1375px;
  padding-left: 6.2%;
}
@media (max-width: 1200px) {
  .main-page.page-about .s-page-about .container {
    padding-left: 0px;
    padding-right: 0px;
    width: 100%;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
  }
}
.main-page.page-about .s-page-about .d-concept,
.main-page.page-about .s-page-about .d-concept-big {
  justify-content: space-between;
  align-items: center;
  display: flex;
  align-items: flex-start;
  margin-bottom: 55px;
}
@media (max-width: 1200px) {
  .main-page.page-about .s-page-about .d-concept,
  .main-page.page-about .s-page-about .d-concept-big {
    display: block;
  }
}
.main-page.page-about .s-page-about .d-concept .content,
.main-page.page-about .s-page-about .d-concept-big .content {
  width: 50%;
}
@media (max-width: 1200px) {
  .main-page.page-about .s-page-about .d-concept .content,
  .main-page.page-about .s-page-about .d-concept-big .content {
    width: 100%;
  }
}
.main-page.page-about .s-page-about .d-concept .content .title-page,
.main-page.page-about .s-page-about .d-concept-big .content .title-page {
  margin-top: 161px;
  font-size: 60px;
  font-weight: bold;
  color: #fefefe;
  line-height: 1;
}
.main-page.page-about .s-page-about .d-concept .content h2.title-content,
.main-page.page-about .s-page-about .d-concept-big .content h2.title-content {
  font-size: 40px;
  font-weight: bold;
  margin-bottom: 25px;
}
@media (max-width: 1200px) {
  .main-page.page-about .s-page-about .d-concept .content h2.title-content,
  .main-page.page-about .s-page-about .d-concept-big .content h2.title-content {
    font-size: 24px;
  }
}
.main-page.page-about .s-page-about .d-concept .content h2.title-big,
.main-page.page-about .s-page-about .d-concept-big .content h2.title-big {
  font-size: 82.206px;
  font-weight: bold;
  text-wrap: nowrap;
  transform: matrix(1.1069686386, 0, 0, 1.5813837694, 0, 0);
  z-index: 3;
  position: relative;
  padding-left: 20px;
  left: 0;
  top: -64px;
}
@media (max-width: 1500px) {
  .main-page.page-about .s-page-about .d-concept .content h2.title-big,
  .main-page.page-about .s-page-about .d-concept-big .content h2.title-big {
    font-size: 50px;
  }
}
@media (max-width: 1200px) {
  .main-page.page-about .s-page-about .d-concept .content h2.title-big,
  .main-page.page-about .s-page-about .d-concept-big .content h2.title-big {
    font-size: 25.294px;
    font-weight: bold;
    line-height: 2.025;
  }
}
.main-page.page-about .s-page-about .d-concept .content p,
.main-page.page-about .s-page-about .d-concept-big .content p {
  font-size: 19px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 2.58;
}
@media (max-width: 1200px) {
  .main-page.page-about .s-page-about .d-concept .content p,
  .main-page.page-about .s-page-about .d-concept-big .content p {
    font-size: 12px;
    line-height: 2.46;
  }
}
.main-page.page-about .s-page-about .d-concept .img-concept-01,
.main-page.page-about .s-page-about .d-concept .img-concept-02,
.main-page.page-about .s-page-about .d-concept-big .img-concept-01,
.main-page.page-about .s-page-about .d-concept-big .img-concept-02 {
  width: 50%;
  max-width: 600px;
  height: auto;
}
@media (max-width: 1200px) {
  .main-page.page-about .s-page-about .d-concept .img-concept-01,
  .main-page.page-about .s-page-about .d-concept .img-concept-02,
  .main-page.page-about .s-page-about .d-concept-big .img-concept-01,
  .main-page.page-about .s-page-about .d-concept-big .img-concept-02 {
    width: 100%;
  }
}
.main-page.page-about .s-page-about .d-concept .img-concept-01,
.main-page.page-about .s-page-about .d-concept-big .img-concept-01 {
  margin-top: 16px;
}
.main-page.page-about .s-page-about .d-concept {
  margin-bottom: 120px;
}
@media (max-width: 1200px) {
  .main-page.page-about .s-page-about .d-concept {
    margin-bottom: 30px;
  }
}
@media (max-width: 1200px) {
  .main-page.page-about .s-page-about .d-concept-big {
    display: grid;
    margin-bottom: 25px;
  }
}
@media (max-width: 1200px) {
  .main-page.page-about .s-page-about .d-concept-big .content {
    order: 2;
  }
}
@media (max-width: 1200px) {
  .main-page.page-about .s-page-about .d-concept-big .content h2.title-big {
    top: -23px;
    left: 5px;
  }
}
@media (max-width: 1200px) {
  .main-page.page-about .s-page-about .d-concept-big .img-concept-02 {
    order: 1;
  }
}
@media (max-width: 1200px) {
  .main-page.page-about .s-page-about .bg-img-concept {
    max-width: fit-content;
    margin: 0 auto;
  }
}
@media (max-width: 1200px) {
  .main-page.page-about .s-page-about .bg-img-concept .img-concept-03-pc {
    display: none;
  }
}
.main-page.page-about .s-page-about .bg-img-concept .img-concept-03-sp,
.main-page.page-about .s-page-about .bg-img-concept .img-concept-04-sp {
  display: none;
}
@media (max-width: 1200px) {
  .main-page.page-about .s-page-about .bg-img-concept .img-concept-03-sp,
  .main-page.page-about .s-page-about .bg-img-concept .img-concept-04-sp {
    display: block;
  }
}
.main-page.page-about .s-page-about .bg-img-concept img {
  width: 100%;
  max-width: 100%;
}

.s-page-practice {
  background-color: #eb0016;
  padding-top: 60px;
  padding-bottom: 90px;
}
@media (max-width: 1200px) {
  .s-page-practice {
    padding-top: 18px;
    padding-bottom: 28px;
  }
}
.s-page-practice .container {
  max-width: 1495px;
  padding-left: 9.8%;
}
@media (max-width: 1200px) {
  .s-page-practice .container {
    max-width: 600px;
    padding-left: 0px;
    margin-left: auto;
    margin-right: auto;
  }
}
.s-page-practice .title-page {
  margin-top: 17px;
  font-size: 40px;
  margin-bottom: 40px;
  font-weight: bold;
}
@media (max-width: 1200px) {
  .s-page-practice .title-page {
    font-size: 24px;
  }
}
.s-page-practice .d-practice {
  justify-content: space-between;
  align-items: center;
  display: flex;
  align-items: flex-start;
}
@media (max-width: 1200px) {
  .s-page-practice .d-practice {
    display: block;
  }
}
.s-page-practice .d-practice .content h2.title-content {
  font-size: 40px;
  font-weight: bold;
}
@media (max-width: 1200px) {
  .s-page-practice .d-practice .content h2.title-content {
    font-size: 24px;
  }
}
.s-page-practice .d-practice .content p {
  font-size: 19px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 2.58;
}
.s-page-practice .d-practice .img-concept-01 {
  width: 40%;
  max-width: 600px;
}
.s-page-practice .practice-info .ul-practice-info {
  font-size: 22px;
  font-weight: 500;
  margin-bottom: 70px;
}
@media (max-width: 1200px) {
  .s-page-practice .practice-info .ul-practice-info {
    font-size: 14px;
    max-width: 600px;
    margin-bottom: 10px;
  }
}
.s-page-practice .practice-info .ul-practice-info li {
  margin-bottom: 30px;
  background-image: url(../img/about/img-practice-icon.svg);
  background-position: left top 7px;
  background-repeat: no-repeat;
  background-size: 20px 20px;
  padding-left: 31px;
}
@media (max-width: 1200px) {
  .s-page-practice .practice-info .ul-practice-info li {
    margin-bottom: 20px;
    background-size: 17px 17px;
    background-position: left top 2px;
    padding-left: 26px;
  }
}
.s-page-practice .practice-info .ul-practice-info small {
  font-size: 16px;
  display: block;
  margin-top: 5px;
}
@media (max-width: 1200px) {
  .s-page-practice .practice-info .ul-practice-info small {
    font-size: 12px;
  }
}
.s-page-practice .practice-info .link-contact {
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  border: 2px solid #fff;
  width: 401px;
  height: 71px;
  justify-content: center;
  align-items: center;
  display: flex;
}
@media (max-width: 1200px) {
  .s-page-practice .practice-info .link-contact {
    font-size: 16px;
    width: 100%;
    height: 63px;
    margin-left: auto;
    margin-right: auto;
  }
}
.s-page-practice .img-practice {
  width: 520px;
  height: 330px;
}
@media (max-width: 1200px) {
  .s-page-practice .img-practice {
    display: block;
    margin: 32px auto 0;
    max-width: 100%;
    height: auto;
  }
}

.title-about-sub {
  font-size: 40px;
  font-weight: bold;
  margin-bottom: 25px;
}
@media (max-width: 1200px) {
  .title-about-sub {
    display: none;
  }
}

.s-page-about-staff .container {
  max-width: 1200px;
}
@media (max-width: 1200px) {
  .s-page-about-staff .container {
    width: 100%;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
  }
}
.s-page-about-staff .d-staff-list {
  justify-content: space-between;
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 51px;
}
@media (max-width: 1200px) {
  .s-page-about-staff .d-staff-list {
    width: 100%;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 10px;
  }
}
.s-page-about-staff .d-staff-list .card-staff {
  width: calc((100% - 66px) / 3);
  height: 497px;
  font-weight: 500;
  font-size: 18px;
  color: #010101;
  text-align: center;
  margin-bottom: 41px;
  position: relative;
  object-fit: cover;
}
@media (max-width: 1200px) {
  .s-page-about-staff .d-staff-list .card-staff {
    width: calc((100% - 10px) / 2);
    max-width: 355px;
    height: max-content;
    font-size: 12px;
    margin-bottom: 19px;
  }
}
.s-page-about-staff .d-staff-list .card-staff:nth-child(3n) {
  margin-right: 0;
}
@media (max-width: 1200px) {
  .s-page-about-staff .d-staff-list .card-staff:nth-child(2n) {
    margin-right: 0px;
  }
}
.s-page-about-staff .d-staff-list .card-staff .img-staff {
  width: 100%;
  height: 497px;
  max-width: 370px;
}
@media (max-width: 1200px) {
  .s-page-about-staff .d-staff-list .card-staff .img-staff {
    height: 233px;
    width: auto;
  }
}
.s-page-about-staff .d-staff-list .card-staff .staff-name {
  min-height: 93px;
  margin-bottom: 24px;
  position: absolute;
  left: 0;
  bottom: 56px;
  width: 100%;
}
@media (max-width: 1200px) {
  .s-page-about-staff .d-staff-list .card-staff .staff-name {
    bottom: 5px;
    margin-bottom: 0;
  }
}
.s-page-about-staff .d-staff-list .card-staff .staff-name h3 {
  padding-top: 18px;
  font-size: 36px;
  padding-bottom: 10px;
}
@media (max-width: 1200px) {
  .s-page-about-staff .d-staff-list .card-staff .staff-name h3 {
    font-size: 18px;
    padding-bottom: 2px;
  }
}
.s-page-about-staff .d-staff-list .card-staff .staff-name h3.none {
  display: none;
}
.s-page-about-staff .d-staff-list .card-staff .staff-name h3.none + .name-en {
  margin-top: 83px;
}
.s-page-about-staff .d-staff-list .card-staff .staff-sns {
  position: absolute;
  left: 0;
  bottom: 30px;
  width: 100%;
}
@media (max-width: 1200px) {
  .s-page-about-staff .d-staff-list .card-staff .staff-sns {
    bottom: 10px;
    justify-content: center;
    align-items: center;
    display: flex;
  }
}
.s-page-about-staff .d-staff-list .card-staff .staff-sns a {
  justify-content: center;
  align-items: center;
  display: flex;
}
.s-page-about-staff .d-staff-list .card-staff .staff-sns a::before {
  content: "";
  background-image: url(../img/img-instagram-black.svg);
  background-repeat: no-repeat;
  background-position: left center;
  display: inline-block;
  margin-right: 10px;
  margin-top: 4px;
  width: 20px;
  height: 20px;
  background-size: 20px 20px;
}
@media (max-width: 1200px) {
  .s-page-about-staff .d-staff-list .card-staff .staff-sns a::before {
    width: 15px;
    height: 15px;
    background-size: 15px 15px;
    margin-top: 2px;
    margin-right: 4px;
  }
}

.s-page-team-terms {
  padding-bottom: 108px;
}
@media (max-width: 1200px) {
  .s-page-team-terms {
    padding-bottom: 30px;
  }
}
.s-page-team-terms .container {
  max-width: 1200px;
}
@media (max-width: 1200px) {
  .s-page-team-terms .container {
    width: 100%;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
  }
}
.s-page-team-terms .container .document {
  background: #fff;
  color: #000;
  padding-right: 56px;
  padding-left: 56px;
  padding-top: 70px;
  padding-bottom: 60px;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.67;
}
@media (max-width: 1200px) {
  .s-page-team-terms .container .document {
    font-size: 12px;
    line-height: 1.58;
    padding-right: 25px;
    padding-left: 25px;
    padding-top: 25px;
    padding-bottom: 25px;
  }
}
.s-page-team-terms .container .document h2 {
  font-size: 30px;
  font-weight: bold;
  text-align: center;
}
@media (max-width: 1200px) {
  .s-page-team-terms .container .document h2 {
    font-size: 17px;
  }
}
.s-page-team-terms .container .document h2 span {
  display: inline-block;
  margin-left: 20px;
}
@media (max-width: 1200px) {
  .s-page-team-terms .container .document h2 span {
    display: block;
    margin-left: 0px;
  }
}
.s-page-team-terms .container .document h3 {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.67;
  color: #eb0016;
  margin-top: 25px;
  font-weight: bold;
}
@media (max-width: 1200px) {
  .s-page-team-terms .container .document h3 {
    font-size: 12px;
  }
}
.s-page-team-terms .container .document .dl-company {
  display: flex;
  flex-wrap: wrap;
}
.s-page-team-terms .container .document .dl-company dt {
  width: 90px;
  font-weight: normal;
}
@media (max-width: 1200px) {
  .s-page-team-terms .container .document .dl-company dt {
    width: 60px;
  }
}
.s-page-team-terms .container .document .dl-company dd {
  width: calc(100% - 100px);
}
@media (max-width: 1200px) {
  .s-page-team-terms .container .document .dl-company dd {
    width: calc(100% - 70px);
  }
}
.s-page-team-terms .container .document .dl-person {
  display: flex;
  flex-wrap: wrap;
}
.s-page-team-terms .container .document .dl-person dt {
  width: 300px;
  font-weight: normal;
}
@media (max-width: 1200px) {
  .s-page-team-terms .container .document .dl-person dt {
    width: 200px;
  }
}
.s-page-team-terms .container .document .dl-person dd {
  width: calc(100% - 300px);
}
@media (max-width: 1200px) {
  .s-page-team-terms .container .document .dl-person dd {
    width: calc(100% - 200px);
  }
}
.s-page-team-terms .container .document p.last {
  margin-top: 25px;
  font-weight: bold;
}
@media (max-width: 1200px) {
  .s-page-team-terms .container .document p.last {
    margin-top: 15px;
  }
}