@charset "UTF-8";
/* ===========================================
リセットcss
=========================================== */
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
  background-color: transparent;
}

body {
  line-height: 1;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

nav ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

input,
select {
  vertical-align: middle;
  font-family: "UD Shin Go Regular", Avenir, Verdana, Arial, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Roboto, Meiryo, sans-serif;
  font-weight: 400;
}

strong {
  font-family: "UD Shin Go DemiBold";
}

/* ===========================================
初期設定
=========================================== */
html {
  width: 100%;
  height: 100%;
  -webkit-text-size-adjust: 100%;
  overflow-y: scroll;
  /* IE11用 */
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 62.5%;
}

body {
  width: 100%;
  font-family: "UD Shin Go Regular", Avenir, Verdana, Arial, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Roboto, Meiryo, sans-serif;
  font-weight: 400;
  color: #333333;
  background-color: #ffffff;
  line-height: 1.5;
  font-size: 1.6rem;
  font-weight: 400;
  letter-spacing: normal;
  word-spacing: normal;
}

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/* ===========================================
CMSスタイル
=========================================== */
/* html5用 */
article,
aside,
footer,
header,
hgroup,
main,
nav,
section {
  display: block;
}

/* スタイルリセット
============================== */
/* iOSでのデフォルトスタイルをリセット */
input[type=reset],
input[type=submit],
input[type=button] {
  border-radius: 0;
  border: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  cursor: pointer;
  -webkit-appearance: none;
}

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

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

input.fedbt,
input[type=reset],
input[type=button],
input[type=text],
input[type=submit] {
  border-radius: 0;
}

/* プレースホルダー文字色 */
:-moz-placeholder {
  color: #6f6f6f;
}
:-ms-input-placeholder {
  color: #6f6f6f;
}
:placeholder-shown {
  color: #6f6f6f;
}

/* Google Chrome, Safari, Opera 15+, Android, iOS */
::-webkit-input-placeholder {
  color: #6f6f6f;
}

/* Firefox 18- */
:-moz-placeholder {
  color: #6f6f6f;
  opacity: 1;
}

/* Firefox 19+ */
::-moz-placeholder {
  color: #6f6f6f;
  opacity: 1;
}

/* IE 10+ */
:-ms-input-placeholder {
  color: #6f6f6f;
}

a[href],
label[for],
input[type=button],
input[type=submit],
input[type=reset],
input[type=image],
input[type=radio],
input[type=checkbox],
select {
  cursor: pointer;
}

button {
  cursor: pointer;
  padding: 0;
  margin: 0;
  border: none;
  background: none;
  font-family: "UD Shin Go Regular", "Hiragino Kaku Gothic ProN", "Yu Gothic", "Meiryo", sans-serif;
  font-weight: 400;
  -webkit-appearance: none;
  color: inherit;
}

fieldset {
  border: none;
}

address {
  font-style: normal;
}

a img {
  vertical-align: middle;
}

/* ガイダンス系
============================== */
/* noscriptメッセージ */
p.jsmessage {
  background-color: #fff;
  padding: 10px;
  margin: 0;
  color: #000;
}

/* 本文へ移動隠しジャンプ 基本的にjsではなくcssで実装*/
.blockskip {
  padding: 0;
}

.skip {
  width: 1px;
  color: #000000;
  font-size: 0.1%;
  line-height: 0.1;
  background-color: #ffffff;
  position: absolute;
  left: -3000px;
  z-index: 99999;
}

a.skip {
  color: #003377;
  background-color: #ffffff;
  text-align: center;
  padding: 2px 0;
  top: auto;
}

a.skip:active {
  display: block;
  width: 99.99%;
  font-size: 100%;
  line-height: 1.6;
  top: 0;
  left: 0;
}

a.skip:focus {
  display: block;
  width: 99.99%;
  font-size: 100%;
  line-height: 1.6;
  top: 0;
  left: 0;
}

/* スペーサー、ガイダンス、隠しジャンプ */
.blockjump {
  margin: 0;
  padding: 0;
  height: 1px;
  width: 1px;
  position: absolute;
  overflow: hidden;
}

.img-guidance {
  margin: 0 !important;
  padding: 0 !important;
  height: 1px !important;
  width: 1px !important;
  position: absolute;
  overflow: hidden;
}

hr {
  display: none;
}

/* 目隠し見出し用指定 */
img[src="/images/2025_spacer.gif"],
.txtno-display {
  margin: 0;
  padding: 0;
  height: 1px;
  width: 1px;
  position: absolute;
  overflow: hidden;
}

/* コンテンツを視覚的に隠す[スクリーンリーダーからはアクセス可]ページ内リンクのとび先に使用不可 */
.visually-hidden {
  position: absolute;
  white-space: nowrap;
  width: 1px;
  height: 1px;
  overflow: hidden;
  border: 0;
  padding: 0;
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  margin: -1px;
}

/* clearfix */
.clearfix:after {
  content: " ";
  display: block;
  clear: both;
}

/* フォントサイズ
============================== */
h1 {
  font-size: 3.4rem;
  position: relative;
  text-align: left;
  font-family: "UD Shin Go DemiBold";
  font-weight: 700;
}

h2 {
  font-size: 2.4rem;
  position: relative;
  font-family: "UD Shin Go DemiBold";
  font-weight: 700;
}

h3 {
  font-size: 2rem;
  position: relative;
  font-family: "UD Shin Go DemiBold";
  font-weight: 700;
}

h4 {
  font-size: 1.8rem;
  position: relative;
  font-family: "UD Shin Go DemiBold";
  font-weight: 700;
}

h5 {
  font-size: 1.7rem;
  position: relative;
  font-family: "UD Shin Go DemiBold";
  font-weight: 700;
}

h6 {
  font-size: 1.6rem;
}

p,
address,
table,
dt,
dd {
  line-height: 1.5;
  font-size: 1.6rem;
}

li {
  line-height: 1.5;
  font-size: 1.6rem;
}

/* スタイル回り込み解除 */
.t-box,
.t-box2 {
  margin-bottom: 0.85em;
}

.t-box > p,
.t-box2 > p {
  padding-left: 0;
  padding-right: 0;
}

ul {
  list-style: none;
}

ol {
  padding-left: 30px;
  padding-bottom: 0.85em;
  padding-right: 30px;
}

dl {
  margin-bottom: 15px;
}

dt {
  font-family: "UD Shin Go DemiBold";
  font-weight: 700;
}

/* リンク関連
============================== */
/*  通常のリンク色  */
a {
  color: #333333;
}
a:visited {
  color: #800080;
}
@media (hover: hover) {
  a:hover {
    color: #0066cb;
  }
}

a:focus {
  text-decoration: none;
}

/* ページ内リンク下線消し */
a:not([href]) {
  text-decoration: none;
  color: inherit;
  display: inline-block;
  vertical-align: bottom;
}

a:hover:not([href]) {
  color: inherit;
}

/* 英語翻訳したとき振り仮名を消す */
html[lang=en] ruby rt {
  display: none;
}

.main {
  min-width: 1160px;
  background-color: #f5f5ee;
}
@media screen and (max-width:768px) {
  .main {
    min-width: auto;
  }
}

img {
  max-width: 100%;
  height: auto;
}

.pc-only {
  display: block;
}
@media screen and (max-width:768px) {
  .pc-only {
    display: none;
  }
}

.sp-only {
  display: none;
}
@media screen and (max-width:768px) {
  .sp-only {
    display: block;
  }
}

/* ------------------------
    スライダー 
------------------------*/
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

.slick-dots {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0;
  margin: 0;
  gap: 15px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (max-width:768px) {
  .slick-dots {
    width: 100%;
    gap: 8px;
  }
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 14px;
  width: 14px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  border: 0;
  background-color: #ecd0d9;
  display: block;
  height: 14px;
  width: 14px;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
  border-radius: 50%;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
@media screen and (max-width:768px) {
  .slick-dots li button {
    height: 8px;
    width: 8px;
  }
}
.slick-dots li.slick-active button {
  background-color: #c73c86;
}

/* Icons */
@font-face {
  font-family: "slick";
  src: url("./fonts/slick.eot");
  src: url("./fonts/slick.eot?#iefix") format("embedded-opentype"), url("./fonts/slick.woff") format("woff"), url("./fonts/slick.ttf") format("truetype"), url("./fonts/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal;
}
@media print {
  body {
    -webkit-print-color-adjust: exact;
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
    overflow: visible !important;
  }
  .pagetop {
    display: none;
  }
}
.container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  max-width: 1280px;
  min-width: 1160px;
  margin: 0 auto;
}
@media screen and (max-width:768px) {
  .container {
    max-width: none;
    min-width: auto;
  }
}

.container__inner {
  position: relative;
  width: 1120px;
  margin: 80px 0 24px;
  padding: 24px 20px 80px;
  background-color: #ffffff;
  border-radius: 16px;
}
@media screen and (max-width:768px) {
  .container__inner {
    width: calc(100% - 40px);
    margin: 80px 20px;
    padding: 10px 10px 24px;
  }
}
.container__inner--nonav {
  margin: 80px 0 100px;
}
@media screen and (max-width:768px) {
  .container__inner--nonav {
    margin: 80px 20px 90px;
  }
}

.pagenumber {
  position: absolute;
  top: -33px;
  right: 0;
  background-color: #ffffff;
  border: 1px solid #c2c2c2;
  border-radius: 40px;
  padding: 1px 8px;
  font-size: 1.4rem;
}

.header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  min-width: 1160px;
  margin: 0 auto;
}
@media screen and (max-width:768px) {
  .header {
    max-width: none;
    min-width: auto;
    height: 56px;
  }
}

.header__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
}
@media screen and (max-width:768px) {
  .header__inner {
    width: 100%;
    min-width: auto;
  }
}

.header__top {
  position: fixed;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  background-image: url(../images/2025_header_bg_pc.png);
  background-color: #e7f1dd;
  z-index: 9999;
}
@media screen and (max-width:768px) {
  .header__top {
    position: static;
    background-image: url(../images/2025_header_bg_sp.png);
    background-repeat: repeat-x;
    background-size: contain;
  }
}

.header__top-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  max-width: 1280px;
  min-width: 1160px;
  margin: 0 auto;
  padding-left: 20px;
}
@media screen and (max-width:768px) {
  .header__top-inner {
    max-width: none;
    min-width: auto;
  }
}

.header__logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header__logo a {
  display: inline-block;
}
.header__logo h1 {
  font-size: 0;
}
@media screen and (max-width:768px) {
  .header__logo {
    gap: 8px;
  }
}

@media screen and (max-width:768px) {
  .header__logo-img {
    width: 87px;
    height: auto;
  }
}

@media screen and (max-width:768px) {
  .header__kokin {
    width: auto;
    height: 56px;
  }
}

@media screen and (max-width:768px) {
  .header__search {
    display: none;
  }
}
.header__search .gsc-input {
  border: none;
  width: 228px;
  background-color: transparent;
  padding: 0 !important;
}
.header__search .gsc-input-box {
  background-color: #ffffff;
  border: 1px solid #c73c86;
  border-radius: 40px 0 0 40px !important;
  padding: 0;
}
.header__search .gsib_a {
  border: none;
  background-image: none;
  background-color: transparent;
  height: 46px;
  padding-left: 25px;
}
.header__search .gsib_b {
  display: none;
}
.header__search .gsc-search-box {
  margin: 0;
}
.header__search .gsc-search-button {
  display: block !important;
  padding: 0;
  margin: 0;
  border: none;
  background-color: transparent;
}
.header__search .gsc-search-button-v2 {
  position: relative;
  width: 48px;
  height: 48px;
  padding: 0;
  margin: 0;
  background-color: #c73c86;
  border-radius: 0 40px 40px 0;
}
.header__search .gsc-search-button-v2::before {
  position: absolute;
  content: "";
  background-image: url(/images/2025_gsearch_icon.png);
  width: 20px;
  height: 20px;
  top: 14px;
  right: 14px;
}
@media (hover: hover) {
  .header__search .gsc-search-button-v2:hover {
    background-color: #c73c86;
  }
}
.header__search .gsc-search-button-v2 svg {
  display: none;
}

.header__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
  min-width: 342px;
  height: 100%;
}
@media screen and (max-width:768px) {
  .header__nav {
    min-width: auto;
  }
}

.header-guide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  background-color: #e7f1dd;
}

.header-guide__item {
  position: relative;
  width: 140px;
  font-size: 1.4rem;
  -webkit-transition: 0.5s all;
  transition: 0.5s all;
}
.header-guide__item--multilingual .header-guide__link {
  line-height: 1.5;
}
@media screen and (max-width:768px) {
  .header-guide__item {
    display: none;
    width: 92px;
  }
  .header-guide__item--yasanichi, .header-guide__item--multilingual {
    display: block;
  }
}
.header-guide__item::before {
  position: absolute;
  content: "";
  display: block;
  border-right: 1px dashed #c2c2c2;
  width: 1px;
  height: 32px;
  top: 50%;
  left: 0px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.header-guide__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 100%;
  gap: 10px;
  padding: 8px 0 0;
  text-decoration: none;
}
@media screen and (max-width:768px) {
  .header-guide__link img {
    width: 24px;
  }
}
@media (hover: hover) {
  .header-guide__link:hover {
    color: inherit;
  }
}
.header-guide__link.js-open {
  background-color: #f5f5ef;
}

.header-guide__text {
  font-size: 1.4rem;
}
@media screen and (max-width:768px) {
  .header-guide__text {
    font-size: 1rem;
    line-height: 1.5;
  }
}

.multilingual-nav {
  position: absolute;
  width: 160px;
  padding: 25px;
  border: 3px solid #c73c86;
  border-radius: 16px;
  background-color: #ffffff;
  top: calc(100% + 15px);
  left: -10px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.5s all;
  transition: 0.5s all;
}
@media screen and (max-width:768px) {
  .multilingual-nav {
    left: -68px;
  }
}
.multilingual-nav.js-show {
  opacity: 1;
  visibility: visible;
}

.multilingual-nav__triangle {
  position: relative;
}
.multilingual-nav__triangle::before {
  content: "";
  position: absolute;
  top: -43px;
  left: 50%;
  width: 0;
  height: 0;
  border-left: 13px solid transparent;
  border-right: 13px solid transparent;
  border-bottom: 18px solid #c73c86;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.multilingual-nav__triangle::after {
  content: "";
  position: absolute;
  top: -38px;
  left: 50%;
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 14px solid #ffffff;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.multilingual-nav__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
  margin-bottom: 25px;
  max-height: calc(100svh - 230px);
  overflow-y: auto;
  -ms-scroll-chaining: none;
      overscroll-behavior: contain;
}

.multilingual-nav__link,
.multilingual-nav__link-ja {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-left: 15px;
  font-family: sans-serif !important;
  font-weight: 700;
}
.multilingual-nav__link::after,
.multilingual-nav__link-ja::after {
  position: absolute;
  content: "";
  background-image: url(../images/2025_link_arrow_icon02.png);
  background-size: cover;
  width: 7px;
  height: 12px;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.multilingual-nav__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 20px;
}

