@charset "UTF-8";
:root {
  --transition-01: 0.3s;
  --link-color-01: #599fd1;
  --link-color-01-hover-01: #e0f2ff;
  --color-sub-01: #eff4ff;
  --width-normal: 120rem;
  --width-narrow: 80rem;
  --color--grey-01: #fafafa;
  --color--grey-02: #eeeeee;
  --font-size-sub-title: clamp(2.7rem, 9cqi, 5.5rem);
  --font-size-heading-01: clamp(2.1rem, 5.4cqi, 2.7rem);
  --font-size-heading-02: clamp(1.8rem, 4.4cqi, 2.2rem);
  --font-size-small: clamp(1.1rem, 3cqi, 1.3rem);
  --font-size-normal: clamp(1.3rem, 3.5cqi, 1.6rem);
  --font-size-large: clamp(1.6rem, 3.5cqi, 1.9rem);
  --margin-normal: clamp(2rem, 3.90625vw, 4rem);
  --margin-wide: clamp(4rem, 6.5104166667vw, 6rem);
  --size-micro: 1rem;
  --line-height-normal: 1.75;
  --hine-height-heading-01: 1.45;
  --font-family-serif-01: "Shippori Mincho", "Mincho", serif;
}

:root {
  --mj-font-family--gothic--01: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  --mj-font-family--serif-01: "Shippori Mincho", "Mincho", serif;
  --mj-font-family--cursive-01: "Fuggles", cursive;
  --mj-font-family--gothic-02: ""
  --mj-color--main-01: #1f2c5c;
  --mj-color--main-01-hover: #3848c1;
  --mj-color--main-02: #3848c1;
  --mj-color--main-02-hover: #3848c1;
  --mj-color--sub-01: #a79775;
  --mj-color--sub-01-hover: #a79775;
  --mj-color--sub-02: #a79775;
  --mj-color--sub-02-hover: #a79775;
  --mj-color--sub-03: #a79775;
  --mj-color--sub-03-hover: #a79775;
  --mj-color--sub-03:#f3ebcc;
  --mj-color--content-01: #ebce8b;
  --mj-color--content-02: #ebce8b;
  --mj-color--marker-01: #ffedcc;
  --mj-color--content-back-01: #183485;
  --mj-link-color--01: #0375c7;
  --mj-link-color--01--hover: #0b4483;
  --mj-link-color--02: #3848c1;
  --mj-link-color--02--hover: #3848c1;
  --mj-color--white: #fff;
  --mj-text-color--normal: #333;
  --mj-text-color--light: #666;
  --mj-text-color--dark: #111;
  --mj-text-color--white: #fff;
  --mj-color--grey-01: #bdbdbd;
  --mj-color--grey-01: #f5f5f5;
  --mj-color--grey-02: #ededed;
  --mj-color--grey-03: #bdbdbd;
  --mj-bg-color--normal: #fff;
  --mj-bg-color--grey-01: #f5f5f5;
  --mj-bg-color--grey-02: #ededed;
  --mj-bg-color--grey-03: #bdbdbd;
  --mj-bg-color--light: #fafafa;
  --mj-color--main-01: #1f2c5c;
  --mj-color--main-01-hover: #3848c1;
  --mj-bg-color--white: #fff;
  --mj-width--xxsmall: 320px;
  --mj-width--xsmall: 480px;
  --mj-width--small: 768px;
  --mj-width--normal: 1024px;
  --mj-width--large: 1280px;
  --mj-width--xlarge: 1400px;
  --mj-width--xxlarge: 1600px;
  --mj-width--full: 1920px;
  --mj-image-width--normal: 720px;
  --mj-space--heading-2-top: 2em;
  --mj-space--heading-2-bottom: 2em;
  --mj-space--heading-3-top: 1.5em;
  --mj-space--heading-3-bottom: 1.5em;
  --mj-space--heading-4-top: 1em;
  --mj-space--heading-4-bottom: 1em;
  --mj-space--heading-5-top: 0.5em;
  --mj-space--heading-5-bottom: 0.5em;
  --mj-space--heading-6-top: 0.5em;
  --mj-space--heading-6-bottom: 0.5em;
  --mj-space--xsmall: 5px;
  --mj-space--small: 10px;
  --mj-space--normal: 15px;
  --mj-space--large: 20px;
  --mj-space--xlarge: 30px;
  --mj-space--xxlarge: 50px;
  --mj-font-size--xxsmall: clamp(8px, 1.5vw, 10px);
  --mj-font-size--xsmall: clamp(10px, 1.5vw, 12px);
  --mj-font-size--small: clamp(12px, 1.5vw, 14px);
  --mj-font-size--normal: clamp(14px, 1.5vw, 16px);
  --mj-font-size--large: clamp(16px, 1.5vw, 18px);
  --mj-font-size--xlarge: clamp(18px, 1.5vw, 20px);
  --mj-font-size--xxlarge: clamp(20px, 1.5vw, 24px);
  --mj-font-size--xxxlarge: clamp(22px, 1.5vw, 28px);
  --mj-font-size--xxxxlarge: clamp(24px, 1.5vw, 32px);
  --mj-line-height--xsmall: 1;
  --mj-line-height--normal: 1.5;
  --mj-line-height--small: 1.3;
  --mj-line-height--large: 1.7;
  --mj-letter-spacing--small: 0.05em;
  --mj-letter-spacing--normal: 0.08em;
  --mj-letter-spacing--large: 0.1em;
  --mj-radius--normal: 10px;
  --mj-shadow--normal: 0 0 4px rgba(0, 0, 0, 0.4);
  --mj-shadow--normal-hover: 0 0 2px rgba(0, 0, 0, 0.6);
  --mj-transition--normal: all 0.3s ease-in-out;
}

html {
  font-size: 62.5%;
}

body {
  font-size: 1.6rem;
  width: 100%;
}

@media only screen and (max-width: 767px) {
  .u-pc {
    display: none;
  }
}

@media print, screen and (min-width: 768px) {
  .u-sp {
    display: none;
  }
}

.is-root-container {
  font-family: "noto sans jp" !important;
}

.is-layout-flex {
  display: flex;
  flex-wrap: wrap;
}

.u-sp {
  display: none;
}
@media screen and (max-width: 768px) {
  .u-sp {
    display: block;
  }
}

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

.alignwide {
  max-width: var(--width-normal);
  margin: 0 auto;
}

.alignfull {
  max-width: var(--width-full);
  margin: 0 auto;
}

.l-main {
  padding-top: 9rem;
  font-size: var(--font-size-normal);
}
@media only screen and (max-width: 767px) {
  .l-main {
    padding-top: 6rem;
  }
}

.l-content > *:where(:not(.alignwide):not(.alignfull)),
.l-content .wp-block-group:where(:not(.alignwide):not(.alignfull)) {
  max-width: var(--width-narrow);
  margin-left: auto;
  margin-right: auto;
  line-height: var(--line-height-normal);
}

.l-content > * {
  padding-left: var(--size-micro);
  padding-right: var(--size-micro);
}

.l-content * {
  transition: var(--transition-01);
  -webkit-transition: var(--transition-01);
  -moz-transition: var(--transition-01);
  -ms-transition: var(--transition-01);
  -o-transition: var(--transition-01);
}

.l-content a {
  color: var(--link-color-01);
}

