@charset "UTF-8";@tailwind base;@tailwind components;@tailwind utilities;@keyframes zoomOut {
    0% {
        transform: scale(1.05)
    }

    to {
        transform: scale(1)
    }
}

@keyframes zoomIn {
    0% {
        transform: scale(.95)
    }

    to {
        transform: scale(1)
    }
}

@keyframes fadeIn {
    0% {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@keyframes fadeOut {
    0% {
        opacity: 1
    }

    to {
        opacity: 0
    }
}

@keyframes fadeInUp {
    0% {
        opacity: 0;
        transform: translateY(20px)
    }

    to {
        opacity: 1;
        transform: translateY(0)
    }
}

@keyframes scrollDown {
    0% {
        transform: translateY(-100%)
    }

    to {
        transform: translateY(100%)
    }
}

@keyframes scrollLeft {
    0% {
        transform: translate(-100%)
    }

    to {
        transform: translate(100%)
    }
}

@keyframes shiny {
    0% {
        -webkit-transform: scale(0) rotate(45deg);
        opacity: 0
    }

    80% {
        -webkit-transform: scale(0) rotate(45deg);
        opacity: .5
    }

    81% {
        -webkit-transform: scale(4) rotate(45deg);
        opacity: 1
    }

    to {
        -webkit-transform: scale(50) rotate(45deg);
        opacity: 0
    }
}

@keyframes menu {
    0% {
        left: 0;
        right: 100%
    }

    40% {
        left: 0;
        right: 0
    }

    60% {
        left: 0;
        right: 0
    }

    to {
        left: 100%;
        right: 0
    }
}

@keyframes slideIn {
    0% {
        top: -100%;
        left: -100%;
        opacity: 0
    }

    to {
        top: 0;
        left: 0;
        opacity: 1
    }
}

@keyframes expand-top-right-circle {
    0% {
        clip-path: circle(0% at 100% 0%)
    }

    to {
        clip-path: circle(150% at 100% 0%)
    }
}

@keyframes expand-bottom-right-circle {
    0% {
        clip-path: circle(0% at 100% 100%)
    }

    to {
        clip-path: circle(150% at 100% 100%)
    }
}

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

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

:before,:after {
    --tw-content: ""
}

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

body {
    margin: 0;
    line-height: inherit
}

hr {
    height: 0;
    color: inherit;
    border-top-width: 1px
}

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

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

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

b,strong {
    font-weight: bolder
}

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

small {
    font-size: 80%
}

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

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

table {
    text-indent: 0;
    border-color: inherit;
    border-collapse: collapse
}
/*
button,input,optgroup,select,textarea {
    font-family: inherit;
    font-feature-settings: inherit;
    font-variation-settings: inherit;
    font-size: 100%;
    font-weight: inherit;
    line-height: inherit;
    letter-spacing: inherit;
    color: inherit;
    margin: 0;
    padding: 0
}

button,select {
    text-transform: none
}

button,input:where([type=button]),input:where([type=reset]),input:where([type=submit]) {
    -webkit-appearance: button;
    background-color: transparent;
    background-image: none
}
*/
:-moz-focusring {
    outline: auto
}

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

progress {
    vertical-align: baseline
}

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

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

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

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit
}

summary {
    display: list-item
}

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
}

dialog {
    padding: 0
}

textarea {
    resize: vertical
}

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

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

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

:disabled {
    cursor: default
}

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

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

[hidden] {
    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
    }
}

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

.invisible {
    visibility: hidden
}

.fixed {
    position: fixed
}

.absolute {
    position: absolute
}

.relative {
    position: relative
}

.bottom-0 {
    bottom: 0
}

.bottom-8 {
    bottom: 2rem
}

.left-0 {
    left: 0
}

.left-8 {
    left: 2rem
}

.left-\[-87\.5px\] {
    left: -87.5px
}

.left-\[24px\] {
    left: 24px
}

.left-\[50\%\] {
    left: 50%
}

.right-0 {
    right: 0
}

.right-8 {
    right: 2rem
}

.right-\[-5\%\] {
    right: -5%
}

.top-0 {
    top: 0
}

.top-\[-160px\] {
    top: -160px
}

.top-\[-48px\] {
    top: -48px
}

.top-\[0\%\] {
    top: 0%
}

.top-\[24px\] {
    top: 24px
}

.top-\[5\%\] {
    top: 5%
}

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

.z-10 {
    z-index: 10
}

.z-20 {
    z-index: 20
}

.z-30 {
    z-index: 30
}

.z-40 {
    z-index: 40
}

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

.mb-1 {
    margin-bottom: .25rem
}

.mb-12 {
    margin-bottom: 3rem
}

.mb-16 {
    /*margin-bottom: 4rem*/
}

.mb-2 {
    margin-bottom: .5rem
}

.mb-24 {
    margin-bottom: 6rem
}

.mb-32 {
    margin-bottom: 8rem
}

.mb-4 {
    margin-bottom: 1rem
}

.mb-6 {
    margin-bottom: 1.5rem
}

.mb-8 {
    margin-bottom: 2rem
}

.mr-4 {
    margin-right: 1rem
}

.ms-auto {
    margin-inline-start:auto}

.mt-2 {
    margin-top: .5rem
}

.mt-4 {
    margin-top: 1rem
}

.mt-auto {
    margin-top: auto
}

.line-clamp-2 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2
}

.block {
    display: block
}

.flex {
    display: flex
}

.inline-flex {
    display: inline-flex
}

