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

html {
  line-height: 1.5;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -moz-tab-size: 4;
  /* 3 */
  -o-tab-size: 4;
  tab-size: 4;
}

/*
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 */
  -webkit-text-size-adjust: 100%;
  animation: fadeIn 1.5s ease 0s 1 normal;
  position: relative;
  display: block;
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  color: #23366f;
  background-color: #fff;
  font-family: "Noto Sans JP", "ヒラギノ角ゴシック", "Hiragino Sans", "メイリオ", Meiryo, YuGothic, "Yu Gothic", sans-serif !important;
  word-wrap: break-word !important;
  line-height: 1.7 !important;
  font-weight: 300;
  font-size: 18px !important;
  font-feature-settings: "palt";
  letter-spacing: 2px;
  word-break: keep-all;
  line-break: strict;
  overflow-wrap: break-word;
}

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

  100% {
    opacity: 1;
  }
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

/*
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;
  transition: all 0.3s ease-in;
}

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

b,
strong {
  font-weight: bolder;
}

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

code,
kbd,
samp,
pre {
  font-family: Source Code Pro, Noto Sans CJK JP, Noto Sans JP, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

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

small {
  font-size: 80%;
}

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

button,
select {
  text-transform: none;
}

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

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

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

:-moz-focusring {
  outline: auto;
}

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

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

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

progress {
  vertical-align: baseline;
}

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

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

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

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

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

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

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

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

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

summary {
  display: list-item;
}

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

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

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

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

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

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

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

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

/*
Set the default cursor for buttons.
*/

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

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

:disabled {
  cursor: default;
}

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

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

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

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

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

::-webkit-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-ordinal: ;
  --tw-slashed-zero: ;
  --tw-numeric-figure: ;
  --tw-numeric-spacing: ;
  --tw-numeric-fraction: ;
  --tw-ring-inset: ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur: ;
  --tw-brightness: ;
  --tw-contrast: ;
  --tw-grayscale: ;
  --tw-hue-rotate: ;
  --tw-invert: ;
  --tw-saturate: ;
  --tw-sepia: ;
  --tw-drop-shadow: ;
  --tw-backdrop-blur: ;
  --tw-backdrop-brightness: ;
  --tw-backdrop-contrast: ;
  --tw-backdrop-grayscale: ;
  --tw-backdrop-hue-rotate: ;
  --tw-backdrop-invert: ;
  --tw-backdrop-opacity: ;
  --tw-backdrop-saturate: ;
  --tw-backdrop-sepia: ;
}

::backdrop {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x: ;
  --tw-pan-y: ;
  --tw-pinch-zoom: ;
  --tw-scroll-snap-strictness: proximity;
  --tw-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: ;
}

/****************************************
parts
****************************************/
.container {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 1rem;
  padding-left: 1rem;
}

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

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

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

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

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

.visible {
  visibility: visible;
}

.static {
  position: static;
}

