/* CSS変数 */
:root {
  /* font */
  --Blinker: "Blinker", sans-serif;
  /* color */
  --default-color: #ffffff;
  --sub-color: #333333;
}

.sp_photo {
  display: none;
}

.about_company_info {
  color: #333333;
  padding-top: 26rem;
  max-width: 144rem;
  margin: 0 auto;
}

.about_company_info_container {
  margin-left: 23rem;
}

.about_company_title h2 {
  font-size: 4rem;
  font-weight: bold;
  letter-spacing: calc(3.2 / 40);
  line-height: calc(60 / 40);
  padding-bottom: 1rem;
}

.about_company_title p {
  font-family: var(--Blinker);
  font-size: 2rem;
  font-weight: 600;
  letter-spacing: 0.075em;
  letter-spacing: calc(1.2 / 20);
  line-height: calc(20 / 20);
}

.about_company_main_visual {
  display: flex;
  justify-content: flex-end;
}

.about_company_list_items {}

/* cssで画像を制御しています。pc版の画像です。*/
.about_responsive_main_bg_img {
  background-image: url("../img/drawn02.jpg");
  background-size: cover;
  background-position: center;
  width: 95rem;
  height: 45rem;
  position: relative;
}

.about_main_img_text_box {
  position: absolute;
  display: flex;
  flex-direction: column;
  row-gap: 1.6rem;
  margin: 0;
  top: 10rem;
  left: -18rem;
}

.about_company_main_visual li {
  list-style: none;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1;
  line-height: calc(16 / 16);
  color: #ffffff;
  border: 0.1rem solid #141414;
  padding: 0 0.5rem;
  background-color: #141414;
  height: 3.4rem;
  display: flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
}

.about_company_gsa {
  color: #333333;
  width: 109rem;
  margin: 0 auto;
  padding-top: 12rem;
  display: flex;
  gap: 17rem;
}

.about_company_gsa_title {
  width: 12rem;
}

.about_company_gsa_title h3 {
  font-size: 2.4rem;
  font-weight: bold;
  line-height: calc(35 / 24);
  color: #254792;
}

.about_company_gsa_title h4 {
  font-family: var(--Blinker);
  font-size: 2rem;
  font-weight: 600;
  letter-spacing: calc(1.2 / 20);
  line-height: calc(24 / 20);
}

.about_company_gsa_items {
  width: 80rem;
}

.about_company_gsa_items p {
  font-size: 1.6rem;
  line-height: calc(28 / 16);
  padding-bottom: 2.7rem;
  overflow-wrap: break-word;
}

.about_company_gsa_items p:nth-child(5) {
  padding: 0;
}

.about_company_img_gallery {
  width: 100%;
  max-width: 190rem;
  padding-top: 6rem;
  display: flex;
  justify-content: space-between;
  gap: 3rem;
  margin: 0 auto;
}

.about_company_img_gallery img:nth-child(1) {
  object-fit: cover;
  object-position: right center;
  width: 40rem;
  min-width: 0;
  height: 32.4rem;
  flex-shrink: 1;
  border-radius: 0.4rem;
}

.about_company_img_gallery img:nth-child(2) {
  object-fit: cover;
  object-position: left center;
  width: 40rem;
  height: 32.4rem;
  flex-shrink: 0;
  border-radius: 0.4rem;
}

.about_company_img_gallery img:nth-child(3) {
  object-fit: cover;
  object-position: left center;
  width: 40rem;
  height: 32.4rem;
  flex-shrink: 0;
  border-radius: 0.4rem;
}

.about_company_img_gallery img:nth-child(4) {
  width: 40rem;
  object-fit: cover;
  object-position: left center;
  width: 40rem;
  min-width: 0;
  height: 32.4rem;
  flex-shrink: 1;
  border-radius: 0.4rem;
}

.about_company_management_container {
  color: #333333;
  width: 109rem;
  margin: 0 auto;
  padding-top: 12rem;
}

.about_company_management {
  display: flex;
  gap: 19.4rem;
}

.about_company_management_title {
  padding-top: 0.4rem;
}

.about_company_management_title h3 {
  font-size: 2.4rem;
  font-weight: bold;
  line-height: calc(35 / 24);
  color: #254792;
}

.about_company_management_title h4 {
  font-family: var(--Blinker);
  font-size: 2rem;
  font-weight: 600;
  letter-spacing: calc(1.2 / 20);
  line-height: calc(24 / 20);
}

.about_company_purpose {
  display: flex;
  flex-direction: column;
  gap: 6rem;
}

.about_company_purpose dt {
  font-family: var(--Blinker);
  font-size: 1.6rem;
  font-weight: 600;
  letter-spacing: calc(0.77 / 16);
  line-height: calc(19 / 16);
}

