header,
main {
  background-color: var(--bg-gray);
}

/* title */
#title {
  position: relative;
  width: 100%;
  height: 20.5rem;
  margin-top: 6.25rem;
  background: url(../images/company/bg_title_company.jpg) center center/cover no-repeat;
  z-index: 100;
}
#title::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.7);
  background-image: linear-gradient(180deg, rgb(192, 199, 205) 0%, rgba(192, 199, 205, 0) 32%);
}
#title .title_wrap {
  width: 90rem;
  height: 100%;
  margin: 0 auto;
}
#title .title_wrap .title_inner {
  position: relative;
  width: 75rem;
  margin: 0 auto;
  z-index: 200;
}
#title .title_wrap .title_inner .breadcrumb {
  width: 100%;
  padding-top: 2.5rem;
}
#title .title_wrap .title_inner .breadcrumb ul {
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-end;
}
#title .title_wrap .title_inner .breadcrumb ul li {
  font-size: 0.75rem;
  font-weight: 400;
  font-style: normal;
  font-family: "Noto Sans JP", cursive;
  color: var(--black02);
}
#title .title_wrap .title_inner .breadcrumb ul li::after {
  content: "/";
  margin-left: 0.75rem;
  margin-right: 0.75rem;
}
#title .title_wrap .title_inner .breadcrumb ul li.focus_on {
  color: var(--black00);
}
#title .title_wrap .title_inner .breadcrumb ul li:last-child::after {
  content: "";
  margin-right: 0;
}
#title .title_wrap .title_inner h1 {
  margin-top: 1rem;
  margin-left: 0;
  font-size: 3rem;
  font-family: "Cormorant Garamond", cursive;
  font-style: italic;
  line-height: normal;
  color: var(--black00);
  display: block;
}
#title .title_wrap .title_inner h1 span {
  margin-top: 0.125rem;
  font-size: 0.875rem;
  font-weight: 400;
  font-style: normal;
  font-family: "Noto Sans JP", cursive;
  line-height: 200%;
  display: block;
}
#title .title_wrap .title_inner h1 span:before {
  content: "";
  display: inline-block;
  width: 0.375rem;
  height: 0.375rem;
  background-image: url(../images/title_dot01.svg);
  background-size: contain;
  margin-right: 0.375rem;
}
#title .title_wrap .title_inner p {
  margin-top: 1.5rem;
  font-size: 0.875rem;
  font-weight: 400;
  font-style: normal;
  font-family: "Noto Sans JP", cursive;
  line-height: 200%;
  color: var(--black01);
}

@media screen and (max-width: 750px) {
  #title {
    width: 100vw;
    height: 95.4666666667vw;
    margin-top: 21.3333333333vw;
    background: url(../images/company/bg_title_company_sp.jpg) center center/cover no-repeat;
  }
  #title .title_wrap {
    width: 100vw;
  }
  #title .title_wrap .title_inner {
    width: 89.3333333333vw;
  }
  #title .title_wrap .title_inner .breadcrumb {
    padding-top: 8vw;
    overflow-x: scroll;
  }
  #title .title_wrap .title_inner .breadcrumb ul {
    justify-content: flex-start;
  }
  #title .title_wrap .title_inner .breadcrumb ul li {
    font-size: 3.2vw;
    white-space: nowrap;
  }
  #title .title_wrap .title_inner .breadcrumb ul li::after {
    margin-left: 3.2vw;
    margin-right: 3.2vw;
  }
  #title .title_wrap .title_inner h1 {
    margin-top: 11.2vw;
    font-size: 7.4666666667vw;
  }
  #title .title_wrap .title_inner h1 span {
    margin-top: 0.5333333333vw;
    font-size: 3.7333333333vw;
  }
  #title .title_wrap .title_inner h1 span:before {
    width: 1.6vw;
    height: 1.6vw;
    margin-right: 1.6vw;
  }
  #title .title_wrap .title_inner p {
    margin-top: 6.4vw;
    font-size: 3.7333333333vw;
  }
}
/* profile */
#profile {
  position: relative;
  width: 100%;
}
#profile .profile_box {
  position: relative;
  width: 75rem;
  height: auto;
  margin: 0 auto 5rem;
  padding-top: 5rem;
  display: flex;
  justify-content: space-between;
}
#profile .profile_box .profile_img_wrap {
  width: 36.875rem;
  height: 24.625rem;
}
#profile .profile_box .profile_txt {
  width: 35.625rem;
}
#profile .profile_box .profile_txt table tr {
  margin-bottom: 1.5rem;
  display: flex;
  flex-direction: column;
}
#profile .profile_box .profile_txt table tr th {
  width: 10.625rem;
  font-size: 0.875rem;
  font-weight: 700;
  font-family: "Noto Sans JP", cursive;
  line-height: 200%;
  text-align: left;
  vertical-align: top;
  color: var(--black01);
}
#profile .profile_box .profile_txt table tr td {
  padding-left: 1.5rem;
  font-size: 0.875rem;
  font-weight: 400;
  font-family: "Noto Sans JP", cursive;
  line-height: 200%;
  color: var(--black00);
}

