@charset "UTF-8";
/* contents---------------
	 1.Reset
	 2.Base
	 3.Layout
	 4.Common
	 5.Page
	 6.Script
     7.Print
		------------ */
@font-face {
  font-family: "Noto Sans JP";
  src: url(fonts/subset/NotoSansJP-Regular.woff) format("woff"), url(fonts/subset/NotoSansJP-Regular.woff2) format("woff2");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Noto Sans JP";
  src: url(fonts/subset/NotoSansJP-Bold.woff) format("woff"), url(fonts/subset/NotoSansJP-Bold.woff2) format("woff2");
  font-weight: 900;
  font-style: normal;
}
@font-face {
  font-family: "Noto Serif JP";
  src: url(fonts/subset/NotoSerifJP-Regular.woff) format("woff"), url(fonts/subset/NotoSerifJP-Regular.woff2) format("woff2");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Noto Serif JP";
  src: url(fonts/subset/NotoSerifJP-Bold.woff) format("woff"), url(fonts/subset/NotoSerifJP-Bold.woff2) format("woff2");
  font-weight: 900;
  font-style: normal;
}
.libre-baskerville-regular {
  font-family: "Libre Baskerville", serif;
  font-weight: 400;
  font-style: normal;
}

.libre-baskerville-bold {
  font-family: "Libre Baskerville", serif;
  font-weight: 700;
  font-style: normal;
}

.libre-baskerville-regular-italic {
  font-family: "Libre Baskerville", serif;
  font-weight: 400;
  font-style: italic;
}

