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

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

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

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

html,
:host {
  line-height: 1.5; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -moz-tab-size: 4; /* 3 */
  -o-tab-size: 4;
     tab-size: 4; /* 3 */
  font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; /* 4 */
  font-feature-settings: normal; /* 5 */
  font-variation-settings: normal; /* 6 */
  -webkit-tap-highlight-color: transparent; /* 7 */
}

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

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

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

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

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

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

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

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

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

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

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

b,
strong {
  font-weight: bolder;
}

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

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

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

small {
  font-size: 80%;
}

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

button,
select {
  text-transform: none;
}

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

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

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

:-moz-focusring {
  outline: auto;
}

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

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

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

progress {
  vertical-align: baseline;
}

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

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

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

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

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

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

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

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

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

summary {
  display: list-item;
}

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

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

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

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

/*
Reset default styling for dialogs.
*/
dialog {
  padding: 0;
}

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

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

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

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

/*
Set the default cursor for buttons.
*/

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

/*
Make sure disabled buttons don't get the pointer cursor.
*/
:disabled {
  cursor: default;
}

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

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

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

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

/* Make elements with the HTML hidden attribute stay hidden by default */
[hidden] {
  display: none;
}* {
  outline: none;
}

html {
  background-color: #fff;
  /* ============================================
	font-size: 62.5%;
  計算式：　10(px) / 375(px) * 100 = 2.666
  画面幅375pxの時に "font-size: 10px" 相当になる
	===============================================*/
  font-size: calc(1000vw / 375);
  /* line-height: global.$line-height; */
}
@media (min-width: 768px) {
  html {
    font-size: 54.5%;
  }
}
@media (min-width: 1000px) {
  html {
    font-size: 56.5%;
  }
}
@media (min-width: 1200px) {
  html {
    font-size: 62.5%;
  }
}
@media (min-width: 1920px) {
  html {
    font-size: calc(1000vw / 1920);
  }
}

html.is-locked,
html.is-locked body {
  position: relative;
  overflow: hidden;
}
@media (min-width: 1920px) {
  html {
    position: initial;
    overflow: initial;
  }
}

/* TOPページだけローディングアニメがあるので、コンテンツのチラつき防止 */
html.is-home .b-base-body {
  opacity: 0;
}
html.is-home.is-loaded .b-base-body {
  opacity: 1;
}

body {
  font-size: 1.4em;
  font-kerning: normal;
  font-feature-settings: 'palt';
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: auto;
  line-break: strict;
  --tw-text-opacity: 1;
  color: rgb(51 51 51 / var(--tw-text-opacity));
}
@media (min-width: 768px) {
  body {
    /* min-width: 1024px; */
    font-size: 1.6em;
  }
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: inherit;
  font-weight: bold;
  line-height: 1.4;
  font-family: inherit;
}

ul,
ol {
  padding-left: 0;
  list-style-type: none;
}

li {
  > ul,
  > ol {
    margin-bottom: 0;
  }
}

dd {
  margin-left: 0;
}

table {
  width: 100%;
}

a {
  transition: 0.3s;
  text-decoration: none;
}
a:hover {
  opacity: 0.7;
}

img {
  vertical-align: bottom;
  max-width: 100%;
  height: auto;
}

i,
cite,
em,
address,
dfn {
  font-style: normal;
}

h1,
h2,
h3,
h4,
h5,
h6,
ul,
ol,
dl,
blockquote,
p,
address,
hr,
table,
fieldset,
figure,
pre {
  margin-top: 0;
  margin-bottom: 0;
}

/* ==============
  フォーム
=============== */
input,
button,
textarea,
select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin: 0;
  outline: none;
  border: none;
  border-radius: 0;
  background: none;
  padding: 0;
}

textarea {
  resize: none;
}

textarea::-moz-placeholder {
  --tw-text-opacity: 1;
  color: rgb(140 140 140 / var(--tw-text-opacity));
}

textarea::placeholder {
  --tw-text-opacity: 1;
  color: rgb(140 140 140 / var(--tw-text-opacity));
}

textarea::-webkit-input-placeholder {
  padding-top: 0.2rem;
}

textarea::-ms-input-placeholder {
  --tw-text-opacity: 1;
  color: rgb(140 140 140 / var(--tw-text-opacity));
}

textarea:-ms-input-placeholder {
  --tw-text-opacity: 1;
  color: rgb(140 140 140 / var(--tw-text-opacity));
}

input {
  font-size: 16px;
}

input::-moz-placeholder {
  --tw-text-opacity: 1;
  color: rgb(140 140 140 / var(--tw-text-opacity));
}

input::placeholder {
  --tw-text-opacity: 1;
  color: rgb(140 140 140 / var(--tw-text-opacity));
}

input::-webkit-input-placeholder {
  padding-top: 0.2rem;
}

input::-ms-input-placeholder {
  --tw-text-opacity: 1;
  color: rgb(140 140 140 / var(--tw-text-opacity));
}

input:-ms-input-placeholder {
  --tw-text-opacity: 1;
  color: rgb(140 140 140 / var(--tw-text-opacity));
}

input[type='search']::-webkit-search-cancel-button,
input[type='search']::-webkit-search-decoration {
  -webkit-appearance: none;
}

select {
  --tw-text-opacity: 1;
  color: rgb(140 140 140 / var(--tw-text-opacity));
  vertical-align: middle;
  transition: 0.3s;
  cursor: pointer;
  background: none transparent;
  text-indent: 0.01px;
  text-overflow: '';
}
select:hover {
  opacity: 0.7;
}

select option {
  --tw-text-opacity: 1;
  color: rgb(140 140 140 / var(--tw-text-opacity));
  background-color: #fff;
}

select::-ms-expand {
  display: none;
}

select:-moz-focusring {
  --tw-text-opacity: 1;
  color: rgb(140 140 140 / var(--tw-text-opacity));
  text-shadow: none;
}

/* =================================================
  Details
================================================= */
details > summary {
  cursor: pointer;
  list-style: none;
}

details > summary::-webkit-details-marker {
  display: none;
}html {
  font-weight: 500;
  font-family: 'Zen Kaku Gothic New', sans-serif;
}

.b-font-roboto {
  font-style: normal;
  font-weight: 500;
  font-family: 'Roboto', sans-serif;
}

