@charset "UTF-8";
:root {
  --var-html-font-family: "Noto Sans JP", "Hiragino Kaku Gothic Pro",
  	"ヒラギノ角ゴ Pro W3", Meiryo, メイリオ, "游ゴシック Medium",
  	"Yu Gothic Medium", 游ゴシック体, "Yu Gothic", YuGothic, "MS PGothic",
  	Osaka, arial, sans-serif;
  --var-font-second-language: "Bebas Neue", sans-serif;
  --var-html-color-white: #fff;
  --var-html-color-gray: #adadad;
  --var-html-color-gray-dark: #454545;
  --var-html-color-black: #000;
  --var-html-color-text: #000;
  --var-html-color-text-link: #005ea2;
  --var-html-color-text-link-hover: #1a4480;
  --var-html-color:var(--var-html-color-text);
  --var-html-bg-color: var(--var-html-color-white);
  --var-html-font-size: 16px;
  --var-html-line-height: 1.8;
  --var-html-letter-spacing: 0.03em;
}

*,
::after,
::before {
  font-family: inherit;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: inherit;
  border: 0 solid;
  overflow-wrap: break-word;
}

:where(html) {
  font-family: var(--var-html-font-family);
  font-size: calc(var(--var-html-font-size) / 16 * 100%);
  scroll-behavior: smooth;
  line-height: var(--var-html-line-height);
  color: var(--var-html-color);
  background-color: var(--var-html-bg-color);
  min-width: 375px;
  text-align: left;
  text-size-adjust: 100%;
  height: 100%;
  letter-spacing: var(--var-html-letter-spacing);
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-touch-callout: none;
  overscroll-behavior-y: none;
  -webkit-text-size-adjust: none;
  overflow-wrap: anywhere;
  word-break: normal;
  line-break: strict;
}
@media screen and (max-width: 374px) {
  :where(html) {
    font-size: 87.5%;
  }
}
@media (width > 768px) {
  :where(html) {
    min-height: 100vh;
  }
}

:where(*[id]) {
  scroll-margin-top: 80px;
}

@supports not (min-block-size: 100dvb) {
  :where(html) {
    block-size: 100%;
  }
}
@media (prefers-reduced-motion: no-preference) {
  :where(html:focus-within) {
    scroll-behavior: smooth;
  }
}
:where(body) {
  overflow-wrap: break-word;
  overflow-x: hidden;
  position: relative;
  margin: 0 auto;
  -webkit-font-smoothing: antialiased;
  overflow-y: scroll;
}

/* @  Link Reset
* ------------------------------------------------------------ */
@media (any-hover: hover) {
  :where(a) {
    -webkit-tap-highlight-color: rgb(0, 163, 224);
  }
  :where(a:link) {
    -webkit-tap-highlight-color: rgb(0, 163, 224);
  }
}
@media (any-hover: none) {
  :where(a:active) {
    -webkit-tap-highlight-color: rgb(0, 163, 224);
  }
}
:where(a) {
  text-decoration: underline;
  color: var(--var-html-color-text-link);
  text-underline-offset: 0.2ex;
}

@media (any-hover: hover) {
  :where(a:hover) {
    text-decoration: none;
    color: var(--var-html-color-text-link-hover);
  }
}
@media (any-hover: none) {
  :where(a:active) {
    text-decoration: none;
    color: var(--var-html-color-text-link-hover);
  }
}
:where([tabindex="-1"]:focus) {
  outline: none;
}

/* @  Element Reset
/* ------------------------------------------------------------ */
:where(article,
aside,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section) {
  display: block;
}

:where(h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
ol,
dl,
dt,
dd,
table,
figure,
blockquote) {
  margin: 0;
}

:where(hr) {
  overflow: visible;
  height: 0;
}

:where(ul, ol) {
  padding-left: 0;
  list-style-type: none;
}

:where(table) {
  border-collapse: collapse;
}

:where(output) {
  display: inline-block;
}

:where(iframe) {
  border: 0;
}

:where(summary) {
  display: list-item;
  cursor: pointer;
}

:where(progress) {
  vertical-align: baseline;
}

:where(details) {
  display: block;
}

:where(template) {
  display: none;
}

:where(abbr[title]) {
  text-decoration: underline;
  text-decoration: underline dotted;
  border-bottom: none;
}

:where([hidden]) {
  display: none;
}

:where([hidden] + *) {
  margin-top: 0;
}

/* @  Text Reset
* ------------------------------------------------------------ */
:where(b, strong) {
  font-weight: bolder;
}

:where(small) {
  font-size: 80%;
}

