@charset "UTF-8";

*, ::before, ::after{
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}

::backdrop{
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}

/*
! tailwindcss v3.4.14 | MIT License | https://tailwindcss.com
*/

/*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/

*,
::before,
::after {
  box-sizing: border-box;
  /* 1 */
  border-width: 0;
  /* 2 */
  border-style: solid;
  /* 2 */
  border-color: #e5e7eb;
  /* 2 */
}

::before,
::after {
  --tw-content: '';
}

/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
5. Use the user's configured `sans` font-feature-settings by default.
6. Use the user's configured `sans` font-variation-settings by default.
7. Disable tap highlights on iOS
*/

html,
:host {
  line-height: 1.5;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -moz-tab-size: 4;
  /* 3 */
  -o-tab-size: 4;
     tab-size: 4;
  /* 3 */
  font-family: Helvetica Neue, Noto Sans JP, Hiragino Kaku Gothic ProN, Hiragino Sans, Meiryo, sans-serif;
  /* 4 */
  font-feature-settings: normal;
  /* 5 */
  font-variation-settings: normal;
  /* 6 */
  -webkit-tap-highlight-color: transparent;
  /* 7 */
}

/*
1. Remove the margin in all browsers.
2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
*/

body {
  margin: 0;
  /* 1 */
  line-height: inherit;
  /* 2 */
}

/*
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
3. Ensure horizontal rules are visible by default.
*/

hr {
  height: 0;
  /* 1 */
  color: inherit;
  /* 2 */
  border-top-width: 1px;
  /* 3 */
}

/*
Add the correct text decoration in Chrome, Edge, and Safari.
*/

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

/*
Remove the default font size and weight for headings.
*/

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

/*
Reset links to optimize for opt-in styling instead of opt-out.
*/

a {
  color: inherit;
  text-decoration: inherit;
}

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

b,
strong {
  font-weight: bolder;
}

/*
1. Use the user's configured `mono` font-family by default.
2. Use the user's configured `mono` font-feature-settings by default.
3. Use the user's configured `mono` font-variation-settings by default.
4. Correct the odd `em` font sizing in all browsers.
*/

code,
kbd,
samp,
pre {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  /* 1 */
  font-feature-settings: normal;
  /* 2 */
  font-variation-settings: normal;
  /* 3 */
  font-size: 1em;
  /* 4 */
}

/*
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;
}

/*
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
3. Remove gaps between table borders by default.
*/

table {
  text-indent: 0;
  /* 1 */
  border-color: inherit;
  /* 2 */
  border-collapse: collapse;
  /* 3 */
}

/*
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
3. Remove default padding in all browsers.
*/

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-feature-settings: inherit;
  /* 1 */
  font-variation-settings: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  font-weight: inherit;
  /* 1 */
  line-height: inherit;
  /* 1 */
  letter-spacing: inherit;
  /* 1 */
  color: inherit;
  /* 1 */
  margin: 0;
  /* 2 */
  padding: 0;
  /* 3 */
}

/*
Remove the inheritance of text transform in Edge and Firefox.
*/

button,
select {
  text-transform: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/

button,
input:where([type='button']),
input:where([type='reset']),
input:where([type='submit']) {
  -webkit-appearance: button;
  /* 1 */
  background-color: transparent;
  /* 2 */
  background-image: none;
  /* 2 */
}

/*
Use the modern Firefox focus style for all focusable elements.
*/

:-moz-focusring {
  outline: auto;
}

/*
Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
*/

:-moz-ui-invalid {
  box-shadow: none;
}

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

progress {
  vertical-align: baseline;
}

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

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

/*
1. Correct the odd appearance in Chrome and Safari.
2. Correct the outline style in Safari.
*/

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

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

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

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Change font properties to `inherit` in Safari.
*/

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

/*
Add the correct display in Chrome and Safari.
*/

summary {
  display: list-item;
}

/*
Removes the default spacing and border for appropriate elements.
*/

blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

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

/*
Reset default styling for dialogs.
*/

dialog {
  padding: 0;
}

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

/*
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
2. Set the default placeholder color to the user's configured gray 400 color.
*/

input::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1;
  /* 1 */
  color: #9ca3af;
  /* 2 */
}

input::placeholder,
textarea::placeholder {
  opacity: 1;
  /* 1 */
  color: #9ca3af;
  /* 2 */
}

/*
Set the default cursor for buttons.
*/

button,
[role="button"] {
  cursor: pointer;
}

/*
Make sure disabled buttons don't get the pointer cursor.
*/

:disabled {
  cursor: default;
}

/*
1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
   This can trigger a poorly considered lint error in some tools but is included by design.
*/

img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block;
  /* 1 */
  vertical-align: middle;
  /* 2 */
}

/*
Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
*/

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

/* Make elements with the HTML hidden attribute stay hidden by default */

[hidden]:where(:not([hidden="until-found"])) {
  display: none;
}

[type='text'],input:where(:not([type])),[type='email'],[type='url'],[type='password'],[type='number'],[type='date'],[type='datetime-local'],[type='month'],[type='search'],[type='tel'],[type='time'],[type='week'],[multiple],textarea,select{
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: #fff;
  border-color: #6b7280;
  border-width: 1px;
  border-radius: 0px;
  padding-top: 0.5rem;
  padding-right: 0.75rem;
  padding-bottom: 0.5rem;
  padding-left: 0.75rem;
  font-size: 1rem;
  line-height: 1.5rem;
  --tw-shadow: 0 0 #0000;
}

[type='text']:focus, input:where(:not([type])):focus, [type='email']:focus, [type='url']:focus, [type='password']:focus, [type='number']:focus, [type='date']:focus, [type='datetime-local']:focus, [type='month']:focus, [type='search']:focus, [type='tel']:focus, [type='time']:focus, [type='week']:focus, [multiple]:focus, textarea:focus, select:focus{
  outline: 2px solid transparent;
  outline-offset: 2px;
  --tw-ring-inset: var(--tw-empty,/*!*/ /*!*/);
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: #2563eb;
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  border-color: #2563eb;
}

input::-moz-placeholder, textarea::-moz-placeholder{
  color: #6b7280;
  opacity: 1;
}

input::placeholder,textarea::placeholder{
  color: #6b7280;
  opacity: 1;
}

::-webkit-datetime-edit-fields-wrapper{
  padding: 0;
}

::-webkit-date-and-time-value{
  min-height: 1.5em;
  text-align: inherit;
}

::-webkit-datetime-edit{
  display: inline-flex;
}

::-webkit-datetime-edit,::-webkit-datetime-edit-year-field,::-webkit-datetime-edit-month-field,::-webkit-datetime-edit-day-field,::-webkit-datetime-edit-hour-field,::-webkit-datetime-edit-minute-field,::-webkit-datetime-edit-second-field,::-webkit-datetime-edit-millisecond-field,::-webkit-datetime-edit-meridiem-field{
  padding-top: 0;
  padding-bottom: 0;
}

select{
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3e%3cpath stroke='%236b7280' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M6 8l4 4 4-4'/%3e%3c/svg%3e");
  background-position: right 0.5rem center;
  background-repeat: no-repeat;
  background-size: 1.5em 1.5em;
  padding-right: 2.5rem;
  -webkit-print-color-adjust: exact;
          print-color-adjust: exact;
}

[multiple],[size]:where(select:not([size="1"])){
  background-image: initial;
  background-position: initial;
  background-repeat: unset;
  background-size: initial;
  padding-right: 0.75rem;
  -webkit-print-color-adjust: unset;
          print-color-adjust: unset;
}

[type='checkbox'],[type='radio']{
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  padding: 0;
  -webkit-print-color-adjust: exact;
          print-color-adjust: exact;
  display: inline-block;
  vertical-align: middle;
  background-origin: border-box;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  flex-shrink: 0;
  height: 1rem;
  width: 1rem;
  color: #2563eb;
  background-color: #fff;
  border-color: #6b7280;
  border-width: 1px;
  --tw-shadow: 0 0 #0000;
}

[type='checkbox']{
  border-radius: 0px;
}

[type='radio']{
  border-radius: 100%;
}

[type='checkbox']:focus,[type='radio']:focus{
  outline: 2px solid transparent;
  outline-offset: 2px;
  --tw-ring-inset: var(--tw-empty,/*!*/ /*!*/);
  --tw-ring-offset-width: 2px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: #2563eb;
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
}

[type='checkbox']:checked,[type='radio']:checked{
  border-color: transparent;
  background-color: currentColor;
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
}

[type='checkbox']:checked{
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M12.207 4.793a1 1 0 010 1.414l-5 5a1 1 0 01-1.414 0l-2-2a1 1 0 011.414-1.414L6.5 9.086l4.293-4.293a1 1 0 011.414 0z'/%3e%3c/svg%3e");
}

@media (forced-colors: active) {
  [type='checkbox']:checked{
    -webkit-appearance: auto;
       -moz-appearance: auto;
            appearance: auto;
  }
}

[type='radio']:checked{
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3ccircle cx='8' cy='8' r='3'/%3e%3c/svg%3e");
}

@media (forced-colors: active) {
  [type='radio']:checked{
    -webkit-appearance: auto;
       -moz-appearance: auto;
            appearance: auto;
  }
}

[type='checkbox']:checked:hover,[type='checkbox']:checked:focus,[type='radio']:checked:hover,[type='radio']:checked:focus{
  border-color: transparent;
  background-color: currentColor;
}

[type='checkbox']:indeterminate{
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 16 16'%3e%3cpath stroke='white' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M4 8h8'/%3e%3c/svg%3e");
  border-color: transparent;
  background-color: currentColor;
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
}

@media (forced-colors: active) {
  [type='checkbox']:indeterminate{
    -webkit-appearance: auto;
       -moz-appearance: auto;
            appearance: auto;
  }
}

[type='checkbox']:indeterminate:hover,[type='checkbox']:indeterminate:focus{
  border-color: transparent;
  background-color: currentColor;
}

[type='file']{
  background: unset;
  border-color: inherit;
  border-width: 0;
  border-radius: 0;
  padding: 0;
  font-size: unset;
  line-height: inherit;
}

[type='file']:focus{
  outline: 1px solid ButtonText;
  outline: 1px auto -webkit-focus-ring-color;
}

.container{
  width: 100%;
}

@media (min-width: 640px){
  .container{
    max-width: 640px;
  }
}

@media (min-width: 768px){
  .container{
    max-width: 768px;
  }
}

@media (min-width: 1024px){
  .container{
    max-width: 1024px;
  }
}

@media (min-width: 1280px){
  .container{
    max-width: 1280px;
  }
}

