@charset "utf-8";

/*
Theme Name: SeishonenIkuseiKaigi
Author: FCM design
Author URI: https://fcm-design.co.jp/
*/

/* --------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------

	0. 	CSS Reset
	1. DOCUMENT SETUP
        -1. Base Transitions
	2. ELEMENT BASE
  3. 	SITE LAYOUT
        -1. loading
        -2. .l-wrapper
        -6. .l-container , .l-container-no-margin
        -3. .l-header
        -4. .g-navi
        -5. .fix-menu 
        -6. .link-box01
        -7. .body_main
        -8. .l-ttl-page
        -9. .l-main
        -10. .l-footer
        -11. .navi-address, .navi-tel
        -12. .l-news-box .l-active-box
        -13. .l-page-top
        -14. .l-btn-hum 
        -15. .l-icon-box
        -16. .l-mv-individual
        -17. .l-main-individual
        -18. .l-side-link
        -19. .l-ttl-outer
        -20. .wordpress
        -21. .btn-common 
        -22. .note-news
        -23. .l-mobile-side
        -24. .map
        4. 	COMMON CLASS
        -1. 共通
        -2. .c-logo
        -3. お知らせ
        -4. レスポンシブ
	5.  POST: SINGLE
        -1. ブロック
        -2. タイトル
        -3. 共通マージン
        -4. リンクスタイル
        -5. 行揃え
        -6. テーブル
        -7. リスト
	6.  PAGE LAYOUT
        -1. front page
        -2. contact
        -3. p-flow-list
        -4. p-flow-item
  7.  Lazy blocks
        -1. .c-pdf-list　市民会議だより
  8.  swiper
  9.  Site Pagination
  10. Block
  11. Widget

/* -------------------------------------------------------------------------- */

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

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::after,
blockquote::before,
q::after,
q::before {
  content: "";
  content: none;
}

address {
  font-style: normal;
}

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

/* change colours to suit your needs */
ins {
  color: #000;
  text-decoration: none;
  background-color: #ff9;
}

/* change colours to suit your needs */
mark {
  font-style: normal;
  font-weight: 600;
  color: #000;
  background-color: #ff9;
}

del {
  text-decoration: line-through;
}

abbr[title],
dfn[title] {
  cursor: help;
  border-bottom: 1px dotted;
}

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

hr {
  display: block;
  height: 1px;
  padding: 0;
  margin: 1em 0;
  border: 0;
  border-top: 1px solid #ccc;
}

input,
select {
  vertical-align: middle;
  border: none;
  outline: none;
}

/* Wordpress Alignment Classes ------------------------- */
.entry-content
  > *:not(.alignwide, .alignfull, .alignleft, .alignright, .is-style-wide) {
  width: calc(100% - 4rem);
  max-width: 58rem;
}

[class*="__inner-container"]
  > *:not(.alignwide, .alignfull, .alignleft, .alignright, .is-style-wide) {
  width: 100%;
  max-width: 1280px;
}

.alignnone,
.aligncenter,
.alignleft,
.alignright,
.alignwide {
  margin: 40px auto;
}

[class*="__inner-container"]
  > *:not(.alignwide, .alignfull, .alignleft, .alignright) {
  margin-right: auto;
  margin-left: auto;
}

/* Full */
.alignfull {
  position: relative;
  width: 100vw;
  margin: 0 calc(50% - 50vw) 0 calc(50% - 50vw);
}

[class*="__inner-container"] > .alignfull {
  max-width: 100%;
}

/* Wide */
.alignwide {
  position: relative;
  width: calc(100% - 4rem);
  max-width: 120rem;
}

[class*="__inner-container"] > .alignwide {
  width: 100%;
}

/* Center */
.aligncenter,
.aligncenter img {
  margin-right: auto;
  margin-left: auto;
}

/** asana 事業計画・報告ページの画像対応 */

/* Left and right */

/* .alignleft,
.alignright {
  max-width: 50%;
} */

.alignleft {
  float: left;
  margin: 0.3rem 2rem 2rem;
}

.alignright {
  float: right;
  margin: 0.3rem 2rem 2rem;
}

[class*="wp-block"].alignfull:not(.has-background)
  [class*="__inner-container"]
  > .alignleft,
[class*="wp-block"].alignfull:not(.has-background)
  [class*="__inner-container"]
  > p
  .alignleft,
[class*="wp-block"].alignfull:not(.has-background)
  [class*="__inner-container"]
  > .wp-block-image
  .alignleft {
  margin-left: 2rem;
}

[class*="wp-block"].alignfull:not(.has-background)
  [class*="__inner-container"]
  > .alignright,
[class*="wp-block"].alignfull:not(.has-background)
  [class*="__inner-container"]
  > p
  .alignright,
[class*="wp-block"].alignfull:not(.has-background)
  [class*="__inner-container"]
  > .wp-block-image
  .alignright {
  margin-right: 2rem;
}

/* Entry Media ------------------------------- */
.alignfull > figcaption,
.alignfull > .wp-caption-text {
  width: calc(100% - 4rem);
  max-width: 58rem;
  margin-right: auto;
  margin-left: auto;
}

p.has-background {
  padding: 1.25em;
}

/* -------------------------------------------------------------------------- */

/*	1. DOCUMENT SETUP
/* -------------------------------------------------------------------------- */
*,
::before,
::after {
  box-sizing: inherit;
  -webkit-font-smoothing: antialiased;
  word-break: break-word;
  word-wrap: break-word;
}

html {
  box-sizing: border-box;
  font-size: 62.5%; /* 1rem = 10px */
  scroll-behavior: smooth;
}
@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
}

body {
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Helvetica Neue",
    Helvetica, Arial, "Yu Gothic", Meiryo, sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 2;
  color: #333;
  text-align: left;
  letter-spacing: 0.05em;
  background-color: #fff;
  text-rendering: optimizelegibility;
  -webkit-font-smoothing: antialiased;
}

:root {
  --primary-lightblue: #edfbff;
  --primary-blue: #3fa7d1;
  --primary-yellow: #fffbf5;
  --primary-orange: #f19b34;
  --primary-black: #333;
  --primary-white: #fff;
  --primary-green: #419f61;
  --primary-pink: #eb7285;
  --primary-red: rgb(255 71 71);
  --primary-mobile-lightblue: #eef5fa;
  --primary-border: #1a1a1a;
  --sub-beige: #d7dbcf;
  --sub-green: #f0f1e1;
  --sub-brown: #59310a;
  --glay01: #f0f0f0;
  --glay02: #cfcfcf;
  --glay03: #c4c4c4;
  --glay04: #a9a9a9;
  --glay05: #666666;
  --font-en: "Oswald", sans-serif;
  --font-title: "Hiragino Sans";
}

/*	-1. Base Transitions
/* -------------------------------------------------------------------------- */
a,
a:link,
a:visited {
  color: inherit;
  text-decoration: none;
  transition: all 0.2s linear;
}

a:active,
a:hover {
  color: inherit;
  text-decoration: none;
}

/* -------------------------------------------------------------------------- */

/*	2. ELEMENT BASE
/* -------------------------------------------------------------------------- */
h1,
h2,
h3,
h4,
h5 {
  font-weight: normal;
}

ul,
ol,
li {
  list-style-type: none;
}

dl,
dt,
dd {
  padding: 0;
  margin: 0;
}

p {
  padding: 0;
  margin: 0;
  font-weight: normal;
  line-height: 1.6;
}

img {
  display: block;
  max-width: 100%;
  height: auto;
  line-height: 0;
  border: 0;
}

svg {
  vertical-align: bottom;
}

hr {
  display: none;
}

table {
  padding: 0;
  margin: 0;
}

th {
  margin: 0;
  font-weight: 500;
  text-align: left;
}

td {
  margin: 0;
}

em {
  font-style: normal;
  font-weight: bold;
}

form {
  padding: 0;
  margin: 0;
}

label {
  padding: 0;
  margin: 0;
  line-height: 1;
}

input,
textarea {
  font-family: "Noto Sans JP', sans-serif", "ヒラギノ角ゴ Pro W3",
    "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック",
    "MS PGothic", sans-serif;
  border-radius: 0;
  outline: none;
}

input[type="submit"] {
  color: inherit;
  border-radius: 0;
  transition: 0.5s;
}

/* Media ------------------------------------- */
figure {
  display: block;
  margin: 0;
}

iframe {
  display: block;
  max-width: 100%;
}

video {
  display: block;
}

svg,
img,
embed,
object {
  display: block;
  max-width: 100%;
  height: auto;
}

figcaption,
.wp-caption-text {
  display: block;
  margin-top: 1.5rem;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.2;
  color: #6d6d6d;
}

figcaption a,
.wp-caption-text a {
  color: inherit;
}