.fixed {
  position: fixed;
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

.top-0 {
  top: 0px;
}

.top-1\/2 {
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}

.top-1\/3 {
  top: 33%;
}

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

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

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

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

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

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

.left-0 {
  left: 0px;
}

.left-1\/2 {
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}

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

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

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

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

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

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

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

.right-0 {
  right: 0px;
}

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

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

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

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

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

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

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

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

.bottom-0 {
  bottom: 0px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.block {
  display: block;
}

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

.inline {
  display: inline;
}

.flex {
  display: flex;
}

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

.table {
  display: table;
}

.contents {
  display: contents;
}

.hidden {
  display: none;
}

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

.object-position-\[center-bottom\] {
  object-position: center bottom;
}

.object-position-\[left-bottom\] {
  object-position: left bottom;
}

.object-position-\[right-bottom\] {
  object-position: right bottom;
}

.h-full {
  height: 100%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.h-screen {
  height: 100vh;
}

.h-screen\[100vh-50px\] {
  height: calc(100vh - 50px);
  height: calc(100svh - 50px);
}

.h-screen\[100vh-80px\] {
  height: calc(100vh - 80px);
  height: calc(100svh - 80px);
}

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

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

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

.w-full {
  width: 100%;
}

.w-100vw {
  width: 100vw;
}

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

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

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

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

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

.w-80\/375 {
  width: calc(80 / 375 * 100vw);
}

.w-100\/375 {
  width: calc(100 / 375 * 100vw);
}

.w-115\/375 {
  width: calc(115 / 375 * 100vw);
}

.w-135\/375 {
  width: calc(135 / 375 * 100vw);
}

.w-170\/375 {
  width: calc(170 / 375 * 100vw);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.border-collapse {
  border-collapse: collapse;
}

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

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

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

.cursor-pointer {
  cursor: pointer;
}

.resize {
  resize: both;
}

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

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

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

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

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

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

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

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

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

.space-y-\[40px\]> :not([hidden])~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(40px * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(40px * var(--tw-space-y-reverse));
}

.space-x-0> :not([hidden])~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(0px * var(--tw-space-x-reverse));
  margin-left: calc(0px * calc(1 - var(--tw-space-x-reverse)));
}

.space-y-\[60px\]> :not([hidden])~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(60px * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(60px * var(--tw-space-y-reverse));
}

.overflow-hidden {
  overflow: hidden;
}

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

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

.rounded-1\/2 {
  border-radius: 50%;
}

.rounded-\[80px\] {
  border-radius: 80px;
}

.rounded-\[12px\] {
  border-radius: 12px;
}

.rounded-\[46px\] {
  border-radius: 46px;
}

.rounded-\[48px\] {
  border-radius: 48px;
}

.border {
  border-width: 1px;
}

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

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

.border-\[\#23366f\] {
  --tw-border-opacity: 1;
  border-color: rgb(35 54 111 / var(--tw-border-opacity));
}

.border-\[\#dde4e3\] {
  --tw-border-opacity: 1;
  border-color: rgb(221 228 227 / var(--tw-border-opacity));
}

.border-\[\#dae2f4\] {
  --tw-border-opacity: 1;
  border-color: rgb(218 226 244 / var(--tw-border-opacity));
}

.border-\[\#f69c00\] {
  --tw-border-opacity: 1;
  border-color: rgb(246 156 0 / var(--tw-border-opacity));
}

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

.bg-white\/\[0\.85\] {
  background-color: rgb(255 255 255 / 0.85);
}

.bg-\[\#23366f\] {
  --tw-bg-opacity: 1;
  background-color: rgb(35 54 111 / var(--tw-bg-opacity));
}

.bg-\[\#edf1f9\] {
  --tw-bg-opacity: 1;
  background-color: rgb(237 241 249 / var(--tw-bg-opacity));
}

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

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

.bg-\[\#F69C00\] {
  --tw-bg-opacity: 1;
  background-color: rgb(246 156 0 / var(--tw-bg-opacity));
}
/*20230911 updated*/
.bg-\[\#9E9E9E\] {
  --tw-bg-opacity: 1;
  background-color: rgb(158 158 158 / var(--tw-bg-opacity));
}
/*20230911 updated*/
.bg-\[url\(\'\/-\/Media\/jpz\/zrh\/wecare2\/img\/icon-q\.png\'\)\] {
  background-image: url("/-/Media/jpz/zrh/wecare2/img/icon-q.png");
}

.bg-\[url\(\'\/-\/Media\/jpz\/zrh\/wecare2\/img\/icon-a\.png\'\)\] {
  background-image: url("/-/Media/jpz/zrh/wecare2/img/icon-a.png");
}

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

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

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

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

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

.font-\[\'Noto_Sans_JP\'\] {
  font-family: "Noto Sans JP";
}

.font-\[\'hiragino\'\] {
  font-family: "ヒラギノ角ゴシック", "Hiragino Sans", "メイリオ", Meiryo, YuGothic, "Yu Gothic", sans-serif;
}

.text-\[0\.6em\] {
  font-size: 0.6em;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.leading-\[1\.2\] {
  line-height: 1.2;
}

.leading-snug {
  line-height: 1.375;
}

.leading-normal {
  line-height: 1.5;
}

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

.leading-\[1\.4\] {
  line-height: 1.4;
}

.leading-\[1\.6\] {
  line-height: 1.6;
}

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

.leading-\[1\.85\] {
  line-height: 1.85;
}

.tracking-wide {
  letter-spacing: 0.025em;
}

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

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

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

.text-\[\#2167ae\] {
  --tw-text-opacity: 1;
  color: rgb(33 103 174 / var(--tw-text-opacity));
}

.text-\[\#23366f\] {
  --tw-text-opacity: 1;
  color: rgb(35 54 111 / var(--tw-text-opacity));
}

.text-\[\#1fb1e6\] {
  --tw-text-opacity: 1;
  color: rgb(31 177 230 / var(--tw-text-opacity));
}

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

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

.mix-blend-multiply {
  mix-blend-mode: multiply;
}

.shadow-\[0_4px_14px_0_rgba\(207\2c 37\2c 0\2c 0\.15\)\] {
  --tw-shadow: 0 4px 14px 0 rgba(207, 37, 0, 0.15);
  --tw-shadow-colored: 0 4px 14px 0 var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-\[0_4px_14px_0_rgba\(50\2c 65\2c 96\2c 0\.15\)\] {
  --tw-shadow: 0 4px 14px 0 rgba(50, 65, 96, 0.15);
  --tw-shadow-colored: 0 4px 14px 0 var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-\[0_6px_20px_0_rgba\(207\2c 37\2c 0\2c 0\.15\)\] {
  --tw-shadow: 0 6px 20px 0 rgba(207, 37, 0, 0.15);
  --tw-shadow-colored: 0 4px 14px 0 var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

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

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

@media screen and (min-width: 1024px) {
  .u-sp {
    display: none !important;
  }
}

@media screen and (max-width: 1023px) {
  .u-pc {
    display: none !important;
  }
}

@media screen and (max-width: 767px) {
  .sm\:display-block {
    display: block !important;
  }

  .md\:display-block {
    display: none !important;
  }
}

@media screen and (min-width: 768px) {
  .sm\:display-block {
    display: none !important;
  }

  .md\:display-block {
    display: block !important;
  }
}

.h-screen {
  height: 100vh;
  height: calc(var(--vh, 1vh) * 100);
}

.h-screen-without-header {
  min-height: calc(667px - 50px);
  height: calc(100vh - 50px);
  height: calc(var(--vh, 1vh) * 100 - 50px);
}

@media screen and (min-width: 768px) {
  .h-screen-without-header {
    height: calc(100vh - 80px);
    height: calc(var(--vh, 1vh) * 100 - 80px);
  }
}

.u-text-shadow {
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.25);
}

.u-text-shadow-w {
  text-shadow: 0px 0px 4px rgb(255 255 255 / 100%);
}

.u-toggle-icon {
  position: relative;
}

.u-toggle-icon:before,
.u-toggle-icon:after {
  position: absolute;
  top: 0px;
  right: 10px;
  bottom: 0px;
  margin: auto;
  height: 2px;
  width: 13px;
  transform-origin: center;
  --tw-bg-opacity: 1;
  background-color: rgb(35 54 111 / var(--tw-bg-opacity));
  transition-property: color, background-color, border-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-text-decoration-color, -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-text-decoration-color, -webkit-backdrop-filter;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  --tw-content: "";
  content: var(--tw-content);
}

@media (min-width: 1024px) {

  .u-toggle-icon:before,
  .u-toggle-icon:after {
    right: 20px;
    width: 20px;
  }
}

.u-prevent-animation * {
  -webkit-animation: none !important;
  animation: none !important;
  transition-property: none !important;
}

[data-in] {
  transition-duration: 600ms;
}

[data-in="fade-in"]:not(.is-in) {
  pointer-events: none;
  opacity: 0;
}

[data-in="slide-in"]:not(.is-in) {
  pointer-events: none;
  --tw-translate-y: 1.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));
  opacity: 0;
}

[data-modal] {
  transition-duration: 200ms;
}

[data-modal]:not(.is-open) {
  pointer-events: none;
  opacity: 0;
}

/****************************************
js
****************************************/
.js-accordion-content {
  overflow: hidden;
  transition: max-height 0.4s cubic-bezier(0.33, 1, 0.68, 1);
}

.js-accordion:not(.is-open) .u-toggle-icon::before {
  content: var(--tw-content);
  --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));
}

.js-sliderSp .slick-dots {
  bottom: -35px;
}

.js-sliderSp .slick-dots li button {
  width: 15px;
  height: 15px;
  padding: 0;
}

.js-sliderSp .slick-dots li button:before {
  width: 15px;
  height: 15px;
  background-color: #fff;
  opacity: 1;
  color: transparent;
  border: 1px solid #23366f;
  border-radius: 100%;
}

.js-sliderSp .slick-dots li.slick-active button:before {
  background-color: #23366f;
}

.js-sliderSp .slick-prev,
.js-sliderSp .slick-next {
  position: absolute;
  top: calc(50% - 20px);
  height: 40px;
  width: 40px;
  cursor: pointer;
  border-radius: 9999px;
  transition-duration: 200ms;
}

.js-sliderSp .slick-prev:hover,
.js-sliderSp .slick-next:hover {
  opacity: 0.8;
}

.js-sliderSp .slick-prev,
.js-sliderSp .slick-next {
  text-indent: -9999px;
  z-index: 1;
}

.js-sliderSp .slick-prev {
  left: 0px;
  z-index: 99;
}

.js-sliderSp .slick-next {
  right: 0px;
  z-index: 99;
}

.js-sliderSp .slick-prev::after,
.js-sliderSp .slick-next::after {
  position: absolute;
  top: 50%;
  display: block;
  height: 12px;
  width: 12px;
  border-top-width: 0px;
  border-left-width: 0px;
  border-right-width: 2px;
  border-bottom-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(35 54 111 / var(--tw-border-opacity));
  --tw-content: "";
  content: var(--tw-content);
}

.js-sliderSp .slick-prev::after {
  left: 10px;
  transform: translate(0, -50%) rotate(135deg);
}

.js-sliderSp .slick-next::after {
  right: 10px;
  transform: translate(0, -50%) rotate(-45deg);
}

#footer-container .pagetop img {
  display: inline;
  vertical-align: top;
}

.after\:absolute::after {
  content: var(--tw-content);
  position: absolute;
}

.after\:right-\[20px\]::after {
  content: var(--tw-content);
  right: 20px;
}

.after\:h-\[14px\]::after {
  content: var(--tw-content);
  height: 14px;
}

.after\:w-\[18px\]::after {
  content: var(--tw-content);
  width: 18px;
}

.after\:bg-\[url\(\'\/-\/Media\/jpz\/zrh\/wecare2\/img\/icon-btn\.png\'\)\]::after {
  content: var(--tw-content);
  background-image: url("/-/Media/jpz/zrh/wecare2/img/icon-btn.png");
}

.after\:bg-cover::after {
  content: var(--tw-content);
  background-size: cover;
}

.hover\:bg-\[\#2167ae\]:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(33 103 174 / var(--tw-bg-opacity));
}

.hover\:text-\[\#2167ae\]:hover {
  --tw-text-opacity: 1;
  color: rgb(33 103 174 / var(--tw-text-opacity));
}

.hover\:opacity-80:hover {
  opacity: 0.8;
}

.hover\:\[\#1fb1e6\]:hover {
  color: #1fb1e6;
}

/****************************************
min
****************************************/
@media screen and (min-width: 300px) and (max-width: 374px) {
  .min\:text-\[13px\] {
    font-size: 13px;
  }

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

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

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

/****************************************
md
****************************************/
@media (min-width: 768px) {
  .md\:top-\[30px\] {
    top: 30px;
  }

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

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

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

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

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

  .md\:ml-5 {
    margin-left: 1.25rem;
  }

  .md\:hidden {
    display: none;
  }

  .md\:h-screen\[100vh-80px\] {
    height: calc(100vh - 80px);
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .md\:leading-snug {
    line-height: 1.375;
  }

  .md\:tracking-\[2px\] {
    letter-spacing: 2px;
  }
}

/****************************************
lg
****************************************/
@media (min-width: 1024px) {
  .lg\:absolute {
    position: absolute;
  }

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

  .lg\:-top-\[120px\] {
    top: -120px;
  }

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

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

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

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

  .lg\:left-1\/2 {
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
  }

  .lg\:bottom-0 {
    bottom: 0px;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .lg\:ml-\[2em\] {
    margin-left: 2em;
  }

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

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

  .lg\:mr-\[15px\] {
    margin-right: 15px;
  }

  .lg\:mr-\[25px\] {
    margin-right: 25px;
  }

  .lg\:mr-\[30px\] {
    margin-right: 30px;
  }

  .lg\:mr-\[35px\] {
    margin-right: 35px;
  }

  .lg\:mr-\[45px\] {
    margin-right: 45px;
  }

  .lg\:mr-\[80px\] {
    margin-right: 80px;
  }

  .lg\:mr-\[90px\] {
    margin-right: 90px;
  }

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

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

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

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

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

  .lg\:px-0 {
    padding-left: 0px;
    padding-right: 0px;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .lg\:pr-0 {
    padding-right: 0px;
  }

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

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

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

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

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

  .lg\:pr-\[50px\] {
    padding-right: 50px;
  }

  .lg\:pr-\[80px\] {
    padding-right: 80px;
  }

  .lg\:block {
    display: block;
  }

  .lg\:flex {
    display: flex;
  }

  .lg\:hidden {
    display: none;
  }

  .lg\:h-auto {
    height: auto;
  }

  .lg\:h-560\/1280 {
    height: calc(560 / 1280 * 100vw);
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .lg\:w-200\/1280 {
    width: calc(200 / 1280 * 100vw);
  }

  .lg\:w-210\/1280 {
    width: calc(210 / 1280 * 100vw);
  }

  .lg\:w-250\/1280 {
    width: calc(250 / 1280 * 100vw);
  }

  .lg\:w-300\/1280 {
    width: calc(300 / 1280 * 100vw);
  }

  .lg\:w-370\/1280 {
    width: calc(370 / 1280 * 100vw);
  }

  .lg\:w-400\/1280 {
    width: calc(400 / 1280 * 100vw);
  }

  .lg\:w-450\/1280 {
    width: calc(450 / 1280 * 100vw);
  }

  .lg\:w-560\/1280 {
    width: calc(560 / 1280 * 100vw);
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .lg\:rotate-0 {
    --tw-rotate: 0deg;
    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));
  }

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

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

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

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

  .lg\:justify-around {
    justify-content: space-around;
  }

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

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

  .lg\:space-x-\[140px\]> :not([hidden])~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(140px * var(--tw-space-x-reverse));
    margin-left: calc(140px * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:space-y-0> :not([hidden])~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(0px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0px * var(--tw-space-y-reverse));
  }

  .lg\:space-x-\[23px\]> :not([hidden])~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(23px * var(--tw-space-x-reverse));
    margin-left: calc(23px * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:border-0 {
    border-width: 0px;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .lg\:after\:right-\[40px\]::after {
    content: var(--tw-content);
    right: 40px;
  }

  .lg\:after\:right-\[30px\]::after {
    content: var(--tw-content);
    right: 30px;
  }
}

[tabindex]:not([tabindex="-1"]):focus,
a[href]:not([tabindex="-1"]):focus,
area[href]:not([tabindex="-1"]):focus,
button:not([disabled]):not([tabindex="-1"]):focus,
iframe:not([tabindex="-1"]):focus,
input:not([disabled]):not([tabindex="-1"]):focus,
select:not([disabled]):not([tabindex="-1"]):focus,
textarea:not([disabled]):not([tabindex="-1"]):focus {
  outline: none;
}

/****************************************
ex-lg
****************************************/
@media (min-width: 1160px) {
  .ex-lg\:flex {
    display: flex;
  }

  .ex-lg\:mx-\[12px\] {
    margin-right: 12px;
    margin-left: 12px;
  }

  .ex-lg\:mb-0 {
    margin-bottom: 0;
  }
}

/****************************************
triangle
****************************************/
.triangle::after {
  content: "";
  position: absolute;
  bottom: -30px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  width: 174px;
  border-top: 30px solid #f7f7f8;
  border-left: 87px solid transparent;
  border-right: 87px solid transparent;
  z-index: 10;
}

@media (min-width: 1024px) {
  .triangle::after {
    bottom: -48px;
    width: 264px;
    border-top: 48px solid #f7f7f8;
    border-left: 132px solid transparent;
    border-right: 132px solid transparent;
  }
}

/****************************************
FOOTER
****************************************/
p.number {
  margin: 10px auto 0;
  max-width: 1200px;
  width: 90%;
  font-size: 12px;
  text-align: right;
  color: #555;
}

@media screen and (max-width: 767px) {
  p.number {
    width: 89.3333333333vw;
    font-size: 3.2vw;
  }
}

/*breadcrumb*/
ul.breadcrumb {
  position: relative;
  margin: 6px auto;
  max-width: 1200px;
  width: 90%;
  font-size: 12px;
  box-sizing: border-box;
  vertical-align: text-top;
}

@media screen and (max-width: 767px) {
  ul.breadcrumb {
    width: 89.3333333333vw;
  }
}

ul.breadcrumb li {
  position: relative;
  display: inline;
  margin-right: 30px;
  font-size: 12px;
  box-sizing: border-box;
  line-height: 1 !important;
}

@media screen and (max-width: 767px) {
  ul.breadcrumb li {
    margin-right: 8vw;
    font-size: 3.2vw;
    line-height: 1.6 !important;
  }
}

ul.breadcrumb li::after {
  content: "";
  width: 7px;
  height: 7px;
  border: 0px;
  border-top: solid 1px #555;
  border-right: solid 1px #555;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  right: -18px;
  margin-top: -4px;
}

@media screen and (max-width: 767px) {
  ul.breadcrumb li::after {
    right: -5.3333333333vw;
  }
}

ul.breadcrumb li.current {
  text-decoration: none;
  color: #555;
}

ul.breadcrumb li.current::after {
  content: none;
}

ul.breadcrumb li a {
  text-decoration: none;
  color: #23366f;
}

ul.breadcrumb li a:hover {
  color: #1fb1e6;
}

#footer-container {
  background: #dae2f4 !important;
  padding-top: 30px;
}

#footer-container .footer-nav {
  margin-top: 34px;
}

#footer-container .footer-nav a,
#footer-container .footer-nav .footernav-label {
  color: #23366f;
}

#footer-container .footer-nav .footernav-label {
  margin: 24px 0 0 0;
}

.footer-subnav ul {
  padding-top: 0;
}

@media screen and (min-width: 768px) and (max-width: 1100px) {
  .footer-subnav li {
    padding-right: 1em;
    margin-right: 1em;
  }
}

.footer-subnav li a {
  color: #23366f;
  font-size: 12px;
}

@media screen and (max-width: 767px) {
  .footer-subnav li a {
    font-size: 3.2vw;
  }
}

.footer-btn .btn {
  width: 36px;
}

@media screen and (max-width: 767px) {
  .footer-btn .btn {
    width: 9.6vw;
  }
}

#footer-container .footer-btn {
  margin: 36px 0 0;
}

#footer-container .footer-btn .btn+.btn {
  margin-left: 10px;
}

@media screen and (max-width: 767px) {
  #footer-container .footer-btn .btn+.btn {
    margin-left: 2.1333333333vw;
  }
}

#footer-container .footer-link {
  margin-top: 20px;
}

@media screen and (max-width: 767px) {
  #footer-container .footinner {
    padding-bottom: 6.4vw;
  }
}

#footer-container .footer-link a {
  text-decoration: none;
  font-size: 3.2vw;
  color: #23366f;
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  #footer-container .copyright {
    margin-top: 0;
  }
}

