@charset "UTF-8";

@import url("https://fonts.googleapis.com/css2?family=Shippori+Mincho:wght@400;600;700&family=Unbounded:wght@700&family=Zen+Kaku+Gothic+New:wght@400;500;700&display=swap");

:root {
  --navy: #030c3d;
  --blue: #07164d;
  --beige: #d9c58d;
  --gold: #C8B687;
  --pale: #eef2ff;
  --ink: #080d28;
  --line: #aab0c5;
  --white: #fff;
  --serif: "Shippori Mincho","Noto Serif JP",serif;
  --sans: "Zen Kaku Gothic New","Noto Sans JP",sans-serif;
}

*,*::before,*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  overflow-x: hidden;
}

body {
  font-family: var(--sans);
  color: var(--ink);
  overflow-x: hidden;
}

body.menu-open {
  overflow: hidden;
}

.section {
  padding: 110px 0;
}

.section-inner {
  width: min(1200px,calc(100% - 80px));
  margin: auto;
}

.section-label {
  margin-bottom: 20px;
  color: #9a8450;
  font-family: var(--serif);
  font-size: 11px;
  letter-spacing: .16em;
}

.section-label--light {
  color: #c9b87f;
}

.section-title {
  font-family: var(--serif);
  font-size: 36px;
  font-weight: 600;
  line-height: 1.65;
  letter-spacing: .08em;
}

.section-title--small {
  font-size: 29px;
}

.section-title--light {
  color: #fff;
}

.section-heading-row {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 50px;
}

.section-heading-row>p {
  font-size: 13px;
  line-height: 2;
  letter-spacing: .08em;
}

.more-link {
  display: inline-flex;
  align-items: center;
  gap: 35px;
  margin-top: 36px;
  font-family: var(--serif);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .12em;
}

.more-link span {
  font-size: 17px;
}

.more-link--light {
  color: #fff;
}

.fade-in {
  opacity: 0;
  transform: translateY(35px);
  transition: opacity .9s ease,transform .9s ease;
}

.fade-in.is-visible {
  opacity: 1;
  transform: none;
  padding-bottom: 90px;
}

.worries {
  height: 450px;
  padding: 0;
  background: #fff;
}

.worries__inner {
  display: grid;
  grid-template-columns: 262px 1px 1fr;
  align-items: start;
  width: min(1290px,calc(100% - 150px));
  height: 450px;
}

.worries .section-title {
  align-self: start;
  margin-top: 154px;
  font-size: 28px;
  line-height: 1.46;
  letter-spacing: 0;
  color: #000;
}

.worries__divider {
  align-self: start;
  width: 1px;
  height: 162px;
  margin-top: 132px;
}

.worries__list {
  display: grid;
  grid-template-columns: repeat(5,20%);
  height: 450px;
  margin-left: 21.5px;
}

.worries__list article {
  padding-top: 102px;
  text-align: center;
}

.worries__list article>img {
  display: block;
  width: 140px;
  height: 120px;
  margin: 0 auto;
}

.worries__list p {
  margin-top: 19px;
  color: #000;
  font-size: 14px;
  line-height: 1.45;
  letter-spacing: 0;
  font-weight: bold;
}

.about {
  height: 781px;
  padding: 0;
  background: #fff;
}

.about__grid {
  position: relative;
  width: calc(100% - 150px);
  max-width: 1240px;
  height: 781px;
}

.about__body {
  position: absolute;
  top: 65px;
  left: 452px;
  width: 463px;
  text-align: center;
}

.about__body .section-label {
  margin: 0;
  color: #c8b687;
  font-family: "Unbounded",var(--sans);
  font-size: 12px;
  font-weight: 700;
  line-height: 15px;
  letter-spacing: .08em;
}

.about__message {
  margin-top: 82px;
}

.about__message .section-title {
  font-size: 28px;
  line-height: 40px;
  letter-spacing: 0;
}

.about__message p {
  margin-top: 20px;
  color: #030c3d;
  font-size: 14px;
  line-height: 2;
  letter-spacing: 1.12px;
}

.about__body .more-link {
  gap: 18px;
  margin-top: 77px;
  font-family: "Unbounded",var(--sans);
  font-size: 16px;
  line-height: 30px;
  letter-spacing: 1.28px;
}

.about__body .more-link img {
  width: 28.4px;
  height: 19.46px;
  transition: transform .3s ease;
}

.about__body .more-link:hover img,
.about__body .more-link:focus-visible img {
  transform: translateX(6px);
}

.service__more img,
.reason__more img,
.flow__more img,
.voice__more img,
.partners__more img,
.news__more img {
  transition: transform .3s ease;
}

.service__more:hover img,
.service__more:focus-visible img,
.reason__more:hover img,
.reason__more:focus-visible img,
.flow__more:hover img,
.flow__more:focus-visible img,
.voice__more:hover img,
.voice__more:focus-visible img,
.partners__more:hover img,
.partners__more:focus-visible img,
.news__more:hover img,
.news__more:focus-visible img {
  transform: translateX(6px);
}

.link-panels a img {
  transition: transform .3s ease;
}

.link-panels a:hover img,
.link-panels a:focus-visible img {
  transform: translateX(6px);
}

.about__photo {
  position: absolute;
  overflow: hidden;
}

.about__photo img {
  position: absolute;
  max-width: none;
  object-fit: cover;
}

.about__photo--one {
  top: 0;
  left: 0;
  width: 325px;
  height: 461px;
}

.about__photo--one img {
  top: -4px;
  left: -307px;
  width: 697px;
  height: 465px;
}

.about__photo--two {
  top: 141px;
  right: -49px;
  width: 325px;
  height: 461px;
}

.about__photo--two img {
  top: 0;
  left: 0;
  width: 328px;
  height: 474px;
}

.about__photo--three {
  top: 429px;
  left: 171px;
  width: 258px;
  height: 258px;
}

.about__photo--three img {
  top: 0px;
  left: 0px;
  width: 257px;
  height: 265px;
}

