@charset "UTF-8";*, ::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:  ;
}/*
! tailwindcss v3.4.17 | MIT License | https://tailwindcss.com
*//*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/

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

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

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

html,
:host {
  line-height: 1.5; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -moz-tab-size: 4; /* 3 */
  -o-tab-size: 4;
  font-family: YakuHanJP, Roboto, "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif; /* 4 */
  font-variation-settings: normal; /* 6 */
  font-feature-settings: normal; /* 5 */
     tab-size: 4; /* 3 */
  -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 */
  border-top-width: 1px; /* 3 */
  color: inherit; /* 2 */
}

/*
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-weight: inherit;
  font-size: 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-size: 1em; /* 4 */
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; /* 1 */
  font-variation-settings: normal; /* 3 */
  font-feature-settings: normal; /* 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 {
  position: relative;
  font-size: 75%;
  line-height: 0;
  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 {
  border-color: inherit; /* 2 */
  border-collapse: collapse; /* 3 */
  text-indent: 0; /* 1 */
}

/*
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 {
  margin: 0; /* 2 */
  padding: 0; /* 3 */
  color: inherit; /* 1 */
  font-weight: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: inherit; /* 1 */
  font-family: inherit; /* 1 */
  font-variation-settings: inherit; /* 1 */
  font-feature-settings: inherit; /* 1 */
  letter-spacing: inherit; /* 1 */
}

/*
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-image: none; /* 2 */
  background-color: transparent; /* 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 {
  margin: 0;
  padding: 0;
  list-style: none;
}

/*
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 {
  color: #9ca3af; /* 2 */
  opacity: 1; /* 1 */
}

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

