@charset "UTF-8";
/* -------------------------------
	ページ内　共通デザイン
-------------------------------- */
.htmlarea {
  word-wrap: break-word;
  overflow-wrap: break-word;
  overflow: hidden;
}

.clearfix:after {
  content: "";
  display: table;
  clear: both;
}

.ov_hi {
  overflow: hidden;
}

.clear {
  clear: both;
}

/* -------------------------------
	main title
-------------------------------- */
.title-1 {
  font-size: min(calc(24px + 8 * (100vw - 320px) / 1180), 32px);
  letter-spacing: 0.1em;
  text-align: center;
}
.title-1:before {
  content: "";
  width: 100%;
  height: 0.34375em;
  display: block;
  margin-bottom: 0.75em;
  background-image: url("../images/common/title-icon-1-bk.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}
.title-1 > small {
  font-size: 0.88889rem;
}
.title-1.text-white:before {
  background-image: url("../images/common/title-icon-1-w.png");
}
.title-1.left {
  text-align: left;
}
.title-1.left:before {
  background-position: left center;
}

.title-2 {
  padding-bottom: 0.25em;
  border-bottom: solid 1px currentColor;
}

.title-3 {
  padding-left: 1.25em;
  position: relative;
}
.title-3:before {
  content: "■";
  position: absolute;
  left: 0;
  transform: scale(0.875);
}

.title-4 {
  color: #fff;
  font-weight: 500;
  padding: 0.5em 1em;
  background-color: #333;
}

.title-5 {
  border-top: solid 5px #2a2a2a;
  border-bottom: double 3px #2a2a2a;
  padding: 0.5em;
}

.title-6 {
  border-left: solid 0.2em #1a1a1a;
  padding-left: 0.5em;
}

.title-7 {
  padding-left: 1.2em;
  position: relative;
}
.title-7:before {
  content: "▼";
  position: absolute;
  left: 0;
  transform: scale(0.875);
}

.title-num-1 {
  display: flex;
}
.title-num-1 .num {
  flex: 0 0 2em;
  white-space: nowrap;
  display: block;
}
.title-num-1 .txt {
  display: block;
  flex: 1 1 0;
}

/* タイトル用フォントサイズ */
.ttl-fs-1 {
  font-size: 1.3888888889rem;
}
@media print, screen and (min-width: 768px) {
  .ttl-fs-1 {
    font-size: 1.9444444444rem;
  }
}
@media print, screen and (min-width: 992px) {
  .ttl-fs-1 {
    font-size: 2.2222222222rem;
  }
}
@media print, screen and (min-width: 1200px) {
  .ttl-fs-1 {
    font-size: 2.7777777778rem;
  }
}

/* -------------------------------
	bootstrap
-------------------------------- */
.container-fluid-xl {
  max-width: 1600px;
  width: 100%;
  padding-left: calc(15px + 35 * (100vw - 320px) / 1280);
  padding-right: calc(15px + 35 * (100vw - 320px) / 1280);
  margin-left: auto;
  margin-right: auto;
}
@media print, screen and (min-width: 1600px) {
  .container-fluid-xl {
    padding-left: 50px;
    padding-right: 50px;
  }
}

/* --- row --- */
.row-gallery {
  margin-left: calc(-5px - 10 * (100vw - 320px) / 880);
  margin-right: calc(-5px - 10 * (100vw - 320px) / 880);
}
.row-gallery > [class^="col"], .row-gallery > [class*=" col"] {
  padding-left: calc(5px + 10 * (100vw - 320px) / 880);
  padding-right: calc(5px + 10 * (100vw - 320px) / 880);
  margin-bottom: calc(10px + 20 * (100vw - 320px) / 880);
}
@media print, screen and (min-width: 1200px) {
  .row-gallery {
    margin-left: -15px;
    margin-right: -15px;
  }
  .row-gallery > [class^="col"], .row-gallery > [class*=" col"] {
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 30px;
  }
}

.row-10-60 {
  margin-left: calc(-5px - 25 * (100vw - 320px) / 880);
  margin-right: calc(-5px - 25 * (100vw - 320px) / 880);
}
.row-10-60 > [class^="col"], .row-10-60 > [class*=" col"] {
  padding-left: calc(5px + 25 * (100vw - 320px) / 880);
  padding-right: calc(5px + 25 * (100vw - 320px) / 880);
}
@media print, screen and (min-width: 1600px) {
  .row-10-60 {
    margin-left: -30px;
    margin-right: -30px;
  }
  .row-10-60 > [class^="col"], .row-10-60 > [class*=" col"] {
    padding-left: 30px;
    padding-right: 30px;
  }
}

.row-20 {
  margin-left: -10px;
  margin-right: -10px;
}
.row-20 > [class^="col"], .row-20 > [class*=" col"] {
  padding-left: 10px;
  padding-right: 10px;
}

/* --- form --- */
/* -------------------------------
	mainvisual
-------------------------------- */
#mainvisual {
  height: 100vh;
}
@supports (height: 100dvh) {
  #mainvisual {
    height: 100dvh;
  }
}

/* -------------------------------
	home
-------------------------------- */
/* ---  --- */
.home_head {
  padding-top: 50px;
  overflow: hidden;
  position: relative;
  z-index: 0;
}
.home_head:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  width: 100%;
  height: 500px;
  background: url("../images/home/home_head_bg.jpg") no-repeat right 20% bottom/cover;
}
@media print, screen and (min-width: 992px) {
  .home_head {
    padding-top: 100px;
  }
  .home_head:before {
    height: 370px;
  }
}
@media print, screen and (min-width: 992px) {
  .home_head {
    padding-top: 100px;
  }
  .home_head:before {
    height: 50vw;
    max-height: 640px;
  }
}
.home_head__content {
  color: #fff;
  text-align: center;
  padding-top: 100px;
  padding-bottom: 115px;
}
.home_head__content h2 {
  font-weight: 900;
  font-size: min(calc(32px + 40 * (100vw - 320px) / 1280), 72px);
  line-height: 1.38888;
  letter-spacing: 0.04em;
  text-shadow: 1px 1px 0.24em #004f8c;
  margin: 0;
}
.home_head__content p {
  font-weight: 700;
  font-size: min(calc(18px + 4 * (100vw - 320px) / 1280), 22px);
  letter-spacing: 0.1em;
  text-shadow: 1px 1px 0.24em #004f8c;
}
.home_head__content p > .in {
  display: inline-block;
  vertical-align: middle;
  border: solid 1px #fff;
  padding: 0 1em;
}

.home_head__row {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
  padding: 30px 0;
  position: relative;
  z-index: 0;
}
.home_head__row:before {
  content: "";
  position: absolute;
  top: 0;
  right: -50vw;
  bottom: 0;
  left: -50vw;
  z-index: -1;
  background-color: #002c64;
}
@media print, screen and (min-width: 992px) {
  .home_head__row {
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
    padding: 0;
  }
  .home_head__row:before {
    top: auto;
    right: -50vw;
    bottom: 0;
    left: -50vw;
    height: 150px;
  }
}

.home_head__link {
  height: 100%;
  display: flex;
  flex-direction: column;
  background-color: #fff;
}
.home_head__link > .ttl {
  width: 100%;
  aspect-ratio: 353 / 175;
  display: flex;
  background-color: #002c64;
  position: relative;
  z-index: 0;
}
.home_head__link > .ttl > img {
  max-width: inherit;
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
}
.home_head__link > .ttl h3 {
  color: #fff;
  font-size: min(calc(15px + 9 * (100vw - 320px) / 672), 24px);
  letter-spacing: normal;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: auto;
}
.home_head__link > .ttl h3:after {
  content: "";
  display: block;
  margin-left: min(calc(10px + 35 * (100vw - 320px) / 1280), 45px);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 0px 5px 8px;
  border-color: transparent transparent transparent currentColor;
}
.home_head__link > .column {
  font-weight: 700;
  font-size: min(calc(10px + 8 * (100vw - 320px) / 672), 18px);
  letter-spacing: normal;
  text-align: center;
  padding: 2em 1em;
}
@media print, screen and (min-width: 992px) {
  .home_head__link > .ttl h3 {
    font-size: min(calc(15px + 9 * (100vw - 992px) / 608), 24px);
  }
  .home_head__link > .column {
    font-size: min(calc(12px + 6 * (100vw - 992px) / 608), 18px);
  }
}
a > .home_head__link {
  transition: box-shadow 0.3s ease;
}
a > .home_head__link > .ttl > img {
  transition: opacity 0.3s ease;
}
a > .home_head__link:hover {
  box-shadow: 5px 10px 10px rgba(0, 44, 100, 0.5);
}
a > .home_head__link:hover > .ttl > img {
  opacity: 0.65;
}

/* ---  --- */
.home_event {
  background-color: #fff;
  overflow: hidden;
  position: relative;
  z-index: 0;
}
.home_event:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: min(calc(200px + 213 * (100vw - 320px) / 1280), 413px);
  background-color: #002c64;
  z-index: -1;
}
.home_event__content {
  padding: 0 15px;
  position: relative;
  z-index: 0;
}
@media print, screen and (min-width: 992px) {
  .home_event__content {
    padding: 0;
  }
}
.home_event__content .swiper-slide {
  height: auto !important;
}
.home_event__content .swiper-button-prev, .home_event__content .swiper-button-next {
  font-size: min(calc(16px + 8 * (100vw - 320px) / 1180), 22px);
  display: grid;
  place-content: center;
  width: 1em;
  height: 1.2em;
  cursor: pointer;
  transition: 0.8s cubic-bezier(0.2, 1, 0.2, 1);
  position: absolute;
  z-index: 1;
  top: 0;
  bottom: 0;
  margin: auto;
}
.home_event__content .swiper-button-prev {
  left: 0;
}
.home_event__content .swiper-button-next {
  right: 0;
}
.home_event__content .swiper-button-prev::before, .home_event__content .swiper-button-next::before {
  display: none;
}
.home_event__content .swiper-button-prev::after, .home_event__content .swiper-button-next::after {
  font-size: 1em;
  width: 1.2em;
  height: 1.2em;
  content: "";
  border: solid #dde3e9;
  border-width: 3px 3px 0 0;
}
.home_event__content .swiper-button-prev::after {
  margin-left: -1.5em;
  border-width: 0.6em 1em 0.6em 0px;
  border-color: transparent #dde3e9 transparent transparent;
}
.home_event__content .swiper-button-next::after {
  margin-right: -1.5em;
  border-width: 0.6em 0px 0.6em 1em;
  border-color: transparent transparent transparent #dde3e9;
}
.home_event__content .swiper-button-disabled {
  pointer-events: none;
  opacity: 0;
}
@media print, screen and (min-width: 992px) {
  .home_event__content .swiper-button-prev {
    left: -1em;
  }
  .home_event__content .swiper-button-next {
    right: -1em;
  }
}
.home_event__link .btns .btn {
  max-width: 400px;
  margin: 0 auto;
  display: block;
}

.swiper-event {
  padding: 0;
  overflow: visible;
}
@media print, screen and (min-width: 768px) {
  .swiper-event {
    overflow: hidden;
  }
}
.swiper-event [class*=swiper]:focus {
  outline: none;
}
.swiper-event .swiper-pagination {
  position: static;
  padding-top: min(calc(0px + 50 * (100vw - 320px) / 1280), 50px);
}
.swiper-event .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #2a2a2a;
}

/* ---  --- */
.home_bg_1 {
  width: 100%;
  height: min(calc(200px + 200 * (100vw - 320px) / 1280), 400px);
  background: url("../images/home/home_bgimg_1.jpg") no-repeat center center/cover;
  page-break-inside: avoid;
}

/* ---  --- */
.home_news {
  color: #fff;
  background-color: #fafbfc;
  overflow: hidden;
  position: relative;
  z-index: 0;
}
.home_news > .bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 1755px;
  height: 100%;
  background-color: #2a2a2a;
  z-index: -1;
  pointer-events: none;
}
.home_news .btns .btn {
  max-width: 320px;
  display: block;
  margin: 0 auto;
}
@media print, screen and (min-width: 992px) {
  .home_news .title-1 {
    text-align: left;
  }
  .home_news .title-1:before {
    background-position: left center;
  }
  .home_news .btns .btn {
    margin: 0;
  }
}

.home_news_list__item {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: solid 1px rgba(255, 255, 255, 0.25);
}
.home_news_list__item:last-child {
  margin-bottom: 0;
  border-bottom: none;
}
.home_news_list__item > .date {
  font-weight: 700;
  line-height: 1.33334;
}
.home_news_list__item > .date .new {
  font-size: 0.875em;
  display: inline-block;
  vertical-align: middle;
  margin-left: .5em;
}
.home_news_list__item > .cat {
  font-weight: 700;
  font-size: 0.72223rem;
  line-height: 1.38462;
  padding: 3px 10px;
  display: inline-block;
  vertical-align: middle;
  background-color: #3782bc;
}
.home_news_list__item .column {
  font-weight: 700;
  padding-top: 5px;
}

  .home_news_list__item .column a {
    color: #fff;
  }
@media print, screen and (min-width: 992px) {
  .home_news_list__item {
    padding-bottom: 0;
    margin-bottom: 50px;
    border-bottom: none;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    padding-left: 2.77777rem;
  }
  .home_news_list__item > .date {
    flex: 0 0 auto;
    position: relative;
    padding-right: 1em;
  }
  .home_news_list__item > .date .new {
    position: absolute;
    left: -2.77777rem;
    top: 0.1em;
    margin: 0;
  }
  .home_news_list__item .column {
    flex: 0 0 100%;
  }
}
@media print, screen and (min-width: 992px) {
  .home_news_list__item {
    flex-wrap: nowrap;
    align-items: flex-start;
  }
  .home_news_list__item > .date {
    flex: 0 0 auto;
    position: relative;
    padding-right: 1em;
    margin-top: 0.2em;
  }
  .home_news_list__item > .date .new {
    position: absolute;
    left: -2.77777rem;
    top: 0.1em;
    margin: 0;
  }
  .home_news_list__item > .cat {
    text-align: center;
    flex: 0 0 11em;
    margin-top: 0.3em;
  }
  .home_news_list__item .column {
    flex: 1 1 0;
    padding-left: 1em;
    padding-top: 0;
  }
  .home_news_list__item .column a {
    color: #fff;
  }
}

