/*
! tailwindcss v3.3.3 | 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: currentColor;
  /* 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.
*/

html {
  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: Hiragino Sans, Hiragino Kaku Gothic ProN, Arial, Yu Gothic, Meiryo, sans-serif;
  /* 4 */
  font-feature-settings: normal;
  /* 5 */
  font-variation-settings: normal;
  /* 6 */
}

/*
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. 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-size: 1em;
  /* 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;
}

/*
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 */
  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,
[type='button'],
[type='reset'],
[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] {
  display: none;
}

*, ::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:  ;
}

::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:  ;
}

.gap-10 {
  gap: 2.5rem;
}

.gap-2 {
  gap: 0.5rem;
}

.gap-3 {
  gap: 0.75rem;
}

.gap-4 {
  gap: 1rem;
}

.gap-5 {
  gap: 1.25rem;
}

.gap-6 {
  gap: 1.5rem;
}

.fixed {
  position: fixed;
}

.relative {
  position: relative;
}

.bottom-0 {
  bottom: 0px;
}

.left-0 {
  left: 0px;
}

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

.my-20 {
  margin-top: 5rem;
  margin-bottom: 5rem;
}

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

.-mb-14 {
  margin-bottom: -3.5rem;
}

.mb-0{
  margin-bottom: 0px;
}

.mb-0\.5{
  margin-bottom: 0.125rem;
}

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

.mb-1\.5{
  margin-bottom: 0.375rem;
}

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

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

.mb-2\.5{
  margin-bottom: 0.625rem;
}

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

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

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

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

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

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

.mb-\[30px\]{
  margin-bottom: 30px;
}

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

.mb-14 {
  margin-bottom: 3.5rem;
}

.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;
}

.mb-\[104px\] {
  margin-bottom: 104px;
}

.mb-\[112px\] {
  margin-bottom: 112px;
}

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

.ml-2 {
  margin-left: 0.5rem;
}

.mr-\[5px\] {
  margin-right: 5px;
}

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

.mt-1\.5 {
  margin-top: 0.375rem;
}

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

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

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

.mt-3 {
  margin-top: 0.75rem;
}

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

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

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

.mt-\[56px\] {
  margin-top: 56px;
}

.block {
  display: block;
}

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

.flex {
  display: flex;
}

.hidden {
  display: none;
}

.h-6 {
  height: 1.5rem;
}

.h-14{
  height: 3.5rem;
}

.h-16{
  height: 4rem;
}

.h-4{
  height: 1rem;
}

.h-7{
  height: 1.75rem;
}

.h-\[0\.825rem\] {
  height: 0.825rem;
}

.h-\[1\.025rem\] {
  height: 1.025rem;
}

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

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

.min-h-\[calc\(100vh_-_1140px\)\] {
  min-height: calc(100vh - 1140px);
}

.w-2{
  width: 0.5rem;
}

.w-2\.5{
  width: 0.625rem;
}

.w-4{
  width: 1rem;
}

.w-5{
  width: 1.25rem;
}

.w-7{
  width: 1.75rem;
}

.w-\[0\.825rem\] {
  width: 0.825rem;
}

.w-\[0\.925rem\] {
  width: 0.925rem;
}

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

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

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

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

.w-full {
  width: 100%;
}

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

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

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

.max-w-full {
  max-width: 100%;
}

.max-w-screen-xl {
  max-width: 1200px;
}

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

.translate-y-\[100\%\] {
  --tw-translate-y: 100%;
  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));
}

.transform {
  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));
}

.rounded-\[5px\] {
  border-radius: 5px;
}

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

.border-t {
  border-top-width: 1px;
}
.border-t-2 {
  border-top-width: 2px;
}

.border-t-4 {
  border-top-width: 4px;
}

.border-t-\[20px\] {
  border-top-width: 20px;
}

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

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

.bg-blue {
  --tw-bg-opacity: 1;
  background-color: rgb(0 93 123 / var(--tw-bg-opacity));
}

.bg-green {
  --tw-bg-opacity: 1;
  background-color: rgb(7 178 149 / var(--tw-bg-opacity));
}

.bg-orange {
  --tw-bg-opacity: 1;
  background-color: rgb(240 131 0 / var(--tw-bg-opacity));
}

