.top_body .site {
  margin: auto;
}
.top_body .site #content {
  margin: 0 auto;
}
.top_body .site #sp-table-2 {
  width: 90%;
  margin: auto;
}
.top_body .site .heading_h2 {
  font-size: 1.8rem;
  font-weight: normal;
  display: block;
  text-align: center;
  padding: 40px;
  margin: 0;
}
.top_body .site .column_box__inner #sp-image-6, .top_body .site .column_box__inner #sp-image-7 {
  display: block;
  margin: auto;
}
.top_body .site #main-inner {
  margin-top: 0;
}
.top_body .site #main-inner #sp-photo-motion-1 {
  margin: 0;
  text-align: center;
}
.top_body .site #sp-page-title-1 {
  margin: 20px auto;
}
.top_body .site #custom-bxslider-pager {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.top_body .site #custom-bxslider-pager a {
  display: block;
  width: 33%;
  margin-top: 10px;
}
.top_body .site #custom-bxslider-pager a img {
  width: 90%;
}
.top_body .disp-sp {
  display: inline;
}
.top_body a {
  text-decoration: none;
  color: #FFF;
}
.top_body ul {
  list-style: none;
}

.header_wrap .header {
  position: fixed;
  pointer-events: none;
  display: block;
  width: 100%;
  z-index: 99;
  background-image: none;
  background-repeat: no-repeat;
}
.header_wrap .header__inner {
  display: block;
}
.header_wrap .header__inner .fixed-top {
  pointer-events: all;
  background-image: url(../img/back_big1.gif);
  background-repeat: repeat-x;
  padding: 5px 10px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  position: relative;
  z-index: 99;
}
.header_wrap .header__inner .fixed-top .main-logo__inner {
  margin: 0;
  padding: 0;
}
.header_wrap .header__inner .fixed-top .main-logo__inner--contents {
  display: block;
}
.header_wrap .header__inner .fixed-top .main-logo__inner--contents img {
  vertical-align: middle;
  margin: 0;
  padding: 0;
}
.header_wrap .header__inner .fixed-top .burger__inner .openbtn4 {
  position: relative;
  cursor: pointer;
  width: 50px;
  height: 50px;
  border-radius: 5px;
}
.header_wrap .header__inner .fixed-top .burger__inner .openbtn4 span {
  display: inline-block;
  transition: all 0.4s;
  position: absolute;
  left: 14px;
  height: 2px;
  border-radius: 5px;
  background: #fff;
  width: 45%;
}
.header_wrap .header__inner .fixed-top .burger__inner .openbtn4 span:nth-of-type(1) {
  top: 13px;
}
.header_wrap .header__inner .fixed-top .burger__inner .openbtn4 span:nth-of-type(2) {
  top: 19px;
}
.header_wrap .header__inner .fixed-top .burger__inner .openbtn4 span:nth-of-type(3) {
  top: 25px;
}
.header_wrap .header__inner .fixed-top .burger__inner .openbtn4 span:nth-of-type(3)::after {
  content: "Menu";
  position: absolute;
  top: 5px;
  left: 50%;
  transform: translateX(-50%);
  color: #fff;
  font-size: 1rem;
  font-weight: bold;
  text-transform: uppercase;
}
.header_wrap .header__inner .fixed-top .burger__inner .openbtn4.active span:nth-of-type(1) {
  top: 14px;
  left: 18px;
  transform: translateY(6px) rotate(-45deg);
  width: 30%;
}
.header_wrap .header__inner .fixed-top .burger__inner .openbtn4.active span:nth-of-type(2) {
  opacity: 0;
}
.header_wrap .header__inner .fixed-top .burger__inner .openbtn4.active span:nth-of-type(3) {
  top: 26px;
  left: 18px;
  transform: translateY(-6px) rotate(45deg);
  width: 30%;
}
.header_wrap .header__inner .fixed-top .burger__inner .openbtn4.active span:nth-of-type(3)::after {
  content: "Close";
  transform: translate(-40%, 0) rotate(-45deg);
  top: 5px;
  left: 100%;
}
.header_wrap .header__inner .main-menu {
  background: #121212;
  transition: 0.3s;
  position: fixed;
  width: 100vw;
  height: 100vh;
  top: 0;
  left: 0;
  overflow: auto;
}
.header_wrap .header__inner .main-menu.close {
  opacity: 0;
  pointer-events: none;
}
.header_wrap .header__inner .main-menu.open {
  opacity: 1;
  pointer-events: all;
}
.header_wrap .header__inner .main-menu__inner--contents {
  margin: 0;
  padding: 1vh 10vw;
  overflow-y: scroll;
  overflow-x: hidden;
  list-style: none;
}
.header_wrap .header__inner .main-menu__inner--contents > .menu-item {
  margin-bottom: 10px;
}
.header_wrap .header__inner .main-menu__inner--contents > .menu-item:last-child {
  margin-bottom: 0;
}
.header_wrap .header__inner .main-menu__inner--contents .menu-item {
  transition: 0.6s all;
  font-size: 1.8rem;
  color: #fff;
}
.header_wrap .header__inner .main-menu__inner--contents .menu-item a {
  text-decoration: none;
  color: #FFF;
}
.header_wrap .header__inner .main-menu__inner--contents .menu-item .sub-menu {
  display: none;
  list-style: none;
}
.header_wrap .header__inner .main-menu__inner--contents .menu-item .sub-menu > .menu-item {
  font-size: 1.6rem;
  margin-bottom: 3px;
}
.header_wrap .header__inner .main-menu__inner--contents .menu-item .sub-menu > .menu-item:last-child {
  margin-bottom: 0;
}
.header_wrap .header__inner .main-menu__inner--contents .toiawase {
  margin-top: 50px;
  padding-bottom: 40px;
}
.header_wrap .header__inner .main-menu__inner--contents .toiawase__inner {
  display: flex;
  align-items: center;
}
.header_wrap .header__inner .main-menu__inner--contents .toiawase__inner--contents {
  margin: 0;
}
.header_wrap .header__inner .main-menu__inner--contents .toiawase__inner--contents a {
  display: block;
  text-align: center;
}
.header_wrap .header__inner .main-menu__inner--contents .toiawase__inner--contents a img {
  width: 50%;
  margin: auto;
  vertical-align: middle;
}
.header_wrap .header__inner .main-menu__inner--contents .p-sub-menu .plus {
  display: inline-block;
  vertical-align: middle;
  color: #FFF;
  line-height: 1;
  width: 0.6em;
  height: 0.1em;
  background: currentColor;
  border-radius: 0.1em;
  position: relative;
  margin-left: 5px;
  top: -2px;
  transition: 0.6s;
}
.header_wrap .header__inner .main-menu__inner--contents .p-sub-menu .plus:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: inherit;
  border-radius: inherit;
  transform: rotate(90deg);
}
.header_wrap .header__inner .main-menu__inner--contents .p-sub-menu.sub-menu-close .plus:before {
  opacity: 1;
  transition-duration: 0.6s;
}
.header_wrap .header__inner .main-menu__inner--contents .p-sub-menu.sub-menu-open .plus:before {
  opacity: 0;
  transition-duration: 0.6s;
}