.c-heading-001__wrapper {
  margin: var(--margin-normal) auto;
  font-family: var(--font-family-serif-01);
  font-weight: bold;
}
.c-heading-001__title {
  padding: 1em 0;
  margin: 1em 0;
  line-height: 1.45;
  font-size: var(--font-size-heading-01);
  position: relative;
}
.c-heading-001__title::before {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  left: 0;
  margin-left: auto;
  margin-right: auto;
  bottom: 0;
  width: 5rem;
  height: 0.1rem;
  background: #333;
  z-index: 1;
}
.c-title-001__wrapper {
  position: relative;
  margin-bottom: 5rem;
}
.c-title-001__wrapper:before {
  content: "";
  display: block;
  position: absolute;
  left: 1rem;
  top: 2rem;
  width: 5rem;
  height: 0.1rem;
  background: #333;
  z-index: 1;
}
.c-title-001__wrapper:after {
  content: "";
  display: block;
  position: absolute;
  right: 1rem;
  bottom: -3rem;
  width: 5rem;
  height: 0.1rem;
  background: #333;
  z-index: 1;
}
.c-title-001__title-area {
  text-align: left;
  max-width: var(--width-normal);
  margin: 0 auto;
  container-type: inline-size;
  padding: 0 var(--size-micro);
  position: relative;
}
.c-title-001__sub-title {
  font-size: var(--font-size-sub-title);
  margin: 1em 0 0.5em 0;
  line-height: 1.45;
  font-family: var(--font-family-serif-01);
}
.c-title-001__title {
  font-size: var(--font-size-normal);
  margin: 1em 0 3em;
}
.c-title-001__img-area {
  position: relative;
  width: 100%;
  height: 20rem;
  overflow: hidden;
}
.c-title-001__img-area:has(.c-title-001__img--fullsize) {
  max-height: 40rem;
  width: 100%;
}
.c-title-001__img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 20rem;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  z-index: 1;
}
.c-title-001__img.c-title-001__img--fullsize {
  position: relative;
  height: auto;
  width: 100%;
}
.c-title-001__deco-text {
  font-family: var(--font-family-serif-01);
  font-size: clamp(2rem, 7cqi, 8rem);
  color: rgba(255, 255, 255, 0.8);
  position: absolute;
  opacity: 0;
  animation-duration: 1s;
  transition: 0.3s;
  z-index: 1;
  right: 1rem;
  line-height: 1;
  top: 1rem;
  text-shadow: 0 0 0.4rem rgba(0, 0, 0, 0.3);
}
.c-title-001__deco-text.run {
  right: 3rem;
  opacity: 1;
}

.ui-widget.ui-widget-content {
  border: none;
  font-family: "Noto Sans JP", sans-serif !important;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  padding: 10px;
}

.ui-datepicker .ui-datepicker-title {
  font-size: 14px;
  display: flex;
}

.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
.ui-button,
.ui-datepicker .ui-datepicker-header {
  background: #f4f4f4 !important;
  border: none !important;
}

.elfinder .ui-state-default,
.elfinder .ui-widget-content .ui-state-default,
.elfinder .ui-widget-header .ui-state-default,
.elfinder .ui-button,
.elfinder .ui-datepicker .ui-datepicker-header {
  background: #546e7a !important;
  border: none !important;
}

.ui-widget.ui-widget-content * {
  border-radius: 0 !important;
}

.ui-datepicker td span,
.ui-datepicker td a {
  text-align: center !important;
  border: none;
}

.ui-datepicker-title select {
  padding: 5px;
  font-size: 14px;
  border: none !important;
  background: #eee;
  margin: 0 5px !important;
  text-align: center;
}

.ui-state-highlight,
.ui-widget-content .ui-state-highlight {
  background: #333 !important;
  color: #fff !important;
}

html .ui-button.ui-state-disabled:hover,
html .ui-button.ui-state-disabled:active {
  background: #333 !important;
  color: #fff !important;
}

.ui-datepicker td span:hover,
.ui-datepicker td a:hover {
  background: #666 !important;
  color: #fff !important;
}

.check_list {
  position: relative;
  display: inline-block;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  display: flex;
  padding: 1rem 1rem 1rem 3rem;
  border: 0.1rem solid #ccc;
  background: #f0f0f0;
  align-items: center;
}
.check_list:before {
  content: "+";
  position: absolute;
  top: 0;
  left: 1rem;
  align-items: center;
  display: flex;
  font-size: 20px;
  line-height: 1;
  place-content: center;
  height: 100%;
}
.check_list.js__slide--active:before {
  content: "-";
}
.check_tab-content {
  display: none;
  padding: 1rem;
  border: 1px solid #ccc;
  border-top: none;
}
.check_tab-content label {
  display: block;
  cursor: pointer;
  padding: 1rem;
}
.check_tab-content input {
  margin-right: 0.5rem;
}
.check_tab-content.js__tab-content--active {
  display: block;
}

.mw_wp_form .error {
  color: red;
  font-size: 12px;
  margin-top: 0.5px;
  padding: 1rem;
  display: block;
  background-color: #fff4a5;
}

:root {
  --frm-001-max-width: 80rem;
  --frm-001-font-size: 1.4rem;
  --frm-001-margin-top: 1rem;
  --frm-001-padding: 1rem;
  --frm-001-border: 0.1rem solid;
  --frm-001-border-color1: #999;
  --frm-001-border-color2: #ccc;
  --frm-001-width: 22rem;
  --frm-001-padding-right: 6rem;
  --frm-001-background-color-01: #f3f3f3;
  --frm-001-background-color-02: #db5353;
  --frm-001-bottom: 0;
  --frm-001-height: fit-content;
  --frm-001-color-white: #fff;
  --frm-001-margin: 0.3rem 1rem;
  --frm-001-font-size-small: 1.2rem;
  --frm-001-border-radius: 0.5rem;
  --frm-001-padding-large: 2rem;
  --frm-001-width-input: 25rem;
  --frm-001-padding-input: 2rem;
  --frm-001-background-color-input: #333;
  --frm-001-font-weight: normal;
  --frm-001-line-height: 1;
  --frm-001-transition: 0.3s;
  --frm-001-margin-button: 2rem auto;
  --frm-001-border-button: 0.1rem solid #f3f3f3;
  --frm-001-padding-button: 1rem 2rem;
  --frm-001-opacity: 0.6;
  --frm-001-width-small: 100rem;
  --frm-001-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  --frm-001-padding-small: 1rem;
  --frm-001-background-color-widget: #f4f4f4;
  --frm-001-background-color-select: #eee;
  --frm-001-background-color-highlight: #333;
  --frm-001-background-color-hover: #666;
}

.frm-001__area {
  max-width: var(--frm-001-max-width);
  margin: 0 auto;
  font-size: var(--frm-001-font-size);
}
.frm-001__area * {
  box-sizing: border-box;
}
.frm-001__area input[type=text],
.frm-001__area input[type=email],
.frm-001__area input[type=tel],
.frm-001__area select,
.frm-001__area textarea {
  padding: var(--frm-001-padding);
  border: var(--frm-001-border) var(--frm-001-border-color1) !important;
  width: 100%;
}
.frm-001__caution {
  margin-top: var(--frm-001-margin-top);
}
.frm-001__tr {
  border-bottom: var(--frm-001-border) var(--frm-001-border-color2);
  display: flex;
  flex-wrap: wrap;
}
.frm-001__topspace {
  margin-top: var(--frm-001-margin-top);
}
.frm-001__th {
  background: var(--frm-001-background-color-01);
  display: flex;
  align-items: center;
  width: var(--frm-001-width);
  padding: var(--frm-001-padding);
  position: relative;
  padding-right: var(--frm-001-padding-right);
}
.frm-001__th .must {
  position: absolute;
  right: 0;
  top: 0;
  background: var(--frm-001-background-color-02);
  bottom: var(--frm-001-bottom);
  height: var(--frm-001-height);
  margin-top: auto;
  margin-bottom: auto;
  color: var(--frm-001-color-white);
  padding: var(--frm-001-margin);
  font-size: var(--frm-001-font-size-small);
  margin-left: 10px;
  right: 1rem;
  border-radius: var(--frm-001-border-radius);
}
.frm-001__td {
  flex: 1;
  padding: var(--frm-001-padding-large);
}
.frm-001__submit input {
  width: var(--frm-001-width-input);
  padding: var(--frm-001-padding-input);
  border-radius: var(--frm-001-border-radius);
  background: var(--frm-001-background-color-input);
  color: var(--frm-001-color-white);
  border: none;
  text-align: center;
  margin: var(--frm-001-margin-button);
  font-weight: var(--frm-001-font-weight);
  display: block;
  font-size: 20px;
  line-height: var(--frm-001-line-height);
  transition: var(--frm-001-transition);
  cursor: pointer;
}
.frm-001__back button {
  border: var(--frm-001-border-button);
  padding: var(--frm-001-padding-button);
  border-radius: var(--frm-001-border-radius);
  margin-top: var(--frm-001-margin-top);
  margin-bottom: var(--frm-001-margin-top);
  margin-left: 0px;
  margin-right: auto;
  display: block;
}
.frm-001__back button:hover, .frm-001__submit input:hover {
  opacity: var(--frm-001-opacity);
}
.frm-001__inline input[type=text] {
  display: inline-block;
  width: auto;
}
@media screen and (max-width: 768px) {
  .frm-001__th, .frm-001__td {
    width: var(--frm-001-width-small);
  }
}

