@charset "UTF-8";
:root {
  --black:#1b1b1b;
  --white:#fff;
  --gray:#A9A29C;
  --gray-50:#f6f6f6;
  --orange:#ff8c00;
  --dark-orange:#ed7106;
  --brown:#5f533c;
  --darkbrown: #484232;
  --blue:#c7e2e1;
  --darkblue:#2a4c68;
  --navy:#0b5476;
  --lightyellow:#efebc6;
  --yellow:#fed850;
  --bg-yellow:#ffe787;
}

/* 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, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, 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;
}

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

body {
  line-height: 1;
}

ol, ul {
  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;
}

a {
  text-decoration: none;
}

* {
  --min-viewport: 375;
  --max-viewport: 1800;
  /* a 傾き */
  --slope: calc((var(--max-size) - var(--min-size)) / (var(--max-viewport) - var(--min-viewport)));
  /* b 切片 */
  --intercept: calc(var(--min-size) - var(--slope) * var(--min-viewport));
  /* y = ax + b */
  --fluid-size: calc(var(--slope) * 100vw + var(--intercept) / 16 * 1rem);
  /* clamp( 最小サイズ , 可変サイズ , 最大サイズ) */
  --clamp-size: clamp(var(--min-size) / 16 * 1rem, var(--fluid-size), var(--max-size) / 16 * 1rem);
}

body {
  font-family: "Shippori Mincho B1", serif;
  font-weight: 400;
  font-style: normal;
}

img {
  max-width: 100%;
}

svg {
  max-width: 100%;
}

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

.u-sp-only {
  display: none;
}
@media (max-width: 768px) {
  .u-sp-only {
    display: block;
  }
}

.u-textCenter {
  text-align: center;
}

.l-wrapper {
  padding-inline: 20px;
}
@media (max-width: 768px) {
  .l-wrapper {
    padding-inline: 10px;
  }
}

.l-inner {
  max-width: 1140px;
  width: 100%;
  margin-inline: auto;
}