.multilingual-nav__more {
  color: #ffffff;
  background-color: #c73c86;
  border-radius: 100px;
  padding: 10px;
  font-size: 1.6rem;
  -webkit-transition: 0.5s opacity;
  transition: 0.5s opacity;
}
@media (hover: hover) {
  .multilingual-nav__more:hover {
    opacity: 0.8;
  }
}

.multilingual-nav__close {
  position: relative;
  font-size: 1.6rem;
  padding-left: 15px;
}
@media (hover: hover) {
  .multilingual-nav__close:hover {
    text-decoration: underline;
  }
}
.multilingual-nav__close::before, .multilingual-nav__close::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 10px;
  width: 20px;
  height: 2px;
  background-color: #c73c86;
  -webkit-transform-origin: center;
          transform-origin: center;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
}
.multilingual-nav__close::after {
  -webkit-transform: translateY(-50%) rotate(-45deg);
          transform: translateY(-50%) rotate(-45deg);
}

.header__gnavi {
  position: absolute;
  width: 100%;
  background-color: #ffffff;
  margin-top: 82px;
  z-index: 999;
}
@media screen and (max-width:768px) {
  .header__gnavi {
    display: none;
  }
}

.gnavi {
  width: 100%;
  max-width: 1280px;
  min-width: 1160px;
  margin: 0 auto;
  background-color: #ffffff;
}

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

.gnavi__item {
  width: 20%;
  font-size: 1.6rem;
  font-weight: 500;
}
.gnavi__item:last-child .gnavi__button::after {
  content: none;
}

.gnavi__button {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 50px;
  font-size: 1.8rem;
  font-family: "UD Shin Go DemiBold";
  font-weight: 700;
  -webkit-transition: 0.5s all;
  transition: 0.5s all;
  text-decoration: none;
}
.gnavi__button::after {
  position: absolute;
  content: "";
  width: 1px;
  height: 31px;
  border-left: 1px dashed #c2c2c2;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.gnavi__button:visited {
  color: #222222;
}
.gnavi__button.is-active, .gnavi__button.is-current {
  background-color: #c73c86;
  color: #ffffff;
  font-family: "UD Shin Go DemiBold";
  font-weight: 700;
}

.gnavi__submenu {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  min-width: 1160px;
  top: 100%;
  left: 0;
  z-index: 99;
  opacity: 0;
  -webkit-transition: 0.5s all;
  transition: 0.5s all;
  visibility: hidden;
}
.gnavi__submenu.is-show {
  opacity: 1;
  visibility: visible;
}

.gnavi__submenu-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background-color: #ffffff;
  width: 1160px;
  gap: 40px;
  padding: 24px 80px 80px;
  border-radius: 0 0 16px 16px;
}

.gnavi__submenu-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
}

.gnavi__submenu-title {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 21px 24px;
  color: #333333;
  font-size: 2.4rem;
  font-family: "UD Shin Go DemiBold";
  font-weight: 700;
  text-decoration: none;
  border: 1.5px solid #c73c86;
  border-radius: 8px;
}
.gnavi__submenu-title::before {
  position: absolute;
  content: "";
  background-image: url(../images/2025_link_arrow_icon01.png);
  width: 24px;
  height: 24px;
  top: 50%;
  right: 24px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.gnavi__close {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 150px;
  padding-left: 60px;
  border: 1.5px solid #ecd0d9;
  border-radius: 8px;
  font-size: 1.8rem;
  font-family: "UD Shin Go DemiBold";
  font-weight: 700;
  line-height: 1;
  -webkit-transition: 0.5s all;
  transition: 0.5s all;
}
.gnavi__close::before {
  position: absolute;
  background-image: url(../images/2025_header_icon_close.png);
  content: "";
  width: 22px;
  height: 22px;
  top: 50%;
  left: 24px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.gnavi__submenu-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 20px 75px;
}

.gnavi__submenu-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  background-color: #ffffff;
  font-size: 1.8rem;
  border-radius: 10px;
}
.gnavi__submenu-item::after {
  position: absolute;
  content: "";
  background-image: url(../images/2025_link_arrow_icon02.png);
  background-size: cover;
  width: 6px;
  height: 10px;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.gnavi__submenu-item-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 100%;
  font-size: 1.6rem;
  font-family: "UD Shin Go DemiBold";
  font-weight: 700;
  padding-left: 12px;
}

.nowPage {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 100%;
  padding-left: 12px;
  font-size: 1.6rem;
  font-family: "UD Shin Go DemiBold";
  font-weight: 700;
}

.overlay {
  position: fixed;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.4);
  opacity: 0;
  pointer-events: none;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  z-index: 9;
}
@media screen and (max-width:768px) {
  .overlay {
    z-index: 99999;
  }
}

.is-menu-open {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
}

.is-menu-open .overlay {
  opacity: 1;
  pointer-events: auto;
}

.sp-nav {
  display: none;
}
@media screen and (max-width:768px) {
  .sp-nav {
    position: fixed;
    display: block;
    width: 100%;
    bottom: 0;
    left: 0;
    z-index: 999999;
  }
}

@media screen and (max-width:768px) {
  .sp-nav__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background-color: #e7f1dd;
  }
}

@media screen and (max-width:768px) {
  .sp-nav__item {
    width: 25%;
  }
  .sp-nav__item.js-open .sp-nav__link {
    background-color: #f5f5ef;
  }
  .sp-nav__item.js-open .sp-nav__link::before {
    background-image: url(../images/2025_sp-menu_icon_close.png);
    width: 20px;
    height: 20px;
  }
  .sp-nav__item--menu .sp-nav__link:before {
    background-image: url(../images/2025_sp-menu_icon01.png);
    width: 22px;
    height: 18px;
    top: 10px;
  }
  .sp-nav__item--emergency .sp-nav__link:before {
    background-image: url(../images/2025_sp-menu_icon02.png);
    width: 24px;
    height: 25px;
    top: 7px;
  }
  .sp-nav__item--search .sp-nav__link:before {
    background-image: url(../images/2025_sp-menu_icon03.png);
    width: 22px;
    height: 23px;
    top: 8px;
  }
  .sp-nav__item--news .sp-nav__link:before {
    background-image: url(../images/2025_sp-menu_icon04.png);
    width: 30px;
    height: 24px;
    top: 9px;
  }
}

@media screen and (max-width:768px) {
  .sp-nav__link {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    height: 100%;
    gap: 8px;
    padding: 37px 3px 8px;
    text-decoration: none;
  }
  .sp-nav__link::before {
    position: absolute;
    content: "";
    background-size: cover;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}

@media screen and (max-width:768px) {
  .sp-nav__text {
    font-size: 1rem;
    font-family: "UD Shin Go DemiBold";
    font-weight: 700;
  }
}

.sp-nav__content {
  display: none;
}
@media screen and (max-width:768px) {
  .sp-nav__content {
    position: absolute;
    display: block;
    width: 100%;
    bottom: 100%;
    visibility: hidden;
  }
}
@media screen and (max-width:768px) {
  .sp-nav__content.js-show {
    visibility: visible;
  }
}

@media screen and (max-width:768px) {
  .sp-nav__inner {
    display: block;
    max-height: calc(100dvh - 92px);
    margin: 16px;
    padding: 24px 16px;
    background-color: #ffffff;
    border-radius: 16px;
    overflow-y: auto;
  }
}

.sp-nav__title {
  margin-bottom: 16px;
  text-align: center;
  font-size: 1.4rem;
  font-family: "UD Shin Go DemiBold";
  font-weight: 700;
}

@media screen and (max-width:768px) {
  .sp-gnavi {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 8px;
    margin-bottom: 8px;
  }
}

@media screen and (max-width:768px) {
  .sp-gnavi__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border: 1.5px solid #c73c86;
    border-radius: 8px;
  }
  .sp-gnavi__item a {
    position: relative;
    width: 100%;
    padding: 13px 38px 13px 20px;
    font-family: "UD Shin Go DemiBold";
    font-weight: 700;
    text-decoration: none;
  }
  .sp-gnavi__item a::after {
    position: absolute;
    content: "";
    background-image: url(../images/2025_link_arrow_icon01.png);
    background-size: cover;
    width: 24px;
    height: 24px;
    top: 50%;
    right: 16px;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}

@media screen and (max-width:768px) {
  .sp-guide {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 4px;
    margin-bottom: 24px;
  }
}

@media screen and (max-width:768px) {
  .sp-guide__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: calc((100% - 8px) / 3);
    border: 1.5px solid #c73c86;
    border-radius: 8px;
  }
  .sp-guide__item a {
    position: relative;
    width: 100%;
    padding: 12px 8px;
    font-size: 1.2rem;
    font-family: "UD Shin Go DemiBold";
    font-weight: 700;
    text-decoration: none;
  }
  .sp-guide__item a::after {
    position: absolute;
    content: "";
    background-image: url(../images/2025_link_arrow_icon01.png);
    background-size: cover;
    width: 16px;
    height: 16px;
    top: 50%;
    right: 8px;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}

@media screen and (max-width:768px) {
  .sp-search-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 16px;
  }
}

@media screen and (max-width:768px) {
  .sp-search-link__item {
    position: relative;
    padding-left: 20px;
    font-family: "UD Shin Go DemiBold";
    font-weight: 700;
  }
  .sp-search-link__item::before {
    position: absolute;
    content: "";
    background-image: url(../images/2025_link_arrow_icon02.png);
    background-size: cover;
    width: 10px;
    height: 18px;
    top: 50%;
    left: 0px;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}

@media screen and (max-width:768px) {
  .sp-search .header__search {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 16px;
  }
}
@media screen and (max-width:768px) {
  .sp-search .header__search .gsc-input {
    width: 100%;
  }
}

.footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  min-width: 1160px;
  margin: 0 auto;
  background-color: #e7f1dd;
}
@media screen and (max-width:768px) {
  .footer {
    min-width: auto;
  }
}
.footer--error .footer__heading {
  margin-bottom: 118px;
}
@media screen and (max-width:768px) {
  .footer--error .footer__heading {
    margin-bottom: 40px;
  }
}
@media screen and (max-width:768px) {
  .footer--error .footer__content-inner {
    padding: 40px 20px 20px;
  }
}

.footer__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  padding: 20px 0;
  background-color: #ffffff;
}

.footer__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  max-width: 1280px;
  min-width: 1160px;
  margin: 0 auto;
  gap: 36px;
}
@media screen and (max-width:768px) {
  .footer__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    max-width: none;
    min-width: auto;
    gap: 10px 30px;
  }
}

.footer__list-item {
  position: relative;
  padding-left: 20px;
  font-family: "UD Shin Go DemiBold";
  font-weight: 700;
}
.footer__list-item::before {
  position: absolute;
  content: "";
  background-image: url(../images/2025_link_arrow_icon02.png);
  background-size: cover;
  width: 12px;
  height: 21px;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width:768px) {
  .footer__list-item::before {
    width: 8px;
    height: 14px;
  }
}

.footer__content {
  width: 100%;
  background-image: url(../images/2025_footer_bg_pc.png);
}
@media screen and (max-width:768px) {
  .footer__content {
    background-image: url(../images/2025_footer_bg_sp.png);
    background-size: cover;
  }
}

.footer__content-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  max-width: 1280px;
  min-width: 1160px;
  margin: 0 auto;
  padding: 40px 20px 10px;
}
@media screen and (max-width:768px) {
  .footer__content-inner {
    max-width: none;
    min-width: auto;
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 15px;
    padding: 40px 20px 60px;
  }
}

.footer__heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 40px;
  gap: 40px;
}
@media screen and (max-width:768px) {
  .footer__heading {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
    gap: 16px;
    margin-bottom: 12px;
  }
}

.footer__title {
  font-size: 4rem;
  font-family: "UD Shin Go DemiBold";
  font-weight: 700;
  line-height: 1;
}
@media screen and (max-width:768px) {
  .footer__title {
    font-size: 2.4rem;
  }
}

.footer__access {
  position: relative;
  padding-left: 20px;
  font-family: "UD Shin Go DemiBold";
  font-weight: 700;
}
.footer__access::before {
  position: absolute;
  content: "";
  background-image: url(../images/2025_link_arrow_icon02.png);
  background-size: cover;
  width: 12px;
  height: 21px;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width:768px) {
  .footer__access::before {
    width: 8px;
    height: 14px;
  }
}

.footer__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 32px;
  margin-bottom: 10px;
}
@media screen and (max-width:768px) {
  .footer__info {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 5px;
  }
  .footer__info:last-child {
    margin-bottom: 10px;
  }
}

.footer__tel-link {
  pointer-events: none;
  text-decoration: none;
}
@media screen and (max-width:768px) {
  .footer__tel-link {
    pointer-events: auto;
    text-decoration: underline;
  }
}

.footer__num {
  font-family: "UD Shin Go DemiBold";
  font-weight: 700;
}

.footer__reception-hours {
  margin-bottom: 26px;
}
@media screen and (max-width:768px) {
  .footer__reception-hours {
    margin-bottom: 0;
  }
}

.footer__copyright {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  font-size: 1.2rem;
  color: #333333;
}

.pagetop {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 9999;
}
@media screen and (max-width:768px) {
  .pagetop {
    width: 70px;
    height: 70px;
    bottom: 70px;
    right: 10px;
  }
}
@media (hover: hover) {
  .pagetop:hover {
    opacity: 0.8;
  }
}

.information-box + .breadcrumb {
  margin: 0 auto;
}

.breadcrumb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  min-width: 1160px;
  margin: 132px auto 0;
  border-top: 1px solid #f2f2f2;
  border-bottom: 1px solid #f2f2f2;
}
@media screen and (max-width:768px) {
  .breadcrumb {
    max-width: none;
    min-width: auto;
    margin: 0 auto;
    overflow: auto;
    white-space: nowrap;
  }
}
.breadcrumb--error {
  margin: 82px auto 0;
}
@media screen and (max-width:768px) {
  .breadcrumb--error {
    margin: 0 auto;
  }
}

.breadcrumb__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  width: 1120px;
  padding: 6px 0;
}
@media screen and (max-width:768px) {
  .breadcrumb__inner {
    width: 100%;
    padding: 6px 10px;
    overflow: scroll;
  }
}

.breadcrumb__current {
  display: inline-block;
  min-width: 94px;
  margin-right: 16px;
  padding: 2px 10px;
  border: 1px solid #f5ebf0;
  border-radius: 40px;
  font-size: 1.2rem;
}

