/*
! tailwindcss v3.4.1 | MIT License | https://tailwindcss.com
*/

/*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/

*,
::before,
::after {
  box-sizing: border-box;
  /* 1 */
  border-width: 0;
  /* 2 */
  border-style: solid;
  /* 2 */
  border-color: #e5e7eb;
  /* 2 */
}

::before,
::after {
  --tw-content: '';
}

/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
5. Use the user's configured `sans` font-feature-settings by default.
6. Use the user's configured `sans` font-variation-settings by default.
7. Disable tap highlights on iOS
*/

html,
:host {
  line-height: 1.5;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -moz-tab-size: 4;
  /* 3 */
  -o-tab-size: 4;
     tab-size: 4;
  /* 3 */
  font-family: ui-sans-serif, system-ui, -apple-system, Segoe UI, Roboto, Ubuntu, Cantarell, 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 */
  -webkit-tap-highlight-color: transparent;
  /* 7 */
}

/*
1. Remove the margin in all browsers.
2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
*/

body {
  margin: 0;
  /* 1 */
  line-height: inherit;
  /* 2 */
}

/*
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
3. Ensure horizontal rules are visible by default.
*/

hr {
  height: 0;
  /* 1 */
  color: inherit;
  /* 2 */
  border-top-width: 1px;
  /* 3 */
}

/*
Add the correct text decoration in Chrome, Edge, and Safari.
*/

abbr:where([title]) {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline;
          text-decoration: underline dotted;
}

/*
Remove the default font size and weight for headings.
*/

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}

/*
Reset links to optimize for opt-in styling instead of opt-out.
*/

a {
  color: inherit;
  text-decoration: inherit;
}

/*
Add the correct font weight in Edge and Safari.
*/

b,
strong {
  font-weight: bolder;
}

/*
1. Use the user's configured `mono` font-family by default.
2. Use the user's configured `mono` font-feature-settings by default.
3. Use the user's configured `mono` font-variation-settings by default.
4. Correct the odd `em` font sizing in all browsers.
*/

code,
kbd,
samp,
pre {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  /* 1 */
  font-feature-settings: normal;
  /* 2 */
  font-variation-settings: normal;
  /* 3 */
  font-size: 1em;
  /* 4 */
}

/*
Add the correct font size in all browsers.
*/

small {
  font-size: 80%;
}

/*
Prevent `sub` and `sup` elements from affecting the line height in all browsers.
*/

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/*
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
3. Remove gaps between table borders by default.
*/

table {
  text-indent: 0;
  /* 1 */
  border-color: inherit;
  /* 2 */
  border-collapse: collapse;
  /* 3 */
}

/*
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
3. Remove default padding in all browsers.
*/

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-feature-settings: inherit;
  /* 1 */
  font-variation-settings: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  font-weight: inherit;
  /* 1 */
  line-height: inherit;
  /* 1 */
  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;
}

/*カラー変数*/