.form-input,.form-textarea,.form-select,.form-multiselect{
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: #fff;
  border-color: #6b7280;
  border-width: 1px;
  border-radius: 0px;
  padding-top: 0.5rem;
  padding-right: 0.75rem;
  padding-bottom: 0.5rem;
  padding-left: 0.75rem;
  font-size: 1rem;
  line-height: 1.5rem;
  --tw-shadow: 0 0 #0000;
}

.form-input:focus, .form-textarea:focus, .form-select:focus, .form-multiselect:focus{
  outline: 2px solid transparent;
  outline-offset: 2px;
  --tw-ring-inset: var(--tw-empty,/*!*/ /*!*/);
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: #2563eb;
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  border-color: #2563eb;
}

.form-input::-moz-placeholder, .form-textarea::-moz-placeholder{
  color: #6b7280;
  opacity: 1;
}

.form-input::placeholder,.form-textarea::placeholder{
  color: #6b7280;
  opacity: 1;
}

.form-input::-webkit-datetime-edit-fields-wrapper{
  padding: 0;
}

.form-input::-webkit-date-and-time-value{
  min-height: 1.5em;
  text-align: inherit;
}

.form-input::-webkit-datetime-edit{
  display: inline-flex;
}

.form-input::-webkit-datetime-edit,.form-input::-webkit-datetime-edit-year-field,.form-input::-webkit-datetime-edit-month-field,.form-input::-webkit-datetime-edit-day-field,.form-input::-webkit-datetime-edit-hour-field,.form-input::-webkit-datetime-edit-minute-field,.form-input::-webkit-datetime-edit-second-field,.form-input::-webkit-datetime-edit-millisecond-field,.form-input::-webkit-datetime-edit-meridiem-field{
  padding-top: 0;
  padding-bottom: 0;
}

.prose{
  color: var(--tw-prose-body);
  max-width: 65ch;
}

.prose :where(p):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 1.25em;
  margin-bottom: 1.25em;
}

.prose :where([class~="lead"]):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: var(--tw-prose-lead);
  font-size: 1.25em;
  line-height: 1.6;
  margin-top: 1.2em;
  margin-bottom: 1.2em;
}

.prose :where(a):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: var(--tw-prose-links);
  text-decoration: underline;
  font-weight: 500;
}

.prose :where(strong):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: var(--tw-prose-bold);
  font-weight: 600;
}

.prose :where(a strong):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: inherit;
}

.prose :where(blockquote strong):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: inherit;
}

.prose :where(thead th strong):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: inherit;
}

.prose :where(ol):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  list-style-type: decimal;
  margin-top: 1.25em;
  margin-bottom: 1.25em;
  padding-inline-start: 1.625em;
}

.prose :where(ol[type="A"]):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  list-style-type: upper-alpha;
}

.prose :where(ol[type="a"]):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  list-style-type: lower-alpha;
}

.prose :where(ol[type="A" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  list-style-type: upper-alpha;
}

.prose :where(ol[type="a" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  list-style-type: lower-alpha;
}

.prose :where(ol[type="I"]):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  list-style-type: upper-roman;
}

.prose :where(ol[type="i"]):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  list-style-type: lower-roman;
}

.prose :where(ol[type="I" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  list-style-type: upper-roman;
}

.prose :where(ol[type="i" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  list-style-type: lower-roman;
}

.prose :where(ol[type="1"]):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  list-style-type: decimal;
}

.prose :where(ul):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  list-style-type: disc;
  margin-top: 1.25em;
  margin-bottom: 1.25em;
  padding-inline-start: 1.625em;
}

.prose :where(ol > li):not(:where([class~="not-prose"],[class~="not-prose"] *))::marker{
  font-weight: 400;
  color: var(--tw-prose-counters);
}

.prose :where(ul > li):not(:where([class~="not-prose"],[class~="not-prose"] *))::marker{
  color: var(--tw-prose-bullets);
}

.prose :where(dt):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: var(--tw-prose-headings);
  font-weight: 600;
  margin-top: 1.25em;
}

.prose :where(hr):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  border-color: var(--tw-prose-hr);
  border-top-width: 1px;
  margin-top: 3em;
  margin-bottom: 3em;
}

.prose :where(blockquote):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  font-weight: 500;
  font-style: italic;
  color: var(--tw-prose-quotes);
  border-inline-start-width: 0.25rem;
  border-inline-start-color: var(--tw-prose-quote-borders);
  quotes: "\201C""\201D""\2018""\2019";
  margin-top: 1.6em;
  margin-bottom: 1.6em;
  padding-inline-start: 1em;
}

.prose :where(blockquote p:first-of-type):not(:where([class~="not-prose"],[class~="not-prose"] *))::before{
  content: open-quote;
}

.prose :where(blockquote p:last-of-type):not(:where([class~="not-prose"],[class~="not-prose"] *))::after{
  content: close-quote;
}

.prose :where(h1):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: var(--tw-prose-headings);
  font-weight: 800;
  font-size: 2.25em;
  margin-top: 0;
  margin-bottom: 0.8888889em;
  line-height: 1.1111111;
}

.prose :where(h1 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  font-weight: 900;
  color: inherit;
}

.prose :where(h2):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: var(--tw-prose-headings);
  font-weight: 700;
  font-size: 1.5em;
  margin-top: 2em;
  margin-bottom: 1em;
  line-height: 1.3333333;
}

.prose :where(h2 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  font-weight: 800;
  color: inherit;
}

.prose :where(h3):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: var(--tw-prose-headings);
  font-weight: 600;
  font-size: 1.25em;
  margin-top: 1.6em;
  margin-bottom: 0.6em;
  line-height: 1.6;
}

.prose :where(h3 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  font-weight: 700;
  color: inherit;
}

.prose :where(h4):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: var(--tw-prose-headings);
  font-weight: 600;
  margin-top: 1.5em;
  margin-bottom: 0.5em;
  line-height: 1.5;
}

.prose :where(h4 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  font-weight: 700;
  color: inherit;
}

.prose :where(img):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 2em;
  margin-bottom: 2em;
}

.prose :where(picture):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  display: block;
  margin-top: 2em;
  margin-bottom: 2em;
}

.prose :where(video):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 2em;
  margin-bottom: 2em;
}

.prose :where(kbd):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  font-weight: 500;
  font-family: inherit;
  color: var(--tw-prose-kbd);
  box-shadow: 0 0 0 1px rgb(var(--tw-prose-kbd-shadows) / 10%), 0 3px 0 rgb(var(--tw-prose-kbd-shadows) / 10%);
  font-size: 0.875em;
  border-radius: 0.3125rem;
  padding-top: 0.1875em;
  padding-inline-end: 0.375em;
  padding-bottom: 0.1875em;
  padding-inline-start: 0.375em;
}

.prose :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: var(--tw-prose-code);
  font-weight: 600;
  font-size: 0.875em;
}

.prose :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *))::before{
  content: "`";
}

.prose :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *))::after{
  content: "`";
}

.prose :where(a code):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: inherit;
}

.prose :where(h1 code):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: inherit;
}

.prose :where(h2 code):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: inherit;
  font-size: 0.875em;
}

.prose :where(h3 code):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: inherit;
  font-size: 0.9em;
}

.prose :where(h4 code):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: inherit;
}

.prose :where(blockquote code):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: inherit;
}

.prose :where(thead th code):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: inherit;
}

.prose :where(pre):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: var(--tw-prose-pre-code);
  background-color: var(--tw-prose-pre-bg);
  overflow-x: auto;
  font-weight: 400;
  font-size: 0.875em;
  line-height: 1.7142857;
  margin-top: 1.7142857em;
  margin-bottom: 1.7142857em;
  border-radius: 0.375rem;
  padding-top: 0.8571429em;
  padding-inline-end: 1.1428571em;
  padding-bottom: 0.8571429em;
  padding-inline-start: 1.1428571em;
}

.prose :where(pre code):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  background-color: transparent;
  border-width: 0;
  border-radius: 0;
  padding: 0;
  font-weight: inherit;
  color: inherit;
  font-size: inherit;
  font-family: inherit;
  line-height: inherit;
}

.prose :where(pre code):not(:where([class~="not-prose"],[class~="not-prose"] *))::before{
  content: none;
}

.prose :where(pre code):not(:where([class~="not-prose"],[class~="not-prose"] *))::after{
  content: none;
}

.prose :where(table):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  width: 100%;
  table-layout: auto;
  margin-top: 2em;
  margin-bottom: 2em;
  font-size: 0.875em;
  line-height: 1.7142857;
}

.prose :where(thead):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  border-bottom-width: 1px;
  border-bottom-color: var(--tw-prose-th-borders);
}

.prose :where(thead th):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: var(--tw-prose-headings);
  font-weight: 600;
  vertical-align: bottom;
  padding-inline-end: 0.5714286em;
  padding-bottom: 0.5714286em;
  padding-inline-start: 0.5714286em;
}

.prose :where(tbody tr):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  border-bottom-width: 1px;
  border-bottom-color: var(--tw-prose-td-borders);
}

.prose :where(tbody tr:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  border-bottom-width: 0;
}

.prose :where(tbody td):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  vertical-align: baseline;
}

.prose :where(tfoot):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  border-top-width: 1px;
  border-top-color: var(--tw-prose-th-borders);
}

.prose :where(tfoot td):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  vertical-align: top;
}

.prose :where(th, td):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  text-align: start;
}

.prose :where(figure > *):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0;
  margin-bottom: 0;
}

.prose :where(figcaption):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: var(--tw-prose-captions);
  font-size: 0.875em;
  line-height: 1.4285714;
  margin-top: 0.8571429em;
}

.prose{
  --tw-prose-body: #374151;
  --tw-prose-headings: #111827;
  --tw-prose-lead: #4b5563;
  --tw-prose-links: #111827;
  --tw-prose-bold: #111827;
  --tw-prose-counters: #6b7280;
  --tw-prose-bullets: #d1d5db;
  --tw-prose-hr: #e5e7eb;
  --tw-prose-quotes: #111827;
  --tw-prose-quote-borders: #e5e7eb;
  --tw-prose-captions: #6b7280;
  --tw-prose-kbd: #111827;
  --tw-prose-kbd-shadows: 17 24 39;
  --tw-prose-code: #111827;
  --tw-prose-pre-code: #e5e7eb;
  --tw-prose-pre-bg: #1f2937;
  --tw-prose-th-borders: #d1d5db;
  --tw-prose-td-borders: #e5e7eb;
  --tw-prose-invert-body: #d1d5db;
  --tw-prose-invert-headings: #fff;
  --tw-prose-invert-lead: #9ca3af;
  --tw-prose-invert-links: #fff;
  --tw-prose-invert-bold: #fff;
  --tw-prose-invert-counters: #9ca3af;
  --tw-prose-invert-bullets: #4b5563;
  --tw-prose-invert-hr: #374151;
  --tw-prose-invert-quotes: #f3f4f6;
  --tw-prose-invert-quote-borders: #374151;
  --tw-prose-invert-captions: #9ca3af;
  --tw-prose-invert-kbd: #fff;
  --tw-prose-invert-kbd-shadows: 255 255 255;
  --tw-prose-invert-code: #fff;
  --tw-prose-invert-pre-code: #d1d5db;
  --tw-prose-invert-pre-bg: rgb(0 0 0 / 50%);
  --tw-prose-invert-th-borders: #4b5563;
  --tw-prose-invert-td-borders: #374151;
  font-size: 1rem;
  line-height: 1.75;
}