:where(sub, sup) {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

:where(sub) {
  bottom: -0.25em;
}

:where(sup) {
  top: -0.5em;
}

/* @  Form Reset
* ------------------------------------------------------------ */
:where(label) {
  display: inline-block;
}

:where(button) {
  border-radius: 0;
}

:where(button:focus:not(:focus-visible)) {
  outline: 0;
}

:where(input, button, select, optgroup, textarea) {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

:where(button, select) {
  text-transform: none;
  border-style: solid;
}

:where(input, button, textarea, select) {
  font: inherit;
  color: inherit;
}

:where(button, label, select, summary, [role=button], [role=option]) {
  cursor: pointer;
}

:where(:disabled) {
  cursor: not-allowed;
}

:where(label:has(> input:disabled), label:has(+ input:disabled)) {
  cursor: not-allowed;
}

:where(select) {
  word-wrap: normal;
}

:where(select:disabled) {
  opacity: 1;
}

:where([list]::-webkit-calendar-picker-indicator) {
  display: none;
}

:where(button, [type=button i], [type=reset i], [type=submit i]) {
  -webkit-appearance: button;
}

::-moz-focus-inner {
  border-style: none;
}

:where(progress) {
  vertical-align: baseline;
}

:where(textarea) {
  resize: vertical;
  resize: block;
}

:where(fieldset) {
  min-width: 0;
  border: 0;
}

::-webkit-datetime-edit-fields-wrap,
::-webkit-datetime-edit-text,
::-webkit-datetime-edit-minute,
::-webkit-datetime-edit-hour-field,
::-webkit-datetime-edit-day-field,
::-webkit-datetime-edit-month-field,
::-webkit-datetime-edit-year-field {
  padding: 0;
}

::-webkit-inner-spin-button {
  height: auto;
}

:where([type=search i]) {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

::file-selector-button {
  font: inherit;
}

::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}

::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}

/* Interactive
 * ========================================================================== */
:where(dialog) {
  background-color: white;
  border: none;
  color: black;
  height: -moz-fit-content;
  height: fit-content;
  left: 0;
  margin: auto;
  padding: 1em;
  position: absolute;
  right: 0;
  width: -moz-fit-content;
  width: fit-content;
}

:where(dialog:not([open])) {
  display: none;
}

:where(details > summary:first-of-type) {
  display: list-item;
}

/* Accessibility
 * ========================================================================== */
:where([aria-busy=true i]) {
  cursor: progress;
}

:where([aria-disabled=true i], [disabled]) {
  cursor: not-allowed;
}

:where([aria-hidden=false i][hidden]) {
  display: initial;
}

:where([aria-hidden=false i][hidden]:not(:focus)) {
  clip: rect(0, 0, 0, 0);
  position: absolute;
}

/* @  Media Reset
* ------------------------------------------------------------ */
:where(img, picture, svg) {
  max-inline-size: 100%;
  block-size: auto;
  vertical-align: middle;
}

:where(img, svg, video, canvas, audio, iframe, embed, object) {
  display: block;
}

:where(img, video) {
  max-width: 100%;
  height: auto;
}

:where(img) {
  border-style: none;
  -webkit-touch-callout: none;
  pointer-events: none;
  user-select: none;
}

:where(svg:not([fill])) {
  fill: currentColor;
}

:where(svg:not(:root)) {
  overflow: hidden;
}

:where(audio:not([controls])) {
  display: none;
  height: 0;
}

/* @ Code Reset
 * ------------------------------------------------------------ */
:where(blockquote) {
  border-left: solid 5px var(--var-html-color-gray-dark);
  color: var(--var-html-color-gray-dark);
  padding: 4px 10px;
}

:where(code, kbd, pre, samp) {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 1em;
}

:where(code) {
  font-size: 90%;
  padding: 6px;
  color: var(--var-html-color-black);
  border-radius: 3px;
  background-color: #efefef;
}

:where(kbd) {
  font-size: 90%;
  padding: 2px 4px;
  color: #c7254e;
  border-radius: 3px;
  background-color: #f9f2f4;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
}

:where(kbd kbd) {
  font-size: 100%;
  font-weight: bold;
  padding: 0;
  box-shadow: none;
}

:where(pre) {
  font-size: 14px;
  display: block;
  margin: 0;
  padding: 10px;
  white-space: pre-wrap;
  word-wrap: break-word;
  word-break: break-all;
  color: var(--var-html-color-white);
  border: 1px solid var(--var-html-color-black);
  border-radius: 3px;
  background-color: var(--var-html-color-black);
}

:where(pre code) {
  font-size: inherit;
  padding: 0;
  white-space: pre-wrap;
  color: inherit;
  border-radius: 0;
  background-color: transparent;
}

/* @  Print Reset
* ------------------------------------------------------------ */
@media print {
  *,
  *::before,
  *::after {
    color: var(--var-html-color-black);
    background: var(--var-html-color-white);
    box-shadow: none;
    text-shadow: none;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  pre {
    white-space: pre-wrap;
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  header,
  footer {
    display: none;
  }
}
:root {
  --var-header-bar: 20px;
  --var-triange-space: 60px;
}
@media (width > 768px) {
  :root {
    --var-header-bar: 30px;
    --var-triange-space: 120px;
  }
}

.l-header {
  background-image: url("../img/header-shine.png");
  background-color: #69BE28;
  background-position: top left;
  background-repeat: no-repeat;
  background-size: contain;
  position: relative;
  z-index: 10;
}
.l-header::before {
  content: "";
  display: block;
  height: var(--var-header-bar);
  background: #000;
  width: 100%;
}

.l-header_inner {
  max-width: 1120px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 16px;
  padding-right: 16px;
}

.l-header-triangle {
  width: 100%;
  height: 0;
  padding-top: var(--var-triange-space);
  background-color: transparent;
  position: relative;
  z-index: 1;
}

.l-header-triangle::before {
  content: "";
  position: absolute;
  top: -1px;
  left: 0;
  width: 100%;
  height: 100%;
  background: #69BE28;
  clip-path: polygon(0 0, 140% 0, 0 100%);
}
@media (width > 768px) {
  .l-header-triangle::before {
    clip-path: polygon(0 0, 105% 0, 0 100%);
  }
}

#main {
  background: url("../img/footer-bg.png");
  background-repeat: no-repeat;
  background-position: 80% 101%;
  margin-bottom: calc(var(--var-triange-space) * -1);
  padding-bottom: 200px;
  background-size: auto 1280px;
}
@media (width > 768px) {
  #main {
    background-position: left bottom;
    background-size: contain;
  }
}

.l-footer {
  text-align: center;
  color: #fff;
  background: #000;
  font-size: 12px;
}
@media (width > 768px) {
  .l-footer {
    font-size: 14px;
  }
}

.l-footer-triangle {
  width: 100%;
  height: 0;
  padding-top: var(--var-triange-space);
  background-color: transparent;
  position: relative;
}

.l-footer-triangle::before {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  clip-path: polygon(100% 100%, 0 100%, 100% 0);
}

.l-footer_inner {
  max-width: 1000px;
  margin: 0 auto;
  padding: 30px 16px;
}
@media (width > 768px) {
  .l-footer_inner {
    margin: 0 auto;
    padding: 40px 16px;
  }
}

.to-top {
  position: fixed;
  right: 10px;
  bottom: 10px;
}
@media (width > 768px) {
  .to-top {
    right: 30px;
    bottom: 30px;
  }
}

:root {
  --var-triange-space: 60px;
}
@media (width > 768px) {
  :root {
    --var-triange-space: 120px;
  }
}

.c-section_inner {
  max-width: 1160px;
  margin: 0 auto;
  padding: 74px 16px 0;
  box-sizing: content-box;
}
@media (width > 768px) {
  .c-section_inner {
    padding: 96px 16px 80px;
  }
}

.c-section_inner > * + * {
  margin-top: 20px;
}
@media (width > 768px) {
  .c-section_inner > * + * {
    margin-top: 60px;
  }
}

.c-section-description {
  background: url("../img/header-bg.png");
  background-position: left bottom;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  position: relative;
  margin-top: calc(var(--var-triange-space) * -1);
  z-index: 0;
}

.c-section-description_inner {
  max-width: 1120px;
  margin-left: auto;
  margin-right: auto;
  padding: 170px 16px 90px;
  text-align: center;
  min-height: 550px;
}
@media (width > 768px) {
  .c-section-description_inner {
    padding: 134px 16px 160px;
  }
}

.c-section-description_inner > * + * {
  margin-top: 40px;
}

.c-section-case_inner {
  max-width: 1160px;
  margin: 0 auto;
  padding: 74px 16px 0;
  box-sizing: content-box;
}
@media (width > 768px) {
  .c-section-case_inner {
    padding: 96px 16px 80px;
  }
}

.c-section-case_inner > * + * {
  margin-top: 20px;
}
@media (width > 768px) {
  .c-section-case_inner > * + * {
    margin-top: 60px;
  }
}

.c-section-compensation {
  background-image: url("../img/compensation-bg.png"), linear-gradient(transparent 50%, #69BE28 50%, #69BE28 100%);
  background-repeat: no-repeat;
  background-position: center 0;
  padding-top: 100px;
  padding-bottom: 60px;
}
@media (width > 768px) {
  .c-section-compensation {
    padding-top: 230px;
    padding-bottom: 80px;
    background-size: cover;
    background-position: top left;
  }
}

.c-section-compensation_inner {
  max-width: 1160px;
  margin: 70px auto 0;
  padding: 0 16px;
  box-sizing: content-box;
}

.c-section-compensation_inner > * + * {
  margin-top: 20px;
}
@media (width > 768px) {
  .c-section-compensation_inner > * + * {
    margin-top: 60px;
  }
}

.c-section-compensation-triangle {
  width: 100%;
  height: 0;
  padding-top: var(--var-triange-space);
  background-color: transparent;
  position: relative;
}

.c-section-compensation-triangle::before {
  content: "";
  position: absolute;
  top: -1px;
  left: 0;
  width: 100%;
  height: 100%;
  background: #69BE28;
  clip-path: polygon(0 0, 140% 0, 0 100%);
}
@media (width > 768px) {
  .c-section-compensation-triangle::before {
    clip-path: polygon(0 0, 105% 0, 0 100%);
  }
}

.c-section-plan_inner {
  max-width: 1160px;
  margin: 0 auto;
  padding: 0 16px;
  box-sizing: content-box;
  padding-top: 55px;
}
@media (width > 768px) {
  .c-section-plan_inner {
    padding-top: 100px;
  }
}

.c-section-plan_inner > * + * {
  margin-top: 20px;
}
@media (width > 768px) {
  .c-section-plan_inner > * + * {
    margin-top: 60px;
  }
}

.c-mv {
  position: relative;
  padding-top: 60px;
  text-align: center;
}
@media (width > 768px) {
  .c-mv {
    padding-top: 90px;
    margin-bottom: 0;
    text-align: left;
  }
}

.c-mv-logo {
  position: relative;
  z-index: 2;
}
.c-mv-logo img {
  margin: 0 auto;
}
@media (width > 768px) {
  .c-mv-logo img {
    margin: 0;
  }
}
@media (width > 860px) {
  .c-mv-logo img {
    width: 502px;
  }
}

.c-mv-title {
  font-size: 24px;
  font-weight: 900;
  line-height: 1.3;
  margin-top: 20px;
}
@media (width > 768px) {
  .c-mv-title {
    font-size: 36px;
    margin-top: 40px;
  }
}
@media (width > 860px) {
  .c-mv-title {
    font-size: 40px;
  }
}

.c-mv-lead {
  padding-bottom: 200px;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.4;
  margin-top: 16px;
}
@media (width > 768px) {
  .c-mv-lead {
    padding-bottom: 0;
    font-size: 24px;
    margin-top: 20px;
  }
}

.c-mv_img {
  z-index: 1;
  position: absolute;
  bottom: -170px;
  left: 0;
  right: 0;
  margin-left: -16px;
}
.c-mv_img img {
  margin: 0 auto;
  min-width: 375px;
}
@media (width > 768px) {
  .c-mv_img {
    margin-left: 0;
    bottom: initial;
    left: initial;
    top: 0;
  }
}
@media (width > 1063px) {
  .c-mv_img {
    right: -94px;
  }
}
.c-button {
  text-align: center;
}
.c-button a {
  position: relative;
  display: inline-block;
  background: linear-gradient(to bottom, #E60012 50%, #D10003 50%);
  color: white;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  border-radius: 6px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2);
  padding: 14px;
  padding-left: 20px;
  padding-right: 20px;
  width: 100%;
}
@media (width > 768px) {
  .c-button a {
    width: fit-content;
    padding-left: 80px;
    padding-right: 80px;
    border-radius: 10px;
  }
}

.c-button-type2 {
  text-align: center;
}
.c-button-type2 a {
  position: relative;
  display: inline-block;
  background: linear-gradient(to bottom, #69BE28 50%, #5AB120 50%, #2C8E04 100%);
  color: white;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  border-radius: 100px;
  padding: 14px;
  padding-left: 20px;
  padding-right: 20px;
  width: 100%;
}
@media (width > 768px) {
  .c-button-type2 a {
    width: fit-content;
    font-size: 30px;
    padding-left: 80px;
    padding-right: 80px;
    border-radius: 100px;
    min-width: 440px;
  }
}

.c-button-contact {
  text-align: center;
}
.c-button-contact a {
  display: inline-block;
  background: linear-gradient(to bottom, #E60012 50%, #D10003 50%);
  color: white;
  font-size: 16px;
  font-weight: 900;
  text-align: center;
  text-decoration: none;
  border-radius: 6px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2);
  padding: 14px;
  width: 100%;
}
@media (width > 768px) {
  .c-button-contact a {
    width: fit-content;
    padding-left: 80px;
    padding-right: 80px;
    border-radius: 10px;
  }
}

@media (any-hover: hover) {
  .c-button a:hover,
  .c-button-type2 a:hover,
  .c-button-contact a:hover {
    filter: brightness(1.15);
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1) 0ms, color 0.1s cubic-bezier(0.4, 0, 0.2, 1) 0ms;
  }
}
.c-button-contact_inner {
  width: fit-content;
  position: relative;
  margin: 0 auto;
  padding-left: 90px;
}
@media (width > 768px) {
  .c-button-contact_inner {
    padding-left: 140px;
  }
}

.c-button-contact_fukidashi {
  position: absolute;
  left: 0px;
  top: -1.1em;
}
@media (width > 768px) {
  .c-button-contact_fukidashi {
    width: 130px;
    left: 0px;
    top: -1.4em;
  }
}

.c-button-contact_text {
  padding-right: 20px;
  position: relative;
  font-size: 18px;
}
@media (width > 768px) {
  .c-button-contact_text {
    font-size: 40px;
    padding-right: 34px;
  }
}
.c-button-contact_text::before {
  display: inline-block;
  border-top: 3px solid #fff;
  border-left: 3px solid #fff;
  content: "";
  vertical-align: middle;
  position: absolute;
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  right: 0;
  top: 0;
  bottom: 0;
  transform: rotate(135deg);
  margin: auto;
  width: 14px;
  height: 14px;
}
@media (width > 768px) {
  .c-button-contact_text::before {
    border-top: 4px solid #fff;
    border-left: 4px solid #fff;
    width: 24px;
    height: 24px;
  }
}

.c-title {
  text-align: center;
  font-size: 18px;
  font-weight: 900;
}
.c-title svg {
  margin: 0 auto 8px;
}
@media (width > 768px) {
  .c-title {
    font-size: 40px;
  }
  .c-title svg {
    height: 57px;
    width: 100%;
    margin-bottom: 10px;
  }
}

.c-title span {
  display: block;
}

.c-title-lead {
  color: #fff;
  font-size: 15px;
  text-align: center;
  font-weight: 900;
  padding: 6px 16px;
  background: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, #000 5%, #000 95%, rgba(0, 0, 0, 0) 100%); /* グラデーション */
}
@media (width > 768px) {
  .c-title-lead {
    font-size: 32px;
  }
}

.c-title-text {
  text-align: center;
  font-size: 13px;
  font-weight: 900;
  margin-top: 6px;
}
@media (width > 768px) {
  .c-title-text {
    font-size: 24px;
  }
}

.c-title-lead2 {
  text-align: center;
  font-size: 18px;
  font-weight: 900;
  line-height: 1.65;
}
@media (width > 768px) {
  .c-title-lead2 {
    font-size: 32px;
  }
}

.c-table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
}

tr,
td,
th {
  text-align: left;
  vertical-align: top;
  word-break: break-all;
  font-size: 16px;
}

th {
  font-weight: bold;
  vertical-align: middle;
  text-align: left;
}

.is-table-cell-critical {
  color: #E60012;
  font-weight: 600;
}

.is-table-style1 {
  margin-left: auto;
  margin-right: auto;
  max-width: 1000px;
  border-left: 0;
  border-top: 0;
}
.is-table-style1 th {
  border-right: solid 1px #fff;
  background-color: #69BE28;
  padding: 10px 20px;
  text-align: center;
  color: #fff;
  line-height: 1.5;
}
.is-table-style1 tr th:first-child {
  border-left: solid 1px #69BE28;
}
.is-table-style1 tr th:last-child {
  border-right: solid 1px #69BE28;
}
.is-table-style1 td {
  text-align: center;
  border-right: solid 1px #999999;
  border-bottom: solid 1px #999999;
  background-color: #fff;
  padding: 8px 10px;
}
.is-table-style1 tr td:first-child {
  border-left: solid 1px #999999;
}

.c-table-responsive {
  position: relative;
  width: auto;
  overflow-x: scroll;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
}
.c-table-responsive::before, .c-table-responsive::after {
  padding: 9.5px;
  margin-bottom: 10px;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  background-color: #fff;
  content: " ◀　左右にスクロールできます　▶";
  position: sticky;
  border: solid 2px #69BE28;
  left: 0;
  right: 0;
  color: #69BE28;
  font-weight: bold;
  font-size: 0.8rem;
  border-radius: 50px;
  display: none;
}
.c-table-responsive::after {
  margin-top: 10px;
}
.c-table-responsive::-webkit-scrollbar {
  height: 0;
}
.c-table-responsive table {
  width: auto;
  min-width: 100%;
}
.c-table-responsive th,
.c-table-responsive td {
  white-space: nowrap;
}

.is-table-scroll-active::before,
.is-table-scroll-active::after {
  display: block;
}

.c-case-point {
  background-image: url("../img/case-cicle.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  padding: 110px 30px 40px 30px;
  margin: 0 auto;
  border-radius: 100%;
  position: relative;
  width: 280px;
  height: 280px;
  min-height: 280px;
}
@media (width > 768px) {
  .c-case-point {
    padding: 36% 10% 10% 13%;
    width: 100%;
    height: 100%;
  }
}
@media (width > 1000px) {
  .c-case-point {
    padding: 42% 13% 13% 13%;
    max-width: 380px;
    height: 380px;
  }
}
.c-case-point svg {
  margin: 0 auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}
.c-case-point p {
  text-align: center;
  font-weight: 500;
  font-size: 13px;
}
@media (width > 768px) {
  .c-case-point p {
    text-align: left;
  }
}
@media (width > 768px) {
  .c-case-point svg {
    width: 30%;
  }
}
@media (width > 1000px) {
  .c-case-point svg {
    width: 34%;
  }
  .c-case-point p {
    font-size: 16px;
  }
}

.compensation-card {
  background-color: #fff;
}
.compensation-card img {
  width: 100%;
}

.compensation-card_title {
  color: #E60012;
  font-size: 24px;
  font-weight: 900;
  margin: 0 auto;
  width: fit-content;
}
@media (width > 768px) {
  .compensation-card_title {
    font-size: 28px;
    line-height: 1.3;
    padding-top: 7px;
    padding-bottom: 10px;
  }
}
@media (width > 1000px) {
  .compensation-card_title {
    font-size: 32px;
  }
}

.compensation-card_body {
  padding: 16px 20px;
  text-align: center;
}
@media (width > 768px) {
  .compensation-card_body {
    text-align: left;
    padding: 10px 16px 20px 16px;
  }
}
@media (width > 1000px) {
  .compensation-card_body {
    padding: 10px 20px 30px 20px;
  }
}

.compensation-card_body > * + * {
  margin-top: 10px;
}

.compensation-card_text {
  font-size: 13px;
}
@media (width > 768px) {
  .compensation-card_text {
    font-size: 16px;
  }
}

.form-header {
  background-color: #69BE28;
  color: #fff;
}

.form-h_inner {
  text-align: center;
  padding: 30px 14px;
  max-width: 988px;
  margin: 0 auto;
}
@media (width > 768px) {
  .form-h_inner {
    padding: 40px 14px;
  }
}

.form-h_box {
  display: grid;
  align-content: center;
  align-items: center;
  gap: 20px;
  position: relative;
}
@media (width > 768px) {
  .form-h_box {
    display: flex;
    zoom: 0.8;
  }
}
@media (width > 900px) {
  .form-h_box {
    zoom: 1;
  }
}

.form-h_title {
  font-size: 32px;
  text-align: left;
  line-height: 1;
  padding-right: 130px;
  margin-top: -8px;
}
@media (width > 768px) {
  .form-h_title {
    font-size: 48px;
    padding-right: 0;
  }
}

.form-h_link {
  width: 100%;
  margin-left: auto;
  font-size: 18px;
}
.form-h_link svg {
  margin-top: 2px;
}
.form-h_link a {
  padding: 2px 20px;
  display: flex;
  justify-content: center;
  gap: 10px;
  border: solid 2px #fff;
  border-radius: 100px;
  color: #fff;
  text-decoration: none;
  font-weight: bold;
}
@media (width > 768px) {
  .form-h_link {
    font-size: 20px;
    max-width: 280px;
  }
}
@media (any-hover: hover) {
  .form-h_link a:hover {
    opacity: 0.7;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1) 0ms, color 0.1s cubic-bezier(0.4, 0, 0.2, 1) 0ms;
  }
}

.form-h_logo {
  position: absolute;
  right: 0;
  top: 0px;
  width: 120px;
}
@media (width > 768px) {
  .form-h_logo {
    width: auto;
    position: static;
  }
}

.form-footer {
  background-color: #69BE28;
  color: #fff;
}

.form-f_inner {
  text-align: center;
  padding: 30px 14px;
  max-width: 988px;
  margin: 0 auto;
}
@media (width > 768px) {
  .form-f_inner {
    padding: 40px 14px;
  }
}

.form-f_link {
  max-width: 280px;
  margin: 0 auto;
  font-size: 18px;
}
@media (width > 768px) {
  .form-f_link {
    font-size: 20px;
  }
}
.form-f_link svg {
  margin-top: 2px;
}
.form-f_link a {
  padding: 2px 20px;
  display: flex;
  justify-content: center;
  gap: 10px;
  border: solid 2px #fff;
  border-radius: 100px;
  color: #fff;
  text-decoration: none;
  font-weight: bold;
}
@media (any-hover: hover) {
  .form-f_link a:hover {
    opacity: 0.7;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1) 0ms, color 0.1s cubic-bezier(0.4, 0, 0.2, 1) 0ms;
  }
}

