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

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

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

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

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

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

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

html,
:host {
  line-height: 1.5;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -moz-tab-size: 4;
  /* 3 */
  -o-tab-size: 4;
     tab-size: 4;
  /* 3 */
  font-family: ui-sans-serif, system-ui, 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 */
  -webkit-tap-highlight-color: transparent;
  /* 7 */
}

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

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

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

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

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

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

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

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

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

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

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

b,
strong {
  font-weight: bolder;
}

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

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

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

small {
  font-size: 80%;
}

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

button,
select {
  text-transform: none;
}

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

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

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

:-moz-focusring {
  outline: auto;
}

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

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

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

progress {
  vertical-align: baseline;
}

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

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

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

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

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

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

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

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

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

summary {
  display: list-item;
}

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

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

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

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

/*
Reset default styling for dialogs.
*/

dialog {
  padding: 0;
}

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

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

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

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

/*
Set the default cursor for buttons.
*/

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

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

:disabled {
  cursor: default;
}

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

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

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

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

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

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

.container {
  width: 100%;
}

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

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

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

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

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

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

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

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

body {
  font-size: 0.8125rem;
  line-height: 1.125rem;
  line-height: 1.75;
  letter-spacing: 0em;
  --tw-text-opacity: 1;
  color: rgb(10 10 10 / var(--tw-text-opacity, 1));
}

@media (min-width: 640px) {
  body {
    font-size: 0.875rem;
    line-height: 1.25rem;
    line-height: 1.75;
  }
}

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

section {
  width: 100%;
  padding-top: 2rem;
  padding-bottom: 2rem;
}