.c-breadcrumb-001__wrapper {
  width: 100%;
  background: #eee;
}
.c-breadcrumb-001__inner {
  width: 100%;
  padding: var(--mj-space--small) var(--mj-space--normal);
  max-width: var(--mj-width--normal);
  margin: 0 auto;
}
.c-breadcrumb-001__inner ul {
  display: flex;
  flex-wrap: wrap;
  font-size: var(--mj-font-size--small);
  color: var(--mj-text-color--light);
}
.c-breadcrumb-001__inner ul li {
  margin-right: var(--mj-space--normal);
}
.c-breadcrumb-001__inner a {
  text-decoration: none;
  display: block;
}

.c-subheader-001__wrapper {
  width: 100%;
}
.c-subheader-001__inner {
  margin: var(--margin-normal) auto;
}
.c-subheader-001__title {
  font-size: var(--font-size-heading-01);
  font-weight: bold;
  margin-bottom: 2rem;
}

.c-sec-001__wrapper {
  width: 100%;
  font-size: var(--font-size-normal);
}
.c-sec-001__wrapper p a,
.c-sec-001__wrapper li a,
.c-sec-001__wrapper th a,
.c-sec-001__wrapper td a {
  color: var(--link-color-01);
}
.c-sec-001__wrapper strong {
  font-weight: bold;
}
.c-sec-001__title {
  font-size: var(--font-size-heading-01);
  font-weight: bold;
  margin-bottom: 2rem;
}
.c-sec-001__inner {
  max-width: var(--width--narrow);
  margin: var(--margin-normal) auto;
  padding: 0 var(--size-micro);
}
.c-sec-001__body {
  margin-bottom: 2rem;
}
.c-sec-001__item {
  font-size: var(--font-size-small);
  color: var(--color-text-01);
}
.c-sec-001__item a {
  color: var(--color-text-01);
}

.c-title-002__wrapper {
  width: 100%;
}
.c-title-002__title {
  margin: 1em 0;
  font-size: var(--font-size-heading-01);
  font-weight: bold;
}

.c-title-003__wrapper {
  width: 100%;
}
.c-title-003__title {
  margin: 3em 0;
  font-size: var(--font-size-heading-01);
  font-weight: bold;
  padding: 1em;
  background: #eee;
}

.c-title-004__title {
  margin: 3em 0;
  font-weight: bold;
  padding: 0.5em 1em;
  border-left: 0.3rem solid #333;
  border-bottom: 0.1rem solid #eee;
  font-size: var(--font-size-heading-02);
}

.c-list-001__wrapper {
  width: 100%;
  margin: 1em 0;
  position: relative;
}
.c-list-001__title {
  font-weight: bold;
}
.c-list-001__list {
  list-style: outside circle;
  padding-left: 1.5em;
}

.c-list-002__section-title {
  font-size: var(--font-size-heading-02);
  font-weight: bold;
  margin-bottom: 2rem;
}
.c-list-002__wrapper {
  width: 100%;
  margin: 1em 0;
  padding: 1em;
  border: 0.5rem solid #eee;
  position: relative;
  container-type: inline-size;
}
.c-list-002__wrapper--box {
  width: 100%;
  padding: 1em;
  border: 0.1rem solid #ccc;
}
.c-list-002__item {
  margin: 0.5em 0;
  padding: 5rem 0;
  list-style: none;
  display: flex;
  align-items: top;
  flex-wrap: wrap;
  position: relative;
}
.c-list-002__item::before {
  content: "";
  display: block;
  width: 5rem;
  height: 0.1rem;
  background: #333;
  position: absolute;
  bottom: 0;
  margin-right: auto;
  margin-left: auto;
  left: 0;
  right: 0;
}
.c-list-002__item:first-child {
  margin-top: 0;
}
.c-list-002__item:last-child {
  margin-bottom: 0;
}
.c-list-002__item:last-child::before {
  display: none;
}
.c-list-002__title {
  font-weight: bold;
}
.c-list-002__img-area {
  width: 100%;
  max-width: 15rem;
  margin-right: 1em;
  overflow: hidden;
}
@container (max-width: 700px) {
  .c-list-002__img-area {
    max-width: 100%;
    display: block;
    margin: 1em auto;
  }
}
.c-list-002__img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 0.5rem;
  -webkit-border-radius: 0.5rem;
  -moz-border-radius: 0.5rem;
  -ms-border-radius: 0.5rem;
  -o-border-radius: 0.5rem;
}
@container (max-width: 700px) {
  .c-list-002__img {
    max-width: 30rem;
    display: block;
    margin: 1em auto;
  }
}
.c-list-002__tag-area {
  margin-top: 1em;
  display: flex;
  flex-wrap: wrap;
  gap: 0.5em;
}
.c-list-002__tag {
  background: #eee;
  padding: 0.5em;
  line-height: 1;
  border-radius: 0.5rem;
  font-size: var(--font-size-small);
}
.c-list-002__description {
  margin-top: 1em;
}
.c-list-002__text-area {
  flex: 1;
}
.c-list-002__link-area {
  margin-top: 1em;
  display: flex;
  justify-content: flex-end;
}
.c-table-001__title {
  font-weight: bold;
  margin-bottom: 0.5em;
}
.c-table-001__wrapper {
  margin: 3rem auto;
  max-width: 60rem;
  padding: 1rem;
}
.c-table-001__inner {
  max-width: 60rem;
  min-height: 50rem;
  max-height: 70dvh;
  overflow: auto;
}
.c-table-001__table {
  width: 100%;
  border-collapse: collapse;
  font-size: 1.3rem;
  color: #333;
}
.c-table-001__table--min-500px {
  min-width: 50rem;
}
.c-table-001__table small {
  font-size: 1rem;
  color: #666;
}
.c-table-001__table th, .c-table-001__table td {
  padding: 0.5rem 1rem;
  border: 0.1rem solid #CCC;
}
.c-table-001__table td li {
  list-style: circle outside;
  margin-left: 1.5rem;
}
.c-table-001__table th {
  background: #EEE;
  text-align: center;
}
.c-table-001__table tbody th {
  text-align: left;
}
.c-table-001__table--lock-header thead th {
  position: sticky;
  top: 0;
  z-index: 1;
}
.c-table-001__table--lock-left-column th:first-child {
  position: sticky;
  left: 0;
  max-width: 30vw;
  min-width: 10rem;
  z-index: 2;
}

.c-box-001__wrapper {
  margin: var(--margin-normal) auto;
  padding: var(--margin-normal) var(--size-micro);
  background: var(--color-sub-01);
  position: relative;
}
.c-box-001__title {
  font-weight: bold;
  font-size: var(--font-size-large);
  font-family: var(--font-family-serif-01);
  margin-bottom: 1em;
}
.c-box-001__sub-title {
  z-index: 0;
  right: 1rem;
  color: var(--color--grey-02);
  top: -1rem;
  font-family: var(--font-family-serif-01);
  position: absolute;
}
.c-box-001__icon-line img {
  margin-right: 0.7em;
}
.c-box-001__icon-line--line a {
  border: 0.1rem solid #05c756 !important;
  color: #05c756 !important;
}
.c-box-001__icon-line--line :hover {
  background-color: #dbffea !important;
}
.c-box-001__icon-line a {
  background-color: #fff;
  width: 20rem;
  display: flex;
  align-items: center;
  padding: 0.5rem 1rem;
  border-radius: 0.5rem;
  margin: 1.5rem 0 1.5rem;
  border: 0.1rem solid var(--link-color-01);
  -webkit-border-radius: 0.5rem;
  -moz-border-radius: 0.5rem;
  -ms-border-radius: 0.5rem;
  -o-border-radius: 0.5rem;
}
.c-box-001__icon-line a:hover {
  background-color: var(--link-color-01-hover-01);
}

.c-box-002__wrapper {
  margin: 1em 0;
}
.c-box-002__box {
  border: 0.1rem solid #ccc;
  padding: 1rem;
}

.c-tabbox-001__wrapper {
  margin: var(--margin-normal) auto;
}
.c-tabbox-001__tab-item {
  flex: 1;
  color: var(--link-color-01);
  text-align: center;
  padding: 1rem 0;
  border-bottom: 0.2rem solid var(--color-sub-01);
  position: relative;
}
.c-tabbox-001__tab-item:hover {
  background-color: var(--link-color-01-hover-01);
}
.c-tabbox-001__tab-item.js__tab--active {
  background: var(--link-color-01);
  color: #fff;
}
.c-tabbox-001__tab-item.js__tab--active::after {
  content: "";
  display: block;
  position: absolute;
  bottom: -1rem;
  left: 50%;
  width: 0;
  height: 0;
  border: 1rem solid transparent;
  border-top-color: var(--link-color-01);
  border-bottom: none;
  margin-left: -0.5rem;
}
.c-tabbox-001__tab-item:hover {
  cursor: pointer;
}
.c-tabbox-001__tab-content {
  width: 100%;
}
.c-tabbox-001__tab-content-item {
  display: none;
}
.c-tabbox-001__tab-content-item.js__tab-content--active {
  display: block;
}
.wp-block-post-content .c-tabbox-001__tab-content-item {
  display: block !important;
}
.c-tabbox-001__tab-content-title {
  font-size: var(--font-size-large);
  font-family: var(--font-family-serif-01);
  margin-bottom: 1em;
  padding: 2rem;
  background: var(--color-sub-01);
  font-weight: bold;
}

