@charset "UTF-8";
@media (min-width: 768px) {
  .p-inheritance-future__media__body {
    order: 2;
  }
}

@media (min-width: 768px) {
  .p-inheritance-future__media__image {
    order: 1;
  }
}

.p-inheritance-prepare .c-number-list__item__title {
  align-items: center;
  font-size: clamp(1.6rem, 1.6875vw, 2.7rem);
}

.p-inheritance-merit__text {
  font-size: clamp(1.4rem, 1.25vw, 2rem);
  font-weight: 500;
  line-height: 2;
  color: #09064c;
  text-align: center;
  letter-spacing: 0.12em;
}

.p-customer-flow__head {
  display: grid;
  gap: 1rem;
  margin-bottom: clamp(3rem, 2.8125vw, 4.5rem);
}
@media (min-width: 768px) {
  .p-customer-flow__head {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
  }
}

.p-customer-flow__list {
  display: grid;
  gap: clamp(3.5rem, 6.25vw, 7rem);
  counter-reset: counter;
}

.p-customer-flow__item {
  position: relative;
  display: grid;
  background-color: #eef0f7;
}
@media (min-width: 768px) {
  .p-customer-flow__item {
    grid-template-columns: clamp(12rem, 10vw, 16rem) 1fr clamp(1.6rem, 20vw, 32rem);
    min-height: 27rem;
  }
}
.p-customer-flow__item:not(:first-of-type)::before {
  position: absolute;
  bottom: calc(100% + 1rem);
  left: 50%;
  width: clamp(2.5rem, 3.125vw, 5rem);
  height: auto;
  aspect-ratio: 50/24;
  clip-path: polygon(50% 100%, 100% 0, 0 0);
  content: "";
  background-color: #0d396b;
  transform: translateX(-50%);
}
@media (min-width: 768px) {
  .p-customer-flow__item:not(:first-of-type)::before {
    bottom: calc(100% + 2rem);
    left: 5rem;
    transform: unset;
  }
}

.p-customer-flow__item__step {
  display: flex;
  flex-direction: column;
  padding: 1.5rem;
  font-family: var(--font-lora);
  font-size: clamp(1.4rem, 1vw, 1.6rem);
  line-height: 1;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 0.4em;
  background-color: rgba(13, 57, 107, 0.9);
}
@media (min-width: 768px) {
  .p-customer-flow__item__step {
    padding: clamp(2rem, 2.5vw, 4rem) 1.5rem;
  }
}
.p-customer-flow__item__step::after {
  font-size: clamp(4rem, 3.75vw, 6rem);
  letter-spacing: 0.05em;
  content: "" counter(counter, decimal-leading-zero);
  counter-increment: counter 1;
}

.p-customer-flow__item__body {
  display: flex;
  flex-direction: column;
  gap: clamp(1rem, 1.875vw, 3rem);
  justify-content: center;
  padding: 1.5rem clamp(2rem, 2.5vw, 4rem);
}

.p-customer-flow__item__title {
  font-family: var(--font-serif);
  font-size: clamp(1.6rem, 1.6875vw, 2.7rem);
  font-weight: 500;
  letter-spacing: 0.08em;
}

