@charset "UTF-8";
/*
Theme Name: 沖縄県外科会
Theme URI: https://okigeka.com/
Version: 250828
Author: (有)福琉印刷 盛根
Description: 沖縄県外科会のwordpressテーマファイル
*/
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap");
/*! destyle.css v4.0.1 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-style: solid;
  border-width: 0;
  min-width: 0;
}

/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -webkit-tap-highlight-color: transparent; /* 3*/
}

/* Sections */
/* ============================================ */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings */
/* ============================================ */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
}

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Lists (definition) */
/* ============================================ */
dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

address {
  font-style: inherit;
}

/* Text-level semantics */
/* ============================================ */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Replaced content */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
svg,
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable.
 * 1. Make form elements stylable across systems iOS especially.
 * 2. Inherit text-transform from parent.
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none; /* 1 */
  -moz-appearance: none;
       appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit; /* 2 */
}

/**
 * Correct cursors for clickable elements.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
}

button:disabled,
[type=button]:disabled,
[type=reset]:disabled,
[type=submit]:disabled {
  cursor: default;
}

/**
 * Improve outlines for Firefox and unify style with input elements & buttons.
 */
:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

/**
 * Remove padding
 */
option {
  padding: 0;
}

/**
 * Reset to invisible
 */
fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

