.p-greetings {
  margin-bottom: 10rem;
  position: relative;
}
@media (min-width: 768px) {
  .p-greetings {
    margin-bottom: 12rem;
  }
}
.p-greetings .c-particle.particle-1 {
  width: 6rem;
  left: -3.5rem;
  top: 2.7rem;
}
@media (min-width: 768px) {
  .p-greetings .c-particle.particle-1 {
    width: 12.7rem;
    left: -3.3rem;
    top: 7.6rem;
  }
}
.p-greetings .c-particle.particle-2 {
  width: 5rem;
  right: -2.5rem;
  top: 14.4rem;
}
@media (min-width: 768px) {
  .p-greetings .c-particle.particle-2 {
    width: 13.9rem;
    right: -4rem;
    top: 22.3rem;
  }
}
.p-greetings__ttl {
  color: var(--color-primary);
  font-size: 2.6rem;
  font-weight: 500;
  line-height: 1.5384615385;
  text-align: center;
  margin-bottom: 4rem;
}
@media (min-width: 768px) {
  .p-greetings__ttl {
    font-size: 3.6rem;
    line-height: 1.6111111111;
    margin-bottom: 5.6rem;
  }
}
.p-greetings__sub p {
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 2.2666666667;
}
@media (min-width: 768px) {
  .p-greetings__sub p {
    font-size: 1.6rem;
    line-height: 2.125;
    text-align: center;
  }
}
.p-greetings__sub p:not(:last-child) {
  margin-bottom: 3.2rem;
}
.p-greetings__btn {
  background-color: var(--color-primary);
  border-radius: 2rem;
  color: #fff;
  height: 14rem;
  display: flex;
  gap: 0.8rem;
  justify-content: center;
  flex-direction: column;
  position: relative;
  overflow: hidden;
  margin-top: 4rem;
}
@media (min-width: 768px) {
  .p-greetings__btn {
    flex-direction: row;
    gap: 1.6rem;
    justify-content: center;
    align-items: center;
    height: 16rem;
    max-width: 100rem;
    margin-top: 7.2rem;
  }
}
@media (max-width: 767px) {
  .p-greetings__btn {
    padding-left: 13.1rem;
  }
}
.p-greetings__btn-media {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -4.1rem;
  width: 18.9rem;
}
@media (min-width: 768px) {
  .p-greetings__btn-media {
    width: 30.1rem;
    left: 1.1rem;
  }
}
.p-greetings__btn-en {
  font-size: 2rem;
  font-weight: normal;
  line-height: 1;
  letter-spacing: 0.12em;
}
@media (min-width: 768px) {
  .p-greetings__btn-en {
    font-size: 3.2rem;
  }
}
.p-greetings__btn-jp {
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.12em;
}
@media (min-width: 768px) {
  .p-greetings__btn-jp {
    font-size: 1.4rem;
  }
}
.p-greetings__btn .btn {
  --border-text-color-hover: var(--color-primary);
  --border-color: #6882C1;
  --border-color-hover: #FFF;
  --border-text-color: #6882C1;
  --btn-size: 2.4rem;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 1.5rem;
}
@media (min-width: 768px) {
  .p-greetings__btn .btn {
    --btn-size: 5rem;
    right: 5.6rem;
  }
}
.p-greetings__btn .btn .icon-arrow {
  --icon-size: 0.9rem;
}
@media (min-width: 768px) {
  .p-greetings__btn .btn .icon-arrow {
    --icon-size: 2rem;
  }
}