.table {
    display: table
}

.grid {
    display: grid
}

.hidden {
    display: none
}

.aspect-\[1000\/624\] {
    aspect-ratio: 1000/624
}

.aspect-\[1200\/540\] {
    aspect-ratio: 1200/540
}

.aspect-\[1600\/460\] {
    aspect-ratio: 1600/460;
	overflow: hidden;
		
}

.aspect-\[1600\/500\] {
    aspect-ratio: 1600/500
}

.aspect-\[273\/350\] {
    aspect-ratio: 273/350
}

.aspect-\[364\/240\] {
    aspect-ratio: 364/240
}

.aspect-\[371\/247\] {
    aspect-ratio: 371/247
}

.aspect-\[515\/392\] {
    aspect-ratio: 515/392
}

.aspect-\[540\/240\] {
    aspect-ratio: 540/240
}

.aspect-\[543\/759\] {
    aspect-ratio: 543/759
}

.aspect-\[566\/801\] {
    aspect-ratio: 566/801
}

.aspect-\[596\/388\] {
    aspect-ratio: 596/388
}

.aspect-\[600\/700\] {
    aspect-ratio: 600/700
}

.aspect-\[800\/610\] {
    aspect-ratio: 800/610
}

.aspect-\[975\/442\] {
    aspect-ratio: 975/442
}

.\!h-auto {
    height: auto!important
}

.h-\[12px\] {
    height: 12px
}

.h-\[1px\] {
    height: 1px
}

.h-\[200px\] {
    height: 200px
}

.h-\[20px\] {
    height: 20px
}

.h-\[24px\] {
    height: 24px
}

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

.h-\[26px\] {
    height: 26px
}

.h-\[300px\] {
    height: 300px
}

.h-\[32px\] {
    height: 32px
}

.h-\[34px\] {
    height: 34px
}

.h-\[370px\] {
    height: 370px
}

.h-\[47px\] {
    height: 47px
}

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

.h-\[56px\] {
    height: 56px
}

.h-\[600px\] {
    height: 600px
}

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

.h-\[60vh\] {
    height: 60vh
}

.h-\[70px\] {
    height: 70px
}

.h-\[86px\] {
    height: 86px
}

.h-\[96px\] {
    height: 96px
}

.h-full {
    height: 100%
}

.h-screen {
    height: 100vh
}

.max-h-\[100vh\] {
    max-height: 100vh
}

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

.w-0 {
    width: 0px
}

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

.w-\[112px\] {
    width: 112px
}

.w-\[12px\] {
    width: 12px
}

.w-\[14px\] {
    width: 14px
}

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

.w-\[1px\] {
    width: 1px
}

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

.w-\[213px\] {
    width: 213px
}

.w-\[265px\] {
    width: 265px
}

.w-\[26px\] {
    width: 26px
}

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

.w-\[32px\] {
    width: 32px
}

.w-\[42\.9\%\] {
    width: 42.9%
}

.w-\[45px\] {
    width: 45px
}

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

.w-\[70px\] {
    width: 70px
}

.w-\[81\.2\%\] {
    width: 81.2%
}

.w-\[90px\] {
    width: 90px
}

.w-\[96px\] {
    width: 96px
}

.w-auto {
    width: auto
}

.w-full {
    width: 100%
}

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

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

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

.min-w-fit {
    min-width: -moz-fit-content;
    min-width: fit-content
}

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

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

.max-w-\[20\%\] {
    max-width: 20%
}

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

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

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

.max-w-\[30\%\] {
    max-width: 30%
}

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

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

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

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

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

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

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

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

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

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

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

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

.max-w-screen-lg {
    max-width: 1024px
}

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

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

.cursor-pointer {
    cursor: pointer
}

.list-inside {
    list-style-position: inside
}

.list-decimal {
    list-style-type: decimal
}

.list-disc {
    list-style-type: disc
}

.grid-cols-2 {
    grid-template-columns: repeat(2,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-stretch {
    align-items: stretch
}

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

.justify-end {
    justify-content: flex-end
}

.justify-center {
    justify-content: center
}

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

.gap-12 {
    gap: 3rem
}

.gap-2 {
    gap: .5rem
}

.gap-24 {
    gap: 6rem
}

.gap-3 {
    gap: .75rem
}

.gap-4 {
    gap: 1rem
}

.gap-6 {
    gap: 1.5rem
}

.gap-8 {
    gap: 2rem
}

.gap-y-12 {
    row-gap: 3rem
}

.gap-y-16 {
    row-gap: 4rem
}

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

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

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

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

.divide-black>:not([hidden])~:not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgb(0 0 0 / var(--tw-divide-opacity))
}

.divide-gray-300>:not([hidden])~:not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgb(209 213 219 / var(--tw-divide-opacity))
}

.overflow-hidden {
    overflow: hidden
}

.overflow-x-auto {
    overflow-x: auto
}

.text-nowrap {
    text-wrap: nowrap
}

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

.rounded-lg {
    border-radius: .5rem
}

.rounded-sm {
    border-radius: .125rem
}

.border {
    border-width: 1px
}

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

.border-black {
    --tw-border-opacity: 1;
    border-color: rgb(0 0 0 / var(--tw-border-opacity));
	border-color:#fff;
	
}

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

.bg-\[\#55AA46\] {
    --tw-bg-opacity: 1;
    background-color: rgb(85 170 70 / var(--tw-bg-opacity))
}

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

