/*--------------------
 base start
--------------------*/

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

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

*,
::before,
::after {
  box-sizing: border-box;
  /* 1 */
  border-width: 0;
  /* 2 */
  border-style: solid;
  /* 2 */
  border-color: #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-feature-settings: inherit;
  /* 1 */
  font-variation-settings: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  font-weight: inherit;
  /* 1 */
  line-height: inherit;
  /* 1 */
  color: inherit;
  /* 1 */
  margin: 0;
  /* 2 */
  padding: 0;
  /* 3 */
}

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

button,
select {
  text-transform: none;
}

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

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

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

:-moz-focusring {
  outline: auto;
}

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

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

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

progress {
  vertical-align: baseline;
}

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

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

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

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

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

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

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

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

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

summary {
  display: list-item;
}

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

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

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

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

/*
Reset default styling for dialogs.
*/

dialog {
  padding: 0;
}

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

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

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

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

/*
Set the default cursor for buttons.
*/

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

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

:disabled {
  cursor: default;
}

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

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

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

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

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

[hidden] {
  display: none;
}

html {
  line-height: 1.75;
  --tw-text-opacity: 1;
  color: rgb(23 23 23 / var(--tw-text-opacity));
}

body {
  --tw-bg-opacity: 1;
  background-color: rgb(245 247 251 / var(--tw-bg-opacity));
}

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

/*base*/

html {
  scroll-behavior: smooth;
  scrollbar-gutter: stable;
}

body {
  font-family:/*YakuHanJP,*/ "Noto Sans JP", "Hiragino Kaku Gothic Pro", "Osaka", "Meiryo", "MS PGothic", Sans-Serif;
  font-display: swap;
  min-height: 100vh;
  /*footerを下に固定*/
  display: flex;
  flex-direction: column;
}

body ::-webkit-scrollbar {
  width: 16px;
  /*スクロールバー全体の幅*/
  background-color: #fff;
  /*スクロールバーの背景色*/
}

body ::-webkit-scrollbar-thumb {
  border-radius: 0;
  /*スクロールバーの丸み*/
  box-shadow: inset 0 0 10px 10px #dce3f9;
  border: solid 4px transparent;
  /*スクロールバーの左右の余白*/
}

body.fog {
  background: #fff;
  animation: fadein 1s forwards;
}

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

  100% {
    opacity: 1;
  }
}

body.category1st_Top {
  background-image: linear-gradient(125deg, rgba(255, 255, 255, 0) 25%, #e9ecfc 25%, #b6bfdf 50%, rgba(255, 255, 255, 0) 50%);
}

body.gradient {
  background-repeat: repeat-y;
  background-size: 25% 100%;
  background-position: 0 0;
  background-image: linear-gradient(#e9ecfc, #e9ecfc);
}

.num {
  font-family: "DM Sans", "Noto Sans JP", "Hiragino Kaku Gothic Pro", "Osaka", "Meiryo", "MS PGothic", monospace, Sans-Serif;
  font-display: swap;
}

h1 {
  font-size: clamp(1.5rem, 1.25rem + 1.25vw, 2.75rem);
}

/*----24px-44px*/

h2 {
  font-size: clamp(1.25rem, 1.1rem + 0.75vw, 2rem);
}

/*-----20px-32px*/

h3 {
  font-size: clamp(1.125rem, 1.025rem + 0.5vw, 1.625rem);
}

/*-----18px-26px*/

h4 {
  font-size: clamp(1rem, 0.95rem + 0.25vw, 1.25rem);
}

/*-----16px-20px*/

.x_small {
  font-size: 75%;
}

.small {
  font-size: 87.5%;
}

.medium {
  font-size: 93.75%;
}

.large {
  font-size: 112.5%;
}

.x_large {
  font-size: 125%;
}

.bracket_left {
  /*冒頭に『（【　などが来る場合*/
  display: inline-block;
  margin-left: -0.6rem;
  padding-right: 0.25rem;
}

.bracket_right {
  /*bracket_left と対で使用　ただし、直前が全角括弧　）等の場合は空白になりすぎるので使用しない*/
  display: inline-block;
  padding-left: 0.25rem;
}

/*
img {
  width: 100%;
}
*/

/*--------------------
components start
--------------------*/

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

main {
  /*pt = header height / flex: 1 = footerを下に固定*/
  flex: 1 1 0%;
  padding-top: 4rem;
}

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

section {
  width: 100%;
}

/*
  section:first-of-type {
    @apply pt-0;
  }*/

aside {
  display: none;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding: 1rem;
}

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

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

.container {
  margin: auto;
  padding-left: 1rem;
  padding-right: 1rem;
}

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

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

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

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

/*----------------------
    section_list
  ----------------------*/

#gr_contents div.section_list div.section {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 0px;
  padding-top: 2rem;
  padding-bottom: 2rem;
}

@media (min-width: 1280px) {
  #gr_contents div.section_list div.section {
    padding-bottom: 6rem;
  }
}

#gr_contents div.section_list div.section {
  /*py-8 ページ内スクロールの緩衝*/
}

/*#gr_contents div.section_list div.section:nth-child(2n) {
    @apply bg-neutral-100;
  }*/

#gr_contents div.section_list div.section h2 {
  font-weight: 700;
}

/*----------------------
    base box
  ----------------------*/

#gr_contents .base {
  margin-bottom: 1rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
}

@media (min-width: 768px) {
  #gr_contents .base {
    margin-bottom: 4rem;
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
}

#gr_contents .base_inner {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 1280px;
  padding: 2rem;
}

#gr_contents .base_inner_l {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 768px;
  padding-left: 1rem;
  padding-right: 1rem;
}

@media (min-width: 768px) {
  #gr_contents .base_inner_l {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

@media (min-width: 1024px) {
  #gr_contents .base_inner_l {
    max-width: 1024px;
  }
}

@media (min-width: 1280px) {
  #gr_contents .base_inner_l {
    max-width: 1536px;
  }
}

#gr_contents .base p.deco {
  margin-bottom: -1rem;
  margin-top: 1rem;
  font-size: 1.25rem;
  line-height: 1.6;
  --tw-text-opacity: 1;
  color: rgb(147 165 207 / var(--tw-text-opacity));
}

@media (min-width: 1024px) {
  #gr_contents .base p.deco {
    font-size: 1.875rem;
    line-height: 1.3;
  }
}

/*----------------------
    contents_list_box
  ----------------------*/

.contents_list_box {
  display: flex;
  flex-direction: column;
  padding-bottom: 1rem;
  padding-top: 1rem;
}

@media (min-width: 640px) {
  .contents_list_box {
    margin-left: auto;
    margin-right: auto;
  }
}

@media (min-width: 1024px) {
  .contents_list_box {
    flex-direction: row;
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
}

.contents_list_box a {
  line-height: 1.75;
}

.contents_item {
  display: flex;
  width: 100%;
  flex-direction: column;
  padding-bottom: 1rem;
}

@media (min-width: 1024px) {
  .contents_item {
    padding-left: 1rem;
    padding-bottom: 2rem;
    padding-right: 2rem;
  }
}

.contents_item {
  /*lg:w-999---各自設定*/
}

.contents_img {
  position: relative;
  z-index: 0;
  display: block;
  width: 100%;
  overflow: hidden;
  /*lg:w-999---各自設定*/
}

.contents_solution {
  position: relative;
  z-index: 0;
  display: block;
  width: 100%;
  overflow: hidden;
  /*lg:w-999---各自設定*/
}

.contents_item h2 {
  flex-direction: column;
  align-items: flex-start;
}

/*
.contents_item h2 span {
  @apply block text-base ml-0.5 mt-1 lg:mb-4 lg:text-xl xl:text-2xl text-asort_color font-bold;
}
*/

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

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

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

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

.contents_item p.title span.title_l {
  display: inline-block;
  padding-bottom: 0.75rem;
  padding-top: 0.25rem;
  font-size: 1.25rem;
  line-height: 1.6;
  font-weight: 700;
}

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

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

@media (min-width: 640px) {
  .contents_item p.text {
    margin-bottom: 1.5rem;
  }
}

.contents_item p.text span.text_l {
  font-size: 1.125rem;
  line-height: 1.7;
  font-weight: 700;
}

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

.contents_item ul.category_nav {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 2rem;
  display: flex;
  width: 100%;
  flex-direction: column;
  justify-content: center;
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(163 163 163 / var(--tw-border-opacity));
  padding-left: 1rem;
  padding-right: 1rem;
}

@media (min-width: 1280px) {
  .contents_item ul.category_nav {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

.contents_item ul.category_nav li {
  margin: 0px;
  font-weight: 500;
}

@media (min-width: 1024px) {
  .contents_item ul.category_nav li {
    font-size: 1.125rem;
    line-height: 1.7;
  }
}

.contents_item ul.category_nav li a {
  border-bottom-width: 0px;
}

.contents_img img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.contents_img a img {
  /*イメージにリンクありの場合*/
  height: 100%;
  width: 100%;
  overflow: hidden;
  -o-object-fit: cover;
     object-fit: cover;
  opacity: 0.8;
  mix-blend-mode: overlay;
  --tw-grayscale: grayscale(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);
  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);
}

.contents_img a img:hover {
  --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));
  opacity: 1;
  mix-blend-mode: normal;
  --tw-grayscale: grayscale(0);
  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);
}

.contents_img a {
  position: relative;
  z-index: 0;
  display: block;
  overflow: hidden;
  border-radius: 0.125rem;
  font-size: 0.625rem;
  line-height: 1.5;
  letter-spacing: 0.05em;
}

@media (min-width: 768px) {
  .contents_img a {
    font-size: 0.75rem;
    line-height: 1.5;
  }
}

@media (min-width: 1024px) {
  .contents_img a {
    font-size: 0.875rem;
    line-height: 1.6;
  }
}

.contents_img a div.cel {
  /*背景色指定-->common.css*/
  position: absolute;
  bottom: 0px;
  height: 100%;
  width: 100%;
  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);
}

.contents_img a p.title {
  pointer-events: none;
  position: absolute;
  bottom: 0px;
  z-index: 10;
  display: flex;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
  --tw-bg-opacity: 0.5;
  padding: 0.5rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.contents_img a div.more {
  position: absolute;
  bottom: 0px;
  z-index: 10;
  margin: 1rem;
  display: flex;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.contents_img a div.extlink {
  position: absolute;
  bottom: 0px;
  z-index: 10;
  margin: 1rem;
  display: flex;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

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

table.table_plain {
  width: 100%;
  border-collapse: collapse;
  align-items: center;
  border-width: 1px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

table.table_plain th {
  white-space: nowrap;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(163 163 163 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(245 245 245 / var(--tw-bg-opacity));
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  text-align: left;
  vertical-align: middle;
  font-weight: 600;
}

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

table.table_plain td {
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(163 163 163 / var(--tw-border-opacity));
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  text-align: left;
  vertical-align: middle;
}

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

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

table.table_plain td ul {
  display: flex;
  flex-wrap: wrap;
}

table.table_plain td ul li {
  list-style-position: outside;
  list-style-type: disc;
}

table.table_list {
  width: 100%;
  border-collapse: collapse;
  align-items: center;
}

table.table_list th {
  white-space: nowrap;
  border-top-width: 1px;
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(163 163 163 / var(--tw-border-opacity));
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 2rem;
  padding-bottom: 2rem;
  text-align: left;
  vertical-align: top;
  font-weight: 600;
}

@media (min-width: 1024px) {
  table.table_list th {
    padding-left: 2.25rem;
    padding-right: 2.25rem;
  }
}

table.table_list td {
  border-top-width: 1px;
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(163 163 163 / var(--tw-border-opacity));
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 2rem;
  padding-bottom: 2rem;
  text-align: left;
  vertical-align: top;
}

table.table_plain td ul {
  display: flex;
  flex-wrap: wrap;
}

table.table_list td ul li {
  margin-right: 1rem;
  list-style-position: outside;
  list-style-type: disc;
  padding-right: 2rem;
}

/*----------------------
    process
  ----------------------*/

#gr_contents ul.process {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 1280px;
}

#gr_contents ul.process li {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  border-radius: 0.25rem;
  border-width: 2px;
  border-color: rgb(147 165 207 / var(--tw-border-opacity));
  --tw-border-opacity: 0.5;
  padding: 0.5rem;
  text-align: center;
  font-weight: 700;
}

@media (min-width: 1024px) {
  #gr_contents ul.process li {
    flex-direction: column;
    justify-content: flex-start;
  }
}

#gr_contents ul.process li img {
  margin-right: 2rem;
  height: auto;
  width: 6rem;
}

@media (min-width: 1024px) {
  #gr_contents ul.process li img {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 1rem;
    width: 10rem;
  }
}

#gr_contents ul.process li span.process {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  text-align: left;
  line-height: 1.5;
}

@media (min-width: 1024px) {
  #gr_contents ul.process li span.process {
    text-align: center;
  }
}

#gr_contents ul.process02 {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 1280px;
}

#gr_contents ul.process02 li {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-radius: 0.25rem;
  border-width: 2px;
  border-color: rgb(15 118 110 / var(--tw-border-opacity));
  --tw-border-opacity: 0.7;
  padding: 0.5rem;
  text-align: center;
  font-weight: 700;
}

@media (min-width: 1024px) {
  #gr_contents ul.process02 li {
    justify-content: flex-start;
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
}

#gr_contents ul.process02 li img.logo {
  margin-left: auto;
  margin-right: auto;
  margin-top: 1rem;
  height: 2rem;
}

#gr_contents ul.process02 li img.logo_long {
  margin-left: auto;
  margin-right: auto;
  margin-top: 1rem;
  height: 2.25rem;
  max-width: 256px;
}

@media (min-width: 1024px) {
  #gr_contents ul.process02 li img.logo_long {
    max-width: 100%;
  }
}

#gr_contents ul.process02 li span.process {
  display: block;
  width: 100%;
  text-align: center;
}

/*--------------------original-----------------------*/

/*画像とテキストが重なるカード*/

.layer_card {
  /*最小の高さのみ指定*/
  position: relative;
  display: flex;
  min-height: 6rem;
  flex-direction: column;
  overflow: hidden;
}

.layer_card img.card_img {
  position: absolute;
  inset: 0px;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  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;
}

.layer_card div.card_box_base {
  pointer-events: none;
  position: absolute;
  inset: 0px;
  background-image: linear-gradient(to top, var(--tw-gradient-stops));
  --tw-gradient-from: rgb(37 52 142 / 0.2) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(37 52 142 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  --tw-gradient-to: rgb(37 52 142 / 0.5) var(--tw-gradient-to-position);
}

@media (min-width: 768px) {
  .layer_card div.card_box_base {
    --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);
  }
}