.c-tabbox-002__wrapper {
  font-family: var(--font-family-serif-01);
  margin: var(--margin-normal) auto;
}
.c-tabbox-002__tab-item {
  padding: 2rem 3rem;
  opacity: 0.6;
  font-size: var(--font-size-heading-01);
  position: relative;
}
.c-tabbox-002__tab-item:hover {
  cursor: pointer;
}
.c-tabbox-002__tab-item.js__tab--active {
  opacity: 1;
  font-weight: bold;
}
.c-tabbox-002__tab-item.js__tab--active::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0rem;
  left: 50%;
  width: 0;
  height: 0;
  border: 1rem solid transparent;
  border-top-color: #333;
  border-bottom: none;
  margin-left: -0.5rem;
}
.c-tabbox-002__tab-item:hover {
  cursor: pointer;
}
.c-tabbox-002__tab-content {
  width: 100%;
}
.c-tabbox-002__tab-content-column {
  gap: 1rem;
}
.c-tabbox-002__tab-content-item {
  display: none;
}
.c-tabbox-002__tab-content-item.js__tab-content--active {
  display: block;
}
.wp-block-post-content .c-tabbox-002__tab-content-item {
  display: block !important;
}
.c-tabbox-002__tab-content-title {
  font-weight: bold;
  font-size: var(--font-size-heading-01);
  padding: 1em 0;
}
.c-tabbox-002__coverbox {
  overflow: hidden;
  position: relative;
  min-height: 35rem;
  border-radius: 1rem;
  -webkit-border-radius: 1rem;
  -moz-border-radius: 1rem;
  -ms-border-radius: 1rem;
  -o-border-radius: 1rem;
}
.c-tabbox-002__coverbox figure div {
  position: relative;
  width: 100%;
  height: 100%;
}
.c-tabbox-002__coverbox img,
.c-tabbox-002__coverbox iframe {
  position: absolute;
  width: 100%;
  height: 100% !important;
  -o-object-fit: cover;
     object-fit: cover;
}
.c-tabbox-002__hr {
  margin: 2rem 0;
  width: 2rem;
  height: 0.1rem;
  background: #333;
  margin-left: auto;
  margin-right: auto;
  display: block;
  border: none !important;
}

.c-hr-001 {
  margin: 1em 0;
  width: 2rem;
  height: 0.1rem;
  background: #333;
  margin-left: auto;
  margin-right: auto;
  display: block;
  border: none !important;
}

.c-fixed-nav-001 {
  position: fixed;
  top: 9rem;
  container-type: inline-size;
  z-index: 9999;
  width: 100%;
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  background-color: rgba(255, 255, 255, 0.9);
}
@media screen and (max-width: 768px) {
  .c-fixed-nav-001 {
    top: 5rem;
    font-size: 1.3rem;
  }
}
.c-fixed-nav-001 ul {
  max-width: var(--width--normal);
  margin: 0 auto;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.c-fixed-nav-001 ul li {
  height: auto;
  position: relative;
}
.c-fixed-nav-001 ul li:hover > ul {
  display: block;
}
.c-fixed-nav-001 ul li:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  margin-top: auto;
  margin-bottom: auto;
  left: 1rem;
  width: 0.5rem;
  height: 0.5rem;
  border-top: 0.1rem solid var(--link-color-01);
  border-right: 0.1rem solid var(--link-color-01);
  border-left-color: var(--link-color-01);
  transform: rotate(45deg);
}
.c-fixed-nav-001 ul a {
  display: block;
  padding: 1rem 2rem;
  color: var(--link-color-01);
}
@container (max-width: 700px) {
  .c-fixed-nav-001 ul a {
    font-size: 1.1rem;
    padding: 0.5rem 0.5rem 0.5rem 2rem;
  }
}
.c-fixed-nav-001 ul ul {
  display: none;
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  background-color: rgba(255, 255, 255, 0.9);
  min-width: 30rem;
  width: -moz-fit-content;
  width: fit-content;
  position: absolute;
  top: 100%;
  left: 0;
}
@media screen and (max-width: 768px) {
  .c-fixed-nav-001 ul ul {
    width: 100%;
    position: absolute;
    left: 0;
    top: 10rem;
  }
}

.c-step-001 {
  margin: 0 auto;
  width: 80%;
}
.c-step-001 .stepbarwrap {
  margin: 2em 0;
  position: relative;
}
.c-step-001 .stepbarwrap .steptitle {
  display: inline-flex;
  align-items: center;
}
.c-step-001 .stepbarwrap .steptitle .stepcircle {
  display: inline-block;
  width: 1em;
  height: 1em;
  content: "";
  border-radius: 50%;
  background-color: #fff;
  border: 1px solid #000;
}
.c-step-001 .stepbarwrap .steptitle .stepnum {
  padding-left: 1em;
  font-size: 0.8em;
  color: #333;
}
.c-step-001 .stepbarwrap .steptxt {
  padding-left: 2em;
}
.c-step-001 .stepbarwrap .steptxt .title {
  margin: 0.5em 0;
  font-weight: bold;
  font-size: 1.2em;
}
.c-step-001 .stepbarwrap .steptxt .txt {
  font-size: 0.9em;
}
.c-step-001 .stepbarwrap .stepline {
  width: 1px;
  height: calc(100% + 1.3em);
  background-color: #000;
  position: absolute;
  top: 1em;
  left: 0.5em;
  z-index: -1;
}
.c-step-001 .stepbarwrap:last-of-type .stepline:last-of-type {
  display: none;
}

.process {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: 0px;
  margin: 0px;
  font-size: 1.5vw;
  list-style: none;
}

.c-process-001__wrapper {
  display: flex;
  position: relative;
  margin: 2em 0;
  width: 100%;
  height: auto;
  container-type: inline-size;
  flex-wrap: wrap;
}
.c-process-001__list {
  width: 50%;
  padding: 1em 0;
}
@container (max-width: 700px) {
  .c-process-001__list {
    width: 50%;
  }
}
.c-process-001__sub, .c-process-001__text {
  font-size: 1.3rem;
  padding: 0.5rem 0;
  letter-spacing: -1px;
}
.c-process-001__title {
  font-size: 1.5rem;
  background: #eee;
  min-height: 1rem;
  display: flex;
  align-items: center;
  position: relative;
  padding: 1rem 0rem 1rem 1rem;
  font-weight: bold;
  letter-spacing: -1px;
  width: calc(100% - 2rem);
}
.c-process-001__title--01 {
  background: #ffd9d9;
  color: #8f2929;
}
.c-process-001__title--01:after {
  border-color: #ffd9d9 !important;
  border-top-color: transparent !important;
  border-bottom-color: transparent !important;
  border-right-color: transparent !important;
}
.c-process-001__title--01:before {
  border-color: #8f2929 !important;
  border-top-color: transparent !important;
  border-bottom-color: transparent !important;
  border-right-color: transparent !important;
}
.c-process-001__title:before, .c-process-001__title:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  margin-top: auto;
  margin-bottom: auto;
}
.c-process-001__title:before {
  right: -2.7rem;
  height: 0.1rem;
  border: #333 1.4rem solid;
  border-top-color: transparent;
  border-bottom-color: transparent;
  border-right-color: transparent;
  z-index: -1;
}
.c-process-001__title:after {
  right: -2.6rem;
  height: 0.1rem;
  border: #eee 1.4rem solid;
  border-top-color: transparent;
  border-bottom-color: transparent;
  border-right-color: transparent;
  z-index: -1;
}
.c-process-001__text-list {
  width: 100%;
  list-style: circle outside;
  padding-left: 1.5em;
}
.c-process-001__text-list li {
  margin: 0.5rem 0;
}
.c-accordion-001__wrapper {
  margin: 2rem 0;
}
.c-accordion-001label, .c-accordion-001content {
  backface-visibility: hidden;
  transform: translateZ(0);
  transition: all 0.3s;
}
.c-accordion-001__label {
  display: block;
  position: relative;
  padding: 1em;
  cursor: pointer;
  display: block;
  color: #fff;
  background: #019ac6;
}
.c-accordion-001__label:before {
  content: "";
  width: 6px;
  height: 6px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: rotate(45deg);
  position: absolute;
  top: calc(50% - 3px);
  right: 20px;
  transform: rotate(135deg);
}
.c-accordion-001__content {
  height: 0;
  margin-bottom: 1em;
  padding: 0 1em;
  overflow: hidden;
  background: #fafafa;
}
.c-accordion-001__toggle {
  display: none;
}
.c-accordion-001__toggle:checked + .c-accordion-001__label + .c-accordion-001__content {
  height: auto;
  padding: 1em;
  transition: all 0.3s;
}
.c-accordion-001__toggle:checked + .c-accordion-001__label:before {
  transform: rotate(-45deg) !important;
}

