/*
! tailwindcss v3.2.5 | MIT License | https://tailwindcss.com
*//*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/

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

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

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

html {
  line-height: 1.5; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -moz-tab-size: 4; /* 3 */
  -o-tab-size: 4;
     tab-size: 4; /* 3 */
  font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; /* 4 */
  font-feature-settings: normal; /* 5 */
}

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

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

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

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

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

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

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

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

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

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

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

b,
strong {
  font-weight: bolder;
}

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

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

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

small {
  font-size: 80%;
}

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

/*
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
2. Set the default placeholder color to the user's configured gray 400 color.
*/

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

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

/*
Set the default cursor for buttons.
*/

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

/*
Make sure disabled buttons don't get the pointer cursor.
*/
:disabled {
  cursor: default;
}

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

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

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

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

/* Make elements with the HTML hidden attribute stay hidden by default */
[hidden] {
  display: none;
}

*, ::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-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-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
}
.pointer-events-none {
  pointer-events: none;
}
.pointer-events-auto {
  pointer-events: auto;
}
.fixed {
  position: fixed;
}
.absolute {
  position: absolute;
}
.relative {
  position: relative;
}
.inset-0 {
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
}
.bottom-auto {
  bottom: auto;
}
.left-1\/2 {
  left: 50%;
}
.-bottom-12 {
  bottom: -3rem;
}
.left-0 {
  left: 0px;
}
.right-0 {
  right: 0px;
}
.bottom-8 {
  bottom: 2rem;
}
.m-auto {
  margin: auto;
}
.m-0 {
  margin: 0px;
}
.mx-auto {
  margin-left: auto;
  margin-right: auto;
}
.mx-2 {
  margin-right: 0.5rem;
  margin-left: 0.5rem;
}
.my-1 {
  margin-top: 0.25rem;
  margin-bottom: 0.25rem;
}
.my-2 {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}
.my-4 {
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.my-6 {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}
.my-0 {
  margin-top: 0px;
  margin-bottom: 0px;
}
.mt-0 {
  margin-top: 0px;
}
.mb-1 {
  margin-bottom: 0.25rem;
}
.ml-4 {
  margin-left: 1rem;
}
.mt-16 {
  margin-top: 4rem;
}
.mt-4 {
  margin-top: 1rem;
}
.mt-2 {
  margin-top: 0.5rem;
}
.mb-8 {
  margin-bottom: 2rem;
}
.-mt-8 {
  margin-top: -2rem;
}
.mb-4 {
  margin-bottom: 1rem;
}
.mr-\[10px\] {
  margin-right: 10px;
}
.mb-12 {
  margin-bottom: 3rem;
}
.mb-2 {
  margin-bottom: 0.5rem;
}
.block {
  display: block;
}
.flex {
  display: flex;
}
.hidden {
  display: none;
}
.h-\[4\.7rem\] {
  height: 4.7rem;
}
.h-16 {
  height: 4rem;
}
.w-full {
  width: 100%;
}
.w-5\/12 {
  width: 41.666667%;
}
.w-3\/12 {
  width: 25%;
}
.w-4\/12 {
  width: 33.333333%;
}
.w-1\/4 {
  width: 25%;
}
.w-11\/12 {
  width: 91.666667%;
}
.w-32 {
  width: 8rem;
}
.w-28 {
  width: 7rem;
}
.w-10\/12 {
  width: 83.333333%;
}
.w-1\/6 {
  width: 16.666667%;
}
.w-\[10\%\] {
  width: 10%;
}
.w-4 {
  width: 1rem;
}
.w-6 {
  width: 2rem;
}
.w-64 {
  width: 16rem;
}
.w-80-sp {
  width: 80%;
}
.max-w-screen-lg {
  max-width: 1024px;
}
.max-w-\[160px\] {
  max-width: 160px;
}
.max-w-\[130px\] {
  max-width: 130px;
}
.max-w-\[125px\] {
  max-width: 125px;
}
.max-w-3xl {
  max-width: 48rem;
}
.max-w-\[30px\] {
  max-width: 30px;
}
.max-w-7xl {
  max-width: 80rem;
}
.max-w-\[720px\] {
  max-width: 720px;
  width: 720px;
}
.-translate-y-36 {
  --tw-translate-y: -9rem;
  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));
}
.-translate-x-1\/2 {
  --tw-translate-x: -50%;
  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));
}
.-translate-y-1\/2 {
  --tw-translate-y: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.flex-row {
  flex-direction: row;
}
.flex-col {
  flex-direction: column;
}
.flex-wrap {
  flex-wrap: wrap;
}
.flex-nowrap {
  flex-wrap: nowrap;
}
.items-center {
  align-items: center;
}
.justify-center {
  justify-content: center;
}
.justify-between {
  justify-content: space-between;
}
.justify-around {
  justify-content: space-around;
}
.overflow-visible {
  overflow: visible;
}
.rounded-3xl {
  border-radius: 1.5rem;
}
.rounded-full {
  border-radius: 9999px;
}
.rounded-xl {
  border-radius: 0.75rem;
}
.border-2 {
  border-width: 2px;
}
.border {
  border-width: 1px;
}
.border-0 {
  border-width: 0px;
}
.border-\[color\:var\(--color-primary\)\] {
  border-color: var(--color-primary);
}
.border-\[color\:var\(--color-blue\)\] {
  border-color: var(--color-blue);
}
.border-\[color\:var\(--color-orange-lite\)\] {
  border-color: var(--color-orange-lite);
}
.bg-transparent {
  background-color: transparent;
}
.bg-\[color\:var\(--color-primary\)\] {
  background-color: var(--color-primary);
}
.bg-\[color\:var\(--color-bg-section\)\] {
  background-color: var(--color-bg-section);
}
.bg-\[\#e3faff\] {
  --tw-bg-opacity: 1;
  background-color: rgb(227 250 255 / var(--tw-bg-opacity));
}
.bg-white {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.bg-\[color\:var\(--color-blue\)\] {
  background-color: var(--color-blue);
}
.bg-\[color\:var\(--color-orange-lite\)\] {
  background-color: var(--color-orange-lite);
}
.bg-\[color\:var\(--color-pale-orange\)\] {
  background-color: var(--color-pale-orange);
}
.p-4 {
  padding: 1rem;
}
.px-8 {
  padding-left: 2rem;
  padding-right: 2rem;
}
.px-2 {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.py-4 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.px-4 {
  padding-left: 1rem;
  padding-right: 1rem;
}
.py-2 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.px-0 {
  padding-left: 0px;
  padding-right: 0px;
}
.pt-44 {
  padding-top: 11rem;
}
.pb-2 {
  padding-bottom: 1rem;
}
.pb-12 {
  padding-bottom: 3rem;
}
.pt-0 {
  padding-top: 0px;
}
.pt-12 {
  padding-top: 3rem;
}
.pb-36 {
  padding-bottom: 9rem;
}
.text-center {
  text-align: center;
}
.text-base {
  font-size: 1rem;
  line-height: 1.5rem;
}
.text-x0 {
  font-size: 1.1rem;
}
.text-xl {
  font-size: 1.25rem;
  line-height: 1.75rem;
}
.text-xs {
  font-size: 0.75rem;
  line-height: 1rem;
}
.text-xs2 {
  font-size: 0.85rem;
  line-height: 1rem;
}
.text-2xl {
  font-size: 1.5rem;
  line-height: 2rem;
}
.text-sm {
  font-size: 0.875rem;
  line-height: 1.25rem;
}
.font-bold {
  font-weight: 700;
}
.font-normal {
  font-weight: 400;
}
.leading-relaxed {
  line-height: 1.625;
}
.text-\[color\:var\(--color-text-invert\)\] {
  color: var(--color-text-invert);
}
.text-\[color\:var\(--color-text\)\] {
  color: var(--color-text);
}
.text-\[color\:var\(--color-orange-lite\)\] {
  color: var(--color-orange-lite);
}
.text-\[color\:var\(--color-primary\)\] {
  color: var(--color-primary);
}
.underline {
  text-decoration-line: underline;
}
.shadow-lg {
  --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-xl {
  --tw-shadow: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
:root {
  --color-primary: #3EC0DB;
  --color-accent: #FCA249;
  --color-bg: #f4f4f4;
  --color-bg-section: #ffffff;
  --color-text: #333333;
  --color-text-invert: #ffffff;
  --color-header-bdr: #EAEAEA;

  --color-blue: #3ea5dc;
  --color-orange: #db7a40;
  --color-pink: #880000;
  --color-green: #47a34b;
  --color-yellow: #d3a713;
  --color-orange-lite: #fba248;
  --color-pale-orange: #FEECD8;
  --color-white: #ffffff;

  --color-gray: #e2e3e2;
  --color-gray-dark: #646564;

  --color-alert: #d5071a;
}
html {
  scroll-padding-top: 15rem;
  scroll-behavior: smooth;
}
@media (min-width: 640px) {

  html {
    scroll-padding-top: 10rem;
  }
}
body {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  background-color: var(--color-bg);
  color: var(--color-text);
  position: relative;
  width: 100vw;
}
@media (min-width: 640px) {

  body {
    overflow-x: hidden;
  }
}
body.stop-scroll {
  overflow: hidden;
}
img {
  width: 100%;
  height: auto;
  display: block;
}
a {
  text-decoration: none;
  color: var(--color-text);
}
.sp-only-br{
  display: inline-block;
}
.pc-only-br{
  display: none;
}
.header {
  z-index: 10;
  width: 100vw;
  position: fixed;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  bottom: auto;
}
.header > div {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 1024px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  background-color: var(--color-bg-section);
  --tw-shadow: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.header .h1 {
  border-bottom-width: 1px;
  border-color: var(--color-header-bdr);
}
@media (min-width: 768px) {

  .header .h1 {
    border-bottom-width: 0px;
  }
}
.header .h1 {
  margin: 0px;
  width: 100%;
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
}
@media (min-width: 768px) {

  .header .h1 {
    width: 41.666667%;
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
    position: relative;
  }
}
.header .h1 .link {
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  width: 75%;
}
.header .h1 .link .image {
  width: 100%;
}
.header .ul {
  font-size: 0.875rem;
  line-height: 1.25rem;
  margin-left: auto;
  margin-right: auto;
  width: 91.666667%;
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
}
@media (min-width: 768px) {

  .header .ul {
    margin: 0px;
    width: 50%;
  }
}
.header .ul {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header .ul .li {
  border-left-width: 1px;
  border-color: var(--color-header-bdr);
  text-align: center;
}
.header .ul .li:first-child {
  border-left-width: 0px;
}
.header .ul .li {
  font-size: 0.75rem;
  line-height: 1rem;
}
@media (min-width: 768px) {

  .header .ul .li {
    font-size: 0.875rem;
    line-height: 1.25rem;
  }
}
.header .ul .li .a {
  font-weight: 700;
}
.header .ul .li .a.active {
  color: var(--color-primary);
  text-decoration: underline;
  text-underline-offset: 5px;
  text-decoration-thickness: 2px;
}
.alert {
  margin-bottom: 3rem;
  border-width: 2px;
  border-color: var(--color-alert);
  padding: 1rem;
  color: var(--color-alert);
}
@media (min-width: 640px) {

  .alert {
    margin-bottom: 6rem;
  }
}
.alert h4 {
  margin-bottom: 1rem;
  font-weight: 700;
}
.section {
  margin-left: auto;
  margin-right: auto;
  width: 91.666667%;
  margin-bottom: 7rem;
}
@media (min-width: 640px) {

  .section {
    margin-bottom: 7rem;
  }
}
@media (min-width: 768px) {

  .section {
    margin-bottom: 11rem;
  }
}
.section.full {
  width: 100%;
}
.contact {
  border-top-left-radius: 0.75rem;
  border-top-right-radius: 0.75rem;
  border-width: 2px;
  color: var(--color-text-invert);
  margin-top: 2rem;
  margin-bottom: 2rem;
}
@media (min-width: 640px) {

  .contact {
    margin-top: 3rem;
    margin-bottom: 3rem;
  }
}
.contact:last-child {
  margin-bottom: 2rem;
}
.contact .title {
  text-align: center;
  font-weight: 700;
  padding: 0.5rem;
  font-size: 1.25rem;
  line-height: 1.75rem;
}
@media (min-width: 640px) {

  .contact .title {
    padding: 1rem;
    font-size: 1.5rem;
    line-height: 2rem;
  }
}
.contact .content {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding: 1rem;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: space-between;
}
@media (min-width: 768px) {

  .contact .content {
    flex-direction: row;
  }
}
.contact .content::after {
  display: block;
  width: 45%;
  --tw-content: '';
  content: var(--tw-content);
}
.contact .content .link {
  border-radius: 0.75rem;
  border-width: 0px;
  padding: 1rem;
  color: var(--color-text-invert);
  position: relative;
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}
@media (min-width: 768px) {

  .contact .content .link {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }
}
.contact .content .link:hover {
  cursor: pointer;
  opacity: 0.8;
}
.contact .content .link {
  width: 100%;
}
@media (min-width: 768px) {

  .contact .content .link {
    width: 48%;
  }
}
.contact .content .link {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.contact .content .link div {
  display: flex;
  min-height: 3rem;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}
.contact .content .link div p {
  font-size: 0.75rem;
  line-height: 1rem;
}
.contact .content .link div p:first-child {
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 700;
}
@media (min-width: 640px) {

  .contact .content .link div p {
    font-size: 0.875rem;
    line-height: 1.25rem;
  }

  .contact .content .link div p:first-child {
    font-size: 1.125rem;
    line-height: 1.75rem;
    font-weight: 700;
  }
}
.contact .content .link img {
  height: 1rem;
  width: 1rem;
  flex-shrink: 0;
  flex-grow: 0;
}
.contact.blue {
  border-color: var(--color-blue);
  background-color: var(--color-blue);
}
.contact.blue .content .link {
  background-color: var(--color-blue);
}
.contact.pink {
  border-color: var(--color-pink);
  background-color: var(--color-pink);
}
.contact.pink .content .link {
  background-color: var(--color-pink);
}
.contact.orange {
  border-color: var(--color-orange);
  background-color: var(--color-orange);
}
.contact.orange .content .link {
  background-color: var(--color-orange);
}
.contact.green {
  border-color: var(--color-green);
  background-color: var(--color-green);
}
.contact.green .content .link {
  background-color: var(--color-green);
}
.contact.yellow {
  border-color: var(--color-yellow);
  background-color: var(--color-yellow);
}
.contact.yellow .content .link {
  background-color: var(--color-yellow);
}
.modal {
  position: fixed;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  z-index: 20;
  height: 100%;
  width: 100%;
  background-color: rgb(0,0,0,0.8);
  display: flex;
  align-items: center;
  justify-content: center;
  overscroll-behavior: contain;
}
.modal .content {
  position: relative;
  margin: auto;
  max-width: 768px;
  overflow-y: scroll;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding: 2rem;
  --tw-shadow: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  max-height: 90vh;
  width: 91.666667%;
}
@media (min-width: 640px) {

  .modal .content {
    width: 100%;
  }
}
.modal .content .close {
  position: absolute;
  right: 0.5rem;
  top: 0.5rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.modal .content .close:hover {
  cursor: pointer;
  opacity: 0.8;
}
.modal .content .close img {
  width: 2rem;
}
.modal .content .close span {
  font-size: 0.75rem;
  line-height: 1rem;
  font-weight: 700;
}
.modal .content .bottom-close {
  margin-top: 3rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (min-width: 640px) {

  .modal .content .bottom-close {
    display: none;
  }
}
.modal .content .bottom-close a {
  width: 66.666667%;
  border-radius: 9999px;
  border-width: 0px;
  background-color: var(--color-gray-dark);
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 2rem;
  padding-right: 2rem;
  text-align: center;
  color: var(--color-text-invert);
  --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.modal .content .bottom-close a:hover {
  cursor: pointer;
  opacity: 0.8;
}
.modal .content .tag {
  margin-top: 2rem;
  margin-bottom: 1rem;
  width: 6rem;
  background-color: var(--color-gray);
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  text-align: center;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 700;
}
.modal .content .title {
  margin-top: 1rem;
  margin-bottom: 1rem;
  padding-left: 1rem;
  padding-right: 1rem;
  text-align: center;
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: 700;
}
.modal .content .lede {
  margin-top: 1rem;
  margin-bottom: 1rem;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 700;
}
.modal .content .subtitle {
  margin-top: 1rem;
  margin-bottom: 0.5rem;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.modal .content .subtitle::before {
  margin-right: 1rem;
  display: block;
  height: 0.5rem;
  width: 0.5rem;
  flex-shrink: 0;
  --tw-content: '';
  content: var(--tw-content);
}
.modal .content .subtitle p {
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 700;
}
.modal .content .subtitle .note {
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 400;
}
.modal .content .button {
  display: flex;
}
.modal .content .button a {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0.5rem;
  border-width: 0px;
  width: 16rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.modal .content .button a:hover {
  cursor: pointer;
  opacity: 0.8;
}
.modal .content .button a p {
  text-align: center;
  font-size: 0.875rem;
  line-height: 1.25rem;
}
.modal .content .button a img {
  width: 1rem;
}
.modal .content .button a img:first-child {
  margin-right: 0.5rem;
}
.modal .content .button a img:last-child {
  margin-left: 0.5rem;
}
.modal .content .button.bordered a {
  border-width: 2px;
}
/** .modal.blue */
.modal.blue .content .title {
  background-color: var(--color-blue);
  color: var(--color-text-invert);
}
.modal.blue .content .subtitle::before {
  content: var(--tw-content);
  background-color: var(--color-blue);
}
.modal.blue .content .button a {
  background-color: var(--color-blue);
  color: var(--color-text-invert);
}
.modal.blue .content .button.bordered a {
  border-color: var(--color-blue);
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  color: var(--color-blue);
}
/** .modal.pink */
.modal.pink .content .title {
  background-color: var(--color-pink);
  color: var(--color-text-invert);
}
.modal.pink .content .subtitle::before {
  content: var(--tw-content);
  background-color: var(--color-pink);
}
.modal.pink .content .button a {
  background-color: var(--color-pink);
  color: var(--color-text-invert);
}
.modal.pink .content .button.bordered a {
  border-color: var(--color-pink);
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  color: var(--color-pink);
}
/** .modal.orange */
.modal.orange .content .title {
  background-color: var(--color-orange);
  color: var(--color-text-invert);
}
.modal.orange .content .subtitle::before {
  content: var(--tw-content);
  background-color: var(--color-orange);
}
.modal.orange .content .button a {
  background-color: var(--color-orange);
  color: var(--color-text-invert);
}
.modal.orange .content .button.bordered a {
  border-color: var(--color-orange);
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  color: var(--color-orange);
}
/** .modal.green */
.modal.green .content .title {
  background-color: var(--color-green);
  color: var(--color-text-invert);
}
.modal.green .content .subtitle::before {
  content: var(--tw-content);
  background-color: var(--color-green);
}
.modal.green .content .button a {
  background-color: var(--color-green);
  color: var(--color-text-invert);
}
.modal.green .content .button.bordered a {
  border-color: var(--color-green);
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  color: var(--color-green);
}
/** .modal.yellow */
.modal.yellow .content .title {
  background-color: var(--color-yellow);
  color: var(--color-text-invert);
}
.modal.yellow .content .subtitle::before {
  content: var(--tw-content);
  background-color: var(--color-yellow);
}
.modal.yellow .content .button a {
  background-color: var(--color-yellow);
  color: var(--color-text-invert);
}
.modal.yellow .content .button.bordered a {
  border-color: var(--color-yellow);
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  color: var(--color-yellow);
}
.hover\:cursor-pointer:hover {
  cursor: pointer;
}
.hover\:opacity-80:hover {
  opacity: 0.8;
}
.text-em {
  margin: 1rem auto;
  background-color: #fff;
  color: #000;
  padding: 0.5rem;
  font-size: 0.85rem;
}
.text-em-orange {
  color: var(--color-orange-lite);
  font-size: 1.5em;
}
.text-sup {
  font-size: 0.5rem;
}

@media (min-width: 375px) {

  .min-\[375px\]\:block {
    display: block;
  }
}
@media (min-width: 640px) {

  .sm\:bottom-24 {
    bottom: 6rem;
  }

  .sm\:my-2 {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
  }

  .sm\:my-3 {
    margin-top: 0.75rem;
    margin-bottom: 0.75rem;
  }

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

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

  .sm\:mr-0 {
    margin-right: 0px;
  }

  .sm\:block {
    display: block;
  }

  .sm\:hidden {
    display: none;
  }

  .sm\:h-28 {
    height: 7rem;
  }

  .sm\:w-28 {
    width: 7rem;
  }

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

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

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

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

  .sm\:pt-52 {
    padding-top: 13rem;
  }

  .sm\:pb-20 {
    padding-bottom: 5rem;
  }

  .sm\:text-2xl {
    font-size: 1.5rem;
    line-height: 2rem;
  }

  .sm\:text-4xl {
    font-size: 2.25rem;
    line-height: 2.5rem;
  }

  .sm\:text-xs {
    font-size: 0.75rem;
    line-height: 1rem;
  }
}
@media (min-width: 768px) {

  .md\:static {
    position: static;
  }

  .md\:my-4 {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }

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

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

  .md\:-mt-12 {
    margin-top: -3rem;
  }

  .md\:block {
    display: block;
  }

  .md\:flex {
    display: flex;
  }

  .md\:hidden {
    display: none;
  }

  .md\:w-auto {
    width: auto;
  }

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

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

  .md\:pt-6 {
    padding-top: 1.5rem;
  }

  .md\:pb-20 {
    padding-bottom: 5rem;
  }

  .md\:text-3xl {
    margin-top: 1.35rem;
    font-size: 1.875rem;
    line-height: 2.25rem;
  }

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

  .md\:text-4xl {
    font-size: 2.25rem;
    line-height: 2.5rem;
  }

  .md\:text-xl {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
  .text-em {
    margin: 1rem auto;
    background-color: #fff;
    color: #000;
    padding: 1rem;
    font-size: 1.2rem;
    width: 88%;
    }
    .text-em-orange {
      color: var(--color-orange-lite);
      font-size: 1.8rem;
  }
  .text-sup {
    font-size: 1rem;
  }
}

.border-orange {
  border: 1px solid var(--color-orange-lite);
  border-radius: 15px 15px 0 0;
  padding-bottom: 1rem;
}

.border-dRed {
  border: 3px solid rgb(192, 80, 77);
}

.bg-orange {
  background-color: var(--color-orange-lite);
  border-radius: 10px 10px 0 0;
  padding: 1rem;
}

.bg-gray{
  background-color: var(--color-bg);
  margin: 0 2rem 1rem 2rem;
  padding: 0.5rem;
}

.dotted-r {
  padding: 1rem 0;
  border-bottom: 2px dotted #C9C9C9;
}

.border-radius {
  border-radius: 5px;
}

.bold-0 {
  font-weight: normal;
}

.pc-only {
  display: none;
}

.sp-only {
  display: block;
}

.tel-flex-sp {
  display: flex;
  flex-direction: row;
  align-items: baseline;
  font-size: 0.9rem;
}

.ml-2 {
  margin-left: 0.5rem;
}

.bottom-0 {
  bottom: 0;
}

.bg-orange-sp {
  background-color: var(--color-orange-lite);
  border-radius: 50px;
  margin: 0 auto;
  /* padding: 1rem; */
}

.banner-sp-flex {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  align-items: center;
  font-size: 0.75rem;
  font-weight: 500;
}

.banner-sp-tel {
  font-size: 1.3rem;
  font-weight: bold;
}

@media (min-width: 768px) {
  .dotted-r {
    padding: 1rem 1rem 1rem 0;
    border-right: 2px dotted #C9C9C9;
    border-bottom: none;
  }
  .w-80-sp {
    width: auto;
  }
  .dotted-l {
    margin: 1rem 0 1rem 1rem;
  }
  .sp-only-br2 {
    display: none;
  }
}

@media (min-width: 1023px) {
  .pc-only {
    display: block;
  }
  .sp-only {
    display: none;
  }
}

/* バナー */

.floating-banner {
  position: fixed;
  z-index: 2;
  bottom: 0;
  /* right: 0; */
  width: 100vw;
  left: 50.5%;
  /* transform: translateX(-50%); */
}

.w-100 {
  width: 100%;
}

.w-90 {
  width: 90%;
}

.w-40 {
  width: 48%;
}

.floating-banner a {
  text-decoration: none;
  max-width: 1024px;
  margin: 0 auto;
  width: 100%;
  /* padding: 0 0.1rem; */
}

.close-banner {
  position: absolute;
  top: 12px;
  right: -30px;
  width: 16px;
  height: 16px;
}

@media screen and (max-width: 990px) {
  .floating-banner {
      display: none;
  }
}
@media screen and (max-width: 560px) {
  .floating-banner {
      display: inline-block;
  }
  .close-banner {
    top: 0;
    right: 5px;
  }
}

.icon-em::before {
  content: url(/img/icon-before.png);
  vertical-align: middle;
  padding-right: 5px;
}

.p-banner{
  max-width: 1024px;
  margin: 0 auto;
  display: flex;
}

.line-h {
  line-height: 1.3rem;
}

.space-even {
  justify-content: space-evenly;
}

.opacity {
  background-color:rgba(255,255,255,0.9);
}

.w-100vw {
  width: 100vw;
}

.modal-overlay {
  position: fixed;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  z-index: 20;
  height: 100%;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  overscroll-behavior: contain;
  z-index: 200;
}
.modal .content {
  z-index: 210;
}

@media (min-width: 768px) {
  .section#about {
    margin-bottom: 10.5rem;
  }
}

.section.bg-transparent {
  padding-top: 6rem;
  margin-bottom: 5.6rem;
}

@media screen and (max-width: 767px ) {
  .section.bg-transparent {
    padding-top: 25vw;
    margin-bottom: 8rem;
  }

  .pb-13{
    padding-bottom: 0.5rem;
  }
}

@media screen and (max-width: 600px ) {
  .section.bg-transparent {
    padding-top: 28vw;
  }
}

@media screen and (max-width: 500px ) {
  .section.bg-transparent {
    padding-top: 33vw;
  }
}

.text-tel{
  font-size: 0.9rem;
}

@media screen and (max-width: 767px) {
    .br-sp { display:none; }
}