@media (min-width: 1024px) {
  section {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
}

section {
  /*アンカーリンクを正確にするための透明ボーダー*/
}

/*section:first-of-type {
    #Business
    @apply mt-0 lg:mt-0;
  }*/

section:last-of-type {
  /*#link*/
  margin-bottom: 0px;
}

@media (min-width: 1024px) {
  section:last-of-type {
    margin-bottom: 0px;
  }
}

.container {
  margin: auto;
}

@media (min-width: 1024px) {
  .container {
    max-width: 100%;
    padding-left: 1rem;
    padding-right: 1rem;
  }
}

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

@media (min-width: 1440px) {
  .container {
    max-width: 100%;
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

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

.container_full {
  width: 100%;
  max-width: none;
  overflow: hidden;
  /*overflow-hidden---> splede横スクロール時のはみだし対策で必須*/
}

main {
  /*pt = header height*/
  padding-top: 4rem;
}

@media (min-width: 1024px) {
  main {
    padding-top: 6rem;
  }
}

div.nav_full {
  display: flex;
  flex-wrap: wrap;
}

/*----------------------
  header --> common.css
----------------------*/

header {
  position: fixed;
  z-index: 9999;
  width: 100%;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}

/*header.ta_header_shadow {
    @apply transition-all duration-200 ease-in-out lg:shadow-2xl;
  }*/

header .ta_header_nav_area {
  margin-left: auto;
  margin-right: auto;
  margin-top: 0px;
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}

@media (min-width: 1024px) {
  header .ta_header_nav_area {
    max-width: 1920px;
  }
}

header a.header_site_name {
  /*h-** = header height*/
  margin-left: 0.5rem;
  display: flex;
  height: 4rem;
  flex-wrap: wrap;
  align-items: center;
  overflow: hidden;
}

@media (min-width: 1024px) {
  header a.header_site_name {
    height: -moz-fit-content;
    height: fit-content;
    max-width: 25%;
  }
}

@media (min-width: 1280px) {
  header a.header_site_name {
    margin-left: 1rem;
  }
}

header nav.ta_header_nav {
  /*ナビゲーションエリア全体*/
  /*top-** = header height (+ border)*/
  position: absolute;
  left: 0px;
  right: 0px;
  top: 4rem;
  width: 100%;
  --tw-translate-x: 100%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  overflow-y: auto;
}

@media (min-width: 1024px) {
  header nav.ta_header_nav {
    position: static;
    display: flex;
    width: 75%;
    --tw-translate-x: 0px;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
    justify-content: flex-end;
    overflow: visible;
  }
}

header ul.ta_cmn_nav_1st {
  /*メインのリスト*/
  /*top-** = header height (+ border)*/
  margin-left: auto;
  margin-right: auto;
  margin-top: 1rem;
  width: 83.333333%;
  padding: 0px;
}

@media (min-width: 1024px) {
  header ul.ta_cmn_nav_1st {
    position: relative;
    left: auto;
    top: auto;
    order: 2;
    margin: 0px;
    display: flex;
    height: initial;
    width: 100%;
    align-items: flex-start;
    justify-content: space-evenly;
  }
}

header ul.ta_cmn_nav_1st li {
  /*Make width equal in lg(min1024px)*/
  width: 100%;
}

header ul.ta_cmn_nav_1st li .ta_cmn_nav_item {
  /*メインのリストの大カテゴリ*/
  margin: 0px;
  display: block;
  cursor: pointer;
  white-space: nowrap;
  text-align: left;
  font-size: 0.9375rem;
  line-height: 1.375rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

@media (min-width: 1024px) {
  header ul.ta_cmn_nav_1st li .ta_cmn_nav_item {
    text-align: center;
    --tw-text-opacity: 1;
    color: rgb(10 10 10 / var(--tw-text-opacity, 1));
  }

  header ul.ta_cmn_nav_1st li .ta_cmn_nav_item:hover {
    --tw-text-opacity: 1;
    color: rgb(63 91 217 / var(--tw-text-opacity, 1));
  }
}

header ul.ta_cmn_nav_2nd {
  /*サブのリストがある場合*/
  /*top-** = header height (+ border)*/
  margin-left: auto;
  margin-right: auto;
  width: 83.333333%;
  padding: 0px;
}

@media (min-width: 1024px) {
  header ul.ta_cmn_nav_2nd {
    position: relative;
    left: auto;
    order: 1;
    margin: 0px;
    display: flex;
    height: initial;
    width: 100%;
    align-items: flex-start;
    justify-content: flex-end;
  }
}

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

@media (min-width: 1024px) {
  header ul.ta_cmn_nav_2nd li {
    --tw-bg-opacity: 1;
    background-color: rgb(37 52 142 / var(--tw-bg-opacity, 1));
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  }

  header ul.ta_cmn_nav_2nd li:hover {
    --tw-text-opacity: 1;
    color: rgb(63 91 217 / var(--tw-text-opacity, 1));
  }
}

header ul.ta_cmn_nav_2nd li .ta_cmn_nav_item {
  /*サブのリストの大カテゴリ*/
  margin: 0px;
  display: block;
  cursor: pointer;
  white-space: nowrap;
  text-align: left;
  font-size: 0.9375rem;
  line-height: 1.375rem;
}

@media (min-width: 1024px) {
  header ul.ta_cmn_nav_2nd li .ta_cmn_nav_item {
    text-align: center;
    font-size: 0.875rem;
    line-height: 1.25rem;
  }
}

/*megamenuがある場合　ここから*/

header .ta_mm_content div.ta_mm_content_innerbox {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 1280px;
}

@media (min-width: 1024px) {
  header .ta_mm_content div.ta_mm_content_innerbox {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

header .ta_mm_content div.category_top_title_l {
  margin-top: 1.5rem;
  display: none;
}

@media (min-width: 1024px) {
  header .ta_mm_content div.category_top_title_l {
    display: block;
  }
}

/*header .ta_mm_content img.category_top_img {
    @apply my-4 hidden aspect-video w-full lg:block;
  }*/

header .ta_mm_content .category_top_img {
  position: relative;
  margin-top: 0.75rem;
  margin-bottom: 0.75rem;
  display: none;
  aspect-ratio: 16 / 9;
  width: 100%;
  overflow: hidden;
}

@media (min-width: 1024px) {
  header .ta_mm_content .category_top_img {
    display: block;
  }
}

header .ta_mm_content .category_top_img > img {
  position: absolute;
  inset: 0px;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

header .ta_mm_content div.category_top_title_l span.jp {
  --tw-text-opacity: 1;
  color: rgb(12 25 102 / var(--tw-text-opacity, 1));
  opacity: 0.75;
}

header .ta_mm_content div.category_top_title_l span.en {
  display: block;
  padding-left: 0.5rem;
  font-size: calc(1.325rem + 0.9vw);
  line-height: 1.1;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(133 145 199 / var(--tw-text-opacity, 1));
}

header .ta_mm_content div.category_top_title_l span.jp {
  margin-top: 0.5rem;
  display: block;
  padding-left: 0.5rem;
  font-size: 1.25rem;
  line-height: 1.75rem;
}

@media (min-width: 1024px) {
  header .ta_mm_content div.first {
    grid-column: span 2 / span 2;
    padding: 1rem;
  }
}

header .ta_mm_inner {
  -moz-column-gap: 1rem;
       column-gap: 1rem;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 500;
}

@media (min-width: 1024px) {
  header .ta_mm_inner {
    display: grid;
    --tw-bg-opacity: 1;
    background-color: rgb(241 243 251 / var(--tw-bg-opacity, 1));
    font-size: 1rem;
    line-height: 1.5rem;
  }
}

header .ta_mm_inner.outside {
  display: none;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
}

@media (min-width: 1024px) {
  header .ta_mm_inner.outside {
    margin-top: 0.25rem;
    display: block;
    --tw-bg-opacity: 1;
    background-color: rgb(220 227 249 / var(--tw-bg-opacity, 1));
  }
}

header .ta_mm_inner li.category_top_title_S {
  display: block;
}

@media (min-width: 1024px) {
  header .ta_mm_inner li.category_top_title_S {
    display: none;
  }
}

/*megamenuがある場合　ここまで*/

/*----------------------
  footer
----------------------*/

footer {
  --tw-bg-opacity: 1;
  background-color: rgb(38 38 38 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

footer nav.ta_footer_nav {
  /*ナビゲーションエリア全体*/
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-around;
  padding-top: 1rem;
  padding-bottom: 1rem;
}

@media (min-width: 1280px) {
  footer nav.ta_footer_nav {
    flex-direction: row;
    align-items: flex-start;
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
}

footer div.nav_full {
  display: none;
}

@media (min-width: 1280px) {
  footer div.nav_full {
    order: 2;
    display: block;
    width: 66.666667%;
  }
}

footer div.address {
  margin-top: 1rem;
  margin-bottom: 1rem;
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: center;
  --tw-border-opacity: 1;
  border-color: rgb(115 115 115 / var(--tw-border-opacity, 1));
}

@media (min-width: 1024px) {
  footer div.address {
    border-top-width: 1px;
  }
}

@media (min-width: 1280px) {
  footer div.address {
    margin-top: 1rem;
    width: -moz-fit-content;
    width: fit-content;
    border-width: 0px;
  }
}

footer div.address div.name {
  margin-top: 2rem;
  margin-bottom: 2rem;
  width: -moz-fit-content;
  width: fit-content;
}

@media (min-width: 1280px) {
  footer div.address div.name {
    order: 1;
    margin-top: 0px;
  }
}

footer div.address div.sns {
  margin-top: 1rem;
}

@media (min-width: 1280px) {
  footer div.address div.sns {
    margin-top: 4rem;
  }
}

/*footer ul.ta_cmn_nav_1st {
    @apply grid grid-cols-2 gap-8 lg:grid-cols-3;
  }*/

footer ul.ta_cmn_nav_1st li a {
  display: block;
}

footer ul.ta_cmn_nav_1st li.single {
  padding-top: 1rem;
  padding-bottom: 1rem;
  font-weight: 700;
}

footer ul.ta_cmn_nav_2nd {
  -moz-column-gap: 2rem;
       column-gap: 2rem;
}

@media (min-width: 1024px) {
  footer ul.ta_cmn_nav_2nd {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

footer ul.ta_cmn_nav_2nd li {
  padding-top: 1rem;
  padding-bottom: 1rem;
  font-weight: 700;
}

/*footer .ta_mm_inner.outside {
    @apply hidden;
  }*/

footer .ta_mm_content div.category_top_title_l {
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(115 115 115 / var(--tw-border-opacity, 1));
  padding-top: 1rem;
  padding-bottom: 1rem;
  font-weight: 700;
}

footer .ta_mm_content div.category_top_title_l span.num {
  display: none;
}

/*megamenuがある場合　ここから*/

footer .ta_mm_content .category_top_img {
  display: none;
}

footer p.ta_mm_trigger {
  display: none;
}

footer .ta_mm_inner {
  background-color: transparent;
  font-size: 0.875rem;
  line-height: 1.25rem;
}

@media (min-width: 1024px) {
  footer .ta_mm_inner {
    font-size: 0.875rem;
    line-height: 1.25rem;
  }
}

footer .ta_mm_inner li {
  margin-top: 1rem;
  margin-bottom: 1rem;
}

footer .ta_mm_inner li.category_top_title_S {
  display: none;
}

footer div.btn_close {
  display: none;
}

/*megamenuがある場合　ここまで*/

/*policy_link*/

footer div.ta_cmn_nav_3rd {
  width: 100%;
  --tw-bg-opacity: 1;
  background-color: rgb(10 10 10 / var(--tw-bg-opacity, 1));
}

footer div.ta_cmn_nav_3rd .container {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  padding: 1rem;
}

@media (min-width: 1024px) {
  footer div.ta_cmn_nav_3rd .container {
    flex-direction: row;
    padding-left: 4rem;
    padding-right: 4rem;
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
}

footer ul.policy {
  margin-bottom: 2rem;
  display: flex;
  width: 100%;
  flex-direction: column;
  flex-wrap: wrap;
}

@media (min-width: 640px) {
  footer ul.policy {
    flex-direction: row;
  }
}

@media (min-width: 1024px) {
  footer ul.policy {
    margin-bottom: 0px;
    width: 75%;
  }
}

footer ul.policy li {
  text-align: center;
  font-size: 0.75rem;
  line-height: 1rem;
}

@media (min-width: 1024px) {
  footer ul.policy li {
    text-align: left;
    font-size: 0.75rem;
    line-height: 1rem;
  }
}

footer ul.policy li a {
  display: block;
  padding: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(250 250 250 / var(--tw-text-opacity, 1));
}

footer ul.policy li a:hover {
  opacity: 0.5;
}

@media (min-width: 1024px) {
  footer ul.policy li a {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }
}

footer p.copy {
  margin-bottom: 0.75rem;
  width: 100%;
  text-align: center;
  font-size: 0.875rem;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(163 163 163 / var(--tw-text-opacity, 1));
}

@media (min-width: 1024px) {
  footer p.copy {
    width: 25%;
    text-align: right;
  }
}

/*----------------------
  sitemap
----------------------*/

/*----------------------
  contact
----------------------*/

/*header contact*/

#ta_header a.contact_card {
  /*リンクあり*/
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
  display: flex;
  width: 100%;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  border-radius: 0.125rem;
  background-color: rgb(129 133 150 / var(--tw-bg-opacity, 1));
  --tw-bg-opacity: 0.8;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

#ta_header .contact_card dl {
  padding: 1.5rem;
  font-size: 1.125rem;
  line-height: 1.75rem;
}

@media (min-width: 1024px) {
  #ta_header .contact_card dl {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }
}

@media (min-width: 1280px) {
  #ta_header .contact_card dl {
    padding-left: 1.75rem;
    padding-right: 1.75rem;
  }
}

#ta_header .contact_card dl dt {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  line-height: 1;
}

#ta_header .contact_card dl dd {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

#ta_header .contact_card dl span.num {
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 600;
  letter-spacing: 0.05em;
}

#ta_header .contact_card svg.icon_tel {
  margin-top: 0.125rem;
  margin-bottom: 0.125rem;
  margin-right: 0.75rem;
  height: 1.75rem;
  width: 1.75rem;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  padding: 0.25rem;
  --tw-text-opacity: 1;
  color: rgb(129 133 150 / var(--tw-text-opacity, 1));
}

@media (min-width: 1024px) {
  #ta_header .contact_card svg.icon_tel {
    display: none;
  }
}

@media (min-width: 1280px) {
  #ta_header .contact_card svg.icon_tel {
    display: block;
    height: 2.25rem;
    width: 2.25rem;
  }
}

#ta_header .contact_card dl dd span.small {
  font-size: 0.75rem;
  line-height: 1rem;
}

/*footer contact*/

#ta_contents_footer .contact {
  width: 100%;
  padding: 1rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

@media (min-width: 1024px) {
  #ta_contents_footer .contact {
    padding: 2rem;
  }
}

#ta_contents_footer .contact_title {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

#ta_contents_footer .contact_title h3 {
  margin-bottom: 2rem;
  font-weight: 700;
}

#ta_contents_footer .contact_title p {
  margin-bottom: 2rem;
}

#ta_contents_footer .contact_box {
  margin-left: auto;
  margin-right: auto;
  display: grid;
  max-width: 1024px;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 1rem;
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity, 1));
}

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