.b-font-base {
  font-style: normal;
  font-weight: 500;
  font-family: 'Zen Kaku Gothic New', sans-serif;
}

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

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

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

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

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

  .container {
    max-width: 1000px;
  }
}
@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: 1440px) {

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

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

  .container {
    max-width: 1920px;
  }
}
/* *******************************************************

  アコーディオンボタン
  c-accordion (js-accordion-trg)
	c-accordion_inner (js-accordion-inner)

******************************************************* */
/* *******************************************************
  トリガー
******************************************************* */
.c-accordion {
  display: block;
  position: relative;
  cursor: pointer;
}
/* *******************************************************
  トグルアイコン ＋ → -
******************************************************* */
.c-accordion_toggle {
  display: block;
  position: absolute;
  top: 50%;
  right: 4%;
  transform: translate(0, -50%);
  width: 1.2rem;
  height: 1.2rem;
}
.c-accordion_toggle-wrapper {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
}
.c-accordion_toggle .line-h {
  display: block;
  width: 100%;
  height: 2px;
  --tw-bg-opacity: 1;
  background-color: rgb(5 77 209 / var(--tw-bg-opacity));
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
}
.c-accordion_toggle .line-v {
  display: block;
  width: 2px;
  height: 100%;
  --tw-bg-opacity: 1;
  background-color: rgb(5 77 209 / var(--tw-bg-opacity));
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, 0);
  transition: all 0.2s ease;
}
.is-open .c-accordion_toggle .line-v {
  transform: rotate(90deg);
  opacity: 0;
}
/* *******************************************************
  開閉コンテンツ (c-accordionの兄弟要素)
******************************************************* */
.c-accordion_inner {
  transition: max-height 0.3s ease;
  max-height: 0;
  overflow: hidden;
}
.c-accordion_inner.is-open {
  max-height: 1000px;
}
/* *******************************************************

  components : microCMSで取得してきた記事のクラス
  c-cmsArticle

******************************************************* */
/* .c-cmsArticle {
} */
.c-cmsArticle > * + * {
  margin-top: 1.6rem;
}
@media (min-width: 768px) {
  .c-cmsArticle > * + * {
    margin-top: 2rem;
  }
}
.c-cmsArticle > * + h2,
.c-cmsArticle > * + h3,
.c-cmsArticle > * + h4,
.c-cmsArticle > * + h5,
.c-cmsArticle > * + h6 {
  margin-top: 2rem;
  @media (min-width: 768px) {
    margin-top: 3.2rem;
  }
}
/* *******************************************************
  見出し
******************************************************* */
.c-cmsArticle h2,
.c-cmsArticle h3,
.c-cmsArticle h4,
.c-cmsArticle h5,
.c-cmsArticle h6 {
  font-size: 1.8rem;
}
@media (min-width: 768px) {

  .c-cmsArticle h2,
.c-cmsArticle h3,
.c-cmsArticle h4,
.c-cmsArticle h5,
.c-cmsArticle h6 {
    font-size: 2.2rem;
  }
}
.c-cmsArticle h2,
.c-cmsArticle h3,
.c-cmsArticle h4,
.c-cmsArticle h5,
.c-cmsArticle h6 {
  border-bottom: 1px dotted #333;
  padding-bottom: 0.6rem;
  font-weight: 500;
}
/* *******************************************************
  リスト
******************************************************* */
.c-cmsArticle ol {
  margin-left: 20px;
  list-style-type: decimal;
  list-style-position: outside;
}
.c-cmsArticle ul {
  margin-left: 20px;
  list-style-type: disc;
  list-style-position: outside;
}
/* *******************************************************
  テーブル
******************************************************* */
.c-cmsArticle table {
  border: 1px solid #333;
  border-collapse: collapse;
}
.c-cmsArticle table th {
  --tw-bg-opacity: 1;
  background-color: rgb(231 244 247 / var(--tw-bg-opacity));
  border: 1px solid #333;
  padding: 0.7rem 1.6rem;
}
.c-cmsArticle table td {
  border: 1px solid #333;
  padding: 0.7rem 1.6rem;
}
/* *******************************************************

  components : コンテンツ (2カラム)
  c-contents

******************************************************* */
.c-contents {
  display: grid;
  grid-template-columns: 1fr;
  width: 100%;
  max-width: 100vw;
}
@media (min-width: 768px) {
  .c-contents {
    grid-template-columns: 28% 72%;
  }
}
.c-contents.c-contents--inner {
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
}
.is-loaded .c-contents.c-contents--inner {
  opacity: 1;
}
/* ******************************************************
  サイドバー
******************************************************* */
.c-contents_aside {
  display: flex;
  position: relative;
  row-gap: 5rem;
  flex-direction: column;
  order: 2;
  background-image: repeating-linear-gradient(135deg, #f6f6f6, #f6f6f6 5px, #fff 5px, #fff 10px);
  padding: 3.8rem 5vw;
  width: 100%;
  overflow: hidden;
}
@media (min-width: 768px) {
  .c-contents_aside {
    order: 1;
    padding: 7rem 4% 4rem;
  }
}
@media (min-width: 1200px) {
  .c-contents_aside {
    order: 1;
    padding: 7rem 8% 4rem;
  }
}
/* ******************************************************
  メインコンテンツ
******************************************************* */
.c-contents_article {
  position: relative;
  order: 1;
  width: 100%;
  overflow: hidden;
}
@media (min-width: 768px) {
  .c-contents_article {
    order: 2;
  }
}
p.txt{
	margin-bottom: 1.6rem;
}
.c-contents_article p.txt a{
	color: #054DD1;
}
.c-contents_article p.txt a:hover{
	text-decoration: underline;
}
.c-hamburger-btn {
  display: flex;
  position: fixed;
  top: 0;
  right: 0;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  z-index: 70;
  cursor: pointer;
  padding: 0;
}
.c-hamburger-btn__container {
  display: block;
  position: relative;
  width: 2.5rem;
  height: 2rem;
}
@media (min-width: 768px) {
  .c-hamburger-btn__container {
    margin-top: 0.3rem;
    width: 3rem;
    height: 2.4rem;
  }
}
.c-hamburger-btn__item {
  display: block;
  position: absolute;
  left: 0;
  transition: all 0.5s ease-out;
  margin: auto;
  background-color: white;
  width: 100%;
  height: 2px;
}
@media (min-width: 768px) {
  .c-hamburger-btn__item {
    height: 3px;
  }
}
.c-hamburger-btn__container > :nth-child(1) {
  top: 0;
}
.c-hamburger-btn__container > :nth-child(2) {
  top: 0;
  bottom: 0;
  width: 100%;
}
.c-hamburger-btn__container > :nth-child(3) {
  bottom: 0;
}
.c-hamburger-btn.is-active .c-hamburger-btn__container > :nth-child(1) {
  top: 48%;
  transform: rotate(45deg);
}
.c-hamburger-btn.is-active .c-hamburger-btn__container > :nth-child(2) {
  opacity: 0;
}
.c-hamburger-btn.is-active .c-hamburger-btn__container > :nth-child(3) {
  bottom: 41%;
  transform: rotate(-45deg);
}
.c-hamburger-nav {
  display: block;
  position: fixed;
  top: 0;
  right: 0;
  transform: translateX(110%);
  opacity: 0;
  z-index: 60;
  transition: opacity 500ms cubic-bezier(0.165, 0.84, 0.44, 1) 200ms;
  width: 100%;
  height: 100dvh;
  overflow-y: auto;
}
.c-hamburger-nav.is-active {
  transform: translateX(0);
  opacity: 1;
}
/* *******************************************************

  components : トップの重要なお知らせBOX (3種)
  c-importantBox

******************************************************* */
.c-importantBox--red,
.c-importantBox--constant,
.c-importantBox--updatable {
  display: flex;
  row-gap: 0.5rem;
  flex-direction: column;
  margin-bottom: 4rem;
  padding: 1.4rem;
  @media (min-width: 768px) {
    padding: 1.8rem 1.6rem;
  }
}
.c-importantBox--red {
  border-radius: 0.375rem;
  --tw-bg-opacity: 1;
  background-color: rgb(223 63 50 / var(--tw-bg-opacity));
}
.c-importantBox--constant {
  border-radius: 0.375rem;
  border-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(223 63 50 / var(--tw-border-opacity));
}
.c-importantBox--updatable {
  border-radius: 0.375rem;
  --tw-bg-opacity: 1;
  background-color: rgb(252 237 235 / var(--tw-bg-opacity));
}
/* *******************************************************
  divider <li>
******************************************************* */
.c-importantBox__divider {
  display: block;
}
/* *******************************************************
  inner <a>
******************************************************* */
.c-importantBox__inner {
  display: flex;
  position: relative;
  align-items: baseline;
}
.c-importantBox--red .c-importantBox__inner {
  -moz-column-gap: 0.75rem;
       column-gap: 0.75rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.c-importantBox--constant .c-importantBox__inner {
  -moz-column-gap: 0.75rem;
       column-gap: 0.75rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(223 63 50 / var(--tw-text-opacity));
}
.c-importantBox--updatable .c-importantBox__inner {
  border-bottom-width: 1px;
  border-style: dotted;
  --tw-border-opacity: 1;
  border-color: rgb(223 63 50 / var(--tw-border-opacity));
  padding-right: 1.25rem;
  padding-bottom: 0.75rem;
}
@media (max-width: 767px) {

  .c-importantBox--updatable .c-importantBox__inner {
    flex-wrap: wrap;
  }
}
/* *******************************************************
  icon
******************************************************* */
.c-importantBox__inner__icon {
  display: block;
  width: 2rem;
  --tw-translate-y: 0.5rem;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
@media (min-width: 768px) {

  .c-importantBox__inner__icon {
    width: 2.5rem;
  }
}
/* *******************************************************
  arrow
******************************************************* */
.c-importantBox__inner__arrow {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(0, -50%);
  transition: all 0.5s ease;
  width: 0.75rem;
}
.c-importantBox__inner:hover .c-importantBox__inner__arrow {
  transform: translate(0.3rem, -50%);
}
/* *******************************************************

  components : ピックアップニュースリスト(topページなど)
  c-contents

******************************************************* */
/* <ul> */
.c-newsList,
.whats-new .content {
  padding: 0 1.8rem;
  width: 100%;
  overflow-y: scroll;
  height: 550px;
  border-radius: 0.5rem;
  --tw-bg-opacity: 1;
  background-color: rgb(248 248 248 / var(--tw-bg-opacity));
}
.whats-new .title{
	display: none;
}
@media (min-width: 768px) {

  .c-newsList,
  .whats-new .content {
    height: 280px;
    padding: 0 3% 1.8rem;
  }
}
/* <li> */
.c-newsList_divider,
.whats-new .content dl {
  display: block;
  padding: 1.8rem 0;
  border-bottom-width: 1px;
  border-style: dashed;
  --tw-border-opacity: 1;
  border-color: rgb(140 140 140 / var(--tw-border-opacity));
}
/* <a> */
.c-newsList_item {
  display: grid;
  grid-template-columns: 12rem 1fr;
  -moz-column-gap: 1.6rem;
       column-gap: 1.6rem;
  row-gap: 1rem;
}
@media (min-width: 768px) {
  .c-newsList_item {
    grid-template-columns: 12rem 10rem 1fr;
    align-items: baseline;
  }
}
/* 部門のニュース */
.c-newsList_divider.c-newsList_divider--dept,
.whats-new .content dl {
  display: grid;
  grid-template-columns: 12rem 1fr;
}
/* **********************************
  カテゴリ
********************************** */
.c-newsList_cate {
  background-color: #465ed8;
  padding-bottom: 1px;
  color: white;
  font-size: 1.4rem;
  border-radius: 0.375rem;
  text-align: center;
}
.c-newsList_cate.topics {
  background-color: #62a383;
}
.c-newsList_cate.partners {
  background-color: #745abf;
}
.c-newsList_cate.event {
  background-color: #e69249;
}
.c-newsList_cate.\!event {
  background-color: #e69249 !important;
}
.c-newsList_cate.recruitment {
  background-color: #2da1d8;
}
.c-newsList_cate.other {
  background-color: #333;
}
.c-newsList_cate.important {
  background-color: #df3f32;
}
/* **********************************
  日付
********************************** */
.c-newsList_date,
.whats-new .content dl dt {
  border-right: 1px solid #465ed8;
  border-left: 1px solid #465ed8;
  padding: 0 0.8rem;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 1.6rem;
  font-family: 'Roboto', sans-serif;
}
/* **********************************
  タイトル
********************************** */
.c-newsList_title,
.whats-new .content dl dd {
  grid-column: 1 / 3;
  font-size: 1.6rem;
}
.whats-new .content dl dd a{
	--tw-text-opacity: 1;
    color: rgb(5 77 209 / var(--tw-text-opacity));
    text-decoration-line: underline;
}
@media (min-width: 768px) {
  .c-newsList_title,
.whats-new .content dl dd {
    grid-column: auto;
  }
}
/* **********************************
  スクロールバー
********************************** */
.c-newsList::-webkit-scrollbar,
.whats-new .content::-webkit-scrollbar {
  border-radius: 10px;
  width: 12px; /* 縦スクロールバーの幅 */
}
.c-newsList::-webkit-scrollbar-thumb,
.whats-new .content::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background-color: #054dd1;
}
.c-newsList::-webkit-scrollbar-track,
.whats-new .content::-webkit-scrollbar-track {
  border-radius: 10px; /* 丸みをつける */
  background: #ececec; /* トラックの背景色 */
}
/* *******************************************************

  components : ニュースのタグボタン
  c-contents

******************************************************* */
.c-newsTag {
  display: block;
  border: 1px solid #465ed8;
  width: 100%;
  color: #465ed8;
  font-weight: 700;
  border-radius: 0.375rem;
  padding-bottom: 1px;
  font-size: 1.4rem;
}
.c-newsTag.is-active {
  background-color: #465ed8;
  color: white;
}
.c-newsTag.topics {
  border: 1px solid #62a383;
  color: #62a383;
}
.c-newsTag.topics.is-active {
  background-color: #62a383;
  color: white;
}
.c-newsTag.partners {
  border: 1px solid #745abf;
  color: #745abf;
}
.c-newsTag.partners.is-active {
  background-color: #745abf;
  color: white;
}
.c-newsTag.event {
  border: 1px solid #e69249;
  color: #e69249;
}
.c-newsTag.\!event {
  border: 1px solid #e69249 !important;
  color: #e69249 !important;
}
.c-newsTag.event.is-active {
  background-color: #e69249;
  color: white;
}
.c-newsTag.\!event.is-active {
  background-color: #e69249 !important;
  color: white !important;
}
.c-newsTag.recruitment {
  border: 1px solid #2da1d8;
  color: #2da1d8;
}
.c-newsTag.recruitment.is-active {
  background-color: #2da1d8;
  color: white;
}
.c-newsTag.other {
  border: 1px solid #333;
  color: #333;
}
.c-newsTag.other.is-active {
  background-color: #333;
  color: white;
}
.c-newsTag.important {
  border: 1px solid #df3f32;
  color: #df3f32;
}
.c-newsTag.important.is-active {
  background-color: #df3f32;
  color: white;
}
.c-search {
  display: flex;
  position: fixed;
  top: 0;
  left: 0;
  justify-content: center;
  align-items: center;
  transform: translateY(-100%);
  z-index: -1;
  background-color: rgb(51 51 51 / var(--tw-bg-opacity));
  --tw-bg-opacity: 0.8;
  opacity: 0;
  transition: opacity 0.5s ease 0.1s;
  width: 100vw;
  height: 100vh;
}
.c-search.is-active {
  transform: translateY(0);
  opacity: 1;
  z-index: 110;
}
.c-search__inner {
  position: relative;
  z-index: 1;
  transition: all 0.5s ease;
  margin: 0 8%;
  border-radius: 10px;
  background-color: white;
  padding: 2rem 4%;
  width: 100%;
}
.c-search__inner form {
  display: flex;
  -moz-column-gap: 3%;
       column-gap: 3%;
  align-items: center;
}
.c-search__inner__input {
  border-radius: 0.25rem;
  border-width: 1px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(227 227 227 / var(--tw-border-opacity));
  padding: 1.2rem 1rem;
  width: 100%;
}
.c-search__inner__submit {
  width: 3rem;
  height: 3rem;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(51 51 51 / var(--tw-bg-opacity));
  display: flex;
  -moz-column-gap: 3%;
       column-gap: 3%;
  flex-shrink: 0;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.c-search__inner__submit img {
  display: block;
  width: 60%;
}
.c-search__inner__submit input {
  display: none;
}
.c-spInformation {
  display: block;
  position: fixed;
  top: 0;
  right: 0;
  transform: translateY(110%);
  opacity: 0;
  z-index: 80;
  width: 100%;
  height: 100dvh;
  overflow-y: auto;
}
.c-spInformation.is-active {
  transform: translateY(0);
  opacity: 1;
  transition: opacity 500ms cubic-bezier(0.165, 0.84, 0.44, 1) 300ms;
}
.c-spInformation_toggle-open {
  display: block;
  width: 0.7rem;
}
#js-spInfo-trg.is-active .c-spInformation_toggle-open {
  display: none;
}
.c-spInformation_toggle-close {
  display: none;
  width: 1.2rem;
  max-width: none;
}
#js-spInfo-trg.is-active .c-spInformation_toggle-close {
  display: block;
}
/* *******************************************************

  components : Swiperプラグイン
  c-swiper-〇〇

******************************************************* */
/* =======================
  ヒーロー
==========================*/
/* ページネーション  */
.c-swiper-heroPagenation {
  padding-top: 1.4rem;
  text-align: center;
}
.c-swiper-heroPagenation .swiper-pagination-bullet {
  opacity: 1;
  width: 1.2rem;
  height: 1.2rem;
  border-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(5 77 209 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
@media (min-width: 768px) {
  .c-swiper-heroPagenation .swiper-pagination-bullet {
    width: 1.4rem;
    height: 1.4rem;
  }
}
.c-swiper-heroPagenation .swiper-pagination-bullet.swiper-pagination-bullet-active {
  --tw-bg-opacity: 1;
  background-color: rgb(5 77 209 / var(--tw-bg-opacity));
}
/* ページボタン  */
.c-swiper-heroButton {
  display: flex;
  position: absolute;
  top: 50%;
  justify-content: center;
  align-items: center;
  filter: drop-shadow(0 0 0.4rem #e3e3e3);
  z-index: 10;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  width: 3.5rem;
  height: 3.5rem;
}
@media (min-width: 768px) {
  .c-swiper-heroButton {
    width: 5.5rem;
    height: 5.5rem;
  }
}
.c-swiper-heroButton.prev {
  left: 0;
  transform: translate(-40%, -55%);
}
.c-swiper-heroButton.next {
  right: 0;
  transform: translate(40%, -55%);
}
.c-swiper-heroButton img {
  width: 25%;
}
.c-swiper-heroButton.prev img {
  transform: scale(-1);
}
/* =======================
  汎用
==========================*/
/* ページネーション  */
.c-swiper-pagenation {
  text-align: center;
}
.c-swiper-pagenation .swiper-pagination-bullet {
  opacity: 1;
  width: 1.2rem;
  height: 1.2rem;
  border-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(5 77 209 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
@media (min-width: 768px) {
  .c-swiper-pagenation .swiper-pagination-bullet {
    width: 1.4rem;
    height: 1.4rem;
  }
}
.c-swiper-pagenation .swiper-pagination-bullet.swiper-pagination-bullet-active {
  --tw-bg-opacity: 1;
  background-color: rgb(5 77 209 / var(--tw-bg-opacity));
}
/* *******************************************************

  components : テーブル
  c-table

******************************************************* */
.c-table{
  position: relative;
  width: 100%;
  max-width: 100%;
  overflow-x: auto;
  white-space: nowrap;
}
.c-table table{
  display: table;
  padding-bottom: 1.5rem;
  width: auto;
  min-width: 100%;
}
/* ======================================
  表タイトル
====================================== */
.c-table h1{
  font-weight: 500;
  text-align: center;
  margin-bottom: 1.25rem;
  font-size: 1.8rem;
}
/* ======================================
  表 th
====================================== */
.c-table th{
  text-align: left;
  padding-top: 1rem;
  padding-bottom: 1rem;
  padding-left: 1rem;
  padding-right: 1rem;
}
.c-table.c-table--blue th{
  --tw-bg-opacity: 1;
  background-color: rgb(231 244 247 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(5 77 209 / var(--tw-text-opacity));
}
.c-table.c-table--green th {
  --tw-bg-opacity: 1;
  background-color: rgb(238 245 241 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(87 147 111 / var(--tw-text-opacity));
}
/* ======================================
  表 tr
====================================== */
/* ======================================
  表 td
====================================== */
.c-table td{
  padding-top: 1rem;
  padding-bottom: 1rem;
  padding-left: 1rem;
  padding-right: 1rem;
  font-size: 1.4rem;
}
@media (min-width: 768px) {

  .c-table td {
    font-size: 1.6rem;
  }
}
/* ======================================
  ボーダー
====================================== */
.c-table thead tr{
  border-bottom: 1px solid #333;
}
.c-table thead tr th + th{
  border-left: 1px solid #ccc;
}
.c-table tbody tr{
  border-bottom: 1px solid #ccc;
}
.c-table tbody tr td + td {
  border-left: 1px solid #ccc;
}
.visible {
  visibility: visible;
}
.static {
  position: static;
}
.fixed {
  position: fixed;
}
.absolute {
  position: absolute;
}
.relative {
  position: relative;
}
.bottom-0 {
  bottom: 0px;
}
.bottom-\[15\%\] {
  bottom: 15%;
}
.bottom-\[7\%\] {
  bottom: 7%;
}
.bottom-full {
  bottom: 100%;
}
.left-0 {
  left: 0px;
}
.left-1\/2 {
  left: 50%;
}
.left-\[4vw\] {
  left: 4vw;
}
.right-0 {
  right: 0px;
}
.right-6 {
  right: 1.5rem;
}
.right-\[3\%\] {
  right: 3%;
}
.right-\[4\%\] {
  right: 4%;
}
.right-\[5\%\] {
  right: 5%;
}
.right-8p {
  right: -8%;
}
.top-0 {
  top: 0px;
}
.top-1\/2 {
  top: 50%;
}
.top-\[1\.45rem\] {
  top: 1.45rem;
}
.-z-\[1\] {
  z-index: -1;
}
.z-10 {
  z-index: 10;
}
.z-20 {
  z-index: 20;
}
.z-50 {
  z-index: 50;
}
.z-\[-1\] {
  z-index: -1;
}
.z-\[110\] {
  z-index: 110;
}
.z-\[1\] {
  z-index: 1;
}
.z-\[90\] {
  z-index: 90;
}
.m-10 {
  margin: 2.5rem;
}
.m-11 {
  margin: 2.75rem;
}
.m-12 {
  margin: 3rem;
}
.m-14 {
  margin: 3.5rem;
}
.m-16 {
  margin: 4rem;
}
.m-20 {
  margin: 5rem;
}
.m-24 {
  margin: 6rem;
}
.m-28 {
  margin: 7rem;
}
.m-32 {
  margin: 8rem;
}
.m-36 {
  margin: 9rem;
}
.m-40 {
  margin: 10rem;
}
.m-44 {
  margin: 11rem;
}
.m-48 {
  margin: 12rem;
}
.m-52 {
  margin: 13rem;
}
.m-56 {
  margin: 14rem;
}
.m-60 {
  margin: 15rem;
}
.m-64 {
  margin: 16rem;
}
.m-72 {
  margin: 18rem;
}
.m-80 {
  margin: 20rem;
}
.m-96 {
  margin: 24rem;
}
.mx-2 {
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}
.mx-4 {
  margin-left: 1rem;
  margin-right: 1rem;
}
.mx-\[5\%\] {
  margin-left: 5%;
  margin-right: 5%;
}
.mx-auto {
  margin-left: auto;
  margin-right: auto;
}
.my-8 {
  margin-top: 2rem;
  margin-bottom: 2rem;
}
.-mt-6 {
  margin-top: -1.5rem;
}
.mb-10 {
  margin-bottom: 2.5rem;
}
.mb-12 {
  margin-bottom: 3rem;
}
.mb-14 {
  margin-bottom: 3.5rem;
}
.mb-16 {
  margin-bottom: 4rem;
}
.mb-2 {
  margin-bottom: 0.5rem;
}
.mb-20 {
  margin-bottom: 5rem;
}
.mb-24 {
  margin-bottom: 6rem;
}
.mb-3 {
  margin-bottom: 0.75rem;
}
.mb-4 {
  margin-bottom: 1rem;
}
.mb-5 {
  margin-bottom: 1.25rem;
}
.mb-6 {
  margin-bottom: 1.5rem;
}
.mb-8 {
  margin-bottom: 2rem;
}
.mb-9 {
  margin-bottom: 2.25rem;
}
.ml-10 {
  margin-left: 2.5rem;
}
.ml-3 {
  margin-left: 0.75rem;
}
.ml-4 {
  margin-left: 1rem;
}
.ml-8 {
  margin-left: 2rem;
}
.ml-auto {
  margin-left: auto;
}
.mr-2 {
  margin-right: 0.5rem;
}
.mr-24 {
  margin-right: 6rem;
}
.mr-3 {
  margin-right: 0.75rem;
}
.mr-5 {
  margin-right: 1.25rem;
}
.mt-1 {
  margin-top: 0.25rem;
}
.mt-10 {
  margin-top: 2.5rem;
}
.mt-12 {
  margin-top: 3rem;
}
.mt-16 {
  margin-top: 4rem;
}
.mt-2 {
  margin-top: 0.5rem;
}
.mt-20 {
  margin-top: 5rem;
}
.mt-3 {
  margin-top: 0.75rem;
}
.mt-4 {
  margin-top: 1rem;
}
.mt-5 {
  margin-top: 1.25rem;
}
.mt-6 {
  margin-top: 1.5rem;
}
.mt-8 {
  margin-top: 2rem;
}
.block {
  display: block;
}
.inline-block {
  display: inline-block;
}
.flex {
  display: flex;
}
.table {
  display: table;
}
.grid {
  display: grid;
}
.contents {
  display: contents;
}
.list-item {
  display: list-item;
}
.hidden {
  display: none;
}
.aspect-square {
  aspect-ratio: 1 / 1;
}
.aspect-video {
  aspect-ratio: 16 / 9;
}
.\!h-auto {
  height: auto !important;
}
.h-10 {
  height: 2.5rem;
}
.h-12 {
  height: 3rem;
}
.h-20 {
  height: 5rem;
}
.h-24 {
  height: 6rem;
}
.h-5 {
  height: 1.25rem;
}
.h-6 {
  height: 1.5rem;
}
.h-7 {
  height: 1.75rem;
}
.h-8 {
  height: 2rem;
}
.h-9 {
  height: 2.25rem;
}
.h-\[4\.5rem\] {
  height: 4.5rem;
}
.h-auto {
  height: auto;
}
.h-fit {
  height: -moz-fit-content;
  height: fit-content;
}
.h-full {
  height: 100%;
}
.min-h-\[100svh\] {
  min-height: 100svh;
}
.w-0 {
  width: 0px;
}
.w-1\/2 {
  width: 50%;
}
.w-1\/3 {
  width: 33.333333%;
}
.w-10 {
  width: 2.5rem;
}
.w-2 {
  width: 0.5rem;
}
.w-24 {
  width: 6rem;
}
.w-3 {
  width: 0.75rem;
}
.w-4 {
  width: 1rem;
}
.w-5 {
  width: 1.25rem;
}
.w-6 {
  width: 1.5rem;
}
.w-7 {
  width: 1.75rem;
}
.w-8 {
  width: 2rem;
}
.w-80 {
  width: 20rem;
}
.w-\[\.7rem\] {
  width: .7rem;
}
.w-\[25\%\] {
  width: 25%;
}
.w-\[30\%\] {
  width: 30%;
}
.w-\[40\%\] {
  width: 40%;
}
.w-\[60\%\] {
  width: 60%;
}
.w-\[70\%\] {
  width: 70%;
}
.w-\[88\%\] {
  width: 88%;
}
.w-\[90\%\] {
  width: 90%;
}
.w-auto {
  width: auto;
}
.w-fit {
  width: -moz-fit-content;
  width: fit-content;
}
.w-full {
  width: 100%;
}
.max-w-\[100vw\] {
  max-width: 100vw;
}
.max-w-\[1260px\] {
  max-width: 1260px;
}
.max-w-\[180px\] {
  max-width: 180px;
}
.max-w-\[22rem\] {
  max-width: 22rem;
}
.max-w-\[30rem\] {
  max-width: 30rem;
}
.max-w-\[350px\] {
  max-width: 350px;
}
.max-w-\[380px\] {
  max-width: 380px;
}
.max-w-\[450px\] {
  max-width: 450px;
}
.max-w-\[500px\] {
  max-width: 500px;
}
.max-w-\[600px\] {
  max-width: 600px;
}
.max-w-\[700px\] {
  max-width: 700px;
}
.max-w-\[900px\] {
  max-width: 900px;
}
.origin-right {
  transform-origin: right;
}
.-translate-y-1 {
  --tw-translate-y: -0.25rem;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.-translate-y-1\/2 {
  --tw-translate-y: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.translate-y-\[1px\] {
  --tw-translate-y: 1px;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.-rotate-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));
}
.scale-x-0 {
  --tw-scale-x: 0;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.cursor-pointer {
  cursor: pointer;
}
.list-inside {
  list-style-position: inside;
}
.list-outside {
  list-style-position: outside;
}
.list-decimal {
  list-style-type: decimal;
}
.list-disc {
  list-style-type: disc;
}
.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-\[1fr_1\.5fr\] {
  grid-template-columns: 1fr 1.5fr;
}
.grid-cols-\[1fr_1\.8fr\] {
  grid-template-columns: 1fr 1.8fr;
}
.grid-cols-\[25\%_75\%\] {
  grid-template-columns: 25% 75%;
}
.flex-col {
  flex-direction: column;
}
.flex-wrap {
  flex-wrap: wrap;
}
.items-end {
  align-items: flex-end;
}
.items-center {
  align-items: center;
}
.items-baseline {
  align-items: baseline;
}
.justify-end {
  justify-content: flex-end;
}
.justify-center {
  justify-content: center;
}
.justify-between {
  justify-content: space-between;
}
.gap-1 {
  gap: 0.25rem;
}
.gap-10 {
  gap: 2.5rem;
}
.gap-2 {
  gap: 0.5rem;
}
.gap-3 {
  gap: 0.75rem;
}
.gap-4 {
  gap: 1rem;
}
.gap-5 {
  gap: 1.25rem;
}
.gap-6 {
  gap: 1.5rem;
}
.gap-8 {
  gap: 2rem;
}
.gap-x-2 {
  -moz-column-gap: 0.5rem;
       column-gap: 0.5rem;
}
.gap-x-3 {
  -moz-column-gap: 0.75rem;
       column-gap: 0.75rem;
}
.gap-x-4 {
  -moz-column-gap: 1rem;
       column-gap: 1rem;
}
.gap-x-5 {
  -moz-column-gap: 1.25rem;
       column-gap: 1.25rem;
}
.gap-x-6 {
  -moz-column-gap: 1.5rem;
       column-gap: 1.5rem;
}
.gap-x-\[1\%\] {
  -moz-column-gap: 1%;
       column-gap: 1%;
}
.gap-x-\[1\.5\%\] {
  -moz-column-gap: 1.5%;
       column-gap: 1.5%;
}
.gap-x-\[2\%\] {
  -moz-column-gap: 2%;
       column-gap: 2%;
}
.gap-x-\[3\%\] {
  -moz-column-gap: 3%;
       column-gap: 3%;
}
.gap-x-\[4\%\] {
  -moz-column-gap: 4%;
       column-gap: 4%;
}
.gap-x-\[5\%\] {
  -moz-column-gap: 5%;
       column-gap: 5%;
}
.gap-x-\[8\%\] {
  -moz-column-gap: 8%;
       column-gap: 8%;
}
.gap-y-1 {
  row-gap: 0.25rem;
}
.gap-y-10 {
  row-gap: 2.5rem;
}
.gap-y-12 {
  row-gap: 3rem;
}
.gap-y-2 {
  row-gap: 0.5rem;
}
.gap-y-20 {
  row-gap: 5rem;
}
.gap-y-3 {
  row-gap: 0.75rem;
}
.gap-y-4 {
  row-gap: 1rem;
}
.gap-y-6 {
  row-gap: 1.5rem;
}
.gap-y-7 {
  row-gap: 1.75rem;
}
.gap-y-8 {
  row-gap: 2rem;
}
.gap-y-9 {
  row-gap: 2.25rem;
}
.divide-x-\[1px\] > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-x-reverse: 0;
  border-right-width: calc(1px * var(--tw-divide-x-reverse));
  border-left-width: calc(1px * calc(1 - var(--tw-divide-x-reverse)));
}
.divide-y-\[1px\] > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-y-reverse: 0;
  border-top-width: calc(1px * calc(1 - var(--tw-divide-y-reverse)));
  border-bottom-width: calc(1px * var(--tw-divide-y-reverse));
}
.divide-solid > :not([hidden]) ~ :not([hidden]) {
  border-style: solid;
}
.divide-dashed > :not([hidden]) ~ :not([hidden]) {
  border-style: dashed;
}
.divide-gray > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(140 140 140 / var(--tw-divide-opacity));
}
.divide-gray_light > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(227 227 227 / var(--tw-divide-opacity));
}
.self-center {
  align-self: center;
}
.overflow-hidden {
  overflow: hidden;
}
.whitespace-nowrap {
  white-space: nowrap;
}
.break-words {
  overflow-wrap: break-word;
}
.rounded-2xl {
  border-radius: 1rem;
}
.rounded-full {
  border-radius: 9999px;
}
.rounded-lg {
  border-radius: 0.5rem;
}
.rounded-md {
  border-radius: 0.375rem;
}
.rounded-xl {
  border-radius: 0.75rem;
}
.rounded-b-md {
  border-bottom-right-radius: 0.375rem;
  border-bottom-left-radius: 0.375rem;
}
.rounded-l-lg {
  border-top-left-radius: 0.5rem;
  border-bottom-left-radius: 0.5rem;
}
.rounded-t-md {
  border-top-left-radius: 0.375rem;
  border-top-right-radius: 0.375rem;
}
.border-2 {
  border-width: 2px;
}
.border-\[1px\] {
  border-width: 1px;
}
.border-x-\[1px\] {
  border-left-width: 1px;
  border-right-width: 1px;
}
.border-y-\[1px\] {
  border-top-width: 1px;
  border-bottom-width: 1px;
}
.border-b-2 {
  border-bottom-width: 2px;
}
.border-b-\[1px\] {
  border-bottom-width: 1px;
}
.border-r-2 {
  border-right-width: 2px;
}
.border-r-\[1px\] {
  border-right-width: 1px;
}
.border-t-\[1px\] {
  border-top-width: 1px;
}
.border-solid {
  border-style: solid;
}
.border-dashed {
  border-style: dashed;
}
.border-dotted {
  border-style: dotted;
}
.border-\[\#ccc\] {
  --tw-border-opacity: 1;
  border-color: rgb(204 204 204 / var(--tw-border-opacity));
}
.border-blue {
  --tw-border-opacity: 1;
  border-color: rgb(5 77 209 / var(--tw-border-opacity));
}
.border-dark {
  --tw-border-opacity: 1;
  border-color: rgb(51 51 51 / var(--tw-border-opacity));
}
.border-gray {
  --tw-border-opacity: 1;
  border-color: rgb(140 140 140 / var(--tw-border-opacity));
}
.border-gray_light {
  --tw-border-opacity: 1;
  border-color: rgb(227 227 227 / var(--tw-border-opacity));
}
.border-gray_txt {
  --tw-border-opacity: 1;
  border-color: rgb(85 85 85 / var(--tw-border-opacity));
}
.border-green {
  --tw-border-opacity: 1;
  border-color: rgb(87 147 111 / var(--tw-border-opacity));
}
.border-purple {
  --tw-border-opacity: 1;
  border-color: rgb(81 72 179 / var(--tw-border-opacity));
}
.border-red {
  --tw-border-opacity: 1;
  border-color: rgb(223 63 50 / var(--tw-border-opacity));
}
.bg-\[\#f3f3f3\] {
  --tw-bg-opacity: 1;
  background-color: rgb(243 243 243 / var(--tw-bg-opacity));
}
.bg-aqua {
  --tw-bg-opacity: 1;
  background-color: rgb(45 161 216 / var(--tw-bg-opacity));
}
.bg-blue {
  --tw-bg-opacity: 1;
  background-color: rgb(5 77 209 / var(--tw-bg-opacity));
}
.bg-blue_light {
  --tw-bg-opacity: 1;
  background-color: rgb(231 244 247 / var(--tw-bg-opacity));
}
.bg-dark {
  --tw-bg-opacity: 1;
  background-color: rgb(51 51 51 / var(--tw-bg-opacity));
}
.bg-gray {
  --tw-bg-opacity: 1;
  background-color: rgb(140 140 140 / var(--tw-bg-opacity));
}
.bg-gray_light {
  --tw-bg-opacity: 1;
  background-color: rgb(227 227 227 / var(--tw-bg-opacity));
}
.bg-gray_lighter {
  --tw-bg-opacity: 1;
  background-color: rgb(248 248 248 / var(--tw-bg-opacity));
}
.bg-green {
  --tw-bg-opacity: 1;
  background-color: rgb(87 147 111 / var(--tw-bg-opacity));
}
.bg-green_light {
  --tw-bg-opacity: 1;
  background-color: rgb(238 245 241 / var(--tw-bg-opacity));
}
.bg-purple {
  --tw-bg-opacity: 1;
  background-color: rgb(81 72 179 / var(--tw-bg-opacity));
}
.bg-purple_light {
  --tw-bg-opacity: 1;
  background-color: rgb(231 230 245 / var(--tw-bg-opacity));
}
.bg-red {
  --tw-bg-opacity: 1;
  background-color: rgb(223 63 50 / var(--tw-bg-opacity));
}
.bg-red_light {
  --tw-bg-opacity: 1;
  background-color: rgb(252 237 235 / var(--tw-bg-opacity));
}
.bg-white {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.bg-opacity-50 {
  --tw-bg-opacity: 0.5;
}
.bg-opacity-70 {
  --tw-bg-opacity: 0.7;
}
.object-contain {
  -o-object-fit: contain;
     object-fit: contain;
}
.object-cover {
  -o-object-fit: cover;
     object-fit: cover;
}
.object-center {
  -o-object-position: center;
     object-position: center;
}
.p-10 {
  padding: 2.5rem;
}
.p-11 {
  padding: 2.75rem;
}
.p-12 {
  padding: 3rem;
}
.p-14 {
  padding: 3.5rem;
}
.p-16 {
  padding: 4rem;
}
.p-20 {
  padding: 5rem;
}
.p-24 {
  padding: 6rem;
}
.p-28 {
  padding: 7rem;
}
.p-32 {
  padding: 8rem;
}
.p-36 {
  padding: 9rem;
}
.p-40 {
  padding: 10rem;
}
.p-44 {
  padding: 11rem;
}
.p-48 {
  padding: 12rem;
}
.p-52 {
  padding: 13rem;
}
.p-56 {
  padding: 14rem;
}
.p-60 {
  padding: 15rem;
}
.p-64 {
  padding: 16rem;
}
.p-72 {
  padding: 18rem;
}
.p-80 {
  padding: 20rem;
}
.p-96 {
  padding: 24rem;
}
.p-\[\.5rem_4\%\] {
  padding: .5rem 4%;
}
.p-\[0_0_0_4vw\] {
  padding: 0 0 0 4vw;
}
.p-\[0_5\%_2rem\] {
  padding: 0 5% 2rem;
}
.p-\[1\.8rem_1\.6rem\] {
  padding: 1.8rem 1.6rem;
}
.p-\[1rem_4\%\] {
  padding: 1rem 4%;
}
.p-\[2\.5rem_5\%_2\.5rem_8\%\] {
  padding: 2.5rem 5% 2.5rem 8%;
}
.p-\[2rem_5vw\] {
  padding: 2rem 5vw;
}
.p-\[7\.5rem_5vw_2rem\] {
  padding: 7.5rem 5vw 2rem;
}
.px-0 {
  padding-left: 0px;
  padding-right: 0px;
}
.px-10 {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}
.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-7 {
  padding-left: 1.75rem;
  padding-right: 1.75rem;
}
.px-8 {
  padding-left: 2rem;
  padding-right: 2rem;
}
.px-\[4vw\] {
  padding-left: 4vw;
  padding-right: 4vw;
}
.px-\[5\%\] {
  padding-left: 5%;
  padding-right: 5%;
}
.px-\[5vw\] {
  padding-left: 5vw;
  padding-right: 5vw;
}
.px-\[7\%\] {
  padding-left: 7%;
  padding-right: 7%;
}
.py-1 {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}
.py-10 {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}
.py-2 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.py-3 {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}
.py-4 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.py-5 {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}
.py-6 {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}
.py-8 {
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.pb-0 {
  padding-bottom: 0px;
}
.pb-10 {
  padding-bottom: 2.5rem;
}
.pb-12 {
  padding-bottom: 3rem;
}
.pb-16 {
  padding-bottom: 4rem;
}
.pb-1 {
  padding-bottom: 0.25rem;
}
.pb-2 {
  padding-bottom: 0.5rem;
}
.pb-28 {
  padding-bottom: 7rem;
}
.pb-3 {
  padding-bottom: 0.75rem;
}
.pb-4 {
  padding-bottom: 1rem;
}
.pb-5 {
  padding-bottom: 1.25rem;
}
.pb-8 {
  padding-bottom: 2rem;
}
.pl-4 {
  padding-left: 1rem;
}
.pl-7 {
  padding-left: 1.75rem;
}
.pl-8 {
  padding-left: 2rem;
}
.pl-\[14\%\] {
  padding-left: 14%;
}
.pl-\[5\%\] {
  padding-left: 5%;
}
.pl-\[5vw\] {
  padding-left: 5vw;
}
.pr-0 {
  padding-right: 0px;
}
.pr-4 {
  padding-right: 1rem;
}
.pr-7 {
  padding-right: 1.75rem;
}
.pr-8 {
  padding-right: 2rem;
}
.pr-\[5\%\] {
  padding-right: 5%;
}
.pr-\[8\%\] {
  padding-right: 8%;
}
.pt-0 {
  padding-top: 0px;
}
.pt-10 {
  padding-top: 2.5rem;
}
.pt-12 {
  padding-top: 3rem;
}
.pt-16 {
  padding-top: 4rem;
}
.pt-28 {
  padding-top: 7rem;
}
.pt-36 {
  padding-top: 9rem;
}
.pt-6 {
  padding-top: 1.5rem;
}
.pt-8 {
  padding-top: 2rem;
}
.pt-9 {
  padding-top: 2.25rem;
}
.pt-\[3\.5rem\] {
  padding-top: 3.5rem;
}
.text-left {
  text-align: left;
}
.\!text-center {
  text-align: center !important;
}
.text-center {
  text-align: center;
}
.text-right {
  text-align: right;
}
.text-justify {
  text-align: justify;
}
.-indent-7 {
  text-indent: -1.75rem;
}
.-indent-8 {
  text-indent: -2rem;
}
.align-baseline {
  vertical-align: baseline;
}
.text-1xl {
  font-size: 2.2rem;
}
.text-2xl {
  font-size: 2.4rem;
}
.text-3xl {
  font-size: 3rem;
}
.text-4xl {
  font-size: 3.6rem;
}
.text-base {
  font-size: 1.6rem;
}
.text-lg {
  font-size: 1.8rem;
}
.text-sm {
  font-size: 1.4rem;
}
.text-xl {
  font-size: 2rem;
}
.text-xs {
  font-size: 1.2rem;
}
.text-xxs {
  font-size: 1.0rem;
}
.font-bold {
  font-weight: 700;
}
.font-medium {
  font-weight: 500;
}
.font-normal {
  font-weight: 400;
}
.leading-none {
  line-height: 1;
}
.leading-relaxed {
  line-height: 1.625;
}
.leading-snug {
  line-height: 1.375;
}
.tracking-wider {
  letter-spacing: 0.05em;
}
.tracking-widest {
  letter-spacing: 0.1em;
}
.text-blue {
  --tw-text-opacity: 1;
  color: rgb(5 77 209 / var(--tw-text-opacity));
}
.text-dark {
  --tw-text-opacity: 1;
  color: rgb(51 51 51 / var(--tw-text-opacity));
}
.text-gray_txt {
  --tw-text-opacity: 1;
  color: rgb(85 85 85 / var(--tw-text-opacity));
}
.text-green {
  --tw-text-opacity: 1;
  color: rgb(87 147 111 / var(--tw-text-opacity));
}
.text-red {
  --tw-text-opacity: 1;
  color: rgb(223 63 50 / var(--tw-text-opacity));
}
.text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.underline {
  text-decoration-line: underline;
}
.underline-offset-\[0\.125em\] {
  text-underline-offset: 0.125em;
}
.opacity-0 {
  opacity: 0;
}
.opacity-100 {
  opacity: 1;
}
.opacity-50 {
  opacity: 0.5;
}
.shadow-md {
  --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);
}
.ring {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}
.drop-shadow-lg {
  --tw-drop-shadow: drop-shadow(0 10px 8px rgb(0 0 0 / 0.04)) drop-shadow(0 4px 3px rgb(0 0 0 / 0.1));
  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);
}
.drop-shadow-md {
  --tw-drop-shadow: drop-shadow(0 4px 3px rgb(0 0 0 / 0.07)) drop-shadow(0 2px 2px rgb(0 0 0 / 0.06));
  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);
}
.drop-shadow-normal {
  --tw-drop-shadow: drop-shadow(0 3px 6px rgba(227, 227, 227, 1));
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.filter {
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.transition {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-all {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-transform {
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.delay-300 {
  transition-delay: 300ms;
}
.duration-500 {
  transition-duration: 500ms;
}
.ease-in {
  transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
}
.ease-out {
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
}
@keyframes enter {

  from {
    opacity: var(--tw-enter-opacity, 1);
    transform: translate3d(var(--tw-enter-translate-x, 0), var(--tw-enter-translate-y, 0), 0) scale3d(var(--tw-enter-scale, 1), var(--tw-enter-scale, 1), var(--tw-enter-scale, 1)) rotate(var(--tw-enter-rotate, 0));
  }
}
@keyframes exit {

  to {
    opacity: var(--tw-exit-opacity, 1);
    transform: translate3d(var(--tw-exit-translate-x, 0), var(--tw-exit-translate-y, 0), 0) scale3d(var(--tw-exit-scale, 1), var(--tw-exit-scale, 1), var(--tw-exit-scale, 1)) rotate(var(--tw-exit-rotate, 0));
  }
}
.duration-500 {
  animation-duration: 500ms;
}
.delay-300 {
  animation-delay: 300ms;
}
.ease-in {
  animation-timing-function: cubic-bezier(0.4, 0, 1, 1);
}
.ease-out {
  animation-timing-function: cubic-bezier(0, 0, 0.2, 1);
}
/* =====================================================

  ##  inviewアニメ以外のアニメーション
      使わないアニメーションはコメントアウト推奨

/* ===================================================== */
/* =====================================================
  要素内のテキストを一文字ずつアニメーションする
  ------------------------------------------------------
  使い方
  1.main.ts内でletterAnimetion.tsコンポーネントを有効にする。
  2.letterAnimation() の第一引数に動かしたいテキストを内包
    するクラスを指定する。
  3.レンダリング時にクラス内のテキストがspanで囲まれ、
    表示領域に入るの新いクラスが付与される
=====================================================  */
/* .u-animation-jsLetter {
} */
.u-animation-jsLetter .letter {
  opacity: 0;
  transition: all 0.5s ease;
}
.u-animation-jsLetter .letter-inview {
  visibility: visible;
  opacity: 1;
}
/* *******************************************************

  utility : 背景
  u-bg-〇〇

******************************************************* */
/* =======================
  ストライプ
==========================*/
.u-bg-stripe--white {
  background-image: repeating-linear-gradient(135deg, #f6f6f6, #f6f6f6 5px, #fff 5px, #fff 10px);
}
/* =======================
  グラデーション
==========================*/
.u-bg-grada--blue-v {
  background-image: linear-gradient(to right, #d6f2f7 0%, #d6f2f7 15%, #fff 100%);
}
/* =======================
  個別
==========================*/
.u-bg-halfBlue {
  background-image: linear-gradient(to bottom, #ffffff 0%, #ffffff 25%, #ecf6f9 25%, #ecf6f9 100%);
}
@media (min-width: 768px) {
  .u-bg-halfBlue {
    background-image: linear-gradient(
      to bottom,
      #ffffff 0%,
      #ffffff 45%,
      #ecf6f9 45%,
      #ecf6f9 100%
    );
  }
}
/* ===============================
- .js-inviewクラスを一緒につける
==================================*/
/* =======================
- Fade up
==========================*/
.u-inview-fadeUp.js-inview {
  position: relative;
  top: 2.2rem;
  opacity: 0;
  transition:
    opacity 0.5s cubic-bezier(0.445, 0.05, 0.55, 0.95) 0s,
    top 0.7s cubic-bezier(0.445, 0.05, 0.55, 0.95) 0.1s;
}
.u-inview-fadeUp.js-inview.in-view {
  top: 0;
  opacity: 1;
}
/* =======================
- Blur in
==========================*/
.u-inview-blurIn.js-inview {
  opacity: 0;
}
.u-inview-blurIn.js-inview.in-view {
  animation-duration: 1.5s;
  animation-delay: 0.5s;
  animation-fill-mode: forwards;
  animation-name: blurAnime;
}
@keyframes blurAnime {
  from {
    transform: scale(1.02);
    opacity: 0;
    filter: blur(10px);
  }

  to {
    transform: scale(1);
    opacity: 1;
    filter: blur(0);
  }
}
/*
 * Handle font kerning.
 *
 * This utility controls the font kerning.
 * It is based on a method described in a GitHub comment on a CSS Working Group Drafts issue.
 * See: https://github.com/w3c/csswg-drafts/issues/6723#issuecomment-1411487571
 */
.\[line-break\:normal\] {
  line-break: normal;
}
@media (hover: hover) and (pointer: fine) {

  .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-blue:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(5 77 209 / var(--tw-bg-opacity));
  }

  .hover\:bg-dark:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(51 51 51 / var(--tw-bg-opacity));
  }

  .hover\:bg-gray_light:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(227 227 227 / var(--tw-bg-opacity));
  }

  .hover\:bg-gray_lighter:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(248 248 248 / var(--tw-bg-opacity));
  }

  .hover\:bg-green:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(87 147 111 / var(--tw-bg-opacity));
  }

  .hover\:bg-purple:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(81 72 179 / var(--tw-bg-opacity));
  }

  .hover\:bg-purple_light:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(231 230 245 / var(--tw-bg-opacity));
  }

  .hover\:bg-red:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(223 63 50 / var(--tw-bg-opacity));
  }

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

  .hover\:opacity-100:hover {
    opacity: 1;
  }

  .hover\:opacity-70:hover {
    opacity: 0.7;
  }

  .group:hover .group-hover\:translate-x-1\/3 {
    --tw-translate-x: 33.333333%;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }

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

  .group:hover .group-hover\:opacity-0 {
    opacity: 0;
  }

  .group:hover .group-hover\:opacity-100 {
    opacity: 1;
  }
}
.group.is-open .group-\[\.is-open\]\: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));
}
.has-\[\:checked\]\:translate-x-\[101\%\]:has(:checked) {
  --tw-translate-x: 101%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
@media (min-width: 768px) {

  .min_md\:bottom-\[12\%\] {
    bottom: 12%;
  }

  .min_md\:left-\[5\%\] {
    left: 5%;
  }

  .min_md\:top-10 {
    top: 2.5rem;
  }

  .min_md\:float-right {
    float: right;
  }

  .min_md\:mx-3 {
    margin-left: 0.75rem;
    margin-right: 0.75rem;
  }

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

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

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

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

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

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

  .min_md\:mr-40 {
    margin-right: 10rem;
  }

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

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

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

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

  .min_md\:flex {
    display: flex;
  }

  .min_md\:grid {
    display: grid;
  }

  .min_md\:hidden {
    display: none;
  }

  .min_md\:h-12 {
    height: 3rem;
  }

  .min_md\:h-20 {
    height: 5rem;
  }

  .min_md\:h-40 {
    height: 10rem;
  }

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

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

  .min_md\:w-3 {
    width: 0.75rem;
  }

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

  .min_md\:w-40 {
    width: 10rem;
  }

  .min_md\:w-9 {
    width: 2.25rem;
  }

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

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

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

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

  .min_md\:translate-y-1 {
    --tw-translate-y: 0.25rem;
    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));
  }

  .min_md\:grid-flow-col {
    grid-auto-flow: column;
  }

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

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

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

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

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

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

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

  .min_md\:grid-cols-\[1\.5fr_1fr\] {
    grid-template-columns: 1.5fr 1fr;
  }

  .min_md\:grid-cols-\[1\.6fr_1fr\] {
    grid-template-columns: 1.6fr 1fr;
  }

  .min_md\:grid-cols-\[1\.7fr_1fr\] {
    grid-template-columns: 1.7fr 1fr;
  }

  .min_md\:grid-cols-\[1fr_1\.5fr\] {
    grid-template-columns: 1fr 1.5fr;
  }

  .min_md\:grid-cols-\[1fr_2\.5fr\] {
    grid-template-columns: 1fr 2.5fr;
  }

  .min_md\:grid-cols-\[1fr_2fr\] {
    grid-template-columns: 1fr 2fr;
  }

  .min_md\:grid-cols-\[2\.5fr_1fr\] {
    grid-template-columns: 2.5fr 1fr;
  }

  .min_md\:grid-rows-2 {
    grid-template-rows: repeat(2, minmax(0, 1fr));
  }

  .min_md\:grid-rows-3 {
    grid-template-rows: repeat(3, minmax(0, 1fr));
  }

  .min_md\:flex-row-reverse {
    flex-direction: row-reverse;
  }

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

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

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

  .min_md\:gap-3 {
    gap: 0.75rem;
  }

  .min_md\:gap-y-10 {
    row-gap: 2.5rem;
  }

  .min_md\:gap-y-28 {
    row-gap: 7rem;
  }

  .min_md\:gap-y-7 {
    row-gap: 1.75rem;
  }

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

  .min_md\:gap-y-9 {
    row-gap: 2.25rem;
  }

  .min_md\:divide-x-\[1px\] > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-x-reverse: 0;
    border-right-width: calc(1px * var(--tw-divide-x-reverse));
    border-left-width: calc(1px * calc(1 - var(--tw-divide-x-reverse)));
  }

  .min_md\:\!p-10 {
    padding: 2.5rem !important;
  }

  .min_md\:p-\[12rem_12rem_2rem_8\%\] {
    padding: 12rem 12rem 2rem 8%;
  }

  .min_md\:p-\[2\.4rem_4\%\] {
    padding: 2.4rem 4%;
  }

  .min_md\:p-\[3rem_0\] {
    padding: 3rem 0;
  }

  .min_md\:p-\[4rem_3rem_4rem_4rem\] {
    padding: 4rem 3rem 4rem 4rem;
  }

  .min_md\:\!px-8 {
    padding-left: 2rem !important;
    padding-right: 2rem !important;
  }

  .min_md\:px-16 {
    padding-left: 4rem;
    padding-right: 4rem;
  }

  .min_md\:px-20 {
    padding-left: 5rem;
    padding-right: 5rem;
  }

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

  .min_md\:px-\[2vw\] {
    padding-left: 2vw;
    padding-right: 2vw;
  }

  .min_md\:px-\[3\%\] {
    padding-left: 3%;
    padding-right: 3%;
  }

  .min_md\:px-\[4\%\] {
    padding-left: 4%;
    padding-right: 4%;
  }

  .min_md\:px-\[6vw\] {
    padding-left: 6vw;
    padding-right: 6vw;
  }

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

  .min_md\:py-20 {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

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

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

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

  .min_md\:pb-28 {
    padding-bottom: 7rem;
  }

  .min_md\:pb-\[15\.6rem\] {
    padding-bottom: 15.6rem;
  }

  .min_md\:pl-\[6vw\] {
    padding-left: 6vw;
  }

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

  .min_md\:pt-28 {
    padding-top: 7rem;
  }

  .min_md\:pt-\[15\.6rem\] {
    padding-top: 15.6rem;
  }

  .min_md\:pt-\[16\.5rem\] {
    padding-top: 16.5rem;
  }

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

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

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

  .min_md\:text-1xl {
    font-size: 2.2rem;
  }

  .min_md\:text-2xl {
    font-size: 2.4rem;
  }

  .min_md\:text-3\.2xl {
    font-size: 3.2rem;
  }

  .min_md\:text-3xl {
    font-size: 3rem;
  }

  .min_md\:text-base {
    font-size: 1.6rem;
  }

  .min_md\:text-lg {
    font-size: 1.8rem;
  }

  .min_md\:text-sm {
    font-size: 1.4rem;
  }

  .min_md\:text-xl {
    font-size: 2rem;
  }
}
@media (min-width: 1000px) {

  .min_mdx\:block {
    display: block;
  }

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

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

  .min_mdx\:grid-cols-\[1fr_1\.7fr\] {
    grid-template-columns: 1fr 1.7fr;
  }

  .min_mdx\:gap-x-\[2\%\] {
    -moz-column-gap: 2%;
         column-gap: 2%;
  }

  .min_mdx\:p-\[3rem_12rem_2rem_8\%\] {
    padding: 3rem 12rem 2rem 8%;
  }
}
@media (min-width: 1200px) {

  .min_xl\:px-\[3vw\] {
    padding-left: 3vw;
    padding-right: 3vw;
  }

  .min_xl\:px-\[8\.8vw\] {
    padding-left: 8.8vw;
    padding-right: 8.8vw;
  }

  .min_xl\:pl-\[8\.8vw\] {
    padding-left: 8.8vw;
  }
}
@media (min-width: 1440px) {

  .min_xxl\:px-\[4\.8vw\] {
    padding-left: 4.8vw;
    padding-right: 4.8vw;
  }
}
@media (max-width: 767px) {

  .max_md\:block {
    display: block;
  }

  .max_md\:hidden {
    display: none;
  }

  .max_md\:w-12 {
    width: 3rem;
  }

  .max_md\:-translate-x-1\/2 {
    --tw-translate-x: -50%;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }

  .max_md\:divide-y-\[1px\] > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-y-reverse: 0;
    border-top-width: calc(1px * calc(1 - var(--tw-divide-y-reverse)));
    border-bottom-width: calc(1px * var(--tw-divide-y-reverse));
  }

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

  .max_md\:pb-28 {
    padding-bottom: 7rem;
  }

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

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

  .max_md\:text-center {
    text-align: center;
  }
}
@media (max-width: 999px) {

  .max_mdx\:hidden {
    display: none;
  }
}
@media (max-width: 1199px) {

  .max_xl\:hidden {
    display: none;
  }
}
@media (hover: hover) and (pointer: fine) {

  .\[\&\:-moz-any-link\]\:hover\:text-zinc-100:hover:-moz-any-link {
    --tw-text-opacity: 1;
    color: rgb(244 244 245 / var(--tw-text-opacity));
  }

  .\[\&\:any-link\]\:hover\:text-zinc-100:hover:any-link {
    --tw-text-opacity: 1;
    color: rgb(244 244 245 / var(--tw-text-opacity));
  }
}
