/*
* fontawesomeセット
* content:'\○○○';
* font: var(--fa-font-solid);
*/
/*=====================================
*
*header
*
=======================================*/
header{
  background: #fff;
  position: fixed;
  top: 0;
  z-index: 4;
  width: 100%;
  transition: .3s;
  height: 58px;
}
/* header.active{
  border-bottom: 1px solid #efefef;
} */
.header_content{
  display: flex;
  max-width: 1060px;
  width: 100%;
  margin: 0 auto;
  justify-content: space-between;
  padding: 0 0px;
  flex-wrap: wrap;
  height: 100%;
  align-items: center;
}
@media only screen and (max-width: 1100px) {
  .header_content{
    padding: 0 20px;
  }
}
.header_content .logo {
  display: block;
}
.header_content .logo a {
  text-align: left;
  display: block;
  font-family: "LINESeedJP";
  font-weight: 400;
  font-style: normal;
  font-size: 20px;
  color: #222222;
  transition: .3s;
}
.header_content .logo a:hover{
 opacity: .7;
}
.header_content .logo a img {
  height: 100%;
  width: auto;
  object-fit: contain;
}
header .header_content::before {
  content: "";
  width: 100vw;
  height: 100vh;
  position: absolute;
  top: 58px;
  left: 0;
  background: rgb(0 0 0 / 50%);
  opacity: 0;
  visibility: hidden;
  transition: .3s;
}
header.active .header_content::before {
  opacity: 1;
  visibility: visible;
}
/* pc */
@media only screen and (min-width: 1025px) {
  .header_content .menu{
    width: auto;
  }
  .header_content .menu .Gmenu{
    height: 100%;
    display: flex;
    justify-content: flex-end;
    column-gap: 30px;
  }
  .header_content .menu ul li{
    position: relative;
  }
  .header_content .menu ul li a{
    font-size: 16px;
    color: #222222;
    display: flex;
    align-items: center;
    transition: .3s;
    justify-content: center;
    background: #fff;
    padding: 0px 0px 0px;
    font-family: "LINESeedJP";
    font-weight: 400;
  }
  .header_content .menu ul li a:hover {
      color: #fea321;
  }
  .header_content .menu ul li a::after {
    content: "";
    bottom: 0px;
    display: inline-block;
    height: 1px;
    left: 0;
    position: absolute;
    width: 100%;
    background: #fea321;
    opacity: 0;
    transition: .3s;
    width: 0;
}
.header_content .menu ul li a:hover::after {
  opacity: 1;
  width: 100%;
}
  .header__hamburger {
    display: none;
  }
  /*ドロップダウンメニュ*/
  li.menu-item-has-children{
    position: relative;
  }
  .Gmenu > li.menu-item-has-children > a::after {
    font-family: "Font Awesome 5 Free";
    content: "\f078";
    font-weight: bold;
    font-size: 12px;
    transition: .3s;
    margin-left: 5px;
  }
  li.menu-item-has-children.active a::after{
    transform: rotate(-180deg) ;
  }
  .Gmenu > li.menu-item-has-children:hover > a::after{
    transform: rotate(-180deg);
  }
  .header_content .menu .Gmenu > li > ul{
    position: absolute;
    background-color: #fff;
    width: 430px;
    display: flex;
    flex-direction: row;
    padding: 20px 20px 10px;
    visibility: hidden;
    opacity: 0;
    transition: .3s;
  }
  .header_content .menu .Gmenu > li:hover > ul{
    visibility: visible;
    opacity: 1;
  }
  .header_content .menu .Gmenu > li > ul.active{
    display: flex;
  }
  .header_content .menu ul li ul li{
    width: 100%;
  }
  .header_content .menu .Gmenu > li > ul > li > a {
    border-bottom: 1px solid #c73527;
    pointer-events: none;
    font-size: 16px;
    justify-content: flex-start;
    padding: 0;
    width: fit-content;
    padding-bottom: 10px;
  }
  .header_content .menu .Gmenu > li > ul > li > ul {
    margin-top: 10px;
  }
  .header_content .menu .Gmenu > li > ul > li > ul > li > a {
    padding: 0;
    margin: 0px 0 10px;
    justify-content: flex-start;
  }
}
/*ドロップダウンメニュend sp*/
@media only screen and (max-width: 1024px) {
  body.active{
    height: 100%;
    overflow: hidden;
  }
  /*ドロップダウンメニュ*/
  li.menu-item-has-children > a::after{
    right: 20px;
    top: 20px;
    font-size: 16px;
    transition: .3s;
    position: absolute;
    pointer-events: none;
    display: none;
  }
  .header_content .menu ul li ul{
    position: relative;
    margin-top: 0;
  }
  .Gmenu > li.menu-item-has-children::before {
    position: absolute;
    top: 0;
    right: 0;
    background: #efefef;
    width: 60px;
    height: 64px;
    font-family: "Font Awesome 5 Free";
    content: "\f078";
    font-weight: bold;
    font-size: 12px;
    z-index: 1;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  /*ドロップダウンメニュend*/

  .sec09_content {
    padding: 0px !important;
  }
  .mv_area{
    margin-top: 58px !important;
  }
  .header_content .menu {
    background-color: #fff;
    padding-bottom: 50px;
    position: fixed;
    right: 0px;
    top: 58px;
    width: 100%;
    transition: ease .3s;
    overflow-y: scroll;
    opacity: 0;
    visibility: hidden;
    max-width: 300px;
    left: initial;
    transform: translate(100%, 0%);
    background: #fff;
    height: 100%;
    padding: 20px 30px 20px;
    border-top: 1px solid #efefef;
  }
  .header_content h1{
    width: 230px;
  }
  .header__hamburger {
    width: 30px;
    height: 100%;
    display: block;
  }
  .header_content .menu ul{
    flex-direction: column;
    align-items: center;
    gap: 0;
  }
  .header_content .menu ul li{
    width: 100%;
    position: relative;
  }
  .header_content .menu ul li a{
    width: 100%;
    display: flex;
    justify-content: center;
    padding: 20px 0;
    font-size: 16px;
    border-bottom: 2px dashed #cccccc;
    color: #222222;
  }
  .hamburger {
    background-color: transparent;
    border-color: transparent;
    z-index: 9999;
  }
  /* ハンバーガーメニューの線 */
  .hamburger span {
    width: 100%;
    height: 1px;
    background-color: #000;
    position: relative;
    transition: ease .3s; /*ハンバーガーメニュークリック時の三本線の動きを遅延*/
    display: block;
  }
  .hamburger span:nth-child(1) {
    top: 0;
  }
  .hamburger span:nth-child(2) {
    margin: 8px 0;
  }
  .hamburger span:nth-child(3) {
    top: 0;
  }
  /* ハンバーガーメニュークリック後のスタイル */
  .menu.active {
    opacity: 1;
    visibility: visible;
    transform: translate(0%, 0%);
  }
  .hamburger.active span:nth-child(1) {
    top: 5px;
    transform: rotate(45deg);
  }
  .hamburger.active span:nth-child(2) {
    opacity: 0;
  }
  .hamburger.active span:nth-child(3) {
    top: -13px;
    transform: rotate(-45deg);
  }
  .header_content {
    padding: 0 20px;
    height: 58px;
    align-items: center;
}
.header_content .menu .Gmenu > li > ul {
  width: 100%;
  flex-direction: column;
  position: relative;
  border-bottom: 1px solid #cccccc;
  display: none;
  opacity: 0;
  height: 0;
  transition: .3s;
  padding: 0 20px;
  display: flex;
  transform: scaleY(0);
  transform-origin: center top;
}
.header_content .menu .Gmenu > li > ul.active {
  opacity: 1;
  height: 100%;
  padding: 20px 20px 10px;
  visibility: visible;
  transform: scaleY(1);
}
.header_content .menu .Gmenu > li > ul > li > ul > li > a {
  justify-content: flex-start;
  padding: 10px 0;
  margin: 0;
  font-size: 14px;
  border-bottom: 1px solid #ccc;
}
.header_content .menu .Gmenu > li > ul > li {
  margin-bottom: 20px;
}
}

/*=====================================
*
*front
*
=======================================*/
.mv_area {
  margin-top: 58px;
  position: relative;
  height: 600px;
}
.mv_area .img_area {
  height: 100%;
  position: relative;
}
.mv_area .img_area .img_box01 {
  height: 100%;
}
.mv_area .img_area .img_box01 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.mv_area .in {
  position: absolute;
  max-width: 1060px;
  width: 100%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  height: 100%;
}
.mv_area .title_box {
  position: absolute;
  width: fit-content;
  top: 75px;
  right: 50px;
}
.mv_area .title_box h1.title {
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  text-align: left;
  line-height: 2;
  font-size: 30px;
  letter-spacing: .08em;
  color: #222222;
  display: flex;
  flex-direction: column;
  row-gap: 10px;
}
.mv_area .title_box h1.title span {
  background: #fff;
  position: relative;
  padding: 12px 0px;
  display: block;
  height: fit-content;
}
.mv_area .title_box h1.title span::before{
  position: absolute;
  top: 0;
  right: 0px;
  content: '';
  border-left: 10px solid transparent;
  border-right: 0px solid transparent;
  border-top: calc(tan(45deg) * 10px) solid #fea321;
}

/* safari */
_::-webkit-full-page-media, _:future, :root .mv_area .title_box {
  width: 110px;
}
_::-webkit-full-page-media, _:future, :root .mv_area .title_box h1.title {
  line-height: 1;
}
_::-webkit-full-page-media, _:future, :root .mv_area .title_box h1.title span {
  padding: 12px 26px 12px 0px;
}


.title_box01 {
  z-index: 1;
  position: relative;
}
.title_box01 h2 {
    width: fit-content;
    background: #fff;
    font-size: 30px;
    font-family: "LINESeedJP";
    font-weight: 400;
    margin: 0 auto;
    position: relative;
    line-height: 1.5;
}
.title_box01 h2::before {
    content: "";
    border: 3px solid #fea321;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    position: absolute;
    opacity: .2;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: -1;
}
article.news_sec .news_row ul li {
    border-top: 2px dashed #cccccc;
}
article.news_sec .news_row ul li:last-of-type{
    border-bottom: 2px dashed #cccccc;
}
article.news_sec .news_row ul li a {
    display: flex;
    padding: 15px 20px;
    column-gap: 40px;
    transition: .3s;
    position: relative;
}
article.news_sec .news_row ul li a::after{
  content: "";
  background-image: url(../../assets/images/parts01.png);
  width: 14px;
  height: 12px;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translate(0px, -50%);
  background-size: contain;
  background-repeat: no-repeat;
  transition: .3s;
}
article.news_sec .news_row ul li a:hover{
  opacity: .7;
}
article.news_sec .news_row ul li a:hover::after{
  transform: translate(5px, -50%);
}
article.news_sec .news_row ul li a .title {
  color: #555555;
  font-size: 14px;
  margin-top: 4px;
  padding-right: 15px;
}
article.news_sec .news_row ul li a time {
  background: #fea321;
  color: #fff;
  width: 140px;
  height: 30px;
  font-size: 14px;
  display: flex;
  justify-content: center;
  align-items: center;
  letter-spacing: .1em;
  line-height: 1;
  position: relative;
}
article.news_sec .news_row ul li a time::after {
  content: "";
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
  border-left: calc(tan(45deg) * 7px) solid #fea321;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translate(100%, -50%);
}
article.about_sec {
  background: #fbfaf6;
}
article.about_sec .about_row {
  display: flex;
  column-gap: 30px;
}
article.about_sec .about_row .img_col {
    width: 47.2%;
}
article.about_sec .about_row .text_col {
  width: 50%;
  margin-top: -10px;
}
article.about_sec .about_row .text_col h2 {
  font-size: 30px;
  margin-bottom: 26px;
  color: #222222;
}
article.about_sec .about_row .text_col p {
  line-height: 2;
  color: #555555;
}
article.greeting_sec .text_row {
/*     display: grid;
    gap: 20px;
    grid-template-columns: 1fr 1fr; */
}
article.greeting_sec .text_row img {
    width: 210px;
    float: left;
    margin-right: 40px;
    margin-bottom: 20px;
    margin-top: 8px;
}
article.greeting_sec .text_row p {
    line-height: 2;
    color: #555555;
    margin-bottom: 20px;
}
article.greeting_sec .text_row .name_box {
    color: #222222;
    line-height: 1.7;
    font-size: 20px;
    margin-top: 10px;
    margin-bottom: 10px;
    text-align: end;
}
article.Information_sec {
  background: #fbfaf6;
  position: relative;
}
article.Information_sec .title_box01 h2 {
  background: #fbfaf6;
}
article.Information_sec .Information_con {
  display: flex;
  flex-direction: column;
  row-gap: 60px;
}
article.Information_sec .Information_con .Information_row {
  display: flex;
  border-left: 6px solid #fea321;
  padding-left: 20px;
  align-items: end;
  justify-content: space-between;
}
article.Information_sec .Information_con .Information_row .text_col h3 {
  font-size: 25px;
  color: #222222;
  margin-bottom: 4px;
}
article.Information_sec .Information_con .Information_row .text_col p {
  color: #555555;
  font-size: 18px;
}
article.Information_sec .Information_con .Information_row .btn_col a {
  color: #222222;
  position: relative;
  display: flex;
  column-gap: 10px;
  align-items: center;
  transition: .3s;
}
article.Information_sec .Information_con .Information_row .btn_col a:hover{
  opacity: .7;
}
article.Information_sec .Information_con .Information_row .btn_col a::after {
  content: "";
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url(../../assets/images/parts03.png);
  width: 14px;
  height: 15px;
}
footer {
  background: #fea321;
  position: relative;
  background-image: url(../../assets/images/parts04.jpg);
  padding-top: 40px;
  /* background: repeating-linear-gradient(-45deg, transparent, transparent 9px, #fea322 1px, #fea322 10px), repeating-linear-gradient(45deg, transparent, transparent 9px, #fea322 1px, #fea322 10px), #feac38; */
}
footer .content_wid {
  max-width: 1060px;
  width: 100%;
  margin: 0 auto;
}
footer .content_wid .flex_content {
  display: flex;
  justify-content: space-between;
}
footer .content_wid .flex_content .left_col .logo a {
  color: #fff;
  font-size: 20px;
  transition: .3s;
}
footer .content_wid .flex_content .left_col .logo a:hover{
  opacity: .7;
}
footer .content_wid .flex_content .left_col .subtext {
  color: #fff;
  margin-top: 10px;
}
footer .content_wid .flex_content .left_col {
  width: 50%;
}
footer .content_wid .flex_content .right_col {
    width: 320px;
}
footer .content_wid .flex_content .right_col ul {
  display: flex;
  flex-wrap: wrap;
  row-gap: 14px;
  column-gap: 20px;
}
footer .content_wid .flex_content .right_col ul li {
    width: calc(40% - 20px);
}
footer .content_wid .flex_content .right_col ul li:nth-of-type(2n) {
  width: 60%;
}
footer .content_wid .flex_content .right_col ul li a {
  color: #fff;
  display: flex;
  position: relative;
  column-gap: 10px;
  transition: .3s;
}
footer .content_wid .flex_content .right_col ul li a:hover{
  opacity: .7;
}
footer .content_wid .flex_content .right_col ul li a::before {
  content: "ー";
}
.copyright {
  color: #fff;
  text-align: center;
  font-size: 14px;
  margin-top: 30px;
  padding-bottom: 16px;
}
/*=====================================
*section1
=======================================*/

/*=====================================
*section2
=======================================*/

/*=====================================
*section3
=======================================*/

/*=====================================
*section4
=======================================*/

/*=====================================
*section5
=======================================*/

/*=====================================
*section6
=======================================*/

/*=====================================
*section7
=======================================*/

/*=====================================
*section8
=======================================*/

/*=====================================
*section9
=======================================*/

/*=====================================
*section10
=======================================*/


/*=====================================
*
*single
*
=======================================*/

/*=====================================
*
*page
*
=======================================*/

/*=====================================
*
*archive
*
=======================================*/

/*=====================================
*
*breadcrumb
*
=======================================*/

/*=====================================
*
*toc
*
=======================================*/

/*=====================================
*
*footer
*
=======================================*/

/*=====================================
*
*sidenav
*
=======================================*/


/*=====================================
*
*page single arcive 他ページ
*
=======================================*/
.pancu {
  overflow: auto;
  margin-top: 16px;
  margin-bottom: -4px;
}
.pancu ul li a {
  color: #555555;
  font-size: 12px;
  display: block;
  white-space: nowrap;
}
.pancu ul {
  display: flex;
}
.pancu ul li:not(:last-of-type) a::after {
  content: "/";
}
.pancu ul li:last-of-type a {
  color: #555555;
}
.mvarea_page {
  max-width: 1920px;
  width: 100%;
  position: relative;
  height: 320px;
}
.mvarea_page .img_box::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: linear-gradient(90deg, #fff, 10%, rgb(255 255 255 / 0%));
}
.mvarea_page .img_box {
  margin-left: auto;
  height: 100%;
  width: 66.2%;
  max-width: 1260px;
  position: relative;
}
.mvarea_page .img_box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
div#page {
  padding-top: 58px;
}
.mvarea_page .mv_text {
  max-width: 1100px;
  width: 100%;
  margin: 0 auto;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  left: 50%;
  padding: 0 20px;
}
.mvarea_page .mv_text h1.h1 {
  font-size: 28px;
  color: #222222;
}
.openingSentence_row {
  background: #fffdf6;
  border: 1px solid #f6d6a9;
  padding: 32px 126px;
}
.openingSentence_row p {
  font-size: 18px;
  line-height: 1.8;
  color: #222222;
}
.openingSentence02_row {
  background: #fffdf6;
  border: 1px solid #f6d6a9;
  padding: 30px 20px;
}
.openingSentence02_row p {
  font-size: 18px;
  line-height: 1.8;
  color: #222222;
}
.mapAnker_row ul li a {
    background: #fea321;
    color: #fff;
    width: 100px;
    height: 34px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    transition: .3s;
}
.mapAnker_row ul li a:hover{
  opacity: .7;
}
.mapAnker_row ul li a::after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 8px solid #fea321;
    bottom: -8px;
}
.mapAnker_row {
  width: fit-content;
  margin: 0 auto;
  position: relative;
}
.mapAnker_row .img_box {
    width: fit-content;
    margin: 0 auto;
    position: relative;
}
.mapAnker_row ul li {
  width: fit-content;
  position: absolute;
}