#ta_contents_footer .contact_card {
  /*リンクなし*/
  display: flex;
  height: 100%;
  width: 100%;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  border-radius: 0.25rem;
  background-color: rgb(129 133 150 / var(--tw-bg-opacity, 1));
  --tw-bg-opacity: 0.9;
  padding-bottom: 1rem;
}

#ta_contents a.contact_card {
  /*リンクあり*/
  display: flex;
  height: 100%;
  width: 100%;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  border-radius: 0.25rem;
  background-color: rgb(129 133 150 / var(--tw-bg-opacity, 1));
  --tw-bg-opacity: 0.9;
}

#ta_contents_footer .contact_card dl {
  padding-left: 1rem;
  padding-right: 1rem;
  padding-bottom: 1rem;
  padding-top: 2rem;
  font-size: 1.125rem;
  line-height: 1.75rem;
}

#ta_contents_footer .contact_card dl dt {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}

#ta_contents_footer .contact_card dl dd {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

#ta_contents_footer .contact_card dl dd span.num {
  font-size: 1.875rem;
  line-height: 2.25rem;
  font-weight: 600;
}

#ta_contents_footer .contact_card dl dd.tel span.num {
  letter-spacing: 0.05em;
}

#ta_contents_footer .contact_card svg.icon_tel {
  height: 1.75rem;
  width: 1.75rem;
  border-radius: 9999px;
  padding: 0.25rem;
}

@media (min-width: 1024px) {
  #ta_contents_footer .contact_card svg.icon_tel {
    height: 2.5rem;
    width: 2.5rem;
  }
}

#ta_contents_footer .contact_card svg.icon_mail {
  height: 1.75rem;
  width: 1.75rem;
  border-radius: 9999px;
  padding: 0.25rem;
}

@media (min-width: 1024px) {
  #ta_contents_footer .contact_card svg.icon_mail {
    height: 2.5rem;
    width: 2.5rem;
  }
}

#ta_contents_footer .contact_card svg.icon_link {
  height: 1.75rem;
  width: 1.75rem;
  border-radius: 9999px;
  padding: 0.25rem;
}

@media (min-width: 1024px) {
  #ta_contents_footer .contact_card svg.icon_link {
    height: 2.5rem;
    width: 2.5rem;
  }
}

/*----------------------
    contents_base
    右寄せ or 左寄せ レイアウト
  ----------------------*/

#ta_contents .base h3.deco span.num {
  display: block;
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: 400;
  --tw-text-opacity: 1;
  color: rgb(37 52 142 / var(--tw-text-opacity, 1));
  opacity: 0.35;
}

/*----------------------
    title
  ----------------------*/

#ta_contents .title_set {
  margin-left: 1rem;
  margin-right: 1rem;
  margin-bottom: 0.5rem;
  margin-top: 1rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
}

@media (min-width: 1280px) {
  #ta_contents .title_set {
    flex-direction: row;
  }
}

#ta_contents .title_set > .text_btn {
  margin-bottom: 1rem;
  display: flex;
  flex-direction: column;
  align-items: center;
}

@media (min-width: 1280px) {
  #ta_contents .title_set > .text_btn {
    flex-direction: row;
    justify-content: space-between;
  }
}

@media (min-width: 640px) {
  #ta_contents .title_set > .text_btn a.btn_normal {
    order: 2;
  }
}

#ta_contents .title_set > .text_btn p.text {
  margin-left: 2rem;
  margin-right: 2rem;
  margin-top: 1rem;
  margin-bottom: 1rem;
  flex: 1 1 0%;
}

@media (min-width: 640px) {
  #ta_contents .title_set > .text_btn p.text {
    order: 1;
  }
}

#ta_contents .title_set_short {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
}

#ta_contents .title_set_short > .text_btn {
  margin-bottom: 1rem;
  margin-top: 0px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

@media (min-width: 1024px) {
  #ta_contents .title_set_short > .text_btn {
    margin-top: 1rem;
  }
}

/*----------------------
    table
  ----------------------*/

table.table_plain tr.head th {
  text-align: center;
}

table.table_plain td.number {
  text-align: right;
}

table.table_plain td.start {
  vertical-align: top;
}

/*----------------------
    card
  ----------------------*/

/*basic_card*/

/*基本的な縦並びのカード*/

.basic_v_card {
  /*リンクなし*/
  display: flex;
  flex-direction: column;
  overflow: hidden;
  border-radius: 0.25rem;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}

a.basic_v_card {
  /*リンクあり*/
  display: flex;
  flex-direction: column;
  overflow: hidden;
  border-radius: 0.25rem;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}

a.basic_v_card:hover {
  cursor: pointer;
}

.basic_v_card div.card_img {
  position: relative;
  aspect-ratio: 16 / 9;
  width: 100%;
  overflow: hidden;
}

@media (min-width: 1024px) {
  .basic_v_card div.card_img {
    aspect-ratio: 16 / 9;
  }
}

.basic_v_card div.card_img > img {
  position: absolute;
  inset: 0px;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 200ms;
}

.basic_v_card div.card_box {
  display: flex;
  width: 100%;
  flex: 1 1 0%;
  flex-direction: column;
  padding: 1rem;
}

@media (min-width: 640px) {
  .basic_v_card div.card_box {
    padding: 1.5rem;
  }
}

.basic_v_card p.title {
  margin-bottom: 0.5rem;
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 600;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 100ms;
}

.basic_v_card p.title span.title_s {
  display: inline-block;
  font-size: 0.875rem;
  line-height: 1.25rem;
}

@media (min-width: 1024px) {
  .basic_v_card p.title span.title_s {
    font-size: 0.9375rem;
    line-height: 1.375rem;
  }
}

.basic_v_card p.title span.title_m {
  display: inline-block;
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 500;
}