.prose :where(picture > img):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0;
  margin-bottom: 0;
}

.prose :where(li):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}

.prose :where(ol > li):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  padding-inline-start: 0.375em;
}

.prose :where(ul > li):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  padding-inline-start: 0.375em;
}

.prose :where(.prose > ul > li p):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0.75em;
  margin-bottom: 0.75em;
}

.prose :where(.prose > ul > li > p:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 1.25em;
}

.prose :where(.prose > ul > li > p:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-bottom: 1.25em;
}

.prose :where(.prose > ol > li > p:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 1.25em;
}

.prose :where(.prose > ol > li > p:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-bottom: 1.25em;
}

.prose :where(ul ul, ul ol, ol ul, ol ol):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0.75em;
  margin-bottom: 0.75em;
}

.prose :where(dl):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 1.25em;
  margin-bottom: 1.25em;
}

.prose :where(dd):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0.5em;
  padding-inline-start: 1.625em;
}

.prose :where(hr + *):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0;
}

.prose :where(h2 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0;
}

.prose :where(h3 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0;
}

.prose :where(h4 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0;
}

.prose :where(thead th:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  padding-inline-start: 0;
}

.prose :where(thead th:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  padding-inline-end: 0;
}

.prose :where(tbody td, tfoot td):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  padding-top: 0.5714286em;
  padding-inline-end: 0.5714286em;
  padding-bottom: 0.5714286em;
  padding-inline-start: 0.5714286em;
}

.prose :where(tbody td:first-child, tfoot td:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  padding-inline-start: 0;
}

.prose :where(tbody td:last-child, tfoot td:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  padding-inline-end: 0;
}

.prose :where(figure):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 2em;
  margin-bottom: 2em;
}

.prose :where(.prose > :first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0;
}

.prose :where(.prose > :last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-bottom: 0;
}

.absolute{
  position: absolute;
}

.relative{
  position: relative;
}

.sticky{
  position: sticky;
}

.inset-0{
  inset: 0px;
}

.bottom-0{
  bottom: 0px;
}

.left-0{
  left: 0px;
}

.top-0{
  top: 0px;
}

.z-10{
  z-index: 10;
}

.col-span-2{
  grid-column: span 2 / span 2;
}

.m-0{
  margin: 0px;
}

.mx-2{
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}

.mx-auto{
  margin-left: auto;
  margin-right: auto;
}

.my-2{
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}

.my-4{
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.mb-10{
  margin-bottom: 2.5rem;
}

.mb-12{
  margin-bottom: 3rem;
}

.mb-16{
  margin-bottom: 4rem;
}

.mb-2{
  margin-bottom: 0.5rem;
}

.mb-20{
  margin-bottom: 5rem;
}

.mb-4{
  margin-bottom: 1rem;
}

.mb-6{
  margin-bottom: 1.5rem;
}

.mb-8{
  margin-bottom: 2rem;
}

.ml-4{
  margin-left: 1rem;
}

.mr-4{
  margin-right: 1rem;
}

.mr-5{
  margin-right: 1.25rem;
}

.mt-1{
  margin-top: 0.25rem;
}

.mt-10{
  margin-top: 2.5rem;
}

.mt-14{
  margin-top: 3.5rem;
}

.mt-6{
  margin-top: 1.5rem;
}

.mt-8{
  margin-top: 2rem;
}

.block{
  display: block;
}

.inline-block{
  display: inline-block;
}

.inline{
  display: inline;
}

.flex{
  display: flex;
}

.inline-flex{
  display: inline-flex;
}

.grid{
  display: grid;
}

.hidden{
  display: none;
}

.h-48{
  height: 12rem;
}

.h-52{
  height: 13rem;
}

.h-6{
  height: 1.5rem;
}

.h-\[1\.45rem\]{
  height: 1.45rem;
}

.h-\[70px\]{
  height: 70px;
}

.h-full{
  height: 100%;
}

.w-6{
  width: 1.5rem;
}

.w-\[70px\]{
  width: 70px;
}

.w-full{
  width: 100%;
}

.max-w-5xl{
  max-width: 64rem;
}

.max-w-6xl{
  max-width: 72rem;
}

.shrink-0{
  flex-shrink: 0;
}

.grid-cols-1{
  grid-template-columns: repeat(1, minmax(0, 1fr));
}

.grid-cols-2{
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.flex-row{
  flex-direction: row;
}

.flex-col{
  flex-direction: column;
}

.flex-wrap{
  flex-wrap: wrap;
}

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

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

.justify-between{
  justify-content: space-between;
}

.gap-1{
  gap: 0.25rem;
}

.gap-2{
  gap: 0.5rem;
}

.gap-3{
  gap: 0.75rem;
}

.gap-4{
  gap: 1rem;
}

.gap-6{
  gap: 1.5rem;
}

.gap-8{
  gap: 2rem;
}

.gap-x-6{
  -moz-column-gap: 1.5rem;
       column-gap: 1.5rem;
}

.gap-x-8{
  -moz-column-gap: 2rem;
       column-gap: 2rem;
}

.gap-y-6{
  row-gap: 1.5rem;
}

.self-start{
  align-self: flex-start;
}

.overflow-hidden{
  overflow: hidden;
}

.rounded{
  border-radius: 0.25rem;
}

.rounded-full{
  border-radius: 9999px;
}

.rounded-md{
  border-radius: 0.375rem;
}

.border{
  border-width: 1px;
}

.border-b{
  border-bottom-width: 1px;
}

.border-black{
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-border-opacity));
}

.border-gray-800{
  --tw-border-opacity: 1;
  border-color: rgb(31 41 55 / var(--tw-border-opacity));
}

.border-linegray{
  --tw-border-opacity: 1;
  border-color: rgb(217 217 217 / var(--tw-border-opacity));
}

.border-transparent{
  border-color: transparent;
}

.bg-black01{
  --tw-bg-opacity: 1;
  background-color: rgb(17 17 17 / var(--tw-bg-opacity));
}

.bg-brand{
  --tw-bg-opacity: 1;
  background-color: rgb(230 0 18 / var(--tw-bg-opacity));
}

.bg-gray-100{
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity));
}

.bg-gray-200{
  --tw-bg-opacity: 1;
  background-color: rgb(229 231 235 / var(--tw-bg-opacity));
}

.bg-lightgray{
  --tw-bg-opacity: 1;
  background-color: rgb(232 232 232 / var(--tw-bg-opacity));
}

.bg-lightnessgray{
  --tw-bg-opacity: 1;
  background-color: rgb(247 247 247 / var(--tw-bg-opacity));
}