blockquote.instagram-media,
iframe.instagram-media {
  margin: auto !important;
}

/* GALLERIES */
.gallery {
  display: flex;
  flex-wrap: wrap;
  width: calc(100% + 1.6em);
  margin: 3em 0 3em -0.8em;
}

.gallery-item {
  width: 100%;
  padding: 0 0.8em;
  margin: 0.8em 0;
}

.gallery-caption {
  display: block;
  margin-top: 0.8em;
}

/* -------------------------------------------------------------------------- */

/*	3. 	SITE LAYOUT
/* -------------------------------------------------------------------------- */

/*	-1. loading
/* -------------------------------------------------------------------------- */
#loadingLogo {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10000;
  display: none;
  width: 100vw;
  height: 100vh;
  background: rgb(26 26 26);
}

#loadingLogo.show {
  display: block;
  animation: fadein-keyframes 1s ease 2.5s 1 forwards;
}

.loading-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
}

.loader {
  position: absolute;
  inset: 0;
  z-index: -1;
  box-sizing: border-box;
  width: 200px;
  height: 200px;
  margin: auto;
  border-top: 1px solid #fff;
  border-radius: 50%;
  animation: load 3.5s linear infinite;
}

.loading-anime-img {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 0;
  width: 150px;
  color: var(--color-base-white);
  transform: translate(-50%, -50%);
}
@keyframes load {
  to {
    transform: rotate(360deg);
  }
}
@keyframes img {
  to {
    transform: rotate(-360deg);
  }
}
@keyframes fadein-keyframes {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

.first-hidden {
  visibility: hidden;
}

/*	-2. .l-wrapper
/* ------------------------------------------------- */

.l-wrapper {
  /* ↓フッター下部に固定 */
  /* display: flex; これをつけるとヘッダーのシャドウが消える*/
  flex-direction: column;
  min-height: 100vh;
  margin: 0 auto;
  overflow: hidden;
}
.l-wrapper small {
  display: block;
  text-align: center !important;
  margin: 1.5rem auto 0;
}
@media screen and (width >= 768px) {
  .l-wrapper {
    width: calc(100%);
    margin-right: 0;
    margin-bottom: 0;
  }
  .l-wrapper small {
    text-align: left !important;
  }
}
@media screen and (width >= 1200px) {
  .l-wrapper small {
    text-align: right !important;
  }
}

/*	-6. .l-container , .l-container-no-margin
/* ------------------------------------------------- */
.l-container {
  width: 100%; /* 幅を100%に設定し、利用可能なスペースを最大限に使用 */
  margin: 60px auto 0;
  padding: 0 16px;
}

.l-container-no-margin {
  width: 100%; /* 幅を100%に設定し、利用可能なスペースを最大限に使用 */
  max-width: 768px;
  margin: 0 auto;
}

@media screen and (width >= 1200px) {
  .l-container {
    max-width: 1200px;
    padding: 0;
  }

  .l-container-no-margin {
    max-width: 1200px;
  }
}

/*	-3. .l-header
/* ------------------------------------------------- */

.l-header-navi {
  /* width: 100%; 幅を100%に設定し、利用可能なスペースを最大限に使用 */
}

/** タブレットサイズ以下の場合 */
@media screen and (1200px > width) {
  .l-header-navi {
    display: none;
  }
}

/** PCサイズ */
@media screen and (width >= 1200px) {
  .l-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    /* height: 90px; */
    padding: 24px;
    box-shadow: 0px 10px 10px -10px var(--glay02); /* x, y, blur, color */
  }

  .l-header-navi {
    /* width: 850px; */
  }

  .l-header-navi ul {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 32px;
  }

  .l-header-navi ul li {
    /* position: relative;
    text-align: center; */
  }

  .l-header-navi ul li:hover a,
  .l-header-navi ul li.is-current a {
    color: var(--primary-green);
  }

  .l-header-navi ul li a {
    display: block;
    font-size: 16px;
    transition: transform 0.3s ease-in-out;
  }

  .l-header-navi .c-contact {
    border: var(--primary-blue);
    background-color: var(--primary-blue);
    border-radius: 30px;
    min-width: 160px;
    padding: 4px 8px !important;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 500;
  }

  .l-header-navi .c-contact a {
    color: var(--primary-white);
    text-align: center;
  }

  .l-header-navi ul li.c-contact:hover,
  .l-header-navi ul li.c-contact.is-current {
    border: #1f7ba1;
    background-color: #1f7ba1;
  }
  .l-header-navi ul li.c-contact:hover a,
  .l-header-navi ul li.c-contact.is-current a {
    color: var(--primary-white);
  }
}
.l-header-navi .c-btn-line a {
  display: block;
  background-image: url(images/img-btn-line.png);
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: 130px;
  width: 130px;
  height: 40px;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}

@media screen and (768px >= width) {
  /* .l-header {
    margin-left: 10px;
  } */
}

/*	-3. .g-navi
/* ------------------------------------------------- */
.l-menu-content ul.g-navi {
  margin: 0 auto !important;
  padding: 16px;
  width: 100%;
  font-weight: bold;
}

.footer-navi ul.g-navi > li:last-of-type {
  border-bottom: none;
}

.l-menu-content ul.g-navi li:first-child {
  /* スタイル指定 */
  border-top: 1px var(--sub-beige) solid;
  /* padding-top: 41px; */
}

.l-menu-content ul.g-navi li {
  position: relative;
}

.l-menu-content ul.g-navi li::after {
  position: absolute;
  top: 0;
  right: 27px;
  bottom: 0;
  width: 8px;
  height: 8px;
  margin: auto;
  content: "";
  border-top: 2px solid var(--primary-green);
  border-right: 2px solid var(--primary-green);
  transform: rotate(45deg);
}

.footer-navi .g-navi {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
  /* justify-content: space-between; */
  margin: 3rem auto;
}

.footer-navi .g-navi li {
  width: calc((100% - 16px) / 2);
  padding: 8px 0;
}

.footer-navi .g-navi li a {
  position: relative;
  padding-left: 1.5rem;
}

.footer-navi .g-navi li a::before {
  position: absolute;
  top: 4px;
  left: 0;
  width: 8px;
  height: 8px;
  margin: auto;
  content: "";
  border-top: 2px solid var(--primary-green);
  border-right: 2px solid var(--primary-green);
  transform: rotate(45deg);
}

ul.g-navi li a {
  display: block;
  width: 100%;
  font-weight: 500;
  line-height: 1;
}

ul.g-navi li a:active,
ul.g-navi li a:hover {
  color: var(--color-accent01);
}

@media screen and (width >= 768px) {
  ul.g-navi li a {
    display: block;
    width: 100%;
    font-weight: 500;
    line-height: 1;
  }
}

@media screen and (768px > width) {
  .footer-navi .g-navi {
    margin: 3rem auto;
  }
}

/*	-5. .fix-menu 固定メニュー
/* -------------------------------------------------------------------------- */
.l-fix-menu {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 9999;
}
@media screen and (width >= 1200px) {
  .l-fix-menu {
    display: none;
  }
}

.l-menu-content {
  position: fixed;
  right: 0;
  bottom: 100%;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: var(--primary-white);
  transition: all 0.5s;
}

/* .c-logo {
  margin-left: 24px;
} */
@media screen and (768px >= width) {
  .c-logo {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    height: 56px;
  }

  .c-logo img {
    width: 290.28px;
    height: 50px;
    margin-left: 10px;
  }
}

@media screen and (width >= 768px) {
  .c-logo img {
    width: 418px;
    height: auto;
  }
}

@media screen and (width >= 1200px) {
  .c-logo img {
    width: 280px;
  }
}

@media screen and (width >= 1440px) {
  .c-logo img {
    width: 418px;
  }
}

.l-menu-content_inner .g-navi li a {
  padding: 24px 10px;
  /* margin-bottom: 25px;
  margin-left: 10px; */
  /* background-image: url("images/c-icon.png");
  background-repeat: no-repeat;
  background-position: right center; */
  border-bottom: 1px var(--sub-beige) solid;
}

/*	-6.link-box01 リンクバナー
/* -------------------------------------------------------------------------- */
.link-box01 {
  margin-top: 0;
  padding: 0 20px;
}

.link-box01 ul {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;

  /* align-items: end;
    justify-content: left; */

  justify-content: center;
}

/** タブレット以上の場合のバナー */
@media screen and (width >= 768px) {
  .link-box01 ul {
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
    align-items: center;
    justify-content: center;
    max-width: 1200px;
  }

  .link-box01 li {
    /* flex: 1;
    padding: 0 0 0 60px; */
    width: calc((100% - 80px) / 2);
    height: 76px;
  }
}