/* ---  --- */
.home_links__row {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 10px;
}
@media print, screen and (min-width: 576px) {
  .home_links__row {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
}
@media print, screen and (min-width: 992px) {
  .home_links__row {
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
  }
}
.home_links .figure_link_1 {
  font-size: min(calc(14px + 6 * (100vw - 320px) / 1280), 20px);
}

/* -------------------------------
	お知らせ
-------------------------------- */
.information_news_list__item {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: dashed 1px #ccc;
}
.information_news_list__item > .date {
  font-weight: 700;
  line-height: 1.33334;
}
.information_news_list__item > .date .new {
  color: #FFA600;
  font-size: 0.875em;
  display: inline-block;
  vertical-align: middle;
  margin-left: .5em;
}
.information_news_list__item > .cat {
  font-weight: 700;
  font-size: 0.72223rem;
  line-height: 1.38462;
  padding: 3px 10px;
  display: inline-block;
  vertical-align: middle;
  background-color: #3782bc;
}
.information_news_list__item .column {
  font-weight: 700;
  padding-top: 5px;
}

  .information_news_list__item .column a {
    color: #000;
  }
@media print, screen and (min-width: 992px) {
  .information_news_list__item {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    padding-left: 2.77777rem;
  }
  .information_news_list__item > .date {
    flex: 0 0 auto;
    position: relative;
    padding-right: 1em;
  }
  .information_news_list__item > .date .new {
    position: absolute;
    left: -2.77777rem;
    top: 0.1em;
    margin: 0;
  }
  .information_news_list__item .column {
    flex: 0 0 100%;
  }
}
@media print, screen and (min-width: 992px) {
  .information_news_list__item {
    flex-wrap: nowrap;
    align-items: flex-start;
  }
  .information_news_list__item > .date {
    flex: 0 0 auto;
    position: relative;
    padding-right: 1em;
    margin-top: 0.2em;
  }
  .information_news_list__item > .date .new {
    position: absolute;
    left: -2.77777rem;
    top: 0.1em;
    margin: 0;
  }
  .information_news_list__item > .cat {
    text-align: center;
    flex: 0 0 11em;
    margin-top: 0.3em;
  }
  .information_news_list__item .column {
    flex: 1 1 0;
    padding-left: 1em;
    padding-top: 0;
  }
  .information_news_list__item .column a {
    color: #000;
  }
}

/* -------------------------------
	助成事業
-------------------------------- */
.josei_index_box {
  height: 100%;
  position: relative;
  z-index: 0;
}
.josei_index_box:before {
  content: "";
  font-size: min(calc(16px + 8 * (100vw - 320px) / 1180), 24px);
  position: absolute;
  top: 0.75em;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  border: solid 1px #fff;
  clip-path: polygon(0 0, 10% 0, 10% 50%, 90% 50%, 90% 0, 100% 0, 100% 100%, 0 100%);
}
.josei_index_box h3 {
  font-size: min(calc(16px + 8 * (100vw - 320px) / 1180), 24px);
  line-height: 1.5;
  text-align: center;
  margin: 0;
}
.josei_index_box .column {
  padding: min(calc(25px + 25 * (100vw - 320px) / 1280), 50px) 6.8%;
}
.josei_index_box .column h4 {
  font-size: 1.11112rem;
  line-height: 1.5;
}
.josei_index_box .column p {
  font-size: 0.83334rem;
}

/* */
.josei_profile {
  display: grid;
  grid-template-columns: 90px 1fr;
  gap: 10px;
  padding: 10px;
  box-shadow: 5px 5px 10px rgba(24, 24, 24, 0.05);
  background-color: #fff;
}
.josei_profile > .photo {
  aspect-ratio: 1 / 1;
}
.josei_profile figcaption {
  display: flex;
  flex-direction: column;
}
.josei_profile figcaption .inner {
  margin: auto 0;
}
.josei_profile figcaption .inner .name {
  font-weight: 600;
  font-size: 1.125rem;
  letter-spacing: 0.1em;
}
.josei_profile figcaption .inner .column {
  font-size: 0.8125rem;
}

/* ---  --- */
@media print, screen and (min-width: 992px) {
  .josei-table-1 {
    font-size: 0.88889rem;
  }
  .josei-table-1 > thead > tr > th {
    white-space: nowrap;
  }
  .josei-table-1 > tbody > tr > td {
    text-align: center;
  }
  .josei-table-1 > tbody > tr > td:nth-child(3) {
    white-space: nowrap;
  }
  .josei-table-1 > tbody > tr > td:nth-child(5) {
    text-align: left;
  }
}
.josei-table-1.bt {
  font-size: 0.875rem;
  border: none;
}
@media print, screen and (min-width: 768px) {
  .josei-table-1.bt {
    font-size: 0.9375rem;
  }
}
.josei-table-1.bt > thead {
  display: none;
}
.josei-table-1.bt > tbody > tr {
  border-top: 3px solid #2a2a2a;
  border-left: 1px solid #ccc;
  display: flex;
  flex-wrap: wrap;
}
.josei-table-1.bt > tbody > tr + tr {
  margin-top: 10px;
}
.josei-table-1.bt > tbody > tr > td {
  flex: 0 0 50%;
  display: grid;
  grid-template-columns: 6em 1fr;
  padding: 0;
}
.josei-table-1.bt > tbody > tr > td:before {
  content: attr(data-th);
  font-weight: 500;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0.5em;
  border-right: solid 1px #ccc;
  background-color: #f5f5f5;
}
.josei-table-1.bt > tbody > tr > td > span {
  display: block;
  padding: 0.5em;
}
.josei-table-1.bt > tbody > tr > td:nth-child(1) {
  order: 1;
}
.josei-table-1.bt > tbody > tr > td:nth-child(2) {
  order: 2;
}
.josei-table-1.bt > tbody > tr > td:nth-child(3) {
  order: 3;
}
.josei-table-1.bt > tbody > tr > td:nth-child(4) {
  order: 5;
  flex: 0 0 100%;
}
.josei-table-1.bt > tbody > tr > td:nth-child(5) {
  order: 6;
  flex: 0 0 100%;
}
.josei-table-1.bt > tbody > tr > td:nth-child(6) {
  order: 4;
}

/* ---  --- */
.josei_theme_content {
  position: relative;
  z-index: 0;
}
.josei_theme_content:before {
  content: "";
  position: absolute;
  top: 0.75em;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  border: solid 1px #2a2a2a;
  clip-path: polygon(13em 0, 100% 0, 100% 100%, 0 100%, 0 1em, 10em 1em);
}
.josei_theme_content h3, .josei_theme_content:before {
  font-size: min(calc(22px + 10 * (100vw - 320px) / 1280), 32px);
  line-height: 1.5;
  margin: 0;
}
.josei_theme_content h3 {
  padding-left: 1em;
}
.josei_theme_content .inner {
  padding: min(calc(20px + 30 * (100vw - 320px) / 1280), 50px);
}
.josei_theme_content__name {
  font-size: 0.88889rem;
  text-align: right;
  margin-bottom: 1.5em;
}
.josei_theme_content__column {
  line-height: 2;
}
.josei_theme_content__item {
  font-size: 0.88889rem;
  padding: 1.25em;
  height: 100%;
  background-color: #efefef;
}
.josei_theme_content__item.item2 {
  border: dotted 1px #9c9c9c;
  background-color: #fff;
}
.josei_theme_content__item h4 {
  font-size: 1.11112rem;
  margin-bottom: 1rem;
}
.josei_theme_content .josei_theme_content__item__member .ttl {
  font-weight: 500;
}
.josei_theme_content .josei_theme_content__item__member .column {
  margin-bottom: 0.5em;
}
.josei_theme_content .josei_theme_content__item__member .column:last-child {
  margin-bottom: 0;
}
.josei_theme_content .josei_theme_content__item__member .column dl {
  margin: 0;
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: baseline;
  gap: 0.25em 1em;
}
.josei_theme_content .josei_theme_content__item__member .column dl > dt, .josei_theme_content .josei_theme_content__item__member .column dl > dd {
  font-weight: 400;
  margin: 0;
}
.josei_theme_content .josei_theme_content__item__member .column dl > dd {
  font-size: 0.75em;
}
@media print, screen and (min-width: 992px) {
  .josei_theme_content .josei_theme_content__item__member {
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 0.5em 1em;
  }
  .josei_theme_content .josei_theme_content__item__member .ttl {
    white-space: nowrap;
  }
  .josei_theme_content .josei_theme_content__item__member .column {
    margin-bottom: 0;
  }
}
.josei_theme_content .josei_theme_content__item__list {
  line-height: 1.75;
  list-style: none;
  padding-left: 0;
}
.josei_theme_content .josei_theme_content__item__list > li {
  border-bottom: dashed 1px #ccc;
  padding-left: 1.25em;
  padding-bottom: 0.25em;
  margin-bottom: 0.25em;
  position: relative;
}
.josei_theme_content .josei_theme_content__item__list > li:before {
  content: "●";
  position: absolute;
  left: 0;
  transform: scale(0.3);
}
.josei_theme_content .josei_theme_content__item__list > li:last-child {
  margin-bottom: 0;
}

/* */
.josei_contact {
  color: #fff;
  text-align: center;
  padding: min(calc(25px + 55 * (100vw - 320px) / 1280), 80px) 20px;
  border: solid 3px #002c64;
  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.5) inset;
  background-color: #002c64;
}
.josei_contact .ttl {
  font-weight: 500;
  text-align: center;
}

/* -------------------------------
	研究・実践助成 選考の流れ
-------------------------------- */
.josei_flow_content > .step_inner {
  padding: 10px;
}
.josei_flow_content > .step_inner.line {
  padding-top: 0;
  line-height: 1.5;
  position: relative;
  z-index: 0;
}
.josei_flow_content > .step_inner.line .subtitle {
  color: #aaa;
  font-weight: 500;
  display: inline-block;
  padding: 0 0.5em;
  margin-bottom: 10px;
  background-color: #fff;
}
.josei_flow_content > .step_inner.line:before {
  content: "";
  border: dashed 1px #aaa;
  position: absolute;
  top: 0.75em;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  pointer-events: none;
}

.josei_flow_content__step__date {
  font-weight: 500;
  font-size: 0.875rem;
  display: inline-block;
  padding: 0.25em 2em;
  border-radius: 10em;
  background-color: #efefef;
}
.josei_flow_content__step__column {
  padding-left: 50px;
  padding-top: 15px;
  padding-bottom: 30px;
  position: relative;
}
.josei_flow_content__step__column:before, .josei_flow_content__step__column:after {
  content: "";
  position: absolute;
  left: 25px;
}
.josei_flow_content__step__column:before {
  top: 0;
  margin-left: -2px;
  width: 4px;
  height: calc(100% - 9px);
  background-color: #efefef;
}
.josei_flow_content__step__column:after {
  bottom: 0;
  margin-left: -7px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 7px 0px 7px;
  border-color: #efefef transparent transparent transparent;
}
.josei_flow_content__step__column h4 {
  font-size: 1.0625rem;
  margin-bottom: 0;
}
.josei_flow_content__step__column h4 + * {
  margin-top: 0.5em;
}
.josei_flow_content__step.last .josei_flow_content__step__column:after {
  display: none;
}
@media print, screen and (min-width: 768px) {
  .josei_flow_content__step {
    display: grid;
    grid-template-columns: 12em 1fr;
    gap: 0;
    margin-bottom: 10px;
  }
  .josei_flow_content__step:last-child {
    margin-bottom: 0;
  }
  .josei_flow_content__step__date {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    border-radius: 0;
  }
  .josei_flow_content__step__column {
    padding-top: 30px;
  }
}

/* -------------------------------
	研究・実践助成 募集要項
-------------------------------- */
.josei_requirements_table {
  display: grid;
  grid-template-columns: 1fr;
}
@media print, screen and (min-width: 992px) {
  .josei_requirements_table {
    grid-template-columns: 15em 1fr;
    gap: 30px;
  }
}
.josei_requirements_table__ttl {
  background-color: #efefef;
  display: flex;
  flex-direction: column;
  padding: 1em;
}
.josei_requirements_table__ttl p {
  font-weight: 700;
  text-align: center;
  margin: auto 0;
}
.josei_requirements_table__ttl p .num {
  color: #fff;
  font-weight: 500;
  font-size: 0.75em;
  display: inline-block;
  padding: 0 1.5em 0.1em;
  border-radius: 10em;
  background-color: #006bbf;
}
.josei_requirements_table__col {
  padding: 1em 0;
  display: flex;
  flex-direction: column;
}
.josei_requirements_table__col .inner {
  width: 100%;
  margin: auto 0;
  word-wrap: break-word;
  overflow-wrap: break-word;
}
@media print, screen and (min-width: 992px) {
  .josei_requirements_table__col {
    padding: 0;
  }
}

/* */
.josei_requirements_table_1 {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  border-top: 1px solid #ccc;
  border-left: 1px solid #ccc;
}
.josei_requirements_table_1 > thead > tr > th, .josei_requirements_table_1 > thead > tr > td {
  text-align: center;
  padding: 1em;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  background-color: #efefef;
}
.josei_requirements_table_1 > tbody > tr > th, .josei_requirements_table_1 > tbody > tr > td {
  padding: 1em;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}
.josei_requirements_table_1 > tbody > tr > th {
  background: #f4f4f4;
}
.josei_requirements_table_1 > tbody > tr > td {
  background-color: #fff;
}
@media (max-width: 767px) {
  .josei_requirements_table_1 {
    font-size: 0.875rem;
  }
  .josei_requirements_table_1 > thead > tr {
    display: none;
  }
  .josei_requirements_table_1 > tbody > tr {
    display: grid;
    grid-template-columns: auto 1fr;
  }
  .josei_requirements_table_1 > tbody > tr > th {
    grid-column: 1 / -1;
  }
  .josei_requirements_table_1 > tbody > tr > td:first-of-type {
    width: 9em;
  }
}