.service {
  height: 1027px;
  padding: 69px 0 0;
  background: #fff;
}

.service__inner {
  width: calc(100% - 150px);
}

.service__heading {
  display: grid;
  grid-template-columns: 233px 1fr 186px;
  align-items: end;
}

.service__heading .section-label {
  margin: 0 0 15px;
  color: #c8b687;
  font-family: "Unbounded",var(--sans);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .08em;
}

.service__heading .section-title {
  color: #030c3d;
  font-size: 28px;
  line-height: 48px;
  letter-spacing: 0;
}

.service__heading>p {
  align-self: end;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 2.5;
}

.service__more,.reason__more,.flow__more {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 186px;
  height: 48px;
  padding: 0 16px 0 12px;
  border-radius: 4px;
  background: #000;
  color: #fff;
  font-family: "Unbounded",var(--sans);
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 1.28px;
}

.service__more img,.reason__more img,.flow__more img {
  width: 28.4px;
  height: 19.46px;
}

.service__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 6px;
}

.service-card {
  position: relative;
  display: block;
  overflow: hidden;
  height: 306px;
  border-radius: 4px;
  color: #fff;
}

.service-card--wide {
  grid-column: 1/-1;
}

.service-card__photo {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .5s ease;
}

.service-card:hover .service-card__photo,
.service-card:focus-visible .service-card__photo {
  transform: scale(1.04);
}

.service-card:focus-visible {
  outline: 2px solid #c8b687;
  outline-offset: 3px;
}

.service-card__shade {
  position: absolute;
  inset: 0;
  background: rgba(3,12,61,.55);
}

.service-card__content {
  position: absolute;
  inset: 0;
  padding: 25px 14px 27px 16px;
}

.service-card h3 {
  font-family: var(--serif);
  font-size: 28px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0;
}

.service-card p {
  position: absolute;
  bottom: 28px;
  left: 16px;
  font-size: 16px;
  line-height: 1.5;
}

.service-card__arrow {
  position: absolute;
  right: 14px;
  bottom: 20px;
  width: 31px;
  height: 31px;
}

.reason {
  height: 1231px;
  padding: 0;
  background: #030c3d;
}

.reason__inner {
  width: 1060px;
  padding-top: 138px;
}

.reason__heading {
  position: relative;
  display: flex;
  align-items: center;
  height: 48px;
}

.reason__heading>img {
  position: absolute;
  left: -115px;
  width: 93px;
  height: 1px;
}

.reason__heading .section-title {
  font-size: 28px;
  line-height: 48px;
  letter-spacing: 0;
}

.reason__grid {
  display: grid;
  grid-template-columns: repeat(3,288px);
  grid-auto-rows: 390px;
  gap: 80px 100px;
  margin-top: 74px;
}

.reason__grid article {
  width: 288px;
  color: #fff;
}

.reason__visual {
  display: grid;
  place-items: center;
  width: 288px;
  height: 237px;
  background: #fff;
}

.reason__visual img {
  display: block;
}

.reason__title {
  display: grid;
  grid-template-columns: 25px 1fr;
  gap: 12px;
  margin-top: 20px;
}

.reason__title b {
  padding-top: 2px;
  font-size: 14px;
  line-height: 20px;
  align-self: start;
}

.reason__title b span{
  border-bottom: 1px solid #fff;
}

.reason__title h3 {
  font-family: var(--serif);
  font-size: 20px;
  line-height: 1.5;
}

.reason__grid article>p {
  margin-top: 25px;
  font-size: 14px;
  line-height: 2;
}

.reason__more {
  grid-column: 3;
  grid-row: 2;
  align-self: center;
  justify-self: center;
  border: 1px solid #fff;
  background: transparent;
}

.flow {
  position: relative;
  height: 810px;
  padding: 0;
  overflow: hidden;
  background: #030c3d;
  color: #fff;
}

.flow:before {
  position: absolute;
  inset: 0;
  background: linear-gradient(rgba(3,12,61,.7),rgba(3,12,61,.7)),url("../image/flow-bg.webp") center / cover no-repeat;
  content: "";
}

.flow__inner {
  position: relative;
  width: calc(100% - 150px);
  height: 810px;
}

.flow__intro {
  position: absolute;
  left: 0;
  width: 395px;
}

.flow__intro .section-title {
  font-size: 28px;
  line-height: 48px;
  letter-spacing: 0;
}

.flow__intro>p {
  margin-top: 28px;
  font-size: 14px;
  line-height: 2.5;
}

.flow__more {
  margin-top: 66px;
  border: 1px solid #fff;
  background: rgba(0,0,0,.3);
}

.flow__steps {
  position: absolute;
  top: 61px;
  left: 460px;
  width: 391px;
  height: 618px;
}

.flow__steps li {
  position: absolute;
  left: 0;
  width: 391px;
  height: 113px;
}

.flow__steps li:nth-child(1) {
  top: 40px;
}

.flow__steps li:nth-child(2) {
  top: 125px;
}

.flow__steps li:nth-child(3) {
  top: 210px;
}

.flow__steps li:nth-child(4) {
  top: 295px;
}

.flow__steps li:nth-child(5) {
  top: 381px;
}

.flow__steps li:nth-child(6) {
  top: 466px;
}

.flow__steps li>img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.flow__steps li>span {
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  font-family: var(--serif);
  font-size: 18px;
  font-weight: 700;
}

.flow__tail {
  position: absolute;
  top: 578px;
  left: 191px;
  width: 7.24px;
  height: 39.82px;
}

.voice__grid {
  grid-template-columns: .75fr 1.6fr;
  gap: 100px;
}

.voice__list article {
  border-bottom: 1px solid rgba(3,12,61,.35);
}

.voice__list img {
  width: 78px;
  height: 78px;
  object-fit: contain;
  background: #f5efd9;
}

.voice__list h3 {
  margin: 9px 0 4px;
  font-family: var(--serif);
  font-size: 14px;
}

.voice__list p {
  font-size: 10px;
  line-height: 1.7;
}

