@charset "UTF-8";

/*
Theme Name: Tsudoi
*/
/*===============================================
size_regulation
===============================================*/
/*===============================================
font_regulation
===============================================*/
/*===============================================
base
===============================================*/
/*===============================================
header height
===============================================*/
/*===============================================
mq
===============================================*/
/*===============================================
mixins
===============================================*/
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

:root {
  --tec-grid-gutter: 48px;
  --tec-grid-gutter-negative: calc(var(--tec-grid-gutter) * -1);
  --tec-grid-gutter-half: calc(var(--tec-grid-gutter) / 2);
  --tec-grid-gutter-half-negative: calc(var(--tec-grid-gutter-half) * -1);
  --tec-grid-gutter-small: 42px;
  --tec-grid-gutter-small-negative: calc(var(--tec-grid-gutter-small) * -1);
  --tec-grid-gutter-small-half: calc(var(--tec-grid-gutter-small) / 2);
  --tec-grid-gutter-small-half-negative: calc(var(--tec-grid-gutter-small-half) * -1);
  --tec-grid-gutter-page: 42px;
  --tec-grid-gutter-page-small: 19.5px;
  --tec-grid-width-default: 1176px;
  --tec-grid-width-min: 320px;
  --tec-grid-width: calc(var(--tec-grid-width-default) + var(--tec-grid-gutter-page) * 2);
  --tec-grid-width-1-of-2: 50%;
  --tec-grid-width-1-of-3: 33.333%;
  --tec-grid-width-1-of-4: 25%;
  --tec-grid-width-1-of-5: 20%;
  --tec-grid-width-1-of-7: 14.285%;
  --tec-grid-width-1-of-8: 12.5%;
  --tec-grid-width-1-of-9: 11.111%;
  --grid-gutter: var(--tec-grid-gutter);
  --grid-gutter-negative: var(--tec-grid-gutter-negative);
  --grid-gutter-half: var(--tec-grid-gutter-half);
  --grid-gutter-half-negative: var(--tec-grid-gutter-half-negative);
  --grid-gutter-small: var(--tec-grid-gutter-small);
  --grid-gutter-small-negative: var(--tec-grid-gutter-small-negative);
  --grid-gutter-small-half: var(--tec-grid-gutter-small-half);
  --grid-gutter-small-half-negative: var(--tec-grid-gutter-small-half-negative);
  --grid-gutter-page: var(--tec-grid-gutter-page);
  --grid-gutter-page-small: var(--tec-grid-gutter-page-small);
  --grid-width-default: var(--tec-grid-width-default);
  --grid-width-min: var(--tec-grid-width-min);
  --grid-width: var(--tec-grid-width);
  --grid-width-1-of-2: var(--tec-grid-width-1-of-2);
  --grid-width-1-of-3: var(--tec-grid-width-1-of-3);
  --grid-width-1-of-4: var(--tec-grid-width-1-of-4);
  --grid-width-1-of-5: var(--tec-grid-width-1-of-5);
  --grid-width-1-of-7: var(--tec-grid-width-1-of-7);
  --grid-width-1-of-8: var(--tec-grid-width-1-of-8);
  --grid-width-1-of-9: var(--tec-grid-width-1-of-9);
  --tec-spacer-0: 4px;
  --tec-spacer-1: 8px;
  --tec-spacer-2: 12px;
  --tec-spacer-3: 16px;
  --tec-spacer-4: 20px;
  --tec-spacer-5: 24px;
  --tec-spacer-6: 28px;
  --tec-spacer-7: 32px;
  --tec-spacer-8: 40px;
  --tec-spacer-9: 48px;
  --tec-spacer-10: 56px;
  --tec-spacer-11: 64px;
  --tec-spacer-12: 80px;
  --tec-spacer-13: 96px;
  --tec-spacer-14: 160px;
  --spacer-0: var(--tec-spacer-0);
  --spacer-1: var(--tec-spacer-1);
  --spacer-2: var(--tec-spacer-2);
  --spacer-3: var(--tec-spacer-3);
  --spacer-4: var(--tec-spacer-4);
  --spacer-5: var(--tec-spacer-5);
  --spacer-6: var(--tec-spacer-6);
  --spacer-7: var(--tec-spacer-7);
  --spacer-8: var(--tec-spacer-8);
  --spacer-9: var(--tec-spacer-9);
  --spacer-10: var(--tec-spacer-10);
  --spacer-11: var(--tec-spacer-11);
  --spacer-12: var(--tec-spacer-12);
  --spacer-13: var(--tec-spacer-13);
  --spacer-14: var(--tec-spacer-14);
  --tec-z-index-spinner-container: 100;
  --tec-z-index-views-selector: 30;
  --tec-z-index-dropdown: 30;
  --tec-z-index-events-bar-button: 20;
  --tec-z-index-search: 10;
  --tec-z-index-filters: 9;
  --tec-z-index-scroller: 7;
  --tec-z-index-week-event-hover: 5;
  --tec-z-index-map-event-hover: 5;
  --tec-z-index-map-event-hover-actions: 6;
  --tec-z-index-multiday-event: 5;
  --tec-z-index-multiday-event-bar: 2;
  --z-index-spinner-container: var(--tec-z-index-spinner-container);
  --z-index-views-selector: var(--tec-z-index-views-selector);
  --z-index-dropdown: var(--tec-z-index-dropdown);
  --z-index-events-bar-button: var(--tec-z-index-events-bar-button);
  --z-index-search: var(--tec-z-index-search);
  --z-index-filters: var(--tec-z-index-filters);
  --z-index-scroller: var(--tec-z-index-scroller);
  --z-index-week-event-hover: var(--tec-z-index-week-event-hover);
  --z-index-map-event-hover: var(--tec-z-index-map-event-hover);
  --z-index-map-event-hover-actions: var(--tec-z-index-map-event-hover-actions);
  --z-index-multiday-event: var(--tec-z-index-multiday-event);
  --z-index-multiday-event-bar: var(--tec-z-index-multiday-event-bar);
  --tec-color-text-primary: #141827;
  --tec-color-text-primary-light: rgba(20, 24, 39, 0.62);
  --tec-color-text-secondary: #5d5d5d;
  --tec-color-text-disabled: #d5d5d5;
  --tec-color-text-events-title: var(--tec-color-text-primary);
  --tec-color-text-event-title: var(--tec-color-text-events-title);
  --tec-color-text-event-date: var(--tec-color-text-primary);
  --tec-color-text-secondary-event-date: var(--tec-color-text-secondary);
  --tec-color-icon-primary: #5d5d5d;
  --tec-color-icon-primary-alt: #757575;
  --tec-color-icon-secondary: #bababa;
  --tec-color-icon-active: #141827;
  --tec-color-icon-disabled: #d5d5d5;
  --tec-color-icon-focus: #334aff;
  --tec-color-icon-error: #da394d;
  --tec-color-event-icon: #141827;
  --tec-color-event-icon-hover: #334aff;
  --tec-color-accent-primary: #334aff;
  --tec-color-accent-primary-hover: rgba(51, 74, 255, 0.8);
  --tec-color-accent-primary-active: rgba(51, 74, 255, 0.9);
  --tec-color-accent-primary-background: rgba(51, 74, 255, 0.07);
  --tec-color-accent-secondary: #141827;
  --tec-color-accent-secondary-hover: rgba(20, 24, 39, 0.8);
  --tec-color-accent-secondary-active: rgba(20, 24, 39, 0.9);
  --tec-color-accent-secondary-background: rgba(20, 24, 39, 0.07);
  --tec-color-button-primary: var(--tec-color-accent-primary);
  --tec-color-button-primary-hover: var(--tec-color-accent-primary-hover);
  --tec-color-button-primary-active: var(--tec-color-accent-primary-active);
  --tec-color-button-primary-background: var(--tec-color-accent-primary-background);
  --tec-color-button-secondary: var(--tec-color-accent-secondary);
  --tec-color-button-secondary-hover: var(--tec-color-accent-secondary-hover);
  --tec-color-button-secondary-active: var(--tec-color-accent-secondary-active);
  --tec-color-button-secondary-background: var(--tec-color-accent-secondary-background);
  --tec-color-link-primary: var(--tec-color-text-primary);
  --tec-color-link-accent-hover: rgba(51, 74, 255, 0.8);
  --tec-color-border-default: #d5d5d5;
  --tec-color-border-secondary: #e4e4e4;
  --tec-color-border-tertiary: #7d7d7d;
  --tec-color-border-hover: #5d5d5d;
  --tec-color-border-active: #141827;
  --tec-color-background: #fff;
  --tec-color-background-events: transparent;
  --tec-color-background-transparent: hsla(0, 0%, 100%, 0.6);
  --tec-color-background-secondary: #f7f6f6;
  --tec-color-background-messages: rgba(20, 24, 39, 0.07);
  --tec-color-background-secondary-hover: #f0eeee;
  --tec-color-background-error: rgba(218, 57, 77, 0.08);
  --tec-color-box-shadow: rgba(0, 0, 0, 0.14);
  --tec-color-box-shadow-secondary: rgba(0, 0, 0, 0.1);
  --tec-color-scroll-track: rgba(0, 0, 0, 0.25);
  --tec-color-scroll-bar: rgba(0, 0, 0, 0.5);
  --tec-color-background-primary-multiday: rgba(51, 74, 255, 0.24);
  --tec-color-background-primary-multiday-hover: rgba(51, 74, 255, 0.34);
  --tec-color-background-secondary-multiday: rgba(20, 24, 39, 0.24);
  --tec-color-background-secondary-multiday-hover: rgba(20, 24, 39, 0.34);
  --tec-color-accent-primary-week-event: rgba(51, 74, 255, 0.1);
  --tec-color-accent-primary-week-event-hover: rgba(51, 74, 255, 0.2);
  --tec-color-accent-primary-week-event-featured: rgba(51, 74, 255, 0.04);
  --tec-color-accent-primary-week-event-featured-hover: rgba(51, 74, 255, 0.14);
  --tec-color-background-secondary-datepicker: var(--tec-color-background-secondary);
  --tec-color-accent-primary-background-datepicker: var(--tec-color-accent-primary-background);
  --color-text-primary: var(--tec-color-text-primary);
  --color-text-primary-light: var(--tec-color-text-primary-light);
  --color-text-secondary: var(--tec-color-text-secondary);
  --color-text-disabled: var(--tec-color-text-disabled);
  --color-icon-primary: var(--tec-color-icon-primary);
  --color-icon-primary-alt: var(--tec-color-icon-primary);
  --color-icon-secondary: var(--tec-color-icon-secondary);
  --color-icon-active: var(--tec-color-icon-active);
  --color-icon-disabled: var(--tec-color-icon-disabled);
  --color-icon-focus: var(--tec-color-icon-focus);
  --color-icon-error: var(--tec-color-icon-error);
  --color-accent-primary: var(--tec-color-accent-primary);
  --color-accent-primary-hover: var(--tec-color-accent-primary-hover);
  --color-accent-primary-active: var(--tec-color-accent-primary-active);
  --color-accent-primary-background: var(--tec-color-accent-primary-background);
  --color-accent-primary-multiday: var(--tec-color-accent-primary-multiday);
  --color-accent-primary-multiday-hover: var(--tec-color-accent-primary-multiday-hover);
  --color-accent-primary-week-event: var(--tec-color-accent-primary-week-event);
  --color-accent-primary-week-event-hover: var(--tec-color-accent-primary-week-event-hover);
  --color-accent-primary-week-event-featured: var(--tec-color-accent-primary-week-event-featured);
  --color-accent-primary-week-event-featured-hover: var(--tec-color-accent-primary-week-event-featured-hover);
  --color-accent-secondary: var(--tec-color-accent-secondary);
  --color-accent-secondary-hover: var(--tec-color-accent-secondary-hover);
  --color-accent-secondary-active: var(--tec-color-accent-secondary-active);
  --color-accent-secondary-background: var(--tec-color-accent-secondary-background);
  --color-border-default: var(--tec-color-border-default);
  --color-border-secondary: var(--tec-color-border-secondary);
  --color-border-tertiary: var(--tec-color-border-tertiary);
  --color-border-hover: var(--tec-color-border-hover);
  --color-border-active: var(--tec-color-border-active);
  --color-background: var(--tec-color-background);
  --color-background-transparent: var(--tec-color-background-transparent);
  --color-background-secondary: var(--tec-color-background-secondary);
  --color-background-messages: var(--tec-color-background-messages);
  --color-background-secondary-hover: var(--tec-color-background-secondary-hover);
  --color-background-error: var(--tec-color-icon-error);
  --color-box-shadow: var(--tec-color-box-shadow);
  --color-box-shadow-secondary: var(--tec-color-box-shadow-secondary);
  --color-scroll-track: var(--tec-color-scroll-track);
  --color-scroll-bar: var(--tec-color-scroll-bar);
}

@media (max-width: 750px) {
  .pc-only {
    display: none !important;
  }
}

@media (min-width: 750px) {
  .sp-only {
    display: none !important;
  }
}

#main-header {
  background-image: url("images/header.svg"), url("images/header.svg");
  background-repeat: no-repeat;
  background-size: auto 160px;
  background-position:
    right 50% top 0,
    right 0;
  width: 100vw;
  height: 70px;
  max-width: 100vw;
  box-shadow: 3px 1px 5px rgb(200, 200, 200);
  transition: 0.5s;
  z-index: 990;
  position: fixed;
  top: 0;
  overflow: hidden;
}

#main-header:hover {
  overflow: visible;
}

@media (max-width: 1024px) {
  #main-header {
    background-position: right 55% top 0;
  }
}

@media (max-width: 770px) {
  #main-header {
    background-position: right 75% top 0;
  }
}

@media (max-width: 600px) {
  #main-header {
    height: 54px;
    background-position: 0% 0px;
    background-size: cover;
  }
}

@media (max-width: 430px) {
  #main-header {
    background-position: 0px 0;
  }
}

@media (max-width: 400px) {
  #main-header {
    background-position: -30px 0;
  }
}

@media (max-width: 360px) {
  #main-header {
    background-position: -40px 0;
  }
}

@media (max-width: 320px) {
  #main-header {
    background-position: -55px 0;
  }
}

@media (max-width: 300px) {
  #main-header {
    background-position: -60px 0;
  }
}

#main-header .header-wrap {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 auto;
  height: 100%;
  width: 90%;
  max-width: 1440px;
}

#main-header .header-wrap-l {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  gap: 8px;
  height: 100%;
}

#main-header .header-wrap-r {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  gap: 8px;
  color: #fff;
}

#main-header .header-img-wrap {
  height: 100%;
  width: 33%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

#main-header .header-img-wrap a {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-direction: column;
  width: auto;
  text-decoration: none;
}

#main-header .header-img-wrap a img {
  width: 120px;
}

@media (max-width: 600px) {
  #main-header .header-img-wrap a img {
    width: 120px;
  }
}

#main-header .header-img-wrap a div {
  font-size: 12px;
  color: #6c6024;
  background: linear-gradient(90deg, #a38131 0%, #e7c76d 33%, #fecb88 56%, #e3c05d 83%, #9d874e 100%);
  background: -webkit-linear-gradient(0deg, #a38131 0%, #e7c76d 33%, #fecb88 56%, #e3c05d 83%, #9d874e 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 700;
  white-space: nowrap;
}

@media screen and (max-width: 560px) {
  #main-header .header-img-wrap a div {
    display: none;
  }
}

#main-header .header-img-wrap a div .gold {
  color: #6c6024;
}

#main-header .header-img-wrap a div .orange {
  color: #ae5e1d;
}

#main-header .header-nav-wrap {
  height: 100%;
  transition: 0.5s;
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
  gap: 1.6rem;
}

#main-header .header-nav-wrap nav {
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
  height: 100%;
}

@media (min-width: 770px) {
  #main-header .header-nav-wrap nav {
    display: flex !important;
    gap: 16px;
  }
}

#main-header .header-nav-wrap nav a {
  color: white;
  text-decoration: none;
  display: inline-block;
  text-align: left;
}

#main-header .header-nav-wrap nav a i {
  margin-left: 5px;
}

#main-header .header-wrap-l .header-nav-wrap nav .bl_header_btn {
  color: #000;
}

#main-header .header-wrap-l .header-nav-wrap nav .header-wrap-r {
  color: #fff;
}

#main-header .header-nav-wrap nav .bl_header_btn {
  cursor: pointer;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  gap: 4px;
  height: 100%;
  white-space: nowrap;
}

#main-header .header-nav-wrap nav .calendar-wrap {
  position: relative;
  width: 150px;
}

#main-header .header-nav-wrap nav .calendar-wrap .calendar-dropdown {
  visibility: hidden;
  background-color: rgba(7, 7, 7, 0.3215686275);
  border-radius: 4px;
  padding: 0 3px;
}

#main-header .header-nav-wrap nav .calendar-wrap:hover .calendar-dropdown {
  visibility: visible;
}

#main-header .header-nav-wrap nav .calendar-wrap a:first-child i {
  display: none;
}

#main-header .header-nav-wrap nav .calendar-wrap .calendar-dropdown {
  display: none;
}

#main-header .header-nav-wrap nav .project-wrap {
  position: relative;
  height: 100%;
}

#main-header .header-nav-wrap nav .project-wrap:hover>.project-dropdown {
  opacity: 1;
  height: fit-content;
}

#main-header .header-nav-wrap nav .project-wrap .project-dropdown {
  position: absolute;
  top: auto;
  right: auto;
  bottom: auto;
  left: 0;
  transform: translateY(14px);
  -webkit-transform: translateY(14px);
  -moz-transform: translateY(14px);
  -ms-transform: translateY(14px);
  -o-transform: translateY(14px);
  opacity: 0;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  background-color: #ff9335;
  border-radius: 2px;
  height: 0;
  overflow: hidden;
  white-space: nowrap;
  box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, 0.343);
  margin-top: -16px;
  z-index: 1;
}

#main-header .header-nav-wrap nav .project-wrap .project-dropdown a {
  display: block;
  width: 100%;
  transition: 0.4s;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
  padding: 8px 16px 8px 16px;
}

#main-header .header-nav-wrap nav .project-wrap .project-dropdown a:hover {
  opacity: 1;
  background-color: #ff7700;
}

#main-header .header-nav-wrap nav .project-wrap i {
  transform: rotate(-180deg);
  -webkit-transform: rotate(-180deg);
  -moz-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  -o-transform: rotate(-180deg);
  font-size: 10px;
}

.bl_hamburgerBtn {
  position: fixed;
  left: 14px;
  top: 78px;
  height: 32px;
  width: 32px;
  z-index: 9990;
  display: none;
  cursor: pointer;
  transition: 1s;
  -webkit-transition: 1s;
  -moz-transition: 1s;
  -ms-transition: 1s;
  -o-transition: 1s;
}

@media screen and (max-width: 560px) {
  .bl_hamburgerBtn {
    display: block;
  }
}

.bl_hamburgerBtn .bl_hamburgerBtn_trigger {
  cursor: pointer;
  height: 100%;
  width: 100%;
  border: none;
  left: 0;
  pointer-events: auto;
  position: absolute;
  top: 0;
  z-index: 9999;
}

.bl_hamburgerBtn .bl_hamburgerBtn_trigger span {
  background-color: rgb(122, 122, 122);
  height: 1px;
  width: 24px;
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
  margin: auto;
  position: absolute;
  right: 50%;
  transform: translate(50%, 50%);
  -webkit-transform: translate(50%, 50%);
  -moz-transform: translate(50%, 50%);
  -ms-transform: translate(50%, 50%);
  -o-transform: translate(50%, 50%);
}

.bl_hamburgerBtn .bl_hamburgerBtn_trigger span:nth-of-type(1) {
  top: 38%;
}

.bl_hamburgerBtn .bl_hamburgerBtn_trigger span:nth-of-type(2) {
  top: 50%;
}

.bl_hamburgerBtn .bl_hamburgerBtn_trigger span:nth-of-type(3) {
  top: 62%;
}

.bl_hamburgerBtn .is_active span::after {
  content: "";
  display: block;
  height: 1px;
}

.bl_hamburgerBtn .is_active span:nth-of-type(1) {
  transform: translate(50%, 50%) rotate(-45deg);
  -webkit-transform: translate(50%, 50%) rotate(-45deg);
  -moz-transform: translate(50%, 50%) rotate(-45deg);
  -ms-transform: translate(50%, 50%) rotate(-45deg);
  -o-transform: translate(50%, 50%) rotate(-45deg);
  top: 50%;
}