:root {
  --color-base: #fff;
  --color-main: #333;
  --color-accent: #f8b61c;
  --color-accent02: #ea5420;
  --color-green: #E5F4DE;
  --color-green02: #E9EEE8;
  --color-green03: #2f8b20;
  --color-green04: #6ec241;
  --color-green05: #FAFCF9;
  --color-red: #F55555;
  --color-red02: #e50018;
  --color-blue: #083251;
  --color-blue02: #062d4b;
  --color-blue03: #abd9ff;
  --color-blue04: #4666bd;
  --color-yellow: #efff47;
  --color-yellow02: #f1ff59;
  --color-gray: #d9d9d9;
  --color-gray02: #3b4043;
  --bg-grad-green: linear-gradient(90deg, rgba(207, 219, 2, 1) 0%, rgba(166, 175, 0, 1) 100%);
  --bg-grad-green02: linear-gradient(90deg, rgba(99, 180, 86, 1) 0%, rgba(17, 113, 0, 1) 100%);
  --color-gurad: linear-gradient(0deg, rgba(245, 245, 245, 1) 5%, rgba(236, 236, 236, 1) 10%, rgba(218, 218, 218, 1) 20%, rgba(180, 180, 180, 1) 40%, rgba(143, 143, 143, 1) 60%, rgba(105, 105, 105, 1) 80%, rgba(68, 68, 68, 1) 100%);
  --color-gurad02: linear-gradient(90deg, rgba(245, 245, 245, 1) 5%, rgba(236, 236, 236, 1) 10%, rgba(218, 218, 218, 1) 20%, rgba(180, 180, 180, 1) 40%, rgba(143, 143, 143, 1) 60%, rgba(105, 105, 105, 1) 80%, rgba(68, 68, 68, 1) 100%);
  --color-gurad03: linear-gradient(180deg, rgba(245, 245, 245, 1) 5%, rgba(236, 236, 236, 1) 10%, rgba(218, 218, 218, 1) 20%, rgba(180, 180, 180, 1) 40%, rgba(143, 143, 143, 1) 60%, rgba(105, 105, 105, 1) 80%, rgba(68, 68, 68, 1) 100%);
  --color-gurad04: linear-gradient(270deg, rgba(245, 245, 245, 1) 5%, rgba(236, 236, 236, 1) 10%, rgba(218, 218, 218, 1) 20%, rgba(180, 180, 180, 1) 40%, rgba(143, 143, 143, 1) 60%, rgba(105, 105, 105, 1) 80%, rgba(68, 68, 68, 1) 100%);
  --color-txt: #333;
  --color-txt02: #d9181b;
  --color-txt-link: #666;
  --color-txt-link-hover: #d55e5e;
}

/*Width変数*/

:root {
  --v-width-sp: calc(100% - 30px);
  --v-width-pc: calc(100% - 50px);
  --base-width-sp: 375;
  --base-width-pc: 1920;
  --inner-width-sp: 335;
  --inner-width-pc: 1200;
}

/*shadow*/

:root {
  --box-shadow: 1px 2px 8.9px 1.1px rgba(68, 68, 68, 0.25);
  --txt-shadow: 1px 2px 8.9px rgba(68, 68, 68, 0.25);
}

/*font-family*/

:root {
  --font-gothic: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  --font-century: century-gothic, "Century Gothic", CenturyGothic, ' Gothic A1', sans-serif;
  --font-noto-sans-jp: 'Noto Sans JP', sans-serif;
  --font-m-plus-2: "M PLUS 2", sans-serif;
  --font-oswald: "Oswald", sans-serif;
  --font-jost: 'Jost', sans-serif;
  --font-maru-gochic: 'Zen Maru Gothic', serif;
  --font-roboto-txt: "Roboto", sans-serif;
  --font-sub-txt: 'Jost', sans-serif;
}

/*base-transition*/

:root {
  --base-transition: 0.3s ease-in;
}

/*レギュレーション外のカラー変数 --- Symbolカラー*/

:root {
  --headding-symbol-color: url("../img/common/icon_symbol02.png") no-repeat;
  --txt-size-S: 1rem;
  --txt-size-S02: 1.2rem;
  --txt-size-S03: 1.4rem;
  --txt-size-M: 1.6rem;
  --txt-size-M02: 1.8rem;
  --txt-size-L: 2rem;
  --txt-size-L02: 2.2rem;
  --txt-size-L03: 2.4rem;
  --txt-size-L04: 2.8rem;
  --txt-size-LL: 3rem;
  --txt-size-LL02: 3.2rem;
  --txt-size-LL03: 3.4rem;
}

/*padding*/

:root {
  --padding-top-S: 10px;
  --padding-top-M: 20px;
  --padding-top-L: 40px;
}

/*margin*/

:root {
  --margin-top-S: 10px;
  --margin-top-M: 20px;
  --margin-top-L: 40px;
}

/*ここから初期設定*/

html {
  font-size: 10px;
  font-size: 62.5%;
}

body {
  font-size: 129px;
  color: #333;
  color: var(--color-txt);
  font-family: 'Noto Sans JP', sans-serif;
  font-family: var(--font-noto-sans-jp);
  font-feature-settings: "palt";
  line-height: 1.88;
  letter-spacing: 0.1em;
  overflow-x: hidden;
  font-size: 1.6rem;
}

body.is-fixed {
    overflow: hidden;
  }

img {
  max-width: 100%;
  height: auto;
/*   display: block; */
  display: inline;
}

