/*! destyle.css v4.0.1 | MIT License | https://github.com/nicolas-cusan/destyle.css */

/* Reset box-model and set borders */
/* ============================================ */

*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
  min-width: 0;
}

/* Document */
/* ============================================ */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -webkit-tap-highlight-color: transparent; /* 3*/
}

/* Sections */
/* ============================================ */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}

/* Vertical rhythm */
/* ============================================ */

p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings */
/* ============================================ */

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
}

/* Lists (enumeration) */
/* ============================================ */

ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Lists (definition) */
/* ============================================ */

dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

address {
  font-style: inherit;
}

/* Text-level semantics */
/* ============================================ */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Replaced content */
/* ============================================ */

/**
 * Prevent vertical alignment issues.
 */

svg,
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

/* Forms */
/* ============================================ */

/**
 * Reset form fields to make them styleable.
 * 1. Make form elements stylable across systems iOS especially.
 * 2. Inherit text-transform from parent.
 */

button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none; /* 1 */
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit; /* 2 */
}

/**
 * Correct cursors for clickable elements.
 */

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

button:disabled,
[type="button"]:disabled,
[type="reset"]:disabled,
[type="submit"]:disabled {
  cursor: default;
}

/**
 * Improve outlines for Firefox and unify style with input elements & buttons.
 */

:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

/**
 * Remove padding
 */

option {
  padding: 0;
}

/**
 * Reset to invisible
 */

fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