.layer_card div.card_box {
  position: relative;
  margin-top: auto;
  padding: 1rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

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

.card_type01 {
  border-radius: 0.25rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(213 222 238 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  --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);
  --tw-shadow-color: rgb(147 165 207 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

a.card_type01:hover {
  --tw-shadow-color: rgb(147 165 207 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
  transition-property: box-shadow;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

div.card_box .title {
  font-size: 1.125rem;
  line-height: 1.7;
  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;
}

@media (min-width: 768px) {
  div.card_box .title {
    font-size: 1.25rem;
    line-height: 1.6;
  }
}

@media (min-width: 1024px) {
  div.card_box .title {
    font-size: 1.5rem;
    line-height: 1.4;
  }
}

div.card_box .title span.title_s {
  display: inline-block;
  font-size: 0.875rem;
  line-height: 1.6;
  font-weight: 500;
}

@media (min-width: 768px) {
  div.card_box .title span.title_s {
    font-size: 0.9375rem;
    line-height: 1.75;
  }
}

@media (min-width: 1024px) {
  div.card_box .title span.title_s {
    font-size: 1rem;
    line-height: 1.75;
  }
}

div.card_box .title span.title_m {
  display: inline-block;
  font-size: 1rem;
  line-height: 1.75;
}

@media (min-width: 768px) {
  div.card_box .title span.title_m {
    font-size: 1.125rem;
    line-height: 1.7;
  }
}

@media (min-width: 1024px) {
  div.card_box .title span.title_m {
    font-size: 1.25rem;
    line-height: 1.6;
  }
}

div.card_box .title span.title_l {
  display: inline-block;
  font-size: 1.25rem;
  line-height: 1.6;
}

@media (min-width: 768px) {
  div.card_box .title span.title_l {
    font-size: 1.5rem;
    line-height: 1.4;
  }
}

@media (min-width: 1024px) {
  div.card_box .title span.title_l {
    font-size: 1.875rem;
    line-height: 1.3;
  }
}

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

/*cmn_card*/

.cmn_card {
  /*リンクなし*/
  position: relative;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
}

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

a.cmn_card {
  /*リンクあり*/
  position: relative;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  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.cmn_card {
    display: block;
  }
}

.cmn_card img.card_img {
  margin-right: 1rem;
  aspect-ratio: 1 / 1;
  width: 25%;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  -o-object-fit: cover;
     object-fit: cover;
}

@media (min-width: 640px) {
  .cmn_card img.card_img {
    aspect-ratio: 3 / 2;
    width: 40%;
  }
}

@media (min-width: 1024px) {
  .cmn_card img.card_img {
    margin: 0px;
    aspect-ratio: 16 / 9;
    width: 100%;
  }
}

.cmn_card picture {
  /*picture*/
  margin-right: 1rem;
  width: 25%;
}

@media (min-width: 640px) {
  .cmn_card picture {
    width: 40%;
  }
}

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

.cmn_card picture img.card_img {
  /*picture内の画像*/
  margin-left: 0px;
  aspect-ratio: 1 / 1;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

@media (min-width: 640px) {
  .cmn_card picture img.card_img {
    aspect-ratio: 3 / 2;
  }
}

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

.cmn_card div.card_box {
  width: 75%;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-bottom: 1rem;
}

@media (min-width: 640px) {
  .cmn_card div.card_box {
    width: 60%;
  }
}

@media (min-width: 1024px) {
  .cmn_card div.card_box {
    width: 100%;
    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.75;
  font-weight: 500;
}

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

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

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

.cmn_card p.title span.title_l {
  display: inline-block;
  padding-bottom: 0.75rem;
  padding-top: 0.25rem;
  font-size: 1.25rem;
  line-height: 1.6;
  font-weight: 700;
}

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

.cmn_card .text {
  /*p ul span 共通*/
  border-style: dotted;
}

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

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

.cmn_card div.card_box:has(+ .card_footer) {
  /*直後に.card_footerがある場合*/
  border-style: dotted;
  padding-bottom: 4rem;
}

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

.cmn_card .text + a {
  /*btn_normalなど*/
  margin-top: 1rem;
  margin-bottom: 1rem;
}

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

.simple_card {
  position: relative;
  display: flex;
  width: 100%;
  flex-direction: column;
  align-items: flex-start;
  padding: 1rem;
}

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

.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(112 136 191 / var(--tw-border-opacity));
  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(112 136 191 / var(--tw-border-opacity));
  padding-bottom: 0.5rem;
  font-size: 1.125rem;
  line-height: 1.7;
  font-weight: 700;
}

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

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

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

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

.simple_card p.text:has(+ .card_footer) {
  /*直後に.card_footerがある場合*/
  border-style: dotted;
}

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

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

/*----------------------
    site_card
  ----------------------*/

/*　縦並び　--> 横並び　*/

.site_card {
  /*リンクなし*/
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding: 1rem;
}

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

@media (min-width: 768px) {
  .site_card {
    padding: 2rem;
  }
}

@media (min-width: 1280px) {
  .site_card {
    padding: 2.5rem;
  }
}

@media (min-width: 1440px) {
  .site_card {
    padding: 4rem;
  }
}

a.site_card {
  /*リンクあり*/
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(213 222 238 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding: 1rem;
  transition-property: box-shadow;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

a.site_card:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  --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);
}

@media (min-width: 640px) {
  a.site_card {
    flex-direction: row;
  }
}

@media (min-width: 768px) {
  a.site_card {
    padding: 2rem;
  }
}

@media (min-width: 1280px) {
  a.site_card {
    padding: 2.5rem;
  }
}

@media (min-width: 1440px) {
  a.site_card {
    padding: 4rem;
  }
}

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

/*.site_card div.card_img {
    widthは個々に設定
    @apply sm:w-2/5 w-full;
  }*/

/*company site image　----ここから*/

.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 img.logo_long {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
  display: none;
  max-height: 2rem;
  width: auto;
  -o-object-fit: contain;
     object-fit: contain;
}

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

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

/*----ここまで　company site image*/

.site_card div.card_box {
  width: 100%;
  flex: 1 1 0%;
  border-style: dotted;
  padding: 1rem;
}

@media (min-width: 640px) {
  .site_card div.card_box {
    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;
  }
}

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

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

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

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

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

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

.site_card span.text_l {
  font-size: 1rem;
  line-height: 1.75;
}

@media (min-width: 1024px) {
  .site_card span.text_l {
    font-size: 1.125rem;
    line-height: 1.7;
  }
}

.site_card span.text_s {
  font-size: 0.875rem;
  line-height: 1.6;
}

@media (min-width: 1024px) {
  .site_card span.text_s {
    font-size: 0.9375rem;
    line-height: 1.75;
  }
}

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

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

/*
  .type_2nd -->.site_cardを継承・横並びのみ
  */

.type_2nd .site_card {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  padding: 1rem;
}

@media (min-width: 640px) {
  .type_2nd .site_card {
    flex-direction: row;
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

@media (min-width: 768px) {
  .type_2nd .site_card {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
}

@media (min-width: 1024px) {
  .type_2nd .site_card {
    align-items: center;
  }
}

/*.type_2nd .site_card div.card_img { 
    widthは個々に設定
    @apply w-full sm:w-1/3;
  }*/

/*case image　----ここから*/

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

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

/*ここまで----　case image*/

.type_2nd .site_card div.card_box {
  width: 100%;
  flex: 1 1 0%;
  border-style: dotted;
  padding: 0px;
  padding-left: 1rem;
}

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

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

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

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

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

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

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

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

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

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

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

/*footer {
    @apply bg-neutral-800;-----common.css
  }*/

/*nav*/

footer .gr_footer_nav_area {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  padding: 2rem;
}

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

footer a.footer_site_name {
  margin-bottom: 1rem;
  display: flex;
  width: 100%;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  --tw-text-opacity: 1;
  color: rgb(250 250 250 / var(--tw-text-opacity));
}

@media (min-width: 1024px) {
  footer a.footer_site_name {
    margin-bottom: 0px;
    flex-direction: row;
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
}

footer img.footer_site_logo {
  margin-left: auto;
  margin-right: auto;
  width: 33.333333%;
  max-width: 128px;
  opacity: 0.9;
}

@media (min-width: 1024px) {
  footer img.footer_site_logo {
    margin-left: 0px;
    margin-right: 0px;
    width: 50%;
    max-width: 192px;
    padding-left: 1rem;
    padding-right: 1rem;
  }
}

footer .navBox {
  /*@apply flex flex-col flex-wrap md:flex-row md:flex-nowrap justify-between;*/
  position: relative;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  max-width: 1440px;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-bottom: 24rem;
}

@media (min-width: 640px) {
  footer .navBox {
    padding-bottom: 20rem;
  }
}

@media (min-width: 1024px) {
  footer .navBox {
    padding-bottom: 4rem;
  }
}

@media (min-width: 1280px) {
  footer .navBox {
    padding-bottom: 0px;
  }
}

footer .gr_footer_nav_area .bnrBox {
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: -moz-fit-content;
  width: fit-content;
  max-width: 1024px;
  --tw-bg-opacity: 0.8;
}

@media (min-width: 1024px) {
  footer .gr_footer_nav_area .bnrBox {
    left: auto;
    right: 0.5rem;
    top: 12rem;
    width: 41.666667%;
  }
}

@media (min-width: 1280px) {
  footer .gr_footer_nav_area .bnrBox {
    right: 0px;
    top: auto;
    width: 55.555555%;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
}

footer .gr_footer_nav_area .bnrBox p.title {
  display: block;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  padding-bottom: 0.5rem;
  padding-top: 1.5rem;
  text-align: center;
  font-size: 0.875rem;
  line-height: 1.6;
}

@media (min-width: 1024px) {
  footer .gr_footer_nav_area .bnrBox p.title {
    padding-bottom: 0.75rem;
    padding-top: 0.75rem;
    text-align: left;
  }
}

footer .gr_footer_nav_area .bnrBox p.title span.num {
  --tw-text-opacity: 1;
  color: rgb(112 136 191 / var(--tw-text-opacity));
}

footer .gr_footer_nav_area .bnrBox ul.bnr {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}

@media (min-width: 640px) {
  footer .gr_footer_nav_area .bnrBox ul.bnr {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (min-width: 1024px) {
  footer .gr_footer_nav_area .bnrBox ul.bnr {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (min-width: 1280px) {
  footer .gr_footer_nav_area .bnrBox ul.bnr {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

footer .gr_footer_nav_area .bnrBox ul.bnr li a {
  display: block;
  height: 100%;
  border-radius: 0.25rem;
  text-align: center;
  opacity: 0.9;
  background-blend-mode: screen;
}

footer .gr_footer_nav_area .bnrBox ul.bnr li a:hover {
  opacity: 1;
  background-blend-mode: hard-light;
}

footer .gr_footer_nav_area .bnrBox ul.bnr li a img {
  width: 100%;
  border-radius: 0.25rem;
  -o-object-fit: cover;
     object-fit: cover;
}

footer .gr_footer_nav_area .bnrBox ul.bnr li a span.bnr_name {
  display: inline-block;
  font-size: 0.625rem;
  line-height: 1.5;
  font-weight: 400;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

@media (min-width: 1024px) {
  footer .gr_footer_nav_area .bnrBox ul.bnr li a span.bnr_name {
    font-size: 0.75rem;
    line-height: 1.5;
  }
}

footer ul.gr_cmn_nav {
  display: grid;
  width: 100%;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
  font-size: 0.875rem;
  line-height: 1.6;
}

@media (min-width: 1024px) {
  footer ul.gr_cmn_nav {
    grid-template-columns: repeat(7, minmax(0, 1fr));
    gap: 0.5rem;
  }
}

@media (min-width: 1280px) {
  footer ul.gr_cmn_nav {
    grid-template-columns: repeat(9, minmax(0, 1fr));
  }
}

footer ul.gr_cmn_nav {
  /*ガイド*/
}

footer ul.gr_cmn_nav > li:first-child {
  grid-column: span 2 / span 2;
}

/**/

footer ul.gr_cmn_nav > li {
  border-top-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(82 82 82 / var(--tw-border-opacity));
  text-align: center;
}

@media (min-width: 1024px) {
  footer ul.gr_cmn_nav > li {
    grid-column: span 2 / span 2;
    border-top-width: 0px;
    text-align: left;
  }

  footer ul.gr_cmn_nav > li a {
    grid-column: span 2 / span 2;
  }

  footer ul.gr_cmn_nav > li.single {
    grid-column: span 1 / span 1;
  }
}

footer ul.gr_cmn_nav > li.single a {
  --tw-text-opacity: 1;
  color: rgb(250 250 250 / var(--tw-text-opacity));
  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);
}

footer ul.gr_cmn_nav > li.single a:hover {
  --tw-text-opacity: 1;
  color: rgb(147 165 207 / var(--tw-text-opacity));
}

/*
  footer ul.gr_cmn_nav > li.single a:hover span.num {
    @apply text-green-200;
  }
*/

footer .gr_cmn_nav_item {
  display: block;
  width: 100%;
  padding: 0.5rem;
}

@media (min-width: 1024px) {
  footer .gr_cmn_nav_item {
    padding: 1rem;
  }
}

footer p.gr_cmn_nav_item {
  padding-bottom: 0px;
}

footer .gr_cmn_nav_item span.num {
  margin-left: 0.125rem;
  margin-top: 0.25rem;
  display: block;
  --tw-text-opacity: 1;
  color: rgb(112 136 191 / var(--tw-text-opacity));
}

footer .gr_cmn_nav_item span.category_title {
  display: none;
}

footer div.gr_mm_content img {
  display: none;
}

/*
  footer ul.gr_mm_inner {
    @apply ;
  }
  */

footer ul.gr_mm_inner li {
  display: none;
}

@media (min-width: 1024px) {
  footer ul.gr_mm_inner li {
    display: block;
  }
}

/*
  footer ul.gr_mm_inner li:last-child {
    @apply ;
  }*/

footer ul.gr_mm_inner li a {
  display: block;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  --tw-text-opacity: 1;
  color: rgb(250 250 250 / var(--tw-text-opacity));
  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);
}

footer ul.gr_mm_inner li a:hover {
  --tw-text-opacity: 1;
  color: rgb(147 165 207 / var(--tw-text-opacity));
}

footer ul.gr_mm_inner li div.no_link {
  display: block;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  --tw-text-opacity: 1;
  color: rgb(250 250 250 / var(--tw-text-opacity));
}

footer ul.gr_mm_inner li.category_top {
  margin-top: -0.5rem;
  display: block;
  border-width: 0px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(82 82 82 / var(--tw-border-opacity));
  padding-top: 0px;
  font-weight: 500;
}

@media (min-width: 640px) {
  footer ul.gr_mm_inner li.category_top {
    grid-column: span 2 / span 2;
  }
}

@media (min-width: 1024px) {
  footer ul.gr_mm_inner li.category_top {
    margin-bottom: 1rem;
    border-bottom-width: 1px;
    padding-bottom: 0.5rem;
  }
}

@media (min-width: 1280px) {
  footer ul.gr_mm_inner li.category_top {
    grid-column: span 3 / span 3;
  }
}

footer ul.gr_mm_inner li.category_top a {
  margin-left: -0.5rem;
  --tw-text-opacity: 1;
  color: rgb(250 250 250 / var(--tw-text-opacity));
  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);
}

footer ul.gr_mm_inner li.category_top a:hover {
  --tw-text-opacity: 1;
  color: rgb(147 165 207 / var(--tw-text-opacity));
}

@media (min-width: 1024px) {
  footer ul.gr_mm_inner li.category_top a {
    margin-left: 0px;
    display: inline-block;
    min-width: 33.333333%;
  }
}

footer ul.gr_mm_inner li.category_top span.category_top_mark {
  display: none;
}

footer ul.gr_mm_inner li ul {
  margin-bottom: 0.5rem;
  display: none;
}

/*
  footer ul.gr_mm_inner li ul li {
    @apply ;
  }

  footer ul.gr_mm_inner li ul li:first-child {
    @apply ;
  }
  */

footer ul.gr_mm_inner li ul li:last-child {
  border-bottom-width: 0px;
}

footer ul.gr_mm_inner li ul li a {
  padding: 0.25rem;
  font-size: 0.75rem;
  line-height: 1.5;
}

body.footer_nav_none > footer ul.gr_cmn_nav {
  /*sitemap.html*/
  display: none;
}

body.footer_nav_none > footer div.bnrBox {
  /*sitemap.html*/
  display: none;
}

/*group_link*/

footer .gr_footer_group {
  --tw-bg-opacity: 1;
  background-color: rgb(213 222 238 / var(--tw-bg-opacity));
}

footer .groupBox {
  margin-left: auto;
  margin-right: auto;
  padding: 1rem;
}

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

/*
  footer .gr_footer_group_title {
    @apply text-md text-center bg-blue-700 py-1 text-white;
  }
  */

footer ul.group {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

footer ul.group li {
  width: 50%;
  padding: 0.5rem;
  text-align: center;
}

@media (min-width: 640px) {
  footer ul.group li {
    width: 33.333333%;
  }
}

@media (min-width: 1280px) {
  footer ul.group li {
    width: 25%;
  }
}

@media (min-width: 1440px) {
  footer ul.group li {
    width: 16.666667%;
  }
}

footer ul.group li a {
  display: block;
  height: 100%;
  border-radius: 0.25rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(147 165 207 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(245 245 245 / var(--tw-bg-opacity));
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

footer ul.group li a:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

footer ul.group li a img.company_logo {
  margin-left: auto;
  margin-right: auto;
  margin-top: 0.25rem;
  height: 2rem;
}

footer ul.group li a span.company_name {
  display: inline-block;
  font-size: 0.625rem;
  line-height: 1.5;
}

@media (min-width: 1024px) {
  footer ul.group li a span.company_name {
    font-size: 0.75rem;
    line-height: 1.5;
  }
}

/*policy_link*/

footer .gr_footer_policy {
  --tw-bg-opacity: 1;
  background-color: rgb(23 23 23 / var(--tw-bg-opacity));
}

footer div.policyBox {
  margin-left: auto;
  margin-right: auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 1rem;
  --tw-text-opacity: 1;
  color: rgb(250 250 250 / var(--tw-text-opacity));
}

@media (min-width: 1024px) {
  footer div.policyBox {
    max-width: 1920px;
    flex-direction: row;
  }
}

footer div.policyBox p {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
  width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
  text-align: center;
  font-size: 0.75rem;
  line-height: 1.5;
}

@media (min-width: 1024px) {
  footer div.policyBox p {
    order: 1;
    width: 33.333333%;
  }
}

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

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

@media (min-width: 1024px) {
  footer ul.policy {
    order: 2;
    width: 66.666667%;
    justify-content: flex-start;
  }
}

footer ul.policy li {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
  --tw-border-opacity: 1;
  border-color: rgb(82 82 82 / var(--tw-border-opacity));
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  text-align: center;
  font-size: 0.75rem;
  line-height: 1.5;
}

@media (min-width: 640px) {
  footer ul.policy li {
    border-left-width: 1px;
  }
}

@media (min-width: 1440px) {
  footer ul.policy li {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}

footer ul.policy li a {
  --tw-text-opacity: 1;
  color: rgb(250 250 250 / var(--tw-text-opacity));
  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);
}

footer ul.policy li a:hover {
  --tw-text-opacity: 1;
  color: rgb(147 165 207 / var(--tw-text-opacity));
}

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

#sitemap .container {
  max-width: 1280px;
}

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

@media (min-width: 1024px) {
  #sitemap ul.gr_cmn_nav {
    -moz-column-gap: 0.5rem;
         column-gap: 0.5rem;
  }
}

@media (min-width: 1280px) {
  #sitemap ul.gr_cmn_nav {
    -moz-column-gap: 1rem;
         column-gap: 1rem;
  }
}

#sitemap ul.gr_cmn_nav > li {
  /*直下 = 大カテゴリー*/
  grid-column: span 3 / span 3;
  margin-bottom: 1rem;
}

@media (min-width: 1024px) {
  #sitemap ul.gr_cmn_nav > li {
    margin-bottom: 2rem;
  }
}

#sitemap ul.gr_cmn_nav > li.single {
  grid-column: span 3 / span 3;
  margin-bottom: 0px;
}

@media (min-width: 1024px) {
  #sitemap ul.gr_cmn_nav > li.single {
    grid-column: span 1 / span 1;
  }
}

#sitemap ul.gr_cmn_nav > li.single a {
  font-size: 1.125rem;
  line-height: 1.7;
  font-weight: 500;
}

#sitemap ul.gr_cmn_nav > li.single a:hover {
  --tw-text-opacity: 1;
  color: rgb(147 165 207 / var(--tw-text-opacity));
}

@media (min-width: 1024px) {
  #sitemap ul.gr_cmn_nav > li.single a {
    font-size: 1.25rem;
    line-height: 1.6;
  }
}

/*#sitemap ul.gr_cmn_nav > li.single a:hover span.num {
    @apply ;
  }*/

#sitemap .gr_cmn_nav_item {
  display: block;
  width: 100%;
  padding: 0.5rem;
}

@media (min-width: 1024px) {
  #sitemap .gr_cmn_nav_item {
    padding: 1rem;
  }
}

#sitemap ul li a.gr_cmn_nav_item {
  border-bottom-width: 4px;
  --tw-border-opacity: 1;
  border-color: rgb(112 136 191 / var(--tw-border-opacity));
}

#sitemap p.gr_cmn_nav_item {
  padding-bottom: 0px;
}

#sitemap .gr_cmn_nav_item span.num {
  margin-left: 0.125rem;
  margin-top: 0.25rem;
  display: block;
  font-size: 0.75rem;
  line-height: 1.5;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(112 136 191 / var(--tw-text-opacity));
}

@media (min-width: 1024px) {
  #sitemap .gr_cmn_nav_item span.num {
    font-size: 0.875rem;
    line-height: 1.6;
  }
}

#sitemap .gr_cmn_nav_item span.category_title {
  display: none;
}

#sitemap div.gr_mm_content img {
  display: none;
}

#sitemap ul.gr_mm_inner {
  display: grid;
  gap: 0px;
  border-bottom-width: 0px;
}

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

@media (min-width: 1280px) {
  #sitemap ul.gr_mm_inner {
    margin-bottom: 0.5rem;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0.5rem;
  }
}

#sitemap ul.gr_mm_inner li {
  width: 100%;
  padding: 0.25rem;
}

#sitemap ul.gr_mm_inner li:last-child {
  border-bottom-width: 0px;
}

#sitemap ul.gr_mm_inner li.no_line {
  /*ページ出揃うまで*/
  border-bottom-width: 0px;
}

#sitemap ul.gr_mm_inner li a {
  display: block;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(147 165 207 / var(--tw-border-opacity));
  padding-top: 1rem;
  padding-bottom: 1rem;
  padding-left: 1rem;
  padding-right: 2rem;
}

#sitemap ul.gr_mm_inner li a:hover {
  --tw-text-opacity: 1;
  color: rgb(147 165 207 / var(--tw-text-opacity));
}

@media (min-width: 1024px) {
  #sitemap ul.gr_mm_inner li a {
    padding: 1rem;
  }
}

#sitemap ul.gr_mm_inner li div.no_link {
  display: block;
  padding-top: 1rem;
  padding-bottom: 1rem;
  padding-left: 1rem;
  padding-right: 2rem;
}