.mapAnker_row ul li {
  width: fit-content;
  position: absolute;
}

.mapAnker_row ul li.adati {
  top: 9%;
  right: 29%;
}
.mapAnker_row ul li.katusika {
  top: 20%;
  right: 12%;
}
.mapAnker_row ul li.edogawa {
  top: 37%;
  right: 6%;
}
.mapAnker_row ul li.kitaku {
  top: 14%;
  right: 48%;
}
.mapAnker_row ul li.arakawa {
  top: 21%;
  right: 34%;
}
.mapAnker_row ul li.daitouku {
  top: 28%;
  right: 31%;
}
.mapAnker_row ul li.sumida {
  top: 35%;
  right: 24.2%;
}
.mapAnker_row ul li.koutouku {
  top: 44%;
  right: 22%;
}
.mapAnker_row ul li.itabashi {
  top: 9%;
  right: 62%;
}
.mapAnker_row ul li.toyosima {
  top: 25.7%;
  right: 52.5%;
}
.mapAnker_row ul li.bunnkyo {
  top: 31%;
  right: 43.6%;
}
.mapAnker_row ul li.tiyoda {
  top: 40.4%;
  right: 40.5%;
}
.mapAnker_row ul li.tyuou {
  top: 47%;
  right: 34.5%;
}
.mapAnker_row ul li.nerima {
  top: 19%;
  right: 78%;
}
.mapAnker_row ul li.nakano {
  top: 30%;
  right: 66.7%;
}
.mapAnker_row ul li.sinzyuku {
  top: 37%;
  right: 54%;
}
.mapAnker_row ul li.suginami {
  top: 36%;
  right: 78%;
}
.mapAnker_row ul li.sibuya {
  top: 47%;
  right: 58.2%;
}
.mapAnker_row ul li.minato {
  top: 55%;
  left: 44%;
}
.mapAnker_row ul li.setagaya {
  top: 56.5%;
  left: 13%;
}
.mapAnker_row ul li.meguro {
  top: 59.5%;
  left: 30.5%;
}
.mapAnker_row ul li.sinagawa {
  top: 67%;
  left: 39.5%;
}
/* .mapAnker_row ul li:nth-of-type(23) {
  top: 79.5%;
  left: 36%;
} */
.mapAnker_row ul li.hinoshi {
  top: 81%;
  left: 1%;
}
/* .mapAnker_row ul li:nth-of-type(24) {
  top: 81%;
  left: 1%;
} */
.ward_con {
  margin-bottom: 80px;
}
.ward_con .wardtitle_row {
  display: flex;
  align-items: center;
  column-gap: 5px;
  margin-bottom: 22px;
}

