/*!
Theme Name: icnet
Theme URI: https://www.icnet.co.jp/
Author: add more
Author URI: https://www.add-more.co.jp/
Description: ICNET orginal theme
Version: 1.1.a7dd906
Requires PHP: 5.6
Text Domain: icnet

`.is-root-container` はGutenbergのWYSIWYGエディタ用に指定
*/

/*! tailwindcss v3.3.2 | 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.
*/

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: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  /* 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-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;
}

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

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

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

[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");
}

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

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

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

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

/* メニューのclass設定で ':' が許容されなかったため、エイリアスを追加 */

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

.wp-block-post-title {
  margin-bottom: 2rem;
  font-size: 2.25rem;
  line-height: 2.5rem;
  font-weight: 700;
}

.single-gemba .entry-content {
  min-height: 0px;
  max-width: 840px;
}

.entry-content {
  margin-left: auto;
  margin-right: auto;
  min-height: 400px;
  max-width: 1032px;
  padding-left: 35px;
  padding-right: 35px;
  padding-top: 64px;
}

@media (min-width: 768px) {
  .entry-content {
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 130px;
  }
}

.entry-content a:not([class]) {
  --tw-text-opacity: 1;
  color: rgb(0 85 150 / var(--tw-text-opacity));
}

.entry-content .wp-block-buttons {
  padding-top: 40px;
  padding-bottom: 40px;
}

.wp-element-button {
  display: inline-flex;
  white-space: nowrap;
  border-radius: 0px;
  --tw-bg-opacity: 1;
  background-color: rgb(0 85 150 / var(--tw-bg-opacity));
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  text-align: center;
  font-weight: 300;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

@media (min-width: 768px) {
  .wp-element-button {
    min-width: 120px;
  }
}

.wp-element-button-large {
  display: flex;
  width: 100%;
  justify-content: center;
  gap: 1em;
  white-space: nowrap;
  border-radius: 0px;
  --tw-bg-opacity: 1;
  background-color: rgb(0 85 150 / var(--tw-bg-opacity));
  padding-top: 17px;
  padding-bottom: 17px;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  text-align: center;
  font-family: Inter, sans-serif;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0.1em;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

@media (min-width: 768px) {
  .wp-element-button-large {
    display: inline-flex;
    width: auto;
    min-width: 300px;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
    font-size: 20px;
  }
}

.wp-element-button-x-large {
  display: flex;
  justify-content: center;
  gap: 1em;
  white-space: nowrap;
  border-radius: 0px;
  --tw-bg-opacity: 1;
  background-color: rgb(0 85 150 / var(--tw-bg-opacity));
  padding-top: 17px;
  padding-bottom: 17px;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  text-align: center;
  font-family: Inter, sans-serif;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0.1em;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  transition-duration: 300ms;
}

@media (min-width: 768px) {
  .wp-element-button-x-large {
    display: inline-flex;
    min-width: 600px;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 40px;
    padding-bottom: 40px;
    font-size: 22px;
    line-height: 32px;
  }
}

.wp-element-button-x-large:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(26 102 160 / var(--tw-bg-opacity));
}

.mceContentBody {
  font-family: Noto Sans JP, sans-serif;
}

.mceContentBody a {
  --tw-text-opacity: 1;
  color: rgb(0 85 150 / var(--tw-text-opacity));
}

.widget_block ul,
  	.is-root-container ul,
	.mceContentBody ul,
	.entry-content ul {
  list-style-type: disc;
  padding-left: 1.5rem;
}

.widget_block ul:not(:first-child),
  	.is-root-container ul:not(:first-child),
	.mceContentBody ul:not(:first-child),
	.entry-content ul:not(:first-child) {
  margin-top: 1rem;
}

.widget_block ul:not(:last-child),
  	.is-root-container ul:not(:last-child),
	.mceContentBody ul:not(:last-child),
	.entry-content ul:not(:last-child) {
  margin-bottom: 1rem;
}

.widget_block ol,
  	.is-root-container ol,
  	.mceContentBody ol,
	.entry-content ol {
  list-style-type: decimal;
  padding-left: 1.5rem;
}

.widget_block ol:not(:first-child),
  	.is-root-container ol:not(:first-child),
  	.mceContentBody ol:not(:first-child),
	.entry-content ol:not(:first-child) {
  margin-top: 1rem;
}

.widget_block ol:not(:last-child),
  	.is-root-container ol:not(:last-child),
  	.mceContentBody ol:not(:last-child),
	.entry-content ol:not(:last-child) {
  margin-bottom: 1rem;
}

h2.wp-block-heading {
  margin-top: 3.5rem;
  margin-bottom: 1.25rem;
  text-align: center;
  font-size: 20px;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(0 85 150 / var(--tw-text-opacity));
}

@media (min-width: 768px) {
  h2.wp-block-heading {
    margin-top: 130px;
    margin-bottom: 70px;
    font-size: 30px;
  }
}

h2.wp-block-heading:first-child {
  margin-top: 0px;
}

.wp-block-heading.has-text-align-center {
  text-align: center;
}

.wp-block-heading.has-text-align-right {
  text-align: right;
}

.is-root-container h3:not([class*="text-"]),
	.mceContentBody h3:not([class*="text-"]),
	.entry-content h3:not([class*="text-"]) {
  margin-top: 65px;
  margin-bottom: 65px;
  text-align: center;
  font-size: 20px;
  --tw-text-opacity: 1;
  color: rgb(0 85 150 / var(--tw-text-opacity));
}

.is-root-container h4,
	.mceContentBody h4,
	.entry-content h4 {
  margin-bottom: 1rem;
  padding-bottom: 1rem;
  padding-top: 2.5rem;
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 700;
}

.is-root-container h5,
	.mceContentBody h5,
	.entry-content h5 {
  margin-bottom: 1rem;
  padding-bottom: 1rem;
  padding-top: 2.5rem;
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: 700;
}

.is-root-container h6,
	.mceContentBody h6,
	.entry-content h6 {
  margin-bottom: 1rem;
  padding-bottom: 1rem;
  padding-top: 2.5rem;
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 700;
}

.single-news .entry-content h2 {
  margin-top: 70px;
  margin-bottom: 25px;
  font-size: 15px;
  line-height: 22px;
}

.single-news .entry-content h2:first-child {
  margin-top: 0px;
}

@media (min-width: 768px) {
  .single-news .entry-content h2 {
    font-size: 20px;
    line-height: 29px;
  }
}

.single-news .entry-content h2:not(.has-text-align-center):not(.has-text-align-right) {
  text-align: left;
}

.single-news .entry-content h3 {
  margin-top: 25px;
  margin-bottom: 6px;
  font-size: 15px;
  line-height: 22px;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(76 76 76 / var(--tw-text-opacity));
}

@media (min-width: 768px) {
  .single-news .entry-content h3 {
    font-size: 20px;
    line-height: 29px;
  }
}

.single-news .entry-content h3:not(.has-text-align-center):not(.has-text-align-right) {
  text-align: left;
}

.is-root-container > p:not([class]),
	.mceContentBody > p:not([class]),
	.entry-content > p:not([class]) {
  margin-top: 1rem;
  margin-bottom: 1rem;
  line-height: 2.1875;
}

.entry-content code {
  display: block;
  border-radius: 0.25rem;
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity));
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}

.entry-content blockquote {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border-left-width: 4px;
  --tw-border-opacity: 1;
  border-color: rgb(209 213 219 / var(--tw-border-opacity));
  padding-left: 1rem;
}

.entry-content dl {
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.entry-content dl dt {
  font-weight: 700;
}

.entry-content dl dd {
  margin-left: 1rem;
  margin-bottom: 1rem;
}

.entry-content img {
  display: inline;
}

.entry-content figure {
  max-width: 100%;
}

.aligncenter {
  margin-left: auto;
  margin-right: auto;
  display: block;
}

@media (min-width: 768px) {
  .wp-block-image .aligncenter {
    margin-top: 70px;
    margin-bottom: 70px;
  }
}

.wp-block-paragraph {
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.menu-item.has-page a::before {
  display: inline;
  --tw-content: '・';
  content: var(--tw-content);
}

#primary-menu {
  display: flex;
  justify-content: flex-end;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 400;
}

#primary-menu > li {
  position: relative;
}