/* -------------------------------
	研究・実践助成 各種書式ダウンロード
-------------------------------- */
.josei_download_ttl_1 {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  margin-top: 0;
}
.josei_download_ttl_1 > small {
  font-size: 1rem;
  margin-left: auto;
  display: inline-block;
}

.josei_download_ttl_2 {
  color: #fff;
  font-weight: 500;
  font-size: 1rem;
  text-align: center;
  padding: 0.75em 0.5em;
  margin: 0;
  background-color: #333;
}

.josei_download_table_1 > tbody > tr > td:last-of-type a {
  transition: color 0.3s ease;
}
.josei_download_table_1 > tbody > tr > td:last-of-type a:after {
  content: "\f08e";
  font-family: 'Font Awesome 6 Free';
  font-weight: 900;
  font-size: 0.75em;
  line-height: 1;
  margin-left: 0.25em;
}
.josei_download_table_1 > tbody > tr > td:last-of-type a:hover {
  color: #006bbf;
  text-decoration: underline;
}
@media screen and (max-width: 767px) {
  .josei_download_table_1 {
    font-size: 0.875rem;
  }
  .josei_download_table_1 > tbody > tr {
    display: block;
  }
  .josei_download_table_1 > tbody > tr > th, .josei_download_table_1 > tbody > tr > td {
    display: block;
    padding: 0.5em 0.65em;
  }
  .josei_download_table_1 > tbody > tr > td:first-of-type {
    border-bottom: none;
  }
  .josei_download_table_1 > tbody > tr > td:last-of-type {
    font-size: 0.8125em;
    text-align: right;
    padding-top: 0;
  }
}
@media print, screen and (min-width: 768px) {
  .josei_download_table_1 {
    font-size: 0.88889rem;
  }
  .josei_download_table_1 > tbody > tr > th {
    width: 13em;
    text-align: center;
  }
  .josei_download_table_1 > tbody > tr > td:last-of-type {
    font-size: 0.83334em;
    text-align: left;
    width: 12em;
  }
}

/* ---  --- */
.josei_download_navi > ul {
  list-style: none;
  padding: 0;
  margin: 0 -0.5em;
  display: flex;
  flex-wrap: wrap;
}
.josei_download_navi > ul > li {
  padding: 0 0.5em;
  margin: 0.25em 0;
  flex: 0 0 auto;
}
.josei_download_navi > ul > li .btn {
  color: #1a1a1a;
  font-weight: 500;
  font-size: min(calc(12px + 4 * (100vw - 320px) / 1280), 16px);
  text-align: left;
  display: block;
  padding: 0.65em 2em 0.65em 1.5em;
  border: solid 1px #1a1a1a;
  position: relative;
}
.josei_download_navi > ul > li .btn:before {
  content: "\f105";
  font-family: 'Font Awesome 6 Free';
  font-weight: 900;
  line-height: 1;
  position: absolute;
  top: 50%;
  right: 1em;
  margin-top: -.5em;
}
.josei_download_navi > ul > li .btn:hover {
  color: #fff;
  background-color: #1a1a1a;
}
@media print, screen and (min-width: 768px) {
  .josei_download_navi > ul > li {
    flex: 0 0 33.33334%;
  }
}
@media print, screen and (min-width: 992px) {
  .josei_download_navi > ul > li {
    flex: 0 0 25%;
  }
}

/* ---  --- */
.josei_download_content .title-2 {
  font-size: min(calc(16px + 16 * (100vw - 320px) / 1280), 32px);
}

/**/
.josei_download_table_2 {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  border-top: 1px solid #ccc;
  border-left: 1px solid #ccc;
  margin: 0;
}
.josei_download_table_2 > thead > tr > th, .josei_download_table_2 > thead > tr > td {
  text-align: center;
  padding: 0.75em;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  background: #D8D8DC;
}
.josei_download_table_2 > tbody > tr > th, .josei_download_table_2 > tbody > tr > td {
  padding: 0.75em;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}
.josei_download_table_2 > tbody > tr > th {
  background-color: #E7E8EF;
}
.josei_download_table_2 > tbody > tr > td {
  background-color: #fff;
}
.josei_download_table_2 > tbody > tr > td.td_type {
  background-color: #f5f5f5;
}
.josei_download_table_2 > tbody > tr > td.td_file {
  font-size: min(calc(12px + 4 * (100vw - 320px) / 1280), 16px);
}
.josei_download_table_2 > tbody > tr > td.td_ttl_1 {
  background-color: #F2F2F6;
}
@media screen and (max-width: 767px) {
  .josei_download_table_2 {
    font-size: 0.875rem;
  }
  .josei_download_table_2 > thead {
    display: none;
  }
  .josei_download_table_2 > tbody > tr {
    display: grid;
    grid-template-columns: 1fr;
  }
  .josei_download_table_2 > tbody > tr:has(.td_type) {
    grid-template-columns: auto 1fr;
  }
  .josei_download_table_2 > tbody > tr:has(.td_type) > th, .josei_download_table_2 > tbody > tr:has(.td_type) .th-colspan-ttl, .josei_download_table_2 > tbody > tr:has(.td_type) .td_ttl_1 {
    grid-column: 1 / -1;
  }
  .josei_download_table_2 > tbody > tr > th, .josei_download_table_2 > tbody > tr > td {
    display: block;
  }
  .josei_download_table_2 > tbody > tr > td {
    display: block;
  }
  .josei_download_table_2 > tbody > tr .td_type {
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 8em;
  }
  .josei_download_table_2 > tbody > tr .td_file {
    display: flex;
    flex-direction: column;
  }
  .josei_download_table_2 > tbody > tr .td_file .link_file {
    margin: auto 0;
  }
}
@media print, screen and (min-width: 768px) {
  .josei_download_table_2 {
    font-size: 0.88889rem;
  }
  .josei_download_table_2 > tbody > tr > td.td_type {
    text-align: center;
    width: 7em;
  }
  .josei_download_table_2 > tbody > tr > td.td_file {
    width: 18em;
  }
}
@media print, screen and (min-width: 1200px) {
  .josei_download_table_2 > tbody > tr > td.td_type {
    text-align: center;
    width: 10em;
  }
  .josei_download_table_2 > tbody > tr > td.td_file {
    width: 24em;
  }
}

.link_file {
  display: grid;
  list-style: none;
  padding: 0;
  margin: 0;
  grid-template-columns: repeat(2, 1fr);
}
.link_file > li {
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.link_file > li:last-child {
  border-left: solid 1px #ccc;
}
.link_file > li > a {
  transition: color 0.3s ease;
}
.link_file > li > a:after {
  content: "\f08e";
  font-family: 'Font Awesome 6 Free';
  font-weight: 900;
  font-size: 0.75em;
  line-height: 1;
  margin-left: 0.25em;
}
.link_file > li > a:hover {
  color: #006bbf;
  text-decoration: underline;
}
.link_file > li > small {
  display: block;
}

/* -------------------------------
	研究論文集・実践研究 報告集アーカイブ
-------------------------------- */
/**/
.josei-archive-paperlist {
  font-size: 0.88888rem;
  display: grid;
  grid-template-columns: 1fr;
}
.josei-archive-paperlist__ttl {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-top: 0.5em;
}
.josei-archive-paperlist__col {
  padding-bottom: 0.5em;
  border-bottom: solid 1px #ccc;
}
.josei-archive-paperlist__col dl {
  font-size: 0.9375em;
  display: grid;
  grid-template-columns: auto 1fr;
}
.josei-archive-paperlist__col dl dt, .josei-archive-paperlist__col dl dd {
  margin: 0;
}
.josei-archive-paperlist__col dl dt {
  font-weight: 500;
  padding-right: 1em;
}
@media print, screen and (min-width: 768px) {
  .josei-archive-paperlist {
    grid-template-columns: 1fr auto;
  }
  .josei-archive-paperlist__ttl, .josei-archive-paperlist__col {
    padding: 0.75em;
    border-bottom: solid 1px #ccc;
  }
}

/* */
.josei_archive_form {
  font-size: 0.88889rem;
  display: grid;
  grid-template-columns: 1fr auto;
  grid-template-rows: repeat(3, 1fr);
  gap: 10px;
}
.josei_archive_form .item1 {
  grid-column: span 2 / span 2;
}
.josei_archive_form .item2 {
  grid-row-start: 2;
}
.josei_archive_form .item3 {
  grid-column-start: 1;
  grid-row-start: 3;
}
.josei_archive_form .item4 {
  grid-row: span 2 / span 2;
  grid-column-start: 2;
  grid-row-start: 2;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}
.josei_archive_form .item4 .btn {
  width: 150px;
}
.josei_archive_form dl dt, .josei_archive_form dl dd {
  margin: 0;
}
@media print, screen and (min-width: 768px) {
  .josei_archive_form dl {
    display: flex;
    align-items: center;
    margin: 0;
  }
  .josei_archive_form dl dt {
    flex: 0 0 10em;
  }
  .josei_archive_form dl dd {
    flex: 1 1 0;
  }
}

/* */
.josei_archive_number strong {
  font-size: 1.22223em;
}
.josei_archive_number small {
  font-size: 0.88889em;
}

/* ---  --- */
@media print, screen and (min-width: 992px) {
  .josei-archive-table-1 {
    font-size: 0.88889rem;
  }
  .josei-archive-table-1 > thead > tr > th {
    white-space: nowrap;
  }
  .josei-archive-table-1 > tbody > tr > td {
    text-align: center;
  }
  .josei-archive-table-1 > tbody > tr > td.title {
    text-align: left;
  }
  .josei-archive-table-1 > tbody > tr > td:nth-child(6) {
    white-space: nowrap;
  }
}
.josei-archive-table-1.bt {
  font-size: 0.875rem;
  border: none;
}
@media print, screen and (min-width: 768px) {
  .josei-archive-table-1.bt {
    font-size: 0.9375rem;
  }
}
.josei-archive-table-1.bt > thead {
  display: none;
}
.josei-archive-table-1.bt > tbody > tr {
  border-top: 3px solid #2a2a2a;
  border-left: 1px solid #ccc;
  display: flex;
  flex-wrap: wrap;
}
.josei-archive-table-1.bt > tbody > tr + tr {
  margin-top: 10px;
}
.josei-archive-table-1.bt > tbody > tr > td {
  flex: 0 0 50%;
  display: grid;
  grid-template-columns: 6em 1fr;
  padding: 0;
}
.josei-archive-table-1.bt > tbody > tr > td:before {
  content: attr(data-th);
  font-weight: 500;
  font-size: 0.875em;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0.5em;
  border-right: solid 1px #ccc;
  background-color: #f5f5f5;
}
.josei-archive-table-1.bt > tbody > tr > td > span {
  display: block;
  padding: 0.5em;
}
.josei-archive-table-1.bt > tbody > tr > td:nth-child(1) {
  order: 1;
}
.josei-archive-table-1.bt > tbody > tr > td:nth-child(2) {
  order: 2;
}
.josei-archive-table-1.bt > tbody > tr > td:nth-child(3) {
  order: 3;
  flex: 0 0 100%;
}
.josei-archive-table-1.bt > tbody > tr > td:nth-child(4) {
  order: 6;
}
.josei-archive-table-1.bt > tbody > tr > td:nth-child(5) {
  order: 7;
}
.josei-archive-table-1.bt > tbody > tr > td:nth-child(6) {
  order: 4;
  flex: 0 0 100%;
}
.josei-archive-table-1.bt > tbody > tr > td:nth-child(7) {
  order: 5;
  flex: 0 0 100%;
}

/* -------------------------------
	住総研実践研究報告集 グラフィック版
-------------------------------- */
/**/
.josei_graphic_1 {
  display: flex;
  flex-wrap: wrap;
  margin: 0;
  padding: min(calc(15px + 15 * (100vw - 320px) / 448), 30px);
  border: solid 1px #2a2a2a;
}
.josei_graphic_1__ttl {
  color: #fff;
  font-weight: 700;
  text-align: center;
  flex: 0 0 100%;
  padding: 1em 10px;
  margin-bottom: 15px;
  background-color: #2a2a2a;
}
.josei_graphic_1__txt {
  flex: 0 0 100%;
  padding: 1em 10px;
  margin-bottom: 15px;
}
.josei_graphic_1__col {
  flex: 0 0 50%;
  padding: 0 min(3.125vw, 50px);
}
.josei_graphic_1__col .ttl {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}
.josei_graphic_1__col .ttl:before, .josei_graphic_1__col .ttl:after {
  content: "";
  flex: 1;
  height: 1px;
  background: #444;
  display: block;
}
.josei_graphic_1__col .ttl:before {
  margin-right: .75em;
}
.josei_graphic_1__col .ttl:after {
  margin-left: .75em;
}
.josei_graphic_1__col .photo {
  aspect-ratio: 202 / 285;
}
.josei_graphic_1__col .photo img {
  object-fit: contain;
}
.josei_graphic_1__col .photo a {
  transition: opacity 0.3s ease;
}
.josei_graphic_1__col .photo a:hover {
  opacity: 0.65;
}

/* ---  --- */
.josei_graphic__row {
  display: grid;
  grid-template-columns: 1fr;
  gap: 30px;
}
@media print, screen and (min-width: 768px) {
  .josei_graphic__row {
    grid-template-columns: 1fr 1fr;
  }
}

.josei_graphic_item {
  font-size: 0.875rem;
  display: flex;
  padding: 5px;
  height: 100%;
  border: solid 1px #9E9E9E;
  background-color: #fff;
}
.josei_graphic_item > .image {
  flex: 0 0 27.22%;
}
.josei_graphic_item > .columns {
  flex: 1 1 0;
  padding-left: 1em;
}
.josei_graphic_item > .columns .ttl {
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 0.5em;
}
.josei_graphic_item > .columns .name {
  font-weight: 500;
  font-size: 1rem;
  line-height: 1.5;
  margin-bottom: 0.5em;
}
.josei_graphic_item > .columns .occupation {
  font-size: 0.8125rem;
}
.josei_graphic_item > .columns .theme {
  font-size: 0.8125rem;
}
@media print, screen and (min-width: 992px) {
  .josei_graphic_item > .columns {
    padding: 15px;
  }
}
@media print, screen and (min-width: 1200px) {
  .josei_graphic_item > .columns .ttl {
    font-size: 1rem;
  }
}
.josei_graphic_item__link {
  font-size: 0.75rem;
  list-style: none;
  padding: 0;
  margin: 10px 0 0;
}
.josei_graphic_item__link > li {
  padding-left: 1em;
  position: relative;
}
.josei_graphic_item__link > li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -.3em;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0.4em 0px 0.4em 0.6em;
  border-color: transparent transparent transparent #2a2a2a;
}

