main {
  font-size: 1rem;
  line-height: 1.6;
  overflow: hidden;
}

wbr + span {
  display: inline-block;
}

h1 {
  margin-bottom: 0;
}

@media screen and (min-width: 768px) {
  .p-u-pc-d-n {
    display: none !important;
  }
}

@media screen and (max-width: 767px) {
  .p-u-sp-d-n {
    display: none !important;
  }
}

.p-gray-bg {
  background-color: #f7f7f7;
}

.p-icon {
  display: inline-block;
  margin: 0 3px;
}
.p-icon.window {
  width: 17px;
  height: 17px;
  flex: 0 0 17px;
}
.p-icon.window.small {
  width: 9px;
  height: 9px;
  flex: 0 0 9px;
}
.p-icon.circle-arrow {
  width: 29px;
  height: 29px;
  flex: 0 0 29px;
}
.p-icon.close {
  width: 14px;
  height: 14px;
  flex: 0 0 14px;
}
.p-icon svg {
  display: block;
  width: 100%;
}

.p-button {
  transition: opacity 0.3s;
  display: inline-flex;
  font-size: 1.125rem;
  font-weight: bold;
  text-decoration: none;
  min-width: 323px;
  padding: 18px 13px 18px 16px;
  color: #fff;
  background-color: #002f5f;
  border-radius: 10px;
}
.p-button:hover {
  opacity: 0.6;
}
@media screen and (max-width: 767px) {
  .p-button:hover {
    opacity: 1;
  }
}
@media screen and (max-width: 767px) {
  .p-button {
    width: 100%;
    min-width: 0;
    font-size: 1.0625rem;
    padding: 14px 10px 14px 16px;
  }
}
.p-button .p-icon {
  position: relative;
  margin-left: auto;
}
.p-button.back {
  padding: 18px 16px 18px 13px;
}
@media screen and (max-width: 767px) {
  .p-button.back {
    padding: 14px 16px 14px 10px;
  }
}
.p-button.back .p-icon {
  margin-right: auto;
  margin-left: 0;
  transform: rotate(180deg);
}
.p-button.large {
  font-size: 1.3125rem;
  min-width: 382px;
  padding: 15px 15px 15px 20px;
}
@media screen and (max-width: 767px) {
  .p-button.large {
    font-size: 1.0625rem;
    min-width: 0;
    padding: 14px 10px 14px 16px;
  }
}
.p-button.large.back {
  padding: 15px 20px 15px 15px;
}
@media screen and (max-width: 767px) {
  .p-button.large.back {
    padding: 14px 16px 14px 10px;
  }
}
.p-button.large .p-icon {
  top: 3px;
}
@media screen and (max-width: 767px) {
  .p-button.large .p-icon {
    top: 0;
  }
}

.p-top-key-visual {
  position: relative;
  z-index: 1;
  color: #fff;
  background-color: #111425;
  overflow: hidden;
}
.p-top-key-visual__inner {
  max-width: 830px;
  margin: 0 auto;
  padding: 35px 30px 44px;
  text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.7), -1px 1px 0 rgba(0, 0, 0, 0.7), 1px -1px 0 rgba(0, 0, 0, 0.7), -1px -1px 0 rgba(0, 0, 0, 0.7);
}
@media screen and (max-width: 767px) {
  .p-top-key-visual__inner {
    padding: 6.6666666667vw 25px;
    height: 115.7333333333vw;
  }
}
.p-top-key-visual__inner > h1 {
  font-size: 3.0625rem;
  font-weight: bold;
  line-height: 1.2;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .p-top-key-visual__inner > h1 {
    font-size: 11.2vw;
  }
}
.p-top-key-visual__inner > p {
  font-size: 0.875rem;
  line-height: 1.78;
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  .p-top-key-visual__inner > p {
    font-size: 3.7333333333vw;
    margin-top: 7.4666666667vw;
  }
}
.p-top-key-visual__bg {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
}
.p-top-key-visual__bg img {
  display: block;
  max-width: 1000px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .p-top-key-visual__bg img {
    max-width: 100%;
  }
}

.p-top-key-visual .p-top-key-visual__bg {
  margin-top: 0;
}

