@charset "UTF-8";
html, body {
  margin: 0;
  padding: 0;
  font-family: 'Roboto', 'Noto Sans JP', sans-serif;
  -webkit-font-smoothing: antialiased;
  background: #F9F9F6;
}
.mobile {
  display: none;
}
a {
  color: #696962;
}
* {
  box-sizing: border-box;
}
.wp-caption img{
  display:block;
  width:100%;
}
movie_dotted {
  display: block;
  width: 980px;
  height: 1070px;
  z-index: 66;
  position: absolute;
  background-color: rgb(255 255 255 / 10%);
  background-image: radial-gradient(#fff 20%, transparent 30%), radial-gradient(#fff 20%, transparent 30%);
  background-size: 4px 4px;
  background-position: 0 0, 2px 2px;
  opacity: 0.3;
  top: 0;
}
.outer footer {
  width: 100%;
}
.inner {
  max-width: 1054px;
  margin: 0 auto;
  padding: 20px;
}
header a, footer a {
  text-decoration: none;
}
#head_logo {
  display: block;
}
nav {
  background-color: #696962;
  font-size: 13px;
  font-weight: 500;
  color: #fff;
  padding: 15px;
  position: relative;
  height: 397px;
}
.home nav{
  height: calc(100vh - 316px );
}
nav h3 {
  font-size: 14px;
  font-weight: bold;
  margin: 0 0 20px;
  padding: 13px 13px;
  line-height: 1em;
  border-left: 7px solid #02983B;
}
nav h3.orange {
  border-color: #E88000;
}
nav a {
  color: white;
  display: block;
  width: calc(100% - 11px);
  height: 100%;
}
nav ul {
  width: 95%;
  max-width: calc(100% - 20px);
  margin: 0 auto;
  padding: 0;
}
nav li {
  width: 100%;
  list-style-type: none;
  margin: 0;
  line-height: 1.2em;
  border-bottom: 1px solid hsla(0, 0%, 100%, 0.10);
  position: relative;
  transition: font-size .2s ease;
}
nav li:first-child {
  border-top: 1px solid hsla(0, 0%, 100%, 0.10);
}
nav li span {
  font-size: 0.9em;
  margin-left: 0.3em;
}
nav li:after {
  display: block;
  content: "";
  width: 7px;
  height: 13px;
  background-image: url("img/i_next_g.svg");
  position: absolute;
  right: 10px;
  top: 21px;
  transition: right .2s ease;
}
nav li:hover:after {
  right: 4px;
  transition: right .2s ease;
}
nav li:hover {
  font-size: 103%;
  transition: font-size .2s ease;
}
nav li a {
  display: block;
  padding: 20px 13px 18px;
}
.houjin-menu {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 50px;
}
.houjin-menu li:after {
  background-image: url("img/i_next_o.svg");
}
.houjin-menu li {
  width: 47%;
}
.houjin-menu li:nth-child(2) {
  border-top: 1px solid hsla(0, 0%, 100%, 0.10);
}
.nav_banner{
  display:none;
}
.home .nav_banner{
  display:flex;
  justify-content: space-between;
  width: 270px;
  padding: 9px 0;
  position: absolute;
  bottom: 9px;
  flex-wrap: wrap;
}
.nav_banner a{
  display: block;
  width: fit-content;
  margin-bottom: 10px;
}
.nav_banner img{
  display: block;
  width: auto;
  height: 33px;
}
#head_img {
  position: relative;
}
#head_img img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  display: block;
}
#head_img h2 {
  display: block;
  height: 195px;
  background-image: url("img/i_title.svg");
  position: absolute;
  bottom: 0;
  width: 100%;
  margin: 0;
  padding: 110px 25px 0;
  color: #3f3e3e;
  font-size: 27px;
  font-weight: 500;
  background-repeat: no-repeat;
}
#head_img h2 span {
  display: block;
  font-weight: 500;
  font-size: 15px;
  color: #838382;
  margin-top: 8px;
}
footer {
  background: #4f4f4a;
}
footer .inner {
  display:
    flex;
  justify-content: space-around;
  padding: 50px 20px;
  max-width: 1250px;
}
footer nav {
  width: 66.66%;
  background: #4f4f4a;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
footer nav ul {
  max-width: 311px;
  width: 46%;
  min-width: 259px;
  padding: 0 10px;
}
footer ul.houjin-menu {
  height: 3px;
}
footer nav li {}
footer nav h3 {
  width: 46%;
  margin: 0 auto 21px;
}
footer h3.orange {
  order: -2;
}
footer h3.jigyou-menu_title {
  order: -1;
}
footer nav h3.mobile {
  display: inherit;
}
#cl {
  background: #3a3a38;
}
#cl p {
  display: block;
  color: #c3c3c3;
  font-size: 10px;
  line-height: 0px;
  padding: 16px;
  text-align: center;
}
#footer_main {
  color: white;
  text-align: center;
  padding-bottom: 50px;
}
#footer_main #f_logo {
  width: 91%;
  display: block;
  margin: 0 auto 30px;
  max-width: 340px;
}
#footer_main img {
  width: 100%;
}
#footer_main address {
  font-style: normal;
  font-size: 14px;
  text-align: center;
  margin-bottom: 39px;
  color: rgb(255 255 255 / 0.7);
}
#foot_btn {
  display: flex;
  margin: 0 auto 34px;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 91%;
  max-width: 340px;
}
.btn {
  display: block;
  border: 1px solid rgb(255 255 255 / 0.4);
  color: rgb(255 255 255 / 0.8);
  background-color: rgb(0 0 0 / 0.2);
  padding: 14px 6px 14px 41px;
  font-size: 12px;
  font-weight: 500;
  text-align: center;
  position: relative;
}
footer .btn {
  width: 48%;
}
footer .btn:first-child {
  margin-right: 10px;
}
footer .btn:after {
  content: "";
  display: block;
  width: 23px;
  height: 23px;
  position: absolute;
  top: 13px;
  left: 14px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
.btn_acc:after {
  background-image: url(img/i_map.svg);
}
.btn_inq:after {
  background-image: url(img/i_mail.svg);
}
#footer_main > p {
  text-align: center;
  font-weight: 500;
}
#f_tel {
  display: block;
  color: white;
  font-size: 32px;
  font-weight: 500;
  padding-left: 24px;
  position: relative;
  width: 234px;
  margin: 0 auto 9px;
}
#f_tel:before {
  content: "";
  display: block;
  background-image: url(img/i_tel.svg);
  width: 20px;
  height: 32px;
  position: absolute;
  top: 2px;
  left: 0;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