.voice__list article>span {
  font-size: 18px;
}

.partners {
  padding-bottom: 0;
}

.partners .section-heading-row {
  margin-bottom: 50px;
}

.logo-marquee {
  color: #17234c;
  font-family: serif;
  font-size: 27px;
  font-weight: 700;
  white-space: nowrap;
}

.logo-marquee div {
  width: max-content;
  animation: marquee 30s linear infinite;
  gap: 60px;
}

@keyframes marquee {
  to {
    transform: translateX(-50%);
  }
}

.news__list a {
  display: grid;
  grid-template-columns: 135px 90px 1fr 25px;
  align-items: center;
  gap: 22px;
  padding: 16px 0;
  border-bottom: 1px solid rgba(3,12,61,.35);
}

.news__list time {
  font-size: 9px;
}

.news__list p {
  font-family: var(--serif);
  font-size: 12px;
}

.news__list span {
  font-size: 17px;
}

.link-panels__grid {
  margin: 0 auto;
}

.link-panels span {
  color: #bcae82;
  font-size: 8px;
}

.link-panels i {
  font-style: normal;
}

.service__grid {
  margin-top: 78px;
}

.reason__visual img {
  max-width: none;
  max-height: none;
}

.flow__intro {
  top: 152px;
}

.flow__steps {
  list-style: none;
}

@media (max-width:767px) {
  .pc-only {
    display: none;
  }

  .section {
    padding: 75px 0;
  }

  .section-inner {
    width: calc(100% - 50px);
  }

  .section-title {
    font-size: 25px;
    line-height: 1.55;
  }

  .section-title--small {
    font-size: 24px;
    text-align: center;
  }

  .section-heading-row {
    display: block;
    margin-bottom: 30px;
  }

  .section-heading-row>p {
    margin-top: 16px;
  }

  .section-label {
    margin-bottom: 12px;
  }

  .fade-in {
    transform: translateY(24px);
  }

  .worries {
    height: auto;
    padding: 78px 0 70px;
  }

  .worries__inner {
    display: block;
    width: calc(100% - 50px);
    height: auto;
  }

  .worries .section-title {
    margin: 0;
    padding-bottom: 13px;
    border-bottom: 1px solid #313b65;
    font-size: 24px;
    line-height: 1.55;
  }

  .worries__divider {
    display: none;
  }

  .worries__list {
    grid-template-columns: 1fr 1fr;
    height: auto;
    margin: 38px 0 0;
  }

  .worries__list article {
    min-height: 190px;
    padding: 12px 8px 22px;
    border-bottom: 1px solid #ddd;
  }

  .worries__list article:nth-child(odd) {
    border-right: 1px solid #ddd;
  }

  .worries__list article:last-child {
    grid-column: 1/-1;
    border-right: 0;
  }

  .worries__list article>img {
    width: 140px;
    height: 120px;
  }

  .worries__list p {
    margin-top: 12px;
    font-size: 14px;
    line-height: 1.6;
  }

  .about {
    height: auto;
    padding: 70px 0 85px;
  }

  .about__grid {
    display: grid;
    width: calc(100% - 50px);
    height: auto;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
  }

  .about__body {
    position: static;
    grid-column: 1/-1;
    width: auto;
    order: 1;
  }

  .about__body .section-label {
    font-size: 11px;
  }

  .about__message {
    margin-top: 36px;
  }

  .about__message .section-title {
    font-size: 25px;
    line-height: 1.6;
  }

  .about__message p {
    margin-top: 20px;
    font-size: 14px;
    line-height: 2;
    letter-spacing: .7px;
  }

  .about__body .more-link {
    margin-top: 34px;
    font-size: 14px;
  }

  .about__photo {
    position: relative;
    inset: auto;
    width: 100%;
    height: auto;
  }

  .about__photo img {
    position: static;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .about__photo--one {
    grid-column: 1/-1;
    height: 280px;
    order: 2;
  }

  .about__photo--two {
    height: 240px;
    order: 4;
  }

  .about__photo--three {
    height: 240px;
    order: 3;
  }

  .about__photo--one img {
    object-position: center 35%;
  }

  .service {
    height: auto;
    padding: 70px 0 85px;
  }

  .service__inner {
    width: calc(100% - 50px);
  }

  .service__heading {
    display: block;
  }

  .service__heading .section-title {
    font-size: 25px;
  }

  .service__heading>p {
    margin-top: 22px;
    font-size: 14px;
  }

  .service__more {
    margin-top: 28px;
  }

  .service__grid {
    display: block;
    margin-top: 40px;
  }

  .service-card,.service-card--wide {
    height: 270px;
    margin-bottom: 8px;
  }

  .service-card h3 {
    font-size: 20px;
  }

  .service-card p {
    right: 50px;
    bottom: 20px;
    font-size: 11px;
    line-height: 1.7;
  }

  .service-card__arrow {
    bottom: 26px;
  }

  .service-card--wide .service-card__photo {
    object-position: center;
  }

  .service-card:not(.service-card--wide) .service-card__photo {
    object-position: center;
  }

  .reason {
    height: auto;
    padding: 75px 0 85px;
  }

  .reason__inner {
    width: calc(100% - 50px);
    padding: 0;
  }

  .reason__heading {
    height: auto;
    padding-left: 45px;
  }

  .reason__heading>img {
    left: 0;
    width: 30px;
  }

  .reason__heading .section-title {
    font-size: 23px;
    line-height: 1.6;
  }

  .reason__grid {
    display: block;
    margin-top: 45px;
  }

  .reason__grid article {
    width: 100%;
    margin-bottom: 52px;
  }

  .reason__visual {
    width: 100%;
    height: 260px;
  }

  .reason__title h3 {
    font-size: 18px;
  }

  .reason__grid article>p {
    font-size: 14px;
  }

  .reason__more {
    margin: 0 auto;
  }

  .flow {
    height: auto;
    min-height: 1050px;
    padding: 70px 0 85px;
  }

  .flow:before {
    background-position: 58% center;
    background-size: cover;
  }

  .flow__inner {
    width: calc(100% - 50px);
    height: auto;
  }

  .flow__intro {
    position: relative;
    inset: auto;
    width: 100%;
  }

  .flow__intro .section-title {
    font-size: 25px;
  }

  .flow__intro>p {
    font-size: 14px;
  }

  .flow__more {
    margin-top: 32px;
  }

  .flow__steps {
    position: relative;
    top: auto;
    left: auto;
    width: 100%;
    height: 540px;
    margin-top: 48px;
  }

  .flow__steps li {
    left: 0;
    width: 100%;
    height: 92px;
  }

  .flow__steps li:nth-child(1) {
    top: 0;
  }

  .flow__steps li:nth-child(2) {
    top: 72px;
  }

  .flow__steps li:nth-child(3) {
    top: 144px;
  }

  .flow__steps li:nth-child(4) {
    top: 216px;
  }

  .flow__steps li:nth-child(5) {
    top: 288px;
  }

  .flow__steps li:nth-child(6) {
    top: 360px;
  }

  .flow__steps li>span {
    font-size: 15px;
  }

  .flow__tail {
    top: 450px;
    left: calc(50% - 3.5px);
  }

  .voice__grid {
    display: block;
  }

  .voice__intro {
    margin-bottom: 40px;
  }

  .voice__list article {
    padding: 18px 0;
  }

  .voice__list img {
    width: 60px;
    height: 70px;
  }

  .voice__list h3 {
    font-size: 13px;
  }

  .voice__list p {
    font-size: 9px;
  }

  .partners {
    padding-bottom: 0;
  }

  .partners .section-heading-row {
    display: flex;
    align-items: flex-end;
  }

  .logo-marquee {
    font-size: 19px;
  }

  .news__grid>div:first-child {
    margin-bottom: 35px;
  }

  .news__list a {
    grid-template-columns: 85px 1fr 18px;
    gap: 14px;
  }

  .news__list img {
    grid-row: 1/3;
    width: 85px;
    height: 72px;
    padding: 15px;
  }

  .news__list time {
    align-self: end;
  }

  .news__list p {
    align-self: start;
  }

  .news__list span {
    grid-column: 3;
    grid-row: 1/3;
  }

  .link-panels a {
    grid-template-columns: 65px 1fr 18px;
    padding: 22px 20px;
  }
}

/* Hero — Figma 125:3 / 113:2118 */

.hero {
  position: relative;
  height: 831px;
  min-height: 0;
  overflow: hidden;
  background: #eef2ff;
}

.hero:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 864px;
  background: url("../image/hero-pc.webp") center/cover no-repeat;
  content: "";
}