.breadcrumb__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 10px 30px;
  padding: 0;
  list-style: none;
}
@media screen and (max-width:768px) {
  .breadcrumb__list {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
}
.breadcrumb__list li {
  position: relative;
  font-size: 1.4rem;
}
.breadcrumb__list li:last-child::after {
  content: none;
}
.breadcrumb__list li::after {
  position: absolute;
  content: "";
  top: 50%;
  right: -15px;
  width: 7px;
  height: 7px;
  border-top: 1px solid #333333;
  border-right: 1px solid #333333;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
}
@media (hover: hover) {
  .breadcrumb__list a:hover {
    text-decoration: underline;
  }
}

.banner__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
}
@media screen and (max-width:768px) {
  .banner__item {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 3px;
  }
}

.information-box {
  margin: 132px auto 0;
}
@media screen and (max-width:768px) {
  .information-box {
    margin: 0 auto;
  }
}

.information {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  min-width: 1160px;
  padding: 16px;
}
@media screen and (max-width:768px) {
  .information {
    max-width: none;
    min-width: auto;
    margin: 0 auto;
  }
}
.information.normal {
  background-color: #095fb5;
}
.information.normal .information__title::before {
  background-color: #095fb5;
}
.information.warning {
  background-color: #e5d70c;
}
.information.warning .information__title::before {
  background-color: #e5d70c;
}
.information.emergency {
  background-color: #b50909;
}
.information.emergency .information__title::before {
  background-color: #b50909;
}

.information__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 1120px;
  background-color: #ffffff;
  border-radius: 8px;
  padding: 30px;
  gap: 20px;
}
@media screen and (max-width:768px) {
  .information__inner {
    width: 100%;
    padding: 20px;
    gap: 10px;
  }
}

.information__title {
  position: relative;
  font-size: 3.2rem;
  font-family: "UD Shin Go DemiBold";
  font-weight: 700;
  padding-left: 20px;
}
@media screen and (max-width:768px) {
  .information__title {
    font-size: 2rem;
  }
}
.information__title::before {
  position: absolute;
  content: "";
  display: inline-block;
  width: 4px;
  height: 50px;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width:768px) {
  .information__title::before {
    height: 30px;
  }
}

.information__right {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.information__right p {
  padding-bottom: 15px;
  font-size: 2rem;
}
@media screen and (max-width:768px) {
  .information__right p {
    font-size: 1.6rem;
  }
}
.information__right ul {
  padding-bottom: 15px;
}
.information__right ul li {
  position: relative;
  padding-left: 30px;
  font-size: 2rem;
}
@media screen and (max-width:768px) {
  .information__right ul li {
    font-size: 1.6rem;
  }
}
.information__right ul li::before {
  position: absolute;
  content: "・";
  top: 0;
  left: 10px;
}
.information__right ol li {
  font-size: 2rem;
}
@media screen and (max-width:768px) {
  .information__right ol li {
    font-size: 1.6rem;
  }
}

.search__tab {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: 1px solid #ecd0d9;
  border-radius: 40px;
}

.search__tab-item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 210px;
  height: 40px;
  background-color: #ffffff;
  border-radius: 20px;
  cursor: pointer;
}
@media screen and (max-width:768px) {
  .search__tab-item {
    width: 50%;
  }
}
.search__tab-item button {
  width: 100%;
  height: 100%;
  font-family: "UD Shin Go DemiBold";
  font-weight: 700;
  font-size: 1.6rem;
}
.search__tab-item.js-tab-active {
  border: 1px solid #c73c86;
}

.search__radio {
  margin-bottom: 16px;
}

.search__radio-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
}

.search__radio-item {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  font-size: 1.6rem;
}
.search__radio-item input[type=radio] {
  margin: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  width: 24px;
  height: 24px;
  border: 1px solid #c73c86;
  border-radius: 50%;
  cursor: pointer;
}
@media screen and (max-width:768px) {
  .search__radio-item input[type=radio] {
    width: 20px;
    height: 20px;
  }
}
.search__radio-item input[type=radio]:checked + label::after {
  content: "";
  position: absolute;
  background-color: #c73c86;
  width: 16px;
  height: 16px;
  top: 50%;
  left: 4px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  border-radius: 50%;
}
@media screen and (max-width:768px) {
  .search__radio-item input[type=radio]:checked + label::after {
    width: 12px;
    height: 12px;
  }
}

.search__box-item {
  margin-bottom: 16px;
  display: none;
}
.search__box-item.js-content-active {
  display: block;
}
.search__box-item .gsc-input {
  border: none;
  background-color: transparent;
  padding: 0 !important;
}
.search__box-item .gsc-input-box {
  background-color: #ffffff;
  border: 1px solid #c73c86;
  border-radius: 40px 0 0 40px !important;
  padding: 0;
}
.search__box-item .gsib_a {
  border: none;
  background-image: none;
  background-color: transparent;
  width: 356px;
  height: 46px;
  padding: 10px 0px 10px 20px;
}
@media screen and (max-width:768px) {
  .search__box-item .gsib_a {
    width: calc(100% - 64px);
  }
}
.search__box-item .gsib_b {
  display: none;
}
.search__box-item .gsc-search-box {
  margin: 0;
}
.search__box-item .gsc-search-button {
  display: block !important;
  padding: 0;
  margin: 0;
  border: none;
  background-color: transparent;
}
.search__box-item .gsc-search-button-v2 {
  position: relative;
  width: 64px;
  height: 48px;
  padding: 0;
  margin: 0;
  background-color: #c73c86;
  border-radius: 0 40px 40px 0;
}
.search__box-item .gsc-search-button-v2::before {
  position: absolute;
  content: "";
  background-image: url(../images/2025_gsearch_icon.png);
  background-size: cover;
  width: 20px;
  height: 20px;
  top: 14px;
  right: 22px;
}
@media (hover: hover) {
  .search__box-item .gsc-search-button-v2:hover {
    background-color: #c73c86;
  }
}
.search__box-item .gsc-search-button-v2 svg {
  display: none;
}
.search__box-item .id_search-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #ffffff;
}
.search__box-item .iconSearchWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 356px;
  padding: 15px 0px 15px 20px;
  border: 1px solid #c73c86;
  border-radius: 40px 0 0 40px;
}
@media screen and (max-width:768px) {
  .search__box-item .iconSearchWrap {
    width: calc(100% - 64px);
  }
}
.search__box-item .moktekiTabInput {
  border: none;
  height: 16px;
  outline: none;
  background-color: transparent;
  font-size: 1.6rem;
}
@media screen and (max-width:768px) {
  .search__box-item .moktekiTabInput {
    width: 100%;
    font-size: 1.4rem;
  }
}
.search__box-item .mokutekiTabBtn {
  background-image: url(../images/2025_gsearch_icon.png);
  background-position: right 22px top 13px;
  background-repeat: no-repeat;
  background-color: #c73c86;
  width: 64px;
  height: 48px;
  border-radius: 0 40px 40px 0;
}

.gssb_c {
  z-index: 99999 !important;
}

.gsc-result-info-container {
  border: none;
}

.gsc-orderby-container {
  border: none;
}

.gsc-option-menu-container .gsc-selected-option-container {
  max-width: 100% !important;
}

/* a01_中見出し */
.h2bg {
  padding: 0 0 20px;
  overflow: hidden;
}
.h2bg h2 {
  padding: 15px 16px 16px;
  background-color: #e7f1dd;
  line-height: 1.2083333333;
  font-size: 2.4rem;
  border-radius: 8px;
}

/* a02_小見出し */
.h3bg {
  padding: 0 0 20px;
  overflow: hidden;
}
.h3bg h3 {
  padding: 10px 20px;
  background-color: #f5ebf0;
  line-height: 1.1818181818;
  font-size: 2.2rem;
  border-radius: 6px;
}

/* a19-1_細見出し */
.h4bg {
  padding: 0 0 15px;
  overflow: hidden;
}
.h4bg h4 {
  padding-left: 20px;
  color: #c73c86;
  font-size: 2rem;
}
.h4bg h4::before {
  position: absolute;
  content: "";
  background-color: #c73c86;
  left: 8px;
  top: calc(50% + 1px);
  width: 4px;
  height: calc(100% - 9px);
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  border-left: none;
}

/* a19-2_細々見出し */
.h5bg {
  padding: 0 0 15px;
  overflow: hidden;
}
.h5bg h5 {
  padding-left: 20px;
  font-size: 1.8rem;
}
.h5bg h5::before {
  position: absolute;
  content: "";
  background-color: #333333;
  left: 8px;
  top: calc(50% + 1px);
  width: 4px;
  height: calc(100% - 9px);
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  border-left: none;
}

/* a03_文章 */
.wysiwyg_wp ul {
  margin-bottom: 15px;
}
.wysiwyg_wp ul li {
  position: relative;
  padding: 8px 0 8px 30px;
}
@media screen and (max-width:768px) {
  .wysiwyg_wp ul li {
    padding: 8px 0 8px 30px;
  }
}
.wysiwyg_wp ul li::before {
  position: absolute;
  content: "・";
  top: 7px;
  left: 10px;
}
.wysiwyg_wp ol {
  padding: 0 0 0 30px;
  margin-bottom: 15px;
}
.wysiwyg_wp ol li {
  padding: 8px 0;
}
.wysiwyg_wp ol li::before {
  content: none;
}
.wysiwyg_wp p {
  margin: 0 20px 20px;
}
@media screen and (max-width:768px) {
  .wysiwyg_wp p {
    margin: 0 0 20px;
  }
}
.wysiwyg_wp .img-only {
  padding: 0;
  margin: 8px 20px 20px;
}
@media screen and (max-width:768px) {
  .wysiwyg_wp .img-only {
    text-align: center;
  }
}
.wysiwyg_wp .img-only span {
  margin-top: 5px;
  font-size: 1.4rem;
}
.wysiwyg_wp .img-left {
  float: left;
  display: table;
  margin: 8px 20px 20px;
  text-align: center;
}
@media screen and (max-width:768px) {
  .wysiwyg_wp .img-left {
    float: none;
    margin: 8px auto 20px;
  }
}
.wysiwyg_wp .img-left span {
  margin-top: 5px;
  font-size: 1.4rem;
}
.wysiwyg_wp .img-center {
  display: table;
  margin: 8px auto 20px;
  text-align: center;
}
.wysiwyg_wp .img-center span {
  margin-top: 5px;
  font-size: 1.4rem;
}
.wysiwyg_wp .img-right {
  float: right;
  display: table;
  margin: 8px 20px 20px;
  text-align: center;
}
@media screen and (max-width:768px) {
  .wysiwyg_wp .img-right {
    float: none;
    margin: 8px auto 20px;
  }
}
.wysiwyg_wp .img-right span {
  margin-top: 5px;
  font-size: 1.4rem;
}
.wysiwyg_wp .youtube {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 20px;
}
@media screen and (max-width:768px) {
  .wysiwyg_wp .youtube iframe {
    width: 100%;
  }
}
.wysiwyg_wp .linkjump {
  margin-bottom: 0;
}
.wysiwyg_wp .linkjump li {
  padding: 0;
}
.wysiwyg_wp .linkjump li::before {
  content: none;
}
.wysiwyg_wp table p {
  margin: 0;
}

/* a04_画像 */
.img-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  margin-bottom: 30px;
  /* a11_画像横並び（2連）*/
  /* a11_画像横並び（3連）*/
  /* a11_画像横並び（4連） */
}
@media screen and (max-width:768px) {
  .img-area {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.img-area img {
  border: none;
  vertical-align: middle;
}
.img-area .img-left {
  display: table;
  margin-right: auto;
}
.img-area .img-left span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 5px;
  font-size: 1.4rem;
}
.img-area .img-center {
  display: table;
  margin: 0 auto;
}
.img-area .img-center span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 5px;
  font-size: 1.4rem;
}
.img-area .img-right {
  display: table;
  margin-left: auto;
}
.img-area .img-right span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 5px;
  font-size: 1.4rem;
}
.img-area .imglink-side2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: calc((100% - 20px) / 2);
}
@media screen and (max-width:768px) {
  .img-area .imglink-side2 {
    width: 100%;
  }
}
.img-area .imglink-side2 span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 5px;
  font-size: 1.4rem;
}
.img-area .imglink-side3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: calc((100% - 40px) / 3);
}
@media screen and (max-width:768px) {
  .img-area .imglink-side3 {
    width: 100%;
  }
}
.img-area .imglink-side3 span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 5px;
  font-size: 1.4rem;
}
.img-area .imglink-side4 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: calc((100% - 60px) / 4);
}
@media screen and (max-width:768px) {
  .img-area .imglink-side4 {
    width: 100%;
  }
}
.img-area .imglink-side4 span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 5px;
  font-size: 1.4rem;
}

/* a05_ファイルダウンロード（PDF等）*/
.filelink,
.f_dl_link {
  padding: 0 20px 20px 20px;
}
@media screen and (max-width:768px) {
  .filelink,
  .f_dl_link {
    padding: 0 0 20px;
  }
}
.filelink a,
.f_dl_link a {
  position: relative;
  padding: 0 0 0 30px;
}
.filelink a::before,
.f_dl_link a::before {
  position: absolute;
  content: "";
  background-image: url(../images/2025_icon_download.png);
  width: 12px;
  height: 14px;
  top: 5px;
  left: 6px;
}

p.filelink + .wysiwyg_wp:has(.linktxt) {
  margin-top: -15px;
}

/* a08_リンク */
p.innerLink,
p.pagelinkin {
  padding: 0 20px 20px 20px;
}
@media screen and (max-width:768px) {
  p.innerLink,
  p.pagelinkin {
    padding: 0 0 20px;
  }
}

p.pagelinkin a.innerLink,
p.innerLink a.innerLink,
li.innerLink a.innerLink {
  position: relative;
  display: block;
  padding: 0 0 0 30px;
}
p.pagelinkin a.innerLink::before,
p.innerLink a.innerLink::before,
li.innerLink a.innerLink::before {
  position: absolute;
  content: "";
  background-image: url(../images/2025_innnerlink_icon.png);
  background-repeat: no-repeat;
  background-size: cover;
  width: 7px;
  height: 11px;
  top: 7px;
  left: 5px;
}

p.externalLink,
p.pagelinkout {
  padding: 0 20px 20px 20px;
}
@media screen and (max-width:768px) {
  p.externalLink,
  p.pagelinkout {
    padding: 0 0 20px;
  }
}

p.pagelinkout a.externalLink,
.externalLink a.externalLink {
  position: relative;
  display: block;
  padding: 0 0 0 30px;
}
p.pagelinkout a.externalLink::before,
.externalLink a.externalLink::before {
  position: absolute;
  content: "";
  background-image: url(../images/2025_externallink_icon.png);
  background-repeat: no-repeat;
  background-size: cover;
  width: 13px;
  height: 11px;
  top: 7px;
  left: 5px;
}

p.externalLink + .wysiwyg_wp:has(.linktxt),
p.innerLink + .wysiwyg_wp:has(.linktxt),
p.pagelinkin + .wysiwyg_wp:has(.linktxt),
p.pagelinkout + .wysiwyg_wp:has(.linktxt) {
  margin-top: -15px;
}