.display-sp {
  display: inline-block;
}

.display-pc {
  display: none;
}

html {
  width: 100%;
  height: 100%;
}

body {
  width: 100%;
  height: 100%;
}
body .site {
  width: 100%;
}
body .site .site-main {
  width: 100%;
}
body .site .site-main #main-inner {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
body .site .site-main #main-inner table {
  width: 100%;
}
body .site .sp-contents {
  font-size: 1.1rem;
  color: #000;
  font-weight: bold;
  width: 100%;
}
body .site .sp-contents a {
  text-decoration: none;
  color: #000;
}
body .site .sp-contents img {
  width: 100%;
}
body .site .sp-contents p {
  text-align: center;
  position: relative;
  padding: 10px 20px;
}
body .site .sp-contents p:after {
  content: "";
  width: 80%;
  height: 1px;
  background: #666;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
body .site .sp-contents p:last-child:after {
  content: none;
}
body .site .sp-contents .block {
  margin-bottom: 20px;
}
body .site .sp-contents .block .paragraph-title, body .site .sp-contents .block .paragraph-txt {
  text-align: left;
}
body .site .sp-contents .block .paragraph-title {
  margin-bottom: 0;
}
body .site .sp-contents .block .paragraph-title:after {
  width: 90%;
}
body .site .sp-contents .block .paragraph-txt {
  font-weight: normal;
  padding-left: 30px;
  padding-bottom: 0;
}
body .site .sp-contents .block .paragraph-txt:after {
  content: none;
}
body .site .sp-contents-block table tr td {
  width: 50%;
}
body .site .yumichan h2, body .site .yumichan p {
  color: #FFF;
}
body .site #content {
  margin-top: 0;
}
body .site #sp-list-6, body .site #sp-list-7 {
  list-style: none;
}
body .site .sp-block-container a {
  margin-bottom: 20px;
}
body .site #primary #content .office-ul li {
  list-style: circle;
}
body .site #primary #content .anzen_manage {
  margin: 10px 0 40px 0;
}
body .site #primary #content .anzen_manage span {
  display: block;
}
body .site #primary #content .g-map {
  width: 100%;
  height: 40vh;
}
body .site #primary #content .g-map iframe {
  width: 100%;
  height: 40vh;
}
body .site .flex-box {
  display: flex;
  margin-top: 10px;
}
body .site .etc_block {
  margin-bottom: 30px;
}

.news_posts #page #main #main-inner {
  margin-top: 20px;
}
.news_posts #page #main #main-inner .sp-wp-post-list {
  padding: 0;
}
.news_posts #page #main #main-inner .sp-wp-post-list .column-body {
  padding: 20px 10px;
}
.news_posts #page #main #main-inner .sp-wp-post-list .column-body .sp-block-container {
  padding: 0;
}

#page #main #main-inner #sp-wp-post-list-14 {
  background: none;
}