.p-top-text-box {
  background-color: #012f5f;
  padding: 25px 30px;
}
@media screen and (max-width: 767px) {
  .p-top-text-box {
    padding: 12px 20px;
  }
}
.p-top-text-box__inner {
  width: 350px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .p-top-text-box__inner {
    width: auto;
  }
}
.p-top-text-box p {
  display: flex;
}
.p-top-text-box p + p {
  margin-top: 6px;
}
@media screen and (max-width: 767px) {
  .p-top-text-box p + p {
    margin-top: 10px;
  }
}
.p-top-text-box a {
  font-size: 0.6875rem;
  font-weight: bold;
  color: #fff;
  text-decoration: none;
}
@media screen and (max-width: 767px) {
  .p-top-text-box a {
    font-size: 0.625rem;
  }
}
.p-top-text-box a:hover {
  text-decoration: underline;
}

.p-top-section {
  position: relative;
  color: #23272b;
  margin-top: 50px;
  padding: 50px 30px 0;
}
@media screen and (max-width: 767px) {
  .p-top-section {
    margin-top: 30px;
    padding: 20px 25px 0;
  }
}
.p-top-section:last-of-type {
  padding-bottom: 100px;
}
@media screen and (max-width: 767px) {
  .p-top-section:last-of-type {
    padding-bottom: 82px;
  }
}
.p-top-section__inner {
  position: relative;
  width: 770px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .p-top-section__inner {
    width: auto;
  }
}
.p-top-section.p-top-section-01 {
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .p-top-section.p-top-section-01 {
    margin-top: 5px;
  }
}
.p-top-section.p-top-section-02 {
  z-index: 2;
}
.p-top-section.p-top-section-03 {
  z-index: 3;
}
.p-top-section.p-top-section-04 {
  z-index: 4;
}

.p-top-section-title {
  position: relative;
  z-index: 0;
}
.p-top-section-title > p {
  width: 770px;
  margin: 0 auto;
  font-size: 1.125rem;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .p-top-section-title > p {
    width: auto;
    font-size: 0.875rem;
  }
}
.p-top-section-title > p span {
  display: inline-block;
  width: 50%;
  background-color: #fff;
}
.p-top-section-title > h2 {
  width: 770px;
  font-size: 3rem;
  font-weight: bold;
  margin: 20px auto 0;
  text-shadow: 1px 1px 0 #fff, -1px 1px 0 #fff, 1px -1px 0 #fff, -1px -1px 0 #fff;
}
@media screen and (max-width: 767px) {
  .p-top-section-title > h2 {
    width: auto;
    font-size: 1.875rem;
    margin-top: 8px;
  }
}

.p-top-section-text {
  font-size: 1.0625rem;
  font-weight: bold;
  line-height: 1.7;
  margin-top: 37px;
  margin-bottom: 37px;
  width: 375px;
}
@media screen and (max-width: 767px) {
  .p-top-section-text {
    margin-top: 20px;
    margin-bottom: 20px;
    width: auto;
  }
}

@media screen and (max-width: 767px) {
  .p-top-section-img-container {
    position: relative;
    margin-top: 32px;
  }
}

.p-top-section-img {
  position: absolute;
  z-index: -1;
  width: 313px;
  transition: transform 0.1s linear;
  will-change: transform;
}
@media screen and (max-width: 767px) {
  .p-top-section-img {
    position: static;
    width: 55.7333333333vw;
    transform: none !important;
  }
}
.p-top-section-img img {
  display: block;
  max-width: 100%;
}
.p-top-section-img.p-top-section-img-01 {
  right: -146px;
}
@media screen and (max-width: 1070px) {
  .p-top-section-img.p-top-section-img-01 {
    right: -96px;
  }
}
@media screen and (max-width: 1028px) {
  .p-top-section-img.p-top-section-img-01 {
    right: -46px;
  }
}
@media screen and (max-width: 767px) {
  .p-top-section-img.p-top-section-img-01 {
    margin-left: 29.3333333333vw;
  }
}
.p-top-section-img.p-top-section-img-02 {
  right: -72px;
}
@media screen and (max-width: 1070px) {
  .p-top-section-img.p-top-section-img-02 {
    right: -22px;
  }
}
@media screen and (max-width: 1028px) {
  .p-top-section-img.p-top-section-img-02 {
    right: 28px;
  }
}
@media screen and (max-width: 767px) {
  .p-top-section-img.p-top-section-img-02 {
    margin-top: -2.1333333333vw;
    margin-left: 16.2666666667vw;
  }
}
.p-top-section-01 .p-top-section-img.p-top-section-img-01 {
  top: -170px;
}
.p-top-section-01 .p-top-section-img.p-top-section-img-02 {
  top: 49px;
}
.p-top-section-02 .p-top-section-img.p-top-section-img-01 {
  top: -120px;
}
.p-top-section-02 .p-top-section-img.p-top-section-img-02 {
  top: 97px;
}
.p-top-section-03 .p-top-section-img.p-top-section-img-01 {
  top: -167px;
}
.p-top-section-03 .p-top-section-img.p-top-section-img-02 {
  top: 52px;
}
.p-top-section-04 .p-top-section-img.p-top-section-img-01 {
  top: -167px;
}
.p-top-section-04 .p-top-section-img.p-top-section-img-02 {
  top: 52px;
}