/* a09_画像（左）＋文章 */
.img-area-l {
  overflow: hidden;
  margin-bottom: 20px;
  /* a09_画像（左）＋文章(回り込みなし) */
}
@media screen and (max-width:768px) {
  .img-area-l {
    overflow: visible;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.img-area-l--nowrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.img-area-l--nowrap .img-area-l__text {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.img-area-l .imglink-txt-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  float: left;
  margin-right: 20px;
}
@media screen and (max-width:768px) {
  .img-area-l .imglink-txt-left {
    float: none;
    margin-right: 0;
  }
}
.img-area-l .imglink-txt-left span {
  margin-top: 5px;
  font-size: 1.4rem;
}
.img-area-l p {
  margin-bottom: 15px;
}
.img-area-l p:last-child {
  margin-bottom: 0;
}
.img-area-l ul {
  list-style: inside;
  margin-bottom: 15px;
}
.img-area-l ul:last-child {
  margin-bottom: 0;
}
.img-area-l ul li {
  padding: 8px 0 8px 8px;
}
.img-area-l ul li::marker {
  margin-right: 0;
}
.img-area-l ol {
  padding-bottom: 0;
  margin-bottom: 15px;
}
.img-area-l ol:last-child {
  margin-bottom: 0;
}
.img-area-l ol li {
  padding: 8px 0;
}

/* a10_画像（右）＋文章 */
.img-area-r {
  overflow: hidden;
  margin-bottom: 20px;
  /* a09_画像（左）＋文章(回り込みなし) */
}
@media screen and (max-width:768px) {
  .img-area-r {
    overflow: visible;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.img-area-r--nowrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
@media screen and (max-width:768px) {
  .img-area-r--nowrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.img-area-r--nowrap .img-area-r__text {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.img-area-r .imglink-txt-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  float: right;
  margin-left: 20px;
}
@media screen and (max-width:768px) {
  .img-area-r .imglink-txt-right {
    float: none;
    margin-left: 0;
  }
}
.img-area-r .imglink-txt-right span {
  margin-top: 5px;
  font-size: 1.4rem;
}
.img-area-r p {
  margin-bottom: 15px;
}
.img-area-r p:last-child {
  margin-bottom: 0;
}
.img-area-r ul {
  list-style: inside;
  margin-bottom: 15px;
}
.img-area-r ul:last-child {
  margin-bottom: 0;
}
.img-area-r ul li {
  padding: 8px 0 8px 8px;
}
.img-area-r ul li::marker {
  margin-right: 0;
}
.img-area-r ol {
  padding-bottom: 0;
  margin-bottom: 15px;
}
.img-area-r ol:last-child {
  margin-bottom: 0;
}
.img-area-r ol li {
  padding: 8px 0;
}

/* a12_HTML取り込み */
.insertfile {
  margin-bottom: 20px;
}
@media screen and (max-width:768px) {
  .insertfile iframe {
    width: 100%;
  }
}

/* a13_ページ内リンク */
.linkjump {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  list-style: none;
  padding: 0 20px 20px;
  gap: 10px;
}
@media screen and (max-width:768px) {
  .linkjump {
    padding: 0 0 20px;
  }
}
.linkjump li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.linkjump li a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 11px 22px 11px 33px;
  border: 1px solid #f5ebf0;
  border-radius: 8px;
  text-decoration: none;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
@media screen and (max-width:768px) {
  .linkjump li a {
    padding: 11px 10px 11px 25px;
  }
}
@media (hover: hover) {
  .linkjump li a:hover {
    color: inherit;
    border: 1px solid #c73c86;
  }
}
.linkjump li a::before {
  position: absolute;
  content: "";
  background-image: url(../images/2025_innnerlink_icon.png);
  background-repeat: no-repeat;
  background-size: cover;
  width: 7px;
  height: 11px;
  top: calc(50% + 2px);
  left: 15px;
  -webkit-transform: translateY(-50%) rotate(90deg);
          transform: translateY(-50%) rotate(90deg);
}
@media screen and (max-width:768px) {
  .linkjump li a::before {
    left: 10px;
  }
}

/* a17_ページの上部へ */
.tothispage2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
  margin-bottom: 20px;
}
.tothispage2 a {
  position: relative;
}
.tothispage2 a::before {
  position: absolute;
  content: "";
  background-image: url(../images/2025_innnerlink_icon.png);
  background-repeat: no-repeat;
  background-size: cover;
  width: 7px;
  height: 11px;
  top: calc(50% + 1px);
  left: -20px;
  -webkit-transform: translateY(-50%) rotate(-90deg);
          transform: translateY(-50%) rotate(-90deg);
}

/* a18_Q&Aパーツ*/
.qa-parts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 20px;
  padding: 16px 20px;
  gap: 24px;
  border: 1px solid #c2c2c2;
  border-radius: 8px;
}

.qa-parts__question {
  position: relative;
  padding-left: 65px;
  min-height: 45px;
}
.qa-parts__question::before {
  position: absolute;
  content: "";
  display: inline-block;
  background-image: url(../images/2025_icon_question.png);
  width: 45px;
  height: 45px;
  top: 0;
  left: 0;
}

.qa-parts__answer {
  position: relative;
  padding-left: 65px;
  min-height: 45px;
}
.qa-parts__answer::before {
  position: absolute;
  content: "";
  display: inline-block;
  background-image: url(../images/2025_icon_answer.png);
  width: 45px;
  height: 45px;
  top: 0;
  left: 0;
}

/* amパーツ
============================== */
/* 共通 */
.menulist {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0 20px;
  margin-bottom: 20px;
}
@media screen and (max-width:768px) {
  .menulist {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px;
  }
}

.menulist2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0 20px;
  margin-bottom: 20px;
}
@media screen and (max-width:768px) {
  .menulist2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px;
  }
}

.m-title a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 11px 50px 12px 20px;
  font-size: 1.8rem;
  background-color: #c73c86;
  font-family: "UD Shin Go DemiBold";
  font-weight: 700;
  color: #ffffff;
  border-radius: 8px;
  text-decoration: none;
}
.m-title a::after {
  position: absolute;
  content: "";
  background-image: url(../images/2025_link_arrow_icon03.png);
  background-size: cover;
  width: 24px;
  height: 24px;
  top: 13px;
  right: 16px;
}

.site-li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-top: 10px;
}
@media screen and (max-width:768px) {
  .site-li {
    margin-top: 0;
  }
}
@media screen and (max-width:768px) {
  .site-li li {
    width: 100%;
  }
}
.site-li li a {
  position: relative;
  display: block;
  background-color: #fff;
  padding: 13px 20px 13px 46px;
}
@media screen and (max-width:768px) {
  .site-li li a {
    padding: 13px 20px 13px 36px;
  }
}
.site-li li a::before {
  position: absolute;
  content: "";
  background-image: url(../images/2025_cont_icon.png);
  background-size: cover;
  width: 12px;
  height: 16px;
  top: 18px;
  left: 20px;
}
@media screen and (max-width:768px) {
  .site-li li a::before {
    left: 10px;
  }
}
.site-li li a[href$="/index.html"]::before {
  position: absolute;
  content: "";
  background-image: url(../images/2025_index_icon.png);
  background-size: cover;
  width: 16px;
  height: 12px;
  top: 20px;
  left: 20px;
}
@media screen and (max-width:768px) {
  .site-li li a[href$="/index.html"]::before {
    top: 16px;
    left: 10px;
  }
}

/* am00_メニュー自動生成 */
.norcor {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 0 10px;
  margin-bottom: 20px;
  /* 概要文 */
}
@media screen and (max-width:768px) {
  .norcor {
    padding: 0;
  }
}
.norcor li a {
  position: relative;
  display: block;
  padding: 13px 20px 13px 42px;
}
@media screen and (max-width:768px) {
  .norcor li a {
    padding: 13px 20px 13px 36px;
  }
}
.norcor li a::before {
  position: absolute;
  content: "";
  background-image: url(../images/2025_cont_icon.png);
  background-size: cover;
  width: 12px;
  height: 16px;
  top: 18px;
  left: 18px;
}
@media screen and (max-width:768px) {
  .norcor li a::before {
    left: 10px;
  }
}
.norcor li a[href$="/index.html"]::before {
  position: absolute;
  content: "";
  background-image: url(../images/2025_index_icon.png);
  background-size: cover;
  width: 16px;
  height: 12px;
  top: 20px;
  left: 16px;
}
@media screen and (max-width:768px) {
  .norcor li a[href$="/index.html"]::before {
    top: 16px;
    left: 10px;
  }
}
.norcor li div {
  padding: 0 20px 5px 46px;
}
@media screen and (max-width:768px) {
  .norcor li div {
    padding: 0 20px 10px 36px;
  }
}
.norcor .menu_summary {
  display: block;
  padding: 10px 20px 20px 20px;
  font-size: 1.6rem;
}

/* am01_メニュー自動生成1列 */
.m-box1 {
  width: 100%;
  margin-bottom: 20px;
}
@media screen and (max-width:768px) {
  .m-box1 {
    position: relative;
  }
}
.m-box1 .site-li {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.m-box1 .site-li li {
  width: 50%;
}
@media screen and (max-width:768px) {
  .m-box1 .site-li li {
    width: 100%;
  }
}

/*  am01_メニュー自動生成2列（子・孫）  */
.m-box2 {
  width: calc((100% - 20px) / 2);
}
@media screen and (max-width:768px) {
  .m-box2 {
    position: relative;
    width: 100%;
  }
}

/*  am01_メニュー自動生成3列（子・孫）  */
.m-box3 {
  width: calc(33.3333333333% - 14px);
}
@media screen and (max-width:768px) {
  .m-box3 {
    position: relative;
    width: 100%;
  }
}

.toggleBtn {
  position: relative;
  width: 100%;
  padding: 12px;
  font-size: 1.6rem;
  font-family: "UD Shin Go DemiBold";
  font-weight: 700;
  border-radius: 8px;
  border: 1px solid #f5ebf0;
}
.toggleBtn .arrow::before, .toggleBtn .arrow::after {
  content: "";
  position: absolute;
  top: calc(50% + 2px);
  right: 16px;
  width: 10px;
  height: 2px;
  border-radius: 9999px;
  background-color: #c73c86;
  -webkit-transform-origin: calc(100% - 2px) 50%;
          transform-origin: calc(100% - 2px) 50%;
}
.toggleBtn .arrow::before {
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
}
.toggleBtn .arrow::after {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  right: 18px;
}
.toggleBtn.js-expanded .arrow::before, .toggleBtn.js-expanded .arrow::after {
  top: calc(50% - 2px);
}
.toggleBtn.js-expanded .arrow::before {
  -webkit-transform: rotate(225deg);
          transform: rotate(225deg);
}
.toggleBtn.js-expanded .arrow::after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

/* am02_メニュー画像リンク2列 */
.m-box2 .img-area-l {
  margin-top: 16px;
}
@media screen and (max-width:768px) {
  .m-box2 .img-area-l {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.m-box2 .img-area-l .imglink-txt-left {
  float: left;
  max-width: 210px;
  margin-right: 16px;
  margin-bottom: 0;
}
@media screen and (max-width:768px) {
  .m-box2 .img-area-l .imglink-txt-left {
    margin-right: 0;
    margin-bottom: 20px;
  }
}

/* am04_新着情報 */
.newinfo {
  padding: 30px 20px;
  margin-bottom: 32px;
  border-radius: 8px;
  border: 1px solid #f4d8e7;
  /* 新着情報0件 */
}
@media screen and (max-width:768px) {
  .newinfo {
    padding: 20px;
    margin-bottom: 20px;
  }
}
.newinfo p {
  padding: 20px;
}

.newinfo__title {
  margin-bottom: 20px;
  font-size: 2.4rem;
  font-family: "UD Shin Go DemiBold";
  font-weight: 700;
}
@media screen and (max-width:768px) {
  .newinfo__title {
    margin-bottom: 0;
  }
}

.newsinfo__list {
  margin-bottom: 16px;
}
.newsinfo__list li {
  padding: 15px 0;
  border-bottom: 1px dashed #c2c2c2;
}
@media screen and (max-width:768px) {
  .newsinfo__list li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.newsinfo__list .date {
  display: inline-block;
  width: 160px;
  font-size: 1.4rem;
  font-family: "UD Shin Go DemiBold";
  font-weight: 700;
}
.newsinfo__list dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0;
}
@media screen and (max-width:768px) {
  .newsinfo__list dl {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0px;
  }
}
.newsinfo__list dt {
  min-width: 140px;
  font-size: 1.4rem;
  font-weight: 400;
  color: #c73c86;
}

.newsinfo__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
}
.newsinfo__link a {
  color: #c73c86;
}

/* yエリア・パーツ
============================== */
.basic_info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: -20px 0 16px;
}

.sns-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
}

.update_wp .update {
  font-size: 1.4rem;
}

.c_gaiyo {
  margin: 0 20px 20px;
}
@media screen and (max-width:768px) {
  .c_gaiyo {
    margin: 0 0 20px;
  }
}

/* zエリア・パーツ
============================== */
.h1bg {
  padding: 0 0 40px;
}
.h1bg h1 {
  min-height: 100px;
  background: #c73c86;
  padding: 30px 23px 30px;
  font-size: 3.6rem;
  color: #ffffff;
  border-radius: 8px;
}
@media screen and (max-width:768px) {
  .h1bg h1 {
    padding: 23px 20px 17px;
    line-height: 1.4545454545;
  }
}

.heading-img {
  margin-bottom: 32px;
}

.page-bottom {
  width: 1120px;
  margin: 0 auto 100px;
}
@media screen and (max-width:768px) {
  .page-bottom {
    width: calc(100% - 40px);
  }
}

.page-bottom__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
}