a {
  color: #333;
  color: var(--color-txt);
  -webkit-text-decoration: none;
  text-decoration: none;
  cursor: pointer;
}

*, ::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: rgba(59, 130, 246, 0.5);
  --tw-ring-offset-shadow: 0 0 rgba(0,0,0,0);
  --tw-ring-shadow: 0 0 rgba(0,0,0,0);
  --tw-shadow: 0 0 rgba(0,0,0,0);
  --tw-shadow-colored: 0 0 rgba(0,0,0,0);
  --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: rgba(59, 130, 246, 0.5);
  --tw-ring-offset-shadow: 0 0 rgba(0,0,0,0);
  --tw-ring-shadow: 0 0 rgba(0,0,0,0);
  --tw-shadow: 0 0 rgba(0,0,0,0);
  --tw-shadow-colored: 0 0 rgba(0,0,0,0);
  --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:  ;
}

.container {
  width: 100%;
}

.d-heading02 {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  flex-direction: column;
  font-weight: 500;
  font-size: 3.2rem;
  font-family: "M PLUS 2", sans-serif;
  font-family: var(--font-m-plus-2);
}

.d-heading02 > span{
    position: relative;
  }

.d-heading02 > span > .imgIcon{
      position: absolute;
      top: 50%;
      left: -15px;
      transform: translate(-100%, -50%);
      width: 33px;
    }

.d-heading02 > span > .mainTxt{
      display: block;
      margin: 0;
      color: #083251;
      color: var(--color-blue);
      text-shadow: 2px 2px 4px rgba(241, 255, 89, 1);
      font-size: 3.2rem;
      line-height: 1.4;
      font-weight: 500;
    }

.d-heading02 > span > .subTxt{
      margin: 1rem auto 0;
      display: block;
      color: #4666bd;
      font-size: 1.4rem;
    }

.d-section.-product .d-heading02 > span > .mainTxt{
        color: #fff;
        text-shadow: none;
      }

.d-section.-product .d-heading02 > span > .subTxt{
      }

.d-btn a {
    display: flex;
  }

.d-btn a {
    align-items: center;
  }

.d-btn a {
    justify-content: center;
  }

.d-btn a {
    padding: 1rem 5.5rem 1rem;
    width: 100%;
    min-height: 6rem;
    position: relative;
  }

.d-btn a::after {
      content: '';
      display: inline-block;
      width: 1.6rem;
      height: 1.6rem;
      background: url('../img/common/icon_arrow_right_wh.png') no-repeat;
      background-size: contain;
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      right: 2rem;
    }

.d-btn.is-disabled {
    padding: 0;
  }

.d-btn.is-disabled a {
      padding: 0;
      font-size: 1.7rem;
      background: #ddd;
      color: #fff;
    }

.d-btn.is-disabled a .notesTxt {
        display: block;
        color: #e50018;
        color: var(--color-red02);
      }

.d-btn.is-green a {
      background: linear-gradient(90deg, rgba(99, 180, 86, 1) 0%, rgba(17, 113, 0, 1) 100%);
      background: var(--bg-grad-green02);
      color: #fff;
    }

.d-btn.is-red a {
      background: #e50018;
      background: var(--color-red02);
      color: #fff;
    }

.d-btn.is-white a {
      border: 1px solid #ccc;
      background: #fff;
    }

.d-btn.is-white a::after {
        background-image: url('../img/common/icon_arrow_right_red.png');
      }

.d-btn.is-white a[href$=".pdf"]:after {
        margin: 0 0 0 1.5rem;
        content: '';
        display: inline-block;
        width: 14px;
        height: 18px;
        background: url('../img/common/icon_pdf.png') no-repeat;
        background-size: contain;
        position: relative;
        top: 0.8rem;
        right: 0;
      }

.d-btn.is-white a:hover {
        border-color: #e50018;
        border-color: var(--color-red02);
        background: #e50018;
        background: var(--color-red02);
        color: #fff;
        opacity: 1;
      }

.d-btn.is-white a:hover::after {
          background-image: url('../img/common/icon_arrow_right_wh.png');
        }