.bg-white{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

.object-cover{
  -o-object-fit: cover;
     object-fit: cover;
}

.object-center{
  -o-object-position: center;
     object-position: center;
}

.p-0{
  padding: 0px;
}

.p-2{
  padding: 0.5rem;
}

.p-4{
  padding: 1rem;
}

.p-6{
  padding: 1.5rem;
}

.px-0{
  padding-left: 0px;
  padding-right: 0px;
}

.px-10{
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

.px-14{
  padding-left: 3.5rem;
  padding-right: 3.5rem;
}

.px-20{
  padding-left: 5rem;
  padding-right: 5rem;
}

.px-24{
  padding-left: 6rem;
  padding-right: 6rem;
}

.px-4{
  padding-left: 1rem;
  padding-right: 1rem;
}

.px-5{
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

.px-6{
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.py-1{
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}

.py-10{
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}

.py-12{
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.py-14{
  padding-top: 3.5rem;
  padding-bottom: 3.5rem;
}

.py-16{
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.py-2{
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.py-20{
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.py-24{
  padding-top: 6rem;
  padding-bottom: 6rem;
}

.py-3{
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}

.py-4{
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.py-8{
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.pb-12{
  padding-bottom: 3rem;
}

.pb-20{
  padding-bottom: 5rem;
}

.pl-5{
  padding-left: 1.25rem;
}

.pr-2{
  padding-right: 0.5rem;
}

.pt-1\.5{
  padding-top: 0.375rem;
}

.pt-20{
  padding-top: 5rem;
}

.text-left{
  text-align: left;
}

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

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

.text-2xl{
  font-size: 1.5rem;
  line-height: 2rem;
}

.text-3xl{
  font-size: 1.875rem;
  line-height: 2.25rem;
}

.text-4xl{
  font-size: 2.25rem;
  line-height: 2.5rem;
}

.text-5xl{
  font-size: 3rem;
  line-height: 1;
}

.text-\[12px\]{
  font-size: 12px;
}

.text-base{
  font-size: 1rem;
  line-height: 1.5rem;
}

.text-lg{
  font-size: 1.125rem;
  line-height: 1.75rem;
}

.text-sm{
  font-size: 0.875rem;
  line-height: 1.25rem;
}

.text-xl{
  font-size: 1.25rem;
  line-height: 1.75rem;
}

.text-xs{
  font-size: 0.75rem;
  line-height: 1rem;
}

.\!font-semibold{
  font-weight: 600 !important;
}

.font-bold{
  font-weight: 700;
}

.font-medium{
  font-weight: 500;
}

.font-semibold{
  font-weight: 600;
}

.leading-7{
  line-height: 1.75rem;
}

.leading-relaxed{
  line-height: 1.625;
}

.tracking-wider{
  letter-spacing: 0.05em;
}

.text-brand{
  --tw-text-opacity: 1;
  color: rgb(230 0 18 / var(--tw-text-opacity));
}

.text-brand-dark{
  --tw-text-opacity: 1;
  color: rgb(17 17 17 / var(--tw-text-opacity));
}

.text-gray-400{
  --tw-text-opacity: 1;
  color: rgb(156 163 175 / var(--tw-text-opacity));
}

.text-gray-700{
  --tw-text-opacity: 1;
  color: rgb(55 65 81 / var(--tw-text-opacity));
}

.text-gray-800{
  --tw-text-opacity: 1;
  color: rgb(31 41 55 / var(--tw-text-opacity));
}

.text-white{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.underline{
  text-decoration-line: underline;
}

.transition{
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.duration-200{
  transition-duration: 200ms;
}

.footer-copy{
  margin-left: auto;
  margin-right: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-left: 0px;
  padding-right: 0px;
  padding-top: 2rem;
  padding-bottom: 0px;
}

.footer-copy__left{
  order: 2;
  width: 100%;
  padding: 1rem;
  text-align: center;
  font-size: 0.75rem;
  line-height: 1rem;
}

.btn-contact01{
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: center;
  --tw-bg-opacity: 1;
  background-color: rgb(230 0 18 / var(--tw-bg-opacity));
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  text-align: center;
  font-size: 0.875rem;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.btn-contact02{
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: center;
  --tw-bg-opacity: 1;
  background-color: rgb(17 17 17 / var(--tw-bg-opacity));
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  text-align: center;
  font-size: 0.875rem;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.form-th{
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.form-input{
  margin-top: 0.25rem;
  display: block;
  width: 100%;
  --tw-border-opacity: 1;
  border-color: rgb(209 213 219 / var(--tw-border-opacity));
}

.tag-red{
  --tw-bg-opacity: 1;
  background-color: rgb(185 28 28 / var(--tw-bg-opacity));
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  font-size: 0.75rem;
  line-height: 1rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.l-menu-item{
  margin-right: 0.5rem;
  margin-bottom: 0.5rem;
  border-radius: 0.375rem;
  --tw-bg-opacity: 1;
  background-color: rgb(31 41 55 / var(--tw-bg-opacity));
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

figcaption{
  margin-top: 0.25rem;
  text-align: center;
  font-size: 0.875rem;
  line-height: 1.25rem;
}

/*
- 01 header
- 02.footer
- 03.main
- 04.common parts
- 05.調整用 parts
*/

/* 01 header */

/* 上部固定メニューとスムーススクロール */

html {
  scroll-behavior: smooth;
  scroll-padding-top: 100px;
}

#header {
  position: fixed;
  z-index: 999;
  top: 0;
  height: 90px;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  text-align: center;
  border-bottom: solid 1px #d9d9d9;
}

@media screen and (max-width:1024px) {
  #header {
    height: 60px;
    padding: 0;
  }

  .header-nav {
    display: none;
  }
}

@media screen and (min-width:1025px) {
  .searchbtn {
    display: none;
  }
}

/* 02 footer */

.footer-link {
  font-size: 0.9rem;
}

.footer-link li {
  display: inline-block;
}

.footer-link nav a {
  /*  line-height: 1.75rem;*/
}

@media all and (max-width: 767px) {
  .footer-link {
    font-size: 0.8rem;
  }
}

.footer-ttl {
  margin-bottom: 0.75rem;
  font-size: 1.125rem;
}

.footer-link nav a::before {
  content: '-';
  padding: 0 10px 0 0;
}

/* 03.main */

.main {
  margin-top: 90px;
}

@media screen and (max-width:1024px) {
  .main {
    margin-top: 60px;
  }
}

/* mobile時の文字サイズ  */

@media screen and (max-width: 768px) {
  .main, .prose {
    font-size: 0.8rem;
  }
}

/*.container{
  max-width: 1064px !important;
}*/

/* 04 common parts */

/* page header */

.page-header-image {
  width: 50vw;
  position: absolute;
  top: 0;
  right: 0;
  background-repeat: no-repeat;
  background-size: cover;
}

@media screen and (max-width: 1280px) and (min-width: 769px) {
  .page-header-image {
    /*    width: 66vw;*/
  }
}

@media all and (max-width: 768px) {
  .page-header-image {
    width: 100vw;
  }
}

.has-bgline::before {
  content: "";
  position: absolute;
  height: 0px;
  width: 1px;
  background: #000000;
  top: -120px;
  left: 50%;
  opacity: 1;
  transform: translateX(-50%);
  transition: all .4s .5s cubic-bezier(.51, .21, .17, 1);
}

.bg-lightgray .has-bgline:before {
  height: 100px;
}

.max-w-wxl {
  width: 100%;
  max-width: 1280px;
}

/* 背景画像の指定  */

.fullBlock {
  margin: 0 calc(50% - 50vw);
  padding: 2.5rem calc(50vw - 50%);
  width: 100vw;
}

/* .fullBlock-imgを使わないで、fullBlockに背景を指定する方が良い */

.fullBlock-img {
  padding: 5rem calc(50vw - 50%);
  margin: 0 calc(50% - 50vw);
  background-size: cover;
  width: 100vw;
}

.fullBlock-100th {
  margin: 0 calc(50% - 50vw);
  padding: 0 calc(50vw - 50%) 5rem;
  width: 100vw;
}

/*.fullBlock-local {
  margin: 0 calc(50% - 50vw);
  padding: 2.5rem calc(50vw - 50%);
  width: 100vw;
  border-bottom: solid 1px #d9d9d9;
}*/

/* ページトップ */

#page-top a {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #3B7ABC;
  width: 42px;
  height: 42px;
  color: #fff;
  font-size: 0.6rem;
  transition: all 0.3s;
}

#page-top a:before {
  content: "";
  position: absolute;
  top: calc(50% - 3px);
  left: calc(50% - 7px);
  width: 14px;
  height: 14px;
  border-top: 1px solid #FFFFFF;
  border-left: 1px solid #FFFFFF;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  overflow: hidden;
  text-indent: -999px;
}

#page-top a:hover {
  background: #52656D;
}

#page-top {
  position: fixed;
  right: 10px;
  bottom: 10px;
  z-index: 2;
  opacity: 0;
  transform: translateY(100px);
}

#page-top.UpMove {
  animation: UpAnime 0.5s forwards;
}

@keyframes UpAnime {
  from {
    opacity: 0;
    transform: translateY(100px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

#page-top.DownMove {
  animation: DownAnime 0.5s forwards;
}

@keyframes DownAnime {
  from {
    opacity: 1;
    transform: translateY(0);
  }

  to {
    opacity: 1;
    transform: translateY(100px);
  }
}

/* pankz */

.pankz-navi {
  font-size: 0.75rem;
}

.pankz-navi li {
  display: inline-block;
}

.pankz-navi a::after {
  content: '/';
  padding: 0 0.5rem;
}

.pankz-navi li:last-child a::after {
  content: '';
  padding: 0;
}

/* background setting */

.bg_gray-footer,
.bg_gray-rihgt,
.bg_gray-left,
.bg_gray-rihgt-50,
.bg_gray-left-50 {
  position: relative;
}

.bg_gray-footer:after {
  content: "";
  display: inline-block;
  position: absolute;
  z-index: -2;
  background: #f7f7f7;
  width: 72vw;
  height: 100%;
  bottom: 0;
  right: 0;
}

.bg_gray-rihgt:after {
  content: "";
  display: inline-block;
  position: absolute;
  z-index: -2;
  background: #f7f7f7;
  width: 68vw;
  height: 80%;
  bottom: 0;
  right: 0;
}

.bg_gray-rihgt-50:after {
  content: "";
  display: inline-block;
  position: absolute;
  z-index: -2;
  background: #f7f7f7;
  width: 68vw;
  height: 50%;
  top: 3rem;
  right: 0;
}

.bg_gray-left:after {
  content: "";
  display: inline-block;
  position: absolute;
  z-index: -2;
  background: #f7f7f7;
  width: 68vw;
  height: 100%;
  bottom: 0;
  left: 0;
}

.bg_gray-left-50:after {
  content: "";
  display: inline-block;
  position: absolute;
  z-index: -2;
  background: #f7f7f7;
  width: 68vw;
  height: 50%;
  top: 0;
  left: 0;
}

/*google map*/

.ggmap {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
  margin-bottom: 45px;
}

.ggmap iframe,
.ggmap object,
.ggmap embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.service__item {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  /*  margin-bottom: 8rem;*/
}

@media only screen and (max-width: 56.25em) {
  .service__item {
    display: block;
  }
}

.service__item:nth-child(even) {
  flex-direction: row-reverse;
}

.service__item:nth-child(even) .service__body {
  margin-right: -4rem;
}

@media only screen and (max-width: 56.25em) {
  .service__item:nth-child(even) .service__body {
    margin-right: auto;
  }
}

.service__img {
  flex: 0 0 50%;
  height: 28rem;
}

@media only screen and (max-width: 37.5em) {
  .service__img {
    height: 20rem;
  }
}

.service__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  vertical-align: bottom;
}

.service__body {
  flex: 0 0 50%;
  background-color: #fff;
  padding: 4.5rem 3.75rem 3.75rem;
  margin-top: 3.25rem;
  margin-left: -4rem;
  position: relative;
  border-top: 3px solid #111111;
}

.service__body::before {
  content: '';
  position: absolute;
  top: -3px;
  left: 0;
  width: 15%;
  height: 3px;
  background: #3B7ABC;
}

@media only screen and (max-width: 56.25em) {
  .service__body {
    position: relative;
    width: 90%;
    margin-top: -12rem;
    margin-left: auto;
    margin-right: auto;
  }
}

@media only screen and (max-width: 37.5em) {
  .service__body {
    width: 95%;
    margin-top: -8rem;
    padding: 3rem 2rem;
  }
}

.service__heading {
  margin-bottom: 1.5rem;
  font-size: 1.5rem;
}

.service__heading::first-letter {
  font-size: 2.5rem;
  color: #3B7ABC;
}

.service__btn {
  margin-top: 2.5rem;
}

@media only screen and (max-width: 56.25em) {
  .service__btn {
    text-align: center;
  }
}

/* 05.調整用 parts*/

.mt-auto {
  margin-top: auto;
}

/* typographyの調整 */

.prose {
  color: #181E21 !important;
  font-weight: 500;
  max-width: 64rem !important;
  word-break: break-all;
}

.prose img {
  margin-top: 0;
  margin-bottom: 0;
}

.prose table {
  font-size: 1em;
}

.prose.h-style h3 {
  color: #277595 !important;
}

.page-header .page-title {
  font-feature-settings: "palt";
  letter-spacing: .1em;
}

/* post-metadata */

.post-metadata {
  display: flex;
  gap: 0.5rem;
  align-items: center;
  margin-bottom: 1rem;
}

.post-tag {
  background-color: rgb(229 231 235 / 1);
  border-radius: 9999px;
  font-size: .75rem;
  line-height: 1rem;
  padding-top: 0.2rem;
  padding-bottom: 0.2rem;
  padding-left: .75rem;
  padding-right: .75rem;
}

.palt {
  font-feature-settings: "palt";
}

/* 検索BOX */

.search-form-5 {
  margin-top: 6px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 220px;
  /* 任意の幅に調整してください */
  overflow: hidden;
  /*    border-radius: 3px;*/
  background-color: #f2f2f2;
}

.search-form-5 input {
  height: 30px;
  padding: 6px 10px;
  border: none;
  box-sizing: border-box;
  background-color: #f2f2f2;
  font-size: 0.8em;
  outline: none;
}

.search-form-5 input[type="text"] {
  outline: none;
}

.search-form-5 input::-moz-placeholder {
  color: #777777;
}

.search-form-5 input::placeholder {
  color: #777777;
}

.search-form-5 button {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 30px;
  border: none;
  background-color: transparent;
  cursor: pointer;
}

.search-form-5 button::after {
  width: 20px;
  height: 20px;
  background-image: url('/assets/images/common/btn-search.svg');
  background-repeat: no-repeat;
  content: '';
}

/* ページネーション */

.ccm-pagination-wrapper {
  text-align: center;
}

.pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0 6px;
  list-style-type: none;
  padding: 1.5rem 0;
}

.pagination>li>a,
.pagination>li>span {
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 8px 16px;
  line-height: 1.42857143;
  background-color: #f2f2f2;
}

.pagination>li>a:hover,
.pagination>li>span:hover,
.pagination>li>a:focus,
.pagination>li>span:focus {
  background-color: #eee;
  border-color: #ddd
}

.pagination>.active>a,
.pagination>.active>span,
.pagination>.active>a:hover,
.pagination>.active>span:hover,
.pagination>.active>a:focus,
.pagination>.active>span:focus {
  z-index: 2;
  color: #fff;
  background-color: #3B7ABC;
  border-color: #3B7ABC;
  cursor: default
}

.pagination>.disabled>span,
.pagination>.disabled>span:hover,
.pagination>.disabled>span:focus,
.pagination>.disabled>a,
.pagination>.disabled>a:hover,
.pagination>.disabled>a:focus {
  background-color: #fff;
  border-color: #ddd;
  cursor: not-allowed
}

span.visually-hidden {
  display: none;
}

@media screen and (max-width: 640px) {
  .pagination>li:first-child>a,
  .pagination>li:last-child>a {
    padding: 8px 8px;
  }
}

#g-nav ul {
  list-style: none;
  display: flex;
  justify-content: center;
  /*  margin-left: 2.5rem;*/
}

#g-nav ul ul {
  display: block;
}

#g-nav ul li {
  position: relative;
}

#g-nav ul li a {
  display: block;
  text-decoration: none;
  padding: 13px 20px;
  transition: all 0.3s;
  font-weight: 600;
  font-size: 15px;
  color: #444;
}

#g-nav ul li li a {
  padding: 15px 15px;
}

#g-nav ul li.current a,
#g-nav ul li a:hover {
  color: #666;
}

/*==矢印の設定*/

/*== 2・3階層目の共通設定 */

/*下の階層を持っているulの指定*/

#g-nav li.has-child ul {
  position: absolute;
  left: 0;
  top: 42px;
  z-index: 4;
  /*  padding: 4px 0;*/
  background: #111;
  width: 100%;
  min-width: 220px;
  visibility: hidden;
  opacity: 0;
  transition: all 0.3s;
  /*  padding-left: 1.5em;
  text-indent: -1.5em;*/
}

/*hoverしたら表示*/

#g-nav li.has-child:hover > ul,
#g-nav li.has-child ul li:hover > ul,
#g-nav li.has-child:active > ul,
#g-nav li.has-child ul li:active > ul {
  visibility: visible;
  opacity: 1;
}

#g-nav li.has-child ul li {
  border-bottom: 1px solid #525252;
}

/*ナビゲーションaタグの形状*/

#g-nav li.has-child ul li a {
  color: #fff !important;
  font-size: 14px;
  text-align: left;
  font-weight: 500;
}

