@charset "UTF-8";
.l-flex {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 1rem;
}
@media screen and (max-width: 767px) {
  .l-flex {
    justify-content: space-between;
    gap: 0;
  }
  .site-header__sns{
	  gap: 20px;
  }
}
.l-flex__item50 {
  width: 48%;
}
.l-flex__item30 {
  width: 31%;
}
@media screen and (max-width: 767px) {
  .l-flex__item30 {
    width: 48%;
  }
}
.l-flex__item20 {
  width: 23%;
}
@media screen and (max-width: 767px) {
  .l-flex__item20 {
    width: 48%;
  }
}

@media screen and (max-width: 767px) {
  .l-flex.-onecol_sp .l-flex__item50 {
    width: 100%;
  }
}

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

@media screen and (min-width: 768px) {
  .l-flex.-nowrap_pc {
    flex-wrap: nowrap;
  }
}

.l-1col__contents {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}
.l-1col__contents .eo_archive-list {
  gap: 2rem;
  justify-content: flex-start;
}
@media screen and (max-width: 767px) {
  .l-1col__contents .eo_archive-list {
    gap: 0;
    justify-content: space-between;
  }
}
.l-1col__contents .eo_archive-list__item {
  width: calc(33% - 2rem);
}
@media screen and (max-width: 767px) {
  .l-1col__contents .eo_archive-list__item {
    width: 48%;
  }
}
@media screen and (min-width: 768px) {
  .l-1col__contents .eo_archive-list__item:nth-child(3) {
    padding-top: 0;
  }
}
@media screen and (min-width: 768px) {
  .l-1col__contents .eo_archive-list__item:nth-last-child(3) {
    background: none;
  }
}
.l-1col__contents .cal-event-tagList {
  margin-bottom: 0 !important;
}

/************************************************
# イベントカレンダー　mizuho
*************************************************/
#cal-event-termColor-giji .-life-event::before {
  background-color: #89BD5B;
}
#cal-event-termColor-giji .-career::before {
  background-color: #6BBBC8;
}
#cal-event-termColor-giji .-lgbtq::before {
  background-color: #8788B3;
}
#cal-event-termColor-giji .-other::before {
  background-color: #DDCCBA;
}

#cal-event-termColor .-life-event {
  background-color: #89BD5B;
}
#cal-event-termColor .-career {
  background-color: #6BBBC8;
}
#cal-event-termColor li[class^=-career-] {
  background-color: rgba(107, 187, 200, 0.2) !important;
}
#cal-event-termColor li[class^=-career-] a {
  color: #6BBBC8 !important;
}
#cal-event-termColor .-career.children,
#cal-event-termColor .-career-1, #cal-event-termColor .-career-2, #cal-event-termColor .-career-3, #cal-event-termColor .-career-4, #cal-event-termColor .-career-5 {
  color: #6BBBC8 !important;
  background-color: rgba(107, 187, 200, 0.2) !important;
}
#cal-event-termColor .-career.children a,
#cal-event-termColor .-career-1 a, #cal-event-termColor .-career-2 a, #cal-event-termColor .-career-3 a, #cal-event-termColor .-career-4 a, #cal-event-termColor .-career-5 a {
  color: #6BBBC8 !important;
}
#cal-event-termColor .-career.children a:visited,
#cal-event-termColor .-career-1 a:visited, #cal-event-termColor .-career-2 a:visited, #cal-event-termColor .-career-3 a:visited, #cal-event-termColor .-career-4 a:visited, #cal-event-termColor .-career-5 a:visited {
  color: #6BBBC8 !important;
}
#cal-event-termColor .-lgbtq {
  background-color: #8788B3;
}
#cal-event-termColor .-lgbtq.children,
#cal-event-termColor .-lgbtq-1, #cal-event-termColor .-lgbtq-2, #cal-event-termColor .-lgbtq-, #cal-event-termColor .-lgbtq-4, #cal-event-termColor .-lgbtq-5 {
  color: #8788B3 !important;
  background-color: rgba(135, 136, 179, 0.2) !important;
}
#cal-event-termColor .-lgbtq.children a,
#cal-event-termColor .-lgbtq-1 a, #cal-event-termColor .-lgbtq-2 a, #cal-event-termColor .-lgbtq- a, #cal-event-termColor .-lgbtq-4 a, #cal-event-termColor .-lgbtq-5 a {
  color: #8788B3 !important;
}
#cal-event-termColor .-lgbtq.children a:visited,
#cal-event-termColor .-lgbtq-1 a:visited, #cal-event-termColor .-lgbtq-2 a:visited, #cal-event-termColor .-lgbtq- a:visited, #cal-event-termColor .-lgbtq-4 a:visited, #cal-event-termColor .-lgbtq-5 a:visited {
  color: #8788B3 !important;
}
#cal-event-termColor .-other {
  background-color: #DDCCBA;
}

.status > a,
.status > a:visited {
  color: inherit !important;
}
.status.-start {
  background: #EB5F60 !important;
}
.status.-fin, .status.-end {
  background: #F6F6F6 !important;
  color: #999 !important;
}