#f_tel + span {
  display: inline-block;
  color: rgb(255 255 255 / 0.7);
}
.movie_bun{
  display:
  block;
  width:100%;
  background: #ff98004d;
  font-size: 14px;
  font-weight: 500;
  padding: 18px 0px 18px 61px;
  color: #d9d9d9;
  position:
  relative;
  max-width: 262px;
  text-align: center;
  margin: 50px auto 0;
}
.movie_bun:before{
  display:
  block;
  content:
  "";
  background-image:
  url(img/i_movie.svg);
  height: 70%;
  width: 74px;
  position: absolute;
  top: 15%;
  left: 17px;
  background-size: contain;
  background-repeat: no-repeat;
  filter: invert(99%) sepia(1%) saturate(0%) hue-rotate(11deg) brightness(105%) contrast(100%);
}
#footer_main a:hover{
  opacity:0.8;
  top:1px;
  left:1px;
}
#contents {
  margin: 30px auto;
  color: #565857;
}
#contents.active {
  display: none;
}
.home #head_img:after {
  display: block;
  content: "";
  width: 120px;
  aspect-ratio: 1/4;
  background-image: url("img/top_text2.svg");
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 50px;
  left: 50px;
  filter: drop-shadow(0px 0px 5px #000);
  transform: translateZ(0);
  z-index: 99;
}
#pc_home_banner{
  display:none;
}
#important_topics {
  position: absolute;
  background-color: #4f4f4a;
  width: 100%;
  padding: 8px 0;
  display: flex;
  top: 618px;
  align-items: center;
}
#important_topics.nodata {
  height:0;
  visibility: hidden;
}
#important_topics h2 {
  margin: 9px 22px 0 22px;
  padding: 0;
  color:white;
  font-size: 12px;
  text-align: center;
  flex-shrink: 0;
}
#important_topics h2:before {
  display:block;
  content:"";
  width: 30px;
  height: 30px;
  background-image:url(img/i_imp.svg);
  background-size: cover;
  margin: -6px 8px 0 0;
  float: left;
}
#important_topics a {
  display: flex;
  width: 100%;
  padding: 8px 1vw 10px 0;
  color: white;
}
#important_topics div {
  margin: 0 8px 0 0;
  padding: 0;
  font-weight:
    normal;
  font-size: 14px;
  color: #acacac;
  flex-shrink: 0;
}
#important_topics h3 {
  margin: 0;
  padding: 0;
  font-weight: normal;
  font-size: 14px;
}
#important_topics a:hover h3 {
  text-decoration: underline;
  color: #cacaca;
}
.scroll-down3 {
  display: none;
}
@media (min-width: 801px) {
  header {
    display: flex;
    flex-direction: row-reverse;
    position: relative;
    border-bottom: 8px solid #4f4f4a;
    /* min-height: 767px; */
  }
  #head_main {
    width: 300px;
  }
  #head_img {
    width:
      calc(100% - 300px);
    background-color: antiquewhite;
    height: 610px;
  }
  #head_img video {
    display: none;
  }
  #head_logo {
    width: 213px;
    height: 143px;
    margin: 30px auto;
  }
  header nav {
    background-color: inherit;
  }
  header .houjin-menu li, header .houjin-menu li:first-child, header .houjin-menu li:nth-child(2) {
    border-color: rgb(86 86 86 / 10%);
  }
  header .houjin-menu li {
    transition: background-color .1s ease-in-out;
  }
  header .houjin-menu li:hover {
    background-color: #f1f1f1;
    transition:
      background-color .1s ease-in-out;
  }
  header .houjin-menu li a {
    color: #565656;
    text-align: center;
    width: 100%;
  }
  header .houjin-menu li:after {
    display: none;
  }
  header .jigyou-menu {
    background-color: hwb(60deg 38% 59% / 90%);
    position: absolute;
    top: -203px;
    right: 300px;
    width: 0;
    max-width: unset;
    padding: 61px 28px;
    padding: 0;
    height: 610px;
    z-index: 70;
    transition: right .2s ease-in-out, opacity .2s ease-in-out;
    overflow: hidden;
  }
  header .jigyou-menu.active {
    transition: right .2s ease-in-out, opacity .2s ease-in-out;
    width: 341px;
    padding: 61px 28px;
  }
  header .jigyou-menu_title {
    border: none;
    width: 95%;
    max-width: calc(100% - 20px);
    margin: -17px auto 0;
    background-color: #696962;
    text-align: center;
    padding: 19px 0;
    font-weight: 500;
    cursor: pointer;
    opacity: 1;
    transition: opacity .1s ease-in-out;
  }
  header .jigyou-menu_title:hover {
    opacity: 0.8;
    transition: opacity .1s ease-in-out;
  }
}
@media (max-width: 880px) {
  footer .inner {
    display: block;
    padding: 50px 10px;
  }
  footer nav {
    width: 100%;
  }
}
@media (max-width: 800px) {
  .pc {
    display: none;
  }
  .mobile {
    display: inherit;
  }
  #head_main #head_logo {
    padding: 18px;
    max-width: 273px;
  }
  footer nav {
    display: none;
  }
  header nav {
    position: absolute;
    top: -1242px;
    opacity: 0;
    height: auto;
    z-index: 80;
    min-height: 100vh;
  }
  header nav.active {
    top: 0;
    opacity: 1;
    transition: opacity .4s ease;
    padding-top: 27px;
    padding-bottom: 50px;
  }
  .menu-trigger {
    display: block;
    width: 59px;
    height: 59px;
    position: fixed;
    top: 7px;
    right: 3px;
    z-index: 99;
  }
  .menu-trigger p {
    font-size: 10px;
    text-align: center;
    position: relative;
    top: 33px;
    font-weight: 600;
    color: #ababab;
  }
  .menu-trigger p:nth-last-of-type(1), .menu-trigger.active p:nth-last-of-type(2) {
    display: none;
  }
  .menu-trigger.active p:nth-last-of-type(1), .menu-trigger p:nth-last-of-type(2) {
    display: block;
  }
  .menu-trigger span {
    position: absolute;
    left: 14px;
    width: 30px;
    height: 3px;
    display: inline-block;
    transition: all .4s;
    background-color: #ababab;
    border-radius: 4px;
  }
  .menu-trigger span:nth-of-type(1) {
    top: 14px;
  }
  .menu-trigger span:nth-of-type(2) {
    top: 23.5px;
  }
  .menu-trigger span:nth-of-type(3) {
    bottom: 22px;
  }
  .menu-trigger.active span:nth-of-type(1), .menu-trigger.active span:nth-of-type(3) {
    width: 36px;
    left: 12px;
  }
  .menu-trigger.active span:nth-of-type(2) {
    opacity: 0;
  }
  .menu-trigger.active span:nth-of-type(1) {
    -webkit-transform: translate(0px, 10px) rotate(-45deg);
    transform: translate(0px, 10px) rotate(-45deg);
  }
  .menu-trigger.active span:nth-of-type(3) {
    -webkit-transform: translate(0px, -9px) rotate(45deg);
    transform: translate(0px, -9px) rotate(45deg);
  }
  #head_img {
    height: 180px;
  }
  #head_img h2 {
    height: 104px;
    width: 100%;
    padding: 48px 13px 0;
    font-size: 18px;
    background-size: auto 100%;
  }
  #head_img h2 span {
    font-size: 13px;
    margin-top: 2px;
  }
  .home .nav_banner{
    position:relative;
    margin: 33px auto 0;
    width: 100%;
    justify-content: space-evenly;
  }
  #footer_main {
    padding-bottom: 0;
  }
  #contents {
    margin: 0 auto;
    padding: 10px;
  }
  .h3_orange, .h3_green {
    padding: 12px;
    font-size: 15px;
  }
  .home header, .home #head_main, .home #head_img {
    height: 100vh;
    position: relative;
  }
  .home #head_main #head_logo {
    position: absolute;
    bottom: 0;
    z-index: 99;
    width: 100%;
    max-width: unset;
    background: linear-gradient(0deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
  }
  .home #head_logo .pc {
    display: block;
    margin: 0 auto 5%;
    width: 77%;
    max-width: 300px;
  }
  .home #head_img {
    position: absolute;
    top: 0;
    z-index: 1;
  }
  .home .menu-trigger, .home #head_logo .mobile, .home .outer, .home #head_img h2 {
    display: none;
  }
  .home header nav {
    position: absolute;
    opacity: 1;
    height: auto;
    min-height: unset;
    padding: 24px 15px 10px 15px;
  }
  .home #head_img:after {
    width: 100%;
    height: 300px;
    position: absolute;
    top: 40px;
    left: 0;
    background-size: contain;
    background-position: center center;
    }
  .home .scroll-down3 {
    width: 50px;
    height: 50px;
    font-size: 30px;
    overflow: hidden;
    cursor: pointer;
    display: flex;
    flex-flow: column;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    position: absolute;
    z-index: 99;
    bottom: 36%;
    left: calc(50% - 25px);
  }
  .scroll-down3 i {
    color: rgb(255 255 255 / 80%);
    animation: scrollDown3 2s ease infinite;
    font-size: 70px;
  }
  @keyframes scrollDown3 {
    0% {
      transform: translateY(-15px);
      opacity: 0;
    }
    45% {
      transform: translateY(0px);
      opacity: 1;
    }
    65% {
      transform: translateY(-5px);
      opacity: 1;
    }
    100% {
      transform: translateY(15px);
      opacity: 0;
    }
  }
  #important_topics {
    padding: 0;
  }
  #important_topics h2 {
    margin: 13px 2.5%;
    padding: 0;
    font-size: 10px;
  }
  #important_topics h2:before {
    margin: 0 auto 3px;
    float: none;
  }
  #important_topics a {
    display: block;
    width: 100%;
    padding: 5px 5px 10px 0;
    color: #dedede;
  }
  #important_topics div {
    font-size: 11px;
  }
  #important_topics h3 {
    font-size: 12px;
    padding: 0;
  }
  #important_topics a:hover h3 {
    text-decoration: underline;
    color: #cacaca;
  }
}
@media (max-width: 400px) {
  html, body, .home header, .home #head_main, .home #head_img {
    height: -webkit-fill-available;
  }
}
@media (min-width: 801px) {
  .home .outer, .home footer nav, .home #f_tel + span, .home #footer_main #f_logo, .home #foot_btn, .home address br, .home #head_img h2, .home .movie_bun {
    display: none;
  }
  .home header {
    border: none;
    height: 100vh;
    width: 100%;
  }
  .home #footer_main {
    display: flex;
    flex-wrap: wrap;
    padding-bottom: 0;
  }
  .home #footer_main address {
    order: 1;
    font-size: 12px;
    margin: 0 auto;
  }
  .home #f_tel {
    margin: 0 0 0 0;
    font-size: 27px;
    display: block;
    width: auto;
  }
  .home #f_tel:before {
    top: -1px;
  }
  .home #footer_main > p {
    font-size: 15px;
    text-align: left;
    margin: 3px 12px 0 8px;
  }
  .home footer .inner {
    padding: 16px 10px;
  }
  .home footer {
    width: 300px;
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 99;
    height: 114px;
  }
  .home #head_img {
    background: none;
    width: calc(100% - 300px);
    height: 100%;
  }
  .home #head_img div {
    display: block;
    width: 100%;
    height: 100%;
    z-index: 66;
    position: absolute;
    background-color: rgb(255 255 255 / 10%);
    background-image: radial-gradient(#fff 20%, transparent 30%), radial-gradient(#fff 20%, transparent 30%);
    background-size: 4px 4px;
    background-position: 0 0, 2px 2px;
    opacity: 0.4;
    top: 0;
  }
  .home #head_img video {
    object-fit: cover;
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    display: block;
  }
  .home #important_topics {
    width: calc(100% - 380px);
    max-width: max-content;
    padding: 15px;
    top: unset !important;
    bottom: 30px;
    left: 50px;
    z-index: 100;
    border-radius: 10px;
    background-color: rgb(79 79 74 / 78%);
    align-items: center;
  }
  .home #important_topics h2 {
    margin: 0 19px 0 0;
    padding: 0;
    font-size: 14px;
    position: static;
  }
  .home #important_topics h2:before {
    margin: 0;
    float: none;
    position: absolute;
    top: -15px;
    left: -15px;
  }
  .home #important_topics a {
    display: block;
    padding: 0;
  }
  .home #pc_home_banner{
    display:flex;
    flex-wrap:wrap;
    position: absolute;
    right: 320px;
    bottom: 30px;
    z-index: 100;
    width: 238px;
    height: auto;
    border-radius: 5px;
  }
  .home #pc_home_banner a{
    color:
    white;
    position: relative;
    display: block;
    background-color: #b072168f;
    width: 100%;
    height: 100%;
    padding: 10px 10px 10px 59px;
    font-size: 14px;
    font-weight: 700;
    text-shadow: 1px 1px 5px black;
    text-align:
    center;
  }
  .home #pc_home_banner a:first-child{
    background-color: #b072168f;
  }
  .home #pc_home_banner a:last-child{
    background-color: #16b07b8f;
    margin-top:10px;
  }
  .home #pc_home_banner a span{
    font-size: 14px;
    color: #edff00;
  }
  .home #pc_home_banner a:before{
    display:block;
    content:"";
    background-image:url(img/i_movie.svg);
    height: 44px;
    width: 44px;
    position: absolute;
    left: 10px;
    background-size: contain;
    background-repeat: no-repeat;
  }
  .home #pc_home_banner a:hover{
    top: 1px;
    opacity:0.8;
    left: 1px;
  }
  @media (max-width: 1020px){
    .home #pc_home_banner{
      right: unset;
      left:50px;
      bottom: 130px;
      width: 503px;
      flex-wrap: nowrap;
    }
    .home #pc_home_banner a{
      margin-top: 0 !important;
      margin: 0 10px 0 0;
      width: auto;
    }
  }
  @media (max-height: 720px) {
    .home #head_logo {
      margin: 11px auto;
    }
    .home header .houjin-menu li a {
      padding: 13px 13px;
    }
    .home header .jigyou-menu {
      top: -165px;
    }
  }
  @media (max-height: 610px) {
    .home footer {
      position: absolute;
      top: 497px;
      bottom: unset;
    }
  }
  @media (min-height: 1190px) {
    .home header .jigyou-menu {
      background-color: #696962;
      position: relative;
      top: unset;
      right: 15px;
      width: 300px;
      max-width: unset;
      padding: 11px 6px;
      height: 448px;
      opacity: 1;
    }
    .home header .jigyou-menu_title {
      width: 300px;
      max-width: unset;
      margin: 0;
      color: #696962;
      position: relative;
      right: 15px;
      font-weight: 600;
      background-color: unset;
      background-image: url(img/i_curb.svg);
      text-align: left;
      background-repeat: no-repeat;
      background-position: 0 24px;
      padding: 25px 21px;
      cursor: unset;
    }
    .home header .jigyou-menu_title:hover {
      opacity: 1;
    }
    .home .houjin-menu {
      margin-bottom: 8px;
    }
    .home nav .jigyou-menu li:first-child {
      border-top: none;
    }
    .home nav .jigyou-menu li:last-child {
      border-bottom: none;
    }
    .home header nav {
      display: flex;
      flex-direction: column;
      justify-content: flex-start;
    }
  }
}
#contents p {
  line-height: 1.9em;
  text-align: justify;
  font-size: 15px;
  margin: 0 0 15px;
}
#contents > p {
  padding: 0 1vw;
}
#contents > h4 {
  margin: 30px 1vw 9px;
  padding: 3px 0 5px 8px;
  font-size: 15px;
  font-weight: 600;
}
#contents > img {
  display:block;
  max-width: 100%;
  margin: 10px auto;
  padding: 15px;
}
#contents > h3 {
  background: #696962;
  color:
    white;
  padding: 20px;
  font-weight: 500;
  margin: 70px 0 30px;
}
#contents > h3:first-child {
  margin-top: 1em;
}
#contents > h3:nth-of-type(even) {
  border-left: 11px solid #02983B;
}
#contents > h3:nth-of-type(odd) {
  border-left: 11px solid #E88000;
}
#contents > h4:nth-of-type(even) {
  border-left: 6px solid #02983B;
}
#contents > h4:nth-of-type(odd) {
  border-left: 6px solid #E88000;
}
@media (max-width: 490px) {
  #contents > h3 {
    font-size: 15px;
    padding: 9px 9px;
    margin: 70px 0 30px;
  }
}
.flex {
  display: flex;
  justify-content: space-between;
  padding: 0 15px;
  align-items: flex-start;
}
#contents ul, #contents ol {
  padding: 0 1vw 0 30px;
  font-size: 15px;
}
#contents li {
  margin-bottom: 0.7em;

}
#contents p.align-right {
  text-align: right;
}
.greeting .flex-left {
  width: 162px;
  flex-shrink: 0;
  margin-right: 30px;
  text-align: center;
}
#contents .greeting .flex-left p {
  margin: 0.5em 0;
  font-size: 0.8em;
  line-height: 1.3em;
  text-align: center;
}
.greeting .flex-left h4 {
  margin: 0;
  font-size: 1.2em;
  font-weight: normal;
}
.greeting .flex-left h4 span {
  margin: 0 8px 0 0;
  font-size: 0.7em;
}
@media (max-width: 600px) {
  .flex.greeting {
    flex-direction: column;
  }
  .greeting .flex-left {
    width: 80%;
    max-width: 180px;
    margin: 0 auto 20px;
  }
}
.gaiyou dl {
  width: 48%;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
}
.gaiyou dt {
  width: 45px;
  font-size: 0.9em;
  font-weight: bold;
  flex-shrink: 0;
  flex-grow: 0;
  margin-bottom: 20px;
}
.gaiyou dd {
  width: calc(100% - 45px);
  margin: 0;
  padding-left: 1em;
  font-size: 0.9em;
  margin-bottom: 20px;
  line-height: 1.7em;
}
@media (max-width: 675px) {
  .flex.gaiyou {
    flex-direction: column;
  }
  .flex.gaiyou > * {
    width: 100%;
    margin: 0;
  }
}
.identity #contents > p:first-of-type {
  font-size: 19px;
  text-align: center;
  font-weight: bold;
  margin-top: 60px;
}
.identity #contents > p:first-of-type span {
  display:inline-block;
}
.houshin {
  list-style-type: japanese-informal;
  padding-left: 49px !important;
}
#contents table {
  width: calc(100% - 2vw);
  margin: 0 auto;
  border-collapse: collapse;
  border: 1px solid #cacaca;
}
#contents tr:nth-of-type(odd) {
  background: white;
}
#contents tr:nth-of-type(even) {
  background: #f6f6f6;
}
#contents tr:first-child {
  background: #696962;
  color: white;
  font-weight: normal;
}
#contents .hikarina tr:first-child {
  background: white;
  color:inherit;
}
#contents th {
  font-weight: normal;
}
#contents tr > * {
  border-right: 1px solid #cacaca;
  padding: 10px;
}
.yakuin tr td:first-child {
  text-align: center;
  font-size: 0.85em;
}
.yakuin tr td:nth-of-type(2) {
  text-align: justify;
  font-size: 1.1em;
}
.yakuin tr td:nth-of-type(3) {
  font-size: 0.85em;
}
.enkaku {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  padding: 0 1vw;
}
.enkaku dt {
  width: 120px;
}
.enkaku dd {
  width: calc(100% - 120px);
  margin: 0;
}
#contents .enkaku p {
  font-size: 0.85em;
  line-height: 1.6em;
  margin-bottom: 1.6em;
  background-color: white;
  padding: 0.7em 0.7em 0.4em;
  border-radius: 5px;
  position: relative;
  text-align: left;
}
.enkaku .year {
  font-size: 20px;
  font-weight: bold;
  font-style: italic;
  width: 62px;
  height: 100%;
  display: inline-block;
  border-right: 3px solid rgb(0 153 60 / 54%);
  margin-right: 13px;
  position: relative;
  line-height: 0;
  color: #696962;
}
.enkaku .year:after {
  display: block;
  content: "";
  width: 10px;
  height: 10px;
  background: #00993c;
  border-radius: 100%;
  position: absolute;
  top: -5px;
  right: -6.5px;
}
.enkaku .month {
  font-size: 15px;
  font-weight: bold;
  display: inline-block;
  width: 36px;
  color: #aa906e;
  padding-top: 6px;
}
.year.clear {
  visibility: visible;
}
.enkaku p:first-child:before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8px 20px 8px 0;
  border-color: transparent #ffffff transparent transparent;
  position: absolute;
  left: -11px;
  top: 9px;
}
.access iframe {
  width: calc(100% - 2vw);
  aspect-ratio: 16/9;
  margin: 0 auto;
  display: block;
}
.reclist {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  list-style-type: none;
  padding: 0 1vw !important;
  margin: 0;
}
.reclist li {
  width: calc((100% - 20px)/ 3);
  background: white;
  transition: background .6s;
}
.reclist i {
  width: calc((100% - 20px)/ 3);
}
.reclist a {
  display: block;
  width: 100%;
  height: 100%;
  text-decoration: none;
  overflow:
  hidden;
  position: relative;
}
.reclist .rec_imgbox {
  width: 100%;
  aspect-ratio: 16/9;
  overflow: hidden;
}
.reclist img {
  object-fit: cover;
  display: block;
  transition: transform .3s;
  margin: 0;
    width: 100%;
    height: 100%;
}
.reclist span {
  color: white;
  font-size: 12px;
  font-weight: bold;
  padding: 3px 5px;
  width: 56px;
  text-align: center;
  float: left;
  margin: 3px 8px 0 5%;
}
.reclist span.rec_part{
  background: #476188;
}
.reclist span.rec_full{
  background: #E57F7F;
}
.reclist h5 {
  margin: 12px 5% 7px;
  font-size: 11px;
}
.reclist h4 {
  margin: 10px 5% 13px;
  font-size: 15px;
}
#contents .reclist p {
  margin: 0 5% 1em;
  font-size: 11px;
  line-height: 1.5em;
}
.reclist li:hover {
  background: antiquewhite;
  transition: background .6s;
}
.reclist li:hover img {
  transform: scale(1.1);
  transition: transform .3s;
}