legend {
  padding: 0;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * Correct the outline style in Safari.
 */
[type=search] {
  outline-offset: -2px; /* 1 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Fix font inheritance.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/**
 * Fix appearance for Firefox
 */
[type=number] {
  -moz-appearance: textfield;
}

/**
 * Clickable labels
 */
label[for] {
  cursor: pointer;
}

/* Interactive */
/* ============================================ */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/*
 * Remove outline for editable content.
 */
[contenteditable]:focus {
  outline: auto;
}

/* Tables */
/* ============================================ */
/**
1. Correct table border color inheritance in all Chrome and Safari.
*/
table {
  border-color: inherit; /* 1 */
  border-collapse: collapse;
}

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: bold;
}

.hirahira-container {
  position: relative;
  height: 85svh;
  width: 100%;
  overflow: hidden;
  z-index: 1;
  /* 発生は画面下・中央基準。移動は transform のみ */
  /* 画像割当 */
}
@media (max-width: 768px) {
  .hirahira-container {
    height: 70svh;
  }
}
.hirahira-container .petal {
  position: absolute;
  left: 50%;
  bottom: -18svh;
  width: 160px;
  height: 160px;
  background-position: center center;
  background-repeat: no-repeat !important;
  background-size: contain !important;
  pointer-events: none;
  will-change: transform, opacity;
  -webkit-filter: drop-shadow(5px 5px 10px rgba(0, 0, 0, 0.15));
          filter: drop-shadow(5px 5px 10px rgba(0, 0, 0, 0.15));
  /* JSが --dur / --delay / --x0 / --end-x / --end-y などを注入 */
  -webkit-animation: fan-ray var(--dur, 20s) linear var(--delay, 0s) both;
          animation: fan-ray var(--dur, 20s) linear var(--delay, 0s) both;
}
.hirahira-container .petal_01 {
  background: url("./img/bugen_01.png");
}
.hirahira-container .petal_02 {
  background: url("./img/bugen_02.png");
}
.hirahira-container .petal_03 {
  background: url("./img/bugen_03.png");
}
.hirahira-container .petal_04 {
  background: url("./img/bugen_04.png");
}
.hirahira-container .petal_05 {
  background: url("./img/bugen_05.png");
}
.hirahira-container .petal_06 {
  background: url("./img/bugen_06.png");
}
.hirahira-container .petal_07 {
  background: url("./img/bugen_07.png");
}
.hirahira-container .petal_08 {
  background: url("./img/bugen_08.png");
}
.hirahira-container .petal_09 {
  background: url("./img/bugen_09.png");
}
.hirahira-container .petal_10 {
  background: url("./img/bugen_10.png");
}
.hirahira-container .petal_11 {
  background: url("./img/bugen_11.png");
}
.hirahira-container .petal_12 {
  background: url("./img/bugen_12.png");
}
.hirahira-container .petal_13 {
  background: url("./img/bugen_13.png");
}
.hirahira-container .petal_14 {
  background: url("./img/bugen_14.png");
}
.hirahira-container .petal_15 {
  background: url("./img/bugen_15.png");
}
.hirahira-container .petal_16 {
  background: url("./img/bugen_16.png");
}
@media (prefers-reduced-motion: reduce) {
  .hirahira-container .petal {
    -webkit-animation-duration: calc(var(--dur, 9s) * 1.6);
            animation-duration: calc(var(--dur, 9s) * 1.6);
  }
}

/* 放射状：角度から計算した終点に向かう（2点アニメーション） */
@-webkit-keyframes fan-ray {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(var(--x0, 0px), 0, 0) rotate3d(var(--rx, 0.2), var(--ry, 0.1), var(--rz, 0.3), 0deg);
            transform: translate3d(var(--x0, 0px), 0, 0) rotate3d(var(--rx, 0.2), var(--ry, 0.1), var(--rz, 0.3), 0deg);
  }
  5% {
    opacity: 0;
  }
  10% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(calc(var(--x0, 0px) + var(--end-x, 0px)), var(--end-y, -100svh), 0) rotate3d(var(--rx), var(--ry), var(--rz), var(--rdeg, 360deg));
            transform: translate3d(calc(var(--x0, 0px) + var(--end-x, 0px)), var(--end-y, -100svh), 0) rotate3d(var(--rx), var(--ry), var(--rz), var(--rdeg, 360deg));
  }
}
@keyframes fan-ray {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(var(--x0, 0px), 0, 0) rotate3d(var(--rx, 0.2), var(--ry, 0.1), var(--rz, 0.3), 0deg);
            transform: translate3d(var(--x0, 0px), 0, 0) rotate3d(var(--rx, 0.2), var(--ry, 0.1), var(--rz, 0.3), 0deg);
  }
  5% {
    opacity: 0;
  }
  10% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(calc(var(--x0, 0px) + var(--end-x, 0px)), var(--end-y, -100svh), 0) rotate3d(var(--rx), var(--ry), var(--rz), var(--rdeg, 360deg));
            transform: translate3d(calc(var(--x0, 0px) + var(--end-x, 0px)), var(--end-y, -100svh), 0) rotate3d(var(--rx), var(--ry), var(--rz), var(--rdeg, 360deg));
  }
}
.contents {
  max-width: 1280px;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .contents {
    padding: 0 1rem;
  }
}
.contents h1 {
  font-size: 1.4rem;
  font-weight: 500;
  color: #db6e77;
  border-bottom: 2px solid #db6e77;
  padding: 0 0 0.2rem 0;
  margin: 0 0 0.5rem 0;
}
.contents h2 {
  background: #db6e77;
  color: #fff;
  font-weight: 700;
  padding: 0.35rem 0.5rem;
  font-size: 1rem;
  margin-bottom: 0.75rem;
}
.contents h3 {
  padding: 0 0 0 1rem;
  position: relative;
  font-size: 1.1rem;
  font-weight: bold;
  margin-bottom: 1rem;
}
.contents h3::before {
  position: absolute;
  content: "";
  width: 8px;
  height: 8px;
  background: #db6e77;
  border-radius: 1rem;
  left: 0.25rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.contents h4,
.contents h5,
.contents h6 {
  font-weight: 700;
  margin: 0 0 1rem 0;
}
.contents blockquote {
  position: relative;
  padding-left: 1rem;
  margin: 0 0 1rem 0;
}
.contents blockquote::before {
  position: absolute;
  content: "";
  width: 4px;
  height: 100%;
  background: #eee;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.contents pre {
  background: #f5f5f5;
  padding: 1rem;
  overflow-x: auto;
  margin: 0 0 1rem 0;
}
.contents pre code {
  font-family: "Courier New", Courier, monospace;
  color: #333;
}
.contents input,
.contents textarea {
  border: 1px solid #ccc;
}
.contents .wp-block-group {
  margin-bottom: 2rem;
}
.contents .wp-block-separator {
  margin-bottom: 1.5rem;
}
.contents ol.wp-block-list {
  list-style: decimal;
}
.contents ul.wp-block-list {
  list-style: disc;
}
.contents ol,
.contents ul {
  margin-left: 2rem;
}
.contents ol ol,
.contents ol ul,
.contents ul ol,
.contents ul ul {
  margin-left: 2rem;
}
.contents p {
  margin-bottom: 1rem;
}

/* margin-left */
.ml-0 {
  margin-left: 0rem !important;
}

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

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

.ml-3 {
  margin-left: 0.75rem !important;
}

.ml-4 {
  margin-left: 1rem !important;
}

.ml-5 {
  margin-left: 1.25rem !important;
}

.ml-6 {
  margin-left: 1.5rem !important;
}

.ml-7 {
  margin-left: 1.75rem !important;
}

.ml-8 {
  margin-left: 2rem !important;
}

.ml-9 {
  margin-left: 2.25rem !important;
}

.ml-10 {
  margin-left: 2.5rem !important;
}

/* margin-right */
.mr-0 {
  margin-right: 0rem !important;
}

.mr-1 {
  margin-right: 0.25rem !important;
}

.mr-2 {
  margin-right: 0.5rem !important;
}

.mr-3 {
  margin-right: 0.75rem !important;
}

.mr-4 {
  margin-right: 1rem !important;
}

.mr-5 {
  margin-right: 1.25rem !important;
}

.mr-6 {
  margin-right: 1.5rem !important;
}

.mr-7 {
  margin-right: 1.75rem !important;
}

.mr-8 {
  margin-right: 2rem !important;
}

.mr-9 {
  margin-right: 2.25rem !important;
}

.mr-10 {
  margin-right: 2.5rem !important;
}

/* margin-top */
.mt-0 {
  margin-top: 0rem !important;
}

.mt-1 {
  margin-top: 0.25rem !important;
}

.mt-2 {
  margin-top: 0.5rem !important;
}

.mt-3 {
  margin-top: 0.75rem !important;
}

.mt-4 {
  margin-top: 1rem !important;
}

.mt-5 {
  margin-top: 1.25rem !important;
}

.mt-6 {
  margin-top: 1.5rem !important;
}

.mt-7 {
  margin-top: 1.75rem !important;
}

.mt-8 {
  margin-top: 2rem !important;
}

.mt-9 {
  margin-top: 2.25rem !important;
}

.mt-10 {
  margin-top: 2.5rem !important;
}

/* margin-bottom */
.mb-0 {
  margin-bottom: 0rem !important;
}

.mb-1 {
  margin-bottom: 0.25rem !important;
}

.mb-2 {
  margin-bottom: 0.5rem !important;
}

.mb-3 {
  margin-bottom: 0.75rem !important;
}

.mb-4 {
  margin-bottom: 1rem !important;
}

.mb-5 {
  margin-bottom: 1.25rem !important;
}

.mb-6 {
  margin-bottom: 1.5rem !important;
}

.mb-7 {
  margin-bottom: 1.75rem !important;
}

.mb-8 {
  margin-bottom: 2rem !important;
}

.mb-9 {
  margin-bottom: 2.25rem !important;
}

.mb-10 {
  margin-bottom: 2.5rem !important;
}

/* margin-x (left + right) */
.mx-0 {
  margin-left: 0rem !important;
  margin-right: 0rem !important;
}

.mx-1 {
  margin-left: 0.25rem !important;
  margin-right: 0.25rem !important;
}

.mx-2 {
  margin-left: 0.5rem !important;
  margin-right: 0.5rem !important;
}

.mx-3 {
  margin-left: 0.75rem !important;
  margin-right: 0.75rem !important;
}

.mx-4 {
  margin-left: 1rem !important;
  margin-right: 1rem !important;
}

.mx-5 {
  margin-left: 1.25rem !important;
  margin-right: 1.25rem !important;
}

.mx-6 {
  margin-left: 1.5rem !important;
  margin-right: 1.5rem !important;
}

.mx-7 {
  margin-left: 1.75rem !important;
  margin-right: 1.75rem !important;
}

.mx-8 {
  margin-left: 2rem !important;
  margin-right: 2rem !important;
}

.mx-9 {
  margin-left: 2.25rem !important;
  margin-right: 2.25rem !important;
}

.mx-10 {
  margin-left: 2.5rem !important;
  margin-right: 2.5rem !important;
}

/* margin-y (top + bottom) */
.my-0 {
  margin-top: 0rem !important;
  margin-bottom: 0rem !important;
}

.my-1 {
  margin-top: 0.25rem !important;
  margin-bottom: 0.25rem !important;
}

.my-2 {
  margin-top: 0.5rem !important;
  margin-bottom: 0.5rem !important;
}

.my-3 {
  margin-top: 0.75rem !important;
  margin-bottom: 0.75rem !important;
}

.my-4 {
  margin-top: 1rem !important;
  margin-bottom: 1rem !important;
}

.my-5 {
  margin-top: 1.25rem !important;
  margin-bottom: 1.25rem !important;
}

.my-6 {
  margin-top: 1.5rem !important;
  margin-bottom: 1.5rem !important;
}

.my-7 {
  margin-top: 1.75rem !important;
  margin-bottom: 1.75rem !important;
}

.my-8 {
  margin-top: 2rem !important;
  margin-bottom: 2rem !important;
}

.my-9 {
  margin-top: 2.25rem !important;
  margin-bottom: 2.25rem !important;
}

.my-10 {
  margin-top: 2.5rem !important;
  margin-bottom: 2.5rem !important;
}

/* margin (all sides) */
.m-0 {
  margin: 0rem !important;
}

.m-1 {
  margin: 0.25rem !important;
}

.m-2 {
  margin: 0.5rem !important;
}

.m-3 {
  margin: 0.75rem !important;
}

.m-4 {
  margin: 1rem !important;
}

.m-5 {
  margin: 1.25rem !important;
}

.m-6 {
  margin: 1.5rem !important;
}

.m-7 {
  margin: 1.75rem !important;
}

.m-8 {
  margin: 2rem !important;
}

.m-9 {
  margin: 2.25rem !important;
}

.m-10 {
  margin: 2.5rem !important;
}

/* padding (all sides) */
.p-1 {
  padding: 0.25rem !important;
}

.p-2 {
  padding: 0.5rem !important;
}

.p-3 {
  padding: 0.75rem !important;
}

.p-4 {
  padding: 1rem !important;
}

.p-5 {
  padding: 1.25rem !important;
}

.p-6 {
  padding: 1.5rem !important;
}

.p-7 {
  padding: 1.75rem !important;
}

.p-8 {
  padding: 2rem !important;
}

.p-9 {
  padding: 2.25rem !important;
}

.p-10 {
  padding: 2.5rem !important;
}

/* padding-left */
.pl-1 {
  padding-left: 0.25rem !important;
}

.pl-2 {
  padding-left: 0.5rem !important;
}

.pl-3 {
  padding-left: 0.75rem !important;
}

.pl-4 {
  padding-left: 1rem !important;
}

.pl-5 {
  padding-left: 1.25rem !important;
}

.pl-6 {
  padding-left: 1.5rem !important;
}

.pl-7 {
  padding-left: 1.75rem !important;
}

.pl-8 {
  padding-left: 2rem !important;
}

.pl-9 {
  padding-left: 2.25rem !important;
}

.pl-10 {
  padding-left: 2.5rem !important;
}

/* padding-right */
.pr-1 {
  padding-right: 0.25rem !important;
}

.pr-2 {
  padding-right: 0.5rem !important;
}

.pr-3 {
  padding-right: 0.75rem !important;
}

.pr-4 {
  padding-right: 1rem !important;
}

.pr-5 {
  padding-right: 1.25rem !important;
}

.pr-6 {
  padding-right: 1.5rem !important;
}

.pr-7 {
  padding-right: 1.75rem !important;
}

.pr-8 {
  padding-right: 2rem !important;
}

.pr-9 {
  padding-right: 2.25rem !important;
}

.pr-10 {
  padding-right: 2.5rem !important;
}

/* padding-top */
.pt-1 {
  padding-top: 0.25rem !important;
}

.pt-2 {
  padding-top: 0.5rem !important;
}

.pt-3 {
  padding-top: 0.75rem !important;
}

.pt-4 {
  padding-top: 1rem !important;
}

.pt-5 {
  padding-top: 1.25rem !important;
}

.pt-6 {
  padding-top: 1.5rem !important;
}

.pt-7 {
  padding-top: 1.75rem !important;
}

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

.pt-9 {
  padding-top: 2.25rem !important;
}

.pt-10 {
  padding-top: 2.5rem !important;
}

/* padding-bottom */
.pb-1 {
  padding-bottom: 0.25rem !important;
}

.pb-2 {
  padding-bottom: 0.5rem !important;
}

.pb-3 {
  padding-bottom: 0.75rem !important;
}

.pb-4 {
  padding-bottom: 1rem !important;
}

.pb-5 {
  padding-bottom: 1.25rem !important;
}

.pb-6 {
  padding-bottom: 1.5rem !important;
}

.pb-7 {
  padding-bottom: 1.75rem !important;
}

.pb-8 {
  padding-bottom: 2rem !important;
}

.pb-9 {
  padding-bottom: 2.25rem !important;
}

.pb-10 {
  padding-bottom: 2.5rem !important;
}

/* padding-x (left + right) */
.px-1 {
  padding-left: 0.25rem !important;
  padding-right: 0.25rem !important;
}

.px-2 {
  padding-left: 0.5rem !important;
  padding-right: 0.5rem !important;
}

.px-3 {
  padding-left: 0.75rem !important;
  padding-right: 0.75rem !important;
}

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

.px-5 {
  padding-left: 1.25rem !important;
  padding-right: 1.25rem !important;
}

.px-6 {
  padding-left: 1.5rem !important;
  padding-right: 1.5rem !important;
}

.px-7 {
  padding-left: 1.75rem !important;
  padding-right: 1.75rem !important;
}

.px-8 {
  padding-left: 2rem !important;
  padding-right: 2rem !important;
}

.px-9 {
  padding-left: 2.25rem !important;
  padding-right: 2.25rem !important;
}

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

/* padding-y (top + bottom) */
.py-1 {
  padding-top: 0.25rem !important;
  padding-bottom: 0.25rem !important;
}

.py-2 {
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
}

.py-3 {
  padding-top: 0.75rem !important;
  padding-bottom: 0.75rem !important;
}

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

.py-5 {
  padding-top: 1.25rem !important;
  padding-bottom: 1.25rem !important;
}

.py-6 {
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important;
}

.py-7 {
  padding-top: 1.75rem !important;
  padding-bottom: 1.75rem !important;
}

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

.py-9 {
  padding-top: 2.25rem !important;
  padding-bottom: 2.25rem !important;
}

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

/* gap (flex/grid gap) */
.gap-1 {
  gap: 0.25rem !important;
}

.gap-2 {
  gap: 0.5rem !important;
}

.gap-3 {
  gap: 0.75rem !important;
}

.gap-4 {
  gap: 1rem !important;
}

.gap-5 {
  gap: 1.25rem !important;
}

.gap-6 {
  gap: 1.5rem !important;
}

.gap-7 {
  gap: 1.75rem !important;
}

.gap-8 {
  gap: 2rem !important;
}

.gap-9 {
  gap: 2.25rem !important;
}

.gap-10 {
  gap: 2.5rem !important;
}

/* gap-x (column-gap only) */
.gap-x-1 {
  -webkit-column-gap: 0.25rem !important;
     -moz-column-gap: 0.25rem !important;
          column-gap: 0.25rem !important;
}

.gap-x-2 {
  -webkit-column-gap: 0.5rem !important;
     -moz-column-gap: 0.5rem !important;
          column-gap: 0.5rem !important;
}

.gap-x-3 {
  -webkit-column-gap: 0.75rem !important;
     -moz-column-gap: 0.75rem !important;
          column-gap: 0.75rem !important;
}

.gap-x-4 {
  -webkit-column-gap: 1rem !important;
     -moz-column-gap: 1rem !important;
          column-gap: 1rem !important;
}

.gap-x-5 {
  -webkit-column-gap: 1.25rem !important;
     -moz-column-gap: 1.25rem !important;
          column-gap: 1.25rem !important;
}

.gap-x-6 {
  -webkit-column-gap: 1.5rem !important;
     -moz-column-gap: 1.5rem !important;
          column-gap: 1.5rem !important;
}

.gap-x-7 {
  -webkit-column-gap: 1.75rem !important;
     -moz-column-gap: 1.75rem !important;
          column-gap: 1.75rem !important;
}

.gap-x-8 {
  -webkit-column-gap: 2rem !important;
     -moz-column-gap: 2rem !important;
          column-gap: 2rem !important;
}

.gap-x-9 {
  -webkit-column-gap: 2.25rem !important;
     -moz-column-gap: 2.25rem !important;
          column-gap: 2.25rem !important;
}

.gap-x-10 {
  -webkit-column-gap: 2.5rem !important;
     -moz-column-gap: 2.5rem !important;
          column-gap: 2.5rem !important;
}

/* gap-y (row-gap only) */
.gap-y-1 {
  row-gap: 0.25rem !important;
}

.gap-y-2 {
  row-gap: 0.5rem !important;
}

.gap-y-3 {
  row-gap: 0.75rem !important;
}

.gap-y-4 {
  row-gap: 1rem !important;
}

.gap-y-5 {
  row-gap: 1.25rem !important;
}

.gap-y-6 {
  row-gap: 1.5rem !important;
}

.gap-y-7 {
  row-gap: 1.75rem !important;
}

.gap-y-8 {
  row-gap: 2rem !important;
}

.gap-y-9 {
  row-gap: 2.25rem !important;
}

.gap-y-10 {
  row-gap: 2.5rem !important;
}

html {
  height: 100%;
  font-size: 16px;
}
@media (max-width: 768px) {
  html {
    font-size: 14px;
  }
}

body {
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.4;
  color: #444;
  height: 100%;
}

.wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
}

