@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;
     tab-size: 4; /* 3 */
  font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; /* 4 */
  font-feature-settings: normal; /* 5 */
  font-variation-settings: normal; /* 6 */
  -webkit-tap-highlight-color: transparent; /* 7 */
}
/*
1. Remove the margin in all browsers.
2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
*/
body {
  margin: 0; /* 1 */
  line-height: inherit; /* 2 */
}
/*
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
3. Ensure horizontal rules are visible by default.
*/
hr {
  height: 0; /* 1 */
  color: inherit; /* 2 */
  border-top-width: 1px; /* 3 */
}
/*
Add the correct text decoration in Chrome, Edge, and Safari.
*/
abbr:where([title]) {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}
/*
Remove the default font size and weight for headings.
*/
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}
/*
Reset links to optimize for opt-in styling instead of opt-out.
*/
a {
  color: inherit;
  text-decoration: inherit;
}
/*
Add the correct font weight in Edge and Safari.
*/
b,
strong {
  font-weight: bolder;
}
/*
1. Use the user's configured `mono` font-family by default.
2. Use the user's configured `mono` font-feature-settings by default.
3. Use the user's configured `mono` font-variation-settings by default.
4. Correct the odd `em` font sizing in all browsers.
*/
code,
kbd,
samp,
pre {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; /* 1 */
  font-feature-settings: normal; /* 2 */
  font-variation-settings: normal; /* 3 */
  font-size: 1em; /* 4 */
}
/*
Add the correct font size in all browsers.
*/
small {
  font-size: 80%;
}
/*
Prevent `sub` and `sup` elements from affecting the line height in all browsers.
*/
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
/*
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
3. Remove gaps between table borders by default.
*/
table {
  text-indent: 0; /* 1 */
  border-color: inherit; /* 2 */
  border-collapse: collapse; /* 3 */
}
/*
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
3. Remove default padding in all browsers.
*/
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-feature-settings: inherit; /* 1 */
  font-variation-settings: inherit; /* 1 */
  font-size: 100%; /* 1 */
  font-weight: inherit; /* 1 */
  line-height: inherit; /* 1 */
  letter-spacing: inherit; /* 1 */
  color: inherit; /* 1 */
  margin: 0; /* 2 */
  padding: 0; /* 3 */
}
/*
Remove the inheritance of text transform in Edge and Firefox.
*/
button,
select {
  text-transform: none;
}
/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/
button,
input:where([type='button']),
input:where([type='reset']),
input:where([type='submit']) {
  -webkit-appearance: button; /* 1 */
  background-color: transparent; /* 2 */
  background-image: none; /* 2 */
}
/*
Use the modern Firefox focus style for all focusable elements.
*/
:-moz-focusring {
  outline: auto;
}
/*
Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
*/
:-moz-ui-invalid {
  box-shadow: none;
}
/*
Add the correct vertical alignment in Chrome and Firefox.
*/
progress {
  vertical-align: baseline;
}
/*
Correct the cursor style of increment and decrement buttons in Safari.
*/
::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}
/*
1. Correct the odd appearance in Chrome and Safari.
2. Correct the outline style in Safari.
*/
[type='search'] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}
/*
Remove the inner padding in Chrome and Safari on macOS.
*/
::-webkit-search-decoration {
  -webkit-appearance: none;
}
/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Change font properties to `inherit` in Safari.
*/
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}
/*
Add the correct display in Chrome and Safari.
*/
summary {
  display: list-item;
}
/*
Removes the default spacing and border for appropriate elements.
*/
blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}
fieldset {
  margin: 0;
  padding: 0;
}
legend {
  padding: 0;
}
ol,
ul,
menu {
  list-style: none;
  margin: 0;
  padding: 0;
}
/*
Reset default styling for dialogs.
*/
dialog {
  padding: 0;
}
/*
Prevent resizing textareas horizontally by default.
*/
textarea {
  resize: vertical;
}
/*
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
2. Set the default placeholder color to the user's configured gray 400 color.
*/
input::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}
input::placeholder,
textarea::placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}
/*
Set the default cursor for buttons.
*/
button,
[role="button"] {
  cursor: pointer;
}
/*
Make sure disabled buttons don't get the pointer cursor.
*/
:disabled {
  cursor: default;
}
/*
1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
   This can trigger a poorly considered lint error in some tools but is included by design.
*/
img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block; /* 1 */
  vertical-align: middle; /* 2 */
}
/*
Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
*/
img,
video {
  max-width: 100%;
  height: auto;
}
/* Make elements with the HTML hidden attribute stay hidden by default */
[hidden]:where(:not([hidden="until-found"])) {
  display: none;
}
.container{
  width: 100%;
}
@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;
}
.collapse{
  visibility: collapse;
}
.static{
  position: static;
}
.fixed{
  position: fixed;
}
.absolute{
  position: absolute;
}
.\!relative{
  position: relative !important;
}
.relative{
  position: relative;
}
.sticky{
  position: sticky;
}
.mx-2{
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}
.mx-20{
  margin-left: 5rem;
  margin-right: 5rem;
}
.mx-auto{
  margin-left: auto;
  margin-right: auto;
}
.my-14{
  margin-top: 3.5rem;
  margin-bottom: 3.5rem;
}
.my-2{
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}
.my-4{
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.my-6{
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}
.my-7{
  margin-top: 1.75rem;
  margin-bottom: 1.75rem;
}
.my-8{
  margin-top: 2rem;
  margin-bottom: 2rem;
}
.\!mt-0{
  margin-top: 0px !important;
}
.-ml-5{
  margin-left: -1.25rem;
}
.-mr-5{
  margin-right: -1.25rem;
}
.mb-0{
  margin-bottom: 0px;
}
.mb-1{
  margin-bottom: 0.25rem;
}
.mb-10{
  margin-bottom: 2.5rem;
}
.mb-11{
  margin-bottom: 2.75rem;
}
.mb-12{
  margin-bottom: 3rem;
}
.mb-14{
  margin-bottom: 3.5rem;
}
.mb-16{
  margin-bottom: 4rem;
}
.mb-2{
  margin-bottom: 0.5rem;
}
.mb-20{
  margin-bottom: 5rem;
}
.mb-24{
  margin-bottom: 6rem;
}
.mb-28{
  margin-bottom: 7rem;
}
.mb-3{
  margin-bottom: 0.75rem;
}
.mb-32{
  margin-bottom: 8rem;
}
.mb-36{
  margin-bottom: 9rem;
}
.mb-4{
  margin-bottom: 1rem;
}
.mb-40{
  margin-bottom: 10rem;
}
.mb-5{
  margin-bottom: 1.25rem;
}
.mb-6{
  margin-bottom: 1.5rem;
}
.mb-7{
  margin-bottom: 1.75rem;
}
.mb-8{
  margin-bottom: 2rem;
}
.mb-9{
  margin-bottom: 2.25rem;
}
.ml-0{
  margin-left: 0px;
}
.ml-2{
  margin-left: 0.5rem;
}
.ml-4{
  margin-left: 1rem;
}
.ml-auto{
  margin-left: auto;
}
.mr-0{
  margin-right: 0px;
}
.mr-2{
  margin-right: 0.5rem;
}
.mr-6{
  margin-right: 1.5rem;
}
.mt-0{
  margin-top: 0px;
}
.mt-10{
  margin-top: 2.5rem;
}
.mt-12{
  margin-top: 3rem;
}
.mt-14{
  margin-top: 3.5rem;
}
.mt-16{
  margin-top: 4rem;
}
.mt-2{
  margin-top: 0.5rem;
}
.mt-24{
  margin-top: 6rem;
}
.mt-3{
  margin-top: 0.75rem;
}
.mt-4{
  margin-top: 1rem;
}
.mt-5{
  margin-top: 1.25rem;
}
.mt-6{
  margin-top: 1.5rem;
}
.mt-7{
  margin-top: 1.75rem;
}
.mt-8{
  margin-top: 2rem;
}
.mt-auto{
  margin-top: auto;
}
.block{
  display: block;
}
.inline-block{
  display: inline-block;
}
.inline{
  display: inline;
}
.flex{
  display: flex;
}
.inline-flex{
  display: inline-flex;
}
.table{
  display: table;
}
.grid{
  display: grid;
}
.contents{
  display: contents;
}
.hidden{
  display: none;
}
.h-auto{
  height: auto;
}
.h-full{
  height: 100%;
}
.w-1{
  width: 0.25rem;
}
.w-1\/2{
  width: 50%;
}
.w-10{
  width: 2.5rem;
}
.w-11{
  width: 2.75rem;
}
.w-16{
  width: 4rem;
}
.w-2{
  width: 0.5rem;
}
.w-28{
  width: 7rem;
}
.w-3{
  width: 0.75rem;
}
.w-32{
  width: 8rem;
}
.w-36{
  width: 9rem;
}
.w-4{
  width: 1rem;
}
.w-40{
  width: 10rem;
}
.w-44{
  width: 11rem;
}
.w-52{
  width: 13rem;
}
.w-6{
  width: 1.5rem;
}
.w-8{
  width: 2rem;
}
.w-auto{
  width: auto;
}
.w-full{
  width: 100%;
}
.max-w-0{
  max-width: 0px;
}
.max-w-2xl{
  max-width: 42rem;
}
.max-w-3xl{
  max-width: 48rem;
}
.max-w-4xl{
  max-width: 56rem;
}
.max-w-6xl{
  max-width: 72rem;
}
.max-w-7xl{
  max-width: 80rem;
}
.max-w-\[1000px\]{
  max-width: 1000px;
}
.max-w-md{
  max-width: 28rem;
}
.max-w-none{
  max-width: none;
}
.max-w-sm{
  max-width: 24rem;
}
.max-w-xl{
  max-width: 36rem;
}
.max-w-xs{
  max-width: 20rem;
}
.flex-shrink{
  flex-shrink: 1;
}
.flex-shrink-0{
  flex-shrink: 0;
}
.border-collapse{
  border-collapse: collapse;
}
.rotate-180{
  --tw-rotate: 180deg;
  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-45{
  --tw-rotate: 45deg;
  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));
}
.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;
}
.resize{
  resize: both;
}
.grid-cols-1{
  grid-template-columns: repeat(1, minmax(0, 1fr));
}
.grid-cols-2{
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.grid-cols-3{
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
.grid-cols-4{
  grid-template-columns: repeat(4, minmax(0, 1fr));
}
.grid-cols-6{
  grid-template-columns: repeat(6, minmax(0, 1fr));
}
.flex-row{
  flex-direction: row;
}
.flex-row-reverse{
  flex-direction: row-reverse;
}
.flex-col{
  flex-direction: column;
}
.flex-wrap{
  flex-wrap: wrap;
}
.items-start{
  align-items: flex-start;
}
.items-end{
  align-items: flex-end;
}
.items-center{
  align-items: center;
}
.items-baseline{
  align-items: baseline;
}
.justify-start{
  justify-content: flex-start;
}
.justify-end{
  justify-content: flex-end;
}
.justify-center{
  justify-content: center;
}
.justify-between{
  justify-content: space-between;
}
.gap-0{
  gap: 0px;
}
.gap-1{
  gap: 0.25rem;
}
.gap-1\.5{
  gap: 0.375rem;
}
.gap-10{
  gap: 2.5rem;
}
.gap-12{
  gap: 3rem;
}
.gap-14{
  gap: 3.5rem;
}
.gap-16{
  gap: 4rem;
}
.gap-2{
  gap: 0.5rem;
}
.gap-20{
  gap: 5rem;
}
.gap-24{
  gap: 6rem;
}
.gap-28{
  gap: 7rem;
}
.gap-3{
  gap: 0.75rem;
}
.gap-4{
  gap: 1rem;
}
.gap-5{
  gap: 1.25rem;
}
.gap-6{
  gap: 1.5rem;
}
.gap-7{
  gap: 1.75rem;
}
.gap-8{
  gap: 2rem;
}
.gap-x-10{
  -moz-column-gap: 2.5rem;
       column-gap: 2.5rem;
}
.gap-x-12{
  -moz-column-gap: 3rem;
       column-gap: 3rem;
}
.gap-x-14{
  -moz-column-gap: 3.5rem;
       column-gap: 3.5rem;
}
.gap-x-2{
  -moz-column-gap: 0.5rem;
       column-gap: 0.5rem;
}
.gap-x-20{
  -moz-column-gap: 5rem;
       column-gap: 5rem;
}
.gap-x-24{
  -moz-column-gap: 6rem;
       column-gap: 6rem;
}
.gap-x-3{
  -moz-column-gap: 0.75rem;
       column-gap: 0.75rem;
}
.gap-x-4{
  -moz-column-gap: 1rem;
       column-gap: 1rem;
}
.gap-x-6{
  -moz-column-gap: 1.5rem;
       column-gap: 1.5rem;
}
.gap-x-8{
  -moz-column-gap: 2rem;
       column-gap: 2rem;
}
.gap-y-12{
  row-gap: 3rem;
}
.gap-y-5{
  row-gap: 1.25rem;
}
.gap-y-6{
  row-gap: 1.5rem;
}
.gap-y-8{
  row-gap: 2rem;
}
.self-auto{
  align-self: auto;
}
.self-end{
  align-self: flex-end;
}
.self-center{
  align-self: center;
}
.truncate{
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.border{
  border-width: 1px;
}
.object-cover{
  -o-object-fit: cover;
     object-fit: cover;
}
.px-0{
  padding-left: 0px;
  padding-right: 0px;
}
.px-10{
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}
.px-5{
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}
.py-10{
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}
.py-16{
  padding-top: 4rem;
  padding-bottom: 4rem;
}
.py-20{
  padding-top: 5rem;
  padding-bottom: 5rem;
}
.py-24{
  padding-top: 6rem;
  padding-bottom: 6rem;
}
.py-5{
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}
.py-8{
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.pb-10{
  padding-bottom: 2.5rem;
}
.pb-16{
  padding-bottom: 4rem;
}
.pb-2{
  padding-bottom: 0.5rem;
}
.pb-20{
  padding-bottom: 5rem;
}
.pb-28{
  padding-bottom: 7rem;
}
.pb-3{
  padding-bottom: 0.75rem;
}
.pb-32{
  padding-bottom: 8rem;
}
.pb-4{
  padding-bottom: 1rem;
}
.pb-5{
  padding-bottom: 1.25rem;
}
.pb-6{
  padding-bottom: 1.5rem;
}
.pl-10{
  padding-left: 2.5rem;
}
.pl-12{
  padding-left: 3rem;
}
.pl-4{
  padding-left: 1rem;
}
.pl-5{
  padding-left: 1.25rem;
}
.pl-6{
  padding-left: 1.5rem;
}
.pl-8{
  padding-left: 2rem;
}
.pr-12{
  padding-right: 3rem;
}
.pr-4{
  padding-right: 1rem;
}
.pr-6{
  padding-right: 1.5rem;
}
.pr-8{
  padding-right: 2rem;
}
.pt-10{
  padding-top: 2.5rem;
}
.pt-16{
  padding-top: 4rem;
}
.pt-2{
  padding-top: 0.5rem;
}
.pt-24{
  padding-top: 6rem;
}
.pt-32{
  padding-top: 8rem;
}
.pt-4{
  padding-top: 1rem;
}
.pt-8{
  padding-top: 2rem;
}
.text-left{
  text-align: left;
}
.text-center{
  text-align: center;
}
.text-right{
  text-align: right;
}
.\!align-top{
  vertical-align: top !important;
}
.align-top{
  vertical-align: top;
}
.align-middle{
  vertical-align: middle;
}
.text-2xl{
  font-size: 1.5rem;
  line-height: 2rem;
}
.text-base{
  font-size: 1rem;
  line-height: 1.5rem;
}
.text-lg{
  font-size: 1.125rem;
  line-height: 1.75rem;
}
.text-sm{
  font-size: 0.875rem;
  line-height: 1.25rem;
}
.text-xl{
  font-size: 1.25rem;
  line-height: 1.75rem;
}
.text-xs{
  font-size: 0.75rem;
  line-height: 1rem;
}
.font-bold{
  font-weight: 700;
}
.font-medium{
  font-weight: 500;
}
.font-semibold{
  font-weight: 600;
}
.uppercase{
  text-transform: uppercase;
}
.lowercase{
  text-transform: lowercase;
}
.italic{
  font-style: italic;
}
.leading-7{
  line-height: 1.75rem;
}
.leading-loose{
  line-height: 2;
}
.leading-normal{
  line-height: 1.5;
}
.tracking-widest{
  letter-spacing: 0.1em;
}
.underline{
  text-decoration-line: underline;
}
.antialiased{
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.outline{
  outline-style: solid;
}
.grayscale{
  --tw-grayscale: grayscale(100%);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.filter{
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.transition{
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.duration-200{
  transition-duration: 200ms;
}
.duration-500{
  transition-duration: 500ms;
}
/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

/* ============================================
// base
// ==========================================*/
*,
*:before,
*:after {
  box-sizing: border-box;
}

body {
  color: #231815;
  font-size: 14px;
  font-family: "Zen Kaku Gothic New", sans-serif;
}
@media screen and (min-width: 768px) {
  body {
    font-size: 16px;
  }
}

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

img {
  max-width: 100%;
  image-rendering: -webkit-optimize-contrast;
  vertical-align: middle;
}

input {
  margin: 0;
  padding: 0;
}

textarea {
  padding: 0;
  font: inherit;
  color: inherit;
}

button {
  font: inherit;
  padding: 0;
  background-color: transparent;
  border: none;
  color: inherit;
  cursor: pointer;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-bottom: 0;
  font-weight: normal;
}

p {
  letter-spacing: 0.15em;
  line-height: 2;
  margin-bottom: 0;
}

.l-wrap {
  overflow: hidden;
  position: relative;
  height: 100%;
}
.l-wrap::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  background-color: #56b796;
  width: 6px;
  height: 100%;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .l-wrap::before {
    width: 12px;
  }
}

/* ============================================
// footer
// ==========================================*/
.l-footer {
  background-color: #e7e6e3;
  padding: 48px 0 12px;
  position: relative;
  z-index: 10;
}
@media screen and (min-width: 768px) {
  .l-footer {
    padding: 72px 0 24px;
  }
}

.l-footer__left-logo {
  width: 240px;
}
@media screen and (min-width: 768px) {
  .l-footer__left-logo {
    width: 200px;
  }
}
@media screen and (min-width: 1024px) {
  .l-footer__left-logo {
    width: 300px;
  }
}
.l-footer__left-button {
  display: inline-block;
  border-radius: 26px;
  font-size: 13px;
  font-weight: 500;
  text-align: center;
  letter-spacing: 0.15em;
  background-color: #fffff6;
  padding: 1rem 2.5rem;
  transition: background-color 0.25s ease;
  min-width: 200px;
}
@media (hover: hover) {
  .l-footer__left-button:hover {
    background-color: #cecec7;
  }
}
.l-footer__right-banners a {
  max-width: 100%;
}

.l-footer__sdgs {
  width: 260px;
}
@media screen and (min-width: 1024px) {
  .l-footer__sdgs {
    width: 80px;
  }
}

/* ============================================
// header
// ==========================================*/
body.home .l-header__logo {
  width: 160px;
}
@media screen and (min-width: 768px) {
  body.home .l-header__logo {
    width: 45%;
  }
}

body.home .l-header__logo .--home {
  display: block;
}
body.home .l-header__logo .--page {
  display: none;
}

body:not(.home) .l-header__logo .--home {
  display: none;
}
body:not(.home) .l-header__logo .--page {
  display: block;
}

.l-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  max-width: 100vw;
  z-index: 10000;
}
.l-header__logo {
  width: 120px;
  transition: width 0.25s ease;
}
@media screen and (min-width: 768px) {
  .l-header__logo {
    transform: translateY(25%);
    width: 180px;
    max-width: 350px;
  }
}
@media screen and (min-width: 1024px) {
  .l-header__logo {
    max-width: 600px;
  }
}
.l-header__textlink {
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: bold;
  letter-spacing: 0.18em;
  height: 72px;
  margin-right: 1em;
  transition: opacity 0.25s ease;
}
@media screen and (max-width: 767px) {
  .l-header__textlink {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .l-header__textlink {
    height: 108px;
  }
}
@media screen and (min-width: 1024px) {
  .l-header__textlink {
    margin-right: 1.5em;
  }
}
@media (hover: hover) {
  .l-header__textlink:hover {
    opacity: 0.7;
  }
}
.l-header__link {
  justify-content: center;
  align-items: center;
  flex-direction: column;
  background-color: #231815;
  transition: background-color 0.4s ease;
  width: 72px;
  height: 72px;
}
@media screen and (min-width: 768px) {
  .l-header__link {
    width: 108px;
    height: 108px;
  }
}
@media (hover: hover) {
  .l-header__link:hover {
    background-color: #4d4d4d;
  }
}
.l-header__link img {
  width: 16px;
}
@media screen and (min-width: 768px) {
  .l-header__link img {
    width: 27px;
  }
}
.l-header__link-text {
  font-size: 10px;
  font-weight: 500;
  letter-spacing: 0.1em;
  margin-top: 8px;
}
@media screen and (min-width: 768px) {
  .l-header__link-text {
    margin-top: 1rem;
  }
}
.l-header__menu {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  background-color: #231815;
  transition: background-color 0.4s ease;
  width: 72px;
  height: 72px;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .l-header__menu {
    width: 108px;
    height: 108px;
  }
}
@media (hover: hover) {
  .l-header__menu:hover {
    background-color: #4d4d4d;
  }
}
.l-header__menu-hum {
  position: relative;
  width: 50%;
  height: 13px;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .l-header__menu-hum {
    height: 22px;
  }
}
.l-header__menu-hum span {
  position: absolute;
  display: block;
  width: 100%;
  height: 2px;
  border-radius: 24px;
  background-color: #ffffff;
  margin: 0 auto;
  transition: transform 0.25s ease;
}
.l-header__menu-hum span:first-child {
  top: 0;
}
.l-header__menu-hum span:last-child {
  bottom: 0;
}
.l-header__menu-text {
  font-size: 10px;
  font-weight: 500;
  letter-spacing: 0.1em;
  margin-top: 8px;
}
@media screen and (min-width: 768px) {
  .l-header__menu-text {
    margin-top: 1rem;
  }
}

.l-header__menu.js-active {
  background-color: #ffffff;
}
.l-header__menu.js-active .l-header__menu-hum span {
  background-color: #231815;
}
.l-header__menu.js-active .l-header__menu-hum span:first-child {
  top: 50%;
  transform: translateY(-50%) rotate(30deg) scale(0.8);
}
.l-header__menu.js-active .l-header__menu-hum span:last-child {
  bottom: 50%;
  transform: translateY(50%) rotate(-30deg) scale(0.8);
}
.l-header__menu.js-active .l-header__menu-text {
  display: none;
}
.l-header__menu.js-active .l-header__menu-text.--close {
  display: block;
}

.l-header__drawer {
  position: absolute;
  top: 0;
  right: 0;
  background-color: #56b796;
  width: 100vw;
  height: 100vh;
  padding: 64px 40px 80px;
  max-width: 768px;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.4s ease, visibility 0.4s ease;
  overflow-y: scroll;
  overscroll-behavior: contain;
}
@media screen and (min-width: 768px) {
  .l-header__drawer {
    padding: 160px 128px;
  }
}
.l-header__drawer.js-active {
  opacity: 1;
  visibility: visible;
}

.l-header__drawer-menu > li:not(:last-child) {
  margin-bottom: 1.5em;
}
@media screen and (min-width: 768px) {
  .l-header__drawer-menu > li:not(:last-child) {
    margin-bottom: 2.5em;
  }
}
.l-header__drawer-menu > li > a {
  font-weight: bold;
  letter-spacing: 0.2em;
  transition: color 0.25s ease;
}
@media screen and (min-width: 768px) {
  .l-header__drawer-menu > li > a {
    font-size: 18px;
  }
}
@media (hover: hover) {
  .l-header__drawer-menu > li > a:hover {
    color: #DDDDDD;
  }
}
.l-header__drawer-menu > li:last-child > span {
  cursor: pointer;
  font-weight: bold;
  letter-spacing: 0.2em;
  transition: color 0.25s ease;
  position: relative;
}
@media screen and (min-width: 768px) {
  .l-header__drawer-menu > li:last-child > span {
    font-size: 18px;
  }
}
@media (hover: hover) {
  .l-header__drawer-menu > li:last-child > span:hover {
    color: #DDDDDD;
  }
}
.l-header__drawer-menu > li:last-child > span::before, .l-header__drawer-menu > li:last-child > span::after {
  position: absolute;
  top: 50%;
  right: -2em;
  content: "";
  display: inline-block;
  width: 0.6em;
  height: 1px;
  background-color: #ffffff;
  margin: 0 1em;
  transform: translateY(-50%);
}
.l-header__drawer-menu > li:last-child > span::after {
  transition: transform 0.25s ease;
  transform: translateY(-50%) rotate(90deg);
}

.l-header__drawer-menu > li.js-active > span::after {
  transform: translateY(-50%) rotate(0);
}

.l-header__drawer-sub-menu {
  margin-top: 1.5rem;
  max-height: 0;
  overflow: hidden;
  visibility: hidden;
  opacity: 0;
  transition: all 0.4s ease;
}
.l-header__drawer-sub-menu.js-active {
  visibility: visible;
  opacity: 1;
  max-height: 500px;
}
.l-header__drawer-sub-menu > li:not(:last-child) {
  margin-bottom: 1em;
}
@media screen and (min-width: 768px) {
  .l-header__drawer-sub-menu > li:not(:last-child) {
    margin-bottom: 1.25em;
  }
}
.l-header__drawer-sub-menu > li > a {
  display: flex;
  align-items: center;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.1em;
  transition: color 0.25s ease;
}
@media screen and (min-width: 768px) {
  .l-header__drawer-sub-menu > li > a {
    font-size: 15px;
  }
}
@media (hover: hover) {
  .l-header__drawer-sub-menu > li > a:hover {
    color: #DDDDDD;
  }
}
.l-header__drawer-sub-menu > li > a::before {
  content: "";
  display: inline-block;
  background-color: #ffffff;
  width: 1.5em;
  height: 1px;
  margin-right: 1em;
}

.l-header__drawer-sublink {
  display: inline-block;
  font-weight: 500;
  letter-spacing: 0.1em;
  border: 1px solid #ffffff;
  border-radius: 26px;
  text-align: center;
  padding: 1em;
}
@media screen and (min-width: 768px) {
  .l-header__drawer-sublink {
    padding: 1em 2em;
  }
}

.l-header__drawer-club-pref {
  font-size: 14px;
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  .l-header__drawer-club-pref {
    font-size: 15px;
  }
}

.l-header__drawer-sns a {
  display: inline-block;
  transition: transform 0.25s ease;
}
@media (hover: hover) {
  .l-header__drawer-sns a:hover {
    transform: scale(1.2);
  }
}

@media screen and (min-width: 1024px) {
  body.home .l-header__news {
    display: flex;
  }
}

/* ============================================
// main component
// ==========================================*/
.l-main__h2-en {
  font-size: 10px;
  font-weight: bold;
  letter-spacing: 0.2em;
  margin-bottom: 1em;
}
@media screen and (min-width: 768px) {
  .l-main__h2-en {
    font-size: 16px;
  }
}
.l-main__h2-ja {
  font-size: 24px;
  font-weight: bold;
  letter-spacing: 0.2em;
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  .l-main__h2-ja {
    font-size: 40px;
  }
}

.l-main__career-text-title {
  flex-shrink: 0;
}
.l-main__career-text-title span {
  border-bottom: 1px solid #231815;
}

/* ============================================
// main visual
// ==========================================*/
#mainvisual {
  position: relative;
}
#mainvisual::before {
  position: absolute;
  top: -72px;
  left: 0;
  content: "";
  background-color: #ffffff;
  width: 6px;
  height: 88%;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  #mainvisual::before {
    top: -108px;
    width: 13px;
  }
}

.l-main__mainvisual {
  margin-top: 72px;
  margin-left: 56px;
  height: 100%;
}
@media screen and (min-width: 768px) {
  .l-main__mainvisual {
    margin-left: 80px;
    margin-top: 108px;
  }
}
.l-main__mainvisual-slide img {
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 32/55;
}
@media screen and (min-width: 768px) {
  .l-main__mainvisual-slide img {
    aspect-ratio: 2/1;
  }
}
.l-main__mainvisual-catch {
  position: absolute;
  bottom: 2em;
  left: -1em;
  color: #56b796;
  font-size: clamp(20px, 2.5vw, 64px);
  letter-spacing: 0.2em;
  font-weight: bold;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .l-main__mainvisual-catch {
    bottom: 0.5em;
  }
}
.l-main__mainvisual-catch span {
  display: inline-block;
  line-height: 1;
  border-bottom: 3px solid #56b796;
  padding-bottom: 8px;
}
.l-main__mainvisual-catch span:first-child {
  margin-bottom: 0.5em;
}
.l-main__mainvisual-contact {
  position: fixed;
  top: 25vh;
  right: 0;
  z-index: 100;
  display: flex;
  flex-direction: row;
  background: linear-gradient(-240deg, rgb(159, 196, 113) 0%, rgb(86, 180, 147) 60%);
  color: #ffffff;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.2em;
  writing-mode: vertical-rl;
  white-space: nowrap;
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
  padding: 2em 1.5em;
}
.l-main__mainvisual-contact span {
  display: inline-block;
  text-combine-upright: all;
  margin-bottom: 0.25em;
}

/* ============================================
// concept
// ==========================================*/
@media screen and (min-width: 768px) {
  .l-main__concept-content {
    margin-top: -7em;
  }
}
.l-main__concept-catch-text {
  font-size: 16px;
  line-height: 2;
  margin-bottom: 1em;
}
@media screen and (min-width: 768px) {
  .l-main__concept-catch-text {
    font-size: 20px;
  }
}
.l-main__concept-content-text {
  line-height: 2.5;
}
@media screen and (min-width: 768px) {
  .l-main__concept-content-text {
    font-size: 17px;
  }
}
.l-main__concept-image {
  margin-left: calc(50% - 50vw);
}
.l-main__concept .l-main__h2-ja {
  line-height: 1.7;
}
@media screen and (min-width: 768px) {
  .l-main__concept .l-main__h2-ja {
    line-height: 2;
  }
}

.l-main__concept-symbol {
  margin-left: auto;
  margin-right: auto;
  border-radius: 40px;
  background-color: #ededed;
  max-width: 640px;
  position: relative;
  padding: 48px 24px 32px;
}
@media screen and (min-width: 768px) {
  .l-main__concept-symbol {
    padding: 32px 40px 32px 100px;
  }
}
.l-main__concept-symbol img {
  position: absolute;
  top: 0;
  right: 25%;
  width: 80px;
  transform: translate(0, -50%);
}
@media screen and (min-width: 768px) {
  .l-main__concept-symbol img {
    width: 120px;
    top: 50%;
    left: 0;
    right: auto;
    transform: translate(-50%, -50%);
  }
}
.l-main__concept-symbol-title {
  color: #56b796;
  font-size: 16px;
  font-weight: bold;
  margin: 1.5em 0 0.5em;
}
@media screen and (min-width: 768px) {
  .l-main__concept-symbol-title {
    font-size: 18px;
  }
}

/* ============================================
// club
// ==========================================*/
.l-main__club-title {
  color: #56b796;
  font-size: 18px;
  font-weight: bold;
  margin-left: 0.5em;
  margin-bottom: 1em;
}
@media screen and (min-width: 768px) {
  .l-main__club-title {
    font-size: 20px;
  }
}
.l-main__club-title:not(:first-child) {
  margin-top: 2em;
}

.l-main__club-button {
  display: inline-block;
  background: -webkit-linear-gradient(0deg, rgb(159, 196, 113) 0%, rgb(86, 183, 150) 63.01%);
  border-radius: 38px;
  color: #ffffff;
  font-weight: bold;
  letter-spacing: 0.1em;
  text-align: center;
  width: 190px;
  padding: 1.25em;
  position: relative;
  transition: filter 0.25s ease;
  max-width: 100%;
}
@media screen and (min-width: 768px) {
  .l-main__club-button {
    width: 280px;
    font-size: 18px;
  }
}
.l-main__club-button::before {
  position: absolute;
  top: 50%;
  right: -32px;
  transform: translateY(-50%) scale(0.7);
  content: url("../images/arrow-right-button.svg");
  transition: transform 0.25s ease;
}
@media screen and (min-width: 768px) {
  .l-main__club-button::before {
    transform: translateY(-50%);
    right: -32px;
  }
}
@media (hover: hover) {
  .l-main__club-button:hover {
    filter: brightness(0.8);
  }
  .l-main__club-button:hover::before {
    transform: translateY(-50%) translateX(6px);
  }
}

/* ============================================
// about
// ==========================================*/
#about {
  position: relative;
  z-index: 10;
}

.l-main__about {
  background: linear-gradient(-40deg, rgb(159, 196, 113) 0%, rgb(86, 183, 150) 63.01%);
}
@media screen and (min-width: 768px) {
  .l-main__about {
    background: linear-gradient(-120deg, rgb(159, 196, 113) 0%, rgb(86, 183, 150) 63.01%);
  }
}
.l-main__about-catch, .l-main__people-intro-catch {
  color: #ffffff;
  font-size: 16px;
  font-weight: bold;
  line-height: 1;
  letter-spacing: 0.2em;
  border-left: 3px solid #ffffff;
  padding-left: 1em;
}
@media screen and (min-width: 768px) {
  .l-main__about-catch, .l-main__people-intro-catch {
    font-size: 24px;
    padding-left: 0.5em;
  }
}
.l-main__about-circles {
  margin-top: 60px;
}
.l-main__about-circle {
  background: url("../images/bg-circle.png") no-repeat center/contain;
  aspect-ratio: 1/1;
  color: #ffffff;
  text-align: center;
  position: relative;
}
@media (hover: hover) {
  .l-main__about-circle:hover .l-main__about-circle-arrow {
    bottom: -10px;
  }
}
.l-main__about-circle-point {
  display: inline-block;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 0.2em;
  transform: translateY(-50%);
}
.l-main__about-circle-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transform: translate(-50%, -65%);
  font-weight: 500;
}
@media screen and (max-width: 1023px) {
  .l-main__about-circle-text {
    font-size: 14px;
  }
}
.l-main__about-circle-arrow {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  transform: translateY(-80%);
  transition: bottom 0.25s ease-in-out;
}
@media screen and (min-width: 768px) {
  .l-main__about-circle-arrow {
    transform: translateY(-60%);
  }
}
@media screen and (min-width: 1024px) {
  .l-main__about-circle-arrow {
    transform: translateY(-80%);
  }
}

/* ============================================
// point
// ==========================================*/
.l-main__point-heading, .l-main__test-heading {
  color: #56b796;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: 0.2em;
  margin-bottom: 1.25em;
}
@media screen and (min-width: 768px) {
  .l-main__point-heading, .l-main__test-heading {
    font-size: 24px;
  }
}
.l-main__point-heading::before, .l-main__test-heading::before {
  content: attr(data-title);
  display: block;
  font-size: 58.3333333333%;
  border-left: 3px solid #56b796;
  writing-mode: vertical-rl;
  margin-bottom: 1.5em;
  padding-left: 0.25em;
}
@media screen and (min-width: 768px) {
  .l-main__point-content {
    padding: 40px 0;
  }
}
.l-main__point-image {
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
  width: 100%;
  max-width: 100vw;
}
@media screen and (min-width: 768px) {
  .l-main__point-image {
    width: calc(100% + 50vw);
  }
}
@media screen and (max-width: 767px) {
  .l-main__point-image.--left {
    transform: translateX(-2.5rem);
  }
}
@media screen and (min-width: 768px) {
  .l-main__point-image.--left {
    margin-left: calc(50% - 50vw);
  }
}
@media screen and (max-width: 767px) {
  .l-main__point-image.--right {
    transform: translateX(2.5rem);
  }
}
@media screen and (min-width: 768px) {
  .l-main__point-image.--right {
    margin-right: calc(50% - 50vw);
  }
}

.l-main__point-cases {
  margin-left: auto;
  margin-right: auto;
  max-width: 1200px;
}

.l-main__point-case {
  border-radius: 60px;
  background-color: #ededed;
  padding: 32px 80px;
  position: relative;
}
.l-main__point-case::before {
  content: "";
  position: absolute;
  top: -36px;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 22px 38px 22px;
  border-color: transparent transparent #EDEDED transparent;
}
.l-main__point-case::after {
  position: absolute;
  top: 50%;
  right: 0;
  content: "CASE";
  color: #56b796;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0.2em;
  writing-mode: vertical-lr;
  border-left: 3px solid #56b796;
  padding-left: 0.5em;
  transform: translate(-75%, -50%);
}

/* ============================================
// class
// ==========================================*/
.l-main__class-wrap, .l-main__ob-wrap {
  border-radius: 60px;
  background-color: #ededed;
  padding: 48px 24px;
  position: relative;
}
@media screen and (min-width: 768px) {
  .l-main__class-wrap, .l-main__ob-wrap {
    padding: 48px 40px;
  }
}
@media screen and (min-width: 1280px) {
  .l-main__class-wrap, .l-main__ob-wrap {
    padding: 48px 64px;
  }
}
.l-main__class-wrap::before, .l-main__ob-wrap::before {
  content: "";
  position: absolute;
  top: -36px;
  right: 0;
  transform: translateX(-200%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 22px 38px 22px;
  border-color: transparent transparent #ededed transparent;
}

.l-main__class-slider-prev, .l-main__ob-slider-prev, .l-main__class-slider-next, .l-main__ob-slider-next {
  position: absolute;
  top: 50%;
  width: 40px;
}
@media screen and (min-width: 768px) {
  .l-main__class-slider-prev, .l-main__ob-slider-prev, .l-main__class-slider-next, .l-main__ob-slider-next {
    width: 54px;
  }
}
.l-main__class-slider-prev, .l-main__ob-slider-prev {
  left: 0;
  transform: translate(-50%, -50%);
}
.l-main__class-slider-next, .l-main__ob-slider-next {
  right: 0;
  transform: translate(50%, -50%);
}
.l-main__class-slider-pagination, .l-main__ob-slider-pagination {
  position: static;
  margin-top: 40px;
}
.l-main__class-slider-pagination .swiper-pagination-bullet, .l-main__ob-slider-pagination .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background: transparent;
  border: 1px solid #56b796;
}
.l-main__class-slider-pagination .swiper-pagination-bullet-active, .l-main__ob-slider-pagination .swiper-pagination-bullet-active {
  background: #56b796;
}

.l-main__class-slide-image {
  height: 138px;
  margin-bottom: 16px;
}
@media screen and (min-width: 768px) {
  .l-main__class-slide-image {
    height: 138px;
    margin-bottom: 24px;
  }
}
.l-main__class-slide-heading {
  text-align: center;
  border-top: 2px solid #56b796;
  border-bottom: 2px solid #56b796;
  margin-bottom: 1rem;
  padding: 12px 0;
}
.l-main__class-slide-heading-top {
  font-size: 13px;
  border-bottom: 2px dashed #56b796;
  padding-bottom: 12px;
}
.l-main__class-slide-heading-middle {
  line-height: 1.5;
  padding: 12px 0;
}
.l-main__class-slide-heading-bottom {
  font-size: 13px;
  border-top: 2px dashed #56b796;
  padding-top: 12px;
}
.l-main__class-slide-text {
  font-size: 14px;
}

/* ============================================
// value
// ==========================================*/
.l-main__value-block {
  border: 5px solid #56b796;
}
.l-main__value-block-heading {
  font-size: 20px;
  letter-spacing: 0.07em;
  padding: 14px 0.5em;
  border-bottom: 5px solid #56b796;
}
@media screen and (min-width: 768px) {
  .l-main__value-block-heading {
    font-size: 40px;
    padding: 0.25em 0.5em;
  }
}
.l-main__value-block-title {
  font-size: 20px;
  letter-spacing: 0.2em;
  writing-mode: vertical-rl;
  padding: 14px 0.5em 24px;
  border-right: 5px solid #56b796;
}
@media screen and (min-width: 768px) {
  .l-main__value-block-title {
    font-size: 40px;
    padding: 0.25em 0.5em 1em 0.5em;
  }
}
.l-main__value-block-content {
  padding: 20px 24px;
}
@media screen and (min-width: 768px) {
  .l-main__value-block-content {
    padding: 40px 56px;
  }
}
.l-main__value-block-text {
  line-height: 2;
}

/* ============================================
// test
// ==========================================*/
.l-main__test-heading span {
  font-size: 50%;
  margin-bottom: 1.5em;
}
.l-main__test-graph {
  margin: 0 auto;
  max-width: 340px;
}

.l-main__symbol {
  border-radius: 60px;
  background-color: #ededed;
  max-width: 640px;
  padding: 48px 32px 40px;
}
@media screen and (min-width: 768px) {
  .l-main__symbol {
    margin: 0 auto;
    padding: 28px 80px 28px 112px;
  }
}
.l-main__symbol-mark {
  position: absolute;
  top: 0;
  right: 0;
  width: 100px;
  transform: translate(-50%, -50%);
}
@media screen and (min-width: 768px) {
  .l-main__symbol-mark {
    width: 120px;
    top: 50%;
    left: 0;
    right: auto;
    transform: translate(-50%, -50%);
  }
}

/* ============================================
// people
// ==========================================*/
.l-main__people-intro {
  background: url("../images/main-people01_sp.jpg") no-repeat center/cover;
  aspect-ratio: 15/11;
}
@media screen and (min-width: 768px) {
  .l-main__people-intro {
    background-image: url("../images/main-people01.jpg");
    aspect-ratio: 5/3;
  }
}
/* ============================================
// founder,message
// ==========================================*/
.l-main__founder-wrap {
  max-width: 620px;
  margin: 0 auto;
}

.l-main__message-title {
  font-size: 20px;
  line-height: 1.7;
  letter-spacing: 0.2em;
  margin-bottom: 1em;
}
@media screen and (min-width: 768px) {
  .l-main__message-title {
    font-size: 40px;
    margin-bottom: 0.75em;
  }
}

/* ============================================
// staff
// ==========================================*/
.l-main__staff-block-message-title {
  font-size: 18px;
  letter-spacing: 0.2em;
  line-height: 1.7;
  margin: 1.5em 0 0.5em;
}
@media screen and (min-width: 768px) {
  .l-main__staff-block-message-title {
    font-size: 24px;
  }
  .l-main__staff-block .l-main__career-text {
    min-height: 96px;
  }
}
@media screen and (min-width: 1280px) {
  .l-main__staff-block .l-main__career-text {
    min-height: auto;
  }
}

/* ============================================
// ob
// ==========================================*/
.l-main__ob-wrap::before {
  content: none;
}
.l-main__ob-title span {
  position: relative;
}
.l-main__ob-title span::before {
  position: absolute;
  top: 0;
  right: 0;
  content: url("../images/heading-accent.svg");
  display: inline-block;
  transform: translate(180%, 15%);
}
@media screen and (min-width: 768px) {
  .l-main__ob-title span::before {
    top: 0;
    right: 0;
    transform: translate(200%, -30%);
  }
}

.l-main__ob-slide-name {
  margin-bottom: 1.25em;
}
.l-main__ob-slide-name-ja {
  font-size: 22px;
  font-weight: bold;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 768px) {
  .l-main__ob-slide-name-ja {
    font-size: 25px;
  }
}
.l-main__ob-slide-name-ja span {
  font-size: 50%;
  margin-left: 0.5em;
}
.l-main__ob-slide-name-en {
  font-weight: bold;
  font-size: 10px;
  letter-spacing: 0.1em;
  margin-top: 0.5em;
}
.l-main__ob-slide-image {
  margin-bottom: 1rem;
}
.l-main__ob-slide-message {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.8;
  letter-spacing: 0.2em;
  margin: 2.5em 0 1em;
}
@media screen and (min-width: 768px) {
  .l-main__ob-slide-message {
    font-size: 20px;
  }
}
.l-main__ob-slide-text {
  font-size: 14px;
}
@media screen and (min-width: 768px) {
  .l-main__ob-slide .l-main__career-text {
    min-height: 151px;
  }
}
@media screen and (min-width: 1024px) {
  .l-main__ob-slide .l-main__career-text {
    min-height: 127px;
  }
}

/* ============================================
// news
// ==========================================*/
.l-main__news-banner {
  position: relative;
}
.l-main__news-banner::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  background-color: rgba(0, 0, 0, 0);
  width: 100%;
  height: 100%;
  transition: background-color 0.25s ease;
}
@media (hover: hover) {
  .l-main__news-banner:hover::before {
    background-color: rgba(0, 0, 0, 0.2);
  }
}
.l-main__news-banner-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}
.l-main__news-banner-content > img {
  margin-left: auto;
  margin-right: auto;
  height: 24px;
  margin-bottom: 8px;
}
.l-main__news-banner-content > span {
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.12em;
}
@media screen and (min-width: 768px) {
  .l-main__news-banner-content > span {
    font-size: 18px;
  }
}