#sitemap ul.gr_mm_inner li div.no_link:hover {
  --tw-text-opacity: 1;
  color: rgb(147 165 207 / var(--tw-text-opacity));
}

@media (min-width: 1024px) {
  #sitemap ul.gr_mm_inner li div.no_link {
    padding: 1rem;
  }
}

#sitemap ul.gr_mm_inner li.category_top {
  margin-top: -0.75rem;
  border-bottom-width: 4px;
  border-top-width: 0px;
  --tw-border-opacity: 1;
  border-color: rgb(147 165 207 / var(--tw-border-opacity));
  padding-top: 0px;
  font-size: 1.125rem;
  line-height: 1.7;
  font-weight: 500;
}

@media (min-width: 640px) {
  #sitemap ul.gr_mm_inner li.category_top {
    grid-column: span 2 / span 2;
  }
}

@media (min-width: 1024px) {
  #sitemap ul.gr_mm_inner li.category_top {
    font-size: 1.25rem;
    line-height: 1.6;
  }
}

@media (min-width: 1280px) {
  #sitemap ul.gr_mm_inner li.category_top {
    grid-column: span 3 / span 3;
  }
}

#sitemap ul.gr_mm_inner li.category_top a {
  margin-left: -0.75rem;
}

#sitemap ul.gr_mm_inner li.category_top a:hover {
  --tw-text-opacity: 1;
  color: rgb(147 165 207 / var(--tw-text-opacity));
}

@media (min-width: 1024px) {
  #sitemap ul.gr_mm_inner li.category_top a {
    margin-left: -0.25rem;
    display: inline-block;
    min-width: 33.333333%;
  }
}

#sitemap ul.gr_mm_inner li.category_top a {
  /*ガイド*/
}

#sitemap ul.gr_mm_inner li.category_top span.category_top_mark {
  display: none;
}

#sitemap ul.gr_mm_inner li ul {
  margin: 0px;
  border-left-width: 1px;
  border-right-width: 1px;
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(147 165 207 / var(--tw-border-opacity));
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  padding-bottom: 0.75rem;
  padding-top: 0.375rem;
}

@media (min-width: 1280px) {
  #sitemap ul.gr_mm_inner li ul {
    margin-bottom: 0.5rem;
  }
}

#sitemap ul.gr_mm_inner li ul li {
  --tw-border-opacity: 1;
  border-color: rgb(147 165 207 / var(--tw-border-opacity));
  font-size: 0.75rem;
  line-height: 1.5;
}

@media (min-width: 1024px) {
  #sitemap ul.gr_mm_inner li ul li {
    font-size: 0.9375rem;
    line-height: 1.75;
  }
}

#sitemap ul.gr_mm_inner li ul li:first-child {
  /*@apply border-t border-asort_color;*/
}

#sitemap ul.gr_mm_inner li ul li:last-child {
  border-bottom-width: 0px;
}

#sitemap ul.gr_mm_inner li ul li a {
  padding: 0.5rem;
}

#sitemap div.policyBox {
  margin-top: 2rem;
  width: 100%;
  border-top-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(147 165 207 / var(--tw-border-opacity));
}

@media (min-width: 1024px) {
  #sitemap div.policyBox {
    margin-top: 4rem;
  }
}

#sitemap ul.policy {
  display: grid;
}

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

@media (min-width: 1024px) {
  #sitemap ul.policy {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    -moz-column-gap: 0.5rem;
         column-gap: 0.5rem;
  }
}

@media (min-width: 1280px) {
  #sitemap ul.policy {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    -moz-column-gap: 1rem;
         column-gap: 1rem;
  }
}

#sitemap ul.policy li {
  width: 100%;
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(147 165 207 / var(--tw-border-opacity));
}

#sitemap ul.policy li a {
  display: block;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  padding-left: 0.5rem;
  padding-right: 2rem;
}

#sitemap ul.policy li a:hover {
  --tw-text-opacity: 1;
  color: rgb(147 165 207 / var(--tw-text-opacity));
}

@media (min-width: 1024px) {
  #sitemap ul.policy li a {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}

/*#sitemap ul.gr_mm_inner li.about_top:last-child {
    @apply border-b border-asort_color;
  }*/

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

.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: 1.5;
  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.6;
  }
}

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

.news_wrapper {
  margin-left: auto;
  margin-right: auto;
  display: flex;
  width: 100%;
  flex-wrap: wrap;
}

.article {
  position: relative;
  min-height: 75vh;
  width: 100%;
  padding-bottom: 2rem;
}

@media (min-width: 1024px) {
  .article {
    width: 80%;
    padding-bottom: 16rem;
  }
}

.article {
  /*lg:pb-64 --> for like accordion ★*/
}

.article h2.year {
  padding-left: 2rem;
  padding-right: 2rem;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}

.side {
  margin-bottom: 1rem;
  width: 100%;
}

@media (min-width: 1024px) {
  .side {
    width: 20%;
    padding: 0.25rem;
  }
}

@media (min-width: 1440px) {
  .side {
    padding: 1rem;
  }
}

.side p.title {
  padding: 1rem;
  text-align: center;
  font-size: 0.875rem;
  line-height: 1.6;
  font-weight: 500;
}

.side p.tagtitle {
  margin-top: 1rem;
  padding-left: 2rem;
  padding-right: 2rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  text-align: center;
  font-size: 0.875rem;
  line-height: 1.6;
  font-weight: 500;
}

.side hr {
  margin-top: 1rem;
  height: 1rem;
}

div.article a.selectback {
  /*スマホ表示用　選択結果の最上段から再びカテゴリ検索へ*/
  display: flex;
  align-items: center;
  justify-content: center;
  --tw-bg-opacity: 1;
  background-color: rgb(115 115 115 / var(--tw-bg-opacity));
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  padding-left: 2rem;
  padding-right: 0.5rem;
  font-size: 0.875rem;
  line-height: 1.6;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

/*news_card*/

.news_card {
  /*リンクなし*/
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(212 212 212 / var(--tw-border-opacity));
  padding-top: 1rem;
}

@media (min-width: 1024px) {
  .news_card {
    display: block;
    padding: 1rem;
  }
}

a.news_card {
  /*リンクあり*/
  position: relative;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(212 212 212 / var(--tw-border-opacity));
  padding-top: 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.news_card {
    display: block;
    padding: 1rem;
  }
}

.news_card div.card_box {
  display: flex;
  width: 100%;
  flex-direction: column;
}

@media (min-width: 1024px) {
  .news_card div.card_box {
    flex-direction: row;
    justify-content: space-between;
  }
}

.news_card .topic {
  display: flex;
  width: 100%;
  flex-direction: column;
}

@media (min-width: 1024px) {
  .news_card .topic {
    flex-direction: row;
    align-items: flex-start;
  }
}

.news_card .badge_box {
  display: flex;
  align-items: center;
}

@media (min-width: 768px) {
  .news_card .badge_box {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
}

@media (min-width: 1024px) {
  .news_card .badge_box {
    align-items: flex-start;
  }
}

.news_card .date {
  display: flex;
  width: -moz-fit-content;
  width: fit-content;
  align-items: center;
  padding-left: 1rem;
  padding-right: 1rem;
  text-align: center;
  font-weight: 500;
}

@media (min-width: 1024px) {
  .news_card .date {
    width: 8rem;
    flex-direction: column;
    font-size: 1.125rem;
    line-height: 1.7;
  }
}

.news_card .news_tag {
  display: flex;
  align-items: center;
}

@media (min-width: 1024px) {
  .news_card .news_tag {
    flex-direction: column;
  }
}

.news_card .text_box {
  display: flex;
  width: 100%;
  align-items: flex-start;
  justify-content: space-between;
}

@media (min-width: 768px) {
  .news_card .text_box {
    flex-direction: row;
  }
}

@media (min-width: 1024px) {
  .news_card .text_box {
    flex-direction: column;
  }
}

.news_card .text_box ul.news_inner {
  margin-left: 1rem;
  list-style-position: outside;
  list-style-type: disc;
  padding-left: 1rem;
  padding-right: 1rem;
  font-size: 0.75rem;
  line-height: 1.75;
}

@media (min-width: 768px) {
  .news_card .text_box ul.news_inner {
    font-size: 0.875rem;
    line-height: 1.6;
  }
}

@media (min-width: 1024px) {
  .news_card .text_box ul.news_inner {
    font-size: 0.9375rem;
    line-height: 1.75;
  }
}

.news_card .text_box ul.news_inner li {
  margin-bottom: 0.5rem;
}

.news_card .text_box ul.news_inner span.small {
  display: block;
  font-size: 0.625rem;
  line-height: 1.5;
}

@media (min-width: 768px) {
  .news_card .text_box ul.news_inner span.small {
    font-size: 0.75rem;
    line-height: 1.5;
  }
}

@media (min-width: 1024px) {
  .news_card .text_box ul.news_inner span.small {
    font-size: 0.875rem;
    line-height: 1.6;
  }
}

/*a.news_card .text_box .text  --> common.css and news_add.css*/

.news_card p.text {
  width: 100%;
  padding: 1rem;
}

a.news_card .text_box p.text {
  min-width: 60%;
}

.news_card img.news_img {
  margin: 0.75rem;
  aspect-ratio: auto;
  width: 33.333333%;
  max-width: 20rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(212 212 212 / var(--tw-border-opacity));
  -o-object-fit: cover;
     object-fit: cover;
}

/*extlink and more btn --> common.css and news_add.css*/

/*components*/

/*----------------------
  base layout
----------------------*/

main {
  padding-top: 60px;
  /*header height*/
  margin-bottom: 60px;
}

@media (min-width: 1024px) {
  main {
    padding-top: 90px;
    /*header height*/
    margin-bottom: 90px;
  }
}

/*
div.container {
  margin: auto;
  padding: 1rem;
  border:1px solid #c33;★ガイド
}

@media (min-width: 1024px) {
  div.container {
    padding: 2rem;
  }
}

@media (min-width: 640px) {
  .container.container_full {
    max-width: none;
    padding: 0;
  }
}

div.container > div.contents_list_box {add base_group.css
  padding-left: 0;
  padding-right: 0;
}
*/

.layout_2col {
  display: grid;
}

.layout_2col_side_s {
  grid-template-columns: 15% minmax(0, 1fr);
}

.layout_2col_side_m {
  grid-template-columns: 18% minmax(0, 1fr);
}

.layout_2col_side_l {
  grid-template-columns: 22% minmax(0, 1fr);
}

@media (max-width: 1024px) {
  .layout_2col {
    grid-template-columns: 1fr;
  }
}

/*utilities*/

/*components*/

/*badge*/

.badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: -moz-fit-content;
  width: fit-content;
  height: 24px;
  margin-right: 0.1rem;
  margin-top: 0.1rem;
  margin-bottom: 0.1rem;
  padding-right: 0.4rem;
  padding-left: 0.4rem;
  font-size: 0.75rem;
  font-weight: 500;
  vertical-align: text-top;
  text-align: center;
  border: 1px solid #292524;
  /*stone-800*/
}

.badge-tag {
  padding-top: 0.1rem;
  padding-right: 0.5rem;
  padding-left: 0.5rem;
  padding-bottom: 0.15rem;
  font-weight: 500;
  border: 1px solid #292524;
  /*stone-800*/
  color: #292524;
  /*stone-800*/
  background-color: #fff;
  font-size: 0.75rem;
  min-width: 64px;
}

.badge-new {
  color: #fff;
  border: 0;
  background: #ef4444;
  /*red-500*/
  font-size: 0.825rem;
  line-height: 1.5;
  border-radius: 100px;
  padding-right: 0.5rem;
  padding-left: 0.5rem;
  min-width: 0;
}

.note-tag {
  display: inline-block;
  padding-top: 0.25rem;
  padding-right: 0.5rem;
  padding-left: 0.5rem;
  padding-bottom: 0.35rem;
  font-weight: 500;
  border-top: 1px solid #ccc;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  /*border-left:8px solid #fff;*/
  background-color: #fff;
  font-size: 0.825rem;
  margin-bottom: 4px;
}

/*tab*/

.tab-group {
  display: flex;
  justify-content: center;
}

.tab {
  flex-grow: 1;
  padding: 16px 8px;
  list-style: none;
  color: #333;
  font-weight: 500;
  cursor: pointer;
  background: #ccc;
  min-width: 32%;
  text-align: center;
  font-size: 0.75rem;
}

.tab span {
  font-size: 0.75rem;
  display: inline-block;
}

.panel-group {
  /*min-height: 50vh;
	border:solid 8px #f6f6f6;*/
  border-top: 0;
  background: #fff;
}

.panel {
  display: none;
}

.tab.is-select {
  background: #333;
  color: #fff;
  font-weight: 700;
  transition: all 0.2s ease-out;
  /*font-size:1rem !important;*/
}

.panel.is-show {
  display: block;
}

@media (min-width: 1024px) {
  .tab {
    font-size: 1.125rem;
    text-align: center;
    /*padding:24px 8px 16px 8px;
		min-height: 96px;*/
  }

  .tab span {
    font-size: 1rem;
    display: block;
  }

  /*.tab.is-select{
		font-size:1.25rem !important;
	}*/
}

#gr_contents ul.process li {
  position: relative;
}

#gr_contents ul.process li::after {
  position: absolute;
  content: "";
  display: inline-block;
  width: 32px;
  height: 32px;
  background: url(/common/cmn_img/icon/icon_arrow_down.svg) no-repeat;
  background-position: center;
  background-size: 100%;
  right: calc(50% -12px);
  bottom: -40px;
  transform: translateY(-50%);
}

@media (min-width: 1024px) {
  #gr_contents ul.process li::after {
    position: absolute;
    content: "";
    display: inline-block;
    width: 32px;
    height: 32px;
    background: url(/common/cmn_img/icon/icon_arrow_right.svg) no-repeat;
    background-position: center;
    background-size: 100%;
    right: -24px;
    top: 50%;
    bottom: auto;
    transform: translateY(-50%);
  }
}

#gr_contents ul.process li.last::after {
  display: none;
}

/*components*/

/*components*/

/*----------------------
  header
----------------------*/

header {
  position: fixed;
  width: 100%;
  z-index: 9999;
  background: #fff;
  /*border-bottom: 3px solid #fb923c;orange-400*/
}

@media (min-width: 1024px) {
  /*header {
			border-bottom: 1px solid transparent;
		}*/

  header.gr_header_shadow {
    /*border-bottom: 4px solid #FDBA74;orange-300
			box-shadow: 0 6px 0 0 rgba(0, 0, 0,0.05), 0 12px 0 0 rgba(0, 0, 0,0.05), 0 18px 0 0 rgba(0, 0, 0,0.05);*/
    box-shadow: 0 4px 0 0 rgba(0, 0, 0, 0.1);
    transition: all 0.2s ease;
  }
}

header .gr_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;
  /*border:1px dotted #ccc;ガイド*/
}

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

header a.header_site_name {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  height: 60px;
  /*border:1px dotted #ccc;★#cccガイド*/
}

header img.header_site_logo {
  width: 140px;
  height: 42px;
}

header span.site_name {
  font-size: clamp(0.625rem, 0.575rem + 0.25vw, 0.875rem);
  letter-spacing: 0.05rem;
}

header span.site_name span.num {
  display: block;
  letter-spacing: 0.025rem;
}

@media (min-width: 1024px) {
  header a.header_site_name {
    height: 90px;
    margin-left: 0.5rem;
  }

  header img.header_site_logo {
    width: 173px;
    height: 52px;
  }
}

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

  header img.header_site_logo {
    width: 200px;
    height: 60px;
  }
}