.banner-box {
  align-items: center;
  padding: 0 20px;
  margin: 0 auto;
}
.banner-box img {
  width: 100vw;
  height: auto;
  display: block;
}
/** タブレット以上の場合のバナー */
@media screen and (width >= 768px) {
  .pc_banner_outer div {
    max-width: 100%;
  }
  .pc_upper_part_banner_outer div {
    max-width: 100%;
    margin-bottom: 20px;
    gap: 20px;
  }
}

/** スマホの場合のバナー */
@media screen and (768px > width) {
  .banner-box {
    align-items: center;
    padding: 0 10px;
    margin: 0 auto;
    width: 100%;
  }
  .phone_banner_outer {
    max-width: 363px;
    margin: 0 auto; /* 左右のマージンを自動にすることで中央寄せ */
    margin-bottom: 20px;
  }
}

/*	-8. .body_main
/* ------------------------------------------------- */

body {
  background-color: #fcf8f5;
}
header {
  background-color: var(--primary-white);
}

/*	-9. .l-ttl-page
/* ------------------------------------------------- */

/** タブレット以上の場合のヘッダー */
@media screen and (width >= 768px) {
  .l-pc-top {
    max-width: 1200px; /* 幅を画面幅に合わせる */
    margin-top: 25px;
  }
}

/** スマホの場合のヘッダー */
/* @media screen and (768px > width) {
  .l-mv-top {
    max-width: 400px;
  }
} */

.item-list .ttl-outer h2 {
  margin: 0 0 10px;
}

.item-list .ttl-outer h2 span {
  color: var(--primary-black);
}

.item-list h2 span {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  font-weight: 500 !important;
  color: var(--primary-black);
}

.item-list h2::before {
  top: 5px !important;
}

.item-list h2::after {
  top: 5px !important;
}
@media screen and (width >= 1020px) {
  .item-list .ttl-outer {
    display: flex;
    justify-content: space-between;
  }

  .item-list .ttl-outer h2 {
    margin: 0 40px 30px 0;
  }
}

/*	-9. .l-main
/* ------------------------------------------------- */
.l-main {
  padding: 0 20px;
}
@media screen and (width >= 1200px) {
  .l-main {
    padding: 0 100px;
    margin-bottom: 100px;
  }
}

/*	-10. .l-footer
/* ------------------------------------------------- */
.footer-info .l-info-outer {
  margin-bottom: 45px;
}
.l-footer {
  position: relative;
  color: var(--primary-black);
  /* border-top: 1px solid var(--sub-beige); */
  margin-top: 60px;
}

.footer-info {
  padding: 60px 24px;
}

.info-outer .navi-address {
  text-align: left;
}

.l-footer .logo {
  width: 280px;
  height: auto;
  margin-bottom: 1rem;
}

@media screen and (1200px <= width) {
  .footer-info {
    display: flex;
    justify-content: space-between;
    gap: 60px;
  }
  .info-outer {
    margin-bottom: 30px;
    display: flex;
    flex-direction: column;
    align-items: left;
  }
  .l-wrapper small {
    text-align: right;
  }
}
.footer-navi nav img {
  display: block;
  margin: 0 auto;
  width: 160px;
  object-fit: contain;
}
@media screen and (width >= 768px) {
  .l-footer {
    margin-top: 100px;
  }
  .footer-navi nav {
    display: flex;
    justify-content: space-between;
    gap: 24px;
    max-width: 100%;
  }
  .footer-navi nav img {
    width: 111px;
  }
}
@media screen and (width >= 1200px) {
  .footer-navi nav {
    max-width: 600px;
  }
}

/*	-11. .navi-address, .navi-tel
----------------------------------------------------- */
.navi-address {
  margin-bottom: 10px;
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 500;
}

ul.navi-tel {
  display: block;
  margin-bottom: 40px;
}

ul.navi-tel li {
  display: flex;
  margin: 0 auto 20px;
  font-family: var(--font-family-en);
  font-size: 2.4rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
}

@media screen and (768px >= width) {
  .c-sns-icon {
    width: 100%;
  }
}

@media screen and (width >= 768px) {
  .navi-address {
    font-size: 1.6rem;
  }

  ul.navi-tel {
    display: flex;
    gap: 20px;
    justify-content: center;
    width: 100%;
    margin: 0 auto 40px;
  }

  p.navi-tel {
    position: relative;
    left: -25px;
  }

  ul.navi-tel li {
    margin: 0;
  }

  .c-sns-icon {
    justify-content: space-between;
  }

  .l-footer li {
    display: flex;
    justify-content: space-between;
    line-height: 1;
  }

  .l-footer .footer-navi li + li {
    position: relative;
    border-left: 1px solid #fff;
  }
}

pre.navi-tel:first-of-type {
  margin-top: 45px;
}

p.navi-tel {
  display: inline;
  margin: 5px 7px 0 0;
  font-size: 1.8rem;
  vertical-align: middle;
}

.navi-tel span {
  padding-left: 35px;
  font-size: clamp(2rem, 1.745rem + 1.27vw, 2.7rem);
  font-weight: bold;
  background-image: url("./images/Vector-tel.png");
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 28px;
}
.nav-fax span {
  padding-left: 35px;
  font-size: clamp(2rem, 1.745rem + 1.27vw, 2.7rem);
  font-weight: bold;
  background-image: url("./images/icon_fax.png");
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 28px;
}

/*	-12. .l-news-box　.l-active-box
/* -------------------------------------------------------------------------- */
/* .l-active-box .btn-common a {
  margin-top: 102px;
} */

/*	-13. .l-page-top
/* ------------------------------------------------- */

/* .l-page-top {
  position: relative;
} */

.c-page-top {
  z-index: 2;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  background: var(--primary-green);
  border-radius: 50%;
}

.c-pagetop__arrow {
  width: 10px;
  height: 10px;
  border-top: 3px solid var(--primary-white);
  border-right: 3px solid var(--primary-white);
  transform: translateY(20%) rotate(-45deg);
}

.c-page-top:hover {
  background: #1a3f26;
}

.c-page-top:active,
.c-page-top:focus {
  background-color: var(--primary-green);
}

/* .c-page-top {
  position: absolute;
  top: 10px;
  left: 6px;
  width: 21px;
  height: 21px;
  margin: auto;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(-45deg);
} */

/*	-14. .l-btn-hum 
/* ------------------------------------------------- */
.l-btn-hum {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 99;
  display: block;
  width: 56px !important;
  height: 56px !important;
  padding: 0 !important;
  background: var(--primary-green);
}

.l-btn-hum span {
  position: absolute;
  left: 17px;
  display: inline-block;
  width: 26px;
  height: 3px;
  background: #fff;
  border-radius: 1.5px; /* 角の丸み */
  transition: all 0.4s; /* アニメーションの設定 */
}

.l-btn-hum span:nth-of-type(1) {
  top: 13px;
  height: 3px;
  border-radius: 1.5px; /* 角の丸み */
}

.l-btn-hum span:nth-of-type(2) {
  top: 21px;
  height: 3px;
  border-radius: 1.5px; /* 角の丸み */
}

.l-btn-hum span:nth-of-type(3) {
  top: 29px;
  height: 3px;
  border-radius: 1.5px; /* 角の丸み */
}

#btn-hum-check:checked ~ .l-btn-hum span:nth-of-type(1) {
  top: 13px;
  left: 15px;
  width: 27px;
  transform: translateY(6px) rotate(-45deg);
}

#btn-hum-check:checked ~ .l-btn-hum span:nth-of-type(2) {
  opacity: 0;
}

#btn-hum-check:checked ~ .l-btn-hum span:nth-of-type(3) {
  top: 13px;
  left: 15px;
  width: 27px;
  transform: translateY(6px) rotate(45deg);
}

#btn-hum-check {
  display: none;
}

#btn-hum-check:checked ~ .l-menu-content {
  bottom: 0;
  z-index: 1;
  height: 100%;
}

.l-btn-hum span:nth-of-type(3)::after {
  position: absolute;
  top: 6px;
  left: -3px;
  width: 55px;
  font-size: 1.2rem;
  font-weight: 500;
  color: var(--primary-white);
  content: "menu";
}

#btn-hum-check:checked ~ .l-btn-hum span:nth-of-type(3)::after {
  top: -10px;
  left: 8px;
  width: 55px;
  content: "close";
  transform: translateY(12px) rotate(-45deg);
}

.l-hum-tel {
  padding: 13px 0;
  margin: 0 auto;
  background-color: var(--primary-white);
  border: 1px solid var(--primary-blue);
  border-radius: 150px;
}

.l-hum-tel span {
  padding-left: 30px;
  font-size: 2.3rem;
  font-weight: bold;
  color: var(--primary-blue);
  background-image: url("./images/Vector-tel-blue.png");
  background-repeat: no-repeat;
  background-position: center left;
  background-size: 22.05px;
}

