@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Zen+Maru+Gothic:wght@300;400;500;700;900&display=swap");
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul, summary {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

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

img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

a {
  text-decoration: none;
  transition: all 0.3s ease-out;
}

.pc {
  display: initial !important;
}

.sp {
  display: none !important;
}

@media (max-width: 767px) {
  .pc {
    display: none !important;
  }
  .sp {
    display: initial !important;
  }
}
:root {
  --primary: #9792CF;
  --primary-pale: #EAE9F5;
  --accent:#FF9230;
  --text: #151515;
  --nav:#1B1464;
  --yellow:#F6BA2D;
  --bg-beige:#F7F5F1;
  --bg:#FFF5CC;
  --white:#FFFFFF;
  --marker:#FFE780;
  --require:#D54B4B;
  --any:#4B66D5;
}

h1.site-title {
  font-size: 0;
  visibility: hidden;
  opacity: 0;
  position: absolute;
  top: -1000px;
  left: -1000px;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  pointer-events: none;
}

.text {
  font-size: clamp(1rem, 0.8rem + 0.5vw, 1.25rem);
  font-weight: 500;
  line-height: 1.8;
  color: var(--nav);
}

.text-s {
  font-size: clamp(0.875rem, 0.675rem + 0.5vw, 1.125rem);
  line-height: 1.8;
  color: var(--text);
}

.ff-ja {
  font-family: "Zen Maru Gothic", sans-serif;
}

.primary-color {
  color: var(--primary);
}

.white {
  color: var(--white);
}

.t-center {
  text-align: center;
}

.t-right {
  text-align: right;
}

.bold {
  font-weight: 700;
}

.marker {
  background: linear-gradient(to top, var(--marker) 60%, transparent 60%);
}

.underline {
  text-decoration: underline;
  text-underline-offset: 0.1em;
}

.radius4 {
  border-radius: 4px;
}

.radius8 {
  border-radius: 8px;
}

.list-normal > li {
  position: relative;
  padding-left: 1em;
}
.list-normal > li::before {
  content: "";
  width: 1em;
  height: 1lh;
  background: radial-gradient(var(--text) 0.2em, transparent 0.2em) no-repeat center/1em 1em;
  position: absolute;
  inset: 0;
}
.list-normal > li:not(:first-of-type) {
  margin-top: 0.5em;
}

.list-triangle {
  position: relative;
  padding-left: 1.5em;
}
.list-triangle::before {
  content: "";
  width: 0.75em;
  height: 1em;
  background: currentColor;
  -webkit-clip-path: polygon(0 0, 100% 50%, 0 100%);
          clip-path: polygon(0 0, 100% 50%, 0 100%);
  position: absolute;
  left: 0;
  top: calc(0.5lh - 0.5em);
}

.link-text {
  color: var(--primary);
  text-decoration: underline;
  text-underline-offset: 0.25em;
}

.link-text-outer {
  padding-right: 1.5em;
  position: relative;
}
.link-text-outer::after {
  content: "";
  width: 1em;
  aspect-ratio: 1;
  -webkit-mask: url(../images/icon-outer-link.svg) no-repeat center/contain;
          mask: url(../images/icon-outer-link.svg) no-repeat center/contain;
  background: var(--white);
  position: absolute;
  right: 0;
  top: calc(50% - 0.5em);
}

.btn-primary {
  overflow: hidden;
  background: var(--accent);
  color: var(--white);
  width: clamp(345px, 44.4444444444vw, 640px);
  height: clamp(68px, 8.3333333333vw, 120px);
  border: 0;
  border-radius: 99px;
  display: grid;
  place-items: center;
  font-size: clamp(1.25rem, 0.45rem + 2vw, 2.25rem);
  font-weight: 700;
  position: relative;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
  cursor: pointer;
  text-indent: 2em;
}
.btn-primary::before {
  content: "";
  height: 80%;
  aspect-ratio: 1;
  background: url(../images/icon-document.webp) no-repeat center/contain;
  position: absolute;
  left: 2%;
  top: 50%;
  transform: translateY(-50%);
}
.btn-primary::after {
  content: "";
  height: 100%;
  aspect-ratio: 822/120;
  background: url(../images/btn-refrect.webp) no-repeat center/cover;
  position: absolute;
  top: 0;
  left: -40%;
  transition: left 0.5s ease-out;
}
.btn-primary:hover {
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.25);
}
.btn-primary:hover::after {
  left: 60%;
}
.btn-primary input {
  width: 100%;
  background: 0 !important;
  border: 0 !important;
  color: var(--white) !important;
  font-size: inherit !important;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: inherit !important;
  z-index: 1 !important;
  cursor: pointer !important;
  text-indent: 2em;
}
.btn-primary br {
  display: none;
}

.btn-wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 1em;
}

.w1200 {
  width: min(1200px, 100%);
  margin-inline: auto;
}

.w880 {
  width: min(880px, 100%);
  margin-inline: auto;
}

.w640 {
  width: min(640px, 100%);
  margin-inline: auto;
}

.full-width {
  margin-inline: calc(50% - 50vw);
}

.flex {
  display: flex;
}

.jc-center {
  justify-content: center;
}

.jc-right {
  justify-content: flex-end;
}

.al-center {
  align-items: center;
}

