/* Sass Document */
.l-content__body {
  padding: 100px 0;
}
@media screen and (max-width: 767.98px) {
  .l-content__body {
    padding-top: 5rem;
    padding-bottom: 6.8rem;
  }
}

.p-outline {
  padding-top: 60px;
  padding-bottom: 40px;
}
@media screen and (max-width: 767.98px) {
  .p-outline {
    padding-top: 5rem;
    padding-bottom: 0;
  }
}

.p-table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  border-radius: 10px;
  overflow: hidden;
  margin-top: 37px;
}
@media screen and (max-width: 767.98px) {
  .p-table {
    border-radius: 0;
  }
}
.p-table a {
  color: currentColor;
}
@media (any-hover: hover) {
  .p-table a:hover {
    text-decoration: none;
  }
}
.p-table td,
.p-table th {
  font-size: 1.5rem;
  letter-spacing: 0.05em;
  position: relative;
  border-bottom: 1.5px dashed #000;
  /* &::after {
  	content: "";
  	position: absolute;
  	height: 1.5px;
  	width: 100%;
  	left: 0;
  	right: 0;
  	bottom: 0;
  	@include mq(m) {
  		border: none;
  	}
  } */
}
@media screen and (max-width: 767.98px) {
  .p-table td,
.p-table th {
    font-size: 1.34rem;
    display: block;
    width: 100%;
    border-bottom: none;
  }
}
.p-table th {
  font-weight: 500;
  width: 190px;
  background-color: #f9f4e6;
  padding: 10px;
  line-height: 1.6;
}
@media screen and (max-width: 767.98px) {
  .p-table th {
    width: 100%;
    border-radius: 0.5rem;
    text-align: left;
    padding: 0.8rem 1.5rem;
  }
}
.p-table td {
  line-height: 2;
  /* font-weight: $regular; */
}
.p-table td .u-txtsize--small {
  font-size: 1.3rem;
}
@media screen and (max-width: 767.98px) {
  .p-table td .u-txtsize--small {
    font-size: 1.1rem;
  }
}
.p-table tr.is-hide {
  display: none;
}
.p-table tr:last-of-type td,
.p-table tr:last-of-type th {
  border-bottom: none;
}
.p-table p,
.p-table li {
  padding-top: 8px;
  padding-bottom: 8px;
  padding-left: 28px;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767.98px) {
  .p-table p,
.p-table li {
    padding: 0.8rem 0;
    letter-spacing: 0;
    font-size: 1.33rem;
  }
}
.p-table li + li {
  border-top: 1.5px dashed #000;
}

.p-corporate-citizenship {
  padding-top: 60px;
  padding-bottom: 34px;
}
@media screen and (max-width: 767.98px) {
  .p-corporate-citizenship {
    padding-top: 5rem;
    padding-bottom: 0;
  }
}
.p-corporate-citizenship .c-catch {
  font-size: 1.8rem;
  text-align: center;
  color: #d4152d;
  font-weight: 700;
  margin-top: 37px;
}
@media screen and (max-width: 767.98px) {
  .p-corporate-citizenship .c-catch {
    margin-top: 3.7rem;
  }
}
.p-corporate-citizenship .c-heading__txt {
  max-width: 730px;
  margin: 16px auto 0;
  letter-spacing: 0.01em;
}
@media screen and (max-width: 767.98px) {
  .p-corporate-citizenship .c-heading__txt {
    margin-top: 1.6rem;
  }
}

.p-cc-card__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 25px 0;
  margin-top: 60px;
}
@media screen and (max-width: 767.98px) {
  .p-cc-card__list {
    display: block;
    margin-top: 6rem;
  }
}