.bg-\[\#B2C3E4\] {
    --tw-bg-opacity: 1;
    background-color: rgb(178 195 228 / var(--tw-bg-opacity))
}

.bg-\[\#BCDAAF\] {
    --tw-bg-opacity: 1;
    background-color: rgb(188 218 175 / var(--tw-bg-opacity))
}

.bg-\[\#BEA5CA\] {
    --tw-bg-opacity: 1;
    background-color: rgb(190 165 202 / var(--tw-bg-opacity))
}

.bg-\[\#D34949\] {
    --tw-bg-opacity: 1;
    background-color: rgb(211 73 73 / var(--tw-bg-opacity))
}

.bg-\[\#F2E1AA\] {
    --tw-bg-opacity: 1;
    background-color: rgb(242 225 170 / var(--tw-bg-opacity))
}

.bg-\[\#FFC7CC\] {
    --tw-bg-opacity: 1;
    background-color: rgb(255 199 204 / var(--tw-bg-opacity))
}

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

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

.bg-gray-100 {
    --tw-bg-opacity: 1;
    background-color: rgb(243 244 246 / var(--tw-bg-opacity))
}

.bg-primary-500 {
    --tw-bg-opacity: 1;
    background-color: rgb(13 56 31 / var(--tw-bg-opacity))
}

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

.bg-contain {
    background-size: contain
}

.bg-top {
    background-position: top
}

.bg-no-repeat {
    background-repeat: no-repeat
}

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

.\!p-0 {
    padding: 0!important
}

.p-4 {
    padding: 1rem
}

.p-8 {
    padding: 2rem
}

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

.px-12 {
    padding-left: 3rem;
    padding-right: 3rem
}

.px-4 {
    padding-left: 1rem;
    padding-right: 1rem
}

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

.py-2 {
    padding-top: .5rem;
    padding-bottom: .5rem
}

.py-24 {
    padding-top: 3rem;
    padding-bottom: 6rem
}

.py-4 {
    padding-top: 1rem;
    padding-bottom: 1rem
}

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

.pb-0 {
    padding-bottom: 0
}

.pb-12 {
    padding-bottom: 3rem
}

.pb-4 {
    padding-bottom: 1rem
}

.pb-8 {
    padding-bottom: 2rem
}

.pl-5 {
    padding-left: 1.25rem
}

.pl-7 {
    padding-left: 1.75rem
}

.pt-12 {
    padding-top: 3rem
}

.pt-24 {
    padding-top: 6rem
}

.pt-4 {
    padding-top: 1rem
}

.pt-5 {
    padding-top: 1.25rem
}
.tit-en_txt{    font-family: "Shippori Mincho B1", serif;}
.pt-7 {
    padding-top: 1.75rem
}

.pt-8 {
    padding-top: 2rem
}
.pt-\[38px\] {
    padding-top: 38px
}
.pt-\[88px\] {
    padding-top: 88px
}

.text-center {
    text-align: center
}

.text-3xl {
    font-size: 1.875rem;
    line-height: 2.25rem
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.font-bold {
    font-weight: 700
}

.font-semibold {
    font-weight: 600
}

.italic {
    font-style: italic
}

.leading-loose {
    line-height: 2
}

.leading-none {
    line-height: 1
}

.leading-relaxed {
    line-height: 1.625
}

.text-\[\#0D3820\] {
    --tw-text-opacity: 1;
    color: rgb(13 56 32 / var(--tw-text-opacity))
}

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

.text-gray-100 {
    --tw-text-opacity: 1;
    color: rgb(243 244 246 / var(--tw-text-opacity))
}

.text-gray-200 {
    --tw-text-opacity: 1;
    color: rgb(229 231 235 / var(--tw-text-opacity))
}

.text-gray-500 {
    --tw-text-opacity: 1;
    color: rgb(107 114 128 / var(--tw-text-opacity))
}

.text-primary-500 {
    --tw-text-opacity: 1;
    color: rgb(13 56 31 / var(--tw-text-opacity))
}

.text-red-500 {
    --tw-text-opacity: 1;
    color: rgb(239 68 68 / var(--tw-text-opacity))
}

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

.underline {
    text-decoration-line: underline
}

.opacity-0 {
    opacity: 0
}

.shadow-lg {
    --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / .1), 0 4px 6px -4px rgb(0 0 0 / .1);
    --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)
}

.entry-content p {
    margin-bottom: 1rem;
    line-height: 1.625
}

.entry-content h1 {
    font-size: 1.5rem;
    line-height: 2rem;
    font-weight: 500;
    line-height: 1.625
}

.entry-content h2 {
    font-size: 1.25rem;
    line-height: 1.75rem;
    font-weight: 500;
    line-height: 1.625
}

.entry-content h3 {
    font-size: 1.125rem;
    line-height: 1.75rem;
    font-weight: 700;
    line-height: 1.625
}

.entry-content h4 {
    font-weight: 700;
    line-height: 1.625
}

.entry-content .wp-block,.entry-content .wp-block-heading {
    margin-bottom: 1rem
}

.entry-content .wp-block-list {
    padding-left: 20px;
    margin-bottom: 20px
}

.entry-content .wp-block-list li {
    margin-bottom: 10px
}

.entry-content .wp-block-quote,.entry-content .wp-block-pullquote {
    font-style: italic;
    border-left: 5px solid #ccc;
    padding-left: 20px;
    margin: 20px 0;
    color: #666
}

.entry-content .wp-block-quote-pullquote,.entry-content .wp-block-pullquote-pullquote {
    font-size: 1.5em;
    font-weight: 700;
    color: #555;
    border-left: 5px solid #ccc;
    padding-left: 15px;
    margin: 20px 0
}