.form-f_copy {
  margin-top: 20px;
  font-size: 12px;
}
@media (width > 768px) {
  .form-f_copy {
    font-size: 14px;
  }
}

.form-heading1 {
  margin-top: 40px;
  margin-bottom: 20px;
  font-size: 28px;
  font-weight: 600;
  text-align: center;
}
@media (width > 768px) {
  .form-heading1 {
    font-size: 36px;
  }
}

.form-heading3 {
  margin-top: 40px;
  margin-bottom: 20px;
  padding-bottom: 10px;
  font-size: 26px;
  font-weight: 600;
  border-bottom-width: 4px;
  border-bottom-style: solid;
}
@media (width > 768px) {
  .form-heading3 {
    font-size: 32px;
  }
}

.form-heading4 {
  margin: 20px 0;
  padding: 2px 0;
  font-size: 20px;
  color: #69BE28;
  font-weight: 600;
  border-bottom-width: 2px;
  border-bottom-style: solid;
}
@media (width > 768px) {
  .form-heading4 {
    font-size: 24px;
    margin: 24px 0;
  }
}

.form-section_inner {
  padding: 0 14px;
  max-width: 988px;
  margin: 0 auto;
}
@media (width > 768px) {
  .form-section_inner {
    padding: 0 14px;
  }
}