header nav.gr_header_nav {
  position: absolute;
  right: 0;
  left: 0;
  top: 60px;
  /*header height + border*/
  width: 100%;
  height: calc(100vh - 60px);
  transform: translateX(100%);
  background-image: linear-gradient(135deg, #f5f7fa 0%, #c3cfe2 100%);
  transition: ease 0.4s;
  /*-----リサイズ時のチラつき防止したい場合は、ここをコメントアウトしてactiveのみとする*/
  overflow-y: auto;
}

header ul.gr_cmn_nav {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  padding: 0 0 126px 0;
  /*-----スマホサイズの下余白*/
  margin: 0;
  width: 90%;
  /*max-width: 360px;*/
}

@media (min-width: 1024px) {
  header nav.gr_header_nav {
    position: static;
    transform: initial;
    background-color: inherit;
    height: inherit;
    display: flex;
    justify-content: end;
    width: 60%;
    max-width: 1600px;
    min-width: 660px;
    background: transparent;
    overflow: visible;
  }

  header ul.gr_cmn_nav {
    position: relative;
    top: auto;
    left: auto;
    transform: none;
    padding: 0;
    max-width: none;
    width: 100%;
    display: flex;
    align-items: flex-start;
    height: initial;
    /*justify-content: space-between;*/
    justify-content: space-evenly;
    margin: 0;
  }

  /*header ul.gr_cmn_nav li {
		width: 100%; 均等幅
	}*/
}

header ul.gr_cmn_nav li .gr_cmn_nav_item {
  /*大カテゴリ--> a.gr_cmn_nav_item or p.gr_cmn_nav_item*/
  display: block;
  border-top: 1px solid #fff;
  /*区切り線*/
  padding: 1rem 0.5rem 1rem 1rem;
  margin: 0;
  text-align: left;
  text-decoration-line: none;
  white-space: nowrap;
  cursor: pointer;
  font-weight: 700;
}

header ul.gr_cmn_nav li:first-child .gr_cmn_nav_item {
  border-top: none;
}

header ul.gr_cmn_nav li .gr_cmn_nav_item span.num {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  /*font-size:90%;
	font-size:110%;*/
  color: #93a5cf;
  font-weight: 400;
  margin-left: 2px;
}

@media (min-width: 1024px) {
  header ul.gr_cmn_nav li .gr_cmn_nav_item {
    border-width: 0px;
    /*padding-top: 2.4rem;*/
    padding-top: 1.5rem;
    font-size: 0.8125rem;
    text-align: center;
    line-height: 1;
    height: 90px;
    cursor: pointer;
    padding-right: 1.75rem;
    padding-left: 1.75rem;
  }

  header ul.gr_cmn_nav li .gr_cmn_nav_item span.num {
    padding-bottom: 8px;
    /*font-size:75%;*/
    margin: auto;
  }
}

@media (min-width: 1280px) {
  header ul.gr_cmn_nav li .gr_cmn_nav_item {
    font-size: 0.9375rem;
  }
}

header .gr_cmn_nav_item {
  background: url(/common/cmn_img/icon/icon_chevron_right.svg) no-repeat;
  background-position: right 20px center;
  /*右から20pxで、縦の中央*/
  background-size: 16px 16px;
}

header .gr_cmn_nav_item.extlink {
  background: url(/common/cmn_img/icon/icon_link_color.svg) no-repeat;
  background-position: right 20px center;
  /*右から20pxで、縦の中央*/
  background-size: 20px 20px;
}

/*megamenu = like accordion*/

/*トリガーのあるリンクだけにプラスマイナスマークを付ける*/

header .gr_mm_trigger {
  position: relative;
  display: inline-block;
  z-index: 1;
  /*font-weight:500;*/
  background-image: none;
}

header .gr_mm_trigger::before,
header .gr_mm_trigger::after {
  content: "";
  display: inline-block;
  width: 15px;
  height: 2px;
  /*border-radius: 2px;*/
  background-color: #274aca;
  /*icon color*/
  position: absolute;
  /* relative-->gr_mm_trigger */
  right: 21px;
  top: 50%;
  transform: translateY(-50%);
  transition: opacity 0.2s;
  transition: transform 0.4s;
}

header .gr_mm_trigger::after {
  transform: translateY(-50%) rotate(90deg);
}

header .gr_mm_trigger.is-active::before {
  opacity: 0;
}

header .gr_mm_trigger.is-active::after {
  transform: translateY(-50%) rotate(180deg);
}

header .gr_mm_content {
  opacity: 0;
  visibility: hidden;
  height: 0;
  padding-top: 0;
  /*for like accordion ★*/
  transition:
    padding 0.25s,
    opacity 0.25s,
    visibility 0.25s;
}

header .gr_mm_content img.category_top_img,
header .gr_mm_content .btn_close {
  /*category_top_img and icon_close*/
  display: none;
  height: 0;
}

header .gr_mm_trigger.is-active + .gr_mm_content {
  overflow: hidden;
  padding-top: 0.75rem;
  /*for like accordion ★*/
  height: auto;
  opacity: 1;
  visibility: visible;
  /*background-color: #fff;*/
  background-color: #93a5cf;
  /*header .gr_mm_inner li.category_top a と同色に*/
}

@media (min-width: 1024px) {
  /*すべてのリンクに下線を引く*/

  header .gr_cmn_nav_item {
    position: relative;
    display: inline-block;
    z-index: 1;
    font-weight: 500;
    background-image: none;
    /*右矢印アイコンを消す*/
  }

  header .gr_cmn_nav_item.extlink {
    /*background: url(/common/cmn_img/icon/icon_link.svg) no-repeat ;
		background-position:right 0 top 55%; 右から10%で、上から53%
		background-size: 20px 20px;*/
    background: none;
    position: relative;
  }

  header .gr_cmn_nav_item::after {
    content: "";
    position: absolute;
    /* relative-->gr_cmn_nav_item */
    bottom: 12px;
    left: 20%;
    z-index: -1;
    height: 4px;
    width: 60%;
    background: #93a5cf;
    /*blue-700 sample color*/
    transform: scale(0, 1) translateX(2px);
    transform-origin: center top;
  }

  header .gr_cmn_nav_item:hover::after {
    transform: scale(1, 1) translateX(2px);
    transition: transform 0.25s;
  }

  header .gr_cmn_nav_item.is-active::after {
    height: 2px;
    background: #000;
  }

  header .gr_cmn_nav_item.extlink::before {
    display: block;
    position: absolute;
    content: "";
    top: calc(50% - 4px);
    right: 5px;
    width: 16px;
    height: 12px;
    border-width: 2px;
    border-style: solid;
    transition: 0.2s;
    opacity: 0.5;
    border-color: #7088bf !important;
    background: #93a5cf !important;
  }

  header .gr_cmn_nav_item.extlink::after {
    display: block;
    position: absolute;
    content: "";
    top: calc(50% - 1px);
    right: 8px;
    width: 16px;
    height: 12px;
    border-width: 2px;
    border-style: solid;
    transition: 0.2s;
    border-color: #7088bf !important;
    /*通常の取り消し*/
    bottom: auto;
    left: auto;
    z-index: 0;
    background: transparent;
    transform: none;
    transform-origin: none;
  }

  header .gr_cmn_nav_item.extlink:hover::before {
    width: 16px;
    height: 12px;
    top: calc(50% - 4px);
    right: 3px;
    opacity: 0.8;
  }

  /*megamenu*/

  header .gr_mm_trigger {
    position: relative;
    display: inline-block;
    z-index: 1;
    font-weight: 500;
  }

  header .gr_cmn_nav_item.gr_mm_trigger::before,
  header .gr_cmn_nav_item.gr_mm_trigger::after {
    content: "";
    display: block;
    position: absolute;
    /* relative-->gr_mm_trigger */
    top: auto;
    bottom: 12px;
    left: 50%;
    right: auto;
    width: 11px;
    height: 11px;
    margin-left: -8px;
    background-color: transparent;
    border-radius: 0;
    transform: translateY(0);
    transition: opacity 0.2s;
    /*transition: transform 0.2s;*/
  }

  header .gr_cmn_nav_item.gr_mm_trigger::before {
    transform: rotate(45deg);
    border-bottom: 3px solid #e5e5e5;
  }

  header .gr_cmn_nav_item.gr_mm_trigger::after {
    border-right: 3px solid #e5e5e5;
    transform: scale(1, 1) rotate(45deg);
    transform-origin: center;
  }

  header .gr_cmn_nav_item.gr_mm_trigger:hover:before,
  header .gr_cmn_nav_item.gr_mm_trigger.is-active::before {
    opacity: 1;
    border-bottom: 4px solid #93a5cf;
    /*blue-700 sample color*/
    transform: scale(4.1, 1) rotate(0deg) translateX(1px);
    /*すき間が空かないように調整*/
    transform-origin: right bottom;
    margin-left: -12px;
    transition: transform 0.2s;
    /*あえて往路だけにする*/
  }

  header .gr_cmn_nav_item.gr_mm_trigger:hover:after,
  header .gr_cmn_nav_item.gr_mm_trigger.is-active::after {
    margin-left: -12px;
    border-right: 4px solid #93a5cf;
    /*blue-700 sample color*/
    transform: scale(4, 1) rotate(90deg);
    transform-origin: right bottom;
    transition: transform 0.2s;
    /*あえて往路だけにする*/
  }

  header .gr_cmn_nav_item.gr_mm_trigger.is-active::before {
    border-bottom: 9px double #93a5cf;
    /*blue-700 sample color*/
  }

  header .gr_cmn_nav_item.gr_mm_trigger.is-active::after {
    border-right: 9px double #93a5cf;
    /*blue-700 sample color*/
  }

  header .gr_mm_content {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    /*relative-->.gr_header_nav */
    top: 90px;
    /*header高さ*/
    /*横幅画面いっぱいにする場合
		left: auto;
		right: 0;
		width: calc(100vw - 16px);スクロールバー幅（だいたい）を引く
		max-width: 1920px;*/
    padding: 2rem 2rem 0 2rem;
    /*横幅ナビゲーションの範囲内*/
    left: 0;
    width: 100%;
    background-color: #fff;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
    transition: none;
    /*あえて往路だけにする*/
  }

  /*個別に開く位置を指定する場合
	ul.gr_cmn_nav li:nth-child(2) .gr_mm_content {left: 10%; width: 25%;}
	ul.gr_cmn_nav li:nth-child(3) .gr_mm_content {left: 20%; width: 25%;}
	ul.gr_cmn_nav li:nth-child(8) .gr_mm_content {right: 0; width: 25.5%;}ずれを調整
	*/

  header .gr_cmn_nav_item.gr_mm_trigger.is-active + .gr_mm_content {
    background-color: #fff;
    transition:
      opacity 0.4s,
      visibility 0.4s;
    transition-delay: 0;
  }
}

@media (min-width: 1440px) {
  header .gr_cmn_nav_item::after {
    left: 30%;
    width: 40%;
  }
}

/*megamenu inner*/

header .gr_mm_inner {
  margin-left: auto;
  margin-right: auto;
  display: flex;
  flex-direction: column;
  background: #fff;
  /*border-radius: 4px;*/
}

header .gr_mm_inner li {
  width: 100%;
  /*font-size: 0.9375rem;*/
  text-align: left;
}

header .gr_mm_inner li a {
  margin-left: auto;
  margin-right: auto;
  display: block;
  border-top: 1px solid #93a5cf;
  /*区切り線*/
  /*padding: 0.75rem 2rem 0.75rem 1rem;*/
  padding: 0.75rem 1rem 0.75rem 2rem;
  display: flex;
  align-items: center;
  justify-content: start;
  background: url(/common/cmn_img/icon/icon_chevron_right.svg) no-repeat;
  /*background-position:right 4px center; 右から4pxで、縦の中央*/
  background-position: left 8px center;
  background-size: 16px 16px;
}

header .gr_mm_inner li div.no_link {
  margin-left: auto;
  margin-right: auto;
  display: block;
  border-top: 1px solid #93a5cf;
  /*区切り線*/
  padding: 0.75rem 2rem 0.75rem 1rem;
  display: flex;
  align-items: center;
  justify-content: start;
}

header .gr_mm_inner li a:hover {
  color: #93a5cf;
  /*opacity: 0.5;*/
}

header .gr_mm_inner li.category_top a {
  border-top: none;
  padding-top: 0;
  background: url(/common/cmn_img/icon/icon_chevron_right02.svg) no-repeat;
  background-position: right 18px top calc(50% - 5px);
  background-size: 20px 20px;
  background-color: #93a5cf;
  /*header .gr_mm_trigger.is-active + .gr_mm_content と同色に*/
  color: #fff;
}

header .gr_mm_inner li a .title {
  font-weight: 500;
}

header .gr_mm_inner li div.no_link p.title {
  font-weight: 500;
}

header .gr_mm_inner li ul {
  margin-bottom: 1rem;
}

header .gr_mm_inner li ul li {
  padding-left: 1rem;
  font-size: 87.5%;
}

header .gr_mm_inner li ul li a {
  /*background: url(/common/cmn_img/icon/icon_chevron_right.svg) no-repeat;*/
  background: url(/common/cmn_img/icon/icon_dot.svg) no-repeat;
  background-position: left -2px center;
  background-size: 12px 12px;
  padding: 0.25rem 1rem;
  border: 0;
}

@media (min-width: 1024px) {
  header .gr_mm_content {
    display: flex;
    flex-wrap: wrap;
    align-items: start;
    justify-items: center;
  }

  header .gr_mm_trigger.is-active + .gr_mm_content {
    overflow: visible;
    /*btn_close をはみ出す場合*/
    box-shadow: rgba(0, 0, 0, 0.45) 0px 12px 10px -10px;
  }

  header .gr_mm_content img.category_top_img {
    display: block;
    width: 25%;
    height: auto;
    display: none;
  }

  header .gr_mm_content .btn_close {
    display: block;
    width: 100%;
    height: auto;
  }

  header .gr_mm_content img.icon_close {
    display: block;
    width: 36px;
    height: 36px;
    margin-left: auto;
    margin-right: -12px;
    margin-top: 8px;
    margin-bottom: -16px;
    padding: 10px;
    background-color: #f5f7fb;
    border-radius: 28px;
    z-index: 1;
    box-shadow:
      rgba(50, 50, 93, 0.25) 0px 6px 12px -2px,
      rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
  }

  header .gr_mm_content img.icon_close:hover {
    /*opacity: 0.5;*/
    background-color: #fff;
    cursor: pointer;
  }

  header .gr_mm_inner {
    width: 100%;
    display: grid;
    /*grid-template-columns: repeat(3, minmax(0, 1fr));*/
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  /*header .gr_mm_inner.about li.category_top {
    background: url(/common/cmn_img/bg_hd_about.svg) no-repeat;
    background-position:bottom -32px center;
    background-position: right top;
    background-size: 100%;
  }*/

  /*header .gr_mm_inner.business {
    background: url(/common/cmn_img/bg_hd_bs.svg) no-repeat;
    background-position:bottom -32px center;
    background-position: right top;
    background-size: 100%;
  }*/

  header .gr_mm_inner li {
    font-size: 0.875rem;
  }

  header .gr_mm_inner li.category_top {
    /*grid-column: span 3 / span 3;*/
    grid-column: span 4 / span 4;
    border-bottom: 3px solid #93a5cf;
    background-size: 50% 50%;
  }

  header .gr_mm_inner li.category_top a {
    display: inline-block;
    padding-right: 4rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
    background-position: right 16px center;
    /*矢印アイコンの位置調整*/
  }

  header .gr_mm_inner li a {
    border-top-color: transparent;
    /*区切り線を見えなくする*/
  }

  header .gr_mm_inner li a:hover .icon {
    background-color: #fdba74;
    color: #fff;
    border-radius: 999px;
  }

  header .gr_mm_inner li a .title {
    margin-right: 0;
  }

  header .gr_mm_inner li ul li {
    font-size: 0.8125rem;
  }

  header .gr_mm_inner li.hd_span {
    grid-column: span 2 / span 2;
    border-bottom: 1px solid #93a5cf;
  }

  header .gr_mm_inner li.hd_span_full {
    grid-column: span 4 / span 4;
    border-bottom: 1px solid #93a5cf;
  }

  header .gr_mm_inner li.hd_span div.hd_row ul {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (min-width: 1440px) {
  header .gr_mm_inner {
    display: grid;
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }

  header .gr_mm_inner li {
    font-size: 0.9375rem;
  }

  header .gr_mm_inner li.category_top {
    grid-column: span 6 / span 6;
  }

  header .gr_mm_inner.about {
    display: grid;
    grid-template-columns: repeat(8, minmax(0, 1fr));
  }

  header .gr_mm_inner.about li.category_top {
    grid-column: span 8 / span 8;
  }

  header .gr_mm_inner li.hd_span.half {
    grid-column: span 3 / span 3;
    border-bottom: 1px solid #93a5cf;
  }
}

/* hamburger menu */

header .gr_ham_btn {
  width: 60px;
  height: 48px;
  background-color: transparent;
  border-color: transparent;
  z-index: 9999;
  padding: 1rem;
}

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

header .gr_ham_btn span {
  width: 100%;
  height: 1px;
  position: relative;
  transition: ease 0.4s;
  display: block;
}

header .gr_ham_btn span:nth-child(1) {
  top: 0;
  background-color: #000;
}

header .gr_ham_btn span:nth-child(2) {
  margin: 8px 0;
  background-color: #000;
}

header .gr_ham_btn span:nth-child(3) {
  top: 0;
  background-color: #000;
}

/* クリック後のスタイル */

header .gr_header_nav.active {
  transform: translateX(0);
  transition: ease 0.4s;
}

header .gr_ham_btn.active span:nth-child(1) {
  top: 8px;
  transform: rotate(45deg);
}

header .gr_ham_btn.active span:nth-child(2) {
  opacity: 0;
}

header .gr_ham_btn.active span:nth-child(3) {
  top: -10px;
  transform: rotate(-45deg);
}

/*screen*/

div.screen,
div.screen.shade {
  display: none;
}

@media (min-width: 1024px) {
  #screen {
    width: 100vw;
    height: 0;
    position: fixed;
    z-index: 21;
    background: rgba(0, 0, 0, 1);
    display: none;
    opacity: 0;
  }

  #screen.shade {
    height: 100vh;
    display: block;
    /*opacity: 0.2;*/
    animation: shadein 0.2s forwards;
  }
}

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

  100% {
    opacity: 0.2;
  }
}

/*sitemap*/

/*
ここでは矢印アイコン設定のみ。
#sitemap設定---> base_group.css
*/

#sitemap ul.gr_mm_inner li a {
  background: rgba(255, 255, 255, 1) url(/common/cmn_img/icon/icon_chevron_right.svg) no-repeat;
  background-position: right 6px top 22px;
  background-size: 16px 16px;
}

#sitemap ul.gr_mm_inner li.category_top a {
  background: url(/common/cmn_img/icon/icon_chevron_right.svg) no-repeat;
  background-position: right 2px center;
  background-size: 24px 24px;
  border: 0;
}

#sitemap ul li a.gr_cmn_nav_item {
  background: rgba(255, 255, 255, 0) url(/common/cmn_img/icon/icon_chevron_right.svg) no-repeat;
  background-position: right 2px center;
  background-size: 24px 24px;
}

#sitemap ul li a.gr_cmn_nav_item.extlink {
  /*background:#fff url(/common/cmn_img/icon/icon_link_color.svg) no-repeat ;
	background-position:right 4px center; 
	background-size: 24px 24px;
	box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;*/
  background-image: none;
  position: relative;
}

#sitemap ul li a.gr_cmn_nav_item.extlink::before {
  display: block;
  position: absolute;
  content: "";
  top: calc(50% - 8px);
  right: 11px;
  width: 16px;
  height: 12px;
  border-width: 2px;
  border-style: solid;
  transition: 0.2s;
  opacity: 0.5;
  border-color: #7088bf !important;
  background: #93a5cf !important;
}

#sitemap ul li a.gr_cmn_nav_item.extlink::after {
  display: block;
  position: absolute;
  content: "";
  top: calc(50% - 5px);
  right: 14px;
  width: 16px;
  height: 12px;
  border-width: 2px;
  border-style: solid;
  transition: 0.2s;
  border-color: #7088bf !important;
}

#sitemap ul li a.gr_cmn_nav_item.extlink:hover::before {
  width: 16px;
  height: 12px;
  top: calc(50% - 8px);
  right: 9px;
  opacity: 0.8;
}

#sitemap ul.gr_mm_inner li ul li a {
  display: inline;
  width: 100%;
  /*background: url(/common/cmn_img/icon/icon_chevron_right.svg) no-repeat ;*/
  background-position: left 0 top 14px !important;
  background-size: 12px 12px !important;
  padding-left: 14px;
  background: url(/common/cmn_img/icon/icon_dot.svg) no-repeat;
  border: 0;
}

#sitemap ul.policy li a {
  background: url(/common/cmn_img/icon/icon_chevron_right.svg) no-repeat;
  background-position: right 6px top 18px;
  background-size: 16px 16px;
}

@media (min-width: 1024px) {
  #sitemap ul.gr_mm_inner li a {
    background-position: right 12px top 24px;
    background-size: 16px 16px;
  }

  #sitemap ul.gr_mm_inner li.category_top a {
    background-position: right 18px center;
    background-size: 24px 24px;
  }

  #sitemap ul li a.gr_cmn_nav_item {
    background-position: right 8px center;
    background-size: 24px 24px;
  }

  #sitemap ul li a.gr_cmn_nav_item.extlink {
    background-position: right 16px center;
    background-size: 24px 24px;
  }

  #sitemap ul.gr_mm_inner li ul li a {
    width: 100%;
    background-position: left 8px top 14px;
    background-size: 12px 12px;
    padding-left: 24px;
  }

  #sitemap ul.policy li a {
    background-position: right 12px top 18px;
    background-size: 16px 16px;
  }
}

/*pagetop*/

#btn_pagetop {
  display: block;
  position: fixed;
  bottom: 16px;
  right: 16px;
  width: 48px;
  height: 48px;
  background: rgba(255, 255, 255, 0.5) url(/common/cmn_img/icon/icon_chevron_up.svg) no-repeat;
  background-position: center;
  background-size: 32px 32px;
  border-radius: 24px;
  padding-top: 4px;
  opacity: 0;
  transition: ease 0.4s;
  cursor: pointer;
  z-index: 22;
}