a {
  color: #db6e77;
  text-decoration: underline;
  text-underline-offset: 4px;
}
a:hover {
  text-decoration: none;
}
a:visited {
  color: #000;
}

.header {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  height: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 10px;
  position: fixed;
  top: 0;
  left: 50%;
  z-index: 9999;
}
@media (max-width: 768px) {
  .header {
    gap: 0;
    width: calc(100% - 2rem);
    max-width: inherit;
  }
}
.header .logo a {
  color: #444;
  text-decoration: none;
  opacity: 1;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  scale: 1;
  display: inline-block;
}
.header .logo a:hover {
  opacity: 0.8;
  scale: 1.025;
}
@media (max-width: 768px) {
  .header .logo a img {
    width: 140px;
  }
}
.header .logo a h1 {
  font-size: 1.65rem;
  font-weight: 500;
}
.header .logo a p {
  font-size: 0.775rem;
  font-weight: 400;
}
.header .navigation_menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 10px;
}
.header .navigation_menu .global_navigation {
  background: #fff;
  border-radius: 100rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 60px;
  padding: 8px;
  gap: 0.5rem;
  font-size: 0.95rem;
  -webkit-box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
          box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  font-weight: bold;
}
@media (max-width: 768px) {
  .header .navigation_menu .global_navigation {
    display: none;
  }
}
.header .navigation_menu .global_navigation ul.global_navigation_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  font-family: YakuHanJP, "Noto Sans JP", sans-serif;
  height: 100%;
  border-radius: 100rem;
}
.header .navigation_menu .global_navigation ul.global_navigation_inner > li.menu-item > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 2rem 0 1rem;
  height: 100%;
  border-radius: 100rem;
  color: #444;
  text-decoration: none;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.header .navigation_menu .global_navigation ul.global_navigation_inner > li.menu-item > a:hover {
  background: #eee;
}
.header .navigation_menu .global_navigation ul.global_navigation_inner > li.menu-item {
  position: relative;
}
.header .navigation_menu .global_navigation ul.global_navigation_inner > li.menu-item::after {
  content: "";
  width: 8px;
  height: 8px;
  border: 0;
  border-bottom: solid 2px #db6e77;
  border-right: solid 2px #db6e77;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  position: absolute;
  top: -2px;
  right: 1rem;
  bottom: 0;
  margin: auto;
}
.header .navigation_menu .global_navigation ul.global_navigation_inner > li.menu-item > ul.sub-menu {
  display: none;
  position: absolute;
  background: rgba(255, 255, 255, 0.8);
  border: 1px solid #fff;
  border-radius: 6px;
  backdrop-filter: blur(10px);
  font-weight: 400;
  left: 0;
  padding: 0.25rem 1rem;
  width: 300px;
  -webkit-box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.15);
          box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.15);
}
.header .navigation_menu .global_navigation ul.global_navigation_inner > li.menu-item > ul.sub-menu li {
  margin-bottom: 4px;
  padding-bottom: 4px;
  border-bottom: 1px solid #eee;
}
.header .navigation_menu .global_navigation ul.global_navigation_inner > li.menu-item > ul.sub-menu li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 4px 8px;
  text-decoration: none;
  color: #444;
}
.header .navigation_menu .global_navigation ul.global_navigation_inner > li.menu-item > ul.sub-menu li a:hover {
  background: #db6e77;
  color: #fff;
  border-radius: 8px;
}
.header .navigation_menu .global_navigation .member_login_btn {
  background: #ffd000;
  border-radius: 100rem;
  color: .header .navigation_menu .global_navigation .member_login_btn #444;
  text-decoration: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-width: 160px;
  height: 100%;
  padding: 0 0.4rem 0 0;
  gap: 8px;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  -webkit-box-shadow: 0 4px 8px rgba(0, 0, 0, 0.025);
          box-shadow: 0 4px 8px rgba(0, 0, 0, 0.025);
}
.header .navigation_menu .global_navigation .member_login_btn:hover {
  background: rgb(255, 215, 38);
  scale: 0.95;
}
.header .navigation_menu .global_navigation .member_login_btn span {
  font-size: 0.75rem;
  font-weight: bold;
  line-height: 1.3;
  color: #444;
}
.header .navigation_menu .humberger_btn {
  width: 60px;
  height: 60px;
  background: #fff;
  border-radius: 100rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 6px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  -webkit-box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
          box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}
