.p-column-head {
  padding-left: var(--gutter);
  padding-right: var(--gutter);
}

.p-column-head__inner {
  padding-bottom: calc(80 / 1040 * 100%);
  border-bottom: 1px solid #aec1d2;
}

@media screen and (max-width: 768px) {
  .p-column-head__inner {
    padding-bottom: 50px;
  }
}

.p-column-head__intro {
  font-size: 16px;
  line-height: calc(32 / 16);
}
@media screen and (max-width: 768px) {
  .p-column-head__intro {
    font-size: 12px;
    line-height: calc(24 / 12);
  }
}
.p-column-head__thumbnail {
  margin-top: 40px;
}

.p-column-head__thumbnail .-img {
  border-radius: 10px;
  width: 100%;
}

.p-column-head__summary {
  margin-top: 40px;
  padding: 45px;
  background-color: #f3f5f8;
}

@media screen and (max-width: 768px) {
  .p-column-head__summary {
    padding: 15px 20px;
  }
}

.p-column-head__summary .-heading {
  font-size: 16px;
  font-weight: 700;
  line-height: calc(28 / 16);
  color: var(--color-primary);
}
.p-column-head__summary .-list {
  font-size: 18px;
  line-height: calc(32 / 18);
  margin-top: 18px;
}

@media screen and (max-width: 768px) {
  .p-column-head__summary .-list {
    font-size: 14px;
    line-height: calc(26 / 14);
  }
}

.p-column-head__profile {
  margin-top: 65px;
  display: flex;
  justify-content: space-around;
  column-gap: 3%;
  padding-left: 1.5%;
  padding-right: 1.5%;
}

@media screen and (max-width: 768px) {
  .p-column-head__profile {
    flex-direction: column;
    margin-top: 40px;
    row-gap: 30px;
  }
}

.p-column-head__toc {
  margin-top: 65px;
}

@media screen and (max-width: 768px) {
  .p-column-head__toc {
    margin-top: 40px;
  }
}

.p-column-head__profile > * {
  flex: 1;
}

.p-column-body {
  padding-left: var(--gutter);
  padding-right: var(--gutter);
  padding-top: calc(80 / 1300 * 100%);
  counter-reset: column-heading;
  position: relative;
  overflow-x: clip;
}

@media screen and (max-width: 768px) {
  .p-column-body {
    padding-top: 45px;
  }
}

.p-column-body__bg {
  position: absolute;
  width: calc(130 / 1300 * 100vw);
}

.p-column-body__bg .-img {
  width: 100%;
  height: auto;
}

.p-column-body__bg._01 {
  right: 0;
  translate: 50%;
  top: 20%;
}
.p-column-body__bg._02 {
  left: 0;
  top: 36.5%;
  translate: -50%;
}
.p-column-body__bg._03 {
  right: 0;
  top: 54.5%;
  translate: 50%;
}
.p-column-body__bg._04 {
  left: 0;
  top: 67.5%;
  translate: -50%;
}
@media screen and (max-width: 768px) {
  .p-column-body__bg {
    display: none;
  }
}
.p-column-body__row {
  display: grid;
  grid-template-columns: 652fr 329fr;
  column-gap: 7%;
}

.p-column-body__row:not(:first-of-type) {
  margin-top: calc(100 / 1300 * 100%);
}

@media screen and (max-width: 768px) {
  .p-column-body__row:not(:first-of-type) {
    margin-top: 50px;
  }
}

@media screen and (max-width: 768px) {
  .p-column-body__row {
    grid-template-columns: 1fr;
    row-gap: 20px;
  }
}
.p-column-body__row._full {
  grid-template-columns: 1fr;
}
.p-column-body__row._reverse {
  grid-template-columns: 329fr 652fr;
  column-gap: 5.8%;
  margin-top: calc(100 / 1300 * 100%);
}

@media screen and (max-width: 768px) {
  .p-column-body__row._reverse {
    margin-top: 50px;
  }
}