@media (max-width: 570px) {
  .reclist {
    display: block;
    padding: 0 1vw !important;
  }
  .reclist li {
    width: 100%;
  }
  .reclist .rec_imgbox {
    width: 30%;
    float: left;
    margin-right: 2%;
    aspect-ratio: 1;
  }
  .reclist img {
    object-fit: cover;
    display: block;
    transition: transform .3s;
    margin: 0;
  }
  .reclist span {
  font-size: 10px;
  padding: 3px 7px;
  width: 45px;
  margin: 2px 10px 0;
  }
  .reclist h5 {
    margin: 9px 10px 9px;
    font-size: 11px;
    padding-top: 3px;
  }
  #contents .reclist p {
    margin: 0 10px 10px;
    font-size: 12px;
  }
  .reclist li:hover img {
    transform: scale(1.1);
  }  
}


ul.disclo {
  background:
    white;
  margin: 0 1vw;
  padding: 0 !important;
  list-style-type:
    none;
}
.jigyo_right ul.disclo {
  margin: 0;
}
.disclo a {
  display: flex;
  text-decoration: none;
}
.disclo a:hover {
  background: antiquewhite;
}
.disclo li {
  margin: 0 !important;
  padding: 0;
}
.disclo li:nth-of-type(even) {
  background: #f6f6f6;
}
.disclo a h3 {
  margin: 0;
  padding: 12px 14px 10px;
  width: 100%;
  font-weight: 500;
  font-size: 14px;
  line-height: 1.7em;
}
.disclo a .koukai {
  margin: 0;
  padding: 6px 18px;
  width: 123px;
  font-size: 11px;
  border-left: 1px solid #cacaca;
  flex-shrink: 0;
}
.disclo a .pdf {
  margin: 0;
  padding: 6px 16px 6px 43px;
  width: 126px;
  font-size: 11px;
  background-image:url(img/i_pdf.svg);
  background-repeat: no-repeat;
  background-size: 21px;
  background-position: 12px 11px;
  border-left: 1px solid #cacaca;
  flex-shrink: 0;
  text-align: center;
}
.disclo a .exc {
  margin: 0;
  padding: 6px 16px 6px 43px;
  width: 126px;
  font-size: 11px;
  background-image:url(img/i_exc.svg);
  background-repeat: no-repeat;
  background-size: 21px;
  background-position: 12px 11px;
  border-left: 1px solid #cacaca;
  flex-shrink: 0;
  text-align: center;
}
.disclo a .wor {
  margin: 0;
  padding: 6px 16px 6px 43px;
  width: 126px;
  font-size: 11px;
  background-image:url(img/i_wor.svg);
  background-repeat: no-repeat;
  background-size: 21px;
  background-position: 12px 11px;
  border-left: 1px solid #cacaca;
  flex-shrink: 0;
  text-align: center;
}
.disclo a .rink {
  margin: 0;
  padding: 13px 16px 6px 43px;
  width: 126px;
  font-size: 11px;
  background-image:url(img/i_link.svg);
  background-repeat: no-repeat;
  background-size: 24px;
  background-position: 12px 11px;
  border-left: 1px solid #cacaca;
  flex-shrink: 0;
  text-align: center;
}
.policy #contents li {
  line-height: 1.8em;
  margin: 20px 0 20px;
  text-align: justify;
}
#contents ul.worklist{
  padding: 0 1vw;
  width: 100%;
  margin: 0 auto;
  flex-wrap: wrap;
  display: grid;
  grid-template-columns: 32% 32% 32%;
  justify-content: space-between;
}
.worklist li{
  background: #eeeeee;
  padding: 10px;
  list-style-type: none;
  display: block;
  position: relative;
  padding-bottom: 50px;
}
.worklist .imgwrap{
  aspect-ratio: 16/9;
  border-radius: 2px;
  flex-shrink: 2;
  overflow: hidden;
  width: 100%;
}
.worklist .imgwrap img{
  object-fit: cover;
  display: block;
  height: 100%;
  width: 100%;
}
.worklist h4{
  margin: 9px 0 11px;
  padding: 0 2px;
  font-size: 14px;
  min-height: 2.8em;
}
.worklist h4 span{
  display:inline-block;
}
#contents .worklist p{
  font-size: 12px;
  margin-bottom: 15px;
  line-height: 1.3em;
}
.worklist p span{
  display: block;
  background: #dbdbdb;
  font-weight:500;
  font-size: 11px;
  padding: 7px;
  line-height:1em;
  width: 5em;
  text-align: center;
  margin: 6px 0 6px;
}
.worklist p:last-of-type span{
  float:left;
  margin: -5px 6px 0 0;
}
.worklist a{
  margin: 5px 0 0;
  width: calc(100% - 20px);
  background: #696962;
  display: block;
  line-height: 0;
  padding: 19px;
  font-size: 12px;
  font-weight: 500;
  text-decoration: none;
  text-align: center;
  color: white;
  border-radius: 3px;
  position: absolute;
  bottom: 10px;
}
.worklist a:hover{
  opacity:0.8;
}
@media (max-width: 540px) {
  #contents ul.worklist{
    display:block;
  }
  .worklist li {
    display: grid;
    grid-template-columns: 38% 62%;
    grid-template-rows: 48px 47px 34px 38px;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    padding: 10px;
  }
  .worklist .imgwrap {
    grid-area: 1 / 1 / 5 / 2;
    aspect-ratio: unset;
    padding-right: 10px;
  }
  .worklist .imgwrap img{
    object-fit: unset;
    height: auto;
  }
  .worklist h4{
    grid-area: 1 / 2 / 2 / 3;
    margin: 0 0 8px;
  }
  #contents .worklist p:first-of-type{
    grid-area: 2 / 2 / 3 / 3;
    margin: 0;
    width: 100%;
    height: 100%;
    padding-left: 61px;
    position: relative;
  }
  #contents .worklist p:last-of-type{
    grid-area: 3 / 2 / 4 / 3;
    margin: 0;
    width: 100%;
    height: 100%;
    padding-left: 61px;
    position: relative;
  }
  .worklist p span{
    margin: 0 !important;
    float: none !important;
    display: inline-block !important;
    position: absolute;
    left: 0;
  }
  .worklist a{
    grid-area: 4 / 2 / 5 / 3;
    width: 100%;
    margin:0;
    position: relative;
    top: unset;
    bottom: unset;
  }
}
iframe.video{
  width: calc(98% - 20px);
  aspect-ratio: 16/9;
  margin: 0 1%;
  border: 10px solid #ffffff;
  border-radius: 12px;
  box-sizing: content-box;
  background: #ffffff;
}

