/*
! 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 {
  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 */
  font-feature-settings: normal; /* 5 */
  font-variation-settings: normal; /* 6 */
  -webkit-tap-highlight-color: transparent; /* 7 */
}

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

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

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

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

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

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

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

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

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

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

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

b,
strong {
  font-weight: bolder;
}

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

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

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

small {
  font-size: 80%;
}

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-feature-settings: inherit; /* 1 */
  font-variation-settings: inherit; /* 1 */
  font-size: 100%; /* 1 */
  font-weight: inherit; /* 1 */
  line-height: inherit; /* 1 */
  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::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-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:  ;
}
.container{
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 1rem;
  padding-left: 1rem;
}
@media (min-width: 640px){

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

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

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

  .container{
    max-width: 1280px;
  }
}
@media (min-width: 1536px){

  .container{
    max-width: 1536px;
  }
}
.visible{
  visibility: visible;
}
.mt-12{
  margin-top: 3rem;
}
.mt-16{
  margin-top: 4rem;
}
.mt-6{
  margin-top: 1.5rem;
}
.mt-8{
  margin-top: 2rem;
}
.block{
  display: block;
}
.inline{
  display: inline;
}
.flex{
  display: flex;
}
.table{
  display: table;
}
.hidden{
  display: none;
}
.w-48{
  width: 12rem;
}
.transform{
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.resize{
  resize: both;
}
.items-center{
  align-items: center;
}
.justify-between{
  justify-content: space-between;
}
.bg-table_blue{
  --tw-bg-opacity: 1;
  background-color: rgb(240 245 255 / var(--tw-bg-opacity));
}
.bg-table_sky{
  --tw-bg-opacity: 1;
  background-color: rgb(232 249 253 / var(--tw-bg-opacity));
}
.bg-table_yellow{
  --tw-bg-opacity: 1;
  background-color: rgb(252 247 181 / var(--tw-bg-opacity));
}
.\!pt-4{
  padding-top: 1rem !important;
}
.text-center{
  text-align: center;
}
.text-base{
  font-size: 1rem;
  line-height: 1.5rem;
}
.text-sm{
  font-size: 0.875rem;
  line-height: 1.25rem;
}
.text-xs{
  font-size: 0.75rem;
  line-height: 1rem;
}
.font-bold{
  font-weight: 700;
}
.underline{
  text-decoration-line: underline;
}
.antialiased{
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.shadow-md{
  --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.filter{
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.transition{
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
/*------------------------------------------------------------------
[Table of Contents]

0. Utilities
1. Mobile Menu / #mobile-menu
2. Header / #header
    2.1. Navigation / #navbar
3. Home / #home
    3.1. Slider
    3.2. Home sections
4. Footer / #footer
5. Pages / #page
6. Single / #single
7. Forms
-------------------------------------------------------------------*/
body{
  font-family: Noto Sans JP, sans-serif;
  font-size: 1rem;
  line-height: 1.5rem;
  --tw-text-opacity: 1;
  color: rgb(51 51 51 / var(--tw-text-opacity));
}
/*------------------------------------------------------------------
[0. Utilities]
*/
.button{
  display: inline-block;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(27 72 153 / var(--tw-bg-opacity));
  padding-left: 2rem;
  padding-right: 2rem;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  text-align: center;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  --tw-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
  --tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.button:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(0 102 204 / var(--tw-bg-opacity));
}
.button {
  transition: 0.3s ease all;
}
.button.big{
  padding-left: 4rem;
  padding-right: 4rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  font-size: 1.125rem;
  line-height: 1.75rem;
}
.desktop{
  display: none;
}
@media (min-width: 1024px){

  .desktop{
    display: block;
  }
}
.mobile{
  display: block;
}
@media (min-width: 1024px){

  .mobile{
    display: none;
  }
}
.container {
  max-width: 1240px;
}
.container.wide {
    max-width: 1344px;
  }
.disc-list{
  list-style-position: outside;
  list-style-type: disc;
  margin-left: 20px;
}
.row{
  justify-content: space-between;
}
@media (min-width: 1024px){

  .row{
    display: flex;
  }

  .row > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(1.5rem * var(--tw-space-x-reverse));
    margin-left: calc(1.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .row .half{
    width: 50%;
  }
}
.row .half img{
  display: block;
  width: 100%;
}
/*------------------------------------------------------------------
[1. Mobile Menu]
*/
.mobile-menu{
  position: fixed;
  bottom: 0px;
  left: 0px;
  right: 0px;
  top: 0px;
  width: 100%;
  overflow: scroll;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding-bottom: 3rem;
  opacity: 0;
  z-index: 9999;
  transition: 0.3s ease all;
  visibility: hidden;
}
.mobile-menu.is-active {
    visibility: visible;
    opacity: 1;
  }
.mobile-menu h1{
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
  border-radius: 0.375rem;
  --tw-bg-opacity: 1;
  background-color: rgb(27 72 153 / var(--tw-bg-opacity));
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  text-align: center;
  font-size: 1.125rem;
  line-height: 1.75rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.mobile-menu ul.header-links{
  margin-top: 1.5rem;
  display: block;
}
.mobile-menu ul.header-links > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(0px * var(--tw-space-x-reverse));
  margin-left: calc(0px * calc(1 - var(--tw-space-x-reverse)));
}
.mobile-menu ul.header-links{
  padding-left: 1rem;
  padding-right: 1rem;
}
.mobile-menu ul.header-links li{
  border-bottom-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(211 221 240 / var(--tw-border-opacity));
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  font-size: 1rem;
  line-height: 1.5rem;
}
.mobile-menu .copyright{
  margin-top: 3rem;
  text-align: center;
  font-size: 0.875rem;
  line-height: 1.25rem;
}
.mobile-menu-close-wrapper{
  margin-top: 2rem;
  text-align: center;
}
.mobile-menu-close-wrapper i{
  margin-right: 0.5rem;
}
ul.mobile-menu-nav .has-mega-menu{
  padding-right: 0.5rem;
}
ul.mobile-menu-nav .has-mega-menu > a {
      background: url("../images/icon-plus.png") no-repeat right center;
      background-size: 20px;
    }
ul.mobile-menu-nav .has-mega-menu > a.is-active {
        background: url("../images/icon-minus.png") no-repeat right center;
        background-size: 20px;
      }
ul.mobile-menu-nav > li{
  margin-bottom: 0.5rem;
  width: 100%;
  border-radius: 0.375rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(211 221 240 / var(--tw-border-opacity));
  padding-left: 0.25rem;
  padding-right: 0.25rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
ul.mobile-menu-nav > li > a{
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding-left: 0.5rem;
}
ul.mobile-menu-nav > li > a span{
  display: block;
  font-weight: 700;
}
ul.mobile-menu-nav > li > a .icon{
  margin-right: 1rem;
}
ul.mobile-menu-nav > li > a img{
  display: inline-block;
  width: 1.5rem;
}
ul.mobile-menu-nav > li > a .mobile-menu-a-inner{
  display: flex;
  align-items: center;
}
ul.mobile-menu-nav .mega-menu-inner {
    transition: 0.3s ease all;
    visibility: hidden;
    margin-top: 0px;
    height: 0px;
    overflow: hidden;
    padding-left: 1rem;
    padding-right: 1rem;
    opacity: 0;
  }
ul.mobile-menu-nav .mega-menu-inner.is-active{
  visibility: visible;
  margin-top: 1rem;
  height: auto;
  opacity: 1;
}
ul.mobile-menu-nav .mega-menu-inner h4{
  margin-bottom: 1rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(0 102 204 / var(--tw-text-opacity));
}
ul.mobile-menu-nav .mega-menu-inner ul.mega-menu-submenu > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(0.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.5rem * var(--tw-space-y-reverse));
}
ul.mobile-menu-nav .mega-menu-inner ul.mega-menu-submenu li a{
  display: block;
  padding-left: 1.5rem;
  --tw-text-opacity: 1;
  color: rgb(51 51 51 / var(--tw-text-opacity));
}
ul.mobile-menu-nav .mega-menu-inner ul.mega-menu-submenu li a:hover{
  text-decoration-line: underline;
  opacity: 0.8;
}
ul.mobile-menu-nav .mega-menu-inner ul.mega-menu-submenu li a {
          background: url("../images/icon-mega-menu-item.png") no-repeat left
            center;
          background-size: 12px;
        }
ul.mobile-menu-nav .mega-menu-inner hr{
  margin-top: 1rem;
  margin-bottom: 1rem;
  border-bottom-width: 2px;
  border-top-width: 0px;
  --tw-border-opacity: 1;
  border-color: rgb(211 221 240 / var(--tw-border-opacity));
}
ul.mobile-menu-nav .mega-menu-inner ul.mega-menu-bigmenu > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(0.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.5rem * var(--tw-space-y-reverse));
}
ul.mobile-menu-nav .mega-menu-inner ul.mega-menu-bigmenu li{
  text-align: center;
  font-size: 0.875rem;
  line-height: 1.25rem;
}
ul.mobile-menu-nav .mega-menu-inner ul.mega-menu-bigmenu li a{
  display: flex;
  height: 3rem;
  align-items: center;
  justify-content: center;
  border-radius: 0.375rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(0 102 204 / var(--tw-text-opacity));
}
ul.mobile-menu-nav .mega-menu-inner ul.mega-menu-bigmenu li a:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(0 102 204 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
ul.mobile-menu-nav .mega-menu-inner ul.mega-menu-bigmenu li a {
          border: 1px solid #8ca3cc;
          transition: 0.3s ease all;
        }
.mobile-menu-open{
  font-size: 1.5rem;
  line-height: 2rem;
  --tw-text-opacity: 1;
  color: rgb(51 51 51 / var(--tw-text-opacity));
}
/*------------------------------------------------------------------
[2. Header]
*/
header .header-top{
  padding-top: 1rem;
  padding-bottom: 1rem;
}
@media (min-width: 1024px){

  header .header-top{
    padding-bottom: 1.5rem;
    padding-top: 2rem;
  }
}
header .header-bottom{
  display: none;
}
@media (min-width: 1024px){

  header .header-bottom{
    display: block;
  }
}
header .logo{
  width: 18rem;
}
@media (min-width: 1024px){

  header .logo{
    width: 24rem;
  }
}
.header-links{
  display: none;
  justify-content: flex-end;
}
.header-links > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(1.5rem * var(--tw-space-x-reverse));
  margin-left: calc(1.5rem * calc(1 - var(--tw-space-x-reverse)));
}
@media (min-width: 1024px){

  .header-links{
    display: flex;
  }
}
.header-links li a{
  display: inline-block;
  padding-left: 0.75rem;
  --tw-text-opacity: 1;
  color: rgb(0 102 204 / var(--tw-text-opacity));
}
.header-links li a:hover{
  text-decoration-line: underline;
  opacity: 0.75;
}
.header-links li a {
      background: url("../images/icon-triangle.png") no-repeat left center;
      background-size: 6px 8px;
      transition: 0.3s ease all;
    }
ul.main-menu{
  display: flex;
  justify-content: center;
}
ul.main-menu li:hover img.menu-icon{
  display: none;
}
ul.main-menu li:hover img.menu-icon-hover{
  display: inline-block !important;
}
ul.main-menu li{
    width: 14.2857143%;
}
ul.main-menu li a {
      transition: 0.3s ease all;
      display: block;
      border-top-left-radius: 0.375rem;
      border-top-right-radius: 0.375rem;
      padding-bottom: 1rem;
      padding-top: 1.5rem;
      font-weight: 700;
    }
ul.main-menu li a:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(0 102 204 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
ul.main-menu li a .icon,
      ul.main-menu li a .text{
  display: block;
  width: 100%;
}
ul.main-menu li a .icon {
        min-height: 48px;
        text-align: center;
      }
ul.main-menu li a .icon img{
  display: inline-block;
}
ul.main-menu li a .icon .menu-icon-hover{
  display: none;
}
ul.main-menu li a .text{
  margin-top: 0.25rem;
  text-align: center;
  font-weight: 700;
}
ul.mega-menus{
  position: relative;
  height: 0px;
  overflow: visible;
}
ul.mega-menus > li{
  visibility: hidden;
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  opacity: 0;
    z-index: 9999;
    transition: 0.1s ease all;
}
ul.mega-menus > li.is-hover{
  visibility: visible;
  opacity: 1;
}
ul.mega-menus > li .mega-menu-inner{
  border-radius: 0.375rem;
  border-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(0 102 204 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding-left: 2rem;
  padding-right: 2rem;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}
ul.mega-menus > li .mega-menu-inner h4{
  margin-bottom: 1rem;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(0 102 204 / var(--tw-text-opacity));
}
ul.mega-menus > li .mega-menu-inner h4 a:hover{
  text-decoration-line: underline;
  opacity: 0.9;
}
ul.mega-menus > li .mega-menu-inner hr{
  margin-top: 1rem;
  margin-bottom: 1rem;
  border-bottom-width: 2px;
  border-top-width: 0px;
  --tw-border-opacity: 1;
  border-color: rgb(211 221 240 / var(--tw-border-opacity));
}
ul.mega-menus ul.mega-menu-submenu{
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  -moz-column-gap: 1.5rem;
  column-gap: 1.5rem;
  row-gap: 0.75rem;
}
ul.mega-menus ul.mega-menu-submenu li{
  font-size: 0.875rem;
  line-height: 1.25rem;
}
ul.mega-menus ul.mega-menu-submenu li a{
  display: block;
  padding-left: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(51 51 51 / var(--tw-text-opacity));
}
ul.mega-menus ul.mega-menu-submenu li a:hover{
  text-decoration-line: underline;
  opacity: 0.8;
}
ul.mega-menus ul.mega-menu-submenu li a {
        background: url("../images/icon-mega-menu-item.png") no-repeat left
          center;
        background-size: 10px;
        line-height: 1.25em;
      }
ul.mega-menus ul.mega-menu-bigmenu{
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  -moz-column-gap: 1.5rem;
  column-gap: 1.5rem;
  row-gap: 0.75rem;
}
ul.mega-menus ul.mega-menu-bigmenu li{
  text-align: center;
  font-size: 0.875rem;
  line-height: 1.25rem;
}
ul.mega-menus ul.mega-menu-bigmenu li a{
  display: flex;
  height: 3rem;
  align-items: center;
  justify-content: center;
  border-radius: 0.375rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(0 102 204 / var(--tw-text-opacity));
}
ul.mega-menus ul.mega-menu-bigmenu li a:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(0 102 204 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
ul.mega-menus ul.mega-menu-bigmenu li a {
        border: 1px solid #8ca3cc;
        transition: 0.3s ease all;
      }
/*------------------------------------------------------------------
[3. Home]
*/
.kv-inner{
  margin-left: -1rem;
  width: 100vw;
}
@media (min-width: 1024px){

  .kv-inner{
    margin-left: 0px;
    width: 100%;
  }
}
.kv-inner img{
  display: block;
  width: 100%;
}
main{
  margin-top: 1rem;
}
@media (min-width: 1024px){

  main{
    margin-top: 2.5rem;
  }
}
.layout{
  justify-content: space-between;
}
@media (min-width: 1024px){

  .layout{
    display: flex;
  }
}
.layout.full-width .content{
  width: 100%;
}
@media screen and (min-width: 0px) {
.layout .content {
      width: 100%
  }
    }
@media screen and (min-width: 1024px) {
.layout .content {
      width: 895px
  }
    }
@media screen and (min-width: 0px) {
.layout .sidebar {
      width: 100%
  }
    }
@media screen and (min-width: 1024px) {
.layout .sidebar {
      width: 240px
  }
    }
/* Panel */
.tabs{
  display: flex;
  align-items: stretch;
  justify-content: space-between;
}
.tabs > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(1rem * var(--tw-space-x-reverse));
  margin-left: calc(1rem * calc(1 - var(--tw-space-x-reverse)));
}
.tabs{
  font-size: 1.25rem;
  line-height: 1.75rem;
}
.tabs > span,
  .tabs > a{
  width: 50%;
  border-top-left-radius: 0.5rem;
  border-top-right-radius: 0.5rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  text-align: center;
}
.tabs .tab1,
  .tabs .tab2 {
    transition: 0.3s ease all;
    display: flex;
    width: 100%;
    cursor: pointer;
    align-items: center;
    justify-content: center;
    font-weight: 500;
  }
.tabs .tab1:hover,
  .tabs .tab2:hover{
  opacity: 0.8;
}
.tabs .tab1.is-active, .tabs .tab2.is-active{
  cursor: default;
}
.tabs .tab1.is-active:hover, .tabs .tab2.is-active:hover{
  opacity: 1;
}
.tabs .tab1{
  --tw-bg-opacity: 1;
  background-color: rgb(209 239 255 / var(--tw-bg-opacity));
}
.tabs .tab1 img{
  width: 1rem;
}
.tabs .tab2{
  display: none;
  --tw-bg-opacity: 1;
  background-color: rgb(116 206 234 / var(--tw-bg-opacity));
  padding-top: 0px;
  padding-bottom: 0px;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
@media (min-width: 1024px){

  .tabs .tab2{
    display: flex;
  }
}
.tabs .tab2 img{
  width: 1.5rem;
}
.tabs .tab-inner{
  text-align: center;
}
.tabs .tab-inner img{
  margin-right: 0.5rem;
  display: inline-block;
}
.tab-contents .tab-content1.is-active, .tab-contents .tab-content2.is-active{
  display: block;
}
.tab-contents .tab-content1,
  .tab-contents .tab-content2{
  display: none;
}
.tab-contents .tab-content2 ul.panels{
  --tw-bg-opacity: 1;
  background-color: rgb(116 206 234 / var(--tw-bg-opacity));
}
.tab-content2-mobile {
  transition: 0.3s ease all;
}
.tab-content2-mobile ul.panels{
  --tw-bg-opacity: 1;
  background-color: rgb(116 206 234 / var(--tw-bg-opacity));
}
.tab2-mobile {
  transition: 0.3s ease all;
  margin-top: 1rem;
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: center;
  border-radius: 0.375rem;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
  --tw-bg-opacity: 1;
  background-color: rgb(116 206 234 / var(--tw-bg-opacity));
  padding-top: 1rem;
  padding-bottom: 1rem;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
@media (min-width: 1024px){

  .tab2-mobile{
    display: none;
  }
}
.tab2-mobile .tab-inner{
  display: flex;
  font-size: 1.25rem;
  line-height: 1.75rem;
}
.tab2-mobile .tab-inner img{
  margin-right: 0.75rem;
  width: 1.75rem;
}
.tab-content2-mobile{
  display: block;
}
@media (min-width: 1024px){

  .tab-content2-mobile{
    display: none;
  }
}
ul.panels{
  justify-content: space-between;
  --tw-bg-opacity: 1;
  background-color: rgb(209 239 255 / var(--tw-bg-opacity));
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  padding-bottom: 1rem;
  padding-top: 0px;
}
@media (min-width: 1024px){

  ul.panels{
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    padding-top: 2rem;
  }
}
ul.panels li{
  margin-bottom: 0.5rem;
  width: 100%;
  list-style-type: none;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
@media (min-width: 1024px){

  ul.panels li{
    margin-bottom: 1rem;
  }
}
ul.panels li {
    line-height: 1.5em;
  }
ul.panels li a{
  display: flex;
  align-items: center;
  justify-content: flex-start;
  border-radius: 0.375rem;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  text-align: center;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(51 51 51 / var(--tw-text-opacity));
  text-decoration-line: none !important;
  --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
ul.panels li a:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(234 237 251 / var(--tw-bg-opacity));
}
@media (min-width: 1024px){

  ul.panels li a{
    justify-content: center;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    padding-top: 0px;
    padding-bottom: 0px;
  }
}
ul.panels li a {
      transition: 0.3s ease all;
    }
@media screen and (min-width: 0px) {
ul.panels li a {
        background: url("../images/icon-arrow.png") no-repeat right center white;
        background-size: 7px 12px;
        background-position: 97% center
    }
      }
@media screen and (min-width: 1024px) {
ul.panels li a {
        min-height: 144px;
        background: white
    }
      }
ul.panels li a br{
  display: none;
}
@media (min-width: 1024px){

  ul.panels li a br{
    display: inline;
  }
}
ul.panels li a span{
  font-size: 1.125rem;
  line-height: 1.75rem;
        line-height: 1.5em;
}
.section-heading{
  margin-bottom: 0px;
  display: flex;
  justify-content: space-between;
}
@media (min-width: 1024px){

  .section-heading{
    margin-bottom: 2rem;
  }
}
.section-heading .title{
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.section-heading .title .icon{
  margin-right: 1rem;
  margin-top: 0.5rem;
}
.section-heading .title h2{
  font-size: 1.5rem;
  line-height: 2rem;
}
.section-heading .link{
  display: none;
}
@media (min-width: 1024px){

  .section-heading .link{
    display: block;
  }
}
section.home-news{
  margin-top: 3rem;
}
ul.home-news li{
  list-style-type: none;
}
ul.home-news li:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(234 237 251 / var(--tw-bg-opacity));
}
ul.home-news li:hover .cat{
  --tw-bg-opacity: 1;
  background-color: rgb(0 102 204 / var(--tw-bg-opacity));
  --tw-text-opacity: 1 !important;
  color: rgb(255 255 255 / var(--tw-text-opacity)) !important;
}
ul.home-news li a{
  display: block;
  justify-content: flex-start;
  border-bottom-width: 2px;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  padding-right: 1.5rem;
  text-decoration-line: none !important;
}
@media (min-width: 1024px){

  ul.home-news li a{
    display: flex;
    padding-top: 1.75rem;
    padding-bottom: 1.75rem;
    padding-right: 0px;
  }
}
ul.home-news li a {
      border-color: #f0f5ff;
      background: url("../images/icon-arrow.png") no-repeat right center;
      background-size: 6px 10px;
    }
ul.home-news li .meta{
  display: flex;
}
ul.home-news li .meta .date{
  --tw-text-opacity: 1;
  color: rgb(51 51 51 / var(--tw-text-opacity));
}
@media (min-width: 1024px){

  ul.home-news li .meta .date{
    padding-left: 1.5rem;
  }
}
ul.home-news li .meta .category{
  margin-left: 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (min-width: 1024px){

  ul.home-news li .meta .category{
    margin-left: 0px;
    width: 8rem;
  }
}
ul.home-news li .meta .category .cat{
  border-radius: 9999px;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(0 102 204 / var(--tw-border-opacity));
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  --tw-text-opacity: 1;
  color: rgb(51 51 51 / var(--tw-text-opacity));
          padding-top: 3px;
          padding-bottom: 3px;
          font-size: 11px;
          line-height: 1em;
}
ul.home-news li .title{
  margin-top: 0.5rem;
}
@media (min-width: 1024px){

  ul.home-news li .title{
    margin-top: 0px;
  }
}
ul.home-news li .title span{
  display: block;
  --tw-text-opacity: 1;
  color: rgb(0 102 204 / var(--tw-text-opacity));
}
/*------------------------------------------------------------------
[3. Sidebar]
*/
.sidebar{
  margin-top: 4rem;
}
@media (min-width: 1024px){

  .sidebar{
    margin-top: 0px;
  }
}
.widget{
  margin-bottom: 1.75rem;
}
.widget a {
    transition: 0.3s ease all;
  }
.widget a img {
      transition: 0.3s ease all;
      width: 100%;
    }
.widget a img:hover{
  opacity: 0.75;
}
ul.menu-banners > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(0.75rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.75rem * var(--tw-space-y-reverse));
}
ul.menu-banners li a{
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0.375rem;
  border-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(27 72 153 / var(--tw-border-opacity));
}
ul.menu-banners li a:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(234 237 251 / var(--tw-bg-opacity));
}
ul.menu-banners li a {
      height: 85px;
    }
ul.menu-banners li h5{
  font-size: 1.125rem;
  line-height: 1.75rem;
      line-height: 1.2em;
}
ul.menu-banners li .icon{
  margin-right: 1rem;
}
ul.menu-banners li .icon img {
        width: 21px;
      }
.page-navigation-widget{
  border-radius: 0.375rem;
  border-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(211 221 240 / var(--tw-border-opacity));
  padding-left: 2rem;
  padding-right: 2rem;
  padding-bottom: 1.25rem;
  padding-top: 1.5rem;
}
.page-navigation-widget .big-heading h2{
  margin-bottom: 1.5rem;
  text-align: center;
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: 700;
}
.page-navigation-widget .heading h3{
  margin-bottom: 2rem;
  border-radius: 0.125rem;
  --tw-bg-opacity: 1;
  background-color: rgb(27 72 153 / var(--tw-bg-opacity));
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  text-align: center;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
@media (min-width: 1024px){

  .page-navigation-widget .heading h3{
    font-size: 0.875rem;
    line-height: 1.25rem;
  }
}
.page-navigation-widget.home{
  --tw-border-opacity: 1;
  border-color: rgb(27 72 153 / var(--tw-border-opacity));
}
.page-navigation-widget.home .heading h3{
  margin-bottom: 0px;
}
.page-navigation-widget.home ul.page-navigation-menu li{
  font-size: 1rem;
  line-height: 1.5rem;
}
.page-navigation-widget.home ul.page-navigation-menu li a{
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}
ul.page-navigation-menu{
  margin-bottom: 1rem;
  margin-top: 0.5rem;
}
ul.page-navigation-menu li{
  list-style-type: none;
  border-bottom-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(211 221 240 / var(--tw-border-opacity));
}
ul.page-navigation-menu li a{
  display: block;
  padding-top: 1rem;
  padding-bottom: 1rem;
  padding-right: 1rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(0 102 204 / var(--tw-text-opacity));
}
ul.page-navigation-menu li a:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(234 237 251 / var(--tw-bg-opacity));
}
ul.page-navigation-menu li a {
      background: url("../images/icon-arrow-blue.png") no-repeat right center;
      background-size: 6px 10px;
    }
ul.page-navigation-menu.faq-list li{
  border-bottom-width: 1px;
}
ul.page-navigation-menu.faq-list li a{
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  font-size: 1rem;
  line-height: 1.5rem;
  text-decoration-line: none !important;
}
ul.faq li{
  list-style-type: none;
}
ul.faq .faq-item-a{
  min-height: 5rem;
  padding-top: 1rem;
    background: #eaedfb;
}
ul.faq .faq-item-text{
  position: relative;
  padding: 1rem;
}
ul.faq .faq-item-text .faq-item-letter{
  position: absolute;
}
ul.faq .faq-item-text .faq-item-letter span{
  display: block;
  width: 2.5rem;
  border-radius: 0.375rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(27 72 153 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  text-align: center;
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(51 51 51 / var(--tw-text-opacity));
}
ul.faq .faq-item-text .faq-item-content,
    ul.faq .faq-item-text .faq-item-heading{
  padding-left: 3.5rem;
  padding-top: 0.5rem;
}
ul.faq .faq-item-text .faq-item-content h4,
      ul.faq .faq-item-text .faq-item-content p,
      ul.faq .faq-item-text .faq-item-heading h4,
      ul.faq .faq-item-text .faq-item-heading p{
  margin-top: 0px;
  font-weight: 400;
}
@media (min-width: 1024px){

  .villa-layout{
    display: flex;
  }

  .villa-layout > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(2rem * var(--tw-space-x-reverse));
    margin-left: calc(2rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .villa-layout .image,
  .villa-layout .text{
    width: 50%;
  }
}
/*------------------------------------------------------------------
[4. Footer]
*/
#footer-breadcrumbs{
  margin-top: 4rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  background: #f0f5ff;
}
#footer-breadcrumbs .footer-breadcrumbs {
    color: #1b4899;
  }
#footer-breadcrumbs .footer-breadcrumbs a {
      color: #1b4899;
    }
#footer-breadcrumbs .footer-breadcrumbs a:hover{
  text-decoration-line: underline;
}
/*------------------------------------------------------------------
[4. Footer]
*/
footer{
  margin-top: 0px;
}
footer li{
  list-style-position: inside;
  list-style-type: disc;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
@media (min-width: 1024px){

  footer li{
    list-style-type: none;
  }
}
footer .footer-top{
  --tw-bg-opacity: 1;
  background-color: rgb(58 103 203 / var(--tw-bg-opacity));
  padding-bottom: 1.5rem;
  padding-top: 2rem;
}
@media (min-width: 1024px){

  footer .footer-top{
    padding-top: 3rem;
  }
}
footer .footer-top .footer-top-inner{
  justify-content: flex-start;
}
@media (min-width: 1024px){

  footer .footer-top .footer-top-inner{
    display: flex;
  }
}
footer .footer-top .site-info{
  margin-right: 4rem;
}
footer .footer-top .site-info h1{
  margin-bottom: 1rem;
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
footer .footer-top .site-info p{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
        line-height: 1.75em;
}
footer .footer-top .site-info p a{
  text-decoration-line: underline;
}
footer .footer-top .site-info p a:hover{
  text-decoration-line: none;
}
footer .footer-top .footer-menu-widget{
  margin-top: 2.5rem;
  display: flex;
  justify-content: space-between;
}
footer .footer-top .footer-menu-widget > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(3rem * var(--tw-space-x-reverse));
  margin-left: calc(3rem * calc(1 - var(--tw-space-x-reverse)));
}
@media (min-width: 1024px){

  footer .footer-top .footer-menu-widget{
    margin-top: 0px;
    justify-content: flex-start;
  }
}
footer .footer-top .footer-menu-widget ul.footer-menu{
  width: 50%;
}
footer .footer-top .footer-menu-widget ul.footer-menu > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(1rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1rem * var(--tw-space-y-reverse));
}
@media (min-width: 1024px){

  footer .footer-top .footer-menu-widget ul.footer-menu{
    width: auto;
  }
}
footer .footer-top .footer-menu-widget ul.footer-menu li a{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
footer .footer-top .footer-menu-widget ul.footer-menu li a:hover{
  text-decoration-line: underline;
}
footer .footer-top ul.footer-links{
  margin-top: 2.5rem;
  justify-content: flex-end;
}
footer .footer-top ul.footer-links > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(1rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1rem * var(--tw-space-y-reverse));
}
footer .footer-top ul.footer-links{
  border-top-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(211 221 240 / var(--tw-border-opacity));
  padding-top: 2rem;
  padding-bottom: 2rem;
}
@media (min-width: 1024px){

  footer .footer-top ul.footer-links{
    margin-top: 4rem;
    display: flex;
  }

  footer .footer-top ul.footer-links > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(2.5rem * var(--tw-space-x-reverse));
    margin-left: calc(2.5rem * calc(1 - var(--tw-space-x-reverse)));
    --tw-space-y-reverse: 0;
    margin-top: calc(0px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0px * var(--tw-space-y-reverse));
  }

  footer .footer-top ul.footer-links{
    border-width: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
  }
}
footer .footer-top ul.footer-links li a{
  display: inline;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  font-size: 1rem;
  line-height: 1.5rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
footer .footer-top ul.footer-links li a:hover{
  text-decoration-line: underline;
}
@media (min-width: 1024px){

  footer .footer-top ul.footer-links li a{
    display: block;
    padding-top: 0px;
    padding-bottom: 0px;
    font-size: 0.75rem;
    line-height: 1rem;
  }
}
footer .footer-bottom{
  padding-top: 1rem;
  padding-bottom: 1rem;
}
@media (min-width: 1024px){

  footer .footer-bottom{
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
footer .footer-bottom #copyright{
  text-align: center;
  font-size: 0.875rem;
  line-height: 1.25rem;
}
@media (min-width: 1024px){

  footer .footer-bottom #copyright{
    text-align: right;
  }
}
/*------------------------------------------------------------------
[5. Pages]
*/
section {
}
.section-heading {
}
.section-content {
}
header.page {
  box-shadow: 0 3px 5px 0 rgba(185, 217, 226, 0.36);
}
#breadcrumbs{
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}
.breadcrumbs{
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 500;
  color: #707070;
}
.breadcrumbs a {
    color: #707070;
  }
.breadcrumbs a:hover{
  text-decoration-line: underline;
}
#page-title .page-title-inner{
  padding-bottom: 2rem;
  padding-top: 2rem;
}
@media (min-width: 1024px){

  #page-title .page-title-inner{
    padding-bottom: 4rem;
    padding-top: 2.5rem;
  }
}
#page-title .page-title-inner h1{
  font-weight: 700;
}
@media screen and (min-width: 0px) {
#page-title .page-title-inner h1 {
        font-size: 24px
    }
      }
@media screen and (min-width: 1024px) {
#page-title .page-title-inner h1 {
        font-size: 32px
    }
      }
#page-title{
  border-bottom: 3px solid #2671b8;
}
#page-title .page-title-bg{
  align-items: flex-end;
  justify-content: space-between;
}
@media (min-width: 1024px){

  #page-title .page-title-bg{
    display: flex;
  }
}
#page-title .page-title-bg .page-title-image{
  text-align: right;
}
#page-title .page-title-bg .page-title-image img{
  display: inline-block;
  max-height: 6rem;
}
@media (min-width: 1024px){

  #page-title .page-title-bg .page-title-image img{
    max-height: 10rem;
  }
}
#page-title .post-meta{
  margin-top: 1rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(55 65 81 / var(--tw-text-opacity));
}
.page-title-wrapper {
}
.page-title-inner {
}
.page-content{
  padding-bottom: 3rem;
}
.page-content img.full-image{
  display: block;
  width: 100%;
}
.page-content > .image{
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}
.page-content .h2-content-indent{
  padding-left: 1.5rem;
}
.page-content p.teaser{
  margin-bottom: 1rem;
  margin-top: 0px;
  border-radius: 0.375rem;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  padding-left: 5rem;
  padding-right: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
    line-height: 1.75em;
    background: url("../images/icon-teaser.png") no-repeat #2671b8;
    background-position: 16px center;
    background-size: 54px;
}
.page-content .button{
  margin-top: 1rem;
  display: block;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  text-decoration-line: none;
}
.page-content .button:hover{
  opacity: 0.8;
}
.page-content .button-mb1{
  margin-bottom: 1rem;
}
@media (min-width: 1024px){

  .page-content .button{
    display: inline-block;
    padding-left: 6rem;
    padding-right: 6rem;
  }
}
.page-content .button {
    transition: 0.3s ease all;
    border-radius: 4px;
    background: url("../images/icon-arrow-right-white.svg") no-repeat #1b4899;
    background-position: 90% center;
    background-size: 7px;
  }