.bl_hamburgerBtn .is_active span:nth-of-type(2) {
  display: none;
}

.bl_hamburgerBtn .is_active span:nth-of-type(3) {
  transform: translate(50%, 50%) rotate(45deg);
  -webkit-transform: translate(50%, 50%) rotate(45deg);
  -moz-transform: translate(50%, 50%) rotate(45deg);
  -ms-transform: translate(50%, 50%) rotate(45deg);
  -o-transform: translate(50%, 50%) rotate(45deg);
  top: 51%;
}

main {
  overflow: hidden;
  min-height: 83vh;
}

.ly_footer {
  padding: 24px 0;
  width: 100%;
  background-color: rgba(255, 146, 50, 0.7803921569);
}

@media screen and (max-width: 560px) {
  .ly_footer {
    padding: 16px 0;
  }
}

.ly_footer.video {
  width: 82vw;
  margin: 0 0 0 auto;
}

@media screen and (max-width: 560px) {
  .ly_footer.video {
    width: 100%;
  }
}

.ly_footer .ly_inner {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

@media screen and (max-width: 560px) {
  .ly_footer .ly_inner {
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
  }
}

@media screen and (max-width: 560px) {
  .ly_footer .ly_inner_l {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
  }
}

.ly_footer .ly_inner_row {
  width: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: flex-start;
  gap: 16px;
}

@media screen and (max-width: 560px) {
  .ly_footer .ly_inner_row {
    flex-wrap: wrap;
    justify-content: space-between;
  }
}

@media screen and (max-width: 560px) {
  .ly_footer .ly_inner>.ly_inner_row:last-child {
    flex-direction: column-reverse;
  }
}

@media screen and (max-width: 560px) {
  .ly_footer .ly_inner>.ly_inner_row:last-child .bl_footer_listWrapper {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
  }
}

.ly_footer .ly_inner>.ly_inner_row:last-child .bl_footer_listWrapper .bl_footer_list {
  display: inline-block;
  margin-right: 1.6rem;
}

@media screen and (max-width: 560px) {
  .ly_footer .ly_inner>.ly_inner_row:last-child .bl_footer_listWrapper .bl_footer_list {
    margin-right: 0.8rem;
    margin-left: 0.8rem;
  }
}

.ly_footer .ly_inner>.ly_inner_row:last-child .bl_footer_listWrapper .bl_footer_list:last-child {
  margin-right: 0;
}

@media screen and (max-width: 560px) {
  .ly_footer .ly_inner>.ly_inner_row:last-child .bl_footer_listWrapper .bl_footer_list:last-child {
    margin-right: 0.8rem;
  }
}

.ly_footer .ly_inner>.ly_inner_row:last-child .bl_footer_listWrapper .bl_footer_btn {
  font-size: 14px;
  font-weight: 700;
  color: rgba(255, 255, 255, 0.4);
  font-family: noto-sans-cjk-jp, sans-serif;
  transition: 0.5s;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
}

.ly_footer .ly_inner>.ly_inner_row:last-child .bl_footer_listWrapper .bl_footer_btn:hover {
  opacity: 0.7;
}

.ly_footer .el_btn {
  margin: 0 0 0 8rem;
}

@media screen and (max-width: 560px) {
  .ly_footer .el_btn {
    margin: 0;
  }
}

.bl_footer_ttl {
  font-size: 16px;
  color: #252525;
  margin-bottom: 8px;
}

.bl_footer_listWrapper {
  list-style: none;
}

@media screen and (max-width: 560px) {
  .bl_footer_listWrapper {
    margin-bottom: 3.2rem;
  }
}

.bl_footer_listWrapper .bl_footer_list {
  display: block;
}

.bl_footer_listWrapper .bl_footer_list:last-child {}

.bl_footer_listWrapper .bl_footer_btn {
  font-size: 12px;
  font-weight: 700;
  color: #fff;
  text-decoration: none;
  color: #252525;
  transition: 0.2s;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -ms-transition: 0.2s;
  -o-transition: 0.2s;
}

.bl_footer_listWrapper .bl_footer_btn:hover {
  color: #ffe8c8;
}

.bl_footerCopyright {
  font-family: "Noto Serif JP", serif;
  font-style: normal;
  color: rgba(255, 255, 255, 0.621);
  line-height: 27px;
  font-weight: 700;
  display: block;
  font-size: 12px;
  text-align: center;
}

@media screen and (max-width: 560px) {
  .bl_footerCopyright {
    text-align: center;
  }
}

.bl_footerLogo {
  display: block;
  cursor: pointer;
  font-size: 0;
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
}

.bl_footerLogo img {
  height: 200px;
  mix-blend-mode: multiply;
}

@media screen and (max-width: 560px) {
  .bl_footerLogo img {
    height: 64px;
  }
}

.bl_footer_btn_line {
  display: block;
  margin-left: 32px;
}

.bl_footer_login {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  border-radius: 2px;
  background-color: rgba(251, 237, 217, 0.688);
  width: 100px;
  height: 32px;
  margin: 0 0 0 auto;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
}

.bl_footer_login:hover {
  background-color: rgba(255, 230, 194, 0.688);
}

@media screen and (max-width: 560px) {
  .bl_footer_login {
    margin: 0 auto 8px auto;
  }
}

.bl_footer_login p {
  color: rgb(57, 189, 255);
  font-size: 11px;
}

.ly_inner {
  margin: 0 auto;
  height: 100%;
  width: 90%;
  max-width: 1440px;
}

@media screen and (max-width: 560px) {
  .ly_inner {
    width: 94%;
  }
}

.ly_hero {
  height: auto;
  box-sizing: border-box;
  padding: 4rem 0;
}

@media screen and (max-width: 560px) {
  .ly_hero {
    padding: 2rem 0;
  }
}

.ly_hero .ly_inner {
  margin: 0 auto;
  height: 100%;
  width: 80%;
  max-width: 1440px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  gap: 4rem;
}

@media screen and (max-width: 560px) {
  .ly_hero .ly_inner {
    width: 90%;
    flex-direction: column;
    gap: 1.6rem;
  }
}

.bl_hero_inner {
  width: 50%;
}

@media screen and (max-width: 560px) {
  .bl_hero_inner {
    width: 100%;
  }
}

.bl_hero_ttl {
  font-size: 6.4rem;
  color: #514233;
  margin-bottom: 1.6rem;
}

@media screen and (max-width: 560px) {
  .bl_hero_ttl {
    font-size: 3.2rem;
  }
}

.bl_hero_subTtl {
  font-size: 3.2rem;
  color: #514233;
  line-height: 1.25;
  margin-bottom: 3.2rem;
}

@media screen and (max-width: 560px) {
  .bl_hero_subTtl {
    font-size: 1.8rem;
    margin-bottom: 1.6rem;
  }
}

.bl_hero img {
  width: 100%;
  object-fit: cover;
  object-position: center;
  -o-object-fit: cover;
  -o-object-position: center;
}

.whitePSuccession {
  background-color: #d2a468;
  padding: 100px 0 76px 0;
  box-sizing: border-box;
}

@media screen and (max-width: 560px) {
  .whitePSuccession {
    padding: 50px 0;
  }
}

.whitePSuccession .whitePSuccessionTitle {
  color: #fff;
  font-size: 3.2rem;
  margin-bottom: 50px;
  display: flex;
  align-items: center;
  flex-direction: column;
}

@media screen and (max-width: 560px) {
  .whitePSuccession .whitePSuccessionTitle {
    font-size: 20px;
  }
}

.whitePSuccession .whitePSuccessionTitle span {
  font-size: 6.4rem;
  font-weight: bold;
  text-align: center;
  white-space: nowrap;
}

@media screen and (max-width: 560px) {
  .whitePSuccession .whitePSuccessionTitle span {
    font-size: 26px;
  }
}

.whitePSuccession .whitePSuccessionTitle span br {
  display: none;
}

@media screen and (max-width: 860px) {
  .whitePSuccession .whitePSuccessionTitle span {
    white-space: normal;
  }

  .whitePSuccession .whitePSuccessionTitle span br {
    display: block;
  }
}

.whitePSuccession .inner {
  display: flex;
  align-items: center;
  flex-direction: column;
}

.whitePSuccession .inner .contentsBox {
  width: 80%;
  padding: 24px 40px;
  background-color: #fff;
  border-radius: 10px;
  margin-bottom: 24px;
  margin-left: 4%;
  position: relative;
}

@media screen and (max-width: 560px) {
  .whitePSuccession .inner .contentsBox {
    width: 70%;
    margin: 0 0 24px 20px;
  }
}

.whitePSuccession .inner .contentsBox .title {
  margin-bottom: 10px;
  font-size: 18px;
  text-align: left;
  align-items: flex-start;
  color: #514233;
}

.whitePSuccession .inner .contentsBox .description {
  font-size: 1.6rem;
  text-align: left;
  color: #000000;
}

@media screen and (max-width: 560px) {
  .whitePSuccession .inner .contentsBox .description {
    font-size: 14px;
  }
}

.whitePSuccession .inner .contentsBox span {
  height: 58px;
  width: 58px;
  border-radius: 58px;
  font-weight: bold;
  color: #514233;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 50%;
  right: auto;
  bottom: auto;
  left: -7%;
  transform: translate(50%, -50%);
  -webkit-transform: translate(50%, -50%);
  -moz-transform: translate(50%, -50%);
  -ms-transform: translate(50%, -50%);
  -o-transform: translate(50%, -50%);
  background-color: #ebd036;
}

@media screen and (max-width: 560px) {
  .whitePSuccession .inner .contentsBox span {
    left: -24%;
  }
}

.whitePPoint {
  background-color: #f8f7f3;
  padding: 108px 0;
  box-sizing: border-box;
}

@media screen and (max-width: 560px) {
  .whitePPoint {
    padding: 40px 0;
  }
}

.whitePPoint .pointTitle {
  font-size: 3.2rem;
  text-align: center;
  margin-bottom: 100px;
}

@media screen and (max-width: 560px) {
  .whitePPoint .pointTitle {
    font-size: 20px;
    margin-bottom: 50px;
  }
}

.whitePPoint .pointTitle span {
  white-space: nowrap;
}

.whitePPoint .pointTitle span br {
  display: none;
}

@media screen and (max-width: 860px) {
  .whitePPoint .pointTitle span {
    white-space: normal;
  }

  .whitePPoint .pointTitle span br {
    display: block;
  }
}

.whitePPoint .pointContent {
  box-sizing: border-box;
  width: 100%;
  color: #514233;
  position: relative;
}

.whitePPoint .pointContent .title {
  margin-bottom: 16px;
  font-size: 28px;
  font-weight: bold;
}

@media screen and (max-width: 560px) {
  .whitePPoint .pointContent .title {
    font-size: 20px;
  }
}

.whitePPoint .pointContent .title p {
  margin: 0;
}

.whitePPoint .pointContent .title span {
  background: linear-gradient(transparent 70%, #ebd036 0%);
  line-height: 150%;
}

.whitePPoint .pointContent .description {
  font-size: 1.6rem;
  text-align: left;
  position: relative;
  z-index: 2;
}

.whitePPoint .pointContent .description span {
  display: none;
}

@media screen and (max-width: 560px) {
  .whitePPoint .pointContent .description span {
    display: inline-block;
    font-size: 1.6rem;
    margin-right: 8px;
    color: #d2a468;
  }
}

.whitePPoint .pointContent .contentNum {
  font-size: 130px;
  color: #d2a468;
  opacity: 0.15;
  position: absolute;
  top: -70px;
  right: -32px;
  z-index: 1;
}

@media screen and (max-width: 560px) {
  .whitePPoint .pointContent .contentNum {
    display: none;
  }
}

.ly_service {
  padding: 108px 0;
  box-sizing: border-box;
  background-color: #d2a468;
}

@media screen and (max-width: 560px) {
  .ly_service {
    padding: 40px 0;
  }
}

.ly_service .el_grid {
  margin-bottom: 4rem;
}

.bl_service {
  box-sizing: border-box;
}

.bl_service_ttl {
  margin-bottom: 1.6rem;
  font-size: 24px;
  font-weight: bold;
  align-items: flex-start;
  color: #514233;
}

.bl_service_detail {
  font-size: 14px;
  color: #000000;
  margin-bottom: 2.4rem;
}

.bl_service img {
  width: 100%;
  height: 256px;
  object-fit: cover;
  object-position: center;
  -o-object-fit: cover;
  -o-object-position: center;
  margin-bottom: 3.2rem;
}

.ly_plan {
  padding: 108px 0;
  box-sizing: border-box;
}

@media screen and (max-width: 560px) {
  .ly_plan {
    padding: 40px 0;
  }
}

.ly_plan img {
  width: 100%;
  object-fit: cover;
  object-position: center;
  -o-object-fit: cover;
  -o-object-position: center;
  margin-bottom: 4rem;
}

.bl_contents_ttl {
  margin-bottom: 3.2rem;
  font-size: 3.2rem;
  align-items: flex-start;
  color: #514233;
  text-align: center;
}

@media screen and (max-width: 560px) {
  .bl_contents_ttl {
    font-size: 20px;
  }
}

.bl_contents_detail {
  font-size: 1.6rem;
  color: #000000;
  margin-bottom: 2.4rem;
}

@media screen and (max-width: 560px) {
  .bl_contents_detail {
    font-size: 14px;
  }
}

/*===============================================
真TOP
===============================================*/
.ly_mv {
  height: auto;
  box-sizing: border-box;
}

@media screen and (max-width: 560px) {
  .ly_mv .el_registration_menu {
    display: none;
  }
}

.bl_mv_ttl {
  width: 100%;
  background-color: #56595b;
  /* min-height: 176px; */
}

@media screen and (max-width: 560px) {
  .bl_mv_ttl {
    min-height: 0;
  }
}

.bl_mv_ttl_inner {
  margin: 0 auto;
  height: 100%;
  width: 90%;
  max-width: 1440px;
  padding: 16px 0;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
  position: relative;
}

.bl_mv_ttl_inner.old {
  padding: 8px 0;
  align-items: flex-start;
}

@media screen and (max-width: 560px) {
  .bl_mv_ttl_inner {
    width: 96%;
    padding: 8px 0;
  }
}

.bl_mv_ttl_txt {
  display: block;
  font-size: 32px;
  font-weight: 700;
  color: #fff;
  margin-top: 16px;
}

@media screen and (max-width: 560px) {
  .bl_mv_ttl_txt {
    width: 100%;
    font-size: 20px;
    text-align: center;
    margin-top: 0;
  }
}

.bl_mv_contents .ly_inner {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: flex-start;
  gap: 4rem;
}

@media screen and (max-width: 1200px) {
  .bl_mv_contents .ly_inner {
    gap: 1.6rem;
  }
}

@media screen and (max-width: 560px) {
  .bl_mv_contents .ly_inner {
    width: 100%;
    flex-direction: column;
    gap: 0;
  }
}

@media screen and (min-width: 1500px) {
  .bl_mv_menu {
    min-width: 382px;
  }
}

/* TOPの画像3枚 */
.bl_mv_contents .top_img_area {
  width: 100%;
  display: flex;
  gap: 4px;
  margin-top: 3px;
}

@media screen and (max-width: 800px) {
  .bl_mv_contents .top_img_area {
    flex-direction: column;
    gap: 2px;
    margin: 0 auto;
  }
}

.bl_mv_contents .top_img_area_inner_l {
  display: flex;
  flex-direction: column;
  width: 68%;
  position: relative;
}

.bl_mv_contents .top_img_area_inner_r {
  display: flex;
  flex-direction: column;
  width: calc((32% - 16px));
  gap: 4px;
  position: relative;
}

@media screen and (max-width: 800px) {
  .bl_mv_contents .top_img_area_inner_l {
    width: 100%;
  }

  .bl_mv_contents .top_img_area_inner_r {
    flex-direction: row;
    width: 100%;
    gap: 2px;
  }
}

.bl_mv_contents .img_wrapper {
  width: 100%;
  height: 100%;
  position: relative;
}

.bl_mv_contents .img_wrapper.sub_img {
  position: relative;
}

@media screen and (max-width: 800px) {
  .bl_mv_contents .img_wrapper {
    height: fit-content;
  }

  .bl_mv_contents .img_wrapper.main_img {
    height: 216px;
  }

  .bl_mv_contents .img_wrapper.sub_img {
    height: 103px;
  }
}

.bl_mv_contents .img_wrapper p {
  color: #fff;
  position: absolute;
  bottom: 16px;
  left: 0;
  padding: 2px 8px;
  line-height: 1.5;
  font-size: 18px;
  width: 100%;
}

@media screen and (max-width: 800px) {
  .bl_mv_contents .img_wrapper p {
    bottom: 2px;
    padding: 1px 2px;
    line-height: 1.4;
    font-size: 10px;
  }
}

.bl_mv_contents .img_wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.bl_mv_contents .bl_mv_menu_ttl {
  font-size: 20px;
  text-align: center;
  padding-bottom: 6px;
  border-bottom: 4px solid #fbc7a9;
  margin: 16px auto 16px auto;
}

@media screen and (max-width: 1200px) {
  .bl_mv_contents .bl_mv_menu_ttl {
    font-size: 18px;
  }
}

@media screen and (max-width: 560px) {
  .bl_mv_contents .bl_mv_menu_ttl {
    margin: 12px auto 12px auto;
    padding-bottom: 4px;
    margin: 8px auto 16px auto;
  }
}

.bl_mv_contents .bl_mv_menu_list_wrapper {
  list-style: none;
}

@media screen and (max-width: 560px) {
  .bl_mv_contents .bl_mv_menu_list_wrapper {
    padding: 0 4%;
  }
}

.bl_mv_contents .bl_mv_menu_list {
  padding: 10px 24px;
  background-color: #d8ecfa;
  margin-bottom: 12px;
  border-radius: 8px;
  box-shadow: 0 0 6px 1px rgba(0, 0, 0, 0.25);
}

@media screen and (max-width: 560px) {
  .bl_mv_contents .bl_mv_menu_list {
    padding: 7px 16px;
  }
}

.bl_mv_contents .bl_mv_menu_list:last-child {
  margin-bottom: 0;
}

.bl_mv_contents .bl_mv_menu_list_ttl {
  margin-bottom: 12px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  gap: 12px;
}

@media screen and (max-width: 1200px) {
  .bl_mv_contents .bl_mv_menu_list_ttl {
    gap: 8px;
    margin-bottom: 8px;
  }
}

@media screen and (max-width: 560px) {
  .bl_mv_contents .bl_mv_menu_list_ttl {
    gap: 6px;
  }
}

.bl_mv_contents .bl_mv_menu_list_ttl img {
  height: 20px;
}

@media screen and (max-width: 1200px) {
  .bl_mv_contents .bl_mv_menu_list_ttl img {
    height: 18px;
  }
}

.bl_mv_contents .bl_mv_menu_list_ttl span {
  font-size: 16px;
  font-weight: 700;
}

@media screen and (max-width: 1200px) {
  .bl_mv_contents .bl_mv_menu_list_ttl span {
    font-size: 14px;
  }
}

.bl_mv_contents .bl_mv_menu_list_txt {
  font-size: 14px;
  line-height: 1.6;
}

@media screen and (max-width: 560px) {
  .bl_mv_contents .bl_mv_menu_list_txt {
    font-size: 12px;
  }
}

.bl_mv_contents .el_carousel {
  width: 62vw;
  /* margin-top: -72px; */
}

.bl_mv_contents .el_carousel.old {
  margin-top: -72px;
}

@media screen and (min-width: 1441px) {
  .bl_mv_contents .el_carousel {
    width: 924px;
  }
}

@media screen and (max-width: 1200px) {
  .bl_mv_contents .el_carousel {
    width: 56vw;
  }
}

@media (max-width: 1150px) {
  .bl_mv_contents .el_carousel {
    width: 48vw;
  }
}

@media (max-width: 690px) {
  .bl_mv_contents .el_carousel {
    width: 40vw;
  }

  .bl_mv_contents .el_carousel.old {
    margin-top: 0;
  }
}

@media screen and (max-width: 560px) {
  .bl_mv_contents .el_carousel {
    width: 100vw;
    margin-top: 0;
  }
}

.bl_mv_contents .el_carousel_area {
  width: 62vw;
  height: 100%;
}

@media screen and (min-width: 1441px) {
  .bl_mv_contents .el_carousel_area {
    width: 924px;
  }
}

@media screen and (max-width: 1200px) {
  .bl_mv_contents .el_carousel_area {
    width: 56vw;
  }
}

@media (max-width: 1150px) {
  .bl_mv_contents .el_carousel_area {
    width: 48vw;
  }
}

@media (max-width: 690px) {
  .bl_mv_contents .el_carousel_area {
    width: 40vw;
  }
}

@media screen and (max-width: 560px) {
  .bl_mv_contents .el_carousel_area {
    width: 100vw;
  }
}

.bl_mv_contents .el_carousel .slick-list {
  width: 62vw;
  height: 100%;
}

@media screen and (min-width: 1441px) {
  .bl_mv_contents .el_carousel .slick-list {
    width: 924px;
  }
}

@media screen and (max-width: 1200px) {
  .bl_mv_contents .el_carousel .slick-list {
    width: 56vw;
  }
}

@media (max-width: 1150px) {
  .bl_mv_contents .el_carousel .slick-list {
    width: 48vw;
  }
}

@media (max-width: 690px) {
  .bl_mv_contents .el_carousel .slick-list {
    width: 40vw;
  }
}

@media screen and (max-width: 560px) {
  .bl_mv_contents .el_carousel .slick-list {
    max-height: 190px;
    width: 100vw;
  }
}

.bl_mv_contents .el_carousel .slick-track {
  width: 62vw;
  height: 100%;
}

@media screen and (min-width: 1441px) {
  .bl_mv_contents .el_carousel .slick-track {
    width: 924px;
  }
}

@media screen and (max-width: 1200px) {
  .bl_mv_contents .el_carousel .slick-track {
    width: 56vw;
  }
}

@media (max-width: 1150px) {
  .bl_mv_contents .el_carousel .slick-track {
    width: 48vw;
  }
}

@media (max-width: 690px) {
  .bl_mv_contents .el_carousel .slick-track {
    width: 40vw;
  }
}

@media screen and (max-width: 560px) {
  .bl_mv_contents .el_carousel .slick-track {
    max-height: 190px;
    width: 100vw;
  }
}

.bl_mv_contents .el_carousel img {
  width: 62vw;
  height: 460px;
  margin: 0 auto;
  object-fit: cover;
  object-position: center;
  -o-object-fit: cover;
  -o-object-position: center;
}

@media screen and (min-width: 1441px) {
  .bl_mv_contents .el_carousel img {
    width: 924px;
  }
}

@media (max-width: 1150px) {
  .bl_mv_contents .el_carousel img {
    width: 48vw;
    height: 420px;
  }
}

@media (max-width: 1000px) {
  .bl_mv_contents .el_carousel img {
    height: 380px;
  }
}

@media (max-width: 690px) {
  .bl_mv_contents .el_carousel img {
    width: 40vw;
  }
}

@media screen and (max-width: 560px) {
  .bl_mv_contents .el_carousel img {
    max-height: 190px;
    width: 100vw;
  }
}

.bl_mv_contents_list {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
}

.img_wrapper.main_img {
  position: relative;
}

.bl_mv_contents_list_bg {
  cursor: pointer;
  position: absolute;
  top: auto;
  right: 0;
  bottom: 0;
  left: auto;
  width: 100%;
  height: fit-content;
  background-color: rgba(0, 0, 0, 0.7);
  padding: 8px 8%;
}

.bl_mv_contents_list_bg.top {
  top: 0;
  right: 0;
  bottom: auto;
  left: auto;
  width: 100%;
  flex-direction: column;
}

.bl_mv_contents_list_bg.top .row {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

@media screen and (max-width: 560px) {
  .bl_mv_contents_list_bg {
    padding: 4px 6%;
    background-color: rgba(0, 0, 0, 0.5);
  }
}

.bl_mv_contents_list_bg:hover .bl_mv_contents_list_ttl {
  color: white;
  opacity: 0.7;
}

.bl_mv_contents_list_ttl.sm {
  font-size: 12px;
}

@media screen and (max-width: 560px) {
  .bl_mv_contents_list_ttl.sm {
    font-size: 10px;
  }
}

.bl_mv_contents_list_tag {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
}

.bl_mv_contents_list_tag a,
.bl_mv_contents_list_tag div {
  display: block;
  background-color: rgba(255, 255, 255, 0.78);
  padding: 2px 4px;
  min-width: 60px;
  text-align: center;
  text-decoration: none;
  border-radius: 2px;
  font-size: 12px;
}

@media screen and (max-width: 560px) {

  .bl_mv_contents_list_tag a,
  .bl_mv_contents_list_tag div {
    font-size: 10px;
  }
}

.bl_mv_contents_list_tag a.red,
.bl_mv_contents_list_tag div.red {
  background-color: rgba(232, 107, 79, 0.9);
}

.bl_mv_contents_list_tag a.white,
.bl_mv_contents_list_tag div.white {
  background-color: rgba(255, 255, 255, 0.9);
  color: #000;
}

.bl_mv_contents_list_tag a.aqua,
.bl_mv_contents_list_tag div.aqua {
  background-color: rgba(79, 204, 232, 0.9);
}

.bl_mv_contents_list_tag a.lightgreen,
.bl_mv_contents_list_tag div.lightgreen {
  background-color: rgba(118, 217, 72, 0.9);
}

.bl_mv_contents_list_tag a.pink,
.bl_mv_contents_list_tag div.pink {
  background-color: rgba(232, 79, 198, 0.9);
}

.bl_mv_contents_list_tag a.purple,
.bl_mv_contents_list_tag div.purple {
  background-color: rgba(184, 128, 255, 0.9);
}

.bl_mv_contents_list_tag a.orange,
.bl_mv_contents_list_tag div.orange {
  background-color: rgba(252, 157, 24, 0.9);
}

.bl_mv_contents_list_tag a.tag_cat,
.bl_mv_contents_list_tag div.tag_cat {
  background-color: rgba(109, 109, 109, 0.9);
}

.bl_mv_contents_list_contents {
  display: block;
  color: white;
}

.bl_mv_contents_list_contents:last-child {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

.bl_mv_contents_list_date {
  font-size: 13px;
}

@media screen and (max-width: 560px) {
  .bl_mv_contents_list_date {
    font-size: 12px;
  }
}

.bl_mv_contents_list_ttl {
  display: block;
  font-size: 18px;
  line-height: 1.5;
  text-decoration: none;
  color: white;
  transition: 0.4s;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
}

.bl_mv_contents_list_ttl:hover {
  color: white;
  opacity: 0.7;
}

@media screen and (max-width: 560px) {
  .bl_mv_contents_list_ttl {
    font-size: 14px;
  }
}

.el_registration_menu {
  background-color: rgba(252, 229, 147, 0.26);
  padding: 8px 24px;
  border-radius: 6px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  align-items: center;
}

@media screen and (min-width: 1441px) {
  .el_registration_menu {
    width: 26%;
  }
}

@media screen and (min-width: 1562px) {
  .el_registration_menu {
    width: 30%;
  }
}

@media screen and (min-width: 1600px) {
  .el_registration_menu {
    width: 32%;
    max-width: 450px;
  }
}

.el_registration_menu_txt {
  font-size: 14px;
  text-align: center;
  color: #fff;
  line-height: 1.6;
  margin-bottom: 12px;
}

.el_registration_menu_inner {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 12px;
}

.el_registration_menu_btn {
  width: 110px;
  padding: 6px 0;
  display: block;
  text-decoration: none;
  transition: 0.4s;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
}

.el_registration_menu_btn:hover {
  opacity: 0.7;
}

.el_registration_menu_btn span {
  display: block;
  transition: 0.4s;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
  font-size: 14px;
  text-align: center;
}

.el_registration_menu_btn__white {
  background-color: #fff;
  border: 1px solid #e8984f;
}

.el_registration_menu_btn__white span {
  color: #e8984f;
}

.el_registration_menu_btn__red {
  background-color: #e8584f;
}

.el_registration_menu_btn__red span {
  color: #fff;
}

.el_registration_menu_anker {
  color: #4abeff;
}

.ly_article {
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
  padding: 0 0 8px 0;
}

@media screen and (max-width: 560px) {
  .ly_article {
    padding: 0 0 8px 0;
  }
}

.ly_article .el_grid {
  margin-bottom: 24px;
}

.bl_article_ttl {
  padding: 8px 36px 8px 24px;
  border-left: 12px solid #ffbc58;
  background: rgb(252, 214, 170);
  background: linear-gradient(90deg, rgb(252, 214, 170) 0%, rgba(255, 233, 207, 0) 96%);
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 32px;
}

@media screen and (max-width: 560px) {
  .bl_article_ttl {
    padding: 4px 20px 4px 8px;
    border-left: 8px solid #ffbc58;
    flex-direction: column;
    margin-bottom: 24px;
  }
}

.bl_article_ttl h2 {
  font-size: 24px;
  font-weight: 700;
}

.bl_article_ttl .bl_article_btn {
  cursor: pointer;
  font-size: 16px;
  white-space: nowrap;
  position: relative;
}

@media screen and (max-width: 560px) {
  .bl_article_ttl .bl_article_btn {
    font-size: 12px;
  }
}

.bl_article_ttl .bl_article_btn_u {
  color: #61bff5;
}

.bl_article_btn_u .fa-caret-down {
  transition: all 0.4s;
  font-size: 20px;
  margin-left: 4px;
}

.bl_article_btn_u .fa-caret-down.active {
  transform: rotate(180deg);
}

.bl_article_ttl .bl_article_btn_d {
  position: absolute;
  top: 37px;
  right: 50%;
  bottom: auto;
  left: auto;
  transform: translateX(50%);
  -webkit-transform: translateX(50%);
  -moz-transform: translateX(50%);
  -ms-transform: translateX(50%);
  -o-transform: translateX(50%);
  background: rgb(252, 214, 170);
  background: linear-gradient(90deg, rgb(255, 250, 245) 0%, rgb(255, 253, 251) 100%);
  display: none;
  width: fit-content;
  z-index: 100;
  overflow: hidden;
}

@media screen and (max-width: 560px) {
  .bl_article_ttl .bl_article_btn_d {
    top: 22px;
  }
}

.bl_article_ttl .bl_article_btn_d a {
  display: block;
  padding: 4px 12px;
  transition: 0.4s;
  text-decoration: none;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
}

.bl_article_ttl .bl_article_btn_d a:hover {
  background-color: #e8984f;
  color: #fff;
}

.bl_article_list {
  width: 100%;
  position: relative;
  overflow: hidden;
  display: block;
  padding: 4px;
  box-shadow: 0px 0px 5px #b4b4b4;
}

.bl_article_list a {
  display: block;
  aspect-ratio: 16 / 9;
  overflow: hidden;
}

.bl_article_list a:hover>.bl_article_list_bg>.bl_article_list_contents>.bl_article_list_ttl {
  opacity: 0.7;
}

.bl_article_list a:hover>img {
  transform: scale(1.05);
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
}

.bl_article_list img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transition: 0.4s;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
}

.bl_article_list_info {
  padding: 8px 2px 0 2px;
}

.bl_article_list_info .inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 8px 0;
}

.bl_article_list_bg {
  position: absolute;
  top: 16px;
  right: auto;
  bottom: auto;
  left: 16px;
  width: 140px;
  height: 155px;
  background: #fff;
  background: linear-gradient(200deg, rgb(255, 255, 255) 0%, rgb(170, 213, 255) 100%);
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
  padding: 8px;
}

.bl_article_list .bl_article_list_tag {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
}

.bl_article_list .bl_article_list_tag a,
.bl_article_list .bl_article_list_tag div {
  display: block;
  background-color: rgba(255, 255, 255, 0.78);
  padding: 2px 4px;
  min-width: 60px;
  text-align: center;
  text-decoration: none;
  border-radius: 2px;
  font-size: 12px;
  color: #fff;
}

.bl_article_list .bl_article_list_tag a.red,
.bl_article_list .bl_article_list_tag div.red {
  background-color: rgba(232, 107, 79, 0.9);
}

.bl_article_list .bl_article_list_tag a.white,
.bl_article_list .bl_article_list_tag div.white {
  background-color: rgba(255, 255, 255, 0.9);
  color: #000;
  border: 1px solid #d6d6d6;
}

.bl_article_list .bl_article_list_tag a.darkblue,
.bl_article_list .bl_article_list_tag div.darkblue {
  background-color: rgba(0, 58, 183, 0.9);
}

.bl_article_list .bl_article_list_tag a.aqua,
.bl_article_list .bl_article_list_tag div.aqua {
  background-color: rgba(79, 204, 232, 0.9);
}

.bl_article_list .bl_article_list_tag a.lightgreen,
.bl_article_list .bl_article_list_tag div.lightgreen {
  background-color: rgba(118, 217, 72, 0.9);
}

.bl_article_list .bl_article_list_tag a.pink,
.bl_article_list .bl_article_list_tag div.pink {
  background-color: rgba(232, 79, 198, 0.9);
}

.bl_article_list .bl_article_list_tag a.purple,
.bl_article_list .bl_article_list_tag div.purple {
  background-color: rgba(184, 128, 255, 0.9);
}

.bl_article_list .bl_article_list_tag a.orange,
.bl_article_list .bl_article_list_tag div.orange {
  background-color: rgba(252, 157, 24, 0.9);
}

.bl_article_list .bl_article_list_tag a.tag_cat,
.bl_article_list .bl_article_list_tag div.tag_cat {
  background-color: rgba(109, 109, 109, 0.9);
}

.bl_article_list .bl_article_list_contents {
  color: #000;
}

.bl_article_list .bl_article_list_date {
  font-size: 12px;
  white-space: nowrap;
}

.bl_article_list .bl_article_list_contents .bl_article_list_ttl {
  font-size: 15px;
  line-height: 1.5;
  text-decoration: none;
  color: #000;
  font-weight: 700;
  transition: 0.4s;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
}

.bl_article_list_info .bl_article_list_ttl {
  font-size: 15px;
  line-height: 1.5;
  text-decoration: none;
  color: #000;
  font-weight: 700;
  transition: 0.4s;
  overflow: hidden;
  text-overflow: ellipsis;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.bl_article_list_info .bl_article_list_ttl .ttl {
  width: 116px;
  /* 必要に応じて幅を設定 */
  min-width: 116px;
  white-space: nowrap;
  /* テキストを一行に制限 */
  overflow: hidden;
  /* 溢れたテキストを隠す */
  text-overflow: ellipsis;
  /* 溢れたテキストを「...」にする */
}

@media screen and (max-width: 560px) {
  .bl_article_list_info .bl_article_list_ttl .ttl {
    width: 206px;
    min-width: 206px;
  }
}

.bl_article_list_info .bl_article_list_ttl .point {
  white-space: nowrap;
  display: inline-block;
}

.bl_article_list .bl_article_list_contents .bl_article_list_ttl:hover {
  opacity: 0.7;
}

.bl_article_banner {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: flex-start;
  padding: 48px 54px;
  box-shadow: 0 0 6px 1px rgba(0, 0, 0, 0.25);
  border-radius: 8px;
  gap: 24px;
  margin: 0 auto 24px auto;
}

@media screen and (max-width: 560px) {
  .bl_article_banner {
    flex-direction: column-reverse;
    padding: 16px 20px;
  }
}

.bl_article_banner_inner {
  width: 50%;
}

@media screen and (max-width: 560px) {
  .bl_article_banner_inner {
    width: 100%;
  }
}

.bl_article_banner img {
  width: 50%;
}

@media screen and (max-width: 560px) {
  .bl_article_banner img {
    width: 100%;
  }
}

.bl_article_banner_tag {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 24px;
}

.bl_article_banner_tag a,
.bl_article_banner_tag div {
  display: block;
  background-color: #e8984f;
  padding: 2px 4px;
  min-width: 60px;
  text-align: center;
  text-decoration: none;
  border-radius: 2px;
  font-size: 12px;
  color: #fff;
}

.bl_article_banner_ttl {
  display: block;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 16px;
  text-decoration: none;
}

.bl_article_banner_ttl__anker {
  color: #000;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
}

.bl_article_banner_ttl__anker:hover {
  color: #bf6e21;
}

.bl_article_banner_txt {
  font-size: 16px;
  line-height: 1.6;
}

.ly_entry {
  padding: 50px 0;
}

@media screen and (max-width: 800px) {
  .ly_entry {
    padding: 20px 0;
  }
}

.ly_entry .ly_inner {
  width: 70%;
}

@media screen and (max-width: 1200px) {
  .ly_entry .ly_inner {
    width: 80%;
  }
}

@media screen and (max-width: 960px) {
  .ly_entry .ly_inner {
    width: 90%;
  }
}

.ly_entry .el_btn {
  width: 100%;
  margin: 16px 0;
  min-height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.bl_entry {
  width: 100%;
  margin: 0 auto;
  padding: 32px 16px;
  background-color: rgba(217, 217, 217, 0.2);
}

@media screen and (max-width: 560px) {
  .bl_entry {
    width: 100%;
    padding: 8px;
  }
}

.bl_entry_ttl {
  font-size: 32px;
  line-height: 1.5;
  text-align: center;
  margin-bottom: 24px;
}

@media screen and (max-width: 560px) {
  .bl_entry_ttl {
    font-size: 24px;
  }
}

.bl_entry_inner {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}

@media screen and (max-width: 560px) {
  .bl_entry_inner {
    flex-direction: column;
    align-items: center;
  }
}

.bl_entry_inner_left {
  width: 55%;
}

@media screen and (max-width: 560px) {
  .bl_entry_inner_left {
    width: 100%;
  }
}

.bl_entry_inner_right {
  width: 100%;
}

@media screen and (max-width: 560px) {
  .bl_entry_inner_right {
    width: 100%;
  }
}

.bl_entry ul {
  list-style: none;
  margin-bottom: 24px;
}

.bl_entry ul li {
  display: block;
  line-height: 1.6;
  font-size: 14px;
}

.bl_entry ul li span {
  color: #e8984f;
}

.bl_entry h3 {
  font-size: 24px;
  line-height: 1.5;
  margin-bottom: 24px;
}

@media screen and (max-width: 560px) {
  .bl_entry h3 {
    font-size: 18px;
  }
}

.bl_entry p {
  font-size: 16px;
  line-height: 1.5;
  margin-bottom: 8px;
}

.bl_entry_box {
  width: 100%;
  padding: 32px;
  background-color: #fcfaec;
}

@media screen and (max-width: 560px) {
  .bl_entry_box {
    padding: 32px 16px;
  }
}

.bl_entry_box_login {
  display: block;
  text-align: center;
  transition: 0.4s;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
  font-size: 14px;
}

.ly_entryRequest {
  padding: 50px 0;
  width: 100%;
}

.ly_entryRequest .el_grid {
  margin-bottom: 32px;
}

.bl_entryRequest h2 {
  text-align: center;
  font-size: 28px;
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 32px;
}

@media screen and (max-width: 560px) {
  .bl_entryRequest h2 {
    font-size: 22px;
  }
}

.bl_entryRequest p {
  line-height: 1.6;
  text-align: center;
  margin-bottom: 24px;
}

.bl_entryRequest p.txt_notice {
  line-height: 1.6;
  margin-bottom: 24px;
  font-size: 16px;
  padding-left: 12px;
  text-align: left;
}

@media screen and (max-width: 560px) {
  .bl_entryRequest p {
    font-size: 14px;
  }

  .bl_entryRequest p.txt_notice {
    padding-left: 0;
  }
}

.bl_entryRequest p:last-child {
  margin-bottom: 0;
}

.bl_entryRequest_box {
  border: 4px solid #ff9356;
  border-radius: 16px;
  padding: 30px 16px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 50px;
}

@media screen and (max-width: 560px) {
  .bl_entryRequest_box {
    padding: 14px 9px;
    margin-bottom: 32px;
  }
}

.bl_entryRequest_box p {
  font-size: 14px;
}

.bl_entryRequest_flow_contents {
  width: 100%;
}

.bl_entryRequest_flow_contents img {
  width: 100%;
  object-fit: cover;
  object-position: center;
}

@media screen and (max-width: 560px) {
  .el_registration_menu_sp {
    position: fixed;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    background-color: rgba(252, 229, 147, 0.26);
    width: 100%;
  }

  .el_login_btn_sp {
    margin: 0 auto;
  }

  .el_registration_menu_txt_sp {
    font-size: 10px;
    color: #fff;
    line-height: 1.6;
    padding: 10px;
    font-weight: bold;
  }

  .el_registration_menu_inner_first_child_sp {
    background-color: #d13f2c91;
    display: flex;
    align-items: center;
    gap: 6px;
  }

  .el_registration_menu_inner_second_child_sp {
    background-color: #eba267;
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 10px 10px 10px 10px;
  }

  .el_registration_btn_wrapper {
    margin: 0 auto;
    display: flex;
  }

  .el_login_btn_sp {
    margin-right: 10px;
  }

  .el_registration_menu_btn_sp {
    margin-right: 10px;
    height: 35px;
  }

  .el_registration_btn_sp {
    margin-right: auto;
    width: 130px;
    margin-left: auto;
  }

  .el_line_btn_sp {
    margin: 0 auto;
  }
}

@media screen and (min-width: 560px) {
  .el_registration_menu_sp {
    display: none;
  }
}

.entry-content .tag {
  margin-bottom: 8px;
}

.entry-tag {
  font-size: 14px;
}

.entry-content .tag .entry-tag {
  width: fit-content;
  border-radius: 16px;
  padding: 0px 10px;
  margin: 0 0 0 8px;
  background-color: rgb(255, 225, 169);
  display: inline-block;
}

.entry-tag.red {
  background-color: rgba(232, 107, 79, 0.9) !important;
}

.entry-tag.white {
  background-color: rgba(255, 255, 255, 0.9) !important;
  color: #000 !important;
  border: 1px solid #d6d6d6 !important;
}

.entry-tag.aqua {
  background-color: rgba(79, 204, 232, 0.9) !important;
}

.entry-tag.lightgreen {
  background-color: rgba(118, 217, 72, 0.9) !important;
}

.entry-tag.pink {
  background-color: rgba(232, 79, 198, 0.9) !important;
}

.entry-tag.purple {
  background-color: rgba(184, 128, 255, 0.9) !important;
}

.entry-tag.orange {
  background-color: rgba(252, 157, 24, 0.9) !important;
}

.entry-tag.yellow {
  background-color: rgba(202, 177, 12, 0.9) !important;
}

.entry-tag.blue {
  background-color: rgba(49, 60, 148, 0.9) !important;
}

.entry-tag.tag_cat {
  background-color: rgba(109, 109, 109, 0.9) !important;
}

.entry-content .tag .entry-tag a {
  text-decoration: none;
  color: rgb(92, 92, 92);
  pointer-events: none;
}

.post-content .tag {
  margin-bottom: 8px;
}

.post-content .tag .entry-tag {
  width: fit-content;
  border-radius: 16px;
  padding: 0px 10px;
  margin: 0 0 0 8px;
  background-color: rgb(255, 225, 169);
  display: inline-block;
}

.post-content .tag .entry-tag a {
  text-decoration: none;
  color: rgb(92, 92, 92);
  pointer-events: none;
}

.post-content ul li {
  margin: 0 0 12px 20px;
  word-break: break-all;
  font-size: 16px;
}

.post-content ul li:last-child {
  margin-bottom: 0;
}

.post-content p {
  font-size: 16px;
  line-height: 1.7;
}

.post-content h2 {
  font-size: 28px;
  line-height: 1.5;
}

@media screen and (max-width: 560px) {
  .post-content h2 {
    font-size: 24px;
  }
}

input[type="text"] {
  width: 400px;
  height: 50px;
  border-radius: 10px;
  outline: none;
  border: black 1px solid;
  padding-left: 20px;
}

input[type="submit"] {
  height: 50px;
  padding: 0 20px;
}

select {
  height: 50px;
}

.searchandfilter {
  text-align: center;
}

.tribe-event-tags a {
  pointer-events: none;
  color: rgb(92, 92, 92) !important;
  width: fit-content;
  border-radius: 16px;
  padding: 0px 10px;
  margin: 0 0 0 8px;
  background-color: rgb(255, 225, 169);
  display: inline-block;
}

/*ハンバーガーメニュー*/
.hamburger {
  display: block;
  visibility: visible;
  width: 30px;
  height: 30px;
  cursor: pointer;
  appearance: none;
  background: none;
  outline: none;
  border: none;
  position: absolute;
  top: 35px;
  right: 20px;
  z-index: 1;
}

@media screen and (max-width: 769px) {
  .hamburger {
    top: 24px;
  }
}

@media screen and (max-width: 560px) {
  .hamburger {
    top: 35px;
  }
}

.hamburger .bar,
.hamburger::after,
.hamburger::before {
  content: "";
  display: block;
  width: 100%;
  height: 3px;
  background-color: white;
  margin: 6px 0px;
  transition: 0.4s;
}

.hamburger::before {
  margin-top: 0;
}

.hamburger-menu {
  display: block;
  position: fixed;
  top: 0;
  right: -100%;
  width: 90vw;
  z-index: 1;
  /* background-color: #f58220; */
  background: linear-gradient(135deg, #ff9233 0%, #61260d 100%);
  padding-top: 14px;
  transition: 0.4s;
  height: 100vh;
  padding-bottom: 32px;
  overflow-y: scroll;
  overflow-x: hidden;
}

.hamburger-menu.is-active {
  right: 0;
}

.hamburger-menu a,
.hamburger-menu .ttl {
  display: block;
  text-align: left;
  width: 100%;
  margin: 0 auto;
  padding: 6px 8px;
  margin-left: 35%;
  text-decoration: none;
  color: white;
  position: relative;
}

.hamburger-menu .ttl::before,
.hamburger-menu a::before {
  content: "";
  width: 8px;
  height: 8px;
  border-top: solid 3px #ffffff;
  border-right: solid 3px #ffffff;
  transform: rotate(45deg);
  position: absolute;
  left: -32px;
  top: 38%;
  transition: all 0.5s;
}

.hamburger-menu a:hover::before {
  left: -24px;
}

.hamburger-menu a:hover {
  color: rgb(189, 189, 189);
}

/* スマホメニューのtoggle用スタイル */
.project-wrap .inner {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.5s ease-out;
}

.project-wrap .inner.open {
  max-height: 500px;
  /* 予想される最大の高さに調整してください */
}

.project-wrap .inner a::before {
  display: none;
}

@media (max-width: 400px) {

  .hamburger-menu a,
  .hamburger-menu .ttl {
    margin-left: 20%;
  }

  .project-wrap .inner a {
    margin-left: 21%;
  }
}

.cross {
  display: block;
  visibility: visible;
  width: 30px;
  height: 30px;
  cursor: pointer;
  background: none;
  outline: none;
  border: none;
  position: absolute;
  top: 8px;
  right: 8px;
  z-index: 2;
}

.hamburger-menu.closed {
  right: -100%;
}

.cross::before {
  content: "";
  display: block;
  width: 100%;
  height: 3px;
  background-color: white;
  margin: 6px 0px;
  transform: rotate(45deg) translate(6px, 6px);
}

.cross::after {
  transform: rotate(-45deg) translate(0px, -1px);
  content: "";
  display: block;
  width: 100%;
  height: 3px;
  background-color: white;
  margin: 6px 0px;
  transition: 0.4s;
}

/* スマホメニュー */
.hamburger-menu-wrap .large-menu {
  font-weight: bold;
  color: white;
  font-size: 18px;
  padding: 4px 13px;
  border-left: 4px solid #fff;
  margin-left: 16px;
}

@media screen and (max-width: 1200px) {

  /* スマホメニューリスト */
  .hamburger-menu .hamburger-menu-wrap .project-wrap {
    opacity: 0;
    visibility: hidden;
    transform: translateX(-20px);
    /* 初期状態で少し上にずれた位置からスタート */
    transition:
      transform 0.8s ease-out,
      opacity 0.8s ease-out,
      visibility 0s 0.8s;
    /* visibilityの遅延を追加して自然に見せる */
  }

  .hamburger-menu.is-active .hamburger-menu-wrap .project-wrap {
    opacity: 1;
    visibility: visible;
    transform: translateX(0);
  }

  /* 以下、各メニューアイテムの遅延時間を設定 */
  .hamburger-menu.is-active .hamburger-menu-wrap .project-wrap:first-child {
    transition-delay: 0s;
  }

  .hamburger-menu.is-active .hamburger-menu-wrap .project-wrap:nth-child(2) {
    transition-delay: 0.1s;
  }

  .hamburger-menu.is-active .hamburger-menu-wrap .project-wrap:nth-child(3) {
    transition-delay: 0.2s;
  }

  .hamburger-menu.is-active .hamburger-menu-wrap .project-wrap:nth-child(4) {
    transition-delay: 0.3s;
  }

  .hamburger-menu.is-active .hamburger-menu-wrap .project-wrap:nth-child(5) {
    transition-delay: 0.4s;
  }

  .hamburger-menu.is-active .hamburger-menu-wrap .project-wrap:nth-child(6) {
    transition-delay: 0.5s;
  }

  .hamburger-menu.is-active .hamburger-menu-wrap .project-wrap:nth-child(7) {
    transition-delay: 0.6s;
  }

  .hamburger-menu.is-active .hamburger-menu-wrap .project-wrap:nth-child(8) {
    transition-delay: 0.7s;
  }

  .hamburger-menu.is-active .hamburger-menu-wrap .project-wrap:nth-child(9) {
    transition-delay: 0.8s;
  }

  .hamburger-menu.is-active .hamburger-menu-wrap .project-wrap:nth-child(10) {
    transition-delay: 0.9s;
  }

  .hamburger-menu.is-active .hamburger-menu-wrap .project-wrap:nth-child(11) {
    transition-delay: 1s;
  }

  .hamburger-menu.is-active .hamburger-menu-wrap .project-wrap:nth-child(12) {
    transition-delay: 1.1s;
  }

  .hamburger-menu.is-active .hamburger-menu-wrap .project-wrap:nth-child(13) {
    transition-delay: 1.2s;
  }

  .hamburger-menu.is-active .hamburger-menu-wrap .project-wrap:nth-child(14) {
    transition-delay: 1.3s;
  }

  .hamburger-menu.is-active .hamburger-menu-wrap .project-wrap:nth-child(15) {
    transition-delay: 1.4s;
  }

  .hamburger-menu.is-active .hamburger-menu-wrap .project-wrap:nth-child(16) {
    transition-delay: 1.5s;
  }

  .hamburger-menu.is-active .hamburger-menu-wrap .project-wrap:nth-child(17) {
    transition-delay: 1.6s;
  }

  .hamburger-menu.is-active .hamburger-menu-wrap .project-wrap:nth-child(18) {
    transition-delay: 1.7s;
  }
}

.btn-style {
  width: 300px;
  height: 60px;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  color: white !important;
  font-size: 20px;
  margin: 10px auto;
  outline: none;
  border: none;
}

.btn-style:hover {
  opacity: 0.8;
}

.wp_hp_button {
  width: 100%;
}

.wp_hp_button .wp-block-button__link {
  width: 100%;
  padding: 0.4em 1.333em;
  border-radius: 4px;
  background-color: white;
  color: green;
  border: 1px solid green;
}

.wp_hp_button .wp-block-button__link:hover {
  background-color: rgba(30, 169, 102, 0.1000000015);
}

.pdf-btn {
  background-image: url("images/manual-btn.png");
  background-position: center;
  color: white;
  padding: 10px;
  text-decoration: none;
  width: 200px;
  max-width: 200px;
  height: 50px;
  font-size: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.simplefavorite-button {
  background-color: #ffffff;
  border-color: #ffffff;
  color: #f16682;
  outline: none;
  box-shadow: none;
  padding: 0 5px;
  border: none;
  font-size: 24px;
  display: flex;
  align-items: center;
}

.simplefavorite-button i {
  display: flex;
  align-items: center;
  flex-direction: column;
}

.simplefavorite-button i span {
  font-size: 18px;
  display: none;
}

.simplefavorite-button:hover {
  cursor: pointer;
}

.simplefavorite-button-count {
  font-size: 20px;
  margin-left: 5px;
}

.project-btn-background {
  background-image: url("images/project-btn.png");
  background-position: center;
  border-radius: 4px;
  width: 200px;
  max-width: 200px;
  height: 46px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-size: 16px;
}

.btn-arrow {
  margin-left: 10px;
  margin-left: 1%;
}

.manual-btn-background {
  background-image: url("images/manual-btn.png");
  background-position: center;
  width: 200px;
  max-width: 200px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-size: 18px;
}

.sns-wrap {
  height: 24px;
  margin-bottom: 32px !important;
  display: flex;
  justify-content: flex-start;
  margin: auto;
  gap: 8px;
}

.sns-wrap .sns a {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.sns-wrap .sns a svg {
  fill: gray;
  height: 24px;
  width: 24px;
  transition: 0.4s;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
}

.sns-wrap .sns a svg:hover {
  fill: #f58220;
}

.sns-wrap .sns a .opensea_logo_main_path {
  fill: gray;
  height: 24px;
  width: 24px;
  transition: 0.4s;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
}

.sns-wrap .sns a .opensea_logo_main_path:hover {
  fill: #f58220;
}

/*===============================================
New button
===============================================*/
.el_btn_wrapper {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  gap: 2.4rem;
}

@media screen and (max-width: 560px) {
  .el_btn_wrapper {
    gap: 0.8rem;
  }
}

.el_btn {
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Cormorant Garamond";
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  text-align: center;
  margin: 0 auto;
  width: fit-content;
  min-width: 100px;
  min-height: 56px;
  padding: 8px 16px;
  line-height: 3.2rem;
  height: fit-content;
  border-radius: 4px;
  box-sizing: border-box;
  text-decoration: none;
  transition: 0.5s;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
}

.el_btn:hover {
  opacity: 0.7;
}

.el_btn__white {
  background-color: #fff;
  border: 1px solid #e8984f;
}

.el_btn__white span {
  color: #514233;
}

.el_btn__base {
  background: linear-gradient(130deg, #ceab76, #9b6a2e);
}

.el_btn__base span {
  color: #fff;
}

.el_btn__red {
  background: #e8584f;
}

.el_btn__green {
  background: #44d86e;
}

.el_btn__red span,
.el_btn__green span {
  color: #fff;
}

.el_btn_page {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #715f4d;
  padding-bottom: 0.8rem;
  font-family: "Noto Serif JP";
  font-weight: 700;
  width: 200px;
  transition: 0.5s;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
}

@media screen and (max-width: 560px) {
  .el_btn_page {
    width: calc((90vw - 23px) / 2);
  }
}

.el_btn_page__pcHide {
  display: none;
}

@media screen and (max-width: 560px) {
  .el_btn_page__pcHide {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    margin: 0 auto;
  }
}

@media screen and (max-width: 560px) {
  .el_btn_page__spHide {
    display: none;
  }
}

.el_btn_page:hover {
  opacity: 0.7;
}

.el_btn_page span {
  font-family: "Noto Serif JP", serif;
  font-size: 1.8rem;
}

@media screen and (max-width: 560px) {
  .el_btn_page span {
    font-size: 1.5rem;
  }
}

.el_btn_page img {
  height: 32px;
  width: 32px;
}

.el_btn_view {
  transition: 0.5s;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  font-size: 1.8rem;
  width: 43px;
  position: relative;
}

.el_btn_view::before,
.el_btn_view::after {
  content: "";
  position: absolute;
  top: auto;
  right: auto;
  bottom: -8px;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #514233;
}

.el_btn_view::before {
  transform: scale(0, 1);
  transform-origin: right top;
}

.el_btn_view::after {
  transform: scale(1, 1);
  transform-origin: left top;
}

.el_snsBtn_wrapper {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.6rem;
}

.el_snsBtn_wrapper span {
  font-size: 3.2rem;
  font-weight: 700;
  font-family: "Noto Serif JP", serif;
  margin-right: 1.6rem;
}

.el_snsBtn {
  display: block;
  height: 32px;
  width: 32px;
  transition: 0.5s;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
}

.el_snsBtn:hover {
  opacity: 0.7;
}

.el_btn_reserchBanner {
  width: 100%;
  min-height: 250px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #ffe4ba;
  border-radius: 4px;
  overflow: hidden;
  text-decoration: none;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
}

.el_btn_reserchBanner:hover {
  box-shadow: 1px 1px 6px rgba(0, 0, 0, 0.4);
}

.el_btn_reserchBanner:hover>img {
  transform: scale(102%);
  -webkit-transform: scale(102%);
  -moz-transform: scale(102%);
  -ms-transform: scale(102%);
  -o-transform: scale(102%);
}

.el_btn_reserchBanner img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: center;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
}

.el_btn_reserchBanner__lg {
  margin-top: 1.6rem;
  min-height: 100px;
  height: 100px;
  background-color: #00438a;
  box-shadow: 1px 1px 6px rgba(0, 0, 0, 0.4);
}

.el_btn_reserchBanner__lg:hover {
  opacity: 0.7;
}

.el_btn_reserchBanner__lg:hover>img {
  transform: scale(101%);
  -webkit-transform: scale(101%);
  -moz-transform: scale(101%);
  -ms-transform: scale(101%);
  -o-transform: scale(101%);
}

.el_btn_reserchBanner__lg img {
  object-position: 0 -43px;
}

@media screen and (max-width: 560px) {
  .el_btn_reserchBanner__lg img {
    object-position: center;
  }
}

.tribe-events-calendar-list__event-title-link {
  color: white !important;
}

.tribe-events .tribe-events-calendar-month-mobile-events__mobile-event-title-link {
  color: white !important;
}

.tribe-events-c-events-bar__filter-button {
  display: none !important;
}

.tribe-events-c-top-bar__datepicker-time {
  display: none !important;
}

.schedule-wrap {
  width: 100%;
  color: #140344;
  width: 50vw;
  margin: 0 auto;
  padding: 0 0 50px 0;
  border-left: #140344 1px solid;
}

.schedule-wrap .schedule-box {
  position: relative;
}

.schedule-wrap .schedule-box .title-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.schedule-wrap .schedule-box .title-wrap .title-icon {
  display: flex;
  align-items: center;
}

.schedule-wrap .schedule-box .title-wrap .title-icon .schedule-icon img {
  width: 30px;
  margin-left: 20px;
}

.schedule-wrap .schedule-box .title-wrap .title-icon .schedule-title {
  margin-left: 10px;
  font-size: 24px;
  font-weight: 600;
}

.schedule-wrap .schedule-box .title-wrap .schedule-date {
  justify-content: right;
  color: white;
  padding: 5px 50px;
  border-radius: 5px;
}

.schedule-wrap .schedule-box .schedule-number {
  position: absolute;
  left: -15px;
  z-index: 1;
  border-radius: 50px;
  color: white;
  display: flex;
  width: 30px;
  height: 30px;
  align-items: center;
  justify-content: center;
}

.schedule-wrap .schedule-description {
  margin-left: 30px;
  margin-top: 10px;
}

.tribe-events-pg-template {
  width: 90% !important;
}

@media (max-width: 550px) {
  .tribe-events-pg-template {
    padding: 40px 0 15px 0 !important;
  }
}

.tribe-events-meta-group {
  width: 100% !important;
  margin: 0 0 0 0 !important;
  border-radius: 4px;
  padding: 0 0 0 0 !important;
}

.tribe-events-meta-group .tribe-events-single-section-title {
  display: none;
}

.tribe-events-meta-group dl {
  display: flex;
  flex-direction: column;
}

.tribe-events-meta-group dl dt {
  font-weight: bold;
  margin-bottom: 6px;
}

.tribe-events-meta-group dl dd {
  margin-bottom: 16px;
}

.tribe-events-meta-group dl .tribe-events-event-categories-label {
  display: none;
}

.tribe-events-meta-group dl .tribe-events-event-categories {
  display: none;
}

.tribe-events-meta-group dl .tribe-event-tags {
  display: none;
}

#tribe-events-content {
  margin-bottom: 0 !important;
  width: 65% !important;
}

#tribe-events-content .tribe-event-tags-label {
  display: none;
}

@media (max-width: 1000px) {
  #tribe-events-content {
    width: 100% !important;
  }
}

.tribe-events-single-event-title {
  font-size: 40px;
  white-space: nowrap;
  margin-bottom: 28px;
}

@media (max-width: 800px) {
  .tribe-events-single-event-title {
    white-space: nowrap;
    font-size: 32px;
  }
}

@media (max-width: 600px) {
  .tribe-events-single-event-title {
    font-size: 28px;
  }
}

@media (max-width: 550px) {
  .tribe-events-single-event-title {
    font-size: 22px;
    margin-bottom: 18px;
  }
}

#legend_box {
  display: none;
}

.tribe-events-c-view-selector__content {
  width: 130px;
}

.tribe-events .tribe-events-l-container {
  padding-top: 10px;
}

@media (max-width: 550px) {
  .tribe-events .tribe-events-l-container {
    padding-top: 30px;
    padding-bottom: 10px;
  }
}

.tribe-events-event-image img {
  margin: 0 auto;
  display: block;
  width: 100%;
  height: auto;
}

.tribe-common p {
  font-size: 16px;
}

.tribe-events-schedule {
  text-align: start;
}

.tribe-events-schedule__date {
  font-size: 16px;
}

.tribe-events-schedule__time {
  font-size: 14px;
}

.tribe-events-nav-next a,
.tribe-events-nav-previous a {
  color: black !important;
}

.wp-block-post-date time {
  font-size: 14px;
  font-weight: 200;
}

@media (max-width: 550px) {
  #tribe-events-pg-template {
    padding: 40px 0;
  }
}

.eventPageNav {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: row;
  list-style: none;
  margin: 32px auto;
  flex-wrap: wrap;
}

@media (max-width: 600px) {
  .eventPageNav {
    justify-content: center;
  }
}

@media (max-width: 385px) {
  .eventPageNav {
    column-gap: 4px;
  }
}

.eventPageNav li {
  height: auto;
  color: gray;
  padding: 10px 32px;
  box-sizing: border-box;
  border-bottom: 4px solid rgb(232, 232, 232);
  white-space: nowrap;
}

@media (max-width: 560px) {
  .eventPageNav li {
    padding: 6px 18px;
  }
}

@media (max-width: 435px) {
  .eventPageNav li {
    padding: 6px 12px;
  }
}

.eventPageNav a {
  height: auto;
  width: auto;
  color: gray;
  text-decoration: none;
  transition: 0.3s;
}

.eventPageNav a:hover {
  color: #f58220;
  transition: 0.3s;
}

.activeAAAAAA {
  border-bottom: 4px solid #f58220 !important;
  color: #f58220 !important;
}

.eventSingleDetailWrapper {
  width: 100%;
  height: auto;
  margin: 32px 0;
}

.eventSingleDetailWrapper h2 {
  font-size: 32px;
  font-weight: bold;
  margin-bottom: 32px;
  border-left: 10px solid #f58220;
  border-image: linear-gradient(#f58220 0%, #ffc500 100%);
  border-image-slice: 1;
  line-height: 100%;
  padding: 12px 0 12px 16px;
  background-color: #3987c8;
  color: white;
}

@media (max-width: 550px) {
  .eventSingleDetailWrapper h2 {
    font-size: 21px;
  }
}

.partition {
  width: 100%;
  height: 2px;
  background-color: #859eff;
  margin: 32px 0;
}

.eventTopWrapper {
  width: 100%;
  height: auto;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-direction: row;
  gap: 32px;
}

@media (max-width: 1000px) {
  .eventTopWrapper {
    flex-direction: column;
  }
}

@media (max-width: 550px) {
  .eventTopWrapper {
    gap: 22px;
  }
}

.pjPeriod {
  width: 45%;
  height: auto;
  box-sizing: border-box;
}

@media (max-width: 1000px) {
  .pjPeriod {
    flex-direction: column;
    margin: 0 !important;
    width: 100%;
  }
}

.pjPeriod dl {
  width: 100%;
  height: auto;
}

.pjPeriod dl dt {
  margin-bottom: 6px;
  font-size: 16px;
  color: gray;
  font-weight: bold;
  display: flex;
  align-items: center;
  flex-direction: row;
}

.pjPeriod dl dt p {
  margin: 0 8px 0 0;
}

.pjPeriod dl dt span {
  text-decoration: none;
}

.pjPeriod dl dd {
  font-size: 18px;
  margin-bottom: 28px;
}

.pjPeriod dl dd .progress_date {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: row;
}

.pjPeriod dl dd .progressDate1,
.pjPeriod dl dd .progressDate2 {
  width: 100%;
  margin-bottom: 4px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  font-size: 16px;
}

@media (max-width: 550px) {

  .pjPeriod dl dd .progressDate1,
  .pjPeriod dl dd .progressDate2 {
    font-size: 13px;
  }
}

.pjPeriod dl dd .progressDate1 .progress_start_date,
.pjPeriod dl dd .progressDate1 .progress_end_date,
.pjPeriod dl dd .progressDate2 .progress_start_date,
.pjPeriod dl dd .progressDate2 .progress_end_date {
  color: gray;
}

.pjPeriod dl dd .progressDate1 {
  color: #4680e8;
}

.pjPeriod dl dd .progress_back {
  display: flex;
  align-items: flex-start;
  width: 100%;
  height: 16px;
  background: #ccc;
  position: relative;
  border-radius: 10px;
}

@media (max-width: 550px) {
  .pjPeriod dl dd .progress_back {
    height: 12px;
  }
}

.pjPeriod dl dd .progress_front {
  height: 16px;
  background: linear-gradient(0.25turn, #47aaec, #5fdbff);
  border-radius: 10px;
}

@media (max-width: 550px) {
  .pjPeriod dl dd .progress_front {
    height: 12px;
  }
}

.pjPeriod .btnArea dt {
  margin-bottom: 16px;
}

.pjPeriod .btnArea dd {
  margin-bottom: 8px;
}

.pjPeriod .stack {
  width: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-direction: column;
}

.pjPeriod .stack .entryBtn {
  height: auto;
  width: auto;
  margin: 0 0 32px 0;
  text-decoration: none;
}

.pjPeriod .stack .entryBtn p {
  color: #47aaec;
  text-decoration: underline;
  font-size: 16px;
  width: 200px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.pjPeriod .stack .entryBtn p:hover {
  color: #99d3fa;
}

.pjPeriod .stack .entryBtn p:hover>svg {
  fill: rgb(162, 162, 162);
}

.pjPeriod .stack .entryBtn p svg {
  fill: gray;
  height: 14px;
  margin-left: 10px;
}

.pjPeriod .stack .entryBtn p svg:hover {
  fill: rgb(162, 162, 162);
}

.pjStructure {
  width: 96%;
  font-size: 18px;
  margin: 0 auto;
}

@media (max-width: 550px) {
  .pjStructure {
    font-size: 16px;
    margin: 0;
  }
}

.pjStructure strong {
  font-size: 16px;
  color: gray;
  letter-spacing: 1px;
  font-weight: bold;
}

.pjSummary {
  width: 100%;
  padding: 0 24px;
  margin: 0 0 32px 0;
  box-sizing: border-box;
}

@media (max-width: 550px) {
  .pjSummary {
    padding: 0 10px;
    margin: 0 0 8px 0;
  }
}

.pjSummary .stack {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-direction: row;
  gap: 32px;
}

@media (max-width: 770px) {
  .pjSummary .stack {
    flex-direction: column;
    gap: 16px;
  }
}

.pjSummary .stack dl {
  width: 100%;
  height: auto;
}

.pjSummary .stack dl dt {
  margin-bottom: 16px;
  font-size: 24px;
  font-weight: bold;
  padding-bottom: 3px;
  position: relative;
  width: 100%;
}

@media (max-width: 600px) {
  .pjSummary .stack dl dt {
    width: 100%;
  }
}

@media (max-width: 550px) {
  .pjSummary .stack dl dt {
    font-size: 20px;
  }
}

.pjSummary .stack dl dt::before {
  content: "";
  position: absolute;
  bottom: -3px;
  left: 0;
  width: 370px;
  height: 2px;
  border-radius: 2px;
  background-color: rgba(0, 68, 204, 0.5607843137);
}

@media (max-width: 550px) {
  .pjSummary .stack dl dt::before {
    width: 260px;
  }
}

.pjSummary .stack dl dt::after {
  content: "";
  position: absolute;
  bottom: -5px;
  left: 0;
  width: 200px;
  height: 4px;
  border-radius: 3px;
  background-color: rgba(0, 84, 204, 0.2117647059);
}

.pjSummary .stack dl dd {
  font-size: 18px;
  margin-bottom: 28px;
}

@media (max-width: 550px) {
  .pjSummary .stack dl dd {
    font-size: 16px;
  }
}

.pjSummary .stack dl dd img {
  width: 100%;
}

.pjCloudloan {
  width: 100%;
  padding: 0 24px;
  margin: 0 0 32px 0;
  box-sizing: border-box;
}

@media (max-width: 550px) {
  .pjCloudloan {
    padding: 0 10px;
    margin: 0 0 8px 0;
  }
}

.pjCloudloan .stack {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-direction: row;
  gap: 32px;
}

@media (max-width: 770px) {
  .pjCloudloan .stack {
    flex-direction: column;
    gap: 16px;
  }
}

.pjCloudloan .stack dl {
  width: 100%;
  height: auto;
}

.pjCloudloan .stack dl dt {
  margin-bottom: 16px;
  font-size: 24px;
  font-weight: bold;
  padding-bottom: 3px;
  position: relative;
  width: 100%;
}

@media (max-width: 600px) {
  .pjCloudloan .stack dl dt {
    width: 100%;
  }
}

@media (max-width: 550px) {
  .pjCloudloan .stack dl dt {
    font-size: 20px;
  }
}

.pjCloudloan .stack dl dt::before {
  content: "";
  position: absolute;
  bottom: -3px;
  left: 0;
  width: 370px;
  height: 2px;
  border-radius: 2px;
  background-color: rgba(0, 68, 204, 0.5607843137);
}

@media (max-width: 550px) {
  .pjCloudloan .stack dl dt::before {
    width: 260px;
  }
}

.pjCloudloan .stack dl dt::after {
  content: "";
  position: absolute;
  bottom: -5px;
  left: 0;
  width: 200px;
  height: 4px;
  border-radius: 3px;
  background-color: rgba(0, 84, 204, 0.2117647059);
}

.pjCloudloan .stack dl dd {
  font-size: 18px;
  margin-bottom: 28px;
}

@media (max-width: 550px) {
  .pjCloudloan .stack dl dd {
    font-size: 16px;
  }
}

.pjRequirements {
  width: 100%;
  padding: 0 24px;
  margin: 0 0 32px 0;
  box-sizing: border-box;
}

@media (max-width: 550px) {
  .pjRequirements {
    padding: 0 10px;
    margin: 0 0 8px 0;
  }
}

.pjRequirements dl {
  width: 100%;
  height: auto;
}

.pjRequirements dl dt {
  margin-bottom: 16px;
  font-size: 24px;
  font-weight: bold;
  padding-bottom: 3px;
  position: relative;
  width: 100%;
}

@media (max-width: 600px) {
  .pjRequirements dl dt {
    width: 100%;
  }
}

@media (max-width: 550px) {
  .pjRequirements dl dt {
    font-size: 20px;
  }
}

.pjRequirements dl dt::before {
  content: "";
  position: absolute;
  bottom: -3px;
  left: 0;
  width: 370px;
  height: 2px;
  border-radius: 2px;
  background-color: rgba(0, 68, 204, 0.5607843137);
}

@media (max-width: 550px) {
  .pjRequirements dl dt::before {
    width: 260px;
  }
}

.pjRequirements dl dt::after {
  content: "";
  position: absolute;
  bottom: -5px;
  left: 0;
  width: 200px;
  height: 4px;
  border-radius: 3px;
  background-color: rgba(0, 84, 204, 0.2117647059);
}

.pjRequirements dl dd {
  font-size: 18px;
  margin-bottom: 28px;
}

@media (max-width: 550px) {
  .pjRequirements dl dd {
    font-size: 16px;
  }
}

.pjRequirements dl dd img {
  width: 50%;
  object-fit: contain;
  object-position: center;
}

@media (max-width: 600px) {
  .pjRequirements dl dd img {
    width: 100%;
  }
}

.pjInvestor {
  width: 100%;
  padding: 0 24px;
  margin: 0 0 32px 0;
  box-sizing: border-box;
}

@media (max-width: 550px) {
  .pjInvestor {
    padding: 0 10px;
    margin: 0 0 8px 0;
  }
}

.pjInvestor dl {
  width: 100%;
  height: auto;
}

.pjInvestor dl dt {
  margin-bottom: 16px;
  font-size: 24px;
  font-weight: bold;
  padding-bottom: 3px;
  position: relative;
  width: 100%;
}

@media (max-width: 600px) {
  .pjInvestor dl dt {
    width: 100%;
  }
}

@media (max-width: 550px) {
  .pjInvestor dl dt {
    font-size: 20px;
  }
}

.pjInvestor dl dt::before {
  content: "";
  position: absolute;
  bottom: -3px;
  left: 0;
  width: 370px;
  height: 2px;
  border-radius: 2px;
  background-color: rgba(0, 68, 204, 0.5607843137);
}

@media (max-width: 550px) {
  .pjInvestor dl dt::before {
    width: 260px;
  }
}

.pjInvestor dl dt::after {
  content: "";
  position: absolute;
  bottom: -5px;
  left: 0;
  width: 200px;
  height: 4px;
  border-radius: 3px;
  background-color: rgba(0, 84, 204, 0.2117647059);
}

.pjInvestor dl dd {
  font-size: 18px;
  margin-bottom: 28px;
}

@media (max-width: 550px) {
  .pjInvestor dl dd {
    font-size: 16px;
  }
}

.pjInvestor dl dd img {
  width: 50%;
  object-fit: contain;
  object-position: center;
}

@media (max-width: 600px) {
  .pjInvestor dl dd img {
    width: 100%;
  }
}

.pjInvestor .investorLoop {
  display: grid;
  grid-template-columns: repeat(3, 30%);
  column-gap: 16px;
  row-gap: 16px;
}

.pjInvestor .investorLoop .investorArea {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}

.pjInvestor .investorLoop .investorArea .investorContentsImgWrapper .investorImgInner {
  width: 120px;
  height: 80px;
  border-radius: 40px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}

.pjInvestor .investorLoop .investorArea .investorContentsImgWrapper .investorImgInner img {
  width: 80px;
  height: 80px;
  object-fit: contain;
  object-position: center;
}

.pjInvestor .investorLoop .investorArea .investorContentsNameWrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}

.pjInvestor .investorLoop .investorArea .investorContentsNameWrapper .investorName {
  color: gray;
  font-size: 18px;
  font-weight: bold;
}

.pjRelated {
  width: 100%;
  padding: 0 24px;
  margin: 0 0 32px 0;
  box-sizing: border-box;
}

@media (max-width: 550px) {
  .pjRelated {
    padding: 0 10px;
    margin: 0 0 8px 0;
  }
}

.pjRelated .stack {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.pjRelated .stack a {
  height: auto;
  width: auto;
  margin: 0 0 32px 0;
  text-decoration: none;
}

.pjRelated .stack a p {
  color: white;
  font-size: 20px;
  width: 270px;
  padding: 16px 32px;
  border-radius: 4px;
  box-sizing: border-box;
  text-align: center;
  background-color: #f58220;
}

.pjRelated .stack a p:hover {
  background-color: #ffb97c;
}

.pjOther {
  width: 100%;
  padding: 0 24px;
  margin: 0 0 32px 0;
  box-sizing: border-box;
}

@media (max-width: 550px) {
  .pjOther {
    padding: 0 10px;
    margin: 0 0 8px 0;
  }
}

.pjOther dl {
  width: 100%;
  height: auto;
}

.pjOther dl dt {
  margin-bottom: 16px;
  font-size: 24px;
  font-weight: bold;
  padding-bottom: 3px;
  position: relative;
  width: 100%;
}

@media (max-width: 550px) {
  .pjOther dl dt {
    font-size: 20px;
  }
}

@media (max-width: 600px) {
  .pjOther dl dt {
    width: 100%;
  }
}

.pjOther dl dt::before {
  content: "";
  position: absolute;
  bottom: -3px;
  left: 0;
  width: 370px;
  height: 2px;
  border-radius: 2px;
  background-color: rgba(0, 68, 204, 0.5607843137);
}

@media (max-width: 550px) {
  .pjOther dl dt::before {
    width: 260px;
  }
}

.pjOther dl dt::after {
  content: "";
  position: absolute;
  bottom: -5px;
  left: 0;
  width: 200px;
  height: 4px;
  border-radius: 3px;
  background-color: rgba(0, 84, 204, 0.2117647059);
}

.pjOther dl dd {
  font-size: 18px;
  width: 100%;
  margin-bottom: 28px;
}

@media (max-width: 550px) {
  .pjOther dl dd {
    font-size: 16px;
  }
}

.pjOther dl dd img {
  width: 100%;
  margin-top: 32px;
  max-height: 50vh;
  object-fit: contain;
  object-position: left;
  -o-object-fit: contain;
  -o-object-position: left;
}

.pjTeam {
  width: 100%;
  padding: 0 24px;
  margin: 0 0 32px 0;
  box-sizing: border-box;
}

@media (max-width: 550px) {
  .pjTeam {
    padding: 0 10px;
  }
}

.pjTeam .innerGrid {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(2, 50%);
  row-gap: 24px;
}

@media (max-width: 600px) {
  .pjTeam .innerGrid {
    grid-template-columns: repeat(1, 100%);
  }
}

.pjTeam .innerGrid dl {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
}

.pjTeam .innerGrid dl dt {
  margin-right: 16px;
}

.pjTeam .innerGrid dl dt .memberImgInner {
  width: 80px;
  height: 80px;
  border-radius: 40px;
  overflow: hidden;
  border: 1px solid #f9c84c;
  display: flex;
  align-items: center;
  justify-content: center;
}

.pjTeam .innerGrid dl dt .memberImgInner img {
  width: 80px;
  height: 80px;
}

.pjTeam .innerGrid dl dd {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}

.pjTeam .innerGrid dl dd .memberName {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 4px;
  margin-top: 8px;
}

.pjTeam .innerGrid dl dd .memberPost {
  font-size: 16px;
}

.eventStatus {
  margin: 0 auto;
  font-size: 20px;
}

@media (max-width: 550px) {
  .eventStatus {
    font-size: 16px;
  }
}

.tribe-events-sub-nav .tribe-events-nav-previous a {
  background-color: white;
}

@media (max-width: 550px) {
  .tribe-events-sub-nav .tribe-events-nav-previous a {
    font-size: 11px;
    padding: 10px;
  }
}

.tribe-events-sub-nav .tribe-events-nav-next a {
  background-color: white;
}

@media (max-width: 550px) {
  .tribe-events-sub-nav .tribe-events-nav-next a {
    font-size: 11px;
    padding: 10px;
  }
}

.project-list-wrap {
  display: flex;
  flex-direction: row;
  border-radius: 8px;
  box-shadow: grey 0px 0px 3px;
  margin: 24px auto;
  padding: 16px;
  box-sizing: border-box;
  height: auto;
}

.project-list-wrap .project-list-left {
  width: 40%;
  display: flex;
  flex-direction: column;
  position: relative;
}

.project-list-wrap .project-list-left .thumbnail-wrapper {
  width: 100%;
  height: 100%;
  margin: auto;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  aspect-ratio: 16/9;
}

.project-list-wrap .project-list-left .thumbnail-wrapper img {
  height: 100%;
  width: 100% !important;
  max-width: 400px;
  object-fit: cover;
  object-position: center;
  -o-object-fit: cover;
  -o-object-position: center;
  transition: 0.3s;
  cursor: pointer;
}

@media (max-width: 600px) {
  .project-list-wrap .project-list-left .thumbnail-wrapper img {
    max-width: none;
  }
}

.project-list-wrap .project-list-left .tag {
  display: flex;
  position: absolute;
  bottom: 0;
  margin-left: 8px;
  flex-wrap: wrap;
  row-gap: 8px;
}

.project-list-wrap .project-list-left .tag .entry-tag {
  width: fit-content;
  border-radius: 16px;
  padding: 0px 10px;
  margin: 0 0 0 8px;
  background-color: rgb(255, 225, 169);
  display: inline-block;
}

.project-list-wrap .project-list-left .tag .entry-tag a {
  text-decoration: none;
  color: rgb(92, 92, 92);
}

.project-list-wrap .project-list-right {
  width: 60%;
  padding-left: 16px;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  gap: 8px;
}

.project-list-wrap .project-list-right .project-list-title {
  font-size: 20px;
  font-weight: 700;
}

.project-list-wrap .project-list-right .btn-like-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.project-list-wrap .project-list-right .btn-like-wrap .project-btn {
  text-decoration: none;
}

.project-list-wrap .project-list-right .date-btn-wrap {
  font-size: 14px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.wb_grid {
  box-sizing: border-box;
  display: grid;
  grid-template-columns: repeat(4, calc((100% - 48px) / 4));
  gap: 16px;
}

@media screen and (max-width: 1050px) {
  .wb_grid {
    grid-template-columns: repeat(3, calc((100% - 32px) / 3));
  }
}

@media screen and (max-width: 750px) {
  .wb_grid {
    grid-template-columns: repeat(2, calc((100% - 16px) / 2));
  }
}

@media screen and (max-width: 550px) {
  .wb_grid {
    grid-template-columns: repeat(1, 100%);
  }
}

.wb_grid .wb_wrapper {
  background-color: #efeeee;
  display: flex;
  flex-direction: column;
  align-items: center;
  border-radius: 3px;
  overflow: hidden;
}

.wb_grid iframe {
  height: auto;
  width: 100%;
  margin: 0 0 16px 0;
}

.wb_grid p {
  width: 100%;
  font-size: 14px;
  padding: 0 8px;
  margin: 0 0 16px 0;
  box-sizing: border-box;
  text-align: left;
}

.wb_grid p:last-child {
  color: gray;
  font-size: 12px;
}

/*===============================================
archive
===============================================*/
.ly_archiveNewsTsudoi {
  margin-top: 24.6rem;
}

@media screen and (max-width: 960px) {
  .ly_archiveNewsTsudoi {
    margin-top: 12rem;
  }
}

@media screen and (max-width: 560px) {
  .ly_archiveNewsTsudoi {
    margin-bottom: 12rem;
  }
}

@media screen and (max-width: 560px) {
  .ly_archiveNewsTsudoi .el_btn {
    width: 100%;
  }
}

.bl_newsTsudoi {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  column-gap: 16px;
  row-gap: 80px;
  align-items: flex-start;
}

@media screen and (max-width: 960px) {
  .bl_newsTsudoi {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media screen and (max-width: 560px) {
  .bl_newsTsudoi {
    grid-template-columns: repeat(1, 1fr);
    row-gap: 48px;
  }
}

.bl_newsTsudoi_list {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  transition: 0.5s;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
}

.bl_newsTsudoi_imgWrapper {
  display: block;
  cursor: pointer;
  width: 100%;
  height: 260px;
  border-radius: 8px;
  overflow: hidden;
  margin-bottom: 16px;
}

@media screen and (max-width: 560px) {
  .bl_newsTsudoi_imgWrapper {
    height: 283px;
  }
}

.bl_newsTsudoi_imgWrapper:hover>img {
  transform: scale(1.05);
}

.bl_newsTsudoi_imgWrapper img {
  transition: 0.5s;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  -o-object-fit: cover;
  -o-object-position: center;
}

.bl_newsTsudoi_date {
  color: rgb(194, 166, 132);
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 27px;
  margin-bottom: 8px;
}

@media screen and (max-width: 560px) {
  .bl_newsTsudoi_date {
    font-size: 14px;
  }
}

.bl_newsTsudoi_ttl {
  color: rgb(108, 88, 63);
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 1.5;
  transition: 0.5s;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
}

@media screen and (max-width: 560px) {
  .bl_newsTsudoi_ttl {
    font-size: 20px;
  }
}

.bl_newsTsudoi_ttl:hover {
  opacity: 0.7;
}

/*===============================================
single
===============================================*/
.error-404 {
  margin: 0 auto;
  width: 94%;
  height: 50vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 32px;
}

.error-404 .page-content {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.error-404 .page-content p {
  width: 90%;
  margin-bottom: 16px;
  text-align: center;
}

.error-404 h1 {
  width: 90%;
  text-align: center;
}

/*------------------------------------レスポンシブ------------------------------------*/
@media (max-width: 600px) {
  h2 {
    font-size: 18px;
  }

  .pdf-btn {
    height: 40px;
    font-size: 14px;
    width: 150px;
    line-height: 14px;
  }

  .hamburger {
    top: 15px;
  }

  .hamburger-menu .hamburger-menu-wrap hr {
    border: white 1px solid;
  }

  .hamburger-menu .hamburger-menu-wrap .calendar-wrap {
    text-align: left;
  }

  .hamburger-menu .hamburger-menu-wrap .calendar-wrap a {
    text-align: left;
    font-size: 18px;
  }

  .hamburger-menu .hamburger-menu-wrap .calendar-wrap .calendar-item {
    font-size: 14px;
    padding: 3px !important;
    margin-left: 10px;
  }

  .searchandfilter input[type="text"] {
    width: 100%;
  }

  .btn-style {
    width: 200px;
    height: 50px;
    font-size: 16px;
  }

  .searchform .searchform-wrap {
    display: flex;
    justify-content: space-evenly;
  }

  .searchform .searchform-wrap input[type="text"] {
    border-radius: 5px;
    height: 40px;
    font-size: 16px;
  }

  .searchform .searchform-wrap .search-btn {
    width: 25%;
    height: 40px !important;
  }

  .project-btn-background {
    height: 30px;
    font-size: 14px;
    width: 90%;
  }

  .project-list-wrap {
    display: flex;
    flex-direction: column;
    border-radius: 5px;
    margin: 24px auto;
    padding: 16px;
    box-sizing: border-box;
  }

  .project-list-wrap .project-list-left {
    width: 100%;
    display: flex;
    flex-direction: column;
    position: relative;
    text-align: center;
  }

  .project-list-wrap .project-list-left .thumbnail-wrapper img {
    width: 100%;
    min-height: 100%;
  }

  .project-list-wrap .project-list-left img {
    width: 100%;
    margin: unset;
  }

  .project-list-wrap .project-list-left .tag {
    display: flex;
    position: absolute;
    margin-left: 10px;
    bottom: 5px;
  }

  .project-list-wrap .project-list-left .tag .entry-tag {
    width: fit-content;
    border-radius: 16px;
    padding: 0px 10px;
    margin: 0 0 4px 8px;
    background-color: rgb(255, 225, 169);
    display: inline-block;
  }

  .project-list-wrap .project-list-left .tag .entry-tag a {
    font-size: 14px;
    text-decoration: none;
    color: rgb(92, 92, 92);
  }

  .project-list-wrap .project-list-right {
    width: 100%;
    padding: 16px 0 0 0;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 12px;
  }

  .project-list-wrap .project-list-right h3 {
    font-size: 16px;
    line-height: 16px;
  }

  .project-list-wrap .project-list-right .project-list-title {
    font-size: 20px;
    line-height: 20px;
  }

  .project-list-wrap .project-list-right .project-list-excerpt {
    font-size: 12px;
    line-height: 12px;
  }

  .project-list-wrap .project-list-right .project-list-date {
    font-size: 12px;
    line-height: 14px;
    width: 85%;
    margin-left: auto;
  }

  .project-list-wrap .project-list-right .btn-like-wrap .project-btn {
    width: 200px;
    text-decoration: none;
  }

  .project-list-wrap .project-list-right .btn-like-wrap .simplefavorite-button {
    padding: 0;
  }

  .simplefavorite-button i span {
    display: none;
  }

  .simplefavorite-button-count {
    font-size: 20px;
    margin-left: 5px;
  }

  .schedule-wrap {
    text-decoration: none;
    width: 90vw;
    align-items: start;
    padding-bottom: 30px;
  }

  .schedule-wrap .schedule-box .schedule-title {
    font-size: 16px !important;
    margin-left: 5px !important;
  }

  .schedule-wrap .schedule-box .title-wrap {
    align-items: flex-start;
  }

  .schedule-wrap .schedule-box .title-wrap .schedule-date {
    padding: 5px;
    width: 30%;
    text-align: center;
    font-size: 14px;
  }

  .schedule-wrap .schedule-description {
    margin-left: 15px;
    font-size: 14px !important;
  }

  .searchform form input[type="text"] {
    width: 200px;
  }

  .post-content .tag .entry-tag {
    width: fit-content;
    border-radius: 16px;
    padding: 0px 10px;
    margin: 0 0 4px 8px;
    background-color: rgb(255, 225, 169);
    display: inline-block;
  }

  .post-content .tag .entry-tag a {
    font-size: 14px;
    text-decoration: none;
    color: rgb(92, 92, 92);
  }
}

@media (max-width: 770px) {
  .project-list-wrap .project-list-left {
    width: 100%;
  }

  .project-list-wrap .project-list-right {
    width: 100%;
  }
}

@media (min-width: 770px) {
  .hamburger {
    display: none;
  }

  .hamburger-menu {
    display: none;
  }
}

@media (max-width: 450px) {
  .hamburger {
    top: 15px !important;
    right: 20px !important;
  }
}

@media (max-width: 420px) {
  .searchform .searchform-wrap input[type="text"] {
    width: 70%;
  }

  .searchform .searchform-wrap .search-btn {
    width: 25%;
  }
}

@media (max-width: 400px) {
  .manual-btn-background {
    width: 80% !important;
  }

  .project-list-wrap .project-list-right .project-btn-background {
    width: 100%;
  }

  .project-list-wrap .project-list-right .simplefavorite-button i {
    padding: 0 5px;
  }
}

@media (max-width: 360px) {
  .manual-btn-background {
    width: 90% !important;
  }

  .searchform .searchform-wrap input[type="text"] {
    width: 65%;
  }

  .searchform .searchform-wrap .search-btn {
    width: 30%;
  }
}

@media (max-width: 330px) {
  .category-box a {
    font-size: 12px !important;
  }

  .project-btn-background {
    width: 100% !important;
  }

  .project-list-wrap .project-list-title {
    font-size: 16px !important;
    line-height: 16px !important;
  }

  .project-list-wrap .project-list-right h3 {
    font-size: 14px;
  }
}

@media (max-width: 320px) {
  .manual-btn-background {
    width: 95% !important;
  }

  .wp-block-preformatted {
    white-space: pre-wrap;
    font-size: 16px;
  }
}

.bl_single .entry-header {
  margin-bottom: 0;
}

.s_article_block {
  margin-bottom: 12rem;
}

@media screen and (max-width: 960px) {
  .s_article_block {
    margin-bottom: 8rem;
  }
}

.s_article_block>*:first-child {
  margin-top: 0;
}

.s_article_block>*:last-child {
  margin-bottom: 0;
}

.s_article_block h1,
.s_article_block h2 {
  font-family: noto-sans-cjk-jp, sans-serif;
  font-style: normal;
  font-weight: 900;
  font-size: 5.6rem;
  line-height: 72px;
  margin: 1.6rem 0 4rem;
}

@media screen and (max-width: 960px) {

  .s_article_block h1,
  .s_article_block h2 {
    font-size: 4.8rem;
  }
}

@media screen and (max-width: 560px) {

  .s_article_block h1,
  .s_article_block h2 {
    line-height: 1.2857;
    font-size: 3.2rem;
    margin: 1.6rem 0 2.4rem;
  }
}

.s_article_block h3 {
  font-family: noto-sans-cjk-jp, sans-serif;
  font-size: 3.2rem;
  font-weight: 900;
  line-height: 1.6;
  margin: 3.2rem 0;
}

.s_article_block h3::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.6) * 0.5em);
  content: "";
}

.s_article_block h3::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.6) * 0.5em);
  content: "";
}

@media screen and (max-width: 960px) {
  .s_article_block h3 {
    font-size: 1.6rem;
    margin: 2.4rem 0;
  }
}

.s_article_block h4,
.s_article_block h5,
.s_article_block h6 {
  font-family: noto-sans-cjk-jp, sans-serif;
  font-size: 3.2rem;
  font-weight: 900;
  line-height: 1.6;
  margin: 4rem 0;
}

.s_article_block h4::before,
.s_article_block h5::before,
.s_article_block h6::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.6) * 0.5em);
  content: "";
}

