@charset "UTF-8";
/* ===========================================================
   # DEFAULTS
=========================================================== */
/* = SETTING
----------------------------------------------------------- */
body {
  font-feature-settings: "palt";
}
body .inner {
  padding-left: var(--_container-margin-left);
  padding-right: var(--_container-margin-right);
}
body .transAll {
  transition: all 300ms 0s ease;
}
body .noSP, body .onPC, body .onPCm, body .onPCl,
body .noSP.flex, body .onPC.flex {
  display: none;
}
body .sme-font-size {
  display: inline;
}
body .hasAnchor {
  margin-top: calc(var(--_margin1) * var(--_margin-top) - 200px);
  padding-top: 200px;
}
@media (min-width: 640px) {
  body .onSP {
    display: none !important;
  }
  body .noSP {
    display: initial;
  }
}
@media (min-width: 1024px) {
  body .noPC {
    display: none !important;
  }
  body .onPC {
    display: initial;
  }
}
@media (min-width: 1280px) {
  body .onPCm {
    display: initial;
  }
}
@media (min-width: 1536px) {
  body .onPCl {
    display: initial;
  }
}

/* = HEAD
----------------------------------------------------------- */
.l-header__content {
  padding: clamp(14px, 3vw, 20px) 0;
}
.l-header .l-2row-header .c-fluid-container {
  padding: 0;
}
.l-header .l-2row-header .c-fluid-container .l-2row-header__row {
  margin-top: 0;
  padding: 0;
}
.l-header .l-2row-header .c-fluid-container .l-2row-header__row:not(.u-invisible-md-down) {
  padding: 0 1em;
}
.l-header .l-2row-header .c-fluid-container .l-2row-header__row .c-site-branding {
  margin: auto;
  max-width: var(--wp--custom--content-width);
}
.l-header .l-2row-header .c-fluid-container .l-2row-header__row .c-site-branding .custom-logo-link {
  display: flex;
}
.l-header .l-2row-header nav.p-global-nav .c-navbar {
  justify-content: center;
}
.l-header .l-2row-header nav.p-global-nav .c-navbar .menu-item {
  flex: initial;
}
.l-header .l-2row-header nav.p-global-nav .c-navbar .menu-item a {
  font-size: 15px;
  line-height: 4.5;
  padding: 0 2.6em;
}
.l-header .l-2row-header nav.p-global-nav .c-navbar .menu-item a::after {
  background: #009e96;
  content: "";
  height: 2px;
  width: 1.8em;
  margin: auto;
  opacity: 0;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 1.1em;
  transition: all 300ms 0s ease;
}
.l-header .l-2row-header nav.p-global-nav .c-navbar .menu-item a:hover::after, .l-header .l-2row-header nav.p-global-nav .c-navbar .menu-item.current-menu-item a::after {
  opacity: 1;
}
.l-header__drop-nav .c-site-branding__title .custom-logo {
  max-width: 280px;
}

/* HAMBURGER */
.c-hamburger-btn__bars {
  height: 21px;
  width: 31px;
}
.c-hamburger-btn__bar {
  height: 1px;
}
.c-hamburger-btn__bar:nth-of-type(2) {
  top: 10px;
}
.c-hamburger-btn__bar:nth-of-type(3) {
  top: 21px;
}
.c-hamburger-btn__label {
  display: none;
  font-family: inherit;
  font-size: 12px;
  font-weight: 500;
  text-transform: lowercase;
}
.c-hamburger-btn[aria-expanded=true] {
  color: #333;
  margin: 15px 0 0 0;
}
.c-hamburger-btn[aria-expanded=true] .c-hamburger-btn__bar:first-of-type {
  background: #333;
  top: 10px !important;
  transform: rotate(45deg) !important;
}
.c-hamburger-btn[aria-expanded=true] .c-hamburger-btn__bar:nth-of-type(3) {
  background: #333;
  top: 10px !important;
  transform: rotate(-45deg) !important;
}
.c-hamburger-btn[aria-expanded=true] .c-hamburger-btn__label {
  font-size: 0;
}
.c-hamburger-btn[aria-expanded=true] .c-hamburger-btn__label::after {
  content: "close";
  font-size: 12px;
}

.c-entry__header {
  font-size: clamp(28px, 4.5vw, 42px);
  padding-bottom: clamp(1em, 6vw, 2em);
}
.c-entry__title {
  border: 1px solid;
  font-size: inherit;
  font-weight: 500;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
  padding: 0.5em 1.5em 0.55em;
  position: relative;
}
.c-entry__title::after {
  background: rgba(255, 255, 255, 0.4);
  content: "";
  height: calc(100% + 0.05em);
  width: calc(100% + 0.05em);
  position: absolute;
  left: 0.2em;
  top: 0.2em;
  z-index: -1;
}

.single .c-entry__header {
  font-size: clamp(22px, 3.6vw, 38px);
  margin-bottom: 0.5em;
  padding-bottom: 0;
}
.single .c-entry__header .c-entry__title {
  border: none;
  border-bottom: 2px solid;
  font-size: inherit;
  width: auto;
  padding: 0 0 0.3em;
}
.single .c-entry__header .c-entry__title::after {
  display: none;
}

/* = NAVI
----------------------------------------------------------- */
/* SP */
nav#drawer-nav {
  background: #eae9dc url(./img/nav_bg_sp.png);
  color: #222;
  padding-top: 0;
}
nav#drawer-nav .c-drawer__menu {
  max-width: 70%;
  margin: auto;
}
nav#drawer-nav .c-drawer__menu li {
  font-size: 20px;
  font-weight: 500;
  padding: 0.5em 0;
}
nav#drawer-nav .c-drawer__menu li a {
  max-width: none;
  padding-right: 0;
}
nav#drawer-nav .c-drawer__menu li .c-drawer__toggle {
  display: none;
}

/* DROP */
.l-header__drop-nav .c-container {
  padding-left: 1em;
  padding-right: 0;
}
.l-header__drop-nav .c-container .c-navbar li a {
  font-size: clamp(13px, 1.3vw, 14px);
  padding: clamp(0.8em, 1.1vw, 1em);
}
/* = MAIN
----------------------------------------------------------- */
[data-has-sidebar=true] .l-contents__main {
  border-radius: clamp(1em, 4vw, 3em);
}
@media (min-width: 640px) {
  .l-contents__container {
    padding-top: 1em;
    padding-bottom: 1em;
  }
  [data-has-sidebar=true] .l-contents__main {
    padding: 0 3em;
  }
}
@media (min-width: 1024px) {
  .l-contents .l-contents__inner {
    flex-wrap: nowrap;
  }
}
@media (min-width: 1280px) {
  .l-contents__container {
    padding-top: 2em;
    padding-bottom: 2em;
  }
}
/* = SIDE
----------------------------------------------------------- */
.l-contents__sidebar .c-widget {
  line-height: 1.4;
}
.l-contents__sidebar .c-widget .wp-block-group > h2 {
  color: inherit;
  font-size: 20px !important;
  margin-bottom: 0.5em;
}
/* = FOOT
----------------------------------------------------------- */
.l-footer {
  border: none;
}
.l-footer * {
  padding: 0;
}
.l-footer .l-footer-widget-area {
  padding-top: 0;
}
.l-footer .c-row__col {
  margin-bottom: 0;
}
.l-footer .c-row__col .c-widget {
  font-size: inherit;
}
.l-footer .c-copyright {
  background-color: transparent;
  color: inherit;
  font-size: clamp(13px, 2vw, 16px);
  font-weight: 500;
  letter-spacing: 0;
  padding-bottom: 1em;
}
@media (min-width: 1024px) {
  .l-footer .c-copyright {
    padding: 3em 0 5em;
  }
}
#page-top {
  border-radius: 50%;
  height: 58px;
  width: 58px;
  right: clamp(1em, 4vw, 4em);
  bottom: clamp(2em, 6vw, 8em);
  transform: rotate(-90deg);
  transition: all 500ms 0s ease;
}
#page-top a::after {
  content: "→";
  font-size: 31px;
  transform: translateY(-1px);
}
#page-top a svg {
  display: none;
}
#page-top:hover {
  transform: translateY(-0.5em) rotate(-90deg);
}
#page-top .svg-inline--fa {
  height: clamp(1em, 3vw, 2em);
}

