@import url(https://fonts.googleapis.com/css2?family=Noto+Sans:wght@400;500;600;700&family=Roboto:wght@500;700;900&display=swap);
#loading_container{position:fixed;top:0;left:0;width:100%;height:100vh;background-color:#fff;display:none;justify-content:center;align-items:center;z-index:9999;opacity:1;transition:opacity .4s ease-out}#loading_container.fade-out{opacity:0;pointer-events:none}#main_container{opacity:0;transition:opacity .4s ease-in}#main_container.fade-in{opacity:1}
/*
! 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: currentColor; /* 2 */
}

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

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

html,
:host {
  line-height: 1.5; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -moz-tab-size: 4; /* 3 */
  -o-tab-size: 4;
     tab-size: 4; /* 3 */
  font-family: ui-sans-serif, system-ui, -apple-system, Segoe UI, Roboto, Ubuntu, Cantarell, Noto Sans, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; /* 4 */
  font-feature-settings: normal; /* 5 */
  font-variation-settings: normal; /* 6 */
  -webkit-tap-highlight-color: transparent; /* 7 */
}

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

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

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

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

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

abbr:where([title]) {
  text-decoration: underline;
  -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: rgba(59, 130, 246, 0.5);
  --tw-ring-offset-shadow: 0 0 rgba(0,0,0,0);
  --tw-ring-shadow: 0 0 rgba(0,0,0,0);
  --tw-shadow: 0 0 rgba(0,0,0,0);
  --tw-shadow-colored: 0 0 rgba(0,0,0,0);
  --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: rgba(59, 130, 246, 0.5);
  --tw-ring-offset-shadow: 0 0 rgba(0,0,0,0);
  --tw-ring-shadow: 0 0 rgba(0,0,0,0);
  --tw-shadow: 0 0 rgba(0,0,0,0);
  --tw-shadow-colored: 0 0 rgba(0,0,0,0);
  --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%;
}
@media (min-width: 480px) {

  .container {
    max-width: 480px;
  }
}
@media (min-width: 840px) {

  .container {
    max-width: 840px;
  }
}
@media (min-width: 1080px) {

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

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

  .container {
    max-width: 1440px;
  }
}

/* ------------------------------------------------------------ */
/* base */
/* ------------------------------------------------------------ */

.container-head {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 1680px;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

@media (min-width: 480px) {

  .container-head {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}

@media (min-width: 1080px) {

  .container-head {
    padding-left: 3.5rem;
    padding-right: 3.5rem;
  }
}

.container-hero {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 1680px;
}

.container-wide {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 1680px;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

@media (min-width: 1080px) {

  .container-wide {
    padding-left: 3.5rem;
    padding-right: 3.5rem;
  }
}

.container-base {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 1140px;
  padding-left: 20px;
  padding-right: 20px;
}

.container-min {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 1040px;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

@media (min-width: 1080px) {

  .container-min {
    padding-left: 3.5rem;
    padding-right: 3.5rem;
  }
}

.top-middle {
  top: 50%;
  --tw-translate-y: -50%;
  transform: translate(var(--tw-translate-x), -50%) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.left-middle {
  left: 50%;
  --tw-translate-x: -50%;
  transform: translate(-50%, var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

/* ------------------------------------------------------------ */
/* common_header */
/* ------------------------------------------------------------ */

.common_global {
  position: fixed;
  top: 0px;
  right: 0px;
  z-index: 9999999;
  height: 100%;
  width: 100%;
}

.common_trigger {
  z-index: 999999;
  display: flex;
}

.common_global__inner {
  pointer-events: auto;
  max-height: 100%;
  width: 100%;
  overflow-y: auto;
  padding-bottom: 180px;
}

.common_global__main {
  margin-left: auto;
  margin-right: auto;
  display: flex;
  width: 100%;
  max-width: 560px;
  flex-direction: column;
  align-items: center;
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.common_global__box {
  width: 100%;
}

.common_global__logo {
  margin-bottom: 3rem;
  text-align: center;
}

.common_global__nav_list {
  display: flex;
  flex-direction: column;
  border-top-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgba(203, 213, 225, 1);
  border-color: rgba(203, 213, 225, var(--tw-border-opacity));
  font-weight: 700;
}

.common_global__nav_item {
  display: flex;
  gap: 1rem;
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgba(203, 213, 225, 1);
  border-color: rgba(203, 213, 225, var(--tw-border-opacity));
}

.common_global__nav_link {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-between;
  padding-left: 1rem;
  padding-right: 1rem;
}

.common_global__nav_label {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.common_global__nav_arrow {
  display: flex;
  height: 22px;
  width: 22px;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgba(24, 173, 155, 1);
  background-color: rgba(24, 173, 155, var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, 1);
  color: rgba(255, 255, 255, var(--tw-text-opacity));
}

.common_global__info {
  margin-left: auto;
  margin-right: auto;
  margin-top: 2.5rem;
  display: flex;
  width: 100%;
  flex-direction: column;
  gap: 1rem;
  padding-left: 1rem;
  padding-right: 1rem;
}

.common_global__contact {
  display: inline-flex;
  width: 100%;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgba(24, 173, 155, 1);
  background-color: rgba(24, 173, 155, var(--tw-bg-opacity));
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, 1);
  color: rgba(255, 255, 255, var(--tw-text-opacity));
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.common_global__contact:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(4, 124, 110, 1);
  background-color: rgba(4, 124, 110, var(--tw-bg-opacity));
}

.common_global__language {
  margin-top: 1rem;
  box-sizing: border-box;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  grid-gap: 1rem;
  gap: 1rem;
  overflow: hidden;
  border-radius: 0.125rem;
}

.common_global__language_item {
  display: flex;
  height: 50px;
  width: 100%;
  align-items: center;
  justify-content: center;
  --tw-bg-opacity: 1;
  background-color: rgba(226, 232, 240, 1);
  background-color: rgba(226, 232, 240, var(--tw-bg-opacity));
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  --tw-text-opacity: 1;
  color: rgba(0, 0, 0, 1);
  color: rgba(0, 0, 0, var(--tw-text-opacity));
}

.common_global__language_item:hover {
  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;
}

@media (min-width: 840px) {

  .common_global__language_item {
    height: 25px;
  }
}

.common_global__language_item:last-child {
  --tw-bg-opacity: 1;
  background-color: rgba(241, 245, 249, 1);
  background-color: rgba(241, 245, 249, var(--tw-bg-opacity));
}

.common_global__language_item:last-child:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(226, 232, 240, 1);
  background-color: rgba(226, 232, 240, var(--tw-bg-opacity));
}

.common_global__language_item .label {
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: -0.05em;
}

@media (min-width: 840px) {

  .common_global__language_item .label {
    font-size: 1.0rem;
  }
}

.common_header {
  position: sticky;
  top: 0px;
  z-index: 9999999;
  min-height: 58px;
  width: 100%;
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, 1);
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

@media (min-width: 1080px) {

  .common_header {
    margin-top: 0.25rem;
    min-height: 70px;
  }
}

@media (min-width: 1440px) {

  .common_header {
    margin-top: 1rem;
  }
}

.common_header__container {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, 1);
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

@media (min-width: 1080px) {

  .common_header__container {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }
}

.common_header__inner {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.common_header__logo {
  margin-right: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.common_header__nav {
  position: relative;
  display: none;
  gap: 1rem;
  font-weight: 700;
}

@media (min-width: 1080px) {

  .common_header__nav {
    display: flex;
  }
}

.common_header__nav_list {
  position: relative;
  display: flex;
  height: 50px;
  flex-direction: row;
  align-items: center;
  border-radius: 0.375rem;
}

@media (min-width: 840px) {

  .common_header__nav_list {
    height: 50px;
  }
}

@media (min-width: 1280px) {

  .common_header__nav_list {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}

.common_header__nav_separator {
  display: block;
  height: 26px;
  border-left-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgba(203, 213, 225, 1);
  border-color: rgba(203, 213, 225, var(--tw-border-opacity));
}

.common_header__nav_item {
  position: relative;
}

.common_header__nav_link {
  display: flex;
  height: 46px;
  align-items: center;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  font-size: 0.86rem;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.common_header__nav_link:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(241, 245, 249, 1);
  background-color: rgba(241, 245, 249, var(--tw-bg-opacity));
}

@media (min-width: 840px) {

  .common_header__nav_link {
    height: 52px;
  }
}

@media (min-width: 1280px) {

  .common_header__nav_link {
    padding-left: 2rem;
    padding-right: 2rem;
    font-size: 1.0rem;
  }

  .common_header__contact {
    margin-left: 1rem;
  }
}

.common_header__contact_button {
  display: flex;
  height: 46px;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgba(24, 173, 155, 1);
  background-color: rgba(24, 173, 155, var(--tw-bg-opacity));
  padding-left: 2rem;
  padding-right: 2rem;
  font-size: 0.86rem;
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, 1);
  color: rgba(255, 255, 255, var(--tw-text-opacity));
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.common_header__contact_button:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(24, 173, 155, 1);
  background-color: rgba(24, 173, 155, var(--tw-bg-opacity));
}

@media (min-width: 840px) {

  .common_header__contact_button {
    height: 50px;
  }
}

@media (min-width: 1280px) {

  .common_header__contact_button {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
    font-size: 1.0rem;
  }
}

.common_header__language {
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  border-radius: 0.125rem;
}

.common_header__language_item {
  display: flex;
  height: 50px;
  align-items: center;
  justify-content: center;
  --tw-bg-opacity: 1;
  background-color: rgba(226, 232, 240, 1);
  background-color: rgba(226, 232, 240, var(--tw-bg-opacity));
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}

.common_header__language_item:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(203, 213, 225, 1);
  background-color: rgba(203, 213, 225, var(--tw-bg-opacity));
  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;
}

@media (min-width: 840px) {

  .common_header__language_item {
    height: 25px;
  }
}

.common_header__language_item:last-child {
  --tw-bg-opacity: 1;
  background-color: rgba(241, 245, 249, 1);
  background-color: rgba(241, 245, 249, var(--tw-bg-opacity));
}

.common_header__language_item:last-child:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(226, 232, 240, 1);
  background-color: rgba(226, 232, 240, var(--tw-bg-opacity));
}

.header_toggle {
  position: fixed;
  left: 1rem;
  top: 2.5rem;
  z-index: 99999;
  display: none;
  padding: 2.5rem;
}

.header_overlay {
  z-index: 999;
  display: none;
}

.common_trigger.lg_hidden {
  display: flex;
  height: 100%;
  border-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgba(4, 69, 134, 1);
  border-color: rgba(4, 69, 134, var(--tw-border-opacity));
  width: 70px;
  border-color: #044586;
}

@media (min-width: 1080px) {
  .common_trigger.lg_hidden {
    display: none;
  }
}

/* ------------------------------------------------------------ */
/* common_footer */
/* ------------------------------------------------------------ */

/* ------------------------------------------------------------ */
/* page_header */
/* ------------------------------------------------------------ */

/* ------------------------------------------------------------ */
/* page_top */
/* ------------------------------------------------------------ */

.common_pagetop {
  position: sticky;
  bottom: 0px;
  z-index: 99999;
  opacity: 0;
}

@media (min-width: 1280px) {

  .common_pagetop {
    margin-bottom: -50px;
  }
}

.common_pagetop__link {
  position: absolute;
  right: 0.8rem;
  bottom: 0.8rem;
  display: flex;
  height: 2.5rem;
  width: 2.5rem;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  background-image: linear-gradient(to right, #047c6e var(--tw-gradient-from-position), #18ad9b var(--tw-gradient-to-position));
  background-image: linear-gradient(to right, var(--tw-gradient-stops));
  --tw-gradient-from: #047c6e var(--tw-gradient-from-position);
  --tw-gradient-to: rgba(4, 124, 110, 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  --tw-gradient-to: #18ad9b var(--tw-gradient-to-position);
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, 1);
  color: rgba(255, 255, 255, var(--tw-text-opacity));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}

.common_pagetop__link:hover {
  --tw-gradient-to: #047c6e var(--tw-gradient-to-position);
}

@media (min-width: 1080px) {

  .common_pagetop__link {
    right: 1.5rem;
    bottom: 1.5rem;
  }
}

@media (min-width: 1280px) {

  .common_pagetop__link {
    height: 3.5rem;
    width: 3.5rem;
  }
}

/* ページトップボタンのアニメーション */
.pagetop-visible {
  opacity: 1;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 500ms;
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
}

.pagetop-hidden {
  pointer-events: none;
  opacity: 0;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 500ms;
  transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}

.visible {
  visibility: visible;
}

.collapse {
  visibility: collapse;
}

.static {
  position: static;
}

.fixed {
  position: fixed;
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

.sticky {
  position: sticky;
}

.ml-1 {
  margin-left: 0.25rem;
}

.block {
  display: block;
}

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

.inline {
  display: inline;
}

.flex {
  display: flex;
}

.table {
  display: table;
}

.grid {
  display: grid;
}

.contents {
  display: contents;
}

.hidden {
  display: none;
}

.h-\[43px\] {
  height: 43px;
}

.h-full {
  height: 100%;
}

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

.w-full {
  width: 100%;
}

.min-w-full {
  min-width: 100%;
}

.flex-shrink {
  flex-shrink: 1;
}

.shrink {
  flex-shrink: 1;
}

.flex-grow {
  flex-grow: 1;
}

.grow {
  flex-grow: 1;
}

.border-collapse {
  border-collapse: collapse;
}

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

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

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

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

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

.divide-stone-200 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(231, 229, 228, 1);
  border-color: rgba(231, 229, 228, var(--tw-divide-opacity));
}

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

.rounded {
  border-radius: 0.25rem;
}

.border {
  border-width: 1px;
}

.border-2 {
  border-width: 2px;
}

.border-primary-black {
  --tw-border-opacity: 1;
  border-color: rgba(4, 69, 134, 1);
  border-color: rgba(4, 69, 134, var(--tw-border-opacity));
}

.border-stone-100 {
  --tw-border-opacity: 1;
  border-color: rgba(245, 245, 244, 1);
  border-color: rgba(245, 245, 244, var(--tw-border-opacity));
}

.bg-back {
  --tw-bg-opacity: 1;
  background-color: rgba(244, 243, 238, 1);
  background-color: rgba(244, 243, 238, var(--tw-bg-opacity));
}

.bg-back-dark {
  --tw-bg-opacity: 1;
  background-color: rgba(235, 234, 231, 1);
  background-color: rgba(235, 234, 231, var(--tw-bg-opacity));
}

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

.bg-primary {
  --tw-bg-opacity: 1;
  background-color: rgba(24, 173, 155, 1);
  background-color: rgba(24, 173, 155, var(--tw-bg-opacity));
}

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

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

.py-10 {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}

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

.align-middle {
  vertical-align: middle;
}

.text-base {
  font-size: 1.0rem;
}

.text-xl {
  font-size: 1.24rem;
}

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

.font-semibold {
  font-weight: 600;
}

.uppercase {
  text-transform: uppercase;
}

.tracking-wider {
  letter-spacing: 0.05em;
}

.text-blue-400 {
  --tw-text-opacity: 1;
  color: rgba(96, 165, 250, 1);
  color: rgba(96, 165, 250, var(--tw-text-opacity));
}

.text-blue-600 {
  --tw-text-opacity: 1;
  color: rgba(37, 99, 235, 1);
  color: rgba(37, 99, 235, var(--tw-text-opacity));
}

.underline {
  text-decoration-line: underline;
}

.shadow {
  --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px -1px rgba(0, 0, 0, 0.1);
  --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);
  box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px -1px rgba(0, 0, 0, 0.1);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
}

.shadow-lg {
  --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -4px rgba(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: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -4px rgba(0, 0, 0, 0.1);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
}

.outline {
  outline-style: solid;
}

.blur {
  --tw-blur: blur(8px);
  filter: blur(8px) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

.drop-shadow {
  --tw-drop-shadow: drop-shadow(0 1px 2px rgba(0, 0, 0, 0.1)) drop-shadow(0 1px 1px rgba(0, 0, 0, 0.06));
  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) drop-shadow(0 1px 2px rgba(0, 0, 0, 0.1)) drop-shadow(0 1px 1px rgba(0, 0, 0, 0.06));
  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);
}

.invert {
  --tw-invert: invert(100%);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) invert(100%) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

.filter {
  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;
}

.ease-in-out {
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.ease-out {
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
}

/* WordPress template markup uses a small set of utility classes that are not
 * reliably emitted by the webpack/postcss path. Define them explicitly so the
 * live theme matches the source templates.
 */
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}

.focus\:not-sr-only:focus {
  position: static;
  width: auto;
  height: auto;
  padding: 0;
  margin: 0;
  overflow: visible;
  clip: auto;
  white-space: normal;
}

.focus\:fixed:focus {
  position: fixed;
}

.focus\:top-\[140px\]:focus {
  top: 140px;
}

.focus\:left-4:focus {
  left: 1rem;
}

.focus\:z-\[9999\]:focus {
  z-index: 9999;
}

.focus\:p-4:focus {
  padding: 1rem;
}

.focus\:bg-primary-dark:focus {
  background-color: #047c6e;
}

.focus\:text-white:focus {
  color: #fff;
}

.h-\[43px\] {
  height: 43px;
}

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

.border-primary-black {
  border-color: #044586;
}

@media (min-width: 1080px) {
  .lg\:hidden {
    display: none;
  }
}

@media (min-width: 1280px) {
  .xl\:h-\[60px\] {
    height: 60px;
  }
}

.focus\:not-sr-only:focus {
  position: static;
  width: auto;
  height: auto;
  padding: 0;
  margin: 0;
  overflow: visible;
  clip: auto;
  white-space: normal;
}

.focus\:fixed:focus {
  position: fixed;
}

.focus\:left-4:focus {
  left: 1rem;
}

.focus\:top-\[140px\]:focus {
  top: 140px;
}

.focus\:z-\[9999\]:focus {
  z-index: 9999;
}

.focus\:bg-primary-dark:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(4, 124, 110, 1);
  background-color: rgba(4, 124, 110, var(--tw-bg-opacity));
}

.focus\:p-4:focus {
  padding: 1rem;
}

.focus\:text-white:focus {
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, 1);
  color: rgba(255, 255, 255, var(--tw-text-opacity));
}

@media (min-width: 1080px) {

  .lg\:hidden {
    display: none;
  }
}

@media (min-width: 1280px) {

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

/**
 * Swiper 11.2.10
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2025 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: June 28, 2025
 */

/* FONT_START */
@font-face {
  font-family: 'swiper-icons';
  src: url('data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA');
  font-weight: 400;
  font-style: normal;
}
/* FONT_END */
:root {
  --swiper-theme-color: #007aff;
  /*
  --swiper-preloader-color: var(--swiper-theme-color);
  --swiper-wrapper-transition-timing-function: initial;
  */
}
:host {
  position: relative;
  display: block;
  margin-left: auto;
  margin-right: auto;
  z-index: 1;
}
.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1;
  display: block;
}
.swiper-vertical > .swiper-wrapper {
  flex-direction: column;
}
.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
  box-sizing: content-box;
}
.swiper-android .swiper-slide,
.swiper-ios .swiper-slide,
.swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}
.swiper-horizontal {
  touch-action: pan-y;
}
.swiper-vertical {
  touch-action: pan-x;
}
.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
  display: block;
}
.swiper-slide-invisible-blank {
  visibility: hidden;
}
/* Auto Height */
.swiper-autoheight,
.swiper-autoheight .swiper-slide {
  height: auto;
}
.swiper-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}
.swiper-backface-hidden .swiper-slide {
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
/* 3D Effects */
.swiper-3d.swiper-css-mode .swiper-wrapper {
  perspective: 1200px;
}
.swiper-3d .swiper-wrapper {
  transform-style: preserve-3d;
}
.swiper-3d {
  perspective: 1200px;
}
.swiper-3d .swiper-slide,
.swiper-3d .swiper-cube-shadow {
  transform-style: preserve-3d;
}
/* CSS Mode */
.swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  /* For Firefox */
  -ms-overflow-style: none;
  /* For Internet Explorer and Edge */
}
.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}
.swiper-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}
.swiper-css-mode.swiper-horizontal > .swiper-wrapper {
  scroll-snap-type: x mandatory;
}
.swiper-css-mode.swiper-vertical > .swiper-wrapper {
  scroll-snap-type: y mandatory;
}
.swiper-css-mode.swiper-free-mode > .swiper-wrapper {
  scroll-snap-type: none;
}
.swiper-css-mode.swiper-free-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: none;
}
.swiper-css-mode.swiper-centered > .swiper-wrapper::before {
  content: '';
  flex-shrink: 0;
  order: 9999;
}
.swiper-css-mode.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
  scroll-snap-stop: always;
}
.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
  margin-inline-start: var(--swiper-centered-offset-before);
}
.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
  height: 100%;
  min-height: 1px;
  width: var(--swiper-centered-offset-after);
}
.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  margin-block-start: var(--swiper-centered-offset-before);
}
.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper::before {
  width: 100%;
  min-width: 1px;
  height: var(--swiper-centered-offset-after);
}
/* Slide styles start */
/* 3D Shadows */
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}
.swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, 0.15);
}
.swiper-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50%;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}
.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader,
.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader {
  animation: swiper-preloader-spin 1s infinite linear;
}
.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff;
}
.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000;
}
@keyframes swiper-preloader-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/* Slide styles end */
.swiper-virtual .swiper-slide {
  -webkit-backface-visibility: hidden;
  transform: translateZ(0);
}
.swiper-virtual.swiper-css-mode .swiper-wrapper::after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
}
.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after {
  height: 1px;
  width: var(--swiper-virtual-size);
}
.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after {
  width: 1px;
  height: var(--swiper-virtual-size);
}
:root {
  --swiper-navigation-size: 44px;
  /*
  --swiper-navigation-top-offset: 50%;
  --swiper-navigation-sides-offset: 10px;
  --swiper-navigation-color: var(--swiper-theme-color);
  */
}
.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: var(--swiper-navigation-top-offset, 50%);
  width: calc(var(--swiper-navigation-size) / 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(0px - (var(--swiper-navigation-size) / 2));
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
}
.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}
.swiper-button-prev.swiper-button-hidden,
.swiper-button-next.swiper-button-hidden {
  opacity: 0;
  cursor: auto;
  pointer-events: none;
}
.swiper-navigation-disabled .swiper-button-prev,
.swiper-navigation-disabled .swiper-button-next {
  display: none !important;
}
.swiper-button-prev svg,
.swiper-button-next svg {
  width: 100%;
  height: 100%;
  object-fit: contain;
  transform-origin: center;
}
.swiper-rtl .swiper-button-prev svg,
.swiper-rtl .swiper-button-next svg {
  transform: rotate(180deg);
}
.swiper-button-prev,
.swiper-rtl .swiper-button-next {
  left: var(--swiper-navigation-sides-offset, 10px);
  right: auto;
}
.swiper-button-next,
.swiper-rtl .swiper-button-prev {
  right: var(--swiper-navigation-sides-offset, 10px);
  left: auto;
}
.swiper-button-lock {
  display: none;
}
/* Navigation font start */
.swiper-button-prev:after,
.swiper-button-next:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  font-variant: initial;
  line-height: 1;
}
.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
  content: 'prev';
}
.swiper-button-next,
.swiper-rtl .swiper-button-prev {
  right: var(--swiper-navigation-sides-offset, 10px);
  left: auto;
}
.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
  content: 'next';
}
/* Navigation font end */
:root {
  /*
  --swiper-pagination-color: var(--swiper-theme-color);
  --swiper-pagination-left: auto;
  --swiper-pagination-right: 8px;
  --swiper-pagination-bottom: 8px;
  --swiper-pagination-top: auto;
  --swiper-pagination-fraction-color: inherit;
  --swiper-pagination-progressbar-bg-color: rgba(0,0,0,0.25);
  --swiper-pagination-progressbar-size: 4px;
  --swiper-pagination-bullet-size: 8px;
  --swiper-pagination-bullet-width: 8px;
  --swiper-pagination-bullet-height: 8px;
  --swiper-pagination-bullet-border-radius: 50%;
  --swiper-pagination-bullet-inactive-color: #000;
  --swiper-pagination-bullet-inactive-opacity: 0.2;
  --swiper-pagination-bullet-opacity: 1;
  --swiper-pagination-bullet-horizontal-gap: 4px;
  --swiper-pagination-bullet-vertical-gap: 6px;
  */
}
.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: 300ms opacity;
  transform: translate3d(0, 0, 0);
  z-index: 10;
}
.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}
.swiper-pagination-disabled > .swiper-pagination,
.swiper-pagination.swiper-pagination-disabled {
  display: none !important;
}
/* Common Styles */
.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal {
  bottom: var(--swiper-pagination-bottom, 8px);
  top: var(--swiper-pagination-top, auto);
  left: 0;
  width: 100%;
}
/* Bullets */
.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transform: scale(0.33);
  position: relative;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  transform: scale(0.33);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  transform: scale(0.33);
}
.swiper-pagination-bullet {
  width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
  height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
  display: inline-block;
  border-radius: var(--swiper-pagination-bullet-border-radius, 50%);
  background: var(--swiper-pagination-bullet-inactive-color, #000);
  opacity: var(--swiper-pagination-bullet-inactive-opacity, 0.2);
}
button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -webkit-appearance: none;
          appearance: none;
}
.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}
.swiper-pagination-bullet:only-child {
  display: none !important;
}
.swiper-pagination-bullet-active {
  opacity: var(--swiper-pagination-bullet-opacity, 1);
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
}
.swiper-vertical > .swiper-pagination-bullets,
.swiper-pagination-vertical.swiper-pagination-bullets {
  right: var(--swiper-pagination-right, 8px);
  left: var(--swiper-pagination-left, auto);
  top: 50%;
  transform: translate3d(0px, -50%, 0);
}
.swiper-vertical > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
  display: block;
}
.swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
}
.swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  transition: 200ms transform,
        200ms top;
}
.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px);
}
.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
}
.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 200ms transform,
        200ms left;
}
.swiper-horizontal.swiper-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 200ms transform,
    200ms right;
}
/* Fraction */
.swiper-pagination-fraction {
  color: var(--swiper-pagination-fraction-color, inherit);
}
/* Progress */
.swiper-pagination-progressbar {
  background: var(--swiper-pagination-progressbar-bg-color, rgba(0, 0, 0, 0.25));
  position: absolute;
}
.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: scale(0);
  transform-origin: left top;
}
.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  transform-origin: right top;
}
.swiper-horizontal > .swiper-pagination-progressbar,
.swiper-pagination-progressbar.swiper-pagination-horizontal,
.swiper-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: var(--swiper-pagination-progressbar-size, 4px);
  left: 0;
  top: 0;
}
.swiper-vertical > .swiper-pagination-progressbar,
.swiper-pagination-progressbar.swiper-pagination-vertical,
.swiper-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite {
  width: var(--swiper-pagination-progressbar-size, 4px);
  height: 100%;
  left: 0;
  top: 0;
}
.swiper-pagination-lock {
  display: none;
}
:root {
  /*
  --swiper-scrollbar-border-radius: 10px;
  --swiper-scrollbar-top: auto;
  --swiper-scrollbar-bottom: 4px;
  --swiper-scrollbar-left: auto;
  --swiper-scrollbar-right: 4px;
  --swiper-scrollbar-sides-offset: 1%;
  --swiper-scrollbar-bg-color: rgba(0, 0, 0, 0.1);
  --swiper-scrollbar-drag-bg-color: rgba(0, 0, 0, 0.5);
  --swiper-scrollbar-size: 4px;
  */
}
.swiper-scrollbar {
  border-radius: var(--swiper-scrollbar-border-radius, 10px);
  position: relative;
  touch-action: none;
  background: var(--swiper-scrollbar-bg-color, rgba(0, 0, 0, 0.1));
}
.swiper-scrollbar-disabled > .swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-disabled {
  display: none !important;
}
.swiper-horizontal > .swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-horizontal {
  position: absolute;
  left: var(--swiper-scrollbar-sides-offset, 1%);
  bottom: var(--swiper-scrollbar-bottom, 4px);
  top: var(--swiper-scrollbar-top, auto);
  z-index: 50;
  height: var(--swiper-scrollbar-size, 4px);
  width: calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%));
}
.swiper-vertical > .swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-vertical {
  position: absolute;
  left: var(--swiper-scrollbar-left, auto);
  right: var(--swiper-scrollbar-right, 4px);
  top: var(--swiper-scrollbar-sides-offset, 1%);
  z-index: 50;
  width: var(--swiper-scrollbar-size, 4px);
  height: calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%));
}
.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: var(--swiper-scrollbar-drag-bg-color, rgba(0, 0, 0, 0.5));
  border-radius: var(--swiper-scrollbar-border-radius, 10px);
  left: 0;
  top: 0;
}
.swiper-scrollbar-cursor-drag {
  cursor: move;
}
.swiper-scrollbar-lock {
  display: none;
}
/* Zoom container styles start */
.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.swiper-zoom-container > img,
.swiper-zoom-container > svg,
.swiper-zoom-container > canvas {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}
/* Zoom container styles end */
.swiper-slide-zoomed {
  cursor: move;
  touch-action: none;
}
/* a11y */
.swiper .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}
.swiper-free-mode > .swiper-wrapper {
  transition-timing-function: ease-out;
  margin: 0 auto;
}
.swiper-grid > .swiper-wrapper {
  flex-wrap: wrap;
}
.swiper-grid-column > .swiper-wrapper {
  flex-wrap: wrap;
  flex-direction: column;
}
.swiper-fade.swiper-free-mode .swiper-slide {
  transition-timing-function: ease-out;
}
.swiper-fade .swiper-slide {
  pointer-events: none;
  transition-property: opacity;
}
.swiper-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-fade .swiper-slide-active {
  pointer-events: auto;
}
.swiper-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper.swiper-cube {
  overflow: visible;
}
.swiper-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}
.swiper-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-cube.swiper-rtl .swiper-slide {
  transform-origin: 100% 0;
}
.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-next,
.swiper-cube .swiper-slide-prev {
  pointer-events: auto;
  visibility: visible;
}
.swiper-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  opacity: 0.6;
  z-index: 0;
}
.swiper-cube .swiper-cube-shadow:before {
  content: '';
  background: #000;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  filter: blur(50px);
}
.swiper-cube .swiper-slide-next + .swiper-slide {
  pointer-events: auto;
  visibility: visible;
}
/* Cube slide shadows start */
.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-top,
.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-bottom,
.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-left,
.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
/* Cube slide shadows end */
.swiper.swiper-flip {
  overflow: visible;
}
.swiper-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  z-index: 1;
}
.swiper-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-flip .swiper-slide-active,
.swiper-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
/* Flip slide shadows start */
.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-top,
.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-bottom,
.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-left,
.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
/* Flip slide shadows end */
.swiper-creative .swiper-slide {
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  overflow: hidden;
  transition-property: transform, opacity, height;
}
.swiper.swiper-cards {
  overflow: visible;
}
.swiper-cards .swiper-slide {
  transform-origin: center bottom;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  overflow: hidden;
}