.form {
  margin-bottom: 120px;
  width: 100%;
  overflow: hidden;
}
@media (width > 768px) {
  .form {
    margin-bottom: 120px;
  }
}
.form p a {
  color: #264377;
  text-decoration: underline;
}
.form p a:hover {
  text-decoration: none;
}

.form-rc-box {
  margin-bottom: 15px;
  position: relative;
}
.form-rc-box:last-child {
  margin-bottom: 0;
}
.form-rc-box > * + * {
  display: block;
}
.form-rc-box label {
  display: inline-block;
  position: relative;
  min-height: 24px;
  padding-left: 34px;
  margin-right: 30px;
  overflow: hidden;
  box-sizing: border-box;
}
.form-rc-box label:empty {
  width: 24px;
  margin-top: 0;
  padding: 0;
}
.form-rc-box input {
  position: absolute;
  opacity: 0;
  z-index: -1;
  width: auto;
}
.form-rc-box input:disabled + label {
  opacity: 0.5;
}
.form-rc-box input[type=radio] + label:before {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  content: "";
  overflow: hidden;
  margin: auto;
  width: 24px;
  height: 24px;
  border: 1px solid #999;
  background-color: #fff;
  border-radius: 50%;
}
.form-rc-box input[type=radio]:checked + label:after {
  display: block;
  position: absolute;
  top: 0px;
  left: 4px;
  bottom: 0;
  content: "";
  overflow: hidden;
  margin: auto;
  width: 16px;
  height: 16px;
  background-color: #264377;
  border-radius: 50%;
}
.form-rc-box input[type=checkbox] + label {
  padding: 2px 15px;
  font-size: 20px;
  font-weight: 600;
  z-index: 1;
  position: relative;
}
.form-rc-box input[type=checkbox] + label span {
  cursor: pointer;
  z-index: -1;
}
.form-rc-box input[type=checkbox] + label .form-rc-box_inner:before {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  content: "";
  overflow: hidden;
  margin: auto;
  width: 24px;
  height: 24px;
  border: 1px solid #999;
  background-color: #fff;
}
.form-rc-box input[type=checkbox]:checked + label .form-rc-box_inner:after {
  display: block;
  position: absolute;
  top: -5px;
  left: 4px;
  bottom: 0;
  content: "";
  overflow: hidden;
  margin: auto;
  width: 17px;
  height: 12px;
  border-left: 5px solid #264377;
  border-bottom: 5px solid #264377;
  transform: rotate(-45deg);
}