.s_article_block h4::after,
.s_article_block h5::after,
.s_article_block h6::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.6) * 0.5em);
  content: "";
}

@media screen and (max-width: 960px) {

  .s_article_block h4,
  .s_article_block h5,
  .s_article_block h6 {
    font-size: 1.6rem;
    margin: 3.2rem 0;
  }
}

.s_article_block ul,
.s_article_block ol {
  font-family: "Hiragino Sans";
  background-color: #ebebeb;
  margin-top: 4rem;
  padding: 2.4rem;
}

.s_article_block ul li,
.s_article_block ol li {
  font-size: 14px;
  line-height: 2;
  list-style: disc;
  margin-left: 2.4rem;
  padding: 8px 0;
}

.s_article_block ul li::before,
.s_article_block ol li::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 2) * 0.5em);
  content: "";
}

.s_article_block ul li::after,
.s_article_block ol li::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 2) * 0.5em);
  content: "";
}

.s_article_block ol li {
  list-style: decimal;
}

.s_article_block table {
  font-family: "Hiragino Sans";
  border-collapse: collapse;
  font-size: 14px;
  margin-top: 3.2rem;
  width: 100%;
}

.s_article_block table td,
.s_article_block table th {
  border: 1px solid #514233;
  line-height: 2;
  padding: 1.6rem;
  text-align: left;
  white-space: pre-wrap;
  word-break: normal;
}