.about_company_purpose dd {
  color: #011229;
  font-size: 2.4rem;
  font-weight: bold;
  line-height: calc(36 / 24);
  padding-top: 2.4rem;
  padding-bottom: 6.2rem;
}

.about_company_purpose dd:last-child {
  padding-bottom: 0;
}

.about_company_president_info {
  color: #333333;
  width: 109rem;
  padding-top: 12rem;
  margin: 0 auto;
}

.about_company_president_title h3 {
  font-size: 2.4rem;
  font-weight: bold;
  line-height: calc(35 / 24);
  color: #254792;
}

.about_company_president_title h4 {
  font-family: var(--Blinker);
  font-size: 2rem;
  font-weight: 600;
  letter-spacing: calc(1.2 / 20);
  line-height: calc(24 / 20);
}

.about_company_president_profile {
  display: flex;
  gap: 4rem;
  padding-top: 3rem;
}

/* cssで画像を制御しています。pc版の画像です。*/
.about_company_president_img {
  background-image: url("../img/Shuichi_Watanabe.jpg");
  background-size: cover;
  background-position: center;
  width: 40rem;
  height: 50rem;
  border-radius: 0.4rem;
  flex-shrink: 0;
}

.about_company_president_items {
  padding-top: 6.2rem;
}

.about_company_president_items h3 {
  font-size: 1.6rem;
  font-weight: 400;
  line-height: calc(24em / 16);
}

.about_company_president_items h4 {
  font-size: 2rem;
  font-weight: bold;
  line-height: calc(28em / 20);
  color: #254792;
  padding-top: 1rem;
  padding-bottom: 6.5rem;
}

.about_company_president_items p {
  font-size: 1.6rem;
  line-height: calc(28em / 16);
  padding-bottom: 2.6rem;
}

.about_company_president_items p:last-child {
  padding-bottom: 0;
}

.about_company_profile_container {
  color: #333333;
  width: 109rem;
  margin: 0 auto;
  padding-top: 12rem;
}

.about_company_profile {
  display: flex;
  justify-content: space-between;
}

.about_company_profile_title h3 {
  font-size: 2.4rem;
  font-weight: bold;
  line-height: calc(35 / 24);
  color: #254792;
  width: max-content;
}

.about_company_profile_title h4 {
  font-family: var(--Blinker);
  font-size: 2rem;
  font-weight: 600;
  line-height: calc(24 / 20);
  letter-spacing: calc(1.2 / 20);
  width: max-content;
}

.about_company_profile_content_container {
  width: 80rem;
  margin: 0;
}

.about_company_profile_box {
  display: flex;
  border-bottom: 0.1rem solid #c8c8c8;
  padding: 2rem 0 1.9rem;
}

.about_company_profile_box:first-child {
  padding-top: 0;
}

.about_item_space {
  margin-right: 2rem;
}

.about_company_profile_title_box {
  width: 22.4rem;
  flex-shrink: 0;
}

.about_company_profile_text_title,
.about_comany_profile_text,
.about_profile_link_text {
  font-size: 1.6rem;
  line-height: calc(24em / 16);
}

.about_company_profile_text_title {
  padding-left: 4rem;
}

.about_comany_profile_text+.about_comany_profile_text {
  padding-top: 1.5rem;
}