.l-hum-qa {
  margin: 0 auto;
}

.l-hum-qa span {
  padding-left: 15px;
  font-weight: bold;
  color: var(--primary-white);
  background-size: 22.05px;
}

.l-hum-adress {
  text-align: left;
}

/* .l-menu-content_inner - ハンバーガーメニューのコンテンツ */
.l-menu-content_inner {
  position: relative;
  z-index: 0;
  padding: 24px 0;

  /* overflow: hidden; */
  -webkit-overflow-scrolling: touch;
  background-color: var(--sub-green);
}

/*	-15. .l-icon-box
/* -------------------------------------------------------------------------- */
.l-icon-box {
  width: 90%;
  display: flex;
  justify-content: space-between; /* ← 両端に配置 */
  align-items: center; /* ← 縦位置も中央揃え（任意） */
  padding: 16px; /* 任意の余白 */
  flex-direction: column;
}

.l-contact-text {
  font-size: 2.4rem;
  font-weight: bold;
}

.l-icon-box .c-logo {
  width: 280px;
  height: 48px;
}

.l-icon-box .navi-tel {
  font-size: 1.5rem;
  font-weight: bold;
}

/*	16. .l-mv-individual
/* -------------------------------------------------------------------------- */
.l-mv-individual {
  width: 100%;

  /* height: 220px;
  padding: 64px 0; */
  min-height: 220px;
  padding: 64px 20px;

  /* margin-bottom: 70px; */
  background-color: var(--sub-green);
  border-bottom: solid 1px var(--sub-beige);
  border-top: solid 1px var(--sub-beige);
}

.l-individual-page {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  gap: 8px;
}

.c-kuruppa {
  width: 72px;
}

.c-title-font {
  font-size: 2.8rem;
  font-weight: bold;
  line-height: 1.5;
  margin-bottom: 8px;
  color: var(--sub-brown);
}

.c-title-sub {
  display: block;
  font-size: 1rem;
  font-weight: bold;
  color: var(--primary-orange);
  text-transform: capitalize;
}

@media screen and (width >= 1200px) {
  .l-individual-page {
    max-width: 1200px;
    margin: auto;
    gap: 24px;
    flex-direction: row-reverse;
    justify-content: left;
    align-items: center;
  }

  .c-title-font {
    font-size: 4rem;
    font-weight: bold;
    line-height: 1.5;
  }

  .c-title-sub {
    display: block;
    font-size: 2rem;
    font-weight: bold;
    color: var(--primary-orange);
    text-transform: capitalize;
  }
}

.breadcrumbs i {
  color: var(--primary-green);
}

/*	17. .l-main-individual
/* -------------------------------------------------------------------------- */

.l-main-individual {
  display: flex;
  width: 100%;
  padding: 0 20px;
}

/*	18. .l-side-link
/* -------------------------------------------------------------------------- */
.l-side-link {
  width: 300px;
  padding: 0 20px 60px;
}

.l-side-link a {
  display: block;
}

.l-side-link p {
  display: grid;
  place-items: center start; /* 上下中央、左寄せ */
  width: 240px;
  height: 65px;
  margin-bottom: 10px;
  font-weight: bold;
}

.c-big-label {
  margin-top: 30px;
  font-size: 20px;
  font-weight: 600;
  background-color: var(--sub-green);
  border: solid 1px var(--sub-beige);
  padding: 8px 16px 8px 24px;
  position: relative;
}
.c-big-label::before {
  position: absolute;
  content: "";
  left: 8px;
  top: 24px;
  width: 9px;
  height: 9px;
  border-top: 1px solid var(--primary-green);
  border-right: 1px solid var(--primary-green);
  transform: rotate(45deg);
}

/* .c-big-label:first-child {
    margin-top: 0;
  } */

.c-sub-label a {
  position: relative;
  display: block;
  padding: 10px 10px 0 28px;
  font-weight: 600;
  border-bottom: solid 1px var(--primary-mobile-lightblue);
  font-weight: 400;
}

.c-sub-label a::before {
  position: absolute;
  top: 24px;
  left: 8px;
  width: 8px;
  height: 1px;
  margin: auto;
  content: "";
  border-top: 2px solid var(--primary-green);
}

.l-main-content {
  width: calc(100% - 300px - 44px);
  padding: 0;
  padding-bottom: 60px;
  margin-left: 44px;
}

@media screen and (1200px > width) {
  .l-side-link {
    display: none;
  }

  .l-main-content {
    width: 100%;
    padding: 0;
    margin-left: auto;
  }
}

/*	19. .l-ttl-outer
/* -------------------------------------------------------------------------- */

.l-ttl-outer {
  display: flex;
  align-items: center; /* 垂直方向の中央揃え */
  justify-content: space-between;
  /* max-width: 1200px; */
  margin-bottom: 32px;
}

.c-ttl-border {
  width: 929px;
  border-left: solid 8px var(--primary-green);
  padding: 0 0 0 24px;
}

.c-ttl-border h1 {
  font-family: var(--font-title);
  font-size: clamp(1.75rem, 1.667rem + 0.42vw, 2rem);
  font-weight: bold;
  text-align: left;
}

.c-ttl-border p {
  font-family: var(--font-title);
  font-size: clamp(1rem, 0.833rem + 0.83vw, 1.5rem);
  text-align: left;
}
/*	20. .wordpress
/* -------------------------------------------------------------------------- */

/** ワードプレス側のcss追加対応 */
.is-content-justification-right {
  display: flex;
  justify-content: flex-end;
  margin: 40px 0 0;
}

.wp-block-gallery.has-nested-images figure.wp-block-image {
  flex-grow: 0;
}

.btn-common a,
.wp-block-button__link {
  display: inline-block;
  padding: 1em;
  padding-right: 1em;
  color: var(--primary-white) !important;
  text-align: left;
  text-decoration: none !important;
  border-radius: 0.2em;
  opacity: 1;
  transition: all 0.2s ease-in-out;
}

/*	21. .btn-common 
/* -------------------------------------------------------------------------- */

/* .btn-common {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.btn-common a {
  color: var(--primary-white);
  text-align: left;
  background: var(--primary-green);
  background-repeat: no-repeat;
  background-position: center right 30px;
  border: 1px none;
}

.l-active-box .btn-common a,
.l-news-box .btn-common a {
  font-weight: bold;
  min-width: 240px;
  font-size: 16px;
  margin: 0 auto;
  padding: 16px 52px 16px 20px;
  background-image: url("images/iconamoon_arrow-up-2-light.png");
  background-position: right center;
}

.l-menu-content .btn-common a {
  width: 100%;
  padding: 13px 0;
  font-size: 2.2rem;
  text-align: center;
}

.l-ttl-outer .btn-common {
  text-align: right;
} */

.btn-common {
  display: flex;
  align-items: center;
  justify-content: space-between;
  text-align: center;
}

.btn-common a {
  position: relative;
  font-weight: bold;
  font-size: 16px;
  padding: 13px 48px 13px 16px;
  color: var(--primary-white);
  text-align: left;
  background: var(--primary-green);
  background-repeat: no-repeat;
  background-position: center right 30px;
  width: 100%;
  min-width: 240px;
}

.event .btn-common {
  width: 100%;
}

@media screen and (width >= 768px) {
  .event .btn-common {
    width: calc((100% - 24px) / 2);
  }
}

@media screen and (768px >= width) {
  .l-ttl-outer .btn-common a {
    min-width: 100%;
  }
}

.btn-common a::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 32px;
  width: 2px;
  height: 2rem;
  background: var(--primary-white);
  margin: auto;
  transition: all 0.5s ease;
}

