@charset "UTF-8";
/* 変数
--------------------------------- */
/* 画面サイズ
--------------------------------- */
/* ホバー用メディアクエリ
--------------------------------- */
/* メディアクエリ調整関数
--------------------------------- */
.header-1 {
  position: relative;
  width: 100%;
  margin-bottom: 2.4rem;
  padding: 1.1rem 1rem 1.3rem 1.6rem;
  font-size: 1.8rem;
  font-weight: 600;
  background-color: #fff;
}
.header-1.header-1__white {
  color: #506a8e;
}
.header-1.header-1__white_2 {
  color: #5389a6;
}
.header-1.header-1__byellow {
  color: #9C8032;
}
.header-1.header-1__navy {
  color: #ffffff;
  background-color: #5389a6;
}
.header-1 .btn-more {
  position: absolute;
  top: 50%;
  right: 1.6rem;
  transform: translateY(-50%);
  display: inline-block;
  width: fit-content;
  margin-left: auto;
}
.header-1 .btn-more a {
  display: block;
  padding: 0.5rem 1.4rem 0.7rem;
  font-size: 1.2rem;
  font-weight: 400;
  color: #fff;
  line-height: 1;
  background-color: #5389a6;
  border: 0.1rem solid #5389a6;
  border-radius: 1rem;
  transition: all 0.3s;
}
@media (hover: hover) {
  .header-1 .btn-more a:hover {
    color: #5389a6;
    background-color: #fff;
  }
}
.header-1 .btn-more.bg-byellow a {
  background-color: #9C8032;
  border-color: #9C8032;
  transition: all 0.3s;
}
@media (hover: hover) {
  .header-1 .btn-more.bg-byellow a:hover {
    color: #9C8032;
    background-color: #fff;
  }
}

.info-list {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  column-gap: 2rem;
  width: 100%;
  padding: 1.4rem 1.6rem 1.2rem 1.6rem;
  background-color: #ffffff;
  box-sizing: border-box;
}
.info-list:not(:last-child) {
  margin-bottom: 1.6rem;
}
.info-list figure {
  flex-shrink: 0;
  width: 14.5vw;
  height: 14.5vw;
  max-width: 160px;
  max-height: 160px;
  margin: 0;
}
.info-list figure a {
  display: block;
}
.info-list figure img {
  display: block;
  width: 14.5vw;
  height: 14.5vw;
  max-width: 160px;
  max-height: 160px;
  object-fit: cover;
}
.info-list > div {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.info-list > div p a, .info-list > div h1 a, .info-list > div h3 a {
  width: auto;
}
.info-list p {
  width: 18%;
  height: 3rem;
  text-align: center;
  background-color: #9C8032;
}
.info-list p a {
  width: auto;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 3rem;
  color: #ffffff;
}
.info-list h1 {
  margin: 1rem auto 1rem 0;
  font-size: 1.6rem;
}
.info-list h3 {
  margin: 0 auto 0 0;
  font-size: 1.2rem;
  font-weight: 500;
}

@media (max-width: 767px) {
  .info-list {
    column-gap: min(1.2rem, 16.8px);
    width: 100%;
    padding: min(1.4rem, 19.6px) min(1.6rem, 22.4px) min(1.2rem, 16.8px) min(1.6rem, 22.4px);
  }
  .info-list:not(:last-child) {
    margin-bottom: min(1.6rem, 22.4px);
  }
  .info-list figure {
    width: 23vw;
    height: 23vw;
    margin: 0;
  }
  .info-list figure a {
    display: block;
    height: 100%;
  }
  .info-list figure img {
    width: 100%;
    height: 100%;
  }
  .info-list > div {
    display: flex;
    flex-direction: column;
    width: calc(100% - 23vw - min(1.2rem, 16.8px));
  }
  .info-list > div p a, .info-list > div h1 a, .info-list > div h3 a {
    width: auto;
  }
  .info-list p {
    width: fit-content;
    height: min(3rem, 42px);
  }
  .info-list p a {
    padding: min(0.2rem, 2.8px) min(1.6rem, 22.4px) min(0.3rem, 4.2px);
    font-size: min(1.1rem, 17px);
    line-height: min(3rem, 45px);
  }
  .info-list h1 {
    margin: min(1rem, 14px) auto min(1rem, 14px) 0;
    font-size: min(1.6rem, 22.4px);
  }
  .info-list h3 {
    font-size: min(1.2rem, 16.8px);
  }
}
.pagenation {
  margin: 0 auto;
}
.pagenation ul {
  display: flex;
  justify-content: center;
  column-gap: 0.8rem;
  padding-left: 0;
}
.pagenation ul li a,
.pagenation ul li .current {
  display: block;
  padding: 0.6rem 1.5rem;
}
.pagenation ul li a {
  background-color: #dadada;
}

.pagenation_color_yellow .current {
  color: #ffffff;
  background-color: #B49F64;
}

.news_blocks {
  margin-bottom: 6rem;
  padding: 1.6rem 2rem 6rem;
  background-color: #ffffff;
  font-size: 1.5rem;
  font-weight: 400;
}
.news_blocks .myfigure {
  margin: 0 auto 2rem;
}
.news_blocks h1 {
  margin-bottom: 2rem;
  font-size: 2.6rem;
}
.news_blocks .category_date {
  display: flex;
  justify-content: space-between;
  margin-bottom: 4rem;
  font-size: 1.3rem;
  font-weight: 400;
}
.news_blocks .category_date ul {
  display: flex;
  justify-content: flex-start;
  column-gap: 1rem;
}
.news_blocks .category_date li a {
  display: block;
  padding: 0.3rem 1rem 0.4rem;
  color: #ffffff;
  border-radius: 0.5rem;
  background-color: #5389a6;
}

.navigation {
  width: 90%;
  max-width: 650px;
  margin: 0 auto 24rem;
}
.navigation .nav-links {
  display: flex;
  background-color: #fdfdfd;
  border: 0.1rem solid #dadada;
  font-size: 1.4rem;
  line-height: 1.4;
  --fa_margin: 2.6rem;
}
.navigation .nav-links .nav-previous,
.navigation .nav-links .nav-next {
  position: relative;
  flex-basis: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 50%;
  height: auto;
  border-right: 0.1rem solid #dadada;
}
.navigation .nav-links .nav-previous a,
.navigation .nav-links .nav-next a {
  display: block;
  width: 100%;
}
.navigation .nav-links .nav-previous a {
  padding: 1.2rem 3.6rem 1.2rem 6rem;
  text-align: left;
}
.navigation .nav-links .nav-previous i {
  position: absolute;
  top: 50%;
  left: var(--fa_margin);
  transform: translateY(-50%);
}
.navigation .nav-links .nav-next {
  border-left: 0.1rem solid #dadada;
}
.navigation .nav-links .nav-next a {
  padding: 1.2rem 6rem 1.2rem 3.6rem;
  text-align: right;
}
.navigation .nav-links .nav-next i {
  position: absolute;
  top: 50%;
  right: var(--fa_margin);
  transform: translateY(-50%);
}