/*
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]:where(:not([hidden="until-found"])) {
  display: none;
}
.\!container {
  width: 100% !important;
}
.container {
  width: 100%;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border-width: 0;
  white-space: nowrap;
}
.pointer-events-none {
  pointer-events: none;
}
.visible {
  visibility: visible;
}
.invisible {
  visibility: hidden;
}
.static {
  position: static;
}
.fixed {
  position: fixed;
}
.absolute {
  position: absolute;
}
.relative {
  position: relative;
}
.sticky {
  position: sticky;
}
.-left-\[1\.3cqw\] {
  left: -1.3cqw;
}
.bottom-0 {
  bottom: 0px;
}
.bottom-\[2cqw\] {
  bottom: 2cqw;
}
.left-0 {
  left: 0px;
}
.left-\[41\.5cqw\] {
  left: 41.5cqw;
}
.left-\[4cqw\] {
  left: 4cqw;
}
.right-0 {
  right: 0px;
}
.top-0 {
  top: 0px;
}
.top-\[50cqw\] {
  top: 50cqw;
}
.top-\[74\.5cqw\] {
  top: 74.5cqw;
}
.z-20 {
  z-index: 20;
}
.row-start-1 {
  grid-row-start: 1;
}
.row-start-2 {
  grid-row-start: 2;
}
.mx-auto {
  margin-right: auto;
  margin-left: auto;
}
.-mb-\[14\.5cqw\] {
  margin-bottom: -14.5cqw;
}
.-ml-\[2cqw\] {
  margin-left: -2cqw;
}
.ml-1 {
  margin-left: 0.25rem;
}
.ml-\[4\.2cqw\] {
  margin-left: 4.2cqw;
}
.ml-\[9cqw\] {
  margin-left: 9cqw;
}
.mt-2 {
  margin-top: 0.5rem;
}
.mt-3 {
  margin-top: 0.75rem;
}
.mt-4 {
  margin-top: 1rem;
}
.mt-6 {
  margin-top: 1.5rem;
}
.mt-8 {
  margin-top: 2rem;
}
.mt-\[\.5cqw\] {
  margin-top: .5cqw;
}
.mt-\[2cqw\] {
  margin-top: 2cqw;
}
.mt-\[3cqw\] {
  margin-top: 3cqw;
}
.mt-\[62cqw\] {
  margin-top: 62cqw;
}
.block {
  display: block;
}
.inline-block {
  display: inline-block;
}
.inline {
  display: inline;
}
.flex {
  display: flex;
}
.table {
  display: table;
}
.grid {
  display: grid;
}
.inline-grid {
  display: inline-grid;
}
.hidden {
  display: none;
}
.aspect-\[25\/11\] {
  aspect-ratio: 25/11;
}
.aspect-\[3\/1\] {
  aspect-ratio: 3/1;
}
.aspect-\[3\/2\] {
  aspect-ratio: 3/2;
}
.aspect-\[3\/4\] {
  aspect-ratio: 3/4;
}
.aspect-\[52\/45\] {
  aspect-ratio: 52/45;
}
.aspect-\[75\/148\] {
  aspect-ratio: 75/148;
}
.aspect-square {
  aspect-ratio: 1 / 1;
}
.size-full {
  width: 100%;
  height: 100%;
}
.h-\[1lh\] {
  height: 1lh;
}
.h-dvh {
  height: 100dvh;
}
.h-full {
  height: 100%;
}
.max-h-\[73\.5cqw\] {
  max-height: 73.5cqw;
}
.min-h-\[5\.2rem\] {
  min-height: 5.2rem;
}
.w-20 {
  width: 5rem;
}
.w-32 {
  width: 8rem;
}
.w-\[1\.2em\] {
  width: 1.2em;
}
.w-\[15\.2cqw\] {
  width: 15.2cqw;
}
.w-\[15cqw\] {
  width: 15cqw;
}
.w-\[16\.5cqw\] {
  width: 16.5cqw;
}
.w-\[19\.2cqw\] {
  width: 19.2cqw;
}
.w-\[55cqw\] {
  width: 55cqw;
}
.w-\[756px\] {
  width: 756px;
}
.w-full {
  width: 100%;
}
.min-w-40 {
  min-width: 10rem;
}
.min-w-80 {
  min-width: 20rem;
}
.max-w-4xl {
  max-width: 56rem;
}
.max-w-\[400px\] {
  max-width: 400px;
}
.max-w-\[700px\] {
  max-width: 700px;
}
.max-w-\[720px\] {
  max-width: 720px;
}
.max-w-\[820px\] {
  max-width: 820px;
}
.max-w-\[940px\] {
  max-width: 940px;
}
.max-w-full {
  max-width: 100%;
}
.flex-grow {
  flex-grow: 1;
}
.rotate-90 {
  --tw-rotate: 90deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.transform {
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.cursor-pointer {
  cursor: pointer;
}
.touch-manipulation {
  touch-action: manipulation;
}
.resize {
  resize: both;
}
.list-disc {
  list-style-type: disc;
}
.grid-flow-col {
  grid-auto-flow: column;
}
.grid-cols-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.grid-cols-\[15\.2cqw_1fr\] {
  grid-template-columns: 15.2cqw 1fr;
}
.grid-cols-\[16\.5cqw_1fr\] {
  grid-template-columns: 16.5cqw 1fr;
}
.grid-cols-auto-2 {
  grid-template-columns: repeat(2, auto);
}
.grid-rows-\[1fr_auto\] {
  grid-template-rows: 1fr auto;
}
.place-content-center {
  place-content: center;
}
.items-start {
  align-items: flex-start;
}
.items-center {
  align-items: center;
}
.items-baseline {
  align-items: baseline;
}
.justify-start {
  justify-content: flex-start;
}
.justify-center {
  justify-content: center;
}
.justify-between {
  justify-content: space-between;
}
.gap-2 {
  gap: 0.5rem;
}
.gap-4 {
  gap: 1rem;
}
.gap-5 {
  gap: 1.25rem;
}
.gap-\[3cqw\] {
  gap: 3cqw;
}
.gap-x-1 {
  -moz-column-gap: 0.25rem;
       column-gap: 0.25rem;
}
.gap-x-4 {
  -moz-column-gap: 1rem;
       column-gap: 1rem;
}
.gap-x-\[\.1cqw\] {
  -moz-column-gap: .1cqw;
       column-gap: .1cqw;
}
.gap-x-\[2cqw\] {
  -moz-column-gap: 2cqw;
       column-gap: 2cqw;
}
.gap-x-\[3\.5cqw\] {
  -moz-column-gap: 3.5cqw;
       column-gap: 3.5cqw;
}
.gap-y-2 {
  row-gap: 0.5rem;
}
.gap-y-8 {
  row-gap: 2rem;
}
.self-start {
  align-self: flex-start;
}
.self-end {
  align-self: flex-end;
}
.self-center {
  align-self: center;
}
.overflow-hidden {
  overflow: hidden;
}
.break-keep {
  word-break: keep-all;
}
.rounded-\[1\.6cqw\] {
  border-radius: 1.6cqw;
}
.rounded-full {
  border-radius: 9999px;
}
.rounded-lg {
  border-radius: 0.5rem;
}
.rounded-sm {
  border-radius: 0.125rem;
}
.border {
  border-width: 1px;
}
.border-0 {
  border-width: 0px;
}
.border-2 {
  border-width: 2px;
}
.border-\[\.4cqw\] {
  border-width: .4cqw;
}
.border-b {
  border-bottom-width: 1px;
}
.border-\[\#cfcfcf\] {
  --tw-border-opacity: 1;
  border-color: rgb(207 207 207 / var(--tw-border-opacity, 1));
}
.border-black {
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-border-opacity, 1));
}
.border-theme-box-inner {
  --tw-border-opacity: 1;
  border-color: rgb(51 94 109 / var(--tw-border-opacity, 1));
}
.border-theme-box-line {
  --tw-border-opacity: 1;
  border-color: rgb(124 115 118 / var(--tw-border-opacity, 1));
}
.border-theme-main-dark {
  --tw-border-opacity: 1;
  border-color: rgb(0 110 144 / var(--tw-border-opacity, 1));
}
.bg-gray-400 {
  --tw-bg-opacity: 1;
  background-color: rgb(156 163 175 / var(--tw-bg-opacity, 1));
}
.bg-theme-gray {
  --tw-bg-opacity: 1;
  background-color: rgb(228 231 237 / var(--tw-bg-opacity, 1));
}
.bg-theme-main {
  --tw-bg-opacity: 1;
  background-color: rgb(106 162 167 / var(--tw-bg-opacity, 1));
}
.bg-theme-main-light {
  --tw-bg-opacity: 1;
  background-color: rgb(71 166 170 / var(--tw-bg-opacity, 1));
}
.bg-white {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}
.bg-gradient-to-b {
  background-image: linear-gradient(to bottom, var(--tw-gradient-stops));
}
.bg-gradient-to-l {
  background-image: linear-gradient(to left, var(--tw-gradient-stops));
}
.object-contain {
  -o-object-fit: contain;
     object-fit: contain;
}
.object-cover {
  -o-object-fit: cover;
     object-fit: cover;
}
.object-top {
  -o-object-position: top;
     object-position: top;
}
.p-1 {
  padding: 0.25rem;
}
.p-4 {
  padding: 1rem;
}
.px-2 {
  padding-right: 0.5rem;
  padding-left: 0.5rem;
}
.px-4 {
  padding-right: 1rem;
  padding-left: 1rem;
}
.px-5 {
  padding-right: 1.25rem;
  padding-left: 1.25rem;
}
.px-\[\.25em\] {
  padding-right: .25em;
  padding-left: .25em;
}
.px-\[1cqw\] {
  padding-right: 1cqw;
  padding-left: 1cqw;
}
.px-\[4\.5cqw\] {
  padding-right: 4.5cqw;
  padding-left: 4.5cqw;
}
.px-\[8\.5cqw\] {
  padding-right: 8.5cqw;
  padding-left: 8.5cqw;
}
.py-1 {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}
.py-10 {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}
.py-16 {
  padding-top: 4rem;
  padding-bottom: 4rem;
}
.py-2 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.py-4 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.py-6 {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}
.py-8 {
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.py-9 {
  padding-top: 2.25rem;
  padding-bottom: 2.25rem;
}
.pb-10 {
  padding-bottom: 2.5rem;
}
.pb-16 {
  padding-bottom: 4rem;
}
.pb-4 {
  padding-bottom: 1rem;
}
.pb-\[18cqw\] {
  padding-bottom: 18cqw;
}
.pr-\[13\.5cqw\] {
  padding-right: 13.5cqw;
}
.ps-5 {
  padding-inline-start: 1.25rem;
}
.pt-0 {
  padding-top: 0px;
}
.pt-12 {
  padding-top: 3rem;
}
.pt-3 {
  padding-top: 0.75rem;
}
.pt-5 {
  padding-top: 1.25rem;
}
.pt-\[5cqw\] {
  padding-top: 5cqw;
}
.text-left {
  text-align: left;
}
.text-center {
  text-align: center;
}
.font-osward {
  font-family: "Oswald", sans-serif;
}
.font-system {
  font-family: YuGothic, 游ゴシック体, "Yu Gothic", 游ゴシック, "Helvetica Neue", Arial, sans-serif;
}
.text-2xl {
  font-size: 1.5rem;
}
.text-4xl {
  font-size: 2.25rem;
}
.text-\[\.74em\] {
  font-size: .74em;
}
.text-\[1\.4em\] {
  font-size: 1.4em;
}
.text-\[1\.65em\] {
  font-size: 1.65em;
}
.text-\[1\.6em\] {
  font-size: 1.6em;
}
.text-\[1\.75em\] {
  font-size: 1.75em;
}
.text-\[1\.7em\] {
  font-size: 1.7em;
}
.text-\[16cqw\] {
  font-size: 16cqw;
}
.text-\[2\.5cqw\] {
  font-size: 2.5cqw;
}
.text-\[2\.75em\] {
  font-size: 2.75em;
}
.text-\[2cqw\] {
  font-size: 2cqw;
}
.text-\[3\.4cqw\] {
  font-size: 3.4cqw;
}
.text-\[4\.8cqw\] {
  font-size: 4.8cqw;
}
.text-\[6cqw\] {
  font-size: 6cqw;
}
.text-lg {
  font-size: 1.125rem;
}
.text-sm {
  font-size: 0.875rem;
}
.text-xl {
  font-size: 1.25rem;
}
.text-xs {
  font-size: 0.75rem;
}
.font-bold {
  font-weight: 700;
}
.font-extralight {
  font-weight: 200;
}
.font-semibold {
  font-weight: 600;
}
.font-thin {
  font-weight: 100;
}
.leading-\[0\] {
  line-height: 0;
}
.leading-none {
  line-height: 1;
}
.leading-normal {
  line-height: 1.5;
}
.leading-relaxed {
  line-height: 1.75;
}
.leading-snug {
  line-height: 1.375;
}
.leading-tight {
  line-height: 1.25;
}
.tracking-normal {
  letter-spacing: 0em;
}
.tracking-wider {
  letter-spacing: 0.05em;
}
.text-\[\#ffff7b\] {
  --tw-text-opacity: 1;
  color: rgb(255 255 123 / var(--tw-text-opacity, 1));
}
.text-theme-main-dark {
  --tw-text-opacity: 1;
  color: rgb(0 110 144 / var(--tw-text-opacity, 1));
}
.text-theme-sub-dark {
  --tw-text-opacity: 1;
  color: rgb(0 110 144 / var(--tw-text-opacity, 1));
}
.text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.underline-offset-2 {
  text-underline-offset: 2px;
}
.antialiased {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.shadow-inner {
  --tw-shadow: inset 0 2px 4px 0 rgb(0 0 0 / 0.05);
  --tw-shadow-colored: inset 0 2px 4px 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-lg {
  --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.blur {
  --tw-blur: blur(8px);
  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);
}
.backdrop-filter {
  -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
  backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}
.transition {
  transition-duration: 150ms;
  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-opacity {
  transition-duration: 150ms;
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.duration-200 {
  transition-duration: 200ms;
}
.\@container {
  container-type: inline-size;
}
.bg-opacity-gradient {
  background: linear-gradient(to bottom, rgb(255 255 255/.05) 0%, rgb(255 255 255/.25) 65%, #fff 100%);
}
.container-point {
  container-type: inline-size;
}
.after\:bg-theme-main-light::after {
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: rgb(71 166 170 / var(--tw-bg-opacity, 1));
}
.after\:bg-white::after {
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}
.first\:mt-0:first-child {
  margin-top: 0px;
}
@container (min-width: 480px) {

  .\@\[480px\]\:hidden {
    display: none;
  }

  .\@\[480px\]\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .\@\[480px\]\:grid-cols-auto-4 {
    grid-template-columns: repeat(4, auto);
  }

  .\@\[480px\]\:text-\[\.9375rem\] {
    font-size: .9375rem;
  }
}
@container (min-width: 500px) {

  .\@\[500px\]\:hidden {
    display: none;
  }
}
@container (min-width: 540px) {

  .\@\[540px\]\:mb-8 {
    margin-bottom: 2rem;
  }

  .\@\[540px\]\:mt-8 {
    margin-top: 2rem;
  }

  .\@\[540px\]\:hidden {
    display: none;
  }

  .\@\[540px\]\:text-\[\.8125rem\] {
    font-size: .8125rem;
  }

  .\@\[540px\]\:text-sm {
    font-size: 0.875rem;
  }
}
@container (min-width: 640px) {

  .\@\[640px\]\:col-start-2 {
    grid-column-start: 2;
  }

  .\@\[640px\]\:row-start-1 {
    grid-row-start: 1;
  }

  .\@\[640px\]\:-mb-\[9\.5cqw\] {
    margin-bottom: -9.5cqw;
  }

  .\@\[640px\]\:size-full {
    width: 100%;
    height: 100%;
  }

  .\@\[640px\]\:w-\[9\.9cqw\] {
    width: 9.9cqw;
  }

  .\@\[640px\]\:grid-cols-\[1fr_33cqw\] {
    grid-template-columns: 1fr 33cqw;
  }

  .\@\[640px\]\:grid-cols-\[2fr_1fr\] {
    grid-template-columns: 2fr 1fr;
  }

  .\@\[640px\]\:object-contain {
    -o-object-fit: contain;
       object-fit: contain;
  }

  .\@\[640px\]\:pt-0 {
    padding-top: 0px;
  }

  .\@\[640px\]\:text-3xl {
    font-size: 1.875rem;
  }

  .\@\[640px\]\:text-\[\.8125rem\] {
    font-size: .8125rem;
  }

  .\@\[640px\]\:text-sm {
    font-size: 0.875rem;
  }

  .\@\[640px\]\:clip-diagonal {
    clip-path: polygon(0 0, 100% 0, calc(100% - 1.25rem) 100%, 0% 100%);
  }
}
@container (min-width: 768px) {

  .\@\[768px\]\:left-\[47\.7cqw\] {
    left: 47.7cqw;
  }

  .\@\[768px\]\:left-\[67\.4cqw\] {
    left: 67.4cqw;
  }

  .\@\[768px\]\:top-\[20\.2cqw\] {
    top: 20.2cqw;
  }

  .\@\[768px\]\:top-\[31\.5cqw\] {
    top: 31.5cqw;
  }

  .\@\[768px\]\:ml-\[1\.9cqw\] {
    margin-left: 1.9cqw;
  }

  .\@\[768px\]\:ml-\[3\.9cqw\] {
    margin-left: 3.9cqw;
  }

  .\@\[768px\]\:mt-0 {
    margin-top: 0px;
  }

  .\@\[768px\]\:mt-\[\.5cqw\] {
    margin-top: .5cqw;
  }

  .\@\[768px\]\:block {
    display: block;
  }

  .\@\[768px\]\:hidden {
    display: none;
  }

  .\@\[768px\]\:aspect-\[255\/166\] {
    aspect-ratio: 255/166;
  }

  .\@\[768px\]\:w-48 {
    width: 12rem;
  }

  .\@\[768px\]\:w-\[25\.5cqw\] {
    width: 25.5cqw;
  }

  .\@\[768px\]\:w-\[7\.8cqw\] {
    width: 7.8cqw;
  }

  .\@\[768px\]\:w-\[8\.3cqw\] {
    width: 8.3cqw;
  }

  .\@\[768px\]\:grid-cols-\[7fr_5fr\] {
    grid-template-columns: 7fr 5fr;
  }

  .\@\[768px\]\:grid-cols-\[8\.3cqw_1fr\] {
    grid-template-columns: 8.3cqw 1fr;
  }

  .\@\[768px\]\:gap-10 {
    gap: 2.5rem;
  }

  .\@\[768px\]\:gap-8 {
    gap: 2rem;
  }

  .\@\[768px\]\:gap-x-\[1cqw\] {
    -moz-column-gap: 1cqw;
         column-gap: 1cqw;
  }

  .\@\[768px\]\:rounded-\[\.65cqw\] {
    border-radius: .65cqw;
  }

  .\@\[768px\]\:border-\[\.2cqw\] {
    border-width: .2cqw;
  }

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

  .\@\[768px\]\:text-2xl {
    font-size: 1.5rem;
  }

  .\@\[768px\]\:text-3xl {
    font-size: 1.875rem;
  }

  .\@\[768px\]\:text-\[1\.1875rem\] {
    font-size: 1.1875rem;
  }

  .\@\[768px\]\:text-\[1\.1cqw\] {
    font-size: 1.1cqw;
  }

  .\@\[768px\]\:text-\[1\.56cqw\] {
    font-size: 1.56cqw;
  }

  .\@\[768px\]\:text-\[1\.75rem\] {
    font-size: 1.75rem;
  }

  .\@\[768px\]\:text-\[2\.54cqw\] {
    font-size: 2.54cqw;
  }

  .\@\[768px\]\:text-\[2\.625rem\] {
    font-size: 2.625rem;
  }

  .\@\[768px\]\:text-\[2cqw\] {
    font-size: 2cqw;
  }

  .\@\[768px\]\:text-base {
    font-size: 1rem;
  }

  .\@\[768px\]\:text-xl {
    font-size: 1.25rem;
  }

  .\@\[768px\]\:leading-relaxed {
    line-height: 1.75;
  }
}
@container (min-width: 840px) {

  .\@\[840px\]\:gap-10 {
    gap: 2.5rem;
  }
}
@media(hover:hover) {

  .hover\:underline:where(:-moz-any-link, :enabled, summary):hover {
    text-decoration-line: underline;
  }

  .hover\:underline:where(:any-link, :enabled, summary):hover {
    text-decoration-line: underline;
  }

  .hover\:opacity-70:where(:-moz-any-link, :enabled, summary):hover {
    opacity: 0.7;
  }

  .hover\:opacity-70:where(:any-link, :enabled, summary):hover {
    opacity: 0.7;
  }

  .hover\:opacity-75:where(:-moz-any-link, :enabled, summary):hover {
    opacity: 0.75;
  }

  .hover\:opacity-75:where(:any-link, :enabled, summary):hover {
    opacity: 0.75;
  }

  .hover\:opacity-80:where(:-moz-any-link, :enabled, summary):hover {
    opacity: 0.8;
  }

  .hover\:opacity-80:where(:any-link, :enabled, summary):hover {
    opacity: 0.8;
  }
}
@media (min-width: 480px) {

  .\!container {
    max-width: 480px !important;
  }

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

  .\!container {
    max-width: 640px !important;
  }

  .container {
    max-width: 640px;
  }

  .sm\:px-3 {
    padding-right: 0.75rem;
    padding-left: 0.75rem;
  }

  .sm\:px-5 {
    padding-right: 1.25rem;
    padding-left: 1.25rem;
  }

  .sm\:pt-3 {
    padding-top: 0.75rem;
  }

  .sm\:pt-8 {
    padding-top: 2rem;
  }
}
@media (min-width: 768px) {

  .\!container {
    max-width: 768px !important;
  }

  .container {
    max-width: 768px;
  }

  .md\:hidden {
    display: none;
  }
}
@media (min-width: 1024px) {

  .\!container {
    max-width: 1024px !important;
  }

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

  .\!container {
    max-width: 1200px !important;
  }

  .container {
    max-width: 1200px;
  }

  .xl\:fixed {
    position: fixed;
  }

  .xl\:block {
    display: block;
  }

  .xl\:grid {
    display: grid;
  }

  .xl\:hidden {
    display: none;
  }

  .xl\:max-h-dvh {
    max-height: 100dvh;
  }

  .xl\:w-\[350px\] {
    width: 350px;
  }
}
@media (min-width: 1536px) {

  .\!container {
    max-width: 1536px !important;
  }

  .container {
    max-width: 1536px;
  }
}

:root:has(:modal) {
  overflow: hidden;
}

::-webkit-scrollbar-thumb {
  background-color: var(--scrollbar-thumb-color);
}

::-webkit-scrollbar-track {
  background-color: var(--scrollbar-track-color);
}

* {
  min-inline-size: 0;
}

:where(main){
  font-weight: 300;
  line-height: 1.75;
  letter-spacing: 0.05em;
  text-underline-offset: 2px;
}
:where(main) :where(p){
  line-height: 2;
}

:where(svg) {
  fill: currentColor;
}

dialog {
  position: fixed; /* Safariで表示に不具合があるので明示する */
  inset: 0; /* Safariで表示に不具合があるので明示する */
  overscroll-behavior-block: contain;
  border-radius: 0.5rem;
  transition-behavior: allow-discrete;
  transition-duration: 300ms;
  transition-property: display, overlay, opacity;
  transition-timing-function: ease-out;
}
dialog::backdrop {
  background-color: oklch(from black l c h/50%);
  -webkit-backdrop-filter: blur(4px);
          backdrop-filter: blur(4px);
  transition-duration: inherit;
  transition-property: opacity;
  transition-timing-function: inherit;
}
@starting-style {
  dialog:modal, dialog:modal::backdrop {
    opacity: 0;
  }
}
dialog:not(:modal), dialog:not(:modal)::backdrop {
  opacity: 0;
  pointer-events: none;
}
@media (min-width: 1200px){
  dialog {
    all: unset;
    display: block;
    position: static;
    width: 100%;
    height: auto;
  }
  dialog::backdrop {
    display: none;
  }
}
header {
  container: header/inline-size;
  z-index: 10;
  position: relative;
  background: #fff;
  box-shadow: 0px 3px 11px -5px rgba(0, 0, 0, 0.3);
  color: #04213d;
  font-size: 14px;
  line-height: 1;
  font-family: YuGothic, "游ゴシック体", "Yu Gothic", "游ゴシック", "Helvetica Neue", Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
}