.page-content .faq-button{
  border-radius: 9999px;
  border-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(27 72 153 / var(--tw-border-opacity));
  background-color: transparent;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 6rem;
  padding-right: 3rem;
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(27 72 153 / var(--tw-text-opacity));
}
.page-content .faq-button:hover{
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(27 72 153 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  opacity: 1;
}
.page-content .faq-button {
    background: url("../images/icon-faq.png") no-repeat;
    background-position: 36px center;
    background-size: 52px;
    transition: 0.3s ease all;
  }
.page-content .toc {
    background: #f5f5f5;
    margin-top: 3rem;
    border-radius: 0.375rem;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
    font-size: 1rem;
    line-height: 1.5rem;
  }
@media (min-width: 1024px){

  .page-content .toc{
    padding-left: 1.75rem;
    padding-right: 1.75rem;
    padding-top: 2rem;
    padding-bottom: 2rem;
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}
.page-content .toc ul > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(1.25rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1.25rem * var(--tw-space-y-reverse));
}
.page-content .toc ul li{
  list-style-type: none;
}
.page-content .toc ul li a {
          transition: 0.3s ease all;
          background: url("../images/icon-arrow-down.svg") no-repeat right
            center;
          background-size: 16px;
          display: inline-block;
          padding-right: 2rem;
          --tw-text-opacity: 1;
          color: rgb(51 51 51 / var(--tw-text-opacity));
          text-decoration-line: none;
        }
.page-content .toc ul li a:hover{
  text-decoration-line: underline;
  opacity: 0.6;
}
.page-content h2{
  position: relative;
  margin-bottom: 1.5rem;
  margin-left: 1rem;
  margin-top: 4rem;
  padding-bottom: 0.5rem;
  padding-left: 0.5rem;
  padding-top: 0.5rem;
  font-weight: 700;
}
.page-content h2:first-child{
  margin-top: 0px;
}
@media screen and (min-width: 0px) {
.page-content h2 {
      font-size: 20px
  }
    }
@media screen and (min-width: 1024px) {
.page-content h2 {
      font-size: 26px
  }
    }
.page-content h2{
    border-bottom: 2px solid #d3ddf0;
    line-height: 1.25em;
}
.page-content h2:before {
      content: "";
      width: 4px;
      position: absolute;
      left: -1rem;
      bottom: 0px;
      display: block;
      height: 100%;
      --tw-bg-opacity: 1;
      background-color: rgb(38 113 184 / var(--tw-bg-opacity));
      top: 2px;
    }
.page-content h3{
  margin-bottom: 0.75rem;
  margin-top: 2rem;
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 700;
}
@media (min-width: 1024px){

  .page-content h3{
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}
.page-content h3:before {
      content: "◆ ";
      --tw-text-opacity: 1;
      color: rgb(27 72 153 / var(--tw-text-opacity));
    }
.page-content h4{
  margin-bottom: 2rem;
  margin-top: 2rem;
  font-size: 1.2rem;
  line-height: 2.2rem;
  font-weight: 700;
}
.page-content h5{
  margin-bottom: 1.25rem;
  margin-top: 2rem;
  font-weight: 700;
}
.page-content p{
  margin-top: 0.75rem;
  margin-bottom: 0.75rem;
  font-size: 1rem;
  line-height: 1.5rem;
  --tw-text-opacity: 1;
  color: rgb(51 51 51 / var(--tw-text-opacity));
    line-height: 1.85em;
}
.page-content p a{
  --tw-text-opacity: 1;
  color: rgb(0 102 204 / var(--tw-text-opacity));
}
.page-content p a.pdf-link,
    .page-content p a[href$=".pdf"]{
  margin-right: 0px;
  display: inline;
  padding-left: 0px;
      background: none;
}
.page-content p.indented{
  margin-top: -0.5rem;
  padding-left: 1rem;
}
.page-content li {
    line-height: 1.55em;
  }
.page-content ol{
  list-style-position: outside;
  list-style-type: decimal;
}
.page-content ol > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(0px * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0px * var(--tw-space-y-reverse));
}
.page-content ol{
  padding-left: 1rem;
  font-size: 1rem;
  line-height: 1.5rem;
}
.page-content ol li{
  padding-left: 0.25rem;
}
.page-content .text-red{
  --tw-text-opacity: 1;
  color: rgb(220 38 38 / var(--tw-text-opacity));
}
.page-content a{
  --tw-text-opacity: 1;
  color: rgb(0 102 204 / var(--tw-text-opacity));
  text-decoration-line: underline;
}
.page-content a:hover{
  text-decoration-line: none;
}
.page-content ul{
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.page-content ul > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(0.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.5rem * var(--tw-space-y-reverse));
}
.page-content .gray-box{
  margin-top: 1.75rem;
  margin-bottom: 1.75rem;
  border-radius: 0.125rem;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
    background: #e8f8fd;
}
.page-content .gray-box h3:first-child{
  margin-top: 0px;
}
.page-content .gray-box h4{
  margin-bottom: 0.5rem;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 700;
}
.page-content .gray-box h4:first-child{
  margin-top: 0px;
}
.page-content .gray-box h4{
      color: #2671b8;
}
.page-content .gray-box h4:before {
        content: "■";
      }
.page-content .gray-box h4.no-mark:before {
          content: "";
        }
.page-content .gray-box p{
  margin-top: 0px;
  margin-bottom: 0px;
}
.page-content .gray-box ul{
  margin-bottom: 0px;
  margin-top: 0.5rem;
}
.page-content .gray-box ul li{
  position: relative;
  padding-left: 1.25rem;
}
.page-content .gray-box ul li:before {
          content: "・";
          position: absolute;
          left: 0px;
          top: 0px;
          display: block;
          height: 1rem;
          width: 1rem;
        }
.page-content .gray-box *:last-child{
  margin-bottom: 0px;
}
.page-content .table-view{
  height: auto;
  width: 100%;
  overflow: scroll;
}
@media (min-width: 1024px){

  .page-content .table-view{
    overflow: hidden;
  }
}
.page-content .table-view::-webkit-scrollbar {
      display: none;
    }
.page-content table{
  margin-bottom: 1rem;
  border-radius: 0.375rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(229 231 235 / var(--tw-border-opacity));
}
@media (min-width: 1024px){

  .page-content table{
    width: 100%;
  }
}
.page-content table.large th,
      .page-content table.large td{
  padding: 0.75rem;
}
.page-content table th{
  --tw-bg-opacity: 1;
  background-color: rgb(0 102 204 / var(--tw-bg-opacity));
  text-align: center;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
@media (min-width: 1024px){

  .page-content table th{
    font-size: 1rem;
    line-height: 1.5rem;
  }
}
.page-content table th,
    .page-content table td{
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(229 231 235 / var(--tw-border-opacity));
  padding: 0.5rem;
      line-height: 1.75em;
}
.page-content table th.big-padding, .page-content table td.big-padding{
  padding-left: 2rem;
  padding-right: 2rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.page-content table th.light_blue, .page-content table td.light_blue{
  --tw-bg-opacity: 1;
  background-color: rgb(209 239 255 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(51 51 51 / var(--tw-text-opacity));
}
.page-content table.doc-table th{
  width: 60%;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  text-align: left;
  --tw-text-opacity: 1;
  color: rgb(51 51 51 / var(--tw-text-opacity));
}
.page-content table.doc-table td{
  width: 20%;
}
.page-content table.doc-table td,
      .page-content table.doc-table th{
  --tw-border-opacity: 1;
  border-color: rgb(156 163 175 / var(--tw-border-opacity));
}
.page-content table.doc-table{
  --tw-border-opacity: 1;
  border-color: rgb(156 163 175 / var(--tw-border-opacity));
}
.page-content a.pdf-link,
  .page-content a[href$=".pdf"]{
  margin-right: 1.5rem;
  display: inline-block;
  padding-left: 2rem;
    background: url("../images/icon-pdf.png") no-repeat left center;
    background-size: 22px 22px;
}
.page-content a.pdf-link.button, .page-content a[href$=".pdf"].button{
  --tw-bg-opacity: 1;
  background-color: rgb(27 72 153 / var(--tw-bg-opacity));
  padding-left: 1rem;
  padding-right: 1rem;
  text-align: center;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  text-decoration-line: none;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
@media (min-width: 1024px){

  .page-content a.pdf-link.button, .page-content a[href$=".pdf"].button{
    padding-left: 4rem;
    padding-right: 4rem;
  }
}
.page-content a.pdf-link.button, .page-content a[href$=".pdf"].button {
      transition: 0.3s ease all;
      border-radius: 4px;
      background: url("../images/icon-arrow-right-white.svg") no-repeat #1b4899;
      background-position: 90% center;
      background-size: 7px;
    }
.page-content a.excel-link,
  .page-content a[href$=".xls"],
  .page-content a[href$=".xlsx"]{
  margin-right: 1.5rem;
  display: inline-block;
  padding-left: 2rem;
    background: url("../images/icon-excel.png") no-repeat left center;
    background-size: 22px 22px;
}
.page-content a.word-link,
  .page-content a[href$=".doc"],
  .page-content a[href$=".docx"]{
  margin-right: 1.5rem;
  display: inline-block;
  padding-left: 2rem;
    background: url("../images/icon-word.png") no-repeat left center;
    background-size: 22px 22px;
}
.page-content .fancy-link:before {
      content: "▶";
    }
.page-content ul.plain{
  list-style-type: none;
}
.page-content ul.numbered li{
  position: relative;
  padding-left: 1.25rem;
}
.page-content ul.numbered li:before{
  position: absolute;
  left: 0px;
  top: 0px;
  display: block;
}
.page-content ul.numbered li.no1:before {
          content: "①";
        }
.page-content ul.numbered li.no2:before {
          content: "②";
        }
.page-content ul.numbered li.no3:before {
          content: "③";
        }
.page-content ul.numbered li.no4:before {
          content: "④";
        }
.page-content ul.numbered li.no5:before {
          content: "⑤";
        }
.page-content ul.numbered li.no6:before {
          content: "⑥";
        }
.page-content ul.numbered li.no7:before {
          content: "⑦";
        }
.page-content ul.numbered li.no8:before {
          content: "⑧";
        }
.page-content ul.numbered li.no9:before {
          content: "⑨";
        }
.page-content ul.numbered li.no10:before {
          content: "⑩";
        }
.page-content .doc-link{
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
    line-height: 1.5em;
}
.page-content a.doc-link-anchor{
  display: inline-block;
}
.page-content ul.nakaguro-list{
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.page-content ul.nakaguro-list li{
  position: relative;
  padding-left: 1.25rem;
}
.page-content ul.nakaguro-list li:before {
        content: "・";
        position: absolute;
        left: 0px;
        top: 0px;
        display: block;
        height: 1rem;
        width: 1rem;
      }
.page-content ul.kome-list{
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.page-content ul.kome-list li{
  position: relative;
  padding-left: 1.25rem;
}
.page-content ul.kome-list li:before {
        content: "※";
        position: absolute;
        left: 0px;
        top: 0px;
        display: block;
        height: 1rem;
        width: 1rem;
      }
.big-toc-list{
  justify-content: space-between;
  padding-left: 1rem;
  padding-right: 1rem;
}
@media (min-width: 1024px){

  .big-toc-list{
    display: flex;
  }

  .big-toc-list > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(3rem * var(--tw-space-x-reverse));
    margin-left: calc(3rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .big-toc-list{
    padding: 2rem;
  }
}
.big-toc-list .half{
  margin-top: 3.5rem;
}
@media (min-width: 1024px){

  .big-toc-list .half{
    margin-top: 0px;
    width: 50%;
  }
}
.big-toc-list a.big-heading-link{
  display: block;
  border-radius: 0.125rem;
  --tw-bg-opacity: 1;
  background-color: rgb(0 102 204 / var(--tw-bg-opacity));
  padding: 1rem;
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  text-decoration-line: none;
}
.big-toc-list a.big-heading-link:hover{
  text-decoration-line: underline;
}
.big-toc-list a.big-heading-link {
    background-image: none;
  }
.big-toc-list a.big-heading-link h3{
  margin-top: 0px;
  margin-bottom: 0px;
}
.big-toc-list a.big-heading-link h3:before {
        content: "";
      }
.big-toc-list a.big-heading-link h3{
      background: url("../images/icon-arrow-right-white.svg") no-repeat;
      background-position: right center;
      background-size: 7px;
}
.big-toc-list p{
  padding-left: 1rem;
  padding-right: 1rem;
}
@media (min-width: 1024px){

  .big-toc-list p{
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 1rem;
  }
}
@media screen and (min-width: 0px) {
.big-toc-list p {
      min-height: auto
  }
    }
@media screen and (min-width: 1024px) {
.big-toc-list p {
      min-height: 96px
  }
    }
.big-toc-list .in-page-link{
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.big-toc-list .in-page-link .image{
  width: 25%;
  text-align: center;
}
.big-toc-list .in-page-link .image img{
  margin-left: auto;
  margin-right: auto;
  display: inline-block;
  width: auto;
        max-height: 100px;
}
.big-toc-list .in-page-link .text{
  width: 75%;
  padding-left: 1.5rem;
}
.big-toc-list .in-page-link .text ul li{
  list-style-type: none;
  border-bottom-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(211 221 240 / var(--tw-border-opacity));
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
}
.big-toc-list .in-page-link .text ul li a{
  display: block;
  padding-left: 0px;
  padding-right: 1.5rem;
  --tw-text-opacity: 1;
  color: rgb(27 72 153 / var(--tw-text-opacity));
  text-decoration-line: none;
}
.big-toc-list .in-page-link .text ul li a:hover{
  text-decoration-line: underline;
}
.big-toc-list .in-page-link .text ul li a {
            background: url("../images/icon-arrow.png") no-repeat right center;
            background-size: 6px 11px;
            background-position: 97% center;
          }
.steps{
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}
.steps .step-row{
  margin-bottom: 1rem;
  align-items: flex-start;
  justify-content: space-between;
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(229 231 235 / var(--tw-border-opacity));
  padding-bottom: 1rem;
}
@media (min-width: 1024px){

  .steps .step-row{
    display: flex;
  }
}
.steps .step-row .step-number{
  margin-bottom: 0.5rem;
  width: 8rem;
  flex-shrink: 0;
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 700;
}
@media (min-width: 1024px){

  .steps .step-row .step-number{
    margin-bottom: 0px;
  }
}
.steps .step-row .step-content{
  width: 100%;
}
.steps .step-row .step-content p{
  margin-top: 0px;
}
.steps .step-row .step-content p:last-child{
  margin-bottom: 0px;
}
/* has 保養所 as Parent Table */
.parent-pageid-288 table th{
  width: 25%;
}
.parent-pageid-288 table.no-width th{
  width: auto;
}
.wsp-pages-list .page_item_has_children{
  margin-bottom: 1.5rem;
  margin-top: 1.5rem;
  list-style-type: none;
  font-weight: 500;
}
.wsp-pages-list .page_item_has_children > a{
  font-size: 1.25rem;
  line-height: 1.75rem;
}
.wsp-pages-list ul.children{
  list-style-position: inside;
  list-style-type: disc;
  font-weight: 400;
}
/*------------------------------------------------------------------
[8. Blog]
*/
/* Pagination */
.pagination{
  margin-left: auto;
  margin-right: auto;
  margin-top: 3rem;
}
.pagination a,
  .pagination span{
  margin-right: 0.5rem;
  border-radius: 0.375rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(209 213 219 / var(--tw-border-opacity));
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  font-weight: 500;
}
.search-box{
  margin-top: 1.5rem;
  align-items: center;
  justify-content: flex-start;
}
@media (min-width: 1024px){

  .search-box{
    display: flex;
  }
}
.search-box label{
  margin-bottom: 0.5rem;
  display: block;
  width: 9rem;
  flex-shrink: 0;
}
@media (min-width: 1024px){

  .search-box label{
    margin-bottom: 0px;
  }
}
.search-box .inputs{
  display: flex;
  width: 100%;
  justify-content: flex-start;
}
.search-box input[type="text"]{
  height: 3.5rem;
  width: 100%;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(51 51 51 / var(--tw-border-opacity));
  padding-left: 1rem;
  padding-right: 1rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
}
@media (min-width: 1024px){

  .search-box input[type="text"]{
    width: 66.666667%;
  }
}
.search-box input[type="submit"]{
  margin-left: 0px;
  margin-right: 0px;
  height: 3.5rem;
  width: 8rem;
  border-radius: 0px;
  --tw-bg-opacity: 1;
  background-color: rgb(27 72 153 / var(--tw-bg-opacity));
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 400;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
/*------------------------------------------------------------------
[7. Forms]
*/
.form {
  margin-left: auto;
  margin-right: auto;
}
.form .wpcf7-form-control-wrap {
  display: block;
}
.form label {
  display: block;
  font-weight: 700;
  margin-bottom: 0.5rem;
}
.form .required{
  margin-left: 0.5rem;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 400;
  --tw-text-opacity: 1;
  color: rgba(239, 68, 68, var(--tw-text-opacity));
}
.form ul li {
  list-style-position: inside;
  list-style-type: disc;
}
.wpcf7-not-valid-tip {
  line-height: 1em;
  margin: 0.5em 0;
}
.form-control input[type="text"],
.form-control input[type="email"],
.form-control input[type="tel"],
.form-control textarea{
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(209 213 219 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  outline-color: #0066CC;
}
.form-control input[type="text"]:focus,
.form-control input[type="email"]:focus,
.form-control input[type="tel"]:focus,
.form-control textarea:focus{
  outline-style: solid;
}
.form-control input[type="text"],
.form-control input[type="email"],
.form-control input[type="tel"],
.form-control textarea {
  border-radius: 0.375rem;
  display: block;
  margin-bottom: 0.5rem;
  padding: 0.75rem;
  width: 100%;
}
.form-confirm .form-control input[type="text"],
  .form-confirm .form-control input[type="email"],
  .form-confirm .form-control input[type="tel"],
  .form-confirm .form-control textarea{
  border-style: none;
  --tw-bg-opacity: 1;
  background-color: rgb(249 250 251 / var(--tw-bg-opacity));
}
.form-control .form-row > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(1rem * var(--tw-space-x-reverse));
  margin-left: calc(1rem * calc(1 - var(--tw-space-x-reverse)));
}
.form-control .form-row {
  display: flex;
  width: 100%;
}
.form-control{
  margin-top: 1rem;
}
.form-control:first-child{
  margin-top: 0px;
}
.form-control ul > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(0.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.5rem * var(--tw-space-y-reverse));
}
.form-control ul li{
  font-size: 1rem;
  line-height: 1.5rem;
}
.wpcf7-spinner {
  display: none;
}
.wpcf7-radio > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(0.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.5rem * var(--tw-space-y-reverse));
}
.wpcf7-radio > span{
  display: block;
}
@media (min-width: 1024px){

  .wpcf7-radio > span{
    display: inline;
  }
}
input[type="submit"],
input[type="button"] {
  padding: 0.75em 1.5em;
  border-radius: 4px;
  display: inline-block;
  margin: 0 auto;
  text-align: center;
  font-size: 1.25em;
  font-weight: bold;
  cursor: pointer;
}
input[type="button"]{
  margin-right: 1rem;
  --tw-bg-opacity: 1;
  background-color: rgb(229 231 235 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(51 51 51 / var(--tw-text-opacity));
}
input[type="submit"]{
  --tw-bg-opacity: 1;
  background-color: rgb(0 102 204 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.wpcf7-not-valid {
  background: #faefef;
  border: 1px solid #ff6666;
}
.confirmed-input {
  display: inline-block;
  padding: 0.5em;
  border-radius: 4px;
  background: #f5f5f5;
  margin-bottom: 0.5em;
  font-size: 1.3em;
  line-height: 1.25em;
}
.confirmed-input.confirmed-email {
    display: block;
    word-break: break-all;
  }
.wpcf7-response-output {
  background: white;
  line-height: 2em;
}
@media (min-width: 1024px){

  .lg\:block{
    display: block;
  }

  .lg\:hidden{
    display: none;
  }

  .lg\:\!pt-8{
    padding-top: 2rem !important;
  }
}

/*# sourceMappingURL=main.css.map */