.ward_con .wardtitle_row figure {
  width: 24px;
}
.ward_con .wardtitle_row h2 {
  font-size: 26px;
  color: #222222;
}
.ward_con .wardtable_row table thead {
  border-bottom: none;
}
.ward_con .wardtable_row table thead tr th {
  background: #fea321;color: #fff;border: 1px solid #cb7e11;text-align: justify;font-size: 18px;padding: 3px 20px 2px;
}
.ward_con .wardtable_row table tbody tr td {
    background: #fff;
    border: 1px solid #cb7e11;
    text-align: justify;
    font-size: 16px;
    padding: 7px 20px 3px;
    color: #222222;
}
.ward_con .wardtable_row table tbody tr td:nth-of-type(2) {
  color: #555555;
  font-size: 14px;
}
.ward_con .wardtable_row table tbody tr td:nth-of-type(1), .ward_con .wardtable_row table thead tr th:nth-of-type(1) {
    width: 26.5%;
    vertical-align: middle;
}
.ward_con {
  margin-bottom: 70px;
}
.ward_con:last-of-type {
  margin-bottom: 0;
}
.ward_con .wardtable_row table tbody tr td a {
  color: #222222;
  transition: .3s;
  text-decoration: underline;
}
.ward_con .wardtable_row table tbody tr td a:hover {
  opacity: .7;
}
.newpublications_row {
  display: flex;
  column-gap: 60px;
}
.newpublications_row .text_col .title_box02 {
  margin-bottom: 24px;
  margin-top: 10px;
}
.title_box02 {
  display: flex;
  align-items: center;
  column-gap: 12px;
}
.title_box02 figure {
  width: 40px;
  min-width: 40px;
}
.title_box02 h2 {
  font-size: 26px;
}
.newpublications_row .text_col p {
  font-size: 20px;
  margin-bottom: 26px;
}
.newpublications_row .text_col .btn_box .btn a {
  background: none;
  color: #222222;
  padding: 0;
  font-size: 16px;
  position: relative;
  display: flex;
  column-gap: 7px;
  align-items: center;
  transition: .3s;
}
.newpublications_row .text_col .btn_box .btn a:hover {
  opacity: .7;
}
.newpublications_row .text_col .btn_box .btn a::after {
  content: "";
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url(../../assets/images/parts03.png);
  width: 14px;
  height: 15px;
}
.newpublicationsList_sec {
  background: #fbfaf6;
}
.newpublicationsList_sec .newpublicationsList_row {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 35px;
}
.newpublicationsList_sec .newpublicationsList_row .newpublicationsList_col {
  background: #fff;
}
.newpublicationsList_sec .newpublicationsList_row .newpublicationsList_col a {
  display: flex;
  padding: 15px;
  column-gap: 20px;
  color: #222222;
  align-items: center;
  position: relative;
  transition: .3s;
}
.newpublicationsList_sec .newpublicationsList_row .newpublicationsList_col a:hover{
  opacity: .7;
}
.newpublicationsList_sec .newpublicationsList_row .newpublicationsList_col a .img_box {
  width: 43.4%;
}
.newpublicationsList_sec .newpublicationsList_row .newpublicationsList_col a .text_col .moresyo .btn {
  position: absolute;
  bottom: 20px;
  right: 20px;
  font-size: 14px;
  display: flex;
  column-gap: 7px;
  align-items: center;
  transition: .3s;
}
.newpublicationsList_sec .newpublicationsList_row .newpublicationsList_col a .text_col .moresyo .btn::after {
  content: "";
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url(../../assets/images/parts03.png);
  width: 11px;
  height: 13px;
}
div#archive {
  padding-top: 58px;
}
.pagination ul {
  margin-top: 50px;
  display: flex;
  gap: 5px;
  flex-wrap: wrap;
  justify-content: center;
}
.pagination ul li .current {
  color: #fea321;
  border: 1px solid #fea321;
  padding: 5px 10px;
  display: block;
  font-size: 14px;
  border-radius: 5px;
}
.pagination ul li .dots {
  color: #fea321;
  padding: 5px 0;
  display: block;
  font-size: 14px;
}
.pagination ul li a {
  color: #333;
  border: 1px solid #333;
  padding: 5px 10px;
  transition: .3s;
  display: block;
  font-size: 14px;
  border-radius: 5px;
}
.pagination ul li a:hover{
  color: #fea321;
  border: 1px solid #fea321;
}









