@charset "UTF-8";
/* General */
.cf, .float-list {
  *zoom: 1;
}
.cf:after, .float-list:after {
  content: "";
  display: block;
  clear: both;
  height: 0;
}

form ::-webkit-input-placeholder {
  color: #C6C6C6;
}
form :-moz-placeholder {
  opacity: 1;
  color: #C6C6C6;
}
form ::-moz-placeholder {
  opacity: 1;
  color: #C6C6C6;
}
form :-ms-input-placeholder {
  color: #C6C6C6;
}

::-moz-selection {
  color: #FFF;
  background: rgba(234, 84, 41, 0.7);
}

::selection {
  color: #FFF;
  background: rgba(234, 84, 41, 0.7);
}

.float-list, .cf {
  *zoom: 1;
}
.float-list:after, .cf:after {
  content: "";
  display: block;
  clear: both;
  height: 0;
}

form ::-webkit-input-placeholder {
  color: #C6C6C6;
}
form :-moz-placeholder {
  opacity: 1;
  color: #C6C6C6;
}
form ::-moz-placeholder {
  opacity: 1;
  color: #C6C6C6;
}
form :-ms-input-placeholder {
  color: #C6C6C6;
}

::-moz-selection {
  color: #FFF;
  background: rgba(234, 84, 41, 0.7);
}

::selection {
  color: #FFF;
  background: rgba(234, 84, 41, 0.7);
}

.float-list li {
  float: left;
}

/* Base */
.cf, .float-list {
  *zoom: 1;
}
.cf:after, .float-list:after {
  content: "";
  display: block;
  clear: both;
  height: 0;
}

form ::-webkit-input-placeholder {
  color: #C6C6C6;
}
form :-moz-placeholder {
  opacity: 1;
  color: #C6C6C6;
}
form ::-moz-placeholder {
  opacity: 1;
  color: #C6C6C6;
}
form :-ms-input-placeholder {
  color: #C6C6C6;
}

::-moz-selection {
  color: #FFF;
  background: rgba(234, 84, 41, 0.7);
}

::selection {
  color: #FFF;
  background: rgba(234, 84, 41, 0.7);
}

*,
*:before,
*:after {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

*:where(:not(fieldset, progress, meter)) {
  border-width: 0;
  border-style: solid;
  background-origin: border-box;
  background-repeat: no-repeat;
}

html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-tap-highlight-color: rgba(28, 28, 28, 0.0001);
  block-size: 100%;
  -webkit-text-size-adjust: none;
}

body {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.75;
  font-family: "Noto Sans JP", sans-serif;
  color: #1c1c1c;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeSpeed;
  min-block-size: 100%;
}
@media only screen and (min-width: 768px) and (max-width: 1039px) {
  body {
    font-size: calc(12.166px + 0.369vw);
  }
}
@media only screen and (max-width: 767px) {
  body {
    font-size: calc(14.087px + 0.51vw);
  }
}

.f-jost {
  font-family: "Jost", sans-serif;
}

@media (prefers-reduced-motion: no-preference) {
  html:focus-within {
    scroll-behavior: smooth;
  }
}
a {
  -webkit-text-decoration-skip: objects;
}
a:link, a:visited {
  text-decoration: none;
  color: #1c1c1c;
}
@media (hover: hover) {
  a:hover, a:active, a:focus {
    color: #1c1c1c;
  }
  a:hover img, a:active img, a:focus img {
    opacity: 0.7;
  }
}

a:not([href]):not([tabindex]):focus {
  outline: 0;
}

img {
  max-width: 100%;
  height: auto;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  vertical-align: middle;
  line-height: 1;
}

:where(img, svg, video) {
  block-size: auto;
  max-inline-size: 100%;
}

h1, h2, h3, h4, h5, h6 {
  max-height: 100%;
}

input[type=button], input[type=submit], input[type=reset], label {
  cursor: pointer;
}

input[type=button], input[type=submit], input[type=reset] {
  border-radius: 0;
  -webkit-appearance: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0.0001);
  background: transparent;
}

.header-logo a:hover img,
.footer-logo a:hover img {
  opacity: 1;
  filter: alpha(opacity=100);
  -ms-filter: "alpha(opacity=100)";
}

b,
strong {
  font-weight: bolder;
}

:where(svg) {
  stroke: none;
  fill: currentColor;
}
:where(svg):not(:root) {
  overflow: hidden;
  vertical-align: middle;
}