:where(header) h2 {
  font-weight: bold;
}
:where(header).lnst {
  z-index: 20;
  position: sticky;
  top: 0;
  left: 0;
  width: 100%;
}

#globalnav {
  box-sizing: border-box;
  display: table;
  width: 100%;
  height: 60px;
  padding: 0 15px 0 0;
  overflow: hidden;
  background-color: #043077;
}
@container header (max-width: 1139px) {
  #globalnav {
    display: none;
  }
}

:where(#globalnav) a {
  display: block;
  padding: 0 15px;
  color: #fff;
  font-size: 14px;
  line-height: 60px;
  letter-spacing: 0.3px;
  transition: opacity 0.3s ease 0s;
}
:where(#globalnav) a:hover {
  text-decoration: none;
  opacity: 0.7;
}
:where(#globalnav) p {
  display: table-cell;
  padding: 0 0 0 30px;
  color: #fff;
  vertical-align: middle;
}
:where(#globalnav) nav {
  display: table-cell;
  padding: 0;
  text-align: right;
  vertical-align: middle;
}
:where(#globalnav) ul {
  display: block;
  letter-spacing: -0.4em;
}
:where(#globalnav) li {
  display: inline-block;
  margin: 0;
  padding: 0 0 0;
}

#localnav {
  display: table;
  width: 100%;
  height: 80px;
}
@container header (max-width: 767px) {
  #localnav {
    display: table;
    width: 100%;
    height: 60px;
  }
}