.s_article_block table th {
  width: 24%;
}

.s_article_block table td {
  word-break: break-all;
}

.s_article_block p {
  font-family: "Hiragino Sans";
  font-size: 1.4rem;
  font-weight: 800;
  color: rgba(255, 255, 255, 0.6980392157);
  line-height: 35px;
  line-height: 2;
  margin: 3.2rem 0;
}

.s_article_block p::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 2) * 0.5em);
  content: "";
}

.s_article_block p::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 2) * 0.5em);
  content: "";
}

.s_article_block p a {
  color: rgba(255, 255, 255, 0.6980392157);
  display: inline;
}

@media screen and (max-width: 560px) {
  .s_article_block p {
    line-height: 2.1875;
    font-size: 14px;
  }
}

.s_article_block strong {
  font-weight: 900;
}

.s_article_block img {
  display: block;
  margin: 5.6rem 0;
}

@media screen and (max-width: 560px) {
  .s_article_block img {
    margin: 1.6rem 0;
  }
}

.s_article_block .wp-block-image {
  position: relative;
}

.s_article_block .wp-block-image:before {
  background-color: #f5f5f5;
  bottom: 0;
  content: "";
  height: calc(100% - 8rem);
  border-radius: 16px;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  -ms-border-radius: 16px;
  -o-border-radius: 16px;
  left: 0;
  margin: auto;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}