:where(svg):where(:not([fill])) {
  stroke: currentColor;
  fill: none;
  stroke-linecap: round;
  stroke-linejoin: round;
}

:where(input, button, textarea, select),
:where(input[type=file])::-webkit-file-upload-button {
  color: inherit;
  font: inherit;
  font-size: inherit;
  letter-spacing: inherit;
}

:where(input[type=radio], input[type=checkbox]) {
  padding: 0;
}

:where(input[type=date], input[type=time], input[type=datetime-local], input[type=month]) {
  -webkit-appearance: listbox;
}

:where(textarea) {
  overflow: auto;
  resize: vertical;
}

@supports (resize: block) {
  :where(textarea) {
    resize: block;
  }
}
:where(p, h1, h2, h3, h4, h5, h6) {
  overflow-wrap: break-word;
}

:where(a[href], area, button, input, label[for], select, summary, textarea, [tabindex]:not([tabindex*="-"])) {
  cursor: pointer;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
}

:where(input[type=file]) {
  cursor: auto;
}

:where(input[type=file])::-webkit-file-upload-button {
  cursor: pointer;
}

:where(input[type=file])::-webkit-file-upload-button,
:where(input[type=file])::file-selector-button {
  cursor: pointer;
}

@media (prefers-reduced-motion: no-preference) {
  :focus-visible {
    -webkit-transition: outline-offset 145ms cubic-bezier(0.25, 0, 0.4, 1);
    transition: outline-offset 145ms cubic-bezier(0.25, 0, 0.4, 1);
  }
  :where(:not(:active)):focus-visible {
    -webkit-transition-duration: 0.25s;
            transition-duration: 0.25s;
  }
}
:where(:not(:active)):focus-visible {
  outline-offset: 5px;
}

:where(button, button[type], input[type=button], input[type=submit], input[type=reset], [disabled]) {
  cursor: not-allowed;
}

/* Layout */
.cf, .float-list {
  *zoom: 1;
}
.cf:after, .float-list:after {
  content: "";
  display: block;
  clear: both;
  height: 0;
}

form ::-webkit-input-placeholder {
  color: #C6C6C6;
}
form :-moz-placeholder {
  opacity: 1;
  color: #C6C6C6;
}
form ::-moz-placeholder {
  opacity: 1;
  color: #C6C6C6;
}
form :-ms-input-placeholder {
  color: #C6C6C6;
}

::-moz-selection {
  color: #FFF;
  background: rgba(234, 84, 41, 0.7);
}

::selection {
  color: #FFF;
  background: rgba(234, 84, 41, 0.7);
}

/*==============================
共通要素
==============================*/
.wrap {
  margin: 0 auto;
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .wrap {
    max-width: calc(960px + 6.25%);
    padding: 0 3.125%;
  }
}
@media only screen and (max-width: 767px) {
  .wrap {
    padding: 0 4.26%;
  }
}

.fl-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media only screen and (min-width: 768px) {
  .hidden-sp {
    display: block;
  }
}
@media only screen and (max-width: 767px) {
  .hidden-sp {
    display: none;
  }
}