.parent-pageid-85 #contents{
  width:100%;
  background-image:url(img/i_curve2.svg);
  background-repeat: no-repeat;
  background-size: contain;
  max-width: 100%;
  padding: 40px;
}

.jigyo_header h3{
  margin: 0 0 40px 0;
  font-size: 24px;
}
.jigyo_header p span{
  display:inline-block;
  margin-right:1em;
}
.jigyo_header address{
  font-style:normal;
  margin-bottom: 33px;
}
.jigyo_header ul{
  margin: 0 0 27px;
  padding: 0 !important;
  list-style-type:
  none;
  display:
  flex;
  justify-content: space-between;
  max-width: 430px;
}
.jigyo_header li{
  margin: 0;
  padding: 0;
  width:calc(50% - 10px);
}
.jigyo_header .btn{
  font-size:15px;
  border-radius: 3px;
  text-decoration:none;
}
.jigyo_header .btn:before{
  content:"";
  display:block;
  width:30px;
  height:30px;
  position:absolute;
  top: 8px;
  left: 8px;
  background-position: center;
  background-repeat: no-repeat;
  background-size:contain;
}
.btn_work_tel{
  background:#02983B;
}
.btn_work_tel:before{
  background-image:url(img/i_tel.svg);
}
.btn_work_map{
  background:#E88000;
}
.btn_work_map:before{
  background-image:url(img/i_map.svg);
}