/* -------------------------------
	出版助成 実績および執筆中のもの
-------------------------------- */
.publication_record_table {
  font-size: min(calc(13px + 5 * (100vw - 320px) / 1280), 18px);
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  border-top: 1px solid #ccc;
  border-left: 1px solid #ccc;
  margin-bottom: 0;
}
.publication_record_table > thead > tr > th {
  font-weight: 500;
  font-size: 0.8125em;
  line-height: normal;
  text-align: center;
  padding: 0.5em;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  background: #D3D4D9;
  white-space: nowrap;
}
.publication_record_table > thead > tr > th small {
  font-weight: 400;
  letter-spacing: normal;
}
.publication_record_table > tbody > tr:nth-child(even) > th, .publication_record_table > tbody > tr:nth-child(even) > td {
  background-color: #fafafa;
}
.publication_record_table > tbody > tr > th, .publication_record_table > tbody > tr > td {
  text-align: center;
  padding: 0.75em;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}
.publication_record_table > tbody > tr > th {
  background: #f5f5f5;
}
.publication_record_table > tbody > tr > td {
  background-color: #fff;
}
.publication_record_table > tbody > tr > td:nth-child(5) {
  white-space: nowrap;
}
.publication_record_table > tbody > tr > td .photo {
  max-width: 100px;
  margin: 0 auto;
}
@media screen and (max-width: 991px) {
  .publication_record_table > thead > tr > th:nth-child(2) {
    padding-left: 4em;
    padding-right: 4em;
  }
  .publication_record_table > tbody > tr > td:nth-child(3) {
    white-space: nowrap;
  }
  .publication_record_table > tbody > tr > td:nth-child(4) {
    white-space: nowrap;
  }
}

/* -------------------------------
	顕彰事業
-------------------------------- */
.kenshou_main_column {
  height: 100%;
  display: flex;
  flex-direction: column;
  padding: 20px 15px;
  border: solid 1px #ccc;
}
.kenshou_main_column .page_navi {
  padding-top: 1.5rem;
  margin-top: auto;
}
@media print, screen and (min-width: 768px) {
  .kenshou_main_column {
    padding: 30px;
  }
}

/* -------------------------------
	研究・実践選奨・同奨励賞/受賞履歴
-------------------------------- */
.kenshou_recommend__file {
  padding-left: 15px;
  padding-right: 15px;
  border-top: solid 1px #ccc;
  border-bottom: solid 1px #ccc;
}
.kenshou_recommend__file .list-link-1 {
  font-size: 0.88889rem;
}

.kenshou_recommend_item {
  font-size: 0.875rem;
}
.kenshou_recommend_item__num {
  color: #fff;
  font-weight: 700;
  text-align: center;
  padding: 1em;
  background-color: #A1A1A3;
}
.kenshou_recommend_item__content {
  flex: 1 1 0;
  border-top: solid 1px #ccc;
  border-left: solid 1px #ccc;
}
.kenshou_recommend_item__content .ttl, .kenshou_recommend_item__content .column {
  border-right: solid 1px #ccc;
  border-bottom: solid 1px #ccc;
}
.kenshou_recommend_item__content .ttl {
  font-weight: 600;
  padding: 0.5em;
  background-color: #efefef;
}
.kenshou_recommend_item__content .column {
  padding: 0.5em;
  position: relative;
  display: flex;
  align-items: center;
}
.kenshou_recommend_item__content .column .title {
  padding-right: 3rem;
}
.kenshou_recommend_item__content .column .txt-theme {
  font-size: 0.75rem;
  padding-right: 3rem;
}
.kenshou_recommend_item__content .column .video_area {
  line-height: 1.2;
  position: absolute;
  right: 1em;
  top: 50%;
  margin-top: -.75em;
}
.kenshou_recommend_item__content .column .video_area button {
  line-height: 1.5;
  border: solid 1px #000;
  background-color: #fff;
  outline: none;
}
.kenshou_recommend_item__content .column dl dt {
  font-weight: 500;
}
.kenshou_recommend_item__content .column dl dd {
  font-size: 0.857142em;
}
@media print, screen and (min-width: 768px) {
  .kenshou_recommend_item {
    display: flex;
  }
  .kenshou_recommend_item__num {
    font-size: 1.25rem;
    flex: 0 0 3em;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .kenshou_recommend_item__content {
    flex: 1 1 0;
    display: grid;
    grid-template-columns: auto 1fr;
    border-left: none;
  }
  .kenshou_recommend_item__content .ttl {
    white-space: nowrap;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1em;
  }
  .kenshou_recommend_item__content .column dl {
    display: grid;
    grid-template-columns: auto 1fr;
  }
  .kenshou_recommend_item__content .column dl dt, .kenshou_recommend_item__content .column dl dd {
    border-bottom: dotted 1px #ccc;
    padding: 0.5em 0.25em;
    margin: 0;
  }
  .kenshou_recommend_item__content .column dl dt:last-of-type, .kenshou_recommend_item__content .column dl dd:last-of-type {
    margin-bottom: 0;
    border-bottom: none;
  }
  .kenshou_recommend_item__content .column dl dt {
    padding-right: 1em;
  }
}

.kenshou_recommend_item + .kenshou_recommend_item {
  margin-top: 10px;
}

/* -------------------------------
	住総研 清水康雄賞/受賞履歴
-------------------------------- */
.kenshou_shimizuyasuo_content:nth-of-type(even) {
  background-color: #fff;
}
.kenshou_shimizuyasuo_content__profile {
  border: solid 1px #333;
  padding: min(calc(20px + 40 * (100vw - 320px) / 1280), 60px);
}
.kenshou_shimizuyasuo_content__photo {
  text-align: center;
  width: 100%;
}
.kenshou_shimizuyasuo_content__name {
  font-weight: 600;
  font-size: 1.5rem;
  text-align: center;
}
.kenshou_shimizuyasuo_content__name small {
  font-weight: 400;
  font-size: 0.88889rem;
  display: block;
  margin-bottom: 0.5em;
}
.kenshou_shimizuyasuo_content__schedule {
  display: grid;
  grid-template-columns: auto 1fr;
  justify-content: flex-start;
  gap: 10px;
}
.kenshou_shimizuyasuo_content__schedule > dt {
  font-weight: 500;
  font-size: 0.88889rem;
  padding: 0.5em 1em;
  background-color: #efefef;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.kenshou_shimizuyasuo_content__schedule > dd {
  border-bottom: dashed 1px #ccc;
  margin: 0;
  padding-bottom: 0.25em;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.kenshou_shimizuyasuo_content__movie {
  height: 100%;
  border: solid 1px #333;
  padding: 30px 20px 50px;
}
.kenshou_shimizuyasuo_content__movie h5 {
  font-weight: 500;
  text-align: center;
}
.kenshou_shimizuyasuo_content__movie ul {
  font-size: 0.88889rem;
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  grid-template-columns: auto;
  gap: 10px;
  justify-content: center;
}
.kenshou_shimizuyasuo_content__movie ul > li button {
  text-align: left;
  text-decoration: underline;
  padding: 0;
  outline: none;
  border: none;
  background: none;
}
.kenshou_shimizuyasuo_content .title-6 {
  font-weight: 500;
}
@media print, screen and (min-width: 768px) {
  .kenshou_shimizuyasuo_content__photo {
    width: min(calc(200px + 100 * (100vw - 768px) / 832), 300px);
  }
  .kenshou_shimizuyasuo_content__name {
    text-align: left;
  }
  .kenshou_shimizuyasuo_content__movie {
    display: flex;
    flex-direction: column;
  }
  .kenshou_shimizuyasuo_content__movie > ul {
    margin: auto 0;
  }
}

/* -------------------------------
	博士論文賞　受賞履歴
-------------------------------- */
.kenshou_paper_navi > ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  border-top: solid 1px #ccc;
  border-bottom: solid 1px #ccc;
  background-color: #f7f7f7;
  overflow-x: auto;
  scrollbar-color: #aaa #f3f3f3;
  scrollbar-width: thin;
}
.kenshou_paper_navi > ul::-webkit-scrollbar {
  width: 3px;
  height: 3px;
}
.kenshou_paper_navi > ul::-webkit-scrollbar-track {
  background: #f3f3f3;
}
.kenshou_paper_navi > ul::-webkit-scrollbar-thumb {
  background: #aaa;
}
.kenshou_paper_navi > ul > li {
  background-color: #fff;
  position: relative;
}
.kenshou_paper_navi > ul > li:after {
  content: "";
  position: absolute;
  right: 0;
  top: 0.5em;
  bottom: 0.5em;
  width: 1px;
  background-color: #ccc;
}
.kenshou_paper_navi > ul > li:last-child:after {
  display: none;
}
.kenshou_paper_navi > ul > li > a {
  text-decoration: none;
  display: block;
  padding: 0.5em 1em;
  white-space: nowrap;
}

/**/
.kenshou_paper_content {
  margin-bottom: min(calc(50px + 50 * (100vw - 320px) / 1280), 100px);
}
.kenshou_paper_content:last-child {
  margin-bottom: 0;
}
.kenshou_paper_content .table-design-3 > thead > tr > th {
  font-size: 0.88889rem;
  white-space: nowrap;
}
.kenshou_paper_content .table-design-3 > tbody > tr > td.td_paper .btn {
  padding: 0;
}
.kenshou_paper_content .table-design-3 > tbody > tr > td.td_paper .btn:hover {
  color: var(--primary);
}
.kenshou_paper_content .table-design-3 > tbody > tr > td.td_video .btn {
  padding: 0;
}
.kenshou_paper_content .table-design-3 > tbody > tr > td.td_video .btn:hover {
  color: #ff0000;
}
@media print, screen and (min-width: 992px) {
  .kenshou_paper_content .table-design-3 > tbody > tr > td {
    text-align: center;
  }
  .kenshou_paper_content .table-design-3 > tbody > tr > td.td_name {
    white-space: nowrap;
  }
  .kenshou_paper_content .table-design-3 > tbody > tr > td.td_ttl {
    text-align: left;
  }
}
@media screen and (max-width: 991px) {
  .kenshou_paper_content .table-design-3.bt {
    border: none;
  }
  .kenshou_paper_content .table-design-3.bt > thead {
    display: none;
  }
  .kenshou_paper_content .table-design-3.bt > tbody > tr {
    display: flex;
    flex-wrap: wrap;
    padding: 0;
    border-top: 1px solid #ccc;
    border-left: 1px solid #ccc;
  }
  .kenshou_paper_content .table-design-3.bt > tbody > tr + tr {
    margin-top: 10px;
  }
  .kenshou_paper_content .table-design-3.bt > tbody > tr > td {
    flex: 0 0 100%;
    display: grid;
    grid-template-columns: 8em 1fr;
    padding: 0;
  }
  .kenshou_paper_content .table-design-3.bt > tbody > tr > td:before, .kenshou_paper_content .table-design-3.bt > tbody > tr > td .bt-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 0.5em;
  }
  .kenshou_paper_content .table-design-3.bt > tbody > tr > td:before {
    content: attr(data-th);
    font-size: 0.875rem;
    text-align: center;
    border-right: solid 1px #ccc;
    background-color: #f5f5f5;
  }
  .kenshou_paper_content .table-design-3.bt > tbody > tr > td.td_name {
    order: 1;
  }
  .kenshou_paper_content .table-design-3.bt > tbody > tr > td.td_ttl {
    order: 2;
  }
  .kenshou_paper_content .table-design-3.bt > tbody > tr > td.td_paper {
    order: 5;
  }
  .kenshou_paper_content .table-design-3.bt > tbody > tr > td.td_video {
    order: 6;
  }
  .kenshou_paper_content .table-design-3.bt > tbody > tr > td.td_degree {
    order: 3;
  }
  .kenshou_paper_content .table-design-3.bt > tbody > tr > td.td_affiliation {
    order: 4;
  }
  .kenshou_paper_content .table-design-3.bt > tbody > tr > td.td_paper, .kenshou_paper_content .table-design-3.bt > tbody > tr > td.td_video {
    flex: 0 0 50%;
    grid-template-columns: 6em 1fr;
  }
}
.kenshou_paper_content .table-design-1 {
  border-top: none;
}
@media print, screen and (min-width: 768px) {
  .kenshou_paper_content .table-design-1 > tbody > tr > th {
    text-align: center;
    width: 6em;
  }
}
.kenshou_paper_content .list-inlinebox > li > .btn {
  font-weight: 500;
  font-size: 0.88889rem;
}

/* -------------------------------
	図書室
-------------------------------- */
/* ---  --- */
.library_opening_hours__date {
  font-size: 0.9375rem;
  display: flex;
  justify-content: center;
}
.library_opening_hours__date > .date {
  font-weight: 700;
  margin-right: 0.5em;
}
.library_opening_hours__date > .column strong {
  color: #fff;
  padding: 0.25em 0.75em;
  margin: 0 0.15em;
  display: inline-block;
  vertical-align: middle;
  background-color: #1a1a1a;
}
.library_opening_hours__date > .column strong.open {
  background-color: #006bbf;
}
.library_opening_hours__date > .column strong.clause {
  background-color: #ff0000;
}
@media print, screen and (min-width: 768px) {
  .library_opening_hours__date {
    font-size: min(calc(16px + 4 * (100vw - 768px) / 832), 20px);
  }
}
@media print, screen and (min-width: 1600px) {
  .library_opening_hours__date {
    justify-content: flex-start;
  }
}

