@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;200;300;400;500;600;700;800;900&family=Noto+Serif+JP:wght@200;300;400;500;600;700;900&display=swap");

@font-face {
  font-family: "Poppins-Regular";

  src: url("../fonts/Poppins/woff/Regular/Poppins-Regular.woff2") format("woff2"),
  url("../fonts/Poppins/woff/Regular/Poppins-Regular.woff") format("woff"),
  url("../fonts/Poppins/woff/Regular/Poppins-Regular.ttf") format("truetype");
}

@font-face {
  font-family: "Poppins-SemiBold";

  src: url("../fonts/Poppins/woff/SemiBold/Poppins-SemiBold.woff2")
  format("woff2"),
  url("../fonts/Poppins/woff/SemiBold/Poppins-SemiBold.woff") format("woff"),
  url("../fonts/Poppins/woff/SemiBold/Poppins-SemiBold.ttf") format("truetype");
}

@font-face {
  font-family: "Poppins-Bold";

  src: url("../fonts/Poppins/woff/Bold/Poppins-Bold.woff2") format("woff2"),
  url("../fonts/Poppins/woff/Bold/Poppins-Bold.woff") format("woff"),
  url("../fonts/Poppins/woff/Bold/Poppins-Bold.ttf") format("truetype");
}

/*
! tailwindcss v3.4.1 | 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 {
  -webkit-box-sizing: border-box;
          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: Noto Sans JP, sans-serif;
  /* 4 */
  -webkit-font-feature-settings: normal;
          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 */
  -webkit-font-feature-settings: normal;
          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 */
  -webkit-font-feature-settings: inherit;
          font-feature-settings: inherit;
  /* 1 */
  font-variation-settings: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  font-weight: inherit;
  /* 1 */
  line-height: inherit;
  /* 1 */
  color: inherit;
  /* 1 */
  margin: 0;
  /* 2 */
  padding: 0;
  /* 3 */
}

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

button,
select {
  text-transform: none;
}

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

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

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

:-moz-focusring {
  outline: auto;
}

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

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

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

progress {
  vertical-align: baseline;
}

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

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

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

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

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

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

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

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

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

summary {
  display: list-item;
}

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

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

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

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

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

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

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

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

/*
Set the default cursor for buttons.
*/

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

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

:disabled {
  cursor: default;
}

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

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

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

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

/* Make elements with the HTML hidden attribute stay hidden by default */

[hidden] {
  display: none;
}

html{
  font-family: Noto Sans JP, sans-serif;
  --tw-text-opacity: 1;
  color: rgb(51 51 51 / var(--tw-text-opacity));
  scroll-behavior: smooth;
}

body {
  font-size: 1.6rem;
  max-width: 1920px;
  margin: auto;
  text-align: justify;
}

br{
  line-height: 1;
}

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

::-ms-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:  ;
}

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

.fixed{
  position: fixed;
}

.absolute{
  position: absolute;
}

.relative{
  position: relative;
}

.bottom-0{
  bottom: 0px;
}

.left-0{
  left: 0px;
}

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

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

.right-0{
  right: 0px;
}

.right-\[0\]{
  right: 0;
}

.top-0{
  top: 0px;
}

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

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

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

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

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

.z-n1{
  z-index: -1;
}

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

.my-auto{
  margin-top: auto;
  margin-bottom: auto;
}

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

.block{
  display: block;
}

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

