/*
! tailwindcss v3.0.15 | 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;
  /* 3 */
  font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  /* 4 */
}

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

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

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

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

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

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

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

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

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

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

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

b,
strong {
  font-weight: bolder;
}

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

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

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

small {
  font-size: 80%;
}

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 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:-ms-input-placeholder, textarea:-ms-input-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;
}

/*
Ensure the default browser behavior of the `hidden` attribute.
*/

[hidden] {
  display: none;
}

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

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

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

.sticky {
  position: -webkit-sticky;
  position: sticky;
}

.-bottom-o-16 {
  bottom: -0.16rem;
}

.left-\[50\%-0\.1rem\] {
  left: 50% - 0.1rem;
}

.-top-o-32 {
  top: -0.32rem;
}

.left-\[calc\(50\%_-_3\.445rem\)\] {
  left: calc(50% - 3.445rem);
}

.top-o-280 {
  top: 2.80rem;
}

.left-0 {
  left: 0px;
}

.right-0 {
  right: 0px;
}

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

.-right-o-28 {
  right: -0.28rem;
}

.bottom-0 {
  bottom: 0px;
}

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

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

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

.my-o-16 {
  margin-top: 0.16rem;
  margin-bottom: 0.16rem;
}

.ml-o-44 {
  margin-left: 0.44rem;
}

.mr-o-28 {
  margin-right: 0.28rem;
}

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

.mt-o-16 {
  margin-top: 0.16rem;
}

.mt-o-24 {
  margin-top: 0.24rem;
}

.mt-o-8 {
  margin-top: 0.08rem;
}

.ml-\[0\.01rem\] {
  margin-left: 0.01rem;
}

.mr-o-4 {
  margin-right: 0.04rem;
}

.mb-o-48 {
  margin-bottom: 0.48rem;
}

.mt-o-28 {
  margin-top: 0.28rem;
}

.mb-o-52 {
  margin-bottom: 0.52rem;
}

.mb-o-40 {
  margin-bottom: 0.40rem;
}

.mt-o-20 {
  margin-top: 0.20rem;
}

.mb-o-80 {
  margin-bottom: 0.80rem;
}

.mb-o-12 {
  margin-bottom: 0.12rem;
}

.mb-o-36 {
  margin-bottom: 0.36rem;
}

.mb-o-8 {
  margin-bottom: 0.08rem;
}

.mb-o-32 {
  margin-bottom: 0.32rem;
}

.mb-o-16 {
  margin-bottom: 0.16rem;
}

.mt-o-232 {
  margin-top: 2.32rem;
}

.mb-o-20 {
  margin-bottom: 0.20rem;
}

.mb-o-88 {
  margin-bottom: 0.88rem;
}

.mb-o-28 {
  margin-bottom: 0.28rem;
}

.mb-o-60 {
  margin-bottom: 0.60rem;
}

.mb-o-64 {
  margin-bottom: 0.64rem;
}

.mt-o-48 {
  margin-top: 0.48rem;
}

.mt-o-40 {
  margin-top: 0.40rem;
}

.mt-o-56 {
  margin-top: 0.56rem;
}

.block {
  display: block;
}

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

.flex {
  display: flex;
}

.hidden {
  display: none;
}

.h-o-668 {
  height: 6.68rem;
}

.h-o-578 {
  height: 5.78rem;
}

.h-o-20 {
  height: 0.20rem;
}

.h-o-120 {
  height: 1.20rem;
}

.h-o-116 {
  height: 1.16rem;
}

.h-o-18 {
  height: 0.18rem;
}

.h-o-251 {
  height: 2.51rem;
}

.h-o-130 {
  height: 1.30rem;
}

.h-o-24 {
  height: 0.24rem;
}

.h-o-1 {
  height: 0.01rem;
}

.h-o-36 {
  height: 0.36rem;
}

.h-o-266 {
  height: 2.66rem;
}

.w-o-137 {
  width: 1.37rem;
}