#g-nav li.has-child ul li a::before {
  /*  content: '-';
  padding: 0 10px;*/
}

#g-nav li.has-child ul li:last-child a {
  border-bottom: none;
}

#g-nav li.has-child ul li a:hover,
#g-nav li.has-child ul li a:active {
  background: #525252;
}

.btn-search {
  display: block;
  width: 56px;
  height: 42px;
  background: #808080;
  padding: 3px;
  color: #ffffff;
  /*  margin-left: 1px;*/
}

.btn-search span {
  color: #fff;
  font-size: 0.5rem;
  text-transform: uppercase;
}

/*==1023px以下の形状*/

@media screen and (max-width: 1024px) {
  #g-nav {
    position: fixed;
    display: none;
    z-index: 999;
    top: 60px;
    left: 0;
    width: 100%;
    height: 100vh;
    background: #111;
    transition: all 0.3s;
  }

  /*アクティブクラスがついたら位置を0に*/

  #g-nav.panelactive {
    display: block;
  }

  /*ナビゲーションの縦スクロール*/

  #g-nav.panelactive #g-nav-list {
    position: fixed;
    z-index: 999;
    width: 100%;
    height: 100vh;
  }

  /*ナビゲーション*/

  #g-nav ul {
    display: none;
    z-index: 999;
    margin-left: 0;
  }

  #g-nav.panelactive ul {
    display: block;
    padding: 0 1rem 1rem;
  }

  /*リストのレイアウト設定*/

  #g-nav li {
    list-style: none;
    text-align: left;
  }

  #g-nav li a {
    color: #333;
    text-decoration: none;
    padding: 10px;
    display: block;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    font-weight: bold;
  }

  /*  #g-nav li.has-child ul li a {
    font-size: 12px;
  }*/

  #g-nav ul li li a {
    padding: 8px 16px;
  }

  /*プルダウンナビのCSS*/

  #g-nav ul li.has-child ul {
    position: relative;
    left: 0;
    top: 0;
    width: 100%;
    visibility: visible;
    opacity: 1;
    /* display: none; */
    transition: none;
    transform: none;
  }

  #g-nav li.has-child ul {
    background: none;
  }

  #g-nav ul li a {
    color: #fff;
  }

  #g-nav ul li.current a,
 #g-nav ul li a:hover {
    color: #fff;
  }

  #g-nav li.has-child ul li a {
    color: #fff !important;
  }

  #g-nav li.has-child ul li a:hover,
 #g-nav li.has-child ul li a:active {
    background: #c6c6c6;
  }

  /*リストのレイアウト設定*/

  #g-nav li {
    list-style: none;
  }

  #g-nav li a {
    color: #fff;
    text-decoration: none;
    padding: 10px;
    display: block;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    font-weight: bold;
  }

  @keyframes gnaviAnime {
    0% {
      opacity: 0;
    }

    100% {
      opacity: 1;
    }
  }

  /*========= ボタンのためのCSS ===============*/

  .searchbtn {
    position: absolute;
    z-index: 9999;
    /*ボタンを最前面に*/
    top: 0;
    right: 60px;
    cursor: pointer;
    width: 60px;
    height: 60px;
    background: #808080;
    padding: 10px;
    color: #ffffff;
  }

  .searchbtn span {
    color: #fff;
    font-size: 0.6rem;
    text-transform: uppercase;
  }

  .openbtn {
    position: absolute;
    z-index: 9999;
    /*ボタンを最前面に*/
    top: 0;
    right: 0;
    cursor: pointer;
    width: 60px;
    height: 60px;
    background: #3B7ABC;
    padding: 12px;
  }

  /*×に変化*/

  .openbtn span {
    display: inline-block;
    transition: all 0.4s;
    position: absolute;
    left: 16px;
    height: 2px;
    /*border-radius: 2px;*/
    background-color: #fff;
    width: 48%;
  }

  .openbtn span:nth-of-type(1) {
    top: 15px;
  }

  .openbtn span:nth-of-type(2) {
    top: 24px;
  }

  .openbtn span:nth-of-type(3) {
    top: 33px;
  }

  .openbtn span:nth-of-type(3)::after {
    content: "Menu";
    /*3つ目の要素のafterにMenu表示を指定*/
    position: absolute;
    top: 5px;
    left: 0;
    color: #fff;
    font-size: 0.6rem;
    text-transform: uppercase;
  }

  .openbtn.active span:nth-of-type(1) {
    top: 17px;
    left: 16px;
    transform: translateY(6px) rotate(-45deg);
    width: 48%;
  }

  .openbtn.active span:nth-of-type(2) {
    opacity: 0;
  }

  .openbtn.active span:nth-of-type(3) {
    top: 29px;
    left: 16px;
    transform: translateY(-6px) rotate(45deg);
    width: 48%;
  }

  .openbtn.active span:nth-of-type(3)::after {
    content: "Close";
    /*3つ目の要素のafterにClose表示を指定*/
    transform: translateY(0) rotate(-45deg);
    top: 8px;
    left: 14px;
  }
}

.members dl {
  display: flex;
  flex-flow: row wrap;
  /*  width: 70%;*/
  margin: 1rem auto 2.5rem;
}

.members dt {
  flex-basis: 25%;
  padding: 14px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ccc;
}

.members dt a{
  text-decoration: underline;
}

.members dd {
  flex-basis: 75%;
  padding: 14px;
  background-color: #fff;
  border-bottom: 1px solid #ccc;
}

.members dt:first-child {
  border-top: 1px solid #ccc;
}

.members dd:nth-child(2) {
  border-top: 1px solid #ccc;
}

@media screen and (max-width: 559px) {
  .members dl {
    flex-flow: column;
    width: 100%;
    padding: 0;
    border: 0;
  }

  .members dt, .members dd {
    padding: 10px;
    border-bottom: 1px solid #ccc;
  }

  .members dd:nth-child(2) {
    border-top: 0;
  }
}

/* スクロールするtable */

.table-scroll {
  overflow-x: auto;
  width: 100%;
  -webkit-overflow-scrolling: touch;
  margin-bottom: 40px;
}

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

.table-scroll th,
.table-scroll td {
  vertical-align: middle;
  padding: 1em 1.15em;
  border: 1px solid #dbdbdb;
  text-align: left;
  white-space: nowrap;
}

.table-scroll th {
  background: #fff;
}

.table-scroll td {
  background: #fff;
}

.table-scroll .sticky {
  position: sticky;
  top: 0;
  left: 0;
  background: none;
  border-left: none;
  border-right: none;
}

.table-scroll .sticky::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-left: 1px solid #dbdbdb;
  border-right: 1px solid #dbdbdb;
  background: #f7f7f7;
  z-index: -1;
}

/* js-scrollable */

.js-scrollable-wrap {
  width: 100%;
  overflow-x: auto;
}