.pageNav.wp-block-query-pagination {
  gap: 0;
}
.pageNav.wp-block-query-pagination a {
  color: inherit;
  text-decoration: none;
}
.pageNav.wp-block-query-pagination .wp-block-query-pagination-numbers {
  display: flex;
  gap: 0.5em;
}
.pageNav.wp-block-query-pagination .wp-block-query-pagination-numbers .page-numbers {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.9em;
  font-weight: 500;
  width: 2em;
  height: 2em;
}
.pageNav.wp-block-query-pagination .wp-block-query-pagination-numbers .page-numbers.current {
  background: var(--wp--preset--color--white);
  border-radius: 50%;
}

.c-pagination__item-link,
.c-pagination__item-link:hover,
.c-pagination__item-ellipsis {
  background: #fff;
}

.c-pagination__item-link:hover {
  -moz-columns: #333;
       columns: #333;
}

/* = CONTENT
----------------------------------------------------------- */
body .c-entry__title {
  line-height: 1.4;
}
body h2.wp-block-heading {
  background: rgba(51, 51, 51, 0.9);
  color: #eae9dc;
  font-size: clamp(24px, 4vw, 32px);
  line-height: 1.4;
  margin-bottom: 1em;
  padding: 0.3em 0.5em;
}
body h2.wp-block-heading:not(:first-child) {
  margin-top: 2.5em;
}
body h3.wp-block-heading {
  border-bottom: 2px solid;
  font-size: clamp(18px, 3.6vw, 24px);
  line-height: 1.4;
  margin-bottom: 1em;
}
body h4.wp-block-heading {
  border-left: 3px solid;
  font-size: 1.1em;
  line-height: 1.4;
  margin-bottom: 0.5em;
  padding-left: 0.5em;
}
body .wp-block-button__link {
  border-radius: 3em;
  border-width: 1px;
  font-size: 15px;
  font-weight: 600;
  min-width: 212px;
  padding: 0.5em 2em 0.6em;
  position: relative;
}
body .wp-block-button__link::after {
  content: " →";
  position: absolute;
  right: 1em;
}
body .wp-block-button__link:hover {
  background: var(--wp--preset--color--black) !important;
  border-color: var(--wp--preset--color--black);
  color: var(--wp--preset--color--white) !important;
  filter: none !important;
  transform: scale(1.1);
}
body .wp-block-table table tr {
  display: flex;
  flex-direction: column;
}
body .wp-block-table table tr td {
  border: none;
  padding: 0 0.5em;
}
body .wp-block-table table tr td:nth-child(odd) {
  background: rgba(255, 255, 255, 0.3);
  font-weight: 500;
}
body .wp-block-table table tr td:nth-child(even) {
  padding-bottom: 1em;
}
body .gMap div {
  aspect-ratio: 3/2;
  width: 100%;
  position: relative;
}
body .gMap div iframe {
  height: 100%;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
@media (min-width: 640px) {
  body .wp-block-button__link {
    min-width: 234px;
  }
  body .wp-block-table table {
    border-collapse: separate;
    border-spacing: 5px;
  }
  body .wp-block-table table tr {
    display: table-row;
  }
  body .wp-block-table table tr td {
    background: rgba(255, 255, 255, 0.3);
    padding: 1em;
  }
  body .wp-block-table table tr td:nth-child(odd) {
    width: 30%;
  }
  body .gMap div {
    aspect-ratio: 16/9;
  }
}
@media (min-width: 1024px) {
  body .gMap div {
    aspect-ratio: 12/5;
  }
}
/* = HOME
----------------------------------------------------------- */
.homeItem {
  padding-top: clamp(3em, 12vw, 4em);
  padding-bottom: clamp(3em, 12vw, 4em);
}
.homeMv {
  background: url(./img/home_mv_bg_sp.png) 50% 0/cover no-repeat;
  letter-spacing: 0;
  padding-top: 2em;
  padding-bottom: 2em;
}
.homeMv .ttl {
  font-size: clamp(30px, 7vw, 74px);
  font-weight: 900;
  padding-left: 0.5em;
}
.homeMv .catch {
  font-size: clamp(15px, 3vw, 20px);
}
.homeMv .img {
  margin-top: 2em;
  padding: 0 1em;
}
.homeMv .body .anime {
  position: absolute;
}
.homeMv .body .anime.dance01 {
  width: clamp(66px, 8vw, 102px);
  left: 8em;
  top: 7%;
  transform-origin: center bottom;
  animation: dance01 2s linear infinite;
}
.homeMv .body .anime.dance02 {
  width: clamp(48px, 5.4vw, 74px);
  right: 7em;
  top: 0;
  transform-origin: center bottom;
  animation: dance02 3s linear infinite;
}
.homeMv .body .anime.clean01 {
  width: clamp(60px, 8vw, 94px);
  right: 2em;
  top: 2%;
  transform-origin: center bottom;
  animation: clean01 1s linear infinite;
}
.homeMv .body .anime.clean02 {
  width: clamp(68px, 9vw, 127px);
  right: 2em;
  top: 17%;
  transform-origin: center bottom;
  animation: clean02 2s linear infinite;
}
.homeMv .body .anime.clean03 {
  width: clamp(43px, 5vw, 67px);
  right: 3em;
  bottom: clamp(4%, 5vw, 9%);
  transform-origin: center bottom;
  animation: clean03 4s linear infinite;
}
.homeMv .body .anime.clean04 {
  width: clamp(49px, 6vw, 77px);
  left: clamp(2em, 6vw, 4em);
  top: clamp(9%, 12vw, 24%);
  transform-origin: center bottom;
  animation: clean04 5s linear infinite;
}
.homeMv .body .anime.security01 {
  width: clamp(35px, 3.5vw, 54px);
  left: 9em;
  bottom: -2%;
  transform-origin: center bottom;
  animation: security01 2s linear infinite;
}
@keyframes dance01 {
  0%, 100% {
    transform: rotate(10deg);
  }
  50% {
    transform: rotate(-10deg);
  }
}
@keyframes dance02 {
  0%, 100% {
    transform: translateX(-0.5em);
  }
  50% {
    transform: translateX(0.5em);
  }
}
@keyframes clean01 {
  0%, 100% {
    transform: translate(0);
  }
  50% {
    transform: translate(0.2em, 0.2em);
  }
}
@keyframes clean02 {
  0%, 100% {
    transform: translate(0);
  }
  50% {
    transform: translate(1em, 0.5em);
  }
}
@keyframes clean03 {
  0%, 100% {
    transform: translate(0);
  }
  50% {
    transform: translate(0, 0.5em);
  }
}
@keyframes clean04 {
  0%, 100% {
    transform: translate(0);
  }
  50% {
    transform: translate(0, 0.5em);
  }
}
@keyframes security01 {
  0%, 100% {
    transform: translate(0);
  }
  50% {
    transform: translate(-0.3em, 0);
  }
}
@media (min-width: 640px) {
  .homeMv {
    background-image: url(./img/home_mv_bg.png);
    padding-top: 0;
    padding-bottom: 0;
  }
  .homeMv .img {
    max-width: 90vw;
  }
  .homeMv .body .anime.dance01 {
    left: clamp(4em, 10vw, 8em);
    top: 0;
  }
  .homeMv .body .anime.dance02 {
    width: clamp(35px, 5.4vw, 74px);
    right: 12%;
    top: 6%;
  }
  .homeMv .body .anime.clean01 {
    right: 0.5em;
  }
  .homeMv .body .anime.clean02 {
    width: clamp(60px, 9vw, 127px);
    right: 1em;
    top: 28%;
  }
  .homeMv .body .anime.security01 {
    width: clamp(27px, 3.5vw, 54px);
    left: clamp(8em, 16vw, 14em);
    bottom: 1.5%;
  }
}
@media (min-width: 1024px) {
  .homeMv .body .anime.dance01 {
    top: 7%;
  }
  .homeMv .body .anime.clean03 {
    right: clamp(4.5em, 7vw, 7em);
    bottom: clamp(12%, 5.5vw, 17%);
  }
}
.homeObma .body .txt {
  max-width: 36em;
}
.homeObma .ilst {
  position: absolute;
}
.homeObma .ilst.ilst01 {
  width: clamp(110px, 18vw, 160px);
  left: -0.5em;
  bottom: calc(clamp(9em, 24vw, 10em) * -1);
}
@media (min-width: 1024px) {
  .homeObma .body {
    flex-wrap: nowrap;
    justify-content: space-between;
  }
  .homeObma .body .blockTtl {
    align-items: flex-start;
  }
}
.homeNews_wrap {
  max-width: 54em;
}
.homeNews .list li {
  border-top: 1px solid;
  margin: 0;
}
.homeNews .list li .item {
  flex-direction: column;
  gap: 0.5em 0;
  padding: 1em 0;
}
.homeNews .list li .item .date {
  font-family: "Montserrat", sans-serif;
  padding-top: 0.1em;
}
.homeNews .list li .item .ttl {
  line-height: 1.4;
}
.homeNews .btns {
  width: 100%;
}
.homeNews .ilst {
  position: absolute;
}
.homeNews .ilst.ilst01 {
  width: clamp(90px, 16vw, 140px);
  right: calc(clamp(1em, 2vw, 3em) * -1);
  bottom: calc(clamp(4em, 11vw, 6em) * -1);
  z-index: 1;
}
@media (min-width: 640px) {
  .homeNews .list li .item {
    flex-direction: row;
    padding: 1.5em 1em;
  }
  .homeNews .list li .item .date {
    width: clamp(8em, 15vw, 13em);
  }
  .homeNews .list li .item .ttl {
    width: calc(100% - clamp(8em, 16vw, 12em));
  }
}
@media (min-width: 1024px) {
  .homeNews .body {
    justify-content: space-between;
  }
  .homeNews .body .blockTtl {
    align-items: flex-start;
  }
  .homeNews_wrap {
    border-bottom: 1px solid;
    width: 74vw;
  }
  .homeNews .btns {
    margin-top: 1.5em;
  }
}
.homeAbout {
  background: url(./img/home_about_bg_sp.webp) 50% bottom/cover;
  padding-bottom: clamp(5em, 20vw, 8em);
}
.homeAbout .body .mont {
  display: flex;
  flex-direction: column;
  gap: 0.2em;
  font-size: clamp(30px, 5vw, 45px);
  line-height: 1.5;
}
.homeAbout .body .ja {
  font-size: clamp(20px, 5vw, 22px);
  width: -moz-fit-content;
  width: fit-content;
  line-height: 1.8;
  margin: auto;
  padding: 0 clamp(1em, 5vw, 2em);
}
.homeAbout .body .txt {
  letter-spacing: 0;
  margin-top: 1em;
  padding: clamp(1em, 3vw, 1.5em) clamp(1em, 4.4vw, 2.4em);
}
@media (min-width: 640px) {
  .homeAbout {
    background-image: url(./img/home_about_bg.webp);
  }
  .homeAbout .body {
    align-items: flex-start;
  }
  .homeAbout .body .mont {
    background: var(--wp--preset--color--white);
    flex-direction: row;
    padding: 0.2em 1em;
  }
  .homeAbout .body .ja {
    margin: 0;
  }
}
.homeRole .body .item {
  gap: 0;
  padding-bottom: 4em;
  position: relative;
}
.homeRole .body .item .img {
  margin-left: auto;
  margin-right: auto;
}
.homeRole .body .item .detail {
  gap: 1em;
}
.homeRole .body .item .detail .num {
  font-size: clamp(45px, 8vw, 55px);
  line-height: 1;
}
.homeRole .body .item .detail .ttl {
  font-size: clamp(30px, 4vw, 34px);
  line-height: 1;
}
.homeRole .body .item .detail .txt {
  max-width: 484px;
}
.homeRole .body .item .detail .btns {
  position: absolute;
  bottom: 0;
}
.homeRole .body .item .ico {
  position: absolute;
}
.homeRole .body .item.role01 .img {
  max-width: 92%;
}
.homeRole .body .item.role01 .detail {
  padding-top: 3em;
}
.homeRole .body .item.role01 .ico {
  top: clamp(1em, 4vw, 4em);
  left: -1em;
}
.homeRole .body .item.role02 .img {
  max-width: 57%;
}
.homeRole .body .item.role02 .detail {
  padding: 3em 0 1em;
}
.homeRole .body .item.role02 .ico {
  width: clamp(88px, 15vw, 109px);
  top: clamp(0em, 2.3vw, 2em);
  right: clamp(1em, 4vw, 3em);
}
.homeRole .body .item.role03 .img {
  max-width: 74%;
}
.homeRole .body .item.role03 .detail {
  padding: 3em 0 2em;
}
.homeRole .body .item.role03 .ico {
  width: clamp(119px, 18vw, 152px);
  top: clamp(1em, 4vw, 2em);
  left: clamp(1em, 4vw, 2em);
}
.homeRole .body .item.role04 .img {
  max-width: 83%;
}
.homeRole .body .item.role04 .detail {
  padding: 3em 0 2em;
}
.homeRole .body .item.role04 .ico {
  width: clamp(67px, 17vw, 96px);
  top: calc(clamp(0em, 3.3vw, 3em) * -1);
  right: clamp(3em, 8vw, 7em);
}
.homeRole .body .item.role05 {
  padding-top: 13vw;
  padding-bottom: 30vw;
}
.homeRole .body .item.role05 .img {
  width: clamp(119px, 30vw, 177px);
  max-width: unset !important;
}
.homeRole .body .item.role05 .btns {
  width: 90%;
  bottom: 15vw;
}
.homeRole .body .item.role05 .ico {
  width: clamp(70px, 10vw, 109px);
  bottom: clamp(1em, 4vw, 4em);
  left: 0.5em;
}
.homeRole .body .item.role06 {
  padding: 4.5em 0 7em;
}
.homeRole .body .item.role06 .head {
  gap: clamp(1em, 2vw, 3em);
}
.homeRole .body .item.role06 .ttl {
  line-height: 1.8;
}
.homeRole .body .item.role06 .img {
  width: clamp(148px, 18vw, 234px);
  max-width: unset !important;
}
.homeRole .body .item.role06 .btns {
  bottom: 2em;
}
.homeRole .body .item.role06 .ico {
  width: clamp(65px, 8vw, 118px);
  top: 0;
  left: calc(50% - 3em);
}
.homeRole .body.row .item .detail .ttl {
  font-size: clamp(24px, 4vw, 26px);
}
@media (min-width: 640px) {
  .homeRole .body .item {
    background-size: contain !important;
    flex-direction: row;
    padding-bottom: 1.8em;
  }
  .homeRole .body .item .img {
    width: -moz-fit-content;
    width: fit-content;
    max-width: 43% !important;
    margin: 0;
  }
  .homeRole .body .item .detail {
    width: 57%;
  }
  .homeRole .body .item .detail .txt {
    padding: 1em 0;
  }
  .homeRole .body .item .detail .btns {
    position: static;
  }
  .homeRole .body .item.role01 {
    background-position: clamp(1em, 2vw, 3em) top !important;
  }
  .homeRole .body .item.role01 .img {
    transform: translate(-2em, 2em);
  }
  .homeRole .body .item.role01 .detail {
    padding: clamp(3em, 7vw, 5em) clamp(3em, 7vw, 5em) 3em;
  }
  .homeRole .body .item.role01 .ico {
    left: clamp(1em, 4.5vw, 4em);
  }
  .homeRole .body .item.role02 {
    background-position: right top !important;
    flex-direction: row-reverse;
    margin-top: calc(clamp(3em, 6vw, 5em) * -1);
  }
  .homeRole .body .item.role02 .img {
    transform: translate(2em, clamp(1em, 3vw, 4em));
  }
  .homeRole .body .item.role02 .detail {
    padding: clamp(3em, 7vw, 5em) clamp(3em, 7vw, 5em) 2em;
  }
  .homeRole .body .item.role03 {
    background-position: clamp(1em, 2vw, 3em) top !important;
    margin-top: -2em;
  }
  .homeRole .body .item.role03 .img {
    transform: translate(calc(clamp(1em, 2.2vw, 2em) * -1), 4em);
  }
  .homeRole .body .item.role03 .detail {
    padding: clamp(3em, 7vw, 5em) clamp(1em, 4vw, 5em) 3em;
  }
  .homeRole .body .item.role04 {
    background-position: 90% top !important;
    flex-direction: row-reverse;
    margin-top: calc(clamp(3em, 6vw, 5em) * -1);
  }
  .homeRole .body .item.role04 .img {
    transform: translate(2em, 4em);
  }
  .homeRole .body .item.role04 .detail {
    padding: clamp(3em, 7vw, 5em) clamp(1em, 6vw, 5em) 3em clamp(3em, 7vw, 5em);
  }
  .homeRole .body .item.role05 {
    background-repeat: no-repeat;
    width: 47.6%;
    margin-top: -3em;
    padding: 3em clamp(1em, 5vw, 4em) 0;
  }
  .homeRole .body .item.role05 .detail {
    width: 100%;
  }
  .homeRole .body .item.role05 .ttlWrap {
    align-items: center;
  }
  .homeRole .body .item.role05 .txt {
    padding: 0 0 1.5em;
  }
  .homeRole .body .item.role05 .img {
    width: clamp(119px, 30vw, 177px);
  }
  .homeRole .body .item.role05 .ico {
    top: 0;
    bottom: auto;
    left: 1em;
  }
  .homeRole .body .item.role06 {
    width: 47.6%;
    padding-top: 4.5em;
    padding-bottom: 6em;
  }
  .homeRole .body .item.role06 .detail {
    width: 100%;
  }
  .homeRole .body .item.role06 .btns {
    margin-top: clamp(1em, 3vw, 3em);
    margin-left: 3em;
  }
  .homeRole .body .item.role06 .ico {
    top: auto;
    left: clamp(1px, 5vw, 4em);
    bottom: 5em;
  }
  .homeRole .body.row {
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
  }
}
@media (min-width: 1024px) {
  .homeRole .body .item.role06 {
    margin-top: 2em;
  }
}
.homeMember {
  background: url(./img/home_member_bg_sp.webp) 50% bottom/cover;
}
.homeMember .body .mont {
  display: flex;
  flex-direction: column;
  gap: 0.2em;
  font-size: clamp(30px, 5vw, 45px);
  line-height: 1.5;
}
.homeMember .body .ja {
  font-size: clamp(19px, 5vw, 22px);
  width: -moz-fit-content;
  width: fit-content;
  letter-spacing: 0;
  line-height: 1.8;
  margin: auto;
  padding: 0 clamp(0.3em, 1.8vw, 2em);
}
.homeMember .body .txt {
  letter-spacing: 0;
  margin-top: 1em;
  padding: clamp(1em, 3vw, 1.5em) clamp(1em, 4.4vw, 2.4em);
}
.homeMember .body .btns {
  margin-top: 90vw;
}
@media (min-width: 640px) {
  .homeMember {
    background-image: url(./img/home_member_bg.webp);
  }
  .homeMember .body {
    align-items: flex-start;
  }
  .homeMember .body .mont {
    background: var(--wp--preset--color--white);
    flex-direction: row;
    padding: 0.2em 1em;
  }
  .homeMember .body .ja {
    margin: 0;
    padding: 0 clamp(1em, 5vw, 2em);
  }
  .homeMember .body .btns {
    margin-top: 2em;
  }
}
.homeEvent {
  padding-top: 5em;
  padding-bottom: 9em;
}
.homeEvent .ilst {
  position: absolute;
}
.homeEvent .ilst01 {
  width: clamp(116px, 25vw, 226px);
  right: -0.5em;
  top: -0.5em;
}
.homeEvent .ilst02 {
  width: clamp(108px, 15vw, 136px);
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
}
@media (min-width: 640px) {
  .homeEvent {
    padding-bottom: 4.5em;
  }
  .homeEvent .ilst02 {
    left: 0;
    transform: none;
  }
}
.homeBlog .wrap .list {
  display: block;
  margin-bottom: clamp(2em, 6vw, 3em);
  padding: 0 1.5em 4em;
}
.homeBlog .wrap .list .item {
  gap: 1.5em;
  padding: 0 clamp(0.5em, 1.6vw, 1.5em);
}
.homeBlog .wrap .list .item .thumb {
  aspect-ratio: 27/17;
  border-radius: 1.5em;
  overflow: hidden;
}
.homeBlog .wrap .list .item .thumb img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.homeBlog .wrap .list .item .ttl {
  font-size: clamp(22px, 3vw, 26px);
  line-height: 1.4;
}
.homeBlog .wrap .list .item .txt .wp-block-post-excerpt__more-text {
  margin: 0;
}
.homeBlog .wrap .list + .slick-pause {
  display: none;
}
.homeBlog .wrap .list:has(.slick-arrow) + .slick-pause {
  display: flex;
}
.homeBlog .slick-arrow {
  background: #333;
  border-radius: 50%;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 40px;
  width: 40px;
  margin: auto !important;
  position: absolute;
  top: auto;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
  opacity: 0.9;
}
.homeBlog .slick-arrow:hover {
  opacity: 1;
}
.homeBlog .slick-arrow::before {
  font-family: inherit;
  font-size: 30px;
  opacity: 1;
  transform: translateY(-2px);
}
.homeBlog .slick-prev {
  transform: translateX(-60px);
}
.homeBlog .slick-prev::before {
  content: "‹";
}
.homeBlog .slick-next {
  transform: translateX(60px);
}
.homeBlog .slick-next::before {
  content: "›";
}
.homeBlog .slick-pause {
  font-size: 0;
}
.homeBlog .slick-pause::before {
  content: "=";
  font-size: 20px;
  font-weight: 900;
  padding: 0 0 4px;
  transform: rotate(90deg);
}
.homeBlog .slick-pause.paused::before {
  content: "▲";
  font-size: 12px;
  padding-left: 1px;
}

/* = NEWS, BLOG
----------------------------------------------------------- */
.c-entries.c-entries--text {
  border-color: inherit;
}
.c-entries.c-entries--text li {
  border-color: inherit;
  font-weight: 700;
}
.c-entries.c-entries--text li .c-entry-summary__meta {
  font-size: inherit;
}
.c-entries.c-entries--text li .c-entry-summary__title {
  font-size: inherit;
  font-weight: inherit;
}
.c-entries.c-entries--rich-media .c-entry-summary__body {
  display: flex;
  flex-direction: column;
}
.c-entries.c-entries--rich-media .c-entry-summary__title {
  letter-spacing: 0;
  line-height: 1.6;
}
.c-entries.c-entries--rich-media .c-entry-summary__meta {
  display: block;
  font-size: 16px;
  margin: 0;
  order: -1;
}
.c-entries.c-entries--rich-media .c-entry-summary__meta .c-meta {
  display: block;
}
.c-entries.c-entries--rich-media .c-entry-summary__meta .c-meta__item--author {
  display: none;
}

body .c-meta {
  justify-content: flex-start !important;
}
body .c-meta__item--author {
  display: none;
}
body .c-entry__footer .c-prev-next-nav {
  border-top: 1px solid;
  display: flex;
  justify-content: space-between;
}
body .c-entry__footer .c-prev-next-nav__item {
  margin: 0;
}
body .c-entry__footer .c-prev-next-nav__item a {
  background: transparent;
  color: inherit;
  font-weight: 500;
  padding: 1em 0 0;
}
body .c-entry__footer .c-prev-next-nav__item-title, body .c-entry__footer .c-prev-next-nav__item-figure {
  display: none;
}
body .c-entry__footer .c-prev-next-nav__item--prev {
  text-align: right;
}

/* = INQ
----------------------------------------------------------- */
.wp-block-table table.inqTbl {
  width: 100%;
}
.wp-block-table table.inqTbl tr td:nth-child(odd) {
  background: transparent;
}
.wp-block-table table.inqTbl tr td:nth-child(odd) p {
  font-weight: 600;
}
.wp-block-table table.inqTbl tr td:nth-child(odd) p .must {
  display: inline-block;
  background: #a63f3f;
  border-radius: 3px;
  color: var(--wp--preset--color--white);
  font-size: 0.8em;
  font-weight: 600;
  line-height: 1.2;
  padding: 0 0.5em 0.1em;
  vertical-align: baseline;
}
.wp-block-table table.inqTbl tr td .wpcf7-not-valid {
  border: 1px solid #ffa4a4;
  display: inline-block;
}
.wp-block-table table.inqTbl tr td span.wpcf7-not-valid-tip {
  display: none;
}
@media (min-width: 640px) {
  .wp-block-table table.inqTbl tr td:nth-child(odd) {
    background: rgba(255, 255, 255, 0.3);
  }
}
/* FORM */
body input[type=text], body input[type=email],
body input[type=tel], body input[type=number],
body textarea.wpcf7-textarea {
  background: rgba(255, 255, 255, 0.9);
  border: none;
  color: inherit;
  padding: 0.5em 1em;
  -webkit-appearance: none;
  width: 100%;
  max-width: 100%;
}
body input.sizeSs {
  width: 8rem;
}
body input.sizeS {
  width: 14rem;
}
body input.sizeL {
  max-width: 60rem;
}
body textarea {
  line-height: 1.3;
  padding: 5px;
  height: 200px;
}
body p.inqSend {
  padding-left: 4.5em;
}
body p.inqSend input[type=submit] {
  color: var(--wp--preset--color--white);
  cursor: pointer;
  font-size: clamp(1em, 4.2vw, 1.1em);
  font-weight: 600;
  outline: none;
  width: min(50vw, 20rem);
}
body p.inqSend input[type=submit]:hover {
  background: var(--wp--preset--color--black);
  border-color: var(--wp--preset--color--black);
  color: var(--wp--preset--color--white);
}
@media (min-width: 640px) {
  body input.sizeM {
    max-width: 26rem;
  }
}
/* ===========================================================
   # ORG
=========================================================== */
/* = SETTING
----------------------------------------------------------- */
body {
  background: #eae9dc;
  font-family: "Zen Kaku Gothic New", sans-serif;
}

.en {
  font-family: "Lato", sans-serif;
}

.mont {
  font-family: "Montserrat", sans-serif;
}

.blockTtl.wp-block-group {
  gap: 0.5em;
  font-size: clamp(20px, 3vw, 22px);
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1;
  white-space: nowrap;
}
.blockTtl.wp-block-group .en {
  font-family: "Montserrat", sans-serif;
  font-size: clamp(30px, 6vw, 45px);
}

/* = HEAD
----------------------------------------------------------- */
.l-header {
  background: transparent;
  box-shadow: none;
  letter-spacing: 0;
}
@media (min-width: 1024px) {
  .l-header .c-row > .c-row__col {
    padding: 0;
  }
  .l-header .c-row > .c-row__col .p-global-nav a {
    font-size: 14px;
    padding: 1em clamp(0.8em, 1vw, 2em);
  }
}
/* SUB NAVI */
/* = FOOT
----------------------------------------------------------- */
.l-footer .cta {
  font-size: clamp(26px, 3vw, 30px);
  font-weight: 700;
  line-height: 1;
  padding-top: clamp(1.1em, 6vw, 2.4em);
  padding-bottom: clamp(1.2em, 6vw, 2.5em);
}
.l-footer .cta .tel {
  font-size: clamp(45px, 8vw, 70px);
  font-weight: 900;
  padding: 0.5em 0 0.1em;
}
.l-footer .body {
  justify-content: space-between;
  padding-top: 4em;
}
.l-footer .body .info {
  font-size: clamp(16px, 2.2vw, 18px);
  line-height: 1.2;
}
.l-footer .body .info .add {
  font-size: clamp(22px, 3vw, 24px);
  line-height: 1.3;
}
.l-footer .body .info .tel strong {
  font-size: clamp(36px, 5vw, 40px);
}
.l-footer .body .info .fax strong {
  font-size: clamp(28px, 4vw, 30px);
}
.l-footer .body .nav {
  border-top: 1px solid;
  gap: 0 clamp(4em, 5vw, 7em);
  font-size: 14px;
  font-weight: 500;
  width: 100%;
  line-height: 40px;
}
.l-footer .body .nav ul {
  width: 100vw;
  margin: 0;
  padding: 0;
}
.l-footer .body .nav ul li {
  border-bottom: 1px solid;
  margin: 0;
}
.l-footer .body .nav ul li a {
  padding: 0 2em;
}
.l-footer .body .nav ul li .children-expander {
  right: 1em;
  top: 0.3em;
}
.l-footer .body .nav ul li .children-expander span {
  display: none;
}
.l-footer .body .nav ul li .children-expander::before {
  content: "＋";
}
.l-footer .body .nav ul li .children-expander[data-is-expanded=true] {
  right: 1em;
  transform: none;
}
.l-footer .body .nav ul li .children-expander[data-is-expanded=true]::before {
  content: "ー";
}
.l-footer .body .nav ul li.menu-item-has-children > a {
  pointer-events: none;
}
.l-footer .body .nav ul.sub-menu {
  border-top: 1px solid;
}
.l-footer .body .nav ul.sub-menu li {
  border: none;
}
.l-footer .body .nav ul.sub-menu li:not(:last-child) {
  border-bottom: 1px dotted #555;
}
.l-footer .body .nav ul.sub-menu li a::before {
  content: "› ";
  padding-left: 1em;
}
@media (min-width: 1024px) {
  .l-footer .body {
    flex-direction: row;
    padding-left: var(--_container-margin-left);
    padding-right: var(--_container-margin-right);
  }
  .l-footer .body .nav {
    border: none;
    flex-direction: row;
    font-size: 13px;
    width: auto;
    line-height: 2.2;
  }
  .l-footer .body .nav ul {
    width: auto;
  }
  .l-footer .body .nav ul li {
    border: none !important;
  }
  .l-footer .body .nav ul li a {
    padding: 0;
  }
  .l-footer .body .nav ul li .children-expander {
    display: none;
  }
  .l-footer .body .nav ul.sub-menu {
    border: none;
    display: block;
    font-weight: 400;
  }
}
/* = EVENT
----------------------------------------------------------- */
.eventList {
  display: flex;
  align-items: stretch;
  flex-direction: column;
  justify-content: center;
  list-style: none;
  padding: 2em 0 0;
}
.eventList .item {
  margin: 0;
  padding: 2.5em 0;
}
.eventList .item:first-child {
  padding-top: 0;
}
.eventList .item:not(:first-child) {
  border-top: 1px solid;
}
.eventList .item a {
  display: flex;
  flex-direction: column;
  gap: 0.5em;
  height: 100%;
  text-decoration: none;
}
.eventList .item a .thumb {
  aspect-ratio: 5/3;
  border-radius: 1.5em;
  margin-bottom: 1em;
  overflow: hidden;
}
.eventList .item a .thumb img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
  width: 100%;
}
.eventList .item a .date {
  font-size: 15px;
  font-weight: 600;
}
.eventList .item a .ttl {
  font-size: 20px;
  line-height: 1.6;
}
.eventList .item a .txt {
  font-size: 18px;
}
.eventList .item a .txt span {
  text-decoration: underline;
}
@media (min-width: 640px) {
  .eventList {
    flex-direction: row;
  }
  .eventList .item {
    width: 50%;
    padding: 0 2em 1em;
  }
  .eventList .item:not(:first-child) {
    border: none;
    border-left: 1px solid;
  }
  .eventList .item:nth-child(3) {
    display: none;
  }
}
@media (min-width: 1024px) {
  .eventList {
    padding-bottom: 2em;
  }
  .eventList .item {
    width: 33.33%;
  }
  .eventList .item:nth-child(3) {
    display: block;
  }
}
/* = OBMA
----------------------------------------------------------- */
.obma_greeting.wp-block-group {
  gap: 1em 3em;
}
.obma_greeting.wp-block-group .thumb {
  max-width: 70vw;
  margin: auto;
}
.obma_greeting.wp-block-group .thumb img {
  padding: 5px;
}
.obma_greeting.wp-block-group .thumb figcaption {
  font-size: 0.9em;
  font-weight: 500;
  line-height: 1.4;
  margin: 0;
  padding: 5px;
  text-align: center;
}
@media (min-width: 1024px) {
  .obma_greeting.wp-block-group {
    flex-wrap: nowrap;
  }
  .obma_greeting.wp-block-group .body {
    width: calc(100% - 360px);
  }
}
.obma_his table tr td .sme-br {
  display: block;
  height: 0.5em;
}
@media (min-width: 640px) {
  .obma_his table tr td {
    vertical-align: top;
  }
  .obma_his table tr td:nth-child(odd) {
    width: 10em !important;
  }
}
/* = ROLE
----------------------------------------------------------- */
.role_intro.wp-block-group {
  gap: 1em clamp(2em, 3vw, 3em);
}
.role_intro.wp-block-group .thumb {
  margin: 0 auto;
}
.role_intro.wp-block-group .body .ttl {
  font-size: clamp(20px, 2.3vw, 28px);
  font-weight: 600;
  line-height: 1.4;
}
@media (min-width: 1024px) {
  .role_intro.wp-block-group {
    flex-wrap: nowrap;
    padding: 1em 0 1.5em;
  }
  .role_intro.wp-block-group .thumb {
    width: 480px;
  }
  .role_intro.wp-block-group .body {
    width: calc(100% - 480px);
  }
  .role_intro.wp-block-group .body .ttl {
    padding-bottom: 0.5em;
  }
}
.role_business.is-layout-grid {
  grid-template-columns: 1fr;
  font-size: 15px;
  font-weight: 500;
  gap: 1em 2em;
  padding-bottom: clamp(2em, 6vw, 3em);
}
.role_business.is-layout-grid .item {
  background: var(--wp--preset--color--white);
  border-top-left-radius: 1em;
  border-bottom-right-radius: 1em;
  gap: 0;
  overflow: hidden;
  position: relative;
}
.role_business.is-layout-grid .item .ttl {
  background: #85b7de;
  color: #fff;
  font-size: 20px;
  width: 100%;
  line-height: clamp(40px, 10vw, 50px);
  text-align: center;
}
.role_business.is-layout-grid .item .list {
  letter-spacing: 0;
  list-style: square;
  padding: clamp(1em, 4vw, 2em) 0;
}
.role_business.is-layout-grid .item .link {
  border-top: 2px solid #eae9dc;
  width: 100%;
  line-height: clamp(30px, 8vw, 40px);
  margin-top: auto;
  padding-right: 0.5em;
}
.role_business.is-layout-grid .item a {
  color: inherit;
  text-decoration: none;
}
.page .role_business.is-layout-grid .item a::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 1;
}
.role_business.is-layout-grid .item:not(:has(.list)) {
  padding-bottom: 5em;
}
.role_business.is-layout-grid .item:not(:has(.list)) .link {
  border: none;
  height: 1em;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
  padding: 5em 0;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
@media (min-width: 640px) {
  .role_business.is-layout-grid {
    grid-template-columns: 1fr 1fr;
    gap: 2em;
  }
}
@media (min-width: 1024px) {
  .role_business.is-layout-grid {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media (min-width: 1280px) {
  .role_business.is-layout-grid {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
}
/* = MEMBER
----------------------------------------------------------- */
/*  SEARCH*/
.memberSearch {
  font-size: clamp(14px, 2vw, 16px);
  font-weight: 500;
  width: 100%;
  padding: clamp(1em, 3vw, 2em);
  text-align: center;
}
.memberSearch + .btn.btn-default.btn-sm {
  display: none;
}
.memberSearch .vkfs__labels {
  text-align: left;
}
.memberSearch .vkfs__outer-wrap {
  margin-bottom: clamp(1em, 3vw, 2em);
}
.memberSearch .vkfs__label-name {
  border-bottom: 1px solid;
  margin-bottom: 0.5em;
}
.memberSearch .vkfs__input-form {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(13em, 1fr));
  letter-spacing: 0;
}
.memberSearch .vkfs__input-form#vkfs_class {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  letter-spacing: 0;
}
.memberSearch button[type=submit] {
  font-size: 16px;
  font-weight: 700;
  width: 20em;
  max-width: 100%;
  margin: auto;
  padding: clamp(0.1em, 1vw, 0.5em) 3em;
}
.memberSearch_message {
  font-size: clamp(15px, 4vw, 16px);
  font-weight: 500;
  line-height: 1.5;
}

/* SINGLE */
.single-member .c-entry__header {
  font-size: clamp(22px, 3.6vw, 38px);
  margin-bottom: 0.5em;
  padding-bottom: 0;
}
.single-member .c-entry__header .c-entry__title {
  border: none;
  border-bottom: 2px solid;
  font-size: inherit;
  width: auto;
  padding: 0 0 0.3em;
}
.single-member .c-entry__header .c-entry__title::after {
  display: none;
}

.single.member {
  font-size: clamp(16px, 1.5vw, 18px);
}
.single.member h3 {
  background: rgba(0, 0, 0, 0.12);
  border: none;
  font-size: clamp(20px, 2.8vw, 24px);
  line-height: 1;
  margin-top: clamp(2em, 8vw, 3em);
  margin-bottom: clamp(0.6em, 2vw, 1em);
  padding: clamp(0.5em, 1.5vw, 0.8em);
}
.single.member .taxonomy-bcont {
  display: grid;
  gap: 0.5em 1em;
  grid-template-columns: repeat(auto-fit, minmax(13em, 1fr));
  line-height: 1.4;
  list-style: none;
  padding-left: clamp(0.5em, 2vw, 1em);
  padding-right: clamp(0.5em, 2vw, 1em);
}
.single.member .taxonomy-bcont .wp-block-post-terms__separator {
  display: none;
}
.single.member .taxonomy-bcont a {
  display: flex;
  gap: 0.4em;
  margin: 0;
  pointer-events: none;
  text-decoration: none;
}
.single.member .taxonomy-bcont a::before {
  content: "■";
  font-size: 0.5em;
  margin-top: 0.78em;
}
.single.member ul {
  display: grid;
  gap: 0.5em 1em;
  grid-template-columns: repeat(auto-fit, minmax(13em, 1fr));
  line-height: 1.4;
  list-style: none;
  padding-left: clamp(0.5em, 2vw, 1em);
  padding-right: clamp(0.5em, 2vw, 1em);
}
.single.member ul li {
  display: flex;
  gap: 0.4em;
  margin: 0;
}
.single.member ul li::before {
  content: "■";
  font-size: 0.5em;
  margin-top: 0.78em;
}
.single.member p {
  padding-left: clamp(0.5em, 2vw, 1em);
  padding-right: clamp(0.5em, 2vw, 1em);
}
.single.member .cat {
  align-items: flex-start;
  flex-direction: column;
  gap: 1em 3em;
  justify-content: flex-end;
  font-size: clamp(14px, 2vw, 16px);
  font-weight: 500;
  letter-spacing: 0;
}
.single.member .cat .wp-block-post-terms {
  display: flex;
  flex-wrap: wrap;
  gap: 0.8em;
}
.single.member .cat .wp-block-post-terms .wp-block-post-terms__prefix {
  border-radius: 3px;
  color: var(--wp--preset--color--white);
  font-weight: 700;
  width: 8.5em;
  margin-right: 0.6em;
  text-align: center;
}
.single.member .cat .wp-block-post-terms.taxonomy-bcat .wp-block-post-terms__prefix {
  background: #5599C2;
}
.single.member .cat .wp-block-post-terms.taxonomy-bcont .wp-block-post-terms__prefix {
  background: #68A57A;
}
.single.member .cat .wp-block-post-terms__separator {
  display: none;
}
.single.member .cat a {
  background: var(--wp--preset--color--white);
  border-radius: 3em;
  padding: 0 1em;
  text-decoration: none;
}
.single.member .intro.is-layout-grid {
  gap: clamp(1em, 4vw, 2em) clamp(1em, 3vw, 3em);
  grid-template-columns: 1fr;
}
.single.member .intro.is-layout-grid .thumb {
  margin: auto;
}
.single.member .intro.is-layout-grid .body > * {
  padding: 0;
}
.single.member .intro.is-layout-grid .body strong {
  font-size: 1.13em;
}
.single.member .detail.wp-block-table {
  margin-top: clamp(2em, 4vw, 3em);
}
.single.member .taxonomy-class {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.single.member .taxonomy-class .wp-block-post-terms__prefix {
  background: rgba(255, 255, 255, 0.3);
  font-weight: 500;
  width: 100%;
  padding: 0 0.5em;
}
.single.member .taxonomy-class a {
  padding-left: 0.5em;
  pointer-events: none;
  text-decoration: none;
}
@media (min-width: 640px) {
  .single.member .cat {
    flex-direction: row;
  }
  .single.member .taxonomy-class {
    background: rgba(255, 255, 255, 0.3);
  }
  .single.member .taxonomy-class .wp-block-post-terms__prefix {
    background: transparent;
    border-left: 5px solid #eae9dc;
    border-right: 5px solid #eae9dc;
    width: calc(30% + 5px);
    padding: 1em;
  }
  .single.member .taxonomy-class a {
    padding-left: 1em;
  }
}
@media (min-width: 1024px) {
  .single.member .intro.is-layout-grid {
    grid-template-columns: clamp(46%, 1vw, 46%) auto;
  }
}
/* = ABOUT
----------------------------------------------------------- */
.about_intro.wp-block-group {
  gap: 1em clamp(2em, 3vw, 3em);
}
.about_intro.wp-block-group .thumb {
  max-width: 600px;
  margin: 0 auto;
}
.about_intro.wp-block-group .body {
  gap: 1em;
}
.about_intro.wp-block-group .body ul {
  counter-reset: num;
  display: flex;
  flex-wrap: wrap;
  gap: clamp(0.5em, 2vw, 1em);
  list-style: none;
  padding: 0;
}
.about_intro.wp-block-group .body ul li {
  background: var(--wp--preset--color--white);
  counter-increment: num;
  display: flex;
  align-items: center;
  gap: 0.6em;
  font-weight: 500;
  width: 13em;
}
.about_intro.wp-block-group .body ul li::before {
  background: #a8bfd9;
  color: var(--wp--preset--color--white);
  content: counter(num);
  font-size: 1.1em;
  font-weight: 600;
  height: 2em;
  width: 2em;
  text-align: center;
}
@media (min-width: 1024px) {
  .about_intro.wp-block-group {
    flex-wrap: nowrap;
  }
  .about_intro.wp-block-group .thumb {
    width: 40%;
  }
  .about_intro.wp-block-group .body {
    width: 60%;
  }
}
.about_role.is-layout-grid {
  grid-template-columns: 1fr;
}
.about_role.is-layout-grid .item {
  background: rgba(255, 255, 255, 0.4);
  border-radius: clamp(1em, 2vw, 2em);
  flex-direction: column;
  padding: clamp(1em, 2vw, 2em);
  position: relative;
}
.about_role.is-layout-grid .item .thumb {
  aspect-ratio: 1/1;
  display: flex;
}
.about_role.is-layout-grid .item .thumb img {
  -o-object-fit: contain;
     object-fit: contain;
  margin: auto;
}
.about_role.is-layout-grid .item .body {
  gap: 0.5em;
}
.about_role.is-layout-grid .item .body .ttl {
  display: flex;
  align-items: center;
  gap: 0.5em;
  justify-content: center;
  font-size: clamp(22px, 2vw, 24px);
}
.about_role.is-layout-grid .item .body .ttl::before, .about_role.is-layout-grid .item .body .ttl::after {
  background: #333;
  content: "";
  height: 1px;
  width: 2em;
  margin-top: 0.2em;
}
.about_role.is-layout-grid .item .body .ttl a {
  text-decoration: none;
}
.page .about_role.is-layout-grid .item .body .ttl a::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.about_role.is-layout-grid .item .body .btns {
  margin-top: 0.5em;
}
.about_role.is-layout-grid .item .body .btns a {
  pointer-events: none;
}
.about_role.is-layout-grid .item:hover .btns a {
  transform: scale(1.1);
}
@media (min-width: 640px) {
  .about_role.is-layout-grid {
    grid-template-columns: 1fr 1fr;
  }
  .about_role.is-layout-grid .item .body .ttl {
    font-size: clamp(19px, 2.3vw, 24px);
  }
  .about_role.is-layout-grid .item .body .ttl::before, .about_role.is-layout-grid .item .body .ttl::after {
    width: clamp(1em, 2vw, 2em);
  }
}
@media (min-width: 1024px) {
  .about_role.is-layout-grid .item {
    flex-direction: row;
  }
  .about_role.is-layout-grid .item .thumb {
    width: 40%;
  }
  .about_role.is-layout-grid .item .body {
    width: 60%;
  }
  .about_role.is-layout-grid .item .body .ttl {
    justify-content: flex-start;
  }
  .about_role.is-layout-grid .item .body .ttl::before, .about_role.is-layout-grid .item .body .ttl::after {
    display: none;
  }
  .about_role.is-layout-grid .item .body .btns {
    justify-content: flex-end;
  }
}
.about_faq h3.wp-block-heading {
  display: grid;
  align-items: center;
  gap: 0.5em;
  grid-template-columns: 3em 1fr;
  font-size: clamp(17px, 2.8vw, 24px);
  line-height: 1.2;
  padding: 0;
}
.about_faq h3.wp-block-heading::before {
  aspect-ratio: 1/1;
  background: #333;
  color: #eae9dc;
  content: "Q";
  display: flex;
  align-items: center;
  justify-content: center;
}
.about_faq p {
  display: flex;
  gap: 0.5em;
  padding-left: clamp(2.5em, 5vw, 4em);
}
.about_faq p::before {
  content: "A";
  font-weight: 500;
  font-size: 1.2em;
  margin-top: -0.2em;
}
@media (min-width: 640px) {
  .about_faq h3.wp-block-heading {
    grid-template-columns: 2em 1fr;
  }
}
/* = DOWNLOAD
----------------------------------------------------------- */
.dl.is-layout-flex {
  background: var(--wp--preset--color--white);
  border-radius: 1em;
  gap: 1em;
  font-size: clamp(14px, 2vw, 16px);
  padding: clamp(1em, 4vw, 2em);
}
.dl.is-layout-flex h3 {
  width: 100%;
}
.dl.is-layout-flex .wp-block-file {
  font-size: inherit;
}
.dl.is-layout-flex .wp-block-file a {
  border: 1px solid #454544;
  border-radius: 3em;
  display: flex;
  align-items: center;
  gap: 0.5em;
  font-weight: 500;
  padding: 0.3em 1em;
  text-decoration: none;
}
.dl.is-layout-flex .wp-block-file a::before {
  aspect-ratio: 1/1;
  background: url(./img/ico_pdf.svg) 0 0/contain no-repeat;
  content: "";
  height: 1.1em;
}
.dl.is-layout-flex .wp-block-file a:hover {
  border-color: #ccc;
  background: #eae9dc;
}
@media (min-width: 640px) {
  .dl.is-layout-flex {
    flex-direction: row;
  }
  .dl.is-layout-flex .wp-block-file {
    font-size: inherit;
    width: calc(50% - 0.5em);
  }
  .dl.is-layout-flex.mag .wp-block-file {
    width: calc(33.33% - 0.7em);
  }
}
/* = ARCHIVE
----------------------------------------------------------- */
.archive.tax-bcat .p-term-description {
  display: none;
}

/* = SINGLE
----------------------------------------------------------- */
.dlBtn {
  margin-top: 3em;
  text-align: center;
}
.dlBtn button {
  border: none;
  cursor: pointer;
  width: 20em;
}/*# sourceMappingURL=style.css.map */