.bg-light-gray {
  --tw-bg-opacity: 1;
  background-color: rgb(249 249 249 / var(--tw-bg-opacity));
}

.bg-light-green {
  --tw-bg-opacity: 1;
  background-color: rgb(255 248 240 / var(--tw-bg-opacity));
}

.bg-light-orange {
  --tw-bg-opacity: 1;
  background-color: rgb(255 248 240 / var(--tw-bg-opacity));
}

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

.bg-opacity-70 {
  --tw-bg-opacity: 0.7;
}

.bg-\[url\(\'\.\.\/img\/common\/bg-pagetitle_sp\.webp\'\)\] {
  background-image: url('../img/common/bg-pagetitle_sp.webp');
}

.bg-cover {
  background-size: cover;
}

.bg-center {
  background-position: center;
}

.fill-white {
  fill: #fff;
}

.fill-default {
  fill: #333;
}

.fill-primary {
  fill: #f08300;
}

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

.px-2{
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

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

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

.px-7{
  padding-left: 1.75rem;
  padding-right: 1.75rem;
}

.px-\[11px\]{
  padding-left: 11px;
  padding-right: 11px;
}

.px-\[5px\]{
  padding-left: 5px;
  padding-right: 5px;
}


.px-content-sp {
  padding-left: 16px;
  padding-right: 16px;
}

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

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

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

.py-2\.5 {
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
}

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

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

.pb-1{
  padding-bottom: 0.25rem;
}

.pb-4{
  padding-bottom: 1rem;
}

.pb-6{
  padding-bottom: 1.5rem;
}

.pb-14 {
  padding-bottom: 3.5rem;
}

.pb-\[104px\] {
  padding-bottom: 104px;
}

.pb-\[140px\] {
  padding-bottom: 140px;
}

.pl-\[1em\] {
  padding-left: 1em;
}

.pl-\[28px\] {
  padding-left: 28px;
}

.pr-\[28px\] {
  padding-right: 28px;
}

.pt-8 {
  padding-top: 2rem;
}

.pt-10 {
  padding-top: 2.5rem;
}

.pt-14 {
  padding-top: 3.5rem;
}

.pt-16{
  padding-top: 4rem;
}

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

.pt-\[1px\] {
  padding-top: 1px;
}

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

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

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

.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-bold {
  font-weight: 700;
}

.font-normal {
  font-weight: 400;
}

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

.leading-normal {
  line-height: 1.5;
}

.text-green {
  --tw-text-opacity: 1;
  color: rgb(235 134 52 / var(--tw-text-opacity));
}

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

.transition-transform {
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

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

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

.ease-out {
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
}

html,
body {
  height: 100%;
}

html {
  scroll-padding-top: 3.5rem;
  scroll-behavior: smooth;
}

@media (min-width: 768px) {
  html {
    scroll-padding-top: 5rem;
  }
}

body {
  line-height: 1.5;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
  -webkit-font-smoothing: antialiased;
}

.topicPath {
  margin-left: auto;
  margin-right: auto;
  max-width: 1200px;
  font-size: 0.75rem;
  line-height: 1rem;
  line-height: 1.5;
}

@media (min-width: 768px) {
  .topicPath {
    font-size: 0.875rem;
    line-height: 1.25rem;
    line-height: 1.5;
  }
}

.topicPath li {
  display: inline-block;
}

.topicPath li a {
  display: inline-block;
  --tw-text-opacity: 1;
  color: rgb(152 152 152 / var(--tw-text-opacity));
  text-decoration-line: underline;
}

@media (hover: hover) and (pointer: fine) {
  .topicPath li a:hover {
    text-decoration-line: none;
  }
}

.topicPath li a::after {
  margin-left: 0.5rem;
  margin-right: 0.125rem;
  display: inline-block;
  height: 0.625rem;
  width: 0.625rem;
  background-image: url("../img/common/icon-chevron-right-black.svg");
  background-size: contain;
  --tw-content: "";
  content: var(--tw-content);
}

.footNav {
  margin-left: auto;
  margin-right: auto;
  max-width: 285px;
}

@media (min-width: 768px) {
  .footNav {
    max-width: 100%;
    text-align: center;
  }
}

.footNav a {
  display: block;
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
  padding-top: 1rem;
  padding-bottom: 1rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
}

@media (hover: hover) and (pointer: fine) {
  .footNav a:hover {
    --tw-text-opacity: 1;
    color: rgb(7 178 149 / var(--tw-text-opacity));
  }
}

@media (min-width: 768px) {
  .footNav a {
    display: inline-block;
    border-bottom-width: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .footNav a ~ a::before {
    margin-left: 3.5rem;
    margin-right: 3rem;
    display: inline-block;
    height: 1.25rem;
    width: 1px;
    --tw-translate-y: 4px;
    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));
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity));
    --tw-content: "";
    content: var(--tw-content);
  }
}