#btn_pagetop span {
  display: block;
  width: 48px;
  height: 48px;
  padding-top: 4px;
  font-size: 0.625rem;
  text-align: center;
}

@media (min-width: 1024px) {
  #btn_pagetop {
    padding-top: 0;
  }
}

/*footer*/

footer {
  background: linear-gradient(300deg, #171717 0%, #333333 100%);
}

/*
ここでは矢印アイコン設定のみ。
footer設定---> base_group.css
*/

footer ul.gr_mm_inner li {
  /*background: url(/common/cmn_img/icon/icon_chevron_right.svg) no-repeat ;
	background-position:right 0 top 12px;右から0で、上から12px
	background-size: 12px 12px;
	mix-blend-mode: screen;*/
  background: none;
}

footer ul.gr_mm_inner li ul li {
  width: 100%;
  background: url(/common/cmn_img/icon/icon_chevron_right.svg) no-repeat;
  background-position: left 14px top 8px;
  /*左から14pxで、上から8px*/
  background-size: 12px 12px;
  padding-left: 26px;
  mix-blend-mode: screen;
}

/*components*/

div.btn_icon_more {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);
}

div.btn_icon_more p {
  margin-left: 32px;
  padding-right: 48px;
  position: relative;
}

div.btn_icon_more p::after {
  display: block;
  position: absolute;
  right: 32px;
  top: calc(50% - 4px);
  right: 0;
  transform: translateY(-50%);
  transform-origin: left;
  width: 32px;
  height: 8px;
  /*background-color: #fff; 各自色指定*/
  clip-path: polygon(0 100%, 100% 100%, 70% 40%, 70% 90%, 0% 90%);
  content: "";
  transition: transform 0.3s;
}

a:hover div.btn_icon_more p::after {
  transform: translateY(-50%) scaleX(1.4);
}

div.btn_icon_more_s {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);
}

div.btn_icon_more_s p {
  margin-left: 8px;
  padding-right: 36px;
  position: relative;
}

div.btn_icon_more_s p::after {
  display: block;
  position: absolute;
  right: 32px;
  top: calc(50% - 4px);
  right: 0;
  transform: translateY(-50%);
  transform-origin: left;
  width: 28px;
  height: 8px;
  background-color: #fff;
  clip-path: polygon(0 100%, 100% 100%, 70% 40%, 70% 90%, 0% 90%);
  content: "";
  transition: transform 0.3s;
}

a:hover div.btn_icon_more_s p::after {
  transform: translateY(-50%) scaleX(1.25);
}

div.btn_icon_more p span.num,
div.btn_icon_more_s p span.num {
  font-size: larger;
  font-weight: 400;
}

a:hover div.btn_icon_more p span.num,
a:hover div.btn_icon_more_s p span.num {
  transition-delay: 0.1s;
  /*font-style: oblique;*/
  font-weight: bold;
  letter-spacing: -0.0325rem;
  /*文字が太くなった分を吸収*/
}

div.btn_icon_more_s span.arrow {
  display: block;
  width: 16px;
  height: 16px;
  position: relative;
  transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);
}

a:hover div.btn_icon_more_s span.arrow {
  transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);
}

div.btn_icon_more_s span.arrow::after {
  display: block;
  position: absolute;
  top: calc(50% - 4px);
  right: 0;
  transform: translateY(-50%);
  transform-origin: left;
  width: 24px;
  height: 8px;
  background-color: #fff;
  clip-path: polygon(0 100%, 100% 100%, 70% 40%, 70% 90%, 0% 90%);
  content: "";
  transition: transform 0.3s;
}

a:hover div.btn_icon_more_s span.arrow::after {
  transform: translateY(-50%) scaleX(1.25);
}

/*.btn --> base_group.css*/

/*----------------------------------------monotone*/

.btn_normal,
.btn_normal_s,
.btn_flat {
  background: rgb(64, 64, 64);
  /*Neutral-700*/
  color: #fff;
}

.btn_normal > div.btn_icon_extlink p::before,
.btn_normal_s > div.btn_icon_extlink_s p::before {
  border-color: #fff !important;
  background: transparent !important;
}

.btn_normal > div.btn_icon_extlink p::after,
.btn_normal_s > div.btn_icon_extlink_s p::after {
  border-color: #fff !important;
  background: transparent !important;
}

a:hover .btn_normal > div.btn_icon_extlink p::after,
a:hover .btn_normal_s > div.btn_icon_extlink_s p::after,
.btn_normal:hover > div.btn_icon_extlink p::after,
.btn_normal_s:hover > div.btn_icon_extlink_s p::after {
  border-color: #fff !important;
  /*background: transparent !important;*/
  background: linear-gradient(45deg, rgba(64, 64, 64, 0) 39%, rgba(64, 64, 64, 1) 40%, rgba(64, 64, 64, 1) 100%) !important;
  color: #fff;
}

.btn_normal > div.btn_icon_more p::after,
.btn_normal_s > div.btn_icon_more_s p::after {
  background: #fff !important;
}

.btn_circle {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgb(64, 64, 64);
  /*Neutral-700*/
  color: #fff;
}

@media (min-width: 1080px) {
  .btn_circle {
    width: 44px;
    height: 44px;
  }
}

/*----------------------------------------monotone line*/

.btn_normal.line {
  border: 1px solid #404040;
  /*Neutral-700*/
  padding-top: 14px;
  padding-bottom: 14px;
  background: #fff;
  color: #262626;
  /*Neutral-800*/
}

.btn_normal_s.line {
  border: 1px solid #555;
  padding-top: 9px;
  padding-bottom: 9px;
  background: #fff;
  color: #555;
}

.btn_normal.line > div.btn_icon_extlink p::before,
.btn_normal_s.line > div.btn_icon_extlink_s p::before {
  border-color: #666 !important;
  background: transparent !important;
}

.btn_normal.line > div.btn_icon_extlink p::after,
.btn_normal_s.line > div.btn_icon_extlink_s p::after {
  border-color: #666 !important;
  background: transparent !important;
}

a:hover .btn_normal.line > div.btn_icon_extlink p::after,
a:hover .btn_normal_s.line > div.btn_icon_extlink_s p::after,
.btn_normal.line:hover > div.btn_icon_extlink p::after,
.btn_normal_s.line:hover > div.btn_icon_extlink_s p::after {
  border-color: #666 !important;
  background: linear-gradient(45deg, rgba(255, 255, 255, 0) 39%, rgba(255, 255, 255, 1) 40%, rgba(255, 255, 255, 1) 100%) !important;
}

.btn_normal.line > div.btn_icon_more p::after,
.btn_normal_s.line > div.btn_icon_more_s p::after {
  background: #666 !important;
}

/*----------------------------------------color*/

.btn_normal.color,
.btn_normal_s.color,
.btn_circle.color {
  background: #4e6bae;
  color: #fff;
}

.btn_normal.color > div.btn_icon_extlink p::before,
.btn_normal_s.color > div.btn_icon_extlink_s p::before {
  border-color: #fff !important;
  background: transparent !important;
}

.btn_normal.color > div.btn_icon_extlink p::after,
.btn_normal_s.color > div.btn_icon_extlink_s p::after {
  border-color: #fff !important;
  background: transparent !important;
}

a:hover .btn_normal.color > div.btn_icon_extlink p::after,
a:hover .btn_normal_s.color > div.btn_icon_extlink_s p::after,
.btn_normal.color:hover > div.btn_icon_extlink p::after,
.btn_normal_s.color:hover > div.btn_icon_extlink_s p::after {
  border-color: #fff !important;
  /*background: transparent !important;*/
  background: linear-gradient(45deg, rgba(110, 127, 243, 0) 39%, rgba(63, 91, 217, 1) 40%, rgba(63, 91, 217, 1) 100%) !important;
  color: #fff;
}

.btn_normal.color > div.btn_icon_more p::after,
.btn_normal_s.color > div.btn_icon_more_s p::after {
  background: #fff !important;
}

.btn_normal.color_line {
  border: 1px solid #5753c9;
  padding-top: 14px;
  padding-bottom: 14px;
  background: rgba(255, 255, 255, 0.75);
  color: #5753c9;
}

.btn_normal_s.color_line {
  /*border:1px solid #7088bf;*/
  border: 1px solid #5753c9;
  padding-top: 9px;
  padding-bottom: 9px;
  background: rgba(255, 255, 255, 0.75);
  color: #5753c9;
}

.btn_normal.color_line > div.btn_icon_extlink p::before,
.btn_normal_s.color_line > div.btn_icon_extlink_s p::before {
  border-color: #5753c9 !important;
}

.btn_normal.color_line > div.btn_icon_extlink p::after,
.btn_normal_s.color_line > div.btn_icon_extlink_s p::after {
  border-color: #5753c9 !important;
}

a:hover .btn_normal.color_line > div.btn_icon_extlink p::after,
a:hover .btn_normal_s.color_line > div.btn_icon_extlink_s p::after,
.btn_normal.color_line:hover > div.btn_icon_extlink p::after,
.btn_normal_s.color_line:hover > div.btn_icon_extlink_s p::after {
  border-color: #fff !important;
  /*background: transparent !important;*/
  background: linear-gradient(45deg, rgba(255, 255, 255, 0) 39%, rgba(255, 255, 255, 1) 40%, rgba(255, 255, 255, 1) 100%) !important;
}

.btn_normal.color_line > div.btn_icon_more p::after,
.btn_normal_s.color_line > div.btn_icon_more_s p::after {
  background: #5753c9 !important;
}

/*btn bg change*/

.btn_bg_flat_a,
.btn_bg_flat_b,
.btn_bg_flat_c,
.btn_bg_flat_d {
  position: relative;
  overflow: hidden;
}

.btn_bg_flat_a::before,
.btn_bg_flat_b::before,
.btn_bg_flat_c::before,
.btn_bg_flat_d::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  transition: all 0.2s ease-in-out;
  transform: translateX(-100%);
  opacity: 0;
}

.btn_bg_flat_a:hover::before,
.btn_bg_flat_b:hover::before,
.btn_bg_flat_c:hover::before,
.btn_bg_flat_d:hover::before {
  transform: translateX(0%);
  opacity: 1;
}

a:hover .btn_bg_flat_a::before,
a:hover .btn_bg_flat_b::before,
a:hover .btn_bg_flat_c::before,
a:hover .btn_bg_flat_d::before {
  transform: translateX(0%);
  opacity: 1;
}

.btn_bg_round_a,
.btn_bg_round_b,
.btn_bg_round_c,
.btn_bg_round_d {
  /*丸の基点とするためrelativeを指定*/
  position: relative;
  overflow: hidden;
}

.btn_bg_round_a::before,
.btn_bg_round_b::before,
.btn_bg_round_c::before,
.btn_bg_round_d::before {
  content: "";
  position: absolute;
  left: -80px;
  width: 80px;
  height: 80px;
  border-radius: 25px;
  transition: 0.3s ease-out;
  opacity: 0;
}

.btn_bg_round_a:hover::before,
.btn_bg_round_b:hover::before,
.btn_bg_round_c:hover::before,
.btn_bg_round_d:hover::before {
  width: calc(120% + 80px);
  opacity: 1;
}

a:hover .btn_bg_round_a::before,
a:hover .btn_bg_round_b::before,
a:hover .btn_bg_round_c::before,
a:hover .btn_bg_round_d::before {
  width: calc(120% + 80px);
  opacity: 1;
}

.btn_bg_flat_a::before,
.btn_bg_round_a::before {
  /*グレーから黒
  background-image: linear-gradient(125deg, #999 0%, #404040 75%, #404040 100%);*/
}

.btn_bg_flat_b::before,
.btn_bg_round_b::before {
  /*白から
  background-image: linear-gradient(125deg, #ccc 0%, #fff 75%, #fff 100%);*/
}

.btn_bg_flat_c::before,
.btn_bg_round_c::before {
  /*青系
  background-image: linear-gradient(135deg, #a1c4fd 0%, #4e6bae 75%, #4e6bae 100%);*/
}

.btn_bg_flat_d::before,
.btn_bg_round_d::before {
  /*3色
  background-image: linear-gradient(135deg, #a1c4fd 0%, #fff 25%, #a1c4fd 100%);*/
}

/*------------------------------------------------------*/

/*外部リンク共通アイコン*/

/*is⇒クラス名.link_extlinkを付けられない場合*/

a.link_extlink,
:is(.mv02, .newsList, .seminarList, .circle_card) a[target="_blank"] {
  display: block;
  position: relative;
}

a.link_extlink::before,
:is(.mv02, .newsList, .seminarList, .circle_card) a[target="_blank"]::before {
  content: "";
  display: block;
  position: absolute;
  right: 16px;
  bottom: 16px;
  width: 20px;
  height: 20px;
  background-color: currentColor;
  -webkit-mask: url("/common/cmn_img/icon/icon_extlinkbase.svg") no-repeat center / contain;
  mask: url("/common/cmn_img/icon/icon_extlinkbase.svg") no-repeat center / contain;
}

a.link_extlink::after,
:is(.mv02, .newsList, .seminarList, .circle_card) a[target="_blank"]::after {
  content: "";
  display: block;
  position: absolute;
  right: 16px;
  bottom: 16px;
  width: 20px;
  height: 20px;
  background-color: currentColor;
  -webkit-mask: url("/common/cmn_img/icon/icon_extlink.svg") no-repeat center / contain;
  mask: url("/common/cmn_img/icon/icon_extlink.svg") no-repeat center / contain;
  transition: transform 0.2s ease;
}

a.link_extlink:hover::before,
:is(.mv02, .newsList, .seminarList, .circle_card) a:hover[target="_blank"]::before {
  background-color: currentColor;
  /*=textcolor*/
}

a.link_extlink:hover::after,
:is(.mv02, .newslist, .seminarList, .circle_card) a:hover[target="_blank"]::after {
  transform: translate(2px, -2px);
}

/* アイコンの位置を高さ中央にする場合 */

a.link_extlink {
  position: relative;
  display: block;
  padding-right: 24px;
  /*矢印分の余白 */
}

a.link_extlink::before,
a.link_extlink::after {
  display: block;
  position: absolute;
  right: 13px;
  top: 50%;
  transform: translateY(-50%);
  bottom: auto;
}

a.link_extlink:hover::after {
  transform: translate(2px, -2px) translateY(-50%);
}

:is(.newsList, .seminarList) a[target="_blank"] {
  padding-right: 0;
  background-image: none !important;
  /*右矢印アイコンは非表示*/
}

:is(.newsList, .seminarList) a[target="_blank"]::before,
:is(.newsList, .seminarList) a[target="_blank"]::after {
  top: 50%;
  transform: translateY(-50%);
}

:is(.newsList, .seminarList) a:hover[target="_blank"]::after {
  transform: translate(2px, -2px) translateY(-50%);
}

/*------------------------------------------------------*/

/*アイコンに背景画像zoomを使う場合*/

.link_zoomlink {
  position: relative;
  display: inline-block;
  padding-right: 24px;
  opacity: 1;
  transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);
}

.link_zoomlink::before {
  position: absolute;
  /* relative-->a.link_extlink */
  content: "";
  display: inline-block;
  width: 28px;
  height: 28px;
  background: url(/common/cmn_img/icon/icon_link_zoom.svg) no-repeat;
  background-position: center;
  background-size: 100%;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);
}

.modal.link_zoomlink::before {
  position: absolute;
  /* relative-->a.link_extlink */
  content: "";
  display: inline-block;
  width: 28px;
  height: 28px;
  background: url(/common/cmn_img/icon/icon_modal.svg) no-repeat;
  background-position: center;
  background-size: 100%;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);
}

.modal.color_line.link_zoomlink::before {
  background: url(/common/cmn_img/icon/icon_modal_color.svg) no-repeat;
}

.link_zoomlink:hover::before {
  /*filter: brightness(120%);*/
  width: 36px;
  height: 36px;
  transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);
}

/*components*/

body.news {
  background-color: #fff;
}

body.news div#gr_pagetitle_area_static {
  /*background-image: linear-gradient(-120deg, #a6c0fe 0%, #f68084 100%);*/
  background: url(/news/img/bg_news.webp) no-repeat;
  background-size: cover;
  background-position: center;
}

@media (min-width: 1024px) {
  div.container {
    padding: 1rem;
  }
}

/*@media end*/

div.article {
  /*=#sortDisplay*/
  scroll-margin-top: 184px;
  /*section#gr_pagetitle_area  最終的に数字をあわせる*/
}

@media only screen and (min-width: 1024px) {
  div.article {
    /*=#sortDisplay*/
    scroll-margin-top: 400px;
    /*section#gr_pagetitle_area  最終的に数字をあわせる　PCはスクロールしない＝そのままの高さ＝多めにとる*/
  }
}

/*@media end*/

.side p.title {
  /*background: #666;
	color:#fff;*/
  color: #666;
  border: 1px solid #666;
}

/*トリガーのあるリンクにプラスマイナスマークを付ける*/

.side p.tagtitle {
  width: 100%;
  position: relative;
  display: inline-block;
  font-weight: 500;
  background-image: none;
  z-index: 1;
  /*for like accordion ★*/
  /*background: #666;
	color:#fff;*/
  color: #666;
  background: #fff;
  /*border:1px solid #666;*/
  box-shadow: 0 0 0 1px #ccc;
  cursor: pointer;
  /*border-radius: 100px;*/
  transition: all 0.2s ease;
}

.side p.tagtitle span.num {
  color: #ccc;
}

.side p.tagtitle.is-active {
  background: #737373;
  /*neutral-500*/
  box-shadow: 0 0 0 1px #737373;
  /*neutral-500*/
  color: #fff;
}

.side p.tagtitle::before,
.side p.tagtitle::after {
  content: "";
  display: inline-block;
  width: 16px;
  height: 2px;
  border-radius: 2px;
  background-color: #999;
  position: absolute;
  /* relative-->gr_mm_trigger */
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  transition: opacity 0.2s;
  transition: transform 0.4s;
}

.side p.tagtitle::after {
  transform: translateY(-50%) rotate(90deg);
}

.side p.tagtitle.is-active::before {
  opacity: 0;
}

.side p.tagtitle.is-active::after {
  transform: translateY(-50%) rotate(180deg);
}

.side .tagbox {
  opacity: 0;
  visibility: hidden;
  height: 0;
  padding-top: 0;
  /*for like accordion ★*/
  transition:
    padding 0.25s,
    opacity 0.25s,
    visibility 0.25s;
}

.side p.tagtitle.is-active + .tagbox {
  overflow: hidden;
  padding-top: 0.75rem;
  /*for like accordion ★*/
  margin-top: -0.75rem;
  height: auto;
  opacity: 1;
  visibility: visible;
  background-color: #f6f6f6;
}

/*more btn icon --- add common.css*/

a.news_card div.btn_icon_more {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  /*min-width: 60px;*/
  margin-top: -1.5rem;
  margin-bottom: 1.5rem;
  margin-right: 0.5rem;
  margin-left: auto;
  width: 32px;
  height: 32px;
  border-radius: 32px;
  background: rgba(255, 255, 255, 1);
  border: 1px solid #93a5cf;
}