.jigyo_nav{
  list-style-type:
  none;
  margin: 40px 0 60px;
  padding: 0 !important;
  display:
  flex;
  border-top: 4px solid
  rgb(105 105 98 / 28%);
  border-bottom: 4px solid
  rgb(105 105 98 / 28%);
  justify-content: center;
  background: #ffffff;
}
.jigyo_nav li{
  margin: 0 0 0 7px !important;
  padding:0;
}
.jigyo_nav li:first-child{
  margin: 0 0 0 0 !important;
}
.jigyo_nav li a{
  text-decoration:none;
  padding: 20px 10px 20px 30px;
  display: block;
  position: relative;
  font-weight: 600;
  font-size: 14px;
}
.jigyo_nav li a:before{
  content:"";
  display:block;
  background:#02983B;
  width:4px;
  height:4px;
  position:absolute;
  top: 26px;
  left: 9px;
}
.jigyo_nav li a:after{
  content:"";
  display:block;
  background:#E88000;
  width:4px;
  height:4px;
  position:absolute;
  top: 30px;
  left: 13px;
}
.jigyo_nav li a:hover{
  background:antiquewhite;
}
.jigyo_wrap{
  display:
  flex;
  justify-content: space-around;
  max-width: 1054px;
  margin: 0 auto;
  align-items: flex-start;
  padding-bottom: 70px;
  padding-top: 20px;
}
#contents .jigyo_wrap h4{
  width: 30%;
  padding: 11px 21px 11px 13px;
  border-left:8px solid #E88000;
  font-size: 15px;
  margin: 0 0 20px;
  border-bottom: none;
}
.jigyo_right{
  width: 70%;
  padding: 0 10px;
  overflow: hidden;
}
.jigyo_right h5{
  width:calc(100% + 20px);
  margin: 56px 0 20px -10px;
  background:white;
  padding: 15px;
  font-size: 15px;
  clear: both;
}
.jigyo_right h5:first-child{
  margin: 0 0 20px -10px;
}
.jigyo_right h6{
  font-size: 14.5px;
  border-bottom: 1px solid #02983B;
  display:inline-block;
  min-width:40%;
  padding: 0 4px 7px;
  margin: 10px 0 21px;
}
#contents .jigyo_right p {
  margin-bottom: 15px;
}
#floor{
  display:block;
}
.jigyo_right dl{
  display:flex;
  flex-wrap:wrap;
  margin:0 0 40px 0;
  font-size: 13.4px;
}
.jigyo_right dt{
  width:8em;
  border-bottom: 1px solid #bfbfbf;
  padding: 20px 10px;
  font-weight: 500;
}
.jigyo_right dd{
  width:calc(100% - 8em);
  margin: 0;
  border-bottom: 1px solid #bfbfbf;
  padding: 20px 10px;
}
.imgbox{
  display:flex;
  flex-wrap:wrap;
  justify-content: space-between;
  margin-bottom: 40px;
}
.imgbox2>div,
.imgbox2>img{
  width: 48% !important;
  margin: 0 0 3%;
}
.imgbox3>div,
.imgbox3>img{
  width: 32% !important;
  margin: 0 0 3%;
}
.imgbox .wp-caption{
  /* aspect-ratio: 15/5; */
}
.imgbox .wp-caption img{
  object-fit:cover;
  width: 100%;
}
.wp-caption-text{
  font-size: 13px !important;
}
#contents .jigyo_right .wp-caption-text{
  margin-bottom: 0;
  line-height: 1.35em;
  padding: 7px 3px;
}