.w-o-260 {
  width: 2.60rem;
}

.w-o-60 {
  width: 0.60rem;
}

.w-o-31 {
  width: 0.31rem;
}

.w-o-370 {
  width: 3.70rem;
}

.w-o-300 {
  width: 3rem;
}

.w-o-20 {
  width: 0.20rem;
}

.w-full {
  width: 100%;
}

.w-o-326 {
  width: 3.26rem;
}

.w-o-616 {
  width: 6.16rem;
}

.w-o-116 {
  width: 1.16rem;
}

.w-o-96 {
  width: 0.96rem;
}

.w-o-10 {
  width: 0.1rem;
}

.w-o-689 {
  width: 6.89rem;
}

.w-o-210 {
  width: 2.1rem;
}

.w-o-691 {
  width: 6.91rem;
}

.w-o-181 {
  width: 1.81rem;
}

.w-o-103 {
  width: 1.03rem;
}

.w-o-505 {
  width: 5.05rem;
}

.w-o-442 {
  width: 4.42rem;
}

.w-o-328 {
  width: 3.28rem;
}

.w-o-614 {
  width: 6.14rem;
}

.w-o-532 {
  width: 5.32rem;
}

.w-o-298 {
  width: 2.98rem;
}

.w-o-584 {
  width: 5.84rem;
}

.w-o-536 {
  width: 5.36rem;
}

.w-o-16 {
  width: 0.16rem;
}

.w-o-109 {
  width: 1.09rem;
}

.w-o-540 {
  width: 5.40rem;
}

.w-o-469 {
  width: 4.69rem;
}

.w-o-114 {
  width: 1.14rem;
}

.w-o-612 {
  width: 6.12rem;
}

.w-o-4 {
  width: 0.04rem;
}

.w-o-355 {
  width: 3.55rem;
}

.w-o-367 {
  width: 3.67rem;
}

.w-o-321 {
  width: 3.21rem;
}

.w-o-334 {
  width: 3.34rem;
}

.w-o-374 {
  width: 3.74rem;
}

.w-o-351 {
  width: 3.51rem;
}

.w-o-222 {
  width: 2.22rem;
}

.w-o-265 {
  width: 2.65rem;
}

.w-o-323 {
  width: 3.23rem;
}

.w-o-288 {
  width: 2.88rem;
}

.w-o-203 {
  width: 2.03rem;
}

.w-o-115 {
  width: 1.15rem;
}

.w-o-488 {
  width: 4.88rem;
}

.w-o-455 {
  width: 4.55rem;
}

.w-o-27 {
  width: 0.27rem;
}

.w-o-258 {
  width: 2.58rem;
}

.w-o-256 {
  width: 2.56rem;
}

.w-o-172 {
  width: 1.72rem;
}

.w-o-708 {
  width: 7.08rem;
}

.w-o-400 {
  width: 4rem;
}

.origin-left {
  transform-origin: left;
}