.flex{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.table{
  display: table;
}

.grid{
  display: -ms-grid;
  display: grid;
}

.hidden{
  display: none;
}

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

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

.w-3\/4{
  width: 75%;
}

.w-\[calc\(100\%_-_10px\)\]{
  width: calc(100% - 10px);
}

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

.w-full{
  width: 100%;
}

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

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

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

.origin-center{
  -webkit-transform-origin: center;
          transform-origin: center;
}

.transform{
  -webkit-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: 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;
}

.flex-col{
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

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

.items-center{
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.justify-start{
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.justify-center{
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.justify-between{
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

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

.border{
  border-width: 1px;
}

.border-\[3px\]{
  border-width: 3px;
}

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

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

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

.border-solid{
  border-style: solid;
}

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

.border-sitecolor4{
  --tw-border-opacity: 1;
  border-color: rgb(0 91 143 / var(--tw-border-opacity));
}

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

.bg-\[\#223C78\]{
  --tw-bg-opacity: 1;
  background-color: rgb(34 60 120 / var(--tw-bg-opacity));
}

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

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

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

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

.bg-\[url\(\'\.\.\/\.\.\/assets\/img\/case1\.jpg\'\)\]{
  background-image: url('../../assets/img/case1.jpg');
}

.bg-\[url\(\'\.\.\/\.\.\/assets\/img\/case2\.jpg\'\)\]{
  background-image: url('../../assets/img/case2.jpg');
}

.bg-\[url\(\'\.\.\/\.\.\/assets\/img\/case3\.jpg\'\)\]{
  background-image: url('../../assets/img/case3.jpg');
}

.bg-\[url\(\'\.\.\/\.\.\/assets\/img\/column1\.jpg\'\)\]{
  background-image: url('../../assets/img/column1.jpg');
}

.bg-\[url\(\'\.\.\/\.\.\/assets\/img\/column2\.jpg\'\)\]{
  background-image: url('../../assets/img/column2.jpg');
}

.bg-\[url\(\'\.\.\/\.\.\/assets\/img\/column3\.jpg\'\)\]{
  background-image: url('../../assets/img/column3.jpg');
}

.bg-\[url\(\'\.\.\/\.\.\/assets\/img\/event1\.jpg\'\)\]{
  background-image: url('../../assets/img/event1.jpg');
}

.bg-\[url\(\'\.\.\/\.\.\/assets\/img\/event2\.jpg\'\)\]{
  background-image: url('../../assets/img/event2.jpg');
}

.bg-\[url\(\'\.\.\/\.\.\/assets\/img\/event3\.jpg\'\)\]{
  background-image: url('../../assets/img/event3.jpg');
}

.bg-\[url\(\'\.\.\/\.\.\/assets\/img\/fv-sp\.jpg\'\)\]{
  background-image: url('../../assets/img/fv-sp.jpg');
}

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

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

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

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

.p-1{
  padding: 0.25rem;
}

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

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

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

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

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

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

.font-poppins_b{
  font-family: Poppins-Bold, sans-serif;
}

.font-poppins_sb{
  font-family: Poppins-SemiBold, sans-serif;
}

.font-sans{
  font-family: Noto Sans JP, sans-serif;
}

.font-black{
  font-weight: 900;
}

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

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

.leading-\[1\.3\]{
  line-height: 1.3;
}

.leading-\[1\.5\]{
  line-height: 1.5;
}

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

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

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

.tracking-\[0\.15em\]{
  letter-spacing: 0.15em;
}

.tracking-\[0\.1em\]{
  letter-spacing: 0.1em;
}

.tracking-\[0\.21em\]{
  letter-spacing: 0.21em;
}

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

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

.text-red-900{
  --tw-text-opacity: 1;
  color: rgb(127 29 29 / var(--tw-text-opacity));
}

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

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

.text-sitecolor4{
  --tw-text-opacity: 1;
  color: rgb(0 91 143 / var(--tw-text-opacity));
}

.text-transparent{
  color: transparent;
}

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

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

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

.horizontal-tb{
  -webkit-writing-mode: horizontal-tb;
      -ms-writing-mode: lr-tb;
          writing-mode: horizontal-tb;
}

.vertical-rl{
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
}

.vertical-lr{
  -webkit-writing-mode: vertical-lr;
      -ms-writing-mode: tb-lr;
          writing-mode: vertical-lr;
}

.border-b-clamp-\[1440\2c 1\2c 2\2c 3\]{
  border-bottom-width: clamp(1px, 0.1388888888888889vw, 3px);
}

.border-t-clamp-\[1440\2c 1\2c 2\2c 3\]{
  border-top-width: clamp(1px, 0.1388888888888889vw, 3px);
}

.gap-clamp-\[1920\2c 5\2c 10\2c 20\]{
  gap: clamp(5px, 0.5208333333333333vw, 20px);
}

.gap-x-clamp-\[1440\2c 10\2c 20\2c 30\]{
  -moz-column-gap: clamp(10px, 1.3888888888888888vw, 30px);
       -webkit-column-gap: clamp(10px, 1.3888888888888888vw, 30px);
          column-gap: clamp(10px, 1.3888888888888888vw, 30px);
}

.gap-x-clamp-\[1440\2c 20\2c 30\2c 50\]{
  -moz-column-gap: clamp(20px, 2.083333333333333vw, 50px);
       -webkit-column-gap: clamp(20px, 2.083333333333333vw, 50px);
          column-gap: clamp(20px, 2.083333333333333vw, 50px);
}

.gap-y-clamp-\[1440\2c 20\2c 30\2c 40\]{
  row-gap: clamp(20px, 2.083333333333333vw, 40px);
}

.gap-y-clamp-\[1440\2c 40\2c 60\2c 80\]{
  row-gap: clamp(40px, 4.166666666666666vw, 80px);
}

.h-clamp-\[1920\2c 240\2c 323\2c 323\]{
  height: clamp(240px, 16.822916666666668vw, 323px);
}

.h-clamp-\[1920\2c 240\2c 490\2c 490\]{
  height: clamp(240px, 25.520833333333332vw, 490px);
}

.h-clamp-\[1920\2c 250\2c 500\2c 500\]{
  height: clamp(250px, 26.041666666666668vw, 500px);
}

.h-clamp-\[375\2c 2\2c 2\2c 4\]{
  height: clamp(2px, 0.5333333333333333vw, 4px);
}

.h-clamp-\[375\2c 25\2c 25\2c 50\]{
  height: clamp(25px, 6.666666666666667vw, 50px);
}

.mb-clamp-\[1920\2c 100\2c 200\2c 200\]{
  margin-bottom: clamp(100px, 10.416666666666668vw, 200px);
}

.mt-clamp-\[1440\2c 10\2c 20\2c 30\]{
  margin-top: clamp(10px, 1.3888888888888888vw, 30px);
}

.mt-clamp-\[1440\2c 20\2c 30\2c 40\]{
  margin-top: clamp(20px, 2.083333333333333vw, 40px);
}

.mt-clamp-\[1440\2c 20\2c 40\2c 60\]{
  margin-top: clamp(20px, 2.7777777777777777vw, 60px);
}

.mt-clamp-\[1440\2c 60\2c 80\2c 100\]{
  margin-top: clamp(60px, 5.555555555555555vw, 100px);
}

.mt-clamp-\[1920\2c 10\2c 20\2c 20\]{
  margin-top: clamp(10px, 1.0416666666666665vw, 20px);
}

.mt-clamp-\[1920\2c 10\2c 30\2c 30\]{
  margin-top: clamp(10px, 1.5625vw, 30px);
}

.mt-clamp-\[1920\2c 15\2c 30\2c 30\]{
  margin-top: clamp(15px, 1.5625vw, 30px);
}

.mt-clamp-\[1920\2c 20\2c 30\2c 30\]{
  margin-top: clamp(20px, 1.5625vw, 30px);
}

.mt-clamp-\[1920\2c 20\2c 30\]{
  margin-top: clamp(20px, 1.5625vw, NaNpx);
}

.mt-clamp-\[1920\2c 35\2c 70\2c 70\]{
  margin-top: clamp(35px, 3.6458333333333335vw, 70px);
}

.mt-clamp-\[1920\2c 40\2c 80\2c 80\]{
  margin-top: clamp(40px, 4.166666666666666vw, 80px);
}

.mt-clamp-\[1920\2c 5\2c 10\2c 10\]{
  margin-top: clamp(5px, 0.5208333333333333vw, 10px);
}

.mt-clamp-\[1920\2c 5\2c 10\]{
  margin-top: clamp(5px, 0.5208333333333333vw, NaNpx);
}

.mt-clamp-\[1920\2c 60\2c 120\2c 120\]{
  margin-top: clamp(60px, 6.25vw, 120px);
}

.mt-clamp-\[375\2c 10\2c 10\2c 20\]{
  margin-top: clamp(10px, 2.666666666666667vw, 20px);
}

.mt-clamp-\[375\2c 20\2c 20\2c 40\]{
  margin-top: clamp(20px, 5.333333333333334vw, 40px);
}

.mt-clamp-\[375\2c 30\2c 30\2c 60\]{
  margin-top: clamp(30px, 8vw, 60px);
}

.mt-clamp-\[375\2c 40\2c 40\2c 80\]{
  margin-top: clamp(40px, 10.666666666666668vw, 80px);
}

.my-clamp-\[1440\2c 40\2c 60\2c 80\]{
  margin-top: clamp(40px, 4.166666666666666vw, 80px);
  margin-bottom: clamp(40px, 4.166666666666666vw, 80px);
}

.p-clamp-\[1920\2c 20\2c 30\2c 30\]{
  padding-top: clamp(20px, 1.5625vw, 30px);
  padding-right: clamp(20px, 1.5625vw, 30px);
  padding-bottom: clamp(20px, 1.5625vw, 30px);
  padding-left: clamp(20px, 1.5625vw, 30px);
}

.p-clamp-\[375\2c 10\2c 10\2c 20\]{
  padding-top: clamp(10px, 2.666666666666667vw, 20px);
  padding-right: clamp(10px, 2.666666666666667vw, 20px);
  padding-bottom: clamp(10px, 2.666666666666667vw, 20px);
  padding-left: clamp(10px, 2.666666666666667vw, 20px);
}

.pb-clamp-\[1440\2c 5\2c 7\2c 10\]{
  padding-bottom: clamp(5px, 0.4861111111111111vw, 10px);
}

.pb-clamp-\[1920\2c 10\2c 20\2c 20\]{
  padding-bottom: clamp(10px, 1.0416666666666665vw, 20px);
}

.pb-clamp-\[1920\2c 30\2c 60\2c 60\]{
  padding-bottom: clamp(30px, 3.125vw, 60px);
}

.pb-clamp-\[1920\2c 30\2c 60\]{
  padding-bottom: clamp(30px, 3.125vw, NaNpx);
}

.pl-clamp-\[1920\2c 10\2c 20\2c 20\]{
  padding-left: clamp(10px, 1.0416666666666665vw, 20px);
}

.pr-clamp-\[1920\2c 10\2c 20\2c 20\]{
  padding-right: clamp(10px, 1.0416666666666665vw, 20px);
}

.pt-clamp-\[1440\2c 20\2c 30\2c 40\]{
  padding-top: clamp(20px, 2.083333333333333vw, 40px);
}

.pt-clamp-\[1920\2c 10\2c 20\2c 20\]{
  padding-top: clamp(10px, 1.0416666666666665vw, 20px);
}

.pt-clamp-\[1920\2c 20\2c 40\2c 40\]{
  padding-top: clamp(20px, 2.083333333333333vw, 40px);
}

.pt-clamp-\[375\2c 10\2c 10\2c 20\]{
  padding-top: clamp(10px, 2.666666666666667vw, 20px);
}

.px-clamp-\[1440\2c 20\2c 60\2c 80\]{
  padding-right: clamp(20px, 4.166666666666666vw, 80px);
  padding-left: clamp(20px, 4.166666666666666vw, 80px);
}

.px-clamp-\[1920\2c 10\2c 20\2c 20\]{
  padding-right: clamp(10px, 1.0416666666666665vw, 20px);
  padding-left: clamp(10px, 1.0416666666666665vw, 20px);
}

.px-clamp-\[1920\2c 20\2c 40\2c 40\]{
  padding-right: clamp(20px, 2.083333333333333vw, 40px);
  padding-left: clamp(20px, 2.083333333333333vw, 40px);
}

.px-clamp-\[1920\2c 20\2c 80\2c 80\]{
  padding-right: clamp(20px, 4.166666666666666vw, 80px);
  padding-left: clamp(20px, 4.166666666666666vw, 80px);
}

.px-clamp-\[375\2c 10\2c 10\2c 30\]{
  padding-right: clamp(10px, 2.666666666666667vw, 30px);
  padding-left: clamp(10px, 2.666666666666667vw, 30px);
}

.px-clamp-\[375\2c 40\2c 40\2c 80\]{
  padding-right: clamp(40px, 10.666666666666668vw, 80px);
  padding-left: clamp(40px, 10.666666666666668vw, 80px);
}

.py-clamp-\[1440\2c 40\2c 60\2c 80\]{
  padding-top: clamp(40px, 4.166666666666666vw, 80px);
  padding-bottom: clamp(40px, 4.166666666666666vw, 80px);
}

.py-clamp-\[1920\2c 50\2c 100\2c 100\]{
  padding-top: clamp(50px, 5.208333333333334vw, 100px);
  padding-bottom: clamp(50px, 5.208333333333334vw, 100px);
}

.py-clamp-\[1920\2c 55\2c 110\2c 110\]{
  padding-top: clamp(55px, 5.729166666666666vw, 110px);
  padding-bottom: clamp(55px, 5.729166666666666vw, 110px);
}

.py-clamp-\[375\2c 10\2c 10\2c 20\]{
  padding-top: clamp(10px, 2.666666666666667vw, 20px);
  padding-bottom: clamp(10px, 2.666666666666667vw, 20px);
}

.py-clamp-\[375\2c 10\2c 10\2c 30\]{
  padding-top: clamp(10px, 2.666666666666667vw, 30px);
  padding-bottom: clamp(10px, 2.666666666666667vw, 30px);
}

.text-clamp-\[1440\2c 14\2c 16\2c 18\]{
  font-size: clamp(14px, 1.1111111111111112vw, 18px);
}

.text-clamp-\[1440\2c 18\2c 20\2c 24\]{
  font-size: clamp(18px, 1.3888888888888888vw, 24px);
}

.text-clamp-\[1920\2c 10\2c 12\2c 12\]{
  font-size: clamp(10px, 0.625vw, 12px);
}

.text-clamp-\[1920\2c 16\2c 22\2c 22\]{
  font-size: clamp(16px, 1.1458333333333333vw, 22px);
}

.text-clamp-\[1920\2c 20\2c 22\2c 22\]{
  font-size: clamp(20px, 1.1458333333333333vw, 22px);
}

.text-clamp-\[1920\2c 20\2c 22\]{
  font-size: clamp(20px, 1.1458333333333333vw, NaNpx);
}

.text-clamp-\[1920\2c 20\2c 28\2c 28\]{
  font-size: clamp(20px, 1.4583333333333333vw, 28px);
}

.text-clamp-\[1920\2c 24\2c 48\2c 48\]{
  font-size: clamp(24px, 2.5vw, 48px);
}

.text-clamp-\[375\2c \2c 16\2c 24\]{
  font-size: clamp(0px, 4.266666666666667vw, 24px);
}

.text-clamp-\[375\2c 10\2c 10\2c 12\]{
  font-size: clamp(10px, 2.666666666666667vw, 12px);
}

.text-clamp-\[375\2c 10\2c 12\2c 14\]{
  font-size: clamp(10px, 3.2vw, 14px);
}

.text-clamp-\[375\2c 10\2c 12\2c 16\]{
  font-size: clamp(10px, 3.2vw, 16px);
}

.text-clamp-\[375\2c 12\2c 12\2c 14\]{
  font-size: clamp(12px, 3.2vw, 14px);
}

.text-clamp-\[375\2c 12\2c 12\2c 24\]{
  font-size: clamp(12px, 3.2vw, 24px);
}

.text-clamp-\[375\2c 12\2c 13\2c 14\]{
  font-size: clamp(12px, 3.4666666666666663vw, 14px);
}

.text-clamp-\[375\2c 14\2c 16\2c 18\]{
  font-size: clamp(14px, 4.266666666666667vw, 18px);
}

.text-clamp-\[375\2c 16\2c 16\2c 18\]{
  font-size: clamp(16px, 4.266666666666667vw, 18px);
}

.text-clamp-\[375\2c 16\2c 16\2c 22\]{
  font-size: clamp(16px, 4.266666666666667vw, 22px);
}

.text-clamp-\[375\2c 16\2c 16\2c 24\]{
  font-size: clamp(16px, 4.266666666666667vw, 24px);
}

.text-clamp-\[375\2c 16\2c 18\2c 18\]{
  font-size: clamp(16px, 4.8vw, 18px);
}

.text-clamp-\[375\2c 18\2c 18\2c 24\]{
  font-size: clamp(18px, 4.8vw, 24px);
}

.text-clamp-\[375\2c 18\2c 20\2c 28\]{
  font-size: clamp(18px, 5.333333333333334vw, 28px);
}

.text-clamp-\[375\2c 20\2c 20\2c 40\]{
  font-size: clamp(20px, 5.333333333333334vw, 40px);
}

.text-clamp-\[375\2c 22\2c 22\2c 36\]{
  font-size: clamp(22px, 5.866666666666666vw, 36px);
}

.text-clamp-\[375\2c 23\2c 23\2c 28\]{
  font-size: clamp(23px, 6.133333333333333vw, 28px);
}

.text-clamp-\[375\2c 25\2c 25\2c 28\]{
  font-size: clamp(25px, 6.666666666666667vw, 28px);
}

.text-clamp-\[375\2c 36\2c 36\2c 60\]{
  font-size: clamp(36px, 9.6vw, 60px);
}

.text-vw-\[1920\2c 22\]{
  font-size: 1.1458333333333335vw;
}

.w-clamp-\[1440\2c 8\2c 12\2c 16\]{
  width: clamp(8px, 0.8333333333333334vw, 16px);
}

.w-clamp-\[1920\2c 200\2c 363\2c 363\]{
  width: clamp(200px, 18.90625vw, 363px);
}

.w-clamp-\[1920\2c 300\2c 600\2c 600\]{
  width: clamp(300px, 31.25vw, 600px);
}

.w-clamp-\[375\2c 200\2c 200\2c 300\]{
  width: clamp(200px, 53.333333333333336vw, 300px);
}

.w-clamp-\[375\2c 44\2c 44\2c 88\]{
  width: clamp(44px, 11.733333333333333vw, 88px);
}

/* sectionの余白 */

.section-sapace{
  margin-top: clamp(80px, 21.333333333333336vw, 120px);
}

@media (min-width: 769px) {
  .section-sapace{
    margin-top: clamp(80px, 8.333333333333332vw, 160px);
  }
}

/* コンテンツの左右余白 */

.wrap-space{
  padding-right: clamp(20px, 5.333333333333334vw, 40px);
  padding-left: clamp(20px, 5.333333333333334vw, 40px);
}

@media (min-width: 769px) {
  .wrap-space{
    padding-right: clamp(100px, 10.416666666666668vw, 200px);
    padding-left: clamp(100px, 10.416666666666668vw, 200px);
  }
}

/* テキストシャドウ */

.text-shadow-yellow{
  text-shadow: 2px 2px 0 #FFF632;
}

@media (min-width: 769px) {
  .text-shadow-yellow{
    text-shadow: 4px 4px 0 #FFF632;
  }
}

/* boxシャドウ */

.text-stroke-white {
  -webkit-text-stroke: #fff;
  -webkit-text-stroke-width: 1px;
}

.text-stroke-sitecolor1 {
  -webkit-text-stroke: #28b1ff;
  -webkit-text-stroke-width: 1px;
}

/* headerのグローバルナビの共通レイアウト */

@media (min-width: 769px) {
  .nav__list .nav__item:not(:last-child){
    margin-right: clamp(10px, 1.5625vw, 30px);
  }
}

.nav__link{
  font-weight: 700;
  font-size: clamp(14px, 0.9375vw, 18px);
}

@media (max-width: 768px) {
  header .nav__list{
    padding-top: clamp(80px, 21.333333333333336vw, 160px);
    max-width: clamp(304px, 162.13333333333333vw, 608px);
  }

  header .nav__item{
    --tw-translate-x: 50%;
    -webkit-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: 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));
    border-top-width: 1px;
    border-style: solid;
    --tw-border-opacity: 1;
    border-color: rgb(0 91 143 / var(--tw-border-opacity));
    -webkit-transition-duration: 300ms;
            transition-duration: 300ms;
    -webkit-transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
            transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
  }

  header .nav__item:last-child{
    border-bottom-width: 1px;
  }

  header .nav__link{
    display: block;
    --tw-text-opacity: 1;
    color: rgb(0 91 143 / var(--tw-text-opacity));
    padding-top: clamp(15px, 4vw, 30px);
    padding-bottom: clamp(15px, 4vw, 30px);
    padding-left: clamp(40px, 10.666666666666668vw, 80px);
    padding-right: clamp(28px, 7.466666666666668vw, 56px);
    font-size: clamp(14px, 3.733333333333334vw, 28px);
  }
}

/* 共通ボタン */

.btn-type1{
  margin-left: auto;
  margin-right: auto;
  display: block;
  border-width: 1px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(0 91 143 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  text-align: center;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(40 177 255 / var(--tw-text-opacity));
  -webkit-transition-duration: 300ms;
          transition-duration: 300ms;
  width: clamp(180px, 12.5vw, 240px);
  padding-top: clamp(10px, 1.0416666666666665vw, 20px);
  padding-right: clamp(10px, 1.0416666666666665vw, 20px);
  padding-bottom: clamp(10px, 1.0416666666666665vw, 20px);
  padding-left: clamp(10px, 1.0416666666666665vw, 20px);
  font-size: clamp(14px, 0.8333333333333334vw, 16px);
}

.btn-type1:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(40 177 255 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.btn-type2{
  position: relative;
  margin-left: auto;
  margin-right: auto;
  display: block;
  border-width: 1px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(0 91 143 / var(--tw-border-opacity));
  text-align: center;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(0 91 143 / var(--tw-text-opacity));
  width: clamp(200px, 16.666666666666664vw, 320px);
  padding-top: clamp(15px, 1.5625vw, 30px);
  padding-right: clamp(15px, 1.5625vw, 30px);
  padding-bottom: clamp(15px, 1.5625vw, 30px);
  padding-left: clamp(15px, 1.5625vw, 30px);
  font-size: clamp(14px, 0.8333333333333334vw, 16px);
}

.btn-type2::after{
  position: absolute;
  z-index: -1;
  height: 100%;
  --tw-bg-opacity: 1;
  background-color: rgb(255 246 50 / var(--tw-bg-opacity));
  -webkit-transition-duration: 300ms;
          transition-duration: 300ms;
  --tw-content: '';
  width: clamp(200px, 16.666666666666664vw, 320px);
  top: clamp(5px, 0.5208333333333333vw, 10px);
  content: var(--tw-content);
  left: clamp(5px, 0.5208333333333333vw, 10px);
}

.btn-type2:hover::after{
  top: 0px;
  content: var(--tw-content);
  left: 0px;
}

/* フォームの各項目 */

.form-item{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.form-item.select-box,.form-item.inquiry{
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

form .form-item:nth-child(n+2){
  margin-top: clamp(40px, 2.083333333333333vw, 60px);
  margin-top: clamp(30px, 8vw, 60px);
}

/* フォームの項目名部分 */

@media screen and (min-width:1025px){
  .item-name-wrap{
    padding-top: clamp(10px, 1.0416666666666667vw, 20px);
    padding-bottom: clamp(10px, 1.0416666666666667vw, 20px);
  }
}

.item-name-wrap{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: clamp(200px, 20.833333333333336vw, 400px);
  margin-right: clamp(20px, 2.083333333333333vw, 40px);
  margin-right: clamp(20px, 5.333333333333334vw, 40px);
}

.item-name{
  word-break: keep-all;
  font-weight: 700;
  letter-spacing: 0.1em;
  font-size: clamp(18px, 1.25vw, 24px);
  font-size: clamp(14px, 4.266666666666667vw, 20px);
  margin-right: clamp(20px, 2.083333333333333vw, 40px);
  margin-right: clamp(20px, 5.333333333333334vw, 40px);
}

/* 必須,任意 */

.required,.any{
  word-break: keep-all;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 5px;
  line-height: 1;
  font-size: clamp(12px, 0.7291666666666666vw, 14px);
  font-size: clamp(10px, 2.666666666666667vw, 12px);
  padding-top: clamp(5px, 0.5208333333333333vw, 10px);
  padding-bottom: clamp(5px, 0.5208333333333333vw, 10px);
  padding-right: clamp(10px, 1.0416666666666665vw, 20px);
  padding-left: clamp(10px, 1.0416666666666665vw, 20px);
  padding-top: clamp(5px, 1.3333333333333335vw, 10px);
  padding-bottom: clamp(5px, 1.3333333333333335vw, 10px);
  padding-right: clamp(10px, 2.666666666666667vw, 20px);
  padding-left: clamp(10px, 2.666666666666667vw, 20px);
}

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

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

/* フォームの入力項目部分 */

.form-input{
  display: inline-block;
  width: 100%;
}

@media (min-width: 1025px){
  .form-input{
    width: 60%;
  }
}

@media screen and (max-width:1024px){
  .form-input{
    margin-top: clamp(10px, 1.953125vw, 20px);
  }
}

/* フォームのチェックボックス項目部分 */

.mwform-checkbox-field:nth-of-type(2){
  margin-top: clamp(10px, 2.666666666666667vw, 20px);
}

.mwform-checkbox-field input, .mwform-radio-field input{
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
  -webkit-transform-origin: left;
          transform-origin: left;
  margin-right: clamp(5px, 0.5208333333333333vw, 10px) !important
}

/* フォームのセレクトボックス項目部分 */

/* .form-item.select-box .form-input{
    display: flex;
  } */

@media screen and (max-width:768px){
  .form-item.select-box .form-input{
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .mw_wp_form .horizontal-item{
    display: inline-block;
    width: -moz-fit-content;
    width: -webkit-fit-content;
    width: fit-content;
  }

  .mw_wp_form .horizontal-item + .horizontal-item{
    margin-left: 0 !important;
  }
}

.form-input input:not(input[type='checkbox']):not(input[type='text']):not(input[type='email']), form label *, .submit-wrap input{
  cursor: pointer;
}

.form-input input:not(input[type='checkbox']),.form-input textarea{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  border-radius: 5px;
  border-width: 1px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(40 177 255 / var(--tw-border-opacity));
  padding-top: clamp(10px, 1.0416666666666665vw, 20px);
  padding-right: clamp(10px, 1.0416666666666665vw, 20px);
  padding-bottom: clamp(10px, 1.0416666666666665vw, 20px);
  padding-left: clamp(10px, 1.0416666666666665vw, 20px);
  padding-top: clamp(5px, 1.3333333333333335vw, 10px);
  padding-bottom: clamp(5px, 1.3333333333333335vw, 10px);
  padding-right: clamp(10px, 2.666666666666667vw, 20px);
  padding-left: clamp(10px, 2.666666666666667vw, 20px);
  font-size: clamp(16px, 1.25vw, 24px);
  font-size: clamp(16px, 4.266666666666667vw, 20px);
}

@media (min-width: 769px){
  .form-input input:not(input[type='checkbox']),.form-input textarea{
    border-radius: 10px;
    border-width: 2px;
  }
}

.mwform-checkbox-field{
  font-size: clamp(16px, 1.25vw, 24px);
  font-size: clamp(16px, 4.266666666666667vw, 20px);
}

/* フォームの電話番号部分 */

.mwform-tel-field{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.form-item .mwform-tel-field input[type="text"], .form-item .mwform-zip-field input[type="text"]{
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0px;
          flex: 1 1 0;
}

.mw-wp-form__tel:nth-of-type(1){
  margin: 0 10px 0 0;
}

.mw-wp-form__tel:nth-of-type(2){
  margin: 0 10px;
}

.mw-wp-form__tel:nth-of-type(3){
  margin: 0 0 0 10px;
}

/* フォームのプラポリ部分 */

.policy-check{
  text-align: center;
  font-size: clamp(14px, 1.0416666666666665vw, 20px);
  font-size: clamp(14px, 3.733333333333334vw, 20px);
}

.policy-check .mwform-checkbox-field{
  margin-bottom: 5px;
  display: inline-block;
  border-bottom-width: 1px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(40 177 255 / var(--tw-border-opacity));
  padding-bottom: 5px;
}

.policy-check .form-input{
  width: 100%;
  text-align: center;
}

.policy-text{
  width: 100%;
  text-align: center;
}

.policy-text p{
  display: inline-block;
}

/* フォームの確認・送信 */

.submit-wrap{
  text-align: center;
  margin-top: clamp(60px, 6.25vw, 120px);
  margin-top: clamp(40px, 10.666666666666668vw, 80px);
}

.submit-wrap input[type='submit']{
  margin-left: auto;
  margin-right: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 10px;
  border-width: 1px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(40 177 255 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(40 177 255 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  -webkit-transition-duration: 300ms;
          transition-duration: 300ms;
  width: clamp(300px, 31.25vw, 600px);
  width: clamp(200px, 53.333333333333336vw, 300px);
  padding-top: clamp(20px, 1.5625vw, 30px);
  padding-right: clamp(20px, 1.5625vw, 30px);
  padding-bottom: clamp(20px, 1.5625vw, 30px);
  padding-left: clamp(20px, 1.5625vw, 30px);
  padding-top: clamp(10px, 2.666666666666667vw, 20px);
  padding-right: clamp(10px, 2.666666666666667vw, 20px);
  padding-bottom: clamp(10px, 2.666666666666667vw, 20px);
  padding-left: clamp(10px, 2.666666666666667vw, 20px);
  font-size: clamp(20px, 1.4583333333333333vw, 28px);
  font-size: clamp(16px, 4.266666666666667vw, 24px);
}

.submit-wrap input[type='submit']:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(40 177 255 / var(--tw-text-opacity));
}

.submit-wrap .back-btn{
  -webkit-transition-duration: 300ms;
          transition-duration: 300ms;
  font-size: clamp(16px, 1.25vw, 24px);
  font-size: clamp(16px, 4.266666666666667vw, 20px);
  margin-top: clamp(20px, 2.083333333333333vw, 40px);
  margin-top: clamp(20px, 5.333333333333334vw, 40px);
}

.submit-wrap .back-btn:hover{
  opacity: 0.6;
}

/* フォームのエラー */

.mw_wp_form .form-item .error{
  font-size: clamp(14px, 1.0416666666666665vw, 20px);
  font-size: clamp(14px, 3.733333333333334vw, 16px);
}

/* 内容確認ページ用 */

.sample1-confirm .policy-check ,.sample1-confirm .required,.sample1-confirm .any{
  display: none;
}

.sample1-confirm .form-item{
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom-width: 1px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(40 177 255 / var(--tw-border-opacity));
}

.sample1-confirm .form-input{
  font-size: clamp(16px, 1.25vw, 24px);
  font-size: clamp(16px, 4.266666666666667vw, 20px);
}

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

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

.before\:inset-y-0::before{
  content: var(--tw-content);
  top: 0px;
  bottom: 0px;
}

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

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

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

.before\:z-n1::before{
  content: var(--tw-content);
  z-index: -1;
}

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

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

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

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

.before\:bg-sky-400::before{
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: rgb(56 189 248 / var(--tw-bg-opacity));
}

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

.before\:h-clamp-\[1920\2c 300\2c 700\2c 700\]::before{
  content: var(--tw-content);
  height: clamp(300px, 36.45833333333333vw, 700px);
}

.before\:w-clamp-\[375\2c 30\2c 40\2c 200\]::before{
  content: var(--tw-content);
  width: clamp(30px, 10.666666666666668vw, 200px);
}

.before\:\[clip-path\:polygon\(100\%_0\2c _0_0\2c _0_100\%\)\]::before{
  content: var(--tw-content);
  clip-path: polygon(100% 0, 0 0, 0 100%);
}

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

.after\:bottom-0::after{
  content: var(--tw-content);
  bottom: 0px;
}

.after\:right-0::after{
  content: var(--tw-content);
  right: 0px;
}

.after\:z-n1::after{
  content: var(--tw-content);
  z-index: -1;
}

.after\:h-1\/2::after{
  content: var(--tw-content);
  height: 50%;
}

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

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

.after\:bg-sitecolor2::after{
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: rgb(255 246 50 / var(--tw-bg-opacity));
}

.after\:bg-sitecolor3::after{
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: rgb(255 253 204 / var(--tw-bg-opacity));
}

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

.after\:left-clamp-\[1920\2c 10\2c 20\2c 20\]::after{
  content: var(--tw-content);
  left: clamp(10px, 1.0416666666666665vw, 20px);
}

.after\:top-clamp-\[1920\2c 10\2c 20\2c 20\]::after{
  content: var(--tw-content);
  top: clamp(10px, 1.0416666666666665vw, 20px);
}

.after\:w-clamp-\[375\2c 30\2c 40\2c 200\]::after{
  content: var(--tw-content);
  width: clamp(30px, 10.666666666666668vw, 200px);
}

.after\:\[clip-path\:polygon\(100\%_0\2c _100\%_100\%\2c _0_100\%\)\]::after{
  content: var(--tw-content);
  clip-path: polygon(100% 0, 100% 100%, 0 100%);
}

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

.hover\:text-sitecolor1:hover{
  --tw-text-opacity: 1;
  color: rgb(40 177 255 / var(--tw-text-opacity));
}

.hover\:opacity-60:hover{
  opacity: 0.6;
}

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

@media (min-width: 769px){
  .min-768\:left-\[4px\]{
    left: 4px;
  }

  .min-768\:top-\[3px\]{
    top: 3px;
  }

  .min-768\:col-span-3{
    -ms-grid-column-span: 3;
    grid-column: span 3 / span 3;
  }

  .min-768\:flex{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .min-768\:hidden{
    display: none;
  }

  .min-768\:w-4\/5{
    width: 80%;
  }

  .min-768\:grid-cols-4{
    -ms-grid-columns: (minmax(0, 1fr))[4];
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .min-768\:items-center{
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }

  .min-768\:justify-start{
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }

  .min-768\:justify-center{
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }

  .min-768\:justify-between{
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }

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

  .min-768\:border-l-\[10px\]{
    border-left-width: 10px;
  }

  .min-768\:border-solid{
    border-style: solid;
  }

  .min-768\:border-sitecolor1{
    --tw-border-opacity: 1;
    border-color: rgb(40 177 255 / var(--tw-border-opacity));
  }

  .min-768\:bg-\[url\(\'\.\.\/\.\.\/assets\/img\/fv\.jpg\'\)\]{
    background-image: url('../../assets/img/fv.jpg');
  }

  .min-768\:bg-top{
    background-position: top;
  }

  .min-768\:p-2{
    padding: 0.5rem;
  }

  .min-768\:p-\[5px\]{
    padding: 5px;
  }

  .min-768\:text-center{
    text-align: center;
  }

  .min-768\:text-right{
    text-align: right;
  }

  .min-768\:leading-\[1\.5\]{
    line-height: 1.5;
  }

  .min-768\:mr-clamp-\[1920\2c 20\2c 40\2c 40\]{
    margin-right: clamp(20px, 2.083333333333333vw, 40px);
  }

  .min-768\:mr-clamp-\[1920\2c 40\2c 80\2c 80\]{
    margin-right: clamp(40px, 4.166666666666666vw, 80px);
  }

  .min-768\:mr-clamp-\[1920\2c 45\2c 90\2c 90\]{
    margin-right: clamp(45px, 4.6875vw, 90px);
  }

  .min-768\:mt-clamp-\[1920\2c 10\2c 15\2c 15\]{
    margin-top: clamp(10px, 0.78125vw, 15px);
  }

  .min-768\:mt-clamp-\[1920\2c 10\2c 20\2c 20\]{
    margin-top: clamp(10px, 1.0416666666666665vw, 20px);
  }

  .min-768\:mt-clamp-\[1920\2c 15\2c 30\2c 30\]{
    margin-top: clamp(15px, 1.5625vw, 30px);
  }

  .min-768\:mt-clamp-\[1920\2c 5\2c 10\2c 10\]{
    margin-top: clamp(5px, 0.5208333333333333vw, 10px);
  }

  .min-768\:px-clamp-\[1920\2c 20\2c 40\2c 40\]{
    padding-right: clamp(20px, 2.083333333333333vw, 40px);
    padding-left: clamp(20px, 2.083333333333333vw, 40px);
  }

  .min-768\:py-clamp-\[1920\2c 20\2c 30\2c 30\]{
    padding-top: clamp(20px, 1.5625vw, 30px);
    padding-bottom: clamp(20px, 1.5625vw, 30px);
  }

  .min-768\:py-clamp-\[1920\2c 20\2c 40\2c 40\]{
    padding-top: clamp(20px, 2.083333333333333vw, 40px);
    padding-bottom: clamp(20px, 2.083333333333333vw, 40px);
  }

  .min-768\:py-clamp-\[375\2c 40\2c 40\2c 60\]{
    padding-top: clamp(40px, 10.666666666666668vw, 60px);
    padding-bottom: clamp(40px, 10.666666666666668vw, 60px);
  }

  .min-768\:right-clamp-\[1920\2c 60\2c 170\2c 170\]{
    right: clamp(60px, 8.854166666666668vw, 170px);
  }

  .min-768\:text-clamp-\[1440\2c 10\2c 12\2c 14\]{
    font-size: clamp(10px, 0.8333333333333334vw, 14px);
  }

  .min-768\:text-clamp-\[1440\2c 12\2c 16\2c 20\]{
    font-size: clamp(12px, 1.1111111111111112vw, 20px);
  }

  .min-768\:text-clamp-\[1440\2c 16\2c 20\2c 24\]{
    font-size: clamp(16px, 1.3888888888888888vw, 24px);
  }

  .min-768\:text-clamp-\[1440\2c 20\2c 28\2c 40\]{
    font-size: clamp(20px, 1.9444444444444444vw, 40px);
  }

  .min-768\:text-clamp-\[1920\2c 10\2c 24\2c 24\2c 24\]{
    font-size: clamp(10px, 1.25vw, 24px);
  }

  .min-768\:text-clamp-\[1920\2c 12\2c 18\2c 18\]{
    font-size: clamp(12px, 0.9375vw, 18px);
  }

  .min-768\:text-clamp-\[1920\2c 16\2c 20\2c 20\]{
    font-size: clamp(16px, 1.0416666666666665vw, 20px);
  }

  .min-768\:text-clamp-\[1920\2c 16\2c 24\2c 24\]{
    font-size: clamp(16px, 1.25vw, 24px);
  }

  .min-768\:text-clamp-\[1920\2c 20\2c 28\2c 28\]{
    font-size: clamp(20px, 1.4583333333333333vw, 28px);
  }

  .min-768\:text-clamp-\[1920\2c 24\2c 48\2c 48\]{
    font-size: clamp(24px, 2.5vw, 48px);
  }

  .min-768\:text-clamp-\[1920\2c 40\2c 100\2c 100\]{
    font-size: clamp(40px, 5.208333333333334vw, 100px);
  }

  .min-768\:top-clamp-\[1920\2c 150\2c 305\2c 305\]{
    top: clamp(150px, 15.885416666666666vw, 305px);
  }

  .min-768\:w-clamp-\[1920\2c 195\2c 390\2c 390\]{
    width: clamp(195px, 20.3125vw, 390px);
  }

  .min-768\:w-clamp-\[1920\2c 200\2c 400\2c 400\]{
    width: clamp(200px, 20.833333333333336vw, 400px);
  }

  .min-768\:w-clamp-\[1920\2c 240\2c 480\2c 480\]{
    width: clamp(240px, 25vw, 480px);
  }

  .min-768\:w-clamp-\[1920\2c 320\2c 640\2c 640\]{
    width: clamp(320px, 33.33333333333333vw, 640px);
  }

  .min-768\:w-clamp-\[1920\2c 360\2c 720\2c 720\]{
    width: clamp(360px, 37.5vw, 720px);
  }

  .min-768\:w-clamp-\[1920\2c 420\2c 840\2c 840\]{
    width: clamp(420px, 43.75vw, 840px);
  }

  .min-768\:before\:w-clamp-\[1920\2c 300\2c 1240\2c 1240\]::before{
    content: var(--tw-content);
    width: clamp(300px, 64.58333333333334vw, 1240px);
  }
}

@media (min-width: 1025px){
  .min-1024\:grid-cols-3{
    -ms-grid-columns: (minmax(0, 1fr))[3];
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .min-1024\:w-clamp-\[1920\2c 240\2c 480\2c 480\]{
    width: clamp(240px, 25vw, 480px);
  }
}

@media (max-width: 768px){
  .max-768\:invisible{
    visibility: hidden;
  }

  .max-768\:absolute{
    position: absolute;
  }

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

  .max-768\:left-0{
    left: 0px;
  }

  .max-768\:top-0{
    top: 0px;
  }

  .max-768\:z-n1{
    z-index: -1;
  }

  .max-768\:block{
    display: block;
  }

  .max-768\:hidden{
    display: none;
  }

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

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

  .max-768\:flex-wrap{
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }

  .max-768\:bg-transparent{
    background-color: transparent;
  }

  .max-768\:text-center{
    text-align: center;
  }

  .max-768\:opacity-0{
    opacity: 0;
  }

  .max-768\:duration-300{
    -webkit-transition-duration: 300ms;
            transition-duration: 300ms;
  }

  .max-768\:h-clamp-\[375\2c 240\2c 240\2c 300\]{
    height: clamp(240px, 64vw, 300px);
  }

  .max-768\:max-h-clamp-\[375\2c 400\2c 400\2c 500\]{
    max-height: clamp(400px, 106.66666666666667vw, 500px);
  }

  .max-768\:mb-clamp-\[375\2c 10\2c 10\2c 20\]{
    margin-bottom: clamp(10px, 2.666666666666667vw, 20px);
  }

  .max-768\:mt-clamp-\[1920\2c 20\2c 40\2c 40\]{
    margin-top: clamp(20px, 2.083333333333333vw, 40px);
  }

  .max-768\:mt-clamp-\[375\2c 30\2c 30\2c 40\]{
    margin-top: clamp(30px, 8vw, 40px);
  }

  .max-768\:pb-clamp-\[375\2c 60\2c 60\2c 100\]{
    padding-bottom: clamp(60px, 16vw, 100px);
  }

  .max-768\:pt-clamp-\[375\2c 30\2c 30\2c 60\]{
    padding-top: clamp(30px, 8vw, 60px);
  }

  .max-768\:text-shadow-white{
    text-shadow: 1px 1px 0px #fff;
  }

  @media (min-width: 769px) {
    .max-768\:text-shadow-white{
      text-shadow: 4px 4px 0 #fff;
    }
  }
}

.\[\&\.active\]\:visible.active{
  visibility: visible;
}

.\[\&\.active\]\:z-40.active{
  z-index: 40;
}

.\[\&\.active\]\:bg-white\/\[0\.8\].active{
  background-color: rgb(255 255 255 / 0.8);
}

.\[\&\.active\]\:opacity-100.active{
  opacity: 1;
}

.\[\&\.active_li\]\:translate-x-\[0\%\].active li{
  --tw-translate-x: 0%;
  -webkit-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: 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));
}

.\[\&\.active_p\]\:text-white.active p{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.\[\&\.active_span\]\:bg-sitecolor4.active span{
  --tw-bg-opacity: 1;
  background-color: rgb(0 91 143 / var(--tw-bg-opacity));
}

.\[\&_\.post-block\:not\(\:last-child\)\]\:mb-clamp-\[375\2c 40\2c 40\2c 60\] .post-block:not(:last-child){
  margin-bottom: clamp(40px, 10.666666666666668vw, 60px);
}

@media (min-width: 769px){
  .min-768\:\[\&_\.post-block\:not\(\:last-child\)\]\:mb-clamp-\[1920\2c 20\2c 40\2c 40\] .post-block:not(:last-child){
    margin-bottom: clamp(20px, 2.083333333333333vw, 40px);
  }

  .min-768\:\[\&_\.post-block\:not\(\:last-child\)\]\:mr-clamp-\[1920\2c 20\2c 40\2c 40\] .post-block:not(:last-child){
    margin-right: clamp(20px, 2.083333333333333vw, 40px);
  }

  .min-768\:\[\&_\.post-block\:not\(\:last-child\)\]\:mr-clamp-\[1920\2c 20\2c 40\] .post-block:not(:last-child){
    margin-right: clamp(20px, 2.083333333333333vw, NaNpx);
  }
}

@media (max-width: 768px){
  .max-768\:\[\&_\.post-block\:not\(\:last-child\)\]\:mb-clamp-\[1920\2c 40\2c 60\2c 60\] .post-block:not(:last-child){
    margin-bottom: clamp(40px, 3.125vw, 60px);
  }

  .max-768\:\[\&_\.post-block\:not\(\:last-child\)\]\:mb-clamp-\[375\2c 40\2c 60\2c 60\] .post-block:not(:last-child){
    margin-bottom: clamp(40px, 16vw, 60px);
  }
}
/*# sourceMappingURL=tailwind-use.css.map */