@media only screen and (min-width: 768px) {
  .hidden-pc {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  .hidden-pc {
    display: block;
  }
}

.show-xs {
  display: none;
}
@media only screen and (max-width: 480px) {
  .show-xs {
    display: block;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1039px) {
  .sp-block {
    display: inline-block;
  }
}
@media only screen and (max-width: 767px) {
  .sp-block {
    display: inline-block;
  }
}
/*==============================
ヘッダー
==============================*/
.l-header {
  padding: 0.917em 0;
}

/*==============================
コンテンツ
==============================*/
.l-mv {
  color: #fff;
  overflow: hidden;
}
.l-mv .mv-txt {
  font-weight: 700;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}
.l-mv .mv-txt .light {
  font-weight: 300;
}
.l-mv .mv-txt p {
  -webkit-transition: letter-spacing 1s;
  transition: letter-spacing 1s;
  white-space: nowrap;
}
.l-mv .mv-txt p:first-child {
  margin-left: -0.2em;
  width: 8.3em;
  letter-spacing: -1;
  text-align: right;
}
.l-mv .mv-txt p:first-child span:nth-last-child(2) {
  -webkit-transition-delay: 0.05s;
          transition-delay: 0.05s;
}
.l-mv .mv-txt p:first-child span:nth-last-child(3) {
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
}
.l-mv .mv-txt p:first-child span:nth-last-child(4) {
  -webkit-transition-delay: 0.15s;
          transition-delay: 0.15s;
}
.l-mv .mv-txt p:first-child span:nth-last-child(5) {
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}
.l-mv .mv-txt p:first-child span:nth-last-child(6) {
  -webkit-transition-delay: 0.25s;
          transition-delay: 0.25s;
}
.l-mv .mv-txt p:first-child span:nth-last-child(7) {
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}
.l-mv .mv-txt p:first-child span:nth-last-child(8) {
  -webkit-transition-delay: 0.35s;
          transition-delay: 0.35s;
}
.l-mv .mv-txt p:first-child span:nth-last-child(9) {
  -webkit-transition-delay: 0.4s;
          transition-delay: 0.4s;
}
.l-mv .mv-txt p:last-child {
  letter-spacing: -1em;
}
.l-mv .mv-txt p:last-child span:nth-child(1) {
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}
.l-mv .mv-txt p:last-child span:nth-child(2) {
  -webkit-transition-delay: 0.25s;
          transition-delay: 0.25s;
}
.l-mv .mv-txt p:last-child span:nth-child(3) {
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}
.l-mv .mv-txt p:last-child span:nth-child(4) {
  -webkit-transition-delay: 0.35s;
          transition-delay: 0.35s;
}
.l-mv .mv-txt p:last-child span:nth-child(5) {
  -webkit-transition-delay: 0.4s;
          transition-delay: 0.4s;
}
.l-mv .mv-txt p:last-child span:nth-child(6) {
  -webkit-transition-delay: 0.45s;
          transition-delay: 0.45s;
}
.l-mv .mv-txt p:last-child span:nth-child(7) {
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
}
.l-mv .mv-txt p:last-child span:nth-child(8) {
  -webkit-transition-delay: 0.55s;
          transition-delay: 0.55s;
}
.l-mv .mv-txt p:last-child span:nth-child(9) {
  -webkit-transition-delay: 0.6s;
          transition-delay: 0.6s;
}
.l-mv .mv-txt p:last-child span:nth-child(10) {
  -webkit-transition-delay: 0.65s;
          transition-delay: 0.65s;
}
.l-mv .mv-txt p:last-child span:nth-child(11) {
  -webkit-transition-delay: 0.7s;
          transition-delay: 0.7s;
}
.l-mv .mv-txt p:last-child span:nth-child(12) {
  -webkit-transition-delay: 0.75s;
          transition-delay: 0.75s;
}
.l-mv .mv-txt p:last-child span:nth-child(13) {
  -webkit-transition-delay: 0.8s;
          transition-delay: 0.8s;
}
.l-mv .mv-txt p:last-child span:nth-child(14) {
  -webkit-transition-delay: 0.85s;
          transition-delay: 0.85s;
}
.l-mv .mv-txt p:last-child span:nth-child(15) {
  -webkit-transition-delay: 0.9s;
          transition-delay: 0.9s;
}
.l-mv .mv-txt span {
  opacity: 0;
  -webkit-transition: opacity 1s;
  transition: opacity 1s;
}
.l-mv .mv-subtxt {
  margin-top: 1.1em;
  font-size: 1.25em;
  font-weight: 700;
}
.l-mv.start p:first-child {
  letter-spacing: 0.12em;
}
.l-mv.start p:last-child {
  letter-spacing: 0.02em;
}
.l-mv.start span {
  opacity: 1;
}
@media only screen and (min-width: 768px) {
  .l-mv {
    padding: 5.825em 0 5.6em;
    background: url(../img/mv_img_01@2x.jpg) no-repeat center/cover;
    font-size: min(1em, 1.6vw);
  }
  .l-mv .mv-txt {
    font-size: 4em;
    line-height: 1.2;
  }
}
@media only screen and (max-width: 767px) {
  .l-mv {
    padding: min(37.8vw, 8.1em) 0 min(36.2vw, 7.55em);
    background: url(../img/sp_mv_img_01@2x.jpg) no-repeat center/cover;
  }
  .l-mv .wrap {
    padding: 0 8.3% 0 7.2%;
  }
  .l-mv .mv-txt {
    font-size: 8.5vw;
    line-height: 1.6;
  }
}

.md-cta .cta-inner {
  padding: 2.188em 0;
  background: -webkit-gradient(linear, right top, left top, from(rgba(240, 240, 240, 0.56)), to(#d1d1d1));
  background: linear-gradient(-90deg, rgba(240, 240, 240, 0.56) 0%, #d1d1d1 100%);
}
.md-cta ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-top: 1px solid #707070;
  border-bottom: 1px solid #707070;
  background: #fff;
}
.md-cta li {
  width: 50%;
}
.md-cta a {
  display: block;
  padding: 2.234em 3%;
  text-align: center;
  font-size: min(0.875em, 3.8vw);
  font-weight: 700;
  position: relative;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
.md-cta a:after {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 7%;
  content: "";
  width: 1.285em;
  height: 1.285em;
  border-radius: 50px;
  background: #C0C0C0 url(../img/arw_01.svg) no-repeat center/contain;
  -webkit-transition: background 0.3s, right 0.3s;
  transition: background 0.3s, right 0.3s;
}
.md-cta a span {
  display: inline-block;
  padding-left: 2em;
  position: relative;
}
.md-cta a span:before {
  content: "";
  width: 1.4em;
  height: 1.6em;
  position: absolute;
  left: 0;
  top: 0.1em;
  bottom: 0;
  margin: auto;
  background: #1c1c1c;
  -webkit-transition: background 0.3s;
  transition: background 0.3s;
}
@media (hover: hover) {
  .md-cta a:hover, .md-cta a:active {
    color: #FFAB59;
  }
  .md-cta a:hover:after, .md-cta a:active:after {
    background-color: #FFAB59;
    right: 6%;
  }
  .md-cta a:hover span:before, .md-cta a:active span:before {
    background: #FFAB59;
  }
}
.md-cta .seminar span:before {
  mask: url(../img/icon_calendar.svg) no-repeat center center/contain;
  -webkit-mask: url(../img/icon_calendar.svg) no-repeat center center/contain;
}
.md-cta .document a:before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  content: "";
  width: 1px;
  height: 62.5%;
  background: #707070;
}
.md-cta .document span:before {
  mask: url(../img/icon_document.svg) no-repeat center center/contain;
  -webkit-mask: url(../img/icon_document.svg) no-repeat center center/contain;
}

.md-ttl {
  margin-bottom: 2em;
}
.md-ttl p {
  font-size: 0.625em;
  font-weight: 500;
  font-family: "Jost", sans-serif;
}
.md-ttl p:after {
  content: "";
  width: 8em;
  margin-left: 1.6em;
  height: 1px;
  display: inline-block;
  vertical-align: middle;
  margin-top: -0.2em;
  background: #FFAB59;
}
.md-ttl h2 {
  font-size: min(1.5em, 6.4vw);
  font-weight: 700;
  line-height: 1.5;
}

.more-btn {
  text-align: right;
  margin-top: 1.1em;
}
.more-btn a {
  font-weight: 700;
  font-size: 0.75em;
  line-height: 1.5;
  padding-right: 2em;
  position: relative;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
.more-btn a:after {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 0;
  content: "";
  width: 1.5em;
  height: 1.5em;
  border-radius: 50%;
  background: #FFAB59 url(../img/arw_01.svg) no-repeat center/contain;
  -webkit-transition: right 0.3s;
  transition: right 0.3s;
}
@media(hover: hover) {
  .more-btn a:hover, .more-btn a:active {
    color: #FFAB59;
  }
  .more-btn a:hover:after, .more-btn a:active:after {
    right: -10px;
  }
}

.lp-strengths {
  padding-top: 3.9em;
  padding-bottom: 4em;
}
.lp-strengths .strengths-list {
  display: grid;
}
.lp-strengths .strengths-list li {
  border-radius: 8px;
  border: 1px solid #e5e5e5;
  background: #fff;
  -webkit-box-shadow: 0px 3px 6px rgba(187, 187, 187, 0.16);
          box-shadow: 0px 3px 6px rgba(187, 187, 187, 0.16);
}
.lp-strengths .strengths-list li:nth-child(3n) img {
  max-width: 116.85%;
  width: 116.85%;
  margin-left: -8.425%;
}
.lp-strengths .strengths-img {
  text-align: center;
  position: relative;
  max-width: 165px;
  margin: 0 auto 0.75em;
}
.lp-strengths .strengths-img:before {
  position: absolute;
  left: 0.2em;
  top: 0.3em;
  content: "";
  width: 1.5em;
  height: 1em;
  background: url(../img/deco_01.svg) no-repeat center/contain;
}
.lp-strengths .strengths-txt {
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 2;
}
.lp-strengths .strengths-ttl {
  font-weight: 700;
  font-size: 0.875em;
  margin-bottom: 0.4em;
}
.lp-strengths .strengths-ttl h3 {
  line-height: 1.5;
  max-inline-size: -webkit-max-content;
  max-inline-size: -moz-max-content;
  max-inline-size: max-content;
  margin-inline: auto;
  margin-bottom: 0.25em;
}
.lp-strengths .strengths-stl {
  font-size: 0.857em;
  max-inline-size: -webkit-max-content;
  max-inline-size: -moz-max-content;
  max-inline-size: max-content;
  margin-inline: auto;
  line-height: 1.5;
}
.lp-strengths .strengths-body {
  font-size: 0.75em;
  line-height: 1.5;
}
@media only screen and (min-width: 768px) {
  .lp-strengths .strengths-list {
    padding: 0 3.125%;
    gap: 1.5em 2.6%;
    grid-template-columns: repeat(5, minmax(0, 216px));
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    max-width: calc(1208px + 6.25%);
    margin: auto;
  }
  .lp-strengths .strengths-list li {
    display: grid;
    grid-template-rows: subgrid;
    grid-row: span 3;
    gap: 0;
    padding: 0.9em 4% 2.75em;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1039px) {
  .lp-strengths .strengths-list {
    grid-template-columns: repeat(3, minmax(230px, 1fr));
  }
}
@media only screen and (max-width: 767px) {
  .lp-strengths .strengths-list {
    padding: 0 4.26%;
    gap: 1em 2.6%;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  }
  .lp-strengths .strengths-list li {
    padding: 0.9em 4.6% 1.4375em;
  }
  .lp-strengths .strengths-body {
    max-inline-size: -webkit-max-content;
    max-inline-size: -moz-max-content;
    max-inline-size: max-content;
    margin-inline: auto;
  }
}

.lp-achievement {
  padding: 4em 0 3.8em;
  background: #f7f7f7;
}
.lp-achievement .md-ttl {
  margin-bottom: 1.5em;
}
.lp-achievement .achievement-intro {
  font-size: 0.75em;
  line-height: 1.5;
  margin-bottom: 1.9em;
}
.lp-achievement .achievement-list {
  display: grid;
}
.lp-achievement .achievement-list > li {
  border-radius: 8px;
  background: #fff;
  border: 1px solid #e5e5e5;
  -webkit-box-shadow: 0px 3px 6px rgba(187, 187, 187, 0.16);
          box-shadow: 0px 3px 6px rgba(187, 187, 187, 0.16);
  padding: 0.5em 0.5em 1em;
}
.lp-achievement .achievement-img {
  border-radius: 6px;
  overflow: hidden;
  position: relative;
  margin-bottom: 1.2em;
}
.lp-achievement .achievement-img ul {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 1;
  top: 0.4em;
  left: 2.2%;
  gap: 4px;
  width: 94%;
}
.lp-achievement .achievement-img li {
  padding: 0.1em 1.2em;
  border-radius: 3em;
  color: #fff;
  font-weight: 700;
}
.lp-achievement .achievement-img .new {
  background: #ea5429;
}
.lp-achievement .achievement-img .our {
  background: #FFAB59;
}
.lp-achievement .achievement-img .area {
  background: #1c1c1c;
  margin-left: auto;
}
.lp-achievement .achievement-img .existing {
  background: #fff;
  color: #ea5429;
}
.lp-achievement .achievement-img .other {
  background: #c0c0c0;
}
.lp-achievement .achievement-txt {
  padding: 0 2%;
}
.lp-achievement .achievement-txt h3 {
  font-size: 0.875em;
  font-weight: 700;
  line-height: 1.5;
}
.lp-achievement .achievement-txt p {
  font-size: 0.75em;
  line-height: 1.5;
}
.lp-achievement .achievement-txt p span {
  font-family: "Jost", sans-serif;
  font-weight: 500;
  font-size: 2em;
}
@media only screen and (min-width: 768px) {
  .lp-achievement .achievement-list {
    grid-template-columns: repeat(3, 1fr);
    gap: 1.5em 2.6%;
  }
  .lp-achievement .achievement-img li {
    font-size: min(0.625em, 1.2vw);
  }
}
@media only screen and (max-width: 767px) {
  .lp-achievement .achievement-list {
    gap: 1em 2.6%;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  }
  .lp-achievement .achievement-img img {
    width: 100%;
  }
  .lp-achievement .achievement-img li {
    font-size: 0.625em;
  }
}

.lp-support {
  padding: 4em 0;
}
.lp-support .support-list {
  counter-reset: number 0;
  display: grid;
}
.lp-support .support-list li {
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 3;
  gap: 0;
  border-radius: 8px;
  background: #fff;
  border: 1px solid #e5e5e5;
  -webkit-box-shadow: 0px 3px 6px rgba(187, 187, 187, 0.16);
          box-shadow: 0px 3px 6px rgba(187, 187, 187, 0.16);
}
.lp-support .support-img {
  text-align: center;
  position: relative;
  max-width: 192px;
  margin: 0 auto 1.35em;
}
.lp-support .support-img:before {
  content: "PLAN";
  position: absolute;
  left: 1em;
  top: 1em;
  font-family: "Jost", sans-serif;
  font-weight: 700;
  color: #FFAB59;
}
.lp-support .support-img:after {
  position: absolute;
  counter-increment: number 1;
  content: "0" counter(number);
  left: 4em;
  top: 1em;
  font-family: "Jost", sans-serif;
  font-weight: 700;
  color: #FFAB59;
}
.lp-support .support-txt {
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 2;
  gap: 0;
}
.lp-support .support-txt h3 {
  font-weight: 700;
  font-size: 0.875em;
  line-height: 1.5;
  margin-bottom: 0.45em;
  max-inline-size: -webkit-max-content;
  max-inline-size: -moz-max-content;
  max-inline-size: max-content;
  margin-inline: auto;
}
.lp-support .support-txt p {
  font-size: 0.75em;
  line-height: 1.5;
}
@media only screen and (min-width: 768px) {
  .lp-support .support-list {
    grid-template-columns: repeat(4, minmax(0, 216px));
    gap: 1em 3.33%;
  }
  .lp-support .support-list li {
    padding: 1em 5% 0.9em;
  }
  .lp-support .support-img:before, .lp-support .support-img:after {
    font-size: min(1em, 1.8vw);
  }
}
@media only screen and (max-width: 767px) {
  .lp-support .support-list {
    gap: 1em 2.6%;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  }
  .lp-support .support-list li {
    padding: 0.9em 4.6% 1.4375em;
  }
}

.lp-voice {
  padding: 4.125em 0 3.9em;
  background: #f7f7f7;
}
.lp-voice .voice-list {
  display: grid;
}
.lp-voice .voice-list li {
  display: grid;
  gap: 0;
  grid-template-rows: subgrid;
  grid-row: span 5;
  padding: 0 5% 1.4375em;
  border: 1px solid #d6d6d6;
  border-radius: 8px;
  background: #fff;
}
.lp-voice .voice-no {
  font-family: "Jost", sans-serif;
  color: #FFAB59;
  font-weight: 700;
  text-align: center;
  border-bottom: 1px solid #d6d6d6;
  padding: 0.75em 0 0.5em;
  margin-bottom: 1em;
}
.lp-voice .voice-img {
  text-align: center;
  margin-bottom: 1.375em;
  position: relative;
}
.lp-voice .voice-img:after {
  position: absolute;
  content: "";
  width: 2em;
  height: 1.1em;
  background: url(../img/deco_01.svg) no-repeat center/contain;
  left: 0;
  bottom: 0;
}
.lp-voice .voice-txt {
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 3;
}
.lp-voice .voice-txt h3 {
  font-size: 0.875em;
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 0.2em;
}
.lp-voice .voice-body {
  font-size: 0.75em;
  line-height: 1.5;
}
.lp-voice .voice-profile {
  text-align: right;
  font-size: 0.75em;
  line-height: 1.5;
  font-weight: 700;
}
@media only screen and (min-width: 768px) {
  .lp-voice .voice-list {
    grid-template-columns: repeat(3, minmax(0, 305px));
    gap: 0 2.29%;
  }
  .lp-voice .voice-body {
    margin-bottom: 1em;
  }
}
@media only screen and (max-width: 767px) {
  .lp-voice .voice-list {
    grid-template-columns: repeat(1);
    gap: 1em 2.6%;
  }
  .lp-voice .voice-body {
    margin-bottom: 2.58em;
  }
}

.lp-data {
  padding: 4em 0 3.8em;
  background: #1c1c1c;
  color: #fff;
}
.lp-data .md-ttl p:after {
  background: #fff;
}
.lp-data .data-list {
  display: grid;
  gap: 1.5em 3.33%;
}
.lp-data .data-list .note {
  margin-top: 1em;
  font-size: 0.5em;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .lp-data .data-list {
    grid-template-columns: repeat(4, auto);
  }
}
@media only screen and (max-width: 767px) {
  .lp-data .data-list {
    grid-template-columns: repeat(auto-fit, minmax(255px, 1fr));
  }
  .lp-data .data-list li {
    text-align: center;
  }
  .lp-data .data-list img {
    width: 68vw;
  }
}

.lp-flow {
  padding: 4em 0;
}
.lp-flow .flow-list {
  counter-reset: number 0;
  display: grid;
  gap: 1em 3.33%;
}
.lp-flow .flow-list li {
  position: relative;
  display: grid;
  grid-template-rows: subgrid;
  gap: 0;
  grid-row: span 3;
  border-radius: 8px;
  background: #fff;
  border: 1px solid #e5e5e5;
  -webkit-box-shadow: 0px 3px 6px rgba(187, 187, 187, 0.16);
          box-shadow: 0px 3px 6px rgba(187, 187, 187, 0.16);
}
.lp-flow .flow-list li:before {
  content: "";
  width: 2.5em;
  height: 2.5em;
  border-radius: 50%;
  background: #ea5429;
  position: absolute;
  z-index: 1;
}
.lp-flow .flow-list li:after {
  color: #fff;
  font-family: "Jost", sans-serif;
  font-weight: 700;
  line-height: 2.5;
  width: 2.5em;
  text-align: center;
  position: absolute;
  z-index: 2;
  counter-increment: number 1;
  content: "0" counter(number);
}
.lp-flow .flow-img {
  border-radius: 7px;
  overflow: hidden;
  margin-bottom: 1.1em;
}
.lp-flow .flow-txt {
  display: grid;
  grid-template-rows: subgrid;
  gap: 0;
  grid-row: span 2;
}
.lp-flow .flow-txt h3 {
  font-weight: 700;
  font-size: 0.875em;
  max-inline-size: -webkit-max-content;
  max-inline-size: -moz-max-content;
  max-inline-size: max-content;
  margin-inline: auto;
  letter-spacing: -0.07em;
  line-height: 1.5;
  margin-bottom: 0.5em;
}
.lp-flow .flow-txt p {
  font-size: 0.75em;
  line-height: 1.5;
}
@media only screen and (min-width: 768px) {
  .lp-flow .flow-list {
    grid-template-columns: repeat(4, minmax(0, 216px));
  }
  .lp-flow .flow-list li {
    padding: 0.5em 4% 0.9em;
  }
  .lp-flow .flow-list li:before, .lp-flow .flow-list li:after {
    left: -0.75em;
    top: -0.75em;
  }
}
@media only screen and (max-width: 767px) {
  .lp-flow .flow-list {
    gap: 2em 2.6%;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  }
  .lp-flow .flow-list img {
    width: 100%;
  }
  .lp-flow .flow-list li {
    padding: 0.625em 2.3% 0.9em;
  }
  .lp-flow .flow-list li:before, .lp-flow .flow-list li:after {
    left: 0;
    right: 0;
    margin: auto;
    top: -1.25em;
  }
  .lp-flow .flow-txt {
    max-width: 87%;
    margin: auto;
  }
}

.lp-media {
  padding-top: 4em;
}
.lp-media .media-ttl p {
  font-weight: 700;
  font-size: 0.875em;
  line-height: 1.5;
  margin-bottom: 1.14em;
}
.lp-media .media-overview {
  font-size: 0.75em;
  line-height: 1.5;
}
.lp-media .media-line {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.lp-media .media-btn {
  margin-top: 0.7em;
}
.lp-media .media-btn h3 {
  font-weight: 700;
  font-size: 0.875em;
  line-height: 1.5;
}
.lp-media .media-btn p:not(.media-more) {
  color: #00b900;
  font-size: 1.5em;
  font-weight: 700;
  line-height: 1.35;
}
.lp-media .media-btn .media-more {
  position: relative;
  margin-top: 1em;
  padding-bottom: 4em;
}
.lp-media .media-btn .media-more a {
  display: block;
  color: #fff;
  font-size: 0.75em;
  font-weight: 700;
  text-align: center;
  padding: 1.125em 0.5em;
  border-radius: 2em;
}
@media (hover: hover) {
  .lp-media .media-btn .media-more a {
    -webkit-transition: background 0.3s;
    transition: background 0.3s;
  }
  .lp-media .media-btn .media-more a:hover, .lp-media .media-btn .media-more a:active {
    background-color: #FFAB59;
  }
  .lp-media .media-btn .media-more a:hover img, .lp-media .media-btn .media-more a:active img {
    opacity: 1;
  }
}
.lp-media .media-btn .media-more img {
  position: absolute;
  bottom: 0;
  right: 0;
}
@media only screen and (min-width: 768px) {
  .lp-media .media-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom: 1.34em;
  }
  .lp-media .media-ttl {
    width: 22.9%;
  }
  .lp-media .media-overview {
    width: 73.5%;
  }
  .lp-media .media-btn {
    width: 375px;
  }
  .lp-media .media-btn .media-more a {
    background: #00b900;
    width: 91.5%;
  }
}
@media only screen and (max-width: 767px) {
  .lp-media .media-ttl {
    margin-bottom: 1.5em;
  }
  .lp-media .media-inner {
    margin-bottom: 1.5em;
  }
  .lp-media .media-line {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .lp-media .media-btn .media-more img {
    display: none;
  }
  .lp-media .media-btn .media-more a {
    background: #00b900 url(../img/icon_search.svg) no-repeat right 5.75% center/1em;
  }
  .lp-media .media-img {
    width: 85%;
    text-align: center;
    margin: 0 auto 1.98em;
  }
}

/*==============================
フッター
==============================*/
.l-footer {
  padding: 4em 0 3.8em;
  color: #fff;
  background: #1c1c1c;
}
.l-footer .md-ttl p:after {
  background: #fff;
}
.l-footer .footer-company th,
.l-footer .footer-company td {
  font-size: 0.75em;
  padding: 1.15em 0;
  vertical-align: top;
}
.l-footer .footer-company tr:not(:last-child) th,
.l-footer .footer-company tr:not(:last-child) td {
  border-bottom: 0.5px solid #636363;
}
.l-footer .footer-company a {
  color: #fff;
  text-decoration: underline;
}
@media (hover: hover) {
  .l-footer .footer-company a {
    -webkit-transition: color 0.3s;
    transition: color 0.3s;
  }
  .l-footer .footer-company a:hover, .l-footer .footer-company a:active {
    color: #FFAB59;
  }
}
.l-footer .footer-company .url a {
  text-decoration: none;
}
.l-footer .l-copyright .copyright {
  text-align: right;
  font-family: "Jost", sans-serif;
  font-size: 0.625em;
}
@media only screen and (min-width: 768px) {
  .l-footer .footer-company {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin-bottom: 4.5em;
  }
  .l-footer .footer-company table {
    width: 48.95%;
  }
  .l-footer .footer-company tr:first-child th,
  .l-footer .footer-company tr:first-child td {
    padding-top: 0;
  }
  .l-footer .footer-company .hidden-sp {
    display: inline;
  }
  .l-footer .copany-table-01 th {
    width: 6.4em;
  }
  .l-footer .copany-table-01 td {
    width: calc(100% - 6.4em);
  }
  .l-footer .copany-table-02 th {
    width: 16.5em;
  }
  .l-footer .copany-table-02 td {
    width: calc(100% - 16.5em);
  }
  .l-footer .l-copyright {
    border-top: 0.5px solid #636363;
    padding-top: 1.8em;
  }
  .l-footer .l-copyright .copyright {
    text-align: right;
  }
}
@media only screen and (max-width: 767px) {
  .l-footer {
    padding-bottom: 3em;
  }
  .l-footer .md-ttl h2 {
    font-size: min(1.5em, 6.05vw);
  }
  .l-footer .footer-company {
    margin-bottom: 2.9375em;
  }
  .l-footer .footer-company table {
    width: 100%;
  }
  .l-footer .footer-company td {
    text-align: right;
    width: calc(100% - 9.5em);
  }
  .l-footer .footer-company th {
    width: 9.5em;
  }
  .l-footer .copany-table-01 tr:last-child th,
  .l-footer .copany-table-01 tr:last-child td {
    border-bottom: 0.5px solid #636363;
  }
  .l-footer .l-copyright .copyright {
    text-align: center;
  }
}