/*!
global > color
------------------------------
*/
/*!
global > mixin
------------------------------
*/
.p_company .c_anchor {
  width: 100%;
  margin-left: auto;
  padding: 60px 0 0;
}
.p_company01 {
  margin-top: 60px;
}
.p_company01 .c_title02 {
  margin-bottom: 30px;
}
.p_company01__left {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  margin-bottom: 30px;
}
.p_company01__left .img {
  overflow: hidden;
  background-color: #eee;
  width: 100%;
  height: 320px;
  margin-bottom: 15px;
}
.p_company01__left .img img {
  aspect-ratio: 460/600;
  object-fit: cover;
}
.p_company01__left .name {
  font-size: 1.125rem;
  text-align: center;
  letter-spacing: 0;
  line-height: 1.6;
  font-weight: 700;
  color: #333333;
}
.p_company01__left .author {
  font-size: 1rem;
  text-align: center;
  letter-spacing: 0;
  line-height: 1.2;
  padding-bottom: 20px;
}
.p_company01__right .c_title01 {
  margin-bottom: 20px;
}
.p_company01__right .c_txt {
  margin-bottom: 20px;
}
.p_company01__right .c_txt:last-child {
  margin-bottom: 0;
}
.p_company01 .p_content__inner {
  position: relative;
  max-width: 1000px;
  margin: 0 auto;
  background-color: #003366;
  padding: 20px 20px;
  margin-top: 40px;
}
.p_company01 .p_content__inner::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0) 50%, rgb(0, 204, 255) 100%);
    pointer-events: none;
    opacity: 0.6;
}
.p_company01 .p_content__inner .content {
  position: relative;
  z-index: 2;
  background-color: #fff;
  padding: 20px 15px;
  background-repeat: no-repeat;
  background-size: 100%;
}
.p_company01 .p_content__inner .content:nth-child(1) {
  background-image: url("../images/company/bg_dec01.svg");
  background-position: top 0 right 0;
}
.p_company01 .p_content__inner .content:nth-child(2) {
  background-image: url("../images/company/bg_dec02.svg");
  background-position: bottom 0 left 0;
  background-size: contain;
  margin-top: 40px;
}
.p_company01 .p_content__inner .content h3 {
  font-family: "Noto Serif JP", serif;
  color: #003366;
  font-size: 1.4rem;
  text-align: center;
}
.p_company01 .p_content__inner .content li {
  font-size: 0.9rem;
  font-weight: 500;
  line-height: 1.6;
}
.p_company01 .p_content__inner .content p {
  margin: 20px auto 0 auto;
  max-width: 580px;
  line-height: 1.6;
}
.p_company02 {
  margin-top: 60px;
}
.p_company02 .c_tbl {
  color: #434c57;
}
.p_company03 {
  margin-top: 60px;
}
.p_company03__tbl {
  margin-top: 30px;
  position: relative;
  color: #434c57;
  overflow: hidden;
}
.p_company03__tbl__item {
  position: relative;
  padding: 0 0 10px 0;
}
.p_company03__tbl__item::before {
  content: "";
  position: absolute;
  top: 15px;
  left: 3px;
  width: 2px;
  height: 100%;
  background-color: #efefef;
}
.p_company03__tbl__item::after {
  content: "";
  position: absolute;
  top: 11px;
  left: 0;
  width: 8px;
  height: 8px;
  background-color: #20CDED;
}
.p_company03__tbl__item:last-child::before {
  display: none;
}
.p_company03__tbl__ttl {
  margin-bottom: 10px;
  color: #003366;
  padding-left: 20px;
}
.p_company03__tbl__content {
  padding-left: 20px;
}
.p_company03__tbl__content .ttl {
  font-size: 1rem;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1.6;
  margin-bottom: 3px;
}
.p_company04 {
  margin-bottom: 60px;
  margin-top: 60px;
}
.p_company04 .c_title02 {
  margin-bottom: 30px;
}
.p_company04__list {
  /*display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 40px;*/
}
.p_company04__item {
  margin-bottom: 60px;
}
.p_company04__item .c_title01 {
  margin-bottom: 5px;
}
.p_company04__item .c_txt {
  color: #333333;
  margin-bottom: 15px;
}
.p_company04__item .map {
  margin-top: auto;
}
.p_company04__item .map.first {
  margin-top: 0;
}
.p_company04__item .map iframe {
  width: 100%;
  height: 100%;
  height: 240px;
}
@media screen and (min-width: 768px) {
  .p_company .c_anchor {
    width: 220px;
    margin-top: -142px;
    padding: 22px 49px;
  }
  .p_company01 {
    margin-top: 0;
    padding-top: 35px;
  }
  .p_company01 .c_title02 {
    padding-bottom: 32px;
    margin-bottom: clamp(3.75rem, 2.0432692308vw + 2.7692307692rem, 4.8125rem);
  }
  .p_company01__inner {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
  }
  .p_company01__left {
    width: 39.6551724138%;
    margin-bottom: 0;
  }
.p_company01__left .img {
  overflow: hidden;
  background-color: #eee;
  width: 360px;
  height: 460px;
  margin-bottom: 15px;
}
  .p_company01__left .img {
    margin-bottom: 35px;
  }
  .p_company01__left .name {
    font-size: 1.5rem;
  }
  .p_company01__left .author {
    font-size: clamp(1.125rem, 0.78125vw + 0.75rem, 1.25rem);
  }
  .p_company01__right {
    width: 60%;
    margin-top: -5px;
  }
  .p_company01__right .c_title01 {
    margin-bottom: 33px;
  }
  .p_company01__right .c_txt {
    margin-bottom: 32px;
  }
.p_company01 .p_content__inner {
    padding: 60px 40px;
    margin-top: 40px;
  }
  .p_company01 .p_content__inner .content {
    padding: 40px 60px 80px 60px;
  }
  .p_company01 .p_content__inner .content:nth-child(2) {
    margin-top: 40px;
  }
  .p_company01 .p_content__inner .content h3 {
    font-size: 2rem;
  }
  .p_company01 .p_content__inner .content li {
    text-align: center;
    font-size: 1.2rem;
  }
  .p_company01 .p_content__inner .content p {
    text-align: center;
    margin: 20px auto 0 auto;
    max-width: 580px;
    line-height: 1.8;
  }
  .p_company02 {
    padding-top: 35px;
    margin-top: clamp(2.8125rem, 5.5288461538vw + 0.1586538462rem, 5.6875rem);
  }
  .p_company02 .c_title02 {
    padding-bottom: 32px;
  }
  .p_company02 .c_tbl {
    margin-top: -19px;
    margin-left: clamp(9.375rem, 18.0288461538vw + 0.7211538462rem, 18.75rem);
  }
  .p_company03 {
    padding-top: 35px;
    margin-top: clamp(4.0625rem, 7.5721153846vw + 0.4278846154rem, 8rem);
  }
  .p_company03 .c_title02 {
    padding-bottom: 32px;
  }
  .p_company03__tbl {
    margin-top: 0;
    margin-left: clamp(9.375rem, 18.0288461538vw + 0.7211538462rem, 18.75rem);
    padding-bottom: 14px;
  }
  .p_company03__tbl__item {
    display: flex;
    padding: 0 0 35px 0;
  }
  .p_company03__tbl__item::before {
    left: 4px;
  }
  .p_company03__tbl__item::after {
    top: 13px;
    width: 10px;
    height: 10px;
  }
  .p_company03__tbl__ttl {
    width: 160px;
    margin-bottom: 0;
    padding-left: 27px;
    padding-right: 30px;
  }
  .p_company03__tbl__content {
    width: calc(100% - 160px);
    padding-top: 3px;
    padding-left: 0;
  }
  .p_company03__tbl__content .ttl {
    font-size: 1.25rem;
    margin-bottom: 4px;
  }
  .p_company04 {
    margin-bottom: clamp(9.375rem, 6vw , 10rem);
    padding-top: 35px;
    margin-top: clamp(4.0625rem, 0.3605769231vw + 3.8894230769rem, 4.25rem);
  }
  /*.p_company04__list {
    grid-template-columns: repeat(2, 1fr);
    gap: 57px 40px;
  }*/
  .p_company04__item {
    display: flex;
    justify-content: space-between;
  }
  .p_company04__item .c_title01 {
    font-size: 1.6rem;
  }
  .p_company04__item .c_txt {
    margin-bottom: 27px;
  }
  .p_company04__item .map {
    margin-left: 40px;
  }
  .p_company04__item .map iframe {
    width: 600px;
    height: 400px;
  }
}
/*# sourceMappingURL=company.css.map */