.d-separator-001__wrapper {
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  padding: 200px 0;
  background: #eee;
  -webkit-clip-path: polygon(0 50px, 100% 0, 100% calc(100% - 50px), 0% 100%);
          clip-path: polygon(0 50px, 100% 0, 100% calc(100% - 50px), 0% 100%);
}
.c-sec-001__inner {
  margin: 0 auto !important;
  max-width: var(--mj-width--normal);
}

.c-mv-001__wrapper {
  width: 100%;
  height: 100vh;
  overflow: hidden;
  position: relative;
  container-type: inline-size;
}
.c-mv-001__img-pc {
  position: absolute;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
@media only screen and (max-width: 767px) {
  .c-mv-001__img-pc {
    display: none;
  }
}
.c-mv-001__img-sp {
  position: absolute;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  display: none;
}
@media only screen and (max-width: 767px) {
  .c-mv-001__img-sp {
    display: block;
  }
}
.side-contents,
.side-contents.pt00 {
  padding-top: 11rem;
}

.mainContents,
.main-contents:not(:has(.mainContents)) {
  padding-top: 11rem;
}

.c-bnav-001__wrapper {
  transition: var(--mj-transition--normal);
  position: fixed;
  bottom: 0;
  width: 100%;
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  background: rgba(64, 168, 242, 0.8);
  z-index: 9999;
  container-type: inline-size;
}
.c-bnav-001__wrapper * {
  transition: var(--mj-transition--normal);
}
.c-bnav-001__wrapper a {
  color: var(--mj-link-color--01);
}
.c-bnav-001__wrapper a:hover {
  text-decoration: underline;
}
.is-fixed .c-bnav-001__wrapper, .c-bnav-001__wrapper.js__c-bnav-001__is-show {
  bottom: 0;
}
.c-bnav-001__inner {
  max-width: 500px;
  margin: 0 auto;
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  position: relative;
}
.c-bnav-001__button {
  padding: 0.5rem;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  position: relative;
}
.c-bnav-001__button:hover {
  cursor: pointer;
  opacity: 0.7;
  -webkit-backdrop-filter: blur(20px);
          backdrop-filter: blur(20px);
}
.c-bnav-001__button.js__c-bnav-001__is-show:after {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border: rgba(64, 168, 242, 0.8) 12px solid;
  border-bottom-color: transparent;
  border-left-color: transparent;
  top: -11px;
  border-right-color: transparent;
  left: calc(50% - 12px);
}
.c-bnav-001__text {
  font-size: 14px;
  color: #fff;
  display: none;
  font-weight: 100;
  text-shadow: 0, 0, 2px #000;
}
.c-bnav-001__icon {
  display: flex;
  justify-content: center;
  color: #fff;
}
.c-bnav-001__icon img,
.c-bnav-001__icon span {
  width: 4rem;
  font-size: 3rem;
  height: 4rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.c-bnav-001__icon svg {
  height: 40px;
  width: 40px;
}
.c-bnav-001__icon svg path {
  fill: #fff;
}
.c-bnav-001__icon svg .st0 {
  fill: none;
  stroke: #fff;
}
.c-bnav-001__modal-wrapper {
  display: none;
  z-index: 9999;
  padding: 1px;
  background: rgba(64, 168, 242, 0.9);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  border-radius: 5px;
  position: ralative;
  opacity: 0;
}
.c-bnav-001__modal-wrapper.js__c-bnav-001__is-show {
  display: block;
  opacity: 1;
  position: absolute;
  bottom: calc(100% + 10px);
  width: calc(100% - 30px);
  margin: 0 15px;
}
.c-bnav-001__modal-inner {
  max-height: calc(80vh - 100px);
  background: #fff;
  overflow-y: auto;
  border-radius: 5px;
  padding: 10px;
}
.c-bnav-001__modal-close {
  position: absolute;
  top: -15px;
  width: 24px;
  height: 24px;
  display: flex;
  place-content: center;
  border-radius: 100px;
  right: -15px;
  background: #fff;
  color: #333;
  border: 1px solid rgba(64, 168, 242, 0.9);
}
.c-bnav-001__modal-close span {
  display: flex;
  place-content: center;
}
.c-bnav-001__modal-close:hover {
  cursor: pointer;
  opacity: 0.8;
}
.c-bnav-001__modal-title {
  text-align: center;
  position: relative;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
.c-bnav-001__modal-title:after {
  content: "";
  background: #ccc;
  width: 30px;
  height: 1px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
}
.c-bnav-001__modal-title-icon.material-symbols-outlined,
.c-bnav-001__modal-title svg {
  display: block;
  width: 40px;
  height: 40px;
  font-size: 40px;
  margin: 0 auto 20px;
}
.c-bnav-001__modal-tr {
  display: flex;
  border-radius: 5px;
  overflow: hidden;
  margin: 10px 0;
}
.c-bnav-001__modal-tr span {
  font-size: 12px;
  line-height: 1.4;
}
.c-bnav-001__modal-th {
  width: 100px;
  padding: 5px;
  text-align: center;
  background: #333;
  color: #fff;
  display: grid;
  place-content: center;
}
.c-bnav-001__modal-td {
  flex: 1;
  padding: 10px;
  text-align: center;
  background: #f0f0f0;
}
.c-bnav-001__modal-td--left {
  text-align: left;
  font-size: 12px;
}

.pg__area {
  padding: 0 1rem;
}

.header-01__wrapper {
  width: 100%;
  background: rgba(255, 255, 255, 0.9);
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.4);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10000;
}
.header-01__wrapper a {
  text-decoration: none;
}
@media only screen and (max-width: 767px) {
  .header-01__wrapper {
    display: none;
  }
}
.header-01__inner {
  display: flex;
  min-height: 90px;
  justify-content: space-between;
  color: #333;
  z-index: 9999;
}
.header-01__inner a {
  color: #333;
  transition: 0.3s;
}
.header-01__logo-text {
  font-size: 12px;
  margin-top: 0.5em;
}
.header-01__logo-link {
  display: block;
}
.header-01__logo-area {
  margin: 0 20px;
  display: flex;
  align-items: center;
}
.header-01__logo-img {
  width: 200px;
  height: auto;
}
.header-01__menu-area-01 {
  margin-left: auto;
}
.header-01__menu-area-01 a:hover {
  text-decoration: none;
  color: #fff;
  background: #333;
}
.header-01__menu-area-01 > div {
  height: 100%;
}
.header-01__menu-area-01 > div > ul {
  display: flex;
  height: 100%;
}
.header-01__menu-area-01 > div > ul li {
  position: relative;
}
.header-01__menu-area-01 > div > ul > li:hover ul {
  display: block;
  opacity: 1;
}
.header-01__menu-area-01 > div > ul > li > ul {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  width: 400px;
  background: rgba(255, 255, 255, 0.9);
  opacity: 0;
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
  box-shadow: 2px 3px 2px rgba(0, 0, 0, 0.18);
  z-index: 9998;
  transition: 0.5s;
}
.header-01__menu-area-01 > div > ul > li > ul > li > a {
  padding: 10px;
  display: block;
}
.header-01__menu-area-01 > div > ul > li > a {
  display: grid;
  place-content: center;
  padding: 10px 20px;
  height: 100%;
}
.header-01__menu-area-02 {
  display: grid;
  place-content: center;
  position: relative;
  background: var(--mj-link-color--01);
  color: #fff !important;
  padding: 20px;
}
.header-01__menu-area-02:hover {
  text-decoration: none;
  opacity: 0.8;
}

.header-sp-01__menu-area {
  display: none;
}
@media only screen and (max-width: 767px) {
  .header-sp-01__menu-area {
    display: block;
  }
}

.header-sp-001__overray {
  position: absolute;
  left: 0;
  top: 6rem;
  width: 100%;
  height: 100vh;
  left: -100%;
  background: rgba(0, 0, 0, 0.2);
}
.is-fixed .header-sp-001__overray {
  left: 0;
}
.header-sp-001__wrapper {
  width: 100%;
  top: 0;
  left: 0;
  width: 100%;
  background: rgba(255, 255, 255, 0.98);
  position: fixed;
  min-height: 6rem;
  z-index: 9999;
}
.header-sp-001__wrapper * {
  transition: var(--mj-transition--normal);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
}
.header-sp-001__inner {
  height: 100%;
  width: 100%;
  display: grid;
  place-content: center;
  min-height: 6rem;
  position: realative;
}
.header-sp-001__logo {
  max-width: 150px;
  height: auto;
}
.header-sp-001__menu-wrapper {
  position: absolute;
  right: -100%;
  top: 100%;
  transition: var(--mj-transition--normal);
  width: 80vw;
  min-width: 20rem;
  max-width: 40rem;
  background: rgba(255, 255, 255, 0.98);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  height: calc(100vh - 6rem - 5rem);
  box-shadow: -2px 6px 6.6px rgba(0, 0, 0, 0.4);
}
.header-sp-001__menu-wrapper.is-active {
  right: 0;
}
.header-sp-001__menu-button {
  position: absolute;
  right: 10px;
  top: 0;
  bottom: 0;
  margin: auto;
  z-index: 10000;
  width: 6rem;
  height: 6rem;
}
.header-sp-001__menu-button:hover {
  opacity: 0.7;
  cursor: pointer;
}
.header-sp-001__menu-inner ul ul {
  height: 0;
  overflow: hidden;
  margin-left: 15px;
}
.header-sp-001__menu-inner ul ul.is-show {
  height: auto;
}
.header-sp-001__menu-inner li {
  position: relative;
}
.header-sp-001__menu-inner a {
  padding: 15px 25px 15px 30px;
  display: block;
  font-size: 14px;
  text-decoration: none;
  border-bottom: 1px solid #eee;
  position: relative;
}
.header-sp-001__menu-inner a:after {
  position: absolute;
  content: "";
  width: 7px;
  height: 7px;
  border-right: 1px solid #333;
  border-bottom: 1px solid #333;
  transform: rotate(-45deg);
  left: 8px;
  margin-top: auto;
  margin-bottom: auto;
  top: 0;
  bottom: 0;
}
.header-sp-001__menu-inner a:hover {
  opacity: 0.7;
}
.header-sp-001__fold-button {
  position: absolute;
  right: 8px;
  top: 8px;
  border: 1px solid #ccc;
  background: #fafafa;
  border-radius: 5px;
  width: 3rem;
  height: 3rem;
}
.header-sp-001__fold-button:after {
  content: "";
  position: absolute;
  top: -4px;
  right: 0;
  width: 7px;
  height: 7px;
  border-right: #333 1px solid;
  border-bottom: #333 1px solid;
  transform: rotate(45deg);
  left: 0;
  bottom: 0;
  margin: auto;
}
.header-sp-001__fold-button.is-show {
  transform: rotate(180deg);
}
.header-sp-001__fold-button:hover {
  opacity: 0.7;
  cursor: pointer;
}
.header-sp-001__menu-button-line {
  width: 4rem;
  height: 2px;
  background: #333;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.is-active .header-sp-001__menu-button-line {
  background: transparent;
}
.is-active .header-sp-001__menu-button-line:before {
  top: 0;
  transform: rotate(45deg);
}
.is-active .header-sp-001__menu-button-line:after {
  bottom: 0;
  transform: rotate(-45deg);
}
.header-sp-001__menu-button-line:before, .header-sp-001__menu-button-line:after {
  content: "";
  width: 100%;
  height: 2px;
  background: #333;
  position: absolute;
  left: 0;
  transition: var(--mj-transition--normal);
}
.header-sp-001__menu-button-line:before {
  top: -10px;
}
.header-sp-001__menu-button-line:after {
  bottom: -10px;
}

.nav__sp a:hover {
  text-decoration: none;
}

.nav__sp a:hover {
  color: #fff;
  background: #333;
}

.nav__sp a {
  padding: 10px 20px;
  text-align: left;
  display: block;
}

.singleContents h2 {
  position: relative;
  margin: 50px 0 50px;
  padding: 0 0 8px 0;
  border-bottom: solid 1px #7f7f7f;
  font-family: "Noto Serif JP", serif;
  font-size: 3rem;
  color: #333333;
  font-weight: 500;
  letter-spacing: 0.2em;
  display: flex;
  align-items: center;
}

.singleContents h3 {
  position: relative;
  margin: 0 0 20px;
  padding: 8px 8px 8px 28px;
  border-radius: 0;
  background: transparent;
  font-size: 2.2rem;
  font-weight: 400;
  letter-spacing: 0.1em;
  color: #b5a6ed;
}

.singleContents h3:before {
  content: "○";
  margin-right: 10px;
  left: 0;
  color: inherit;
  position: absolute;
  top: 8px;
}

.singleContents table {
  width: 100%;
  margin: 0 0 24px;
  table-layout: fixed;
}

.singleContents table th,
.singleContents table td {
  text-align: left;
  vertical-align: middle;
}

.singleContents tr {
  border-top: 1px solid #ccc;
  border-left: 1px solid #ccc;
}

.singleContents th {
  background: #efeff7;
  padding: 15px 10px;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  word-break: break-word;
  text-align: center;
  font-weight: 700;
  font-size: 1.6rem;
  color: #333;
}

.singleContents td {
  border-right: 1px solid #d2c7e2;
  border-bottom: 1px solid #d2c7e2;
  color: #838383;
  padding: 15px 15px;
  text-align: center;
  font-size: 1.6rem;
}

.singleContents table p {
  margin-bottom: 0;
}

.singleContents strong,
.singleContents b {
  font-weight: bold;
  color: #000;
}

.singleContents a {
  color: #007bd3 !important;
}

.singleContents a:hover {
  text-decoration: underline;
}

.singleContents p {
  margin-bottom: 1em;
}

.singleContents .twentytwenty-wrapper {
  max-width: 65rem;
  margin: 5rem auto;
}

.singleContents iframe[title="YouTube video player"] {
  width: 100%;
  aspect-ratio: 16/9;
  height: auto;
}

.singleContents ul,
.singleContentsol ol {
  list-style: circle outside;
  margin-left: 2.7rem;
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.singleContents ol {
  list-style: decimal outside;
}

.singleContents strong {
  background: linear-gradient(transparent 60%, #fce5ff 60%);
}

.singleContents h4 {
  font-size: 1.8rem;
  background: #eee;
  padding: 1rem;
  margin: 2rem 0 2rem;
}

@media screen and (max-width: 600px) {
  #wpadminbar {
    position: fixed !important;
  }
}
.c-pagenation-001__wrapper {
  width: 100%;
  margin: var(--mj-space--xlarge) 0;
  padding: 0 var(--mj-space--normal);
  container-type: inline-size;
}
.c-pagenation-001__inner {
  max-width: var(--mj-width--normal);
  margin: 0 auto;
}
.c-pagenation-001__inner .nav-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
@container (max-width: 767px) {
  .c-pagenation-001__inner .nav-links {
    justify-content: flex-start;
  }
}
.c-pagenation-001__inner .nav-links a,
.c-pagenation-001__inner .nav-links span {
  display: block;
  padding: var(--mj-space--xsmall) var(--mj-space--normal);
  margin-right: var(--mj-space--xsmall);
  margin-bottom: var(--mj-space--xsmall);
  border-radius: 5px;
  background: #f0f0f0;
  text-decoration: none;
  text-align: center;
  font-size: 1.4rem;
  line-height: 1;
}
.c-pagenation-001__inner .nav-links a.current,
.c-pagenation-001__inner .nav-links span.current {
  background: #333;
  color: #fff;
}

.c-footer-001__wrapper {
  width: 100%;
}
.c-footer-001__inner {
  max-width: var(--mj-width--large);
  margin: 0 auto;
  padding: var(--mj-space--normal) var(--mj-space--small);
}

.c-lpost-003__wrapper * {
  transition: var(--mj-transition--normal);
}
.c-lpost-003__inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0 auto;
  max-width: var(--mj-width--normal);
  container-type: inline-size;
  padding: 0 var(--mj-space--normal);
}
.c-lpost-003__block {
  width: 100%;
  margin-bottom: var(--mj-space--normal);
  display: flex;
  font-size: var(--mj-font-size--small);
  overflow: hidden;
  border-bottom: 0.1rem solid var(--mj-color--grey-02);
  transition: var(--mj-transition--normal);
}
.c-lpost-003__block a {
  text-decoration: none;
}
@container (max-width: 767px) {
  .c-lpost-003__block {
    width: 100%;
    flex-direction: row;
    margin-right: 0;
  }
}
.c-lpost-003__img-area {
  width: 30%;
  max-width: 150px;
}
.c-lpost-003__img-section {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
}
.c-lpost-003__img-section:hover img {
  transform: scale(1.1);
}
.c-lpost-003__img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
}
.c-lpost-003__category-link {
  margin: 0 var(--mj-space--normal) var(--mj-space--normal);
}
.c-lpost-003__date-area {
  display: flex;
  align-items: center;
  margin-bottom: var(--mj-space--small);
}
.c-lpost-003__date-area a {
  color: var(--mj-color--sub-01);
}
.c-lpost-003__content {
  padding: var(--mj-space--normal);
  flex: 1;
  display: flex;
  flex-direction: column;
}
@container (max-width: 767px) {}
.c-lpost-003__title {
  font-weight: bold;
  flex-grow: 1;
  line-height: var(--mj-line-height--normal);
}
.c-lpost-003__tag {
  display: flex;
  gap: var(--mj-space--xsmall);
  margin-top: var(--mj-space--xsmall);
  flex-wrap: wrap;
  border-top: 1px solid var(--mj-color--grey-01);
  margin-top: var(--mj-space--small);
  padding-top: var(--mj-space--small);
}
@container (max-width: 767px) {
  .c-lpost-003__tag {
    padding-top: 0;
    border: none;
  }
}
.c-lpost-003__tag a {
  font-size: var(--mj-font-size--xsmall);
  color: var(--mj-color--main-01);
  padding: var(--mj-space--xsmall) var(--mj-space--normal);
  line-height: 1;
  display: inline-block;
  border-radius: 500px;
  border: 1px solid var(--mj-color--main-01);
}
.c-lpost-003__tag a:hover {
  color: var(--mj-color--white-01);
}

.c-page-001__wrapper {
  width: 100%;
  overflow: hidden;
}
.c-page-001__inner {
  max-width: var(--mj-width--small);
  margin: 0 auto;
  padding: var(--mj-space--normal);
}

.c-title-005__wrapper {
  position: relative;
}
.c-title-005__title-area {
  text-align: left;
  max-width: var(--mj-width--normal);
  margin: 0 auto 5rem;
  padding: var(--mj-space--normal);
  container-type: inline-size;
  padding: 0 var(--size-micro);
  position: relative;
}
.c-title-005__title-area:before {
  content: "";
  display: block;
  position: absolute;
  left: 1rem;
  top: 2rem;
  width: 5rem;
  height: 0.1rem;
  background: #333;
  z-index: 1;
}
.c-title-005__title-area:after {
  content: "";
  display: block;
  position: absolute;
  right: 1rem;
  bottom: -3rem;
  width: 5rem;
  height: 0.1rem;
  background: #333;
  z-index: 1;
}
.c-title-005__sub-title {
  font-size: var(--mj-font-size--normal);
  margin: 3em 0 1em 0;
  line-height: 1.45;
  font-family: var(--font-family-serif-01);
}
.c-title-005__title {
  font-size: var(--mj-font-size--xxxlarge);
  margin: 1em 0 1em;
  font-weight: bold;
}
.c-title-005__img-area {
  position: relative;
  width: 100%;
  height: 20rem;
  overflow: hidden;
}
.c-title-005__img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 20rem;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  z-index: 1;
}
.c-title-005__deco-text {
  font-family: var(--font-family-serif-01);
  font-size: clamp(2rem, 7cqi, 8rem);
  color: rgba(255, 255, 255, 0.8);
  position: absolute;
  opacity: 0;
  animation-duration: 1s;
  transition: 0.3s;
  z-index: 1;
  right: 1rem;
  line-height: 1;
  top: 1rem;
  text-shadow: 0 0 0.4rem rgba(0, 0, 0, 0.3);
}
.c-title-005__deco-text.run {
  right: 3rem;
  opacity: 1;
}