.btn-common a::after {
  content: "";
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 16px;
  width: 9px;
  height: 9px;
  border-top: 2px solid var(--primary-white);
  border-right: 2px solid var(--primary-white);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.btn-common a:hover::before {
  transform: rotate(90deg) translateY(-6px);
  transform-origin: center center;
}

/* @media screen and (width >= 768px) {
  .l-ttl-outer div {
    width: calc((100% - 40px) / 2);
  }
} */

/*	22. .note-news
/* -------------------------------------------------------------------------- */

.note-news {
  padding: 20px auto;
}

/*	23. .l-mobile-side
/* -------------------------------------------------------------------------- */

/** タブレットサイズ以下の場合 */
@media screen and (1200px > width) {
  .l-mobile-side {
    display: initial;
    order: 2;
    width: 100%;
    padding: 0;
    border: none;
  }

  .l-main-individual {
    flex-direction: column;
  }

  .l-main-content {
    order: 1;
  }

  .c-big-label:first-child {
    margin-top: 60px;
  }
}

/*	24. .map
/* -------------------------------------------------------------------------- */
.map {
  width: 100%; /* 幅を100%に設定し、利用可能なスペースを最大限に使用 */
  margin: 0 auto;
}

/* -------------------------------------------------------------------------- */

/*	4. COMMON CLASS
/* -------------------------------------------------------------------------- */

/*	-1. 共通
/* -------------------------------------------------------------------------- */

/* -- ２カラム・３カラム -- */
.c-col-inner {
  margin-bottom: 60px;
}
@media screen and (width >= 768px) {
  .c-2col,
  .c-3col {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }

  .c-post .c-2col,
  .c-post .c-3col {
    gap: 40px;
  }

  .c-2col .c-col-inner {
    width: calc(100% / 2 - 20px);
    margin-bottom: 0;
  }

  .c-3col .c-col-inner {
    width: calc(33.3333% - 80px / 3);
    margin-bottom: 0;
  }
}

/*	-2. .c-logo
/* -------------------------------------------------------------------------- */
.l-menu-content h1.logo {
  height: 80px;
  padding: 15px 0 0 20px;
  margin-bottom: 25px;
}

/*	-3. お知らせ
/* -------------------------------------------------------------------------- */
.p-news {
  margin: 30px auto;
}

.p-news__card {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  padding: 20px;
  border-bottom: 1px solid var(--sub-beige);
}

.p-news__cat a {
  display: block;
  padding: 2px 20px;
  font-weight: 500;
  text-align: center;
  border: 1px solid;
}

.p-news__cat .c-cat__information {
  color: var(--primary-white);
  background-color: var(--primary-blue);
  border-color: var(--primary-blue);
}

.p-news__cat .c-cat__activity {
  color: var(--primary-white);
  background-color: var(--primary-orange);
  border-color: var(--primary-orange);
}

.p-news__cat .c-cat__report {
  color: var(--primary-white);
  background-color: var(--primary-green);
  border-color: var(--primary-green);
}

.p-news__cat .c-cat__council {
  color: var(--primary-white);
  background-color: var(--primary-pink);
  border-color: var(--primary-pink);
}

.p-news__date {
  width: 7em;
}

.p-news__cat {
  width: 8em;
  font-size: 1.4rem;
}

.p-news__item {
  display: block;
  font-weight: 600;
}

/** レスポンシブデザイン対応 */
@media screen and (768px > width) {
  .p-news {
    display: flex;
    flex-direction: column;
  }

  .p-news__card {
    flex: 1 1 50%;
  }

  .p-news__item {
    flex-basis: 100%;
  }

  .p-news__cat {
    flex-basis: 40%;
  }
}

/** タブレット以上サイズ */
@media screen and (width >= 768px) {
  .p-news__card {
    /* background-image: url("images/ico_arrow.png");
    background-repeat: no-repeat;
    background-position: center right 20px; */
    position: relative;
    display: flex;
    flex-flow: row nowrap;
    gap: 16px;
    align-items: center;
  }

  .p-news__card::after {
    position: absolute;
    top: 0;
    right: 27px;
    bottom: 0;
    width: 8px;
    height: 8px;
    margin: auto;
    content: "";
    border-top: 2px solid var(--primary-green);
    border-right: 2px solid var(--primary-green);
    transform: rotate(45deg);
  }

  .p-news__item {
    display: flex;
    flex-grow: 2;
    width: calc(100% - 16em);
    padding-right: 20px;
  }
}

@media screen and (width >= 1200px) {
  .p-news__card {
    display: flex;
    gap: 40px;
    align-items: center;
    justify-content: space-between;
    padding: 20px;
    border-bottom: 1px solid var(--sub-beige);
  }
}

/*	-4. レスポンシブ
/* -------------------------------------------------------------------------- */
@media (orientation: landscape) {
  /* .phone_image {
    display: none;
  }

  .pc_image {
    display: block;
  } */
}

/** タブレットサイズ以上の場合 */
@media screen and (width >= 768px) {
  .phone_image {
    display: none;
  }
}

/** スマホサイズ */
@media screen and (768px >= width) {
  .pc_image {
    display: none;
  }
}

/* -------------------------------------------------------------------------- */

/*	5.  POST: SINGLE
/* -------------------------------------------------------------------------- */

/*	-1. ブロック
/* -------------------------------------------------------------------------- */
.is-layout-flex {
  /* margin-bottom: 120px; */
  padding: 0;
}

.is-layout-flex img {
  margin: 0 auto;
}

.wp-block-cover,
.wp-block-column {
  padding: 0 !important;
}

.wp-block-cover-image .wp-block-cover__inner-container,
.wp-block-cover .wp-block-cover__inner-container {
  padding: 0 40px;
}

.wp-block-cover-image .wp-block-cover__inner-container p,
.wp-block-cover .wp-block-cover__inner-container p {
  margin-bottom: 0 !important;
  font-weight: 500;
}

.wp-block-image {
  margin-bottom: 50px;
}
/** スマホの場合のバナー */
@media screen and (768px > width) {
  .wp-block-image {
    margin-bottom: 20px;
  }

  .column-reverse {
    flex-direction: column-reverse;
  }
}
.wp-block-column .wp-block-image {
  margin-bottom: 0;
}

.wp-block-columns {
  gap: 40px;
}

.wp-block-group {
  margin-bottom: 60px;
}

.wp-block-group:last-of-type {
  margin-bottom: 0;
}

@media screen and (width >= 768px) {
  .wp-block-group {
    align-items: center;
  }
}

ol.has-background,
ul.has-background {
  padding: 30px;
}

ol.has-background li,
ul.has-background li {
  margin-bottom: 20px !important;
}

ol.has-background li:last-of-type,
ul.has-background li:last-of-type {
  margin-bottom: 0 !important;
}

/*	-2. タイトル
/* -------------------------------------------------------------------------- */
.c-post h2,
.c-post h3,
.c-post h4,
.c-post h5,
.c-post h6 {
  margin-top: 40px;
}

.c-post h1 {
  margin-bottom: 20px;
  font-size: clamp(3rem, 1.578rem + 2.96vw, 3.8rem);
  font-weight: bold;
  line-height: 1.6;
}

.c-post h2 {
  position: relative;
  padding-left: 20px;
  margin-bottom: 3rem;
  font-size: clamp(2.6rem, 0.822rem + 3.7vw, 3.6rem);
  font-weight: bold;
  line-height: var(--ttl_line_height);
  background: transparent;
  border-left: solid 6px var(--primary-green);
}

.c-post h2:not(:first-child) {
  margin-top: 80px;
}

.c-post h3 {
  position: relative;
  left: 10px;
  display: inline-block; /* テキストの幅に合わせてサイズを調整 */
  margin-bottom: 40px;
  font-size: clamp(2.2rem, 0.422rem + 3.7vw, 3.2rem);
  font-weight: bold;
}

.c-post h3::after {
  position: absolute;
  bottom: -1px;
  left: -5px;
  width: 120%;
  height: 3px;
  content: "";
  background-color: var(--primary-green);
}

@media screen and (768px >=width) {
  .c-post h3::after {
    left: -1px;
    width: 100%;
  }
}

.c-post h4 {
  margin-bottom: 20px;
  font-size: clamp(1.8rem, 0.022rem + 3.7vw, 2.8rem);
  font-weight: bold;
  color: var(--primary-green);
}

.c-post h5 {
  margin-bottom: 20px;
  font-size: clamp(1.6rem, 0.178rem + 2.96vw, 2.4rem);
  font-weight: bold;
}

.c-post h6 {
  margin-bottom: 20px;
  font-size: clamp(1.6rem, 0.889rem + 1.48vw, 2rem);
  font-weight: bold;
}

/*	-3. 共通マージン
/* -------------------------------------------------------------------------- */
.c-post section {
  margin-bottom: 60px;
}

.c-post section:last-of-type {
  margin-bottom: 0;
}
@media screen and (width >= 768px) {
  .c-post section {
    margin-bottom: 100px;
  }
}

/*	-4. リンクスタイル
/* -------------------------------------------------------------------------- */
.c-post a {
  font-weight: 500;
  color: var(--primary-blue);
  text-decoration: underline;
}

/*	-5. 行揃え
/* -------------------------------------------------------------------------- */
.u-txt-r {
  text-align: right;
}

.u-txt-c {
  margin: 0 auto;
}

/*	-6. テーブル
/* -------------------------------------------------------------------------- */
.wp-block-flexible-table-block-table.wp-block-flexible-table-block-table {
  margin: 40px 0;
  border-top: 1px solid #ddd;
}

.wp-block-flexible-table-block-table.wp-block-flexible-table-block-table table {
  width: 100%;
}

.wp-block-flexible-table-block-table.wp-block-flexible-table-block-table
  > table
  tr
  th,
.wp-block-flexible-table-block-table.wp-block-flexible-table-block-table
  > table
  tr
  td {
  padding: 15px 20px;
  text-align: left;
  vertical-align: middle;
  background: none;
  border-top: none;
  border-right: none;
  border-bottom: 1px solid #ddd;
  border-left: none;
}

.wp-block-flexible-table-block-table.wp-block-flexible-table-block-table
  > table
  tr
  th {
  background-color: #eef5fa !important;
}

/*	-7. リスト
/* -------------------------------------------------------------------------- */
.c-post ul {
  padding-left: 27px;
  margin-bottom: 40px;
}

.c-post ol {
  padding-left: 27px;
  margin-bottom: 40px;
}

/* article.c-post ul:last-of-type,
article.c-post ol:last-of-type {
    margin-bottom: 0;
} */
.c-post ol ul,
.c-post ol ol,
.c-post ul ul,
.c-post ul ol {
  margin-top: 20px !important;
  margin-bottom: 20px !important;
}

.c-post .page-box ul {
  margin-bottom: 0 !important;
}

.c-post ul > li {
  position: relative;
  padding-left: 20px;
  margin-bottom: 10px;
  font-weight: normal;
  line-height: 1.5;
  list-style-type: none;
}

.c-post ul > li::before {
  position: absolute;
  top: 10px;
  left: 0;
  display: block;
  width: 7px;
  height: 7px;
  content: "";
  background: var(--primary-orange);
  border-radius: 50%;
}

.c-post ol > li {
  margin-bottom: 10px;
  list-style: decimal;
}

.c-post ol > li::before {
  display: none;
}

.c-post ol > li:last-of-type {
  margin-bottom: 0;
}

/* -------------------------------------------------------------------------- */

/*	6. PAGE LAYOUT
/* -------------------------------------------------------------------------- */

/*	-1. front page
/* -------------------------------------------------------------------------- */
.l-news-top {
  padding: 60px 20px;
  margin-bottom: 60px;
  background: var(--base-beige);
}

.l-news-top .p-news-box {
  position: relative;
}

.l-news-top__img {
  position: absolute;
  top: -80px;
  right: 0;
  width: 140px;
}
@media screen and (width >= 1200px) {
  .l-news-top {
    padding: 80px 0;
    margin-bottom: 100px;
    background: var(--base-beige);
  }

  .l-news-top__img {
    top: -120px;
    right: -20px;
    width: 180px;
  }

  .l-news-top .p-news-box {
    max-width: 1200px;
    padding: 0;
    margin: 0 auto;
  }
}

.l-container-top section {
  margin-bottom: 60px;
}

.l-container-top section:last-of-type {
  margin-bottom: 0;
}

.l-container-top section h2,
.l-news-top h2 {
  margin-bottom: 30px;
  font-size: 2.8rem;
  font-weight: 600;
  line-height: 1.5;
  color: var(--primary-deep-green);
}

.l-container-top section h3,
.l-news-top h3 {
  margin-bottom: 30px;
  font-size: 2.4rem;
  font-weight: 500;
  line-height: 1.5;
  color: var(--primary-red);
}
@media screen and (width >= 768px) {
  .l-container-top section {
    align-items: center;
    margin-bottom: 100px;
  }

  .p-volunteer-box-top {
    flex-direction: row-reverse;
  }
}
@media screen and (width >= 1200px) {
  .l-container-top section h2,
  .l-news-top h2 {
    font-size: 4rem;
    text-align: left;
  }

  .l-container-top section h3,
  .l-news-top h2 {
    font-size: 3.2rem;
  }

  .p-volunteer-box-top h3 {
    padding-left: 0.5em;
    margin: 0 40px;
    text-indent: -0.5em;
  }

  .p-about-box-top p,
  .p-about-box-top h3,
  .p-volunteer-box-top p {
    margin: 0 50px;
  }

  .p-volunteer-box-top img {
    width: 84%;
    margin: 0 auto;
  }
}

.p-bnr-box .c-col-inner a {
  display: block;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 250px;
  padding: 20px 40px;
}

.p-bnr-box .p-bnr-box__magazine a {
  background: #d8eeff;
  border: 8px solid #ecf7ff;
}

.p-bnr-box .p-bnr-box__magazine a:hover {
  background-color: #c8e7ff;
}

.p-bnr-box .p-bnr-box__akaihane a {
  background: #fff3f5;
  border: 8px solid #ffdce0;
}

.p-bnr-box .p-bnr-box__akaihane a:hover {
  background-color: #ffeaec;
}

.p-bnr-box__magazine .p-bnr-box__ttl {
  font-size: 4.4rem;
  font-weight: 500;
  color: #49619e;
  text-align: center;
}

.c-col-inner .p-bnr-box__link {
  margin-top: 10px;
  text-align: center;
}

/*	-2. contact
/* -------------------------------------------------------------------------- */
.c-post form dl p {
  margin-bottom: 0;
}

.c-post form dl {
  display: flex;
  flex-flow: column;
  width: 100%;
  padding-top: 30px;
  margin-top: 50px;
  margin-bottom: 50px;
  text-align: left;
  border-top: 1px solid var(--primary-gray);
}

.c-post form dt {
  padding: 0;
  margin-bottom: 20px;
  font-weight: 500;
}

.post form dt > span {
  padding-left: 1em;
  font-weight: bold;
}

.c-post form dd {
  padding-bottom: 30px;
  margin-bottom: 30px;
  border-bottom: 1px solid var(--primary-gray);
}
@media screen and (width >= 768px) {
  .c-post form dl,
  .c-post .recruit-table dl {
    flex-flow: row wrap;
    padding: 0;
  }

  .c-post form dt {
    width: 25%;
    padding: 30px;
    margin-bottom: 0;
    background: var(--base-green);
    border-bottom: 1px solid var(--primary-gray);
  }

  .c-post form dd {
    width: 75%;
    padding: 30px;
    margin-bottom: 0;
  }
}

/* -- contact form style -- */
.c-post .c-attention-txt {
  margin-bottom: 20px !important;
  font-size: 1.4rem;
  color: #666;
  text-align: center;
}

/* テキストフィールド */
.c-post form input[type="text"],
.c-post form input[type="tel"],
.c-post form input[type="email"],
.c-post form input[type="url"],
.c-post form input[type="date"],
.c-post form input[type="number"],
.c-post form textarea {
  box-sizing: border-box;
  width: 100%;
  padding: 1em;
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  color: inherit;
  color: #1a1a1a;
  appearance: none;
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 0;
  box-shadow: none;
}

/* テキストフィールド placeholder */
.c-post form input[type="text"]::placeholder,
.c-post form input[type="tel"]::placeholder,
.c-post form input[type="email"]::placeholder,
.c-post form input[type="url"]::placeholder,
.c-post form input[type="date"]::placeholder,
.c-post form input[type="number"]::placeholder,
.c-post form textarea::placeholder {
  color: #bbb;
}

/* ボタン */
.c-post form input[type="submit"] {
  position: relative;
  display: block;
  width: 100%;
  height: 70px;
  padding: 15px;
  margin: 0 auto;
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 1;
  color: #fff;
  text-align: center;
  text-indent: 0.2em;
  letter-spacing: 0.2em;
  cursor: pointer;
  background-color: var(--primary-blue);
  border: none;
  border-radius: 60px;
  transition: 0.2s;
}
@media screen and (width >= 768px) {
  .c-post form input[type="submit"] {
    max-width: 460px;
  }
}

.c-post form input[type="submit"]:active,
.c-post form input[type="submit"]:hover {
  background: var(--primary-blue);
}

.wpcf7 .wpcf7-submit:disabled {
  cursor: not-allowed;
  background: #dbdbdb;
}

.wpcf7 .wpcf7-submit:disabled:active,
.wpcf7 .wpcf7-submit:disabled:hover {
  background: #6a6a6a;
}

.c-post .c-btn-submit {
  position: relative;
  max-width: 600px;
  margin: 0 auto;
}

.c-post .c-btn-submit .wpcf7-spinner {
  position: absolute;
  top: 24px;
  right: 0;
  background-color: var(--primary-green);
}

/* 必須項目 */
.c-post .c-acceptancek {
  display: flex;
  justify-content: center;
  width: auto;
  margin-bottom: 40px !important;
  line-height: 2;
  text-align: left;
}

.c-post .c-acceptancek label {
  line-height: 2;
}

.c-post form dt label,
.c-post .c-acceptancek em {
  position: relative;
  box-sizing: border-box;
  padding: 0;
  margin: 0;
  font-weight: 600;
}

.c-post .c-acceptancek em {
  display: inline-block;
  padding-left: 50px;
  font-weight: normal;
  line-height: 1.5;
}

.c-post form dt.is-required label::after,
.c-post .c-acceptancek em::after {
  box-sizing: border-box;
  display: inline-block;
  padding: 5px;
  margin-left: 10px;
  font-size: 1.2rem;
  font-weight: 500;
  color: #fff;
  text-align: center;
  content: "必須";
  background-color: var(--primary-red);
}

.c-post .c-acceptancek em::after {
  position: absolute;
  top: -2px;
  left: 0;
  display: block;
  padding: 3px 5px;
  margin-right: 10px;
  margin-left: 0;
}

.c-post form .wpcf7-not-valid-tip {
  margin-top: 10px;
  font-weight: 600;
  line-height: 1.3;
  color: var(--primary-red);
}

.c-post form .c-acceptancek input[type="checkbox"] + span::before {
  top: 5px;
}

.c-post form .c-acceptancek input[type="checkbox"] + span::after {
  top: 0.4em;
}

/* ラジオボタン */
.c-post form input[type="radio"] {
  position: absolute;
  opacity: 0; /* デフォルトのボタンを非表示 */
}

.c-post form .wpcf7-list-item-label::before {
  display: inline-block;
  width: 1.2em;
  height: 1.2em;
  margin-top: auto;
  margin-right: 10px;
  margin-bottom: -3px;
  content: "";
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 100%;
  transition: background-color 0.5s;
}

.c-post form input[type="radio"]:checked + .wpcf7-list-item-label::before {
  background-color: var(--primary-blue);
  box-shadow: inset 0 0 0 3px #fff;
}

/* チェックボックス */
.c-post form input[type="checkbox"] {
  display: none;
}

.c-post form input[type="checkbox"] + span {
  position: relative;
  box-sizing: border-box;

  /* margin-bottom: 20px; */
  display: block !important;
  padding: 0 1em 0 1.8em;
  margin: 0;
  font-size: inherit;
  cursor: pointer;
  transition: opacity 0.25s ease;
}

.c-post form input[type="checkbox"] + span::before {
  position: absolute;
  top: -1px;
  left: 0;
  z-index: 1;
  box-sizing: border-box;
  display: block;
  width: 1.24em;
  height: 1.24em;
  content: "";
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 0;
  opacity: 1;
  transition: opacity 0.25s ease;
}

.c-post form input[type="checkbox"] + span::after {
  position: absolute;
  top: 0.1em;
  left: 0.44em;
  z-index: 10;
  box-sizing: border-box;
  display: block;
  width: 0.4em;
  height: 0.8em;
  content: "";
  border-right: 3px solid #000;
  border-bottom: 3px solid #000;
  opacity: 0;
  transition: opacity 0.25s ease;
  transform: rotate(40deg);
}

.c-post form input[type="checkbox"]:checked + span {
  transition: all 0.25s ease;
}

.c-post form input[type="checkbox"]:checked + span::before {
  opacity: 1;
  transition: opacity 0.25s ease;
}

.c-post form input[type="checkbox"]:checked + span::after {
  border-right: 2px solid var(--primary-blue);
  border-bottom: 2px solid var(--primary-blue);
  opacity: 1;
  transition: opacity 0.25s ease;
}

/* セレクト */
.c-post form span.select-wrap {
  position: relative;
  width: 250px;
  padding: 0;
  margin: 0;
}

.c-post form select {
  box-sizing: border-box;
  width: 250px;
  max-width: 100%;
  padding: 0.5em 2.5em 0.5em 1em;
  margin: 0;
  font-size: inherit;
  line-height: 1;
  color: inherit;
  appearance: none;
  cursor: pointer;
  background-color: #fff;
  border: 1px solid #ccc;
  box-shadow: none;
  transition: border-color 0.2s ease, outline 0.2s ease;
}

.c-post form select::-ms-expand {
  display: none;
}

.c-post form span.select-wrap::after {
  position: absolute;
  top: 50%;
  right: 1em;
  box-sizing: border-box;
  display: block;
  width: 0.6em;
  height: 0.6em;
  margin-top: -3px;
  pointer-events: none;
  content: "";
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  transform: rotate(45deg) translateY(-50%);
  transform-origin: 50% 0;
}

.c-post form select:focus {
  border: 1px #080808 solid;
  outline: 0;
}

.c-post form span.select-wrap:focus-within::after {
  border-right: 1px solid #080808;
  border-bottom: 1px solid #080808;
}

/* 送信結果 */
.wpcf7 form .wpcf7-response-output {
  padding: 20px !important;
  margin: 40px auto !important;
  font-weight: 600;
  text-align: center;
  border: none !important;
}

.wpcf7 form.sent .wpcf7-response-output {
  color: var(--primary-blue);
  background: var(--base-blue);
}

.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
  color: var(--primary-deep-pink);
  background: var(--base-pink);
}