.form-rc-box_inner {
  position: relative;
  padding-left: 34px;
}

.is-form-rc-box-agreement {
  text-align: center;
  font-size: 16px;
}
.is-form-rc-box-agreement label {
  padding: 10px 15px !important;
  font-size: 16px !important;
  font-weight: normal !important;
}

.form-group + .form-group {
  margin-top: 10px;
}

.form_btn {
  margin: 40px 0;
}
@media (width > 768px) {
  .form_btn {
    margin: 80px 0;
    text-align: center;
  }
}

@media (width > 768px) {
  .btn + .form_btn {
    margin: 60px 0 40px;
    text-align: center;
  }
}

.form_before-text {
  margin-right: 10px;
  font-weight: 600;
}

.form_after-text {
  margin-left: 10px;
}

.form_important-text {
  font-weight: bold;
  text-align: center;
  font-size: 20px;
  line-height: 1.25;
  color: #E60012;
}
@media (width > 768px) {
  .form_important-text {
    line-height: 1.75;
  }
}

.form-control {
  width: 100%;
  background-color: #fff;
  color: #000;
  border: 1px solid #999;
  padding: 15px 15px;
  font-size: 16px;
  border-radius: 0;
  outline: none;
}
.form-control::placeholder {
  color: #999;
}

textarea.form-control {
  height: 150px;
  line-height: 1.75;
  resize: none;
}
@media (width > 768px) {
  textarea.form-control {
    height: 200px;
  }
}