:where(#localnav) nav {
  display: table-cell;
  padding: 0;
  text-align: right;
  vertical-align: middle;
}
@container header (min-width: 1140px) and (max-width: 1325px) {
  :where(#localnav) nav {
    letter-spacing: -1px;
  }
}
@container header (max-width: 1139px) {
  :where(#localnav) nav {
    display: none;
  }
}
:where(#localnav) ul {
  display: block;
  padding: 0 10px 0 0;
  letter-spacing: -0.4em;
}
:where(#localnav) li {
  display: inline-block;
  margin: 0;
  vertical-align: middle;
}
:where(#localnav) :where(li) span {
  line-height: 80px;
  vertical-align: top;
}
:where(#localnav) :where(li) > a {
  display: block;
  padding: 0 0;
  color: #04213d;
  font-weight: bold;
  font-size: 14px;
  line-height: 80px;
  letter-spacing: 0;
  transition: background-color 0.3s ease 0s;
}
:where(#localnav) :where(li) > a:hover {
  background-color: #e0e9ee;
  text-decoration: none;
}
:where(#localnav) :where(li) > :where(a) span {
  display: block;
  position: relative;
  padding: 0 20px;
}
@container header (min-width: 1140px) and (max-width: 1325px) {
  :where(#localnav) :where(li) > :where(a) span {
    padding: 0 15px;
  }
}
:where(#localnav) :where(li) > :where(a) span:before {
  position: absolute;
  top: 37.5%;
  right: -1px;
  width: 2px;
  height: 25%;
  background: #999;
  content: "";
}
:where(#localnav) :where(li) > :where(a) span.last:before {
  display: none;
}
:where(#localnav) :where(li) > .lv01 {
  display: block;
  padding: 0 20px;
  color: #04213d;
  font-weight: bold;
  font-size: 14px;
  line-height: 80px;
  letter-spacing: 0;
  cursor: pointer;
  transition: background-color 0.3s ease 0s;
}
:where(#localnav) :where(li) > .lv01:hover {
  background-color: #e0e9ee;
  text-decoration: none;
}
:where(#localnav) :where(li) a svg {
  width: 14px;
  max-height: 80px;
  margin: -3px 4px 0 0;
  vertical-align: middle;
}
:where(#localnav) :where(li):nth-last-of-type(1) > a:hover {
  background: none;
  opacity: 0.7;
}
:where(#localnav) .mmenu {
  box-sizing: border-box;
  position: absolute;
  top: 80px;
  left: 0;
  width: 100%;
  padding: 0;
  background: #e0e9ee;
  letter-spacing: 1px;
  text-align: left;
  transition: all 0.1s ease;
  -webkit-transition: all 0.1s ease;
  visibility: hidden;
  box-shadow: 0px 3px 10px -6px rgba(0, 0, 0, 0.3);
  opacity: 0;
}
:where(#localnav) .mmenu_inner {
  padding: 50px 0 28px 0;
  box-shadow: 0px 3px 10px -6px rgba(0, 0, 0, 0.3) inset;
}
:where(#localnav) .wrap {
  width: 1140px;
  margin: 0 auto;
}
@container header (max-width: 1190px) {
  :where(#localnav) .wrap {
    width: 100%;
  }
}
:where(#localnav) .mmenubox01 {
  display: table;
  width: 100%;
  padding: 0;
}
:where(#localnav) :where(.mmenubox01) h2 {
  display: table-cell;
  width: 260px;
  color: #04213d;
  font-size: 24px;
  line-height: 36px;
  text-align: left;
  vertical-align: top;
}
@container header (min-width: 1140px) and (max-width: 1325px) {
  :where(#localnav) :where(.mmenubox01) h2 {
    box-sizing: border-box;
    width: 240px;
    padding: 0 0 0 20px;
    font-size: 20px;
  }
}
:where(#localnav) :where(.mmenubox01body) {
  display: table-cell;
  letter-spacing: -0.4em;
}
:where(#localnav) :where(.mmenubox01body) .catimg {
  display: inline-block;
  width: 204px;
  margin: 0 20px 0 0;
  letter-spacing: 0.05em;
  transition: opacity 0.3s ease 0s;
}
@container header (min-width: 1140px) and (max-width: 1325px) {
  :where(#localnav) :where(.mmenubox01body) .catimg {
    padding: 0;
  }
}
:where(#localnav) :where(.mmenubox01body) .catimg:hover {
  text-decoration: none;
  opacity: 0.6;
}
:where(#localnav) :where(.mmenubox01body) .catimg:nth-of-type(4n) {
  margin: 0;
}
:where(#localnav) :where(.mmenubox01body) :where(.catimg) dl {
  display: block;
  width: 204px;
}
:where(#localnav) :where(.mmenubox01body) :where(.catimg) dl img {
  width: 100%;
}
:where(#localnav) :where(.mmenubox01body) :where(.catimg) dd {
  position: relative;
  padding: 18px 0 30px 0;
  color: #04213d;
  font-weight: bold;
  font-size: 14px;
  line-height: 1.1;
}
:where(#localnav) :where(.mmenubox01body) :where(.catimg) dd::after {
  display: inline-block;
  width: 6px;
  height: 6px;
  margin: 0 0 3px 6px;
  transform: rotate(45deg);
  border-top: 2px solid #04213d;
  border-right: 2px solid #04213d;
  content: "";
  vertical-align: middle;
}
:where(#localnav) :where(.mmenubox01body) :where(.catimg) dd span {
  line-height: 14px;
}
:where(#localnav) :where(.mmenubox01body) :where(.catimg) dd em {
  display: none;
}
:where(#localnav) :where(.mmenubox01body) p {
  margin: 0 20px 0 0;
}
:where(#localnav) .mmenu_on:hover {
  transition: all 0.3s;
}
:where(#localnav) .mmenu_on:hover .mmenu {
  visibility: visible;
  top: 80px;
  opacity: 1;
}