.s_article_block .wp-block-columns {
  align-items: center;
  justify-content: space-between;
  margin: 2.4rem 0;
}

.s_article_block .wp-block-columns .wp-block-column p {
  text-align: justify;
}

@media screen and (max-width: 560px) {
  .s_article_block .wp-block-columns .wp-block-column p {
    text-align: left;
  }
}

.wp-block-table {
  width: 100%;
  border-collapse: collapse;
  border: solid 1px #747474;
}

.wp-block-table td {
  border: solid 1px #747474;
  padding: 8px;
}

.wp-block-table td:first-child {
  background-color: rgb(231, 231, 231);
}

@media screen and (max-width: 560px) {
  .wp-block-table {}
}

.s_article_block .wp-block-columns .wp-block-column:not(:first-child) {
  margin-left: 7.2rem;
}

@media screen and (max-width: 960px) {
  .s_article_block .wp-block-columns .wp-block-column:not(:first-child) {
    margin-left: 0;
  }
}

@media screen and (max-width: 560px) {
  .s_article_block .wp-block-columns .wp-block-column:not(:first-child) {
    margin-left: 0;
  }
}

@media screen and (max-width: 960px) {
  .s_article_block .wp-block-columns .wp-block-column:not(:only-child) {
    flex-basis: calc(50% - 2rem) !important;
  }
}