.grid {
  display: grid;
}
.grid.grid21 {
  grid-template-columns: 1fr 1fr;
  gap: clamp(1rem, -0.2rem + 3vw, 2.5rem);
}
@media (max-width: 767px) {
  .grid.grid21 {
    grid-template-columns: 1fr;
  }
}
.grid.grid31 {
  grid-template-columns: repeat(3, 1fr);
  gap: clamp(1rem, -0.2rem + 3vw, 2.5rem);
}
@media (max-width: 767px) {
  .grid.grid31 {
    grid-template-columns: 1fr;
  }
}

.mt120 {
  margin-top: clamp(3rem, -0.6rem + 9vw, 7.5rem);
}

.mt96 {
  margin-top: clamp(3.5rem, 1.5rem + 5vw, 6rem);
}

.mt80 {
  margin-top: clamp(3rem, 1.4rem + 4vw, 5rem);
}

.mt64 {
  margin-top: clamp(2.5rem, 1.3rem + 3vw, 4rem);
}

.mt48 {
  margin-top: clamp(2rem, 1.2rem + 2vw, 3rem);
}

.mt40 {
  margin-top: clamp(1.5rem, 0.7rem + 2vw, 2.5rem);
}

.mt32 {
  margin-top: clamp(1rem, 0.2rem + 2vw, 2rem);
}

.mt24 {
  margin-top: clamp(1rem, 0.6rem + 1vw, 1.5rem);
}

.mt16 {
  margin-top: clamp(0.5rem, 0.1rem + 1vw, 1rem);
}

.mt8 {
  margin-top: clamp(0.25rem, 0.05rem + 0.5vw, 0.5rem);
}

.mt4 {
  margin-top: 4px;
}

.js-accordion {
  cursor: pointer;
}

.accordion-content {
  display: grid;
  grid-template-rows: 0fr;
  transition: all 0.3s ease-out;
}
.accordion-content.open {
  grid-template-rows: 1fr;
}
.accordion-content > div {
  overflow: hidden;
}

.pagetop {
  color: var(--primary);
  cursor: pointer;
  position: fixed;
  bottom: 40px;
  right: 16px;
  transition: all 0.3s ease-out;
  writing-mode: vertical-rl;
  z-index: 10;
}
.pagetop:hover {
  letter-spacing: 0.2em;
}

.pc {
  display: initial !important;
}

.sp {
  display: none !important;
}

@media (max-width: 767px) {
  .pc {
    display: none !important;
  }
  .sp {
    display: initial !important;
  }
}
.aioseo-breadcrumbs {
  margin-top: 1em;
  padding: 8px 0;
  letter-spacing: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  color: var(--text);
}
.aioseo-breadcrumbs .aioseo-breadcrumb {
  font-size: clamp(0.625rem, 0.525rem + 0.25vw, 0.75rem);
  background: var(--gray);
  border: 1px solid var(--black);
  border-radius: 20px;
  padding: 4px 8px;
  color: var(--white);
}
.aioseo-breadcrumbs .aioseo-breadcrumb:has(a) {
  background: var(--white);
  color: var(--text);
}
.aioseo-breadcrumbs a {
  color: var(--text-pale);
}
.aioseo-breadcrumbs br {
  display: none;
}

.copyright {
  font-size: clamp(0.625rem, 0.525rem + 0.25vw, 0.75rem);
}