.c-content-001__inner {
  container-type: inline-size;
  max-width: var(--mj-width--small);
  color: var(--mj-text-color--normal);
  font-size: var(--mj-font-size--normal);
  margin: 0 auto;
  position: relative;
}
.c-content-001__inner h1 {
  font-size: var(--mj-font-size--xxxxlarge);
  font-weight: bold;
  line-height: var(--mj-line-height--normal);
  margin-bottom: 1em;
}
.c-content-001__inner h2 {
  font-size: var(--mj-font-size--xxxlarge) !important;
  border-bottom: 1px solid var(--mj-color--content-02);
  position: relative;
  margin-bottom: 2em;
  margin-top: 2em;
  padding: 0.5em;
}
.c-content-001__inner h2:first-child {
  margin-top: 0;
}
.c-content-001__inner h2:after {
  content: "";
  position: absolute;
  bottom: -4px;
  left: 2px;
  width: 100%;
  height: 1px;
  background: var(--mj-color--content-01);
}
.c-content-001__inner h3 {
  font-size: var(--mj-font-size--xxlarge);
  padding: 0.5em;
  font-weight: bold;
  margin-bottom: 2em;
  margin-top: 2em;
  border-bottom: 1px solid var(--mj-color--content-01);
}
.c-content-001__inner h4 {
  font-size: var(--mj-font-size--xlarge);
  font-weight: bold;
  padding: 0.5em;
  margin-bottom: 2em;
  margin-top: 2em;
  border-left: 3px solid var(--mj-bg-color--grey-02);
}
.c-content-001__inner p {
  margin-bottom: 1em;
}
.c-content-001__inner p:last-child {
  margin-bottom: 0;
}
.c-content-001__inner ul {
  margin-top: 1em;
  margin-left: 27px;
  margin-bottom: 1em;
  list-style: none;
}
.c-content-001__inner ul li {
  list-style: none;
  position: relative;
  margin-bottom: 0.5em;
}
.c-content-001__inner ul li:before {
  position: absolute;
  left: -23px;
  top: 6px;
  content: "";
  display: inline-block;
  width: 14px;
  height: 8px;
  border-left: 2px solid var(--mj-color--content-back-01);
  border-bottom: 2px solid var(--mj-color--content-back-01);
  transform: rotate(-40deg);
}
.c-content-001__inner ul li:last-child {
  margin-bottom: 0;
}
.c-content-001__inner ol {
  margin-top: 1em;
  margin-left: 35px;
  margin-bottom: 1em;
  list-style: none;
  counter-reset: number;
}
.c-content-001__inner ol li {
  margin-bottom: 0.5em;
  position: relative;
}
.c-content-001__inner ol li:before {
  position: absolute;
  font-weight: bold;
  counter-increment: number;
  content: counter(number) "";
  left: -34px;
  top: -1px;
  color: #fff;
  width: 24px;
  height: 24px;
  font-size: 14px;
  text-align: center;
  border-radius: 100%;
  box-sizing: border-box;
  font-weight: bold;
  line-height: 1;
  background: var(--mj-color--content-back-01);
  padding: 6px 0;
  font-family: var(--mj-font-family--number-01);
}
.c-content-001__inner ol li:last-child {
  margin-bottom: 0;
}
.c-content-001__inner strong {
  background: linear-gradient(transparent 60%, var(--mj-color--marker-01) 60%);
}
.c-content-001__inner a {
  color: var(--mj-link-color--01);
}
.c-content-001__inner img {
  max-width: 100%;
  height: auto;
  width: auto;
  border-radius: 10px;
}
.c-content-001__inner > figure > img,
.c-content-001__inner > figure > div > img {
  max-width: 100%;
  width: auto;
  height: auto;
  margin: var(--mj-space--xxlarge) auto;
  display: block;
  max-height: 60vh;
}
@container (max-width: 767px) {
  .c-content-001__inner > figure > img,
  .c-content-001__inner > figure > div > img {
    max-width: 100%;
  }
}
.c-link-to-top-001 {
  width: 50px;
  height: 50px;
  border-radius: 100%;
  position: fixed;
  right: 10px;
  place-content: center;
  bottom: 60px;
  z-index: 10;
  background: var(--mj-link-color--01);
  color: var(--mj-color--white);
  font-size: 20px !important;
  display: none;
  opacity: 0;
  transition: 0.3s;
  cursor: pointer;
}
.c-link-to-top-001.is-show {
  display: grid;
  opacity: 1;
}
@media only screen and (max-width: 767px) {
  .c-link-to-top-001 {
    width: 30px;
    height: 30px;
  }
}