.js-scrollable {
  border-collapse: collapse;
  width: 100%;
}

.js-scrollable th,
.js-scrollable td {
  vertical-align: middle;
  padding: 1em 1.15em;
  border: 1px solid #dbdbdb;
  text-align: center;
  white-space: nowrap;
}

.js-scrollable th {
  background: #f7f7f7;
}

.js-scrollable td {
  background: #fff;
}

.is-cadlist th,
.is-cadlist td {
  padding: 0.75em 0.25em ;
  border-bottom: 1px solid #dbdbdb;
  border-top: none;
  border-right: none;
  border-left: none;
  text-align: left;
  background-color:white;
  font-size: 0.875rem;
}

/* flex table */

.price-table {
  margin-top: 0.75rem;
  border-top: 1px solid #dbdbdb;
  font-size: 1.125rem;
}

.default-table {
  margin-top: 0.75rem;
  border-top: 1px solid #dbdbdb;
}

/* responsiv table */

.flex-table {
  display: flex;
}

.flex-th,
.flex-td {
  padding: 1em 1.15em;
  border-bottom: 1px solid #dbdbdb;
}

.flex-th {
  flex: 0 30%;
  font-weight: 500;
  background-color: #f7f7f7;
}

.flex-td {
  flex: 1;
}

.flex-w15 {
  flex: 0 15%;
}

.flex-w40 {
  flex: 0 40%;
}

@media all and (max-width: 768px) {
  .flex-table.is-responsiv {
    flex-direction: column;
  }

  .flex-table.is-responsiv .flex-td {
    flex: 100%;
  }

  .flex-table.is-responsiv .flex-th {
    flex: 100%;
    padding: 1em 1.15em;
    border-bottom: none;
    background-color: #f7f7f7;
  }
}

.dl-table dl {
  display: flex;
  flex-flow: row wrap;
  width: 100%;
  margin: 0 auto;
}

.dl-table dt {
  flex-basis: 30%;
  padding: 1.5em 1.5em;
  border-bottom: 1px solid #3B7ABC;
  background-color: #fff;
}

.dl-table dd {
  flex-basis: 70%;
  padding: 1.5em 1.5em;
  border-bottom: 1px solid #dbdbdb;
  background-color: #fff;
}

.dl-table.is-3 dd {
  flex-basis: 35%;
  padding: 1.5em 1.5em;
  border-bottom: 1px solid #dbdbdb;
}

.dl-table dt:first-child {
  border-top: 1px solid #3B7ABC;
}

.dl-table dd:nth-child(2) {
  border-top: 1px solid #dbdbdb;
}

.dl-table dd:nth-child(3) {
  border-top: 1px solid #dbdbdb;
}

@media screen and (max-width: 600px) {
  .dl-table dt,
  .dl-table dd {
    padding: 1.5em 0.5em;
  }
}

.dl-table-scroll dl {
  display: flex;
  flex-flow: row wrap;
  width: 100%;
  margin: 50px auto;
}

.dl-table-scroll dt {
  flex-basis: 30%;
  padding: 1em 1.15em;
  background-color: #f7f7f7;
  border-bottom: 1px solid #333;
}

.dl-table-scroll dd {
  flex-basis: 35%;
  padding: 1em 1.15em;
  background-color: #fff;
  border-bottom: 1px solid #dbdbdb;
}

.dl-table-scroll dt:first-child {
  border-top: 1px solid #dbdbdb;
}

.dl-table-scroll dd:nth-child(2) {
  border-top: 1px solid #dbdbdb;
}

@media screen and (max-width: 600px) {
  .dl-table-scroll {
    overflow-x: scroll;
  }

  .dl-table-scroll dl {
    width: 100%;
    min-width: 600px;
    border-collapse: collapse;
  }
}

h3.plan-ttl {
  border-left: none !important;
  text-align: center;
  position: relative;
  margin-bottom: 3.75rem !important;
}

h3.plan-ttl span {
  background: linear-gradient(transparent 78%, #99C9DD 30%);
  font-weight: 600;
}

.has-base-ttl {
  text-align: center;
  position: relative;
  margin-bottom: 3rem !important;
}

.has-base-ttl::after {
  content: '';
  display: inline-block;
  position: absolute;
  bottom: -1rem;
  width: 6rem;
  height: 4px;
  left: 50%;
  transform: translateX(-50%);
  background-color: #1c466e;
}

.sec-ttl {
  font-size: 3.5rem;
  /*  margin-bottom: 1.5rem;*/
  font-weight: 600;
  letter-spacing: 0.1em;
  font-family: "Noto Sans JP";
  color: #333;
  font-style: normal;
}

@media screen and (max-width: 767px) {
  .sec-ttl {
    font-size: 1.5rem;
  }
}

/*.sec-ttl.is-simple-header {
  text-align: center;
}*/

.sec-ttl-en {
  color:#3B7ABC;
  font-size: 26px;
  font-weight: 700;
}

.sec-ttl-en::after {
  content: "";
  display: block;
  width: 64px;
  height: 2px;
  margin: 20px auto 0;
  background-color: #3B7ABC;
}

.page-content.prose h3 {
  padding: 0 0.5em;
  background: transparent;
  border-left: solid 5px #277595;
  border-radius: 2px;
}

.subtitle-en,
.subtitle-en-center {
  display: inline-block;
}

.subtitle-en:before {
  content: attr(data-en);
  font-size: 16px;
  text-align: left;
  text-transform: uppercase;
  line-height: 1.5;
  font-weight: 600;
  display: block;
  margin-bottom: 0.25rem;
  color: #3B7ABC;
}

.subtitle-en-center:before {
  content: attr(data-en);
  font-size: 12px;
  text-transform: uppercase;
  line-height: 1.5;
  letter-spacing: 0.05em;
  font-weight: 600;
  display: block;
  margin-bottom: 0.5rem;
  color: #3B7ABC;
}

.page-ttl {
  /*  font-size: 42px;*/
  display: inline-block;
  font-size: 3.25rem;
  font-weight: 600;
  letter-spacing: 0.05em;
  /*  font-family: "Noto Sans JP";*/
  color: #333;
}

.page-ttl:before {
  content: attr(data-en);
  font-size: 16px;
  text-align: center;
  text-transform: uppercase;
  line-height: 1.5;
  font-weight: 600;
  display: block;
  margin-bottom: 0.5rem;
  color: #3B7ABC;
  letter-spacing: 0.025em;
}

@media screen and (max-width: 1024px) {
  .page-ttl {
    font-size: 32px;
  }
}

@media screen and (max-width: 767px) {
  .page-ttl {
    font-size: 22px;
  }

  .page-ttl:before {
    font-size: 12px;
  }
}

.ttl-underline{
  padding-bottom: 6px;
  position: relative;
  border-bottom: 3px solid #999999;
  margin-bottom: 1.75rem;
}

.ttl-underline::before{
  content: '';
  position: absolute;
  bottom: -3px;
  width: 15%;
  height: 3px;
  background: #3B7ABC;
}

.product-h3{
  position: relative;
  margin: 20px 0;
  padding-left: 14px;
  font-size: 1.5rem;
  /*    font-weight: 500;*/
  line-height: 1.5;
}

.product-h3::before {
  content: "";
  position: absolute;
  top: 1px;
  left: 0;
  width: 4px;
  height: calc(100% - 2px);
  background-color: #3B7ABC;
}

.product-h4{
  position: relative;
  margin: 15px 0;
  padding-left: 14px;
  font-size: 1.25rem;
  line-height: 1.5;
}

.product-h4::before {
  content: "";
  position: absolute;
  top: 1px;
  left: 0;
  width: 4px;
  height: calc(100% - 2px);
  background-color: #333;
}

.en-ttl{
  color:#3B7ABC;
  display: inline-block;
  font-size: 18px;
  /*    font-family: "Roboto", "Noto Sans JP", sans-serif;*/
  font-weight: 700;
  line-height: 1em;
  text-transform: uppercase;
  padding: 0 0 0 4px;
  margin-bottom: 10px;
}

/*.jp-ttl{
    font-family: "Roboto", "Noto Sans JP", sans-serif;
}*/

.header-ttl:before {
  content: attr(data-en);
  font-size: 20px;
  text-align: left;
  text-transform: uppercase;
  line-height: 1.5;
  font-weight: 600;
  display: block;
  margin-bottom: 0.5rem;
  color: #3B7ABC;
  letter-spacing: 0.025em;
}

.btn {
  border-color: #dbdbdb;
  border-width: 1px;
  color: #3e4446;
  cursor: pointer;
  justify-content: center;
  padding-bottom: calc(0.375em - 1px);
  padding-left: 0.75em;
  padding-right: 0.75em;
  padding-top: calc(0.375em - 1px);
  text-align: center;
  white-space: nowrap;
}

a.link-red {
  color: #3B7ABC;
  text-decoration: underline;
}

.link-box {
  display: block;
  width: 100%;
  margin-top: auto;
}

a.icon-down:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 15px;
  height: 9px;
  margin-right: 5px;
  background-image: url(/assets/images/common/arrow-down.svg);
  background-position: center center;
  background-repeat: no-repeat;
}

/* 06 button & icon */

.btn-map::after {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 7.5rem;
  content: '';
  display: inline-block;
  width: 35px;
  height: 35px;
  background-image: url(/assets/images/common/btn-arrow.svg);
  background-size: contain;
  background-repeat: no-repeat;
}

a.icon-pdf:after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  height: 20px;
  margin-left: 6px;
  background-image: url(/assets/images/common/icon-pdf.svg);
  background-size: contain;
  background-repeat: no-repeat;
  /*  background-size: 25px auto;*/
}

.btn-more {
  color:#3B7ABC;
  padding-left: 5rem;
  padding-right: 5rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  position: relative;
  border-color: #3B7ABC;
  border-width: 1px;
  font-weight: 600;
  display: inline-block;
  background-color: #FFFFFF;
}

.btn-more::after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  right: 27px;
  width: 9px;
  height: 9px;
  margin: auto;
  border-top: 2px solid #3B7ABC;
  border-right: 2px solid #3B7ABC;
  transform: rotate(45deg);
  box-sizing: border-box;
}

.btn-more:hover {
  background-color: #3B7ABC;
  color:#ffffff;
}

.btn-more:hover::after {
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
}

.btn-denshi::after {
  content: "";
  width: 16px;
  height: 16px;
  margin: auto;
  background-image: url(/assets/images/common/icon-denshi.svg);
  position: absolute;
  top: 0;
  bottom: 0;
  right: 8px;
  background-size: contain;
}