.p-mission {
  margin-bottom: 6.4rem;
  position: relative;
}
@media (min-width: 768px) {
  .p-mission {
    margin-bottom: 12rem;
  }
}
@media (min-width: 768px) {
  .p-mission .c-particle.particle-1 {
    width: 13.9rem;
    left: -6.9rem;
    top: -1.5rem;
  }
}
@media (max-width: 767px) {
  .p-mission .c-particle.particle-1 {
    right: -0.9rem;
    top: 0.9rem;
    width: 5rem;
  }
}
.p-mission .c-particle.particle-2 {
  width: 6rem;
  right: -3.5rem;
  top: 89.6rem;
}
@media (min-width: 768px) {
  .p-mission .c-particle.particle-2 {
    width: 7.9rem;
    right: -4rem;
    top: 29.5rem;
  }
}
@media (min-width: 768px) {
  .p-mission .c-particle.particle-3 {
    width: 7.9rem;
    left: -3.3rem;
    top: 69.9rem;
  }
}
@media (max-width: 767px) {
  .p-mission .c-particle.particle-3 {
    left: -3.5rem;
    bottom: 14rem;
    width: 6rem;
  }
}
@media (min-width: 768px) {
  .p-mission .c-particle.particle-4 {
    width: 13.9rem;
    right: -4rem;
    bottom: 7.8rem;
  }
}
@media (max-width: 767px) {
  .p-mission .c-particle.particle-4 {
    display: none;
  }
}
.p-mission__wrap {
  display: flex;
  gap: 4rem;
  flex-wrap: wrap;
}
@media (min-width: 768px) {
  .p-mission__wrap {
    gap: 11rem;
  }
}
@media (min-width: 768px) {
  .p-mission__head {
    width: 32.7rem;
    flex-shrink: 0;
  }
}
.p-mission__ttl {
  color: var(--color-primary);
  font-size: 3.8rem;
  font-weight: 300;
  line-height: 1.3157894737;
  margin-bottom: 2.4rem;
}
@media (min-width: 768px) {
  .p-mission__ttl {
    font-size: 5.2rem;
    line-height: 1.4230769231;
    letter-spacing: 0.15em;
    margin-bottom: 4.8rem;
  }
}
.p-mission__sub {
  color: var(--color-primary);
  font-weight: 500;
  letter-spacing: 0.12em;
}
@media (min-width: 768px) {
  .p-mission__sub {
    font-size: 1.8rem;
  }
}
@media (min-width: 768px) {
  .p-mission__body {
    flex: 1;
    max-width: 72rem;
  }
}
.p-mission__list {
  margin-top: 4rem;
}
@media (min-width: 768px) {
  .p-mission__list {
    margin-top: 8rem;
  }
}
.p-mission__list li {
  padding-block: 4rem 5rem;
  border-bottom: 1px solid #BCBCBC;
  position: relative;
}
@media (min-width: 768px) {
  .p-mission__list li {
    padding-block: 7.4rem;
    min-height: 31rem;
    padding-left: 1.95rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
}
.p-mission__list li:first-child {
  border-top: 1px solid #BCBCBC;
}
@media (min-width: 768px) {
  .p-mission__list li:first-child figure {
    margin-top: -0.8rem;
  }
}
.p-mission__list h3 {
  display: flex;
  gap: 1.2rem;
  align-items: center;
  font-weight: 500;
  margin-bottom: 2.4rem;
}
@media (min-width: 768px) {
  .p-mission__list h3 {
    margin-bottom: 2.6rem;
  }
}
.p-mission__list h3 span {
  color: var(--color-primary);
  font-size: 1.2rem;
  line-height: 1;
}
.p-mission__list h3 span.font-en {
  font-size: 1.6rem;
}
.p-mission__list p {
  --lh: calc(36 / 20);
  font-size: 2rem;
  line-height: var(--lh);
}
@media (min-width: 768px) {
  .p-mission__list p {
    --lh: calc(38 / 22);
    font-size: 2.2rem;
  }
}
.p-mission__list figure {
  width: 25.4rem;
  position: relative;
}
@media (min-width: 768px) {
  .p-mission__list figure {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: -2.4rem;
    width: 44.0277777778%;
  }
}
@media (max-width: 767px) {
  .p-mission__list figure {
    margin: 2.4rem auto 0;
  }
}
.p-mission__list figure img {
  width: 100%;
  position: relative;
  z-index: 1;
}
.p-mission__list figure::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  width: 24.9rem;
  height: 3rem;
  background: #C3C3C3;
  filter: blur(29px);
}
@media (min-width: 768px) {
  .p-mission__list figure::after {
    dth: 98.4227129338%;
    height: 3.8rem;
  }
}

