@media (max-width: 550px) {
  .pc {
    display: none;
  }
}

.sp {
  display: none;
}
@media (max-width: 550px) {
  .sp {
    display: inherit;
  }
}

.column-4 {
  gap: 35px !important;
  grid-template-columns: repeat(auto-fit, minmax(270px, 1fr)) !important;
}
@media (max-width: 550px) {
  .column-4 {
    grid-template-columns: repeat(2, 1fr) !important;
    gap: 16px !important;
  }
}

.br-sp {
  display: none;
}
@media (max-width: 550px) {
  .br-sp {
    display: inherit;
  }
}

.bg-bage {
  background-color: var(--color-bg-lightyellow);
}

.bg-rinen {
  background-image: url(../../images/company-bg.webp);
  background-size: cover;
}
@media (max-width: 550px) {
  .bg-rinen {
    background-size: 100%;
  }
}

.p-companyMain {
  margin: 1rem 0;
  padding-top: 2rem;
  padding-bottom: 3rem;
  line-height: 2;
}
@media (max-width: 550px) {
  .p-companyMain {
    margin: 2.5rem 0 0 0;
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
}
.p-companyMain h2 {
  padding: 3rem 0 1rem;
}
@media (max-width: 550px) {
  .p-companyMain h2 {
    padding: 1rem 0 0;
  }
}
.p-companyMain h3 {
  margin-bottom: 1rem;
  line-height: 1.7;
}

.area-rinen {
  background-color: #fff;
  padding: 4rem 2rem;
  width: 80%;
  margin: 0 auto;
  box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.25);
  text-align: center;
}
@media (max-width: 550px) {
  .area-rinen {
    width: 98%;
    padding: 2rem 1rem;
  }
}
.area-rinen img {
  width: 80%;
  height: auto;
}
@media (max-width: 550px) {
  .area-rinen img {
    width: 100%;
  }
}

.p-message {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.p-message .p-message-img {
  width: 30%;
}
@media (max-width: 550px) {
  .p-message .p-message-img {
    width: 100%;
    text-align: center;
  }
}
.p-message .p-message-img img {
  width: 100%;
  height: auto;
}
@media (max-width: 550px) {
  .p-message .p-message-img img {
    width: 70%;
    margin-bottom: 2rem;
  }
}
.p-message .p-message-detail {
  width: 65%;
}
@media (max-width: 550px) {
  .p-message .p-message-detail {
    width: 100%;
  }
}
.p-message .p-message-detail p {
  margin-bottom: 1.5rem;
}
.p-message .signature {
  text-align: right;
}
.p-message .signature p {
  margin-bottom: 0 !important;
}
@media (max-width: 550px) {
  .p-message .signature img {
    width: 50%;
  }
}

.list-gaiyou {
  max-width: 85%;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  border-top: 1px solid #333333;
  padding-bottom: 3rem;
}
@media (max-width: 550px) {
  .list-gaiyou {
    max-width: 100%;
    font-size: 95% !important;
    padding-bottom: 1.5rem;
  }
}
.list-gaiyou dt {
  width: 23%;
  border-bottom: 1px solid #333333;
  padding: 1rem 1.5rem;
}
@media (max-width: 550px) {
  .list-gaiyou dt {
    width: 25%;
    padding: 0.5rem;
  }
}
.list-gaiyou dd {
  width: 77%;
  border-bottom: 1px solid #333333;
  padding: 1rem 2rem;
}
@media (max-width: 550px) {
  .list-gaiyou dd {
    width: 75%;
    padding: 0.5rem;
  }
}

.list-enkaku {
  max-width: 1160px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  padding: 0 0 3rem 0;
  font-size: 95% !important;
}
.list-enkaku dt {
  width: 15%;
  border-bottom: 1px dotted #073790;
  padding: 1rem 2rem;
  border-right: 3px #e5e5d1 solid;
  position: relative;
}
@media (max-width: 550px) {
  .list-enkaku dt {
    width: 32%;
    padding: 0.5rem;
  }
}
.list-enkaku dt::after {
  content: "";
  width: 12px;
  height: 12px;
  background: #073790;
  position: absolute;
  right: -8px;
  top: 28px;
  border-radius: 100%;
}
@media (max-width: 550px) {
  .list-enkaku dt::after {
    top: 18px;
  }
}
.list-enkaku dt:nth-last-child(2) {
  border-bottom: 0;
}
.list-enkaku dd {
  width: 85%;
  border-bottom: 1px dotted #073790;
  padding: 1rem 2rem;
}
@media (max-width: 550px) {
  .list-enkaku dd {
    width: 68%;
    padding: 0.5rem;
  }
}
.list-enkaku dd:last-child {
  border-bottom: 0;
}/*# sourceMappingURL=about.css.map */