.btn-link::after {
  content: "";
  width: 24px;
  height: 24px;
  margin: auto;
  background-image: url(/assets/images/common/btn-arrow.svg);
  position: absolute;
  top: 0;
  bottom: 0;
  right: 8px;
  background-size: contain;
}

.btn-link2::after {
  content: "";
  width: 30px;
  height: 30px;
  margin: auto;
  background-image: url(/assets/images/common/btn-arrow2.svg);
  position: absolute;
  top: 0;
  bottom: 0;
  right: 8px;
  background-size: contain;
}

.link-more,
.link-more-white {
  font-size: 12px;
  font-weight: 600;
  line-height: 16px;
}

.link-more:after,
.link-more-white:after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 16px;
  height: 16px;
  margin-left: 10px;
  background-image: url(/assets/images/common/icon-more.svg);
  background-position: center center;
  background-repeat: no-repeat;
  /*  background-size: 25px auto;*/
}

.link-more-white:after {
  background-image: url(/assets/images/common/icon-more-white.svg);
}

.btn-elink:after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 16px;
  height: 16px;
  margin-left: 10px;
  background-image: url(/assets/images/common/external-link.svg);
  background-position: center center;
  background-repeat: no-repeat;
}

.btn-catalog span {
  padding-right: 24px;
  position: relative;
}

.btn-caddown span {
  padding-right: 22px;
  position: relative;
}

.btn-catalog span::after {
  content: '';
  position: absolute;
  background-image: url(/assets/images/common/icon-catalog-down.svg);
  top: 0;
  bottom: 0;
  margin: auto;
  right: 0;
  width: 18px;
  height: 17px;
  background-size: contain;
}

.btn-caddown span::after {
  content: '';
  position: absolute;
  background-image: url(/assets/images/common/icon-cad.svg);
  top: 0;
  bottom: 0;
  margin: auto;
  right: 0;
  width: 18px;
  height: 17px;
  background-size: contain;
}

.btn-contact01 span {
  padding-right: 46px;
  position: relative;
}

.btn-contact02 span {
  padding-right: 44px;
  position: relative;
}

.btn-contact01 span::after {
  content: '';
  position: absolute;
  background-image: url(/assets/images/common/icon-contact01.svg);
  top: 0;
  bottom: 0;
  margin: auto;
  right: 0;
  width: 30px;
  height: 30px;
  background-size: contain;
}

.btn-contact02 span::after {
  content: '';
  position: absolute;
  background-image: url(/assets/images/common/icon-contact02.svg);
  top: 0;
  bottom: 0;
  margin: auto;
  right: 0;
  width: 33px;
  height: 30px;
  background-size: contain;
}

.catalog-cad::after {
  content: "";
  position: absolute;
  top: 180px;
  bottom: 0;
  right: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  background: url(/assets/images/common/bg-catalog-cad.png);
  background-size: cover;
  background-repeat: no-repeat;
}

@media all and (max-width: 768px) {
  .catalog-cad::after {
    background: url(/assets/images/common/bg-catalog-cad_sp.png);
  }
}

.about-block{
  /*width: 100%;*/
  /*  height: 200px;*/
  background-color:#f5f5f5;
  background-image: url(/assets/images/about/bg-about.png);
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: bottom;
}

.btn-download span {
  padding-right: 24px;
  position: relative;
}

.btn-download span::after {
  content: '';
  position: absolute;
  background-image: url(/assets/images/common/icon-download.svg);
  top: 0;
  bottom: 0;
  margin: auto;
  right: 0;
  width: 14px;
  height: 17px;
  background-size: contain;
}

/* スライダー共通 */

.swiper {
  width: 100%;
  height: 100%;
}

/*.swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}*/

.swiper-fade .swiper-slide {
  transition-property: opacity !important;
}

.slide-media {
  position: relative;
  overflow: hidden;
}

.slide-media img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.swiper-button-prev,
.swiper-button-next {
  display: grid;
  place-content: center;
  width: 50px;
  height: 50px;
  cursor: pointer;
  background-color: #3B7ABC;
}

.swiper-button-prev::before,
.swiper-button-next::before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  content: "";
}

.swiper-button-prev::after,
.swiper-button-next::after {
  width: 1.2rem;
  height: 1.2rem;
  content: "";
  border: solid #ddd;
  border-width: 2px 2px 0 0;
}

.swiper-button-prev::after {
  margin-left: 0.4rem;
  transform: rotate(-135deg);
}

.swiper-button-next::after {
  margin-right: 0.4rem;
  transform: rotate(45deg);
}

.swiper-button-disabled {
  pointer-events: none;
  opacity: 0;
}

/* TOPスライダー01 */

.l-inner {
  position: relative;
  box-sizing: content-box;
  max-width: 680px;
  margin: 0 auto;
  padding: 0 5rem;
}

@media screen and (max-width: 1024px) {
  .l-inner {
    padding: 0 4rem;
  }
}

@media screen and (max-width: 640px) {
  .l-inner {
    padding: 0;
  }
}

.card04 {
  overflow: hidden;
}

.card04 .swiper {
  overflow: visible;
}

.card04 .swiper-button-prev,
.card04 .swiper-button-next {
  position: absolute;
  z-index: 1;
  top: 0;
  bottom: 0;
  margin: auto;
}

.card04 .swiper-button-prev::before,
.card04 .swiper-button-next::before {
  box-shadow: .8rem .8rem 1.2rem rgba(0, 0, 0, .1), -.8rem -.8rem 1.2rem rgba(#fff, .2);
}

.card04 .swiper-button-prev::after,
.card04 .swiper-button-next::after {
  border-color: #fff;
}

.card04 .swiper-button-prev {
  right: calc(100% - 5.2rem);
}

.card04 .swiper-button-next {
  left: calc(100% - 5.2rem);
}

.card04 .slide-media {
  padding-top: 62.5%;
}

.card04 .slide-media img {
  height: calc(100% + 16px);
}

.card04 .slide-content {
  padding: 0.25rem 0;
}

.card04 .slide-date {
  font-size: 1rem;
  display: block;
}

.card04 .swiper-slide:not(.swiper-slide-visible) .slide {
  pointer-events: none;
  opacity: .5;
}

.card04 .slide-title {
  font-size: 1.85rem;
  font-weight: normal;
  line-height: 1.35;
  position: absolute;
  left: 0;
  /*  top: 72%;*/
  bottom:0;
  color: #fff;
  padding: 0.75rem 1.25rem;
  display: inline;
  background-color: rgba(17, 17, 17, 0.55);
  -webkit-box-decoration-break: clone;
          box-decoration-break: clone;
}

@media only screen and (max-width: 1024px) {
  .card04 .slide-title {
    /*    font-size: 2rem;*/
    /*    top: 67%;*/
  }

  .card04 .swiper {
    padding: 0 3.2rem;
  }

  .card04 .swiper-button-prev {
    right: calc(100% - 5.2rem);
  }

  .card04 .swiper-button-next {
    left: calc(100% - 5.2rem);
  }
}

@media only screen and (max-width: 768px) {
  .card04 .slide-title {
    font-size: 1.75rem;
    /*    top: 67%;*/
  }

  .card04 .swiper {
    padding: 0 1.5rem;
  }
}

@media only screen and (max-width: 640px) {
  .card04 .slide-title {
    font-size: 1rem;
    /*    top: 65%;*/
  }

  .card04 .slide-date {
    font-size: 0.75rem;
  }

  .card04 .swiper {
    padding: 0;
  }

  .card04 .swiper-button-prev {
    right: calc(100% - 3.2rem);
  }

  .card04 .swiper-button-next {
    left: calc(100% - 3.2rem);
  }
}

*.swiper-slide-active .slide-title {
  animation-name: fadeIn;
  animation-duration: 0.5s;
  animation-delay: 0.75s;
  animation-fill-mode: both;
  animation-timing-function: ease-in;
}

@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateX(-100px);
  }

  to {
    opacity: 1;
    transform: translateX(0);
  }
}

/* TOPスライダー02 */

.card03 .swiper {
  overflow: visible;
}

.card03 .swiper-button-prev,
.card03 .swiper-button-next {
  position: absolute;
  z-index: 1;
  top: 0;
  bottom: 0;
  margin: auto;
}