/* ============================================
// apply
// ==========================================*/
.l-main__apply-top {
  background: url("../images/main-apply01_sp.jpg") no-repeat center/cover;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  aspect-ratio: 75/32;
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .l-main__apply-top {
    background-image: url("../images/main-apply01.jpg");
    aspect-ratio: 25/5.3;
  }
}
.l-main__apply-top::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  background-color: rgba(0, 0, 0, 0.2);
  width: 100%;
  height: 100%;
  transition: background-color 0.25s ease;
  z-index: -1;
}
@media (hover: hover) {
  .l-main__apply-top:hover::before {
    background-color: rgba(0, 0, 0, 0.4);
  }
}
.l-main__apply-left, .l-main__apply-right {
  background: url("../images/main-apply02.jpg") no-repeat center/cover;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  aspect-ratio: 9/5;
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .l-main__apply-left, .l-main__apply-right {
    aspect-ratio: 5/2;
  }
}
.l-main__apply-left::before, .l-main__apply-right::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  background-color: rgba(0, 0, 0, 0.2);
  width: 100%;
  height: 100%;
  transition: background-color 0.25s ease;
  z-index: -1;
}
@media (hover: hover) {
  .l-main__apply-left:hover::before, .l-main__apply-right:hover::before {
    background-color: rgba(0, 0, 0, 0.4);
  }
}
.l-main__apply-right {
  background-image: url("../images/main-apply03.jpg");
}
.l-main__apply-text, .l-main__apply-text-en {
  color: #ffffff;
}