.hero__content {
  position: absolute;
  z-index: 1;
  top: 296px;
  left: 185px;
}

.hero h1 {
  color: #030c3d;
  font-family: var(--serif);
  font-size: 70px;
  font-weight: 400;
  line-height: 90px;
  letter-spacing: 4.2px;
}

.hero__content p {
  width: 531px;
  margin-top: 24px;
  color: #000;
  font-size: 14px;
  line-height: 30px;
  letter-spacing: 1.12px;
}

.hero-char {
  display: inline-block;
  white-space: pre;
}

.hero-char.is-waiting {
  opacity: 0;
  transform: translateX(-18px);
}

.hero-char.is-playing {
  animation: hero-character-in 2s cubic-bezier(.22,1,.36,1) forwards;
  animation-delay: var(--char-delay, 0ms);
}

@keyframes hero-character-in {
  from { opacity: 0; transform: translateX(-18px); }
  to { opacity: 1; transform: none; }
}

@media (max-width:767px) {
  .hero {
    height: 655px;
    min-height: 0;
    background: #eef2ff;
  }

  .hero:before {
    top: 0;
    left: 0;
    width: 100%;
    height: 140%;
    background-image: url("../image/hero-sp.webp");
  }

  .hero__content {
    top: 99px;
    left: 25px;
    right: auto;
    width: 325px;
  }

  .hero h1 {
    font-size: 28px;
    line-height: normal;
    letter-spacing: 1.68px;
  }

  .hero__content p {
    width: 325px;
    margin-top: 13px;
    font-size: 14px;
    line-height: 30px;
    letter-spacing: 1.12px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .hero-char.is-waiting,
  .hero-char.is-playing {
    animation: none;
    opacity: 1;
    transform: none;
  }
}

@media (min-width:768px) {
  .partners__heading .section-title,.news__grid>div:first-child .section-title {
    margin-top: 12px;
  }

  .news__list {
    margin-top: 3px;
  }
}

.voice__plus {
  position: absolute;
  top: 0;
  right: 22px;
  padding: 8px 14px !important;
  border: 1px solid #030c3d;
  border-radius: 40px;
  box-sizing: border-box;
}

@media (max-width:767px) {
  .voice__plus {
    right: 0;
    padding: 6px 9px !important;
  }
}

.voice__list article>img:first-child {
  filter: brightness(.97);
}

@media (max-width:767px) {
  .news__list .news__thumb,.news__list .news__body,.news__list .news__arrow {
    grid-column: auto;
    grid-row: auto;
  }

  .news__list .news__body p {
    align-self: auto;
  }

  .news__list .news__arrow {
    grid-column: auto;
    grid-row: auto;
  }
}

@media (max-width:767px) {
  .news__body {
    min-width: 0;
  }

  .news__body p {
    display: block;
    max-width: 100%;
  }
}

@media (prefers-reduced-motion:reduce) {
  html {
    scroll-behavior: auto;
  }

  .fade-in {
    opacity: 1;
    transform: none;
    transition: none;
  }

  .logo-marquee div {
    animation: none;
  }
}

/* Top-page customer voice modal */
body.voice-modal-open { overflow: hidden; }
.top-voice-card { cursor: pointer; }
.top-voice-card:focus-visible { outline: 2px solid #c8b687; outline-offset: 4px; }
.voice__empty { padding: 60px 0; text-align: center; }
.voice-modal { position:fixed; z-index:100; inset:0; display:grid; visibility:hidden; padding:30px; opacity:0; place-items:center; transition:opacity .25s ease,visibility 0s linear .25s; }
.voice-modal.is-open { visibility:visible; opacity:1; transition-delay:0s; }
.voice-modal__backdrop { position:absolute; inset:0; background:rgba(0,0,0,.82); }
.voice-modal__dialog { position:relative; width:min(1136px,calc(100vw - 60px)); max-height:calc(100vh - 60px); padding:146px 112px 118px; overflow-y:auto; background:#fff; color:#232b56; outline:0; }
.voice-modal__close { position:absolute; top:20px; right:20px; width:54px; height:54px; }
.voice-modal__close img { display:block; width:54px; height:54px; }
.voice-modal__lead { display:grid; grid-template-columns:300px 1fr; gap:29px; }
.voice-modal__portrait { display:block; width:300px; height:300px; background:#f6f6f6; object-fit:cover; mix-blend-mode:multiply; }
.voice-modal__summary { display:flex; min-width:0; height:300px; flex-direction:column; justify-content:center; padding:0 47px; background:url("../image/voice/detail-header-line.svg") top/100% 1px no-repeat,url("../image/voice/detail-header-line.svg") bottom/100% 1px no-repeat; }
.voice-modal__summary h2 { font-family:"Zen Antique",var(--serif); font-size:32px; line-height:1.3; }
.voice-modal__summary p { margin-top:30px; font-size:14px; line-height:1.7; }
.voice-modal__content { margin-top:64px; }
.voice-modal__content section { padding:0 0 55px; }
.voice-modal__content section+section { padding-top:55px; background:url("../image/voice/detail-divider.svg") top/100% 1px no-repeat; }
.voice-modal__content h3 { font-family:"Zen Antique",var(--serif); font-size:24px; line-height:1.5; }
.voice-modal__content p { margin-top:16px; font-size:14px; line-height:2; }

@media (max-width:900px) {
  .voice-modal__dialog { padding:86px 56px 64px; }
  .voice-modal__lead { display:block; }
  .voice-modal__portrait { width:min(100%,300px); height:auto; aspect-ratio:1; margin:0 auto; }
  .voice-modal__summary { height:auto; margin-top:38px; padding:38px 0; }
  .voice-modal__summary h2 { font-size:28px; }
  .voice-modal__content { margin-top:50px; }
}

@media (max-width:767px) {
  .voice-modal { padding:20px; }
  .voice-modal__dialog { width:100%; max-height:calc(100dvh - 40px); padding:76px 22px 42px; }
  .voice-modal__close,.voice-modal__close img { width:48px; height:48px; }
  .voice-modal__close { top:14px; right:14px; }
  .voice-modal__portrait { width:min(50%,260px); }
  .voice-modal__summary { margin-top:30px; padding:30px 0; }
  .voice-modal__summary h2 { font-size:22px; line-height:1.5; }
  .voice-modal__summary p { margin-top:22px; font-size:14px; line-height:1.8; }
  .voice-modal__content { margin-top:40px; }
  .voice-modal__content section { padding-bottom:38px; }
  .voice-modal__content section+section { padding-top:38px; }
  .voice-modal__content h3 { font-size:20px; }
  .voice-modal__content p { font-size:14px; }
}

@media (prefers-reduced-motion:reduce) {
  .voice-modal { transition:none; }
}

/* Sequential section reveals */
.stagger-item {
  opacity: 0;
  transform: translateY(28px);
  transition: opacity .65s ease var(--stagger-delay, 0ms), transform .65s ease var(--stagger-delay, 0ms);
}

.stagger-fade.is-visible .stagger-item {
  opacity: 1;
  transform: none;
}

/* About: reveal the copy first, then let each photo settle in softly. */
.about .about__body {
  transition-duration: .8s;
}

.about .about__photo {
  filter: blur(10px);
  opacity: 0;
  transform: translateY(22px) scale(1.025);
  transition:
    filter 1.35s cubic-bezier(.22, 1, .36, 1),
    opacity 1.2s ease,
    transform 1.45s cubic-bezier(.22, 1, .36, 1);
}

.about .about__photo--one { transition-delay: 1.3s; }
.about .about__photo--two { transition-delay: 1.55s; }
.about .about__photo--three { transition-delay: 1.8s; }

.about.stagger-fade.is-visible .about__photo {
  filter: blur(0);
  opacity: 1;
  transform: none;
}

@media (prefers-reduced-motion:reduce) {
  .stagger-item {
    opacity: 1;
    transform: none;
    transition: none;
  }
}

/* Figma 120:4212–4215 */

.bg__wrap {
  background: var(--gold);
}

.voice {
  min-height: 570px;
  padding: 0;
  background: var(--gold);
}

.voice__grid {
  position: relative;
  display: block;
  width: calc(100% - 150px);
  min-height: 570px;
}

.voice__intro {
  position: absolute;
  top: 188px;
  left: 0;
  width: 465px;
}

.voice__intro .section-label,.partners .section-label,.news .section-label {
  margin: 0;
  color: #030c3d;
  font-family: "Unbounded",var(--sans);
  font-size: 14px;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 1.12px;
}

.voice__intro .section-title {
  margin-top: 27px;
  color: #030c3d;
  font-size: 28px;
  line-height: 48px;
  letter-spacing: 0;
}

.voice__intro>p:not(.section-label) {
  width: 395px;
  margin-top: 20px;
  font-size: 14px;
  line-height: 2.5;
}

.voice__more,.news__more {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 186px;
  height: 48px;
  margin-top: 62px;
  padding: 0 16px 0 12px;
  border-radius: 4px;
  background: #000;
  color: #fff;
  font-family: "Unbounded",var(--sans);
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 1.28px;
}

.voice__more img,.news__more img {
  width: 28.4px;
  height: 19.46px;
}

.voice__list {
  position: absolute;
  top: 188px;
  left: 573px;
  width: 718px;
}

.voice__list article {
  position: relative;
  display: grid;
  grid-template-columns: 142px 1fr 43px;
  align-items: start;
  gap: 49px;
  height: 150px;
  padding: 0;
  border: 0;
}

.voice__list article:first-child:before {
  position: absolute;
  right: 0;
  top: 0px;
  width: 563px;
  height: 1px;
  background: #030c3d;
  content: "";
}

.voice__list article:after {
  position: absolute;
  right: 0;
  bottom: 7px;
  width: 563px;
  height: 1px;
  background: #030c3d;
  content: "";
}

.voice__list article>img:first-child {
  width: 142px;
  height: 142px;
  border-radius: 4px;
  background: #f5f5f5;
  object-fit: cover;
}

.voice__list article>div {
  padding-top: 23px;
}

.voice__list small {
  display: grid;
  place-items: center;
  width: 94px;
  height: 33px;
  padding: 0;
  border: 1px solid #030c3d;
  border-radius: 40px;
  color: #030c3d;
  font-family: var(--serif);
  font-size: 14px;
  font-weight: 700;
}

.voice__list article p {
  margin-top: 10px;
  color: #000;
  font-size: 14px;
  line-height: 1.8;
}

.voice__plus {
  align-self: start;
  width: 43px !important;
  height: 26px !important;
  margin-top: 27px;
  background: none !important;
  object-fit: contain !important;
  mix-blend-mode: normal !important;
}

.partners {
  position: relative;
  /* height: 607px; */
  height: 250px;
  padding: 0;
  background: var(--gold);
  overflow: hidden;
}

.partners__heading {
  position: relative;
  width: calc(100% - 150px);
  height: 100%;
  margin: auto;
  padding-top: 85px;
}

.partners__heading .section-title {
  margin-top: 22px;
  color: #030c3d;
  font-size: 28px;
  line-height: 48px;
  letter-spacing: 0;
}

.partners__more {
  position: absolute;
  top: 130px;
  right: 15px;
  display: flex;
  align-items: center;
  gap: 56px;
  color: #030c3d;
  background-color: #fff;
  font-family: "Unbounded",var(--sans);
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 1.28px;
  padding: 16px;
  border-radius: 6px 6px 0 0;
}

.partners__more span{
  line-height: 1em;
}

.partners__more img {
  width: 28.4px;
  height: 19.46px;
}

.logo-marquee {
  position: absolute;
  /* inset: 180px 0 auto; */
  inset: 0 0 auto;
  height: 250px;
  padding: 0;
  background: #fff;
  overflow: hidden;
}

.logo-marquee__row {
  position: absolute;
  display: flex;
  align-items: center;
  width: max-content;
  height: 60px;
  animation: none !important;
}

.logo-marquee__row img {
  display: block;
  height: 60px;
  object-fit: contain;
}

.logo-marquee__row--one {
  top: 50px;
  left: -62px;
  gap: 38px;
}

.logo-marquee__row--two {
  top: 136px;
  left: -42px;
  gap: 38px;
}

.logo-marquee__empty {
  display: grid;
  height: 100%;
  margin: 0;
  place-items: center;
}

.news {
  padding: 0;
  background: var(--gold);
}

.news__grid {
  display: grid;
  grid-template-columns: 421px 869px;
  gap: 0;
  width: calc(100% - 150px);
  padding-top: 148px;
}

.news__grid>div:first-child .section-title {
  margin-top: 22px;
  color: #030c3d;
  font-size: 28px;
  line-height: 48px;
  letter-spacing: 0;
}

.news__more {
  margin-top: 25px;
}

.news__list {
  margin-top: 13px;
}

.news__list>a {
  display: grid;
  grid-template-columns: 207px 1fr 84px;
  align-items: center;
  gap: 17px;
  height: 140px;
  padding: 0;
  border: 0;
  color: #000;
}

.news__thumb {
  display: grid;
  place-items: center;
  width: 207px;
  height: 120px;
  border-radius: 4px;
  background: #f5f5f5;
}

.news__thumb.has-post-thumbnail img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.news__empty {
  padding: 50px 0;
  text-align: center;
}

.news__body {
  position: relative;
  display: block;
  height: 120px;
  padding-top: 17px;
}

.news__body:after {
  position: absolute;
  right: -84px;
  bottom: 0;
  width: 627px;
  height: 1px;
  background: #000;
  content: "";
}

.news__body>span {
  display: flex;
  align-items: center;
  gap: 26px;
}

.news__body b {
  color: #030c3d;
  font-family: var(--serif);
  font-size: 14px;
}

.news__body time {
  font-size: 12px;
}

.news__body p {
  margin-top: 19px;
  font-family: var(--sans);
  font-size: 14px;
  white-space: nowrap;
}

.news__arrow {
  z-index: 1;
  justify-self: center;
  width: 28.4px !important;
  height: 19.46px !important;
  padding: 0 !important;
  background: none !important;
}

.link-panels {
  height: 369px;
  padding: 137px 0 139px;
  background: var(--gold);
}

.link-panels__grid {
  display: grid;
  grid-template-columns: 540px 540px;
  gap: 46px;
  width: 1126px;
}

.link-panels a {
  display: grid;
  grid-template-columns: 1fr 28.4px;
  align-items: center;
  width: 540px;
  height: 93px;
  padding: 0 18px 0 0;
  border-radius: 4px;
  background: #030c3d;
  color: #fff;
}

.link-panels b {
  justify-self: center;
  font-family: var(--serif);
  font-size: 28px;
  font-weight: 700;
  letter-spacing: 2.24px;
}

.link-panels a img {
  width: 28.4px;
  height: 19.46px;
}

@media (max-width:767px) {
  .voice {
    height: auto;
    padding: 75px 0;
  }

  .voice__grid {
    position: static;
    width: calc(100% - 50px);
    height: auto;
  }

  .voice__intro {
    position: static;
    width: auto;
  }

  .voice__intro .section-title {
    margin-top: 18px;
    font-size: 25px;
  }

  .voice__intro>p:not(.section-label) {
    width: auto;
    font-size: 14px;
  }

  .voice__more {
    margin-top: 32px;
  }

  .voice__list {
    position: static;
    width: 100%;
    margin-top: 50px;
    display: grid;
    gap: 23px;
  }

  .voice__list article {
    grid-template-columns: 92px 1fr 32px;
    gap: 12px;
    height: auto;
  }

  .voice__list article:after {
    right: 0;
    bottom: 0;
    width: calc(100% - 104px);
  }

  .voice__list article:first-child:before{
    display: none;
  }

  .voice__list article>img:first-child {
    width: 92px;
    height: 112px;
  }

  .voice__list article>div {
    padding-top: 8px;
    padding-bottom: 14px;
  }

  .voice__list small {
    width: 78px;
    height: 27px;
    font-size: 11px;
  }

  .voice__list article p {
    margin-top: 8px;
    font-size: 9px;
    line-height: 1.65;
  }

  .voice__plus {
    width: 32px !important;
    height: 22px !important;
    margin-top: 10px;
  }

  .partners {
    height: 210px;
  }

  .partners__heading {
    width: calc(100% - 50px);
    padding-top: 70px;
  }

  .partners__heading .section-title {
    margin-top: 16px;
    font-size: 24px;
  }

  .partners__more {
    top: 185px;
    right: auto;
    left: 0;
  }

  .logo-marquee {
    top: 0;
    height: 210px;
  }

  .logo-marquee__row {
    height: 50px;
  }

  .logo-marquee__row img {
    height: 50px;
  }

  .logo-marquee__row--one {
    left: -45px;
    gap: 20px;
  }

  .logo-marquee__row--two {
    top: 110px;
    left: -25px;
    gap: 20px;
  }

  .news {
    height: auto;
    padding: 75px 0;
  }

  .news__grid {
    display: block;
    width: calc(100% - 50px);
    padding: 0;
  }

  .news__more {
    margin-top: 24px;
  }

  .news__list {
    margin-top: 45px;
  }

  .news__list>a {
    grid-template-columns: 100px 1fr 28px;
    gap: 12px;
    height: 112px;
  }

  .news__thumb {
    width: 100px;
    height: 92px;
  }

  /* .news__thumb img {
    width: 78px;
  } */

  .news__body {
    height: 92px;
    padding-top: 9px;
  }

  .news__body:after {
    right: -40px;
    width: calc(100% + 40px);
  }

  .news__body>span {
    gap: 12px;
  }

  .news__body b {
    font-size: 11px;
  }

  .news__body time {
    font-size: 9px;
  }

  .news__body p {
    margin-top: 12px;
    overflow: hidden;
    font-size: 10px;
    text-overflow: ellipsis;
  }

  .news__arrow {
    width: 24px !important;
  }

  .link-panels {
    height: auto;
    padding: 60px 0 75px;
  }

  .link-panels__grid {
    grid-template-columns: 1fr;
    gap: 12px;
    width: 80%;
  }

  .link-panels a {
    width: 100%;
    height: 76px;
  }

  .link-panels b {
    font-size: 21px;
  }
}

/* Responsive tablet layout: preserve the Figma PC/SP endpoints while making
   every section fluid between them. */

@media (min-width:768px) and (max-width:1199px) {
  .section-inner {
    width: calc(100% - 80px);
  }

  .hero {
    height: clamp(620px,70vw,760px);
  }

  .hero:before {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
  }

  .hero__content {
    top: clamp(220px,28vw,290px);
    left: 40px;
  }

  .hero h1 {
    font-size: clamp(44px,6vw,64px);
    line-height: 1.3;
  }

  .hero__content p {
    width: min(520px,58vw);
  }

  .worries {
    height: auto;
    padding: 90px 0;
  }

  .worries__inner {
    display: block;
    width: calc(100% - 80px);
    height: auto;
  }

  .worries .section-title {
    margin: 0;
    padding-bottom: 20px;
    border-bottom: 1px solid #313b65;
  }

  .worries__divider {
    display: none;
  }

  .worries__list {
    grid-template-columns: repeat(3,1fr);
    height: auto;
    margin: 42px 0 0;
  }

  .worries__list article {
    padding: 20px 10px 28px;
    border-bottom: 1px solid #ddd;
  }

  .about {
    height: auto;
    padding: 90px 0;
  }

  .about__grid {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 20px;
    width: calc(100% - 80px);
    height: auto;
  }

  .about__body {
    position: static;
    grid-column: 1/-1;
    order: 1;
    width: min(620px,100%);
    margin: 0 auto 35px;
  }

  .about__message {
    margin-top: 45px;
  }

  .about__body .more-link {
    margin-top: 42px;
  }

  .about__photo,.about__photo--one,.about__photo--two,.about__photo--three {
    position: relative;
    inset: auto;
    order: 2;
    width: 100%;
    height: 280px;
  }

  .about__photo img,.about__photo--one img,.about__photo--two img,.about__photo--three img {
    position: static;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .service {
    height: auto;
    padding: 90px 0;
  }

  .service__inner {
    width: calc(100% - 80px);
  }

  .service__heading {
    grid-template-columns: 190px 1fr 186px;
    gap: 20px;
  }

  .service__grid {
    margin-top: 55px;
  }

  .service-card {
    height: 280px;
  }

  .service-card p {
    right: 60px;
  }

  .reason {
    height: auto;
    padding: 100px 0;
  }

  .reason__inner {
    width: calc(100% - 100px);
    padding: 0;
  }

  .reason__heading>img {
    display: none;
  }

  .reason__grid {
    grid-template-columns: repeat(2,minmax(0,1fr));
    grid-auto-rows: auto;
    gap: 60px 45px;
    margin-top: 60px;
  }

  .reason__grid article {
    width: 100%;
  }

  .reason__visual {
    width: 100%;
  }

  .reason__more {
    grid-column: 2;
    grid-row: auto;
    margin: auto;
  }

  .flow {
    height: auto;
    padding: 100px 0;
  }

  .flow__inner {
    display: block;
    width: calc(100% - 80px);
    height: auto;
  }

  .flow__intro {
    position: relative;
    inset: auto;
    width: min(500px,100%);
    margin: 0 auto;
    text-align: center;
  }

  .flow__more {
    margin-right: auto;
    margin-left: auto;
  }

  .flow__steps {
    position: relative;
    inset: auto;
    width: 391px;
    height: 610px;
    margin: 65px auto 0;
  }

  .flow__steps li {
    left: 0;
    width: 391px;
  }

  .flow__tail {
    left: calc(50% - 4px);
  }

  .voice {
    height: auto;
    padding: 100px 0;
  }

  .voice__grid {
    display: grid;
    grid-template-columns: minmax(260px,.8fr) minmax(420px,1.2fr);
    gap: 50px;
    width: calc(100% - 80px);
    height: auto;
  }

  .voice__intro,.voice__list {
    position: static;
    width: auto;
  }

  .voice__intro>p:not(.section-label) {
    width: auto;
  }

  .voice__list article {
    grid-template-columns: 110px 1fr 36px;
    gap: 24px;
  }

  .voice__list article>img:first-child {
    width: 110px;
    height: 130px;
  }

  .voice__list article:after {
    width: calc(100% - 134px);
  }

  .partners {
    height: 250px;
  }

  .partners__heading {
    width: calc(100% - 80px);
  }

  .partners__more {
    right: 0;
  }

  .news {
    height: auto;
    padding: 100px 0;
  }

  .news__grid {
    grid-template-columns: 260px minmax(0,1fr);
    gap: 40px;
    width: calc(100% - 80px);
    padding: 0;
  }

  .news__list>a {
    grid-template-columns: 155px minmax(0,1fr) 45px;
  }

  .news__thumb {
    width: 155px;
  }

  .news__body p {
    overflow: hidden;
    text-overflow: ellipsis;
  }

  .news__body:after {
    right: -45px;
    width: calc(100% + 45px);
  }

  .link-panels {
    height: auto;
    padding: 90px 0;
  }

  .link-panels__grid {
    grid-template-columns: repeat(2,minmax(0,1fr));
    gap: 24px;
    width: calc(100% - 80px);
  }

  .link-panels a {
    width: 100%;
  }

  .link-panels b {
    font-size: clamp(20px,2.6vw,28px);
  }
}

/* Keep the flow diagram centered at the desktop endpoint as well. */

@media (min-width:1200px) {
  .flow__steps {
    left: 50%;
    transform: translateX(-50%);
  }
}

/* Fluid bridge between the 1200px viewport and the 1440px Figma canvas. */

@media (min-width:1200px) and (max-width:1399px) {
  .voice {
    height: auto;
    padding: 110px 0;
  }

  .voice__grid {
    display: grid;
    grid-template-columns: minmax(320px,.8fr) minmax(560px,1.2fr);
    gap: 50px;
    width: calc(100% - 100px);
    height: auto;
  }

  .voice__intro,.voice__list {
    position: static;
    width: auto;
  }

  .voice__intro {
    padding-top: 70px;
  }

  .voice__intro>p:not(.section-label) {
    width: auto;
  }

  .voice__list article {
    grid-template-columns: 120px minmax(0,1fr) 38px;
    gap: 26px;
  }

  .voice__list article>img:first-child {
    width: 120px;
    height: 136px;
  }

  .voice__list article:after {
    width: calc(100% - 146px);
  }

  .news {
    height: auto;
    padding: 110px 0;
  }

  .news__grid {
    grid-template-columns: 300px minmax(0,1fr);
    gap: 50px;
    width: calc(100% - 100px);
    padding: 0;
  }

  .news__list>a {
    grid-template-columns: 180px minmax(0,1fr) 55px;
  }

  .news__thumb {
    width: 180px;
  }

  .news__body {
    min-width: 0;
  }

  .news__body p {
    overflow: hidden;
    text-overflow: ellipsis;
  }

  .news__body:after {
    right: -55px;
    width: calc(100% + 55px);
  }

  .link-panels {
    height: auto;
    padding: 110px 0;
  }

  .link-panels__grid {
    grid-template-columns: repeat(2,minmax(0,1fr));
    gap: 32px;
    width: calc(100% - 100px);
    margin: 0 auto;
  }

  .link-panels a {
    width: 100%;
  }

  .link-panels b {
    font-size: clamp(23px,2.2vw,28px);
  }
}

/* Partner logo marquee */
.logo-marquee__row {
  left: 0;
  gap: 0;
  will-change: transform;
}

.logo-marquee .logo-marquee__group {
  display: flex;
  flex: none;
  align-items: center;
  gap: 60px;
  animation: none;
}

.logo-marquee__row--one {
  animation: logo-marquee-left 30s linear infinite !important;
}

.logo-marquee__row--two {
  animation: logo-marquee-right 30s linear infinite !important;
}

@keyframes logo-marquee-left {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(-50%);
  }
}

@keyframes logo-marquee-right {
  from {
    transform: translateX(-50%);
  }

  to {
    transform: translateX(0);
  }
}

@media (max-width:767px) {
  .logo-marquee .logo-marquee__group {
    padding-right: 20px;
  }

  .logo-marquee__row--one { top: 42px; }
  .logo-marquee__row--two { top: 115px; }

  #top .about__body .section-label,
  .service-card p,
  .voice__list small,
  #top .voice__list article p,
  .news__list b,
  .news__list time,
  .news__list p {
    font-size: 14px;
  }

}

@media (prefers-reduced-motion:reduce) {
  .about__body .more-link img,
  .service__more img,
  .reason__more img,
  .flow__more img,
  .voice__more img,
  .partners__more img,
  .news__more img,
  .link-panels a img,
  .service-card__photo {
    transition: none;
  }

  .logo-marquee__row--one,
  .logo-marquee__row--two {
    animation: none !important;
  }
}