.p-theme {
  margin-bottom: 8rem;
  position: relative;
}
@media (min-width: 768px) {
  .p-theme {
    margin-bottom: 15rem;
  }
}
@media (min-width: 768px) {
  .p-theme .c-particle.particle-1 {
    left: 0;
    bottom: -0.3rem;
    width: 13.9rem;
  }
}
@media (min-width: 768px) {
  .p-theme .c-particle.particle-2 {
    right: 6.4rem;
    top: 3.8rem;
    width: 7.9rem;
  }
}
@media (max-width: 767px) {
  .p-theme .c-particle.particle-2 {
    right: -3rem;
    bottom: 3.4rem;
    width: 6rem;
  }
}
.p-theme__wrap {
  border-radius: 2rem;
  position: relative;
  overflow: hidden;
}
.p-theme__wrap::after {
  content: "";
  background-color: rgba(7, 23, 60, 0.8);
  position: absolute;
  inset: 0;
}
.p-theme__content {
  position: absolute;
  inset: 4rem 3.1rem;
  z-index: 1;
  display: grid;
  gap: 1.4rem;
}
@media (min-width: 768px) {
  .p-theme__content {
    inset: 6rem;
    grid-template-areas: "title desc" "button desc";
    gap: 4.3rem 7.8rem;
  }
}
.p-theme__ttl {
  color: #fff;
  font-size: 1.8rem;
}
@media (min-width: 768px) {
  .p-theme__ttl {
    grid-area: title;
    font-size: 2rem;
  }
}
@media (max-width: 767px) {
  .p-theme__ttl {
    letter-spacing: 0.03em;
  }
}
.p-theme__desc {
  color: #fff;
  font-size: 1.4rem;
  line-height: 2;
}
@media (min-width: 768px) {
  .p-theme__desc {
    grid-area: desc;
    max-width: 64rem;
  }
}
.p-theme__desc p + p {
  margin-top: 0.6rem;
}
@media (min-width: 768px) {
  .p-theme__button {
    grid-area: button;
  }
}
.p-theme__btn {
  --border-color: #fff;
  --border-color-hover: #fff;
  --border-text-color-hover: #333;
  --offset-border-hover: 0.4rem;
  --border-radius: 2rem;
  color: #EBEBEB;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.7rem;
  font-family: var(--font-en);
  font-size: 1.2rem;
  font-weight: 500;
  padding: 0.2rem 0 0;
  height: 3.6rem;
  width: 16.4rem;
}
@media (min-width: 768px) {
  .p-theme__btn {
    gap: 0.8rem;
    font-size: 1.3rem;
    height: 3.9rem;
    width: 17.8rem;
  }
}
.p-theme__btn .icon-dot {
  display: flex;
  align-items: center;
  gap: 0.2rem;
}
.p-theme__btn .icon-dot::before, .p-theme__btn .icon-dot::after {
  content: "";
}
.p-theme__btn .icon-dot::before, .p-theme__btn .icon-dot::after,
.p-theme__btn .icon-dot span {
  background-color: currentColor;
  border-radius: 50%;
  width: 0.4rem;
  height: 0.3rem;
}
@media (min-width: 768px) {
  .p-theme__btn .icon-dot::before, .p-theme__btn .icon-dot::after,
  .p-theme__btn .icon-dot span {
    height: 0.4rem;
  }
}