@media screen and (min-width: 768px) and (max-width: 1100px) {
  #footer-container .copyright {
    margin: 10px auto 0;
    clear: both;
    width: 100%;
  }
}

.footer-subnav .copyright {
  font-size: 12px;
  line-height: 24px !important;
}

@media screen and (max-width: 767px) {
  .footer-subnav .copyright {
    line-height: 1 !important;
  }
}

#footer-container .footer-nav {
  max-width: 1200px !important;
}

#footer-container .footer-nav .navlist {
  width: 20%;
}

#footer-container .footer-nav a:hover {
  color: #1fb1e6;
  text-decoration: none;
}

/****************************************
fadeIn
****************************************/
.fadeIn {
  opacity: 0;
  transform: translate(0, 5%);
  transition: 1s;
}

.fadeIn.is-show {
  transform: translate(0, 0);
  opacity: 1;
}

/****************************************
progress bar
****************************************/
.meter {
  width: 230px;
}

@media screen and (min-width: 375px) {
  .meter {
    width: 240px;
  }
}

@media (min-width: 1024px) {
  .meter {
    width: 300px;
  }
}

.meter-line {
  position: relative;
  width: 100%;
  height: 25px;
  overflow: hidden;
  border-radius: 100px;
  border: solid 1px #1fb1e6;
}