/* Regular */
@font-face {
  font-family: "Bodoni";
  src: url("/fonts/BOD_R.woff2") format("woff2"), url("/fonts/BOD_R.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
/* Italic */
@font-face {
  font-family: "Bodoni";
  src: url("/fonts/BOD_I.woff2") format("woff2"), url("/fonts/BOD_I.woff") format("woff");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
/* Bold */
@font-face {
  font-family: "Bodoni";
  src: url("/fonts/BOD_B.woff2") format("woff2"), url("/fonts/BOD_B.woff") format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
/* Bold Italic */
@font-face {
  font-family: "Bodoni";
  src: url("/fonts/BOD_BI.woff2") format("woff2"), url("/fonts/BOD_BI.woff") format("woff");
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
/* Black */
@font-face {
  font-family: "Bodoni";
  src: url("/fonts/BOD_BLAR.woff2") format("woff2"), url("/fonts/BOD_BLAR.woff") format("woff");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
/* Black Italic */
@font-face {
  font-family: "Bodoni";
  src: url("/fonts/BOD_BLAI.woff2") format("woff2"), url("/fonts/BOD_BLAI.woff") format("woff");
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}
/* Condensed Regular */
@font-face {
  font-family: "Bodoni Condensed";
  src: url("/fonts/BOD_CR.woff2") format("woff2"), url("/fonts/BOD_CR.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-stretch: condensed;
  font-display: swap;
}
/* Condensed Italic */
@font-face {
  font-family: "Bodoni Condensed";
  src: url("/fonts/BOD_CI.woff2") format("woff2"), url("/fonts/BOD_CI.woff") format("woff");
  font-weight: 400;
  font-style: italic;
  font-stretch: condensed;
  font-display: swap;
}
/* Condensed Bold */
@font-face {
  font-family: "Bodoni Condensed";
  src: url("/fonts/BOD_CB.woff2") format("woff2"), url("/fonts/BOD_CB.woff") format("woff");
  font-weight: 700;
  font-style: normal;
  font-stretch: condensed;
  font-display: swap;
}
/* Condensed Bold Italic */
@font-face {
  font-family: "Bodoni Condensed";
  src: url("/fonts/BOD_CBI.woff2") format("woff2"), url("/fonts/BOD_CBI.woff") format("woff");
  font-weight: 700;
  font-style: italic;
  font-stretch: condensed;
  font-display: swap;
}
:root {
  --black:#1b1b1b;
  --white:#fff;
  --gray:#A9A29C;
  --gray-50:#f6f6f6;
  --orange:#ff8c00;
  --dark-orange:#ed7106;
  --brown:#5f533c;
  --darkbrown: #484232;
  --blue:#c7e2e1;
  --darkblue:#2a4c68;
  --navy:#0b5476;
  --lightyellow:#efebc6;
  --yellow:#fed850;
  --bg-yellow:#ffe787;
}

.l-header {
  background-color: #3b3831;
  background-image: linear-gradient(345deg, #3b3831 0%, #4e4733 100%);
  width: 100%;
  padding-bottom: 40px;
  position: relative;
  box-shadow: 5px 5px 7px rgba(19, 10, 17, 0.3);
}
@media (max-width: 768px) {
  .l-header {
    padding-bottom: 32px;
  }
}

.l-header::before {
  content: "";
  background: url(../../assets/img/mv-bg.png);
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}

.l-header__inner {
  position: relative;
  z-index: 2;
}

.p-header_title {
  max-width: 254px;
  margin-left: -50px;
}
@media (max-width: 768px) {
  .p-header_title {
    max-width: 134px;
    margin-left: 0;
  }
}

.p-header__contents {
  display: flex;
  justify-content: end;
  align-items: start;
  gap: 5%;
}
@media (max-width: 768px) {
  .p-header__contents {
    flex-direction: column;
    row-gap: 24px;
  }
}

.p-header__contentsTexts {
  width: 45%;
  padding-top: 28px;
}
@media (max-width: 768px) {
  .p-header__contentsTexts {
    width: 100%;
    padding-inline: 10px;
    padding-top: 20px;
  }
}

.p-header__contentsTexts-inner {
  margin-top: 28px;
}
@media (max-width: 768px) {
  .p-header__contentsTexts-inner {
    margin-left: 0;
    margin-top: 19px;
  }
}

.p-header__contentsLead {
  color: var(--white);
  --min-size: 33;
  --max-size: 71.47;
  font-size: var(--clamp-size);
  line-height: 1.2592696236;
  letter-spacing: 0;
  font-weight: 600;
}
@media (max-width: 768px) {
  .p-header__contentsLead {
    text-align: center;
  }
}

.p-header__contentsText {
  color: var(--white);
  --min-size: 13;
  --max-size: 22;
  font-size: var(--clamp-size);
  line-height: 1.7688888889;
  letter-spacing: -1.7px;
  margin-top: 36px;
}
@media (max-width: 768px) {
  .p-header__contentsText {
    margin-top: 20px;
  }
}

.p-header_mv {
  text-align: center;
  margin-top: 16px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 5%;
}
@media (max-width: 1280px) {
  .p-header_mv {
    gap: 0;
  }
}
@media (max-width: 768px) {
  .p-header_mv {
    justify-content: center;
  }
}

.p-header_mv-text {
  position: relative;
  padding-inline: 32px;
  color: #ffd731;
  text-shadow: 1px 1px 2px var(--black);
  --min-size: 13;
  --max-size: 27;
  font-size: var(--clamp-size);
  line-height: 1.7688888889;
  letter-spacing: 0.02em;
  width: 45%;
}
@media (max-width: 1280px) {
  .p-header_mv-text {
    width: 50%;
    letter-spacing: 0;
  }
}
@media (max-width: 828px) {
  .p-header_mv-text {
    letter-spacing: -2px;
  }
}
@media (max-width: 768px) {
  .p-header_mv-text {
    max-width: 190px;
    letter-spacing: -1px;
  }
}

.p-header_mv-text::before, .p-header_mv-text::after {
  position: absolute;
  top: 3%;
  content: "";
  display: block;
  aspect-ratio: 128/196;
  width: 104px;
  background: url(../../assets/img/laurel.png) no-repeat;
  background-size: cover;
}
@media (max-width: 1280px) {
  .p-header_mv-text::before, .p-header_mv-text::after {
    width: 65px;
  }
}
@media (max-width: 768px) {
  .p-header_mv-text::before, .p-header_mv-text::after {
    width: 46px;
  }
}

.p-header_mv-textNumber {
  --min-size: 35;
  --max-size: 83.49;
  font-size: var(--clamp-size);
  line-height: 0.586223845;
  line-height: 1;
  letter-spacing: 0.02em;
  display: block;
}

.p-header_mv-textNumber-big {
  --min-size: 20.5;
  --max-size: 60.89;
  font-size: var(--clamp-size);
}

.p-header_mv-text::before {
  left: 0;
  -webkit-transform: scale(-1, 1);
  transform: scale(-1, 1);
}

.p-header_mv-text::after {
  right: 0;
}

.p-header_mv-textSmall {
  --min-size: 13;
  --max-size: 38;
  font-size: var(--clamp-size);
}

.p-header_mv-image {
  width: 45%;
  max-width: 673px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: auto auto;
  grid-column-gap: 9px;
  grid-row-gap: 10px;
}
@media (max-width: 768px) {
  .p-header_mv-image {
    width: 100%;
    display: flex;
    gap: 6px;
    margin-inline: auto;
  }
}

.div1 {
  grid-area: 1/1/2/3;
}
@media (max-width: 768px) {
  .div1 {
    grid-area: unset;
  }
}

.div2 {
  grid-area: 2/1/3/2;
}
@media (max-width: 768px) {
  .div2 {
    grid-area: unset;
  }
}

.div3 {
  grid-area: 2/2/3/3;
}
@media (max-width: 768px) {
  .div3 {
    grid-area: unset;
  }
}

:root {
  --black:#1b1b1b;
  --white:#fff;
  --gray:#A9A29C;
  --gray-50:#f6f6f6;
  --orange:#ff8c00;
  --dark-orange:#ed7106;
  --brown:#5f533c;
  --darkbrown: #484232;
  --blue:#c7e2e1;
  --darkblue:#2a4c68;
  --navy:#0b5476;
  --lightyellow:#efebc6;
  --yellow:#fed850;
  --bg-yellow:#ffe787;
}

.l-button {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 3%;
  margin-top: 80px;
  width: 100%;
}
@media (max-width: 768px) {
  .l-button {
    flex-direction: column;
    row-gap: 8px;
    margin-top: 40px;
  }
}

.c-button {
  position: relative;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 12px;
  padding: 22px 28px;
  background-color: var(--orange);
  color: var(--white);
  font-size: var(--clamp-size);
  box-shadow: 5px 5px 7px rgba(19, 10, 17, 0.3);
  text-decoration: none;
  line-height: 1;
  overflow: hidden;
  flex-direction: row-reverse;
  --min-size: 18;
  --max-size: 36.31;
  font-size: var(--clamp-size);
  letter-spacing: -2px;
}

.c-button::before {
  content: "";
  position: absolute;
  inset: 5px;
  border: 1px solid var(--white);
  pointer-events: none;
}

.p-button_header {
  margin-top: 40px;
}
@media (max-width: 768px) {
  .p-button_header {
    margin-top: 32px;
    padding-inline: 10px;
  }
}

.p-button__interview {
  max-width: 551px;
}
@media (max-width: 768px) {
  .p-button__interview {
    max-width: 100%;
  }
}

.p-button__inhert {
  margin-top: 0;
}

.p-button__case {
  margin-inline: auto;
  width: 100%;
  padding-block: 52px;
}
@media (max-width: 768px) {
  .p-button__case {
    font-size: 16px;
    padding: 20px 18px;
  }
}

.p-button__online, .p-button__interview {
  width: 50%;
}

.p-button__online::after {
  content: "";
  display: inline-block;
  flex: 0 0 auto;
  width: 90px;
  aspect-ratio: 90/81;
  background-image: url(../../assets/img/icon-online.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
@media (max-width: 768px) {
  .p-button__online::after {
    max-width: 45px;
  }
}

.p-button__interview::after {
  content: "";
  display: inline-block;
  flex: 0 0 auto;
  width: 82px;
  aspect-ratio: 1/1;
  background-image: url(../../assets/img/icon-interview.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
@media (max-width: 768px) {
  .p-button__interview::after {
    max-width: 41px;
  }
}

@media (max-width: 768px) {
  .c-button {
    width: 100%;
    padding: 16px 18px;
    gap: 10px;
  }
}
@media (max-width: 768px) {
  .p-button__inhert {
    margin-top: -182px;
  }
}

@media (max-width: 768px) {
  .p-button__inhert .c-button {
    justify-content: flex-end;
    max-width: 100%;
  }
}

@media (max-width: 768px) {
  .p-button__cta {
    padding-inline: 10px;
  }
}

.p-button_footer {
  margin-top: 0;
}

.p-button_footer .c-button {
  font-size: 18px;
  padding: 12px;
}

.p-button_footer .p-button__online::after {
  width: 30px;
}

.p-button_footer .p-button__interview::after {
  width: 25px;
}

.p-button__compare {
  margin-top: 40px;
}
:root {
  --black:#1b1b1b;
  --white:#fff;
  --gray:#A9A29C;
  --gray-50:#f6f6f6;
  --orange:#ff8c00;
  --dark-orange:#ed7106;
  --brown:#5f533c;
  --darkbrown: #484232;
  --blue:#c7e2e1;
  --darkblue:#2a4c68;
  --navy:#0b5476;
  --lightyellow:#efebc6;
  --yellow:#fed850;
  --bg-yellow:#ffe787;
}

.l-section__inner {
  padding-block: 100px;
}
@media (max-width: 768px) {
  .l-section__inner {
    padding-block: 40px;
  }
}

.l-section__title {
  color: var(--black);
  --min-size: 25;
  --max-size: 56;
  font-size: var(--clamp-size);
  line-height: 1.6071428571;
  letter-spacing: 0;
  text-align: center;
}

:root {
  --black:#1b1b1b;
  --white:#fff;
  --gray:#A9A29C;
  --gray-50:#f6f6f6;
  --orange:#ff8c00;
  --dark-orange:#ed7106;
  --brown:#5f533c;
  --darkbrown: #484232;
  --blue:#c7e2e1;
  --darkblue:#2a4c68;
  --navy:#0b5476;
  --lightyellow:#efebc6;
  --yellow:#fed850;
  --bg-yellow:#ffe787;
}

.p-trouble {
  background: #f3f1e0;
}

@media (max-width: 768px) {
  .p-trouble__inner {
    padding-top: 15px;
  }
}

.p-trouble__items {
  margin-top: 64px;
  display: flex;
  flex-direction: column;
  row-gap: 24px;
}
@media (max-width: 768px) {
  .p-trouble__items {
    margin-top: 16px;
  }
}

.p-trouble__item {
  display: flex;
  gap: 1.6%;
  justify-content: space-between;
  padding: 22px 20px;
  background: var(--white);
}
@media (max-width: 768px) {
  .p-trouble__item {
    flex-direction: row-reverse;
    padding: 10px;
  }
}

.p-trouble__img {
  width: 28%;
  max-width: 314px;
}

.p-trouble__text {
  width: 72%;
}

.p-trouble__lead {
  background: var(--brown);
  color: var(--white);
  --min-size: 15;
  --max-size: 42;
  font-size: var(--clamp-size);
  text-align: center;
  padding-block: 18px;
}
@media (max-width: 768px) {
  .p-trouble__lead {
    padding-block: 9px;
  }
}

.p-trouble__voice {
  display: flex;
  flex-direction: column;
  row-gap: 16px;
  margin-top: 18px;
}
@media (max-width: 768px) {
  .p-trouble__voice {
    margin-top: 12px;
    margin-right: -8px;
    row-gap: 10px;
  }
}
@media (max-width: 579px) {
  .p-trouble__voice {
    margin-right: -92px;
    row-gap: 10px;
  }
}

.p-trouble__parent {
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: var(--darkblue);
  background: linear-gradient(90deg, #fff 0%, #fff 10%, #c7e2e1 10%, #c7e2e1 100%);
  display: inline-block;
  padding-left: 154px;
  border-radius: 20px;
  position: relative;
  max-width: 520px;
  width: 100%;
  --min-size: 14;
  --max-size: 30;
  line-height: 2;
  font-size: var(--clamp-size);
}
@media (max-width: 768px) {
  .p-trouble__parent {
    width: 73%;
    padding-left: 69px;
  }
}

.p-trouble__parent::after {
  content: "親";
  position: absolute;
  left: 108px;
  top: 9px;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: var(--darkblue);
  color: var(--blue);
  text-align: center;
  line-height: 1.4;
  --min-size: 14;
  --max-size: 26;
  font-size: var(--clamp-size);
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 768px) {
  .p-trouble__parent::after {
    width: 21px;
    height: 21px;
    left: 46px;
    top: 3px;
  }
}

.p-trouble__parent::before {
  content: "";
  position: absolute;
  width: 121px;
  height: 173px;
  background: url(../../assets/img/parent.png) no-repeat;
  background-size: cover;
  top: -2px;
  left: -1px;
  z-index: 999;
}
@media (max-width: 768px) {
  .p-trouble__parent::before {
    width: 54px;
    height: 78px;
  }
}

.p-trouble__items .p-trouble__item:nth-child(2) .p-trouble__parent::before {
  background: url(../../assets/img/parent2.png) no-repeat;
  background-size: cover;
}

.p-trouble__items .p-trouble__item:nth-child(3) .p-trouble__parent::before {
  background: url(../../assets/img/parent3.png) no-repeat;
  background-size: cover;
}

.p-trouble__children {
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: var(--brown);
  background: linear-gradient(90deg, #efebc6 0%, #efebc6 92%, #fff 92%, #fff 100%);
  display: inline-block;
  padding-left: 70px;
  border-radius: 20px;
  position: relative;
  margin-right: 0;
  margin-left: auto;
  max-width: 600px;
  width: 100%;
  --min-size: 14;
  --max-size: 30;
  font-size: var(--clamp-size);
  line-height: 2;
}
@media (max-width: 1080px) {
  .p-trouble__children {
    padding-left: 37px;
    letter-spacing: -1px;
    width: 82%;
  }
}

.p-trouble__items .p-trouble__item:nth-child(3) .p-trouble__children {
  line-height: 1.2;
  padding-block: 8px;
}

.p-trouble__children::after {
  content: "子";
  position: absolute;
  left: 19px;
  top: 8px;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: var(--brown);
  color: var(--lightyellow);
  text-align: center;
  line-height: 1.4;
  --min-size: 14;
  --max-size: 26;
  font-size: var(--clamp-size);
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 768px) {
  .p-trouble__children::after {
    width: 21px;
    height: 21px;
    left: 12px;
    top: 4px;
  }
}

.p-trouble__children::before {
  content: "";
  position: absolute;
  width: 96px;
  height: 131px;
  background: url(../../assets/img/children.png) no-repeat;
  background-size: cover;
  top: -36px;
  right: 0;
  z-index: 999;
}
@media (max-width: 768px) {
  .p-trouble__children::before {
    width: 54px;
    height: 78px;
    right: -12px;
    top: -38px;
  }
}

.p-trouble__items .p-trouble__item:nth-child(2) .p-trouble__children::before {
  background: url(../../assets/img/children2.png) no-repeat;
  background-size: cover;
}

.p-trouble__items .p-trouble__item:nth-child(3) .p-trouble__children::before {
  background: url(../../assets/img/children3.png) no-repeat;
  background-size: cover;
  top: -18px;
}

@media (max-width: 768px) {
  .p-trouble__items .p-trouble__item:nth-child(2) .p-trouble__children, .p-trouble__items .p-trouble__item:nth-child(3) .p-trouble__children {
    width: 75%;
    padding-left: 34px;
    letter-spacing: 0;
  }
}

@media (max-width: 768px) {
  .p-trouble__items .p-trouble__item:nth-child(2) .p-trouble__children::after, .p-trouble__items .p-trouble__item:nth-child(3) .p-trouble__children::after {
    left: 8px;
    top: 4px;
    letter-spacing: 0;
  }
}

:root {
  --black:#1b1b1b;
  --white:#fff;
  --gray:#A9A29C;
  --gray-50:#f6f6f6;
  --orange:#ff8c00;
  --dark-orange:#ed7106;
  --brown:#5f533c;
  --darkbrown: #484232;
  --blue:#c7e2e1;
  --darkblue:#2a4c68;
  --navy:#0b5476;
  --lightyellow:#efebc6;
  --yellow:#fed850;
  --bg-yellow:#ffe787;
}

.p-inherit {
  background: var(--brown);
  position: relative;
  box-shadow: 5px 5px 7px rgba(19, 10, 17, 0.3);
}

.p-inherit::before {
  content: "";
  background: url(../../assets/img/inherit-bg.png) no-repeat;
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}
@media (max-width: 768px) {
  .p-inherit::before {
    background: url(../../assets/img/inherit-bg-sp.png) no-repeat;
    background-size: cover;
  }
}

.p-inherit__inner {
  padding-top: 90px;
  z-index: 3;
  position: relative;
}
@media (max-width: 768px) {
  .p-inherit__inner {
    padding-top: 25px;
  }
}

.p-inherit__text {
  text-align: center;
  color: var(--white);
  --min-size: 16.5;
  --max-size: 47.34;
  font-size: var(--clamp-size);
  line-height: 2;
}

.p-inherit__lead {
  text-align: center;
  color: var(--white);
  --min-size: 26.51;
  --max-size: 77.52;
  font-size: var(--clamp-size);
  line-height: 1.4910990712;
}
@media (max-width: 768px) {
  .p-inherit__lead {
    letter-spacing: -2px;
  }
}

.p-inherit__lead span {
  border-bottom: 5px solid var(--yellow);
}
@media (max-width: 768px) {
  .p-inherit__lead span {
    border-bottom: 2px solid var(--yellow);
  }
}

.p-inherit__intro {
  border: 1px solid var(--white);
  padding-block: 40px;
  padding-inline: 12px;
  background-image: -moz-linear-gradient(90deg, rgb(78, 71, 51) 0%, rgb(96, 88, 66) 100%);
  background-image: -webkit-linear-gradient(90deg, rgb(78, 71, 51) 0%, rgb(96, 88, 66) 100%);
  background-image: -ms-linear-gradient(90deg, rgb(78, 71, 51) 0%, rgb(96, 88, 66) 100%);
  margin-top: 38px;
}
@media (max-width: 768px) {
  .p-inherit__intro {
    padding-block: 15px;
    margin-top: 15px;
  }
}

.p-inherit__introText {
  color: var(--white);
  text-align: center;
  --min-size: 13;
  --max-size: 27.46;
  font-size: var(--clamp-size);
  line-height: 1.5386016023;
}
@media (max-width: 768px) {
  .p-inherit__introText {
    letter-spacing: -1px;
  }
}

.p-inherit__introText span {
  color: var(--white);
  text-align: center;
  --min-size: 10;
  --max-size: 21.12;
  font-size: var(--clamp-size);
  line-height: 0.4761045987;
}
@media (max-width: 768px) {
  .p-inherit__introText span {
    letter-spacing: -1px;
  }
}

@media (max-width: 768px) {
  .p-inherit__introText:nth-child(3) {
    padding-top: 12px;
  }
}

.p-inherit__explanation {
  display: flex;
  margin-top: 32px;
}
@media (max-width: 768px) {
  .p-inherit__explanation {
    flex-direction: column;
    align-items: end;
    margin-top: 22px;
  }
}

.p-inherit__explanationInner {
  width: 80%;
  padding-top: 53px;
}
@media (max-width: 768px) {
  .p-inherit__explanationInner {
    width: 100%;
    padding-top: 0;
    padding-inline: 10px;
  }
}

.p-inherit__explanationText {
  color: var(--white);
  line-height: 2;
  --min-size: 14;
  --max-size: 34.58;
  font-size: var(--clamp-size);
  line-height: 2.024291498;
  letter-spacing: 2px;
}
@media (max-width: 768px) {
  .p-inherit__explanationText {
    letter-spacing: 0;
  }
}

.p-inherit__explanationText span {
  background: var(--white);
  color: #0b5476;
  padding-inline: 4px;
}

@media (max-width: 768px) {
  .p-inherit__img {
    width: 142px;
    z-index: 999;
  }
}

:root {
  --black:#1b1b1b;
  --white:#fff;
  --gray:#A9A29C;
  --gray-50:#f6f6f6;
  --orange:#ff8c00;
  --dark-orange:#ed7106;
  --brown:#5f533c;
  --darkbrown: #484232;
  --blue:#c7e2e1;
  --darkblue:#2a4c68;
  --navy:#0b5476;
  --lightyellow:#efebc6;
  --yellow:#fed850;
  --bg-yellow:#ffe787;
}

.p-support {
  background: var(--bg-yellow);
}

.p-support__inner {
  padding-top: 95px;
  padding-bottom: 100px;
}
@media (max-width: 768px) {
  .p-support__inner {
    padding-top: 16px;
    padding-bottom: 40px;
  }
}

.p-support__items {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 50px 3%;
  margin-top: 77px;
  max-width: 1136px;
}
@media (max-width: 768px) {
  .p-support__items {
    flex-direction: column;
    row-gap: 10px;
    margin-top: 8px;
  }
}

.p-support__item {
  width: 47%;
  background: var(--white);
  padding: 20px;
  box-sizing: border-box;
  position: relative;
}
@media (max-width: 768px) {
  .p-support__item {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 4%;
    padding: 10px;
  }
}

.p-support__item {
  position: relative;
  background: #fff;
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.12);
}
.p-support__item::before {
  counter-increment: support;
  content: "Support " counter(support, decimal-leading-zero);
  position: absolute;
  top: 12px;
  left: -26px;
  display: inline-block;
  font-size: 30px;
  letter-spacing: 0;
  color: #fff;
  background: #5c543f;
  transform: rotate(-8deg);
  transform-origin: left top;
  z-index: 2;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.25);
  font-family: "Bodoni", serif;
  font-style: italic;
  font-weight: 400;
  max-width: 194px;
  width: 100%;
  height: 100%;
  max-height: 60px;
  padding-left: 12px;
  padding-top: 12px;
}
@media (max-width: 1300px) {
  .p-support__item::before {
    max-height: 50px;
    max-width: 195px;
  }
}
@media (max-width: 768px) {
  .p-support__item::before {
    max-height: 28px;
    max-width: 100px;
    left: -10px;
    font-size: 14px;
    padding-top: 7px;
  }
}

@media (max-width: 768px) {
  .p-support__img {
    width: 50%;
    max-width: 294px;
  }
}

.p-support__body {
  margin-top: 30px;
}
@media (max-width: 768px) {
  .p-support__body {
    width: 50%;
    margin-top: 10px;
  }
}

.p-support__heading {
  text-align: center;
  --min-size: 20;
  --max-size: 50;
  font-size: var(--clamp-size);
  line-height: 1.24;
  letter-spacing: 0;
  font-weight: 700;
  color: var(--darkbrown);
}
@media (max-width: 768px) {
  .p-support__heading {
    text-align: justify;
    line-height: 0;
  }
}

.p-support__text {
  --min-size: 14;
  --max-size: 30;
  font-size: var(--clamp-size);
  line-height: 1.6;
  letter-spacing: -3px;
  margin-top: 28px;
}
@media (max-width: 768px) {
  .p-support__text {
    margin-top: 18px;
    letter-spacing: 0;
  }
}

.p-support__text span {
  color: var(--navy);
  border-bottom: 4px solid var(--yellow);
}

.p-support {
  counter-reset: support;
}

:root {
  --black:#1b1b1b;
  --white:#fff;
  --gray:#A9A29C;
  --gray-50:#f6f6f6;
  --orange:#ff8c00;
  --dark-orange:#ed7106;
  --brown:#5f533c;
  --darkbrown: #484232;
  --blue:#c7e2e1;
  --darkblue:#2a4c68;
  --navy:#0b5476;
  --lightyellow:#efebc6;
  --yellow:#fed850;
  --bg-yellow:#ffe787;
}

.p-case__inner {
  padding-top: 60px;
  padding-bottom: 60px;
}
@media (max-width: 768px) {
  .p-case__inner {
    padding-top: 32px;
    padding-bottom: 32px;
    padding-inline: 0;
  }
}

@media (max-width: 768px) {
  .p-case__inner:last-child {
    padding-bottom: 16px;
  }
}

.p-case__box {
  max-width: 1136px;
}

.p-case__lead {
  background: var(--black);
  color: var(--white);
  padding: 8px 20px;
  text-align: center;
  display: inline-block;
  position: relative;
  --min-size: 14;
  --max-size: 26.5;
  font-size: var(--clamp-size);
  letter-spacing: 0;
  line-height: 2.1153846154;
  z-index: 2;
  border-radius: 8px;
}
@media (max-width: 768px) {
  .p-case__lead {
    border-radius: 4px;
    width: 100%;
  }
}

.p-case__lead::before, .p-case__lead::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 1px;
  background: var(--black);
  top: 50%;
  z-index: -1;
}
@media (max-width: 768px) {
  .p-case__lead::before, .p-case__lead::after {
    display: none;
    width: 100%;
  }
}

.p-case__lead::before {
  left: -17.5%;
}

.p-case__lead::after {
  right: -17.5%;
}

.p-case__intro {
  text-align: center;
  --min-size: 14;
  --max-size: 33.19;
  font-size: var(--clamp-size);
  line-height: 1.4545454545;
  margin-top: 30px;
  border-bottom: 1px solid var(--black);
  padding-bottom: 45px;
  width: 100%;
}
@media (max-width: 768px) {
  .p-case__intro {
    margin-top: 18px;
    padding-bottom: 18px;
  }
}

.p-case__item {
  margin-top: 70px;
}
@media (max-width: 768px) {
  .p-case__item {
    margin-top: 20px;
  }
}

.p-case .p-case__item:first-of-type {
  margin-top: 0;
}
@media (max-width: 768px) {
  .p-case .p-case__item:first-of-type {
    margin-top: 0;
  }
}

.p-case__itemInner {
  display: flex;
  gap: 1%;
}

.p-case__head {
  width: 65%;
}

.p-case__labels {
  display: flex;
  background-color: #3b3831;
  background-image: linear-gradient(0deg, #3b3831 35%, #696352 100%);
  color: var(--white);
  --min-size: 14;
  --max-size: 38;
  font-size: var(--clamp-size);
}

.p-case__label {
  border-right: 1px solid var(--white);
  padding: 24px;
}
@media (max-width: 768px) {
  .p-case__label {
    padding-block: 8px;
    padding-inline: 4px;
  }
}

.p-case__label:last-child {
  border-right: none;
  --min-size: 14;
  --max-size: 40;
  font-size: var(--clamp-size);
}
@media (max-width: 768px) {
  .p-case__label:last-child {
    letter-spacing: -1px;
  }
}

.p-case__problem {
  padding: 24px 0;
  --min-size: 13;
  --max-size: 24;
  font-size: var(--clamp-size);
  line-height: 1.5833333333;
}
@media (max-width: 768px) {
  .p-case__problem {
    letter-spacing: -1px;
    padding-block: 10px;
  }
}

.p-case__img {
  width: 42%;
  max-width: 440px;
}

.p-case__solution {
  display: flex;
  gap: 2%;
  background: var(--lightyellow);
  padding: 24px;
  margin-top: 8px;
}
@media (max-width: 768px) {
  .p-case__solution {
    padding: 10px;
  }
}

.p-case__solution-title {
  writing-mode: vertical-rl;
  border: 1px solid;
  padding: 8px;
  letter-spacing: 1px;
  --min-size: 16;
  --max-size: 24;
  font-size: var(--clamp-size);
  line-height: 1.6666666667;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 768px) {
  .p-case__solution-title {
    padding: 4px;
  }
}

.p-case__solution-text {
  --min-size: 13;
  --max-size: 24;
  font-size: var(--clamp-size);
  line-height: 1.5833333333;
  letter-spacing: -1px;
}

.p-case__wrapper {
  background: var(--gray-50);
}
@media (max-width: 768px) {
  .p-case__wrapper {
    padding-inline: 10px;
  }
}

.p-case__cta {
  margin-bottom: 105px;
  text-align: center;
}
@media (max-width: 768px) {
  .p-case__cta {
    margin-top: 0px;
    margin-bottom: 32px;
  }
}

.p-case__button {
  text-align: center;
  --min-size: 16;
  --max-size: 22;
  font-size: var(--clamp-size);
  line-height: 1.3636363636;
  letter-spacing: 0;
}

.p-case__note {
  --min-size: 12;
  --max-size: 22;
  font-size: var(--clamp-size);
  text-align: center;
  margin-top: 16px;
}

.p-case__inner2 {
  padding-bottom: 60px;
}
@media (max-width: 768px) {
  .p-case__inner2 {
    padding-bottom: 32px;
  }
}

@media (max-width: 768px) {
  .p-button__case {
    font-size: 16px;
    padding: 23px 18px;
  }
}
:root {
  --black:#1b1b1b;
  --white:#fff;
  --gray:#A9A29C;
  --gray-50:#f6f6f6;
  --orange:#ff8c00;
  --dark-orange:#ed7106;
  --brown:#5f533c;
  --darkbrown: #484232;
  --blue:#c7e2e1;
  --darkblue:#2a4c68;
  --navy:#0b5476;
  --lightyellow:#efebc6;
  --yellow:#fed850;
  --bg-yellow:#ffe787;
}

.p-cta {
  background: #4e4733;
  position: relative;
  box-shadow: 5px 5px 7px rgba(19, 10, 17, 0.3);
}

.p-cta:before {
  content: "";
  background: url(../../assets/img/cta-bg.png) no-repeat;
  background-position: bottom;
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}
@media (max-width: 768px) {
  .p-cta:before {
    background-size: cover;
  }
}

.p-cta__inner {
  padding-top: 80px;
  z-index: 3;
  position: relative;
}
@media (max-width: 768px) {
  .p-cta__inner {
    padding-top: 32px;
  }
}

.p-cta__content {
  display: flex;
  justify-content: space-between;
  gap: 2%;
}
@media (max-width: 768px) {
  .p-cta__content {
    flex-direction: column;
    row-gap: 24px;
  }
}

.p-cta__texts {
  width: 58%;
}
@media (max-width: 768px) {
  .p-cta__texts {
    width: 100%;
    padding-inline: 10px;
    box-sizing: border-box;
  }
}

.p-cta__title {
  --min-size: 29;
  --max-size: 64.46;
  font-size: var(--clamp-size);
  line-height: 1.0705072147;
  color: var(--white);
  letter-spacing: -3px;
}
@media (max-width: 768px) {
  .p-cta__title {
    letter-spacing: 2px;
    text-align: center;
  }
}
.p-cta__title span {
  --min-size: 40;
  --max-size: 91.48;
  font-size: var(--clamp-size);
  line-height: 1.0705072147;
}

.p-cta__text {
  --min-size: 16;
  --max-size: 38;
  font-size: var(--clamp-size);
  line-height: 1.7223684211;
  color: var(--white);
  border-top: 1px solid var(--white);
  padding-top: 36px;
  margin-top: 36px;
}
@media (max-width: 768px) {
  .p-cta__text {
    padding-top: 16px;
    margin-top: 16px;
    text-align: center;
    letter-spacing: -1px;
  }
}

.p-cta__images {
  width: 38%;
  max-width: 407px;
  display: flex;
  flex-direction: column;
  row-gap: 16px;
}
@media (max-width: 768px) {
  .p-cta__images {
    flex-direction: row;
    justify-content: space-between;
    width: 100%;
    gap: 8px;
    margin-inline: auto;
    max-width: 100%;
  }
}

@media (max-width: 768px) {
  .p-cta__img {
    width: 50%;
  }
}

:root {
  --black:#1b1b1b;
  --white:#fff;
  --gray:#A9A29C;
  --gray-50:#f6f6f6;
  --orange:#ff8c00;
  --dark-orange:#ed7106;
  --brown:#5f533c;
  --darkbrown: #484232;
  --blue:#c7e2e1;
  --darkblue:#2a4c68;
  --navy:#0b5476;
  --lightyellow:#efebc6;
  --yellow:#fed850;
  --bg-yellow:#ffe787;
}

.p-compare__inner {
  padding-top: 60px;
}
@media (max-width: 768px) {
  .p-compare__inner {
    padding-top: 28px;
  }
}

.p-compare__lead {
  text-align: center;
  --min-size: 13;
  --max-size: 28;
  font-size: var(--clamp-size);
  line-height: 1.5714285714;
  margin-top: 32px;
}
@media (max-width: 768px) {
  .p-compare__lead {
    letter-spacing: -1px;
    margin-top: 28px;
  }
}

.p-compare__table {
  margin-top: 50px;
}
@media (max-width: 768px) {
  .p-compare__table {
    margin-top: 28px;
  }
}

.p-compare__tableInner table {
  display: grid;
  grid-template-columns: minmax(4rem, auto) minmax(5rem, auto) repeat(3, minmax(4rem, auto));
  border: none;
  color: #4E4733;
  text-align: center;
}

.p-compare__tableInner thead, .p-compare__tableInner tbody, .p-compare__tableInner tr {
  display: grid;
  grid-template-columns: subgrid;
  grid-column: 1/-1;
}

.p-compare__tableInner th {
  border-inline-start: none;
  border-inline-end: 1px solid #64604C;
  background-color: #64604C;
  color: #fff;
  text-align: center;
  align-self: end;
  min-block-size: 3rem;
  padding: 6px !important;
  --min-size: 10;
  --max-size: 24;
  font-size: var(--clamp-size);
  line-height: 2;
  border: solid 1px #fff;
  box-sizing: border-box;
  white-space: nowrap;
}
@media (max-width: 768px) {
  .p-compare__tableInner th {
    letter-spacing: -1px;
    line-height: 3.2;
  }
}

.p-compare__tableInner td {
  --min-size: 16;
  --max-size: 20;
  font-size: var(--clamp-size);
  line-height: 3;
  border-right: solid 1px #999374;
  border-bottom: solid 1px #999374;
  box-sizing: border-box;
}

.p-compare__tableInner th.p-compare__col--main {
  padding-bottom: 16px !important;
  background-color: var(--dark-orange);
  border: none;
  border-inline-end: 1px solid #64604C;
}
@media (max-width: 768px) {
  .p-compare__tableInner th.p-compare__col--main {
    padding-bottom: 0;
    line-height: 2;
    padding-bottom: 8px !important;
  }
}

.p-compare__tableInner th:not(:nth-child(2)), .p-compare__tableInner td:not(:nth-child(2)) {
  border-top: 1px solid var(--white);
}
@media (max-width: 768px) {
  .p-compare__tableInner th:not(:nth-child(2)), .p-compare__tableInner td:not(:nth-child(2)) {
    border-top: none;
  }
}

.p-compare__tableInner tr td:first-of-type span {
  background-color: var(--lightyellow);
  border: 2px solid var(--white);
  display: block;
  width: 100%;
  height: 100%;
}

.p-compare__blank {
  background: var(--white) !important;
  border: none !important;
}

:root {
  --black:#1b1b1b;
  --white:#fff;
  --gray:#A9A29C;
  --gray-50:#f6f6f6;
  --orange:#ff8c00;
  --dark-orange:#ed7106;
  --brown:#5f533c;
  --darkbrown: #484232;
  --blue:#c7e2e1;
  --darkblue:#2a4c68;
  --navy:#0b5476;
  --lightyellow:#efebc6;
  --yellow:#fed850;
  --bg-yellow:#ffe787;
}

.p-agent {
  background: var(--gray-50);
}

.p-agent__inner {
  padding-top: 48px;
}
@media (max-width: 768px) {
  .p-agent__inner {
    padding-top: 32px;
  }
}

.p-agent__lead {
  text-align: center;
  --min-size: 13;
  --max-size: 26;
  font-size: var(--clamp-size);
  line-height: 1.6923076923;
  margin-top: 32px;
  letter-spacing: -2px;
}
@media (max-width: 768px) {
  .p-agent__lead {
    margin-top: 8px;
  }
}

.p-agent__list {
  display: flex;
  justify-content: space-between;
  gap: 2%;
  margin-top: 48px;
}
@media (max-width: 768px) {
  .p-agent__list {
    flex-direction: column;
    row-gap: 18px;
    margin-top: 20px;
  }
}

.p-agent__item {
  width: 31.3333333333%;
}
@media (max-width: 768px) {
  .p-agent__item {
    width: 100%;
    display: flex;
    justify-content: center;
    gap: 3%;
  }
}

@media (max-width: 768px) {
  .p-agent__img {
    width: 50%;
    max-width: 136.5px;
  }
}

.p-agent__text {
  margin-top: 30px;
}
@media (max-width: 768px) {
  .p-agent__text {
    width: 50%;
    margin-top: 0;
  }
}

.p-agent__name {
  text-align: center;
  --min-size: 12;
  --max-size: 20;
  font-size: var(--clamp-size);
  line-height: 2;
  border-bottom: 1px solid;
  padding-bottom: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
}
@media (max-width: 768px) {
  .p-agent__name {
    flex-direction: column;
    gap: 0;
    align-items: flex-start;
    padding-bottom: 8px;
    line-height: 1;
  }
}

.p-agent__name-ja {
  text-align: center;
  --min-size: 20;
  --max-size: 36;
  font-size: var(--clamp-size);
  line-height: 1.1111111111;
  letter-spacing: 0;
}

.p-agent__profile {
  --min-size: 12;
  --max-size: 22;
  font-size: var(--clamp-size);
  line-height: 1.6363636364;
  letter-spacing: -1px;
  padding-top: 32px;
  text-align: center;
}
@media (max-width: 768px) {
  .p-agent__profile {
    padding-top: 8px;
    text-align: justify;
    line-height: 1.2;
  }
}

:root {
  --black:#1b1b1b;
  --white:#fff;
  --gray:#A9A29C;
  --gray-50:#f6f6f6;
  --orange:#ff8c00;
  --dark-orange:#ed7106;
  --brown:#5f533c;
  --darkbrown: #484232;
  --blue:#c7e2e1;
  --darkblue:#2a4c68;
  --navy:#0b5476;
  --lightyellow:#efebc6;
  --yellow:#fed850;
  --bg-yellow:#ffe787;
}

.l-footer {
  background-color: var(--darkbrown);
  color: #fff;
  overflow: clip;
}

.l-footer__inner {
  padding-block: 70px 64px;
}

.l-footer__body {
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media (max-width: 768px) {
  .l-footer__body {
    flex-direction: column;
    align-items: center;
  }
}

@media (max-width: 768px) {
  .l-footer__corp {
    display: contents;
  }
}

.l-footer__corp-logo {
  width: 246px;
}
.l-footer__corp-body {
  --min-size: 14;
  --max-size: 16;
  font-size: var(--clamp-size);
  line-height: 2;
  margin-top: 50px;
}
@media (max-width: 768px) {
  .l-footer__corp-body {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
    margin-top: 40px;
  }
}

.l-footer__nav {
  margin-bottom: 16px;
  display: flex;
}
@media (max-width: 768px) {
  .l-footer__nav {
    flex-direction: column;
    align-items: center;
    margin-top: 30px;
  }
}

.l-footer__nav a {
  color: inherit;
  display: block;
  font-size: 0.8rem;
  padding: 0 0.5rem;
  --min-size: 18;
  --max-size: 24;
  font-size: var(--clamp-size);
  line-height: 2;
  padding-inline: 25px;
  border-left: 1px solid var(--white);
}
@media (max-width: 768px) {
  .l-footer__nav a {
    border: none;
    padding: 0;
  }
}

.l-footer__nav .menu-item:first-child a {
  padding-left: 0;
  border: none;
}

@media (max-width: 768px) {
  .l-footer__right {
    margin-top: 36px;
  }
}

.l-footer__right-body {
  margin-top: 46px;
}
@media (max-width: 768px) {
  .l-footer__right-body {
    margin-top: 40px;
  }
}

.l-footer__right-title {
  font-size: 1.6rem;
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.l-footer__right-title::after {
  content: "";
  width: 410px;
  height: 1px;
  background-color: #ffffff;
  position: absolute;
  left: calc(100% + 20px);
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.l-footer__right-text {
  --min-size: 16;
  --max-size: 16;
  font-size: var(--clamp-size);
  line-height: 2;
  margin-top: 24px;
}/*# sourceMappingURL=style.css.map */