.entry-content .wp-block-image img {
    max-width: 100%;
    height: auto;
    margin-bottom: 20px
}

.entry-content .wp-block-gallery {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: space-between
}

.entry-content .wp-block-gallery .blocks-gallery-image {
    flex: 1 1 calc(33.333% - 10px);
    margin-bottom: 10px
}

.entry-content .wp-block-gallery .blocks-gallery-image img {
    width: 100%;
    height: auto;
    border-radius: 5px
}

.entry-content .wp-block-video {
    max-width: 100%;
    height: auto;
    margin-bottom: 20px
}

.entry-content .wp-block-video video {
    width: 100%;
    border-radius: 10px
}

.entry-content .wp-block-audio {
    margin-bottom: 20px;
    background-color: #f1f1f1;
    padding: 10px;
    border-radius: 5px
}

.entry-content .wp-block-audio audio {
    width: 100%
}

.entry-content .wp-block-code {
    background-color: #f4f4f4;
    padding: 15px;
    border-radius: 5px;
    font-family: Courier New,monospace;
    white-space: pre;
    overflow-x: auto
}

.entry-content .wp-block-table {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 20px
}

.entry-content .wp-block-table th,.entry-content .wp-block-table td {
    border: 1px solid #ccc;
    padding: 10px;
    text-align: left
}

.entry-content .wp-block-table th {
    background-color: #f9f9f9;
    font-weight: 700
}

.entry-content .wp-block-columns {
    display: flex;
    gap: 20px;
    margin-bottom: 20px
}

.entry-content .wp-block-columns .wp-block-column {
    flex: 1;
    padding: 10px;
    background-color: #fafafa;
    border-radius: 5px
}

.entry-content .wp-block-button {
    display: inline-block;
    margin-bottom: 20px
}

.entry-content .wp-block-button__link {
    display: inline-block;
    padding: 10px 20px;
    background-color: #0073aa;
    color: #fff;
    text-decoration: none;
    border-radius: 5px;
    transition: background-color .3s ease
}

.entry-content .wp-block-button__link:hover {
    background-color: #005f87
}

.entry-content .wp-block-spacer {
    height: 20px;
    margin-bottom: 20px
}

.entry-content .wp-block-file {
    display: inline-block;
    margin-bottom: 20px
}

.entry-content .wp-block-file a {
    color: #0073aa;
    text-decoration: underline
}

.entry-content .wp-block-file a:hover {
    color: #005f87
}

body {
    font-family: Noto Sans JP,Hiragino Kaku Gothic ProN,Meiryo,sans-serif;
    font-optical-sizing: auto;
    font-style: normal
}

.font-cormorant {
    font-family: Cormorant,serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal
}

.font-tsukuaoldmin {
    font-weight: 300;
    font-style: normal
}

.text-vertical {
    writing-mode: vertical-rl
}

.tracking-loose {
    letter-spacing: .5em
}

.icatch-slider:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.16);
    z-index: 2;
    pointer-events: none
}

.icatch-slider .swiper-slide-visible img {
    animation: zoomOut 5s ease-out forwards
}

.custom-container {
    display: grid;
    grid-template-columns: minmax(300px,1fr) minmax(0,1fr);
    gap: 30px;
    max-width: 100%
}

.container {
    padding: 0 16px
}

@media (min-width: 1280px) {
    .container {
        padding:0
    }
}

.fit-right-content {
    position: absolute;
    right: 0;
    left: calc(16px + var(--sm-width, var(--width, 300px)))
}

@media (min-width: 640px) {
    .fit-right-content {
        left:calc(50% - 640px / 2 + var(--sm-width, var(--width, 300px)))
    }
}

@media (min-width: 768px) {
    .fit-right-content {
        left:calc(50% - 768px / 2 + var(--md-width, var(--width, 300px)))
    }
}

@media (min-width: 1024px) {
    .fit-right-content {
        left:calc(50% - 1024px / 2 + var(--lg-width, var(--width, 300px)))
    }
}

@media (min-width: 1280px) {
    .fit-right-content {
        left:calc(50% - 1280px / 2 + var(--xl-width, var(--width, 300px)))
    }
}

@media (min-width: 1536px) {
    .fit-right-content {
        left:calc(50% - 1536px / 2 + var(--2xl-width, var(--width, 300px)))
    }
}

@media (min-width: 640px) and (min-width: 640px) {
    .sm\:fit-right-content {
        position:absolute;
        right: 0;
        left: calc(50% - 640px / 2 + var(--sm-width, var(--width, 300px)))
    }
}

@media (min-width: 640px) and (min-width: 768px) {
    .sm\:fit-right-content {
        position:absolute;
        right: 0;
        left: calc(50% - 768px / 2 + var(--md-width, var(--width, 300px)))
    }
}

@media (min-width: 640px) and (min-width: 1024px) {
    .sm\:fit-right-content {
        position:absolute;
        right: 0;
        left: calc(50% - 1024px / 2 + var(--lg-width, var(--width, 300px)))
    }
}

@media (min-width: 640px) and (min-width: 1280px) {
    .sm\:fit-right-content {
        position:absolute;
        right: 0;
        left: calc(50% - 1280px / 2 + var(--xl-width, var(--width, 300px)))
    }
}