@media (max-width: 600px) {
  .parent-pageid-85 #contents{
    padding: 20px;
  }
}
@media (max-width: 510px) {
  .jigyo_wrap{
    display:block;
  }
  #contents .jigyo_wrap h4{
    width:100%;
  }
  .jigyo_right{
    width:100%;    
  }
  .jigyo_nav{
    display:block;
  }
  .jigyo_nav li{
    margin: 0 !important;
  }
}
@media (max-width: 430px) {
  .parent-pageid-85 #contents{
    padding: 20px 10px;
  }
  .jigyo_nav li{
    border-bottom:1px solid rgb(105 105 98 / 28%);
  }
  .jigyo_header h3{
    font-size: 18px;
    margin: 20px;
    text-align: center;
  }
  .jigyo_header address{
    text-align:center;
  }
  .jigyo_wrap{
    display:block;
    padding: 20px 1vw 70px;
  }
  .jigyo_right{
    padding:0;
  }
  #contents .jigyo_wrap h4{
    font-size:16px;
  }
}
#contents table.sche{
  width:48%;
  float:left;
  font-size:13px;
  border:none;
  margin-right:2%;
  margin-bottom: 30px;
}
#contents .sche tr{
  background:unset;
  color: unset;
}
#contents .sche th,#contents .sche td{
  border:unset;
}
#contents .sche th{
  font-weight:600;
  width: 3em;
  vertical-align: top;
  padding: 10px 0;
  border-bottom: 1px solid #cdcdcd;
}
#contents .sche td{
  border-bottom: 1px solid #cdcdcd;
}
.sche_right+*{
  clear:both;
}
.hokkouen #contents table.sche{
  width:100%;
  float:none;
}
.hokkouen #contents table.sche:nth-of-type(3) tr:first-child{
  background: #e2e2de;
  text-align:center;
  font-weight: 600;
}
.smilelife .imgbox{
  margin-bottom:0;
}
.btn_dl{
  text-decoration:none;
  width:80%;
  max-width:300px;
  background:#e87f02;
  font-weight: bold;
  font-size: 13px;
  color: white;
  padding: 19px 1em;
  border-radius: 3px;
  margin:2em auto;
}
.btn_dl:hover{
  opacity:0.8;
}
.inquiry #contents table th {
  width:50%;
  font-weight:bold;
  text-align: left;
  font-size: 14px;
}
.inquiry #contents table td {
  padding: 20px 10px;
}
.inquiry #contents table tr{
  padding: 0;
} 
.inquiry #contents table tr:first-child {
  background: white;
  color: #565857;
}
.inquiry #contents table dl{
  display:flex;
  flex-wrap: wrap;
  margin: 0;
}
.inquiry #contents table dt{
  width: 58px;
  text-align: center;
  font-size: 0.8em;
}
.inquiry #contents table dt:nth-of-type(1){
  padding-top:5px;
}
.inquiry #contents table dt:nth-of-type(2){
  padding-top:2px;
}
.inquiry #contents table dt:nth-of-type(3){
  padding-top:3px;
}
.inquiry #contents table dd{
  width: calc(100% - 58px);
  margin: 0 0 9px;
  overflow-wrap: break-word;
}
.inquiry #contents table dd:last-child{
  margin: 0 0 0;
}
.inquiry #contents table dd a{
  text-decoration:none;
  font-size: 25px;
  font-weight: bold;
}
.inquiry #contents table th span{
  display: block;
  padding-left: 1.5em;
  margin-bottom: 0;
}
.inquiry #contents table th span+span{
  margin-top: 10px;
}
.inquiry #contents table th span:before{
  content:"";
  display:block;
  background: hwb(33deg 1% 9% / 43%);
  width:10px;
  height:10px;
  margin: 0px 0 -15px -16px;
  border-radius: 15%;
}
@media (max-width: 600px) {
  .inquiry #contents table,
  .inquiry #contents table th,
  .inquiry #contents table td{
    border:none;
    width:100%;
  }
  .inquiry #contents table tr{
    display: flex;
    flex-wrap: wrap;
    padding: 10px 0;
  }
  .inquiry #contents table th{
    font-weight:bold;
  }
  .inquiry #contents table td {
    padding: 0px 10px 5px;
  }
}
.single-post section{
  background:white;
}
.single-post #post_head{
  max-width: 811px;
  margin: 0 auto;
  padding:1em;
}
.single-post #post_head h2{
  text-align:center;
  margin:50px 0;
}
.single-post #post_head div{
  margin:50px 0;
  width:100%;
  text-align:right;
  display: block;
}
.single-post #post_head div span{
  margin:0 10px 0 0;
  font-size:0.9em;
}