.d-btn.is-white a[href$=".pdf"]:hover:after {
          margin: 0 0 0 1.5rem;
          content: '';
          display: inline-block;
          width: 14px;
          height: 18px;
          background: url('../img/common/icon_pdf.png') no-repeat;
          background-size: contain;
          position: relative;
          top: 0.8rem;
          right: 0;
        }

.d-fig {
  display: block;
}

.d-fig >.body {
    display: block;
    width: 100%;
    height: 100%;
  }

.d-fig >.body >a>img {
    }

.d-fig >.body >img {
    }

.d-tag-list,
  .d-tag-list02 {
  margin-top: 6px;
}

.d-tag-list .d-tag,
    .d-tag-list02 .d-tag,
    .d-tag-list .d-tag02,
    .d-tag-list02 .d-tag02 {
    min-height: 2.5rem;
    display: inline-block;
    text-align: center;
    padding: 0.25rem 0.5rem 0.25rem;
    background: #f3f3f3;
    border: 1px solid #bbbbbb;
    border-radius: 2px;
    box-sizing: border-box;
    font-size: 1.2rem;
    white-space: nowrap;
    line-height: 1;
  }

.d-tag-list02 .d-tag02 {
    padding: 0.5rem 1.5rem 0.5rem;
    border: none;
    min-width: auto;
  }

.d-date-list,
  .d-date-list02 {
  display: flex;
  justify-content: space-between;
  padding: 0.5rem 0 0.5rem;
  border: 1px solid;
  border-radius: 0.5rem;
  border: 1px solid #bbbbbb;
}

.d-date-list .dateTxt, .d-date-list02 .dateTxt {
    width: 100%;
    padding: 0 2rem;
    letter-spacing: 0;
    line-height: 1;
    text-align: center;
  }

.d-date-list .dateTxt:nth-of-type(n+2), .d-date-list02 .dateTxt:nth-of-type(n+2) {
      border-left: 1px solid #bbb;
    }

.d-icon-list {
  display: flex;
}

.d-icon-list .iconItem {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 10rem;
    height: 2rem;
    font-size: 1.4rem;
    border: 2px solid #666;
    background: #666;
    border-radius: 1.5rem;
    color: #fff;
    box-sizing: border-box;
    margin-right: 1rem;
  }

.d-icon-list .iconItem.is-red {
      background: none;
      border-color: #F55555;
      border-color: var(--color-red);
      color: #F55555;
      color: var(--color-red);
    }

.d-icon-list .iconItem.is-green {
      background: none;
      border-color: #2f8b1f;
      color: #2f8b1f;
    }

.d-date-list02 {
  background: #519844;
  border-color: #519844;
  color: #fff;
}

.visible {
  visibility: visible;
}

.static {
  position: static;
}

.fixed {
  position: fixed;
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

.sticky {
  position: sticky;
}

.block {
  display: block;
}

.inline-block {
  display: inline-block;
}

.inline {
  display: inline;
}

.flex {
  display: flex;
  flex-wrap: wrap;
}

.table {
  display: table;
}

.grid {
  display: grid;
}

.contents {
  display: contents;
}

.hidden {
  display: none;
}

.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));
}

.resize {
  resize: both;
}

.border {
  border-width: 1px;
}

.text-center {
  text-align: center;
}