.header .navigation_menu .humberger_btn:hover {
  scale: 1.1;
  background: #db6e77;
}
.header .navigation_menu .humberger_btn:hover span {
  background: #fff;
}
.header .navigation_menu .humberger_btn span {
  display: inline-block;
  width: 26px;
  height: 2px;
  background: #aaa;
}

.drower {
  width: 500px;
  height: 100%;
  overflow-y: scroll;
  position: fixed;
  right: 0;
  top: 0;
  background: #db6e77;
  background-size: cover;
  background-position: left top;
  background-repeat: no-repeat;
  background-attachment: fixed;
  z-index: 99999;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
}
@media (max-width: 768px) {
  .drower {
    width: 100%;
    height: 100dvh;
    font-size: 16px;
  }
}
.drower .drower_inner {
  height: 100%;
  padding: 6rem 3rem;
  position: relative;
  overflow-y: scroll;
}
.drower .drower_inner .close_btn {
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 50px;
  height: 50px;
  position: absolute;
  top: 1rem;
  left: calc(3rem - 10px);
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.drower .drower_inner .close_btn span {
  position: absolute;
  display: block;
  width: 40px;
  height: 2px;
  background: #fff;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.drower .drower_inner .close_btn span:first-child {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.drower .drower_inner .close_btn span:last-child {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.drower .drower_inner .close_btn:hover {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}
.drower .drower_inner .member {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
  margin-bottom: 3rem;
}
.drower .drower_inner .member a.login,
.drower .drower_inner .member a.register {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: #fff;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-decoration: none;
  border: 2px solid #cd616a;
  width: 100%;
  height: 50px;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  font-weight: bold;
  color: #cd616a;
}
.drower .drower_inner .member a.login:hover,
.drower .drower_inner .member a.register:hover {
  background: #cd616a;
  color: #fff;
}
.drower .drower_inner .drower_nav > li {
  margin: 0 0 2rem 0;
}
.drower .drower_inner .drower_nav > li > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #fff;
  text-decoration: none;
  font-size: 1.2rem;
  font-weight: bold;
  border-bottom: 1px solid rgba(255, 255, 255, 0.35);
  padding: 1rem 0;
}
.drower .drower_inner .drower_nav > li > a:hover {
  text-decoration: underline;
}
.drower .drower_inner .drower_nav > li > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.drower .drower_inner .drower_nav > li > ul li {
  border-bottom: 1px solid rgba(255, 255, 255, 0.35);
  margin: 0 0 0 1.3rem;
}
@media (max-width: 768px) {
  .drower .drower_inner .drower_nav > li > ul li {
    margin: 0 0 0 0;
  }
}
.drower .drower_inner .drower_nav > li > ul li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0.8rem 0;
  color: #fff;
  text-decoration: none;
}
.drower .drower_inner .drower_nav > li > ul li a:hover {
  text-decoration: underline;
}

