@import url(https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700;900&display=swap);
@import url(https://fonts.googleapis.com/css2?family=Barlow+Condensed:wght@100;300;500;700&display=swap);
@import url(https://fonts.googleapis.com/css2?family=BIZ+UDPMincho&display=swap);

/* Setting
----------------------------------------------------------------- */
body, input, textarea, select, button {
  font-family: 'Noto Sans JP', sans-serif; }

/*
sm  =>  スマホ
md  =>  タブレット
lg  =>  PC
xl  =>  でかいPC
*/
/* Reset
----------------------------------------------------------------- */
html {
  font-size: 62.5%; }
html.ccm-panel-detail-open,
html.ccm-panel-left,
html.ccm-panel-add-block,
html.ccm-toolbar-visible.ccm-edit-mode.ccm-panel-ready .ui-dialog{
  font-size: unset;
}
body, div, pre, p, blockquote, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, form, fieldset, th, td, button, figure, figcaption {
  margin: 0;
  padding: 0; }

input, textarea {
  margin: 0;
  font-size: 100%; }

/*
  input, textarea, select {
  -webkit-appearance: none;
  }
  */
textarea {
  resize: none; }

button {
  border: none;
  overflow: visible;
  background: none;
  vertical-align: top;
  font-size: 100%;
  color: inherit;
  cursor: pointer;
  -webkit-appearance: none; }

/*
  label {
    cursor: pointer;
  } 
  */
table {
  border-collapse: collapse;
  border-spacing: 0;
  font-size: 100%; }

fieldset {
  border: 0; }

img {
  border: 0;
  height: auto;
  vertical-align: top; }

address, caption, code, em, th {
  font-style: normal;
  font-weight: normal; }

ol, ul {
  list-style: none; }

caption, th {
  text-align: left; }

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

/*
  a, input {
   outline: none; -webkit-tap-highlight-color:rgba(0,0,0,0);
  }
  */
sup, sub {
  font-size: 63%; }

sup {
  vertical-align: top; }

sub {
  vertical-align: baseline; }

* {
  box-sizing: border-box;
  -webkit-box-sizing: border-box; }

/* html5 elements */
article, aside, figure, figcaption, footer, header, nav, section {
  display: block; }

/* clearfix */
.clearfix:before, .clearfix:after {
  content: "";
  display: table; }

.contents:before, .contents:after {
  content: "";
  display: table; }

.clearfix:after, .contents:after {
  clear: both; }

body {
  /*position: relative;*/
  color: #091000;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1;
  -webkit-text-size-adjust: 100%; }
  @media screen and (max-width: 767px) {
    body {
      font-size: 1.4rem; } }

@media (max-width: 1279px) {
  body {
    min-width: 2px; } }

@media (max-width: 767px) {
  body {
    min-width: 1px; } }

html.is-screenlocked {
  position: fixed;
  overflow: hidden;
  top: 0;
  left: 0;
  right: 0; }

::selection {
  background: #ddd; }

::-moz-selection {
  background: #ddd; }

/* wrapper
------------------------------------------ */
.wrap-all {
  position: relative;
  overflow: hidden;
  padding: 0; }

/* link
------------------------------------------ */
a {
  text-decoration: none;
  color: #091000;
  transition: background-color .3s ease; }

a:hover, a:active, a:focus, a:visited {
  text-decoration: none; }

/* form
------------------------------------------ */
select, input {
  border: 1px solid #333;
  border-radius: 0;
  padding: 10px;
  line-height: 1; }

/* main
------------------------------------------ */
/* wrapper
----------------------------------------------------------------- */
.l-wrapper__all {
  position: relative; }

@media screen and (min-width: 768px) {
  .l-wrapper__all {
    padding-top: 80px; } }

@media screen and (max-width: 767px) {
  .l-wrapper__all {
    padding-top: 60px; } }

/* main
----------------------------------------------------------------- */
main {
  font-family: 'BIZ UDPMincho', sans-serif;
  /*@include font-bizudpmin;*/
  /*@include font-noto;*/ }

.l-header {
  position: fixed;
  z-index: 40;
  left: 0;
  top: 0;
  width: 100%;
  background-color: #5B9431;
  box-shadow: 0 0 5px rgba(9, 16, 0, 0.1);
}

@media screen and (min-width: 1280px) {
  .ccm-toolbar-visible .l-header{
    top: 48px;
  }
}

  .l-header__inner {
    display: flex;
    justify-content: space-between; }
  .l-header__logo {
    display: flex;
    align-items: center; }
  .l-header__logo-link {
    display: block;
  }
  .l-header__nav-link {
    color: #fff; }
  .l-header__logo-image{
    display: block;
    max-width: 100%;
    height: auto;
  }
  .l-header__logo-image.is-tb{
    display: none;
  }

@media screen and (min-width: 1280px) {
  .l-header__inner {
    padding: 0 100px; }
  .l-header__nav-link {
    padding: 0 22px; } }

@media screen and (max-width: 1279px) and (min-width: 999px) {
  .l-header__inner {
    padding: 0 50px; }
  .l-header__nav-item.is-home {
    display: none; }
  .l-header__nav-link {
    padding: 0 15px; } 
  .l-header__logo-image.is-pc{
    display: none;
  }
  .l-header__logo-image.is-tb{
    display: block;
  }
}


@media screen and (min-width: 999px) {
  .l-header__inner {
    height: 80px; }
  .l-header__nav {
    display: flex;
    align-items: center; }
  .l-header__nav-list {
    display: flex;
    align-items: center;
    height: 100%; }
  .l-header__nav-item {
    display: flex;
    align-items: center;
    height: 100%; }
  .l-header__nav-link {
    display: flex;
    align-items: center;
    height: 100%;
    font-weight: 500;
    border-radius: 5px;
    height: 40px; }
    .l-header__nav-link:hover {
      color: #091000;
      background-color: #ddd; }
    .l-header__nav-link--recruit {
      padding: 0 18px 0 15px;
      margin-left: 20px;
      background-color: #fff;
      color: #091000; }
      .l-header__nav-link--recruit:hover {
        background-color: #bbb; }
      .l-header__nav-link--recruit::before {
        width: 24px;
        height: 24px;
        margin-right: 10px;
        display: block;
        content: '';
        background-position: center;
        background-repeat: no-repeat;
        background-size: 100%;
        background-image: url(../images/common/c-icons_todolist_black24.svg); } }

@media screen and (max-width: 998px) {
  .l-header__nav {
    opacity: 0;
    visibility: hidden;
    transition: .5s opacity ease;
    position: fixed;
    z-index: 1;
    left: 0;
    width: 100%;
    height: 100%; }
    .l-header__nav.is-active {
      opacity: 1;
      visibility: visible; }
  .l-header__nav-list {
    height: 100%;
    background-color: #246128;
    overflow-y: auto; }
  .l-header__nav-item {
    border-bottom: 1px solid rgba(255, 255, 255, 0.5); }
  .l-header__nav-link {
    position: relative;
    display: block;
    color: #fff; }
    .l-header__nav-link::after {
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      display: block;
      content: '';
      background-position: center;
      background-repeat: no-repeat;
      background-size: 100%;
      background-image: url(../images/common/c-icons_arrowright_white24.svg); } 
    

}

@media screen and (max-width: 998px) and (min-width: 768px) {
  .l-header__inner {
    height: 80px;
    padding: 0 50px; }
  .l-header__nav {
    padding-top: 80px; }
  .l-header__nav-list {
    padding: 30px 50px 50px; }
  .l-header__nav-link {
    padding: 20px 75px 20px 20px; }
    .l-header__nav-link::after {
      right: 20px;
      width: 24px;
      height: 24px; }
    .l-header__nav-link:hover {
      color: #091000;
      background-color: rgba(255, 255, 255, 0.25); } }

@media screen and (max-width: 767px) {
  .l-header__inner {
    height: 60px;
    padding: 0 20px; }
  .l-header__logo-link{
    padding-right: 60PX;
  }
  .l-header__logo-image {
    object-fit: contain;
    object-position: left center;
  }
  .l-header__nav {
    padding-top: 60px; }
  .l-header__nav-list {
    padding: 10px 20px 20px; }
  .l-header__nav-link {
    padding: 15px 50px 15px 10px;}
  .l-header__nav-link::after {
    right: 10px;
    width: 18px;
    height: 18px;
  }
  
}

/* サブナビ
----------------------------------------------------------------------- */
@media screen and (min-width: 1280px) {
  .l-header__subnav-list.is-active {
    padding: 25px 75px; } }

@media screen and (max-width: 1279px) and (min-width: 999px) {
  .l-header__subnav-list.is-active {
    padding: 25px 25px; } }

@media screen and (min-width: 999px) {
  .l-header__subnav-list {
    position: fixed;
    left: 0;
    top: 80px;
    display: flex;
    justify-content: center;
    width: 100%;
    opacity: 0;
    visibility: hidden;
    transition: .5s opacity ease; }
    .l-header__subnav-list.is-active {
      opacity: 1;
      visibility: visible;
      background-color: #5B9431; }
  .l-header__subnav-item {
    width: 400px; }
  .l-header__subnav-link {
    display: block;
    padding: 25px;
    color: #fff; }
    .l-header__subnav-link:hover {
      background-color: rgba(255, 255, 255, 0.1); }
  .l-header__subnav-image {
    position: relative;
    width: 100%;
    padding-top: 56.25%; }
    .l-header__subnav-image img {
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      object-fit: cover;
      object-position: center; }
  .l-header__subnav-title {
    display: block;
    text-align: center;
    padding-top: 15px; } }

@media screen and (max-width: 998px) {
  .l-header__subnav-link {
    display: flex;
    color: #fff; }
  .l-header__subnav-image {
    position: relative; }
    .l-header__subnav-image img {
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      object-fit: cover;
      object-position: center; }
  .l-header__subnav-title {
    flex-grow: 1;
    line-height: 1.4; } }

@media screen and (max-width: 998px) and (min-width: 768px) {
  .l-header__subnav-list {
    padding: 0 10px 10px; }
  .l-header__subnav-link {
    padding: 10px; }
    .l-header__subnav-link:hover {
      background-color: rgba(255, 255, 255, 0.1); }
  .l-header__subnav-image {
    width: 106px;
    height: 60px; }
  .l-header__subnav-title {
    font-size: 1.4rem;
    padding: 10px 15px; } }

@media screen and (max-width: 767px) {
  .l-header__subnav-list {
    padding: 5px 10px 10px; }
  .l-header__subnav-link {
    padding: 0 0 5px; }
  .l-header__subnav-image {
    flex-shrink: 0;
    width: 106px;
    height: 60px; }
  .l-header__subnav-title {
    font-size: 1.2rem;
    padding: 0 10px; } }

/* メニューボタン
----------------------------------------------------------------------- */
.l-header__menubtn {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 50; }

.l-header__menubtn-link {
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  justify-content: center;
  height: 100%;
  width: 100%;
  background-color: #246128;
  cursor: pointer; }

.l-header__menubtn-text {
  width: 100%;
  text-align: center;
  color: #fff; }

@media screen and (min-width: 999px) {
  .l-header__menubtn {
    display: none; } }

@media screen and (max-width: 998px) and (min-width: 768px) {
  .l-header__menubtn {
    width: 80px;
    height: 80px; }
  .l-header__menubtn-text {
    font-size: 1.4rem;
    margin-top: 5px; } }

@media screen and (min-width: 768px) {
  .l-header__menubtn-link:hover {
    background-color: #144117; } }

@media screen and (max-width: 767px) {
  .l-header__menubtn {
    width: 60px;
    height: 60px; }
  .l-header__menubtn-text {
    font-size: 1.2rem;
    margin-top: 3px; } }

/* footer
----------------------------------------------------------------- */
.l-footer {
  /* border-top: 1px solid $border_gray03;*/
  /* background-color: #f3f3f3; */
  border-top: 1px solid #ccc;
}

/* logo
----------------------------------------------------------------- */
.l-footer__logo-text {
  display: flex;
  align-items: center;
  justify-content: center;
}

@media screen and (min-width: 768px) {
  .l-footer__logo-text {
    height: 175px;
  }
}

@media screen and (max-width: 767px) {
  .l-footer__logo-text {
    height: 125px;
  }
  .l-footer__logo-image {
    display: block;
    object-fit: contain;
    object-position: left center;
    height: 50px;
    width: auto;
  }
}

/* facility
----------------------------------------------------------------- */
.l-footer__facility {
  display: flex; }

.l-footer__facility-name {
  display: block;
  font-weight: 700;
  text-align: center;
  color: #5B9431; }

.l-footer__facility-address {
  text-align: center;
  line-height: 1.6; }

.l-footer__facility-phone {
  position: relative;
  text-align: center; }
  .l-footer__facility-phone span {
    display: block; }
  .l-footer__facility-phone::before {
    display: block;
    content: '';
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100%;
    /*background-image: url(../img/c-icons_phone_green40.svg);*/
    /*background-image: url(../img/c-icons_phone_blue40.svg);*/
    background-image: url(../images/common/c-icons_phone_green40.svg);
    margin: 0 auto; }
  .l-footer__facility-phone--number {
    font-weight: 700;
    letter-spacing: 2px;
    font-family: 'Barlow Condensed', sans-serif; }

@media screen and (min-width: 999px) {
  .l-footer__facility {
    justify-content: center;
    }
  .l-footer__facility-detail {
    width: 400px;
    padding: 0 25px; }
  .l-footer__facility-name {
    font-size: 2.0rem; }
  .l-footer__facility-address {
  }
  .l-footer__facility-address span {
    display: block;
  }
  .l-footer__facility-phone {
    margin-top: 30px; }
    .l-footer__facility-phone span {
      display: block; }
    .l-footer__facility-phone::before {
      width: 36px;
      height: 36px; }
    .l-footer__facility-phone--time {
      font-size: 1.4rem;
      margin-top: 12px; }
    .l-footer__facility-phone--number {
      font-size: 3.6rem;
      margin-top: 10px; } }

@media screen and (max-width: 998px) {
  .l-footer__facility {
    flex-direction: column; }
  .l-footer__facility-name {
    font-size: 1.8rem; }
  .l-footer__facility-address span {
    display: inline-block; }
  .l-footer__facility-address--code {
    margin-right: 10px; }
  .l-footer__facility-phone {
    margin-top: 20px; }
    .l-footer__facility-phone::before {
      width: 36px;
      height: 36px; }
    .l-footer__facility-phone--time {
      font-size: 1.4rem;
      margin-top: 10px; }
    .l-footer__facility-phone--number {
      font-size: 3.4rem;
      margin-top: 5px; } }

@media screen and (max-width: 767px) {
  .l-footer__facility-name {
    font-size: 1.8rem; }
  .l-footer__facility-phone::before {
    width: 24px;
    height: 24px; }
  .l-footer__facility-phone--number {
    font-size: 3.0rem; } }

/* menu
----------------------------------------------------------------- */
.l-footer__menu-list {
  display: flex;
  justify-content: center; }

.l-footer__menu-link {
  display: flex;
  justify-content: center; }

@media screen and (min-width: 999px) {
  .l-footer__menu {
    padding: 50px 0; }
  .l-footer__menu-list {
    margin-top: 30px; }
  .l-footer__menu-link {
    padding: 5px 35px; } }

@media screen and (max-width: 998px) {
  .l-footer__menu {
    padding: 0 0 30px;
  }
  .l-footer__menu-list {
    flex-wrap: wrap;
    margin-top: 30px;
    padding: 0 50px;
  }
  .l-footer__menu-list + .l-footer__menu-list{
    margin-top: 15px;
  }
  .l-footer__menu-link {
    padding: 5px 35px; }
  }

@media screen and (min-width: 768px) {
  .l-footer__menu-item {
    border-left: 1px solid #bbb;
    border-right: 1px solid #bbb;
    margin-right: -1px; }
  .l-footer__menu-link:hover {
    background-color: #eee; } }

@media screen and (max-width: 767px) {
  .l-footer__menu {
    padding: 0 0 30px; }
  .l-footer__menu-list {
    margin: 20px auto 0;
    padding: 0;
    width: 80%; }
  .l-footer__menu-item {
    width: 100%;
    margin-top: 0;
    border-bottom: 1px solid #bbb; }
    .l-footer__menu-item:last-child {
      border-bottom: none; }
  .l-footer__menu-link {
    padding: 10px; } }

/* banner
----------------------------------------------------------------- */
.l-footer__banner-link {
  display: block;
  margin: 0 auto; }

.l-footer__banner-image {
  display: block;
  max-width: 100%;
  height: auto; }

@media screen and (min-width: 768px) {
  .l-footer__banner-item {
    padding: 50px; }
  .l-footer__banner-link {
    max-width: 800px;
    transition: all .3s ease; }
    .l-footer__banner-link:hover {
      filter: brightness(0.8); } }

@media screen and (max-width: 767px) {
  .l-footer__banner-item {
    padding: 0 20px 30px; } }

/* copyright
----------------------------------------------------------------- */
.l-footer__copyright {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #EEEEEE;
}

@media screen and (min-width: 999px) {
  .l-footer__copyright {
    height: 90px; } }

@media screen and (max-width: 998px) {
  .l-footer__copyright {
    height: 55px; } }

/* component
----------------------------------------------------------------- */
/* c-btn__pagetop
----------------------------------------------------------------- */
.c-btn__pagetop {
  position: fixed; }

.c-btn__pagetop-link {
  display: flex;
  align-content: center;
  justify-content: center;
  flex-wrap: wrap;
  width: 100%;
  height: 100%;
  color: #fff;
  background-color: #246128;
  border-radius: 50%;
  cursor: pointer; }

.c-btn__pagetop-text {
  display: block;
  width: 100%;
  text-align: center; }

@media screen and (min-width: 999px) {
  .c-btn__pagetop {
    width: 80px;
    height: 80px;
    right: 50px;
    bottom: 50px; }
  .c-btn__pagetop-link:hover {
    background-color: #144117; }
  .c-btn__pagetop-text {
    font-size: 1.4rem; } }

@media screen and (max-width: 998px) {
  .c-btn__pagetop {
    width: 60px;
    height: 60px;
    right: 25px;
    bottom: 25px; }
  .c-btn__pagetop-text {
    font-size: 1.2rem;
    padding-bottom: 5px; } }

/* c-btn__banner
----------------------------------------------------------------- */
.c-btn__banner-link {
  display: block;
  margin: 0 auto; }

.c-btn__banner-image {
  display: block;
  max-width: 100%;
  height: auto; }

@media screen and (min-width: 768px) {
  .c-btn__banner-item {
    margin: 50px 0;
    padding: 0 50px; }
  .c-btn__banner-link {
    max-width: 800px;
    transition: all .3s ease; }
    .c-btn__banner-link:hover {
      filter: brightness(0.8); } }

@media screen and (max-width: 767px) {
  .c-btn__banner-item {
    margin: 30px 0;
    padding: 0 20px; } }

/* c-btn__pickup
----------------------------------------------------------------- */

.c-btn__pickup{

}
.c-btn__pickup .c-btn__pickup_item .link{
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  transition:filter .3s ease ;
}
.c-btn__pickup .c-btn__pickup_item .link:hover {
  filter: brightness(0.9);
}

.c-btn__pickup .c-btn__pickup_item:nth-child(2) .link{
  flex-direction: column-reverse;
}
.c-btn__pickup img{
  display: block;
  width: 100%;
}
.c-btn__pickup .text{
  display: flex;
  height: 75px;
  align-items: center;
  margin-top: 0;
  font-size: 2.8rem;
  padding: 0 20px;
  background-color: #fff;
}
@media screen and (max-width: 999px) {
  .c-btn__pickup .c-btn__pickup_item:nth-child(2) .link{
    flex-direction: column;
  }
  .c-btn__pickup.wp-block-columns .wp-block-column{
    padding-bottom: 0;
  }
}
@media screen and (max-width: 767px) {
  .c-btn__pickup .text{
    font-size: 2.0rem;
    height: 50px;
  }
}

/* c-btn__edit
----------------------------------------------------------------- */
.c-btn__edit {
  margin-top: 30px; }
  .c-btn__edit a {
    background-color: #eeeeee;
    padding: 15px;
    text-align: center;
    display: block; }
    .c-btn__edit a:hover {
      background-color: #ddd; }

/* wp-block-group
----------------------------------------------------------------- */
.wp-block-group.is-green {
  background-color: #F0F4EA; }

.wp-block-group.is-gray {
  background-color: #f8f8f8; }

@media screen and (min-width: 1280px) {
  .p-wpblockgroup > .wp-block-group__inner-container {
    display: block;
    max-width: 1000px;
    padding: 75px 0;
    margin: 0 auto; } }

@media screen and (max-width: 1279px) and (min-width: 999px) {
  .p-wpblockgroup > .wp-block-group__inner-container {
    padding: 75px 50px; } }

@media screen and (max-width: 998px) and (min-width: 768px) {
  .p-wpblockgroup > .wp-block-group__inner-container {
    padding: 50px; } }

@media screen and (max-width: 767px) {
  .p-wpblockgroup > .wp-block-group__inner-container {
    padding: 30px 20px; } }

/* wp-block-columns
----------------------------------------------------------------- */
.wp-block-columns {
  display: flex; }
  .wp-block-columns .wp-block-column {
    width: 100%; }

@media screen and (min-width: 999px) {
  .wp-block-columns {
    margin: 0 -20px; }
    .wp-block-columns .wp-block-column {
      padding: 0 20px; } }

@media screen and (max-width: 998px) {
  .wp-block-columns {
    flex-direction: column; }
    .wp-block-columns .wp-block-column {
      padding: 20px 0; }
      .wp-block-columns .wp-block-column:first-child {
        padding-top: 0; } }

@media screen and (max-width: 767px) {
  .wp-block-columns .wp-block-column {
    padding: 10px 0; } }

/* wp-block-image
----------------------------------------------------------------- */
.wp-block-image img {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 0 auto; }

.wp-block-image figcaption {
  text-align: center; }

@media screen and (min-width: 768px) {
  .wp-block-image {
    margin: 40px 0; }
    .wp-block-image figcaption {
      font-size: 1.4rem;
      padding-top: 20px; } }

@media screen and (max-width: 767px) {
  .wp-block-image {
    margin: 20px 0; }
    .wp-block-image figcaption {
      font-size: 1.2rem;
      padding-top: 10px; } }

/* wp-block-separator
----------------------------------------------------------------- */
.wp-block-separator {
  display: block;
  border: none;
  width: 100%;
  height: 1px; }
  .wp-block-separator.is-green {
    background-color: #5B9431; }

@media screen and (min-width: 768px) {
  .wp-block-separator {
    margin: 50px 0; } }

@media screen and (max-width: 767px) {
  .wp-block-separator {
    margin: 20px 0; } }

/* project
----------------------------------------------------------------- */
/* editor
----------------------------------------------------------------- */
.p-editor a:hover {
  text-decoration: underline; }

.p-editor h1 {
  /*font-weight: 900;*/
  text-align: center;
  line-height: 1.4; }

.p-editor h2 {
  line-height: 1.4; }

.p-editor h3 {
  position: relative;
  text-align: center;
  line-height: 1.4; }
  .p-editor h3::after {
    position: absolute;
    right: 50%;
    bottom: 0;
    display: block;
    content: '';
    height: 2px;
    background-color: #5B9431;
    transform: translateX(50%); }

.p-editor h4 {
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 500;
  color: #5B9431; }

.p-editor p {
  line-height: 2.0;
  letter-spacing: 1px; }

.p-editor ul,
.p-editor ol {
  list-style-type: disc;
  line-height: 1.6; }
  .p-editor ul.is-center,
  .p-editor ol.is-center {
    display: flex;
    flex-wrap: wrap;
    justify-content: center; }

.p-editor table {
  width: 100%; }
  .p-editor table th {
    font-weight: bold;
    background-color: #f3f3f3; }
  .p-editor table th,
  .p-editor table td {
    line-height: 1.6;
    border-bottom: 1px solid #5B9431;
    border-top: 1px solid #5B9431; }

  .p-editor table.is-w50{
    width: 50%;
    margin: 0 auto;
  }
  @media screen and (max-width: 999px) {
    .p-editor table.is-w50{
      width: 100%;
    }
  }

.p-editor hr {
  border: none;
  height: 1px;
  width: 100%;
  background-color: #ccc; }

.p-editor strong {
  font-weight: bold; }

.p-editor :first-child {
  margin-top: 0; }

.p-editor :last-child {
  margin-bottom: 0; }

.p-editor .font-noto {
  font-family: 'Noto Sans JP', sans-serif; }

.p-editor .tel_number {
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 700;
  line-height: 1; }

.p-editor .heading_lp01 {
  font-family: 'Noto Sans JP', sans-serif;
  display: block;
  line-height: 1;
  font-weight: 900;
  text-align: center; }

.p-editor .heading_lp02 {
  font-family: 'Noto Sans JP', sans-serif;
  display: block;
  line-height: 1;
  font-weight: 900;
  text-align: center;
  color: #fff;
  background-color: #79603F; }

.p-editor .list_lp01 {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  line-height: 1.6;
  font-weight: 300; }
  .p-editor .list_lp01 li {
    list-style-type: none; }

@media screen and (min-width: 768px) {
  .p-editor h1 {
    font-size: 2.8rem;
    margin: 60px 0 40px; }
  .p-editor h2 {
    font-size: 2.4rem;
    margin: 60px 0 40px; }
  .p-editor h3 {
    font-size: 2.4rem;
    margin: 60px 0 40px;
    padding-bottom: 10px; }
    .p-editor h3::after {
      width: 100px; }
  .p-editor h3.bar_long {
    padding-bottom: 15px; }
    .p-editor h3.bar_long::after {
      width: 200px; }
  .p-editor h4 {
    font-size: 2rem;
    margin: 40px 0 30px; }
  .p-editor p {
    margin: 30px 0; }
  .p-editor ul,
  .p-editor ol {
    margin: 30px 0;
    padding-left: 28px; }
    .p-editor ul.is-center,
    .p-editor ol.is-center {
      padding-left: 56px; }
      .p-editor ul.is-center li,
      .p-editor ol.is-center li {
        padding-right: 56px; }
  .p-editor table {
    margin: 30px 0; }
    .p-editor table th,
    .p-editor table td {
      padding: 15px 20px; }
  .p-editor hr {
    margin: 50px 0; }
  .p-editor hr.is_thin {
    margin: 0 0 !important; }
  .p-editor .tel_number {
    font-size: 4.8rem; }
  .p-editor .heading_lp01 {
    font-size: 34px;
    width: 350px;
    margin: 50px auto 0;
    padding: 0 0 20px;
    border-bottom: 10px solid #79603F; }
  .p-editor .heading_lp02 {
    width: 400px;
    font-size: 34px;
    margin: 40px auto 0;
    padding: 15px 40px; }
  .p-editor .list_lp01 {
    font-size: 34px;
    margin: 40px auto 0;
    padding: 0 15%; }
    .p-editor .list_lp01 li {
      margin: 0 15px; } }

@media screen and (max-width: 767px) {
  .p-editor h1 {
    font-size: 2.0rem;
    margin: 30px 0 20px; }
  .p-editor h2 {
    font-size: 2.0rem;
    margin: 30px 0 20px; }
  .p-editor h3 {
    font-size: 2.0rem;
    margin: 30px 0 20px;
    padding-bottom: 10px; }
    .p-editor h3::after {
      width: 75px; }
  .p-editor h3.bar_long {
    padding-bottom: 15px; }
    .p-editor h3.bar_long::after {
      width: 150px; }
  .p-editor h4 {
    font-size: 2rem;
    margin: 20px 0 20px; }
  .p-editor p {
    margin: 20px 0; }
  .p-editor ul,
  .p-editor ol {
    margin: 20px 0;
    padding-left: 28px; }
    .p-editor ul.is-center,
    .p-editor ol.is-center {
      padding-left: 56px; }
      .p-editor ul.is-center li,
      .p-editor ol.is-center li {
        padding-right: 56px;
        padding-bottom: 10px; }
  .p-editor table {
    margin: 20px 0; }
    .p-editor table th,
    .p-editor table td {
      padding: 10px 15px; }
  .p-editor hr {
    margin: 30px 0; }
  .p-editor .tel_number {
    font-size: 3.6rem; }
  .p-editor .heading_lp01 {
    width: 220px;
    font-size: 20px;
    margin: 30px auto 0;
    padding: 0 0 10px;
    border-bottom: 5px solid #79603F; }
  .p-editor .heading_lp02 {
    width: 220px;
    font-size: 20px;
    margin: 20px auto 0;
    padding: 10px 30px; }
  .p-editor .list_lp01 {
    font-size: 20px;
    margin: 20px auto 0;
    padding: 0 15%; }
    .p-editor .list_lp01 li {
      margin: 0 10px; } }

/* icon
----------------------------------------------------------------- */
.p-editor li.icon-pdf,
.p-editor li.icon-window,
.p-editor li.icon-file,
.p-editor li.icon-link {
  list-style-type: none; }
  .p-editor li.icon-pdf a,
  .p-editor li.icon-window a,
  .p-editor li.icon-file a,
  .p-editor li.icon-link a {
    position: relative; }
    .p-editor li.icon-pdf a::before,
    .p-editor li.icon-window a::before,
    .p-editor li.icon-file a::before,
    .p-editor li.icon-link a::before {
      position: absolute;
      left: -30px;
      top: 50%;
      transform: translateY(-50%);
      content: '';
      display: block;
      content: '';
      background-position: center;
      background-repeat: no-repeat;
      background-size: 100%;
      width: 24px;
      height: 24px; }

.p-editor li.icon-pdf a::before {
  background-image: url(../images/common/c-icons_pdf_green24.svg); }

.p-editor li.icon-window a::before {
  background-image: url(../images/common/c-icons_external_green24.svg); }

.p-editor li.icon-file a::before {
  background-image: url(../images/common/c-icons_file_green24.svg); }

.p-editor li.icon-link a::before {
  background-image: url(../images/common/c-icons_arrow_green24.svg); }

/* comporser
----------------------------------------------------------------- */
.cke_wysiwyg_div {
  padding: 30px; }
  .cke_wysiwyg_div img {
    display: block;
    max-width: 60%;
    height: auto;
    margin: 0 auto; }
  .cke_wysiwyg_div ul {
    list-style-type: disc;
    padding-left: 20px; }

/* pagetitle
----------------------------------------------------------------- */
.p-pagetitle__title-text {
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  justify-content: center;
  line-height: 1.2;
  letter-spacing: 2px; }
  .p-pagetitle__title-text .is-sub {
    display: block;
    width: 100%;
    text-align: center;
    color: #5B9431; }

.p-pagetitle__image-inner {
  position: relative;
  padding-top: 22.5%; }
  .p-pagetitle__image-inner img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center; }
  .p-pagetitle__image-inner.is-large {
    padding-top: 45%; }
  .p-pagetitle__image-inner.is-medium {
    padding-top: 30%; }
  .p-pagetitle__image-inner.is-normal {
    padding-top: 22.5%; }

.p-pagetitle__recruit {
  background-color: #F0F4EA; }

.p-pagetitle__recruit-inner {
  position: relative;
  z-index: 5; }
  .p-pagetitle__recruit-inner img {
    display: block;
    max-width: 100%;
    margin: 0 auto; }

@media screen and (min-width: 768px) {
  .p-pagetitle__title-text {
    min-height: 160px;
    font-size: 3.4rem;
    padding: 0 50px; }
    .p-pagetitle__title-text .is-sub {
      font-size: 2.0rem;
      margin-bottom: 20px; }
  .p-pagetitle__recruit-inner img {
    margin-top: -25px; } }

@media screen and (max-width: 767px) {
  .p-pagetitle__title-text {
    min-height: 100px;
    font-size: 2.4rem;
    padding: 20px; }
    .p-pagetitle__title-text .is-sub {
      font-size: 1.6rem;
      margin-bottom: 10px; }
  .p-pagetitle__recruit-inner {
    padding: 0 20px; }
  .p-pagetitle__recruit-inner img {
    margin-top: -20px; } }

/* maincontent
----------------------------------------------------------------- */
@media screen and (min-width: 1280px) {
  .p-maincontents__inner {
    display: block;
    max-width: 1000px;
    padding: 75px 0 100px;
    margin: 0 auto; } }

@media screen and (max-width: 1279px) and (min-width: 999px) {
  .p-maincontents__inner {
    padding: 75px 50px 100px; } }

@media screen and (max-width: 998px) and (min-width: 768px) {
  .p-maincontents__inner {
    padding: 50px 50px 50px; } }

@media screen and (max-width: 767px) {
  .p-maincontents__inner {
    padding: 30px 20px 30px; } }

/* facility
----------------------------------------------------------------- */
/* p-list-item__facility */
.p-list-item__facility h2 {
  text-align: center; }

.p-list-item__facility p {
  line-height: 1.6; }

@media screen and (min-width: 768px) {
  .p-list-item__facility h2 {
    margin: 20px 0; }
  .p-list-item__facility p {
    margin: 20px 0; }
  .p-list-item__facility figure a img {
    transition: all .3s ease; }
    .p-list-item__facility figure a img:hover {
      filter: brightness(0.7); }
  .p-list-item__facility.w60 {
    width: 60%;
    margin: 0 auto; } }

@media screen and (max-width: 767px) {
  .p-list-item__facility {
    border-bottom: 1px solid #ccc;
    padding: 20px 0 !important; }
    .p-list-item__facility h2 {
      margin: 10px 0; }
    .p-list-item__facility p {
      margin: 10px 0; }
    .p-list-item__facility:first-child {
      padding-top: 0 !important; }
    .p-list-item__facility:last-child {
      border-bottom: none;
      padding-bottom: 0 !important; } }

/* p-btn__list-facility */
.p-btn__list-facility {
  width: 100%; }
  .p-btn__list-facility a {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #5B9431;
    font-family: 'Noto Sans JP', sans-serif;
    margin: 0 auto;
    color: #fff;
    font-weight: 500; }

@media screen and (min-width: 768px) {
  .p-btn__list-facility a {
    height: 60px;
    width: 80%;
    border-radius: 30px; }
    .p-btn__list-facility a:hover {
      background-color: #246128; } }

@media screen and (max-width: 767px) {
  .p-btn__list-facility a {
    height: 40px;
    width: 60%;
    border-radius: 20px; } }

/* p-nav__facility */
.p-nav__facility-list {
  position: relative;
  display: flex;
  justify-content: center;
  z-index: 10; }

.p-nav__facility-link {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #5B9431;
  font-family: 'Noto Sans JP', sans-serif;
  border-radius: 5px;
  color: #fff; }

@media screen and (min-width: 999px) {
  .p-nav__facility-list {
    margin-bottom: -23px; }
  .p-nav__facility-item {
    margin: 0 10px; }
  .p-nav__facility-link {
    width: 150px;
    height: 46px;
    border-radius: 5px; }
    .p-nav__facility-link:hover {
      background-color: #246128; } }

@media screen and (max-width: 998px) and (min-width: 768px) {
  .p-nav__facility-list {
    margin-bottom: -19px; }
  .p-nav__facility-item {
    margin: 0 5px; }
  .p-nav__facility-link {
    width: 120px;
    height: 38px;
    border-radius: 5px; }
    .p-nav__facility-link:hover {
      background-color: #246128; } }

@media screen and (max-width: 767px) {
  .p-nav__facility-list {
    flex-wrap: wrap; }
  .p-nav__facility-item {
    margin: 0 5px 10px; }
  .p-nav__facility-link {
    line-height: 1;
    padding: 8px 10px 10px; } }

/* p-gallery__facility */
.p-gallery__facility-list {
  display: flex;
  flex-wrap: wrap;
  padding-left: 0 !important; }

.p-gallery__facility-item {
  list-style-type: none; }

.p-gallery__facility-link img {
  display: block;
  width: 100%;
  height: auto; }

.p-gallery__facility-link span {
  display: block;
  text-align: center;
  font-family: 'Noto Sans JP', sans-serif; }

@media screen and (min-width: 999px) {
  .p-gallery__facility-item {
    width: 25%;
    padding: 15px; }
  .p-gallery__facility-link span {
    font-size: 1.4rem;
    margin-top: 10px; } }

@media screen and (max-width: 998px) and (min-width: 768px) {
  .p-gallery__facility-item {
    width: 33.33%;
    padding: 15px; }
  .p-gallery__facility-link span {
    font-size: 1.4rem;
    margin-top: 10px; } }

@media screen and (max-width: 767px) {
  .p-gallery__facility-item {
    width: 50%;
    padding: 10px; }
  .p-gallery__facility-link span {
    font-size: 1.2rem;
    margin-top: 7px; } }

/* p-iframe__map*/
.p-iframe__map iframe {
  display: block;
  width: 100%;
  border-radius: 20px; }

@media screen and (min-width: 1280px) {
  .p-iframe__map {
    margin: 0 -50px; } }

@media screen and (min-width: 768px) {
  .p-iframe__map {
    margin: 50px 0 0; }
    .p-iframe__map iframe {
      height: 500px; } }

@media screen and (max-width: 767px) {
  .p-iframe__map {
    margin: 20px 0 0; }
    .p-iframe__map iframe {
      height: 400px; } }

/* table */
.is-facility-item table {
  width: 100%; }

.is-facility-item th {
  background-color: #d9e0cf !important; }

/* entry
----------------------------------------------------------------- */
/* p-blockgroup */
.p-blockgroup__entry-yellow {
  position: relative;
  background-color: #ECF3E7;
  border: 1px solid #325419;
  border-radius: 15px;
}
  .p-blockgroup__entry-yellow::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 20px 20px 0 20px;
    border-color: #325419 transparent transparent transparent; }
  .p-blockgroup__entry-yellow.is-last::after {
    display: none; }

@media screen and (min-width: 768px) {
  .p-blockgroup__entry-yellow {
    padding: 50px; }
    .p-blockgroup__entry-yellow::after {
      bottom: -20px;
      border-width: 20px 20px 0 20px; } }

@media screen and (max-width: 767px) {
  .p-blockgroup__entry-yellow {
    padding: 20px; }
    .p-blockgroup__entry-yellow::after {
      bottom: -20px;
      border-width: 20px 20px 0 20px; } }

/* p-btn */
a.p-btn__entry-form {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #ED7411;
  margin: 0 auto;
  font-family: 'Noto Sans JP', sans-serif;
  border-radius: 10px;
  box-shadow: 0 3px 0 0 #cc5c00; }
  a.p-btn__entry-form::before {
    display: block;
    display: block;
    content: '';
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100%;
    background-image: url(../images/common/c-icons_devices_black24.svg); }

@media screen and (min-width: 768px) {
  a.p-btn__entry-form {
    width: 500px;
    padding: 20px 0;
    margin-top: 40px; }
    a.p-btn__entry-form:hover {
      background-color: #ff8d2f; }
    a.p-btn__entry-form::before {
      margin-right: 10px;
      width: 24px;
      height: 24px; } }

@media screen and (max-width: 767px) {
  a.p-btn__entry-form {
    width: 260px;
    padding: 20px 0; } }

/* recruit
----------------------------------------------------------------- */
.p-list-item__recruit p.is-green {
  color: #5B9431;
  text-align: center; }

.p-list-item__recruit a.is-maplink {
  display: block;
  text-align: center;
  text-decoration: underline; }

@media screen and (min-width: 768px) {
  .p-list-item__recruit p.is-green {
    margin-bottom: 20px; }
  .p-list-item__recruit h3 {
    margin-top: 20px;
    margin-bottom: 20px; }
  .p-list-item__recruit .wp-block-image {
    margin: 20px 0; }
    .p-list-item__recruit .wp-block-image a img {
      transition: all .3s ease; }
      .p-list-item__recruit .wp-block-image a img:hover {
        filter: brightness(0.7); }
  .p-list-item__recruit a.is-maplink:hover {
    color: #246128; } }

@media screen and (max-width: 767px) {
  .p-list-item__recruit {
    border-top: 1px solid #ccc;
    padding-top: 0 !important; }
    .p-list-item__recruit p.is-green {
      margin-top: 20px;
      margin-bottom: 10px; }
    .p-list-item__recruit h3 {
      margin-top: 10px;
      margin-bottom: 20px; }
    .p-list-item__recruit .wp-block-image {
      margin: 20px 0; } }

/* p-btn__list-recruit */
.p-btn__list-recruit {
  width: 100%; }
  .p-btn__list-recruit a {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #5B9431;
    font-family: 'Noto Sans JP', sans-serif;
    margin: 0 auto;
    width: 80%;
    border-radius: 10px;
    color: #fff;
    font-weight: 700;
    box-shadow: 0 3px 0 #144117; }
    .p-btn__list-recruit a::before {
      display: block;
      content: '';
      background-position: center;
      background-repeat: no-repeat;
      background-size: 100%;
      display: inline-block;
      background-image: url(../images/common/c-icons_person_white24.svg); }

@media screen and (min-width: 768px) {
  .p-btn__list-recruit a {
    height: 60px; }
    .p-btn__list-recruit a:hover {
      background-color: #246128; }
    .p-btn__list-recruit a::before {
      width: 24px;
      height: 24px;
      margin-right: 10px; } }

@media screen and (max-width: 767px) {
  .p-btn__list-recruit a {
    height: 50px; }
    .p-btn__list-recruit a::before {
      width: 24px;
      height: 24px;
      margin-right: 10px; } }

/* p-list__employmentstatus */
.p-list__employmentstatus .wp-block-column {
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  margin-bottom: -1px; }

.p-list__employmentstatus ul {
  display: flex;
  justify-content: center;
  margin: 0;
  padding: 0; }
  .p-list__employmentstatus ul li {
    list-style-type: none; }
    .p-list__employmentstatus ul li a {
      display: flex;
      align-items: center;
      justify-content: center;
      background-color: #fff;
      border-radius: 5px;
      box-shadow: 0 3px 0 0 #ccc;
      font-family: 'Noto Sans JP', sans-serif; }
      .p-list__employmentstatus ul li a:hover {
        text-decoration: none;
        background-color: #ddd; }

.p-list__employmentstatus p {
  text-align: center; }

@media screen and (min-width: 999px) {
  .p-list__employmentstatus .wp-block-column {
    padding: 0 0 30px 0 !important; }
  .p-list__employmentstatus h3 {
    margin: 40px 0 20px !important; }
  .p-list__employmentstatus ul li {
    margin: 0 10px 10px; }
    .p-list__employmentstatus ul li a {
      min-width: 200px;
      padding: 10px 30px; }
  .p-list__employmentstatus p {
    margin-top: 20px !important; } }

@media screen and (max-width: 998px) and (min-width: 768px) {
  .p-list__employmentstatus .wp-block-column {
    padding: 0 0 30px 0 !important; }
  .p-list__employmentstatus h3 {
    margin: 30px 0 20px !important; }
  .p-list__employmentstatus ul li {
    margin: 0 10px 10px; }
    .p-list__employmentstatus ul li a {
      min-width: 200px;
      padding: 10px 30px; }
  .p-list__employmentstatus p {
    margin-top: 20px !important; } }

@media screen and (max-width: 767px) {
  .p-list__employmentstatus .wp-block-column {
    padding: 0 0 20px 0 !important; }
  .p-list__employmentstatus h3 {
    margin: 20px 0 10px !important; }
  .p-list__employmentstatus ul li {
    margin: 0 5px 5px; }
    .p-list__employmentstatus ul li a {
      min-width: 125px;
      padding: 5px 10px;
      font-size: 1.2rem; }
  .p-list__employmentstatus p {
    margin-top: 10px !important; } }

/* .p-editor__jobitem */
.p-editor__jobitem h1 {
  border-bottom: 5px solid #5B9431;
  text-align: left;
  font-weight: bold; }

.p-editor__jobitem h2 {
  color: #5B9431;
  font-weight: bold; }

.p-editor__jobitem h3 {
  text-align: left;
  font-weight: bold;
  padding-bottom: 0; }
  .p-editor__jobitem h3::before {
    content: '●';
    color: #5B9431; }
  .p-editor__jobitem h3::after {
    display: none; }

.p-editor__jobitem h4 {
  color: #091000;
  border-left: 3px solid #5B9431; }

.p-editor__jobitem h5 {
  color: #091000;
  font-weight: bold; }

@media screen and (min-width: 768px) {
  .p-editor__jobitem h1 {
    padding-bottom: 20px; }
  .p-editor__jobitem h2 {
    margin: 30px 0; }
  .p-editor__jobitem h3 {
    margin: 30px 0;
    font-size: 2.0rem; }
    .p-editor__jobitem h3::before {
      margin-right: 15px; }
  .p-editor__jobitem h4 {
    padding-left: 15px; }
  .p-editor__jobitem h5 {
    margin: 30px 0; } }

@media screen and (max-width: 767px) {
  .p-editor__jobitem h1 {
    padding-bottom: 20px;
    font-size: 2.2rem; }
  .p-editor__jobitem h2 {
    margin: 20px 0; }
  .p-editor__jobitem h3 {
    margin: 20px 0;
    font-size: 1.6rem; }
    .p-editor__jobitem h3::before {
      margin-right: 10px; }
  .p-editor__jobitem h4 {
    padding-left: 15px;
    font-size: 1.6rem; }
  .p-editor__jobitem h5 {
    margin: 20px 0; } }

/* comporser */
#cke_1_contents .cke_wysiwyg_div h1,
#cke_2_contents .cke_wysiwyg_div h1,
#cke_3_contents .cke_wysiwyg_div h1,
#cke_4_contents .cke_wysiwyg_div h1,
#cke_5_contents .cke_wysiwyg_div h1,
#cke_6_contents .cke_wysiwyg_div h1,
#cke_7_contents .cke_wysiwyg_div h1 {
  border-bottom: 5px solid #5B9431;
  font-weight: bold; }

#cke_1_contents .cke_wysiwyg_div h2,
#cke_2_contents .cke_wysiwyg_div h2,
#cke_3_contents .cke_wysiwyg_div h2,
#cke_4_contents .cke_wysiwyg_div h2,
#cke_5_contents .cke_wysiwyg_div h2,
#cke_6_contents .cke_wysiwyg_div h2,
#cke_7_contents .cke_wysiwyg_div h2 {
  color: #5B9431;
  font-weight: bold; }

#cke_1_contents .cke_wysiwyg_div h3,
#cke_2_contents .cke_wysiwyg_div h3,
#cke_3_contents .cke_wysiwyg_div h3,
#cke_4_contents .cke_wysiwyg_div h3,
#cke_5_contents .cke_wysiwyg_div h3,
#cke_6_contents .cke_wysiwyg_div h3,
#cke_7_contents .cke_wysiwyg_div h3 {
  text-align: left;
  font-weight: bold;
  padding-bottom: 0; }
  #cke_1_contents .cke_wysiwyg_div h3::before,
  #cke_2_contents .cke_wysiwyg_div h3::before,
  #cke_3_contents .cke_wysiwyg_div h3::before,
  #cke_4_contents .cke_wysiwyg_div h3::before,
  #cke_5_contents .cke_wysiwyg_div h3::before,
  #cke_6_contents .cke_wysiwyg_div h3::before,
  #cke_7_contents .cke_wysiwyg_div h3::before {
    content: '●';
    color: #5B9431; }
  #cke_1_contents .cke_wysiwyg_div h3::after,
  #cke_2_contents .cke_wysiwyg_div h3::after,
  #cke_3_contents .cke_wysiwyg_div h3::after,
  #cke_4_contents .cke_wysiwyg_div h3::after,
  #cke_5_contents .cke_wysiwyg_div h3::after,
  #cke_6_contents .cke_wysiwyg_div h3::after,
  #cke_7_contents .cke_wysiwyg_div h3::after {
    display: none; }

#cke_1_contents .cke_wysiwyg_div h4,
#cke_2_contents .cke_wysiwyg_div h4,
#cke_3_contents .cke_wysiwyg_div h4,
#cke_4_contents .cke_wysiwyg_div h4,
#cke_5_contents .cke_wysiwyg_div h4,
#cke_6_contents .cke_wysiwyg_div h4,
#cke_7_contents .cke_wysiwyg_div h4 {
  font-weight: bold;
  border-left: 3px solid #5B9431;
  padding-left: 10px; }

#cke_1_contents .cke_wysiwyg_div h5,
#cke_2_contents .cke_wysiwyg_div h5,
#cke_3_contents .cke_wysiwyg_div h5,
#cke_4_contents .cke_wysiwyg_div h5,
#cke_5_contents .cke_wysiwyg_div h5,
#cke_6_contents .cke_wysiwyg_div h5,
#cke_7_contents .cke_wysiwyg_div h5 {
  color: #091000;
  font-weight: bold; }

/*.p-box__entrylabel*/
.p-box__entrylabel {
  background-color: #f1f1f1;
  border-bottom: 1px solid #5B9431; }
  .p-box__entrylabel a {
    display: block;
    font-weight: bold;
    text-align: center;
    font-family: 'Noto Sans JP', sans-serif; }
    .p-box__entrylabel a:hover {
      text-decoration: none; }
    .p-box__entrylabel a:after {
      display: block;
      content: '';
      background-position: center;
      background-repeat: no-repeat;
      background-size: 100%;
      background-image: url(../images/common/c-icons_doubledown_black24.svg);
      margin: 0 auto; }

@media screen and (min-width: 768px) {
  .p-box__entrylabel {
    margin: 50px 0; }
    .p-box__entrylabel a {
      padding: 40px 0 30px; }
      .p-box__entrylabel a:hover {
        background-color: #ddd; }
      .p-box__entrylabel a::after {
        width: 24px;
        height: 24px;
        margin-top: 10px; } }

@media screen and (max-width: 767px) {
  .p-box__entrylabel {
    margin: 30px 0; }
    .p-box__entrylabel a {
      padding: 20px 0 15px; }
      .p-box__entrylabel a::after {
        width: 18px;
        height: 18px;
        margin-top: 5px; } }

/*p-jobinfolist*/
.p-jobinfolist__list {
  list-style-type: none !important;
  padding: 0 !important; }

.p-jobinfolist__item {
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  margin-bottom: -1px; }

.p-jobinfolist__link {
  display: block;
  text-decoration: none !important; }

.p-jobinfolist__meta {
  display: flex;
  align-items: center;
  font-family: 'Noto Sans JP', sans-serif;
  margin: 0 !important;
  line-height: 1.4 !important; }
  .p-jobinfolist__meta .is-jobtype,
  .p-jobinfolist__meta .is-jobstyle {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px; }
  .p-jobinfolist__meta .is-place {
    font-weight: 700; }
  .p-jobinfolist__meta .is-jobtype01 {
    background-color: #74c46d; }
  .p-jobinfolist__meta .is-jobtype02 {
    background-color: #52b385; }
  .p-jobinfolist__meta .is-jobtype03 {
    background-color: #ff9090; }
  .p-jobinfolist__meta .is-jobtype04 {
    background-color: #ccac20; }
  .p-jobinfolist__meta .is-jobtype05 {
    background-color: #ff7f4d; }
  .p-jobinfolist__meta .is-jobtype06 {
    background-color: #5486c0; }
  .p-jobinfolist__meta .is-jobtype07 {
    background-color: #6ab9be; }
  .p-jobinfolist__meta .is-jobtype08 {
    background-color: #a75e00; }
  .p-jobinfolist__meta .is-jobtype09 {
    background-color: #cab4d1; }
  .p-jobinfolist__meta .is-jobstyle01 {
    background-color: #F0F4EA; }
  .p-jobinfolist__meta .is-jobstyle02 {
    background-color: #eee; }
  .p-jobinfolist__meta .is-place01 {
    color: #ac0000; }
  .p-jobinfolist__meta .is-place02 {
    color: #cea800; }
  .p-jobinfolist__meta .is-place03 {
    color: #7c4f14; }

.p-jobinfolist__subtitle {
  line-height: 1.4 !important; }

.p-jobinfolist__publish {
  color: #666;
  line-height: 1 !important; }

.is-green .p-jobinfolist .is-jobstyle01 {
  background-color: #fff; }

.is-green .p-jobinfolist .is-jobstyle02 {
  background-color: #fff; }

.is-green .p-jobinfolist a:hover .is-jobstyle01 {
  background-color: #F0F4EA; }

.is-green .p-jobinfolist a:hover .is-jobstyle02 {
  background-color: #eee; }

@media screen and (min-width: 768px) {
  .p-jobinfolist__link {
    padding: 15px; }
    .p-jobinfolist__link:hover {
      background-color: #eee; }
  .p-jobinfolist__meta .is-jobtype,
  .p-jobinfolist__meta .is-jobstyle {
    height: 36px;
    margin-right: 15px;
    padding: 0 20px; }
  .p-jobinfolist__title {
    font-weight: bold;
    font-size: 20px !important;
    margin: 10px 0 !important; }
  .p-jobinfolist__subtitle {
    margin: 0 !important; }
  .p-jobinfolist__publish {
    font-size: 14px !important;
    margin: 10px 0 0 !important; }
  .is-green .p-jobinfolist__link:hover {
    background-color: #fff; } }

@media screen and (max-width: 767px) {
  .p-jobinfolist__link {
    padding: 15px; }
  .p-jobinfolist__meta {
    flex-wrap: wrap; }
    .p-jobinfolist__meta .is-jobtype,
    .p-jobinfolist__meta .is-jobstyle {
      font-size: 12px !important;
      height: 28px;
      margin-right: 10px;
      padding: 0 15px; }
    .p-jobinfolist__meta .is-place {
      width: 100%;
      margin-top: 10px !important; }
  .p-jobinfolist__title {
    font-weight: bold;
    font-size: 16px !important;
    margin: 5px 0 !important; }
  .p-jobinfolist__subtitle {
    margin: 0 !important;
    font-size: 14px !important; }
  .p-jobinfolist__publish {
    font-size: 12px !important;
    margin: 5px 0 0 !important; } }

/* slider
----------------------------------------------------------------- */
.bx-wrapper {
  box-shadow: none !important;
  border: none !important;
  /* margin-bottom: 50px !important; */
}


.p-slider .item img {
  display: block;
  width: 100%;
  height: auto; }

/* p-feature
----------------------------------------------------------------- */
.p-feature__top-inner {
  position: relative;
  display: flex; }

@media screen and (min-width: 999px) {
  .p-feature__top {
    margin-bottom: 50px; }
  .p-feature__top-image {
    width: 60%;
    position: absolute;
    height: 100%; }
    .p-feature__top-image img {
      display: block;
      height: 100%;
      width: 100%;
      object-fit: cover;
      object-position: center; }
  .p-feature__top-text {
    position: relative;
    background-color: #fff;
    width: 45%;
    padding: 40px; }
  .p-feature__top.is-imageleft .p-feature__top-inner {
    flex-direction: row-reverse;
    padding: 25px 25px 50px 0; }
  .p-feature__top.is-imageleft .p-feature__top-image {
    left: 0;
    top: 0; }
  .p-feature__top.is-imageright .p-feature__top-inner {
    padding: 25px 0 50px 0; }
  .p-feature__top.is-imageright .p-feature__top-image {
    right: 0;
    top: 0; }
  .p-feature__top.is-green .p-feature__top-text {
    box-shadow: 25px 25px 0 #eeffe0; }
  .p-feature__top.is-red .p-feature__top-text {
    box-shadow: 25px 25px 0 #ffdddd; }
  .p-feature__top.is-blue .p-feature__top-text {
    box-shadow: 25px 25px 0 #c5e8ff; }
  .p-feature__top.is-yellow .p-feature__top-text {
    box-shadow: 25px 25px 0 #fffddd; } }

@media screen and (max-width: 998px) and (min-width: 768px) {
  .p-feature__top {
    margin-bottom: 50px; }
  .p-feature__top-image {
    width: 60%;
    position: absolute;
    height: 100%; }
    .p-feature__top-image img {
      display: block;
      height: 100%;
      width: 100%;
      object-fit: cover;
      object-position: center; }
  .p-feature__top-text {
    position: relative;
    background-color: #fff;
    width: 50%;
    padding: 30px; }
  .p-feature__top.is-imageleft .p-feature__top-inner {
    flex-direction: row-reverse;
    padding: 20px 20px 40px 0; }
  .p-feature__top.is-imageleft .p-feature__top-image {
    left: 0;
    top: 0; }
  .p-feature__top.is-imageright .p-feature__top-inner {
    padding: 20px 0 40px 0; }
  .p-feature__top.is-imageright .p-feature__top-image {
    right: 0;
    top: 0; }
  .p-feature__top.is-green .p-feature__top-text {
    box-shadow: 20px 20px 0 #eeffe0; }
  .p-feature__top.is-red .p-feature__top-text {
    box-shadow: 20px 20px 0 #ffdddd; }
  .p-feature__top.is-blue .p-feature__top-text {
    box-shadow: 20px 20px 0 #c5e8ff; }
  .p-feature__top.is-yellow .p-feature__top-text {
    box-shadow: 20px 20px 0 #fffddd; } }

@media screen and (max-width: 767px) {
  .p-feature__top {
    margin-bottom: 40px; }
  .p-feature__top-inner {
    position: relative;
    flex-direction: column; }
  .p-feature__top-image {
    width: 100%; }
    .p-feature__top-image img {
      display: block;
      width: 100%;
      height: auto; }
  .p-feature__top-text {
    width: 100%;
    padding: 30px; }
  .p-feature__top.is-green {
    box-shadow: 20px 20px 0 #eeffe0; }
  .p-feature__top.is-red {
    box-shadow: -20px 20px 0 #ffdddd; }
  .p-feature__top.is-blue {
    box-shadow: 20px 20px 0 #c5e8ff; }
  .p-feature__top.is-yellow {
    box-shadow: -20px 30px 0 #fffddd; } }

/* maincontent
----------------------------------------------------------------- */
@media screen and (min-width: 1280px) {
  .p-maincontents__inner {
    display: block;
    max-width: 1000px;
    padding: 75px 0;
    margin: 0 auto; } }

@media screen and (max-width: 1279px) and (min-width: 999px) {
  .p-maincontents__inner {
    padding: 75px 50px; } }

@media screen and (max-width: 998px) and (min-width: 768px) {
  .p-maincontents__inner {
    padding: 50px; } }

@media screen and (max-width: 767px) {
  .p-maincontents__inner {
    padding: 30px 20px; } }

/* news
----------------------------------------------------------------- */
.p-newslist__list {
  padding: 0 !important; }

.p-newslist__item {
  list-style-type: none;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  margin-bottom: -1px; }

.p-newslist__link {
  display: flex; }
  .p-newslist__link:hover {
    text-decoration: none !important; }

.p-newslist__date {
  line-height: 1.6 !important; }

.p-newslist__type {
  line-height: 1.6 !important;
  font-family: 'Noto Sans JP', sans-serif;
  color: #fff; }
  .p-newslist__type .is-type01 {
    background-color: #ac0000; }
  .p-newslist__type .is-type02 {
    background-color: #cea800; }
  .p-newslist__type .is-type03 {
    background-color: #856e3c; }

@media screen and (min-width: 768px) {
  .p-newslist__link {
    padding: 15px; }
    .p-newslist__link:hover {
      background-color: #ececec; }
  .p-newslist__date {
    width: 110px;
    flex-shrink: 0;
    padding: 0 !important;
    margin: 0 !important; }
  .p-newslist__type {
    width: 80px;
    flex-shrink: 0;
    padding: 0 !important;
    margin: 0 !important; }
    .p-newslist__type span {
      padding: 2px 10px 3px;
      border-radius: 5px; }
  .p-newslist__title {
    padding: 0 !important;
    margin: 0 !important; }
  p.p-newslist__date {
    font-size: 1.4rem; }
  p.p-newslist__type {
    font-size: 1.2rem; }
  h2.p-newslist__title {
    font-size: 1.6rem; } }

@media screen and (max-width: 767px) {
  .p-newslist__link {
    flex-wrap: wrap;
    padding: 15px; }
    .p-newslist__link:hover {
      background-color: #ececec; }
  .p-newslist__date {
    width: 100px;
    flex-shrink: 0;
    padding: 0 !important;
    margin: 0 !important; }
  .p-newslist__type {
    width: 80px;
    flex-shrink: 0;
    padding: 0 !important;
    margin: 0 !important; }
    .p-newslist__type span {
      padding: 2px 10px 3px;
      border-radius: 5px; }
  .p-newslist__title {
    width: 100%;
    flex-grow: 1;
    padding: 0 !important;
    margin: 10px 0 0 0 !important; }
  p.p-newslist__date {
    font-size: 1.4rem; }
  p.p-newslist__type {
    font-size: 1.2rem; }
  h2.p-newslist__title {
    font-size: 1.6rem; } }

/* p-btn */
.p-newslist__btn {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center; }

.p-newslist__btn-item {
  list-style: none; }

.p-newslist__btn-link {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #5B9431;
  font-family: 'Noto Sans JP', sans-serif;
  border-radius: 10px;
  color: #fff;
  font-weight: 700;
  box-shadow: 0 3px 0 #144117; }

@media screen and (min-width: 768px) {
  .p-newslist__btn {
    padding: 0 !important; }
  .p-newslist__btn-item {
    padding: 10px; }
  .p-newslist__btn-link {
    padding: 15px 50px; }
    .p-newslist__btn-link:hover {
      background-color: #246128; } }

@media screen and (max-width: 767px) {
  .p-newslist__btn {
    padding: 0 !important; }
  .p-newslist__btn-item {
    padding: 5px; }
  .p-newslist__btn-link {
    padding: 10px 40px;
    font-size: 1.2rem; } }

/* blog
----------------------------------------------------------------- */
.p-bloglist__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: 0 !important; }

.p-bloglist__item {
  list-style-type: none; }

.p-bloglist__link-image {
  position: relative;
  display: block;
  width: 100%;
  padding-top: 56.25%; }
  .p-bloglist__link-image img {
    position: absolute;
    left: top;
    top: 0;
    display: block;
    object-fit: cover;
    object-position: center;
    width: 100%;
    height: 100%; }

.p-bloglist__link-meta .is-type {
  color: #5B9431; }

@media screen and (min-width: 999px) {
  .p-bloglist__list {
    margin: 0 -20px !important; }
  .p-bloglist__item {
    width: calc(33.33% - 40px);
    margin: 0 20px 40px; }
  .p-bloglist__link-text {
    margin-top: 10px;
    text-align: center; }
  .p-bloglist__link-meta {
    font-size: 1.4rem; }
    .p-bloglist__link-meta .is-date {
      margin-right: 10px; }
  p.p-bloglist__link-meta {
    margin-bottom: 0; }
  h2.p-bloglist__link-title {
    font-size: 2.0rem;
    margin-top: 0; } }

@media screen and (max-width: 998px) and (min-width: 768px) {
  .p-bloglist__list {
    margin: 0 -20px !important; }
  .p-bloglist__item {
    width: calc(50% - 40px);
    margin: 0 20px 40px; }
  .p-bloglist__link-text {
    margin-top: 10px; }
  .p-bloglist__link-meta {
    font-size: 1.4rem; }
    .p-bloglist__link-meta .is-date {
      margin-right: 10px; }
  p.p-bloglist__link-meta {
    margin-bottom: 0; }
  h2.p-bloglist__link-title {
    font-size: 2.0rem;
    margin-top: 0; } }

@media screen and (max-width: 767px) {
  .p-bloglist__list {
    margin: 0 -8px !important; }
  .p-bloglist__item {
    width: calc(50% - 16px);
    margin: 0 8px 16px; }
  .p-bloglist__link-text {
    margin-top: 8px;
    line-height: 1;
    text-align: center; }
  .p-bloglist__link-meta {
    font-size: 1.2rem;
    margin-bottom: 5px; }
    .p-bloglist__link-meta .is-date {
      display: block;
      text-align: center; }
  p.p-bloglist__link-meta {
    margin-bottom: 0; }
  h2.p-bloglist__link-title {
    font-size: 1.6rem;
    margin-top: 0; } }

/* p-btn */
.p-bloglist__btn {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center; }

.p-bloglist__btn-item {
  list-style: none; }

.p-bloglist__btn-link {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #5B9431;
  font-family: 'Noto Sans JP', sans-serif;
  border-radius: 10px;
  color: #fff;
  font-weight: 700;
  box-shadow: 0 3px 0 #144117; }

@media screen and (min-width: 768px) {
  .p-bloglist__btn {
    margin: 0 !important;
    padding: 0 !important;
  }
  .p-bloglist__btn-item {
    padding: 10px; }
  .p-bloglist__btn-link {
    padding: 15px 30px; }
    .p-bloglist__btn-link:hover {
      background-color: #246128; } 
    }

@media screen and (max-width: 767px) {
  .p-bloglist__btn {
    margin: 0 !important;
    padding: 0 !important;
  }
  .p-bloglist__btn-item {
    padding: 5px; }
  .p-bloglist__btn-link {
    padding: 10px 20px;
    font-size: 1.2rem; }
}

/* item-title */
.p-blogarticle__item-title h1 {
  text-align: left;
  border-bottom: 3px solid #5B9431; }

.p-blogarticle__item-title ul {
  display: flex;
  padding: 0;
  margin: 0; }
  .p-blogarticle__item-title ul li {
    list-style-type: none; }

.p-blogarticle__item-type {
  color: #5B9431; }

@media screen and (min-width: 768px) {
  .p-blogarticle__item {
    margin-bottom: 50px; }
  .p-blogarticle__item-title {
    margin-bottom: 30px; }
    .p-blogarticle__item-title h1 {
      padding-bottom: 20px;
      margin-bottom: 20px; }
  .p-blogarticle__item-type {
    margin-left: 20px; } }

@media screen and (max-width: 767px) {
  .p-blogarticle__item {
    margin-bottom: 20px; }
  .p-blogarticle__item-title {
    margin-bottom: 30px; }
    .p-blogarticle__item-title h1 {
      padding-bottom: 20px;
      margin-bottom: 20px; }
  .p-blogarticle__item-type {
    margin-left: 20px; } }

/* .p-blogarticle__item-body */
.p-blogarticle__item-body img {
  display: block;
  max-width: 100%;
  height: auto; }

@media screen and (min-width: 768px) {
  .p-blogarticle__item-body img {
    margin: 30px auto; } }

@media screen and (max-width: 767px) {
  .p-blogarticle__item-body img {
    margin: 20px auto; } }

/* utility
----------------------------------------------------------------- */
/* text
----------------------------------------------------------------- */
.u-leadtext__align-center--pc-left {
  text-align: center; }

@media screen and (max-width: 767px) {
  .u-leadtext__align-center--pc-left {
    text-align: left; }
    .u-leadtext__align-center--pc-left br {
      display: none; } }

/* form
----------------------------------------------------------------- */
.ccm-block-express-form .mb-3 {
  display: flex;
  border-top: 1px solid #5B9431;
  border-bottom: 1px solid #5B9431;
  margin-bottom: -1px;
  min-height: 60px;
}
  .ccm-block-express-form .mb-3 .form-label {
    display: flex;
    align-items: center;
    background-color: #eee;
    font-weight: bold; }
  .ccm-block-express-form .mb-3 .text-muted {
    display: flex;
    align-items: center;
    color: #d60000;
    font-family: 'Noto Sans JP', sans-serif; }
  .ccm-block-express-form .mb-3 input,
  .ccm-block-express-form .mb-3 select,
  .ccm-block-express-form .mb-3 textarea {
    border: 1px solid #ccc;
    border-radius: 5px; }
  .ccm-block-express-form .mb-3 input::placeholder {
    color: #999; }
  
  .ccm-block-express-form .mb-3 .form-check{
    display: flex;
  }
  .ccm-block-express-form .mb-3 .form-check-label{
    flex-shrink: 0;
    align-content: center;
  }

.ccm-block-express-form .alert-danger {
  background-color: #ffdddd;
  border: 1px solid #ffadad;
  border-radius: 5px;
  color: #ad0000; }

.ccm-block-express-form a[name="form268"],
.ccm-block-express-form a[name="form305"] {
  display: block;
  width: 100%;
  height: 1px; }

.form-actions .btn {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #ED7411;
  box-shadow: 0 3px 0 #cc5c00;
  font-family: 'Noto Sans JP', sans-serif;
  margin: 0 auto; }

.form-group.captcha{
  display: flex;
  flex-wrap: wrap;
  padding: 20px;
  margin: 20px 0;
  background-color: #eee;
  border-radius: 10px;
}
.form-group.captcha .form-label{
  display: block;
  margin-bottom: 10px;
  width: 100%;
}
.form-group.captcha div{
  margin-right: 10px;
}

@media screen and (min-width: 768px) {
  .ccm-block-express-form .mb-3 .form-label {
    width: 40%;
    padding: 0 60px 0 20px; }
  .ccm-block-express-form .mb-3 .text-muted {
    margin-left: -60px;
    width: 60px; }
  .ccm-block-express-form .mb-3 select {
    font-size: 16px;
    padding-right: 20px; }
  .ccm-block-express-form .mb-3 input,
  .ccm-block-express-form .mb-3 select,
  .ccm-block-express-form .mb-3 textarea {
    margin: 10px;
    width: 50%; }
  .ccm-block-express-form .alert {
    margin: 120px 0 40px;
    padding: 40px; }
  .form-actions {
    padding-top: 30px; }
    .form-actions .btn {
      width: 400px;
      height: 60px;
      border-radius: 5px; }
      .form-actions .btn:hover {
        background-color: #ff8d2f; } }

@media screen and (max-width: 767px) {
  .ccm-block-express-form .mb-3 {
    flex-wrap: wrap; }
    .ccm-block-express-form .mb-3 .form-label {
      width: 100%;
      padding: 10px 60px 10px 20px; }
    .ccm-block-express-form .mb-3 .text-muted {
      margin-left: -60px;
      width: 60px; }
    .ccm-block-express-form .mb-3 select {
      font-size: 16px; }
    .ccm-block-express-form .mb-3 input,
    .ccm-block-express-form .mb-3 select,
    .ccm-block-express-form .mb-3 textarea {
      margin: 10px;
      width: 100%; }
  .ccm-block-express-form .alert {
    margin: 80px 0 20px;
    padding: 20px; }
  .form-actions {
    padding-top: 30px; }
    .form-actions .btn {
      width: 80%;
      height: 40px;
      border-radius: 5px; }
      .form-actions .btn:hover {
        background-color: #ff8d2f; } }

/* bx-slider
----------------------------------------------------------------- */
.bx-wrapper .bx-controls-direction a {
  z-index: 10 !important; }

/* others
----------------------------------------------------------------- */

/* p-layout
----------------------------------------------------------------- */
.p-maincontents .p-layout{
  display: flex;
  margin: 40px 0;
}

.p-maincontents .p-layout.is_oneTwo .p-layout__item:first-child{
  width: 33.33%;
}
.p-maincontents .p-layout.is_oneTwo .p-layout__item:last-child{
  width: 66.66%;
  padding-left: 40px;
}

.p-maincontents .p-layout.is_twoOne .p-layout__item:first-child{
  width: 66.66%;
  padding-right: 40px;
}
.p-maincontents .p-layout.is_twoOne .p-layout__item:last-child{
  width: 33.33%;
}

@media screen and (max-width: 767px) {
  .p-maincontents .p-layout{
    flex-wrap: wrap;
    margin: 30px 0;
  }
  .p-maincontents .p-layout .p-layout__item:last-child{
    margin-top: 30px;
  }
  .p-maincontents .p-layout.is_oneTwo .p-layout__item:first-child{
    width: 100%;
  }
  .p-maincontents .p-layout.is_oneTwo .p-layout__item:last-child{
    width: 100%;
    padding-left: 0px;
  }

  .p-maincontents .p-layout.is_twoOne .p-layout__item:first-child{
    width: 100%;
    padding-right: 0px;
  }
  .p-maincontents .p-layout.is_twoOne .p-layout__item:last-child{
    width: 100%;
  }

}