.p-top-section-bg {
  position: absolute;
  left: 409px;
  z-index: -2;
}
@media screen and (max-width: 767px) {
  .p-top-section-bg {
    left: 0;
    transform: none !important;
  }
}
.p-top-section-bg::before {
  content: "";
  display: block;
  width: 574px;
  height: 290px;
  transform: skewY(-6.1deg);
}
@media screen and (max-width: 767px) {
  .p-top-section-bg::before {
    width: 340px;
    height: 172px;
  }
}
.p-top-section-01 .p-top-section-bg {
  top: -86px;
}
@media screen and (max-width: 767px) {
  .p-top-section-01 .p-top-section-bg {
    top: 14.1333333333vw;
  }
}
.p-top-section-01 .p-top-section-bg::before {
  background: #ddeeff;
  background: linear-gradient(-148deg, #cbe5ff 0%, rgba(221, 238, 255, 0.45) 100%);
}
.p-top-section-02 .p-top-section-bg {
  top: -34px;
}
@media screen and (max-width: 767px) {
  .p-top-section-02 .p-top-section-bg {
    top: 14.1333333333vw;
  }
}
.p-top-section-02 .p-top-section-bg::before {
  background: #fff2f3;
  background: linear-gradient(-148deg, #fff2f3 0%, rgba(250, 197, 143, 0) 100%);
}
.p-top-section-03 .p-top-section-bg {
  top: -82px;
}
@media screen and (max-width: 767px) {
  .p-top-section-03 .p-top-section-bg {
    top: 14.1333333333vw;
  }
}
.p-top-section-03 .p-top-section-bg::before {
  background: #e2e6ea;
  background: linear-gradient(-148deg, #e2e6ea 0%, #f8f8f8 100%);
}
.p-top-section-04 .p-top-section-bg {
  top: -82px;
}
@media screen and (max-width: 767px) {
  .p-top-section-04 .p-top-section-bg {
    top: 14.1333333333vw;
  }
}
.p-top-section-04 .p-top-section-bg::before {
  background: #daf8e6;
  background: linear-gradient(-148deg, rgba(218, 248, 230, 0.67) 0%, rgba(220, 230, 223, 0.67) 100%);
}

.p-sub-key-visual {
  display: flex;
  flex-direction: column-reverse;
}
.p-sub-key-visual__text-box {
  display: flex;
  align-items: center;
  position: relative;
  z-index: 1;
  width: 750px;
  margin: -85px auto 0;
  padding: 28px 57px;
  color: #012f5f;
  background-color: #fff;
  font-weight: bold;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.16);
}
@media screen and (max-width: 767px) {
  .p-sub-key-visual__text-box {
    display: block;
    width: auto;
    margin: -32px 38px 0;
    padding: 33px 23px 40px;
  }
}
.p-sub-key-visual__title {
  width: 270px;
  flex: 0 0 270px;
  margin-right: 40px;
}
@media screen and (max-width: 767px) {
  .p-sub-key-visual__title {
    width: auto;
    margin-right: 0;
  }
}
.p-sub-key-visual__title > p {
  font-size: 1.1875rem;
}
@media screen and (max-width: 767px) {
  .p-sub-key-visual__title > p {
    font-size: 0.875rem;
  }
}
.p-sub-key-visual__title > h1 {
  font-size: 2.3125rem;
}
@media screen and (max-width: 767px) {
  .p-sub-key-visual__title > h1 {
    font-size: 2.1875rem;
    margin-top: 3px;
  }
}
.p-sub-key-visual__description {
  line-height: 1.6875;
}
@media screen and (max-width: 767px) {
  .p-sub-key-visual__description {
    font-size: 1rem;
    margin-top: 14px;
  }
}
.p-sub-key-visual__text-box.row {
  display: block;
  padding: 28px 30px 24px;
}
@media screen and (max-width: 767px) {
  .p-sub-key-visual__text-box.row {
    padding: 33px 23px 40px;
  }
}
.p-sub-key-visual__text-box.row .p-sub-key-visual__title {
  width: auto;
  margin-right: 0;
}
.p-sub-key-visual__text-box.row .p-sub-key-visual__title > p {
  font-size: 1rem;
}
@media screen and (max-width: 767px) {
  .p-sub-key-visual__text-box.row .p-sub-key-visual__title > p {
    font-size: 0.875rem;
  }
}
.p-sub-key-visual__text-box.row .p-sub-key-visual__title > h1 {
  font-size: 2rem;
}
@media screen and (max-width: 767px) {
  .p-sub-key-visual__text-box.row .p-sub-key-visual__title > h1 {
    font-size: 1.5625rem;
  }
}
.p-sub-key-visual__text-box.row .p-sub-key-visual__description {
  margin-top: 8px;
}
@media screen and (max-width: 767px) {
  .p-sub-key-visual__text-box.row .p-sub-key-visual__description {
    margin-top: 14px;
  }
}
.p-sub-key-visual__bg {
  height: 310px;
  background-color: #000;
}
@media screen and (max-width: 767px) {
  .p-sub-key-visual__bg {
    height: auto;
  }
}
.p-sub-key-visual__bg img {
  display: block;
  margin: 0 auto;
  height: 100%;
}
@media screen and (max-width: 767px) {
  .p-sub-key-visual__bg img {
    width: 100%;
    height: auto;
  }
}

.p-sub-section {
  padding-top: 60px;
}
@media screen and (max-width: 767px) {
  .p-sub-section {
    padding-top: 40px;
  }
}
.p-sub-section__inner {
  width: 750px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .p-sub-section__inner {
    width: auto;
  }
}
.p-gray-bg > .p-sub-section:last-child {
  padding-bottom: 100px;
}
@media screen and (max-width: 767px) {
  .p-gray-bg > .p-sub-section:last-child {
    padding-bottom: 50px;
  }
}

.p-sub-detail {
  display: flex;
  font-weight: bold;
  color: #292929;
}
@media screen and (max-width: 767px) {
  .p-sub-detail {
    display: block;
  }
}
.p-sub-detail__item:nth-child(1) {
  padding-left: 15px;
  flex: 1 1 auto;
}
@media screen and (max-width: 767px) {
  .p-sub-detail__item:nth-child(1) {
    padding: 0 38px;
  }
}
.p-sub-detail__item:nth-child(2) {
  width: 330px;
  flex: 0 0 330px;
  margin-left: 32px;
}
@media screen and (max-width: 767px) {
  .p-sub-detail__item:nth-child(2) {
    width: auto;
    padding: 0 19px 0 27px;
    margin: 27px auto 0;
  }
}
.p-sub-detail__label {
  display: inline-block;
  font-size: 1.0625rem;
  line-height: 1;
  color: #fff;
  background-color: #002f5f;
  padding: 3px 5px 5px;
  border-radius: 2px;
}
.p-sub-detail__label.pink {
  background-color: #e97b86;
}
.p-sub-detail__label.blue {
  background-color: #0069d9;
}
.p-sub-detail__label.green {
  background-color: #218838;
}
.p-sub-detail__title {
  font-size: 2.1875rem;
  line-height: 1.2;
  margin-top: 17px;
}
@media screen and (max-width: 767px) {
  .p-sub-detail__title {
    font-size: 2rem;
    line-height: 1.0625;
  }
}
.p-sub-detail__title.size-01 {
  font-size: 1.6875rem;
}
@media screen and (max-width: 767px) {
  .p-sub-detail__title.size-01 {
    font-size: 1.4375rem;
  }
}
.p-sub-detail__title.size-02 {
  font-size: 1.9375rem;
}
@media screen and (max-width: 767px) {
  .p-sub-detail__title.size-02 {
    font-size: 1.9375rem;
  }
}
.p-sub-detail__title.size-03 {
  font-size: 2.0625rem;
}
@media screen and (max-width: 767px) {
  .p-sub-detail__title.size-03 {
    font-size: 1.6875rem;
  }
}
@media screen and (max-width: 767px) {
  .p-sub-detail__title.size-04 {
    font-size: 1.6875rem;
  }
}
.p-sub-detail__title.size-05 {
  font-size: 1.9375rem;
}
@media screen and (max-width: 767px) {
  .p-sub-detail__title.size-05 {
    font-size: 2.25rem;
  }
}
@media screen and (max-width: 767px) {
  .p-sub-detail__title.size-06 {
    font-size: 1.9375rem;
  }
}
.p-sub-detail__text {
  line-height: 1.7;
  margin-top: 15px;
}
@media screen and (max-width: 767px) {
  .p-sub-detail__text {
    font-size: 0.875rem;
  }
}

.p-sub-accordion {
  border-radius: 14px;
  background-color: #fff;
  box-shadow: 1px 3px 2px rgba(0, 0, 0, 0.05);
}
.p-sub-accordion__label {
  transition: opacity 0.3s;
  position: relative;
  font-size: 0.875rem;
  padding: 6px 58px 6px 20px;
  width: 100%;
  min-height: 56px;
  color: inherit;
  font-weight: bold;
  text-align: left;
}
.p-sub-accordion__label:hover {
  opacity: 0.6;
}
@media screen and (max-width: 767px) {
  .p-sub-accordion__label:hover {
    opacity: 1;
  }
}
.p-sub-accordion__label[aria-expanded=true] {
  font-size: 1.0625rem;
  padding: 23px 58px 20px 25px;
  transition: font-size 0.3s ease-out, padding 0.3s ease-out;
}
@media screen and (max-width: 767px) {
  .p-sub-accordion__label[aria-expanded=true] {
    padding: 20px 58px 13px 20px;
  }
}
.p-sub-accordion__label[aria-expanded=true]:hover {
  opacity: 1;
}
.p-sub-accordion__label[aria-expanded=true] .p-sub-accordion__icon::after {
  transform: translate(-50%, -50%) rotate(90deg);
  opacity: 0;
}
.p-sub-accordion__label-text {
  display: inline-block;
  text-align: left;
  line-height: 1.285;
}
.p-sub-accordion__label-text.size-01 {
  font-size: 0.8125rem;
}
.p-sub-accordion__label-text > .small {
  font-size: 0.625rem;
}
.p-sub-accordion__icon {
  position: absolute;
  top: 50%;
  right: 20px;
  width: 28px;
  height: 28px;
  border: 1px solid #707070;
  border-radius: 50%;
  transform: translateY(-50%);
}
.p-sub-accordion__icon::before, .p-sub-accordion__icon::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  background: #707070;
  transform: translate(-50%, -50%);
  transition: transform 0.3s ease, opacity 0.3s ease;
}
.p-sub-accordion__icon::before {
  width: 17px;
  height: 1px;
}
.p-sub-accordion__icon::after {
  width: 1px;
  height: 17px;
}
.p-sub-accordion__icon > span {
  position: absolute;
  width: 1px;
  height: 1px;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(0 0 99.9% 99.9%);
  clip-path: inset(0 0 99.9% 99.9%);
  overflow: hidden;
}
.p-sub-accordion__body {
  font-size: 0.875rem;
  line-height: 1.7;
  height: 0;
  overflow: hidden;
  transition: height 0.3s ease-out;
}
.p-sub-accordion__body[aria-hidden=false] {
  height: auto;
}
.p-sub-accordion__text {
  padding: 0 25px;
}
@media screen and (max-width: 767px) {
  .p-sub-accordion__text {
    font-size: 0.75rem;
    padding: 0 20px;
  }
}
.p-sub-accordion__link-area + .p-sub-accordion__text {
  margin-top: 20px;
}
.p-sub-accordion__link-area {
  margin-top: 20px;
  padding: 0 25px;
  font-size: 0.6875rem;
}
@media screen and (max-width: 767px) {
  .p-sub-accordion__link-area {
    margin-top: 25px;
    padding: 0 20px;
  }
}
.p-sub-accordion__link-area li {
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .p-sub-accordion__link-area li {
    line-height: 1.8;
  }
}
.p-sub-accordion__link-area a {
  color: #012f5f;
}
.p-sub-accordion__bottom {
  margin-top: 35px;
  padding-bottom: 20px;
}
.p-sub-accordion__close {
  transition: opacity 0.3s;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  font-size: 0.9375rem;
  font-weight: bold;
  color: inherit;
}
.p-sub-accordion__close:hover {
  opacity: 0.6;
}
@media screen and (max-width: 767px) {
  .p-sub-accordion__close:hover {
    opacity: 1;
  }
}
@media screen and (max-width: 767px) {
  .p-sub-accordion__close {
    font-size: 0.875rem;
  }
}
.p-sub-accordion__close > span:last-of-type {
  margin-left: 5px;
}
.p-sub-accordion.size-01 .p-sub-accordion__label {
  padding-right: 25px;
}
.p-sub-accordion.size-01 .p-sub-accordion__label-text {
  font-size: 1.5rem;
}
.p-sub-accordion.size-01 .p-sub-accordion__link-area {
  padding-bottom: 27px;
}
.p-sub-accordion + .p-sub-accordion {
  margin-top: 6px;
}

.p-sub-section-img-container {
  position: relative;
  z-index: 1;
  margin-top: 45px;
}
@media screen and (max-width: 767px) {
  .p-sub-section-img-container {
    margin: 40px 20px 0;
  }
}

.p-sub-section-img {
  width: 186px;
}
@media screen and (max-width: 767px) {
  .p-sub-section-img {
    width: 49.6vw;
  }
}
.p-sub-section-img img {
  display: block;
  max-width: 100%;
}
.p-sub-section-img.p-sub-section-img-01 {
  margin-left: 85px;
}
@media screen and (max-width: 767px) {
  .p-sub-section-img.p-sub-section-img-01 {
    margin-left: 39.7333333333vw;
  }
}
.p-sub-section-img.p-sub-section-img-02 {
  margin-top: -5px;
  margin-left: 18px;
}
@media screen and (max-width: 767px) {
  .p-sub-section-img.p-sub-section-img-02 {
    margin-top: -1.3333333333vw;
    margin-left: 19.4666666667vw;
  }
}

.p-sub-section-bg {
  position: absolute;
  top: 61px;
  left: -125px;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .p-sub-section-bg {
    top: 12.2666666667vw;
    left: auto;
    right: -20px;
  }
}
.p-sub-section-bg::before {
  content: "";
  display: block;
  width: 437px;
  height: 173px;
  transform: skewY(-5deg);
}
@media screen and (max-width: 767px) {
  .p-sub-section-bg::before {
    width: 90.9333333333vw;
    height: 46.1333333333vw;
  }
}
.p-sub-section-bg.p-sub-section-bg-01::before {
  background: #ddeeff;
  background: linear-gradient(-148deg, #cbe5ff 0%, rgba(221, 238, 255, 0.45) 100%);
}
.p-sub-section-bg.p-sub-section-bg-02::before {
  background: #fff2f3;
  background: linear-gradient(-148deg, #fff2f3 0%, rgba(250, 197, 143, 0) 100%);
}
.p-sub-section-bg.p-sub-section-bg-03::before {
  background: #e2e6ea;
  background: linear-gradient(-148deg, #e2e6ea 0%, #f8f8f8 100%);
}
.p-sub-section-bg.p-sub-section-bg-04::before {
  background: #daf8e6;
  background: linear-gradient(-148deg, rgba(218, 248, 230, 0.67) 0%, rgba(220, 230, 223, 0.67) 100%);
}

.p-sub-link-area {
  display: flex;
  justify-content: space-between;
  max-width: 794px;
  margin: 103px auto 0;
  padding-bottom: 60px;
}
.p-sub-link-area.center {
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .p-sub-link-area {
    flex-direction: column-reverse;
    justify-content: flex-start;
    margin-top: 43px;
    padding: 0 28px 45px;
  }
}
@media screen and (max-width: 767px) {
  .p-sub-link-area__column:nth-child(1) {
    margin-top: 40px;
  }
}
.p-sub-link-area__title {
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 1;
  height: 1.5rem;
}
@media screen and (max-width: 767px) {
  .p-sub-link-area__title {
    font-size: 1.1875rem;
    height: auto;
  }
}
.p-sub-link-area__list {
  margin-top: 16px;
}
.p-sub-link-area__list li + li {
  margin-top: 15px;
}
@media screen and (max-width: 767px) {
  .p-sub-link-area__list li + li {
    margin-top: 12px;
  }
}