.p-service {
  margin-bottom: 8rem;
  position: relative;
}
@media (min-width: 768px) {
  .p-service {
    margin-bottom: 12.9rem;
  }
}
.p-service .c-particle.particle-1 {
  right: -1.2rem;
  top: 64.8rem;
  width: 5rem;
}
@media (min-width: 768px) {
  .p-service .c-particle.particle-1 {
    right: -1rem;
    top: 8.4rem;
    width: 7.9rem;
  }
}
@media (max-width: 767px) {
  .p-service .c-particle.particle-1::before {
    background-color: #fff;
  }
}
.p-service .c-particle.particle-2 {
  left: -3.4rem;
  top: 5.8rem;
  width: 5rem;
}
@media (min-width: 768px) {
  .p-service .c-particle.particle-2 {
    left: -8.9rem;
    top: 40rem;
    width: 13.9rem;
  }
}
.p-service__head {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  margin-bottom: 4rem;
}
@media (min-width: 768px) {
  .p-service__head {
    flex-direction: row;
    align-items: center;
    gap: 3.2rem;
    margin-bottom: 5.6rem;
  }
}
.p-service__ttl {
  color: var(--color-primary);
  font-size: 3.8rem;
  font-weight: 300;
  line-height: 1.3157894737;
}
@media (min-width: 768px) {
  .p-service__ttl {
    font-size: 5.2rem;
    line-height: 1.4230769231;
    letter-spacing: 0.15em;
  }
}
.p-service__sub {
  color: var(--color-primary);
  font-weight: 500;
  letter-spacing: 0.12em;
}
@media (min-width: 768px) {
  .p-service__sub {
    font-size: 1.8rem;
  }
}
.p-service .c-desc {
  margin-bottom: 4rem;
}
@media (min-width: 768px) {
  .p-service .c-desc {
    margin-bottom: 6.4rem;
  }
}
@media (min-width: 768px) {
  .p-service__list {
    align-items: stretch;
    display: flex;
    flex-wrap: wrap;
    gap: 4rem;
  }
}
.p-service .service-card {
  background-color: rgba(255, 255, 255, 0.8);
  border: 1px solid #DDDDDD;
  border-radius: 2rem;
  padding: 4rem 3rem;
}
@media (min-width: 768px) {
  .p-service .service-card {
    flex: 1;
    padding: 5rem 4rem;
  }
}
@media (max-width: 767px) {
  .p-service .service-card {
    margin-bottom: 2rem;
  }
  .p-service .service-card:last-child {
    margin-bottom: 0;
  }
}
.p-service .service-card__media {
  height: 5.6rem;
  text-align: center;
  margin-bottom: 2rem;
}
@media (min-width: 768px) {
  .p-service .service-card__media {
    height: 7rem;
    margin-bottom: 3.2rem;
  }
}
.p-service .service-card__media img {
  width: auto;
  height: 100%;
}
.p-service .service-card__ttl {
  --lh: 1.7;
  color: var(--color-primary);
  font-size: 2rem;
  font-weight: 500;
  line-height: var(--lh);
  text-align: center;
  margin-bottom: 2rem;
}
@media (min-width: 768px) {
  .p-service .service-card__ttl {
    font-size: 2.4rem;
    margin-bottom: 3.2rem;
  }
}
.p-service .service-card__txt {
  --lh: 1.733;
  font-size: 1.5rem;
  line-height: var(--lh);
  margin-bottom: 2.4rem;
}
@media (min-width: 768px) {
  .p-service .service-card__txt {
    --lh: 1.875;
    font-size: 1.6rem;
    margin-bottom: 3.2rem;
  }
}
.p-service .service-card__actions {
  display: flex;
  gap: 1.6rem;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
@media (max-width: 767px) {
  .p-service .service-card__actions .btn {
    width: 26.5rem;
  }
}
@media (max-width: 767px) {
  .p-service .service-card__actions .btn .icon-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 1.8rem;
  }
}
@media (min-width: 768px) {
  .p-service .service-card__actions .btn .left {
    position: relative;
    left: -0.8rem;
  }
}