#head_download {
  padding: 0 0 0 20px;
  vertical-align: middle;
}
#head_download a {
  display: inline-block;
  width: 144px;
  height: 35px;
  margin: 0;
  padding: 0;
  border-radius: 20px;
  background-color: #04213d;
  color: #fff;
  font-weight: bold;
  font-size: 14px;
  line-height: 35px;
  text-align: center;
  transition: all 0.3s ease 0s;
}

#pasonalogo {
  box-sizing: border-box;
  display: table-cell;
  width: 515px;
  margin: 0;
  padding: 0 0 0 30px;
  text-align: left;
  vertical-align: middle;
}
@container header (max-width: 1139px) {
  #pasonalogo {
    width: auto;
  }
}
@container header (max-width: 767px) {
  #pasonalogo {
    padding: 1px 0 0 4%;
    font-size: 0px;
    line-height: 0;
  }
}

:where(#pasonalogo) a {
  display: table;
  color: #04213d;
  transition: all 0.3s ease 0s;
}
:where(#pasonalogo) :where(a) span {
  box-sizing: border-box;
  display: table-cell;
  padding: 0 20px 0 0;
  vertical-align: middle;
}
@container header (max-width: 767px) {
  :where(#pasonalogo) :where(a) span {
    padding: 0 10px 0 0;
  }
}
:where(#pasonalogo) :where(a) span img {
  width: 185px;
}
@container header (max-width: 767px) {
  :where(#pasonalogo) :where(a) span img {
    width: 75px;
  }
}
:where(#pasonalogo) :where(a) strong {
  display: table-cell;
  padding: 0;
  font-weight: bold;
  font-size: 16px;
  font-feature-settings: "palt";
  vertical-align: middle;
}
@container header (max-width: 767px) {
  :where(#pasonalogo) :where(a) strong {
    padding: 0 40px 0 0;
    font-weight: 600;
    font-size: 12px;
    line-height: 18px;
    letter-spacing: 0;
    vertical-align: middle;
  }
}
:where(#pasonalogo) :where(a):hover {
  text-decoration: none;
  opacity: 0.7;
}

#head_contact {
  box-sizing: border-box;
  display: table-cell;
  width: 164px;
  padding: 0 20px 0 0;
  vertical-align: middle;
  transition: opacity 0.3s ease 0s;
}
@container header (max-width: 1325px) {
  #head_contact {
    width: 150px;
  }
}
@container header (max-width: 1139px) {
  #head_contact {
    display: table-cell;
    width: 130px;
    padding: 0;
    background-color: #ca0a13;
    vertical-align: middle;
  }
}
@container header (max-width: 767px) {
  #head_contact {
    width: 60px;
  }
}

:where(#head_contact) a {
  display: block;
  height: 35px;
  margin: 0;
  padding: 0;
  border-radius: 20px;
  background-color: #ca0a13;
  color: #fff;
  font-weight: bold;
  font-size: 14px;
  line-height: 35px;
  text-align: center;
}
@container header (max-width: 1139px) {
  :where(#head_contact) a {
    display: grid;
    place-content: center;
    height: 100%;
    border-radius: 0;
    font-size: 16px;
    line-height: 1.3;
  }
}
@container header (max-width: 767px) {
  :where(#head_contact) a {
    font-size: 12px;
  }
}
:where(#head_contact):hover {
  opacity: 0.8;
}
:where(#head_contact):hover a {
  text-decoration: none;
}

#head_menu {
  display: none;
  touch-action: manipulation;
}
@container header (max-width: 1139px) {
  #head_menu {
    display: table-cell;
    width: 80px;
    background: url(https://www.pasona.co.jp/clients/service/assets/js_assets/images/common/menu.svg) no-repeat center center;
    background-size: 50% auto;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
  }
}
@container header (max-width: 767px) {
  #head_menu {
    width: 60px;
    background-size: 45% auto;
  }
}

#hrlist_inner .wrap ul.locallink li a span {
  display: none;
}

.is-animation {
  transform: translateY(0px);
  transition: transform 0.5s;
}