@media (min-width: 768px) {
  .basic_v_card p.title span.title_m {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}

@media (min-width: 1024px) {
  .basic_v_card p.title span.title_m {
    font-size: 1.5rem;
    line-height: 2rem;
  }
}

.basic_v_card p.title span.title_l {
  display: inline-block;
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: 500;
}

@media (min-width: 768px) {
  .basic_v_card p.title span.title_l {
    font-size: 1.5rem;
    line-height: 2rem;
  }
}

@media (min-width: 1024px) {
  .basic_v_card p.title span.title_l {
    font-size: 1.875rem;
    line-height: 2.25rem;
  }
}

.basic_v_card p.text {
  margin-bottom: 1rem;
  --tw-text-opacity: 1;
  color: rgb(38 38 38 / var(--tw-text-opacity, 1));
}

.basic_v_card .card_btn {
  margin-top: auto;
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
}

.basic_v_card.layer {
  position: relative;
}

.basic_v_card.layer div.card_box {
  position: absolute;
  bottom: 0px;
  display: flex;
  height: 100%;
  width: 100%;
  flex-direction: column;
  justify-content: center;
  background-color: rgb(12 25 102 / var(--tw-bg-opacity, 1));
  --tw-bg-opacity: 0.75;
}

@media (min-width: 1024px) {
  .basic_v_card.layer div.card_box {
    position: static;
    height: auto;
    width: 100%;
    background-color: transparent;
  }
}

.basic_v_card.layer div.card_box p.title {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

@media (min-width: 1024px) {
  .basic_v_card.layer div.card_box p.title {
    color: inherit;
  }
}

.basic_v_card.layer div.card_box p.text {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

@media (min-width: 1024px) {
  .basic_v_card.layer div.card_box p.text {
    color: inherit;
  }
}

a.basic_v_card.layer:hover p.title {
  --tw-text-opacity: 1;
  color: rgb(109 131 213 / var(--tw-text-opacity, 1));
}

/*basic_card*/

/*基本的な横並びのカード*/

.basic_h_card {
  /*リンクなし*/
  display: flex;
  flex-direction: row;
  overflow: hidden;
  border-radius: 0.25rem;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}

a.basic_h_card {
  /*リンクあり*/
  display: flex;
  flex-direction: row;
  overflow: hidden;
  border-radius: 0.25rem;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}

a.basic_h_card:hover {
  cursor: pointer;
}

.basic_h_card div.card_img {
  position: relative;
  aspect-ratio: 16 / 9;
  width: 41.666667%;
  overflow: hidden;
}

@media (min-width: 1024px) {
  .basic_h_card div.card_img {
    aspect-ratio: 16 / 9;
  }
}

.basic_h_card div.card_img > img {
  position: absolute;
  inset: 0px;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 200ms;
}

.basic_h_card div.card_box {
  display: flex;
  flex: 1 1 0%;
  flex-direction: column;
  justify-content: center;
  padding: 1rem;
}

@media (min-width: 640px) {
  .basic_h_card div.card_box {
    padding: 1.5rem;
  }
}

.basic_h_card p.title {
  margin-bottom: 0.5rem;
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 600;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 100ms;
}

.basic_h_card p.title span.title_s {
  display: inline-block;
  font-size: 0.875rem;
  line-height: 1.25rem;
}

@media (min-width: 1024px) {
  .basic_h_card p.title span.title_s {
    font-size: 0.9375rem;
    line-height: 1.375rem;
  }
}

.basic_h_card p.title span.title_m {
  display: inline-block;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 700;
}

@media (min-width: 768px) {
  .basic_h_card p.title span.title_m {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}

@media (min-width: 1024px) {
  .basic_h_card p.title span.title_m {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}

.basic_h_card p.title span.title_l {
  display: inline-block;
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: 700;
}

@media (min-width: 768px) {
  .basic_h_card p.title span.title_l {
    font-size: 1.5rem;
    line-height: 2rem;
  }
}

@media (min-width: 1024px) {
  .basic_h_card p.title span.title_l {
    font-size: 1.875rem;
    line-height: 2.25rem;
  }
}

.basic_h_card p.text {
  margin-bottom: 0.5rem;
}

@media (min-width: 1280px) {
  .basic_h_card p.text {
    width: 83.333333%;
  }
}

/*a.basic_h_card:hover p.title {
    @apply text-accent_color;
  }*/

.basic_h_card .card_btn {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

/*cmn_card*/

.cmn_card div.card_img {
  aspect-ratio: 16 / 9;
  width: 100%;
  overflow: hidden;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(239 68 68 / var(--tw-border-opacity, 1));
}

.cmn_card div.card_img > img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

a.cmn_card:hover .cmn_card div.card_img > img {
  --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));
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-duration: 200ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.cmn_card picture img.card_img {
  /*picture内の画像*/
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.cmn_card img.card_img.aspect_change01 {
  aspect-ratio: 2 / 1;
  -o-object-fit: cover;
     object-fit: cover;
}

@media (min-width: 640px) {
  .cmn_card img.card_img.aspect_change01 {
    aspect-ratio: 16 / 9;
  }
}

.cmn_card div.card_box {
  width: 100%;
  --tw-bg-opacity: 1;
  background-color: rgb(254 226 226 / var(--tw-bg-opacity, 1));
}

@media (min-width: 1024px) {
  .cmn_card div.card_box {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    padding-top: 0.75rem;
  }
}

.cmn_card div.card_box.no_img {
  width: 100%;
  padding: 1rem;
}

@media (min-width: 1024px) {
  .cmn_card div.card_box.no_img {
    padding-left: 2rem;
    padding-right: 2rem;
    padding-top: 2rem;
  }
}

.cmn_card div.card_box img.new {
  margin-top: -0.25rem;
  height: 2.25rem;
}

.cmn_card p.title {
  margin-bottom: 1rem;
  margin-top: 0.5rem;
  display: inline-block;
  width: 100%;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 500;
}

@media (min-width: 1024px) {
  .cmn_card p.title {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}

.cmn_card p.title span.title_s {
  display: inline-block;
  font-size: 0.875rem;
  line-height: 1.25rem;
}

@media (min-width: 1024px) {
  .cmn_card p.title span.title_s {
    font-size: 0.9375rem;
    line-height: 1.375rem;
  }
}

.cmn_card p.title span.title_l {
  display: inline-block;
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 700;
}

@media (min-width: 1024px) {
  .cmn_card p.title span.title_l {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}

.cmn_card .text {
  /*p ul span 共通*/
  margin-bottom: 1rem;
}

.cmn_card .text span.text_l {
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 700;
}

@media (min-width: 1024px) {
  .cmn_card .text span.text_l {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}

.cmn_card .card_footer {
  position: absolute;
  bottom: 0px;
  right: 0px;
  width: -moz-fit-content;
  width: fit-content;
  --tw-bg-opacity: 1;
  background-color: rgb(254 202 202 / var(--tw-bg-opacity, 1));
}

/*----------------------
    circle_card
    (recruit)
  ----------------------*/

.circle_card {
  position: relative;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  border-radius: 0.25rem;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}

@media (min-width: 1024px) {
  .circle_card {
    display: block;
  }
}

.circle_card img.card_img {
  width: 100%;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
  -o-object-fit: cover;
     object-fit: cover;
}

.circle_card div.card_box {
  width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}

.circle_card p.title {
  margin-bottom: 0.25rem;
  margin-top: 0.125rem;
  width: 100%;
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 700;
}

@media (min-width: 1024px) {
  .circle_card p.title {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}

.circle_card p.text {
  font-size: 0.9375rem;
  line-height: 1.375rem;
}

/*----------------------
    seminar　
    -->　Write detailed settings in top_add.css
  ----------------------*/

.seminar_header {
  height: -moz-fit-content;
  height: fit-content;
}

.seminar_main {
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}

@media (min-width: 1280px) {
  .seminar_main {
    display: flex;
    flex: 1 1 0%;
    flex-direction: row;
    overflow: hidden;
  }
}

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

@media (min-width: 1280px) {
  .seminar_main.container {
    padding-left: 2.75rem;
    padding-right: 2.75rem;
  }
}

@media (min-width: 1720px) {
  .seminar_main.container {
    padding-left: 0px;
    padding-right: 0px;
  }
}

.seminar_footer {
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

@media (min-width: 1280px) {
  .seminar_footer {
    height: 3rem;
  }
}

/*特別開催*/

.seminar_special {
  width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-bottom: 1rem;
}

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

@media (min-width: 1280px) {
  .seminar_special {
    position: relative;
    width: 58.333333%;
    overflow-y: auto;
    padding-left: 0px;
  }
}

@media (min-width: 1536px) {
  .seminar_special {
    width: 66.666667%;
  }
}

@media (min-width: 1720px) {
  .seminar_special {
    padding-left: 2rem;
  }
}

.seminar_special ul.seminarList {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.25rem;
}

@media (min-width: 640px) {
  .seminar_special ul.seminarList {
    gap: 1rem;
  }
}

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

@media (min-width: 1280px) {
  .seminar_special ul.seminarList {
    grid-template-columns: repeat(1, minmax(0, 1fr));
    row-gap: 0.25rem;
  }
}

@media (min-width: 1600px) {
  .seminar_special ul.seminarList {
    row-gap: 1rem;
  }
}

.seminar_special ul.seminarList li {
  width: 100%;
  border-radius: 0.25rem;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  padding: 0.5rem;
}

@media (min-width: 1600px) {
  .seminar_special ul.seminarList li {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
}

/*
  .seminar_special ul.seminarList li a {
    @apply ;
  }
  */

.seminar_special ul.seminarList li span.icon {
  position: relative;
  aspect-ratio: 16 / 9;
  overflow: hidden;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}

.seminar_special ul.seminarList li span.icon img {
  position: absolute;
  inset: 0px;
  height: 100%;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}

/*定期開催*/

.seminar_regular {
  width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-bottom: 1rem;
}

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

@media (min-width: 1280px) {
  .seminar_regular {
    position: relative;
    width: 41.666667%;
    overflow-y: auto;
  }
}

@media (min-width: 1536px) {
  .seminar_regular {
    width: 33.333333%;
  }
}

.seminar_regular ul.seminarList li {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 1024px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(163 163 163 / var(--tw-border-opacity, 1));
}

.seminar_regular ul.seminarList li a {
  padding: 0.5rem;
}

.seminar_regular ul.seminarList li span.icon {
  display: none;
}

.seminar_regular ul.seminarList li span.icon img {
  display: none;
}

/*特別開催・定期開催　共用*/

.seminar_main ul.seminarList li a span.data {
  font-family:  Jost, monospace, sans-Serif;
}

/*
  .seminar_card {
    リンクなし
    @apply relative flex flex-col items-center rounded bg-white xl:flex-row;
  }

  a.seminar_card {
    リンクあり
    @apply relative flex flex-col items-start rounded bg-white shadow-md transition duration-200 ease-in-out xl:flex-row xl:items-center;
  }

  .seminar_card img.card_img {
    @apply w-full bg-white xl:w-1/3;
  }

  .seminar_card img.card_img {
    @apply border border-red-500 object-contain;
  }

  .seminar_card div.card_box {
    @apply w-full px-4 py-2 xl:w-2/3 3xl:px-8;
  }

  .seminar_card div.card_box.no_img {
    @apply ml-8 w-full p-4 xl:px-8 xl:pt-8;
  }

  .seminar_card div.card_box img.new {
    @apply -mt-1 h-9;
  }

  .seminar_card p.title {
    @apply my-3 inline-block w-full text-base font-medium xl:text-lg;
  }

  .seminar_card p.title span.title_s {
    @apply mb-1 mr-5 inline-block text-sm xl:text-md;
  }

  .seminar_card p.title span.title_l {
    @apply mb-1 mr-5 inline-block text-xl font-bold;
  }

  .seminar_card .text {
    p ul span 共通
    @apply mb-8 xl:mb-2;
  }

  .seminar_card .text span.text_l {
    @apply text-lg font-bold xl:text-xl;
  }

  .seminar_card .card_footer {
    @apply absolute bottom-0 right-0 w-fit bg-white;
  }*/

/*----------------------
    simple_card
  ----------------------*/

.simple_card div.title {
  width: -moz-fit-content;
  width: fit-content;
}

.simple_card div.title h2 {
  margin-bottom: 0.25rem;
  border-bottom-width: 3px;
  --tw-border-opacity: 1;
  border-color: rgb(109 131 213 / var(--tw-border-opacity, 1));
  padding-bottom: 0.25rem;
}

.simple_card p.title {
  margin-bottom: 1rem;
  margin-top: 0.5rem;
  display: inline-block;
  width: 100%;
  border-bottom-width: 3px;
  --tw-border-opacity: 1;
  border-color: rgb(109 131 213 / var(--tw-border-opacity, 1));
  padding-bottom: 0.5rem;
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 700;
}

@media (min-width: 1024px) {
  .simple_card p.title {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}

.simple_card p.text {
  margin-bottom: 4rem;
  margin-top: 0px;
}

@media (min-width: 1024px) {
  .simple_card p.text {
    margin-bottom: 6rem;
  }
}

.simple_card .card_footer {
  position: absolute;
  bottom: 0px;
  right: 0px;
  width: -moz-fit-content;
  width: fit-content;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-bottom: 1rem;
}

@media (min-width: 768px) {
  .simple_card .card_footer {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

@media (min-width: 1024px) {
  .simple_card .card_footer {
    padding-bottom: 2rem;
  }
}

/*company site image*/

/*aboutから移動*/

.site_card.title {
  margin-top: 1rem;
  --tw-bg-opacity: 1;
  background-color: rgb(229 229 229 / var(--tw-bg-opacity, 1));
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}

.site_card div.card_img {
  width: 100%;
}

@media (min-width: 640px) {
  .site_card div.card_img {
    width: 40%;
  }
}

.type_2nd .site_card div.card_img {
  margin-left: auto;
  margin-right: auto;
  margin-top: 1rem;
  margin-bottom: 1rem;
  width: 100%;
}

@media (min-width: 640px) {
  .type_2nd .site_card div.card_img {
    width: 33.333333%;
  }
}

.type_2nd .site_card div.card_img div.case_img_box {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.125rem;
}

.type_2nd .site_card div.card_img div.case_img_box img {
  aspect-ratio: 4 / 3;
  -o-object-fit: cover;
     object-fit: cover;
}

.site_card div.card_img img.site {
  aspect-ratio: 16 / 9;
  -o-object-fit: cover;
     object-fit: cover;
}

.site_card div.card_img img.site_logo {
  aspect-ratio: 3 / 2;
  -o-object-fit: contain;
     object-fit: contain;
  --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.site_card div.card_img img.logo {
  margin-left: auto;
  margin-right: auto;
  margin-top: 1rem;
  margin-bottom: 1rem;
  display: block;
  aspect-ratio: 3 / 1;
  max-height: 2.5rem;
  width: 80%;
  -o-object-fit: contain;
     object-fit: contain;
}

@media (min-width: 1280px) {
  .site_card div.card_img img.logo {
    display: none;
  }
}

.site_card div.card_img img.logo_long {
  margin-left: auto;
  margin-right: auto;
  margin-top: 1rem;
  margin-bottom: 1rem;
  display: block;
  aspect-ratio: 4 / 1;
  max-height: 2.5rem;
  width: 80%;
  -o-object-fit: contain;
     object-fit: contain;
}

@media (min-width: 1280px) {
  .site_card div.card_img img.logo_long {
    display: none;
  }
}

.site_card img.logo {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
  display: none;
  max-height: 2.5rem;
  width: auto;
  -o-object-fit: contain;
     object-fit: contain;
}

@media (min-width: 640px) {
  .site_card img.logo {
    margin-top: 0px;
    margin-bottom: 0px;
  }
}

@media (min-width: 1280px) {
  .site_card img.logo {
    display: block;
  }
}

/*
.site_card picture {picture
  @apply w-1/4 mr-4 lg:w-full lg:m-0;
} */

/*
.site_card picture img.card_img {picture内の画像
  @apply aspect-video w-full object-contain ml-0 bg-white;
} 
*/

.site_card div.card_box {
  width: 100%;
  padding: 1rem;
}

@media (min-width: 640px) {
  .site_card div.card_box {
    width: 60%;
    padding-left: 2rem;
    padding-right: 0px;
  }
}

@media (min-width: 1024px) {
  .site_card div.card_box {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }
}

@media (min-width: 1280px) {
  .site_card div.card_box {
    padding-left: 5rem;
    padding-right: 2rem;
  }
}

.type_2nd .site_card div.card_box {
  margin-top: -1rem;
  width: 100%;
  padding: 0px;
}

@media (min-width: 640px) {
  .type_2nd .site_card div.card_box {
    margin-top: 0.5rem;
    width: 66.666667%;
    padding-left: 2rem;
  }
}

@media (min-width: 768px) {
  .type_2nd .site_card div.card_box {
    margin-top: 0px;
  }
}

.type_2nd .site_card div.card_box div.card_tag {
  padding-bottom: 0.25rem;
}

.site_card div.card_box img.new {
  margin-top: -0.25rem;
  height: 2.25rem;
}

.site_card p.title {
  margin-bottom: 1rem;
  width: 100%;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 600;
}

@media (min-width: 1024px) {
  .site_card p.title {
    margin-bottom: 1.5rem;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}

.type_2nd .site_card p.title {
  margin-bottom: 1rem;
}

@media (min-width: 1024px) {
  .type_2nd .site_card p.title {
    margin-bottom: 1rem;
  }
}

.site_card p.title span.title_s {
  display: inline-block;
  font-size: 0.875rem;
  line-height: 1.25rem;
}

@media (min-width: 1024px) {
  .site_card p.title span.title_s {
    font-size: 0.9375rem;
    line-height: 1.375rem;
  }
}

.site_card p.title span.title_l {
  display: inline-block;
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: 700;
}

@media (min-width: 1024px) {
  .site_card p.title span.title_l {
    font-size: 1.5rem;
    line-height: 2rem;
  }
}

.site_card .text {
  /*p ul span 共通*/
  margin-bottom: 1rem;
  display: flex;
  width: 100%;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  font-size: 0.875rem;
  line-height: 1.25rem;
  line-height: 1.625;
}

@media (min-width: 1024px) {
  .site_card .text {
    font-size: 0.9375rem;
    line-height: 1.375rem;
    line-height: 1.625;
  }
}

.type_2nd .site_card .text {
  /*p ul span 共通*/
  margin-bottom: 0px;
  display: flex;
  width: 100%;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  font-size: 0.875rem;
  line-height: 1.25rem;
  line-height: 1.625;
}

@media (min-width: 1024px) {
  .type_2nd .site_card .text {
    font-size: 0.9375rem;
    line-height: 1.375rem;
    line-height: 1.625;
  }
}

.type_2nd a.site_card:hover .text {
  --tw-text-opacity: 1;
  color: rgb(37 52 142 / var(--tw-text-opacity, 1));
}

.type_2nd a.site_card p.text span.url {
  margin-top: 0.25rem;
  display: inline-block;
}

.type_2nd a.site_card:hover p.text span.url {
  text-decoration-line: underline;
}

.site_card p.text {
  /*p.textのみ*/
  line-height: 1.75;
}

/*extlink btn --> groupsite_add.css*/

.site_card .btn_icon_extlink {
  width: 100%;
  justify-content: flex-start;
  --tw-bg-opacity: 1;
  background-color: rgb(64 64 64 / var(--tw-bg-opacity, 1));
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.5rem;
  padding-right: 1rem;
}

.site_card .btn_icon_extlink span.num {
  font-weight: 400;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.site_card .btn_icon_extlink_s {
  margin-top: 1rem;
  margin-bottom: 1rem;
  width: 100%;
  justify-content: flex-start;
  overflow: hidden;
  text-overflow: ellipsis;
  background-color: rgb(37 52 142 / var(--tw-bg-opacity, 1));
  --tw-bg-opacity: 0.9;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.5rem;
  padding-right: 1rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
}

.site_card .btn_icon_extlink_s:hover {
  --tw-bg-opacity: 0.5;
}

.site_card .btn_icon_extlink_s span.num {
  font-weight: 400;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

/*----------------------
  news
  ニュース
----------------------*/

.news_header {
  height: -moz-fit-content;
  height: fit-content;
}

@media (min-width: 1280px) {
  .news_main {
    display: flex;
    flex: 1 1 0%;
    flex-direction: row;
    overflow: hidden;
  }
}

.news_footer {
  height: 1rem;
}

.news_title {
  width: 100%;
  padding: 1rem;
}

@media (min-width: 1280px) {
  .news_title {
    position: relative;
    overflow-y: auto;
  }
}

.news_list {
  width: 100%;
  padding: 1rem;
}

@media (min-width: 1280px) {
  .news_list {
    overflow-y: auto;
  }
}

#ta_contents ul.group_company {
  display: flex;
  flex-wrap: wrap;
}

#ta_contents ul.group_company li {
  width: 50%;
  padding: 0.5rem;
  text-align: center;
}

@media (min-width: 640px) {
  #ta_contents ul.group_company li {
    width: 33.333333%;
  }
}

#ta_contents ul.group_company li a {
  display: block;
  height: 100%;
  border-radius: 0.25rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

#ta_contents ul.group_company li a:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  opacity: 0.9;
}

#ta_contents ul.group_company li a img.company_logo {
  margin-left: auto;
  margin-right: auto;
  margin-top: 0.25rem;
  height: 2.5rem;
}

#ta_contents ul.group_company li a span.company_name {
  display: inline-block;
  font-size: 0.625rem;
  line-height: 1rem;
}

@media (min-width: 1024px) {
  #ta_contents ul.group_company li a span.company_name {
    font-size: 0.75rem;
    line-height: 1rem;
  }
}

/*
  #ta_contents ul.special_site {
    @apply flex flex-wrap;
  }
  #ta_contents ul.special_site li {
    @apply w-1/2 p-2 text-center sm:w-1/3 xl:w-1/4;
  }
  #ta_contents ul.special_site li a {
    @apply block h-full rounded border border-neutral-300 bg-white px-4 py-2;
  }
  #ta_contents ul.special_site li a:hover {
    @apply bg-white;
  }
  #ta_contents ul.special_site li a img.site_logo {
    @apply mx-auto w-full;
  }
*/

#ta_contents ul.special_site {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

@media (min-width: 640px) {
  #ta_contents ul.special_site {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (min-width: 1024px) {
  #ta_contents ul.special_site {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

#ta_contents ul.special_site li {
  padding: 0.5rem;
  text-align: center;
}

#ta_contents ul.special_site li a {
  display: flex;
  width: 100%;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-radius: 0.25rem;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  padding: 0.25rem;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

#ta_contents ul.special_site li a:hover {
  opacity: 0.9;
}

#ta_contents ul.special_site li a img {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

/*イメージ画像縦並び*/

#ta_contents ul.special_site.totec_solution_v {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

@media (min-width: 640px) {
  #ta_contents ul.special_site.totec_solution_v {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (min-width: 1024px) {
  #ta_contents ul.special_site.totec_solution_v {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

#ta_contents ul.special_site.totec_solution_v li a img.site_logo {
  margin-left: auto;
  margin-right: auto;
  margin-top: 0.25rem;
  margin-bottom: 0.25rem;
  width: 91.666666%;
  max-width: 15rem;
}

@media (min-width: 1280px) {
  #ta_contents ul.special_site.totec_solution_v li a img.site_logo {
    max-width: 16rem;
  }
}

/*イメージ画像横並び*/

#ta_contents ul.totec_solution_h {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
}

@media (min-width: 640px) {
  #ta_contents ul.totec_solution_h {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (min-width: 1024px) {
  #ta_contents ul.totec_solution_h {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

#ta_contents ul.totec_solution_h li {
  padding: 0.5rem;
  text-align: center;
}

#ta_contents ul.totec_solution_h li a {
  display: flex;
  width: 100%;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  border-radius: 0.25rem;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.25rem;
  padding-right: 0.5rem;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

@media (min-width: 1024px) {
  #ta_contents ul.totec_solution_h li a {
    padding-right: 1.5rem;
  }
}

#ta_contents ul.totec_solution_h li a:hover {
  opacity: 0.9;
}

#ta_contents ul.totec_solution_h li a img.site_image {
  width: 33.333333%;
}

#ta_contents ul.totec_solution_h li a img.site_logo {
  margin-left: auto;
  margin-right: auto;
  width: 66.666667%;
  max-width: 15rem;
}

@media (min-width: 640px) {
  #ta_contents ul.totec_solution_h li a img.site_logo {
    max-width: 13rem;
  }
}

@media (min-width: 1280px) {
  #ta_contents ul.totec_solution_h li a img.site_logo {
    max-width: 18rem;
  }
}

/**/

#ta_contents ul.other {
  display: flex;
  flex-wrap: wrap;
}

#ta_contents ul.other li {
  width: 50%;
  padding: 0.5rem;
  text-align: center;
}

@media (min-width: 640px) {
  #ta_contents ul.other li {
    width: 33.333333%;
  }
}