@media (min-width: 640px) and (min-width: 1536px) {
    .sm\:fit-right-content {
        position:absolute;
        right: 0;
        left: calc(50% - 1536px / 2 + var(--2xl-width, var(--width, 300px)))
    }
}

@media (min-width: 768px) and (min-width: 640px) {
    .md\:fit-right-content {
        position:absolute;
        right: 0;
        left: calc(50% - 640px / 2 + var(--sm-width, var(--width, 300px)))
    }
}

@media (min-width: 768px) and (min-width: 768px) {
    .md\:fit-right-content {
        position:absolute;
        right: 0;
        left: calc(50% - 768px / 2 + var(--md-width, var(--width, 300px)))
    }
}

@media (min-width: 768px) and (min-width: 1024px) {
    .md\:fit-right-content {
        position:absolute;
        right: 0;
        left: calc(50% - 1024px / 2 + var(--lg-width, var(--width, 300px)))
    }
}

@media (min-width: 768px) and (min-width: 1280px) {
    .md\:fit-right-content {
        position:absolute;
        right: 0;
        left: calc(50% - 1280px / 2 + var(--xl-width, var(--width, 300px)))
    }
}

@media (min-width: 768px) and (min-width: 1536px) {
    .md\:fit-right-content {
        position:absolute;
        right: 0;
        left: calc(50% - 1536px / 2 + var(--2xl-width, var(--width, 300px)))
    }
}

@media (min-width: 1024px) and (min-width: 640px) {
    .lg\:fit-right-content {
        position:absolute;
        right: 0;
        left: calc(50% - 640px / 2 + var(--sm-width, var(--width, 300px)))
    }
}

@media (min-width: 1024px) and (min-width: 768px) {
    .lg\:fit-right-content {
        position:absolute;
        right: 0;
        left: calc(50% - 768px / 2 + var(--md-width, var(--width, 300px)))
    }
}

@media (min-width: 1024px) and (min-width: 1024px) {
    .lg\:fit-right-content {
        position:absolute;
        right: 0;
        left: calc(50% - 1024px / 2 + var(--lg-width, var(--width, 300px)))
    }
}

@media (min-width: 1024px) and (min-width: 1280px) {
    .lg\:fit-right-content {
        position:absolute;
        right: 0;
        left: calc(50% - 1280px / 2 + var(--xl-width, var(--width, 300px)))
    }
}

@media (min-width: 1024px) and (min-width: 1536px) {
    .lg\:fit-right-content {
        position:absolute;
        right: 0;
        left: calc(50% - 1536px / 2 + var(--2xl-width, var(--width, 300px)))
    }
}

@media (min-width: 1280px) and (min-width: 640px) {
    .xl\:fit-right-content {
        position:absolute;
        right: 0;
        left: calc(50% - 640px / 2 + var(--sm-width, var(--width, 300px)))
    }
}

@media (min-width: 1280px) and (min-width: 768px) {
    .xl\:fit-right-content {
        position:absolute;
        right: 0;
        left: calc(50% - 768px / 2 + var(--md-width, var(--width, 300px)))
    }
}

@media (min-width: 1280px) and (min-width: 1024px) {
    .xl\:fit-right-content {
        position:absolute;
        right: 0;
        left: calc(50% - 1024px / 2 + var(--lg-width, var(--width, 300px)))
    }
}

@media (min-width: 1280px) and (min-width: 1280px) {
    .xl\:fit-right-content {
        position:absolute;
        right: 0;
        left: calc(50% - 1280px / 2 + var(--xl-width, var(--width, 300px)))
    }
}

@media (min-width: 1280px) and (min-width: 1536px) {
    .xl\:fit-right-content {
        position:absolute;
        right: 0;
        left: calc(50% - 1536px / 2 + var(--2xl-width, var(--width, 300px)))
    }
}

.fit-left-content {
    position: absolute;
    left: 0;
    right: calc(16px + var(--sm-width, var(--width, 300px)))
}

@media (min-width: 640px) {
    .fit-left-content {
        right:calc(50% - 640px / 2 + var(--sm-width, var(--width, 300px)))
    }
}

@media (min-width: 768px) {
    .fit-left-content {
        right:calc(50% - 768px / 2 + var(--md-width, var(--width, 300px)))
    }
}

@media (min-width: 1024px) {
    .fit-left-content {
        right:calc(50% - 1024px / 2 + var(--lg-width, var(--width, 300px)))
    }
}

@media (min-width: 1280px) {
    .fit-left-content {
        right:calc(50% - 1280px / 2 + var(--xl-width, var(--width, 300px)))
    }
}

@media (min-width: 1536px) {
    .fit-left-content {
        right:calc(50% - 1536px / 2 + var(--2xl-width, var(--width, 300px)))
    }
}

@media (min-width: 640px) and (min-width: 640px) {
    .sm\:fit-left-content {
        position:absolute;
        left: 0;
        right: calc(50% - 640px / 2 + var(--sm-width, var(--width, 300px)))
    }
}

@media (min-width: 640px) and (min-width: 768px) {
    .sm\:fit-left-content {
        position:absolute;
        left: 0;
        right: calc(50% - 768px / 2 + var(--md-width, var(--width, 300px)))
    }
}

@media (min-width: 640px) and (min-width: 1024px) {
    .sm\:fit-left-content {
        position:absolute;
        left: 0;
        right: calc(50% - 1024px / 2 + var(--lg-width, var(--width, 300px)))
    }
}

@media (min-width: 640px) and (min-width: 1280px) {
    .sm\:fit-left-content {
        position:absolute;
        left: 0;
        right: calc(50% - 1280px / 2 + var(--xl-width, var(--width, 300px)))
    }
}