@media screen and (max-width: 560px) {
  .s_article_block .wp-block-columns .wp-block-column:not(:only-child) {
    flex-basis: 100% !important;
  }
}

.s_article_block .wp-block-columns .wp-block-image img {
  margin: 2.4rem 0;
}

.s_article_block_date {
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  font-size: 1.4rem;
  color: rgba(255, 255, 255, 0.4);
  line-height: 27px;
}

@media screen and (max-width: 560px) {
  .s_article_block_date {
    line-height: 1.9285;
  }
}

/*===============================================
grid
===============================================*/
.el_grid {
  display: grid;
  list-style: none;
  width: 100%;
}

.el_grid__4col {
  grid-template-columns: repeat(4, 1fr);
  row-gap: 4rem;
  column-gap: 1.6rem;
}

@media screen and (max-width: 960px) {
  .el_grid__4col {
    grid-template-columns: repeat(3, 1fr);
    column-gap: 0.8rem;
  }
}

@media screen and (max-width: 560px) {
  .el_grid__4col {
    grid-template-columns: repeat(2, 1fr);
  }
}

.el_grid__3col {
  grid-template-columns: repeat(3, 1fr);
  row-gap: 1.6rem;
  column-gap: 1.6rem;
}

@media screen and (max-width: 560px) {
  .el_grid__3col {
    grid-template-columns: repeat(1, 1fr);
  }
}

.el_grid__2col {
  grid-template-columns: repeat(2, 1fr);
  gap: 6.4rem;
}

@media screen and (max-width: 960px) {
  .el_grid__2col {
    grid-template-columns: repeat(1, 1fr);
    gap: 2.4rem;
  }
}

.el_grid__2col img {
  width: 100%;
  object-fit: contain;
  object-position: center;
  -o-object-fit: contain;
  -o-object-position: center;
}

.el_grid__gap_same {
  gap: 1.6rem;
}

@media screen and (max-width: 960px) {
  .el_grid__gap_same {
    gap: 0.8rem;
  }
}

.el_grid_inner {
  width: 100%;
}

.el_grid_inner>*:last-child {
  margin-bottom: 0;
}

.el_grid_imgWrapper {
  display: block;
  width: 100%;
  margin-bottom: 1.6rem;
  overflow: hidden;
  cursor: pointer;
}

.el_grid_imgWrapper:hover>img {
  transform: scale(1.05);
}

.el_grid_imgWrapper img {
  width: 100%;
  height: 100%;
  transition: 0.5s;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
}

.el_grid_txt {
  display: block;
  line-height: 1.25;
  font-weight: 500;
  margin-bottom: 0.8rem;
  text-align: center;
  word-break: break-word;
}

@media screen and (max-width: 560px) {
  .el_grid_txt {
    margin-bottom: 0;
  }
}

.el_grid_txt__md {
  font-size: 1.6rem;
}

.el_grid_txt__sm {
  font-size: 1.4rem;
}

/*===============================================
form
===============================================*/
.el_form_notes_txt {
  font-size: 1.6rem;
  line-height: 1.6;
  margin-bottom: 4rem;
}

.el_form_notes ul {
  list-style: none;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  gap: 3.2rem;
}

.el_form_notes_list {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  gap: 1.6rem;
  align-items: flex-start;
}

.el_form_notes_num {
  font-size: 1.8rem;
  color: #d2a468;
}

.el_form_notes_detail {
  font-size: 1.4rem;
  line-height: 1.6;
}

.el_form {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
}

.el_form_inner {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: flex-start;
  gap: 2.4rem;
}

@media screen and (max-width: 560px) {
  .el_form_inner {
    flex-direction: column;
    gap: 0;
  }
}

.el_form_inner__col {
  flex-direction: column;
}

.el_form_label {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: flex-start;
  margin-bottom: 2.4rem;
  font-size: 20px;
  line-height: 1.2;
  font-weight: 700;
}

@media screen and (max-width: 560px) {
  .el_form_label {
    flex-direction: column;
    margin-bottom: 1.6rem;
    font-size: 16px;
  }
}

.el_form_label__col {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.8rem;
}

.el_form_label__wrapControl {
  align-items: center;
  margin-bottom: 2.4rem;
}

@media screen and (max-width: 560px) {
  .el_form_label__wrapControl {
    flex-direction: row;
    margin-bottom: 2.4rem;
  }
}

.el_form_label__wrapControl .wpcf7-form-control-wrap {
  width: 40px !important;
}

.el_form_label__wrapControl .wpcf7-not-valid-tip {
  white-space: nowrap;
}

.el_form_labelOther {
  font-size: 20px;
  line-height: 1.2;
  font-weight: 700;
  margin-bottom: 2.4rem;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  gap: 0.8rem;
}

@media screen and (max-width: 560px) {
  .el_form_labelOther {
    font-size: 16px;
    margin-bottom: 16px;
  }
}

.el_form_labelOther__bg {
  background-color: rgb(252, 250, 235);
  padding: 16px;
  border-radius: 2px;
}

.el_form_labelOther_ttl {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.5;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  gap: 8px;
}

@media screen and (max-width: 560px) {
  .el_form_labelOther_ttl {
    font-size: 16px;
  }
}

.el_form_labelOther_txt {
  display: block;
  font-size: 14px;
  line-height: 1.5;
}

.el_form_labelOther_txt svg {
  height: 15px;
}