a.news_card div.btn_icon_more p {
  margin-left: 0;
  padding-right: 0;
  width: 32px;
  height: 32px;
  /*border: 1px solid #93a5cf;
	border-radius: 32px;*/
  background: url(/common/cmn_img/icon/icon_chevron_right.svg) no-repeat;
  background-position: center;
  background-size: 11px 11px;
  transition: all 0.2s ease;
}

a.news_card:hover div.btn_icon_more p {
  margin-top: 0;
  margin-left: 2px;
  background: url(/common/cmn_img/icon/icon_chevron_right_thin.svg) no-repeat;
  background-position: center;
  background-size: 17px 17px;
}

@media (min-width: 1024px) {
  a.news_card div.btn_icon_more {
    /*margin-left: 0px;
	  margin-right: 0px;*/
    margin-right: 16px;
    margin-left: 48px;
    margin-top: auto;
    margin-bottom: auto;
  }
}

/*extlink btn icon --- add common.css*/

a.news_card div.btn_icon_extlink {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  /*min-width: 60px;*/
  margin-top: -1.5rem;
  margin-bottom: 1.5rem;
  margin-right: 0.5rem;
  margin-left: auto;
  width: 32px;
  height: 32px;
  border-radius: 32px;
  background: rgba(255, 255, 255, 1);
  border: 1px solid #93a5cf;
}

a.news_card div.btn_icon_extlink p {
  /*padding-right: 24px;*/
  height: auto;
  width: -moz-fit-content;
  width: fit-content;
}

a.news_card div.btn_icon_extlink p::before {
  /*left: auto;
	right: 8px;*/
  border-color: #7088bf;
  background-color: #93a5cf;
}

a.news_card div.btn_icon_extlink p::after {
  /*left: auto;
	right: 8px;*/
  border-color: #7088bf;
}

/*
a:hover div.btn_icon_extlink p::before{
	left: auto;
	right: 4px;
}*/

@media (min-width: 1024px) {
  a.news_card div.btn_icon_extlink {
    /*margin-left: 0px;
	  margin-right: 0px;*/
    margin-right: 16px;
    margin-left: 48px;
    margin-top: auto;
    margin-bottom: auto;
  }
}

/*----------------------------------------
	other parts
----------------------------------------*/

/*badge and badge-tag --- add common.css*/

.badge {
  margin-left: 0.1rem;
  margin-right: 0.1rem;
  margin-top: 0;
  margin-bottom: 0.2rem;
  min-width: 88px;
  font-size: 0.625rem;
}

.badge-new {
  margin-top: 2px;
  width: 32px;
  height: 32px;
  margin-left: 8px;
  margin-right: -8px;
  min-width: 0;
  transform: rotate(-15deg);
}

@media (min-width: 1024px) {
  .badge {
    width: 132px;
    height: 26px;
    font-size: 0.75rem;
  }

  .badge-new {
    width: 36px;
    height: 36px;
    margin-left: 0;
    margin-right: 0;
    font-size: 0.825rem;
  }
}

/*@media end*/

.badge-tag {
  font-size: 0.625rem;
}

.badge-tag.company {
  white-space: nowrap;
  color: #333;
  background-color: #f9f9f9;
  border-color: transparent;
  min-width: none;
  width: -moz-fit-content;
  width: fit-content;
}

.badge-tag.company img.logo {
  width: auto;
  height: 100%;
  max-height: 20px;
  margin: 0 4px 0 0;
  max-width: 108px;
}

@media (min-width: 1024px) {
  .badge-tag.company {
    height: 54px;
    min-width: 132px;
    flex-direction: column;
  }
}

.badge-category {
  font-weight: 500;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/*.badge-category.category01 {border:1px solid #8c61ab; color:#fff !important; background:rgba(140,97,171,0.9); letter-spacing: -1px;}---------プレスリリース*/

/*.badge-category.category02 {border:1px solid #e37c14; color:#fff !important; background:rgba(227,124,20,0.9);}---------お知らせ*/

/*.badge-category.category03 {border:1px solid #e03d3f; color:#fff !important; background:rgba(224,61,63,0.9);}----------製品・事例*/

/*.badge-category.category04 {border:1px solid #3e53b0; color:#fff !important; background:rgba(62,83,176,0.9);}----------更新情報*/

/*.badge-category.category05 {border:1px solid #769617; color:#fff !important; background:rgba(118,150,23,0.9);}---------採用情報*/

/*.badge-category.category06 {border:1px solid #0d91a8; color:#fff !important; background:rgba(13,145,168,0.9);}---------掲載事例*/

/*.badge-category.category07 {border:1px solid #e03d91; color:#fff !important; background:rgba(224,61,145,0.9); letter-spacing: -1px;}---------イベントセミナー*/

.badge-category.category01 {
  border: 1px solid rgba(140, 97, 171, 0.8);
  border-left-width: 8px;
  color: #8c61ab !important;
  background: #fff;
  letter-spacing: -1px;
}

/*---------プレスリリース*/

.badge-category.category02 {
  border: 1px solid rgba(227, 124, 20, 0.8);
  border-left-width: 8px;
  color: #e37c14 !important;
  background: #fff;
}

/*---------お知らせ*/

.badge-category.category03 {
  border: 1px solid rgba(224, 61, 63, 0.8);
  border-left-width: 8px;
  color: #e03d3f !important;
  background: #fff;
}

/*----------製品・事例*/

.badge-category.category04 {
  border: 1px solid rgba(62, 83, 176, 0.8);
  border-left-width: 8px;
  color: #3e53b0 !important;
  background: #fff;
}

/*----------更新情報*/

.badge-category.category05 {
  border: 1px solid rgba(118, 150, 23, 0.8);
  border-left-width: 8px;
  color: #769617 !important;
  background: #fff;
}

/*---------採用情報*/

.badge-category.category06 {
  border: 1px solid rgba(13, 145, 168, 0.8);
  border-left-width: 8px;
  color: #0d91a8 !important;
  background: #fff;
}

/*---------掲載事例*/

.badge-category.category07 {
  border: 1px solid rgba(224, 61, 145, 0.8);
  border-left-width: 8px;
  color: #e03d91 !important;
  background: #fff;
  letter-spacing: -1px;
}

/*---------イベントセミナー*/

a.news_card:hover .text_box .text {
  -webkit-text-decoration: underline #93a5cf;
          text-decoration: underline #93a5cf;
  text-underline-offset: 3px;
}

a.news_card .text_box .text span.media {
  font-size: 87.5%;
  color: #7088bf;
  line-height: 1.5;
}

/*
a.news_card:hover .text_box .text span.media {
}
*/

/*--------------------------------------------
  press release and information
--------------------------------------------*/

div.post .container {
  margin: auto;
  max-width: 1140px;
  padding: 1rem;
  /*border: 1px solid #fc3;*/
}

div.post .container h3 {
  padding-top: 1rem;
}

div.post .container div.leadBox {
  border: 1px solid #7088bf;
  margin-bottom: 16px;
}

div.post .container p.lead {
  padding: 16px;
  margin: 0;
}

@media (min-width: 1024px) {
  div.post .container {
    padding: 2rem;
  }

  div.post h2.container {
    padding-top: 3rem;
  }

  div.post .container div.leadBox {
    margin: -16px -16px 32px -16px;
  }

  div.post .container p.lead {
    padding: 32px;
    margin: 0;
  }
}

div.post p,
div.post ol,
div.post ul,
div.post li,
div.post dl {
  margin-bottom: 1.5rem;
}

div.post h2 {
  display: flex;
  align-items: center;
  font-weight: 500;
  position: relative;
  border-bottom: 1px solid #93a5cf;
}

div.post h2::after {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 35%;
  max-width: 480px;
  height: 7px;
  background: linear-gradient(45deg, #93a5cf 25%, transparent 100%);
}

div.post h3 {
  margin-bottom: 1.5rem;
  font-weight: 500;
}

div.post dl dt {
  margin-bottom: 0.5rem;
  font-weight: 700;
}

div.post dl dd {
  margin: 0 0.5rem 1rem 0.5rem;
}

div.post table {
  margin-top: 1rem;
  margin-bottom: 1rem;
  background: #fff;
}

div.post ol li,
div.post ul li > ol li {
  list-style: decimal outside;
  margin-left: 1.25rem;
  margin-right: 1rem;
  margin-bottom: 0;
}

div.post ul li,
div.post ol li > ul li {
  list-style: circle outside;
  margin-left: 1.25rem;
  margin-right: 1rem;
  margin-bottom: 0;
}

div.post p.information {
  margin-top: 1.5rem;
  font-weight: 500;
}

div.post ul.contact li {
  margin-bottom: 1rem;
}

div.post .inner {
  /*div p ol ul dl*/
  margin-top: 0.5rem;
  /*padding: 1rem;
    background: #f6f6f6;*/
  font-size: 93.75%;
}

div.post .inner,
div.post .inner p,
div.post .inner ol,
div.post .inner ul,
div.post .inner li,
div.post .inner dl {
  margin-bottom: 0;
}

@media (min-width: 1024px) {
  div.post p,
  div.post ol,
  div.post ul,
  div.post li,
  div.post dl {
    margin-bottom: 2rem;
  }

  div.post table {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }

  div.post ul li,
  div.post ol li {
    margin-bottom: 0.25rem;
  }
}

/*components*/

/*-----page title*/

/*スクロールで位置固定・背景画像あり*/

main.change_title {
  position: relative;
}

main.change_title div#gr_pagetitle_area {
  /*★タイトルエリア*/
  position: sticky;
  top: 60px;
  /*header height*/
  height: 90px;
  background-color: rgba(255, 255, 255, 1);
  /*＊背景画像を隠す*/
  z-index: 20;
  /*border: 1px solid #f39;ガイド*/
}

main.change_title div#gr_pagetitle_area.change01 {
  /*タイトルエリアを透過させる場合*/
  background-color: rgba(255, 255, 255, 0);
  /*＊背景画像を隠す*/
  transition: background-color 1.2s 0.2s;
}

main.change_title div.bg_gr_title {
  /*★上に動くイメージ画像のdiv*/
  position: sticky;
  top: 60px;
  /*header height*/
  height: 90px;
  /*＝div#gr_pagetitle_area*/
}

/*上に動くイメージ画像があるページのコンテンツ部分
main.change_title div#gr_contents {
}*/

main.change_title div#gr_pagetitle_area div#inner01 {
  /*★タイトルエリア内のページタイトル範囲*/
  height: 90px;
  /*＝div#gr_pagetitle_area*/
}

/*#gr_pagetitle_area h1*/

main.change_title div#gr_pagetitle_area h1,
div#gr_pagetitle_area_static h1 {
  /*★タイトルエリア内のページタイトル範囲内のh1*/
  padding-left: 24px;
  padding-right: 24px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  text-align: left;
  line-height: 1.1;
  margin: auto;
  font-size: clamp(0.75rem, 0.675rem + 0.38vw, 1.125rem);
  /*12px-18px*/
  letter-spacing: 0.025rem;
  font-weight: 500;
}

main.change_title div#gr_pagetitle_area h1 span.num,
div#gr_pagetitle_area_static h1 span.num {
  font-size: 250%;
  font-weight: 500;
  letter-spacing: -0.05em;
  opacity: 0.2;
  color: #7088bf;
}

main.change_title div#gr_pagetitle_area h1 span.num.small,
div#gr_pagetitle_area_static h1 span.num.small {
  font-size: 250%;
  letter-spacing: -0.025em;
}

main.change_title div#gr_pagetitle_area h1 span.title,
div#gr_pagetitle_area_static h1 span.title {
  line-height: 2;
}

main.change_title div#gr_pagetitle_area.change01 h1,
main.change_title div#gr_pagetitle_area.change01 h1 span.num {
  color: #fff;
  opacity: 0.9;
  transition:
    opacity 1.2s ease,
    color 1.2s ease;
  text-shadow: 8px 8px 0 rgba(0, 0, 0, 0.1);
}

main.change_title div#gr_pagetitle_area.change01 h1 span.title {
  color: #fff;
  opacity: 1;
  transition:
    opacity 0.8s ease,
    color 0.8s ease;
  text-shadow: 4px 4px 0 rgba(0, 0, 0, 0.1);
}

main.change_title div.bg_gr_title {
  z-index: 10;
  /*★上に動くイメージ画像のdiv*/
}

@media (min-width: 1024px) {
  main.change_title div#gr_pagetitle_area, /*★タイトルエリア*/
	main.change_title div.bg_gr_title {
    /*★上に動くイメージ画像のdiv*/
    position: sticky;
    top: 90px;
    /*header height*/
  }

  main.change_title div#gr_pagetitle_area {
    /*★タイトルエリア*/
    height: 160px;
    border-top: 1px solid #fff;
    /*★必須*/
  }

  main.change_title div#gr_pagetitle_area.change01 {
    /*透過させる場合*/
    height: 160px;
    background: transparent;
    animation: bgChange01 1.2s ease forwards;
  }

  main.change_title div.bg_gr_title,
  main.change_title div.bg_gr_title.short {
    position: sticky;
    top: 0px;
    height: 312px;
    /*ここで調整*/
    margin-top: -100px;
    /*ここで調整*/
  }

  main.change_title div.bg_gr_title.no_inner_nav {
    /*height: 280px;
		position: sticky;
		top:-9px;ここで調整*/
    height: 240px;
    position: sticky;
    /*top: -9px;ここで調整*/
    margin-top: -90px;
  }

  main.change_title div#gr_pagetitle_area div#inner01 {
    height: 120px;
    margin-top: 10px;
    margin-bottom: 0;
    /*transition: all 0.4s ease;*/
  }

  main.change_title div#gr_pagetitle_area.change01 div#inner01 {
    margin-top: 5px;
    margin-bottom: 5px;
    transition: all 0.6s ease 0.2s;
    /*border: 1px solid #c33;ガイド*/
  }

  main.change_title div#gr_pagetitle_area h1,
  div#gr_pagetitle_area_static h1 {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    padding-left: 32px;
    padding-right: 32px;
  }

  main.change_title div#gr_pagetitle_area h1 span.num,
  div#gr_pagetitle_area_static h1 span.num {
    font-size: 450%;
    margin-right: 1.5rem;
    white-space: nowrap;
  }

  main.change_title div#gr_pagetitle_area h1 span.num.small,
  div#gr_pagetitle_area_static h1 span.num.small {
    font-size: 400%;
  }

  main.change_title div#gr_pagetitle_area.change01 div#inner02 {
    /*高さ変動後*/
    animation: bgChange 0.8s ease forwards;
    box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.1);
  }
}

@keyframes bgChange01 {
  /*タイトルエリアを透過させる場合*/

  0% {
    background: #fff;
  }

  25% {
    background: #fff;
  }

  50% {
    background: linear-gradient(-20deg, transparent 25%, #25348e 100%);
    background-size: 200% 100%;
    background-position: top left;
  }

  100% {
    background: linear-gradient(-20deg, transparent 25%, #25348e 100%);
    background-size: 200% 100%;
    background-position: top right;
  }
}

/*inner nav　ページ内ナビゲーション*/

.gr_inner_nav_line {
  /*policyは独自cssあり（ --> policy_rule_add.css の　div.gr_inner_nav_line ）*/
  width: 100%;
  background: rgba(255, 255, 255, 1);
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  display: none;
}

.gr_inner_nav {
  width: 100%;
  margin: 0 auto;
  padding: 0 1rem !important;
  /* overwrite .container padding */
  font-size: 0.75rem;
  display: flex;
  align-items: center;
  background: #e7ecf5;
}

.gr_inner_nav ul.gr_inner_nav_group {
  display: flex;
  flex-wrap: wrap;
  min-height: 64px;
}

.gr_inner_nav ul.gr_inner_nav_group li {
  width: auto;
  display: flex;
  align-items: center;
}

.gr_inner_nav_itemlink {
  display: block;
  margin: 0.25rem 0;
  padding: 0 1rem 0 0.25rem;
  margin-right: 0;
  position: relative;
  border-right: 1px solid #93a5cf;
}

.gr_inner_nav_itemlink:hover {
  opacity: 0.5;
}

.gr_inner_nav_itemlink::after {
  position: absolute;
  width: 14px;
  height: 14px;
  top: 50%;
  right: 4px;
  margin-top: -7px;
  display: inline-block;
  content: "";
  /*border-radius: 100%;
    border:2px solid #1d4ed8;;輪郭
	opacity: 1;*/
  background: url(/common/cmn_img/icon/icon_chevron_down.svg) no-repeat center;
  background-size: 12px 12px;
}

@media (min-width: 568px) {
  .gr_inner_nav {
    border-top: 1px solid transparent;
    background: transparent;
  }

  .change01 .gr_inner_nav {
    border-top: 1px solid #93a5cf;
  }
}

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

  .gr_inner_nav {
    font-size: 0.8125rem;
    padding: 0;
  }

  .gr_inner_nav_itemlink {
    margin: 0.75rem 0.5rem 0.75rem 0;
    padding: 0 2rem 0 0;
    position: relative;
  }

  .gr_inner_nav_itemlink::after {
    position: absolute;
    width: 18px;
    height: 18px;
    top: 50%;
    right: 8px;
    margin-top: -9px;
    background-size: 16px 16px;
  }

  .gr_inner_nav ul.gr_inner_nav_group {
    min-height: 0;
  }
}

@media (min-width: 1536px) {
  /*.gr_inner_nav_line {
		display: block;
	}*/

  .gr_inner_nav {
    font-size: 0.9375rem;
    padding: 1rem;
  }
}

/*上に動くイメージ画像*/

main.change_title div.bg_gr_title img {
  /*★上に動くイメージ画像そのもの*/
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: bottom;
  object-position: bottom;
}

main.change_title div.bg_gr_title img.ob_center {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}

main.change_title div.bg_gr_title img.ob_center_ct {
  height: 100%;
  width: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: contain;
  object-position: contain;
}

main.change_title div.bg_gr_title img.ob_top {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: top;
  object-position: top;
}

main.change_title div.bg_gr_title img.ob_bottom {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: bottom;
  object-position: bottom;
}

@media (min-width: 1024px) {
  main.change_title div.bg_gr_title img.lg_ob_center {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
  }

  main.change_title div.bg_gr_title img.lg_ob_center_ct {
    height: 100%;
    width: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    -o-object-position: contain;
    object-position: contain;
  }

  main.change_title div.bg_gr_title img.lg_ob_top {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: top;
    object-position: top;
  }

  main.change_title div.bg_gr_title img.lg_ob_top_15 {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center 15%;
    object-position: center 15%;
  }

  main.change_title div.bg_gr_title img.lg_ob_bottom {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: bottom;
    object-position: bottom;
  }
}

/*-----page title*/

/*スクロールで変動しない*/

/*amenity -----> /business/amenity/css/modal.css*/

/*-----page title*/

/*スクロールで位置固定・背景画像なし*/

/*case and solution and news*/

div#gr_pagetitle_area_static {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  height: 90px;
  /*＝div#inner01 ＝div.bg_gr_title*/
  position: sticky;
  top: 60px;
  /*header height*/
  z-index: 10;
}