@-webkit-keyframes navFadeIn {
  0% {
    opacity: 0;
    transform: translateX(-50px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}

@keyframes navFadeIn {
  0% {
    opacity: 0;
    transform: translateX(-50px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
@-webkit-keyframes textRotate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes textRotate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.cartain {
  overflow: hidden;
  position: relative;
}
.cartain::before {
  content: "";
  width: 200%;
  height: 100%;
  background: #f5f5f5;
  position: absolute;
  top: 0;
  left: -100%;
  transition: all 1s ease-out;
  z-index: 10;
}
.cartain.is-active::before {
  transform: translateX(100%);
}

.fadeUp {
  opacity: 0;
  transform: translateY(48px);
  transition: all 0.8s ease-out;
}
.fadeUp.is-active {
  opacity: 1;
  transform: translateY(0);
}

html {
  width: 100%;
  height: 100%;
  scroll-behavior: smooth;
  overflow-x: hidden;
}
html.lock {
  overflow: hidden;
}

body {
  background: var(--white);
  color: var(--text);
  font-family: "Zen Maru Gothic", sans-serif;
  font-feature-settings: "palt" on;
  font-optical-sizing: auto;
  font-size: clamp(0.875rem, 0.775rem + 0.25vw, 1rem);
  font-weight: normal;
  line-height: 1.15;
  width: 100%;
  height: 100%;
  overflow-x: clip;
}

.mv-wrap {
  padding: clamp(24px, 3.3333333333vw, 48px) 0 0;
  position: relative;
}
.mv-wrap::before {
  content: "";
  width: 108%;
  height: 100%;
  position: absolute;
  top: 0;
  left: -4%;
  background: url(../images/bg-mv.webp) no-repeat center top/cover;
  border-bottom-left-radius: 50% 12vw;
  border-bottom-right-radius: 50% 12vw;
  z-index: -1;
}

.container {
  width: min(1440px, 90%);
  margin-inline: auto;
  position: relative;
}
@media (max-width: 767px) {
  .container {
    width: min(1440px, 100% - 36px);
  }
}

.mv-box {
  background: var(--primary);
  padding: 30px clamp(40px, 4.4444444444vw, 64px);
  border-radius: clamp(18px, 2.2222222222vw, 32px);
  position: relative;
  display: flex;
  gap: clamp(14px, 2.2222222222vw, 32px);
  top: 2vw;
  z-index: 1;
}
@media (max-width: 767px) {
  .mv-box {
    flex-direction: column;
    padding-top: 0;
    padding-inline: 8px;
  }
  .mv-box .text-box {
    text-align: center;
  }
}
.mv-box::after {
  content: "";
  width: 100px;
  aspect-ratio: 5/2;
  background: var(--primary);
  -webkit-clip-path: polygon(0 0, 100% 0, 50% 100%);
          clip-path: polygon(0 0, 100% 0, 50% 100%);
  position: absolute;
  bottom: -39px;
  left: calc(50% - 50px);
}
@media (max-width: 767px) {
  .mv-box::after {
    width: 60px;
    bottom: -24px;
    left: calc(50% - 30px);
  }
}
.mv-box > figure {
  width: clamp(54px, 6.875vw, 99px);
}
@media (max-width: 767px) {
  .mv-box > figure {
    margin-top: -28px;
  }
}
.mv-box .text-box p {
  font-size: clamp(0.875rem, 0.475rem + 1vw, 1.375rem);
  font-weight: 500;
  color: var(--white);
  line-height: 1.8;
}
.mv-box .text-box p span {
  font-size: clamp(1.25rem, 0.85rem + 1vw, 1.75rem);
  color: var(--marker);
}

.introduction {
  position: relative;
  background: url(../images/bg-bobble2.webp) no-repeat top right -6%/560px;
}
@media (max-width: 767px) {
  .introduction {
    background: none;
  }
}
.introduction .container {
  padding: clamp(64px, 10.2777777778vw, 148px) 0 clamp(80px, 11.1111111111vw, 160px);
}
.introduction .profile {
  width: clamp(300px, 36.1111111111vw, 520px);
  position: absolute;
  bottom: 0;
  left: 0;
}
.introduction .profile::before {
  content: "";
  width: clamp(340px, 31.9444444444vw, 460px);
  aspect-ratio: 1;
  background: url(../images/bg-bobble1.webp) no-repeat center/contain;
  position: absolute;
  top: -16%;
  left: -28%;
  z-index: -1;
}
@media (max-width: 767px) {
  .introduction .profile {
    position: relative;
    left: -15%;
    margin-top: 64px;
    margin-bottom: -32px;
  }
  .introduction .profile::before {
    top: 12vw;
    left: 60vw;
  }
}
.introduction .profile .name {
  width: clamp(44px, 4.4444444444vw, 64px);
  position: absolute;
  top: 8%;
  left: 10%;
}
@media (max-width: 767px) {
  .introduction .profile .name {
    top: 44%;
    left: 80vw;
  }
}
.introduction .achivement {
  width: clamp(150px, 17.3611111111vw, 250px);
  position: absolute;
  top: 100px;
  right: 8.3%;
}
@media (max-width: 767px) {
  .introduction .achivement {
    top: initial;
    bottom: 40%;
    right: 0;
  }
}

.intro-catch {
  width: clamp(324px, 40.2777777778vw, 580px);
  margin-inline: auto;
  position: relative;
  z-index: 1;
}

.btn-wrap {
  position: relative;
  z-index: 1;
}
@media (max-width: 767px) {
  .btn-wrap.kakei {
    display: none;
  }
}

.intro-sub-text {
  font-size: clamp(1.25rem, 0.65rem + 1.5vw, 2rem);
  font-weight: 700;
  color: var(--text);
  line-height: 1.6;
  text-align: center;
  position: relative;
  z-index: 1;
}

.nayami {
  background: url(../images/bg-nayami.webp) no-repeat center top/cover;
  padding-top: clamp(64px, 8.3333333333vw, 120px);
  padding-bottom: 10vw;
  margin-top: -3vw;
  position: relative;
  z-index: 1;
}
@media (max-width: 767px) {
  .nayami {
    background: url(../images/bg-nayami-sp.webp) no-repeat center top/cover;
    padding-bottom: 30vw;
  }
}

.illust-nayami {
  width: clamp(343px, 51.3888888889vw, 740px);
  margin-inline: auto;
  position: relative;
  z-index: 1;
}
@media (max-width: 767px) {
  .illust-nayami {
    margin-top: -5%;
    width: 100%;
  }
}

.illust-nayami1 {
  width: clamp(160px, 22.2222222222vw, 320px);
  position: absolute;
  left: 8.3%;
  top: 10%;
}

.illust-nayami2 {
  width: clamp(210px, 29.1666666667vw, 420px);
  position: absolute;
  right: 8.3%;
  top: 10%;
}
@media (max-width: 767px) {
  .illust-nayami2 {
    display: none;
  }
}

.illust-nayami3 {
  width: clamp(215px, 29.8611111111vw, 430px);
  position: absolute;
  left: 0;
  bottom: 18%;
}

.illust-nayami4 {
  width: clamp(180px, 25vw, 360px);
  position: absolute;
  right: 0;
  bottom: 15%;
}

.illust-nayami5 {
  width: clamp(200px, 27.7777777778vw, 400px);
  margin-inline: auto;
  margin-top: clamp(40px, 4.8611111111vw, 70px);
}

.illust-nayami1-sp {
  display: none;
}
@media (max-width: 767px) {
  .illust-nayami1-sp {
    display: block;
    transform: scale(1.2);
  }
}

.illust-nayami2-sp {
  display: none;
}
@media (max-width: 767px) {
  .illust-nayami2-sp {
    display: block;
    transform: scale(1.1) translate(5%, 5%);
  }
}

.financial-cirlce {
  width: clamp(100px, 9.7222222222vw, 140px);
  display: block;
  margin-inline: auto;
  margin-top: -5%;
  position: relative;
  z-index: 1;
}
@media (max-width: 767px) {
  .financial-cirlce {
    margin-top: -50px;
  }
}

.financial {
  position: relative;
  padding-top: 9vw;
  padding-bottom: clamp(100px, 11.1111111111vw, 160px);
  background: url(../images/bg-financial.webp) no-repeat left top/cover;
  margin-top: -9vw;
}
@media (max-width: 767px) {
  .financial {
    padding-bottom: 0;
  }
  .financial .container {
    padding-bottom: 24px;
  }
}

.ttl-financial {
  width: clamp(343px, 44.4444444444vw, 640px);
  margin-inline: auto;
}

.achivement-l {
  width: clamp(150px, 16.6666666667vw, 240px);
  position: absolute;
  top: -15%;
  left: 8.3%;
  transform: rotate(-30deg);
  z-index: 1;
}
@media (max-width: 767px) {
  .achivement-l {
    top: initial;
    bottom: -60%;
    left: 0;
  }
}

.yuki-2 {
  width: clamp(280px, 41.6666666667vw, 600px);
  position: absolute;
  right: -2%;
  bottom: 0;
}
@media (max-width: 767px) {
  .yuki-2 {
    position: static;
    display: block;
    margin-left: auto;
    transform: translateX(15%);
  }
}

.financial-lead {
  font-size: clamp(1rem, 0.6rem + 1vw, 1.5rem);
  text-align: center;
  line-height: 1.8;
}

.forexample {
  padding: 80px 0 20px;
  position: relative;
  z-index: 1;
}
@media (max-width: 767px) {
  .forexample {
    padding-bottom: 80px;
  }
}
.forexample::before {
  content: "";
  width: 108%;
  height: 100%;
  background: url(../images/bg-bobble3.webp) no-repeat left -4% center/520px, url(../images/bg-bobble4.webp) no-repeat right -4% bottom 25%/520px, #fff;
  position: absolute;
  top: 0;
  left: -4%;
}
@media (max-width: 767px) {
  .forexample::before {
    background: url(../images/bg-bobble4-sp.webp) no-repeat bottom 4% center/88%, #fff;
  }
}

.example-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
  align-items: flex-start;
}
@media (max-width: 767px) {
  .example-list {
    grid-template-columns: 1fr;
  }
}
.example-list > li {
  background: var(--primary-pale);
  padding: clamp(32px, 4.4444444444vw, 64px) clamp(24px, 2.2222222222vw, 32px) clamp(32px, 3.3333333333vw, 48px);
  border-radius: clamp(24px, 2.2222222222vw, 32px);
  display: flex;
  flex-direction: column;
  gap: clamp(24px, 3.3333333333vw, 48px);
  position: relative;
}
@media (max-width: 767px) {
  .example-list > li {
    flex-direction: row;
    align-items: center;
  }
  .example-list > li figure {
    width: 100px;
    display: block;
  }
  .example-list > li .text {
    flex: 1;
  }
}
.example-list > li::before {
  content: "";
  width: 52px;
  aspect-ratio: 1;
  background: var(--primary-pale);
  position: absolute;
  bottom: -52px;
  left: 50%;
  transform: translateX(-50%);
}
@media (max-width: 767px) {
  .example-list > li::before {
    width: 24px;
    bottom: -24px;
  }
}
.example-list > li figure {
  width: clamp(100px, 13.8888888889vw, 200px);
  aspect-ratio: 1;
  overflow: hidden;
  margin-inline: auto;
}
.example-list > li figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.example-list > li:nth-child(1)::before {
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%);
          clip-path: polygon(0 0, 100% 0, 100% 100%);
}
@media (max-width: 767px) {
  .example-list > li:nth-child(1)::before {
    left: 15%;
    transform: none;
  }
}
.example-list > li:nth-child(2) {
  margin-top: -160px;
}
@media (max-width: 767px) {
  .example-list > li:nth-child(2) {
    margin-top: 0;
  }
}
.example-list > li:nth-child(2):before {
  -webkit-clip-path: polygon(0 0, 100% 0, 50% 100%);
          clip-path: polygon(0 0, 100% 0, 50% 100%);
}
@media (max-width: 767px) {
  .example-list > li:nth-child(2):before {
    -webkit-clip-path: polygon(0 0, 100% 0, 0 100%);
            clip-path: polygon(0 0, 100% 0, 0 100%);
    right: 15%;
    left: initial;
    transform: none;
  }
}
.example-list > li:nth-child(3):before {
  -webkit-clip-path: polygon(0 0, 100% 0, 0 100%);
          clip-path: polygon(0 0, 100% 0, 0 100%);
}
@media (max-width: 767px) {
  .example-list > li:nth-child(3):before {
    left: 15%;
    transform: none;
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%);
            clip-path: polygon(0 0, 100% 0, 100% 100%);
  }
}

.advice-circle {
  width: clamp(343px, 43.0555555556vw, 620px);
  aspect-ratio: 1;
  background: var(--primary);
  margin-inline: auto;
  margin-top: -3%;
  border-radius: 50%;
  padding: 1px 1em;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1em;
}
@media (max-width: 1240px) {
  .advice-circle {
    margin-top: 0;
  }
}
@media (max-width: 1024px) {
  .advice-circle {
    margin-top: 5%;
  }
}
@media (max-width: 767px) {
  .advice-circle {
    margin-top: 130px;
    width: min(340px, 100%);
  }
}
.advice-circle > figure {
  width: clamp(280px, 34.7222222222vw, 500px);
  margin-inline: auto;
  margin-top: -6%;
}
@media (max-width: 1240px) {
  .advice-circle > figure {
    margin-top: -12%;
  }
}
@media (max-width: 1024px) {
  .advice-circle > figure {
    margin-top: -20%;
  }
}
@media (max-width: 1024px) {
  .advice-circle > figure {
    margin-top: -110px;
  }
}

.advice-comment {
  text-align: center;
  font-size: clamp(1.25rem, 1.05rem + 0.5vw, 1.5rem);
  font-weight: 500;
  line-height: 1.6;
  color: var(--white);
}
@media (max-width: 1024px) {
  .advice-comment {
    font-size: 20px;
  }
}
.advice-comment span {
  color: var(--marker);
  font-size: clamp(1.5rem, 1.1rem + 1vw, 2rem);
}
@media (max-width: 1024px) {
  .advice-comment span {
    font-size: 24px;
  }
}

.fukidashi-example {
  width: clamp(140px, 15.2777777778vw, 220px);
  position: absolute;
  top: -150px;
  left: 0;
}
@media (max-width: 767px) {
  .fukidashi-example {
    top: -100px;
  }
}

.sec-heading {
  font-size: clamp(2rem, 0.4rem + 4vw, 4rem);
  font-weight: 700;
  line-height: 1.3;
  color: var(--accent);
  letter-spacing: 0;
}
@media (max-width: 767px) {
  .sec-heading {
    text-align: center;
  }
}
.sec-heading .sub {
  font-size: clamp(1.25rem, 0.25rem + 2.5vw, 2.5rem);
  color: var(--text);
}
.sec-heading .pale {
  color: var(--yellow);
}

.voice {
  background: url(../images/bg-voice-top.svg) no-repeat center top/100%, var(--bg);
  padding: clamp(100px, 16.6666666667vw, 240px) 0;
  position: relative;
  z-index: 1;
}

.arrow-bottom {
  width: clamp(20px, 2.7777777778vw, 40px);
  position: absolute;
  left: calc(50% - 20px);
  top: 5vw;
}
@media (max-width: 767px) {
  .arrow-bottom {
    left: calc(50% - 10px);
    top: 2.5vw;
  }
}

.voice-top-wrap {
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
  .voice-top-wrap {
    flex-direction: column;
    gap: clamp(16px, 2.2222222222vw, 32px);
  }
}
.voice-top-wrap > picture {
  width: clamp(200px, 32.6388888889vw, 470px);
  margin-top: -160px;
}
@media (max-width: 767px) {
  .voice-top-wrap > picture {
    margin-top: 0;
    width: 90%;
  }
}
.voice-top-wrap .text-box {
  margin-left: -10%;
}
@media (max-width: 767px) {
  .voice-top-wrap .text-box {
    margin-left: 0;
  }
}
.voice-top-wrap .text-box figure {
  width: clamp(343px, 33.3333333333vw, 480px);
}

.ttl-voice {
  width: clamp(343px, 43.0555555556vw, 620px);
  margin-inline: auto;
}
@media (max-width: 767px) {
  .ttl-voice {
    width: 100%;
  }
}

.voice-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: clamp(16px, 2.7777777778vw, 40px);
}
@media (max-width: 767px) {
  .voice-list {
    grid-template-columns: 1fr;
  }
}
.voice-list > li {
  background: var(--white);
  border: 2px solid var(--primary);
  border-radius: clamp(24px, 2.2222222222vw, 32px);
  padding: 24px;
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 3;
  gap: 0;
}

.profile-wrap {
  display: flex;
  align-items: center;
  gap: clamp(16px, 1.6666666667vw, 24px);
}
.profile-wrap > figure {
  width: clamp(130px, 11.8055555556vw, 170px);
}
.profile-wrap .text-box {
  flex: 1;
}
.profile-wrap .text-box .customer-name {
  font-size: clamp(1.625rem, 1.225rem + 1vw, 2.125rem);
  color: var(--nav);
  font-weight: 500;
  margin-bottom: 0.25em;
}
.profile-wrap .text-box .customer-name span {
  font-size: clamp(1.25rem, 0.95rem + 0.75vw, 1.625rem);
}
.profile-wrap .text-box .meta-item {
  font-size: clamp(0.75rem, 0.55rem + 0.5vw, 1rem);
  color: var(--white);
  background: var(--nav);
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  padding: 0.125em 0.5em;
  border-radius: 99px;
  display: inline-block;
}
.profile-wrap .text-box .meta-text {
  display: inline-block;
  font-size: clamp(1.25rem, 0.85rem + 1vw, 1.75rem);
  color: var(--text);
  font-weight: 500;
  line-height: 1;
}
.profile-wrap .text-box .meta-text span {
  font-size: clamp(0.75rem, 0.45rem + 0.75vw, 1.125rem);
}

.voice-top-box {
  border-radius: clamp(16px, 1.6666666667vw, 24px);
  background: var(--bg-beige);
  padding: clamp(24px, 2.2222222222vw, 32px);
  position: relative;
}
.voice-top-box::before {
  content: "";
  width: 64px;
  aspect-ratio: 2/1;
  background: var(--primary);
  -webkit-clip-path: polygon(0 0, 100% 0, 50% 100%);
          clip-path: polygon(0 0, 100% 0, 50% 100%);
  position: absolute;
  bottom: -48px;
  left: calc(50% - 32px);
}
@media (max-width: 767px) {
  .voice-top-box::before {
    width: 45px;
    left: calc(50% - 22.5px);
    bottom: -36px;
  }
}
.voice-top-box h3 {
  width: clamp(190px, 18.0555555556vw, 260px);
  margin-bottom: clamp(8px, 1.1111111111vw, 16px);
}

.voice-bottom-box {
  margin-top: 64px;
  background: var(--primary-pale);
  padding: clamp(24px, 2.2222222222vw, 32px);
  border-radius: clamp(16px, 1.6666666667vw, 24px);
}
@media (max-width: 767px) {
  .voice-bottom-box {
    margin-top: 48px;
  }
}
.voice-bottom-box h3 {
  width: clamp(128px, 12.1527777778vw, 175px);
  margin-bottom: clamp(8px, 1.1111111111vw, 16px);
}

.cta-area {
  margin-top: -10vw;
  padding: clamp(60px, 8.3333333333vw, 120px) 0 clamp(40px, 5.5555555556vw, 80px);
  overflow: hidden;
  position: relative;
  z-index: 1;
}
@media (max-width: 767px) {
  .cta-area {
    padding-top: 40px;
  }
}
.cta-area .container {
  overflow: hidden;
  border-bottom-left-radius: 50% 6vw;
  border-bottom-right-radius: 50% 6vw;
  background: var(--white);
  width: min(1440px, 100%);
}
@media (max-width: 767px) {
  .cta-area .container {
    padding-bottom: 64px;
  }
}
.cta-area .achivement {
  width: clamp(150px, 17.3611111111vw, 250px);
  position: absolute;
  top: 0;
  right: 8.3%;
  z-index: 1;
}
@media (max-width: 767px) {
  .cta-area .achivement {
    right: 5%;
  }
}
.cta-area::before {
  content: "";
  width: 108%;
  height: 100%;
  background: var(--white);
  position: absolute;
  top: 0;
  left: -4%;
  border-top-left-radius: 50% 10vw;
  border-top-right-radius: 50% 10vw;
  z-index: -1;
}

.cta-profile-wrap {
  display: grid;
  grid-template-columns: 520fr 600fr;
}
@media (max-width: 767px) {
  .cta-profile-wrap {
    grid-template-columns: 1fr;
    width: 90%;
    margin-inline: auto;
  }
}
.cta-profile-wrap figure {
  position: relative;
  z-index: 1;
}
@media (max-width: 767px) {
  .cta-profile-wrap figure {
    width: 83%;
    left: -10%;
    padding-top: 80px;
  }
}
.cta-profile-wrap figure::before {
  content: "";
  width: clamp(160px, 18.2638888889vw, 263px);
  aspect-ratio: 263/146;
  background: url(../images/text-shindanshimasu.webp) no-repeat center/contain;
  position: absolute;
  top: 4%;
  left: -18%;
}
@media (max-width: 767px) {
  .cta-profile-wrap figure::before {
    left: 15%;
    top: 0%;
  }
}

.name-wrap {
  display: flex;
  flex-direction: column;
  gap: clamp(10px, 1.1111111111vw, 16px);
}
@media (max-width: 767px) {
  .name-wrap {
    position: absolute;
    flex-direction: row-reverse;
    right: 5%;
    top: 24%;
    z-index: 1;
  }
}

.prof-name {
  display: block;
  width: clamp(44px, 8.3333333333vw, 120px);
}
.prof-name source, .prof-name img {
  width: 100%;
}

.cta-prof-meta {
  color: var(--primary);
  font-size: clamp(1rem, 0.6rem + 1vw, 1.5rem);
  font-weight: 500;
}
@media (max-width: 767px) {
  .cta-prof-meta {
    writing-mode: vertical-lr;
  }
}

.prof-detail {
  margin-top: clamp(16px, 5.5555555556vw, 80px);
  font-size: clamp(1rem, 0.8rem + 0.5vw, 1.25rem);
  line-height: 2.8;
  position: relative;
}
@media (max-width: 767px) {
  .prof-detail {
    line-height: 2.4;
  }
}
.prof-detail::before {
  content: "";
  width: 100%;
  height: 100%;
  background: url(../images/dashde-line.svg) repeat-y bottom -0.4lh left 0/600px 1lh;
  position: absolute;
  inset: 0;
}

.footer-container {
  margin-top: -6vw;
  width: min(1440px, 100%);
  margin-inline: auto;
  background: var(--primary);
  padding: clamp(48px, 9.7222222222vw, 140px) clamp(24px, 3.3333333333vw, 48px) clamp(64px, 5.5555555556vw, 80px);
  border-radius: 0 0 clamp(24px, 2.2222222222vw, 32px) clamp(24px, 2.2222222222vw, 32px);
}
.footer-container .inner {
  position: relative;
  padding-top: 20px;
}
.footer-container .inner::before {
  content: "";
  width: clamp(320px, 31.9444444444vw, 460px);
  aspect-ratio: 1;
  background: url(../images/bg-bobble5.webp) no-repeat center/contain;
  position: absolute;
  bottom: -50%;
  left: -12%;
}
@media (max-width: 767px) {
  .footer-container .inner::before {
    left: -50%;
    bottom: -20%;
  }
}
.footer-container .inner::after {
  content: "";
  width: clamp(104px, 25vw, 360px);
  aspect-ratio: 1;
  background: url(../images/bg-bobble6.webp) no-repeat center/contain;
  position: absolute;
  top: -8%;
  right: -20%;
}
@media (max-width: 767px) {
  .footer-container .inner::after {
    right: -10%;
    top: 16%;
    transform: rotate(180deg);
  }
}

.w1040 {
  width: min(1040px, 100%);
  margin-inline: auto;
}

.cta-lead {
  font-size: clamp(1.25rem, 0.65rem + 1.5vw, 2rem);
  color: var(--white);
  line-height: 1.8;
  font-weight: 700;
  text-align: center;
  position: relative;
}
@media (max-width: 767px) {
  .cta-lead {
    text-align: left;
    margin-left: 1em;
  }
}
.cta-lead::before {
  content: "";
  width: 44px;
  height: 44px;
  background: url(../images/iii.webp) no-repeat center/contain;
  position: absolute;
  top: -0.75em;
  left: calc(50% + 6em);
}
@media (max-width: 767px) {
  .cta-lead::before {
    left: 12em;
  }
}
.cta-lead span {
  color: var(--marker);
}

.family-box {
  background: var(--bg);
  border-radius: clamp(16px, 1.6666666667vw, 24px);
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.2);
  display: grid;
  grid-template-columns: 28fr 58fr;
  align-items: center;
  gap: clamp(40px, 4.4444444444vw, 64px);
  padding: clamp(16px, 2.2222222222vw, 32px) clamp(24px, 2.2222222222vw, 32px);
  position: relative;
}
@media (max-width: 767px) {
  .family-box {
    padding-top: 0;
    grid-template-columns: 1fr;
    text-align: center;
    gap: clamp(16px, 2.2222222222vw, 32px);
    margin-top: 64px;
  }
  .family-box figure {
    width: 200px;
    margin-inline: auto;
    margin-top: -40px;
  }
}