.shadow {
  --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px -1px rgba(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: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px -1px rgba(0, 0, 0, 0.1);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
}

.blur {
  --tw-blur: blur(8px);
  filter: blur(8px) 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: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

.invert {
  --tw-invert: invert(100%);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) invert(100%) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

.filter {
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

.transition {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.ease-in {
  transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
}

.ease-in-out {
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
@media (min-width: 320px) {
  .container {
    max-width: 320px;
  }
}
@media (min-width: 768.02px) {

a {
    transition: 0.1s ease-in-out;
}

    a:hover {
      /* color: var(--color-txt-link-hover); */
      opacity: .6;
    }

.d-heading02 > span > .imgIcon{
        width: 33px;

        top: calc(50% + 5px);
    }

.d-heading02 > span > .mainTxt{
        font-size: 3.2rem;
    }

.d-heading02 > span > .subTxt{
        margin: 0 auto 0;
    }
    .d-btn a {
      min-height: 6rem;
      border-radius: 3rem;
    }
}
@media (min-width: 769px) {
  .container {
    max-width: 769px;
  }
  .md\:block {
    display: block;
  }

  .md\:flex {
    display: flex;
  }

  .md\:hidden {
    display: none;
  }

  .md\:flex-row-reverse {
    flex-direction: row-reverse;
  }
}
@media (min-width:769px) {

:root {
    --txt-size-S: 1rem;

    --txt-size-S02: 1.2rem;

    --txt-size-S03: 1.4rem;

    --txt-size-M: 1.6rem;

    --txt-size-M02: 1.8rem;

    --txt-size-L: 2rem;

    --txt-size-L02: 2.2rem;

    --txt-size-L03: 2.4rem;

    --txt-size-L04: 2.6rem;

    --txt-size-L04: 2.8rem;

    --txt-size-LL: 3rem;

    --txt-size-LL02: 3.2rem;

    --txt-size-LL03: 3.4rem;
}

.d-btn a::after {
        width: 2rem;

        height: 2rem;

        right: 2.5rem;
    }

.d-tag-list .d-tag,
    .d-tag-list02 .d-tag,
    .d-tag-list .d-tag02,
    .d-tag-list02 .d-tag02 {
      min-width: 13rem;

      padding: 5px 10px 5px;

      margin: 0 10px 0 0;

      font-size: 1.4rem;
  }

.d-icon-list .iconItem {
      width: 13.2rem;

      height: 3rem;

      font-size: 1.8rem;
  }
}
@media (min-width: 1024px) {
  .container {
    max-width: 1024px;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1200px;
  }
}
@media (min-width: 1280px) {
  .container {
    max-width: 1280px;
  }
}
@media (min-width: 1536px) {
  .container {
    max-width: 1536px;
  }
}
@media (max-width: 768px) {
    .d-btn a {
      min-height: 4.6rem;
      border-radius: 2.3rem;
    }

.d-tag-list,
  .d-tag-list02 {
    display: flex;

    flex-wrap: wrap;
}

.d-tag-list .d-tag,
    .d-tag-list02 .d-tag,
    .d-tag-list .d-tag02,
    .d-tag-list02 .d-tag02 {
      display: flex;

      align-items: center;

      justify-content: center;

      min-width: auto;

      width: calc((100% / 3) - (2rem / 3));
  }

      .d-tag-list .d-tag:not(:nth-of-type(3n)), .d-tag-list02 .d-tag:not(:nth-of-type(3n)), .d-tag-list .d-tag02:not(:nth-of-type(3n)), .d-tag-list02 .d-tag02:not(:nth-of-type(3n)) {
        margin-right: 1rem;
      }

      .d-tag-list .d-tag:nth-of-type(n+4), .d-tag-list02 .d-tag:nth-of-type(n+4), .d-tag-list .d-tag02:nth-of-type(n+4), .d-tag-list02 .d-tag02:nth-of-type(n+4) {
        margin-top: 1rem;
      }

.d-date-list .dateTxt, .d-date-list02 .dateTxt {
      font-size: 1.2rem;
  }

.d-icon-list {
    flex-wrap: wrap;
}

.d-icon-list .iconItem {
      margin-right: 1rem;

      margin-bottom: 1rem;
  }
}


/* color style */
.cl_blue { color: var(--color-blue04) !important; }
.cl_Lightblue { color: var(--color-blue03) !important; }
.cl_gray { color: var(--color-txt-link) !important; }
.cl_white { color: var(--color-base) !important; }

/* ttl font-size */
@media (min-width: 769px){
  .ttl_fz_large,
  .ttl_fz_40px { font-size: 4.0rem !important; }
  .ttl_fz_medium,
  .ttl_fz_30px { font-size: 3.0rem !important; }
  .ttl_fz_small,
  .ttl_fz_24px { font-size: 2.4rem !important; }
}
@media (max-width: 768px){
  .ttl_fz_large,
  .ttl_fz_40px { font-size: 3.2rem !important; }
  .ttl_fz_medium,
  .ttl_fz_30px { font-size: 2.4rem !important; }
  .ttl_fz_small,
  .ttl_fz_24px { font-size: 2.0rem !important; }
}

/* text align */
.text-align_left { text-align: left !important; }
.text-align_center { text-align: center !important; }
.text-align_right { text-align: right !important; }