.about_profile_link {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.about_profile_link_text {
  color: #333333;
  position: relative;
}

.about_profile_link_text::after {
  content: "";
  display: inline-block;
  width: 100%;
  position: absolute;
  border-bottom: solid 0.1rem #333333;
  bottom: 0;
  left: 0;
  opacity: 0;
}

.about_profile_link:hover .about_profile_link_text::after {
  opacity: 1;
}

.about_company_profile td a {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 1rem;
}

.sp_paragraph {
  display: none;
}

.about_company_profile img {
  width: 1.6rem;
  height: 1.6rem;
}

.about_company_profile tr:nth-child(5) th,
.about_company_profile tr:nth-child(6) th,
.about_company_profile tr:nth-child(7) th,
.about_company_profile tr:nth-child(8) th {
  vertical-align: top;
}

.about_company_partner {
  color: #333333;
  padding-top: 12rem;
  width: 109rem;
  margin: 0 auto;
  display: block;
}

.about_company_partner_title {
  margin: 0 auto;
  padding-bottom: 2.5rem;
}

.about_company_partner_title h3 {
  font-size: 2.4rem;
  font-weight: bold;
  line-height: calc(35 / 24);
  color: #254792;
}

.about_company_partner_title h4 {
  font-family: var(--Blinker);
  font-size: 2rem;
  font-weight: 600;
  line-height: calc(24 / 20);
  letter-spacing: calc(1.2 / 20);
}

.about_company_partner_introduction {
  display: grid;
  grid-template-columns: 20rem 20rem 20rem 20rem 20rem;
  justify-content: space-between;
  row-gap: 2.5rem;
  margin: 0 auto 20rem auto;
}

.about_company_partner_introduction img {
  width: 20rem;
  height: 11.2rem;
  object-fit: cover;
  border-radius: 0.4rem;
}

.about_company_partner_introduction li {
  list-style: none;
}

.about_company_partner_introduction p {
  font-size: 1.4rem;
  line-height: calc(20em / 14);
  text-align: center;
  padding-top: 0.4rem;
}

@media screen and (max-width: 699.99px) {
  .about_company_info {
    padding-top: 17.5rem;
  }

  .about_company_info_container {
    width: 34.3rem;
    margin: 0 auto;
  }

  .about_company_title {
    padding-left: 0;
  }

  .about_company_title h2 {
    font-size: 2.8rem;
    letter-spacing: calc(1.57 / 28);
    line-height: calc(42 / 28);
    text-align: center;
    padding-bottom: 0;
  }

  .about_company_title p {
    font-size: 1.6rem;
    letter-spacing: calc(0.77 / 16);
    line-height: calc(16 / 16);
    text-align: center;
    padding-top: 1.4rem;
    padding-bottom: 4.5rem;
  }

  /* cssで画像を制御しています。sp版の画像です。*/
  .about_responsive_main_bg_img {
    background-image: url("../img/drawn02.jpg");
    background-size: cover;
    background-position: center;
    width: 30rem;
    height: 40rem;
  }

  .about_main_img_text_box {
    left: -4.3rem;
    row-gap: 1.4rem;
    top: 9rem;
  }

  .about_company_main_visual li {
    font-size: 1.4rem;
    line-height: calc(16em / 14);
    padding: 0.5rem;
    height: 3rem;
  }

  .about_company_main_visual li:nth-child(1) {
    top: 9.3rem;
    left: 2.62rem;
  }

  .about_company_main_visual li:nth-child(2) {
    top: 13.6rem;
    left: 3.45rem;
  }

  .about_company_main_visual li:nth-child(3) {
    top: 18rem;
    left: 1.65rem;
  }

  .about_company_gsa {
    width: 34.3rem;
    padding-top: 4.5rem;
    flex-direction: column;
    gap: 3.2rem;
  }

  .about_company_gsa_title {
    width: 34.3rem;
    margin: 0 auto;
    padding-top: 0;
  }

  .about_company_gsa_title h3 {
    font-size: 2rem;
    line-height: calc(29 / 20);
    padding-right: 0;
  }

  .about_company_gsa_title h4 {
    font-size: 1.4rem;
    letter-spacing: calc(0.59 / 14);
    line-height: calc(16 / 14);
  }

  .about_company_gsa_items {
    width: 100%;
    padding-left: 0;
  }

  .about_company_gsa_items p {
    font-size: 1.4rem;
    line-height: calc(21em / 14);
    padding-bottom: 2.075rem;
  }

  .about_company_gsa_items p:nth-child(2) {
    width: 33.38rem;
  }

  .about_company_img_gallery {
    overflow: hidden;
    padding-top: 5rem;
    justify-content: space-between;
    gap: 2rem;
  }

  .about_company_img_gallery img:nth-child(1) {
    display: none;
  }

  .about_company_img_gallery img:nth-child(4) {
    display: none;
  }

  .about_company_img_gallery img:nth-child(2) {
    width: auto;
    object-position: center right;
    max-width: 17.8rem;
    height: 16.2rem;
  }

  .about_company_img_gallery img:nth-child(3) {
    width: auto;
    max-width: 17.8rem;
    height: 16.2rem;
  }

  .about_company_management_container,
  .about_company_president_info,
  .about_company_profile_container,
  .about_company_partner {
    width: 34.3rem;
    margin: 0 auto;
  }

  .about_company_management_container {
    padding-top: 5rem;
  }

  .about_company_management {
    flex-direction: column;
    gap: 3.2rem;
  }

  .about_company_management_title {
    width: 34.3rem;
    margin: 0 auto;
    padding: 0;
  }

  .about_company_management_title h3 {
    font-size: 2rem;
    line-height: calc(29 / 20);
  }

  .about_company_management_title h4 {
    font-size: 1.4rem;
    letter-spacing: calc(0.59 / 14);
    line-height: calc(16 / 14);
  }

  .about_company_purpose {
    width: 100%;
    gap: 3.2rem;
  }

  .about_company_purpose dt {
    font-size: 1.4rem;
    letter-spacing: calc(0.59 / 14);
    line-height: calc(14em / 14);
  }

  .about_company_purpose dd {
    font-size: 1.6rem;
    padding-top: 1.6rem;
    padding-bottom: 3.2rem;
  }

  .about_mission {
    padding-top: 0.3rem;
  }

  .about_value {
    padding-top: 0.3rem;
  }

  .about_company_president_info {
    width: 34.3rem;
    padding-top: 6.4rem;
  }

  .about_company_president_title h3 {
    font-size: 2rem;
    line-height: calc(29 / 20);
  }

  .about_company_president_title h4 {
    font-size: 1.4rem;
    letter-spacing: calc(0.59 / 14);
    line-height: calc(16 / 14);
  }

  .about_company_president_profile {
    flex-direction: column;
    gap: 3.2rem;
    padding-top: 3.2rem;
  }

  /* cssで画像を制御しています。sp版の画像です。*/
  .about_company_president_img {
    background-image: url("../img/Shuichi_Watanabe.jpg");
    background-size: cover;
    background-position: center;
    width: 34.3rem;
    height: 34.3rem;
    border-radius: 0.4rem;
  }

  .about_company_president_items {
    padding: 0;
  }

  .about_company_president_items h3 {
    font-size: 1.6rem;
    line-height: calc(24em / 16);
    padding-top: 0;
  }

  .about_company_president_items h4 {
    font-size: 1.8rem;
    line-height: calc(27em / 18);
    padding-top: 0.8rem;
    padding-bottom: 2rem;
  }

  .about_company_president_items p {
    font-size: 1.4rem;
    line-height: calc(21em / 14);
    padding-bottom: 2rem;
  }

  .about_company_president_items p:last-child {
    padding-bottom: 0;
  }

  .about_company_profile_container {
    padding-top: 6.4rem;
  }

  .about_company_profile {
    flex-direction: column;
    padding-top: 0;
    gap: 3.8rem;
  }

  .about_company_profile_text_title,
  .about_comany_profile_text,
  .about_profile_link_text {
    font-size: 1.4rem;
  }

  .about_company_profile_title {
    width: 34.3rem;
    margin: 0 auto;
    padding-top: 0;
  }

  .about_company_profile_title h3 {
    font-size: 2rem;
    line-height: calc(29 / 20);
  }

  .about_company_profile_title h4 {
    font-size: 1.4rem;
    letter-spacing: calc(0.59 / 14);
    line-height: calc(16 / 14);
  }

  .about_company_profile_content_container {
    width: 100%;
  }

  .about_company_profile_box {
    padding: 2rem 0 1.9rem;
  }

  .about_company_profile_title_box {
    width: 11rem;
  }

  .about_company_profile_text_title {
    padding-left: 1.4rem;
    font-weight: bold;
  }

  .about_comany_profile_text+.about_comany_profile_text {
    padding-top: 1rem;
  }

  .about_profile_link_text {
    text-decoration: underline;
  }

  .about_company_profile img {
    width: 1.4rem;
    height: 1.4rem;
    color: var(--sub-color);
  }

  .sp_paragraph {
    display: block;
  }

  .about_company_partner {
    padding-top: 9rem;
    margin: 0 auto;
    padding-bottom: 12rem;
  }

  .about_company_partner_title {
    padding-bottom: 3.5rem;
  }

  .about_company_partner_title h3 {
    font-size: 2rem;
    line-height: calc(29 / 20);
  }

  .about_company_partner_title h4 {
    font-size: 1.4rem;
    letter-spacing: calc(0.59 / 14);
    line-height: calc(16 / 14);
  }

  .about_company_partner_introduction {
    grid-template-columns: 15rem 15rem;
  }

  .about_company_partner_introduction {
    width: 31.5rem;
    margin: 0 auto;
    column-gap: 1.5rem;
    row-gap: 2rem;
  }

  .about_company_partner_introduction img {
    width: 15rem;
    height: 8.4rem;
    object-fit: cover;
    text-align: center;
  }

  .about_company_partner_introduction p {
    padding-top: 0.5rem;
  }

  /*================================
  英語版
================================*/
  .about_company_main_visual_en {
    font-size: 1.4rem;
    line-height: calc(30 / 14);
    padding: 0 0.5rem;
    /* height: 3rem; */
  }

  .about_company_main_visual_en .about_text_wide{
    font-size: 1.4rem;
    line-height: calc(40 / 28);
    padding: 0.5rem;
    height: unset;
  }


  .about_company_main_visual_en li:nth-child(1) {
    width: 100%;
    padding-right: 0.4rem;
  }

  .about_company_profile_title_box {
    width: 13rem;
  }

  .about_comany_profile_text {
    padding-left: 2rem;
  }
}