div#single {
  padding-top: 58px;
}
#single .contents ol, #single .contents ul {
  margin: initial;
  border: none;
  background: none;
  padding: initial;
}
#single .contents ol li, #single .contents ul li {
  margin: initial;
  position: relative;
}
#single .contents ol li::before, #single .contents ul li::before {
  display: none;
}
#single .contents time {
  margin-top: 40px;
  display: block;
}
#single .contents h1 {
  font-size: 28px;
  font-family: "LINESeedJP";
  font-weight: 400;
  font-style: normal;
  letter-spacing: .05em;
  margin-bottom: 30px;
  margin-top: 10px;
}
#single .contents h2 {
  margin: 30px 0;
  font-size: 20px;
}
#single .contents > h2 {
  background: #fffdf6;
  padding: 20px;
  font-size: 20px;
  margin: 50px 0 30px;
  border-bottom: 1px solid #f6d6a9;
  padding: 1em;
  font-weight: 500;
}
#single .contents > h3 {
  font-size: 18px;
  margin: 50px 0 30px;
  border-bottom: 1px solid #f6d6a9;
  padding: 0.5em;
  position: relative;
  font-weight: 500;
}
#single .contents > h3::after {
  content: '';
  width: 2em;
  height: 1px;
  position: absolute;
  bottom: -2px;
  left: 0;
  z-index: 1;
}
#single .contents > h4 {
  margin: 50px 0 30px;
  font-size: 17px;
  font-weight: 500;
  display: flex;
}
#single .contents > h4::before {
  content: "";
  background: #f6d6a9;
  width: 0.7em;
  height: 0.7em;
  min-width: 0.7em;
  min-height: 0.7em;
  margin-top: 0.5em;
  margin-right: 0.3em;
}
#single .contents a {
  color: #fea321;
  transition: .3s;
}
#single .contents a:hover {
  opacity: .7;
}
#single .contents > ul,#single .contents > ol {
  margin: 30px 0;
  display: flex;
  flex-direction: column;
  gap: 5px;
}
#single .contents > ul li,#single .contents > ol li {
  margin-left: 1.2em;
}
#single .contents > ul li {
  list-style: disc;
}
#single .contents > ol li {
  list-style: decimal;
}
blockquote.wp-block-quote {
  padding: 20px;
  margin: 30px 0;
  background: repeating-linear-gradient(-45deg, #fffdf6, #fffdf6 3px, #ffffff 0, #ffffff 6px);
}
blockquote.wp-block-quote cite a {
  font-size: 16px;
  margin-top: 0.6em;
  display: block;
  width: fit-content;
}
.wp-block-table{
  margin: 30px 0;
}
#single .contents .wp-block-table table {
  overflow-x: auto;
}
#single .contents .wp-block-table table td {
  min-width: 150px;
  background: none;

}
#single .contents .wp-block-table table td:first-of-type {
  font-weight: 500;
  background: #fffdf6;
}
#single .contents time {
  font-size: 14px;
  display: block;
  margin-bottom: 10px;
}
#single .contents time::before {
  content: "\f017";
  font-family: "Font Awesome 5 Free";
  margin-right: 0.5em;
}
#single .contents > p {
  margin: 30px 0;
}
#single .page_pn ol {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 20px;
}
div#single .page_pn ol li {
    position: relative;
}
div#single .page_pn ol li a {
    background: #fea321;
    color: #fff;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 50px;
    border-radius: 10px;
    transition: .3s;
}
div#single .page_pn ol li a:hover{
opacity: .7;
}
.title_box03 {
  display: flex;
  gap: 10px;
  margin-bottom: 20px;
}
.title_box03 h2 {
  font-size: 26px;
  color: #222222;
}
.title_box03 .img_box {
  width: 31px;
  margin: 0;
  height: fit-content;
  margin-top: 6px;
}
.memberContent_sec {
  background: #fbfaf6;
}
.memberContent_sec .memberContent_row{
  background: #fbfaf6;
}
.memberContent_sec .memberContent_row .flex_list {
  padding-bottom: 80px;
}
.memberContent_sec .memberContent_row .flex_list ul {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
}
.memberContent_sec .memberContent_row .flex_list ul li a {
    background: #fff;
    display: block;
    color: #222222;
    padding: 20px 20px 16px;
    position: relative;
}
.memberContent_sec .memberContent_row .flex_list ul li a time {
    font-size: 12px;
    color: #666666;
    margin-bottom: 0px;
    display: block;
}
.memberContent_sec .memberContent_row .flex_list ul li a::after {
    content: "";
    background-image: url(../../assets/images/parts11.png);
    position: absolute;
    top: 50%;
    right: 20px;
    width: 40px;
    height: 40px;
    background-size: contain;
    transform: translate(0px, -50%);
    transition: .3s;
}
.memberContent_sec .memberContent_row .flex_list ul li a:hover::after {
    content: "";
    background-image: url(../../assets/images/parts11_02.png);
}
.memberContent_sec .memberContent_row .flex_list h3 {
  font-size: 20px;
  color: #222222;
  position: relative;
  padding-left: 20px;
  margin-bottom: 22px;
}
.memberContent_sec .memberContent_row .flex_list h3::before {
  content: "";
  background: #fea321;
  width: 10px;
  height: 10px;
  position: absolute;
  left: 0;
  top: 11px;
  border-radius: 50%;
}
.mapAnker_row .img_box02 {
  width: fit-content;
  margin: 0 auto;
  position: absolute;
  left: 0%;
  top: 80%;
  width: 15%;
}
div#re404 h1 {
  font-size: 40px;
}
.tag_list .tag01 a {
  background: #fea321;
  color: #fff !important;
  padding: 5px 10px;
  font-size: 12px;
  border-radius: 3px;
  margin: 20px 0 20px;
  display: block;
  width: fit-content;
}
.morebtn a {
  background: #fea321;
  border-radius: 5px;
  color: #fff;
  margin: 0 auto;
  width: 250px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 1;
  transition: .3s;
  position: relative;
}
.morebtn a::after {
  content: "";
  background-image: url(../../assets/images/parts11_03.png);
  position: absolute;
  top: 50%;
  right: 10px;
  width: 25px;
  height: 25px;
  background-size: contain;
  transform: translate(0px, -50%);
  transition: .3s;
}
.morebtn a:hover {
  opacity: .7;
}
.logoList_linimg {
  display: flex;
  gap: 20px;
  margin-top: -30px;
}
.logoList_linimg a {
  transition: .3s;
}
.logoList_linimg a:hover {
  opacity: .7;
}
.anderall_row {
  margin: 0 auto;
  display: block;
  width: fit-content;
  margin-top: 80px;
}
.anderall_row a {
  background: #fea321;
  color: #fff;
  padding: 10px 30px;
  transition: .3s;
}
.anderall_row a:hover{
  opacity: .7;
}
/* ---------------------------他ページlast ---------------------------*/
.sortable-placeholder {
    background: #f4f4f4;
    border: 1px dashed #ddd;
    height: 40px;
    display: block;
}
.drag-handle {
    cursor: move;
    text-align: center;
}