.p-cc-card__item {
  background-color: #f9f4e6;
  padding: 10px;
  border-radius: 10px;
  width: 536px;
}
@media screen and (max-width: 767.98px) {
  .p-cc-card__item {
    border-radius: 0.5rem;
    padding: 0.5rem;
    width: 100%;
  }
  .p-cc-card__item + .p-cc-card__item {
    margin-top: 3.7rem;
  }
}
.p-cc-card__item .p-img-wrapper {
  border-radius: 10px;
  margin: 0;
  overflow: hidden;
  aspect-ratio: 516/338;
}
@media screen and (max-width: 767.98px) {
  .p-cc-card__item .p-img-wrapper {
    border-radius: 0.5rem;
  }
}
.p-cc-card__item .p-img-wrapper img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-cc-card__item .p-txt-wrapper {
  padding: 38px 32px;
}
@media screen and (max-width: 767.98px) {
  .p-cc-card__item .p-txt-wrapper {
    padding: 3rem 1.5rem 2.5rem;
  }
}
.p-cc-card__item .p-txt-wrapper .c-ttl {
  font-size: 1.8rem;
  font-weight: 700;
  text-align: left;
}
@media screen and (max-width: 767.98px) {
  .p-cc-card__item .p-txt-wrapper .c-ttl {
    font-size: 1.53rem;
  }
}
.p-cc-card__item .p-txt-wrapper .c-ttl + .c-txt {
  margin-top: 23px;
}
@media screen and (max-width: 767.98px) {
  .p-cc-card__item .p-txt-wrapper .c-ttl + .c-txt {
    margin-top: 2.3rem;
  }
}
.p-cc-card__item .p-txt-wrapper .c-txt {
  font-size: 1.5rem;
  line-height: 2;
  text-align: justify;
}
@media screen and (max-width: 767.98px) {
  .p-cc-card__item .p-txt-wrapper .c-txt {
    font-size: 1.34rem;
    line-height: 1.8805970149;
  }
}

.p-history {
  padding-top: 60px;
}
@media screen and (max-width: 767.98px) {
  .p-history {
    padding-top: 6rem;
  }
}

.p-btn-wrapper {
  max-width: 912px;
  margin: 50px auto 0;
}
@media screen and (max-width: 767.98px) {
  .p-btn-wrapper {
    margin-top: 2.4rem;
  }
}

.c-history-toggle {
  font-size: 1.9rem;
  color: #fff;
  font-weight: 700;
  text-decoration: none;
  background-color: #d4152d;
  width: 100%;
  display: grid;
  place-content: center;
  position: relative;
  width: 100%;
  min-height: 80px;
  border-radius: 10px;
  box-shadow: 2px 2px 7px 0px rgba(0, 0, 0, 0.2);
  letter-spacing: 0.24em;
  padding: 0 30px;
  border: none;
  cursor: pointer;
  transition: 0.3s background-color, 0.3s color;
}
.c-history-toggle.is-open {
  background-color: #fff;
  color: #d4152d;
}
.c-history-toggle.is-open::after {
  border-color: #d4152d;
  transform: translateY(-50%) rotate(-135deg);
}
@media (any-hover: hover) {
  .c-history-toggle.is-open:hover {
    background-color: #d4152d;
    color: #fff;
  }
}
@media screen and (max-width: 767.98px) {
  .c-history-toggle {
    font-size: 1.08rem;
    display: block;
    min-height: 4.1rem;
    text-align: center;
    padding: 1rem 0;
    border-radius: 0.5rem;
  }
}
@media (any-hover: hover) {
  .c-history-toggle:hover {
    background-color: #fff;
    color: #d4152d;
  }
  .c-history-toggle:hover::after {
    border-color: #d4152d;
  }
}
.c-history-toggle::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 30px;
  width: 5px;
  height: 5px;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  transform: translateY(-50%) rotate(45deg);
  transition: 0.3s border-color;
}
@media screen and (max-width: 767.98px) {
  .c-history-toggle::after {
    border-width: 0.1rem;
    right: 1rem;
    right: 3rem;
    width: 0.5rem;
    height: 0.5rem;
  }
}
/*# sourceMappingURL=company.css.map */