.page-bottom__item {
  border-radius: 10px;
  background-color: #ffffff;
}
@media screen and (max-width:768px) {
  .page-bottom__item {
    border-radius: 14px;
  }
}
.page-bottom__item--localnavi, .page-bottom__item--attention, .page-bottom__item--related, .page-bottom__item--topics {
  border: 2px solid #f4d8e7;
}
.page-bottom__item--localnavi .page-bottom__title, .page-bottom__item--attention .page-bottom__title, .page-bottom__item--related .page-bottom__title, .page-bottom__item--topics .page-bottom__title {
  position: relative;
  background-image: url(../images/2025_icon_circle.png);
  background-repeat: no-repeat;
  background-position: top 18px right 16px;
  background-size: 24px 24px;
  border-radius: 10px;
}
@media screen and (max-width:768px) {
  .page-bottom__item--localnavi .page-bottom__title, .page-bottom__item--attention .page-bottom__title, .page-bottom__item--related .page-bottom__title, .page-bottom__item--topics .page-bottom__title {
    background-position: top 15px right 16px;
  }
}
.page-bottom__item--localnavi .page-bottom__title::before, .page-bottom__item--localnavi .page-bottom__title::after, .page-bottom__item--attention .page-bottom__title::before, .page-bottom__item--attention .page-bottom__title::after, .page-bottom__item--related .page-bottom__title::before, .page-bottom__item--related .page-bottom__title::after, .page-bottom__item--topics .page-bottom__title::before, .page-bottom__item--topics .page-bottom__title::after {
  position: absolute;
  content: "";
  background-color: #ffffff;
  width: 14px;
  height: 2px;
  top: 29px;
  right: 21px;
  border-radius: 10px;
}
@media screen and (max-width:768px) {
  .page-bottom__item--localnavi .page-bottom__title::before, .page-bottom__item--localnavi .page-bottom__title::after, .page-bottom__item--attention .page-bottom__title::before, .page-bottom__item--attention .page-bottom__title::after, .page-bottom__item--related .page-bottom__title::before, .page-bottom__item--related .page-bottom__title::after, .page-bottom__item--topics .page-bottom__title::before, .page-bottom__item--topics .page-bottom__title::after {
    top: 26px;
  }
}
.page-bottom__item--localnavi .page-bottom__title::after, .page-bottom__item--attention .page-bottom__title::after, .page-bottom__item--related .page-bottom__title::after, .page-bottom__item--topics .page-bottom__title::after {
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  -webkit-transition: 0.5s -webkit-transform;
  transition: 0.5s -webkit-transform;
  transition: 0.5s transform;
  transition: 0.5s transform, 0.5s -webkit-transform;
}
.page-bottom__item--localnavi .page-bottom__title.js-active::after, .page-bottom__item--attention .page-bottom__title.js-active::after, .page-bottom__item--related .page-bottom__title.js-active::after, .page-bottom__item--topics .page-bottom__title.js-active::after {
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.page-bottom__item--noinfo {
  border: 2px solid #c73c86;
}
.page-bottom__item--noinfo .page-bottom__title {
  position: relative;
}
.page-bottom__item--noinfo .page-bottom__title::after {
  position: absolute;
  content: "";
  background-image: url(../images/2025_link_arrow_icon01.png);
  width: 24px;
  height: 24px;
  top: 50%;
  right: 16px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.page-bottom__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 2rem;
  font-family: "UD Shin Go DemiBold";
  font-weight: 700;
  padding: 15px 25px;
  text-decoration: none;
}
@media (hover: hover) {
  .page-bottom__title:hover {
    color: inherit;
  }
}
@media screen and (max-width:768px) {
  .page-bottom__title {
    padding: 13px 50px 12px 25px;
  }
}
.page-bottom__title.js-active {
  border-radius: 20px 20px 0 0;
}

.page-bottom__content {
  padding: 15px 25px 15px;
}
@media screen and (max-width:768px) {
  .page-bottom__content {
    padding: 5px 10px 20px;
  }
}

.page-bottom__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 10px;
}
.page-bottom__list li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 10px;
  border: 1px solid #c2c2c2;
  border-radius: 40px;
}
@media screen and (max-width:768px) {
  .page-bottom__list li a {
    font-size: 1.4rem;
    padding: 6px 10px;
  }
}
.page-bottom__list .now {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 10px;
  border: 1px solid #c2c2c2;
  font-family: "UD Shin Go DemiBold";
  font-weight: 700;
  border-radius: 40px;
}
@media screen and (max-width:768px) {
  .page-bottom__list .now {
    font-size: 1.4rem;
    padding: 6px 10px;
  }
}

.dladobereader {
  padding: 20px;
  border: 1px solid #f5ebf0;
  margin-bottom: 40px;
  border-radius: 8px;
}
.dladobereader a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
  margin-top: 10px;
}
@media screen and (max-width:768px) {
  .dladobereader a {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
  }
}

.contact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
  padding: 20px;
  border-radius: 8px;
  border: 1px solid #c73c86;
  font-size: 1.4rem;
}

.contact__title {
  font-size: 1.8rem;
  color: #c73c86;
}

.contact__section {
  font-size: 1.6rem;
  font-family: "UD Shin Go DemiBold";
  font-weight: 700;
}

.contact__link {
  position: relative;
}
.contact__link::before {
  position: absolute;
  content: "";
  background-image: url(../images/2025_link_arrow_icon02.png);
  background-size: cover;
  width: 12px;
  height: 21px;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.contact__link a {
  display: inline-block;
  padding-left: 20px;
}

.image-title {
  margin-bottom: 24px;
}
@media screen and (max-width:768px) {
  .image-title {
    margin-bottom: 40px;
  }
}
.image-title img {
  border-radius: 8px;
}

.subtop-branding {
  margin-bottom: 40px;
}
.subtop-branding .slide-items {
  margin-bottom: 16px;
}
.subtop-branding .slick-slide img {
  border-radius: 8px !important;
}
.subtop-branding .slick-control {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 32px;
}
@media screen and (max-width:768px) {
  .subtop-branding .slick-control {
    gap: 8px;
  }
}
@media screen and (max-width:768px) {
  .subtop-branding .slick-control__arrow-prev,
  .subtop-branding .slick-control__arrow-next,
  .subtop-branding .slick-control__button {
    width: 24px;
    height: 24px;
  }
}

.image-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  margin-bottom: 20px;
}
@media screen and (max-width:768px) {
  .image-link {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 0;
  }
}

.image-link__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.image-link__item img {
  border-radius: 8px;
}

.four-links {
  margin-bottom: 40px;
}

.four-links__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 8px;
}

.four-links__item {
  width: calc((100% - 24px) / 4);
}
@media screen and (max-width:768px) {
  .four-links__item {
    width: calc((100% - 8px) / 2);
  }
}
.four-links__item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 100%;
  border: 2px solid #c73c86;
  border-radius: 100px;
  padding: 15px 16px;
  font-family: "UD Shin Go DemiBold";
  font-weight: 700;
  font-size: 1.8rem;
  text-align: center;
  text-decoration: none;
}
@media (hover: hover) {
  .four-links__item a:hover {
    color: inherit;
    text-decoration: underline;
  }
}
@media screen and (max-width:768px) {
  .four-links__item a {
    padding: 4px 18px;
    font-size: 1.6rem;
  }
}

.card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  margin-bottom: 40px;
}
@media screen and (max-width:768px) {
  .card {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.card__item {
  width: calc((100% - 40px) / 3);
}
@media screen and (max-width:768px) {
  .card__item {
    width: 100%;
  }
}

.card__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
  padding: 20px;
  text-decoration: none;
  border: 2px solid #f4d8e7;
  border-radius: 8px;
  -webkit-transition: border 0.5s;
  transition: border 0.5s;
}
@media (hover: hover) {
  .card__link:hover {
    color: inherit;
    border: 2px solid #c73c86;
  }
}
.card__link img {
  border-radius: 8px;
}

.card__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  gap: 16px;
}

.card__title {
  padding-bottom: 16px;
  font-size: 1.8rem;
  text-decoration: underline;
  border-bottom: 1px solid #c2c2c2;
}

/* ==================================================
イベントカレンダー
================================================== */
.evecal__lead {
  margin-bottom: 32px;
}

.eventlist {
  margin-bottom: 24px;
  border: 1px solid #f4d8e7;
  border-radius: 16px;
}

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

.eventlist__tab-list {
  width: 50%;
}
.eventlist__tab-list a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  height: 100%;
  padding: 15px;
  background-color: #c73c86;
  text-decoration: none;
  text-align: center;
  font-size: 2.4rem;
  font-family: "UD Shin Go DemiBold";
  font-weight: 700;
  color: #ffffff;
}
@media screen and (max-width:768px) {
  .eventlist__tab-list a {
    padding: 3px;
    font-size: 1.8rem;
  }
}
.eventlist__tab-list:nth-of-type(1) a {
  border-radius: 16px 0 0 0;
}
.eventlist__tab-list:nth-of-type(2) a {
  border-radius: 0 16px 0 0;
}
.eventlist__tab-list.js-tab-active a {
  background-color: #ffffff;
  color: #333333;
}

.eventlist__box {
  display: none;
  padding: 20px;
}
.eventlist__box--today li {
  border-bottom: 1px dashed #c2c2c2;
}
.eventlist__box--today li:not(:has(a)) {
  padding: 20px 0;
  border-bottom: none;
}
.eventlist__box--today li img {
  display: none;
}
.eventlist__box--today li a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 20px 0;
}
@media screen and (max-width:768px) {
  .eventlist__box--today li a {
    padding: 20px 30px 20px 0;
  }
}
.eventlist__box--today li a::after {
  position: absolute;
  content: "";
  background-image: url(../images/2025_link_arrow_icon02.png);
  background-size: cover;
  width: 12px;
  height: 21px;
  top: 50%;
  right: 15px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width:768px) {
  .eventlist__box--today li a::after {
    right: 0;
  }
}
.eventlist__box--today li span {
  display: none;
}
.eventlist__box--deadline li {
  padding: 10px 0;
  border-bottom: 1px dashed #c2c2c2;
}
@media screen and (max-width:768px) {
  .eventlist__box--deadline li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
    gap: 8px;
  }
}
.eventlist__box--deadline li:not(:has(a)) {
  padding: 20px 0;
  border-bottom: none;
}
.eventlist__box--deadline li p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 30px;
  margin-bottom: 9px;
}
@media screen and (max-width:768px) {
  .eventlist__box--deadline li p {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 0;
    gap: 8px;
  }
}
.eventlist__box--deadline li .ecate1 {
  display: inline-block;
  margin-right: 30px;
  padding: 2px 8px;
  font-size: 1.4rem;
  font-family: "UD Shin Go DemiBold";
  font-weight: 700;
  background-color: #ebebeb;
  border-radius: 4px;
}
.eventlist__box.js-content-active {
  display: block;
}

/* イベントを探す */
.category {
  margin-bottom: 24px;
}
.category .calicon-li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 10px;
}
.category .calicon-li li {
  position: relative;
  width: calc((100% - 30px) / 4);
}
@media screen and (max-width:768px) {
  .category .calicon-li li {
    width: calc((100% - 10px) / 2);
  }
}
.category .calicon-li li:not(:has(a)) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 12px 12px 12px 42px;
  border: 1px solid #f5ebf0;
  border-radius: 8px;
  line-height: 1.1875;
}
.category .calicon-li li img {
  position: absolute;
  display: inline-block;
  top: 50%;
  left: 20px;
  width: 30px;
  height: 30px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width:768px) {
  .category .calicon-li li img {
    left: 10px;
  }
}
.category .calicon-li li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
  height: 100%;
  padding: 12px 12px 12px 42px;
  border: 1px solid #f5ebf0;
  border-radius: 8px;
  text-decoration: none;
  line-height: 1.1875;
  -webkit-transition: 0.5s all;
  transition: 0.5s all;
}
@media screen and (max-width:768px) {
  .category .calicon-li li a {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    min-height: 50px;
    padding: 6px 12px 6px 42px;
    text-align: center;
  }
}
@media (hover: hover) {
  .category .calicon-li li a:hover {
    color: inherit;
    border: 1px solid #c73c86;
  }
}

.category__button a {
  position: relative;
  display: inline-block;
  min-width: 200px;
  padding: 13px 10px 13px 55px;
  background-color: #c73c86;
  border-radius: 6px;
  color: #ffffff;
  font-weight: 500;
  text-decoration: none;
  -webkit-transition: 0.5s all;
  transition: 0.5s all;
}
.category__button a::before {
  position: absolute;
  display: inline-block;
  content: "";
  background-repeat: no-repeat;
  top: 50%;
  left: 20px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.category__button--calendar a::before {
  background-image: url(../images/2025_event_cal_icon.png);
  width: 26px;
  height: 26px;
}
.category__button--list a::before {
  background-image: url(../images/2025_event_list_icon.png);
  width: 26px;
  height: 25px;
}

/* 前の月・次の月  */
.month {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #e7f1dd;
  padding: 5px 0;
  border-radius: 6px;
}
.month .thismonth {
  position: relative;
  font-family: "UD Shin Go DemiBold";
  font-weight: 700;
  font-size: 2.6rem;
}
@media screen and (max-width:768px) {
  .month .thismonth {
    font-size: 2.4rem;
  }
}
.month .nextmonth {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 2.2rem;
  padding-right: 40px;
  color: #333333;
}
@media screen and (max-width:768px) {
  .month .nextmonth {
    font-size: 1.6rem;
    padding-right: 30px;
  }
}
.month .nextmonth .Is_Calendar {
  text-decoration: none;
}
.month .nextmonth::before {
  position: absolute;
  display: block;
  content: "";
  border-color: #c73c86;
  border-style: solid;
  border-width: 2px 2px 0 0;
  width: 6px;
  height: 6px;
  top: 50%;
  right: 20px;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
}
.month .lastmonth {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 2.2rem;
  color: #ffffff;
  padding-left: 40px;
  color: #333333;
}
@media screen and (max-width:768px) {
  .month .lastmonth {
    font-size: 1.6rem;
    padding-left: 30px;
  }
}
.month .lastmonth .Is_Calendar {
  text-decoration: none;
}
.month .lastmonth::after {
  position: absolute;
  display: block;
  content: "";
  border-color: #c73c86;
  border-style: solid;
  border-width: 2px 2px 0 0;
  width: 6px;
  height: 6px;
  top: 50%;
  left: 20px;
  -webkit-transform: translateY(-50%) rotate(225deg);
          transform: translateY(-50%) rotate(225deg);
}

/* カレンダーリスト  */
.calenderlist .calenderlist__table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0 10px;
  border: none;
}
@media screen and (max-width:768px) {
  .calenderlist tr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 10px;
  }
}
.calenderlist tr td {
  border-right: none;
  text-align: center;
  vertical-align: middle;
  font-family: "UD Shin Go DemiBold";
  font-weight: 700;
  font-size: 1.4rem;
  background-color: #f1f1f1;
}
@media screen and (max-width:768px) {
  .calenderlist tr td {
    border-right: 1px solid #c2c2c2;
  }
}
.calenderlist tr td .calendar_day {
  display: inline-block;
  width: 100%;
  text-align: center;
  font-size: 2rem;
}
.calenderlist tr td.event {
  width: 200px;
}
@media screen and (max-width:768px) {
  .calenderlist tr td.event {
    width: 100%;
    border-right: 1px solid #c2c2c2;
  }
}
.calenderlist tr td.einfo {
  padding: 20px 15px 30px 15px;
  text-align: left;
  font-family: "UD Shin Go Regular";
  font-weight: 400;
  vertical-align: top;
  background-color: #ffffff;
  border-right: 1px solid #c2c2c2;
}
@media screen and (max-width:768px) {
  .calenderlist tr td.einfo {
    padding: 20px 15px;
    border-top: none;
  }
}
.calenderlist tr td.einfo p {
  margin-bottom: 12px;
}
.calenderlist tr td.einfo p:has(img) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 30px;
}
@media screen and (max-width:768px) {
  .calenderlist tr td.einfo p {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 5px 0;
    margin-bottom: 10px;
  }
}
.calenderlist tr td.einfo p a {
  display: inline-block;
  width: calc(100% - 12px);
}
.calenderlist tr td.einfo p a:nth-of-type(2) {
  display: none;
}
.calenderlist tr td.einfo p img:nth-of-type(2) {
  display: none;
}
.calenderlist tr td.einfo ul {
  display: none;
}
.calenderlist tr.cal_sat td.cal_sat {
  width: 200px;
  color: #3c58c7;
}
@media screen and (max-width:768px) {
  .calenderlist tr.cal_sat td.cal_sat {
    width: 100%;
    border-right: 1px solid #c2c2c2;
  }
}
.calenderlist tr.cal_sun td.cal_sun {
  width: 200px;
  color: #c74f3c;
}
@media screen and (max-width:768px) {
  .calenderlist tr.cal_sun td.cal_sun {
    width: 100%;
    border-right: 1px solid #c2c2c2;
  }
}
.calenderlist tr.cal_holiday td.cal_holiday {
  width: 200px;
  color: #c74f3c;
}
@media screen and (max-width:768px) {
  .calenderlist tr.cal_holiday td.cal_holiday {
    width: 100%;
    border-right: 1px solid #c2c2c2;
  }
}
.calenderlist tr.cal_today td.cal_today {
  width: 200px;
  border: 3px solid #c73c86;
  border-right: 1px solid #c2c2c2;
}
@media screen and (max-width:768px) {
  .calenderlist tr.cal_today td.cal_today {
    width: 100%;
    border-right: 3px solid #c73c86;
    border-bottom: 1px solid #ffffff;
  }
}
.calenderlist tr.cal_today .einfo {
  border: 3px solid #c73c86;
  border-left: none;
}
@media screen and (max-width:768px) {
  .calenderlist tr.cal_today .einfo {
    border-left: 3px solid #c73c86;
    border-top: none;
  }
}

