@media screen and (min-width: 821px) {
  .links-container .links a {
    width: 15.7%;
  }
}
.links-container .links a::after {
  transform: translateY(-50%) rotate(45deg);
}

.out-lin__lead {
  padding: 60px 16px 0;
}
@media screen and (min-width: 821px) {
  .out-lin__lead {
    padding: 100px 0;
  }
}
@media screen and (min-width: 821px) {
  .out-lin__lead .out-lin__lead__inner {
    display: flex;
    align-items: flex-start;
    max-width: 1296px;
    margin: 0 auto;
  }
}
@media screen and (min-width: 821px) {
  .out-lin__lead .out-lin__lead__text {
    margin-right: 50px;
  }
}
.out-lin__lead .out-lin__lead__text .c-ttl03 {
  margin-bottom: 20px;
}
@media screen and (min-width: 821px) {
  .out-lin__lead .out-lin__lead__text .c-ttl03 {
    margin-bottom: 0.5em;
  }
}
.out-lin__lead figure {
  margin: 20px calc(50% - 50vw) 0;
}
@media screen and (min-width: 821px) {
  .out-lin__lead figure {
    width: 51.7%;
    margin: 0;
    flex-shrink: 0;
  }
}

.out-line__info {
  padding: 50px 16px;
}
@media screen and (min-width: 821px) {
  .out-line__info {
    padding: 100px 0;
    background: #fbf7f6;
    background: linear-gradient(to right, #fbf7f6 50%, #fff 50%);
  }
}
@media screen and (min-width: 821px) {
  .out-line__info .out-line__info__inner {
    display: flex;
    align-items: flex-start;
    max-width: 1296px;
    margin: 0 auto;
    padding-left: 100px;
    position: relative;
  }
  .out-line__info .out-line__info__inner::before {
    content: "";
    display: block;
    width: 100%;
    height: calc(100% + 200px);
    background: #fff;
    position: absolute;
    top: -100px;
    left: 0;
    z-index: 0;
    border-radius: 100px 0 0 0;
  }
}
.out-line__info .out-line__info__inner .out-line__images {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-bottom: 20px;
}
@media screen and (min-width: 821px) {
  .out-line__info .out-line__info__inner .out-line__images {
    max-width: 600px;
    flex-shrink: 0;
    margin-right: 50px;
    margin-bottom: 0;
    gap: 20px;
    position: relative;
    z-index: 1;
  }
}
.out-line__info .c-dl {
  position: relative;
  z-index: 1;
}
.out-line__info .c-dl dd a {
  color: #ce4170;
  text-decoration: underline;
}

.p-philosophy {
  padding: 110px 16px 60px;
  background: #f4d9d2;
  position: relative;
}
@media screen and (min-width: 821px) {
  .p-philosophy {
    padding: 180px 10px 100px;
  }
}
@media screen and (min-width: 821px) {
  .p-philosophy .sec-ttl {
    margin-bottom: 40px;
  }
}
.p-philosophy::before {
  content: "";
  display: block;
  width: 100%;
  height: 220px;
  background: url("../img/outline/philosophy.jpg") no-repeat center top/cover;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}
@media screen and (min-width: 821px) {
  .p-philosophy::before {
    height: 430px;
  }
}
.p-philosophy .p-philosophy__inner {
  background: #fff;
  border-radius: 5px;
  padding: 40px 16px;
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 821px) {
  .p-philosophy .p-philosophy__inner {
    text-align: center;
    padding: 70px 0;
    max-width: 1296px;
    margin: 0 auto;
  }
}
.p-philosophy .p-philosophy__inner h3 {
  margin-bottom: 1em;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 821px) {
  .p-philosophy .p-philosophy__inner h3 {
    text-align: center;
  }
}
.p-philosophy .p-philosophy__text {
  margin-bottom: 1em;
}
@media screen and (min-width: 821px) {
  .p-philosophy .p-philosophy__text {
    text-align: center;
    margin-bottom: 1.5em;
  }
}
.p-philosophy .p-philosophy__text:last-of-type {
  margin-bottom: 0;
}
.p-philosophy .p-philosophy__text p {
  letter-spacing: 0.1em;
}
.p-philosophy h4 {
  font-size: 13px;
  font-family: "Lexend", sans-serif;
  color: #ce4170;
  margin-bottom: 10px;
  display: flex;
  align-items: center;
}
@media screen and (min-width: 821px) {
  .p-philosophy h4 {
    font-size: 17px;
    justify-content: center;
  }
}
.p-philosophy h4::before {
  content: "";
  width: 4px;
  height: 4px;
  background: #ce4170;
  border-radius: 50%;
  margin-right: 10px;
}
@media screen and (min-width: 821px) {
  .p-philosophy h4::before {
    width: 6px;
    height: 6px;
  }
}

.p-feature {
  padding: 60px 0;
  background: #faede7;
}
@media screen and (min-width: 821px) {
  .p-feature {
    padding: 100px 0;
  }
}
@media screen and (min-width: 821px) {
  .p-feature .sec-ttl {
    margin-bottom: 80px;
  }
}
.p-feature .p-feature__item {
  margin-bottom: 20px;
}
@media screen and (min-width: 821px) {
  .p-feature .p-feature__item {
    max-width: 1296px;
    margin: 0 auto 50px;
  }
}
.p-feature .p-feature__item:last-of-type {
  margin-bottom: 0;
}
.p-feature .p-feature__item figure {
  max-width: 280px;
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 821px) {
  .p-feature .p-feature__item figure {
    max-width: 46.2%;
  }
}
.p-feature .p-feature__item figure figcaption {
  font-size: 11px;
  color: #ce4170;
  writing-mode: vertical-rl;
  letter-spacing: 0.2em;
  position: absolute;
  bottom: 0;
  right: -15px;
  z-index: 10;
}
@media screen and (min-width: 821px) {
  .p-feature .p-feature__item figure figcaption {
    font-size: 15px;
    bottom: inherit;
    top: 0;
    right: -25px;
  }
}
.p-feature .p-feature__item .p-feature__item__text {
  padding: 70px 0 40px;
  width: 90%;
  margin-top: -70px;
  margin-left: auto;
  background: #fff;
  box-shadow: 0 0 7px 0 rgba(206, 65, 112, 0.2);
}
@media screen and (min-width: 821px) {
  .p-feature .p-feature__item .p-feature__item__text {
    width: 57.8%;
    padding: 70px 0;
    margin-top: -25%;
  }
}
.p-feature .p-feature__item .p-feature__item__text h3 {
  font-size: 20px;
  color: #ce4170;
  line-height: 1.5;
  padding: 1em;
  border-bottom: 1px solid #faede7;
}
@media screen and (min-width: 821px) {
  .p-feature .p-feature__item .p-feature__item__text h3 {
    padding: 0 0 40px 130px;
    font-size: 30px;
  }
}
.p-feature .p-feature__item .p-feature__item__text p {
  padding: 1em 1em 0;
}
@media screen and (min-width: 821px) {
  .p-feature .p-feature__item .p-feature__item__text p {
    padding: 40px 50px 0 130px;
  }
}
.p-feature .p-feature__item .p-feature__item__text p a {
  color: #ce4170;
  text-decoration: underline;
}
.p-feature .p-feature__item:nth-child(even) figure {
  margin-left: auto;
}
.p-feature .p-feature__item:nth-child(even) figure figcaption {
  right: inherit;
  left: -15px;
}
@media screen and (min-width: 821px) {
  .p-feature .p-feature__item:nth-child(even) figure figcaption {
    left: -25px;
  }
}
.p-feature .p-feature__item:nth-child(even) .p-feature__item__text {
  margin-left: 0;
}
@media screen and (min-width: 821px) {
  .p-feature .p-feature__item:nth-child(even) .p-feature__item__text h3 {
    padding: 0 130px 40px 60px;
  }
  .p-feature .p-feature__item:nth-child(even) .p-feature__item__text p {
    padding: 40px 130px 0 60px;
  }
}
/*# sourceMappingURL=outline.css.map */