.zen-old-mincho-regular {
  font-family: "Zen Old Mincho", serif;
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: "icomoon";
  src: url("fonts/icomoon.eot?4d6ytp");
  src: url("fonts/icomoon.eot?4d6ytp#iefix") format("embedded-opentype"), url("fonts/icomoon.ttf?4d6ytp") format("truetype"), url("fonts/icomoon.woff?4d6ytp") format("woff"), url("fonts/icomoon.svg?4d6ytp#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
/*----------------------------------------------------------
	一時対応
--------------------------------------------------------- */
/*----------------------------------------------------------
	reset
--------------------------------------------------------- */
body, dl, dt, dd, ul, li, h1, h2, h3, h4, form, p, th, td, input, textarea, select {
  margin: 0px;
  padding: 0px;
}

h1, h2, h3, h4, h5, h6 {
  font-size: 1em;
  font-weight: normal;
}

img {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: top;
  max-width: 100%;
}

ul, dl {
  list-style-type: none;
}

* {
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  word-break: normal;
}

/*----------------------------------------------------------
	Base
--------------------------------------------------------- */
body {
  margin: 0;
  padding: 0;
  width: 100%;
  z-index: -10;
  font-size: 1rem;
  font-family: "BIZ UDPGothic", "Noto Sans JP", "Helvetica Neue", Arial, "Hiragino Sans", Meiryo, sans-serif;
  font-weight: 100;
  background: url(images/bg_block.png) repeat-y;
  background-size: 100% auto;
  /* sp */
}
@media screen and (max-width: 850px) {
  body {
    font-size: 14px;
    font-family: "Hiragino Sans", "Yu Gothic", "Meiryo", "Noto Sans JP", sans-serif;
    font-weight: 400;
  }
}

p {
  line-height: 2;
}

a {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

a {
  color: #006d9b;
  font-style: normal;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

a:active {
  text-decoration: none;
}

a:visited {
  color: #006d9b;
}

strong {
  font-weight: bold;
}

small {
  font-size: 80%;
  line-height: 1.1;
}

span.ib {
  display: inline-block;
}

.fontL {
  font-size: 120%;
}

.fontS {
  font-size: 80%;
}

.spDisp {
  display: none !important;
}

@media screen and (max-width: 850px) {
  .spDisp {
    display: block !important;
  }
  .pcDisp {
    display: none !important;
  }
  br.sp {
    display: block;
  }
  br.pc {
    display: none;
  }
}
@media screen and (min-width: 851px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
  br.sp {
    display: none;
  }
  br.pc {
    display: block;
  }
}
/*----------------------------------------------------------
	Layout
--------------------------------------------------------- */
.contwidth {
  max-width: 1240px;
  width: 90%;
  margin: 0 auto;
}

.innerwidth {
  max-width: 1000px;
  width: 90%;
  margin: 0 auto;
}

.layout2clm {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  /* sp */
}
.layout2clm .layout_main {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.layout2clm .layout_side {
  -ms-flex-preferred-size: 20%;
      flex-basis: 20%;
  padding-left: 3%;
}
@media screen and (max-width: 850px) {
  .layout2clm {
    display: block;
  }
  .layout2clm .layout_side {
    padding-left: 0;
  }
}

@media screen and (max-width: 850px) {
  body.category .layout2clm {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  body.category .layout2clm .layout_main {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }
  body.category .layout2clm .layout_side {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }
  body.category .layout2clm .layout_side .year-tabs {
    margin-top: 0;
    margin-bottom: 2rem;
  }
} /* sp */
/* Header
----------------------------------------------- */
header {
  /* sp */
}
header a img:hover {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  opacity: 0.7;
}
header a:hover {
  text-decoration: none;
}
header > .inner {
  padding: 15px;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  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;
  padding-right: 100px;
}
header > .inner .siteid img {
  max-width: none;
}
header > .inner nav ul {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  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;
}
header > .inner nav ul li {
  font-weight: 600;
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  padding: 0 1rem;
}
header > .inner nav ul li a {
  color: #1b1b1b;
}
header > .inner nav ul li span {
  color: #6ed4ff;
  display: block;
  font-size: 0.8rem;
}
header > .inner nav ul li.sns {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: normal;
}
header > .inner nav ul li.sns span {
  display: block;
  padding: 0 0.5rem;
}
header > .inner nav ul li.sns span i {
  font-style: normal;
}
header > .inner nav ul li.sns span.yt i:before {
  font-family: "icomoon";
  content: "\f16a";
  font-size: 30px;
  color: #FF0033;
}
header > .inner nav ul li.sns span.tw {
  color: #000;
}
header > .inner nav ul li.sns span.tw a {
  color: #000;
}
header > .inner nav ul li.sns span.tw i:before {
  font-family: "icomoon";
  content: "\f01c";
  font-size: 26px;
}
header > .inner nav ul li.sns span.fb i:before {
  font-family: "icomoon";
  content: "\f082";
  font-size: 30px;
  color: #3b5998;
}
header > .inner nav ul li.sns span.in i:before {
  font-family: "icomoon";
  content: "\f16d";
  font-size: 32px;
  color: #FF0069;
}
@media screen and (max-width: 850px) {
  header > .inner {
    display: block;
    padding-right: 70px;
  }
  header > .inner .siteid img {
    width: 220px;
  }
  header > .inner nav ul li {
    display: none;
  }
  header > .inner nav ul li.sns {
    display: block;
    display: inline-block;
    padding: 0;
    margin-top: 0.5rem;
  }
  header > .inner nav ul li.sns span {
    display: inline-block;
    padding: 0;
  }
  header > .inner nav ul li.sns span + span {
    margin-left: 0.5rem;
  }
}
header .overlay.active {
  /* sp */
}
header .overlay.active nav.menu ul {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 0 1fr;
  grid-template-columns: 1fr 1fr;
  gap: 0;
}
header .overlay.active nav.menu ul > li a {
  text-align: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 1.2rem;
}
header .overlay.active nav.menu ul > li a:before {
  content: "";
  width: 1.5rem;
  height: 1px;
  background: #FFF;
  display: block;
  margin-right: 0.5rem;
}
header .overlay.active nav.menu ul > li a:hover {
  background: rgb(0, 78, 110);
}
header .overlay.active nav.menu ul > li ul.child {
  display: block;
  padding-left: 1.5em;
}
header .overlay.active nav.menu ul > li ul.child li a {
  font-size: 1.2rem;
  padding: 0.7em 1rem;
}
header .overlay.active nav.menu ul > li ul.child li a:before {
  font-family: "icomoon";
  content: "\ea49";
  height: auto;
  background: none;
  width: auto;
}
@media screen and (max-width: 850px) {
  header .overlay.active nav.menu > ul {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
  header .overlay.active nav.menu > ul > li a {
    font-size: 1.2rem;
  }
  header .overlay.active nav.menu > ul > li ul.child li a {
    font-size: 1rem;
  }
}

/* ハンバーガーボタン */
header {
  /* ハンバーガーが開いたときのアニメーション */
  /* オーバーレイ */
  /* メニューリスト */
  /* メニュー表示時 */
}
header .hamburger {
  position: fixed;
  top: 0;
  right: 0;
  width: 100px;
  height: 100px;
  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: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  cursor: pointer;
  z-index: 1001;
  padding: 25px 30px;
  background: #2391bf;
}
header .hamburger span {
  display: block;
  width: 100%;
  height: 4px;
  background: #FFF;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
header .hamburger .label {
  font-size: 12px;
  text-align: center;
  display: block;
  color: #FFF;
}
header .hamburger.active span:nth-child(1) {
  -webkit-transform: translateY(13px) rotate(45deg);
          transform: translateY(13px) rotate(45deg);
}
header .hamburger.active span:nth-child(2) {
  opacity: 0;
}
header .hamburger.active span:nth-child(3) {
  -webkit-transform: translateY(-13px) rotate(-45deg);
          transform: translateY(-13px) rotate(-45deg);
}
header .overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 78, 110, 0.8);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
  -webkit-transition: 0.3s;
  transition: 0.3s;
  z-index: 1000;
}
header .menu ul {
  list-style: none;
  padding: 0;
  text-align: center;
}
header .menu ul > li a {
  color: white;
  font-size: 1.5rem;
  text-decoration: none;
}
header .overlay.active {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

@media screen and (max-width: 850px) {
  header .hamburger {
    position: fixed;
    top: 0;
    right: 0;
    width: 70px;
    height: 70px;
    padding: 16px 20px;
  }
  header .hamburger span {
    height: 2px;
  }
  header .hamburger .label {
    font-size: 9px;
  }
  header .hamburger.active span:nth-child(1) {
    -webkit-transform: translateY(7px) rotate(45deg);
            transform: translateY(7px) rotate(45deg);
  }
} /* sp */
/* Footer
----------------------------------------------- */
footer {
  position: relative;
  border-top: #2487e4 6px solid;
  /* sp */
}
footer .footinner {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-top: 2.5rem;
}
footer .footinner .inquiry {
  -ms-flex-preferred-size: 391px;
      flex-basis: 391px;
}
footer .footinner .inquiry .img {
  margin-bottom: 0.5rem;
}
footer .footinner .inquiry p {
  line-height: 1.6;
  font-size: 0.87rem;
}
footer .footinner nav {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-left: 4%;
}
footer .footinner nav ul {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1rem 1fr 1rem 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 1rem;
}
footer .footinner nav ul > li a {
  color: #1b1b1b;
  font-weight: bold;
  display: block;
  padding: 0.5em 0.5em;
}
footer .footinner nav ul > li a:before {
  font-family: "icomoon";
  content: "\ea58";
  color: #2391bf;
}
footer .footinner nav ul > li a:hover {
  text-decoration: none;
  background: #cfeaf6;
}
footer .footinner nav ul > li ul.child {
  display: block;
  padding-left: 1.5em;
}
footer .footinner nav ul > li ul.child li:before {
  content: none;
}
footer .footinner nav ul > li ul.child li a {
  font-size: 0.9rem;
}
footer .footinner nav ul > li ul.child li a:before {
  font-family: "icomoon";
  content: "\ea49";
  height: auto;
  background: none;
  width: auto;
  margin-right: 0.3em;
}
footer .info ul.sub {
  margin: 1.5rem auto;
  text-align: center;
}
footer .info ul.sub li {
  display: inline-block;
}
footer .info ul.sub li a {
  display: block;
  padding: 0.5em 1em;
}
footer .info ul.sub li + li {
  border-left: 1px solid #CCC;
}
footer .info .search {
  text-align: center;
  margin: 2rem auto 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
footer .info .search #searchform {
  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;
  overflow: hidden;
  border: 1px solid #2487e4;
  border-radius: 25px;
  width: 440px;
}
footer .info .search #searchform input {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  height: 45px;
  padding: 0.6rem 1.3rem;
  border: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 1em;
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}
footer .info .search #searchform input::-webkit-input-placeholder {
  color: #777777;
}
footer .info .search #searchform input::-moz-placeholder {
  color: #777777;
}
footer .info .search #searchform input:-ms-input-placeholder {
  color: #777777;
}
footer .info .search #searchform input::-ms-input-placeholder {
  color: #777777;
}
footer .info .search #searchform input::placeholder {
  color: #777777;
}
footer .info .search #searchform input:focus {
  border: none;
}
footer .info .search #searchform button {
  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: 50px;
  height: 45px;
  border: none;
  background-color: transparent;
  cursor: pointer;
}
footer .info .search #searchform button::after {
  font-family: "icomoon";
  content: "\ef2c";
  color: #2487e4;
  font-size: 1.3rem;
}
footer .info .sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0 0 0 0);
  white-space: nowrap;
  border: 0;
}
footer .info .copy {
  font-size: 0.7rem;
  color: #626262;
  text-align: center;
}
footer .info .link {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 2rem 0;
}
footer .info .link > * {
  margin: 0 0.5rem;
}
footer .info .sns {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: normal;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 1.5rem auto 1rem;
}
footer .info .sns span {
  display: block;
  padding: 0 0.5rem;
}
footer .info .sns span i {
  font-style: normal;
}
footer .info .sns span.yt i:before {
  font-family: "icomoon";
  content: "\f16a";
  font-size: 30px;
  color: #FF0033;
}
footer .info .sns span.tw {
  color: #000;
}
footer .info .sns span.tw a {
  color: #000;
}
footer .info .sns span.tw i:before {
  font-family: "icomoon";
  content: "\f01c";
  font-size: 26px;
}
footer .info .sns span.fb i:before {
  font-family: "icomoon";
  content: "\f082";
  font-size: 30px;
  color: #3b5998;
}
footer .info .sns span.in i:before {
  font-family: "icomoon";
  content: "\f16d";
  font-size: 32px;
  color: #FF0069;
}
footer .info .sns a:hover {
  text-decoration: none;
  opacity: 0.7;
}
@media screen and (max-width: 850px) {
  footer .footinner {
    display: block;
  }
  footer .footinner .inquiry p {
    font-size: 0.8rem;
  }
  footer .footinner nav {
    padding-left: 0;
    margin-top: 1.5rem;
  }
  footer .footinner nav ul {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 1em 0;
  }
  footer .footinner nav ul li + li {
    border-top: 1px dashed #006d9b;
  }
  footer .footinner nav ul > li a {
    padding: 0.9em 0;
  }
  footer .footinner nav ul > li ul.child li a {
    padding: 0.8em 0;
  }
  footer .footinner nav ul > li ul.child li:first-child a {
    padding-top: 0.4em;
  }
  footer .info ul.sub {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }
  footer .info ul.sub li a {
    padding: 1em 0.5em;
  }
  footer .info ul.sub li + li {
    border: none;
  }
}