/* カレンダーテーブル　*/
.calender {
  margin-top: 25px;
}

.calender__table {
  width: 100%;
  border-collapse: collapse;
  border: 2px solid #ffffff;
}
.calender__table th {
  width: 14.2857142857%;
  padding: 10px 4px;
  text-align: center;
  background-color: #f5f5ee;
}
.calender__table td {
  width: 14.2857142857%;
  padding: 10px;
}
.calender__table td.cal_sat {
  background-color: #ebf4f7;
}
.calender__table td.cal_sun, .calender__table td.cal_holiday, .calender__table td.dirEventHoli {
  background-color: #f7ebeb;
}
.calender__table p {
  margin-bottom: 10px;
}
.calender__table p img {
  float: left;
  margin-right: 5px;
}

@media screen and (max-width:768px) {
  .calender .scroll_table {
    white-space: wrap;
  }
}

@media screen and (max-width:768px) {
  .calender__table td {
    padding: 0;
  }
}

/* セル内表示設定
============================== */
p.cal_today_event_none {
  background-color: #fff;
  padding: 8px 28px;
}

.header--saigai {
  border-bottom: 2px solid #333333;
}
@media screen and (max-width:768px) {
  .header--saigai {
    height: auto;
  }
}
.header--saigai .header__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 1200px;
}
@media screen and (max-width:768px) {
  .header--saigai .header__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    width: 100%;
    padding: 15px 10px 30px;
  }
}
.header--saigai .header__title {
  font-size: 4rem;
  font-family: "UD Shin Go DemiBold";
  font-weight: 700;
}
@media screen and (max-width:768px) {
  .header--saigai .header__title {
    font-size: 2.6rem;
  }
}
.header--saigai .header__right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
  min-width: 600px;
}
@media screen and (max-width:768px) {
  .header--saigai .header__right {
    width: 100%;
    min-width: auto;
  }
}
.header--saigai .header-saigainav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: 1px solid #000000;
}
@media screen and (max-width:768px) {
  .header--saigai .header-saigainav {
    width: 100%;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    border: none;
    gap: 5px;
  }
}
.header--saigai .header-saigainav__list a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #000000;
  padding: 0 20px;
  color: #ffffff;
  font-size: 1.5rem;
  font-family: "UD Shin Go DemiBold";
  font-weight: 700;
  text-decoration: none;
}
@media screen and (max-width:768px) {
  .header--saigai .header-saigainav__list a {
    font-size: 1.2rem;
    font-weight: 400;
  }
}
@media (hover: hover) {
  .header--saigai .header-saigainav__list a:hover {
    text-decoration: none;
  }
}
.header--saigai .header-saigainav__list--top {
  position: relative;
  min-width: 200px;
}
@media screen and (max-width:768px) {
  .header--saigai .header-saigainav__list--top {
    width: 100%;
    border: 2px solid #000000;
  }
}
.header--saigai .header-saigainav__list--top::before {
  position: absolute;
  content: "";
  top: 50%;
  left: 13px;
  height: 10px;
  width: 8px;
  background-color: #333;
  clip-path: polygon(0 0, 0 100%, 100% 50%);
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width:768px) {
  .header--saigai .header-saigainav__list--top::before {
    left: 30%;
    -webkit-transform: translateX(-50%) translateY(-50%);
            transform: translateX(-50%) translateY(-50%);
  }
}
.header--saigai .header-saigainav__list--top a {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #f2f2f2;
  color: #000000;
  padding: 11px 5px 11px 30px;
  font-size: 1.5rem;
  font-family: "UD Shin Go DemiBold";
  font-weight: 700;
}
.header--saigai .header-saigainav__list--zoom {
  position: relative;
  min-width: 220px;
  border-right: 1px solid #ffffff;
}
@media screen and (max-width:768px) {
  .header--saigai .header-saigainav__list--zoom {
    width: calc((100% - 5px) / 2);
    border: none;
    min-width: auto;
  }
}
.header--saigai .header-saigainav__list--zoom::before {
  position: absolute;
  content: "";
  background-image: url(../images/2025_saigai_zoom_icon.png);
  top: 50%;
  left: 13px;
  width: 16px;
  height: 10px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width:768px) {
  .header--saigai .header-saigainav__list--zoom::before {
    left: 7px;
  }
}
.header--saigai .header-saigainav__list--zoom a {
  padding: 11px 5px 11px 35px;
}
@media screen and (max-width:768px) {
  .header--saigai .header-saigainav__list--zoom a {
    letter-spacing: 0.1em;
    padding: 11px 0px 11px 29px;
  }
}
.header--saigai .header-saigainav__list--mult {
  position: relative;
  min-width: 180px;
}
@media screen and (max-width:768px) {
  .header--saigai .header-saigainav__list--mult {
    width: calc((100% - 5px) / 2);
    min-width: auto;
  }
}
.header--saigai .header-saigainav__list--mult::before {
  position: absolute;
  content: "";
  background-image: url(../images/2025_saigai_mult_icon.png);
  top: 50%;
  left: 13px;
  width: 16px;
  height: 16px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.header--saigai .header-saigainav__list--mult a {
  padding: 11px 5px 11px 40px;
}
.header--saigai .h0search {
  width: 280px;
  padding: 15px 0;
}
@media screen and (max-width:768px) {
  .header--saigai .h0search {
    width: 100%;
    padding: 15px 0 30px;
  }
}
.header--saigai .h0search .gsc-search-box {
  margin: 0;
  border: 1px solid #000000;
}
.header--saigai .h0search .gsc-input {
  padding: 0;
  line-height: 0;
  background-color: #f2f2f2;
}
.header--saigai .h0search .gsc-input-box {
  border: none;
  background-color: transparent;
}
.header--saigai .h0search .gstl_50 {
  border: none;
}
.header--saigai .h0search .gsib_a {
  border: none;
  line-height: 0;
  background-color: transparent;
}
@media screen and (max-width:768px) {
  .header--saigai .h0search .gsib_a {
    padding: 0px 9px;
  }
}
.header--saigai .h0search .gsib_b {
  border: none;
  padding: 0 10px;
  background-color: #f2f2f2;
}
.header--saigai .h0search .gsc-search-button {
  padding: 0;
  margin: 0;
  border: none;
}
.header--saigai .h0search .gsc-search-button-v2 {
  width: 50px;
  height: 34px;
  background-color: #000000;
  border-color: #000000;
  border-radius: 0;
}
@media screen and (max-width:768px) {
  .header--saigai .h0search .gsc-search-button-v2 {
    height: 36px;
  }
}
.header--saigai .h0search .gsc-search-button-v2 svg {
  width: 20px;
  height: 20px;
}
.header--saigai .h0search input.gsc-input {
  background-color: transparent !important;
}

.main--saigai {
  background-color: #ffffff;
}

.saigai-mv {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  min-width: 1240px;
  margin: 0 auto;
  background-color: #f2f2f2;
}
@media screen and (max-width:768px) {
  .saigai-mv {
    max-width: none;
    min-width: auto;
  }
}

.saigai-mv__text {
  width: 1240px;
  padding: 20px;
  font-size: 1.4rem;
  font-family: "UD Shin Go DemiBold";
  font-weight: 700;
}
@media screen and (max-width:768px) {
  .saigai-mv__text {
    width: 100%;
    font-size: 1.6rem;
  }
}

.saigai-mv__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 1240px;
  padding: 0 20px 40px;
  gap: 20px;
}
@media screen and (max-width:768px) {
  .saigai-mv__inner {
    width: 100%;
    padding: 0 10px 40px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.saigai-mv__left {
  width: 800px;
  background-color: #ffffff;
  border: 2px solid #a30000;
  border-radius: 15px;
  padding: 30px;
}
@media screen and (max-width:768px) {
  .saigai-mv__left {
    width: 100%;
    padding: 30px 10px 10px;
  }
}
.saigai-mv__left .h2bg h2 {
  background-color: #a30000;
  color: #ffffff;
}
.saigai-mv__left .h2bg h2::before {
  content: none;
}
.saigai-mv__left .h3bg h3 {
  position: relative;
  color: #a30000;
  border-bottom: 2px solid #a30000;
  border-radius: 0;
  background-color: transparent;
}
.saigai-mv__left .h3bg h3::before {
  position: absolute;
  content: "";
  background-color: #a30000;
  left: 0;
  top: calc(50% + 1px);
  width: 6px;
  height: calc(100% - 20px);
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  border-left: none;
  border-radius: 20px;
}
.saigai-mv__left .h4bg h4::before {
  position: absolute;
  content: "";
  background-image: url(../images/2025_saigai_title_icon.png);
  background-repeat: no-repeat;
  background-color: transparent;
  width: 18px;
  height: 18px;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.saigai-mv__left .h4bg h4::after {
  content: none;
}
.saigai-mv__left .h5bg h5 {
  color: #a30000;
}
.saigai-mv__left ul {
  list-style: inside;
  padding-bottom: 20px;
}
.saigai-mv__left ul li {
  padding: 8px 0 8px 8px;
}
.saigai-mv__left ol li {
  padding-bottom: 10px;
}
.saigai-mv__left p {
  padding-bottom: 20px;
}

.saigai-mv__title {
  padding-bottom: 20px;
  text-align: center;
  color: #a30000;
  font-size: 2.8rem;
}

.saigai-mv__sns {
  background-color: #ffffff;
  border: 2px solid #000000;
  border-radius: 10px;
  padding: 20px 14px 30px;
}
@media screen and (max-width:768px) {
  .saigai-mv__sns {
    padding: 20px 10px 30px;
  }
}
.saigai-mv__sns .sns-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 20px;
  padding: 0 30px;
}

.saigai-mv__sns-title {
  padding-bottom: 30px;
  text-align: center;
  font-size: 2rem;
  font-family: "UD Shin Go DemiBold";
  font-weight: 700;
}

.saigai-mv__sns-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 10px;
}

.saigai-mv__right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
}
.saigai-mv__right img {
  width: 100%;
}

.saigai-cont {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  max-width: 1366px;
  min-width: 1240px;
  margin: 0 auto;
  background-color: #ffffff;
}
@media screen and (max-width:768px) {
  .saigai-cont {
    max-width: none;
    min-width: auto;
  }
}

.saigai-cont__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 1240px;
  padding: 40px 20px;
}
@media screen and (max-width:768px) {
  .saigai-cont__inner {
    width: 100%;
  }
}

.saigai-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 30px 0;
  border: 2px solid #000000;
  border-radius: 14px;
}
@media screen and (max-width:768px) {
  .saigai-menu {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    border: none;
    padding: 0;
    gap: 10px;
  }
}

.saigai-menu__item {
  width: 25%;
  padding: 0 20px 40px 20px;
  border-right: 1px solid #cccccc;
}
@media screen and (max-width:768px) {
  .saigai-menu__item {
    width: 100%;
    border: none;
    padding: 0;
  }
}
.saigai-menu__item:last-child {
  border: none;
}
.saigai-menu__item:nth-of-type(1) .saigai-menu__title::before {
  background-image: url(../images/2025_saigai-menu_icon01.png);
}
.saigai-menu__item:nth-of-type(2) .saigai-menu__title::before {
  background-image: url(../images/2025_saigai-menu_icon02.png);
}
.saigai-menu__item:nth-of-type(3) .saigai-menu__title::before {
  background-image: url(../images/2025_saigai-menu_icon03.png);
}
.saigai-menu__item:nth-of-type(4) .saigai-menu__title::before {
  background-image: url(../images/2025_saigai-menu_icon04.png);
}