.drower_bg {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  opacity: 0;
  pointer-events: pointer;
}

.emergency_info_fixed {
  width: 100%;
  position: absolute;
  bottom: 45px;
  z-index: 9998;
}
@media (max-width: 768px) {
  .emergency_info_fixed {
    position: fixed;
  }
}
.emergency_info_fixed .emergency_info_fixed_inner {
  color: #fff;
  width: 1280px;
  margin: 0 auto;
  background: #db6e77;
  -webkit-box-shadow: 0 4px 8px rgba(0, 0, 0, 0.25);
          box-shadow: 0 4px 8px rgba(0, 0, 0, 0.25);
  border-radius: 10rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  padding: 1rem 1.5rem;
  gap: 30px;
}
@media (max-width: 768px) {
  .emergency_info_fixed .emergency_info_fixed_inner {
    width: calc(100% - 2rem);
    margin: 0 1rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0.25rem;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.emergency_info_fixed .emergency_info_fixed_inner h3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 6px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.emergency_info_fixed .emergency_info_fixed_inner .emergency_info_fixed_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  height: 1.25rem;
  overflow: hidden;
  gap: 1rem;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media (max-width: 768px) {
  .emergency_info_fixed .emergency_info_fixed_inner .emergency_info_fixed_list {
    width: 100%;
  }
}
.emergency_info_fixed .emergency_info_fixed_inner .emergency_info_fixed_list .date {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  padding-right: 1rem;
  border-right: 1px solid #fff;
  color: #ffd000;
  font-weight: bold;
}
.emergency_info_fixed .emergency_info_fixed_inner .emergency_info_fixed_list .description {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #fff;
  text-decoration: none;
}
.emergency_info_fixed .emergency_info_fixed_inner .emergency_info_fixed_list .description:hover {
  text-decoration: underline;
}

.main_visual {
  height: 85svh;
  background-repeat: no-repeat;
  background-position: top center;
  background-attachment: scroll;
  background-size: 100%;
  position: relative;
  overflow: hidden;
}
@media (max-width: 768px) {
  .main_visual {
    height: 70svh;
  }
}
.main_visual:before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100px;
  background: #000000;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.05)), to(rgba(0, 0, 0, 0)));
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.05) 0%, rgba(0, 0, 0, 0) 100%);
}