/*----------------------------------------------------------
	Common Module
--------------------------------------------------------- */
nav.breadcrumb {
  max-width: 1240px;
  width: 90%;
  margin: 0 auto;
  text-align: left;
}
nav.breadcrumb ul li {
  display: inline-block;
  font-size: 0.875rem;
}
nav.breadcrumb ul li:after {
  font-family: "icomoon";
  content: "\ee90";
  color: #B0B0B0;
  margin: 0 0.3em 0 0.5em;
}
nav.breadcrumb ul li:last-child:after {
  content: none;
  margin: 0;
}

/* tablet */
@media all and (min-width: 851px) and (max-width: 1280px) {
  nav.breadcrumb {
    padding-left: 3%;
    padding-right: 3%;
  }
} /* tablet */
@media screen and (max-width: 850px) {
  nav.breadcrumb {
    padding-left: 3%;
    padding-right: 3%;
  }
} /* sp */
/*----------------------------------------------------------
	Page
--------------------------------------------------------- */
/* top
----------------------------------------------- */
.topKVarea {
  /* sp */
}
.topKVarea a img:hover {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  opacity: 0.7;
}
.topKVarea .mainImg {
  text-align: right;
  position: relative;
}
.topKVarea .mainImg .copy {
  text-align: left;
  margin-top: -345px;
}
.topKVarea .mainImg .btn {
  position: absolute;
  right: 1rem;
  bottom: 70px;
}
@media screen and (max-width: 850px) {
  .topKVarea .mainImg .copy {
    display: none;
  }
  .topKVarea .mainImg .btn {
    bottom: -30px;
    right: 0.5rem;
  }
  .topKVarea .mainImg .btn img {
    width: 110px;
  }
}