.singlepost_outer {
  max-width: 811px;
  margin: 0 auto;
  padding: 1em 1em 0;
}
.singlepost_outer p{
  font-size: 16px !important;
}


.post_cat_list{
  display:flex;
  flex-wrap:wrap;
  list-style-type: none;
  margin: 0 0 0;
  padding: 15px 0 0 16px !important;
  width: auto;
  border-bottom:3px solid #f9f9f6;
}
.post_cat_list li{
  position:relative;
  width: max-content;
  border-radius: 3px;
  margin-right: 6px;
}

.post_cat_list li a{
  text-decoration: none;
  color: white;
  padding: 6px 8px;
  display: inline-block;
  font-size: 13px;
  font-weight: 500;
  pointer-events: none;
}

.cat_houjin-honbu{
  background:#707576;
}
.cat_fujimi-tokuyou-u{
  background:#918aaf;
}
.cat_fujimi-tokuyou-c{
  background:#b583b5;
}
.cat_fujimi-yougo{
  background:#c87d7d;
}
.cat_fujimi-dayservice{
  background:#6991a6;
}

.cat_shiomi-dayservice{
  background:#71a669;
}
.cat_kyotakukaigo{
  background:#a0a669;
}
.cat_higashi-zaitaku{
  background:#aeac46;
}
.cat_b-hokkouen{
  background:#a68e69;
}
.cat_smile-life{
  background:#d8b16c;
}


#post_list a{
  text-decoration:none;
  display: flex;
  padding: 17px 13px;
  border-bottom: 2px solid #f2f2f2;
  align-items: center;
  position:relative;
  transition:all .3s ease;
}
#post_list span{
  text-decoration:none;
  color:white;
  font-weight:500;
  font-size: 10px;
  padding: 3px 6px 3px;
  display: inline-block;
  text-align: center;
  margin-top: 5px;
  border-radius: 2px;
}
#post_list h5{
  width:
  calc(100% - 8em);
  font-size: 15px;
  margin: 0 0 0 0;
  padding-right: 29px;order:3;
  font-weight: normal;
  color: #555555;
}
#post_list time{
  width: 8.3em;
  order:2;
  font-weight: 400;
  font-size: 14px;
  flex-shrink: 0;
  color: #968a6c;
}
#post_list div{
  width: 7em;
  order:1;
  display:flex;
  flex-direction: column;
  margin-right: 19px;
  flex-shrink: 0;
}
#post_list a:after{
  content:"";
  display:block;
  width: 8px;
  height: 8px;
  border-top: 1px solid #c8c8c8;
  border-right: 1px solid #c8c8c8;
  transition:all .3s ease;
  -webkit-transform: rotate(45deg) translate(-50%,0);
  transform: rotate(45deg) translate(-50%,0);
  position:absolute;
  top: 50%;
  right: 18px;
}
#post_list a:hover{
  background-color:white;
  transition:all .3s ease;
}
#post_list a:hover:after{
  right: 10px;
}
@media (max-width: 640px) {
  #post_list a{
    flex-wrap:wrap;
    padding: 11px 3px;
  }
  #post_list h5{
    width:100%;
    margin: 3px 0 0 0;
    font-size: 14px;
  }
  #post_list time{
    margin: 1px 0 3px 0;
    font-size: 13px;
    font-weight: 500;
  }
  #post_list div{
    display:
    inline-block;
    width: auto;
    margin-bottom:5px;
    margin-right: 12px;
    max-width: 100%;
  }
  #post_list a:after{
    right:10px;
  }
  #post_list div span{
    width:11em;
    padding: 3px 4px;
    margin-right: 7px;
  }
  #post_list div span:last-child{
    margin-right: 0;
  }
  .single-post section {
    background:none;
  }
  .post_cat_list {
    padding: 15px 0 0 2vw !important;
  }
  .single-post #post_head,
  .singlepost_outer{
    padding:0 2vw;
  }
  .single-post #post_head h2{
    font-size:20px;
    text-align:left;
    margin:10px 0 0 0;
  }
  .single-post #post_head div{
    margin:30px 0 10px;
  }
}
.wp-pagenavi,
.pager{
  display:flex;
  margin: 50px auto;
  justify-content: center;
  flex-wrap: wrap;
}
.wp-pagenavi>span,
.wp-pagenavi a,
.pager a{
  min-width: 40px;
  height: 42px;
  background: #e3e3d7;
  margin: 0 4px 8px;
  flex-shrink: 0;
  padding: 12px;
  text-decoration:none;
  transition:all .3s ease;
  border-radius: 3px;
  color: #505050;
  text-align: center;
}

.wp-pagenavi a{
  width:auto;
}
.wp-pagenavi a.last,
.wp-pagenavi a.first{
  font-size:0.85em;
  padding: 11px 12px;
}
.wp-pagenavi span.current,
.wp-pagenavi a:hover,
.pager a:hover{
  background: #f1c58a;
  transition:all .3s ease;
}
#post_list{
  margin-top:30px;
}

.pager{
  padding:1em;
}
.pager a:after{
  content:"";
  display:block;
  width: 9px;
  height: 9px;
  border-top: 1.5px solid #b4b4b4;
  border-right: 1.5px solid #b4b4b4;
  top: 4px;
}
.pager a[rel="prev"]:after{
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position:relative;
  left: 1px;
}
.pager a[rel="next"]:after{
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
  position:relative;
  left: 6px;
}
.pager a[rel="next"]{
  margin:0 auto 0 0;
  order: 1;
}
.pager a[rel="prev"]{
  margin:0 0 0 auto;
  order: 2;
}
.singlepost_outer h3{
  background-color: #f8f8f8;
  padding: 9px;
  margin: 62px 0 21px;
  border-left: 5px solid #e88000;
}
.singlepost_outer h4{
  padding: 9px;
  margin: 62px 0 21px;
  border-bottom: 2px solid #eeeeee;
}
.singlepost_outer li{
  line-height:1.7em;
}