/* ============================================
// page
// ==========================================*/
.l-page__cover {
  margin-top: 152px;
  margin-bottom: 32px;
}
@media screen and (min-width: 768px) {
  .l-page__cover {
    margin-top: 208px;
    margin-bottom: 88px;
  }
}
.l-page__cover-title {
  color: #56b796;
  font-size: 24px;
  font-weight: bold;
  letter-spacing: 0.2em;
}
@media screen and (min-width: 768px) {
  .l-page__cover-title {
    font-size: 40px;
  }
}
.l-page__cover-title::before {
  content: attr(data-title);
  display: block;
  font-size: 40%;
  font-weight: 500;
  margin-bottom: 1.5em;
}

.l-page__wrap {
  margin-bottom: 120px;
}
@media screen and (min-width: 768px) {
  .l-page__wrap {
    margin-bottom: 180px;
  }
}

.l-page__bread {
  margin-bottom: 32px;
}
@media screen and (min-width: 768px) {
  .l-page__bread {
    margin-bottom: 88px;
  }
}
.l-page__bread * {
  font-size: 10px;
}
@media screen and (min-width: 768px) {
  .l-page__bread * {
    font-size: 13px;
  }
}
.l-page__bread-list {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  -moz-column-gap: 0.5em;
       column-gap: 0.5em;
}
.l-page__bread-list-item:not(:last-child)::after {
  display: inline-block;
  content: ">";
  margin-left: 0.5em;
}
.l-page__bread-list-item[aria-current=page] {
  color: #56b796;
}
.l-page__bread-list-item > a:hover {
  text-decoration: underline;
}