body.home .mainArea section p a {
  text-decoration: underline;
}
body.home .mainArea section.pickup {
  padding: 5rem 0;
  /* sp */
}
body.home .mainArea section.pickup h2 {
  color: #a8e5ff;
  font-size: 5rem;
  font-family: "Libre Baskerville", serif;
  font-weight: 400;
  font-style: italic;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
}
body.home .mainArea section.pickup h2:after {
  content: "";
  background: #a8e5ff;
  height: 4px;
  width: 5rem;
  display: block;
  margin-left: 1rem;
}
body.home .mainArea section.pickup .swiper-pickup {
  width: 100%; /* スライダーの幅 */
  padding-top: 30px;
  padding-bottom: 50px;
  overflow: hidden;
}
body.home .mainArea section.pickup .swiper-pickup .swiper-slide {
  text-align: center;
  font-size: 18px;
  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;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
  pointer-events: none; /* デフォルトではクリック不可 */
  width: 60%; /* スライドの幅を調整 */
}
body.home .mainArea section.pickup .swiper-pickup .swiper-slide iframe {
  width: 100%;
  height: 470px; /* 動画の高さを調整 */
  border-radius: 10px;
}
body.home .mainArea section.pickup .swiper-pickup .swiper-slide-active {
  pointer-events: auto; /* 中央のスライドのみクリック可能 */
}
@media screen and (max-width: 850px) {
  body.home .mainArea section.pickup {
    padding: 5rem 0 2rem;
  }
  body.home .mainArea section.pickup h2 {
    font-size: 3rem;
    display: block;
    text-align: center;
  }
  body.home .mainArea section.pickup h2:after {
    content: none;
  }
  body.home .mainArea section.pickup .swiper-pickup .swiper-slide iframe {
    height: 300px;
  }
}
body.home .mainArea section.seisaku {
  padding: 4rem 0 4rem;
  /* sp */
}
body.home .mainArea section.seisaku h2 {
  text-align: center;
  margin: 0 auto 2rem;
}
body.home .mainArea section.seisaku > section {
  margin: 6rem auto;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
body.home .mainArea section.seisaku > section .head {
  -ms-flex-preferred-size: 300px;
      flex-basis: 300px;
}
body.home .mainArea section.seisaku > section .content {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
body.home .mainArea section.seisaku > section .content h4 {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: bold;
  font-size: 1.625rem;
  margin-bottom: 0.4em;
}
body.home .mainArea section.seisaku > section .content p {
  line-height: 1.7;
}
body.home .mainArea section.seisaku > section .content strong {
  color: #c5000f;
}
body.home .mainArea section.seisaku section.ikiru h4 {
  color: #2487e4;
}
body.home .mainArea section.seisaku section.mamoru h4 {
  color: #ed565c;
}
body.home .mainArea section.seisaku section.mamoru .head {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  text-align: right;
}
body.home .mainArea section.seisaku section.mamoru .content {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
body.home .mainArea section.seisaku section.tsunagu h4 {
  color: #1da326;
}
body.home .mainArea section.seisaku section.tsunagu ul.theme li {
  font-size: 1.5rem;
  color: #1da326;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: bold;
}
body.home .mainArea section.seisaku section.tsunagu ul.theme li:before {
  content: "■";
  margin-right: 0.5rem;
  font-size: 13px;
  position: relative;
  top: -0.4em;
}
body.home .mainArea section.seisaku section.tsunagu ul.theme li + li {
  margin-top: 0.5em;
}
@media screen and (max-width: 850px) {
  body.home .mainArea section.seisaku > section {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 4rem auto;
  }
  body.home .mainArea section.seisaku > section .head {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    text-align: center;
    margin-bottom: 2rem;
  }
  body.home .mainArea section.seisaku > section .head img {
    max-height: 200px;
  }
  body.home .mainArea section.seisaku > section .content {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }
  body.home .mainArea section.seisaku section.mamoru .head {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    text-align: center;
  }
  body.home .mainArea section.seisaku section.mamoru .content {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  body.home .mainArea section.seisaku section.tsunagu ul.theme li {
    font-size: 1.3rem;
  }
}
body.home .mainArea section.profile {
  background: rgb(29, 164, 222);
  background: -webkit-gradient(linear, left top, right top, from(rgb(29, 164, 222)), to(rgb(3, 124, 176)));
  background: linear-gradient(90deg, rgb(29, 164, 222) 0%, rgb(3, 124, 176) 100%);
  color: #FFF;
  padding: 3.5rem 0 3rem;
  /* sp */
}
body.home .mainArea section.profile .inner {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
}
body.home .mainArea section.profile .inner .photo {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  -ms-flex-preferred-size: 35%;
      flex-basis: 35%;
  text-align: center;
}
body.home .mainArea section.profile .inner .cont {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  -ms-flex-preferred-size: 65%;
      flex-basis: 65%;
  padding: 0 0 2rem 3%;
}
body.home .mainArea section.profile .inner .cont h2 {
  margin-bottom: 3rem;
}
body.home .mainArea section.profile .inner .cont ul li {
  padding-left: 1.5rem;
  text-indent: -1.5rem;
  line-height: 1.8;
}
body.home .mainArea section.profile .inner .cont ul li:before {
  font-family: "icomoon";
  content: "\e943";
  margin-right: 0.5rem;
}
body.home .mainArea section.profile .inner .cont ul li + li {
  margin-top: 0.9em;
}
@media screen and (max-width: 850px) {
  body.home .mainArea section.profile {
    padding: 2rem 0 0;
  }
  body.home .mainArea section.profile .inner {
    display: block;
  }
  body.home .mainArea section.profile .inner .photo {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    display: none;
  }
  body.home .mainArea section.profile .inner .cont {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    padding: 0 0 3.5rem 0;
  }
  body.home .mainArea section.profile .inner .cont h2 {
    margin-bottom: 1.5rem;
  }
}
body.home .mainArea section.mm {
  padding: 2rem 0 3rem;
  border-bottom: 2px dashed #eee;
}
body.home .mainArea section.mm h2:before {
  font-family: "icomoon";
  content: "\e965";
  display: block;
  font-size: 1.5em;
  color: #6ed4ff;
}
body.home .mainArea section.mm p {
  line-height: 1.7;
}
body.home .mainArea section.mm .entryform {
  max-width: 600px;
  margin: auto;
}
body.home .mainArea section.mm .entryform .input {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
body.home .mainArea section.mm .entryform .input input {
  width: 100%;
}
body.home .mainArea section.mm .mmform {
  margin-top: 2rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
body.home .mainArea section.news {
  padding: 0rem 0 4rem;
}
body.home .mainArea section.sns {
  padding: 3rem 0 5rem;
}
body.home .mainArea section.sns .clm2-space .tw a.btn i:before {
  font-family: "icomoon";
  content: "\f01c";
  font-size: 1.1em;
  font-style: normal;
  font-weight: normal;
  margin-right: 0.5em;
  position: relative;
  top: 0.1em;
}

.newsList {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 4rem 1fr 4rem 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 4rem;
  /* sp */
}
.newsList article .img {
  width: 100%;
  height: 250px;
  overflow: hidden;
  position: relative;
}
.newsList article .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  -webkit-transition: -webkit-transform 0.5s ease;
  transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;
}
.newsList article .img:hover img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
.newsList article .meta {
  margin: 0.8rem 0 0.3rem;
  font-size: 0.87rem;
}
.newsList article .meta .date {
  display: inline-block;
}
.newsList article .meta .catlist {
  display: inline-block;
}
.newsList article .meta .category {
  display: inline-block;
  font-weight: bold;
  color: #FFF;
  padding: 0.4em 0.8em;
  margin-left: 0.4em;
  font-size: 0.75rem;
}
.newsList article .meta .category.activity {
  background: #921823;
  outline: none;
}
.newsList article .meta .category.activity a {
  color: #FFF;
}
.newsList article .meta .category.news {
  background: #266f4f;
  outline: none;
}
.newsList article .meta .category.news a {
  color: #FFF;
}
.newsList article .meta .category.kokkai {
  background: #11468f;
  outline: none;
}
.newsList article .meta .category.kokkai a {
  color: #FFF;
}
.newsList article .meta .category.column {
  background: #ff760c;
  outline: none;
}
.newsList article .meta .category.column a {
  color: #FFF;
}
.newsList article .meta .category {
  background: #FFF;
  outline: 1px solid #006d9b;
}
.newsList article .meta .category a {
  color: #006d9b;
}
.newsList.simple {
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
}
.newsList.simple article .img {
  display: none;
}
@media screen and (max-width: 850px) {
  .newsList {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 2rem;
  }
  .newsList article .img {
    height: 200px;
  }
}

.newsList.searchList {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  gap: 1.5rem;
  margin-bottom: 3rem;
  /* sp */
}
.newsList.searchList article {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.newsList.searchList article .img {
  -ms-flex-preferred-size: 200px;
      flex-basis: 200px;
  max-height: 150px;
}
.newsList.searchList article .cont {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-left: 1.5rem;
}
.newsList.searchList article .cont .posttitle {
  margin: 0.7rem 0;
}
.newsList.searchList article .cont .excerpt {
  line-height: 1.7;
  font-size: 0.9em;
}
.newsList.searchList article .cont .meta {
  margin-top: 0;
}
.newsList.searchList article span.highlight {
  background: #fff8b8;
  font-weight: bold;
}
.newsList.searchList article + article {
  border-top: 1px dashed #ccc;
  padding-top: 1.5rem;
}
@media screen and (max-width: 850px) {
  .newsList.searchList article .img {
    -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
    max-height: 100px;
  }
  .newsList.searchList article .cont {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    padding-left: 1rem;
  }
}

.mainArea.search {
  /* sp */
}
.mainArea.search .result {
  font-size: 1.3rem;
}
.mainArea.search .noresult {
  text-align: center;
  margin: 3rem auto;
}
.mainArea.search .search {
  margin: 2rem auto 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.mainArea.search .search #searchform {
  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;
  overflow: hidden;
  border: 1px solid #2487e4;
  border-radius: 25px;
  width: 440px;
}
.mainArea.search .search #searchform input {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  height: 45px;
  padding: 0.6rem 1.3rem;
  border: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 1em;
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.mainArea.search .search #searchform input::-webkit-input-placeholder {
  color: #777777;
}
.mainArea.search .search #searchform input::-moz-placeholder {
  color: #777777;
}
.mainArea.search .search #searchform input:-ms-input-placeholder {
  color: #777777;
}
.mainArea.search .search #searchform input::-ms-input-placeholder {
  color: #777777;
}
.mainArea.search .search #searchform input::placeholder {
  color: #777777;
}
.mainArea.search .search #searchform input:focus {
  border: none;
}
.mainArea.search .search #searchform button {
  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: 50px;
  height: 45px;
  border: none;
  background-color: transparent;
  cursor: pointer;
}
.mainArea.search .search #searchform button::after {
  font-family: "icomoon";
  content: "\ef2c";
  color: #2487e4;
  font-size: 1.3rem;
}
.mainArea.search .sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0 0 0 0);
  white-space: nowrap;
  border: 0;
}
.layout2clm {
  /* sp */
}
.layout2clm .newsList {
  -ms-grid-columns: 1fr 3rem 1fr;
  grid-template-columns: 1fr 1fr;
  gap: 3rem;
}
@media screen and (max-width: 850px) {
  .layout2clm .newsList {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
  .layout2clm .year-tabs {
    margin-top: 2.5rem;
  }
}

.cathead {
  font-weight: bold;
}
.cathead:before {
  font-family: "icomoon";
  content: "\ea49";
  color: #2391bf;
  margin-right: 0.3em;
  font-weight: normal;
}

.catList {
  margin: 1rem auto 1.5rem;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  outline: 1px solid #006d9b;
  border-radius: 5px;
  /* sp */
}
.catList li {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
}
.catList li a {
  padding: 1em;
  display: block;
  background: #FFF;
}
.catList li.active {
  background: #006d9b;
}
.catList li.active a {
  color: #FFF;
  background: #006d9b;
}
.catList li.nolink {
  background: #EEE;
}
.catList li.nolink span {
  padding: 1em;
  display: block;
  background: none;
  color: #333;
}
.catList li + li {
  border-left: 1px solid #006d9b;
}
@media screen and (max-width: 850px) {
  .catList {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 0.4rem 1fr 0.4rem 1fr;
    grid-template-columns: 1fr 1fr 1fr;
    border: none;
    gap: 0.4rem;
  }
  .catList li {
    font-size: 0.9rem;
    background: #eee;
    border-radius: 4px;
  }
  .catList li a {
    display: block;
    padding: 0.8rem 0.5rem;
    text-decoration: none;
  }
  .catList li + li {
    border-left: 0;
  }
}

.child-catList {
  margin: 0 auto 1.5rem;
  /* sp */
}
.child-catList li {
  border-bottom: 1px dashed #CCC;
  font-size: 0.9rem;
}
.child-catList li a {
  display: block;
  padding: 0.6em 0;
}
.child-catList li a:before {
  font-family: "icomoon";
  content: "・";
  margin-right: 5px;
  color: #2391bf;
  font-weight: normal;
}
.child-catList li a:hover {
  text-decoration: none;
  background: #e6f8ff;
}
@media screen and (max-width: 850px) {
  .child-catList {
    margin: 0.5rem auto 1.5rem;
  }
}

.yearhead {
  font-weight: bold;
  margin-bottom: 1rem;
}
.yearhead:before {
  font-family: "icomoon";
  content: "\eff9";
  color: #2391bf;
  margin-right: 0.3em;
  font-weight: normal;
}

.topicsList {
  margin-bottom: 4rem;
  /* sp */
}
.topicsList .year-tabs {
  display: -ms-grid;
  display: grid;
  gap: 0.5rem;
  -ms-grid-columns: 1fr 0.5rem 1fr;
  grid-template-columns: repeat(2, 1fr);
  font-size: 0.9rem;
}
.topicsList .year-tabs .year-tab {
  cursor: pointer;
  padding: 0.8rem 0.5rem;
  background: #eee;
  border-radius: 4px;
  -ms-flex-preferred-size: 7em;
      flex-basis: 7em;
  text-align: center;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.topicsList .year-tabs .year-tab.active {
  background: #006d9b;
  color: #fff;
}
.topicsList .year-tabs .year-tab.active a {
  color: #FFF;
}
.topicsList .year-tabs .all {
  -ms-grid-column-span: 2;
  grid-column: span 2;
}
.topicsList .year-tabs .all.active a, .topicsList .year-tabs .all.active a:visited {
  color: #FFF !important;
}
.topicsList .year-content,
.topicsList section.all {
  display: none;
}
.topicsList .year-content.active,
.topicsList section.all.active {
  display: block;
}
@media screen and (max-width: 850px) {
  .topicsList .year-tabs {
    -ms-grid-columns: 1fr 0.4rem 1fr 0.4rem 1fr 0.4rem 1fr;
    grid-template-columns: repeat(4, 1fr);
    font-size: 0.8rem;
    gap: 0.4rem;
  }
  .topicsList .year-tabs .year-tab {
    padding: 1.1em 0;
  }
}

/*----------------------------------------------------------
	post
--------------------------------------------------------- */
.postDetail {
  margin-bottom: 3rem;
  /* sp */
}
.postDetail .head {
  margin: 0 0 1.5rem;
}
.postDetail .head .title {
  font-size: 1.8rem;
  border-top: 3px solid #2391bf;
  padding: 0.8em 0;
  margin-bottom: 0.5em;
}
.postDetail .head .meta {
  text-align: right;
  font-weight: bold;
}
.postDetail .imgList {
  margin-bottom: 1.5rem;
}
.postDetail .imgList ul.photo {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1.5rem 1fr;
  grid-template-columns: 1fr 1fr;
  gap: 1.5rem;
}
.postDetail .postEditor p + p {
  margin-top: 1rem;
}
.postDetail .postEditor ul.photo {
  margin-bottom: 1.5rem;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1.5rem 1fr 1.5rem 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 1.5rem;
  font-size: 0.9rem;
  text-align: center;
}
.postDetail .postEditor p a {
  text-decoration: underline;
}
.postDetail .postEditor > ul.photo li {
  list-style-type: none;
  text-align: center;
}
.postDetail .postEditor > ul.photo li img {
  display: block;
  margin: auto;
}
.postDetail .postEditor > ul.photo li + li {
  margin-top: 0;
}
.postDetail .postEditor .photo table td {
  border: none;
  padding: 1rem 0;
}
.postDetail .postEditor .photo table .cap {
  display: inline-block;
  margin: 0.5rem 0;
  font-size: 90%;
  line-height: 1.3;
}
@media screen and (max-width: 850px) {
  .postDetail .head .title {
    font-size: 1.4rem;
  }
  .postDetail .postEditor > ul.photo {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }
}
.postDetail .entry-metaList {
  background: #EEE;
  padding: 1.5rem;
  margin-top: 2rem;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1.5rem 1fr;
  grid-template-columns: 1fr 1fr;
  gap: 1.5rem;
  /* sp */
}
.postDetail .entry-metaList .tag {
  border-left: 3px solid #FFF;
  padding-left: 1.5rem;
}
.postDetail .entry-metaList .tag dt:before {
  font-family: "icomoon";
  font-weight: normal;
  content: "\effe";
  margin-right: 0.3rem;
}
.postDetail .entry-metaList .cat dt:before {
  font-family: "icomoon";
  font-weight: normal;
  content: "\effa";
  margin-right: 0.3rem;
}
.postDetail .entry-metaList dl dt {
  font-weight: bold;
  margin-bottom: 0.8rem;
}
.postDetail .entry-metaList dl dd ul {
  font-size: 0;
}
.postDetail .entry-metaList dl dd ul li {
  display: inline-block;
  font-size: 0.9rem;
  margin-bottom: 0.5rem;
}
.postDetail .entry-metaList dl dd ul li a {
  display: block;
  background: #FFF;
  padding: 0.5rem;
}
.postDetail .entry-metaList dl dd ul li + li {
  margin-left: 0.5rem;
}
@media screen and (max-width: 850px) {
  .postDetail .entry-metaList {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
  .postDetail .entry-metaList .tag {
    border-left: none;
    padding-left: 0;
  }
}

.contInner {
  margin-bottom: 3rem;
}

.pagination {
  margin: 3.5rem auto;
  padding-top: 1.5rem;
  border-top: 1px solid #2391bf;
  text-align: center;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  /* sp */
}
.pagination span.page_num {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  font-size: 0.7rem;
  margin-bottom: 1rem;
}
.pagination span.current, .pagination a {
  font-size: 0.9rem;
  display: block;
  padding: 0.7rem 1rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: bold;
  border: 1px solid #2391bf;
  color: #2391bf;
  line-height: 1;
  margin-right: 0.5rem;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.pagination span.current:last-child, .pagination a:last-child {
  margin-right: 0;
}
.pagination span.current, .pagination a:hover {
  background: #2391bf;
  color: #FFF;
  text-decoration: none;
}
@media screen and (max-width: 850px) {
  .pagination {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 0.5rem 1fr 0.5rem 1fr 0.5rem 1fr 0.5rem 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    gap: 0.5rem;
  }
  .pagination span.page_num {
    -ms-grid-column-span: 5;
    grid-column: span 5;
  }
  .pagination span.current, .pagination a {
    font-size: 0.8rem;
    margin-right: 0;
    padding: 0.8rem 0.3rem;
  }
}

.post-nav {
  margin-top: 1.5rem;
  text-align: center;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  /* sp */
}
.post-nav a {
  font-size: 0.9rem;
}
@media screen and (max-width: 850px) {
  .post-nav {
    display: block;
  }
  .post-nav .prev-post {
    text-align: left;
  }
  .post-nav .next-post {
    text-align: right;
    margin-top: 1em;
  }
}

/*----------------------------------------------------------
	page
--------------------------------------------------------- */
/*  common module
----------------------------------------------- */
.pageTitle {
  text-align: center;
  padding: 200px 0;
  font-family: "Noto Sans JP", sans-serif;
  position: relative;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  max-width: 1240px;
  width: 90%;
  margin: 0 auto;
  margin-top: 1.5rem;
  border-radius: 18px;
  background-image: url(images/title-activity.jpg);
  background-position: top center;
  /* sp */
}
.pageTitle span.title {
  font-size: 3rem;
  color: #FFF;
  text-shadow: 0px 0px 9px rgba(0, 0, 0, 0.8);
  position: absolute;
  bottom: 0;
  left: 0;
  font-weight: bold;
  background: rgba(0, 0, 0, 0.3);
  width: 100%;
  text-align: right;
  padding: 0.4em 0.7em;
  font-family: "Noto Serif JP", sans-serif;
  border-top: 1px solid #FFF;
  border-radius: 0 0 18px 18px;
}
.pageTitle.profile {
  background-image: url(images/title-profile.jpg);
}
.pageTitle.access {
  background-image: url(images/title-access.jpg);
}
.pageTitle.policy, .pageTitle.kikkake {
  background-image: url(images/title-policy.jpg);
}
.pageTitle.activity {
  background-image: url(images/title-activity.jpg) !important;
  background-position: bottom center;
}
.pageTitle.column, .pageTitle.ict {
  background-image: url(images/title-column.jpg);
}
.pageTitle.column.sizeS, .pageTitle.ict.sizeS {
  background-position: top center;
}
.pageTitle.kokkai-ichiran, .pageTitle.kokkai {
  background-image: url(images/title-kokkai-ichiran.jpg);
}
.pageTitle.nationaldiet {
  background-image: url(images/title-nationaldiet.jpg);
  background-position: top right;
  padding: 18vh 0;
}
.pageTitle.news {
  background-image: url(images/title-news.jpg) !important;
}
.pageTitle.download {
  background-image: url(images/title-download.jpg);
  background-position: top center;
}
.pageTitle.mail-magazine {
  background-image: url(images/title-mail-magazine.jpg);
}
.pageTitle.all {
  background-image: url(images/title-all.jpg);
}
.pageTitle.search {
  background-image: url(images/title-search.jpg);
}
@media screen and (max-width: 850px) {
  .pageTitle {
    padding: 16vh 0;
    max-width: 100%;
    width: 100%;
    border-radius: 0;
  }
  .pageTitle.sizeS {
    padding: 12vh 0;
  }
  .pageTitle span.title {
    border-radius: 0;
    font-size: 2rem;
  }
}
.pageTitle.activity {
  background-position: center bottom;
}

.breadcrumbs {
  margin: 2rem auto;
}
.breadcrumbs ul {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 0.85rem;
}
.breadcrumbs ul li {
  display: inline-block;
  margin: 0 0.5em 0 0;
}
.breadcrumbs ul li:after {
  font-family: "icomoon";
  content: "\ea58";
  color: #2391bf;
  margin-left: 0.5em;
}
.breadcrumbs ul li:last-child:after {
  content: none;
}

/*  policy
----------------------------------------------- */
.contInner.policy {
  /* sp */
}
.contInner.policy h2:after {
  content: none;
}
.contInner.policy .column .clm {
  padding: 0 1.5rem 1.5rem;
  position: relative;
  border-radius: 5px;
  background: #e6f8ff;
}
.contInner.policy .column a {
  text-decoration: none;
  color: #1b1b1b;
  display: block;
}
.contInner.policy .column a h3 {
  margin-top: 0;
  margin-bottom: 0.8em;
  font-size: 1.4rem;
  border-left: 5px solid #2391bf;
  padding: 0.8em 0.5em 0.5em;
}
.contInner.policy .column a .imgBlockT .img {
  margin: 0;
  padding: 0;
}
.contInner.policy .column a .imgBlockT .img img {
  width: 150px;
  overflow: hidden;
}
.contInner.policy .column a .imgBlockT .cont {
  padding-left: 1.5rem;
  line-height: 1.5;
}
.contInner.policy .column span.btnS {
  background: #2391bf;
  color: #FFF;
  display: inline-block;
  padding: 0.5em 1em;
  font-size: 1rem;
  border-radius: 5px;
  margin: 1.5em 0 0 auto;
  text-align: right;
  position: absolute;
  bottom: 1.5rem;
  right: 1.5rem;
}
@media screen and (max-width: 850px) {
  .contInner.policy .column .clm {
    margin-bottom: 10px;
  }
  .contInner.policy .column span.btnS {
    display: block;
    position: static;
    text-align: center;
    margin: 1.5em 0 0 0;
  }
}

/*  kikkake
----------------------------------------------- */
.mainArea.kikkake .columnList {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 2rem 1fr 2rem 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 2rem;
  margin: 30px auto;
  /* sp */
}
.mainArea.kikkake .columnList .clm a {
  display: block;
  border: 1px solid #2391bf;
  border-radius: 5px;
  padding: 1.5rem 1.5rem 3.5rem;
  color: #1b1b1b;
  position: relative;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.mainArea.kikkake .columnList .clm a h3 {
  border-left: 0;
  padding: 0;
  font-weight: bold;
  margin: 0;
  margin-bottom: 0.8em;
  font-family: "Zen Old Mincho", serif;
  font-weight: 700;
}
.mainArea.kikkake .columnList .clm a h3:before {
  font-family: "icomoon";
  content: "\ee82";
  color: #2391bf;
  margin-right: 0.2em;
  font-weight: normal;
}
.mainArea.kikkake .columnList .clm a .photo {
  text-align: center;
  margin-bottom: 0.8rem;
}
.mainArea.kikkake .columnList .clm a .photo img {
  height: 150px;
  width: auto;
}
.mainArea.kikkake .columnList .clm a p {
  font-size: 0.9rem;
  line-height: 1.7;
}
.mainArea.kikkake .columnList .clm a span.more {
  background: #006d9b;
  color: #FFF;
  font-weight: bold;
  padding: 0.8em 1em;
  position: absolute;
  bottom: 0;
  font-size: 0.9rem;
  left: 0;
  right: 0;
  margin: auto;
  display: block;
  text-align: center;
}
.mainArea.kikkake .columnList .clm a:hover {
  text-decoration: none;
  background: #e5f7ff;
}
@media screen and (max-width: 850px) {
  .mainArea.kikkake .columnList {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}

/*  kokkai-ichiran
----------------------------------------------- */
.kokkai_topmenu {
  background: #dcf4ff;
  padding: 3rem 0;
  /* sp */
}
.kokkai_topmenu .grid_2clm, .kokkai_topmenu .grid_3clm {
  gap: 3rem;
  -ms-grid-columns: 1fr 3rem 1fr 3rem 1fr 3rem 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}
.kokkai_topmenu .grid_3clm {
  margin-top: 3rem;
}
.kokkai_topmenu .title {
  font-family: "Zen Old Mincho", serif;
  font-weight: 900;
  color: #006d9b;
  font-size: 2.5rem;
  margin-bottom: 0.3em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.kokkai_topmenu .title:after {
  content: "";
  height: 1px;
  border-top: 1px solid #006d9b;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  margin-left: 0.4em;
}
.kokkai_topmenu .photo img {
  width: 100%;
}
.kokkai_topmenu .cont p {
  line-height: 1.9;
  font-size: 0.95rem;
}
.kokkai_topmenu .cont .head {
  margin: 0.7em 0;
}
.kokkai_topmenu .cont .head a {
  color: #1b1b1b;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: bold;
  font-size: 1.2rem;
}
@media screen and (max-width: 850px) {
  .kokkai_topmenu .grid_2clm, .kokkai_topmenu .grid_3clm {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}

/*  profile
----------------------------------------------- */
.mainArea.profile .detail {
  margin: 2rem 0;
}
.mainArea.profile .detail dl {
  border-left: 3px solid #2391bf;
  padding: 0.3rem 1rem 0.5rem;
}
.mainArea.profile .detail dl dt {
  color: #2391bf;
  font-family: "Noto Serif JP", sans-serif;
  font-size: 1.3rem;
  margin-bottom: 0.5rem;
}
.mainArea.profile .detail dl dd + dt {
  margin-top: 1.5rem;
}
.mainArea.profile .detail dl dd {
  line-height: 1.8;
}
.mainArea.profile .detail dl + dl {
  margin-top: 1.5rem;
}
.mainArea.profile .detail dl.name dd {
  font-size: 1.3rem;
}
.mainArea.profile .history {
  padding-left: 15px;
  width: 90%;
  margin: 0 auto;
  /* sp */
}
.mainArea.profile .history .profile {
  padding: 1.5rem 0;
  border-left: 4px solid #CCC;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}
.mainArea.profile .history .profile h3 {
  font-weight: bold;
  font-family: "Noto Sans JP", sans-serif;
  -ms-flex-preferred-size: 6em;
      flex-basis: 6em;
  font-size: 21px;
  margin-left: -12px;
  border-left: 0;
  padding-left: 0;
}
.mainArea.profile .history .profile h3:before {
  font-family: "icomoon";
  content: "\e943";
  color: #2391bf;
  margin-right: 0.3em;
}
.mainArea.profile .history .profile .prof-text {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 0 1em;
}
.mainArea.profile .history .profile .prof-text dl {
  line-height: 1.7;
}
.mainArea.profile .history .profile .prof-text dl dt {
  font-weight: bold;
}
.mainArea.profile .history .profile .prof-text dl dd + dt {
  margin-top: 1rem;
}
.mainArea.profile .history .profile .prof-text dl + dl {
  margin-top: 1rem;
}
.mainArea.profile .history .profile .prof-photo {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  gap: 0.5rem;
  -ms-flex-preferred-size: 300px;
      flex-basis: 300px;
}
@media screen and (max-width: 850px) {
  .mainArea.profile .history {
    width: 100%;
  }
  .mainArea.profile .history .profile {
    display: block;
  }
  .mainArea.profile .history .profile h3 {
    margin-bottom: 1rem;
  }
  .mainArea.profile .history .profile .prof-photo {
    padding: 1em;
  }
}

/*  download
----------------------------------------------- */
.illustList {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1.5rem 1fr 1.5rem 1fr 1.5rem 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 1.5rem;
  /* sp */
}
.illustList li {
  text-align: center;
  font-size: 0.9rem;
}
.illustList li a {
  display: block;
  border: 1px solid #6ed4ff;
  border-radius: 5px;
  background: #FFF;
  padding: 1rem;
}
.illustList li a img {
  max-height: 130px;
  width: auto;
}
@media screen and (max-width: 850px) {
  .illustList {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }
}

/*  mailmagazine
----------------------------------------------- */
.mmform {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  /* sp */
}
.mmform .btn {
  padding-left: 1rem;
}
@media screen and (max-width: 850px) {
  .mmform {
    display: block;
  }
  .mmform .input input {
    width: 100%;
  }
  .mmform .btn {
    margin-top: 1rem;
    padding-left: 0;
  }
  .mmform .btn input[type=submit] {
    width: 100%;
  }
}

/*  nationaldiet
----------------------------------------------- */
.bloginfo {
  font-size: 0.9rem;
  border: 1px solid #006d9b;
  padding: 1rem;
  border-radius: 5px;
}
.bloginfo p {
  line-height: 1.6;
}
.bloginfo p + p {
  margin-top: 0.6rem;
}
.bloginfo ul {
  margin: 0.5rem 0;
}
.bloginfo ul li + li {
  margin-top: 0.5rem;
}

/*----------------------------------------------------------
	Script
--------------------------------------------------------- */
/*----------------------------------------------------------
    Print
--------------------------------------------------------- */
@page {
  size: 210mm 297mm;
}
@media print {
  header .siteid {
    position: relative;
    text-align: center;
    margin-bottom: 5mm;
  }
  header .headArea {
    display: none;
  }
  main {
    width: 98%;
    margin: auto;
  }
  main .titleArea {
    display: none;
  }
  footer {
    display: none;
  }
}
hr.page-break {
  border: none;
  page-break-after: always;
}

/*----------------------------------------------------------
    spot
--------------------------------------------------------- */