@media screen and (max-width: 560px) {
  .el_form_labelOther_txt svg {
    transform: translateY(2px);
    -webkit-transform: translateY(2px);
    -moz-transform: translateY(2px);
    -ms-transform: translateY(2px);
    -o-transform: translateY(2px);
  }
}

.el_form_labelOther_txt svg:hover path {
  fill: #d2a468;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
}

.el_form_labelOther_txt svg path {
  fill: #4d4d4d;
}

.el_form_labelOther_note {
  color: red;
  font-size: 15px;
  font-weight: bold;
}

.el_form_labelOther .el_form_label {
  margin-bottom: 0;
}

.el_form_label_ttl {
  padding-top: 2rem;
  font-size: 1.8rem;
  width: 30%;
}

@media screen and (max-width: 560px) {
  .el_form_label_ttl {
    margin-bottom: 2.4rem;
    width: 100%;
  }
}

.el_form_label_ttl__req {
  position: relative;
}

.el_form_label_ttl__req::after {
  display: inline;
  content: "*";
  color: #d2a468;
  margin-left: 0.8rem;
}

.el_form .wpcf7-form-control-wrap {
  width: 100%;
}

.el_form_input_txt {
  width: 100% !important;
  font-size: 1.4rem;
  border-radius: 6px !important;
  padding: 0.8rem 1rem;
  background-color: #fff;
  border: 1px solid #797979;
}

.el_form_input_txt__200 {
  width: 200px;
}

.el_form_input_txt__320 {
  width: 320px;
}

.el_form_input_txt__textArea {
  height: 240px;
  width: 100%;
}

.el_form_input_txt::-webkit-input-placeholder {
  color: rgba(81, 66, 51, 0.32);
}

.el_form_input_txt:-moz-placeholder {
  color: rgba(81, 66, 51, 0.32);
}

.el_form_input_txt::-moz-placeholder {
  color: rgba(81, 66, 51, 0.32);
}

.el_form_input_txt:-ms-input-placeholder {
  color: rgba(81, 66, 51, 0.32);
}

.el_form_input_txt::-ms-input-placeholder {
  color: rgba(81, 66, 51, 0.32);
}

.el_form_input_txt::placeholder {
  color: rgba(81, 66, 51, 0.32);
}

.el_form_input_txt:focus::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0);
}

.el_form_input_txt:focus:-moz-placeholder {
  color: rgba(0, 0, 0, 0);
}

.el_form_input_txt:focus::-moz-placeholder {
  color: rgba(0, 0, 0, 0);
}

.el_form_input_txt:focus:-ms-input-placeholder {
  color: rgba(0, 0, 0, 0);
}

.el_form_input_txt:focus::-ms-input-placeholder {
  color: rgba(0, 0, 0, 0);
}

.el_form_input_txt:focus::placeholder {
  color: rgba(0, 0, 0, 0);
}

.el_form_input_radio {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.el_form_input_radio .wpcf7-list-item {
  position: relative;
  flex-basis: 50%;
  width: 100%;
  margin: 4px 0;
}

@media screen and (max-width: 560px) {
  .el_form_input_radio .wpcf7-list-item {
    margin-left: 0;
  }
}

.el_form_input_radio .wpcf7-list-item .wpcf7-list-item-label {
  color: #333;
  cursor: pointer;
  font-size: 16px;
}

.el_form_input_radio .wpcf7-list-item .wpcf7-list-item-label:before {
  content: "";
  background: #fff;
  border-radius: 100%;
  border: 1px solid #514233;
  display: inline-block;
  width: 18px;
  height: 18px;
  position: relative;
  top: -1px;
  margin-right: 14px;
  vertical-align: middle;
  cursor: pointer;
  text-align: center;
  -webkit-transition: all 250ms ease;
  transition: all 250ms ease;
}

.el_form_input_radio input[type="radio"] {
  position: absolute;
  opacity: 0;
}

.el_form_input_radio input[type="radio"]:checked+.wpcf7-list-item-label:before {
  background-color: #514233;
  box-shadow: inset 0 0 0 2px #fff;
}

.el_form_input_checkbox {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  gap: 0.8rem;
  width: auto;
  min-width: 3.2rem;
}

.el_form_input_checkbox .wpcf7-list-item {
  position: relative;
  margin: 0 50px 0 0 !important;
  /*項目ごとの余白を調整*/
  white-space: nowrap;
}

.el_form_input_checkbox .wpcf7-list-item .wpcf7-list-item-label {
  cursor: pointer;
  font-size: 16px;
  margin: 0 auto;
}

@media screen and (max-width: 560px) {
  .el_form_input_checkbox .wpcf7-list-item .wpcf7-list-item-label {
    font-size: 15px;
  }
}

.el_form_input_checkbox .wpcf7-list-item .wpcf7-list-item-label:before {
  content: "";
  background: #fff;
  border-radius: 2px;
  border: 1px solid #514233;
  display: inline-block;
  width: 18px;
  height: 18px;
  position: relative;
  top: -1.5px;
  margin-right: 0.8rem;
  vertical-align: middle;
  cursor: pointer;
  text-align: center;
  -webkit-transition: all 250ms ease;
  transition: all 250ms ease;
}

.el_form_input_checkbox input[type="checkbox"] {
  position: absolute;
  opacity: 0;
}

.el_form_input_checkbox input[type="checkbox"]:checked+.wpcf7-list-item-label:before {
  background-color: #514233;
  box-shadow: inset 0 0 0 2px #fff;
}

@media screen and (max-width: 560px) {
  .el_form .wpcf7-file {
    margin-bottom: 10px;
  }
}

.el_form_label_annotation {
  font-size: 1.4rem;
  color: #d2a468;
}

.el_form_submit {
  width: 100%;
  height: 80px;
  font-size: 1.8rem;
  border-radius: 2px;
  padding: 3.2rem auto;
  margin-bottom: 3.2rem;
  background-color: #d2a468;
  cursor: pointer;
  color: #fff;
  transition: 0.5s;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: flex-start;
  justify-content: center;
}

.el_form_submit:hover {
  opacity: 0.7;
}

.el_form .el_btn {
  margin-bottom: 3.2rem;
}

.el_form_anker {
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  color: #d2a468 !important;
}

.el_form_anker:hover {
  opacity: 0.7;
}

.el_form_rule {
  padding: 2rem;
  font-size: 1.4rem;
  border: 1px solid gray;
  overflow-y: scroll;
  height: 240px;
  background-color: #fff;
  line-height: 1.6;
}

.el_form .wpcf7-not-valid-tip {
  font-size: 14px;
}

/*===============================================
contact
===============================================*/
.ly_contact {
  margin-top: 5.6rem;
}

.ly_contact .pagetitle {
  text-align: center;
  width: 100%;
}

.ly_contact .el_btn {
  border: none;
  color: #fff;
  cursor: pointer;
}

.ly_contact .el_grid {
  margin-bottom: 3.2rem;
}

.lity-content {
  height: auto;
  width: 70vw;
}

@media screen and (min-width: 1920px) {
  .lity-content {
    max-width: 1000px;
  }
}

@media screen and (min-width: 1200px) {
  .lity-content {
    width: 60vw;
  }
}

@media screen and (max-width: 560px) {
  .lity-content {
    width: 100%;
  }
}

.lity-content img {
  width: 100%;
  object-fit: contain;
  object-position: center;
  -o-object-fit: contain;
  -o-object-position: center;
}

/*===============================================
policy/term
===============================================*/
.bl_single_terms {
  background-color: rgb(252, 250, 235);
  border-radius: 24px;
  padding: 4rem 8rem;
  margin-bottom: 7.2rem;
}

@media screen and (max-width: 960px) {
  .bl_single_terms {
    padding: 3.2rem 6rem;
  }
}

@media screen and (max-width: 560px) {
  .bl_single_terms {
    padding: 16px;
    border-radius: 8px;
  }
}

.bl_single_terms>*:first-child {
  margin-top: 0;
}

.bl_single_terms>*:last-child {
  margin-bottom: 0;
}

.bl_single_terms h1,
.bl_single_terms h2 {
  font-family: noto-sans-cjk-jp, sans-serif;
  font-style: normal;
  font-weight: 900;
  font-size: 3.2rem;
  line-height: 51px;
  margin: 1.6rem 0 4rem;
}

@media screen and (max-width: 960px) {

  .bl_single_terms h1,
  .bl_single_terms h2 {
    line-height: 1.5938;
    font-size: 2.4rem;
  }
}

.bl_single_terms h3 {
  font-family: noto-sans-cjk-jp, sans-serif;
  font-size: 1.8rem;
  font-weight: 900;
  line-height: 1.6;
  margin: 2.4rem 0;
  padding: 4px 8px;
  border-left: 4px solid #514233;
}

.bl_single_terms h3::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.6) * 0.5em);
  content: "";
}

.bl_single_terms h3::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.6) * 0.5em);
  content: "";
}

@media screen and (max-width: 960px) {
  .bl_single_terms h3 {
    margin: 3.2rem 0;
  }
}

@media screen and (max-width: 560px) {
  .bl_single_terms h3 {
    font-size: 20px;
    margin-bottom: 1.6rem;
  }
}

.bl_single_terms h4,
.bl_single_terms h5,
.bl_single_terms h6 {
  font-family: noto-sans-cjk-jp, sans-serif;
  font-size: 1.6rem;
  font-weight: 900;
  line-height: 1.6;
  margin: 4rem 0;
}

.bl_single_terms h4::before,
.bl_single_terms h5::before,
.bl_single_terms h6::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.6) * 0.5em);
  content: "";
}

.bl_single_terms h4::after,
.bl_single_terms h5::after,
.bl_single_terms h6::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.6) * 0.5em);
  content: "";
}

@media screen and (max-width: 960px) {

  .bl_single_terms h4,
  .bl_single_terms h5,
  .bl_single_terms h6 {
    margin: 3.2rem 0;
  }
}

.bl_single_terms_detailBox {
  font-family: "Hiragino Sans";
  border: 1px solid #d2a468;
  margin-top: 4rem;
  padding: 2.4rem;
}

@media screen and (max-width: 560px) {
  .bl_single_terms_detailBox {
    padding: 1.6rem;
  }
}

.bl_single_terms_detailBox li {
  font-size: 14px;
  line-height: 2;
  list-style: disc;
  margin-left: 2.4rem;
  padding: 8px 0;
}

.bl_single_terms_detailBox li::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 2) * 0.5em);
  content: "";
}

.bl_single_terms_detailBox li::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 2) * 0.5em);
  content: "";
}

@media screen and (max-width: 560px) {
  .bl_single_terms_detailBox li {
    margin-left: 0.8rem;
  }
}

.bl_single_terms_agenda {
  font-family: "Hiragino Sans";
  background-color: #f7efdd;
  margin-top: 4rem;
  padding: 2.4rem;
}

@media screen and (max-width: 560px) {
  .bl_single_terms_agenda {
    padding: 0.8rem;
  }
}

.bl_single_terms_agenda li {
  font-size: 14px;
  line-height: 2;
  list-style: disc;
  margin-left: 2.4rem;
  padding: 8px 0;
}

.bl_single_terms_agenda li::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 2) * 0.5em);
  content: "";
}

.bl_single_terms_agenda li::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 2) * 0.5em);
  content: "";
}

@media screen and (max-width: 560px) {
  .bl_single_terms_agenda li {
    margin-left: 0.8rem;
  }
}

.bl_single_terms_agenda li.bl_single_terms_agenda_ttl {
  list-style: none;
  font-size: 3.2rem;
  margin-bottom: 1.6rem;
  margin-left: 0;
  padding: 0;
  line-height: 3.2rem;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: flex-end;
}

@media screen and (max-width: 560px) {
  .bl_single_terms_agenda li.bl_single_terms_agenda_ttl {
    font-size: 24px;
    line-height: 1.6;
  }
}

.bl_single_terms_agenda a {
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
}

.bl_single_terms_agenda a:hover {
  opacity: 0.7;
}

.bl_single_terms ol li {
  list-style: decimal;
  font-size: 16px;
  list-style-position: inside;
  line-height: 1.8;
}

@media screen and (max-width: 560px) {
  .bl_single_terms ol li {
    font-size: 14px;
  }
}

.bl_single_terms table {
  font-family: "Hiragino Sans";
  border-collapse: collapse;
  font-size: 14px;
  margin-top: 3.2rem;
  width: 100%;
}

.bl_single_terms table td,
.bl_single_terms table th {
  border: 1px solid #514233;
  line-height: 2;
  padding: 1.6rem;
  text-align: left;
  white-space: pre-wrap;
  word-break: normal;
}

.bl_single_terms table th {
  width: 24%;
}

.bl_single_terms table td {
  word-break: break-all;
}

.bl_single_terms p {
  font-family: "Hiragino Sans";
  font-size: 16px;
  font-weight: 400;
  line-height: 35px;
  line-height: 2;
  margin: 1.6rem 0;
}

.bl_single_terms p::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 2) * 0.5em);
  content: "";
}

.bl_single_terms p::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 2) * 0.5em);
  content: "";
}

.bl_single_terms p a {
  color: #0693e3;
  display: inline;
}

@media screen and (max-width: 560px) {
  .bl_single_terms p {
    line-height: 1.8;
    font-size: 14px;
  }
}

.bl_single_terms strong {
  font-weight: 900;
}

.bl_single_terms img {
  display: block;
  margin: 5.6rem 0;
}

.bl_single_terms .wp-block-image {
  position: relative;
}

.bl_single_terms .wp-block-image:before {
  background-color: #f5f5f5;
  bottom: 0;
  content: "";
  height: calc(100% - 8rem);
  border-radius: 16px;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  -ms-border-radius: 16px;
  -o-border-radius: 16px;
  left: 0;
  margin: auto;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}

.bl_single_terms .wp-block-columns {
  align-items: center;
  justify-content: space-between;
  margin: 2.4rem 0;
}

.bl_single_terms .wp-block-columns .wp-block-column p {
  text-align: justify;
}

@media screen and (max-width: 560px) {
  .bl_single_terms .wp-block-columns .wp-block-column p {
    text-align: left;
  }
}

.bl_single_terms .wp-block-columns .wp-block-column:not(:first-child) {
  margin-left: 7.2rem;
}

@media screen and (max-width: 960px) {
  .bl_single_terms .wp-block-columns .wp-block-column:not(:first-child) {
    margin-left: 0;
  }
}

@media screen and (max-width: 560px) {
  .bl_single_terms .wp-block-columns .wp-block-column:not(:first-child) {
    margin-left: 0;
  }
}

@media screen and (max-width: 960px) {
  .bl_single_terms .wp-block-columns .wp-block-column:not(:only-child) {
    flex-basis: calc(50% - 2rem) !important;
  }
}

@media screen and (max-width: 560px) {
  .bl_single_terms .wp-block-columns .wp-block-column:not(:only-child) {
    flex-basis: 100% !important;
  }
}

.bl_single_terms .wp-block-columns .wp-block-image img {
  margin: 2.4rem 0;
}

.bl_single_terms_date {
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  font-size: 1.4rem;
  color: rgba(255, 255, 255, 0.4);
  line-height: 27px;
}

@media screen and (max-width: 560px) {
  .bl_single_terms_date {
    line-height: 1.9285;
  }
}

.body-structure .anim-scroll-underline,
.bl_singleVideo .anim-scroll-underline {
  display: inline;
  line-height: 2;
  padding: 0.25em 0;
  background: linear-gradient(rgba(231, 76, 60, 0.5), rgba(231, 76, 60, 0.5)) 0 100%/0 100% no-repeat;
  background-position: 0% 0.8em;
  text-decoration: none;
  transition: 2s;
}

.body-structure .anim-scroll-underline.is-active,
.bl_singleVideo .anim-scroll-underline.is-active {
  background-size: 100% 100%;
}

.body-structure .anim-hover-underline,
.bl_singleVideo .anim-hover-underline {
  display: inline;
  padding: 0.25em 0;
  background: linear-gradient(rgba(231, 76, 60, 0.5), rgba(231, 76, 60, 0.5)) 0 100%/0 100% no-repeat;
  background-position: 0% 0.8em;
  text-decoration: none;
  transition: 1s;
  color: rgb(75, 160, 250);
}

.body-structure .anim-hover-underline:hover,
.bl_singleVideo .anim-hover-underline:hover {
  background-size: 100% 100%;
}

/*===============================================
tree
===============================================*/
.el_tree_area {
  margin: 0 auto;
  width: 80vw;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  border: 1px solid rgb(63, 63, 63);
  margin-bottom: 80px;
  margin-top: 180px;
}

@media screen and (max-width: 560px) {
  .el_tree_area {
    width: 90vw;
    grid-template-columns: repeat(1, 1fr);
  }
}

.el_tree {
  width: 100%;
}

.el_tree:first-child {
  border-right: 0.5px solid rgb(91, 91, 91);
}

@media screen and (max-width: 560px) {
  .el_tree:first-child {
    border-right: none;
  }
}

@media screen and (max-width: 560px) {
  .el_tree:last-child {
    border-top: 1px solid rgb(63, 63, 63);
  }
}

.el_tree_ttl {
  width: 100%;
  padding: 16px 22px;
  font-size: 20px;
  font-weight: 700;
  background-color: #f9a767;
  border-bottom: 0.5px solid #000;
}

@media screen and (max-width: 560px) {
  .el_tree_ttl {
    padding: 12px;
    font-size: 18px;
  }
}

.el_tree_content {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  flex-direction: column;
  padding: 24px 5%;
}

@media screen and (max-width: 560px) {
  .el_tree_content {
    padding: 20px 2%;
  }
}

.el_tree_user {
  background-color: #ed7b7b;
  padding: 8px;
  border-radius: 3px;
  width: 100%;
  margin-bottom: 16px;
}

.el_tree_user__5 {
  background-color: #eeeeee;
  margin-bottom: 8px;
}

.el_tree_user__4 {
  background-color: #a0cafd;
}

.el_tree_user__3 {
  background-color: #ed7b7b;
}

.el_tree_user__2 {
  background-color: #aceabe;
}

.el_tree_user:last-child {
  margin-bottom: 0;
}

.el_tree_user_ttl {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  cursor: pointer;
  font-size: 18px;
  font-weight: 700;
  white-space: nowrap;
}

.el_tree_user_ttl .el_tree_user_memberType {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: flex-end;
  width: 100%;
}

.el_tree_user_ttl .el_tree_user_memberType span {
  display: block;
  font-size: 12px;
  color: rgb(59, 59, 59);
  padding: 4px 8px;
  background-color: #fbefc5;
  width: fit-content;
  border-radius: 3px;
}

.el_tree_user_info {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  width: 100%;
  transition: all 0.6s;
  -webkit-transition: all 0.6s;
  -moz-transition: all 0.6s;
  -ms-transition: all 0.6s;
  -o-transition: all 0.6s;
  margin-top: 10px;
}

.el_tree_user_info.style {
  margin-bottom: 16px;
}

.el_tree_user_info_inner {
  width: 100%;
  background-color: rgba(255, 255, 255, 0.457);
  padding: 12px 0;
}

.el_tree_user_info table {
  font-size: 14px;
}

@media screen and (max-width: 560px) {
  .el_tree_user_info table {
    font-size: 12px;
  }
}

.el_tree_user_info table th {
  text-align: left;
  font-weight: 700;
  white-space: nowrap;
  padding: 0 10px 0 10px;
}

@media screen and (max-width: 560px) {
  .el_tree_user_info table th {
    padding: 0 8px;
  }
}

.el_tree_user_info table th:nth-child(3) {
  padding: 0 10px 0 20px;
}

@media screen and (max-width: 560px) {
  .el_tree_user_info table th:nth-child(3) {
    padding: 0 8px;
  }
}

.el_tree_user_info table td {
  font-weight: 500;
  padding: 0 10px;
  line-height: 28px;
}

@media screen and (max-width: 560px) {
  .el_tree_user_info table td {
    padding: 0 8px;
  }
}

.el_tree_user_info table td:nth-child(2) {
  padding: 0 20px 0 10px;
  border-right: 1px solid rgba(112, 112, 112, 0.5);
}

@media screen and (max-width: 560px) {
  .el_tree_user_info table td:nth-child(2) {
    padding: 0 8px;
  }
}

.el_tree_user_info table td a {
  text-decoration: underline;
  word-break: break-all;
}

.el_tree_user_info table td a:hover {
  color: #d2a468;
}

.el_tree_user_btn_wrapper {
  width: 20px;
  position: relative;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  padding: 0 12px;
  animation: yureru-s 3s infinite;
}