.p-customer-flow__item__image * {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media (min-width: 768px) {
  .p-customer-consult__media__body {
    order: 2;
  }
}

@media (min-width: 768px) {
  .p-customer-consult__media__image {
    order: 1;
  }
}

.p-voice__inner {
  --container-width: 114.7rem;
}

.p-voice__contents {
  display: grid;
  gap: clamp(2rem, 2.5vw, 4rem);
}

.p-voice__content {
  display: grid;
  gap: 2rem clamp(3.2rem, 4vw, 6.4rem);
}
@media (min-width: 768px) {
  .p-voice__content {
    grid-template-columns: auto 1fr;
  }
}

.p-voice__content__detail {
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (min-width: 768px) {
  .p-voice__content__detail {
    padding-top: clamp(1.5rem, 1.875vw, 3rem);
  }
}

.p-voice__content__image {
  margin-bottom: clamp(0.5rem, 0.625vw, 1rem);
}

.p-voice__content__name {
  font-size: clamp(1.4rem, 1vw, 1.6rem);
  font-weight: 500;
  letter-spacing: 0.06em;
}
.p-voice__content__name span {
  margin-right: 0.3em;
  font-size: 1.6875em;
}

.p-voice__content__meta {
  font-size: clamp(1.2rem, 0.875vw, 1.4rem);
  letter-spacing: 0.06em;
}

.p-voice__content__body {
  position: relative;
  padding: clamp(3rem, 3.125vw, 5rem) clamp(1.5rem, 3.75vw, 6rem);
  background-color: #fff;
  border: 1px solid rgba(13, 57, 107, 0.2);
  border-radius: 1rem;
}
.p-voice__content__body::before, .p-voice__content__body::after {
  position: absolute;
  left: 50%;
  width: 3rem;
  height: auto;
  aspect-ratio: 2/1;
  clip-path: polygon(50% 0, 100% 100%, 0 100%);
  content: "";
  transform: translateX(-50%);
}
@media (min-width: 768px) {
  .p-voice__content__body::before, .p-voice__content__body::after {
    top: clamp(2rem, 1.875vw, 3rem);
    left: unset;
    width: 1.5rem;
    aspect-ratio: 1/2;
    clip-path: polygon(100% 0, 0 50%, 100% 100%);
    transform: unset;
  }
}
.p-voice__content__body::before {
  bottom: 100%;
  z-index: 0;
  background-color: rgba(13, 57, 107, 0.2);
}
@media (min-width: 768px) {
  .p-voice__content__body::before {
    right: 100%;
    bottom: unset;
  }
}
.p-voice__content__body::after {
  bottom: calc(100% - 1px);
  z-index: 1;
  background-color: #fff;
}
@media (min-width: 768px) {
  .p-voice__content__body::after {
    right: calc(100% - 1px);
    bottom: unset;
  }
}
.p-voice__content__body h2,
.p-voice__content__body h3,
.p-voice__content__body h4,
.p-voice__content__body h5,
.p-voice__content__body h6 {
  margin-bottom: 1em;
  font-size: clamp(1.6rem, 1.25vw, 2rem);
  font-weight: 500;
  letter-spacing: 0.06em;
}
.p-voice__content__body h2:not(:first-child),
.p-voice__content__body h3:not(:first-child),
.p-voice__content__body h4:not(:first-child),
.p-voice__content__body h5:not(:first-child),
.p-voice__content__body h6:not(:first-child) {
  margin-top: 1.5em;
}
.p-voice__content__body p {
  font-size: clamp(1.4rem, 1.0625vw, 1.7rem);
  font-weight: 300;
  line-height: 2;
  letter-spacing: 0.06em;
}

.p-agency-life__lead {
  max-width: 112rem;
  margin-inline: auto;
  margin-bottom: 0;
}

.p-agency-life__points__wrapper {
  padding-inline: 1rem;
  padding-top: clamp(2.5rem, 3.125vw, 5rem);
  margin-inline: -1rem;
  margin-bottom: clamp(6rem, 7.5vw, 12rem);
}

.p-agency-life__points {
  display: flex;
  gap: clamp(2rem, 2.5vw, 4rem);
}

.p-agency-life__point {
  display: flex;
  flex: 1;
  flex-direction: column;
  gap: clamp(1rem, 1.25vw, 2rem);
  justify-items: center;
}
@media (max-width: 767.98px) {
  .p-agency-life__point {
    min-width: 66vw;
  }
}

.p-agency-life__point__image {
  position: relative;
  aspect-ratio: 40/24;
}
.p-agency-life__point__image::before {
  position: absolute;
  top: -7%;
  left: -2%;
  z-index: 1;
  width: clamp(2.8rem, 3.5625vw, 5.7rem);
  height: auto;
  aspect-ratio: 57/50;
  content: "";
  background: url(../images/etude/agency/life_check_icon.svg) no-repeat center/contain;
}
.p-agency-life__point__image * {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.p-agency-life__point__text {
  font-size: clamp(1.4rem, 1vw, 1.6rem);
  line-height: 1.75;
  text-align: center;
  letter-spacing: 0.12em;
}
@media (min-width: 1536px) {
  .p-agency-life__point__text {
    max-width: 300px;
  }
}

.p-agency-life__list {
  display: flex;
  flex-wrap: wrap;
  gap: clamp(2rem, 2.5vw, 4rem) 0;
  justify-content: center;
}

.p-agency-life__item {
  display: grid;
  flex-basis: 33.3333333333%;
  gap: 1rem;
  justify-items: center;
}
@media (min-width: 768px) {
  .p-agency-life__item {
    flex-basis: clamp(12rem, 16.6666666667vw, 24rem);
  }
}

.p-agency-life__item__image {
  max-width: clamp(9rem, 12.5vw, 18rem);
  aspect-ratio: 1;
}

.p-agency-life__item__text {
  font-size: clamp(1.4rem, 1.125vw, 1.8rem);
  font-weight: 500;
  color: #09064c;
  text-align: center;
  letter-spacing: 0.12em;
}

.p-agency-consultant__lead {
  font-family: var(--font-serif);
  font-size: clamp(1.4rem, 1.25vw, 2rem);
  font-weight: 500;
  line-height: 1.75;
  color: #0d396b;
  letter-spacing: 0.08em;
}

.p-agency-consultant__list {
  display: grid;
  gap: clamp(2rem, 2.5vw, 4rem);
}
@media (min-width: 768px) {
  .p-agency-consultant__list {
    grid-template-columns: repeat(2, 1fr);
  }
}

.p-agency-consultant__card {
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 3;
  gap: clamp(1.5rem, 1.875vw, 3rem);
  justify-items: center;
  padding: clamp(1.5rem, 3.125vw, 5rem);
  background-color: #eef0f7;
  border: 1px solid rgba(9, 6, 76, 0.5);
}

.p-agency-consultant__card__image {
  max-width: 32rem;
}

.p-agency-consultant__card__name {
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 0.7407407407em;
  align-items: baseline;
  width: 100%;
  padding-bottom: 0.5em;
  font-family: var(--font-serif);
  font-size: clamp(2rem, 1.6875vw, 2.7rem);
  font-weight: 500;
  color: #0d396b;
  letter-spacing: 0.08em;
  border-bottom: solid 1px rgba(9, 6, 76, 0.5);
}

.p-agency-consultant__card__name__job {
  font-size: 0.5925925926em;
}

.p-agency-consultant__card__name__en {
  font-size: 0.5185185185em;
}

.p-agency-consultant__card__list {
  display: flex;
  flex-direction: column;
  gap: 0.8em;
  width: 100%;
  padding-left: 1em;
  font-size: clamp(1.4rem, 0.9375vw, 1.5rem);
  font-weight: 300;
  letter-spacing: 0.12em;
}
.p-agency-consultant__card__list > li {
  position: relative;
}
.p-agency-consultant__card__list > li::before {
  position: absolute;
  right: 100%;
  content: "・";
}

.p-agency-cta {
  position: relative;
  padding-block: clamp(5rem, 5vw, 8rem);
}

.p-agency-cta__bg {
  position: absolute;
  inset: 0;
}
@media (max-width: 767.98px) {
  .p-agency-cta__bg {
    opacity: 0.3;
  }
}
.p-agency-cta__bg * {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.p-agency-cta__inner {
  position: relative;
  z-index: 1;
  --container-width: 114rem;
}

.p-a_gency-cta__content {
  max-width: 81rem;
  margin: 0 0 0 auto;
}

.p-agency-cta__title {
  margin-bottom: clamp(2rem, 1.875vw, 3rem);
  font-family: var(--font-serif);
  font-size: clamp(2rem, 2vw, 3.2rem);
  font-weight: 500;
  color: #09064c;
  text-align: center;
  letter-spacing: 0.08em;
}

.p-agency-cta__links {
  display: grid;
  gap: 1rem;
  margin-bottom: clamp(1.5rem, 1.875vw, 3rem);
}
@media (min-width: 768px) {
  .p-agency-cta__links {
    grid-template-columns: repeat(2, 1fr);
  }
}

.p-agency-cta__link {
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 3;
  gap: 1rem;
  justify-items: center;
  padding: clamp(1.5rem, 2.5vw, 4rem);
  color: #fff;
  text-align: center;
  background-color: #7f4f8d;
}

.p-agency-cta__link__title {
  font-size: clamp(1.6rem, 1.125vw, 1.8rem);
  font-weight: 400;
  letter-spacing: 0.12em;
}

.p-agency-cta__link__button {
  position: relative;
  display: flex;
  gap: 1rem;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: clamp(5rem, 4.6875vw, 6rem);
  color: #1b416f;
  text-align: center;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid rgba(9, 6, 76, 0.5);
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.1);
  transition: opacity var(--transition-duration) var(--transition-timing-function);
}
.p-agency-cta__link__button.-tel {
  font-family: var(--font-lora);
  font-size: clamp(1.6rem, 6.25vw, 3rem);
  font-weight: 500;
  letter-spacing: 0.03em;
}
@media (min-width: 768px) {
  .p-agency-cta__link__button.-tel {
    max-width: 32rem;
  }
}
.p-agency-cta__link__button.-tel img {
  width: 3rem;
}
.p-agency-cta__link__button.-mail {
  font-size: clamp(1.4rem, 1vw, 1.6rem);
  font-weight: 400;
  letter-spacing: 0.12em;
}
@media (min-width: 768px) {
  .p-agency-cta__link__button.-mail {
    max-width: 25rem;
  }
}
.p-agency-cta__link__button.-mail::after {
  position: absolute;
  top: 50%;
  right: 1rem;
  width: 0.6rem;
  height: auto;
  aspect-ratio: 6/10;
  vertical-align: middle;
  content: "";
  background: url(../images/common/button_arrow_navy.svg) no-repeat center/contain;
  transform: translateY(-50%);
}
.p-agency-cta__link__button.-mail img {
  width: 2rem;
}
.p-agency-cta__link__button:focus-visible {
  opacity: 0.8;
}
@media (any-hover: hover) {
  .p-agency-cta__link__button:hover {
    opacity: 0.8;
  }
}

.p-agency-cta__link__text {
  font-size: clamp(1.4rem, 6.25vw, 1.5rem);
  font-weight: 300;
  line-height: 1.4;
  letter-spacing: 0.12em;
}

.p-agency-cta__text {
  font-size: clamp(1.4rem, 6.25vw, 1.5rem);
  font-weight: 300;
  line-height: 1.7333333333;
  letter-spacing: 0.12em;
}

.p-etude-page-header {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: clamp(27.4666666667rem, 25.75vw, 41.2rem);
}

.p-etude-page-header__bg {
  position: absolute;
  inset: 0;
}
@media (max-width: 767.98px) {
  .p-etude-page-header__bg {
    opacity: 0.5;
  }
}
.p-etude-page-header__bg * {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.p-etude-page-header__content {
  position: relative;
  z-index: 1;
  display: grid;
  justify-items: center;
}

.p-etude-page-header__title {
  display: grid;
  gap: 1rem;
  justify-items: center;
  color: #6952a0;
  text-align: center;
}
.p-etude-page-header__title img {
  width: clamp(8rem, 7.5vw, 12rem);
  margin-bottom: clamp(1.3333333333rem, 1.25vw, 2rem);
}

.p-etude-page-header__jp {
  font-family: var(--font-serif);
  font-size: clamp(1.6rem, 1.5vw, 2.4rem);
  font-weight: 500;
  text-shadow: 0 2px 30px rgba(0, 0, 0, 0.1);
  letter-spacing: 0.08em;
}

.p-etude-page-header__en {
  font-family: var(--font-lora);
  font-size: 0.4583333333em;
  font-weight: 400;
  letter-spacing: 0.4em;
  opacity: 0.7;
}

.p-etude-intro .c-button.-lg {
  min-height: 8rem;
}

.p-etude-message {
  position: relative;
}

.p-etude-message__inner {
  position: relative;
  z-index: 1;
}

.p-etude-message__text {
  display: flex;
  flex-direction: row-reverse;
  flex-wrap: wrap;
  gap: 3rem;
  justify-content: center;
}
.p-etude-message__text p {
  display: inline-block;
  font-family: var(--font-serif);
  font-size: clamp(1.4rem, 1.1875vw, 1.9rem);
  font-weight: 300;
  line-height: 2.2;
  letter-spacing: 0.12em;
  writing-mode: vertical-rl;
}
@media (min-width: 768px) {
  .p-etude-message__text p {
    line-height: 2.3684210526;
  }
}

.p-etude-message__images {
  position: absolute;
  inset: 0;
  z-index: 0;
  margin: auto;
  pointer-events: none;
}

.p-etude-message__image {
  position: absolute;
  opacity: 0.3;
}
@media (min-width: 1536px) {
  .p-etude-message__image {
    opacity: 1;
  }
}
.p-etude-message__image:nth-of-type(1) {
  top: 27%;
  left: 0%;
  width: clamp(13.5rem, 16.875vw, 27rem);
}
.p-etude-message__image:nth-of-type(2) {
  bottom: 15%;
  left: 5.5%;
  width: clamp(10rem, 12.5vw, 20rem);
}
.p-etude-message__image:nth-of-type(3) {
  top: 14%;
  right: 2.5%;
  width: clamp(9rem, 11.25vw, 18rem);
}
.p-etude-message__image:nth-of-type(4) {
  right: 0%;
  bottom: 20%;
  width: clamp(14rem, 17.5vw, 28rem);
}

.p-etude-service__grid {
  display: grid;
  gap: clamp(0.5rem, 1.25vw, 2rem);
}
@media (min-width: 768px) {
  .p-etude-service__grid {
    grid-template-columns: clamp(27rem, 33.75vw, 54rem) 1fr 1fr;
  }
}

.p-etude-service__card {
  --card-size: clamp(calc(18rem / 3 * 2), calc(100vw * 180 / 1600), 18rem);
  position: relative;
  display: flex;
  color: inherit;
  text-decoration: none;
  transition: opacity var(--transition-duration) var(--transition-timing-function);
}
.p-etude-service__card.-lg {
  align-items: flex-end;
  height: calc(var(--card-size) * 2);
}
@media (min-width: 768px) {
  .p-etude-service__card.-lg {
    grid-row: span 2;
    height: 100%;
  }
}
.p-etude-service__card:not(.-lg) {
  align-items: center;
  height: var(--card-size);
  padding: clamp(1.5rem, 1.875vw, 3rem);
  background-color: #eef0f7;
  border: 1px solid #09064c;
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.1);
}
.p-etude-service__card:focus-visible {
  opacity: 0.8;
}
@media (any-hover: hover) {
  .p-etude-service__card:hover {
    opacity: 0.8;
  }
}

.p-etude-service__card__bg {
  position: absolute;
  inset: 0;
}
.p-etude-service__card__bg * {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.p-etude-service__card__body {
  position: relative;
  z-index: 1;
}
.p-etude-service__card__body:where(.p-etude-service__card.-lg *) {
  display: grid;
  gap: 1rem;
  align-items: center;
  justify-items: center;
  width: 100%;
  padding: clamp(1.5rem, 1.875vw, 3rem) 1.5rem;
  background-color: rgba(13, 57, 107, 0.9);
  opacity: 0.9;
}
.p-etude-service__card__body:where(.p-etude-service__card.-lg *) img {
  max-width: clamp(12rem, 15vw, 24rem);
}

.p-etude-service__card__title {
  display: grid;
  gap: 1rem;
  font-size: clamp(1.5rem, 1.375vw, 2.2rem);
  font-weight: 400;
  line-height: 1.4;
  color: #09064c;
  text-align: left;
  letter-spacing: 0.12em;
}

.p-etude-service__card__title__en {
  font-family: var(--font-lora);
  font-size: 0.5em;
  font-weight: 400;
  letter-spacing: 0.4em;
  opacity: 0.5;
}

.p-etude-service__card__text {
  font-size: clamp(1.2rem, 0.875vw, 1.4rem);
  font-weight: 400;
  line-height: 1.75;
  text-align: center;
  letter-spacing: 0.12em;
}
.p-etude-service__card__text:where(.p-etude-service__card.-lg *) {
  color: rgba(255, 255, 255, 0.7);
}

/*# sourceMappingURL=etude.css.map */