select.form-control {
  appearance: none;
  background-image: url("../img/icon_select_01.svg");
  background-repeat: no-repeat;
  background-position: right 0.75rem center;
  background-size: 12px 22px;
}

.is-form-control-xs {
  width: 128px;
}
@media (width > 768px) {
  .is-form-control-xs {
    width: 100px;
  }
}

.is-form-control-sm {
  width: 193px;
}
@media (width > 768px) {
  .is-form-control-sm {
    width: 175px;
  }
}

.is-form-control-md {
  width: 100%;
}
@media (width > 768px) {
  .is-form-control-md {
    width: 360px;
  }
}

.is-form-error .form-control {
  border: 2px solid #E60012;
  background-color: rgba(230, 0, 18, 0.1);
}
.is-form-error input[type=checkbox] + label {
  border: 2px solid #E60012;
  background-color: rgba(230, 0, 18, 0.1);
}

.is-form-unit-text {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 15px;
}
.is-form-unit-number {
  font-size: 0;
}
.is-form-unit-number span {
  font-size: 16px;
  margin: 0 5px;
}
.is-form-unit-number input {
  display: inline-block;
  width: 35px;
  height: 50px;
  margin: 0 5px 10px;
  padding: 0;
  text-align: center;
}
@media (width > 768px) {
  .is-form-unit-number input {
    margin: 0 5px;
    height: 40px;
  }
}

