@charset "UTF-8";
@font-face {
  font-family: "PlayfairDisplay-Medium";
  src: url(/fonts/PlayfairDisplay/PlayfairDisplay-Medium.woff) format("woff");
  font-display: swap;
}
@font-face {
  font-family: "ZenKakuGothicNew-Bold";
  src: url(/fonts/ZenKakuGothicNew/ZenKakuGothicNew-Bold.woff) format("woff");
  font-display: swap;
}
@font-face {
  font-family: "ZenKakuGothicNew-Medium";
  src: url(/fonts/ZenKakuGothicNew/ZenKakuGothicNew-Medium.woff) format("woff");
  font-display: swap;
}
@font-face {
  font-family: "ZenKakuGothicNew-Regular";
  src: url(/fonts/ZenKakuGothicNew/ZenKakuGothicNew-Regular.woff) format("woff");
  font-display: swap;
}
@font-face {
  font-family: "ZenOldMincho-Bold";
  src: url(/fonts/ZenOldMincho/ZenOldMincho-Bold.woff) format("woff");
  font-display: swap;
}
@font-face {
  font-family: "ZenOldMincho-Regular";
  src: url(/fonts/ZenOldMincho/ZenOldMincho-Regular.woff) format("woff");
  font-display: swap;
}
/*16*1.75/2*/
/*======*/
/* 共通 */
/*======*/
/* PC/CT出し分け
------------------------------ */
@media (min-width: 1024px) {
  .t-sp {
    display: none !important;
  }
}
@media (max-width: 1023px) {
  .t-pc {
    display: none !important;
  }
}
/* PC/SP出し分け
------------------------------ */
@media (min-width: 768px) {
  .sp {
    display: none !important;
  }
}
@media (max-width: 767px) {
  .pc {
    display: none !important;
  }
}
/* 共通アニメーション
------------------------------ */
.animate {
  opacity: 0;
}

.fadein {
  -webkit-animation: fade-in 1s cubic-bezier(0.39, 0.575, 0.565, 1) 0.5s both;
          animation: fade-in 1s cubic-bezier(0.39, 0.575, 0.565, 1) 0.5s both;
}

.fade-in-bottom {
  -webkit-animation: fade-in-bottom 0.6s cubic-bezier(0.39, 0.575, 0.565, 1) both;
          animation: fade-in-bottom 0.6s cubic-bezier(0.39, 0.575, 0.565, 1) both;
}

.fade-in-bottom02 {
  -webkit-animation: fade-in-bottom02 0.6s cubic-bezier(0.39, 0.575, 0.565, 1) 0.3s both;
          animation: fade-in-bottom02 0.6s cubic-bezier(0.39, 0.575, 0.565, 1) 0.3s both;
}

.fade-in-left {
  -webkit-animation: fade-in-left 0.6s cubic-bezier(0.39, 0.575, 0.565, 1) both;
          animation: fade-in-left 0.6s cubic-bezier(0.39, 0.575, 0.565, 1) both;
}

.fade-in-right {
  -webkit-animation: fade-in-right 0.6s cubic-bezier(0.39, 0.575, 0.565, 1) both;
          animation: fade-in-right 0.6s cubic-bezier(0.39, 0.575, 0.565, 1) both;
}