/*	-3. p-flow-list
/* -------------------------------------------------------------------------- */
.p-feature-item {
  margin-bottom: 60px;
}

.p-feature-item__ttl {
  display: flex;
  gap: 30px;
  align-items: center;
  justify-content: space-between;
  margin-top: 40px;
}

.p-feature-item__ttl .c-num {
  width: 100px;
  margin: 0 auto;
  font-family: var(--font-en);
  font-size: 4rem;
  font-weight: 500;
  line-height: 1;
  text-align: center;
  border-right: 1px solid var(--primary-gray);
}

.p-feature-item__ttl .c-num span {
  display: block;
  margin-bottom: 8px;
  font-size: 1.2rem;
  color: var(--primary-green);
  white-space: nowrap;
}

.p-feature-item__ttl h3 {
  width: calc(100% - 100px);
  margin: 0;
}

.p-feature-item h4 {
  padding: 0;
  font-size: 1.6rem;
  line-height: 2;
  letter-spacing: -0.08rem;
  border-bottom: none;
}
@media screen and (width >= 768px) {
  .p-feature-list {
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
    justify-content: space-between;
  }

  .p-feature-item {
    width: calc(33.3333% - 80px / 3);
    margin-bottom: 0;
  }

  .p-feature-item h4 {
    font-size: 1.8rem;
  }
}