.cal-event-termList {
  text-align: left;
}
.cal-event-termList .term,
.cal-event-termList .status {
  margin-right: 0.25rem;
  margin-bottom: 0.4rem;
  display: inline-block;
  background-color: #E0721B;
  color: #fff;
  font-size: 12px;
  font-weight: bold;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  vertical-align: middle;
  border-radius: 4px;
  line-height: 25px;
}
@media screen and (max-width: 767px) {
  .cal-event-termList .term,
  .cal-event-termList .status {
    font-size: 0.625rem;
    line-height: 1.4;
    padding: 0.5rem;
  }
}
.cal-event-termList .term a:link,
.cal-event-termList .term a:visited {
  color: #fff;
}
.cal-event-termList .children {
  color: #E0721B;
  background-color: #FEFCEF;
}
.cal-event-termList .event-tag {
  background-color: #E0721B;
}

.cal-event-tagList {
  position: relative;
  font-size: 0.75rem;
  color: #999;
  padding-left: 3.5rem;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .cal-event-tagList {
    font-size: 0.625rem;
  }
}
.cal-event-tagList::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "タグ";
  background-color: #F6F6F6;
  padding: 0 0.5rem;
  line-height: 25px;
  height: 25px;
  display: inline-block;
}
.cal-event-tagList::after {
  position: absolute;
  top: 0;
  left: 38px;
  content: "";
  background-color: #F6F6F6;
  width: 8px;
  height: 25px;
  -webkit-clip-path: polygon(0 0, 0% 100%, 100% 50%);
          clip-path: polygon(0 0, 0% 100%, 100% 50%);
}
@media screen and (max-width: 767px) {
  .cal-event-tagList::after {
    left: 36px;
  }
}
.cal-event-tagList__tag {
  vertical-align: bottom;
}

.event-calender-sec {
  color: #333;
  width: 100%;
  max-width: 920px;
  margin: auto;
}
.event-calender-sec a:link,
.event-calender-sec a:visited {
  color: #333;
}
.event-calender-sec__title .underline {
  color: #04B8CE;
  border-bottom: 3px solid #00B8CC;
  font-size: 19px;
  padding-bottom: 0.5rem;
}
@media screen and (max-width: 767px) {
  .event-calender-sec__title .underline {
    display: block;
    border-width: 1px;
    padding-bottom: 0.25rem;
  }
}

.cal-event-nav {
  text-align: left;
  margin: 0 auto 1rem;
}
@media screen and (max-width: 767px) {
  .cal-event-nav {
    width: 480px;
    margin-bottom: 1rem;
  }
}
.cal-event-nav__item {
  display: inline-block;
}
.cal-event-nav__link {
  position: relative;
  display: block;
  color: #E0721B !important;
  font-size: 0.875rem;
  letter-spacing: 0.05em;
  border: 1px solid #E0721B;
  padding: 0 2.25rem 0 1rem;
  line-height: 36px;
  font-size: 0.875rem;
  border-radius: 26px;
  margin-right: 0.48rem;
  margin-bottom: 0.5rem;
}
@media screen and (max-width: 767px) {
  .cal-event-nav__link {
    margin-right: 0.25rem;
    margin-bottom: 0.5rem;
    padding: 0 2rem 0 1rem;
  }
}
.cal-event-nav__link::after {
  position: absolute;
  top: calc(50% - 3px);
  right: 1rem;
  content: "";
  width: 5px;
  height: 5px;
  border-top: 1px solid #E0721B;
  border-right: 1px solid #E0721B;
  transform: rotate(45deg);
  transition: all 0.15s ease-out;
}
.cal-event-nav__link:hover {
  text-decoration: none;
}
.cal-event-nav__link:hover::after {
  right: 0.75rem;
}
.cal-event-nav__link:not(.-all) {
  position: relative;
  padding-left: 2rem;
}
.cal-event-nav__link:not(.-all)::before {
  content: "";
  position: absolute;
  top: calc(50% - 5px);
  left: 0.75rem;
  width: 10px;
  height: 10px;
  background-color: #E0721B;
  border-radius: 50%;
}
.cal-event-nav__scroll {
  overflow: auto;
}

.simple-postlist-nav .cal-event-nav__link {
  padding-left: 1rem;
}
.simple-postlist-nav .cal-event-nav__link::before {
  content: none;
}

.eo_fullcalendar-list {
  font-family: "Poppins", "Zen Kaku Gothic New", sans-serif;
  align-items: flex-start;
  gap: 1.5rem;
  margin-top: 1rem;
  margin-bottom: 2rem;
}
@media screen and (max-width: 767px) {
  .eo_fullcalendar-list {
    gap: 2rem;
    margin-bottom: 2rem;
    justify-content: center;
  }
}

.event-calender {
  width: 50%;
  max-width: 440px;
}
@media screen and (max-width: 767px) {
  .event-calender {
    width: 100%;
  }
}

.-text-center {
  text-align: center;
  margin-bottom: 1rem;
  font-size: 1rem;
  color: green;
  font-weight: bold;
}

.cal-br {
  display: block;
}

/* もっと見る */
#js-post-more .is-hidden {
  display: none;
  visibility: hidden;
  height: 0;
  margin: 0;
}

.more-btn__link {
  margin: 0 auto;
  max-width: 200px;
  position: relative;
  display: block;
  text-align: center;
  width: 100%;
  font-size: 14px;
  letter-spacing: 0.08em;
  font-weight: 600;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  padding-top: 0.5rem;
  padding-bottom: 0.4rem;
  text-decoration: none;
  transition: 0.3s;
  border: 1px solid #333;
  background-color: #fff;
}
@media (max-width: 767px) {
  .more-btn__link {
    font-size: 12px;
    max-width: 160px;
  }
}
.more-btn__link:hover {
  opacity: 0.7;
  cursor: pointer;
}
.more-btn__link::after {
  content: "";
  position: absolute;
  right: 1.2rem;
  top: 50%;
  transform: translateY(-50%);
  background-color: #1F2C32;
  width: 11px;
  height: 7px;
  -webkit-clip-path: polygon(0 0, 100% 0%, 50% 100%);
          clip-path: polygon(0 0, 100% 0%, 50% 100%);
  transition: 0.3s;
}
.more-btn__link .btn_text {
  position: relative;
  left: -0.5rem;
}