.is-animation02 {
  transform: translateY(0px);
  transition: transform 0.2s;
}footer[data-astro-cid-l3trhy4j]{padding:0;background:#091E38;font-weight:300;font-size:0.875rem;line-height:72px}footer[data-astro-cid-l3trhy4j] .inner[data-astro-cid-l3trhy4j]{display:table;width:100%}footer[data-astro-cid-l3trhy4j] .address[data-astro-cid-l3trhy4j]{display:table-cell;width:50%;padding:0 0 0 30px;color:#FFF;font-style:normal;font-size:12px;text-align:left}footer[data-astro-cid-l3trhy4j] .fbtnarea01sp[data-astro-cid-l3trhy4j]{display:none}footer[data-astro-cid-l3trhy4j] .ul_ma[data-astro-cid-l3trhy4j]{display:table-cell;width:50%;padding:0;text-align:right}footer[data-astro-cid-l3trhy4j] .ul_ma[data-astro-cid-l3trhy4j] ul[data-astro-cid-l3trhy4j]{margin:0}footer[data-astro-cid-l3trhy4j] .ul_ma[data-astro-cid-l3trhy4j] ul[data-astro-cid-l3trhy4j] li[data-astro-cid-l3trhy4j]{display:inline-block;padding:0 30px 0 0}footer[data-astro-cid-l3trhy4j] .ul_ma[data-astro-cid-l3trhy4j] ul[data-astro-cid-l3trhy4j] li[data-astro-cid-l3trhy4j] a[data-astro-cid-l3trhy4j]{color:#fff}@container (min-width:1140px) and (max-width:1190px){footer[data-astro-cid-l3trhy4j] .fwrap[data-astro-cid-l3trhy4j]{width:96%}}@container (min-width:768px) and (max-width:1139px){footer[data-astro-cid-l3trhy4j]{}footer[data-astro-cid-l3trhy4j] .fwrap[data-astro-cid-l3trhy4j]{width:96%}footer[data-astro-cid-l3trhy4j] nav[data-astro-cid-l3trhy4j]{display:block;width:100%}footer[data-astro-cid-l3trhy4j] nav[data-astro-cid-l3trhy4j] span[data-astro-cid-l3trhy4j]{width:90%}}@container (max-width:767px){footer[data-astro-cid-l3trhy4j]{padding:0;background:#142C4D;font-size:0.765625rem}footer[data-astro-cid-l3trhy4j] .inner[data-astro-cid-l3trhy4j]{display:flex;flex-direction:column-reverse;width:100%}footer[data-astro-cid-l3trhy4j] .address[data-astro-cid-l3trhy4j]{display:block;width:100%;padding:0 0 0 0;background:#091E38;color:#FFF;font-style:normal;font-size:12px;text-align:center}footer[data-astro-cid-l3trhy4j] .ul_ma[data-astro-cid-l3trhy4j]{display:block;width:100%;padding:0;text-align:center}footer[data-astro-cid-l3trhy4j] .ul_ma[data-astro-cid-l3trhy4j] ul[data-astro-cid-l3trhy4j]{margin:0}footer[data-astro-cid-l3trhy4j] .ul_ma[data-astro-cid-l3trhy4j] ul[data-astro-cid-l3trhy4j] li[data-astro-cid-l3trhy4j]{display:inline-block;padding:0 30px 0 0}footer[data-astro-cid-l3trhy4j] .ul_ma[data-astro-cid-l3trhy4j] ul[data-astro-cid-l3trhy4j] li[data-astro-cid-l3trhy4j]:nth-of-type(2){padding:0}footer[data-astro-cid-l3trhy4j] .ul_ma[data-astro-cid-l3trhy4j] ul[data-astro-cid-l3trhy4j] li[data-astro-cid-l3trhy4j] a[data-astro-cid-l3trhy4j]{color:#fff}footer[data-astro-cid-l3trhy4j] .ul_ma[data-astro-cid-l3trhy4j] ul[data-astro-cid-l3trhy4j] li[data-astro-cid-l3trhy4j] a[data-astro-cid-l3trhy4j]:hover{text-decoration:none}}span[data-astro-cid-emgnp7fd]{background:linear-gradient(to top,#f6e564 30%,transparent 30%)}.button[data-astro-cid-bweis6se]{position:relative;padding:0.8em 1.2em 0.8em 1.2em;box-shadow:0 5px 0 #e85163}svg[data-astro-cid-bweis6se]{display:inline}@media (hover: hover){.button[data-astro-cid-bweis6se]{transition:0.2s}.button[data-astro-cid-bweis6se]:hover{translate:0 3px;box-shadow:0 2px 0 #e85163}}/* NAV */
#ovmenu {
  z-index: 20;
  position: fixed;
  top: 0;
  left: 0;
  width: 100cqw;
  height: 100%;
  background-color: #FFF;
  -webkit-font-smoothing: antialiased;
  display: none;
}
#ovmenu[data-nav-open=true] {
  display: block;
}
#ovmenu .menulv01 {
  display: block;
  margin: 0 0 0;
  padding: 0 0 0 0;
  border-bottom: 1px solid #69758C;
}
#ovmenu .menulv01 a {
  display: block;
  position: relative;
  padding: 0 30px;
  color: #04213D;
  font-weight: bold;
  font-size: 1.25rem;
  line-height: 70px;
}
#ovmenu .menulv01 a:hover {
  text-decoration: none;
  opacity: 0.6;
}
#ovmenu .menulv01 a::after {
  position: absolute;
  top: 0;
  right: 35px;
  bottom: 0;
  width: 12px;
  height: 12px;
  margin: auto;
  transform: rotate(45deg);
  border-top: 3px solid #04213D;
  border-right: 3px solid #04213D;
  content: "";
  vertical-align: middle;
}
#ovmenu .menulv01 a svg {
  width: 14px;
  max-height: 80px;
  margin: -3px 4px 0 0;
  vertical-align: middle;
  fill: #FFFFFF;
}
#ovmenu .menulv01 span {
  display: block;
  position: relative;
  padding: 0 30px;
  color: #000;
  color: #04213D;
  font-weight: bold;
  font-size: 1.25rem;
  line-height: 70px;
  letter-spacing: 1px;
}
#ovmenu .menulv01 span:before, #ovmenu .menulv01 span:after {
  display: block;
  position: absolute;
  top: 50%;
  right: 20px;
  width: 20px;
  height: 3px;
  transform: translate(-50%, -50%);
  background-color: #04213D;
  content: "";
}
#ovmenu .menulv01 span:before {
  right: 37px;
  width: 3px;
  height: 20px;
}
#ovmenu .menulv01[aria-expanded=true] span:before {
  display: none;
}
#ovmenu .menulv02 {
  display: none;
  margin: 0 0 0;
}
#ovmenu .menulv02 ul {
  display: block;
}
#ovmenu .menulv02 ul li {
  box-sizing: border-box;
  display: block;
  width: 50%;
  float: left;
  border-bottom: 1px solid #69758C;
}
#ovmenu .menulv02 ul li:nth-of-type(2n+1) {
  border-right: 1px solid #69758C;
}
#ovmenu .menulv02 ul li.full {
  box-sizing: border-box;
  display: block;
  width: 100%;
  float: left;
  border-bottom: 1px solid #69758C;
}
#ovmenu .menulv02 ul li.br0 {
  border-right: 0px !important;
}
#ovmenu .menulv02 ul li.br1 {
  border-right: 1px solid #69758C;
}
#ovmenu .menulv02 ul li.full01 {
  box-sizing: border-box;
  display: block;
  width: 100%;
  float: left;
  border-right: 0px;
  border-bottom: 1px solid #69758C;
}
#ovmenu .menulv02 ul li a {
  display: block;
  position: relative;
  padding: 0 30px;
  color: #04213D;
  font-weight: bold;
  font-size: 1.25rem;
  line-height: 70px;
  letter-spacing: 1px;
}
#ovmenu .menulv02 ul li a .spbr {
  display: none;
}
#ovmenu .menulv02 ul li a:hover {
  text-decoration: none;
  opacity: 0.6;
}
#ovmenu .menulv02 ul li a::after {
  position: absolute;
  top: 0;
  right: 35px;
  bottom: 0;
  left: auto;
  width: 12px;
  height: 12px;
  margin: auto 0;
  transform: rotate(45deg);
  border-top: 3px solid #04213D;
  border-right: 3px solid #04213D;
  content: "";
  vertical-align: middle;
}
#ovmenu .menulv02 ul li.full a {
  display: block;
  position: relative;
  height: 70px;
  padding: 7px 30px 0;
  font-size: 1.25rem;
  line-height: 70px;
  letter-spacing: 1px;
}
#ovmenu .menulv02 ul li.full:nth-of-type(2n+1) {
  border-right: 0px;
}
#ovmenu .menulv02 ul li.full01 a {
  box-sizing: border-box;
  display: block;
  position: relative;
  height: 70px;
  padding: 22px 30px 0;
  color: #04213D;
  font-weight: bold;
  font-size: 1.25rem;
  line-height: 1.4;
  letter-spacing: 1px;
}
#ovmenu .menulv02 ul li span {
  display: block;
  position: relative;
  padding: 0 30px;
  color: #04213D;
  font-weight: bold;
  font-size: 1.25rem;
  line-height: 70px;
  letter-spacing: 1px;
}
#ovmenu .menulv02 .menuttl {
  display: block;
  position: relative;
  padding: 0 30px;
  border-bottom: 1px solid #69758C;
  color: #000;
  font-weight: bold;
  font-size: 1.25rem;
  line-height: 70px;
  font-feature-settings: "palt";
  letter-spacing: 1px;
}