@media (min-width: 640px) and (min-width: 1536px) {
    .sm\:fit-left-content {
        position:absolute;
        left: 0;
        right: calc(50% - 1536px / 2 + var(--2xl-width, var(--width, 300px)))
    }
}

@media (min-width: 768px) and (min-width: 640px) {
    .md\:fit-left-content {
        position:absolute;
        left: 0;
        right: calc(50% - 640px / 2 + var(--sm-width, var(--width, 300px)))
    }
}

@media (min-width: 768px) and (min-width: 768px) {
    .md\:fit-left-content {
        position:absolute;
        left: 0;
        right: calc(50% - 768px / 2 + var(--md-width, var(--width, 300px)))
    }
}

@media (min-width: 768px) and (min-width: 1024px) {
    .md\:fit-left-content {
        position:absolute;
        left: 0;
        right: calc(50% - 1024px / 2 + var(--lg-width, var(--width, 300px)))
    }
}

@media (min-width: 768px) and (min-width: 1280px) {
    .md\:fit-left-content {
        position:absolute;
        left: 0;
        right: calc(50% - 1280px / 2 + var(--xl-width, var(--width, 300px)))
    }
}

@media (min-width: 768px) and (min-width: 1536px) {
    .md\:fit-left-content {
        position:absolute;
        left: 0;
        right: calc(50% - 1536px / 2 + var(--2xl-width, var(--width, 300px)))
    }
}

@media (min-width: 1024px) and (min-width: 640px) {
    .lg\:fit-left-content {
        position:absolute;
        left: 0;
        right: calc(50% - 640px / 2 + var(--sm-width, var(--width, 300px)))
    }
}

@media (min-width: 1024px) and (min-width: 768px) {
    .lg\:fit-left-content {
        position:absolute;
        left: 0;
        right: calc(50% - 768px / 2 + var(--md-width, var(--width, 300px)))
    }
}

@media (min-width: 1024px) and (min-width: 1024px) {
    .lg\:fit-left-content {
        position:absolute;
        left: 0;
        right: calc(50% - 1024px / 2 + var(--lg-width, var(--width, 300px)))
    }
}

@media (min-width: 1024px) and (min-width: 1280px) {
    .lg\:fit-left-content {
        position:absolute;
        left: 0;
        right: calc(50% - 1280px / 2 + var(--xl-width, var(--width, 300px)))
    }
}

@media (min-width: 1024px) and (min-width: 1536px) {
    .lg\:fit-left-content {
        position:absolute;
        left: 0;
        right: calc(50% - 1536px / 2 + var(--2xl-width, var(--width, 300px)))
    }
}

@media (min-width: 1280px) and (min-width: 640px) {
    .xl\:fit-left-content {
        position:absolute;
        left: 0;
        right: calc(50% - 640px / 2 + var(--sm-width, var(--width, 300px)))
    }
}

@media (min-width: 1280px) and (min-width: 768px) {
    .xl\:fit-left-content {
        position:absolute;
        left: 0;
        right: calc(50% - 768px / 2 + var(--md-width, var(--width, 300px)))
    }
}

@media (min-width: 1280px) and (min-width: 1024px) {
    .xl\:fit-left-content {
        position:absolute;
        left: 0;
        right: calc(50% - 1024px / 2 + var(--lg-width, var(--width, 300px)))
    }
}

@media (min-width: 1280px) and (min-width: 1280px) {
    .xl\:fit-left-content {
        position:absolute;
        left: 0;
        right: calc(50% - 1280px / 2 + var(--xl-width, var(--width, 300px)))
    }
}

@media (min-width: 1280px) and (min-width: 1536px) {
    .xl\:fit-left-content {
        position:absolute;
        left: 0;
        right: calc(50% - 1536px / 2 + var(--2xl-width, var(--width, 300px)))
    }
}

.btn-back-top {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    max-width: 350px;
    height: 70px;
    text-align: center;
    border: 1px solid #000
}