#primary-menu > li > a {
  display: block;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  padding-left: 1.15vw;
  padding-right: 1.15vw;
  letter-spacing: 0em;
}

@media (min-width: 1024px) {
  #primary-menu > li > a {
    padding-left: min(1.89vw,27px);
    padding-right: min(1.89vw,27px);
    letter-spacing: 0.1em;
  }
}

#primary-menu > li:last-child > a {
  padding-right: 0px;
}

#primary-menu .sub-menu {
  position: absolute;
  left: 0px;
  z-index: 10;
  display: none;
  min-width: 200px;
  background-color: rgb(242 242 242 / var(--tw-bg-opacity));
  --tw-bg-opacity: 0.75;
  padding-top: 17px;
  padding-bottom: 17px;
}

#primary-menu > li:last-child .sub-menu {
  right: 0px;
  left: auto;
}

#primary-menu .sub-menu li {
  position: relative;
  z-index: 10;
  margin-left: 1.89vw;
  margin-right: 1.89vw;
  margin-bottom: 10px;
  white-space: nowrap;
}

#primary-menu a {
  display: block;
}

#primary-menu-sp {
  display: none;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding-left: 34px;
  padding-right: 34px;
  padding-top: 34px;
  padding-bottom: 60px;
  font-size: 13px;
}

#primary-menu-sp > li {
  position: relative;
}

#primary-menu-sp > li > a {
  position: relative;
  display: block;
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(0 85 150 / var(--tw-border-opacity));
  padding-top: 15px;
  padding-bottom: 15px;
  font-weight: 500;
}

#primary-menu-sp > li > a::before {
  position: absolute;
  right: 10px;
  top: 20px;
  display: block;
  height: 10px;
  width: 10px;
  --tw-rotate: 45deg;
  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));
  border-right-width: 1px;
  border-top-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(0 85 150 / var(--tw-border-opacity));
  --tw-content: '';
  content: var(--tw-content);
}

#primary-menu-sp > li > a.opened::before {
  --tw-rotate: 135deg;
  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));
}

#primary-menu-sp > li ul {
  display: none;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

#primary-menu-sp > li ul a {
  display: block;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

#menu-footer {
  margin-left: min(17px,1.5vw);
  margin-right: -55px;
  -moz-columns: 2;
       columns: 2;
  text-align: left;
}

@media (min-width: 768px) {
  #menu-footer {
    margin-left: 0px;
    margin-right: 0px;
    display: flex;
    -moz-columns: auto;
         columns: auto;
    align-items: flex-start;
    justify-content: space-between;
  }
}

#menu-footer li {
  margin-bottom: 25px;
  font-size: 13px;
  line-height: 19px;
  font-weight: 500;
}

@media (min-width: 768px) {
  #menu-footer li {
    margin-bottom: 0px;
    font-size: 16px;
    line-height: 23px;
  }
}

#menu-footer .sub-menu {
  display: none;
  padding-top: 1rem;
}

@media (min-width: 768px) {
  #menu-footer .sub-menu {
    display: block;
  }
}

#menu-footer .sub-menu li {
  margin-top: 0.75rem;
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
}

#menu-footer-sub {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding-top: 0.75rem;
  padding-bottom: 0.25rem;
  font-size: 11px;
  opacity: 0.7;
}

@media (min-width: 768px) {
  #menu-footer-sub {
    padding-top: 1rem;
    padding-bottom: 1rem;
    font-size: 0.75rem;
    line-height: 1rem;
  }
}

#menu-footer-sub > li {
  border-left-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-border-opacity));
  padding-left: 8px;
  padding-right: 8px;
  font-weight: 400;
}

@media (min-width: 768px) {
  #menu-footer-sub > li {
    padding-left: 10px;
    padding-right: 10px;
  }
}

#menu-footer-sub > li:first-child {
  border-left-width: 0px;
}

#modal-background {
  display: none;
}

.opened-menu {
  overflow: hidden;
}

.opened-menu #modal-background {
  display: block;
}

.frame-wrapper-map {
  position: relative;
  padding-top: 54.7%;
}

@media (min-width: 768px) {
  .frame-wrapper-map {
    padding-top: 40%;
  }
}

.frame-wrapper-map div {
  position: absolute;
  inset: 0px;
}

.frame-wrapper-map iframe {
  display: block;
  height: 100%;
  width: 100%;
}

#wpadminbar {
  top: auto;
  bottom: 0px;
  display: none;
}

@media (min-width: 768px) {
  #wpadminbar {
    display: block;
  }
}

.navigation.pagination {
  margin-top: 40px;
}

.navigation.pagination .nav-links {
  display: flex;
  justify-content: center;
  gap: 1rem;
}

ul li.active {
  --tw-bg-opacity: 1;
  background-color: rgb(0 85 150 / var(--tw-bg-opacity));
}

ul li.active button,
	ul li.active a {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.form-row {
  margin-top: 20px;
  margin-bottom: 40px;
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(0 85 150 / var(--tw-border-opacity));
  padding-bottom: 39px;
  font-size: 15px;
}

@media (min-width: 768px) {
  .form-row {
    margin-bottom: 70px;
    margin-top: 35px;
    padding-bottom: 70px;
    font-size: 20px;
  }
}

.form-label {
  margin-bottom: 18px;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(0 85 150 / var(--tw-text-opacity));
}

@media (min-width: 768px) {
  .form-label {
    margin-bottom: 30px;
  }
}

.page-template-template-contact .site-main a {
  --tw-text-opacity: 1;
  color: rgb(0 85 150 / var(--tw-text-opacity));
  text-decoration-line: underline;
}

.page-template-template-contact .site-main a[target="_blank"] {
  position: relative;
  margin-right: 0.5rem;
  display: inline-block;
  padding-right: 20px;
}

@media (min-width: 768px) {
  .page-template-template-contact .site-main a[target="_blank"] {
    padding-right: 25px;
  }
}

.page-template-template-contact .site-main a[target="_blank"] span {
  position: absolute;
  top: 50%;
  right: 0px;
  display: block;
  height: 15px;
  width: 15px;
  --tw-translate-y: -50%;
  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));
  background-image: url(images/common/icon-separate-tab-detail.svg);
  background-size: cover;
}

@media (min-width: 768px) {
  .page-template-template-contact .site-main a[target="_blank"] span {
    height: 20px;
    width: 20px;
  }
}

[type="text"],
	[type="email"],
	[type="url"],
	[type="password"],
	[type="number"],
	[type="date"],
	[type="datetime-local"],
	[type="month"],
	[type="search"],
	[type="tel"],
	[type="time"],
	[type="week"] .form-input,
	select {
  --tw-border-opacity: 1;
  border-color: rgb(200 203 204 / var(--tw-border-opacity));
}

textarea {
  --tw-border-opacity: 1;
  border-color: rgb(200 203 204 / var(--tw-border-opacity));
}

details summary {
  position: relative;
  list-style-type: none;
}

details summary::-webkit-details-marker {
  display: none;
}

details summary .toggle::before {
  position: absolute;
  right: 0px;
  top: 12px;
  display: block;
  height: 1px;
  width: 25px;
  --tw-bg-opacity: 1;
  background-color: rgb(0 80 175 / var(--tw-bg-opacity));
  --tw-content: '';
  content: var(--tw-content);
}

@media (min-width: 768px) {
  details summary .toggle::before {
    top: 15px;
    width: 30px;
  }
}

details summary .toggle::after {
  position: absolute;
  right: 12px;
  top: 0px;
  display: block;
  height: 25px;
  width: 1px;
  --tw-bg-opacity: 1;
  background-color: rgb(0 80 175 / var(--tw-bg-opacity));
  --tw-content: '';
  content: var(--tw-content);
}

@media (min-width: 768px) {
  details summary .toggle::after {
    right: 15px;
    height: 30px;
  }
}

details[open] summary .toggle::after {
  display: none;
}

/* pagination */

.page-numbers.current {
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-bottom-color: rgb(0 85 150 / var(--tw-border-opacity));
  --tw-text-opacity: 1;
  color: rgb(0 85 150 / var(--tw-text-opacity));
}