/*=====================================
*
*pc&tablet&spのnone処理
*
=======================================*/
/*=====================================
*pcのみ
=======================================*/
@media screen and (min-width: 1025px){
  .pcnone{
    display: none;
  }
}
/*=====================================
*tablet用
=======================================*/
@media screen and (max-width: 1024px) and (min-width: 415px){
  .tabnone{
    display: none;
  }
}
/*=====================================
*sp用
=======================================*/
@media screen and (max-width:414px){
  .spnone{
    display: none;
  }
}

/*==========================================================================
*
*pcパソコン
*
============================================================================*/
@media only screen and (min-width: 1025px) and (max-width: 1200px) {

}
@media only screen and (min-width: 768px){
  .wp-block-columns.is-style-default.is-layout-flex.wp-block-columns-is-layout-flex{
    flex-wrap: nowrap!important;
  }
}
/*==========================================================================
*
*tbタブレット
*
============================================================================*/
@media only screen and (max-width: 1300px) {
  .w106, footer .content_wid {
    padding: 0 20px;
  }
}
@media only screen and (max-width: 1024px) {
  .header_content .logo a {
    font-size: 16px;
}
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  article.news_sec .news_row ul li a {
    column-gap: 20px;
}
	article.greeting_sec .text_row img {
    margin-top: 4px;
}
article.about_sec .about_row .img_col {
  width: 300px;
}
article.about_sec .about_row .text_col {
  width: calc(100% - 300px);
}
article.Information_sec .Information_con .Information_row .text_col {
  width: 80%;
}
.mapAnker_row ul li a {
  width: 80px;
  height: 30px;
}
.openingSentence_row {
  padding: 30px 50px;
}
.mvarea_page {
  height: 200px;
}
.mvarea_page .img_box {
  width: 74%;
  max-width: 1260px;
}
.newpublicationsList_sec .newpublicationsList_row .newpublicationsList_col a .img_box {
  width: 50%;
}
.newpublicationsList_sec .newpublicationsList_row .newpublicationsList_col a .text_col {
  width: 50%;
}
.newpublicationsList_sec .newpublicationsList_row {
  gap: 10px;
}
.logoList_linimg {
  gap: 10px;
}
	article.greeting_sec .text_row p {
    line-height: 1.8;
    font-size: 14px;
}
}
/* ---------------------------タブレットonlylast ---------------------------*/
/*==========================================================================
*
*sp
*
============================================================================*/
@media only screen and (max-width: 767px) {
.mv_area {
  height: 360px;
  width: 100%;
  overflow: hidden;
}
.title_box01 h2 {
  font-size: 20px;
}
.title_box01 h2::before {
  width: 50px;
  height: 50px;
}
article.news_sec .news_row ul li a {
  flex-direction: column;
  padding: 15px 0px;
}
article.news_sec .news_row ul li a .title {
  margin-top: 10px;
}
article.news_sec .news_row ul li a time {
  font-size: 12px;
  width: 120px;
}
article.news_sec .news_row ul li a time::after {
  left: 0px;
  right: initial;
  top: initial;
  bottom: -10px;
  border: none;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-top: calc(tan(45deg)* 7px) solid #fea321;
}
article.news_sec .news_row ul li a::after {
  right: 0px;
}
article.about_sec .about_row {
  flex-direction: column;
  row-gap: 24px;
}
article.about_sec .about_row .text_col {
  width: 100%;
  margin-top: initial;
}
article.about_sec .about_row .text_col h2 {
  font-size: 20px;
  margin-bottom: 14px;
}
article.about_sec .about_row .text_col p {
  font-size: 14px;
}
article.greeting_sec .text_row p {
  font-size: 14px;
}
article.greeting_sec .text_row .name_box {
    font-size: 16px;
    margin-top: 20px;
}
article.Information_sec .Information_con .Information_row {
  flex-direction: column;
  row-gap: 20px;
  border-left: 3px solid #fea321;
  padding-left: 15px;
  align-items: flex-start;
}
article.Information_sec .Information_con .Information_row .text_col h3 {
  font-size: 18px;
}
article.Information_sec .Information_con .Information_row .text_col p {
  font-size: 14px;
}
article.Information_sec .Information_con .Information_row .btn_col a {
  font-size: 14px;
}
article.Information_sec .Information_con .Information_row .btn_col a::after {
  width: 10px;
  height: 14px;
}
footer .content_wid .flex_content {
  flex-direction: column;
}
footer .content_wid .flex_content .left_col {
  width: 100%;
}
footer .content_wid .flex_content .left_col .logo a {
  font-size: 16px;
}
footer .content_wid .flex_content .left_col .subtext {
  font-size: 14px;
}
footer .content_wid .flex_content .right_col ul {
  flex-direction: column;
}
footer .content_wid .flex_content .right_col {
  margin-top: 30px;
}
footer .content_wid .flex_content .right_col ul li a {
  font-size: 14px;
}
.copyright {
  font-size: 10px;
}
article.Information_sec .Information_con .Information_row .btn_col{
  margin-left: auto;
}
.mvarea_page {
  height: 170px;
}
.mvarea_page .img_box {
  width: 75%;
}
.mvarea_page .mv_text h1.h1 {
  font-size: 22px;
}
.openingSentence_row {
  padding: 30px 20px;
}
.mapAnker_row .img_box {
  display: none;
}
.mapAnker_row ul li {
  position: initial;
  display: flex;
  justify-content: center;
  width: 100%;
}
.mapAnker_row ul {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 10px;
}
.mapAnker_row {
  width: 100%;
}
.mapAnker_row ul li a::after {
  display: none;
}
.mapAnker_row ul li a {
  font-size: 14px;
  height: 30px;
  width: 100%;
}
.ward_con .wardtitle_row h2 {
  font-size: 20px;
}
.ward_con .wardtable_row table thead tr th {
  font-size: 16px;
  padding: 5px 10px;
}
.ward_con .wardtable_row table tbody tr td:nth-of-type(1), .ward_con .wardtable_row table thead tr th:nth-of-type(1) {
  width: 32%;
}
.ward_con .wardtable_row table tbody tr td {
  font-size: 14px;
  padding: 5px 10px;
}
.ward_con .wardtable_row table tbody tr td:nth-of-type(2) {
  font-size: 12px;
}
.ward_con .wardtitle_row {
  margin-bottom: 16px;
}
.newpublicationsList_sec .newpublicationsList_row {
  grid-template-columns: 1fr;
}
.title_box02 h2 {
  font-size: 20px;
}
.openingSentence02_row p {
  font-size: 16px;
}
.newpublications_row {
  column-gap: 20px;
}
.newpublications_row .wp-block-group.img_col {
  width: 40%;
}
.newpublications_row .text_col p {
  font-size: 16px;
}
.title_box02 figure {
  width: 35px;
  min-width: 35px;
}
.newpublications_row .text_col .btn_box .btn a {
  font-size: 14px;
}
.newpublications_row .text_col .title_box02 {
  margin-bottom: 20px;
  margin-top: 0px;
}





#single .contents time {
  font-size: 12px;
}
#single .contents h1 {
  font-size: 24px;
  margin-bottom: 20px;
}
#single .contents > h2 {
  font-size: 18px;
  margin: 50px 0 20px;
}
#single .contents > h3 {
  font-size: 16px;
  margin: 50px 0 20px;
}
#single .contents > h4 {
  font-size: 15px;
  margin: 50px 0 20px;
}
#single .contents > p {
  font-size: 14px;
  margin: 20px 0 20px;
}
blockquote.wp-block-quote {
  margin: 20px 0;
}
#single .contents .wp-block-table{
  margin: 20px 0;
}
#single .contents > ul li {
  font-size: 14px;
}
#single .contents > ol li {
  font-size: 14px;
}
#single .contents .wp-block-table table td {
  font-size: 14px;
}
div#single .page_pn ol li a {
  font-size: 14px;
  height: 40px;
}
#single .page_pn ol {
  gap: 10px;
}
.title_box03 h2 {
  font-size: 20px;
}
.title_box03 .img_box {
  width: 25px;
  margin-top: 0px;
}
.memberContent_sec .memberContent_row .flex_list {
  padding-bottom: 40px;
}
.memberContent_sec .memberContent_row .flex_list ul {
  grid-template-columns: 1fr;
  gap: 10px;
}
.memberContent_sec .memberContent_row .flex_list ul li a::after {
  width: 30px;
  height: 30px;
}
.memberContent_sec .memberContent_row .flex_list ul li a {
  padding-right: 60px;
}
.memberContent_sec .memberContent_row .flex_list ul li a .title {
  font-size: 14px;
}
.memberContent_sec .memberContent_row .flex_list h3 {
  font-size: 16px;
  margin-bottom: 12px;
}
.memberContent_sec .memberContent_row .flex_list h3::before {
  top: 8px;
}
.mvarea_page .img_box::after {
  background: linear-gradient(90deg, #fff, 60%, rgb(255 255 255 / 0%));
}
.mapAnker_row .img_box02 {
  display: none;
}
div#re404 h1 {
  font-size: 24px;
}
.openingSentence_row p {
  font-size: 16px;
}
.mv_area .title_box h1.title {
  font-size: 22px;
}
.mv_area .title_box {
  top: 50px;
}
.tag_list .tag01 a {
  font-size: 12px;
  margin: 0px 0 0px;
  font-size: 10px;
}
.morebtn a {
  font-size: 14px;
}
.logoList_linimg {
  gap: 10px;
  margin-top: -30px;
  flex-wrap: wrap;
}
.logoList_linimg a {
  width: calc(50% - 5px);
}
	article.greeting_sec .text_row img {
    float: initial;
    margin: 0 auto;
    display: block;
    margin-bottom: 20px;
}
.anderall_row a {
  font-size: 14px;
}
	article.about_sec .about_row .img_col {
    width: 100%;
}
/* ---------------------------携帯last ---------------------------*/
}