.library_opening_hours__overview {
  font-size: 0.8125rem;
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 0;
  justify-content: flex-start;
  border: solid 1px #ccc;
  padding: 15px;
}
.library_opening_hours__overview > dt, .library_opening_hours__overview > dd {
  margin: 0;
}
.library_opening_hours__overview > dt {
  white-space: nowrap;
  padding-right: 1em;
  position: relative;
}
.library_opening_hours__overview > dt:after {
  content: "：";
  position: absolute;
  right: 0;
}
.library_opening_hours__overview > dd {
  padding-left: 0.5em;
}

/* --- calendar --- */
.library_opening_hours__row {
  display: flex;
  margin: 0 -10px;
}
.library_opening_hours__row > .box {
  padding: 0 10px;
  flex: 0 0 230px;
}
@media print, screen and (min-width: 768px) {
  .library_opening_hours__row > .box {
    flex: 1 1 0;
  }
}

/* */
.figure_calendar_1 {
  font-size: 14px;
}
.figure_calendar_1 figcaption {
  font-weight: 700;
  font-size: 1.25em;
  text-align: center;
  margin-bottom: 0.25em;
}
.figure_calendar_1 table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  border-top: 1px solid #1a1a1a;
  border-left: 1px solid #1a1a1a;
  table-layout: fixed;
}
.figure_calendar_1 table > thead > tr > th {
  color: #fff;
  font-weight: 400;
  text-align: center;
  padding: 0.5em 0.5em;
  background-color: #1a1a1a;
}
.figure_calendar_1 table > tbody > tr > th, .figure_calendar_1 table > tbody > tr > td {
  text-align: center;
  padding: 0.5em 0.25em;
  border-right: 1px solid #1a1a1a;
  border-bottom: 1px solid #1a1a1a;
}
.figure_calendar_1 table > tbody > tr > th.holiday, .figure_calendar_1 table > tbody > tr > td.holiday {
  color: #ff0000;
  background-color: #ccc;
}
.figure_calendar_1 table > tbody > tr > th.today, .figure_calendar_1 table > tbody > tr > td.today {
  background-color: #DFF1FF;
}
.figure_calendar_1 table > tbody > tr > th small, .figure_calendar_1 table > tbody > tr > td small {
  font-size: 0.75em;
  display: block;
  white-space: nowrap;
}
.figure_calendar_1 table > tbody > tr > th[data-toggle="tooltip"], .figure_calendar_1 table > tbody > tr > td[data-toggle="tooltip"] {
  text-decoration: underline;
}

/* --- library footer --- */
.library_footer {
  background-color: #f3f3f3;
}