.saigai-menu__title {
  position: relative;
  padding: 10px 0 30px 65px;
  font-size: 2.2rem;
  font-family: "UD Shin Go DemiBold";
  font-weight: 700;
}
@media screen and (max-width:768px) {
  .saigai-menu__title {
    border: 1px solid #cccccc;
    border-radius: 6px;
    padding: 0;
  }
}
.saigai-menu__title::before {
  position: absolute;
  content: "";
  display: inline-block;
  background-size: cover;
  top: 0;
  left: 0;
  width: 56px;
  height: 56px;
}
@media screen and (max-width:768px) {
  .saigai-menu__title::before {
    top: 50%;
    left: 20px;
    width: 40px;
    height: 40px;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}
@media screen and (max-width:768px) {
  .saigai-menu__title span {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 12px 10px 13px 70px;
  }
  .saigai-menu__title span::before {
    position: absolute;
    content: "";
    background-color: #000000;
    width: 20px;
    height: 2px;
    top: 50%;
    right: 25px;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .saigai-menu__title span::after {
    position: absolute;
    content: "";
    background-color: #000000;
    width: 20px;
    height: 2px;
    top: 50%;
    right: 25px;
    -webkit-transform: translateY(-50%) rotate(-90deg);
            transform: translateY(-50%) rotate(-90deg);
    -webkit-transition: 0.5s -webkit-transform;
    transition: 0.5s -webkit-transform;
    transition: 0.5s transform;
    transition: 0.5s transform, 0.5s -webkit-transform;
  }
  .saigai-menu__title.js-active span::after {
    -webkit-transform: translateY(-50%) rotate(0);
            transform: translateY(-50%) rotate(0);
  }
}

@media screen and (max-width:768px) {
  .saigai-menu__list {
    padding: 25px;
  }
}
.saigai-menu__list li {
  position: relative;
  padding-left: 20px;
  margin-bottom: 20px;
}
.saigai-menu__list li::before {
  position: absolute;
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  border-top: 2px solid #000;
  border-left: 2px solid #000;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
  top: 7px;
  left: 0;
}

.pagetop-saigai {
  width: 100%;
  padding: 8px 0;
  background-color: #e6e6e6;
  text-align: center;
}

.pagetop-saigai__link {
  position: relative;
  font-family: "UD Shin Go DemiBold";
  font-weight: 700;
  text-decoration: none;
}
.pagetop-saigai__link:visited {
  color: #333333;
}
.pagetop-saigai__link::before {
  position: absolute;
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  border-top: 2px solid #000;
  border-left: 2px solid #000;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  top: 6px;
  left: -20px;
}

.footer-saigai {
  background-color: #000000;
}
.footer-saigai .footer-saigai__text {
  width: 1240px;
  padding: 20px 20px 15px;
  color: #ffffff;
}
.footer-saigai .footer-saigai__text .pc-only {
  display: inline;
}
@media screen and (max-width:768px) {
  .footer-saigai .footer-saigai__text {
    width: 100%;
    padding: 20px 10px 30px;
    font-size: 1.5rem;
  }
  .footer-saigai .footer-saigai__text .pc-only {
    display: none;
  }
  .footer-saigai .footer-saigai__text .sp-only {
    display: inline;
  }
  .footer-saigai .footer-saigai__text a {
    color: #ffffff;
    text-decoration: underline;
  }
}
.footer-saigai .footer-saigai__copyright {
  width: 1240px;
  padding: 0 20px 30px;
  text-align: left;
  color: #ffffff;
}
@media screen and (max-width:768px) {
  .footer-saigai .footer-saigai__copyright {
    width: 100%;
    padding: 0 10px 10px;
    font-size: 1.4rem;
  }
}

.form_allwp p {
  padding-bottom: 20px;
}
.form_allwp .submitbox {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

/* ==================================================
新着情報
================================================== */
.info-list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 20px;
}
.info-list li .date {
  display: inline-block;
  width: 150px;
  font-size: 1.4rem;
  font-family: "UD Shin Go DemiBold";
  font-weight: 700;
}
.info-list li .title {
  width: calc(100% - 150px);
}
@media screen and (max-width:768px) {
  .info-list li .title {
    width: 100%;
  }
}
@media screen and (max-width:768px) {
  .info-list li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

main {
  background-color: #f5f5ee;
}

/* 共通 */
.home-section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  max-width: 1280px;
  min-width: 1160px;
  margin: 0 auto;
}
@media screen and (max-width:768px) {
  .home-section {
    max-width: none;
    min-width: auto;
  }
}
@media screen and (max-width:768px) {
  .home-section--branding .home-section__inner {
    padding: 30px 0;
  }
}
.home-section--branding .home-section__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 42px;
}
@media screen and (max-width:768px) {
  .home-section--branding .home-section__body {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 55px;
  }
}
.home-section--emergency .home-section__inner {
  background-color: #ffffff;
  border-radius: 16px;
  padding: 40px 32px;
}
@media screen and (max-width:768px) {
  .home-section--emergency .home-section__inner {
    margin: 0 16px;
    padding: 16px;
  }
}
.home-section--emergency .home-section__heading {
  position: relative;
  pointer-events: none;
  text-align: center;
  line-height: 1;
}
.home-section--emergency .home-section__heading::after {
  content: none;
}
.home-section--emergency .home-section__heading button {
  width: 100%;
  font-family: "UD Shin Go DemiBold";
  font-weight: 700;
  font-size: 3.2rem;
  color: #ffffff;
}
@media screen and (max-width:768px) {
  .home-section--emergency .home-section__heading button {
    pointer-events: auto;
    background-image: url(../images/2025_icon_circle.png);
    background-repeat: no-repeat;
    background-position: top 8px right 0;
    background-size: 24px 24px;
    font-size: 2.4rem;
  }
  .home-section--emergency .home-section__heading button::before, .home-section--emergency .home-section__heading button::after {
    position: absolute;
    content: "";
    background-color: #ffffff;
    width: 10px;
    height: 2px;
    top: 19px;
    right: 7px;
    border-radius: 10px;
  }
  .home-section--emergency .home-section__heading button::after {
    left: auto;
    -webkit-transform: rotate(-90deg);
            transform: rotate(-90deg);
    -webkit-transition: 0.5s -webkit-transform;
    transition: 0.5s -webkit-transform;
    transition: 0.5s transform;
    transition: 0.5s transform, 0.5s -webkit-transform;
  }
  .home-section--emergency .home-section__heading button.js-active::after {
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}
.home-section--emergency .home-section__heading span {
  display: inline-block;
  padding: 8px 16px;
  border-radius: 4px;
  background-color: #c73c86;
  color: #ffffff;
  text-decoration: none;
  line-height: 1;
}
.home-section--link {
  width: 100%;
  max-width: none;
  min-width: 1120px;
  margin-top: 40px;
  background-color: #ffffff;
}
@media screen and (max-width:768px) {
  .home-section--link {
    min-width: auto;
  }
}
.home-section--search .home-section__inner {
  display: grid;
  grid-template-columns: 720px 360px;
  gap: 40px;
}
@media screen and (max-width:768px) {
  .home-section--search .home-section__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.home-section--search .home-section__header {
  grid-column: 1/3;
}
@media screen and (max-width:768px) {
  .home-section--topics .home-section__inner {
    padding: 30px 0;
  }
}
.home-section--municipal .home-section__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 32px;
  background-color: #ffffff;
  border-radius: 16px;
  padding: 32px;
}
@media screen and (max-width:768px) {
  .home-section--municipal .home-section__body {
    gap: 24px;
    padding: 24px 16px;
  }
}
@media screen and (max-width:768px) {
  .home-section--related .home-section__inner {
    padding: 30px 0;
  }
}

.home-section__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 1120px;
  padding: 40px 0;
  gap: 40px;
}
@media screen and (max-width:768px) {
  .home-section__inner {
    width: 100%;
    padding: 30px 16px;
  }
}

.home-section__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width:768px) {
  .home-section__header {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0;
  }
}

.home-section__heading {
  position: relative;
  font-size: 3.2rem;
  font-family: "UD Shin Go DemiBold";
  font-weight: 700;
  color: #333333;
}
@media screen and (max-width:768px) {
  .home-section__heading {
    font-size: 2.4rem;
  }
}
.home-section__heading::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 2px;
  background-color: #c73c86;
  bottom: -10px;
  left: 50%;
  -webkit-transform: translate(-50%);
          transform: translate(-50%);
}

/* メインビジュアル */
.mainvisual {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-width: 1366px;
  min-width: 1240px;
  width: 100%;
  margin: 0 auto 60px;
}
@media screen and (max-width:768px) {
  .mainvisual {
    width: 100%;
    max-width: none;
    min-width: auto;
    background: none;
    margin: 0 auto 40px;
  }
}
.mainvisual__inner {
  position: relative;
  width: 100%;
}
.mainvisual .slick-control {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  bottom: 20px;
  right: 20px;
  gap: 15px;
}
@media screen and (max-width:768px) {
  .mainvisual .slick-control {
    bottom: -35px;
    right: 0px;
  }
}
.mainvisual .slick-slide img {
  width: 100%;
  border-radius: 20px;
}
.mainvisual .slick-dots {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0;
  margin: 0;
  gap: 15px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (max-width:768px) {
  .mainvisual .slick-dots {
    width: 100%;
  }
}
.mainvisual .slick-dots li {
  position: relative;
  display: inline-block;
  height: 14px;
  width: 14px;
  padding: 0;
  cursor: pointer;
}
.mainvisual .slick-dots li button {
  border: 0;
  background-color: #ffffff;
  display: block;
  height: 14px;
  width: 14px;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
  border-radius: 50%;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  border: 2px solid #c73c86;
}
.mainvisual .slick-dots li.slick-active button {
  background-color: #c73c86;
}
.mainvisual .slick-control__button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.branding {
  width: 596px;
}
@media screen and (max-width:768px) {
  .branding {
    width: 100%;
  }
}
.branding .slide-items {
  position: relative;
  margin-bottom: 16px;
}
.branding .slick-control {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  bottom: 20px;
  right: 20px;
  gap: 32px;
}
@media screen and (max-width:768px) {
  .branding .slick-control {
    bottom: -35px;
    right: 0px;
    gap: 16px;
  }
}
@media screen and (max-width:768px) {
  .branding .slick-slide {
    -webkit-transition: -webkit-transform 0.3s ease;
    transition: -webkit-transform 0.3s ease;
    transition: transform 0.3s ease;
    transition: transform 0.3s ease, -webkit-transform 0.3s ease;
    -webkit-transform: scale(0.9);
            transform: scale(0.9); /* 小さくする */
    opacity: 0.6;
  }
}
.branding .slick-slide img {
  width: 100%;
  border-radius: 20px;
}
@media screen and (max-width:768px) {
  .branding .slick-center {
    -webkit-transform: scale(1);
            transform: scale(1); /* 中央は通常サイズ */
    opacity: 1;
  }
}
.branding .arrow-prev-pc-wrap {
  display: block;
}
@media screen and (max-width:768px) {
  .branding .arrow-prev-pc-wrap {
    display: none;
  }
}
.branding .arrow-next-pc-wrap {
  display: block;
}
@media screen and (max-width:768px) {
  .branding .arrow-next-pc-wrap {
    display: none;
  }
}
.branding .arrow-prev-sp-wrap {
  display: none;
}
@media screen and (max-width:768px) {
  .branding .arrow-prev-sp-wrap {
    position: absolute;
    top: 50%;
    left: 12px;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    z-index: 999;
  }
}
.branding .arrow-next-sp-wrap {
  display: none;
}
@media screen and (max-width:768px) {
  .branding .arrow-next-sp-wrap {
    position: absolute;
    top: 50%;
    right: 12px;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    z-index: 999;
  }
}
.branding .slick-control__button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width:768px) {
  .branding .slick-control__button {
    width: 24px;
    height: 24px;
  }
}

.site-search {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  background-color: #ffffff;
  border-radius: 20px;
}
@media screen and (max-width:768px) {
  .site-search {
    margin: 0 16px;
  }
}
.site-search .search__box {
  border-bottom: 1px dashed #c2c2c2;
}

.site-search__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
  padding: 32px;
}
@media screen and (max-width:768px) {
  .site-search__inner {
    padding: 16px;
  }
}

.site-search__title {
  margin-bottom: 18px;
  font-size: 1.4rem;
  font-family: "UD Shin Go DemiBold";
  font-weight: 700;
}

.keyword-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 16px;
}
@media screen and (max-width:768px) {
  .keyword-list {
    gap: 16px 14px;
  }
}

.keyword-list__link {
  display: block;
  background-color: #ffffff;
  border: 2px solid #ecd0d9;
  border-radius: 100px;
  padding: 6px 14px;
  text-decoration: none;
  -webkit-transition: border 0.5s;
  transition: border 0.5s;
}
@media (hover: hover) {
  .keyword-list__link:hover {
    border: 2px solid #c73c86;
    color: inherit;
  }
}

.emergency {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 16px;
}
@media screen and (max-width:768px) {
  .emergency {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.emergency__item {
  position: relative;
  width: calc((100% - 48px) / 4);
}
@media screen and (max-width:768px) {
  .emergency__item {
    width: 100%;
  }
}
.emergency__item::before {
  position: absolute;
  content: "";
  background-image: url(../images/2025_link_arrow_icon01.png);
  width: 24px;
  height: 24px;
  top: 50%;
  right: 16px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 999;
}

.emergency__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  height: 100%;
  text-decoration: none;
  padding: 28px 43px 28px 13px;
  border: 2px solid #c73c86;
  border-radius: 8px;
  font-family: "UD Shin Go DemiBold";
  font-weight: 700;
}
@media screen and (max-width:768px) {
  .emergency__link {
    padding: 14px 40px 14px 16px;
  }
}
@media (hover: hover) {
  .emergency__link:hover {
    color: inherit;
  }
}

.link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 20px;
}
@media screen and (max-width:768px) {
  .link {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.link__item {
  position: relative;
  width: calc((100% - 40px) / 3);
}
@media screen and (max-width:768px) {
  .link__item {
    width: 100%;
  }
}
.link__item:before {
  position: absolute;
  content: "";
  background-image: url(../images/2025_link_arrow_icon01.png);
  width: 24px;
  height: 24px;
  top: 50%;
  right: 16px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.link__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100%;
  border: 2px solid #ecd0d9;
  text-decoration: none;
  border-radius: 8px;
  padding: 28px 45px 28px 16px;
  font-size: 2.4rem;
  font-family: "UD Shin Go DemiBold";
  font-weight: 700;
  -webkit-transition: border 0.5s;
  transition: border 0.5s;
}
@media screen and (max-width:768px) {
  .link__link {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
    font-size: 2rem;
  }
}
@media (hover: hover) {
  .link__link:hover {
    border: 2px solid #c73c86;
    color: inherit;
  }
}

.search-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 12px;
  grid-column: 1/3;
}
@media screen and (max-width:768px) {
  .search-link {
    gap: 12px 8px;
  }
}

.search-link__item {
  width: calc((100% - 84px) / 8);
  border-radius: 8px;
  background-color: #ffffff;
  color: #333333;
  font-weight: 500;
  -webkit-transition: 0.5s all;
  transition: 0.5s all;
}
@media (hover: hover) {
  .search-link__item:hover {
    text-decoration: none;
  }
}
@media screen and (max-width:768px) {
  .search-link__item {
    width: calc((100% - 24px) / 4);
    height: auto;
    min-height: 110px;
  }
}
.search-link__item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
  padding: 16px 0;
  gap: 16px;
  text-decoration: none;
}
@media screen and (max-width:768px) {
  .search-link__item a {
    gap: 12px;
    padding: 10px 0;
  }
}

.search-link__img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 82px;
}
@media screen and (max-width:768px) {
  .search-link__img {
    height: 64px;
  }
  .search-link__img img {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    height: 100%;
  }
}

.search-link__text {
  font-family: "UD Shin Go DemiBold";
  font-weight: 700;
  font-size: 1.4rem;
  text-align: center;
  line-height: 1;
}
@media screen and (max-width:768px) {
  .search-link__text {
    font-size: 1.2rem;
    line-height: 1.2;
  }
}

.news {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background-color: #ffffff;
  border-radius: 16px;
  padding: 32px;
}
@media screen and (max-width:768px) {
  .news {
    padding: 24px 16px;
  }
}