.heading {
  margin-bottom: 2rem;
  border-bottom-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-border-opacity));
  padding-bottom: 23px;
}

@media (min-width: 768px) {
  .heading {
    margin-bottom: 2.5rem;
    padding-bottom: 30px;
  }
}

.heading > span {
  display: block;
  border-left-width: 6px;
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-border-opacity));
  padding-left: 18px;
  font-size: 26px;
  font-weight: 700;
  line-height: 1.375;
}

@media (min-width: 768px) {
  .heading > span {
    border-left-width: 8px;
    font-size: 2.25rem;
    line-height: 2.5rem;
    line-height: 1.375;
  }
}

.smallBtn {
  display: inline-block;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(240 131 0 / var(--tw-bg-opacity));
  font-size: 0.875rem;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

@media (min-width: 768px) {
  .smallBtn {
    font-size: 15px;
  }
}

.smallBtn > div {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  padding: 5px;
  padding-right: 14px;
  padding-left: 18px;
}

.smallBtn-icon {
  margin-left: 0.5rem;
  display: inline-block;
  height: 0.625rem;
  width: 0.625rem;
  flex-shrink: 0;
}

.article {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1.5rem;
  display: block;
  max-width: 400px;
  border-bottom-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(247 218 178 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding-bottom: 1.5rem;
  --tw-shadow: 4px 4px 30px 0px rgba(0, 0, 0, 0.10);
  --tw-shadow-colored: 4px 4px 30px 0px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

@media (min-width: 768px) {
  .article {
    grid-row: span 6 / span 6;
    margin-left: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    display: grid;
    max-width: none;
    grid-template-rows: subgrid;
    gap: 0px;
  }
}

.article-img {
  margin-bottom: 1.5rem;
  aspect-ratio: 343/228;
  width: 100%;
  overflow: hidden;
}

.article-img img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  transition-property: transform;
  transition-duration: 1000ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.article-date,
.article-heading,
.article-excerpt,
.article-btn {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.article-date {
  margin-bottom: 0.25rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
}

@media (min-width: 768px) {
  .article-date {
    font-size: 15px;
  }
}

.article-heading {
  margin-bottom: 1rem;
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: 700;
  line-height: 1.625;
}

@media (min-width: 768px) {
  .article-heading {
    font-size: 1.5rem;
    line-height: 2rem;
  }
}

.article-excerpt > p {
  display: block;
  font-size: 0.875rem;
  line-height: 1.25rem;
  line-height: 1.5;
}

@media (min-width: 768px) {
  .article-excerpt > p {
    font-size: 15px;
    line-height: 1.5;
  }
}

.article-excerpt > p {
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.article-btn {
  margin-top: 1rem;
  text-align: right;
}

.article:hover {
  --tw-border-opacity: 1;
  border-color: rgb(247 145 2 / var(--tw-border-opacity));
}

.article:hover .article-img img {
  transform: scale(1.1);
}

.banner {
  width: 100%;
  max-width: 286px;
}

@media (min-width: 768px) {
  .banner {
    grid-row: span 3 / span 3;
    display: grid;
    grid-template-rows: subgrid;
    gap: 0px;
  }
}

.banner ~ .banner {
  margin-top: 2.5rem;
}

@media (min-width: 768px) {
  .banner ~ .banner {
    margin-top: 0px;
  }
}

.banner dt {
  margin-bottom: 0.5rem;
  text-align: center;
  font-size: 0.875rem;
  line-height: 1.25rem;
}

@media (min-width: 768px) {
  .banner dt {
    font-size: 1rem;
    line-height: 1.5rem;
  }
}

.localNavItem {
  display: block;
  border-bottom-width: 2px;
  border-style: dotted;
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-border-opacity));
  padding-top: 1rem;
  padding-bottom: 1rem;
}

@media (hover: hover) and (pointer: fine) {
  .localNavItem:hover {
    --tw-text-opacity: 1;
    color: rgb(7 178 149 / var(--tw-text-opacity));
  }
}

@media (min-width: 768px) {
  .localNavItem {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}

.glossarySect {
  margin-top: 5rem;
  margin-bottom: 5rem;
}

.glossaryHeading {
  margin-bottom: 1.5rem;
  border-bottom-width: 2px;
  border-style: dotted;
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-border-opacity));
  padding-top: 9px;
  padding-bottom: 9px;
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: 700;
}

@media (min-width: 768px) {
  .glossaryHeading {
    padding-top: 11px;
    padding-bottom: 11px;
    font-size: 1.5rem;
    line-height: 2rem;
  }
}

.glossaryArticle {
  display: block;
  border-bottom-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(186 238 228 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding: 1.5rem;
  --tw-shadow: 4px 4px 30px 0px rgba(0, 0, 0, 0.10);
  --tw-shadow-colored: 4px 4px 30px 0px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

@media (hover: hover) and (pointer: fine) {
  .glossaryArticle:hover {
    --tw-border-opacity: 1;
    border-color: rgb(7 178 149 / var(--tw-border-opacity));
  }
}

@media (min-width: 768px) {
  .glossaryArticle {
    padding-top: 2rem;
    padding-bottom: 2rem;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}

.glossaryArticle ~ .glossaryArticle {
  margin-top: 1rem;
}

@media (min-width: 768px) {
  .glossaryArticle ~ .glossaryArticle {
    margin-top: 1.5rem;
  }
}

.glossaryArticle-heading {
  margin-bottom: 0.5rem;
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: 700;
}

@media (min-width: 768px) {
  .glossaryArticle-heading {
    font-size: 1.5rem;
    line-height: 2rem;
  }
}

.glossaryArticle-excerpt > p {
  display: block;
  font-size: 0.875rem;
  line-height: 1.25rem;
  line-height: 2;
}

@media (min-width: 768px) {
  .glossaryArticle-excerpt > p {
    font-size: 1rem;
    line-height: 1.5rem;
    line-height: 2;
  }
}

.glossaryArticle-excerpt > p {
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.glossaryArticle-btn {
  margin-top: 0.5rem;
  text-align: right;
}

@media (min-width: 768px) {
  .glossaryArticle-btn {
    margin-top: 1rem;
  }
}

.relatedItem {
  margin-top: 1rem;
}

@media (min-width: 768px) {
  .relatedItem {
    margin-top: 0px;
  }
}

.relatedItem dt {
  margin-bottom: 1rem;
  border-bottom-width: 2px;
  border-style: dotted;
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-border-opacity));
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 700;
}

@media (min-width: 768px) {
  .relatedItem dt {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}

.relatedItem dd {
  position: relative;
  margin-top: 0.75rem;
  padding-left: 1em;
  font-size: 0.875rem;
  line-height: 1.25rem;
}

.relatedItem dd::before {
  position: absolute;
  left: 0px;
  top: 0px;
  --tw-content: '・';
  content: var(--tw-content);
}

@media (min-width: 768px) {
  .relatedItem dd {
    margin-top: 0.5rem;
    font-size: 1rem;
    line-height: 1.5rem;
  }
}

@media (hover: hover) and (pointer: fine) {
  .relatedItem dd a:hover {
    --tw-text-opacity: 1;
    color: rgb(7 178 149 / var(--tw-text-opacity));
    text-decoration-line: underline;
  }
}

/* 詳細画面スタイル */

.post {
  font-size: 0.875rem;
  line-height: 1.25rem;
  line-height: 2;
}

@media (min-width: 768px) {
  .post {
    font-size: 1rem;
    line-height: 1.5rem;
    line-height: 2;
  }
}

.post .wp-block-cover h2,
.post .wp-block-cover-image h2,
.post .wp-block-heading h2,
.post h2,
.post .h2 {
  position: relative;
  margin-top: 3.5rem;
  margin-bottom: 2.5rem;
  padding-left: 1rem;
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 700;
  line-height: 1.5;
}

.post .wp-block-cover h2::before,
.post .wp-block-cover-image h2::before,
.post .wp-block-heading h2::before,
.post h2::before,
.post .h2::before {
  position: absolute;
  top: 0px;
  left: 0px;
  height: 100%;
  width: 0.25rem;
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
}

.post .wp-block-cover h2::after,
.post .wp-block-cover-image h2::after,
.post .wp-block-heading h2::after,
.post h2::after,
.post .h2::after {
  position: absolute;
  bottom: -24px;
  left: 0px;
  height: 0.125rem;
  width: 100%;
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
}

@media (min-width: 768px) {
  .post .wp-block-cover h2,
.post .wp-block-cover-image h2,
.post .wp-block-heading h2,
.post h2,
.post .h2 {
    margin-top: 5rem;
    margin-bottom: 64px;
    font-size: 28px;
    line-height: 1.25;
  }
}

.post .wp-block-cover h3,
.post .wp-block-cover-image h3,
.post .wp-block-heading h3,
.post h3,
.post .h3 {
  margin-top: 1.5rem;
  margin-bottom: 0.5rem;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.5;
}

@media (min-width: 768px) {
  .post .wp-block-cover h3,
.post .wp-block-cover-image h3,
.post .wp-block-heading h3,
.post h3,
.post .h3 {
    font-size: 1.125rem;
    line-height: 1.75rem;
    line-height: 1.5;
  }
}

.post .wp-block-cover h4,
.post .wp-block-cover-image h4,
.post .wp-block-heading h4,
.post h4,
.post .h4,
.post .wp-block-cover h5,
.post .wp-block-cover-image h5,
.post .wp-block-heading h5,
.post h5,
.post .h5,
.post .wp-block-cover h6,
.post .wp-block-cover-image h6,
.post .wp-block-heading h6,
.post h6,
.post .h6 {
  margin-top: 1.5rem;
  margin-bottom: 0.5rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 700;
  line-height: 1.5;
}

@media (min-width: 768px) {
  .post .wp-block-cover h4,
.post .wp-block-cover-image h4,
.post .wp-block-heading h4,
.post h4,
.post .h4,
.post .wp-block-cover h5,
.post .wp-block-cover-image h5,
.post .wp-block-heading h5,
.post h5,
.post .h5,
.post .wp-block-cover h6,
.post .wp-block-cover-image h6,
.post .wp-block-heading h6,
.post h6,
.post .h6 {
    font-size: 1rem;
    line-height: 1.5rem;
    line-height: 1.5;
  }
}

.post h2:first-child,
.post h3:first-child,
.post h4:first-child,
.post h5:first-child,
.post h6:first-child {
  margin-top: 0px !important;
}

.post ul,
.post ol {
  padding-left: 1.5em;
}

.post ul li {
  list-style-type: disc;
}

.post ol li {
  list-style-type: decimal;
}

.post a {
  --tw-text-opacity: 1;
  color: rgb(245 158 66 / var(--tw-text-opacity));
  text-decoration-line: underline;
}

@media (hover: hover) and (pointer: fine) {
  .post a:hover {
    text-decoration-line: none;
  }
}

.post .wp-element-caption {
  text-align: center;
  font-size: 90%;
}

.post :where(figure):not(:last-child),
.post :where(.wp-block-image):not(:last-child),
.post :where(p):not(:last-child),
.post :where(ul):not(:last-child),
.post :where(ol):not(:last-child) {
  margin: 0 0 1em;
}

.post .img-full img {
  height: auto;
  width: 100%;
}

.post :where(.wp-block-columns) {
  margin-top: 3.5rem;
  margin-bottom: 3.5rem;
}

@media (min-width: 768px) {
  .post :where(.wp-block-columns) {
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
  }
}

.post :where(.wp-block-columns.is-layout-flex) {
  gap: 1rem;
}

@media (min-width: 768px) {
  .post :where(.wp-block-columns.is-layout-flex) {
    gap: 2rem;
  }
}

.post .simpletoc {
  margin-top: 5rem;
  margin-bottom: 5rem;
  width: 100%;
  border-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-border-opacity));
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 2rem;
  padding-bottom: 2rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  line-height: 1.5;
}

@media (min-width: 768px) {
  .post .simpletoc {
    margin-left: auto;
    margin-right: auto;
    margin-top: 104px;
    margin-bottom: 104px;
    max-width: 832px;
    padding: 3.5rem;
    font-size: 1rem;
    line-height: 1.5rem;
    line-height: 1.5;
  }
}

.post .simpletoc a {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
  text-decoration-line: none;
}

@media (hover: hover) and (pointer: fine) {
  .post .simpletoc a:hover {
    --tw-text-opacity: 1;
    color: rgb(7 178 149 / var(--tw-text-opacity));
    text-decoration-line: underline;
  }
}

.post .simpletoc h2.simpletoc-title {
  margin-bottom: 1rem;
  text-align: center;
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 700;
}

.post .simpletoc h2.simpletoc-title::before {
  content: var(--tw-content);
  display: none;
}

.post .simpletoc h2.simpletoc-title::after {
  content: var(--tw-content);
  display: none;
}

@media (min-width: 768px) {
  .post .simpletoc h2.simpletoc-title {
    margin-bottom: 2rem;
    font-size: 1.5rem;
    line-height: 2rem;
  }
}

.post .simpletoc .simpletoc-list {
  margin-bottom: 0px;
  padding-left: 0px;
}

.post .simpletoc .simpletoc-list > li {
  list-style-type: none;
  border-bottom-width: 2px;
  border-style: dotted;
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-border-opacity));
  padding-top: 1rem;
  padding-bottom: 1rem;
  font-weight: 700;
}

.post .simpletoc .simpletoc-list > li:first-child {
  border-top-width: 2px;
}

.post .simpletoc .simpletoc-list ul {
  margin-bottom: 0px;
  padding-left: 0px;
}

.post .simpletoc li li {
  margin-top: 0.625rem;
  margin-left: 1em;
  list-style-type: none;
  font-weight: 400;
}

@media (min-width: 768px) {
  .post .simpletoc li li {
    margin-top: 0.5rem;
  }
}

.before\:absolute::before {
  content: var(--tw-content);
  position: absolute;
}

.before\:left-0::before {
  content: var(--tw-content);
  left: 0px;
}

.before\:top-0::before {
  content: var(--tw-content);
  top: 0px;
}

.before\:content-\[\'\30FB\'\]::before {
  --tw-content: '・';
  content: var(--tw-content);
}

@media (hover: hover) and (pointer: fine) {
  .hover\:bg-hovergreen:hover {
    background-color: rgba(4, 89, 75, 0.85);
  }

  .hover\:text-green:hover {
    --tw-text-opacity: 1;
    color: rgb(7 178 149 / var(--tw-text-opacity));
  }

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

  .group:hover .group-hover\:bg-\[rgba\(0\2c 0\2c 0\2c 0\.1\)\] {
    background-color: rgba(0,0,0,0.1);
  }
}


@media (min-width: 768px){
  .md\:absolute{
    position: absolute;
  }

  .md\:mb-0{
    margin-bottom: 0px;
  }
	
  .md\:pb-10{
    padding-bottom: 2.5rem;
  }
	
  .md\:font-medium{
    font-weight: 500;
  }
	
  .md\:text-base{
    font-size: 1rem;
    line-height: 1.5rem;
  }

  .md\:leading-normal{
    line-height: 1.5;
  }
	
}

@media (min-width: 768px) {
  .md\:mx-auto {
    margin-left: auto;
    margin-right: auto;
  }

  .md\:my-\[112px\] {
    margin-top: 112px;
    margin-bottom: 112px;
  }

  .md\:my-12 {
    margin-top: 3rem;
    margin-bottom: 3rem;
  }

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

  .md\:mb-0{
    margin-bottom: 0px;
  }

  .md\:mb-1{
    margin-bottom: 0.25rem;
  }

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

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

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

  .md\:mb-5{
    margin-bottom: 1.25rem;
  }

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

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

  .md\:mb-\[104px\] {
    margin-bottom: 104px;
  }

  .md\:mb-\[112px\] {
    margin-bottom: 112px;
  }

  .md\:mb-\[160px\] {
    margin-bottom: 160px;
  }

  .md\:mb-\[224px\] {
    margin-bottom: 224px;
  }

  .md\:mt-7 {
    margin-top: 1.75rem;
  }

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

  .md\:mt-2 {
    margin-top: 0.5rem;
  }

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

  .md\:mt-\[104px\] {
    margin-top: 104px;
  }

  .md\:block {
    display: block;
  }

  .md\:flex {
    display: flex;
  }

  .md\:flex-wrap {
    flex-wrap: wrap;
  }
	
  .md\:grid {
    display: grid;
  }

  .md\:hidden {
    display: none;
  }

  .md\:min-h-\[calc\(100vh_-_1030px\)\] {
    min-height: calc(100vh - 1030px);
  }

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

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

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

  .md\:max-w-\[986px\] {
    max-width: 986px;
  }

  .md\:max-w-screen-xl {
    max-width: 1200px;
  }

  .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\:items-center {
    align-items: center;
  }

  .md\:items-end{
   align-items: flex-end;
  }
  .md\:justify-between {
    justify-content: space-between;
  }

  .md\:justify-items-center {
    justify-items: center;
  }

  .md\:gap-10 {
    gap: 2.5rem;
  }

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

  .md\:gap-x-10 {
    -moz-column-gap: 2.5rem;
         column-gap: 2.5rem;
  }

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

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

  .md\:bg-\[url\(\'\.\.\/img\/common\/bg-pagetitle_pc\.webp\'\)\] {
    background-image: url('../img/common/bg-pagetitle_pc.webp');
  }

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

  .md\:px-9{
    padding-left: 2.25rem;
    padding-right: 2.25rem;
  }

  .md\:px-\[clamp\(28px\2c 5vw\2c 80px\)\]{
    padding-left: clamp(28px,5vw,80px);
    padding-right: clamp(28px,5vw,80px);
  }

  .md\:px-content-pc {
    padding-left: 24px;
    padding-right: 24px;
  }

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

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

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

  .md\:py-9 {
    padding-top: 2.25rem;
    padding-bottom: 2.25rem;
  }

  .md\:py-\[72px\] {
    padding-top: 72px;
    padding-bottom: 72px;
  }
  .md\:pb-0{
    padding-bottom: 0px;
  }

  .md\:pb-0\.5{
    padding-bottom: 0.125rem;
  }

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

  .md\:pb-14{
    padding-bottom: 3.5rem;
  }

  .md\:pb-\[22px\]{
    padding-bottom: 22px;
  }

  .md\:pl-14{
    padding-left: 3.5rem;
  }

  .md\:pl-\[120px\]{
    padding-left: 120px;
  }

  .md\:pb-32 {
    padding-bottom: 8rem;
  }

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

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

  .md\:pt-2 {
    padding-top: 0.5rem;
  }

  .md\:pt-24 {
    padding-top: 6rem;
  }

  .md\:pt-5 {
    padding-top: 1.25rem;
  }

  .md\:pt-6 {
    padding-top: 1.5rem;
  }

  .md\:pt-8 {
    padding-top: 2rem;
  }

  .md\:pt-\[128px\] {
    padding-top: 128px;
  }

  .md\:pt-\[104px\] {
    padding-top: 104px;
  }

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

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

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

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

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

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

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

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

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

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

  .md\:leading-normal {
    line-height: 1.5;
  }
}

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

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

.\[\&\.is-shown\]\:translate-y-0.is-shown {
  --tw-translate-y: 0px;
  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: 768px) {
  .md\:\[\&_a\:hover\]\:text-green a:hover {
    --tw-text-opacity: 1;
    color: rgb(7 178 149 / var(--tw-text-opacity));
  }

  .md\:\[\&_a\:hover\]\:opacity-70 a:hover {
    opacity: 0.7;
  }

  .md\:\[\&_a\:hover\]\:opacity-50 a:hover {
    opacity: 0.5;
  }
}

.\[\&_img\]\:w-full img {
  width: 100%;
}

.\[\&_li\]\:mx-1 li {
  margin-left: 0.25rem;
  margin-right: 0.25rem;
}

.\[\&_li_\.current\]\:bg-gray li .current {
  --tw-bg-opacity: 1;
  background-color: rgb(152 152 152 / var(--tw-bg-opacity));
}

.\[\&_li_\.current\]\:bg-black li .current {
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
}

.\[\&_li_\.current\]\:text-white li .current {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.\[\&_li_\.next\]\:bg-\[url\(\.\.\/img\/story\/page-arrow-right\.svg\)\] li .next {
  background-image: url(../img/story/page-arrow-right.svg);
}

.\[\&_li_\.next\]\:bg-\[url\(\.\.\/img\/common\/icon-chevron-right-black\.svg\)\] li .next {
  background-image: url(../img/common/icon-chevron-right-black.svg);
}

.\[\&_li_\.next\]\:bg-\[length\:16px_auto\] li .next {
  background-size: 16px auto;
}

.\[\&_li_\.next\]\:bg-\[right_center\] li .next {
  background-position: right center;
}

.\[\&_li_\.next\]\:bg-no-repeat li .next {
  background-repeat: no-repeat;
}

.\[\&_li_\.next\]\:px-5 li .next {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

@media (min-width: 768px) {
  .md\:\[\&_li_\.next\]\:pl-6 li .next {
    padding-left: 1.5rem;
  }

  .md\:\[\&_li_\.next\]\:pr-7 li .next {
    padding-right: 1.75rem;
  }
}

.\[\&_li_\.page-numbers\]\:flex li .page-numbers {
  display: flex;
}

.\[\&_li_\.page-numbers\]\:min-h-\[42px\] li .page-numbers {
  min-height: 42px;
}

.\[\&_li_\.page-numbers\]\:min-w-\[42px\] li .page-numbers {
  min-width: 42px;
}

.\[\&_li_\.page-numbers\]\:items-center li .page-numbers {
  align-items: center;
}

.\[\&_li_\.page-numbers\]\:justify-center li .page-numbers {
  justify-content: center;
}

.\[\&_li_\.page-numbers\]\:rounded-full li .page-numbers {
  border-radius: 9999px;
}

@media (min-width: 768px) {
  .md\:\[\&_li_\.page-numbers\]\:min-h-\[42px\] li .page-numbers {
    min-height: 42px;
  }

  .md\:\[\&_li_\.page-numbers\]\:min-w-\[42px\] li .page-numbers {
    min-width: 42px;
  }
}

.\[\&_li_\.prev\]\:rotate-\[180deg\] li .prev {
  --tw-rotate: 180deg;
  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));
}

.\[\&_li_\.prev\]\:bg-\[url\(\.\.\/img\/story\/page-arrow-left\.svg\)\] li .prev {
  background-image: url(../img/story/page-arrow-left.svg);
}

.\[\&_li_\.prev\]\:bg-\[url\(\.\.\/img\/common\/icon-chevron-right-black\.svg\)\] li .prev {
  background-image: url(../img/common/icon-chevron-right-black.svg);
}

.\[\&_li_\.prev\]\:bg-\[length\:16px_auto\] li .prev {
  background-size: 16px auto;
}

.\[\&_li_\.prev\]\:bg-\[left_center\] li .prev {
  background-position: left center;
}

.\[\&_li_\.prev\]\:bg-\[right_center\] li .prev {
  background-position: right center;
}

.\[\&_li_\.prev\]\:bg-no-repeat li .prev {
  background-repeat: no-repeat;
}

.\[\&_li_\.prev\]\:px-5 li .prev {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

@media (min-width: 768px) {
  .md\:\[\&_li_\.prev\]\:pl-7 li .prev {
    padding-left: 1.75rem;
  }

  .md\:\[\&_li_\.prev\]\:pr-6 li .prev {
    padding-right: 1.5rem;
  }
}

.\[\&_ul\]\:flex ul {
  display: flex;
}

.\[\&_ul\]\:flex-wrap ul {
  flex-wrap: wrap;
}

.\[\&_ul\]\:items-center ul {
  align-items: center;
}

.\[\&_ul\]\:justify-center ul {
  justify-content: center;
}

.\[\&_a\:hover_svg\]\:fill-primary a:hover svg {
  fill: #f08300;
}

@media (min-width: 768px) {
  .md\:\[\&\_li\:last-of-type\]\:mr-0 li:last-of-type {
    margin-right: 0;
  }
}

@media (min-width: 768px) {
  .md\:\[\&\_li\]\:mr-10 li {
    margin-right: 2.5rem;
  }

  .md\:\[\&\_li\]\:inline-block li {
    display: inline-block;
  }

  .md\:\[\&\_li\]\:w-\[336px\] li {
    width: 336px;
  }

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