html{font-size:18px}body{font-family:"Noto Sans",-apple-system,blinkMacSystemFont,YuGothic-M,YuGothic,"Hiragino Kaku Gothic ProN",Meiryo,sans-serif;-webkit-text-size-adjust:100%;font-feature-settings:"palt"}@media screen and (-webkit-min-device-pixel-ratio: 0){::i-block-chrome,body{font-feature-settings:"pkna"}}#root{overflow:clip}.common_main__body{position:relative}picture{width:100%;height:100%}main.index_main,main.page_main{padding-top:70px}@media screen and (min-width: 1080px){main.index_main,main.page_main{padding-top:120px}}main.page_main{padding-bottom:80px}@media screen and (min-width: 1080px){main.page_main{padding-bottom:160px}}#root>main{position:relative;z-index:0}.text-section-title{font-family:"Ro GSan Serif",serif;font-size:64px;line-height:1.844;font-weight:400}.text-h1{font-family:"Noto Sans JP",sans-serif;font-size:2.22rem;line-height:1;font-weight:700}.text-h2{font-family:"Noto Sans JP",sans-serif;line-height:1;font-weight:500;font-size:min(4.8vw,24px)}@media screen and (min-width: 1080px){.text-h2{font-size:min(1.9vw,32px)}}.text-h3{font-family:"Noto Sans JP",sans-serif;font-weight:500;font-size:min(5.1vw,24px)}@media screen and (min-width: 1280px){.text-h3{font-size:1.55rem}}.text-h4{font-family:"Noto Sans JP",sans-serif;line-height:1;font-weight:700;font-size:min(4.8vw,20px)}@media screen and (min-width: 1280px){.text-h4{font-size:1.33rem}}.text-h5{font-family:"Noto Sans JP",sans-serif;font-size:1.11rem;line-height:1;font-weight:700}.text-h6{font-family:"Noto Sans JP",sans-serif;font-size:1rem;line-height:1;font-weight:600}.text-body-bold{font-family:"Noto Sans JP",sans-serif;font-size:1rem;line-height:1;font-weight:700}.text-body-black{font-family:"Noto Sans JP",sans-serif;font-size:.88rem;line-height:1;font-weight:900}.text-body-semibold{font-family:"Noto Sans JP",sans-serif;font-size:.88rem;line-height:1;font-weight:600}.text-body-regular{font-family:"Noto Sans JP",sans-serif;font-size:.88rem;line-height:1.312;font-weight:400}.text-small{font-family:"Noto Sans JP",sans-serif;font-size:.77rem;line-height:1;font-weight:400}.text-small-bold{font-family:"Noto Sans JP",sans-serif;font-size:.77rem;line-height:1;font-weight:700}.text-caption{font-family:"Noto Sans JP",sans-serif;font-size:.66rem;line-height:1;font-weight:400}.text-caption-black{font-family:"Noto Sans JP",sans-serif;font-size:.66rem;line-height:1;font-weight:900}.font-primary{font-family:"Noto Sans JP",sans-serif}.font-section{font-family:"Ro GSan Serif",serif}.font-regular{font-weight:400}.font-medium{font-weight:500}.font-semibold{font-weight:600}.font-bold{font-weight:700}.font-black{font-weight:900}.common_footer{position:relative;z-index:999;border-top:1px solid #f1f1f1;background-color:#fff;color:#333;font-size:.88rem;text-align:left;padding:65px 0 0;margin-top:0}@media screen and (min-width: 1080px){.common_footer{padding:95px 0 0}}.common_footer__container{display:flex;flex-direction:column}@media screen and (min-width: 1080px){.common_footer__container{flex-direction:row;justify-content:space-between;align-items:center}}.common_footer__main{width:294px;margin-left:auto;margin-right:auto}@media screen and (min-width: 1080px){.common_footer__main{width:320px;margin-left:0;margin-right:0}}.common_footer__add{margin-top:30px}@media screen and (min-width: 1080px){.common_footer__add{margin-top:50px}}.common_footer__tel{margin-top:35px}@media screen and (min-width: 1080px){.common_footer__tel{margin-top:40px}}.common_footer__tel a{font-size:1.77rem;font-weight:bold;display:block;line-height:1.8}.common_footer__sns{display:flex;justify-content:center;gap:20px;margin:35px 0 0;padding-left:0;margin-top:35px;list-style:none}@media screen and (min-width: 1080px){.common_footer__sns{justify-content:flex-start;margin-top:40px}}.common_footer__sns li{width:50px;list-style:none}.common_footer__nav{margin-top:10vw}@media screen and (min-width: 1080px){.common_footer__nav{margin-top:0}}.common_footer__list{display:flex;flex-direction:column;gap:28px;margin:0;padding-left:0;list-style:none}.common_footer__item{width:100%;list-style:none}@media screen and (min-width: 1080px){.common_footer__item{width:240px}}.common_footer__item a{display:flex;gap:8px;padding:0 10px}@media screen and (min-width: 1080px){.common_footer__item a{padding:0;font-weight:bold}}.common_footer__item a .icon{color:#c81b21}.common_footer__copy{padding:20vw 0 4vw;text-align:center}@media screen and (min-width: 1080px){.common_footer__copy{padding:60px 0}}.common_header{position:absolute;z-index:999;font-size:.9rem}.common_header.is-fixed-child>div{position:fixed;top:0;left:0;z-index:10}.common_header__container{width:100%;border-bottom:1px solid #e6e6e6;position:relative;display:flex;align-items:center;justify-content:space-between;box-sizing:border-box;height:70px;padding:0 3vw}@media screen and (min-width: 1080px){.common_header__container{height:120px}}.common_header__id{width:auto;height:32px}@media screen and (min-width: 1080px){.common_header__id{height:45px}}@media screen and (min-width: 1200px){.common_header__id{height:54px}}.common_header__id img{height:100%;width:auto;display:block}.common_header__id .home .common_header__id .default{display:flex}.common_header__id .home .common_header__id .scroll{display:none}.common_header__id .home .common_header__id .page{display:none}.home.common_menu_scroll .common_header__id .default{display:none}.home.common_menu_scroll .common_header__id .scroll{display:flex}.home.common_menu_scroll .common_header__id .page{display:none}.common_header__id .default{display:none}.common_header__id .scroll{display:none}.common_header__id .page{display:flex}.common_navigation{display:none}@media screen and (min-width: 1080px){.common_navigation{display:flex;align-items:center}}.common_navigation__side{display:flex;align-items:center;justify-content:flex-end;gap:24px;margin-bottom:10px;margin-top:0;padding-left:0;list-style:none}.common_navigation__side li{list-style:none}.common_navigation__button a{font-weight:600;display:flex;justify-content:center;gap:14px;width:144px;height:40px;line-height:40px;border-radius:4px;letter-spacing:.12em;text-align:center;transition:all 300ms;font-size:.77rem;border:1px solid #333;background-color:#333;color:#fff}.common_navigation__button a:hover{color:#333;background-color:#fff}.common_navigation__button.primary a{border:1px solid #c81b21;background-color:#c81b21}.common_navigation__button.primary a:hover{background-color:#fff;color:#c81b21}.common_navigation__list{gap:12px;margin:0;padding-left:0;transition:opacity 250ms, visibility 0s ease 250ms;list-style:none;opacity:1;visibility:visible;display:flex}@media screen and (min-width: 1200px){.common_navigation__list{gap:18px}}.common_navigation__item{position:relative;list-style:none}.common_navigation__item a{padding:4px 0;display:flex;position:relative;align-items:center;-webkit-text-decoration:none;text-decoration:none;letter-spacing:.1em;font-weight:700}.common_navigation__item a:hover{-webkit-text-decoration:none;text-decoration:none}.common_navigation__item a .default{transition:all .5s;opacity:1}.common_navigation__item a .hover{display:flex;position:absolute;top:0;left:0;align-items:center;justify-content:center;width:100%;height:100%;transition:all .5s;opacity:0;text-align:center}.common_navigation__item a .underline{position:absolute;bottom:0;left:0;height:4px;display:block;width:0;transition:all 300ms}.common_navigation__item a:hover .underline{width:100%}.common_navigation__item a:hover .underline:before{width:100%}.common_navigation__item.current a{pointer-events:none}.common_navigation__item.current a .underline{width:100%;transition:all 300ms 100ms;transition:color 500ms}.common_global{position:fixed;z-index:9999999;width:100%;height:100%;height:-webkit-fill-available;max-height:100vh;background:#fff;top:0;right:0}@media screen and (min-width: 1080px){.common_global{display:none !important}}.common_global__header{position:relative;display:flex;align-items:center;justify-content:space-between;box-sizing:border-box;padding:0 3vw;height:70px}@media screen and (min-width: 1080px){.common_global__header{height:170px}}.common_global__main{padding-top:40px;display:flex;z-index:1;align-items:center;width:100%;height:100%}.common_global__inner{pointer-events:auto;max-height:100vh;width:100%;overflow-y:auto;padding-bottom:10vw;-webkit-overflow-scrolling:touch}.common_global__list{display:block;width:100%;margin:0;padding-left:0;list-style:none}.common_global__item{list-style:none}@keyframes char_hover_animation{0%{transform:translateY(-100%);opacity:0}50%{transform:translateY(0)}100%{opacity:1}}.common_global__item:first-child{margin-top:0}.common_global__item a{display:inline-block;color:inherit;-webkit-text-decoration:none;text-decoration:none;font-weight:bold;padding:20px 0;text-align:center;width:100%;font-size:.77rem}.common_global__item a:hover{-webkit-text-decoration:none;text-decoration:none}.common_global__item .label{display:flex;margin-bottom:5px;line-height:1;font-size:130%;letter-spacing:.1em;overflow:hidden}.common_global__item .caption{display:inline-block;display:flex;align-items:center;font-size:75%;letter-spacing:.1em;transition:all 250ms;color:#000}.common_global__side{margin-top:10vw;display:flex;gap:4vw;padding-left:0;list-style:none}.common_global__side li{list-style:none}.common_global{transition:transform 0s ease 500ms, opacity 0s ease 500ms, visibility 0s ease 500ms;opacity:0;visibility:hidden}.common_global__main{transition:transform 500ms ease-out 0ms, opacity 500ms ease-out 0ms, visibility 500ms ease-out 0ms;opacity:0;transform:translateY(10px)}.drawer-active{overflow:hidden}.drawer-active .common_global{transform:scale(1);transition-delay:0s;opacity:1;visibility:visible}.drawer-active .common_global__bg .bg .fill{height:100%}.drawer-active .common_global__bg .bg .fill:nth-child(1){transition-delay:.08s}.drawer-active .common_global__bg .bg .fill:nth-child(2){transition-delay:.16s}.drawer-active .common_global__bg .bg .fill:nth-child(3){transition-delay:.24s}.drawer-active .common_global__bg .bg .fill:nth-child(4){transition-delay:.32s}.drawer-active .common_global__bg .bg .fill:nth-child(5){transition-delay:.4s}.drawer-active .common_global__bg .bg .fill:nth-child(6){transition-delay:.48s}.drawer-active .common_global__bg .bg .fill:nth-child(7){transition-delay:.56s}.drawer-active .common_global__bg .bg .fill:nth-child(8){transition-delay:.64s}.drawer-active .common_global__bg .bg .fill:nth-child(9){transition-delay:.72s}.drawer-active .common_global__bg .bg .fill:nth-child(10){transition-delay:.8s}.drawer-active .common_global__main{transition:transform 0s ease 500ms, opacity 0s ease 500ms, visibility 0s ease 500ms;opacity:1;transform:translateY(0)}.drawer-active .common_global__overlay{opacity:1;visibility:visible}.common_trigger{border:1px solid #000;position:fixed;top:0px;right:0px;align-items:center;justify-content:center;border:none;background:rgba(0,0,0,0);width:70px;height:70px}.common_trigger:focus{outline:invert}.drawer-active .common_trigger:before{content:"";position:absolute;top:50%;left:50%;width:100px;height:80px;border-radius:100%;transform:scale(0.2) translate(-50%, -50%);transition:all .25s .25s;transform-origin:left top}.drawer-active .common_trigger{right:0}.common_trigger_button{position:relative;width:24px;height:16px}.common_trigger_button .open{transition:opacity .5s .5s;opacity:1;position:absolute;left:0;width:100%;height:100%;display:block;transform-origin:center}.common_trigger_button .open .fill{transition:all .25s .2s;position:absolute;height:2px;display:block;width:100%}.common_trigger_button .open .fill .before,.common_trigger_button .open .fill .after{position:absolute;top:0;left:0;width:100%;height:100%;display:block}.common_trigger_button .open .fill .before{z-index:1}.common_trigger_button .open .fill .after{z-index:0}.common_trigger_button .open .fill:nth-of-type(1),.common_trigger_button .open .fill:nth-of-type(2),.common_trigger_button .open .fill:nth-of-type(3){display:block}.common_trigger_button .open .fill:nth-of-type(1){top:0;transform:scaleX(1) translateY(0)}.common_trigger_button .open .fill:nth-of-type(2){width:100%;bottom:0;transform:scaleX(1) translateY(0)}.common_trigger_button .open .fill:nth-of-type(3){width:100%;top:50%;transform:scaleX(1) translateY(-50%)}.common_trigger:hover .common_trigger_button .open .fill:nth-of-type(1) .before,.common_trigger:hover .common_trigger_button .open .fill:nth-of-type(2) .before,.common_trigger:hover .common_trigger_button .open .fill:nth-of-type(3) .before{opacity:.6;animation-name:trigger_hover_animation;animation-duration:.5s;animation-iteration-count:1;animation-fill-mode:forwards;animation-delay:.2s}.common_trigger:hover .common_trigger_button .open .fill:nth-of-type(2) .before{animation-delay:.6s}.common_trigger:hover .common_trigger_button .open .fill:nth-of-type(3) .before{animation-delay:.4s}.common_trigger:hover .common_trigger_button .open .fill:nth-of-type(1) .after,.common_trigger:hover .common_trigger_button .open .fill:nth-of-type(2) .after,.common_trigger:hover .common_trigger_button .open .fill:nth-of-type(3) .after{width:0}.drawer-active .common_trigger_button .open{opacity:0}.drawer-active .common_trigger_button .open .fill:nth-of-type(1),.drawer-active .common_trigger_button .open .fill:nth-of-type(2),.drawer-active .common_trigger_button .open .fill:nth-of-type(3){transform:scaleX(0.5) translateY(-50%);opacity:0}.common_trigger_button .close{transition:opacity .5s .5s;position:absolute;left:0;width:100%;height:100%;display:block;opacity:0;transform-origin:center}.common_trigger_button .close .fill{transition:all .25s .2s;position:absolute;display:block;height:2px;width:100%}.common_trigger_button .close .fill .before,.common_trigger_button .close .fill .after{position:absolute;top:0;left:0;width:100%;height:100%;display:block}.common_trigger_button .close .fill .before{z-index:1}.common_trigger_button .close .fill .after{z-index:0}.common_trigger_button .close .fill:nth-of-type(1),.common_trigger_button .close .fill:nth-of-type(2){top:50%;left:50%;width:0;transition:all .25s 0s;opacity:0}.common_trigger_button .close .fill:nth-of-type(1){transform:translate(-50%, -50%) rotate(45deg)}.common_trigger_button .close .fill:nth-of-type(2){transform:translate(-50%, -50%) rotate(-45deg)}.common_trigger:hover .common_trigger_button .close .fill .before{animation-name:trigger_hover_animation;animation-duration:.5s;animation-iteration-count:1;animation-fill-mode:forwards;animation-delay:.5s}.common_trigger:hover .common_trigger_button .close .fill:nth-of-type(2) .before{animation-delay:.7s}.drawer-active .common_trigger_button .close{opacity:1}.drawer-active .common_trigger_button .close .fill:nth-of-type(1),.drawer-active .common_trigger_button .close .fill:nth-of-type(2){width:100%;opacity:1}@keyframes trigger_default_animation{0%{left:auto;right:0;width:100%}10%{left:auto;right:0;width:0}30%{left:0;right:auto;width:0}40%{left:0;right:auto;width:100%}}@keyframes trigger_hover_animation{0%{left:auto;right:0;width:100%}40%{left:auto;right:0;width:0}60%{left:0;right:auto;width:0}100%{left:0;right:auto;width:100%}}.drawer-active .common_trigger_button span .fill .before{background-color:#044586}.common_trigger_button .open .fill .before{z-index:1}.common_trigger_button .open .fill .after{z-index:0}.sp-only{display:block}@media screen and (min-width: 1080px){.sp-only{display:none}}.md-only{display:block}@media screen and (min-width: 840px){.md-only{display:none}}.pc-only{display:none}@media screen and (min-width: 1080px){.pc-only{display:block}}.pt{padding-top:60px}@media screen and (min-width: 1080px){.pt{padding-top:80px}}.hover-image{overflow:hidden;width:100%;height:100%;transition:all .3s}.hover-image img{transition:all .3s}a:hover .hover-image img,.swiper-slide:hover .hover-image img{transform:scale(1.1);opacity:.8}.image-radius{overflow:hidden;border-radius:10px}.hover-underline{display:inline-block;position:relative;background-image:linear-gradient(#c81b21, #c81b21);background-size:0 1px;background-position:bottom left;background-repeat:no-repeat;transition:background-size .3s ease-out;box-decoration-break:slice;-webkit-box-decoration-break:slice}a:hover .hover-underline{background-size:100% 1px;background-position:bottom left}.hover-underline-white{background-image:linear-gradient(#ffffff, #ffffff);background-size:0 1px;background-position:bottom left;background-repeat:no-repeat;transition:background-size .3s ease-out;box-decoration-break:slice;-webkit-box-decoration-break:slice}a:hover .hover-underline-white{background-size:100% 1px;background-position:bottom left}.hover-underline-menu{background-image:linear-gradient(#047c6e, #047c6e);background-size:0 4px;background-position:bottom right;background-repeat:no-repeat;transition:background-size .3s ease-out;box-decoration-break:slice;-webkit-box-decoration-break:slice}a:hover .hover-underline-menu{background-size:100% 4px;background-position:bottom left}.link{color:#047c6e;-webkit-text-decoration:underline;text-decoration:underline}.link-underline{display:inline-block;position:relative;background-image:linear-gradient(#c81b21, #c81b21);background-size:100% 1px;background-position:bottom left;background-repeat:no-repeat;transition:background-size .1s ease-out;box-decoration-break:slice;-webkit-box-decoration-break:slice}a:hover .link-underline{background-size:0 1px;background-position:bottom right}picture{display:block;position:relative}picture.w-full.h-full{width:100%;height:100%}picture.w-full.h-full img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center;display:block}picture img{max-width:100%;height:auto;display:block}.title_section{display:flex;flex-direction:column;justify-content:center;align-items:center;width:100%;text-align:center;margin-bottom:40px}@media screen and (min-width: 1080px){.title_section{margin-bottom:80px}}.title_section img{height:min(25px,6.66vw)}@media screen and (min-width: 1080px){.title_section img{height:60px}}.title_section.h55 img{height:min(55px,14vw)}@media screen and (min-width: 1080px){.title_section.h55 img{height:60px}}.title_section .caption{font-size:1rem;width:100%;display:block;margin-top:20px}.title_section.white{color:#fff}.page_title{padding:11vw 0 11vw}@media screen and (min-width: 1080px){.page_title{padding:90px 0 85px}}.page_title.bg-primary{background-color:#c81b21}.page_title .title_section{margin-bottom:0;color:#fff}.page_title .title_section .title{display:block;font-size:1.55rem;font-weight:bold}@media screen and (min-width: 1080px){.page_title .title_section .title{font-size:1.77rem}}.button_section{text-align:center;padding:0 20px;margin-top:min(50px,16vw)}@media screen and (min-width: 1080px){.button_section{margin-top:50px}}.button_cv{background:#c81b21;color:#fff;width:100%;border-radius:6px;display:inline-flex;align-items:center;justify-content:space-between;box-shadow:0 0 4px 0 rgba(0,0,0,.25);transition:all 300ms;padding:min(5vw,22px) min(8vw,40px)}@media screen and (min-width: 1080px){.button_cv{padding:2vw 3vw}}@media screen and (min-width: 1280px){.button_cv{padding:44px 40px}}.button_cv .contents{font-weight:800;display:flex;gap:6px;align-items:center;flex-wrap:wrap}@media screen and (min-width: 1080px){.button_cv .contents{gap:8px}}@media screen and (min-width: 1280px){.button_cv .contents{gap:12px}}.button_cv .contents .badge{display:block;text-align:center;background:#fff;color:#c81b21;width:60px;height:32px;line-height:32px;border-radius:4px;transition:all 300ms 50ms;font-size:min(5.2vw,20px)}@media screen and (min-width: 1080px){.button_cv .contents .badge{width:70px;height:36px;line-height:36px}}@media screen and (min-width: 1280px){.button_cv .contents .badge{width:70px;height:36px;line-height:36px}}@media screen and (min-width: 1080px){.button_cv .contents .badge{font-size:1.11rem}}@media screen and (min-width: 1280px){.button_cv .contents .badge{font-size:1.33rem}}.button_cv .contents .caption{font-size:min(6.4vw,26px)}@media screen and (min-width: 1080px){.button_cv .contents .caption{font-size:1.33rem}}@media screen and (min-width: 1280px){.button_cv .contents .caption{font-size:1.55rem}}.button_cv .contents .label{width:100%;font-size:min(6.4vw,26px)}@media screen and (min-width: 1080px){.button_cv .contents .label{width:auto;font-size:1.33rem}}@media screen and (min-width: 1280px){.button_cv .contents .label{font-size:1.55rem}}.button_cv .icon{font-size:5.2vw}@media screen and (min-width: 840px){.button_cv .icon{font-size:1.33rem}}@media screen and (min-width: 1080px){.button_cv .icon{font-size:1.55rem}}.button_cv:hover{background-color:#fff;color:#c81b21}.button_cv:hover .contents .badge{color:#fff;background:#c81b21}.button_more{transition:all 300ms;margin-left:auto;margin-right:auto;position:relative;display:inline-block;text-align:center;background:#c81b21;border:1px solid #c81b21;color:#fff;width:100%;max-width:580px;height:50px;line-height:47.5px;border-radius:5px;font-weight:bold}@media screen and (min-width: 1080px){.button_more{max-width:310px}}.button_more:hover{background-color:#fff;color:#c81b21}.button_more.white{background-color:#fff;color:#c81b21}.button_more.white:hover{background:#c81b21;border:1px solid #fff;color:#fff}.button_more.secondary{border-color:#308b8e;background-color:#308b8e;color:#fff}.button_more.secondary:hover{background:#fff;color:#308b8e}.button_more .label{font-size:.77rem;letter-spacing:.04em}@media screen and (min-width: 480px){.button_more .label{font-size:.88rem}}.button_more .icon{position:absolute;top:50%;right:20px;transform:translateY(-50%)}.button_side{transition:all 300ms;margin-left:auto;margin-right:auto;position:relative;display:inline-block;text-align:center;background:#c81b21;border:1px solid #c81b21;color:#fff;width:100%;max-width:none;max-width:initial;height:55px;line-height:52.5px;border-radius:5px;font-weight:bold}@media screen and (min-width: 1080px){.button_side{max-width:310px}}.button_side:hover{background-color:#fff;color:#c81b21}.button_side.white{background-color:#fff;color:#c81b21}.button_side.white:hover{background:#c81b21;border:1px solid #fff;color:#fff}.button_side.secondary{border-color:#308b8e;background-color:#308b8e;color:#fff}.button_side.secondary:hover{background:#fff;color:#308b8e}.button_side .label{font-size:.88rem;letter-spacing:.04em}.button_side .icon{position:absolute;top:50%;right:20px;transform:translateY(-50%)}.button_search{transition:all 300ms;margin-left:auto;margin-right:auto;position:relative;display:inline-block;text-align:center;background:#c81b21;border:1px solid #c81b21;color:#fff;width:250px;max-width:none;max-width:initial;height:75px;line-height:47.5px;border-radius:5px;font-weight:bold}@media screen and (min-width: 1080px){.button_search{max-width:310px}}.button_search:hover{background-color:#fff;color:#c81b21}.button_search.white{background-color:#fff;color:#c81b21}.button_search.white:hover{background:#c81b21;border:1px solid #fff;color:#fff}.button_search .label{font-size:.88rem;letter-spacing:.04em}.button_search .search{display:none}.button_search .arrow{display:none}.search_select{position:relative;display:flex;flex-direction:column;justify-content:center;gap:20px;margin-top:40px;padding:0 20px;max-width:620px;margin-left:auto;margin-right:auto}@media screen and (min-width: 1080px){.search_select{max-width:none;max-width:initial;flex-direction:row;gap:20px;margin-top:60px;padding:0}}.search_select>*{box-sizing:border-box}.search_select__x{display:flex;align-items:center;justify-content:center;height:20px}@media screen and (min-width: 1080px){.search_select__x{height:75px}}.search_select__box{position:relative;width:100%;max-width:100%}@media screen and (min-width: 1080px){.search_select__box{width:390px;max-width:390px}}.search_select__inner{overflow:hidden;border-radius:10px;border:2px solid #333;background-color:#fff}.search_select__check{display:none}.search_select__button{display:block;position:relative;width:100%;max-width:none;max-width:initial;height:70px;padding:0 50px 0 50px;font-size:.88rem;font-weight:500;color:#333;background-color:#fff;-webkit-appearance:none;-moz-appearance:none;appearance:none;font-weight:bold;cursor:pointer;transition:border-color .3s}@media screen and (min-width: 1080px){.search_select__button{max-width:390px;height:75px;padding:0 60px 0 50px;font-size:1rem}}.search_select__button:hover{border-color:#bbb}.search_select__button:focus{outline:none;border-color:#c81b21}.search_select__button .label{display:flex;width:100%;align-items:center;height:70px}@media screen and (min-width: 1080px){.search_select__button .label{height:75px}}.search_select__button .icon{position:absolute;top:50%;left:24px;z-index:99;transform:translateY(-50%)}.search_select__button .arrow{position:absolute;top:50%;right:22px;z-index:99;transform:translateY(-50%)}.search_select__button .search_side__button{display:none}.search_select__check:checked~.search_select__button .arrow svg{transform:rotate(180deg)}.search_select__menu{display:none}.search_select__check:checked~.search_select__menu{display:block}.search_select__menu{position:relative;padding:0 24px 20px}.search_select__menu_list{display:flex;flex-direction:column;gap:12px}@media screen and (min-width: 1080px){.search_select__menu_list{gap:16px}}.search_select__area,.search_select__type,.search_select__conditions{font-size:.88rem}@media screen and (min-width: 1080px){.search_select__area,.search_select__type,.search_select__conditions{font-size:.88rem}}.search_select__area_check,.search_select__type_check,.search_select__conditions_check{display:none}.search_select__area_title,.search_select__type_title,.search_select__conditions_title{display:inline-flex;width:100%;cursor:pointer}.search_select__area_title .checkbox,.search_select__type_title .checkbox,.search_select__conditions_title .checkbox{flex-shrink:0;width:18px;height:18px;display:block;margin-top:3px;padding:0;box-sizing:border-box;transition:all 1.1s cubic-bezier(0.19, 1, 0.22, 1);border:1px solid #ccc;box-shadow:inset 0 1px 2px rgba(0,0,0,.25);border-radius:2px;background:#fff;position:relative;overflow:hidden}.search_select__area_title .checkbox::after,.search_select__type_title .checkbox::after,.search_select__conditions_title .checkbox::after{display:block;width:60%;height:35%;content:"";position:absolute;border-left:2.2px solid;border-bottom:2.2px solid;border-color:rgba(0,0,0,0);transform:rotate(-45deg) translate3d(0, 0, 0);transform-origin:center center;transition:all 1.1s cubic-bezier(0.19, 1, 0.22, 1);left:22%;right:0;top:25%;bottom:5%}.search_select__area_title .checkbox::before,.search_select__type_title .checkbox::before,.search_select__conditions_title .checkbox::before{content:"";display:block;width:65%;height:2px;background:#fff;position:absolute;top:50%;left:50%;transform:translate(-50%, -50%);transition:all 1.1s cubic-bezier(0.19, 1, 0.22, 1);opacity:0}.search_select__area_title .label,.search_select__type_title .label,.search_select__conditions_title .label{margin-left:12px}.search_select__area_title .count,.search_select__type_title .count,.search_select__conditions_title .count{margin-left:5px;color:#c81b21}.search_select__area_title .arrow,.search_select__type_title .arrow,.search_select__conditions_title .arrow{cursor:pointer;color:#c81b21;margin-left:auto}.search_select__area_title .arrow .plus,.search_select__type_title .arrow .plus,.search_select__conditions_title .arrow .plus{display:block}.search_select__area_title .arrow .minus,.search_select__type_title .arrow .minus,.search_select__conditions_title .arrow .minus{display:none}.search_select__area_check:checked~.search_select__area_title .checkbox,.search_select__area_check:checked~.search_select__type_title .checkbox,.search_select__area_check:checked~.search_select__conditions_title .checkbox,.search_select__type_check:checked~.search_select__area_title .checkbox,.search_select__type_check:checked~.search_select__type_title .checkbox,.search_select__type_check:checked~.search_select__conditions_title .checkbox,.search_select__conditions_check:checked~.search_select__area_title .checkbox,.search_select__conditions_check:checked~.search_select__type_title .checkbox,.search_select__conditions_check:checked~.search_select__conditions_title .checkbox{border:1px solid #c81b21;background:#c81b21}.search_select__area_check:checked~.search_select__area_title .checkbox::before,.search_select__area_check:checked~.search_select__type_title .checkbox::before,.search_select__area_check:checked~.search_select__conditions_title .checkbox::before,.search_select__type_check:checked~.search_select__area_title .checkbox::before,.search_select__type_check:checked~.search_select__type_title .checkbox::before,.search_select__type_check:checked~.search_select__conditions_title .checkbox::before,.search_select__conditions_check:checked~.search_select__area_title .checkbox::before,.search_select__conditions_check:checked~.search_select__type_title .checkbox::before,.search_select__conditions_check:checked~.search_select__conditions_title .checkbox::before{opacity:0 !important}.search_select__area_check:checked~.search_select__area_title .checkbox::after,.search_select__area_check:checked~.search_select__type_title .checkbox::after,.search_select__area_check:checked~.search_select__conditions_title .checkbox::after,.search_select__type_check:checked~.search_select__area_title .checkbox::after,.search_select__type_check:checked~.search_select__type_title .checkbox::after,.search_select__type_check:checked~.search_select__conditions_title .checkbox::after,.search_select__conditions_check:checked~.search_select__area_title .checkbox::after,.search_select__conditions_check:checked~.search_select__type_title .checkbox::after,.search_select__conditions_check:checked~.search_select__conditions_title .checkbox::after{opacity:1 !important;border-color:#fff}.search_select__area_menu,.search_select__type_menu,.search_select__conditions_menu{display:none;padding-bottom:20px;padding-right:10px}@media screen and (min-width: 1080px){.search_select__area_menu,.search_select__type_menu,.search_select__conditions_menu{padding-bottom:20px;padding-right:10px}}.search_select__area_show,.search_select__type_show,.search_select__conditions_show{display:none}.search_select__area_show:checked~.search_select__area_title .arrow .plus,.search_select__area_show:checked~.search_select__type_title .arrow .plus,.search_select__area_show:checked~.search_select__conditions_title .arrow .plus,.search_select__type_show:checked~.search_select__area_title .arrow .plus,.search_select__type_show:checked~.search_select__type_title .arrow .plus,.search_select__type_show:checked~.search_select__conditions_title .arrow .plus,.search_select__conditions_show:checked~.search_select__area_title .arrow .plus,.search_select__conditions_show:checked~.search_select__type_title .arrow .plus,.search_select__conditions_show:checked~.search_select__conditions_title .arrow .plus{display:none}.search_select__area_show:checked~.search_select__area_title .arrow .minus,.search_select__area_show:checked~.search_select__type_title .arrow .minus,.search_select__area_show:checked~.search_select__conditions_title .arrow .minus,.search_select__type_show:checked~.search_select__area_title .arrow .minus,.search_select__type_show:checked~.search_select__type_title .arrow .minus,.search_select__type_show:checked~.search_select__conditions_title .arrow .minus,.search_select__conditions_show:checked~.search_select__area_title .arrow .minus,.search_select__conditions_show:checked~.search_select__type_title .arrow .minus,.search_select__conditions_show:checked~.search_select__conditions_title .arrow .minus{display:block}.search_select__area_show:checked~.search_select__area_menu,.search_select__area_show:checked~.search_select__type_menu,.search_select__area_show:checked~.search_select__conditions_menu,.search_select__type_show:checked~.search_select__area_menu,.search_select__type_show:checked~.search_select__type_menu,.search_select__type_show:checked~.search_select__conditions_menu,.search_select__conditions_show:checked~.search_select__area_menu,.search_select__conditions_show:checked~.search_select__type_menu,.search_select__conditions_show:checked~.search_select__conditions_menu{display:block}.search_select__area_list,.search_select__type_list,.search_select__conditions_list{margin-top:14px;padding-left:31px;display:flex;flex-direction:column;gap:14px}@media screen and (min-width: 1080px){.search_select__area_list,.search_select__type_list,.search_select__conditions_list{gap:14px}}.search_select__area_item,.search_select__type_item,.search_select__conditions_item{display:inline-flex;cursor:pointer}.search_select__area_item .checkbox,.search_select__type_item .checkbox,.search_select__conditions_item .checkbox{flex-shrink:0;width:18px;height:18px;display:block;margin-top:3px;padding:0;box-sizing:border-box;transition:all 1.1s cubic-bezier(0.19, 1, 0.22, 1);border:1px solid #ccc;box-shadow:inset 0 1px 2px rgba(0,0,0,.25);border-radius:2px;background:#fff;position:relative;overflow:hidden}.search_select__area_item .checkbox::after,.search_select__type_item .checkbox::after,.search_select__conditions_item .checkbox::after{display:block;width:60%;height:35%;content:"";position:absolute;border-left:2.2px solid;border-bottom:2.2px solid;border-color:rgba(0,0,0,0);transform:rotate(-45deg) translate3d(0, 0, 0);transform-origin:center center;transition:all 1.1s cubic-bezier(0.19, 1, 0.22, 1);left:22%;right:0;top:25%;bottom:5%}.search_select__area_item .label,.search_select__type_item .label,.search_select__conditions_item .label{margin-left:12px}.search_select__area_item .count,.search_select__type_item .count,.search_select__conditions_item .count{margin-left:5px;color:#c81b21}.search_select__area_item .search_select__check:checked~.checkbox,.search_select__type_item .search_select__check:checked~.checkbox,.search_select__conditions_item .search_select__check:checked~.checkbox{border:1px solid #c81b21;background:#c81b21}.search_select__area_item .search_select__check:checked~.checkbox::after,.search_select__type_item .search_select__check:checked~.checkbox::after,.search_select__conditions_item .search_select__check:checked~.checkbox::after{border-color:#fff}.search_select__area_item_check,.search_select__type_item_check,.search_select__conditions_item_check{display:none}.search_select__area_item_check:checked~.checkbox,.search_select__type_item_check:checked~.checkbox,.search_select__conditions_item_check:checked~.checkbox{border:1px solid #c81b21;background:#c81b21}.search_select__area_item_check:checked~.checkbox::after,.search_select__type_item_check:checked~.checkbox::after,.search_select__conditions_item_check:checked~.checkbox::after{border-color:#fff}.search_select__area_title.has-partial-checked .checkbox,.search_select__type_title.has-partial-checked .checkbox,.search_select__conditions_title.has-partial-checked .checkbox{border:1px solid #c81b21;background:#c81b21}.search_select__area_title.has-partial-checked .checkbox::after,.search_select__type_title.has-partial-checked .checkbox::after,.search_select__conditions_title.has-partial-checked .checkbox::after{opacity:0}.search_select__area_title.has-partial-checked .checkbox::before,.search_select__type_title.has-partial-checked .checkbox::before,.search_select__conditions_title.has-partial-checked .checkbox::before{opacity:1}.search_select__income,.search_select__keyword,.search_select__conditions{display:none}@keyframes infinity-scroll-left{from{transform:translateX(0)}to{transform:translateX(-100%)}}.index_hero__main{position:relative;display:flex;flex-direction:column}@media screen and (min-width: 1080px){.index_hero__main{flex-direction:row-reverse}}.index_hero__main_visual{position:relative;flex:0 0 calc(100% - 20px);margin-left:20px;height:84vw;max-height:auto;display:flex;flex-wrap:wrap;justify-content:space-between;gap:4px}@media screen and (min-width: 1080px){.index_hero__main_visual{flex:0 0 42%;height:42.5vw;gap:10px;margin-left:0}}@media screen and (min-width: 1280px){.index_hero__main_visual{height:746px}}.index_hero__main_visual::after{position:absolute;top:0;left:0;z-index:0;content:"";width:100%;height:calc(100% + 10px);background:#c81b21;border-radius:0 0 0 40px}@media screen and (min-width: 1080px){.index_hero__main_visual::after{left:20px;height:calc(100% + 20px)}}.index_hero__main_visual .image01{position:relative;z-index:1;box-shadow:0 0 4px 0 rgba(0,0,0,.25);flex:0 0 calc(50% - 2px);height:calc(43vw - 5px)}@media screen and (min-width: 1080px){.index_hero__main_visual .image01{flex:0 0 calc(50% - 5px);height:calc(21.25vw - 5px);max-height:368px}}@media screen and (min-width: 1280px){.index_hero__main_visual .image01{height:100%}}.index_hero__main_visual .image02{position:relative;z-index:1;box-shadow:0 0 4px 0 rgba(0,0,0,.25);flex:0 0 calc(50% - 2px);height:calc(43vw - 5px)}@media screen and (min-width: 1080px){.index_hero__main_visual .image02{flex:0 0 calc(50% - 5px);height:calc(21.25vw - 5px);max-height:368px}}@media screen and (min-width: 1280px){.index_hero__main_visual .image02{height:100%}}.index_hero__main_visual .image03{position:relative;z-index:1;flex:0 0 100%;box-shadow:0 0 4px 0 rgba(0,0,0,.25);border-radius:0 0 0 40px;overflow:hidden;width:100%;height:calc(43vw - 5px)}@media screen and (min-width: 1080px){.index_hero__main_visual .image03{height:calc(21.25vw - 5px);max-height:368px}}@media screen and (min-width: 1280px){.index_hero__main_visual .image03{height:100%}}.index_hero__main_visual img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.index_hero__main_contents{position:relative;padding-top:40px;width:100%;margin-left:auto;margin-right:auto;padding-bottom:40px}@media screen and (min-width: 1080px){.index_hero__main_contents{width:50%;max-width:926px;padding:0 2%;display:flex;align-items:center;height:42.5vw;padding-top:90px}}@media screen and (min-width: 1280px){.index_hero__main_contents{height:746px;padding-top:160px}}.index_hero__main_title{width:calc(100% - 40px);margin-left:auto;margin-right:auto;margin-bottom:20px}@media screen and (min-width: 1080px){.index_hero__main_title{margin-left:0;width:100%;margin-bottom:min(3vw,25px)}}.index_hero__main_text{width:calc(100% - 40px);margin-left:auto;margin-right:auto;line-height:1.4;margin-bottom:10px}@media screen and (min-width: 1080px){.index_hero__main_text{margin-bottom:15px;margin-left:0;width:100%}}.index_hero__main_cv{position:relative;padding-top:20vw}@media screen and (min-width: 1080px){.index_hero__main_cv{padding-top:40px}}@media screen and (min-width: 1280px){.index_hero__main_cv{padding-top:70px}}.index_hero__main_bg{overflow:hidden;position:absolute;top:0;left:50%;transform:translateX(-50%);width:100vw;height:19vw;margin-bottom:15px}@media screen and (min-width: 1080px){.index_hero__main_bg{margin-bottom:0;left:50%;transform:translateX(-50%);width:100vw;height:100%;max-height:126px}}.index_hero__main_bg_wrap{display:flex;width:200%;height:100%}.index_hero__main_bg_list{background:#fff;display:flex;width:-moz-fit-content;width:fit-content}.index_hero__main_bg_list--left{animation:infinity-scroll-left 150s linear infinite}.index_hero__main_bg_item{flex:0 0 auto;margin:0 20px;width:auto;height:18.5vw;max-width:none;max-width:initial}@media screen and (min-width: 1080px){.index_hero__main_bg_item{margin:0 20px;height:100%}}.index_hero__main_button{z-index:99;position:relative;width:calc(100% - 40px);margin-left:auto;margin-right:auto;margin-top:0}@media screen and (min-width: 1080px){.index_hero__main_button{width:92%;max-width:577px;margin-top:0;margin-left:0}}@media screen and (min-width: 1280px){.index_hero__main_button{width:92%;max-width:577px;margin-left:0}}.index_hero__main_arrow01{position:absolute;left:35px;top:-10px;transform:translateY(-100%);height:120px;width:16px}.index_hero__main_arrow02{position:absolute;left:-52px;top:200px;transform:translateX(-100%);height:16px;width:120px}.index_hero__main_arrow03{position:absolute;right:-20px;top:-40px;height:16px;width:120px}.index_hero__main_frame img{width:100%;height:100%}.index_hero__main_frame01{position:absolute;top:6vw;left:-1vw;width:7vw;z-index:0}@media screen and (min-width: 1080px){.index_hero__main_frame01{z-index:999;top:42px;left:-1vw;width:6vw;height:10vw}}@media screen and (min-width: 1280px){.index_hero__main_frame01{top:42px;left:-47px;width:150px;height:250px}}.index_hero__main_frame02{display:none;position:absolute;top:0;left:0;width:12vw;z-index:999}@media screen and (min-width: 1080px){.index_hero__main_frame02{display:block;top:0;left:50%;transform:translateX(4vw);width:6vw;height:7vw}}@media screen and (min-width: 1280px){.index_hero__main_frame02{top:0;left:50%;transform:translateX(4vw);width:122px;height:144px}}.index_hero__main_frame03{position:absolute;bottom:52vw;right:0vw;width:5vw;z-index:999}@media screen and (min-width: 1080px){.index_hero__main_frame03{bottom:-10px;right:0;transform:translateX(2vw);width:8vw;height:10vw}}@media screen and (min-width: 1280px){.index_hero__main_frame03{bottom:-10px;right:0;transform:translateX(2vw);width:122px;height:144px}}.index_hero__main_arrow01{position:absolute}.index_hero__main_arrow02{position:absolute}.index_hero__main_arrow03{position:absolute}.index_hero__slide{margin-top:0;background:#c81b21}@media screen and (min-width: 1080px){.index_hero__slide{margin-top:80px}}.index_hero__slide.mt{margin-top:0 !important}.index_hero__slide_list{padding:20px 10px}.index_hero__slide_item{padding:10px;width:33.3333%}.index_hero__slide_item a{background:#000;display:block;width:100%;aspect-ratio:685/410;overflow:hidden}.index_hero__slide_item img{display:block;width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.index_reason{position:relative;padding-top:90px;padding-bottom:30px}@media screen and (min-width: 1080px){.index_reason{padding-top:80px;padding-bottom:60px}}.index_reason__frame{background-color:#c81b21;width:100%;height:460px;position:absolute;bottom:0;left:0;z-index:0}.index_reason__container{position:relative;z-index:1}.index_reason__list{display:flex;flex-direction:column;justify-content:center;padding:30px 30px 0;max-width:1290px;margin-left:auto;margin-right:auto;gap:30px;margin-bottom:0;background-color:#c81b21}@media screen and (min-width: 1080px){.index_reason__list{background-color:rgba(0,0,0,0);flex-direction:row;margin-bottom:80px;gap:0;padding:0 20px}}.index_reason__item{flex:0 0 33.3333%}@media screen and (min-width: 1080px){.index_reason__item{padding:0 0}}.index_reason__inner{width:100%;margin:0 auto}@media screen and (min-width: 1080px){.index_reason__inner{max-width:310px}}.index_reason__image{position:relative;width:100%;min-height:310px;aspect-ratio:10/6;overflow:hidden;border-radius:10px;box-shadow:0 0 4px rgba(0,0,0,.25)}.index_reason__image img{display:block;width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.index_reason__image .number{display:block;position:absolute;left:8px;bottom:8px;width:36%;max-width:180px;height:auto}.index_reason__image .number img{height:auto;width:100%}.index_reason__desc{margin-top:18px;background-color:#c81b21;color:#fff;font-weight:bold}.index_reason .button_section{padding:0 20px}@media screen and (min-width: 1080px){.index_reason .button_section{padding:0}}.index_search{position:relative;padding-top:60px;padding-bottom:60px;background-color:#efefef}@media screen and (min-width: 1080px){.index_search{padding-top:90px;padding-bottom:80px}}.index_search__container{position:relative;z-index:1}.index_search__cross{display:block;font-size:30px;font-weight:700;color:#666;margin:0}@media screen and (min-width: 1080px){.index_search__cross{display:none}}.index_search__contents{display:flex;flex-direction:column;justify-content:center;align-items:center;gap:20px;margin-top:40px;padding:0 20px}@media screen and (min-width: 1080px){.index_search__contents{flex-direction:row;gap:20px;margin-top:60px;padding:0}}.index_search .button_search{width:100%;height:70px;margin-left:0;margin-right:0;padding:0 40px;background-color:#c81b21;border:2px solid #c81b21;color:#fff;font-size:1rem;font-weight:700;display:flex;align-items:center;justify-content:center;gap:10px;cursor:pointer;transition:background-color .3s, transform .2s}@media screen and (min-width: 1080px){.index_search .button_search{width:180px;height:75px}}.index_search .button_search:hover{background-color:#fff;color:#c81b21}.index_search .button_search:active{transform:translateY(0)}.index_search .button_search .icon{font-size:20px}.index_search .button_search .label{font-size:1rem;font-weight:700}.index_recommend{position:relative;padding-top:60px;padding-bottom:60px}@media screen and (min-width: 1080px){.index_recommend{padding-top:90px;padding-bottom:80px}}.index_recommend__container{position:relative;z-index:1}.index_recommend__list{display:flex;gap:4px;flex-direction:column}@media screen and (min-width: 1080px){.index_recommend__list{flex-direction:row}}.index_recommend__item{position:relative;display:block;background:#333}.index_recommend__image{overflow:hidden;aspect-ratio:16/11}.index_recommend__image img{height:100%;width:100%;-o-object-fit:cover;object-fit:cover}.index_recommend__subject{position:absolute;top:50%;left:50%;transform:translate(-50%, -50%);opacity:0;height:min(36px,8vw)}@media screen and (min-width: 1080px){.index_recommend__subject{height:36px}}.index_recommend__subject img{height:100%;width:auto}.index_recommend__text{z-index:99;color:#c81b21;position:absolute;top:50%;left:50%;transform:translate(-50%, -50%);font-size:38px;font-weight:900;text-shadow:1px 0 1px #c81b21,0 0 0 rgba(0,0,0,.3)}.index_area{position:relative;padding-top:60px;padding-bottom:60px;background-color:#efefef}@media screen and (min-width: 1080px){.index_area{padding-top:90px;padding-bottom:80px}}.index_area__container{position:relative;z-index:1}.index_area__contents{padding:0 20px;display:flex;flex-direction:column;justify-content:center;gap:40px}@media screen and (min-width: 1080px){.index_area__contents{flex-direction:row;gap:80px}}.index_area__box{display:block;position:relative;width:100%;max-width:580px;margin:0 auto}@media screen and (min-width: 1080px){.index_area__box{width:412px;margin:0;margin:initial}}.index_area__icon{position:relative;display:flex;align-items:center;justify-content:center;margin-left:auto;margin-right:auto;width:50px;height:50px;padding:3px}@media screen and (min-width: 1080px){.index_area__icon{width:68px;height:68px}}.index_area__icon::after{content:"";width:100%;height:100%;background-color:#c81b21;position:absolute;border-radius:1000px;z-index:-1}.index_area__icon .icon{position:relative;z-index:99;display:flex;align-items:center;justify-content:center;width:100%;height:100%;background-color:#fff;border-radius:1000px;color:#c81b21;font-weight:bold;font-size:.88rem}@media screen and (min-width: 1080px){.index_area__icon .icon{font-size:1.11rem}}.index_area__icon .icon svg{transform:translateY(-0.3em);position:relative;z-index:99}.index_area__main{margin-top:-28px;border-radius:10px;padding:3px;background-color:#c81b21}@media screen and (min-width: 1080px){.index_area__main{margin-top:-34px}}.index_area__main .inner{position:relative;overflow:hidden;border-radius:10px;background-color:#fff;color:#333;padding:0 30px 24px}.index_area__main .title{text-align:center;position:relative;z-index:999;width:100%;padding-top:.2em;font-size:1.11rem;color:#c81b21;font-weight:bold;margin-bottom:8px}.index_area__main .contents{position:relative;z-index:1;display:flex;flex-wrap:wrap;align-items:center;height:auto;height:initial;gap:0;padding-bottom:10px}@media screen and (min-width: 480px){.index_area__main .contents{height:140px;padding-bottom:0}}.index_area__main .contents_list{display:grid;grid-template-columns:repeat(2, 94px);grid-row-gap:16px;row-gap:16px}@media screen and (min-width: 480px){.index_area__main .contents_list{grid-template-columns:repeat(3, 94px)}}.index_area__main .contents_list label{align-items:center;display:flex;font-size:1rem;font-weight:bold;gap:4px;cursor:pointer;transition:all 300ms}.index_area__main .contents_list label:hover{color:#777}.index_area__main .contents_list label input{display:none}.index_area__main .contents_list label .circle{position:relative;display:block;box-sizing:border-box;width:25px;height:25px;border:2px solid #c81b21;border-radius:1000px}.index_area__main .contents_list label .circle::before{content:"";box-sizing:border-box;display:block;width:17px;height:17px;background:#c81b21;border-radius:1000px;margin:2px;opacity:0;transition:all 150ms}.index_area__main .contents_list label input:checked+.circle::before{opacity:1}.index_area__main .button{position:relative;z-index:1;margin-top:10px;text-align:center}.index_area__main .button .search{display:inline-flex;align-items:center;justify-content:center;width:138px;height:38px;gap:8px;font-weight:bold;border-radius:5px;border:1px solid #c81b21;background-color:#c81b21;color:#fff;transition:all 300ms}.index_area__main .button .search:hover{color:#c81b21;background-color:#fff}.index_area__main .button .search .icon{font-size:120%}.index_area__main .button .search .label{font-size:.77rem}.index_area__main .map{position:absolute;z-index:0;right:2%;top:50%;transform:translateY(-50%);height:100%;width:auto}@media screen and (min-width: 480px){.index_area__main .map{right:-14px}}.index_area__main .map img{height:100%;width:auto}.index_area__box.type-green .index_area__icon::after{background-color:#308b8e}.index_area__box.type-green .index_area__icon .icon{color:#308b8e}.index_area__box.type-green .index_area__main{background-color:#308b8e}.index_area__box.type-green .index_area__main .title{color:#308b8e}.index_area__box.type-green .index_area__main .contents label .circle{border-color:#308b8e}.index_area__box.type-green .index_area__main .contents label .circle::before{background-color:#308b8e}.index_area__box.type-green .index_area__main .button .search{border:1px solid #308b8e;background-color:#308b8e}.index_area__box.type-green .index_area__main .button .search:hover{color:#308b8e;background-color:#fff}.index_type{position:relative;padding-top:60px;padding-bottom:60px}@media screen and (min-width: 1080px){.index_type{padding-top:90px;padding-bottom:80px}}.index_type *{box-sizing:border-box}.index_type__container{position:relative;z-index:1}.index_type__list{padding:0 20px;margin-left:auto;margin-right:auto;display:flex;flex-wrap:wrap;gap:10px;flex-direction:column}@media screen and (min-width: 1080px){.index_type__list{max-width:1190px;flex-direction:row;padding:0 20px;-moz-column-gap:0;column-gap:0;row-gap:48px}}.index_type__item{padding:0;display:flex;min-height:100%}@media screen and (min-width: 1080px){.index_type__item{padding:0 24px;width:33.3333%}}.index_type__inner{display:flex;align-items:stretch;border-radius:10px;overflow:hidden;width:100%;border:2px solid #c81b21;margin-left:auto;margin-right:auto;height:100%}@media screen and (min-width: 1080px){.index_type__inner{width:100%;max-width:335px}}.index_type__thb{width:80px;height:100%;display:flex;align-items:center;justify-content:center;flex-shrink:0;overflow:hidden}.index_type__thb img{height:100%;width:100%;-o-object-fit:cover;object-fit:cover}.index_type__text{flex:1;padding:0 20px;display:flex;line-height:1.3;align-items:center;font-size:.88rem;color:#c81b21;font-weight:bold;transition:all 300ms 100ms}@media screen and (min-width: 1080px){.index_type__text{padding:0 20px;min-height:70px}}.index_type__text span{font-size:90%}.index_type__arrow{flex-shrink:0;color:#c81b21;width:30px;display:flex;align-items:center;justify-content:left;transition:all 300ms 100ms}.index_type__inner:hover .index_type__text,.index_type__inner:hover .index_type__arrow{background:#c81b21;color:#fff}.index_consultant{position:relative;padding-top:60px;padding-bottom:60px;background-color:#c81b21;color:#fff}@media screen and (min-width: 1080px){.index_consultant{padding-top:90px;padding-bottom:80px}}.index_consultant__container{position:relative;z-index:1;margin-left:auto;margin-right:auto}.index_consultant__desc{font-size:.88rem;text-align:center;margin-left:auto;margin-right:auto;width:auto;padding:0 20px;margin-bottom:min(80px,14vw)}@media screen and (min-width: 1080px){.index_consultant__desc{margin-bottom:80px;width:740px}}.index_consultant__list{padding:0 20px;max-width:1190px;margin-left:auto;margin-right:auto;display:flex;flex-wrap:wrap;justify-content:center;gap:55px;flex-direction:column}@media screen and (min-width: 1080px){.index_consultant__list{flex-direction:row;-moz-column-gap:0;column-gap:0;row-gap:55px}}.index_consultant__item{box-sizing:border-box;display:flex}@media screen and (min-width: 1080px){.index_consultant__item{width:33.3333%;height:auto}}.index_consultant__inner{margin-left:auto;margin-right:auto;display:flex;flex-direction:column;width:100%}@media screen and (min-width: 1080px){.index_consultant__inner{width:330px}}.index_consultant__thb{position:relative;aspect-ratio:1/1;width:100%;height:100%;overflow:hidden;background:#333}.index_consultant__thb img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.index_consultant__main{width:80%;padding:16px;position:relative;z-index:10;background:#fff;margin:-80px 0 0;display:flex;flex-direction:column;gap:8px;color:#333;font-weight:bold;font-size:.66rem}@media screen and (min-width: 1080px){.index_consultant__main{width:295px}}.index_consultant__main .en{color:#c81b21}.index_consultant__main .ja{font-size:1.1rem}.index_consultant__main .caption{color:#ccc}.index_consultant__main .area{margin-bottom:8px}.index_consultant__main .area .label{color:#c81b21;background-color:rgba(200,27,33,.2);display:inline-block;padding:3px 12px;border-radius:1000px;font-size:.66rem}.index_consultant__main hr{border:none;border-top:1px solid #efefef}.index_consultant__main .desc{padding-top:10px}.index_consultant__main .link{margin-right:10px;margin-top:10px;display:flex;gap:5px;justify-content:flex-end;color:#c81b21;-webkit-text-decoration:none;text-decoration:none;letter-spacing:.12em}.index_story{position:relative;padding-top:60px;padding-bottom:60px}@media screen and (min-width: 1080px){.index_story{padding-top:90px;padding-bottom:80px}}.index_story__container{position:relative;z-index:1;margin-left:auto;margin-right:auto}.index_story__desc{font-size:.88rem;text-align:center;margin-left:auto;margin-right:auto;width:auto;padding:0 20px;margin-bottom:14vw}@media screen and (min-width: 1080px){.index_story__desc{padding:0;margin-top:-60px;margin-bottom:80px;width:740px}}.index_story__list{margin-left:auto;margin-right:auto;width:100%;display:flex;flex-wrap:wrap;justify-content:center;gap:min(55px,12vw);padding:0 20px}@media screen and (min-width: 1080px){.index_story__list{max-width:1190px;flex-direction:row;-moz-column-gap:0;column-gap:0;row-gap:55px}}.index_story__item{display:flex;flex-direction:column;width:100%}@media screen and (min-width: 1080px){.index_story__item{width:33.3333%}}.index_story__inner{width:100%;position:relative;height:auto;display:flex;flex-direction:column;box-sizing:border-box;margin-left:auto;margin-right:auto}@media screen and (min-width: 1080px){.index_story__inner{height:auto;width:330px}}.index_story__upper{position:relative}.index_story__thb{position:relative;aspect-ratio:1/1;width:100%;height:100%;border-radius:10px;overflow:hidden}@media screen and (min-width: 1080px){.index_story__thb{width:330px;height:330px}}.index_story__thb img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.index_story__lead{position:absolute;top:0;right:0;writing-mode:vertical-rl;padding:20px}.index_story__lead span{display:inline;padding:8px 2px;line-height:2;color:#fff;background:#c81b21;font-weight:500;letter-spacing:.2em;-webkit-box-decoration-break:clone;box-decoration-break:clone}.index_story__contents{display:flex;margin-top:min(30px,6vw)}@media screen and (min-width: 1080px){.index_story__contents{margin-top:30px}}.index_story__main{display:flex;flex-direction:column;font-size:.66rem;font-weight:bold;gap:min(10px,1vw)}@media screen and (min-width: 1080px){.index_story__main{gap:10px}}.index_story__main .en{color:#c81b21}.index_story__main .ja{font-size:1.33rem}.index_story__main .caption{color:#ccc}.index_story hr{margin:15px 0;border:none;border-top:1px solid #efefef}.index_story__arrow{margin-left:auto;display:flex;align-items:center;justify-content:center}.index_story__arrow .icon{width:10vw;height:10vw;max-width:40px;max-height:40px;display:flex;align-items:center;justify-content:center;border-radius:1000px;border:1px solid #c81b21;background:#c81b21;color:#fff}@media screen and (min-width: 1080px){.index_story__arrow .icon{width:40px;height:40px}}.index_story__item:hover .index_story__arrow .icon{background:#fff;color:#c81b21}.index_story__text{font-size:.66rem}.index_faq{position:relative;padding-top:60px;padding-bottom:60px;background-color:#c81b21}@media screen and (min-width: 1080px){.index_faq{padding-top:90px;padding-bottom:80px}}.index_faq__container{position:relative;z-index:1}.index_faq__list{max-width:580px;margin-left:auto;margin-right:auto;display:flex;flex-direction:column;gap:22px;font-size:.88rem}@media screen and (min-width: 1080px){.index_faq__list{max-width:none;max-width:initial;gap:40px}}.index_faq__item{overflow:hidden;border-radius:10px;display:block}.index_faq__item>input[type=checkbox]{display:none}.index_faq__item_head{cursor:pointer;background:#fff;overflow:hidden;border-radius:10px;display:flex;align-items:center;gap:20px;padding:20px 20px}.index_faq__item_head .icon{background:#c81b21;color:#fff;font-size:1.11rem;display:flex;align-items:center;justify-content:center;width:40px;height:40px;flex:0 0 40px;border-radius:1000px;font-weight:bold}@media screen and (min-width: 1080px){.index_faq__item_head .icon{font-size:1.33rem;flex:0 0 50px;width:50px;height:50px}}.index_faq__item_head .arrow{margin-left:auto;background:#c81b21;color:#fff;width:25px;height:25px;flex:0 0 25px;display:flex;align-items:center;justify-content:center;border-radius:1000px}@media screen and (min-width: 1080px){.index_faq__item_head .arrow{width:32px;height:32px;flex:0 0 32px}}.index_faq__item>input[type=checkbox]~.index_faq__item_head .arrow .plus{display:block}.index_faq__item>input[type=checkbox]~.index_faq__item_head .arrow .minus{display:none}.index_faq__item>input[type=checkbox]:checked~.index_faq__item_head .arrow .plus{display:none}.index_faq__item>input[type=checkbox]:checked~.index_faq__item_head .arrow .minus{display:block}.index_faq__item_body{display:none;color:#fff;overflow:hidden;border-radius:10px;gap:20px;padding:24px 5px 20px 20px}.index_faq__item_body .icon{background:#fff;color:#c81b21;font-size:1.11rem;display:flex;align-items:center;justify-content:center;flex:0 0 40px;width:40px;height:40px;border-radius:1000px;font-weight:bold}@media screen and (min-width: 1080px){.index_faq__item_body .icon{flex:0 0 50px;font-size:1.33rem;width:50px;height:50px}}.index_faq__item_body .contents{display:flex;flex-direction:column;gap:20px}.index_faq__item>input[type=checkbox]:checked~.index_faq__item_body{display:flex}.index_flow{position:relative;padding-top:60px;padding-bottom:60px}@media screen and (min-width: 1080px){.index_flow{padding-top:90px;padding-bottom:80px}}.index_flow__container{position:relative;z-index:1}.index_flow__head{position:relative;display:flex;justify-content:space-between;flex-direction:column;align-items:center;gap:40px}@media screen and (min-width: 1080px){.index_flow__head{flex-direction:row}}.index_flow__head_item{position:relative;width:100%;max-width:60vw;min-width:260px;display:flex;flex-direction:row-reverse;align-items:center;gap:30px}@media screen and (min-width: 1080px){.index_flow__head_item{flex-direction:column;width:210px;max-width:none;max-width:initial;min-width:0;min-width:initial}}.index_flow__head_item .label{position:relative;display:flex;align-items:center;justify-content:center;text-align:center;width:100%;height:66px;font-weight:bold;color:#c81b21;background:#fff;border-radius:1000px;box-shadow:0 2px 4px 0 rgba(0,0,0,.15)}.index_flow__head_item .label:after{content:"";width:0;height:0;border-left:16px solid rgba(0,0,0,0);border-right:16px solid rgba(0,0,0,0);border-top:12px solid #fff;filter:drop-shadow(0 4px 3px rgba(0, 0, 0, 0.15));position:absolute;bottom:-10px;left:50%;transform:translateX(-50%)}@media screen and (min-width: 1080px){.index_flow__head_item .label:after{bottom:-10px}}.index_flow__head_item .number{position:relative;z-index:1;background:#c81b21;color:#fff;text-align:center;font-size:1.11rem;border-radius:1000px;flex:0 0 40px;width:40px;height:40px;line-height:40px}@media screen and (min-width: 1080px){.index_flow__head_item .number{display:block}}.index_flow__head_item .sep{z-index:0;position:absolute;top:2em;left:20px;width:1px;height:180%;background-color:#c81b21}@media screen and (min-width: 1080px){.index_flow__head_item .sep{top:auto;bottom:20px;left:50%;height:1px;width:300px}}.index_flow__body{border-radius:10px;border:1px solid #c81b21;margin-top:60px;padding:40px 20px;display:flex;flex-direction:column;gap:55px}@media screen and (min-width: 1080px){.index_flow__body{padding:40px;gap:55px;margin-top:60px}}.index_flow__box{width:100%;display:flex;align-items:center;justify-content:space-between;gap:25px;flex-direction:column}@media screen and (min-width: 1080px){.index_flow__box{gap:50px;flex-direction:row}}.index_flow__thb{width:100%;flex:0 0 50vw;overflow:hidden;border-radius:10px}@media screen and (min-width: 1080px){.index_flow__thb{flex:0 0 458px;width:auto;height:285px}}.index_flow__thb img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.index_flow__contents{display:inline-flex;gap:5px;flex-direction:column;width:100%}@media screen and (min-width: 1080px){.index_flow__contents{gap:5px}}.index_flow__contents .step .label{display:inline-block;letter-spacing:.1em;line-height:35px;height:35px;padding:0 25px;background-color:#c81b21;color:#fff;font-weight:bold;border-radius:1000px;font-size:.7rem}.index_flow__contents .name{color:#c81b21}.index_flow__contents .contents{display:flex;flex-direction:column;gap:5px;font-size:.88rem}.index_featured{position:relative;padding-top:60px;padding-bottom:60px;background-color:#c81b21;color:#fff}@media screen and (min-width: 1080px){.index_featured{padding-top:90px;padding-bottom:80px}}.index_featured__container{position:relative;z-index:1;padding:0 20px}.index_featured__list{display:flex;flex-wrap:wrap;gap:24px;flex-direction:column;justify-content:center}@media screen and (min-width: 1080px){.index_featured__list{flex-direction:row;gap:55px}}.index_featured__item{box-sizing:border-box;display:flex;align-items:stretch;justify-content:space-between;overflow:hidden;width:100%;background:#fff;border-radius:10px;color:#333;padding:16px;gap:10px;flex-direction:column}@media screen and (min-width: 480px){.index_featured__item{gap:0;flex-direction:row}}@media screen and (min-width: 1080px){.index_featured__item{flex-direction:row;width:635px;height:auto;padding:30px}}.index_featured__image{border-radius:10px;flex-shrink:0;overflow:hidden;height:auto;width:100%;aspect-ratio:10/8}@media screen and (min-width: 480px){.index_featured__image{aspect-ratio:auto;width:calc(50% - 8px)}}@media screen and (min-width: 1080px){.index_featured__image{width:240px;height:314px}}.index_featured__image img{height:100%;width:100%;-o-object-fit:cover;object-fit:cover}.index_featured__contents{display:flex;flex-direction:column;gap:10px;width:100%}@media screen and (min-width: 480px){.index_featured__contents{width:calc(50% - 8px)}}@media screen and (min-width: 1080px){.index_featured__contents{width:310px}}.index_featured__contents .name{font-size:.88rem}.index_featured__contents .title{font-size:1rem;font-weight:bold;color:#c81b21}.index_featured__contents hr{border:0;border-top:1px solid #ccc}.index_featured__contents .contents{display:flex;flex-direction:column;gap:10px;font-size:.88rem}.index_featured__contents .link{font-weight:bold;margin-right:10px;margin-top:10px;display:flex;gap:5px;justify-content:flex-end;color:#c81b21;-webkit-text-decoration:none;text-decoration:none;letter-spacing:.12em;font-size:.66rem}.index_useful{position:relative;padding-top:60px;padding-bottom:60px}@media screen and (min-width: 1080px){.index_useful{padding-top:90px;padding-bottom:80px}}.index_useful__container{position:relative;z-index:1;margin-left:auto;margin-right:auto}.index_useful__list{display:grid;grid-template-columns:repeat(1, 1fr);width:100%;grid-gap:10vw;gap:10vw}@media screen and (min-width: 1080px){.index_useful__list{grid-template-columns:repeat(3, 1fr);gap:24px;row-gap:40px}}.index_useful__item{position:relative;height:auto;display:block;box-sizing:border-box}@media screen and (min-width: 1080px){.index_useful__item{height:auto;width:348px}}.index_useful__thb{position:relative;aspect-ratio:1/1;width:100%;height:100%;border-radius:10px;overflow:hidden;height:auto}@media screen and (min-width: 1080px){.index_useful__thb{width:100%;height:240px}}.index_useful__thb img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}@media screen and (min-width: 1080px){.index_useful__list.col02{grid-template-columns:repeat(2, 1fr);justify-content:space-bet ween;gap:auto}.index_useful__list.col02 .index_useful__item{height:auto;width:100%;max-width:388px}}.index_useful__main{display:flex;flex-direction:column;gap:10px;margin-top:24px}.index_useful__contents{display:flex;flex-direction:row;gap:10px}.index_useful__arrow{margin-left:auto;display:flex;align-items:center;justify-content:center}.index_useful__arrow .icon{width:10vw;height:10vw;max-width:40px;max-height:40px;display:flex;align-items:center;justify-content:center;border-radius:1000px;border:1px solid #c81b21;background:#c81b21;color:#fff}@media screen and (min-width: 1080px){.index_useful__arrow .icon{width:40px;height:40px}}a:hover .index_useful__arrow .icon{background:#fff;color:#c81b21}.index_useful__title,.index_useful__subject{font-size:1rem;font-weight:bold}.index_useful__title{color:#c81b21}a:hover .index_useful__title{color:#333}a:hover .index_useful__subject{color:#c81b21}.index_useful hr{border:none;border-top:1px solid #ccc}.index_useful__text{font-size:.88rem;display:flex;flex-direction:column;gap:10px}.index_useful__tags{margin-top:20px;display:flex;flex-wrap:wrap;gap:10px;font-size:.88rem}.index_useful__tags a{color:#c81b21}.consultant_list{background-color:#fff;color:#c81b21;max-width:1200px;margin-left:auto;margin-right:auto}.consultant_detail{max-width:1240px;margin-left:auto;margin-right:auto;padding:16vw 20px}@media screen and (min-width: 1080px){.consultant_detail{padding:80px 20px}}.consultant_top{display:flex;align-items:center;flex-direction:column}@media screen and (min-width: 1080px){.consultant_top{flex-direction:row;gap:80px}}.consultant_top__thb{position:relative;aspect-ratio:1/1;width:100%;height:100%;overflow:hidden}@media screen and (min-width: 1080px){.consultant_top__thb{flex:0 0 330px;width:330px;height:330px}}.consultant_top__thb img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.consultant_top__thb.round{border-radius:12px}.consultant_top__main{padding:16px;position:relative;z-index:10;background:#fff;margin:20px 0 0;display:flex;width:100%;flex-direction:column;gap:8px;color:#333;font-weight:bold;font-size:.66rem}@media screen and (min-width: 1080px){.consultant_top__main{flex:1 1 100%;margin:0}}.consultant_top__main .catch{line-height:3.6}.consultant_top__main .catch span{font-size:.88rem;font-weight:bold;display:inline;padding:7px 8px;line-height:2;color:#fff;background:#c81b21;letter-spacing:.2em;-webkit-box-decoration-break:clone;box-decoration-break:clone}.consultant_top__main .en{color:#c81b21}.consultant_top__main .ja{font-size:1.1rem}.consultant_top__main .caption{color:#ccc}.consultant_top__main .area{margin-bottom:8px}.consultant_top__main .area .label{color:#c81b21;background-color:rgba(200,27,33,.2);display:inline-block;padding:3px 12px;border-radius:1000px;font-size:.66rem}.consultant_top__main hr{border:none;border-top:1px solid #efefef}.consultant_top__main .desc{padding-top:10px;padding-bottom:20px}.consultant_top__main .link{margin-right:10px;margin-top:10px;display:flex;gap:5px;justify-content:flex-end;color:#c81b21;-webkit-text-decoration:none;text-decoration:none;letter-spacing:.12em}.consultant_main{box-shadow:0 0 4px 0 rgba(0,0,0,.2);background:#fff;border-radius:10px;padding:24px 16px;margin-top:24px}@media screen and (min-width: 1080px){.consultant_main{margin-top:25px;padding:64px}}.consultant_main__intro{background:#efefef;padding:20px}@media screen and (min-width: 1080px){.consultant_main__intro{padding:40px}}.consultant_main__intro .title{color:#c81b21;font-size:1.33rem;font-weight:bold;margin-bottom:10px}@media screen and (min-width: 1080px){.consultant_main__intro .title{font-size:1.77rem}}.consultant_main__intro .contents{display:flex;flex-direction:column;gap:10px;font-size:.77rem}.consultant_main__contents{display:flex;flex-direction:column;gap:40px;margin-top:40px}@media screen and (min-width: 1080px){.consultant_main__contents{gap:40px;margin-top:40px}}.consultant_main__contents:first-child{margin-top:0}@media screen and (min-width: 1080px){.consultant_main__contents:first-child{margin-top:0}}.consultant_main__contents>.gutenberg-content{word-wrap:break-word;word-wrap:break-word;line-height:1.8;font-size:.88rem;color:#333}.consultant_main__contents>.gutenberg-content>*:first-child{margin-top:0}.consultant_main__contents>.gutenberg-content>*:last-child{margin-bottom:0}.consultant_main__contents>.gutenberg-content h2,.consultant_main__contents>.gutenberg-content h3,.consultant_main__contents>.gutenberg-content h4,.consultant_main__contents>.gutenberg-content h5,.consultant_main__contents>.gutenberg-content h6{position:relative;font-weight:bold;margin-top:2em;margin-bottom:.6em;line-height:1.4}.consultant_main__contents>.gutenberg-content h2{font-size:1.55rem}@media screen and (min-width: 1080px){.consultant_main__contents>.gutenberg-content h2{font-size:1.77rem}}.consultant_main__contents>.gutenberg-content h2::before{border-width:9px 0 9px 12px}.consultant_main__contents>.gutenberg-content h3{font-size:1.33rem}@media screen and (min-width: 1080px){.consultant_main__contents>.gutenberg-content h3{font-size:1.55rem}}.consultant_main__contents>.gutenberg-content h3::before{border-width:8px 0 8px 11px}.consultant_main__contents>.gutenberg-content h4{font-size:1.11rem}@media screen and (min-width: 1080px){.consultant_main__contents>.gutenberg-content h4{font-size:1.33rem}}.consultant_main__contents>.gutenberg-content h4::before{border-width:7px 0 7px 10px}.consultant_main__contents>.gutenberg-content h5{font-size:1rem}@media screen and (min-width: 1080px){.consultant_main__contents>.gutenberg-content h5{font-size:1.11rem}}.consultant_main__contents>.gutenberg-content h5::before{border-width:6px 0 6px 9px}.consultant_main__contents>.gutenberg-content h6{font-size:.88rem}@media screen and (min-width: 1080px){.consultant_main__contents>.gutenberg-content h6{font-size:1rem}}.consultant_main__contents>.gutenberg-content h6::before{border-width:5px 0 5px 8px}.consultant_main__contents>.gutenberg-content p{margin-top:0;margin-bottom:1em;line-height:1.8}.consultant_main__contents>.gutenberg-content img{max-width:100%;height:auto;display:block}.consultant_main__contents>.gutenberg-content .wp-block-image{margin-top:1.5em;margin-bottom:1.5em}.consultant_main__contents>.gutenberg-content .wp-block-image img{border-radius:8px}.consultant_main__contents>.gutenberg-content .wp-block-image figcaption{margin-top:.5em;font-size:.66rem;color:#777;text-align:center}.consultant_main__contents>.gutenberg-content .wp-block-image.aligncenter{text-align:center}.consultant_main__contents>.gutenberg-content .wp-block-image.aligncenter img{margin-left:auto;margin-right:auto}.consultant_main__contents>.gutenberg-content .wp-block-image.alignleft{float:left;margin-right:1.5em;margin-bottom:1em;max-width:50%}.consultant_main__contents>.gutenberg-content .wp-block-image.alignright{float:right;margin-left:1.5em;margin-bottom:1em;max-width:50%}.consultant_main__contents>.gutenberg-content .wp-block-image.alignwide,.consultant_main__contents>.gutenberg-content .wp-block-image.alignfull{max-width:100%}.consultant_main__contents>.gutenberg-content .wp-block-gallery{margin-top:1.5em;margin-bottom:1.5em;display:flex;flex-wrap:wrap;gap:8px}.consultant_main__contents>.gutenberg-content .wp-block-gallery .wp-block-image{margin:0;flex:1 1 auto;min-width:0}.consultant_main__contents>.gutenberg-content .wp-block-gallery figcaption{font-size:.66rem;color:#777}.consultant_main__contents>.gutenberg-content ul,.consultant_main__contents>.gutenberg-content ol{margin-top:.5em;margin-bottom:1em;padding-left:1.5em;line-height:1.8}.consultant_main__contents>.gutenberg-content ul li,.consultant_main__contents>.gutenberg-content ol li{margin-bottom:.3em}.consultant_main__contents>.gutenberg-content ul li::marker,.consultant_main__contents>.gutenberg-content ol li::marker{color:#c81b21}.consultant_main__contents>.gutenberg-content ul ul,.consultant_main__contents>.gutenberg-content ul ol,.consultant_main__contents>.gutenberg-content ol ul,.consultant_main__contents>.gutenberg-content ol ol{margin-top:.3em;margin-bottom:0}.consultant_main__contents>.gutenberg-content ul{list-style:disc}.consultant_main__contents>.gutenberg-content ul ul{list-style:circle}.consultant_main__contents>.gutenberg-content ol{list-style:decimal}.consultant_main__contents>.gutenberg-content ol ol{list-style:lower-alpha}.consultant_main__contents>.gutenberg-content blockquote,.consultant_main__contents>.gutenberg-content .wp-block-quote{margin:1.5em 0;padding:1.2em 1.5em;border-left:4px solid #c81b21;background:rgba(200,27,33,.05);border-radius:0 8px 8px 0;font-style:normal}.consultant_main__contents>.gutenberg-content blockquote p,.consultant_main__contents>.gutenberg-content .wp-block-quote p{margin-bottom:.5em}.consultant_main__contents>.gutenberg-content blockquote p:last-child,.consultant_main__contents>.gutenberg-content .wp-block-quote p:last-child{margin-bottom:0}.consultant_main__contents>.gutenberg-content blockquote cite,.consultant_main__contents>.gutenberg-content .wp-block-quote cite{display:block;margin-top:.8em;font-size:.66rem;color:#777;font-style:normal}.consultant_main__contents>.gutenberg-content .wp-block-pullquote{margin:2em 0;padding:1.5em;border-top:3px solid #c81b21;border-bottom:3px solid #c81b21;text-align:center}.consultant_main__contents>.gutenberg-content .wp-block-pullquote blockquote{margin:0;padding:0;border:none;background:none;border-radius:0}.consultant_main__contents>.gutenberg-content .wp-block-pullquote p{font-size:1.11rem;font-weight:bold}.consultant_main__contents>.gutenberg-content .wp-block-pullquote cite{font-size:.77rem;color:#777}.consultant_main__contents>.gutenberg-content .wp-block-table{margin:1.5em 0;overflow-x:auto;-webkit-overflow-scrolling:touch}.consultant_main__contents>.gutenberg-content .wp-block-table table{width:100%;border-collapse:collapse;font-size:.77rem;min-width:400px}.consultant_main__contents>.gutenberg-content .wp-block-table th,.consultant_main__contents>.gutenberg-content .wp-block-table td{padding:.75em 1em;border:1px solid #ccc;text-align:left;vertical-align:top}.consultant_main__contents>.gutenberg-content .wp-block-table th{background:rgba(200,27,33,.08);font-weight:bold;color:#c81b21}.consultant_main__contents>.gutenberg-content .wp-block-table td{background:#fff}.consultant_main__contents>.gutenberg-content .wp-block-table.is-style-stripes tbody tr:nth-child(odd) td{background:#f6f6f6}.consultant_main__contents>.gutenberg-content .wp-block-table figcaption{margin-top:.5em;font-size:.66rem;color:#777;text-align:center}.consultant_main__contents>.gutenberg-content hr,.consultant_main__contents>.gutenberg-content .wp-block-separator{margin:2em 0;border:none;border-top:1px solid #efefef}.consultant_main__contents>.gutenberg-content hr.is-style-wide,.consultant_main__contents>.gutenberg-content .wp-block-separator.is-style-wide{border-top-width:2px}.consultant_main__contents>.gutenberg-content hr.is-style-dots,.consultant_main__contents>.gutenberg-content .wp-block-separator.is-style-dots{border:none;text-align:center}.consultant_main__contents>.gutenberg-content hr.is-style-dots::before,.consultant_main__contents>.gutenberg-content .wp-block-separator.is-style-dots::before{content:"···";font-size:1.33rem;letter-spacing:1em;color:#ccc}.consultant_main__contents>.gutenberg-content code{background:#f6f6f6;padding:.15em .4em;border-radius:4px;font-size:.9em;font-family:"SFMono-Regular",Consolas,"Liberation Mono",Menlo,monospace}.consultant_main__contents>.gutenberg-content pre,.consultant_main__contents>.gutenberg-content .wp-block-code{margin:1.5em 0;padding:1.2em;background:#2d2d2d;color:#f8f8f2;border-radius:8px;overflow-x:auto;-webkit-overflow-scrolling:touch;font-size:.77rem;line-height:1.6}.consultant_main__contents>.gutenberg-content pre code,.consultant_main__contents>.gutenberg-content .wp-block-code code{background:none;padding:0;border-radius:0;color:inherit;font-size:inherit}.consultant_main__contents>.gutenberg-content .wp-block-preformatted{margin:1.5em 0;padding:1.2em;background:#f6f6f6;border-radius:8px;overflow-x:auto;white-space:pre-wrap;font-size:.77rem;line-height:1.6}.consultant_main__contents>.gutenberg-content iframe,.consultant_main__contents>.gutenberg-content video,.consultant_main__contents>.gutenberg-content embed,.consultant_main__contents>.gutenberg-content object{max-width:100%;height:auto}.consultant_main__contents>.gutenberg-content .wp-block-embed{margin:1.5em 0}.consultant_main__contents>.gutenberg-content .wp-block-embed .wp-block-embed__wrapper{position:relative;padding-bottom:56.25%;height:0;overflow:hidden}.consultant_main__contents>.gutenberg-content .wp-block-embed .wp-block-embed__wrapper iframe{position:absolute;top:0;left:0;width:100%;height:100%}.consultant_main__contents>.gutenberg-content .wp-block-embed figcaption{margin-top:.5em;font-size:.66rem;color:#777;text-align:center}.consultant_main__contents>.gutenberg-content .wp-block-video{margin:1.5em 0}.consultant_main__contents>.gutenberg-content .wp-block-video video{width:100%;border-radius:8px}.consultant_main__contents>.gutenberg-content .wp-block-video figcaption{margin-top:.5em;font-size:.66rem;color:#777;text-align:center}.consultant_main__contents>.gutenberg-content .wp-block-cover{margin:1.5em 0;border-radius:8px;overflow:hidden;min-height:300px}.consultant_main__contents>.gutenberg-content .wp-block-cover .wp-block-cover__inner-container{max-width:100%}.consultant_main__contents>.gutenberg-content .wp-block-columns{margin:1.5em 0;display:flex;flex-wrap:wrap;gap:16px}@media screen and (min-width: 1080px){.consultant_main__contents>.gutenberg-content .wp-block-columns{flex-wrap:nowrap;gap:24px}}.consultant_main__contents>.gutenberg-content .wp-block-columns .wp-block-column{flex:1 1 100%;min-width:0}@media screen and (min-width: 1080px){.consultant_main__contents>.gutenberg-content .wp-block-columns .wp-block-column{flex:1}}.consultant_main__contents>.gutenberg-content .wp-block-group{margin:1.5em 0}.consultant_main__contents>.gutenberg-content .wp-block-group.has-background{padding:1.5em;border-radius:8px}.consultant_main__contents>.gutenberg-content .wp-block-group .wp-block-group__inner-container>*:first-child{margin-top:0}.consultant_main__contents>.gutenberg-content .wp-block-group .wp-block-group__inner-container>*:last-child{margin-bottom:0}.consultant_main__contents>.gutenberg-content .wp-block-buttons{margin:1.5em 0;display:flex;flex-wrap:wrap;gap:10px}.consultant_main__contents>.gutenberg-content .wp-block-button .wp-block-button__link{display:inline-block;padding:.75em 1.5em;border-radius:6px;font-size:.88rem;font-weight:bold;-webkit-text-decoration:none;text-decoration:none;text-align:center;transition:opacity .2s}.consultant_main__contents>.gutenberg-content .wp-block-button .wp-block-button__link:hover{opacity:.85}.consultant_main__contents>.gutenberg-content .wp-block-button.is-style-outline .wp-block-button__link{background:rgba(0,0,0,0);border:2px solid currentColor}.consultant_main__contents>.gutenberg-content .wp-block-spacer{clear:both}.consultant_main__contents>.gutenberg-content .wp-block-media-text{margin:1.5em 0;display:grid;grid-template-columns:1fr;grid-gap:16px;gap:16px;align-items:center}@media screen and (min-width: 1080px){.consultant_main__contents>.gutenberg-content .wp-block-media-text{grid-template-columns:50% 1fr;gap:24px}.consultant_main__contents>.gutenberg-content .wp-block-media-text.has-media-on-the-right{grid-template-columns:1fr 50%}.consultant_main__contents>.gutenberg-content .wp-block-media-text.has-media-on-the-right .wp-block-media-text__media{order:2}.consultant_main__contents>.gutenberg-content .wp-block-media-text.has-media-on-the-right .wp-block-media-text__content{order:1}}.consultant_main__contents>.gutenberg-content .wp-block-media-text .wp-block-media-text__media img,.consultant_main__contents>.gutenberg-content .wp-block-media-text .wp-block-media-text__media video{width:100%;height:auto;border-radius:8px}.consultant_main__contents>.gutenberg-content .wp-block-media-text .wp-block-media-text__content>*:first-child{margin-top:0}.consultant_main__contents>.gutenberg-content .wp-block-media-text .wp-block-media-text__content>*:last-child{margin-bottom:0}.consultant_main__contents>.gutenberg-content .wp-block-list{margin-top:.5em;margin-bottom:1em;padding-left:1.5em}.consultant_main__contents>.gutenberg-content .wp-block-details{margin:1em 0;border:1px solid #efefef;border-radius:8px;overflow:hidden}.consultant_main__contents>.gutenberg-content .wp-block-details summary{padding:1em 1.2em;font-weight:bold;cursor:pointer;background:#f6f6f6}.consultant_main__contents>.gutenberg-content .wp-block-details summary:hover{background:#efefef}.consultant_main__contents>.gutenberg-content .wp-block-details>*:not(summary){padding:0 1.2em}.consultant_main__contents>.gutenberg-content::after{content:"";display:table;clear:both}.consultant_main__contents>.gutenberg-content .alignwide{max-width:100%}.consultant_main__contents>.gutenberg-content .alignfull{max-width:100%;margin-left:0;margin-right:0}.consultant_main__contents>.gutenberg-content .aligncenter{text-align:center;margin-left:auto;margin-right:auto}.consultant_main__contents>.gutenberg-content .alignleft{float:left;margin-right:1.5em;margin-bottom:1em}.consultant_main__contents>.gutenberg-content .alignright{float:right;margin-left:1.5em;margin-bottom:1em}.consultant_main__contents>.gutenberg-content [class*=has-background]{padding:1.2em;border-radius:8px}.consultant_main__contents>.gutenberg-content .has-text-align-center{text-align:center}.consultant_main__contents>.gutenberg-content .has-text-align-right{text-align:right}.consultant_main__contents>.gutenberg-content .has-text-align-left{text-align:left}.consultant_main__contents>.gutenberg-content a{color:#c81b21;-webkit-text-decoration:underline;text-decoration:underline;transition:opacity .2s}.consultant_main__contents>.gutenberg-content a:hover{opacity:.7}.featured_index{max-width:1240px;margin-left:auto;margin-right:auto;padding:16vw 20px}@media screen and (min-width: 1080px){.featured_index{padding:80px 0}}.featured_index__container{display:flex;flex-direction:column;gap:16vw}@media screen and (min-width: 1080px){.featured_index__container{gap:120px}}.featured_index__title{display:flex;align-items:center;justify-content:center;gap:16px;color:#c81b21;font-weight:bold;font-size:1.33rem;margin-bottom:6vw}@media screen and (min-width: 1080px){.featured_index__title{font-size:1.77rem;margin-bottom:40px}}.featured_index__title .arrow{width:min(16vw,72px)}@media screen and (min-width: 1080px){.featured_index__title .arrow{width:72px}}.featured_index__title .arrow img{width:100%}@media screen and (min-width: 1080px){.featured_index__title .arrow img{width:auto}}.button_section{margin-top:6vw}@media screen and (min-width: 1080px){.button_section{margin-top:50px}}.featured_index__list{display:flex;flex-wrap:wrap;padding:0 0;gap:16px}@media screen and (min-width: 1080px){.featured_index__list{row-gap:65px;-moz-column-gap:0;column-gap:0}}.featured_index__item{width:calc(50% - 8px)}@media screen and (min-width: 1080px){.featured_index__item{width:33.3333%}}.featured_index__item:last-child{margin-right:auto}.featured_index__inner{display:none}@media screen and (min-width: 1080px){.featured_index__inner{display:block;width:330px;margin-left:auto;margin-right:auto}}.featured_index__logo{display:block}@media screen and (min-width: 1080px){.featured_index__logo{display:none}}.featured_index__logo img{width:100%}.featured_index__thb{position:relative;aspect-ratio:10/6;width:100%;height:100%;overflow:hidden;border-radius:10px}@media screen and (min-width: 1080px){.featured_index__thb{flex:0 0 330px;width:330px;height:264px}}.featured_index__thb img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.featured_index__main{padding:16px 0 0;position:relative;z-index:10;background:#fff;margin:20px 0 0;display:flex;width:100%;flex-direction:column;gap:12px;color:#333;font-weight:bold;font-size:.66rem}@media screen and (min-width: 1080px){.featured_index__main{flex:1 1 100%;margin:0}}.featured_index__main .name{font-size:.66rem}.featured_index__main .desc{font-weight:bold;font-size:.77rem}.featured_index__main hr{border:none;border-top:1px solid #ccc}.featured_index__main .date{font-size:.66rem;color:#ccc}.featured_detail{max-width:1200px;margin-left:auto;margin-right:auto;padding:16vw 20px}@media screen and (min-width: 1080px){.featured_detail{padding:80px 0}}.featured_top{display:flex;flex-direction:column}@media screen and (min-width: 1080px){.featured_top{flex-direction:row;gap:80px}}.featured_top__thb{position:relative;width:100%;height:100%;overflow:hidden}@media screen and (min-width: 1080px){.featured_top__thb{flex:0 0 275px;height:auto}}.featured_top__thb img{width:100%}.featured_top__main{padding:16px;position:relative;z-index:10;background:#fff;margin:20px 0 0;display:flex;width:100%;flex-direction:column;gap:8px;color:#333;font-weight:bold;font-size:.66rem}@media screen and (min-width: 1080px){.featured_top__main{width:100%;margin:0}}.featured_top__main .name{color:#c81b21;font-size:.66rem}@media screen and (min-width: 1080px){.featured_top__main .name{font-size:.66rem}}.featured_top__main .company{font-size:1.33rem}@media screen and (min-width: 1080px){.featured_top__main .company{font-size:1.77rem}}.featured_top__main .area{margin-bottom:8px}.featured_top__main .area .label{color:#c81b21;background-color:rgba(200,27,33,.2);display:inline-block;padding:3px 12px;border-radius:1000px;font-size:.66rem}.featured_top__main hr{border:none;border-top:1px solid #efefef}.featured_top__main .desc{padding-top:10px}.featured_main{box-shadow:0 0 4px 0 rgba(0,0,0,.2);background:#fff;border-radius:10px;padding:24px 16px;margin-top:24px}@media screen and (min-width: 1080px){.featured_main{margin-top:25px;padding:64px}}.featured_main__intro{background:rgba(200,27,33,.05);padding:20px;overflow:hidden}@media screen and (min-width: 1080px){.featured_main__intro{padding:40px}}.featured_main__intro .image{width:24vw;margin-bottom:4vw;margin-left:auto;margin-right:auto}@media screen and (min-width: 1080px){.featured_main__intro .image{float:left;width:115px;margin-right:25px;margin-bottom:0}}.featured_main__intro .title{color:#c81b21;font-size:1.33rem;font-weight:bold;margin-bottom:10px;margin-top:0}@media screen and (min-width: 1080px){.featured_main__intro .title{margin-top:-4px;font-size:1.77rem}}.featured_main__intro .contents{display:flex;flex-direction:column;gap:10px;font-size:.77rem}.featured_main__contents{display:flex;flex-direction:column;gap:40px;margin-top:40px}@media screen and (min-width: 1080px){.featured_main__contents{gap:40px;margin-top:40px}}.featured_main__contents>.gutenberg-content{word-wrap:break-word;word-wrap:break-word;line-height:1.8;font-size:.88rem;color:#333}.featured_main__contents>.gutenberg-content>*:first-child{margin-top:0}.featured_main__contents>.gutenberg-content>*:last-child{margin-bottom:0}.featured_main__contents>.gutenberg-content h2,.featured_main__contents>.gutenberg-content h3,.featured_main__contents>.gutenberg-content h4,.featured_main__contents>.gutenberg-content h5,.featured_main__contents>.gutenberg-content h6{position:relative;font-weight:bold;margin-top:2em;margin-bottom:.6em;line-height:1.4}.featured_main__contents>.gutenberg-content h2{font-size:1.55rem}@media screen and (min-width: 1080px){.featured_main__contents>.gutenberg-content h2{font-size:1.77rem}}.featured_main__contents>.gutenberg-content h2::before{border-width:9px 0 9px 12px}.featured_main__contents>.gutenberg-content h3{font-size:1.33rem}@media screen and (min-width: 1080px){.featured_main__contents>.gutenberg-content h3{font-size:1.55rem}}.featured_main__contents>.gutenberg-content h3::before{border-width:8px 0 8px 11px}.featured_main__contents>.gutenberg-content h4{font-size:1.11rem}@media screen and (min-width: 1080px){.featured_main__contents>.gutenberg-content h4{font-size:1.33rem}}.featured_main__contents>.gutenberg-content h4::before{border-width:7px 0 7px 10px}.featured_main__contents>.gutenberg-content h5{font-size:1rem}@media screen and (min-width: 1080px){.featured_main__contents>.gutenberg-content h5{font-size:1.11rem}}.featured_main__contents>.gutenberg-content h5::before{border-width:6px 0 6px 9px}.featured_main__contents>.gutenberg-content h6{font-size:.88rem}@media screen and (min-width: 1080px){.featured_main__contents>.gutenberg-content h6{font-size:1rem}}.featured_main__contents>.gutenberg-content h6::before{border-width:5px 0 5px 8px}.featured_main__contents>.gutenberg-content p{margin-top:0;margin-bottom:1em;line-height:1.8}.featured_main__contents>.gutenberg-content img{max-width:100%;height:auto;display:block}.featured_main__contents>.gutenberg-content .wp-block-image{margin-top:1.5em;margin-bottom:1.5em}.featured_main__contents>.gutenberg-content .wp-block-image img{border-radius:8px}.featured_main__contents>.gutenberg-content .wp-block-image figcaption{margin-top:.5em;font-size:.66rem;color:#777;text-align:center}.featured_main__contents>.gutenberg-content .wp-block-image.aligncenter{text-align:center}.featured_main__contents>.gutenberg-content .wp-block-image.aligncenter img{margin-left:auto;margin-right:auto}.featured_main__contents>.gutenberg-content .wp-block-image.alignleft{float:left;margin-right:1.5em;margin-bottom:1em;max-width:50%}.featured_main__contents>.gutenberg-content .wp-block-image.alignright{float:right;margin-left:1.5em;margin-bottom:1em;max-width:50%}.featured_main__contents>.gutenberg-content .wp-block-image.alignwide,.featured_main__contents>.gutenberg-content .wp-block-image.alignfull{max-width:100%}.featured_main__contents>.gutenberg-content .wp-block-gallery{margin-top:1.5em;margin-bottom:1.5em;display:flex;flex-wrap:wrap;gap:8px}.featured_main__contents>.gutenberg-content .wp-block-gallery .wp-block-image{margin:0;flex:1 1 auto;min-width:0}.featured_main__contents>.gutenberg-content .wp-block-gallery figcaption{font-size:.66rem;color:#777}.featured_main__contents>.gutenberg-content ul,.featured_main__contents>.gutenberg-content ol{margin-top:.5em;margin-bottom:1em;padding-left:1.5em;line-height:1.8}.featured_main__contents>.gutenberg-content ul li,.featured_main__contents>.gutenberg-content ol li{margin-bottom:.3em}.featured_main__contents>.gutenberg-content ul li::marker,.featured_main__contents>.gutenberg-content ol li::marker{color:#c81b21}.featured_main__contents>.gutenberg-content ul ul,.featured_main__contents>.gutenberg-content ul ol,.featured_main__contents>.gutenberg-content ol ul,.featured_main__contents>.gutenberg-content ol ol{margin-top:.3em;margin-bottom:0}.featured_main__contents>.gutenberg-content ul{list-style:disc}.featured_main__contents>.gutenberg-content ul ul{list-style:circle}.featured_main__contents>.gutenberg-content ol{list-style:decimal}.featured_main__contents>.gutenberg-content ol ol{list-style:lower-alpha}.featured_main__contents>.gutenberg-content blockquote,.featured_main__contents>.gutenberg-content .wp-block-quote{margin:1.5em 0;padding:1.2em 1.5em;border-left:4px solid #c81b21;background:rgba(200,27,33,.05);border-radius:0 8px 8px 0;font-style:normal}.featured_main__contents>.gutenberg-content blockquote p,.featured_main__contents>.gutenberg-content .wp-block-quote p{margin-bottom:.5em}.featured_main__contents>.gutenberg-content blockquote p:last-child,.featured_main__contents>.gutenberg-content .wp-block-quote p:last-child{margin-bottom:0}.featured_main__contents>.gutenberg-content blockquote cite,.featured_main__contents>.gutenberg-content .wp-block-quote cite{display:block;margin-top:.8em;font-size:.66rem;color:#777;font-style:normal}.featured_main__contents>.gutenberg-content .wp-block-pullquote{margin:2em 0;padding:1.5em;border-top:3px solid #c81b21;border-bottom:3px solid #c81b21;text-align:center}.featured_main__contents>.gutenberg-content .wp-block-pullquote blockquote{margin:0;padding:0;border:none;background:none;border-radius:0}.featured_main__contents>.gutenberg-content .wp-block-pullquote p{font-size:1.11rem;font-weight:bold}.featured_main__contents>.gutenberg-content .wp-block-pullquote cite{font-size:.77rem;color:#777}.featured_main__contents>.gutenberg-content .wp-block-table{margin:1.5em 0;overflow-x:auto;-webkit-overflow-scrolling:touch}.featured_main__contents>.gutenberg-content .wp-block-table table{width:100%;border-collapse:collapse;font-size:.77rem;min-width:400px}.featured_main__contents>.gutenberg-content .wp-block-table th,.featured_main__contents>.gutenberg-content .wp-block-table td{padding:.75em 1em;border:1px solid #ccc;text-align:left;vertical-align:top}.featured_main__contents>.gutenberg-content .wp-block-table th{background:rgba(200,27,33,.08);font-weight:bold;color:#c81b21}.featured_main__contents>.gutenberg-content .wp-block-table td{background:#fff}.featured_main__contents>.gutenberg-content .wp-block-table.is-style-stripes tbody tr:nth-child(odd) td{background:#f6f6f6}.featured_main__contents>.gutenberg-content .wp-block-table figcaption{margin-top:.5em;font-size:.66rem;color:#777;text-align:center}.featured_main__contents>.gutenberg-content hr,.featured_main__contents>.gutenberg-content .wp-block-separator{margin:2em 0;border:none;border-top:1px solid #efefef}.featured_main__contents>.gutenberg-content hr.is-style-wide,.featured_main__contents>.gutenberg-content .wp-block-separator.is-style-wide{border-top-width:2px}.featured_main__contents>.gutenberg-content hr.is-style-dots,.featured_main__contents>.gutenberg-content .wp-block-separator.is-style-dots{border:none;text-align:center}.featured_main__contents>.gutenberg-content hr.is-style-dots::before,.featured_main__contents>.gutenberg-content .wp-block-separator.is-style-dots::before{content:"···";font-size:1.33rem;letter-spacing:1em;color:#ccc}.featured_main__contents>.gutenberg-content code{background:#f6f6f6;padding:.15em .4em;border-radius:4px;font-size:.9em;font-family:"SFMono-Regular",Consolas,"Liberation Mono",Menlo,monospace}.featured_main__contents>.gutenberg-content pre,.featured_main__contents>.gutenberg-content .wp-block-code{margin:1.5em 0;padding:1.2em;background:#2d2d2d;color:#f8f8f2;border-radius:8px;overflow-x:auto;-webkit-overflow-scrolling:touch;font-size:.77rem;line-height:1.6}.featured_main__contents>.gutenberg-content pre code,.featured_main__contents>.gutenberg-content .wp-block-code code{background:none;padding:0;border-radius:0;color:inherit;font-size:inherit}.featured_main__contents>.gutenberg-content .wp-block-preformatted{margin:1.5em 0;padding:1.2em;background:#f6f6f6;border-radius:8px;overflow-x:auto;white-space:pre-wrap;font-size:.77rem;line-height:1.6}.featured_main__contents>.gutenberg-content iframe,.featured_main__contents>.gutenberg-content video,.featured_main__contents>.gutenberg-content embed,.featured_main__contents>.gutenberg-content object{max-width:100%;height:auto}.featured_main__contents>.gutenberg-content .wp-block-embed{margin:1.5em 0}.featured_main__contents>.gutenberg-content .wp-block-embed .wp-block-embed__wrapper{position:relative;padding-bottom:56.25%;height:0;overflow:hidden}.featured_main__contents>.gutenberg-content .wp-block-embed .wp-block-embed__wrapper iframe{position:absolute;top:0;left:0;width:100%;height:100%}.featured_main__contents>.gutenberg-content .wp-block-embed figcaption{margin-top:.5em;font-size:.66rem;color:#777;text-align:center}.featured_main__contents>.gutenberg-content .wp-block-video{margin:1.5em 0}.featured_main__contents>.gutenberg-content .wp-block-video video{width:100%;border-radius:8px}.featured_main__contents>.gutenberg-content .wp-block-video figcaption{margin-top:.5em;font-size:.66rem;color:#777;text-align:center}.featured_main__contents>.gutenberg-content .wp-block-cover{margin:1.5em 0;border-radius:8px;overflow:hidden;min-height:300px}.featured_main__contents>.gutenberg-content .wp-block-cover .wp-block-cover__inner-container{max-width:100%}.featured_main__contents>.gutenberg-content .wp-block-columns{margin:1.5em 0;display:flex;flex-wrap:wrap;gap:16px}@media screen and (min-width: 1080px){.featured_main__contents>.gutenberg-content .wp-block-columns{flex-wrap:nowrap;gap:24px}}.featured_main__contents>.gutenberg-content .wp-block-columns .wp-block-column{flex:1 1 100%;min-width:0}@media screen and (min-width: 1080px){.featured_main__contents>.gutenberg-content .wp-block-columns .wp-block-column{flex:1}}.featured_main__contents>.gutenberg-content .wp-block-group{margin:1.5em 0}.featured_main__contents>.gutenberg-content .wp-block-group.has-background{padding:1.5em;border-radius:8px}.featured_main__contents>.gutenberg-content .wp-block-group .wp-block-group__inner-container>*:first-child{margin-top:0}.featured_main__contents>.gutenberg-content .wp-block-group .wp-block-group__inner-container>*:last-child{margin-bottom:0}.featured_main__contents>.gutenberg-content .wp-block-buttons{margin:1.5em 0;display:flex;flex-wrap:wrap;gap:10px}.featured_main__contents>.gutenberg-content .wp-block-button .wp-block-button__link{display:inline-block;padding:.75em 1.5em;border-radius:6px;font-size:.88rem;font-weight:bold;-webkit-text-decoration:none;text-decoration:none;text-align:center;transition:opacity .2s}.featured_main__contents>.gutenberg-content .wp-block-button .wp-block-button__link:hover{opacity:.85}.featured_main__contents>.gutenberg-content .wp-block-button.is-style-outline .wp-block-button__link{background:rgba(0,0,0,0);border:2px solid currentColor}.featured_main__contents>.gutenberg-content .wp-block-spacer{clear:both}.featured_main__contents>.gutenberg-content .wp-block-media-text{margin:1.5em 0;display:grid;grid-template-columns:1fr;grid-gap:16px;gap:16px;align-items:center}@media screen and (min-width: 1080px){.featured_main__contents>.gutenberg-content .wp-block-media-text{grid-template-columns:50% 1fr;gap:24px}.featured_main__contents>.gutenberg-content .wp-block-media-text.has-media-on-the-right{grid-template-columns:1fr 50%}.featured_main__contents>.gutenberg-content .wp-block-media-text.has-media-on-the-right .wp-block-media-text__media{order:2}.featured_main__contents>.gutenberg-content .wp-block-media-text.has-media-on-the-right .wp-block-media-text__content{order:1}}.featured_main__contents>.gutenberg-content .wp-block-media-text .wp-block-media-text__media img,.featured_main__contents>.gutenberg-content .wp-block-media-text .wp-block-media-text__media video{width:100%;height:auto;border-radius:8px}.featured_main__contents>.gutenberg-content .wp-block-media-text .wp-block-media-text__content>*:first-child{margin-top:0}.featured_main__contents>.gutenberg-content .wp-block-media-text .wp-block-media-text__content>*:last-child{margin-bottom:0}.featured_main__contents>.gutenberg-content .wp-block-list{margin-top:.5em;margin-bottom:1em;padding-left:1.5em}.featured_main__contents>.gutenberg-content .wp-block-details{margin:1em 0;border:1px solid #efefef;border-radius:8px;overflow:hidden}.featured_main__contents>.gutenberg-content .wp-block-details summary{padding:1em 1.2em;font-weight:bold;cursor:pointer;background:#f6f6f6}.featured_main__contents>.gutenberg-content .wp-block-details summary:hover{background:#efefef}.featured_main__contents>.gutenberg-content .wp-block-details>*:not(summary){padding:0 1.2em}.featured_main__contents>.gutenberg-content::after{content:"";display:table;clear:both}.featured_main__contents>.gutenberg-content .alignwide{max-width:100%}.featured_main__contents>.gutenberg-content .alignfull{max-width:100%;margin-left:0;margin-right:0}.featured_main__contents>.gutenberg-content .aligncenter{text-align:center;margin-left:auto;margin-right:auto}.featured_main__contents>.gutenberg-content .alignleft{float:left;margin-right:1.5em;margin-bottom:1em}.featured_main__contents>.gutenberg-content .alignright{float:right;margin-left:1.5em;margin-bottom:1em}.featured_main__contents>.gutenberg-content [class*=has-background]{padding:1.2em;border-radius:8px}.featured_main__contents>.gutenberg-content .has-text-align-center{text-align:center}.featured_main__contents>.gutenberg-content .has-text-align-right{text-align:right}.featured_main__contents>.gutenberg-content .has-text-align-left{text-align:left}.featured_main__contents>.gutenberg-content a{color:#c81b21;-webkit-text-decoration:underline;text-decoration:underline;transition:opacity .2s}.featured_main__contents>.gutenberg-content a:hover{opacity:.7}.featured_recruit{position:relative;padding-top:60px;padding-bottom:60px;background-color:#c81b21;color:#fff}@media screen and (min-width: 1080px){.featured_recruit{padding-top:90px;padding-bottom:80px}}.featured_recruit__container{position:relative;z-index:1;padding:0 20px}.featured_recruit__list{display:flex;flex-wrap:wrap;gap:24px;flex-direction:column;justify-content:center}@media screen and (min-width: 1080px){.featured_recruit__list{flex-direction:row;gap:55px}}.featured_recruit__item{box-sizing:border-box;display:flex;align-items:stretch;justify-content:space-between;overflow:hidden;width:100%;background:#fff;border-radius:10px;color:#333;padding:16px;gap:10px;flex-direction:column}@media screen and (min-width: 480px){.featured_recruit__item{gap:0;flex-direction:row}}@media screen and (min-width: 1080px){.featured_recruit__item{flex-direction:row;width:375px;height:auto;padding:30px}}.featured_recruit__contents{display:flex;flex-direction:column;gap:10px;width:100%;padding:0}@media screen and (min-width: 480px){.featured_recruit__contents{padding:16px 0}}@media screen and (min-width: 1080px){.featured_recruit__contents{width:310px}}.featured_recruit__contents .caption{margin-bottom:4px}.featured_recruit__contents .caption .label{color:#fff;background-color:#c81b21;display:inline-block;padding:3px 12px;border-radius:1000px;font-size:.66rem}.featured_recruit__contents .title{font-size:1rem;font-weight:bold;color:#c81b21}.featured_recruit__contents hr{border:0;border-top:1px solid #ccc}.featured_recruit__contents .contents{display:flex;flex-direction:column;gap:14px;font-size:1rem}.featured_recruit__contents .list{display:flex;flex-direction:column;gap:10px;margin-top:8px}.featured_recruit__contents .list .item{display:flex;gap:8px}.featured_recruit__contents .list .item .icon{flex:0 0 15px;padding-top:4px}.featured_recruit__contents .list .item .text{flex:1 1 100%;font-size:.88rem}.featured_recruit__contents .link{font-weight:bold;margin-right:10px;margin-top:10px;display:flex;gap:5px;justify-content:flex-end;color:#c81b21;-webkit-text-decoration:none;text-decoration:none;letter-spacing:.12em;font-size:.66rem}.featured_outline{max-width:1200px;margin-left:auto;margin-right:auto;padding:16vw 20px}@media screen and (min-width: 1080px){.featured_outline{padding:80px 0 110px}}.featured_outline__title{color:#c81b21;font-weight:bold;font-size:1.33rem}@media screen and (min-width: 1080px){.featured_outline__title{font-size:1.77rem}}.featured_outline__main{box-shadow:0 0 4px 0 rgba(0,0,0,.2);background:#fff;border-radius:10px;padding:24px 16px;margin-top:24px}@media screen and (min-width: 1080px){.featured_outline__main{margin-top:25px;padding:64px}}.featured_outline__main .contents{display:flex;flex-direction:column;gap:10px;font-size:.77rem}.featured_outline__list{display:flex;flex-direction:column;gap:5vw}@media screen and (min-width: 1080px){.featured_outline__list{gap:24px}}.featured_outline hr{border:none;border-top:1px solid #efefef}.featured_outline__item{display:flex;font-size:.77rem;flex-direction:column}@media screen and (min-width: 1080px){.featured_outline__item{flex-direction:row;align-items:center}}.featured_outline__item dt{display:flex;align-items:center;gap:10px;justify-content:space-between;width:115px;flex:0 0 auto}@media screen and (min-width: 1080px){.featured_outline__item dt{flex:0 0 115px}}.featured_outline__item dt .label{font-weight:bold}.featured_outline__item dt .arrow{padding-top:0}.featured_outline__item dd{display:flex;padding-top:2vw;padding-left:0}@media screen and (min-width: 1080px){.featured_outline__item dd{padding-top:1px;padding-left:25px}}.useful_contents{max-width:1240px;margin-left:auto;margin-right:auto;display:flex;justify-content:space-between;padding:16vw 20px;gap:0;flex-direction:column}@media screen and (min-width: 1080px){.useful_contents{flex-direction:row;gap:20px;padding:80px 20px}}.useful_entry,.useful_main{width:100%;padding:0 0 16vw}@media screen and (min-width: 1080px){.useful_entry,.useful_main{flex:0 1 815px;padding:0 0 80px}}.useful_side{width:100%;padding:0 0 16vw;display:flex;flex-direction:column;gap:25px}@media screen and (min-width: 1080px){.useful_side{flex:0 0 265px;padding:0 0 80px}}.useful_side__button{display:flex;flex-direction:column;gap:20px;text-align:center}@media screen and (min-width: 1080px){.useful_side__button{gap:20px}}.useful_side__button .text{font-size:.66rem;line-height:1.2;margin-top:10px}.useful_side__button .text a{padding:0;color:#c81b21}.useful_side__menu{overflow:hidden;border-radius:10px;border:2px solid #c81b21;font-size:.77rem}@media screen and (min-width: 1080px){.useful_side__menu{font-size:.77rem}}.useful_side__menu .title{background:#c81b21;color:#fff;min-height:55px;display:flex;align-items:center;justify-content:center;padding:10px 5px;line-height:1.2;font-weight:bold}.useful_side__menu .list .item a{display:flex;justify-content:space-between;align-items:center;width:100%;gap:8px;padding:16px;transition:all 300ms;border-top:1px solid #c81b21}.useful_side__menu .list .item a:hover{background-color:#f6f6f6}.useful_side__menu .list .item a .thb{flex:0 0 55px;position:relative;aspect-ratio:55/50;width:55px;overflow:hidden}.useful_side__menu .list .item a .thb img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.useful_side__menu .list .item a .label{font-weight:bold;flex:1 1 100%}.useful_side__menu .list .item a .label span{display:inline-block}.useful_side__menu .list .item a .icon{margin-left:auto;color:#c81b21;flex:0 0 12px}@media screen and (min-width: 1080px){.useful_side__bottom{padding-top:20px}}.useful_side__bottom .title{background:#c81b21;color:#fff;min-height:55px;display:flex;align-items:center;justify-content:center;padding:10px 5px;line-height:1.2;font-weight:bold}.useful_side__bottom .list{display:flex;flex-direction:column;margin-top:24px;gap:24px}@media screen and (min-width: 1080px){.useful_side__bottom .list{gap:24px}}.useful_side__bottom .list .item .subject{position:relative;padding-left:10px;font-size:.77rem}.useful_side__bottom .list .item .subject:before{content:"";height:20px;width:3px;background:#c81b21;display:block;position:absolute;left:0;top:1px}.useful_side__bottom .list .item .banner{display:block;margin-top:8px;aspect-ratio:13/7;width:100%;overflow:hidden}.useful_side__bottom .list .item .banner img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.useful_bottom{background-color:#efefef;padding:16vw 20px;gap:0;display:flex;flex-direction:column}@media screen and (min-width: 1080px){.useful_bottom{flex-direction:column;gap:20px;padding:80px 20px}}.useful_bottom__contents{width:100%;max-width:1240px;margin-left:auto;margin-right:auto;display:flex;flex-direction:column;justify-content:space-between;padding:0 0;gap:40px}@media screen and (min-width: 1080px){.useful_bottom__contents{flex-direction:row;justify-content:space-between;gap:20px;padding:0 0}.useful_bottom__main{flex:0 1 446px}.useful_bottom__main .index_useful__item{width:100%}.useful_bottom__main .index_useful__thb{height:300px}.useful_bottom__side{flex:0 1 670px}}.useful_bottom__list{display:flex;flex-direction:column;gap:40px}@media screen and (min-width: 1080px){.useful_bottom__list{gap:40px}}.useful_bottom__item a{display:flex;align-items:center;gap:24px}.useful_bottom__item a *{transition:all 300ms}.useful_bottom__item .thb{flex:0 0 28vw;display:block;aspect-ratio:7/5;width:100%;overflow:hidden;border-radius:10px}@media screen and (min-width: 1080px){.useful_bottom__item .thb{flex:0 0 140px}}.useful_bottom__item .thb img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.useful_bottom__item .label{flex:1 1 100%;font-weight:bold;color:#c81b21}@media screen and (min-width: 1080px){.useful_bottom__item .label{padding-right:4em}}.useful_bottom__item a:hover .label{color:#333}.useful_bottom__item .icon{flex:0 0 min(8vw,40px);display:flex;align-items:center;justify-content:center;border-radius:1000px;width:min(8vw,40px);height:min(8vw,40px);font-size:.77rem;border:1px solid #c81b21;background-color:#c81b21;color:#fff}@media screen and (min-width: 1080px){.useful_bottom__item .icon{font-size:1rem;flex:0 0 40px;width:40px;height:40px}}.useful_bottom__item a:hover .icon{background-color:#fff;color:#c81b21}.useful_detail{max-width:1200px;margin-left:auto;margin-right:auto;padding:16vw 20px}@media screen and (min-width: 1080px){.useful_detail{padding:80px 0}}.useful_entry{position:relative;z-index:10;background:#fff}.useful_entry__contents{box-shadow:0 0 4px 0 rgba(0,0,0,.2);background:#fff;border-radius:10px;padding:24px 16px}@media screen and (min-width: 1080px){.useful_entry__contents{padding:64px}}.useful_entry__title{display:flex;flex-direction:column;gap:20px;margin-bottom:20px}@media screen and (min-width: 1080px){.useful_entry__title{gap:20px;margin-bottom:20px}}.useful_entry__title .date{font-size:.66rem}@media screen and (min-width: 1080px){.useful_entry__title .date{font-size:.66rem}}.useful_entry__title .title{font-weight:bold;font-size:1.55rem}@media screen and (min-width: 1080px){.useful_entry__title .title{font-size:1.55rem}}.useful_entry__title .thb{position:relative;aspect-ratio:685/410;width:100%;height:100%;overflow:hidden}.useful_entry__title .thb img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.useful_entry__title .cot{background:#efefef;padding:40px}@media screen and (min-width: 1080px){.useful_entry__title .cot{padding:40px}}.useful_entry__title .cot .subject{font-weight:bold;color:#c81b21;margin-bottom:15px}@media screen and (min-width: 1080px){.useful_entry__title .cot .subject{margin-bottom:15px}}.useful_entry__title .cot .list{display:flex;flex-direction:column;gap:5px}@media screen and (min-width: 1080px){.useful_entry__title .cot .list{gap:6px}}.useful_entry__title .cot .list li{display:flex;gap:9px;font-size:.77rem;line-height:1.4}@media screen and (min-width: 1080px){.useful_entry__title .cot .list li{font-size:.77rem}}.useful_entry__title .cot .list li::before{content:"";display:inline-block;width:0;height:0;margin-top:4px;border-style:solid;border-width:5px 0 5px 9px;border-color:rgba(0,0,0,0) rgba(0,0,0,0) rgba(0,0,0,0) #c81b21;vertical-align:middle}.useful_entry__body{display:flex;flex-direction:column;gap:20px;padding-top:20px}@media screen and (min-width: 1080px){.useful_entry__body{padding-top:20px}}.useful_entry__body h1,.useful_entry__body h2,.useful_entry__body h3,.useful_entry__body h4,.useful_entry__body h5,.useful_entry__body h6{position:relative;color:#c81b21;font-weight:bold;padding-left:26px}.useful_entry__body h1::before,.useful_entry__body h2::before,.useful_entry__body h3::before,.useful_entry__body h4::before,.useful_entry__body h5::before,.useful_entry__body h6::before{content:"";display:inline-block;width:0;height:0;position:absolute;left:0;top:.4em;border-style:solid;border-width:5px 0 5px 9px;border-color:rgba(0,0,0,0) rgba(0,0,0,0) rgba(0,0,0,0) #c81b21;vertical-align:middle}@media screen and (min-width: 1080px){.useful_entry__body h1::before,.useful_entry__body h2::before,.useful_entry__body h3::before,.useful_entry__body h4::before,.useful_entry__body h5::before,.useful_entry__body h6::before{top:.8em}}.useful_entry__body h1,.useful_entry__body h2{font-size:1.77rem}@media screen and (min-width: 1080px){.useful_entry__body h1,.useful_entry__body h2{font-size:1.77rem}}.useful_entry__body h1::before,.useful_entry__body h2::before{border-width:9px 0 9px 12px}.useful_entry__body h3{font-size:1.55rem}@media screen and (min-width: 1080px){.useful_entry__body h3{font-size:1.55rem}}.useful_entry__body h3::before{border-width:9px 0 9px 12px}.useful_entry__body h4{font-size:1.33rem}@media screen and (min-width: 1080px){.useful_entry__body h4{font-size:1.33rem}}.useful_entry__body h4::before{border-width:9px 0 9px 12px}.useful_entry__body h5,.useful_entry__body h6{font-size:1rem}@media screen and (min-width: 1080px){.useful_entry__body h5,.useful_entry__body h6{font-size:1rem}}.useful_entry__body h5::before,.useful_entry__body h6::before{margin-top:-3px;margin-right:16px;border-width:9px 0 9px 12px}.useful_entry__body h1,.useful_entry__body h2,.useful_entry__body h3,.useful_entry__body h4,.useful_entry__body h5,.useful_entry__body h6{margin-top:10px}@media screen and (min-width: 1080px){.useful_entry__body h1,.useful_entry__body h2,.useful_entry__body h3,.useful_entry__body h4,.useful_entry__body h5,.useful_entry__body h6{padding-top:10px}}.useful_entry__body img{width:100%}.index_faq.faq_index{background-color:#fff;color:#c81b21}.index_faq.faq_index .index_faq__item_head{background:#c81b21;color:#fff}.index_faq.faq_index .index_faq__item_head .icon,.index_faq.faq_index .index_faq__item_head .arrow{background:#fff;color:#c81b21}.index_faq.faq_index .index_faq__item_body{color:#333}.index_faq.faq_index .index_faq__item_body .icon{background:#c81b21;color:#fff}.search_index{background-color:rgba(200,27,33,.1)}.search_container{max-width:1320px;margin-left:auto;margin-right:auto;display:flex;flex-direction:column;justify-content:space-between;padding:16vw 0}@media screen and (min-width: 1080px){.search_container{padding:80px 20px;flex-direction:row-reverse}}.search_side{flex:1 1 100%;padding:0 20px}@media screen and (min-width: 1080px){.search_side{flex:0 0 305px}}.search_main{width:100%;padding:0 20px 80px}@media screen and (min-width: 1080px){.search_main{padding-bottom:160px;max-width:855px}}.search_index select{width:100%;height:46px;padding:0 35px 0 15px;font-size:.88rem;color:#666;background-color:#fff;border:1px solid #ddd;border-radius:0;-webkit-appearance:none;-moz-appearance:none;appearance:none;cursor:pointer;background-image:url("data:image/svg+xml,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 320 512%27%3E%3Cpath fill=%27none%27 stroke=%27%23999%27 stroke-width=%2716%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27 d=%27M96 184l64 64-64 64%27 transform=%27rotate%2890 160 256%29%27/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:calc(100% - 10px) calc(50% + 4px);background-size:25px}.search_index select:hover{border-color:#bbb}.search_index select:focus{outline:none;box-shadow:0 0 0 2px rgba(200,27,33,.1)}.search_index input[type=text]{width:100%;height:46px;padding:0 35px 0 15px;font-size:.88rem;color:#666;background-color:#fff;border:1px solid #ddd;border-radius:0;-webkit-appearance:none;-moz-appearance:none;appearance:none;cursor:pointer}.search_index input[type=text]:hover{border-color:#bbb}.search_index input[type=text]:focus{outline:none;box-shadow:0 0 0 2px rgba(200,27,33,.1)}.search_side__container{background:#fff;padding-bottom:20px}.search_side__title{display:flex;justify-content:center;align-items:center;background:#c81b21;color:#fff;height:55px}.search_side .search_select{padding:0;flex-direction:column;margin-top:0;gap:0;line-height:1.3}.search_side .search_select__x{display:none}.search_side .search_select__box{width:100%;max-width:none;max-width:initial}.search_side .search_select__inner{border:none;border-radius:0}.search_side .search_select__button{padding:0 20px;height:55px;font-size:.88rem}.search_side .search_select__button .icon,.search_side .search_select__button .label,.search_side .search_select__button .arrow{display:none}.search_side .search_select__button .search_side__button{width:100%;height:100%;display:inline-flex;align-items:center;justify-content:space-between;gap:5px;font-size:.88rem;font-weight:normal}.search_side .search_select__button .search_side__button_label{font-weight:bold}.search_side .search_select__button .search_side__button_icon{margin-left:auto;font-size:.77rem}.search_side .search_select__button .search_side__button_icon .plus{display:block}.search_side .search_select__button .search_side__button_icon .minus{display:none}.search_side .search_select__button .search_side__button_caption{font-size:.77rem}.search_side .search_select__check{display:none}.search_side .search_select__check:checked~.search_select__button .search_side__button_icon .plus{display:none}.search_side .search_select__check:checked~.search_select__button .search_side__button_icon .minus{display:block}.search_side .search_select .button_search{width:calc(100% - 20px - 20px);max-width:100%;height:50px;line-height:47.5px}.search_side .search_select .button_search .icon{display:none}.search_side .search_select .button_search .label{display:none}.search_side .search_select .button_search .search{display:block;font-size:.77rem}.search_side .search_select .button_search .arrow{display:block;position:absolute;top:50%;right:15px;transform:translate(0, -50%);font-size:.77rem}.search_side .search_select__menu{padding:0 20px 20px}.search_side .search_select:last-child{padding-bottom:0}.search_side .search_select__area_title,.search_side .search_select__area_item,.search_side .search_select__type_title,.search_side .search_select__type_item,.search_side .search_select__conditions_title,.search_side .search_select__conditions_item{font-size:.77rem}.search_side .search_select__area_title .checkbox,.search_side .search_select__area_item .checkbox,.search_side .search_select__type_title .checkbox,.search_side .search_select__type_item .checkbox,.search_side .search_select__conditions_title .checkbox,.search_side .search_select__conditions_item .checkbox{margin-top:0px}.search_side .search_select__area:last-child .search_select__area_menu,.search_side .search_select__area:last-child .search_select__type_menu,.search_side .search_select__area:last-child .search_select__conditions_menu,.search_side .search_select__type:last-child .search_select__area_menu,.search_side .search_select__type:last-child .search_select__type_menu,.search_side .search_select__type:last-child .search_select__conditions_menu,.search_side .search_select__conditions:last-child .search_select__area_menu,.search_side .search_select__conditions:last-child .search_select__type_menu,.search_side .search_select__conditions:last-child .search_select__conditions_menu{padding-bottom:0}.search_side .search_select__income{display:flex;align-items:center;justify-content:space-between;gap:14px;padding:20px}.search_side .search_select__income_title{white-space:nowrap;font-weight:bold;font-size:.88rem}.search_side .search_select__income_select{flex:0 0 186px}.search_side .search_select__keyword{display:block;gap:10px;padding:20px}.search_side .search_select__keyword_title{margin-bottom:14px;font-weight:bold;font-size:.88rem}.search_side .search_select__keyword_input{flex:0 0 186px}.search_side .search_select__conditions{display:block;gap:10px;padding:20px}.search_side .search_select__conditions_title{margin-bottom:14px;font-weight:bold;font-size:.88rem}.search_side .search_select__conditions_list{display:flex;flex-direction:column;gap:10px;padding-left:0}.search_main__container{display:flex;flex-direction:column;gap:40px}@media screen and (min-width: 1080px){.search_main__container{gap:40px}}.search_main__top{display:flex;justify-content:space-between;font-size:.88rem}.search_main__top .count .number{font-size:200%;font-weight:bold}.search_main__top .order{display:flex;align-items:center;gap:8px}.search_main__top .order .label{white-space:nowrap}.search_main__top .order .select{flex:0 0 90px}.search_main__panel{display:flex;flex-direction:column;gap:40px}@media screen and (min-width: 1080px){.search_main__panel{gap:40px}}.search_main__panel>input[type=checkbox]{display:none}.search_main__panel_title{cursor:pointer;position:relative;display:flex;align-items:center;justify-content:center;height:50px;border-radius:5px;font-size:.77rem;font-weight:bold;border:1px solid #c81b21;background:#c81b21;color:#fff}.search_main__panel_title .arrow{position:absolute;top:50%;right:45px;transform:translateY(-50%)}.search_main__panel>input[type=checkbox]:checked~.search_main__panel_title{color:#c81b21;background:#fff}.search_main__panel>input[type=checkbox]:checked~.search_main__panel_title .arrow svg{transform:rotate(180deg)}.search_main__panel_body{display:none;flex-direction:column;gap:40px}@media screen and (min-width: 1080px){.search_main__panel_body{gap:40px}}.search_main__panel>input[type=checkbox]:checked~.search_main__panel_body{display:flex}.search_main__panel_result{padding:40px 60px;background:#fff;border-radius:10px}@media screen and (min-width: 1080px){.search_main__panel_result{padding:40px 60px}}.search_main__panel_result .title{font-weight:bold;font-size:.88rem;margin-bottom:22px}@media screen and (min-width: 1080px){.search_main__panel_result .title{margin-bottom:22px}}.search_main__panel_result .contents{font-size:.77rem}.search_main__panel_result .contents dl{position:relative;padding:22px 0;display:flex}.search_main__panel_result .contents dl:before{content:"";position:absolute;top:0;left:0;width:100%;border-top:1px solid #efefef}.search_main__panel_result .contents dt{flex:0 0 100px;font-weight:bold;color:#c81b21}.search_main__panel_result .contents dd{flex:1 1 100%}.search_main__panel_list{border-radius:10px;overflow:hidden;display:flex;flex-direction:column}.search_main__panel_item{background:#fff}.search_main__panel_item>input[type=checkbox]{display:none}.search_main__panel_subject{cursor:pointer;height:55px;display:flex;gap:8px;align-items:center;padding:0 16px;background:#c81b21;border-bottom:1px solid #b2181d;color:#fff;font-weight:bold;font-size:.88rem}@media screen and (min-width: 1080px){.search_main__panel_subject{padding:0 60px}}.search_main__panel_subject .icon{display:flex;justify-content:center;width:20px;height:16px}.search_main__panel_subject .arrow{margin-left:auto;font-size:86%}.search_main__panel_item>input:checked~.search_main__panel_subject{border-bottom:none}.search_main__panel_item>input:checked~.search_main__panel_subject .arrow svg{transform:rotate(180deg)}.search_main__panel_block{display:none}.search_main__panel_item>input:checked~.search_main__panel_block{display:flex}.search_main__panel_block{padding:24px 20px 20px;flex-direction:column;gap:20px}@media screen and (min-width: 1080px){.search_main__panel_block{padding:24px 60px 4px;gap:20px}}.search_main__panel_block.block-last{padding-bottom:24px}@media screen and (min-width: 1080px){.search_main__panel_block.block-last{padding-bottom:24px}}.search_main__panel_block .search_select__area,.search_main__panel_block .search_select__type,.search_main__panel_block .search_select__conditions{display:block;font-size:.77rem}.search_main__panel_block .search_select__area_title .count,.search_main__panel_block .search_select__type_title .count,.search_main__panel_block .search_select__conditions_title .count{display:none}.search_main__panel_block .search_select__area_title .arrow,.search_main__panel_block .search_select__type_title .arrow,.search_main__panel_block .search_select__conditions_title .arrow{display:none}.search_main__panel_block .search_select__area_title .checkbox,.search_main__panel_block .search_select__type_title .checkbox,.search_main__panel_block .search_select__conditions_title .checkbox{margin-top:1px}.search_main__panel_block .search_select__area_menu,.search_main__panel_block .search_select__type_menu,.search_main__panel_block .search_select__conditions_menu{display:block}.search_main__panel_block .search_select__area_list,.search_main__panel_block .search_select__type_list,.search_main__panel_block .search_select__conditions_list{flex-direction:row;flex-wrap:wrap;gap:16px}@media screen and (min-width: 1080px){.search_main__panel_block .search_select__area_list,.search_main__panel_block .search_select__type_list,.search_main__panel_block .search_select__conditions_list{-moz-column-gap:32px;column-gap:32px;row-gap:16px}}.search_main__panel_block .search_select__area_item,.search_main__panel_block .search_select__type_item,.search_main__panel_block .search_select__conditions_item{width:calc(50% - 8px)}@media screen and (min-width: 1080px){.search_main__panel_block .search_select__area_item,.search_main__panel_block .search_select__type_item,.search_main__panel_block .search_select__conditions_item{width:auto}}.search_main__panel_block .search_select__area_item .label,.search_main__panel_block .search_select__type_item .label,.search_main__panel_block .search_select__conditions_item .label{margin-left:10px}.search_main__panel_block .search_select__area_item .checkbox,.search_main__panel_block .search_select__type_item .checkbox,.search_main__panel_block .search_select__conditions_item .checkbox{margin-top:1px}.search_main__panel_block .search_select__area:last-child .search_select__area_menu,.search_main__panel_block .search_select__area:last-child .search_select__type_menu,.search_main__panel_block .search_select__area:last-child .search_select__conditions_menu,.search_main__panel_block .search_select__type:last-child .search_select__area_menu,.search_main__panel_block .search_select__type:last-child .search_select__type_menu,.search_main__panel_block .search_select__type:last-child .search_select__conditions_menu,.search_main__panel_block .search_select__conditions:last-child .search_select__area_menu,.search_main__panel_block .search_select__conditions:last-child .search_select__type_menu,.search_main__panel_block .search_select__conditions:last-child .search_select__conditions_menu{padding-bottom:0}.search_main__panel_block{padding-bottom:20px}.search_main__panel_block .search_select__conditions_title{font-size:.88rem;font-weight:bold;margin-top:40px}@media screen and (min-width: 1080px){.search_main__panel_block .search_select__conditions_title{margin-top:40px}}.search_main__panel_block .search_select__conditions_title:first-child{margin-top:0}.search_main__panel_button{background:#fff;display:flex;justify-content:center;padding:24px 20px}@media screen and (min-width: 1080px){.search_main__panel_button{padding:24px 0}}.search_main__panel_button .button_more{border-radius:1000px}.search_main__list{display:flex;flex-direction:column;gap:40px}@media screen and (min-width: 1080px){.search_main__list{gap:40px}}.search_main__item{background:#fff;border-radius:10px;padding:24px 16px;display:flex;flex-direction:column;gap:24px}@media screen and (min-width: 1080px){.search_main__item{padding:60px}}.search_main__item .caption{font-size:.66rem}.search_main__item .title{font-size:1rem;font-weight:bold}.search_main__item .badges{display:flex;flex-wrap:wrap;gap:10px;font-size:.66rem}.search_main__item .badges_item a,.search_main__item .badges_item span{display:block;border:1px solid #c81b21;border-radius:1000px;padding:4px 8px;line-height:1;color:#c81b21}.search_main__item .contents dl{font-size:.77rem;position:relative;padding:22px 0;display:flex}.search_main__item .contents dl:before{content:"";position:absolute;top:0;left:0;width:100%;border-top:1px solid #efefef}.search_main__item .contents dt{flex:0 0 100px;font-weight:bold}.search_main__item .contents dd{flex:1 1 100%}.search_main__item .buttons{position:relative;z-index:9;margin-top:-20px;display:flex;padding:0;flex-direction:column;gap:16px}@media screen and (min-width: 1080px){.search_main__item .buttons{padding:0 14px;gap:36px;flex-direction:row}}.search_main__item .buttons .button{flex:1 1 100%}.search_main__nav_list{display:flex;justify-content:center;flex-wrap:wrap;gap:16px}@media screen and (min-width: 1080px){.search_main__nav_list{gap:16px}}.search_main__nav_item a{display:flex;align-items:center;justify-content:center;height:40px;width:40px;border-radius:40px;font-weight:bold;font-size:1.11rem;transition:all 300ms;border:1px solid #c81b21;color:#c81b21}.search_main__nav_item a:hover{background-color:#c81b21;color:#fff}.search_main__nav_item.active a,.search_main__nav_item.next a{background-color:#c81b21;color:#fff}.search_main__nav_item.active a:hover,.search_main__nav_item.next a:hover{background-color:#fff;color:#c81b21}.search_main__nav_item.next a{font-size:.88rem}.search_side .useful_side__bottom{padding-top:40px}.search_title{display:flex;align-items:center;background:#c81b21;color:#fff;padding:40px 0 40px}@media screen and (min-width: 1080px){.search_title{padding:52px 0 58px;min-height:240px}}.search_title__container{max-width:1240px;width:100%;padding:0 20px;margin-left:auto;margin-right:auto;display:flex;justify-content:center;align-items:center;gap:22px}@media screen and (min-width: 1080px){.search_title__container{gap:60px}}.search_title__container .arrow{flex:0 0 8px}@media screen and (min-width: 1080px){.search_title__container .arrow{flex:0 0 16px}}.search_title__container .arrow img{width:100%;height:auto}.search_title__container .main{flex:1 1 100%;max-width:1080px;margin-left:auto;margin-right:auto}.search_title__container .main .caption{text-align:center;font-size:.66rem}.search_title__container .main .title{text-align:center;font-weight:bold;margin-top:10px}@media screen and (min-width: 1080px){.search_title__container .main .title{margin-top:10px;font-size:1.33rem;line-height:1.2}}.search_title__container .main .badges{display:flex;flex-wrap:wrap;gap:10px;font-size:.66rem;margin-top:15px}@media screen and (min-width: 1080px){.search_title__container .main .badges{justify-content:center;margin-top:15px}}.search_title__container .main .badges_item a,.search_title__container .main .badges_item span{display:block;border:1px solid #fff;color:#fff;border-radius:1000px;padding:4px 8px;line-height:1}.search_point{position:relative;background-color:#eee}.search_point:after{content:"";position:absolute;width:100%;left:0;height:48px;bottom:-48px;background:linear-gradient(to top right, transparent 50%, #eeeeee 50%),linear-gradient(to top left, transparent 50%, #eeeeee 50%);background-size:50% 100%;background-position:left,right;background-repeat:no-repeat}@media screen and (min-width: 1080px){.search_point:after{height:64px;bottom:-64px}}.search_point__container{max-width:880px;width:100%;margin-left:auto;margin-right:auto;padding:60px 20px 30px;display:flex;flex-direction:column;gap:24px}@media screen and (min-width: 1080px){.search_point__container{padding:80px 20px;gap:24px}}.search_point__title{text-align:center;width:100%;display:flex;justify-content:center}.search_point__list{display:flex;flex-direction:column;gap:24px}@media screen and (min-width: 1080px){.search_point__list{gap:24px}}.search_point__item{background:#fff;border-radius:1000px;display:flex;align-items:center;padding:4px;gap:16px}@media screen and (min-width: 1080px){.search_point__item{gap:16px}}.search_point__item .badge{flex:0 0 min(86px,22vw);width:min(86px,22vw);height:min(86px,22vw);border-radius:100px;display:flex;align-items:center;justify-content:center;color:#fff;font-size:.77rem;font-weight:bold;background-color:#c81b21}@media screen and (min-width: 1080px){.search_point__item .badge{font-size:.88rem}}.search_point__item .contents{flex:1 1 auto;display:flex;flex-direction:column;gap:10px;font-size:.77rem;padding:10px 10px 10px 0}.search_outline{display:flex;flex-direction:column;gap:40px}@media screen and (min-width: 1080px){.search_outline{gap:40px}}.search_banner{padding:0 20px}.search_banner__container{overflow:hidden;min-height:340px;max-width:1200px;width:100%;padding:0 20px;margin-left:auto;margin-right:auto;position:relative;border:1px solid #c81b21;border-radius:10px}.search_banner__image{position:absolute;z-index:1;top:0;left:0;width:100%;height:100%}.search_banner__image img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;position:relative;z-index:1}.search_banner__image::after{content:"";width:100%;height:100%;position:absolute;z-index:10;top:0;left:0;background-color:rgba(255,255,255,.8)}.search_banner__main{position:relative;z-index:10;display:flex;flex-direction:column;justify-content:center;text-align:center;padding:42px 0;gap:32px}@media screen and (min-width: 1080px){.search_banner__main{padding:68px 0;gap:32px}}.search_banner__main .title{display:inline-block;max-width:310px;margin-left:auto;margin-right:auto}@media screen and (min-width: 1080px){.search_banner__main .title{width:auto}}.search_banner__main .title img{width:100%;height:auto}@media screen and (min-width: 1080px){.search_banner__main .title img{width:auto;width:initial}}.search_banner__main .contents{display:flex;flex-direction:column;gap:10px;margin-left:auto;margin-right:auto;font-size:.77rem;width:100%}@media screen and (min-width: 1080px){.search_banner__main .contents{max-width:740px}}.page_detail{max-width:1240px;margin-left:auto;margin-right:auto;padding:16vw 20px}@media screen and (min-width: 1080px){.page_detail{padding:80px 20px}}.page_detail .title{font-weight:bold;font-size:1.55rem}@media screen and (min-width: 1080px){.page_detail .title{font-size:1.55rem}}.page_detail__body{display:flex;flex-direction:column;gap:20px;padding-top:20px}@media screen and (min-width: 1080px){.page_detail__body{padding-top:20px}}.page_detail__body h1,.page_detail__body h2,.page_detail__body h3,.page_detail__body h4,.page_detail__body h5,.page_detail__body h6{position:relative;color:#c81b21;font-weight:bold}.page_detail__body h1,.page_detail__body h2{font-size:1.77rem}@media screen and (min-width: 1080px){.page_detail__body h1,.page_detail__body h2{font-size:1.77rem}}.page_detail__body h1::before,.page_detail__body h2::before{border-width:9px 0 9px 12px}.page_detail__body h3{font-size:1.55rem}@media screen and (min-width: 1080px){.page_detail__body h3{font-size:1.55rem}}.page_detail__body h3::before{border-width:9px 0 9px 12px}.page_detail__body h4{font-size:1.33rem}@media screen and (min-width: 1080px){.page_detail__body h4{font-size:1.33rem}}.page_detail__body h4::before{border-width:9px 0 9px 12px}.page_detail__body h5,.page_detail__body h6{font-size:1rem}@media screen and (min-width: 1080px){.page_detail__body h5,.page_detail__body h6{font-size:1rem}}.page_detail__body h5::before,.page_detail__body h6::before{margin-top:-3px;margin-right:16px;border-width:9px 0 9px 12px}.page_detail__body h1,.page_detail__body h2,.page_detail__body h3,.page_detail__body h4,.page_detail__body h5,.page_detail__body h6{margin-top:10px}@media screen and (min-width: 1080px){.page_detail__body h1,.page_detail__body h2,.page_detail__body h3,.page_detail__body h4,.page_detail__body h5,.page_detail__body h6{padding-top:10px}}.page_detail__body img{width:100%}.wpcf7{max-width:800px;margin:0 auto;padding:40px 20px}@media screen and (min-width: 1080px){.wpcf7{padding:60px 40px}}.wpcf7 form{display:flex;flex-direction:column;gap:30px}.wpcf7 label{display:block;font-size:.88rem;font-weight:700;color:#333;margin-bottom:8px}@media screen and (min-width: 1080px){.wpcf7 label{font-size:1rem}}.wpcf7 input[type=text],.wpcf7 input[type=email],.wpcf7 textarea{display:block;width:100%;padding:16px 20px;font-size:.88rem;color:#333;background-color:#fff;border:2px solid #f6f6f6;border-radius:8px;transition:all .3s ease;-moz-appearance:none;appearance:none;-webkit-appearance:none;box-sizing:border-box}@media screen and (min-width: 1080px){.wpcf7 input[type=text],.wpcf7 input[type=email],.wpcf7 textarea{font-size:.88rem;padding:18px 24px}}.wpcf7 input[type=text]:hover,.wpcf7 input[type=email]:hover,.wpcf7 textarea:hover{border-color:#ccc}.wpcf7 input[type=text]:focus,.wpcf7 input[type=email]:focus,.wpcf7 textarea:focus{outline:none;border-color:#c81b21;box-shadow:0 0 0 4px rgba(200,27,33,.1)}.wpcf7 input[type=text]::-moz-placeholder, .wpcf7 input[type=email]::-moz-placeholder, .wpcf7 textarea::-moz-placeholder{color:#ccc;opacity:.6}.wpcf7 input[type=text]::placeholder,.wpcf7 input[type=email]::placeholder,.wpcf7 textarea::placeholder{color:#ccc;opacity:.6}.wpcf7 textarea{min-height:150px;resize:vertical;font-family:inherit;line-height:1.6}.wpcf7 input[type=submit],.wpcf7 input.wpcf7-previous{display:block;min-width:280px;padding:18px 60px;font-size:.88rem;font-weight:700;color:#fff;background-color:#c81b21;border:2px solid #c81b21;border-radius:50px;cursor:pointer;transition:all .3s ease;text-align:center;margin-top:0;-moz-appearance:none;appearance:none;-webkit-appearance:none}@media screen and (min-width: 1080px){.wpcf7 input[type=submit],.wpcf7 input.wpcf7-previous{font-size:1rem;padding:20px 80px;min-width:280px}}.wpcf7 input[type=submit]:hover,.wpcf7 input.wpcf7-previous:hover{background-color:#9b151a;border-color:#9b151a}.wpcf7 input[type=submit]:active,.wpcf7 input.wpcf7-previous:active{box-shadow:0 2px 6px rgba(200,27,33,.3)}.wpcf7 input[type=submit]:focus,.wpcf7 input.wpcf7-previous:focus{outline:none;box-shadow:0 0 0 4px rgba(200,27,33,.2)}.wpcf7 input.wpcf7-previous{min-width:280px;background-color:#777;border:2px solid #777;color:#fff}@media screen and (min-width: 1080px){.wpcf7 input.wpcf7-previous{min-width:200px}}.wpcf7 input.wpcf7-previous:hover{background-color:#5e5e5e;border-color:#5e5e5e;box-shadow:0 4px 12px rgba(119,119,119,.3)}.wpcf7 input.wpcf7-previous:active{box-shadow:0 2px 6px rgba(119,119,119,.3)}.wpcf7 input.wpcf7-previous:focus{outline:none;box-shadow:0 0 0 4px rgba(119,119,119,.2)}.wpcf7 .submit_wrap{width:100%;display:flex;gap:20px;flex-direction:column}@media screen and (min-width: 1080px){.wpcf7 .submit_wrap{flex-direction:row-reverse;justify-content:center}}.wpcf7 .submit_wrap .wpcf7-spinner{display:none}.wpcf7 .submit_wrap br{display:none}.wpcf7 .wpcf7-not-valid-tip{display:block;color:#dc3545;font-size:.77rem;margin-top:6px;padding-left:4px}.wpcf7 .wpcf7-not-valid{border-color:#dc3545 !important}.wpcf7 .wpcf7-not-valid:focus{box-shadow:0 0 0 4px rgba(220,53,69,.1)}.wpcf7 .wpcf7-response-output{display:block;margin:30px 0 0 !important;padding:20px 24px !important;border-radius:8px;font-size:.88rem;text-align:center;border:2px solid}.wpcf7 .wpcf7-response-output.wpcf7-validation-errors{background-color:#fff5f5;border-color:#dc3545;color:#dc3545}.wpcf7 .wpcf7-response-output.wpcf7-acceptance-missing{background-color:#fff8e1;border-color:#ffc107;color:#856404}.wpcf7 .wpcf7-response-output.wpcf7-mail-sent-ok{background-color:#f0f8ff;border-color:#c81b21;color:#c81b21}.wpcf7 .wpcf7-response-output.wpcf7-mail-sent-ng,.wpcf7 .wpcf7-response-output.wpcf7-spam-blocked{background-color:#fff5f5;border-color:#dc3545;color:#dc3545}.wpcf7 .ajax-loader{visibility:hidden;display:inline-block;width:16px;height:16px;border:2px solid #f6f6f6;border-radius:50%;border-top-color:#c81b21;animation:spin 1s ease-in-out infinite;margin-left:12px;vertical-align:middle}.wpcf7 .ajax-loader.is-active{visibility:visible}@keyframes spin{to{transform:rotate(360deg)}}.wpcf7 p{margin:0}.wpcf7 p+p{margin-top:24px}.wpcf7 .wpcf7-form-control-wrap{display:block;position:relative}.wpcf7 input[type=checkbox],.wpcf7 input[type=radio]{width:20px;height:20px;margin-right:8px;vertical-align:middle;cursor:pointer}.wpcf7 input[type=checkbox]+span,.wpcf7 input[type=radio]+span{cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none}.contact_page .wpcf7{background-color:#f8f9fa;border-radius:12px;box-shadow:0 2px 20px rgba(0,0,0,.08)}@media screen and (min-width: 1080px){.contact_page .wpcf7{padding:80px 60px}}.contact_page .contact_description{text-align:center;margin-bottom:40px;color:#ccc;font-size:.88rem;line-height:1.8}@media screen and (min-width: 1080px){.contact_page .contact_description{margin-bottom:60px;font-size:1rem}}