/*	-4. p-flow-item
/* -------------------------------------------------------------------------- */

.p-flow-item {
  padding-bottom: 40px;
  background-image: url("images/bg-line.svg");
  background-repeat: repeat-y;
  background-position: 20px top;
}

.p-flow-item:last-of-type {
  padding-bottom: 0;
  background: none;
}

.p-flow-item p,
.p-flow-item__img {
  padding-left: 40px;
}

.p-flow-item__ttl {
  display: flex;
  gap: 20px;
  align-items: center;
}

.p-flow-item__ttl span {
  display: block;
  width: 60px;
  height: 60px;
  font-family: var(--font-en);
  font-size: 2.4rem;
  font-weight: 600;
  line-height: 60px;
  color: #fff;
  text-align: center;
  background: var(--primary-green);
  border-radius: 50%;
}

.p-flow-item__ttl h3 {
  margin: 0;
  font-size: 2.4rem;
}

.p-flow-item__img {
  margin-top: 40px;
}

@media screen and (width >= 768px) {
  .p-flow-item {
    display: flex;
    justify-content: space-between;
  }

  .p-flow-item__txt {
    gap: 80px;
    width: calc(100% - 400px);
  }

  .p-flow-item__img {
    width: 400px;
    margin-top: 0;
  }

  .p-flow-item p {
    padding-left: 80px;
  }
}

/* -------------------------------------------------------------------------- */

/*	7. Lazy blocks
/* -------------------------------------------------------------------------- */

/*	-1. .c-pdf-list　市民会議だより
/* -------------------------------------------------------------------------- */

.c-pdf-list {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  text-align: center;
}

.c-pdf-item dd {
  margin-top: 10px;
  font-size: 1.4rem;
  font-weight: 500;
  color: #666;
  text-align: center;
}

.single .c-pdf-list {
  margin: 40px 0;
}

.single .c-post {
  margin-top: 30px;
}

.c-annotation {
  margin: 10px 0;
  font-weight: 500;
}

@media screen and (width >= 768px) {
  .c-pdf-item {
    width: calc(33.3333% - 80px / 3);
  }
}

@media screen and (width >= 1200px) {
  .c-pdf-list {
    display: flex;
    flex-direction: row;
    gap: 40px;
    justify-content: flex-start;
    text-align: center;
  }
}

/* -------------------------------------------------------------------------- */

/*	8. swiper
/* -------------------------------------------------------------------------- */

.swiper-outer {
  margin-inline: auto;
  width: 100%;
}