.nav-links .prev {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 9px;
  background-image: url('images/common/arrow-pagination-prev-sp.png');
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

@media (min-width: 768px) {
  .nav-links .prev {
    margin-right: 20px;
    height: 25px;
    width: 20px;
    background-image: url('images/common/arrow-pagination-prev.png');
  }
}

.nav-links .next {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 9px;
  background-image: url('images/common/arrow-pagination-next-sp.png');
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

@media (min-width: 768px) {
  .nav-links .next {
    margin-left: 20px;
    height: 25px;
    width: 20px;
    background-image: url('images/common/arrow-pagination-next.png');
  }
}

/* pagination */

.page-numbers.current {
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-bottom-color: rgb(0 85 150 / var(--tw-border-opacity));
  --tw-text-opacity: 1;
  color: rgb(0 85 150 / var(--tw-text-opacity));
}

.nav-links .prev {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 9px;
  background-image: url('images/common/arrow-pagination-prev-sp.png');
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

@media (min-width: 768px) {
  .nav-links .prev {
    margin-right: 20px;
    height: 25px;
    width: 20px;
    background-image: url('images/common/arrow-pagination-prev.png');
  }
}

.nav-links .next {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 9px;
  background-image: url('images/common/arrow-pagination-next-sp.png');
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

@media (min-width: 768px) {
  .nav-links .next {
    margin-left: 20px;
    height: 25px;
    width: 20px;
    background-image: url('images/common/arrow-pagination-next.png');
  }
}

.single-news .entry-content a[target="_blank"]:not([href*=".pdf"])::after,
	.single-jobs table a[target="_blank"]:not([href*=".pdf"])::after {
  margin-left: 4px;
  margin-bottom: 5px;
  display: inline-block;
  height: 10px;
  width: 10px;
  background-image: url('images/common/icon-external-blue-w20.svg');
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  vertical-align: middle;
  --tw-content: '';
  content: var(--tw-content);
}

@media (min-width: 768px) {
  .single-news .entry-content a[target="_blank"]:not([href*=".pdf"])::after,
	.single-jobs table a[target="_blank"]:not([href*=".pdf"])::after {
    height: 20px;
    width: 20px;
  }
}

.single-news .entry-content a[href*=".pdf"]::after,
	.single-jobs table a[href*=".pdf"]::after {
  margin-left: 4px;
  margin-bottom: 5px;
  display: inline-block;
  height: 12px;
  width: 12px;
  background-image: url('images/common/icon-pdf.svg');
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  vertical-align: middle;
  --tw-content: '';
  content: var(--tw-content);
}

@media (min-width: 768px) {
  .single-news .entry-content a[href*=".pdf"]::after,
	.single-jobs table a[href*=".pdf"]::after {
    height: 24px;
    width: 24px;
  }
}

.wp-block-file:not(.wp-element-button) {
  font-size: 1em;
}

/* 管理画面 */

.wp-switch-editor {
  margin-top: 5px;
  margin-left: 5px;
  height: auto;
  border-width: 1px;
  border-bottom-width: 0px;
  --tw-border-opacity: 1;
  border-color: rgb(220 220 222 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(204 208 212 / var(--tw-bg-opacity));
  padding-left: 8px;
  padding-right: 8px;
  padding-top: 5px;
  padding-bottom: 5px;
}

.tmce-active .switch-tmce,
	.html-active .switch-html {
  --tw-bg-opacity: 1;
  background-color: rgb(246 247 247 / var(--tw-bg-opacity));
}

#tinymce {
  margin: 9px;
}

.visible {
  visibility: visible;
}

.fixed {
  position: fixed;
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

.inset-0 {
  inset: 0px;
}

.bottom-0 {
  bottom: 0px;
}

.bottom-\[15px\] {
  bottom: 15px;
}

.bottom-\[40px\] {
  bottom: 40px;
}

.bottom-\[82px\] {
  bottom: 82px;
}

.left-0 {
  left: 0px;
}

.left-1\/2 {
  left: 50%;
}

.left-\[-20px\] {
  left: -20px;
}

.left-\[0\.2em\] {
  left: 0.2em;
}

.left-\[0\.3em\] {
  left: 0.3em;
}

.left-\[27px\] {
  left: 27px;
}

.left-\[35px\] {
  left: 35px;
}

.right-0 {
  right: 0px;
}

.right-\[-20px\] {
  right: -20px;
}

.right-\[10px\] {
  right: 10px;
}

.right-\[27px\] {
  right: 27px;
}

.top-0 {
  top: 0px;
}

.top-1\/2 {
  top: 50%;
}

.top-3 {
  top: 0.75rem;
}

.top-\[-100px\] {
  top: -100px;
}

.top-\[-60px\] {
  top: -60px;
}

.top-\[-8px\] {
  top: -8px;
}

.top-\[0\.6em\] {
  top: 0.6em;
}

.top-\[0\.8em\] {
  top: 0.8em;
}

.top-\[10px\] {
  top: 10px;
}

.top-\[23\%\] {
  top: 23%;
}

.top-\[47\%\] {
  top: 47%;
}

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

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

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

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

.z-\[-10\] {
  z-index: -10;
}

.mx-\[-20px\] {
  margin-left: -20px;
  margin-right: -20px;
}

.mx-\[-25px\] {
  margin-left: -25px;
  margin-right: -25px;
}

.mx-\[-35px\] {
  margin-left: -35px;
  margin-right: -35px;
}

.mx-\[35px\] {
  margin-left: 35px;
  margin-right: 35px;
}

.mx-\[8px\] {
  margin-left: 8px;
  margin-right: 8px;
}

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

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

.my-10 {
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.mb-7 {
  margin-bottom: 1.75rem;
}

.mb-9 {
  margin-bottom: 2.25rem;
}

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

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

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

.mb-\[12\.5px\] {
  margin-bottom: 12.5px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.ml-6 {
  margin-left: 1.5rem;
}

.mr-6 {
  margin-right: 1.5rem;
}

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

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

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

.mt-5 {
  margin-top: 1.25rem;
}

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

.mt-9 {
  margin-top: 2.25rem;
}

.mt-\[-1rem\] {
  margin-top: -1rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.line-clamp-2 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.block {
  display: block;
}

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

.flex {
  display: flex;
}

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

.table {
  display: table;
}

.contents {
  display: contents;
}

.hidden {
  display: none;
}

.h-0 {
  height: 0px;
}

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

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

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

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

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

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

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

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

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

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

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

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

.h-full {
  height: 100%;
}

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

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

.max-h-\[calc\(100vh-55px\)\] {
  max-height: calc(100vh - 55px);
}

.max-h-full {
  max-height: 100%;
}

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

.w-1\/3 {
  width: 33.333333%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.w-\[76\%\] {
  width: 76%;
}

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

.w-\[87\%\] {
  width: 87%;
}

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

.w-\[calc\(100\%-110px\)\] {
  width: calc(100% - 110px);
}

.w-\[calc\(50\%-3px\)\] {
  width: calc(50% - 3px);
}

.w-\[calc\(50\%-5px\)\] {
  width: calc(50% - 5px);
}

.w-full {
  width: 100%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.max-w-\[95\%\] {
  max-width: 95%;
}

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

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

.flex-1 {
  flex: 1 1 0%;
}

.grow {
  flex-grow: 1;
}

.origin-center {
  transform-origin: center;
}

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

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

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

.scale-75 {
  --tw-scale-x: .75;
  --tw-scale-y: .75;
  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));
}

.cursor-pointer {
  cursor: pointer;
}

.resize {
  resize: both;
}

.list-disc {
  list-style-type: disc;
}

.list-none {
  list-style-type: none;
}

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

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

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

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

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

.justify-start {
  justify-content: flex-start;
}

.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-\[1\.5em\] {
  gap: 1.5em;
}

.gap-\[10px\] {
  gap: 10px;
}

.gap-\[12px\] {
  gap: 12px;
}

.gap-\[13px\] {
  gap: 13px;
}

.gap-\[15px\] {
  gap: 15px;
}

.gap-\[17px\] {
  gap: 17px;
}

.gap-\[1em\] {
  gap: 1em;
}

.gap-\[1px\] {
  gap: 1px;
}

.gap-\[20px\] {
  gap: 20px;
}

.gap-\[29px\] {
  gap: 29px;
}

.gap-\[38px\] {
  gap: 38px;
}

.gap-\[4px\] {
  gap: 4px;
}

.gap-\[54px\] {
  gap: 54px;
}

.gap-\[5px\] {
  gap: 5px;
}

.gap-\[63px\] {
  gap: 63px;
}

.gap-\[70px\] {
  gap: 70px;
}

.gap-\[7px\] {
  gap: 7px;
}

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

.gap-x-2\.5 {
  -moz-column-gap: 0.625rem;
       column-gap: 0.625rem;
}

.gap-x-\[20px\] {
  -moz-column-gap: 20px;
       column-gap: 20px;
}

.gap-x-\[27px\] {
  -moz-column-gap: 27px;
       column-gap: 27px;
}

.gap-y-1 {
  row-gap: 0.25rem;
}

.gap-y-1\.5 {
  row-gap: 0.375rem;
}

.gap-y-\[1\.7em\] {
  row-gap: 1.7em;
}

.gap-y-\[13px\] {
  row-gap: 13px;
}

.gap-y-\[17px\] {
  row-gap: 17px;
}

.gap-y-\[30px\] {
  row-gap: 30px;
}

.gap-y-\[31px\] {
  row-gap: 31px;
}

.gap-y-\[40px\] {
  row-gap: 40px;
}

.overflow-auto {
  overflow: auto;
}

.overflow-hidden {
  overflow: hidden;
}

.whitespace-nowrap {
  white-space: nowrap;
}

.break-words {
  overflow-wrap: break-word;
}

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

.border {
  border-width: 1px;
}

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

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

.border-b-\[2px\] {
  border-bottom-width: 2px;
}

.border-l-2 {
  border-left-width: 2px;
}

.border-r {
  border-right-width: 1px;
}

.border-r-2 {
  border-right-width: 2px;
}

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

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

.border-none {
  border-style: none;
}

.border-\[\#005596\] {
  --tw-border-opacity: 1;
  border-color: rgb(0 85 150 / var(--tw-border-opacity));
}

.border-\[\#251E1C\] {
  --tw-border-opacity: 1;
  border-color: rgb(37 30 28 / var(--tw-border-opacity));
}

.border-\[\#D9D9D9\] {
  --tw-border-opacity: 1;
  border-color: rgb(217 217 217 / var(--tw-border-opacity));
}

.border-\[\#ccc\] {
  --tw-border-opacity: 1;
  border-color: rgb(204 204 204 / var(--tw-border-opacity));
}

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

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

.border-b-\[\#000\] {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(0 0 0 / var(--tw-border-opacity));
}

.border-b-\[\#005596\] {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(0 85 150 / var(--tw-border-opacity));
}

.border-l-\[\#005596\] {
  --tw-border-opacity: 1;
  border-left-color: rgb(0 85 150 / var(--tw-border-opacity));
}

.border-r-\[\#005596\] {
  --tw-border-opacity: 1;
  border-right-color: rgb(0 85 150 / var(--tw-border-opacity));
}

.border-t-\[\#005596\] {
  --tw-border-opacity: 1;
  border-top-color: rgb(0 85 150 / var(--tw-border-opacity));
}

.bg-\[\#000\] {
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
}

.bg-\[\#005596\] {
  --tw-bg-opacity: 1;
  background-color: rgb(0 85 150 / var(--tw-bg-opacity));
}

.bg-\[\#4C4C4C\] {
  --tw-bg-opacity: 1;
  background-color: rgb(76 76 76 / var(--tw-bg-opacity));
}

.bg-\[\#C8CBCC\] {
  --tw-bg-opacity: 1;
  background-color: rgb(200 203 204 / var(--tw-bg-opacity));
}

.bg-\[\#E1E1E1\] {
  --tw-bg-opacity: 1;
  background-color: rgb(225 225 225 / var(--tw-bg-opacity));
}

.bg-\[\#F2F2F2\] {
  --tw-bg-opacity: 1;
  background-color: rgb(242 242 242 / var(--tw-bg-opacity));
}

.bg-\[\#eee\] {
  --tw-bg-opacity: 1;
  background-color: rgb(238 238 238 / var(--tw-bg-opacity));
}

.bg-\[\#fff\] {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

.bg-\[rgba\(0\2c 0\2c 0\2c 0\.7\)\] {
  background-color: rgba(0,0,0,0.7);
}

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

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

.bg-\[url\(\'\/wp-content\/themes\/icnet\/images\/front-page\/img-gemba-sp\.png\?20240214\'\)\] {
  background-image: url('/wp-content/themes/icnet/images/front-page/img-gemba-sp.png?20240214');
}

.bg-\[url\(\'images\/business\/bg-title-business-csr-csv-sp\.jpg\'\)\] {
  background-image: url('images/business/bg-title-business-csr-csv-sp.jpg');
}

.bg-\[url\(\'images\/business\/bg-title-business-edu-trip-sp\.jpg\'\)\] {
  background-image: url('images/business/bg-title-business-edu-trip-sp.jpg');
}

.bg-\[url\(\'images\/business\/bg-title-business-g-global-sp\.jpg\'\)\] {
  background-image: url('images/business/bg-title-business-g-global-sp.jpg');
}

.bg-\[url\(\'images\/business\/bg-title-business-oda-sp\.jpg\'\)\] {
  background-image: url('images/business/bg-title-business-oda-sp.jpg');
}

.bg-\[url\(\'images\/business\/bg-title-business-priv-partner-sp\.jpg\'\)\] {
  background-image: url('images/business/bg-title-business-priv-partner-sp.jpg');
}

.bg-\[url\(\'images\/business\/bg-title-business-training-sp\.jpg\'\)\] {
  background-image: url('images/business/bg-title-business-training-sp.jpg');
}

.bg-\[url\(\'images\/business\/tmb-csr-csv-sp\.jpg\'\)\] {
  background-image: url('images/business/tmb-csr-csv-sp.jpg');
}

.bg-\[url\(\'images\/business\/tmb-edu-trip-sp\.jpg\'\)\] {
  background-image: url('images/business/tmb-edu-trip-sp.jpg');
}

.bg-\[url\(\'images\/business\/tmb-g-global-sp\.jpg\'\)\] {
  background-image: url('images/business/tmb-g-global-sp.jpg');
}

.bg-\[url\(\'images\/business\/tmb-oda-sp\.jpg\'\)\] {
  background-image: url('images/business/tmb-oda-sp.jpg');
}

.bg-\[url\(\'images\/business\/tmb-priv-partner-sp\.jpg\'\)\] {
  background-image: url('images/business/tmb-priv-partner-sp.jpg');
}

.bg-\[url\(\'images\/business\/tmb-training-sp\.jpg\'\)\] {
  background-image: url('images/business/tmb-training-sp.jpg');
}

.bg-\[url\(\'images\/common\/arrow-carousel-blue\.svg\'\)\] {
  background-image: url('images/common/arrow-carousel-blue.svg');
}

.bg-\[url\(\'images\/common\/arrow-carousel\.svg\'\)\] {
  background-image: url('images/common/arrow-carousel.svg');
}

.bg-\[url\(\'images\/common\/icon-separate-tab\.svg\'\)\] {
  background-image: url('images/common/icon-separate-tab.svg');
}

.bg-\[url\(\'images\/recruit\/bg-content1-sp\.jpg\?20240214\'\)\] {
  background-image: url('images/recruit/bg-content1-sp.jpg?20240214');
}

.bg-\[url\(\'images\/recruit\/bg-content2-sp\.jpg\'\)\] {
  background-image: url('images/recruit/bg-content2-sp.jpg');
}

.bg-\[url\(\'images\/recruit\/bg-title-recruit-sp\.jpg\'\)\] {
  background-image: url('images/recruit/bg-title-recruit-sp.jpg');
}

.bg-\[url\(\'images\/recruit\/bg-title-recruit-workplace-sp\.jpg\'\)\] {
  background-image: url('images/recruit/bg-title-recruit-workplace-sp.jpg');
}

.bg-\[url\(\'images\/recruit\/bg-workplace-footer-sp\.jpg\'\)\] {
  background-image: url('images/recruit/bg-workplace-footer-sp.jpg');
}

.bg-gradient-to-t {
  background-image: linear-gradient(to top, var(--tw-gradient-stops));
}

.from-\[\#005596\] {
  --tw-gradient-from: #005596 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(0 85 150 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

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

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

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

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

.bg-no-repeat {
  background-repeat: no-repeat;
}

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

.p-1 {
  padding: 0.25rem;
}

.p-2 {
  padding: 0.5rem;
}

.p-2\.5 {
  padding: 0.625rem;
}

.p-3 {
  padding: 0.75rem;
}

.p-4 {
  padding: 1rem;
}

.p-5 {
  padding: 1.25rem;
}

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

.p-\[30px\] {
  padding: 30px;
}

.p-\[6px\] {
  padding: 6px;
}

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

.px-1\.5 {
  padding-left: 0.375rem;
  padding-right: 0.375rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.py-0 {
  padding-top: 0px;
  padding-bottom: 0px;
}

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

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

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

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

.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-5 {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}

.py-\[13px\] {
  padding-top: 13px;
  padding-bottom: 13px;
}

.py-\[29px\] {
  padding-top: 29px;
  padding-bottom: 29px;
}

.py-\[30px\] {
  padding-top: 30px;
  padding-bottom: 30px;
}

.py-\[34px\] {
  padding-top: 34px;
  padding-bottom: 34px;
}

.py-\[42px\] {
  padding-top: 42px;
  padding-bottom: 42px;
}

.py-\[60px\] {
  padding-top: 60px;
  padding-bottom: 60px;
}

.py-\[63px\] {
  padding-top: 63px;
  padding-bottom: 63px;
}

.py-\[64px\] {
  padding-top: 64px;
  padding-bottom: 64px;
}

.py-\[69px\] {
  padding-top: 69px;
  padding-bottom: 69px;
}

.py-\[6px\] {
  padding-top: 6px;
  padding-bottom: 6px;
}

.py-\[70px\] {
  padding-top: 70px;
  padding-bottom: 70px;
}

.py-\[78px\] {
  padding-top: 78px;
  padding-bottom: 78px;
}

.py-px {
  padding-top: 1px;
  padding-bottom: 1px;
}

.pb-0 {
  padding-bottom: 0px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.pb-\[min\(397px\2c 43\%\)\] {
  padding-bottom: min(397px,43%);
}

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

.pl-3 {
  padding-left: 0.75rem;
}

.pl-4 {
  padding-left: 1rem;
}

.pl-6 {
  padding-left: 1.5rem;
}

.pl-\[0\.7em\] {
  padding-left: 0.7em;
}

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

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

.pr-\[1\.5em\] {
  padding-right: 1.5em;
}

.pt-0 {
  padding-top: 0px;
}

.pt-1 {
  padding-top: 0.25rem;
}

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

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

.pt-\[0\.2em\] {
  padding-top: 0.2em;
}

.pt-\[111\%\] {
  padding-top: 111%;
}

.pt-\[115\%\] {
  padding-top: 115%;
}

.pt-\[117\.9\%\] {
  padding-top: 117.9%;
}

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

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

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

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

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

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

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

.pt-\[52\.8\%\] {
  padding-top: 52.8%;
}

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

.pt-\[63\.5px\] {
  padding-top: 63.5px;
}

.pt-\[64\%\] {
  padding-top: 64%;
}

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

.pt-\[65\%\] {
  padding-top: 65%;
}

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

.pt-\[67\.4\%\] {
  padding-top: 67.4%;
}

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

.pt-\[76\.92\%\] {
  padding-top: 76.92%;
}

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

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

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

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

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

.align-top {
  vertical-align: top;
}

.font-inter {
  font-family: Inter, sans-serif;
}

.font-noto {
  font-family: Noto Sans JP, sans-serif;
}

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

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

.text-\[11px\]\/\[14px\] {
  font-size: 11px;
  line-height: 14px;
}

.text-\[11px\]\/\[21px\] {
  font-size: 11px;
  line-height: 21px;
}

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

.text-\[12px\]\/\[17px\] {
  font-size: 12px;
  line-height: 17px;
}

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

.text-\[13px\]\/\[18px\] {
  font-size: 13px;
  line-height: 18px;
}

.text-\[13px\]\/\[19px\] {
  font-size: 13px;
  line-height: 19px;
}

.text-\[13px\]\/\[24\.5px\] {
  font-size: 13px;
  line-height: 24.5px;
}

.text-\[13px\]\/\[24px\] {
  font-size: 13px;
  line-height: 24px;
}

.text-\[13px\]\/\[25px\] {
  font-size: 13px;
  line-height: 25px;
}

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

.text-\[14px\]\/\[25px\] {
  font-size: 14px;
  line-height: 25px;
}

.text-\[15\.2vw\] {
  font-size: 15.2vw;
}

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

.text-\[15px\]\/\[21px\] {
  font-size: 15px;
  line-height: 21px;
}

.text-\[15px\]\/\[22px\] {
  font-size: 15px;
  line-height: 22px;
}

.text-\[15px\]\/\[25px\] {
  font-size: 15px;
  line-height: 25px;
}

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

.text-\[16px\]\/\[24px\] {
  font-size: 16px;
  line-height: 24px;
}

.text-\[17px\]\/\[25px\] {
  font-size: 17px;
  line-height: 25px;
}

.text-\[17px\]\/\[30px\] {
  font-size: 17px;
  line-height: 30px;
}

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

.text-\[2\.5vw\] {
  font-size: 2.5vw;
}

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

.text-\[20px\]\/\[17px\] {
  font-size: 20px;
  line-height: 17px;
}

.text-\[20px\]\/\[28px\] {
  font-size: 20px;
  line-height: 28px;
}

.text-\[20px\]\/\[29px\] {
  font-size: 20px;
  line-height: 29px;
}

.text-\[20px\]\/\[32px\] {
  font-size: 20px;
  line-height: 32px;
}

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

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

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

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

.text-\[7\.5vw\] {
  font-size: 7.5vw;
}

.text-\[calc\(min\(13px\2c 3vw\)\)\]\/\[23px\] {
  font-size: calc(min(13px,3vw));
  line-height: 23px;
}

.text-\[calc\(min\(13px\2c 4vw\)\)\] {
  font-size: calc(min(13px,4vw));
}

.text-\[calc\(min\(18px\2c 3\.8vw\)\)\]\/\[28px\] {
  font-size: calc(min(18px,3.8vw));
  line-height: 28px;
}

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

.font-light {
  font-weight: 300;
}

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

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

.italic {
  font-style: italic;
}

.leading-8 {
  line-height: 2rem;
}

.leading-\[1\.7\] {
  line-height: 1.7;
}

.leading-\[1\.875\] {
  line-height: 1.875;
}

.leading-\[1\.8\] {
  line-height: 1.8;
}

.leading-\[25px\] {
  line-height: 25px;
}

.leading-\[30px\] {
  line-height: 30px;
}

.leading-\[33px\] {
  line-height: 33px;
}

.leading-\[35px\] {
  line-height: 35px;
}

.leading-loose {
  line-height: 2;
}

.leading-none {
  line-height: 1;
}

.tracking-\[0\.15em\] {
  letter-spacing: 0.15em;
}

.tracking-\[0\.1em\] {
  letter-spacing: 0.1em;
}

.tracking-\[0\.2rem\] {
  letter-spacing: 0.2rem;
}

.tracking-normal {
  letter-spacing: 0em;
}

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

.tracking-widest {
  letter-spacing: 0.1em;
}

.text-\[\#000\] {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

.text-\[\#005596\] {
  --tw-text-opacity: 1;
  color: rgb(0 85 150 / var(--tw-text-opacity));
}

.text-\[\#4C4C4C\] {
  --tw-text-opacity: 1;
  color: rgb(76 76 76 / var(--tw-text-opacity));
}

.text-\[\#707070\] {
  --tw-text-opacity: 1;
  color: rgb(112 112 112 / var(--tw-text-opacity));
}

.text-\[\#A9A9A9\] {
  --tw-text-opacity: 1;
  color: rgb(169 169 169 / var(--tw-text-opacity));
}

.text-\[15x\] {
  color: 15x;
}

.text-\[rgba\(0\2c 0\2c 0\2c 0\.7\)\] {
  color: rgba(0,0,0,0.7);
}

.text-black\/50 {
  color: rgb(0 0 0 / 0.5);
}

.text-black\/70 {
  color: rgb(0 0 0 / 0.7);
}

.text-red-500 {
  --tw-text-opacity: 1;
  color: rgb(239 68 68 / var(--tw-text-opacity));
}

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

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

.opacity-50 {
  opacity: 0.5;
}

.opacity-70 {
  opacity: 0.7;
}

.blur {
  --tw-blur: blur(8px);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

.invert {
  --tw-invert: invert(100%);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

.filter {
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

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

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

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

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

.line-clamp-2 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

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

.group:hover .group-hover\:block {
  display: block;
}

.group:hover .group-hover\:hidden {
  display: none;
}

.group:hover .group-hover\:scale-105 {
  --tw-scale-x: 1.05;
  --tw-scale-y: 1.05;
  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));
}

.group:hover .group-hover\:bg-\[\#005596\] {
  --tw-bg-opacity: 1;
  background-color: rgb(0 85 150 / var(--tw-bg-opacity));
}

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

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

  .md\:relative {
    position: relative;
  }

  .md\:bottom-\[164px\] {
    bottom: 164px;
  }

  .md\:bottom-\[26\%\] {
    bottom: 26%;
  }

  .md\:bottom-\[55px\] {
    bottom: 55px;
  }

  .md\:bottom-\[68px\] {
    bottom: 68px;
  }

  .md\:left-1\/2 {
    left: 50%;
  }

  .md\:left-\[10px\] {
    left: 10px;
  }

  .md\:left-\[40px\] {
    left: 40px;
  }

  .md\:right-\[10px\] {
    right: 10px;
  }

  .md\:right-\[7\%\] {
    right: 7%;
  }

  .md\:top-0 {
    top: 0px;
  }

  .md\:top-\[-15px\] {
    top: -15px;
  }

  .md\:top-\[0\.45em\] {
    top: 0.45em;
  }

  .md\:top-\[0\.8em\] {
    top: 0.8em;
  }

  .md\:top-\[50\%\] {
    top: 50%;
  }

  .md\:m-0 {
    margin: 0px;
  }

  .md\:mx-0 {
    margin-left: 0px;
    margin-right: 0px;
  }

  .md\:mx-\[1rem\] {
    margin-left: 1rem;
    margin-right: 1rem;
  }

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

  .md\:my-32 {
    margin-top: 8rem;
    margin-bottom: 8rem;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .md\:mb-7 {
    margin-bottom: 1.75rem;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .md\:ml-0 {
    margin-left: 0px;
  }

  .md\:ml-\[200px\] {
    margin-left: 200px;
  }

  .md\:mr-0 {
    margin-right: 0px;
  }

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

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

  .md\:mt-20 {
    margin-top: 5rem;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .md\:block {
    display: block;
  }

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

  .md\:flex {
    display: flex;
  }

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

  .md\:table {
    display: table;
  }

  .md\:table-cell {
    display: table-cell;
  }

  .md\:table-row {
    display: table-row;
  }

  .md\:grid {
    display: grid;
  }

  .md\:hidden {
    display: none;
  }

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

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

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

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

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

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

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

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

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

  .md\:h-\[calc\(100\%-120px\)\] {
    height: calc(100% - 120px);
  }

  .md\:max-h-\[500px\] {
    max-height: 500px;
  }

  .md\:max-h-\[800px\] {
    max-height: 800px;
  }

  .md\:min-h-\[102px\] {
    min-height: 102px;
  }

  .md\:min-h-\[150px\] {
    min-height: 150px;
  }

  .md\:min-h-\[520px\] {
    min-height: 520px;
  }

  .md\:min-h-\[550px\] {
    min-height: 550px;
  }

  .md\:min-h-\[65px\] {
    min-height: 65px;
  }

  .md\:w-1\/2 {
    width: 50%;
  }

  .md\:w-1\/3 {
    width: 33.333333%;
  }

  .md\:w-1\/4 {
    width: 25%;
  }

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

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

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

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

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

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

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

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

  .md\:w-\[29\.16\%\] {
    width: 29.16%;
  }

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

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

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

  .md\:w-\[37\.5\%\] {
    width: 37.5%;
  }

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

  .md\:w-\[45\%\] {
    width: 45%;
  }

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

  .md\:w-\[55\%\] {
    width: 55%;
  }

  .md\:w-\[56\.66\%\] {
    width: 56.66%;
  }

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

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

  .md\:w-\[calc\(100\%-17em\)\] {
    width: calc(100% - 17em);
  }

  .md\:w-\[calc\(100\%-383px\)\] {
    width: calc(100% - 383px);
  }

  .md\:w-\[calc\(25\%-6px\)\] {
    width: calc(25% - 6px);
  }

  .md\:w-\[calc\(27\%-30px\)\] {
    width: calc(27% - 30px);
  }

  .md\:w-\[calc\(34\%-30px\)\] {
    width: calc(34% - 30px);
  }

  .md\:w-\[calc\(50\%-18px\)\] {
    width: calc(50% - 18px);
  }

  .md\:w-\[calc\(50\%-60px\)\] {
    width: calc(50% - 60px);
  }

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

  .md\:w-full {
    width: 100%;
  }

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

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

  .md\:max-w-\[14\%\] {
    max-width: 14%;
  }

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

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

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

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

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

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

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

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

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

  .md\:max-w-none {
    max-width: none;
  }

  .md\:flex-auto {
    flex: 1 1 auto;
  }

  .md\:grow-0 {
    flex-grow: 0;
  }

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

  .md\:scale-100 {
    --tw-scale-x: 1;
    --tw-scale-y: 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));
  }

  .md\:columns-2 {
    -moz-columns: 2;
         columns: 2;
  }

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

  .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\:flex-row {
    flex-direction: row;
  }

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

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

  .md\:justify-start {
    justify-content: flex-start;
  }

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

  .md\:gap-0 {
    gap: 0px;
  }

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

  .md\:gap-\[120px\] {
    gap: 120px;
  }

  .md\:gap-\[12px\] {
    gap: 12px;
  }

  .md\:gap-\[14px\] {
    gap: 14px;
  }

  .md\:gap-\[15px\] {
    gap: 15px;
  }

  .md\:gap-\[18px\] {
    gap: 18px;
  }

  .md\:gap-\[19px\] {
    gap: 19px;
  }

  .md\:gap-\[24px\] {
    gap: 24px;
  }

  .md\:gap-\[35px\] {
    gap: 35px;
  }

  .md\:gap-\[43px\] {
    gap: 43px;
  }

  .md\:gap-\[47px\] {
    gap: 47px;
  }

  .md\:gap-\[60px\] {
    gap: 60px;
  }

  .md\:gap-\[65px\] {
    gap: 65px;
  }

  .md\:gap-\[67px\] {
    gap: 67px;
  }

  .md\:gap-\[70px\] {
    gap: 70px;
  }

  .md\:gap-\[8px\] {
    gap: 8px;
  }

  .md\:gap-x-5 {
    -moz-column-gap: 1.25rem;
         column-gap: 1.25rem;
  }

  .md\:gap-x-\[120px\] {
    -moz-column-gap: 120px;
         column-gap: 120px;
  }

  .md\:gap-x-\[6\.25\%\] {
    -moz-column-gap: 6.25%;
         column-gap: 6.25%;
  }

  .md\:gap-y-\[130px\] {
    row-gap: 130px;
  }

  .md\:gap-y-\[1em\] {
    row-gap: 1em;
  }

  .md\:gap-y-\[65px\] {
    row-gap: 65px;
  }

  .md\:gap-y-\[79px\] {
    row-gap: 79px;
  }

  .md\:overflow-hidden {
    overflow: hidden;
  }

  .md\:text-ellipsis {
    text-overflow: ellipsis;
  }

  .md\:whitespace-nowrap {
    white-space: nowrap;
  }

  .md\:border-0 {
    border-width: 0px;
  }

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

  .md\:border-b-0 {
    border-bottom-width: 0px;
  }

  .md\:border-b-\[5px\] {
    border-bottom-width: 5px;
  }

  .md\:border-l-\[5px\] {
    border-left-width: 5px;
  }

  .md\:border-r-\[5px\] {
    border-right-width: 5px;
  }

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

  .md\:border-\[\#005596\] {
    --tw-border-opacity: 1;
    border-color: rgb(0 85 150 / var(--tw-border-opacity));
  }

  .md\:border-b-\[\#005596\] {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(0 85 150 / var(--tw-border-opacity));
  }

  .md\:bg-\[\#4C4C4C\] {
    --tw-bg-opacity: 1;
    background-color: rgb(76 76 76 / var(--tw-bg-opacity));
  }

  .md\:bg-\[\#C8CBCC\] {
    --tw-bg-opacity: 1;
    background-color: rgb(200 203 204 / var(--tw-bg-opacity));
  }

  .md\:bg-\[\#F2F2F2\] {
    --tw-bg-opacity: 1;
    background-color: rgb(242 242 242 / var(--tw-bg-opacity));
  }

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

  .md\:bg-\[url\(\'\/wp-content\/themes\/icnet\/images\/front-page\/img-gemba\.png\?20240214\'\)\] {
    background-image: url('/wp-content/themes/icnet/images/front-page/img-gemba.png?20240214');
  }

  .md\:bg-\[url\(\'images\/business\/bg-title-business-csr-csv\.jpg\'\)\] {
    background-image: url('images/business/bg-title-business-csr-csv.jpg');
  }

  .md\:bg-\[url\(\'images\/business\/bg-title-business-edu-trip\.jpg\'\)\] {
    background-image: url('images/business/bg-title-business-edu-trip.jpg');
  }

  .md\:bg-\[url\(\'images\/business\/bg-title-business-g-global\.jpg\'\)\] {
    background-image: url('images/business/bg-title-business-g-global.jpg');
  }

  .md\:bg-\[url\(\'images\/business\/bg-title-business-oda\.jpg\'\)\] {
    background-image: url('images/business/bg-title-business-oda.jpg');
  }

  .md\:bg-\[url\(\'images\/business\/bg-title-business-priv-partner\.jpg\'\)\] {
    background-image: url('images/business/bg-title-business-priv-partner.jpg');
  }

  .md\:bg-\[url\(\'images\/business\/bg-title-business-training\.jpg\'\)\] {
    background-image: url('images/business/bg-title-business-training.jpg');
  }

  .md\:bg-\[url\(\'images\/business\/tmb-csr-csv\.jpg\'\)\] {
    background-image: url('images/business/tmb-csr-csv.jpg');
  }

  .md\:bg-\[url\(\'images\/business\/tmb-edu-trip\.jpg\'\)\] {
    background-image: url('images/business/tmb-edu-trip.jpg');
  }

  .md\:bg-\[url\(\'images\/business\/tmb-g-global\.jpg\'\)\] {
    background-image: url('images/business/tmb-g-global.jpg');
  }

  .md\:bg-\[url\(\'images\/business\/tmb-oda\.jpg\'\)\] {
    background-image: url('images/business/tmb-oda.jpg');
  }

  .md\:bg-\[url\(\'images\/business\/tmb-priv-partner\.jpg\'\)\] {
    background-image: url('images/business/tmb-priv-partner.jpg');
  }

  .md\:bg-\[url\(\'images\/business\/tmb-training\.jpg\'\)\] {
    background-image: url('images/business/tmb-training.jpg');
  }

  .md\:bg-\[url\(\'images\/recruit\/bg-content1\.jpg\?20240214\'\)\] {
    background-image: url('images/recruit/bg-content1.jpg?20240214');
  }

  .md\:bg-\[url\(\'images\/recruit\/bg-content2\.jpg\'\)\] {
    background-image: url('images/recruit/bg-content2.jpg');
  }

  .md\:bg-\[url\(\'images\/recruit\/bg-title-recruit-workplace\.jpg\'\)\] {
    background-image: url('images/recruit/bg-title-recruit-workplace.jpg');
  }

  .md\:bg-\[url\(\'images\/recruit\/bg-title-recruit\.jpg\'\)\] {
    background-image: url('images/recruit/bg-title-recruit.jpg');
  }

  .md\:bg-\[url\(\'images\/recruit\/bg-workplace-footer\.jpg\'\)\] {
    background-image: url('images/recruit/bg-workplace-footer.jpg');
  }

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

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

  .md\:p-3 {
    padding: 0.75rem;
  }

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

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

  .md\:p-\[27px\] {
    padding: 27px;
  }

  .md\:p-\[35px\] {
    padding: 35px;
  }

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

  .md\:px-12 {
    padding-left: 3rem;
    padding-right: 3rem;
  }

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

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

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

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

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

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

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

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

  .md\:px-\[min\(1\.5vw\2c 1rem\)\] {
    padding-left: min(1.5vw,1rem);
    padding-right: min(1.5vw,1rem);
  }

  .md\:py-0 {
    padding-top: 0px;
    padding-bottom: 0px;
  }

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

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

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

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

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

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

  .md\:py-\[116px\] {
    padding-top: 116px;
    padding-bottom: 116px;
  }

  .md\:py-\[120px\] {
    padding-top: 120px;
    padding-bottom: 120px;
  }

  .md\:py-\[127px\] {
    padding-top: 127px;
    padding-bottom: 127px;
  }

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

  .md\:py-\[130px\] {
    padding-top: 130px;
    padding-bottom: 130px;
  }

  .md\:py-\[135px\] {
    padding-top: 135px;
    padding-bottom: 135px;
  }

  .md\:py-\[140px\] {
    padding-top: 140px;
    padding-bottom: 140px;
  }

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

  .md\:py-\[30px\] {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .md\:py-\[35px\] {
    padding-top: 35px;
    padding-bottom: 35px;
  }

  .md\:py-\[49px\] {
    padding-top: 49px;
    padding-bottom: 49px;
  }

  .md\:py-\[4px\] {
    padding-top: 4px;
    padding-bottom: 4px;
  }

  .md\:py-\[50px\] {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .md\:py-\[63px\] {
    padding-top: 63px;
    padding-bottom: 63px;
  }

  .md\:py-\[69px\] {
    padding-top: 69px;
    padding-bottom: 69px;
  }

  .md\:py-\[70px\] {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .md\:pb-2 {
    padding-bottom: 0.5rem;
  }

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

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

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

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

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

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

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

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

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

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

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

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

  .md\:pb-\[min\(378px\2c 27\%\)\] {
    padding-bottom: min(378px,27%);
  }

  .md\:pl-12 {
    padding-left: 3rem;
  }

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

  .md\:pl-6 {
    padding-left: 1.5rem;
  }

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

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

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

  .md\:pt-0 {
    padding-top: 0px;
  }

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

  .md\:pt-\[0\.4em\] {
    padding-top: 0.4em;
  }

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

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

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

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

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

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

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

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

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

  .md\:pt-\[28\.57\%\] {
    padding-top: 28.57%;
  }

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

  .md\:pt-\[45\.71\%\] {
    padding-top: 45.71%;
  }

  .md\:pt-\[54\%\] {
    padding-top: 54%;
  }

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

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

  .md\:pt-\[61\.4\%\] {
    padding-top: 61.4%;
  }

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

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

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

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

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

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

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

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

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

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

  .md\:text-\[16px\]\/\[30px\] {
    font-size: 16px;
    line-height: 30px;
  }

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

  .md\:text-\[20px\]\/\[24px\] {
    font-size: 20px;
    line-height: 24px;
  }

  .md\:text-\[20px\]\/\[29px\] {
    font-size: 20px;
    line-height: 29px;
  }

  .md\:text-\[20px\]\/\[36px\] {
    font-size: 20px;
    line-height: 36px;
  }

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

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

  .md\:text-\[22px\]\/\[31\.86px\] {
    font-size: 22px;
    line-height: 31.86px;
  }

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

  .md\:text-\[24px\]\/\[34\.75px\] {
    font-size: 24px;
    line-height: 34.75px;
  }

  .md\:text-\[24px\]\/\[50px\] {
    font-size: 24px;
    line-height: 50px;
  }

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

  .md\:text-\[26px\]\/\[30px\] {
    font-size: 26px;
    line-height: 30px;
  }

  .md\:text-\[26px\]\/\[55px\] {
    font-size: 26px;
    line-height: 55px;
  }

  .md\:text-\[28px\]\/\[46px\] {
    font-size: 28px;
    line-height: 46px;
  }

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

  .md\:text-\[30px\]\/\[1\.45em\] {
    font-size: 30px;
    line-height: 1.45em;
  }

  .md\:text-\[30px\]\/\[34\.75px\] {
    font-size: 30px;
    line-height: 34.75px;
  }

  .md\:text-\[30px\]\/\[43px\] {
    font-size: 30px;
    line-height: 43px;
  }

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

  .md\:text-\[5vw\] {
    font-size: 5vw;
  }

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

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

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

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

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

  .md\:leading-\[1\.6\] {
    line-height: 1.6;
  }

  .md\:leading-\[30px\] {
    line-height: 30px;
  }

  .md\:leading-\[40px\] {
    line-height: 40px;
  }

  .md\:leading-\[45px\] {
    line-height: 45px;
  }

  .md\:leading-\[53px\] {
    line-height: 53px;
  }

  .md\:leading-\[70px\] {
    line-height: 70px;
  }

  .md\:tracking-\[0\.1em\] {
    letter-spacing: 0.1em;
  }

  .md\:tracking-widest {
    letter-spacing: 0.1em;
  }

  .md\:text-\[\#4C4C4C\] {
    --tw-text-opacity: 1;
    color: rgb(76 76 76 / var(--tw-text-opacity));
  }

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

  .md\:first\:mt-0:first-child {
    margin-top: 0px;
  }

  .group:hover .md\:group-hover\:translate-y-\[-10px\] {
    --tw-translate-y: -10px;
    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: 1024px) {
  .lg\:px-14 {
    padding-left: 3.5rem;
    padding-right: 3.5rem;
  }
}

@media (min-width: 1200px) {
  .lg\+\:block {
    display: block;
  }
}

.\[\&\:hover\]\:bg-\[\#005596\]:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(0 85 150 / var(--tw-bg-opacity));
}

.\[\&\:hover\]\:bg-\[\#1A66A0\]:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(26 102 160 / var(--tw-bg-opacity));
}

@media (min-width: 768px) {
  .md\:\[\&\:hover\]\:bg-\[\#005596\]:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(0 85 150 / var(--tw-bg-opacity));
  }

  .md\:\[\&\:hover\]\:bg-\[\#1A66A0\]:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(26 102 160 / var(--tw-bg-opacity));
  }

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

.\[\&\:hover_\>span\]\:bg-\[\#005596\]:hover >span {
  --tw-bg-opacity: 1;
  background-color: rgb(0 85 150 / var(--tw-bg-opacity));
}

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

.\[\&\>p\+p\]\:mt-\[25px\]>p+p {
  margin-top: 25px;
}

@media (min-width: 768px) {
  .md\:\[\&\>p\+p\]\:mt-\[55px\]>p+p {
    margin-top: 55px;
  }
}

.\[\&\>p\]\:text-\[13px\]>p {
  font-size: 13px;
}

.\[\&\>p\]\:leading-loose>p {
  line-height: 2;
}

.\[\&\>p\]\:tracking-\[0\.15em\]>p {
  letter-spacing: 0.15em;
}

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

@media (min-width: 768px) {
  .md\:\[\&\>p\]\:text-\[21px\]>p {
    font-size: 21px;
  }

  .md\:\[\&\>p\]\:font-medium>p {
    font-weight: 500;
  }
}

.\[\&_\*\]\:mx-auto * {
  margin-left: auto;
  margin-right: auto;
}

.\[\&_\*\]\:block * {
  display: block;
}

.\[\&_a\]\:block a {
  display: block;
}

.\[\&_a\]\:leading-none a {
  line-height: 1;
}

.\[\&_li\+li\]\:w-1\/3 li+li {
  width: 33.333333%;
}

.\[\&_li\+li\]\:border-l li+li {
  border-left-width: 1px;
}

.\[\&_li\+li\]\:border-l-\[\#005596\] li+li {
  --tw-border-opacity: 1;
  border-left-color: rgb(0 85 150 / var(--tw-border-opacity));
}

@media (min-width: 768px) {
  .md\:\[\&_li\+li\]\:w-1\/4 li+li {
    width: 25%;
  }
}

.\[\&_li\:first-child\]\:border-b li:first-child {
  border-bottom-width: 1px;
}

.\[\&_li\:first-child\]\:border-b-\[\#005596\] li:first-child {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(0 85 150 / var(--tw-border-opacity));
}

@media (min-width: 768px) {
  .md\:\[\&_li\:first-child\]\:border-b-0 li:first-child {
    border-bottom-width: 0px;
  }

  .md\:\[\&_li\:first-child\]\:border-r li:first-child {
    border-right-width: 1px;
  }

  .md\:\[\&_li\:first-child\]\:border-r-\[\#005596\] li:first-child {
    --tw-border-opacity: 1;
    border-right-color: rgb(0 85 150 / var(--tw-border-opacity));
  }
}

.\[\&_li\:nth-child\(2\)\]\:border-none li:nth-child(2) {
  border-style: none;
}

.\[\&_li\]\:relative li {
  position: relative;
}

.\[\&_li\]\:flex li {
  display: flex;
}

.\[\&_li\]\:w-1\/2 li {
  width: 50%;
}

.\[\&_li\]\:items-center li {
  align-items: center;
}

.\[\&_li\]\:p-5 li {
  padding: 1.25rem;
}

.\[\&_li\]\:pl-\[0\.8em\] li {
  padding-left: 0.8em;
}

.\[\&_li\]\:text-\[13px\] li {
  font-size: 13px;
}

@media (min-width: 768px) {
  .md\:\[\&_li\]\:mb-\[10px\] li {
    margin-bottom: 10px;
  }

  .md\:\[\&_li\]\:mb-\[20px\] li {
    margin-bottom: 20px;
  }

  .md\:\[\&_li\]\:w-1\/3 li {
    width: 33.333333%;
  }

  .md\:\[\&_li\]\:text-\[20px\] li {
    font-size: 20px;
  }

  .md\:\[\&_li\]\:font-bold li {
    font-weight: 700;
  }
}

.\[\&_li_a\]\:block li a {
  display: block;
}

.\[\&_p\:last-child\]\:mb-0 p:last-child {
  margin-bottom: 0px;
}

.\[\&_p\]\:m-0 p {
  margin: 0px;
}

.\[\&_p\]\:mb-4 p {
  margin-bottom: 1rem;
}

.\[\&_p\]\:mb-6 p {
  margin-bottom: 1.5rem;
}

.\[\&_p\]\:mt-0 p {
  margin-top: 0px;
}

.\[\&_p\]\:mt-4 p {
  margin-top: 1rem;
}

.\[\&_p\]\:text-\[11px\]\/\[21px\] p {
  font-size: 11px;
  line-height: 21px;
}

.\[\&_p\]\:text-\[13px\]\/\[25px\] p {
  font-size: 13px;
  line-height: 25px;
}

.\[\&_p\]\:leading-\[1\.875\] p {
  line-height: 1.875;
}

.\[\&_p\]\:tracking-\[0\.15em\] p {
  letter-spacing: 0.15em;
}

.first\:\[\&_p\]\:mt-0 p:first-child {
  margin-top: 0px;
}

@media (min-width: 768px) {
  .md\:\[\&_p\]\:text-\[16px\]\/\[30px\] p {
    font-size: 16px;
    line-height: 30px;
  }
}

.\[\&_picture_img\]\:mx-auto picture img {
  margin-left: auto;
  margin-right: auto;
}

.\[\&_span\]\:whitespace-nowrap span {
  white-space: nowrap;
}

.\[\&_span\]\:text-\[calc\(min\(17px\2c 4\.3vw\)\)\]\/\[28px\] span {
  font-size: calc(min(17px,4.3vw));
  line-height: 28px;
}

.\[\&_span\]\:font-medium span {
  font-weight: 500;
}

@media (min-width: 768px) {
  .md\:\[\&_span\]\:text-\[24px\]\/\[50px\] span {
    font-size: 24px;
    line-height: 50px;
  }
}

.\[\&_td_p\]\:mb-0 td p {
  margin-bottom: 0px;
}