@media only screen and (min-width: 1024px) {
  div#gr_pagetitle_area_static {
    position: sticky;
    top: 90px;
    /*header height*/
    z-index: 10;
    height: 170px;
    /*＝div#inner01 ＝div.bg_gr_title + 10px(margin)*/
  }
}

div#gr_pagetitle_area_static h1,
div#gr_pagetitle_area_static h1 span.num {
  /*★タイトルエリア内のページタイトル範囲内のh1*/
  color: #fff;
  opacity: 1;
}

/*-----page title　(section)　*/

/*スクロールで位置固定・高さ変動・背景画像なし*/

/*policy and sitemap*/

section#gr_pagetitle_area_plain {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  position: sticky;
  top: 60px;
  /*header height*/
  background: linear-gradient(120deg, #93a5cf 0%, #e4efe9 100%);
  z-index: 10;
  min-height: 90px;
}

@media (min-width: 1024px) {
  section#gr_pagetitle_area_plain {
    position: sticky;
    top: 90px;
    /*header height*/
    height: -moz-fit-content;
    height: fit-content;
  }
}

section#gr_pagetitle_area_plain.compact {
  /*高さ変動後*/
  animation: bgChange 0.8s ease forwards;
  box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.1);
}

@keyframes bgChange {
  /*高さ変動によって背景色を変える*/

  0% {
    background: #93a5cf;
  }

  100% {
    background: #fff;
  }
}

section#gr_pagetitle_area_plain h1 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  height: 100%;
  margin-top: 24px;
  margin-bottom: 24px;
  padding-left: 16px;
  padding-right: 16px;
  color: #fff;
  transition: all 0.2s ease;
  font-size: clamp(1.375rem, 1.2rem + 0.88vw, 2.25rem);
  /*----22px-36px*/
}

section#gr_pagetitle_area_plain.compact h1 {
  /*高さ変動後*/
  color: #93a5cf;
}

@media (min-width: 1024px) {
  section#gr_pagetitle_area_plain.compact h1 {
    margin-top: 16px;
    margin-bottom: 16px;
    transition: all 0.4s ease 0.2s;
  }
}

/*breadcrumb*/

div.gr_breadcrumb_line {
  display: none;
}

@media (min-width: 1024px) {
  div.gr_breadcrumb_line {
    /*全画面横幅の帯を付ける場合*/
    width: 100%;
    background: rgba(255, 255, 255, 0.25);
    /*background: #f5f7fb;*/
    margin: 0;
    padding: 0.5rem;
    display: flex;
    align-items: center;
    height: 40px;
  }

  /*pagetitle の背景がイメージ画像になる場合*/

  main.change_title div.gr_breadcrumb_line {
    background: linear-gradient(120deg, #f5f7fb 0%, #fff 100%);
  }

  main.change_title div.change01 div.gr_breadcrumb_line {
    background: #fff;
  }

  /*スクロールで位置固定・高さ変動・背景画像なし*/

  /*case and solution and news*/

  div#gr_pagetitle_area_static div.gr_breadcrumb_line {
    background: rgba(255, 255, 255, 0.8);
  }

  .gr_breadcrumb {
    width: 100%;
    margin: 0 auto;
    padding: 0 1rem !important;
    font-size: 0.75rem;
    display: flex;
    align-items: center;
    justify-content: flex-end;
  }

  .gr_breadcrumb .gr_breadcrumb_group {
    display: flex;
    flex-wrap: wrap;
  }

  .gr_breadcrumb .gr_breadcrumb_group li:last-child {
    color: #7088bf;
    font-weight: 500;
    /*現在地ページ*/
  }

  .gr_breadcrumb_itemlink[href]:hover {
    opacity: 0.5;
  }

  .gr_breadcrumb_group > * + * {
    margin-left: 0.25em;
  }

  .gr_breadcrumb_group > * + *::before {
    content: "/";
    margin-left: 0.5em;
    margin-right: 0.5em;
    opacity: 0.5;
    color: #7088bf;
  }
}

@media (min-width: 1440px) {
  .gr_breadcrumb {
    font-size: 0.825rem;
  }

  .gr_breadcrumb_group > * + * {
    margin-left: 0.5em;
  }

  .gr_breadcrumb_group > * + *::before {
    content: "/";
    margin-left: 0.75em;
    margin-right: 0.75em;
  }
}

/*
main.vis_pagetitle section#gr_pagetitle_area.compact .gr_breadcrumb .gr_breadcrumb_group li,
main.vis_pagetitle section#gr_pagetitle_area.compact .gr_breadcrumb_group > * + *::before {
	color: #fff;
}*/

/*--------------------
utilities start
--------------------*/

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

.visible {
  visibility: visible;
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

.inset-0 {
  inset: 0px;
}

.inset-x-0 {
  left: 0px;
  right: 0px;
}

.bottom-0 {
  bottom: 0px;
}

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

.left-12 {
  left: 3rem;
}

.top-0 {
  top: 0px;
}

.top-12 {
  top: 3rem;
}

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

.order-1 {
  order: 1;
}

.order-2 {
  order: 2;
}

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

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

.m-4 {
  margin: 1rem;
}

.m-8 {
  margin: 2rem;
}

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

.-mx-4 {
  margin-left: -1rem;
  margin-right: -1rem;
}

.mx-1 {
  margin-left: 0.25rem;
  margin-right: 0.25rem;
}

.mx-3 {
  margin-left: 0.75rem;
  margin-right: 0.75rem;
}

.mx-4 {
  margin-left: 1rem;
  margin-right: 1rem;
}

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

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

.my-0 {
  margin-top: 0px;
  margin-bottom: 0px;
}

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

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

.my-3 {
  margin-top: 0.75rem;
  margin-bottom: 0.75rem;
}

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

.my-6 {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}

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

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

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

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

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

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

.-ml-12 {
  margin-left: -3rem;
}

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

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

.-ml-5 {
  margin-left: -1.25rem;
}

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

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

.-mt-0\.5 {
  margin-top: -0.125rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.ml-3 {
  margin-left: 0.75rem;
}

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

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

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

.mr-2 {
  margin-right: 0.5rem;
}

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

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

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

.mt-0\.5 {
  margin-top: 0.125rem;
}

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

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

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

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

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

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

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

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

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

.block {
  display: block;
}

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

.inline {
  display: inline;
}

.flex {
  display: flex;
}

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

.table {
  display: table;
}

.grid {
  display: grid;
}

.contents {
  display: contents;
}

.hidden {
  display: none;
}

.aspect-3\/1 {
  aspect-ratio: 3 / 1;
}

.aspect-3\/2 {
  aspect-ratio: 3 / 2;
}

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

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

.aspect-video {
  aspect-ratio: 16 / 9;
}

.h-10 {
  height: 2.5rem;
}

.h-14 {
  height: 3.5rem;
}

.h-160 {
  height: 40rem;
}

.h-20 {
  height: 5rem;
}

.h-4 {
  height: 1rem;
}

.h-5 {
  height: 1.25rem;
}

.h-52 {
  height: 13rem;
}

.h-6 {
  height: 1.5rem;
}

.h-7 {
  height: 1.75rem;
}

.h-8 {
  height: 2rem;
}

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

.h-full {
  height: 100%;
}

.max-h-72 {
  max-height: 18rem;
}

.w-0 {
  width: 0px;
}

.w-0\.5 {
  width: 0.125rem;
}

.w-1 {
  width: 0.25rem;
}

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

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

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

.w-11\/12 {
  width: 91.666666%;
}

.w-12 {
  width: 3rem;
}

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

.w-20 {
  width: 5rem;
}

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

.w-3\/5 {
  width: 60%;
}

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

.w-32 {
  width: 8rem;
}

.w-4 {
  width: 1rem;
}

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

.w-5 {
  width: 1.25rem;
}

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

.w-6 {
  width: 1.5rem;
}

.w-64 {
  width: 16rem;
}

.w-7 {
  width: 1.75rem;
}

.w-8 {
  width: 2rem;
}

.w-auto {
  width: auto;
}

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

.w-full {
  width: 100%;
}

.min-w-3\/5 {
  min-width: 60%;
}

.max-w-2xl {
  max-width: 42rem;
}

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

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

.max-w-lg {
  max-width: 32rem;
}

.max-w-md {
  max-width: 28rem;
}

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

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

.max-w-screen-lg {
  max-width: 1024px;
}

.max-w-screen-md {
  max-width: 768px;
}

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

.max-w-sm {
  max-width: 24rem;
}

.max-w-xl {
  max-width: 36rem;
}

.max-w-xs {
  max-width: 20rem;
}

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

.flex-grow {
  flex-grow: 1;
}

.-rotate-90 {
  --tw-rotate: -90deg;
  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));
}

.list-inside {
  list-style-position: inside;
}

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

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

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

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

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

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

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

.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-end {
  justify-content: flex-end;
}

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

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

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

.gap-0 {
  gap: 0px;
}

.gap-1 {
  gap: 0.25rem;
}

.gap-2 {
  gap: 0.5rem;
}

.gap-4 {
  gap: 1rem;
}

.gap-8 {
  gap: 2rem;
}

.overflow-auto {
  overflow: auto;
}

.overflow-hidden {
  overflow: hidden;
}

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

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

.rounded {
  border-radius: 0.25rem;
}

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

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

.rounded-xl {
  border-radius: 0.75rem;
}

.border {
  border-width: 1px;
}

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

.border-x-4 {
  border-left-width: 4px;
  border-right-width: 4px;
}

.border-y {
  border-top-width: 1px;
  border-bottom-width: 1px;
}

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

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

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

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

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

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

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

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

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

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

.border-asort_color {
  --tw-border-opacity: 1;
  border-color: rgb(147 165 207 / var(--tw-border-opacity));
}

.border-indigo-200 {
  --tw-border-opacity: 1;
  border-color: rgb(199 210 254 / var(--tw-border-opacity));
}

.border-indigo-300 {
  --tw-border-opacity: 1;
  border-color: rgb(165 180 252 / var(--tw-border-opacity));
}

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

.border-neutral-400 {
  --tw-border-opacity: 1;
  border-color: rgb(163 163 163 / var(--tw-border-opacity));
}

.border-sky-100 {
  --tw-border-opacity: 1;
  border-color: rgb(224 242 254 / var(--tw-border-opacity));
}

.border-stone-500 {
  --tw-border-opacity: 1;
  border-color: rgb(120 113 108 / var(--tw-border-opacity));
}

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

.border-l-asort_color {
  --tw-border-opacity: 1;
  border-left-color: rgb(147 165 207 / var(--tw-border-opacity));
}

.bg-accent_color {
  --tw-bg-opacity: 1;
  background-color: rgb(112 136 191 / var(--tw-bg-opacity));
}

.bg-asort_color {
  --tw-bg-opacity: 1;
  background-color: rgb(147 165 207 / var(--tw-bg-opacity));
}

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

.bg-blue-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(219 234 254 / var(--tw-bg-opacity));
}

.bg-blue-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(239 246 255 / var(--tw-bg-opacity));
}

.bg-blue-900 {
  --tw-bg-opacity: 1;
  background-color: rgb(30 58 138 / var(--tw-bg-opacity));
}

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

.bg-indigo-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(224 231 255 / var(--tw-bg-opacity));
}

.bg-indigo-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(238 242 255 / var(--tw-bg-opacity));
}

.bg-indigo-900 {
  --tw-bg-opacity: 1;
  background-color: rgb(49 46 129 / var(--tw-bg-opacity));
}

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

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

.bg-neutral-300 {
  --tw-bg-opacity: 1;
  background-color: rgb(212 212 212 / var(--tw-bg-opacity));
}

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

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

.bg-purple-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(168 85 247 / var(--tw-bg-opacity));
}

.bg-red-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(254 202 202 / var(--tw-bg-opacity));
}

.bg-sky-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(186 230 253 / var(--tw-bg-opacity));
}

.bg-stone-800 {
  --tw-bg-opacity: 1;
  background-color: rgb(41 37 36 / var(--tw-bg-opacity));
}

.bg-stone-900 {
  --tw-bg-opacity: 1;
  background-color: rgb(28 25 23 / var(--tw-bg-opacity));
}

.bg-teal-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(13 148 136 / var(--tw-bg-opacity));
}

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

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

.bg-opacity-10 {
  --tw-bg-opacity: 0.1;
}

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

.bg-opacity-50 {
  --tw-bg-opacity: 0.5;
}

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

.bg-opacity-80 {
  --tw-bg-opacity: 0.8;
}

.stroke-orange-50 {
  stroke: #fff7ed;
}

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

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

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

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

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

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

.p-0 {
  padding: 0px;
}

.p-1 {
  padding: 0.25rem;
}

.p-2 {
  padding: 0.5rem;
}

.p-3 {
  padding: 0.75rem;
}

.p-4 {
  padding: 1rem;
}

.p-5 {
  padding: 1.25rem;
}

.p-6 {
  padding: 1.5rem;
}

.p-8 {
  padding: 2rem;
}

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

.px-12 {
  padding-left: 3rem;
  padding-right: 3rem;
}

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