@media screen and (width >= 1200px) {
  .swiper-outer {
    width: 100%;
  }
  .swiper-inner {
    overflow-x: hidden;
    margin-right: calc(50% - 50vw);
    position: relative;
  }
  .swiper {
    overflow: visible !important;
  }
}
.swiper-slide {
  height: auto !important;
  position: relative;
  display: flex;
  align-items: stretch;
}
.swiper-slide .swiper-slide__inner {
  background: var(--primary-white);
  box-shadow: 3px 3px 15px -5px rgba(0, 0, 0, 0.15);
  padding: 16px;
  margin-bottom: 8px;
}
.swiper-slide .thumb-wrap {
  background-image: url(images/img-noimg.png);
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 100%;
  margin-bottom: 16px;
}
.swiper-slide .thumb-wrap img {
  width: 100%;
}
.swiper-slide p {
  margin: 8px auto;
}
.swiper-pagination-fraction {
  display: flex;
  justify-content: end;
  padding-right: 100px;
  padding-bottom: 3px;
  color: var(--sub-brown);
}

.swiper-controller {
  display: flex;
  justify-content: flex-end !important;
  width: 100%;
}

.swiper-controller ul {
  display: flex;
  gap: 16px;
  justify-content: flex-end !important;
}

@media screen and (768px > width) {
  .swiper-controller {
    justify-content: center !important;
  }
  .swiper-controller ul {
    justify-content: center !important;
  }

  .swiper-slide {
    width: 100%;
  }
}

.swiper-button-next,
.swiper-button-prev {
  width: 50px;
  margin: 32px 0 32px auto;
  position: static;
}

/* 矢印を消して画像に変更する */
.swiper-button-prev::after,
.swiper-button-next::after {
  content: "";
  background-repeat: no-repeat;
  background-size: 50px;
  height: 60px;
  width: 50px;
  margin: auto;
}

.swiper-button-prev::after {
  background-image: url(images/c-icon-left.png);
}
.swiper-button-next::after {
  background-image: url(images/c-icon-right.png);
}

.swiper-slide h2 {
  font-size: 2.2rem;
  font-weight: bold;
  color: var(--sub-brown);
  line-height: 1.3;
}

.activity-container {
  display: flex; /* Flexboxを使用 */
  width: 100%; /* コンテナの幅を100%に設定 */
  gap: 22px;
}

/** スマホサイズ */
.activity-log {
  position: relative;
  flex-shrink: 0;
  width: calc((100% - (22px * 3)) / 4);
  height: 100%;
  transition-property: transform;
}

.activity-log img {
  width: 100% !important;
  height: 212px;
  object-fit: cover;
  object-position: bottom;
}

.activity-log .item {
  width: 100%;

  /* width: 370px; */
  height: 410px;
  text-align: center;
  background: var(--primary-white);
  border-radius: 30px;
}

.activity-log h2 {
  font-size: 2.2rem;
  font-weight: bold;
  color: var(--sub-brown);
}

.activity-log p {
  padding: 15px;
  font-weight: normal;
  line-height: 1.5;
  background-color: var(--primary-white);
  text-align: left;
}

/* -------------------------------------------------------------------------- */

/*	9. Site Pagination
/* -------------------------------------------------------------------------- */

.p-post-pagination {
  display: flex;
  gap: 2em;
  justify-content: space-between;
  width: 100%;
  margin-top: 60px;
}

.pagination {
  display: flex;
  justify-content: center;
  margin-bottom: 0;
}

.page-numbers {
  display: inline-block;
  width: 40px;
  height: 40px;
  margin-right: 10px;
  font-weight: 500;
  line-height: 40px;
  text-align: center;
  background: #fbe8cd;
  border-radius: 50%;
}

.page-numbers.current {
  color: #fff;
  background-color: var(--primary-orange);
}

a.prev.page-numbers,
a.next.page-numbers {
  position: relative;
  width: auto;
  height: auto;
  background-color: inherit;
}

a.prev.page-numbers::before,
a.next.page-numbers::before {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 20px; /* 横幅 */
  height: 20px; /* 高さ */
  margin: auto;

  /* 背景の表示設定 */
  content: "";
  background: var(--primary-orange);
  border-radius: 50%; /* 角の丸み */
}

a.prev.page-numbers::before {
  left: -27px;
}

a.next.page-numbers::before {
  right: -27px;
}

a.prev.page-numbers::after,
a.next.page-numbers::after {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 8px;
  height: 8px;
  margin: auto;
  content: "";
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
}

a.prev.page-numbers::after {
  left: -20px;
  transform: rotate(-135deg);
}

a.next.page-numbers::after {
  right: -20px;
  transform: rotate(45deg);
}

.prev-article,
.next-article {
  flex: auto;
  width: 50%;
}

.prev-article {
  text-align: left;
}

.next-article {
  text-align: right;
}

/* -------------------------------------------------------------------------- */

/*	10. Block
/* -------------------------------------------------------------------------- */

.wp-block-buttons {
  margin: 1em;
}

.wp-block-gallery {
  margin: 40px 0;
}

/* .is-style-heading-line2 {
  position: relative;
  margin-bottom: 40px;
  font-family: NotoSerifJP-Medium-subset, serif;
  font-size: 2.8rem;
  font-weight: 500;
  line-height: var(--line_height-150);
}
@media screen and (width >= 768px) {
  .is-style-heading-line2 {
    margin-bottom: 60px;
    font-size: 3.2rem;
  }
} */

.wp-block-image figcaption {
  margin-top: 30px;
  font-size: 1.4rem;
  line-height: 1.8;
  color: #7d7b7b;
}

.wp-block-image figcaption.wp-element-caption {
  margin-top: 0 !important;
  text-align: left;
}

/* -------------------------------------------------------------------------- */

/*	11. Widget
/* -------------------------------------------------------------------------- */
ol.side-widget {
  max-height: 500px;
  overflow-y: auto;

  /* width: 260px; */
}

.side-widget li {
  margin-bottom: 30px;
}

.side-widget li a {
  position: relative;
  display: block;
  padding-left: 23px;
  font-weight: 600;
}

.side-widget li a::after {
  position: absolute;
  top: 12px;
  left: 0;
  width: 8px;
  height: 8px;
  content: "";
  background: var(--primary-yellow) !important;
  border-radius: 50%;
}

.side-widget li a.current {
  color: var(--primary-green);

  /* background-color: #9fe19a !important; */
}

.side-widget li a.current::after {
  background: var(--primary-green) !important;
}

.side-widget ol > li:has(a.current) {
  color: var(--primary-green) !important;

  /* background-color: #9fe19a !important; */
}

.side-widget li a:not(.current) {
  color: #666;
}

.side-widget li a:hover {
  color: var(--primary-green);
}

/* スマホ画面サイズまでは非表示 */
.side-widget {
  display: none;
}

/* タブレットサイズ以上の表示用 */
@media screen and (width >= 1200px) {
  .side-widget {
    display: block;
  }
}

/* 追加CSS */
/* a[href*=".pdf"]::before {
  display: inline-block;
  width: 25px;
  height: 34px;
  margin-right: 10px;
  vertical-align: middle;
  content: "";
  background-image: url("images/PDF_32.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 25px auto;
}

.c-pdf-list a[href*=".pdf"]::before {
  content: none;
} */

/* -- ページネーション　前・次の記事へ　のアイコン -- */
.c-icon-pagination {
  position: relative;
}

.c-icon-pagination a {
  color: #1a1a1a !important;
  text-decoration: none !important;
}

.c-icon-pagination a:hover {
  color: var(--primary-blue) !important;
}

.c-prev-article {
  padding-left: 35px;
}

.c-next-article {
  padding-right: 35px;
}

.c-icon-pagination::before {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 20px; /* 横幅 */
  height: 20px; /* 高さ */
  margin: auto;

  /* 背景の表示設定 */
  content: "";
  background-color: var(--primary-blue);
  border-radius: 50%; /* 角の丸み */
}

.c-prev-article::before {
  left: 0;
}

.c-next-article::before {
  right: 0;
}

.c-icon-pagination::after {
  position: absolute;
  top: 0;
  top: 1px;
  bottom: 0;
  width: 8px;
  height: 8px;
  margin: auto;
  content: "";
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
}

.c-prev-article::after {
  left: 7px;
  transform: rotate(225deg);
}

.c-next-article::after {
  right: 7px;
  transform: rotate(45deg);
}

.c-post-pagenation__home a {
  padding: 10px;
  font: 1.4rem;
  font-weight: 600;
  color: #fff !important;
  text-decoration: none !important;
  background: var(--primary-purple);
}

.c-post-pagenation__home a:hover {
  background-color: var(--primary-deep-purple);
}

/* -- 投稿日設定 -- */
.c-post .p-date {
  font-size: 1.4rem;
  color: #666;
  text-align: right;
}