.c-mokuji-001__sticky-area {
  position: sticky;
  top: 50px;
  opacity: 1;
  transition: var(--mj-transition--normal);
}
@media only screen and (max-width: 767px) {
  .c-mokuji-001__sticky-area {
    display: none !important;
    opacity: 0;
  }
}
.c-mokuji-001__sticky-area:not(:has(.js__mokuji-active)) {
  opacity: 0;
}
.c-mokuji-001__wrapper {
  line-height: var(--mj-line-height--normal);
}
.c-mokuji-001__wrapper .js__mokuji-title {
  font-size: var(--mj-font-size--large);
  font-weight: bold;
  text-align: center;
  margin-bottom: 2rem;
}
.c-mokuji-001__wrapper .js__mokuji-title-icon {
  vertical-align: text-bottom;
  margin-right: 0.5rem;
}
.c-mokuji-001__wrapper .js__mokuji-tag-h3 {
  padding-left: var(--mj-space--normal);
}
.c-mokuji-001__wrapper .js__mokuji-active {
  background: var(--mj-bg-color--grey-02);
  font-weight: bold;
}
.c-mokuji-001__wrapper--sticky {
  min-width: 300px;
  max-height: 80vh;
  overflow-y: auto;
}
.c-mokuji-001__wrapper .js__mokuji-inner {
  width: 100%;
  border: solid var(--mj-bg-color--grey-01) var(--mj-space--small);
  margin: var(--mj-space--normal) 0;
  padding: var(--mj-space--normal);
}
.c-mokuji-001__wrapper .js__mokuji-inner ul {
  padding: 0;
}
.c-mokuji-001__wrapper .js__mokuji-inner ul li {
  margin-bottom: 0.2em;
  list-style: none;
}
.c-mokuji-001__wrapper .js__mokuji-inner ul li a {
  display: block;
  padding-left: 1.5rem;
  text-decoration: none;
  font-size: var(--mj-font-size--small);
  width: -moz-fit-content;
  width: fit-content;
  align-items: center;
  letter-spacing: var(--mj-letter-spacing--small);
  color: var(--mj-link-color--01);
  position: relative;
}
.c-mokuji-001__wrapper .js__mokuji-inner ul li a:before {
  position: absolute;
  content: "";
  left: 6px;
  top: 10px;
  border-radius: 100%;
  background: #333;
  width: 3px;
  height: 3px;
}
.c-mokuji-001__wrapper .js__mokuji-inner ul li a:hover {
  text-decoration: underline;
}
.c-mokuji-001__wrapper .js__mokuji-inner ul li a:hover span {
  background: var(--mj-bg-color--grey-02);
  text-decoration: none;
}
.c-mokuji-001__wrapper .js__mokuji-inner ul li a span {
  text-align: center;
  min-width: 40px;
  line-height: 1;
  display: inline-block;
  background: var(--mj-bg-color--grey-01);
  padding: 0.2rem 1em;
  font-size: var(--mj-font-size--xsmall);
  border-radius: 5px;
  margin-right: var(--mj-space--normal);
  color: var(--mj-text-color--normal);
}
.js__mokuji-tag-h2 .c-mokuji-001__wrapper .js__mokuji-inner ul li a span {
  background: var(--mj-color--main-01);
  color: var(--mj-text-color--white);
}
.c-mokuji-001__wrapper--side {
  max-width: 400px;
  width: calc((100% - 808px) / 2);
  container-type: inline-size;
  position: fixed;
  top: 0;
  left: 0;
}
.c-mokuji-001__wrapper--side .js__mokuji-inner {
  height: 100%;
  padding: 10rem var(--mj-space--normal) 2rem;
  margin: 0 !important;
  background: rgba(244, 244, 244, 0.8);
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
}
.c-mokuji-001__wrapper--side .js__mokuji-inner li a {
  margin-bottom: 1em;
  line-height: 1.2em;
}
.c-mokuji-001__wrapper--side .js__mokuji-wrapper {
  padding: 0;
  left: -100%;
  top: 0;
  position: relative;
  width: 100%;
  height: 100vh;
  z-index: 10;
  margin: 0;
  overflow: auto;
  transition: 0.3s !important;
}
@container (max-width: 240px) {
  .c-mokuji-001__wrapper--side .js__mokuji-wrapper {
    left: -100% !important;
  }
}
.c-mokuji-001__wrapper--side.js__mokuji-output--active .js__mokuji-wrapper {
  left: 0;
}
.c-mokuji-001__wrapper--side.js__mokuji-button--active .js__mokuji-wrapper {
  left: 0;
}
.c-mokuji-001__wrapper--side.js__mokuji-button--active {
  max-width: 20rem !important;
}
.c-mokuji-001__wrapper.js__mokuji-button--active .c-mokuji-001__wrapper__button {
  left: 10px;
}
.c-mokuji-001__button {
  width: 50px;
  height: 50px;
  color: var(--mj-color--white);
  border-radius: 100%;
  background: var(--mj-link-color--01);
  position: fixed;
  left: -100%;
  display: none;
  place-content: center;
  bottom: 6%;
  z-index: 100;
  transition: 0.3s !important;
}
@container (max-width: 240px) {
  .c-mokuji-001__button {
    left: 10px;
  }
}
@media only screen and (max-width: 767px) {
  .c-mokuji-001__button {
    left: 10px;
    width: 50px;
    height: 50px;
    bottom: 90px;
  }
}
.js__mokuji-output--active .c-mokuji-001__button {
  display: grid;
}
.js__mokuji-button--active .c-mokuji-001__button {
  left: 10px;
}
.c-mokuji-001__button:hover {
  cursor: pointer;
}
.c-mokuji-001__button-icon {
  font-size: 18px;
}
.c-mokuji-001__button-text {
  font-size: 10px;
}