.library_foot__row > .box {
  margin-bottom: 2rem;
}
.library_foot__row > .box .columns {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.library_foot__row > .box .columns h3 {
  font-size: 1.11112rem;
  border-left: solid 0.2em #1a1a1a;
  padding-left: 0.5em;
  margin-bottom: 0.5em;
}
.library_foot__row > .box .columns .column {
  font-size: 0.83334rem;
  padding: 1.2em;
  border-radius: 3px;
  flex: 1 1 0;
  background-color: #fff;
}
@media print, screen and (min-width: 768px) {
  .library_foot__row {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -20px;
  }
  .library_foot__row > .box {
    flex: 0 0 50%;
    padding: 0 20px;
    margin-bottom: 2rem;
  }
  .library_foot__row > .box:nth-child(1) {
    order: 1;
  }
  .library_foot__row > .box:nth-child(2) {
    order: 3;
  }
  .library_foot__row > .box:nth-child(3) {
    order: 2;
  }
  .library_foot__row > .box:nth-child(4) {
    order: 4;
  }
}

.library_foot__image {
  display: flex;
  justify-content: center;
  margin: 0 -5px;
}
.library_foot__image > .img {
  flex: 0 0 auto;
  padding: 0 5px;
}
@media print, screen and (min-width: 1200px) {
  .library_foot__image {
    flex-wrap: wrap;
  }
  .library_foot__image > .img {
    flex: 0 0 100%;
    text-align: right;
  }
  .library_foot__image > .img img {
    max-width: 100%;
    width: auto;
  }
  .library_foot__image > .img + .img {
    margin-top: 5px;
  }
}

/* --- 推薦図書リスト --- */
.library_suisenlist__list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
}
@media print, screen and (min-width: 768px) {
  .library_suisenlist__list {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media print, screen and (min-width: 992px) {
  .library_suisenlist__list {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media print, screen and (min-width: 1200px) {
  .library_suisenlist__list {
    grid-template-columns: repeat(5, 1fr);
  }
}
.library_suisenlist__list > li > a {
  text-decoration: none;
  display: block;
  padding: 0.75em 1em 0.75em 3em;
  border: solid 1px #1a1a1a;
  position: relative;
  transition: color 0.3s ease, background 0.3s ease;
}
.library_suisenlist__list > li > a i {
  position: absolute;
  left: 1em;
  top: 50%;
  margin-top: -.5em;
  line-height: 1;
}
.library_suisenlist__list > li > a:hover {
  color: #fff;
  background-color: #1a1a1a;
}

/* -------------------------------
	蔵書検索
-------------------------------- */
/* ---  --- */
.library_search_form {
  padding: min(calc(20px + 30 * (100vw - 320px) / 1280), 50px) 4.6875%;
  border-radius: 3px;
  background-color: #efefef;
}
.library_search_form table, .library_search_form button {
  font-size: min(calc(12px + 4 * (100vw - 320px) / 1280), 16px);
}
.library_search_form table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  margin-bottom: 2em;
}
.library_search_form table > tbody > tr {
  border-bottom: 1px dashed #ccc;
}
.library_search_form table > tbody > tr > th, .library_search_form table > tbody > tr > td {
  padding: 1em 0;
}
.library_search_form table > tbody > tr > th {
  width: 8em;
  padding-left: 1em;
}
.library_search_form table > tbody > tr > td {
  padding-left: 2em;
}
@media print, screen and (min-width: 768px) {
  .library_search_form table > tbody > tr > th {
    width: 10em;
  }
}
.library_search_form button {
  max-width: 300px;
  width: 100%;
  display: block;
  margin: 0 auto;
}

/* ---  --- */
.library_search_wrap .table-design-3 {
  font-size: 0.875rem;
}
.library_search_wrap .table-design-3 > thead > tr > th {
  padding-right: 3.5em;
  white-space: nowrap;
  position: relative;
}
.library_search_wrap .table-design-3 > thead > tr > th .sort {
  line-height: 1;
  position: absolute;
  right: 0.5em;
  top: 50%;
  margin-top: -.5em;
}
.library_search_wrap .table-design-3 > thead > tr > th .sort button {
  color: #ccc;
  padding: 0;
  margin: 0 2px;
  border: none;
  background: none;
  outline: none;
  transition: color 0.3s ease;
}
.library_search_wrap .table-design-3 > thead > tr > th .sort button:hover {
  color: #006bbf;
}
.library_search_wrap .table-design-3 > tbody > tr:nth-child(even) > td {
  background-color: #f5f5f5;
}
.library_search_wrap .table-design-3 > tbody > tr > td {
  text-align: center;
}
.library_search_wrap .table-design-3 > tbody > tr > td:nth-child(2) {
  text-align: left;
}
@media screen and (max-width: 991px) {
  .library_search_wrap .table-design-3 {
    white-space: nowrap;
  }
}

/* -------------------------------
	出版物について
-------------------------------- */
/* ---  --- */
.publish_content {
  max-width: 700px;
  height: 100%;
  margin: 0 auto;
  background-color: #fff;
}
.publish_content h3 {
  font-size: 24px;
  padding: 0;
  margin: 0;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.publish_content h3.ttl1 {
  background-image: url("../publish/images/publish_1.jpg");
}
.publish_content h3.ttl2 {
  background-image: url("../publish/images/publish_2.jpg");
}
.publish_content h3.ttl3 {
  background-image: url("../publish/images/publish_3.jpg");
}
.publish_content h3 > a {
  color: #fff;
  text-decoration: none;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  aspect-ratio: 16 / 9;
  background-color: rgba(42, 42, 42, 0.5);
  position: relative;
  transition: background 0.3s ease;
}
.publish_content h3 > a:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 1em;
  width: 0;
  height: 0;
  margin-top: -0.277777em;
  border-style: solid;
  border-width: 0.277777em 0px 0.277777em 0.44444em;
  border-color: transparent transparent transparent currentColor;
}
.publish_content h3 > a:hover {
  background-color: rgba(42, 42, 42, 0.8);
}
.publish_content .column {
  font-size: 0.88888rem;
  padding: 1.5em 1em;
}

/* -------------------------------
	すまいろん
-------------------------------- */
/* ---  --- */
.sumairon_figure_1 {
  display: flex;
  flex-direction: column;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  z-index: 0;
}
.sumairon_figure_1 > .image {
  width: 100%;
  aspect-ratio: 100 / 141;
}
.sumairon_figure_1 > .image > a {
  transition: opacity 0.5s ease;
}
.sumairon_figure_1 > .image > a:hover {
  opacity: 0.65;
}
.sumairon_figure_1 > .image img {
  max-width: inherit;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.sumairon_figure_1 figcaption {
  letter-spacing: normal;
  display: flex;
  flex-direction: column;
  flex: 1 1 0;
  padding: 10px 10px 0;
}
.sumairon_figure_1 figcaption .new {
  position: absolute;
  left: 10px;
  top: 10px;
  z-index: 10;
  color: #fff;
  font-size: 12px;
  padding: 0.25em 1em;
  background-color: #ff0000;
  pointer-events: none;
}
.sumairon_figure_1 figcaption .ttl {
  font-size: min(calc(12px + 2 * (100vw - 320px) / 1280), 14px);
  margin-bottom: 0.5em;
}
.sumairon_figure_1 figcaption .column {
  font-size: min(calc(12px + 4 * (100vw - 320px) / 1280), 16px);
  line-height: 1.5;
  margin-bottom: 1em;
  display: flex;
  align-items: flex-start;
}
.sumairon_figure_1 figcaption .column .featured {
  color: #fff;
  font-size: min(calc(10px + 4 * (100vw - 320px) / 1280), 14px);
  text-align: center;
  width: 4em;
  padding: 0.15em 0;
  background-color: #1a1a1a;
}
.sumairon_figure_1 figcaption .column .txt {
  font-weight: 700;
  padding-left: 0.65em;
}
.sumairon_figure_1 figcaption .btns {
  margin-top: auto;
}
.sumairon_figure_1 figcaption .btns > a {
  color: #fff;
  font-size: 0.77777rem;
  text-decoration: none;
  text-align: center;
  border: solid 1px #333;
  border-radius: 10em;
  display: block;
  background-color: #333;
  position: relative;
  transition: color 0.5s ease, background 0.5s ease;
}
.sumairon_figure_1 figcaption .btns > a:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 1em;
  width: 0;
  height: 0;
  margin-top: -4px;
  border-style: solid;
  border-width: 4px 0px 4px 6px;
  border-color: transparent transparent transparent currentColor;
}
.sumairon_figure_1 figcaption .btns > a:hover {
  color: #2a2a2a;
  background-color: #fff;
}

/* --- 一覧 --- */
.publish_sumairon_old_list {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -10px;
}
.publish_sumairon_old_list > .item {
  flex: 0 0 50%;
  padding: 0 10px;
  margin-bottom: 20px;
}
@media print, screen and (min-width: 768px) {
  .publish_sumairon_old_list {
    margin: 0 -15px;
  }
  .publish_sumairon_old_list > .item {
    flex: 0 0 33.33334%;
    padding: 0 15px;
    margin-bottom: 30px;
  }
}
@media print, screen and (min-width: 992px) {
  .publish_sumairon_old_list > .item {
    flex: 0 0 25%;
  }
}
@media print, screen and (min-width: 1200px) {
  .publish_sumairon_old_list > .item {
    flex: 0 0 20%;
  }
}
@media print, screen and (min-width: 1600px) {
  .publish_sumairon_old_list {
    margin: 0 -20px;
  }
  .publish_sumairon_old_list > .item {
    padding: 0 20px;
    margin-bottom: 40px;
  }
}

/* --- publish foot --- */
.publish_foot {
  color: #fff;
  background-color: #ccc;
}
.publish_foot .columns {
  display: flex;
  flex-direction: column;
  height: 100%;
  padding: 10px;
  border-top: solid 3px #2a2a2a;
}
.publish_foot .columns .txt {
  color: #1a1a1a;
  font-size: 12px;
  text-align: center;
  padding: 1.5em 0.5em;
  margin-bottom: 5px;
  flex: 1 1 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media print, screen and (min-width: 992px) {
  .publish_foot .columns .txt {
    font-size: 14px;
  }
}
@media print, screen and (min-width: 1200px) {
  .publish_foot .columns .txt {
    font-size: 16px;
  }
}

/* --- アーカイブ　テーブル --- */
@media print, screen and (min-width: 992px) {
  .publish_archive .table-design-3 {
    font-size: 0.88889rem;
    text-align: center;
  }
  .publish_archive .table-design-3 > thead > tr > th {
    white-space: nowrap;
  }
  .publish_archive .table-design-3 > tbody > tr > td {
    text-align: center;
    white-space: nowrap;
  }
  .publish_archive .table-design-3 > tbody > tr > td.title {
    text-align: left;
  }
  .publish_archive .table-design-3 > tbody > tr > td:nth-child(4) {
    text-align: left;
    white-space: normal;
  }
  .publish_archive .table-design-3 > tbody > tr > td .btn {
    font-weight: 400;
    font-size: 0.875em;
    padding: 0.15em 0.5em 0.25em;
  }
}
.publish_archive .table-design-3.bt {
  font-size: 0.875rem;
  border: none;
}
.publish_archive .table-design-3.bt > thead {
  display: none;
}
.publish_archive .table-design-3.bt > tbody > tr {
  border-top: 3px solid #2a2a2a;
  border-left: 1px solid #ccc;
  display: flex;
  flex-wrap: wrap;
}
.publish_archive .table-design-3.bt > tbody > tr + tr {
  margin-top: 10px;
}
.publish_archive .table-design-3.bt > tbody > tr > td {
  flex: 0 0 100%;
  display: grid;
  grid-template-columns: 6em 1fr;
  padding: 0;
}
.publish_archive .table-design-3.bt > tbody > tr > td:before {
  content: attr(data-th);
  font-weight: 500;
  font-size: 0.875em;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0.5em;
  border-right: solid 1px #ccc;
  background-color: #f5f5f5;
}
.publish_archive .table-design-3.bt > tbody > tr > td > span {
  display: block;
  padding: 0.5em;
}
.publish_archive .table-design-3.bt > tbody > tr > td .btn {
  font-weight: 400;
  font-size: 0.875em;
  padding: 0.15em 0.5em 0.25em;
  display: block;
}
.publish_archive .table-design-3.bt > tbody > tr > td:nth-child(1) {
  flex: 0 0 100%;
}
.publish_archive .table-design-3.bt > tbody > tr > td:nth-child(2) {
  text-align: center;
  flex: 0 0 calc(100% - 5em);
}
.publish_archive .table-design-3.bt > tbody > tr > td:nth-child(2):before {
  content: "発行日";
}
.publish_archive .table-design-3.bt > tbody > tr > td:nth-child(3) {
  flex: 0 0 5em;
  display: block;
}
.publish_archive .table-design-3.bt > tbody > tr > td:nth-child(3):before {
  display: none;
}
.publish_archive .table-design-3.bt > tbody > tr > td:nth-child(5) {
  text-align: center;
  order: 8;
  flex: 0 0 50%;
}
.publish_archive .table-design-3.bt > tbody > tr > td:nth-child(7) {
  text-align: center;
  order: 9;
  flex: 0 0 50%;
}
@media print, screen and (min-width: 768px) {
  .publish_archive .table-design-3.bt {
    font-size: 0.9375rem;
  }
  .publish_archive .table-design-3.bt > tbody > tr > td:nth-child(1) {
    flex: 0 0 calc(100% - 20em);
  }
  .publish_archive .table-design-3.bt > tbody > tr > td:nth-child(2) {
    text-align: center;
    flex: 0 0 15em;
  }
  .publish_archive .table-design-3.bt > tbody > tr > td:nth-child(2):before {
    content: "発行日";
  }
  .publish_archive .table-design-3.bt > tbody > tr > td:nth-child(3) {
    flex: 0 0 5em;
    display: block;
  }
  .publish_archive .table-design-3.bt > tbody > tr > td:nth-child(3):before {
    display: none;
  }
  .publish_archive .table-design-3.bt > tbody > tr > td:nth-child(5) {
    flex: 0 0 30%;
  }
  .publish_archive .table-design-3.bt > tbody > tr > td:nth-child(6) {
    flex: 0 0 40%;
  }
  .publish_archive .table-design-3.bt > tbody > tr > td:nth-child(7) {
    flex: 0 0 30%;
  }
}

/* --- 検索　テーブル --- */

.publish_search {
height: auto;
min-height: 100vh;
}

@media print, screen and (min-width: 992px) {
  .publish_search .table-design-3 {
    font-size: 0.88889rem;
    text-align: center;
  }
  .publish_search .table-design-3 > thead > tr > th {
    white-space: normal;
  }
  .publish_search .table-design-3 > tbody > tr > td {
    text-align: center;
    white-space: normal;
  }
  .publish_search .table-design-3 > tbody > tr > td:nth-child(1) {
    text-align: left;
    white-space: normal;
    min-width: 210px;
  }
    .publish_search .table-design-3 > tbody > tr > td:nth-child(2) {
    text-align: left;
    white-space: normal;
    min-width: 210px;
  }
  .publish_search .table-design-3 > tbody > tr > td:nth-child(3) {
    text-align: left;
    white-space: normal;
    min-width: 180px;
  }
  .publish_search .table-design-3 > tbody > tr > td .btn {
    font-weight: 400;
    font-size: 0.875em;
    padding: 0.15em 0.5em 0.25em;
  }
}
@media print, screen and (min-width: 1440px) {
  .publish_search .table-design-3 {
    font-size: 0.88889rem;
    text-align: center;
  }
  .publish_search .table-design-3 > thead > tr > th {
    white-space: nowrap;
  }
  .publish_search .table-design-3 > tbody > tr > td {
    text-align: center;
    white-space: nowrap;
  }
  .publish_search .table-design-3 > tbody > tr > td:nth-child(1) {
    text-align: left;
    white-space: normal;
    min-width: 210px;
  }
    .publish_search .table-design-3 > tbody > tr > td:nth-child(2) {
    text-align: left;
    white-space: normal;
    min-width: 210px;
  }
  .publish_search .table-design-3 > tbody > tr > td:nth-child(3) {
    text-align: left;
    white-space: normal;
    min-width: 180px;
  }
}

.publish_search .table-design-3.bt {
  font-size: 0.875rem;
  border: none;
}
.publish_search .table-design-3.bt > thead {
  display: none;
}
.publish_search .table-design-3.bt > tbody > tr {
  border-top: 3px solid #2a2a2a;
  border-left: 1px solid #ccc;
  display: flex;
  flex-wrap: wrap;
}
.publish_search .table-design-3.bt > tbody > tr + tr {
  margin-top: 10px;
}
.publish_search .table-design-3.bt > tbody > tr > td {
  flex: 0 0 100%;
  display: grid;
  grid-template-columns: 6em 1fr;
  padding: 0;
}
.publish_search .table-design-3.bt > tbody > tr > td:before {
  content: attr(data-th);
  font-weight: 500;
  font-size: 0.875em;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0.5em;
  border-right: solid 1px #ccc;
  background-color: #f5f5f5;
}
.publish_search .table-design-3.bt > tbody > tr > td > span {
  display: block;
  padding: 0.5em;
}
.publish_search .table-design-3.bt > tbody > tr > td .btn {
  font-weight: 400;
  font-size: 0.875em;
  padding: 0.15em 0.5em 0.25em;
  display: block;
}
.publish_search .table-design-3.bt > tbody > tr > td:nth-child(1) {
  flex: 0 0 100%;
}
.publish_search .table-design-3.bt > tbody > tr > td:nth-child(3) {
  flex: 0 0 calc(100% - 8em);
}
.publish_search .table-design-3.bt > tbody > tr > td:nth-child(4) {
  text-align: center;
  flex: 0 0 8em;
  display: block;
}
.publish_search .table-design-3.bt > tbody > tr > td:nth-child(4):before {
  display: none;
}

/* -------------------------------
	すまいろん　詳細
-------------------------------- */
/**/
.sumairon_detail__featured {
  font-size: min(calc(18px + 6 * (100vw - 320px) / 880), 24px);
  display: flex;
}
.sumairon_detail__featured .featured {
  color: #fff;
  text-align: center;
  width: 4em;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #1a1a1a;
}
.sumairon_detail__featured .featured .in {
  font-size: 0.8em;
  display: block;
}
.sumairon_detail__featured h4 {
  font-size: 1em;
  line-height: 1.5;
  padding-left: 0.5em;
  margin: 0;
}

/**/
.sumairon_detail__content {
  padding: min(calc(20px + 30 * (100vw - 320px) / 880), 50px);
  box-shadow: 0 0 15px rgba(42, 42, 42, 0.1);
  background-color: #fff;
}
.sumairon_detail__content .sumairon_detail__image {
  max-width: 200px;
  margin: 0 auto 1rem;
}
.sumairon_detail__content .sumairon_detail__image .image {
  width: 100%;
  width: 100%;
  aspect-ratio: 100 / 141;
}
.sumairon_detail__content .sumairon_detail__image .image img {
  max-width: inherit;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media print, screen and (min-width: 768px) {
  .sumairon_detail__content {
    display: flex;
  }
  .sumairon_detail__content .sumairon_detail__image {
    flex: 0 0 39%;
    margin-right: min(calc(50px + 50 * (100vw - 320px) / 880), 100px);
  }
  .sumairon_detail__content .sumairon_detail__columns {
    flex: 1 1 0;
  }
}

/* -------------------------------
	住総研住まい読本・単行書
-------------------------------- */
.publish_sumaidokuhon_head {
  text-align: right;
  max-width: 768px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1rem;
}
@media print, screen and (min-width: 1200px) {
  .publish_sumaidokuhon_head {
    max-width: inherit;
  }
}
.publish_sumaidokuhon_head select {
  display: inline;
  width: auto;
}

/* ---  --- */
.publish_sumaidokuhon_content {
  max-width: 768px;
  margin-left: auto;
  margin-right: auto;
}
.publish_sumaidokuhon_content__item {
  margin-bottom: 30px;
}
@media print, screen and (min-width: 1200px) {
  .publish_sumaidokuhon_content {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
    max-width: inherit;
  }
  .publish_sumaidokuhon_content__item {
    padding: 0 15px;
    margin-bottom: 30px;
    flex: 0 0 50%;
  }
}

/**/
.publish_sumaidokuhon__columns {
  display: flex;
  flex-wrap: wrap;
  padding: 10px;
  border: solid 1px #c7c7c7;
  height: 100%;
}
.publish_sumaidokuhon__columns h4 {
  font-size: 1.11112rem;
  flex: 0 0 100%;
}
.publish_sumaidokuhon__columns > .image {
  flex: 0 0 36%;
}
.publish_sumaidokuhon__columns > .column1 {
  flex: 0 0 64%;
  padding-left: 15px;
  overflow: hidden;
}
.publish_sumaidokuhon__columns > .column2 {
  flex: 0 0 100%;
  margin-top: 1rem;
  overflow: hidden;
}
@media print, screen and (min-width: 768px) {
  .publish_sumaidokuhon__columns {
    display: grid;
    grid-template-columns: 200px 1fr;
    padding: 20px;
  }
  .publish_sumaidokuhon__columns h4 {
    grid-column: 1 / 3;
    grid-row: 1;
  }
  .publish_sumaidokuhon__columns > .image {
    grid-row: 2 / 4;
    grid-column: 1;
  }
  .publish_sumaidokuhon__columns > .column1 {
    grid-row: 2;
    grid-column: 2;
    padding-left: 30px;
  }
  .publish_sumaidokuhon__columns > .column2 {
    grid-row: 3;
    grid-column: 2;
    padding-left: 30px;
  }
}
@media print, screen and (min-width: 1200px) {
  .publish_sumaidokuhon__columns {
    grid-template-columns: 150px 1fr;
  }
  .publish_sumaidokuhon__columns > .column1, .publish_sumaidokuhon__columns > .column2 {
    padding-left: 30px;
  }
}
@media print, screen and (min-width: 1500px) {
  .publish_sumaidokuhon__columns {
    grid-template-columns: 200px 1fr;
  }
}
.publish_sumaidokuhon__columns .htmlarea {
  font-size: 0.88888rem;
}

/**/
.publish_sumaidokuhon__figure {
  position: relative;
  z-index: 0;
}
.publish_sumaidokuhon__figure > .photo {
  width: 100%;
  aspect-ratio: 50 / 63;
}
.publish_sumaidokuhon__figure > .photo img {
  max-width: inherit;
  width: 100%;
  height: 100%;
  object-fit: scale-down;
}
.publish_sumaidokuhon__figure figcaption .new {
  position: absolute;
  top: 5px;
  left: 5px;
  color: #fff;
  font-size: 11px;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.25em;
  text-indent: 0.25em;
  padding: 0.25em 0.5em 0.35em;
  border: solid 1px #fff;
  background-color: #ff0000;
  z-index: 10;
  pointer-events: none;
}
.publish_sumaidokuhon__figure figcaption .ttl {
  font-weight: 700;
  font-size: 12px;
  text-align: center;
  padding: 0.25em 0;
  background-color: #efefef;
}
.publish_sumaidokuhon__figure figcaption .price {
  font-size: 12px;
  text-align: center;
}

/**/
.publish_sumaidokuhon__dl {
  font-size: 12px;
  line-height: 1.5;
}
@media print, screen and (min-width: 768px) {
  .publish_sumaidokuhon__dl {
    font-size: 13px;
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 5px 10px;
  }
  .publish_sumaidokuhon__dl dt {
    white-space: nowrap;
  }
  .publish_sumaidokuhon__dl dd {
    word-break: break-all;
    margin: 0;
  }
}

/* -------------------------------
	住教育
-------------------------------- */
/* ---  --- */
.diffuse_charm {
  background-color: #2a2a2a;
}

.diffuse_charm__columns {
  padding: min(6.25vw, 80px) min(4.6875vw, 80px);
  background-color: #fff;
}
.diffuse_charm__columns .title-2 {
  text-align: center;
  padding-bottom: .75em;
}

/* ---  --- */
.diffuse_region__columns {
  max-width: 735px;
  height: 100%;
  border: solid 1px #c9c9c9;
  padding: 4.6875%;
  display: flex;
  flex-direction: column;
  margin-left: auto;
  margin-right: auto;
}
.diffuse_region__columns > .diffuse_region__columns__column {
  margin-bottom: 1.5rem;
}
.diffuse_region__columns > .diffuse_region__columns__lists {
  display: flex;
  padding: min(calc(10px + 20 * (100vw - 320px) / 880), 30px);
  margin-top: auto;
  background-color: #fff;
}
.diffuse_region__columns > .diffuse_region__columns__lists .image {
  flex: 0 0 min(26.66667vw, 200px);
}
.diffuse_region__columns > .diffuse_region__columns__lists .box {
  font-size: 0.88888rem;
  flex: 1 1 0;
  padding-left: 15px;
}
.diffuse_region__columns h4 {
  font-size: 1.25rem;
  display: flex;
  align-items: center;
}
.diffuse_region__columns h4 > .num {
  font-size: 1.25em;
  line-height: 1;
  flex: 0 0 1.75em;
  height: 1.75em;
  text-align: center;
  border: solid 1px #1a1a1a;
  display: flex;
  align-items: center;
  justify-content: center;
}
.diffuse_region__columns h4 > .txt {
  display: block;
  padding-left: .5em;
}
.diffuse_region__columns h5 {
  font-size: 1rem;
}
.diffuse_region__columns .list-dot-1 > li {
  margin-bottom: 0.25em;
}

/* ---  --- */
.diffuse_activities {
  background-color: #fff;
}
.diffuse_activities .dl_member_list {
  grid-template-columns: 6em 1fr;
}

.diffuse_activities__point {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 20px;
}
.diffuse_activities__point h4 {
  font-size: 1rem;
  margin-bottom: .5rem;
}
.diffuse_activities__point h4 .btn {
  font-size: 16px;
  display: block;
}
.diffuse_activities__point p {
  font-size: 0.88888rem;
  padding: 0 0 0 0.5em;
}
@media print, screen and (min-width: 992px) {
  .diffuse_activities__point {
    grid-template-columns: repeat(3, 1fr);
  }
  .diffuse_activities__point h4 .btn {
    font-size: min(calc(14px + 6 * (100vw - 992px) / 608), 20px);
  }
}

/* -------------------------------
	住教育授業づくり助成
-------------------------------- */
/* ---  --- */
.diffuse_education_flow__columns {
  counter-reset: ttl2_number;
  padding-bottom: min(calc(25px + 25 * (100vw - 320px) / 1280), 50px);
  margin-bottom: min(calc(25px + 25 * (100vw - 320px) / 1280), 50px);
  border-bottom: dotted 1px #2a2a2a;
}
.diffuse_education_flow__columns:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}
@media print, screen and (min-width: 992px) {
  .diffuse_education_flow__columns {
    padding-left: calc(min(calc(20px + 8 * (100vw - 320px) / 1280), 28px) * 2.5);
  }
}
.diffuse_education_flow__ttl {
  font-weight: 700;
  font-size: min(calc(20px + 8 * (100vw - 320px) / 1280), 28px);
  display: flex;
  align-items: center;
  margin-bottom: 1em;
}
.diffuse_education_flow__ttl .num {
  flex: 0 0 2em;
  height: 2em;
  display: flex;
  align-items: center;
  justify-content: center;
  border: solid 1px #1a1a1a;
}
.diffuse_education_flow__ttl .txt {
  display: block;
  padding-left: .5em;
}
@media print, screen and (min-width: 992px) {
  .diffuse_education_flow__ttl {
    margin-left: -2.5em;
  }
}
.diffuse_education_flow__ttl2 {
  font-weight: 700;
  font-size: 1.11112rem;
  line-height: 1.5;
  padding-left: 2.5em;
  margin-bottom: 1rem;
  position: relative;
}
.diffuse_education_flow__ttl2:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 2em;
  text-align: right;
  counter-increment: ttl2_number;
  content: "（" counter(ttl2_number) "）";
}
.diffuse_education_flow__ttl2 .txt {
  display: block;
  padding-left: .5em;
}

/**/
.diffuse_education_table_1 {
  line-height: 1.5;
  width: 100%;
  border-collapse: separate;
  border-spacing: 0 5px;
}
.diffuse_education_table_1 > tbody > tr > th, .diffuse_education_table_1 > tbody > tr > td {
  padding: 0.75em;
}
.diffuse_education_table_1 > tbody > tr > th {
  padding-left: 3em;
  width: 15em;
  border: dashed 1px #ccc;
  border-right: none;
  background: #eee;
  position: relative;
}
.diffuse_education_table_1 > tbody > tr > th:before {
  position: absolute;
  top: 50%;
  left: 1em;
  width: 2em;
  margin-top: -.75em;
  counter-increment: ttl2_number;
  content: "（" counter(ttl2_number) "）";
}
.diffuse_education_table_1 > tbody > tr > td {
  border: dashed 1px #ccc;
  border-left: none;
  padding-left: 2em;
  background-color: #fff;
}
@media only screen and (max-width: 767px) {
  .diffuse_education_table_1 > tbody > tr {
    width: 100%;
    display: block;
  }
  .diffuse_education_table_1 > tbody > tr > th, .diffuse_education_table_1 > tbody > tr > td {
    width: 100% !important;
    display: block;
    border: none;
  }
  .diffuse_education_table_1 > tbody > tr > td {
    padding: 1em;
    border: solid 1px #eee;
    border-top: none;
  }
}

/* -------------------------------
	授業実施例
-------------------------------- */
/* ---  --- */
.diffuse_report_recommendation__row {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 0 20px;
}
@media print, screen and (min-width: 992px) {
  .diffuse_report_recommendation__row {
    grid-template-columns: repeat(2, 1fr);
  }
}
.diffuse_report_recommendation__row > .box {
  border-bottom: dashed 1px #c9c9c9;
  padding-bottom: 1rem;
  margin-bottom: 1rem;
}
.diffuse_report_recommendation__row .tag {
  font-size: 0.77777rem;
  line-height: 1.5;
}
.diffuse_report_recommendation__row .tag > span {
  display: inline-block;
  vertical-align: middle;
  padding: 0 0.5em;
  border: solid 1px #2a2a2a;
  border-radius: 3px;
  margin-right: 0.5em;
}
.diffuse_report_recommendation__row .ttl {
  font-weight: 700;
}
.diffuse_report_recommendation__row .column {
  font-size: 0.88888rem;
}

/* ---  --- */
@media print, screen and (min-width: 992px) {
  .report_cat_navi .cat_navi_list > li {
    flex: 0 0 25%;
  }
}

.diffuse_report_case__row {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -10px;
}
.diffuse_report_case__row > .box {
  flex: 0 0 50%;
  padding: 0 10px;
  margin-bottom: 20px;
}
@media print, screen and (min-width: 768px) {
  .diffuse_report_case__row {
    margin: 0 -10px;
  }
  .diffuse_report_case__row > .box {
    flex: 0 0 33.33334%;
    padding: 0 10px;
    margin-bottom: 30px;
  }
}
@media print, screen and (min-width: 992px) {
  .diffuse_report_case__row {
    margin: 0 -15px;
  }
  .diffuse_report_case__row > .box {
    flex: 0 0 25%;
    padding: 0 15px;
    margin-bottom: 40px;
  }
}
@media print, screen and (min-width: 1600px) {
  .diffuse_report_case__row {
    margin: 0 -15px;
  }
  .diffuse_report_case__row > .box {
    flex: 0 0 20%;
    padding: 0 15px;
    margin-bottom: 50px;
  }
}

.diffuse_report_case__figure {
  display: flex;
  flex-direction: column;
}
.diffuse_report_case__figure > .image {
  max-width: 160px;
  width: 100%;
  aspect-ratio: 16 / 23;
  margin: 0 auto 10px;
}
.diffuse_report_case__figure > .image img {
  max-width: inherit;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.diffuse_report_case__figure figcaption {
  display: flex;
  flex-direction: column;
  flex: 1 1 0;
}
.diffuse_report_case__figure figcaption .ttl {
  font-weight: 700;
  font-size: 0.88888rem;
  line-height: 1.5;
  text-align: center;
  margin: 0.75em 0;
}
.diffuse_report_case__figure figcaption .column {
  font-size: 0.83334rem;
  line-height: 1.5;
  text-align: center;
  margin-top: auto;
}
.diffuse_report_case__figure figcaption .date {
  font-size: 0.77777rem;
  line-height: 1.5;
  display: flex;
  justify-content: center;
}
.diffuse_report_case__figure figcaption .date .prefectures {
  margin-right: 0.75em;
}
.diffuse_report_case__figure figcaption .btns {
  padding-top: 10px;
}
.diffuse_report_case__figure figcaption .btns .btn {
  color: #fff;
  font-size: 13px;
  display: block;
  padding: 0.15em 1em;
  border: solid 1px #006bbf;
  border-radius: 10em;
  background-color: #006bbf;
  position: relative;
  transition: color 0.5s ease, background 0.5s ease;
}
.diffuse_report_case__figure figcaption .btns .btn:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 1em;
  width: 0;
  height: 0;
  margin-top: -4px;
  border-style: solid;
  border-width: 4px 0px 4px 6px;
  border-color: transparent transparent transparent currentColor;
}
.diffuse_report_case__figure figcaption .btns .btn:hover {
  color: #006bbf;
  background-color: #fff;
}

/* -------------------------------
	イベント情報
-------------------------------- */
/*  ---  --- */
.event_head_archive {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  background: radial-gradient(ellipse at center, #686868 0%, #2a2a2a 100%);
}
.event_head_archive > .inner {
  width: 100%;
  margin: auto;
  padding: 15px;
}
.event_head_archive > .inner p {
  color: #fff;
  font-weight: 700;
  text-align: center;
}
.event_head_archive > .inner .btns .btn {
  display: block;
  max-width: 380px;
  margin: 0 auto;
  border-color: #fff;
}

/**/
.event_navi {
  font-size: 12px;
}
@media print, screen and (min-width: 768px) {
  .event_navi {
    font-size: 14px;
  }
}
@media screen and (max-width: 991px) {
  .event_navi {
    width: 100%;
    padding: 0 25px;
    background-color: rgba(42, 42, 42, 0.1);
    position: relative;
  }
  .event_navi .nav-button {
    position: absolute;
    top: 0;
    width: 20px;
    height: 100%;
    color: #fff;
    font-size: 15px;
    line-height: 1;
    background: #2a2a2a;
    border: none;
    cursor: pointer;
    z-index: 10;
    transition: opacity 0.2s ease;
  }
  .event_navi .nav-button.hidden {
    opacity: 0.3;
  }
  .event_navi .prev {
    left: 0;
  }
  .event_navi .next {
    right: 0;
  }
  .event_navi__inner {
    overflow-x: auto;
    white-space: nowrap;
    scrollbar-width: none;
  }
  .event_navi__inner::-webkit-scrollbar {
    display: none;
  }
  .event_navi__inner, .event_navi__inner * {
    user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;
  }
  .event_navi__list {
    display: flex;
    margin: 0;
    padding: 5px 0;
    list-style: none;
    gap: 10px;
  }
  .event_navi__list > li > a {
    color: inherit;
    line-height: 1.5;
    text-decoration: none;
    white-space: nowrap;
    padding: 0.5em 1em;
    border-radius: 3px;
    display: block;
    transition: background 0.3s ease;
    background-color: rgba(255, 255, 255, 0.4);
  }
  .event_navi__list > li > a:hover {
    color: inherit;
    background-color: white;
  }
  .event_navi__list > li.active > a {
    color: #fff;
    background-color: #2a2a2a;
  }
}

@media print, screen and (min-width: 992px) {
  .event_navi .nav-button {
    display: none;
  }
  .event_navi__list {
    list-style: none;
    padding-left: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
  }
  .event_navi__list > li > a {
    color: #2a2a2a;
    line-height: 1.5;
    text-decoration: none;
    padding: 0.5em 1em;
    border-radius: 3px;
    display: block;
    transition: background 0.3s ease, color 0.3s ease;
    background-color: rgba(42, 42, 42, 0.1);
  }
  .event_navi__list > li > a:hover {
    color: #fff;
    background-color: rgba(42, 42, 42, 0.5);
  }
  .event_navi__list > li.active > a {
    color: #fff;
    background-color: #2a2a2a;
  }
}

/**/
.event_row {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px 20px;
}
@media print, screen and (min-width: 768px) {
  .event_row {
    grid-template-columns: repeat(3, 1fr);
    gap: 50px 30px;
  }
}
@media print, screen and (min-width: 992px) {
  .event_row {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media print, screen and (min-width: 1200px) {
  .event_row {
    gap: 80px 30px;
  }
}
@media print, screen and (min-width: 1600px) {
  .event_row {
    grid-template-columns: repeat(5, 1fr);
  }
}
.event_row .figure_event_1 {
  max-width: 466px;
  margin: 0 auto;
}
.event_row > .box {
  overflow: hidden;
}

/**/
.event_boxtable_1 .ttl, .event_boxtable_1 .column {
  padding-left: .25em;
}
.event_boxtable_1 .ttl {
  font-weight: 700;
}
.event_boxtable_1 .column {
  padding-bottom: 1em;
  margin-bottom: 1em;
  border-bottom: solid 1px #ccc;
}
@media print, screen and (min-width: 768px) {
  .event_boxtable_1 {
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 0;
  }
  .event_boxtable_1 .ttl, .event_boxtable_1 .column {
    padding-left: .25em;
    padding-bottom: 1em;
    margin-bottom: 1em;
    border-bottom: solid 1px #ccc;
  }
  .event_boxtable_1 .ttl {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-right: 1.5em;
    max-width: 18em;
  }
}

/* -------------------------------
	組織（役員・評議員）
-------------------------------- */
/* ---  --- */
.soshiki_content {
  display: grid;
  grid-template-columns: 1fr;
}
@media print, screen and (min-width: 992px) {
  .soshiki_content {
    grid-template-columns: 15em 1fr;
    gap: 30px;
  }
}
.soshiki_content__ttl {
  color: #000;
  background-color: #ccc;
  display: flex;
  flex-direction: column;
  padding: 1em;
}
.soshiki_content__ttl h4 {
  font-weight: 400;
  font-size: 1.22223em;
  text-align: center;
  margin: auto 0;
}
.soshiki_content__col {
  padding: 0 0 2em;
  display: flex;
  flex-direction: column;
}
.soshiki_content__col .inner {
  width: 100%;
  margin: auto 0;
  word-wrap: break-word;
  overflow-wrap: break-word;
}
@media print, screen and (min-width: 992px) {
  .soshiki_content__col {
    padding: 0;
  }
}
.soshiki_content .table_name_1 > tbody > tr > th {
  width: 13em;
}

/* -------------------------------
	お問い合わせ
-------------------------------- */
.tel_contact {
  padding: min(calc(20px + 30 * (100vw - 320px) / 880), 50px);
  text-align: center;
  background-color: #efefef;
}
.tel_contact h3 {
  font-size: min(calc(18px + 12 * (100vw - 320px) / 880), 30px);
  padding-bottom: 0.5em;
}
.tel_contact .telphone {
  font-size: min(calc(20px + 16 * (100vw - 320px) / 880), 36px);
  text-align: center;
  padding: 0 1em;
}
@media print, screen and (min-width: 768px) {
  .tel_contact .telphone {
    font-size: 24px;
  }
}
@media print, screen and (min-width: 992px) {
  .tel_contact .telphone {
    font-size: 32px;
  }
}
@media print, screen and (min-width: 1200px) {
  .tel_contact .telphone {
    font-size: 36px;
  }
}

#contactform {
  /**/
}
#contactform .ttl {
  color: #fff;
  font-size: 1.11112rem;
  font-weight: 700;
  padding: 0.5em 1em;
  background-color: #2a2a2a;
}
#contactform .form-control {
  border-color: #D5D5D5;
  background-color: #fafafa;
  box-shadow: none;
}
#contactform .form-control:focus {
  border-color: #A8A8A8;
  background-color: #fff;
  box-shadow: none;
}
#contactform .form-control:not(:placeholder-shown) {
  border-color: #ccc;
  background-color: #fff;
  box-shadow: none;
}
#contactform .custom-select {
  box-shadow: none !important;
}
#contactform input[type="file"] {
  font-size: 15px;
  letter-spacing: normal;
}
#contactform input[type="file"]::-webkit-file-upload-button {
  font-size: 12px;
}
@media print, screen and (min-width: 768px) {
  #contactform .select-inline, #contactform .p-region {
    width: auto;
    display: inline;
  }
}