@media (min-width: 1024px) {
  .meter-line {
    height: 30px;
  }
}

.meter-line:before {
  position: absolute;
  content: "";
  width: 230px;
  height: 25px;
  top: 0;
  left: 0;
  background: #fff;
}

@media (min-width: 375px) {
  .meter-line:before {
    width: 240px;
  }
}

@media (min-width: 1024px) {
  .meter-line:before {
    width: 300px;
    height: 30px;
  }
}

.meter-line-inner {
  position: relative;
  height: 25px;
  width: 0%;
  background: #1fb1e6;
}

@media (min-width: 1024px) {
  .meter-line-inner {
    height: 30px;
  }
}

.meter-percent {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 0;
  /* color: #1FB1E6; */
  color: #fff;
  font-size: 1.2rem;
  opacity: 0;
  visibility: hidden;
}

@media (min-width: 1024px) {
  .meter-percent {
    font-size: 1.6rem;
  }
}

.meter-percent.show {
  opacity: 1;
  visibility: visible;
  animation: fadeIn 0.5s ease 0s 1 normal;
}

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

  100% {
    opacity: 1;
  }
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

.meter-num {
  font-size: 1.2rem;
  line-height: 22px;
}

@media (min-width: 1024px) {
  .meter-num {
    font-size: 1.6rem;
    line-height: 24px;
  }
}