.family-text {
  font-size: clamp(1rem, 0.6rem + 1vw, 1.5rem);
  line-height: 1.8;
}
@media (max-width: 767px) {
  .family-text {
    line-height: 1.6;
  }
}

.copyright {
  font-size: clamp(0.625rem, 0.425rem + 0.5vw, 0.875rem);
  text-align: center;
  position: relative;
  color: var(--nav);
}
@media (max-width: 767px) {
  .copyright {
    text-align: left;
    padding-left: 1em;
  }
}

.pagetop {
  width: clamp(80px, 9.7222222222vw, 140px);
  aspect-ratio: 1;
  background: url(../images/pagetop.webp) no-repeat center/contain;
  position: absolute;
  bottom: clamp(40px, 4.8611111111vw, 70px);
  right: clamp(40px, 8.3333333333vw, 120px);
  cursor: pointer;
  z-index: 10;
}

.form-wrap {
  background: var(--white);
  padding: clamp(16px, 5.5555555556vw, 80px);
}
.form-wrap .form-list {
  display: grid;
  grid-template-columns: 300px 1fr;
  gap: 1em;
  padding: clamp(24px, 2.2222222222vw, 32px) 0;
  border-bottom: 1px dashed var(--primary);
}
@media (max-width: 767px) {
  .form-wrap .form-list {
    grid-template-columns: 1fr;
  }
}
.form-wrap .form-list:last-of-type {
  border-bottom: none;
}
.form-wrap .form-list dt {
  display: flex;
  align-items: center;
}
.form-wrap .form-list dt p {
  width: 100%;
  position: relative;
  color: var(--text);
}
.form-wrap .form-list dt p::after {
  content: "任意";
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  padding: 0 0.5em;
  border-radius: 4px;
  background: var(--any);
  color: var(--white);
  font-size: clamp(0.75rem, 0.55rem + 0.5vw, 1rem);
  position: absolute;
  top: 0.1lh;
  right: 0;
}
.form-wrap .form-list dt p.require::after {
  content: "必須";
  background: var(--require);
}
.form-wrap .form-list dd {
  display: flex;
  align-items: center;
}
.form-wrap .form-list dd > p {
  display: contents;
}
.form-wrap input[type=text],
.form-wrap input[type=email],
.form-wrap input[type=tel],
.form-wrap input[type=number],
.form-wrap textarea {
  width: 100%;
  border: 1px solid var(--primary);
  background: var(--bg-beige) !important;
  border-radius: 4px;
  height: 48px;
  padding: 0 1em;
  font-size: clamp(0.8125rem, 0.6625rem + 0.375vw, 1rem);
  line-height: 1.5;
  resize: vertical;
  box-shadow: inset 2px 2px 2px rgba(0, 0, 0, 0.15);
}
.form-wrap input[type=text]::-moz-placeholder, .form-wrap input[type=email]::-moz-placeholder, .form-wrap input[type=tel]::-moz-placeholder, .form-wrap input[type=number]::-moz-placeholder, .form-wrap textarea::-moz-placeholder {
  color: var(--nav);
}
.form-wrap input[type=text]::placeholder,
.form-wrap input[type=email]::placeholder,
.form-wrap input[type=tel]::placeholder,
.form-wrap input[type=number]::placeholder,
.form-wrap textarea::placeholder {
  color: var(--nav);
}
.form-wrap input[type=text].word,
.form-wrap input[type=email].word,
.form-wrap input[type=tel].word,
.form-wrap input[type=number].word,
.form-wrap textarea.word {
  width: 6em;
  margin-right: 0.5em;
}
.form-wrap input[type=text]::-moz-placeholder, .form-wrap input[type=email]::-moz-placeholder, .form-wrap input[type=tel]::-moz-placeholder, .form-wrap input[type=number]::-moz-placeholder, .form-wrap textarea::-moz-placeholder {
  color: #999999;
}
.form-wrap input[type=text]::placeholder,
.form-wrap input[type=email]::placeholder,
.form-wrap input[type=tel]::placeholder,
.form-wrap input[type=number]::placeholder,
.form-wrap textarea::placeholder {
  color: #999999;
}
.form-wrap textarea {
  min-height: 200px;
  padding: 1em;
}
.form-wrap .textarea-item {
  align-self: flex-start;
  padding-top: 0.5em;
}
.form-wrap select {
  width: 14em;
  border: 1px solid var(--primary);
  background: var(--bg-beige);
  border-radius: 4px;
  height: 48px;
  padding: 0 1em;
  font-size: clamp(0.8125rem, 0.6625rem + 0.375vw, 1rem);
  line-height: 1.5;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  padding-left: 2em;
  outline: none;
  box-shadow: inset 2px 2px 2px rgba(0, 0, 0, 0.15);
}
.form-wrap select option {
  font-size: clamp(0.8125rem, 0.6625rem + 0.375vw, 1rem);
}
.form-wrap .wpcf7-form-control-wrap:has(select) {
  position: relative;
}
.form-wrap .wpcf7-form-control-wrap:has(select)::after {
  content: "";
  width: 16px;
  height: 10px;
  -webkit-clip-path: polygon(0 0, 100% 0, 50% 100%);
          clip-path: polygon(0 0, 100% 0, 50% 100%);
  background: var(--text);
  position: absolute;
  top: 50%;
  left: 0.75em;
  transform: translateY(-50%);
  pointer-events: none;
}
.form-wrap .radio-group {
  display: flex;
  align-items: center;
  gap: 2em;
  font-size: clamp(0.875rem, 0.675rem + 0.5vw, 1.125rem);
}
.form-wrap .radio-item label {
  position: relative;
  padding-left: 1.5em;
  cursor: pointer;
}
.form-wrap .radio-item label::before {
  content: "";
  width: 1.25em;
  aspect-ratio: 1;
  border: 2px solid var(--primary);
  background: var(--bg-beige) !important;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  box-shadow: inset 2px 2px 2px rgba(0, 0, 0, 0.15);
}
.form-wrap .radio-item label input[type=radio] {
  display: none;
}
.form-wrap .radio-item label:has(input[type=radio]:checked)::after {
  content: "";
  width: 0.6em;
  aspect-ratio: 1;
  background: var(--nav);
  border-radius: 50%;
  position: absolute;
  left: 0.325em;
  top: 50%;
  transform: translateY(-50%);
}
.form-wrap .partner-question {
  border-bottom: 1px dashed var(--primary);
}

.wpcf7-form-control-wrap:has(input[type=text]),
.wpcf7-form-control-wrap:has(input[type=email]),
.wpcf7-form-control-wrap:has(input[type=tel]),
.wpcf7-form-control-wrap:has(textarea) {
  width: 100%;
}

.wpcf7-not-valid-tip {
  font-size: 12px;
  padding-top: 0.5em;
}

.copy-online-wrap {
  display: grid;
  grid-template-columns: 354fr 497fr;
  gap: clamp(8px, 2.7777777778vw, 40px);
  align-items: center;
}
@media (max-width: 767px) {
  .copy-online-wrap {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 767px) {
  .img-hoken {
    width: 71%;
  }
}
/*# sourceMappingURL=style.css.map */