.p-success {
  margin-bottom: 7rem;
  position: relative;
}
@media (min-width: 768px) {
  .p-success {
    margin-bottom: 12rem;
  }
}
.p-success .c-particle.particle-1 {
  top: 14rem;
  left: -3rem;
  width: 6rem;
}
@media (min-width: 768px) {
  .p-success .c-particle.particle-1 {
    top: calc(100% + 3.7rem);
    left: -4rem;
    width: 12.7rem;
  }
}
@media (min-width: 768px) {
  .p-success .c-particle.particle-2 {
    top: -10.2rem;
    right: -7rem;
    width: 13.9rem;
  }
}
.p-success__wrap {
  display: grid;
  gap: 4rem;
}
@media (min-width: 768px) {
  .p-success__wrap {
    justify-content: space-between;
    gap: 4.6rem 8rem;
    grid-template-areas: "title media" "content media";
  }
  .p-success__wrap > .p-theme__ttl {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
}
.p-success__ttl {
  display: flex;
  gap: 1.4rem;
  flex-direction: column;
}
@media (min-width: 768px) {
  .p-success__ttl {
    grid-area: title;
    gap: 2rem;
    padding-left: 1rem;
  }
}
.p-success__ttl-en {
  color: var(--color-primary);
  font-size: 3.6rem;
  font-weight: 300;
  line-height: 1;
}
@media (min-width: 768px) {
  .p-success__ttl-en {
    font-size: 5.2rem;
    letter-spacing: 0.15em;
  }
}
.p-success__ttl-jp {
  color: var(--color-primary);
  font-size: 1.8rem;
  font-weight: 500;
  letter-spacing: 0.12em;
  line-height: 1;
}
.p-success__media {
  border-radius: 1rem;
  overflow: hidden;
}
@media (min-width: 768px) {
  .p-success__media {
    grid-area: media;
    width: 54rem;
  }
}
.p-success__media img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.p-success__content {
  display: flex;
  gap: 3rem;
  flex-direction: column;
}
@media (min-width: 768px) {
  .p-success__content {
    gap: 5.4rem;
    grid-area: content;
  }
}
@media (min-width: 768px) {
  .p-theme__ttl {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .p-theme__desc {
    -ms-grid-row: 1;
    -ms-grid-row-span: 3;
    -ms-grid-column: 3;
  }
  .p-theme__button {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
  .p-success__ttl {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .p-success__wrap > .p-success__ttl {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .p-success__media {
    -ms-grid-row: 1;
    -ms-grid-row-span: 3;
    -ms-grid-column: 3;
  }
  .p-success__content {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
}
.p-success__actions {
  padding-left: 1rem;
}
.p-success__actions li {
  border-bottom: 1px solid #BCBCBC;
}
.p-success__actions li:first-child {
  border-top: 1px solid #BCBCBC;
}
.p-success__actions a {
  --border-icon-color-hover: #FFF;
  --border-text-color-hover: #444444;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 1.6rem;
  padding-block: 2.4rem;
}
@media (min-width: 768px) {
  .p-success__actions a {
    font-size: 1.8rem;
  }
}
.p-success__actions .btn {
  --border-text-color-hover: var(--color-primary);
  --btn-size: 3.8rem;
}

.p-sustainabilty {
  margin-bottom: 8rem;
  position: relative;
}
@media (min-width: 768px) {
  .p-sustainabilty {
    margin-bottom: 15rem;
  }
}
@media (min-width: 768px) {
  .p-sustainabilty .c-particle.particle-1 {
    top: 4rem;
    right: -3.8rem;
    width: 7.6rem;
  }
}
.p-sustainabilty__wrap {
  display: flex;
}
@media (min-width: 768px) {
  .p-sustainabilty__wrap {
    align-items: center;
    gap: 10rem;
    padding-left: 4.1rem;
  }
}
.p-sustainabilty__ttl {
  color: var(--color-primary);
  font-weight: 500;
  letter-spacing: 0.12em;
}
@media (min-width: 768px) {
  .p-sustainabilty__ttl {
    font-size: 3.6rem;
  }
}
.p-sustainabilty__media {
  border-radius: 1rem;
  overflow: hidden;
}
@media (min-width: 768px) {
  .p-sustainabilty__media {
    flex-shrink: 0;
    width: 45.7rem;
  }
}
@media (max-width: 767px) {
  .p-sustainabilty__media {
    margin-top: -0.8rem;
  }
}
.p-sustainabilty__content {
  display: flex;
  gap: 4rem;
  flex-direction: column;
}
@media (min-width: 768px) {
  .p-sustainabilty__content {
    gap: 5.6rem;
    max-width: 56rem;
  }
}
@media (max-width: 767px) {
  .p-sustainabilty .btn {
    width: 32.5rem;
  }
}

.p-outline {
  position: relative;
}
@media (min-width: 768px) {
  .p-outline .c-particle.particle-1 {
    top: 2.7rem;
    left: -3.9rem;
    width: 7.9rem;
  }
}
@media (min-width: 768px) {
  .p-outline .c-particle.particle-2 {
    bottom: 0;
    right: -7rem;
    width: 12.7rem;
  }
}
.p-outline__wrap {
  display: flex;
  gap: 4rem;
  flex-direction: column;
}
@media (min-width: 768px) {
  .p-outline__wrap {
    gap: 8rem;
    flex-direction: row-reverse;
  }
}
.p-outline__ttl {
  display: flex;
  gap: 1.6rem;
  flex-direction: column;
}
@media (min-width: 768px) {
  .p-outline__ttl {
    flex-direction: row-reverse;
    gap: 3.2rem;
    width: 9rem;
  }
}
.p-outline__ttl-en, .p-outline__ttl-jp {
  color: var(--color-primary);
  font-weight: 500;
  line-height: 1;
}
@media (min-width: 768px) {
  .p-outline__ttl-en, .p-outline__ttl-jp {
    writing-mode: vertical-rl;
    text-orientation: mixed;
  }
}
.p-outline__ttl-en {
  font-size: 1.6rem;
  letter-spacing: 0.1em;
}
@media (min-width: 768px) {
  .p-outline__ttl-en {
    font-size: 1.8rem;
  }
}
.p-outline__ttl-jp {
  font-size: 3.2rem;
  letter-spacing: 0.12em;
}
@media (min-width: 768px) {
  .p-outline__ttl-jp {
    font-size: 3.6rem;
  }
}
@media (min-width: 768px) {
  .p-outline__content {
    flex: 1;
  }
}
.p-outline__table {
  border-collapse: separate;
  border-spacing: 0;
  width: 100%;
}
.p-outline__table tr th, .p-outline__table tr td {
  font-size: 1.5rem;
  padding: 2rem;
  line-height: 1.625;
  line-height: 1.6;
}
@media (min-width: 768px) {
  .p-outline__table tr th, .p-outline__table tr td {
    border-right: 1px solid #7D8BAC;
    border-bottom: 1px solid #7D8BAC;
    font-size: 1.6rem;
    padding: 2.8rem 2.4rem;
  }
}
@media (max-width: 767px) {
  .p-outline__table tr th, .p-outline__table tr td {
    display: block;
  }
}
@media (min-width: 768px) {
  .p-outline__table tr th:first-child, .p-outline__table tr td:first-child {
    border-left: 1px solid #7D8BAC;
  }
}
.p-outline__table tr th {
  background-color: var(--color-primary);
  color: #fff;
}
@media (min-width: 768px) {
  .p-outline__table tr th {
    border-top: solid 1px #7D8BAC;
    width: 24rem;
  }
}
.p-outline__table tr td {
  background-color: #fff;
}
.p-outline__table tr:first-child th {
  border-top-left-radius: 1rem;
}
@media (min-width: 768px) {
  .p-outline__table tr:first-child th {
    border-top: solid 1px #7D8BAC;
  }
}
@media (max-width: 767px) {
  .p-outline__table tr:first-child th {
    border-top-right-radius: 1rem;
  }
}
@media (min-width: 768px) {
  .p-outline__table tr:first-child td {
    border-top: solid 1px #7D8BAC;
    border-top-right-radius: 1rem;
  }
}
@media (max-width: 767px) {
  .p-outline__table tr:first-child td {
    letter-spacing: 0;
  }
}
@media (min-width: 768px) {
  .p-outline__table tr:last-child th {
    border-bottom-left-radius: 1rem;
  }
}
.p-outline__table tr:last-child td {
  border-bottom-right-radius: 1rem;
}
@media (max-width: 767px) {
  .p-outline__table tr:last-child td {
    border-bottom-left-radius: 1rem;
  }
}
.p-outline__table tr .addr {
  display: flex;
}
@media (max-width: 767px) {
  .p-outline__table tr .addr {
    margin-bottom: 1.4rem;
  }
  .p-outline__table tr .addr:last-child {
    margin-bottom: 0;
  }
}
.p-outline__table tr .addr::before {
  content: "";
  background-color: var(--color-primary);
  width: 0.8rem;
  height: 0.2rem;
  margin-right: 0.8rem;
  position: relative;
  top: 1.2rem;
}
.p-outline__table tr .list {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1rem;
}
@media (min-width: 768px) {
  .p-outline__table tr .list {
    grid-auto-flow: column;
    grid-template-columns: max-content;
    grid-template-rows: repeat(3, auto);
    gap: 1.6rem 6.4rem;
  }
}
.p-outline__table tr .list li {
  display: flex;
}
.p-outline__table tr .list li::before {
  content: "";
  background-color: var(--color-primary);
  width: 0.8rem;
  height: 0.2rem;
  margin-right: 0.8rem;
  position: relative;
  top: 1.2rem;
}