.btn-view-more {
    width: 100%;
    height: 50px;
    display: flex;
    align-items: center;
    letter-spacing: 2px;
    position: relative;
    cursor: pointer;
    color: var(--color, #000)
}

.btn-view-more .line {
    position: relative;
    flex-grow: 1;
    margin-right: 10px;
    overflow: hidden;
    height: 50px
}

.btn-view-more .line:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    height: 1px;
    top: 50%;
    background-color: var(--color, #000);
    transition: all .6s ease
}

.btn-view-more .line:after {
    content: "";
    position: absolute;
    right: 1px;
    top: calc(50% - 4px);
    width: 10px;
    height: 10px;
    border-right: transparent;
    border-top: 1px solid var(--color, #000);
    transform: rotate(45deg);
    transition: opacity .3s ease
}

.btn-view-more:hover .line:before {
    animation: scrollLeft 1.2s cubic-bezier(.22,1,.36,1) infinite
}

.btn-view-more:hover .line:after {
    opacity: 0
}

.btn-view-more:not(:hover) .line:before {
    transform: translate(0)
}

.hamburger {
    cursor: pointer
}

.hamburger>.inner {
    width: 24px;
    height: 24px;
    position: relative;
    display: inline-block;
    cursor: pointer
}

.hamburger>.inner span {
    display: block;
    position: absolute;
    height: 2px;
    width: 100%;
    background-color: #fff;
    border-radius: 2px;
    transition: all .4s ease
}

.hamburger>.inner span:nth-child(1) {
    top: 4px
}

.hamburger>.inner span:nth-child(2) {
    top: 11px
}

.hamburger>.inner span:nth-child(3) {
    top: 18px
}

.hamburger.open>.inner span:nth-child(1) {
    transform: translateY(7px) rotate(45deg)
}

.hamburger.open>.inner span:nth-child(2) {
    opacity: 0
}

.hamburger.open>.inner span:nth-child(3) {
    transform: translateY(-7px) rotate(-45deg)
}

@media (min-width: 640px) {
    .hamburger {
        cursor:pointer
    }

    .hamburger>.inner {
        width: 32px;
        height: 32px;
        position: relative;
        display: inline-block;
        cursor: pointer
    }

    .hamburger>.inner span {
        display: block;
        position: absolute;
        height: 2px;
        width: 100%;
        background-color: #fff;
        border-radius: 2px;
        transition: all .4s ease
    }

    .hamburger>.inner span:nth-child(1) {
        top: 6px
    }

    .hamburger>.inner span:nth-child(2) {
        top: 15px
    }

    .hamburger>.inner span:nth-child(3) {
        top: 24px
    }

    .hamburger.open>.inner span:nth-child(1) {
        transform: translateY(9px) rotate(45deg)
    }

    .hamburger.open>.inner span:nth-child(2) {
        opacity: 0
    }

    .hamburger.open>.inner span:nth-child(3) {
        transform: translateY(-9px) rotate(-45deg)
    }
}

.line-animation {
    position: relative;
    overflow: hidden
}

.line-animation:after {
    content: "";
    background: var(--color, #000);
    position: absolute;
    width: 1px;
    height: 100%;
    animation: scrollDown 1.8s cubic-bezier(.22,1,.36,1) infinite
}

.fullscreen-menu>.inner:before {
    content: "";
    position: absolute;
    width: 150%;
    height: 150%;
    clip-path: circle(0% at 100% 0%);
    animation: expand-bottom-right-circle .9s cubic-bezier(.22,1,.36,1) forwards;
    background: #000
}

@media (min-width: 640px) {
    .fullscreen-menu>.inner:before {
        animation:expand-top-right-circle .9s cubic-bezier(.22,1,.36,1) forwards
    }
}

.animate-fadeOut {
    animation: fadeOut .6s cubic-bezier(.22,1,.36,1) forwards
}

.animate-fadeInUp {
    animation: fadeInUp .6s cubic-bezier(.22,1,.36,1) forwards
}

.animate-zoomIn {
    animation: zoomIn .6s cubic-bezier(.22,1,.36,1) forwards
}

.pb-fit {
    padding-bottom: calc(env(safe-area-inset-bottom,0px) + var(--padding, 0px))
}

@media (min-width: 640px) {
    .pb-fit {
        padding-bottom:0
    }
}

.dimmer:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    background: rgba(0,0,0,var(--dimmer-opacity, .1))
}

.menu-table {
    overflow-x: auto
}

.menu-table table {
    width: 100%
}

.menu-table table tr th {
    border-width: 1px;
    --tw-border-opacity: 1;
    border-color: rgb(209 213 219 / var(--tw-border-opacity));
    padding: .75rem .5rem;
    font-size: 14px;
    font-weight: 700
}

.menu-table table tr td {
    border-width: 1px;
    --tw-border-opacity: 1;
    border-color: rgb(209 213 219 / var(--tw-border-opacity));
    padding: .75rem .5rem;
    font-size: 14px
}

.wpcf7 .contact-form-7>.inner {
    margin-bottom: 3rem;
    display: flex;
    flex-direction: column;
    gap: 2rem
}

.wpcf7 .contact-form-7>.inner .contact-form-7-fields {
    display: grid;
    gap: 2rem
}

@media (min-width: 640px) {
    .wpcf7 .contact-form-7>.inner .contact-form-7-fields {
        grid-template-columns:repeat(2,minmax(0,1fr))
    }
}

.wpcf7 .contact-form-7>.inner .contact-form-7-field .contact-form-7-label {
    margin-bottom: .5rem;
    font-size: 14px;
    font-weight: 700
}

.wpcf7 .contact-form-7>.inner .contact-form-7-field .contact-form-7-input {
    width: 100%;
    border-radius: .125rem;
    border-width: 1px;
    padding: .5rem
}

.wpcf7 .contact-form-7>.inner .contact-form-7-field .contact-form-7-input.wpcf7-not-valid {
    --tw-border-opacity: 1;
    border-color: rgb(239 68 68 / var(--tw-border-opacity));
    --tw-bg-opacity: 1;
    background-color: rgb(254 242 242 / var(--tw-bg-opacity))
}

.wpcf7 .contact-form-7>.inner .contact-form-7-field .contact-form-7-select {
    width: 100%;
    border-radius: .125rem;
    border-width: 1px;
    padding: .5rem
}

.wpcf7 .contact-form-7>.inner .contact-form-7-field .contact-form-7-select.wpcf7-not-valid {
    --tw-border-opacity: 1;
    border-color: rgb(239 68 68 / var(--tw-border-opacity));
    --tw-bg-opacity: 1;
    background-color: rgb(254 242 242 / var(--tw-bg-opacity))
}

.wpcf7 .contact-form-7>.inner .contact-form-7-field .wpcf7-not-valid-tip {
    margin-top: .5rem;
    font-size: 14px
}

.wpcf7 .contact-form-7 .contact-form-7-button {
    height: 50px;
    width: 265px;
    cursor: pointer;
    border-radius: 9999px;
    --tw-bg-opacity: 1;
    background-color: rgb(0 0 0 / var(--tw-bg-opacity));
    text-align: center;
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity))
}