#ovmenu_inner {
  position: relative;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
}

#ovmenu_head {
  display: table;
  width: 100%;
  height: 80px;
  border-bottom: 1px solid #69758C;
}

#ovmenubtnarea {
  padding: 40px 30px;
}
#ovmenubtnarea p {
  margin: 0 0 20px 0;
}
#ovmenubtnarea p a {
  display: block;
  background: #04213D;
  color: #FFF;
  font-weight: bold;
  font-size: 1.25rem;
  line-height: 64px;
  letter-spacing: 1px;
  text-align: center;
}
#ovmenubtnarea p a:hover {
  text-decoration: none;
  opacity: 0.7;
}
#ovmenubtnarea p a span {
  vertical-align: middle;
}
#ovmenubtnarea p.btn01 a {
  background: #CA0A13;
}
#ovmenubtnarea p.btn02 a {
  background: #043077;
}

#pasonalogo_drawer {
  box-sizing: border-box;
  display: table-cell;
  padding: 0 0 0 30px;
  text-align: left;
  vertical-align: middle;
}
#pasonalogo_drawer a {
  display: table;
  color: #04213D;
  line-height: 1;
  transition: all 0.3s ease 0s;
}
#pasonalogo_drawer a span {
  box-sizing: border-box;
  display: table-cell;
  padding: 0 20px 0 0;
}
#pasonalogo_drawer a span img {
  width: 120px;
}
#pasonalogo_drawer a strong {
  display: table-cell;
  padding: 0 0 0 0;
  font-weight: bold;
  font-size: 22px;
  font-feature-settings: "palt";
  vertical-align: middle;
}

#head_menu_close {
  display: table-cell;
  width: 80px;
  background: url(https://www.pasona.co.jp/clients/service/assets/images/common/icon_close.png) no-repeat center center;
  background-size: 33% auto;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  touch-action: manipulation;
}

@container left-container (max-width:767px) {
  #ovmenu_head {
    display: table;
    width: 100%;
    height: 60px;
  }
  #ovmenu_head p a {
    color: #04213D;
  }
  #ovmenu_head #head_menu_close {
    display: table-cell;
    width: 60px;
    background: url(https://www.pasona.co.jp/clients/service/assets/images/common/icon_close.png) no-repeat center center;
    background-size: 33% auto;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
  }
  #pasonalogo_drawer {
    width: auto;
    padding: 1px 0 0 4%;
    font-size: 0px;
    line-height: 0;
  }
  #pasonalogo_drawer a span {
    padding: 0 10px 0 0;
  }
  #pasonalogo_drawer a img {
    width: 75px;
  }
  #pasonalogo_drawer a strong {
    padding: 0 0 0 0;
    font-weight: 600;
    font-size: 12px;
    letter-spacing: 0;
    vertical-align: middle;
  }
  #ovmenu .menulv01 {
    display: block;
    margin: 0 0 0;
    padding: 0 0 0 0;
    border-bottom: 1px solid #69758C;
  }
  #ovmenu .menulv01 a {
    display: block;
    position: relative;
    padding: 25px 4%;
    color: #04213D;
    font-weight: 600;
    font-size: 14px;
    line-height: 18px;
  }
  #ovmenu .menulv01 a:hover {
    text-decoration: none;
    opacity: 0.6;
  }
  #ovmenu .menulv01 a::after {
    position: absolute;
    top: 0;
    right: 29px;
    bottom: 0;
    width: 7px;
    height: 7px;
    margin: auto;
    transform: rotate(45deg);
    border-top: 2px solid #04213D;
    border-right: 2px solid #04213D;
    content: "";
    vertical-align: middle;
  }
  #ovmenu .menulv01 span {
    display: block;
    position: relative;
    padding: 25px 4%;
    color: #000;
    color: #04213D;
    font-weight: 600;
    font-size: 14px;
    line-height: 18px;
  }
  #ovmenu .menulv01 span:before, #ovmenu .menulv01 span:after {
    display: block;
    position: absolute;
    top: 50%;
    right: 19px;
    width: 12px;
    height: 2px;
    transform: translate(-50%, -50%);
    background-color: #04213D;
    content: "";
  }
  #ovmenu .menulv01 span:before {
    right: 29px;
    width: 2px;
    height: 12px;
  }
  #ovmenu .menulv01[aria-expanded=true] span:before {
    display: none;
  }
  #ovmenu .menulv01.ac_link {
    position: relative;
  }
  #ovmenu .menulv01.ac_link a {
    box-sizing: border-box;
    width: 83.5%;
  }
  #ovmenu .menulv01.ac_link a::after {
    display: none;
  }
  #ovmenu .menulv01.ac_link span {
    box-sizing: border-box;
    position: absolute;
    top: 0;
    right: 0;
    width: 16.5%;
    height: 100%;
  }
  #ovmenu .menulv02 {
    display: none;
    margin: 0 0 0;
  }
  #ovmenu .menulv02 ul {
    display: block;
  }
  #ovmenu .menulv02 ul li {
    box-sizing: border-box;
    display: block;
    width: 50%;
    float: left;
    border-bottom: 1px solid #69758C;
  }
  #ovmenu .menulv02 ul li:nth-of-type(2n+1) {
    border-right: 1px solid #69758C;
  }
  #ovmenu .menulv02 ul li a {
    box-sizing: border-box;
    display: block;
    position: relative;
    height: 69px;
    padding: 25px 8%;
    color: #04213D;
    font-weight: bold;
    font-size: 14px;
    line-height: 18px;
    font-feature-settings: "palt";
  }
  #ovmenu .menulv02 ul li a .spbr {
    display: inline;
  }
  #ovmenu .menulv02 ul li a.spline01 {
    display: block;
    position: relative;
    padding: 16px 8%;
    color: #04213D;
    font-weight: bold;
    font-size: 14px;
    line-height: 18px;
    font-feature-settings: "palt";
  }
  #ovmenu .menulv02 ul li a:hover {
    text-decoration: none;
    opacity: 0.6;
  }
  #ovmenu .menulv02 ul li a::after {
    position: absolute;
    top: 0;
    right: 29px;
    bottom: 0;
    left: auto;
    width: 7px;
    height: 7px;
    margin: auto 0;
    transform: rotate(45deg);
    border-top: 2px solid #04213D;
    border-right: 2px solid #04213D;
    content: "";
    vertical-align: middle;
  }
  #ovmenu .menulv02 .menuttl {
    display: block;
    padding: 25px 4%;
    border-bottom: 1px solid #69758C;
    font-weight: bold;
    font-size: 14px;
    line-height: 18px;
  }
  #ovmenu .menulv02 ul li.full {
    box-sizing: border-box;
    display: block;
    width: 100%;
    float: left;
    border-bottom: 1px solid #69758C;
  }
  #ovmenu .menulv02 ul li.full a {
    display: block;
    position: relative;
    height: auto;
    padding: 25px 4%;
    color: #04213D;
    font-weight: bold;
    font-size: 14px;
    line-height: 18px;
  }
  #ovmenu .menulv02 ul li.full:nth-of-type(2n+1) {
    border-right: 0px;
  }
  #ovmenu .menulv02 ul li.full01 {
    box-sizing: border-box;
    display: block;
    width: 100%;
    float: none;
    border-right: 0px;
    border-bottom: 1px solid #69758C;
  }
  #ovmenu .menulv02 ul li.full01 a {
    display: block;
    position: relative;
    height: auto;
    padding: 25px 4%;
    color: #04213D;
    font-weight: 600;
    font-size: 14px;
    line-height: 18px;
  }
  #ovmenu .menulv02 ul li span {
    box-sizing: border-box;
    display: block;
    position: relative;
    height: 69px;
    padding: 0 30px;
    color: #04213D;
    font-weight: 600;
    font-size: 1.25rem;
    letter-spacing: 1px;
  }
  #ovmenubtnarea {
    padding: 30px 4%;
  }
  #ovmenubtnarea p {
    margin: 0 0 15px 0;
  }
  #ovmenubtnarea p a {
    display: block;
    padding: 15px 4%;
    background: #04213D;
    color: #FFF;
    font-weight: 600;
    font-size: 0.875rem;
    line-height: 24px;
    text-align: center;
  }
  #ovmenubtnarea p a:hover {
    text-decoration: none;
    opacity: 0.7;
  }
  #ovmenubtnarea p a span {
    vertical-align: middle;
  }
  #ovmenubtnarea p.btn01 a {
    background: #CA0A13;
  }
  #ovmenubtnarea p.btn02 a {
    background: #04213D;
  }
}
button.menulv01 {
  width: 100%;
  text-align: left;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  touch-action: manipulation;
}