.p-column-body__row._reverse > *:nth-child(1) {
  order: 2;
}
.p-column-body__row._reverse > *:nth-child(2) {
  order: 1;
}
@media screen and (max-width: 768px) {
  .p-column-body__row._reverse {
    grid-template-columns: 1fr;
  }
  .p-column-body__row._reverse > *:nth-child(1) {
    order: unset;
  }
  .p-column-body__row._reverse > *:nth-child(2) {
    order: unset;
  }
}

.p-column-body__body > *:nth-child(1) {
  margin-top: unset;
}
@media screen and (max-width: 768px) {
  .p-column-body__head:not(:has(*)) {
    display: none;
  }

  .p-column-body__body .p-column-body__pic {
    margin-top: 20px;
  }
}

.p-column-body__heading {
  display: flex;
  gap: 13px;
  font-size: 18px;
  font-weight: 700;
  line-height: calc(29 / 18);
  counter-increment: column-heading;
  color: var(--color-primary);
}

@media screen and (max-width: 768px) {
  .p-column-body__heading {
    font-size: 16px;
    line-height: calc(29 / 16);
  }
}

.p-column-body__heading._mt {
  margin-top: 75px;
}
.p-column-body__heading::before {
  content: counter(column-heading, decimal-leading-zero);
  flex-shrink: 0;
  padding-left: 53px;
  font-size: 27px;
  font-weight: 600;
  line-height: 1;
  color: #2e739e;
  background: linear-gradient(#2e739e, #2e739e) left 0.5em / 40px 1px no-repeat;
  font-family: var(--fontFamily-serif);
}

@media screen and (max-width: 768px) {
  .p-column-body__heading::before {
    padding-left: 32px;
    font-size: 22px;
    line-height: calc(28 / 22);
    background: linear-gradient(#2e739e, #2e739e) left 0.7em / 20px 1px
      no-repeat;
  }
}

.p-column-body__q {
  font-size: 16px;
  line-height: calc(36 / 16);
  color: #2a719d;
  margin-top: 45px;
}

@media screen and (max-width: 768px) {
  .p-column-body__q {
    font-size: 14px;
    line-height: calc(36 / 14);
    margin-top: 20px;
  }
}

.p-column-body__talk {
  display: grid;
  grid-template-columns: auto 1fr;
  column-gap: 25px;
  margin-top: 30px;
}

@media screen and (max-width: 768px) {
  .p-column-body__talk {
    grid-template-columns: 1fr;
    row-gap: 0;
    margin-top: 10px;
  }
}

.p-column-body__name {
  font-size: 18px;
  font-weight: 700;
  line-height: calc(36 / 18);
  color: var(--color-primary);
  font-family: var(--fontFamily-serif);
}

@media screen and (max-width: 768px) {
  .p-column-body__name {
    font-size: 16px;
    line-height: calc(36 / 16);
  }
}

.p-column-body__text {
  font-size: 16px;
  line-height: calc(36 / 16);
}

@media screen and (max-width: 768px) {
  .p-column-body__text {
    font-size: 14px;
    line-height: calc(36 / 14);
  }
}
.p-column-body__text + .p-column-body__text {
  margin-top: 1em;
}

@media screen and (max-width: 768px) {
  .p-column-body__text + .p-column-body__text {
    margin-top: 0.5em;
  }
}
.p-column-body__pic .-img {
  width: 100%;
  object-fit: cover;
  border-radius: 10px;
}

.p-column-head-profile__thumbnail {
  display: grid;
  place-items: center;
}

.p-column-head-profile__thumbnail .-img {
  width: min(100%, 170px);
  aspect-ratio: 1;
  border-radius: 50%;
  object-fit: cover;
}

.p-column-head-profile__position {
  margin-top: 15px;
  font-size: 12px;
  line-height: calc(20 / 12);
  font-weight: 700;
  color: var(--color-primary);
}

.p-column-head-profile__name {
  color: var(--color-primary);
  margin-top: 10px;
  font-size: 20px;
  line-height: calc(28 / 20);
  font-weight: 700;
  font-family: var(--fontFamily-serif);
}

.p-column-head-profile__text {
  margin-top: 10px;
  font-size: 14px;
  line-height: calc(20 / 14);
}

.p-column-special {
  position: relative;
  padding: calc(45 / 1040 * 100%) calc(60 / 1040 * 100%) calc(35 / 1040 * 100%);
  margin-top: calc(28 / 1300 * 100%);
  margin-left: 6.5%;
  margin-right: 6.5%;
}

@media screen and (max-width: 768px) {
  .p-column-special {
    margin-top: 35px;
    margin-left: unset;
    margin-right: unset;
    padding: max(20px, 6.8%);
  }
}

.p-column-special::before,
.p-column-special::after {
  content: "";
  position: absolute;
  width: 25px;
  height: 25px;
  border-color: #2a719d;
  border-style: solid;
}

.p-column-special::before {
  top: 0;
  left: 0;
  border-width: 3px 0 0 3px;
}

.p-column-special::after {
  bottom: 0;
  right: 0;
  border-width: 0 3px 3px 0;
}

.p-column-special__heading {
  display: flex;
  align-items: flex-end;
  gap: 25px;
}

@media screen and (max-width: 768px) {
  .p-column-special__heading {
    gap: 15px;
  }
}

.p-column-special__heading .-sub {
  font-weight: 700;
  font-size: 20px;
  line-height: calc(36 / 30);
  color: var(--color-primary);
}

@media screen and (max-width: 768px) {
  .p-column-special__heading .-sub {
    font-size: 16px;
    line-height: calc(32 / 16);
  }
}

.p-column-special__heading .-arrow {
  font-weight: 700;
  font-size: 20px;
  line-height: calc(36 / 30);
  color: var(--color-primary);
}
@media screen and (max-width: 768px) {
  .p-column-special__heading .-arrow {
    font-size: 16px;
    line-height: calc(32 / 16);
  }
}

.p-column-special__heading .-main {
  font-weight: 700;
  font-size: 30px;
  line-height: calc(36 / 30);
  color: var(--color-primary);
}
@media screen and (max-width: 768px) {
  .p-column-special__heading .-main {
    font-size: 20px;
    line-height: calc(26 / 16);
  }
}

.p-column-special__text {
  font-size: 16px;
  font-weight: 700;
  line-height: calc(32 / 16);
  margin-top: 10px;
}

@media screen and (max-width: 768px) {
  .p-column-special__text {
    font-size: 14px;
    line-height: calc(24 / 14);
    margin-top: 5px;
  }
}

.p-column-special__button {
  margin-top: 15px;
  display: flex;
  justify-content: flex-end;
}

@media screen and (max-width: 768px) {
  .p-column-special__button {
    display: grid;
    place-items: center;
  }
}

.p-column-special__button .c-button-arrow__text {
  font-size: 20px;
  line-height: calc(36 / 20);
}

@media screen and (max-width: 768px) {
  .p-column-special__button .c-button-arrow__text {
    line-height: calc(36 / 18);
    font-size: 18px;
  }
}

@media screen and (max-width: 768px) {
  .p-column-head-profile {
    display: grid;
    grid-template-columns: 100px 1fr;
    grid-template-rows: auto auto auto;
    column-gap: 13px;
    text-align: left;
  }

  .p-column-head-profile__thumbnail {
    width: 100px;
    height: 100px;
    aspect-ratio: 1/1;
    grid-row: 1 / -1;
  }
  .p-column-head-profile__thumbnail .-img {
    object-fit: cover;
    width: 100%;
    height: 100%;
  }
  .p-column-head-profile__position {
    margin-top: 0;
    font-size: 12px;
    align-self: end;
  }

  .p-column-head-profile__name {
    margin-top: 5px;
    font-size: 18px;
  }

  .p-column-head-profile__text {
    margin-top: 5px;
    font-size: 12px;
  }
}

.p-column-cta {
  padding-bottom: calc(55 / 1300 * 100%);
  padding-top: calc(80 / 1300 * 100%);
  padding-left: var(--gutter);
  padding-right: var(--gutter);
}

@media screen and (max-width: 768px) {
  .p-column-cta {
    padding-top: 80px;
    padding-bottom: 10px;
  }
}

.p-column-cta__radius {
  border-radius: 20px;
  position: relative;
  padding-top: 3%;
  padding-bottom: 4.5%;
  padding-left: 2%;
  padding-right: 2%;
}

@media screen and (max-width: 768px) {
  .p-column-cta__radius {
    padding-top: max(15px, 2.5%);
    padding-bottom: max(20px, 3%);
    padding-left: 10px;
    padding-right: 10px;
  }
}

.p-column-cta__bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.p-column-cta__bg .-img {
  object-fit: cover;
  width: 100%;
  border-radius: 20px;
  height: 100%;
}

.p-column-cta__heading {
  position: relative;
  z-index: 2;
  font-size: 20px;
  font-weight: 700;
  line-height: calc(36 / 20);
  color: white;
  text-align: center;
  font-family: var(--fontFamily-serif);
  padding-left: 5%;
}

@media screen and (max-width: 768px) {
  .p-column-cta__heading {
    padding-left: unset;
    font-size: clamp(14px, calc(14 / 400 * 100vw), 20px);
    line-height: calc(20 / 14);
  }
}

.p-column-cta__button {
  position: relative;
  z-index: 2;
  margin-top: 15px;
  display: grid;
  place-items: center;
}

@media screen and (max-width: 768px) {
  .p-column-cta__button {
    margin-top: 20px;
  }
}

.p-column-cta__button .c-button-arrow-radius {
  padding-right: 1.5em;
  width: min(316px, 100%);
}

@media screen and (max-width: 768px) {
  .p-column-cta__button .c-button-arrow-radius {
    width: min(219px, 100%);
  }
}
.p-column-cta__button .c-button-arrow-radius__text {
  font-size: 20px;
}

@media screen and (max-width: 768px) {
  .p-column-cta__button .c-button-arrow-radius__text {
    font-size: 14px;
  }
}

.p-column-bottom {
  padding-left: var(--gutter);
  padding-right: var(--gutter);
  padding-bottom: calc(30 / 1300 * 100%);
}

.c-box-toc {
  padding: 35px;
  border-radius: 10px;
  border: 1px solid #aec1d2;
}

@media screen and (max-width: 768px) {
  .c-box-toc {
    padding: 20px;
  }
}
.c-box-toc__layout {
  display: grid;
  grid-template-columns: 62px 1fr;
  column-gap: 24px;
}

@media screen and (max-width: 768px) {
  .c-box-toc__layout {
    grid-template-columns: 1fr;
    row-gap: 15px;
  }
}

.c-box-toc__heading {
  background-color: #c6d6e3;
  font-size: 18px;
  line-height: calc(30 / 18);
  width: 62px;
  text-align: center;
  font-weight: 700;
}

.c-box-toc__link {
  font-size: 16px;
  line-height: calc(28 / 16);
  display: flex;
  column-gap: 1em;
  transition: opacity 0.3s;
}

.c-box-toc__link:hover {
  opacity: 0.8;
}

@media screen and (max-width: 768px) {
  .c-box-toc__link {
    column-gap: 0.5em;
    font-size: 14px;
    line-height: calc(26 / 14);
  }
}
.c-box-toc__link .-num {
  color: var(--color-primary);
}

@media screen and (max-width: 768px) {
  .c-box-toc__link .-num {
    flex-shrink: 0;
  }
}

.c-box-toc__link .-title {
  color: #2a719d;
}