.label_row {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -10px;
}
.label_row label {
  flex: 0 0 100%;
  padding: 0 10px;
}
@media print, screen and (min-width: 768px) {
  .label_row label {
    flex: 0 0 auto;
  }
}

/* フォーム用　table */
.table-contact {
  line-height: 1.5;
  width: 100%;
  border-collapse: collapse;
  text-align: left;
  border-top: 1px solid #ccc;
  margin-bottom: 30px;
}
.table-contact > tbody > tr {
  border-bottom: 1px solid #ccc;
}
.table-contact > tbody > tr > th, .table-contact > tbody > tr > td {
  padding: 1em 0;
}
.table-contact > tbody > tr > th {
  width: 16em;
  padding-left: 1em;
}
.table-contact > tbody > tr > th.hisu {
  background-image: url("../images/common/hisu.svg");
  background-repeat: no-repeat;
  background-position: right center;
}
.table-contact > tbody > tr > td {
  padding-left: 2em;
}
.table-contact > tbody > tr > td .sm, .table-contact > tbody > tr > td .p-postal-code {
  width: auto !important;
  display: inline;
}
.table-contact > tbody > tr > td .md {
  max-width: 360px !important;
}
.table-contact > tbody > tr > td .rei {
  color: #555;
  font-size: 0.8125rem;
  line-height: normal;
  display: block;
  margin: 5px 0 0;
}
@media only screen and (max-width: 767px) {
  .table-contact > tbody > tr {
    width: 100%;
    display: block;
    padding: 1em 0.5em;
  }
  .table-contact > tbody > tr > th, .table-contact > tbody > tr > td {
    width: 100%;
    display: block;
    padding: 0;
  }
  .table-contact > tbody > tr > th + td, .table-contact > tbody > tr > td + td {
    margin-top: .5em;
  }
}