.translate-y-\[0\.04rem\] {
  --tw-translate-y: 0.04rem;
  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-\[40deg\] {
  --tw-rotate: 40deg;
  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-90 {
  --tw-scale-x: .9;
  --tw-scale-y: .9;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.transform {
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

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

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

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

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

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

.gap-o-20 {
  gap: 0.20rem;
}

.gap-o-8 {
  gap: 0.08rem;
}

.gap-o-12 {
  gap: 0.12rem;
}

.gap-o-32 {
  gap: 0.32rem;
}

.gap-o-6 {
  gap: 0.06rem;
}

.gap-o-24 {
  gap: 0.24rem;
}

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

.rounded-\[0\.1rem\] {
  border-radius: 0.1rem;
}

.rounded-o-12 {
  border-radius: 0.12rem;
}

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

.rounded-l-o-8 {
  border-top-left-radius: 0.08rem;
  border-bottom-left-radius: 0.08rem;
}

.rounded-t-o-8 {
  border-top-left-radius: 0.08rem;
  border-top-right-radius: 0.08rem;
}

.rounded-t-\[0\.1rem\] {
  border-top-left-radius: 0.1rem;
  border-top-right-radius: 0.1rem;
}

.rounded-b-\[0\.1rem\] {
  border-bottom-right-radius: 0.1rem;
  border-bottom-left-radius: 0.1rem;
}

.border-\[0\.04rem\] {
  border-width: 0.04rem;
}

.border-\[0\.03rem\] {
  border-width: 0.03rem;
}

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

.border-b-\[0\.05rem\] {
  border-bottom-width: 0.05rem;
}

.border-r-\[0\.05rem\] {
  border-right-width: 0.05rem;
}

.border-blue {
  --tw-border-opacity: 1;
  border-color: rgb(14 76 159 / var(--tw-border-opacity));
}

.border-orange {
  --tw-border-opacity: 1;
  border-color: rgb(239 101 76 / var(--tw-border-opacity));
}

.bg-blue {
  --tw-bg-opacity: 1;
  background-color: rgb(14 76 159 / var(--tw-bg-opacity));
}

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

.bg-skyBlue {
  --tw-bg-opacity: 1;
  background-color: rgb(65 162 235 / var(--tw-bg-opacity));
}

.bg-\[\#DBE3ED\] {
  --tw-bg-opacity: 1;
  background-color: rgb(219 227 237 / var(--tw-bg-opacity));
}

.bg-\[\#F2F4F5\] {
  --tw-bg-opacity: 1;
  background-color: rgb(242 244 245 / var(--tw-bg-opacity));
}

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

.bg-orange {
  --tw-bg-opacity: 1;
  background-color: rgb(239 101 76 / var(--tw-bg-opacity));
}

.bg-\[url\(\.\.\/images\/keyv_bg\.jpg\)\] {
  background-image: url(../images/keyv_bg.jpg);
}

.bg-\[url\(\.\.\/images\/cta_bg01\.jpg\)\] {
  background-image: url(../images/cta_bg01.jpg);
}

.bg-\[url\(\.\.\/images\/sec01_bg\.jpg\)\] {
  background-image: url(../images/sec01_bg.jpg);
}

.bg-\[url\(\.\.\/images\/sec03_bg\.jpg\)\] {
  background-image: url(../images/sec03_bg.jpg);
}

.bg-\[url\(\.\.\/images\/cta_bg02\.jpg\)\] {
  background-image: url(../images/cta_bg02.jpg);
}

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

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

.py-o-28 {
  padding-top: 0.28rem;
  padding-bottom: 0.28rem;
}

.py-o-24 {
  padding-top: 0.24rem;
  padding-bottom: 0.24rem;
}

.py-o-48 {
  padding-top: 0.48rem;
  padding-bottom: 0.48rem;
}

.py-o-12 {
  padding-top: 0.12rem;
  padding-bottom: 0.12rem;
}

.py-o-80 {
  padding-top: 0.80rem;
  padding-bottom: 0.80rem;
}

.py-o-64 {
  padding-top: 0.64rem;
  padding-bottom: 0.64rem;
}

.py-o-44 {
  padding-top: 0.44rem;
  padding-bottom: 0.44rem;
}

.py-o-16 {
  padding-top: 0.16rem;
  padding-bottom: 0.16rem;
}

.pl-o-16 {
  padding-left: 0.16rem;
}

.pt-o-24 {
  padding-top: 0.24rem;
}

.pt-o-16 {
  padding-top: 0.16rem;
}

.pb-o-28 {
  padding-bottom: 0.28rem;
}

.pt-o-4 {
  padding-top: 0.04rem;
}

.pb-o-8 {
  padding-bottom: 0.08rem;
}

.pt-o-220 {
  padding-top: 2.20rem;
}

.pb-o-88 {
  padding-bottom: 0.88rem;
}

.pt-o-28 {
  padding-top: 0.28rem;
}

.pl-o-32 {
  padding-left: 0.32rem;
}

.pr-o-8 {
  padding-right: 0.08rem;
}

.pt-o-36 {
  padding-top: 0.36rem;
}

.pb-o-32 {
  padding-bottom: 0.32rem;
}

.pt-o-120 {
  padding-top: 1.20rem;
}

.pb-o-100 {
  padding-bottom: 1rem;
}

.pl-o-24 {
  padding-left: 0.24rem;
}

.pt-o-40 {
  padding-top: 0.40rem;
}

.pb-o-40 {
  padding-bottom: 0.40rem;
}

.pr-o-16 {
  padding-right: 0.16rem;
}

.pb-o-48 {
  padding-bottom: 0.48rem;
}

.pt-o-100 {
  padding-top: 1rem;
}

.pb-o-80 {
  padding-bottom: 0.80rem;
}

.pl-o-20 {
  padding-left: 0.20rem;
}

.pr-o-40 {
  padding-right: 0.40rem;
}

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

.font-zenKakuGothicNew {
  font-family: 'Zen Kaku Gothic New', sans-serif;
}

.text-md {
  font-size: 13.02083vw;
}

.text-20 {
  font-size: 0.20rem;
}

.text-28 {
  font-size: 0.28rem;
}

.text-68 {
  font-size: 0.68rem;
}

.text-105 {
  font-size: 1.05rem;
}

.text-72 {
  font-size: 0.72rem;
}

.text-47 {
  font-size: 0.47rem;
}

.text-23 {
  font-size: 0.23rem;
}

.text-26 {
  font-size: 0.26rem;
}

.text-25 {
  font-size: 0.25rem;
}

.text-35 {
  font-size: 0.35rem;
}

.text-34 {
  font-size: 0.34rem;
}

.text-29 {
  font-size: 0.29rem;
}

.text-48 {
  font-size: 0.48rem;
}

.text-30 {
  font-size: 0.30rem;
}

.text-36 {
  font-size: 0.36rem;
}

.text-24 {
  font-size: 0.24rem;
}

.text-38 {
  font-size: 0.38rem;
}

.text-33 {
  font-size: 0.33rem;
}

.text-32 {
  font-size: 0.32rem;
}

.text-43 {
  font-size: 0.43rem;
}

.text-27 {
  font-size: 0.27rem;
}

.text-16 {
  font-size: 0.16rem;
}

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

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

.leading-o-13 {
  line-height: 1.3;
}

.leading-o-16 {
  line-height: 1.6;
}

.leading-o-18 {
  line-height: 1.8;
}

.leading-o-15 {
  line-height: 1.5;
}

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

.tracking-o-100 {
  letter-spacing: 0.100em;
}

.tracking-o-200 {
  letter-spacing: 0.200em;
}

.tracking-o-150 {
  letter-spacing: 0.15em;
}

.tracking-\[0\.05em\] {
  letter-spacing: 0.05em;
}

.tracking-\[0\.08em\] {
  letter-spacing: 0.08em;
}

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

.text-blue {
  --tw-text-opacity: 1;
  color: rgb(14 76 159 / var(--tw-text-opacity));
}

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

.text-skyBlue {
  --tw-text-opacity: 1;
  color: rgb(65 162 235 / var(--tw-text-opacity));
}

.text-orange {
  --tw-text-opacity: 1;
  color: rgb(239 101 76 / var(--tw-text-opacity));
}

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

.text-\[\#00C4CC\] {
  --tw-text-opacity: 1;
  color: rgb(0 196 204 / var(--tw-text-opacity));
}

.opacity-0 {
  opacity: 0;
}

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

html {
  /* ベースフォント */
  font-family: 'Noto Sans JP', sans-serif;
  color: #2C2F33;
  scroll-behavior: smooth;
}

.gd-pink{
  background: linear-gradient(90deg, rgba(251,149,110,1) 0%, rgba(239,98,75,1) 100%);
}

.shadow01{
  box-shadow: 0 3px 20px rgba(14, 76, 159, 0.3);
}

.shadow02{
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1);
}

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

.before\:left-0::before {
  content: var(--tw-content);
  left: 0px;
}

.before\:top-1\/2::before {
  content: var(--tw-content);
  top: 50%;
}

.before\:h-full::before {
  content: var(--tw-content);
  height: 100%;
}

.before\:h-o-1::before {
  content: var(--tw-content);
  height: 0.01rem;
}

.before\:w-o-60::before {
  content: var(--tw-content);
  width: 0.60rem;
}

.before\:w-o-440::before {
  content: var(--tw-content);
  width: 4.40rem;
}

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

.before\:bg-\[\#0E4C9F\]::before {
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: rgb(14 76 159 / var(--tw-bg-opacity));
}

.before\:bg-opacity-10::before {
  content: var(--tw-content);
  --tw-bg-opacity: 0.1;
}

.before\:content-\[\'\'\]::before {
  --tw-content: '';
  content: var(--tw-content);
}

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

@media (min-width: 768px) {
  .md\:absolute {
    position: absolute;
  }

  .md\:right-0 {
    right: 0px;
  }

  .md\:left-\[calc\(50\%_-_4rem\)\] {
    left: calc(50% - 4rem);
  }

  .md\:top-o-64 {
    top: 0.64rem;
  }

  .md\:left-auto {
    left: auto;
  }

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

  .md\:mx-0 {
    margin-left: 0px;
    margin-right: 0px;
  }

  .md\:mt-o-28 {
    margin-top: 0.28rem;
  }

  .md\:mb-o-4 {
    margin-bottom: 0.04rem;
  }

  .md\:mt-o-40 {
    margin-top: 0.40rem;
  }

  .md\:mt-o-16 {
    margin-top: 0.16rem;
  }

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

  .md\:mt-o-24 {
    margin-top: 0.24rem;
  }

  .md\:mb-o-68 {
    margin-bottom: 0.68rem;
  }

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

  .md\:mt-o-32 {
    margin-top: 0.32rem;
  }

  .md\:mb-o-24 {
    margin-bottom: 0.24rem;
  }

  .md\:mb-o-40 {
    margin-bottom: 0.40rem;
  }

  .md\:mb-o-16 {
    margin-bottom: 0.16rem;
  }

  .md\:block {
    display: block;
  }

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

  .md\:flex {
    display: flex;
  }

  .md\:hidden {
    display: none;
  }

  .md\:h-o-120 {
    height: 1.20rem;
  }

  .md\:h-o-720 {
    height: 7.20rem;
  }

  .md\:h-o-123 {
    height: 1.23rem;
  }

  .md\:h-0 {
    height: 0px;
  }

  .md\:h-o-190 {
    height: 1.90rem;
  }

  .md\:w-o-1200 {
    width: 12rem;
  }

  .md\:w-o-228 {
    width: 2.28rem;
  }

  .md\:w-o-500 {
    width: 5rem;
  }

  .md\:w-o-123 {
    width: 1.23rem;
  }

  .md\:w-o-60 {
    width: 0.60rem;
  }

  .md\:w-o-580 {
    width: 5.80rem;
  }

  .md\:w-o-546 {
    width: 5.46rem;
  }

  .md\:w-o-544 {
    width: 5.44rem;
  }

  .md\:w-o-700 {
    width: 7rem;
  }

  .md\:w-o-168 {
    width: 1.68rem;
  }

  .md\:w-o-48 {
    width: 0.48rem;
  }

  .md\:w-o-12 {
    width: 0.12rem;
  }

  .md\:w-o-800 {
    width: 8rem;
  }

  .md\:w-o-250 {
    width: 2.50rem;
  }

  .md\:w-o-155 {
    width: 1.55rem;
  }

  .md\:w-o-85 {
    width: 0.85rem;
  }

  .md\:w-o-435 {
    width: 4.35rem;
  }

  .md\:w-o-325 {
    width: 3.25rem;
  }

  .md\:w-o-286 {
    width: 2.86rem;
  }

  .md\:w-o-460 {
    width: 4.60rem;
  }

  .md\:w-o-731 {
    width: 7.31rem;
  }

  .md\:w-o-660 {
    width: 6.60rem;
  }

  .md\:w-o-994 {
    width: 9.94rem;
  }

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

  .md\:w-o-298 {
    width: 2.98rem;
  }

  .md\:w-o-665 {
    width: 6.65rem;
  }

  .md\:w-o-1000 {
    width: 10rem;
  }

  .md\:w-o-880 {
    width: 8.80rem;
  }

  .md\:w-o-143 {
    width: 1.43rem;
  }

  .md\:w-o-637 {
    width: 6.37rem;
  }

  .md\:w-o-530 {
    width: 5.30rem;
  }

  .md\:w-o-768 {
    width: 7.68rem;
  }

  .md\:w-o-813 {
    width: 8.13rem;
  }

  .md\:w-o-778 {
    width: 7.78rem;
  }

  .md\:w-o-614 {
    width: 6.14rem;
  }

  .md\:scale-100 {
    --tw-scale-x: 1;
    --tw-scale-y: 1;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }

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

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

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

  .md\:gap-o-32 {
    gap: 0.32rem;
  }

  .md\:gap-o-20 {
    gap: 0.20rem;
  }

  .md\:gap-o-16 {
    gap: 0.16rem;
  }

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

  .md\:bg-\[url\(\.\.\/images\/keyv_bg_pc\.jpg\)\] {
    background-image: url(../images/keyv_bg_pc.jpg);
  }

  .md\:bg-\[url\(\.\.\/images\/cta_bg01_pc\.jpg\)\] {
    background-image: url(../images/cta_bg01_pc.jpg);
  }

  .md\:bg-\[url\(\.\.\/images\/sec01_bg_pc\.jpg\)\] {
    background-image: url(../images/sec01_bg_pc.jpg);
  }

  .md\:bg-\[url\(\.\.\/images\/sec03_bg_pc\.jpg\)\] {
    background-image: url(../images/sec03_bg_pc.jpg);
  }

  .md\:bg-\[url\(\.\.\/images\/cta_bg02_pc\.jpg\)\] {
    background-image: url(../images/cta_bg02_pc.jpg);
  }

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

  .md\:py-o-72 {
    padding-top: 0.72rem;
    padding-bottom: 0.72rem;
  }

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

  .md\:pt-o-32 {
    padding-top: 0.32rem;
  }

  .md\:pb-o-56 {
    padding-bottom: 0.56rem;
  }

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

  .md\:text-pc {
    font-size: 6.51042vw;
  }

  .md\:text-28 {
    font-size: 0.28rem;
  }

  .md\:text-24 {
    font-size: 0.24rem;
  }

  .md\:text-18 {
    font-size: 0.18rem;
  }

  .md\:text-46 {
    font-size: 0.46rem;
  }

  .md\:text-25 {
    font-size: 0.25rem;
  }

  .md\:text-20 {
    font-size: 0.20rem;
  }

  .md\:text-30 {
    font-size: 0.30rem;
  }

  .md\:text-40 {
    font-size: 0.40rem;
  }

  .md\:text-16 {
    font-size: 0.16rem;
  }

  .md\:leading-\[2\.2\] {
    line-height: 2.2;
  }

  .md\:leading-o-20 {
    line-height: 2;
  }

  .md\:leading-o-18 {
    line-height: 1.8;
  }

  .md\:tracking-o-150 {
    letter-spacing: 0.15em;
  }

  .md\:tracking-o-100 {
    letter-spacing: 0.100em;
  }

  .md\:before\:w-o-123::before {
    content: var(--tw-content);
    width: 1.23rem;
  }

  .md\:before\:w-o-340::before {
    content: var(--tw-content);
    width: 3.40rem;
  }
}