legend {
  padding: 0;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * Correct the outline style in Safari.
 */

[type="search"] {
  outline-offset: -2px; /* 1 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Fix font inheritance.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/**
 * Fix appearance for Firefox
 */
[type="number"] {
  -moz-appearance: textfield;
}

/**
 * Clickable labels
 */

label[for] {
  cursor: pointer;
}

/* Interactive */
/* ============================================ */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/*
 * Remove outline for editable content.
 */

[contenteditable]:focus {
  outline: auto;
}

/* Tables */
/* ============================================ */

/**
1. Correct table border color inheritance in all Chrome and Safari.
*/

table {
  border-color: inherit; /* 1 */
  border-collapse: collapse;
}

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: bold;
}
.header__nav[data-astro-cid-yter3dgm]{display:none}.header__nav-list[data-astro-cid-yter3dgm]{display:flex;align-items:center;gap:20px;list-style:none;margin:0;padding:0}.header__nav-item[data-astro-cid-yter3dgm]{position:relative}.header__nav-link[data-astro-cid-yter3dgm]{color:var(--color-black);text-decoration:none;font-size:14px;font-weight:700;padding:8px 0;display:block;position:relative;white-space:nowrap}.header__nav-link[data-astro-cid-yter3dgm]:hover{color:var(--color-primary)}.header__nav-link[data-astro-cid-yter3dgm].is-active{color:var(--color-primary)}.header__nav-link[data-astro-cid-yter3dgm]::after{content:"";position:absolute;bottom:0;left:0;width:0px;height:2px;transition:all 0.3s ease;background-color:var(--color-primary)}.header__nav-link[data-astro-cid-yter3dgm]:hover::after{width:100%}.header__nav-link[data-astro-cid-yter3dgm].is-active::after{width:100%}@media (min-width: 960px){.header__nav[data-astro-cid-yter3dgm]{display:block}}.header__subnav[data-astro-cid-qjajf2qa]{display:none;position:absolute;top:100%;left:0;width:100%;background-color:var(--color-primary);padding:32px 0;z-index:99;opacity:0;visibility:hidden;transition:opacity 0.3s ease,visibility 0.3s ease}.header__subnav[data-astro-cid-qjajf2qa].is-visible{opacity:1;visibility:visible}.header__subnav-content[data-astro-cid-qjajf2qa]{display:none;max-width:974px;margin:0 auto;padding:0 30px}.header__subnav-content[data-astro-cid-qjajf2qa].is-active{display:block}.header__subnav-list[data-astro-cid-qjajf2qa]{display:flex;align-items:center;gap:40px;list-style:none;margin:0;padding:0}.header__subnav-item[data-astro-cid-qjajf2qa]{font-weight:700}.header__subnav-item[data-astro-cid-qjajf2qa]:hover{opacity:0.5}.header__subnav-item[data-astro-cid-qjajf2qa] a[data-astro-cid-qjajf2qa]{color:var(--color-base);text-decoration:none;transition:opacity 0.3s ease}.header__subnav-item[data-astro-cid-qjajf2qa] a[data-astro-cid-qjajf2qa]:hover{opacity:0.8}@media (min-width: 960px){.header__subnav[data-astro-cid-qjajf2qa]{display:block}}.header__hamburger[data-astro-cid-folbwvrw]{display:flex;position:relative;z-index:100;height:18px;width:22px}.header__hamburger[data-astro-cid-folbwvrw] span[data-astro-cid-folbwvrw]{position:absolute;left:0;width:100%;height:1.5px;background-color:var(--color-black);transition:all 0.3s ease-in-out}.header__hamburger[data-astro-cid-folbwvrw] span[data-astro-cid-folbwvrw]:nth-child(1){top:0}.header__hamburger[data-astro-cid-folbwvrw] span[data-astro-cid-folbwvrw]:nth-child(2){top:50%;transform:translateY(-50%)}.header__hamburger[data-astro-cid-folbwvrw] span[data-astro-cid-folbwvrw]:nth-child(3){bottom:0}.header__hamburger[data-astro-cid-folbwvrw].is-active span[data-astro-cid-folbwvrw]:nth-child(1){top:50%;transform:translateY(-50%) rotate(45deg);background-color:var(--color-base)}.header__hamburger[data-astro-cid-folbwvrw].is-active span[data-astro-cid-folbwvrw]:nth-child(2){opacity:0}.header__hamburger[data-astro-cid-folbwvrw].is-active span[data-astro-cid-folbwvrw]:nth-child(3){bottom:50%;transform:translateY(50%) rotate(-45deg);background-color:var(--color-base)}.hampage[data-astro-cid-folbwvrw]{overflow-y:auto;-webkit-overflow-scrolling:touch;color:var(--color-base);display:flex;position:absolute;transition:all 0.3s ease-in-out;transform:translateY(100px);opacity:0;visibility:hidden;top:0;right:0;padding:60px 0;width:100vw;height:100vh;background-color:var(--color-primary);z-index:80}.hampage[data-astro-cid-folbwvrw].is-open{transform:translateY(0);opacity:1;visibility:visible}.hampage__wrapper[data-astro-cid-folbwvrw]{padding:0 30px;width:100%}.hampage__nav-list[data-astro-cid-folbwvrw]{display:flex;flex-direction:column;gap:20px;padding-bottom:60px}.hampage__nav-item-item[data-astro-cid-folbwvrw]{position:relative}.hampage__nav-item-item[data-astro-cid-folbwvrw] button[data-astro-cid-folbwvrw]{border-bottom:1px solid var(--color-base);padding:10px 0;display:flex;width:100%;justify-content:space-between;align-items:center}.hampage__nav-item-item[data-astro-cid-folbwvrw] .hampage__nav-item-title--bold[data-astro-cid-folbwvrw]{font-weight:700}.hampage[data-astro-cid-folbwvrw] .hampage__nav-sub-list[data-astro-cid-folbwvrw]{opacity:0;visibility:hidden;transform:translateY(20px);display:flex;flex-direction:column;gap:20px;max-height:0;transition:opacity 0.3s ease-in-out,transform 0.3s ease-in-out,max-height 0.3s ease-in-out,visibility 0s 0.3s}.hampage[data-astro-cid-folbwvrw] .hampage__nav-sub-list[data-astro-cid-folbwvrw] li[data-astro-cid-folbwvrw]{border-bottom:1px solid var(--color-base)}.hampage[data-astro-cid-folbwvrw] .hampage__nav-sub-list[data-astro-cid-folbwvrw] li[data-astro-cid-folbwvrw] a[data-astro-cid-folbwvrw]{padding:10px 0;display:flex;justify-content:space-between;align-items:center}.hampage[data-astro-cid-folbwvrw] .hampage__nav-sub-list[data-astro-cid-folbwvrw].is-open{margin-top:20px;opacity:1;visibility:visible;transform:translateY(0);max-height:500px;transition:opacity 0.3s ease-in-out,transform 0.3s ease-in-out,max-height 0.3s ease-in-out,visibility 0s 0s}@media (min-width: 960px){.header__hamburger[data-astro-cid-folbwvrw]{display:none}.hampage[data-astro-cid-folbwvrw]{display:none}}.header[data-astro-cid-rq4qnsko]{position:fixed;top:0;left:0;z-index:100;height:40px;background-color:var(--color-base);width:100%;padding:0 30px}.header__inner[data-astro-cid-rq4qnsko]{height:100%;display:flex;align-items:center;justify-content:space-between;gap:8px;width:100%}.header__logo[data-astro-cid-rq4qnsko]{display:block;height:12px;width:auto}.header__logo[data-astro-cid-rq4qnsko] img[data-astro-cid-rq4qnsko]{height:100%;width:auto}@media (min-width: 960px){.header[data-astro-cid-rq4qnsko]{height:76px}.header__logo[data-astro-cid-rq4qnsko]{height:18px;width:auto}.header__logo[data-astro-cid-rq4qnsko] img[data-astro-cid-rq4qnsko]{transition:opacity 0.3s ease-in-out;opacity:1}.header__logo[data-astro-cid-rq4qnsko]:hover img[data-astro-cid-rq4qnsko]{opacity:0.5}}.footer[data-astro-cid-ch5ybykl]{background-color:#231815;color:var(--color-base)}.footer__inner[data-astro-cid-ch5ybykl]{padding:50px 30px;max-width:400px;margin:0 auto}.footer__logo[data-astro-cid-ch5ybykl]{display:flex;flex-direction:column;gap:20px;align-items:center}.footer__logo[data-astro-cid-ch5ybykl] .logo-daichi[data-astro-cid-ch5ybykl]{width:auto;height:34px}.footer__logo[data-astro-cid-ch5ybykl] .logo-daichi[data-astro-cid-ch5ybykl] img[data-astro-cid-ch5ybykl]{width:auto;height:100%}.footer__logo[data-astro-cid-ch5ybykl] .logo-logi[data-astro-cid-ch5ybykl]{width:100%;height:auot;max-width:400px}.footer__logo[data-astro-cid-ch5ybykl] .goals[data-astro-cid-ch5ybykl]{display:none}.footer__links[data-astro-cid-ch5ybykl]{margin-top:64px;display:grid;grid-template-areas:"a b" "c d";grid-template-columns:repeat(2,1fr);column-gap:12px;row-gap:40px}.footer[data-astro-cid-ch5ybykl] .footer__links__wrapper[data-astro-cid-ch5ybykl] h4[data-astro-cid-ch5ybykl]{font-size:24px;font-weight:700;margin-bottom:16px}.footer[data-astro-cid-ch5ybykl] .footer__links__wrapper[data-astro-cid-ch5ybykl] ul[data-astro-cid-ch5ybykl]{display:flex;flex-direction:column;gap:16px}.footer[data-astro-cid-ch5ybykl] .footer__links__wrapper[data-astro-cid-ch5ybykl]:nth-child(1){grid-area:a}.footer[data-astro-cid-ch5ybykl] .footer__links__wrapper[data-astro-cid-ch5ybykl]:nth-child(2){grid-area:b}.footer[data-astro-cid-ch5ybykl] .footer__links__wrapper[data-astro-cid-ch5ybykl]:nth-child(3){grid-area:c}.footer[data-astro-cid-ch5ybykl] .footer__links__wrapper[data-astro-cid-ch5ybykl]:nth-child(4){grid-area:d}.footer__goals[data-astro-cid-ch5ybykl]{margin-top:44px;max-width:400px}.footer__copyright[data-astro-cid-ch5ybykl]{display:block;margin-top:44px;font-size:10px;text-align:center}@media (min-width: 768px){.footer__inner[data-astro-cid-ch5ybykl]{display:flex;gap:24px;justify-content:space-between;max-width:1004px;position:relative}.footer__logo[data-astro-cid-ch5ybykl]{align-items:start;max-width:320px;min-width:170px}.footer__logo[data-astro-cid-ch5ybykl] .goals[data-astro-cid-ch5ybykl]{display:block;max-width:250px}.footer__links[data-astro-cid-ch5ybykl]{margin-top:0;display:flex;gap:20px;white-space:nowrap;grid-template-areas:none}.footer[data-astro-cid-ch5ybykl] .footer__links__wrapper[data-astro-cid-ch5ybykl] h4[data-astro-cid-ch5ybykl]{font-size:16px}.footer[data-astro-cid-ch5ybykl] .footer__links__wrapper[data-astro-cid-ch5ybykl]:nth-child(1),.footer[data-astro-cid-ch5ybykl] .footer__links__wrapper[data-astro-cid-ch5ybykl]:nth-child(2),.footer[data-astro-cid-ch5ybykl] .footer__links__wrapper[data-astro-cid-ch5ybykl]:nth-child(3),.footer[data-astro-cid-ch5ybykl] .footer__links__wrapper[data-astro-cid-ch5ybykl]:nth-child(4){flex:1}.footer[data-astro-cid-ch5ybykl] .footer__links__wrapper[data-astro-cid-ch5ybykl]:nth-child(4):after{content:none}.footer[data-astro-cid-ch5ybykl] a[data-astro-cid-ch5ybykl]{opacity:1;transition:opacity 0.3s ease-in-out;font-size:14px}.footer[data-astro-cid-ch5ybykl] a[data-astro-cid-ch5ybykl]:hover{opacity:0.5}.footer__goals[data-astro-cid-ch5ybykl]{display:none}.footer__copyright[data-astro-cid-ch5ybykl]{margin-top:0;position:absolute;bottom:50px;right:30px}}.button[data-astro-cid-f566muea]{width:50px;height:50px;position:fixed;z-index:80;bottom:40px;right:calc(50% - 472px);display:grid;place-items:center;cursor:pointer;visibility:hidden;opacity:0;transition:opacity 0.3s ease-in-out,visibility 0.3s ease-in-out}.button[data-astro-cid-f566muea]::after{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background-color:var(--color-primary);opacity:0.5;z-index:50}.button__arrow[data-astro-cid-f566muea]{width:20px;height:auto;z-index:51;position:relative}.button[data-astro-cid-f566muea].is-active{opacity:1;visibility:visible}@media (min-width: 768px){.button[data-astro-cid-f566muea]:hover::after{opacity:1}}:root {
		--color-base: #fff;
		--color-primary: #24af75;
		--color-primary-10: rgba(63, 186, 124, 0.1);
		--color-secondary: #efefef;
		--color-secondary-text: #898989;
		--color-black: #000000;
		--color-table-header: #efefef;
		--color-table-border: #b5b5b6;
		--font-family: "Noto Sans JP", sans-serif;
	}

	.wrapper {
		padding: 25px 30px;
		margin: 0 auto;
	}

	@media (min-width: 768px) {
		.wrapper {
			padding: 80px 30px;
			max-width: 1004px;
		}
	}

	html,
	body {
		font-family: var(--font-family);
		background-color: var(--color-base);
		color: var(--color-black);
		font-size: 16px;
		margin: 0;
		width: 100%;
		box-sizing: border-box;
		overflow-x: hidden;
		overflow-y: auto;
		scroll-behavior: smooth;
		scroll-padding-top: 40px;
		-webkit-font-smoothing: antialiased;
		-moz-osx-font-smoothing: grayscale;
	}

	body {
		margin-top: 40px;
		position: relative;
	}

	body::after {
		position: absolute;
		top: 0;
		left: 0;
		width: 100vw;
		height: 100vh;
		background-color: var(--color-base);
		z-index: 200;
		content: "";
		display: block;
		opacity: 1;
		visibility: visible;
		transform: translateY(0);
		transition:
			opacity 1.3s ease-out,
			visibility 1.3s ease-out,
			transform 1.3s ease-out;
	}

	.is-loaded {
		&::after {
			opacity: 0;
			visibility: hidden;
			pointer-events: none;
			transform: translateY(-20px);
		}
	}

	@media (min-width: 960px) {
		body {
			margin-top: 76px;
		}
	}

	th {
		font-weight: normal;
	}

	::selection {
		background-color: var(--color-primary);
		color: var(--color-base);
	}

	::-webkit-selection {
		background-color: var(--color-primary);
		color: var(--color-base);
	}

	::-moz-selection {
		background-color: var(--color-primary);
		color: var(--color-base);
	}

	a {
		cursor: pointer;
		user-select: none;
		-webkit-user-drag: none;
	}

	img {
		max-width: 100%;
		height: auto;
		display: block;
		user-select: none;
		-webkit-user-drag: none;
	}

	h1,
	h2,
	h3,
	h4,
	h5 {
		letter-spacing: 0.05em;
	}

	.pc-only {
		display: none;
	}

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

	.sp-only {
		display: block;
	}

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