.singlepost_outer img,
.singlepost_outer .wp-caption{
  display:block;
  max-width: 80%;
  margin:30px 0;
}
.singlepost_outer .wp-caption img{
  margin:0;
  width: 100%;
  max-width:unset;
  height: auto;
}
.singlepost_outer img.aligncenter,
.singlepost_outer .wp-caption.aligncenter{
  margin:30px auto;
}
.singlepost_outer img.alignright,
.singlepost_outer .wp-caption.alignright{
  margin-left:auto;
}
@media (max-width: 540px) {
  .singlepost_outer img,
  .singlepost_outer .wp-caption{
    max-width: 100%;
  }
}

.single-recruit section{
  background:white;  
  padding:30px;
}
.recruit_imgbox{
  display: flex;
  justify-content: space-around;
}
.recruit_imgbox>img,
.recruit_imgbox>.wp-caption{
  margin: 0 0.8% 0 0;
}
.recruit_imgbox>img:last-child,
.recruit_imgbox>.wp-caption:last-child{
  margin: 0 0 0 0;
}
.recruit_single_head >span{
  display:inline-block;
  padding: 11px;
  font-weight: bold;
  color: white;
  margin-right: 10px;  
}
.rec_cat_ippan{
  background: #a1649c;
}
.rec_cat_shinsotsu{
  background: #6fa164;
}
.rec_sub_part{
  background: #476188;
}
.rec_sub_seisyoku{
  background: #E57F7F;
}


.recruit_single_head h3{
  font-size:25px;
  padding-bottom:18px;
  border-bottom:3px solid #ebebeb;
}
#contents section h4 {
  margin: 50px 0 30px;
  padding: 3px 0 5px 8px;
  font-size: 15px;
  font-weight: 600;
  border-bottom: 1px solid #02983B;
  border-left: 6px solid #02983B;
}
.recruit_dl{
  display:flex;
  justify-content: flex-start;
  flex-wrap: wrap;
    max-width:811px;
  margin:0 auto;
}
.recruit_dl dt{
  width:20%;
  margin: 0;
  padding: 1em;
  border-bottom:1px solid #ebebeb;
  font-weight:bold;
}
.recruit_dl dd{
  width:80%;
  margin: 0;
  padding: 1em;
  border-bottom:1px solid #ebebeb;
  line-height: 1.7em;
}
.recruit_dl dt:nth-of-type(even),
.recruit_dl dd:nth-of-type(even){
  background:#fbfbfb;
}
.single-recruit section iframe{
  width: calc(98% - 20px);
  height: auto;
  aspect-ratio: 16/9;
  margin: 0 1%;
  border: 10px solid #ffffff;
  border-radius: 12px;
  box-sizing: content-box;
  background: #ffffff;
}
@media (max-width: 540px) {
  .single-recruit section {
    padding: 1em 0 0;
    background:none;
  }
  .recruit_single_head >span{
    font-size:12px;
    padding: 5px 7px;
  }
  .recruit_single_head h3{
    font-size:18px;
  }
  #contents .recruit_single_head p{
    font-size:14px;
    line-height:1.5em;
    padding:0 1vw;
  }
  .recruit_dl {
    font-size:13px;
  }
  .recruit_dl dt{
    padding: 1em 0.5em;
  }
  .recruit_dl dd{
    padding: 1em 0.5em;
  }
}
dl.kouzou{
  display:flex;
  flex-wrap:wrap;
  margin:0 0 40px 0;
  font-size: 13.4px;
  max-width: 460px;
}
.kouzou dt{
  width: 12em;
  border-bottom: 1px solid #bfbfbf;
  padding: 20px 10px;
  font-weight: 500;
}
.kouzou dd{
  width:calc(100% - 12em);
  margin: 0;
  border-bottom: 1px solid #bfbfbf;
  padding: 20px 10px;
}
.kouzoubox{
  flex-wrap:wrap;
}
.kouzoubox dl,.kouzoubox img{
  width:48%;
  margin-bottom:20px;
}
@media (max-width: 790px) {
  .kouzoubox dl{
    width:100%;
  }
  .kouzoubox img{
    width:48%;
  }
  .kouzoubox img:nth-of-type(1){
    width:100%;
  }
}

/**コンタクトフォーム**/
#inq_dl{
  background: rgb(144 132 126 / 10%);
  padding: 30px 3vw;
  margin: 20px auto;
  max-width: 710px;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: stretch;
}
#inq_dl dt{
  /* background: #e2e2e2; */
  width: 10em;
  /* color: white; */
  font-size: 0.8em;
  padding: 8px;
  margin-bottom: 10px;
  text-align: center;
  border-bottom: 1px solid white;
}
#inq_dl dd{
  width: calc(100% - 10em);
  margin-bottom: 10px;
  margin-left: 0;
  border-bottom: 1px solid white;
}
#inq_dl dt p,
#inq_dl dd p{
  margin-bottom: 0;
}
#inq_dl dd input,#inq_dl dd select{
  width: 100%;
  font-size: 1.3em;
  font-family:sans-serif;
  padding: 2px 8px;
  border: 2px solid #ddd;
  color: #565857;
}
#inq_dl dd textarea{
  width: 100%;
  font-size: 1em;
  font-family:sans-serif;
  padding: 5px 8px;
  border: 2px solid #ddd;
}
#inq_dl dd input.wpcf7-not-valid,
#inq_dl dd textarea.wpcf7-not-valid{
  border-color:#c787d1;
}
#inq_dl dd select:focus,
#inq_dl dd input:focus,
#inq_dl dd textarea:focus{
  border-color:#ffe6c8 !important;
  outline: 0;
}
#inq_dl dt .small{
  font-size:0.7em;
}
#inq_dl .btn{
  display:block;
  margin: 20px auto 10px;
  border:none;
  width: 9em;
  padding: 0;
  background-color: #d89645;
  color: white;
}
#inq_dl .btn input{
  display:block;
  width: 100%;
  height:100%;
  border:none;
  background:none;
  font-size:1em;
  cursor:pointer;
  padding: 28px;
  line-height: 0;
  color: white;
}
.wpcf7 .wpcf7-spinner{
  position: absolute;
  left: 0;
  top: 16px;
  left: 10px;
  margin: 0;
}
.wpcf7 form .wpcf7-response-output{
  background:white;
  font-size:0.9em;
  padding:10px;
  color: #4e4e4e;
  border-color: #c787d1 !important;
}
.wpcf7 form .wpcf7-response-output[aria-hidden="true"]{
  border-color: #00aad5 !important;
  width: 100%;
}
.wpcf7-not-valid-tip{ 
  font-size:0.9em;
  text-align:left;
  color: #080808;
  font-weight: bold;
}
@media (min-width: 880px) {
  #contents p.center{
    margin-left:auto;
    margin-right:auto;
    text-align: center;
  }
}
@media (max-width: 540px) {
  #inq_dl{
    display:block;
    padding: 0px 10px 10px;
  }
  #inq_dl dt{
    padding: 10px 0 0 5px;
    border-bottom:0;
    margin: 0;
  }
  #inq_dl dt p{
    font-size:1em;
  }
  #inq_dl dd{
    width:100%;
    max-width:400px;
    margin:0 auto;
    padding: 0 0 13px 0;
  }
}