.card03 .swiper-button-prev::before,
.card03 .swiper-button-next::before {
  box-shadow: .8rem .8rem 1.2rem rgba(0, 0, 0, .1), -.8rem -.8rem 1.2rem rgba(#fff, .2);
}

.card03 .swiper-button-prev::after,
.card03 .swiper-button-next::after {
  border-color: #fff;
}

.card03 .swiper-button-prev {
  right: calc(100% - 1.6rem);
}

.card03 .swiper-button-next {
  left: calc(100% - 1.6rem);
}

.card03 .slide {
  overflow: hidden;
  transition: .8s cubic-bezier(.2, 1, .2, 1) opacity 1s;
  border: 1px solid #d9d9d9;
}

.card03 .slide-media {
  padding-top: 62.5%;
}

.card03 .slide-media img {
  height: calc(100% + 16px);
}

.card03 .slide-content {
  padding: 2rem;
  background-color: #ffffff;
}

.card03 .slide-date {
  font-size: 1.125rem;
  line-height: 1;
  display: block;
}

.card03 .slide-title {
  line-height: 1.6;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  height: 3.2em;
  margin-top: 1.6rem;
}

@media only screen and (max-width: 1024px) {
  .card03 .swiper {
    padding: 0 3.2rem;
  }

  .card03 .swiper-button-prev {
    right: calc(100% - 5.2rem);
  }

  .card03 .swiper-button-next {
    left: calc(100% - 5.2rem);
  }
}

/*.slider-wrapper::after {
  content: "";
  position: absolute;
  top: 300px;
  bottom: 0;
  right: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  background: url(/assets/images/top/bg-slider.png);
  background-size: cover;
  background-repeat: no-repeat;
}

@media all and (max-width: 768px) {
  .slider-wrapper::after {
    background: url(/assets/images/top/bg-slider.png);
  }
}*/

/* NEWS&コンテンツ */

.balloon {
  display: flex;
  align-items: center;
  position: relative;
  max-width: 740px;
  margin-left: 15px;
  padding: .8em 1.2em;
  border-radius: 5px;
  background-color: #ffffff;
  /*    color: #333333;*/
  font-size: 0.875rem;
  line-height: 1.4rem;
}

.balloon::before {
  position: absolute;
  left: -15px;
  width: 15px;
  height: 30px;
  background-color: #ffffff;
  clip-path: polygon(0 50%, 100% 0, 100% 100%);
  content: '';
}

.news-item{
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

@media screen and (max-width: 767px) {
  .news-item{
    flex-wrap: wrap;
  }
}

.news-post {
  margin-top: -70px;
  padding: 0 3vw 0 3vw;
  background: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 11;
  height: 240px;
  border: solid 1px #333;
}

@media screen and (max-width: 1024px) {
  .news-post {
    margin-top: -160px;
  }
}

@media screen and (max-width: 767px) {
  .news-post {
    margin: -80vw 4.5vw 0 4.5vw;
    padding: 4.5vw 4.5vw;
  }
}

/* フローティングバナー */

.banner {
  /*  display: none;*/
  position: fixed;
  margin: 15px 20px;
  z-index: 990;
  bottom: 0;
  right: 0;
}

.banner a {
  text-decoration: none;
}

/*.banner-icon {
    color: #f8f8f8;
    font-size: 40px;
}*/

.banner-back {
  width: 300px;
  background-color: #fff;
  border-radius: 25px;
}

/*.banner-top {
    padding: 20px;
    border-radius: 25px 25px 0px 0px;
    background: -moz-radial-gradient(#0AB0C7, #006EB0 70%);
    background: -webkit-radial-gradient(#0AB0C7, #006EB0 70%);
    background: radial-gradient(#0AB0C7, #006EB0 70%);
}

.banner-copy {
    font-size: 18px;
    position: relative;
}
.banner-copy::after {
    font-family: 'Font Awesome 6 Free';
    font-size: 20px;
    content: '\f054';
    color: #006EB0;
    position: absolute;
    margin-top: 11px;
    top: 0;
    right: 18px;
}*/

/*.banner-bottom {
    padding: 25px 0px 30px 0px;
    line-height: 1.6;
}*/

.banner-body {
  width: 300px;
  background: #f8f8f8;
  color: #000000;
  font-weight: bold;
  text-align: center;
  box-shadow: 0 0 7px rgb(0 0 0 / 40%);
}

.banner-body:hover {
  transition: opacity 0.3s ease;
  opacity: 0.7;
}

.banner-close {
  font-weight: bold;
  position: absolute;
  top: -2px;
  right: -4px;
  z-index: 99999;
  padding: 4px 8px;
  border: none;
  background-color: #f8f8f8;
  border-radius: 25px;
  cursor: pointer;
  box-shadow: 0 0 7px rgb(0 0 0 / 40%);
}

@media screen and (max-width: 768px) {
  .banner {
    /*        width: 60%;*/
    margin: 0px;
  }

  /*    .banner-icon {
        font-size: 28px;
    }*/

  .banner-body {
    width: 100%;
    border-radius: 0px;
  }

  .banner-back {
    width: 200px;
    margin: 0px;
    border-radius: 0px;
  }

  /*    .banner-top {
        padding: 5px;
        border-radius: 0px;
        background: -moz-linear-gradient(#006EB0 50%, #0AB0C7);
        background: -webkit-linear-gradient(#006EB0 50%, #0AB0C7);
        background: linear-gradient(#006EB0 50%, #0AB0C7);
    }*/

  .banner-bottom {
    padding: 10px 10px 18px 10px;
  }

  /*    .banner-copy {
        font-size: 15px;
    }
    .banner-copy::after {
        font-size: 12px;
        margin-top: 1.4px;
        margin-left: 12px;
        top: initial;
        right: initial;
    }*/

  .banner-close {
    top: 8px;
    right: 8px;
  }

  .banner-copy-br {
    display: none;
  }
}

/*@media screen and (max-width: 640px) {
    .banner {
        width: 100%;
    }
}*/

/* 個々のページで利用するCSSを追加 */

/* 製品工法 */

.youtube {
  width: 100%;
  aspect-ratio: 16 / 9;
  margin-left: auto;
  margin-right: auto;
  /*  margin-top: 2rem;*/
  margin-bottom: 6rem;
  max-width: 56rem;
  text-align: center;
}

.youtube iframe {
  width: 100%;
  height: 100%;
}

.youtube .title {
  margin-bottom: 1rem;
  font-size: 1.5rem;
  line-height: 2rem;
}

/* モーダル表示 */

.hide-area {
  display: none;
}

.modaal-close:after,
.modaal-close:before {
  background: #ccc;
}

.modaal-close:focus:after,
.modaal-close:focus:before,
.modaal-close:hover:after,
.modaal-close:hover:before {
  background: #666;
}

/*動画表示のモーダル：余白を変更*/

.modaal-content-container {
  padding: 1.5rem !important;
}

@media screen and (min-width: 769px) {
  .modaal-container {
    max-width: 400px !important;
  }
}

@media screen and (max-width: 768px) {
  .modaal-inner-wrapper {
    padding: 80px 16px !important;
  }

  .modaal-content-container {
    padding: 1rem !important;
  }
}

.product-main ul {
  text-indent: -1.5em;
  margin-bottom: 1rem;
}

.product-main ul li {
  margin-left: 1.5em;
  margin-bottom: 0.5rem;
}

.product-main ul li:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  height: 20px;
  margin-right: 6px;
  background-image: url(/assets/images/common/icon-check-bouka.svg);
  background-position: center center;
  background-repeat: no-repeat;
}

.p-cap{
  margin-top: 0.25rem;
  text-align: center;
  font-size: 0.875rem;
  line-height: 1.25rem;
}

figcaption{
  margin-top: 0.25rem;
  text-align: center;
  font-size: 0.875rem;
  line-height: 1.25rem;
}

/* CADダウンロード */

/* sitemap */

.sitemap-link {
  /*  font-size: 0.9rem;*/
}

.sitemap-link li {
  /*  display: inline-block;*/
}

@media all and (max-width: 767px) {
  .sitemap-link {
    font-size: 0.8rem;
  }
}

.sitemap-ttl {
  margin-bottom: 0.75rem;
  font-size: 1.125rem;
  font-weight: 500;
}

.sitemap-link nav a::before {
  content: '-';
  padding: 0 10px 0 0;
}

@media (min-width: 1024px){
  .lg\:container{
    width: 100%;
  }

  @media (min-width: 640px){
    .lg\:container{
      max-width: 640px;
    }
  }

  @media (min-width: 768px){
    .lg\:container{
      max-width: 768px;
    }
  }

  @media (min-width: 1024px){
    .lg\:container{
      max-width: 1024px;
    }
  }

  @media (min-width: 1280px){
    .lg\:container{
      max-width: 1280px;
    }
  }
}

.hover\:bg-black01light:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(82 82 82 / var(--tw-bg-opacity));
}

.hover\:bg-brand-light:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(249 47 62 / var(--tw-bg-opacity));
}

.hover\:bg-gray-100:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity));
}

.hover\:bg-gray-500:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(107 114 128 / var(--tw-bg-opacity));
}

.hover\:bg-gray-800:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(31 41 55 / var(--tw-bg-opacity));
}

.hover\:text-white:hover{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.hover\:opacity-60:hover{
  opacity: 0.6;
}

.hover\:opacity-70:hover{
  opacity: 0.7;
}

.focus\:opacity-60:focus{
  opacity: 0.6;
}

.group:hover .group-hover\:scale-110{
  --tw-scale-x: 1.1;
  --tw-scale-y: 1.1;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

@media (min-width: 640px){
  .sm\:grid-cols-2{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (min-width: 768px){
  .md\:top-20{
    top: 5rem;
  }

  .md\:mx-5{
    margin-left: 1.25rem;
    margin-right: 1.25rem;
  }

  .md\:mb-6{
    margin-bottom: 1.5rem;
  }

  .md\:block{
    display: block;
  }

  .md\:hidden{
    display: none;
  }

  .md\:h-6{
    height: 1.5rem;
  }

  .md\:w-auto{
    width: auto;
  }

  .md\:grid-cols-2{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .md\:grid-cols-3{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .md\:grid-cols-4{
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .md\:flex-row{
    flex-direction: row;
  }

  .md\:justify-between{
    justify-content: space-between;
  }

  .md\:gap-4{
    gap: 1rem;
  }

  .md\:gap-8{
    gap: 2rem;
  }

  .md\:bg-lightgray{
    --tw-bg-opacity: 1;
    background-color: rgb(232 232 232 / var(--tw-bg-opacity));
  }

  .md\:p-0{
    padding: 0px;
  }

  .md\:p-4{
    padding: 1rem;
  }

  .md\:px-4{
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .md\:px-8{
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .md\:py-10{
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  .md\:py-12{
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .md\:py-20{
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .md\:py-4{
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .md\:text-center{
    text-align: center;
  }

  .md\:text-2xl{
    font-size: 1.5rem;
    line-height: 2rem;
  }

  .md\:text-4xl{
    font-size: 2.25rem;
    line-height: 2.5rem;
  }

  .md\:text-\[21px\]{
    font-size: 21px;
  }

  .md\:text-lg{
    font-size: 1.125rem;
    line-height: 1.75rem;
  }

  .md\:text-xl{
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}

@media (min-width: 1024px){
  .lg\:top-10{
    top: 2.5rem;
  }

  .lg\:top-14{
    top: 3.5rem;
  }

  .lg\:col-span-1{
    grid-column: span 1 / span 1;
  }

  .lg\:col-span-2{
    grid-column: span 2 / span 2;
  }

  .lg\:col-span-3{
    grid-column: span 3 / span 3;
  }

  .lg\:mt-0{
    margin-top: 0px;
  }

  .lg\:h-64{
    height: 16rem;
  }

  .lg\:w-auto{
    width: auto;
  }

  .lg\:grid-cols-3{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .lg\:grid-cols-4{
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .lg\:grid-cols-5{
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }

  .lg\:flex-row{
    flex-direction: row;
  }

  .lg\:justify-between{
    justify-content: space-between;
  }

  .lg\:gap-12{
    gap: 3rem;
  }

  .lg\:bg-transparent{
    background-color: transparent;
  }

  .lg\:p-0{
    padding: 0px;
  }

  .lg\:py-6{
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }
}

@media (min-width: 1280px){
  @media (min-width: 1024px){
    .xl\:lg\:grid-cols-4{
      grid-template-columns: repeat(4, minmax(0, 1fr));
    }
  }

  .xl\:max-w-3xl{
    max-width: 48rem;
  }

  .xl\:grid-cols-3{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .xl\:gap-6{
    gap: 1.5rem;
  }

  .xl\:gap-8{
    gap: 2rem;
  }

  .xl\:gap-x-16{
    -moz-column-gap: 4rem;
         column-gap: 4rem;
  }

  .xl\:px-16{
    padding-left: 4rem;
    padding-right: 4rem;
  }

  .xl\:px-24{
    padding-left: 6rem;
    padding-right: 6rem;
  }

  .xl\:py-20{
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
}