@-webkit-keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes fade-in-bottom {
  0% {
    transform: translateY(50px);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes fade-in-bottom {
  0% {
    transform: translateY(50px);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
@-webkit-keyframes fade-in-bottom02 {
  0% {
    transform: translateY(50px);
    opacity: 0;
    filter: blur(8px);
  }
  100% {
    transform: translateY(0);
    opacity: 1;
    filter: blur(0);
  }
}
@keyframes fade-in-bottom02 {
  0% {
    transform: translateY(50px);
    opacity: 0;
    filter: blur(8px);
  }
  100% {
    transform: translateY(0);
    opacity: 1;
    filter: blur(0);
  }
}
@-webkit-keyframes fade-in-left {
  0% {
    transform: translateX(-50px);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}
@keyframes fade-in-left {
  0% {
    transform: translateX(-50px);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}
@-webkit-keyframes fade-in-right {
  0% {
    transform: translateX(50px);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}
@keyframes fade-in-right {
  0% {
    transform: translateX(50px);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}
/* レイアウト
-----------------------------------*/
body {
  height: 100%;
}

section .contents {
  width: 86%;
  max-width: 1200px;
  margin: 0 auto;
}
@media (max-width: 767px) {
  section .contents {
    width: 90%;
  }
}

section .contents p,
section .contents ul,
section .contents ol {
  margin-bottom: 1em;
}

/* フォーム
-----------------------------------*/
input[type=text],
input[type=email],
input[type=tel],
textarea {
  width: 100%;
  padding: 8px;
  font-size: 16px;
}

input[type=date],
select {
  max-width: 100%;
  padding: 8px;
  font-size: 16px;
}

/* iOSでのデフォルトスタイルをリセット */
input[type=submit],
input[type=button],
button {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  -moz-appearance: button;
       appearance: button;
  border: none;
  box-sizing: border-box;
  font-family: "ZenKakuGothicNew-Regular", sans-serif;
  font-size: 16px;
  cursor: pointer;
}

input[type=submit]::-webkit-search-decoration,
input[type=button]::-webkit-search-decoration {
  display: none;
}

input[type=submit]::focus,
input[type=button]::focus {
  outline-offset: -2px;
}

/* パンくず
-----------------------------------*/
.b-nv {
  width: 86%;
  max-width: 1200px;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .b-nv {
    display: none;
  }
}
.b-nv ul {
  display: flex;
  justify-content: flex-start;
  padding: 16px 0;
}
.b-nv ul li {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-right: 8px;
  line-height: 1;
}
.b-nv ul li a {
  margin-right: 8px;
}
.b-nv ul li::after {
  content: "";
  display: block;
  border-color: #333;
  border-style: solid;
  border-width: 0 1px 1px 0;
  height: 8px;
  vertical-align: middle;
  width: 8px;
  transform: rotate(-45deg);
}
.b-nv ul li:last-child::after {
  content: none;
}

/* タイトル
-----------------------------------*/
.title-area {
  position: relative;
  height: 480px;
  background: url(/images/common/title_bg01.jpg) no-repeat;
  background-size: cover;
  background-position: center;
}
@media (max-width: 767px) {
  .title-area {
    margin-top: 304px;
    height: 320px;
    background-image: url(/images/common/title_bg01_sp.jpg);
  }
}
.title-area .heading-title {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  margin-bottom: 0;
  color: #295641;
  font-size: 48px;
  font-family: "ZenOldMincho-Bold", sans-serif;
  line-height: 1;
  text-align: center;
}
@media (max-width: 767px) {
  .title-area .heading-title {
    font-size: 24px;
  }
}
.title-area .heading-title span {
  display: block;
  margin-top: 32px;
  color: #A49982;
  font-size: 24px;
  font-family: "PlayfairDisplay-Medium", sans-serif;
}
@media (max-width: 767px) {
  .title-area .heading-title span {
    margin-top: 16px;
    font-size: 12px;
  }
}

.heading01 {
  margin: 88px 0 32px;
  font-size: 32px;
  font-family: "ZenOldMincho-Bold", sans-serif;
  line-height: 1;
}
@media (max-width: 767px) {
  .heading01 {
    margin: 40px 0 28px;
    font-size: 20px;
  }
}
.heading01 span {
  position: relative;
  display: inline-block;
  padding-left: 44px;
}
@media (max-width: 767px) {
  .heading01 span {
    padding-left: 24px;
  }
}
.heading01 span::before {
  content: "";
  position: absolute;
  top: 6px;
  left: 4px;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: #C2E2E0;
  background: linear-gradient(135deg, #C2E2E0 0%, #74A79A 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr=$start-color+"", endColorstr=$end-color+"",GradientType=1 );
}
@media (max-width: 767px) {
  .heading01 span::before {
    top: 2px;
    left: 0;
    width: 16px;
    height: 16px;
  }
}

.heading02 {
  margin: 40px 0 24px;
  font-size: 24px;
  font-family: "ZenOldMincho-Bold", sans-serif;
  line-height: 1.2;
}
@media (max-width: 767px) {
  .heading02 {
    margin: 32px 0 16px;
    font-size: 18px;
  }
}

.heading03 {
  margin: 32px 0 16px;
  font-size: 20px;
  font-family: "ZenKakuGothicNew-Bold", sans-serif;
  line-height: 1.3;
}
@media (max-width: 767px) {
  .heading03 {
    margin: 24px 0 16px;
    font-size: 18px;
  }
}

.heading04 {
  margin: 24px 0 16px;
  font-size: 18px;
  font-family: "ZenKakuGothicNew-Bold", sans-serif;
  line-height: 1.3;
}
@media (max-width: 767px) {
  .heading04 {
    margin: 16px 0;
    font-size: 16px;
  }
}

/* リンクテキスト（リンク共通の記載があれば）
-----------------------------------*/
.link {
  color: #4A737C;
  text-decoration: underline;
  transition: 0.5s all;
}
.link:hover {
  opacity: 1;
  text-decoration: none;
  color: #90D2DD;
}

.link-next {
  position: relative;
  padding-right: 16px;
  color: #4A737C;
  text-decoration: underline;
  transition: 0.5s all;
}
.link-next::after {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -4px;
  border-color: #333;
  border-style: solid;
  border-width: 0 2px 2px 0;
  height: 8px;
  vertical-align: middle;
  width: 8px;
  transform: rotate(-45deg);
}
.link-next:hover {
  opacity: 1;
  text-decoration: none;
  color: #90D2DD;
}

.link-other {
  position: relative;
  padding-right: 32px;
  color: #4A737C;
  text-decoration: underline;
  transition: 0.5s all;
}
.link-other::after {
  content: "";
  display: block;
  position: absolute;
  width: 20px;
  height: 20px;
  right: 0;
  top: 50%;
  margin-top: -10px;
  background: url(/images/common/link_other_ic01.svg) no-repeat;
  background-size: 100% auto;
}
.link-other:hover {
  opacity: 1;
  text-decoration: none;
  color: #90D2DD;
}

/* リンクボタン
-----------------------------------*/
.com-bt {
  position: relative;
  display: inline-block;
  min-width: 320px;
  padding: 0 32px;
  border: 1px solid #000;
  background-color: #FFF;
  font-size: 20px;
  font-family: "ZenOldMincho-Bold", sans-serif;
  line-height: 70px;
  text-align: center;
  vertical-align: top;
  transition: 0.5s all;
}
@media (max-width: 767px) {
  .com-bt {
    display: block;
    min-width: initial;
    max-width: 280px;
    margin: 0 auto;
    font-size: 16px;
    line-height: 61px;
  }
}
.com-bt::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  background: rgba(237, 244, 244, 0.7);
  transition: 0.5s all;
  pointer-events: none;
}
.com-bt .arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background-color: #000;
  transition: 0.5s all;
}
@media (max-width: 767px) {
  .com-bt .arrow {
    width: 28px;
    height: 28px;
  }
}
.com-bt .arrow::after {
  content: "";
  position: absolute;
  top: 50%;
  z-index: 2;
  display: block;
  margin-top: -4px;
  transition: 0.5s all;
}
.com-bt.next {
  position: relative;
}
.com-bt.next .arrow {
  right: -8px;
}
.com-bt.next .arrow::after {
  right: 14px;
  border-color: #FFF;
  border-style: solid;
  border-width: 0 1px 1px 0;
  height: 8px;
  vertical-align: middle;
  width: 8px;
  transform: rotate(-45deg);
}
@media (max-width: 767px) {
  .com-bt.next .arrow::after {
    right: 12px;
    border-color: #FFF;
    border-style: solid;
    border-width: 0 1px 1px 0;
    height: 7px;
    vertical-align: middle;
    width: 7px;
    transform: rotate(-45deg);
  }
}
.com-bt.next:hover .arrow {
  opacity: 1;
  right: -24px;
}
@media (max-width: 767px) {
  .com-bt.next:hover .arrow {
    right: -16px;
  }
}
.com-bt.prev {
  position: relative;
}
.com-bt.prev .arrow {
  left: -8px;
}
.com-bt.prev .arrow::after {
  left: 14px;
  border-color: #FFF;
  border-style: solid;
  border-width: 0 1px 1px 0;
  height: 8px;
  vertical-align: middle;
  width: 8px;
  transform: rotate(135deg);
}
@media (max-width: 767px) {
  .com-bt.prev .arrow::after {
    left: 12px;
    border-color: #FFF;
    border-style: solid;
    border-width: 0 1px 1px 0;
    height: 7px;
    vertical-align: middle;
    width: 7px;
    transform: rotate(135deg);
  }
}
.com-bt.prev:hover .arrow {
  left: -24px;
}
@media (max-width: 767px) {
  .com-bt.prev:hover .arrow {
    left: -16px;
  }
}
.com-bt > input {
  display: block;
  width: 100%;
  padding: 0 32px;
  background-color: #FFF;
  color: #000;
  font-size: 20px;
  font-family: "ZenOldMincho-Bold", sans-serif;
  text-align: center;
  line-height: 70px;
  transition: 0.5s all;
}
@media (max-width: 767px) {
  .com-bt > input {
    font-size: 16px;
    line-height: 61px;
  }
}
.com-bt > input:hover {
  opacity: 1;
  color: #333;
}
.com-bt:hover {
  opacity: 1;
  color: #333;
  text-decoration: none;
}
.com-bt:hover::before {
  opacity: 1;
}

/* input指定の際の調整 */
span.com-bt {
  padding: 0;
}

button.com-bt {
  min-width: 320px;
  padding: 0 32px;
  border: 1px solid #000;
  font-size: 20px;
  font-family: "ZenOldMincho-Bold", sans-serif;
  line-height: 70px;
  cursor: pointer;
  text-align: center;
}
@media (max-width: 767px) {
  button.com-bt {
    min-width: initial;
    max-width: 280px;
    width: 100%;
    font-size: 16px;
    line-height: 61px;
  }
}

/*============*/
/* 共通・汎用 */
/*============*/
/* 段落
-----------------------------------*/
/* ぶら下げインデント */
.indent {
  margin-left: 1em;
  text-indent: -1em;
}

/* 汎用カラム
-----------------------------------*/
.row:after {
  content: "";
  clear: both;
  display: block;
}

.multicolumn,
.multilist {
  overflow: hidden !important;
}

.multicolumn-left {
  float: left;
}

.multicolumn-right {
  float: right;
}

.multilist li {
  float: left;
}

/* ボックス
-----------------------------------*/
.com-box {
  margin: 64px 0;
  padding: 32px 48px;
  background: rgba(0, 0, 0, 0.5);
  color: #FFF;
}
@media (max-width: 767px) {
  .com-box {
    padding: 32px 16px;
  }
}
.com-box p {
  margin-bottom: 0 !important;
}

/* 横並び
-----------------------------------*/
.com-wrap {
  display: flex;
  justify-content: space-between;
  margin-bottom: 80px;
}
.com-wrap .img {
  width: 48%;
}
.com-wrap .txt {
  width: 48%;
}
.com-wrap.txt-left {
  flex-direction: row-reverse;
}

/* 横並びリスト
-----------------------------------*/
.list-col2,
.list-col3,
.list-col4 {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}

.list-col2 li {
  width: 48%;
  margin-bottom: 24px;
}
.list-col2 li:nth-child(even) {
  margin-left: 4%;
}

.list-col3 li {
  width: 32%;
  margin-bottom: 16px;
  margin-right: 2%;
}
.list-col3 li:nth-child(3n) {
  margin-right: 0;
}

.list-col4 li {
  width: 24%;
  margin-bottom: 16px;
  margin-right: 1.333%;
}
.list-col4 li:nth-child(4n) {
  margin-right: 0;
}

.com-list2 {
  display: flex;
  justify-content: center;
  -moz-column-gap: 6%;
       column-gap: 6%; /*72/1200*/
  margin: 40px 0 !important;
}
@media (max-width: 767px) {
  .com-list2 {
    display: block;
    margin: 20px 0 !important;
  }
}
.com-list2 li {
  width: 47%; /*564/1200*/
}
@media (max-width: 767px) {
  .com-list2 li {
    width: 100%;
    margin-bottom: 20px;
    text-align: center;
  }
}
@media (max-width: 767px) {
  .com-list2 li:last-child {
    margin-bottom: 0;
  }
}

.com-list3 {
  display: flex;
  justify-content: center;
  -moz-column-gap: 4.375%;
       column-gap: 4.375%; /*52.5/1200*/
  margin: 40px 0 !important;
}
@media (max-width: 767px) {
  .com-list3 {
    display: block;
    margin: 20px 0 !important;
  }
}
.com-list3 li {
  width: 30.416%; /*365/1200*/
}
@media (max-width: 767px) {
  .com-list3 li {
    width: 77.611%; /*520/670*/
    margin: 0 auto 20px;
    text-align: center;
  }
}
@media (max-width: 767px) {
  .com-list3 li:last-child {
    margin-bottom: 0;
  }
}

/* タブ切り替え
-----------------------------------*/
[role=tablist] button {
  cursor: pointer;
}
[role=tablist] button:focus-visible {
  outline: none;
}
.tabPanels [aria-hidden=true] {
  display: none;
}
.tabPanels [aria-hidden=false] {
  display: block;
}

/* アコーディオン
-----------------------------------*/
.ac-panel[aria-hidden] {
  display: none;
}
.ac-panel[aria-hidden=false] {
  display: block;
}

.tab-area01 {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  gap: 0 8px;
}
.tab-area01 button {
  padding: 8px 16px;
  background-color: #CCC;
  line-height: 1;
}
.tab-area01 button:hover, .tab-area01 button[aria-selected=true] {
  background-color: #AAA;
}

.tab-panel01 > * {
  padding: 24px;
  border: 1px solid #AAA;
}

/* アコーディオン体裁　*/
.ac-menu {
  margin-top: 32px;
}
@media (max-width: 767px) {
  .ac-menu {
    margin-top: 24px;
  }
}
.ac-menu button {
  position: relative;
  width: 100%;
  padding: 8px 16px;
  border: 1px solid #CCC;
  background-color: transparent;
  line-height: 1.3;
  text-align: left;
  cursor: pointer;
}
.ac-menu button::after {
  content: "";
  position: absolute;
  right: 16px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 16px calc(24px / 2) 0 calc(24px / 2);
  border-color: #DDD transparent transparent transparent;
}
.ac-menu.open button::after {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 calc(24px / 2) 16px calc(24px / 2);
  border-color: transparent transparent #DDD transparent;
}

.ac-cts {
  display: none;
  padding: 16px 24px;
  background-color: #CCC;
}
@media (max-width: 767px) {
  .ac-cts {
    padding: 16px;
  }
}

/* カラム幅
-----------------------------------*/
.w1000 {
  width: 1000px;
}

/* リスト、アイコン
-----------------------------------*/
/* リスト（デフォルト） */
.list-df {
  margin-left: 23px;
  list-style: disc;
}

/* リスト（ドット） */
.list-dot li {
  padding-left: 1em;
}

.list-dot li:before {
  content: "・";
  margin-left: -1em;
}

/* リスト（数字） */
.list-num li {
  margin-left: 30px;
}

/* テーブル
-----------------------------------*/
/* 幅 */
col.colw05 {
  width: 5%;
}

col.colw10 {
  width: 10%;
}

col.colw15 {
  width: 15%;
}

col.colw20 {
  width: 20%;
}

col.colw25 {
  width: 25%;
}

col.colw30 {
  width: 30%;
}

col.colw35 {
  width: 35%;
}

col.colw40 {
  width: 40%;
}

col.colw45 {
  width: 45%;
}

col.colw50 {
  width: 50%;
}

/* テーブル */
.table {
  width: 100%;
  margin-bottom: 1em;
  border-top: solid 1px #DAE8E8;
  border-collapse: collapse;
  border-spacing: 0;
}
.table th {
  width: 290px;
  padding: 24px 32px;
  border-bottom: solid 1px #DAE8E8;
  color: #4A737C;
  font-family: "ZenKakuGothicNew-Bold", sans-serif;
}
@media (max-width: 767px) {
  .table th {
    display: block;
    width: 100%;
    padding: 24px 0;
    border-bottom: none;
  }
}
.table td {
  width: calc(100% - 290px);
  padding: 24px 40px 24px 0;
  border-bottom: solid 1px #DAE8E8;
}
@media (max-width: 767px) {
  .table td {
    display: block;
    width: 100%;
    padding: 0 0 24px;
  }
}

/* ニュース一覧
-----------------------------------*/
.list-news {
  display: flex;
  flex-wrap: wrap;
  gap: 56px 6.625%; /*79.5/1200*/
}
@media (max-width: 1023px) {
  .list-news {
    gap: 56px 10.335%; /*80/774*/
    max-width: 774px;
    margin: 0 auto;
  }
}
@media (max-width: 767px) {
  .list-news {
    display: block;
  }
}
.list-news li {
  width: 28.916%; /*347/1200*/
}
@media (max-width: 1023px) {
  .list-news li {
    width: 44.832%; /*347/774*/
  }
}
@media (max-width: 767px) {
  .list-news li {
    width: 100%;
    margin-bottom: 40px;
  }
}
.list-news li a {
  display: block;
  transition: 0.5s all;
}
.list-news li a .img-wrap {
  position: relative;
}
.list-news li a .img-wrap .img {
  position: relative;
  z-index: 0;
  padding-bottom: 74.927%; /*260/347*/
}
@media (max-width: 767px) {
  .list-news li a .img-wrap .img {
    padding-bottom: 75%; /*420/520*/
  }
}
.list-news li a .img-wrap .img img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transform-origin: top left;
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
  max-height: -webkit-max-content;
  max-height: -moz-max-content;
  max-height: max-content;
  width: 100%;
  height: 100%;
  -o-object-fit: scale-down;
     object-fit: scale-down;
  -o-object-position: center;
     object-position: center;
  transition: 0.5s all;
}
.list-news li a .img-wrap .tag {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: -24px;
  margin-left: 8px;
}
@media (max-width: 767px) {
  .list-news li a .img-wrap .tag {
    gap: 4px;
  }
}
.list-news li a .img-wrap .tag span {
  display: inline-block;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  padding: 4px 16px;
  border-radius: 12px;
  color: #FFF;
  font-size: 18px;
  text-align: center;
}
@media (max-width: 767px) {
  .list-news li a .img-wrap .tag span {
    padding: 4px 12px;
    font-size: 14px;
  }
}
.list-news li a .img-wrap .tag span.kako {
  background-color: #295641;
}
.list-news li a .img-wrap .tag span.mirai {
  background-color: #A49982;
}
.list-news li a .img-wrap .tag span.tiiki {
  background-color: #8F2D12;
}
.list-news li a .img-wrap .tag span.sekai {
  background-color: #74A79A;
}
.list-news li a .img-wrap .status {
  position: absolute;
  top: 8px;
  left: 8px;
  max-width: 96px;
  width: 100%;
}
@media (max-width: 767px) {
  .list-news li a .img-wrap .status {
    max-width: 80px;
  }
}
.list-news li a .img-wrap .status span {
  display: block;
  width: 100%;
  padding: 8px 0;
  background-color: #FFF;
  font-size: 18px;
  font-family: "ZenOldMincho-Bold", sans-serif;
  text-align: center;
  line-height: 1;
}
@media (max-width: 767px) {
  .list-news li a .img-wrap .status span {
    padding: 6px 0;
    font-size: 14px;
  }
}
.list-news li a .img-wrap .status span.boshu-open {
  border: 2px solid #8F2D12;
  color: #8F2D12;
}
.list-news li a .img-wrap .status span.boshu-close {
  border: 2px solid #295641;
  color: #295641;
}
.list-news li a .img-wrap .status span.event-end {
  border: 2px solid #6A6464;
  color: #6A6464;
}
.list-news li a .img-wrap.end .img img {
  opacity: 0.35;
}
.list-news li a .title {
  color: #000;
  font-size: 24px;
  word-wrap: break-word;
  line-height: 1.3;
}
@media (max-width: 767px) {
  .list-news li a .title {
    font-size: 16px;
  }
}
.list-news li a .category {
  margin: 8px 0;
  font-size: 18px;
}
@media (max-width: 767px) {
  .list-news li a .category {
    font-size: 14px;
  }
}
.list-news li a:hover {
  opacity: 0.7;
  text-decoration: none;
  color: #333;
}
.list-news li a:hover img {
  opacity: 1;
}
@media (max-width: 767px) {
  .list-news li:last-child {
    margin-bottom: 0;
  }
}

/* WPページャー
-----------------------------------*/
.wp-pagenavi {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 64px 0;
  font-family: "ZenKakuGothicNew-Bold", sans-serif;
  text-align: center;
}
@media (max-width: 767px) {
  .wp-pagenavi {
    padding: 64px 0;
  }
}
.wp-pagenavi > a,
.wp-pagenavi > span.current {
  position: relative;
  display: inline-block;
  width: 40px;
  margin: 0 8px;
  border: 1px solid #000;
  border-radius: 50%;
  color: #333;
  font-size: 18px;
  line-height: 38px;
  transition: 0.5s all;
}
@media (max-width: 767px) {
  .wp-pagenavi > a,
.wp-pagenavi > span.current {
    width: 35px;
    font-size: 16px;
    line-height: 33px;
  }
}
.wp-pagenavi > a::after,
.wp-pagenavi > span.current::after {
  content: "";
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: -1;
  transform: translate(-50%, -50%);
  width: calc(100% + 4px);
  height: calc(100% + 4px);
  border-radius: 50%;
  background: #C2E2E0;
  background: linear-gradient(135deg, #C2E2E0 0%, #74A79A 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr=$start-color+"", endColorstr=$end-color+"",GradientType=1 );
  transition: 0.5s all;
}
.wp-pagenavi > span.current {
  width: 48px;
  line-height: 46px;
}
@media (max-width: 767px) {
  .wp-pagenavi > span.current {
    width: 42px;
    line-height: 40px;
  }
}
.wp-pagenavi > a:hover,
.wp-pagenavi > span.current {
  border-color: transparent;
  text-decoration: none;
  color: #333;
}
.wp-pagenavi > a:hover::after,
.wp-pagenavi > span.current::after {
  opacity: 1;
}
.wp-pagenavi .previouspostslink,
.wp-pagenavi .nextpostslink {
  position: relative;
  width: 40px;
  height: 40px;
  background: #000;
  transition: 0.5s all;
}
@media (max-width: 767px) {
  .wp-pagenavi .previouspostslink,
.wp-pagenavi .nextpostslink {
    width: 35px;
    height: 35px;
  }
}
.wp-pagenavi .previouspostslink::before,
.wp-pagenavi .nextpostslink::before {
  content: "";
  position: absolute;
  top: 50%;
  z-index: 2;
  display: block;
  margin-top: -4px;
}
@media (max-width: 767px) {
  .wp-pagenavi .previouspostslink::before,
.wp-pagenavi .nextpostslink::before {
    margin-top: -5px;
  }
}
.wp-pagenavi .previouspostslink::before {
  right: 12px;
  border-color: #FFF;
  border-style: solid;
  border-width: 0 1px 1px 0;
  height: 8px;
  vertical-align: middle;
  width: 8px;
  transform: rotate(135deg);
}
@media (max-width: 767px) {
  .wp-pagenavi .previouspostslink::before {
    right: 10px;
  }
}
.wp-pagenavi .nextpostslink::before {
  left: 12px;
  border-color: #FFF;
  border-style: solid;
  border-width: 0 1px 1px 0;
  height: 8px;
  vertical-align: middle;
  width: 8px;
  transform: rotate(-45deg);
}
@media (max-width: 767px) {
  .wp-pagenavi .nextpostslink::before {
    left: 10px;
  }
}

/* 投稿記事 タイトル
-----------------------------------*/
.entry-detail .entry-header {
  margin-top: 120px;
}
@media (max-width: 767px) {
  .entry-detail .entry-header {
    margin-top: 64px;
  }
}
.entry-detail .entry-header .status {
  max-width: 207px;
  width: 100%;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .entry-detail .entry-header .status {
    max-width: 120px;
  }
}
.entry-detail .entry-header .status span {
  display: block;
  width: 100%;
  padding: 12px 0;
  background-color: #FFF;
  font-size: 32px;
  font-family: "ZenOldMincho-Bold", sans-serif;
  text-align: center;
  line-height: 1;
}
@media (max-width: 767px) {
  .entry-detail .entry-header .status span {
    padding: 8px 0;
    font-size: 21px;
  }
}
.entry-detail .entry-header .status span.boshu-open {
  border: 2px solid #8F2D12;
  color: #8F2D12;
}
.entry-detail .entry-header .status span.boshu-close {
  border: 2px solid #295641;
  color: #295641;
}
.entry-detail .entry-header .status span.event-end {
  border: 2px solid #6A6464;
  color: #6A6464;
}
.entry-detail .entry-header .entry-title {
  margin: 32px 0;
  font-size: 32px;
  line-height: 1.3;
  font-family: "ZenOldMincho-Bold", sans-serif;
  text-align: center;
}
@media (max-width: 767px) {
  .entry-detail .entry-header .entry-title {
    margin: 24px 0;
    font-size: 21px;
  }
}
.entry-detail .entry-header .heading-title {
  margin-bottom: 32px;
  font-size: 40px;
  line-height: 1.3;
  font-family: "ZenOldMincho-Bold", sans-serif;
  text-align: center;
}
@media (max-width: 767px) {
  .entry-detail .entry-header .heading-title {
    margin-bottom: 24px;
    font-size: 24px;
  }
}
.entry-detail .entry-header .tag {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 8px;
}
@media (max-width: 767px) {
  .entry-detail .entry-header .tag {
    gap: 4px;
  }
}
.entry-detail .entry-header .tag span {
  display: inline-block;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  padding: 4px 16px;
  border-radius: 12px;
  color: #FFF;
  font-size: 18px;
  text-align: center;
}
@media (max-width: 767px) {
  .entry-detail .entry-header .tag span {
    padding: 4px 12px;
    font-size: 14px;
  }
}
.entry-detail .entry-header .tag span.kako {
  background-color: #295641;
}
.entry-detail .entry-header .tag span.mirai {
  background-color: #A49982;
}
.entry-detail .entry-header .tag span.tiiki {
  background-color: #8F2D12;
}
.entry-detail .entry-header .tag span.sekai {
  background-color: #74A79A;
}
.entry-detail .entry-content {
  padding: 80px 0 0;
  margin: 40px 0 0;
  overflow: hidden;
  word-break: break-all;
  background: url(/images/news/news_border01.svg) no-repeat;
  background-size: 100% auto;
  background-position: top center;
}
@media (max-width: 767px) {
  .entry-detail .entry-content {
    padding: 64px 0 0;
    margin: 32px 0 0;
    background-image: url(/images/news/news_border01_sp.svg);
  }
}
.entry-detail .entry-content .entry-txt {
  margin-bottom: 112px;
}
@media (max-width: 767px) {
  .entry-detail .entry-content .entry-txt {
    margin-bottom: 72px;
  }
}
.entry-detail .entry-content .entry-txt_explanation {
  margin-bottom: 40px;
  font-size: 18px;
}
@media (max-width: 767px) {
  .entry-detail .entry-content .entry-txt_explanation {
    margin-bottom: 32px;
    font-size: 16px;
  }
}
.entry-detail .entry-content .entry-txt_explanation a {
  color: #0096E7;
  text-decoration: underline;
}
.entry-detail .entry-content .entry-txt_explanation a:hover {
  text-decoration: none;
}
.entry-detail .entry-content .entry-txt_img {
  text-align: center;
}
.entry-detail .entry-content.end {
  opacity: 0.35;
}
.entry-detail .btn-area {
  position: relative;
  margin: 120px 0;
  padding: 80px 0;
  text-align: center;
}
@media (max-width: 767px) {
  .entry-detail .btn-area {
    padding: 60px 0;
  }
}
.entry-detail .btn-area::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100vw;
  height: 100%;
  background: #EDF4F4;
}

/* 投稿記事 詳細
-----------------------------------*/
.entry-detail .entry-content {
  /* 投稿画像 */
}
.entry-detail .entry-content .large-img {
  margin: 80px 0;
  text-align: center;
}
@media (max-width: 767px) {
  .entry-detail .entry-content .large-img {
    margin: 40px 0;
  }
}
.entry-detail .entry-content p {
  margin: 1em 0;
}
.entry-detail .entry-content h1 {
  margin: 24px 0 16px;
  font-size: 28px;
  font-family: "ZenKakuGothicNew-Bold", sans-serif;
  line-height: 1.3;
}
@media (max-width: 767px) {
  .entry-detail .entry-content h1 {
    margin: 16px 0 12px;
    font-size: 24px;
  }
}
.entry-detail .entry-content h2 {
  margin: 24px 0 16px;
  font-size: 26px;
  font-family: "ZenKakuGothicNew-Bold", sans-serif;
  line-height: 1.3;
}
@media (max-width: 767px) {
  .entry-detail .entry-content h2 {
    margin: 16px 0 12px;
    font-size: 22px;
  }
}
.entry-detail .entry-content h3 {
  margin: 16px 0;
  font-size: 24px;
  line-height: 1.3;
  font-family: "ZenKakuGothicNew-Bold", sans-serif;
}
@media (max-width: 767px) {
  .entry-detail .entry-content h3 {
    margin: 12px 0;
    font-size: 20px;
  }
}
.entry-detail .entry-content h4 {
  margin: 16px 0;
  font-size: 22px;
  line-height: 1.3;
  font-family: "ZenKakuGothicNew-Bold", sans-serif;
}
@media (max-width: 767px) {
  .entry-detail .entry-content h4 {
    margin: 12px 0;
    font-size: 18px;
  }
}
.entry-detail .entry-content h5 {
  margin: 16px 0;
  font-size: 20px;
  line-height: 1.3;
  font-family: "ZenKakuGothicNew-Bold", sans-serif;
}
@media (max-width: 767px) {
  .entry-detail .entry-content h5 {
    margin: 12px 0;
    font-size: 16px;
  }
}
.entry-detail .entry-content h6 {
  margin: 16px 0;
  font-size: 18px;
  line-height: 1.3;
  font-family: "ZenKakuGothicNew-Bold", sans-serif;
}
@media (max-width: 767px) {
  .entry-detail .entry-content h6 {
    margin: 12px 0;
    font-size: 14px;
  }
}
.entry-detail .entry-content ul {
  margin: 16px 0 16px 32px;
}
.entry-detail .entry-content ul li {
  list-style: disc;
}
.entry-detail .entry-content ol {
  margin: 16px 0 16px 32px;
}
.entry-detail .entry-content blockquote {
  font-style: italic;
  padding: 0 32px;
}
.entry-detail .entry-content blockquote cite,
.entry-detail .entry-content blockquote em,
.entry-detail .entry-content blockquote i {
  font-style: normal;
}
.entry-detail .entry-content table {
  width: 100%;
  margin-bottom: 1em;
  border-collapse: collapse;
  border-spacing: 0;
}
.entry-detail .entry-content table th {
  padding: 16px;
  border: solid 1px #333;
  font-family: "ZenKakuGothicNew-Bold", sans-serif;
  text-align: center;
}
@media (max-width: 767px) {
  .entry-detail .entry-content table th {
    padding: 8px 2px;
    font-size: 12px;
  }
}
.entry-detail .entry-content table td {
  padding: 16px;
  border: solid 1px #333;
}
@media (max-width: 767px) {
  .entry-detail .entry-content table td {
    padding: 8px 2px;
    font-size: 12px;
  }
}
.entry-detail .entry-content .alignleft,
.entry-detail .entry-content img.alignleft {
  display: inline;
  float: left;
  margin-right: 16px;
  margin-top: 4px;
}
.entry-detail .entry-content .alignright,
.entry-detail .entry-content img.alignright {
  display: inline;
  float: right;
  margin-left: 16px;
  margin-top: 4px;
}
.entry-detail .entry-content .aligncenter,
.entry-detail .entry-content img.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.entry-detail .entry-content img.alignleft,
.entry-detail .entry-content img.alignright,
.entry-detail .entry-content img.aligncenter {
  margin-bottom: 16px;
}
.entry-detail .entry-content .wp-caption {
  text-align: center;
}
/*# sourceMappingURL=common.css.map */