.form_required {
  display: inline-block;
  width: 36px;
  height: 19px;
  text-align: center;
  line-height: 19px;
  vertical-align: middle;
  font-size: 14px;
  background-color: #E60012;
  color: #fff;
  font-weight: 600;
  margin-left: 10px;
}

.form_optional {
  display: inline-block;
  width: 36px;
  height: 19px;
  text-align: center;
  line-height: 19px;
  vertical-align: middle;
  font-size: 14px;
  background-color: #3B3B3B;
  color: #fff;
  font-weight: 600;
  margin-left: 10px;
}

.form_error-text {
  margin-top: 10px;
  font-weight: 600;
  color: #E60012;
}

.table_text + .form_error-text,
.form_error-text + .form_error-text {
  margin-top: 0;
}

.form-table {
  border-spacing: 0;
  margin-bottom: 15px;
  border-top: 1px solid #999;
  width: 100%;
  box-sizing: border-box;
}
.form-table tr,
.form-table td,
.form-table th {
  border: 0;
  vertical-align: middle;
  word-break: break-all;
}
@media only screen and (max-width: 768px) {
  .form-table tr,
  .form-table td,
  .form-table th {
    display: block;
  }
}
.form-table th {
  padding: 20px 0 10px;
}
@media (width > 768px) {
  .form-table th {
    position: relative;
    padding: 15px 46px 15px 0;
    width: 220px;
    height: 100%;
    border-bottom: 1px solid #999;
  }
  .form-table th .form_required {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
  }
  .form-table th .form_optional {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
  }
}
.form-table td {
  border-bottom: 1px solid #999;
  padding: 0 0 15px;
  min-height: 35px;
}
@media (width > 768px) {
  .form-table td {
    padding: 15px 20px;
  }
}