@media (min-width: 1280px) {
  #ta_contents ul.other li {
    width: 25%;
  }
}

#ta_contents ul.other li a {
  display: block;
  height: 100%;
}

#ta_contents ul.other li a:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  opacity: 0.9;
}

#ta_contents ul.other li a img.other_logo {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

/*splide_card ----カルーセル用カード*/

.splide_card {
  /*リンクなし*/
  display: flex;
  height: 100%;
  flex-direction: row;
  align-items: flex-start;
  border-radius: 0.25rem;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}

@media (min-width: 1024px) {
  .splide_card {
    display: block;
  }
}

a.splide_card {
  /*リンクあり*/
  position: relative;
  display: flex;
  height: 100%;
  flex-direction: row;
  align-items: center;
  border-radius: 0.25rem;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  padding-left: 0.25rem;
  padding-right: 0.25rem;
  padding-bottom: 1rem;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-duration: 200ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

@media (min-width: 1024px) {
  a.splide_card {
    display: block;
  }
}

.splide_card .card_footer {
  bottom: 0px;
  width: 100%;
}

@media (min-width: 1024px) {
  .splide_card .card_footer {
    position: absolute;
    margin-left: -0.75rem;
    margin-right: -0.75rem;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
    padding-bottom: 0.5rem;
  }
}

.splide_card img.card_img {
  aspect-ratio: 16 / 9;
  width: 25%;
  -o-object-fit: cover;
     object-fit: cover;
}

@media (min-width: 1024px) {
  .splide_card img.card_img {
    width: 100%;
  }
}

.splide_card picture {
  /*picture ロゴ以外のイメージ画像（余白なし）*/
  margin-right: 1rem;
  width: 25%;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}

@media (min-width: 1024px) {
  .splide_card picture {
    margin: 0px;
    width: 100%;
  }
}

.splide_card picture img.card_img {
  /*picture内の画像*/
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.splide_card div.card_box {
  width: 75%;
}

@media (min-width: 1024px) {
  .splide_card div.card_box {
    width: 100%;
  }
}

.splide_card div.card_box img.new {
  margin-top: -0.25rem;
  height: 2.25rem;
}

.splide_card p {
  margin-bottom: 0.75rem;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}

.splide_card p.title {
  display: inline-block;
  width: 100%;
  --tw-bg-opacity: 1;
  background-color: rgb(241 243 251 / var(--tw-bg-opacity, 1));
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  font-weight: 600;
  line-height: 1.625;
}

.splide_card p.title span.title_s {
  font-weight: 500;
}

.splide_card p.title span.title_l {
  font-weight: 700;
}

.splide_card .text {
  /*p ul span 共通*/
  line-height: 1.625;
}

@media (min-width: 1024px) {
  .splide_card .text {
    line-height: 1.625;
  }
}

.splide_card p.text {
  min-height: -moz-fit-content;
  min-height: fit-content;
}

.splide_card span.text_l {
  font-weight: 700;
}

.splide_card p.tag {
  margin-bottom: 0.125rem;
  display: inline-block;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  font-size: 0.75rem;
  line-height: 1rem;
  font-weight: 600;
}

/*----------------------
    btn
  ----------------------*/

.btn_normal {
  display: flex;
  height: -moz-fit-content;
  height: fit-content;
  width: -moz-fit-content;
  width: fit-content;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 0.25rem;
  padding-right: 0.75rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 500;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-duration: 200ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

@media (min-width: 1024px) {
  .btn_normal {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
    font-size: 0.9375rem;
    line-height: 1.375rem;
  }
}

.btn_normal_s {
  display: flex;
  height: -moz-fit-content;
  height: fit-content;
  width: -moz-fit-content;
  width: fit-content;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
  font-size: 0.75rem;
  line-height: 1rem;
  font-weight: 500;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-duration: 200ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

@media (min-width: 1024px) {
  .btn_normal_s {
    font-size: 0.8125rem;
    line-height: 1.125rem;
  }
}

.btn_normal div.extlink {
  /*add common.css -- > more btn icon */
  margin-top: auto;
  margin-bottom: auto;
}

.btn_normal div.more {
  /*add common.css -- > extlink btn icon */
  margin-top: auto;
  margin-bottom: auto;
}

.pointer-events-none {
  pointer-events: none;
}

.fixed {
  position: fixed;
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

.sticky {
  position: sticky;
}

.inset-0 {
  inset: 0px;
}

.bottom-0 {
  bottom: 0px;
}

.left-1\/8 {
  left: 12.5%;
}

.top-0 {
  top: 0px;
}

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

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

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

.m-8 {
  margin: 2rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.ml-auto {
  margin-left: auto;
}

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

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

.ms-36 {
  margin-inline-start: 9rem;
}

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

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

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

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

.block {
  display: block;
}

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

.flex {
  display: flex;
}

.grid {
  display: grid;
}

.hidden {
  display: none;
}

.aspect-auto {
  aspect-ratio: auto;
}

.aspect-square {
  aspect-ratio: 1 / 1;
}

.h-12 {
  height: 3rem;
}

.h-160 {
  height: 40rem;
}

.h-2\/3 {
  height: 66.666667%;
}

.h-24 {
  height: 6rem;
}

.h-5 {
  height: 1.25rem;
}

.h-6 {
  height: 1.5rem;
}

.h-96 {
  height: 24rem;
}

.h-full {
  height: 100%;
}

.min-h-50vh {
  min-height: 50vh;
}

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

.w-2\/3 {
  width: 66.666667%;
}

.w-3\/4 {
  width: 75%;
}

.w-3\/8 {
  width: 37.5%;
}

.w-32 {
  width: 8rem;
}

.w-5 {
  width: 1.25rem;
}

.w-5\/6 {
  width: 83.333333%;
}

.w-6 {
  width: 1.5rem;
}

.w-fit {
  width: -moz-fit-content;
  width: fit-content;
}

.w-full {
  width: 100%;
}

.max-w-10xl {
  max-width: 1600px;
}

.max-w-1920 {
  max-width: 1920px;
}

.max-w-8xl {
  max-width: 1440px;
}

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

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

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

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

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

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

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

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

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

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

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

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

.gap-1 {
  gap: 0.25rem;
}

.gap-4 {
  gap: 1rem;
}

.gap-6 {
  gap: 1.5rem;
}

.gap-8 {
  gap: 2rem;
}

.overflow-hidden {
  overflow: hidden;
}

.rounded {
  border-radius: 0.25rem;
}

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

.rounded-lg {
  border-radius: 0.5rem;
}

.rounded-sm {
  border-radius: 0.125rem;
}

.border {
  border-width: 1px;
}

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

.border-base_color03 {
  --tw-border-opacity: 1;
  border-color: rgb(133 145 199 / var(--tw-border-opacity, 1));
}

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

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

.border-tag_red {
  --tw-border-opacity: 1;
  border-color: rgb(219 26 65 / var(--tw-border-opacity, 1));
}

.border-tag_teal {
  --tw-border-opacity: 1;
  border-color: rgb(47 177 190 / var(--tw-border-opacity, 1));
}

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

.border-opacity-75 {
  --tw-border-opacity: 0.75;
}

.bg-base_color02 {
  --tw-bg-opacity: 1;
  background-color: rgb(220 227 249 / var(--tw-bg-opacity, 1));
}

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

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

.bg-neutral-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(245 245 245 / var(--tw-bg-opacity, 1));
}

.bg-neutral-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(229 229 229 / var(--tw-bg-opacity, 1));
}

.bg-neutral-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(115 115 115 / var(--tw-bg-opacity, 1));
}

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

.bg-opacity-20 {
  --tw-bg-opacity: 0.2;
}

.bg-opacity-30 {
  --tw-bg-opacity: 0.3;
}

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

.from-gray-800 {
  --tw-gradient-from: #1f2937 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(31 41 55 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.to-transparent {
  --tw-gradient-to: transparent var(--tw-gradient-to-position);
}

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

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

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

.p-0 {
  padding: 0px;
}

.p-0\.5 {
  padding: 0.125rem;
}

.p-1 {
  padding: 0.25rem;
}

.p-2 {
  padding: 0.5rem;
}

.p-4 {
  padding: 1rem;
}

.p-8 {
  padding: 2rem;
}

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

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

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

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

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

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

.pb-2 {
  padding-bottom: 0.5rem;
}

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

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

.pb-8 {
  padding-bottom: 2rem;
}

.pr-4 {
  padding-right: 1rem;
}

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

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

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

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

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

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

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

.text-display-10 {
  font-size: calc(1.1rem + 0.25vw);
  line-height: 1.1;
}

.text-display-8 {
  font-size: calc(1.3rem + 0.6vw);
  line-height: 1.1;
}

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

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

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

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

.text-xxs {
  font-size: 0.625rem;
  line-height: 1rem;
}

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

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

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

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

.leading-extra-loose {
  line-height: 2.5;
}

.leading-more_relaxed {
  line-height: 1.75;
}

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

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

.text-accent_color {
  --tw-text-opacity: 1;
  color: rgb(109 131 213 / var(--tw-text-opacity, 1));
}

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

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

.text-neutral-500 {
  --tw-text-opacity: 1;
  color: rgb(115 115 115 / var(--tw-text-opacity, 1));
}

.text-ta_blue {
  --tw-text-opacity: 1;
  color: rgb(37 52 142 / var(--tw-text-opacity, 1));
}

.text-tag_green {
  --tw-text-opacity: 1;
  color: rgb(110 181 38 / var(--tw-text-opacity, 1));
}

.text-tag_red {
  --tw-text-opacity: 1;
  color: rgb(219 26 65 / var(--tw-text-opacity, 1));
}

.text-tag_teal {
  --tw-text-opacity: 1;
  color: rgb(47 177 190 / var(--tw-text-opacity, 1));
}

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

.opacity-35 {
  opacity: 0.35;
}

.opacity-50 {
  opacity: 0.5;
}

.shadow-lg {
  --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-asort_color02\/20 {
  --tw-shadow-color: rgb(161 196 253 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

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

.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, backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

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

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

p.lead {
  margin-bottom: 1rem;
  line-height: 1.75;
}

@media (min-width: 1024px) {
  p.lead {
    margin-bottom: 2rem;
    font-size: 1.125rem;
    line-height: 1.75rem;
    line-height: 1.75;
  }
}

hr {
  border-left-width: 0px;
  border-right-width: 0px;
  border-bottom-width: 0px;
  border-top-width: 3px;
  --tw-border-opacity: 1;
  border-top-color: rgb(63 91 217 / var(--tw-border-opacity, 1));
}

hr.dashed {
  border-left-width: 0px;
  border-right-width: 0px;
  border-bottom-width: 0px;
  border-top-width: 3px;
  border-style: dashed;
  --tw-border-opacity: 1;
  border-top-color: rgb(63 91 217 / var(--tw-border-opacity, 1));
}

/*
  figure {
    @apply ;
  }*/

figcaption {
  margin-top: 0.25rem;
  margin-bottom: 0.25rem;
  display: flex;
  justify-content: center;
  font-size: 0.75rem;
  line-height: 1rem;
  --tw-text-opacity: 1;
  color: rgb(64 64 64 / var(--tw-text-opacity, 1));
}

@media (min-width: 1024px) {
  figcaption {
    font-size: 0.875rem;
    line-height: 1.25rem;
  }
}

/*components*/

/*utilities*/

.before\:bg-accent_color::before {
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: rgb(109 131 213 / var(--tw-bg-opacity, 1));
}

.before\:bg-ta_red::before {
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: rgb(229 0 18 / var(--tw-bg-opacity, 1));
}

.before\:bg-tag_green::before {
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: rgb(110 181 38 / var(--tw-bg-opacity, 1));
}

.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\:scale-110 {
  --tw-scale-x: 1.1;
  --tw-scale-y: 1.1;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.group:hover .group-hover\:text-accent_color {
  --tw-text-opacity: 1;
  color: rgb(109 131 213 / var(--tw-text-opacity, 1));
}

.group:hover .group-hover\:text-asort_color {
  --tw-text-opacity: 1;
  color: rgb(63 91 217 / var(--tw-text-opacity, 1));
}

@media (min-width: 640px) {
  .sm\:order-1 {
    order: 1;
  }

  .sm\:order-2 {
    order: 2;
  }

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

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

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

  .sm\:ms-56 {
    margin-inline-start: 14rem;
  }

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

  .sm\:w-48 {
    width: 12rem;
  }

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

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

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

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

  .sm\:pr-4 {
    padding-right: 1rem;
  }
}

@media (min-width: 768px) {
  .md\:h-96 {
    height: 24rem;
  }

  .md\:w-1\/6 {
    width: 16.666667%;
  }

  .md\:w-5\/6 {
    width: 83.333333%;
  }

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

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

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

  .md\:via-transparent {
    --tw-gradient-to: rgb(0 0 0 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), transparent var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

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

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

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

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

  .lg\:order-2 {
    order: 2;
  }

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

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

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

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

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

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

  .lg\:block {
    display: block;
  }

  .lg\:hidden {
    display: none;
  }

  .lg\:h-48 {
    height: 12rem;
  }

  .lg\:h-full {
    height: 100%;
  }

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

  .lg\:w-3\/4 {
    width: 75%;
  }

  .lg\:w-5\/12 {
    width: 41.666667%;
  }

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

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

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

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

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

  .lg\:items-end {
    align-items: flex-end;
  }

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

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

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

  .lg\:p-8 {
    padding: 2rem;
  }

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

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

  .lg\:pb-8 {
    padding-bottom: 2rem;
  }

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

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

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

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

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

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

@media (min-width: 1280px) {
  .xl\:mb-8 {
    margin-bottom: 2rem;
  }

  .xl\:mr-8 {
    margin-right: 2rem;
  }

  .xl\:h-104 {
    height: 26rem;
  }

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

  .xl\:w-1\/5 {
    width: 20%;
  }

  .xl\:w-1\/6 {
    width: 16.666667%;
  }

  .xl\:w-2\/3 {
    width: 66.666667%;
  }

  .xl\:w-4\/5 {
    width: 80%;
  }

  .xl\:w-7\/12 {
    width: 58.333333%;
  }

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

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

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

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

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

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

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

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

  .xl\:rounded {
    border-radius: 0.25rem;
  }

  .xl\:border {
    border-width: 1px;
  }

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

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

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

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

  .xl\:pb-16 {
    padding-bottom: 4rem;
  }

  .xl\:pb-8 {
    padding-bottom: 2rem;
  }

  .xl\:pl-2 {
    padding-left: 0.5rem;
  }

  .xl\:pr-4 {
    padding-right: 1rem;
  }

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

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

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

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

@media (min-width: 1440px) {
  .\32xl\:col-span-4 {
    grid-column: span 4 / span 4;
  }

  .\32xl\:h-120 {
    height: 30rem;
  }

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

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

@media (min-width: 1536px) {
  .\33xl\:flex-row {
    flex-direction: row;
  }
}

@media (prefers-color-scheme: dark) {
  .dark\:border-neutral-700 {
    --tw-border-opacity: 1;
    border-color: rgb(64 64 64 / var(--tw-border-opacity, 1));
  }
}