.table-contact2 {
  line-height: 1.75;
  width: 100%;
  border-collapse: collapse;
  text-align: left;
  margin-bottom: 30px;
}
.table-contact2 > tbody > tr > th {
  padding-top: 1em;
  padding-bottom: 0.5em;
}
.table-contact2 > tbody > tr > th.hisu {
  background-image: url("../images/common/hisu.svg");
  background-repeat: no-repeat;
  background-position: right center;
}
.table-contact2 > tbody > tr > td {
  padding: 1em;
  border: solid 1px #ccc;
  background-color: #fafafa;
}
.table-contact2 > tbody > tr > td .sm, .table-contact2 > tbody > tr > td .p-postal-code {
  width: auto !important;
  display: inline;
}
.table-contact2 > tbody > tr > td .md {
  max-width: 360px !important;
}
.table-contact2 > tbody > tr > td .rei {
  color: #555;
  font-size: 0.8125rem;
  line-height: normal;
  display: block;
  margin: 5px 0 0;
}

.img-hisu {
  margin: -.2em .5em 0 0;
}

/*  */
.agree {
  text-align: center;
  margin-top: 20px;
}

.buttons {
  text-align: center;
  margin-top: 20px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.buttons .btn {
  font-size: 15px;
  margin: 0.3125em 0.625em;
  width: 260px;
  display: block;
  cursor: pointer;
}
@media print, screen and (min-width: 1200px) {
  .buttons .btn {
    font-size: 16px;
  }
}

/* プライバシーポリシー */
#policy {
  margin-top: 30px;
}
#policy .contents {
  padding: 1.5% 3.4448%;
  border: solid 1px #ccc;
  max-height: 300px;
  word-wrap: break-word;
  overflow-wrap: break-word;
  overflow: auto;
}
#policy .contents h5 {
  font-size: 1rem;
  font-weight: bold;
  margin: 2rem 0 0;
}
#policy .contents p, #policy .contents ol {
  font-size: 0.9375rem;
  margin: 1rem 0;
}
#policy .contents > ol {
  padding-left: 0;
  list-style: none;
  counter-reset: number;
}
#policy .contents > ol > li {
  padding-left: 2em;
  margin-bottom: 5px;
  position: relative;
}
#policy .contents > ol > li:before {
  position: absolute;
  top: 0;
  left: 0;
  counter-increment: number;
  content: counter(number) " )";
}

/* -------------------------------
	個人情報保護方針
-------------------------------- */
.policy_content h3 {
  font-size: 1.25rem;
}
.policy_content h4 {
  font-size: 1.125rem;
  margin-bottom: 1rem;
}
.policy_content *:not(div) + h4 {
  margin-top: 2rem;
}

/* -------------------------------
	サイトマップ
-------------------------------- */
.sitemap_box {
  border: solid 1px #ccc;
  padding: 3%;
}

/**/
.sitemap_nav_list_1 {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 1em 2em;
}
.sitemap_nav_list_1 > li > a {
  font-weight: 700;
  text-decoration: none;
  display: inline-block;
  padding-right: 1.2em;
  position: relative;
  transition: opacity 0.3s ease;
}
.sitemap_nav_list_1 > li > a:after {
  content: "\f105";
  font-family: 'Font Awesome 6 Free';
  font-weight: 900;
  font-size: 0.875em;
  line-height: 1;
  position: absolute;
  top: 50%;
  right: 0px;
  margin-top: -.5em;
}
.sitemap_nav_list_1 > li > a:hover {
  opacity: 0.5;
}

.sitemap_nav_list_2 {
  list-style: none;
  padding: 0;
  margin: 0 -1em;
  display: flex;
  flex-wrap: wrap;
}
.sitemap_nav_list_2 > li {
  flex: 0 0 100%;
  padding: 0 1em;
  margin: 0.25em 0;
}
@media print, screen and (min-width: 992px) {
  .sitemap_nav_list_2 > li {
    flex: 0 0 50%;
  }
}
.sitemap_nav_list_2 > li > a {
  text-decoration: none;
  display: inline-block;
  padding-left: 1em;
  position: relative;
  transition: opacity 0.3s ease;
}
.sitemap_nav_list_2 > li > a:after {
  content: "\f0da";
  font-family: 'Font Awesome 6 Free';
  font-weight: 900;
  font-size: 0.875em;
  line-height: 1;
  position: absolute;
  top: 50%;
  left: 0px;
  margin-top: -.5em;
}
.sitemap_nav_list_2 > li > a:hover {
  opacity: 0.5;
}

.sitemap_ttl {
  font-weight: 700;
  font-size: 1.25rem;
  line-height: normal;
  padding-left: 0.5em;
  border-left: solid 0.25em #2a2a2a;
  margin-bottom: 1rem;
}

/* 
 * スクロールエフェクト（CSS変数対応）
 */
:root {
  --amn-opacity: 0;
  --amn-opacity-active: 1;
  --amn-translateY: 30px;
  --amn-translateY-active: 0;
  --amn-translateX: 30px;
  --amn-translateX-active: 0;
  --amn-transition-duration: 0.7s;
  --amn-transition-ease: ease;
  --amn-mask-transition: 0.5s cubic-bezier(.9,.09,.67,.93);
  --amn-marker-bg: rgba(254,239,68,1);
  --amn-marker-bg-transparent: rgba(254,239,68,0);
  --amn-marker-transition: 3s ease;
}

@media screen {
  /* 横並びの要素を遅延して表示させる */
  .js-row-1 > * {
    opacity: var(--amn-opacity);
    transform: translateY(var(--amn-translateY));
    transition: opacity var(--amn-transition-duration) var(--amn-transition-ease), transform var(--amn-transition-duration) var(--amn-transition-ease);
  }
  .js-row-1 > *.is-active {
    opacity: var(--amn-opacity-active);
    transform: translateY(var(--amn-translateY-active));
  }

  /* アニメーション: 上下左右 */
  .amn-fade-up,
  .amn-fade-down,
  .amn-fade-left,
  .amn-fade-right {
    opacity: var(--amn-opacity);
    transition: opacity var(--amn-transition-duration) var(--amn-transition-ease), transform var(--amn-transition-duration) var(--amn-transition-ease);
  }

  .amn-fade-up {
    transform: translateY(var(--amn-translateY));
  }
  .amn-fade-up.is-active {
    opacity: var(--amn-opacity-active);
    transform: translateY(var(--amn-translateY-active));
  }

  .amn-fade-down {
    transform: translateY(calc(var(--amn-translateY) * -1));
  }
  .amn-fade-down.is-active {
    opacity: var(--amn-opacity-active);
    transform: translateY(var(--amn-translateY-active));
  }

  .amn-fade-left {
    transform: translateX(var(--amn-translateX));
  }
  .amn-fade-left.is-active {
    opacity: var(--amn-opacity-active);
    transform: translateX(var(--amn-translateX-active));
  }

  .amn-fade-right {
    transform: translateX(calc(var(--amn-translateX) * -1));
  }
  .amn-fade-right.is-active {
    opacity: var(--amn-opacity-active);
    transform: translateX(var(--amn-translateX-active));
  }

  /* マスクエフェクト */
  .amn-lr-open {
    opacity: var(--amn-opacity);
    mask-image: linear-gradient(to right, black 0%, black 50%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0) 100%);
    -webkit-mask-image: linear-gradient(to right, black 0%, black 50%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0) 100%);
    mask-repeat: no-repeat;
    -webkit-mask-repeat: no-repeat;
    mask-position: 100% 50%;
    -webkit-mask-position: 100% 50%;
    mask-size: 200% 100%;
    -webkit-mask-size: 200% 100%;
    transition: mask-position var(--amn-mask-transition);
  }
  .amn-lr-open.is-active {
    opacity: var(--amn-opacity-active);
    mask-position: 0% 50%;
    -webkit-mask-position: 0% 50%;
  }

  /* マスクアップ */
  .amn-mask-up {
    display: inline-block;
    opacity: var(--amn-opacity);
    overflow: hidden;
  }
  .amn-mask-up > .is-span {
    display: inline-block;
    transform: translateY(101%);
    transition: transform var(--amn-transition-duration) var(--amn-transition-ease);
  }
  .amn-mask-up.is-active {
    opacity: var(--amn-opacity-active);
  }
  .amn-mask-up.is-active > .is-span {
    transform: translateY(0%);
  }

  /* マーカーエフェクト */
  .amn-marker-yellow {
    background: linear-gradient(to bottom, var(--amn-marker-bg-transparent) 0%, var(--amn-marker-bg-transparent) 0%, var(--amn-marker-bg-transparent) 50%, var(--amn-marker-bg) 50%, var(--amn-marker-bg) 90%, var(--amn-marker-bg-transparent) 90%, var(--amn-marker-bg-transparent) 100%);
    background-repeat: no-repeat;
    background-size: 200% 1em;
    background-position: 200% 0.5em;
    transition: background var(--amn-marker-transition);
    display: inline;
  }
  .amn-marker-yellow.is-active {
    background-position: 100% 0.5em;
  }
}
/*
 * シャッターエフェクト
 *
 */
@media screen {
  .amn-shutter {
    opacity: 0;
    position: relative;
    z-index: 0;
  }
  .amn-shutter .shutter__element {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #73b400;
    z-index: 10;
    transform: scale(0, 1);
  }
  .amn-shutter .shutter__contents {
    opacity: 0;
    height: 100%;
  }
  .amn-shutter.amn-shutter_lr.is-active {
    opacity: 1;
  }
  .amn-shutter.amn-shutter_lr.is-active .shutter__element {
    animation: shutter2_lr_1 0.5s cubic-bezier(0.62, 0, 0.46, 1.01) 0s alternate forwards, shutter2_lr_2 0.5s cubic-bezier(0.62, 0, 0.46, 1.01) 0.7s alternate forwards;
  }
  .amn-shutter.amn-shutter_lr.is-active .shutter__contents {
    animation: shutter2_contents 0s ease .6s alternate forwards;
  }
  .amn-shutter.amn-shutter_rl.is-active {
    opacity: 1;
  }
  .amn-shutter.amn-shutter_rl.is-active .shutter__element {
    animation: shutter2_rl_1 0.5s cubic-bezier(0.62, 0, 0.46, 1.01) 0s alternate forwards, shutter2_rl_2 0.5s cubic-bezier(0.62, 0, 0.46, 1.01) 0.7s alternate forwards;
  }
  .amn-shutter.amn-shutter_rl.is-active .shutter__contents {
    animation: shutter2_contents 0s ease .6s alternate forwards;
  }
}
@keyframes shutter2_lr_1 {
  from {
    transform: scale(0, 1);
    transform-origin: left top;
  }
  to {
    transform: scale(1, 1);
    transform-origin: left top;
  }
}
@keyframes shutter2_lr_2 {
  from {
    transform: scale(1, 1);
    transform-origin: right top;
  }
  to {
    transform: scale(0, 1);
    transform-origin: right top;
  }
}
@keyframes shutter2_rl_1 {
  from {
    transform: scale(0, 1);
    transform-origin: right top;
  }
  to {
    transform: scale(1, 1);
    transform-origin: right top;
  }
}
@keyframes shutter2_rl_2 {
  from {
    transform: scale(1, 1);
    transform-origin: left top;
  }
  to {
    transform: scale(0, 1);
    transform-origin: left top;
  }
}
@keyframes shutter2_contents {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

/*# sourceMappingURL=module.css.map */