.c-content-002__inner p {
  margin-bottom: 1em;
}
.c-content-002__inner p:last-child {
  margin-bottom: 0;
}
.c-content-002__inner ul {
  margin-top: 1em;
  margin-left: 27px;
  margin-bottom: 1em;
  list-style: none;
}
.c-content-002__inner ul li {
  list-style: none;
  position: relative;
  margin-left: 35px;
  margin-bottom: 0.5em;
}
.c-content-002__inner ul li:before {
  position: absolute;
  left: -23px;
  top: 6px;
  content: "";
  display: inline-block;
  width: 14px;
  height: 8px;
  border-left: 2px solid var(--mj-color--content-back-01);
  border-bottom: 2px solid var(--mj-color--content-back-01);
  transform: rotate(-40deg);
}
.c-content-002__inner ul li:last-child {
  margin-bottom: 0;
}
.c-content-002__inner ol {
  margin-top: 1em;
  margin-left: 35px;
  margin-bottom: 1em;
  list-style: none;
  counter-reset: number;
}
.c-content-002__inner ol li {
  margin-bottom: 0.5em;
  position: relative;
}
.c-content-002__inner ol li:before {
  position: absolute;
  font-weight: bold;
  counter-increment: number;
  content: counter(number) "";
  left: -34px;
  top: -1px;
  color: #fff;
  width: 24px;
  height: 24px;
  font-size: 14px;
  text-align: center;
  border-radius: 100%;
  box-sizing: border-box;
  font-weight: bold;
  line-height: 1;
  background: var(--mj-color--content-back-01);
  padding: 6px 0;
  font-family: var(--mj-font-family--number-01);
}
.c-content-002__inner ol li:last-child {
  margin-bottom: 0;
}
.c-content-002__inner strong {
  background: linear-gradient(transparent 60%, var(--mj-color--marker-01) 60%);
}
.c-content-002__inner a {
  color: var(--mj-link-color--01);
}
.c-content-002__inner img {
  max-width: 100%;
  height: auto;
  width: auto;
  border-radius: 10px;
}
.c-content-002__inner > figure > img,
.c-content-002__inner > figure > div > img {
  max-width: 100%;
  width: auto;
  height: auto;
  margin: var(--mj-space--xxlarge) auto;
  display: block;
  max-height: 60vh;
}
@container (max-width: 767px) {
  .c-content-002__inner > figure > img,
  .c-content-002__inner > figure > div > img {
    max-width: 100%;
  }
}/*# sourceMappingURL=src2-style.css.map */