.px-3 {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.-indent-2 {
  text-indent: -0.5rem;
}

.-indent-4 {
  text-indent: -1rem;
}

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

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

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

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

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

.text-display-4 {
  font-size: calc(1.475rem + 2.7vw);
  line-height: 1.1;
}

.text-display-5 {
  font-size: calc(1.375rem + 1.5vw);
  line-height: 1.1;
}

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

.text-md {
  font-size: 0.9375rem;
  line-height: 1.75;
}

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

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

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

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

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

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

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

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

.leading-10 {
  line-height: 2.5rem;
}

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

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

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

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

.leading-snug {
  line-height: 1.375;
}

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

.tracking-tight {
  letter-spacing: -0.025em;
}

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

.tracking-wide {
  letter-spacing: 0.025em;
}

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

.text-accent_color {
  --tw-text-opacity: 1;
  color: rgb(112 136 191 / var(--tw-text-opacity));
}

.text-accent_color02 {
  --tw-text-opacity: 1;
  color: rgb(78 107 174 / var(--tw-text-opacity));
}

.text-blue-600 {
  --tw-text-opacity: 1;
  color: rgb(37 99 235 / var(--tw-text-opacity));
}

.text-gray-600 {
  --tw-text-opacity: 1;
  color: rgb(75 85 99 / var(--tw-text-opacity));
}

.text-indigo-700 {
  --tw-text-opacity: 1;
  color: rgb(67 56 202 / var(--tw-text-opacity));
}

.text-paper {
  --tw-text-opacity: 1;
  color: rgb(245 247 251 / var(--tw-text-opacity));
}

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

.text-sky-600 {
  --tw-text-opacity: 1;
  color: rgb(2 132 199 / var(--tw-text-opacity));
}

.text-stone-300 {
  --tw-text-opacity: 1;
  color: rgb(214 211 209 / var(--tw-text-opacity));
}

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

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

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

.text-yellow-300 {
  --tw-text-opacity: 1;
  color: rgb(253 224 71 / var(--tw-text-opacity));
}

.text-yellow-400 {
  --tw-text-opacity: 1;
  color: rgb(250 204 21 / var(--tw-text-opacity));
}

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

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

.opacity-40 {
  opacity: 0.4;
}

.opacity-50 {
  opacity: 0.5;
}

.opacity-80 {
  opacity: 0.8;
}

.bg-blend-multiply {
  background-blend-mode: multiply;
}

.shadow {
  --tw-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px 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-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-xl {
  --tw-shadow: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px 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-white {
  --tw-shadow-color: #fff;
  --tw-shadow: var(--tw-shadow-colored);
}

.grayscale {
  --tw-grayscale: grayscale(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);
}

.hue-rotate-30 {
  --tw-hue-rotate: hue-rotate(30deg);
  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-all {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.center {
  display: flex;
  align-items: center;
  justify-content: center;
  /* 完全中央配置　*/
}

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

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

.text_s {
  font-size: 0.75rem;
  line-height: 1.5;
}

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

.text_l {
  font-size: 1rem;
  line-height: 1.75;
}

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

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(147 165 207 / var(--tw-border-opacity));
}

hr.thin {
  border-left-width: 0px;
  border-right-width: 0px;
  border-bottom-width: 0px;
  border-top-width: 1px;
  --tw-border-opacity: 1;
  border-top-color: rgb(147 165 207 / var(--tw-border-opacity));
}

hr.light {
  border-left-width: 0px;
  border-right-width: 0px;
  border-bottom-width: 0px;
  border-top-width: 3px;
  border-top-color: rgb(147 165 207 / 0.5);
}

hr.light_thin {
  border-left-width: 0px;
  border-right-width: 0px;
  border-bottom-width: 0px;
  border-top-width: 1px;
  border-top-color: rgb(147 165 207 / 0.5);
}

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(147 165 207 / var(--tw-border-opacity));
}

hr.light_dashed {
  border-left-width: 0px;
  border-right-width: 0px;
  border-bottom-width: 0px;
  border-top-width: 3px;
  border-top-color: rgb(147 165 207 / 0.5);
}

br.br_sp {
  display: inline-block;
}

@media (min-width: 1024px) {
  br.br_sp {
    display: none;
  }
}

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

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

br.br_sp {
  display: inline-block;
}

@media (min-width: 1024px) {
  br.br_sp {
    display: none;
  }
}

/*utilities*/

.bg-grade_ppl {
  background-image: linear-gradient(to top, #a18cd1 0%, #fbc2eb 100%);
  background-image: linear-gradient(to top, #a7a6cb 0%, #8989ba 52%, #8989ba 100%);
  background-image: linear-gradient(to top, #d9afd9 0%, #97d9e1 100%);
  background-image: linear-gradient(120deg, #a6c0fe 0%, #f68084 100%);
  background-image: linear-gradient(to top, #9795f0 0%, #fbc8d4 100%);
}

.bg-grade_pnk {
  background-image: linear-gradient(120deg, #a6c0fe 0%, #f68084 100%);
}

.bg-grade_org {
  background-image: linear-gradient(120deg, #f6d365 0%, #fda085 100%);
  background-image: linear-gradient(-60deg, #ff5858 0%, #f09819 100%);
}

.bg-grade_yel {
  background-image: linear-gradient(60deg, #abecd6 0%, #fbed96 100%);
}

.bg-grade_lmn {
  background-image: linear-gradient(60deg, #64b3f4 0%, #c2e59c 100%);
  /*★*/
}

.bg-grade_grn {
  background-image: linear-gradient(60deg, #96deda 0%, #50c9c3 100%);
  background-image: linear-gradient(-225deg, #b7f8db 0%, #50a7c2 100%);
}

.bg-grade_blu {
  background-image: linear-gradient(to top, #48c6ef 0%, #6f86d6 100%);
  background-image: linear-gradient(to top, #a3bded 0%, #6991c7 100%);
  background-image: linear-gradient(to top, #accbee 0%, #e7f0fd 100%);
  background-image: linear-gradient(120deg, #a1c4fd 0%, #c2e9fb 100%);
  background: linear-gradient(-90deg, #25348e 0%, #3f5bd9 40%, #3f5bd9 100%);
}

.bg-grade_red {
  background-image: linear-gradient(-45deg, #ffc796 0%, #ff6b95 100%);
}

.bg-grade_nvy {
  background-image: linear-gradient(to top, #6a85b6 0%, #bac8e0 100%);
  background-image: linear-gradient(to top, #fff1eb 0%, #ace0f9 100%);
  background-image: linear-gradient(to top, #a3bded 0%, #6991c7 100%);
  background-image: linear-gradient(15deg, #13547a 0%, #80d0c7 100%);
  background-image: linear-gradient(-225deg, #cbbacc 0%, #2580b3 100%);
  background-image: linear-gradient(-225deg, #7085b6 0%, #87a7d9 50%, #def3f8 100%);
  background-image: linear-gradient(to top, #1e3c72 0%, #1e3c72 1%, #2a5298 100%);
  /*★*/
}

.bg-grade_pale {
  background-image: linear-gradient(15deg, #f1f3fb 0%, #dce3f9 100%);
}

.bg-grade_white {
  background-image: linear-gradient(to top, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0) 100%);
}

.bg-diagonal_25 {
  background-color: #fff;
  background-image: linear-gradient(125deg, rgba(255, 255, 255, 0) 25%, #f1f2f9 25%, #b6bfdf 100%);
}

.bg-diagonal_25_rev {
  background-color: #fff;
  background-image: linear-gradient(125deg, #f1f2f9 0%, #b6bfdf 25%, rgba(255, 255, 255, 0) 25%, rgba(255, 255, 255, 0) 100%);
}

.bg-diagonal_50 {
  background-color: #fff;
  background-image: linear-gradient(125deg, rgba(255, 255, 255, 0) 50%, #f1f2f9 50%, #b6bfdf 100%);
}

.bg-concept {
  background-image: linear-gradient(to right, #418cde 0%, #418cde 20%, #d27dbe 20%, #d27dbe 40%, #dbecf6 40%, #dbecf6 60%, #a8e0f3 60%, #a8e0f3 80%, #9fe277 80%, #9fe277 100%);
}

/*parts*/

.picframe01 {
  padding: 1.5rem;
  margin: 6px;
  outline: 2px solid #d5deee;
  outline-offset: 4px;
  /*background: linear-gradient(-45deg, transparent 0 24px, #fff 24px calc(100% - 24px), transparent calc(100% - 24px)), repeating-linear-gradient(-45deg, #d5deee 0 2px, #fff 2px 4px);*/
  background: linear-gradient(-45deg, transparent 0 24px, #fff 24px calc(100% - 24px), transparent calc(100% - 24px)), linear-gradient(-45deg, #d5deee 0 50%, #d5deee 50% 100%);
}

.picframe02 {
  padding: 0 1.5rem;
  margin: 4px;
  outline: 2px solid #fff;
  outline-offset: 4px;
  background: linear-gradient(-45deg, transparent 0 12px, #fff 12px calc(100% - 12px), transparent calc(100% - 12px)), linear-gradient(-45deg, #d5deee 0 50%, #d5deee 50% 100%);
}

/*gradation color*/

.contents_img a div.cel.ppl {
  background-image: linear-gradient(to top, #a18cd1 0%, #fbc2eb 100%);
  background-image: linear-gradient(to top, #a7a6cb 0%, #8989ba 52%, #8989ba 100%);
  background-image: linear-gradient(to top, #d9afd9 0%, #97d9e1 100%);
  background-image: linear-gradient(120deg, #a6c0fe 0%, #f68084 100%);
  background-image: linear-gradient(to top, #9795f0 0%, #fbc8d4 100%);
}

.contents_img a div.cel.pnk {
  background-image: linear-gradient(120deg, #a6c0fe 0%, #f68084 100%);
}

.contents_img a div.cel.org {
  background-image: linear-gradient(120deg, #f6d365 0%, #fda085 100%);
  background-image: linear-gradient(-60deg, #ff5858 0%, #f09819 100%);
}

.contents_img a div.cel.yel {
  background-image: linear-gradient(60deg, #abecd6 0%, #fbed96 100%);
}

.contents_img a div.cel.lmn {
  background-image: linear-gradient(60deg, #64b3f4 0%, #c2e59c 100%);
  /*★*/
}

.contents_img a div.cel.grn {
  background-image: linear-gradient(60deg, #96deda 0%, #50c9c3 100%);
  background-image: linear-gradient(-225deg, #b7f8db 0%, #50a7c2 100%);
}

.contents_img a div.cel.blu {
  background-image: linear-gradient(to top, #48c6ef 0%, #6f86d6 100%);
  background-image: linear-gradient(to top, #a3bded 0%, #6991c7 100%);
  background-image: linear-gradient(to top, #accbee 0%, #e7f0fd 100%);
  background-image: linear-gradient(120deg, #a1c4fd 0%, #c2e9fb 100%);
}

.contents_img a div.cel.red {
  background-image: linear-gradient(-45deg, #ffc796 0%, #ff6b95 100%);
}

.contents_img a div.cel.nvy {
  background-image: linear-gradient(to top, #6a85b6 0%, #bac8e0 100%);
  background-image: linear-gradient(to top, #fff1eb 0%, #ace0f9 100%);
  background-image: linear-gradient(to top, #a3bded 0%, #6991c7 100%);
  background-image: linear-gradient(15deg, #13547a 0%, #80d0c7 100%);
  background-image: linear-gradient(-225deg, #cbbacc 0%, #2580b3 100%);
  background-image: linear-gradient(-225deg, #7085b6 0%, #87a7d9 50%, #def3f8 100%);
  background-image: linear-gradient(to top, #1e3c72 0%, #1e3c72 1%, #2a5298 100%);
  /*★*/
}

.contents_img a div.cel.pale {
  background-image: linear-gradient(to top, #e6e9f0 0%, #eef1f5 100%);
  background-image: linear-gradient(135deg, #f5f7fa 0%, #c3cfe2 100%);
}

.visually_hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.u_line {
  text-decoration: underline;
  text-decoration-thickness: 3px;
  text-underline-offset: 0.25rem;
}

.u_line_full {
  position: relative;
  display: block;
  padding-bottom: 1rem;
  margin-bottom: 1rem;
  width: 100%;
}

.u_line_full::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 2px;
  background: currentColor;
}

.u_line_50 {
  background: color-mix(in srgb, currentColor 50%, color transparent);
}

.contents_img a div.cel.ppl {
  background-image: linear-gradient(to top, #a18cd1 0%, #fbc2eb 100%);
  background-image: linear-gradient(to top, #a7a6cb 0%, #8989ba 52%, #8989ba 100%);
  background-image: linear-gradient(to top, #d9afd9 0%, #97d9e1 100%);
  background-image: linear-gradient(120deg, #a6c0fe 0%, #f68084 100%);
  background-image: linear-gradient(to top, #9795f0 0%, #fbc8d4 100%);
}

.contents_img a div.cel.pnk {
  background-image: linear-gradient(120deg, #a6c0fe 0%, #f68084 100%);
}

.contents_img a div.cel.org {
  background-image: linear-gradient(120deg, #f6d365 0%, #fda085 100%);
  background-image: linear-gradient(-60deg, #ff5858 0%, #f09819 100%);
}

.contents_img a div.cel.yel {
  background-image: linear-gradient(60deg, #abecd6 0%, #fbed96 100%);
}

.contents_img a div.cel.lmn {
  background-image: linear-gradient(60deg, #64b3f4 0%, #c2e59c 100%);
  /*★*/
}

.contents_img a div.cel.grn {
  background-image: linear-gradient(60deg, #96deda 0%, #50c9c3 100%);
  background-image: linear-gradient(-225deg, #b7f8db 0%, #50a7c2 100%);
}

.contents_img a div.cel.blu {
  background-image: linear-gradient(to top, #48c6ef 0%, #6f86d6 100%);
  background-image: linear-gradient(to top, #a3bded 0%, #6991c7 100%);
  background-image: linear-gradient(to top, #accbee 0%, #e7f0fd 100%);
  background-image: linear-gradient(120deg, #a1c4fd 0%, #c2e9fb 100%);
}

.contents_img a div.cel.red {
  background-image: linear-gradient(-45deg, #ffc796 0%, #ff6b95 100%);
}

.contents_img a div.cel.nvy {
  background-image: linear-gradient(to top, #6a85b6 0%, #bac8e0 100%);
  background-image: linear-gradient(to top, #fff1eb 0%, #ace0f9 100%);
  background-image: linear-gradient(to top, #a3bded 0%, #6991c7 100%);
  background-image: linear-gradient(15deg, #13547a 0%, #80d0c7 100%);
  background-image: linear-gradient(-225deg, #cbbacc 0%, #2580b3 100%);
  background-image: linear-gradient(-225deg, #7085b6 0%, #87a7d9 50%, #def3f8 100%);
  background-image: linear-gradient(to top, #1e3c72 0%, #1e3c72 1%, #2a5298 100%);
  /*★*/
}

.contents_img a div.cel.pale {
  background-image: linear-gradient(to top, #e6e9f0 0%, #eef1f5 100%);
  background-image: linear-gradient(135deg, #f5f7fa 0%, #c3cfe2 100%);
}

.bg-grade_ppl {
  background-image: linear-gradient(to top, #a18cd1 0%, #fbc2eb 100%);
  background-image: linear-gradient(to top, #a7a6cb 0%, #8989ba 52%, #8989ba 100%);
  background-image: linear-gradient(to top, #d9afd9 0%, #97d9e1 100%);
  background-image: linear-gradient(120deg, #a6c0fe 0%, #f68084 100%);
  background-image: linear-gradient(to top, #9795f0 0%, #fbc8d4 100%);
}

.bg-grade_pnk {
  background-image: linear-gradient(120deg, #a6c0fe 0%, #f68084 100%);
}

.bg-grade_org {
  background-image: linear-gradient(120deg, #f6d365 0%, #fda085 100%);
  background-image: linear-gradient(-60deg, #ff5858 0%, #f09819 100%);
}

.bg-grade_yel {
  background-image: linear-gradient(60deg, #abecd6 0%, #fbed96 100%);
}

.bg-grade_lmn {
  background-image: linear-gradient(60deg, #64b3f4 0%, #c2e59c 100%);
  /*★*/
}

.bg-grade_grn {
  background-image: linear-gradient(60deg, #96deda 0%, #50c9c3 100%);
  background-image: linear-gradient(-225deg, #b7f8db 0%, #50a7c2 100%);
}

.bg-grade_blu {
  background-image: linear-gradient(to top, #48c6ef 0%, #6f86d6 100%);
  background-image: linear-gradient(to top, #a3bded 0%, #6991c7 100%);
  background-image: linear-gradient(to top, #accbee 0%, #e7f0fd 100%);
  background-image: linear-gradient(120deg, #a1c4fd 0%, #c2e9fb 100%);
}

.bg-text_grade_blu {
  display: inline-block;
  background: linear-gradient(120deg, #a1c4fd 0%, #c2e9fb 100%);
  background: -webkit-linear-gradient(120deg, #a1c4fd 0%, #c2e9fb 100%);
  background-clip: border-box;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.bg-grade_red {
  background-image: linear-gradient(-45deg, #ffc796 0%, #ff6b95 100%);
}

.bg-grade_nvy {
  background-image: linear-gradient(to top, #6a85b6 0%, #bac8e0 100%);
  background-image: linear-gradient(to top, #fff1eb 0%, #ace0f9 100%);
  background-image: linear-gradient(to top, #a3bded 0%, #6991c7 100%);
  background-image: linear-gradient(15deg, #13547a 0%, #80d0c7 100%);
  background-image: linear-gradient(-225deg, #cbbacc 0%, #2580b3 100%);
  background-image: linear-gradient(-225deg, #7085b6 0%, #87a7d9 50%, #def3f8 100%);
  background-image: linear-gradient(to top, #1e3c72 0%, #1e3c72 1%, #2a5298 100%);
  /*★*/
}

.bg-text_grade_nvy {
  display: inline-block;
  background: linear-gradient(to top, #1e3c72 0%, #1e3c72 1%, #2a5298 100%);
  background: -webkit-linear-gradient(to top, #1e3c72 0%, #1e3c72 1%, #2a5298 100%);
  background-clip: border-box;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.bg-grade_pale {
  /*background-image: linear-gradient(to top, #e6e9f0 0%, #eef1f5 100%);*/
  background-image: linear-gradient(125deg, #fff 0%, #e7ecf5 100%);
}

.bg-grade_white {
  background-image: linear-gradient(to top, #fff 0%, #fff 50%, transparent 90%, transparent 100%);
  /*background-image: linear-gradient(135deg, #f5f7fa 0%, #c3cfe2 100%);*/
}

.bg-diagonal_25 {
  background-color: #fff;
  background-image: linear-gradient(125deg, rgba(255, 255, 255, 0) 25%, #f1f2f9 25%, #b6bfdf 100%);
}

.bg-diagonal_25_rev {
  background-color: #fff;
  background-image: linear-gradient(125deg, #f1f2f9 0%, #b6bfdf 25%, rgba(255, 255, 255, 0) 25%, rgba(255, 255, 255, 0) 100%);
}

.bg-diagonal_50 {
  background-color: #fff;
  background-image: linear-gradient(125deg, rgba(255, 255, 255, 0) 50%, #f1f2f9 50%, #b6bfdf 100%);
}

#business div#gr_pagetitle_area_static {
  background: url(/business/img/bg_solution.jpg) no-repeat;
  background-size: cover;
  background-position: center bottom;
}

@media (min-width: 1280px) {
  .news_card .text_box ul.news_inner span.xl\:small {
    display: block;
    font-size: 0.625rem;
    line-height: 1.5;
  }

  @media (min-width: 768px) {
    .news_card .text_box ul.news_inner span.xl\:small {
      font-size: 0.75rem;
      line-height: 1.5;
    }
  }

  @media (min-width: 1024px) {
    .news_card .text_box ul.news_inner span.xl\:small {
      font-size: 0.875rem;
      line-height: 1.6;
    }
  }
}

.hover\:scale-105:hover {
  --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));
}

.hover\:bg-slate-100:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(241 245 249 / var(--tw-bg-opacity));
}

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

.hover\:text-stone-500:hover {
  --tw-text-opacity: 1;
  color: rgb(120 113 108 / var(--tw-text-opacity));
}

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

@media (min-width: 640px) {
  .sm\: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\:-ml-4\/5 {
    margin-left: -80%;
  }

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

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

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

  .sm\:ml-5 {
    margin-left: 1.25rem;
  }

  .sm\:mr-2 {
    margin-right: 0.5rem;
  }

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

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

  .sm\:block {
    display: block;
  }

  .sm\:grid {
    display: grid;
  }

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

  .sm\:w-2\/5 {
    width: 40%;
  }

  .sm\:w-3\/5 {
    width: 60%;
  }

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

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

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

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

  .sm\:border-l {
    border-left-width: 1px;
  }

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

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

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

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

  .sm\:text-base {
    font-size: 1rem;
    line-height: 1.75;
  }

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

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

  .sm\:text-xs {
    font-size: 0.75rem;
    line-height: 1.5;
  }

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

@media (min-width: 768px) {
  .md\:left-16 {
    left: 4rem;
  }

  .md\:top-16 {
    top: 4rem;
  }

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

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

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

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

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

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

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

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

  .md\:grid {
    display: grid;
  }

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

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

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

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

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

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

  .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-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

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

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

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

  .md\:object-right {
    -o-object-position: right;
       object-position: right;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .lg\:mx-24 {
    margin-left: 6rem;
    margin-right: 6rem;
  }

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

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

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

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

  .lg\:-ml-3\/4 {
    margin-left: -75%;
  }

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

  .lg\:-mt-24 {
    margin-top: -6rem;
  }

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

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

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

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

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

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

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

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

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

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

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

  .lg\:mr-2 {
    margin-right: 0.5rem;
  }

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

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

  .lg\:mt-12 {
    margin-top: 3rem;
  }

  .lg\:mt-16 {
    margin-top: 4rem;
  }

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

  .lg\:mt-24 {
    margin-top: 6rem;
  }

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

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

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

  .lg\:block {
    display: block;
  }

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

  .lg\:inline {
    display: inline;
  }

  .lg\:hidden {
    display: none;
  }

  .lg\:h-10 {
    height: 2.5rem;
  }

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

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

  .lg\:h-20 {
    height: 5rem;
  }

  .lg\:h-5 {
    height: 1.25rem;
  }

  .lg\:min-h-35vh {
    min-height: 35vh;
  }

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

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

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

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

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

  .lg\:w-10 {
    width: 2.5rem;
  }

  .lg\:w-16 {
    width: 4rem;
  }

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

  .lg\:w-2\/5 {
    width: 40%;
  }

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

  .lg\:w-3\/5 {
    width: 60%;
  }

  .lg\:w-5 {
    width: 1.25rem;
  }

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

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

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

  .lg\:w-9\/12 {
    width: 75%;
  }

  .lg\:w-96 {
    width: 24rem;
  }

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

  .lg\:max-w-custom {
    max-width: 1920px;
  }

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

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

  .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\:grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

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

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

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

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

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

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

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

  .lg\:gap-5 {
    gap: 1.25rem;
  }

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

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

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

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

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

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

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

  .lg\:px-12 {
    padding-left: 3rem;
    padding-right: 3rem;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .lg\:text-base {
    font-size: 1rem;
    line-height: 1.75;
  }

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

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

  .lg\:text-sm {
    font-size: 0.875rem;
    line-height: 1.6;
  }

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

  .lg\:text-xs {
    font-size: 0.75rem;
    line-height: 1.5;
  }

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

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

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

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

  .xl\:mx-16 {
    margin-left: 4rem;
    margin-right: 4rem;
  }

  .xl\:mx-4 {
    margin-left: 1rem;
    margin-right: 1rem;
  }

  .xl\:-mt-16 {
    margin-top: -4rem;
  }

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

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

  .xl\:ml-1\/5 {
    margin-left: 20%;
  }

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

  .xl\:block {
    display: block;
  }

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

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

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

  .xl\:max-h-none {
    max-height: none;
  }

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

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

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

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

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

  .xl\:w-2\/5 {
    width: 40%;
  }

  .xl\:w-3\/5 {
    width: 60%;
  }

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

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

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

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

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

  .xl\:max-w-screen-lg {
    max-width: 1024px;
  }

  .xl\:max-w-xs {
    max-width: 20rem;
  }

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

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

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

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

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

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

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

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

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

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

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

  .xl\:text-sm {
    font-size: 0.875rem;
    line-height: 1.6;
  }

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

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

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

  .\32xl\:-mx-16 {
    margin-left: -4rem;
    margin-right: -4rem;
  }

  .\32xl\:-mx-24 {
    margin-left: -6rem;
    margin-right: -6rem;
  }

  .\32xl\:ml-28 {
    margin-left: 7rem;
  }

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

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

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

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

  .\32xl\:gap-12 {
    gap: 3rem;
  }

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

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

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