.l-page__h2, .p-fc__about-title {
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 0.18em;
  margin-bottom: 1em;
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  .l-page__h2, .p-fc__about-title {
    font-size: 32px;
  }
}

.l-page__sns-box {
  display: flex;
  justify-content: center;
  gap: 1rem;
  margin-top: 40px;
}
@media screen and (min-width: 768px) {
  .l-page__sns-box {
    margin-top: 80px;
  }
}
.l-page__sns-button {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 3rem;
  height: 3rem;
  box-sizing: border-box;
  border-radius: 50%;
  color: #ffffff;
  font-size: 1.5rem;
  text-align: center;
  text-decoration: none;
  transition: 0.3s;
}
.l-page__sns-button svg {
  fill: #ffffff;
}
.l-page__sns-button.btn-x {
  background-color: #111319;
}
.l-page__sns-button.btn-facebook {
  background-color: #375A94;
}
.l-page__sns-button.btn-line {
  background-color: #5DB40F;
}
.l-page__sns-button.btn-pinterest {
  background-color: #B83026;
}
.l-page__sns-button:hover {
  opacity: 0.8;
}

/* ============================================
// asobiba
// ==========================================*/
#asobiba {
  margin-top: 114px;
  margin-bottom: 32px;
}
@media screen and (min-width: 768px) {
  #asobiba {
    margin-top: 108px;
  }
}

.p-asobiba__mv-wrap{
  display: flex;
  flex-direction: column;
  gap: 2.5rem;
}

@media (min-width: 768px){
  .p-asobiba__mv-wrap{
    flex-direction: row;
    gap: 5rem;
  }
}