/****************************************
counter
****************************************/
.js-counter.scale {
  animation: scale 1200ms ease 0s 1 normal;
  -webkit-animation: scale 1200ms ease 0s 1 normal;
  -ms-animation: scale 1200ms ease 0s 1 normal;
}

@keyframes scale {
  0% {
    transform: scale(1);
    -webkit-transform: scale(1);
  }

  50% {
    opacity: 1;
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
  }

  100% {
    opacity: 1;
    transform: scale(1);
    -webkit-transform: scale(1);
  }
}

@-webkit-keyframes scale {
  0% {
    transform: scale(1);
  }

  50% {
    opacity: 1;
    transform: scale(1.1);
  }

  100% {
    opacity: 1;
    transform: scale(1);
  }
}

/* 20230413add */
@media screen and (max-height: 500px) {
  #kv-sp {
    height: 650px;
  }
}

#kv-pc {
  min-height: 650px;
}

/****************************************
230802追加 100%達成コメント
****************************************/
.achieve {
  display: block;
  text-align: center;
  margin-top: 30px;
}

.achieve p {
  color: #f69c00;
  font-size: 20px;
  line-height: normal;
  position: relative;
  font-weight: 500;
}

p.achieve_sub-txt {
  font-size: 24px;
  margin-bottom: 5px;
}

.achieve_sub-txt:before,
.achieve_sub-txt:after {
  position: relative;
  display: inline-block;
  content: "";
  background: #f69c00;
  width: 2px;
  height: 1.3em;
  margin: 0 0.8em;
  margin-top: -0.2em;
  vertical-align: middle;
}

.achieve_sub-txt:before {
  transform: rotate(-45deg);
}

.achieve_sub-txt:after {
  transform: rotate(45deg);
}

@media screen and (max-width: 767px) {
  .achieve {
    margin-top: 30px;
  }

  p.achieve_sub-txt {
    font-size: 22px;
  }


}