.drawer-accordion__content {
  display: grid;
  grid-template-rows: 0fr;
  transition: grid-template-rows 300ms ease;
}
.drawer-accordion__content[aria-hidden=false] {
  grid-template-rows: 1fr;
}.link-arrow[data-astro-cid-rwcs3dqx]{display:inline-grid;position:relative;grid-auto-flow:column;align-items:center;justify-content:center;gap:0.5em}.link-arrow[data-astro-cid-rwcs3dqx]::after{width:0.5em;height:0.5em;margin:auto;transform:rotate(45deg);border-top:2px solid currentColor;border-right:2px solid currentColor;content:"";vertical-align:middle}.faq-item[data-astro-cid-6x24cjqx]{overflow:hidden;border-bottom-width:1px;--tw-border-opacity: 1;border-color:rgb(0 0 0 / var(--tw-border-opacity, 1))}.faq-item__summary[data-astro-cid-6x24cjqx]{display:grid;align-items:flex-start;justify-content:flex-start;width:100%;cursor:pointer;-moz-column-gap:1rem;column-gap:1rem;padding-top:1.5rem;padding-bottom:1.5rem;border-width:0px;font-weight:700;font-size:1.125rem;line-height:1.25;text-align:left;--tw-text-opacity: 1;color:rgb(0 110 144 / var(--tw-text-opacity, 1))}@container (min-width: 768px){.faq-item__summary[data-astro-cid-6x24cjqx]{font-size:1.25rem}}.faq-item__summary[data-astro-cid-6x24cjqx]{grid-template-columns:1.25rem 1fr;-webkit-appearance:none;-moz-appearance:none;appearance:none;touch-action:manipulation}.faq-item__arrow[data-astro-cid-6x24cjqx]{display:grid;place-content:center;height:1lh;transition:transform 300ms}[data-astro-cid-6x24cjqx][aria-expanded=true]>.faq-item__arrow[data-astro-cid-6x24cjqx]{transform:rotate(180deg)}.faq-item__content[data-astro-cid-6x24cjqx]{display:grid;grid-template-rows:0fr;transition:grid-template-rows 300ms ease}.faq-item__content[data-astro-cid-6x24cjqx][aria-hidden=false]{grid-template-rows:1fr}.faq-item__content-inner[data-astro-cid-6x24cjqx]{display:grid;align-items:flex-start;padding-top:0px;padding-bottom:1rem;font-size:0.75rem}@container (min-width: 768px){.faq-item__content-inner[data-astro-cid-6x24cjqx]{font-size:0.875rem}}.theme-gradient {
  --tw-gradient-stops: #0d968f, #79c9c8;
}

.content-gradient {
  --tw-gradient-stops: #47a6aa, #d1e9ea;
}

.button-gradient {
  --tw-gradient-stops: #315e78, #439bac;
}

.container-wrapper {
  --tw-bg-opacity: 1;
  grid-template-columns: 1fr 350px;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}

.left-container {
  container: left-container/inline-size;
  position: relative;
}

.bg-flag {
  background: url("data:image/svg+xml,%3csvg%20viewBox='0%200%2082%20109'%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%3e%3clinearGradient%20id='a'%20gradientUnits='userSpaceOnUse'%20x1='.5'%20x2='70.64'%20y1='54.5'%20y2='54.5'%3e%3cstop%20offset='0'%20stop-color='%234ebcb8'/%3e%3cstop%20offset='.28'%20stop-color='%234eaaae'/%3e%3cstop%20offset='1'%20stop-color='%234e8197'/%3e%3c/linearGradient%3e%3clinearGradient%20id='b'%20gradientUnits='userSpaceOnUse'%20x1='70.64'%20x2='81.5'%20y1='15.69'%20y2='15.69'%3e%3cstop%20offset='0'%20stop-color='%2351bcb1'/%3e%3cstop%20offset='.53'%20stop-color='%2340878b'/%3e%3cstop%20offset='1'%20stop-color='%23335e6d'/%3e%3c/linearGradient%3e%3cg%20stroke='%23fff'%20stroke-linecap='round'%20stroke-linejoin='round'%3e%3cpath%20d='m70.64.5h-6.69-56.76-6.69v108l34.53-19.67%2035.61%2019.67v-77.7z'%20fill='url(%23a)'/%3e%3cpath%20d='m70.64.54v30.29h10.86z'%20fill='url(%23b)'/%3e%3c/g%3e%3c/svg%3e") no-repeat center/contain;
}

.right-container {
  display: none;
  z-index: 20;
  position: relative;
  height: 100dvh;
}

.arrow-bottom-shape {
  position: relative;
  padding-block-end: calc(2.5rem + 6cqw);
}
.arrow-bottom-shape::after {
  position: absolute;
  bottom: -1px;
  left: 0;
  inline-size: 100%;
  block-size: 6cqw;
  content: "";
  clip-path: polygon(100% 100%, 0% 100%, 0.098% 0%, 36.53% 0%, 50.15% 99.77%, 63.77% 0%, 100% 0%, 100% 100%);
}
@media (min-width: 1200px) {

  .container-wrapper {
    display: grid;
  }

  .right-container {
    display: block;
  }
}