.main {
  width: 100%;
  padding: 100px 0 0 0;
  height: auto;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.main .main_inner {
  margin: 0 auto;
  padding: 60px 0;
  height: 100%;
}

.top_main {
  max-width: 1280px;
  margin: 0 auto;
  padding: 2rem 0;
}
@media (max-width: 768px) {
  .top_main {
    margin: 0 1rem;
  }
}
.top_main .main_inner {
  padding-top: calc(100px - 2rem);
}
.top_main .main_inner h1 {
  color: #fff;
  background: #db6e77;
  margin: 0 0 1rem 0;
  padding: 0.3rem 0.85rem;
  font-size: 1.4rem;
  font-weight: bold;
}
.top_main .main_inner h2 {
  font-size: 1.25rem;
  margin: 0 0 1rem 0;
  padding: 0 0 0.25rem 0;
  color: #db6e77;
  border-bottom: 3px solid #db6e77;
  font-weight: bold;
}
.top_main .main_inner h3 {
  font-weight: bold;
  font-size: 1.1rem;
  margin: 0 0 0.35rem 0;
}
.top_main .main_inner h4,
.top_main .main_inner h5,
.top_main .main_inner h6 {
  font-weight: bold;
  margin: 0 0 0.35rem 0;
}
.top_main .main_inner section {
  margin-bottom: 1.5rem;
}
.top_main .main_inner p {
  margin-bottom: 0.5rem;
}
.top_main .main_inner ul {
  margin-bottom: 0.5rem;
}
.top_main .main_inner ul li {
  margin-bottom: 0.25rem;
}
.top_main .main_inner ol {
  margin-bottom: 0.5rem;
}
.top_main .main_inner ol li {
  margin-bottom: 0.25rem;
}
.top_main .main_inner table tr {
  border-bottom: 1px solid #ddd;
}
.top_main .main_inner table tr:first-child {
  border-top: 1px solid #ddd;
}
.top_main .main_inner table tr th {
  padding: 0.5rem 0.5rem;
}
.top_main .main_inner table tr td {
  padding: 0.5rem 0.5rem;
}

.footer {
  font-family: YakuHanJP, "Noto Sans JP", sans-serif;
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, #db6e77), to(#e87d86));
  background: linear-gradient(90deg, #db6e77 50%, #e87d86 100%);
  width: 100%;
  border-top-left-radius: 14px;
  border-top-right-radius: 14px;
  padding: 3rem;
  color: #fff;
}
.footer .footer_inner {
  max-width: 1280px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.footer .footer_inner .footer_top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-bottom: 1px solid #fff;
  padding-bottom: 2rem;
  margin-bottom: 2rem;
}
@media (max-width: 768px) {
  .footer .footer_inner .footer_top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 2rem;
  }
}
.footer .footer_inner .footer_top .footer_adderss .footer_address_top {
  margin-bottom: 1rem;
}
.footer .footer_inner .footer_top .footer_adderss .footer_address_top a {
  color: #fff;
  text-decoration: none;
}
.footer .footer_inner .footer_top .footer_adderss .footer_address_top a h1 {
  font-size: 1.65rem;
}
.footer .footer_inner .footer_top .footer_adderss .footer_address_top a p {
  font-size: 0.775rem;
  letter-spacing: 0.05rem;
  font-weight: 300;
}
.footer .footer_inner .footer_top .footer_adderss .footer_address_bottom {
  font-size: 0.8rem;
  margin-bottom: 2rem;
  color: rgba(255, 255, 255, 0.6);
  line-height: 1.53;
}
.footer .footer_inner .footer_top .footer_adderss .social_icons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 1rem;
}
.footer .footer_inner .footer_top .footer_adderss .social_icons a {
  display: block;
  opacity: 0.2;
  pointer-events: none;
}
.footer .footer_inner .footer_top .footer_nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  gap: 3rem;
}
@media (max-width: 768px) {
  .footer .footer_inner .footer_top .footer_nav {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 1rem;
  }
}
.footer .footer_inner .footer_top .footer_nav > li.menu-item {
  font-weight: 700;
}
.footer .footer_inner .footer_top .footer_nav > li.menu-item > a {
  text-decoration: none;
  color: #fff;
}
.footer .footer_inner .footer_top .footer_nav > li.menu-item > a:hover {
  text-decoration: underline;
}
.footer .footer_inner .footer_top .footer_nav > li.menu-item ul.sub-menu {
  margin: 1rem 0 0 0;
  font-weight: 400;
}
.footer .footer_inner .footer_top .footer_nav > li.menu-item ul.sub-menu li.menu-item {
  line-height: 1.2;
  margin-bottom: 0.65rem;
}
@media (max-width: 768px) {
  .footer .footer_inner .footer_top .footer_nav > li.menu-item ul.sub-menu li.menu-item {
    margin-bottom: 0.4rem;
  }
}
.footer .footer_inner .footer_top .footer_nav > li.menu-item ul.sub-menu li.menu-item a {
  color: #fff;
  text-decoration: none;
  font-size: 0.875rem;
}
.footer .footer_inner .footer_top .footer_nav > li.menu-item ul.sub-menu li.menu-item a:hover {
  text-decoration: underline;
}
.footer .footer_inner .footer_bottom ul.footer_sub_nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 2rem;
}
.footer .footer_inner .footer_bottom ul.footer_sub_nav a {
  color: #fff;
  text-decoration: none;
  font-size: 0.875rem;
}
.footer .footer_inner .footer_bottom ul.footer_sub_nav a:hover {
  text-decoration: underline;
}