.form-table_text {
  margin-top: 10px;
}
.form-table_text + .form-table_text {
  margin-top: 5px;
}

.form-box {
  margin-bottom: 20px;
  padding: 15px 20px;
  border: 1px solid #999;
}
@media (width > 768px) {
  .form-box {
    padding: 20px 44px;
  }
}

.is-box-membership {
  width: 100%;
  height: 360px;
  overflow-y: scroll;
}
.is-box-membership h3 {
  margin-bottom: 15px;
  font-size: 20px;
  font-weight: bold;
}
@media (width > 768px) {
  .is-box-membership h3 {
    font-size: 24px;
  }
}
.is-box-membership h4 {
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: bold;
}
@media (width > 768px) {
  .is-box-membership h4 {
    font-size: 20px;
  }
}
.is-box-membership ul, .is-box-membership ol {
  list-style: decimal;
  margin-bottom: 1em;
  padding-left: 2em;
}
.is-box-membership li > ul, .is-box-membership li > ol {
  padding-left: 1em;
}
.is-box-membership p {
  margin-bottom: 1em;
}

.form-button-wrap {
  margin-top: 50px;
  display: grid;
  gap: 20px;
}
@media (width > 768px) {
  .form-button-wrap {
    display: flex;
    justify-content: center;
  }
}

.form-button-white,
.form-button {
  text-align: center;
}
.form-button-white a, .form-button-white button,
.form-button a,
.form-button button {
  position: relative;
  display: inline-block;
  background: #16160E;
  border: solid 1px #16160E;
  color: white;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  border-radius: 16px;
  padding: 8px;
  padding-left: 20px;
  padding-right: 20px;
  width: 100%;
}
@media (width > 768px) {
  .form-button-white a, .form-button-white button,
  .form-button a,
  .form-button button {
    width: fit-content;
    font-size: 30px;
    border-radius: 20px;
    min-width: 440px;
  }
}

.form-button-white a,
.form-button-white button {
  background: #fff;
  color: #16160E;
}

@media (any-hover: hover) {
  .form-button-white a:hover,
  .form-button a:hover,
  .form-button-white button:hover,
  .form-button button:hover {
    opacity: 0.7;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1) 0ms, color 0.1s cubic-bezier(0.4, 0, 0.2, 1) 0ms;
  }
}
.is-text-center {
  text-align: center;
}

.is-text-center-md {
  text-align: left;
}
@media (width > 768px) {
  .is-text-center-md {
    text-align: center;
  }
}

.is-mb-small {
  margin-bottom: 30px;
}

.is-stack-small > * + * {
  margin-top: 20px;
}

.is-stack-medium > * + * {
  margin-top: 60px;
}

.is-stack-large > * + * {
  margin-top: 80px;
}

.is-text-critical {
  color: #E60012;
}

.is-text-white {
  color: #fff;
}

.is-text {
  font-size: 13px;
}
@media (width > 768px) {
  .is-text {
    font-size: 16px;
  }
}

.is-text-small {
  font-size: 11px;
}
@media (width > 768px) {
  .is-text-small {
    font-size: 12px;
  }
}

.is-text-lead {
  font-size: 13px;
  font-weight: 600;
}
@media (width > 768px) {
  .is-text-lead {
    font-size: 20px;
  }
}

.is-text-sp-center {
  text-align: center;
}
@media (width > 768px) {
  .is-text-sp-center {
    text-align: left;
  }
}

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

.is-pc {
  display: none;
}
@media (width > 768px) {
  .is-pc {
    display: block;
  }
}

.is-sp {
  display: block;
}
@media (width > 768px) {
  .is-sp {
    display: none;
  }
}

.is-arrow-down {
  text-align: center;
}
.is-arrow-down::before {
  display: inline-block;
  border-top: 6px solid #76C94C;
  border-left: 6px solid #76C94C;
  content: "";
  vertical-align: middle;
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  transform: rotate(225deg);
  margin: auto;
  width: 40px;
  height: 40px;
  margin-top: -10px;
}

.is-grid-cols-1to3 {
  display: grid;
  grid-template-columns: none;
  gap: 16px;
}
@media (width > 768px) {
  .is-grid-cols-1to3 {
    gap: 10px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