@media screen and (max-width: 750px) {
  #profile {
    width: 100vw;
  }
  #profile .profile_box {
    width: 89.3333333333vw;
    margin: 0 auto 21.3333333333vw;
    padding-top: 10.6666666667vw;
    flex-direction: column;
  }
  #profile .profile_box .profile_img_wrap {
    width: 89.3333333333vw;
    height: 59.7333333333vw;
    margin-bottom: 5.3333333333vw;
  }
  #profile .profile_box .profile_txt {
    width: 89.3333333333vw;
  }
  #profile .profile_box .profile_txt table {
    width: 100%;
  }
  #profile .profile_box .profile_txt table tr {
    margin-bottom: 4.2666666667vw;
  }
  #profile .profile_box .profile_txt table tr th {
    width: 89.3333333333vw;
    font-size: 3.7333333333vw;
  }
  #profile .profile_box .profile_txt table tr td {
    padding-left: 0;
    margin-top: 2.1333333333vw;
    font-size: 3.7333333333vw;
  }
}
/* president */
#president {
  width: 100%;
  padding-bottom: 5rem;
  color: var(--black00);
  background-color: rgb(220, 221, 217);
}
#president .president_wrap {
  width: 75rem;
  margin: 0 auto;
}
#president .president_wrap h2 {
  margin-top: 5rem;
  margin-left: -1rem;
  font-size: 1.5rem;
  font-family: "Shippori Mincho", cursive;
  font-weight: 700;
  line-height: 200%;
  display: inline-flex;
  align-items: center;
}
#president .president_wrap h2:before {
  content: "";
  display: inline-block;
  width: 2rem;
  height: 2rem;
  background-image: url(../images/about/dot_about.svg);
  background-size: contain;
  margin-top: -1rem;
  margin-right: -1rem;
}
#president .president_wrap .president_box {
  margin-top: 2.5rem;
  display: flex;
  justify-content: space-between;
}
#president .president_wrap .president_box .president_txt {
  width: 35.625rem;
}
#president .president_wrap .president_box .president_txt p {
  font-size: 0.875rem;
  font-family: "Noto Sans JP", cursive;
  font-weight: 400;
  font-style: normal;
  line-height: 180%;
}
#president .president_wrap .president_box .president_txt .president_txt_name {
  width: 12.1875rem;
  margin-top: 2.5rem;
  margin-left: 24.6875rem;
}
#president .president_wrap .president_box .president_txt .president_txt_name img {
  width: 11.25rem;
  height: 3.8125rem;
  margin-top: 0.5rem;
}
#president .president_wrap .president_box .president_img_box {
  width: 36.875rem;
  height: 18.4375rem;
}

@media screen and (max-width: 750px) {
  #president {
    width: 100vw;
    padding-bottom: 10.6666666667vw;
  }
  #president .president_wrap {
    width: 89.3333333333vw;
  }
  #president .president_wrap h2 {
    margin-top: 10.6666666667vw;
    margin-left: -3.2vw;
    font-size: 5.3333333333vw;
  }
  #president .president_wrap h2:before {
    width: 6.4vw;
    height: 6.4vw;
    margin-top: -3.2vw;
    margin-right: -3.2vw;
  }
  #president .president_wrap .president_box {
    margin-top: 4.2666666667vw;
    flex-direction: column;
  }
  #president .president_wrap .president_box .president_txt {
    width: 89.3333333333vw;
  }
  #president .president_wrap .president_box .president_txt p {
    font-size: 3.7333333333vw;
  }
  #president .president_wrap .president_box .president_txt .president_txt_name {
    width: 52vw;
    margin-top: 5.3333333333vw;
    margin-left: 38.6666666667vw;
  }
  #president .president_wrap .president_box .president_txt .president_txt_name img {
    width: 48vw;
    height: 16.2666666667vw;
    margin-top: 2.1333333333vw;
  }
  #president .president_wrap .president_box .president_img_box {
    width: 89.3333333333vw;
    height: 50.1492537313vw;
    margin-top: 5.3333333333vw;
  }
}/*# sourceMappingURL=company.css.map */