@media screen and (min-width: 569px) {
  .top_body {
    overflow-x: hidden;
  }
  .top_body .display-sp {
    display: none;
  }
  .top_body .display-pc {
    display: inline-block;
  }
  .top_body .site {
    padding-top: 0;
  }
  .top_body .site #custom-bxslider-pager a {
    display: block;
    width: 25%;
  }
  .header_wrap .header {
    position: relative;
    pointer-events: none;
    display: block;
    width: 100%;
    z-index: 99;
    padding: 0;
    height: 76px;
    background-image: url(../img/back_big1.gif);
    background-repeat: repeat-x;
  }
  .header_wrap .header__inner {
    display: flex;
    width: 100%;
    justify-content: space-between;
    max-width: 1000px;
    height: 100%;
    margin: auto;
  }
  .header_wrap .header__inner .fixed-top {
    pointer-events: all;
    background-image: none;
    padding: 10px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
  }
  .header_wrap .header__inner .fixed-top .main-logo__inner {
    margin: 0;
    padding: 0;
  }
  .header_wrap .header__inner .fixed-top .main-logo__inner--contents {
    display: block;
  }
  .header_wrap .header__inner .fixed-top .main-logo__inner--contents img {
    vertical-align: middle;
    margin: 0;
    padding: 0;
  }
  .header_wrap .header__inner .fixed-top .burger {
    display: none;
  }
  .header_wrap .header__inner .main-menu {
    background: none;
    position: relative;
    width: auto;
    height: auto;
  }
  .header_wrap .header__inner .main-menu.close {
    opacity: 1;
    pointer-events: all;
  }
  .header_wrap .header__inner .main-menu.active {
    opacity: 1;
    pointer-events: all;
  }
  .header_wrap .header__inner .main-menu__inner {
    height: 100%;
    display: block;
  }
  .header_wrap .header__inner .main-menu__inner--contents {
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 100%;
    overflow: hidden;
  }
  .header_wrap .header__inner .main-menu__inner--contents > .menu-item {
    padding: 10px;
  }
  .header_wrap .header__inner .main-menu__inner--contents > .menu-item:before {
    content: "";
    height: 50%;
    width: 1px;
    background: #666;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
  }
  .header_wrap .header__inner .main-menu__inner--contents > .menu-item:last-child:before {
    content: none;
  }
  .header_wrap .header__inner .main-menu__inner--contents .menu-item {
    margin: 0;
    position: relative;
    font-size: 1.2rem;
    color: #FFF;
  }
  .header_wrap .header__inner .main-menu__inner--contents .menu-item.p-sub-menu {
    display: block;
  }
  .header_wrap .header__inner .main-menu__inner--contents .menu-item.p-sub-menu .sub-menu {
    display: block;
    position: fixed;
    opacity: 0;
    pointer-events: none;
    background: #121212;
    padding: 20px;
    margin: 0;
  }
  .header_wrap .header__inner .main-menu__inner--contents .menu-item.p-sub-menu .sub-menu .menu-item {
    font-size: 1.2rem;
    margin-bottom: 10px;
  }
  .header_wrap .header__inner .main-menu__inner--contents .menu-item.p-sub-menu .sub-menu .menu-item:last-child {
    margin-bottom: 0;
  }
  .header_wrap .header__inner .main-menu__inner--contents .menu-item.p-sub-menu:hover .plus:before {
    opacity: 0;
  }
  .header_wrap .header__inner .main-menu__inner--contents .menu-item.p-sub-menu:hover .sub-menu {
    opacity: 1;
    pointer-events: all;
    transition-duration: 0.6s;
  }
  .header_wrap .header__inner .main-menu__inner--contents .toiawase {
    margin-top: 0;
    width: 18%;
  }
  .header_wrap .header__inner .main-menu__inner--contents .toiawase__inner {
    display: flex;
  }
  .header_wrap .header__inner .main-menu__inner--contents .toiawase__inner--contents {
    margin: 0;
  }
  .header_wrap .header__inner .main-menu__inner--contents .toiawase__inner--contents a {
    display: block;
    text-align: center;
  }
  .header_wrap .header__inner .main-menu__inner--contents .toiawase__inner--contents a img {
    width: 60%;
    margin: auto;
  }
  .display-sp {
    display: none;
  }
  .display-pc {
    display: inline-block;
  }
  body {
    width: 100%;
    overflow-x: hidden;
    overflow-y: auto;
  }
  body .site #content {
    margin: auto;
  }
  body #main {
    width: 100%;
  }
  body #contenthead {
    width: 100%;
    background: #f5f5f5;
  }
  body #main-inner {
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
    float: none;
  }
  body #main-inner.display-pc {
    display: block;
  }
  body #breadcrumb-list {
    max-width: 1000px;
    padding: 0 40px;
    margin: auto;
  }
  .news_posts #page #main #main-inner .sp-wp-post-list {
    padding: auto;
  }
  .news_posts #page #main #main-inner .sp-wp-post-list .column-body {
    padding: 40px;
  }
  .news_posts #page #main #main-inner .sp-wp-post-list .column-body .sp-block-container {
    padding: 0;
  }
}/*# sourceMappingURL=202302.min.css.map */