.umbrella {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 99;
}
@media (max-width: 768px) {
  .umbrella {
    -webkit-transform: translate(-50%, -40%);
            transform: translate(-50%, -40%);
  }
}
.umbrella img {
  width: 840px;
  height: 800px;
}
@media (max-width: 768px) {
  .umbrella img {
    width: 500px;
    height: 500px;
  }
}

.mv_ttl {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 100;
  width: 300px;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (max-width: 768px) {
  .mv_ttl {
    top: 54%;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    -webkit-transform: translate(-50%, -40%);
            transform: translate(-50%, -40%);
  }
}
@media (max-width: 768px) {
  .mv_ttl img {
    width: 240px !important;
  }
}

.bg {
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.bg .mv_bg_left {
  position: absolute;
  width: 50%;
  height: 100%;
  left: -100px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
@media (max-width: 768px) {
  .bg .mv_bg_left {
    width: 100%;
    left: -120px;
    top: 30%;
  }
}
.bg .mv_bg_left img {
  min-height: 900px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 768px) {
  .bg .mv_bg_left img {
    min-height: 100dvh;
  }
}
.bg .mv_bg_right {
  position: absolute;
  width: 50%;
  height: 100%;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
@media (max-width: 768px) {
  .bg .mv_bg_right {
    width: 100%;
    top: 50%;
    right: -160px;
  }
}
.bg .mv_bg_right img {
  min-height: 900px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 768px) {
  .bg .mv_bg_right img {
    min-height: 100dvh;
  }
}

.information {
  margin-bottom: 3rem;
}
.information h2 {
  font-weight: bold;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #db6e77;
  color: #fff;
  font-size: 1.1rem;
  padding: 0.25rem 1rem;
  border-radius: 0.5rem;
  margin: 0 0 0.75rem 0;
}
.information h2 a {
  font-size: 0.9rem;
  color: #fff;
  text-decoration: none;
  font-weight: 400;
}
.information h2 a:hover {
  text-decoration: underline;
}
.information ul li.list {
  border-bottom: 1px solid #ddd;
  margin: 0 0 0.85rem 0;
  padding: 0 0 0.85rem 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.25rem;
}
.information ul li.list .date_and_category {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1rem;
}
.information ul li.list .date_and_category p.date {
  font-size: 0.9rem;
}
.information ul li.list a.title {
  color: #444;
  text-decoration: none;
  font-weight: 500;
  font-size: 1.05rem;
}
.information ul li.list a.title:hover {
  text-decoration: underline;
}
.information ul li.list a.title > p {
  color: #444;
}

div.post-categories {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 6px;
}
div.post-categories a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 1px solid #db6e77;
  color: #db6e77;
  text-decoration: none;
  font-size: 0.55rem;
  padding: 0 6px;
  font-weight: 500;
  line-height: 1;
  height: 16px;
}

.date_and_category {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.date_and_category .date {
  font-size: 0.9rem;
  color: #666;
}

.post-nav {
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  margin-top: 1rem;
}
.post-nav .post-nav__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 60px;
  line-height: 1.2;
}
.post-nav .post-nav__inner a {
  text-decoration: none;
  color: #666;
  font-size: 0.8rem;
}
.post-nav .post-nav__inner a:hover {
  text-decoration: underline;
}
.post-nav .post-nav__inner .divider {
  width: 1px;
  background: #ddd;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.post-nav .post-nav__inner .post-nav__prev {
  width: 50%;
  padding: 1rem 0;
}
.post-nav .post-nav__inner .post-nav__next {
  width: 50%;
  padding: 1rem 0;
  text-align: right;
}

.sub_menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 16px;
  margin-bottom: 3rem;
  width: 100%;
  height: 100%;
}
@media (max-width: 768px) {
  .sub_menu {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.sub_menu .card {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 25%;
  height: 100%;
  min-height: 176px;
  border-radius: 8px;
  padding: 14px;
  cursor: pointer;
  position: relative;
  -webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.15);
          box-shadow: 0 2px 2px rgba(0, 0, 0, 0.15);
}
@media (max-width: 768px) {
  .sub_menu .card {
    width: 100%;
  }
}
.sub_menu .card:hover {
  -webkit-box-shadow: 0 4px 6px rgba(0, 0, 0, 0.15);
          box-shadow: 0 4px 6px rgba(0, 0, 0, 0.15);
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.sub_menu .card:hover::before {
  background-size: 120%;
}
.sub_menu .card:hover .card_bottom .btn {
  background: rgba(255, 255, 255, 0.25);
  color: #fff;
}
.sub_menu a {
  text-decoration: none;
}
.sub_menu > .red {
  position: relative;
  border: 1px solid #8d3a31;
}
.sub_menu > .red::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  border-radius: 8px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(219, 110, 119, 0.85)), to(rgba(219, 110, 119, 0.85))), url("./img/card_photo_01.jpg");
  background-image: linear-gradient(rgba(219, 110, 119, 0.85), rgba(219, 110, 119, 0.85)), url("./img/card_photo_01.jpg");
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center;
  -webkit-transition: background-size 0.3s ease;
  transition: background-size 0.3s ease;
  mix-blend-mode: multiply;
}
.sub_menu > .green {
  position: relative;
  border: 1px solid #3b5029;
}
.sub_menu > .green::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  border-radius: 8px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(92, 123, 64, 0.85)), to(rgba(92, 123, 64, 0.85))), url("./img/card_photo_02.jpg");
  background-image: linear-gradient(rgba(92, 123, 64, 0.85), rgba(92, 123, 64, 0.85)), url("./img/card_photo_02.jpg");
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center;
  -webkit-transition: background-size 0.3s ease;
  transition: background-size 0.3s ease;
  mix-blend-mode: multiply;
}
.sub_menu > .yellow {
  position: relative;
  border: 1px solid #b57c30;
}
.sub_menu > .yellow::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  border-radius: 8px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(230, 157, 63, 0.85)), to(rgba(230, 157, 63, 0.85))), url("./img/card_photo_03.jpg");
  background-image: linear-gradient(rgba(230, 157, 63, 0.85), rgba(230, 157, 63, 0.85)), url("./img/card_photo_03.jpg");
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center;
  -webkit-transition: background-size 0.3s ease;
  transition: background-size 0.3s ease;
  mix-blend-mode: multiply;
}
.sub_menu > .blue {
  position: relative;
  border: 1px solid #1a5194;
}
.sub_menu > .blue::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  border-radius: 8px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(35, 109, 199, 0.85)), to(rgba(35, 109, 199, 0.85))), url("./img/card_photo_04.jpg");
  background-image: linear-gradient(rgba(35, 109, 199, 0.85), rgba(35, 109, 199, 0.85)), url("./img/card_photo_04.jpg");
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center;
  -webkit-transition: background-size 0.3s ease;
  transition: background-size 0.3s ease;
  mix-blend-mode: multiply;
}
.sub_menu > .conference {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0;
  overflow: hidden;
  width: 25%;
  height: 100%;
  border-radius: 8px;
  -webkit-transition: background-size 0.3s ease;
  transition: background-size 0.3s ease;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  border: 1px solid #b2b2b2;
}
@media (max-width: 768px) {
  .sub_menu > .conference {
    width: 100%;
  }
}
.sub_menu > .conference a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: auto;
  background-image: url("./img/thumbnail.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
@media (max-width: 768px) {
  .sub_menu > .conference a {
    height: 220px;
  }
}
.sub_menu > .conference a:hover {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.sub_menu .card_top {
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  border-bottom: 1px solid #fff;
  margin-bottom: 0.5rem;
  padding-bottom: 0.5rem;
}
.sub_menu .card_top .ttl h6 {
  font-size: 1.1rem;
  font-weight: bold;
}
.sub_menu .card_top .ttl p {
  font-size: 0.8rem;
}
.sub_menu .card_description {
  margin-bottom: 1rem;
  color: #fff;
  font-size: 0.95rem;
}
.sub_menu .card_description p {
  word-break: break-all;
}
.sub_menu .card_bottom .btn {
  background: #fff;
  border: 1px solid #fff;
  text-decoration: none;
  border-radius: 100rem;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0.2rem 0;
  font-size: 0.9rem;
  font-weight: bold;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.sub_menu .card_bottom .red {
  color: #c75145;
}
.sub_menu .card_bottom .green {
  color: #5c7b40;
}
.sub_menu .card_bottom .yellow {
  color: #e69d3f;
}
.sub_menu .card_bottom .blue {
  color: #236dc7;
}

.ttl_and_breadcrumb {
  margin-bottom: 3rem;
  font-family: YakuHanJP, "Noto Sans JP", sans-serif;
}
.ttl_and_breadcrumb h1 {
  font-size: 1.6rem;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}
.ttl_and_breadcrumb .breadcrumb .breadcrumb_inner .breadcrumb_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  font-size: 0.85rem;
  margin-left: 0;
}
.ttl_and_breadcrumb .breadcrumb .breadcrumb_inner .breadcrumb_list li:first-child, .ttl_and_breadcrumb .breadcrumb .breadcrumb_inner .breadcrumb_list li:nth-child(2) {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.ttl_and_breadcrumb .breadcrumb .breadcrumb_inner .breadcrumb_list li:last-child {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: inline-block;
  white-space: nowrap;
  overflow-x: auto;
  overflow-y: hidden;
  scrollbar-width: none;
}
.ttl_and_breadcrumb .breadcrumb .breadcrumb_inner .breadcrumb_list li a {
  color: #db6e77;
  text-decoration: none;
}
.ttl_and_breadcrumb .breadcrumb .breadcrumb_inner .breadcrumb_list li a:hover {
  text-decoration: underline;
}

.post-list {
  margin-bottom: 3rem;
}
.post-list article {
  border-bottom: 1px solid #ddd;
  padding: 1rem 0;
}
.post-list article .entry-meta {
  font-size: 14px;
  margin-bottom: 0.25rem;
}
.post-list article h2.entry-title {
  background: none;
  padding: 0;
  margin: 0.25rem 0;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}
.post-list article h2.entry-title a {
  text-decoration: none !important;
  font-weight: 500;
  font-size: 1.1rem;
  color: #444;
}
.post-list article h2.entry-title a:hover {
  text-decoration: underline !important;
}
.post-list article div.entry-excerpt p {
  margin: 0;
  font-size: 0.85rem;
  color: #666;
}

#ez-toc-container {
  border: 1px solid #ddd !important;
}

#ez-toc-container .ez-toc-js-icon-con,
#ez-toc-container .ez-toc-toggle label,
.ez-toc-cssicon {
  border: 1px solid #ddd !important;
}

.disable {
  pointer-events: none;
  opacity: 0.25;
}

.pagination .navigation .nav-links {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.5rem;
}
.pagination .navigation .nav-links .page-numbers {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding: 0.5rem 1rem;
  border: 1px solid #eee;
  text-decoration: none;
  font-size: 1.1rem;
}
.pagination .navigation .nav-links .current {
  background: #db6e77;
  color: #fff;
}
.pagination .navigation .nav-links a {
  color: #444;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.pagination .navigation .nav-links a:hover {
  background: #db6e77;
  color: #fff;
}

.content {
  margin-bottom: 6rem;
}