.p-asobiba__mv-wrap-left{
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 1.25rem;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

@media (min-width: 768px){
  .p-asobiba__mv-wrap-left{
    gap: 2rem;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media screen and (min-width: 768px) {
  .p-asobiba__mv-wrap-left {
    width: 50%;
  }
}

@media screen and (min-width: 1024px) {
  .p-asobiba__mv-image > img {
    min-width: 350px;
  }
}

.p-asobiba__mv-title {
  font-size: 20px;
  line-height: 1.2;
  letter-spacing: 0.2em;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .p-asobiba__mv-title {
    font-size: 28px;
  }
}

.p-asobiba__mv-link{
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.p-asobiba__mv-link-item{
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 104px;
}

@media (min-width: 1024px){
  .p-asobiba__mv-link-item{
    gap: 8rem;
  }
}

.p-asobiba__mv-link-item {
  font-weight: 500;
  background-color: #fbc600;
  padding: 12px;
  border-radius: 10px;
}
@media (hover: hover) {
  .p-asobiba__mv-link-item:hover {
    opacity: 0.8;
  }
}
@media screen and (min-width: 1024px) {
  .p-asobiba__mv-link-item {
    padding: 12px 24px;
  }
}

.bg-green{
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 3rem;
  background-color: #58af8e;
}
@media screen and (min-width: 1024px) {
  .bg-green {
    padding: 12px 24px;
  }
}

.p-asobiba__mv-link-item-left{
  display: flex;
  align-items: center;
  gap: 1rem;
}
.p-asobiba__mv-link-item-left img {
  width: 20px;
}
@media screen and (min-width: 768px) {
  .p-asobiba__mv-link-item-left img {
    width: 24px;
  }
}

.p-asobiba__mv-link-item-text {
  font-size: 12px;
  line-height: 1.6;
  letter-spacing: 0.2em;
}
@media screen and (min-width: 768px) {
  .p-asobiba__mv-link-item-text {
    font-size: 17px;
  }
}

.p-asobiba__mv-link-item-right-image {
  width: 14px;
}

@media screen and (min-width: 768px) {
  .p-asobiba__mv-wrap-right {
    width: 50%;
  }
  .p-asobiba__mv-image-right > img {
    aspect-ratio: 1/1.1;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

.p-asobiba__intro{
  margin-bottom: 2.75rem;
}

@media (min-width: 768px){
  .p-asobiba__intro{
    margin-bottom: 3.5rem;
  }
}

.p-asobiba__intro-wrap{
  display: flex;
  align-items: center;
}

.p-asobiba__intro-image{
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

@media (min-width: 768px){
  .p-asobiba__intro-image{
    flex-direction: row;
    align-items: center;
    gap: 2rem;
  }
}

.p-asobiba__intro-image-left {
  width: 28px;
}
@media screen and (min-width: 768px) {
  .p-asobiba__intro-image-left {
    width: 42px;
  }
}

.rotate-65 {
  transform: rotate(65deg);
}

.p-asobiba__intro-image-right {
  width: 26px;
  margin-left: 8px;
}
@media screen and (min-width: 768px) {
  .p-asobiba__intro-image-right {
    width: 42px;
    margin-left: 0;
  }
}

.p-asobiba__intro-text {
  font-size: 13px;
  font-weight: 500;
  text-align: center;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .p-asobiba__intro-text {
    font-size: 19px;
  }
}

.bg-red {
  background: linear-gradient(transparent 80%, #e73654 80%);
  padding-bottom: 3px;
}
@media screen and (min-width: 768px) {
  .bg-red {
    padding-bottom: 6px;
  }
}

.bg-yellow {
  background: linear-gradient(transparent 80%, #fbc602 80%);
}

.p-asobiba__move{
  margin-bottom: 3rem;
}

@media (min-width: 768px){
  .p-asobiba__move{
    margin-bottom: 88px;
  }
}

.p-asobiba__move-wrap{
  display: flex;
  flex-direction: column;
  gap: 2rem;
}

@media (min-width: 768px){
  .p-asobiba__move-wrap{
    flex-direction: row;
    gap: 2.5rem;
  }
}

@media (min-width: 1024px){
  .p-asobiba__move-wrap{
    gap: 5rem;
  }
}

.p-asobiba__move-wrap-left{
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}

@media (min-width: 768px){
  .p-asobiba__move-wrap-left{
    gap: 2rem;
  }
}
@media screen and (min-width: 768px) {
  .p-asobiba__move-wrap-left {
    width: 50%;
  }
}

.p-asobiba__move-image {
  width: 60%;
}

.p-asobiba__move-intro{
  display: flex;
  align-items: center;
  gap: 1.25rem;
}

.p-asobiba__move-intro-wrap{
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.p-asobiba__move-title {
  font-size: 23px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.18em;
}
@media screen and (min-width: 768px) {
  .p-asobiba__move-title {
    font-size: 36px;
  }
}

.p-asobiba__move-intro-image {
  width: 30px;
}

.p-asobiba__move-intro-text {
  font-size: 13px;
  line-height: 1.4;
  font-weight: bold;
  letter-spacing: 0.08em;
}
@media screen and (min-width: 768px) {
  .p-asobiba__move-intro-text {
    font-size: 15px;
  }
}

.p-asobiba__move-text {
  font-size: 12px;
  line-height: 2;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 768px) {
  .p-asobiba__move-text {
    font-size: 15px;
  }
  .p-asobiba__move-wrap-right {
    width: 50%;
    display: flex;
    align-items: flex-end;
  }
}

.p-asobiba__move-wrap-right-image {
  width: 100%;
}

.p-asobiba__value {
  background: url("../images/asobiba-value-bg-sp.jpg") no-repeat center;
  background-size: cover;
  padding-block: 48px;
  position: relative;
  z-index: 0;
}
@media screen and (min-width: 768px) {
  .p-asobiba__value {
    background-image: url("../images/asobiba-value-bg-pc.jpg");
    padding-block: 180px;
  }
}

.p-asobiba__value-icon {
  width: auto;
}
@media screen and (min-width: 768px) {
  .p-asobiba__value-icon {
    width: 20%;
  }
}

.p-asobiba__title {
  font-size: 17px;
  line-height: 1.8;
  font-weight: bold;
  letter-spacing: 0.2em;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-asobiba__title {
    font-size: 27px;
  }
}

.p-asobiba__value-wrap{
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 1.25rem;
}

@media (min-width: 768px){
  .p-asobiba__value-wrap{
    gap: 2.5rem;
  }
}

.p-asobiba__value-wrap {
  background-color: #ffffff;
  padding: 28px 16px;
  border-radius: 24px;
}
@media screen and (min-width: 768px) {
  .p-asobiba__value-wrap {
    border-radius: 40px;
    padding: 80px 32px;
  }
  .p-asobiba__value-image {
    width: 60%;
  }
}

.p-asobiba__value-content{
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

@media (min-width: 768px){
  .p-asobiba__value-content{
    gap: 2.5rem;
  }
}

.p-asobiba__value-content {
  padding: 0 6px;
}
@media screen and (min-width: 1024px) {
  .p-asobiba__value-content {
    padding-right: 100px;
    padding-left: 0px;
  }
}

.p-asobiba__value-content-item{
  display: flex;
  align-items: center;
  gap: 1rem;
}

.p-asobiba__value-content-item-image {
  width: 50px;
}
@media screen and (min-width: 768px) {
  .p-asobiba__value-content-item-image {
    width: 65px;
  }
}

.p-asobiba__value-content-item-text p:nth-child(1) {
  font-size: 13px;
  line-height: 1.5;
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  .p-asobiba__value-content-item-text p:nth-child(1) {
    font-size: 22px;
  }
}
.p-asobiba__value-content-item-text p:nth-child(2) {
  font-size: 12px;
  line-height: 1.5;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .p-asobiba__value-content-item-text p:nth-child(2) {
    font-size: 18px;
  }
}

.p-asobiba__flow{
  padding-top: 5rem;
  padding-bottom: 5rem;
}

@media (min-width: 768px){
  .p-asobiba__flow{
    padding-top: 8rem;
    padding-bottom: 8rem;
  }
}

.p-asobiba__flow {
  background-color: #f3f0e9;
}

@media screen and (min-width: 768px) {
  .p-asobiba__flow-logo > img {
    width: 80px;
  }
}

.p-asobiba__flow-center{
  margin-bottom: 2rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.75rem;
}

@media (min-width: 768px){
  .p-asobiba__flow-center{
    margin-bottom: 3.5rem;
    gap: 2rem;
  }
}

.p-asobiba__flow-content{
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.5rem;
}

@media (min-width: 768px){
  .p-asobiba__flow-content{
    gap: 1rem;
  }
}

.p-asobiba__flow-content-item{
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

@media (min-width: 768px){
  .p-asobiba__flow-content-item{
    flex-direction: row;
    gap: 2rem;
  }
}

@media (min-width: 1024px){
  .p-asobiba__flow-content-item{
    gap: 3rem;
  }
}

.p-asobiba__flow-content-item {
  background-color: #ffffff;
  padding: 16px 32px;
  border-radius: 20px;
}
@media screen and (min-width: 768px) {
  .p-asobiba__flow-content-item {
    padding: 32px 64px;
    max-width: 840px;
  }
}

.step2{
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

@media (min-width: 768px){
  .step2{
    gap: 2rem;
  }
}

.p-asobiba__flow-content-item-header{
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

@media (min-width: 768px){
  .p-asobiba__flow-content-item-header{
    gap: 2rem;
  }
}
@media screen and (min-width: 768px) {
  .p-asobiba__flow-content-item-header {
    width: 25%;
  }
}

.p-asobiba__flow-content-item-header-image {
  width: 70px;
}
@media screen and (min-width: 768px) {
  .p-asobiba__flow-content-item-header-image {
    width: 90px;
  }
}

.p-asobiba__flow-content-item-header-title {
  font-size: 17px;
  font-weight: bold;
  line-height: 1.2;
  letter-spacing: 0.08em;
}
@media screen and (min-width: 768px) {
  .p-asobiba__flow-content-item-header-title {
    font-size: 23px;
  }
}

.p-asobiba__flow-content-item-header-text {
  font-size: 12px;
  line-height: 1.8;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 768px) {
  .p-asobiba__flow-content-item-header-text {
    font-size: 16px;
    display: flex;
    align-self: end;
    width: 75%;
  }
}

.p-asobiba__flow-content-image {
  width: 16px;
}
@media screen and (min-width: 768px) {
  .p-asobiba__flow-content-image {
    width: 24px;
  }
}

.p-asobiba__flow-content-item-top{
  margin-bottom: 0.5rem;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

@media (min-width: 768px){
  .p-asobiba__flow-content-item-top{
    flex-direction: row;
    align-items: flex-start;
    gap: 1.5rem;
  }
}

@media (min-width: 1024px){
  .p-asobiba__flow-content-item-top{
    gap: 3rem;
  }
}

.p-asobiba__flow-content-item-circles{
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  justify-content: center;
  gap: 1rem;
}

@media (min-width: 768px){
  .p-asobiba__flow-content-item-circles{
    grid-template-columns: repeat(3, minmax(0, 1fr));
    justify-content: flex-start;
    gap: 2rem;
  }
}

@media (min-width: 1024px){
  .p-asobiba__flow-content-item-circles{
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

@media (min-width: 1280px){
  .p-asobiba__flow-content-item-circles{
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }
}

.p-asobiba__flow-content-item-circles {
  align-self: center;
}

.p-asobiba__flow-content-item-circle {
  flex-shrink: 0;
  border-radius: 50%;
  border: 5px solid #e73654;
  width: 80px;
  height: 80px;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-asobiba__flow-content-item-circle {
    width: 110px;
    height: 110px;
  }
}
.p-asobiba__flow-content-item-circle > span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  font-size: 10px;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: 0.08em;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .p-asobiba__flow-content-item-circle > span {
    font-size: 13px;
  }
}

.border-yellow {
  border-color: #fff133;
}

.border-blue {
  border-color: #005585;
}

.border-green {
  border-color: #58af8e;
}

.border-brown {
  border-color: #603348;
}

.p-asobiba__contact{
  padding-top: 3.5rem;
  padding-bottom: 3.5rem;
}

@media (min-width: 768px){
  .p-asobiba__contact{
    padding-top: 6rem;
    padding-bottom: 6rem;
  }
}

.p-asobiba__contact-link{
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
}

@media (min-width: 768px){
  .p-asobiba__contact-link{
    flex-direction: row;
    justify-content: center;
    gap: 2rem;
  }
}

.p-asobiba__contact-link {
  background-color: #e4e3df;
  padding: 24px;
  border-radius: 20px;
}
@media (hover: hover) {
  .p-asobiba__contact-link:hover {
    opacity: 0.8;
  }
}

.p-asobiba__contact-header{
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
}

@media (min-width: 768px){
  .p-asobiba__contact-header{
    gap: 1.5rem;
  }
}

.p-asobiba__contact-header-logo {
  width: 80%;
}

.p-asobiba__contact-header-text {
  text-align: center;
  font-size: 10px;
  line-height: 1.8;
  letter-spacing: 0.2em;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .p-asobiba__contact-header-text {
    font-size: 14px;
  }
}

.p-asobiba__contact-button {
  width: 24px;
}
@media screen and (min-width: 768px) {
  .p-asobiba__contact-button {
    width: 45px;
  }
}

/* ============================================
// club
// ==========================================*/
.p-club__heading {
  margin-top: 152px;
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .p-club__heading {
    margin-top: 208px;
    margin-bottom: 40px;
  }
}
.p-club__heading-title {
  color: #56b796;
  font-size: 24px;
  letter-spacing: 0.2em;
  font-weight: bold;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-club__heading-title {
    font-size: 40px;
  }
}
.p-club__heading-title::before {
  position: absolute;
  top: -2em;
  left: 0;
  content: attr(data-title);
  color: #56b796;
  font-size: 50%;
}
.p-club__heading-button span {
  pointer-events: none;
  background-color: #231815;
  border-radius: 50%;
  margin-left: 8px;
  width: 24px;
  height: 24px;
  position: relative;
}
.p-club__heading-button span::before, .p-club__heading-button span::after {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  content: "";
  background-color: #ffffff;
  width: 12px;
  height: 1px;
}
.p-club__heading-button span::after {
  transform: translate(-50%, -50%) rotate(90deg);
  transition: transform 0.25s ease;
}
.p-club__heading-button.js-active span::after {
  transform: translate(-50%, -50%) rotate(0);
}

.p-club__club-list-item a {
  display: inline-block;
  color: #56b796;
  font-weight: bold;
  text-align: center;
  border-radius: 38px;
  background-color: #ededed;
  padding: 1.5em;
  width: 240px;
  position: relative;
  transition: opacity 0.25s ease;
}
@media screen and (min-width: 768px) {
  .p-club__club-list-item a {
    font-size: 18px;
    width: 280px;
  }
}
.p-club__club-list-item a::after {
  position: absolute;
  top: 18px;
  right: 1.5rem;
  content: "";
  display: inline-block;
  border-top: 1px solid #56b796;
  border-right: 1px solid #56b796;
  margin-left: 1.5rem;
  width: 14px;
  height: 14px;
  transform: rotate(135deg);
}
@media screen and (min-width: 768px) {
  .p-club__club-list-item a::after {
    top: 25px;
  }
}
@media (hover: hover) {
  .p-club__club-list-item a:hover {
    opacity: 0.7;
  }
}

.p-club__contact-box {
  border-radius: 26px;
  background: linear-gradient(90deg, rgb(135, 199, 86) 0%, rgb(0, 189, 146) 63.01%);
  margin: 50px 0 96px;
  padding: 40px 24px;
}
@media screen and (min-width: 768px) {
  .p-club__contact-box {
    margin: 100px 0 132px;
    padding: 40px 32px;
  }
}
.p-club__contact-box-title {
  font-size: 20px;
  line-height: 1.5;
  letter-spacing: 0.1em;
  margin-bottom: 1em;
}
@media screen and (min-width: 768px) {
  .p-club__contact-box-title {
    font-size: 24px;
  }
}
.p-club__contact-box-arrow {
  transition: transform 0.25s ease;
}
@media (hover: hover) {
  .p-club__contact-box:hover .p-club__contact-box-arrow {
    transform: translateX(8px);
  }
}

.p-club__class-content {
  margin-bottom: 120px;
}
@media screen and (min-width: 768px) {
  .p-club__class-content {
    margin-bottom: 180px;
  }
}

.p-club__introduce {
  height: 0;
  opacity: 0;
  visibility: hidden;
  transition: height 0.25s ease, opacity 0.25s ease, visibility 0.25s ease;
}
.p-club__introduce.js-active {
  height: auto;
  opacity: 1;
  visibility: visible;
  margin-bottom: 80px;
}
@media screen and (min-width: 768px) {
  .p-club__introduce.js-active {
    margin-bottom: 120px;
  }
}

.p-club__introduce-class-title {
  border-bottom: 3px dashed #56b796;
  font-size: 18px;
  margin-bottom: 1.5rem;
  padding-bottom: 1rem;
}
.p-club__introduce-class-title-button {
  display: flex;
  align-items: center;
  border-radius: 26px;
  background-color: #ededed;
  padding: 0.3em 2em;
}
.p-club__introduce-class-title-button::before {
  background: url("../images/icon-triangle.svg") no-repeat center/contain;
  content: "";
  display: inline-block;
  width: 1em;
  height: 1em;
  margin-right: 0.5em;
}
@media screen and (min-width: 768px) {
  .p-club__introduce-class-copy {
    font-size: 17px;
  }
}

.p-club__main-image {
  aspect-ratio: 27/18;
  overflow: hidden;
}
.p-club__main-button {
  display: inline-block;
  background-color: #ededed;
  text-align: center;
  font-weight: bold;
  letter-spacing: 0.2em;
  border-radius: 26px;
  padding: 1em;
  width: 132px;
  transition: opacity 0.25s ease;
}
@media screen and (max-width: 767px) {
  .p-club__main-button {
    font-size: 12px;
  }
}
@media screen and (min-width: 768px) {
  .p-club__main-button {
    width: 180px;
  }
}
@media (hover: hover) {
  .p-club__main-button:hover {
    opacity: 0.7;
  }
}

.p-club__info-map iframe {
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 767px) {
  .p-club__info-map iframe {
    height: 150px;
  }
}
.p-club__info-detail-wrap {
  padding-left: 0.5em;
  padding-right: 0.5em;
}
.p-club__info-detail-wrap:not(:last-child) {
  border-bottom: 2px dashed #231815;
  margin-bottom: 1em;
  padding-bottom: 1em;
}
.p-club__info-detail {
  border-radius: 26px;
  background-color: #ededed;
  padding: 32px 24px;
}
@media screen and (min-width: 768px) {
  .p-club__info-detail {
    padding: 32px;
  }
  .p-club__info-detail-icon {
    width: 40px;
  }
  .p-club__info-detail-icon img {
    margin: 0 auto;
  }
}

@media screen and (max-width: 1023px) {
  .p-club__info-detail-wrap:last-child .p-club__info-detail-item:first-child {
    border-bottom: 2px dashed #231815;
    margin-bottom: 1em;
    padding-bottom: 1em;
  }
}

.p-club__tel-no {
  background: linear-gradient(90deg, rgb(135, 199, 86) 0%, rgb(0, 189, 146) 63.01%);
  color: #ffffff;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0.1em;
  border-radius: 24px;
  padding: 1em 2em;
  transition: opacity 0.25s ease;
}
@media screen and (min-width: 768px) {
  .p-club__tel-no {
    font-size: 20px;
  }
}
@media (hover: hover) {
  .p-club__tel-no:hover {
    opacity: 200;
  }
}

.p-club__modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 10;
  transition: opacity 0.3s, visibility 0.3s;
}
.p-club__modal:not(:target) {
  opacity: 0;
  visibility: hidden;
}
.p-club__modal-overlay {
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  width: 100vw;
  height: 100vh;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
}
.p-club__modal-inner {
  position: absolute;
  top: 82px;
  left: 50%;
  transform: translateX(-50%);
  background-color: #F1F2F2;
  width: 90vw;
  max-height: calc(90vh - 72px);
  padding: 48px 32px;
  overflow-y: scroll;
  overscroll-behavior: contain;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
@media screen and (min-width: 768px) {
  .p-club__modal-inner {
    top: 128px;
    max-height: calc(90vh - 108px);
    padding: 48px 64px;
  }
}
.p-club__modal-inner::-webkit-scrollbar {
  display: none;
}
.p-club__modal-close {
  position: relative;
  display: flex;
  margin-left: auto;
  width: 28px;
  height: 28px;
}
@media screen and (min-width: 768px) {
  .p-club__modal-close {
    width: 40px;
    height: 40px;
  }
}
.p-club__modal-close::before, .p-club__modal-close::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 2px;
  background-color: #231815;
  transform: translate(-50%, -50%) rotate(45deg);
}
.p-club__modal-close::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}
.p-club__modal-title {
  color: #56b796;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 0.15em;
  margin-top: 2em;
  margin-bottom: 1.5em;
}
@media screen and (min-width: 768px) {
  .p-club__modal-title {
    font-size: 26px;
  }
}
.p-club__modal-subtitle {
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.15em;
  margin: 2em 0 0.5em;
}
@media screen and (min-width: 768px) {
  .p-club__modal-subtitle {
    font-size: 22px;
  }
}
.p-club__modal-h3 {
  color: #56b796;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0.15em;
  margin-top: 2em;
  margin-bottom: 0.5em;
}
@media screen and (min-width: 768px) {
  .p-club__modal-h3 {
    font-size: 18px;
  }
}

.p-club__modal-price-table {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .p-club__modal-price-table tr:not(:last-child) th, .p-club__modal-price-table tr:not(:last-child) td {
    padding-bottom: 1em;
  }
}
@media screen and (max-width: 767px) {
  .p-club__modal-price-table tr:not(:last-child) th {
    padding-bottom: 0.5em;
  }
  .p-club__modal-price-table tr:not(:last-child) td {
    padding-bottom: 0.75em;
  }
}
.p-club__modal-price-table th, .p-club__modal-price-table td {
  text-align: left;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.15em;
  vertical-align: middle;
}
.p-club__modal-price-table th {
  width: 100px;
}
@media screen and (min-width: 768px) {
  .p-club__modal-price-table th {
    width: 140px;
  }
}

.p-club__modal-price-layout.--border {
  border-top: 2px dashed #231815;
  margin-top: 3rem;
  padding-top: 3rem;
}
.p-club__modal-price-label {
  width: -moz-fit-content;
  width: fit-content;
  border-radius: 26px;
  background-color: #ededed;
  color: #56b796;
  font-weight: 500;
  letter-spacing: 0.15em;
  margin-bottom: 1em;
  padding: 0.5em 1em;
}

.p-club__title {
  font-weight: bold;
  font-size: 16px;
  line-height: 1.8;
  margin-bottom: 1em;
}
@media screen and (min-width: 768px) {
  .p-club__title {
    font-size: 18px;
  }
}
.p-club__title span {
  font-size: 18px;
}
@media screen and (min-width: 768px) {
  .p-club__title span {
    font-size: 22px;
  }
}

.p-club__catch {
  color: #56b796;
  font-size: 16px;
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  .p-club__catch {
    font-size: 18px;
  }
}

.p-club__section-border {
  border-bottom: 1px dashed #231815;
  margin-bottom: 32px;
  padding-bottom: 32px;
}
@media screen and (min-width: 768px) {
  .p-club__section-border {
    margin-bottom: 64px;
    padding-bottom: 64px;
  }
}

.p-club__contact {
  margin-left: auto;
  margin-right: auto;
  background: linear-gradient(0deg, rgb(159, 196, 113) 0%, rgb(86, 180, 147) 60%);
  border-radius: 32px;
  max-width: 640px;
  width: 100%;
  padding: 40px 24px;
}
@media screen and (min-width: 768px) {
  .p-club__contact {
    padding: 40px 48px;
  }
}
.p-club__contact * {
  color: #ffffff;
}
.p-club__contact-title {
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 0.12em;
  margin-bottom: 1em;
}
@media screen and (min-width: 768px) {
  .p-club__contact-title {
    font-size: 24px;
  }
}
.p-club__contact-arrow {
  width: 60px;
}

.p-club__news-banner {
  position: relative;
  max-width: 640px;
}
.p-club__news-banner::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  background-color: rgba(0, 0, 0, 0);
  width: 100%;
  height: 100%;
  transition: background-color 0.25s ease;
}
@media (hover: hover) {
  .p-club__news-banner:hover::before {
    background-color: rgba(0, 0, 0, 0.2);
  }
}
.p-club__news-banner-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}
.p-club__news-banner-content > img {
  margin-left: auto;
  margin-right: auto;
  height: 24px;
  margin-bottom: 8px;
}
.p-club__news-banner-content > span {
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.12em;
}
@media screen and (min-width: 768px) {
  .p-club__news-banner-content > span {
    font-size: 18px;
  }
}

/* ============================================
// contact
// ==========================================*/
.p-contact__form-switch-button {
  color: #949494;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 0.15em;
  text-align: center;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  padding: 1em 0.5em;
}
@media screen and (min-width: 768px) {
  .p-contact__form-switch-button {
    padding: 1.5em 1.5em;
    font-size: 18px;
  }
}
.p-contact__form-switch-button.js-active {
  color: #ffffff;
  background: linear-gradient(45deg, rgb(159, 196, 113) 0%, rgb(86, 183, 150) 63.01%);
}
.p-contact__form-switch-button:not(.js-active) {
  border-bottom: 4px solid #56b796;
  -o-border-image: linear-gradient(to right, rgb(159, 196, 113) 0%, rgb(86, 183, 150) 100%);
     border-image: linear-gradient(to right, rgb(159, 196, 113) 0%, rgb(86, 183, 150) 100%);
  border-image-slice: 1;
}

.p-contact__form {
  opacity: 0;
  visibility: hidden;
  height: 0;
  transition: opacity 0.25s ease, visibility 0.25s ease, height 0.25s ease;
}
.p-contact__form.js-active {
  height: auto;
  opacity: 1;
  visibility: visible;
}
.p-contact__form-select {
  width: 100%;
  max-width: 240px;
  position: relative;
}
.p-contact__form-select::before {
  position: absolute;
  top: 50%;
  right: 1.5rem;
  content: "";
  border-top: 1px solid #231815;
  border-right: 1px solid #231815;
  width: 0.5rem;
  height: 0.5rem;
  transform: translateY(-75%) rotate(135deg);
}
.p-contact__form-error {
  color: #e97000;
  font-size: 12px;
  margin-top: 4px;
}

.p-contact__form-table {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .p-contact__form-table tr:not(:last-child) th {
    padding-bottom: 2.5em;
  }
}
.p-contact__form-table tr:not(:last-child) td {
  padding-bottom: 2em;
}
@media screen and (min-width: 768px) {
  .p-contact__form-table tr:not(:last-child) td {
    padding-bottom: 2.5em;
  }
}
.p-contact__form-table th, .p-contact__form-table td {
  text-align: left;
  line-height: 1.5;
  letter-spacing: 0.15em;
}
@media screen and (max-width: 767px) {
  .p-contact__form-table th, .p-contact__form-table td {
    display: block;
  }
  .p-contact__form-table th {
    padding-bottom: 0.5em;
  }
}
@media screen and (min-width: 768px) {
  .p-contact__form-table th {
    width: 280px;
  }
}
.p-contact__form-table th.required::after {
  display: inline-block;
  content: "※";
  color: #e97000;
  margin-left: 1em;
}
.p-contact__form-table input[type=text], .p-contact__form-table input[type=tel], .p-contact__form-table input[type=email], .p-contact__form-table textarea, .p-contact__form-table select {
  width: 100%;
  padding: 0.5em;
  border: 1px solid #ededed;
  border-radius: 5px;
  max-width: 580px;
}
.p-contact__form-table input::-webkit-input-placeholder {
  color: #949494;
  letter-spacing: 0.15em;
}
.p-contact__form-table input[type=date] {
  letter-spacing: 0.15em;
  border: 1px solid #ededed;
  border-radius: 5px;
  padding: 0.5em;
  width: 100%;
  max-width: 240px;
}
.p-contact__form-table select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.p-contact__form-table select.not-selected {
  color: #949494;
}
.p-contact__form-table select::-ms-expand {
  display: none;
}

.p-contact__submit-button {
  cursor: pointer;
  background: linear-gradient(45deg, rgb(159, 196, 113) 0%, rgb(86, 183, 150) 63.01%);
  color: #ffffff;
  font-weight: bold;
  letter-spacing: 0.15em;
  text-align: center;
  border-radius: 14px;
  display: inline-block;
  padding: 1em 3em;
  transition: opacity 0.25s ease;
}
@media (hover: hover) {
  .p-contact__submit-button:hover {
    opacity: 0.7;
  }
}

.p-contact__policy {
  border: 1px solid #231815;
  font-size: 12px;
  letter-spacing: 0.15em;
  padding: 1.5rem;
  overflow-y: scroll;
  max-height: 400px;
}
.p-contact__policy h2 {
  font-size: 15px;
  font-weight: bold;
  margin-bottom: 1em;
}
.p-contact__policy h3 {
  font-size: 13px;
  font-weight: bold;
  margin: 1.5em 0 1em;
}
.p-contact__policy p {
  font-weight: 500;
}
.p-contact__policy ol {
  margin: 1em 0 1.5em 2em;
}
.p-contact__policy ol li {
  line-height: 1.8;
  font-weight: 500;
  text-indent: -1em;
  list-style-type: none;
  counter-increment: cnt;
}
.p-contact__policy ol li::before {
  content: "(" counter(cnt) ") ";
  display: inline-block;
  width: 1em;
  margin-right: 0.5em;
}

.p-contact__button-top {
  cursor: pointer;
  background: linear-gradient(45deg, rgb(159, 196, 113) 0%, rgb(86, 183, 150) 63.01%);
  color: #ffffff;
  font-weight: bold;
  letter-spacing: 0.15em;
  text-align: center;
  border-radius: 14px;
  display: inline-block;
  padding: 1em 3em;
  transition: opacity 0.25s ease;
}

/* ============================================
// fc
// ==========================================*/
.p-fc__cover {
  margin-top: 72px;
}
@media screen and (min-width: 768px) {
  .p-fc__cover {
    margin-top: 108px;
  }
}
.p-fc__cover-title {
  position: absolute;
  top: 0;
  left: 0;
}
.p-fc__cover-title-ja {
  display: block;
  background-color: #ffffff;
  font-size: 24px;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (min-width: 768px) {
  .p-fc__cover-title-ja {
    font-size: 48px;
  }
}
.p-fc__cover-title-en {
  display: block;
  background-color: #ffffff;
  font-size: 14px;
  font-weight: bold;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (min-width: 768px) {
  .p-fc__cover-title-en {
    font-size: 24px;
  }
}

.p-fc__about {
  background-color: #EFEFEF;
}
.p-fc__about-title {
  border-left: 3px solid #231815;
  padding-left: 16px;
}
@media screen and (min-width: 768px) {
  .p-fc__about-title {
    padding-left: 24px;
    padding-bottom: 1.5em;
  }
}
.p-fc__about-title span {
  display: block;
  font-size: 0.5em;
}
.p-fc__about-content img {
  width: 120px;
}
@media screen and (min-width: 768px) {
  .p-fc__about-content img {
    width: 160px;
  }
}

.p-fc__leader-slide {
  position: relative;
  padding-left: 32px;
}
@media screen and (min-width: 768px) {
  .p-fc__leader-slide {
    padding-left: 64px;
  }
}
.p-fc__leader-title {
  font-size: 20px;
  text-align: center;
  margin-bottom: 2.5em;
}
@media screen and (min-width: 768px) {
  .p-fc__leader-title {
    font-size: 24px;
  }
}
.p-fc__leader-content {
  position: absolute;
  top: 0;
  left: 0;
}
.p-fc__leader-content span {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
}
.p-fc__leader-content-role {
  font-size: 12px;
}
.p-fc__leader-content-name {
  font-size: 20px;
  font-weight: bold;
  margin-block: 4px 6px;
}
.p-fc__leader-content-name-en {
  font-size: 14px;
}

.p-fc__merit {
  background-color: #EFEFEF;
  padding-block: 44px 60px;
}
@media screen and (min-width: 768px) {
  .p-fc__merit {
    padding-block: 88px 120px;
  }
}

.p-fc__merit-block {
  background-color: #ffffff;
  border-radius: 24px;
  padding: 32px 18px;
}
@media screen and (min-width: 768px) {
  .p-fc__merit-block {
    padding: 48px 32px;
  }
}
@media screen and (min-width: 1280px) {
  .p-fc__merit-block {
    padding: 48px;
  }
}
.p-fc__merit-block:not(:last-child) {
  margin-bottom: 40px;
}
@media screen and (min-width: 768px) {
  .p-fc__merit-block:not(:last-child) {
    margin-bottom: 48px;
  }
}
.p-fc__merit-block-no {
  color: #56b796;
  font-size: 12px;
  font-weight: bold;
  letter-spacing: 0.18em;
  margin: 0 auto 1.5em;
  padding-bottom: 0.35em;
  border-bottom: 3px solid #56b796;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (min-width: 768px) {
  .p-fc__merit-block-no {
    font-size: 14px;
  }
}
.p-fc__merit-block-heading {
  text-align: center;
}
.p-fc__merit-block-title {
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 0.18em;
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  .p-fc__merit-block-title {
    font-size: 20px;
  }
}
.p-fc__merit-block-title span {
  display: inline-block;
  background: linear-gradient(transparent 70%, #fff133 0%);
}
.p-fc__merit-block-content ol {
  padding-left: 1.5em;
  list-style-type: decimal;
}
.p-fc__merit-block-content ol > li {
  line-height: 1.5;
}
.p-fc__merit-block-content ol > li:not(:last-child) {
  margin-bottom: 1em;
}

.p-fc__reason-inner {
  background-color: #FFFFF3;
  padding-block: 44px 60px;
}
@media screen and (min-width: 768px) {
  .p-fc__reason-inner {
    padding-block: 88px 120px;
  }
}
.p-fc__reason-title {
  font-size: 24px;
  line-height: 1.5;
  font-weight: bold;
  text-align: center;
  margin-bottom: 1.5em;
}
@media screen and (min-width: 768px) {
  .p-fc__reason-title {
    font-size: 32px;
  }
}
.p-fc__reason-title::before {
  content: attr(data-title);
  display: block;
  font-size: 2em;
  color: rgba(0, 0, 0, 0);
  -webkit-text-stroke: 1px #231815;
  margin-bottom: 8px;
}
@media screen and (min-width: 768px) {
  .p-fc__reason-title::before {
    font-size: 1.2em;
  }
}

.p-fc__reason-support-blocks {
  margin-inline: auto;
  max-width: 768px;
}

.p-fc__reason-support-block {
  display: flex;
  flex-direction: column;
  border-radius: 16px;
  background-color: #E2E1DE;
  padding: 24px 32px;
  gap: 20px 0;
  position: relative;
}
.p-fc__reason-support-block:not(:last-child) {
  margin-bottom: 24px;
}
@media screen and (min-width: 768px) {
  .p-fc__reason-support-block:not(:last-child) {
    margin-bottom: 40px;
  }
}
.p-fc__reason-support-block:not(:last-child)::before {
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translate(-50%, 8px);
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 8px solid transparent;
  border-left: 8px solid transparent;
  border-top: 10px solid #231815;
  border-bottom: 0;
}
@media screen and (min-width: 768px) {
  .p-fc__reason-support-block:not(:last-child)::before {
    transform: translate(-50%, 12px);
    border-right: 10px solid transparent;
    border-left: 10px solid transparent;
    border-top: 14px solid #231815;
  }
  .p-fc__reason-support-block {
    flex-direction: row;
    gap: 0 40px;
    align-items: center;
    justify-content: center;
    padding: 32px 48px;
  }
}
.p-fc__reason-support-block-heading {
  display: flex;
  align-items: center;
  -moz-column-gap: 32px;
       column-gap: 32px;
}
@media screen and (max-width: 767px) {
  .p-fc__reason-support-block-heading {
    justify-content: center;
  }
}
@media screen and (min-width: 768px) {
  .p-fc__reason-support-block-heading {
    width: 33.3333333333%;
  }
}
.p-fc__reason-support-block-image {
  width: 40px;
}
@media screen and (min-width: 768px) {
  .p-fc__reason-support-block-image {
    width: 56px;
  }
}
.p-fc__reason-support-block-no {
  color: #56b796;
  font-size: 12px;
  font-weight: bold;
  letter-spacing: 0.18em;
  margin-bottom: 0.35em;
  padding-bottom: 0.35em;
  border-bottom: 3px solid #56b796;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (min-width: 768px) {
  .p-fc__reason-support-block-no {
    font-size: 14px;
  }
}
.p-fc__reason-support-block-title {
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 0.18em;
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  .p-fc__reason-support-block-title {
    font-size: 20px;
  }
  .p-fc__reason-support-block-text {
    width: 66.6666666667%;
  }
}

.p-fc__reason-plan-block {
  border-radius: 50%;
  border: 10px solid #E2E1DE;
  aspect-ratio: 1/1;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-fc__reason-plan-block {
    width: 240px;
  }
}
.p-fc__reason-plan-block-inner {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  padding-inline: 1.5rem;
}
.p-fc__reason-plan-block-title {
  display: block;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  letter-spacing: 0.18em;
  margin-bottom: 0.5em;
}
@media screen and (min-width: 1024px) {
  .p-fc__reason-plan-block-title {
    font-size: 24px;
  }
}
.p-fc__reason-plan-block-title span {
  display: inline-block;
  background: linear-gradient(transparent 70%, #fff133 0%);
}
.p-fc__reason-plan-block-text {
  font-size: 14px;
  line-height: 1.5;
  font-weight: bold;
  height: 4.5em;
}
@media screen and (min-width: 1024px) {
  .p-fc__reason-plan-block-text {
    font-size: 18px;
  }
}

.p-fc__plan.--bg {
  background-color: #EFEFEF;
  padding-block: 48px;
}
@media screen and (min-width: 768px) {
  .p-fc__plan.--bg {
    padding-block: 96px;
  }
}

.p-fc__plan-heading {
  display: flex;
  flex-direction: column;
  gap: 0 16px;
  margin-bottom: 40px;
}
@media screen and (min-width: 768px) {
  .p-fc__plan-heading {
    flex-direction: row;
    align-items: end;
    gap: 0 64px;
    margin-bottom: 64px;
  }
}
.p-fc__plan-heading-title {
  display: block;
  font-size: 25px;
  font-weight: bold;
  text-align: center;
  letter-spacing: 0.15em;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .p-fc__plan-heading-title {
    margin-bottom: 0.5em;
  }
}
@media screen and (min-width: 768px) {
  .p-fc__plan-heading-title {
    font-size: 32px;
  }
}
.p-fc__plan-heading-title span {
  display: inline-block;
  background: linear-gradient(transparent 70%, #fff133 0%);
}

.p-fc__case-title {
  display: flex;
  flex-direction: column;
  align-items: baseline;
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 1.5em;
}
@media screen and (min-width: 768px) {
  .p-fc__case-title {
    font-size: 18px;
    flex-direction: row;
  }
}
.p-fc__case-title-en {
  display: inline-block;
  color: #56b796;
  font-size: 12px;
  font-weight: bold;
  letter-spacing: 0.18em;
  margin-right: 2em;
  padding-bottom: 0.35em;
  border-bottom: 3px solid #56b796;
}
@media screen and (min-width: 768px) {
  .p-fc__case-title-en {
    font-size: 14px;
  }
}
.p-fc__case-title-ja {
  display: inline;
  font-weight: 500;
  line-height: 1;
  padding-block: 0.5em;
}
.p-fc__case-title-ja:not(:last-child) {
  border-right: 1px solid #231815;
  margin-right: 1em;
  padding-right: 1em;
}
.p-fc__case-title-text {
  font-size: 14px;
  font-weight: normal;
  line-height: 1.5;
}

.p-fc__table {
  border: 1px solid #707070;
  width: 100%;
}

.p-fc__table thead th {
  background-color: #fffde0;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  letter-spacing: 0.18em;
  padding: 0.6em;
}
@media screen and (min-width: 768px) {
  .p-fc__table thead th {
    font-size: 18px;
  }
}

.p-fc__table tbody th, .p-fc__table tbody td {
  border-top: 1px solid #707070;
  font-weight: 500;
  line-height: 1.5;
  padding: 1rem 0.5rem;
  vertical-align: middle;
}
@media screen and (min-width: 768px) {
  .p-fc__table tbody th, .p-fc__table tbody td {
    padding: 1rem 2rem;
  }
}
.p-fc__table tbody th {
  background-color: #ededed;
  border-right: 1px solid #707070;
  font-size: 14px;
  text-align: center;
  width: 120px;
}
@media screen and (min-width: 768px) {
  .p-fc__table tbody th {
    font-size: 18px;
    width: 240px;
  }
}
@media screen and (max-width: 767px) {
  .p-fc__table tbody td {
    font-size: 12px;
  }
}
.p-fc__table tbody tr.p-fc__table-orange th, .p-fc__table tbody tr.p-fc__table-orange td {
  font-size: 16px;
  background-color: #e6c6ad;
}
@media screen and (min-width: 768px) {
  .p-fc__table tbody tr.p-fc__table-orange th, .p-fc__table tbody tr.p-fc__table-orange td {
    font-size: 20px;
  }
}
.p-fc__table tbody tr.p-fc__table-blue th, .p-fc__table tbody tr.p-fc__table-blue td {
  font-size: 16px;
  background-color: #BFD9E5;
}
@media screen and (min-width: 768px) {
  .p-fc__table tbody tr.p-fc__table-blue th, .p-fc__table tbody tr.p-fc__table-blue td {
    font-size: 20px;
  }
}
.p-fc__table tbody td.p-fc__table-mid-cell {
  border-right: 1px solid #707070;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-fc__table tbody td.p-fc__table-mid-cell {
    padding: 1rem;
  }
}

.p-fc__table-text {
  font-size: 12px;
  font-weight: 500;
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  .p-fc__table-text {
    font-size: 14px;
  }
}
.p-fc__table-text span {
  font-size: 150%;
  color: #C8824B;
}

.p-fc__reason-block {
  max-width: 768px;
}

.p-fc__button {
  margin-left: auto;
  margin-right: auto;
  display: block;
  background-color: #BABABA;
  max-width: 920px;
  text-align: center;
  padding: 1.5rem 1rem;
  transition-duration: 0.2s;
}
@media (hover: hover) {
  .p-fc__button:hover {
    opacity: 0.8;
  }
}
.p-fc__button-title {
  font-size: 24px;
  font-weight: bold;
  letter-spacing: 0.18em;
  margin-bottom: 1em;
}
@media screen and (min-width: 768px) {
  .p-fc__button-title {
    font-size: 32px;
  }
}
.p-fc__button-text {
  font-size: 12px;
  line-height: 1.5;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .p-fc__button-text {
    font-size: 14px;
  }
}

/* ============================================
// sponsors
// ==========================================*/
.p-sponsors__cover-title {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: 0.2em;
  margin: 4em 0 1.5em;
}
@media screen and (min-width: 768px) {
  .p-sponsors__cover-title {
    font-size: 28px;
  }
}

.p-sponsors__summary-title {
  display: flex;
  align-items: center;
  -moz-column-gap: 10px;
       column-gap: 10px;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.3;
  letter-spacing: 0.2em;
}
@media screen and (min-width: 768px) {
  .p-sponsors__summary-title {
    font-size: 20px;
    -moz-column-gap: 32px;
         column-gap: 32px;
  }
}
.p-sponsors__summary-title:not(:last-child) {
  margin-bottom: 32px;
}
@media screen and (min-width: 768px) {
  .p-sponsors__summary-title:not(:last-child) {
    margin-bottom: 40px;
  }
}

.p-sponsors__summary-circle {
  flex-shrink: 0;
  border-radius: 50%;
  border: 3px solid #56b796;
  width: 48px;
  height: 48px;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-sponsors__summary-circle {
    width: 72px;
    height: 72px;
  }
}
.p-sponsors__summary-circle > span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 12px;
  letter-spacing: 0.1em;
  text-align: center;
  line-height: 1.3;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .p-sponsors__summary-circle > span {
    font-size: 16px;
  }
}

@media screen and (max-width: 767px) {
  .p-sponsors__summary-image {
    transform: translateX(2.5rem);
  }
}

.p-sponsors__case-heading {
  margin-bottom: 16px;
}
@media screen and (min-width: 768px) {
  .p-sponsors__case-heading {
    margin-bottom: 32px;
  }
}
.p-sponsors__case-heading-no {
  display: block;
  color: #56b796;
  font-size: 12px;
  font-weight: bold;
  letter-spacing: 0.18em;
  padding-bottom: 0.35em;
  border-bottom: 3px solid #56b796;
  margin-bottom: 1.5em;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (min-width: 768px) {
  .p-sponsors__case-heading-no {
    font-size: 14px;
  }
}
.p-sponsors__case-heading-title {
  font-size: 16px;
  font-weight: bold;
  line-height: 1.3;
  letter-spacing: 0.2em;
}
@media screen and (min-width: 768px) {
  .p-sponsors__case-heading-title {
    font-size: 20px;
  }
}

.p-sponsors__case-list {
  list-style-type: disc;
  padding-left: 1.5em;
}
.p-sponsors__case-list > li:not(:last-child) {
  margin-bottom: 1em;
}

/* ============================================
// component button
// ==========================================*/
/* ============================================
// component color
// ==========================================*/
.c-color-primary {
  color: #56b796;
}

.c-color-base {
  color: #231815;
}

.c-color-black {
  color: #000000;
}

.c-color-white {
  color: #ffffff;
}

.c-color-orange {
  color: #e97000;
}

.c-color-brown-lighter {
  color: #d49e73;
}

.c-color-pink-lighter {
  color: #bb91b1;
}

.c-color-blue-lighter {
  color: #6dbcd0;
}

/* ============================================
// component label
// ==========================================*/
/* ============================================
// component lauout
// ==========================================*/
.container {
  margin-left: auto;
  margin-right: auto;
  max-width: 1200px;
}
.hover\:opacity-70:hover{
  opacity: 0.7;
}
@media (min-width: 640px){
  .sm\:self-auto{
    align-self: auto;
  }
}
@media (min-width: 768px){
  .md\:my-8{
    margin-top: 2rem;
    margin-bottom: 2rem;
  }
  .md\:mb-0{
    margin-bottom: 0px;
  }
  .md\:mb-10{
    margin-bottom: 2.5rem;
  }
  .md\:mb-12{
    margin-bottom: 3rem;
  }
  .md\:mb-16{
    margin-bottom: 4rem;
  }
  .md\:mb-20{
    margin-bottom: 5rem;
  }
  .md\:mb-24{
    margin-bottom: 6rem;
  }
  .md\:mb-3{
    margin-bottom: 0.75rem;
  }
  .md\:mb-32{
    margin-bottom: 8rem;
  }
  .md\:mb-36{
    margin-bottom: 9rem;
  }
  .md\:mb-5{
    margin-bottom: 1.25rem;
  }
  .md\:mb-6{
    margin-bottom: 1.5rem;
  }
  .md\:mb-8{
    margin-bottom: 2rem;
  }
  .md\:mt-10{
    margin-top: 2.5rem;
  }
  .md\:mt-14{
    margin-top: 3.5rem;
  }
  .md\:mt-16{
    margin-top: 4rem;
  }
  .md\:mt-auto{
    margin-top: auto;
  }
  .md\:block{
    display: block;
  }
  .md\:inline{
    display: inline;
  }
  .md\:flex{
    display: flex;
  }
  .md\:hidden{
    display: none;
  }
  .md\:h-full{
    height: 100%;
  }
  .md\:w-1\/2{
    width: 50%;
  }
  .md\:w-1\/3{
    width: 33.333333%;
  }
  .md\:w-1\/4{
    width: 25%;
  }
  .md\:w-2\/3{
    width: 66.666667%;
  }
  .md\:w-3\/4{
    width: 75%;
  }
  .md\:w-52{
    width: 13rem;
  }
  .md\:w-auto{
    width: auto;
  }
  .md\:max-w-md{
    max-width: 28rem;
  }
  .md\:max-w-none{
    max-width: none;
  }
  .md\:grid-cols-2{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .md\:grid-cols-3{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .md\:flex-row{
    flex-direction: row;
  }
  .md\:flex-row-reverse{
    flex-direction: row-reverse;
  }
  .md\:flex-col{
    flex-direction: column;
  }
  .md\:items-start{
    align-items: flex-start;
  }
  .md\:items-end{
    align-items: flex-end;
  }
  .md\:items-center{
    align-items: center;
  }
  .md\:justify-between{
    justify-content: space-between;
  }
  .md\:gap-10{
    gap: 2.5rem;
  }
  .md\:gap-12{
    gap: 3rem;
  }
  .md\:gap-14{
    gap: 3.5rem;
  }
  .md\:gap-16{
    gap: 4rem;
  }
  .md\:gap-4{
    gap: 1rem;
  }
  .md\:gap-6{
    gap: 1.5rem;
  }
  .md\:gap-7{
    gap: 1.75rem;
  }
  .md\:gap-8{
    gap: 2rem;
  }
  .md\:gap-x-10{
    -moz-column-gap: 2.5rem;
         column-gap: 2.5rem;
  }
  .md\:gap-x-12{
    -moz-column-gap: 3rem;
         column-gap: 3rem;
  }
  .md\:gap-x-8{
    -moz-column-gap: 2rem;
         column-gap: 2rem;
  }
  .md\:gap-y-12{
    row-gap: 3rem;
  }
  .md\:px-5{
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
  .md\:py-20{
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
  .md\:pb-10{
    padding-bottom: 2.5rem;
  }
  .md\:pb-16{
    padding-bottom: 4rem;
  }
  .md\:pb-5{
    padding-bottom: 1.25rem;
  }
  .md\:pl-12{
    padding-left: 3rem;
  }
  .md\:pr-12{
    padding-right: 3rem;
  }
  .md\:pt-8{
    padding-top: 2rem;
  }
  .md\:text-center{
    text-align: center;
  }
  .md\:align-top{
    vertical-align: top;
  }
  .md\:text-2xl{
    font-size: 1.5rem;
    line-height: 2rem;
  }
  .md\:text-base{
    font-size: 1rem;
    line-height: 1.5rem;
  }
  .md\:text-lg{
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
  .md\:text-xl{
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
  .md\:font-medium{
    font-weight: 500;
  }
}
@media (min-width: 1024px){
  .lg\:flex{
    display: flex;
  }
  .lg\:w-1\/3{
    width: 33.333333%;
  }
  .lg\:w-2\/3{
    width: 66.666667%;
  }
  .lg\:flex-shrink-0{
    flex-shrink: 0;
  }
  .lg\:grid-cols-3{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .lg\:flex-row{
    flex-direction: row;
  }
  .lg\:items-end{
    align-items: flex-end;
  }
  .lg\:items-center{
    align-items: center;
  }
  .lg\:justify-center{
    justify-content: center;
  }
  .lg\:justify-between{
    justify-content: space-between;
  }
  .lg\:gap-10{
    gap: 2.5rem;
  }
  .lg\:gap-12{
    gap: 3rem;
  }
  .lg\:gap-7{
    gap: 1.75rem;
  }
}
@media (min-width: 1280px){
  .xl\:w-2\/5{
    width: 40%;
  }
  .xl\:grid-cols-3{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .xl\:gap-20{
    gap: 5rem;
  }
  .xl\:gap-24{
    gap: 6rem;
  }
  .xl\:gap-x-12{
    -moz-column-gap: 3rem;
         column-gap: 3rem;
  }
}
@media (min-width: 1536px){
  .\32xl\:gap-20{
    gap: 5rem;
  }
}