.el_tree_user_btn_wrapper.style {
  animation: none;
}

@keyframes yureru-s {
  0% {
    transform: translate(2px, 0px);
  }

  5% {
    transform: translate(-2px, 0px);
  }

  10% {
    transform: translate(2px, 0px);
  }

  15% {
    transform: translate(-2px, 0px);
  }

  20% {
    transform: translate(2px, 0px);
  }

  25% {
    transform: translate(-2px, 0px);
  }

  30% {
    transform: translate(0px, 0px);
  }
}

.el_tree_user_btn {
  transition: 0.5s;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 0 10px 10px;
  border-color: transparent transparent transparent #f8ee37;
}

.el_tree_user_btn.style {
  transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
}

.el_tree_user_hierarchy_area {
  width: 100%;
  overflow: hidden;
}

.el_tree_user_id {
  margin-right: 10px;
}

.el_tree_user .el_accordion_contents {
  padding: 0;
  border: none !important;
  background-color: #94f2fd;
  border-radius: 3px;
}

.el_tree_user .el_accordion_contents.style {
  background-color: #94f2fd;
}

.el_tree_user .el_accordion_contents_q {
  padding: 12px;
}

.el_tree_user .el_accordion_contents_a {
  flex-direction: column;
  padding-bottom: 0;
}

/*===============================================
accordion
===============================================*/
.el_accordion {
  width: 100%;
}

.el_accordion_contents {
  padding: 3.2rem 2.8rem 0 2.8rem;
  border-top: 0.5px solid #e6e6e6;
  border-bottom: 0.5px solid #e6e6e6;
  transition: 0.5s;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
}

@media screen and (max-width: 560px) {
  .el_accordion_contents {
    padding: 24px 1.6rem 0 1.6rem;
  }
}

.el_accordion_contents:first-child {
  border-top: 1px solid #e6e6e6;
}

.el_accordion_contents:last-child {
  border-bottom: 1px solid #e6e6e6;
}

.el_accordion_contents.style {
  background: #f7f8f8;
}

.el_accordion_contents_btn {
  transition: 0.5s;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  display: block;
  height: 12px;
  width: 12px;
  min-height: 12px;
  min-width: 12px;
  border-bottom: 1px solid #715f4d;
  border-right: 1px solid #715f4d;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  margin-left: 16px;
}

@media screen and (max-width: 560px) {
  .el_accordion_contents_btn {
    height: 10px;
    width: 10px;
    min-height: 10px;
    min-width: 10px;
  }
}

.el_accordion_contents_btn.style {
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  margin-bottom: 0;
}

.el_accordion_contents_q {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 2.8rem;
  cursor: pointer;
}

@media screen and (max-width: 560px) {
  .el_accordion_contents_q {
    font-size: 1.6rem;
    padding-bottom: 24px;
  }
}

.el_accordion_contents_q p,
.el_accordion_contents_q h3 {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
}

.el_accordion_contents_q p span,
.el_accordion_contents_q h3 span {
  font-weight: 700;
  font-size: 20px;
  line-height: 24px;
  color: #fff;
  margin-right: 40px;
  background-color: #000;
  height: 42px;
  width: 42px;
  min-height: 42px;
  min-width: 42px;
  border-radius: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media screen and (max-width: 560px) {

  .el_accordion_contents_q p span,
  .el_accordion_contents_q h3 span {
    margin-right: 1.6rem;
    font-size: 14px;
    height: 32px;
    width: 32px;
    min-height: 32px;
    min-width: 32px;
  }
}

.el_accordion_contents_a {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: flex-start;
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  padding-top: 1.6rem;
  padding-bottom: 3.2rem;
  line-height: 26px;
}

@media screen and (max-width: 560px) {
  .el_accordion_contents_a {
    font-size: 14px;
    line-height: 22px;
    padding-bottom: 24px;
  }
}

.el_accordion_contents_a span {
  font-weight: 700;
  font-size: 20px;
  line-height: 24px;
  color: #fff;
  margin-right: 40px;
  margin-top: -8px;
  background: #2b7fb5;
  height: 42px;
  width: 42px;
  min-height: 42px;
  min-width: 42px;
  border-radius: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media screen and (max-width: 560px) {
  .el_accordion_contents_a span {
    margin-top: -4px;
    margin-right: 1.6rem;
    font-size: 14px;
    height: 32px;
    width: 32px;
    min-height: 32px;
    min-width: 32px;
  }
}

/*===============================================
carousel
===============================================*/
.el_carousel {
  margin: 0;
}

.el_carousel_area {
  list-style: none;
}

.el_carousel_list {
  display: block;
}

.el_carousel .slick-list {
  display: block;
}

.el_carousel img {
  min-height: 100%;
  min-width: 100%;
  object-fit: cover;
  object-position: center;
  -o-object-fit: cover;
  -o-object-position: center;
}

.el_carousel_btn {
  transition: 0.5s;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  cursor: pointer;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  border-radius: 48px;
  background-color: #d2a468;
  color: #fff;
  z-index: 1;
  font-size: 1.6rem;
  border: 1px solid #d2a468;
  opacity: 0.9;
}

@media screen and (max-width: 560px) {
  .el_carousel_btn {
    background: none;
    border: none;
    width: 24px;
  }
}

.el_carousel_btn:hover {
  background-color: #fff;
}

@media screen and (max-width: 560px) {
  .el_carousel_btn:hover {
    background: none;
  }
}

.el_carousel_btn:hover i {
  color: #d2a468;
}

.el_carousel_btn__l {
  left: 3%;
}

@media screen and (max-width: 560px) {
  .el_carousel_btn__l {
    left: 0;
  }
}

.el_carousel_btn__l img {
  height: 1.5rem;
  transform: rotate(180deg);
}

@media screen and (max-width: 560px) {
  .el_carousel_btn__l img {
    height: 1.1rem;
  }
}

.el_carousel_btn__l svg {
  height: 1.5rem;
  width: 2.4rem;
  transform: rotate(180deg);
}

.el_carousel_btn__l svg .cls-1 {
  fill: none;
  stroke: #fff;
}

@media screen and (max-width: 560px) {
  .el_carousel_btn__l svg {
    height: 1.1rem;
    width: 1.8rem;
  }
}

.el_carousel_btn__l i {
  font-size: 24px;
  transform: rotate(180deg);
  transition: 0.5s;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
}

@media screen and (max-width: 560px) {
  .el_carousel_btn__l i {
    font-size: 32px;
    font-weight: 100;
  }
}

.el_carousel_btn__r {
  right: 3%;
}

@media screen and (max-width: 560px) {
  .el_carousel_btn__r {
    right: 0;
  }
}

.el_carousel_btn__r img {
  height: 1.5rem;
}

@media screen and (max-width: 560px) {
  .el_carousel_btn__r img {
    height: 1.1rem;
  }
}

.el_carousel_btn__r svg {
  height: 1.5rem;
  width: 2.4rem;
}

.el_carousel_btn__r svg .cls-1 {
  fill: none;
  stroke: #fff;
}

@media screen and (max-width: 560px) {
  .el_carousel_btn__r svg {
    height: 1.1rem;
    width: 1.8rem;
  }
}

.el_carousel_btn__r i {
  font-size: 24px;
  transition: 0.5s;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
}

@media screen and (max-width: 560px) {
  .el_carousel_btn__r i {
    font-size: 32px;
    font-weight: 100;
  }
}

.slick-dots {
  position: absolute;
  top: auto;
  right: 50%;
  bottom: 24px;
  left: auto;
  transform: translateX(50%);
  -webkit-transform: translateX(50%);
  -moz-transform: translateX(50%);
  -ms-transform: translateX(50%);
  -o-transform: translateX(50%);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  color: #fff;
  z-index: 5;
}

@media screen and (max-width: 560px) {
  .slick-dots {
    gap: 12px;
    position: absolute;
    top: auto;
    right: 50%;
    bottom: 12px;
    left: auto;
  }
}

.slick-dots li {
  display: inline-block;
}

.slick-dots li button {
  position: relative;
  text-indent: -9999px;
  font-size: 0;
  height: 0;
  background: none;
}

.slick-dots li button:before {
  content: "●";
  color: #fff;
  font-size: 20px;
  text-indent: 0px;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0.6;
}

@media screen and (max-width: 560px) {
  .slick-dots li button:before {
    font-size: 14px;
    opacity: 0.4;
  }
}

.slick-dots li.slick-active button:before {
  content: "●";
  opacity: 1;
}

.wp-block-separator {
  border-color: rgb(211, 211, 211);
}

.wp-block-embed__wrapper iframe {
  width: 100%;
  height: auto;
  min-height: 567px;
}

@media (max-width: 781px) {
  .wp-block-embed__wrapper iframe {
    min-height: 200px;
  }
}

.wp_column_spacer {
  height: 100%;
  width: 32px;
}

@media (max-width: 781px) {
  .wp_column_spacer {
    height: 0 !important;
    width: 0;
  }
}

.size-full {
  width: 100%;
}

.size-full img {
  width: 100%;
}

.pagination {
  height: 32px !important;
}

.pagination a {
  text-decoration: none !important;
  margin-right: 8px !important;
}

.pagination span {
  margin-right: 8px !important;
}

.pagination .page-numbers {
  height: 32px !important;
  width: 32px !important;
}

.pagination .current {
  background-color: #f58220 !important;
  border-radius: 4px !important;
  color: white !important;
  padding: 12px 15px;
}

.bl_article_PermissionToView {
  min-height: 500px;
  width: 100%;
  position: relative;
  z-index: 1;
}

.bl_article_PermissionToView_contents {
  position: absolute;
  top: 0;
  right: auto;
  bottom: auto;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  padding: 16px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10%;
}

@media screen and (max-width: 560px) {
  .bl_article_PermissionToView_contents {
    flex-direction: column;
  }
}

.bl_article_PermissionToView_contents p {
  margin: 0 auto 24px auto;
  font-size: 24px;
  line-height: 1.5;
  color: #000;
  -ms-filter: blur(10px);
  filter: blur(10px);
}

@media screen and (max-width: 560px) {
  .bl_article_PermissionToView_contents p {
    font-size: 18px;
  }
}

.bl_article_PermissionToView_bg {
  position: absolute;
  top: 0;
  right: auto;
  bottom: auto;
  left: 0;
  z-index: 3;
  width: 100%;
  height: 100%;
  background-color: rgba(217, 217, 217, 0.1);
}

.bl_article_PermissionToView_announce {
  position: absolute;
  top: 50%;
  right: auto;
  bottom: auto;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  z-index: 4;
  padding: 24px;
  background-color: rgb(245, 242, 220);
}

@media screen and (max-width: 700px) {
  .bl_article_PermissionToView_announce {
    width: 84%;
    padding: 12px;
  }
}

.bl_article_PermissionToView_announce p {
  margin: 0 auto 24px auto;
  font-weight: 700;
  font-size: 16px !important;
  line-height: 1.5;
  color: #000;
  text-align: center;
}

@media screen and (max-width: 700px) {
  .bl_article_PermissionToView_announce p {
    margin: 0 auto 14px auto;
    font-size: 14px !important;
  }
}

.bl_article_PermissionToView_announce_anker {
  margin: 0 auto 12px auto;
  display: block;
  color: rgb(48, 172, 255);
  font-size: 20px;
  text-align: center;
}

@media screen and (max-width: 700px) {
  .bl_article_PermissionToView_announce_anker {
    font-size: 14px;
  }
}

.bl_article_PermissionToView_announce .el_btn {
  margin: 0 auto 10px;
}

@media screen and (max-width: 700px) {
  .bl_article_PermissionToView_announce .el_btn {
    padding: 0 16px;
    font-weight: 700;
  }
}

body {
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  font-family: "HiraMaruProN";
  font-family: "ヒラギノ丸ゴ Pro W4", "ヒラギノ丸ゴ Pro", "Hiragino Maru Gothic Pro", "ヒラギノ角ゴ Pro W3",
    "Hiragino Kaku Gothic Pro", "HG丸ｺﾞｼｯｸM-PRO", "HGMaruGothicMPRO";
  padding-top: 70px;
  overflow-x: hidden;
}

@media (max-width: 600px) {
  body {
    padding-top: 54px !important;
  }
}

body h2 {
  font-family: "HiraMaruProN-W4";
}

body .pagetitle {
  font-size: 32px;
}

@media (max-width: 750px) {
  body .pagetitle {
    font-size: 24px;
  }
}

.body-structure {
  margin: 0 auto;
  max-width: 1048px;
  min-height: 85vh;
  padding: var(--tec-spacer-8) var(--tec-spacer-4) var(--tec-spacer-4);
}

.body-structure .el_grid.el_grid__3col {
  margin: 24px auto;
}

.body-structure .post-content-inner {
  width: calc(100% - 300px - 16px);
}

@media (max-width: 750px) {
  .body-structure .post-content-inner {
    width: 100%;
  }
}

.entry-header {
  text-align: center;
  display: flex;
  flex-direction: column;
  width: fit-content;
  margin: auto;
  margin-bottom: 24px;
}

.entry-header img {
  width: 150px;
  height: 5px;
  margin: auto;
}

@media (max-width: 600px) {
  .entry-header img {
    height: 3px;
  }
}

h2.has-background {
  padding: 0;
}

a {
  color: #0073aa;
}

a:active,
a:focus,
a:hover {
  color: #0096dd;
}

.searchform {
  width: 100%;
  text-align: center;
  margin: auto;
}

.searchform .searchform-wrap input[type="text"] {
  width: 75%;
}

.searchform .searchform-wrap .search-btn {
  width: 15%;
  height: 50px;
  padding: 10px;
  background-color: #f58220;
  color: white;
  border: 1px rgba(245, 130, 32, 0.4) solid;
  border-radius: 5px;
}

.searchform .searchform-wrap .search-btn:hover {
  cursor: pointer;
}

.searchform .searchform-wrap .search-btn:hover.search-btn {
  opacity: 0.8;
}

@media screen and (max-width: 600px) {
  .floating-button.sp {
    bottom: 144px !important;
    right: 8px !important;
    height: 40px !important;
    min-width: 40px !important;
    border-radius: 100% !important;
  }

  .floating-button.has-label.sp {
    padding: 8px !important;
  }

  .floating-button-label.sp {
    display: none !important;
  }
}

/* 著者 */
.bl_author {
  padding: 16px 24px;
  background-color: #f4e9dc;
  border-radius: 12px;
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin: 24px 0;
}

@media screen and (max-width: 600px) {
  .bl_author {
    padding: 16px;
  }
}

.bl_author_inner {
  display: flex;
  align-items: center;
  gap: 16px;
}

@media screen and (max-width: 600px) {
  .bl_author_inner {
    justify-content: center;
  }

  .bl_author_inner:last-child {
    flex-direction: column;
  }
}

.bl_author_imgWrapper {
  margin-bottom: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  width: 120px;
  height: 120px;
  min-width: 120px;
  min-height: 120px;
  border-radius: 120px;
  overflow: hidden;
  transform: translateY(16px);
}

.bl_author_imgWrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

@media screen and (max-width: 600px) {
  .bl_author_imgWrapper {
    width: 80px;
    height: 80px;
    min-width: 80px;
    min-height: 80px;
    border-radius: 80px;
  }
}

.bl_author .ttl {
  font-size: 20px;
  font-weight: 700;
  white-space: nowrap;
}

.bl_author .sub {
  font-size: 16px;
  white-space: nowrap;
}

.bl_author .name {
  display: block;
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 8px;
}

@media screen and (max-width: 600px) {
  .bl_author .name {
    text-align: center;
  }
}

.bl_author .belong {
  font-size: 16px;
  line-height: 1.4;
}

.sp_only {
  display: none !important;
}

@media screen and (max-width: 1000px) {
  .sp_only {
    display: block !important;
  }
}

.pc_only {
  display: block !important;
}

@media screen and (max-width: 1000px) {
  .pc_only {
    display: none !important;
  }
}

/* TOPバナー */
.top_banner {
  width: 100%;
  display: block;
  margin-top: 16px;
}

.top_banner img {
  width: 100%;
  object-fit: contain;
}

@media screen and (max-width: 1000px) {
  .top_banner {
    width: 100%;
    margin-top: 8px;
    margin-bottom: 16px;
  }
}

/* 共通 */
.mb32 {
  margin-bottom: 32px;
}

.mt16 {
  margin-top: 16px;
}

@media screen and (max-width: 1000px) {
  .mt16 {
    margin-top: 8px;
  }
}


/* CTAボタン1 */
.ctaButton1 {
  cursor: pointer;
  font-size: 24px;
  width: 70%;
  border-radius: 64px;
  background: linear-gradient(45deg, #8C7DFB 0%, #84CAF5 100%);
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  position: relative;
  transition: all 0.4s;
  overflow: hidden;
}

.ctaButton1>* {
  position: relative;
  z-index: 2;
}

.ctaButton1:hover::before {
  opacity: 0;
}

.ctaButton1::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  background: linear-gradient(45deg, #84CAF5 0%, #8C7DFB 100%);
  height: 100%;
  width: 100%;
  z-index: 0;
  transition: all 0.4s;
}

/* CTAボタン2 */
.ctaButton2 {
  cursor: pointer;
  font-size: 24px;
  width: 70%;
  background: #f58220;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  position: relative;
  transition: all 0.4s;
}

.ctaButton2:hover {
  background: #fac628;
}

/* CTAボタン3 */
.ctaButton3 {
  cursor: pointer;
  font-size: 24px;
  width: 70%;
  border: 3px solid #f58220;
  background-color: #fff;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  transition: all 0.4s;
  border-radius: 72px;
}

.ctaButton3 a {
  color: #f58220 !important;
}

.ctaButton3:hover {
  border: 3px solid #f58220;
  background-color: #f58220;
}

.ctaButton3:hover>a {
  color: #fff !important;
}

.ctaButton3:hover::after {
  color: #fff;
}

/* CTAボタン4 */
.ctaButton4 {
  cursor: pointer;
  font-size: 24px;
  width: 70%;
  background: #fff;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  position: relative;
  transition: all 0.4s;
  overflow: hidden;
}

.ctaButton4 a {
  color: #f58220 !important;
}

.ctaButton4:hover>a {
  color: #fff !important;
}

.ctaButton4:hover::after {
  color: #fff;
}

.ctaButton4>* {
  position: relative;
  z-index: 2;
}

.ctaButton4:hover::before {
  background: #f58220;
  transform: translate(50%, -50%) scale(1.5);
}

.ctaButton4::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 50%;
  transform: translate(50%, -50%) scale(1);
  border: 3px solid #f58220;
  background: #fff;
  height: calc(100% - 16px);
  width: calc(100% - 16px);
  z-index: 0;
  transition: all 0.4s;
  border-radius: 8px;
}

/* CTA共通 */
.wp-block-buttons>.wp-block-button.ctaButton1,
.wp-block-buttons>.wp-block-button.ctaButton2,
.wp-block-buttons>.wp-block-button.ctaButton3 {
  padding: 0;
  box-shadow: 2px 2px 3px #8f8f8f;
  margin: 0 auto;
}

.wp-block-buttons>.wp-block-button.ctaButton4 {
  padding: 0;
  box-shadow: 0px 0px 8px #747373;
  margin: 0 auto;
}

.wp-block-buttons>.wp-block-button.ctaButton2,
.wp-block-buttons>.wp-block-button.ctaButton4 {
  border-radius: 8px;
}

.ctaButton1 a,
.ctaButton2 a,
.ctaButton3 a,
.ctaButton4 a {
  background: none;
  height: 100%;
  width: 100%;
}

.ctaButton1::after,
.ctaButton2::after,
.ctaButton3::after,
.ctaButton4::after {
  content: "▶︎";
  color: #fff;
  position: absolute;
  top: 50%;
  right: 40px;
  transform: translate(0, -50%);
  font-size: 16px;
  transition: all 0.4s;
}

.ctaButton3::after {
  color: #f58220;
}

.ctaButton4::after {
  color: #f58220;
}

.ctaButton1:hover::after,
.ctaButton2:hover::after,
.ctaButton3:hover::after,
.ctaButton4:hover::after {
  transform: translate(2px, -50%);
}

@media screen and (max-width: 1000px) {

  .wp-block-buttons>.wp-block-button.ctaButton1,
  .wp-block-buttons>.wp-block-button.ctaButton2,
  .wp-block-buttons>.wp-block-button.ctaButton3,
  .wp-block-buttons>.wp-block-button.ctaButton4 {
    width: 100%;
  }
}