.wpcf7 .contact-form-7 .centered {
    display: flex;
    align-items: center;
    justify-content: center
}

.wpcf7 .contact-form-7 .centered>p {
    position: relative
}

.wpcf7 .contact-form-7 .centered>p .wpcf7-spinner {
    position: absolute;
    inset: 0;
    margin: auto
}

.wpcf7 form.submitting .contact-form-7 .contact-form-7-button {
    --tw-text-opacity: 1;
    color: rgb(0 0 0 / var(--tw-text-opacity))
}

.pagination {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px
}

.pagination .pager {
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 40px;
    height: 40px;
    border: 1px solid
}

.pagination .pager.current {
    border: none
}

@media (min-width: 640px) {
    .sm\:bottom-auto {
        bottom:auto
    }

    .sm\:top-0 {
        top: 0
    }

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

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

    .sm\:mb-8 {
        margin-bottom: 2rem
    }

    .sm\:ms-auto {
        margin-inline-start:auto}

    .sm\:block {
        display: block
    }

    .sm\:inline-block {
        display: inline-block
    }

    .sm\:flex {
        display: flex
    }

    .sm\:hidden {
        display: none
    }

    .sm\:h-\[500px\] {
        height: 500px
    }

    .sm\:h-\[78px\] {
        height: 78px
    }

    .sm\:h-\[86px\] {
        height: 86px
    }

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

    .sm\:w-\[78px\] {
        width: 78px
    }

    .sm\:w-auto {
        width: auto
    }

    .sm\:max-w-\[520px\] {
        max-width: 520px
    }

    .sm\:flex-none {
        flex: none
    }

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

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

    .sm\:flex-row {
        flex-direction: row
    }

    .sm\:flex-row-reverse {
        flex-direction: row-reverse
    }

    .sm\:flex-col {
        flex-direction: column
    }

    .sm\:items-start {
        align-items: flex-start
    }

    .sm\:items-center {
        align-items: center
    }

    .sm\:gap-0 {
        gap: 0px
    }

    .sm\:gap-12 {
        gap: 3rem
    }

    .sm\:gap-4 {
        gap: 1rem
    }

    .sm\:gap-8 {
        gap: 2rem
    }

    .sm\:gap-y-12 {
        row-gap: 3rem
    }

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

    .sm\:bg-transparent {
        background-color: transparent
    }

    .sm\:p-0 {
        padding: 0
    }

    .sm\:p-12 {
        padding: 3rem
    }

    .sm\:p-4 {
        padding: 1rem
    }

    .sm\:p-8 {
        padding: 2rem
    }

    .sm\:px-10 {
        padding-left: 2.5rem;
        padding-right: 2.5rem
    }

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

    .sm\:px-4 {
        padding-left: 1rem;
        padding-right: 1rem
    }

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

    .sm\:pb-24 {
        padding-bottom: 6rem
    }

    .sm\:pl-10 {
        padding-left: 2.5rem
    }

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

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

    .sm\:pt-\[118px\] {
        padding-top: 118px
    }

    .sm\:text-left {
        text-align: left
    }

    .sm\:text-center {
        text-align: center
    }

    .sm\:text-\[106px\] {
        font-size: 106px
    }

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

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

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

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

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

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

    .sm\:text-\[26px\] {
        font-size: 26px
    }

    .sm\:text-\[27px\] {
        font-size: 27px
    }

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

    .sm\:text-\[34px\] {
        font-size: 34px
    }

    .sm\:text-\[37px\] {
        font-size: 37px
    }

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

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

    .sm\:text-\[45px\] {
        font-size: 45px
    }

    .sm\:font-normal {
        font-weight: 400
    }
}

@media (min-width: 768px) {
    .md\:top-\[-140px\] {
        top:-140px
    }

    .md\:block {
        display: block
    }

    .md\:hidden {
        display: none
    }

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

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

    .md\:w-0 {
        width: 0px
    }

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

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

    .md\:flex-row {
        flex-direction: row
    }

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

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

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

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

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

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

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

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

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

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

@media (min-width: 1024px) {
    .lg\:top-\[-90px\] {
        top:-90px
    }

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

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

    .lg\:mb-4 {
        margin-bottom: 1rem
    }

    .lg\:block {
        display: block
    }

    .lg\:aspect-\[80\/47\] {
        aspect-ratio: 80/47
    }

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

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

    .lg\:h-full {
        height: 100%
    }

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

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

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

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

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

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

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

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

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

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

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

    .lg\:gap-0 {
        gap: 0px
    }

    .lg\:gap-12 {
        gap: 3rem
    }

    .lg\:gap-24 {
        gap: 6rem
    }

    .lg\:gap-8 {
        gap: 2rem
    }

    .lg\:gap-y-16 {
        row-gap: 4rem
    }

    .lg\:p-12 {
        padding: 3rem
    }

    .lg\:p-24 {
        padding: 6rem
    }

    .lg\:px-4 {
        padding-left: 1rem;
        padding-right: 1rem
    }

    .lg\:py-24 {
        padding-top: 6rem;
        padding-bottom: 6rem
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 1280px) {
    .xl\:max-w-\[1240px\] {
        max-width:1240px
    }

    .xl\:gap-12 {
        gap: 3rem
    }
}