.fc-event {
  width: 10px;
  height: 10px;
  border-radius: 50% !important;
  margin: auto !important;
  box-sizing: border-box !important;
}

.fc-content {
  display: none;
}

.event-list .is-hidden {
  display: none;
}
.event-list .no-more {
  font-size: 0.8rem;
  color: gray;
}
.event-list .no-more a {
  color: #E0721B;
  text-decoration: underline;
}

.event-list {
  width: 50%;
  max-width: 440px;
  border-top: 4px solid #E0721B;
  border-bottom: 4px solid #E0721B;
  border-left: 1px solid #EAE0CE;
  border-right: 1px solid #EAE0CE;
  padding: 10px 1.25rem;
  box-sizing: border-box;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .event-list {
    width: 100%;
    border-width: 3px;
  }
}
.event-list .list {
  max-height: 375px;
  overflow: auto;
}
@media screen and (max-width: 767px) {
  .event-list .list {
    max-height: 275px;
  }
}
.event-list .list-item {
  background-image: linear-gradient(to right, #888, #888 2px, transparent 2px, transparent 8px); /* 幅2の線を作る */
  background-size: 6px 1px; /* グラデーションの幅・高さを指定 */
  background-position: left bottom; /* 背景の開始位置を指定 */
  background-repeat: repeat-x; /* 横向きにのみ繰り返す */
  padding: 0.75rem 0;
  list-style: none;
}
.event-list .list-item:first-child {
  padding-top: calc(0.75rem - 10px);
}
.event-list .list-item:last-child {
  padding-bottom: calc(0.75rem - 10px);
  background-image: none;
}
.event-list .list-item a {
  display: block;
  text-decoration: none;
}
.event-list .list-item .flex-content {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 1rem;
}
.event-list .list-item .flex-content__l {
  font-size: 12px !important;
  width: 23%;
  min-width: 64px;
  padding: 1rem 0.3rem;
  border: 2px solid #FFEAB4;
  border-radius: 5px;
  text-align: center;
  line-height: 1.4;
  box-sizing: border-box;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .event-list .list-item .flex-content__l {
    width: 27%;
  }
}
.event-list .list-item .flex-content__l .date-title {
  text-align: center;
  display: block;
  padding-bottom: 0.5rem;
  border-bottom: 2px solid #EAE0CE;
  margin-bottom: 0.5rem;
  line-height: 1;
  color: #646464;
}
.event-list .list-item .flex-content__l .date-time {
  line-height: 1.15;
  letter-spacing: -0.01em;
}
.event-list .list-item .flex-content__l .date-time span {
  text-align: center;
}
.event-list .list-item .flex-content__l .month {
  font-size: 0.875rem;
}
.event-list .list-item .flex-content__l .day {
  font-size: 1.25rem;
}
@media screen and (max-width: 767px) {
  .event-list .list-item .flex-content__l .day {
    font-size: 1.2rem;
  }
}
.event-list .list-item .flex-content__l .cal-br {
  margin-bottom: 0.1rem;
}
.event-list .list-item .flex-content__l .-orange,
.event-list .list-item .flex-content__l .-blue {
  color: #E0721B;
}
.event-list .list-item .flex-content__l .day-of-week {
  font-size: 14px;
}
.event-list .list-item .flex-content__l.-online {
  position: relative;
  margin-top: 1.5rem;
}
.event-list .list-item .flex-content__l.-online::before, .event-list .list-item .flex-content__l.-online::after {
  position: absolute;
  left: -0.3rem;
  top: -0.7rem;
  content: "";
  width: 10px;
  height: 1px;
  background-color: rgba(224, 114, 27, 0.5);
  transform: rotate(-290deg);
}
.event-list .list-item .flex-content__l.-online::after {
  left: auto;
  right: -0.25rem;
  transform: rotate(290deg);
}
.event-list .list-item .flex-content__l.-online .online {
  display: block;
}
.event-list .list-item .flex-content__l.-online .online {
  width: 100%;
  position: absolute;
  top: -1.1rem;
  left: 0;
  content: "オンライン";
  text-align: center;
  font-size: 10px;
  color: #E0721B;
  font-weight: bold;
}
.event-list .list-item .flex-content__r {
  width: 80%;
}
.event-list .list-item .flex-content__r .event-title {
  line-height: 1.75;
  margin-top: 0.5rem;
  font-weight: 500;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .event-list .list-item .flex-content__r .event-title {
    font-size: 0.875rem;
  }
}

.eo-fullcalendar {
  text-align: center !important;
  box-shadow: 4px 4px rgba(232, 218, 188, 0.5);
  background-color: #E0721B;
  /* header */
}
@media screen and (max-width: 767px) {
  .eo-fullcalendar {
    position: relative;
  }
}
.eo-fullcalendar .fc-toolbar {
  display: inline-block;
  margin: auto;
  width: 260px;
  color: #fff;
  font-size: 1.25rem;
  letter-spacing: 0.05em;
  margin: 0.4rem 0 0.1rem !important;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .eo-fullcalendar .fc-toolbar {
    margin: 0.5rem auto !important;
  }
}
@media screen and (max-width: 767px) {
  .eo-fullcalendar .fc-toolbar h2 {
    text-align: center;
  }
}
.eo-fullcalendar .fc-toolbar div {
  vertical-align: middle;
}
.eo-fullcalendar .fc-toolbar .fc-button {
  top: 6px !important;
  border-radius: 50% !important;
  width: 30px !important;
  height: 30px !important;
  background-color: rgba(255, 255, 255, 0.8) !important;
  border: none;
}
@media screen and (max-width: 767px) {
  .eo-fullcalendar .fc-toolbar .fc-button {
    position: relative;
    top: -2px !important;
  }
}
@media screen and (max-width: 767px) {
  .eo-fullcalendar .fc-toolbar .fc-right,
  .eo-fullcalendar .fc-toolbar .fc-left {
    position: absolute;
    left: 2rem;
  }
}
@media screen and (max-width: 767px) {
  .eo-fullcalendar .fc-toolbar .fc-right {
    left: auto;
    right: 2rem;
  }
}
.eo-fullcalendar .fc-toolbar .fc-icon {
  top: -1px !important;
  left: -7px;
  position: relative;
  margin: 0 0.1em;
  font-size: 26px;
  color: #E0721B;
  transform: scale(0.9);
}
@media screen and (max-width: 767px) {
  .eo-fullcalendar .fc-toolbar .fc-icon {
    top: -2px !important;
    left: -8px;
    transform: scale(0.8);
  }
}
.eo-fullcalendar table td,
.eo-fullcalendar table th {
  line-height: 2;
  text-align: center !important;
  font-size: 14px !important;
  border-color: #E2E0DF;
}
.eo-fullcalendar table thead .fc-widget-header {
  font-size: 14px !important;
  background-color: #FEFCEF !important;
  border-color: #FDEFCC !important;
  font-weight: 600;
  letter-spacing: 0.05em;
}
.eo-fullcalendar table thead .fc-widget-header th {
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
}
.eo-fullcalendar table thead .fc-widget-header .fc-sun {
  color: #EB5F60;
}
.eo-fullcalendar table .fc-event.fc-draggable, .eo-fullcalendar table .fc-event[href] {
  margin-top: 0.1rem !important;
  margin-bottom: 0.1rem !important;
}
@media screen and (max-width: 767px) {
  .eo-fullcalendar table .fc-event.fc-draggable, .eo-fullcalendar table .fc-event[href] {
    pointer-events: none;
  }
}
.eo-fullcalendar .fc-today {
  position: relative;
  background: #F6F5F4 !important;
  border-style: solid !important;
}

.eo-fullcalendar-loading-icon {
  width: 21px;
}

.cal-event-btn {
  display: inline-block;
  position: relative;
  font-size: 1.125rem;
  letter-spacing: 0.05em;
  padding-right: 3.5rem;
  font-family: "Poppins", "Zen Kaku Gothic New", sans-serif;
  font-weight: 600;
  transition: all 0.15s ease-out;
}
@media screen and (max-width: 767px) {
  .cal-event-btn {
    font-size: 1rem;
    padding-right: 3rem;
  }
}
.cal-event-btn::after {
  position: absolute;
  top: calc(50% - 22px);
  right: 0;
  content: url(../img/cal-event/icon-arrow.svg);
}
@media screen and (max-width: 767px) {
  .cal-event-btn::after {
    transform: scale(0.85);
  }
}
.cal-event-btn:hover {
  text-decoration: none;
  opacity: 0.7;
}
.cal-event-btn__wrapper {
  text-align: right;
}

/*
# アーカイブページ　mizuho
*************************************************/
.l-eo2colmn,
.eo_archive {
  font-family: "Poppins", "Zen Kaku Gothic New", sans-serif;
  color: #333;
}
.l-eo2colmn a:link,
.l-eo2colmn a:visited,
.eo_archive a:link,
.eo_archive a:visited {
  color: #333;
  transition: all 0.15s ease-out;
}
.l-eo2colmn a:link:hover,
.l-eo2colmn a:visited:hover,
.eo_archive a:link:hover,
.eo_archive a:visited:hover {
  text-decoration: none;
}
.l-eo2colmn .-orange, .l-eo2colmn .-blue,
.eo_archive .-orange,
.eo_archive .-blue {
  color: #E0721B;
}
.l-eo2colmn__flex,
.eo_archive__flex {
  width: 90%;
  max-width: 980px;
  justify-content: space-between;
  margin: 4rem auto;
  flex-wrap: nowrap;
  gap: 1.5rem;
}
@media screen and (max-width: 767px) {
  .l-eo2colmn__flex,
  .eo_archive__flex {
    margin-top: 2rem;
    flex-wrap: wrap;
    gap: 1rem;
  }
}
.l-eo2colmn__flex__l,
.eo_archive__flex__l {
  width: 68%;
}
@media screen and (max-width: 767px) {
  .l-eo2colmn__flex__l,
  .eo_archive__flex__l {
    width: 100%;
  }
}
.l-eo2colmn__flex__r,
.eo_archive__flex__r {
  width: 33%;
  max-width: 320px;
}
@media screen and (max-width: 767px) {
  .l-eo2colmn__flex__r,
  .eo_archive__flex__r {
    width: 100%;
    max-width: 100%;
    margin-top: 3rem;
  }
}

.pagination {
  padding-top: 1.5rem;
  border: none;
  border-top: 2px solid #E0721B;
}
@media screen and (max-width: 767px) {
  .pagination {
    margin-top: 0;
  }
}
.pagination a::after, .pagination a::before {
  color: #E0721B;
}
.pagination .nav-links {
  text-align: center;
  margin-top: 1.5rem;
}
.pagination .nav-links .page-numbers {
  vertical-align: bottom;
  display: inline-block;
  font-size: 0.875rem;
  line-height: 24px;
  height: 24px;
  width: 24px;
  min-width: auto;
  min-height: auto;
  margin-right: 0.5rem;
  border: none;
  border-radius: 2px;
}
.pagination .nav-links .page-numbers:not(.next):not(.prev):not(.dots) {
  background-color: rgba(224, 114, 27, 0.2);
}
.pagination .nav-links .current {
  background-color: #E0721B !important;
  color: #fff;
}
.pagination .nav-links .icon-prev, .pagination .nav-links .icon-next {
  position: relative;
}
.pagination .nav-links .icon-prev::after, .pagination .nav-links .icon-next::after {
  position: absolute;
  top: 7px;
  right: 0;
  content: "";
  width: 7px;
  height: 7px;
  border-top: 1px solid #E0721B;
  border-right: 1px solid #E0721B;
  transform: rotate(45deg);
  transition: all 0.15s ease-out;
}
.pagination .nav-links .icon-prev::after {
  transform: rotate(225deg);
}

.eo_archive-list {
  align-items: stretch;
  justify-content: space-between;
}
@media screen and (max-width: 980px) {
  .eo_archive-list {
    gap: 2rem;
  }
}
/* 開催募集最新三件表示のときの追記ここから */
.event-wanted .eo_archive-list{
	justify-content: start;
	gap: 32px;
}
@media screen and (max-width: 980px) {
.event-wanted .eo_archive-list {
    gap: 2rem;
  }
}
/* 開催募集最新三件表示のときの追記ここまで */
.eo_archive-list h3 {
  text-align: left;
}
.eo_archive-list__item {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
  background-image: linear-gradient(to right, #888, #888 2px, transparent 2px, transparent 8px);
  background-size: 6px 1px;
  background-position: left bottom;
  background-repeat: repeat-x;
  transition: opacity 0.25s ease-out;
}
@media screen and (max-width: 980px) {
  .eo_archive-list__item {
    width: 100%;
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }
}
@media screen and (min-width: 768px) {
  .eo_archive-list__item:hover .eo_archive-list__thumb img {
    transform: scale(1.1);
  }
}
.eo_archive-list__item:last-child, .eo_archive-list__item:nth-last-child(2) {
  background-image: none;
}
.eo_archive-list__item:first-child, .eo_archive-list__item:nth-child(2) {
  padding-top: 0;
}
.eo_archive-list__thumb {
  margin-bottom: 1.5rem;
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 66%; /* 3:2 aspect ratio */
  border-radius: 5px;
  overflow: hidden;
  border-radius: 5px;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .eo_archive-list__thumb {
    margin-bottom: 1rem;
  }
}
.eo_archive-list__thumb img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 5px;
  transition: all 0.25s ease-out;
}
.eo_archive-list__date {
  font-weight: 600;
  line-height: 1;
  margin-bottom: 0.75rem;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .eo_archive-list__date {
    font-size: 0.875rem;
  }
}
.eo_archive-list__title {
  margin-bottom: 0.5rem;
  line-height: 2;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .eo_archive-list__title {
    font-size: 0.875rem;
    line-height: 1.6;
  }
}

.eo_sidebar {
  width: 100%;
  font-size: 14px;
  background-color: #FEFCEF;
  padding: 2.5rem 1rem;
  box-sizing: border-box;
  font-weight: bold;
}
.eo_sidebar__inner {
  max-width: 200px;
  margin: auto;
}
@media screen and (max-width: 767px) {
  .eo_sidebar__inner {
    max-width: 80%;
  }
}
.eo_sidebar__title {
  font-size: 1rem;
  border-left: 4px solid #E0721B;
  color: #E0721B;
  padding-left: 0.5rem;
  margin-bottom: 1.5rem;
  line-height: 24px;
}
.eo_sidebar .cat-list {
  margin-bottom: 3rem;
}
.eo_sidebar .cat-list .cat-item, .eo_sidebar .cat-list__item {
  list-style: none;
}
.eo_sidebar .cat-list .cat-item a, .eo_sidebar .cat-list__item a {
  position: relative;
  display: block;
  text-decoration: none;
  transition: all 0.2s ease-out;
  padding-bottom: 1rem;
  margin-bottom: 1.5rem;
  line-height: 1;
  border-bottom: 2px solid #E0721B;
  color: #333333;
}
.eo_sidebar .cat-list .cat-item a::after, .eo_sidebar .cat-list__item a::after {
  position: absolute;
  top: 4px;
  right: 0.75rem;
  content: "";
  width: 5px;
  height: 5px;
  border-top: 1px solid #E0721B;
  border-right: 1px solid #E0721B;
  transform: rotate(45deg);
  transition: all 0.15s ease-out;
}
.eo_sidebar .cat-list .cat-item a:hover::after, .eo_sidebar .cat-list__item a:hover::after {
  right: 0rem;
}
.eo_sidebar .cat-list .cat-item:has(.children) {
  position: relative;
}
.eo_sidebar .cat-list .cat-item:has(.children) > a::after {
  content: none;
}
.eo_sidebar .cat-list .cat-item:has(.children) .cat-item__click {
  position: absolute;
  top: 0;
  right: 0;
  width: 16px;
  height: 16px;
  display: inline-block;
  z-index: 1;
}
.eo_sidebar .cat-list .cat-item:has(.children) .cat-item__click:hover {
  cursor: pointer;
}
.eo_sidebar .cat-list .cat-item:has(.children) .cat-item__click::before {
  content: "";
  position: absolute;
  top: 7px;
  right: 0;
  width: 16px;
  height: 1px;
  background-color: #E0721B;
  transition: all 0.15s ease-out;
}
.eo_sidebar .cat-list .cat-item:has(.children) .cat-item__click::after {
  content: "";
  position: absolute;
  top: 0;
  right: 50%;
  width: 1px;
  height: 16px;
  background-color: #E0721B;
  transition: all 0.15s ease-out;
}
.eo_sidebar .cat-list .cat-item.-open .cat-item__click::after {
  opacity: 0;
}
.eo_sidebar .children .cat-item a {
  padding-left: 2rem;
  background-image: linear-gradient(to right, #E0721B, #E0721B 2px, transparent 2px, transparent 8px);
  background-size: 6px 1px;
  background-position: left bottom;
  background-repeat: repeat-x;
  border: none;
  line-height: 21px;
}
.eo_sidebar .children .cat-item a::after {
  left: 0.5rem;
}
.eo_sidebar .tag-list span {
  display: block;
}
.eo_sidebar .tag-list__item a {
  position: relative;
  left: 0;
  display: inline-block;
  background-color: #F6F6F6;
  padding: 0 0.5rem;
  line-height: 36px;
  height: 36px;
  display: inline-block;
  margin-bottom: 1rem;
  color: #333;
}
.eo_sidebar .tag-list__item a::after {
  position: absolute;
  bottom: 0;
  right: -20px;
  content: "";
  background-color: #F6F6F6;
  width: 20px;
  height: 36px;
  -webkit-clip-path: polygon(0 0, 0% 100%, 100% 50%);
  clip-path: polygon(0 0, 0% 100%, 100% 50%);
}
.eo_sidebar__item.-search {
  margin-top: 2rem;
}
.eo_sidebar__item.-search input[type=search] {
  width: calc(100% - 40px);
  margin: 0;
  padding: 0;
  background: #fff;
  border: 1px solid rgba(224, 114, 27, 0.2);
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-size: 0.625rem;
  padding: 0.75rem;
  color: #999999;
}
.eo_sidebar__item.-search button {
  position: relative;
  background-color: #E0721B;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 8px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  vertical-align: middle;
}

/*
# アーカイブページ（postType:post）　ショートコード　mizuho
*************************************************/
.p-archiveNews h3 {
  text-align: left;
}
.p-archiveNews .cal-event-tagList {
  margin-bottom: 1.5rem;
}
.p-archiveNews__post {
  margin-bottom: 1.5rem;
  border-bottom: 1px solid #E2E0DF;
}
.p-archiveNews__post:last-child {
  border: none;
  margin-bottom: 4rem;
}
.p-archiveNews__posttitle {
  color: #333;
  line-height: 2;
  margin-bottom: 0.3rem;
  margin-top: 0.3rem;
}
.p-archiveNews__date {
  display: block;
  margin-bottom: 0.625rem;
  color: #E0721B;
}
.p-archiveNews a, .p-archiveNews a:visited {
  color: #333;
}
.p-archiveNews .-orange {
  color: #E0721B;
}

/*
# 記事一覧埋め込み　ショートコード　mizuho
*************************************************/
.eo_archive-list.-shortcode .eo_archive-list__item {
  background-image: none;
  padding-bottom: 0;
  padding-top: 0;
}

.simple-postlist__item {
  padding: 1.25rem 2.5rem;
  background-color: #F6F6F6;
  margin-bottom: 2px;
}
.simple-postlist__item > a {
  max-width: 80%;
  margin: auto;
}
@media screen and (max-width: 767px) {
  .simple-postlist__item {
    padding: 1.25rem;
  }
}
.simple-postlist__meta {
  align-items: center !important;
}
@media screen and (max-width: 767px) {
  .simple-postlist__meta {
    justify-content: flex-start;
    gap: 1rem;
  }
}
.simple-postlist__cat .term {
  background-color: #E0721B;
}
.simple-postlist__cat .child {
  color: #E0721B !important;
  background-color: #FEFCEF;
}
.simple-postlist__title {
  margin-top: 0.5rem;
  color: #333;
  font-weight: 500;
}
.simple-postlist .eo_archive-list__date {
  margin-bottom: 0;
}

/*
# シングルページ　mizuho
*************************************************/
.news_single__date,
.eo_single__date {
  position: relative;
  padding-left: 4rem;
  line-height: 1.6;
  margin-bottom: 1rem;
  font-weight: 600;
  color: #E0721B;
}
.news_single__date::before,
.eo_single__date::before {
  position: absolute;
  left: 0;
  top: 1px;
  content: "開催日：";
}
.news_single .cal-event-termList,
.eo_single .cal-event-termList {
  margin-bottom: 1rem;
}
.news_single .cal-event-tagList,
.eo_single .cal-event-tagList {
  border-bottom: 1px solid #E2E0DF;
  margin-bottom: 1.5rem;
  padding-bottom: 1rem;
}
.news_single__title,
.eo_single__title {
  font-size: 1.125rem;
  margin-bottom: 1rem;
}
.news_single__thumb,
.eo_single__thumb {
  margin-bottom: 3rem;
}
.news_single__thumb img,
.eo_single__thumb img {
  width: 100%;
  height: auto;
}
.news_single .entry-content,
.eo_single .entry-content {
  font-family: "Zen Kaku Gothic New", sans-serif;
}
.news_single .entry-content p,
.eo_single .entry-content p {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}
@media screen and (max-width: 767px) {
  .news_single .entry-content p,
  .eo_single .entry-content p {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }
}
.news_single .entry-content .l-flex,
.eo_single .entry-content .l-flex {
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
}
@media screen and (max-width: 767px) {
  .news_single .entry-content .l-flex,
  .eo_single .entry-content .l-flex {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }
}
.news_single .entry-content h2,
.eo_single .entry-content h2 {
  font-size: 1.125rem;
  margin-top: 3.5rem;
  margin-bottom: 1.5rem;
  border-bottom: 1px solid;
  padding-bottom: 0.25rem;
}
@media screen and (max-width: 767px) {
  .news_single .entry-content h2,
  .eo_single .entry-content h2 {
    margin-top: 2.5rem;
    margin-bottom: 1rem;
  }
}
.news_single .entry-content h3,
.eo_single .entry-content h3 {
  font-size: 1.125rem;
}
.news_single .entry-content table:not(.envent_attached) tr td,
.eo_single .entry-content table:not(.envent_attached) tr td {
  font-weight: normal;
  padding: 1.25rem 1rem;
  border: 1px solid #E0721B;
  box-sizing: border-box;
}
.news_single .entry-content table:not(.envent_attached) tr td:first-child,
.eo_single .entry-content table:not(.envent_attached) tr td:first-child {
  background-color: #F1B052;
  color: #fff;
  text-align: center;
  border: 1px solid #E0721B;
  border-right: none;
  font-weight: 600;
  width: 24% !important;
}
.news_single .entry-content table:not(.envent_attached) tr td li:first-child,
.eo_single .entry-content table:not(.envent_attached) tr td li:first-child {
  margin-top: 0;
}
.news_single .entry-content table:not(.envent_attached) tr td li:last-child,
.eo_single .entry-content table:not(.envent_attached) tr td li:last-child {
  margin-bottom: 0;
}
.news_single .entry-content table:not(.envent_attached) tr td, .news_single .entry-content table:not(.envent_attached) tr th,
.eo_single .entry-content table:not(.envent_attached) tr td,
.eo_single .entry-content table:not(.envent_attached) tr th {
  line-height: 1.6;
}
.news_single .entry-content table:not(.envent_attached) ul li,
.eo_single .entry-content table:not(.envent_attached) ul li {
  position: relative;
  padding-left: 1rem;
  line-height: 1.5;
  margin-bottom: 0.5rem;
}
.news_single .entry-content table:not(.envent_attached) ul li::before,
.eo_single .entry-content table:not(.envent_attached) ul li::before {
  content: "";
  position: absolute;
  top: 6px;
  left: 0;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: rgba(224, 114, 27, 0.5);
}
.news_single .entry-content .calEvent-apply-btn,
.eo_single .entry-content .calEvent-apply-btn {
  position: relative;
  background-color: #E0721B;
  color: #fff;
  display: inline-block;
  padding: 1rem 4rem 1rem 1.25rem;
  border-radius: 34px;
  font-weight: bold;
  line-height: 1.5;
  margin-bottom: 1.5rem;
  transition: opacity 0.25s ease-out;
}
.news_single .entry-content .calEvent-apply-btn:hover,
.eo_single .entry-content .calEvent-apply-btn:hover {
  opacity: 0.7;
}
@media screen and (max-width: 767px) {
  .news_single .entry-content .calEvent-apply-btn__icon,
  .eo_single .entry-content .calEvent-apply-btn__icon {
    font-size: 14px;
  }
}
.news_single .entry-content .calEvent-apply-btn__icon::after,
.eo_single .entry-content .calEvent-apply-btn__icon::after {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 1.25rem;
  content: url(../img/cal-event/icon-link__wh.svg);
}
.news_single .entry-content .calEvent-reference-link,
.eo_single .entry-content .calEvent-reference-link {
  color: #E0721B;
  display: block;
}
.news_single .entry-content .calEvent-reference-link:hover,
.eo_single .entry-content .calEvent-reference-link:hover {
  opacity: 0.7;
}
.news_single .entry-content .calEvent-reference-link__icon,
.eo_single .entry-content .calEvent-reference-link__icon {
  position: relative;
  display: inline-block;
  padding-left: 2rem;
}
.news_single .entry-content .calEvent-reference-link__icon::after,
.eo_single .entry-content .calEvent-reference-link__icon::after {
  position: absolute;
  left: 0;
  content: url(../img/cal-event/icon-link__or.svg);
}
.news_single .envent_attached,
.eo_single .envent_attached {
  color: #E0721B;
  background-color: #F6F6F6;
  width: 100%;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  margin: 30px 0 10px 0;
  margin-top: 3.5rem;
  display: block;
  padding-right: 30px;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .news_single .envent_attached,
  .eo_single .envent_attached {
    padding-right: 0;
    margin-top: 2.5rem;
  }
}
.news_single .envent_attached th,
.eo_single .envent_attached th {
  font-weight: bold;
  background: url(../img/cal-event/icon-download.svg) no-repeat 45px center;
  padding: 30px 30px 30px 100px;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .news_single .envent_attached th,
  .eo_single .envent_attached th {
    background: url(../img/cal-event/icon-download.svg) no-repeat 15px center;
    background-size: 20px auto;
    padding: 13px 15px 12px 46px;
    font-size: 12px;
    text-align: left;
    word-break: keep-all;
    display: block;
    width: 100%;
    box-sizing: border-box;
  }
}
.news_single .envent_attached td,
.eo_single .envent_attached td {
  text-decoration: underline;
  text-underline-offset: 3px;
}
@media screen and (max-width: 767px) {
  .news_single .envent_attached td,
  .eo_single .envent_attached td {
    display: block;
    width: 100%;
    box-sizing: border-box;
    padding: 3px 15px 15px;
  }
}
.news_single .envent_attached th, .news_single .envent_attached td,
.eo_single .envent_attached th,
.eo_single .envent_attached td {
  vertical-align: middle;
}
.news_single__pagenation,
.eo_single__pagenation {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  text-align: center;
  padding-top: 1.5rem;
  margin-top: 70px;
  border-top: 2px solid #E0721B;
  font-size: 0.875rem;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .news_single__pagenation,
  .eo_single__pagenation {
    margin-top: 3rem;
  }
}
.news_single__pagenation a:link,
.news_single__pagenation a:visited,
.news_single__pagenation a,
.eo_single__pagenation a:link,
.eo_single__pagenation a:visited,
.eo_single__pagenation a {
  text-decoration: none;
  color: #E0721B;
}
.news_single__pagenation > div,
.eo_single__pagenation > div {
  width: 30%;
  text-align: center;
}
.news_single__pagenation .notit,
.eo_single__pagenation .notit {
  position: relative;
}
.news_single__pagenation .notit::before,
.eo_single__pagenation .notit::before {
  content: "";
  position: absolute;
  top: 7px;
  right: 0;
  content: "";
  width: 6px;
  height: 6px;
  border-top: 1px solid #E0721B;
  border-right: 1px solid #E0721B;
  transform: rotate(45deg);
  transition: all 0.15s ease-out;
}
.news_single__pagenation .next,
.eo_single__pagenation .next {
  text-align: right;
}
.news_single__pagenation .next .notit,
.eo_single__pagenation .next .notit {
  padding-right: 1rem;
}
.news_single__pagenation .next:hover .notit::before,
.eo_single__pagenation .next:hover .notit::before {
  right: -0.5rem;
}
.news_single__pagenation .previous,
.eo_single__pagenation .previous {
  text-align: left;
}
.news_single__pagenation .previous .notit,
.eo_single__pagenation .previous .notit {
  padding-left: 1rem;
}
.news_single__pagenation .previous .notit::before,
.eo_single__pagenation .previous .notit::before {
  left: 0;
  right: auto;
  transform: rotate(225deg);
}
.news_single__pagenation .previous:hover .notit::before,
.eo_single__pagenation .previous:hover .notit::before {
  left: -0.5rem;
}

.news_single__date {
  padding-left: 0;
}
.news_single__date::before {
  content: none;
}
.news_single .cal-event-termList .child {
  background-color: #FEFCEF;
}
.news_single .cal-event-termList .child a {
  color: #E0721B !important;
}

/*   追記2023-05-09 ohara */
.eo_single .entry-content table {
  width: 100% !important;
}
.eo_single .entry-content table ul, .eo_single .entry-content table ol {
  margin-top: 0;
  margin-bottom: 0;
}

.news_single .entry-content ul, .eo_single .entry-content ul {
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.news_single .entry-content ul li, .eo_single .entry-content ul li {
  padding-left: 1rem;
  position: relative;
  margin-bottom: 0.5rem;
  margin-top: 0.5rem;
}
.news_single .entry-content ul li::before, .eo_single .entry-content ul li::before {
  content: "";
  display: block;
  position: absolute;
  top: 12px;
  left: 0;
  width: 8px;
  height: 8px;
  box-sizing: border-box;
  border-radius: 50%;
  background-color: #F1B052;
}

.news_single .entry-content ol, .eo_single .entry-content ol {
  margin-top: 1rem;
  margin-bottom: 1rem;
  counter-reset: item;
  list-style-type: none !important;
}
.news_single .entry-content ol li, .eo_single .entry-content ol li {
  padding-left: 1.25rem;
  position: relative;
  margin-bottom: 0.5rem;
  margin-top: 0.5rem;
}
.news_single .entry-content ol li:before, .eo_single .entry-content ol li:before {
  position: absolute;
  top: 0;
  left: 0;
  counter-increment: item;
  content: counter(item) ".";
  padding-right: 0.5rem;
  font-weight: bold;
  color: #F1B052;
}

/* 0526 start */
.eo_single .entry-content .calEvent-reference-link.-internal .calEvent-reference-link__icon::after {
  content: url(../img/icon-int.svg);
  top: 0.2em;
}

.eo_single .entry-content .calEvent-apply-btn.-internal .calEvent-apply-btn__icon::after {
  -webkit-mask-image: url(../img/icon-arrow.svg);
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: 0 0;
  -webkit-mask-size: 100%;
  background-color: #fff;
}

.cms-calEvent-commonSec .calEvent-apply-btn__wrapper {
  margin-bottom: 1em !important;
  margin-top: 1em !important;
}

.cms-calEvent-commonSec .calEvent-reference-link__wrapper {
  margin-bottom: 0.5em !important;
  margin-top: 0.5em !important;
}

.cms-calEvent-commonSec .calEvent-reference-link,
.cms-calEvent-commonSec .calEvent-apply-btn {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  margin-bottom: 0 !important;
}

/* 0526 end *//*# sourceMappingURL=cms.css.map */