.news__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 32px;
}
@media screen and (max-width:768px) {
  .news__content {
    gap: 5px;
  }
}

.news__list li {
  padding: 15px 0;
  border-bottom: 1px dashed #c1c1c1;
}
.news__list li:last-child {
  border-bottom: none;
}
.news__list dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 0;
}
.news__list dt {
  font-size: 1.4rem;
}

.news__rss {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
}
@media screen and (max-width:768px) {
  .news__rss {
    margin-bottom: 20px;
  }
}
.news__rss a {
  color: #c73c86;
}

.news__title {
  position: relative;
  padding-left: 20px;
  font-size: 2.4rem;
  font-family: "UD Shin Go DemiBold";
  font-weight: 700;
}
@media screen and (max-width:768px) {
  .news__title {
    font-size: 2rem;
  }
}
.news__title::before {
  content: "";
  position: absolute;
  display: inline-block;
  background-color: #c73c86;
  width: 4px;
  height: 40px;
  top: -2px;
  left: 0;
}
@media screen and (max-width:768px) {
  .news__title::before {
    height: 30px;
    top: 0px;
  }
}

.news__button-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.news__button {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-width: 240px;
  border-radius: 100px;
  padding: 12px 35px 12px 12px;
  border: 1.5px solid #c73c86;
  font-family: "UD Shin Go DemiBold";
  font-weight: 700;
  -webkit-transition: 0.5s all;
  transition: 0.5s all;
  text-decoration: none;
}
@media (hover: hover) {
  .news__button:hover {
    color: inherit;
  }
}
.news__button::after {
  position: absolute;
  content: "";
  background-image: url(../images/2025_link_arrow_icon01.png);
  width: 24px;
  height: 24px;
  top: 50%;
  right: 16px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.kouhou {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 32px;
}
@media screen and (max-width:768px) {
  .kouhou {
    margin: 16px 0;
  }
}

.kouhou__text {
  font-family: "UD Shin Go DemiBold";
  font-weight: 700;
}

.kouhou__back-number {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.kouhou__back-number a {
  position: relative;
  display: inline-block;
  text-decoration: underline;
  padding-left: 20px;
  font-family: "UD Shin Go DemiBold";
  font-weight: 700;
}
.kouhou__back-number a::before {
  position: absolute;
  content: "";
  background-image: url(../images/2025_link_arrow_icon02.png);
  background-size: cover;
  width: 9px;
  height: 16px;
  top: 50%;
  left: 0px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.kouhou__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  text-decoration: none;
}
@media (hover: hover) {
  .kouhou__link:hover {
    color: inherit;
  }
}
.kouhou__link img {
  -webkit-box-shadow: 0px 0px 16px #cccccc;
          box-shadow: 0px 0px 16px #cccccc;
  -webkit-transition: 0.5s all;
  transition: 0.5s all;
}
@media screen and (max-width:768px) {
  .kouhou__link img {
    width: 56%;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
}
@media (hover: hover) {
  .kouhou__link img:hover {
    -webkit-box-shadow: 0px 0px 3px #cccccc;
            box-shadow: 0px 0px 3px #cccccc;
  }
}

.sns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
}

.about-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 20px;
}
@media screen and (max-width:768px) {
  .about-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 10px;
  }
}

.about-list__item {
  width: calc((100% - 40px) / 3);
  border-radius: 8px;
  background-color: #ffffff;
  border: 1.5px solid #ecd0d9;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
@media screen and (max-width:768px) {
  .about-list__item {
    width: 100%;
  }
}
@media (hover: hover) {
  .about-list__item:hover {
    border: 1.5px solid #c73c86;
  }
}

.about-list__link {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 8px 53px 8px 8px;
  gap: 16px;
  text-decoration: none;
  -webkit-transition: 0.5s all;
  transition: 0.5s all;
}
@media screen and (max-width:768px) {
  .about-list__link {
    font-size: 2rem;
  }
  .about-list__link img {
    width: 48px;
  }
}
@media (hover: hover) {
  .about-list__link:hover {
    color: inherit;
  }
}
.about-list__link::after {
  position: absolute;
  content: "";
  background-image: url(../images/2025_link_arrow_icon01.png);
  width: 24px;
  height: 24px;
  top: 50%;
  right: 24px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.about-list__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  font-family: "UD Shin Go DemiBold";
  font-weight: 700;
  font-size: 2rem;
  line-height: 1.2;
}

.municipal-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (max-width:768px) {
  .municipal-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.municipal-list--2column {
  gap: 32px;
}
@media screen and (max-width:768px) {
  .municipal-list--2column {
    gap: 16px;
  }
}
.municipal-list--2column .municipal-list__item {
  width: calc((100% - 32px) / 2);
}
@media screen and (max-width:768px) {
  .municipal-list--2column .municipal-list__item {
    width: 100%;
  }
}
@media screen and (max-width:768px) {
  .municipal-list--2column img {
    width: 48px;
  }
}
.municipal-list--2column .municipal-list__title {
  font-size: 2.4rem;
}
@media screen and (max-width:768px) {
  .municipal-list--2column .municipal-list__title {
    font-size: 2rem;
  }
}
.municipal-list--3column {
  gap: 18px;
}
@media screen and (max-width:768px) {
  .municipal-list--3column {
    gap: 16px;
  }
}
.municipal-list--3column .municipal-list__item {
  width: calc((100% - 36px) / 3);
}
@media screen and (max-width:768px) {
  .municipal-list--3column .municipal-list__item {
    width: 100%;
  }
}
@media screen and (max-width:768px) {
  .municipal-list--3column img {
    width: 40px;
  }
}
@media screen and (max-width:768px) {
  .municipal-list--3column .municipal-list__link {
    gap: 10px;
  }
}
@media (hover: hover) {
  .municipal-list--3column .municipal-list__link:hover {
    color: inherit;
  }
}
.municipal-list--3column .municipal-list__title {
  font-size: 2rem;
}

.municipal-list__item {
  border-radius: 8px;
  border: 1.5px solid #ecd0d9;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
@media screen and (max-width:768px) {
  .municipal-list__item {
    width: 100%;
  }
}
@media (hover: hover) {
  .municipal-list__item:hover {
    border: 1.5px solid #c73c86;
  }
}

.municipal-list__link {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 14px 50px 14px 14px;
  gap: 16px;
  text-decoration: none;
  -webkit-transition: 0.5s all;
  transition: 0.5s all;
}
@media screen and (max-width:768px) {
  .municipal-list__link {
    padding: 14px 40px 14px 14px;
  }
}
@media (hover: hover) {
  .municipal-list__link:hover {
    color: inherit;
  }
}
.municipal-list__link::after {
  position: absolute;
  content: "";
  background-image: url(../images/2025_link_arrow_icon01.png);
  width: 24px;
  height: 24px;
  top: 50%;
  right: 24px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width:768px) {
  .municipal-list__link::after {
    right: 16px;
  }
}

.municipal-list__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  font-family: "UD Shin Go DemiBold";
  font-weight: 700;
  line-height: 1.2;
}

.population {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
  padding-top: 32px;
  border-top: 1px dashed #c2c2c2;
}

.population__heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 32px;
}
@media screen and (max-width:768px) {
  .population__heading {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.population__title {
  font-size: 2.4rem;
  font-family: "UD Shin Go DemiBold";
  font-weight: 700;
}
@media screen and (max-width:768px) {
  .population__title {
    font-size: 2rem;
  }
}

.population__detail {
  font-size: 1.4rem;
  color: #c73c86;
}

.population__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 32px;
}
@media screen and (max-width:768px) {
  .population__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 10px;
  }
}

.population__strong {
  font-size: 2rem;
  font-family: "UD Shin Go DemiBold";
  font-weight: 700;
}
@media screen and (max-width:768px) {
  .population__strong {
    font-size: 1.6rem;
  }
}

@media screen and (max-width:768px) {
  .population__text {
    margin-top: 8px;
  }
}

.topics .slick-slide img {
  width: 100%;
}
.topics .slide-items {
  margin-bottom: 32px;
}
@media screen and (max-width:768px) {
  .topics .slide-items {
    margin-bottom: 16px;
  }
}
.topics .slide-items__item {
  margin: 0 10px;
}
.topics .slide-items__item a {
  display: block;
  background-color: #ffffff;
  border: 1.5px solid #ecd0d9;
  border-radius: 8px;
  padding: 16px 16px 32px;
  text-decoration: none;
  -webkit-transition: border 0.5s;
  transition: border 0.5s;
}
@media screen and (max-width:768px) {
  .topics .slide-items__item a {
    padding: 8px 8px 32px;
  }
}
@media (hover: hover) {
  .topics .slide-items__item a:hover {
    border: 1.5px solid #c73c86;
    color: inherit;
  }
}
.topics .slide-items__item a:visited {
  color: inherit;
}
.topics .slide-items__item a img {
  border-radius: 8px;
  -webkit-transition: 0.5s all;
  transition: 0.5s all;
}
.topics .slide-items__img {
  width: 320px;
  height: 240px;
}
@media screen and (max-width:768px) {
  .topics .slide-items__img {
    width: 100%;
    height: 100%;
    aspect-ratio: 4/3;
  }
}
.topics .slide-items__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.topics .slide-arrow {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 999;
  -webkit-transition: 0.5s all;
  transition: 0.5s all;
}
@media (hover: hover) {
  .topics .slide-arrow:hover {
    opacity: 0.8;
  }
}
.topics .slide-arrow.slick-prev {
  left: -10px;
}
@media screen and (max-width:768px) {
  .topics .slide-arrow.slick-prev {
    left: 20px;
  }
}
.topics .slide-arrow.slick-next {
  right: -10px;
}
@media screen and (max-width:768px) {
  .topics .slide-arrow.slick-next {
    right: 20px;
  }
}
@media screen and (max-width:768px) {
  .topics .slide-arrow img {
    width: 40px;
    height: 40px;
  }
}
.topics .slide-items__text {
  padding-top: 10px;
}
@media screen and (max-width:768px) {
  .topics .slide-items__text {
    padding: 16px 10px 10px;
  }
}
.topics .slide-items__date {
  margin-bottom: 8px;
  padding-left: 30px;
  font-size: 1.4rem;
  font-family: "UD Shin Go DemiBold";
  font-weight: 700;
}
.topics .slide-items__date span {
  position: relative;
}
.topics .slide-items__date span::before {
  position: absolute;
  content: "";
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  background: url(../images/2025_topics_cal_icon.png);
  width: 22px;
  height: 22px;
  top: 50%;
  left: -30px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.topics .slide-items__title {
  font-size: 1.8rem;
  text-decoration: underline;
}
.topics .slick-control {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.topics .topics__button-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 40px;
}
.topics .topics__button {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-width: 390px;
  padding: 24px 40px;
  background-color: #ffffff;
  font-size: 2.2rem;
  font-family: "UD Shin Go DemiBold";
  font-weight: 700;
  border: 1.5px solid #ecd0d9;
  border-radius: 100px;
  text-decoration: none;
  -webkit-transition: border 0.5s;
  transition: border 0.5s;
}
@media screen and (max-width:768px) {
  .topics .topics__button {
    min-width: 327px;
    padding: 15px 40px;
    font-size: 1.6rem;
  }
}
@media (hover: hover) {
  .topics .topics__button:hover {
    border: 1.5px solid #c73c86;
    color: inherit;
  }
}
.topics .topics__button::before {
  position: absolute;
  content: "";
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  background: url(../images/2025_evecal_icon.png);
  background-size: cover;
  width: 33px;
  height: 33px;
  top: 50%;
  left: 40px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width:768px) {
  .topics .topics__button::before {
    width: 24px;
    height: 24px;
  }
}
.topics .topics__button::after {
  position: absolute;
  content: "";
  background-image: url(../images/2025_link_arrow_icon01.png);
  width: 24px;
  height: 24px;
  top: 50%;
  right: 40px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width:768px) {
  .topics .topics__button::after {
    right: 24px;
  }
}

.related-links .slide-items__item {
  margin: 0 10px;
}
.related-links .slide-items__item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.related-links .slide-items__item img {
  width: 100%;
}
.related-links .slide-arrow {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 999;
  -webkit-transition: 0.5s all;
  transition: 0.5s all;
}
@media screen and (max-width:768px) {
  .related-links .slide-arrow {
    width: 40px;
  }
}
@media (hover: hover) {
  .related-links .slide-arrow:hover {
    opacity: 0.8;
  }
}
.related-links .slide-arrow.slick-prev {
  left: -20px;
}
@media screen and (max-width:768px) {
  .related-links .slide-arrow.slick-prev {
    left: 20px;
  }
}
.related-links .slide-arrow.slick-next {
  right: -20px;
}
@media screen and (max-width:768px) {
  .related-links .slide-arrow.slick-next {
    right: 20px;
  }
}

.banner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  min-width: 1160px;
  margin: 0 auto;
}
@media screen and (max-width:768px) {
  .banner {
    max-width: none;
    min-width: auto;
  }
}

.banner__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 1120px;
  margin-bottom: 100px;
  padding: 32px;
  gap: 24px;
  background-color: #ffffff;
  border-radius: 16px;
}
@media screen and (max-width:768px) {
  .banner__inner {
    width: 100%;
    padding: 24px 16px;
    margin: 0 16px 90px;
  }
}

.banner__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
  gap: 40px;
}
@media screen and (max-width:768px) {
  .banner__header {
    gap: 10px;
    padding-left: 0;
  }
}

.banner__heading {
  position: relative;
  padding-left: 20px;
  font-size: 2.4rem;
  font-family: "UD Shin Go DemiBold";
  font-weight: 700;
}
@media screen and (max-width:768px) {
  .banner__heading {
    font-size: 2rem;
  }
}
.banner__heading::before {
  content: "";
  position: absolute;
  display: inline-block;
  background-color: #c73c86;
  width: 4px;
  height: 40px;
  top: -2px;
  left: 0;
}
@media screen and (max-width:768px) {
  .banner__heading::before {
    height: 30px;
  }
}

.banner__link {
  position: relative;
  padding-left: 20px;
  font-size: 2rem;
  font-family: "UD Shin Go DemiBold";
  font-weight: 700;
}
.banner__link::before {
  position: absolute;
  content: "";
  background-image: url(../images/2025_link_arrow_icon02.png);
  background-size: cover;
  width: 12px;
  height: 21px;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width:768px) {
  .banner__link {
    display: none;
  }
}
.banner__link--sp {
  display: none;
}
@media screen and (max-width:768px) {
  .banner__link--sp {
    display: block;
    font-size: 1.6rem;
  }
}

.banner__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 26px;
}
@media screen and (max-width:768px) {
  .banner__item {
    gap: 10px 20px;
  }
}

@media screen and (max-width:768px) {
  .banner__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}/*# sourceMappingURL=2025_style.css.map */